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
@@ -317,6 +317,214 @@ export declare const PlansApiFactory: (configuration?: Configuration, basePath?:
317
317
  */
318
318
  apiV1PlansPost(createPlanCommand?: CreatePlanCommand, options?: any): AxiosPromise<PlanModel>;
319
319
  };
320
+ /**
321
+ * Request parameters for apiV1PlansGet operation in PlansApi.
322
+ * @export
323
+ * @interface PlansApiApiV1PlansGetRequest
324
+ */
325
+ export interface PlansApiApiV1PlansGetRequest {
326
+ /**
327
+ *
328
+ * @type {string}
329
+ * @memberof PlansApiApiV1PlansGet
330
+ */
331
+ readonly id?: string;
332
+ /**
333
+ *
334
+ * @type {string}
335
+ * @memberof PlansApiApiV1PlansGet
336
+ */
337
+ readonly name?: string;
338
+ /**
339
+ *
340
+ * @type {number}
341
+ * @memberof PlansApiApiV1PlansGet
342
+ */
343
+ readonly page?: number;
344
+ /**
345
+ *
346
+ * @type {number}
347
+ * @memberof PlansApiApiV1PlansGet
348
+ */
349
+ readonly limit?: number;
350
+ /**
351
+ *
352
+ * @type {Date}
353
+ * @memberof PlansApiApiV1PlansGet
354
+ */
355
+ readonly lastRetrieved?: Date;
356
+ }
357
+ /**
358
+ * Request parameters for apiV1PlansPlanIdDelete operation in PlansApi.
359
+ * @export
360
+ * @interface PlansApiApiV1PlansPlanIdDeleteRequest
361
+ */
362
+ export interface PlansApiApiV1PlansPlanIdDeleteRequest {
363
+ /**
364
+ *
365
+ * @type {string}
366
+ * @memberof PlansApiApiV1PlansPlanIdDelete
367
+ */
368
+ readonly planId: string;
369
+ }
370
+ /**
371
+ * Request parameters for apiV1PlansPlanIdGet operation in PlansApi.
372
+ * @export
373
+ * @interface PlansApiApiV1PlansPlanIdGetRequest
374
+ */
375
+ export interface PlansApiApiV1PlansPlanIdGetRequest {
376
+ /**
377
+ *
378
+ * @type {string}
379
+ * @memberof PlansApiApiV1PlansPlanIdGet
380
+ */
381
+ readonly planId: string;
382
+ }
383
+ /**
384
+ * Request parameters for apiV1PlansPlanIdHospitalsGet operation in PlansApi.
385
+ * @export
386
+ * @interface PlansApiApiV1PlansPlanIdHospitalsGetRequest
387
+ */
388
+ export interface PlansApiApiV1PlansPlanIdHospitalsGetRequest {
389
+ /**
390
+ *
391
+ * @type {string}
392
+ * @memberof PlansApiApiV1PlansPlanIdHospitalsGet
393
+ */
394
+ readonly planId: string;
395
+ /**
396
+ *
397
+ * @type {number}
398
+ * @memberof PlansApiApiV1PlansPlanIdHospitalsGet
399
+ */
400
+ readonly page?: number;
401
+ /**
402
+ *
403
+ * @type {number}
404
+ * @memberof PlansApiApiV1PlansPlanIdHospitalsGet
405
+ */
406
+ readonly limit?: number;
407
+ /**
408
+ *
409
+ * @type {Date}
410
+ * @memberof PlansApiApiV1PlansPlanIdHospitalsGet
411
+ */
412
+ readonly lastRetrieved?: Date;
413
+ }
414
+ /**
415
+ * Request parameters for apiV1PlansPlanIdHospitalsHospitalIdDelete operation in PlansApi.
416
+ * @export
417
+ * @interface PlansApiApiV1PlansPlanIdHospitalsHospitalIdDeleteRequest
418
+ */
419
+ export interface PlansApiApiV1PlansPlanIdHospitalsHospitalIdDeleteRequest {
420
+ /**
421
+ *
422
+ * @type {string}
423
+ * @memberof PlansApiApiV1PlansPlanIdHospitalsHospitalIdDelete
424
+ */
425
+ readonly planId: string;
426
+ /**
427
+ *
428
+ * @type {string}
429
+ * @memberof PlansApiApiV1PlansPlanIdHospitalsHospitalIdDelete
430
+ */
431
+ readonly hospitalId: string;
432
+ }
433
+ /**
434
+ * Request parameters for apiV1PlansPlanIdHospitalsHospitalIdGet operation in PlansApi.
435
+ * @export
436
+ * @interface PlansApiApiV1PlansPlanIdHospitalsHospitalIdGetRequest
437
+ */
438
+ export interface PlansApiApiV1PlansPlanIdHospitalsHospitalIdGetRequest {
439
+ /**
440
+ *
441
+ * @type {string}
442
+ * @memberof PlansApiApiV1PlansPlanIdHospitalsHospitalIdGet
443
+ */
444
+ readonly planId: string;
445
+ /**
446
+ *
447
+ * @type {string}
448
+ * @memberof PlansApiApiV1PlansPlanIdHospitalsHospitalIdGet
449
+ */
450
+ readonly hospitalId: string;
451
+ }
452
+ /**
453
+ * Request parameters for apiV1PlansPlanIdHospitalsHospitalIdPut operation in PlansApi.
454
+ * @export
455
+ * @interface PlansApiApiV1PlansPlanIdHospitalsHospitalIdPutRequest
456
+ */
457
+ export interface PlansApiApiV1PlansPlanIdHospitalsHospitalIdPutRequest {
458
+ /**
459
+ *
460
+ * @type {string}
461
+ * @memberof PlansApiApiV1PlansPlanIdHospitalsHospitalIdPut
462
+ */
463
+ readonly planId: string;
464
+ /**
465
+ *
466
+ * @type {string}
467
+ * @memberof PlansApiApiV1PlansPlanIdHospitalsHospitalIdPut
468
+ */
469
+ readonly hospitalId: string;
470
+ /**
471
+ *
472
+ * @type {UpdatePlanHospitalCommand}
473
+ * @memberof PlansApiApiV1PlansPlanIdHospitalsHospitalIdPut
474
+ */
475
+ readonly updatePlanHospitalCommand?: UpdatePlanHospitalCommand;
476
+ }
477
+ /**
478
+ * Request parameters for apiV1PlansPlanIdHospitalsPost operation in PlansApi.
479
+ * @export
480
+ * @interface PlansApiApiV1PlansPlanIdHospitalsPostRequest
481
+ */
482
+ export interface PlansApiApiV1PlansPlanIdHospitalsPostRequest {
483
+ /**
484
+ *
485
+ * @type {string}
486
+ * @memberof PlansApiApiV1PlansPlanIdHospitalsPost
487
+ */
488
+ readonly planId: string;
489
+ /**
490
+ *
491
+ * @type {CreatePlanHospitalCommand}
492
+ * @memberof PlansApiApiV1PlansPlanIdHospitalsPost
493
+ */
494
+ readonly createPlanHospitalCommand?: CreatePlanHospitalCommand;
495
+ }
496
+ /**
497
+ * Request parameters for apiV1PlansPlanIdPut operation in PlansApi.
498
+ * @export
499
+ * @interface PlansApiApiV1PlansPlanIdPutRequest
500
+ */
501
+ export interface PlansApiApiV1PlansPlanIdPutRequest {
502
+ /**
503
+ *
504
+ * @type {string}
505
+ * @memberof PlansApiApiV1PlansPlanIdPut
506
+ */
507
+ readonly planId: string;
508
+ /**
509
+ *
510
+ * @type {UpdatePlanCommand}
511
+ * @memberof PlansApiApiV1PlansPlanIdPut
512
+ */
513
+ readonly updatePlanCommand?: UpdatePlanCommand;
514
+ }
515
+ /**
516
+ * Request parameters for apiV1PlansPost operation in PlansApi.
517
+ * @export
518
+ * @interface PlansApiApiV1PlansPostRequest
519
+ */
520
+ export interface PlansApiApiV1PlansPostRequest {
521
+ /**
522
+ *
523
+ * @type {CreatePlanCommand}
524
+ * @memberof PlansApiApiV1PlansPost
525
+ */
526
+ readonly createPlanCommand?: CreatePlanCommand;
527
+ }
320
528
  /**
321
529
  * PlansApi - object-oriented interface
322
530
  * @export
@@ -327,105 +535,92 @@ export declare class PlansApi extends BaseAPI {
327
535
  /**
328
536
  *
329
537
  * @summary Get all plans.
330
- * @param {string} [id]
331
- * @param {string} [name]
332
- * @param {number} [page]
333
- * @param {number} [limit]
334
- * @param {Date} [lastRetrieved]
538
+ * @param {PlansApiApiV1PlansGetRequest} requestParameters Request parameters.
335
539
  * @param {*} [options] Override http request option.
336
540
  * @throws {RequiredError}
337
541
  * @memberof PlansApi
338
542
  */
339
- apiV1PlansGet(id?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlansModel, any>>;
543
+ apiV1PlansGet(requestParameters?: PlansApiApiV1PlansGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlansModel, any>>;
340
544
  /**
341
545
  *
342
546
  * @summary Delete plan.
343
- * @param {string} planId
547
+ * @param {PlansApiApiV1PlansPlanIdDeleteRequest} requestParameters Request parameters.
344
548
  * @param {*} [options] Override http request option.
345
549
  * @throws {RequiredError}
346
550
  * @memberof PlansApi
347
551
  */
348
- apiV1PlansPlanIdDelete(planId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
552
+ apiV1PlansPlanIdDelete(requestParameters: PlansApiApiV1PlansPlanIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
349
553
  /**
350
554
  *
351
555
  * @summary Get plan.
352
- * @param {string} planId
556
+ * @param {PlansApiApiV1PlansPlanIdGetRequest} requestParameters Request parameters.
353
557
  * @param {*} [options] Override http request option.
354
558
  * @throws {RequiredError}
355
559
  * @memberof PlansApi
356
560
  */
357
- apiV1PlansPlanIdGet(planId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanModel, any>>;
561
+ apiV1PlansPlanIdGet(requestParameters: PlansApiApiV1PlansPlanIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanModel, any>>;
358
562
  /**
359
563
  *
360
564
  * @summary Get all plan hospital.
361
- * @param {string} planId
362
- * @param {number} [page]
363
- * @param {number} [limit]
364
- * @param {Date} [lastRetrieved]
565
+ * @param {PlansApiApiV1PlansPlanIdHospitalsGetRequest} requestParameters Request parameters.
365
566
  * @param {*} [options] Override http request option.
366
567
  * @throws {RequiredError}
367
568
  * @memberof PlansApi
368
569
  */
369
- apiV1PlansPlanIdHospitalsGet(planId: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanHospitalsModel, any>>;
570
+ apiV1PlansPlanIdHospitalsGet(requestParameters: PlansApiApiV1PlansPlanIdHospitalsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanHospitalsModel, any>>;
370
571
  /**
371
572
  *
372
573
  * @summary Delete plan hospital.
373
- * @param {string} planId
374
- * @param {string} hospitalId
574
+ * @param {PlansApiApiV1PlansPlanIdHospitalsHospitalIdDeleteRequest} requestParameters Request parameters.
375
575
  * @param {*} [options] Override http request option.
376
576
  * @throws {RequiredError}
377
577
  * @memberof PlansApi
378
578
  */
379
- apiV1PlansPlanIdHospitalsHospitalIdDelete(planId: string, hospitalId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
579
+ apiV1PlansPlanIdHospitalsHospitalIdDelete(requestParameters: PlansApiApiV1PlansPlanIdHospitalsHospitalIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
380
580
  /**
381
581
  *
382
582
  * @summary Get plan hospital.
383
- * @param {string} planId
384
- * @param {string} hospitalId
583
+ * @param {PlansApiApiV1PlansPlanIdHospitalsHospitalIdGetRequest} requestParameters Request parameters.
385
584
  * @param {*} [options] Override http request option.
386
585
  * @throws {RequiredError}
387
586
  * @memberof PlansApi
388
587
  */
389
- apiV1PlansPlanIdHospitalsHospitalIdGet(planId: string, hospitalId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanHospitalModel, any>>;
588
+ apiV1PlansPlanIdHospitalsHospitalIdGet(requestParameters: PlansApiApiV1PlansPlanIdHospitalsHospitalIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanHospitalModel, any>>;
390
589
  /**
391
590
  *
392
591
  * @summary Update plan hospital.
393
- * @param {string} planId
394
- * @param {string} hospitalId
395
- * @param {UpdatePlanHospitalCommand} [updatePlanHospitalCommand]
592
+ * @param {PlansApiApiV1PlansPlanIdHospitalsHospitalIdPutRequest} requestParameters Request parameters.
396
593
  * @param {*} [options] Override http request option.
397
594
  * @throws {RequiredError}
398
595
  * @memberof PlansApi
399
596
  */
400
- apiV1PlansPlanIdHospitalsHospitalIdPut(planId: string, hospitalId: string, updatePlanHospitalCommand?: UpdatePlanHospitalCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanHospitalModel, any>>;
597
+ apiV1PlansPlanIdHospitalsHospitalIdPut(requestParameters: PlansApiApiV1PlansPlanIdHospitalsHospitalIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanHospitalModel, any>>;
401
598
  /**
402
599
  *
403
600
  * @summary Create plan hospital.
404
- * @param {string} planId
405
- * @param {CreatePlanHospitalCommand} [createPlanHospitalCommand]
601
+ * @param {PlansApiApiV1PlansPlanIdHospitalsPostRequest} requestParameters Request parameters.
406
602
  * @param {*} [options] Override http request option.
407
603
  * @throws {RequiredError}
408
604
  * @memberof PlansApi
409
605
  */
410
- apiV1PlansPlanIdHospitalsPost(planId: string, createPlanHospitalCommand?: CreatePlanHospitalCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanHospitalModel, any>>;
606
+ apiV1PlansPlanIdHospitalsPost(requestParameters: PlansApiApiV1PlansPlanIdHospitalsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanHospitalModel, any>>;
411
607
  /**
412
608
  *
413
609
  * @summary Update plan.
414
- * @param {string} planId
415
- * @param {UpdatePlanCommand} [updatePlanCommand]
610
+ * @param {PlansApiApiV1PlansPlanIdPutRequest} requestParameters Request parameters.
416
611
  * @param {*} [options] Override http request option.
417
612
  * @throws {RequiredError}
418
613
  * @memberof PlansApi
419
614
  */
420
- apiV1PlansPlanIdPut(planId: string, updatePlanCommand?: UpdatePlanCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanModel, any>>;
615
+ apiV1PlansPlanIdPut(requestParameters: PlansApiApiV1PlansPlanIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanModel, any>>;
421
616
  /**
422
617
  *
423
618
  * @summary Create a plan.
424
- * @param {CreatePlanCommand} [createPlanCommand]
619
+ * @param {PlansApiApiV1PlansPostRequest} requestParameters Request parameters.
425
620
  * @param {*} [options] Override http request option.
426
621
  * @throws {RequiredError}
427
622
  * @memberof PlansApi
428
623
  */
429
- apiV1PlansPost(createPlanCommand?: CreatePlanCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanModel, any>>;
624
+ apiV1PlansPost(requestParameters?: PlansApiApiV1PlansPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlanModel, any>>;
430
625
  }
431
626
  //# sourceMappingURL=plans-api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"plans-api.d.ts","sourceRoot":"","sources":["../../src/api/plans-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"plans-api.d.ts","sourceRoot":"","sources":["../../src/api/plans-api.ts"],"names":[],"mappings":"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"}
@@ -937,135 +937,124 @@ var PlansApi = /** @class */ (function (_super) {
937
937
  /**
938
938
  *
939
939
  * @summary Get all plans.
940
- * @param {string} [id]
941
- * @param {string} [name]
942
- * @param {number} [page]
943
- * @param {number} [limit]
944
- * @param {Date} [lastRetrieved]
940
+ * @param {PlansApiApiV1PlansGetRequest} requestParameters Request parameters.
945
941
  * @param {*} [options] Override http request option.
946
942
  * @throws {RequiredError}
947
943
  * @memberof PlansApi
948
944
  */
949
- PlansApi.prototype.apiV1PlansGet = function (id, name, page, limit, lastRetrieved, options) {
945
+ PlansApi.prototype.apiV1PlansGet = function (requestParameters, options) {
950
946
  var _this = this;
951
- return (0, exports.PlansApiFp)(this.configuration).apiV1PlansGet(id, name, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
947
+ if (requestParameters === void 0) { requestParameters = {}; }
948
+ return (0, exports.PlansApiFp)(this.configuration).apiV1PlansGet(requestParameters.id, requestParameters.name, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
952
949
  };
953
950
  /**
954
951
  *
955
952
  * @summary Delete plan.
956
- * @param {string} planId
953
+ * @param {PlansApiApiV1PlansPlanIdDeleteRequest} requestParameters Request parameters.
957
954
  * @param {*} [options] Override http request option.
958
955
  * @throws {RequiredError}
959
956
  * @memberof PlansApi
960
957
  */
961
- PlansApi.prototype.apiV1PlansPlanIdDelete = function (planId, options) {
958
+ PlansApi.prototype.apiV1PlansPlanIdDelete = function (requestParameters, options) {
962
959
  var _this = this;
963
- return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPlanIdDelete(planId, options).then(function (request) { return request(_this.axios, _this.basePath); });
960
+ return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPlanIdDelete(requestParameters.planId, options).then(function (request) { return request(_this.axios, _this.basePath); });
964
961
  };
965
962
  /**
966
963
  *
967
964
  * @summary Get plan.
968
- * @param {string} planId
965
+ * @param {PlansApiApiV1PlansPlanIdGetRequest} requestParameters Request parameters.
969
966
  * @param {*} [options] Override http request option.
970
967
  * @throws {RequiredError}
971
968
  * @memberof PlansApi
972
969
  */
973
- PlansApi.prototype.apiV1PlansPlanIdGet = function (planId, options) {
970
+ PlansApi.prototype.apiV1PlansPlanIdGet = function (requestParameters, options) {
974
971
  var _this = this;
975
- return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPlanIdGet(planId, options).then(function (request) { return request(_this.axios, _this.basePath); });
972
+ return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPlanIdGet(requestParameters.planId, options).then(function (request) { return request(_this.axios, _this.basePath); });
976
973
  };
977
974
  /**
978
975
  *
979
976
  * @summary Get all plan hospital.
980
- * @param {string} planId
981
- * @param {number} [page]
982
- * @param {number} [limit]
983
- * @param {Date} [lastRetrieved]
977
+ * @param {PlansApiApiV1PlansPlanIdHospitalsGetRequest} requestParameters Request parameters.
984
978
  * @param {*} [options] Override http request option.
985
979
  * @throws {RequiredError}
986
980
  * @memberof PlansApi
987
981
  */
988
- PlansApi.prototype.apiV1PlansPlanIdHospitalsGet = function (planId, page, limit, lastRetrieved, options) {
982
+ PlansApi.prototype.apiV1PlansPlanIdHospitalsGet = function (requestParameters, options) {
989
983
  var _this = this;
990
- return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPlanIdHospitalsGet(planId, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
984
+ return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPlanIdHospitalsGet(requestParameters.planId, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
991
985
  };
992
986
  /**
993
987
  *
994
988
  * @summary Delete plan hospital.
995
- * @param {string} planId
996
- * @param {string} hospitalId
989
+ * @param {PlansApiApiV1PlansPlanIdHospitalsHospitalIdDeleteRequest} requestParameters Request parameters.
997
990
  * @param {*} [options] Override http request option.
998
991
  * @throws {RequiredError}
999
992
  * @memberof PlansApi
1000
993
  */
1001
- PlansApi.prototype.apiV1PlansPlanIdHospitalsHospitalIdDelete = function (planId, hospitalId, options) {
994
+ PlansApi.prototype.apiV1PlansPlanIdHospitalsHospitalIdDelete = function (requestParameters, options) {
1002
995
  var _this = this;
1003
- return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPlanIdHospitalsHospitalIdDelete(planId, hospitalId, options).then(function (request) { return request(_this.axios, _this.basePath); });
996
+ return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPlanIdHospitalsHospitalIdDelete(requestParameters.planId, requestParameters.hospitalId, options).then(function (request) { return request(_this.axios, _this.basePath); });
1004
997
  };
1005
998
  /**
1006
999
  *
1007
1000
  * @summary Get plan hospital.
1008
- * @param {string} planId
1009
- * @param {string} hospitalId
1001
+ * @param {PlansApiApiV1PlansPlanIdHospitalsHospitalIdGetRequest} requestParameters Request parameters.
1010
1002
  * @param {*} [options] Override http request option.
1011
1003
  * @throws {RequiredError}
1012
1004
  * @memberof PlansApi
1013
1005
  */
1014
- PlansApi.prototype.apiV1PlansPlanIdHospitalsHospitalIdGet = function (planId, hospitalId, options) {
1006
+ PlansApi.prototype.apiV1PlansPlanIdHospitalsHospitalIdGet = function (requestParameters, options) {
1015
1007
  var _this = this;
1016
- return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPlanIdHospitalsHospitalIdGet(planId, hospitalId, options).then(function (request) { return request(_this.axios, _this.basePath); });
1008
+ return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPlanIdHospitalsHospitalIdGet(requestParameters.planId, requestParameters.hospitalId, options).then(function (request) { return request(_this.axios, _this.basePath); });
1017
1009
  };
1018
1010
  /**
1019
1011
  *
1020
1012
  * @summary Update plan hospital.
1021
- * @param {string} planId
1022
- * @param {string} hospitalId
1023
- * @param {UpdatePlanHospitalCommand} [updatePlanHospitalCommand]
1013
+ * @param {PlansApiApiV1PlansPlanIdHospitalsHospitalIdPutRequest} requestParameters Request parameters.
1024
1014
  * @param {*} [options] Override http request option.
1025
1015
  * @throws {RequiredError}
1026
1016
  * @memberof PlansApi
1027
1017
  */
1028
- PlansApi.prototype.apiV1PlansPlanIdHospitalsHospitalIdPut = function (planId, hospitalId, updatePlanHospitalCommand, options) {
1018
+ PlansApi.prototype.apiV1PlansPlanIdHospitalsHospitalIdPut = function (requestParameters, options) {
1029
1019
  var _this = this;
1030
- return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPlanIdHospitalsHospitalIdPut(planId, hospitalId, updatePlanHospitalCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
1020
+ return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPlanIdHospitalsHospitalIdPut(requestParameters.planId, requestParameters.hospitalId, requestParameters.updatePlanHospitalCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
1031
1021
  };
1032
1022
  /**
1033
1023
  *
1034
1024
  * @summary Create plan hospital.
1035
- * @param {string} planId
1036
- * @param {CreatePlanHospitalCommand} [createPlanHospitalCommand]
1025
+ * @param {PlansApiApiV1PlansPlanIdHospitalsPostRequest} requestParameters Request parameters.
1037
1026
  * @param {*} [options] Override http request option.
1038
1027
  * @throws {RequiredError}
1039
1028
  * @memberof PlansApi
1040
1029
  */
1041
- PlansApi.prototype.apiV1PlansPlanIdHospitalsPost = function (planId, createPlanHospitalCommand, options) {
1030
+ PlansApi.prototype.apiV1PlansPlanIdHospitalsPost = function (requestParameters, options) {
1042
1031
  var _this = this;
1043
- return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPlanIdHospitalsPost(planId, createPlanHospitalCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
1032
+ return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPlanIdHospitalsPost(requestParameters.planId, requestParameters.createPlanHospitalCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
1044
1033
  };
1045
1034
  /**
1046
1035
  *
1047
1036
  * @summary Update plan.
1048
- * @param {string} planId
1049
- * @param {UpdatePlanCommand} [updatePlanCommand]
1037
+ * @param {PlansApiApiV1PlansPlanIdPutRequest} requestParameters Request parameters.
1050
1038
  * @param {*} [options] Override http request option.
1051
1039
  * @throws {RequiredError}
1052
1040
  * @memberof PlansApi
1053
1041
  */
1054
- PlansApi.prototype.apiV1PlansPlanIdPut = function (planId, updatePlanCommand, options) {
1042
+ PlansApi.prototype.apiV1PlansPlanIdPut = function (requestParameters, options) {
1055
1043
  var _this = this;
1056
- return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPlanIdPut(planId, updatePlanCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
1044
+ return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPlanIdPut(requestParameters.planId, requestParameters.updatePlanCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
1057
1045
  };
1058
1046
  /**
1059
1047
  *
1060
1048
  * @summary Create a plan.
1061
- * @param {CreatePlanCommand} [createPlanCommand]
1049
+ * @param {PlansApiApiV1PlansPostRequest} requestParameters Request parameters.
1062
1050
  * @param {*} [options] Override http request option.
1063
1051
  * @throws {RequiredError}
1064
1052
  * @memberof PlansApi
1065
1053
  */
1066
- PlansApi.prototype.apiV1PlansPost = function (createPlanCommand, options) {
1054
+ PlansApi.prototype.apiV1PlansPost = function (requestParameters, options) {
1067
1055
  var _this = this;
1068
- return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPost(createPlanCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
1056
+ if (requestParameters === void 0) { requestParameters = {}; }
1057
+ return (0, exports.PlansApiFp)(this.configuration).apiV1PlansPost(requestParameters.createPlanCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
1069
1058
  };
1070
1059
  return PlansApi;
1071
1060
  }(base_1.BaseAPI));