ch-api-client-typescript2 5.4.5 → 5.4.9
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/deals-api.d.ts +34 -116
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +41 -150
- package/lib/api/doctor-affiliations-api.d.ts +12 -3
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +12 -6
- package/lib/api/hospitals-api.d.ts +36 -9
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +36 -18
- package/lib/models/appointment-type.d.ts +0 -1
- package/lib/models/appointment-type.d.ts.map +1 -1
- package/lib/models/appointment-type.js +0 -1
- package/lib/models/auditable-entity-model.d.ts +67 -0
- package/lib/models/auditable-entity-model.d.ts.map +1 -0
- package/lib/models/create-appointment-command.d.ts +0 -6
- package/lib/models/create-appointment-command.d.ts.map +1 -1
- package/lib/models/deal-document-model.d.ts +3 -16
- package/lib/models/deal-document-model.d.ts.map +1 -1
- package/lib/models/deal-item-model.d.ts +26 -8
- package/lib/models/deal-item-model.d.ts.map +1 -1
- package/lib/models/deal-model.d.ts +26 -8
- package/lib/models/deal-model.d.ts.map +1 -1
- package/lib/models/deal-package-item-model.d.ts +34 -3
- package/lib/models/deal-package-item-model.d.ts.map +1 -1
- package/lib/models/deal-package-model.d.ts +34 -3
- package/lib/models/deal-package-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-item-model.d.ts +26 -8
- package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +26 -8
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/doctor-document-model.d.ts +3 -9
- package/lib/models/doctor-document-model.d.ts.map +1 -1
- package/lib/models/doctor-item-model.d.ts +0 -7
- package/lib/models/doctor-item-model.d.ts.map +1 -1
- package/lib/models/doctor-model.d.ts +0 -7
- package/lib/models/doctor-model.d.ts.map +1 -1
- package/lib/models/hospital-document-model.d.ts +3 -9
- package/lib/models/hospital-document-model.d.ts.map +1 -1
- package/lib/models/hospital-feature-detail-document-model.d.ts +56 -0
- package/lib/models/hospital-feature-detail-document-model.d.ts.map +1 -0
- package/lib/models/hospital-feature-detail-model.d.ts +56 -0
- package/lib/models/hospital-feature-detail-model.d.ts.map +1 -0
- package/lib/models/hospital-feature-detail-model.js +15 -0
- package/lib/models/hospital-feature-document-model.d.ts +32 -0
- package/lib/models/hospital-feature-document-model.d.ts.map +1 -0
- package/lib/models/hospital-feature-document-model.js +15 -0
- package/lib/models/hospital-feature-domain-document-model.d.ts +50 -0
- package/lib/models/hospital-feature-domain-document-model.d.ts.map +1 -0
- package/lib/models/hospital-feature-domain-document-model.js +15 -0
- package/lib/models/hospital-feature-domain-model.d.ts +50 -0
- package/lib/models/hospital-feature-domain-model.d.ts.map +1 -0
- package/lib/models/hospital-feature-domain-model.js +15 -0
- package/lib/models/{feature-document-model.d.ts → hospital-feature-model.d.ts} +10 -15
- package/lib/models/hospital-feature-model.d.ts.map +1 -0
- package/lib/models/hospital-feature-model.js +15 -0
- package/lib/models/hospital-item-model.d.ts +22 -4
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +22 -4
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/hospital-service-item-model.d.ts +34 -3
- package/lib/models/hospital-service-item-model.d.ts.map +1 -1
- package/lib/models/hospital-service-model.d.ts +34 -3
- package/lib/models/hospital-service-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-item-model.d.ts +34 -3
- package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-model.d.ts +34 -3
- package/lib/models/hospital-specialty-model.d.ts.map +1 -1
- package/lib/models/hospital-sub-document-model.d.ts +7 -0
- package/lib/models/hospital-sub-document-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +9 -2
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +9 -2
- package/lib/models/notification-code.d.ts +2 -0
- package/lib/models/notification-code.d.ts.map +1 -1
- package/lib/models/notification-code.js +2 -0
- package/lib/models/survey-form-simple-mapping-model.d.ts +39 -0
- package/lib/models/survey-form-simple-mapping-model.d.ts.map +1 -0
- package/lib/models/survey-form-simple-mapping-model.js +15 -0
- package/lib/models/{feature-model.d.ts → survey-form-sub-document-model.d.ts} +9 -15
- package/lib/models/survey-form-sub-document-model.d.ts.map +1 -0
- package/lib/models/survey-form-sub-document-model.js +15 -0
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +9 -2
- package/src/api/deals-api.ts +58 -199
- package/src/api/doctor-affiliations-api.ts +20 -6
- package/src/api/hospitals-api.ts +60 -18
- package/src/models/appointment-type.ts +0 -1
- package/src/models/auditable-entity-model.ts +72 -0
- package/src/models/create-appointment-command.ts +0 -6
- package/src/models/deal-document-model.ts +3 -18
- package/src/models/deal-item-model.ts +26 -8
- package/src/models/deal-model.ts +26 -8
- package/src/models/deal-package-item-model.ts +36 -3
- package/src/models/deal-package-model.ts +36 -3
- package/src/models/doctor-affiliation-item-model.ts +26 -8
- package/src/models/doctor-affiliation-model.ts +26 -8
- package/src/models/doctor-document-model.ts +3 -9
- package/src/models/doctor-item-model.ts +0 -9
- package/src/models/doctor-model.ts +0 -9
- package/src/models/hospital-document-model.ts +5 -11
- package/src/models/hospital-feature-detail-document-model.ts +63 -0
- package/src/models/hospital-feature-detail-model.ts +63 -0
- package/src/models/hospital-feature-document-model.ts +39 -0
- package/src/models/hospital-feature-domain-document-model.ts +57 -0
- package/src/models/hospital-feature-domain-model.ts +57 -0
- package/src/models/{feature-document-model.ts → hospital-feature-model.ts} +11 -14
- package/src/models/hospital-item-model.ts +24 -6
- package/src/models/hospital-model.ts +24 -6
- package/src/models/hospital-service-item-model.ts +36 -3
- package/src/models/hospital-service-model.ts +36 -3
- package/src/models/hospital-specialty-item-model.ts +36 -3
- package/src/models/hospital-specialty-model.ts +36 -3
- package/src/models/hospital-sub-document-model.ts +9 -0
- package/src/models/index.ts +9 -2
- package/src/models/notification-code.ts +2 -0
- package/src/models/survey-form-simple-mapping-model.ts +48 -0
- package/src/models/{feature-model.ts → survey-form-sub-document-model.ts} +8 -14
- package/lib/models/feature-document-model.d.ts.map +0 -1
- package/lib/models/feature-model.d.ts.map +0 -1
- /package/lib/models/{feature-document-model.js → auditable-entity-model.js} +0 -0
- /package/lib/models/{feature-model.js → hospital-feature-detail-document-model.js} +0 -0
package/lib/api/deals-api.js
CHANGED
|
@@ -92,65 +92,6 @@ var base_1 = require("../base");
|
|
|
92
92
|
var DealsApiAxiosParamCreator = function (configuration) {
|
|
93
93
|
var _this = this;
|
|
94
94
|
return {
|
|
95
|
-
/**
|
|
96
|
-
*
|
|
97
|
-
* @summary Get DealAppointmentTimetables
|
|
98
|
-
* @param {string} dealId
|
|
99
|
-
* @param {number} [year]
|
|
100
|
-
* @param {number} [month]
|
|
101
|
-
* @param {string} [timeZone]
|
|
102
|
-
* @param {string} [appointmentIdExcluded]
|
|
103
|
-
* @param {*} [options] Override http request option.
|
|
104
|
-
* @throws {RequiredError}
|
|
105
|
-
*/
|
|
106
|
-
apiV2DealsDealIdAppointmenttimetablesGet: function (dealId, year, month, timeZone, appointmentIdExcluded, options) {
|
|
107
|
-
if (options === void 0) { options = {}; }
|
|
108
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
109
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
110
|
-
return __generator(this, function (_a) {
|
|
111
|
-
switch (_a.label) {
|
|
112
|
-
case 0:
|
|
113
|
-
// verify required parameter 'dealId' is not null or undefined
|
|
114
|
-
(0, common_1.assertParamExists)('apiV2DealsDealIdAppointmenttimetablesGet', 'dealId', dealId);
|
|
115
|
-
localVarPath = "/api/v2/deals/{dealId}/appointmenttimetables"
|
|
116
|
-
.replace("{".concat("dealId", "}"), encodeURIComponent(String(dealId)));
|
|
117
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
118
|
-
if (configuration) {
|
|
119
|
-
baseOptions = configuration.baseOptions;
|
|
120
|
-
}
|
|
121
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
122
|
-
localVarHeaderParameter = {};
|
|
123
|
-
localVarQueryParameter = {};
|
|
124
|
-
// authentication oauth2 required
|
|
125
|
-
// oauth required
|
|
126
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["CloudHospital_api", "IdentityServerApi"], configuration)];
|
|
127
|
-
case 1:
|
|
128
|
-
// authentication oauth2 required
|
|
129
|
-
// oauth required
|
|
130
|
-
_a.sent();
|
|
131
|
-
if (year !== undefined) {
|
|
132
|
-
localVarQueryParameter['Year'] = year;
|
|
133
|
-
}
|
|
134
|
-
if (month !== undefined) {
|
|
135
|
-
localVarQueryParameter['Month'] = month;
|
|
136
|
-
}
|
|
137
|
-
if (timeZone !== undefined) {
|
|
138
|
-
localVarQueryParameter['TimeZone'] = timeZone;
|
|
139
|
-
}
|
|
140
|
-
if (appointmentIdExcluded !== undefined) {
|
|
141
|
-
localVarQueryParameter['AppointmentIdExcluded'] = appointmentIdExcluded;
|
|
142
|
-
}
|
|
143
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
144
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
145
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
146
|
-
return [2 /*return*/, {
|
|
147
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
148
|
-
options: localVarRequestOptions,
|
|
149
|
-
}];
|
|
150
|
-
}
|
|
151
|
-
});
|
|
152
|
-
});
|
|
153
|
-
},
|
|
154
95
|
/**
|
|
155
96
|
*
|
|
156
97
|
* @summary Get deal.
|
|
@@ -203,7 +144,8 @@ var DealsApiAxiosParamCreator = function (configuration) {
|
|
|
203
144
|
* @param {string} [hospitalId]
|
|
204
145
|
* @param {string} [hospitalName]
|
|
205
146
|
* @param {string} [languageCode]
|
|
206
|
-
* @param {boolean} [
|
|
147
|
+
* @param {boolean} [appointmentChEnabled]
|
|
148
|
+
* @param {boolean} [appointmentSaasEnabled]
|
|
207
149
|
* @param {boolean} [showHidden]
|
|
208
150
|
* @param {number} [page]
|
|
209
151
|
* @param {number} [limit]
|
|
@@ -211,7 +153,7 @@ var DealsApiAxiosParamCreator = function (configuration) {
|
|
|
211
153
|
* @param {*} [options] Override http request option.
|
|
212
154
|
* @throws {RequiredError}
|
|
213
155
|
*/
|
|
214
|
-
apiV2DealsDealIdPackagesGet: function (dealId, relatedDealPackageId, dealName, name, countryId, hospitalId, hospitalName, languageCode,
|
|
156
|
+
apiV2DealsDealIdPackagesGet: function (dealId, relatedDealPackageId, dealName, name, countryId, hospitalId, hospitalName, languageCode, appointmentChEnabled, appointmentSaasEnabled, showHidden, page, limit, lastRetrieved, options) {
|
|
215
157
|
if (options === void 0) { options = {}; }
|
|
216
158
|
return __awaiter(_this, void 0, void 0, function () {
|
|
217
159
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -248,8 +190,11 @@ var DealsApiAxiosParamCreator = function (configuration) {
|
|
|
248
190
|
if (languageCode !== undefined) {
|
|
249
191
|
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
250
192
|
}
|
|
251
|
-
if (
|
|
252
|
-
localVarQueryParameter['
|
|
193
|
+
if (appointmentChEnabled !== undefined) {
|
|
194
|
+
localVarQueryParameter['AppointmentChEnabled'] = appointmentChEnabled;
|
|
195
|
+
}
|
|
196
|
+
if (appointmentSaasEnabled !== undefined) {
|
|
197
|
+
localVarQueryParameter['AppointmentSaasEnabled'] = appointmentSaasEnabled;
|
|
253
198
|
}
|
|
254
199
|
if (showHidden !== undefined) {
|
|
255
200
|
localVarQueryParameter['ShowHidden'] = showHidden;
|
|
@@ -283,11 +228,12 @@ var DealsApiAxiosParamCreator = function (configuration) {
|
|
|
283
228
|
* @param {number} [year]
|
|
284
229
|
* @param {number} [month]
|
|
285
230
|
* @param {string} [timeZone]
|
|
231
|
+
* @param {boolean} [isExternal]
|
|
286
232
|
* @param {string} [appointmentIdExcluded]
|
|
287
233
|
* @param {*} [options] Override http request option.
|
|
288
234
|
* @throws {RequiredError}
|
|
289
235
|
*/
|
|
290
|
-
apiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet: function (dealId, packageId, year, month, timeZone, appointmentIdExcluded, options) {
|
|
236
|
+
apiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet: function (dealId, packageId, year, month, timeZone, isExternal, appointmentIdExcluded, options) {
|
|
291
237
|
if (options === void 0) { options = {}; }
|
|
292
238
|
return __awaiter(_this, void 0, void 0, function () {
|
|
293
239
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -324,6 +270,9 @@ var DealsApiAxiosParamCreator = function (configuration) {
|
|
|
324
270
|
if (timeZone !== undefined) {
|
|
325
271
|
localVarQueryParameter['TimeZone'] = timeZone;
|
|
326
272
|
}
|
|
273
|
+
if (isExternal !== undefined) {
|
|
274
|
+
localVarQueryParameter['IsExternal'] = isExternal;
|
|
275
|
+
}
|
|
327
276
|
if (appointmentIdExcluded !== undefined) {
|
|
328
277
|
localVarQueryParameter['AppointmentIdExcluded'] = appointmentIdExcluded;
|
|
329
278
|
}
|
|
@@ -491,7 +440,6 @@ var DealsApiAxiosParamCreator = function (configuration) {
|
|
|
491
440
|
* @param {Array<string>} [ids]
|
|
492
441
|
* @param {number} [serviceDuration]
|
|
493
442
|
* @param {string} [languageCode]
|
|
494
|
-
* @param {boolean} [appointmentEnabled]
|
|
495
443
|
* @param {boolean} [showHidden]
|
|
496
444
|
* @param {boolean} [returnDefaultValue]
|
|
497
445
|
* @param {number} [page]
|
|
@@ -500,7 +448,7 @@ var DealsApiAxiosParamCreator = function (configuration) {
|
|
|
500
448
|
* @param {*} [options] Override http request option.
|
|
501
449
|
* @throws {RequiredError}
|
|
502
450
|
*/
|
|
503
|
-
apiV2DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode,
|
|
451
|
+
apiV2DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
504
452
|
if (options === void 0) { options = {}; }
|
|
505
453
|
return __awaiter(_this, void 0, void 0, function () {
|
|
506
454
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -564,9 +512,6 @@ var DealsApiAxiosParamCreator = function (configuration) {
|
|
|
564
512
|
if (languageCode !== undefined) {
|
|
565
513
|
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
566
514
|
}
|
|
567
|
-
if (appointmentEnabled !== undefined) {
|
|
568
|
-
localVarQueryParameter['AppointmentEnabled'] = appointmentEnabled;
|
|
569
|
-
}
|
|
570
515
|
if (showHidden !== undefined) {
|
|
571
516
|
localVarQueryParameter['ShowHidden'] = showHidden;
|
|
572
517
|
}
|
|
@@ -614,7 +559,6 @@ var DealsApiAxiosParamCreator = function (configuration) {
|
|
|
614
559
|
* @param {Array<string>} [ids]
|
|
615
560
|
* @param {number} [serviceDuration]
|
|
616
561
|
* @param {string} [languageCode]
|
|
617
|
-
* @param {boolean} [appointmentEnabled]
|
|
618
562
|
* @param {boolean} [showHidden]
|
|
619
563
|
* @param {boolean} [returnDefaultValue]
|
|
620
564
|
* @param {number} [page]
|
|
@@ -623,7 +567,7 @@ var DealsApiAxiosParamCreator = function (configuration) {
|
|
|
623
567
|
* @param {*} [options] Override http request option.
|
|
624
568
|
* @throws {RequiredError}
|
|
625
569
|
*/
|
|
626
|
-
apiV2DealsSimpleGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode,
|
|
570
|
+
apiV2DealsSimpleGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
627
571
|
if (options === void 0) { options = {}; }
|
|
628
572
|
return __awaiter(_this, void 0, void 0, function () {
|
|
629
573
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -687,9 +631,6 @@ var DealsApiAxiosParamCreator = function (configuration) {
|
|
|
687
631
|
if (languageCode !== undefined) {
|
|
688
632
|
localVarQueryParameter['LanguageCode'] = languageCode;
|
|
689
633
|
}
|
|
690
|
-
if (appointmentEnabled !== undefined) {
|
|
691
|
-
localVarQueryParameter['AppointmentEnabled'] = appointmentEnabled;
|
|
692
|
-
}
|
|
693
634
|
if (showHidden !== undefined) {
|
|
694
635
|
localVarQueryParameter['ShowHidden'] = showHidden;
|
|
695
636
|
}
|
|
@@ -772,30 +713,6 @@ exports.DealsApiAxiosParamCreator = DealsApiAxiosParamCreator;
|
|
|
772
713
|
var DealsApiFp = function (configuration) {
|
|
773
714
|
var localVarAxiosParamCreator = (0, exports.DealsApiAxiosParamCreator)(configuration);
|
|
774
715
|
return {
|
|
775
|
-
/**
|
|
776
|
-
*
|
|
777
|
-
* @summary Get DealAppointmentTimetables
|
|
778
|
-
* @param {string} dealId
|
|
779
|
-
* @param {number} [year]
|
|
780
|
-
* @param {number} [month]
|
|
781
|
-
* @param {string} [timeZone]
|
|
782
|
-
* @param {string} [appointmentIdExcluded]
|
|
783
|
-
* @param {*} [options] Override http request option.
|
|
784
|
-
* @throws {RequiredError}
|
|
785
|
-
*/
|
|
786
|
-
apiV2DealsDealIdAppointmenttimetablesGet: function (dealId, year, month, timeZone, appointmentIdExcluded, options) {
|
|
787
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
788
|
-
var localVarAxiosArgs;
|
|
789
|
-
return __generator(this, function (_a) {
|
|
790
|
-
switch (_a.label) {
|
|
791
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsDealIdAppointmenttimetablesGet(dealId, year, month, timeZone, appointmentIdExcluded, options)];
|
|
792
|
-
case 1:
|
|
793
|
-
localVarAxiosArgs = _a.sent();
|
|
794
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
795
|
-
}
|
|
796
|
-
});
|
|
797
|
-
});
|
|
798
|
-
},
|
|
799
716
|
/**
|
|
800
717
|
*
|
|
801
718
|
* @summary Get deal.
|
|
@@ -829,7 +746,8 @@ var DealsApiFp = function (configuration) {
|
|
|
829
746
|
* @param {string} [hospitalId]
|
|
830
747
|
* @param {string} [hospitalName]
|
|
831
748
|
* @param {string} [languageCode]
|
|
832
|
-
* @param {boolean} [
|
|
749
|
+
* @param {boolean} [appointmentChEnabled]
|
|
750
|
+
* @param {boolean} [appointmentSaasEnabled]
|
|
833
751
|
* @param {boolean} [showHidden]
|
|
834
752
|
* @param {number} [page]
|
|
835
753
|
* @param {number} [limit]
|
|
@@ -837,12 +755,12 @@ var DealsApiFp = function (configuration) {
|
|
|
837
755
|
* @param {*} [options] Override http request option.
|
|
838
756
|
* @throws {RequiredError}
|
|
839
757
|
*/
|
|
840
|
-
apiV2DealsDealIdPackagesGet: function (dealId, relatedDealPackageId, dealName, name, countryId, hospitalId, hospitalName, languageCode,
|
|
758
|
+
apiV2DealsDealIdPackagesGet: function (dealId, relatedDealPackageId, dealName, name, countryId, hospitalId, hospitalName, languageCode, appointmentChEnabled, appointmentSaasEnabled, showHidden, page, limit, lastRetrieved, options) {
|
|
841
759
|
return __awaiter(this, void 0, void 0, function () {
|
|
842
760
|
var localVarAxiosArgs;
|
|
843
761
|
return __generator(this, function (_a) {
|
|
844
762
|
switch (_a.label) {
|
|
845
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsDealIdPackagesGet(dealId, relatedDealPackageId, dealName, name, countryId, hospitalId, hospitalName, languageCode,
|
|
763
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsDealIdPackagesGet(dealId, relatedDealPackageId, dealName, name, countryId, hospitalId, hospitalName, languageCode, appointmentChEnabled, appointmentSaasEnabled, showHidden, page, limit, lastRetrieved, options)];
|
|
846
764
|
case 1:
|
|
847
765
|
localVarAxiosArgs = _a.sent();
|
|
848
766
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -858,16 +776,17 @@ var DealsApiFp = function (configuration) {
|
|
|
858
776
|
* @param {number} [year]
|
|
859
777
|
* @param {number} [month]
|
|
860
778
|
* @param {string} [timeZone]
|
|
779
|
+
* @param {boolean} [isExternal]
|
|
861
780
|
* @param {string} [appointmentIdExcluded]
|
|
862
781
|
* @param {*} [options] Override http request option.
|
|
863
782
|
* @throws {RequiredError}
|
|
864
783
|
*/
|
|
865
|
-
apiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet: function (dealId, packageId, year, month, timeZone, appointmentIdExcluded, options) {
|
|
784
|
+
apiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet: function (dealId, packageId, year, month, timeZone, isExternal, appointmentIdExcluded, options) {
|
|
866
785
|
return __awaiter(this, void 0, void 0, function () {
|
|
867
786
|
var localVarAxiosArgs;
|
|
868
787
|
return __generator(this, function (_a) {
|
|
869
788
|
switch (_a.label) {
|
|
870
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet(dealId, packageId, year, month, timeZone, appointmentIdExcluded, options)];
|
|
789
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet(dealId, packageId, year, month, timeZone, isExternal, appointmentIdExcluded, options)];
|
|
871
790
|
case 1:
|
|
872
791
|
localVarAxiosArgs = _a.sent();
|
|
873
792
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -963,7 +882,6 @@ var DealsApiFp = function (configuration) {
|
|
|
963
882
|
* @param {Array<string>} [ids]
|
|
964
883
|
* @param {number} [serviceDuration]
|
|
965
884
|
* @param {string} [languageCode]
|
|
966
|
-
* @param {boolean} [appointmentEnabled]
|
|
967
885
|
* @param {boolean} [showHidden]
|
|
968
886
|
* @param {boolean} [returnDefaultValue]
|
|
969
887
|
* @param {number} [page]
|
|
@@ -972,12 +890,12 @@ var DealsApiFp = function (configuration) {
|
|
|
972
890
|
* @param {*} [options] Override http request option.
|
|
973
891
|
* @throws {RequiredError}
|
|
974
892
|
*/
|
|
975
|
-
apiV2DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode,
|
|
893
|
+
apiV2DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
976
894
|
return __awaiter(this, void 0, void 0, function () {
|
|
977
895
|
var localVarAxiosArgs;
|
|
978
896
|
return __generator(this, function (_a) {
|
|
979
897
|
switch (_a.label) {
|
|
980
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode,
|
|
898
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
|
|
981
899
|
case 1:
|
|
982
900
|
localVarAxiosArgs = _a.sent();
|
|
983
901
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -1005,7 +923,6 @@ var DealsApiFp = function (configuration) {
|
|
|
1005
923
|
* @param {Array<string>} [ids]
|
|
1006
924
|
* @param {number} [serviceDuration]
|
|
1007
925
|
* @param {string} [languageCode]
|
|
1008
|
-
* @param {boolean} [appointmentEnabled]
|
|
1009
926
|
* @param {boolean} [showHidden]
|
|
1010
927
|
* @param {boolean} [returnDefaultValue]
|
|
1011
928
|
* @param {number} [page]
|
|
@@ -1014,12 +931,12 @@ var DealsApiFp = function (configuration) {
|
|
|
1014
931
|
* @param {*} [options] Override http request option.
|
|
1015
932
|
* @throws {RequiredError}
|
|
1016
933
|
*/
|
|
1017
|
-
apiV2DealsSimpleGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode,
|
|
934
|
+
apiV2DealsSimpleGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
1018
935
|
return __awaiter(this, void 0, void 0, function () {
|
|
1019
936
|
var localVarAxiosArgs;
|
|
1020
937
|
return __generator(this, function (_a) {
|
|
1021
938
|
switch (_a.label) {
|
|
1022
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsSimpleGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode,
|
|
939
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DealsSimpleGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
|
|
1023
940
|
case 1:
|
|
1024
941
|
localVarAxiosArgs = _a.sent();
|
|
1025
942
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -1060,20 +977,6 @@ exports.DealsApiFp = DealsApiFp;
|
|
|
1060
977
|
var DealsApiFactory = function (configuration, basePath, axios) {
|
|
1061
978
|
var localVarFp = (0, exports.DealsApiFp)(configuration);
|
|
1062
979
|
return {
|
|
1063
|
-
/**
|
|
1064
|
-
*
|
|
1065
|
-
* @summary Get DealAppointmentTimetables
|
|
1066
|
-
* @param {string} dealId
|
|
1067
|
-
* @param {number} [year]
|
|
1068
|
-
* @param {number} [month]
|
|
1069
|
-
* @param {string} [timeZone]
|
|
1070
|
-
* @param {string} [appointmentIdExcluded]
|
|
1071
|
-
* @param {*} [options] Override http request option.
|
|
1072
|
-
* @throws {RequiredError}
|
|
1073
|
-
*/
|
|
1074
|
-
apiV2DealsDealIdAppointmenttimetablesGet: function (dealId, year, month, timeZone, appointmentIdExcluded, options) {
|
|
1075
|
-
return localVarFp.apiV2DealsDealIdAppointmenttimetablesGet(dealId, year, month, timeZone, appointmentIdExcluded, options).then(function (request) { return request(axios, basePath); });
|
|
1076
|
-
},
|
|
1077
980
|
/**
|
|
1078
981
|
*
|
|
1079
982
|
* @summary Get deal.
|
|
@@ -1097,7 +1000,8 @@ var DealsApiFactory = function (configuration, basePath, axios) {
|
|
|
1097
1000
|
* @param {string} [hospitalId]
|
|
1098
1001
|
* @param {string} [hospitalName]
|
|
1099
1002
|
* @param {string} [languageCode]
|
|
1100
|
-
* @param {boolean} [
|
|
1003
|
+
* @param {boolean} [appointmentChEnabled]
|
|
1004
|
+
* @param {boolean} [appointmentSaasEnabled]
|
|
1101
1005
|
* @param {boolean} [showHidden]
|
|
1102
1006
|
* @param {number} [page]
|
|
1103
1007
|
* @param {number} [limit]
|
|
@@ -1105,8 +1009,8 @@ var DealsApiFactory = function (configuration, basePath, axios) {
|
|
|
1105
1009
|
* @param {*} [options] Override http request option.
|
|
1106
1010
|
* @throws {RequiredError}
|
|
1107
1011
|
*/
|
|
1108
|
-
apiV2DealsDealIdPackagesGet: function (dealId, relatedDealPackageId, dealName, name, countryId, hospitalId, hospitalName, languageCode,
|
|
1109
|
-
return localVarFp.apiV2DealsDealIdPackagesGet(dealId, relatedDealPackageId, dealName, name, countryId, hospitalId, hospitalName, languageCode,
|
|
1012
|
+
apiV2DealsDealIdPackagesGet: function (dealId, relatedDealPackageId, dealName, name, countryId, hospitalId, hospitalName, languageCode, appointmentChEnabled, appointmentSaasEnabled, showHidden, page, limit, lastRetrieved, options) {
|
|
1013
|
+
return localVarFp.apiV2DealsDealIdPackagesGet(dealId, relatedDealPackageId, dealName, name, countryId, hospitalId, hospitalName, languageCode, appointmentChEnabled, appointmentSaasEnabled, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
1110
1014
|
},
|
|
1111
1015
|
/**
|
|
1112
1016
|
*
|
|
@@ -1116,12 +1020,13 @@ var DealsApiFactory = function (configuration, basePath, axios) {
|
|
|
1116
1020
|
* @param {number} [year]
|
|
1117
1021
|
* @param {number} [month]
|
|
1118
1022
|
* @param {string} [timeZone]
|
|
1023
|
+
* @param {boolean} [isExternal]
|
|
1119
1024
|
* @param {string} [appointmentIdExcluded]
|
|
1120
1025
|
* @param {*} [options] Override http request option.
|
|
1121
1026
|
* @throws {RequiredError}
|
|
1122
1027
|
*/
|
|
1123
|
-
apiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet: function (dealId, packageId, year, month, timeZone, appointmentIdExcluded, options) {
|
|
1124
|
-
return localVarFp.apiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet(dealId, packageId, year, month, timeZone, appointmentIdExcluded, options).then(function (request) { return request(axios, basePath); });
|
|
1028
|
+
apiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet: function (dealId, packageId, year, month, timeZone, isExternal, appointmentIdExcluded, options) {
|
|
1029
|
+
return localVarFp.apiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet(dealId, packageId, year, month, timeZone, isExternal, appointmentIdExcluded, options).then(function (request) { return request(axios, basePath); });
|
|
1125
1030
|
},
|
|
1126
1031
|
/**
|
|
1127
1032
|
*
|
|
@@ -1181,7 +1086,6 @@ var DealsApiFactory = function (configuration, basePath, axios) {
|
|
|
1181
1086
|
* @param {Array<string>} [ids]
|
|
1182
1087
|
* @param {number} [serviceDuration]
|
|
1183
1088
|
* @param {string} [languageCode]
|
|
1184
|
-
* @param {boolean} [appointmentEnabled]
|
|
1185
1089
|
* @param {boolean} [showHidden]
|
|
1186
1090
|
* @param {boolean} [returnDefaultValue]
|
|
1187
1091
|
* @param {number} [page]
|
|
@@ -1190,8 +1094,8 @@ var DealsApiFactory = function (configuration, basePath, axios) {
|
|
|
1190
1094
|
* @param {*} [options] Override http request option.
|
|
1191
1095
|
* @throws {RequiredError}
|
|
1192
1096
|
*/
|
|
1193
|
-
apiV2DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode,
|
|
1194
|
-
return localVarFp.apiV2DealsGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode,
|
|
1097
|
+
apiV2DealsGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
1098
|
+
return localVarFp.apiV2DealsGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
1195
1099
|
},
|
|
1196
1100
|
/**
|
|
1197
1101
|
*
|
|
@@ -1213,7 +1117,6 @@ var DealsApiFactory = function (configuration, basePath, axios) {
|
|
|
1213
1117
|
* @param {Array<string>} [ids]
|
|
1214
1118
|
* @param {number} [serviceDuration]
|
|
1215
1119
|
* @param {string} [languageCode]
|
|
1216
|
-
* @param {boolean} [appointmentEnabled]
|
|
1217
1120
|
* @param {boolean} [showHidden]
|
|
1218
1121
|
* @param {boolean} [returnDefaultValue]
|
|
1219
1122
|
* @param {number} [page]
|
|
@@ -1222,8 +1125,8 @@ var DealsApiFactory = function (configuration, basePath, axios) {
|
|
|
1222
1125
|
* @param {*} [options] Override http request option.
|
|
1223
1126
|
* @throws {RequiredError}
|
|
1224
1127
|
*/
|
|
1225
|
-
apiV2DealsSimpleGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode,
|
|
1226
|
-
return localVarFp.apiV2DealsSimpleGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode,
|
|
1128
|
+
apiV2DealsSimpleGet: function (id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
|
|
1129
|
+
return localVarFp.apiV2DealsSimpleGet(id, name, marketingType, countryId, hospitalId, hospitalName, specialtyId, specialtyName, specialtyTypeId, specialtyTypeName, serviceId, serviceName, exceptHospitalId, exceptDealId, ids, serviceDuration, languageCode, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
1227
1130
|
},
|
|
1228
1131
|
/**
|
|
1229
1132
|
*
|
|
@@ -1252,18 +1155,6 @@ var DealsApi = /** @class */ (function (_super) {
|
|
|
1252
1155
|
function DealsApi() {
|
|
1253
1156
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
1254
1157
|
}
|
|
1255
|
-
/**
|
|
1256
|
-
*
|
|
1257
|
-
* @summary Get DealAppointmentTimetables
|
|
1258
|
-
* @param {DealsApiApiV2DealsDealIdAppointmenttimetablesGetRequest} requestParameters Request parameters.
|
|
1259
|
-
* @param {*} [options] Override http request option.
|
|
1260
|
-
* @throws {RequiredError}
|
|
1261
|
-
* @memberof DealsApi
|
|
1262
|
-
*/
|
|
1263
|
-
DealsApi.prototype.apiV2DealsDealIdAppointmenttimetablesGet = function (requestParameters, options) {
|
|
1264
|
-
var _this = this;
|
|
1265
|
-
return (0, exports.DealsApiFp)(this.configuration).apiV2DealsDealIdAppointmenttimetablesGet(requestParameters.dealId, requestParameters.year, requestParameters.month, requestParameters.timeZone, requestParameters.appointmentIdExcluded, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1266
|
-
};
|
|
1267
1158
|
/**
|
|
1268
1159
|
*
|
|
1269
1160
|
* @summary Get deal.
|
|
@@ -1286,7 +1177,7 @@ var DealsApi = /** @class */ (function (_super) {
|
|
|
1286
1177
|
*/
|
|
1287
1178
|
DealsApi.prototype.apiV2DealsDealIdPackagesGet = function (requestParameters, options) {
|
|
1288
1179
|
var _this = this;
|
|
1289
|
-
return (0, exports.DealsApiFp)(this.configuration).apiV2DealsDealIdPackagesGet(requestParameters.dealId, requestParameters.relatedDealPackageId, requestParameters.dealName, requestParameters.name, requestParameters.countryId, requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.languageCode, requestParameters.
|
|
1180
|
+
return (0, exports.DealsApiFp)(this.configuration).apiV2DealsDealIdPackagesGet(requestParameters.dealId, requestParameters.relatedDealPackageId, requestParameters.dealName, requestParameters.name, requestParameters.countryId, requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.languageCode, requestParameters.appointmentChEnabled, requestParameters.appointmentSaasEnabled, requestParameters.showHidden, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1290
1181
|
};
|
|
1291
1182
|
/**
|
|
1292
1183
|
*
|
|
@@ -1298,7 +1189,7 @@ var DealsApi = /** @class */ (function (_super) {
|
|
|
1298
1189
|
*/
|
|
1299
1190
|
DealsApi.prototype.apiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet = function (requestParameters, options) {
|
|
1300
1191
|
var _this = this;
|
|
1301
|
-
return (0, exports.DealsApiFp)(this.configuration).apiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet(requestParameters.dealId, requestParameters.packageId, requestParameters.year, requestParameters.month, requestParameters.timeZone, requestParameters.appointmentIdExcluded, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1192
|
+
return (0, exports.DealsApiFp)(this.configuration).apiV2DealsDealIdPackagesPackageIdAppointmenttimetablesGet(requestParameters.dealId, requestParameters.packageId, requestParameters.year, requestParameters.month, requestParameters.timeZone, requestParameters.isExternal, requestParameters.appointmentIdExcluded, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1302
1193
|
};
|
|
1303
1194
|
/**
|
|
1304
1195
|
*
|
|
@@ -1347,7 +1238,7 @@ var DealsApi = /** @class */ (function (_super) {
|
|
|
1347
1238
|
DealsApi.prototype.apiV2DealsGet = function (requestParameters, options) {
|
|
1348
1239
|
var _this = this;
|
|
1349
1240
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
1350
|
-
return (0, exports.DealsApiFp)(this.configuration).apiV2DealsGet(requestParameters.id, requestParameters.name, requestParameters.marketingType, requestParameters.countryId, requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.specialtyId, requestParameters.specialtyName, requestParameters.specialtyTypeId, requestParameters.specialtyTypeName, requestParameters.serviceId, requestParameters.serviceName, requestParameters.exceptHospitalId, requestParameters.exceptDealId, requestParameters.ids, requestParameters.serviceDuration, requestParameters.languageCode, requestParameters.
|
|
1241
|
+
return (0, exports.DealsApiFp)(this.configuration).apiV2DealsGet(requestParameters.id, requestParameters.name, requestParameters.marketingType, requestParameters.countryId, requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.specialtyId, requestParameters.specialtyName, requestParameters.specialtyTypeId, requestParameters.specialtyTypeName, requestParameters.serviceId, requestParameters.serviceName, requestParameters.exceptHospitalId, requestParameters.exceptDealId, requestParameters.ids, requestParameters.serviceDuration, requestParameters.languageCode, requestParameters.showHidden, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1351
1242
|
};
|
|
1352
1243
|
/**
|
|
1353
1244
|
*
|
|
@@ -1360,7 +1251,7 @@ var DealsApi = /** @class */ (function (_super) {
|
|
|
1360
1251
|
DealsApi.prototype.apiV2DealsSimpleGet = function (requestParameters, options) {
|
|
1361
1252
|
var _this = this;
|
|
1362
1253
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
1363
|
-
return (0, exports.DealsApiFp)(this.configuration).apiV2DealsSimpleGet(requestParameters.id, requestParameters.name, requestParameters.marketingType, requestParameters.countryId, requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.specialtyId, requestParameters.specialtyName, requestParameters.specialtyTypeId, requestParameters.specialtyTypeName, requestParameters.serviceId, requestParameters.serviceName, requestParameters.exceptHospitalId, requestParameters.exceptDealId, requestParameters.ids, requestParameters.serviceDuration, requestParameters.languageCode, requestParameters.
|
|
1254
|
+
return (0, exports.DealsApiFp)(this.configuration).apiV2DealsSimpleGet(requestParameters.id, requestParameters.name, requestParameters.marketingType, requestParameters.countryId, requestParameters.hospitalId, requestParameters.hospitalName, requestParameters.specialtyId, requestParameters.specialtyName, requestParameters.specialtyTypeId, requestParameters.specialtyTypeName, requestParameters.serviceId, requestParameters.serviceName, requestParameters.exceptHospitalId, requestParameters.exceptDealId, requestParameters.ids, requestParameters.serviceDuration, requestParameters.languageCode, requestParameters.showHidden, requestParameters.returnDefaultValue, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1364
1255
|
};
|
|
1365
1256
|
/**
|
|
1366
1257
|
*
|
|
@@ -31,11 +31,12 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
|
|
|
31
31
|
* @param {number} [year]
|
|
32
32
|
* @param {number} [month]
|
|
33
33
|
* @param {string} [timeZone]
|
|
34
|
+
* @param {boolean} [isExternal]
|
|
34
35
|
* @param {string} [appointmentIdExcluded]
|
|
35
36
|
* @param {*} [options] Override http request option.
|
|
36
37
|
* @throws {RequiredError}
|
|
37
38
|
*/
|
|
38
|
-
apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet: (doctorAffiliationId: string, year?: number, month?: number, timeZone?: string, appointmentIdExcluded?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
39
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet: (doctorAffiliationId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, appointmentIdExcluded?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
39
40
|
/**
|
|
40
41
|
*
|
|
41
42
|
* @summary Get all DoctorAffiliationMedias.
|
|
@@ -111,11 +112,12 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration) =>
|
|
|
111
112
|
* @param {number} [year]
|
|
112
113
|
* @param {number} [month]
|
|
113
114
|
* @param {string} [timeZone]
|
|
115
|
+
* @param {boolean} [isExternal]
|
|
114
116
|
* @param {string} [appointmentIdExcluded]
|
|
115
117
|
* @param {*} [options] Override http request option.
|
|
116
118
|
* @throws {RequiredError}
|
|
117
119
|
*/
|
|
118
|
-
apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet(doctorAffiliationId: string, year?: number, month?: number, timeZone?: string, appointmentIdExcluded?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppointmentTimetablesModel>>;
|
|
120
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet(doctorAffiliationId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, appointmentIdExcluded?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppointmentTimetablesModel>>;
|
|
119
121
|
/**
|
|
120
122
|
*
|
|
121
123
|
* @summary Get all DoctorAffiliationMedias.
|
|
@@ -191,11 +193,12 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
|
|
|
191
193
|
* @param {number} [year]
|
|
192
194
|
* @param {number} [month]
|
|
193
195
|
* @param {string} [timeZone]
|
|
196
|
+
* @param {boolean} [isExternal]
|
|
194
197
|
* @param {string} [appointmentIdExcluded]
|
|
195
198
|
* @param {*} [options] Override http request option.
|
|
196
199
|
* @throws {RequiredError}
|
|
197
200
|
*/
|
|
198
|
-
apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet(doctorAffiliationId: string, year?: number, month?: number, timeZone?: string, appointmentIdExcluded?: string, options?: any): AxiosPromise<AppointmentTimetablesModel>;
|
|
201
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet(doctorAffiliationId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, appointmentIdExcluded?: string, options?: any): AxiosPromise<AppointmentTimetablesModel>;
|
|
199
202
|
/**
|
|
200
203
|
*
|
|
201
204
|
* @summary Get all DoctorAffiliationMedias.
|
|
@@ -289,6 +292,12 @@ export interface DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationId
|
|
|
289
292
|
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet
|
|
290
293
|
*/
|
|
291
294
|
readonly timeZone?: string;
|
|
295
|
+
/**
|
|
296
|
+
*
|
|
297
|
+
* @type {boolean}
|
|
298
|
+
* @memberof DoctorAffiliationsApiApiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet
|
|
299
|
+
*/
|
|
300
|
+
readonly isExternal?: boolean;
|
|
292
301
|
/**
|
|
293
302
|
*
|
|
294
303
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"doctor-affiliations-api.d.ts","sourceRoot":"","sources":["../../src/api/doctor-affiliations-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,0BAA0B,EAAE,MAAM,WAAW,CAAC;AAEvD,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAEnD,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAC;AAEpD,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE1C,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACxC;;;GAGG;AACH,eAAO,MAAM,sCAAsC,mBAA6B,aAAa;IAErF
|
|
1
|
+
{"version":3,"file":"doctor-affiliations-api.d.ts","sourceRoot":"","sources":["../../src/api/doctor-affiliations-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -99,11 +99,12 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
99
99
|
* @param {number} [year]
|
|
100
100
|
* @param {number} [month]
|
|
101
101
|
* @param {string} [timeZone]
|
|
102
|
+
* @param {boolean} [isExternal]
|
|
102
103
|
* @param {string} [appointmentIdExcluded]
|
|
103
104
|
* @param {*} [options] Override http request option.
|
|
104
105
|
* @throws {RequiredError}
|
|
105
106
|
*/
|
|
106
|
-
apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet: function (doctorAffiliationId, year, month, timeZone, appointmentIdExcluded, options) {
|
|
107
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet: function (doctorAffiliationId, year, month, timeZone, isExternal, appointmentIdExcluded, options) {
|
|
107
108
|
if (options === void 0) { options = {}; }
|
|
108
109
|
return __awaiter(_this, void 0, void 0, function () {
|
|
109
110
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -137,6 +138,9 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
137
138
|
if (timeZone !== undefined) {
|
|
138
139
|
localVarQueryParameter['TimeZone'] = timeZone;
|
|
139
140
|
}
|
|
141
|
+
if (isExternal !== undefined) {
|
|
142
|
+
localVarQueryParameter['IsExternal'] = isExternal;
|
|
143
|
+
}
|
|
140
144
|
if (appointmentIdExcluded !== undefined) {
|
|
141
145
|
localVarQueryParameter['AppointmentIdExcluded'] = appointmentIdExcluded;
|
|
142
146
|
}
|
|
@@ -425,16 +429,17 @@ var DoctorAffiliationsApiFp = function (configuration) {
|
|
|
425
429
|
* @param {number} [year]
|
|
426
430
|
* @param {number} [month]
|
|
427
431
|
* @param {string} [timeZone]
|
|
432
|
+
* @param {boolean} [isExternal]
|
|
428
433
|
* @param {string} [appointmentIdExcluded]
|
|
429
434
|
* @param {*} [options] Override http request option.
|
|
430
435
|
* @throws {RequiredError}
|
|
431
436
|
*/
|
|
432
|
-
apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet: function (doctorAffiliationId, year, month, timeZone, appointmentIdExcluded, options) {
|
|
437
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet: function (doctorAffiliationId, year, month, timeZone, isExternal, appointmentIdExcluded, options) {
|
|
433
438
|
return __awaiter(this, void 0, void 0, function () {
|
|
434
439
|
var localVarAxiosArgs;
|
|
435
440
|
return __generator(this, function (_a) {
|
|
436
441
|
switch (_a.label) {
|
|
437
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet(doctorAffiliationId, year, month, timeZone, appointmentIdExcluded, options)];
|
|
442
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet(doctorAffiliationId, year, month, timeZone, isExternal, appointmentIdExcluded, options)];
|
|
438
443
|
case 1:
|
|
439
444
|
localVarAxiosArgs = _a.sent();
|
|
440
445
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -581,12 +586,13 @@ var DoctorAffiliationsApiFactory = function (configuration, basePath, axios) {
|
|
|
581
586
|
* @param {number} [year]
|
|
582
587
|
* @param {number} [month]
|
|
583
588
|
* @param {string} [timeZone]
|
|
589
|
+
* @param {boolean} [isExternal]
|
|
584
590
|
* @param {string} [appointmentIdExcluded]
|
|
585
591
|
* @param {*} [options] Override http request option.
|
|
586
592
|
* @throws {RequiredError}
|
|
587
593
|
*/
|
|
588
|
-
apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet: function (doctorAffiliationId, year, month, timeZone, appointmentIdExcluded, options) {
|
|
589
|
-
return localVarFp.apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet(doctorAffiliationId, year, month, timeZone, appointmentIdExcluded, options).then(function (request) { return request(axios, basePath); });
|
|
594
|
+
apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet: function (doctorAffiliationId, year, month, timeZone, isExternal, appointmentIdExcluded, options) {
|
|
595
|
+
return localVarFp.apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet(doctorAffiliationId, year, month, timeZone, isExternal, appointmentIdExcluded, options).then(function (request) { return request(axios, basePath); });
|
|
590
596
|
},
|
|
591
597
|
/**
|
|
592
598
|
*
|
|
@@ -684,7 +690,7 @@ var DoctorAffiliationsApi = /** @class */ (function (_super) {
|
|
|
684
690
|
*/
|
|
685
691
|
DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet = function (requestParameters, options) {
|
|
686
692
|
var _this = this;
|
|
687
|
-
return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet(requestParameters.doctorAffiliationId, requestParameters.year, requestParameters.month, requestParameters.timeZone, requestParameters.appointmentIdExcluded, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
693
|
+
return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsDoctorAffiliationIdAppointmenttimetablesGet(requestParameters.doctorAffiliationId, requestParameters.year, requestParameters.month, requestParameters.timeZone, requestParameters.isExternal, requestParameters.appointmentIdExcluded, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
688
694
|
};
|
|
689
695
|
/**
|
|
690
696
|
*
|