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
|
@@ -71,6 +71,7 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
|
|
|
71
71
|
* @param {string} [countryId]
|
|
72
72
|
* @param {string} [exceptDoctorId]
|
|
73
73
|
* @param {boolean} [consultationEnabled]
|
|
74
|
+
* @param {boolean} [appointmentEnabled]
|
|
74
75
|
* @param {string} [languageCode]
|
|
75
76
|
* @param {number} [page]
|
|
76
77
|
* @param {number} [limit]
|
|
@@ -78,7 +79,7 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
|
|
|
78
79
|
* @param {*} [options] Override http request option.
|
|
79
80
|
* @throws {RequiredError}
|
|
80
81
|
*/
|
|
81
|
-
apiV2DoctoraffiliationsGet: (hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, marketingType?: MarketingType, countryId?: string, exceptDoctorId?: string, consultationEnabled?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
82
|
+
apiV2DoctoraffiliationsGet: (hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, marketingType?: MarketingType, countryId?: string, exceptDoctorId?: string, consultationEnabled?: boolean, appointmentEnabled?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
82
83
|
/**
|
|
83
84
|
*
|
|
84
85
|
* @summary Get doctor affiliation.
|
|
@@ -150,6 +151,7 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration) =>
|
|
|
150
151
|
* @param {string} [countryId]
|
|
151
152
|
* @param {string} [exceptDoctorId]
|
|
152
153
|
* @param {boolean} [consultationEnabled]
|
|
154
|
+
* @param {boolean} [appointmentEnabled]
|
|
153
155
|
* @param {string} [languageCode]
|
|
154
156
|
* @param {number} [page]
|
|
155
157
|
* @param {number} [limit]
|
|
@@ -157,7 +159,7 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration) =>
|
|
|
157
159
|
* @param {*} [options] Override http request option.
|
|
158
160
|
* @throws {RequiredError}
|
|
159
161
|
*/
|
|
160
|
-
apiV2DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, marketingType?: MarketingType, countryId?: string, exceptDoctorId?: string, consultationEnabled?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorAffiliationsModel>>;
|
|
162
|
+
apiV2DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, marketingType?: MarketingType, countryId?: string, exceptDoctorId?: string, consultationEnabled?: boolean, appointmentEnabled?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorAffiliationsModel>>;
|
|
161
163
|
/**
|
|
162
164
|
*
|
|
163
165
|
* @summary Get doctor affiliation.
|
|
@@ -229,6 +231,7 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
|
|
|
229
231
|
* @param {string} [countryId]
|
|
230
232
|
* @param {string} [exceptDoctorId]
|
|
231
233
|
* @param {boolean} [consultationEnabled]
|
|
234
|
+
* @param {boolean} [appointmentEnabled]
|
|
232
235
|
* @param {string} [languageCode]
|
|
233
236
|
* @param {number} [page]
|
|
234
237
|
* @param {number} [limit]
|
|
@@ -236,7 +239,7 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
|
|
|
236
239
|
* @param {*} [options] Override http request option.
|
|
237
240
|
* @throws {RequiredError}
|
|
238
241
|
*/
|
|
239
|
-
apiV2DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, marketingType?: MarketingType, countryId?: string, exceptDoctorId?: string, consultationEnabled?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorAffiliationsModel>;
|
|
242
|
+
apiV2DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, marketingType?: MarketingType, countryId?: string, exceptDoctorId?: string, consultationEnabled?: boolean, appointmentEnabled?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorAffiliationsModel>;
|
|
240
243
|
/**
|
|
241
244
|
*
|
|
242
245
|
* @summary Get doctor affiliation.
|
|
@@ -256,6 +259,240 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
|
|
|
256
259
|
*/
|
|
257
260
|
apiV2DoctoraffiliationsSlugGet(slug: string, languageCode?: string, options?: any): AxiosPromise<DoctorAffiliationModel>;
|
|
258
261
|
};
|
|
262
|
+
/**
|
|
263
|
+
* Request parameters for apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet operation in DoctorAffiliationsApi.
|
|
264
|
+
* @export
|
|
265
|
+
* @interface DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGetRequest
|
|
266
|
+
*/
|
|
267
|
+
export interface DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGetRequest {
|
|
268
|
+
/**
|
|
269
|
+
*
|
|
270
|
+
* @type {string}
|
|
271
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet
|
|
272
|
+
*/
|
|
273
|
+
readonly doctorAffiliationId: string;
|
|
274
|
+
/**
|
|
275
|
+
*
|
|
276
|
+
* @type {number}
|
|
277
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet
|
|
278
|
+
*/
|
|
279
|
+
readonly year?: number;
|
|
280
|
+
/**
|
|
281
|
+
*
|
|
282
|
+
* @type {number}
|
|
283
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet
|
|
284
|
+
*/
|
|
285
|
+
readonly month?: number;
|
|
286
|
+
/**
|
|
287
|
+
*
|
|
288
|
+
* @type {string}
|
|
289
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet
|
|
290
|
+
*/
|
|
291
|
+
readonly timeZone?: string;
|
|
292
|
+
/**
|
|
293
|
+
*
|
|
294
|
+
* @type {string}
|
|
295
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet
|
|
296
|
+
*/
|
|
297
|
+
readonly appointmentIdExcluded?: string;
|
|
298
|
+
}
|
|
299
|
+
/**
|
|
300
|
+
* Request parameters for apiV2DoctoraffiliationsDoctorAffiliationIdMediasGet operation in DoctorAffiliationsApi.
|
|
301
|
+
* @export
|
|
302
|
+
* @interface DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasGetRequest
|
|
303
|
+
*/
|
|
304
|
+
export interface DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasGetRequest {
|
|
305
|
+
/**
|
|
306
|
+
*
|
|
307
|
+
* @type {string}
|
|
308
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasGet
|
|
309
|
+
*/
|
|
310
|
+
readonly doctorAffiliationId: string;
|
|
311
|
+
/**
|
|
312
|
+
*
|
|
313
|
+
* @type {string}
|
|
314
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasGet
|
|
315
|
+
*/
|
|
316
|
+
readonly id?: string;
|
|
317
|
+
/**
|
|
318
|
+
*
|
|
319
|
+
* @type {MediaType}
|
|
320
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasGet
|
|
321
|
+
*/
|
|
322
|
+
readonly mediaType?: MediaType;
|
|
323
|
+
/**
|
|
324
|
+
*
|
|
325
|
+
* @type {number}
|
|
326
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasGet
|
|
327
|
+
*/
|
|
328
|
+
readonly page?: number;
|
|
329
|
+
/**
|
|
330
|
+
*
|
|
331
|
+
* @type {number}
|
|
332
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasGet
|
|
333
|
+
*/
|
|
334
|
+
readonly limit?: number;
|
|
335
|
+
/**
|
|
336
|
+
*
|
|
337
|
+
* @type {Date}
|
|
338
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasGet
|
|
339
|
+
*/
|
|
340
|
+
readonly lastRetrieved?: Date;
|
|
341
|
+
}
|
|
342
|
+
/**
|
|
343
|
+
* Request parameters for apiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet operation in DoctorAffiliationsApi.
|
|
344
|
+
* @export
|
|
345
|
+
* @interface DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGetRequest
|
|
346
|
+
*/
|
|
347
|
+
export interface DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGetRequest {
|
|
348
|
+
/**
|
|
349
|
+
*
|
|
350
|
+
* @type {string}
|
|
351
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet
|
|
352
|
+
*/
|
|
353
|
+
readonly doctorAffiliationId: string;
|
|
354
|
+
/**
|
|
355
|
+
*
|
|
356
|
+
* @type {string}
|
|
357
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet
|
|
358
|
+
*/
|
|
359
|
+
readonly mediaId: string;
|
|
360
|
+
}
|
|
361
|
+
/**
|
|
362
|
+
* Request parameters for apiV2DoctoraffiliationsGet operation in DoctorAffiliationsApi.
|
|
363
|
+
* @export
|
|
364
|
+
* @interface DoctorAffiliationsApiApiV2DoctoraffiliationsGetRequest
|
|
365
|
+
*/
|
|
366
|
+
export interface DoctorAffiliationsApiApiV2DoctoraffiliationsGetRequest {
|
|
367
|
+
/**
|
|
368
|
+
*
|
|
369
|
+
* @type {string}
|
|
370
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsGet
|
|
371
|
+
*/
|
|
372
|
+
readonly hospitalId?: string;
|
|
373
|
+
/**
|
|
374
|
+
*
|
|
375
|
+
* @type {string}
|
|
376
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsGet
|
|
377
|
+
*/
|
|
378
|
+
readonly hospitalName?: string;
|
|
379
|
+
/**
|
|
380
|
+
*
|
|
381
|
+
* @type {string}
|
|
382
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsGet
|
|
383
|
+
*/
|
|
384
|
+
readonly doctorId?: string;
|
|
385
|
+
/**
|
|
386
|
+
*
|
|
387
|
+
* @type {string}
|
|
388
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsGet
|
|
389
|
+
*/
|
|
390
|
+
readonly doctorName?: string;
|
|
391
|
+
/**
|
|
392
|
+
*
|
|
393
|
+
* @type {string}
|
|
394
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsGet
|
|
395
|
+
*/
|
|
396
|
+
readonly doctorSlug?: string;
|
|
397
|
+
/**
|
|
398
|
+
*
|
|
399
|
+
* @type {string}
|
|
400
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsGet
|
|
401
|
+
*/
|
|
402
|
+
readonly specialtyId?: string;
|
|
403
|
+
/**
|
|
404
|
+
*
|
|
405
|
+
* @type {MarketingType}
|
|
406
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsGet
|
|
407
|
+
*/
|
|
408
|
+
readonly marketingType?: MarketingType;
|
|
409
|
+
/**
|
|
410
|
+
*
|
|
411
|
+
* @type {string}
|
|
412
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsGet
|
|
413
|
+
*/
|
|
414
|
+
readonly countryId?: string;
|
|
415
|
+
/**
|
|
416
|
+
*
|
|
417
|
+
* @type {string}
|
|
418
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsGet
|
|
419
|
+
*/
|
|
420
|
+
readonly exceptDoctorId?: string;
|
|
421
|
+
/**
|
|
422
|
+
*
|
|
423
|
+
* @type {boolean}
|
|
424
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsGet
|
|
425
|
+
*/
|
|
426
|
+
readonly consultationEnabled?: boolean;
|
|
427
|
+
/**
|
|
428
|
+
*
|
|
429
|
+
* @type {boolean}
|
|
430
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsGet
|
|
431
|
+
*/
|
|
432
|
+
readonly appointmentEnabled?: boolean;
|
|
433
|
+
/**
|
|
434
|
+
*
|
|
435
|
+
* @type {string}
|
|
436
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsGet
|
|
437
|
+
*/
|
|
438
|
+
readonly languageCode?: string;
|
|
439
|
+
/**
|
|
440
|
+
*
|
|
441
|
+
* @type {number}
|
|
442
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsGet
|
|
443
|
+
*/
|
|
444
|
+
readonly page?: number;
|
|
445
|
+
/**
|
|
446
|
+
*
|
|
447
|
+
* @type {number}
|
|
448
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsGet
|
|
449
|
+
*/
|
|
450
|
+
readonly limit?: number;
|
|
451
|
+
/**
|
|
452
|
+
*
|
|
453
|
+
* @type {Date}
|
|
454
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsGet
|
|
455
|
+
*/
|
|
456
|
+
readonly lastRetrieved?: Date;
|
|
457
|
+
}
|
|
458
|
+
/**
|
|
459
|
+
* Request parameters for apiV2DoctoraffiliationsIdGet operation in DoctorAffiliationsApi.
|
|
460
|
+
* @export
|
|
461
|
+
* @interface DoctorAffiliationsApiApiV2DoctoraffiliationsIdGetRequest
|
|
462
|
+
*/
|
|
463
|
+
export interface DoctorAffiliationsApiApiV2DoctoraffiliationsIdGetRequest {
|
|
464
|
+
/**
|
|
465
|
+
*
|
|
466
|
+
* @type {string}
|
|
467
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsIdGet
|
|
468
|
+
*/
|
|
469
|
+
readonly id: string;
|
|
470
|
+
/**
|
|
471
|
+
*
|
|
472
|
+
* @type {string}
|
|
473
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsIdGet
|
|
474
|
+
*/
|
|
475
|
+
readonly languageCode?: string;
|
|
476
|
+
}
|
|
477
|
+
/**
|
|
478
|
+
* Request parameters for apiV2DoctoraffiliationsSlugGet operation in DoctorAffiliationsApi.
|
|
479
|
+
* @export
|
|
480
|
+
* @interface DoctorAffiliationsApiApiV2DoctoraffiliationsSlugGetRequest
|
|
481
|
+
*/
|
|
482
|
+
export interface DoctorAffiliationsApiApiV2DoctoraffiliationsSlugGetRequest {
|
|
483
|
+
/**
|
|
484
|
+
*
|
|
485
|
+
* @type {string}
|
|
486
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsSlugGet
|
|
487
|
+
*/
|
|
488
|
+
readonly slug: string;
|
|
489
|
+
/**
|
|
490
|
+
*
|
|
491
|
+
* @type {string}
|
|
492
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsSlugGet
|
|
493
|
+
*/
|
|
494
|
+
readonly languageCode?: string;
|
|
495
|
+
}
|
|
259
496
|
/**
|
|
260
497
|
* DoctorAffiliationsApi - object-oriented interface
|
|
261
498
|
* @export
|
|
@@ -266,81 +503,56 @@ export declare class DoctorAffiliationsApi extends BaseAPI {
|
|
|
266
503
|
/**
|
|
267
504
|
*
|
|
268
505
|
* @summary Get DoctorAffiliationAppointmentTimetables
|
|
269
|
-
* @param {
|
|
270
|
-
* @param {number} [year]
|
|
271
|
-
* @param {number} [month]
|
|
272
|
-
* @param {string} [timeZone]
|
|
273
|
-
* @param {string} [appointmentIdExcluded]
|
|
506
|
+
* @param {DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
274
507
|
* @param {*} [options] Override http request option.
|
|
275
508
|
* @throws {RequiredError}
|
|
276
509
|
* @memberof DoctorAffiliationsApi
|
|
277
510
|
*/
|
|
278
|
-
apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet(
|
|
511
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet(requestParameters: DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentTimetablesModel, any>>;
|
|
279
512
|
/**
|
|
280
513
|
*
|
|
281
514
|
* @summary Get all DoctorAffiliationMedias.
|
|
282
|
-
* @param {
|
|
283
|
-
* @param {string} [id]
|
|
284
|
-
* @param {MediaType} [mediaType]
|
|
285
|
-
* @param {number} [page]
|
|
286
|
-
* @param {number} [limit]
|
|
287
|
-
* @param {Date} [lastRetrieved]
|
|
515
|
+
* @param {DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasGetRequest} requestParameters Request parameters.
|
|
288
516
|
* @param {*} [options] Override http request option.
|
|
289
517
|
* @throws {RequiredError}
|
|
290
518
|
* @memberof DoctorAffiliationsApi
|
|
291
519
|
*/
|
|
292
|
-
apiV2DoctoraffiliationsDoctorAffiliationIdMediasGet(
|
|
520
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdMediasGet(requestParameters: DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
|
|
293
521
|
/**
|
|
294
522
|
*
|
|
295
523
|
* @summary Get DoctorAffiliationMedia.
|
|
296
|
-
* @param {
|
|
297
|
-
* @param {string} mediaId
|
|
524
|
+
* @param {DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
298
525
|
* @param {*} [options] Override http request option.
|
|
299
526
|
* @throws {RequiredError}
|
|
300
527
|
* @memberof DoctorAffiliationsApi
|
|
301
528
|
*/
|
|
302
|
-
apiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet(
|
|
529
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet(requestParameters: DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
|
|
303
530
|
/**
|
|
304
531
|
*
|
|
305
532
|
* @summary Get all doctor affiliations.
|
|
306
|
-
* @param {
|
|
307
|
-
* @param {string} [hospitalName]
|
|
308
|
-
* @param {string} [doctorId]
|
|
309
|
-
* @param {string} [doctorName]
|
|
310
|
-
* @param {string} [doctorSlug]
|
|
311
|
-
* @param {string} [specialtyId]
|
|
312
|
-
* @param {MarketingType} [marketingType]
|
|
313
|
-
* @param {string} [countryId]
|
|
314
|
-
* @param {string} [exceptDoctorId]
|
|
315
|
-
* @param {boolean} [consultationEnabled]
|
|
316
|
-
* @param {string} [languageCode]
|
|
317
|
-
* @param {number} [page]
|
|
318
|
-
* @param {number} [limit]
|
|
319
|
-
* @param {Date} [lastRetrieved]
|
|
533
|
+
* @param {DoctorAffiliationsApiApiV2DoctoraffiliationsGetRequest} requestParameters Request parameters.
|
|
320
534
|
* @param {*} [options] Override http request option.
|
|
321
535
|
* @throws {RequiredError}
|
|
322
536
|
* @memberof DoctorAffiliationsApi
|
|
323
537
|
*/
|
|
324
|
-
apiV2DoctoraffiliationsGet(
|
|
538
|
+
apiV2DoctoraffiliationsGet(requestParameters?: DoctorAffiliationsApiApiV2DoctoraffiliationsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationsModel, any>>;
|
|
325
539
|
/**
|
|
326
540
|
*
|
|
327
541
|
* @summary Get doctor affiliation.
|
|
328
|
-
* @param {
|
|
329
|
-
* @param {string} [languageCode]
|
|
542
|
+
* @param {DoctorAffiliationsApiApiV2DoctoraffiliationsIdGetRequest} requestParameters Request parameters.
|
|
330
543
|
* @param {*} [options] Override http request option.
|
|
331
544
|
* @throws {RequiredError}
|
|
332
545
|
* @memberof DoctorAffiliationsApi
|
|
333
546
|
*/
|
|
334
|
-
apiV2DoctoraffiliationsIdGet(
|
|
547
|
+
apiV2DoctoraffiliationsIdGet(requestParameters: DoctorAffiliationsApiApiV2DoctoraffiliationsIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel, any>>;
|
|
335
548
|
/**
|
|
336
549
|
*
|
|
337
550
|
* @summary
|
|
338
|
-
* @param {
|
|
339
|
-
* @param {string} [languageCode]
|
|
551
|
+
* @param {DoctorAffiliationsApiApiV2DoctoraffiliationsSlugGetRequest} requestParameters Request parameters.
|
|
340
552
|
* @param {*} [options] Override http request option.
|
|
341
553
|
* @throws {RequiredError}
|
|
342
554
|
* @memberof DoctorAffiliationsApi
|
|
343
555
|
*/
|
|
344
|
-
apiV2DoctoraffiliationsSlugGet(
|
|
556
|
+
apiV2DoctoraffiliationsSlugGet(requestParameters: DoctorAffiliationsApiApiV2DoctoraffiliationsSlugGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel, any>>;
|
|
345
557
|
}
|
|
346
558
|
//# sourceMappingURL=doctor-affiliations-api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"doctor-affiliations-api.d.ts","sourceRoot":"","sources":["../../src/api/doctor-affiliations-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,0BAA0B,EAAE,MAAM,WAAW,CAAC;AAEvD,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAEnD,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAC;AAEpD,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE1C,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACxC;;;GAGG;AACH,eAAO,MAAM,sCAAsC,mBAA6B,aAAa;IAErF;;;;;;;;;;OAUG;8FAC6F,MAAM,SAAS,MAAM,UAAU,MAAM,aAAa,MAAM,0BAA0B,MAAM,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IA+CjP;;;;;;;;;;;OAWG;+EAC8E,MAAM,OAAO,MAAM,cAAc,SAAS,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IAiDzO;;;;;;;OAOG;sFACqF,MAAM,WAAW,MAAM,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IA8BxK
|
|
1
|
+
{"version":3,"file":"doctor-affiliations-api.d.ts","sourceRoot":"","sources":["../../src/api/doctor-affiliations-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -256,6 +256,7 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
256
256
|
* @param {string} [countryId]
|
|
257
257
|
* @param {string} [exceptDoctorId]
|
|
258
258
|
* @param {boolean} [consultationEnabled]
|
|
259
|
+
* @param {boolean} [appointmentEnabled]
|
|
259
260
|
* @param {string} [languageCode]
|
|
260
261
|
* @param {number} [page]
|
|
261
262
|
* @param {number} [limit]
|
|
@@ -263,7 +264,7 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
263
264
|
* @param {*} [options] Override http request option.
|
|
264
265
|
* @throws {RequiredError}
|
|
265
266
|
*/
|
|
266
|
-
apiV2DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options) {
|
|
267
|
+
apiV2DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, appointmentEnabled, languageCode, page, limit, lastRetrieved, options) {
|
|
267
268
|
if (options === void 0) { options = {}; }
|
|
268
269
|
return __awaiter(_this, void 0, void 0, function () {
|
|
269
270
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -306,6 +307,9 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
306
307
|
if (consultationEnabled !== undefined) {
|
|
307
308
|
localVarQueryParameter['ConsultationEnabled'] = consultationEnabled;
|
|
308
309
|
}
|
|
310
|
+
if (appointmentEnabled !== undefined) {
|
|
311
|
+
localVarQueryParameter['AppointmentEnabled'] = appointmentEnabled;
|
|
312
|
+
}
|
|
309
313
|
if (languageCode !== undefined) {
|
|
310
314
|
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
311
315
|
}
|
|
@@ -497,6 +501,7 @@ var DoctorAffiliationsApiFp = function (configuration) {
|
|
|
497
501
|
* @param {string} [countryId]
|
|
498
502
|
* @param {string} [exceptDoctorId]
|
|
499
503
|
* @param {boolean} [consultationEnabled]
|
|
504
|
+
* @param {boolean} [appointmentEnabled]
|
|
500
505
|
* @param {string} [languageCode]
|
|
501
506
|
* @param {number} [page]
|
|
502
507
|
* @param {number} [limit]
|
|
@@ -504,12 +509,12 @@ var DoctorAffiliationsApiFp = function (configuration) {
|
|
|
504
509
|
* @param {*} [options] Override http request option.
|
|
505
510
|
* @throws {RequiredError}
|
|
506
511
|
*/
|
|
507
|
-
apiV2DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options) {
|
|
512
|
+
apiV2DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, appointmentEnabled, languageCode, page, limit, lastRetrieved, options) {
|
|
508
513
|
return __awaiter(this, void 0, void 0, function () {
|
|
509
514
|
var localVarAxiosArgs;
|
|
510
515
|
return __generator(this, function (_a) {
|
|
511
516
|
switch (_a.label) {
|
|
512
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options)];
|
|
517
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, appointmentEnabled, languageCode, page, limit, lastRetrieved, options)];
|
|
513
518
|
case 1:
|
|
514
519
|
localVarAxiosArgs = _a.sent();
|
|
515
520
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -622,6 +627,7 @@ var DoctorAffiliationsApiFactory = function (configuration, basePath, axios) {
|
|
|
622
627
|
* @param {string} [countryId]
|
|
623
628
|
* @param {string} [exceptDoctorId]
|
|
624
629
|
* @param {boolean} [consultationEnabled]
|
|
630
|
+
* @param {boolean} [appointmentEnabled]
|
|
625
631
|
* @param {string} [languageCode]
|
|
626
632
|
* @param {number} [page]
|
|
627
633
|
* @param {number} [limit]
|
|
@@ -629,8 +635,8 @@ var DoctorAffiliationsApiFactory = function (configuration, basePath, axios) {
|
|
|
629
635
|
* @param {*} [options] Override http request option.
|
|
630
636
|
* @throws {RequiredError}
|
|
631
637
|
*/
|
|
632
|
-
apiV2DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options) {
|
|
633
|
-
return localVarFp.apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
638
|
+
apiV2DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, appointmentEnabled, languageCode, page, limit, lastRetrieved, options) {
|
|
639
|
+
return localVarFp.apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, appointmentEnabled, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
634
640
|
},
|
|
635
641
|
/**
|
|
636
642
|
*
|
|
@@ -671,99 +677,75 @@ var DoctorAffiliationsApi = /** @class */ (function (_super) {
|
|
|
671
677
|
/**
|
|
672
678
|
*
|
|
673
679
|
* @summary Get DoctorAffiliationAppointmentTimetables
|
|
674
|
-
* @param {
|
|
675
|
-
* @param {number} [year]
|
|
676
|
-
* @param {number} [month]
|
|
677
|
-
* @param {string} [timeZone]
|
|
678
|
-
* @param {string} [appointmentIdExcluded]
|
|
680
|
+
* @param {DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
679
681
|
* @param {*} [options] Override http request option.
|
|
680
682
|
* @throws {RequiredError}
|
|
681
683
|
* @memberof DoctorAffiliationsApi
|
|
682
684
|
*/
|
|
683
|
-
DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet = function (
|
|
685
|
+
DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet = function (requestParameters, options) {
|
|
684
686
|
var _this = this;
|
|
685
|
-
return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet(doctorAffiliationId, year, month, timeZone, appointmentIdExcluded, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
687
|
+
return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet(requestParameters.doctorAffiliationId, requestParameters.year, requestParameters.month, requestParameters.timeZone, requestParameters.appointmentIdExcluded, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
686
688
|
};
|
|
687
689
|
/**
|
|
688
690
|
*
|
|
689
691
|
* @summary Get all DoctorAffiliationMedias.
|
|
690
|
-
* @param {
|
|
691
|
-
* @param {string} [id]
|
|
692
|
-
* @param {MediaType} [mediaType]
|
|
693
|
-
* @param {number} [page]
|
|
694
|
-
* @param {number} [limit]
|
|
695
|
-
* @param {Date} [lastRetrieved]
|
|
692
|
+
* @param {DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasGetRequest} requestParameters Request parameters.
|
|
696
693
|
* @param {*} [options] Override http request option.
|
|
697
694
|
* @throws {RequiredError}
|
|
698
695
|
* @memberof DoctorAffiliationsApi
|
|
699
696
|
*/
|
|
700
|
-
DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsDoctorAffiliationIdMediasGet = function (
|
|
697
|
+
DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsDoctorAffiliationIdMediasGet = function (requestParameters, options) {
|
|
701
698
|
var _this = this;
|
|
702
|
-
return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsDoctorAffiliationIdMediasGet(doctorAffiliationId, id, mediaType, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
699
|
+
return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsDoctorAffiliationIdMediasGet(requestParameters.doctorAffiliationId, requestParameters.id, requestParameters.mediaType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
703
700
|
};
|
|
704
701
|
/**
|
|
705
702
|
*
|
|
706
703
|
* @summary Get DoctorAffiliationMedia.
|
|
707
|
-
* @param {
|
|
708
|
-
* @param {string} mediaId
|
|
704
|
+
* @param {DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
709
705
|
* @param {*} [options] Override http request option.
|
|
710
706
|
* @throws {RequiredError}
|
|
711
707
|
* @memberof DoctorAffiliationsApi
|
|
712
708
|
*/
|
|
713
|
-
DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet = function (
|
|
709
|
+
DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet = function (requestParameters, options) {
|
|
714
710
|
var _this = this;
|
|
715
|
-
return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet(doctorAffiliationId, mediaId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
711
|
+
return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsDoctorAffiliationIdMediasMediaIdGet(requestParameters.doctorAffiliationId, requestParameters.mediaId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
716
712
|
};
|
|
717
713
|
/**
|
|
718
714
|
*
|
|
719
715
|
* @summary Get all doctor affiliations.
|
|
720
|
-
* @param {
|
|
721
|
-
* @param {string} [hospitalName]
|
|
722
|
-
* @param {string} [doctorId]
|
|
723
|
-
* @param {string} [doctorName]
|
|
724
|
-
* @param {string} [doctorSlug]
|
|
725
|
-
* @param {string} [specialtyId]
|
|
726
|
-
* @param {MarketingType} [marketingType]
|
|
727
|
-
* @param {string} [countryId]
|
|
728
|
-
* @param {string} [exceptDoctorId]
|
|
729
|
-
* @param {boolean} [consultationEnabled]
|
|
730
|
-
* @param {string} [languageCode]
|
|
731
|
-
* @param {number} [page]
|
|
732
|
-
* @param {number} [limit]
|
|
733
|
-
* @param {Date} [lastRetrieved]
|
|
716
|
+
* @param {DoctorAffiliationsApiApiV2DoctoraffiliationsGetRequest} requestParameters Request parameters.
|
|
734
717
|
* @param {*} [options] Override http request option.
|
|
735
718
|
* @throws {RequiredError}
|
|
736
719
|
* @memberof DoctorAffiliationsApi
|
|
737
720
|
*/
|
|
738
|
-
DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsGet = function (
|
|
721
|
+
DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsGet = function (requestParameters, options) {
|
|
739
722
|
var _this = this;
|
|
740
|
-
|
|
723
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
724
|
+
return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsGet(requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.doctorId, requestParameters.doctorName, requestParameters.doctorSlug, requestParameters.specialtyId, requestParameters.marketingType, requestParameters.countryId, requestParameters.exceptDoctorId, requestParameters.consultationEnabled, requestParameters.appointmentEnabled, requestParameters.languageCode, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
741
725
|
};
|
|
742
726
|
/**
|
|
743
727
|
*
|
|
744
728
|
* @summary Get doctor affiliation.
|
|
745
|
-
* @param {
|
|
746
|
-
* @param {string} [languageCode]
|
|
729
|
+
* @param {DoctorAffiliationsApiApiV2DoctoraffiliationsIdGetRequest} requestParameters Request parameters.
|
|
747
730
|
* @param {*} [options] Override http request option.
|
|
748
731
|
* @throws {RequiredError}
|
|
749
732
|
* @memberof DoctorAffiliationsApi
|
|
750
733
|
*/
|
|
751
|
-
DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsIdGet = function (
|
|
734
|
+
DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsIdGet = function (requestParameters, options) {
|
|
752
735
|
var _this = this;
|
|
753
|
-
return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsIdGet(id, languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
736
|
+
return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsIdGet(requestParameters.id, requestParameters.languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
754
737
|
};
|
|
755
738
|
/**
|
|
756
739
|
*
|
|
757
740
|
* @summary
|
|
758
|
-
* @param {
|
|
759
|
-
* @param {string} [languageCode]
|
|
741
|
+
* @param {DoctorAffiliationsApiApiV2DoctoraffiliationsSlugGetRequest} requestParameters Request parameters.
|
|
760
742
|
* @param {*} [options] Override http request option.
|
|
761
743
|
* @throws {RequiredError}
|
|
762
744
|
* @memberof DoctorAffiliationsApi
|
|
763
745
|
*/
|
|
764
|
-
DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsSlugGet = function (
|
|
746
|
+
DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsSlugGet = function (requestParameters, options) {
|
|
765
747
|
var _this = this;
|
|
766
|
-
return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsSlugGet(slug, languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
748
|
+
return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsSlugGet(requestParameters.slug, requestParameters.languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
767
749
|
};
|
|
768
750
|
return DoctorAffiliationsApi;
|
|
769
751
|
}(base_1.BaseAPI));
|