ch-admin-api-client-typescript 5.55.13 → 5.56.1

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 (45) hide show
  1. package/lib/api/countries-api.d.ts +28 -28
  2. package/lib/api/countries-api.js +28 -28
  3. package/lib/api/grades-api.d.ts +8 -8
  4. package/lib/api/grades-api.js +8 -8
  5. package/lib/api/languages-api.d.ts +20 -20
  6. package/lib/api/languages-api.js +20 -20
  7. package/lib/api/specialties-api.d.ts +24 -24
  8. package/lib/api/specialties-api.js +24 -24
  9. package/lib/api/specialty-types-api.d.ts +24 -24
  10. package/lib/api/specialty-types-api.js +24 -24
  11. package/lib/api/tags-api.d.ts +16 -16
  12. package/lib/api/tags-api.js +16 -16
  13. package/lib/api/translation-api.d.ts +4 -4
  14. package/lib/api/translation-api.d.ts.map +1 -1
  15. package/lib/api/translation-api.js +4 -4
  16. package/lib/api/users-api.d.ts +8 -8
  17. package/lib/api/users-api.js +8 -8
  18. package/lib/api.d.ts +0 -1
  19. package/lib/api.d.ts.map +1 -1
  20. package/lib/api.js +0 -1
  21. package/lib/models/index.d.ts +0 -6
  22. package/lib/models/index.d.ts.map +1 -1
  23. package/lib/models/index.js +0 -6
  24. package/package.json +1 -1
  25. package/lib/api/email-marketings-api.d.ts +0 -358
  26. package/lib/api/email-marketings-api.d.ts.map +0 -1
  27. package/lib/api/email-marketings-api.js +0 -699
  28. package/lib/models/create-template-version-command.d.ts +0 -37
  29. package/lib/models/create-template-version-command.d.ts.map +0 -1
  30. package/lib/models/create-template-version-command.js +0 -15
  31. package/lib/models/send-template-version-command.d.ts +0 -25
  32. package/lib/models/send-template-version-command.d.ts.map +0 -1
  33. package/lib/models/send-template-version-command.js +0 -15
  34. package/lib/models/template-version-item-model.d.ts +0 -67
  35. package/lib/models/template-version-item-model.d.ts.map +0 -1
  36. package/lib/models/template-version-item-model.js +0 -15
  37. package/lib/models/template-version-model.d.ts +0 -67
  38. package/lib/models/template-version-model.d.ts.map +0 -1
  39. package/lib/models/template-version-model.js +0 -15
  40. package/lib/models/template-versions-model.d.ts +0 -33
  41. package/lib/models/template-versions-model.d.ts.map +0 -1
  42. package/lib/models/template-versions-model.js +0 -15
  43. package/lib/models/update-template-version-command.d.ts +0 -37
  44. package/lib/models/update-template-version-command.d.ts.map +0 -1
  45. package/lib/models/update-template-version-command.js +0 -15
@@ -103,7 +103,7 @@ var SpecialtiesApiAxiosParamCreator = function (configuration) {
103
103
  return {
104
104
  /**
105
105
  *
106
- * @summary Get all Specialties. (Auth policies: RequireDoctorRole)
106
+ * @summary Get all Specialties. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
107
107
  * @param {string} [id]
108
108
  * @param {string} [name]
109
109
  * @param {string} [description]
@@ -252,7 +252,7 @@ var SpecialtiesApiAxiosParamCreator = function (configuration) {
252
252
  },
253
253
  /**
254
254
  *
255
- * @summary Get all Specialties Simple. (Auth policies: RequireDoctorRole)
255
+ * @summary Get all Specialties Simple. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
256
256
  * @param {string} [id]
257
257
  * @param {string} [name]
258
258
  * @param {string} [description]
@@ -355,7 +355,7 @@ var SpecialtiesApiAxiosParamCreator = function (configuration) {
355
355
  },
356
356
  /**
357
357
  *
358
- * @summary (Auth policies: RequireDoctorRole)
358
+ * @summary (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
359
359
  * @param {string} slug
360
360
  * @param {string} [languageCode]
361
361
  * @param {boolean} [returnDefaultValue]
@@ -461,7 +461,7 @@ var SpecialtiesApiAxiosParamCreator = function (configuration) {
461
461
  },
462
462
  /**
463
463
  *
464
- * @summary Get Specialty. (Auth policies: RequireDoctorRole)
464
+ * @summary Get Specialty. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
465
465
  * @param {string} specialtyId
466
466
  * @param {string} [languageCode]
467
467
  * @param {boolean} [returnDefaultValue]
@@ -516,7 +516,7 @@ var SpecialtiesApiAxiosParamCreator = function (configuration) {
516
516
  },
517
517
  /**
518
518
  *
519
- * @summary Get all SpecialtyMedias. (Auth policies: RequireDoctorRole)
519
+ * @summary Get all SpecialtyMedias. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
520
520
  * @param {string} specialtyId
521
521
  * @param {string} [id]
522
522
  * @param {MediaType} [mediaType]
@@ -636,7 +636,7 @@ var SpecialtiesApiAxiosParamCreator = function (configuration) {
636
636
  },
637
637
  /**
638
638
  *
639
- * @summary Get SpecialtyMedia. (Auth policies: RequireDoctorRole)
639
+ * @summary Get SpecialtyMedia. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
640
640
  * @param {string} specialtyId
641
641
  * @param {string} mediaId
642
642
  * @param {*} [options] Override http request option.
@@ -999,7 +999,7 @@ var SpecialtiesApiFp = function (configuration) {
999
999
  return {
1000
1000
  /**
1001
1001
  *
1002
- * @summary Get all Specialties. (Auth policies: RequireDoctorRole)
1002
+ * @summary Get all Specialties. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1003
1003
  * @param {string} [id]
1004
1004
  * @param {string} [name]
1005
1005
  * @param {string} [description]
@@ -1052,7 +1052,7 @@ var SpecialtiesApiFp = function (configuration) {
1052
1052
  },
1053
1053
  /**
1054
1054
  *
1055
- * @summary Get all Specialties Simple. (Auth policies: RequireDoctorRole)
1055
+ * @summary Get all Specialties Simple. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1056
1056
  * @param {string} [id]
1057
1057
  * @param {string} [name]
1058
1058
  * @param {string} [description]
@@ -1085,7 +1085,7 @@ var SpecialtiesApiFp = function (configuration) {
1085
1085
  },
1086
1086
  /**
1087
1087
  *
1088
- * @summary (Auth policies: RequireDoctorRole)
1088
+ * @summary (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1089
1089
  * @param {string} slug
1090
1090
  * @param {string} [languageCode]
1091
1091
  * @param {boolean} [returnDefaultValue]
@@ -1128,7 +1128,7 @@ var SpecialtiesApiFp = function (configuration) {
1128
1128
  },
1129
1129
  /**
1130
1130
  *
1131
- * @summary Get Specialty. (Auth policies: RequireDoctorRole)
1131
+ * @summary Get Specialty. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1132
1132
  * @param {string} specialtyId
1133
1133
  * @param {string} [languageCode]
1134
1134
  * @param {boolean} [returnDefaultValue]
@@ -1150,7 +1150,7 @@ var SpecialtiesApiFp = function (configuration) {
1150
1150
  },
1151
1151
  /**
1152
1152
  *
1153
- * @summary Get all SpecialtyMedias. (Auth policies: RequireDoctorRole)
1153
+ * @summary Get all SpecialtyMedias. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1154
1154
  * @param {string} specialtyId
1155
1155
  * @param {string} [id]
1156
1156
  * @param {MediaType} [mediaType]
@@ -1196,7 +1196,7 @@ var SpecialtiesApiFp = function (configuration) {
1196
1196
  },
1197
1197
  /**
1198
1198
  *
1199
- * @summary Get SpecialtyMedia. (Auth policies: RequireDoctorRole)
1199
+ * @summary Get SpecialtyMedia. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1200
1200
  * @param {string} specialtyId
1201
1201
  * @param {string} mediaId
1202
1202
  * @param {*} [options] Override http request option.
@@ -1353,7 +1353,7 @@ var SpecialtiesApiFactory = function (configuration, basePath, axios) {
1353
1353
  return {
1354
1354
  /**
1355
1355
  *
1356
- * @summary Get all Specialties. (Auth policies: RequireDoctorRole)
1356
+ * @summary Get all Specialties. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1357
1357
  * @param {string} [id]
1358
1358
  * @param {string} [name]
1359
1359
  * @param {string} [description]
@@ -1386,7 +1386,7 @@ var SpecialtiesApiFactory = function (configuration, basePath, axios) {
1386
1386
  },
1387
1387
  /**
1388
1388
  *
1389
- * @summary Get all Specialties Simple. (Auth policies: RequireDoctorRole)
1389
+ * @summary Get all Specialties Simple. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1390
1390
  * @param {string} [id]
1391
1391
  * @param {string} [name]
1392
1392
  * @param {string} [description]
@@ -1409,7 +1409,7 @@ var SpecialtiesApiFactory = function (configuration, basePath, axios) {
1409
1409
  },
1410
1410
  /**
1411
1411
  *
1412
- * @summary (Auth policies: RequireDoctorRole)
1412
+ * @summary (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1413
1413
  * @param {string} slug
1414
1414
  * @param {string} [languageCode]
1415
1415
  * @param {boolean} [returnDefaultValue]
@@ -1432,7 +1432,7 @@ var SpecialtiesApiFactory = function (configuration, basePath, axios) {
1432
1432
  },
1433
1433
  /**
1434
1434
  *
1435
- * @summary Get Specialty. (Auth policies: RequireDoctorRole)
1435
+ * @summary Get Specialty. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1436
1436
  * @param {string} specialtyId
1437
1437
  * @param {string} [languageCode]
1438
1438
  * @param {boolean} [returnDefaultValue]
@@ -1444,7 +1444,7 @@ var SpecialtiesApiFactory = function (configuration, basePath, axios) {
1444
1444
  },
1445
1445
  /**
1446
1446
  *
1447
- * @summary Get all SpecialtyMedias. (Auth policies: RequireDoctorRole)
1447
+ * @summary Get all SpecialtyMedias. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1448
1448
  * @param {string} specialtyId
1449
1449
  * @param {string} [id]
1450
1450
  * @param {MediaType} [mediaType]
@@ -1470,7 +1470,7 @@ var SpecialtiesApiFactory = function (configuration, basePath, axios) {
1470
1470
  },
1471
1471
  /**
1472
1472
  *
1473
- * @summary Get SpecialtyMedia. (Auth policies: RequireDoctorRole)
1473
+ * @summary Get SpecialtyMedia. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1474
1474
  * @param {string} specialtyId
1475
1475
  * @param {string} mediaId
1476
1476
  * @param {*} [options] Override http request option.
@@ -1561,7 +1561,7 @@ var SpecialtiesApi = /** @class */ (function (_super) {
1561
1561
  }
1562
1562
  /**
1563
1563
  *
1564
- * @summary Get all Specialties. (Auth policies: RequireDoctorRole)
1564
+ * @summary Get all Specialties. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1565
1565
  * @param {SpecialtiesApiApiV1SpecialtiesGetRequest} requestParameters Request parameters.
1566
1566
  * @param {*} [options] Override http request option.
1567
1567
  * @throws {RequiredError}
@@ -1587,7 +1587,7 @@ var SpecialtiesApi = /** @class */ (function (_super) {
1587
1587
  };
1588
1588
  /**
1589
1589
  *
1590
- * @summary Get all Specialties Simple. (Auth policies: RequireDoctorRole)
1590
+ * @summary Get all Specialties Simple. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1591
1591
  * @param {SpecialtiesApiApiV1SpecialtiesSimpleGetRequest} requestParameters Request parameters.
1592
1592
  * @param {*} [options] Override http request option.
1593
1593
  * @throws {RequiredError}
@@ -1600,7 +1600,7 @@ var SpecialtiesApi = /** @class */ (function (_super) {
1600
1600
  };
1601
1601
  /**
1602
1602
  *
1603
- * @summary (Auth policies: RequireDoctorRole)
1603
+ * @summary (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1604
1604
  * @param {SpecialtiesApiApiV1SpecialtiesSlugGetRequest} requestParameters Request parameters.
1605
1605
  * @param {*} [options] Override http request option.
1606
1606
  * @throws {RequiredError}
@@ -1624,7 +1624,7 @@ var SpecialtiesApi = /** @class */ (function (_super) {
1624
1624
  };
1625
1625
  /**
1626
1626
  *
1627
- * @summary Get Specialty. (Auth policies: RequireDoctorRole)
1627
+ * @summary Get Specialty. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1628
1628
  * @param {SpecialtiesApiApiV1SpecialtiesSpecialtyIdGetRequest} requestParameters Request parameters.
1629
1629
  * @param {*} [options] Override http request option.
1630
1630
  * @throws {RequiredError}
@@ -1636,7 +1636,7 @@ var SpecialtiesApi = /** @class */ (function (_super) {
1636
1636
  };
1637
1637
  /**
1638
1638
  *
1639
- * @summary Get all SpecialtyMedias. (Auth policies: RequireDoctorRole)
1639
+ * @summary Get all SpecialtyMedias. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1640
1640
  * @param {SpecialtiesApiApiV1SpecialtiesSpecialtyIdMediasGetRequest} requestParameters Request parameters.
1641
1641
  * @param {*} [options] Override http request option.
1642
1642
  * @throws {RequiredError}
@@ -1660,7 +1660,7 @@ var SpecialtiesApi = /** @class */ (function (_super) {
1660
1660
  };
1661
1661
  /**
1662
1662
  *
1663
- * @summary Get SpecialtyMedia. (Auth policies: RequireDoctorRole)
1663
+ * @summary Get SpecialtyMedia. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1664
1664
  * @param {SpecialtiesApiApiV1SpecialtiesSpecialtyIdMediasMediaIdGetRequest} requestParameters Request parameters.
1665
1665
  * @param {*} [options] Override http request option.
1666
1666
  * @throws {RequiredError}
@@ -33,7 +33,7 @@ import { UpdateSpecialtyTypeCommand } from '../models';
33
33
  export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Configuration) => {
34
34
  /**
35
35
  *
36
- * @summary Get all Departments. (Auth policies: RequireDoctorRole)
36
+ * @summary Get all Departments. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
37
37
  * @param {string} [id]
38
38
  * @param {string} [name]
39
39
  * @param {string} [description]
@@ -62,7 +62,7 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
62
62
  apiV1SpecialtytypesPost: (createSpecialtyTypeCommand?: CreateSpecialtyTypeCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
63
63
  /**
64
64
  *
65
- * @summary Get all Departments with simplified model. (Auth policies: RequireDoctorRole)
65
+ * @summary Get all Departments with simplified model. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
66
66
  * @param {string} [id]
67
67
  * @param {string} [name]
68
68
  * @param {string} [description]
@@ -83,7 +83,7 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
83
83
  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) => Promise<RequestArgs>;
84
84
  /**
85
85
  *
86
- * @summary Get department by slug (Auth policies: RequireDoctorRole)
86
+ * @summary Get department by slug (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
87
87
  * @param {string} slug
88
88
  * @param {string} [languageCode]
89
89
  * @param {boolean} [returnDefaultValue]
@@ -110,7 +110,7 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
110
110
  apiV1SpecialtytypesSpecialtyTypeIdDelete: (specialtyTypeId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
111
111
  /**
112
112
  *
113
- * @summary Get department (Auth policies: RequireDoctorRole)
113
+ * @summary Get department (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
114
114
  * @param {string} specialtyTypeId
115
115
  * @param {string} [languageCode]
116
116
  * @param {boolean} [returnDefaultValue]
@@ -120,7 +120,7 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
120
120
  apiV1SpecialtytypesSpecialtyTypeIdGet: (specialtyTypeId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
121
121
  /**
122
122
  *
123
- * @summary Get all SpecialtyTypeMedias. (Auth policies: RequireDoctorRole)
123
+ * @summary Get all SpecialtyTypeMedias. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
124
124
  * @param {string} specialtyTypeId
125
125
  * @param {string} [id]
126
126
  * @param {MediaType} [mediaType]
@@ -142,7 +142,7 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
142
142
  apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete: (specialtyTypeId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
143
143
  /**
144
144
  *
145
- * @summary Get SpecialtyTypeMedia. (Auth policies: RequireDoctorRole)
145
+ * @summary Get SpecialtyTypeMedia. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
146
146
  * @param {string} specialtyTypeId
147
147
  * @param {string} mediaId
148
148
  * @param {*} [options] Override http request option.
@@ -211,7 +211,7 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
211
211
  export declare const SpecialtyTypesApiFp: (configuration?: Configuration) => {
212
212
  /**
213
213
  *
214
- * @summary Get all Departments. (Auth policies: RequireDoctorRole)
214
+ * @summary Get all Departments. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
215
215
  * @param {string} [id]
216
216
  * @param {string} [name]
217
217
  * @param {string} [description]
@@ -240,7 +240,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration) => {
240
240
  apiV1SpecialtytypesPost(createSpecialtyTypeCommand?: CreateSpecialtyTypeCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypeModel>>;
241
241
  /**
242
242
  *
243
- * @summary Get all Departments with simplified model. (Auth policies: RequireDoctorRole)
243
+ * @summary Get all Departments with simplified model. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
244
244
  * @param {string} [id]
245
245
  * @param {string} [name]
246
246
  * @param {string} [description]
@@ -261,7 +261,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration) => {
261
261
  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): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypesSimpleModel>>;
262
262
  /**
263
263
  *
264
- * @summary Get department by slug (Auth policies: RequireDoctorRole)
264
+ * @summary Get department by slug (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
265
265
  * @param {string} slug
266
266
  * @param {string} [languageCode]
267
267
  * @param {boolean} [returnDefaultValue]
@@ -288,7 +288,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration) => {
288
288
  apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
289
289
  /**
290
290
  *
291
- * @summary Get department (Auth policies: RequireDoctorRole)
291
+ * @summary Get department (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
292
292
  * @param {string} specialtyTypeId
293
293
  * @param {string} [languageCode]
294
294
  * @param {boolean} [returnDefaultValue]
@@ -298,7 +298,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration) => {
298
298
  apiV1SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypeModel>>;
299
299
  /**
300
300
  *
301
- * @summary Get all SpecialtyTypeMedias. (Auth policies: RequireDoctorRole)
301
+ * @summary Get all SpecialtyTypeMedias. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
302
302
  * @param {string} specialtyTypeId
303
303
  * @param {string} [id]
304
304
  * @param {MediaType} [mediaType]
@@ -320,7 +320,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration) => {
320
320
  apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete(specialtyTypeId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
321
321
  /**
322
322
  *
323
- * @summary Get SpecialtyTypeMedia. (Auth policies: RequireDoctorRole)
323
+ * @summary Get SpecialtyTypeMedia. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
324
324
  * @param {string} specialtyTypeId
325
325
  * @param {string} mediaId
326
326
  * @param {*} [options] Override http request option.
@@ -389,7 +389,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration) => {
389
389
  export declare const SpecialtyTypesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
390
390
  /**
391
391
  *
392
- * @summary Get all Departments. (Auth policies: RequireDoctorRole)
392
+ * @summary Get all Departments. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
393
393
  * @param {string} [id]
394
394
  * @param {string} [name]
395
395
  * @param {string} [description]
@@ -418,7 +418,7 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration, b
418
418
  apiV1SpecialtytypesPost(createSpecialtyTypeCommand?: CreateSpecialtyTypeCommand, options?: any): AxiosPromise<SpecialtyTypeModel>;
419
419
  /**
420
420
  *
421
- * @summary Get all Departments with simplified model. (Auth policies: RequireDoctorRole)
421
+ * @summary Get all Departments with simplified model. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
422
422
  * @param {string} [id]
423
423
  * @param {string} [name]
424
424
  * @param {string} [description]
@@ -439,7 +439,7 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration, b
439
439
  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?: any): AxiosPromise<SpecialtyTypesSimpleModel>;
440
440
  /**
441
441
  *
442
- * @summary Get department by slug (Auth policies: RequireDoctorRole)
442
+ * @summary Get department by slug (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
443
443
  * @param {string} slug
444
444
  * @param {string} [languageCode]
445
445
  * @param {boolean} [returnDefaultValue]
@@ -466,7 +466,7 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration, b
466
466
  apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
467
467
  /**
468
468
  *
469
- * @summary Get department (Auth policies: RequireDoctorRole)
469
+ * @summary Get department (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
470
470
  * @param {string} specialtyTypeId
471
471
  * @param {string} [languageCode]
472
472
  * @param {boolean} [returnDefaultValue]
@@ -476,7 +476,7 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration, b
476
476
  apiV1SpecialtytypesSpecialtyTypeIdGet(specialtyTypeId: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<SpecialtyTypeModel>;
477
477
  /**
478
478
  *
479
- * @summary Get all SpecialtyTypeMedias. (Auth policies: RequireDoctorRole)
479
+ * @summary Get all SpecialtyTypeMedias. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
480
480
  * @param {string} specialtyTypeId
481
481
  * @param {string} [id]
482
482
  * @param {MediaType} [mediaType]
@@ -498,7 +498,7 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration, b
498
498
  apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete(specialtyTypeId: string, mediaId: string, options?: any): AxiosPromise<boolean>;
499
499
  /**
500
500
  *
501
- * @summary Get SpecialtyTypeMedia. (Auth policies: RequireDoctorRole)
501
+ * @summary Get SpecialtyTypeMedia. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
502
502
  * @param {string} specialtyTypeId
503
503
  * @param {string} mediaId
504
504
  * @param {*} [options] Override http request option.
@@ -1041,7 +1041,7 @@ export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdTranslatePos
1041
1041
  export declare class SpecialtyTypesApi extends BaseAPI {
1042
1042
  /**
1043
1043
  *
1044
- * @summary Get all Departments. (Auth policies: RequireDoctorRole)
1044
+ * @summary Get all Departments. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1045
1045
  * @param {SpecialtyTypesApiApiV1SpecialtytypesGetRequest} requestParameters Request parameters.
1046
1046
  * @param {*} [options] Override http request option.
1047
1047
  * @throws {RequiredError}
@@ -1059,7 +1059,7 @@ export declare class SpecialtyTypesApi extends BaseAPI {
1059
1059
  apiV1SpecialtytypesPost(requestParameters?: SpecialtyTypesApiApiV1SpecialtytypesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypeModel, any>>;
1060
1060
  /**
1061
1061
  *
1062
- * @summary Get all Departments with simplified model. (Auth policies: RequireDoctorRole)
1062
+ * @summary Get all Departments with simplified model. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1063
1063
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSimpleGetRequest} requestParameters Request parameters.
1064
1064
  * @param {*} [options] Override http request option.
1065
1065
  * @throws {RequiredError}
@@ -1068,7 +1068,7 @@ export declare class SpecialtyTypesApi extends BaseAPI {
1068
1068
  apiV1SpecialtytypesSimpleGet(requestParameters?: SpecialtyTypesApiApiV1SpecialtytypesSimpleGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypesSimpleModel, any>>;
1069
1069
  /**
1070
1070
  *
1071
- * @summary Get department by slug (Auth policies: RequireDoctorRole)
1071
+ * @summary Get department by slug (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1072
1072
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSlugGetRequest} requestParameters Request parameters.
1073
1073
  * @param {*} [options] Override http request option.
1074
1074
  * @throws {RequiredError}
@@ -1095,7 +1095,7 @@ export declare class SpecialtyTypesApi extends BaseAPI {
1095
1095
  apiV1SpecialtytypesSpecialtyTypeIdDelete(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
1096
1096
  /**
1097
1097
  *
1098
- * @summary Get department (Auth policies: RequireDoctorRole)
1098
+ * @summary Get department (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1099
1099
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGetRequest} requestParameters Request parameters.
1100
1100
  * @param {*} [options] Override http request option.
1101
1101
  * @throws {RequiredError}
@@ -1104,7 +1104,7 @@ export declare class SpecialtyTypesApi extends BaseAPI {
1104
1104
  apiV1SpecialtytypesSpecialtyTypeIdGet(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtyTypeModel, any>>;
1105
1105
  /**
1106
1106
  *
1107
- * @summary Get all SpecialtyTypeMedias. (Auth policies: RequireDoctorRole)
1107
+ * @summary Get all SpecialtyTypeMedias. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1108
1108
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGetRequest} requestParameters Request parameters.
1109
1109
  * @param {*} [options] Override http request option.
1110
1110
  * @throws {RequiredError}
@@ -1122,7 +1122,7 @@ export declare class SpecialtyTypesApi extends BaseAPI {
1122
1122
  apiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDelete(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
1123
1123
  /**
1124
1124
  *
1125
- * @summary Get SpecialtyTypeMedia. (Auth policies: RequireDoctorRole)
1125
+ * @summary Get SpecialtyTypeMedia. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1126
1126
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest} requestParameters Request parameters.
1127
1127
  * @param {*} [options] Override http request option.
1128
1128
  * @throws {RequiredError}
@@ -103,7 +103,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
103
103
  return {
104
104
  /**
105
105
  *
106
- * @summary Get all Departments. (Auth policies: RequireDoctorRole)
106
+ * @summary Get all Departments. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
107
107
  * @param {string} [id]
108
108
  * @param {string} [name]
109
109
  * @param {string} [description]
@@ -252,7 +252,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
252
252
  },
253
253
  /**
254
254
  *
255
- * @summary Get all Departments with simplified model. (Auth policies: RequireDoctorRole)
255
+ * @summary Get all Departments with simplified model. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
256
256
  * @param {string} [id]
257
257
  * @param {string} [name]
258
258
  * @param {string} [description]
@@ -355,7 +355,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
355
355
  },
356
356
  /**
357
357
  *
358
- * @summary Get department by slug (Auth policies: RequireDoctorRole)
358
+ * @summary Get department by slug (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
359
359
  * @param {string} slug
360
360
  * @param {string} [languageCode]
361
361
  * @param {boolean} [returnDefaultValue]
@@ -507,7 +507,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
507
507
  },
508
508
  /**
509
509
  *
510
- * @summary Get department (Auth policies: RequireDoctorRole)
510
+ * @summary Get department (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
511
511
  * @param {string} specialtyTypeId
512
512
  * @param {string} [languageCode]
513
513
  * @param {boolean} [returnDefaultValue]
@@ -562,7 +562,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
562
562
  },
563
563
  /**
564
564
  *
565
- * @summary Get all SpecialtyTypeMedias. (Auth policies: RequireDoctorRole)
565
+ * @summary Get all SpecialtyTypeMedias. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
566
566
  * @param {string} specialtyTypeId
567
567
  * @param {string} [id]
568
568
  * @param {MediaType} [mediaType]
@@ -682,7 +682,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
682
682
  },
683
683
  /**
684
684
  *
685
- * @summary Get SpecialtyTypeMedia. (Auth policies: RequireDoctorRole)
685
+ * @summary Get SpecialtyTypeMedia. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
686
686
  * @param {string} specialtyTypeId
687
687
  * @param {string} mediaId
688
688
  * @param {*} [options] Override http request option.
@@ -1045,7 +1045,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1045
1045
  return {
1046
1046
  /**
1047
1047
  *
1048
- * @summary Get all Departments. (Auth policies: RequireDoctorRole)
1048
+ * @summary Get all Departments. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1049
1049
  * @param {string} [id]
1050
1050
  * @param {string} [name]
1051
1051
  * @param {string} [description]
@@ -1098,7 +1098,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1098
1098
  },
1099
1099
  /**
1100
1100
  *
1101
- * @summary Get all Departments with simplified model. (Auth policies: RequireDoctorRole)
1101
+ * @summary Get all Departments with simplified model. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1102
1102
  * @param {string} [id]
1103
1103
  * @param {string} [name]
1104
1104
  * @param {string} [description]
@@ -1131,7 +1131,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1131
1131
  },
1132
1132
  /**
1133
1133
  *
1134
- * @summary Get department by slug (Auth policies: RequireDoctorRole)
1134
+ * @summary Get department by slug (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1135
1135
  * @param {string} slug
1136
1136
  * @param {string} [languageCode]
1137
1137
  * @param {boolean} [returnDefaultValue]
@@ -1194,7 +1194,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1194
1194
  },
1195
1195
  /**
1196
1196
  *
1197
- * @summary Get department (Auth policies: RequireDoctorRole)
1197
+ * @summary Get department (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1198
1198
  * @param {string} specialtyTypeId
1199
1199
  * @param {string} [languageCode]
1200
1200
  * @param {boolean} [returnDefaultValue]
@@ -1216,7 +1216,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1216
1216
  },
1217
1217
  /**
1218
1218
  *
1219
- * @summary Get all SpecialtyTypeMedias. (Auth policies: RequireDoctorRole)
1219
+ * @summary Get all SpecialtyTypeMedias. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1220
1220
  * @param {string} specialtyTypeId
1221
1221
  * @param {string} [id]
1222
1222
  * @param {MediaType} [mediaType]
@@ -1262,7 +1262,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1262
1262
  },
1263
1263
  /**
1264
1264
  *
1265
- * @summary Get SpecialtyTypeMedia. (Auth policies: RequireDoctorRole)
1265
+ * @summary Get SpecialtyTypeMedia. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1266
1266
  * @param {string} specialtyTypeId
1267
1267
  * @param {string} mediaId
1268
1268
  * @param {*} [options] Override http request option.
@@ -1419,7 +1419,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1419
1419
  return {
1420
1420
  /**
1421
1421
  *
1422
- * @summary Get all Departments. (Auth policies: RequireDoctorRole)
1422
+ * @summary Get all Departments. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1423
1423
  * @param {string} [id]
1424
1424
  * @param {string} [name]
1425
1425
  * @param {string} [description]
@@ -1452,7 +1452,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1452
1452
  },
1453
1453
  /**
1454
1454
  *
1455
- * @summary Get all Departments with simplified model. (Auth policies: RequireDoctorRole)
1455
+ * @summary Get all Departments with simplified model. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1456
1456
  * @param {string} [id]
1457
1457
  * @param {string} [name]
1458
1458
  * @param {string} [description]
@@ -1475,7 +1475,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1475
1475
  },
1476
1476
  /**
1477
1477
  *
1478
- * @summary Get department by slug (Auth policies: RequireDoctorRole)
1478
+ * @summary Get department by slug (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1479
1479
  * @param {string} slug
1480
1480
  * @param {string} [languageCode]
1481
1481
  * @param {boolean} [returnDefaultValue]
@@ -1508,7 +1508,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1508
1508
  },
1509
1509
  /**
1510
1510
  *
1511
- * @summary Get department (Auth policies: RequireDoctorRole)
1511
+ * @summary Get department (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1512
1512
  * @param {string} specialtyTypeId
1513
1513
  * @param {string} [languageCode]
1514
1514
  * @param {boolean} [returnDefaultValue]
@@ -1520,7 +1520,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1520
1520
  },
1521
1521
  /**
1522
1522
  *
1523
- * @summary Get all SpecialtyTypeMedias. (Auth policies: RequireDoctorRole)
1523
+ * @summary Get all SpecialtyTypeMedias. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1524
1524
  * @param {string} specialtyTypeId
1525
1525
  * @param {string} [id]
1526
1526
  * @param {MediaType} [mediaType]
@@ -1546,7 +1546,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1546
1546
  },
1547
1547
  /**
1548
1548
  *
1549
- * @summary Get SpecialtyTypeMedia. (Auth policies: RequireDoctorRole)
1549
+ * @summary Get SpecialtyTypeMedia. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1550
1550
  * @param {string} specialtyTypeId
1551
1551
  * @param {string} mediaId
1552
1552
  * @param {*} [options] Override http request option.
@@ -1637,7 +1637,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1637
1637
  }
1638
1638
  /**
1639
1639
  *
1640
- * @summary Get all Departments. (Auth policies: RequireDoctorRole)
1640
+ * @summary Get all Departments. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1641
1641
  * @param {SpecialtyTypesApiApiV1SpecialtytypesGetRequest} requestParameters Request parameters.
1642
1642
  * @param {*} [options] Override http request option.
1643
1643
  * @throws {RequiredError}
@@ -1663,7 +1663,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1663
1663
  };
1664
1664
  /**
1665
1665
  *
1666
- * @summary Get all Departments with simplified model. (Auth policies: RequireDoctorRole)
1666
+ * @summary Get all Departments with simplified model. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1667
1667
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSimpleGetRequest} requestParameters Request parameters.
1668
1668
  * @param {*} [options] Override http request option.
1669
1669
  * @throws {RequiredError}
@@ -1676,7 +1676,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1676
1676
  };
1677
1677
  /**
1678
1678
  *
1679
- * @summary Get department by slug (Auth policies: RequireDoctorRole)
1679
+ * @summary Get department by slug (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1680
1680
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSlugGetRequest} requestParameters Request parameters.
1681
1681
  * @param {*} [options] Override http request option.
1682
1682
  * @throws {RequiredError}
@@ -1713,7 +1713,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1713
1713
  };
1714
1714
  /**
1715
1715
  *
1716
- * @summary Get department (Auth policies: RequireDoctorRole)
1716
+ * @summary Get department (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1717
1717
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGetRequest} requestParameters Request parameters.
1718
1718
  * @param {*} [options] Override http request option.
1719
1719
  * @throws {RequiredError}
@@ -1725,7 +1725,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1725
1725
  };
1726
1726
  /**
1727
1727
  *
1728
- * @summary Get all SpecialtyTypeMedias. (Auth policies: RequireDoctorRole)
1728
+ * @summary Get all SpecialtyTypeMedias. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1729
1729
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGetRequest} requestParameters Request parameters.
1730
1730
  * @param {*} [options] Override http request option.
1731
1731
  * @throws {RequiredError}
@@ -1749,7 +1749,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1749
1749
  };
1750
1750
  /**
1751
1751
  *
1752
- * @summary Get SpecialtyTypeMedia. (Auth policies: RequireDoctorRole)
1752
+ * @summary Get SpecialtyTypeMedia. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
1753
1753
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest} requestParameters Request parameters.
1754
1754
  * @param {*} [options] Override http request option.
1755
1755
  * @throws {RequiredError}