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
@@ -1140,6 +1140,482 @@ export const SpecialtyTypesApiFactory = function (configuration?: Configuration,
1140
1140
  };
1141
1141
  };
1142
1142
 
1143
+ /**
1144
+ * Request parameters for apiV1SpecialtytypesGet operation in SpecialtyTypesApi.
1145
+ * @export
1146
+ * @interface SpecialtyTypesApiApiV1SpecialtytypesGetRequest
1147
+ */
1148
+ export interface SpecialtyTypesApiApiV1SpecialtytypesGetRequest {
1149
+ /**
1150
+ *
1151
+ * @type {string}
1152
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
1153
+ */
1154
+ readonly id?: string
1155
+
1156
+ /**
1157
+ *
1158
+ * @type {string}
1159
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
1160
+ */
1161
+ readonly name?: string
1162
+
1163
+ /**
1164
+ *
1165
+ * @type {string}
1166
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
1167
+ */
1168
+ readonly description?: string
1169
+
1170
+ /**
1171
+ *
1172
+ * @type {MarketingType}
1173
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
1174
+ */
1175
+ readonly marketingType?: MarketingType
1176
+
1177
+ /**
1178
+ *
1179
+ * @type {string}
1180
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
1181
+ */
1182
+ readonly hospitalId?: string
1183
+
1184
+ /**
1185
+ *
1186
+ * @type {Date}
1187
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
1188
+ */
1189
+ readonly created?: Date
1190
+
1191
+ /**
1192
+ *
1193
+ * @type {Array<string>}
1194
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
1195
+ */
1196
+ readonly ids?: Array<string>
1197
+
1198
+ /**
1199
+ *
1200
+ * @type {string}
1201
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
1202
+ */
1203
+ readonly specialtyTypeCategoryId?: string
1204
+
1205
+ /**
1206
+ *
1207
+ * @type {string}
1208
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
1209
+ */
1210
+ readonly languageCode?: string
1211
+
1212
+ /**
1213
+ *
1214
+ * @type {boolean}
1215
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
1216
+ */
1217
+ readonly showHidden?: boolean
1218
+
1219
+ /**
1220
+ *
1221
+ * @type {boolean}
1222
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
1223
+ */
1224
+ readonly returnDefaultValue?: boolean
1225
+
1226
+ /**
1227
+ *
1228
+ * @type {number}
1229
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
1230
+ */
1231
+ readonly page?: number
1232
+
1233
+ /**
1234
+ *
1235
+ * @type {number}
1236
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
1237
+ */
1238
+ readonly limit?: number
1239
+
1240
+ /**
1241
+ *
1242
+ * @type {Date}
1243
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesGet
1244
+ */
1245
+ readonly lastRetrieved?: Date
1246
+ }
1247
+
1248
+ /**
1249
+ * Request parameters for apiV1SpecialtytypesPost operation in SpecialtyTypesApi.
1250
+ * @export
1251
+ * @interface SpecialtyTypesApiApiV1SpecialtytypesPostRequest
1252
+ */
1253
+ export interface SpecialtyTypesApiApiV1SpecialtytypesPostRequest {
1254
+ /**
1255
+ *
1256
+ * @type {CreateSpecialtyTypeCommand}
1257
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesPost
1258
+ */
1259
+ readonly createSpecialtyTypeCommand?: CreateSpecialtyTypeCommand
1260
+ }
1261
+
1262
+ /**
1263
+ * Request parameters for apiV1SpecialtytypesSimpleGet operation in SpecialtyTypesApi.
1264
+ * @export
1265
+ * @interface SpecialtyTypesApiApiV1SpecialtytypesSimpleGetRequest
1266
+ */
1267
+ export interface SpecialtyTypesApiApiV1SpecialtytypesSimpleGetRequest {
1268
+ /**
1269
+ *
1270
+ * @type {string}
1271
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
1272
+ */
1273
+ readonly id?: string
1274
+
1275
+ /**
1276
+ *
1277
+ * @type {string}
1278
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
1279
+ */
1280
+ readonly name?: string
1281
+
1282
+ /**
1283
+ *
1284
+ * @type {string}
1285
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
1286
+ */
1287
+ readonly description?: string
1288
+
1289
+ /**
1290
+ *
1291
+ * @type {MarketingType}
1292
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
1293
+ */
1294
+ readonly marketingType?: MarketingType
1295
+
1296
+ /**
1297
+ *
1298
+ * @type {string}
1299
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
1300
+ */
1301
+ readonly hospitalId?: string
1302
+
1303
+ /**
1304
+ *
1305
+ * @type {Date}
1306
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
1307
+ */
1308
+ readonly created?: Date
1309
+
1310
+ /**
1311
+ *
1312
+ * @type {Array<string>}
1313
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
1314
+ */
1315
+ readonly ids?: Array<string>
1316
+
1317
+ /**
1318
+ *
1319
+ * @type {string}
1320
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
1321
+ */
1322
+ readonly specialtyTypeCategoryId?: string
1323
+
1324
+ /**
1325
+ *
1326
+ * @type {string}
1327
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
1328
+ */
1329
+ readonly languageCode?: string
1330
+
1331
+ /**
1332
+ *
1333
+ * @type {boolean}
1334
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
1335
+ */
1336
+ readonly showHidden?: boolean
1337
+
1338
+ /**
1339
+ *
1340
+ * @type {boolean}
1341
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
1342
+ */
1343
+ readonly returnDefaultValue?: boolean
1344
+
1345
+ /**
1346
+ *
1347
+ * @type {number}
1348
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
1349
+ */
1350
+ readonly page?: number
1351
+
1352
+ /**
1353
+ *
1354
+ * @type {number}
1355
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
1356
+ */
1357
+ readonly limit?: number
1358
+
1359
+ /**
1360
+ *
1361
+ * @type {Date}
1362
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSimpleGet
1363
+ */
1364
+ readonly lastRetrieved?: Date
1365
+ }
1366
+
1367
+ /**
1368
+ * Request parameters for apiV1SpecialtytypesSlugGet operation in SpecialtyTypesApi.
1369
+ * @export
1370
+ * @interface SpecialtyTypesApiApiV1SpecialtytypesSlugGetRequest
1371
+ */
1372
+ export interface SpecialtyTypesApiApiV1SpecialtytypesSlugGetRequest {
1373
+ /**
1374
+ *
1375
+ * @type {string}
1376
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSlugGet
1377
+ */
1378
+ readonly slug: string
1379
+
1380
+ /**
1381
+ *
1382
+ * @type {string}
1383
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSlugGet
1384
+ */
1385
+ readonly languageCode?: string
1386
+
1387
+ /**
1388
+ *
1389
+ * @type {boolean}
1390
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSlugGet
1391
+ */
1392
+ readonly returnDefaultValue?: boolean
1393
+ }
1394
+
1395
+ /**
1396
+ * Request parameters for apiV1SpecialtytypesSpecialtyTypeIdDelete operation in SpecialtyTypesApi.
1397
+ * @export
1398
+ * @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdDeleteRequest
1399
+ */
1400
+ export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdDeleteRequest {
1401
+ /**
1402
+ *
1403
+ * @type {string}
1404
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdDelete
1405
+ */
1406
+ readonly specialtyTypeId: string
1407
+
1408
+ /**
1409
+ *
1410
+ * @type {boolean}
1411
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdDelete
1412
+ */
1413
+ readonly isPermanent?: boolean
1414
+ }
1415
+
1416
+ /**
1417
+ * Request parameters for apiV1SpecialtytypesSpecialtyTypeIdGet operation in SpecialtyTypesApi.
1418
+ * @export
1419
+ * @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGetRequest
1420
+ */
1421
+ export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGetRequest {
1422
+ /**
1423
+ *
1424
+ * @type {string}
1425
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGet
1426
+ */
1427
+ readonly specialtyTypeId: string
1428
+
1429
+ /**
1430
+ *
1431
+ * @type {string}
1432
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGet
1433
+ */
1434
+ readonly languageCode?: string
1435
+
1436
+ /**
1437
+ *
1438
+ * @type {boolean}
1439
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGet
1440
+ */
1441
+ readonly returnDefaultValue?: boolean
1442
+ }
1443
+
1444
+ /**
1445
+ * Request parameters for apiV1SpecialtytypesSpecialtyTypeIdMediasGet operation in SpecialtyTypesApi.
1446
+ * @export
1447
+ * @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGetRequest
1448
+ */
1449
+ export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGetRequest {
1450
+ /**
1451
+ *
1452
+ * @type {string}
1453
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGet
1454
+ */
1455
+ readonly specialtyTypeId: string
1456
+
1457
+ /**
1458
+ *
1459
+ * @type {string}
1460
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGet
1461
+ */
1462
+ readonly id?: string
1463
+
1464
+ /**
1465
+ *
1466
+ * @type {MediaType}
1467
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGet
1468
+ */
1469
+ readonly mediaType?: MediaType
1470
+
1471
+ /**
1472
+ *
1473
+ * @type {number}
1474
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGet
1475
+ */
1476
+ readonly page?: number
1477
+
1478
+ /**
1479
+ *
1480
+ * @type {number}
1481
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGet
1482
+ */
1483
+ readonly limit?: number
1484
+
1485
+ /**
1486
+ *
1487
+ * @type {Date}
1488
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGet
1489
+ */
1490
+ readonly lastRetrieved?: Date
1491
+ }
1492
+
1493
+ /**
1494
+ * Request parameters for apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete operation in SpecialtyTypesApi.
1495
+ * @export
1496
+ * @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDeleteRequest
1497
+ */
1498
+ export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDeleteRequest {
1499
+ /**
1500
+ *
1501
+ * @type {string}
1502
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete
1503
+ */
1504
+ readonly specialtyTypeId: string
1505
+
1506
+ /**
1507
+ *
1508
+ * @type {string}
1509
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete
1510
+ */
1511
+ readonly mediaId: string
1512
+ }
1513
+
1514
+ /**
1515
+ * Request parameters for apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet operation in SpecialtyTypesApi.
1516
+ * @export
1517
+ * @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest
1518
+ */
1519
+ export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest {
1520
+ /**
1521
+ *
1522
+ * @type {string}
1523
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet
1524
+ */
1525
+ readonly specialtyTypeId: string
1526
+
1527
+ /**
1528
+ *
1529
+ * @type {string}
1530
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet
1531
+ */
1532
+ readonly mediaId: string
1533
+ }
1534
+
1535
+ /**
1536
+ * Request parameters for apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut operation in SpecialtyTypesApi.
1537
+ * @export
1538
+ * @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPutRequest
1539
+ */
1540
+ export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPutRequest {
1541
+ /**
1542
+ *
1543
+ * @type {string}
1544
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut
1545
+ */
1546
+ readonly specialtyTypeId: string
1547
+
1548
+ /**
1549
+ *
1550
+ * @type {string}
1551
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut
1552
+ */
1553
+ readonly mediaId: string
1554
+
1555
+ /**
1556
+ *
1557
+ * @type {UpdateMediaCommand}
1558
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut
1559
+ */
1560
+ readonly updateMediaCommand?: UpdateMediaCommand
1561
+ }
1562
+
1563
+ /**
1564
+ * Request parameters for apiV1SpecialtytypesSpecialtyTypeIdMediasPost operation in SpecialtyTypesApi.
1565
+ * @export
1566
+ * @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasPostRequest
1567
+ */
1568
+ export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasPostRequest {
1569
+ /**
1570
+ *
1571
+ * @type {string}
1572
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasPost
1573
+ */
1574
+ readonly specialtyTypeId: string
1575
+
1576
+ /**
1577
+ *
1578
+ * @type {CreateMediaCommand}
1579
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasPost
1580
+ */
1581
+ readonly createMediaCommand?: CreateMediaCommand
1582
+ }
1583
+
1584
+ /**
1585
+ * Request parameters for apiV1SpecialtytypesSpecialtyTypeIdPut operation in SpecialtyTypesApi.
1586
+ * @export
1587
+ * @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdPutRequest
1588
+ */
1589
+ export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdPutRequest {
1590
+ /**
1591
+ *
1592
+ * @type {string}
1593
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdPut
1594
+ */
1595
+ readonly specialtyTypeId: string
1596
+
1597
+ /**
1598
+ *
1599
+ * @type {UpdateSpecialtyTypeCommand}
1600
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdPut
1601
+ */
1602
+ readonly updateSpecialtyTypeCommand?: UpdateSpecialtyTypeCommand
1603
+ }
1604
+
1605
+ /**
1606
+ * Request parameters for apiV1SpecialtytypesSpecialtyTypeIdReactivePut operation in SpecialtyTypesApi.
1607
+ * @export
1608
+ * @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdReactivePutRequest
1609
+ */
1610
+ export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdReactivePutRequest {
1611
+ /**
1612
+ *
1613
+ * @type {string}
1614
+ * @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdReactivePut
1615
+ */
1616
+ readonly specialtyTypeId: string
1617
+ }
1618
+
1143
1619
  /**
1144
1620
  * SpecialtyTypesApi - object-oriented interface
1145
1621
  * @export
@@ -1150,198 +1626,156 @@ export class SpecialtyTypesApi extends BaseAPI {
1150
1626
  /**
1151
1627
  *
1152
1628
  * @summary Get all Departments.
1153
- * @param {string} [id]
1154
- * @param {string} [name]
1155
- * @param {string} [description]
1156
- * @param {MarketingType} [marketingType]
1157
- * @param {string} [hospitalId]
1158
- * @param {Date} [created]
1159
- * @param {Array<string>} [ids]
1160
- * @param {string} [specialtyTypeCategoryId]
1161
- * @param {string} [languageCode]
1162
- * @param {boolean} [showHidden]
1163
- * @param {boolean} [returnDefaultValue]
1164
- * @param {number} [page]
1165
- * @param {number} [limit]
1166
- * @param {Date} [lastRetrieved]
1629
+ * @param {SpecialtyTypesApiApiV1SpecialtytypesGetRequest} requestParameters Request parameters.
1167
1630
  * @param {*} [options] Override http request option.
1168
1631
  * @throws {RequiredError}
1169
1632
  * @memberof SpecialtyTypesApi
1170
1633
  */
1171
- public apiV1SpecialtytypesGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
1172
- return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
1634
+ public apiV1SpecialtytypesGet(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesGetRequest = {}, options?: AxiosRequestConfig) {
1635
+ return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesGet(requestParameters.id, requestParameters.name, requestParameters.description, requestParameters.marketingType, requestParameters.hospitalId, requestParameters.created, requestParameters.ids, requestParameters.specialtyTypeCategoryId, requestParameters.languageCode, requestParameters.showHidden, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
1173
1636
  }
1174
1637
 
1175
1638
  /**
1176
1639
  *
1177
1640
  * @summary Create a Department.
1178
- * @param {CreateSpecialtyTypeCommand} [createSpecialtyTypeCommand]
1641
+ * @param {SpecialtyTypesApiApiV1SpecialtytypesPostRequest} requestParameters Request parameters.
1179
1642
  * @param {*} [options] Override http request option.
1180
1643
  * @throws {RequiredError}
1181
1644
  * @memberof SpecialtyTypesApi
1182
1645
  */
1183
- public apiV1SpecialtytypesPost(createSpecialtyTypeCommand?: CreateSpecialtyTypeCommand, options?: AxiosRequestConfig) {
1184
- return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesPost(createSpecialtyTypeCommand, options).then((request) => request(this.axios, this.basePath));
1646
+ public apiV1SpecialtytypesPost(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesPostRequest = {}, options?: AxiosRequestConfig) {
1647
+ return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesPost(requestParameters.createSpecialtyTypeCommand, options).then((request) => request(this.axios, this.basePath));
1185
1648
  }
1186
1649
 
1187
1650
  /**
1188
1651
  *
1189
1652
  * @summary Get all Hospitals.
1190
- * @param {string} [id]
1191
- * @param {string} [name]
1192
- * @param {string} [description]
1193
- * @param {MarketingType} [marketingType]
1194
- * @param {string} [hospitalId]
1195
- * @param {Date} [created]
1196
- * @param {Array<string>} [ids]
1197
- * @param {string} [specialtyTypeCategoryId]
1198
- * @param {string} [languageCode]
1199
- * @param {boolean} [showHidden]
1200
- * @param {boolean} [returnDefaultValue]
1201
- * @param {number} [page]
1202
- * @param {number} [limit]
1203
- * @param {Date} [lastRetrieved]
1653
+ * @param {SpecialtyTypesApiApiV1SpecialtytypesSimpleGetRequest} requestParameters Request parameters.
1204
1654
  * @param {*} [options] Override http request option.
1205
1655
  * @throws {RequiredError}
1206
1656
  * @memberof SpecialtyTypesApi
1207
1657
  */
1208
- public apiV1SpecialtytypesSimpleGet(id?: string, name?: string, description?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, ids?: Array<string>, specialtyTypeCategoryId?: string, languageCode?: string, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
1209
- return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSimpleGet(id, name, description, marketingType, hospitalId, created, ids, specialtyTypeCategoryId, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
1658
+ public apiV1SpecialtytypesSimpleGet(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSimpleGetRequest = {}, options?: AxiosRequestConfig) {
1659
+ return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSimpleGet(requestParameters.id, requestParameters.name, requestParameters.description, requestParameters.marketingType, requestParameters.hospitalId, requestParameters.created, requestParameters.ids, requestParameters.specialtyTypeCategoryId, requestParameters.languageCode, requestParameters.showHidden, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
1210
1660
  }
1211
1661
 
1212
1662
  /**
1213
1663
  *
1214
1664
  * @summary
1215
- * @param {string} slug
1216
- * @param {string} [languageCode]
1217
- * @param {boolean} [returnDefaultValue]
1665
+ * @param {SpecialtyTypesApiApiV1SpecialtytypesSlugGetRequest} requestParameters Request parameters.
1218
1666
  * @param {*} [options] Override http request option.
1219
1667
  * @throws {RequiredError}
1220
1668
  * @memberof SpecialtyTypesApi
1221
1669
  */
1222
- public apiV1SpecialtytypesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) {
1223
- return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSlugGet(slug, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
1670
+ public apiV1SpecialtytypesSlugGet(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSlugGetRequest, options?: AxiosRequestConfig) {
1671
+ return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSlugGet(requestParameters.slug, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
1224
1672
  }
1225
1673
 
1226
1674
  /**
1227
1675
  *
1228
1676
  * @summary Delete Department.
1229
- * @param {string} specialtyTypeId
1230
- * @param {boolean} [isPermanent]
1677
+ * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdDeleteRequest} requestParameters Request parameters.
1231
1678
  * @param {*} [options] Override http request option.
1232
1679
  * @throws {RequiredError}
1233
1680
  * @memberof SpecialtyTypesApi
1234
1681
  */
1235
- public apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId: string, isPermanent?: boolean, options?: AxiosRequestConfig) {
1236
- return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId, isPermanent, options).then((request) => request(this.axios, this.basePath));
1682
+ public apiV1SpecialtytypesSpecialtyTypeIdDelete(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdDeleteRequest, options?: AxiosRequestConfig) {
1683
+ return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdDelete(requestParameters.specialtyTypeId, requestParameters.isPermanent, options).then((request) => request(this.axios, this.basePath));
1237
1684
  }
1238
1685
 
1239
1686
  /**
1240
1687
  *
1241
1688
  * @summary
1242
- * @param {string} specialtyTypeId
1243
- * @param {string} [languageCode]
1244
- * @param {boolean} [returnDefaultValue]
1689
+ * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGetRequest} requestParameters Request parameters.
1245
1690
  * @param {*} [options] Override http request option.
1246
1691
  * @throws {RequiredError}
1247
1692
  * @memberof SpecialtyTypesApi
1248
1693
  */
1249
- public apiV1SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) {
1250
- return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId, languageCode, returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
1694
+ public apiV1SpecialtytypesSpecialtyTypeIdGet(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGetRequest, options?: AxiosRequestConfig) {
1695
+ return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdGet(requestParameters.specialtyTypeId, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
1251
1696
  }
1252
1697
 
1253
1698
  /**
1254
1699
  *
1255
1700
  * @summary Get all SpecialtyTypeMedias.
1256
- * @param {string} specialtyTypeId
1257
- * @param {string} [id]
1258
- * @param {MediaType} [mediaType]
1259
- * @param {number} [page]
1260
- * @param {number} [limit]
1261
- * @param {Date} [lastRetrieved]
1701
+ * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGetRequest} requestParameters Request parameters.
1262
1702
  * @param {*} [options] Override http request option.
1263
1703
  * @throws {RequiredError}
1264
1704
  * @memberof SpecialtyTypesApi
1265
1705
  */
1266
- public apiV1SpecialtytypesSpecialtyTypeIdMediasGet(specialtyTypeId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
1267
- return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdMediasGet(specialtyTypeId, id, mediaType, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
1706
+ public apiV1SpecialtytypesSpecialtyTypeIdMediasGet(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGetRequest, options?: AxiosRequestConfig) {
1707
+ return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdMediasGet(requestParameters.specialtyTypeId, requestParameters.id, requestParameters.mediaType, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
1268
1708
  }
1269
1709
 
1270
1710
  /**
1271
1711
  *
1272
1712
  * @summary Delete SpecialtyTypeMedia
1273
- * @param {string} specialtyTypeId
1274
- * @param {string} mediaId
1713
+ * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
1275
1714
  * @param {*} [options] Override http request option.
1276
1715
  * @throws {RequiredError}
1277
1716
  * @memberof SpecialtyTypesApi
1278
1717
  */
1279
- public apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete(specialtyTypeId: string, mediaId: string, options?: AxiosRequestConfig) {
1280
- return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete(specialtyTypeId, mediaId, options).then((request) => request(this.axios, this.basePath));
1718
+ public apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDeleteRequest, options?: AxiosRequestConfig) {
1719
+ return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete(requestParameters.specialtyTypeId, requestParameters.mediaId, options).then((request) => request(this.axios, this.basePath));
1281
1720
  }
1282
1721
 
1283
1722
  /**
1284
1723
  *
1285
1724
  * @summary Get SpecialtyTypeMedia.
1286
- * @param {string} specialtyTypeId
1287
- * @param {string} mediaId
1725
+ * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest} requestParameters Request parameters.
1288
1726
  * @param {*} [options] Override http request option.
1289
1727
  * @throws {RequiredError}
1290
1728
  * @memberof SpecialtyTypesApi
1291
1729
  */
1292
- public apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId: string, mediaId: string, options?: AxiosRequestConfig) {
1293
- return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(specialtyTypeId, mediaId, options).then((request) => request(this.axios, this.basePath));
1730
+ public apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest, options?: AxiosRequestConfig) {
1731
+ return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGet(requestParameters.specialtyTypeId, requestParameters.mediaId, options).then((request) => request(this.axios, this.basePath));
1294
1732
  }
1295
1733
 
1296
1734
  /**
1297
1735
  *
1298
1736
  * @summary Update SpecialtyTypeMedia.
1299
- * @param {string} specialtyTypeId
1300
- * @param {string} mediaId
1301
- * @param {UpdateMediaCommand} [updateMediaCommand]
1737
+ * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPutRequest} requestParameters Request parameters.
1302
1738
  * @param {*} [options] Override http request option.
1303
1739
  * @throws {RequiredError}
1304
1740
  * @memberof SpecialtyTypesApi
1305
1741
  */
1306
- public apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut(specialtyTypeId: string, mediaId: string, updateMediaCommand?: UpdateMediaCommand, options?: AxiosRequestConfig) {
1307
- return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut(specialtyTypeId, mediaId, updateMediaCommand, options).then((request) => request(this.axios, this.basePath));
1742
+ public apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPutRequest, options?: AxiosRequestConfig) {
1743
+ return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPut(requestParameters.specialtyTypeId, requestParameters.mediaId, requestParameters.updateMediaCommand, options).then((request) => request(this.axios, this.basePath));
1308
1744
  }
1309
1745
 
1310
1746
  /**
1311
1747
  *
1312
1748
  * @summary Create SpecialtyTypeMedia.
1313
- * @param {string} specialtyTypeId
1314
- * @param {CreateMediaCommand} [createMediaCommand]
1749
+ * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasPostRequest} requestParameters Request parameters.
1315
1750
  * @param {*} [options] Override http request option.
1316
1751
  * @throws {RequiredError}
1317
1752
  * @memberof SpecialtyTypesApi
1318
1753
  */
1319
- public apiV1SpecialtytypesSpecialtyTypeIdMediasPost(specialtyTypeId: string, createMediaCommand?: CreateMediaCommand, options?: AxiosRequestConfig) {
1320
- return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdMediasPost(specialtyTypeId, createMediaCommand, options).then((request) => request(this.axios, this.basePath));
1754
+ public apiV1SpecialtytypesSpecialtyTypeIdMediasPost(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasPostRequest, options?: AxiosRequestConfig) {
1755
+ return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdMediasPost(requestParameters.specialtyTypeId, requestParameters.createMediaCommand, options).then((request) => request(this.axios, this.basePath));
1321
1756
  }
1322
1757
 
1323
1758
  /**
1324
1759
  *
1325
1760
  * @summary Update Department.
1326
- * @param {string} specialtyTypeId
1327
- * @param {UpdateSpecialtyTypeCommand} [updateSpecialtyTypeCommand]
1761
+ * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdPutRequest} requestParameters Request parameters.
1328
1762
  * @param {*} [options] Override http request option.
1329
1763
  * @throws {RequiredError}
1330
1764
  * @memberof SpecialtyTypesApi
1331
1765
  */
1332
- public apiV1SpecialtytypesSpecialtyTypeIdPut(specialtyTypeId: string, updateSpecialtyTypeCommand?: UpdateSpecialtyTypeCommand, options?: AxiosRequestConfig) {
1333
- return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdPut(specialtyTypeId, updateSpecialtyTypeCommand, options).then((request) => request(this.axios, this.basePath));
1766
+ public apiV1SpecialtytypesSpecialtyTypeIdPut(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdPutRequest, options?: AxiosRequestConfig) {
1767
+ return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdPut(requestParameters.specialtyTypeId, requestParameters.updateSpecialtyTypeCommand, options).then((request) => request(this.axios, this.basePath));
1334
1768
  }
1335
1769
 
1336
1770
  /**
1337
1771
  *
1338
1772
  * @summary Reactivate Department (SpecialtyType).
1339
- * @param {string} specialtyTypeId
1773
+ * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdReactivePutRequest} requestParameters Request parameters.
1340
1774
  * @param {*} [options] Override http request option.
1341
1775
  * @throws {RequiredError}
1342
1776
  * @memberof SpecialtyTypesApi
1343
1777
  */
1344
- public apiV1SpecialtytypesSpecialtyTypeIdReactivePut(specialtyTypeId: string, options?: AxiosRequestConfig) {
1345
- return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdReactivePut(specialtyTypeId, options).then((request) => request(this.axios, this.basePath));
1778
+ public apiV1SpecialtytypesSpecialtyTypeIdReactivePut(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdReactivePutRequest, options?: AxiosRequestConfig) {
1779
+ return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdReactivePut(requestParameters.specialtyTypeId, options).then((request) => request(this.axios, this.basePath));
1346
1780
  }
1347
1781
  }