ch-api-client-typescript2 5.91.3 → 5.91.7

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.
Files changed (64) hide show
  1. package/lib/api/articles-api.d.ts +42 -6
  2. package/lib/api/articles-api.d.ts.map +1 -1
  3. package/lib/api/articles-api.js +42 -18
  4. package/lib/api/deals-api.d.ts +42 -6
  5. package/lib/api/deals-api.d.ts.map +1 -1
  6. package/lib/api/deals-api.js +42 -18
  7. package/lib/api/doctor-affiliations-api.d.ts +42 -6
  8. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  9. package/lib/api/doctor-affiliations-api.js +42 -18
  10. package/lib/api/general-articles-api.d.ts +42 -6
  11. package/lib/api/general-articles-api.d.ts.map +1 -1
  12. package/lib/api/general-articles-api.js +42 -18
  13. package/lib/api/hospitals-api.d.ts +234 -36
  14. package/lib/api/hospitals-api.d.ts.map +1 -1
  15. package/lib/api/hospitals-api.js +240 -108
  16. package/lib/api/specialties-api.d.ts +24 -6
  17. package/lib/api/specialties-api.d.ts.map +1 -1
  18. package/lib/api/specialties-api.js +30 -18
  19. package/lib/api/specialty-types-api.d.ts +24 -6
  20. package/lib/api/specialty-types-api.d.ts.map +1 -1
  21. package/lib/api/specialty-types-api.js +30 -18
  22. package/lib/models/about-us-page-model.d.ts +7 -0
  23. package/lib/models/about-us-page-model.d.ts.map +1 -1
  24. package/lib/models/article-model.d.ts +7 -0
  25. package/lib/models/article-model.d.ts.map +1 -1
  26. package/lib/models/country-model.d.ts +7 -0
  27. package/lib/models/country-model.d.ts.map +1 -1
  28. package/lib/models/deal-model.d.ts +7 -0
  29. package/lib/models/deal-model.d.ts.map +1 -1
  30. package/lib/models/deal-simple-translation-model.d.ts +12 -0
  31. package/lib/models/deal-simple-translation-model.d.ts.map +1 -1
  32. package/lib/models/doctor-affiliation-model.d.ts +7 -0
  33. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  34. package/lib/models/faq-category-model.d.ts +7 -0
  35. package/lib/models/faq-category-model.d.ts.map +1 -1
  36. package/lib/models/faq-model.d.ts +7 -0
  37. package/lib/models/faq-model.d.ts.map +1 -1
  38. package/lib/models/general-article-model.d.ts +7 -0
  39. package/lib/models/general-article-model.d.ts.map +1 -1
  40. package/lib/models/hospital-model.d.ts +7 -0
  41. package/lib/models/hospital-model.d.ts.map +1 -1
  42. package/lib/models/hospital-service-model.d.ts +7 -0
  43. package/lib/models/hospital-service-model.d.ts.map +1 -1
  44. package/lib/models/hospital-specialty-model.d.ts +7 -0
  45. package/lib/models/hospital-specialty-model.d.ts.map +1 -1
  46. package/lib/models/index.d.ts +1 -0
  47. package/lib/models/index.d.ts.map +1 -1
  48. package/lib/models/index.js +1 -0
  49. package/lib/models/landing-model.d.ts +7 -0
  50. package/lib/models/landing-model.d.ts.map +1 -1
  51. package/lib/models/policy-model.d.ts +7 -0
  52. package/lib/models/policy-model.d.ts.map +1 -1
  53. package/lib/models/service-review-model.d.ts +7 -0
  54. package/lib/models/service-review-model.d.ts.map +1 -1
  55. package/lib/models/simple-translation-model.d.ts +12 -0
  56. package/lib/models/simple-translation-model.d.ts.map +1 -1
  57. package/lib/models/specialty-model.d.ts +7 -0
  58. package/lib/models/specialty-model.d.ts.map +1 -1
  59. package/lib/models/specialty-type-model.d.ts +7 -0
  60. package/lib/models/specialty-type-model.d.ts.map +1 -1
  61. package/lib/models/translation-redirect-option-model.d.ts +31 -0
  62. package/lib/models/translation-redirect-option-model.d.ts.map +1 -0
  63. package/lib/models/translation-redirect-option-model.js +15 -0
  64. package/package.json +1 -1
@@ -192,15 +192,17 @@ var DealsApiAxiosParamCreator = function (configuration) {
192
192
  * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
193
193
  * @param {boolean} [returnDefaultValue]
194
194
  * @param {string} [countryCode]
195
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
196
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
195
197
  * @param {*} [options] Override http request option.
196
198
  * @throws {RequiredError}
197
199
  */
198
- apiV2DealsDealIdGet: function (dealId_1, xCloudhospitalPlatform_1, languageCode_1, returnDefaultValue_1, countryCode_1) {
200
+ apiV2DealsDealIdGet: function (dealId_1, xCloudhospitalPlatform_1, languageCode_1, returnDefaultValue_1, countryCode_1, hospitalFaqLimit_1, platformFaqLimit_1) {
199
201
  var args_1 = [];
200
- for (var _i = 5; _i < arguments.length; _i++) {
201
- args_1[_i - 5] = arguments[_i];
202
+ for (var _i = 7; _i < arguments.length; _i++) {
203
+ args_1[_i - 7] = arguments[_i];
202
204
  }
203
- return __awaiter(_this, __spreadArray([dealId_1, xCloudhospitalPlatform_1, languageCode_1, returnDefaultValue_1, countryCode_1], args_1, true), void 0, function (dealId, xCloudhospitalPlatform, languageCode, returnDefaultValue, countryCode, options) {
205
+ return __awaiter(_this, __spreadArray([dealId_1, xCloudhospitalPlatform_1, languageCode_1, returnDefaultValue_1, countryCode_1, hospitalFaqLimit_1, platformFaqLimit_1], args_1, true), void 0, function (dealId, xCloudhospitalPlatform, languageCode, returnDefaultValue, countryCode, hospitalFaqLimit, platformFaqLimit, options) {
204
206
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
205
207
  if (options === void 0) { options = {}; }
206
208
  return __generator(this, function (_a) {
@@ -233,6 +235,12 @@ var DealsApiAxiosParamCreator = function (configuration) {
233
235
  if (countryCode !== undefined) {
234
236
  localVarQueryParameter['countryCode'] = countryCode;
235
237
  }
238
+ if (hospitalFaqLimit !== undefined) {
239
+ localVarQueryParameter['hospitalFaqLimit'] = hospitalFaqLimit;
240
+ }
241
+ if (platformFaqLimit !== undefined) {
242
+ localVarQueryParameter['platformFaqLimit'] = platformFaqLimit;
243
+ }
236
244
  if (xCloudhospitalPlatform != null) {
237
245
  localVarHeaderParameter['x-cloudhospital-platform'] = String(xCloudhospitalPlatform);
238
246
  }
@@ -834,15 +842,17 @@ var DealsApiAxiosParamCreator = function (configuration) {
834
842
  * @param {string} [previewSecret]
835
843
  * @param {string} [hospitalId]
836
844
  * @param {string} [countryCode]
845
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
846
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
837
847
  * @param {*} [options] Override http request option.
838
848
  * @throws {RequiredError}
839
849
  */
840
- apiV2DealsSlugGet: function (slug_1, xCloudhospitalPlatform_1, languageCode_1, returnDefaultValue_1, previewSecret_1, hospitalId_1, countryCode_1) {
850
+ apiV2DealsSlugGet: function (slug_1, xCloudhospitalPlatform_1, languageCode_1, returnDefaultValue_1, previewSecret_1, hospitalId_1, countryCode_1, hospitalFaqLimit_1, platformFaqLimit_1) {
841
851
  var args_1 = [];
842
- for (var _i = 7; _i < arguments.length; _i++) {
843
- args_1[_i - 7] = arguments[_i];
852
+ for (var _i = 9; _i < arguments.length; _i++) {
853
+ args_1[_i - 9] = arguments[_i];
844
854
  }
845
- return __awaiter(_this, __spreadArray([slug_1, xCloudhospitalPlatform_1, languageCode_1, returnDefaultValue_1, previewSecret_1, hospitalId_1, countryCode_1], args_1, true), void 0, function (slug, xCloudhospitalPlatform, languageCode, returnDefaultValue, previewSecret, hospitalId, countryCode, options) {
855
+ return __awaiter(_this, __spreadArray([slug_1, xCloudhospitalPlatform_1, languageCode_1, returnDefaultValue_1, previewSecret_1, hospitalId_1, countryCode_1, hospitalFaqLimit_1, platformFaqLimit_1], args_1, true), void 0, function (slug, xCloudhospitalPlatform, languageCode, returnDefaultValue, previewSecret, hospitalId, countryCode, hospitalFaqLimit, platformFaqLimit, options) {
846
856
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
847
857
  if (options === void 0) { options = {}; }
848
858
  return __generator(this, function (_a) {
@@ -881,6 +891,12 @@ var DealsApiAxiosParamCreator = function (configuration) {
881
891
  if (countryCode !== undefined) {
882
892
  localVarQueryParameter['countryCode'] = countryCode;
883
893
  }
894
+ if (hospitalFaqLimit !== undefined) {
895
+ localVarQueryParameter['hospitalFaqLimit'] = hospitalFaqLimit;
896
+ }
897
+ if (platformFaqLimit !== undefined) {
898
+ localVarQueryParameter['platformFaqLimit'] = platformFaqLimit;
899
+ }
884
900
  if (xCloudhospitalPlatform != null) {
885
901
  localVarHeaderParameter['x-cloudhospital-platform'] = String(xCloudhospitalPlatform);
886
902
  }
@@ -943,15 +959,17 @@ var DealsApiFp = function (configuration) {
943
959
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
944
960
  * @param {boolean} [returnDefaultValue]
945
961
  * @param {string} [countryCode]
962
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
963
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
946
964
  * @param {*} [options] Override http request option.
947
965
  * @throws {RequiredError}
948
966
  */
949
- apiV2DealsDealIdGet: function (dealId, xCloudhospitalPlatform, languageCode, returnDefaultValue, countryCode, options) {
967
+ apiV2DealsDealIdGet: function (dealId, xCloudhospitalPlatform, languageCode, returnDefaultValue, countryCode, hospitalFaqLimit, platformFaqLimit, options) {
950
968
  return __awaiter(this, void 0, void 0, function () {
951
969
  var localVarAxiosArgs;
952
970
  return __generator(this, function (_a) {
953
971
  switch (_a.label) {
954
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsDealIdGet(dealId, xCloudhospitalPlatform, languageCode, returnDefaultValue, countryCode, options)];
972
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsDealIdGet(dealId, xCloudhospitalPlatform, languageCode, returnDefaultValue, countryCode, hospitalFaqLimit, platformFaqLimit, options)];
955
973
  case 1:
956
974
  localVarAxiosArgs = _a.sent();
957
975
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -1184,15 +1202,17 @@ var DealsApiFp = function (configuration) {
1184
1202
  * @param {string} [previewSecret]
1185
1203
  * @param {string} [hospitalId]
1186
1204
  * @param {string} [countryCode]
1205
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
1206
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
1187
1207
  * @param {*} [options] Override http request option.
1188
1208
  * @throws {RequiredError}
1189
1209
  */
1190
- apiV2DealsSlugGet: function (slug, xCloudhospitalPlatform, languageCode, returnDefaultValue, previewSecret, hospitalId, countryCode, options) {
1210
+ apiV2DealsSlugGet: function (slug, xCloudhospitalPlatform, languageCode, returnDefaultValue, previewSecret, hospitalId, countryCode, hospitalFaqLimit, platformFaqLimit, options) {
1191
1211
  return __awaiter(this, void 0, void 0, function () {
1192
1212
  var localVarAxiosArgs;
1193
1213
  return __generator(this, function (_a) {
1194
1214
  switch (_a.label) {
1195
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsSlugGet(slug, xCloudhospitalPlatform, languageCode, returnDefaultValue, previewSecret, hospitalId, countryCode, options)];
1215
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsSlugGet(slug, xCloudhospitalPlatform, languageCode, returnDefaultValue, previewSecret, hospitalId, countryCode, hospitalFaqLimit, platformFaqLimit, options)];
1196
1216
  case 1:
1197
1217
  localVarAxiosArgs = _a.sent();
1198
1218
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -1238,11 +1258,13 @@ var DealsApiFactory = function (configuration, basePath, axios) {
1238
1258
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
1239
1259
  * @param {boolean} [returnDefaultValue]
1240
1260
  * @param {string} [countryCode]
1261
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
1262
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
1241
1263
  * @param {*} [options] Override http request option.
1242
1264
  * @throws {RequiredError}
1243
1265
  */
1244
- apiV2DealsDealIdGet: function (dealId, xCloudhospitalPlatform, languageCode, returnDefaultValue, countryCode, options) {
1245
- return localVarFp.apiV2DealsDealIdGet(dealId, xCloudhospitalPlatform, languageCode, returnDefaultValue, countryCode, options).then(function (request) { return request(axios, basePath); });
1266
+ apiV2DealsDealIdGet: function (dealId, xCloudhospitalPlatform, languageCode, returnDefaultValue, countryCode, hospitalFaqLimit, platformFaqLimit, options) {
1267
+ return localVarFp.apiV2DealsDealIdGet(dealId, xCloudhospitalPlatform, languageCode, returnDefaultValue, countryCode, hospitalFaqLimit, platformFaqLimit, options).then(function (request) { return request(axios, basePath); });
1246
1268
  },
1247
1269
  /**
1248
1270
  *
@@ -1399,11 +1421,13 @@ var DealsApiFactory = function (configuration, basePath, axios) {
1399
1421
  * @param {string} [previewSecret]
1400
1422
  * @param {string} [hospitalId]
1401
1423
  * @param {string} [countryCode]
1424
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
1425
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
1402
1426
  * @param {*} [options] Override http request option.
1403
1427
  * @throws {RequiredError}
1404
1428
  */
1405
- apiV2DealsSlugGet: function (slug, xCloudhospitalPlatform, languageCode, returnDefaultValue, previewSecret, hospitalId, countryCode, options) {
1406
- return localVarFp.apiV2DealsSlugGet(slug, xCloudhospitalPlatform, languageCode, returnDefaultValue, previewSecret, hospitalId, countryCode, options).then(function (request) { return request(axios, basePath); });
1429
+ apiV2DealsSlugGet: function (slug, xCloudhospitalPlatform, languageCode, returnDefaultValue, previewSecret, hospitalId, countryCode, hospitalFaqLimit, platformFaqLimit, options) {
1430
+ return localVarFp.apiV2DealsSlugGet(slug, xCloudhospitalPlatform, languageCode, returnDefaultValue, previewSecret, hospitalId, countryCode, hospitalFaqLimit, platformFaqLimit, options).then(function (request) { return request(axios, basePath); });
1407
1431
  },
1408
1432
  };
1409
1433
  };
@@ -1441,7 +1465,7 @@ var DealsApi = /** @class */ (function (_super) {
1441
1465
  */
1442
1466
  DealsApi.prototype.apiV2DealsDealIdGet = function (requestParameters, options) {
1443
1467
  var _this = this;
1444
- return (0, exports.DealsApiFp)(this.configuration).apiV2DealsDealIdGet(requestParameters.dealId, requestParameters.xCloudhospitalPlatform, requestParameters.languageCode, requestParameters.returnDefaultValue, requestParameters.countryCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
1468
+ return (0, exports.DealsApiFp)(this.configuration).apiV2DealsDealIdGet(requestParameters.dealId, requestParameters.xCloudhospitalPlatform, requestParameters.languageCode, requestParameters.returnDefaultValue, requestParameters.countryCode, requestParameters.hospitalFaqLimit, requestParameters.platformFaqLimit, options).then(function (request) { return request(_this.axios, _this.basePath); });
1445
1469
  };
1446
1470
  /**
1447
1471
  *
@@ -1539,7 +1563,7 @@ var DealsApi = /** @class */ (function (_super) {
1539
1563
  */
1540
1564
  DealsApi.prototype.apiV2DealsSlugGet = function (requestParameters, options) {
1541
1565
  var _this = this;
1542
- return (0, exports.DealsApiFp)(this.configuration).apiV2DealsSlugGet(requestParameters.slug, requestParameters.xCloudhospitalPlatform, requestParameters.languageCode, requestParameters.returnDefaultValue, requestParameters.previewSecret, requestParameters.hospitalId, requestParameters.countryCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
1566
+ return (0, exports.DealsApiFp)(this.configuration).apiV2DealsSlugGet(requestParameters.slug, requestParameters.xCloudhospitalPlatform, requestParameters.languageCode, requestParameters.returnDefaultValue, requestParameters.previewSecret, requestParameters.hospitalId, requestParameters.countryCode, requestParameters.hospitalFaqLimit, requestParameters.platformFaqLimit, options).then(function (request) { return request(_this.axios, _this.basePath); });
1543
1567
  };
1544
1568
  return DealsApi;
1545
1569
  }(base_1.BaseAPI));
@@ -112,10 +112,12 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
112
112
  * @param {string} id
113
113
  * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
114
114
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
115
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
116
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
115
117
  * @param {*} [options] Override http request option.
116
118
  * @throws {RequiredError}
117
119
  */
118
- apiV2DoctoraffiliationsIdGet: (id: string, xCloudhospitalPlatform?: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
120
+ apiV2DoctoraffiliationsIdGet: (id: string, xCloudhospitalPlatform?: string, languageCode?: string, hospitalFaqLimit?: number, platformFaqLimit?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
119
121
  /**
120
122
  *
121
123
  * @summary Get doctorAffiliation by slug
@@ -123,10 +125,12 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
123
125
  * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
124
126
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
125
127
  * @param {string} [hospitalId]
128
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
129
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
126
130
  * @param {*} [options] Override http request option.
127
131
  * @throws {RequiredError}
128
132
  */
129
- apiV2DoctoraffiliationsSlugGet: (slug: string, xCloudhospitalPlatform?: string, languageCode?: string, hospitalId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
133
+ apiV2DoctoraffiliationsSlugGet: (slug: string, xCloudhospitalPlatform?: string, languageCode?: string, hospitalId?: string, hospitalFaqLimit?: number, platformFaqLimit?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
130
134
  };
131
135
  /**
132
136
  * DoctorAffiliationsApi - functional programming interface
@@ -216,10 +220,12 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration) =>
216
220
  * @param {string} id
217
221
  * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
218
222
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
223
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
224
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
219
225
  * @param {*} [options] Override http request option.
220
226
  * @throws {RequiredError}
221
227
  */
222
- apiV2DoctoraffiliationsIdGet(id: string, xCloudhospitalPlatform?: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorAffiliationModel>>;
228
+ apiV2DoctoraffiliationsIdGet(id: string, xCloudhospitalPlatform?: string, languageCode?: string, hospitalFaqLimit?: number, platformFaqLimit?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorAffiliationModel>>;
223
229
  /**
224
230
  *
225
231
  * @summary Get doctorAffiliation by slug
@@ -227,10 +233,12 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration) =>
227
233
  * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
228
234
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
229
235
  * @param {string} [hospitalId]
236
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
237
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
230
238
  * @param {*} [options] Override http request option.
231
239
  * @throws {RequiredError}
232
240
  */
233
- apiV2DoctoraffiliationsSlugGet(slug: string, xCloudhospitalPlatform?: string, languageCode?: string, hospitalId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorAffiliationModel>>;
241
+ apiV2DoctoraffiliationsSlugGet(slug: string, xCloudhospitalPlatform?: string, languageCode?: string, hospitalId?: string, hospitalFaqLimit?: number, platformFaqLimit?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorAffiliationModel>>;
234
242
  };
235
243
  /**
236
244
  * DoctorAffiliationsApi - factory interface
@@ -320,10 +328,12 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
320
328
  * @param {string} id
321
329
  * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
322
330
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
331
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
332
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
323
333
  * @param {*} [options] Override http request option.
324
334
  * @throws {RequiredError}
325
335
  */
326
- apiV2DoctoraffiliationsIdGet(id: string, xCloudhospitalPlatform?: string, languageCode?: string, options?: any): AxiosPromise<DoctorAffiliationModel>;
336
+ apiV2DoctoraffiliationsIdGet(id: string, xCloudhospitalPlatform?: string, languageCode?: string, hospitalFaqLimit?: number, platformFaqLimit?: number, options?: any): AxiosPromise<DoctorAffiliationModel>;
327
337
  /**
328
338
  *
329
339
  * @summary Get doctorAffiliation by slug
@@ -331,10 +341,12 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
331
341
  * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
332
342
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
333
343
  * @param {string} [hospitalId]
344
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
345
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
334
346
  * @param {*} [options] Override http request option.
335
347
  * @throws {RequiredError}
336
348
  */
337
- apiV2DoctoraffiliationsSlugGet(slug: string, xCloudhospitalPlatform?: string, languageCode?: string, hospitalId?: string, options?: any): AxiosPromise<DoctorAffiliationModel>;
349
+ apiV2DoctoraffiliationsSlugGet(slug: string, xCloudhospitalPlatform?: string, languageCode?: string, hospitalId?: string, hospitalFaqLimit?: number, platformFaqLimit?: number, options?: any): AxiosPromise<DoctorAffiliationModel>;
338
350
  };
339
351
  /**
340
352
  * Request parameters for apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet operation in DoctorAffiliationsApi.
@@ -647,6 +659,18 @@ export interface DoctorAffiliationsApiApiV2DoctoraffiliationsIdGetRequest {
647
659
  * @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsIdGet
648
660
  */
649
661
  readonly languageCode?: string;
662
+ /**
663
+ * Number of hospital FAQ items to return (1-200, default 6).
664
+ * @type {number}
665
+ * @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsIdGet
666
+ */
667
+ readonly hospitalFaqLimit?: number;
668
+ /**
669
+ * Number of platform FAQ items to return (1-200, default 6).
670
+ * @type {number}
671
+ * @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsIdGet
672
+ */
673
+ readonly platformFaqLimit?: number;
650
674
  }
651
675
  /**
652
676
  * Request parameters for apiV2DoctoraffiliationsSlugGet operation in DoctorAffiliationsApi.
@@ -678,6 +702,18 @@ export interface DoctorAffiliationsApiApiV2DoctoraffiliationsSlugGetRequest {
678
702
  * @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsSlugGet
679
703
  */
680
704
  readonly hospitalId?: string;
705
+ /**
706
+ * Number of hospital FAQ items to return (1-200, default 6).
707
+ * @type {number}
708
+ * @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsSlugGet
709
+ */
710
+ readonly hospitalFaqLimit?: number;
711
+ /**
712
+ * Number of platform FAQ items to return (1-200, default 6).
713
+ * @type {number}
714
+ * @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsSlugGet
715
+ */
716
+ readonly platformFaqLimit?: number;
681
717
  }
682
718
  /**
683
719
  * DoctorAffiliationsApi - object-oriented interface
@@ -1 +1 @@
1
- {"version":3,"file":"doctor-affiliations-api.d.ts","sourceRoot":"","sources":["../../src/api/doctor-affiliations-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"doctor-affiliations-api.d.ts","sourceRoot":"","sources":["../../src/api/doctor-affiliations-api.ts"],"names":[],"mappings":"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"}
@@ -460,15 +460,17 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
460
460
  * @param {string} id
461
461
  * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
462
462
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
463
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
464
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
463
465
  * @param {*} [options] Override http request option.
464
466
  * @throws {RequiredError}
465
467
  */
466
- apiV2DoctoraffiliationsIdGet: function (id_1, xCloudhospitalPlatform_1, languageCode_1) {
468
+ apiV2DoctoraffiliationsIdGet: function (id_1, xCloudhospitalPlatform_1, languageCode_1, hospitalFaqLimit_1, platformFaqLimit_1) {
467
469
  var args_1 = [];
468
- for (var _i = 3; _i < arguments.length; _i++) {
469
- args_1[_i - 3] = arguments[_i];
470
+ for (var _i = 5; _i < arguments.length; _i++) {
471
+ args_1[_i - 5] = arguments[_i];
470
472
  }
471
- return __awaiter(_this, __spreadArray([id_1, xCloudhospitalPlatform_1, languageCode_1], args_1, true), void 0, function (id, xCloudhospitalPlatform, languageCode, options) {
473
+ return __awaiter(_this, __spreadArray([id_1, xCloudhospitalPlatform_1, languageCode_1, hospitalFaqLimit_1, platformFaqLimit_1], args_1, true), void 0, function (id, xCloudhospitalPlatform, languageCode, hospitalFaqLimit, platformFaqLimit, options) {
472
474
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
473
475
  if (options === void 0) { options = {}; }
474
476
  return __generator(this, function (_a) {
@@ -495,6 +497,12 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
495
497
  if (languageCode !== undefined) {
496
498
  localVarQueryParameter['languageCode'] = languageCode;
497
499
  }
500
+ if (hospitalFaqLimit !== undefined) {
501
+ localVarQueryParameter['hospitalFaqLimit'] = hospitalFaqLimit;
502
+ }
503
+ if (platformFaqLimit !== undefined) {
504
+ localVarQueryParameter['platformFaqLimit'] = platformFaqLimit;
505
+ }
498
506
  if (xCloudhospitalPlatform != null) {
499
507
  localVarHeaderParameter['x-cloudhospital-platform'] = String(xCloudhospitalPlatform);
500
508
  }
@@ -516,15 +524,17 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
516
524
  * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
517
525
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
518
526
  * @param {string} [hospitalId]
527
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
528
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
519
529
  * @param {*} [options] Override http request option.
520
530
  * @throws {RequiredError}
521
531
  */
522
- apiV2DoctoraffiliationsSlugGet: function (slug_1, xCloudhospitalPlatform_1, languageCode_1, hospitalId_1) {
532
+ apiV2DoctoraffiliationsSlugGet: function (slug_1, xCloudhospitalPlatform_1, languageCode_1, hospitalId_1, hospitalFaqLimit_1, platformFaqLimit_1) {
523
533
  var args_1 = [];
524
- for (var _i = 4; _i < arguments.length; _i++) {
525
- args_1[_i - 4] = arguments[_i];
534
+ for (var _i = 6; _i < arguments.length; _i++) {
535
+ args_1[_i - 6] = arguments[_i];
526
536
  }
527
- return __awaiter(_this, __spreadArray([slug_1, xCloudhospitalPlatform_1, languageCode_1, hospitalId_1], args_1, true), void 0, function (slug, xCloudhospitalPlatform, languageCode, hospitalId, options) {
537
+ return __awaiter(_this, __spreadArray([slug_1, xCloudhospitalPlatform_1, languageCode_1, hospitalId_1, hospitalFaqLimit_1, platformFaqLimit_1], args_1, true), void 0, function (slug, xCloudhospitalPlatform, languageCode, hospitalId, hospitalFaqLimit, platformFaqLimit, options) {
528
538
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
529
539
  if (options === void 0) { options = {}; }
530
540
  return __generator(this, function (_a) {
@@ -554,6 +564,12 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
554
564
  if (hospitalId !== undefined) {
555
565
  localVarQueryParameter['hospitalId'] = hospitalId;
556
566
  }
567
+ if (hospitalFaqLimit !== undefined) {
568
+ localVarQueryParameter['hospitalFaqLimit'] = hospitalFaqLimit;
569
+ }
570
+ if (platformFaqLimit !== undefined) {
571
+ localVarQueryParameter['platformFaqLimit'] = platformFaqLimit;
572
+ }
557
573
  if (xCloudhospitalPlatform != null) {
558
574
  localVarHeaderParameter['x-cloudhospital-platform'] = String(xCloudhospitalPlatform);
559
575
  }
@@ -721,15 +737,17 @@ var DoctorAffiliationsApiFp = function (configuration) {
721
737
  * @param {string} id
722
738
  * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
723
739
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
740
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
741
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
724
742
  * @param {*} [options] Override http request option.
725
743
  * @throws {RequiredError}
726
744
  */
727
- apiV2DoctoraffiliationsIdGet: function (id, xCloudhospitalPlatform, languageCode, options) {
745
+ apiV2DoctoraffiliationsIdGet: function (id, xCloudhospitalPlatform, languageCode, hospitalFaqLimit, platformFaqLimit, options) {
728
746
  return __awaiter(this, void 0, void 0, function () {
729
747
  var localVarAxiosArgs;
730
748
  return __generator(this, function (_a) {
731
749
  switch (_a.label) {
732
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DoctoraffiliationsIdGet(id, xCloudhospitalPlatform, languageCode, options)];
750
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DoctoraffiliationsIdGet(id, xCloudhospitalPlatform, languageCode, hospitalFaqLimit, platformFaqLimit, options)];
733
751
  case 1:
734
752
  localVarAxiosArgs = _a.sent();
735
753
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -744,15 +762,17 @@ var DoctorAffiliationsApiFp = function (configuration) {
744
762
  * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
745
763
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
746
764
  * @param {string} [hospitalId]
765
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
766
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
747
767
  * @param {*} [options] Override http request option.
748
768
  * @throws {RequiredError}
749
769
  */
750
- apiV2DoctoraffiliationsSlugGet: function (slug, xCloudhospitalPlatform, languageCode, hospitalId, options) {
770
+ apiV2DoctoraffiliationsSlugGet: function (slug, xCloudhospitalPlatform, languageCode, hospitalId, hospitalFaqLimit, platformFaqLimit, options) {
751
771
  return __awaiter(this, void 0, void 0, function () {
752
772
  var localVarAxiosArgs;
753
773
  return __generator(this, function (_a) {
754
774
  switch (_a.label) {
755
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DoctoraffiliationsSlugGet(slug, xCloudhospitalPlatform, languageCode, hospitalId, options)];
775
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DoctoraffiliationsSlugGet(slug, xCloudhospitalPlatform, languageCode, hospitalId, hospitalFaqLimit, platformFaqLimit, options)];
756
776
  case 1:
757
777
  localVarAxiosArgs = _a.sent();
758
778
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -863,11 +883,13 @@ var DoctorAffiliationsApiFactory = function (configuration, basePath, axios) {
863
883
  * @param {string} id
864
884
  * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
865
885
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
886
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
887
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
866
888
  * @param {*} [options] Override http request option.
867
889
  * @throws {RequiredError}
868
890
  */
869
- apiV2DoctoraffiliationsIdGet: function (id, xCloudhospitalPlatform, languageCode, options) {
870
- return localVarFp.apiV2DoctoraffiliationsIdGet(id, xCloudhospitalPlatform, languageCode, options).then(function (request) { return request(axios, basePath); });
891
+ apiV2DoctoraffiliationsIdGet: function (id, xCloudhospitalPlatform, languageCode, hospitalFaqLimit, platformFaqLimit, options) {
892
+ return localVarFp.apiV2DoctoraffiliationsIdGet(id, xCloudhospitalPlatform, languageCode, hospitalFaqLimit, platformFaqLimit, options).then(function (request) { return request(axios, basePath); });
871
893
  },
872
894
  /**
873
895
  *
@@ -876,11 +898,13 @@ var DoctorAffiliationsApiFactory = function (configuration, basePath, axios) {
876
898
  * @param {string} [xCloudhospitalPlatform] Platform identifier from request header
877
899
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
878
900
  * @param {string} [hospitalId]
901
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
902
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
879
903
  * @param {*} [options] Override http request option.
880
904
  * @throws {RequiredError}
881
905
  */
882
- apiV2DoctoraffiliationsSlugGet: function (slug, xCloudhospitalPlatform, languageCode, hospitalId, options) {
883
- return localVarFp.apiV2DoctoraffiliationsSlugGet(slug, xCloudhospitalPlatform, languageCode, hospitalId, options).then(function (request) { return request(axios, basePath); });
906
+ apiV2DoctoraffiliationsSlugGet: function (slug, xCloudhospitalPlatform, languageCode, hospitalId, hospitalFaqLimit, platformFaqLimit, options) {
907
+ return localVarFp.apiV2DoctoraffiliationsSlugGet(slug, xCloudhospitalPlatform, languageCode, hospitalId, hospitalFaqLimit, platformFaqLimit, options).then(function (request) { return request(axios, basePath); });
884
908
  },
885
909
  };
886
910
  };
@@ -967,7 +991,7 @@ var DoctorAffiliationsApi = /** @class */ (function (_super) {
967
991
  */
968
992
  DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsIdGet = function (requestParameters, options) {
969
993
  var _this = this;
970
- return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsIdGet(requestParameters.id, requestParameters.xCloudhospitalPlatform, requestParameters.languageCode, options).then(function (request) { return request(_this.axios, _this.basePath); });
994
+ return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsIdGet(requestParameters.id, requestParameters.xCloudhospitalPlatform, requestParameters.languageCode, requestParameters.hospitalFaqLimit, requestParameters.platformFaqLimit, options).then(function (request) { return request(_this.axios, _this.basePath); });
971
995
  };
972
996
  /**
973
997
  *
@@ -979,7 +1003,7 @@ var DoctorAffiliationsApi = /** @class */ (function (_super) {
979
1003
  */
980
1004
  DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsSlugGet = function (requestParameters, options) {
981
1005
  var _this = this;
982
- return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsSlugGet(requestParameters.slug, requestParameters.xCloudhospitalPlatform, requestParameters.languageCode, requestParameters.hospitalId, options).then(function (request) { return request(_this.axios, _this.basePath); });
1006
+ return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsSlugGet(requestParameters.slug, requestParameters.xCloudhospitalPlatform, requestParameters.languageCode, requestParameters.hospitalId, requestParameters.hospitalFaqLimit, requestParameters.platformFaqLimit, options).then(function (request) { return request(_this.axios, _this.basePath); });
983
1007
  };
984
1008
  return DoctorAffiliationsApi;
985
1009
  }(base_1.BaseAPI));
@@ -61,10 +61,12 @@ export declare const GeneralArticlesApiAxiosParamCreator: (configuration?: Confi
61
61
  * @summary Get GeneralArticle by id.
62
62
  * @param {string} generalArticleId
63
63
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
64
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
65
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
64
66
  * @param {*} [options] Override http request option.
65
67
  * @throws {RequiredError}
66
68
  */
67
- apiV2GeneralarticlesGeneralArticleIdGet: (generalArticleId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
69
+ apiV2GeneralarticlesGeneralArticleIdGet: (generalArticleId: string, languageCode?: string, hospitalFaqLimit?: number, platformFaqLimit?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
68
70
  /**
69
71
  *
70
72
  * @summary Get all GeneralArticleMedias.
@@ -162,10 +164,12 @@ export declare const GeneralArticlesApiAxiosParamCreator: (configuration?: Confi
162
164
  * @param {boolean} [returnDefaultValue]
163
165
  * @param {string} [previewSecret]
164
166
  * @param {string} [hospitalId]
167
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
168
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
165
169
  * @param {*} [options] Override http request option.
166
170
  * @throws {RequiredError}
167
171
  */
168
- apiV2GeneralarticlesSlugGet: (slug: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, hospitalId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
172
+ apiV2GeneralarticlesSlugGet: (slug: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, hospitalId?: string, hospitalFaqLimit?: number, platformFaqLimit?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
169
173
  };
170
174
  /**
171
175
  * GeneralArticlesApi - functional programming interface
@@ -203,10 +207,12 @@ export declare const GeneralArticlesApiFp: (configuration?: Configuration) => {
203
207
  * @summary Get GeneralArticle by id.
204
208
  * @param {string} generalArticleId
205
209
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
210
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
211
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
206
212
  * @param {*} [options] Override http request option.
207
213
  * @throws {RequiredError}
208
214
  */
209
- apiV2GeneralarticlesGeneralArticleIdGet(generalArticleId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleModel>>;
215
+ apiV2GeneralarticlesGeneralArticleIdGet(generalArticleId: string, languageCode?: string, hospitalFaqLimit?: number, platformFaqLimit?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleModel>>;
210
216
  /**
211
217
  *
212
218
  * @summary Get all GeneralArticleMedias.
@@ -304,10 +310,12 @@ export declare const GeneralArticlesApiFp: (configuration?: Configuration) => {
304
310
  * @param {boolean} [returnDefaultValue]
305
311
  * @param {string} [previewSecret]
306
312
  * @param {string} [hospitalId]
313
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
314
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
307
315
  * @param {*} [options] Override http request option.
308
316
  * @throws {RequiredError}
309
317
  */
310
- apiV2GeneralarticlesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, hospitalId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleModel>>;
318
+ apiV2GeneralarticlesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, hospitalId?: string, hospitalFaqLimit?: number, platformFaqLimit?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleModel>>;
311
319
  };
312
320
  /**
313
321
  * GeneralArticlesApi - factory interface
@@ -345,10 +353,12 @@ export declare const GeneralArticlesApiFactory: (configuration?: Configuration,
345
353
  * @summary Get GeneralArticle by id.
346
354
  * @param {string} generalArticleId
347
355
  * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
356
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
357
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
348
358
  * @param {*} [options] Override http request option.
349
359
  * @throws {RequiredError}
350
360
  */
351
- apiV2GeneralarticlesGeneralArticleIdGet(generalArticleId: string, languageCode?: string, options?: any): AxiosPromise<GeneralArticleModel>;
361
+ apiV2GeneralarticlesGeneralArticleIdGet(generalArticleId: string, languageCode?: string, hospitalFaqLimit?: number, platformFaqLimit?: number, options?: any): AxiosPromise<GeneralArticleModel>;
352
362
  /**
353
363
  *
354
364
  * @summary Get all GeneralArticleMedias.
@@ -446,10 +456,12 @@ export declare const GeneralArticlesApiFactory: (configuration?: Configuration,
446
456
  * @param {boolean} [returnDefaultValue]
447
457
  * @param {string} [previewSecret]
448
458
  * @param {string} [hospitalId]
459
+ * @param {number} [hospitalFaqLimit] Number of hospital FAQ items to return (1-200, default 6).
460
+ * @param {number} [platformFaqLimit] Number of platform FAQ items to return (1-200, default 6).
449
461
  * @param {*} [options] Override http request option.
450
462
  * @throws {RequiredError}
451
463
  */
452
- apiV2GeneralarticlesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, hospitalId?: string, options?: any): AxiosPromise<GeneralArticleModel>;
464
+ apiV2GeneralarticlesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, hospitalId?: string, hospitalFaqLimit?: number, platformFaqLimit?: number, options?: any): AxiosPromise<GeneralArticleModel>;
453
465
  };
454
466
  /**
455
467
  * Request parameters for apiV2GeneralarticlesGeneralArticleIdContributorsContributorIdGet operation in GeneralArticlesApi.
@@ -555,6 +567,18 @@ export interface GeneralArticlesApiApiV2GeneralarticlesGeneralArticleIdGetReques
555
567
  * @memberof GeneralArticlesApiApiV2GeneralarticlesGeneralArticleIdGet
556
568
  */
557
569
  readonly languageCode?: string;
570
+ /**
571
+ * Number of hospital FAQ items to return (1-200, default 6).
572
+ * @type {number}
573
+ * @memberof GeneralArticlesApiApiV2GeneralarticlesGeneralArticleIdGet
574
+ */
575
+ readonly hospitalFaqLimit?: number;
576
+ /**
577
+ * Number of platform FAQ items to return (1-200, default 6).
578
+ * @type {number}
579
+ * @memberof GeneralArticlesApiApiV2GeneralarticlesGeneralArticleIdGet
580
+ */
581
+ readonly platformFaqLimit?: number;
558
582
  }
559
583
  /**
560
584
  * Request parameters for apiV2GeneralarticlesGeneralArticleIdMediasGet operation in GeneralArticlesApi.
@@ -881,6 +905,18 @@ export interface GeneralArticlesApiApiV2GeneralarticlesSlugGetRequest {
881
905
  * @memberof GeneralArticlesApiApiV2GeneralarticlesSlugGet
882
906
  */
883
907
  readonly hospitalId?: string;
908
+ /**
909
+ * Number of hospital FAQ items to return (1-200, default 6).
910
+ * @type {number}
911
+ * @memberof GeneralArticlesApiApiV2GeneralarticlesSlugGet
912
+ */
913
+ readonly hospitalFaqLimit?: number;
914
+ /**
915
+ * Number of platform FAQ items to return (1-200, default 6).
916
+ * @type {number}
917
+ * @memberof GeneralArticlesApiApiV2GeneralarticlesSlugGet
918
+ */
919
+ readonly platformFaqLimit?: number;
884
920
  }
885
921
  /**
886
922
  * GeneralArticlesApi - object-oriented interface