ch-api-client-typescript2 4.9.7 → 4.9.9
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
|
@@ -219,6 +219,197 @@ export declare const AppointmentsApiFactory: (configuration?: Configuration, bas
|
|
|
219
219
|
*/
|
|
220
220
|
apiV2AppointmentsRequestIdPost(requestId: string, createAppointmentCommand?: CreateAppointmentCommand, options?: any): AxiosPromise<string>;
|
|
221
221
|
};
|
|
222
|
+
/**
|
|
223
|
+
* Request parameters for apiV2AppointmentsAppointmentIdGet operation in AppointmentsApi.
|
|
224
|
+
* @export
|
|
225
|
+
* @interface AppointmentsApiApiV2AppointmentsAppointmentIdGetRequest
|
|
226
|
+
*/
|
|
227
|
+
export interface AppointmentsApiApiV2AppointmentsAppointmentIdGetRequest {
|
|
228
|
+
/**
|
|
229
|
+
*
|
|
230
|
+
* @type {string}
|
|
231
|
+
* @memberof AppointmentsApiApiV2AppointmentsAppointmentIdGet
|
|
232
|
+
*/
|
|
233
|
+
readonly appointmentId: string;
|
|
234
|
+
/**
|
|
235
|
+
*
|
|
236
|
+
* @type {string}
|
|
237
|
+
* @memberof AppointmentsApiApiV2AppointmentsAppointmentIdGet
|
|
238
|
+
*/
|
|
239
|
+
readonly languageCode?: string;
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* Request parameters for apiV2AppointmentsAppointmentIdPayPost operation in AppointmentsApi.
|
|
243
|
+
* @export
|
|
244
|
+
* @interface AppointmentsApiApiV2AppointmentsAppointmentIdPayPostRequest
|
|
245
|
+
*/
|
|
246
|
+
export interface AppointmentsApiApiV2AppointmentsAppointmentIdPayPostRequest {
|
|
247
|
+
/**
|
|
248
|
+
*
|
|
249
|
+
* @type {string}
|
|
250
|
+
* @memberof AppointmentsApiApiV2AppointmentsAppointmentIdPayPost
|
|
251
|
+
*/
|
|
252
|
+
readonly appointmentId: string;
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* Request parameters for apiV2AppointmentsAppointmentIdPut operation in AppointmentsApi.
|
|
256
|
+
* @export
|
|
257
|
+
* @interface AppointmentsApiApiV2AppointmentsAppointmentIdPutRequest
|
|
258
|
+
*/
|
|
259
|
+
export interface AppointmentsApiApiV2AppointmentsAppointmentIdPutRequest {
|
|
260
|
+
/**
|
|
261
|
+
*
|
|
262
|
+
* @type {string}
|
|
263
|
+
* @memberof AppointmentsApiApiV2AppointmentsAppointmentIdPut
|
|
264
|
+
*/
|
|
265
|
+
readonly appointmentId: string;
|
|
266
|
+
/**
|
|
267
|
+
*
|
|
268
|
+
* @type {UpdateAppointmentCommand}
|
|
269
|
+
* @memberof AppointmentsApiApiV2AppointmentsAppointmentIdPut
|
|
270
|
+
*/
|
|
271
|
+
readonly updateAppointmentCommand?: UpdateAppointmentCommand;
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* Request parameters for apiV2AppointmentsGet operation in AppointmentsApi.
|
|
275
|
+
* @export
|
|
276
|
+
* @interface AppointmentsApiApiV2AppointmentsGetRequest
|
|
277
|
+
*/
|
|
278
|
+
export interface AppointmentsApiApiV2AppointmentsGetRequest {
|
|
279
|
+
/**
|
|
280
|
+
*
|
|
281
|
+
* @type {string}
|
|
282
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
283
|
+
*/
|
|
284
|
+
readonly hospitalId?: string;
|
|
285
|
+
/**
|
|
286
|
+
*
|
|
287
|
+
* @type {string}
|
|
288
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
289
|
+
*/
|
|
290
|
+
readonly hospitalName?: string;
|
|
291
|
+
/**
|
|
292
|
+
*
|
|
293
|
+
* @type {string}
|
|
294
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
295
|
+
*/
|
|
296
|
+
readonly doctorAffiliationId?: string;
|
|
297
|
+
/**
|
|
298
|
+
*
|
|
299
|
+
* @type {string}
|
|
300
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
301
|
+
*/
|
|
302
|
+
readonly doctorId?: string;
|
|
303
|
+
/**
|
|
304
|
+
*
|
|
305
|
+
* @type {string}
|
|
306
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
307
|
+
*/
|
|
308
|
+
readonly doctorName?: string;
|
|
309
|
+
/**
|
|
310
|
+
*
|
|
311
|
+
* @type {string}
|
|
312
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
313
|
+
*/
|
|
314
|
+
readonly dealId?: string;
|
|
315
|
+
/**
|
|
316
|
+
*
|
|
317
|
+
* @type {string}
|
|
318
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
319
|
+
*/
|
|
320
|
+
readonly dealName?: string;
|
|
321
|
+
/**
|
|
322
|
+
*
|
|
323
|
+
* @type {string}
|
|
324
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
325
|
+
*/
|
|
326
|
+
readonly dealPackageId?: string;
|
|
327
|
+
/**
|
|
328
|
+
*
|
|
329
|
+
* @type {string}
|
|
330
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
331
|
+
*/
|
|
332
|
+
readonly hospitalSpecialtyId?: string;
|
|
333
|
+
/**
|
|
334
|
+
*
|
|
335
|
+
* @type {string}
|
|
336
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
337
|
+
*/
|
|
338
|
+
readonly serviceId?: string;
|
|
339
|
+
/**
|
|
340
|
+
*
|
|
341
|
+
* @type {boolean}
|
|
342
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
343
|
+
*/
|
|
344
|
+
readonly isOpen?: boolean;
|
|
345
|
+
/**
|
|
346
|
+
*
|
|
347
|
+
* @type {boolean}
|
|
348
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
349
|
+
*/
|
|
350
|
+
readonly isCompleted?: boolean;
|
|
351
|
+
/**
|
|
352
|
+
*
|
|
353
|
+
* @type {AppointmentStatus}
|
|
354
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
355
|
+
*/
|
|
356
|
+
readonly status?: AppointmentStatus;
|
|
357
|
+
/**
|
|
358
|
+
*
|
|
359
|
+
* @type {AppointmentType}
|
|
360
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
361
|
+
*/
|
|
362
|
+
readonly appointmentType?: AppointmentType;
|
|
363
|
+
/**
|
|
364
|
+
*
|
|
365
|
+
* @type {string}
|
|
366
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
367
|
+
*/
|
|
368
|
+
readonly languageCode?: string;
|
|
369
|
+
/**
|
|
370
|
+
*
|
|
371
|
+
* @type {boolean}
|
|
372
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
373
|
+
*/
|
|
374
|
+
readonly isExternal?: boolean;
|
|
375
|
+
/**
|
|
376
|
+
*
|
|
377
|
+
* @type {number}
|
|
378
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
379
|
+
*/
|
|
380
|
+
readonly page?: number;
|
|
381
|
+
/**
|
|
382
|
+
*
|
|
383
|
+
* @type {number}
|
|
384
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
385
|
+
*/
|
|
386
|
+
readonly limit?: number;
|
|
387
|
+
/**
|
|
388
|
+
*
|
|
389
|
+
* @type {Date}
|
|
390
|
+
* @memberof AppointmentsApiApiV2AppointmentsGet
|
|
391
|
+
*/
|
|
392
|
+
readonly lastRetrieved?: Date;
|
|
393
|
+
}
|
|
394
|
+
/**
|
|
395
|
+
* Request parameters for apiV2AppointmentsRequestIdPost operation in AppointmentsApi.
|
|
396
|
+
* @export
|
|
397
|
+
* @interface AppointmentsApiApiV2AppointmentsRequestIdPostRequest
|
|
398
|
+
*/
|
|
399
|
+
export interface AppointmentsApiApiV2AppointmentsRequestIdPostRequest {
|
|
400
|
+
/**
|
|
401
|
+
*
|
|
402
|
+
* @type {string}
|
|
403
|
+
* @memberof AppointmentsApiApiV2AppointmentsRequestIdPost
|
|
404
|
+
*/
|
|
405
|
+
readonly requestId: string;
|
|
406
|
+
/**
|
|
407
|
+
*
|
|
408
|
+
* @type {CreateAppointmentCommand}
|
|
409
|
+
* @memberof AppointmentsApiApiV2AppointmentsRequestIdPost
|
|
410
|
+
*/
|
|
411
|
+
readonly createAppointmentCommand?: CreateAppointmentCommand;
|
|
412
|
+
}
|
|
222
413
|
/**
|
|
223
414
|
* AppointmentsApi - object-oriented interface
|
|
224
415
|
* @export
|
|
@@ -229,68 +420,47 @@ export declare class AppointmentsApi extends BaseAPI {
|
|
|
229
420
|
/**
|
|
230
421
|
*
|
|
231
422
|
* @summary Get appointment by id
|
|
232
|
-
* @param {
|
|
233
|
-
* @param {string} [languageCode]
|
|
423
|
+
* @param {AppointmentsApiApiV2AppointmentsAppointmentIdGetRequest} requestParameters Request parameters.
|
|
234
424
|
* @param {*} [options] Override http request option.
|
|
235
425
|
* @throws {RequiredError}
|
|
236
426
|
* @memberof AppointmentsApi
|
|
237
427
|
*/
|
|
238
|
-
apiV2AppointmentsAppointmentIdGet(
|
|
428
|
+
apiV2AppointmentsAppointmentIdGet(requestParameters: AppointmentsApiApiV2AppointmentsAppointmentIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentModel, any>>;
|
|
239
429
|
/**
|
|
240
430
|
*
|
|
241
431
|
* @summary Pay appointment
|
|
242
|
-
* @param {
|
|
432
|
+
* @param {AppointmentsApiApiV2AppointmentsAppointmentIdPayPostRequest} requestParameters Request parameters.
|
|
243
433
|
* @param {*} [options] Override http request option.
|
|
244
434
|
* @throws {RequiredError}
|
|
245
435
|
* @memberof AppointmentsApi
|
|
246
436
|
*/
|
|
247
|
-
apiV2AppointmentsAppointmentIdPayPost(
|
|
437
|
+
apiV2AppointmentsAppointmentIdPayPost(requestParameters: AppointmentsApiApiV2AppointmentsAppointmentIdPayPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
248
438
|
/**
|
|
249
439
|
*
|
|
250
440
|
* @summary Update appointment
|
|
251
|
-
* @param {
|
|
252
|
-
* @param {UpdateAppointmentCommand} [updateAppointmentCommand]
|
|
441
|
+
* @param {AppointmentsApiApiV2AppointmentsAppointmentIdPutRequest} requestParameters Request parameters.
|
|
253
442
|
* @param {*} [options] Override http request option.
|
|
254
443
|
* @throws {RequiredError}
|
|
255
444
|
* @memberof AppointmentsApi
|
|
256
445
|
*/
|
|
257
|
-
apiV2AppointmentsAppointmentIdPut(
|
|
446
|
+
apiV2AppointmentsAppointmentIdPut(requestParameters: AppointmentsApiApiV2AppointmentsAppointmentIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
258
447
|
/**
|
|
259
448
|
*
|
|
260
449
|
* @summary Get appointments
|
|
261
|
-
* @param {
|
|
262
|
-
* @param {string} [hospitalName]
|
|
263
|
-
* @param {string} [doctorAffiliationId]
|
|
264
|
-
* @param {string} [doctorId]
|
|
265
|
-
* @param {string} [doctorName]
|
|
266
|
-
* @param {string} [dealId]
|
|
267
|
-
* @param {string} [dealName]
|
|
268
|
-
* @param {string} [dealPackageId]
|
|
269
|
-
* @param {string} [hospitalSpecialtyId]
|
|
270
|
-
* @param {string} [serviceId]
|
|
271
|
-
* @param {boolean} [isOpen]
|
|
272
|
-
* @param {boolean} [isCompleted]
|
|
273
|
-
* @param {AppointmentStatus} [status]
|
|
274
|
-
* @param {AppointmentType} [appointmentType]
|
|
275
|
-
* @param {string} [languageCode]
|
|
276
|
-
* @param {boolean} [isExternal]
|
|
277
|
-
* @param {number} [page]
|
|
278
|
-
* @param {number} [limit]
|
|
279
|
-
* @param {Date} [lastRetrieved]
|
|
450
|
+
* @param {AppointmentsApiApiV2AppointmentsGetRequest} requestParameters Request parameters.
|
|
280
451
|
* @param {*} [options] Override http request option.
|
|
281
452
|
* @throws {RequiredError}
|
|
282
453
|
* @memberof AppointmentsApi
|
|
283
454
|
*/
|
|
284
|
-
apiV2AppointmentsGet(
|
|
455
|
+
apiV2AppointmentsGet(requestParameters?: AppointmentsApiApiV2AppointmentsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentsModel, any>>;
|
|
285
456
|
/**
|
|
286
457
|
*
|
|
287
458
|
* @summary Create appointment
|
|
288
|
-
* @param {
|
|
289
|
-
* @param {CreateAppointmentCommand} [createAppointmentCommand]
|
|
459
|
+
* @param {AppointmentsApiApiV2AppointmentsRequestIdPostRequest} requestParameters Request parameters.
|
|
290
460
|
* @param {*} [options] Override http request option.
|
|
291
461
|
* @throws {RequiredError}
|
|
292
462
|
* @memberof AppointmentsApi
|
|
293
463
|
*/
|
|
294
|
-
apiV2AppointmentsRequestIdPost(
|
|
464
|
+
apiV2AppointmentsRequestIdPost(requestParameters: AppointmentsApiApiV2AppointmentsRequestIdPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
295
465
|
}
|
|
296
466
|
//# sourceMappingURL=appointments-api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appointments-api.d.ts","sourceRoot":"","sources":["../../src/api/appointments-api.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"appointments-api.d.ts","sourceRoot":"","sources":["../../src/api/appointments-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -620,83 +620,63 @@ var AppointmentsApi = /** @class */ (function (_super) {
|
|
|
620
620
|
/**
|
|
621
621
|
*
|
|
622
622
|
* @summary Get appointment by id
|
|
623
|
-
* @param {
|
|
624
|
-
* @param {string} [languageCode]
|
|
623
|
+
* @param {AppointmentsApiApiV2AppointmentsAppointmentIdGetRequest} requestParameters Request parameters.
|
|
625
624
|
* @param {*} [options] Override http request option.
|
|
626
625
|
* @throws {RequiredError}
|
|
627
626
|
* @memberof AppointmentsApi
|
|
628
627
|
*/
|
|
629
|
-
AppointmentsApi.prototype.apiV2AppointmentsAppointmentIdGet = function (
|
|
628
|
+
AppointmentsApi.prototype.apiV2AppointmentsAppointmentIdGet = function (requestParameters, options) {
|
|
630
629
|
var _this = this;
|
|
631
|
-
return (0, exports.AppointmentsApiFp)(this.configuration).apiV2AppointmentsAppointmentIdGet(appointmentId, languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
630
|
+
return (0, exports.AppointmentsApiFp)(this.configuration).apiV2AppointmentsAppointmentIdGet(requestParameters.appointmentId, requestParameters.languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
632
631
|
};
|
|
633
632
|
/**
|
|
634
633
|
*
|
|
635
634
|
* @summary Pay appointment
|
|
636
|
-
* @param {
|
|
635
|
+
* @param {AppointmentsApiApiV2AppointmentsAppointmentIdPayPostRequest} requestParameters Request parameters.
|
|
637
636
|
* @param {*} [options] Override http request option.
|
|
638
637
|
* @throws {RequiredError}
|
|
639
638
|
* @memberof AppointmentsApi
|
|
640
639
|
*/
|
|
641
|
-
AppointmentsApi.prototype.apiV2AppointmentsAppointmentIdPayPost = function (
|
|
640
|
+
AppointmentsApi.prototype.apiV2AppointmentsAppointmentIdPayPost = function (requestParameters, options) {
|
|
642
641
|
var _this = this;
|
|
643
|
-
return (0, exports.AppointmentsApiFp)(this.configuration).apiV2AppointmentsAppointmentIdPayPost(appointmentId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
642
|
+
return (0, exports.AppointmentsApiFp)(this.configuration).apiV2AppointmentsAppointmentIdPayPost(requestParameters.appointmentId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
644
643
|
};
|
|
645
644
|
/**
|
|
646
645
|
*
|
|
647
646
|
* @summary Update appointment
|
|
648
|
-
* @param {
|
|
649
|
-
* @param {UpdateAppointmentCommand} [updateAppointmentCommand]
|
|
647
|
+
* @param {AppointmentsApiApiV2AppointmentsAppointmentIdPutRequest} requestParameters Request parameters.
|
|
650
648
|
* @param {*} [options] Override http request option.
|
|
651
649
|
* @throws {RequiredError}
|
|
652
650
|
* @memberof AppointmentsApi
|
|
653
651
|
*/
|
|
654
|
-
AppointmentsApi.prototype.apiV2AppointmentsAppointmentIdPut = function (
|
|
652
|
+
AppointmentsApi.prototype.apiV2AppointmentsAppointmentIdPut = function (requestParameters, options) {
|
|
655
653
|
var _this = this;
|
|
656
|
-
return (0, exports.AppointmentsApiFp)(this.configuration).apiV2AppointmentsAppointmentIdPut(appointmentId, updateAppointmentCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
654
|
+
return (0, exports.AppointmentsApiFp)(this.configuration).apiV2AppointmentsAppointmentIdPut(requestParameters.appointmentId, requestParameters.updateAppointmentCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
657
655
|
};
|
|
658
656
|
/**
|
|
659
657
|
*
|
|
660
658
|
* @summary Get appointments
|
|
661
|
-
* @param {
|
|
662
|
-
* @param {string} [hospitalName]
|
|
663
|
-
* @param {string} [doctorAffiliationId]
|
|
664
|
-
* @param {string} [doctorId]
|
|
665
|
-
* @param {string} [doctorName]
|
|
666
|
-
* @param {string} [dealId]
|
|
667
|
-
* @param {string} [dealName]
|
|
668
|
-
* @param {string} [dealPackageId]
|
|
669
|
-
* @param {string} [hospitalSpecialtyId]
|
|
670
|
-
* @param {string} [serviceId]
|
|
671
|
-
* @param {boolean} [isOpen]
|
|
672
|
-
* @param {boolean} [isCompleted]
|
|
673
|
-
* @param {AppointmentStatus} [status]
|
|
674
|
-
* @param {AppointmentType} [appointmentType]
|
|
675
|
-
* @param {string} [languageCode]
|
|
676
|
-
* @param {boolean} [isExternal]
|
|
677
|
-
* @param {number} [page]
|
|
678
|
-
* @param {number} [limit]
|
|
679
|
-
* @param {Date} [lastRetrieved]
|
|
659
|
+
* @param {AppointmentsApiApiV2AppointmentsGetRequest} requestParameters Request parameters.
|
|
680
660
|
* @param {*} [options] Override http request option.
|
|
681
661
|
* @throws {RequiredError}
|
|
682
662
|
* @memberof AppointmentsApi
|
|
683
663
|
*/
|
|
684
|
-
AppointmentsApi.prototype.apiV2AppointmentsGet = function (
|
|
664
|
+
AppointmentsApi.prototype.apiV2AppointmentsGet = function (requestParameters, options) {
|
|
685
665
|
var _this = this;
|
|
686
|
-
|
|
666
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
667
|
+
return (0, exports.AppointmentsApiFp)(this.configuration).apiV2AppointmentsGet(requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.doctorAffiliationId, requestParameters.doctorId, requestParameters.doctorName, requestParameters.dealId, requestParameters.dealName, requestParameters.dealPackageId, requestParameters.hospitalSpecialtyId, requestParameters.serviceId, requestParameters.isOpen, requestParameters.isCompleted, requestParameters.status, requestParameters.appointmentType, requestParameters.languageCode, requestParameters.isExternal, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
687
668
|
};
|
|
688
669
|
/**
|
|
689
670
|
*
|
|
690
671
|
* @summary Create appointment
|
|
691
|
-
* @param {
|
|
692
|
-
* @param {CreateAppointmentCommand} [createAppointmentCommand]
|
|
672
|
+
* @param {AppointmentsApiApiV2AppointmentsRequestIdPostRequest} requestParameters Request parameters.
|
|
693
673
|
* @param {*} [options] Override http request option.
|
|
694
674
|
* @throws {RequiredError}
|
|
695
675
|
* @memberof AppointmentsApi
|
|
696
676
|
*/
|
|
697
|
-
AppointmentsApi.prototype.apiV2AppointmentsRequestIdPost = function (
|
|
677
|
+
AppointmentsApi.prototype.apiV2AppointmentsRequestIdPost = function (requestParameters, options) {
|
|
698
678
|
var _this = this;
|
|
699
|
-
return (0, exports.AppointmentsApiFp)(this.configuration).apiV2AppointmentsRequestIdPost(requestId, createAppointmentCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
679
|
+
return (0, exports.AppointmentsApiFp)(this.configuration).apiV2AppointmentsRequestIdPost(requestParameters.requestId, requestParameters.createAppointmentCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
700
680
|
};
|
|
701
681
|
return AppointmentsApi;
|
|
702
682
|
}(base_1.BaseAPI));
|