ch-admin-api-client-typescript 3.1.1 → 3.1.2

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.js CHANGED
@@ -12815,7 +12815,7 @@ exports.DoctorsApiAxiosParamCreator = function (configuration) {
12815
12815
  },
12816
12816
  /**
12817
12817
  *
12818
- * @summary Get all DoctorEducations.
12818
+ * @summary Get all DoctorLanguages.
12819
12819
  * @param {string} doctorId
12820
12820
  * @param {string} [language]
12821
12821
  * @param {number} [page]
@@ -12876,7 +12876,7 @@ exports.DoctorsApiAxiosParamCreator = function (configuration) {
12876
12876
  },
12877
12877
  /**
12878
12878
  *
12879
- * @summary Delete DoctorEducation
12879
+ * @summary Delete DoctorLanguage
12880
12880
  * @param {string} doctorId
12881
12881
  * @param {string} languageId
12882
12882
  * @param {*} [options] Override http request option.
@@ -12923,7 +12923,7 @@ exports.DoctorsApiAxiosParamCreator = function (configuration) {
12923
12923
  },
12924
12924
  /**
12925
12925
  *
12926
- * @summary Get DoctorEducation.
12926
+ * @summary Get DoctorLanguage.
12927
12927
  * @param {string} doctorId
12928
12928
  * @param {string} languageId
12929
12929
  * @param {*} [options] Override http request option.
@@ -12970,7 +12970,7 @@ exports.DoctorsApiAxiosParamCreator = function (configuration) {
12970
12970
  },
12971
12971
  /**
12972
12972
  *
12973
- * @summary Update DoctorEducation.
12973
+ * @summary Update DoctorLanguage.
12974
12974
  * @param {string} doctorId
12975
12975
  * @param {string} languageId
12976
12976
  * @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
@@ -13020,7 +13020,7 @@ exports.DoctorsApiAxiosParamCreator = function (configuration) {
13020
13020
  },
13021
13021
  /**
13022
13022
  *
13023
- * @summary Create DoctorEducation.
13023
+ * @summary Create DoctorLanguage.
13024
13024
  * @param {string} doctorId
13025
13025
  * @param {CreateDoctorLanguageCommand} [createDoctorLanguageCommand]
13026
13026
  * @param {*} [options] Override http request option.
@@ -14557,7 +14557,7 @@ exports.DoctorsApiFp = function (configuration) {
14557
14557
  },
14558
14558
  /**
14559
14559
  *
14560
- * @summary Get all DoctorEducations.
14560
+ * @summary Get all DoctorLanguages.
14561
14561
  * @param {string} doctorId
14562
14562
  * @param {string} [language]
14563
14563
  * @param {number} [page]
@@ -14581,7 +14581,7 @@ exports.DoctorsApiFp = function (configuration) {
14581
14581
  },
14582
14582
  /**
14583
14583
  *
14584
- * @summary Delete DoctorEducation
14584
+ * @summary Delete DoctorLanguage
14585
14585
  * @param {string} doctorId
14586
14586
  * @param {string} languageId
14587
14587
  * @param {*} [options] Override http request option.
@@ -14602,7 +14602,7 @@ exports.DoctorsApiFp = function (configuration) {
14602
14602
  },
14603
14603
  /**
14604
14604
  *
14605
- * @summary Get DoctorEducation.
14605
+ * @summary Get DoctorLanguage.
14606
14606
  * @param {string} doctorId
14607
14607
  * @param {string} languageId
14608
14608
  * @param {*} [options] Override http request option.
@@ -14623,7 +14623,7 @@ exports.DoctorsApiFp = function (configuration) {
14623
14623
  },
14624
14624
  /**
14625
14625
  *
14626
- * @summary Update DoctorEducation.
14626
+ * @summary Update DoctorLanguage.
14627
14627
  * @param {string} doctorId
14628
14628
  * @param {string} languageId
14629
14629
  * @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
@@ -14645,7 +14645,7 @@ exports.DoctorsApiFp = function (configuration) {
14645
14645
  },
14646
14646
  /**
14647
14647
  *
14648
- * @summary Create DoctorEducation.
14648
+ * @summary Create DoctorLanguage.
14649
14649
  * @param {string} doctorId
14650
14650
  * @param {CreateDoctorLanguageCommand} [createDoctorLanguageCommand]
14651
14651
  * @param {*} [options] Override http request option.
@@ -15332,7 +15332,7 @@ exports.DoctorsApiFactory = function (configuration, basePath, axios) {
15332
15332
  },
15333
15333
  /**
15334
15334
  *
15335
- * @summary Get all DoctorEducations.
15335
+ * @summary Get all DoctorLanguages.
15336
15336
  * @param {string} doctorId
15337
15337
  * @param {string} [language]
15338
15338
  * @param {number} [page]
@@ -15346,7 +15346,7 @@ exports.DoctorsApiFactory = function (configuration, basePath, axios) {
15346
15346
  },
15347
15347
  /**
15348
15348
  *
15349
- * @summary Delete DoctorEducation
15349
+ * @summary Delete DoctorLanguage
15350
15350
  * @param {string} doctorId
15351
15351
  * @param {string} languageId
15352
15352
  * @param {*} [options] Override http request option.
@@ -15357,7 +15357,7 @@ exports.DoctorsApiFactory = function (configuration, basePath, axios) {
15357
15357
  },
15358
15358
  /**
15359
15359
  *
15360
- * @summary Get DoctorEducation.
15360
+ * @summary Get DoctorLanguage.
15361
15361
  * @param {string} doctorId
15362
15362
  * @param {string} languageId
15363
15363
  * @param {*} [options] Override http request option.
@@ -15368,7 +15368,7 @@ exports.DoctorsApiFactory = function (configuration, basePath, axios) {
15368
15368
  },
15369
15369
  /**
15370
15370
  *
15371
- * @summary Update DoctorEducation.
15371
+ * @summary Update DoctorLanguage.
15372
15372
  * @param {string} doctorId
15373
15373
  * @param {string} languageId
15374
15374
  * @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
@@ -15380,7 +15380,7 @@ exports.DoctorsApiFactory = function (configuration, basePath, axios) {
15380
15380
  },
15381
15381
  /**
15382
15382
  *
15383
- * @summary Create DoctorEducation.
15383
+ * @summary Create DoctorLanguage.
15384
15384
  * @param {string} doctorId
15385
15385
  * @param {CreateDoctorLanguageCommand} [createDoctorLanguageCommand]
15386
15386
  * @param {*} [options] Override http request option.
@@ -15893,7 +15893,7 @@ var DoctorsApi = /** @class */ (function (_super) {
15893
15893
  };
15894
15894
  /**
15895
15895
  *
15896
- * @summary Get all DoctorEducations.
15896
+ * @summary Get all DoctorLanguages.
15897
15897
  * @param {string} doctorId
15898
15898
  * @param {string} [language]
15899
15899
  * @param {number} [page]
@@ -15909,7 +15909,7 @@ var DoctorsApi = /** @class */ (function (_super) {
15909
15909
  };
15910
15910
  /**
15911
15911
  *
15912
- * @summary Delete DoctorEducation
15912
+ * @summary Delete DoctorLanguage
15913
15913
  * @param {string} doctorId
15914
15914
  * @param {string} languageId
15915
15915
  * @param {*} [options] Override http request option.
@@ -15922,7 +15922,7 @@ var DoctorsApi = /** @class */ (function (_super) {
15922
15922
  };
15923
15923
  /**
15924
15924
  *
15925
- * @summary Get DoctorEducation.
15925
+ * @summary Get DoctorLanguage.
15926
15926
  * @param {string} doctorId
15927
15927
  * @param {string} languageId
15928
15928
  * @param {*} [options] Override http request option.
@@ -15935,7 +15935,7 @@ var DoctorsApi = /** @class */ (function (_super) {
15935
15935
  };
15936
15936
  /**
15937
15937
  *
15938
- * @summary Update DoctorEducation.
15938
+ * @summary Update DoctorLanguage.
15939
15939
  * @param {string} doctorId
15940
15940
  * @param {string} languageId
15941
15941
  * @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
@@ -15949,7 +15949,7 @@ var DoctorsApi = /** @class */ (function (_super) {
15949
15949
  };
15950
15950
  /**
15951
15951
  *
15952
- * @summary Create DoctorEducation.
15952
+ * @summary Create DoctorLanguage.
15953
15953
  * @param {string} doctorId
15954
15954
  * @param {CreateDoctorLanguageCommand} [createDoctorLanguageCommand]
15955
15955
  * @param {*} [options] Override http request option.
@@ -19935,7 +19935,6 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
19935
19935
  *
19936
19936
  * @summary Get all HospitalHandles.
19937
19937
  * @param {string} hospitalId
19938
- * @param {string} [hospitalId2]
19939
19938
  * @param {string} [id]
19940
19939
  * @param {SnsType} [snsType]
19941
19940
  * @param {string} [handle]
@@ -19945,7 +19944,7 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
19945
19944
  * @param {*} [options] Override http request option.
19946
19945
  * @throws {RequiredError}
19947
19946
  */
19948
- apiV1HospitalsHospitalIdHandlesGet: function (hospitalId, hospitalId2, id, snsType, handle, page, limit, lastRetrieved, options) {
19947
+ apiV1HospitalsHospitalIdHandlesGet: function (hospitalId, id, snsType, handle, page, limit, lastRetrieved, options) {
19949
19948
  if (options === void 0) { options = {}; }
19950
19949
  return __awaiter(_this, void 0, void 0, function () {
19951
19950
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -19970,9 +19969,6 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
19970
19969
  // authentication oauth2 required
19971
19970
  // oauth required
19972
19971
  _a.sent();
19973
- if (hospitalId2 !== undefined) {
19974
- localVarQueryParameter['HospitalId'] = hospitalId2;
19975
- }
19976
19972
  if (id !== undefined) {
19977
19973
  localVarQueryParameter['Id'] = id;
19978
19974
  }
@@ -21537,7 +21533,6 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21537
21533
  *
21538
21534
  * @summary Get all HospitalWorkingDays.
21539
21535
  * @param {string} hospitalId
21540
- * @param {string} [hospitalId2]
21541
21536
  * @param {string} [id]
21542
21537
  * @param {string} [dayOfWeek]
21543
21538
  * @param {Date} [timeFrom]
@@ -21549,7 +21544,7 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21549
21544
  * @param {*} [options] Override http request option.
21550
21545
  * @throws {RequiredError}
21551
21546
  */
21552
- apiV1HospitalsHospitalIdWorkingdaysGet: function (hospitalId, hospitalId2, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options) {
21547
+ apiV1HospitalsHospitalIdWorkingdaysGet: function (hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options) {
21553
21548
  if (options === void 0) { options = {}; }
21554
21549
  return __awaiter(_this, void 0, void 0, function () {
21555
21550
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -21574,9 +21569,6 @@ exports.HospitalsApiAxiosParamCreator = function (configuration) {
21574
21569
  // authentication oauth2 required
21575
21570
  // oauth required
21576
21571
  _a.sent();
21577
- if (hospitalId2 !== undefined) {
21578
- localVarQueryParameter['HospitalId'] = hospitalId2;
21579
- }
21580
21572
  if (id !== undefined) {
21581
21573
  localVarQueryParameter['Id'] = id;
21582
21574
  }
@@ -22531,7 +22523,6 @@ exports.HospitalsApiFp = function (configuration) {
22531
22523
  *
22532
22524
  * @summary Get all HospitalHandles.
22533
22525
  * @param {string} hospitalId
22534
- * @param {string} [hospitalId2]
22535
22526
  * @param {string} [id]
22536
22527
  * @param {SnsType} [snsType]
22537
22528
  * @param {string} [handle]
@@ -22541,12 +22532,12 @@ exports.HospitalsApiFp = function (configuration) {
22541
22532
  * @param {*} [options] Override http request option.
22542
22533
  * @throws {RequiredError}
22543
22534
  */
22544
- apiV1HospitalsHospitalIdHandlesGet: function (hospitalId, hospitalId2, id, snsType, handle, page, limit, lastRetrieved, options) {
22535
+ apiV1HospitalsHospitalIdHandlesGet: function (hospitalId, id, snsType, handle, page, limit, lastRetrieved, options) {
22545
22536
  return __awaiter(this, void 0, void 0, function () {
22546
22537
  var localVarAxiosArgs;
22547
22538
  return __generator(this, function (_a) {
22548
22539
  switch (_a.label) {
22549
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsHospitalIdHandlesGet(hospitalId, hospitalId2, id, snsType, handle, page, limit, lastRetrieved, options)];
22540
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsHospitalIdHandlesGet(hospitalId, id, snsType, handle, page, limit, lastRetrieved, options)];
22550
22541
  case 1:
22551
22542
  localVarAxiosArgs = _a.sent();
22552
22543
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -23179,7 +23170,6 @@ exports.HospitalsApiFp = function (configuration) {
23179
23170
  *
23180
23171
  * @summary Get all HospitalWorkingDays.
23181
23172
  * @param {string} hospitalId
23182
- * @param {string} [hospitalId2]
23183
23173
  * @param {string} [id]
23184
23174
  * @param {string} [dayOfWeek]
23185
23175
  * @param {Date} [timeFrom]
@@ -23191,12 +23181,12 @@ exports.HospitalsApiFp = function (configuration) {
23191
23181
  * @param {*} [options] Override http request option.
23192
23182
  * @throws {RequiredError}
23193
23183
  */
23194
- apiV1HospitalsHospitalIdWorkingdaysGet: function (hospitalId, hospitalId2, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options) {
23184
+ apiV1HospitalsHospitalIdWorkingdaysGet: function (hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options) {
23195
23185
  return __awaiter(this, void 0, void 0, function () {
23196
23186
  var localVarAxiosArgs;
23197
23187
  return __generator(this, function (_a) {
23198
23188
  switch (_a.label) {
23199
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsHospitalIdWorkingdaysGet(hospitalId, hospitalId2, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options)];
23189
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsHospitalIdWorkingdaysGet(hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options)];
23200
23190
  case 1:
23201
23191
  localVarAxiosArgs = _a.sent();
23202
23192
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -23666,7 +23656,6 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
23666
23656
  *
23667
23657
  * @summary Get all HospitalHandles.
23668
23658
  * @param {string} hospitalId
23669
- * @param {string} [hospitalId2]
23670
23659
  * @param {string} [id]
23671
23660
  * @param {SnsType} [snsType]
23672
23661
  * @param {string} [handle]
@@ -23676,8 +23665,8 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
23676
23665
  * @param {*} [options] Override http request option.
23677
23666
  * @throws {RequiredError}
23678
23667
  */
23679
- apiV1HospitalsHospitalIdHandlesGet: function (hospitalId, hospitalId2, id, snsType, handle, page, limit, lastRetrieved, options) {
23680
- return localVarFp.apiV1HospitalsHospitalIdHandlesGet(hospitalId, hospitalId2, id, snsType, handle, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
23668
+ apiV1HospitalsHospitalIdHandlesGet: function (hospitalId, id, snsType, handle, page, limit, lastRetrieved, options) {
23669
+ return localVarFp.apiV1HospitalsHospitalIdHandlesGet(hospitalId, id, snsType, handle, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
23681
23670
  },
23682
23671
  /**
23683
23672
  *
@@ -24044,7 +24033,6 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
24044
24033
  *
24045
24034
  * @summary Get all HospitalWorkingDays.
24046
24035
  * @param {string} hospitalId
24047
- * @param {string} [hospitalId2]
24048
24036
  * @param {string} [id]
24049
24037
  * @param {string} [dayOfWeek]
24050
24038
  * @param {Date} [timeFrom]
@@ -24056,8 +24044,8 @@ exports.HospitalsApiFactory = function (configuration, basePath, axios) {
24056
24044
  * @param {*} [options] Override http request option.
24057
24045
  * @throws {RequiredError}
24058
24046
  */
24059
- apiV1HospitalsHospitalIdWorkingdaysGet: function (hospitalId, hospitalId2, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options) {
24060
- return localVarFp.apiV1HospitalsHospitalIdWorkingdaysGet(hospitalId, hospitalId2, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
24047
+ apiV1HospitalsHospitalIdWorkingdaysGet: function (hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options) {
24048
+ return localVarFp.apiV1HospitalsHospitalIdWorkingdaysGet(hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
24061
24049
  },
24062
24050
  /**
24063
24051
  *
@@ -24499,7 +24487,6 @@ var HospitalsApi = /** @class */ (function (_super) {
24499
24487
  *
24500
24488
  * @summary Get all HospitalHandles.
24501
24489
  * @param {string} hospitalId
24502
- * @param {string} [hospitalId2]
24503
24490
  * @param {string} [id]
24504
24491
  * @param {SnsType} [snsType]
24505
24492
  * @param {string} [handle]
@@ -24510,9 +24497,9 @@ var HospitalsApi = /** @class */ (function (_super) {
24510
24497
  * @throws {RequiredError}
24511
24498
  * @memberof HospitalsApi
24512
24499
  */
24513
- HospitalsApi.prototype.apiV1HospitalsHospitalIdHandlesGet = function (hospitalId, hospitalId2, id, snsType, handle, page, limit, lastRetrieved, options) {
24500
+ HospitalsApi.prototype.apiV1HospitalsHospitalIdHandlesGet = function (hospitalId, id, snsType, handle, page, limit, lastRetrieved, options) {
24514
24501
  var _this = this;
24515
- return exports.HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdHandlesGet(hospitalId, hospitalId2, id, snsType, handle, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
24502
+ return exports.HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdHandlesGet(hospitalId, id, snsType, handle, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
24516
24503
  };
24517
24504
  /**
24518
24505
  *
@@ -24931,7 +24918,6 @@ var HospitalsApi = /** @class */ (function (_super) {
24931
24918
  *
24932
24919
  * @summary Get all HospitalWorkingDays.
24933
24920
  * @param {string} hospitalId
24934
- * @param {string} [hospitalId2]
24935
24921
  * @param {string} [id]
24936
24922
  * @param {string} [dayOfWeek]
24937
24923
  * @param {Date} [timeFrom]
@@ -24944,9 +24930,9 @@ var HospitalsApi = /** @class */ (function (_super) {
24944
24930
  * @throws {RequiredError}
24945
24931
  * @memberof HospitalsApi
24946
24932
  */
24947
- HospitalsApi.prototype.apiV1HospitalsHospitalIdWorkingdaysGet = function (hospitalId, hospitalId2, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options) {
24933
+ HospitalsApi.prototype.apiV1HospitalsHospitalIdWorkingdaysGet = function (hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options) {
24948
24934
  var _this = this;
24949
- return exports.HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdWorkingdaysGet(hospitalId, hospitalId2, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
24935
+ return exports.HospitalsApiFp(this.configuration).apiV1HospitalsHospitalIdWorkingdaysGet(hospitalId, id, dayOfWeek, timeFrom, timeTo, checkHoliday, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
24950
24936
  };
24951
24937
  /**
24952
24938
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "index.js",
6
6
  "scripts": {