committed by
GitHub
45 changed files with 537 additions and 518 deletions
@ -1,24 +0,0 @@ |
|||||
/* generated using openapi-typescript-codegen -- do no edit */ |
|
||||
/* istanbul ignore file */ |
|
||||
/* tslint:disable */ |
|
||||
/* eslint-disable */ |
|
||||
export const $UserCreateOpen = { |
|
||||
properties: { |
|
||||
email: { |
|
||||
type: 'string', |
|
||||
isRequired: true, |
|
||||
}, |
|
||||
password: { |
|
||||
type: 'string', |
|
||||
isRequired: true, |
|
||||
}, |
|
||||
full_name: { |
|
||||
type: 'any-of', |
|
||||
contains: [{ |
|
||||
type: 'string', |
|
||||
}, { |
|
||||
type: 'null', |
|
||||
}], |
|
||||
}, |
|
||||
}, |
|
||||
} as const; |
|
@ -0,0 +1,24 @@ |
|||||
|
/* generated using openapi-typescript-codegen -- do no edit */ |
||||
|
/* istanbul ignore file */ |
||||
|
/* tslint:disable */ |
||||
|
/* eslint-disable */ |
||||
|
export const $UserRegister = { |
||||
|
properties: { |
||||
|
email: { |
||||
|
type: 'string', |
||||
|
isRequired: true, |
||||
|
}, |
||||
|
password: { |
||||
|
type: 'string', |
||||
|
isRequired: true, |
||||
|
}, |
||||
|
full_name: { |
||||
|
type: 'any-of', |
||||
|
contains: [{ |
||||
|
type: 'string', |
||||
|
}, { |
||||
|
type: 'null', |
||||
|
}], |
||||
|
}, |
||||
|
}, |
||||
|
} as const; |
Loading…
Reference in new issue