ch-admin-api-client-typescript 4.9.4 → 4.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/appointments-api.d.ts +395 -0
- package/lib/api/appointments-api.d.ts.map +1 -0
- package/lib/api/appointments-api.js +929 -0
- package/lib/api/deals-api.d.ts +393 -0
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +912 -10
- package/lib/api/doctor-affiliations-api.d.ts +191 -0
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +437 -0
- package/lib/api/hospitals-api.d.ts +611 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +1439 -44
- package/lib/api/services-api.d.ts +8 -8
- package/lib/api/services-api.js +8 -8
- package/lib/api/survey-forms-api.d.ts +6 -6
- package/lib/api/survey-forms-api.d.ts.map +1 -1
- package/lib/api.d.ts +1 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +1 -0
- package/lib/models/appointment-change-log-model.d.ts +44 -0
- package/lib/models/appointment-change-log-model.d.ts.map +1 -0
- package/lib/models/appointment-change-log-model.js +15 -0
- package/lib/models/appointment-item-model.d.ts +282 -0
- package/lib/models/appointment-item-model.d.ts.map +1 -0
- package/lib/models/appointment-item-model.js +15 -0
- package/lib/models/appointment-model.d.ts +302 -0
- package/lib/models/appointment-model.d.ts.map +1 -0
- package/lib/models/appointment-model.js +15 -0
- package/lib/models/appointment-option-model.d.ts +63 -0
- package/lib/models/appointment-option-model.d.ts.map +1 -0
- package/lib/models/appointment-option-model.js +15 -0
- package/lib/models/appointment-status.d.ts +27 -0
- package/lib/models/appointment-status.d.ts.map +1 -0
- package/lib/models/appointment-status.js +30 -0
- package/lib/models/appointment-timetable-model.d.ts +44 -0
- package/lib/models/appointment-timetable-model.d.ts.map +1 -0
- package/lib/models/appointment-timetable-model.js +15 -0
- package/lib/models/appointment-timetable-override-model.d.ts +56 -0
- package/lib/models/appointment-timetable-override-model.d.ts.map +1 -0
- package/lib/models/appointment-timetable-override-model.js +15 -0
- package/lib/models/appointment-timetable-overrides-model.d.ts +33 -0
- package/lib/models/appointment-timetable-overrides-model.d.ts.map +1 -0
- package/lib/models/appointment-timetable-overrides-model.js +15 -0
- package/lib/models/appointment-timetables-model.d.ts +33 -0
- package/lib/models/appointment-timetables-model.d.ts.map +1 -0
- package/lib/models/appointment-timetables-model.js +15 -0
- package/lib/models/appointment-type.d.ts +26 -0
- package/lib/models/appointment-type.d.ts.map +1 -0
- package/lib/models/appointment-type.js +29 -0
- package/lib/models/appointments-model.d.ts +33 -0
- package/lib/models/appointments-model.d.ts.map +1 -0
- package/lib/models/appointments-model.js +15 -0
- package/lib/models/approve-appointment-command.d.ts +31 -0
- package/lib/models/approve-appointment-command.d.ts.map +1 -0
- package/lib/models/approve-appointment-command.js +15 -0
- package/lib/models/batch-add-appointment-timetable-model.d.ts +38 -0
- package/lib/models/batch-add-appointment-timetable-model.d.ts.map +1 -0
- package/lib/models/batch-add-appointment-timetable-model.js +15 -0
- package/lib/models/batch-appointment-timetables-result-model.d.ts +38 -0
- package/lib/models/batch-appointment-timetables-result-model.d.ts.map +1 -0
- package/lib/models/batch-appointment-timetables-result-model.js +15 -0
- package/lib/models/batch-deal-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-deal-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-deal-appointment-timetables-command.js +15 -0
- package/lib/models/batch-deal-package-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-deal-package-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-deal-package-appointment-timetables-command.js +15 -0
- package/lib/models/batch-doctor-affiliation-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-doctor-affiliation-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-doctor-affiliation-appointment-timetables-command.js +15 -0
- package/lib/models/batch-hospital-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-hospital-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-hospital-appointment-timetables-command.js +15 -0
- package/lib/models/batch-hospital-specialty-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-hospital-specialty-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-hospital-specialty-appointment-timetables-command.js +15 -0
- package/lib/models/batch-service-appointment-timetables-command.d.ts +39 -0
- package/lib/models/batch-service-appointment-timetables-command.d.ts.map +1 -0
- package/lib/models/batch-service-appointment-timetables-command.js +15 -0
- package/lib/models/batch-update-appointment-timetable-model.d.ts +44 -0
- package/lib/models/batch-update-appointment-timetable-model.d.ts.map +1 -0
- package/lib/models/batch-update-appointment-timetable-model.js +15 -0
- package/lib/models/create-article-command.d.ts +6 -0
- package/lib/models/create-article-command.d.ts.map +1 -1
- package/lib/models/create-deal-command.d.ts +7 -0
- package/lib/models/create-deal-command.d.ts.map +1 -1
- package/lib/models/create-deal-package-command.d.ts +7 -0
- package/lib/models/create-deal-package-command.d.ts.map +1 -1
- package/lib/models/create-doctor-affiliation-command.d.ts +7 -0
- package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/create-hospital-command.d.ts +7 -0
- package/lib/models/create-hospital-command.d.ts.map +1 -1
- package/lib/models/create-hospital-service-command.d.ts +7 -0
- package/lib/models/create-hospital-service-command.d.ts.map +1 -1
- package/lib/models/create-hospital-specialty-command.d.ts +7 -0
- package/lib/models/create-hospital-specialty-command.d.ts.map +1 -1
- package/lib/models/deal-item-model.d.ts +7 -0
- package/lib/models/deal-item-model.d.ts.map +1 -1
- package/lib/models/deal-model.d.ts +7 -0
- package/lib/models/deal-model.d.ts.map +1 -1
- package/lib/models/deal-package-item-model.d.ts +7 -0
- package/lib/models/deal-package-item-model.d.ts.map +1 -1
- package/lib/models/deal-package-model.d.ts +7 -0
- package/lib/models/deal-package-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-item-model.d.ts +7 -0
- package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +7 -0
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/hospital-item-model.d.ts +7 -0
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +7 -0
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/hospital-service-item-model.d.ts +7 -0
- package/lib/models/hospital-service-item-model.d.ts.map +1 -1
- package/lib/models/hospital-service-model.d.ts +7 -0
- package/lib/models/hospital-service-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-item-model.d.ts +7 -0
- package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-model.d.ts +7 -0
- package/lib/models/hospital-specialty-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +30 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +30 -0
- package/lib/models/notification-code.d.ts +9 -0
- package/lib/models/notification-code.d.ts.map +1 -1
- package/lib/models/notification-code.js +10 -1
- package/lib/models/reject-appointment-command.d.ts +32 -0
- package/lib/models/reject-appointment-command.d.ts.map +1 -0
- package/lib/models/reject-appointment-command.js +15 -0
- package/lib/models/save-appointment-timetable-override-model.d.ts +43 -0
- package/lib/models/save-appointment-timetable-override-model.d.ts.map +1 -0
- package/lib/models/save-appointment-timetable-override-model.js +15 -0
- package/lib/models/save-appointment-timetable-overrides-result-model.d.ts +26 -0
- package/lib/models/save-appointment-timetable-overrides-result-model.d.ts.map +1 -0
- package/lib/models/save-appointment-timetable-overrides-result-model.js +15 -0
- package/lib/models/save-deal-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-deal-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-deal-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-deal-package-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-deal-package-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-deal-package-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-doctor-affiliation-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-doctor-affiliation-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-doctor-affiliation-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-hospital-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-hospital-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-hospital-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-hospital-specialty-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-hospital-specialty-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-hospital-specialty-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/save-service-appointment-timetable-overrides-command.d.ts +26 -0
- package/lib/models/save-service-appointment-timetable-overrides-command.d.ts.map +1 -0
- package/lib/models/save-service-appointment-timetable-overrides-command.js +15 -0
- package/lib/models/update-deal-command.d.ts +7 -0
- package/lib/models/update-deal-command.d.ts.map +1 -1
- package/lib/models/update-deal-package-command.d.ts +7 -0
- package/lib/models/update-deal-package-command.d.ts.map +1 -1
- package/lib/models/update-doctor-affiliation-command.d.ts +7 -0
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/update-hospital-command.d.ts +7 -0
- package/lib/models/update-hospital-command.d.ts.map +1 -1
- package/lib/models/update-hospital-service-command.d.ts +7 -0
- package/lib/models/update-hospital-service-command.d.ts.map +1 -1
- package/lib/models/update-hospital-specialty-command.d.ts +7 -0
- package/lib/models/update-hospital-specialty-command.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +31 -0
- package/src/api/appointments-api.ts +802 -0
- package/src/api/deals-api.ts +842 -8
- package/src/api/doctor-affiliations-api.ts +408 -0
- package/src/api/hospitals-api.ts +1412 -124
- package/src/api/services-api.ts +8 -8
- package/src/api/survey-forms-api.ts +4 -4
- package/src/api.ts +1 -0
- package/src/models/appointment-change-log-model.ts +51 -0
- package/src/models/appointment-item-model.ts +297 -0
- package/src/models/appointment-model.ts +321 -0
- package/src/models/appointment-option-model.ts +72 -0
- package/src/models/appointment-status.ts +36 -0
- package/src/models/appointment-timetable-model.ts +51 -0
- package/src/models/appointment-timetable-override-model.ts +63 -0
- package/src/models/appointment-timetable-overrides-model.ts +42 -0
- package/src/models/appointment-timetables-model.ts +42 -0
- package/src/models/appointment-type.ts +35 -0
- package/src/models/appointments-model.ts +42 -0
- package/src/models/approve-appointment-command.ts +36 -0
- package/src/models/batch-add-appointment-timetable-model.ts +45 -0
- package/src/models/batch-appointment-timetables-result-model.ts +45 -0
- package/src/models/batch-deal-appointment-timetables-command.ts +48 -0
- package/src/models/batch-deal-package-appointment-timetables-command.ts +48 -0
- package/src/models/batch-doctor-affiliation-appointment-timetables-command.ts +48 -0
- package/src/models/batch-hospital-appointment-timetables-command.ts +48 -0
- package/src/models/batch-hospital-specialty-appointment-timetables-command.ts +48 -0
- package/src/models/batch-service-appointment-timetables-command.ts +48 -0
- package/src/models/batch-update-appointment-timetable-model.ts +51 -0
- package/src/models/create-article-command.ts +6 -0
- package/src/models/create-deal-command.ts +9 -0
- package/src/models/create-deal-package-command.ts +9 -0
- package/src/models/create-doctor-affiliation-command.ts +9 -0
- package/src/models/create-hospital-command.ts +9 -0
- package/src/models/create-hospital-service-command.ts +9 -0
- package/src/models/create-hospital-specialty-command.ts +9 -0
- package/src/models/deal-item-model.ts +9 -0
- package/src/models/deal-model.ts +9 -0
- package/src/models/deal-package-item-model.ts +9 -0
- package/src/models/deal-package-model.ts +9 -0
- package/src/models/doctor-affiliation-item-model.ts +9 -0
- package/src/models/doctor-affiliation-model.ts +9 -0
- package/src/models/hospital-item-model.ts +9 -0
- package/src/models/hospital-model.ts +9 -0
- package/src/models/hospital-service-item-model.ts +9 -0
- package/src/models/hospital-service-model.ts +9 -0
- package/src/models/hospital-specialty-item-model.ts +9 -0
- package/src/models/hospital-specialty-model.ts +9 -0
- package/src/models/index.ts +30 -0
- package/src/models/notification-code.ts +10 -1
- package/src/models/reject-appointment-command.ts +39 -0
- package/src/models/save-appointment-timetable-override-model.ts +48 -0
- package/src/models/save-appointment-timetable-overrides-result-model.ts +33 -0
- package/src/models/save-deal-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-deal-package-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-doctor-affiliation-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-hospital-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-hospital-specialty-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/save-service-appointment-timetable-overrides-command.ts +33 -0
- package/src/models/update-deal-command.ts +9 -0
- package/src/models/update-deal-package-command.ts +9 -0
- package/src/models/update-doctor-affiliation-command.ts +9 -0
- package/src/models/update-hospital-command.ts +9 -0
- package/src/models/update-hospital-service-command.ts +9 -0
- package/src/models/update-hospital-specialty-command.ts +9 -0
|
@@ -49,7 +49,7 @@ export declare const ServicesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
49
49
|
apiV1ServicesGet: (id?: string, name?: string, slug?: string, hospitalId?: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, showHidden?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @summary
|
|
52
|
+
* @summary Get Service by ServiceId
|
|
53
53
|
* @param {string} serviceId
|
|
54
54
|
* @param {string} [languageCode]
|
|
55
55
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -59,7 +59,7 @@ export declare const ServicesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
59
59
|
apiV1ServicesServiceIdGet: (serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
60
60
|
/**
|
|
61
61
|
*
|
|
62
|
-
* @summary
|
|
62
|
+
* @summary Get Service by slug
|
|
63
63
|
* @param {string} slug
|
|
64
64
|
* @param {string} [languageCode]
|
|
65
65
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -101,7 +101,7 @@ export declare const ServicesApiFp: (configuration?: Configuration) => {
|
|
|
101
101
|
apiV1ServicesGet(id?: string, name?: string, slug?: string, hospitalId?: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, showHidden?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServicesModel>>;
|
|
102
102
|
/**
|
|
103
103
|
*
|
|
104
|
-
* @summary
|
|
104
|
+
* @summary Get Service by ServiceId
|
|
105
105
|
* @param {string} serviceId
|
|
106
106
|
* @param {string} [languageCode]
|
|
107
107
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -111,7 +111,7 @@ export declare const ServicesApiFp: (configuration?: Configuration) => {
|
|
|
111
111
|
apiV1ServicesServiceIdGet(serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServiceModel>>;
|
|
112
112
|
/**
|
|
113
113
|
*
|
|
114
|
-
* @summary
|
|
114
|
+
* @summary Get Service by slug
|
|
115
115
|
* @param {string} slug
|
|
116
116
|
* @param {string} [languageCode]
|
|
117
117
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -153,7 +153,7 @@ export declare const ServicesApiFactory: (configuration?: Configuration, basePat
|
|
|
153
153
|
apiV1ServicesGet(id?: string, name?: string, slug?: string, hospitalId?: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, showHidden?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalServicesModel>;
|
|
154
154
|
/**
|
|
155
155
|
*
|
|
156
|
-
* @summary
|
|
156
|
+
* @summary Get Service by ServiceId
|
|
157
157
|
* @param {string} serviceId
|
|
158
158
|
* @param {string} [languageCode]
|
|
159
159
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -163,7 +163,7 @@ export declare const ServicesApiFactory: (configuration?: Configuration, basePat
|
|
|
163
163
|
apiV1ServicesServiceIdGet(serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<HospitalServiceModel>;
|
|
164
164
|
/**
|
|
165
165
|
*
|
|
166
|
-
* @summary
|
|
166
|
+
* @summary Get Service by slug
|
|
167
167
|
* @param {string} slug
|
|
168
168
|
* @param {string} [languageCode]
|
|
169
169
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -208,7 +208,7 @@ export declare class ServicesApi extends BaseAPI {
|
|
|
208
208
|
apiV1ServicesGet(id?: string, name?: string, slug?: string, hospitalId?: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceCategoryId?: string, marketingType?: MarketingType, procedure?: Procedure, created?: Date, showHidden?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServicesModel, any>>;
|
|
209
209
|
/**
|
|
210
210
|
*
|
|
211
|
-
* @summary
|
|
211
|
+
* @summary Get Service by ServiceId
|
|
212
212
|
* @param {string} serviceId
|
|
213
213
|
* @param {string} [languageCode]
|
|
214
214
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -219,7 +219,7 @@ export declare class ServicesApi extends BaseAPI {
|
|
|
219
219
|
apiV1ServicesServiceIdGet(serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel, any>>;
|
|
220
220
|
/**
|
|
221
221
|
*
|
|
222
|
-
* @summary
|
|
222
|
+
* @summary Get Service by slug
|
|
223
223
|
* @param {string} slug
|
|
224
224
|
* @param {string} [languageCode]
|
|
225
225
|
* @param {boolean} [returnDefaultValue]
|
package/lib/api/services-api.js
CHANGED
|
@@ -213,7 +213,7 @@ var ServicesApiAxiosParamCreator = function (configuration) {
|
|
|
213
213
|
},
|
|
214
214
|
/**
|
|
215
215
|
*
|
|
216
|
-
* @summary
|
|
216
|
+
* @summary Get Service by ServiceId
|
|
217
217
|
* @param {string} serviceId
|
|
218
218
|
* @param {string} [languageCode]
|
|
219
219
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -264,7 +264,7 @@ var ServicesApiAxiosParamCreator = function (configuration) {
|
|
|
264
264
|
},
|
|
265
265
|
/**
|
|
266
266
|
*
|
|
267
|
-
* @summary
|
|
267
|
+
* @summary Get Service by slug
|
|
268
268
|
* @param {string} slug
|
|
269
269
|
* @param {string} [languageCode]
|
|
270
270
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -363,7 +363,7 @@ var ServicesApiFp = function (configuration) {
|
|
|
363
363
|
},
|
|
364
364
|
/**
|
|
365
365
|
*
|
|
366
|
-
* @summary
|
|
366
|
+
* @summary Get Service by ServiceId
|
|
367
367
|
* @param {string} serviceId
|
|
368
368
|
* @param {string} [languageCode]
|
|
369
369
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -385,7 +385,7 @@ var ServicesApiFp = function (configuration) {
|
|
|
385
385
|
},
|
|
386
386
|
/**
|
|
387
387
|
*
|
|
388
|
-
* @summary
|
|
388
|
+
* @summary Get Service by slug
|
|
389
389
|
* @param {string} slug
|
|
390
390
|
* @param {string} [languageCode]
|
|
391
391
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -445,7 +445,7 @@ var ServicesApiFactory = function (configuration, basePath, axios) {
|
|
|
445
445
|
},
|
|
446
446
|
/**
|
|
447
447
|
*
|
|
448
|
-
* @summary
|
|
448
|
+
* @summary Get Service by ServiceId
|
|
449
449
|
* @param {string} serviceId
|
|
450
450
|
* @param {string} [languageCode]
|
|
451
451
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -457,7 +457,7 @@ var ServicesApiFactory = function (configuration, basePath, axios) {
|
|
|
457
457
|
},
|
|
458
458
|
/**
|
|
459
459
|
*
|
|
460
|
-
* @summary
|
|
460
|
+
* @summary Get Service by slug
|
|
461
461
|
* @param {string} slug
|
|
462
462
|
* @param {string} [languageCode]
|
|
463
463
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -513,7 +513,7 @@ var ServicesApi = /** @class */ (function (_super) {
|
|
|
513
513
|
};
|
|
514
514
|
/**
|
|
515
515
|
*
|
|
516
|
-
* @summary
|
|
516
|
+
* @summary Get Service by ServiceId
|
|
517
517
|
* @param {string} serviceId
|
|
518
518
|
* @param {string} [languageCode]
|
|
519
519
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -527,7 +527,7 @@ var ServicesApi = /** @class */ (function (_super) {
|
|
|
527
527
|
};
|
|
528
528
|
/**
|
|
529
529
|
*
|
|
530
|
-
* @summary
|
|
530
|
+
* @summary Get Service by slug
|
|
531
531
|
* @param {string} slug
|
|
532
532
|
* @param {string} [languageCode]
|
|
533
533
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -102,7 +102,7 @@ export declare const SurveyFormsApiFp: (configuration?: Configuration) => {
|
|
|
102
102
|
* @param {*} [options] Override http request option.
|
|
103
103
|
* @throws {RequiredError}
|
|
104
104
|
*/
|
|
105
|
-
apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
105
|
+
apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SurveyFormModel>>;
|
|
106
106
|
/**
|
|
107
107
|
*
|
|
108
108
|
* @summary Delete survey form by Id
|
|
@@ -111,7 +111,7 @@ export declare const SurveyFormsApiFp: (configuration?: Configuration) => {
|
|
|
111
111
|
* @param {*} [options] Override http request option.
|
|
112
112
|
* @throws {RequiredError}
|
|
113
113
|
*/
|
|
114
|
-
apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
114
|
+
apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
115
115
|
/**
|
|
116
116
|
*
|
|
117
117
|
* @summary Get survey form by Id
|
|
@@ -159,7 +159,7 @@ export declare const SurveyFormsApiFactory: (configuration?: Configuration, base
|
|
|
159
159
|
* @param {*} [options] Override http request option.
|
|
160
160
|
* @throws {RequiredError}
|
|
161
161
|
*/
|
|
162
|
-
apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: any): AxiosPromise<
|
|
162
|
+
apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: any): AxiosPromise<SurveyFormModel>;
|
|
163
163
|
/**
|
|
164
164
|
*
|
|
165
165
|
* @summary Delete survey form by Id
|
|
@@ -168,7 +168,7 @@ export declare const SurveyFormsApiFactory: (configuration?: Configuration, base
|
|
|
168
168
|
* @param {*} [options] Override http request option.
|
|
169
169
|
* @throws {RequiredError}
|
|
170
170
|
*/
|
|
171
|
-
apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: any): AxiosPromise<
|
|
171
|
+
apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: any): AxiosPromise<void>;
|
|
172
172
|
/**
|
|
173
173
|
*
|
|
174
174
|
* @summary Get survey form by Id
|
|
@@ -220,7 +220,7 @@ export declare class SurveyFormsApi extends BaseAPI {
|
|
|
220
220
|
* @throws {RequiredError}
|
|
221
221
|
* @memberof SurveyFormsApi
|
|
222
222
|
*/
|
|
223
|
-
apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
223
|
+
apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SurveyFormModel, any>>;
|
|
224
224
|
/**
|
|
225
225
|
*
|
|
226
226
|
* @summary Delete survey form by Id
|
|
@@ -230,7 +230,7 @@ export declare class SurveyFormsApi extends BaseAPI {
|
|
|
230
230
|
* @throws {RequiredError}
|
|
231
231
|
* @memberof SurveyFormsApi
|
|
232
232
|
*/
|
|
233
|
-
apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
233
|
+
apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
234
234
|
/**
|
|
235
235
|
*
|
|
236
236
|
* @summary Get survey form by Id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"survey-forms-api.d.ts","sourceRoot":"","sources":["../../src/api/survey-forms-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAE7F,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAC;AAIpD,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAE5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE7C,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAC;AACpD;;;GAGG;AACH,eAAO,MAAM,+BAA+B,mBAA6B,aAAa;IAE9E;;;;;;;;;;;;;;OAcG;+BAC8B,MAAM,eAAe,MAAM,SAAS,MAAM,iBAAiB,MAAM,eAAe,OAAO,WAAW,gBAAgB,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IAkEjQ;;;;;;OAMG;qDACoD,uBAAuB,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IA+BvI;;;;;;;OAOG;uDACsD,MAAM,gBAAgB,OAAO,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IAmC/I;;;;;;;OAOG;oDACmD,MAAM,iBAAiB,MAAM,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IAmC5I;;;;;;;OAOG;oDACmD,MAAM,4BAA4B,uBAAuB,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;CAmC/K,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,mBAA4B,aAAa;IAG9D;;;;;;;;;;;;;;OAcG;6BAC4B,MAAM,eAAe,MAAM,SAAS,MAAM,iBAAiB,MAAM,eAAe,OAAO,WAAW,gBAAgB,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,gBAAgB,CAAC;IAI3T;;;;;;OAMG;mDACkD,uBAAuB,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,
|
|
1
|
+
{"version":3,"file":"survey-forms-api.d.ts","sourceRoot":"","sources":["../../src/api/survey-forms-api.ts"],"names":[],"mappings":"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"}
|
package/lib/api.d.ts
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
export * from './api/about-us-api';
|
|
13
13
|
export * from './api/accreditations-api';
|
|
14
14
|
export * from './api/app-version-api';
|
|
15
|
+
export * from './api/appointments-api';
|
|
15
16
|
export * from './api/articles-api';
|
|
16
17
|
export * from './api/bookings-api';
|
|
17
18
|
export * from './api/chadmins-api';
|
package/lib/api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../src/api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sDAAsD,CAAC;AACrE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC"}
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../src/api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sDAAsD,CAAC;AACrE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC"}
|
package/lib/api.js
CHANGED
|
@@ -30,6 +30,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
30
30
|
__exportStar(require("./api/about-us-api"), exports);
|
|
31
31
|
__exportStar(require("./api/accreditations-api"), exports);
|
|
32
32
|
__exportStar(require("./api/app-version-api"), exports);
|
|
33
|
+
__exportStar(require("./api/appointments-api"), exports);
|
|
33
34
|
__exportStar(require("./api/articles-api"), exports);
|
|
34
35
|
__exportStar(require("./api/bookings-api"), exports);
|
|
35
36
|
__exportStar(require("./api/chadmins-api"), exports);
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AppointmentStatus } from './appointment-status';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AppointmentChangeLogModel
|
|
17
|
+
*/
|
|
18
|
+
export interface AppointmentChangeLogModel {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {AppointmentStatus}
|
|
22
|
+
* @memberof AppointmentChangeLogModel
|
|
23
|
+
*/
|
|
24
|
+
'status'?: AppointmentStatus;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof AppointmentChangeLogModel
|
|
29
|
+
*/
|
|
30
|
+
'actorId'?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Date}
|
|
34
|
+
* @memberof AppointmentChangeLogModel
|
|
35
|
+
*/
|
|
36
|
+
'createdDate'?: Date;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof AppointmentChangeLogModel
|
|
41
|
+
*/
|
|
42
|
+
'actorName'?: string | null;
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=appointment-change-log-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appointment-change-log-model.d.ts","sourceRoot":"","sources":["../../src/models/appointment-change-log-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,iBAAiB,CAAC;IAC7B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
6
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
3
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AppointmentStatus } from './appointment-status';
|
|
13
|
+
import { AppointmentType } from './appointment-type';
|
|
14
|
+
import { AuditableEntityModel } from './auditable-entity-model';
|
|
15
|
+
import { Gender } from './gender';
|
|
16
|
+
import { RejectReason } from './reject-reason';
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface AppointmentItemModel
|
|
21
|
+
*/
|
|
22
|
+
export interface AppointmentItemModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof AppointmentItemModel
|
|
27
|
+
*/
|
|
28
|
+
'id'?: string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof AppointmentItemModel
|
|
33
|
+
*/
|
|
34
|
+
'languageCodeFilter'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {AppointmentType}
|
|
38
|
+
* @memberof AppointmentItemModel
|
|
39
|
+
*/
|
|
40
|
+
'appointmentType'?: AppointmentType;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {boolean}
|
|
44
|
+
* @memberof AppointmentItemModel
|
|
45
|
+
*/
|
|
46
|
+
'isOnline'?: boolean;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof AppointmentItemModel
|
|
51
|
+
*/
|
|
52
|
+
'patientId'?: string;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof AppointmentItemModel
|
|
57
|
+
*/
|
|
58
|
+
'patientName'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof AppointmentItemModel
|
|
63
|
+
*/
|
|
64
|
+
'patientPhoto'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof AppointmentItemModel
|
|
69
|
+
*/
|
|
70
|
+
'hospitalId'?: string;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof AppointmentItemModel
|
|
75
|
+
*/
|
|
76
|
+
'hospitalName'?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof AppointmentItemModel
|
|
81
|
+
*/
|
|
82
|
+
'hospitalTimeZone'?: string | null;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {boolean}
|
|
86
|
+
* @memberof AppointmentItemModel
|
|
87
|
+
*/
|
|
88
|
+
'paymentEnabled'?: boolean;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof AppointmentItemModel
|
|
93
|
+
*/
|
|
94
|
+
'hospitalSpecialtyId'?: string | null;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof AppointmentItemModel
|
|
99
|
+
*/
|
|
100
|
+
'hospitalSpecialtyName'?: string | null;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof AppointmentItemModel
|
|
105
|
+
*/
|
|
106
|
+
'doctorAffiliationId'?: string | null;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof AppointmentItemModel
|
|
111
|
+
*/
|
|
112
|
+
'doctorName'?: string | null;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof AppointmentItemModel
|
|
117
|
+
*/
|
|
118
|
+
'dealId'?: string | null;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof AppointmentItemModel
|
|
123
|
+
*/
|
|
124
|
+
'dealName'?: string | null;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof AppointmentItemModel
|
|
129
|
+
*/
|
|
130
|
+
'dealPackageId'?: string | null;
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof AppointmentItemModel
|
|
135
|
+
*/
|
|
136
|
+
'serviceId'?: string | null;
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @type {string}
|
|
140
|
+
* @memberof AppointmentItemModel
|
|
141
|
+
*/
|
|
142
|
+
'serviceName'?: string | null;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {string}
|
|
146
|
+
* @memberof AppointmentItemModel
|
|
147
|
+
*/
|
|
148
|
+
'languageCode'?: string | null;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof AppointmentItemModel
|
|
153
|
+
*/
|
|
154
|
+
'firstName'?: string | null;
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof AppointmentItemModel
|
|
159
|
+
*/
|
|
160
|
+
'lastName'?: string | null;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof AppointmentItemModel
|
|
165
|
+
*/
|
|
166
|
+
'email'?: string | null;
|
|
167
|
+
/**
|
|
168
|
+
*
|
|
169
|
+
* @type {string}
|
|
170
|
+
* @memberof AppointmentItemModel
|
|
171
|
+
*/
|
|
172
|
+
'phoneCountryCode'?: string | null;
|
|
173
|
+
/**
|
|
174
|
+
*
|
|
175
|
+
* @type {string}
|
|
176
|
+
* @memberof AppointmentItemModel
|
|
177
|
+
*/
|
|
178
|
+
'phone'?: string | null;
|
|
179
|
+
/**
|
|
180
|
+
*
|
|
181
|
+
* @type {Date}
|
|
182
|
+
* @memberof AppointmentItemModel
|
|
183
|
+
*/
|
|
184
|
+
'dateOfBirth'?: Date | null;
|
|
185
|
+
/**
|
|
186
|
+
*
|
|
187
|
+
* @type {Gender}
|
|
188
|
+
* @memberof AppointmentItemModel
|
|
189
|
+
*/
|
|
190
|
+
'gender'?: Gender;
|
|
191
|
+
/**
|
|
192
|
+
*
|
|
193
|
+
* @type {string}
|
|
194
|
+
* @memberof AppointmentItemModel
|
|
195
|
+
*/
|
|
196
|
+
'timeZone'?: string | null;
|
|
197
|
+
/**
|
|
198
|
+
*
|
|
199
|
+
* @type {string}
|
|
200
|
+
* @memberof AppointmentItemModel
|
|
201
|
+
*/
|
|
202
|
+
'comment'?: string | null;
|
|
203
|
+
/**
|
|
204
|
+
*
|
|
205
|
+
* @type {number}
|
|
206
|
+
* @memberof AppointmentItemModel
|
|
207
|
+
*/
|
|
208
|
+
'quantity'?: number;
|
|
209
|
+
/**
|
|
210
|
+
*
|
|
211
|
+
* @type {Date}
|
|
212
|
+
* @memberof AppointmentItemModel
|
|
213
|
+
*/
|
|
214
|
+
'approximateDateStart'?: Date;
|
|
215
|
+
/**
|
|
216
|
+
*
|
|
217
|
+
* @type {Date}
|
|
218
|
+
* @memberof AppointmentItemModel
|
|
219
|
+
*/
|
|
220
|
+
'approximateDateEnd'?: Date;
|
|
221
|
+
/**
|
|
222
|
+
*
|
|
223
|
+
* @type {Date}
|
|
224
|
+
* @memberof AppointmentItemModel
|
|
225
|
+
*/
|
|
226
|
+
'confirmedDateStart'?: Date | null;
|
|
227
|
+
/**
|
|
228
|
+
*
|
|
229
|
+
* @type {Date}
|
|
230
|
+
* @memberof AppointmentItemModel
|
|
231
|
+
*/
|
|
232
|
+
'confirmedDateEnd'?: Date | null;
|
|
233
|
+
/**
|
|
234
|
+
*
|
|
235
|
+
* @type {number}
|
|
236
|
+
* @memberof AppointmentItemModel
|
|
237
|
+
*/
|
|
238
|
+
'fee'?: number;
|
|
239
|
+
/**
|
|
240
|
+
*
|
|
241
|
+
* @type {number}
|
|
242
|
+
* @memberof AppointmentItemModel
|
|
243
|
+
*/
|
|
244
|
+
'applicationFee'?: number;
|
|
245
|
+
/**
|
|
246
|
+
*
|
|
247
|
+
* @type {Date}
|
|
248
|
+
* @memberof AppointmentItemModel
|
|
249
|
+
*/
|
|
250
|
+
'requestDate'?: Date;
|
|
251
|
+
/**
|
|
252
|
+
*
|
|
253
|
+
* @type {AppointmentStatus}
|
|
254
|
+
* @memberof AppointmentItemModel
|
|
255
|
+
*/
|
|
256
|
+
'status'?: AppointmentStatus;
|
|
257
|
+
/**
|
|
258
|
+
*
|
|
259
|
+
* @type {RejectReason}
|
|
260
|
+
* @memberof AppointmentItemModel
|
|
261
|
+
*/
|
|
262
|
+
'rejectReason'?: RejectReason;
|
|
263
|
+
/**
|
|
264
|
+
*
|
|
265
|
+
* @type {string}
|
|
266
|
+
* @memberof AppointmentItemModel
|
|
267
|
+
*/
|
|
268
|
+
'paymentId'?: string | null;
|
|
269
|
+
/**
|
|
270
|
+
*
|
|
271
|
+
* @type {boolean}
|
|
272
|
+
* @memberof AppointmentItemModel
|
|
273
|
+
*/
|
|
274
|
+
'isExternal'?: boolean;
|
|
275
|
+
/**
|
|
276
|
+
*
|
|
277
|
+
* @type {AuditableEntityModel}
|
|
278
|
+
* @memberof AppointmentItemModel
|
|
279
|
+
*/
|
|
280
|
+
'auditableEntity'?: AuditableEntityModel;
|
|
281
|
+
}
|
|
282
|
+
//# sourceMappingURL=appointment-item-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appointment-item-model.d.ts","sourceRoot":"","sources":["../../src/models/appointment-item-model.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Swagger UI - Cloud Hospital Admin Api-INT
|
|
6
|
+
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1
|
|
9
|
+
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|