ch-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital admin
254 lines • 5.63 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 { FeatureInputModel } from './feature-input-model';
import { HospitalConsultationOptionModel } from './hospital-consultation-option-model';
import { HospitalTagItemModel } from './hospital-tag-item-model';
import { LocationModel } from './location-model';
import { MarketingType } from './marketing-type';
/**
*
* @export
* @interface UpdateHospitalCommand
*/
export interface UpdateHospitalCommand {
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'languageCode'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'name'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'slug'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'description'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'slogan'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'logo'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'logoTransparent'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'logoWhite'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'overview'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'content'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'customStyle'?: string | null;
/**
*
* @type {number}
* @memberof UpdateHospitalCommand
*/
'bedsCount'?: number | null;
/**
*
* @type {number}
* @memberof UpdateHospitalCommand
*/
'operationsPerYear'?: number | null;
/**
*
* @type {number}
* @memberof UpdateHospitalCommand
*/
'foundationYear'?: number | null;
/**
*
* @type {number}
* @memberof UpdateHospitalCommand
*/
'medicalStaffCount'?: number | null;
/**
*
* @type {number}
* @memberof UpdateHospitalCommand
*/
'doctorCount'?: number | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
* @deprecated
*/
'countryId'?: string;
/**
*
* @type {MarketingType}
* @memberof UpdateHospitalCommand
*/
'marketingType'?: MarketingType;
/**
*
* @type {boolean}
* @memberof UpdateHospitalCommand
*/
'consultationEnabled'?: boolean | null;
/**
*
* @type {number}
* @memberof UpdateHospitalCommand
*/
'consultationFee'?: number | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'timeZone'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'websiteUrl'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'contactTel'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'contactEmail'?: string | null;
/**
*
* @type {boolean}
* @memberof UpdateHospitalCommand
*/
'paymentEnabled'?: boolean;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'appointmentCurrency'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'corporateIdentificationNumber'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'gstRegistrationNumber'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'permanentAccountNumber'?: string | null;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'hospitalRegistrationNumber'?: string | null;
/**
*
* @type {boolean}
* @memberof UpdateHospitalCommand
*/
'isCertified'?: boolean | null;
/**
*
* @type {boolean}
* @memberof UpdateHospitalCommand
*/
'confirmed'?: boolean;
/**
*
* @type {string}
* @memberof UpdateHospitalCommand
*/
'gradeId'?: string | null;
/**
*
* @type {AppointmentOptionInputModel}
* @memberof UpdateHospitalCommand
*/
'appointmentOption'?: AppointmentOptionInputModel;
/**
*
* @type {LocationModel}
* @memberof UpdateHospitalCommand
*/
'location'?: LocationModel;
/**
*
* @type {HospitalConsultationOptionModel}
* @memberof UpdateHospitalCommand
*/
'consultationOption'?: HospitalConsultationOptionModel;
/**
*
* @type {FeatureInputModel}
* @memberof UpdateHospitalCommand
*/
'feature'?: FeatureInputModel;
/**
*
* @type {Array<HospitalTagItemModel>}
* @memberof UpdateHospitalCommand
*/
'tags'?: Array<HospitalTagItemModel> | null;
}
//# sourceMappingURL=update-hospital-command.d.ts.map