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
package/lib/api/countries-api.js
CHANGED
|
@@ -103,9 +103,9 @@ var CountriesApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
return {
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
|
-
* @summary
|
|
106
|
+
* @summary Get country.
|
|
107
107
|
* @param {string} countryId
|
|
108
|
-
* @param {string} [languageCode]
|
|
108
|
+
* @param {string} [languageCode] Locale code for selecting translation value (e.g., `en-US`, `ko-KR`). Two-letter ISO 639-1 code (e.g., `en`, `ko`) is also accepted and will be automatically resolved to the matching locale via `FallbackTargetLanguageCode` lookup.
|
|
109
109
|
* @param {boolean} [returnDefaultValue]
|
|
110
110
|
* @param {*} [options] Override http request option.
|
|
111
111
|
* @throws {RequiredError}
|
|
@@ -327,7 +327,7 @@ var CountriesApiAxiosParamCreator = function (configuration) {
|
|
|
327
327
|
*
|
|
328
328
|
* @summary Get country by slug
|
|
329
329
|
* @param {string} slug
|
|
330
|
-
* @param {string} [languageCode]
|
|
330
|
+
* @param {string} [languageCode] Locale code for selecting translation value (e.g., `en-US`, `ko-KR`). Two-letter ISO 639-1 code (e.g., `en`, `ko`) is also accepted and will be automatically resolved to the matching locale via `FallbackTargetLanguageCode` lookup.
|
|
331
331
|
* @param {boolean} [returnDefaultValue]
|
|
332
332
|
* @param {string} [previewSecret]
|
|
333
333
|
* @param {*} [options] Override http request option.
|
|
@@ -384,9 +384,9 @@ var CountriesApiFp = function (configuration) {
|
|
|
384
384
|
return {
|
|
385
385
|
/**
|
|
386
386
|
*
|
|
387
|
-
* @summary
|
|
387
|
+
* @summary Get country.
|
|
388
388
|
* @param {string} countryId
|
|
389
|
-
* @param {string} [languageCode]
|
|
389
|
+
* @param {string} [languageCode] Locale code for selecting translation value (e.g., `en-US`, `ko-KR`). Two-letter ISO 639-1 code (e.g., `en`, `ko`) is also accepted and will be automatically resolved to the matching locale via `FallbackTargetLanguageCode` lookup.
|
|
390
390
|
* @param {boolean} [returnDefaultValue]
|
|
391
391
|
* @param {*} [options] Override http request option.
|
|
392
392
|
* @throws {RequiredError}
|
|
@@ -483,7 +483,7 @@ var CountriesApiFp = function (configuration) {
|
|
|
483
483
|
*
|
|
484
484
|
* @summary Get country by slug
|
|
485
485
|
* @param {string} slug
|
|
486
|
-
* @param {string} [languageCode]
|
|
486
|
+
* @param {string} [languageCode] Locale code for selecting translation value (e.g., `en-US`, `ko-KR`). Two-letter ISO 639-1 code (e.g., `en`, `ko`) is also accepted and will be automatically resolved to the matching locale via `FallbackTargetLanguageCode` lookup.
|
|
487
487
|
* @param {boolean} [returnDefaultValue]
|
|
488
488
|
* @param {string} [previewSecret]
|
|
489
489
|
* @param {*} [options] Override http request option.
|
|
@@ -514,9 +514,9 @@ var CountriesApiFactory = function (configuration, basePath, axios) {
|
|
|
514
514
|
return {
|
|
515
515
|
/**
|
|
516
516
|
*
|
|
517
|
-
* @summary
|
|
517
|
+
* @summary Get country.
|
|
518
518
|
* @param {string} countryId
|
|
519
|
-
* @param {string} [languageCode]
|
|
519
|
+
* @param {string} [languageCode] Locale code for selecting translation value (e.g., `en-US`, `ko-KR`). Two-letter ISO 639-1 code (e.g., `en`, `ko`) is also accepted and will be automatically resolved to the matching locale via `FallbackTargetLanguageCode` lookup.
|
|
520
520
|
* @param {boolean} [returnDefaultValue]
|
|
521
521
|
* @param {*} [options] Override http request option.
|
|
522
522
|
* @throws {RequiredError}
|
|
@@ -573,7 +573,7 @@ var CountriesApiFactory = function (configuration, basePath, axios) {
|
|
|
573
573
|
*
|
|
574
574
|
* @summary Get country by slug
|
|
575
575
|
* @param {string} slug
|
|
576
|
-
* @param {string} [languageCode]
|
|
576
|
+
* @param {string} [languageCode] Locale code for selecting translation value (e.g., `en-US`, `ko-KR`). Two-letter ISO 639-1 code (e.g., `en`, `ko`) is also accepted and will be automatically resolved to the matching locale via `FallbackTargetLanguageCode` lookup.
|
|
577
577
|
* @param {boolean} [returnDefaultValue]
|
|
578
578
|
* @param {string} [previewSecret]
|
|
579
579
|
* @param {*} [options] Override http request option.
|
|
@@ -598,7 +598,7 @@ var CountriesApi = /** @class */ (function (_super) {
|
|
|
598
598
|
}
|
|
599
599
|
/**
|
|
600
600
|
*
|
|
601
|
-
* @summary
|
|
601
|
+
* @summary Get country.
|
|
602
602
|
* @param {CountriesApiApiV2CountriesCountryIdGetRequest} requestParameters Request parameters.
|
|
603
603
|
* @param {*} [options] Override http request option.
|
|
604
604
|
* @throws {RequiredError}
|
|
@@ -35,7 +35,7 @@ export declare const CurationsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
35
35
|
*
|
|
36
36
|
* @summary Get Curations by single Category
|
|
37
37
|
* @param {string} curationCategoryId
|
|
38
|
-
* @param {string} languageCode
|
|
38
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
39
39
|
* @param {*} [options] Override http request option.
|
|
40
40
|
* @throws {RequiredError}
|
|
41
41
|
*/
|
|
@@ -44,7 +44,7 @@ export declare const CurationsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
44
44
|
*
|
|
45
45
|
* @summary Get Curations by mutiple Categories with limit
|
|
46
46
|
* @param {Array<string>} curationCategoryIds
|
|
47
|
-
* @param {string} languageCode
|
|
47
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
48
48
|
* @param {number} [curationLimit]
|
|
49
49
|
* @param {*} [options] Override http request option.
|
|
50
50
|
* @throws {RequiredError}
|
|
@@ -54,7 +54,7 @@ export declare const CurationsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
54
54
|
*
|
|
55
55
|
* @summary Get Curation by Id
|
|
56
56
|
* @param {string} curationId
|
|
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 {*} [options] Override http request option.
|
|
59
59
|
* @throws {RequiredError}
|
|
60
60
|
*/
|
|
@@ -80,7 +80,7 @@ export declare const CurationsApiFp: (configuration?: Configuration) => {
|
|
|
80
80
|
*
|
|
81
81
|
* @summary Get Curations by single Category
|
|
82
82
|
* @param {string} curationCategoryId
|
|
83
|
-
* @param {string} languageCode
|
|
83
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
84
84
|
* @param {*} [options] Override http request option.
|
|
85
85
|
* @throws {RequiredError}
|
|
86
86
|
*/
|
|
@@ -89,7 +89,7 @@ export declare const CurationsApiFp: (configuration?: Configuration) => {
|
|
|
89
89
|
*
|
|
90
90
|
* @summary Get Curations by mutiple Categories with limit
|
|
91
91
|
* @param {Array<string>} curationCategoryIds
|
|
92
|
-
* @param {string} languageCode
|
|
92
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
93
93
|
* @param {number} [curationLimit]
|
|
94
94
|
* @param {*} [options] Override http request option.
|
|
95
95
|
* @throws {RequiredError}
|
|
@@ -99,7 +99,7 @@ export declare const CurationsApiFp: (configuration?: Configuration) => {
|
|
|
99
99
|
*
|
|
100
100
|
* @summary Get Curation by Id
|
|
101
101
|
* @param {string} curationId
|
|
102
|
-
* @param {string} languageCode
|
|
102
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
103
103
|
* @param {*} [options] Override http request option.
|
|
104
104
|
* @throws {RequiredError}
|
|
105
105
|
*/
|
|
@@ -125,7 +125,7 @@ export declare const CurationsApiFactory: (configuration?: Configuration, basePa
|
|
|
125
125
|
*
|
|
126
126
|
* @summary Get Curations by single Category
|
|
127
127
|
* @param {string} curationCategoryId
|
|
128
|
-
* @param {string} languageCode
|
|
128
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
129
129
|
* @param {*} [options] Override http request option.
|
|
130
130
|
* @throws {RequiredError}
|
|
131
131
|
*/
|
|
@@ -134,7 +134,7 @@ export declare const CurationsApiFactory: (configuration?: Configuration, basePa
|
|
|
134
134
|
*
|
|
135
135
|
* @summary Get Curations by mutiple Categories with limit
|
|
136
136
|
* @param {Array<string>} curationCategoryIds
|
|
137
|
-
* @param {string} languageCode
|
|
137
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
138
138
|
* @param {number} [curationLimit]
|
|
139
139
|
* @param {*} [options] Override http request option.
|
|
140
140
|
* @throws {RequiredError}
|
|
@@ -144,7 +144,7 @@ export declare const CurationsApiFactory: (configuration?: Configuration, basePa
|
|
|
144
144
|
*
|
|
145
145
|
* @summary Get Curation by Id
|
|
146
146
|
* @param {string} curationId
|
|
147
|
-
* @param {string} languageCode
|
|
147
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
148
148
|
* @param {*} [options] Override http request option.
|
|
149
149
|
* @throws {RequiredError}
|
|
150
150
|
*/
|
|
@@ -194,7 +194,7 @@ export interface CurationsApiApiV2CurationsCategoryCurationCategoryIdGetRequest
|
|
|
194
194
|
*/
|
|
195
195
|
readonly curationCategoryId: string;
|
|
196
196
|
/**
|
|
197
|
-
*
|
|
197
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
198
198
|
* @type {string}
|
|
199
199
|
* @memberof CurationsApiApiV2CurationsCategoryCurationCategoryIdGet
|
|
200
200
|
*/
|
|
@@ -213,7 +213,7 @@ export interface CurationsApiApiV2CurationsCategoryGetRequest {
|
|
|
213
213
|
*/
|
|
214
214
|
readonly curationCategoryIds: Array<string>;
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
217
217
|
* @type {string}
|
|
218
218
|
* @memberof CurationsApiApiV2CurationsCategoryGet
|
|
219
219
|
*/
|
|
@@ -238,7 +238,7 @@ export interface CurationsApiApiV2CurationsCurationIdGetRequest {
|
|
|
238
238
|
*/
|
|
239
239
|
readonly curationId: string;
|
|
240
240
|
/**
|
|
241
|
-
*
|
|
241
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
242
242
|
* @type {string}
|
|
243
243
|
* @memberof CurationsApiApiV2CurationsCurationIdGet
|
|
244
244
|
*/
|
package/lib/api/curations-api.js
CHANGED
|
@@ -154,7 +154,7 @@ var CurationsApiAxiosParamCreator = function (configuration) {
|
|
|
154
154
|
*
|
|
155
155
|
* @summary Get Curations by single Category
|
|
156
156
|
* @param {string} curationCategoryId
|
|
157
|
-
* @param {string} languageCode
|
|
157
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
158
158
|
* @param {*} [options] Override http request option.
|
|
159
159
|
* @throws {RequiredError}
|
|
160
160
|
*/
|
|
@@ -197,7 +197,7 @@ var CurationsApiAxiosParamCreator = function (configuration) {
|
|
|
197
197
|
*
|
|
198
198
|
* @summary Get Curations by mutiple Categories with limit
|
|
199
199
|
* @param {Array<string>} curationCategoryIds
|
|
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 {number} [curationLimit]
|
|
202
202
|
* @param {*} [options] Override http request option.
|
|
203
203
|
* @throws {RequiredError}
|
|
@@ -246,7 +246,7 @@ var CurationsApiAxiosParamCreator = function (configuration) {
|
|
|
246
246
|
*
|
|
247
247
|
* @summary Get Curation by Id
|
|
248
248
|
* @param {string} curationId
|
|
249
|
-
* @param {string} languageCode
|
|
249
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
250
250
|
* @param {*} [options] Override http request option.
|
|
251
251
|
* @throws {RequiredError}
|
|
252
252
|
*/
|
|
@@ -322,7 +322,7 @@ var CurationsApiFp = function (configuration) {
|
|
|
322
322
|
*
|
|
323
323
|
* @summary Get Curations by single Category
|
|
324
324
|
* @param {string} curationCategoryId
|
|
325
|
-
* @param {string} languageCode
|
|
325
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
326
326
|
* @param {*} [options] Override http request option.
|
|
327
327
|
* @throws {RequiredError}
|
|
328
328
|
*/
|
|
@@ -343,7 +343,7 @@ var CurationsApiFp = function (configuration) {
|
|
|
343
343
|
*
|
|
344
344
|
* @summary Get Curations by mutiple Categories with limit
|
|
345
345
|
* @param {Array<string>} curationCategoryIds
|
|
346
|
-
* @param {string} languageCode
|
|
346
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
347
347
|
* @param {number} [curationLimit]
|
|
348
348
|
* @param {*} [options] Override http request option.
|
|
349
349
|
* @throws {RequiredError}
|
|
@@ -365,7 +365,7 @@ var CurationsApiFp = function (configuration) {
|
|
|
365
365
|
*
|
|
366
366
|
* @summary Get Curation by Id
|
|
367
367
|
* @param {string} curationId
|
|
368
|
-
* @param {string} languageCode
|
|
368
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
369
369
|
* @param {*} [options] Override http request option.
|
|
370
370
|
* @throws {RequiredError}
|
|
371
371
|
*/
|
|
@@ -409,7 +409,7 @@ var CurationsApiFactory = function (configuration, basePath, axios) {
|
|
|
409
409
|
*
|
|
410
410
|
* @summary Get Curations by single Category
|
|
411
411
|
* @param {string} curationCategoryId
|
|
412
|
-
* @param {string} languageCode
|
|
412
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
413
413
|
* @param {*} [options] Override http request option.
|
|
414
414
|
* @throws {RequiredError}
|
|
415
415
|
*/
|
|
@@ -420,7 +420,7 @@ var CurationsApiFactory = function (configuration, basePath, axios) {
|
|
|
420
420
|
*
|
|
421
421
|
* @summary Get Curations by mutiple Categories with limit
|
|
422
422
|
* @param {Array<string>} curationCategoryIds
|
|
423
|
-
* @param {string} languageCode
|
|
423
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
424
424
|
* @param {number} [curationLimit]
|
|
425
425
|
* @param {*} [options] Override http request option.
|
|
426
426
|
* @throws {RequiredError}
|
|
@@ -432,7 +432,7 @@ var CurationsApiFactory = function (configuration, basePath, axios) {
|
|
|
432
432
|
*
|
|
433
433
|
* @summary Get Curation by Id
|
|
434
434
|
* @param {string} curationId
|
|
435
|
-
* @param {string} languageCode
|
|
435
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
436
436
|
* @param {*} [options] Override http request option.
|
|
437
437
|
* @throws {RequiredError}
|
|
438
438
|
*/
|
package/lib/api/deals-api.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
32
32
|
* @summary Get deal.
|
|
33
33
|
* @param {string} dealId
|
|
34
34
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
35
|
-
* @param {string} [languageCode]
|
|
35
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
36
36
|
* @param {boolean} [returnDefaultValue]
|
|
37
37
|
* @param {string} [countryCode]
|
|
38
38
|
* @param {*} [options] Override http request option.
|
|
@@ -81,7 +81,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
81
81
|
* @summary Get DealPackage.
|
|
82
82
|
* @param {string} dealId
|
|
83
83
|
* @param {string} packageId
|
|
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 {*} [options] Override http request option.
|
|
86
86
|
* @throws {RequiredError}
|
|
87
87
|
*/
|
|
@@ -103,7 +103,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
103
103
|
* @summary Get DealService.
|
|
104
104
|
* @param {string} dealId
|
|
105
105
|
* @param {string} serviceId
|
|
106
|
-
* @param {string} [languageCode]
|
|
106
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
107
107
|
* @param {*} [options] Override http request option.
|
|
108
108
|
* @throws {RequiredError}
|
|
109
109
|
*/
|
|
@@ -175,7 +175,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
175
175
|
* @summary Get deal by slug.
|
|
176
176
|
* @param {string} slug
|
|
177
177
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
178
|
-
* @param {string} [languageCode]
|
|
178
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
179
179
|
* @param {boolean} [returnDefaultValue]
|
|
180
180
|
* @param {string} [previewSecret]
|
|
181
181
|
* @param {string} [hospitalId]
|
|
@@ -195,7 +195,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
195
195
|
* @summary Get deal.
|
|
196
196
|
* @param {string} dealId
|
|
197
197
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
198
|
-
* @param {string} [languageCode]
|
|
198
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
199
199
|
* @param {boolean} [returnDefaultValue]
|
|
200
200
|
* @param {string} [countryCode]
|
|
201
201
|
* @param {*} [options] Override http request option.
|
|
@@ -244,7 +244,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
244
244
|
* @summary Get DealPackage.
|
|
245
245
|
* @param {string} dealId
|
|
246
246
|
* @param {string} packageId
|
|
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 {*} [options] Override http request option.
|
|
249
249
|
* @throws {RequiredError}
|
|
250
250
|
*/
|
|
@@ -266,7 +266,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
266
266
|
* @summary Get DealService.
|
|
267
267
|
* @param {string} dealId
|
|
268
268
|
* @param {string} serviceId
|
|
269
|
-
* @param {string} [languageCode]
|
|
269
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
270
270
|
* @param {*} [options] Override http request option.
|
|
271
271
|
* @throws {RequiredError}
|
|
272
272
|
*/
|
|
@@ -338,7 +338,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
|
|
|
338
338
|
* @summary Get deal by slug.
|
|
339
339
|
* @param {string} slug
|
|
340
340
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
341
|
-
* @param {string} [languageCode]
|
|
341
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
342
342
|
* @param {boolean} [returnDefaultValue]
|
|
343
343
|
* @param {string} [previewSecret]
|
|
344
344
|
* @param {string} [hospitalId]
|
|
@@ -358,7 +358,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
358
358
|
* @summary Get deal.
|
|
359
359
|
* @param {string} dealId
|
|
360
360
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
361
|
-
* @param {string} [languageCode]
|
|
361
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
362
362
|
* @param {boolean} [returnDefaultValue]
|
|
363
363
|
* @param {string} [countryCode]
|
|
364
364
|
* @param {*} [options] Override http request option.
|
|
@@ -407,7 +407,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
407
407
|
* @summary Get DealPackage.
|
|
408
408
|
* @param {string} dealId
|
|
409
409
|
* @param {string} packageId
|
|
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 {*} [options] Override http request option.
|
|
412
412
|
* @throws {RequiredError}
|
|
413
413
|
*/
|
|
@@ -429,7 +429,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
429
429
|
* @summary Get DealService.
|
|
430
430
|
* @param {string} dealId
|
|
431
431
|
* @param {string} serviceId
|
|
432
|
-
* @param {string} [languageCode]
|
|
432
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
433
433
|
* @param {*} [options] Override http request option.
|
|
434
434
|
* @throws {RequiredError}
|
|
435
435
|
*/
|
|
@@ -501,7 +501,7 @@ export declare const DealsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
501
501
|
* @summary Get deal by slug.
|
|
502
502
|
* @param {string} slug
|
|
503
503
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
504
|
-
* @param {string} [languageCode]
|
|
504
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
505
505
|
* @param {boolean} [returnDefaultValue]
|
|
506
506
|
* @param {string} [previewSecret]
|
|
507
507
|
* @param {string} [hospitalId]
|
|
@@ -530,7 +530,7 @@ export interface DealsApiApiV2DealsDealIdGetRequest {
|
|
|
530
530
|
*/
|
|
531
531
|
readonly xCloudhospitalPlatform?: string;
|
|
532
532
|
/**
|
|
533
|
-
*
|
|
533
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
534
534
|
* @type {string}
|
|
535
535
|
* @memberof DealsApiApiV2DealsDealIdGet
|
|
536
536
|
*/
|
|
@@ -719,7 +719,7 @@ export interface DealsApiApiV2DealsDealIdPackagesPackageIdGetRequest {
|
|
|
719
719
|
*/
|
|
720
720
|
readonly packageId: string;
|
|
721
721
|
/**
|
|
722
|
-
*
|
|
722
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
723
723
|
* @type {string}
|
|
724
724
|
* @memberof DealsApiApiV2DealsDealIdPackagesPackageIdGet
|
|
725
725
|
*/
|
|
@@ -781,7 +781,7 @@ export interface DealsApiApiV2DealsDealIdServicesServiceIdGetRequest {
|
|
|
781
781
|
*/
|
|
782
782
|
readonly serviceId: string;
|
|
783
783
|
/**
|
|
784
|
-
*
|
|
784
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
785
785
|
* @type {string}
|
|
786
786
|
* @memberof DealsApiApiV2DealsDealIdServicesServiceIdGet
|
|
787
787
|
*/
|
|
@@ -1108,7 +1108,7 @@ export interface DealsApiApiV2DealsSlugGetRequest {
|
|
|
1108
1108
|
*/
|
|
1109
1109
|
readonly xCloudhospitalPlatform?: string;
|
|
1110
1110
|
/**
|
|
1111
|
-
*
|
|
1111
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1112
1112
|
* @type {string}
|
|
1113
1113
|
* @memberof DealsApiApiV2DealsSlugGet
|
|
1114
1114
|
*/
|
package/lib/api/deals-api.js
CHANGED
|
@@ -106,7 +106,7 @@ var DealsApiAxiosParamCreator = function (configuration) {
|
|
|
106
106
|
* @summary Get deal.
|
|
107
107
|
* @param {string} dealId
|
|
108
108
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
109
|
-
* @param {string} [languageCode]
|
|
109
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
110
110
|
* @param {boolean} [returnDefaultValue]
|
|
111
111
|
* @param {string} [countryCode]
|
|
112
112
|
* @param {*} [options] Override http request option.
|
|
@@ -339,7 +339,7 @@ var DealsApiAxiosParamCreator = function (configuration) {
|
|
|
339
339
|
* @summary Get DealPackage.
|
|
340
340
|
* @param {string} dealId
|
|
341
341
|
* @param {string} packageId
|
|
342
|
-
* @param {string} [languageCode]
|
|
342
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
343
343
|
* @param {*} [options] Override http request option.
|
|
344
344
|
* @throws {RequiredError}
|
|
345
345
|
*/
|
|
@@ -439,7 +439,7 @@ var DealsApiAxiosParamCreator = function (configuration) {
|
|
|
439
439
|
* @summary Get DealService.
|
|
440
440
|
* @param {string} dealId
|
|
441
441
|
* @param {string} serviceId
|
|
442
|
-
* @param {string} [languageCode]
|
|
442
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
443
443
|
* @param {*} [options] Override http request option.
|
|
444
444
|
* @throws {RequiredError}
|
|
445
445
|
*/
|
|
@@ -746,7 +746,7 @@ var DealsApiAxiosParamCreator = function (configuration) {
|
|
|
746
746
|
* @summary Get deal by slug.
|
|
747
747
|
* @param {string} slug
|
|
748
748
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
749
|
-
* @param {string} [languageCode]
|
|
749
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
750
750
|
* @param {boolean} [returnDefaultValue]
|
|
751
751
|
* @param {string} [previewSecret]
|
|
752
752
|
* @param {string} [hospitalId]
|
|
@@ -827,7 +827,7 @@ var DealsApiFp = function (configuration) {
|
|
|
827
827
|
* @summary Get deal.
|
|
828
828
|
* @param {string} dealId
|
|
829
829
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
830
|
-
* @param {string} [languageCode]
|
|
830
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
831
831
|
* @param {boolean} [returnDefaultValue]
|
|
832
832
|
* @param {string} [countryCode]
|
|
833
833
|
* @param {*} [options] Override http request option.
|
|
@@ -912,7 +912,7 @@ var DealsApiFp = function (configuration) {
|
|
|
912
912
|
* @summary Get DealPackage.
|
|
913
913
|
* @param {string} dealId
|
|
914
914
|
* @param {string} packageId
|
|
915
|
-
* @param {string} [languageCode]
|
|
915
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
916
916
|
* @param {*} [options] Override http request option.
|
|
917
917
|
* @throws {RequiredError}
|
|
918
918
|
*/
|
|
@@ -958,7 +958,7 @@ var DealsApiFp = function (configuration) {
|
|
|
958
958
|
* @summary Get DealService.
|
|
959
959
|
* @param {string} dealId
|
|
960
960
|
* @param {string} serviceId
|
|
961
|
-
* @param {string} [languageCode]
|
|
961
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
962
962
|
* @param {*} [options] Override http request option.
|
|
963
963
|
* @throws {RequiredError}
|
|
964
964
|
*/
|
|
@@ -1066,7 +1066,7 @@ var DealsApiFp = function (configuration) {
|
|
|
1066
1066
|
* @summary Get deal by slug.
|
|
1067
1067
|
* @param {string} slug
|
|
1068
1068
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
1069
|
-
* @param {string} [languageCode]
|
|
1069
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1070
1070
|
* @param {boolean} [returnDefaultValue]
|
|
1071
1071
|
* @param {string} [previewSecret]
|
|
1072
1072
|
* @param {string} [hospitalId]
|
|
@@ -1102,7 +1102,7 @@ var DealsApiFactory = function (configuration, basePath, axios) {
|
|
|
1102
1102
|
* @summary Get deal.
|
|
1103
1103
|
* @param {string} dealId
|
|
1104
1104
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
1105
|
-
* @param {string} [languageCode]
|
|
1105
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1106
1106
|
* @param {boolean} [returnDefaultValue]
|
|
1107
1107
|
* @param {string} [countryCode]
|
|
1108
1108
|
* @param {*} [options] Override http request option.
|
|
@@ -1157,7 +1157,7 @@ var DealsApiFactory = function (configuration, basePath, axios) {
|
|
|
1157
1157
|
* @summary Get DealPackage.
|
|
1158
1158
|
* @param {string} dealId
|
|
1159
1159
|
* @param {string} packageId
|
|
1160
|
-
* @param {string} [languageCode]
|
|
1160
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1161
1161
|
* @param {*} [options] Override http request option.
|
|
1162
1162
|
* @throws {RequiredError}
|
|
1163
1163
|
*/
|
|
@@ -1183,7 +1183,7 @@ var DealsApiFactory = function (configuration, basePath, axios) {
|
|
|
1183
1183
|
* @summary Get DealService.
|
|
1184
1184
|
* @param {string} dealId
|
|
1185
1185
|
* @param {string} serviceId
|
|
1186
|
-
* @param {string} [languageCode]
|
|
1186
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1187
1187
|
* @param {*} [options] Override http request option.
|
|
1188
1188
|
* @throws {RequiredError}
|
|
1189
1189
|
*/
|
|
@@ -1261,7 +1261,7 @@ var DealsApiFactory = function (configuration, basePath, axios) {
|
|
|
1261
1261
|
* @summary Get deal by slug.
|
|
1262
1262
|
* @param {string} slug
|
|
1263
1263
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
1264
|
-
* @param {string} [languageCode]
|
|
1264
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1265
1265
|
* @param {boolean} [returnDefaultValue]
|
|
1266
1266
|
* @param {string} [previewSecret]
|
|
1267
1267
|
* @param {string} [hospitalId]
|
|
@@ -88,7 +88,7 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
|
|
|
88
88
|
* @summary Get doctor affiliation.
|
|
89
89
|
* @param {string} id
|
|
90
90
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
91
|
-
* @param {string} [languageCode]
|
|
91
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
92
92
|
* @param {*} [options] Override http request option.
|
|
93
93
|
* @throws {RequiredError}
|
|
94
94
|
*/
|
|
@@ -98,7 +98,7 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
|
|
|
98
98
|
* @summary Get doctorAffiliation by slug
|
|
99
99
|
* @param {string} slug
|
|
100
100
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
101
|
-
* @param {string} [languageCode]
|
|
101
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
102
102
|
* @param {string} [hospitalId]
|
|
103
103
|
* @param {*} [options] Override http request option.
|
|
104
104
|
* @throws {RequiredError}
|
|
@@ -174,7 +174,7 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration) =>
|
|
|
174
174
|
* @summary Get doctor affiliation.
|
|
175
175
|
* @param {string} id
|
|
176
176
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
177
|
-
* @param {string} [languageCode]
|
|
177
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
178
178
|
* @param {*} [options] Override http request option.
|
|
179
179
|
* @throws {RequiredError}
|
|
180
180
|
*/
|
|
@@ -184,7 +184,7 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration) =>
|
|
|
184
184
|
* @summary Get doctorAffiliation by slug
|
|
185
185
|
* @param {string} slug
|
|
186
186
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
187
|
-
* @param {string} [languageCode]
|
|
187
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
188
188
|
* @param {string} [hospitalId]
|
|
189
189
|
* @param {*} [options] Override http request option.
|
|
190
190
|
* @throws {RequiredError}
|
|
@@ -260,7 +260,7 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
|
|
|
260
260
|
* @summary Get doctor affiliation.
|
|
261
261
|
* @param {string} id
|
|
262
262
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
263
|
-
* @param {string} [languageCode]
|
|
263
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
264
264
|
* @param {*} [options] Override http request option.
|
|
265
265
|
* @throws {RequiredError}
|
|
266
266
|
*/
|
|
@@ -270,7 +270,7 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
|
|
|
270
270
|
* @summary Get doctorAffiliation by slug
|
|
271
271
|
* @param {string} slug
|
|
272
272
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
273
|
-
* @param {string} [languageCode]
|
|
273
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
274
274
|
* @param {string} [hospitalId]
|
|
275
275
|
* @param {*} [options] Override http request option.
|
|
276
276
|
* @throws {RequiredError}
|
|
@@ -510,7 +510,7 @@ export interface DoctorAffiliationsApiApiV2DoctoraffiliationsIdGetRequest {
|
|
|
510
510
|
*/
|
|
511
511
|
readonly xCloudhospitalPlatform?: string;
|
|
512
512
|
/**
|
|
513
|
-
*
|
|
513
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
514
514
|
* @type {string}
|
|
515
515
|
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsIdGet
|
|
516
516
|
*/
|
|
@@ -535,7 +535,7 @@ export interface DoctorAffiliationsApiApiV2DoctoraffiliationsSlugGetRequest {
|
|
|
535
535
|
*/
|
|
536
536
|
readonly xCloudhospitalPlatform?: string;
|
|
537
537
|
/**
|
|
538
|
-
*
|
|
538
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
539
539
|
* @type {string}
|
|
540
540
|
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsSlugGet
|
|
541
541
|
*/
|
|
@@ -376,7 +376,7 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
376
376
|
* @summary Get doctor affiliation.
|
|
377
377
|
* @param {string} id
|
|
378
378
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
379
|
-
* @param {string} [languageCode]
|
|
379
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
380
380
|
* @param {*} [options] Override http request option.
|
|
381
381
|
* @throws {RequiredError}
|
|
382
382
|
*/
|
|
@@ -431,7 +431,7 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
431
431
|
* @summary Get doctorAffiliation by slug
|
|
432
432
|
* @param {string} slug
|
|
433
433
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
434
|
-
* @param {string} [languageCode]
|
|
434
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
435
435
|
* @param {string} [hospitalId]
|
|
436
436
|
* @param {*} [options] Override http request option.
|
|
437
437
|
* @throws {RequiredError}
|
|
@@ -607,7 +607,7 @@ var DoctorAffiliationsApiFp = function (configuration) {
|
|
|
607
607
|
* @summary Get doctor affiliation.
|
|
608
608
|
* @param {string} id
|
|
609
609
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
610
|
-
* @param {string} [languageCode]
|
|
610
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
611
611
|
* @param {*} [options] Override http request option.
|
|
612
612
|
* @throws {RequiredError}
|
|
613
613
|
*/
|
|
@@ -629,7 +629,7 @@ var DoctorAffiliationsApiFp = function (configuration) {
|
|
|
629
629
|
* @summary Get doctorAffiliation by slug
|
|
630
630
|
* @param {string} slug
|
|
631
631
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
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 {string} [hospitalId]
|
|
634
634
|
* @param {*} [options] Override http request option.
|
|
635
635
|
* @throws {RequiredError}
|
|
@@ -729,7 +729,7 @@ var DoctorAffiliationsApiFactory = function (configuration, basePath, axios) {
|
|
|
729
729
|
* @summary Get doctor affiliation.
|
|
730
730
|
* @param {string} id
|
|
731
731
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
732
|
-
* @param {string} [languageCode]
|
|
732
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
733
733
|
* @param {*} [options] Override http request option.
|
|
734
734
|
* @throws {RequiredError}
|
|
735
735
|
*/
|
|
@@ -741,7 +741,7 @@ var DoctorAffiliationsApiFactory = function (configuration, basePath, axios) {
|
|
|
741
741
|
* @summary Get doctorAffiliation by slug
|
|
742
742
|
* @param {string} slug
|
|
743
743
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
744
|
-
* @param {string} [languageCode]
|
|
744
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
745
745
|
* @param {string} [hospitalId]
|
|
746
746
|
* @param {*} [options] Override http request option.
|
|
747
747
|
* @throws {RequiredError}
|