ch-admin-api-client-typescript 5.43.20 → 5.45.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/appointments-api.d.ts +52 -52
- package/lib/api/appointments-api.js +52 -52
- package/lib/api/curation-categories-api.d.ts +385 -0
- package/lib/api/curation-categories-api.d.ts.map +1 -0
- package/lib/api/{search-curations-api.js → curation-categories-api.js} +192 -175
- package/lib/api/curations-api.d.ts +49 -168
- package/lib/api/curations-api.d.ts.map +1 -1
- package/lib/api/curations-api.js +63 -259
- package/lib/api/form-results-api.d.ts +20 -20
- package/lib/api/form-results-api.js +20 -20
- package/lib/api/hospitals-api.d.ts +25 -6
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +30 -18
- package/lib/api/patient-affiliations-api.d.ts +8 -8
- package/lib/api/patient-affiliations-api.js +8 -8
- package/lib/api/patients-api.d.ts +48 -48
- package/lib/api/patients-api.js +48 -48
- package/lib/api/survey-results-api.d.ts +16 -16
- package/lib/api/survey-results-api.js +16 -16
- package/lib/api/whats-app-template-media-api.d.ts +321 -0
- package/lib/api/whats-app-template-media-api.d.ts.map +1 -0
- package/lib/api/whats-app-template-media-api.js +618 -0
- package/lib/api.d.ts +2 -1
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +2 -1
- package/lib/models/chadmin-model.d.ts +0 -7
- package/lib/models/chadmin-model.d.ts.map +1 -1
- package/lib/models/chmanager-model.d.ts +0 -7
- package/lib/models/chmanager-model.d.ts.map +1 -1
- package/lib/models/content-manager-model.d.ts +0 -7
- package/lib/models/content-manager-model.d.ts.map +1 -1
- package/lib/models/create-curation-category-command.d.ts +37 -0
- package/lib/models/create-curation-category-command.d.ts.map +1 -0
- package/lib/models/create-curation-command-translation.d.ts +37 -0
- package/lib/models/create-curation-command-translation.d.ts.map +1 -0
- package/lib/models/create-curation-command.d.ts +4 -57
- package/lib/models/create-curation-command.d.ts.map +1 -1
- package/lib/models/create-doctor-command.d.ts +6 -0
- package/lib/models/create-doctor-command.d.ts.map +1 -1
- package/lib/models/create-patient-command.d.ts +6 -0
- package/lib/models/create-patient-command.d.ts.map +1 -1
- package/lib/models/create-whats-app-template-media-command.d.ts +45 -0
- package/lib/models/create-whats-app-template-media-command.d.ts.map +1 -0
- package/lib/models/curation-categories-model.d.ts +33 -0
- package/lib/models/curation-categories-model.d.ts.map +1 -0
- package/lib/models/curation-category-model.d.ts +49 -0
- package/lib/models/curation-category-model.d.ts.map +1 -0
- package/lib/models/curation-category-model.js +15 -0
- package/lib/models/curation-model.d.ts +8 -51
- package/lib/models/curation-model.d.ts.map +1 -1
- package/lib/models/delete-whats-app-template-media-by-tag-command.d.ts +31 -0
- package/lib/models/delete-whats-app-template-media-by-tag-command.d.ts.map +1 -0
- package/lib/models/delete-whats-app-template-media-by-tag-command.js +15 -0
- package/lib/models/doctor-model.d.ts +0 -7
- package/lib/models/doctor-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +15 -5
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +15 -5
- package/lib/models/manager-model.d.ts +0 -7
- package/lib/models/manager-model.d.ts.map +1 -1
- package/lib/models/{user-type.js → meta-media-type.d.ts} +8 -14
- package/lib/models/meta-media-type.d.ts.map +1 -0
- package/lib/models/meta-media-type.js +28 -0
- package/lib/models/patient-manager-model.d.ts +0 -7
- package/lib/models/patient-manager-model.d.ts.map +1 -1
- package/lib/models/patient-model.d.ts +0 -7
- package/lib/models/patient-model.d.ts.map +1 -1
- package/lib/models/translate-curation-category-command.d.ts +31 -0
- package/lib/models/translate-curation-category-command.d.ts.map +1 -0
- package/lib/models/translate-curation-category-command.js +15 -0
- package/lib/models/translate-curation-command.d.ts +0 -13
- package/lib/models/translate-curation-command.d.ts.map +1 -1
- package/lib/models/update-curation-category-command-translation.d.ts +31 -0
- package/lib/models/update-curation-category-command-translation.d.ts.map +1 -0
- package/lib/models/update-curation-category-command-translation.js +15 -0
- package/lib/models/update-curation-category-command.d.ts +38 -0
- package/lib/models/update-curation-category-command.d.ts.map +1 -0
- package/lib/models/update-curation-category-command.js +15 -0
- package/lib/models/update-curation-command-translation.d.ts +37 -0
- package/lib/models/update-curation-command-translation.d.ts.map +1 -0
- package/lib/models/update-curation-command-translation.js +15 -0
- package/lib/models/update-curation-command.d.ts +5 -46
- package/lib/models/update-curation-command.d.ts.map +1 -1
- package/lib/models/user-model.d.ts +0 -7
- package/lib/models/user-model.d.ts.map +1 -1
- package/lib/models/whats-app-template-media-item-model.d.ts +76 -0
- package/lib/models/whats-app-template-media-item-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-media-item-model.js +15 -0
- package/lib/models/whats-app-template-media-model.d.ts +76 -0
- package/lib/models/whats-app-template-media-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-media-model.js +15 -0
- package/lib/models/{search-curation-primary-item-model.d.ts → whats-app-template-media-tags-model.d.ts} +7 -7
- package/lib/models/whats-app-template-media-tags-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-media-tags-model.js +15 -0
- package/lib/models/whats-app-template-medias-model.d.ts +33 -0
- package/lib/models/whats-app-template-medias-model.d.ts.map +1 -0
- package/lib/models/whats-app-template-medias-model.js +15 -0
- package/package.json +1 -1
- package/lib/api/search-curations-api.d.ts +0 -364
- package/lib/api/search-curations-api.d.ts.map +0 -1
- package/lib/models/save-search-curations-command.d.ts +0 -26
- package/lib/models/save-search-curations-command.d.ts.map +0 -1
- package/lib/models/search-curation-item-input-model.d.ts +0 -92
- package/lib/models/search-curation-item-input-model.d.ts.map +0 -1
- package/lib/models/search-curation-item-model.d.ts +0 -98
- package/lib/models/search-curation-item-model.d.ts.map +0 -1
- package/lib/models/search-curation-primary-item-model.d.ts.map +0 -1
- package/lib/models/user-type.d.ts +0 -28
- package/lib/models/user-type.d.ts.map +0 -1
- /package/lib/models/{save-search-curations-command.js → create-curation-category-command.js} +0 -0
- /package/lib/models/{search-curation-item-input-model.js → create-curation-command-translation.js} +0 -0
- /package/lib/models/{search-curation-item-model.js → create-whats-app-template-media-command.js} +0 -0
- /package/lib/models/{search-curation-primary-item-model.js → curation-categories-model.js} +0 -0
package/lib/api/hospitals-api.js
CHANGED
|
@@ -105,6 +105,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
105
105
|
*
|
|
106
106
|
* @summary Get all Hospitals. (Auth roles: Admin,Manager,LocalManager,Doctor,ContentManager)
|
|
107
107
|
* @param {string} [hospitalId]
|
|
108
|
+
* @param {StringFilterTypes} [nameFilterType]
|
|
108
109
|
* @param {string} [name]
|
|
109
110
|
* @param {string} [countryId]
|
|
110
111
|
* @param {Date} [created]
|
|
@@ -122,12 +123,12 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
122
123
|
* @param {*} [options] Override http request option.
|
|
123
124
|
* @throws {RequiredError}
|
|
124
125
|
*/
|
|
125
|
-
apiV1HospitalsGet: function (hospitalId_1, name_1, countryId_1, created_1, marketingType_1, specialtyTypeId_1, specialtyId_1, exceptHospitalId_1, showHidden_1, languageCode_1, ids_1, paymentEnabled_1, page_1, limit_1, lastRetrieved_1) {
|
|
126
|
+
apiV1HospitalsGet: function (hospitalId_1, nameFilterType_1, name_1, countryId_1, created_1, marketingType_1, specialtyTypeId_1, specialtyId_1, exceptHospitalId_1, showHidden_1, languageCode_1, ids_1, paymentEnabled_1, page_1, limit_1, lastRetrieved_1) {
|
|
126
127
|
var args_1 = [];
|
|
127
|
-
for (var _i =
|
|
128
|
-
args_1[_i -
|
|
128
|
+
for (var _i = 16; _i < arguments.length; _i++) {
|
|
129
|
+
args_1[_i - 16] = arguments[_i];
|
|
129
130
|
}
|
|
130
|
-
return __awaiter(_this, __spreadArray([hospitalId_1, name_1, countryId_1, created_1, marketingType_1, specialtyTypeId_1, specialtyId_1, exceptHospitalId_1, showHidden_1, languageCode_1, ids_1, paymentEnabled_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
131
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, nameFilterType_1, name_1, countryId_1, created_1, marketingType_1, specialtyTypeId_1, specialtyId_1, exceptHospitalId_1, showHidden_1, languageCode_1, ids_1, paymentEnabled_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, nameFilterType, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
131
132
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
132
133
|
if (options === void 0) { options = {}; }
|
|
133
134
|
return __generator(this, function (_a) {
|
|
@@ -151,6 +152,9 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
151
152
|
if (hospitalId !== undefined) {
|
|
152
153
|
localVarQueryParameter['HospitalId'] = hospitalId;
|
|
153
154
|
}
|
|
155
|
+
if (nameFilterType !== undefined) {
|
|
156
|
+
localVarQueryParameter['NameFilterType'] = nameFilterType;
|
|
157
|
+
}
|
|
154
158
|
if (name !== undefined) {
|
|
155
159
|
localVarQueryParameter['Name'] = name;
|
|
156
160
|
}
|
|
@@ -10381,6 +10385,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10381
10385
|
*
|
|
10382
10386
|
* @summary Get all Hospitals. (Auth roles: Admin,Manager,LocalManager,Doctor,ContentManager)
|
|
10383
10387
|
* @param {string} [hospitalId]
|
|
10388
|
+
* @param {StringFilterTypes} [nameFilterType]
|
|
10384
10389
|
* @param {string} [name]
|
|
10385
10390
|
* @param {string} [countryId]
|
|
10386
10391
|
* @param {Date} [created]
|
|
@@ -10398,12 +10403,12 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10398
10403
|
* @param {*} [options] Override http request option.
|
|
10399
10404
|
* @throws {RequiredError}
|
|
10400
10405
|
*/
|
|
10401
|
-
apiV1HospitalsSimpleGet: function (hospitalId_1, name_1, countryId_1, created_1, marketingType_1, specialtyTypeId_1, specialtyId_1, exceptHospitalId_1, showHidden_1, languageCode_1, ids_1, paymentEnabled_1, page_1, limit_1, lastRetrieved_1) {
|
|
10406
|
+
apiV1HospitalsSimpleGet: function (hospitalId_1, nameFilterType_1, name_1, countryId_1, created_1, marketingType_1, specialtyTypeId_1, specialtyId_1, exceptHospitalId_1, showHidden_1, languageCode_1, ids_1, paymentEnabled_1, page_1, limit_1, lastRetrieved_1) {
|
|
10402
10407
|
var args_1 = [];
|
|
10403
|
-
for (var _i =
|
|
10404
|
-
args_1[_i -
|
|
10408
|
+
for (var _i = 16; _i < arguments.length; _i++) {
|
|
10409
|
+
args_1[_i - 16] = arguments[_i];
|
|
10405
10410
|
}
|
|
10406
|
-
return __awaiter(_this, __spreadArray([hospitalId_1, name_1, countryId_1, created_1, marketingType_1, specialtyTypeId_1, specialtyId_1, exceptHospitalId_1, showHidden_1, languageCode_1, ids_1, paymentEnabled_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
10411
|
+
return __awaiter(_this, __spreadArray([hospitalId_1, nameFilterType_1, name_1, countryId_1, created_1, marketingType_1, specialtyTypeId_1, specialtyId_1, exceptHospitalId_1, showHidden_1, languageCode_1, ids_1, paymentEnabled_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (hospitalId, nameFilterType, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
10407
10412
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
10408
10413
|
if (options === void 0) { options = {}; }
|
|
10409
10414
|
return __generator(this, function (_a) {
|
|
@@ -10427,6 +10432,9 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10427
10432
|
if (hospitalId !== undefined) {
|
|
10428
10433
|
localVarQueryParameter['HospitalId'] = hospitalId;
|
|
10429
10434
|
}
|
|
10435
|
+
if (nameFilterType !== undefined) {
|
|
10436
|
+
localVarQueryParameter['NameFilterType'] = nameFilterType;
|
|
10437
|
+
}
|
|
10430
10438
|
if (name !== undefined) {
|
|
10431
10439
|
localVarQueryParameter['Name'] = name;
|
|
10432
10440
|
}
|
|
@@ -10553,6 +10561,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
10553
10561
|
*
|
|
10554
10562
|
* @summary Get all Hospitals. (Auth roles: Admin,Manager,LocalManager,Doctor,ContentManager)
|
|
10555
10563
|
* @param {string} [hospitalId]
|
|
10564
|
+
* @param {StringFilterTypes} [nameFilterType]
|
|
10556
10565
|
* @param {string} [name]
|
|
10557
10566
|
* @param {string} [countryId]
|
|
10558
10567
|
* @param {Date} [created]
|
|
@@ -10570,12 +10579,12 @@ var HospitalsApiFp = function (configuration) {
|
|
|
10570
10579
|
* @param {*} [options] Override http request option.
|
|
10571
10580
|
* @throws {RequiredError}
|
|
10572
10581
|
*/
|
|
10573
|
-
apiV1HospitalsGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
10582
|
+
apiV1HospitalsGet: function (hospitalId, nameFilterType, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
10574
10583
|
return __awaiter(this, void 0, void 0, function () {
|
|
10575
10584
|
var localVarAxiosArgs;
|
|
10576
10585
|
return __generator(this, function (_a) {
|
|
10577
10586
|
switch (_a.label) {
|
|
10578
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options)];
|
|
10587
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsGet(hospitalId, nameFilterType, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options)];
|
|
10579
10588
|
case 1:
|
|
10580
10589
|
localVarAxiosArgs = _a.sent();
|
|
10581
10590
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -14567,6 +14576,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14567
14576
|
*
|
|
14568
14577
|
* @summary Get all Hospitals. (Auth roles: Admin,Manager,LocalManager,Doctor,ContentManager)
|
|
14569
14578
|
* @param {string} [hospitalId]
|
|
14579
|
+
* @param {StringFilterTypes} [nameFilterType]
|
|
14570
14580
|
* @param {string} [name]
|
|
14571
14581
|
* @param {string} [countryId]
|
|
14572
14582
|
* @param {Date} [created]
|
|
@@ -14584,12 +14594,12 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14584
14594
|
* @param {*} [options] Override http request option.
|
|
14585
14595
|
* @throws {RequiredError}
|
|
14586
14596
|
*/
|
|
14587
|
-
apiV1HospitalsSimpleGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
14597
|
+
apiV1HospitalsSimpleGet: function (hospitalId, nameFilterType, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
14588
14598
|
return __awaiter(this, void 0, void 0, function () {
|
|
14589
14599
|
var localVarAxiosArgs;
|
|
14590
14600
|
return __generator(this, function (_a) {
|
|
14591
14601
|
switch (_a.label) {
|
|
14592
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options)];
|
|
14602
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1HospitalsSimpleGet(hospitalId, nameFilterType, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options)];
|
|
14593
14603
|
case 1:
|
|
14594
14604
|
localVarAxiosArgs = _a.sent();
|
|
14595
14605
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -14633,6 +14643,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14633
14643
|
*
|
|
14634
14644
|
* @summary Get all Hospitals. (Auth roles: Admin,Manager,LocalManager,Doctor,ContentManager)
|
|
14635
14645
|
* @param {string} [hospitalId]
|
|
14646
|
+
* @param {StringFilterTypes} [nameFilterType]
|
|
14636
14647
|
* @param {string} [name]
|
|
14637
14648
|
* @param {string} [countryId]
|
|
14638
14649
|
* @param {Date} [created]
|
|
@@ -14650,8 +14661,8 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
14650
14661
|
* @param {*} [options] Override http request option.
|
|
14651
14662
|
* @throws {RequiredError}
|
|
14652
14663
|
*/
|
|
14653
|
-
apiV1HospitalsGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
14654
|
-
return localVarFp.apiV1HospitalsGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
14664
|
+
apiV1HospitalsGet: function (hospitalId, nameFilterType, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
14665
|
+
return localVarFp.apiV1HospitalsGet(hospitalId, nameFilterType, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
14655
14666
|
},
|
|
14656
14667
|
/**
|
|
14657
14668
|
*
|
|
@@ -16887,6 +16898,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16887
16898
|
*
|
|
16888
16899
|
* @summary Get all Hospitals. (Auth roles: Admin,Manager,LocalManager,Doctor,ContentManager)
|
|
16889
16900
|
* @param {string} [hospitalId]
|
|
16901
|
+
* @param {StringFilterTypes} [nameFilterType]
|
|
16890
16902
|
* @param {string} [name]
|
|
16891
16903
|
* @param {string} [countryId]
|
|
16892
16904
|
* @param {Date} [created]
|
|
@@ -16904,8 +16916,8 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16904
16916
|
* @param {*} [options] Override http request option.
|
|
16905
16917
|
* @throws {RequiredError}
|
|
16906
16918
|
*/
|
|
16907
|
-
apiV1HospitalsSimpleGet: function (hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
16908
|
-
return localVarFp.apiV1HospitalsSimpleGet(hospitalId, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
16919
|
+
apiV1HospitalsSimpleGet: function (hospitalId, nameFilterType, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options) {
|
|
16920
|
+
return localVarFp.apiV1HospitalsSimpleGet(hospitalId, nameFilterType, name, countryId, created, marketingType, specialtyTypeId, specialtyId, exceptHospitalId, showHidden, languageCode, ids, paymentEnabled, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
16909
16921
|
},
|
|
16910
16922
|
/**
|
|
16911
16923
|
*
|
|
@@ -16944,7 +16956,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
16944
16956
|
HospitalsApi.prototype.apiV1HospitalsGet = function (requestParameters, options) {
|
|
16945
16957
|
var _this = this;
|
|
16946
16958
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
16947
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV1HospitalsGet(requestParameters.hospitalId, requestParameters.name, requestParameters.countryId, requestParameters.created, requestParameters.marketingType, requestParameters.specialtyTypeId, requestParameters.specialtyId, requestParameters.exceptHospitalId, requestParameters.showHidden, requestParameters.languageCode, requestParameters.ids, requestParameters.paymentEnabled, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
16959
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV1HospitalsGet(requestParameters.hospitalId, requestParameters.nameFilterType, requestParameters.name, requestParameters.countryId, requestParameters.created, requestParameters.marketingType, requestParameters.specialtyTypeId, requestParameters.specialtyId, requestParameters.exceptHospitalId, requestParameters.showHidden, requestParameters.languageCode, requestParameters.ids, requestParameters.paymentEnabled, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
16948
16960
|
};
|
|
16949
16961
|
/**
|
|
16950
16962
|
*
|
|
@@ -19058,7 +19070,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
19058
19070
|
HospitalsApi.prototype.apiV1HospitalsSimpleGet = function (requestParameters, options) {
|
|
19059
19071
|
var _this = this;
|
|
19060
19072
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
19061
|
-
return (0, exports.HospitalsApiFp)(this.configuration).apiV1HospitalsSimpleGet(requestParameters.hospitalId, requestParameters.name, requestParameters.countryId, requestParameters.created, requestParameters.marketingType, requestParameters.specialtyTypeId, requestParameters.specialtyId, requestParameters.exceptHospitalId, requestParameters.showHidden, requestParameters.languageCode, requestParameters.ids, requestParameters.paymentEnabled, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
19073
|
+
return (0, exports.HospitalsApiFp)(this.configuration).apiV1HospitalsSimpleGet(requestParameters.hospitalId, requestParameters.nameFilterType, requestParameters.name, requestParameters.countryId, requestParameters.created, requestParameters.marketingType, requestParameters.specialtyTypeId, requestParameters.specialtyId, requestParameters.exceptHospitalId, requestParameters.showHidden, requestParameters.languageCode, requestParameters.ids, requestParameters.paymentEnabled, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
19062
19074
|
};
|
|
19063
19075
|
/**
|
|
19064
19076
|
*
|
|
@@ -21,7 +21,7 @@ import { PatientAffiliationsModel } from '../models';
|
|
|
21
21
|
export declare const PatientAffiliationsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
22
22
|
/**
|
|
23
23
|
*
|
|
24
|
-
* @summary Get all patientAffiliations (Auth
|
|
24
|
+
* @summary Get all patientAffiliations (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
25
25
|
* @param {string} [languageCode]
|
|
26
26
|
* @param {string} [hospitalId]
|
|
27
27
|
* @param {string} [patientId]
|
|
@@ -37,7 +37,7 @@ export declare const PatientAffiliationsApiAxiosParamCreator: (configuration?: C
|
|
|
37
37
|
apiV1PatientaffiliationsGet: (languageCode?: string, hospitalId?: string, patientId?: string, patientName?: string, patientPhoneNumber?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @summary Get patientAffiliation by id (Auth
|
|
40
|
+
* @summary Get patientAffiliation by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
41
41
|
* @param {string} patientAffiliationId
|
|
42
42
|
* @param {string} [languageCode]
|
|
43
43
|
* @param {*} [options] Override http request option.
|
|
@@ -52,7 +52,7 @@ export declare const PatientAffiliationsApiAxiosParamCreator: (configuration?: C
|
|
|
52
52
|
export declare const PatientAffiliationsApiFp: (configuration?: Configuration) => {
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
|
-
* @summary Get all patientAffiliations (Auth
|
|
55
|
+
* @summary Get all patientAffiliations (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
56
56
|
* @param {string} [languageCode]
|
|
57
57
|
* @param {string} [hospitalId]
|
|
58
58
|
* @param {string} [patientId]
|
|
@@ -68,7 +68,7 @@ export declare const PatientAffiliationsApiFp: (configuration?: Configuration) =
|
|
|
68
68
|
apiV1PatientaffiliationsGet(languageCode?: string, hospitalId?: string, patientId?: string, patientName?: string, patientPhoneNumber?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientAffiliationsModel>>;
|
|
69
69
|
/**
|
|
70
70
|
*
|
|
71
|
-
* @summary Get patientAffiliation by id (Auth
|
|
71
|
+
* @summary Get patientAffiliation by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
72
72
|
* @param {string} patientAffiliationId
|
|
73
73
|
* @param {string} [languageCode]
|
|
74
74
|
* @param {*} [options] Override http request option.
|
|
@@ -83,7 +83,7 @@ export declare const PatientAffiliationsApiFp: (configuration?: Configuration) =
|
|
|
83
83
|
export declare const PatientAffiliationsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
84
84
|
/**
|
|
85
85
|
*
|
|
86
|
-
* @summary Get all patientAffiliations (Auth
|
|
86
|
+
* @summary Get all patientAffiliations (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
87
87
|
* @param {string} [languageCode]
|
|
88
88
|
* @param {string} [hospitalId]
|
|
89
89
|
* @param {string} [patientId]
|
|
@@ -99,7 +99,7 @@ export declare const PatientAffiliationsApiFactory: (configuration?: Configurati
|
|
|
99
99
|
apiV1PatientaffiliationsGet(languageCode?: string, hospitalId?: string, patientId?: string, patientName?: string, patientPhoneNumber?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<PatientAffiliationsModel>;
|
|
100
100
|
/**
|
|
101
101
|
*
|
|
102
|
-
* @summary Get patientAffiliation by id (Auth
|
|
102
|
+
* @summary Get patientAffiliation by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
103
103
|
* @param {string} patientAffiliationId
|
|
104
104
|
* @param {string} [languageCode]
|
|
105
105
|
* @param {*} [options] Override http request option.
|
|
@@ -196,7 +196,7 @@ export interface PatientAffiliationsApiApiV1PatientaffiliationsPatientAffiliatio
|
|
|
196
196
|
export declare class PatientAffiliationsApi extends BaseAPI {
|
|
197
197
|
/**
|
|
198
198
|
*
|
|
199
|
-
* @summary Get all patientAffiliations (Auth
|
|
199
|
+
* @summary Get all patientAffiliations (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
200
200
|
* @param {PatientAffiliationsApiApiV1PatientaffiliationsGetRequest} requestParameters Request parameters.
|
|
201
201
|
* @param {*} [options] Override http request option.
|
|
202
202
|
* @throws {RequiredError}
|
|
@@ -205,7 +205,7 @@ export declare class PatientAffiliationsApi extends BaseAPI {
|
|
|
205
205
|
apiV1PatientaffiliationsGet(requestParameters?: PatientAffiliationsApiApiV1PatientaffiliationsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientAffiliationsModel, any>>;
|
|
206
206
|
/**
|
|
207
207
|
*
|
|
208
|
-
* @summary Get patientAffiliation by id (Auth
|
|
208
|
+
* @summary Get patientAffiliation by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
209
209
|
* @param {PatientAffiliationsApiApiV1PatientaffiliationsPatientAffiliationIdGetRequest} requestParameters Request parameters.
|
|
210
210
|
* @param {*} [options] Override http request option.
|
|
211
211
|
* @throws {RequiredError}
|
|
@@ -103,7 +103,7 @@ var PatientAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
return {
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
|
-
* @summary Get all patientAffiliations (Auth
|
|
106
|
+
* @summary Get all patientAffiliations (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
107
107
|
* @param {string} [languageCode]
|
|
108
108
|
* @param {string} [hospitalId]
|
|
109
109
|
* @param {string} [patientId]
|
|
@@ -184,7 +184,7 @@ var PatientAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
184
184
|
},
|
|
185
185
|
/**
|
|
186
186
|
*
|
|
187
|
-
* @summary Get patientAffiliation by id (Auth
|
|
187
|
+
* @summary Get patientAffiliation by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
188
188
|
* @param {string} patientAffiliationId
|
|
189
189
|
* @param {string} [languageCode]
|
|
190
190
|
* @param {*} [options] Override http request option.
|
|
@@ -245,7 +245,7 @@ var PatientAffiliationsApiFp = function (configuration) {
|
|
|
245
245
|
return {
|
|
246
246
|
/**
|
|
247
247
|
*
|
|
248
|
-
* @summary Get all patientAffiliations (Auth
|
|
248
|
+
* @summary Get all patientAffiliations (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
249
249
|
* @param {string} [languageCode]
|
|
250
250
|
* @param {string} [hospitalId]
|
|
251
251
|
* @param {string} [patientId]
|
|
@@ -273,7 +273,7 @@ var PatientAffiliationsApiFp = function (configuration) {
|
|
|
273
273
|
},
|
|
274
274
|
/**
|
|
275
275
|
*
|
|
276
|
-
* @summary Get patientAffiliation by id (Auth
|
|
276
|
+
* @summary Get patientAffiliation by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
277
277
|
* @param {string} patientAffiliationId
|
|
278
278
|
* @param {string} [languageCode]
|
|
279
279
|
* @param {*} [options] Override http request option.
|
|
@@ -304,7 +304,7 @@ var PatientAffiliationsApiFactory = function (configuration, basePath, axios) {
|
|
|
304
304
|
return {
|
|
305
305
|
/**
|
|
306
306
|
*
|
|
307
|
-
* @summary Get all patientAffiliations (Auth
|
|
307
|
+
* @summary Get all patientAffiliations (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
308
308
|
* @param {string} [languageCode]
|
|
309
309
|
* @param {string} [hospitalId]
|
|
310
310
|
* @param {string} [patientId]
|
|
@@ -322,7 +322,7 @@ var PatientAffiliationsApiFactory = function (configuration, basePath, axios) {
|
|
|
322
322
|
},
|
|
323
323
|
/**
|
|
324
324
|
*
|
|
325
|
-
* @summary Get patientAffiliation by id (Auth
|
|
325
|
+
* @summary Get patientAffiliation by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
326
326
|
* @param {string} patientAffiliationId
|
|
327
327
|
* @param {string} [languageCode]
|
|
328
328
|
* @param {*} [options] Override http request option.
|
|
@@ -347,7 +347,7 @@ var PatientAffiliationsApi = /** @class */ (function (_super) {
|
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
349
|
*
|
|
350
|
-
* @summary Get all patientAffiliations (Auth
|
|
350
|
+
* @summary Get all patientAffiliations (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
351
351
|
* @param {PatientAffiliationsApiApiV1PatientaffiliationsGetRequest} requestParameters Request parameters.
|
|
352
352
|
* @param {*} [options] Override http request option.
|
|
353
353
|
* @throws {RequiredError}
|
|
@@ -360,7 +360,7 @@ var PatientAffiliationsApi = /** @class */ (function (_super) {
|
|
|
360
360
|
};
|
|
361
361
|
/**
|
|
362
362
|
*
|
|
363
|
-
* @summary Get patientAffiliation by id (Auth
|
|
363
|
+
* @summary Get patientAffiliation by id (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager)
|
|
364
364
|
* @param {PatientAffiliationsApiApiV1PatientaffiliationsPatientAffiliationIdGetRequest} requestParameters Request parameters.
|
|
365
365
|
* @param {*} [options] Override http request option.
|
|
366
366
|
* @throws {RequiredError}
|