ch-admin-api-client-typescript 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.
Files changed (166) hide show
  1. package/lib/api/about-us-api.d.ts +186 -28
  2. package/lib/api/about-us-api.d.ts.map +1 -1
  3. package/lib/api/about-us-api.js +20 -34
  4. package/lib/api/accreditations-api.d.ts +111 -16
  5. package/lib/api/accreditations-api.d.ts.map +1 -1
  6. package/lib/api/accreditations-api.js +17 -21
  7. package/lib/api/app-version-api.d.ts +117 -17
  8. package/lib/api/app-version-api.d.ts.map +1 -1
  9. package/lib/api/app-version-api.js +17 -22
  10. package/lib/api/appointments-api.d.ts +279 -43
  11. package/lib/api/appointments-api.d.ts.map +1 -1
  12. package/lib/api/appointments-api.js +22 -50
  13. package/lib/api/articles-api.d.ts +759 -114
  14. package/lib/api/articles-api.d.ts.map +1 -1
  15. package/lib/api/articles-api.js +77 -139
  16. package/lib/api/bookings-api.d.ts +231 -35
  17. package/lib/api/bookings-api.d.ts.map +1 -1
  18. package/lib/api/bookings-api.js +22 -42
  19. package/lib/api/chadmins-api.d.ts +141 -21
  20. package/lib/api/chadmins-api.d.ts.map +1 -1
  21. package/lib/api/chadmins-api.js +17 -26
  22. package/lib/api/chat-users-api.d.ts +138 -20
  23. package/lib/api/chat-users-api.d.ts.map +1 -1
  24. package/lib/api/chat-users-api.js +20 -26
  25. package/lib/api/chmanagers-api.d.ts +141 -21
  26. package/lib/api/chmanagers-api.d.ts.map +1 -1
  27. package/lib/api/chmanagers-api.js +17 -26
  28. package/lib/api/consultations-api.d.ts +243 -37
  29. package/lib/api/consultations-api.d.ts.map +1 -1
  30. package/lib/api/consultations-api.js +22 -44
  31. package/lib/api/contributors-api.d.ts +339 -51
  32. package/lib/api/contributors-api.d.ts.map +1 -1
  33. package/lib/api/contributors-api.js +35 -62
  34. package/lib/api/countries-api.d.ts +326 -50
  35. package/lib/api/countries-api.d.ts.map +1 -1
  36. package/lib/api/countries-api.js +38 -60
  37. package/lib/api/dash-board-api.d.ts +15 -2
  38. package/lib/api/dash-board-api.d.ts.map +1 -1
  39. package/lib/api/dash-board-api.js +3 -3
  40. package/lib/api/deals-api.d.ts +1005 -155
  41. package/lib/api/deals-api.d.ts.map +1 -1
  42. package/lib/api/deals-api.js +78 -180
  43. package/lib/api/doctor-affiliations-api.d.ts +488 -86
  44. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  45. package/lib/api/doctor-affiliations-api.js +50 -87
  46. package/lib/api/doctors-api.d.ts +1165 -194
  47. package/lib/api/doctors-api.d.ts.map +1 -1
  48. package/lib/api/doctors-api.js +118 -213
  49. package/lib/api/email-marketings-api.d.ts +114 -16
  50. package/lib/api/email-marketings-api.d.ts.map +1 -1
  51. package/lib/api/email-marketings-api.js +20 -22
  52. package/lib/api/faq-categories-api.d.ts +186 -28
  53. package/lib/api/faq-categories-api.d.ts.map +1 -1
  54. package/lib/api/faq-categories-api.js +20 -34
  55. package/lib/api/faqs-api.d.ts +429 -64
  56. package/lib/api/faqs-api.d.ts.map +1 -1
  57. package/lib/api/faqs-api.js +47 -79
  58. package/lib/api/group-channels-api.d.ts +54 -8
  59. package/lib/api/group-channels-api.d.ts.map +1 -1
  60. package/lib/api/group-channels-api.js +7 -10
  61. package/lib/api/header-navigations-api.d.ts +99 -14
  62. package/lib/api/header-navigations-api.d.ts.map +1 -1
  63. package/lib/api/header-navigations-api.js +15 -19
  64. package/lib/api/hospitals-api.d.ts +3099 -477
  65. package/lib/api/hospitals-api.d.ts.map +1 -1
  66. package/lib/api/hospitals-api.js +270 -560
  67. package/lib/api/hospitals-consultation-timetable-overrides-api.d.ts +120 -18
  68. package/lib/api/hospitals-consultation-timetable-overrides-api.d.ts.map +1 -1
  69. package/lib/api/hospitals-consultation-timetable-overrides-api.js +12 -22
  70. package/lib/api/hospitals-consultation-timetables-api.d.ts +150 -22
  71. package/lib/api/hospitals-consultation-timetables-api.d.ts.map +1 -1
  72. package/lib/api/hospitals-consultation-timetables-api.js +18 -28
  73. package/lib/api/languages-api.d.ts +117 -17
  74. package/lib/api/languages-api.d.ts.map +1 -1
  75. package/lib/api/languages-api.js +17 -22
  76. package/lib/api/managers-api.d.ts +261 -39
  77. package/lib/api/managers-api.d.ts.map +1 -1
  78. package/lib/api/managers-api.js +29 -48
  79. package/lib/api/memberships-api.d.ts +111 -17
  80. package/lib/api/memberships-api.d.ts.map +1 -1
  81. package/lib/api/memberships-api.js +10 -20
  82. package/lib/api/notifications-api.d.ts +54 -8
  83. package/lib/api/notifications-api.d.ts.map +1 -1
  84. package/lib/api/notifications-api.js +8 -10
  85. package/lib/api/patients-api.d.ts +216 -32
  86. package/lib/api/patients-api.d.ts.map +1 -1
  87. package/lib/api/patients-api.js +26 -40
  88. package/lib/api/plans-api.d.ts +228 -33
  89. package/lib/api/plans-api.d.ts.map +1 -1
  90. package/lib/api/plans-api.js +32 -43
  91. package/lib/api/profiles-api.d.ts +75 -10
  92. package/lib/api/profiles-api.d.ts.map +1 -1
  93. package/lib/api/profiles-api.js +19 -15
  94. package/lib/api/search-api.d.ts +15 -2
  95. package/lib/api/search-api.d.ts.map +1 -1
  96. package/lib/api/search-api.js +4 -3
  97. package/lib/api/service-reviews-api.d.ts +318 -48
  98. package/lib/api/service-reviews-api.d.ts.map +1 -1
  99. package/lib/api/service-reviews-api.js +32 -58
  100. package/lib/api/services-api.d.ts +177 -28
  101. package/lib/api/services-api.d.ts.map +1 -1
  102. package/lib/api/services-api.js +10 -31
  103. package/lib/api/services-categories-api.d.ts +105 -15
  104. package/lib/api/services-categories-api.d.ts.map +1 -1
  105. package/lib/api/services-categories-api.js +17 -20
  106. package/lib/api/specialties-api.d.ts +447 -68
  107. package/lib/api/specialties-api.d.ts.map +1 -1
  108. package/lib/api/specialties-api.js +42 -81
  109. package/lib/api/specialty-types-api.d.ts +447 -68
  110. package/lib/api/specialty-types-api.d.ts.map +1 -1
  111. package/lib/api/specialty-types-api.js +42 -81
  112. package/lib/api/survey-forms-api.d.ts +141 -21
  113. package/lib/api/survey-forms-api.d.ts.map +1 -1
  114. package/lib/api/survey-forms-api.js +17 -26
  115. package/lib/api/survey-results-api.d.ts +81 -12
  116. package/lib/api/survey-results-api.d.ts.map +1 -1
  117. package/lib/api/survey-results-api.js +10 -15
  118. package/lib/api/tags-api.d.ts +84 -12
  119. package/lib/api/tags-api.d.ts.map +1 -1
  120. package/lib/api/tags-api.js +14 -16
  121. package/lib/api/translation-api.d.ts +15 -2
  122. package/lib/api/translation-api.d.ts.map +1 -1
  123. package/lib/api/translation-api.js +4 -3
  124. package/openapitools.json +1 -0
  125. package/package.json +1 -1
  126. package/src/api/about-us-api.ts +214 -34
  127. package/src/api/accreditations-api.ts +127 -21
  128. package/src/api/app-version-api.ts +134 -22
  129. package/src/api/appointments-api.ts +322 -50
  130. package/src/api/articles-api.ts +873 -139
  131. package/src/api/bookings-api.ts +266 -42
  132. package/src/api/chadmins-api.ts +162 -26
  133. package/src/api/chat-users-api.ts +158 -26
  134. package/src/api/chmanagers-api.ts +162 -26
  135. package/src/api/consultations-api.ts +280 -44
  136. package/src/api/contributors-api.ts +390 -62
  137. package/src/api/countries-api.ts +374 -62
  138. package/src/api/dash-board-api.ts +17 -3
  139. package/src/api/deals-api.ts +1160 -180
  140. package/src/api/doctor-affiliations-api.ts +559 -103
  141. package/src/api/doctors-api.ts +1337 -231
  142. package/src/api/email-marketings-api.ts +130 -22
  143. package/src/api/faq-categories-api.ts +214 -34
  144. package/src/api/faqs-api.ts +493 -79
  145. package/src/api/group-channels-api.ts +62 -10
  146. package/src/api/header-navigations-api.ts +113 -19
  147. package/src/api/hospitals-api.ts +3566 -562
  148. package/src/api/hospitals-consultation-timetable-overrides-api.ts +138 -22
  149. package/src/api/hospitals-consultation-timetables-api.ts +172 -28
  150. package/src/api/languages-api.ts +134 -22
  151. package/src/api/managers-api.ts +300 -48
  152. package/src/api/memberships-api.ts +128 -20
  153. package/src/api/notifications-api.ts +62 -10
  154. package/src/api/patients-api.ts +248 -40
  155. package/src/api/plans-api.ts +261 -43
  156. package/src/api/profiles-api.ts +85 -15
  157. package/src/api/search-api.ts +17 -3
  158. package/src/api/service-reviews-api.ts +366 -58
  159. package/src/api/services-api.ts +205 -31
  160. package/src/api/services-categories-api.ts +120 -20
  161. package/src/api/specialties-api.ts +515 -81
  162. package/src/api/specialty-types-api.ts +515 -81
  163. package/src/api/survey-forms-api.ts +162 -26
  164. package/src/api/survey-results-api.ts +93 -15
  165. package/src/api/tags-api.ts +96 -16
  166. package/src/api/translation-api.ts +17 -3
@@ -292,6 +292,271 @@ export declare const AppointmentsApiFactory: (configuration?: Configuration, bas
292
292
  */
293
293
  apiV1AppointmentsGet(id?: string, userId?: string, userName?: string, hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, dealId?: string, dealName?: string, dealPackageId?: string, hospitalSpecialtyId?: string, serviceId?: string, isOpen?: boolean, isCompleted?: boolean, status?: AppointmentStatus, appointmentType?: AppointmentType, sortRequestDate?: SortingOrder, sortConfirmedDateStart?: SortingOrder, paymentEnabled?: boolean, languageCode?: string, showHidden?: boolean, isOnline?: boolean, isExternal?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AppointmentsModel>;
294
294
  };
295
+ /**
296
+ * Request parameters for apiV1AppointmentsAppointmentIdApprovePut operation in AppointmentsApi.
297
+ * @export
298
+ * @interface AppointmentsApiApiV1AppointmentsAppointmentIdApprovePutRequest
299
+ */
300
+ export interface AppointmentsApiApiV1AppointmentsAppointmentIdApprovePutRequest {
301
+ /**
302
+ *
303
+ * @type {string}
304
+ * @memberof AppointmentsApiApiV1AppointmentsAppointmentIdApprovePut
305
+ */
306
+ readonly appointmentId: string;
307
+ /**
308
+ *
309
+ * @type {ApproveAppointmentCommand}
310
+ * @memberof AppointmentsApiApiV1AppointmentsAppointmentIdApprovePut
311
+ */
312
+ readonly approveAppointmentCommand?: ApproveAppointmentCommand;
313
+ }
314
+ /**
315
+ * Request parameters for apiV1AppointmentsAppointmentIdCancelPut operation in AppointmentsApi.
316
+ * @export
317
+ * @interface AppointmentsApiApiV1AppointmentsAppointmentIdCancelPutRequest
318
+ */
319
+ export interface AppointmentsApiApiV1AppointmentsAppointmentIdCancelPutRequest {
320
+ /**
321
+ *
322
+ * @type {string}
323
+ * @memberof AppointmentsApiApiV1AppointmentsAppointmentIdCancelPut
324
+ */
325
+ readonly appointmentId: string;
326
+ }
327
+ /**
328
+ * Request parameters for apiV1AppointmentsAppointmentIdDelete operation in AppointmentsApi.
329
+ * @export
330
+ * @interface AppointmentsApiApiV1AppointmentsAppointmentIdDeleteRequest
331
+ */
332
+ export interface AppointmentsApiApiV1AppointmentsAppointmentIdDeleteRequest {
333
+ /**
334
+ *
335
+ * @type {string}
336
+ * @memberof AppointmentsApiApiV1AppointmentsAppointmentIdDelete
337
+ */
338
+ readonly appointmentId: string;
339
+ /**
340
+ *
341
+ * @type {boolean}
342
+ * @memberof AppointmentsApiApiV1AppointmentsAppointmentIdDelete
343
+ */
344
+ readonly isPermanent?: boolean;
345
+ }
346
+ /**
347
+ * Request parameters for apiV1AppointmentsAppointmentIdGet operation in AppointmentsApi.
348
+ * @export
349
+ * @interface AppointmentsApiApiV1AppointmentsAppointmentIdGetRequest
350
+ */
351
+ export interface AppointmentsApiApiV1AppointmentsAppointmentIdGetRequest {
352
+ /**
353
+ *
354
+ * @type {string}
355
+ * @memberof AppointmentsApiApiV1AppointmentsAppointmentIdGet
356
+ */
357
+ readonly appointmentId: string;
358
+ /**
359
+ *
360
+ * @type {string}
361
+ * @memberof AppointmentsApiApiV1AppointmentsAppointmentIdGet
362
+ */
363
+ readonly languageCode?: string;
364
+ }
365
+ /**
366
+ * Request parameters for apiV1AppointmentsAppointmentIdPaidPost operation in AppointmentsApi.
367
+ * @export
368
+ * @interface AppointmentsApiApiV1AppointmentsAppointmentIdPaidPostRequest
369
+ */
370
+ export interface AppointmentsApiApiV1AppointmentsAppointmentIdPaidPostRequest {
371
+ /**
372
+ *
373
+ * @type {string}
374
+ * @memberof AppointmentsApiApiV1AppointmentsAppointmentIdPaidPost
375
+ */
376
+ readonly appointmentId: string;
377
+ }
378
+ /**
379
+ * Request parameters for apiV1AppointmentsAppointmentIdRejectPut operation in AppointmentsApi.
380
+ * @export
381
+ * @interface AppointmentsApiApiV1AppointmentsAppointmentIdRejectPutRequest
382
+ */
383
+ export interface AppointmentsApiApiV1AppointmentsAppointmentIdRejectPutRequest {
384
+ /**
385
+ *
386
+ * @type {string}
387
+ * @memberof AppointmentsApiApiV1AppointmentsAppointmentIdRejectPut
388
+ */
389
+ readonly appointmentId: string;
390
+ /**
391
+ *
392
+ * @type {RejectAppointmentCommand}
393
+ * @memberof AppointmentsApiApiV1AppointmentsAppointmentIdRejectPut
394
+ */
395
+ readonly rejectAppointmentCommand?: RejectAppointmentCommand;
396
+ }
397
+ /**
398
+ * Request parameters for apiV1AppointmentsGet operation in AppointmentsApi.
399
+ * @export
400
+ * @interface AppointmentsApiApiV1AppointmentsGetRequest
401
+ */
402
+ export interface AppointmentsApiApiV1AppointmentsGetRequest {
403
+ /**
404
+ *
405
+ * @type {string}
406
+ * @memberof AppointmentsApiApiV1AppointmentsGet
407
+ */
408
+ readonly id?: string;
409
+ /**
410
+ *
411
+ * @type {string}
412
+ * @memberof AppointmentsApiApiV1AppointmentsGet
413
+ */
414
+ readonly userId?: string;
415
+ /**
416
+ *
417
+ * @type {string}
418
+ * @memberof AppointmentsApiApiV1AppointmentsGet
419
+ */
420
+ readonly userName?: string;
421
+ /**
422
+ *
423
+ * @type {string}
424
+ * @memberof AppointmentsApiApiV1AppointmentsGet
425
+ */
426
+ readonly hospitalId?: string;
427
+ /**
428
+ *
429
+ * @type {string}
430
+ * @memberof AppointmentsApiApiV1AppointmentsGet
431
+ */
432
+ readonly hospitalName?: string;
433
+ /**
434
+ *
435
+ * @type {string}
436
+ * @memberof AppointmentsApiApiV1AppointmentsGet
437
+ */
438
+ readonly doctorId?: string;
439
+ /**
440
+ *
441
+ * @type {string}
442
+ * @memberof AppointmentsApiApiV1AppointmentsGet
443
+ */
444
+ readonly doctorName?: string;
445
+ /**
446
+ *
447
+ * @type {string}
448
+ * @memberof AppointmentsApiApiV1AppointmentsGet
449
+ */
450
+ readonly dealId?: string;
451
+ /**
452
+ *
453
+ * @type {string}
454
+ * @memberof AppointmentsApiApiV1AppointmentsGet
455
+ */
456
+ readonly dealName?: string;
457
+ /**
458
+ *
459
+ * @type {string}
460
+ * @memberof AppointmentsApiApiV1AppointmentsGet
461
+ */
462
+ readonly dealPackageId?: string;
463
+ /**
464
+ *
465
+ * @type {string}
466
+ * @memberof AppointmentsApiApiV1AppointmentsGet
467
+ */
468
+ readonly hospitalSpecialtyId?: string;
469
+ /**
470
+ *
471
+ * @type {string}
472
+ * @memberof AppointmentsApiApiV1AppointmentsGet
473
+ */
474
+ readonly serviceId?: string;
475
+ /**
476
+ *
477
+ * @type {boolean}
478
+ * @memberof AppointmentsApiApiV1AppointmentsGet
479
+ */
480
+ readonly isOpen?: boolean;
481
+ /**
482
+ *
483
+ * @type {boolean}
484
+ * @memberof AppointmentsApiApiV1AppointmentsGet
485
+ */
486
+ readonly isCompleted?: boolean;
487
+ /**
488
+ *
489
+ * @type {AppointmentStatus}
490
+ * @memberof AppointmentsApiApiV1AppointmentsGet
491
+ */
492
+ readonly status?: AppointmentStatus;
493
+ /**
494
+ *
495
+ * @type {AppointmentType}
496
+ * @memberof AppointmentsApiApiV1AppointmentsGet
497
+ */
498
+ readonly appointmentType?: AppointmentType;
499
+ /**
500
+ *
501
+ * @type {SortingOrder}
502
+ * @memberof AppointmentsApiApiV1AppointmentsGet
503
+ */
504
+ readonly sortRequestDate?: SortingOrder;
505
+ /**
506
+ *
507
+ * @type {SortingOrder}
508
+ * @memberof AppointmentsApiApiV1AppointmentsGet
509
+ */
510
+ readonly sortConfirmedDateStart?: SortingOrder;
511
+ /**
512
+ *
513
+ * @type {boolean}
514
+ * @memberof AppointmentsApiApiV1AppointmentsGet
515
+ */
516
+ readonly paymentEnabled?: boolean;
517
+ /**
518
+ *
519
+ * @type {string}
520
+ * @memberof AppointmentsApiApiV1AppointmentsGet
521
+ */
522
+ readonly languageCode?: string;
523
+ /**
524
+ *
525
+ * @type {boolean}
526
+ * @memberof AppointmentsApiApiV1AppointmentsGet
527
+ */
528
+ readonly showHidden?: boolean;
529
+ /**
530
+ *
531
+ * @type {boolean}
532
+ * @memberof AppointmentsApiApiV1AppointmentsGet
533
+ */
534
+ readonly isOnline?: boolean;
535
+ /**
536
+ *
537
+ * @type {boolean}
538
+ * @memberof AppointmentsApiApiV1AppointmentsGet
539
+ */
540
+ readonly isExternal?: boolean;
541
+ /**
542
+ *
543
+ * @type {number}
544
+ * @memberof AppointmentsApiApiV1AppointmentsGet
545
+ */
546
+ readonly page?: number;
547
+ /**
548
+ *
549
+ * @type {number}
550
+ * @memberof AppointmentsApiApiV1AppointmentsGet
551
+ */
552
+ readonly limit?: number;
553
+ /**
554
+ *
555
+ * @type {Date}
556
+ * @memberof AppointmentsApiApiV1AppointmentsGet
557
+ */
558
+ readonly lastRetrieved?: Date;
559
+ }
295
560
  /**
296
561
  * AppointmentsApi - object-oriented interface
297
562
  * @export
@@ -302,94 +567,65 @@ export declare class AppointmentsApi extends BaseAPI {
302
567
  /**
303
568
  *
304
569
  * @summary Approve appointment
305
- * @param {string} appointmentId
306
- * @param {ApproveAppointmentCommand} [approveAppointmentCommand]
570
+ * @param {AppointmentsApiApiV1AppointmentsAppointmentIdApprovePutRequest} requestParameters Request parameters.
307
571
  * @param {*} [options] Override http request option.
308
572
  * @throws {RequiredError}
309
573
  * @memberof AppointmentsApi
310
574
  */
311
- apiV1AppointmentsAppointmentIdApprovePut(appointmentId: string, approveAppointmentCommand?: ApproveAppointmentCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
575
+ apiV1AppointmentsAppointmentIdApprovePut(requestParameters: AppointmentsApiApiV1AppointmentsAppointmentIdApprovePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
312
576
  /**
313
577
  *
314
578
  * @summary Cancel appointment
315
- * @param {string} appointmentId
579
+ * @param {AppointmentsApiApiV1AppointmentsAppointmentIdCancelPutRequest} requestParameters Request parameters.
316
580
  * @param {*} [options] Override http request option.
317
581
  * @throws {RequiredError}
318
582
  * @memberof AppointmentsApi
319
583
  */
320
- apiV1AppointmentsAppointmentIdCancelPut(appointmentId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
584
+ apiV1AppointmentsAppointmentIdCancelPut(requestParameters: AppointmentsApiApiV1AppointmentsAppointmentIdCancelPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
321
585
  /**
322
586
  *
323
587
  * @summary Delete appointment
324
- * @param {string} appointmentId
325
- * @param {boolean} [isPermanent]
588
+ * @param {AppointmentsApiApiV1AppointmentsAppointmentIdDeleteRequest} requestParameters Request parameters.
326
589
  * @param {*} [options] Override http request option.
327
590
  * @throws {RequiredError}
328
591
  * @memberof AppointmentsApi
329
592
  */
330
- apiV1AppointmentsAppointmentIdDelete(appointmentId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
593
+ apiV1AppointmentsAppointmentIdDelete(requestParameters: AppointmentsApiApiV1AppointmentsAppointmentIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
331
594
  /**
332
595
  *
333
596
  * @summary Get appointment by id
334
- * @param {string} appointmentId
335
- * @param {string} [languageCode]
597
+ * @param {AppointmentsApiApiV1AppointmentsAppointmentIdGetRequest} requestParameters Request parameters.
336
598
  * @param {*} [options] Override http request option.
337
599
  * @throws {RequiredError}
338
600
  * @memberof AppointmentsApi
339
601
  */
340
- apiV1AppointmentsAppointmentIdGet(appointmentId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentModel, any>>;
602
+ apiV1AppointmentsAppointmentIdGet(requestParameters: AppointmentsApiApiV1AppointmentsAppointmentIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentModel, any>>;
341
603
  /**
342
604
  *
343
605
  * @summary Set appointment paid
344
- * @param {string} appointmentId
606
+ * @param {AppointmentsApiApiV1AppointmentsAppointmentIdPaidPostRequest} requestParameters Request parameters.
345
607
  * @param {*} [options] Override http request option.
346
608
  * @throws {RequiredError}
347
609
  * @memberof AppointmentsApi
348
610
  */
349
- apiV1AppointmentsAppointmentIdPaidPost(appointmentId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
611
+ apiV1AppointmentsAppointmentIdPaidPost(requestParameters: AppointmentsApiApiV1AppointmentsAppointmentIdPaidPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
350
612
  /**
351
613
  *
352
614
  * @summary Reject appointment
353
- * @param {string} appointmentId
354
- * @param {RejectAppointmentCommand} [rejectAppointmentCommand]
615
+ * @param {AppointmentsApiApiV1AppointmentsAppointmentIdRejectPutRequest} requestParameters Request parameters.
355
616
  * @param {*} [options] Override http request option.
356
617
  * @throws {RequiredError}
357
618
  * @memberof AppointmentsApi
358
619
  */
359
- apiV1AppointmentsAppointmentIdRejectPut(appointmentId: string, rejectAppointmentCommand?: RejectAppointmentCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
620
+ apiV1AppointmentsAppointmentIdRejectPut(requestParameters: AppointmentsApiApiV1AppointmentsAppointmentIdRejectPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
360
621
  /**
361
622
  *
362
623
  * @summary Get appointments
363
- * @param {string} [id]
364
- * @param {string} [userId]
365
- * @param {string} [userName]
366
- * @param {string} [hospitalId]
367
- * @param {string} [hospitalName]
368
- * @param {string} [doctorId]
369
- * @param {string} [doctorName]
370
- * @param {string} [dealId]
371
- * @param {string} [dealName]
372
- * @param {string} [dealPackageId]
373
- * @param {string} [hospitalSpecialtyId]
374
- * @param {string} [serviceId]
375
- * @param {boolean} [isOpen]
376
- * @param {boolean} [isCompleted]
377
- * @param {AppointmentStatus} [status]
378
- * @param {AppointmentType} [appointmentType]
379
- * @param {SortingOrder} [sortRequestDate]
380
- * @param {SortingOrder} [sortConfirmedDateStart]
381
- * @param {boolean} [paymentEnabled]
382
- * @param {string} [languageCode]
383
- * @param {boolean} [showHidden]
384
- * @param {boolean} [isOnline]
385
- * @param {boolean} [isExternal]
386
- * @param {number} [page]
387
- * @param {number} [limit]
388
- * @param {Date} [lastRetrieved]
624
+ * @param {AppointmentsApiApiV1AppointmentsGetRequest} requestParameters Request parameters.
389
625
  * @param {*} [options] Override http request option.
390
626
  * @throws {RequiredError}
391
627
  * @memberof AppointmentsApi
392
628
  */
393
- apiV1AppointmentsGet(id?: string, userId?: string, userName?: string, hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, dealId?: string, dealName?: string, dealPackageId?: string, hospitalSpecialtyId?: string, serviceId?: string, isOpen?: boolean, isCompleted?: boolean, status?: AppointmentStatus, appointmentType?: AppointmentType, sortRequestDate?: SortingOrder, sortConfirmedDateStart?: SortingOrder, paymentEnabled?: boolean, languageCode?: string, showHidden?: boolean, isOnline?: boolean, isExternal?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentsModel, any>>;
629
+ apiV1AppointmentsGet(requestParameters?: AppointmentsApiApiV1AppointmentsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AppointmentsModel, any>>;
394
630
  }
395
631
  //# 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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"}
@@ -814,115 +814,87 @@ var AppointmentsApi = /** @class */ (function (_super) {
814
814
  /**
815
815
  *
816
816
  * @summary Approve appointment
817
- * @param {string} appointmentId
818
- * @param {ApproveAppointmentCommand} [approveAppointmentCommand]
817
+ * @param {AppointmentsApiApiV1AppointmentsAppointmentIdApprovePutRequest} requestParameters Request parameters.
819
818
  * @param {*} [options] Override http request option.
820
819
  * @throws {RequiredError}
821
820
  * @memberof AppointmentsApi
822
821
  */
823
- AppointmentsApi.prototype.apiV1AppointmentsAppointmentIdApprovePut = function (appointmentId, approveAppointmentCommand, options) {
822
+ AppointmentsApi.prototype.apiV1AppointmentsAppointmentIdApprovePut = function (requestParameters, options) {
824
823
  var _this = this;
825
- return (0, exports.AppointmentsApiFp)(this.configuration).apiV1AppointmentsAppointmentIdApprovePut(appointmentId, approveAppointmentCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
824
+ return (0, exports.AppointmentsApiFp)(this.configuration).apiV1AppointmentsAppointmentIdApprovePut(requestParameters.appointmentId, requestParameters.approveAppointmentCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
826
825
  };
827
826
  /**
828
827
  *
829
828
  * @summary Cancel appointment
830
- * @param {string} appointmentId
829
+ * @param {AppointmentsApiApiV1AppointmentsAppointmentIdCancelPutRequest} requestParameters Request parameters.
831
830
  * @param {*} [options] Override http request option.
832
831
  * @throws {RequiredError}
833
832
  * @memberof AppointmentsApi
834
833
  */
835
- AppointmentsApi.prototype.apiV1AppointmentsAppointmentIdCancelPut = function (appointmentId, options) {
834
+ AppointmentsApi.prototype.apiV1AppointmentsAppointmentIdCancelPut = function (requestParameters, options) {
836
835
  var _this = this;
837
- return (0, exports.AppointmentsApiFp)(this.configuration).apiV1AppointmentsAppointmentIdCancelPut(appointmentId, options).then(function (request) { return request(_this.axios, _this.basePath); });
836
+ return (0, exports.AppointmentsApiFp)(this.configuration).apiV1AppointmentsAppointmentIdCancelPut(requestParameters.appointmentId, options).then(function (request) { return request(_this.axios, _this.basePath); });
838
837
  };
839
838
  /**
840
839
  *
841
840
  * @summary Delete appointment
842
- * @param {string} appointmentId
843
- * @param {boolean} [isPermanent]
841
+ * @param {AppointmentsApiApiV1AppointmentsAppointmentIdDeleteRequest} requestParameters Request parameters.
844
842
  * @param {*} [options] Override http request option.
845
843
  * @throws {RequiredError}
846
844
  * @memberof AppointmentsApi
847
845
  */
848
- AppointmentsApi.prototype.apiV1AppointmentsAppointmentIdDelete = function (appointmentId, isPermanent, options) {
846
+ AppointmentsApi.prototype.apiV1AppointmentsAppointmentIdDelete = function (requestParameters, options) {
849
847
  var _this = this;
850
- return (0, exports.AppointmentsApiFp)(this.configuration).apiV1AppointmentsAppointmentIdDelete(appointmentId, isPermanent, options).then(function (request) { return request(_this.axios, _this.basePath); });
848
+ return (0, exports.AppointmentsApiFp)(this.configuration).apiV1AppointmentsAppointmentIdDelete(requestParameters.appointmentId, requestParameters.isPermanent, options).then(function (request) { return request(_this.axios, _this.basePath); });
851
849
  };
852
850
  /**
853
851
  *
854
852
  * @summary Get appointment by id
855
- * @param {string} appointmentId
856
- * @param {string} [languageCode]
853
+ * @param {AppointmentsApiApiV1AppointmentsAppointmentIdGetRequest} requestParameters Request parameters.
857
854
  * @param {*} [options] Override http request option.
858
855
  * @throws {RequiredError}
859
856
  * @memberof AppointmentsApi
860
857
  */
861
- AppointmentsApi.prototype.apiV1AppointmentsAppointmentIdGet = function (appointmentId, languageCode, options) {
858
+ AppointmentsApi.prototype.apiV1AppointmentsAppointmentIdGet = function (requestParameters, options) {
862
859
  var _this = this;
863
- return (0, exports.AppointmentsApiFp)(this.configuration).apiV1AppointmentsAppointmentIdGet(appointmentId, languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
860
+ return (0, exports.AppointmentsApiFp)(this.configuration).apiV1AppointmentsAppointmentIdGet(requestParameters.appointmentId, requestParameters.languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
864
861
  };
865
862
  /**
866
863
  *
867
864
  * @summary Set appointment paid
868
- * @param {string} appointmentId
865
+ * @param {AppointmentsApiApiV1AppointmentsAppointmentIdPaidPostRequest} requestParameters Request parameters.
869
866
  * @param {*} [options] Override http request option.
870
867
  * @throws {RequiredError}
871
868
  * @memberof AppointmentsApi
872
869
  */
873
- AppointmentsApi.prototype.apiV1AppointmentsAppointmentIdPaidPost = function (appointmentId, options) {
870
+ AppointmentsApi.prototype.apiV1AppointmentsAppointmentIdPaidPost = function (requestParameters, options) {
874
871
  var _this = this;
875
- return (0, exports.AppointmentsApiFp)(this.configuration).apiV1AppointmentsAppointmentIdPaidPost(appointmentId, options).then(function (request) { return request(_this.axios, _this.basePath); });
872
+ return (0, exports.AppointmentsApiFp)(this.configuration).apiV1AppointmentsAppointmentIdPaidPost(requestParameters.appointmentId, options).then(function (request) { return request(_this.axios, _this.basePath); });
876
873
  };
877
874
  /**
878
875
  *
879
876
  * @summary Reject appointment
880
- * @param {string} appointmentId
881
- * @param {RejectAppointmentCommand} [rejectAppointmentCommand]
877
+ * @param {AppointmentsApiApiV1AppointmentsAppointmentIdRejectPutRequest} requestParameters Request parameters.
882
878
  * @param {*} [options] Override http request option.
883
879
  * @throws {RequiredError}
884
880
  * @memberof AppointmentsApi
885
881
  */
886
- AppointmentsApi.prototype.apiV1AppointmentsAppointmentIdRejectPut = function (appointmentId, rejectAppointmentCommand, options) {
882
+ AppointmentsApi.prototype.apiV1AppointmentsAppointmentIdRejectPut = function (requestParameters, options) {
887
883
  var _this = this;
888
- return (0, exports.AppointmentsApiFp)(this.configuration).apiV1AppointmentsAppointmentIdRejectPut(appointmentId, rejectAppointmentCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
884
+ return (0, exports.AppointmentsApiFp)(this.configuration).apiV1AppointmentsAppointmentIdRejectPut(requestParameters.appointmentId, requestParameters.rejectAppointmentCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
889
885
  };
890
886
  /**
891
887
  *
892
888
  * @summary Get appointments
893
- * @param {string} [id]
894
- * @param {string} [userId]
895
- * @param {string} [userName]
896
- * @param {string} [hospitalId]
897
- * @param {string} [hospitalName]
898
- * @param {string} [doctorId]
899
- * @param {string} [doctorName]
900
- * @param {string} [dealId]
901
- * @param {string} [dealName]
902
- * @param {string} [dealPackageId]
903
- * @param {string} [hospitalSpecialtyId]
904
- * @param {string} [serviceId]
905
- * @param {boolean} [isOpen]
906
- * @param {boolean} [isCompleted]
907
- * @param {AppointmentStatus} [status]
908
- * @param {AppointmentType} [appointmentType]
909
- * @param {SortingOrder} [sortRequestDate]
910
- * @param {SortingOrder} [sortConfirmedDateStart]
911
- * @param {boolean} [paymentEnabled]
912
- * @param {string} [languageCode]
913
- * @param {boolean} [showHidden]
914
- * @param {boolean} [isOnline]
915
- * @param {boolean} [isExternal]
916
- * @param {number} [page]
917
- * @param {number} [limit]
918
- * @param {Date} [lastRetrieved]
889
+ * @param {AppointmentsApiApiV1AppointmentsGetRequest} requestParameters Request parameters.
919
890
  * @param {*} [options] Override http request option.
920
891
  * @throws {RequiredError}
921
892
  * @memberof AppointmentsApi
922
893
  */
923
- AppointmentsApi.prototype.apiV1AppointmentsGet = function (id, userId, userName, hospitalId, hospitalName, doctorId, doctorName, dealId, dealName, dealPackageId, hospitalSpecialtyId, serviceId, isOpen, isCompleted, status, appointmentType, sortRequestDate, sortConfirmedDateStart, paymentEnabled, languageCode, showHidden, isOnline, isExternal, page, limit, lastRetrieved, options) {
894
+ AppointmentsApi.prototype.apiV1AppointmentsGet = function (requestParameters, options) {
924
895
  var _this = this;
925
- return (0, exports.AppointmentsApiFp)(this.configuration).apiV1AppointmentsGet(id, userId, userName, hospitalId, hospitalName, doctorId, doctorName, dealId, dealName, dealPackageId, hospitalSpecialtyId, serviceId, isOpen, isCompleted, status, appointmentType, sortRequestDate, sortConfirmedDateStart, paymentEnabled, languageCode, showHidden, isOnline, isExternal, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
896
+ if (requestParameters === void 0) { requestParameters = {}; }
897
+ return (0, exports.AppointmentsApiFp)(this.configuration).apiV1AppointmentsGet(requestParameters.id, requestParameters.userId, requestParameters.userName, requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.doctorId, requestParameters.doctorName, requestParameters.dealId, requestParameters.dealName, requestParameters.dealPackageId, requestParameters.hospitalSpecialtyId, requestParameters.serviceId, requestParameters.isOpen, requestParameters.isCompleted, requestParameters.status, requestParameters.appointmentType, requestParameters.sortRequestDate, requestParameters.sortConfirmedDateStart, requestParameters.paymentEnabled, requestParameters.languageCode, requestParameters.showHidden, requestParameters.isOnline, requestParameters.isExternal, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
926
898
  };
927
899
  return AppointmentsApi;
928
900
  }(base_1.BaseAPI));