ch-admin-api-client-typescript 5.67.1 → 5.69.9

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 (60) hide show
  1. package/lib/api/about-us-api.d.ts +28 -28
  2. package/lib/api/about-us-api.js +28 -28
  3. package/lib/api/appointments-api.d.ts +52 -52
  4. package/lib/api/appointments-api.js +52 -52
  5. package/lib/api/content-managers-api.d.ts +24 -24
  6. package/lib/api/content-managers-api.js +24 -24
  7. package/lib/api/countries-api.d.ts +28 -28
  8. package/lib/api/countries-api.js +28 -28
  9. package/lib/api/form-results-api.d.ts +20 -20
  10. package/lib/api/form-results-api.js +20 -20
  11. package/lib/api/hospitals-api.d.ts +520 -520
  12. package/lib/api/hospitals-api.js +520 -520
  13. package/lib/api/languages-api.d.ts +8 -8
  14. package/lib/api/languages-api.js +8 -8
  15. package/lib/api/notifications-api.d.ts +8 -8
  16. package/lib/api/notifications-api.js +8 -8
  17. package/lib/api/patient-affiliations-api.d.ts +8 -8
  18. package/lib/api/patient-affiliations-api.js +8 -8
  19. package/lib/api/patient-managers-api.d.ts +24 -24
  20. package/lib/api/patient-managers-api.js +24 -24
  21. package/lib/api/patients-api.d.ts +48 -48
  22. package/lib/api/patients-api.js +48 -48
  23. package/lib/api/profiles-api.d.ts +24 -24
  24. package/lib/api/profiles-api.js +24 -24
  25. package/lib/api/specialties-api.d.ts +60 -60
  26. package/lib/api/specialties-api.js +60 -60
  27. package/lib/api/specialty-types-api.d.ts +64 -64
  28. package/lib/api/specialty-types-api.js +64 -64
  29. package/lib/api/survey-results-api.d.ts +16 -16
  30. package/lib/api/survey-results-api.js +16 -16
  31. package/lib/api/tags-api.d.ts +16 -16
  32. package/lib/api/tags-api.js +16 -16
  33. package/lib/api/translation-api.d.ts +8 -8
  34. package/lib/api/translation-api.js +8 -8
  35. package/lib/api/users-api.d.ts +8 -8
  36. package/lib/api/users-api.js +8 -8
  37. package/lib/models/about-us-page-model.d.ts +6 -0
  38. package/lib/models/about-us-page-model.d.ts.map +1 -1
  39. package/lib/models/article-model.d.ts +6 -0
  40. package/lib/models/article-model.d.ts.map +1 -1
  41. package/lib/models/country-model.d.ts +6 -0
  42. package/lib/models/country-model.d.ts.map +1 -1
  43. package/lib/models/deal-model.d.ts +6 -0
  44. package/lib/models/deal-model.d.ts.map +1 -1
  45. package/lib/models/doctor-affiliation-model.d.ts +6 -0
  46. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  47. package/lib/models/hospital-model.d.ts +6 -0
  48. package/lib/models/hospital-model.d.ts.map +1 -1
  49. package/lib/models/hospital-service-model.d.ts +6 -0
  50. package/lib/models/hospital-service-model.d.ts.map +1 -1
  51. package/lib/models/hospital-specialty-model.d.ts +6 -0
  52. package/lib/models/hospital-specialty-model.d.ts.map +1 -1
  53. package/lib/models/notification-code.d.ts +1 -0
  54. package/lib/models/notification-code.d.ts.map +1 -1
  55. package/lib/models/notification-code.js +2 -1
  56. package/lib/models/specialty-model.d.ts +6 -0
  57. package/lib/models/specialty-model.d.ts.map +1 -1
  58. package/lib/models/specialty-type-model.d.ts +6 -0
  59. package/lib/models/specialty-type-model.d.ts.map +1 -1
  60. package/package.json +1 -1
@@ -103,7 +103,7 @@ var AppointmentsApiAxiosParamCreator = function (configuration) {
103
103
  return {
104
104
  /**
105
105
  *
106
- * @summary Approve appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
106
+ * @summary Approve appointment (Auth policies: RequireDoctorRole)
107
107
  * @param {string} appointmentId
108
108
  * @param {ApproveAppointmentCommand} [approveAppointmentCommand]
109
109
  * @param {*} [options] Override http request option.
@@ -153,7 +153,7 @@ var AppointmentsApiAxiosParamCreator = function (configuration) {
153
153
  },
154
154
  /**
155
155
  *
156
- * @summary Cancel appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
156
+ * @summary Cancel appointment (Auth policies: RequireDoctorRole)
157
157
  * @param {string} appointmentId
158
158
  * @param {CancelAppointmentCommand} [cancelAppointmentCommand]
159
159
  * @param {*} [options] Override http request option.
@@ -203,7 +203,7 @@ var AppointmentsApiAxiosParamCreator = function (configuration) {
203
203
  },
204
204
  /**
205
205
  *
206
- * @summary Complete appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
206
+ * @summary Complete appointment (Auth policies: RequireDoctorRole)
207
207
  * @param {string} appointmentId
208
208
  * @param {*} [options] Override http request option.
209
209
  * @throws {RequiredError}
@@ -250,7 +250,7 @@ var AppointmentsApiAxiosParamCreator = function (configuration) {
250
250
  },
251
251
  /**
252
252
  *
253
- * @summary Delete appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
253
+ * @summary Delete appointment (Auth policies: RequireDoctorRole)
254
254
  * @param {string} appointmentId
255
255
  * @param {boolean} [isPermanent]
256
256
  * @param {*} [options] Override http request option.
@@ -301,7 +301,7 @@ var AppointmentsApiAxiosParamCreator = function (configuration) {
301
301
  },
302
302
  /**
303
303
  *
304
- * @summary Get appointment by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
304
+ * @summary Get appointment by id (Auth policies: RequireDoctorOrPatientManagerRole)
305
305
  * @param {string} appointmentId
306
306
  * @param {string} [languageCode]
307
307
  * @param {*} [options] Override http request option.
@@ -352,7 +352,7 @@ var AppointmentsApiAxiosParamCreator = function (configuration) {
352
352
  },
353
353
  /**
354
354
  *
355
- * @summary Delete appointment invoice (Auth roles: Admin,Manager,LocalManager,Doctor)
355
+ * @summary Delete appointment invoice (Auth policies: RequireDoctorRole)
356
356
  * @param {string} appointmentId
357
357
  * @param {*} [options] Override http request option.
358
358
  * @throws {RequiredError}
@@ -399,7 +399,7 @@ var AppointmentsApiAxiosParamCreator = function (configuration) {
399
399
  },
400
400
  /**
401
401
  *
402
- * @summary Create appointment invoice (Auth roles: Admin,Manager,LocalManager,Doctor)
402
+ * @summary Create appointment invoice (Auth policies: RequireDoctorRole)
403
403
  * @param {string} appointmentId
404
404
  * @param {string} [languageCode]
405
405
  * @param {*} [options] Override http request option.
@@ -450,7 +450,7 @@ var AppointmentsApiAxiosParamCreator = function (configuration) {
450
450
  },
451
451
  /**
452
452
  *
453
- * @summary Set appointment paid (Auth roles: Admin,Manager,LocalManager,Doctor)
453
+ * @summary Set appointment paid (Auth policies: RequireDoctorRole)
454
454
  * @param {string} appointmentId
455
455
  * @param {*} [options] Override http request option.
456
456
  * @throws {RequiredError}
@@ -497,7 +497,7 @@ var AppointmentsApiAxiosParamCreator = function (configuration) {
497
497
  },
498
498
  /**
499
499
  *
500
- * @summary Set appointment as refunded (Auth roles: Admin,Manager,LocalManager,Doctor)
500
+ * @summary Set appointment as refunded (Auth policies: RequireDoctorRole)
501
501
  * @param {string} appointmentId
502
502
  * @param {string} [languageCode]
503
503
  * @param {*} [options] Override http request option.
@@ -548,7 +548,7 @@ var AppointmentsApiAxiosParamCreator = function (configuration) {
548
548
  },
549
549
  /**
550
550
  *
551
- * @summary Reject appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
551
+ * @summary Reject appointment (Auth policies: RequireDoctorRole)
552
552
  * @param {string} appointmentId
553
553
  * @param {RejectAppointmentCommand} [rejectAppointmentCommand]
554
554
  * @param {*} [options] Override http request option.
@@ -598,7 +598,7 @@ var AppointmentsApiAxiosParamCreator = function (configuration) {
598
598
  },
599
599
  /**
600
600
  *
601
- * @summary Reschedule appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
601
+ * @summary Reschedule appointment (Auth policies: RequireDoctorRole)
602
602
  * @param {string} appointmentId
603
603
  * @param {RescheduleAppointmentCommand} [rescheduleAppointmentCommand]
604
604
  * @param {*} [options] Override http request option.
@@ -648,7 +648,7 @@ var AppointmentsApiAxiosParamCreator = function (configuration) {
648
648
  },
649
649
  /**
650
650
  *
651
- * @summary Get appointments (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
651
+ * @summary Get appointments (Auth policies: RequireDoctorOrPatientManagerRole)
652
652
  * @param {string} [id]
653
653
  * @param {string} [userId]
654
654
  * @param {string} [userName]
@@ -825,7 +825,7 @@ var AppointmentsApiAxiosParamCreator = function (configuration) {
825
825
  },
826
826
  /**
827
827
  *
828
- * @summary The patient visits and makes an appointment. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
828
+ * @summary The patient visits and makes an appointment. (Auth policies: RequireDoctorOrPatientManagerRole)
829
829
  * @param {CreateWalkInAppointmentCommand} [createWalkInAppointmentCommand]
830
830
  * @param {*} [options] Override http request option.
831
831
  * @throws {RequiredError}
@@ -881,7 +881,7 @@ var AppointmentsApiFp = function (configuration) {
881
881
  return {
882
882
  /**
883
883
  *
884
- * @summary Approve appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
884
+ * @summary Approve appointment (Auth policies: RequireDoctorRole)
885
885
  * @param {string} appointmentId
886
886
  * @param {ApproveAppointmentCommand} [approveAppointmentCommand]
887
887
  * @param {*} [options] Override http request option.
@@ -902,7 +902,7 @@ var AppointmentsApiFp = function (configuration) {
902
902
  },
903
903
  /**
904
904
  *
905
- * @summary Cancel appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
905
+ * @summary Cancel appointment (Auth policies: RequireDoctorRole)
906
906
  * @param {string} appointmentId
907
907
  * @param {CancelAppointmentCommand} [cancelAppointmentCommand]
908
908
  * @param {*} [options] Override http request option.
@@ -923,7 +923,7 @@ var AppointmentsApiFp = function (configuration) {
923
923
  },
924
924
  /**
925
925
  *
926
- * @summary Complete appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
926
+ * @summary Complete appointment (Auth policies: RequireDoctorRole)
927
927
  * @param {string} appointmentId
928
928
  * @param {*} [options] Override http request option.
929
929
  * @throws {RequiredError}
@@ -943,7 +943,7 @@ var AppointmentsApiFp = function (configuration) {
943
943
  },
944
944
  /**
945
945
  *
946
- * @summary Delete appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
946
+ * @summary Delete appointment (Auth policies: RequireDoctorRole)
947
947
  * @param {string} appointmentId
948
948
  * @param {boolean} [isPermanent]
949
949
  * @param {*} [options] Override http request option.
@@ -964,7 +964,7 @@ var AppointmentsApiFp = function (configuration) {
964
964
  },
965
965
  /**
966
966
  *
967
- * @summary Get appointment by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
967
+ * @summary Get appointment by id (Auth policies: RequireDoctorOrPatientManagerRole)
968
968
  * @param {string} appointmentId
969
969
  * @param {string} [languageCode]
970
970
  * @param {*} [options] Override http request option.
@@ -985,7 +985,7 @@ var AppointmentsApiFp = function (configuration) {
985
985
  },
986
986
  /**
987
987
  *
988
- * @summary Delete appointment invoice (Auth roles: Admin,Manager,LocalManager,Doctor)
988
+ * @summary Delete appointment invoice (Auth policies: RequireDoctorRole)
989
989
  * @param {string} appointmentId
990
990
  * @param {*} [options] Override http request option.
991
991
  * @throws {RequiredError}
@@ -1005,7 +1005,7 @@ var AppointmentsApiFp = function (configuration) {
1005
1005
  },
1006
1006
  /**
1007
1007
  *
1008
- * @summary Create appointment invoice (Auth roles: Admin,Manager,LocalManager,Doctor)
1008
+ * @summary Create appointment invoice (Auth policies: RequireDoctorRole)
1009
1009
  * @param {string} appointmentId
1010
1010
  * @param {string} [languageCode]
1011
1011
  * @param {*} [options] Override http request option.
@@ -1026,7 +1026,7 @@ var AppointmentsApiFp = function (configuration) {
1026
1026
  },
1027
1027
  /**
1028
1028
  *
1029
- * @summary Set appointment paid (Auth roles: Admin,Manager,LocalManager,Doctor)
1029
+ * @summary Set appointment paid (Auth policies: RequireDoctorRole)
1030
1030
  * @param {string} appointmentId
1031
1031
  * @param {*} [options] Override http request option.
1032
1032
  * @throws {RequiredError}
@@ -1046,7 +1046,7 @@ var AppointmentsApiFp = function (configuration) {
1046
1046
  },
1047
1047
  /**
1048
1048
  *
1049
- * @summary Set appointment as refunded (Auth roles: Admin,Manager,LocalManager,Doctor)
1049
+ * @summary Set appointment as refunded (Auth policies: RequireDoctorRole)
1050
1050
  * @param {string} appointmentId
1051
1051
  * @param {string} [languageCode]
1052
1052
  * @param {*} [options] Override http request option.
@@ -1067,7 +1067,7 @@ var AppointmentsApiFp = function (configuration) {
1067
1067
  },
1068
1068
  /**
1069
1069
  *
1070
- * @summary Reject appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
1070
+ * @summary Reject appointment (Auth policies: RequireDoctorRole)
1071
1071
  * @param {string} appointmentId
1072
1072
  * @param {RejectAppointmentCommand} [rejectAppointmentCommand]
1073
1073
  * @param {*} [options] Override http request option.
@@ -1088,7 +1088,7 @@ var AppointmentsApiFp = function (configuration) {
1088
1088
  },
1089
1089
  /**
1090
1090
  *
1091
- * @summary Reschedule appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
1091
+ * @summary Reschedule appointment (Auth policies: RequireDoctorRole)
1092
1092
  * @param {string} appointmentId
1093
1093
  * @param {RescheduleAppointmentCommand} [rescheduleAppointmentCommand]
1094
1094
  * @param {*} [options] Override http request option.
@@ -1109,7 +1109,7 @@ var AppointmentsApiFp = function (configuration) {
1109
1109
  },
1110
1110
  /**
1111
1111
  *
1112
- * @summary Get appointments (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
1112
+ * @summary Get appointments (Auth policies: RequireDoctorOrPatientManagerRole)
1113
1113
  * @param {string} [id]
1114
1114
  * @param {string} [userId]
1115
1115
  * @param {string} [userName]
@@ -1160,7 +1160,7 @@ var AppointmentsApiFp = function (configuration) {
1160
1160
  },
1161
1161
  /**
1162
1162
  *
1163
- * @summary The patient visits and makes an appointment. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
1163
+ * @summary The patient visits and makes an appointment. (Auth policies: RequireDoctorOrPatientManagerRole)
1164
1164
  * @param {CreateWalkInAppointmentCommand} [createWalkInAppointmentCommand]
1165
1165
  * @param {*} [options] Override http request option.
1166
1166
  * @throws {RequiredError}
@@ -1190,7 +1190,7 @@ var AppointmentsApiFactory = function (configuration, basePath, axios) {
1190
1190
  return {
1191
1191
  /**
1192
1192
  *
1193
- * @summary Approve appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
1193
+ * @summary Approve appointment (Auth policies: RequireDoctorRole)
1194
1194
  * @param {string} appointmentId
1195
1195
  * @param {ApproveAppointmentCommand} [approveAppointmentCommand]
1196
1196
  * @param {*} [options] Override http request option.
@@ -1201,7 +1201,7 @@ var AppointmentsApiFactory = function (configuration, basePath, axios) {
1201
1201
  },
1202
1202
  /**
1203
1203
  *
1204
- * @summary Cancel appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
1204
+ * @summary Cancel appointment (Auth policies: RequireDoctorRole)
1205
1205
  * @param {string} appointmentId
1206
1206
  * @param {CancelAppointmentCommand} [cancelAppointmentCommand]
1207
1207
  * @param {*} [options] Override http request option.
@@ -1212,7 +1212,7 @@ var AppointmentsApiFactory = function (configuration, basePath, axios) {
1212
1212
  },
1213
1213
  /**
1214
1214
  *
1215
- * @summary Complete appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
1215
+ * @summary Complete appointment (Auth policies: RequireDoctorRole)
1216
1216
  * @param {string} appointmentId
1217
1217
  * @param {*} [options] Override http request option.
1218
1218
  * @throws {RequiredError}
@@ -1222,7 +1222,7 @@ var AppointmentsApiFactory = function (configuration, basePath, axios) {
1222
1222
  },
1223
1223
  /**
1224
1224
  *
1225
- * @summary Delete appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
1225
+ * @summary Delete appointment (Auth policies: RequireDoctorRole)
1226
1226
  * @param {string} appointmentId
1227
1227
  * @param {boolean} [isPermanent]
1228
1228
  * @param {*} [options] Override http request option.
@@ -1233,7 +1233,7 @@ var AppointmentsApiFactory = function (configuration, basePath, axios) {
1233
1233
  },
1234
1234
  /**
1235
1235
  *
1236
- * @summary Get appointment by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
1236
+ * @summary Get appointment by id (Auth policies: RequireDoctorOrPatientManagerRole)
1237
1237
  * @param {string} appointmentId
1238
1238
  * @param {string} [languageCode]
1239
1239
  * @param {*} [options] Override http request option.
@@ -1244,7 +1244,7 @@ var AppointmentsApiFactory = function (configuration, basePath, axios) {
1244
1244
  },
1245
1245
  /**
1246
1246
  *
1247
- * @summary Delete appointment invoice (Auth roles: Admin,Manager,LocalManager,Doctor)
1247
+ * @summary Delete appointment invoice (Auth policies: RequireDoctorRole)
1248
1248
  * @param {string} appointmentId
1249
1249
  * @param {*} [options] Override http request option.
1250
1250
  * @throws {RequiredError}
@@ -1254,7 +1254,7 @@ var AppointmentsApiFactory = function (configuration, basePath, axios) {
1254
1254
  },
1255
1255
  /**
1256
1256
  *
1257
- * @summary Create appointment invoice (Auth roles: Admin,Manager,LocalManager,Doctor)
1257
+ * @summary Create appointment invoice (Auth policies: RequireDoctorRole)
1258
1258
  * @param {string} appointmentId
1259
1259
  * @param {string} [languageCode]
1260
1260
  * @param {*} [options] Override http request option.
@@ -1265,7 +1265,7 @@ var AppointmentsApiFactory = function (configuration, basePath, axios) {
1265
1265
  },
1266
1266
  /**
1267
1267
  *
1268
- * @summary Set appointment paid (Auth roles: Admin,Manager,LocalManager,Doctor)
1268
+ * @summary Set appointment paid (Auth policies: RequireDoctorRole)
1269
1269
  * @param {string} appointmentId
1270
1270
  * @param {*} [options] Override http request option.
1271
1271
  * @throws {RequiredError}
@@ -1275,7 +1275,7 @@ var AppointmentsApiFactory = function (configuration, basePath, axios) {
1275
1275
  },
1276
1276
  /**
1277
1277
  *
1278
- * @summary Set appointment as refunded (Auth roles: Admin,Manager,LocalManager,Doctor)
1278
+ * @summary Set appointment as refunded (Auth policies: RequireDoctorRole)
1279
1279
  * @param {string} appointmentId
1280
1280
  * @param {string} [languageCode]
1281
1281
  * @param {*} [options] Override http request option.
@@ -1286,7 +1286,7 @@ var AppointmentsApiFactory = function (configuration, basePath, axios) {
1286
1286
  },
1287
1287
  /**
1288
1288
  *
1289
- * @summary Reject appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
1289
+ * @summary Reject appointment (Auth policies: RequireDoctorRole)
1290
1290
  * @param {string} appointmentId
1291
1291
  * @param {RejectAppointmentCommand} [rejectAppointmentCommand]
1292
1292
  * @param {*} [options] Override http request option.
@@ -1297,7 +1297,7 @@ var AppointmentsApiFactory = function (configuration, basePath, axios) {
1297
1297
  },
1298
1298
  /**
1299
1299
  *
1300
- * @summary Reschedule appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
1300
+ * @summary Reschedule appointment (Auth policies: RequireDoctorRole)
1301
1301
  * @param {string} appointmentId
1302
1302
  * @param {RescheduleAppointmentCommand} [rescheduleAppointmentCommand]
1303
1303
  * @param {*} [options] Override http request option.
@@ -1308,7 +1308,7 @@ var AppointmentsApiFactory = function (configuration, basePath, axios) {
1308
1308
  },
1309
1309
  /**
1310
1310
  *
1311
- * @summary Get appointments (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
1311
+ * @summary Get appointments (Auth policies: RequireDoctorOrPatientManagerRole)
1312
1312
  * @param {string} [id]
1313
1313
  * @param {string} [userId]
1314
1314
  * @param {string} [userName]
@@ -1349,7 +1349,7 @@ var AppointmentsApiFactory = function (configuration, basePath, axios) {
1349
1349
  },
1350
1350
  /**
1351
1351
  *
1352
- * @summary The patient visits and makes an appointment. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
1352
+ * @summary The patient visits and makes an appointment. (Auth policies: RequireDoctorOrPatientManagerRole)
1353
1353
  * @param {CreateWalkInAppointmentCommand} [createWalkInAppointmentCommand]
1354
1354
  * @param {*} [options] Override http request option.
1355
1355
  * @throws {RequiredError}
@@ -1373,7 +1373,7 @@ var AppointmentsApi = /** @class */ (function (_super) {
1373
1373
  }
1374
1374
  /**
1375
1375
  *
1376
- * @summary Approve appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
1376
+ * @summary Approve appointment (Auth policies: RequireDoctorRole)
1377
1377
  * @param {AppointmentsApiApiV1AppointmentsAppointmentIdApprovePutRequest} requestParameters Request parameters.
1378
1378
  * @param {*} [options] Override http request option.
1379
1379
  * @throws {RequiredError}
@@ -1385,7 +1385,7 @@ var AppointmentsApi = /** @class */ (function (_super) {
1385
1385
  };
1386
1386
  /**
1387
1387
  *
1388
- * @summary Cancel appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
1388
+ * @summary Cancel appointment (Auth policies: RequireDoctorRole)
1389
1389
  * @param {AppointmentsApiApiV1AppointmentsAppointmentIdCancelPutRequest} requestParameters Request parameters.
1390
1390
  * @param {*} [options] Override http request option.
1391
1391
  * @throws {RequiredError}
@@ -1397,7 +1397,7 @@ var AppointmentsApi = /** @class */ (function (_super) {
1397
1397
  };
1398
1398
  /**
1399
1399
  *
1400
- * @summary Complete appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
1400
+ * @summary Complete appointment (Auth policies: RequireDoctorRole)
1401
1401
  * @param {AppointmentsApiApiV1AppointmentsAppointmentIdCompletePostRequest} requestParameters Request parameters.
1402
1402
  * @param {*} [options] Override http request option.
1403
1403
  * @throws {RequiredError}
@@ -1409,7 +1409,7 @@ var AppointmentsApi = /** @class */ (function (_super) {
1409
1409
  };
1410
1410
  /**
1411
1411
  *
1412
- * @summary Delete appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
1412
+ * @summary Delete appointment (Auth policies: RequireDoctorRole)
1413
1413
  * @param {AppointmentsApiApiV1AppointmentsAppointmentIdDeleteRequest} requestParameters Request parameters.
1414
1414
  * @param {*} [options] Override http request option.
1415
1415
  * @throws {RequiredError}
@@ -1421,7 +1421,7 @@ var AppointmentsApi = /** @class */ (function (_super) {
1421
1421
  };
1422
1422
  /**
1423
1423
  *
1424
- * @summary Get appointment by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
1424
+ * @summary Get appointment by id (Auth policies: RequireDoctorOrPatientManagerRole)
1425
1425
  * @param {AppointmentsApiApiV1AppointmentsAppointmentIdGetRequest} requestParameters Request parameters.
1426
1426
  * @param {*} [options] Override http request option.
1427
1427
  * @throws {RequiredError}
@@ -1433,7 +1433,7 @@ var AppointmentsApi = /** @class */ (function (_super) {
1433
1433
  };
1434
1434
  /**
1435
1435
  *
1436
- * @summary Delete appointment invoice (Auth roles: Admin,Manager,LocalManager,Doctor)
1436
+ * @summary Delete appointment invoice (Auth policies: RequireDoctorRole)
1437
1437
  * @param {AppointmentsApiApiV1AppointmentsAppointmentIdInvoicesDeleteRequest} requestParameters Request parameters.
1438
1438
  * @param {*} [options] Override http request option.
1439
1439
  * @throws {RequiredError}
@@ -1445,7 +1445,7 @@ var AppointmentsApi = /** @class */ (function (_super) {
1445
1445
  };
1446
1446
  /**
1447
1447
  *
1448
- * @summary Create appointment invoice (Auth roles: Admin,Manager,LocalManager,Doctor)
1448
+ * @summary Create appointment invoice (Auth policies: RequireDoctorRole)
1449
1449
  * @param {AppointmentsApiApiV1AppointmentsAppointmentIdInvoicesPostRequest} requestParameters Request parameters.
1450
1450
  * @param {*} [options] Override http request option.
1451
1451
  * @throws {RequiredError}
@@ -1457,7 +1457,7 @@ var AppointmentsApi = /** @class */ (function (_super) {
1457
1457
  };
1458
1458
  /**
1459
1459
  *
1460
- * @summary Set appointment paid (Auth roles: Admin,Manager,LocalManager,Doctor)
1460
+ * @summary Set appointment paid (Auth policies: RequireDoctorRole)
1461
1461
  * @param {AppointmentsApiApiV1AppointmentsAppointmentIdPaidPostRequest} requestParameters Request parameters.
1462
1462
  * @param {*} [options] Override http request option.
1463
1463
  * @throws {RequiredError}
@@ -1469,7 +1469,7 @@ var AppointmentsApi = /** @class */ (function (_super) {
1469
1469
  };
1470
1470
  /**
1471
1471
  *
1472
- * @summary Set appointment as refunded (Auth roles: Admin,Manager,LocalManager,Doctor)
1472
+ * @summary Set appointment as refunded (Auth policies: RequireDoctorRole)
1473
1473
  * @param {AppointmentsApiApiV1AppointmentsAppointmentIdRefundPostRequest} requestParameters Request parameters.
1474
1474
  * @param {*} [options] Override http request option.
1475
1475
  * @throws {RequiredError}
@@ -1481,7 +1481,7 @@ var AppointmentsApi = /** @class */ (function (_super) {
1481
1481
  };
1482
1482
  /**
1483
1483
  *
1484
- * @summary Reject appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
1484
+ * @summary Reject appointment (Auth policies: RequireDoctorRole)
1485
1485
  * @param {AppointmentsApiApiV1AppointmentsAppointmentIdRejectPutRequest} requestParameters Request parameters.
1486
1486
  * @param {*} [options] Override http request option.
1487
1487
  * @throws {RequiredError}
@@ -1493,7 +1493,7 @@ var AppointmentsApi = /** @class */ (function (_super) {
1493
1493
  };
1494
1494
  /**
1495
1495
  *
1496
- * @summary Reschedule appointment (Auth roles: Admin,Manager,LocalManager,Doctor)
1496
+ * @summary Reschedule appointment (Auth policies: RequireDoctorRole)
1497
1497
  * @param {AppointmentsApiApiV1AppointmentsAppointmentIdReschedulePutRequest} requestParameters Request parameters.
1498
1498
  * @param {*} [options] Override http request option.
1499
1499
  * @throws {RequiredError}
@@ -1505,7 +1505,7 @@ var AppointmentsApi = /** @class */ (function (_super) {
1505
1505
  };
1506
1506
  /**
1507
1507
  *
1508
- * @summary Get appointments (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
1508
+ * @summary Get appointments (Auth policies: RequireDoctorOrPatientManagerRole)
1509
1509
  * @param {AppointmentsApiApiV1AppointmentsGetRequest} requestParameters Request parameters.
1510
1510
  * @param {*} [options] Override http request option.
1511
1511
  * @throws {RequiredError}
@@ -1518,7 +1518,7 @@ var AppointmentsApi = /** @class */ (function (_super) {
1518
1518
  };
1519
1519
  /**
1520
1520
  *
1521
- * @summary The patient visits and makes an appointment. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
1521
+ * @summary The patient visits and makes an appointment. (Auth policies: RequireDoctorOrPatientManagerRole)
1522
1522
  * @param {AppointmentsApiApiV1AppointmentsWalkinPostRequest} requestParameters Request parameters.
1523
1523
  * @param {*} [options] Override http request option.
1524
1524
  * @throws {RequiredError}
@@ -24,7 +24,7 @@ import { UpdateContentManagerCommand } from '../models';
24
24
  export declare const ContentManagersApiAxiosParamCreator: (configuration?: Configuration) => {
25
25
  /**
26
26
  *
27
- * @summary Delete ContentManager. (Auth roles: Admin,Manager)
27
+ * @summary Delete ContentManager. (Auth policies: RequireManagerRole)
28
28
  * @param {string} contentManagerId
29
29
  * @param {boolean} [isPermanent]
30
30
  * @param {*} [options] Override http request option.
@@ -33,7 +33,7 @@ export declare const ContentManagersApiAxiosParamCreator: (configuration?: Confi
33
33
  apiV1ContentmanagersContentManagerIdDelete: (contentManagerId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
34
34
  /**
35
35
  *
36
- * @summary Get ContentManager. (Auth roles: Admin,Manager,ContentManager)
36
+ * @summary Get ContentManager. (Auth policies: RequireContentManagerRole)
37
37
  * @param {string} contentManagerId
38
38
  * @param {*} [options] Override http request option.
39
39
  * @throws {RequiredError}
@@ -41,7 +41,7 @@ export declare const ContentManagersApiAxiosParamCreator: (configuration?: Confi
41
41
  apiV1ContentmanagersContentManagerIdGet: (contentManagerId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
42
42
  /**
43
43
  *
44
- * @summary Update ContentManager. (Auth roles: Admin,Manager,ContentManager)
44
+ * @summary Update ContentManager. (Auth policies: RequireContentManagerRole)
45
45
  * @param {string} contentManagerId
46
46
  * @param {UpdateContentManagerCommand} [updateContentManagerCommand]
47
47
  * @param {*} [options] Override http request option.
@@ -50,7 +50,7 @@ export declare const ContentManagersApiAxiosParamCreator: (configuration?: Confi
50
50
  apiV1ContentmanagersContentManagerIdPut: (contentManagerId: string, updateContentManagerCommand?: UpdateContentManagerCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
51
51
  /**
52
52
  *
53
- * @summary Reactivate ContentManager. (Auth roles: Admin,Manager)
53
+ * @summary Reactivate ContentManager. (Auth policies: RequireManagerRole)
54
54
  * @param {string} contentManagerId
55
55
  * @param {*} [options] Override http request option.
56
56
  * @throws {RequiredError}
@@ -58,7 +58,7 @@ export declare const ContentManagersApiAxiosParamCreator: (configuration?: Confi
58
58
  apiV1ContentmanagersContentManagerIdReactivatePut: (contentManagerId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
59
59
  /**
60
60
  *
61
- * @summary Get all ContentManagers. (Auth roles: Admin,Manager)
61
+ * @summary Get all ContentManagers. (Auth policies: RequireManagerRole)
62
62
  * @param {string} [id]
63
63
  * @param {string} [fullname]
64
64
  * @param {string} [email]
@@ -75,7 +75,7 @@ export declare const ContentManagersApiAxiosParamCreator: (configuration?: Confi
75
75
  apiV1ContentmanagersGet: (id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
76
76
  /**
77
77
  *
78
- * @summary Create a ContentManager. (Auth roles: Admin,Manager)
78
+ * @summary Create a ContentManager. (Auth policies: RequireManagerRole)
79
79
  * @param {CreateContentManagerCommand} [createContentManagerCommand]
80
80
  * @param {*} [options] Override http request option.
81
81
  * @throws {RequiredError}
@@ -89,7 +89,7 @@ export declare const ContentManagersApiAxiosParamCreator: (configuration?: Confi
89
89
  export declare const ContentManagersApiFp: (configuration?: Configuration) => {
90
90
  /**
91
91
  *
92
- * @summary Delete ContentManager. (Auth roles: Admin,Manager)
92
+ * @summary Delete ContentManager. (Auth policies: RequireManagerRole)
93
93
  * @param {string} contentManagerId
94
94
  * @param {boolean} [isPermanent]
95
95
  * @param {*} [options] Override http request option.
@@ -98,7 +98,7 @@ export declare const ContentManagersApiFp: (configuration?: Configuration) => {
98
98
  apiV1ContentmanagersContentManagerIdDelete(contentManagerId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
99
99
  /**
100
100
  *
101
- * @summary Get ContentManager. (Auth roles: Admin,Manager,ContentManager)
101
+ * @summary Get ContentManager. (Auth policies: RequireContentManagerRole)
102
102
  * @param {string} contentManagerId
103
103
  * @param {*} [options] Override http request option.
104
104
  * @throws {RequiredError}
@@ -106,7 +106,7 @@ export declare const ContentManagersApiFp: (configuration?: Configuration) => {
106
106
  apiV1ContentmanagersContentManagerIdGet(contentManagerId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentManagerModel>>;
107
107
  /**
108
108
  *
109
- * @summary Update ContentManager. (Auth roles: Admin,Manager,ContentManager)
109
+ * @summary Update ContentManager. (Auth policies: RequireContentManagerRole)
110
110
  * @param {string} contentManagerId
111
111
  * @param {UpdateContentManagerCommand} [updateContentManagerCommand]
112
112
  * @param {*} [options] Override http request option.
@@ -115,7 +115,7 @@ export declare const ContentManagersApiFp: (configuration?: Configuration) => {
115
115
  apiV1ContentmanagersContentManagerIdPut(contentManagerId: string, updateContentManagerCommand?: UpdateContentManagerCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentManagerModel>>;
116
116
  /**
117
117
  *
118
- * @summary Reactivate ContentManager. (Auth roles: Admin,Manager)
118
+ * @summary Reactivate ContentManager. (Auth policies: RequireManagerRole)
119
119
  * @param {string} contentManagerId
120
120
  * @param {*} [options] Override http request option.
121
121
  * @throws {RequiredError}
@@ -123,7 +123,7 @@ export declare const ContentManagersApiFp: (configuration?: Configuration) => {
123
123
  apiV1ContentmanagersContentManagerIdReactivatePut(contentManagerId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
124
124
  /**
125
125
  *
126
- * @summary Get all ContentManagers. (Auth roles: Admin,Manager)
126
+ * @summary Get all ContentManagers. (Auth policies: RequireManagerRole)
127
127
  * @param {string} [id]
128
128
  * @param {string} [fullname]
129
129
  * @param {string} [email]
@@ -140,7 +140,7 @@ export declare const ContentManagersApiFp: (configuration?: Configuration) => {
140
140
  apiV1ContentmanagersGet(id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentManagersModel>>;
141
141
  /**
142
142
  *
143
- * @summary Create a ContentManager. (Auth roles: Admin,Manager)
143
+ * @summary Create a ContentManager. (Auth policies: RequireManagerRole)
144
144
  * @param {CreateContentManagerCommand} [createContentManagerCommand]
145
145
  * @param {*} [options] Override http request option.
146
146
  * @throws {RequiredError}
@@ -154,7 +154,7 @@ export declare const ContentManagersApiFp: (configuration?: Configuration) => {
154
154
  export declare const ContentManagersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
155
155
  /**
156
156
  *
157
- * @summary Delete ContentManager. (Auth roles: Admin,Manager)
157
+ * @summary Delete ContentManager. (Auth policies: RequireManagerRole)
158
158
  * @param {string} contentManagerId
159
159
  * @param {boolean} [isPermanent]
160
160
  * @param {*} [options] Override http request option.
@@ -163,7 +163,7 @@ export declare const ContentManagersApiFactory: (configuration?: Configuration,
163
163
  apiV1ContentmanagersContentManagerIdDelete(contentManagerId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
164
164
  /**
165
165
  *
166
- * @summary Get ContentManager. (Auth roles: Admin,Manager,ContentManager)
166
+ * @summary Get ContentManager. (Auth policies: RequireContentManagerRole)
167
167
  * @param {string} contentManagerId
168
168
  * @param {*} [options] Override http request option.
169
169
  * @throws {RequiredError}
@@ -171,7 +171,7 @@ export declare const ContentManagersApiFactory: (configuration?: Configuration,
171
171
  apiV1ContentmanagersContentManagerIdGet(contentManagerId: string, options?: any): AxiosPromise<ContentManagerModel>;
172
172
  /**
173
173
  *
174
- * @summary Update ContentManager. (Auth roles: Admin,Manager,ContentManager)
174
+ * @summary Update ContentManager. (Auth policies: RequireContentManagerRole)
175
175
  * @param {string} contentManagerId
176
176
  * @param {UpdateContentManagerCommand} [updateContentManagerCommand]
177
177
  * @param {*} [options] Override http request option.
@@ -180,7 +180,7 @@ export declare const ContentManagersApiFactory: (configuration?: Configuration,
180
180
  apiV1ContentmanagersContentManagerIdPut(contentManagerId: string, updateContentManagerCommand?: UpdateContentManagerCommand, options?: any): AxiosPromise<ContentManagerModel>;
181
181
  /**
182
182
  *
183
- * @summary Reactivate ContentManager. (Auth roles: Admin,Manager)
183
+ * @summary Reactivate ContentManager. (Auth policies: RequireManagerRole)
184
184
  * @param {string} contentManagerId
185
185
  * @param {*} [options] Override http request option.
186
186
  * @throws {RequiredError}
@@ -188,7 +188,7 @@ export declare const ContentManagersApiFactory: (configuration?: Configuration,
188
188
  apiV1ContentmanagersContentManagerIdReactivatePut(contentManagerId: string, options?: any): AxiosPromise<boolean>;
189
189
  /**
190
190
  *
191
- * @summary Get all ContentManagers. (Auth roles: Admin,Manager)
191
+ * @summary Get all ContentManagers. (Auth policies: RequireManagerRole)
192
192
  * @param {string} [id]
193
193
  * @param {string} [fullname]
194
194
  * @param {string} [email]
@@ -205,7 +205,7 @@ export declare const ContentManagersApiFactory: (configuration?: Configuration,
205
205
  apiV1ContentmanagersGet(id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<ContentManagersModel>;
206
206
  /**
207
207
  *
208
- * @summary Create a ContentManager. (Auth roles: Admin,Manager)
208
+ * @summary Create a ContentManager. (Auth policies: RequireManagerRole)
209
209
  * @param {CreateContentManagerCommand} [createContentManagerCommand]
210
210
  * @param {*} [options] Override http request option.
211
211
  * @throws {RequiredError}
@@ -365,7 +365,7 @@ export interface ContentManagersApiApiV1ContentmanagersPostRequest {
365
365
  export declare class ContentManagersApi extends BaseAPI {
366
366
  /**
367
367
  *
368
- * @summary Delete ContentManager. (Auth roles: Admin,Manager)
368
+ * @summary Delete ContentManager. (Auth policies: RequireManagerRole)
369
369
  * @param {ContentManagersApiApiV1ContentmanagersContentManagerIdDeleteRequest} requestParameters Request parameters.
370
370
  * @param {*} [options] Override http request option.
371
371
  * @throws {RequiredError}
@@ -374,7 +374,7 @@ export declare class ContentManagersApi extends BaseAPI {
374
374
  apiV1ContentmanagersContentManagerIdDelete(requestParameters: ContentManagersApiApiV1ContentmanagersContentManagerIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
375
375
  /**
376
376
  *
377
- * @summary Get ContentManager. (Auth roles: Admin,Manager,ContentManager)
377
+ * @summary Get ContentManager. (Auth policies: RequireContentManagerRole)
378
378
  * @param {ContentManagersApiApiV1ContentmanagersContentManagerIdGetRequest} requestParameters Request parameters.
379
379
  * @param {*} [options] Override http request option.
380
380
  * @throws {RequiredError}
@@ -383,7 +383,7 @@ export declare class ContentManagersApi extends BaseAPI {
383
383
  apiV1ContentmanagersContentManagerIdGet(requestParameters: ContentManagersApiApiV1ContentmanagersContentManagerIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContentManagerModel, any>>;
384
384
  /**
385
385
  *
386
- * @summary Update ContentManager. (Auth roles: Admin,Manager,ContentManager)
386
+ * @summary Update ContentManager. (Auth policies: RequireContentManagerRole)
387
387
  * @param {ContentManagersApiApiV1ContentmanagersContentManagerIdPutRequest} requestParameters Request parameters.
388
388
  * @param {*} [options] Override http request option.
389
389
  * @throws {RequiredError}
@@ -392,7 +392,7 @@ export declare class ContentManagersApi extends BaseAPI {
392
392
  apiV1ContentmanagersContentManagerIdPut(requestParameters: ContentManagersApiApiV1ContentmanagersContentManagerIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContentManagerModel, any>>;
393
393
  /**
394
394
  *
395
- * @summary Reactivate ContentManager. (Auth roles: Admin,Manager)
395
+ * @summary Reactivate ContentManager. (Auth policies: RequireManagerRole)
396
396
  * @param {ContentManagersApiApiV1ContentmanagersContentManagerIdReactivatePutRequest} requestParameters Request parameters.
397
397
  * @param {*} [options] Override http request option.
398
398
  * @throws {RequiredError}
@@ -401,7 +401,7 @@ export declare class ContentManagersApi extends BaseAPI {
401
401
  apiV1ContentmanagersContentManagerIdReactivatePut(requestParameters: ContentManagersApiApiV1ContentmanagersContentManagerIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
402
402
  /**
403
403
  *
404
- * @summary Get all ContentManagers. (Auth roles: Admin,Manager)
404
+ * @summary Get all ContentManagers. (Auth policies: RequireManagerRole)
405
405
  * @param {ContentManagersApiApiV1ContentmanagersGetRequest} requestParameters Request parameters.
406
406
  * @param {*} [options] Override http request option.
407
407
  * @throws {RequiredError}
@@ -410,7 +410,7 @@ export declare class ContentManagersApi extends BaseAPI {
410
410
  apiV1ContentmanagersGet(requestParameters?: ContentManagersApiApiV1ContentmanagersGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ContentManagersModel, any>>;
411
411
  /**
412
412
  *
413
- * @summary Create a ContentManager. (Auth roles: Admin,Manager)
413
+ * @summary Create a ContentManager. (Auth policies: RequireManagerRole)
414
414
  * @param {ContentManagersApiApiV1ContentmanagersPostRequest} requestParameters Request parameters.
415
415
  * @param {*} [options] Override http request option.
416
416
  * @throws {RequiredError}