ch-admin-api-client-typescript 5.43.20 → 5.45.4
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/appointments-api.d.ts +52 -52
- package/lib/api/appointments-api.js +52 -52
- package/lib/api/curation-categories-api.d.ts +385 -0
- package/lib/api/curation-categories-api.d.ts.map +1 -0
- package/lib/api/{search-curations-api.js → curation-categories-api.js} +192 -175
- package/lib/api/curations-api.d.ts +49 -168
- package/lib/api/curations-api.d.ts.map +1 -1
- package/lib/api/curations-api.js +63 -259
- 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 +25 -6
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +30 -18
- package/lib/api/patient-affiliations-api.d.ts +8 -8
- package/lib/api/patient-affiliations-api.js +8 -8
- package/lib/api/patients-api.d.ts +48 -48
- package/lib/api/patients-api.js +48 -48
- package/lib/api/survey-results-api.d.ts +16 -16
- package/lib/api/survey-results-api.js +16 -16
- package/lib/api/whats-app-template-media-api.d.ts +321 -0
- package/lib/api/whats-app-template-media-api.d.ts.map +1 -0
- package/lib/api/whats-app-template-media-api.js +618 -0
- package/lib/api.d.ts +2 -1
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +2 -1
- package/lib/models/chadmin-model.d.ts +0 -7
- package/lib/models/chadmin-model.d.ts.map +1 -1
- package/lib/models/chmanager-model.d.ts +0 -7
- package/lib/models/chmanager-model.d.ts.map +1 -1
- package/lib/models/content-manager-model.d.ts +0 -7
- package/lib/models/content-manager-model.d.ts.map +1 -1
- package/lib/models/create-curation-category-command.d.ts +37 -0
- package/lib/models/create-curation-category-command.d.ts.map +1 -0
- package/lib/models/create-curation-command-translation.d.ts +37 -0
- package/lib/models/create-curation-command-translation.d.ts.map +1 -0
- package/lib/models/create-curation-command.d.ts +4 -57
- package/lib/models/create-curation-command.d.ts.map +1 -1
- package/lib/models/create-doctor-command.d.ts +6 -0
- package/lib/models/create-doctor-command.d.ts.map +1 -1
- package/lib/models/create-patient-command.d.ts +6 -0
- package/lib/models/create-patient-command.d.ts.map +1 -1
- package/lib/models/create-whats-app-template-media-command.d.ts +45 -0
- package/lib/models/create-whats-app-template-media-command.d.ts.map +1 -0
- package/lib/models/curation-categories-model.d.ts +33 -0
- package/lib/models/curation-categories-model.d.ts.map +1 -0
- package/lib/models/curation-category-model.d.ts +49 -0
- package/lib/models/curation-category-model.d.ts.map +1 -0
- package/lib/models/curation-category-model.js +15 -0
- package/lib/models/curation-model.d.ts +8 -51
- package/lib/models/curation-model.d.ts.map +1 -1
- package/lib/models/delete-whats-app-template-media-by-tag-command.d.ts +31 -0
- package/lib/models/delete-whats-app-template-media-by-tag-command.d.ts.map +1 -0
- package/lib/models/delete-whats-app-template-media-by-tag-command.js +15 -0
- package/lib/models/doctor-model.d.ts +0 -7
- package/lib/models/doctor-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +15 -5
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +15 -5
- package/lib/models/manager-model.d.ts +0 -7
- package/lib/models/manager-model.d.ts.map +1 -1
- package/lib/models/{user-type.js → meta-media-type.d.ts} +8 -14
- package/lib/models/meta-media-type.d.ts.map +1 -0
- package/lib/models/meta-media-type.js +28 -0
- package/lib/models/patient-manager-model.d.ts +0 -7
- package/lib/models/patient-manager-model.d.ts.map +1 -1
- package/lib/models/patient-model.d.ts +0 -7
- package/lib/models/patient-model.d.ts.map +1 -1
- package/lib/models/translate-curation-category-command.d.ts +31 -0
- package/lib/models/translate-curation-category-command.d.ts.map +1 -0
- package/lib/models/translate-curation-category-command.js +15 -0
- package/lib/models/translate-curation-command.d.ts +0 -13
- package/lib/models/translate-curation-command.d.ts.map +1 -1
- package/lib/models/update-curation-category-command-translation.d.ts +31 -0
- package/lib/models/update-curation-category-command-translation.d.ts.map +1 -0
- package/lib/models/update-curation-category-command-translation.js +15 -0
- package/lib/models/update-curation-category-command.d.ts +38 -0
- package/lib/models/update-curation-category-command.d.ts.map +1 -0
- package/lib/models/update-curation-category-command.js +15 -0
- package/lib/models/update-curation-command-translation.d.ts +37 -0
- package/lib/models/update-curation-command-translation.d.ts.map +1 -0
- package/lib/models/update-curation-command-translation.js +15 -0
- package/lib/models/update-curation-command.d.ts +5 -46
- package/lib/models/update-curation-command.d.ts.map +1 -1
- package/lib/models/user-model.d.ts +0 -7
- package/lib/models/user-model.d.ts.map +1 -1
- package/lib/models/whats-app-template-media-item-model.d.ts +76 -0
- package/lib/models/whats-app-template-media-item-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-media-item-model.js +15 -0
- package/lib/models/whats-app-template-media-model.d.ts +76 -0
- package/lib/models/whats-app-template-media-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-media-model.js +15 -0
- package/lib/models/{search-curation-primary-item-model.d.ts → whats-app-template-media-tags-model.d.ts} +7 -7
- package/lib/models/whats-app-template-media-tags-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-media-tags-model.js +15 -0
- package/lib/models/whats-app-template-medias-model.d.ts +33 -0
- package/lib/models/whats-app-template-medias-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-medias-model.js +15 -0
- package/package.json +1 -1
- package/lib/api/search-curations-api.d.ts +0 -364
- package/lib/api/search-curations-api.d.ts.map +0 -1
- package/lib/models/save-search-curations-command.d.ts +0 -26
- package/lib/models/save-search-curations-command.d.ts.map +0 -1
- package/lib/models/search-curation-item-input-model.d.ts +0 -92
- package/lib/models/search-curation-item-input-model.d.ts.map +0 -1
- package/lib/models/search-curation-item-model.d.ts +0 -98
- package/lib/models/search-curation-item-model.d.ts.map +0 -1
- package/lib/models/search-curation-primary-item-model.d.ts.map +0 -1
- package/lib/models/user-type.d.ts +0 -28
- package/lib/models/user-type.d.ts.map +0 -1
- /package/lib/models/{save-search-curations-command.js → create-curation-category-command.js} +0 -0
- /package/lib/models/{search-curation-item-input-model.js → create-curation-command-translation.js} +0 -0
- /package/lib/models/{search-curation-item-model.js → create-whats-app-template-media-command.js} +0 -0
- /package/lib/models/{search-curation-primary-item-model.js → curation-categories-model.js} +0 -0
|
@@ -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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
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 roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
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 roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
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 roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
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 roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
1522
1522
|
* @param {AppointmentsApiApiV1AppointmentsWalkinPostRequest} requestParameters Request parameters.
|
|
1523
1523
|
* @param {*} [options] Override http request option.
|
|
1524
1524
|
* @throws {RequiredError}
|