@gizone/rrs-client 4.2.9-alpha.641 → 4.2.9-alpha.642
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/.openapi-generator/FILES +29 -0
- package/api.ts +2 -0
- package/apis/device-api.ts +15 -15
- package/apis/maintenance-daily-work-order-controller-api.ts +254 -0
- package/apis/maintenance-order-api.ts +1293 -0
- package/dist/api.d.ts +2 -0
- package/dist/api.js +2 -0
- package/dist/apis/device-api.d.ts +10 -10
- package/dist/apis/device-api.js +11 -11
- package/dist/apis/maintenance-daily-work-order-controller-api.d.ts +143 -0
- package/dist/apis/maintenance-daily-work-order-controller-api.js +213 -0
- package/dist/apis/maintenance-order-api.d.ts +701 -0
- package/dist/apis/maintenance-order-api.js +936 -0
- package/dist/esm/api.d.ts +2 -0
- package/dist/esm/api.js +2 -0
- package/dist/esm/apis/device-api.d.ts +10 -10
- package/dist/esm/apis/device-api.js +11 -11
- package/dist/esm/apis/maintenance-daily-work-order-controller-api.d.ts +143 -0
- package/dist/esm/apis/maintenance-daily-work-order-controller-api.js +206 -0
- package/dist/esm/apis/maintenance-order-api.d.ts +701 -0
- package/dist/esm/apis/maintenance-order-api.js +929 -0
- package/dist/esm/models/acceptance-node-info.d.ts +42 -0
- package/dist/esm/models/acceptance-node-info.js +14 -0
- package/dist/esm/models/index.d.ts +27 -0
- package/dist/esm/models/index.js +27 -0
- package/dist/esm/models/json-result-maintenance-daily-work-order-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-maintenance-daily-work-order-details-dto.js +14 -0
- package/dist/esm/models/json-result-maintenance-order-details-vo.d.ts +62 -0
- package/dist/esm/models/json-result-maintenance-order-details-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-maintenance-order-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-maintenance-order-list-vo.js +14 -0
- package/dist/esm/models/maintenace-daily-abnormal-cause-type-enum.d.ts +22 -0
- package/dist/esm/models/maintenace-daily-abnormal-cause-type-enum.js +23 -0
- package/dist/esm/models/maintenance-construction-schedules-dto.d.ts +49 -0
- package/dist/esm/models/maintenance-construction-schedules-dto.js +14 -0
- package/dist/esm/models/maintenance-daily-work-order-details-dto.d.ts +159 -0
- package/dist/esm/models/maintenance-daily-work-order-details-dto.js +18 -0
- package/dist/esm/models/maintenance-daily-work-order-info.d.ts +31 -0
- package/dist/esm/models/maintenance-daily-work-order-info.js +14 -0
- package/dist/esm/models/maintenance-daily-work-order-list-dto.d.ts +49 -0
- package/dist/esm/models/maintenance-daily-work-order-list-dto.js +14 -0
- package/dist/esm/models/maintenance-daily-work-order-process-vo.d.ts +55 -0
- package/dist/esm/models/maintenance-daily-work-order-process-vo.js +14 -0
- package/dist/esm/models/maintenance-order-acceptance-add-dto.d.ts +55 -0
- package/dist/esm/models/maintenance-order-acceptance-add-dto.js +14 -0
- package/dist/esm/models/maintenance-order-acceptance-details-vo.d.ts +60 -0
- package/dist/esm/models/maintenance-order-acceptance-details-vo.js +14 -0
- package/dist/esm/models/maintenance-order-approval-config-add-dto.d.ts +30 -0
- package/dist/esm/models/maintenance-order-approval-config-add-dto.js +14 -0
- package/dist/esm/models/maintenance-order-construction-details-vo.d.ts +54 -0
- package/dist/esm/models/maintenance-order-construction-details-vo.js +14 -0
- package/dist/esm/models/maintenance-order-details-vo.d.ts +177 -0
- package/dist/esm/models/maintenance-order-details-vo.js +14 -0
- package/dist/esm/models/maintenance-order-list-vo.d.ts +104 -0
- package/dist/esm/models/maintenance-order-list-vo.js +14 -0
- package/dist/esm/models/maintenance-order-settlement-add-dto.d.ts +48 -0
- package/dist/esm/models/maintenance-order-settlement-add-dto.js +14 -0
- package/dist/esm/models/maintenance-order-settlement-details-vo.d.ts +66 -0
- package/dist/esm/models/maintenance-order-settlement-details-vo.js +14 -0
- package/dist/esm/models/maintenance-order-status-enum.d.ts +40 -0
- package/dist/esm/models/maintenance-order-status-enum.js +41 -0
- package/dist/esm/models/maintenance-order-type-enum.d.ts +26 -0
- package/dist/esm/models/maintenance-order-type-enum.js +27 -0
- package/dist/esm/models/maintenance-order-warranty-details-vo.d.ts +69 -0
- package/dist/esm/models/maintenance-order-warranty-details-vo.js +14 -0
- package/dist/esm/models/maintenance-order-warranty-period-enum.d.ts +24 -0
- package/dist/esm/models/maintenance-order-warranty-period-enum.js +25 -0
- package/dist/esm/models/maintenance-order-warranty-update-dto.d.ts +38 -0
- package/dist/esm/models/maintenance-order-warranty-update-dto.js +14 -0
- package/dist/esm/models/material-confirmation-info.d.ts +48 -0
- package/dist/esm/models/material-confirmation-info.js +14 -0
- package/dist/esm/models/page-dto-maintenance-order-list-vo.d.ts +31 -0
- package/dist/esm/models/page-dto-maintenance-order-list-vo.js +14 -0
- package/dist/esm/models/warranty-acceptance-node-info.d.ts +30 -0
- package/dist/esm/models/warranty-acceptance-node-info.js +14 -0
- package/dist/esm/models/warranty-maintenance-record-info.d.ts +48 -0
- package/dist/esm/models/warranty-maintenance-record-info.js +14 -0
- package/dist/esm/models/work-order-ext-data.d.ts +7 -0
- package/dist/esm/models/work-order-source-enum.d.ts +1 -0
- package/dist/esm/models/work-order-source-enum.js +2 -1
- package/dist/esm/models/work-order-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-type-enum.js +2 -1
- package/dist/models/acceptance-node-info.d.ts +42 -0
- package/dist/models/acceptance-node-info.js +15 -0
- package/dist/models/index.d.ts +27 -0
- package/dist/models/index.js +27 -0
- package/dist/models/json-result-maintenance-daily-work-order-details-dto.d.ts +62 -0
- package/dist/models/json-result-maintenance-daily-work-order-details-dto.js +15 -0
- package/dist/models/json-result-maintenance-order-details-vo.d.ts +62 -0
- package/dist/models/json-result-maintenance-order-details-vo.js +15 -0
- package/dist/models/json-result-page-dto-maintenance-order-list-vo.d.ts +62 -0
- package/dist/models/json-result-page-dto-maintenance-order-list-vo.js +15 -0
- package/dist/models/maintenace-daily-abnormal-cause-type-enum.d.ts +22 -0
- package/dist/models/maintenace-daily-abnormal-cause-type-enum.js +26 -0
- package/dist/models/maintenance-construction-schedules-dto.d.ts +49 -0
- package/dist/models/maintenance-construction-schedules-dto.js +15 -0
- package/dist/models/maintenance-daily-work-order-details-dto.d.ts +159 -0
- package/dist/models/maintenance-daily-work-order-details-dto.js +21 -0
- package/dist/models/maintenance-daily-work-order-info.d.ts +31 -0
- package/dist/models/maintenance-daily-work-order-info.js +15 -0
- package/dist/models/maintenance-daily-work-order-list-dto.d.ts +49 -0
- package/dist/models/maintenance-daily-work-order-list-dto.js +15 -0
- package/dist/models/maintenance-daily-work-order-process-vo.d.ts +55 -0
- package/dist/models/maintenance-daily-work-order-process-vo.js +15 -0
- package/dist/models/maintenance-order-acceptance-add-dto.d.ts +55 -0
- package/dist/models/maintenance-order-acceptance-add-dto.js +15 -0
- package/dist/models/maintenance-order-acceptance-details-vo.d.ts +60 -0
- package/dist/models/maintenance-order-acceptance-details-vo.js +15 -0
- package/dist/models/maintenance-order-approval-config-add-dto.d.ts +30 -0
- package/dist/models/maintenance-order-approval-config-add-dto.js +15 -0
- package/dist/models/maintenance-order-construction-details-vo.d.ts +54 -0
- package/dist/models/maintenance-order-construction-details-vo.js +15 -0
- package/dist/models/maintenance-order-details-vo.d.ts +177 -0
- package/dist/models/maintenance-order-details-vo.js +15 -0
- package/dist/models/maintenance-order-list-vo.d.ts +104 -0
- package/dist/models/maintenance-order-list-vo.js +15 -0
- package/dist/models/maintenance-order-settlement-add-dto.d.ts +48 -0
- package/dist/models/maintenance-order-settlement-add-dto.js +15 -0
- package/dist/models/maintenance-order-settlement-details-vo.d.ts +66 -0
- package/dist/models/maintenance-order-settlement-details-vo.js +15 -0
- package/dist/models/maintenance-order-status-enum.d.ts +40 -0
- package/dist/models/maintenance-order-status-enum.js +44 -0
- package/dist/models/maintenance-order-type-enum.d.ts +26 -0
- package/dist/models/maintenance-order-type-enum.js +30 -0
- package/dist/models/maintenance-order-warranty-details-vo.d.ts +69 -0
- package/dist/models/maintenance-order-warranty-details-vo.js +15 -0
- package/dist/models/maintenance-order-warranty-period-enum.d.ts +24 -0
- package/dist/models/maintenance-order-warranty-period-enum.js +28 -0
- package/dist/models/maintenance-order-warranty-update-dto.d.ts +38 -0
- package/dist/models/maintenance-order-warranty-update-dto.js +15 -0
- package/dist/models/material-confirmation-info.d.ts +48 -0
- package/dist/models/material-confirmation-info.js +15 -0
- package/dist/models/page-dto-maintenance-order-list-vo.d.ts +31 -0
- package/dist/models/page-dto-maintenance-order-list-vo.js +15 -0
- package/dist/models/warranty-acceptance-node-info.d.ts +30 -0
- package/dist/models/warranty-acceptance-node-info.js +15 -0
- package/dist/models/warranty-maintenance-record-info.d.ts +48 -0
- package/dist/models/warranty-maintenance-record-info.js +15 -0
- package/dist/models/work-order-ext-data.d.ts +7 -0
- package/dist/models/work-order-source-enum.d.ts +1 -0
- package/dist/models/work-order-source-enum.js +2 -1
- package/dist/models/work-order-type-enum.d.ts +1 -0
- package/dist/models/work-order-type-enum.js +2 -1
- package/models/acceptance-node-info.ts +48 -0
- package/models/index.ts +27 -0
- package/models/json-result-maintenance-daily-work-order-details-dto.ts +72 -0
- package/models/json-result-maintenance-order-details-vo.ts +72 -0
- package/models/json-result-page-dto-maintenance-order-list-vo.ts +72 -0
- package/models/maintenace-daily-abnormal-cause-type-enum.ts +32 -0
- package/models/maintenance-construction-schedules-dto.ts +57 -0
- package/models/maintenance-daily-work-order-details-dto.ts +186 -0
- package/models/maintenance-daily-work-order-info.ts +41 -0
- package/models/maintenance-daily-work-order-list-dto.ts +57 -0
- package/models/maintenance-daily-work-order-process-vo.ts +65 -0
- package/models/maintenance-order-acceptance-add-dto.ts +65 -0
- package/models/maintenance-order-acceptance-details-vo.ts +66 -0
- package/models/maintenance-order-approval-config-add-dto.ts +36 -0
- package/models/maintenance-order-construction-details-vo.ts +60 -0
- package/models/maintenance-order-details-vo.ts +203 -0
- package/models/maintenance-order-list-vo.ts +116 -0
- package/models/maintenance-order-settlement-add-dto.ts +54 -0
- package/models/maintenance-order-settlement-details-vo.ts +72 -0
- package/models/maintenance-order-status-enum.ts +50 -0
- package/models/maintenance-order-type-enum.ts +36 -0
- package/models/maintenance-order-warranty-details-vo.ts +83 -0
- package/models/maintenance-order-warranty-period-enum.ts +34 -0
- package/models/maintenance-order-warranty-update-dto.ts +48 -0
- package/models/material-confirmation-info.ts +54 -0
- package/models/page-dto-maintenance-order-list-vo.ts +39 -0
- package/models/warranty-acceptance-node-info.ts +36 -0
- package/models/warranty-maintenance-record-info.ts +54 -0
- package/models/work-order-ext-data.ts +9 -0
- package/models/work-order-source-enum.ts +2 -1
- package/models/work-order-type-enum.ts +2 -1
- package/ossutil.log +1176 -1173
- package/package.json +1 -1
package/dist/esm/api.d.ts
CHANGED
|
@@ -28,6 +28,8 @@ export * from './apis/hwork-api';
|
|
|
28
28
|
export * from './apis/inspection-standard-api';
|
|
29
29
|
export * from './apis/internal-api';
|
|
30
30
|
export * from './apis/jwt-api';
|
|
31
|
+
export * from './apis/maintenance-daily-work-order-controller-api';
|
|
32
|
+
export * from './apis/maintenance-order-api';
|
|
31
33
|
export * from './apis/maintenance-standard-api';
|
|
32
34
|
export * from './apis/message-api';
|
|
33
35
|
export * from './apis/notification-api';
|
package/dist/esm/api.js
CHANGED
|
@@ -30,6 +30,8 @@ export * from './apis/hwork-api';
|
|
|
30
30
|
export * from './apis/inspection-standard-api';
|
|
31
31
|
export * from './apis/internal-api';
|
|
32
32
|
export * from './apis/jwt-api';
|
|
33
|
+
export * from './apis/maintenance-daily-work-order-controller-api';
|
|
34
|
+
export * from './apis/maintenance-order-api';
|
|
33
35
|
export * from './apis/maintenance-standard-api';
|
|
34
36
|
export * from './apis/message-api';
|
|
35
37
|
export * from './apis/notification-api';
|
|
@@ -29,7 +29,7 @@ export declare const DeviceApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
29
29
|
* @param {*} [options] Override http request option.
|
|
30
30
|
* @throws {RequiredError}
|
|
31
31
|
*/
|
|
32
|
-
|
|
32
|
+
delete1: (iotDeviceUnitDeleteDTO: IotDeviceUnitDeleteDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
33
33
|
/**
|
|
34
34
|
*
|
|
35
35
|
* @summary 设备告警
|
|
@@ -67,7 +67,7 @@ export declare const DeviceApiFp: (configuration?: Configuration) => {
|
|
|
67
67
|
* @param {*} [options] Override http request option.
|
|
68
68
|
* @throws {RequiredError}
|
|
69
69
|
*/
|
|
70
|
-
|
|
70
|
+
delete1(iotDeviceUnitDeleteDTO: IotDeviceUnitDeleteDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
73
|
* @summary 设备告警
|
|
@@ -101,11 +101,11 @@ export declare const DeviceApiFactory: (configuration?: Configuration, basePath?
|
|
|
101
101
|
/**
|
|
102
102
|
*
|
|
103
103
|
* @summary 删除设备部件
|
|
104
|
-
* @param {
|
|
104
|
+
* @param {DeviceApiDelete1Request} requestParameters Request parameters.
|
|
105
105
|
* @param {*} [options] Override http request option.
|
|
106
106
|
* @throws {RequiredError}
|
|
107
107
|
*/
|
|
108
|
-
|
|
108
|
+
delete1(requestParameters: DeviceApiDelete1Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
|
|
109
109
|
/**
|
|
110
110
|
*
|
|
111
111
|
* @summary 设备告警
|
|
@@ -132,15 +132,15 @@ export declare const DeviceApiFactory: (configuration?: Configuration, basePath?
|
|
|
132
132
|
syncDeviceUnit(requestParameters: DeviceApiSyncDeviceUnitRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
|
|
133
133
|
};
|
|
134
134
|
/**
|
|
135
|
-
* Request parameters for
|
|
135
|
+
* Request parameters for delete1 operation in DeviceApi.
|
|
136
136
|
* @export
|
|
137
|
-
* @interface
|
|
137
|
+
* @interface DeviceApiDelete1Request
|
|
138
138
|
*/
|
|
139
|
-
export interface
|
|
139
|
+
export interface DeviceApiDelete1Request {
|
|
140
140
|
/**
|
|
141
141
|
*
|
|
142
142
|
* @type {IotDeviceUnitDeleteDTO}
|
|
143
|
-
* @memberof
|
|
143
|
+
* @memberof DeviceApiDelete1
|
|
144
144
|
*/
|
|
145
145
|
readonly iotDeviceUnitDeleteDTO: IotDeviceUnitDeleteDTO;
|
|
146
146
|
}
|
|
@@ -193,12 +193,12 @@ export declare class DeviceApi extends BaseAPI {
|
|
|
193
193
|
/**
|
|
194
194
|
*
|
|
195
195
|
* @summary 删除设备部件
|
|
196
|
-
* @param {
|
|
196
|
+
* @param {DeviceApiDelete1Request} requestParameters Request parameters.
|
|
197
197
|
* @param {*} [options] Override http request option.
|
|
198
198
|
* @throws {RequiredError}
|
|
199
199
|
* @memberof DeviceApi
|
|
200
200
|
*/
|
|
201
|
-
|
|
201
|
+
delete1(requestParameters: DeviceApiDelete1Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any, {}>>;
|
|
202
202
|
/**
|
|
203
203
|
*
|
|
204
204
|
* @summary 设备告警
|
|
@@ -39,9 +39,9 @@ export const DeviceApiAxiosParamCreator = function (configuration) {
|
|
|
39
39
|
* @param {*} [options] Override http request option.
|
|
40
40
|
* @throws {RequiredError}
|
|
41
41
|
*/
|
|
42
|
-
|
|
42
|
+
delete1: (iotDeviceUnitDeleteDTO_1, ...args_1) => __awaiter(this, [iotDeviceUnitDeleteDTO_1, ...args_1], void 0, function* (iotDeviceUnitDeleteDTO, options = {}) {
|
|
43
43
|
// verify required parameter 'iotDeviceUnitDeleteDTO' is not null or undefined
|
|
44
|
-
assertParamExists('
|
|
44
|
+
assertParamExists('delete1', 'iotDeviceUnitDeleteDTO', iotDeviceUnitDeleteDTO);
|
|
45
45
|
const localVarPath = `/gizone/iot/device/unit`;
|
|
46
46
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
47
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -180,12 +180,12 @@ export const DeviceApiFp = function (configuration) {
|
|
|
180
180
|
* @param {*} [options] Override http request option.
|
|
181
181
|
* @throws {RequiredError}
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
delete1(iotDeviceUnitDeleteDTO, options) {
|
|
184
184
|
return __awaiter(this, void 0, void 0, function* () {
|
|
185
185
|
var _a, _b, _c;
|
|
186
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
186
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.delete1(iotDeviceUnitDeleteDTO, options);
|
|
187
187
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
188
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DeviceApi.
|
|
188
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DeviceApi.delete1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
189
189
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
190
190
|
});
|
|
191
191
|
},
|
|
@@ -249,12 +249,12 @@ export const DeviceApiFactory = function (configuration, basePath, axios) {
|
|
|
249
249
|
/**
|
|
250
250
|
*
|
|
251
251
|
* @summary 删除设备部件
|
|
252
|
-
* @param {
|
|
252
|
+
* @param {DeviceApiDelete1Request} requestParameters Request parameters.
|
|
253
253
|
* @param {*} [options] Override http request option.
|
|
254
254
|
* @throws {RequiredError}
|
|
255
255
|
*/
|
|
256
|
-
|
|
257
|
-
return localVarFp.
|
|
256
|
+
delete1(requestParameters, options) {
|
|
257
|
+
return localVarFp.delete1(requestParameters.iotDeviceUnitDeleteDTO, options).then((request) => request(axios, basePath));
|
|
258
258
|
},
|
|
259
259
|
/**
|
|
260
260
|
*
|
|
@@ -298,13 +298,13 @@ export class DeviceApi extends BaseAPI {
|
|
|
298
298
|
/**
|
|
299
299
|
*
|
|
300
300
|
* @summary 删除设备部件
|
|
301
|
-
* @param {
|
|
301
|
+
* @param {DeviceApiDelete1Request} requestParameters Request parameters.
|
|
302
302
|
* @param {*} [options] Override http request option.
|
|
303
303
|
* @throws {RequiredError}
|
|
304
304
|
* @memberof DeviceApi
|
|
305
305
|
*/
|
|
306
|
-
|
|
307
|
-
return DeviceApiFp(this.configuration).
|
|
306
|
+
delete1(requestParameters, options) {
|
|
307
|
+
return DeviceApiFp(this.configuration).delete1(requestParameters.iotDeviceUnitDeleteDTO, options).then((request) => request(this.axios, this.basePath));
|
|
308
308
|
}
|
|
309
309
|
/**
|
|
310
310
|
*
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Configuration } from '../configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { JsonResultMaintenanceDailyWorkOrderDetailsDto } from '../models';
|
|
16
|
+
import type { JsonResultVoid } from '../models';
|
|
17
|
+
import type { MaintenanceDailyWorkOrderProcessVo } from '../models';
|
|
18
|
+
/**
|
|
19
|
+
* MaintenanceDailyWorkOrderControllerApi - axios parameter creator
|
|
20
|
+
* @export
|
|
21
|
+
*/
|
|
22
|
+
export declare const MaintenanceDailyWorkOrderControllerApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @summary 修缮日清工单详情
|
|
26
|
+
* @param {number} workOrderId
|
|
27
|
+
* @param {*} [options] Override http request option.
|
|
28
|
+
* @throws {RequiredError}
|
|
29
|
+
*/
|
|
30
|
+
workOrderMaintenanceDailyDetails: (workOrderId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @summary 处理修缮日清工单
|
|
34
|
+
* @param {number} workOrderId
|
|
35
|
+
* @param {MaintenanceDailyWorkOrderProcessVo} maintenanceDailyWorkOrderProcessVo
|
|
36
|
+
* @param {*} [options] Override http request option.
|
|
37
|
+
* @throws {RequiredError}
|
|
38
|
+
*/
|
|
39
|
+
workOrderMaintenanceDailyProcess: (workOrderId: number, maintenanceDailyWorkOrderProcessVo: MaintenanceDailyWorkOrderProcessVo, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* MaintenanceDailyWorkOrderControllerApi - functional programming interface
|
|
43
|
+
* @export
|
|
44
|
+
*/
|
|
45
|
+
export declare const MaintenanceDailyWorkOrderControllerApiFp: (configuration?: Configuration) => {
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @summary 修缮日清工单详情
|
|
49
|
+
* @param {number} workOrderId
|
|
50
|
+
* @param {*} [options] Override http request option.
|
|
51
|
+
* @throws {RequiredError}
|
|
52
|
+
*/
|
|
53
|
+
workOrderMaintenanceDailyDetails(workOrderId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultMaintenanceDailyWorkOrderDetailsDto>>;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @summary 处理修缮日清工单
|
|
57
|
+
* @param {number} workOrderId
|
|
58
|
+
* @param {MaintenanceDailyWorkOrderProcessVo} maintenanceDailyWorkOrderProcessVo
|
|
59
|
+
* @param {*} [options] Override http request option.
|
|
60
|
+
* @throws {RequiredError}
|
|
61
|
+
*/
|
|
62
|
+
workOrderMaintenanceDailyProcess(workOrderId: number, maintenanceDailyWorkOrderProcessVo: MaintenanceDailyWorkOrderProcessVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* MaintenanceDailyWorkOrderControllerApi - factory interface
|
|
66
|
+
* @export
|
|
67
|
+
*/
|
|
68
|
+
export declare const MaintenanceDailyWorkOrderControllerApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @summary 修缮日清工单详情
|
|
72
|
+
* @param {MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyDetailsRequest} requestParameters Request parameters.
|
|
73
|
+
* @param {*} [options] Override http request option.
|
|
74
|
+
* @throws {RequiredError}
|
|
75
|
+
*/
|
|
76
|
+
workOrderMaintenanceDailyDetails(requestParameters: MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultMaintenanceDailyWorkOrderDetailsDto>;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @summary 处理修缮日清工单
|
|
80
|
+
* @param {MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyProcessRequest} requestParameters Request parameters.
|
|
81
|
+
* @param {*} [options] Override http request option.
|
|
82
|
+
* @throws {RequiredError}
|
|
83
|
+
*/
|
|
84
|
+
workOrderMaintenanceDailyProcess(requestParameters: MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyProcessRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* Request parameters for workOrderMaintenanceDailyDetails operation in MaintenanceDailyWorkOrderControllerApi.
|
|
88
|
+
* @export
|
|
89
|
+
* @interface MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyDetailsRequest
|
|
90
|
+
*/
|
|
91
|
+
export interface MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyDetailsRequest {
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {number}
|
|
95
|
+
* @memberof MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyDetails
|
|
96
|
+
*/
|
|
97
|
+
readonly workOrderId: number;
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* Request parameters for workOrderMaintenanceDailyProcess operation in MaintenanceDailyWorkOrderControllerApi.
|
|
101
|
+
* @export
|
|
102
|
+
* @interface MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyProcessRequest
|
|
103
|
+
*/
|
|
104
|
+
export interface MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyProcessRequest {
|
|
105
|
+
/**
|
|
106
|
+
*
|
|
107
|
+
* @type {number}
|
|
108
|
+
* @memberof MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyProcess
|
|
109
|
+
*/
|
|
110
|
+
readonly workOrderId: number;
|
|
111
|
+
/**
|
|
112
|
+
*
|
|
113
|
+
* @type {MaintenanceDailyWorkOrderProcessVo}
|
|
114
|
+
* @memberof MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyProcess
|
|
115
|
+
*/
|
|
116
|
+
readonly maintenanceDailyWorkOrderProcessVo: MaintenanceDailyWorkOrderProcessVo;
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* MaintenanceDailyWorkOrderControllerApi - object-oriented interface
|
|
120
|
+
* @export
|
|
121
|
+
* @class MaintenanceDailyWorkOrderControllerApi
|
|
122
|
+
* @extends {BaseAPI}
|
|
123
|
+
*/
|
|
124
|
+
export declare class MaintenanceDailyWorkOrderControllerApi extends BaseAPI {
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @summary 修缮日清工单详情
|
|
128
|
+
* @param {MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyDetailsRequest} requestParameters Request parameters.
|
|
129
|
+
* @param {*} [options] Override http request option.
|
|
130
|
+
* @throws {RequiredError}
|
|
131
|
+
* @memberof MaintenanceDailyWorkOrderControllerApi
|
|
132
|
+
*/
|
|
133
|
+
workOrderMaintenanceDailyDetails(requestParameters: MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyDetailsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultMaintenanceDailyWorkOrderDetailsDto, any, {}>>;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @summary 处理修缮日清工单
|
|
137
|
+
* @param {MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyProcessRequest} requestParameters Request parameters.
|
|
138
|
+
* @param {*} [options] Override http request option.
|
|
139
|
+
* @throws {RequiredError}
|
|
140
|
+
* @memberof MaintenanceDailyWorkOrderControllerApi
|
|
141
|
+
*/
|
|
142
|
+
workOrderMaintenanceDailyProcess(requestParameters: MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyProcessRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any, {}>>;
|
|
143
|
+
}
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
15
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
16
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
17
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
18
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
19
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
20
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
import globalAxios from 'axios';
|
|
24
|
+
// Some imports not used depending on template conditions
|
|
25
|
+
// @ts-ignore
|
|
26
|
+
import { DUMMY_BASE_URL, assertParamExists, setBearerAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
27
|
+
// @ts-ignore
|
|
28
|
+
import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
|
|
29
|
+
/**
|
|
30
|
+
* MaintenanceDailyWorkOrderControllerApi - axios parameter creator
|
|
31
|
+
* @export
|
|
32
|
+
*/
|
|
33
|
+
export const MaintenanceDailyWorkOrderControllerApiAxiosParamCreator = function (configuration) {
|
|
34
|
+
return {
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @summary 修缮日清工单详情
|
|
38
|
+
* @param {number} workOrderId
|
|
39
|
+
* @param {*} [options] Override http request option.
|
|
40
|
+
* @throws {RequiredError}
|
|
41
|
+
*/
|
|
42
|
+
workOrderMaintenanceDailyDetails: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
|
|
43
|
+
// verify required parameter 'workOrderId' is not null or undefined
|
|
44
|
+
assertParamExists('workOrderMaintenanceDailyDetails', 'workOrderId', workOrderId);
|
|
45
|
+
const localVarPath = `/gizone/workorder/maintenanceDaily/{workOrderId}`
|
|
46
|
+
.replace(`{${"workOrderId"}}`, encodeURIComponent(String(workOrderId)));
|
|
47
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
48
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
49
|
+
let baseOptions;
|
|
50
|
+
if (configuration) {
|
|
51
|
+
baseOptions = configuration.baseOptions;
|
|
52
|
+
}
|
|
53
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
54
|
+
const localVarHeaderParameter = {};
|
|
55
|
+
const localVarQueryParameter = {};
|
|
56
|
+
// authentication tokenScheme required
|
|
57
|
+
// http bearer authentication required
|
|
58
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
59
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
60
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
61
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
62
|
+
return {
|
|
63
|
+
url: toPathString(localVarUrlObj),
|
|
64
|
+
options: localVarRequestOptions,
|
|
65
|
+
};
|
|
66
|
+
}),
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @summary 处理修缮日清工单
|
|
70
|
+
* @param {number} workOrderId
|
|
71
|
+
* @param {MaintenanceDailyWorkOrderProcessVo} maintenanceDailyWorkOrderProcessVo
|
|
72
|
+
* @param {*} [options] Override http request option.
|
|
73
|
+
* @throws {RequiredError}
|
|
74
|
+
*/
|
|
75
|
+
workOrderMaintenanceDailyProcess: (workOrderId_1, maintenanceDailyWorkOrderProcessVo_1, ...args_1) => __awaiter(this, [workOrderId_1, maintenanceDailyWorkOrderProcessVo_1, ...args_1], void 0, function* (workOrderId, maintenanceDailyWorkOrderProcessVo, options = {}) {
|
|
76
|
+
// verify required parameter 'workOrderId' is not null or undefined
|
|
77
|
+
assertParamExists('workOrderMaintenanceDailyProcess', 'workOrderId', workOrderId);
|
|
78
|
+
// verify required parameter 'maintenanceDailyWorkOrderProcessVo' is not null or undefined
|
|
79
|
+
assertParamExists('workOrderMaintenanceDailyProcess', 'maintenanceDailyWorkOrderProcessVo', maintenanceDailyWorkOrderProcessVo);
|
|
80
|
+
const localVarPath = `/gizone/workorder/maintenanceDaily/process/{workOrderId}`
|
|
81
|
+
.replace(`{${"workOrderId"}}`, encodeURIComponent(String(workOrderId)));
|
|
82
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
83
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
84
|
+
let baseOptions;
|
|
85
|
+
if (configuration) {
|
|
86
|
+
baseOptions = configuration.baseOptions;
|
|
87
|
+
}
|
|
88
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
89
|
+
const localVarHeaderParameter = {};
|
|
90
|
+
const localVarQueryParameter = {};
|
|
91
|
+
// authentication tokenScheme required
|
|
92
|
+
// http bearer authentication required
|
|
93
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
94
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
95
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
96
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
97
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
98
|
+
localVarRequestOptions.data = serializeDataIfNeeded(maintenanceDailyWorkOrderProcessVo, localVarRequestOptions, configuration);
|
|
99
|
+
return {
|
|
100
|
+
url: toPathString(localVarUrlObj),
|
|
101
|
+
options: localVarRequestOptions,
|
|
102
|
+
};
|
|
103
|
+
}),
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
/**
|
|
107
|
+
* MaintenanceDailyWorkOrderControllerApi - functional programming interface
|
|
108
|
+
* @export
|
|
109
|
+
*/
|
|
110
|
+
export const MaintenanceDailyWorkOrderControllerApiFp = function (configuration) {
|
|
111
|
+
const localVarAxiosParamCreator = MaintenanceDailyWorkOrderControllerApiAxiosParamCreator(configuration);
|
|
112
|
+
return {
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @summary 修缮日清工单详情
|
|
116
|
+
* @param {number} workOrderId
|
|
117
|
+
* @param {*} [options] Override http request option.
|
|
118
|
+
* @throws {RequiredError}
|
|
119
|
+
*/
|
|
120
|
+
workOrderMaintenanceDailyDetails(workOrderId, options) {
|
|
121
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
122
|
+
var _a, _b, _c;
|
|
123
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderMaintenanceDailyDetails(workOrderId, options);
|
|
124
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
125
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['MaintenanceDailyWorkOrderControllerApi.workOrderMaintenanceDailyDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
126
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
127
|
+
});
|
|
128
|
+
},
|
|
129
|
+
/**
|
|
130
|
+
*
|
|
131
|
+
* @summary 处理修缮日清工单
|
|
132
|
+
* @param {number} workOrderId
|
|
133
|
+
* @param {MaintenanceDailyWorkOrderProcessVo} maintenanceDailyWorkOrderProcessVo
|
|
134
|
+
* @param {*} [options] Override http request option.
|
|
135
|
+
* @throws {RequiredError}
|
|
136
|
+
*/
|
|
137
|
+
workOrderMaintenanceDailyProcess(workOrderId, maintenanceDailyWorkOrderProcessVo, options) {
|
|
138
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
139
|
+
var _a, _b, _c;
|
|
140
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderMaintenanceDailyProcess(workOrderId, maintenanceDailyWorkOrderProcessVo, options);
|
|
141
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
142
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['MaintenanceDailyWorkOrderControllerApi.workOrderMaintenanceDailyProcess']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
143
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
144
|
+
});
|
|
145
|
+
},
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
/**
|
|
149
|
+
* MaintenanceDailyWorkOrderControllerApi - factory interface
|
|
150
|
+
* @export
|
|
151
|
+
*/
|
|
152
|
+
export const MaintenanceDailyWorkOrderControllerApiFactory = function (configuration, basePath, axios) {
|
|
153
|
+
const localVarFp = MaintenanceDailyWorkOrderControllerApiFp(configuration);
|
|
154
|
+
return {
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @summary 修缮日清工单详情
|
|
158
|
+
* @param {MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyDetailsRequest} requestParameters Request parameters.
|
|
159
|
+
* @param {*} [options] Override http request option.
|
|
160
|
+
* @throws {RequiredError}
|
|
161
|
+
*/
|
|
162
|
+
workOrderMaintenanceDailyDetails(requestParameters, options) {
|
|
163
|
+
return localVarFp.workOrderMaintenanceDailyDetails(requestParameters.workOrderId, options).then((request) => request(axios, basePath));
|
|
164
|
+
},
|
|
165
|
+
/**
|
|
166
|
+
*
|
|
167
|
+
* @summary 处理修缮日清工单
|
|
168
|
+
* @param {MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyProcessRequest} requestParameters Request parameters.
|
|
169
|
+
* @param {*} [options] Override http request option.
|
|
170
|
+
* @throws {RequiredError}
|
|
171
|
+
*/
|
|
172
|
+
workOrderMaintenanceDailyProcess(requestParameters, options) {
|
|
173
|
+
return localVarFp.workOrderMaintenanceDailyProcess(requestParameters.workOrderId, requestParameters.maintenanceDailyWorkOrderProcessVo, options).then((request) => request(axios, basePath));
|
|
174
|
+
},
|
|
175
|
+
};
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* MaintenanceDailyWorkOrderControllerApi - object-oriented interface
|
|
179
|
+
* @export
|
|
180
|
+
* @class MaintenanceDailyWorkOrderControllerApi
|
|
181
|
+
* @extends {BaseAPI}
|
|
182
|
+
*/
|
|
183
|
+
export class MaintenanceDailyWorkOrderControllerApi extends BaseAPI {
|
|
184
|
+
/**
|
|
185
|
+
*
|
|
186
|
+
* @summary 修缮日清工单详情
|
|
187
|
+
* @param {MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyDetailsRequest} requestParameters Request parameters.
|
|
188
|
+
* @param {*} [options] Override http request option.
|
|
189
|
+
* @throws {RequiredError}
|
|
190
|
+
* @memberof MaintenanceDailyWorkOrderControllerApi
|
|
191
|
+
*/
|
|
192
|
+
workOrderMaintenanceDailyDetails(requestParameters, options) {
|
|
193
|
+
return MaintenanceDailyWorkOrderControllerApiFp(this.configuration).workOrderMaintenanceDailyDetails(requestParameters.workOrderId, options).then((request) => request(this.axios, this.basePath));
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
*
|
|
197
|
+
* @summary 处理修缮日清工单
|
|
198
|
+
* @param {MaintenanceDailyWorkOrderControllerApiWorkOrderMaintenanceDailyProcessRequest} requestParameters Request parameters.
|
|
199
|
+
* @param {*} [options] Override http request option.
|
|
200
|
+
* @throws {RequiredError}
|
|
201
|
+
* @memberof MaintenanceDailyWorkOrderControllerApi
|
|
202
|
+
*/
|
|
203
|
+
workOrderMaintenanceDailyProcess(requestParameters, options) {
|
|
204
|
+
return MaintenanceDailyWorkOrderControllerApiFp(this.configuration).workOrderMaintenanceDailyProcess(requestParameters.workOrderId, requestParameters.maintenanceDailyWorkOrderProcessVo, options).then((request) => request(this.axios, this.basePath));
|
|
205
|
+
}
|
|
206
|
+
}
|