ch-api-client-typescript2 5.79.42 → 5.79.46

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 (93) hide show
  1. package/lib/api/about-us-api.js +7 -7
  2. package/lib/api/accreditations-api.js +2 -2
  3. package/lib/api/appointments-api.js +16 -16
  4. package/lib/api/article-categories-api.js +5 -5
  5. package/lib/api/articles-api.js +28 -28
  6. package/lib/api/contributors-api.js +12 -12
  7. package/lib/api/countries-api.js +9 -9
  8. package/lib/api/curations-api.js +2 -2
  9. package/lib/api/currencies-api.js +2 -2
  10. package/lib/api/deals-api.js +54 -54
  11. package/lib/api/doctor-affiliations-api.js +20 -20
  12. package/lib/api/doctors-api.js +44 -44
  13. package/lib/api/faq-categories-api.js +8 -8
  14. package/lib/api/faqs-api.js +12 -12
  15. package/lib/api/form-results-api.js +7 -7
  16. package/lib/api/general-articles-api.js +25 -25
  17. package/lib/api/hospitals-api.d.ts +3 -12
  18. package/lib/api/hospitals-api.d.ts.map +1 -1
  19. package/lib/api/hospitals-api.js +155 -161
  20. package/lib/api/languages-api.d.ts +65 -0
  21. package/lib/api/languages-api.d.ts.map +1 -1
  22. package/lib/api/languages-api.js +98 -4
  23. package/lib/api/notifications-api.js +2 -2
  24. package/lib/api/plans-api.js +2 -2
  25. package/lib/api/prescriptions-api.js +4 -4
  26. package/lib/api/promotions-api.js +3 -3
  27. package/lib/api/secure-containers-api.js +2 -2
  28. package/lib/api/service-reviews-api.js +15 -15
  29. package/lib/api/services-api.js +17 -17
  30. package/lib/api/services-categories-api.js +2 -2
  31. package/lib/api/sitemaps-api.js +1 -1
  32. package/lib/api/specialties-api.js +22 -22
  33. package/lib/api/specialty-types-api.js +24 -24
  34. package/lib/api/tags-api.js +1 -1
  35. package/lib/models/about-us-page-item-model.d.ts +3 -3
  36. package/lib/models/about-us-page-item-model.d.ts.map +1 -1
  37. package/lib/models/about-us-page-model.d.ts +10 -3
  38. package/lib/models/about-us-page-model.d.ts.map +1 -1
  39. package/lib/models/article-contributor-item-model.d.ts +3 -3
  40. package/lib/models/article-contributor-item-model.d.ts.map +1 -1
  41. package/lib/models/article-contributor-model.d.ts +10 -3
  42. package/lib/models/article-contributor-model.d.ts.map +1 -1
  43. package/lib/models/article-model.d.ts +7 -0
  44. package/lib/models/article-model.d.ts.map +1 -1
  45. package/lib/models/contributor-model.d.ts +7 -0
  46. package/lib/models/contributor-model.d.ts.map +1 -1
  47. package/lib/models/country-model.d.ts +7 -0
  48. package/lib/models/country-model.d.ts.map +1 -1
  49. package/lib/models/deal-model.d.ts +7 -0
  50. package/lib/models/deal-model.d.ts.map +1 -1
  51. package/lib/models/doctor-affiliation-model.d.ts +7 -0
  52. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  53. package/lib/models/faq-category-item-model.d.ts +3 -3
  54. package/lib/models/faq-category-item-model.d.ts.map +1 -1
  55. package/lib/models/faq-category-model.d.ts +10 -3
  56. package/lib/models/faq-category-model.d.ts.map +1 -1
  57. package/lib/models/faq-item-model.d.ts +3 -3
  58. package/lib/models/faq-item-model.d.ts.map +1 -1
  59. package/lib/models/faq-model.d.ts +10 -3
  60. package/lib/models/faq-model.d.ts.map +1 -1
  61. package/lib/models/general-article-model.d.ts +7 -0
  62. package/lib/models/general-article-model.d.ts.map +1 -1
  63. package/lib/models/hospital-model.d.ts +7 -0
  64. package/lib/models/hospital-model.d.ts.map +1 -1
  65. package/lib/models/hospital-service-model.d.ts +7 -0
  66. package/lib/models/hospital-service-model.d.ts.map +1 -1
  67. package/lib/models/hospital-specialty-model.d.ts +7 -0
  68. package/lib/models/hospital-specialty-model.d.ts.map +1 -1
  69. package/lib/models/index.d.ts +3 -0
  70. package/lib/models/index.d.ts.map +1 -1
  71. package/lib/models/index.js +3 -0
  72. package/lib/models/landing-model.d.ts +7 -0
  73. package/lib/models/landing-model.d.ts.map +1 -1
  74. package/lib/models/language-locale-item-model.d.ts +43 -0
  75. package/lib/models/language-locale-item-model.d.ts.map +1 -0
  76. package/lib/models/language-locale-item-model.js +15 -0
  77. package/lib/models/language-locales-model.d.ts +33 -0
  78. package/lib/models/language-locales-model.d.ts.map +1 -0
  79. package/lib/models/language-locales-model.js +15 -0
  80. package/lib/models/localized-url-metadata-model.d.ts +43 -0
  81. package/lib/models/localized-url-metadata-model.d.ts.map +1 -0
  82. package/lib/models/localized-url-metadata-model.js +15 -0
  83. package/lib/models/page-item-model.d.ts +14 -0
  84. package/lib/models/page-item-model.d.ts.map +1 -1
  85. package/lib/models/policy-model.d.ts +7 -0
  86. package/lib/models/policy-model.d.ts.map +1 -1
  87. package/lib/models/specialty-model.d.ts +7 -0
  88. package/lib/models/specialty-model.d.ts.map +1 -1
  89. package/lib/models/specialty-type-model.d.ts +7 -0
  90. package/lib/models/specialty-type-model.d.ts.map +1 -1
  91. package/lib/models/survey-form-model.d.ts +14 -0
  92. package/lib/models/survey-form-model.d.ts.map +1 -1
  93. package/package.json +1 -1
@@ -12,6 +12,7 @@
12
12
  import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
13
13
  import { Configuration } from '../configuration';
14
14
  import { RequestArgs, BaseAPI } from '../base';
15
+ import { LanguageLocalesModel } from '../models';
15
16
  import { LanguageModel } from '../models';
16
17
  import { LanguagesModel } from '../models';
17
18
  /**
@@ -41,6 +42,16 @@ export declare const LanguagesApiAxiosParamCreator: (configuration?: Configurati
41
42
  * @throws {RequiredError}
42
43
  */
43
44
  apiV2LanguagesGet: (id?: string, name?: string, code?: string, description?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
45
+ /**
46
+ *
47
+ * @summary Get LanguageLocales.
48
+ * @param {number} [page]
49
+ * @param {number} [limit]
50
+ * @param {Date} [lastRetrieved]
51
+ * @param {*} [options] Override http request option.
52
+ * @throws {RequiredError}
53
+ */
54
+ apiV2LanguagesLocalesGet: (page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
44
55
  };
45
56
  /**
46
57
  * LanguagesApi - functional programming interface
@@ -69,6 +80,16 @@ export declare const LanguagesApiFp: (configuration?: Configuration) => {
69
80
  * @throws {RequiredError}
70
81
  */
71
82
  apiV2LanguagesGet(id?: string, name?: string, code?: string, description?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LanguagesModel>>;
83
+ /**
84
+ *
85
+ * @summary Get LanguageLocales.
86
+ * @param {number} [page]
87
+ * @param {number} [limit]
88
+ * @param {Date} [lastRetrieved]
89
+ * @param {*} [options] Override http request option.
90
+ * @throws {RequiredError}
91
+ */
92
+ apiV2LanguagesLocalesGet(page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LanguageLocalesModel>>;
72
93
  };
73
94
  /**
74
95
  * LanguagesApi - factory interface
@@ -97,6 +118,16 @@ export declare const LanguagesApiFactory: (configuration?: Configuration, basePa
97
118
  * @throws {RequiredError}
98
119
  */
99
120
  apiV2LanguagesGet(id?: string, name?: string, code?: string, description?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<LanguagesModel>;
121
+ /**
122
+ *
123
+ * @summary Get LanguageLocales.
124
+ * @param {number} [page]
125
+ * @param {number} [limit]
126
+ * @param {Date} [lastRetrieved]
127
+ * @param {*} [options] Override http request option.
128
+ * @throws {RequiredError}
129
+ */
130
+ apiV2LanguagesLocalesGet(page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<LanguageLocalesModel>;
100
131
  };
101
132
  /**
102
133
  * Request parameters for apiV2LanguagesCodeGet operation in LanguagesApi.
@@ -160,6 +191,31 @@ export interface LanguagesApiApiV2LanguagesGetRequest {
160
191
  */
161
192
  readonly lastRetrieved?: Date;
162
193
  }
194
+ /**
195
+ * Request parameters for apiV2LanguagesLocalesGet operation in LanguagesApi.
196
+ * @export
197
+ * @interface LanguagesApiApiV2LanguagesLocalesGetRequest
198
+ */
199
+ export interface LanguagesApiApiV2LanguagesLocalesGetRequest {
200
+ /**
201
+ *
202
+ * @type {number}
203
+ * @memberof LanguagesApiApiV2LanguagesLocalesGet
204
+ */
205
+ readonly page?: number;
206
+ /**
207
+ *
208
+ * @type {number}
209
+ * @memberof LanguagesApiApiV2LanguagesLocalesGet
210
+ */
211
+ readonly limit?: number;
212
+ /**
213
+ *
214
+ * @type {Date}
215
+ * @memberof LanguagesApiApiV2LanguagesLocalesGet
216
+ */
217
+ readonly lastRetrieved?: Date;
218
+ }
163
219
  /**
164
220
  * LanguagesApi - object-oriented interface
165
221
  * @export
@@ -185,5 +241,14 @@ export declare class LanguagesApi extends BaseAPI {
185
241
  * @memberof LanguagesApi
186
242
  */
187
243
  apiV2LanguagesGet(requestParameters?: LanguagesApiApiV2LanguagesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LanguagesModel, any>>;
244
+ /**
245
+ *
246
+ * @summary Get LanguageLocales.
247
+ * @param {LanguagesApiApiV2LanguagesLocalesGetRequest} requestParameters Request parameters.
248
+ * @param {*} [options] Override http request option.
249
+ * @throws {RequiredError}
250
+ * @memberof LanguagesApi
251
+ */
252
+ apiV2LanguagesLocalesGet(requestParameters?: LanguagesApiApiV2LanguagesLocalesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LanguageLocalesModel, any>>;
188
253
  }
189
254
  //# sourceMappingURL=languages-api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"languages-api.d.ts","sourceRoot":"","sources":["../../src/api/languages-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAE7F,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE1C,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC3C;;;GAGG;AACH,eAAO,MAAM,6BAA6B,mBAA6B,aAAa;IAE5E;;;;;;OAMG;kCACiC,MAAM,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IA2BnG;;;;;;;;;;;;OAYG;6BAC4B,MAAM,SAAS,MAAM,SAAS,MAAM,gBAAgB,MAAM,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;CAuD9M,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,mBAA4B,aAAa;IAG5D;;;;;;OAMG;gCAC+B,MAAM,YAAY,kBAAkB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,aAAa,CAAC,CAAC;IAI3J;;;;;;;;;;;;OAYG;2BAC0B,MAAM,SAAS,MAAM,SAAS,MAAM,gBAAgB,MAAM,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAY,kBAAkB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,cAAc,CAAC,CAAC;CAKvQ,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,mBAA6B,aAAa,aAAa,MAAM,UAAU,aAAa;IAG5G;;;;;;OAMG;gCACyB,MAAM,YAAY,GAAG,GAAG,YAAY,CAAC,aAAa,CAAC;IAG/E;;;;;;;;;;;;OAYG;2BACoB,MAAM,SAAS,MAAM,SAAS,MAAM,gBAAgB,MAAM,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAY,GAAG,GAAG,YAAY,CAAC,cAAc,CAAC;CAI3L,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAA;CACxB;AAED;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;OAIG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAA;IAEtB;;;;OAIG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAA;IAEtB;;;;OAIG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAA;IAE7B;;;;OAIG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAA;IAEtB;;;;OAIG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAA;IAEvB;;;;OAIG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,IAAI,CAAA;CAChC;AAED;;;;;GAKG;AACH,qBAAa,YAAa,SAAQ,OAAO;IACrC;;;;;;;OAOG;IACI,qBAAqB,CAAC,iBAAiB,EAAE,wCAAwC,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAItH;;;;;;;OAOG;IACI,iBAAiB,CAAC,iBAAiB,GAAE,oCAAyC,EAAE,OAAO,CAAC,EAAE,kBAAkB;CAGtH"}
1
+ {"version":3,"file":"languages-api.d.ts","sourceRoot":"","sources":["../../src/api/languages-api.ts"],"names":[],"mappings":"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"}
@@ -169,16 +169,16 @@ var LanguagesApiAxiosParamCreator = function (configuration) {
169
169
  localVarHeaderParameter = {};
170
170
  localVarQueryParameter = {};
171
171
  if (id !== undefined) {
172
- localVarQueryParameter['Id'] = id;
172
+ localVarQueryParameter['id'] = id;
173
173
  }
174
174
  if (name !== undefined) {
175
- localVarQueryParameter['Name'] = name;
175
+ localVarQueryParameter['name'] = name;
176
176
  }
177
177
  if (code !== undefined) {
178
- localVarQueryParameter['Code'] = code;
178
+ localVarQueryParameter['code'] = code;
179
179
  }
180
180
  if (description !== undefined) {
181
- localVarQueryParameter['Description'] = description;
181
+ localVarQueryParameter['description'] = description;
182
182
  }
183
183
  if (page !== undefined) {
184
184
  localVarQueryParameter['page'] = page;
@@ -201,6 +201,53 @@ var LanguagesApiAxiosParamCreator = function (configuration) {
201
201
  });
202
202
  });
203
203
  },
204
+ /**
205
+ *
206
+ * @summary Get LanguageLocales.
207
+ * @param {number} [page]
208
+ * @param {number} [limit]
209
+ * @param {Date} [lastRetrieved]
210
+ * @param {*} [options] Override http request option.
211
+ * @throws {RequiredError}
212
+ */
213
+ apiV2LanguagesLocalesGet: function (page_1, limit_1, lastRetrieved_1) {
214
+ var args_1 = [];
215
+ for (var _i = 3; _i < arguments.length; _i++) {
216
+ args_1[_i - 3] = arguments[_i];
217
+ }
218
+ return __awaiter(_this, __spreadArray([page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (page, limit, lastRetrieved, options) {
219
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
220
+ if (options === void 0) { options = {}; }
221
+ return __generator(this, function (_a) {
222
+ localVarPath = "/api/v2/languages/locales";
223
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
224
+ if (configuration) {
225
+ baseOptions = configuration.baseOptions;
226
+ }
227
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
228
+ localVarHeaderParameter = {};
229
+ localVarQueryParameter = {};
230
+ if (page !== undefined) {
231
+ localVarQueryParameter['page'] = page;
232
+ }
233
+ if (limit !== undefined) {
234
+ localVarQueryParameter['limit'] = limit;
235
+ }
236
+ if (lastRetrieved !== undefined) {
237
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved instanceof Date) ?
238
+ lastRetrieved.toISOString() :
239
+ lastRetrieved;
240
+ }
241
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
242
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
243
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
244
+ return [2 /*return*/, {
245
+ url: (0, common_1.toPathString)(localVarUrlObj),
246
+ options: localVarRequestOptions,
247
+ }];
248
+ });
249
+ });
250
+ },
204
251
  };
205
252
  };
206
253
  exports.LanguagesApiAxiosParamCreator = LanguagesApiAxiosParamCreator;
@@ -257,6 +304,28 @@ var LanguagesApiFp = function (configuration) {
257
304
  });
258
305
  });
259
306
  },
307
+ /**
308
+ *
309
+ * @summary Get LanguageLocales.
310
+ * @param {number} [page]
311
+ * @param {number} [limit]
312
+ * @param {Date} [lastRetrieved]
313
+ * @param {*} [options] Override http request option.
314
+ * @throws {RequiredError}
315
+ */
316
+ apiV2LanguagesLocalesGet: function (page, limit, lastRetrieved, options) {
317
+ return __awaiter(this, void 0, void 0, function () {
318
+ var localVarAxiosArgs;
319
+ return __generator(this, function (_a) {
320
+ switch (_a.label) {
321
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2LanguagesLocalesGet(page, limit, lastRetrieved, options)];
322
+ case 1:
323
+ localVarAxiosArgs = _a.sent();
324
+ return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
325
+ }
326
+ });
327
+ });
328
+ },
260
329
  };
261
330
  };
262
331
  exports.LanguagesApiFp = LanguagesApiFp;
@@ -293,6 +362,18 @@ var LanguagesApiFactory = function (configuration, basePath, axios) {
293
362
  apiV2LanguagesGet: function (id, name, code, description, page, limit, lastRetrieved, options) {
294
363
  return localVarFp.apiV2LanguagesGet(id, name, code, description, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
295
364
  },
365
+ /**
366
+ *
367
+ * @summary Get LanguageLocales.
368
+ * @param {number} [page]
369
+ * @param {number} [limit]
370
+ * @param {Date} [lastRetrieved]
371
+ * @param {*} [options] Override http request option.
372
+ * @throws {RequiredError}
373
+ */
374
+ apiV2LanguagesLocalesGet: function (page, limit, lastRetrieved, options) {
375
+ return localVarFp.apiV2LanguagesLocalesGet(page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
376
+ },
296
377
  };
297
378
  };
298
379
  exports.LanguagesApiFactory = LanguagesApiFactory;
@@ -332,6 +413,19 @@ var LanguagesApi = /** @class */ (function (_super) {
332
413
  if (requestParameters === void 0) { requestParameters = {}; }
333
414
  return (0, exports.LanguagesApiFp)(this.configuration).apiV2LanguagesGet(requestParameters.id, requestParameters.name, requestParameters.code, requestParameters.description, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
334
415
  };
416
+ /**
417
+ *
418
+ * @summary Get LanguageLocales.
419
+ * @param {LanguagesApiApiV2LanguagesLocalesGetRequest} requestParameters Request parameters.
420
+ * @param {*} [options] Override http request option.
421
+ * @throws {RequiredError}
422
+ * @memberof LanguagesApi
423
+ */
424
+ LanguagesApi.prototype.apiV2LanguagesLocalesGet = function (requestParameters, options) {
425
+ var _this = this;
426
+ if (requestParameters === void 0) { requestParameters = {}; }
427
+ return (0, exports.LanguagesApiFp)(this.configuration).apiV2LanguagesLocalesGet(requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
428
+ };
335
429
  return LanguagesApi;
336
430
  }(base_1.BaseAPI));
337
431
  exports.LanguagesApi = LanguagesApi;
@@ -185,10 +185,10 @@ var NotificationsApiAxiosParamCreator = function (configuration) {
185
185
  // oauth required
186
186
  _a.sent();
187
187
  if (notificationCode !== undefined) {
188
- localVarQueryParameter['NotificationCode'] = notificationCode;
188
+ localVarQueryParameter['notificationCode'] = notificationCode;
189
189
  }
190
190
  if (unreadCountOnly !== undefined) {
191
- localVarQueryParameter['UnreadCountOnly'] = unreadCountOnly;
191
+ localVarQueryParameter['unreadCountOnly'] = unreadCountOnly;
192
192
  }
193
193
  if (page !== undefined) {
194
194
  localVarQueryParameter['page'] = page;
@@ -130,10 +130,10 @@ var PlansApiAxiosParamCreator = function (configuration) {
130
130
  localVarHeaderParameter = {};
131
131
  localVarQueryParameter = {};
132
132
  if (id !== undefined) {
133
- localVarQueryParameter['Id'] = id;
133
+ localVarQueryParameter['id'] = id;
134
134
  }
135
135
  if (name !== undefined) {
136
- localVarQueryParameter['Name'] = name;
136
+ localVarQueryParameter['name'] = name;
137
137
  }
138
138
  if (page !== undefined) {
139
139
  localVarQueryParameter['page'] = page;
@@ -141,16 +141,16 @@ var PrescriptionsApiAxiosParamCreator = function (configuration) {
141
141
  // oauth required
142
142
  _a.sent();
143
143
  if (languageCode !== undefined) {
144
- localVarQueryParameter['LanguageCode'] = languageCode;
144
+ localVarQueryParameter['languageCode'] = languageCode;
145
145
  }
146
146
  if (hospitalId !== undefined) {
147
- localVarQueryParameter['HospitalId'] = hospitalId;
147
+ localVarQueryParameter['hospitalId'] = hospitalId;
148
148
  }
149
149
  if (doctorId !== undefined) {
150
- localVarQueryParameter['DoctorId'] = doctorId;
150
+ localVarQueryParameter['doctorId'] = doctorId;
151
151
  }
152
152
  if (doctorAffiliationId !== undefined) {
153
- localVarQueryParameter['DoctorAffiliationId'] = doctorAffiliationId;
153
+ localVarQueryParameter['doctorAffiliationId'] = doctorAffiliationId;
154
154
  }
155
155
  if (page !== undefined) {
156
156
  localVarQueryParameter['page'] = page;
@@ -131,13 +131,13 @@ var PromotionsApiAxiosParamCreator = function (configuration) {
131
131
  localVarHeaderParameter = {};
132
132
  localVarQueryParameter = {};
133
133
  if (languageCode !== undefined) {
134
- localVarQueryParameter['LanguageCode'] = languageCode;
134
+ localVarQueryParameter['languageCode'] = languageCode;
135
135
  }
136
136
  if (hospitalId !== undefined) {
137
- localVarQueryParameter['HospitalId'] = hospitalId;
137
+ localVarQueryParameter['hospitalId'] = hospitalId;
138
138
  }
139
139
  if (promotionType !== undefined) {
140
- localVarQueryParameter['PromotionType'] = promotionType;
140
+ localVarQueryParameter['promotionType'] = promotionType;
141
141
  }
142
142
  if (page !== undefined) {
143
143
  localVarQueryParameter['page'] = page;
@@ -347,10 +347,10 @@ var SecureContainersApiAxiosParamCreator = function (configuration) {
347
347
  // oauth required
348
348
  _a.sent();
349
349
  if (hospitalId !== undefined) {
350
- localVarQueryParameter['HospitalId'] = hospitalId;
350
+ localVarQueryParameter['hospitalId'] = hospitalId;
351
351
  }
352
352
  if (languageCode !== undefined) {
353
- localVarQueryParameter['LanguageCode'] = languageCode;
353
+ localVarQueryParameter['languageCode'] = languageCode;
354
354
  }
355
355
  if (page !== undefined) {
356
356
  localVarQueryParameter['page'] = page;
@@ -142,43 +142,43 @@ var ServiceReviewsApiAxiosParamCreator = function (configuration) {
142
142
  localVarHeaderParameter = {};
143
143
  localVarQueryParameter = {};
144
144
  if (id !== undefined) {
145
- localVarQueryParameter['Id'] = id;
145
+ localVarQueryParameter['id'] = id;
146
146
  }
147
147
  if (hospitalId !== undefined) {
148
- localVarQueryParameter['HospitalId'] = hospitalId;
148
+ localVarQueryParameter['hospitalId'] = hospitalId;
149
149
  }
150
150
  if (hospitalSpecialtyId !== undefined) {
151
- localVarQueryParameter['HospitalSpecialtyId'] = hospitalSpecialtyId;
151
+ localVarQueryParameter['hospitalSpecialtyId'] = hospitalSpecialtyId;
152
152
  }
153
153
  if (serviceId !== undefined) {
154
- localVarQueryParameter['ServiceId'] = serviceId;
154
+ localVarQueryParameter['serviceId'] = serviceId;
155
155
  }
156
156
  if (serviceName !== undefined) {
157
- localVarQueryParameter['ServiceName'] = serviceName;
157
+ localVarQueryParameter['serviceName'] = serviceName;
158
158
  }
159
159
  if (patientId !== undefined) {
160
- localVarQueryParameter['PatientId'] = patientId;
160
+ localVarQueryParameter['patientId'] = patientId;
161
161
  }
162
162
  if (patientName !== undefined) {
163
- localVarQueryParameter['PatientName'] = patientName;
163
+ localVarQueryParameter['patientName'] = patientName;
164
164
  }
165
165
  if (gender !== undefined) {
166
- localVarQueryParameter['Gender'] = gender;
166
+ localVarQueryParameter['gender'] = gender;
167
167
  }
168
168
  if (recommended !== undefined) {
169
- localVarQueryParameter['Recommended'] = recommended;
169
+ localVarQueryParameter['recommended'] = recommended;
170
170
  }
171
171
  if (rate !== undefined) {
172
- localVarQueryParameter['Rate'] = rate;
172
+ localVarQueryParameter['rate'] = rate;
173
173
  }
174
174
  if (reviewType !== undefined) {
175
- localVarQueryParameter['ReviewType'] = reviewType;
175
+ localVarQueryParameter['reviewType'] = reviewType;
176
176
  }
177
177
  if (languageCode !== undefined) {
178
- localVarQueryParameter['LanguageCode'] = languageCode;
178
+ localVarQueryParameter['languageCode'] = languageCode;
179
179
  }
180
180
  if (showHidden !== undefined) {
181
- localVarQueryParameter['ShowHidden'] = showHidden;
181
+ localVarQueryParameter['showHidden'] = showHidden;
182
182
  }
183
183
  if (page !== undefined) {
184
184
  localVarQueryParameter['page'] = page;
@@ -371,10 +371,10 @@ var ServiceReviewsApiAxiosParamCreator = function (configuration) {
371
371
  localVarHeaderParameter = {};
372
372
  localVarQueryParameter = {};
373
373
  if (id !== undefined) {
374
- localVarQueryParameter['Id'] = id;
374
+ localVarQueryParameter['id'] = id;
375
375
  }
376
376
  if (mediaType !== undefined) {
377
- localVarQueryParameter['MediaType'] = mediaType;
377
+ localVarQueryParameter['mediaType'] = mediaType;
378
378
  }
379
379
  if (page !== undefined) {
380
380
  localVarQueryParameter['page'] = page;
@@ -146,57 +146,57 @@ var ServicesApiAxiosParamCreator = function (configuration) {
146
146
  localVarHeaderParameter = {};
147
147
  localVarQueryParameter = {};
148
148
  if (id !== undefined) {
149
- localVarQueryParameter['Id'] = id;
149
+ localVarQueryParameter['id'] = id;
150
150
  }
151
151
  if (name !== undefined) {
152
- localVarQueryParameter['Name'] = name;
152
+ localVarQueryParameter['name'] = name;
153
153
  }
154
154
  if (slug !== undefined) {
155
- localVarQueryParameter['Slug'] = slug;
155
+ localVarQueryParameter['slug'] = slug;
156
156
  }
157
157
  if (hospitalId !== undefined) {
158
- localVarQueryParameter['HospitalId'] = hospitalId;
158
+ localVarQueryParameter['hospitalId'] = hospitalId;
159
159
  }
160
160
  if (hospitalName !== undefined) {
161
- localVarQueryParameter['HospitalName'] = hospitalName;
161
+ localVarQueryParameter['hospitalName'] = hospitalName;
162
162
  }
163
163
  if (hospitalSlug !== undefined) {
164
- localVarQueryParameter['HospitalSlug'] = hospitalSlug;
164
+ localVarQueryParameter['hospitalSlug'] = hospitalSlug;
165
165
  }
166
166
  if (specialtyId !== undefined) {
167
- localVarQueryParameter['SpecialtyId'] = specialtyId;
167
+ localVarQueryParameter['specialtyId'] = specialtyId;
168
168
  }
169
169
  if (specialtyName !== undefined) {
170
- localVarQueryParameter['SpecialtyName'] = specialtyName;
170
+ localVarQueryParameter['specialtyName'] = specialtyName;
171
171
  }
172
172
  if (specialtyTypeId !== undefined) {
173
- localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
173
+ localVarQueryParameter['specialtyTypeId'] = specialtyTypeId;
174
174
  }
175
175
  if (specialtyTypeName !== undefined) {
176
- localVarQueryParameter['SpecialtyTypeName'] = specialtyTypeName;
176
+ localVarQueryParameter['specialtyTypeName'] = specialtyTypeName;
177
177
  }
178
178
  if (serviceCategoryId !== undefined) {
179
- localVarQueryParameter['ServiceCategoryId'] = serviceCategoryId;
179
+ localVarQueryParameter['serviceCategoryId'] = serviceCategoryId;
180
180
  }
181
181
  if (appointmentEnabled !== undefined) {
182
- localVarQueryParameter['AppointmentEnabled'] = appointmentEnabled;
182
+ localVarQueryParameter['appointmentEnabled'] = appointmentEnabled;
183
183
  }
184
184
  if (marketingType !== undefined) {
185
- localVarQueryParameter['MarketingType'] = marketingType;
185
+ localVarQueryParameter['marketingType'] = marketingType;
186
186
  }
187
187
  if (procedure !== undefined) {
188
- localVarQueryParameter['Procedure'] = procedure;
188
+ localVarQueryParameter['procedure'] = procedure;
189
189
  }
190
190
  if (created !== undefined) {
191
- localVarQueryParameter['Created'] = (created instanceof Date) ?
191
+ localVarQueryParameter['created'] = (created instanceof Date) ?
192
192
  created.toISOString() :
193
193
  created;
194
194
  }
195
195
  if (languageCode !== undefined) {
196
- localVarQueryParameter['LanguageCode'] = languageCode;
196
+ localVarQueryParameter['languageCode'] = languageCode;
197
197
  }
198
198
  if (returnDefaultValue !== undefined) {
199
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
199
+ localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
200
200
  }
201
201
  if (page !== undefined) {
202
202
  localVarQueryParameter['page'] = page;
@@ -130,10 +130,10 @@ var ServicesCategoriesApiAxiosParamCreator = function (configuration) {
130
130
  localVarHeaderParameter = {};
131
131
  localVarQueryParameter = {};
132
132
  if (id !== undefined) {
133
- localVarQueryParameter['Id'] = id;
133
+ localVarQueryParameter['id'] = id;
134
134
  }
135
135
  if (name !== undefined) {
136
- localVarQueryParameter['Name'] = name;
136
+ localVarQueryParameter['name'] = name;
137
137
  }
138
138
  if (page !== undefined) {
139
139
  localVarQueryParameter['page'] = page;
@@ -142,7 +142,7 @@ var SitemapsApiAxiosParamCreator = function (configuration) {
142
142
  // oauth required
143
143
  _a.sent();
144
144
  if (hospitalId !== undefined) {
145
- localVarQueryParameter['HospitalId'] = hospitalId;
145
+ localVarQueryParameter['hospitalId'] = hospitalId;
146
146
  }
147
147
  if (page !== undefined) {
148
148
  localVarQueryParameter['page'] = page;
@@ -139,36 +139,36 @@ var SpecialtiesApiAxiosParamCreator = function (configuration) {
139
139
  localVarHeaderParameter = {};
140
140
  localVarQueryParameter = {};
141
141
  if (id !== undefined) {
142
- localVarQueryParameter['Id'] = id;
142
+ localVarQueryParameter['id'] = id;
143
143
  }
144
144
  if (name !== undefined) {
145
- localVarQueryParameter['Name'] = name;
145
+ localVarQueryParameter['name'] = name;
146
146
  }
147
147
  if (description !== undefined) {
148
- localVarQueryParameter['Description'] = description;
148
+ localVarQueryParameter['description'] = description;
149
149
  }
150
150
  if (specialtyTypeId !== undefined) {
151
- localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
151
+ localVarQueryParameter['specialtyTypeId'] = specialtyTypeId;
152
152
  }
153
153
  if (marketingType !== undefined) {
154
- localVarQueryParameter['MarketingType'] = marketingType;
154
+ localVarQueryParameter['marketingType'] = marketingType;
155
155
  }
156
156
  if (hospitalId !== undefined) {
157
- localVarQueryParameter['HospitalId'] = hospitalId;
157
+ localVarQueryParameter['hospitalId'] = hospitalId;
158
158
  }
159
159
  if (created !== undefined) {
160
- localVarQueryParameter['Created'] = (created instanceof Date) ?
160
+ localVarQueryParameter['created'] = (created instanceof Date) ?
161
161
  created.toISOString() :
162
162
  created;
163
163
  }
164
164
  if (languageCode !== undefined) {
165
- localVarQueryParameter['LanguageCode'] = languageCode;
165
+ localVarQueryParameter['languageCode'] = languageCode;
166
166
  }
167
167
  if (ids) {
168
- localVarQueryParameter['Ids'] = ids;
168
+ localVarQueryParameter['ids'] = ids;
169
169
  }
170
170
  if (returnDefaultValue !== undefined) {
171
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
171
+ localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
172
172
  }
173
173
  if (page !== undefined) {
174
174
  localVarQueryParameter['page'] = page;
@@ -232,36 +232,36 @@ var SpecialtiesApiAxiosParamCreator = function (configuration) {
232
232
  localVarHeaderParameter = {};
233
233
  localVarQueryParameter = {};
234
234
  if (id !== undefined) {
235
- localVarQueryParameter['Id'] = id;
235
+ localVarQueryParameter['id'] = id;
236
236
  }
237
237
  if (name !== undefined) {
238
- localVarQueryParameter['Name'] = name;
238
+ localVarQueryParameter['name'] = name;
239
239
  }
240
240
  if (description !== undefined) {
241
- localVarQueryParameter['Description'] = description;
241
+ localVarQueryParameter['description'] = description;
242
242
  }
243
243
  if (specialtyTypeId !== undefined) {
244
- localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
244
+ localVarQueryParameter['specialtyTypeId'] = specialtyTypeId;
245
245
  }
246
246
  if (marketingType !== undefined) {
247
- localVarQueryParameter['MarketingType'] = marketingType;
247
+ localVarQueryParameter['marketingType'] = marketingType;
248
248
  }
249
249
  if (hospitalId !== undefined) {
250
- localVarQueryParameter['HospitalId'] = hospitalId;
250
+ localVarQueryParameter['hospitalId'] = hospitalId;
251
251
  }
252
252
  if (created !== undefined) {
253
- localVarQueryParameter['Created'] = (created instanceof Date) ?
253
+ localVarQueryParameter['created'] = (created instanceof Date) ?
254
254
  created.toISOString() :
255
255
  created;
256
256
  }
257
257
  if (languageCode !== undefined) {
258
- localVarQueryParameter['LanguageCode'] = languageCode;
258
+ localVarQueryParameter['languageCode'] = languageCode;
259
259
  }
260
260
  if (ids) {
261
- localVarQueryParameter['Ids'] = ids;
261
+ localVarQueryParameter['ids'] = ids;
262
262
  }
263
263
  if (returnDefaultValue !== undefined) {
264
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
264
+ localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
265
265
  }
266
266
  if (page !== undefined) {
267
267
  localVarQueryParameter['page'] = page;
@@ -414,10 +414,10 @@ var SpecialtiesApiAxiosParamCreator = function (configuration) {
414
414
  localVarHeaderParameter = {};
415
415
  localVarQueryParameter = {};
416
416
  if (id !== undefined) {
417
- localVarQueryParameter['Id'] = id;
417
+ localVarQueryParameter['id'] = id;
418
418
  }
419
419
  if (mediaType !== undefined) {
420
- localVarQueryParameter['MediaType'] = mediaType;
420
+ localVarQueryParameter['mediaType'] = mediaType;
421
421
  }
422
422
  if (page !== undefined) {
423
423
  localVarQueryParameter['page'] = page;