ch-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital admin
149 lines • 3.49 kB
TypeScript
/**
* 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 { AppointmentOptionInputModel } from './appointment-option-input-model';
import { DoctorPrefix } from './doctor-prefix';
import { FeatureInputModel } from './feature-input-model';
import { MediaModel } from './media-model';
/**
*
* @export
* @interface UpdateDoctorAffiliationCommand
*/
export interface UpdateDoctorAffiliationCommand {
/**
*
* @type {string}
* @memberof UpdateDoctorAffiliationCommand
*/
'languageCode'?: string | null;
/**
*
* @type {string}
* @memberof UpdateDoctorAffiliationCommand
*/
'name'?: string | null;
/**
*
* @type {string}
* @memberof UpdateDoctorAffiliationCommand
*/
'slug'?: string | null;
/**
*
* @type {string}
* @memberof UpdateDoctorAffiliationCommand
*/
'description'?: string | null;
/**
*
* @type {string}
* @memberof UpdateDoctorAffiliationCommand
*/
'overview'?: string | null;
/**
*
* @type {string}
* @memberof UpdateDoctorAffiliationCommand
*/
'content'?: string | null;
/**
*
* @type {string}
* @memberof UpdateDoctorAffiliationCommand
*/
'markdown'?: string | null;
/**
*
* @type {string}
* @memberof UpdateDoctorAffiliationCommand
*/
'customStyle'?: string | null;
/**
*
* @type {number}
* @memberof UpdateDoctorAffiliationCommand
*/
'order'?: number;
/**
*
* @type {string}
* @memberof UpdateDoctorAffiliationCommand
*/
'photo'?: string | null;
/**
*
* @type {string}
* @memberof UpdateDoctorAffiliationCommand
*/
'photoThumbnail'?: string | null;
/**
*
* @type {string}
* @memberof UpdateDoctorAffiliationCommand
*/
'background'?: string | null;
/**
*
* @type {string}
* @memberof UpdateDoctorAffiliationCommand
*/
'backgroundThumbnail'?: string | null;
/**
*
* @type {string}
* @memberof UpdateDoctorAffiliationCommand
*/
'signature'?: string | null;
/**
*
* @type {boolean}
* @memberof UpdateDoctorAffiliationCommand
*/
'confirmed'?: boolean;
/**
*
* @type {FeatureInputModel}
* @memberof UpdateDoctorAffiliationCommand
*/
'feature'?: FeatureInputModel;
/**
*
* @type {string}
* @memberof UpdateDoctorAffiliationCommand
*/
'jobTitle'?: string | null;
/**
*
* @type {string}
* @memberof UpdateDoctorAffiliationCommand
*/
'jobPosition'?: string | null;
/**
*
* @type {DoctorPrefix}
* @memberof UpdateDoctorAffiliationCommand
*/
'prefix'?: DoctorPrefix;
/**
*
* @type {Array<MediaModel>}
* @memberof UpdateDoctorAffiliationCommand
*/
'medias'?: Array<MediaModel> | null;
/**
*
* @type {AppointmentOptionInputModel}
* @memberof UpdateDoctorAffiliationCommand
*/
'appointmentOption'?: AppointmentOptionInputModel;
}
//# sourceMappingURL=update-doctor-affiliation-command.d.ts.map