ch-admin-api-client-typescript 5.88.47 → 5.88.52
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 +8 -8
- package/lib/api/about-us-api.js +6 -6
- package/lib/api/appointments-api.d.ts +12 -12
- package/lib/api/appointments-api.js +9 -9
- package/lib/api/article-categories-api.d.ts +4 -4
- package/lib/api/article-categories-api.js +3 -3
- package/lib/api/articles-api.d.ts +16 -16
- package/lib/api/articles-api.js +12 -12
- package/lib/api/badges-api.d.ts +4 -4
- package/lib/api/badges-api.js +3 -3
- package/lib/api/benefits-api.d.ts +4 -4
- package/lib/api/benefits-api.js +3 -3
- package/lib/api/call-histories-api.d.ts +4 -4
- package/lib/api/call-histories-api.js +3 -3
- package/lib/api/contributors-api.d.ts +8 -8
- package/lib/api/contributors-api.js +6 -6
- package/lib/api/countries-api.d.ts +24 -24
- package/lib/api/countries-api.js +18 -18
- package/lib/api/curation-categories-api.d.ts +12 -12
- package/lib/api/curation-categories-api.js +9 -9
- package/lib/api/curations-api.d.ts +12 -12
- package/lib/api/curations-api.js +9 -9
- package/lib/api/deal-global-settings-api.d.ts +4 -4
- package/lib/api/deal-global-settings-api.js +3 -3
- package/lib/api/deals-api.d.ts +16 -16
- package/lib/api/deals-api.js +12 -12
- package/lib/api/doctor-affiliations-api.d.ts +4 -4
- package/lib/api/doctor-affiliations-api.js +3 -3
- package/lib/api/doctors-api.d.ts +12 -12
- package/lib/api/doctors-api.js +9 -9
- package/lib/api/faq-categories-api.d.ts +8 -8
- package/lib/api/faq-categories-api.js +6 -6
- package/lib/api/faqs-api.d.ts +8 -8
- package/lib/api/faqs-api.js +6 -6
- package/lib/api/form-results-api.d.ts +8 -8
- package/lib/api/form-results-api.js +6 -6
- package/lib/api/form-templates-api.d.ts +8 -8
- package/lib/api/form-templates-api.js +6 -6
- package/lib/api/frequently-asked-questions-api.d.ts +4 -4
- package/lib/api/frequently-asked-questions-api.js +3 -3
- package/lib/api/general-articles-api.d.ts +8 -8
- package/lib/api/general-articles-api.js +6 -6
- package/lib/api/hospital-branches-api.d.ts +4 -4
- package/lib/api/hospital-branches-api.js +3 -3
- package/lib/api/hospital-groups-api.d.ts +4 -4
- package/lib/api/hospital-groups-api.js +3 -3
- package/lib/api/hospitals-api.d.ts +136 -136
- package/lib/api/hospitals-api.js +104 -104
- package/lib/api/languages-api.d.ts +36 -36
- package/lib/api/languages-api.js +27 -27
- package/lib/api/patient-affiliations-api.d.ts +4 -4
- package/lib/api/patient-affiliations-api.js +3 -3
- package/lib/api/patients-api.d.ts +4 -4
- package/lib/api/patients-api.js +3 -3
- package/lib/api/platform-interpretation-languages-api.d.ts +16 -16
- package/lib/api/platform-interpretation-languages-api.js +12 -12
- package/lib/api/prescriptions-api.d.ts +8 -8
- package/lib/api/prescriptions-api.js +6 -6
- package/lib/api/promotions-api.d.ts +4 -4
- package/lib/api/promotions-api.js +3 -3
- package/lib/api/service-reviews-api.d.ts +8 -8
- package/lib/api/service-reviews-api.js +6 -6
- package/lib/api/services-api.d.ts +8 -8
- package/lib/api/services-api.js +6 -6
- package/lib/api/specialties-api.d.ts +8 -8
- package/lib/api/specialties-api.js +6 -6
- package/lib/api/specialty-types-api.d.ts +8 -8
- package/lib/api/specialty-types-api.js +6 -6
- package/lib/api/survey-forms-api.d.ts +8 -8
- package/lib/api/survey-forms-api.js +6 -6
- package/lib/api/survey-results-api.d.ts +4 -4
- package/lib/api/survey-results-api.js +3 -3
- package/lib/api/users-api.d.ts +4 -4
- package/lib/api/users-api.js +3 -3
- package/lib/api/web-apps-api.d.ts +139 -12
- package/lib/api/web-apps-api.d.ts.map +1 -1
- package/lib/api/web-apps-api.js +275 -11
- package/lib/models/country-language-item-model.d.ts +12 -0
- package/lib/models/country-language-item-model.d.ts.map +1 -1
- package/lib/models/country-language-model.d.ts +12 -0
- package/lib/models/country-language-model.d.ts.map +1 -1
- package/lib/models/deploy-web-apps-command.d.ts +31 -0
- package/lib/models/deploy-web-apps-command.d.ts.map +1 -0
- package/lib/models/deploy-web-apps-command.js +15 -0
- package/lib/models/index.d.ts +2 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +2 -0
- package/lib/models/save-country-language-command.d.ts +6 -0
- package/lib/models/save-country-language-command.d.ts.map +1 -1
- package/lib/models/suspend-web-apps-command.d.ts +31 -0
- package/lib/models/suspend-web-apps-command.d.ts.map +1 -0
- package/lib/models/suspend-web-apps-command.js +15 -0
- package/package.json +1 -1
package/lib/api/services-api.js
CHANGED
|
@@ -228,7 +228,7 @@ var ServicesApiAxiosParamCreator = function (configuration) {
|
|
|
228
228
|
*
|
|
229
229
|
* @summary Get Service by ServiceId (Auth policies: RequireDoctorOrContentManagerRole)
|
|
230
230
|
* @param {string} serviceId
|
|
231
|
-
* @param {string} [languageCode]
|
|
231
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
232
232
|
* @param {boolean} [returnDefaultValue]
|
|
233
233
|
* @param {*} [options] Override http request option.
|
|
234
234
|
* @throws {RequiredError}
|
|
@@ -283,7 +283,7 @@ var ServicesApiAxiosParamCreator = function (configuration) {
|
|
|
283
283
|
*
|
|
284
284
|
* @summary Get Service by slug (Auth policies: RequireDoctorOrContentManagerRole)
|
|
285
285
|
* @param {string} slug
|
|
286
|
-
* @param {string} [languageCode]
|
|
286
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
287
287
|
* @param {boolean} [returnDefaultValue]
|
|
288
288
|
* @param {*} [options] Override http request option.
|
|
289
289
|
* @throws {RequiredError}
|
|
@@ -386,7 +386,7 @@ var ServicesApiFp = function (configuration) {
|
|
|
386
386
|
*
|
|
387
387
|
* @summary Get Service by ServiceId (Auth policies: RequireDoctorOrContentManagerRole)
|
|
388
388
|
* @param {string} serviceId
|
|
389
|
-
* @param {string} [languageCode]
|
|
389
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
390
390
|
* @param {boolean} [returnDefaultValue]
|
|
391
391
|
* @param {*} [options] Override http request option.
|
|
392
392
|
* @throws {RequiredError}
|
|
@@ -408,7 +408,7 @@ var ServicesApiFp = function (configuration) {
|
|
|
408
408
|
*
|
|
409
409
|
* @summary Get Service by slug (Auth policies: RequireDoctorOrContentManagerRole)
|
|
410
410
|
* @param {string} slug
|
|
411
|
-
* @param {string} [languageCode]
|
|
411
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
412
412
|
* @param {boolean} [returnDefaultValue]
|
|
413
413
|
* @param {*} [options] Override http request option.
|
|
414
414
|
* @throws {RequiredError}
|
|
@@ -468,7 +468,7 @@ var ServicesApiFactory = function (configuration, basePath, axios) {
|
|
|
468
468
|
*
|
|
469
469
|
* @summary Get Service by ServiceId (Auth policies: RequireDoctorOrContentManagerRole)
|
|
470
470
|
* @param {string} serviceId
|
|
471
|
-
* @param {string} [languageCode]
|
|
471
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
472
472
|
* @param {boolean} [returnDefaultValue]
|
|
473
473
|
* @param {*} [options] Override http request option.
|
|
474
474
|
* @throws {RequiredError}
|
|
@@ -480,7 +480,7 @@ var ServicesApiFactory = function (configuration, basePath, axios) {
|
|
|
480
480
|
*
|
|
481
481
|
* @summary Get Service by slug (Auth policies: RequireDoctorOrContentManagerRole)
|
|
482
482
|
* @param {string} slug
|
|
483
|
-
* @param {string} [languageCode]
|
|
483
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
484
484
|
* @param {boolean} [returnDefaultValue]
|
|
485
485
|
* @param {*} [options] Override http request option.
|
|
486
486
|
* @throws {RequiredError}
|
|
@@ -85,7 +85,7 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
85
85
|
*
|
|
86
86
|
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
87
87
|
* @param {string} slug
|
|
88
|
-
* @param {string} [languageCode]
|
|
88
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
89
89
|
* @param {boolean} [returnDefaultValue]
|
|
90
90
|
* @param {*} [options] Override http request option.
|
|
91
91
|
* @throws {RequiredError}
|
|
@@ -104,7 +104,7 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
104
104
|
*
|
|
105
105
|
* @summary Get Specialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
106
106
|
* @param {string} specialtyId
|
|
107
|
-
* @param {string} [languageCode]
|
|
107
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
108
108
|
* @param {boolean} [returnDefaultValue]
|
|
109
109
|
* @param {*} [options] Override http request option.
|
|
110
110
|
* @throws {RequiredError}
|
|
@@ -273,7 +273,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration) => {
|
|
|
273
273
|
*
|
|
274
274
|
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
275
275
|
* @param {string} slug
|
|
276
|
-
* @param {string} [languageCode]
|
|
276
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
277
277
|
* @param {boolean} [returnDefaultValue]
|
|
278
278
|
* @param {*} [options] Override http request option.
|
|
279
279
|
* @throws {RequiredError}
|
|
@@ -292,7 +292,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration) => {
|
|
|
292
292
|
*
|
|
293
293
|
* @summary Get Specialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
294
294
|
* @param {string} specialtyId
|
|
295
|
-
* @param {string} [languageCode]
|
|
295
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
296
296
|
* @param {boolean} [returnDefaultValue]
|
|
297
297
|
* @param {*} [options] Override http request option.
|
|
298
298
|
* @throws {RequiredError}
|
|
@@ -461,7 +461,7 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration, base
|
|
|
461
461
|
*
|
|
462
462
|
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
463
463
|
* @param {string} slug
|
|
464
|
-
* @param {string} [languageCode]
|
|
464
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
465
465
|
* @param {boolean} [returnDefaultValue]
|
|
466
466
|
* @param {*} [options] Override http request option.
|
|
467
467
|
* @throws {RequiredError}
|
|
@@ -480,7 +480,7 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration, base
|
|
|
480
480
|
*
|
|
481
481
|
* @summary Get Specialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
482
482
|
* @param {string} specialtyId
|
|
483
|
-
* @param {string} [languageCode]
|
|
483
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
484
484
|
* @param {boolean} [returnDefaultValue]
|
|
485
485
|
* @param {*} [options] Override http request option.
|
|
486
486
|
* @throws {RequiredError}
|
|
@@ -798,7 +798,7 @@ export interface SpecialtiesApiApiV1SpecialtiesSlugGetRequest {
|
|
|
798
798
|
*/
|
|
799
799
|
readonly slug: string;
|
|
800
800
|
/**
|
|
801
|
-
*
|
|
801
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
802
802
|
* @type {string}
|
|
803
803
|
* @memberof SpecialtiesApiApiV1SpecialtiesSlugGet
|
|
804
804
|
*/
|
|
@@ -842,7 +842,7 @@ export interface SpecialtiesApiApiV1SpecialtiesSpecialtyIdGetRequest {
|
|
|
842
842
|
*/
|
|
843
843
|
readonly specialtyId: string;
|
|
844
844
|
/**
|
|
845
|
-
*
|
|
845
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
846
846
|
* @type {string}
|
|
847
847
|
* @memberof SpecialtiesApiApiV1SpecialtiesSpecialtyIdGet
|
|
848
848
|
*/
|
|
@@ -357,7 +357,7 @@ var SpecialtiesApiAxiosParamCreator = function (configuration) {
|
|
|
357
357
|
*
|
|
358
358
|
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
359
359
|
* @param {string} slug
|
|
360
|
-
* @param {string} [languageCode]
|
|
360
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
361
361
|
* @param {boolean} [returnDefaultValue]
|
|
362
362
|
* @param {*} [options] Override http request option.
|
|
363
363
|
* @throws {RequiredError}
|
|
@@ -463,7 +463,7 @@ var SpecialtiesApiAxiosParamCreator = function (configuration) {
|
|
|
463
463
|
*
|
|
464
464
|
* @summary Get Specialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
465
465
|
* @param {string} specialtyId
|
|
466
|
-
* @param {string} [languageCode]
|
|
466
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
467
467
|
* @param {boolean} [returnDefaultValue]
|
|
468
468
|
* @param {*} [options] Override http request option.
|
|
469
469
|
* @throws {RequiredError}
|
|
@@ -1187,7 +1187,7 @@ var SpecialtiesApiFp = function (configuration) {
|
|
|
1187
1187
|
*
|
|
1188
1188
|
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
1189
1189
|
* @param {string} slug
|
|
1190
|
-
* @param {string} [languageCode]
|
|
1190
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1191
1191
|
* @param {boolean} [returnDefaultValue]
|
|
1192
1192
|
* @param {*} [options] Override http request option.
|
|
1193
1193
|
* @throws {RequiredError}
|
|
@@ -1230,7 +1230,7 @@ var SpecialtiesApiFp = function (configuration) {
|
|
|
1230
1230
|
*
|
|
1231
1231
|
* @summary Get Specialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
1232
1232
|
* @param {string} specialtyId
|
|
1233
|
-
* @param {string} [languageCode]
|
|
1233
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1234
1234
|
* @param {boolean} [returnDefaultValue]
|
|
1235
1235
|
* @param {*} [options] Override http request option.
|
|
1236
1236
|
* @throws {RequiredError}
|
|
@@ -1553,7 +1553,7 @@ var SpecialtiesApiFactory = function (configuration, basePath, axios) {
|
|
|
1553
1553
|
*
|
|
1554
1554
|
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
1555
1555
|
* @param {string} slug
|
|
1556
|
-
* @param {string} [languageCode]
|
|
1556
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1557
1557
|
* @param {boolean} [returnDefaultValue]
|
|
1558
1558
|
* @param {*} [options] Override http request option.
|
|
1559
1559
|
* @throws {RequiredError}
|
|
@@ -1576,7 +1576,7 @@ var SpecialtiesApiFactory = function (configuration, basePath, axios) {
|
|
|
1576
1576
|
*
|
|
1577
1577
|
* @summary Get Specialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
1578
1578
|
* @param {string} specialtyId
|
|
1579
|
-
* @param {string} [languageCode]
|
|
1579
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1580
1580
|
* @param {boolean} [returnDefaultValue]
|
|
1581
1581
|
* @param {*} [options] Override http request option.
|
|
1582
1582
|
* @throws {RequiredError}
|
|
@@ -87,7 +87,7 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
|
|
|
87
87
|
*
|
|
88
88
|
* @summary Get department by slug (Auth policies: RequireDefaultAdminAppRole)
|
|
89
89
|
* @param {string} slug
|
|
90
|
-
* @param {string} [languageCode]
|
|
90
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
91
91
|
* @param {boolean} [returnDefaultValue]
|
|
92
92
|
* @param {*} [options] Override http request option.
|
|
93
93
|
* @throws {RequiredError}
|
|
@@ -114,7 +114,7 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
|
|
|
114
114
|
*
|
|
115
115
|
* @summary Get department (Auth policies: RequireDefaultAdminAppRole)
|
|
116
116
|
* @param {string} specialtyTypeId
|
|
117
|
-
* @param {string} [languageCode]
|
|
117
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
118
118
|
* @param {boolean} [returnDefaultValue]
|
|
119
119
|
* @param {*} [options] Override http request option.
|
|
120
120
|
* @throws {RequiredError}
|
|
@@ -283,7 +283,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration) => {
|
|
|
283
283
|
*
|
|
284
284
|
* @summary Get department by slug (Auth policies: RequireDefaultAdminAppRole)
|
|
285
285
|
* @param {string} slug
|
|
286
|
-
* @param {string} [languageCode]
|
|
286
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
287
287
|
* @param {boolean} [returnDefaultValue]
|
|
288
288
|
* @param {*} [options] Override http request option.
|
|
289
289
|
* @throws {RequiredError}
|
|
@@ -310,7 +310,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration) => {
|
|
|
310
310
|
*
|
|
311
311
|
* @summary Get department (Auth policies: RequireDefaultAdminAppRole)
|
|
312
312
|
* @param {string} specialtyTypeId
|
|
313
|
-
* @param {string} [languageCode]
|
|
313
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
314
314
|
* @param {boolean} [returnDefaultValue]
|
|
315
315
|
* @param {*} [options] Override http request option.
|
|
316
316
|
* @throws {RequiredError}
|
|
@@ -479,7 +479,7 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration, b
|
|
|
479
479
|
*
|
|
480
480
|
* @summary Get department by slug (Auth policies: RequireDefaultAdminAppRole)
|
|
481
481
|
* @param {string} slug
|
|
482
|
-
* @param {string} [languageCode]
|
|
482
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
483
483
|
* @param {boolean} [returnDefaultValue]
|
|
484
484
|
* @param {*} [options] Override http request option.
|
|
485
485
|
* @throws {RequiredError}
|
|
@@ -506,7 +506,7 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration, b
|
|
|
506
506
|
*
|
|
507
507
|
* @summary Get department (Auth policies: RequireDefaultAdminAppRole)
|
|
508
508
|
* @param {string} specialtyTypeId
|
|
509
|
-
* @param {string} [languageCode]
|
|
509
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
510
510
|
* @param {boolean} [returnDefaultValue]
|
|
511
511
|
* @param {*} [options] Override http request option.
|
|
512
512
|
* @throws {RequiredError}
|
|
@@ -824,7 +824,7 @@ export interface SpecialtyTypesApiApiV1SpecialtytypesSlugGetRequest {
|
|
|
824
824
|
*/
|
|
825
825
|
readonly slug: string;
|
|
826
826
|
/**
|
|
827
|
-
*
|
|
827
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
828
828
|
* @type {string}
|
|
829
829
|
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSlugGet
|
|
830
830
|
*/
|
|
@@ -881,7 +881,7 @@ export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGetRequest {
|
|
|
881
881
|
*/
|
|
882
882
|
readonly specialtyTypeId: string;
|
|
883
883
|
/**
|
|
884
|
-
*
|
|
884
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
885
885
|
* @type {string}
|
|
886
886
|
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGet
|
|
887
887
|
*/
|
|
@@ -357,7 +357,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
|
|
|
357
357
|
*
|
|
358
358
|
* @summary Get department by slug (Auth policies: RequireDefaultAdminAppRole)
|
|
359
359
|
* @param {string} slug
|
|
360
|
-
* @param {string} [languageCode]
|
|
360
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
361
361
|
* @param {boolean} [returnDefaultValue]
|
|
362
362
|
* @param {*} [options] Override http request option.
|
|
363
363
|
* @throws {RequiredError}
|
|
@@ -509,7 +509,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
|
|
|
509
509
|
*
|
|
510
510
|
* @summary Get department (Auth policies: RequireDefaultAdminAppRole)
|
|
511
511
|
* @param {string} specialtyTypeId
|
|
512
|
-
* @param {string} [languageCode]
|
|
512
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
513
513
|
* @param {boolean} [returnDefaultValue]
|
|
514
514
|
* @param {*} [options] Override http request option.
|
|
515
515
|
* @throws {RequiredError}
|
|
@@ -1233,7 +1233,7 @@ var SpecialtyTypesApiFp = function (configuration) {
|
|
|
1233
1233
|
*
|
|
1234
1234
|
* @summary Get department by slug (Auth policies: RequireDefaultAdminAppRole)
|
|
1235
1235
|
* @param {string} slug
|
|
1236
|
-
* @param {string} [languageCode]
|
|
1236
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1237
1237
|
* @param {boolean} [returnDefaultValue]
|
|
1238
1238
|
* @param {*} [options] Override http request option.
|
|
1239
1239
|
* @throws {RequiredError}
|
|
@@ -1296,7 +1296,7 @@ var SpecialtyTypesApiFp = function (configuration) {
|
|
|
1296
1296
|
*
|
|
1297
1297
|
* @summary Get department (Auth policies: RequireDefaultAdminAppRole)
|
|
1298
1298
|
* @param {string} specialtyTypeId
|
|
1299
|
-
* @param {string} [languageCode]
|
|
1299
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1300
1300
|
* @param {boolean} [returnDefaultValue]
|
|
1301
1301
|
* @param {*} [options] Override http request option.
|
|
1302
1302
|
* @throws {RequiredError}
|
|
@@ -1619,7 +1619,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
|
|
|
1619
1619
|
*
|
|
1620
1620
|
* @summary Get department by slug (Auth policies: RequireDefaultAdminAppRole)
|
|
1621
1621
|
* @param {string} slug
|
|
1622
|
-
* @param {string} [languageCode]
|
|
1622
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1623
1623
|
* @param {boolean} [returnDefaultValue]
|
|
1624
1624
|
* @param {*} [options] Override http request option.
|
|
1625
1625
|
* @throws {RequiredError}
|
|
@@ -1652,7 +1652,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
|
|
|
1652
1652
|
*
|
|
1653
1653
|
* @summary Get department (Auth policies: RequireDefaultAdminAppRole)
|
|
1654
1654
|
* @param {string} specialtyTypeId
|
|
1655
|
-
* @param {string} [languageCode]
|
|
1655
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1656
1656
|
* @param {boolean} [returnDefaultValue]
|
|
1657
1657
|
* @param {*} [options] Override http request option.
|
|
1658
1658
|
* @throws {RequiredError}
|
|
@@ -55,7 +55,7 @@ export declare const SurveyFormsApiAxiosParamCreator: (configuration?: Configura
|
|
|
55
55
|
*
|
|
56
56
|
* @summary Delete survey form by Id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
57
57
|
* @param {string} surveyFormId
|
|
58
|
-
* @param {string} [languageCode]
|
|
58
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
59
59
|
* @param {boolean} [isPermanent]
|
|
60
60
|
* @param {*} [options] Override http request option.
|
|
61
61
|
* @throws {RequiredError}
|
|
@@ -65,7 +65,7 @@ export declare const SurveyFormsApiAxiosParamCreator: (configuration?: Configura
|
|
|
65
65
|
*
|
|
66
66
|
* @summary Get survey form by Id (Auth policies: RequireDefaultAdminAppRole)
|
|
67
67
|
* @param {string} surveyFormId
|
|
68
|
-
* @param {string} [languageCode]
|
|
68
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
69
69
|
* @param {string} [hospitalId]
|
|
70
70
|
* @param {*} [options] Override http request option.
|
|
71
71
|
* @throws {RequiredError}
|
|
@@ -156,7 +156,7 @@ export declare const SurveyFormsApiFp: (configuration?: Configuration) => {
|
|
|
156
156
|
*
|
|
157
157
|
* @summary Delete survey form by Id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
158
158
|
* @param {string} surveyFormId
|
|
159
|
-
* @param {string} [languageCode]
|
|
159
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
160
160
|
* @param {boolean} [isPermanent]
|
|
161
161
|
* @param {*} [options] Override http request option.
|
|
162
162
|
* @throws {RequiredError}
|
|
@@ -166,7 +166,7 @@ export declare const SurveyFormsApiFp: (configuration?: Configuration) => {
|
|
|
166
166
|
*
|
|
167
167
|
* @summary Get survey form by Id (Auth policies: RequireDefaultAdminAppRole)
|
|
168
168
|
* @param {string} surveyFormId
|
|
169
|
-
* @param {string} [languageCode]
|
|
169
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
170
170
|
* @param {string} [hospitalId]
|
|
171
171
|
* @param {*} [options] Override http request option.
|
|
172
172
|
* @throws {RequiredError}
|
|
@@ -257,7 +257,7 @@ export declare const SurveyFormsApiFactory: (configuration?: Configuration, base
|
|
|
257
257
|
*
|
|
258
258
|
* @summary Delete survey form by Id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
259
259
|
* @param {string} surveyFormId
|
|
260
|
-
* @param {string} [languageCode]
|
|
260
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
261
261
|
* @param {boolean} [isPermanent]
|
|
262
262
|
* @param {*} [options] Override http request option.
|
|
263
263
|
* @throws {RequiredError}
|
|
@@ -267,7 +267,7 @@ export declare const SurveyFormsApiFactory: (configuration?: Configuration, base
|
|
|
267
267
|
*
|
|
268
268
|
* @summary Get survey form by Id (Auth policies: RequireDefaultAdminAppRole)
|
|
269
269
|
* @param {string} surveyFormId
|
|
270
|
-
* @param {string} [languageCode]
|
|
270
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
271
271
|
* @param {string} [hospitalId]
|
|
272
272
|
* @param {*} [options] Override http request option.
|
|
273
273
|
* @throws {RequiredError}
|
|
@@ -427,7 +427,7 @@ export interface SurveyFormsApiApiV1SurveyformsSurveyFormIdDeleteRequest {
|
|
|
427
427
|
*/
|
|
428
428
|
readonly surveyFormId: string;
|
|
429
429
|
/**
|
|
430
|
-
*
|
|
430
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
431
431
|
* @type {string}
|
|
432
432
|
* @memberof SurveyFormsApiApiV1SurveyformsSurveyFormIdDelete
|
|
433
433
|
*/
|
|
@@ -452,7 +452,7 @@ export interface SurveyFormsApiApiV1SurveyformsSurveyFormIdGetRequest {
|
|
|
452
452
|
*/
|
|
453
453
|
readonly surveyFormId: string;
|
|
454
454
|
/**
|
|
455
|
-
*
|
|
455
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
456
456
|
* @type {string}
|
|
457
457
|
* @memberof SurveyFormsApiApiV1SurveyformsSurveyFormIdGet
|
|
458
458
|
*/
|
|
@@ -244,7 +244,7 @@ var SurveyFormsApiAxiosParamCreator = function (configuration) {
|
|
|
244
244
|
*
|
|
245
245
|
* @summary Delete survey form by Id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
246
246
|
* @param {string} surveyFormId
|
|
247
|
-
* @param {string} [languageCode]
|
|
247
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
248
248
|
* @param {boolean} [isPermanent]
|
|
249
249
|
* @param {*} [options] Override http request option.
|
|
250
250
|
* @throws {RequiredError}
|
|
@@ -299,7 +299,7 @@ var SurveyFormsApiAxiosParamCreator = function (configuration) {
|
|
|
299
299
|
*
|
|
300
300
|
* @summary Get survey form by Id (Auth policies: RequireDefaultAdminAppRole)
|
|
301
301
|
* @param {string} surveyFormId
|
|
302
|
-
* @param {string} [languageCode]
|
|
302
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
303
303
|
* @param {string} [hospitalId]
|
|
304
304
|
* @param {*} [options] Override http request option.
|
|
305
305
|
* @throws {RequiredError}
|
|
@@ -682,7 +682,7 @@ var SurveyFormsApiFp = function (configuration) {
|
|
|
682
682
|
*
|
|
683
683
|
* @summary Delete survey form by Id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
684
684
|
* @param {string} surveyFormId
|
|
685
|
-
* @param {string} [languageCode]
|
|
685
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
686
686
|
* @param {boolean} [isPermanent]
|
|
687
687
|
* @param {*} [options] Override http request option.
|
|
688
688
|
* @throws {RequiredError}
|
|
@@ -704,7 +704,7 @@ var SurveyFormsApiFp = function (configuration) {
|
|
|
704
704
|
*
|
|
705
705
|
* @summary Get survey form by Id (Auth policies: RequireDefaultAdminAppRole)
|
|
706
706
|
* @param {string} surveyFormId
|
|
707
|
-
* @param {string} [languageCode]
|
|
707
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
708
708
|
* @param {string} [hospitalId]
|
|
709
709
|
* @param {*} [options] Override http request option.
|
|
710
710
|
* @throws {RequiredError}
|
|
@@ -875,7 +875,7 @@ var SurveyFormsApiFactory = function (configuration, basePath, axios) {
|
|
|
875
875
|
*
|
|
876
876
|
* @summary Delete survey form by Id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
877
877
|
* @param {string} surveyFormId
|
|
878
|
-
* @param {string} [languageCode]
|
|
878
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
879
879
|
* @param {boolean} [isPermanent]
|
|
880
880
|
* @param {*} [options] Override http request option.
|
|
881
881
|
* @throws {RequiredError}
|
|
@@ -887,7 +887,7 @@ var SurveyFormsApiFactory = function (configuration, basePath, axios) {
|
|
|
887
887
|
*
|
|
888
888
|
* @summary Get survey form by Id (Auth policies: RequireDefaultAdminAppRole)
|
|
889
889
|
* @param {string} surveyFormId
|
|
890
|
-
* @param {string} [languageCode]
|
|
890
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
891
891
|
* @param {string} [hospitalId]
|
|
892
892
|
* @param {*} [options] Override http request option.
|
|
893
893
|
* @throws {RequiredError}
|
|
@@ -60,7 +60,7 @@ export declare const SurveyResultsApiAxiosParamCreator: (configuration?: Configu
|
|
|
60
60
|
*
|
|
61
61
|
* @summary Get survey result by Id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
62
62
|
* @param {string} surveyResultId
|
|
63
|
-
* @param {string} [languageCode]
|
|
63
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
64
64
|
* @param {*} [options] Override http request option.
|
|
65
65
|
* @throws {RequiredError}
|
|
66
66
|
*/
|
|
@@ -110,7 +110,7 @@ export declare const SurveyResultsApiFp: (configuration?: Configuration) => {
|
|
|
110
110
|
*
|
|
111
111
|
* @summary Get survey result by Id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
112
112
|
* @param {string} surveyResultId
|
|
113
|
-
* @param {string} [languageCode]
|
|
113
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
114
114
|
* @param {*} [options] Override http request option.
|
|
115
115
|
* @throws {RequiredError}
|
|
116
116
|
*/
|
|
@@ -160,7 +160,7 @@ export declare const SurveyResultsApiFactory: (configuration?: Configuration, ba
|
|
|
160
160
|
*
|
|
161
161
|
* @summary Get survey result by Id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
162
162
|
* @param {string} surveyResultId
|
|
163
|
-
* @param {string} [languageCode]
|
|
163
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
164
164
|
* @param {*} [options] Override http request option.
|
|
165
165
|
* @throws {RequiredError}
|
|
166
166
|
*/
|
|
@@ -284,7 +284,7 @@ export interface SurveyResultsApiApiV1SurveyresultsSurveyResultIdGetRequest {
|
|
|
284
284
|
*/
|
|
285
285
|
readonly surveyResultId: string;
|
|
286
286
|
/**
|
|
287
|
-
*
|
|
287
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
288
288
|
* @type {string}
|
|
289
289
|
* @memberof SurveyResultsApiApiV1SurveyresultsSurveyResultIdGet
|
|
290
290
|
*/
|
|
@@ -295,7 +295,7 @@ var SurveyResultsApiAxiosParamCreator = function (configuration) {
|
|
|
295
295
|
*
|
|
296
296
|
* @summary Get survey result by Id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
297
297
|
* @param {string} surveyResultId
|
|
298
|
-
* @param {string} [languageCode]
|
|
298
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
299
299
|
* @param {*} [options] Override http request option.
|
|
300
300
|
* @throws {RequiredError}
|
|
301
301
|
*/
|
|
@@ -427,7 +427,7 @@ var SurveyResultsApiFp = function (configuration) {
|
|
|
427
427
|
*
|
|
428
428
|
* @summary Get survey result by Id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
429
429
|
* @param {string} surveyResultId
|
|
430
|
-
* @param {string} [languageCode]
|
|
430
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
431
431
|
* @param {*} [options] Override http request option.
|
|
432
432
|
* @throws {RequiredError}
|
|
433
433
|
*/
|
|
@@ -499,7 +499,7 @@ var SurveyResultsApiFactory = function (configuration, basePath, axios) {
|
|
|
499
499
|
*
|
|
500
500
|
* @summary Get survey result by Id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
501
501
|
* @param {string} surveyResultId
|
|
502
|
-
* @param {string} [languageCode]
|
|
502
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
503
503
|
* @param {*} [options] Override http request option.
|
|
504
504
|
* @throws {RequiredError}
|
|
505
505
|
*/
|
package/lib/api/users-api.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ export declare const UsersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
49
49
|
*
|
|
50
50
|
* @summary Get user by id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
51
51
|
* @param {string} id
|
|
52
|
-
* @param {string} [languageCode]
|
|
52
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
53
53
|
* @param {*} [options] Override http request option.
|
|
54
54
|
* @throws {RequiredError}
|
|
55
55
|
*/
|
|
@@ -129,7 +129,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
|
|
|
129
129
|
*
|
|
130
130
|
* @summary Get user by id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
131
131
|
* @param {string} id
|
|
132
|
-
* @param {string} [languageCode]
|
|
132
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
133
133
|
* @param {*} [options] Override http request option.
|
|
134
134
|
* @throws {RequiredError}
|
|
135
135
|
*/
|
|
@@ -209,7 +209,7 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
|
|
|
209
209
|
*
|
|
210
210
|
* @summary Get user by id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
211
211
|
* @param {string} id
|
|
212
|
-
* @param {string} [languageCode]
|
|
212
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
213
213
|
* @param {*} [options] Override http request option.
|
|
214
214
|
* @throws {RequiredError}
|
|
215
215
|
*/
|
|
@@ -343,7 +343,7 @@ export interface UsersApiApiV1UsersIdGetRequest {
|
|
|
343
343
|
*/
|
|
344
344
|
readonly id: string;
|
|
345
345
|
/**
|
|
346
|
-
*
|
|
346
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
347
347
|
* @type {string}
|
|
348
348
|
* @memberof UsersApiApiV1UsersIdGet
|
|
349
349
|
*/
|
package/lib/api/users-api.js
CHANGED
|
@@ -233,7 +233,7 @@ var UsersApiAxiosParamCreator = function (configuration) {
|
|
|
233
233
|
*
|
|
234
234
|
* @summary Get user by id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
235
235
|
* @param {string} id
|
|
236
|
-
* @param {string} [languageCode]
|
|
236
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
237
237
|
* @param {*} [options] Override http request option.
|
|
238
238
|
* @throws {RequiredError}
|
|
239
239
|
*/
|
|
@@ -579,7 +579,7 @@ var UsersApiFp = function (configuration) {
|
|
|
579
579
|
*
|
|
580
580
|
* @summary Get user by id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
581
581
|
* @param {string} id
|
|
582
|
-
* @param {string} [languageCode]
|
|
582
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
583
583
|
* @param {*} [options] Override http request option.
|
|
584
584
|
* @throws {RequiredError}
|
|
585
585
|
*/
|
|
@@ -739,7 +739,7 @@ var UsersApiFactory = function (configuration, basePath, axios) {
|
|
|
739
739
|
*
|
|
740
740
|
* @summary Get user by id (Auth policies: RequireDoctorOrPatientManagerRole)
|
|
741
741
|
* @param {string} id
|
|
742
|
-
* @param {string} [languageCode]
|
|
742
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
743
743
|
* @param {*} [options] Override http request option.
|
|
744
744
|
* @throws {RequiredError}
|
|
745
745
|
*/
|