@gizone/rrs-client 4.2.7-alpha.437 → 4.2.7-alpha.439
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 +14 -0
- package/apis/common-api.ts +286 -0
- package/apis/dashboard-api.ts +368 -0
- package/apis/work-order-api.ts +134 -10
- package/dist/apis/common-api.d.ts +149 -0
- package/dist/apis/common-api.js +215 -0
- package/dist/apis/dashboard-api.d.ts +190 -0
- package/dist/apis/dashboard-api.js +280 -0
- package/dist/apis/work-order-api.d.ts +71 -4
- package/dist/apis/work-order-api.js +90 -10
- package/dist/esm/apis/common-api.d.ts +149 -0
- package/dist/esm/apis/common-api.js +215 -0
- package/dist/esm/apis/dashboard-api.d.ts +190 -0
- package/dist/esm/apis/dashboard-api.js +280 -0
- package/dist/esm/apis/work-order-api.d.ts +71 -4
- package/dist/esm/apis/work-order-api.js +90 -10
- package/dist/esm/models/access-appointment-source-enum.d.ts +1 -0
- package/dist/esm/models/access-appointment-source-enum.js +2 -1
- package/dist/esm/models/access-record-details-dto.d.ts +7 -0
- package/dist/esm/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
- package/dist/esm/models/dashboard-access-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-access-search-dto.d.ts +68 -0
- package/dist/esm/models/dashboard-access-search-dto.js +14 -0
- package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-access-source-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-base-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-series-stats-base-vo.d.ts +30 -0
- package/dist/esm/models/dashboard-series-stats-base-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +36 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +19 -1
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +117 -0
- package/dist/esm/models/dashboard-work-order-list-search-dto.js +18 -0
- package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +36 -0
- package/dist/esm/models/dept-relation-dto.d.ts +24 -0
- package/dist/esm/models/index.d.ts +14 -0
- package/dist/esm/models/index.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.js +14 -0
- package/dist/esm/models/json-result-list-inspection-point.d.ts +62 -0
- package/dist/esm/models/json-result-list-inspection-point.js +14 -0
- package/dist/esm/models/json-result-list-srm-center-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-srm-center-vo.js +14 -0
- package/dist/esm/models/json-result-srm-center-entity.d.ts +62 -0
- package/dist/esm/models/json-result-srm-center-entity.js +14 -0
- package/dist/esm/models/park-list-dto.d.ts +24 -0
- package/dist/esm/models/srm-center-entity.d.ts +54 -0
- package/dist/esm/models/srm-center-entity.js +14 -0
- package/dist/esm/models/srm-center-vo.d.ts +54 -0
- package/dist/esm/models/srm-center-vo.js +14 -0
- package/dist/esm/models/srm-level-add-dto.d.ts +48 -0
- package/dist/esm/models/srm-level-add-dto.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/work-order-search-dto.d.ts +12 -0
- package/dist/models/access-appointment-source-enum.d.ts +1 -0
- package/dist/models/access-appointment-source-enum.js +2 -1
- package/dist/models/access-record-details-dto.d.ts +7 -0
- package/dist/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
- package/dist/models/dashboard-access-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-access-search-dto.d.ts +68 -0
- package/dist/models/dashboard-access-search-dto.js +15 -0
- package/dist/models/dashboard-access-source-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-access-source-group-stats-vo.js +15 -0
- package/dist/models/dashboard-base-search-dto.d.ts +18 -0
- package/dist/models/dashboard-equipment-search-dto.d.ts +18 -0
- package/dist/models/dashboard-series-stats-base-vo.d.ts +30 -0
- package/dist/models/dashboard-series-stats-base-vo.js +15 -0
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +36 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +18 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +19 -1
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +18 -0
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
- package/dist/models/dashboard-work-order-list-search-dto.d.ts +117 -0
- package/dist/models/dashboard-work-order-list-search-dto.js +21 -0
- package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +36 -0
- package/dist/models/dept-relation-dto.d.ts +24 -0
- package/dist/models/index.d.ts +14 -0
- package/dist/models/index.js +14 -0
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.js +15 -0
- package/dist/models/json-result-list-inspection-point.d.ts +62 -0
- package/dist/models/json-result-list-inspection-point.js +15 -0
- package/dist/models/json-result-list-srm-center-vo.d.ts +62 -0
- package/dist/models/json-result-list-srm-center-vo.js +15 -0
- package/dist/models/json-result-srm-center-entity.d.ts +62 -0
- package/dist/models/json-result-srm-center-entity.js +15 -0
- package/dist/models/park-list-dto.d.ts +24 -0
- package/dist/models/srm-center-entity.d.ts +54 -0
- package/dist/models/srm-center-entity.js +15 -0
- package/dist/models/srm-center-vo.d.ts +54 -0
- package/dist/models/srm-center-vo.js +15 -0
- package/dist/models/srm-level-add-dto.d.ts +48 -0
- package/dist/models/srm-level-add-dto.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/work-order-search-dto.d.ts +12 -0
- package/models/access-appointment-source-enum.ts +2 -1
- package/models/access-record-details-dto.ts +9 -0
- package/models/dashboard-access-park-group-stats-vo.ts +102 -0
- package/models/dashboard-access-search-dto.ts +80 -0
- package/models/dashboard-access-source-group-stats-vo.ts +65 -0
- package/models/dashboard-base-search-dto.ts +18 -0
- package/models/dashboard-equipment-search-dto.ts +18 -0
- package/models/dashboard-series-stats-base-vo.ts +36 -0
- package/models/dashboard-surveillance-park-group-stats-vo.ts +36 -0
- package/models/dashboard-surveillance-search-dto.ts +18 -0
- package/models/dashboard-work-order-by-park-search-dto.ts +19 -1
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +18 -0
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +18 -0
- package/models/dashboard-work-order-list-search-dto.ts +132 -0
- package/models/dashboard-work-order-park-group-stats-vo.ts +36 -0
- package/models/dept-relation-dto.ts +24 -0
- package/models/index.ts +14 -0
- package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-series-stats-base-vo.ts +72 -0
- package/models/json-result-list-inspection-point.ts +72 -0
- package/models/json-result-list-srm-center-vo.ts +72 -0
- package/models/json-result-srm-center-entity.ts +72 -0
- package/models/park-list-dto.ts +24 -0
- package/models/srm-center-entity.ts +60 -0
- package/models/srm-center-vo.ts +60 -0
- package/models/srm-level-add-dto.ts +54 -0
- package/models/sys-user.ts +4 -4
- package/models/work-order-search-dto.ts +12 -0
- package/package.json +1 -1
|
@@ -35,6 +35,72 @@ const base_1 = require("../base");
|
|
|
35
35
|
*/
|
|
36
36
|
const DashboardApiAxiosParamCreator = function (configuration) {
|
|
37
37
|
return {
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @summary 出入-园区分组统计
|
|
41
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
42
|
+
* @param {*} [options] Override http request option.
|
|
43
|
+
* @throws {RequiredError}
|
|
44
|
+
*/
|
|
45
|
+
dashboardAccessStatisticsByPark: (dashboardAccessSearchDTO_1, ...args_1) => __awaiter(this, [dashboardAccessSearchDTO_1, ...args_1], void 0, function* (dashboardAccessSearchDTO, options = {}) {
|
|
46
|
+
// verify required parameter 'dashboardAccessSearchDTO' is not null or undefined
|
|
47
|
+
(0, common_1.assertParamExists)('dashboardAccessStatisticsByPark', 'dashboardAccessSearchDTO', dashboardAccessSearchDTO);
|
|
48
|
+
const localVarPath = `/dashboard/access/statistics/by-park`;
|
|
49
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
50
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
51
|
+
let baseOptions;
|
|
52
|
+
if (configuration) {
|
|
53
|
+
baseOptions = configuration.baseOptions;
|
|
54
|
+
}
|
|
55
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
56
|
+
const localVarHeaderParameter = {};
|
|
57
|
+
const localVarQueryParameter = {};
|
|
58
|
+
// authentication tokenScheme required
|
|
59
|
+
// http bearer authentication required
|
|
60
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
61
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
62
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
63
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
64
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
65
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardAccessSearchDTO, localVarRequestOptions, configuration);
|
|
66
|
+
return {
|
|
67
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
68
|
+
options: localVarRequestOptions,
|
|
69
|
+
};
|
|
70
|
+
}),
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @summary 出入-来源分组统计
|
|
74
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
75
|
+
* @param {*} [options] Override http request option.
|
|
76
|
+
* @throws {RequiredError}
|
|
77
|
+
*/
|
|
78
|
+
dashboardAccessStatisticsBySource: (dashboardAccessSearchDTO_1, ...args_1) => __awaiter(this, [dashboardAccessSearchDTO_1, ...args_1], void 0, function* (dashboardAccessSearchDTO, options = {}) {
|
|
79
|
+
// verify required parameter 'dashboardAccessSearchDTO' is not null or undefined
|
|
80
|
+
(0, common_1.assertParamExists)('dashboardAccessStatisticsBySource', 'dashboardAccessSearchDTO', dashboardAccessSearchDTO);
|
|
81
|
+
const localVarPath = `/dashboard/access/statistics/by-source`;
|
|
82
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
83
|
+
const localVarUrlObj = new URL(localVarPath, common_1.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 (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
94
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
95
|
+
(0, common_1.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 = (0, common_1.serializeDataIfNeeded)(dashboardAccessSearchDTO, localVarRequestOptions, configuration);
|
|
99
|
+
return {
|
|
100
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
101
|
+
options: localVarRequestOptions,
|
|
102
|
+
};
|
|
103
|
+
}),
|
|
38
104
|
/**
|
|
39
105
|
*
|
|
40
106
|
* @summary 设备-设备系统分组统计
|
|
@@ -266,6 +332,72 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
266
332
|
options: localVarRequestOptions,
|
|
267
333
|
};
|
|
268
334
|
}),
|
|
335
|
+
/**
|
|
336
|
+
*
|
|
337
|
+
* @summary 工单-完成率序列统计
|
|
338
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
339
|
+
* @param {*} [options] Override http request option.
|
|
340
|
+
* @throws {RequiredError}
|
|
341
|
+
*/
|
|
342
|
+
dashboardWorkOrderStatisticsCompletionRateSeries: (dashboardWorkOrderByParkSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByParkSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByParkSearchDTO, options = {}) {
|
|
343
|
+
// verify required parameter 'dashboardWorkOrderByParkSearchDTO' is not null or undefined
|
|
344
|
+
(0, common_1.assertParamExists)('dashboardWorkOrderStatisticsCompletionRateSeries', 'dashboardWorkOrderByParkSearchDTO', dashboardWorkOrderByParkSearchDTO);
|
|
345
|
+
const localVarPath = `/dashboard/work-order/statistics/completion-rate-series`;
|
|
346
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
347
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
348
|
+
let baseOptions;
|
|
349
|
+
if (configuration) {
|
|
350
|
+
baseOptions = configuration.baseOptions;
|
|
351
|
+
}
|
|
352
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
353
|
+
const localVarHeaderParameter = {};
|
|
354
|
+
const localVarQueryParameter = {};
|
|
355
|
+
// authentication tokenScheme required
|
|
356
|
+
// http bearer authentication required
|
|
357
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
358
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
359
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
360
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
361
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
362
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderByParkSearchDTO, localVarRequestOptions, configuration);
|
|
363
|
+
return {
|
|
364
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
365
|
+
options: localVarRequestOptions,
|
|
366
|
+
};
|
|
367
|
+
}),
|
|
368
|
+
/**
|
|
369
|
+
*
|
|
370
|
+
* @summary 工单-列表
|
|
371
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
372
|
+
* @param {*} [options] Override http request option.
|
|
373
|
+
* @throws {RequiredError}
|
|
374
|
+
*/
|
|
375
|
+
dashboardWorkOrderStatisticsList: (dashboardWorkOrderListSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderListSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderListSearchDTO, options = {}) {
|
|
376
|
+
// verify required parameter 'dashboardWorkOrderListSearchDTO' is not null or undefined
|
|
377
|
+
(0, common_1.assertParamExists)('dashboardWorkOrderStatisticsList', 'dashboardWorkOrderListSearchDTO', dashboardWorkOrderListSearchDTO);
|
|
378
|
+
const localVarPath = `/dashboard/work-order/statistics/list`;
|
|
379
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
380
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
381
|
+
let baseOptions;
|
|
382
|
+
if (configuration) {
|
|
383
|
+
baseOptions = configuration.baseOptions;
|
|
384
|
+
}
|
|
385
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
386
|
+
const localVarHeaderParameter = {};
|
|
387
|
+
const localVarQueryParameter = {};
|
|
388
|
+
// authentication tokenScheme required
|
|
389
|
+
// http bearer authentication required
|
|
390
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
391
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
392
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
393
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
394
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
395
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderListSearchDTO, localVarRequestOptions, configuration);
|
|
396
|
+
return {
|
|
397
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
398
|
+
options: localVarRequestOptions,
|
|
399
|
+
};
|
|
400
|
+
}),
|
|
269
401
|
};
|
|
270
402
|
};
|
|
271
403
|
exports.DashboardApiAxiosParamCreator = DashboardApiAxiosParamCreator;
|
|
@@ -276,6 +408,38 @@ exports.DashboardApiAxiosParamCreator = DashboardApiAxiosParamCreator;
|
|
|
276
408
|
const DashboardApiFp = function (configuration) {
|
|
277
409
|
const localVarAxiosParamCreator = (0, exports.DashboardApiAxiosParamCreator)(configuration);
|
|
278
410
|
return {
|
|
411
|
+
/**
|
|
412
|
+
*
|
|
413
|
+
* @summary 出入-园区分组统计
|
|
414
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
415
|
+
* @param {*} [options] Override http request option.
|
|
416
|
+
* @throws {RequiredError}
|
|
417
|
+
*/
|
|
418
|
+
dashboardAccessStatisticsByPark(dashboardAccessSearchDTO, options) {
|
|
419
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
420
|
+
var _a, _b, _c;
|
|
421
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardAccessStatisticsByPark(dashboardAccessSearchDTO, options);
|
|
422
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
423
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardAccessStatisticsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
424
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
425
|
+
});
|
|
426
|
+
},
|
|
427
|
+
/**
|
|
428
|
+
*
|
|
429
|
+
* @summary 出入-来源分组统计
|
|
430
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
431
|
+
* @param {*} [options] Override http request option.
|
|
432
|
+
* @throws {RequiredError}
|
|
433
|
+
*/
|
|
434
|
+
dashboardAccessStatisticsBySource(dashboardAccessSearchDTO, options) {
|
|
435
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
436
|
+
var _a, _b, _c;
|
|
437
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardAccessStatisticsBySource(dashboardAccessSearchDTO, options);
|
|
438
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
439
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardAccessStatisticsBySource']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
440
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
441
|
+
});
|
|
442
|
+
},
|
|
279
443
|
/**
|
|
280
444
|
*
|
|
281
445
|
* @summary 设备-设备系统分组统计
|
|
@@ -388,6 +552,38 @@ const DashboardApiFp = function (configuration) {
|
|
|
388
552
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
389
553
|
});
|
|
390
554
|
},
|
|
555
|
+
/**
|
|
556
|
+
*
|
|
557
|
+
* @summary 工单-完成率序列统计
|
|
558
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
559
|
+
* @param {*} [options] Override http request option.
|
|
560
|
+
* @throws {RequiredError}
|
|
561
|
+
*/
|
|
562
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(dashboardWorkOrderByParkSearchDTO, options) {
|
|
563
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
564
|
+
var _a, _b, _c;
|
|
565
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsCompletionRateSeries(dashboardWorkOrderByParkSearchDTO, options);
|
|
566
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
567
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderStatisticsCompletionRateSeries']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
568
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
569
|
+
});
|
|
570
|
+
},
|
|
571
|
+
/**
|
|
572
|
+
*
|
|
573
|
+
* @summary 工单-列表
|
|
574
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
575
|
+
* @param {*} [options] Override http request option.
|
|
576
|
+
* @throws {RequiredError}
|
|
577
|
+
*/
|
|
578
|
+
dashboardWorkOrderStatisticsList(dashboardWorkOrderListSearchDTO, options) {
|
|
579
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
580
|
+
var _a, _b, _c;
|
|
581
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsList(dashboardWorkOrderListSearchDTO, options);
|
|
582
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
583
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderStatisticsList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
584
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
585
|
+
});
|
|
586
|
+
},
|
|
391
587
|
};
|
|
392
588
|
};
|
|
393
589
|
exports.DashboardApiFp = DashboardApiFp;
|
|
@@ -398,6 +594,26 @@ exports.DashboardApiFp = DashboardApiFp;
|
|
|
398
594
|
const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
399
595
|
const localVarFp = (0, exports.DashboardApiFp)(configuration);
|
|
400
596
|
return {
|
|
597
|
+
/**
|
|
598
|
+
*
|
|
599
|
+
* @summary 出入-园区分组统计
|
|
600
|
+
* @param {DashboardApiDashboardAccessStatisticsByParkRequest} requestParameters Request parameters.
|
|
601
|
+
* @param {*} [options] Override http request option.
|
|
602
|
+
* @throws {RequiredError}
|
|
603
|
+
*/
|
|
604
|
+
dashboardAccessStatisticsByPark(requestParameters, options) {
|
|
605
|
+
return localVarFp.dashboardAccessStatisticsByPark(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(axios, basePath));
|
|
606
|
+
},
|
|
607
|
+
/**
|
|
608
|
+
*
|
|
609
|
+
* @summary 出入-来源分组统计
|
|
610
|
+
* @param {DashboardApiDashboardAccessStatisticsBySourceRequest} requestParameters Request parameters.
|
|
611
|
+
* @param {*} [options] Override http request option.
|
|
612
|
+
* @throws {RequiredError}
|
|
613
|
+
*/
|
|
614
|
+
dashboardAccessStatisticsBySource(requestParameters, options) {
|
|
615
|
+
return localVarFp.dashboardAccessStatisticsBySource(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(axios, basePath));
|
|
616
|
+
},
|
|
401
617
|
/**
|
|
402
618
|
*
|
|
403
619
|
* @summary 设备-设备系统分组统计
|
|
@@ -468,6 +684,26 @@ const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
468
684
|
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
|
|
469
685
|
return localVarFp.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(axios, basePath));
|
|
470
686
|
},
|
|
687
|
+
/**
|
|
688
|
+
*
|
|
689
|
+
* @summary 工单-完成率序列统计
|
|
690
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest} requestParameters Request parameters.
|
|
691
|
+
* @param {*} [options] Override http request option.
|
|
692
|
+
* @throws {RequiredError}
|
|
693
|
+
*/
|
|
694
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters, options) {
|
|
695
|
+
return localVarFp.dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(axios, basePath));
|
|
696
|
+
},
|
|
697
|
+
/**
|
|
698
|
+
*
|
|
699
|
+
* @summary 工单-列表
|
|
700
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsListRequest} requestParameters Request parameters.
|
|
701
|
+
* @param {*} [options] Override http request option.
|
|
702
|
+
* @throws {RequiredError}
|
|
703
|
+
*/
|
|
704
|
+
dashboardWorkOrderStatisticsList(requestParameters, options) {
|
|
705
|
+
return localVarFp.dashboardWorkOrderStatisticsList(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(axios, basePath));
|
|
706
|
+
},
|
|
471
707
|
};
|
|
472
708
|
};
|
|
473
709
|
exports.DashboardApiFactory = DashboardApiFactory;
|
|
@@ -478,6 +714,28 @@ exports.DashboardApiFactory = DashboardApiFactory;
|
|
|
478
714
|
* @extends {BaseAPI}
|
|
479
715
|
*/
|
|
480
716
|
class DashboardApi extends base_1.BaseAPI {
|
|
717
|
+
/**
|
|
718
|
+
*
|
|
719
|
+
* @summary 出入-园区分组统计
|
|
720
|
+
* @param {DashboardApiDashboardAccessStatisticsByParkRequest} requestParameters Request parameters.
|
|
721
|
+
* @param {*} [options] Override http request option.
|
|
722
|
+
* @throws {RequiredError}
|
|
723
|
+
* @memberof DashboardApi
|
|
724
|
+
*/
|
|
725
|
+
dashboardAccessStatisticsByPark(requestParameters, options) {
|
|
726
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardAccessStatisticsByPark(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
727
|
+
}
|
|
728
|
+
/**
|
|
729
|
+
*
|
|
730
|
+
* @summary 出入-来源分组统计
|
|
731
|
+
* @param {DashboardApiDashboardAccessStatisticsBySourceRequest} requestParameters Request parameters.
|
|
732
|
+
* @param {*} [options] Override http request option.
|
|
733
|
+
* @throws {RequiredError}
|
|
734
|
+
* @memberof DashboardApi
|
|
735
|
+
*/
|
|
736
|
+
dashboardAccessStatisticsBySource(requestParameters, options) {
|
|
737
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardAccessStatisticsBySource(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
738
|
+
}
|
|
481
739
|
/**
|
|
482
740
|
*
|
|
483
741
|
* @summary 设备-设备系统分组统计
|
|
@@ -555,5 +813,27 @@ class DashboardApi extends base_1.BaseAPI {
|
|
|
555
813
|
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
|
|
556
814
|
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
557
815
|
}
|
|
816
|
+
/**
|
|
817
|
+
*
|
|
818
|
+
* @summary 工单-完成率序列统计
|
|
819
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest} requestParameters Request parameters.
|
|
820
|
+
* @param {*} [options] Override http request option.
|
|
821
|
+
* @throws {RequiredError}
|
|
822
|
+
* @memberof DashboardApi
|
|
823
|
+
*/
|
|
824
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters, options) {
|
|
825
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
826
|
+
}
|
|
827
|
+
/**
|
|
828
|
+
*
|
|
829
|
+
* @summary 工单-列表
|
|
830
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsListRequest} requestParameters Request parameters.
|
|
831
|
+
* @param {*} [options] Override http request option.
|
|
832
|
+
* @throws {RequiredError}
|
|
833
|
+
* @memberof DashboardApi
|
|
834
|
+
*/
|
|
835
|
+
dashboardWorkOrderStatisticsList(requestParameters, options) {
|
|
836
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsList(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
837
|
+
}
|
|
558
838
|
}
|
|
559
839
|
exports.DashboardApi = DashboardApi;
|
|
@@ -19,6 +19,7 @@ import type { JsonResult } from '../models';
|
|
|
19
19
|
import type { JsonResultBoolean } from '../models';
|
|
20
20
|
import type { JsonResultExplorationWorkOrderDetailsDto } from '../models';
|
|
21
21
|
import type { JsonResultInteger } from '../models';
|
|
22
|
+
import type { JsonResultListInspectionPoint } from '../models';
|
|
22
23
|
import type { JsonResultListPlanCalendarListVo } from '../models';
|
|
23
24
|
import type { JsonResultListPlanCalendarVo } from '../models';
|
|
24
25
|
import type { JsonResultListWorkOrderCirculationSettingsEntity } from '../models';
|
|
@@ -253,12 +254,13 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
253
254
|
* @param {number} [equipmentId] 设备ID
|
|
254
255
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
255
256
|
* @param {boolean} [isTimeOut] 是否超时
|
|
257
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
256
258
|
* @param {number} [page] 当前页码
|
|
257
259
|
* @param {number} [pageSize] 每页数量
|
|
258
260
|
* @param {*} [options] Override http request option.
|
|
259
261
|
* @throws {RequiredError}
|
|
260
262
|
*/
|
|
261
|
-
publicWorkOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<PublicWorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
263
|
+
publicWorkOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<PublicWorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, parkIds?: Array<number>, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
262
264
|
/**
|
|
263
265
|
*
|
|
264
266
|
* @summary 二维码详情
|
|
@@ -276,6 +278,14 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
276
278
|
* @throws {RequiredError}
|
|
277
279
|
*/
|
|
278
280
|
saveDetail: (savePeriodWorkOrderDetailReq: SavePeriodWorkOrderDetailReq, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
281
|
+
/**
|
|
282
|
+
*
|
|
283
|
+
* @param {number} workOrderId
|
|
284
|
+
* @param {number} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
285
|
+
* @param {*} [options] Override http request option.
|
|
286
|
+
* @throws {RequiredError}
|
|
287
|
+
*/
|
|
288
|
+
selectWorkOrderInspectionPoint: (workOrderId: number, inspectionPointStatus?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
279
289
|
/**
|
|
280
290
|
*
|
|
281
291
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -454,12 +464,13 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
454
464
|
* @param {number} [equipmentId] 设备ID
|
|
455
465
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
456
466
|
* @param {boolean} [isTimeOut] 是否超时
|
|
467
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
457
468
|
* @param {number} [page] 当前页码
|
|
458
469
|
* @param {number} [pageSize] 每页数量
|
|
459
470
|
* @param {*} [options] Override http request option.
|
|
460
471
|
* @throws {RequiredError}
|
|
461
472
|
*/
|
|
462
|
-
workOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<WorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
473
|
+
workOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<WorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, parkIds?: Array<number>, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
463
474
|
/**
|
|
464
475
|
*
|
|
465
476
|
* @summary 监控覆盖率报警工单详情
|
|
@@ -818,12 +829,13 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
818
829
|
* @param {number} [equipmentId] 设备ID
|
|
819
830
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
820
831
|
* @param {boolean} [isTimeOut] 是否超时
|
|
832
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
821
833
|
* @param {number} [page] 当前页码
|
|
822
834
|
* @param {number} [pageSize] 每页数量
|
|
823
835
|
* @param {*} [options] Override http request option.
|
|
824
836
|
* @throws {RequiredError}
|
|
825
837
|
*/
|
|
826
|
-
publicWorkOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<PublicWorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
838
|
+
publicWorkOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<PublicWorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, parkIds?: Array<number>, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
827
839
|
/**
|
|
828
840
|
*
|
|
829
841
|
* @summary 二维码详情
|
|
@@ -841,6 +853,14 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
841
853
|
* @throws {RequiredError}
|
|
842
854
|
*/
|
|
843
855
|
saveDetail(savePeriodWorkOrderDetailReq: SavePeriodWorkOrderDetailReq, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
|
|
856
|
+
/**
|
|
857
|
+
*
|
|
858
|
+
* @param {number} workOrderId
|
|
859
|
+
* @param {number} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
860
|
+
* @param {*} [options] Override http request option.
|
|
861
|
+
* @throws {RequiredError}
|
|
862
|
+
*/
|
|
863
|
+
selectWorkOrderInspectionPoint(workOrderId: number, inspectionPointStatus?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListInspectionPoint>>;
|
|
844
864
|
/**
|
|
845
865
|
*
|
|
846
866
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -1019,12 +1039,13 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
1019
1039
|
* @param {number} [equipmentId] 设备ID
|
|
1020
1040
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
1021
1041
|
* @param {boolean} [isTimeOut] 是否超时
|
|
1042
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
1022
1043
|
* @param {number} [page] 当前页码
|
|
1023
1044
|
* @param {number} [pageSize] 每页数量
|
|
1024
1045
|
* @param {*} [options] Override http request option.
|
|
1025
1046
|
* @throws {RequiredError}
|
|
1026
1047
|
*/
|
|
1027
|
-
workOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<WorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
1048
|
+
workOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<WorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, parkIds?: Array<number>, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
1028
1049
|
/**
|
|
1029
1050
|
*
|
|
1030
1051
|
* @summary 监控覆盖率报警工单详情
|
|
@@ -1367,6 +1388,13 @@ export declare const WorkOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
1367
1388
|
* @throws {RequiredError}
|
|
1368
1389
|
*/
|
|
1369
1390
|
saveDetail(requestParameters: WorkOrderApiSaveDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
|
|
1391
|
+
/**
|
|
1392
|
+
*
|
|
1393
|
+
* @param {WorkOrderApiSelectWorkOrderInspectionPointRequest} requestParameters Request parameters.
|
|
1394
|
+
* @param {*} [options] Override http request option.
|
|
1395
|
+
* @throws {RequiredError}
|
|
1396
|
+
*/
|
|
1397
|
+
selectWorkOrderInspectionPoint(requestParameters: WorkOrderApiSelectWorkOrderInspectionPointRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListInspectionPoint>;
|
|
1370
1398
|
/**
|
|
1371
1399
|
*
|
|
1372
1400
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -2144,6 +2172,12 @@ export interface WorkOrderApiPublicWorkOrderListRequest {
|
|
|
2144
2172
|
* @memberof WorkOrderApiPublicWorkOrderList
|
|
2145
2173
|
*/
|
|
2146
2174
|
readonly isTimeOut?: boolean;
|
|
2175
|
+
/**
|
|
2176
|
+
* 园区ID集合
|
|
2177
|
+
* @type {Array<number>}
|
|
2178
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
2179
|
+
*/
|
|
2180
|
+
readonly parkIds?: Array<number>;
|
|
2147
2181
|
/**
|
|
2148
2182
|
* 当前页码
|
|
2149
2183
|
* @type {number}
|
|
@@ -2189,6 +2223,25 @@ export interface WorkOrderApiSaveDetailRequest {
|
|
|
2189
2223
|
*/
|
|
2190
2224
|
readonly savePeriodWorkOrderDetailReq: SavePeriodWorkOrderDetailReq;
|
|
2191
2225
|
}
|
|
2226
|
+
/**
|
|
2227
|
+
* Request parameters for selectWorkOrderInspectionPoint operation in WorkOrderApi.
|
|
2228
|
+
* @export
|
|
2229
|
+
* @interface WorkOrderApiSelectWorkOrderInspectionPointRequest
|
|
2230
|
+
*/
|
|
2231
|
+
export interface WorkOrderApiSelectWorkOrderInspectionPointRequest {
|
|
2232
|
+
/**
|
|
2233
|
+
*
|
|
2234
|
+
* @type {number}
|
|
2235
|
+
* @memberof WorkOrderApiSelectWorkOrderInspectionPoint
|
|
2236
|
+
*/
|
|
2237
|
+
readonly workOrderId: number;
|
|
2238
|
+
/**
|
|
2239
|
+
* 巡检点状态 1:完成 0:未完成
|
|
2240
|
+
* @type {number}
|
|
2241
|
+
* @memberof WorkOrderApiSelectWorkOrderInspectionPoint
|
|
2242
|
+
*/
|
|
2243
|
+
readonly inspectionPointStatus?: number;
|
|
2244
|
+
}
|
|
2192
2245
|
/**
|
|
2193
2246
|
* Request parameters for selectWorkOrderStepByStepPushUserDetails operation in WorkOrderApi.
|
|
2194
2247
|
* @export
|
|
@@ -2573,6 +2626,12 @@ export interface WorkOrderApiWorkOrderListRequest {
|
|
|
2573
2626
|
* @memberof WorkOrderApiWorkOrderList
|
|
2574
2627
|
*/
|
|
2575
2628
|
readonly isTimeOut?: boolean;
|
|
2629
|
+
/**
|
|
2630
|
+
* 园区ID集合
|
|
2631
|
+
* @type {Array<number>}
|
|
2632
|
+
* @memberof WorkOrderApiWorkOrderList
|
|
2633
|
+
*/
|
|
2634
|
+
readonly parkIds?: Array<number>;
|
|
2576
2635
|
/**
|
|
2577
2636
|
* 当前页码
|
|
2578
2637
|
* @type {number}
|
|
@@ -3094,6 +3153,14 @@ export declare class WorkOrderApi extends BaseAPI {
|
|
|
3094
3153
|
* @memberof WorkOrderApi
|
|
3095
3154
|
*/
|
|
3096
3155
|
saveDetail(requestParameters: WorkOrderApiSaveDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
|
|
3156
|
+
/**
|
|
3157
|
+
*
|
|
3158
|
+
* @param {WorkOrderApiSelectWorkOrderInspectionPointRequest} requestParameters Request parameters.
|
|
3159
|
+
* @param {*} [options] Override http request option.
|
|
3160
|
+
* @throws {RequiredError}
|
|
3161
|
+
* @memberof WorkOrderApi
|
|
3162
|
+
*/
|
|
3163
|
+
selectWorkOrderInspectionPoint(requestParameters: WorkOrderApiSelectWorkOrderInspectionPointRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListInspectionPoint, any>>;
|
|
3097
3164
|
/**
|
|
3098
3165
|
*
|
|
3099
3166
|
* @summary 查询工单逐级推送人员详情
|