ch-admin-api-client-typescript 5.79.39 → 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.
Files changed (51) hide show
  1. package/lib/api/about-us-api.js +8 -8
  2. package/lib/api/accreditations-api.js +3 -3
  3. package/lib/api/ai-prompts-api.d.ts +28 -28
  4. package/lib/api/ai-prompts-api.js +33 -33
  5. package/lib/api/app-version-api.js +4 -4
  6. package/lib/api/appointments-api.js +29 -29
  7. package/lib/api/article-categories-api.js +6 -6
  8. package/lib/api/articles-api.js +28 -28
  9. package/lib/api/call-histories-api.js +12 -12
  10. package/lib/api/chadmins-api.js +7 -7
  11. package/lib/api/chmanagers-api.js +7 -7
  12. package/lib/api/content-managers-api.js +7 -7
  13. package/lib/api/contributors-api.js +12 -12
  14. package/lib/api/countries-api.js +10 -10
  15. package/lib/api/currencies-api.js +2 -2
  16. package/lib/api/dash-board-api.js +15 -15
  17. package/lib/api/deals-api.js +59 -59
  18. package/lib/api/doctor-affiliations-api.js +25 -25
  19. package/lib/api/doctors-api.js +43 -43
  20. package/lib/api/email-webhooks-api.js +9 -9
  21. package/lib/api/faq-categories-api.js +8 -8
  22. package/lib/api/faqs-api.js +12 -12
  23. package/lib/api/form-results-api.js +11 -11
  24. package/lib/api/form-templates-api.js +9 -9
  25. package/lib/api/frequently-asked-questions-api.js +11 -11
  26. package/lib/api/general-articles-api.js +28 -28
  27. package/lib/api/grades-api.js +4 -4
  28. package/lib/api/hospital-branches-api.js +5 -5
  29. package/lib/api/hospital-groups-api.js +5 -5
  30. package/lib/api/hospitals-api.js +167 -167
  31. package/lib/api/languages-api.js +4 -4
  32. package/lib/api/managers-api.js +11 -11
  33. package/lib/api/notifications-api.js +2 -2
  34. package/lib/api/patient-affiliations-api.js +6 -6
  35. package/lib/api/patient-managers-api.js +7 -7
  36. package/lib/api/patients-api.js +8 -8
  37. package/lib/api/plans-api.js +2 -2
  38. package/lib/api/prescriptions-api.js +9 -9
  39. package/lib/api/promotions-api.js +7 -7
  40. package/lib/api/service-reviews-api.js +15 -15
  41. package/lib/api/services-api.js +16 -16
  42. package/lib/api/services-categories-api.js +2 -2
  43. package/lib/api/specialties-api.js +24 -24
  44. package/lib/api/specialty-types-api.js +24 -24
  45. package/lib/api/survey-forms-api.js +10 -10
  46. package/lib/api/survey-results-api.js +9 -9
  47. package/lib/api/tags-api.js +2 -2
  48. package/lib/api/users-api.js +5 -5
  49. package/lib/api/web-apps-api.js +9 -9
  50. package/lib/api/whats-app-template-media-api.js +3 -3
  51. package/package.json +1 -1
@@ -362,25 +362,25 @@ var GeneralArticlesApiAxiosParamCreator = function (configuration) {
362
362
  // oauth required
363
363
  _a.sent();
364
364
  if (languageCode !== undefined) {
365
- localVarQueryParameter['LanguageCode'] = languageCode;
365
+ localVarQueryParameter['languageCode'] = languageCode;
366
366
  }
367
367
  if (contributorId !== undefined) {
368
- localVarQueryParameter['ContributorId'] = contributorId;
368
+ localVarQueryParameter['contributorId'] = contributorId;
369
369
  }
370
370
  if (contributorName !== undefined) {
371
- localVarQueryParameter['ContributorName'] = contributorName;
371
+ localVarQueryParameter['contributorName'] = contributorName;
372
372
  }
373
373
  if (email !== undefined) {
374
- localVarQueryParameter['Email'] = email;
374
+ localVarQueryParameter['email'] = email;
375
375
  }
376
376
  if (website !== undefined) {
377
- localVarQueryParameter['Website'] = website;
377
+ localVarQueryParameter['website'] = website;
378
378
  }
379
379
  if (contributionType !== undefined) {
380
- localVarQueryParameter['ContributionType'] = contributionType;
380
+ localVarQueryParameter['contributionType'] = contributionType;
381
381
  }
382
382
  if (showHidden !== undefined) {
383
- localVarQueryParameter['ShowHidden'] = showHidden;
383
+ localVarQueryParameter['showHidden'] = showHidden;
384
384
  }
385
385
  if (page !== undefined) {
386
386
  localVarQueryParameter['page'] = page;
@@ -548,10 +548,10 @@ var GeneralArticlesApiAxiosParamCreator = function (configuration) {
548
548
  // oauth required
549
549
  _a.sent();
550
550
  if (id !== undefined) {
551
- localVarQueryParameter['Id'] = id;
551
+ localVarQueryParameter['id'] = id;
552
552
  }
553
553
  if (mediaType !== undefined) {
554
- localVarQueryParameter['MediaType'] = mediaType;
554
+ localVarQueryParameter['mediaType'] = mediaType;
555
555
  }
556
556
  if (page !== undefined) {
557
557
  localVarQueryParameter['page'] = page;
@@ -1186,7 +1186,7 @@ var GeneralArticlesApiAxiosParamCreator = function (configuration) {
1186
1186
  // oauth required
1187
1187
  _a.sent();
1188
1188
  if (tagId !== undefined) {
1189
- localVarQueryParameter['TagId'] = tagId;
1189
+ localVarQueryParameter['tagId'] = tagId;
1190
1190
  }
1191
1191
  if (page !== undefined) {
1192
1192
  localVarQueryParameter['page'] = page;
@@ -1520,58 +1520,58 @@ var GeneralArticlesApiAxiosParamCreator = function (configuration) {
1520
1520
  // oauth required
1521
1521
  _a.sent();
1522
1522
  if (id !== undefined) {
1523
- localVarQueryParameter['Id'] = id;
1523
+ localVarQueryParameter['id'] = id;
1524
1524
  }
1525
1525
  if (name !== undefined) {
1526
- localVarQueryParameter['Name'] = name;
1526
+ localVarQueryParameter['name'] = name;
1527
1527
  }
1528
1528
  if (description !== undefined) {
1529
- localVarQueryParameter['Description'] = description;
1529
+ localVarQueryParameter['description'] = description;
1530
1530
  }
1531
1531
  if (articleType !== undefined) {
1532
- localVarQueryParameter['ArticleType'] = articleType;
1532
+ localVarQueryParameter['articleType'] = articleType;
1533
1533
  }
1534
1534
  if (status !== undefined) {
1535
- localVarQueryParameter['Status'] = status;
1535
+ localVarQueryParameter['status'] = status;
1536
1536
  }
1537
1537
  if (userId !== undefined) {
1538
- localVarQueryParameter['UserId'] = userId;
1538
+ localVarQueryParameter['userId'] = userId;
1539
1539
  }
1540
1540
  if (userName !== undefined) {
1541
- localVarQueryParameter['UserName'] = userName;
1541
+ localVarQueryParameter['userName'] = userName;
1542
1542
  }
1543
1543
  if (hospitalId !== undefined) {
1544
- localVarQueryParameter['HospitalId'] = hospitalId;
1544
+ localVarQueryParameter['hospitalId'] = hospitalId;
1545
1545
  }
1546
1546
  if (hospitalName !== undefined) {
1547
- localVarQueryParameter['HospitalName'] = hospitalName;
1547
+ localVarQueryParameter['hospitalName'] = hospitalName;
1548
1548
  }
1549
1549
  if (countryId !== undefined) {
1550
- localVarQueryParameter['CountryId'] = countryId;
1550
+ localVarQueryParameter['countryId'] = countryId;
1551
1551
  }
1552
1552
  if (tag !== undefined) {
1553
- localVarQueryParameter['Tag'] = tag;
1553
+ localVarQueryParameter['tag'] = tag;
1554
1554
  }
1555
1555
  if (exceptArticleId !== undefined) {
1556
- localVarQueryParameter['ExceptArticleId'] = exceptArticleId;
1556
+ localVarQueryParameter['exceptArticleId'] = exceptArticleId;
1557
1557
  }
1558
1558
  if (exceptHospitalId !== undefined) {
1559
- localVarQueryParameter['ExceptHospitalId'] = exceptHospitalId;
1559
+ localVarQueryParameter['exceptHospitalId'] = exceptHospitalId;
1560
1560
  }
1561
1561
  if (contributorId !== undefined) {
1562
- localVarQueryParameter['ContributorId'] = contributorId;
1562
+ localVarQueryParameter['contributorId'] = contributorId;
1563
1563
  }
1564
1564
  if (articleCategoryId !== undefined) {
1565
- localVarQueryParameter['ArticleCategoryId'] = articleCategoryId;
1565
+ localVarQueryParameter['articleCategoryId'] = articleCategoryId;
1566
1566
  }
1567
1567
  if (includesSubArticleCategoryEntries !== undefined) {
1568
- localVarQueryParameter['IncludesSubArticleCategoryEntries'] = includesSubArticleCategoryEntries;
1568
+ localVarQueryParameter['includesSubArticleCategoryEntries'] = includesSubArticleCategoryEntries;
1569
1569
  }
1570
1570
  if (languageCode !== undefined) {
1571
- localVarQueryParameter['LanguageCode'] = languageCode;
1571
+ localVarQueryParameter['languageCode'] = languageCode;
1572
1572
  }
1573
1573
  if (showHidden !== undefined) {
1574
- localVarQueryParameter['ShowHidden'] = showHidden;
1574
+ localVarQueryParameter['showHidden'] = showHidden;
1575
1575
  }
1576
1576
  if (page !== undefined) {
1577
1577
  localVarQueryParameter['page'] = page;
@@ -141,16 +141,16 @@ var GradesApiAxiosParamCreator = function (configuration) {
141
141
  // oauth required
142
142
  _a.sent();
143
143
  if (id !== undefined) {
144
- localVarQueryParameter['Id'] = id;
144
+ localVarQueryParameter['id'] = id;
145
145
  }
146
146
  if (name !== undefined) {
147
- localVarQueryParameter['Name'] = name;
147
+ localVarQueryParameter['name'] = name;
148
148
  }
149
149
  if (gradeTarget !== undefined) {
150
- localVarQueryParameter['GradeTarget'] = gradeTarget;
150
+ localVarQueryParameter['gradeTarget'] = gradeTarget;
151
151
  }
152
152
  if (showHidden !== undefined) {
153
- localVarQueryParameter['ShowHidden'] = showHidden;
153
+ localVarQueryParameter['showHidden'] = showHidden;
154
154
  }
155
155
  if (page !== undefined) {
156
156
  localVarQueryParameter['page'] = page;
@@ -142,19 +142,19 @@ var HospitalBranchesApiAxiosParamCreator = function (configuration) {
142
142
  // oauth required
143
143
  _a.sent();
144
144
  if (id !== undefined) {
145
- localVarQueryParameter['Id'] = id;
145
+ localVarQueryParameter['id'] = id;
146
146
  }
147
147
  if (hospitalGroupId !== undefined) {
148
- localVarQueryParameter['HospitalGroupId'] = hospitalGroupId;
148
+ localVarQueryParameter['hospitalGroupId'] = hospitalGroupId;
149
149
  }
150
150
  if (hospitalId !== undefined) {
151
- localVarQueryParameter['HospitalId'] = hospitalId;
151
+ localVarQueryParameter['hospitalId'] = hospitalId;
152
152
  }
153
153
  if (languageCode !== undefined) {
154
- localVarQueryParameter['LanguageCode'] = languageCode;
154
+ localVarQueryParameter['languageCode'] = languageCode;
155
155
  }
156
156
  if (showHidden !== undefined) {
157
- localVarQueryParameter['ShowHidden'] = showHidden;
157
+ localVarQueryParameter['showHidden'] = showHidden;
158
158
  }
159
159
  if (page !== undefined) {
160
160
  localVarQueryParameter['page'] = page;
@@ -142,19 +142,19 @@ var HospitalGroupsApiAxiosParamCreator = function (configuration) {
142
142
  // oauth required
143
143
  _a.sent();
144
144
  if (hospitalGroupId !== undefined) {
145
- localVarQueryParameter['HospitalGroupId'] = hospitalGroupId;
145
+ localVarQueryParameter['hospitalGroupId'] = hospitalGroupId;
146
146
  }
147
147
  if (hospitalId !== undefined) {
148
- localVarQueryParameter['HospitalId'] = hospitalId;
148
+ localVarQueryParameter['hospitalId'] = hospitalId;
149
149
  }
150
150
  if (languageCode !== undefined) {
151
- localVarQueryParameter['LanguageCode'] = languageCode;
151
+ localVarQueryParameter['languageCode'] = languageCode;
152
152
  }
153
153
  if (name !== undefined) {
154
- localVarQueryParameter['Name'] = name;
154
+ localVarQueryParameter['name'] = name;
155
155
  }
156
156
  if (showHidden !== undefined) {
157
- localVarQueryParameter['ShowHidden'] = showHidden;
157
+ localVarQueryParameter['showHidden'] = showHidden;
158
158
  }
159
159
  if (page !== undefined) {
160
160
  localVarQueryParameter['page'] = page;