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
@@ -139,13 +139,13 @@ var DashBoardApiAxiosParamCreator = function (configuration) {
139
139
  // oauth required
140
140
  _a.sent();
141
141
  if (duration !== undefined) {
142
- localVarQueryParameter['Duration'] = duration;
142
+ localVarQueryParameter['duration'] = duration;
143
143
  }
144
144
  if (hospitalId !== undefined) {
145
- localVarQueryParameter['HospitalId'] = hospitalId;
145
+ localVarQueryParameter['hospitalId'] = hospitalId;
146
146
  }
147
147
  if (languageCode !== undefined) {
148
- localVarQueryParameter['LanguageCode'] = languageCode;
148
+ localVarQueryParameter['languageCode'] = languageCode;
149
149
  }
150
150
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
151
151
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -196,13 +196,13 @@ var DashBoardApiAxiosParamCreator = function (configuration) {
196
196
  // oauth required
197
197
  _a.sent();
198
198
  if (duration !== undefined) {
199
- localVarQueryParameter['Duration'] = duration;
199
+ localVarQueryParameter['duration'] = duration;
200
200
  }
201
201
  if (hospitalId !== undefined) {
202
- localVarQueryParameter['HospitalId'] = hospitalId;
202
+ localVarQueryParameter['hospitalId'] = hospitalId;
203
203
  }
204
204
  if (languageCode !== undefined) {
205
- localVarQueryParameter['LanguageCode'] = languageCode;
205
+ localVarQueryParameter['languageCode'] = languageCode;
206
206
  }
207
207
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
208
208
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -253,13 +253,13 @@ var DashBoardApiAxiosParamCreator = function (configuration) {
253
253
  // oauth required
254
254
  _a.sent();
255
255
  if (duration !== undefined) {
256
- localVarQueryParameter['Duration'] = duration;
256
+ localVarQueryParameter['duration'] = duration;
257
257
  }
258
258
  if (hospitalId !== undefined) {
259
- localVarQueryParameter['HospitalId'] = hospitalId;
259
+ localVarQueryParameter['hospitalId'] = hospitalId;
260
260
  }
261
261
  if (languageCode !== undefined) {
262
- localVarQueryParameter['LanguageCode'] = languageCode;
262
+ localVarQueryParameter['languageCode'] = languageCode;
263
263
  }
264
264
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
265
265
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -310,13 +310,13 @@ var DashBoardApiAxiosParamCreator = function (configuration) {
310
310
  // oauth required
311
311
  _a.sent();
312
312
  if (duration !== undefined) {
313
- localVarQueryParameter['Duration'] = duration;
313
+ localVarQueryParameter['duration'] = duration;
314
314
  }
315
315
  if (hospitalId !== undefined) {
316
- localVarQueryParameter['HospitalId'] = hospitalId;
316
+ localVarQueryParameter['hospitalId'] = hospitalId;
317
317
  }
318
318
  if (languageCode !== undefined) {
319
- localVarQueryParameter['LanguageCode'] = languageCode;
319
+ localVarQueryParameter['languageCode'] = languageCode;
320
320
  }
321
321
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
322
322
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -367,13 +367,13 @@ var DashBoardApiAxiosParamCreator = function (configuration) {
367
367
  // oauth required
368
368
  _a.sent();
369
369
  if (duration !== undefined) {
370
- localVarQueryParameter['Duration'] = duration;
370
+ localVarQueryParameter['duration'] = duration;
371
371
  }
372
372
  if (hospitalId !== undefined) {
373
- localVarQueryParameter['HospitalId'] = hospitalId;
373
+ localVarQueryParameter['hospitalId'] = hospitalId;
374
374
  }
375
375
  if (languageCode !== undefined) {
376
- localVarQueryParameter['LanguageCode'] = languageCode;
376
+ localVarQueryParameter['languageCode'] = languageCode;
377
377
  }
378
378
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
379
379
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -251,28 +251,28 @@ var DealsApiAxiosParamCreator = function (configuration) {
251
251
  // oauth required
252
252
  _a.sent();
253
253
  if (relatedDealPackageId !== undefined) {
254
- localVarQueryParameter['RelatedDealPackageId'] = relatedDealPackageId;
254
+ localVarQueryParameter['relatedDealPackageId'] = relatedDealPackageId;
255
255
  }
256
256
  if (dealName !== undefined) {
257
- localVarQueryParameter['DealName'] = dealName;
257
+ localVarQueryParameter['dealName'] = dealName;
258
258
  }
259
259
  if (name !== undefined) {
260
- localVarQueryParameter['Name'] = name;
260
+ localVarQueryParameter['name'] = name;
261
261
  }
262
262
  if (countryId !== undefined) {
263
- localVarQueryParameter['CountryId'] = countryId;
263
+ localVarQueryParameter['countryId'] = countryId;
264
264
  }
265
265
  if (hospitalId !== undefined) {
266
- localVarQueryParameter['HospitalId'] = hospitalId;
266
+ localVarQueryParameter['hospitalId'] = hospitalId;
267
267
  }
268
268
  if (hospitalName !== undefined) {
269
- localVarQueryParameter['HospitalName'] = hospitalName;
269
+ localVarQueryParameter['hospitalName'] = hospitalName;
270
270
  }
271
271
  if (languageCode !== undefined) {
272
- localVarQueryParameter['LanguageCode'] = languageCode;
272
+ localVarQueryParameter['languageCode'] = languageCode;
273
273
  }
274
274
  if (showHidden !== undefined) {
275
- localVarQueryParameter['ShowHidden'] = showHidden;
275
+ localVarQueryParameter['showHidden'] = showHidden;
276
276
  }
277
277
  if (page !== undefined) {
278
278
  localVarQueryParameter['page'] = page;
@@ -344,20 +344,20 @@ var DealsApiAxiosParamCreator = function (configuration) {
344
344
  // oauth required
345
345
  _a.sent();
346
346
  if (includesPreviousItems !== undefined) {
347
- localVarQueryParameter['IncludesPreviousItems'] = includesPreviousItems;
347
+ localVarQueryParameter['includesPreviousItems'] = includesPreviousItems;
348
348
  }
349
349
  if (startDate !== undefined) {
350
- localVarQueryParameter['StartDate'] = (startDate instanceof Date) ?
350
+ localVarQueryParameter['startDate'] = (startDate instanceof Date) ?
351
351
  startDate.toISOString() :
352
352
  startDate;
353
353
  }
354
354
  if (endDate !== undefined) {
355
- localVarQueryParameter['EndDate'] = (endDate instanceof Date) ?
355
+ localVarQueryParameter['endDate'] = (endDate instanceof Date) ?
356
356
  endDate.toISOString() :
357
357
  endDate;
358
358
  }
359
359
  if (dayOfWeek !== undefined) {
360
- localVarQueryParameter['DayOfWeek'] = dayOfWeek;
360
+ localVarQueryParameter['dayOfWeek'] = dayOfWeek;
361
361
  }
362
362
  if (page !== undefined) {
363
363
  localVarQueryParameter['page'] = page;
@@ -537,25 +537,25 @@ var DealsApiAxiosParamCreator = function (configuration) {
537
537
  // oauth required
538
538
  _a.sent();
539
539
  if (year !== undefined) {
540
- localVarQueryParameter['Year'] = year;
540
+ localVarQueryParameter['year'] = year;
541
541
  }
542
542
  if (month !== undefined) {
543
- localVarQueryParameter['Month'] = month;
543
+ localVarQueryParameter['month'] = month;
544
544
  }
545
545
  if (timeZone !== undefined) {
546
- localVarQueryParameter['TimeZone'] = timeZone;
546
+ localVarQueryParameter['timeZone'] = timeZone;
547
547
  }
548
548
  if (isExternal !== undefined) {
549
- localVarQueryParameter['IsExternal'] = isExternal;
549
+ localVarQueryParameter['isExternal'] = isExternal;
550
550
  }
551
551
  if (isOnline !== undefined) {
552
- localVarQueryParameter['IsOnline'] = isOnline;
552
+ localVarQueryParameter['isOnline'] = isOnline;
553
553
  }
554
554
  if (appointmentIdExcluded !== undefined) {
555
- localVarQueryParameter['AppointmentIdExcluded'] = appointmentIdExcluded;
555
+ localVarQueryParameter['appointmentIdExcluded'] = appointmentIdExcluded;
556
556
  }
557
557
  if (excludeUnavailableTimeSlots !== undefined) {
558
- localVarQueryParameter['ExcludeUnavailableTimeSlots'] = excludeUnavailableTimeSlots;
558
+ localVarQueryParameter['excludeUnavailableTimeSlots'] = excludeUnavailableTimeSlots;
559
559
  }
560
560
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
561
561
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -667,7 +667,7 @@ var DealsApiAxiosParamCreator = function (configuration) {
667
667
  // oauth required
668
668
  _a.sent();
669
669
  if (dayOfWeek !== undefined) {
670
- localVarQueryParameter['DayOfWeek'] = dayOfWeek;
670
+ localVarQueryParameter['dayOfWeek'] = dayOfWeek;
671
671
  }
672
672
  if (page !== undefined) {
673
673
  localVarQueryParameter['page'] = page;
@@ -1047,7 +1047,7 @@ var DealsApiAxiosParamCreator = function (configuration) {
1047
1047
  // oauth required
1048
1048
  _a.sent();
1049
1049
  if (languageCode !== undefined) {
1050
- localVarQueryParameter['LanguageCode'] = languageCode;
1050
+ localVarQueryParameter['languageCode'] = languageCode;
1051
1051
  }
1052
1052
  if (page !== undefined) {
1053
1053
  localVarQueryParameter['page'] = page;
@@ -1386,61 +1386,61 @@ var DealsApiAxiosParamCreator = function (configuration) {
1386
1386
  // oauth required
1387
1387
  _a.sent();
1388
1388
  if (id !== undefined) {
1389
- localVarQueryParameter['Id'] = id;
1389
+ localVarQueryParameter['id'] = id;
1390
1390
  }
1391
1391
  if (name !== undefined) {
1392
- localVarQueryParameter['Name'] = name;
1392
+ localVarQueryParameter['name'] = name;
1393
1393
  }
1394
1394
  if (marketingType !== undefined) {
1395
- localVarQueryParameter['MarketingType'] = marketingType;
1395
+ localVarQueryParameter['marketingType'] = marketingType;
1396
1396
  }
1397
1397
  if (countryId !== undefined) {
1398
- localVarQueryParameter['CountryId'] = countryId;
1398
+ localVarQueryParameter['countryId'] = countryId;
1399
1399
  }
1400
1400
  if (hospitalId !== undefined) {
1401
- localVarQueryParameter['HospitalId'] = hospitalId;
1401
+ localVarQueryParameter['hospitalId'] = hospitalId;
1402
1402
  }
1403
1403
  if (hospitalName !== undefined) {
1404
- localVarQueryParameter['HospitalName'] = hospitalName;
1404
+ localVarQueryParameter['hospitalName'] = hospitalName;
1405
1405
  }
1406
1406
  if (specialtyId !== undefined) {
1407
- localVarQueryParameter['SpecialtyId'] = specialtyId;
1407
+ localVarQueryParameter['specialtyId'] = specialtyId;
1408
1408
  }
1409
1409
  if (specialtyName !== undefined) {
1410
- localVarQueryParameter['SpecialtyName'] = specialtyName;
1410
+ localVarQueryParameter['specialtyName'] = specialtyName;
1411
1411
  }
1412
1412
  if (specialtyTypeId !== undefined) {
1413
- localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
1413
+ localVarQueryParameter['specialtyTypeId'] = specialtyTypeId;
1414
1414
  }
1415
1415
  if (specialtyTypeName !== undefined) {
1416
- localVarQueryParameter['SpecialtyTypeName'] = specialtyTypeName;
1416
+ localVarQueryParameter['specialtyTypeName'] = specialtyTypeName;
1417
1417
  }
1418
1418
  if (serviceId !== undefined) {
1419
- localVarQueryParameter['ServiceId'] = serviceId;
1419
+ localVarQueryParameter['serviceId'] = serviceId;
1420
1420
  }
1421
1421
  if (serviceName !== undefined) {
1422
- localVarQueryParameter['ServiceName'] = serviceName;
1422
+ localVarQueryParameter['serviceName'] = serviceName;
1423
1423
  }
1424
1424
  if (exceptHospitalId !== undefined) {
1425
- localVarQueryParameter['ExceptHospitalId'] = exceptHospitalId;
1425
+ localVarQueryParameter['exceptHospitalId'] = exceptHospitalId;
1426
1426
  }
1427
1427
  if (exceptDealId !== undefined) {
1428
- localVarQueryParameter['ExceptDealId'] = exceptDealId;
1428
+ localVarQueryParameter['exceptDealId'] = exceptDealId;
1429
1429
  }
1430
1430
  if (ids) {
1431
- localVarQueryParameter['Ids'] = ids;
1431
+ localVarQueryParameter['ids'] = ids;
1432
1432
  }
1433
1433
  if (serviceDuration !== undefined) {
1434
- localVarQueryParameter['ServiceDuration'] = serviceDuration;
1434
+ localVarQueryParameter['serviceDuration'] = serviceDuration;
1435
1435
  }
1436
1436
  if (languageCode !== undefined) {
1437
- localVarQueryParameter['LanguageCode'] = languageCode;
1437
+ localVarQueryParameter['languageCode'] = languageCode;
1438
1438
  }
1439
1439
  if (showHidden !== undefined) {
1440
- localVarQueryParameter['ShowHidden'] = showHidden;
1440
+ localVarQueryParameter['showHidden'] = showHidden;
1441
1441
  }
1442
1442
  if (returnDefaultValue !== undefined) {
1443
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
1443
+ localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
1444
1444
  }
1445
1445
  if (page !== undefined) {
1446
1446
  localVarQueryParameter['page'] = page;
@@ -1565,61 +1565,61 @@ var DealsApiAxiosParamCreator = function (configuration) {
1565
1565
  // oauth required
1566
1566
  _a.sent();
1567
1567
  if (id !== undefined) {
1568
- localVarQueryParameter['Id'] = id;
1568
+ localVarQueryParameter['id'] = id;
1569
1569
  }
1570
1570
  if (name !== undefined) {
1571
- localVarQueryParameter['Name'] = name;
1571
+ localVarQueryParameter['name'] = name;
1572
1572
  }
1573
1573
  if (marketingType !== undefined) {
1574
- localVarQueryParameter['MarketingType'] = marketingType;
1574
+ localVarQueryParameter['marketingType'] = marketingType;
1575
1575
  }
1576
1576
  if (countryId !== undefined) {
1577
- localVarQueryParameter['CountryId'] = countryId;
1577
+ localVarQueryParameter['countryId'] = countryId;
1578
1578
  }
1579
1579
  if (hospitalId !== undefined) {
1580
- localVarQueryParameter['HospitalId'] = hospitalId;
1580
+ localVarQueryParameter['hospitalId'] = hospitalId;
1581
1581
  }
1582
1582
  if (hospitalName !== undefined) {
1583
- localVarQueryParameter['HospitalName'] = hospitalName;
1583
+ localVarQueryParameter['hospitalName'] = hospitalName;
1584
1584
  }
1585
1585
  if (specialtyId !== undefined) {
1586
- localVarQueryParameter['SpecialtyId'] = specialtyId;
1586
+ localVarQueryParameter['specialtyId'] = specialtyId;
1587
1587
  }
1588
1588
  if (specialtyName !== undefined) {
1589
- localVarQueryParameter['SpecialtyName'] = specialtyName;
1589
+ localVarQueryParameter['specialtyName'] = specialtyName;
1590
1590
  }
1591
1591
  if (specialtyTypeId !== undefined) {
1592
- localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
1592
+ localVarQueryParameter['specialtyTypeId'] = specialtyTypeId;
1593
1593
  }
1594
1594
  if (specialtyTypeName !== undefined) {
1595
- localVarQueryParameter['SpecialtyTypeName'] = specialtyTypeName;
1595
+ localVarQueryParameter['specialtyTypeName'] = specialtyTypeName;
1596
1596
  }
1597
1597
  if (serviceId !== undefined) {
1598
- localVarQueryParameter['ServiceId'] = serviceId;
1598
+ localVarQueryParameter['serviceId'] = serviceId;
1599
1599
  }
1600
1600
  if (serviceName !== undefined) {
1601
- localVarQueryParameter['ServiceName'] = serviceName;
1601
+ localVarQueryParameter['serviceName'] = serviceName;
1602
1602
  }
1603
1603
  if (exceptHospitalId !== undefined) {
1604
- localVarQueryParameter['ExceptHospitalId'] = exceptHospitalId;
1604
+ localVarQueryParameter['exceptHospitalId'] = exceptHospitalId;
1605
1605
  }
1606
1606
  if (exceptDealId !== undefined) {
1607
- localVarQueryParameter['ExceptDealId'] = exceptDealId;
1607
+ localVarQueryParameter['exceptDealId'] = exceptDealId;
1608
1608
  }
1609
1609
  if (ids) {
1610
- localVarQueryParameter['Ids'] = ids;
1610
+ localVarQueryParameter['ids'] = ids;
1611
1611
  }
1612
1612
  if (serviceDuration !== undefined) {
1613
- localVarQueryParameter['ServiceDuration'] = serviceDuration;
1613
+ localVarQueryParameter['serviceDuration'] = serviceDuration;
1614
1614
  }
1615
1615
  if (languageCode !== undefined) {
1616
- localVarQueryParameter['LanguageCode'] = languageCode;
1616
+ localVarQueryParameter['languageCode'] = languageCode;
1617
1617
  }
1618
1618
  if (showHidden !== undefined) {
1619
- localVarQueryParameter['ShowHidden'] = showHidden;
1619
+ localVarQueryParameter['showHidden'] = showHidden;
1620
1620
  }
1621
1621
  if (returnDefaultValue !== undefined) {
1622
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
1622
+ localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
1623
1623
  }
1624
1624
  if (page !== undefined) {
1625
1625
  localVarQueryParameter['page'] = page;
@@ -145,20 +145,20 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
145
145
  // oauth required
146
146
  _a.sent();
147
147
  if (includesPreviousItems !== undefined) {
148
- localVarQueryParameter['IncludesPreviousItems'] = includesPreviousItems;
148
+ localVarQueryParameter['includesPreviousItems'] = includesPreviousItems;
149
149
  }
150
150
  if (startDate !== undefined) {
151
- localVarQueryParameter['StartDate'] = (startDate instanceof Date) ?
151
+ localVarQueryParameter['startDate'] = (startDate instanceof Date) ?
152
152
  startDate.toISOString() :
153
153
  startDate;
154
154
  }
155
155
  if (endDate !== undefined) {
156
- localVarQueryParameter['EndDate'] = (endDate instanceof Date) ?
156
+ localVarQueryParameter['endDate'] = (endDate instanceof Date) ?
157
157
  endDate.toISOString() :
158
158
  endDate;
159
159
  }
160
160
  if (dayOfWeek !== undefined) {
161
- localVarQueryParameter['DayOfWeek'] = dayOfWeek;
161
+ localVarQueryParameter['dayOfWeek'] = dayOfWeek;
162
162
  }
163
163
  if (page !== undefined) {
164
164
  localVarQueryParameter['page'] = page;
@@ -326,25 +326,25 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
326
326
  // oauth required
327
327
  _a.sent();
328
328
  if (year !== undefined) {
329
- localVarQueryParameter['Year'] = year;
329
+ localVarQueryParameter['year'] = year;
330
330
  }
331
331
  if (month !== undefined) {
332
- localVarQueryParameter['Month'] = month;
332
+ localVarQueryParameter['month'] = month;
333
333
  }
334
334
  if (timeZone !== undefined) {
335
- localVarQueryParameter['TimeZone'] = timeZone;
335
+ localVarQueryParameter['timeZone'] = timeZone;
336
336
  }
337
337
  if (isExternal !== undefined) {
338
- localVarQueryParameter['IsExternal'] = isExternal;
338
+ localVarQueryParameter['isExternal'] = isExternal;
339
339
  }
340
340
  if (isOnline !== undefined) {
341
- localVarQueryParameter['IsOnline'] = isOnline;
341
+ localVarQueryParameter['isOnline'] = isOnline;
342
342
  }
343
343
  if (appointmentIdExcluded !== undefined) {
344
- localVarQueryParameter['AppointmentIdExcluded'] = appointmentIdExcluded;
344
+ localVarQueryParameter['appointmentIdExcluded'] = appointmentIdExcluded;
345
345
  }
346
346
  if (excludeUnavailableTimeSlots !== undefined) {
347
- localVarQueryParameter['ExcludeUnavailableTimeSlots'] = excludeUnavailableTimeSlots;
347
+ localVarQueryParameter['excludeUnavailableTimeSlots'] = excludeUnavailableTimeSlots;
348
348
  }
349
349
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
350
350
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -448,7 +448,7 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
448
448
  // oauth required
449
449
  _a.sent();
450
450
  if (dayOfWeek !== undefined) {
451
- localVarQueryParameter['DayOfWeek'] = dayOfWeek;
451
+ localVarQueryParameter['dayOfWeek'] = dayOfWeek;
452
452
  }
453
453
  if (page !== undefined) {
454
454
  localVarQueryParameter['page'] = page;
@@ -514,10 +514,10 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
514
514
  // oauth required
515
515
  _a.sent();
516
516
  if (id !== undefined) {
517
- localVarQueryParameter['Id'] = id;
517
+ localVarQueryParameter['id'] = id;
518
518
  }
519
519
  if (mediaType !== undefined) {
520
- localVarQueryParameter['MediaType'] = mediaType;
520
+ localVarQueryParameter['mediaType'] = mediaType;
521
521
  }
522
522
  if (page !== undefined) {
523
523
  localVarQueryParameter['page'] = page;
@@ -794,37 +794,37 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
794
794
  // oauth required
795
795
  _a.sent();
796
796
  if (hospitalId !== undefined) {
797
- localVarQueryParameter['HospitalId'] = hospitalId;
797
+ localVarQueryParameter['hospitalId'] = hospitalId;
798
798
  }
799
799
  if (hospitalName !== undefined) {
800
- localVarQueryParameter['HospitalName'] = hospitalName;
800
+ localVarQueryParameter['hospitalName'] = hospitalName;
801
801
  }
802
802
  if (doctorId !== undefined) {
803
- localVarQueryParameter['DoctorId'] = doctorId;
803
+ localVarQueryParameter['doctorId'] = doctorId;
804
804
  }
805
805
  if (doctorName !== undefined) {
806
- localVarQueryParameter['DoctorName'] = doctorName;
806
+ localVarQueryParameter['doctorName'] = doctorName;
807
807
  }
808
808
  if (doctorSlug !== undefined) {
809
- localVarQueryParameter['DoctorSlug'] = doctorSlug;
809
+ localVarQueryParameter['doctorSlug'] = doctorSlug;
810
810
  }
811
811
  if (specialtyId !== undefined) {
812
- localVarQueryParameter['SpecialtyId'] = specialtyId;
812
+ localVarQueryParameter['specialtyId'] = specialtyId;
813
813
  }
814
814
  if (specialtyTypeId !== undefined) {
815
- localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
815
+ localVarQueryParameter['specialtyTypeId'] = specialtyTypeId;
816
816
  }
817
817
  if (marketingType !== undefined) {
818
- localVarQueryParameter['MarketingType'] = marketingType;
818
+ localVarQueryParameter['marketingType'] = marketingType;
819
819
  }
820
820
  if (countryId !== undefined) {
821
- localVarQueryParameter['CountryId'] = countryId;
821
+ localVarQueryParameter['countryId'] = countryId;
822
822
  }
823
823
  if (languageCode !== undefined) {
824
- localVarQueryParameter['LanguageCode'] = languageCode;
824
+ localVarQueryParameter['languageCode'] = languageCode;
825
825
  }
826
826
  if (showHidden !== undefined) {
827
- localVarQueryParameter['ShowHidden'] = showHidden;
827
+ localVarQueryParameter['showHidden'] = showHidden;
828
828
  }
829
829
  if (page !== undefined) {
830
830
  localVarQueryParameter['page'] = page;