ch-api-client-typescript2 5.88.48 → 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/doctors-api.d.ts
CHANGED
|
@@ -89,7 +89,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
89
89
|
* @summary Get doctor
|
|
90
90
|
* @param {string} doctorId
|
|
91
91
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
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 {boolean} [returnDefaultValue]
|
|
94
94
|
* @param {*} [options] Override http request option.
|
|
95
95
|
* @throws {RequiredError}
|
|
@@ -111,7 +111,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
111
111
|
*
|
|
112
112
|
* @summary Get DoctorLanguage.
|
|
113
113
|
* @param {string} doctorId
|
|
114
|
-
* @param {string} languageCode
|
|
114
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
115
115
|
* @param {*} [options] Override http request option.
|
|
116
116
|
* @throws {RequiredError}
|
|
117
117
|
*/
|
|
@@ -181,7 +181,7 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
181
181
|
* @summary Get DoctorSpecialty
|
|
182
182
|
* @param {string} doctorId
|
|
183
183
|
* @param {string} specialtyId
|
|
184
|
-
* @param {string} [languageCode]
|
|
184
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
185
185
|
* @param {*} [options] Override http request option.
|
|
186
186
|
* @throws {RequiredError}
|
|
187
187
|
*/
|
|
@@ -293,7 +293,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
293
293
|
* @summary Get doctor
|
|
294
294
|
* @param {string} doctorId
|
|
295
295
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
296
|
-
* @param {string} [languageCode]
|
|
296
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
297
297
|
* @param {boolean} [returnDefaultValue]
|
|
298
298
|
* @param {*} [options] Override http request option.
|
|
299
299
|
* @throws {RequiredError}
|
|
@@ -315,7 +315,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
315
315
|
*
|
|
316
316
|
* @summary Get DoctorLanguage.
|
|
317
317
|
* @param {string} doctorId
|
|
318
|
-
* @param {string} languageCode
|
|
318
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
319
319
|
* @param {*} [options] Override http request option.
|
|
320
320
|
* @throws {RequiredError}
|
|
321
321
|
*/
|
|
@@ -385,7 +385,7 @@ export declare const DoctorsApiFp: (configuration?: Configuration) => {
|
|
|
385
385
|
* @summary Get DoctorSpecialty
|
|
386
386
|
* @param {string} doctorId
|
|
387
387
|
* @param {string} specialtyId
|
|
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 {*} [options] Override http request option.
|
|
390
390
|
* @throws {RequiredError}
|
|
391
391
|
*/
|
|
@@ -497,7 +497,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
497
497
|
* @summary Get doctor
|
|
498
498
|
* @param {string} doctorId
|
|
499
499
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
500
|
-
* @param {string} [languageCode]
|
|
500
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
501
501
|
* @param {boolean} [returnDefaultValue]
|
|
502
502
|
* @param {*} [options] Override http request option.
|
|
503
503
|
* @throws {RequiredError}
|
|
@@ -519,7 +519,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
519
519
|
*
|
|
520
520
|
* @summary Get DoctorLanguage.
|
|
521
521
|
* @param {string} doctorId
|
|
522
|
-
* @param {string} languageCode
|
|
522
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
523
523
|
* @param {*} [options] Override http request option.
|
|
524
524
|
* @throws {RequiredError}
|
|
525
525
|
*/
|
|
@@ -589,7 +589,7 @@ export declare const DoctorsApiFactory: (configuration?: Configuration, basePath
|
|
|
589
589
|
* @summary Get DoctorSpecialty
|
|
590
590
|
* @param {string} doctorId
|
|
591
591
|
* @param {string} specialtyId
|
|
592
|
-
* @param {string} [languageCode]
|
|
592
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
593
593
|
* @param {*} [options] Override http request option.
|
|
594
594
|
* @throws {RequiredError}
|
|
595
595
|
*/
|
|
@@ -820,7 +820,7 @@ export interface DoctorsApiApiV2DoctorsDoctorIdGetRequest {
|
|
|
820
820
|
*/
|
|
821
821
|
readonly xCloudhospitalPlatform?: string;
|
|
822
822
|
/**
|
|
823
|
-
*
|
|
823
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
824
824
|
* @type {string}
|
|
825
825
|
* @memberof DoctorsApiApiV2DoctorsDoctorIdGet
|
|
826
826
|
*/
|
|
@@ -882,7 +882,7 @@ export interface DoctorsApiApiV2DoctorsDoctorIdLanguagesLanguageCodeGetRequest {
|
|
|
882
882
|
*/
|
|
883
883
|
readonly doctorId: string;
|
|
884
884
|
/**
|
|
885
|
-
*
|
|
885
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
886
886
|
* @type {string}
|
|
887
887
|
* @memberof DoctorsApiApiV2DoctorsDoctorIdLanguagesLanguageCodeGet
|
|
888
888
|
*/
|
|
@@ -1092,7 +1092,7 @@ export interface DoctorsApiApiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGetRequest
|
|
|
1092
1092
|
*/
|
|
1093
1093
|
readonly specialtyId: string;
|
|
1094
1094
|
/**
|
|
1095
|
-
*
|
|
1095
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1096
1096
|
* @type {string}
|
|
1097
1097
|
* @memberof DoctorsApiApiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet
|
|
1098
1098
|
*/
|
package/lib/api/doctors-api.js
CHANGED
|
@@ -336,7 +336,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
|
|
|
336
336
|
* @summary Get doctor
|
|
337
337
|
* @param {string} doctorId
|
|
338
338
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
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 {*} [options] Override http request option.
|
|
342
342
|
* @throws {RequiredError}
|
|
@@ -439,7 +439,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
|
|
|
439
439
|
*
|
|
440
440
|
* @summary Get DoctorLanguage.
|
|
441
441
|
* @param {string} doctorId
|
|
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
|
*/
|
|
@@ -752,7 +752,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
|
|
|
752
752
|
* @summary Get DoctorSpecialty
|
|
753
753
|
* @param {string} doctorId
|
|
754
754
|
* @param {string} specialtyId
|
|
755
|
-
* @param {string} [languageCode]
|
|
755
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
756
756
|
* @param {*} [options] Override http request option.
|
|
757
757
|
* @throws {RequiredError}
|
|
758
758
|
*/
|
|
@@ -1111,7 +1111,7 @@ var DoctorsApiFp = function (configuration) {
|
|
|
1111
1111
|
* @summary Get doctor
|
|
1112
1112
|
* @param {string} doctorId
|
|
1113
1113
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
1114
|
-
* @param {string} [languageCode]
|
|
1114
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1115
1115
|
* @param {boolean} [returnDefaultValue]
|
|
1116
1116
|
* @param {*} [options] Override http request option.
|
|
1117
1117
|
* @throws {RequiredError}
|
|
@@ -1157,7 +1157,7 @@ var DoctorsApiFp = function (configuration) {
|
|
|
1157
1157
|
*
|
|
1158
1158
|
* @summary Get DoctorLanguage.
|
|
1159
1159
|
* @param {string} doctorId
|
|
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
|
*/
|
|
@@ -1299,7 +1299,7 @@ var DoctorsApiFp = function (configuration) {
|
|
|
1299
1299
|
* @summary Get DoctorSpecialty
|
|
1300
1300
|
* @param {string} doctorId
|
|
1301
1301
|
* @param {string} specialtyId
|
|
1302
|
-
* @param {string} [languageCode]
|
|
1302
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1303
1303
|
* @param {*} [options] Override http request option.
|
|
1304
1304
|
* @throws {RequiredError}
|
|
1305
1305
|
*/
|
|
@@ -1459,7 +1459,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
|
|
|
1459
1459
|
* @summary Get doctor
|
|
1460
1460
|
* @param {string} doctorId
|
|
1461
1461
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
1462
|
-
* @param {string} [languageCode]
|
|
1462
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1463
1463
|
* @param {boolean} [returnDefaultValue]
|
|
1464
1464
|
* @param {*} [options] Override http request option.
|
|
1465
1465
|
* @throws {RequiredError}
|
|
@@ -1485,7 +1485,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
|
|
|
1485
1485
|
*
|
|
1486
1486
|
* @summary Get DoctorLanguage.
|
|
1487
1487
|
* @param {string} doctorId
|
|
1488
|
-
* @param {string} languageCode
|
|
1488
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1489
1489
|
* @param {*} [options] Override http request option.
|
|
1490
1490
|
* @throws {RequiredError}
|
|
1491
1491
|
*/
|
|
@@ -1567,7 +1567,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
|
|
|
1567
1567
|
* @summary Get DoctorSpecialty
|
|
1568
1568
|
* @param {string} doctorId
|
|
1569
1569
|
* @param {string} specialtyId
|
|
1570
|
-
* @param {string} [languageCode]
|
|
1570
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1571
1571
|
* @param {*} [options] Override http request option.
|
|
1572
1572
|
* @throws {RequiredError}
|
|
1573
1573
|
*/
|
|
@@ -23,7 +23,7 @@ export declare const FaqCategoriesApiAxiosParamCreator: (configuration?: Configu
|
|
|
23
23
|
*
|
|
24
24
|
* @summary Get FaqCategory.
|
|
25
25
|
* @param {string} faqCategoryId
|
|
26
|
-
* @param {string} [languageCode]
|
|
26
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
27
27
|
* @param {*} [options] Override http request option.
|
|
28
28
|
* @throws {RequiredError}
|
|
29
29
|
*/
|
|
@@ -50,7 +50,7 @@ export declare const FaqCategoriesApiAxiosParamCreator: (configuration?: Configu
|
|
|
50
50
|
*
|
|
51
51
|
* @summary Get FaqCategory by slug.
|
|
52
52
|
* @param {string} slug
|
|
53
|
-
* @param {string} [languageCode]
|
|
53
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
54
54
|
* @param {*} [options] Override http request option.
|
|
55
55
|
* @throws {RequiredError}
|
|
56
56
|
*/
|
|
@@ -65,7 +65,7 @@ export declare const FaqCategoriesApiFp: (configuration?: Configuration) => {
|
|
|
65
65
|
*
|
|
66
66
|
* @summary Get FaqCategory.
|
|
67
67
|
* @param {string} faqCategoryId
|
|
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 {*} [options] Override http request option.
|
|
70
70
|
* @throws {RequiredError}
|
|
71
71
|
*/
|
|
@@ -92,7 +92,7 @@ export declare const FaqCategoriesApiFp: (configuration?: Configuration) => {
|
|
|
92
92
|
*
|
|
93
93
|
* @summary Get FaqCategory by slug.
|
|
94
94
|
* @param {string} slug
|
|
95
|
-
* @param {string} [languageCode]
|
|
95
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
96
96
|
* @param {*} [options] Override http request option.
|
|
97
97
|
* @throws {RequiredError}
|
|
98
98
|
*/
|
|
@@ -107,7 +107,7 @@ export declare const FaqCategoriesApiFactory: (configuration?: Configuration, ba
|
|
|
107
107
|
*
|
|
108
108
|
* @summary Get FaqCategory.
|
|
109
109
|
* @param {string} faqCategoryId
|
|
110
|
-
* @param {string} [languageCode]
|
|
110
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
111
111
|
* @param {*} [options] Override http request option.
|
|
112
112
|
* @throws {RequiredError}
|
|
113
113
|
*/
|
|
@@ -134,7 +134,7 @@ export declare const FaqCategoriesApiFactory: (configuration?: Configuration, ba
|
|
|
134
134
|
*
|
|
135
135
|
* @summary Get FaqCategory by slug.
|
|
136
136
|
* @param {string} slug
|
|
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 {*} [options] Override http request option.
|
|
139
139
|
* @throws {RequiredError}
|
|
140
140
|
*/
|
|
@@ -153,7 +153,7 @@ export interface FaqCategoriesApiApiV2FaqcategoriesFaqCategoryIdGetRequest {
|
|
|
153
153
|
*/
|
|
154
154
|
readonly faqCategoryId: string;
|
|
155
155
|
/**
|
|
156
|
-
*
|
|
156
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
157
157
|
* @type {string}
|
|
158
158
|
* @memberof FaqCategoriesApiApiV2FaqcategoriesFaqCategoryIdGet
|
|
159
159
|
*/
|
|
@@ -245,7 +245,7 @@ export interface FaqCategoriesApiApiV2FaqcategoriesSlugGetRequest {
|
|
|
245
245
|
*/
|
|
246
246
|
readonly slug: string;
|
|
247
247
|
/**
|
|
248
|
-
*
|
|
248
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
249
249
|
* @type {string}
|
|
250
250
|
* @memberof FaqCategoriesApiApiV2FaqcategoriesSlugGet
|
|
251
251
|
*/
|
|
@@ -105,7 +105,7 @@ var FaqCategoriesApiAxiosParamCreator = function (configuration) {
|
|
|
105
105
|
*
|
|
106
106
|
* @summary Get FaqCategory.
|
|
107
107
|
* @param {string} faqCategoryId
|
|
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 {*} [options] Override http request option.
|
|
110
110
|
* @throws {RequiredError}
|
|
111
111
|
*/
|
|
@@ -225,7 +225,7 @@ var FaqCategoriesApiAxiosParamCreator = function (configuration) {
|
|
|
225
225
|
*
|
|
226
226
|
* @summary Get FaqCategory by slug.
|
|
227
227
|
* @param {string} slug
|
|
228
|
-
* @param {string} [languageCode]
|
|
228
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
229
229
|
* @param {*} [options] Override http request option.
|
|
230
230
|
* @throws {RequiredError}
|
|
231
231
|
*/
|
|
@@ -276,7 +276,7 @@ var FaqCategoriesApiFp = function (configuration) {
|
|
|
276
276
|
*
|
|
277
277
|
* @summary Get FaqCategory.
|
|
278
278
|
* @param {string} faqCategoryId
|
|
279
|
-
* @param {string} [languageCode]
|
|
279
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
280
280
|
* @param {*} [options] Override http request option.
|
|
281
281
|
* @throws {RequiredError}
|
|
282
282
|
*/
|
|
@@ -327,7 +327,7 @@ var FaqCategoriesApiFp = function (configuration) {
|
|
|
327
327
|
*
|
|
328
328
|
* @summary Get FaqCategory by slug.
|
|
329
329
|
* @param {string} slug
|
|
330
|
-
* @param {string} [languageCode]
|
|
330
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
331
331
|
* @param {*} [options] Override http request option.
|
|
332
332
|
* @throws {RequiredError}
|
|
333
333
|
*/
|
|
@@ -358,7 +358,7 @@ var FaqCategoriesApiFactory = function (configuration, basePath, axios) {
|
|
|
358
358
|
*
|
|
359
359
|
* @summary Get FaqCategory.
|
|
360
360
|
* @param {string} faqCategoryId
|
|
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 {*} [options] Override http request option.
|
|
363
363
|
* @throws {RequiredError}
|
|
364
364
|
*/
|
|
@@ -389,7 +389,7 @@ var FaqCategoriesApiFactory = function (configuration, basePath, axios) {
|
|
|
389
389
|
*
|
|
390
390
|
* @summary Get FaqCategory by slug.
|
|
391
391
|
* @param {string} slug
|
|
392
|
-
* @param {string} [languageCode]
|
|
392
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
393
393
|
* @param {*} [options] Override http request option.
|
|
394
394
|
* @throws {RequiredError}
|
|
395
395
|
*/
|
package/lib/api/faqs-api.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ export declare const FaqsApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
28
28
|
*
|
|
29
29
|
* @summary Get faq.
|
|
30
30
|
* @param {string} faqId
|
|
31
|
-
* @param {string} [languageCode]
|
|
31
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
32
32
|
* @param {*} [options] Override http request option.
|
|
33
33
|
* @throws {RequiredError}
|
|
34
34
|
*/
|
|
@@ -99,7 +99,7 @@ export declare const FaqsApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
99
99
|
*
|
|
100
100
|
* @summary Get faq by slug.
|
|
101
101
|
* @param {string} slug
|
|
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
|
*/
|
|
@@ -114,7 +114,7 @@ export declare const FaqsApiFp: (configuration?: Configuration) => {
|
|
|
114
114
|
*
|
|
115
115
|
* @summary Get faq.
|
|
116
116
|
* @param {string} faqId
|
|
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 {*} [options] Override http request option.
|
|
119
119
|
* @throws {RequiredError}
|
|
120
120
|
*/
|
|
@@ -185,7 +185,7 @@ export declare const FaqsApiFp: (configuration?: Configuration) => {
|
|
|
185
185
|
*
|
|
186
186
|
* @summary Get faq 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 {*} [options] Override http request option.
|
|
190
190
|
* @throws {RequiredError}
|
|
191
191
|
*/
|
|
@@ -200,7 +200,7 @@ export declare const FaqsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
200
200
|
*
|
|
201
201
|
* @summary Get faq.
|
|
202
202
|
* @param {string} faqId
|
|
203
|
-
* @param {string} [languageCode]
|
|
203
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
204
204
|
* @param {*} [options] Override http request option.
|
|
205
205
|
* @throws {RequiredError}
|
|
206
206
|
*/
|
|
@@ -271,7 +271,7 @@ export declare const FaqsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
271
271
|
*
|
|
272
272
|
* @summary Get faq by slug.
|
|
273
273
|
* @param {string} slug
|
|
274
|
-
* @param {string} [languageCode]
|
|
274
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
275
275
|
* @param {*} [options] Override http request option.
|
|
276
276
|
* @throws {RequiredError}
|
|
277
277
|
*/
|
|
@@ -290,7 +290,7 @@ export interface FaqsApiApiV2FaqsFaqIdGetRequest {
|
|
|
290
290
|
*/
|
|
291
291
|
readonly faqId: string;
|
|
292
292
|
/**
|
|
293
|
-
*
|
|
293
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
294
294
|
* @type {string}
|
|
295
295
|
* @memberof FaqsApiApiV2FaqsFaqIdGet
|
|
296
296
|
*/
|
|
@@ -506,7 +506,7 @@ export interface FaqsApiApiV2FaqsSlugGetRequest {
|
|
|
506
506
|
*/
|
|
507
507
|
readonly slug: string;
|
|
508
508
|
/**
|
|
509
|
-
*
|
|
509
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
510
510
|
* @type {string}
|
|
511
511
|
* @memberof FaqsApiApiV2FaqsSlugGet
|
|
512
512
|
*/
|
package/lib/api/faqs-api.js
CHANGED
|
@@ -105,7 +105,7 @@ var FaqsApiAxiosParamCreator = function (configuration) {
|
|
|
105
105
|
*
|
|
106
106
|
* @summary Get faq.
|
|
107
107
|
* @param {string} faqId
|
|
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 {*} [options] Override http request option.
|
|
110
110
|
* @throws {RequiredError}
|
|
111
111
|
*/
|
|
@@ -425,7 +425,7 @@ var FaqsApiAxiosParamCreator = function (configuration) {
|
|
|
425
425
|
*
|
|
426
426
|
* @summary Get faq by slug.
|
|
427
427
|
* @param {string} slug
|
|
428
|
-
* @param {string} [languageCode]
|
|
428
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
429
429
|
* @param {*} [options] Override http request option.
|
|
430
430
|
* @throws {RequiredError}
|
|
431
431
|
*/
|
|
@@ -476,7 +476,7 @@ var FaqsApiFp = function (configuration) {
|
|
|
476
476
|
*
|
|
477
477
|
* @summary Get faq.
|
|
478
478
|
* @param {string} faqId
|
|
479
|
-
* @param {string} [languageCode]
|
|
479
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
480
480
|
* @param {*} [options] Override http request option.
|
|
481
481
|
* @throws {RequiredError}
|
|
482
482
|
*/
|
|
@@ -619,7 +619,7 @@ var FaqsApiFp = function (configuration) {
|
|
|
619
619
|
*
|
|
620
620
|
* @summary Get faq by slug.
|
|
621
621
|
* @param {string} slug
|
|
622
|
-
* @param {string} [languageCode]
|
|
622
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
623
623
|
* @param {*} [options] Override http request option.
|
|
624
624
|
* @throws {RequiredError}
|
|
625
625
|
*/
|
|
@@ -650,7 +650,7 @@ var FaqsApiFactory = function (configuration, basePath, axios) {
|
|
|
650
650
|
*
|
|
651
651
|
* @summary Get faq.
|
|
652
652
|
* @param {string} faqId
|
|
653
|
-
* @param {string} [languageCode]
|
|
653
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
654
654
|
* @param {*} [options] Override http request option.
|
|
655
655
|
* @throws {RequiredError}
|
|
656
656
|
*/
|
|
@@ -733,7 +733,7 @@ var FaqsApiFactory = function (configuration, basePath, axios) {
|
|
|
733
733
|
*
|
|
734
734
|
* @summary Get faq by slug.
|
|
735
735
|
* @param {string} slug
|
|
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
|
*/
|
|
@@ -34,7 +34,7 @@ export declare const FormResultsApiAxiosParamCreator: (configuration?: Configura
|
|
|
34
34
|
*
|
|
35
35
|
* @summary Get formResult
|
|
36
36
|
* @param {string} formResultId
|
|
37
|
-
* @param {string} [languageCode]
|
|
37
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
38
38
|
* @param {*} [options] Override http request option.
|
|
39
39
|
* @throws {RequiredError}
|
|
40
40
|
*/
|
|
@@ -82,7 +82,7 @@ export declare const FormResultsApiFp: (configuration?: Configuration) => {
|
|
|
82
82
|
*
|
|
83
83
|
* @summary Get formResult
|
|
84
84
|
* @param {string} formResultId
|
|
85
|
-
* @param {string} [languageCode]
|
|
85
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
86
86
|
* @param {*} [options] Override http request option.
|
|
87
87
|
* @throws {RequiredError}
|
|
88
88
|
*/
|
|
@@ -130,7 +130,7 @@ export declare const FormResultsApiFactory: (configuration?: Configuration, base
|
|
|
130
130
|
*
|
|
131
131
|
* @summary Get formResult
|
|
132
132
|
* @param {string} formResultId
|
|
133
|
-
* @param {string} [languageCode]
|
|
133
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
134
134
|
* @param {*} [options] Override http request option.
|
|
135
135
|
* @throws {RequiredError}
|
|
136
136
|
*/
|
|
@@ -187,7 +187,7 @@ export interface FormResultsApiApiV2FormresultsFormResultIdGetRequest {
|
|
|
187
187
|
*/
|
|
188
188
|
readonly formResultId: string;
|
|
189
189
|
/**
|
|
190
|
-
*
|
|
190
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
191
191
|
* @type {string}
|
|
192
192
|
* @memberof FormResultsApiApiV2FormresultsFormResultIdGet
|
|
193
193
|
*/
|
|
@@ -152,7 +152,7 @@ var FormResultsApiAxiosParamCreator = function (configuration) {
|
|
|
152
152
|
*
|
|
153
153
|
* @summary Get formResult
|
|
154
154
|
* @param {string} formResultId
|
|
155
|
-
* @param {string} [languageCode]
|
|
155
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
156
156
|
* @param {*} [options] Override http request option.
|
|
157
157
|
* @throws {RequiredError}
|
|
158
158
|
*/
|
|
@@ -368,7 +368,7 @@ var FormResultsApiFp = function (configuration) {
|
|
|
368
368
|
*
|
|
369
369
|
* @summary Get formResult
|
|
370
370
|
* @param {string} formResultId
|
|
371
|
-
* @param {string} [languageCode]
|
|
371
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
372
372
|
* @param {*} [options] Override http request option.
|
|
373
373
|
* @throws {RequiredError}
|
|
374
374
|
*/
|
|
@@ -458,7 +458,7 @@ var FormResultsApiFactory = function (configuration, basePath, axios) {
|
|
|
458
458
|
*
|
|
459
459
|
* @summary Get formResult
|
|
460
460
|
* @param {string} formResultId
|
|
461
|
-
* @param {string} [languageCode]
|
|
461
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
462
462
|
* @param {*} [options] Override http request option.
|
|
463
463
|
* @throws {RequiredError}
|
|
464
464
|
*/
|
|
@@ -22,7 +22,7 @@ export declare const FormTemplatesApiAxiosParamCreator: (configuration?: Configu
|
|
|
22
22
|
*
|
|
23
23
|
* @summary Get formTemplate
|
|
24
24
|
* @param {string} formTemplateId
|
|
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 FormTemplatesApiFp: (configuration?: Configuration) => {
|
|
|
39
39
|
*
|
|
40
40
|
* @summary Get formTemplate
|
|
41
41
|
* @param {string} formTemplateId
|
|
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 FormTemplatesApiFactory: (configuration?: Configuration, ba
|
|
|
56
56
|
*
|
|
57
57
|
* @summary Get formTemplate
|
|
58
58
|
* @param {string} formTemplateId
|
|
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 FormTemplatesApiApiV2FormtemplatesFormTemplateIdGetRequest {
|
|
|
77
77
|
*/
|
|
78
78
|
readonly formTemplateId: 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 FormTemplatesApiApiV2FormtemplatesFormTemplateIdGet
|
|
83
83
|
*/
|
|
@@ -105,7 +105,7 @@ var FormTemplatesApiAxiosParamCreator = function (configuration) {
|
|
|
105
105
|
*
|
|
106
106
|
* @summary Get formTemplate
|
|
107
107
|
* @param {string} formTemplateId
|
|
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 FormTemplatesApiFp = function (configuration) {
|
|
|
164
164
|
*
|
|
165
165
|
* @summary Get formTemplate
|
|
166
166
|
* @param {string} formTemplateId
|
|
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 FormTemplatesApiFactory = function (configuration, basePath, axios) {
|
|
|
197
197
|
*
|
|
198
198
|
* @summary Get formTemplate
|
|
199
199
|
* @param {string} formTemplateId
|
|
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.
|
|
@@ -60,7 +60,7 @@ export declare const GeneralArticlesApiAxiosParamCreator: (configuration?: Confi
|
|
|
60
60
|
*
|
|
61
61
|
* @summary Get GeneralArticle by id.
|
|
62
62
|
* @param {string} generalArticleId
|
|
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
|
*/
|
|
@@ -158,7 +158,7 @@ export declare const GeneralArticlesApiAxiosParamCreator: (configuration?: Confi
|
|
|
158
158
|
*
|
|
159
159
|
* @summary Get GeneralArticle by slug
|
|
160
160
|
* @param {string} slug
|
|
161
|
-
* @param {string} [languageCode]
|
|
161
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
162
162
|
* @param {boolean} [returnDefaultValue]
|
|
163
163
|
* @param {string} [previewSecret]
|
|
164
164
|
* @param {string} [hospitalId]
|
|
@@ -202,7 +202,7 @@ export declare const GeneralArticlesApiFp: (configuration?: Configuration) => {
|
|
|
202
202
|
*
|
|
203
203
|
* @summary Get GeneralArticle by id.
|
|
204
204
|
* @param {string} generalArticleId
|
|
205
|
-
* @param {string} [languageCode]
|
|
205
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
206
206
|
* @param {*} [options] Override http request option.
|
|
207
207
|
* @throws {RequiredError}
|
|
208
208
|
*/
|
|
@@ -300,7 +300,7 @@ export declare const GeneralArticlesApiFp: (configuration?: Configuration) => {
|
|
|
300
300
|
*
|
|
301
301
|
* @summary Get GeneralArticle by slug
|
|
302
302
|
* @param {string} slug
|
|
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 {boolean} [returnDefaultValue]
|
|
305
305
|
* @param {string} [previewSecret]
|
|
306
306
|
* @param {string} [hospitalId]
|
|
@@ -344,7 +344,7 @@ export declare const GeneralArticlesApiFactory: (configuration?: Configuration,
|
|
|
344
344
|
*
|
|
345
345
|
* @summary Get GeneralArticle by id.
|
|
346
346
|
* @param {string} generalArticleId
|
|
347
|
-
* @param {string} [languageCode]
|
|
347
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
348
348
|
* @param {*} [options] Override http request option.
|
|
349
349
|
* @throws {RequiredError}
|
|
350
350
|
*/
|
|
@@ -442,7 +442,7 @@ export declare const GeneralArticlesApiFactory: (configuration?: Configuration,
|
|
|
442
442
|
*
|
|
443
443
|
* @summary Get GeneralArticle by slug
|
|
444
444
|
* @param {string} slug
|
|
445
|
-
* @param {string} [languageCode]
|
|
445
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
446
446
|
* @param {boolean} [returnDefaultValue]
|
|
447
447
|
* @param {string} [previewSecret]
|
|
448
448
|
* @param {string} [hospitalId]
|
|
@@ -550,7 +550,7 @@ export interface GeneralArticlesApiApiV2GeneralarticlesGeneralArticleIdGetReques
|
|
|
550
550
|
*/
|
|
551
551
|
readonly generalArticleId: string;
|
|
552
552
|
/**
|
|
553
|
-
*
|
|
553
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
554
554
|
* @type {string}
|
|
555
555
|
* @memberof GeneralArticlesApiApiV2GeneralarticlesGeneralArticleIdGet
|
|
556
556
|
*/
|
|
@@ -858,7 +858,7 @@ export interface GeneralArticlesApiApiV2GeneralarticlesSlugGetRequest {
|
|
|
858
858
|
*/
|
|
859
859
|
readonly slug: string;
|
|
860
860
|
/**
|
|
861
|
-
*
|
|
861
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
862
862
|
* @type {string}
|
|
863
863
|
* @memberof GeneralArticlesApiApiV2GeneralarticlesSlugGet
|
|
864
864
|
*/
|