ch-api-client-typescript2 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 +4 -4
- package/lib/api/appointments-api.js +3 -3
- 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 +8 -8
- package/lib/api/articles-api.js +6 -6
- package/lib/api/contributors-api.d.ts +8 -8
- package/lib/api/contributors-api.js +6 -6
- package/lib/api/countries-api.d.ts +12 -12
- package/lib/api/countries-api.js +10 -10
- package/lib/api/curations-api.d.ts +12 -12
- package/lib/api/curations-api.js +9 -9
- 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 +8 -8
- package/lib/api/doctor-affiliations-api.js +6 -6
- 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 +4 -4
- package/lib/api/form-results-api.js +3 -3
- package/lib/api/form-templates-api.d.ts +4 -4
- package/lib/api/form-templates-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/hospitals-api.d.ts +84 -84
- package/lib/api/hospitals-api.js +63 -63
- package/lib/api/languages-api.d.ts +4 -4
- package/lib/api/languages-api.js +3 -3
- package/lib/api/prescriptions-api.d.ts +4 -4
- package/lib/api/prescriptions-api.js +3 -3
- package/lib/api/secure-containers-api.d.ts +4 -4
- package/lib/api/secure-containers-api.js +3 -3
- package/lib/api/service-reviews-api.d.ts +4 -4
- package/lib/api/service-reviews-api.js +3 -3
- 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 +4 -4
- package/lib/api/survey-forms-api.js +3 -3
- package/lib/models/article-category-document-model.d.ts +81 -45
- package/lib/models/article-category-document-model.d.ts.map +1 -1
- package/lib/models/article-document-model.d.ts +81 -45
- package/lib/models/article-document-model.d.ts.map +1 -1
- package/lib/models/contributor-sub-document-model.d.ts +81 -45
- package/lib/models/contributor-sub-document-model.d.ts.map +1 -1
- package/lib/models/country-document-model.d.ts +81 -45
- package/lib/models/country-document-model.d.ts.map +1 -1
- 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-sub-document-model.d.ts +81 -45
- package/lib/models/country-sub-document-model.d.ts.map +1 -1
- package/lib/models/deal-document-model.d.ts +81 -45
- package/lib/models/deal-document-model.d.ts.map +1 -1
- package/lib/models/deal-global-setting-included-in-price-document-model.d.ts +81 -45
- package/lib/models/deal-global-setting-included-in-price-document-model.d.ts.map +1 -1
- package/lib/models/deal-price-option-document-model.d.ts +81 -45
- package/lib/models/deal-price-option-document-model.d.ts.map +1 -1
- package/lib/models/deal-service-sub-document-model.d.ts +81 -45
- package/lib/models/deal-service-sub-document-model.d.ts.map +1 -1
- package/lib/models/department-document-model.d.ts +81 -45
- package/lib/models/department-document-model.d.ts.map +1 -1
- package/lib/models/department-sub-document-model.d.ts +81 -45
- package/lib/models/department-sub-document-model.d.ts.map +1 -1
- package/lib/models/doctor-document-model.d.ts +81 -45
- package/lib/models/doctor-document-model.d.ts.map +1 -1
- package/lib/models/doctor-specialty-sub-document-model.d.ts +81 -45
- package/lib/models/doctor-specialty-sub-document-model.d.ts.map +1 -1
- package/lib/models/hospital-document-model.d.ts +81 -45
- package/lib/models/hospital-document-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-document-model.d.ts +81 -45
- package/lib/models/hospital-specialty-document-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-simple-sub-document-model.d.ts +81 -45
- package/lib/models/hospital-specialty-simple-sub-document-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-sub-document-model.d.ts +81 -45
- package/lib/models/hospital-specialty-sub-document-model.d.ts.map +1 -1
- package/lib/models/hospital-sub-document-model.d.ts +81 -45
- package/lib/models/hospital-sub-document-model.d.ts.map +1 -1
- package/lib/models/language-locale-item-model.d.ts +24 -0
- package/lib/models/language-locale-item-model.d.ts.map +1 -1
- package/lib/models/service-document-model.d.ts +81 -45
- package/lib/models/service-document-model.d.ts.map +1 -1
- package/lib/models/specialty-document-model.d.ts +81 -45
- package/lib/models/specialty-document-model.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -178,7 +178,7 @@ var PrescriptionsApiAxiosParamCreator = function (configuration) {
|
|
|
178
178
|
*
|
|
179
179
|
* @summary Get prescription of current user by id.
|
|
180
180
|
* @param {string} id
|
|
181
|
-
* @param {string} [languageCode]
|
|
181
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
182
182
|
* @param {*} [options] Override http request option.
|
|
183
183
|
* @throws {RequiredError}
|
|
184
184
|
*/
|
|
@@ -265,7 +265,7 @@ var PrescriptionsApiFp = function (configuration) {
|
|
|
265
265
|
*
|
|
266
266
|
* @summary Get prescription of current user by id.
|
|
267
267
|
* @param {string} id
|
|
268
|
-
* @param {string} [languageCode]
|
|
268
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
269
269
|
* @param {*} [options] Override http request option.
|
|
270
270
|
* @throws {RequiredError}
|
|
271
271
|
*/
|
|
@@ -312,7 +312,7 @@ var PrescriptionsApiFactory = function (configuration, basePath, axios) {
|
|
|
312
312
|
*
|
|
313
313
|
* @summary Get prescription of current user by id.
|
|
314
314
|
* @param {string} id
|
|
315
|
-
* @param {string} [languageCode]
|
|
315
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
316
316
|
* @param {*} [options] Override http request option.
|
|
317
317
|
* @throws {RequiredError}
|
|
318
318
|
*/
|
|
@@ -43,7 +43,7 @@ export declare const SecureContainersApiAxiosParamCreator: (configuration?: Conf
|
|
|
43
43
|
*
|
|
44
44
|
* @summary Get secure file container
|
|
45
45
|
* @param {string} containerId
|
|
46
|
-
* @param {string} [languageCode]
|
|
46
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
47
47
|
* @param {*} [options] Override http request option.
|
|
48
48
|
* @throws {RequiredError}
|
|
49
49
|
*/
|
|
@@ -97,7 +97,7 @@ export declare const SecureContainersApiFp: (configuration?: Configuration) => {
|
|
|
97
97
|
*
|
|
98
98
|
* @summary Get secure file container
|
|
99
99
|
* @param {string} containerId
|
|
100
|
-
* @param {string} [languageCode]
|
|
100
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
101
101
|
* @param {*} [options] Override http request option.
|
|
102
102
|
* @throws {RequiredError}
|
|
103
103
|
*/
|
|
@@ -151,7 +151,7 @@ export declare const SecureContainersApiFactory: (configuration?: Configuration,
|
|
|
151
151
|
*
|
|
152
152
|
* @summary Get secure file container
|
|
153
153
|
* @param {string} containerId
|
|
154
|
-
* @param {string} [languageCode]
|
|
154
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
155
155
|
* @param {*} [options] Override http request option.
|
|
156
156
|
* @throws {RequiredError}
|
|
157
157
|
*/
|
|
@@ -229,7 +229,7 @@ export interface SecureContainersApiApiV2SecurecontainersContainerIdGetRequest {
|
|
|
229
229
|
*/
|
|
230
230
|
readonly containerId: string;
|
|
231
231
|
/**
|
|
232
|
-
*
|
|
232
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
233
233
|
* @type {string}
|
|
234
234
|
* @memberof SecureContainersApiApiV2SecurecontainersContainerIdGet
|
|
235
235
|
*/
|
|
@@ -212,7 +212,7 @@ var SecureContainersApiAxiosParamCreator = function (configuration) {
|
|
|
212
212
|
*
|
|
213
213
|
* @summary Get secure file container
|
|
214
214
|
* @param {string} containerId
|
|
215
|
-
* @param {string} [languageCode]
|
|
215
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
216
216
|
* @param {*} [options] Override http request option.
|
|
217
217
|
* @throws {RequiredError}
|
|
218
218
|
*/
|
|
@@ -430,7 +430,7 @@ var SecureContainersApiFp = function (configuration) {
|
|
|
430
430
|
*
|
|
431
431
|
* @summary Get secure file container
|
|
432
432
|
* @param {string} containerId
|
|
433
|
-
* @param {string} [languageCode]
|
|
433
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
434
434
|
* @param {*} [options] Override http request option.
|
|
435
435
|
* @throws {RequiredError}
|
|
436
436
|
*/
|
|
@@ -528,7 +528,7 @@ var SecureContainersApiFactory = function (configuration, basePath, axios) {
|
|
|
528
528
|
*
|
|
529
529
|
* @summary Get secure file container
|
|
530
530
|
* @param {string} containerId
|
|
531
|
-
* @param {string} [languageCode]
|
|
531
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
532
532
|
* @param {*} [options] Override http request option.
|
|
533
533
|
* @throws {RequiredError}
|
|
534
534
|
*/
|
|
@@ -72,7 +72,7 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
|
|
|
72
72
|
*
|
|
73
73
|
* @summary
|
|
74
74
|
* @param {string} serviceReviewId
|
|
75
|
-
* @param {string} [languageCode]
|
|
75
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
76
76
|
* @param {*} [options] Override http request option.
|
|
77
77
|
* @throws {RequiredError}
|
|
78
78
|
*/
|
|
@@ -186,7 +186,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration) => {
|
|
|
186
186
|
*
|
|
187
187
|
* @summary
|
|
188
188
|
* @param {string} serviceReviewId
|
|
189
|
-
* @param {string} [languageCode]
|
|
189
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
190
190
|
* @param {*} [options] Override http request option.
|
|
191
191
|
* @throws {RequiredError}
|
|
192
192
|
*/
|
|
@@ -300,7 +300,7 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration, b
|
|
|
300
300
|
*
|
|
301
301
|
* @summary
|
|
302
302
|
* @param {string} serviceReviewId
|
|
303
|
-
* @param {string} [languageCode]
|
|
303
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
304
304
|
* @param {*} [options] Override http request option.
|
|
305
305
|
* @throws {RequiredError}
|
|
306
306
|
*/
|
|
@@ -513,7 +513,7 @@ export interface ServiceReviewsApiApiV2ServicereviewsServiceReviewIdGetRequest {
|
|
|
513
513
|
*/
|
|
514
514
|
readonly serviceReviewId: string;
|
|
515
515
|
/**
|
|
516
|
-
*
|
|
516
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
517
517
|
* @type {string}
|
|
518
518
|
* @memberof ServiceReviewsApiApiV2ServicereviewsServiceReviewIdGet
|
|
519
519
|
*/
|
|
@@ -301,7 +301,7 @@ var ServiceReviewsApiAxiosParamCreator = function (configuration) {
|
|
|
301
301
|
*
|
|
302
302
|
* @summary
|
|
303
303
|
* @param {string} serviceReviewId
|
|
304
|
-
* @param {string} [languageCode]
|
|
304
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
305
305
|
* @param {*} [options] Override http request option.
|
|
306
306
|
* @throws {RequiredError}
|
|
307
307
|
*/
|
|
@@ -733,7 +733,7 @@ var ServiceReviewsApiFp = function (configuration) {
|
|
|
733
733
|
*
|
|
734
734
|
* @summary
|
|
735
735
|
* @param {string} serviceReviewId
|
|
736
|
-
* @param {string} [languageCode]
|
|
736
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
737
737
|
* @param {*} [options] Override http request option.
|
|
738
738
|
* @throws {RequiredError}
|
|
739
739
|
*/
|
|
@@ -941,7 +941,7 @@ var ServiceReviewsApiFactory = function (configuration, basePath, axios) {
|
|
|
941
941
|
*
|
|
942
942
|
* @summary
|
|
943
943
|
* @param {string} serviceReviewId
|
|
944
|
-
* @param {string} [languageCode]
|
|
944
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
945
945
|
* @param {*} [options] Override http request option.
|
|
946
946
|
* @throws {RequiredError}
|
|
947
947
|
*/
|
|
@@ -54,7 +54,7 @@ export declare const ServicesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
54
54
|
* @summary Get Hospital service by id
|
|
55
55
|
* @param {string} serviceId
|
|
56
56
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
57
|
-
* @param {string} [languageCode]
|
|
57
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
58
58
|
* @param {boolean} [returnDefaultValue]
|
|
59
59
|
* @param {*} [options] Override http request option.
|
|
60
60
|
* @throws {RequiredError}
|
|
@@ -66,7 +66,7 @@ export declare const ServicesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
66
66
|
* @param {string} slug
|
|
67
67
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
68
68
|
* @param {string} [hospitalId]
|
|
69
|
-
* @param {string} [languageCode]
|
|
69
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
70
70
|
* @param {boolean} [returnDefaultValue]
|
|
71
71
|
* @param {string} [previewSecret]
|
|
72
72
|
* @param {*} [options] Override http request option.
|
|
@@ -112,7 +112,7 @@ export declare const ServicesApiFp: (configuration?: Configuration) => {
|
|
|
112
112
|
* @summary Get Hospital service by id
|
|
113
113
|
* @param {string} serviceId
|
|
114
114
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
115
|
-
* @param {string} [languageCode]
|
|
115
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
116
116
|
* @param {boolean} [returnDefaultValue]
|
|
117
117
|
* @param {*} [options] Override http request option.
|
|
118
118
|
* @throws {RequiredError}
|
|
@@ -124,7 +124,7 @@ export declare const ServicesApiFp: (configuration?: Configuration) => {
|
|
|
124
124
|
* @param {string} slug
|
|
125
125
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
126
126
|
* @param {string} [hospitalId]
|
|
127
|
-
* @param {string} [languageCode]
|
|
127
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
128
128
|
* @param {boolean} [returnDefaultValue]
|
|
129
129
|
* @param {string} [previewSecret]
|
|
130
130
|
* @param {*} [options] Override http request option.
|
|
@@ -170,7 +170,7 @@ export declare const ServicesApiFactory: (configuration?: Configuration, basePat
|
|
|
170
170
|
* @summary Get Hospital service by id
|
|
171
171
|
* @param {string} serviceId
|
|
172
172
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
173
|
-
* @param {string} [languageCode]
|
|
173
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
174
174
|
* @param {boolean} [returnDefaultValue]
|
|
175
175
|
* @param {*} [options] Override http request option.
|
|
176
176
|
* @throws {RequiredError}
|
|
@@ -182,7 +182,7 @@ export declare const ServicesApiFactory: (configuration?: Configuration, basePat
|
|
|
182
182
|
* @param {string} slug
|
|
183
183
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
184
184
|
* @param {string} [hospitalId]
|
|
185
|
-
* @param {string} [languageCode]
|
|
185
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
186
186
|
* @param {boolean} [returnDefaultValue]
|
|
187
187
|
* @param {string} [previewSecret]
|
|
188
188
|
* @param {*} [options] Override http request option.
|
|
@@ -342,7 +342,7 @@ export interface ServicesApiApiV2ServicesServiceIdGetRequest {
|
|
|
342
342
|
*/
|
|
343
343
|
readonly xCloudhospitalPlatform?: string;
|
|
344
344
|
/**
|
|
345
|
-
*
|
|
345
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
346
346
|
* @type {string}
|
|
347
347
|
* @memberof ServicesApiApiV2ServicesServiceIdGet
|
|
348
348
|
*/
|
|
@@ -379,7 +379,7 @@ export interface ServicesApiApiV2ServicesSlugGetRequest {
|
|
|
379
379
|
*/
|
|
380
380
|
readonly hospitalId?: string;
|
|
381
381
|
/**
|
|
382
|
-
*
|
|
382
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
383
383
|
* @type {string}
|
|
384
384
|
* @memberof ServicesApiApiV2ServicesSlugGet
|
|
385
385
|
*/
|
package/lib/api/services-api.js
CHANGED
|
@@ -227,7 +227,7 @@ var ServicesApiAxiosParamCreator = function (configuration) {
|
|
|
227
227
|
* @summary Get Hospital service by id
|
|
228
228
|
* @param {string} serviceId
|
|
229
229
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
230
|
-
* @param {string} [languageCode]
|
|
230
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
231
231
|
* @param {boolean} [returnDefaultValue]
|
|
232
232
|
* @param {*} [options] Override http request option.
|
|
233
233
|
* @throws {RequiredError}
|
|
@@ -277,7 +277,7 @@ var ServicesApiAxiosParamCreator = function (configuration) {
|
|
|
277
277
|
* @param {string} slug
|
|
278
278
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
279
279
|
* @param {string} [hospitalId]
|
|
280
|
-
* @param {string} [languageCode]
|
|
280
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
281
281
|
* @param {boolean} [returnDefaultValue]
|
|
282
282
|
* @param {string} [previewSecret]
|
|
283
283
|
* @param {*} [options] Override http request option.
|
|
@@ -383,7 +383,7 @@ var ServicesApiFp = function (configuration) {
|
|
|
383
383
|
* @summary Get Hospital service by id
|
|
384
384
|
* @param {string} serviceId
|
|
385
385
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
386
|
-
* @param {string} [languageCode]
|
|
386
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
387
387
|
* @param {boolean} [returnDefaultValue]
|
|
388
388
|
* @param {*} [options] Override http request option.
|
|
389
389
|
* @throws {RequiredError}
|
|
@@ -407,7 +407,7 @@ var ServicesApiFp = function (configuration) {
|
|
|
407
407
|
* @param {string} slug
|
|
408
408
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
409
409
|
* @param {string} [hospitalId]
|
|
410
|
-
* @param {string} [languageCode]
|
|
410
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
411
411
|
* @param {boolean} [returnDefaultValue]
|
|
412
412
|
* @param {string} [previewSecret]
|
|
413
413
|
* @param {*} [options] Override http request option.
|
|
@@ -471,7 +471,7 @@ var ServicesApiFactory = function (configuration, basePath, axios) {
|
|
|
471
471
|
* @summary Get Hospital service by id
|
|
472
472
|
* @param {string} serviceId
|
|
473
473
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
474
|
-
* @param {string} [languageCode]
|
|
474
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
475
475
|
* @param {boolean} [returnDefaultValue]
|
|
476
476
|
* @param {*} [options] Override http request option.
|
|
477
477
|
* @throws {RequiredError}
|
|
@@ -485,7 +485,7 @@ var ServicesApiFactory = function (configuration, basePath, axios) {
|
|
|
485
485
|
* @param {string} slug
|
|
486
486
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
487
487
|
* @param {string} [hospitalId]
|
|
488
|
-
* @param {string} [languageCode]
|
|
488
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
489
489
|
* @param {boolean} [returnDefaultValue]
|
|
490
490
|
* @param {string} [previewSecret]
|
|
491
491
|
* @param {*} [options] Override http request option.
|
|
@@ -70,7 +70,7 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
70
70
|
*
|
|
71
71
|
* @summary Get specialty by slug
|
|
72
72
|
* @param {string} slug
|
|
73
|
-
* @param {string} [languageCode]
|
|
73
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
74
74
|
* @param {boolean} [returnDefaultValue]
|
|
75
75
|
* @param {string} [previewSecret]
|
|
76
76
|
* @param {*} [options] Override http request option.
|
|
@@ -81,7 +81,7 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
81
81
|
*
|
|
82
82
|
* @summary Get specialty by id
|
|
83
83
|
* @param {string} specialtyId
|
|
84
|
-
* @param {string} [languageCode]
|
|
84
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
85
85
|
* @param {boolean} [returnDefaultValue]
|
|
86
86
|
* @param {*} [options] Override http request option.
|
|
87
87
|
* @throws {RequiredError}
|
|
@@ -161,7 +161,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration) => {
|
|
|
161
161
|
*
|
|
162
162
|
* @summary Get specialty by slug
|
|
163
163
|
* @param {string} slug
|
|
164
|
-
* @param {string} [languageCode]
|
|
164
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
165
165
|
* @param {boolean} [returnDefaultValue]
|
|
166
166
|
* @param {string} [previewSecret]
|
|
167
167
|
* @param {*} [options] Override http request option.
|
|
@@ -172,7 +172,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration) => {
|
|
|
172
172
|
*
|
|
173
173
|
* @summary Get specialty by id
|
|
174
174
|
* @param {string} specialtyId
|
|
175
|
-
* @param {string} [languageCode]
|
|
175
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
176
176
|
* @param {boolean} [returnDefaultValue]
|
|
177
177
|
* @param {*} [options] Override http request option.
|
|
178
178
|
* @throws {RequiredError}
|
|
@@ -252,7 +252,7 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration, base
|
|
|
252
252
|
*
|
|
253
253
|
* @summary Get specialty by slug
|
|
254
254
|
* @param {string} slug
|
|
255
|
-
* @param {string} [languageCode]
|
|
255
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
256
256
|
* @param {boolean} [returnDefaultValue]
|
|
257
257
|
* @param {string} [previewSecret]
|
|
258
258
|
* @param {*} [options] Override http request option.
|
|
@@ -263,7 +263,7 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration, base
|
|
|
263
263
|
*
|
|
264
264
|
* @summary Get specialty by id
|
|
265
265
|
* @param {string} specialtyId
|
|
266
|
-
* @param {string} [languageCode]
|
|
266
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
267
267
|
* @param {boolean} [returnDefaultValue]
|
|
268
268
|
* @param {*} [options] Override http request option.
|
|
269
269
|
* @throws {RequiredError}
|
|
@@ -487,7 +487,7 @@ export interface SpecialtiesApiApiV2SpecialtiesSlugGetRequest {
|
|
|
487
487
|
*/
|
|
488
488
|
readonly slug: string;
|
|
489
489
|
/**
|
|
490
|
-
*
|
|
490
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
491
491
|
* @type {string}
|
|
492
492
|
* @memberof SpecialtiesApiApiV2SpecialtiesSlugGet
|
|
493
493
|
*/
|
|
@@ -518,7 +518,7 @@ export interface SpecialtiesApiApiV2SpecialtiesSpecialtyIdGetRequest {
|
|
|
518
518
|
*/
|
|
519
519
|
readonly specialtyId: string;
|
|
520
520
|
/**
|
|
521
|
-
*
|
|
521
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
522
522
|
* @type {string}
|
|
523
523
|
* @memberof SpecialtiesApiApiV2SpecialtiesSpecialtyIdGet
|
|
524
524
|
*/
|
|
@@ -291,7 +291,7 @@ var SpecialtiesApiAxiosParamCreator = function (configuration) {
|
|
|
291
291
|
*
|
|
292
292
|
* @summary Get specialty by slug
|
|
293
293
|
* @param {string} slug
|
|
294
|
-
* @param {string} [languageCode]
|
|
294
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
295
295
|
* @param {boolean} [returnDefaultValue]
|
|
296
296
|
* @param {string} [previewSecret]
|
|
297
297
|
* @param {*} [options] Override http request option.
|
|
@@ -340,7 +340,7 @@ var SpecialtiesApiAxiosParamCreator = function (configuration) {
|
|
|
340
340
|
*
|
|
341
341
|
* @summary Get specialty by id
|
|
342
342
|
* @param {string} specialtyId
|
|
343
|
-
* @param {string} [languageCode]
|
|
343
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
344
344
|
* @param {boolean} [returnDefaultValue]
|
|
345
345
|
* @param {*} [options] Override http request option.
|
|
346
346
|
* @throws {RequiredError}
|
|
@@ -561,7 +561,7 @@ var SpecialtiesApiFp = function (configuration) {
|
|
|
561
561
|
*
|
|
562
562
|
* @summary Get specialty by slug
|
|
563
563
|
* @param {string} slug
|
|
564
|
-
* @param {string} [languageCode]
|
|
564
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
565
565
|
* @param {boolean} [returnDefaultValue]
|
|
566
566
|
* @param {string} [previewSecret]
|
|
567
567
|
* @param {*} [options] Override http request option.
|
|
@@ -584,7 +584,7 @@ var SpecialtiesApiFp = function (configuration) {
|
|
|
584
584
|
*
|
|
585
585
|
* @summary Get specialty by id
|
|
586
586
|
* @param {string} specialtyId
|
|
587
|
-
* @param {string} [languageCode]
|
|
587
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
588
588
|
* @param {boolean} [returnDefaultValue]
|
|
589
589
|
* @param {*} [options] Override http request option.
|
|
590
590
|
* @throws {RequiredError}
|
|
@@ -708,7 +708,7 @@ var SpecialtiesApiFactory = function (configuration, basePath, axios) {
|
|
|
708
708
|
*
|
|
709
709
|
* @summary Get specialty by slug
|
|
710
710
|
* @param {string} slug
|
|
711
|
-
* @param {string} [languageCode]
|
|
711
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
712
712
|
* @param {boolean} [returnDefaultValue]
|
|
713
713
|
* @param {string} [previewSecret]
|
|
714
714
|
* @param {*} [options] Override http request option.
|
|
@@ -721,7 +721,7 @@ var SpecialtiesApiFactory = function (configuration, basePath, axios) {
|
|
|
721
721
|
*
|
|
722
722
|
* @summary Get specialty by id
|
|
723
723
|
* @param {string} specialtyId
|
|
724
|
-
* @param {string} [languageCode]
|
|
724
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
725
725
|
* @param {boolean} [returnDefaultValue]
|
|
726
726
|
* @param {*} [options] Override http request option.
|
|
727
727
|
* @throws {RequiredError}
|
|
@@ -83,7 +83,7 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
|
|
|
83
83
|
*
|
|
84
84
|
* @summary Get specialtyType by slug
|
|
85
85
|
* @param {string} slug
|
|
86
|
-
* @param {string} [languageCode]
|
|
86
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
87
87
|
* @param {boolean} [returnDefaultValue]
|
|
88
88
|
* @param {string} [previewSecret]
|
|
89
89
|
* @param {*} [options] Override http request option.
|
|
@@ -94,7 +94,7 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
|
|
|
94
94
|
*
|
|
95
95
|
* @summary Get specialtyType by id
|
|
96
96
|
* @param {string} specialtyTypeId
|
|
97
|
-
* @param {string} [languageCode]
|
|
97
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
98
98
|
* @param {boolean} [returnDefaultValue]
|
|
99
99
|
* @param {*} [options] Override http request option.
|
|
100
100
|
* @throws {RequiredError}
|
|
@@ -185,7 +185,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration) => {
|
|
|
185
185
|
*
|
|
186
186
|
* @summary Get specialtyType by slug
|
|
187
187
|
* @param {string} slug
|
|
188
|
-
* @param {string} [languageCode]
|
|
188
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
189
189
|
* @param {boolean} [returnDefaultValue]
|
|
190
190
|
* @param {string} [previewSecret]
|
|
191
191
|
* @param {*} [options] Override http request option.
|
|
@@ -196,7 +196,7 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration) => {
|
|
|
196
196
|
*
|
|
197
197
|
* @summary Get specialtyType by id
|
|
198
198
|
* @param {string} specialtyTypeId
|
|
199
|
-
* @param {string} [languageCode]
|
|
199
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
200
200
|
* @param {boolean} [returnDefaultValue]
|
|
201
201
|
* @param {*} [options] Override http request option.
|
|
202
202
|
* @throws {RequiredError}
|
|
@@ -287,7 +287,7 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration, b
|
|
|
287
287
|
*
|
|
288
288
|
* @summary Get specialtyType by slug
|
|
289
289
|
* @param {string} slug
|
|
290
|
-
* @param {string} [languageCode]
|
|
290
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
291
291
|
* @param {boolean} [returnDefaultValue]
|
|
292
292
|
* @param {string} [previewSecret]
|
|
293
293
|
* @param {*} [options] Override http request option.
|
|
@@ -298,7 +298,7 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration, b
|
|
|
298
298
|
*
|
|
299
299
|
* @summary Get specialtyType by id
|
|
300
300
|
* @param {string} specialtyTypeId
|
|
301
|
-
* @param {string} [languageCode]
|
|
301
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
302
302
|
* @param {boolean} [returnDefaultValue]
|
|
303
303
|
* @param {*} [options] Override http request option.
|
|
304
304
|
* @throws {RequiredError}
|
|
@@ -547,7 +547,7 @@ export interface SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest {
|
|
|
547
547
|
*/
|
|
548
548
|
readonly slug: string;
|
|
549
549
|
/**
|
|
550
|
-
*
|
|
550
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
551
551
|
* @type {string}
|
|
552
552
|
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSlugGet
|
|
553
553
|
*/
|
|
@@ -578,7 +578,7 @@ export interface SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGetRequest {
|
|
|
578
578
|
*/
|
|
579
579
|
readonly specialtyTypeId: string;
|
|
580
580
|
/**
|
|
581
|
-
*
|
|
581
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
582
582
|
* @type {string}
|
|
583
583
|
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGet
|
|
584
584
|
*/
|
|
@@ -336,7 +336,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
|
|
|
336
336
|
*
|
|
337
337
|
* @summary Get specialtyType by slug
|
|
338
338
|
* @param {string} slug
|
|
339
|
-
* @param {string} [languageCode]
|
|
339
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
340
340
|
* @param {boolean} [returnDefaultValue]
|
|
341
341
|
* @param {string} [previewSecret]
|
|
342
342
|
* @param {*} [options] Override http request option.
|
|
@@ -385,7 +385,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
|
|
|
385
385
|
*
|
|
386
386
|
* @summary Get specialtyType by id
|
|
387
387
|
* @param {string} specialtyTypeId
|
|
388
|
-
* @param {string} [languageCode]
|
|
388
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
389
389
|
* @param {boolean} [returnDefaultValue]
|
|
390
390
|
* @param {*} [options] Override http request option.
|
|
391
391
|
* @throws {RequiredError}
|
|
@@ -629,7 +629,7 @@ var SpecialtyTypesApiFp = function (configuration) {
|
|
|
629
629
|
*
|
|
630
630
|
* @summary Get specialtyType by slug
|
|
631
631
|
* @param {string} slug
|
|
632
|
-
* @param {string} [languageCode]
|
|
632
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
633
633
|
* @param {boolean} [returnDefaultValue]
|
|
634
634
|
* @param {string} [previewSecret]
|
|
635
635
|
* @param {*} [options] Override http request option.
|
|
@@ -652,7 +652,7 @@ var SpecialtyTypesApiFp = function (configuration) {
|
|
|
652
652
|
*
|
|
653
653
|
* @summary Get specialtyType by id
|
|
654
654
|
* @param {string} specialtyTypeId
|
|
655
|
-
* @param {string} [languageCode]
|
|
655
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
656
656
|
* @param {boolean} [returnDefaultValue]
|
|
657
657
|
* @param {*} [options] Override http request option.
|
|
658
658
|
* @throws {RequiredError}
|
|
@@ -789,7 +789,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
|
|
|
789
789
|
*
|
|
790
790
|
* @summary Get specialtyType by slug
|
|
791
791
|
* @param {string} slug
|
|
792
|
-
* @param {string} [languageCode]
|
|
792
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
793
793
|
* @param {boolean} [returnDefaultValue]
|
|
794
794
|
* @param {string} [previewSecret]
|
|
795
795
|
* @param {*} [options] Override http request option.
|
|
@@ -802,7 +802,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
|
|
|
802
802
|
*
|
|
803
803
|
* @summary Get specialtyType by id
|
|
804
804
|
* @param {string} specialtyTypeId
|
|
805
|
-
* @param {string} [languageCode]
|
|
805
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
806
806
|
* @param {boolean} [returnDefaultValue]
|
|
807
807
|
* @param {*} [options] Override http request option.
|
|
808
808
|
* @throws {RequiredError}
|
|
@@ -22,7 +22,7 @@ export declare const SurveyFormsApiAxiosParamCreator: (configuration?: Configura
|
|
|
22
22
|
*
|
|
23
23
|
* @summary Get survey form by id
|
|
24
24
|
* @param {string} surveyFormId
|
|
25
|
-
* @param {string} [languageCode]
|
|
25
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
26
26
|
* @param {string} [previewSecret]
|
|
27
27
|
* @param {string} [hospitalId]
|
|
28
28
|
* @param {*} [options] Override http request option.
|
|
@@ -39,7 +39,7 @@ export declare const SurveyFormsApiFp: (configuration?: Configuration) => {
|
|
|
39
39
|
*
|
|
40
40
|
* @summary Get survey form by id
|
|
41
41
|
* @param {string} surveyFormId
|
|
42
|
-
* @param {string} [languageCode]
|
|
42
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
43
43
|
* @param {string} [previewSecret]
|
|
44
44
|
* @param {string} [hospitalId]
|
|
45
45
|
* @param {*} [options] Override http request option.
|
|
@@ -56,7 +56,7 @@ export declare const SurveyFormsApiFactory: (configuration?: Configuration, base
|
|
|
56
56
|
*
|
|
57
57
|
* @summary Get survey form by id
|
|
58
58
|
* @param {string} surveyFormId
|
|
59
|
-
* @param {string} [languageCode]
|
|
59
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
60
60
|
* @param {string} [previewSecret]
|
|
61
61
|
* @param {string} [hospitalId]
|
|
62
62
|
* @param {*} [options] Override http request option.
|
|
@@ -77,7 +77,7 @@ export interface SurveyFormsApiApiV2SurveyformsSurveyFormIdGetRequest {
|
|
|
77
77
|
*/
|
|
78
78
|
readonly surveyFormId: string;
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
81
81
|
* @type {string}
|
|
82
82
|
* @memberof SurveyFormsApiApiV2SurveyformsSurveyFormIdGet
|
|
83
83
|
*/
|
|
@@ -105,7 +105,7 @@ var SurveyFormsApiAxiosParamCreator = function (configuration) {
|
|
|
105
105
|
*
|
|
106
106
|
* @summary Get survey form by id
|
|
107
107
|
* @param {string} surveyFormId
|
|
108
|
-
* @param {string} [languageCode]
|
|
108
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
109
109
|
* @param {string} [previewSecret]
|
|
110
110
|
* @param {string} [hospitalId]
|
|
111
111
|
* @param {*} [options] Override http request option.
|
|
@@ -164,7 +164,7 @@ var SurveyFormsApiFp = function (configuration) {
|
|
|
164
164
|
*
|
|
165
165
|
* @summary Get survey form by id
|
|
166
166
|
* @param {string} surveyFormId
|
|
167
|
-
* @param {string} [languageCode]
|
|
167
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
168
168
|
* @param {string} [previewSecret]
|
|
169
169
|
* @param {string} [hospitalId]
|
|
170
170
|
* @param {*} [options] Override http request option.
|
|
@@ -197,7 +197,7 @@ var SurveyFormsApiFactory = function (configuration, basePath, axios) {
|
|
|
197
197
|
*
|
|
198
198
|
* @summary Get survey form by id
|
|
199
199
|
* @param {string} surveyFormId
|
|
200
|
-
* @param {string} [languageCode]
|
|
200
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
201
201
|
* @param {string} [previewSecret]
|
|
202
202
|
* @param {string} [hospitalId]
|
|
203
203
|
* @param {*} [options] Override http request option.
|