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
@@ -1196,6 +1196,454 @@ export const FaqsApiFactory = function (configuration?: Configuration, basePath?
1196
1196
  };
1197
1197
  };
1198
1198
 
1199
+ /**
1200
+ * Request parameters for apiV1FaqsFaqIdDelete operation in FaqsApi.
1201
+ * @export
1202
+ * @interface FaqsApiApiV1FaqsFaqIdDeleteRequest
1203
+ */
1204
+ export interface FaqsApiApiV1FaqsFaqIdDeleteRequest {
1205
+ /**
1206
+ *
1207
+ * @type {string}
1208
+ * @memberof FaqsApiApiV1FaqsFaqIdDelete
1209
+ */
1210
+ readonly faqId: string
1211
+
1212
+ /**
1213
+ *
1214
+ * @type {boolean}
1215
+ * @memberof FaqsApiApiV1FaqsFaqIdDelete
1216
+ */
1217
+ readonly forceDelete?: boolean
1218
+
1219
+ /**
1220
+ *
1221
+ * @type {boolean}
1222
+ * @memberof FaqsApiApiV1FaqsFaqIdDelete
1223
+ */
1224
+ readonly isPermanent?: boolean
1225
+ }
1226
+
1227
+ /**
1228
+ * Request parameters for apiV1FaqsFaqIdGet operation in FaqsApi.
1229
+ * @export
1230
+ * @interface FaqsApiApiV1FaqsFaqIdGetRequest
1231
+ */
1232
+ export interface FaqsApiApiV1FaqsFaqIdGetRequest {
1233
+ /**
1234
+ *
1235
+ * @type {string}
1236
+ * @memberof FaqsApiApiV1FaqsFaqIdGet
1237
+ */
1238
+ readonly faqId: string
1239
+
1240
+ /**
1241
+ *
1242
+ * @type {string}
1243
+ * @memberof FaqsApiApiV1FaqsFaqIdGet
1244
+ */
1245
+ readonly languageCode?: string
1246
+
1247
+ /**
1248
+ *
1249
+ * @type {boolean}
1250
+ * @memberof FaqsApiApiV1FaqsFaqIdGet
1251
+ */
1252
+ readonly returnDefaultValue?: boolean
1253
+ }
1254
+
1255
+ /**
1256
+ * Request parameters for apiV1FaqsFaqIdMediasGet operation in FaqsApi.
1257
+ * @export
1258
+ * @interface FaqsApiApiV1FaqsFaqIdMediasGetRequest
1259
+ */
1260
+ export interface FaqsApiApiV1FaqsFaqIdMediasGetRequest {
1261
+ /**
1262
+ *
1263
+ * @type {string}
1264
+ * @memberof FaqsApiApiV1FaqsFaqIdMediasGet
1265
+ */
1266
+ readonly faqId: string
1267
+
1268
+ /**
1269
+ *
1270
+ * @type {string}
1271
+ * @memberof FaqsApiApiV1FaqsFaqIdMediasGet
1272
+ */
1273
+ readonly id?: string
1274
+
1275
+ /**
1276
+ *
1277
+ * @type {MediaType}
1278
+ * @memberof FaqsApiApiV1FaqsFaqIdMediasGet
1279
+ */
1280
+ readonly mediaType?: MediaType
1281
+
1282
+ /**
1283
+ *
1284
+ * @type {number}
1285
+ * @memberof FaqsApiApiV1FaqsFaqIdMediasGet
1286
+ */
1287
+ readonly page?: number
1288
+
1289
+ /**
1290
+ *
1291
+ * @type {number}
1292
+ * @memberof FaqsApiApiV1FaqsFaqIdMediasGet
1293
+ */
1294
+ readonly limit?: number
1295
+
1296
+ /**
1297
+ *
1298
+ * @type {Date}
1299
+ * @memberof FaqsApiApiV1FaqsFaqIdMediasGet
1300
+ */
1301
+ readonly lastRetrieved?: Date
1302
+ }
1303
+
1304
+ /**
1305
+ * Request parameters for apiV1FaqsFaqIdMediasMediaIdDelete operation in FaqsApi.
1306
+ * @export
1307
+ * @interface FaqsApiApiV1FaqsFaqIdMediasMediaIdDeleteRequest
1308
+ */
1309
+ export interface FaqsApiApiV1FaqsFaqIdMediasMediaIdDeleteRequest {
1310
+ /**
1311
+ *
1312
+ * @type {string}
1313
+ * @memberof FaqsApiApiV1FaqsFaqIdMediasMediaIdDelete
1314
+ */
1315
+ readonly faqId: string
1316
+
1317
+ /**
1318
+ *
1319
+ * @type {string}
1320
+ * @memberof FaqsApiApiV1FaqsFaqIdMediasMediaIdDelete
1321
+ */
1322
+ readonly mediaId: string
1323
+ }
1324
+
1325
+ /**
1326
+ * Request parameters for apiV1FaqsFaqIdMediasMediaIdGet operation in FaqsApi.
1327
+ * @export
1328
+ * @interface FaqsApiApiV1FaqsFaqIdMediasMediaIdGetRequest
1329
+ */
1330
+ export interface FaqsApiApiV1FaqsFaqIdMediasMediaIdGetRequest {
1331
+ /**
1332
+ *
1333
+ * @type {string}
1334
+ * @memberof FaqsApiApiV1FaqsFaqIdMediasMediaIdGet
1335
+ */
1336
+ readonly faqId: string
1337
+
1338
+ /**
1339
+ *
1340
+ * @type {string}
1341
+ * @memberof FaqsApiApiV1FaqsFaqIdMediasMediaIdGet
1342
+ */
1343
+ readonly mediaId: string
1344
+ }
1345
+
1346
+ /**
1347
+ * Request parameters for apiV1FaqsFaqIdMediasMediaIdPut operation in FaqsApi.
1348
+ * @export
1349
+ * @interface FaqsApiApiV1FaqsFaqIdMediasMediaIdPutRequest
1350
+ */
1351
+ export interface FaqsApiApiV1FaqsFaqIdMediasMediaIdPutRequest {
1352
+ /**
1353
+ *
1354
+ * @type {string}
1355
+ * @memberof FaqsApiApiV1FaqsFaqIdMediasMediaIdPut
1356
+ */
1357
+ readonly faqId: string
1358
+
1359
+ /**
1360
+ *
1361
+ * @type {string}
1362
+ * @memberof FaqsApiApiV1FaqsFaqIdMediasMediaIdPut
1363
+ */
1364
+ readonly mediaId: string
1365
+
1366
+ /**
1367
+ *
1368
+ * @type {UpdateMediaCommand}
1369
+ * @memberof FaqsApiApiV1FaqsFaqIdMediasMediaIdPut
1370
+ */
1371
+ readonly updateMediaCommand?: UpdateMediaCommand
1372
+ }
1373
+
1374
+ /**
1375
+ * Request parameters for apiV1FaqsFaqIdMediasPost operation in FaqsApi.
1376
+ * @export
1377
+ * @interface FaqsApiApiV1FaqsFaqIdMediasPostRequest
1378
+ */
1379
+ export interface FaqsApiApiV1FaqsFaqIdMediasPostRequest {
1380
+ /**
1381
+ *
1382
+ * @type {string}
1383
+ * @memberof FaqsApiApiV1FaqsFaqIdMediasPost
1384
+ */
1385
+ readonly faqId: string
1386
+
1387
+ /**
1388
+ *
1389
+ * @type {CreateMediaCommand}
1390
+ * @memberof FaqsApiApiV1FaqsFaqIdMediasPost
1391
+ */
1392
+ readonly createMediaCommand?: CreateMediaCommand
1393
+ }
1394
+
1395
+ /**
1396
+ * Request parameters for apiV1FaqsFaqIdPut operation in FaqsApi.
1397
+ * @export
1398
+ * @interface FaqsApiApiV1FaqsFaqIdPutRequest
1399
+ */
1400
+ export interface FaqsApiApiV1FaqsFaqIdPutRequest {
1401
+ /**
1402
+ *
1403
+ * @type {string}
1404
+ * @memberof FaqsApiApiV1FaqsFaqIdPut
1405
+ */
1406
+ readonly faqId: string
1407
+
1408
+ /**
1409
+ *
1410
+ * @type {UpdateFaqCommand}
1411
+ * @memberof FaqsApiApiV1FaqsFaqIdPut
1412
+ */
1413
+ readonly updateFaqCommand?: UpdateFaqCommand
1414
+ }
1415
+
1416
+ /**
1417
+ * Request parameters for apiV1FaqsFaqIdTagsGet operation in FaqsApi.
1418
+ * @export
1419
+ * @interface FaqsApiApiV1FaqsFaqIdTagsGetRequest
1420
+ */
1421
+ export interface FaqsApiApiV1FaqsFaqIdTagsGetRequest {
1422
+ /**
1423
+ *
1424
+ * @type {string}
1425
+ * @memberof FaqsApiApiV1FaqsFaqIdTagsGet
1426
+ */
1427
+ readonly faqId: string
1428
+
1429
+ /**
1430
+ *
1431
+ * @type {string}
1432
+ * @memberof FaqsApiApiV1FaqsFaqIdTagsGet
1433
+ */
1434
+ readonly tagId?: string
1435
+
1436
+ /**
1437
+ *
1438
+ * @type {number}
1439
+ * @memberof FaqsApiApiV1FaqsFaqIdTagsGet
1440
+ */
1441
+ readonly page?: number
1442
+
1443
+ /**
1444
+ *
1445
+ * @type {number}
1446
+ * @memberof FaqsApiApiV1FaqsFaqIdTagsGet
1447
+ */
1448
+ readonly limit?: number
1449
+
1450
+ /**
1451
+ *
1452
+ * @type {Date}
1453
+ * @memberof FaqsApiApiV1FaqsFaqIdTagsGet
1454
+ */
1455
+ readonly lastRetrieved?: Date
1456
+ }
1457
+
1458
+ /**
1459
+ * Request parameters for apiV1FaqsFaqIdTagsPost operation in FaqsApi.
1460
+ * @export
1461
+ * @interface FaqsApiApiV1FaqsFaqIdTagsPostRequest
1462
+ */
1463
+ export interface FaqsApiApiV1FaqsFaqIdTagsPostRequest {
1464
+ /**
1465
+ *
1466
+ * @type {string}
1467
+ * @memberof FaqsApiApiV1FaqsFaqIdTagsPost
1468
+ */
1469
+ readonly faqId: string
1470
+
1471
+ /**
1472
+ *
1473
+ * @type {CreateFaqTagCommand}
1474
+ * @memberof FaqsApiApiV1FaqsFaqIdTagsPost
1475
+ */
1476
+ readonly createFaqTagCommand?: CreateFaqTagCommand
1477
+ }
1478
+
1479
+ /**
1480
+ * Request parameters for apiV1FaqsFaqIdTagsTagIdDelete operation in FaqsApi.
1481
+ * @export
1482
+ * @interface FaqsApiApiV1FaqsFaqIdTagsTagIdDeleteRequest
1483
+ */
1484
+ export interface FaqsApiApiV1FaqsFaqIdTagsTagIdDeleteRequest {
1485
+ /**
1486
+ *
1487
+ * @type {string}
1488
+ * @memberof FaqsApiApiV1FaqsFaqIdTagsTagIdDelete
1489
+ */
1490
+ readonly faqId: string
1491
+
1492
+ /**
1493
+ *
1494
+ * @type {string}
1495
+ * @memberof FaqsApiApiV1FaqsFaqIdTagsTagIdDelete
1496
+ */
1497
+ readonly tagId: string
1498
+ }
1499
+
1500
+ /**
1501
+ * Request parameters for apiV1FaqsFaqIdTagsTagIdGet operation in FaqsApi.
1502
+ * @export
1503
+ * @interface FaqsApiApiV1FaqsFaqIdTagsTagIdGetRequest
1504
+ */
1505
+ export interface FaqsApiApiV1FaqsFaqIdTagsTagIdGetRequest {
1506
+ /**
1507
+ *
1508
+ * @type {string}
1509
+ * @memberof FaqsApiApiV1FaqsFaqIdTagsTagIdGet
1510
+ */
1511
+ readonly faqId: string
1512
+
1513
+ /**
1514
+ *
1515
+ * @type {string}
1516
+ * @memberof FaqsApiApiV1FaqsFaqIdTagsTagIdGet
1517
+ */
1518
+ readonly tagId: string
1519
+ }
1520
+
1521
+ /**
1522
+ * Request parameters for apiV1FaqsGet operation in FaqsApi.
1523
+ * @export
1524
+ * @interface FaqsApiApiV1FaqsGetRequest
1525
+ */
1526
+ export interface FaqsApiApiV1FaqsGetRequest {
1527
+ /**
1528
+ *
1529
+ * @type {string}
1530
+ * @memberof FaqsApiApiV1FaqsGet
1531
+ */
1532
+ readonly id?: string
1533
+
1534
+ /**
1535
+ *
1536
+ * @type {string}
1537
+ * @memberof FaqsApiApiV1FaqsGet
1538
+ */
1539
+ readonly name?: string
1540
+
1541
+ /**
1542
+ *
1543
+ * @type {string}
1544
+ * @memberof FaqsApiApiV1FaqsGet
1545
+ */
1546
+ readonly slug?: string
1547
+
1548
+ /**
1549
+ *
1550
+ * @type {string}
1551
+ * @memberof FaqsApiApiV1FaqsGet
1552
+ */
1553
+ readonly categoryId?: string
1554
+
1555
+ /**
1556
+ *
1557
+ * @type {string}
1558
+ * @memberof FaqsApiApiV1FaqsGet
1559
+ */
1560
+ readonly hospitalId?: string
1561
+
1562
+ /**
1563
+ *
1564
+ * @type {string}
1565
+ * @memberof FaqsApiApiV1FaqsGet
1566
+ */
1567
+ readonly hospitalName?: string
1568
+
1569
+ /**
1570
+ *
1571
+ * @type {string}
1572
+ * @memberof FaqsApiApiV1FaqsGet
1573
+ */
1574
+ readonly languageCode?: string
1575
+
1576
+ /**
1577
+ *
1578
+ * @type {boolean}
1579
+ * @memberof FaqsApiApiV1FaqsGet
1580
+ */
1581
+ readonly showHidden?: boolean
1582
+
1583
+ /**
1584
+ *
1585
+ * @type {boolean}
1586
+ * @memberof FaqsApiApiV1FaqsGet
1587
+ */
1588
+ readonly returnDefaultValue?: boolean
1589
+
1590
+ /**
1591
+ *
1592
+ * @type {number}
1593
+ * @memberof FaqsApiApiV1FaqsGet
1594
+ */
1595
+ readonly page?: number
1596
+
1597
+ /**
1598
+ *
1599
+ * @type {number}
1600
+ * @memberof FaqsApiApiV1FaqsGet
1601
+ */
1602
+ readonly limit?: number
1603
+
1604
+ /**
1605
+ *
1606
+ * @type {Date}
1607
+ * @memberof FaqsApiApiV1FaqsGet
1608
+ */
1609
+ readonly lastRetrieved?: Date
1610
+ }
1611
+
1612
+ /**
1613
+ * Request parameters for apiV1FaqsPost operation in FaqsApi.
1614
+ * @export
1615
+ * @interface FaqsApiApiV1FaqsPostRequest
1616
+ */
1617
+ export interface FaqsApiApiV1FaqsPostRequest {
1618
+ /**
1619
+ *
1620
+ * @type {CreateFaqCommand}
1621
+ * @memberof FaqsApiApiV1FaqsPost
1622
+ */
1623
+ readonly createFaqCommand?: CreateFaqCommand
1624
+ }
1625
+
1626
+ /**
1627
+ * Request parameters for apiV1FaqsSlugGet operation in FaqsApi.
1628
+ * @export
1629
+ * @interface FaqsApiApiV1FaqsSlugGetRequest
1630
+ */
1631
+ export interface FaqsApiApiV1FaqsSlugGetRequest {
1632
+ /**
1633
+ *
1634
+ * @type {string}
1635
+ * @memberof FaqsApiApiV1FaqsSlugGet
1636
+ */
1637
+ readonly slug: string
1638
+
1639
+ /**
1640
+ *
1641
+ * @type {string}
1642
+ * @memberof FaqsApiApiV1FaqsSlugGet
1643
+ */
1644
+ readonly languageCode?: string
1645
+ }
1646
+
1199
1647
  /**
1200
1648
  * FaqsApi - object-oriented interface
1201
1649
  * @export
@@ -1206,214 +1654,180 @@ export class FaqsApi extends BaseAPI {
1206
1654
  /**
1207
1655
  *
1208
1656
  * @summary Delete faq.
1209
- * @param {string} faqId
1210
- * @param {boolean} [forceDelete]
1211
- * @param {boolean} [isPermanent]
1657
+ * @param {FaqsApiApiV1FaqsFaqIdDeleteRequest} requestParameters Request parameters.
1212
1658
  * @param {*} [options] Override http request option.
1213
1659
  * @throws {RequiredError}
1214
1660
  * @memberof FaqsApi
1215
1661
  */
1216
- public apiV1FaqsFaqIdDelete(faqId: string, forceDelete?: boolean, isPermanent?: boolean, options?: AxiosRequestConfig) {
1217
- return FaqsApiFp(this.configuration).apiV1FaqsFaqIdDelete(faqId, forceDelete, isPermanent, options).then((request) => request(this.axios, this.basePath));
1662
+ public apiV1FaqsFaqIdDelete(requestParameters: FaqsApiApiV1FaqsFaqIdDeleteRequest, options?: AxiosRequestConfig) {
1663
+ return FaqsApiFp(this.configuration).apiV1FaqsFaqIdDelete(requestParameters.faqId, requestParameters.forceDelete, requestParameters.isPermanent, options).then((request) => request(this.axios, this.basePath));
1218
1664
  }
1219
1665
 
1220
1666
  /**
1221
1667
  *
1222
1668
  * @summary Get faq.
1223
- * @param {string} faqId
1224
- * @param {string} [languageCode]
1225
- * @param {boolean} [returnDefaultValue]
1669
+ * @param {FaqsApiApiV1FaqsFaqIdGetRequest} requestParameters Request parameters.
1226
1670
  * @param {*} [options] Override http request option.
1227
1671
  * @throws {RequiredError}
1228
1672
  * @memberof FaqsApi
1229
1673
  */
1230
- public apiV1FaqsFaqIdGet(faqId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) {
1231
- return FaqsApiFp(this.configuration).apiV1FaqsFaqIdGet(faqId, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
1674
+ public apiV1FaqsFaqIdGet(requestParameters: FaqsApiApiV1FaqsFaqIdGetRequest, options?: AxiosRequestConfig) {
1675
+ return FaqsApiFp(this.configuration).apiV1FaqsFaqIdGet(requestParameters.faqId, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
1232
1676
  }
1233
1677
 
1234
1678
  /**
1235
1679
  *
1236
1680
  * @summary Get all FaqMedias.
1237
- * @param {string} faqId
1238
- * @param {string} [id]
1239
- * @param {MediaType} [mediaType]
1240
- * @param {number} [page]
1241
- * @param {number} [limit]
1242
- * @param {Date} [lastRetrieved]
1681
+ * @param {FaqsApiApiV1FaqsFaqIdMediasGetRequest} requestParameters Request parameters.
1243
1682
  * @param {*} [options] Override http request option.
1244
1683
  * @throws {RequiredError}
1245
1684
  * @memberof FaqsApi
1246
1685
  */
1247
- public apiV1FaqsFaqIdMediasGet(faqId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
1248
- return FaqsApiFp(this.configuration).apiV1FaqsFaqIdMediasGet(faqId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
1686
+ public apiV1FaqsFaqIdMediasGet(requestParameters: FaqsApiApiV1FaqsFaqIdMediasGetRequest, options?: AxiosRequestConfig) {
1687
+ return FaqsApiFp(this.configuration).apiV1FaqsFaqIdMediasGet(requestParameters.faqId, requestParameters.id, requestParameters.mediaType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
1249
1688
  }
1250
1689
 
1251
1690
  /**
1252
1691
  *
1253
1692
  * @summary Delete FaqMedia
1254
- * @param {string} faqId
1255
- * @param {string} mediaId
1693
+ * @param {FaqsApiApiV1FaqsFaqIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
1256
1694
  * @param {*} [options] Override http request option.
1257
1695
  * @throws {RequiredError}
1258
1696
  * @memberof FaqsApi
1259
1697
  */
1260
- public apiV1FaqsFaqIdMediasMediaIdDelete(faqId: string, mediaId: string, options?: AxiosRequestConfig) {
1261
- return FaqsApiFp(this.configuration).apiV1FaqsFaqIdMediasMediaIdDelete(faqId, mediaId, options).then((request) => request(this.axios, this.basePath));
1698
+ public apiV1FaqsFaqIdMediasMediaIdDelete(requestParameters: FaqsApiApiV1FaqsFaqIdMediasMediaIdDeleteRequest, options?: AxiosRequestConfig) {
1699
+ return FaqsApiFp(this.configuration).apiV1FaqsFaqIdMediasMediaIdDelete(requestParameters.faqId, requestParameters.mediaId, options).then((request) => request(this.axios, this.basePath));
1262
1700
  }
1263
1701
 
1264
1702
  /**
1265
1703
  *
1266
1704
  * @summary Get FaqMedia.
1267
- * @param {string} faqId
1268
- * @param {string} mediaId
1705
+ * @param {FaqsApiApiV1FaqsFaqIdMediasMediaIdGetRequest} requestParameters Request parameters.
1269
1706
  * @param {*} [options] Override http request option.
1270
1707
  * @throws {RequiredError}
1271
1708
  * @memberof FaqsApi
1272
1709
  */
1273
- public apiV1FaqsFaqIdMediasMediaIdGet(faqId: string, mediaId: string, options?: AxiosRequestConfig) {
1274
- return FaqsApiFp(this.configuration).apiV1FaqsFaqIdMediasMediaIdGet(faqId, mediaId, options).then((request) => request(this.axios, this.basePath));
1710
+ public apiV1FaqsFaqIdMediasMediaIdGet(requestParameters: FaqsApiApiV1FaqsFaqIdMediasMediaIdGetRequest, options?: AxiosRequestConfig) {
1711
+ return FaqsApiFp(this.configuration).apiV1FaqsFaqIdMediasMediaIdGet(requestParameters.faqId, requestParameters.mediaId, options).then((request) => request(this.axios, this.basePath));
1275
1712
  }
1276
1713
 
1277
1714
  /**
1278
1715
  *
1279
1716
  * @summary Update FaqMedia.
1280
- * @param {string} faqId
1281
- * @param {string} mediaId
1282
- * @param {UpdateMediaCommand} [updateMediaCommand]
1717
+ * @param {FaqsApiApiV1FaqsFaqIdMediasMediaIdPutRequest} requestParameters Request parameters.
1283
1718
  * @param {*} [options] Override http request option.
1284
1719
  * @throws {RequiredError}
1285
1720
  * @memberof FaqsApi
1286
1721
  */
1287
- public apiV1FaqsFaqIdMediasMediaIdPut(faqId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig) {
1288
- return FaqsApiFp(this.configuration).apiV1FaqsFaqIdMediasMediaIdPut(faqId, mediaId, updateMediaCommand, options).then((request) => request(this.axios, this.basePath));
1722
+ public apiV1FaqsFaqIdMediasMediaIdPut(requestParameters: FaqsApiApiV1FaqsFaqIdMediasMediaIdPutRequest, options?: AxiosRequestConfig) {
1723
+ return FaqsApiFp(this.configuration).apiV1FaqsFaqIdMediasMediaIdPut(requestParameters.faqId, requestParameters.mediaId, requestParameters.updateMediaCommand, options).then((request) => request(this.axios, this.basePath));
1289
1724
  }
1290
1725
 
1291
1726
  /**
1292
1727
  *
1293
1728
  * @summary Create FaqMedia.
1294
- * @param {string} faqId
1295
- * @param {CreateMediaCommand} [createMediaCommand]
1729
+ * @param {FaqsApiApiV1FaqsFaqIdMediasPostRequest} requestParameters Request parameters.
1296
1730
  * @param {*} [options] Override http request option.
1297
1731
  * @throws {RequiredError}
1298
1732
  * @memberof FaqsApi
1299
1733
  */
1300
- public apiV1FaqsFaqIdMediasPost(faqId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig) {
1301
- return FaqsApiFp(this.configuration).apiV1FaqsFaqIdMediasPost(faqId, createMediaCommand, options).then((request) => request(this.axios, this.basePath));
1734
+ public apiV1FaqsFaqIdMediasPost(requestParameters: FaqsApiApiV1FaqsFaqIdMediasPostRequest, options?: AxiosRequestConfig) {
1735
+ return FaqsApiFp(this.configuration).apiV1FaqsFaqIdMediasPost(requestParameters.faqId, requestParameters.createMediaCommand, options).then((request) => request(this.axios, this.basePath));
1302
1736
  }
1303
1737
 
1304
1738
  /**
1305
1739
  *
1306
1740
  * @summary Update faq.
1307
- * @param {string} faqId
1308
- * @param {UpdateFaqCommand} [updateFaqCommand]
1741
+ * @param {FaqsApiApiV1FaqsFaqIdPutRequest} requestParameters Request parameters.
1309
1742
  * @param {*} [options] Override http request option.
1310
1743
  * @throws {RequiredError}
1311
1744
  * @memberof FaqsApi
1312
1745
  */
1313
- public apiV1FaqsFaqIdPut(faqId: string, updateFaqCommand?: UpdateFaqCommand, options?: AxiosRequestConfig) {
1314
- return FaqsApiFp(this.configuration).apiV1FaqsFaqIdPut(faqId, updateFaqCommand, options).then((request) => request(this.axios, this.basePath));
1746
+ public apiV1FaqsFaqIdPut(requestParameters: FaqsApiApiV1FaqsFaqIdPutRequest, options?: AxiosRequestConfig) {
1747
+ return FaqsApiFp(this.configuration).apiV1FaqsFaqIdPut(requestParameters.faqId, requestParameters.updateFaqCommand, options).then((request) => request(this.axios, this.basePath));
1315
1748
  }
1316
1749
 
1317
1750
  /**
1318
1751
  *
1319
1752
  * @summary GetAll FaqTags.
1320
- * @param {string} faqId
1321
- * @param {string} [tagId]
1322
- * @param {number} [page]
1323
- * @param {number} [limit]
1324
- * @param {Date} [lastRetrieved]
1753
+ * @param {FaqsApiApiV1FaqsFaqIdTagsGetRequest} requestParameters Request parameters.
1325
1754
  * @param {*} [options] Override http request option.
1326
1755
  * @throws {RequiredError}
1327
1756
  * @memberof FaqsApi
1328
1757
  */
1329
- public apiV1FaqsFaqIdTagsGet(faqId: string, tagId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
1330
- return FaqsApiFp(this.configuration).apiV1FaqsFaqIdTagsGet(faqId, tagId, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
1758
+ public apiV1FaqsFaqIdTagsGet(requestParameters: FaqsApiApiV1FaqsFaqIdTagsGetRequest, options?: AxiosRequestConfig) {
1759
+ return FaqsApiFp(this.configuration).apiV1FaqsFaqIdTagsGet(requestParameters.faqId, requestParameters.tagId, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
1331
1760
  }
1332
1761
 
1333
1762
  /**
1334
1763
  *
1335
1764
  * @summary Create FaqTag.
1336
- * @param {string} faqId
1337
- * @param {CreateFaqTagCommand} [createFaqTagCommand]
1765
+ * @param {FaqsApiApiV1FaqsFaqIdTagsPostRequest} requestParameters Request parameters.
1338
1766
  * @param {*} [options] Override http request option.
1339
1767
  * @throws {RequiredError}
1340
1768
  * @memberof FaqsApi
1341
1769
  */
1342
- public apiV1FaqsFaqIdTagsPost(faqId: string, createFaqTagCommand?: CreateFaqTagCommand, options?: AxiosRequestConfig) {
1343
- return FaqsApiFp(this.configuration).apiV1FaqsFaqIdTagsPost(faqId, createFaqTagCommand, options).then((request) => request(this.axios, this.basePath));
1770
+ public apiV1FaqsFaqIdTagsPost(requestParameters: FaqsApiApiV1FaqsFaqIdTagsPostRequest, options?: AxiosRequestConfig) {
1771
+ return FaqsApiFp(this.configuration).apiV1FaqsFaqIdTagsPost(requestParameters.faqId, requestParameters.createFaqTagCommand, options).then((request) => request(this.axios, this.basePath));
1344
1772
  }
1345
1773
 
1346
1774
  /**
1347
1775
  *
1348
1776
  * @summary Delete FaqTag.
1349
- * @param {string} faqId
1350
- * @param {string} tagId
1777
+ * @param {FaqsApiApiV1FaqsFaqIdTagsTagIdDeleteRequest} requestParameters Request parameters.
1351
1778
  * @param {*} [options] Override http request option.
1352
1779
  * @throws {RequiredError}
1353
1780
  * @memberof FaqsApi
1354
1781
  */
1355
- public apiV1FaqsFaqIdTagsTagIdDelete(faqId: string, tagId: string, options?: AxiosRequestConfig) {
1356
- return FaqsApiFp(this.configuration).apiV1FaqsFaqIdTagsTagIdDelete(faqId, tagId, options).then((request) => request(this.axios, this.basePath));
1782
+ public apiV1FaqsFaqIdTagsTagIdDelete(requestParameters: FaqsApiApiV1FaqsFaqIdTagsTagIdDeleteRequest, options?: AxiosRequestConfig) {
1783
+ return FaqsApiFp(this.configuration).apiV1FaqsFaqIdTagsTagIdDelete(requestParameters.faqId, requestParameters.tagId, options).then((request) => request(this.axios, this.basePath));
1357
1784
  }
1358
1785
 
1359
1786
  /**
1360
1787
  *
1361
1788
  * @summary Get FaqTag.
1362
- * @param {string} faqId
1363
- * @param {string} tagId
1789
+ * @param {FaqsApiApiV1FaqsFaqIdTagsTagIdGetRequest} requestParameters Request parameters.
1364
1790
  * @param {*} [options] Override http request option.
1365
1791
  * @throws {RequiredError}
1366
1792
  * @memberof FaqsApi
1367
1793
  */
1368
- public apiV1FaqsFaqIdTagsTagIdGet(faqId: string, tagId: string, options?: AxiosRequestConfig) {
1369
- return FaqsApiFp(this.configuration).apiV1FaqsFaqIdTagsTagIdGet(faqId, tagId, options).then((request) => request(this.axios, this.basePath));
1794
+ public apiV1FaqsFaqIdTagsTagIdGet(requestParameters: FaqsApiApiV1FaqsFaqIdTagsTagIdGetRequest, options?: AxiosRequestConfig) {
1795
+ return FaqsApiFp(this.configuration).apiV1FaqsFaqIdTagsTagIdGet(requestParameters.faqId, requestParameters.tagId, options).then((request) => request(this.axios, this.basePath));
1370
1796
  }
1371
1797
 
1372
1798
  /**
1373
1799
  *
1374
1800
  * @summary Get all Faqs.
1375
- * @param {string} [id]
1376
- * @param {string} [name]
1377
- * @param {string} [slug]
1378
- * @param {string} [categoryId]
1379
- * @param {string} [hospitalId]
1380
- * @param {string} [hospitalName]
1381
- * @param {string} [languageCode]
1382
- * @param {boolean} [showHidden]
1383
- * @param {boolean} [returnDefaultValue]
1384
- * @param {number} [page]
1385
- * @param {number} [limit]
1386
- * @param {Date} [lastRetrieved]
1801
+ * @param {FaqsApiApiV1FaqsGetRequest} requestParameters Request parameters.
1387
1802
  * @param {*} [options] Override http request option.
1388
1803
  * @throws {RequiredError}
1389
1804
  * @memberof FaqsApi
1390
1805
  */
1391
- public apiV1FaqsGet(id?: string, name?: string, slug?: string, categoryId?: string, hospitalId?: string, hospitalName?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
1392
- return FaqsApiFp(this.configuration).apiV1FaqsGet(id, name, slug, categoryId, hospitalId, hospitalName, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
1806
+ public apiV1FaqsGet(requestParameters: FaqsApiApiV1FaqsGetRequest = {}, options?: AxiosRequestConfig) {
1807
+ return FaqsApiFp(this.configuration).apiV1FaqsGet(requestParameters.id, requestParameters.name, requestParameters.slug, requestParameters.categoryId, requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.languageCode, requestParameters.showHidden, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
1393
1808
  }
1394
1809
 
1395
1810
  /**
1396
1811
  *
1397
1812
  * @summary Create a faq.
1398
- * @param {CreateFaqCommand} [createFaqCommand]
1813
+ * @param {FaqsApiApiV1FaqsPostRequest} requestParameters Request parameters.
1399
1814
  * @param {*} [options] Override http request option.
1400
1815
  * @throws {RequiredError}
1401
1816
  * @memberof FaqsApi
1402
1817
  */
1403
- public apiV1FaqsPost(createFaqCommand?: CreateFaqCommand, options?: AxiosRequestConfig) {
1404
- return FaqsApiFp(this.configuration).apiV1FaqsPost(createFaqCommand, options).then((request) => request(this.axios, this.basePath));
1818
+ public apiV1FaqsPost(requestParameters: FaqsApiApiV1FaqsPostRequest = {}, options?: AxiosRequestConfig) {
1819
+ return FaqsApiFp(this.configuration).apiV1FaqsPost(requestParameters.createFaqCommand, options).then((request) => request(this.axios, this.basePath));
1405
1820
  }
1406
1821
 
1407
1822
  /**
1408
1823
  *
1409
1824
  * @summary Get faq by slug.
1410
- * @param {string} slug
1411
- * @param {string} [languageCode]
1825
+ * @param {FaqsApiApiV1FaqsSlugGetRequest} requestParameters Request parameters.
1412
1826
  * @param {*} [options] Override http request option.
1413
1827
  * @throws {RequiredError}
1414
1828
  * @memberof FaqsApi
1415
1829
  */
1416
- public apiV1FaqsSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig) {
1417
- return FaqsApiFp(this.configuration).apiV1FaqsSlugGet(slug, languageCode, options).then((request) => request(this.axios, this.basePath));
1830
+ public apiV1FaqsSlugGet(requestParameters: FaqsApiApiV1FaqsSlugGetRequest, options?: AxiosRequestConfig) {
1831
+ return FaqsApiFp(this.configuration).apiV1FaqsSlugGet(requestParameters.slug, requestParameters.languageCode, options).then((request) => request(this.axios, this.basePath));
1418
1832
  }
1419
1833
  }