ch-admin-api-client-typescript 4.9.6 → 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 +145 -25
  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 +166 -30
  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
@@ -226,6 +226,180 @@ export declare const AboutUsApiFactory: (configuration?: Configuration, basePath
226
226
  */
227
227
  apiV1AboutusSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<AboutUsPageModel>;
228
228
  };
229
+ /**
230
+ * Request parameters for apiV1AboutusGet operation in AboutUsApi.
231
+ * @export
232
+ * @interface AboutUsApiApiV1AboutusGetRequest
233
+ */
234
+ export interface AboutUsApiApiV1AboutusGetRequest {
235
+ /**
236
+ *
237
+ * @type {string}
238
+ * @memberof AboutUsApiApiV1AboutusGet
239
+ */
240
+ readonly hospitalId?: string;
241
+ /**
242
+ *
243
+ * @type {string}
244
+ * @memberof AboutUsApiApiV1AboutusGet
245
+ */
246
+ readonly hospitalName?: string;
247
+ /**
248
+ *
249
+ * @type {string}
250
+ * @memberof AboutUsApiApiV1AboutusGet
251
+ */
252
+ readonly hospitalSlug?: string;
253
+ /**
254
+ *
255
+ * @type {string}
256
+ * @memberof AboutUsApiApiV1AboutusGet
257
+ */
258
+ readonly name?: string;
259
+ /**
260
+ *
261
+ * @type {boolean}
262
+ * @memberof AboutUsApiApiV1AboutusGet
263
+ */
264
+ readonly returnDefaultValue?: boolean;
265
+ /**
266
+ *
267
+ * @type {boolean}
268
+ * @memberof AboutUsApiApiV1AboutusGet
269
+ */
270
+ readonly confirmed?: boolean;
271
+ /**
272
+ *
273
+ * @type {string}
274
+ * @memberof AboutUsApiApiV1AboutusGet
275
+ */
276
+ readonly languageCode?: string;
277
+ /**
278
+ *
279
+ * @type {boolean}
280
+ * @memberof AboutUsApiApiV1AboutusGet
281
+ */
282
+ readonly showHidden?: boolean;
283
+ /**
284
+ *
285
+ * @type {number}
286
+ * @memberof AboutUsApiApiV1AboutusGet
287
+ */
288
+ readonly page?: number;
289
+ /**
290
+ *
291
+ * @type {number}
292
+ * @memberof AboutUsApiApiV1AboutusGet
293
+ */
294
+ readonly limit?: number;
295
+ /**
296
+ *
297
+ * @type {Date}
298
+ * @memberof AboutUsApiApiV1AboutusGet
299
+ */
300
+ readonly lastRetrieved?: Date;
301
+ }
302
+ /**
303
+ * Request parameters for apiV1AboutusHospitalIdDelete operation in AboutUsApi.
304
+ * @export
305
+ * @interface AboutUsApiApiV1AboutusHospitalIdDeleteRequest
306
+ */
307
+ export interface AboutUsApiApiV1AboutusHospitalIdDeleteRequest {
308
+ /**
309
+ *
310
+ * @type {string}
311
+ * @memberof AboutUsApiApiV1AboutusHospitalIdDelete
312
+ */
313
+ readonly hospitalId: string;
314
+ /**
315
+ *
316
+ * @type {boolean}
317
+ * @memberof AboutUsApiApiV1AboutusHospitalIdDelete
318
+ */
319
+ readonly isPermanent?: boolean;
320
+ }
321
+ /**
322
+ * Request parameters for apiV1AboutusHospitalIdGet operation in AboutUsApi.
323
+ * @export
324
+ * @interface AboutUsApiApiV1AboutusHospitalIdGetRequest
325
+ */
326
+ export interface AboutUsApiApiV1AboutusHospitalIdGetRequest {
327
+ /**
328
+ *
329
+ * @type {string}
330
+ * @memberof AboutUsApiApiV1AboutusHospitalIdGet
331
+ */
332
+ readonly hospitalId: string;
333
+ /**
334
+ *
335
+ * @type {string}
336
+ * @memberof AboutUsApiApiV1AboutusHospitalIdGet
337
+ */
338
+ readonly languageCode?: string;
339
+ /**
340
+ *
341
+ * @type {boolean}
342
+ * @memberof AboutUsApiApiV1AboutusHospitalIdGet
343
+ */
344
+ readonly returnDefaultValue?: boolean;
345
+ }
346
+ /**
347
+ * Request parameters for apiV1AboutusHospitalIdPut operation in AboutUsApi.
348
+ * @export
349
+ * @interface AboutUsApiApiV1AboutusHospitalIdPutRequest
350
+ */
351
+ export interface AboutUsApiApiV1AboutusHospitalIdPutRequest {
352
+ /**
353
+ *
354
+ * @type {string}
355
+ * @memberof AboutUsApiApiV1AboutusHospitalIdPut
356
+ */
357
+ readonly hospitalId: string;
358
+ /**
359
+ *
360
+ * @type {UpdateAboutUsPageCommand}
361
+ * @memberof AboutUsApiApiV1AboutusHospitalIdPut
362
+ */
363
+ readonly updateAboutUsPageCommand?: UpdateAboutUsPageCommand;
364
+ }
365
+ /**
366
+ * Request parameters for apiV1AboutusPost operation in AboutUsApi.
367
+ * @export
368
+ * @interface AboutUsApiApiV1AboutusPostRequest
369
+ */
370
+ export interface AboutUsApiApiV1AboutusPostRequest {
371
+ /**
372
+ *
373
+ * @type {CreateAboutUsPageCommand}
374
+ * @memberof AboutUsApiApiV1AboutusPost
375
+ */
376
+ readonly createAboutUsPageCommand?: CreateAboutUsPageCommand;
377
+ }
378
+ /**
379
+ * Request parameters for apiV1AboutusSlugGet operation in AboutUsApi.
380
+ * @export
381
+ * @interface AboutUsApiApiV1AboutusSlugGetRequest
382
+ */
383
+ export interface AboutUsApiApiV1AboutusSlugGetRequest {
384
+ /**
385
+ *
386
+ * @type {string}
387
+ * @memberof AboutUsApiApiV1AboutusSlugGet
388
+ */
389
+ readonly slug: string;
390
+ /**
391
+ *
392
+ * @type {string}
393
+ * @memberof AboutUsApiApiV1AboutusSlugGet
394
+ */
395
+ readonly languageCode?: string;
396
+ /**
397
+ *
398
+ * @type {boolean}
399
+ * @memberof AboutUsApiApiV1AboutusSlugGet
400
+ */
401
+ readonly returnDefaultValue?: boolean;
402
+ }
229
403
  /**
230
404
  * AboutUsApi - object-oriented interface
231
405
  * @export
@@ -236,72 +410,56 @@ export declare class AboutUsApi extends BaseAPI {
236
410
  /**
237
411
  *
238
412
  * @summary Get all AboutUsList.
239
- * @param {string} [hospitalId]
240
- * @param {string} [hospitalName]
241
- * @param {string} [hospitalSlug]
242
- * @param {string} [name]
243
- * @param {boolean} [returnDefaultValue]
244
- * @param {boolean} [confirmed]
245
- * @param {string} [languageCode]
246
- * @param {boolean} [showHidden]
247
- * @param {number} [page]
248
- * @param {number} [limit]
249
- * @param {Date} [lastRetrieved]
413
+ * @param {AboutUsApiApiV1AboutusGetRequest} requestParameters Request parameters.
250
414
  * @param {*} [options] Override http request option.
251
415
  * @throws {RequiredError}
252
416
  * @memberof AboutUsApi
253
417
  */
254
- apiV1AboutusGet(hospitalId?: string, hospitalName?: string, hospitalSlug?: string, name?: string, returnDefaultValue?: boolean, confirmed?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPagesModel, any>>;
418
+ apiV1AboutusGet(requestParameters?: AboutUsApiApiV1AboutusGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPagesModel, any>>;
255
419
  /**
256
420
  *
257
421
  * @summary Delete AboutUs.
258
- * @param {string} hospitalId
259
- * @param {boolean} [isPermanent]
422
+ * @param {AboutUsApiApiV1AboutusHospitalIdDeleteRequest} requestParameters Request parameters.
260
423
  * @param {*} [options] Override http request option.
261
424
  * @throws {RequiredError}
262
425
  * @memberof AboutUsApi
263
426
  */
264
- apiV1AboutusHospitalIdDelete(hospitalId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
427
+ apiV1AboutusHospitalIdDelete(requestParameters: AboutUsApiApiV1AboutusHospitalIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
265
428
  /**
266
429
  *
267
430
  * @summary Get AboutUs.
268
- * @param {string} hospitalId
269
- * @param {string} [languageCode]
270
- * @param {boolean} [returnDefaultValue]
431
+ * @param {AboutUsApiApiV1AboutusHospitalIdGetRequest} requestParameters Request parameters.
271
432
  * @param {*} [options] Override http request option.
272
433
  * @throws {RequiredError}
273
434
  * @memberof AboutUsApi
274
435
  */
275
- apiV1AboutusHospitalIdGet(hospitalId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPageModel, any>>;
436
+ apiV1AboutusHospitalIdGet(requestParameters: AboutUsApiApiV1AboutusHospitalIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPageModel, any>>;
276
437
  /**
277
438
  *
278
439
  * @summary Update AboutUs.
279
- * @param {string} hospitalId
280
- * @param {UpdateAboutUsPageCommand} [updateAboutUsPageCommand]
440
+ * @param {AboutUsApiApiV1AboutusHospitalIdPutRequest} requestParameters Request parameters.
281
441
  * @param {*} [options] Override http request option.
282
442
  * @throws {RequiredError}
283
443
  * @memberof AboutUsApi
284
444
  */
285
- apiV1AboutusHospitalIdPut(hospitalId: string, updateAboutUsPageCommand?: UpdateAboutUsPageCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPageModel, any>>;
445
+ apiV1AboutusHospitalIdPut(requestParameters: AboutUsApiApiV1AboutusHospitalIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPageModel, any>>;
286
446
  /**
287
447
  *
288
448
  * @summary Create AboutUs.
289
- * @param {CreateAboutUsPageCommand} [createAboutUsPageCommand]
449
+ * @param {AboutUsApiApiV1AboutusPostRequest} requestParameters Request parameters.
290
450
  * @param {*} [options] Override http request option.
291
451
  * @throws {RequiredError}
292
452
  * @memberof AboutUsApi
293
453
  */
294
- apiV1AboutusPost(createAboutUsPageCommand?: CreateAboutUsPageCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPageModel, any>>;
454
+ apiV1AboutusPost(requestParameters?: AboutUsApiApiV1AboutusPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPageModel, any>>;
295
455
  /**
296
456
  *
297
457
  * @summary
298
- * @param {string} slug
299
- * @param {string} [languageCode]
300
- * @param {boolean} [returnDefaultValue]
458
+ * @param {AboutUsApiApiV1AboutusSlugGetRequest} requestParameters Request parameters.
301
459
  * @param {*} [options] Override http request option.
302
460
  * @throws {RequiredError}
303
461
  * @memberof AboutUsApi
304
462
  */
305
- apiV1AboutusSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPageModel, any>>;
463
+ apiV1AboutusSlugGet(requestParameters: AboutUsApiApiV1AboutusSlugGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPageModel, any>>;
306
464
  }
307
465
  //# sourceMappingURL=about-us-api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"about-us-api.d.ts","sourceRoot":"","sources":["../../src/api/about-us-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAE7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE9C,OAAO,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AAIrD,OAAO,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AACrD;;;GAGG;AACH,eAAO,MAAM,2BAA2B,mBAA6B,aAAa;IAE1E;;;;;;;;;;;;;;;;OAgBG;mCACkC,MAAM,iBAAiB,MAAM,iBAAiB,MAAM,SAAS,MAAM,uBAAuB,OAAO,cAAc,OAAO,iBAAiB,MAAM,eAAe,OAAO,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IA0EtT;;;;;;;OAOG;+CAC8C,MAAM,gBAAgB,OAAO,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IAmCvI;;;;;;;;OAQG;4CAC2C,MAAM,iBAAiB,MAAM,uBAAuB,OAAO,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IAuClK;;;;;;;OAOG;4CAC2C,MAAM,6BAA6B,wBAAwB,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IAkClK;;;;;;OAMG;kDACiD,wBAAwB,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IA+BrI;;;;;;;;OAQG;gCAC+B,MAAM,iBAAiB,MAAM,uBAAuB,OAAO,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;CAwC7J,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,mBAA4B,aAAa;IAG1D;;;;;;;;;;;;;;;;OAgBG;iCACgC,MAAM,iBAAiB,MAAM,iBAAiB,MAAM,SAAS,MAAM,uBAAuB,OAAO,cAAc,OAAO,iBAAiB,MAAM,eAAe,OAAO,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,iBAAiB,CAAC;IAIjX;;;;;;;OAOG;6CAC4C,MAAM,gBAAgB,OAAO,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,OAAO,CAAC;IAIxL;;;;;;;;OAQG;0CACyC,MAAM,iBAAiB,MAAM,uBAAuB,OAAO,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,gBAAgB,CAAC;IAI5N;;;;;;;OAOG;0CACyC,MAAM,6BAA6B,wBAAwB,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,gBAAgB,CAAC;IAI5N;;;;;;OAMG;gDAC+C,wBAAwB,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,gBAAgB,CAAC;IAI/L;;;;;;;;OAQG;8BAC6B,MAAM,iBAAiB,MAAM,uBAAuB,OAAO,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,gBAAgB,CAAC;CAKvN,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,mBAA6B,aAAa,aAAa,MAAM,UAAU,aAAa;IAG1G;;;;;;;;;;;;;;;;OAgBG;iCAC0B,MAAM,iBAAiB,MAAM,iBAAiB,MAAM,SAAS,MAAM,uBAAuB,OAAO,cAAc,OAAO,iBAAiB,MAAM,eAAe,OAAO,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAY,GAAG,GAAG,aAAa,iBAAiB,CAAC;IAGtS;;;;;;;OAOG;6CACsC,MAAM,gBAAgB,OAAO,YAAY,GAAG,GAAG,aAAa,OAAO,CAAC;IAG7G;;;;;;;;OAQG;0CACmC,MAAM,iBAAiB,MAAM,uBAAuB,OAAO,YAAY,GAAG,GAAG,aAAa,gBAAgB,CAAC;IAGjJ;;;;;;;OAOG;0CACmC,MAAM,6BAA6B,wBAAwB,YAAY,GAAG,GAAG,aAAa,gBAAgB,CAAC;IAGjJ;;;;;;OAMG;gDACyC,wBAAwB,YAAY,GAAG,GAAG,aAAa,gBAAgB,CAAC;IAGpH;;;;;;;;OAQG;8BACuB,MAAM,iBAAiB,MAAM,uBAAuB,OAAO,YAAY,GAAG,GAAG,aAAa,gBAAgB,CAAC;CAI5I,CAAC;AAEF;;;;;GAKG;AACH,qBAAa,UAAW,SAAQ,OAAO;IACnC;;;;;;;;;;;;;;;;;OAiBG;IACI,eAAe,CAAC,UAAU,CAAC,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,kBAAkB,CAAC,EAAE,OAAO,EAAE,SAAS,CAAC,EAAE,OAAO,EAAE,YAAY,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,aAAa,CAAC,EAAE,IAAI,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAI1R;;;;;;;;OAQG;IACI,4BAA4B,CAAC,UAAU,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAI3G;;;;;;;;;OASG;IACI,yBAAyB,CAAC,UAAU,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,MAAM,EAAE,kBAAkB,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAItI;;;;;;;;OAQG;IACI,yBAAyB,CAAC,UAAU,EAAE,MAAM,EAAE,wBAAwB,CAAC,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAItI;;;;;;;OAOG;IACI,gBAAgB,CAAC,wBAAwB,CAAC,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAIzG;;;;;;;;;OASG;IACI,mBAAmB,CAAC,IAAI,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,MAAM,EAAE,kBAAkB,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,kBAAkB;CAG7H"}
1
+ {"version":3,"file":"about-us-api.d.ts","sourceRoot":"","sources":["../../src/api/about-us-api.ts"],"names":[],"mappings":"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"}
@@ -663,90 +663,76 @@ var AboutUsApi = /** @class */ (function (_super) {
663
663
  /**
664
664
  *
665
665
  * @summary Get all AboutUsList.
666
- * @param {string} [hospitalId]
667
- * @param {string} [hospitalName]
668
- * @param {string} [hospitalSlug]
669
- * @param {string} [name]
670
- * @param {boolean} [returnDefaultValue]
671
- * @param {boolean} [confirmed]
672
- * @param {string} [languageCode]
673
- * @param {boolean} [showHidden]
674
- * @param {number} [page]
675
- * @param {number} [limit]
676
- * @param {Date} [lastRetrieved]
666
+ * @param {AboutUsApiApiV1AboutusGetRequest} requestParameters Request parameters.
677
667
  * @param {*} [options] Override http request option.
678
668
  * @throws {RequiredError}
679
669
  * @memberof AboutUsApi
680
670
  */
681
- AboutUsApi.prototype.apiV1AboutusGet = function (hospitalId, hospitalName, hospitalSlug, name, returnDefaultValue, confirmed, languageCode, showHidden, page, limit, lastRetrieved, options) {
671
+ AboutUsApi.prototype.apiV1AboutusGet = function (requestParameters, options) {
682
672
  var _this = this;
683
- return (0, exports.AboutUsApiFp)(this.configuration).apiV1AboutusGet(hospitalId, hospitalName, hospitalSlug, name, returnDefaultValue, confirmed, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
673
+ if (requestParameters === void 0) { requestParameters = {}; }
674
+ return (0, exports.AboutUsApiFp)(this.configuration).apiV1AboutusGet(requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.hospitalSlug, requestParameters.name, requestParameters.returnDefaultValue, requestParameters.confirmed, requestParameters.languageCode, requestParameters.showHidden, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
684
675
  };
685
676
  /**
686
677
  *
687
678
  * @summary Delete AboutUs.
688
- * @param {string} hospitalId
689
- * @param {boolean} [isPermanent]
679
+ * @param {AboutUsApiApiV1AboutusHospitalIdDeleteRequest} requestParameters Request parameters.
690
680
  * @param {*} [options] Override http request option.
691
681
  * @throws {RequiredError}
692
682
  * @memberof AboutUsApi
693
683
  */
694
- AboutUsApi.prototype.apiV1AboutusHospitalIdDelete = function (hospitalId, isPermanent, options) {
684
+ AboutUsApi.prototype.apiV1AboutusHospitalIdDelete = function (requestParameters, options) {
695
685
  var _this = this;
696
- return (0, exports.AboutUsApiFp)(this.configuration).apiV1AboutusHospitalIdDelete(hospitalId, isPermanent, options).then(function (request) { return request(_this.axios, _this.basePath); });
686
+ return (0, exports.AboutUsApiFp)(this.configuration).apiV1AboutusHospitalIdDelete(requestParameters.hospitalId, requestParameters.isPermanent, options).then(function (request) { return request(_this.axios, _this.basePath); });
697
687
  };
698
688
  /**
699
689
  *
700
690
  * @summary Get AboutUs.
701
- * @param {string} hospitalId
702
- * @param {string} [languageCode]
703
- * @param {boolean} [returnDefaultValue]
691
+ * @param {AboutUsApiApiV1AboutusHospitalIdGetRequest} requestParameters Request parameters.
704
692
  * @param {*} [options] Override http request option.
705
693
  * @throws {RequiredError}
706
694
  * @memberof AboutUsApi
707
695
  */
708
- AboutUsApi.prototype.apiV1AboutusHospitalIdGet = function (hospitalId, languageCode, returnDefaultValue, options) {
696
+ AboutUsApi.prototype.apiV1AboutusHospitalIdGet = function (requestParameters, options) {
709
697
  var _this = this;
710
- return (0, exports.AboutUsApiFp)(this.configuration).apiV1AboutusHospitalIdGet(hospitalId, languageCode, returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
698
+ return (0, exports.AboutUsApiFp)(this.configuration).apiV1AboutusHospitalIdGet(requestParameters.hospitalId, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
711
699
  };
712
700
  /**
713
701
  *
714
702
  * @summary Update AboutUs.
715
- * @param {string} hospitalId
716
- * @param {UpdateAboutUsPageCommand} [updateAboutUsPageCommand]
703
+ * @param {AboutUsApiApiV1AboutusHospitalIdPutRequest} requestParameters Request parameters.
717
704
  * @param {*} [options] Override http request option.
718
705
  * @throws {RequiredError}
719
706
  * @memberof AboutUsApi
720
707
  */
721
- AboutUsApi.prototype.apiV1AboutusHospitalIdPut = function (hospitalId, updateAboutUsPageCommand, options) {
708
+ AboutUsApi.prototype.apiV1AboutusHospitalIdPut = function (requestParameters, options) {
722
709
  var _this = this;
723
- return (0, exports.AboutUsApiFp)(this.configuration).apiV1AboutusHospitalIdPut(hospitalId, updateAboutUsPageCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
710
+ return (0, exports.AboutUsApiFp)(this.configuration).apiV1AboutusHospitalIdPut(requestParameters.hospitalId, requestParameters.updateAboutUsPageCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
724
711
  };
725
712
  /**
726
713
  *
727
714
  * @summary Create AboutUs.
728
- * @param {CreateAboutUsPageCommand} [createAboutUsPageCommand]
715
+ * @param {AboutUsApiApiV1AboutusPostRequest} requestParameters Request parameters.
729
716
  * @param {*} [options] Override http request option.
730
717
  * @throws {RequiredError}
731
718
  * @memberof AboutUsApi
732
719
  */
733
- AboutUsApi.prototype.apiV1AboutusPost = function (createAboutUsPageCommand, options) {
720
+ AboutUsApi.prototype.apiV1AboutusPost = function (requestParameters, options) {
734
721
  var _this = this;
735
- return (0, exports.AboutUsApiFp)(this.configuration).apiV1AboutusPost(createAboutUsPageCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
722
+ if (requestParameters === void 0) { requestParameters = {}; }
723
+ return (0, exports.AboutUsApiFp)(this.configuration).apiV1AboutusPost(requestParameters.createAboutUsPageCommand, options).then(function (request) { return request(_this.axios, _this.basePath); });
736
724
  };
737
725
  /**
738
726
  *
739
727
  * @summary
740
- * @param {string} slug
741
- * @param {string} [languageCode]
742
- * @param {boolean} [returnDefaultValue]
728
+ * @param {AboutUsApiApiV1AboutusSlugGetRequest} requestParameters Request parameters.
743
729
  * @param {*} [options] Override http request option.
744
730
  * @throws {RequiredError}
745
731
  * @memberof AboutUsApi
746
732
  */
747
- AboutUsApi.prototype.apiV1AboutusSlugGet = function (slug, languageCode, returnDefaultValue, options) {
733
+ AboutUsApi.prototype.apiV1AboutusSlugGet = function (requestParameters, options) {
748
734
  var _this = this;
749
- return (0, exports.AboutUsApiFp)(this.configuration).apiV1AboutusSlugGet(slug, languageCode, returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
735
+ return (0, exports.AboutUsApiFp)(this.configuration).apiV1AboutusSlugGet(requestParameters.slug, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then(function (request) { return request(_this.axios, _this.basePath); });
750
736
  };
751
737
  return AboutUsApi;
752
738
  }(base_1.BaseAPI));
@@ -172,6 +172,107 @@ export declare const AccreditationsApiFactory: (configuration?: Configuration, b
172
172
  */
173
173
  apiV1AccreditationsPost(createAccreditationCommand?: CreateAccreditationCommand, options?: any): AxiosPromise<AccreditationModel>;
174
174
  };
175
+ /**
176
+ * Request parameters for apiV1AccreditationsAccreditationIdDelete operation in AccreditationsApi.
177
+ * @export
178
+ * @interface AccreditationsApiApiV1AccreditationsAccreditationIdDeleteRequest
179
+ */
180
+ export interface AccreditationsApiApiV1AccreditationsAccreditationIdDeleteRequest {
181
+ /**
182
+ *
183
+ * @type {string}
184
+ * @memberof AccreditationsApiApiV1AccreditationsAccreditationIdDelete
185
+ */
186
+ readonly accreditationId: string;
187
+ }
188
+ /**
189
+ * Request parameters for apiV1AccreditationsAccreditationIdGet operation in AccreditationsApi.
190
+ * @export
191
+ * @interface AccreditationsApiApiV1AccreditationsAccreditationIdGetRequest
192
+ */
193
+ export interface AccreditationsApiApiV1AccreditationsAccreditationIdGetRequest {
194
+ /**
195
+ *
196
+ * @type {string}
197
+ * @memberof AccreditationsApiApiV1AccreditationsAccreditationIdGet
198
+ */
199
+ readonly accreditationId: string;
200
+ }
201
+ /**
202
+ * Request parameters for apiV1AccreditationsAccreditationIdPut operation in AccreditationsApi.
203
+ * @export
204
+ * @interface AccreditationsApiApiV1AccreditationsAccreditationIdPutRequest
205
+ */
206
+ export interface AccreditationsApiApiV1AccreditationsAccreditationIdPutRequest {
207
+ /**
208
+ *
209
+ * @type {string}
210
+ * @memberof AccreditationsApiApiV1AccreditationsAccreditationIdPut
211
+ */
212
+ readonly accreditationId: string;
213
+ /**
214
+ *
215
+ * @type {UpdateAccreditationCommand}
216
+ * @memberof AccreditationsApiApiV1AccreditationsAccreditationIdPut
217
+ */
218
+ readonly updateAccreditationCommand?: UpdateAccreditationCommand;
219
+ }
220
+ /**
221
+ * Request parameters for apiV1AccreditationsGet operation in AccreditationsApi.
222
+ * @export
223
+ * @interface AccreditationsApiApiV1AccreditationsGetRequest
224
+ */
225
+ export interface AccreditationsApiApiV1AccreditationsGetRequest {
226
+ /**
227
+ *
228
+ * @type {string}
229
+ * @memberof AccreditationsApiApiV1AccreditationsGet
230
+ */
231
+ readonly name?: string;
232
+ /**
233
+ *
234
+ * @type {string}
235
+ * @memberof AccreditationsApiApiV1AccreditationsGet
236
+ */
237
+ readonly logo?: string;
238
+ /**
239
+ *
240
+ * @type {string}
241
+ * @memberof AccreditationsApiApiV1AccreditationsGet
242
+ */
243
+ readonly country?: string;
244
+ /**
245
+ *
246
+ * @type {number}
247
+ * @memberof AccreditationsApiApiV1AccreditationsGet
248
+ */
249
+ readonly page?: number;
250
+ /**
251
+ *
252
+ * @type {number}
253
+ * @memberof AccreditationsApiApiV1AccreditationsGet
254
+ */
255
+ readonly limit?: number;
256
+ /**
257
+ *
258
+ * @type {Date}
259
+ * @memberof AccreditationsApiApiV1AccreditationsGet
260
+ */
261
+ readonly lastRetrieved?: Date;
262
+ }
263
+ /**
264
+ * Request parameters for apiV1AccreditationsPost operation in AccreditationsApi.
265
+ * @export
266
+ * @interface AccreditationsApiApiV1AccreditationsPostRequest
267
+ */
268
+ export interface AccreditationsApiApiV1AccreditationsPostRequest {
269
+ /**
270
+ *
271
+ * @type {CreateAccreditationCommand}
272
+ * @memberof AccreditationsApiApiV1AccreditationsPost
273
+ */
274
+ readonly createAccreditationCommand?: CreateAccreditationCommand;
275
+ }
175
276
  /**
176
277
  * AccreditationsApi - object-oriented interface
177
278
  * @export
@@ -182,53 +283,47 @@ export declare class AccreditationsApi extends BaseAPI {
182
283
  /**
183
284
  *
184
285
  * @summary Delete Accreditation.
185
- * @param {string} accreditationId
286
+ * @param {AccreditationsApiApiV1AccreditationsAccreditationIdDeleteRequest} requestParameters Request parameters.
186
287
  * @param {*} [options] Override http request option.
187
288
  * @throws {RequiredError}
188
289
  * @memberof AccreditationsApi
189
290
  */
190
- apiV1AccreditationsAccreditationIdDelete(accreditationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
291
+ apiV1AccreditationsAccreditationIdDelete(requestParameters: AccreditationsApiApiV1AccreditationsAccreditationIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
191
292
  /**
192
293
  *
193
294
  * @summary Get Accreditation.
194
- * @param {string} accreditationId
295
+ * @param {AccreditationsApiApiV1AccreditationsAccreditationIdGetRequest} requestParameters Request parameters.
195
296
  * @param {*} [options] Override http request option.
196
297
  * @throws {RequiredError}
197
298
  * @memberof AccreditationsApi
198
299
  */
199
- apiV1AccreditationsAccreditationIdGet(accreditationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationModel, any>>;
300
+ apiV1AccreditationsAccreditationIdGet(requestParameters: AccreditationsApiApiV1AccreditationsAccreditationIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationModel, any>>;
200
301
  /**
201
302
  *
202
303
  * @summary Update Accreditation.
203
- * @param {string} accreditationId
204
- * @param {UpdateAccreditationCommand} [updateAccreditationCommand]
304
+ * @param {AccreditationsApiApiV1AccreditationsAccreditationIdPutRequest} requestParameters Request parameters.
205
305
  * @param {*} [options] Override http request option.
206
306
  * @throws {RequiredError}
207
307
  * @memberof AccreditationsApi
208
308
  */
209
- apiV1AccreditationsAccreditationIdPut(accreditationId: string, updateAccreditationCommand?: UpdateAccreditationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationModel, any>>;
309
+ apiV1AccreditationsAccreditationIdPut(requestParameters: AccreditationsApiApiV1AccreditationsAccreditationIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationModel, any>>;
210
310
  /**
211
311
  *
212
312
  * @summary Get all Accreditations.
213
- * @param {string} [name]
214
- * @param {string} [logo]
215
- * @param {string} [country]
216
- * @param {number} [page]
217
- * @param {number} [limit]
218
- * @param {Date} [lastRetrieved]
313
+ * @param {AccreditationsApiApiV1AccreditationsGetRequest} requestParameters Request parameters.
219
314
  * @param {*} [options] Override http request option.
220
315
  * @throws {RequiredError}
221
316
  * @memberof AccreditationsApi
222
317
  */
223
- apiV1AccreditationsGet(name?: string, logo?: string, country?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationsModel, any>>;
318
+ apiV1AccreditationsGet(requestParameters?: AccreditationsApiApiV1AccreditationsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationsModel, any>>;
224
319
  /**
225
320
  *
226
321
  * @summary Create a Accreditation.
227
- * @param {CreateAccreditationCommand} [createAccreditationCommand]
322
+ * @param {AccreditationsApiApiV1AccreditationsPostRequest} requestParameters Request parameters.
228
323
  * @param {*} [options] Override http request option.
229
324
  * @throws {RequiredError}
230
325
  * @memberof AccreditationsApi
231
326
  */
232
- apiV1AccreditationsPost(createAccreditationCommand?: CreateAccreditationCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationModel, any>>;
327
+ apiV1AccreditationsPost(requestParameters?: AccreditationsApiApiV1AccreditationsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationModel, any>>;
233
328
  }
234
329
  //# sourceMappingURL=accreditations-api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"accreditations-api.d.ts","sourceRoot":"","sources":["../../src/api/accreditations-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"accreditations-api.d.ts","sourceRoot":"","sources":["../../src/api/accreditations-api.ts"],"names":[],"mappings":"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"}