ch-api-client-typescript2 3.1.1 → 3.1.4
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.d.ts +114 -24
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +230 -36
- package/package.json +1 -1
- package/src/api.ts +219 -38
package/lib/api.js
CHANGED
|
@@ -6621,7 +6621,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
|
|
|
6621
6621
|
},
|
|
6622
6622
|
/**
|
|
6623
6623
|
*
|
|
6624
|
-
* @summary Get all
|
|
6624
|
+
* @summary Get all DoctorLanguages.
|
|
6625
6625
|
* @param {string} doctorId
|
|
6626
6626
|
* @param {string} [language]
|
|
6627
6627
|
* @param {number} [page]
|
|
@@ -6672,7 +6672,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
|
|
|
6672
6672
|
},
|
|
6673
6673
|
/**
|
|
6674
6674
|
*
|
|
6675
|
-
* @summary Get
|
|
6675
|
+
* @summary Get DoctorLanguage.
|
|
6676
6676
|
* @param {string} doctorId
|
|
6677
6677
|
* @param {string} languageId
|
|
6678
6678
|
* @param {*} [options] Override http request option.
|
|
@@ -7405,7 +7405,7 @@ var DoctorsApiFp = function (configuration) {
|
|
|
7405
7405
|
},
|
|
7406
7406
|
/**
|
|
7407
7407
|
*
|
|
7408
|
-
* @summary Get all
|
|
7408
|
+
* @summary Get all DoctorLanguages.
|
|
7409
7409
|
* @param {string} doctorId
|
|
7410
7410
|
* @param {string} [language]
|
|
7411
7411
|
* @param {number} [page]
|
|
@@ -7429,7 +7429,7 @@ var DoctorsApiFp = function (configuration) {
|
|
|
7429
7429
|
},
|
|
7430
7430
|
/**
|
|
7431
7431
|
*
|
|
7432
|
-
* @summary Get
|
|
7432
|
+
* @summary Get DoctorLanguage.
|
|
7433
7433
|
* @param {string} doctorId
|
|
7434
7434
|
* @param {string} languageId
|
|
7435
7435
|
* @param {*} [options] Override http request option.
|
|
@@ -7785,7 +7785,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
|
|
|
7785
7785
|
},
|
|
7786
7786
|
/**
|
|
7787
7787
|
*
|
|
7788
|
-
* @summary Get all
|
|
7788
|
+
* @summary Get all DoctorLanguages.
|
|
7789
7789
|
* @param {string} doctorId
|
|
7790
7790
|
* @param {string} [language]
|
|
7791
7791
|
* @param {number} [page]
|
|
@@ -7799,7 +7799,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
|
|
|
7799
7799
|
},
|
|
7800
7800
|
/**
|
|
7801
7801
|
*
|
|
7802
|
-
* @summary Get
|
|
7802
|
+
* @summary Get DoctorLanguage.
|
|
7803
7803
|
* @param {string} doctorId
|
|
7804
7804
|
* @param {string} languageId
|
|
7805
7805
|
* @param {*} [options] Override http request option.
|
|
@@ -8073,7 +8073,7 @@ var DoctorsApi = /** @class */ (function (_super) {
|
|
|
8073
8073
|
};
|
|
8074
8074
|
/**
|
|
8075
8075
|
*
|
|
8076
|
-
* @summary Get all
|
|
8076
|
+
* @summary Get all DoctorLanguages.
|
|
8077
8077
|
* @param {string} doctorId
|
|
8078
8078
|
* @param {string} [language]
|
|
8079
8079
|
* @param {number} [page]
|
|
@@ -8089,7 +8089,7 @@ var DoctorsApi = /** @class */ (function (_super) {
|
|
|
8089
8089
|
};
|
|
8090
8090
|
/**
|
|
8091
8091
|
*
|
|
8092
|
-
* @summary Get
|
|
8092
|
+
* @summary Get DoctorLanguage.
|
|
8093
8093
|
* @param {string} doctorId
|
|
8094
8094
|
* @param {string} languageId
|
|
8095
8095
|
* @param {*} [options] Override http request option.
|
|
@@ -10165,7 +10165,6 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10165
10165
|
*
|
|
10166
10166
|
* @summary Get all HospitalHandles.
|
|
10167
10167
|
* @param {string} hospitalId
|
|
10168
|
-
* @param {string} [hospitalId2]
|
|
10169
10168
|
* @param {string} [id]
|
|
10170
10169
|
* @param {SnsType} [snsType]
|
|
10171
10170
|
* @param {string} [handle]
|
|
@@ -10175,7 +10174,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10175
10174
|
* @param {*} [options] Override http request option.
|
|
10176
10175
|
* @throws {RequiredError}
|
|
10177
10176
|
*/
|
|
10178
|
-
apiV2HospitalsHospitalIdHandlesGet: function (hospitalId,
|
|
10177
|
+
apiV2HospitalsHospitalIdHandlesGet: function (hospitalId, id, snsType, handle, page, limit, lastRetrieved, options) {
|
|
10179
10178
|
if (options === void 0) { options = {}; }
|
|
10180
10179
|
return __awaiter(_this, void 0, void 0, function () {
|
|
10181
10180
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -10191,9 +10190,6 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10191
10190
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
10192
10191
|
localVarHeaderParameter = {};
|
|
10193
10192
|
localVarQueryParameter = {};
|
|
10194
|
-
if (hospitalId2 !== undefined) {
|
|
10195
|
-
localVarQueryParameter['HospitalId'] = hospitalId2;
|
|
10196
|
-
}
|
|
10197
10193
|
if (id !== undefined) {
|
|
10198
10194
|
localVarQueryParameter['Id'] = id;
|
|
10199
10195
|
}
|
|
@@ -10448,6 +10444,106 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10448
10444
|
});
|
|
10449
10445
|
});
|
|
10450
10446
|
},
|
|
10447
|
+
/**
|
|
10448
|
+
*
|
|
10449
|
+
* @summary Get all HospitalServiceMedias.
|
|
10450
|
+
* @param {string} hospitalId
|
|
10451
|
+
* @param {string} hospitalSpecialtyId
|
|
10452
|
+
* @param {string} [id]
|
|
10453
|
+
* @param {MediaType} [mediaType]
|
|
10454
|
+
* @param {number} [page]
|
|
10455
|
+
* @param {number} [limit]
|
|
10456
|
+
* @param {Date} [lastRetrieved]
|
|
10457
|
+
* @param {*} [options] Override http request option.
|
|
10458
|
+
* @throws {RequiredError}
|
|
10459
|
+
*/
|
|
10460
|
+
apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet: function (hospitalId, hospitalSpecialtyId, id, mediaType, page, limit, lastRetrieved, options) {
|
|
10461
|
+
if (options === void 0) { options = {}; }
|
|
10462
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
10463
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
10464
|
+
return __generator(this, function (_a) {
|
|
10465
|
+
// verify required parameter 'hospitalId' is not null or undefined
|
|
10466
|
+
(0, common_1.assertParamExists)('apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet', 'hospitalId', hospitalId);
|
|
10467
|
+
// verify required parameter 'hospitalSpecialtyId' is not null or undefined
|
|
10468
|
+
(0, common_1.assertParamExists)('apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet', 'hospitalSpecialtyId', hospitalSpecialtyId);
|
|
10469
|
+
localVarPath = "/api/v2/hospitals/{hospitalId}/specialties/{hospitalSpecialtyId}/medias"
|
|
10470
|
+
.replace("{".concat("hospitalId", "}"), encodeURIComponent(String(hospitalId)))
|
|
10471
|
+
.replace("{".concat("hospitalSpecialtyId", "}"), encodeURIComponent(String(hospitalSpecialtyId)));
|
|
10472
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10473
|
+
if (configuration) {
|
|
10474
|
+
baseOptions = configuration.baseOptions;
|
|
10475
|
+
}
|
|
10476
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
10477
|
+
localVarHeaderParameter = {};
|
|
10478
|
+
localVarQueryParameter = {};
|
|
10479
|
+
if (id !== undefined) {
|
|
10480
|
+
localVarQueryParameter['Id'] = id;
|
|
10481
|
+
}
|
|
10482
|
+
if (mediaType !== undefined) {
|
|
10483
|
+
localVarQueryParameter['MediaType'] = mediaType;
|
|
10484
|
+
}
|
|
10485
|
+
if (page !== undefined) {
|
|
10486
|
+
localVarQueryParameter['page'] = page;
|
|
10487
|
+
}
|
|
10488
|
+
if (limit !== undefined) {
|
|
10489
|
+
localVarQueryParameter['limit'] = limit;
|
|
10490
|
+
}
|
|
10491
|
+
if (lastRetrieved !== undefined) {
|
|
10492
|
+
localVarQueryParameter['lastRetrieved'] = (lastRetrieved instanceof Date) ?
|
|
10493
|
+
lastRetrieved.toISOString() :
|
|
10494
|
+
lastRetrieved;
|
|
10495
|
+
}
|
|
10496
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
10497
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10498
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
10499
|
+
return [2 /*return*/, {
|
|
10500
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
10501
|
+
options: localVarRequestOptions,
|
|
10502
|
+
}];
|
|
10503
|
+
});
|
|
10504
|
+
});
|
|
10505
|
+
},
|
|
10506
|
+
/**
|
|
10507
|
+
*
|
|
10508
|
+
* @summary Get HospitalServiceMedia.
|
|
10509
|
+
* @param {string} hospitalId
|
|
10510
|
+
* @param {string} hospitalSpecialtyId
|
|
10511
|
+
* @param {string} mediaId
|
|
10512
|
+
* @param {*} [options] Override http request option.
|
|
10513
|
+
* @throws {RequiredError}
|
|
10514
|
+
*/
|
|
10515
|
+
apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet: function (hospitalId, hospitalSpecialtyId, mediaId, options) {
|
|
10516
|
+
if (options === void 0) { options = {}; }
|
|
10517
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
10518
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
10519
|
+
return __generator(this, function (_a) {
|
|
10520
|
+
// verify required parameter 'hospitalId' is not null or undefined
|
|
10521
|
+
(0, common_1.assertParamExists)('apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet', 'hospitalId', hospitalId);
|
|
10522
|
+
// verify required parameter 'hospitalSpecialtyId' is not null or undefined
|
|
10523
|
+
(0, common_1.assertParamExists)('apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet', 'hospitalSpecialtyId', hospitalSpecialtyId);
|
|
10524
|
+
// verify required parameter 'mediaId' is not null or undefined
|
|
10525
|
+
(0, common_1.assertParamExists)('apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet', 'mediaId', mediaId);
|
|
10526
|
+
localVarPath = "/api/v2/hospitals/{hospitalId}/specialties/{hospitalSpecialtyId}/medias/{mediaId}"
|
|
10527
|
+
.replace("{".concat("hospitalId", "}"), encodeURIComponent(String(hospitalId)))
|
|
10528
|
+
.replace("{".concat("hospitalSpecialtyId", "}"), encodeURIComponent(String(hospitalSpecialtyId)))
|
|
10529
|
+
.replace("{".concat("mediaId", "}"), encodeURIComponent(String(mediaId)));
|
|
10530
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10531
|
+
if (configuration) {
|
|
10532
|
+
baseOptions = configuration.baseOptions;
|
|
10533
|
+
}
|
|
10534
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
10535
|
+
localVarHeaderParameter = {};
|
|
10536
|
+
localVarQueryParameter = {};
|
|
10537
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
10538
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10539
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
10540
|
+
return [2 /*return*/, {
|
|
10541
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
10542
|
+
options: localVarRequestOptions,
|
|
10543
|
+
}];
|
|
10544
|
+
});
|
|
10545
|
+
});
|
|
10546
|
+
},
|
|
10451
10547
|
/**
|
|
10452
10548
|
*
|
|
10453
10549
|
* @summary Get all HospitalSpecialties.
|
|
@@ -10862,7 +10958,6 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10862
10958
|
*
|
|
10863
10959
|
* @summary Get all HospitalWorkingDays.
|
|
10864
10960
|
* @param {string} hospitalId
|
|
10865
|
-
* @param {string} [hospitalId2]
|
|
10866
10961
|
* @param {string} [id]
|
|
10867
10962
|
* @param {string} [dayOfWeek]
|
|
10868
10963
|
* @param {Date} [timeFrom]
|
|
@@ -10874,7 +10969,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10874
10969
|
* @param {*} [options] Override http request option.
|
|
10875
10970
|
* @throws {RequiredError}
|
|
10876
10971
|
*/
|
|
10877
|
-
apiV2HospitalsHospitalIdWorkingdaysGet: function (hospitalId,
|
|
10972
|
+
apiV2HospitalsHospitalIdWorkingdaysGet: function (hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options) {
|
|
10878
10973
|
if (options === void 0) { options = {}; }
|
|
10879
10974
|
return __awaiter(_this, void 0, void 0, function () {
|
|
10880
10975
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -10890,9 +10985,6 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10890
10985
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
10891
10986
|
localVarHeaderParameter = {};
|
|
10892
10987
|
localVarQueryParameter = {};
|
|
10893
|
-
if (hospitalId2 !== undefined) {
|
|
10894
|
-
localVarQueryParameter['HospitalId'] = hospitalId2;
|
|
10895
|
-
}
|
|
10896
10988
|
if (id !== undefined) {
|
|
10897
10989
|
localVarQueryParameter['Id'] = id;
|
|
10898
10990
|
}
|
|
@@ -11369,7 +11461,6 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11369
11461
|
*
|
|
11370
11462
|
* @summary Get all HospitalHandles.
|
|
11371
11463
|
* @param {string} hospitalId
|
|
11372
|
-
* @param {string} [hospitalId2]
|
|
11373
11464
|
* @param {string} [id]
|
|
11374
11465
|
* @param {SnsType} [snsType]
|
|
11375
11466
|
* @param {string} [handle]
|
|
@@ -11379,12 +11470,12 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11379
11470
|
* @param {*} [options] Override http request option.
|
|
11380
11471
|
* @throws {RequiredError}
|
|
11381
11472
|
*/
|
|
11382
|
-
apiV2HospitalsHospitalIdHandlesGet: function (hospitalId,
|
|
11473
|
+
apiV2HospitalsHospitalIdHandlesGet: function (hospitalId, id, snsType, handle, page, limit, lastRetrieved, options) {
|
|
11383
11474
|
return __awaiter(this, void 0, void 0, function () {
|
|
11384
11475
|
var localVarAxiosArgs;
|
|
11385
11476
|
return __generator(this, function (_a) {
|
|
11386
11477
|
switch (_a.label) {
|
|
11387
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdHandlesGet(hospitalId,
|
|
11478
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdHandlesGet(hospitalId, id, snsType, handle, page, limit, lastRetrieved, options)];
|
|
11388
11479
|
case 1:
|
|
11389
11480
|
localVarAxiosArgs = _a.sent();
|
|
11390
11481
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -11494,6 +11585,54 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11494
11585
|
});
|
|
11495
11586
|
});
|
|
11496
11587
|
},
|
|
11588
|
+
/**
|
|
11589
|
+
*
|
|
11590
|
+
* @summary Get all HospitalServiceMedias.
|
|
11591
|
+
* @param {string} hospitalId
|
|
11592
|
+
* @param {string} hospitalSpecialtyId
|
|
11593
|
+
* @param {string} [id]
|
|
11594
|
+
* @param {MediaType} [mediaType]
|
|
11595
|
+
* @param {number} [page]
|
|
11596
|
+
* @param {number} [limit]
|
|
11597
|
+
* @param {Date} [lastRetrieved]
|
|
11598
|
+
* @param {*} [options] Override http request option.
|
|
11599
|
+
* @throws {RequiredError}
|
|
11600
|
+
*/
|
|
11601
|
+
apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet: function (hospitalId, hospitalSpecialtyId, id, mediaType, page, limit, lastRetrieved, options) {
|
|
11602
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11603
|
+
var localVarAxiosArgs;
|
|
11604
|
+
return __generator(this, function (_a) {
|
|
11605
|
+
switch (_a.label) {
|
|
11606
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(hospitalId, hospitalSpecialtyId, id, mediaType, page, limit, lastRetrieved, options)];
|
|
11607
|
+
case 1:
|
|
11608
|
+
localVarAxiosArgs = _a.sent();
|
|
11609
|
+
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
11610
|
+
}
|
|
11611
|
+
});
|
|
11612
|
+
});
|
|
11613
|
+
},
|
|
11614
|
+
/**
|
|
11615
|
+
*
|
|
11616
|
+
* @summary Get HospitalServiceMedia.
|
|
11617
|
+
* @param {string} hospitalId
|
|
11618
|
+
* @param {string} hospitalSpecialtyId
|
|
11619
|
+
* @param {string} mediaId
|
|
11620
|
+
* @param {*} [options] Override http request option.
|
|
11621
|
+
* @throws {RequiredError}
|
|
11622
|
+
*/
|
|
11623
|
+
apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet: function (hospitalId, hospitalSpecialtyId, mediaId, options) {
|
|
11624
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11625
|
+
var localVarAxiosArgs;
|
|
11626
|
+
return __generator(this, function (_a) {
|
|
11627
|
+
switch (_a.label) {
|
|
11628
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(hospitalId, hospitalSpecialtyId, mediaId, options)];
|
|
11629
|
+
case 1:
|
|
11630
|
+
localVarAxiosArgs = _a.sent();
|
|
11631
|
+
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
11632
|
+
}
|
|
11633
|
+
});
|
|
11634
|
+
});
|
|
11635
|
+
},
|
|
11497
11636
|
/**
|
|
11498
11637
|
*
|
|
11499
11638
|
* @summary Get all HospitalSpecialties.
|
|
@@ -11669,7 +11808,6 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11669
11808
|
*
|
|
11670
11809
|
* @summary Get all HospitalWorkingDays.
|
|
11671
11810
|
* @param {string} hospitalId
|
|
11672
|
-
* @param {string} [hospitalId2]
|
|
11673
11811
|
* @param {string} [id]
|
|
11674
11812
|
* @param {string} [dayOfWeek]
|
|
11675
11813
|
* @param {Date} [timeFrom]
|
|
@@ -11681,12 +11819,12 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11681
11819
|
* @param {*} [options] Override http request option.
|
|
11682
11820
|
* @throws {RequiredError}
|
|
11683
11821
|
*/
|
|
11684
|
-
apiV2HospitalsHospitalIdWorkingdaysGet: function (hospitalId,
|
|
11822
|
+
apiV2HospitalsHospitalIdWorkingdaysGet: function (hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options) {
|
|
11685
11823
|
return __awaiter(this, void 0, void 0, function () {
|
|
11686
11824
|
var localVarAxiosArgs;
|
|
11687
11825
|
return __generator(this, function (_a) {
|
|
11688
11826
|
switch (_a.label) {
|
|
11689
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdWorkingdaysGet(hospitalId,
|
|
11827
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2HospitalsHospitalIdWorkingdaysGet(hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options)];
|
|
11690
11828
|
case 1:
|
|
11691
11829
|
localVarAxiosArgs = _a.sent();
|
|
11692
11830
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -11933,7 +12071,6 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
11933
12071
|
*
|
|
11934
12072
|
* @summary Get all HospitalHandles.
|
|
11935
12073
|
* @param {string} hospitalId
|
|
11936
|
-
* @param {string} [hospitalId2]
|
|
11937
12074
|
* @param {string} [id]
|
|
11938
12075
|
* @param {SnsType} [snsType]
|
|
11939
12076
|
* @param {string} [handle]
|
|
@@ -11943,8 +12080,8 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
11943
12080
|
* @param {*} [options] Override http request option.
|
|
11944
12081
|
* @throws {RequiredError}
|
|
11945
12082
|
*/
|
|
11946
|
-
apiV2HospitalsHospitalIdHandlesGet: function (hospitalId,
|
|
11947
|
-
return localVarFp.apiV2HospitalsHospitalIdHandlesGet(hospitalId,
|
|
12083
|
+
apiV2HospitalsHospitalIdHandlesGet: function (hospitalId, id, snsType, handle, page, limit, lastRetrieved, options) {
|
|
12084
|
+
return localVarFp.apiV2HospitalsHospitalIdHandlesGet(hospitalId, id, snsType, handle, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
11948
12085
|
},
|
|
11949
12086
|
/**
|
|
11950
12087
|
*
|
|
@@ -12008,6 +12145,34 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
12008
12145
|
apiV2HospitalsHospitalIdSpecialtiesGet: function (hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options) {
|
|
12009
12146
|
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
12010
12147
|
},
|
|
12148
|
+
/**
|
|
12149
|
+
*
|
|
12150
|
+
* @summary Get all HospitalServiceMedias.
|
|
12151
|
+
* @param {string} hospitalId
|
|
12152
|
+
* @param {string} hospitalSpecialtyId
|
|
12153
|
+
* @param {string} [id]
|
|
12154
|
+
* @param {MediaType} [mediaType]
|
|
12155
|
+
* @param {number} [page]
|
|
12156
|
+
* @param {number} [limit]
|
|
12157
|
+
* @param {Date} [lastRetrieved]
|
|
12158
|
+
* @param {*} [options] Override http request option.
|
|
12159
|
+
* @throws {RequiredError}
|
|
12160
|
+
*/
|
|
12161
|
+
apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet: function (hospitalId, hospitalSpecialtyId, id, mediaType, page, limit, lastRetrieved, options) {
|
|
12162
|
+
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(hospitalId, hospitalSpecialtyId, id, mediaType, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
12163
|
+
},
|
|
12164
|
+
/**
|
|
12165
|
+
*
|
|
12166
|
+
* @summary Get HospitalServiceMedia.
|
|
12167
|
+
* @param {string} hospitalId
|
|
12168
|
+
* @param {string} hospitalSpecialtyId
|
|
12169
|
+
* @param {string} mediaId
|
|
12170
|
+
* @param {*} [options] Override http request option.
|
|
12171
|
+
* @throws {RequiredError}
|
|
12172
|
+
*/
|
|
12173
|
+
apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet: function (hospitalId, hospitalSpecialtyId, mediaId, options) {
|
|
12174
|
+
return localVarFp.apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(hospitalId, hospitalSpecialtyId, mediaId, options).then(function (request) { return request(axios, basePath); });
|
|
12175
|
+
},
|
|
12011
12176
|
/**
|
|
12012
12177
|
*
|
|
12013
12178
|
* @summary Get all HospitalSpecialties.
|
|
@@ -12123,7 +12288,6 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
12123
12288
|
*
|
|
12124
12289
|
* @summary Get all HospitalWorkingDays.
|
|
12125
12290
|
* @param {string} hospitalId
|
|
12126
|
-
* @param {string} [hospitalId2]
|
|
12127
12291
|
* @param {string} [id]
|
|
12128
12292
|
* @param {string} [dayOfWeek]
|
|
12129
12293
|
* @param {Date} [timeFrom]
|
|
@@ -12135,8 +12299,8 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
12135
12299
|
* @param {*} [options] Override http request option.
|
|
12136
12300
|
* @throws {RequiredError}
|
|
12137
12301
|
*/
|
|
12138
|
-
apiV2HospitalsHospitalIdWorkingdaysGet: function (hospitalId,
|
|
12139
|
-
return localVarFp.apiV2HospitalsHospitalIdWorkingdaysGet(hospitalId,
|
|
12302
|
+
apiV2HospitalsHospitalIdWorkingdaysGet: function (hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options) {
|
|
12303
|
+
return localVarFp.apiV2HospitalsHospitalIdWorkingdaysGet(hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
12140
12304
|
},
|
|
12141
12305
|
/**
|
|
12142
12306
|
*
|
|
@@ -12371,7 +12535,6 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
12371
12535
|
*
|
|
12372
12536
|
* @summary Get all HospitalHandles.
|
|
12373
12537
|
* @param {string} hospitalId
|
|
12374
|
-
* @param {string} [hospitalId2]
|
|
12375
12538
|
* @param {string} [id]
|
|
12376
12539
|
* @param {SnsType} [snsType]
|
|
12377
12540
|
* @param {string} [handle]
|
|
@@ -12382,9 +12545,9 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
12382
12545
|
* @throws {RequiredError}
|
|
12383
12546
|
* @memberof HospitalsApi
|
|
12384
12547
|
*/
|
|
12385
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdHandlesGet = function (hospitalId,
|
|
12548
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdHandlesGet = function (hospitalId, id, snsType, handle, page, limit, lastRetrieved, options) {
|
|
12386
12549
|
var _this = this;
|
|
12387
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdHandlesGet(hospitalId,
|
|
12550
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdHandlesGet(hospitalId, id, snsType, handle, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
12388
12551
|
};
|
|
12389
12552
|
/**
|
|
12390
12553
|
*
|
|
@@ -12456,6 +12619,38 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
12456
12619
|
var _this = this;
|
|
12457
12620
|
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesGet(hospitalId, hospitalName, hospitalSlug, specialtyId, specialtyName, specialtyTypeId, hospitalSpecialtySlug, title, marketingType, languageCode, showHidden, returnDefaultValue, includeServices, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
12458
12621
|
};
|
|
12622
|
+
/**
|
|
12623
|
+
*
|
|
12624
|
+
* @summary Get all HospitalServiceMedias.
|
|
12625
|
+
* @param {string} hospitalId
|
|
12626
|
+
* @param {string} hospitalSpecialtyId
|
|
12627
|
+
* @param {string} [id]
|
|
12628
|
+
* @param {MediaType} [mediaType]
|
|
12629
|
+
* @param {number} [page]
|
|
12630
|
+
* @param {number} [limit]
|
|
12631
|
+
* @param {Date} [lastRetrieved]
|
|
12632
|
+
* @param {*} [options] Override http request option.
|
|
12633
|
+
* @throws {RequiredError}
|
|
12634
|
+
* @memberof HospitalsApi
|
|
12635
|
+
*/
|
|
12636
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet = function (hospitalId, hospitalSpecialtyId, id, mediaType, page, limit, lastRetrieved, options) {
|
|
12637
|
+
var _this = this;
|
|
12638
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasGet(hospitalId, hospitalSpecialtyId, id, mediaType, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
12639
|
+
};
|
|
12640
|
+
/**
|
|
12641
|
+
*
|
|
12642
|
+
* @summary Get HospitalServiceMedia.
|
|
12643
|
+
* @param {string} hospitalId
|
|
12644
|
+
* @param {string} hospitalSpecialtyId
|
|
12645
|
+
* @param {string} mediaId
|
|
12646
|
+
* @param {*} [options] Override http request option.
|
|
12647
|
+
* @throws {RequiredError}
|
|
12648
|
+
* @memberof HospitalsApi
|
|
12649
|
+
*/
|
|
12650
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet = function (hospitalId, hospitalSpecialtyId, mediaId, options) {
|
|
12651
|
+
var _this = this;
|
|
12652
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdGet(hospitalId, hospitalSpecialtyId, mediaId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
12653
|
+
};
|
|
12459
12654
|
/**
|
|
12460
12655
|
*
|
|
12461
12656
|
* @summary Get all HospitalSpecialties.
|
|
@@ -12583,7 +12778,6 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
12583
12778
|
*
|
|
12584
12779
|
* @summary Get all HospitalWorkingDays.
|
|
12585
12780
|
* @param {string} hospitalId
|
|
12586
|
-
* @param {string} [hospitalId2]
|
|
12587
12781
|
* @param {string} [id]
|
|
12588
12782
|
* @param {string} [dayOfWeek]
|
|
12589
12783
|
* @param {Date} [timeFrom]
|
|
@@ -12596,9 +12790,9 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
12596
12790
|
* @throws {RequiredError}
|
|
12597
12791
|
* @memberof HospitalsApi
|
|
12598
12792
|
*/
|
|
12599
|
-
HospitalsApi.prototype.apiV2HospitalsHospitalIdWorkingdaysGet = function (hospitalId,
|
|
12793
|
+
HospitalsApi.prototype.apiV2HospitalsHospitalIdWorkingdaysGet = function (hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options) {
|
|
12600
12794
|
var _this = this;
|
|
12601
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdWorkingdaysGet(hospitalId,
|
|
12795
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV2HospitalsHospitalIdWorkingdaysGet(hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
12602
12796
|
};
|
|
12603
12797
|
/**
|
|
12604
12798
|
*
|