ch-api-client-typescript2 4.9.7 → 4.9.8
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/about-us-api.d.ts +123 -19
- package/lib/api/about-us-api.d.ts.map +1 -1
- package/lib/api/about-us-api.js +10 -22
- package/lib/api/accreditations-api.d.ts +60 -9
- package/lib/api/accreditations-api.d.ts.map +1 -1
- package/lib/api/accreditations-api.js +7 -11
- package/lib/api/app-version-api.d.ts +15 -2
- package/lib/api/app-version-api.d.ts.map +1 -1
- package/lib/api/app-version-api.js +3 -3
- package/lib/api/appointments-api.d.ts +201 -31
- package/lib/api/appointments-api.d.ts.map +1 -1
- package/lib/api/appointments-api.js +16 -36
- package/lib/api/articles-api.d.ts +453 -70
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +34 -81
- package/lib/api/bookings-api.d.ts +183 -28
- package/lib/api/bookings-api.d.ts.map +1 -1
- package/lib/api/bookings-api.js +16 -33
- package/lib/api/chat-users-api.d.ts +84 -12
- package/lib/api/chat-users-api.d.ts.map +1 -1
- package/lib/api/chat-users-api.js +15 -16
- package/lib/api/consultations-api.d.ts +171 -26
- package/lib/api/consultations-api.d.ts.map +1 -1
- package/lib/api/consultations-api.js +16 -31
- package/lib/api/contributors-api.d.ts +213 -33
- package/lib/api/contributors-api.d.ts.map +1 -1
- package/lib/api/contributors-api.js +16 -38
- package/lib/api/countries-api.d.ts +189 -29
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +16 -34
- package/lib/api/deals-api.d.ts +630 -103
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +65 -119
- package/lib/api/devices-api.d.ts +150 -22
- package/lib/api/devices-api.d.ts.map +1 -1
- package/lib/api/devices-api.js +20 -28
- package/lib/api/doctor-affiliations-api.d.ts +252 -40
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +30 -48
- package/lib/api/doctors-api.d.ts +675 -105
- package/lib/api/doctors-api.d.ts.map +1 -1
- package/lib/api/doctors-api.js +47 -120
- package/lib/api/faq-categories-api.d.ts +117 -18
- package/lib/api/faq-categories-api.d.ts.map +1 -1
- package/lib/api/faq-categories-api.js +10 -21
- package/lib/api/faqs-api.d.ts +249 -38
- package/lib/api/faqs-api.d.ts.map +1 -1
- package/lib/api/faqs-api.js +22 -45
- package/lib/api/group-channels-api.d.ts +117 -17
- package/lib/api/group-channels-api.d.ts.map +1 -1
- package/lib/api/group-channels-api.js +15 -22
- package/lib/api/header-navigations-api.d.ts +15 -2
- package/lib/api/header-navigations-api.d.ts.map +1 -1
- package/lib/api/header-navigations-api.js +3 -3
- package/lib/api/hospitals-api.d.ts +1695 -270
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +162 -315
- package/lib/api/hospitals-consultation-timetables-api.d.ts +39 -6
- package/lib/api/hospitals-consultation-timetables-api.d.ts.map +1 -1
- package/lib/api/hospitals-consultation-timetables-api.js +3 -7
- package/lib/api/images-api.d.ts +15 -2
- package/lib/api/images-api.d.ts.map +1 -1
- package/lib/api/images-api.js +4 -3
- package/lib/api/languages-api.d.ts +66 -10
- package/lib/api/languages-api.d.ts.map +1 -1
- package/lib/api/languages-api.js +7 -12
- package/lib/api/memberships-api.d.ts +111 -17
- package/lib/api/memberships-api.d.ts.map +1 -1
- package/lib/api/memberships-api.js +10 -20
- package/lib/api/notifications-api.d.ts +54 -8
- package/lib/api/notifications-api.d.ts.map +1 -1
- package/lib/api/notifications-api.js +8 -10
- package/lib/api/origins-api.d.ts +45 -6
- package/lib/api/origins-api.d.ts.map +1 -1
- package/lib/api/origins-api.js +11 -9
- package/lib/api/patients-api.d.ts +96 -13
- package/lib/api/patients-api.d.ts.map +1 -1
- package/lib/api/patients-api.js +19 -19
- package/lib/api/plans-api.d.ts +108 -16
- package/lib/api/plans-api.d.ts.map +1 -1
- package/lib/api/plans-api.js +13 -20
- package/lib/api/profiles-api.d.ts +75 -10
- package/lib/api/profiles-api.d.ts.map +1 -1
- package/lib/api/profiles-api.js +19 -15
- package/lib/api/service-reviews-api.d.ts +312 -47
- package/lib/api/service-reviews-api.d.ts.map +1 -1
- package/lib/api/service-reviews-api.js +32 -57
- package/lib/api/services-api.d.ts +189 -31
- package/lib/api/services-api.d.ts.map +1 -1
- package/lib/api/services-api.js +21 -36
- package/lib/api/services-categories-api.d.ts +54 -8
- package/lib/api/services-categories-api.d.ts.map +1 -1
- package/lib/api/services-categories-api.js +7 -10
- package/lib/api/specialties-api.d.ts +294 -46
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +20 -52
- package/lib/api/specialty-types-api.d.ts +306 -48
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +20 -54
- package/lib/api/survey-forms-api.d.ts +21 -3
- package/lib/api/survey-forms-api.d.ts.map +1 -1
- package/lib/api/survey-forms-api.js +3 -4
- package/lib/api/survey-results-api.d.ts +15 -2
- package/lib/api/survey-results-api.d.ts.map +1 -1
- package/lib/api/survey-results-api.js +4 -3
- package/lib/api/tags-api.d.ts +54 -8
- package/lib/api/tags-api.d.ts.map +1 -1
- package/lib/api/tags-api.js +7 -10
- package/package.json +2 -2
- package/src/api/about-us-api.ts +142 -22
- package/src/api/accreditations-api.ts +69 -11
- package/src/api/app-version-api.ts +17 -3
- package/src/api/appointments-api.ts +232 -36
- package/src/api/articles-api.ts +523 -81
- package/src/api/bookings-api.ts +211 -33
- package/src/api/chat-users-api.ts +96 -16
- package/src/api/consultations-api.ts +197 -31
- package/src/api/contributors-api.ts +246 -38
- package/src/api/countries-api.ts +218 -34
- package/src/api/deals-api.ts +745 -119
- package/src/api/devices-api.ts +172 -28
- package/src/api/doctor-affiliations-api.ts +296 -48
- package/src/api/doctors-api.ts +780 -120
- package/src/api/faq-categories-api.ts +135 -21
- package/src/api/faqs-api.ts +287 -45
- package/src/api/group-channels-api.ts +134 -22
- package/src/api/header-navigations-api.ts +17 -3
- package/src/api/hospitals-api.ts +1985 -315
- package/src/api/hospitals-consultation-timetables-api.ts +45 -7
- package/src/api/images-api.ts +17 -3
- package/src/api/languages-api.ts +76 -12
- package/src/api/memberships-api.ts +128 -20
- package/src/api/notifications-api.ts +62 -10
- package/src/api/origins-api.ts +51 -9
- package/src/api/patients-api.ts +109 -19
- package/src/api/plans-api.ts +124 -20
- package/src/api/profiles-api.ts +85 -15
- package/src/api/service-reviews-api.ts +359 -57
- package/src/api/services-api.ts +224 -36
- package/src/api/services-categories-api.ts +62 -10
- package/src/api/specialties-api.ts +340 -52
- package/src/api/specialty-types-api.ts +354 -54
- package/src/api/survey-forms-api.ts +24 -4
- package/src/api/survey-results-api.ts +17 -3
- package/src/api/tags-api.ts +62 -10
package/lib/api/deals-api.d.ts
CHANGED
|
@@ -59,6 +59,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
59
59
|
* @param {string} [hospitalId]
|
|
60
60
|
* @param {string} [hospitalName]
|
|
61
61
|
* @param {string} [languageCode]
|
|
62
|
+
* @param {boolean} [appointmentEnabled]
|
|
62
63
|
* @param {boolean} [showHidden]
|
|
63
64
|
* @param {number} [page]
|
|
64
65
|
* @param {number} [limit]
|
|
@@ -66,7 +67,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
66
67
|
* @param {*} [options] Override http request option.
|
|
67
68
|
* @throws {RequiredError}
|
|
68
69
|
*/
|
|
69
|
-
apiV2DealsDealIdPackagesGet: (dealId: string, relatedDealPackageId?: string, dealName?: string, name?: string, countryId?: string, hospitalId?: string, hospitalName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
70
|
+
apiV2DealsDealIdPackagesGet: (dealId: string, relatedDealPackageId?: string, dealName?: string, name?: string, countryId?: string, hospitalId?: string, hospitalName?: string, languageCode?: string, appointmentEnabled?: boolean, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
70
71
|
/**
|
|
71
72
|
*
|
|
72
73
|
* @summary Get DealPackageAppointmentTimetables
|
|
@@ -132,6 +133,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
132
133
|
* @param {Array<string>} [ids]
|
|
133
134
|
* @param {number} [serviceDuration]
|
|
134
135
|
* @param {string} [languageCode]
|
|
136
|
+
* @param {boolean} [appointmentEnabled]
|
|
135
137
|
* @param {boolean} [showHidden]
|
|
136
138
|
* @param {boolean} [returnDefaultValue]
|
|
137
139
|
* @param {number} [page]
|
|
@@ -140,7 +142,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
140
142
|
* @param {*} [options] Override http request option.
|
|
141
143
|
* @throws {RequiredError}
|
|
142
144
|
*/
|
|
143
|
-
apiV2DealsGet: (id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
145
|
+
apiV2DealsGet: (id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, appointmentEnabled?: boolean, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
144
146
|
/**
|
|
145
147
|
*
|
|
146
148
|
* @summary Get all deals.
|
|
@@ -161,6 +163,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
161
163
|
* @param {Array<string>} [ids]
|
|
162
164
|
* @param {number} [serviceDuration]
|
|
163
165
|
* @param {string} [languageCode]
|
|
166
|
+
* @param {boolean} [appointmentEnabled]
|
|
164
167
|
* @param {boolean} [showHidden]
|
|
165
168
|
* @param {boolean} [returnDefaultValue]
|
|
166
169
|
* @param {number} [page]
|
|
@@ -169,7 +172,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
169
172
|
* @param {*} [options] Override http request option.
|
|
170
173
|
* @throws {RequiredError}
|
|
171
174
|
*/
|
|
172
|
-
apiV2DealsSimpleGet: (id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
175
|
+
apiV2DealsSimpleGet: (id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, appointmentEnabled?: boolean, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
173
176
|
/**
|
|
174
177
|
*
|
|
175
178
|
* @summary Get deal by slug.
|
|
@@ -219,6 +222,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
219
222
|
* @param {string} [hospitalId]
|
|
220
223
|
* @param {string} [hospitalName]
|
|
221
224
|
* @param {string} [languageCode]
|
|
225
|
+
* @param {boolean} [appointmentEnabled]
|
|
222
226
|
* @param {boolean} [showHidden]
|
|
223
227
|
* @param {number} [page]
|
|
224
228
|
* @param {number} [limit]
|
|
@@ -226,7 +230,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
226
230
|
* @param {*} [options] Override http request option.
|
|
227
231
|
* @throws {RequiredError}
|
|
228
232
|
*/
|
|
229
|
-
apiV2DealsDealIdPackagesGet(dealId: string, relatedDealPackageId?: string, dealName?: string, name?: string, countryId?: string, hospitalId?: string, hospitalName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealPackagesModel>>;
|
|
233
|
+
apiV2DealsDealIdPackagesGet(dealId: string, relatedDealPackageId?: string, dealName?: string, name?: string, countryId?: string, hospitalId?: string, hospitalName?: string, languageCode?: string, appointmentEnabled?: boolean, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealPackagesModel>>;
|
|
230
234
|
/**
|
|
231
235
|
*
|
|
232
236
|
* @summary Get DealPackageAppointmentTimetables
|
|
@@ -292,6 +296,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
292
296
|
* @param {Array<string>} [ids]
|
|
293
297
|
* @param {number} [serviceDuration]
|
|
294
298
|
* @param {string} [languageCode]
|
|
299
|
+
* @param {boolean} [appointmentEnabled]
|
|
295
300
|
* @param {boolean} [showHidden]
|
|
296
301
|
* @param {boolean} [returnDefaultValue]
|
|
297
302
|
* @param {number} [page]
|
|
@@ -300,7 +305,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
300
305
|
* @param {*} [options] Override http request option.
|
|
301
306
|
* @throws {RequiredError}
|
|
302
307
|
*/
|
|
303
|
-
apiV2DealsGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealsModel>>;
|
|
308
|
+
apiV2DealsGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, appointmentEnabled?: boolean, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealsModel>>;
|
|
304
309
|
/**
|
|
305
310
|
*
|
|
306
311
|
* @summary Get all deals.
|
|
@@ -321,6 +326,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
321
326
|
* @param {Array<string>} [ids]
|
|
322
327
|
* @param {number} [serviceDuration]
|
|
323
328
|
* @param {string} [languageCode]
|
|
329
|
+
* @param {boolean} [appointmentEnabled]
|
|
324
330
|
* @param {boolean} [showHidden]
|
|
325
331
|
* @param {boolean} [returnDefaultValue]
|
|
326
332
|
* @param {number} [page]
|
|
@@ -329,7 +335,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
329
335
|
* @param {*} [options] Override http request option.
|
|
330
336
|
* @throws {RequiredError}
|
|
331
337
|
*/
|
|
332
|
-
apiV2DealsSimpleGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealsSimpleModel>>;
|
|
338
|
+
apiV2DealsSimpleGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, appointmentEnabled?: boolean, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DealsSimpleModel>>;
|
|
333
339
|
/**
|
|
334
340
|
*
|
|
335
341
|
* @summary Get deal by slug.
|
|
@@ -379,6 +385,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
379
385
|
* @param {string} [hospitalId]
|
|
380
386
|
* @param {string} [hospitalName]
|
|
381
387
|
* @param {string} [languageCode]
|
|
388
|
+
* @param {boolean} [appointmentEnabled]
|
|
382
389
|
* @param {boolean} [showHidden]
|
|
383
390
|
* @param {number} [page]
|
|
384
391
|
* @param {number} [limit]
|
|
@@ -386,7 +393,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
386
393
|
* @param {*} [options] Override http request option.
|
|
387
394
|
* @throws {RequiredError}
|
|
388
395
|
*/
|
|
389
|
-
apiV2DealsDealIdPackagesGet(dealId: string, relatedDealPackageId?: string, dealName?: string, name?: string, countryId?: string, hospitalId?: string, hospitalName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DealPackagesModel>;
|
|
396
|
+
apiV2DealsDealIdPackagesGet(dealId: string, relatedDealPackageId?: string, dealName?: string, name?: string, countryId?: string, hospitalId?: string, hospitalName?: string, languageCode?: string, appointmentEnabled?: boolean, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DealPackagesModel>;
|
|
390
397
|
/**
|
|
391
398
|
*
|
|
392
399
|
* @summary Get DealPackageAppointmentTimetables
|
|
@@ -452,6 +459,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
452
459
|
* @param {Array<string>} [ids]
|
|
453
460
|
* @param {number} [serviceDuration]
|
|
454
461
|
* @param {string} [languageCode]
|
|
462
|
+
* @param {boolean} [appointmentEnabled]
|
|
455
463
|
* @param {boolean} [showHidden]
|
|
456
464
|
* @param {boolean} [returnDefaultValue]
|
|
457
465
|
* @param {number} [page]
|
|
@@ -460,7 +468,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
460
468
|
* @param {*} [options] Override http request option.
|
|
461
469
|
* @throws {RequiredError}
|
|
462
470
|
*/
|
|
463
|
-
apiV2DealsGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DealsModel>;
|
|
471
|
+
apiV2DealsGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, appointmentEnabled?: boolean, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DealsModel>;
|
|
464
472
|
/**
|
|
465
473
|
*
|
|
466
474
|
* @summary Get all deals.
|
|
@@ -481,6 +489,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
481
489
|
* @param {Array<string>} [ids]
|
|
482
490
|
* @param {number} [serviceDuration]
|
|
483
491
|
* @param {string} [languageCode]
|
|
492
|
+
* @param {boolean} [appointmentEnabled]
|
|
484
493
|
* @param {boolean} [showHidden]
|
|
485
494
|
* @param {boolean} [returnDefaultValue]
|
|
486
495
|
* @param {number} [page]
|
|
@@ -489,7 +498,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
489
498
|
* @param {*} [options] Override http request option.
|
|
490
499
|
* @throws {RequiredError}
|
|
491
500
|
*/
|
|
492
|
-
apiV2DealsSimpleGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DealsSimpleModel>;
|
|
501
|
+
apiV2DealsSimpleGet(id?: string, name?: string, marketingType?: MarketingType, countryId?: string, hospitalId?: string, hospitalName?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceId?: string, serviceName?: string, exceptHospitalId?: string, exceptDealId?: string, ids?: Array<string>, serviceDuration?: number, languageCode?: string, appointmentEnabled?: boolean, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DealsSimpleModel>;
|
|
493
502
|
/**
|
|
494
503
|
*
|
|
495
504
|
* @summary Get deal by slug.
|
|
@@ -501,6 +510,598 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
501
510
|
*/
|
|
502
511
|
apiV2DealsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<DealModel>;
|
|
503
512
|
};
|
|
513
|
+
/**
|
|
514
|
+
* Request parameters for apiV2DealsDealIdAppointmenttimetablesGet operation in DealsApi.
|
|
515
|
+
* @export
|
|
516
|
+
* @interface DealsApiApiV2DealsDealIdAppointmenttimetablesGetRequest
|
|
517
|
+
*/
|
|
518
|
+
export interface DealsApiApiV2DealsDealIdAppointmenttimetablesGetRequest {
|
|
519
|
+
/**
|
|
520
|
+
*
|
|
521
|
+
* @type {string}
|
|
522
|
+
* @memberof DealsApiApiV2DealsDealIdAppointmenttimetablesGet
|
|
523
|
+
*/
|
|
524
|
+
readonly dealId: string;
|
|
525
|
+
/**
|
|
526
|
+
*
|
|
527
|
+
* @type {number}
|
|
528
|
+
* @memberof DealsApiApiV2DealsDealIdAppointmenttimetablesGet
|
|
529
|
+
*/
|
|
530
|
+
readonly year?: number;
|
|
531
|
+
/**
|
|
532
|
+
*
|
|
533
|
+
* @type {number}
|
|
534
|
+
* @memberof DealsApiApiV2DealsDealIdAppointmenttimetablesGet
|
|
535
|
+
*/
|
|
536
|
+
readonly month?: number;
|
|
537
|
+
/**
|
|
538
|
+
*
|
|
539
|
+
* @type {string}
|
|
540
|
+
* @memberof DealsApiApiV2DealsDealIdAppointmenttimetablesGet
|
|
541
|
+
*/
|
|
542
|
+
readonly timeZone?: string;
|
|
543
|
+
/**
|
|
544
|
+
*
|
|
545
|
+
* @type {string}
|
|
546
|
+
* @memberof DealsApiApiV2DealsDealIdAppointmenttimetablesGet
|
|
547
|
+
*/
|
|
548
|
+
readonly appointmentIdExcluded?: string;
|
|
549
|
+
}
|
|
550
|
+
/**
|
|
551
|
+
* Request parameters for apiV2DealsDealIdGet operation in DealsApi.
|
|
552
|
+
* @export
|
|
553
|
+
* @interface DealsApiApiV2DealsDealIdGetRequest
|
|
554
|
+
*/
|
|
555
|
+
export interface DealsApiApiV2DealsDealIdGetRequest {
|
|
556
|
+
/**
|
|
557
|
+
*
|
|
558
|
+
* @type {string}
|
|
559
|
+
* @memberof DealsApiApiV2DealsDealIdGet
|
|
560
|
+
*/
|
|
561
|
+
readonly dealId: string;
|
|
562
|
+
/**
|
|
563
|
+
*
|
|
564
|
+
* @type {string}
|
|
565
|
+
* @memberof DealsApiApiV2DealsDealIdGet
|
|
566
|
+
*/
|
|
567
|
+
readonly languageCode?: string;
|
|
568
|
+
/**
|
|
569
|
+
*
|
|
570
|
+
* @type {boolean}
|
|
571
|
+
* @memberof DealsApiApiV2DealsDealIdGet
|
|
572
|
+
*/
|
|
573
|
+
readonly returnDefaultValue?: boolean;
|
|
574
|
+
}
|
|
575
|
+
/**
|
|
576
|
+
* Request parameters for apiV2DealsDealIdPackagesGet operation in DealsApi.
|
|
577
|
+
* @export
|
|
578
|
+
* @interface DealsApiApiV2DealsDealIdPackagesGetRequest
|
|
579
|
+
*/
|
|
580
|
+
export interface DealsApiApiV2DealsDealIdPackagesGetRequest {
|
|
581
|
+
/**
|
|
582
|
+
*
|
|
583
|
+
* @type {string}
|
|
584
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesGet
|
|
585
|
+
*/
|
|
586
|
+
readonly dealId: string;
|
|
587
|
+
/**
|
|
588
|
+
*
|
|
589
|
+
* @type {string}
|
|
590
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesGet
|
|
591
|
+
*/
|
|
592
|
+
readonly relatedDealPackageId?: string;
|
|
593
|
+
/**
|
|
594
|
+
*
|
|
595
|
+
* @type {string}
|
|
596
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesGet
|
|
597
|
+
*/
|
|
598
|
+
readonly dealName?: string;
|
|
599
|
+
/**
|
|
600
|
+
*
|
|
601
|
+
* @type {string}
|
|
602
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesGet
|
|
603
|
+
*/
|
|
604
|
+
readonly name?: string;
|
|
605
|
+
/**
|
|
606
|
+
*
|
|
607
|
+
* @type {string}
|
|
608
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesGet
|
|
609
|
+
*/
|
|
610
|
+
readonly countryId?: string;
|
|
611
|
+
/**
|
|
612
|
+
*
|
|
613
|
+
* @type {string}
|
|
614
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesGet
|
|
615
|
+
*/
|
|
616
|
+
readonly hospitalId?: string;
|
|
617
|
+
/**
|
|
618
|
+
*
|
|
619
|
+
* @type {string}
|
|
620
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesGet
|
|
621
|
+
*/
|
|
622
|
+
readonly hospitalName?: string;
|
|
623
|
+
/**
|
|
624
|
+
*
|
|
625
|
+
* @type {string}
|
|
626
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesGet
|
|
627
|
+
*/
|
|
628
|
+
readonly languageCode?: string;
|
|
629
|
+
/**
|
|
630
|
+
*
|
|
631
|
+
* @type {boolean}
|
|
632
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesGet
|
|
633
|
+
*/
|
|
634
|
+
readonly appointmentEnabled?: boolean;
|
|
635
|
+
/**
|
|
636
|
+
*
|
|
637
|
+
* @type {boolean}
|
|
638
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesGet
|
|
639
|
+
*/
|
|
640
|
+
readonly showHidden?: boolean;
|
|
641
|
+
/**
|
|
642
|
+
*
|
|
643
|
+
* @type {number}
|
|
644
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesGet
|
|
645
|
+
*/
|
|
646
|
+
readonly page?: number;
|
|
647
|
+
/**
|
|
648
|
+
*
|
|
649
|
+
* @type {number}
|
|
650
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesGet
|
|
651
|
+
*/
|
|
652
|
+
readonly limit?: number;
|
|
653
|
+
/**
|
|
654
|
+
*
|
|
655
|
+
* @type {Date}
|
|
656
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesGet
|
|
657
|
+
*/
|
|
658
|
+
readonly lastRetrieved?: Date;
|
|
659
|
+
}
|
|
660
|
+
/**
|
|
661
|
+
* Request parameters for apiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet operation in DealsApi.
|
|
662
|
+
* @export
|
|
663
|
+
* @interface DealsApiApiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGetRequest
|
|
664
|
+
*/
|
|
665
|
+
export interface DealsApiApiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGetRequest {
|
|
666
|
+
/**
|
|
667
|
+
*
|
|
668
|
+
* @type {string}
|
|
669
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet
|
|
670
|
+
*/
|
|
671
|
+
readonly dealId: string;
|
|
672
|
+
/**
|
|
673
|
+
*
|
|
674
|
+
* @type {string}
|
|
675
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet
|
|
676
|
+
*/
|
|
677
|
+
readonly packageId: string;
|
|
678
|
+
/**
|
|
679
|
+
*
|
|
680
|
+
* @type {number}
|
|
681
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet
|
|
682
|
+
*/
|
|
683
|
+
readonly year?: number;
|
|
684
|
+
/**
|
|
685
|
+
*
|
|
686
|
+
* @type {number}
|
|
687
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet
|
|
688
|
+
*/
|
|
689
|
+
readonly month?: number;
|
|
690
|
+
/**
|
|
691
|
+
*
|
|
692
|
+
* @type {string}
|
|
693
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet
|
|
694
|
+
*/
|
|
695
|
+
readonly timeZone?: string;
|
|
696
|
+
/**
|
|
697
|
+
*
|
|
698
|
+
* @type {string}
|
|
699
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet
|
|
700
|
+
*/
|
|
701
|
+
readonly appointmentIdExcluded?: string;
|
|
702
|
+
}
|
|
703
|
+
/**
|
|
704
|
+
* Request parameters for apiV2DealsDealIdPackagesPackageIdGet operation in DealsApi.
|
|
705
|
+
* @export
|
|
706
|
+
* @interface DealsApiApiV2DealsDealIdPackagesPackageIdGetRequest
|
|
707
|
+
*/
|
|
708
|
+
export interface DealsApiApiV2DealsDealIdPackagesPackageIdGetRequest {
|
|
709
|
+
/**
|
|
710
|
+
*
|
|
711
|
+
* @type {string}
|
|
712
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesPackageIdGet
|
|
713
|
+
*/
|
|
714
|
+
readonly dealId: string;
|
|
715
|
+
/**
|
|
716
|
+
*
|
|
717
|
+
* @type {string}
|
|
718
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesPackageIdGet
|
|
719
|
+
*/
|
|
720
|
+
readonly packageId: string;
|
|
721
|
+
/**
|
|
722
|
+
*
|
|
723
|
+
* @type {string}
|
|
724
|
+
* @memberof DealsApiApiV2DealsDealIdPackagesPackageIdGet
|
|
725
|
+
*/
|
|
726
|
+
readonly languageCode?: string;
|
|
727
|
+
}
|
|
728
|
+
/**
|
|
729
|
+
* Request parameters for apiV2DealsDealIdServicesGet operation in DealsApi.
|
|
730
|
+
* @export
|
|
731
|
+
* @interface DealsApiApiV2DealsDealIdServicesGetRequest
|
|
732
|
+
*/
|
|
733
|
+
export interface DealsApiApiV2DealsDealIdServicesGetRequest {
|
|
734
|
+
/**
|
|
735
|
+
*
|
|
736
|
+
* @type {string}
|
|
737
|
+
* @memberof DealsApiApiV2DealsDealIdServicesGet
|
|
738
|
+
*/
|
|
739
|
+
readonly dealId: string;
|
|
740
|
+
/**
|
|
741
|
+
*
|
|
742
|
+
* @type {string}
|
|
743
|
+
* @memberof DealsApiApiV2DealsDealIdServicesGet
|
|
744
|
+
*/
|
|
745
|
+
readonly languageCode?: string;
|
|
746
|
+
/**
|
|
747
|
+
*
|
|
748
|
+
* @type {number}
|
|
749
|
+
* @memberof DealsApiApiV2DealsDealIdServicesGet
|
|
750
|
+
*/
|
|
751
|
+
readonly page?: number;
|
|
752
|
+
/**
|
|
753
|
+
*
|
|
754
|
+
* @type {number}
|
|
755
|
+
* @memberof DealsApiApiV2DealsDealIdServicesGet
|
|
756
|
+
*/
|
|
757
|
+
readonly limit?: number;
|
|
758
|
+
/**
|
|
759
|
+
*
|
|
760
|
+
* @type {Date}
|
|
761
|
+
* @memberof DealsApiApiV2DealsDealIdServicesGet
|
|
762
|
+
*/
|
|
763
|
+
readonly lastRetrieved?: Date;
|
|
764
|
+
}
|
|
765
|
+
/**
|
|
766
|
+
* Request parameters for apiV2DealsDealIdServicesServiceIdGet operation in DealsApi.
|
|
767
|
+
* @export
|
|
768
|
+
* @interface DealsApiApiV2DealsDealIdServicesServiceIdGetRequest
|
|
769
|
+
*/
|
|
770
|
+
export interface DealsApiApiV2DealsDealIdServicesServiceIdGetRequest {
|
|
771
|
+
/**
|
|
772
|
+
*
|
|
773
|
+
* @type {string}
|
|
774
|
+
* @memberof DealsApiApiV2DealsDealIdServicesServiceIdGet
|
|
775
|
+
*/
|
|
776
|
+
readonly dealId: string;
|
|
777
|
+
/**
|
|
778
|
+
*
|
|
779
|
+
* @type {string}
|
|
780
|
+
* @memberof DealsApiApiV2DealsDealIdServicesServiceIdGet
|
|
781
|
+
*/
|
|
782
|
+
readonly serviceId: string;
|
|
783
|
+
/**
|
|
784
|
+
*
|
|
785
|
+
* @type {string}
|
|
786
|
+
* @memberof DealsApiApiV2DealsDealIdServicesServiceIdGet
|
|
787
|
+
*/
|
|
788
|
+
readonly languageCode?: string;
|
|
789
|
+
}
|
|
790
|
+
/**
|
|
791
|
+
* Request parameters for apiV2DealsGet operation in DealsApi.
|
|
792
|
+
* @export
|
|
793
|
+
* @interface DealsApiApiV2DealsGetRequest
|
|
794
|
+
*/
|
|
795
|
+
export interface DealsApiApiV2DealsGetRequest {
|
|
796
|
+
/**
|
|
797
|
+
*
|
|
798
|
+
* @type {string}
|
|
799
|
+
* @memberof DealsApiApiV2DealsGet
|
|
800
|
+
*/
|
|
801
|
+
readonly id?: string;
|
|
802
|
+
/**
|
|
803
|
+
*
|
|
804
|
+
* @type {string}
|
|
805
|
+
* @memberof DealsApiApiV2DealsGet
|
|
806
|
+
*/
|
|
807
|
+
readonly name?: string;
|
|
808
|
+
/**
|
|
809
|
+
*
|
|
810
|
+
* @type {MarketingType}
|
|
811
|
+
* @memberof DealsApiApiV2DealsGet
|
|
812
|
+
*/
|
|
813
|
+
readonly marketingType?: MarketingType;
|
|
814
|
+
/**
|
|
815
|
+
*
|
|
816
|
+
* @type {string}
|
|
817
|
+
* @memberof DealsApiApiV2DealsGet
|
|
818
|
+
*/
|
|
819
|
+
readonly countryId?: string;
|
|
820
|
+
/**
|
|
821
|
+
*
|
|
822
|
+
* @type {string}
|
|
823
|
+
* @memberof DealsApiApiV2DealsGet
|
|
824
|
+
*/
|
|
825
|
+
readonly hospitalId?: string;
|
|
826
|
+
/**
|
|
827
|
+
*
|
|
828
|
+
* @type {string}
|
|
829
|
+
* @memberof DealsApiApiV2DealsGet
|
|
830
|
+
*/
|
|
831
|
+
readonly hospitalName?: string;
|
|
832
|
+
/**
|
|
833
|
+
*
|
|
834
|
+
* @type {string}
|
|
835
|
+
* @memberof DealsApiApiV2DealsGet
|
|
836
|
+
*/
|
|
837
|
+
readonly specialtyId?: string;
|
|
838
|
+
/**
|
|
839
|
+
*
|
|
840
|
+
* @type {string}
|
|
841
|
+
* @memberof DealsApiApiV2DealsGet
|
|
842
|
+
*/
|
|
843
|
+
readonly specialtyName?: string;
|
|
844
|
+
/**
|
|
845
|
+
*
|
|
846
|
+
* @type {string}
|
|
847
|
+
* @memberof DealsApiApiV2DealsGet
|
|
848
|
+
*/
|
|
849
|
+
readonly specialtyTypeId?: string;
|
|
850
|
+
/**
|
|
851
|
+
*
|
|
852
|
+
* @type {string}
|
|
853
|
+
* @memberof DealsApiApiV2DealsGet
|
|
854
|
+
*/
|
|
855
|
+
readonly specialtyTypeName?: string;
|
|
856
|
+
/**
|
|
857
|
+
*
|
|
858
|
+
* @type {string}
|
|
859
|
+
* @memberof DealsApiApiV2DealsGet
|
|
860
|
+
*/
|
|
861
|
+
readonly serviceId?: string;
|
|
862
|
+
/**
|
|
863
|
+
*
|
|
864
|
+
* @type {string}
|
|
865
|
+
* @memberof DealsApiApiV2DealsGet
|
|
866
|
+
*/
|
|
867
|
+
readonly serviceName?: string;
|
|
868
|
+
/**
|
|
869
|
+
*
|
|
870
|
+
* @type {string}
|
|
871
|
+
* @memberof DealsApiApiV2DealsGet
|
|
872
|
+
*/
|
|
873
|
+
readonly exceptHospitalId?: string;
|
|
874
|
+
/**
|
|
875
|
+
*
|
|
876
|
+
* @type {string}
|
|
877
|
+
* @memberof DealsApiApiV2DealsGet
|
|
878
|
+
*/
|
|
879
|
+
readonly exceptDealId?: string;
|
|
880
|
+
/**
|
|
881
|
+
*
|
|
882
|
+
* @type {Array<string>}
|
|
883
|
+
* @memberof DealsApiApiV2DealsGet
|
|
884
|
+
*/
|
|
885
|
+
readonly ids?: Array<string>;
|
|
886
|
+
/**
|
|
887
|
+
*
|
|
888
|
+
* @type {number}
|
|
889
|
+
* @memberof DealsApiApiV2DealsGet
|
|
890
|
+
*/
|
|
891
|
+
readonly serviceDuration?: number;
|
|
892
|
+
/**
|
|
893
|
+
*
|
|
894
|
+
* @type {string}
|
|
895
|
+
* @memberof DealsApiApiV2DealsGet
|
|
896
|
+
*/
|
|
897
|
+
readonly languageCode?: string;
|
|
898
|
+
/**
|
|
899
|
+
*
|
|
900
|
+
* @type {boolean}
|
|
901
|
+
* @memberof DealsApiApiV2DealsGet
|
|
902
|
+
*/
|
|
903
|
+
readonly appointmentEnabled?: boolean;
|
|
904
|
+
/**
|
|
905
|
+
*
|
|
906
|
+
* @type {boolean}
|
|
907
|
+
* @memberof DealsApiApiV2DealsGet
|
|
908
|
+
*/
|
|
909
|
+
readonly showHidden?: boolean;
|
|
910
|
+
/**
|
|
911
|
+
*
|
|
912
|
+
* @type {boolean}
|
|
913
|
+
* @memberof DealsApiApiV2DealsGet
|
|
914
|
+
*/
|
|
915
|
+
readonly returnDefaultValue?: boolean;
|
|
916
|
+
/**
|
|
917
|
+
*
|
|
918
|
+
* @type {number}
|
|
919
|
+
* @memberof DealsApiApiV2DealsGet
|
|
920
|
+
*/
|
|
921
|
+
readonly page?: number;
|
|
922
|
+
/**
|
|
923
|
+
*
|
|
924
|
+
* @type {number}
|
|
925
|
+
* @memberof DealsApiApiV2DealsGet
|
|
926
|
+
*/
|
|
927
|
+
readonly limit?: number;
|
|
928
|
+
/**
|
|
929
|
+
*
|
|
930
|
+
* @type {Date}
|
|
931
|
+
* @memberof DealsApiApiV2DealsGet
|
|
932
|
+
*/
|
|
933
|
+
readonly lastRetrieved?: Date;
|
|
934
|
+
}
|
|
935
|
+
/**
|
|
936
|
+
* Request parameters for apiV2DealsSimpleGet operation in DealsApi.
|
|
937
|
+
* @export
|
|
938
|
+
* @interface DealsApiApiV2DealsSimpleGetRequest
|
|
939
|
+
*/
|
|
940
|
+
export interface DealsApiApiV2DealsSimpleGetRequest {
|
|
941
|
+
/**
|
|
942
|
+
*
|
|
943
|
+
* @type {string}
|
|
944
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
945
|
+
*/
|
|
946
|
+
readonly id?: string;
|
|
947
|
+
/**
|
|
948
|
+
*
|
|
949
|
+
* @type {string}
|
|
950
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
951
|
+
*/
|
|
952
|
+
readonly name?: string;
|
|
953
|
+
/**
|
|
954
|
+
*
|
|
955
|
+
* @type {MarketingType}
|
|
956
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
957
|
+
*/
|
|
958
|
+
readonly marketingType?: MarketingType;
|
|
959
|
+
/**
|
|
960
|
+
*
|
|
961
|
+
* @type {string}
|
|
962
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
963
|
+
*/
|
|
964
|
+
readonly countryId?: string;
|
|
965
|
+
/**
|
|
966
|
+
*
|
|
967
|
+
* @type {string}
|
|
968
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
969
|
+
*/
|
|
970
|
+
readonly hospitalId?: string;
|
|
971
|
+
/**
|
|
972
|
+
*
|
|
973
|
+
* @type {string}
|
|
974
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
975
|
+
*/
|
|
976
|
+
readonly hospitalName?: string;
|
|
977
|
+
/**
|
|
978
|
+
*
|
|
979
|
+
* @type {string}
|
|
980
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
981
|
+
*/
|
|
982
|
+
readonly specialtyId?: string;
|
|
983
|
+
/**
|
|
984
|
+
*
|
|
985
|
+
* @type {string}
|
|
986
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
987
|
+
*/
|
|
988
|
+
readonly specialtyName?: string;
|
|
989
|
+
/**
|
|
990
|
+
*
|
|
991
|
+
* @type {string}
|
|
992
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
993
|
+
*/
|
|
994
|
+
readonly specialtyTypeId?: string;
|
|
995
|
+
/**
|
|
996
|
+
*
|
|
997
|
+
* @type {string}
|
|
998
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
999
|
+
*/
|
|
1000
|
+
readonly specialtyTypeName?: string;
|
|
1001
|
+
/**
|
|
1002
|
+
*
|
|
1003
|
+
* @type {string}
|
|
1004
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
1005
|
+
*/
|
|
1006
|
+
readonly serviceId?: string;
|
|
1007
|
+
/**
|
|
1008
|
+
*
|
|
1009
|
+
* @type {string}
|
|
1010
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
1011
|
+
*/
|
|
1012
|
+
readonly serviceName?: string;
|
|
1013
|
+
/**
|
|
1014
|
+
*
|
|
1015
|
+
* @type {string}
|
|
1016
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
1017
|
+
*/
|
|
1018
|
+
readonly exceptHospitalId?: string;
|
|
1019
|
+
/**
|
|
1020
|
+
*
|
|
1021
|
+
* @type {string}
|
|
1022
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
1023
|
+
*/
|
|
1024
|
+
readonly exceptDealId?: string;
|
|
1025
|
+
/**
|
|
1026
|
+
*
|
|
1027
|
+
* @type {Array<string>}
|
|
1028
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
1029
|
+
*/
|
|
1030
|
+
readonly ids?: Array<string>;
|
|
1031
|
+
/**
|
|
1032
|
+
*
|
|
1033
|
+
* @type {number}
|
|
1034
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
1035
|
+
*/
|
|
1036
|
+
readonly serviceDuration?: number;
|
|
1037
|
+
/**
|
|
1038
|
+
*
|
|
1039
|
+
* @type {string}
|
|
1040
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
1041
|
+
*/
|
|
1042
|
+
readonly languageCode?: string;
|
|
1043
|
+
/**
|
|
1044
|
+
*
|
|
1045
|
+
* @type {boolean}
|
|
1046
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
1047
|
+
*/
|
|
1048
|
+
readonly appointmentEnabled?: boolean;
|
|
1049
|
+
/**
|
|
1050
|
+
*
|
|
1051
|
+
* @type {boolean}
|
|
1052
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
1053
|
+
*/
|
|
1054
|
+
readonly showHidden?: boolean;
|
|
1055
|
+
/**
|
|
1056
|
+
*
|
|
1057
|
+
* @type {boolean}
|
|
1058
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
1059
|
+
*/
|
|
1060
|
+
readonly returnDefaultValue?: boolean;
|
|
1061
|
+
/**
|
|
1062
|
+
*
|
|
1063
|
+
* @type {number}
|
|
1064
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
1065
|
+
*/
|
|
1066
|
+
readonly page?: number;
|
|
1067
|
+
/**
|
|
1068
|
+
*
|
|
1069
|
+
* @type {number}
|
|
1070
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
1071
|
+
*/
|
|
1072
|
+
readonly limit?: number;
|
|
1073
|
+
/**
|
|
1074
|
+
*
|
|
1075
|
+
* @type {Date}
|
|
1076
|
+
* @memberof DealsApiApiV2DealsSimpleGet
|
|
1077
|
+
*/
|
|
1078
|
+
readonly lastRetrieved?: Date;
|
|
1079
|
+
}
|
|
1080
|
+
/**
|
|
1081
|
+
* Request parameters for apiV2DealsSlugGet operation in DealsApi.
|
|
1082
|
+
* @export
|
|
1083
|
+
* @interface DealsApiApiV2DealsSlugGetRequest
|
|
1084
|
+
*/
|
|
1085
|
+
export interface DealsApiApiV2DealsSlugGetRequest {
|
|
1086
|
+
/**
|
|
1087
|
+
*
|
|
1088
|
+
* @type {string}
|
|
1089
|
+
* @memberof DealsApiApiV2DealsSlugGet
|
|
1090
|
+
*/
|
|
1091
|
+
readonly slug: string;
|
|
1092
|
+
/**
|
|
1093
|
+
*
|
|
1094
|
+
* @type {string}
|
|
1095
|
+
* @memberof DealsApiApiV2DealsSlugGet
|
|
1096
|
+
*/
|
|
1097
|
+
readonly languageCode?: string;
|
|
1098
|
+
/**
|
|
1099
|
+
*
|
|
1100
|
+
* @type {boolean}
|
|
1101
|
+
* @memberof DealsApiApiV2DealsSlugGet
|
|
1102
|
+
*/
|
|
1103
|
+
readonly returnDefaultValue?: boolean;
|
|
1104
|
+
}
|
|
504
1105
|
/**
|
|
505
1106
|
* DealsApi - object-oriented interface
|
|
506
1107
|
* @export
|
|
@@ -511,166 +1112,92 @@ export declare class DealsApi extends BaseAPI {
|
|
|
511
1112
|
/**
|
|
512
1113
|
*
|
|
513
1114
|
* @summary Get DealAppointmentTimetables
|
|
514
|
-
* @param {
|
|
515
|
-
* @param {number} [year]
|
|
516
|
-
* @param {number} [month]
|
|
517
|
-
* @param {string} [timeZone]
|
|
518
|
-
* @param {string} [appointmentIdExcluded]
|
|
1115
|
+
* @param {DealsApiApiV2DealsDealIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
519
1116
|
* @param {*} [options] Override http request option.
|
|
520
1117
|
* @throws {RequiredError}
|
|
521
1118
|
* @memberof DealsApi
|
|
522
1119
|
*/
|
|
523
|
-
apiV2DealsDealIdAppointmenttimetablesGet(
|
|
1120
|
+
apiV2DealsDealIdAppointmenttimetablesGet(requestParameters: DealsApiApiV2DealsDealIdAppointmenttimetablesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetablesModel, any>>;
|
|
524
1121
|
/**
|
|
525
1122
|
*
|
|
526
1123
|
* @summary Get deal.
|
|
527
|
-
* @param {
|
|
528
|
-
* @param {string} [languageCode]
|
|
529
|
-
* @param {boolean} [returnDefaultValue]
|
|
1124
|
+
* @param {DealsApiApiV2DealsDealIdGetRequest} requestParameters Request parameters.
|
|
530
1125
|
* @param {*} [options] Override http request option.
|
|
531
1126
|
* @throws {RequiredError}
|
|
532
1127
|
* @memberof DealsApi
|
|
533
1128
|
*/
|
|
534
|
-
apiV2DealsDealIdGet(
|
|
1129
|
+
apiV2DealsDealIdGet(requestParameters: DealsApiApiV2DealsDealIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel, any>>;
|
|
535
1130
|
/**
|
|
536
1131
|
*
|
|
537
1132
|
* @summary Get all DealPackage.
|
|
538
|
-
* @param {
|
|
539
|
-
* @param {string} [relatedDealPackageId]
|
|
540
|
-
* @param {string} [dealName]
|
|
541
|
-
* @param {string} [name]
|
|
542
|
-
* @param {string} [countryId]
|
|
543
|
-
* @param {string} [hospitalId]
|
|
544
|
-
* @param {string} [hospitalName]
|
|
545
|
-
* @param {string} [languageCode]
|
|
546
|
-
* @param {boolean} [showHidden]
|
|
547
|
-
* @param {number} [page]
|
|
548
|
-
* @param {number} [limit]
|
|
549
|
-
* @param {Date} [lastRetrieved]
|
|
1133
|
+
* @param {DealsApiApiV2DealsDealIdPackagesGetRequest} requestParameters Request parameters.
|
|
550
1134
|
* @param {*} [options] Override http request option.
|
|
551
1135
|
* @throws {RequiredError}
|
|
552
1136
|
* @memberof DealsApi
|
|
553
1137
|
*/
|
|
554
|
-
apiV2DealsDealIdPackagesGet(
|
|
1138
|
+
apiV2DealsDealIdPackagesGet(requestParameters: DealsApiApiV2DealsDealIdPackagesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealPackagesModel, any>>;
|
|
555
1139
|
/**
|
|
556
1140
|
*
|
|
557
1141
|
* @summary Get DealPackageAppointmentTimetables
|
|
558
|
-
* @param {
|
|
559
|
-
* @param {string} packageId
|
|
560
|
-
* @param {number} [year]
|
|
561
|
-
* @param {number} [month]
|
|
562
|
-
* @param {string} [timeZone]
|
|
563
|
-
* @param {string} [appointmentIdExcluded]
|
|
1142
|
+
* @param {DealsApiApiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
564
1143
|
* @param {*} [options] Override http request option.
|
|
565
1144
|
* @throws {RequiredError}
|
|
566
1145
|
* @memberof DealsApi
|
|
567
1146
|
*/
|
|
568
|
-
apiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet(
|
|
1147
|
+
apiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet(requestParameters: DealsApiApiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetablesModel, any>>;
|
|
569
1148
|
/**
|
|
570
1149
|
*
|
|
571
1150
|
* @summary Get DealPackage.
|
|
572
|
-
* @param {
|
|
573
|
-
* @param {string} packageId
|
|
574
|
-
* @param {string} [languageCode]
|
|
1151
|
+
* @param {DealsApiApiV2DealsDealIdPackagesPackageIdGetRequest} requestParameters Request parameters.
|
|
575
1152
|
* @param {*} [options] Override http request option.
|
|
576
1153
|
* @throws {RequiredError}
|
|
577
1154
|
* @memberof DealsApi
|
|
578
1155
|
*/
|
|
579
|
-
apiV2DealsDealIdPackagesPackageIdGet(
|
|
1156
|
+
apiV2DealsDealIdPackagesPackageIdGet(requestParameters: DealsApiApiV2DealsDealIdPackagesPackageIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealPackageModel, any>>;
|
|
580
1157
|
/**
|
|
581
1158
|
*
|
|
582
1159
|
* @summary Get all DealService.
|
|
583
|
-
* @param {
|
|
584
|
-
* @param {string} [languageCode]
|
|
585
|
-
* @param {number} [page]
|
|
586
|
-
* @param {number} [limit]
|
|
587
|
-
* @param {Date} [lastRetrieved]
|
|
1160
|
+
* @param {DealsApiApiV2DealsDealIdServicesGetRequest} requestParameters Request parameters.
|
|
588
1161
|
* @param {*} [options] Override http request option.
|
|
589
1162
|
* @throws {RequiredError}
|
|
590
1163
|
* @memberof DealsApi
|
|
591
1164
|
*/
|
|
592
|
-
apiV2DealsDealIdServicesGet(
|
|
1165
|
+
apiV2DealsDealIdServicesGet(requestParameters: DealsApiApiV2DealsDealIdServicesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServicesModel, any>>;
|
|
593
1166
|
/**
|
|
594
1167
|
*
|
|
595
1168
|
* @summary Get DealService.
|
|
596
|
-
* @param {
|
|
597
|
-
* @param {string} serviceId
|
|
598
|
-
* @param {string} [languageCode]
|
|
1169
|
+
* @param {DealsApiApiV2DealsDealIdServicesServiceIdGetRequest} requestParameters Request parameters.
|
|
599
1170
|
* @param {*} [options] Override http request option.
|
|
600
1171
|
* @throws {RequiredError}
|
|
601
1172
|
* @memberof DealsApi
|
|
602
1173
|
*/
|
|
603
|
-
apiV2DealsDealIdServicesServiceIdGet(
|
|
1174
|
+
apiV2DealsDealIdServicesServiceIdGet(requestParameters: DealsApiApiV2DealsDealIdServicesServiceIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealServiceModel, any>>;
|
|
604
1175
|
/**
|
|
605
1176
|
*
|
|
606
1177
|
* @summary Get all deals.
|
|
607
|
-
* @param {
|
|
608
|
-
* @param {string} [name]
|
|
609
|
-
* @param {MarketingType} [marketingType]
|
|
610
|
-
* @param {string} [countryId]
|
|
611
|
-
* @param {string} [hospitalId]
|
|
612
|
-
* @param {string} [hospitalName]
|
|
613
|
-
* @param {string} [specialtyId]
|
|
614
|
-
* @param {string} [specialtyName]
|
|
615
|
-
* @param {string} [specialtyTypeId]
|
|
616
|
-
* @param {string} [specialtyTypeName]
|
|
617
|
-
* @param {string} [serviceId]
|
|
618
|
-
* @param {string} [serviceName]
|
|
619
|
-
* @param {string} [exceptHospitalId]
|
|
620
|
-
* @param {string} [exceptDealId]
|
|
621
|
-
* @param {Array<string>} [ids]
|
|
622
|
-
* @param {number} [serviceDuration]
|
|
623
|
-
* @param {string} [languageCode]
|
|
624
|
-
* @param {boolean} [showHidden]
|
|
625
|
-
* @param {boolean} [returnDefaultValue]
|
|
626
|
-
* @param {number} [page]
|
|
627
|
-
* @param {number} [limit]
|
|
628
|
-
* @param {Date} [lastRetrieved]
|
|
1178
|
+
* @param {DealsApiApiV2DealsGetRequest} requestParameters Request parameters.
|
|
629
1179
|
* @param {*} [options] Override http request option.
|
|
630
1180
|
* @throws {RequiredError}
|
|
631
1181
|
* @memberof DealsApi
|
|
632
1182
|
*/
|
|
633
|
-
apiV2DealsGet(
|
|
1183
|
+
apiV2DealsGet(requestParameters?: DealsApiApiV2DealsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealsModel, any>>;
|
|
634
1184
|
/**
|
|
635
1185
|
*
|
|
636
1186
|
* @summary Get all deals.
|
|
637
|
-
* @param {
|
|
638
|
-
* @param {string} [name]
|
|
639
|
-
* @param {MarketingType} [marketingType]
|
|
640
|
-
* @param {string} [countryId]
|
|
641
|
-
* @param {string} [hospitalId]
|
|
642
|
-
* @param {string} [hospitalName]
|
|
643
|
-
* @param {string} [specialtyId]
|
|
644
|
-
* @param {string} [specialtyName]
|
|
645
|
-
* @param {string} [specialtyTypeId]
|
|
646
|
-
* @param {string} [specialtyTypeName]
|
|
647
|
-
* @param {string} [serviceId]
|
|
648
|
-
* @param {string} [serviceName]
|
|
649
|
-
* @param {string} [exceptHospitalId]
|
|
650
|
-
* @param {string} [exceptDealId]
|
|
651
|
-
* @param {Array<string>} [ids]
|
|
652
|
-
* @param {number} [serviceDuration]
|
|
653
|
-
* @param {string} [languageCode]
|
|
654
|
-
* @param {boolean} [showHidden]
|
|
655
|
-
* @param {boolean} [returnDefaultValue]
|
|
656
|
-
* @param {number} [page]
|
|
657
|
-
* @param {number} [limit]
|
|
658
|
-
* @param {Date} [lastRetrieved]
|
|
1187
|
+
* @param {DealsApiApiV2DealsSimpleGetRequest} requestParameters Request parameters.
|
|
659
1188
|
* @param {*} [options] Override http request option.
|
|
660
1189
|
* @throws {RequiredError}
|
|
661
1190
|
* @memberof DealsApi
|
|
662
1191
|
*/
|
|
663
|
-
apiV2DealsSimpleGet(
|
|
1192
|
+
apiV2DealsSimpleGet(requestParameters?: DealsApiApiV2DealsSimpleGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealsSimpleModel, any>>;
|
|
664
1193
|
/**
|
|
665
1194
|
*
|
|
666
1195
|
* @summary Get deal by slug.
|
|
667
|
-
* @param {
|
|
668
|
-
* @param {string} [languageCode]
|
|
669
|
-
* @param {boolean} [returnDefaultValue]
|
|
1196
|
+
* @param {DealsApiApiV2DealsSlugGetRequest} requestParameters Request parameters.
|
|
670
1197
|
* @param {*} [options] Override http request option.
|
|
671
1198
|
* @throws {RequiredError}
|
|
672
1199
|
* @memberof DealsApi
|
|
673
1200
|
*/
|
|
674
|
-
apiV2DealsSlugGet(
|
|
1201
|
+
apiV2DealsSlugGet(requestParameters: DealsApiApiV2DealsSlugGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel, any>>;
|
|
675
1202
|
}
|
|
676
1203
|
//# sourceMappingURL=deals-api.d.ts.map
|