UNPKG

ch-admin-api-client-typescript

Version:
110 lines 2.34 kB
/** * CloudHospital Admin Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 1 * Contact: developer@icloudhospital.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { MediaModel } from './media-model'; /** * * @export * @interface PatchSpecialtyCommand */ export interface PatchSpecialtyCommand { /** * * @type {string} * @memberof PatchSpecialtyCommand */ 'name'?: string | null; /** * * @type {string} * @memberof PatchSpecialtyCommand */ 'title'?: string | null; /** * * @type {string} * @memberof PatchSpecialtyCommand */ 'slug'?: string | null; /** * * @type {string} * @memberof PatchSpecialtyCommand */ 'description'?: string | null; /** * * @type {string} * @memberof PatchSpecialtyCommand */ 'content'?: string | null; /** * * @type {string} * @memberof PatchSpecialtyCommand */ 'markdown'?: string | null; /** * * @type {string} * @memberof PatchSpecialtyCommand */ 'languageCode'?: string | null; /** * * @type {string} * @memberof PatchSpecialtyCommand */ 'photo'?: string | null; /** * * @type {string} * @memberof PatchSpecialtyCommand */ 'photoThumbnail'?: string | null; /** * * @type {string} * @memberof PatchSpecialtyCommand */ 'background'?: string | null; /** * * @type {string} * @memberof PatchSpecialtyCommand */ 'backgroundThumbnail'?: string | null; /** * * @type {string} * @memberof PatchSpecialtyCommand */ 'customStyle'?: string | null; /** * * @type {string} * @memberof PatchSpecialtyCommand */ 'specialtyTypeId'?: string | null; /** * * @type {boolean} * @memberof PatchSpecialtyCommand */ 'confirmed'?: boolean | null; /** * * @type {Array<MediaModel>} * @memberof PatchSpecialtyCommand */ 'medias'?: Array<MediaModel> | null; } //# sourceMappingURL=patch-specialty-command.d.ts.map