@gizone/rrs-client 4.2.7-alpha.435 → 4.2.7-alpha.437
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 +10 -0
- package/apis/dashboard-api.ts +371 -92
- package/dist/apis/dashboard-api.d.ts +208 -64
- package/dist/apis/dashboard-api.js +282 -72
- package/dist/esm/apis/dashboard-api.d.ts +208 -64
- package/dist/esm/apis/dashboard-api.js +282 -72
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +69 -0
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +56 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +43 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +60 -0
- package/dist/esm/models/dashboard-work-order-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
- package/dist/esm/models/index.d.ts +10 -0
- package/dist/esm/models/index.js +10 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +69 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +56 -0
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +43 -0
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +60 -0
- package/dist/models/dashboard-work-order-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/models/dashboard-work-order-type-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
- package/dist/models/index.d.ts +10 -0
- package/dist/models/index.js +10 -0
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
- package/models/dashboard-work-order-by-park-search-dto.ts +81 -0
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +66 -0
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +51 -0
- package/models/dashboard-work-order-issue-type-group-stats-vo.ts +65 -0
- package/models/dashboard-work-order-park-group-stats-vo.ts +66 -0
- package/models/dashboard-work-order-type-group-stats-vo.ts +74 -0
- package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +65 -0
- package/models/index.ts +10 -0
- package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +72 -0
- package/package.json +1 -1
|
@@ -37,15 +37,15 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
37
37
|
return {
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @summary
|
|
41
|
-
* @param {
|
|
40
|
+
* @summary 设备-设备系统分组统计
|
|
41
|
+
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
42
42
|
* @param {*} [options] Override http request option.
|
|
43
43
|
* @throws {RequiredError}
|
|
44
44
|
*/
|
|
45
|
-
|
|
46
|
-
// verify required parameter '
|
|
47
|
-
(0, common_1.assertParamExists)('
|
|
48
|
-
const localVarPath = `/dashboard/equipment/
|
|
45
|
+
dashboardEquipmentStatisticsByEquipmentSystem: (dashboardBaseSearchDTO_1, ...args_1) => __awaiter(this, [dashboardBaseSearchDTO_1, ...args_1], void 0, function* (dashboardBaseSearchDTO, options = {}) {
|
|
46
|
+
// verify required parameter 'dashboardBaseSearchDTO' is not null or undefined
|
|
47
|
+
(0, common_1.assertParamExists)('dashboardEquipmentStatisticsByEquipmentSystem', 'dashboardBaseSearchDTO', dashboardBaseSearchDTO);
|
|
48
|
+
const localVarPath = `/dashboard/equipment/statistics/by-equipment-system`;
|
|
49
49
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
50
50
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
51
51
|
let baseOptions;
|
|
@@ -62,7 +62,7 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
62
62
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
63
63
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
64
64
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
65
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
65
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardBaseSearchDTO, localVarRequestOptions, configuration);
|
|
66
66
|
return {
|
|
67
67
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
68
68
|
options: localVarRequestOptions,
|
|
@@ -70,15 +70,15 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
70
70
|
}),
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
|
-
* @summary
|
|
74
|
-
* @param {
|
|
73
|
+
* @summary 设备-园区分组统计
|
|
74
|
+
* @param {DashboardEquipmentSearchDTO} dashboardEquipmentSearchDTO
|
|
75
75
|
* @param {*} [options] Override http request option.
|
|
76
76
|
* @throws {RequiredError}
|
|
77
77
|
*/
|
|
78
|
-
|
|
79
|
-
// verify required parameter '
|
|
80
|
-
(0, common_1.assertParamExists)('
|
|
81
|
-
const localVarPath = `/dashboard/equipment/
|
|
78
|
+
dashboardEquipmentStatisticsByPark: (dashboardEquipmentSearchDTO_1, ...args_1) => __awaiter(this, [dashboardEquipmentSearchDTO_1, ...args_1], void 0, function* (dashboardEquipmentSearchDTO, options = {}) {
|
|
79
|
+
// verify required parameter 'dashboardEquipmentSearchDTO' is not null or undefined
|
|
80
|
+
(0, common_1.assertParamExists)('dashboardEquipmentStatisticsByPark', 'dashboardEquipmentSearchDTO', dashboardEquipmentSearchDTO);
|
|
81
|
+
const localVarPath = `/dashboard/equipment/statistics/by-park`;
|
|
82
82
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
83
83
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
84
84
|
let baseOptions;
|
|
@@ -95,7 +95,7 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
95
95
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
96
96
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
97
97
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
98
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
98
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardEquipmentSearchDTO, localVarRequestOptions, configuration);
|
|
99
99
|
return {
|
|
100
100
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
101
101
|
options: localVarRequestOptions,
|
|
@@ -103,15 +103,15 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
}),
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
|
-
* @summary
|
|
106
|
+
* @summary 监控-功能区分组统计
|
|
107
107
|
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
108
108
|
* @param {*} [options] Override http request option.
|
|
109
109
|
* @throws {RequiredError}
|
|
110
110
|
*/
|
|
111
|
-
|
|
111
|
+
dashboardSurveillanceStatisticsByFunctionalArea: (dashboardBaseSearchDTO_1, ...args_1) => __awaiter(this, [dashboardBaseSearchDTO_1, ...args_1], void 0, function* (dashboardBaseSearchDTO, options = {}) {
|
|
112
112
|
// verify required parameter 'dashboardBaseSearchDTO' is not null or undefined
|
|
113
|
-
(0, common_1.assertParamExists)('
|
|
114
|
-
const localVarPath = `/dashboard/surveillance/functional-area
|
|
113
|
+
(0, common_1.assertParamExists)('dashboardSurveillanceStatisticsByFunctionalArea', 'dashboardBaseSearchDTO', dashboardBaseSearchDTO);
|
|
114
|
+
const localVarPath = `/dashboard/surveillance/statistics/by-functional-area`;
|
|
115
115
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
116
116
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
117
117
|
let baseOptions;
|
|
@@ -136,15 +136,15 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
136
136
|
}),
|
|
137
137
|
/**
|
|
138
138
|
*
|
|
139
|
-
* @summary
|
|
139
|
+
* @summary 监控-园区分组统计
|
|
140
140
|
* @param {DashboardSurveillanceSearchDTO} dashboardSurveillanceSearchDTO
|
|
141
141
|
* @param {*} [options] Override http request option.
|
|
142
142
|
* @throws {RequiredError}
|
|
143
143
|
*/
|
|
144
|
-
|
|
144
|
+
dashboardSurveillanceStatisticsByPark: (dashboardSurveillanceSearchDTO_1, ...args_1) => __awaiter(this, [dashboardSurveillanceSearchDTO_1, ...args_1], void 0, function* (dashboardSurveillanceSearchDTO, options = {}) {
|
|
145
145
|
// verify required parameter 'dashboardSurveillanceSearchDTO' is not null or undefined
|
|
146
|
-
(0, common_1.assertParamExists)('
|
|
147
|
-
const localVarPath = `/dashboard/surveillance/park
|
|
146
|
+
(0, common_1.assertParamExists)('dashboardSurveillanceStatisticsByPark', 'dashboardSurveillanceSearchDTO', dashboardSurveillanceSearchDTO);
|
|
147
|
+
const localVarPath = `/dashboard/surveillance/statistics/by-park`;
|
|
148
148
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
149
149
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
150
150
|
let baseOptions;
|
|
@@ -167,6 +167,105 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
167
167
|
options: localVarRequestOptions,
|
|
168
168
|
};
|
|
169
169
|
}),
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
* @summary 工单-园区分组统计
|
|
173
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
174
|
+
* @param {*} [options] Override http request option.
|
|
175
|
+
* @throws {RequiredError}
|
|
176
|
+
*/
|
|
177
|
+
dashboardWorkOrderStatisticsByPark: (dashboardWorkOrderByParkSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByParkSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByParkSearchDTO, options = {}) {
|
|
178
|
+
// verify required parameter 'dashboardWorkOrderByParkSearchDTO' is not null or undefined
|
|
179
|
+
(0, common_1.assertParamExists)('dashboardWorkOrderStatisticsByPark', 'dashboardWorkOrderByParkSearchDTO', dashboardWorkOrderByParkSearchDTO);
|
|
180
|
+
const localVarPath = `/dashboard/work-order/statistics/by-park`;
|
|
181
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
182
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
183
|
+
let baseOptions;
|
|
184
|
+
if (configuration) {
|
|
185
|
+
baseOptions = configuration.baseOptions;
|
|
186
|
+
}
|
|
187
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
188
|
+
const localVarHeaderParameter = {};
|
|
189
|
+
const localVarQueryParameter = {};
|
|
190
|
+
// authentication tokenScheme required
|
|
191
|
+
// http bearer authentication required
|
|
192
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
193
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
194
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
195
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
196
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
197
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderByParkSearchDTO, localVarRequestOptions, configuration);
|
|
198
|
+
return {
|
|
199
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
200
|
+
options: localVarRequestOptions,
|
|
201
|
+
};
|
|
202
|
+
}),
|
|
203
|
+
/**
|
|
204
|
+
*
|
|
205
|
+
* @summary 工单-工单类型分组统计
|
|
206
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSearchDTO} dashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
207
|
+
* @param {*} [options] Override http request option.
|
|
208
|
+
* @throws {RequiredError}
|
|
209
|
+
*/
|
|
210
|
+
dashboardWorkOrderStatisticsByWorkOrderType: (dashboardWorkOrderByWorkOrderTypeSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByWorkOrderTypeSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByWorkOrderTypeSearchDTO, options = {}) {
|
|
211
|
+
// verify required parameter 'dashboardWorkOrderByWorkOrderTypeSearchDTO' is not null or undefined
|
|
212
|
+
(0, common_1.assertParamExists)('dashboardWorkOrderStatisticsByWorkOrderType', 'dashboardWorkOrderByWorkOrderTypeSearchDTO', dashboardWorkOrderByWorkOrderTypeSearchDTO);
|
|
213
|
+
const localVarPath = `/dashboard/work-order/statistics/by-work-order-type`;
|
|
214
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
215
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
216
|
+
let baseOptions;
|
|
217
|
+
if (configuration) {
|
|
218
|
+
baseOptions = configuration.baseOptions;
|
|
219
|
+
}
|
|
220
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
221
|
+
const localVarHeaderParameter = {};
|
|
222
|
+
const localVarQueryParameter = {};
|
|
223
|
+
// authentication tokenScheme required
|
|
224
|
+
// http bearer authentication required
|
|
225
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
226
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
227
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
228
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
229
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
230
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderByWorkOrderTypeSearchDTO, localVarRequestOptions, configuration);
|
|
231
|
+
return {
|
|
232
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
233
|
+
options: localVarRequestOptions,
|
|
234
|
+
};
|
|
235
|
+
}),
|
|
236
|
+
/**
|
|
237
|
+
*
|
|
238
|
+
* @summary 工单-工单大类分组统计
|
|
239
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO} dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
240
|
+
* @param {*} [options] Override http request option.
|
|
241
|
+
* @throws {RequiredError}
|
|
242
|
+
*/
|
|
243
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory: (dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options = {}) {
|
|
244
|
+
// verify required parameter 'dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO' is not null or undefined
|
|
245
|
+
(0, common_1.assertParamExists)('dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory', 'dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO', dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO);
|
|
246
|
+
const localVarPath = `/dashboard/work-order/statistics/by-work-order-type-subcategory`;
|
|
247
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
248
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
249
|
+
let baseOptions;
|
|
250
|
+
if (configuration) {
|
|
251
|
+
baseOptions = configuration.baseOptions;
|
|
252
|
+
}
|
|
253
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
254
|
+
const localVarHeaderParameter = {};
|
|
255
|
+
const localVarQueryParameter = {};
|
|
256
|
+
// authentication tokenScheme required
|
|
257
|
+
// http bearer authentication required
|
|
258
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
259
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
260
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
261
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
262
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
263
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, localVarRequestOptions, configuration);
|
|
264
|
+
return {
|
|
265
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
266
|
+
options: localVarRequestOptions,
|
|
267
|
+
};
|
|
268
|
+
}),
|
|
170
269
|
};
|
|
171
270
|
};
|
|
172
271
|
exports.DashboardApiAxiosParamCreator = DashboardApiAxiosParamCreator;
|
|
@@ -179,65 +278,113 @@ const DashboardApiFp = function (configuration) {
|
|
|
179
278
|
return {
|
|
180
279
|
/**
|
|
181
280
|
*
|
|
182
|
-
* @summary
|
|
183
|
-
* @param {
|
|
281
|
+
* @summary 设备-设备系统分组统计
|
|
282
|
+
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
184
283
|
* @param {*} [options] Override http request option.
|
|
185
284
|
* @throws {RequiredError}
|
|
186
285
|
*/
|
|
187
|
-
|
|
286
|
+
dashboardEquipmentStatisticsByEquipmentSystem(dashboardBaseSearchDTO, options) {
|
|
188
287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
189
288
|
var _a, _b, _c;
|
|
190
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
289
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardEquipmentStatisticsByEquipmentSystem(dashboardBaseSearchDTO, options);
|
|
191
290
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
192
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.
|
|
291
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardEquipmentStatisticsByEquipmentSystem']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
193
292
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
194
293
|
});
|
|
195
294
|
},
|
|
196
295
|
/**
|
|
197
296
|
*
|
|
198
|
-
* @summary
|
|
199
|
-
* @param {
|
|
297
|
+
* @summary 设备-园区分组统计
|
|
298
|
+
* @param {DashboardEquipmentSearchDTO} dashboardEquipmentSearchDTO
|
|
200
299
|
* @param {*} [options] Override http request option.
|
|
201
300
|
* @throws {RequiredError}
|
|
202
301
|
*/
|
|
203
|
-
|
|
302
|
+
dashboardEquipmentStatisticsByPark(dashboardEquipmentSearchDTO, options) {
|
|
204
303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
205
304
|
var _a, _b, _c;
|
|
206
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
305
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardEquipmentStatisticsByPark(dashboardEquipmentSearchDTO, options);
|
|
207
306
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
208
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.
|
|
307
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardEquipmentStatisticsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
209
308
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
210
309
|
});
|
|
211
310
|
},
|
|
212
311
|
/**
|
|
213
312
|
*
|
|
214
|
-
* @summary
|
|
313
|
+
* @summary 监控-功能区分组统计
|
|
215
314
|
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
216
315
|
* @param {*} [options] Override http request option.
|
|
217
316
|
* @throws {RequiredError}
|
|
218
317
|
*/
|
|
219
|
-
|
|
318
|
+
dashboardSurveillanceStatisticsByFunctionalArea(dashboardBaseSearchDTO, options) {
|
|
220
319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
221
320
|
var _a, _b, _c;
|
|
222
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
321
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardSurveillanceStatisticsByFunctionalArea(dashboardBaseSearchDTO, options);
|
|
223
322
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
224
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.
|
|
323
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardSurveillanceStatisticsByFunctionalArea']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
225
324
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
226
325
|
});
|
|
227
326
|
},
|
|
228
327
|
/**
|
|
229
328
|
*
|
|
230
|
-
* @summary
|
|
329
|
+
* @summary 监控-园区分组统计
|
|
231
330
|
* @param {DashboardSurveillanceSearchDTO} dashboardSurveillanceSearchDTO
|
|
232
331
|
* @param {*} [options] Override http request option.
|
|
233
332
|
* @throws {RequiredError}
|
|
234
333
|
*/
|
|
235
|
-
|
|
334
|
+
dashboardSurveillanceStatisticsByPark(dashboardSurveillanceSearchDTO, options) {
|
|
335
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
336
|
+
var _a, _b, _c;
|
|
337
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardSurveillanceStatisticsByPark(dashboardSurveillanceSearchDTO, options);
|
|
338
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
339
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardSurveillanceStatisticsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
340
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
341
|
+
});
|
|
342
|
+
},
|
|
343
|
+
/**
|
|
344
|
+
*
|
|
345
|
+
* @summary 工单-园区分组统计
|
|
346
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
347
|
+
* @param {*} [options] Override http request option.
|
|
348
|
+
* @throws {RequiredError}
|
|
349
|
+
*/
|
|
350
|
+
dashboardWorkOrderStatisticsByPark(dashboardWorkOrderByParkSearchDTO, options) {
|
|
236
351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
237
352
|
var _a, _b, _c;
|
|
238
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
353
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByPark(dashboardWorkOrderByParkSearchDTO, options);
|
|
239
354
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
240
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.
|
|
355
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
356
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
357
|
+
});
|
|
358
|
+
},
|
|
359
|
+
/**
|
|
360
|
+
*
|
|
361
|
+
* @summary 工单-工单类型分组统计
|
|
362
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSearchDTO} dashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
363
|
+
* @param {*} [options] Override http request option.
|
|
364
|
+
* @throws {RequiredError}
|
|
365
|
+
*/
|
|
366
|
+
dashboardWorkOrderStatisticsByWorkOrderType(dashboardWorkOrderByWorkOrderTypeSearchDTO, options) {
|
|
367
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
368
|
+
var _a, _b, _c;
|
|
369
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByWorkOrderType(dashboardWorkOrderByWorkOrderTypeSearchDTO, options);
|
|
370
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
371
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByWorkOrderType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
372
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
373
|
+
});
|
|
374
|
+
},
|
|
375
|
+
/**
|
|
376
|
+
*
|
|
377
|
+
* @summary 工单-工单大类分组统计
|
|
378
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO} dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
379
|
+
* @param {*} [options] Override http request option.
|
|
380
|
+
* @throws {RequiredError}
|
|
381
|
+
*/
|
|
382
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options) {
|
|
383
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
384
|
+
var _a, _b, _c;
|
|
385
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options);
|
|
386
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
387
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
241
388
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
242
389
|
});
|
|
243
390
|
},
|
|
@@ -253,43 +400,73 @@ const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
253
400
|
return {
|
|
254
401
|
/**
|
|
255
402
|
*
|
|
256
|
-
* @summary
|
|
257
|
-
* @param {
|
|
403
|
+
* @summary 设备-设备系统分组统计
|
|
404
|
+
* @param {DashboardApiDashboardEquipmentStatisticsByEquipmentSystemRequest} requestParameters Request parameters.
|
|
258
405
|
* @param {*} [options] Override http request option.
|
|
259
406
|
* @throws {RequiredError}
|
|
260
407
|
*/
|
|
261
|
-
|
|
262
|
-
return localVarFp.
|
|
408
|
+
dashboardEquipmentStatisticsByEquipmentSystem(requestParameters, options) {
|
|
409
|
+
return localVarFp.dashboardEquipmentStatisticsByEquipmentSystem(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
|
|
263
410
|
},
|
|
264
411
|
/**
|
|
265
412
|
*
|
|
266
|
-
* @summary
|
|
267
|
-
* @param {
|
|
413
|
+
* @summary 设备-园区分组统计
|
|
414
|
+
* @param {DashboardApiDashboardEquipmentStatisticsByParkRequest} requestParameters Request parameters.
|
|
268
415
|
* @param {*} [options] Override http request option.
|
|
269
416
|
* @throws {RequiredError}
|
|
270
417
|
*/
|
|
271
|
-
|
|
272
|
-
return localVarFp.
|
|
418
|
+
dashboardEquipmentStatisticsByPark(requestParameters, options) {
|
|
419
|
+
return localVarFp.dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(axios, basePath));
|
|
273
420
|
},
|
|
274
421
|
/**
|
|
275
422
|
*
|
|
276
|
-
* @summary
|
|
277
|
-
* @param {
|
|
423
|
+
* @summary 监控-功能区分组统计
|
|
424
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByFunctionalAreaRequest} requestParameters Request parameters.
|
|
278
425
|
* @param {*} [options] Override http request option.
|
|
279
426
|
* @throws {RequiredError}
|
|
280
427
|
*/
|
|
281
|
-
|
|
282
|
-
return localVarFp.
|
|
428
|
+
dashboardSurveillanceStatisticsByFunctionalArea(requestParameters, options) {
|
|
429
|
+
return localVarFp.dashboardSurveillanceStatisticsByFunctionalArea(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
|
|
283
430
|
},
|
|
284
431
|
/**
|
|
285
432
|
*
|
|
286
|
-
* @summary
|
|
287
|
-
* @param {
|
|
433
|
+
* @summary 监控-园区分组统计
|
|
434
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByParkRequest} requestParameters Request parameters.
|
|
288
435
|
* @param {*} [options] Override http request option.
|
|
289
436
|
* @throws {RequiredError}
|
|
290
437
|
*/
|
|
291
|
-
|
|
292
|
-
return localVarFp.
|
|
438
|
+
dashboardSurveillanceStatisticsByPark(requestParameters, options) {
|
|
439
|
+
return localVarFp.dashboardSurveillanceStatisticsByPark(requestParameters.dashboardSurveillanceSearchDTO, options).then((request) => request(axios, basePath));
|
|
440
|
+
},
|
|
441
|
+
/**
|
|
442
|
+
*
|
|
443
|
+
* @summary 工单-园区分组统计
|
|
444
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByParkRequest} requestParameters Request parameters.
|
|
445
|
+
* @param {*} [options] Override http request option.
|
|
446
|
+
* @throws {RequiredError}
|
|
447
|
+
*/
|
|
448
|
+
dashboardWorkOrderStatisticsByPark(requestParameters, options) {
|
|
449
|
+
return localVarFp.dashboardWorkOrderStatisticsByPark(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(axios, basePath));
|
|
450
|
+
},
|
|
451
|
+
/**
|
|
452
|
+
*
|
|
453
|
+
* @summary 工单-工单类型分组统计
|
|
454
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeRequest} requestParameters Request parameters.
|
|
455
|
+
* @param {*} [options] Override http request option.
|
|
456
|
+
* @throws {RequiredError}
|
|
457
|
+
*/
|
|
458
|
+
dashboardWorkOrderStatisticsByWorkOrderType(requestParameters, options) {
|
|
459
|
+
return localVarFp.dashboardWorkOrderStatisticsByWorkOrderType(requestParameters.dashboardWorkOrderByWorkOrderTypeSearchDTO, options).then((request) => request(axios, basePath));
|
|
460
|
+
},
|
|
461
|
+
/**
|
|
462
|
+
*
|
|
463
|
+
* @summary 工单-工单大类分组统计
|
|
464
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryRequest} requestParameters Request parameters.
|
|
465
|
+
* @param {*} [options] Override http request option.
|
|
466
|
+
* @throws {RequiredError}
|
|
467
|
+
*/
|
|
468
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
|
|
469
|
+
return localVarFp.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(axios, basePath));
|
|
293
470
|
},
|
|
294
471
|
};
|
|
295
472
|
};
|
|
@@ -303,47 +480,80 @@ exports.DashboardApiFactory = DashboardApiFactory;
|
|
|
303
480
|
class DashboardApi extends base_1.BaseAPI {
|
|
304
481
|
/**
|
|
305
482
|
*
|
|
306
|
-
* @summary
|
|
307
|
-
* @param {
|
|
483
|
+
* @summary 设备-设备系统分组统计
|
|
484
|
+
* @param {DashboardApiDashboardEquipmentStatisticsByEquipmentSystemRequest} requestParameters Request parameters.
|
|
485
|
+
* @param {*} [options] Override http request option.
|
|
486
|
+
* @throws {RequiredError}
|
|
487
|
+
* @memberof DashboardApi
|
|
488
|
+
*/
|
|
489
|
+
dashboardEquipmentStatisticsByEquipmentSystem(requestParameters, options) {
|
|
490
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardEquipmentStatisticsByEquipmentSystem(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
*
|
|
494
|
+
* @summary 设备-园区分组统计
|
|
495
|
+
* @param {DashboardApiDashboardEquipmentStatisticsByParkRequest} requestParameters Request parameters.
|
|
496
|
+
* @param {*} [options] Override http request option.
|
|
497
|
+
* @throws {RequiredError}
|
|
498
|
+
* @memberof DashboardApi
|
|
499
|
+
*/
|
|
500
|
+
dashboardEquipmentStatisticsByPark(requestParameters, options) {
|
|
501
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
502
|
+
}
|
|
503
|
+
/**
|
|
504
|
+
*
|
|
505
|
+
* @summary 监控-功能区分组统计
|
|
506
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByFunctionalAreaRequest} requestParameters Request parameters.
|
|
507
|
+
* @param {*} [options] Override http request option.
|
|
508
|
+
* @throws {RequiredError}
|
|
509
|
+
* @memberof DashboardApi
|
|
510
|
+
*/
|
|
511
|
+
dashboardSurveillanceStatisticsByFunctionalArea(requestParameters, options) {
|
|
512
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardSurveillanceStatisticsByFunctionalArea(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
513
|
+
}
|
|
514
|
+
/**
|
|
515
|
+
*
|
|
516
|
+
* @summary 监控-园区分组统计
|
|
517
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByParkRequest} requestParameters Request parameters.
|
|
308
518
|
* @param {*} [options] Override http request option.
|
|
309
519
|
* @throws {RequiredError}
|
|
310
520
|
* @memberof DashboardApi
|
|
311
521
|
*/
|
|
312
|
-
|
|
313
|
-
return (0, exports.DashboardApiFp)(this.configuration).
|
|
522
|
+
dashboardSurveillanceStatisticsByPark(requestParameters, options) {
|
|
523
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardSurveillanceStatisticsByPark(requestParameters.dashboardSurveillanceSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
314
524
|
}
|
|
315
525
|
/**
|
|
316
526
|
*
|
|
317
|
-
* @summary
|
|
318
|
-
* @param {
|
|
527
|
+
* @summary 工单-园区分组统计
|
|
528
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByParkRequest} requestParameters Request parameters.
|
|
319
529
|
* @param {*} [options] Override http request option.
|
|
320
530
|
* @throws {RequiredError}
|
|
321
531
|
* @memberof DashboardApi
|
|
322
532
|
*/
|
|
323
|
-
|
|
324
|
-
return (0, exports.DashboardApiFp)(this.configuration).
|
|
533
|
+
dashboardWorkOrderStatisticsByPark(requestParameters, options) {
|
|
534
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByPark(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
325
535
|
}
|
|
326
536
|
/**
|
|
327
537
|
*
|
|
328
|
-
* @summary
|
|
329
|
-
* @param {
|
|
538
|
+
* @summary 工单-工单类型分组统计
|
|
539
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeRequest} requestParameters Request parameters.
|
|
330
540
|
* @param {*} [options] Override http request option.
|
|
331
541
|
* @throws {RequiredError}
|
|
332
542
|
* @memberof DashboardApi
|
|
333
543
|
*/
|
|
334
|
-
|
|
335
|
-
return (0, exports.DashboardApiFp)(this.configuration).
|
|
544
|
+
dashboardWorkOrderStatisticsByWorkOrderType(requestParameters, options) {
|
|
545
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByWorkOrderType(requestParameters.dashboardWorkOrderByWorkOrderTypeSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
336
546
|
}
|
|
337
547
|
/**
|
|
338
548
|
*
|
|
339
|
-
* @summary
|
|
340
|
-
* @param {
|
|
549
|
+
* @summary 工单-工单大类分组统计
|
|
550
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryRequest} requestParameters Request parameters.
|
|
341
551
|
* @param {*} [options] Override http request option.
|
|
342
552
|
* @throws {RequiredError}
|
|
343
553
|
* @memberof DashboardApi
|
|
344
554
|
*/
|
|
345
|
-
|
|
346
|
-
return (0, exports.DashboardApiFp)(this.configuration).
|
|
555
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
|
|
556
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
347
557
|
}
|
|
348
558
|
}
|
|
349
559
|
exports.DashboardApi = DashboardApi;
|