ch-api-client-typescript2 5.79.42 → 5.79.44

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.
@@ -175,10 +175,10 @@ var FaqsApiAxiosParamCreator = function (configuration) {
175
175
  localVarHeaderParameter = {};
176
176
  localVarQueryParameter = {};
177
177
  if (id !== undefined) {
178
- localVarQueryParameter['Id'] = id;
178
+ localVarQueryParameter['id'] = id;
179
179
  }
180
180
  if (mediaType !== undefined) {
181
- localVarQueryParameter['MediaType'] = mediaType;
181
+ localVarQueryParameter['mediaType'] = mediaType;
182
182
  }
183
183
  if (page !== undefined) {
184
184
  localVarQueryParameter['page'] = page;
@@ -274,7 +274,7 @@ var FaqsApiAxiosParamCreator = function (configuration) {
274
274
  localVarHeaderParameter = {};
275
275
  localVarQueryParameter = {};
276
276
  if (tagId !== undefined) {
277
- localVarQueryParameter['TagId'] = tagId;
277
+ localVarQueryParameter['tagId'] = tagId;
278
278
  }
279
279
  if (page !== undefined) {
280
280
  localVarQueryParameter['page'] = page;
@@ -374,31 +374,31 @@ var FaqsApiAxiosParamCreator = function (configuration) {
374
374
  localVarHeaderParameter = {};
375
375
  localVarQueryParameter = {};
376
376
  if (id !== undefined) {
377
- localVarQueryParameter['Id'] = id;
377
+ localVarQueryParameter['id'] = id;
378
378
  }
379
379
  if (name !== undefined) {
380
- localVarQueryParameter['Name'] = name;
380
+ localVarQueryParameter['name'] = name;
381
381
  }
382
382
  if (slug !== undefined) {
383
- localVarQueryParameter['Slug'] = slug;
383
+ localVarQueryParameter['slug'] = slug;
384
384
  }
385
385
  if (categoryId !== undefined) {
386
- localVarQueryParameter['CategoryId'] = categoryId;
386
+ localVarQueryParameter['categoryId'] = categoryId;
387
387
  }
388
388
  if (hospitalId !== undefined) {
389
- localVarQueryParameter['HospitalId'] = hospitalId;
389
+ localVarQueryParameter['hospitalId'] = hospitalId;
390
390
  }
391
391
  if (hospitalName !== undefined) {
392
- localVarQueryParameter['HospitalName'] = hospitalName;
392
+ localVarQueryParameter['hospitalName'] = hospitalName;
393
393
  }
394
394
  if (languageCode !== undefined) {
395
- localVarQueryParameter['LanguageCode'] = languageCode;
395
+ localVarQueryParameter['languageCode'] = languageCode;
396
396
  }
397
397
  if (showHidden !== undefined) {
398
- localVarQueryParameter['ShowHidden'] = showHidden;
398
+ localVarQueryParameter['showHidden'] = showHidden;
399
399
  }
400
400
  if (returnDefaultValue !== undefined) {
401
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
401
+ localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
402
402
  }
403
403
  if (page !== undefined) {
404
404
  localVarQueryParameter['page'] = page;
@@ -242,29 +242,29 @@ var FormResultsApiAxiosParamCreator = function (configuration) {
242
242
  // oauth required
243
243
  _a.sent();
244
244
  if (hospitalId !== undefined) {
245
- localVarQueryParameter['HospitalId'] = hospitalId;
245
+ localVarQueryParameter['hospitalId'] = hospitalId;
246
246
  }
247
247
  if (noHospitalOnly !== undefined) {
248
- localVarQueryParameter['NoHospitalOnly'] = noHospitalOnly;
248
+ localVarQueryParameter['noHospitalOnly'] = noHospitalOnly;
249
249
  }
250
250
  if (languageCode !== undefined) {
251
- localVarQueryParameter['LanguageCode'] = languageCode;
251
+ localVarQueryParameter['languageCode'] = languageCode;
252
252
  }
253
253
  if (startDate !== undefined) {
254
- localVarQueryParameter['StartDate'] = (startDate instanceof Date) ?
254
+ localVarQueryParameter['startDate'] = (startDate instanceof Date) ?
255
255
  startDate.toISOString() :
256
256
  startDate;
257
257
  }
258
258
  if (endDate !== undefined) {
259
- localVarQueryParameter['EndDate'] = (endDate instanceof Date) ?
259
+ localVarQueryParameter['endDate'] = (endDate instanceof Date) ?
260
260
  endDate.toISOString() :
261
261
  endDate;
262
262
  }
263
263
  if (formTemplateType !== undefined) {
264
- localVarQueryParameter['FormTemplateType'] = formTemplateType;
264
+ localVarQueryParameter['formTemplateType'] = formTemplateType;
265
265
  }
266
266
  if (status !== undefined) {
267
- localVarQueryParameter['Status'] = status;
267
+ localVarQueryParameter['status'] = status;
268
268
  }
269
269
  if (page !== undefined) {
270
270
  localVarQueryParameter['page'] = page;
@@ -179,22 +179,22 @@ var GeneralArticlesApiAxiosParamCreator = function (configuration) {
179
179
  localVarHeaderParameter = {};
180
180
  localVarQueryParameter = {};
181
181
  if (languageCode !== undefined) {
182
- localVarQueryParameter['LanguageCode'] = languageCode;
182
+ localVarQueryParameter['languageCode'] = languageCode;
183
183
  }
184
184
  if (contributorId !== undefined) {
185
- localVarQueryParameter['ContributorId'] = contributorId;
185
+ localVarQueryParameter['contributorId'] = contributorId;
186
186
  }
187
187
  if (contributorName !== undefined) {
188
- localVarQueryParameter['ContributorName'] = contributorName;
188
+ localVarQueryParameter['contributorName'] = contributorName;
189
189
  }
190
190
  if (email !== undefined) {
191
- localVarQueryParameter['Email'] = email;
191
+ localVarQueryParameter['email'] = email;
192
192
  }
193
193
  if (website !== undefined) {
194
- localVarQueryParameter['Website'] = website;
194
+ localVarQueryParameter['website'] = website;
195
195
  }
196
196
  if (contributionType !== undefined) {
197
- localVarQueryParameter['ContributionType'] = contributionType;
197
+ localVarQueryParameter['contributionType'] = contributionType;
198
198
  }
199
199
  if (page !== undefined) {
200
200
  localVarQueryParameter['page'] = page;
@@ -291,10 +291,10 @@ var GeneralArticlesApiAxiosParamCreator = function (configuration) {
291
291
  localVarHeaderParameter = {};
292
292
  localVarQueryParameter = {};
293
293
  if (id !== undefined) {
294
- localVarQueryParameter['Id'] = id;
294
+ localVarQueryParameter['id'] = id;
295
295
  }
296
296
  if (mediaType !== undefined) {
297
- localVarQueryParameter['MediaType'] = mediaType;
297
+ localVarQueryParameter['mediaType'] = mediaType;
298
298
  }
299
299
  if (page !== undefined) {
300
300
  localVarQueryParameter['page'] = page;
@@ -482,7 +482,7 @@ var GeneralArticlesApiAxiosParamCreator = function (configuration) {
482
482
  localVarHeaderParameter = {};
483
483
  localVarQueryParameter = {};
484
484
  if (tagId !== undefined) {
485
- localVarQueryParameter['TagId'] = tagId;
485
+ localVarQueryParameter['tagId'] = tagId;
486
486
  }
487
487
  if (page !== undefined) {
488
488
  localVarQueryParameter['page'] = page;
@@ -589,52 +589,52 @@ var GeneralArticlesApiAxiosParamCreator = function (configuration) {
589
589
  localVarHeaderParameter = {};
590
590
  localVarQueryParameter = {};
591
591
  if (id !== undefined) {
592
- localVarQueryParameter['Id'] = id;
592
+ localVarQueryParameter['id'] = id;
593
593
  }
594
594
  if (name !== undefined) {
595
- localVarQueryParameter['Name'] = name;
595
+ localVarQueryParameter['name'] = name;
596
596
  }
597
597
  if (description !== undefined) {
598
- localVarQueryParameter['Description'] = description;
598
+ localVarQueryParameter['description'] = description;
599
599
  }
600
600
  if (articleType !== undefined) {
601
- localVarQueryParameter['ArticleType'] = articleType;
601
+ localVarQueryParameter['articleType'] = articleType;
602
602
  }
603
603
  if (userId !== undefined) {
604
- localVarQueryParameter['UserId'] = userId;
604
+ localVarQueryParameter['userId'] = userId;
605
605
  }
606
606
  if (userName !== undefined) {
607
- localVarQueryParameter['UserName'] = userName;
607
+ localVarQueryParameter['userName'] = userName;
608
608
  }
609
609
  if (hospitalId !== undefined) {
610
- localVarQueryParameter['HospitalId'] = hospitalId;
610
+ localVarQueryParameter['hospitalId'] = hospitalId;
611
611
  }
612
612
  if (hospitalName !== undefined) {
613
- localVarQueryParameter['HospitalName'] = hospitalName;
613
+ localVarQueryParameter['hospitalName'] = hospitalName;
614
614
  }
615
615
  if (countryId !== undefined) {
616
- localVarQueryParameter['CountryId'] = countryId;
616
+ localVarQueryParameter['countryId'] = countryId;
617
617
  }
618
618
  if (tag !== undefined) {
619
- localVarQueryParameter['Tag'] = tag;
619
+ localVarQueryParameter['tag'] = tag;
620
620
  }
621
621
  if (exceptArticleId !== undefined) {
622
- localVarQueryParameter['ExceptArticleId'] = exceptArticleId;
622
+ localVarQueryParameter['exceptArticleId'] = exceptArticleId;
623
623
  }
624
624
  if (exceptHospitalId !== undefined) {
625
- localVarQueryParameter['ExceptHospitalId'] = exceptHospitalId;
625
+ localVarQueryParameter['exceptHospitalId'] = exceptHospitalId;
626
626
  }
627
627
  if (contributorId !== undefined) {
628
- localVarQueryParameter['ContributorId'] = contributorId;
628
+ localVarQueryParameter['contributorId'] = contributorId;
629
629
  }
630
630
  if (articleCategoryId !== undefined) {
631
- localVarQueryParameter['ArticleCategoryId'] = articleCategoryId;
631
+ localVarQueryParameter['articleCategoryId'] = articleCategoryId;
632
632
  }
633
633
  if (includesSubArticleCategoryEntries !== undefined) {
634
- localVarQueryParameter['IncludesSubArticleCategoryEntries'] = includesSubArticleCategoryEntries;
634
+ localVarQueryParameter['includesSubArticleCategoryEntries'] = includesSubArticleCategoryEntries;
635
635
  }
636
636
  if (languageCode !== undefined) {
637
- localVarQueryParameter['LanguageCode'] = languageCode;
637
+ localVarQueryParameter['languageCode'] = languageCode;
638
638
  }
639
639
  if (page !== undefined) {
640
640
  localVarQueryParameter['page'] = page;