ch-api-client-typescript2 5.79.13 → 5.79.16
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/articles-api.d.ts +36 -9
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +45 -27
- package/lib/api/deals-api.d.ts +39 -30
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +52 -46
- package/lib/api/doctor-affiliations-api.d.ts +36 -9
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +45 -27
- package/lib/api/doctors-api.d.ts +40 -13
- package/lib/api/doctors-api.d.ts.map +1 -1
- package/lib/api/doctors-api.js +49 -31
- package/lib/api/hospitals-api.d.ts +96 -29
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +115 -69
- package/lib/api/service-reviews-api.d.ts +12 -3
- package/lib/api/service-reviews-api.d.ts.map +1 -1
- package/lib/api/service-reviews-api.js +15 -9
- package/lib/api/services-api.d.ts +36 -9
- package/lib/api/services-api.d.ts.map +1 -1
- package/lib/api/services-api.js +45 -27
- package/lib/api/specialties-api.d.ts +24 -6
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +30 -18
- package/lib/api/specialty-types-api.d.ts +28 -10
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +34 -22
- package/lib/models/article-type.d.ts +1 -0
- package/lib/models/article-type.d.ts.map +1 -1
- package/lib/models/article-type.js +2 -1
- package/package.json +1 -1
|
@@ -31,6 +31,7 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
|
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* @summary Get all ServiceReviews.
|
|
34
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
34
35
|
* @param {string} [id]
|
|
35
36
|
* @param {string} [hospitalId]
|
|
36
37
|
* @param {string} [hospitalSpecialtyId]
|
|
@@ -50,7 +51,7 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
|
|
|
50
51
|
* @param {*} [options] Override http request option.
|
|
51
52
|
* @throws {RequiredError}
|
|
52
53
|
*/
|
|
53
|
-
apiV2ServicereviewsGet: (id?: string, hospitalId?: string, hospitalSpecialtyId?: string, serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, gender?: Gender, recommended?: boolean, rate?: number, reviewType?: ReviewType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
54
|
+
apiV2ServicereviewsGet: (xCloudhospitalPlatform?: string, id?: string, hospitalId?: string, hospitalSpecialtyId?: string, serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, gender?: Gender, recommended?: boolean, rate?: number, reviewType?: ReviewType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
54
55
|
/**
|
|
55
56
|
*
|
|
56
57
|
* @summary Create a ServiceReview.
|
|
@@ -144,6 +145,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration) => {
|
|
|
144
145
|
/**
|
|
145
146
|
*
|
|
146
147
|
* @summary Get all ServiceReviews.
|
|
148
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
147
149
|
* @param {string} [id]
|
|
148
150
|
* @param {string} [hospitalId]
|
|
149
151
|
* @param {string} [hospitalSpecialtyId]
|
|
@@ -163,7 +165,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration) => {
|
|
|
163
165
|
* @param {*} [options] Override http request option.
|
|
164
166
|
* @throws {RequiredError}
|
|
165
167
|
*/
|
|
166
|
-
apiV2ServicereviewsGet(id?: string, hospitalId?: string, hospitalSpecialtyId?: string, serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, gender?: Gender, recommended?: boolean, rate?: number, reviewType?: ReviewType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceReviewsModel>>;
|
|
168
|
+
apiV2ServicereviewsGet(xCloudhospitalPlatform?: string, id?: string, hospitalId?: string, hospitalSpecialtyId?: string, serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, gender?: Gender, recommended?: boolean, rate?: number, reviewType?: ReviewType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceReviewsModel>>;
|
|
167
169
|
/**
|
|
168
170
|
*
|
|
169
171
|
* @summary Create a ServiceReview.
|
|
@@ -257,6 +259,7 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration, b
|
|
|
257
259
|
/**
|
|
258
260
|
*
|
|
259
261
|
* @summary Get all ServiceReviews.
|
|
262
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
260
263
|
* @param {string} [id]
|
|
261
264
|
* @param {string} [hospitalId]
|
|
262
265
|
* @param {string} [hospitalSpecialtyId]
|
|
@@ -276,7 +279,7 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration, b
|
|
|
276
279
|
* @param {*} [options] Override http request option.
|
|
277
280
|
* @throws {RequiredError}
|
|
278
281
|
*/
|
|
279
|
-
apiV2ServicereviewsGet(id?: string, hospitalId?: string, hospitalSpecialtyId?: string, serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, gender?: Gender, recommended?: boolean, rate?: number, reviewType?: ReviewType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<ServiceReviewsModel>;
|
|
282
|
+
apiV2ServicereviewsGet(xCloudhospitalPlatform?: string, id?: string, hospitalId?: string, hospitalSpecialtyId?: string, serviceId?: string, serviceName?: string, patientId?: string, patientName?: string, gender?: Gender, recommended?: boolean, rate?: number, reviewType?: ReviewType, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<ServiceReviewsModel>;
|
|
280
283
|
/**
|
|
281
284
|
*
|
|
282
285
|
* @summary Create a ServiceReview.
|
|
@@ -368,6 +371,12 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration, b
|
|
|
368
371
|
* @interface ServiceReviewsApiApiV2ServicereviewsGetRequest
|
|
369
372
|
*/
|
|
370
373
|
export interface ServiceReviewsApiApiV2ServicereviewsGetRequest {
|
|
374
|
+
/**
|
|
375
|
+
* Platform identifier from request header
|
|
376
|
+
* @type {string}
|
|
377
|
+
* @memberof ServiceReviewsApiApiV2ServicereviewsGet
|
|
378
|
+
*/
|
|
379
|
+
readonly xCloudhospitalPlatform?: string;
|
|
371
380
|
/**
|
|
372
381
|
*
|
|
373
382
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-reviews-api.d.ts","sourceRoot":"","sources":["../../src/api/service-reviews-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,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAC;AAEvD,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEvC,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAEhD,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAC;AACvD;;;GAGG;AACH,eAAO,MAAM,kCAAkC,mBAA6B,aAAa;IAEjF
|
|
1
|
+
{"version":3,"file":"service-reviews-api.d.ts","sourceRoot":"","sources":["../../src/api/service-reviews-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -104,6 +104,7 @@ var ServiceReviewsApiAxiosParamCreator = function (configuration) {
|
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
106
|
* @summary Get all ServiceReviews.
|
|
107
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
107
108
|
* @param {string} [id]
|
|
108
109
|
* @param {string} [hospitalId]
|
|
109
110
|
* @param {string} [hospitalSpecialtyId]
|
|
@@ -123,12 +124,12 @@ var ServiceReviewsApiAxiosParamCreator = function (configuration) {
|
|
|
123
124
|
* @param {*} [options] Override http request option.
|
|
124
125
|
* @throws {RequiredError}
|
|
125
126
|
*/
|
|
126
|
-
apiV2ServicereviewsGet: function (id_1, hospitalId_1, hospitalSpecialtyId_1, serviceId_1, serviceName_1, patientId_1, patientName_1, gender_1, recommended_1, rate_1, reviewType_1, languageCode_1, showHidden_1, page_1, limit_1, lastRetrieved_1) {
|
|
127
|
+
apiV2ServicereviewsGet: function (xCloudhospitalPlatform_1, id_1, hospitalId_1, hospitalSpecialtyId_1, serviceId_1, serviceName_1, patientId_1, patientName_1, gender_1, recommended_1, rate_1, reviewType_1, languageCode_1, showHidden_1, page_1, limit_1, lastRetrieved_1) {
|
|
127
128
|
var args_1 = [];
|
|
128
|
-
for (var _i =
|
|
129
|
-
args_1[_i -
|
|
129
|
+
for (var _i = 17; _i < arguments.length; _i++) {
|
|
130
|
+
args_1[_i - 17] = arguments[_i];
|
|
130
131
|
}
|
|
131
|
-
return __awaiter(_this, __spreadArray([id_1, hospitalId_1, hospitalSpecialtyId_1, serviceId_1, serviceName_1, patientId_1, patientName_1, gender_1, recommended_1, rate_1, reviewType_1, languageCode_1, showHidden_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (id, hospitalId, hospitalSpecialtyId, serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
132
|
+
return __awaiter(_this, __spreadArray([xCloudhospitalPlatform_1, id_1, hospitalId_1, hospitalSpecialtyId_1, serviceId_1, serviceName_1, patientId_1, patientName_1, gender_1, recommended_1, rate_1, reviewType_1, languageCode_1, showHidden_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (xCloudhospitalPlatform, id, hospitalId, hospitalSpecialtyId, serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
132
133
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
133
134
|
if (options === void 0) { options = {}; }
|
|
134
135
|
return __generator(this, function (_a) {
|
|
@@ -190,6 +191,9 @@ var ServiceReviewsApiAxiosParamCreator = function (configuration) {
|
|
|
190
191
|
lastRetrieved.toISOString() :
|
|
191
192
|
lastRetrieved;
|
|
192
193
|
}
|
|
194
|
+
if (xCloudhospitalPlatform != null) {
|
|
195
|
+
localVarHeaderParameter['x-cloudhospital-platform'] = String(xCloudhospitalPlatform);
|
|
196
|
+
}
|
|
193
197
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
194
198
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
195
199
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -652,6 +656,7 @@ var ServiceReviewsApiFp = function (configuration) {
|
|
|
652
656
|
/**
|
|
653
657
|
*
|
|
654
658
|
* @summary Get all ServiceReviews.
|
|
659
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
655
660
|
* @param {string} [id]
|
|
656
661
|
* @param {string} [hospitalId]
|
|
657
662
|
* @param {string} [hospitalSpecialtyId]
|
|
@@ -671,12 +676,12 @@ var ServiceReviewsApiFp = function (configuration) {
|
|
|
671
676
|
* @param {*} [options] Override http request option.
|
|
672
677
|
* @throws {RequiredError}
|
|
673
678
|
*/
|
|
674
|
-
apiV2ServicereviewsGet: function (id, hospitalId, hospitalSpecialtyId, serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
679
|
+
apiV2ServicereviewsGet: function (xCloudhospitalPlatform, id, hospitalId, hospitalSpecialtyId, serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
675
680
|
return __awaiter(this, void 0, void 0, function () {
|
|
676
681
|
var localVarAxiosArgs;
|
|
677
682
|
return __generator(this, function (_a) {
|
|
678
683
|
switch (_a.label) {
|
|
679
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2ServicereviewsGet(id, hospitalId, hospitalSpecialtyId, serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, showHidden, page, limit, lastRetrieved, options)];
|
|
684
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2ServicereviewsGet(xCloudhospitalPlatform, id, hospitalId, hospitalSpecialtyId, serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, showHidden, page, limit, lastRetrieved, options)];
|
|
680
685
|
case 1:
|
|
681
686
|
localVarAxiosArgs = _a.sent();
|
|
682
687
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -889,6 +894,7 @@ var ServiceReviewsApiFactory = function (configuration, basePath, axios) {
|
|
|
889
894
|
/**
|
|
890
895
|
*
|
|
891
896
|
* @summary Get all ServiceReviews.
|
|
897
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
892
898
|
* @param {string} [id]
|
|
893
899
|
* @param {string} [hospitalId]
|
|
894
900
|
* @param {string} [hospitalSpecialtyId]
|
|
@@ -908,8 +914,8 @@ var ServiceReviewsApiFactory = function (configuration, basePath, axios) {
|
|
|
908
914
|
* @param {*} [options] Override http request option.
|
|
909
915
|
* @throws {RequiredError}
|
|
910
916
|
*/
|
|
911
|
-
apiV2ServicereviewsGet: function (id, hospitalId, hospitalSpecialtyId, serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
912
|
-
return localVarFp.apiV2ServicereviewsGet(id, hospitalId, hospitalSpecialtyId, serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
917
|
+
apiV2ServicereviewsGet: function (xCloudhospitalPlatform, id, hospitalId, hospitalSpecialtyId, serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, showHidden, page, limit, lastRetrieved, options) {
|
|
918
|
+
return localVarFp.apiV2ServicereviewsGet(xCloudhospitalPlatform, id, hospitalId, hospitalSpecialtyId, serviceId, serviceName, patientId, patientName, gender, recommended, rate, reviewType, languageCode, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
913
919
|
},
|
|
914
920
|
/**
|
|
915
921
|
*
|
|
@@ -1038,7 +1044,7 @@ var ServiceReviewsApi = /** @class */ (function (_super) {
|
|
|
1038
1044
|
ServiceReviewsApi.prototype.apiV2ServicereviewsGet = function (requestParameters, options) {
|
|
1039
1045
|
var _this = this;
|
|
1040
1046
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
1041
|
-
return (0, exports.ServiceReviewsApiFp)(this.configuration).apiV2ServicereviewsGet(requestParameters.id, requestParameters.hospitalId, requestParameters.hospitalSpecialtyId, requestParameters.serviceId, requestParameters.serviceName, requestParameters.patientId, requestParameters.patientName, requestParameters.gender, requestParameters.recommended, requestParameters.rate, requestParameters.reviewType, requestParameters.languageCode, requestParameters.showHidden, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1047
|
+
return (0, exports.ServiceReviewsApiFp)(this.configuration).apiV2ServicereviewsGet(requestParameters.xCloudhospitalPlatform, requestParameters.id, requestParameters.hospitalId, requestParameters.hospitalSpecialtyId, requestParameters.serviceId, requestParameters.serviceName, requestParameters.patientId, requestParameters.patientName, requestParameters.gender, requestParameters.recommended, requestParameters.rate, requestParameters.reviewType, requestParameters.languageCode, requestParameters.showHidden, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1042
1048
|
};
|
|
1043
1049
|
/**
|
|
1044
1050
|
*
|
|
@@ -24,6 +24,7 @@ export declare const ServicesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
26
|
* @summary Get all HospitalServices.
|
|
27
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
27
28
|
* @param {string} [id]
|
|
28
29
|
* @param {string} [name]
|
|
29
30
|
* @param {string} [slug]
|
|
@@ -47,21 +48,23 @@ export declare const ServicesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
47
48
|
* @param {*} [options] Override http request option.
|
|
48
49
|
* @throws {RequiredError}
|
|
49
50
|
*/
|
|
50
|
-
apiV2ServicesGet: (id?: string, name?: string, slug?: string, hospitalId?: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceCategoryId?: string, appointmentEnabled?: boolean, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
|
+
apiV2ServicesGet: (xCloudhospitalPlatform?: string, id?: string, name?: string, slug?: string, hospitalId?: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceCategoryId?: string, appointmentEnabled?: boolean, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
52
|
/**
|
|
52
53
|
*
|
|
53
54
|
* @summary Get Hospital service by id
|
|
54
55
|
* @param {string} serviceId
|
|
56
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
55
57
|
* @param {string} [languageCode]
|
|
56
58
|
* @param {boolean} [returnDefaultValue]
|
|
57
59
|
* @param {*} [options] Override http request option.
|
|
58
60
|
* @throws {RequiredError}
|
|
59
61
|
*/
|
|
60
|
-
apiV2ServicesServiceIdGet: (serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
62
|
+
apiV2ServicesServiceIdGet: (serviceId: string, xCloudhospitalPlatform?: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
61
63
|
/**
|
|
62
64
|
*
|
|
63
65
|
* @summary Get Hospital service by slug
|
|
64
66
|
* @param {string} slug
|
|
67
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
65
68
|
* @param {string} [hospitalId]
|
|
66
69
|
* @param {string} [languageCode]
|
|
67
70
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -69,7 +72,7 @@ export declare const ServicesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
69
72
|
* @param {*} [options] Override http request option.
|
|
70
73
|
* @throws {RequiredError}
|
|
71
74
|
*/
|
|
72
|
-
apiV2ServicesSlugGet: (slug: string, hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
75
|
+
apiV2ServicesSlugGet: (slug: string, xCloudhospitalPlatform?: string, hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
73
76
|
};
|
|
74
77
|
/**
|
|
75
78
|
* ServicesApi - functional programming interface
|
|
@@ -79,6 +82,7 @@ export declare const ServicesApiFp: (configuration?: Configuration) => {
|
|
|
79
82
|
/**
|
|
80
83
|
*
|
|
81
84
|
* @summary Get all HospitalServices.
|
|
85
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
82
86
|
* @param {string} [id]
|
|
83
87
|
* @param {string} [name]
|
|
84
88
|
* @param {string} [slug]
|
|
@@ -102,21 +106,23 @@ export declare const ServicesApiFp: (configuration?: Configuration) => {
|
|
|
102
106
|
* @param {*} [options] Override http request option.
|
|
103
107
|
* @throws {RequiredError}
|
|
104
108
|
*/
|
|
105
|
-
apiV2ServicesGet(id?: string, name?: string, slug?: string, hospitalId?: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceCategoryId?: string, appointmentEnabled?: boolean, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServicesModel>>;
|
|
109
|
+
apiV2ServicesGet(xCloudhospitalPlatform?: string, id?: string, name?: string, slug?: string, hospitalId?: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceCategoryId?: string, appointmentEnabled?: boolean, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServicesModel>>;
|
|
106
110
|
/**
|
|
107
111
|
*
|
|
108
112
|
* @summary Get Hospital service by id
|
|
109
113
|
* @param {string} serviceId
|
|
114
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
110
115
|
* @param {string} [languageCode]
|
|
111
116
|
* @param {boolean} [returnDefaultValue]
|
|
112
117
|
* @param {*} [options] Override http request option.
|
|
113
118
|
* @throws {RequiredError}
|
|
114
119
|
*/
|
|
115
|
-
apiV2ServicesServiceIdGet(serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServiceModel>>;
|
|
120
|
+
apiV2ServicesServiceIdGet(serviceId: string, xCloudhospitalPlatform?: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServiceModel>>;
|
|
116
121
|
/**
|
|
117
122
|
*
|
|
118
123
|
* @summary Get Hospital service by slug
|
|
119
124
|
* @param {string} slug
|
|
125
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
120
126
|
* @param {string} [hospitalId]
|
|
121
127
|
* @param {string} [languageCode]
|
|
122
128
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -124,7 +130,7 @@ export declare const ServicesApiFp: (configuration?: Configuration) => {
|
|
|
124
130
|
* @param {*} [options] Override http request option.
|
|
125
131
|
* @throws {RequiredError}
|
|
126
132
|
*/
|
|
127
|
-
apiV2ServicesSlugGet(slug: string, hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServiceModel>>;
|
|
133
|
+
apiV2ServicesSlugGet(slug: string, xCloudhospitalPlatform?: string, hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalServiceModel>>;
|
|
128
134
|
};
|
|
129
135
|
/**
|
|
130
136
|
* ServicesApi - factory interface
|
|
@@ -134,6 +140,7 @@ export declare const ServicesApiFactory: (configuration?: Configuration, basePat
|
|
|
134
140
|
/**
|
|
135
141
|
*
|
|
136
142
|
* @summary Get all HospitalServices.
|
|
143
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
137
144
|
* @param {string} [id]
|
|
138
145
|
* @param {string} [name]
|
|
139
146
|
* @param {string} [slug]
|
|
@@ -157,21 +164,23 @@ export declare const ServicesApiFactory: (configuration?: Configuration, basePat
|
|
|
157
164
|
* @param {*} [options] Override http request option.
|
|
158
165
|
* @throws {RequiredError}
|
|
159
166
|
*/
|
|
160
|
-
apiV2ServicesGet(id?: string, name?: string, slug?: string, hospitalId?: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceCategoryId?: string, appointmentEnabled?: boolean, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalServicesModel>;
|
|
167
|
+
apiV2ServicesGet(xCloudhospitalPlatform?: string, id?: string, name?: string, slug?: string, hospitalId?: string, hospitalName?: string, hospitalSlug?: string, specialtyId?: string, specialtyName?: string, specialtyTypeId?: string, specialtyTypeName?: string, serviceCategoryId?: string, appointmentEnabled?: boolean, marketingType?: MarketingType, procedure?: Procedure, created?: Date, languageCode?: string, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalServicesModel>;
|
|
161
168
|
/**
|
|
162
169
|
*
|
|
163
170
|
* @summary Get Hospital service by id
|
|
164
171
|
* @param {string} serviceId
|
|
172
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
165
173
|
* @param {string} [languageCode]
|
|
166
174
|
* @param {boolean} [returnDefaultValue]
|
|
167
175
|
* @param {*} [options] Override http request option.
|
|
168
176
|
* @throws {RequiredError}
|
|
169
177
|
*/
|
|
170
|
-
apiV2ServicesServiceIdGet(serviceId: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<HospitalServiceModel>;
|
|
178
|
+
apiV2ServicesServiceIdGet(serviceId: string, xCloudhospitalPlatform?: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<HospitalServiceModel>;
|
|
171
179
|
/**
|
|
172
180
|
*
|
|
173
181
|
* @summary Get Hospital service by slug
|
|
174
182
|
* @param {string} slug
|
|
183
|
+
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
175
184
|
* @param {string} [hospitalId]
|
|
176
185
|
* @param {string} [languageCode]
|
|
177
186
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -179,7 +188,7 @@ export declare const ServicesApiFactory: (configuration?: Configuration, basePat
|
|
|
179
188
|
* @param {*} [options] Override http request option.
|
|
180
189
|
* @throws {RequiredError}
|
|
181
190
|
*/
|
|
182
|
-
apiV2ServicesSlugGet(slug: string, hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, options?: any): AxiosPromise<HospitalServiceModel>;
|
|
191
|
+
apiV2ServicesSlugGet(slug: string, xCloudhospitalPlatform?: string, hospitalId?: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, options?: any): AxiosPromise<HospitalServiceModel>;
|
|
183
192
|
};
|
|
184
193
|
/**
|
|
185
194
|
* Request parameters for apiV2ServicesGet operation in ServicesApi.
|
|
@@ -187,6 +196,12 @@ export declare const ServicesApiFactory: (configuration?: Configuration, basePat
|
|
|
187
196
|
* @interface ServicesApiApiV2ServicesGetRequest
|
|
188
197
|
*/
|
|
189
198
|
export interface ServicesApiApiV2ServicesGetRequest {
|
|
199
|
+
/**
|
|
200
|
+
* Platform identifier from request header
|
|
201
|
+
* @type {string}
|
|
202
|
+
* @memberof ServicesApiApiV2ServicesGet
|
|
203
|
+
*/
|
|
204
|
+
readonly xCloudhospitalPlatform?: string;
|
|
190
205
|
/**
|
|
191
206
|
*
|
|
192
207
|
* @type {string}
|
|
@@ -320,6 +335,12 @@ export interface ServicesApiApiV2ServicesServiceIdGetRequest {
|
|
|
320
335
|
* @memberof ServicesApiApiV2ServicesServiceIdGet
|
|
321
336
|
*/
|
|
322
337
|
readonly serviceId: string;
|
|
338
|
+
/**
|
|
339
|
+
* Platform identifier from request header
|
|
340
|
+
* @type {string}
|
|
341
|
+
* @memberof ServicesApiApiV2ServicesServiceIdGet
|
|
342
|
+
*/
|
|
343
|
+
readonly xCloudhospitalPlatform?: string;
|
|
323
344
|
/**
|
|
324
345
|
*
|
|
325
346
|
* @type {string}
|
|
@@ -345,6 +366,12 @@ export interface ServicesApiApiV2ServicesSlugGetRequest {
|
|
|
345
366
|
* @memberof ServicesApiApiV2ServicesSlugGet
|
|
346
367
|
*/
|
|
347
368
|
readonly slug: string;
|
|
369
|
+
/**
|
|
370
|
+
* Platform identifier from request header
|
|
371
|
+
* @type {string}
|
|
372
|
+
* @memberof ServicesApiApiV2ServicesSlugGet
|
|
373
|
+
*/
|
|
374
|
+
readonly xCloudhospitalPlatform?: string;
|
|
348
375
|
/**
|
|
349
376
|
*
|
|
350
377
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"services-api.d.ts","sourceRoot":"","sources":["../../src/api/services-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,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEjD,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAElD,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AACtC;;;GAGG;AACH,eAAO,MAAM,4BAA4B,mBAA6B,aAAa;IAE3E
|
|
1
|
+
{"version":3,"file":"services-api.d.ts","sourceRoot":"","sources":["../../src/api/services-api.ts"],"names":[],"mappings":"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"}
|