ch-admin-api-client-typescript 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.
- package/lib/api/about-us-api.js +8 -8
- package/lib/api/accreditations-api.js +3 -3
- package/lib/api/ai-prompts-api.js +5 -5
- package/lib/api/app-version-api.js +4 -4
- package/lib/api/appointments-api.js +29 -29
- package/lib/api/article-categories-api.js +6 -6
- package/lib/api/articles-api.js +28 -28
- package/lib/api/call-histories-api.js +12 -12
- package/lib/api/chadmins-api.js +7 -7
- package/lib/api/chmanagers-api.js +7 -7
- package/lib/api/content-managers-api.js +7 -7
- package/lib/api/contributors-api.js +12 -12
- package/lib/api/countries-api.js +10 -10
- package/lib/api/currencies-api.js +2 -2
- package/lib/api/dash-board-api.js +15 -15
- package/lib/api/deals-api.js +59 -59
- package/lib/api/doctor-affiliations-api.js +25 -25
- package/lib/api/doctors-api.js +43 -43
- package/lib/api/email-webhooks-api.js +9 -9
- package/lib/api/faq-categories-api.js +8 -8
- package/lib/api/faqs-api.js +12 -12
- package/lib/api/form-results-api.js +11 -11
- package/lib/api/form-templates-api.js +9 -9
- package/lib/api/frequently-asked-questions-api.js +11 -11
- package/lib/api/general-articles-api.js +28 -28
- package/lib/api/grades-api.js +4 -4
- package/lib/api/hospital-branches-api.js +5 -5
- package/lib/api/hospital-groups-api.js +5 -5
- package/lib/api/hospitals-api.js +167 -167
- package/lib/api/languages-api.js +4 -4
- package/lib/api/managers-api.js +11 -11
- package/lib/api/notifications-api.js +2 -2
- package/lib/api/patient-affiliations-api.js +6 -6
- package/lib/api/patient-managers-api.js +7 -7
- package/lib/api/patients-api.js +8 -8
- package/lib/api/plans-api.js +2 -2
- package/lib/api/prescriptions-api.js +9 -9
- package/lib/api/promotions-api.js +7 -7
- package/lib/api/service-reviews-api.js +15 -15
- package/lib/api/services-api.js +16 -16
- package/lib/api/services-categories-api.js +2 -2
- package/lib/api/specialties-api.js +24 -24
- package/lib/api/specialty-types-api.js +24 -24
- package/lib/api/survey-forms-api.js +10 -10
- package/lib/api/survey-results-api.js +9 -9
- package/lib/api/tags-api.js +2 -2
- package/lib/api/users-api.js +5 -5
- package/lib/api/web-apps-api.js +9 -9
- package/lib/api/whats-app-template-media-api.js +3 -3
- package/package.json +1 -1
package/lib/api/hospitals-api.js
CHANGED
|
@@ -150,45 +150,45 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
150
150
|
// oauth required
|
|
151
151
|
_a.sent();
|
|
152
152
|
if (hospitalId !== undefined) {
|
|
153
|
-
localVarQueryParameter['
|
|
153
|
+
localVarQueryParameter['hospitalId'] = hospitalId;
|
|
154
154
|
}
|
|
155
155
|
if (nameFilterType !== undefined) {
|
|
156
|
-
localVarQueryParameter['
|
|
156
|
+
localVarQueryParameter['nameFilterType'] = nameFilterType;
|
|
157
157
|
}
|
|
158
158
|
if (name !== undefined) {
|
|
159
|
-
localVarQueryParameter['
|
|
159
|
+
localVarQueryParameter['name'] = name;
|
|
160
160
|
}
|
|
161
161
|
if (countryId !== undefined) {
|
|
162
|
-
localVarQueryParameter['
|
|
162
|
+
localVarQueryParameter['countryId'] = countryId;
|
|
163
163
|
}
|
|
164
164
|
if (created !== undefined) {
|
|
165
|
-
localVarQueryParameter['
|
|
165
|
+
localVarQueryParameter['created'] = (created instanceof Date) ?
|
|
166
166
|
created.toISOString() :
|
|
167
167
|
created;
|
|
168
168
|
}
|
|
169
169
|
if (marketingType !== undefined) {
|
|
170
|
-
localVarQueryParameter['
|
|
170
|
+
localVarQueryParameter['marketingType'] = marketingType;
|
|
171
171
|
}
|
|
172
172
|
if (specialtyTypeId !== undefined) {
|
|
173
|
-
localVarQueryParameter['
|
|
173
|
+
localVarQueryParameter['specialtyTypeId'] = specialtyTypeId;
|
|
174
174
|
}
|
|
175
175
|
if (specialtyId !== undefined) {
|
|
176
|
-
localVarQueryParameter['
|
|
176
|
+
localVarQueryParameter['specialtyId'] = specialtyId;
|
|
177
177
|
}
|
|
178
178
|
if (exceptHospitalId !== undefined) {
|
|
179
|
-
localVarQueryParameter['
|
|
179
|
+
localVarQueryParameter['exceptHospitalId'] = exceptHospitalId;
|
|
180
180
|
}
|
|
181
181
|
if (showHidden !== undefined) {
|
|
182
|
-
localVarQueryParameter['
|
|
182
|
+
localVarQueryParameter['showHidden'] = showHidden;
|
|
183
183
|
}
|
|
184
184
|
if (languageCode !== undefined) {
|
|
185
|
-
localVarQueryParameter['
|
|
185
|
+
localVarQueryParameter['languageCode'] = languageCode;
|
|
186
186
|
}
|
|
187
187
|
if (ids) {
|
|
188
|
-
localVarQueryParameter['
|
|
188
|
+
localVarQueryParameter['ids'] = ids;
|
|
189
189
|
}
|
|
190
190
|
if (paymentEnabled !== undefined) {
|
|
191
|
-
localVarQueryParameter['
|
|
191
|
+
localVarQueryParameter['paymentEnabled'] = paymentEnabled;
|
|
192
192
|
}
|
|
193
193
|
if (page !== undefined) {
|
|
194
194
|
localVarQueryParameter['page'] = page;
|
|
@@ -357,13 +357,13 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
357
357
|
// oauth required
|
|
358
358
|
_a.sent();
|
|
359
359
|
if (hospitalName !== undefined) {
|
|
360
|
-
localVarQueryParameter['
|
|
360
|
+
localVarQueryParameter['hospitalName'] = hospitalName;
|
|
361
361
|
}
|
|
362
362
|
if (accreditationId !== undefined) {
|
|
363
|
-
localVarQueryParameter['
|
|
363
|
+
localVarQueryParameter['accreditationId'] = accreditationId;
|
|
364
364
|
}
|
|
365
365
|
if (accreditationName !== undefined) {
|
|
366
|
-
localVarQueryParameter['
|
|
366
|
+
localVarQueryParameter['accreditationName'] = accreditationName;
|
|
367
367
|
}
|
|
368
368
|
if (page !== undefined) {
|
|
369
369
|
localVarQueryParameter['page'] = page;
|
|
@@ -481,20 +481,20 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
481
481
|
// oauth required
|
|
482
482
|
_a.sent();
|
|
483
483
|
if (includesPreviousItems !== undefined) {
|
|
484
|
-
localVarQueryParameter['
|
|
484
|
+
localVarQueryParameter['includesPreviousItems'] = includesPreviousItems;
|
|
485
485
|
}
|
|
486
486
|
if (startDate !== undefined) {
|
|
487
|
-
localVarQueryParameter['
|
|
487
|
+
localVarQueryParameter['startDate'] = (startDate instanceof Date) ?
|
|
488
488
|
startDate.toISOString() :
|
|
489
489
|
startDate;
|
|
490
490
|
}
|
|
491
491
|
if (endDate !== undefined) {
|
|
492
|
-
localVarQueryParameter['
|
|
492
|
+
localVarQueryParameter['endDate'] = (endDate instanceof Date) ?
|
|
493
493
|
endDate.toISOString() :
|
|
494
494
|
endDate;
|
|
495
495
|
}
|
|
496
496
|
if (dayOfWeek !== undefined) {
|
|
497
|
-
localVarQueryParameter['
|
|
497
|
+
localVarQueryParameter['dayOfWeek'] = dayOfWeek;
|
|
498
498
|
}
|
|
499
499
|
if (page !== undefined) {
|
|
500
500
|
localVarQueryParameter['page'] = page;
|
|
@@ -662,25 +662,25 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
662
662
|
// oauth required
|
|
663
663
|
_a.sent();
|
|
664
664
|
if (year !== undefined) {
|
|
665
|
-
localVarQueryParameter['
|
|
665
|
+
localVarQueryParameter['year'] = year;
|
|
666
666
|
}
|
|
667
667
|
if (month !== undefined) {
|
|
668
|
-
localVarQueryParameter['
|
|
668
|
+
localVarQueryParameter['month'] = month;
|
|
669
669
|
}
|
|
670
670
|
if (timeZone !== undefined) {
|
|
671
|
-
localVarQueryParameter['
|
|
671
|
+
localVarQueryParameter['timeZone'] = timeZone;
|
|
672
672
|
}
|
|
673
673
|
if (isExternal !== undefined) {
|
|
674
|
-
localVarQueryParameter['
|
|
674
|
+
localVarQueryParameter['isExternal'] = isExternal;
|
|
675
675
|
}
|
|
676
676
|
if (isOnline !== undefined) {
|
|
677
|
-
localVarQueryParameter['
|
|
677
|
+
localVarQueryParameter['isOnline'] = isOnline;
|
|
678
678
|
}
|
|
679
679
|
if (appointmentIdExcluded !== undefined) {
|
|
680
|
-
localVarQueryParameter['
|
|
680
|
+
localVarQueryParameter['appointmentIdExcluded'] = appointmentIdExcluded;
|
|
681
681
|
}
|
|
682
682
|
if (excludeUnavailableTimeSlots !== undefined) {
|
|
683
|
-
localVarQueryParameter['
|
|
683
|
+
localVarQueryParameter['excludeUnavailableTimeSlots'] = excludeUnavailableTimeSlots;
|
|
684
684
|
}
|
|
685
685
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
686
686
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -784,7 +784,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
784
784
|
// oauth required
|
|
785
785
|
_a.sent();
|
|
786
786
|
if (dayOfWeek !== undefined) {
|
|
787
|
-
localVarQueryParameter['
|
|
787
|
+
localVarQueryParameter['dayOfWeek'] = dayOfWeek;
|
|
788
788
|
}
|
|
789
789
|
if (page !== undefined) {
|
|
790
790
|
localVarQueryParameter['page'] = page;
|
|
@@ -1006,10 +1006,10 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1006
1006
|
// oauth required
|
|
1007
1007
|
_a.sent();
|
|
1008
1008
|
if (bank !== undefined) {
|
|
1009
|
-
localVarQueryParameter['
|
|
1009
|
+
localVarQueryParameter['bank'] = bank;
|
|
1010
1010
|
}
|
|
1011
1011
|
if (isEnabled !== undefined) {
|
|
1012
|
-
localVarQueryParameter['
|
|
1012
|
+
localVarQueryParameter['isEnabled'] = isEnabled;
|
|
1013
1013
|
}
|
|
1014
1014
|
if (page !== undefined) {
|
|
1015
1015
|
localVarQueryParameter['page'] = page;
|
|
@@ -1339,19 +1339,19 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1339
1339
|
// oauth required
|
|
1340
1340
|
_a.sent();
|
|
1341
1341
|
if (contactId !== undefined) {
|
|
1342
|
-
localVarQueryParameter['
|
|
1342
|
+
localVarQueryParameter['contactId'] = contactId;
|
|
1343
1343
|
}
|
|
1344
1344
|
if (contactType !== undefined) {
|
|
1345
|
-
localVarQueryParameter['
|
|
1345
|
+
localVarQueryParameter['contactType'] = contactType;
|
|
1346
1346
|
}
|
|
1347
1347
|
if (name !== undefined) {
|
|
1348
|
-
localVarQueryParameter['
|
|
1348
|
+
localVarQueryParameter['name'] = name;
|
|
1349
1349
|
}
|
|
1350
1350
|
if (languageCode !== undefined) {
|
|
1351
|
-
localVarQueryParameter['
|
|
1351
|
+
localVarQueryParameter['languageCode'] = languageCode;
|
|
1352
1352
|
}
|
|
1353
1353
|
if (showHidden !== undefined) {
|
|
1354
|
-
localVarQueryParameter['
|
|
1354
|
+
localVarQueryParameter['showHidden'] = showHidden;
|
|
1355
1355
|
}
|
|
1356
1356
|
if (page !== undefined) {
|
|
1357
1357
|
localVarQueryParameter['page'] = page;
|
|
@@ -1678,10 +1678,10 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1678
1678
|
// oauth required
|
|
1679
1679
|
_a.sent();
|
|
1680
1680
|
if (id !== undefined) {
|
|
1681
|
-
localVarQueryParameter['
|
|
1681
|
+
localVarQueryParameter['id'] = id;
|
|
1682
1682
|
}
|
|
1683
1683
|
if (mediaType !== undefined) {
|
|
1684
|
-
localVarQueryParameter['
|
|
1684
|
+
localVarQueryParameter['mediaType'] = mediaType;
|
|
1685
1685
|
}
|
|
1686
1686
|
if (page !== undefined) {
|
|
1687
1687
|
localVarQueryParameter['page'] = page;
|
|
@@ -2079,27 +2079,27 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2079
2079
|
// oauth required
|
|
2080
2080
|
_a.sent();
|
|
2081
2081
|
if (id !== undefined) {
|
|
2082
|
-
localVarQueryParameter['
|
|
2082
|
+
localVarQueryParameter['id'] = id;
|
|
2083
2083
|
}
|
|
2084
2084
|
if (name !== undefined) {
|
|
2085
|
-
localVarQueryParameter['
|
|
2085
|
+
localVarQueryParameter['name'] = name;
|
|
2086
2086
|
}
|
|
2087
2087
|
if (hospitalId2 !== undefined) {
|
|
2088
|
-
localVarQueryParameter['
|
|
2088
|
+
localVarQueryParameter['hospitalId'] = hospitalId2;
|
|
2089
2089
|
}
|
|
2090
2090
|
if (hospitalName !== undefined) {
|
|
2091
|
-
localVarQueryParameter['
|
|
2091
|
+
localVarQueryParameter['hospitalName'] = hospitalName;
|
|
2092
2092
|
}
|
|
2093
2093
|
if (description !== undefined) {
|
|
2094
|
-
localVarQueryParameter['
|
|
2094
|
+
localVarQueryParameter['description'] = description;
|
|
2095
2095
|
}
|
|
2096
2096
|
if (created !== undefined) {
|
|
2097
|
-
localVarQueryParameter['
|
|
2097
|
+
localVarQueryParameter['created'] = (created instanceof Date) ?
|
|
2098
2098
|
created.toISOString() :
|
|
2099
2099
|
created;
|
|
2100
2100
|
}
|
|
2101
2101
|
if (showHidden !== undefined) {
|
|
2102
|
-
localVarQueryParameter['
|
|
2102
|
+
localVarQueryParameter['showHidden'] = showHidden;
|
|
2103
2103
|
}
|
|
2104
2104
|
if (page !== undefined) {
|
|
2105
2105
|
localVarQueryParameter['page'] = page;
|
|
@@ -2318,13 +2318,13 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2318
2318
|
// oauth required
|
|
2319
2319
|
_a.sent();
|
|
2320
2320
|
if (id !== undefined) {
|
|
2321
|
-
localVarQueryParameter['
|
|
2321
|
+
localVarQueryParameter['id'] = id;
|
|
2322
2322
|
}
|
|
2323
2323
|
if (name !== undefined) {
|
|
2324
|
-
localVarQueryParameter['
|
|
2324
|
+
localVarQueryParameter['name'] = name;
|
|
2325
2325
|
}
|
|
2326
2326
|
if (stars !== undefined) {
|
|
2327
|
-
localVarQueryParameter['
|
|
2327
|
+
localVarQueryParameter['stars'] = stars;
|
|
2328
2328
|
}
|
|
2329
2329
|
if (page !== undefined) {
|
|
2330
2330
|
localVarQueryParameter['page'] = page;
|
|
@@ -2820,13 +2820,13 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2820
2820
|
// oauth required
|
|
2821
2821
|
_a.sent();
|
|
2822
2822
|
if (id !== undefined) {
|
|
2823
|
-
localVarQueryParameter['
|
|
2823
|
+
localVarQueryParameter['id'] = id;
|
|
2824
2824
|
}
|
|
2825
2825
|
if (snsType !== undefined) {
|
|
2826
|
-
localVarQueryParameter['
|
|
2826
|
+
localVarQueryParameter['snsType'] = snsType;
|
|
2827
2827
|
}
|
|
2828
2828
|
if (handle !== undefined) {
|
|
2829
|
-
localVarQueryParameter['
|
|
2829
|
+
localVarQueryParameter['handle'] = handle;
|
|
2830
2830
|
}
|
|
2831
2831
|
if (page !== undefined) {
|
|
2832
2832
|
localVarQueryParameter['page'] = page;
|
|
@@ -3370,16 +3370,16 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3370
3370
|
// oauth required
|
|
3371
3371
|
_a.sent();
|
|
3372
3372
|
if (name !== undefined) {
|
|
3373
|
-
localVarQueryParameter['
|
|
3373
|
+
localVarQueryParameter['name'] = name;
|
|
3374
3374
|
}
|
|
3375
3375
|
if (slug !== undefined) {
|
|
3376
|
-
localVarQueryParameter['
|
|
3376
|
+
localVarQueryParameter['slug'] = slug;
|
|
3377
3377
|
}
|
|
3378
3378
|
if (languageCode !== undefined) {
|
|
3379
|
-
localVarQueryParameter['
|
|
3379
|
+
localVarQueryParameter['languageCode'] = languageCode;
|
|
3380
3380
|
}
|
|
3381
3381
|
if (showHidden !== undefined) {
|
|
3382
|
-
localVarQueryParameter['
|
|
3382
|
+
localVarQueryParameter['showHidden'] = showHidden;
|
|
3383
3383
|
}
|
|
3384
3384
|
if (page !== undefined) {
|
|
3385
3385
|
localVarQueryParameter['page'] = page;
|
|
@@ -3819,10 +3819,10 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3819
3819
|
// oauth required
|
|
3820
3820
|
_a.sent();
|
|
3821
3821
|
if (name !== undefined) {
|
|
3822
|
-
localVarQueryParameter['
|
|
3822
|
+
localVarQueryParameter['name'] = name;
|
|
3823
3823
|
}
|
|
3824
3824
|
if (showHidden !== undefined) {
|
|
3825
|
-
localVarQueryParameter['
|
|
3825
|
+
localVarQueryParameter['showHidden'] = showHidden;
|
|
3826
3826
|
}
|
|
3827
3827
|
if (page !== undefined) {
|
|
3828
3828
|
localVarQueryParameter['page'] = page;
|
|
@@ -4048,29 +4048,29 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4048
4048
|
// oauth required
|
|
4049
4049
|
_a.sent();
|
|
4050
4050
|
if (id !== undefined) {
|
|
4051
|
-
localVarQueryParameter['
|
|
4051
|
+
localVarQueryParameter['id'] = id;
|
|
4052
4052
|
}
|
|
4053
4053
|
if (fullname !== undefined) {
|
|
4054
|
-
localVarQueryParameter['
|
|
4054
|
+
localVarQueryParameter['fullname'] = fullname;
|
|
4055
4055
|
}
|
|
4056
4056
|
if (email !== undefined) {
|
|
4057
|
-
localVarQueryParameter['
|
|
4057
|
+
localVarQueryParameter['email'] = email;
|
|
4058
4058
|
}
|
|
4059
4059
|
if (gender !== undefined) {
|
|
4060
|
-
localVarQueryParameter['
|
|
4060
|
+
localVarQueryParameter['gender'] = gender;
|
|
4061
4061
|
}
|
|
4062
4062
|
if (dateOfBirth !== undefined) {
|
|
4063
|
-
localVarQueryParameter['
|
|
4063
|
+
localVarQueryParameter['dateOfBirth'] = (dateOfBirth instanceof Date) ?
|
|
4064
4064
|
dateOfBirth.toISOString() :
|
|
4065
4065
|
dateOfBirth;
|
|
4066
4066
|
}
|
|
4067
4067
|
if (created !== undefined) {
|
|
4068
|
-
localVarQueryParameter['
|
|
4068
|
+
localVarQueryParameter['created'] = (created instanceof Date) ?
|
|
4069
4069
|
created.toISOString() :
|
|
4070
4070
|
created;
|
|
4071
4071
|
}
|
|
4072
4072
|
if (showHidden !== undefined) {
|
|
4073
|
-
localVarQueryParameter['
|
|
4073
|
+
localVarQueryParameter['showHidden'] = showHidden;
|
|
4074
4074
|
}
|
|
4075
4075
|
if (page !== undefined) {
|
|
4076
4076
|
localVarQueryParameter['page'] = page;
|
|
@@ -4346,10 +4346,10 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4346
4346
|
// oauth required
|
|
4347
4347
|
_a.sent();
|
|
4348
4348
|
if (id !== undefined) {
|
|
4349
|
-
localVarQueryParameter['
|
|
4349
|
+
localVarQueryParameter['id'] = id;
|
|
4350
4350
|
}
|
|
4351
4351
|
if (mediaType !== undefined) {
|
|
4352
|
-
localVarQueryParameter['
|
|
4352
|
+
localVarQueryParameter['mediaType'] = mediaType;
|
|
4353
4353
|
}
|
|
4354
4354
|
if (page !== undefined) {
|
|
4355
4355
|
localVarQueryParameter['page'] = page;
|
|
@@ -4624,19 +4624,19 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4624
4624
|
// oauth required
|
|
4625
4625
|
_a.sent();
|
|
4626
4626
|
if (id !== undefined) {
|
|
4627
|
-
localVarQueryParameter['
|
|
4627
|
+
localVarQueryParameter['id'] = id;
|
|
4628
4628
|
}
|
|
4629
4629
|
if (languageCode !== undefined) {
|
|
4630
|
-
localVarQueryParameter['
|
|
4630
|
+
localVarQueryParameter['languageCode'] = languageCode;
|
|
4631
4631
|
}
|
|
4632
4632
|
if (name !== undefined) {
|
|
4633
|
-
localVarQueryParameter['
|
|
4633
|
+
localVarQueryParameter['name'] = name;
|
|
4634
4634
|
}
|
|
4635
4635
|
if (status !== undefined) {
|
|
4636
|
-
localVarQueryParameter['
|
|
4636
|
+
localVarQueryParameter['status'] = status;
|
|
4637
4637
|
}
|
|
4638
4638
|
if (showHidden !== undefined) {
|
|
4639
|
-
localVarQueryParameter['
|
|
4639
|
+
localVarQueryParameter['showHidden'] = showHidden;
|
|
4640
4640
|
}
|
|
4641
4641
|
if (page !== undefined) {
|
|
4642
4642
|
localVarQueryParameter['page'] = page;
|
|
@@ -5024,19 +5024,19 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5024
5024
|
// oauth required
|
|
5025
5025
|
_a.sent();
|
|
5026
5026
|
if (id !== undefined) {
|
|
5027
|
-
localVarQueryParameter['
|
|
5027
|
+
localVarQueryParameter['id'] = id;
|
|
5028
5028
|
}
|
|
5029
5029
|
if (languageCode !== undefined) {
|
|
5030
|
-
localVarQueryParameter['
|
|
5030
|
+
localVarQueryParameter['languageCode'] = languageCode;
|
|
5031
5031
|
}
|
|
5032
5032
|
if (name !== undefined) {
|
|
5033
|
-
localVarQueryParameter['
|
|
5033
|
+
localVarQueryParameter['name'] = name;
|
|
5034
5034
|
}
|
|
5035
5035
|
if (status !== undefined) {
|
|
5036
|
-
localVarQueryParameter['
|
|
5036
|
+
localVarQueryParameter['status'] = status;
|
|
5037
5037
|
}
|
|
5038
5038
|
if (showHidden !== undefined) {
|
|
5039
|
-
localVarQueryParameter['
|
|
5039
|
+
localVarQueryParameter['showHidden'] = showHidden;
|
|
5040
5040
|
}
|
|
5041
5041
|
if (page !== undefined) {
|
|
5042
5042
|
localVarQueryParameter['page'] = page;
|
|
@@ -5483,10 +5483,10 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5483
5483
|
// oauth required
|
|
5484
5484
|
_a.sent();
|
|
5485
5485
|
if (paymentMethod !== undefined) {
|
|
5486
|
-
localVarQueryParameter['
|
|
5486
|
+
localVarQueryParameter['paymentMethod'] = paymentMethod;
|
|
5487
5487
|
}
|
|
5488
5488
|
if (id !== undefined) {
|
|
5489
|
-
localVarQueryParameter['
|
|
5489
|
+
localVarQueryParameter['id'] = id;
|
|
5490
5490
|
}
|
|
5491
5491
|
if (page !== undefined) {
|
|
5492
5492
|
localVarQueryParameter['page'] = page;
|
|
@@ -5760,16 +5760,16 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5760
5760
|
// oauth required
|
|
5761
5761
|
_a.sent();
|
|
5762
5762
|
if (name !== undefined) {
|
|
5763
|
-
localVarQueryParameter['
|
|
5763
|
+
localVarQueryParameter['name'] = name;
|
|
5764
5764
|
}
|
|
5765
5765
|
if (slug !== undefined) {
|
|
5766
|
-
localVarQueryParameter['
|
|
5766
|
+
localVarQueryParameter['slug'] = slug;
|
|
5767
5767
|
}
|
|
5768
5768
|
if (languageCode !== undefined) {
|
|
5769
|
-
localVarQueryParameter['
|
|
5769
|
+
localVarQueryParameter['languageCode'] = languageCode;
|
|
5770
5770
|
}
|
|
5771
5771
|
if (showHidden !== undefined) {
|
|
5772
|
-
localVarQueryParameter['
|
|
5772
|
+
localVarQueryParameter['showHidden'] = showHidden;
|
|
5773
5773
|
}
|
|
5774
5774
|
if (page !== undefined) {
|
|
5775
5775
|
localVarQueryParameter['page'] = page;
|
|
@@ -6151,13 +6151,13 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6151
6151
|
// oauth required
|
|
6152
6152
|
_a.sent();
|
|
6153
6153
|
if (id !== undefined) {
|
|
6154
|
-
localVarQueryParameter['
|
|
6154
|
+
localVarQueryParameter['id'] = id;
|
|
6155
6155
|
}
|
|
6156
6156
|
if (vender !== undefined) {
|
|
6157
|
-
localVarQueryParameter['
|
|
6157
|
+
localVarQueryParameter['vender'] = vender;
|
|
6158
6158
|
}
|
|
6159
6159
|
if (isConfirmed !== undefined) {
|
|
6160
|
-
localVarQueryParameter['
|
|
6160
|
+
localVarQueryParameter['isConfirmed'] = isConfirmed;
|
|
6161
6161
|
}
|
|
6162
6162
|
if (page !== undefined) {
|
|
6163
6163
|
localVarQueryParameter['page'] = page;
|
|
@@ -6801,22 +6801,22 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6801
6801
|
// oauth required
|
|
6802
6802
|
_a.sent();
|
|
6803
6803
|
if (id !== undefined) {
|
|
6804
|
-
localVarQueryParameter['
|
|
6804
|
+
localVarQueryParameter['id'] = id;
|
|
6805
6805
|
}
|
|
6806
6806
|
if (languageCode !== undefined) {
|
|
6807
|
-
localVarQueryParameter['
|
|
6807
|
+
localVarQueryParameter['languageCode'] = languageCode;
|
|
6808
6808
|
}
|
|
6809
6809
|
if (showHidden !== undefined) {
|
|
6810
|
-
localVarQueryParameter['
|
|
6810
|
+
localVarQueryParameter['showHidden'] = showHidden;
|
|
6811
6811
|
}
|
|
6812
6812
|
if (userName !== undefined) {
|
|
6813
|
-
localVarQueryParameter['
|
|
6813
|
+
localVarQueryParameter['userName'] = userName;
|
|
6814
6814
|
}
|
|
6815
6815
|
if (userEmail !== undefined) {
|
|
6816
|
-
localVarQueryParameter['
|
|
6816
|
+
localVarQueryParameter['userEmail'] = userEmail;
|
|
6817
6817
|
}
|
|
6818
6818
|
if (userId !== undefined) {
|
|
6819
|
-
localVarQueryParameter['
|
|
6819
|
+
localVarQueryParameter['userId'] = userId;
|
|
6820
6820
|
}
|
|
6821
6821
|
if (page !== undefined) {
|
|
6822
6822
|
localVarQueryParameter['page'] = page;
|
|
@@ -7256,34 +7256,34 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7256
7256
|
// oauth required
|
|
7257
7257
|
_a.sent();
|
|
7258
7258
|
if (specialtyId !== undefined) {
|
|
7259
|
-
localVarQueryParameter['
|
|
7259
|
+
localVarQueryParameter['specialtyId'] = specialtyId;
|
|
7260
7260
|
}
|
|
7261
7261
|
if (specialtyName !== undefined) {
|
|
7262
|
-
localVarQueryParameter['
|
|
7262
|
+
localVarQueryParameter['specialtyName'] = specialtyName;
|
|
7263
7263
|
}
|
|
7264
7264
|
if (specialtyTypeId !== undefined) {
|
|
7265
|
-
localVarQueryParameter['
|
|
7265
|
+
localVarQueryParameter['specialtyTypeId'] = specialtyTypeId;
|
|
7266
7266
|
}
|
|
7267
7267
|
if (specialtyTypeName !== undefined) {
|
|
7268
|
-
localVarQueryParameter['
|
|
7268
|
+
localVarQueryParameter['specialtyTypeName'] = specialtyTypeName;
|
|
7269
7269
|
}
|
|
7270
7270
|
if (hospitalSpecialtyId !== undefined) {
|
|
7271
|
-
localVarQueryParameter['
|
|
7271
|
+
localVarQueryParameter['hospitalSpecialtyId'] = hospitalSpecialtyId;
|
|
7272
7272
|
}
|
|
7273
7273
|
if (name !== undefined) {
|
|
7274
|
-
localVarQueryParameter['
|
|
7274
|
+
localVarQueryParameter['name'] = name;
|
|
7275
7275
|
}
|
|
7276
7276
|
if (slug !== undefined) {
|
|
7277
|
-
localVarQueryParameter['
|
|
7277
|
+
localVarQueryParameter['slug'] = slug;
|
|
7278
7278
|
}
|
|
7279
7279
|
if (marketingType !== undefined) {
|
|
7280
|
-
localVarQueryParameter['
|
|
7280
|
+
localVarQueryParameter['marketingType'] = marketingType;
|
|
7281
7281
|
}
|
|
7282
7282
|
if (languageCode !== undefined) {
|
|
7283
|
-
localVarQueryParameter['
|
|
7283
|
+
localVarQueryParameter['languageCode'] = languageCode;
|
|
7284
7284
|
}
|
|
7285
7285
|
if (showHidden !== undefined) {
|
|
7286
|
-
localVarQueryParameter['
|
|
7286
|
+
localVarQueryParameter['showHidden'] = showHidden;
|
|
7287
7287
|
}
|
|
7288
7288
|
if (page !== undefined) {
|
|
7289
7289
|
localVarQueryParameter['page'] = page;
|
|
@@ -7355,20 +7355,20 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7355
7355
|
// oauth required
|
|
7356
7356
|
_a.sent();
|
|
7357
7357
|
if (includesPreviousItems !== undefined) {
|
|
7358
|
-
localVarQueryParameter['
|
|
7358
|
+
localVarQueryParameter['includesPreviousItems'] = includesPreviousItems;
|
|
7359
7359
|
}
|
|
7360
7360
|
if (startDate !== undefined) {
|
|
7361
|
-
localVarQueryParameter['
|
|
7361
|
+
localVarQueryParameter['startDate'] = (startDate instanceof Date) ?
|
|
7362
7362
|
startDate.toISOString() :
|
|
7363
7363
|
startDate;
|
|
7364
7364
|
}
|
|
7365
7365
|
if (endDate !== undefined) {
|
|
7366
|
-
localVarQueryParameter['
|
|
7366
|
+
localVarQueryParameter['endDate'] = (endDate instanceof Date) ?
|
|
7367
7367
|
endDate.toISOString() :
|
|
7368
7368
|
endDate;
|
|
7369
7369
|
}
|
|
7370
7370
|
if (dayOfWeek !== undefined) {
|
|
7371
|
-
localVarQueryParameter['
|
|
7371
|
+
localVarQueryParameter['dayOfWeek'] = dayOfWeek;
|
|
7372
7372
|
}
|
|
7373
7373
|
if (page !== undefined) {
|
|
7374
7374
|
localVarQueryParameter['page'] = page;
|
|
@@ -7548,25 +7548,25 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7548
7548
|
// oauth required
|
|
7549
7549
|
_a.sent();
|
|
7550
7550
|
if (year !== undefined) {
|
|
7551
|
-
localVarQueryParameter['
|
|
7551
|
+
localVarQueryParameter['year'] = year;
|
|
7552
7552
|
}
|
|
7553
7553
|
if (month !== undefined) {
|
|
7554
|
-
localVarQueryParameter['
|
|
7554
|
+
localVarQueryParameter['month'] = month;
|
|
7555
7555
|
}
|
|
7556
7556
|
if (timeZone !== undefined) {
|
|
7557
|
-
localVarQueryParameter['
|
|
7557
|
+
localVarQueryParameter['timeZone'] = timeZone;
|
|
7558
7558
|
}
|
|
7559
7559
|
if (isExternal !== undefined) {
|
|
7560
|
-
localVarQueryParameter['
|
|
7560
|
+
localVarQueryParameter['isExternal'] = isExternal;
|
|
7561
7561
|
}
|
|
7562
7562
|
if (isOnline !== undefined) {
|
|
7563
|
-
localVarQueryParameter['
|
|
7563
|
+
localVarQueryParameter['isOnline'] = isOnline;
|
|
7564
7564
|
}
|
|
7565
7565
|
if (appointmentIdExcluded !== undefined) {
|
|
7566
|
-
localVarQueryParameter['
|
|
7566
|
+
localVarQueryParameter['appointmentIdExcluded'] = appointmentIdExcluded;
|
|
7567
7567
|
}
|
|
7568
7568
|
if (excludeUnavailableTimeSlots !== undefined) {
|
|
7569
|
-
localVarQueryParameter['
|
|
7569
|
+
localVarQueryParameter['excludeUnavailableTimeSlots'] = excludeUnavailableTimeSlots;
|
|
7570
7570
|
}
|
|
7571
7571
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7572
7572
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -7678,7 +7678,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7678
7678
|
// oauth required
|
|
7679
7679
|
_a.sent();
|
|
7680
7680
|
if (dayOfWeek !== undefined) {
|
|
7681
|
-
localVarQueryParameter['
|
|
7681
|
+
localVarQueryParameter['dayOfWeek'] = dayOfWeek;
|
|
7682
7682
|
}
|
|
7683
7683
|
if (page !== undefined) {
|
|
7684
7684
|
localVarQueryParameter['page'] = page;
|
|
@@ -7858,10 +7858,10 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7858
7858
|
// oauth required
|
|
7859
7859
|
_a.sent();
|
|
7860
7860
|
if (id !== undefined) {
|
|
7861
|
-
localVarQueryParameter['
|
|
7861
|
+
localVarQueryParameter['id'] = id;
|
|
7862
7862
|
}
|
|
7863
7863
|
if (mediaType !== undefined) {
|
|
7864
|
-
localVarQueryParameter['
|
|
7864
|
+
localVarQueryParameter['mediaType'] = mediaType;
|
|
7865
7865
|
}
|
|
7866
7866
|
if (page !== undefined) {
|
|
7867
7867
|
localVarQueryParameter['page'] = page;
|
|
@@ -8421,34 +8421,34 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8421
8421
|
// oauth required
|
|
8422
8422
|
_a.sent();
|
|
8423
8423
|
if (specialtyId !== undefined) {
|
|
8424
|
-
localVarQueryParameter['
|
|
8424
|
+
localVarQueryParameter['specialtyId'] = specialtyId;
|
|
8425
8425
|
}
|
|
8426
8426
|
if (specialtyName !== undefined) {
|
|
8427
|
-
localVarQueryParameter['
|
|
8427
|
+
localVarQueryParameter['specialtyName'] = specialtyName;
|
|
8428
8428
|
}
|
|
8429
8429
|
if (specialtyTypeId !== undefined) {
|
|
8430
|
-
localVarQueryParameter['
|
|
8430
|
+
localVarQueryParameter['specialtyTypeId'] = specialtyTypeId;
|
|
8431
8431
|
}
|
|
8432
8432
|
if (specialtyTypeName !== undefined) {
|
|
8433
|
-
localVarQueryParameter['
|
|
8433
|
+
localVarQueryParameter['specialtyTypeName'] = specialtyTypeName;
|
|
8434
8434
|
}
|
|
8435
8435
|
if (hospitalSpecialtyId !== undefined) {
|
|
8436
|
-
localVarQueryParameter['
|
|
8436
|
+
localVarQueryParameter['hospitalSpecialtyId'] = hospitalSpecialtyId;
|
|
8437
8437
|
}
|
|
8438
8438
|
if (name !== undefined) {
|
|
8439
|
-
localVarQueryParameter['
|
|
8439
|
+
localVarQueryParameter['name'] = name;
|
|
8440
8440
|
}
|
|
8441
8441
|
if (slug !== undefined) {
|
|
8442
|
-
localVarQueryParameter['
|
|
8442
|
+
localVarQueryParameter['slug'] = slug;
|
|
8443
8443
|
}
|
|
8444
8444
|
if (marketingType !== undefined) {
|
|
8445
|
-
localVarQueryParameter['
|
|
8445
|
+
localVarQueryParameter['marketingType'] = marketingType;
|
|
8446
8446
|
}
|
|
8447
8447
|
if (languageCode !== undefined) {
|
|
8448
|
-
localVarQueryParameter['
|
|
8448
|
+
localVarQueryParameter['languageCode'] = languageCode;
|
|
8449
8449
|
}
|
|
8450
8450
|
if (showHidden !== undefined) {
|
|
8451
|
-
localVarQueryParameter['
|
|
8451
|
+
localVarQueryParameter['showHidden'] = showHidden;
|
|
8452
8452
|
}
|
|
8453
8453
|
if (page !== undefined) {
|
|
8454
8454
|
localVarQueryParameter['page'] = page;
|
|
@@ -8588,33 +8588,33 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8588
8588
|
// oauth required
|
|
8589
8589
|
_a.sent();
|
|
8590
8590
|
if (id !== undefined) {
|
|
8591
|
-
localVarQueryParameter['
|
|
8591
|
+
localVarQueryParameter['id'] = id;
|
|
8592
8592
|
}
|
|
8593
8593
|
if (name !== undefined) {
|
|
8594
|
-
localVarQueryParameter['
|
|
8594
|
+
localVarQueryParameter['name'] = name;
|
|
8595
8595
|
}
|
|
8596
8596
|
if (slug !== undefined) {
|
|
8597
|
-
localVarQueryParameter['
|
|
8597
|
+
localVarQueryParameter['slug'] = slug;
|
|
8598
8598
|
}
|
|
8599
8599
|
if (serviceCategoryId !== undefined) {
|
|
8600
|
-
localVarQueryParameter['
|
|
8600
|
+
localVarQueryParameter['serviceCategoryId'] = serviceCategoryId;
|
|
8601
8601
|
}
|
|
8602
8602
|
if (marketingType !== undefined) {
|
|
8603
|
-
localVarQueryParameter['
|
|
8603
|
+
localVarQueryParameter['marketingType'] = marketingType;
|
|
8604
8604
|
}
|
|
8605
8605
|
if (procedure !== undefined) {
|
|
8606
|
-
localVarQueryParameter['
|
|
8606
|
+
localVarQueryParameter['procedure'] = procedure;
|
|
8607
8607
|
}
|
|
8608
8608
|
if (created !== undefined) {
|
|
8609
|
-
localVarQueryParameter['
|
|
8609
|
+
localVarQueryParameter['created'] = (created instanceof Date) ?
|
|
8610
8610
|
created.toISOString() :
|
|
8611
8611
|
created;
|
|
8612
8612
|
}
|
|
8613
8613
|
if (showHidden !== undefined) {
|
|
8614
|
-
localVarQueryParameter['
|
|
8614
|
+
localVarQueryParameter['showHidden'] = showHidden;
|
|
8615
8615
|
}
|
|
8616
8616
|
if (languageCode !== undefined) {
|
|
8617
|
-
localVarQueryParameter['
|
|
8617
|
+
localVarQueryParameter['languageCode'] = languageCode;
|
|
8618
8618
|
}
|
|
8619
8619
|
if (page !== undefined) {
|
|
8620
8620
|
localVarQueryParameter['page'] = page;
|
|
@@ -8744,20 +8744,20 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8744
8744
|
// oauth required
|
|
8745
8745
|
_a.sent();
|
|
8746
8746
|
if (includesPreviousItems !== undefined) {
|
|
8747
|
-
localVarQueryParameter['
|
|
8747
|
+
localVarQueryParameter['includesPreviousItems'] = includesPreviousItems;
|
|
8748
8748
|
}
|
|
8749
8749
|
if (startDate !== undefined) {
|
|
8750
|
-
localVarQueryParameter['
|
|
8750
|
+
localVarQueryParameter['startDate'] = (startDate instanceof Date) ?
|
|
8751
8751
|
startDate.toISOString() :
|
|
8752
8752
|
startDate;
|
|
8753
8753
|
}
|
|
8754
8754
|
if (endDate !== undefined) {
|
|
8755
|
-
localVarQueryParameter['
|
|
8755
|
+
localVarQueryParameter['endDate'] = (endDate instanceof Date) ?
|
|
8756
8756
|
endDate.toISOString() :
|
|
8757
8757
|
endDate;
|
|
8758
8758
|
}
|
|
8759
8759
|
if (dayOfWeek !== undefined) {
|
|
8760
|
-
localVarQueryParameter['
|
|
8760
|
+
localVarQueryParameter['dayOfWeek'] = dayOfWeek;
|
|
8761
8761
|
}
|
|
8762
8762
|
if (page !== undefined) {
|
|
8763
8763
|
localVarQueryParameter['page'] = page;
|
|
@@ -8949,25 +8949,25 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8949
8949
|
// oauth required
|
|
8950
8950
|
_a.sent();
|
|
8951
8951
|
if (year !== undefined) {
|
|
8952
|
-
localVarQueryParameter['
|
|
8952
|
+
localVarQueryParameter['year'] = year;
|
|
8953
8953
|
}
|
|
8954
8954
|
if (month !== undefined) {
|
|
8955
|
-
localVarQueryParameter['
|
|
8955
|
+
localVarQueryParameter['month'] = month;
|
|
8956
8956
|
}
|
|
8957
8957
|
if (timeZone !== undefined) {
|
|
8958
|
-
localVarQueryParameter['
|
|
8958
|
+
localVarQueryParameter['timeZone'] = timeZone;
|
|
8959
8959
|
}
|
|
8960
8960
|
if (isExternal !== undefined) {
|
|
8961
|
-
localVarQueryParameter['
|
|
8961
|
+
localVarQueryParameter['isExternal'] = isExternal;
|
|
8962
8962
|
}
|
|
8963
8963
|
if (isOnline !== undefined) {
|
|
8964
|
-
localVarQueryParameter['
|
|
8964
|
+
localVarQueryParameter['isOnline'] = isOnline;
|
|
8965
8965
|
}
|
|
8966
8966
|
if (appointmentIdExcluded !== undefined) {
|
|
8967
|
-
localVarQueryParameter['
|
|
8967
|
+
localVarQueryParameter['appointmentIdExcluded'] = appointmentIdExcluded;
|
|
8968
8968
|
}
|
|
8969
8969
|
if (excludeUnavailableTimeSlots !== undefined) {
|
|
8970
|
-
localVarQueryParameter['
|
|
8970
|
+
localVarQueryParameter['excludeUnavailableTimeSlots'] = excludeUnavailableTimeSlots;
|
|
8971
8971
|
}
|
|
8972
8972
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8973
8973
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -9087,7 +9087,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9087
9087
|
// oauth required
|
|
9088
9088
|
_a.sent();
|
|
9089
9089
|
if (dayOfWeek !== undefined) {
|
|
9090
|
-
localVarQueryParameter['
|
|
9090
|
+
localVarQueryParameter['dayOfWeek'] = dayOfWeek;
|
|
9091
9091
|
}
|
|
9092
9092
|
if (page !== undefined) {
|
|
9093
9093
|
localVarQueryParameter['page'] = page;
|
|
@@ -9283,10 +9283,10 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9283
9283
|
// oauth required
|
|
9284
9284
|
_a.sent();
|
|
9285
9285
|
if (id !== undefined) {
|
|
9286
|
-
localVarQueryParameter['
|
|
9286
|
+
localVarQueryParameter['id'] = id;
|
|
9287
9287
|
}
|
|
9288
9288
|
if (mediaType !== undefined) {
|
|
9289
|
-
localVarQueryParameter['
|
|
9289
|
+
localVarQueryParameter['mediaType'] = mediaType;
|
|
9290
9290
|
}
|
|
9291
9291
|
if (page !== undefined) {
|
|
9292
9292
|
localVarQueryParameter['page'] = page;
|
|
@@ -9819,7 +9819,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9819
9819
|
// oauth required
|
|
9820
9820
|
_a.sent();
|
|
9821
9821
|
if (tagId !== undefined) {
|
|
9822
|
-
localVarQueryParameter['
|
|
9822
|
+
localVarQueryParameter['tagId'] = tagId;
|
|
9823
9823
|
}
|
|
9824
9824
|
if (page !== undefined) {
|
|
9825
9825
|
localVarQueryParameter['page'] = page;
|
|
@@ -10237,23 +10237,23 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10237
10237
|
// oauth required
|
|
10238
10238
|
_a.sent();
|
|
10239
10239
|
if (id !== undefined) {
|
|
10240
|
-
localVarQueryParameter['
|
|
10240
|
+
localVarQueryParameter['id'] = id;
|
|
10241
10241
|
}
|
|
10242
10242
|
if (dayOfWeek !== undefined) {
|
|
10243
|
-
localVarQueryParameter['
|
|
10243
|
+
localVarQueryParameter['dayOfWeek'] = dayOfWeek;
|
|
10244
10244
|
}
|
|
10245
10245
|
if (timeFrom !== undefined) {
|
|
10246
|
-
localVarQueryParameter['
|
|
10246
|
+
localVarQueryParameter['timeFrom'] = (timeFrom instanceof Date) ?
|
|
10247
10247
|
timeFrom.toISOString() :
|
|
10248
10248
|
timeFrom;
|
|
10249
10249
|
}
|
|
10250
10250
|
if (timeTo !== undefined) {
|
|
10251
|
-
localVarQueryParameter['
|
|
10251
|
+
localVarQueryParameter['timeTo'] = (timeTo instanceof Date) ?
|
|
10252
10252
|
timeTo.toISOString() :
|
|
10253
10253
|
timeTo;
|
|
10254
10254
|
}
|
|
10255
10255
|
if (checkHoliday !== undefined) {
|
|
10256
|
-
localVarQueryParameter['
|
|
10256
|
+
localVarQueryParameter['checkHoliday'] = checkHoliday;
|
|
10257
10257
|
}
|
|
10258
10258
|
if (page !== undefined) {
|
|
10259
10259
|
localVarQueryParameter['page'] = page;
|
|
@@ -10579,48 +10579,48 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10579
10579
|
// oauth required
|
|
10580
10580
|
_a.sent();
|
|
10581
10581
|
if (affiliatedItemsOnly !== undefined) {
|
|
10582
|
-
localVarQueryParameter['
|
|
10582
|
+
localVarQueryParameter['affiliatedItemsOnly'] = affiliatedItemsOnly;
|
|
10583
10583
|
}
|
|
10584
10584
|
if (hospitalId !== undefined) {
|
|
10585
|
-
localVarQueryParameter['
|
|
10585
|
+
localVarQueryParameter['hospitalId'] = hospitalId;
|
|
10586
10586
|
}
|
|
10587
10587
|
if (nameFilterType !== undefined) {
|
|
10588
|
-
localVarQueryParameter['
|
|
10588
|
+
localVarQueryParameter['nameFilterType'] = nameFilterType;
|
|
10589
10589
|
}
|
|
10590
10590
|
if (name !== undefined) {
|
|
10591
|
-
localVarQueryParameter['
|
|
10591
|
+
localVarQueryParameter['name'] = name;
|
|
10592
10592
|
}
|
|
10593
10593
|
if (countryId !== undefined) {
|
|
10594
|
-
localVarQueryParameter['
|
|
10594
|
+
localVarQueryParameter['countryId'] = countryId;
|
|
10595
10595
|
}
|
|
10596
10596
|
if (created !== undefined) {
|
|
10597
|
-
localVarQueryParameter['
|
|
10597
|
+
localVarQueryParameter['created'] = (created instanceof Date) ?
|
|
10598
10598
|
created.toISOString() :
|
|
10599
10599
|
created;
|
|
10600
10600
|
}
|
|
10601
10601
|
if (marketingType !== undefined) {
|
|
10602
|
-
localVarQueryParameter['
|
|
10602
|
+
localVarQueryParameter['marketingType'] = marketingType;
|
|
10603
10603
|
}
|
|
10604
10604
|
if (specialtyTypeId !== undefined) {
|
|
10605
|
-
localVarQueryParameter['
|
|
10605
|
+
localVarQueryParameter['specialtyTypeId'] = specialtyTypeId;
|
|
10606
10606
|
}
|
|
10607
10607
|
if (specialtyId !== undefined) {
|
|
10608
|
-
localVarQueryParameter['
|
|
10608
|
+
localVarQueryParameter['specialtyId'] = specialtyId;
|
|
10609
10609
|
}
|
|
10610
10610
|
if (exceptHospitalId !== undefined) {
|
|
10611
|
-
localVarQueryParameter['
|
|
10611
|
+
localVarQueryParameter['exceptHospitalId'] = exceptHospitalId;
|
|
10612
10612
|
}
|
|
10613
10613
|
if (showHidden !== undefined) {
|
|
10614
|
-
localVarQueryParameter['
|
|
10614
|
+
localVarQueryParameter['showHidden'] = showHidden;
|
|
10615
10615
|
}
|
|
10616
10616
|
if (languageCode !== undefined) {
|
|
10617
|
-
localVarQueryParameter['
|
|
10617
|
+
localVarQueryParameter['languageCode'] = languageCode;
|
|
10618
10618
|
}
|
|
10619
10619
|
if (ids) {
|
|
10620
|
-
localVarQueryParameter['
|
|
10620
|
+
localVarQueryParameter['ids'] = ids;
|
|
10621
10621
|
}
|
|
10622
10622
|
if (paymentEnabled !== undefined) {
|
|
10623
|
-
localVarQueryParameter['
|
|
10623
|
+
localVarQueryParameter['paymentEnabled'] = paymentEnabled;
|
|
10624
10624
|
}
|
|
10625
10625
|
if (page !== undefined) {
|
|
10626
10626
|
localVarQueryParameter['page'] = page;
|