ch-admin-api-client-typescript 5.68.2 → 5.70.0
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.
- package/lib/api/about-us-api.d.ts +28 -28
- package/lib/api/about-us-api.js +28 -28
- package/lib/api/appointments-api.d.ts +52 -52
- package/lib/api/appointments-api.js +52 -52
- package/lib/api/content-managers-api.d.ts +24 -24
- package/lib/api/content-managers-api.js +24 -24
- package/lib/api/countries-api.d.ts +28 -28
- package/lib/api/countries-api.js +28 -28
- package/lib/api/form-results-api.d.ts +20 -20
- package/lib/api/form-results-api.js +20 -20
- package/lib/api/hospitals-api.d.ts +520 -520
- package/lib/api/hospitals-api.js +520 -520
- package/lib/api/languages-api.d.ts +8 -8
- package/lib/api/languages-api.js +8 -8
- package/lib/api/notifications-api.d.ts +8 -8
- package/lib/api/notifications-api.js +8 -8
- package/lib/api/patient-affiliations-api.d.ts +8 -8
- package/lib/api/patient-affiliations-api.js +8 -8
- package/lib/api/patient-managers-api.d.ts +24 -24
- package/lib/api/patient-managers-api.js +24 -24
- package/lib/api/patients-api.d.ts +48 -48
- package/lib/api/patients-api.js +48 -48
- package/lib/api/profiles-api.d.ts +24 -24
- package/lib/api/profiles-api.js +24 -24
- package/lib/api/specialties-api.d.ts +60 -60
- package/lib/api/specialties-api.js +60 -60
- package/lib/api/specialty-types-api.d.ts +64 -64
- package/lib/api/specialty-types-api.js +64 -64
- package/lib/api/survey-results-api.d.ts +16 -16
- package/lib/api/survey-results-api.js +16 -16
- package/lib/api/tags-api.d.ts +16 -16
- package/lib/api/tags-api.js +16 -16
- package/lib/api/translation-api.d.ts +8 -8
- package/lib/api/translation-api.js +8 -8
- package/lib/api/users-api.d.ts +8 -8
- package/lib/api/users-api.js +8 -8
- package/lib/models/notification-code.d.ts +3 -1
- package/lib/models/notification-code.d.ts.map +1 -1
- package/lib/models/notification-code.js +3 -1
- 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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}
|