UNPKG

ch-api-client-typescript2

Version:
149 lines 3.38 kB
/** * CloudHospital Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 2 * 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 { AppointmentOptionModel } from './appointment-option-model'; import { AuditableEntityModel } from './auditable-entity-model'; import { FeatureModel } from './feature-model'; import { MarketingType } from './marketing-type'; /** * * @export * @interface HospitalSpecialtyItemModel */ export interface HospitalSpecialtyItemModel { /** * * @type {string} * @memberof HospitalSpecialtyItemModel */ 'id'?: string; /** * * @type {string} * @memberof HospitalSpecialtyItemModel */ 'languageCode'?: string | null; /** * * @type {string} * @memberof HospitalSpecialtyItemModel */ 'name'?: string | null; /** * * @type {string} * @memberof HospitalSpecialtyItemModel */ 'slug'?: string | null; /** * * @type {boolean} * @memberof HospitalSpecialtyItemModel */ 'confirmed'?: boolean; /** * * @type {number} * @memberof HospitalSpecialtyItemModel */ 'order'?: number; /** * * @type {string} * @memberof HospitalSpecialtyItemModel */ 'photo'?: string | null; /** * * @type {string} * @memberof HospitalSpecialtyItemModel */ 'photoThumbnail'?: string | null; /** * * @type {string} * @memberof HospitalSpecialtyItemModel */ 'background'?: string | null; /** * * @type {string} * @memberof HospitalSpecialtyItemModel */ 'backgroundThumbnail'?: string | null; /** * * @type {string} * @memberof HospitalSpecialtyItemModel */ 'overview'?: string | null; /** * * @type {number} * @memberof HospitalSpecialtyItemModel */ 'servicesCount'?: number; /** * * @type {string} * @memberof HospitalSpecialtyItemModel */ 'appointmentCurrency'?: string | null; /** * * @type {string} * @memberof HospitalSpecialtyItemModel */ 'specialtyId'?: string; /** * * @type {string} * @memberof HospitalSpecialtyItemModel */ 'specialtyName'?: string | null; /** * * @type {string} * @memberof HospitalSpecialtyItemModel */ 'specialtyTypeId'?: string; /** * * @type {string} * @memberof HospitalSpecialtyItemModel */ 'specialtyTypeName'?: string | null; /** * * @type {MarketingType} * @memberof HospitalSpecialtyItemModel */ 'marketingType'?: MarketingType; /** * * @type {AppointmentOptionModel} * @memberof HospitalSpecialtyItemModel */ 'appointmentOption'?: AppointmentOptionModel; /** * * @type {FeatureModel} * @memberof HospitalSpecialtyItemModel */ 'feature'?: FeatureModel; /** * * @type {AuditableEntityModel} * @memberof HospitalSpecialtyItemModel */ 'auditableEntity'?: AuditableEntityModel; } //# sourceMappingURL=hospital-specialty-item-model.d.ts.map