@gizone/rrs-client 4.2.7-alpha.436 → 4.2.7-alpha.438
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 +19 -0
- package/apis/common-api.ts +90 -0
- package/apis/dashboard-api.ts +733 -86
- package/apis/work-order-api.ts +134 -10
- package/dist/apis/common-api.d.ts +46 -0
- package/dist/apis/common-api.js +71 -0
- package/dist/apis/dashboard-api.d.ts +394 -60
- package/dist/apis/dashboard-api.js +558 -68
- 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 +46 -0
- package/dist/esm/apis/common-api.js +71 -0
- package/dist/esm/apis/dashboard-api.d.ts +394 -60
- package/dist/esm/apis/dashboard-api.js +558 -68
- 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 +87 -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 +74 -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 +61 -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-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 +96 -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/dept-relation-dto.d.ts +24 -0
- package/dist/esm/models/index.d.ts +19 -0
- package/dist/esm/models/index.js +19 -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-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/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/park-list-dto.d.ts +24 -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 +87 -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 +74 -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 +61 -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-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 +96 -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/dept-relation-dto.d.ts +24 -0
- package/dist/models/index.d.ts +19 -0
- package/dist/models/index.js +19 -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-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/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/park-list-dto.d.ts +24 -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 +99 -0
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +84 -0
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +69 -0
- package/models/dashboard-work-order-issue-type-group-stats-vo.ts +65 -0
- package/models/dashboard-work-order-list-search-dto.ts +132 -0
- package/models/dashboard-work-order-park-group-stats-vo.ts +102 -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/dept-relation-dto.ts +24 -0
- package/models/index.ts +19 -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-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/models/json-result-list-inspection-point.ts +72 -0
- package/models/park-list-dto.ts +24 -0
- package/models/sys-user.ts +4 -4
- package/models/work-order-search-dto.ts +12 -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 {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
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/
|
|
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
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)(dashboardAccessSearchDTO, localVarRequestOptions, configuration);
|
|
66
66
|
return {
|
|
67
67
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
68
68
|
options: localVarRequestOptions,
|
|
@@ -70,15 +70,48 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
70
70
|
}),
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
|
-
* @summary
|
|
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
|
+
}),
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @summary 设备-设备系统分组统计
|
|
74
107
|
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
75
108
|
* @param {*} [options] Override http request option.
|
|
76
109
|
* @throws {RequiredError}
|
|
77
110
|
*/
|
|
78
|
-
|
|
111
|
+
dashboardEquipmentStatisticsByEquipmentSystem: (dashboardBaseSearchDTO_1, ...args_1) => __awaiter(this, [dashboardBaseSearchDTO_1, ...args_1], void 0, function* (dashboardBaseSearchDTO, options = {}) {
|
|
79
112
|
// verify required parameter 'dashboardBaseSearchDTO' is not null or undefined
|
|
80
|
-
(0, common_1.assertParamExists)('
|
|
81
|
-
const localVarPath = `/dashboard/equipment/
|
|
113
|
+
(0, common_1.assertParamExists)('dashboardEquipmentStatisticsByEquipmentSystem', 'dashboardBaseSearchDTO', dashboardBaseSearchDTO);
|
|
114
|
+
const localVarPath = `/dashboard/equipment/statistics/by-equipment-system`;
|
|
82
115
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
83
116
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
84
117
|
let baseOptions;
|
|
@@ -103,15 +136,48 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
103
136
|
}),
|
|
104
137
|
/**
|
|
105
138
|
*
|
|
106
|
-
* @summary
|
|
139
|
+
* @summary 设备-园区分组统计
|
|
140
|
+
* @param {DashboardEquipmentSearchDTO} dashboardEquipmentSearchDTO
|
|
141
|
+
* @param {*} [options] Override http request option.
|
|
142
|
+
* @throws {RequiredError}
|
|
143
|
+
*/
|
|
144
|
+
dashboardEquipmentStatisticsByPark: (dashboardEquipmentSearchDTO_1, ...args_1) => __awaiter(this, [dashboardEquipmentSearchDTO_1, ...args_1], void 0, function* (dashboardEquipmentSearchDTO, options = {}) {
|
|
145
|
+
// verify required parameter 'dashboardEquipmentSearchDTO' is not null or undefined
|
|
146
|
+
(0, common_1.assertParamExists)('dashboardEquipmentStatisticsByPark', 'dashboardEquipmentSearchDTO', dashboardEquipmentSearchDTO);
|
|
147
|
+
const localVarPath = `/dashboard/equipment/statistics/by-park`;
|
|
148
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
149
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
150
|
+
let baseOptions;
|
|
151
|
+
if (configuration) {
|
|
152
|
+
baseOptions = configuration.baseOptions;
|
|
153
|
+
}
|
|
154
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
155
|
+
const localVarHeaderParameter = {};
|
|
156
|
+
const localVarQueryParameter = {};
|
|
157
|
+
// authentication tokenScheme required
|
|
158
|
+
// http bearer authentication required
|
|
159
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
160
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
161
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
162
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
163
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
164
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardEquipmentSearchDTO, localVarRequestOptions, configuration);
|
|
165
|
+
return {
|
|
166
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
167
|
+
options: localVarRequestOptions,
|
|
168
|
+
};
|
|
169
|
+
}),
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
* @summary 监控-功能区分组统计
|
|
107
173
|
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
108
174
|
* @param {*} [options] Override http request option.
|
|
109
175
|
* @throws {RequiredError}
|
|
110
176
|
*/
|
|
111
|
-
|
|
177
|
+
dashboardSurveillanceStatisticsByFunctionalArea: (dashboardBaseSearchDTO_1, ...args_1) => __awaiter(this, [dashboardBaseSearchDTO_1, ...args_1], void 0, function* (dashboardBaseSearchDTO, options = {}) {
|
|
112
178
|
// verify required parameter 'dashboardBaseSearchDTO' is not null or undefined
|
|
113
|
-
(0, common_1.assertParamExists)('
|
|
114
|
-
const localVarPath = `/dashboard/surveillance/functional-area
|
|
179
|
+
(0, common_1.assertParamExists)('dashboardSurveillanceStatisticsByFunctionalArea', 'dashboardBaseSearchDTO', dashboardBaseSearchDTO);
|
|
180
|
+
const localVarPath = `/dashboard/surveillance/statistics/by-functional-area`;
|
|
115
181
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
116
182
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
117
183
|
let baseOptions;
|
|
@@ -136,15 +202,15 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
136
202
|
}),
|
|
137
203
|
/**
|
|
138
204
|
*
|
|
139
|
-
* @summary
|
|
205
|
+
* @summary 监控-园区分组统计
|
|
140
206
|
* @param {DashboardSurveillanceSearchDTO} dashboardSurveillanceSearchDTO
|
|
141
207
|
* @param {*} [options] Override http request option.
|
|
142
208
|
* @throws {RequiredError}
|
|
143
209
|
*/
|
|
144
|
-
|
|
210
|
+
dashboardSurveillanceStatisticsByPark: (dashboardSurveillanceSearchDTO_1, ...args_1) => __awaiter(this, [dashboardSurveillanceSearchDTO_1, ...args_1], void 0, function* (dashboardSurveillanceSearchDTO, options = {}) {
|
|
145
211
|
// verify required parameter 'dashboardSurveillanceSearchDTO' is not null or undefined
|
|
146
|
-
(0, common_1.assertParamExists)('
|
|
147
|
-
const localVarPath = `/dashboard/surveillance/park
|
|
212
|
+
(0, common_1.assertParamExists)('dashboardSurveillanceStatisticsByPark', 'dashboardSurveillanceSearchDTO', dashboardSurveillanceSearchDTO);
|
|
213
|
+
const localVarPath = `/dashboard/surveillance/statistics/by-park`;
|
|
148
214
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
149
215
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
150
216
|
let baseOptions;
|
|
@@ -167,6 +233,171 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
167
233
|
options: localVarRequestOptions,
|
|
168
234
|
};
|
|
169
235
|
}),
|
|
236
|
+
/**
|
|
237
|
+
*
|
|
238
|
+
* @summary 工单-园区分组统计
|
|
239
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
240
|
+
* @param {*} [options] Override http request option.
|
|
241
|
+
* @throws {RequiredError}
|
|
242
|
+
*/
|
|
243
|
+
dashboardWorkOrderStatisticsByPark: (dashboardWorkOrderByParkSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByParkSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByParkSearchDTO, options = {}) {
|
|
244
|
+
// verify required parameter 'dashboardWorkOrderByParkSearchDTO' is not null or undefined
|
|
245
|
+
(0, common_1.assertParamExists)('dashboardWorkOrderStatisticsByPark', 'dashboardWorkOrderByParkSearchDTO', dashboardWorkOrderByParkSearchDTO);
|
|
246
|
+
const localVarPath = `/dashboard/work-order/statistics/by-park`;
|
|
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)(dashboardWorkOrderByParkSearchDTO, localVarRequestOptions, configuration);
|
|
264
|
+
return {
|
|
265
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
266
|
+
options: localVarRequestOptions,
|
|
267
|
+
};
|
|
268
|
+
}),
|
|
269
|
+
/**
|
|
270
|
+
*
|
|
271
|
+
* @summary 工单-工单类型分组统计
|
|
272
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSearchDTO} dashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
273
|
+
* @param {*} [options] Override http request option.
|
|
274
|
+
* @throws {RequiredError}
|
|
275
|
+
*/
|
|
276
|
+
dashboardWorkOrderStatisticsByWorkOrderType: (dashboardWorkOrderByWorkOrderTypeSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByWorkOrderTypeSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByWorkOrderTypeSearchDTO, options = {}) {
|
|
277
|
+
// verify required parameter 'dashboardWorkOrderByWorkOrderTypeSearchDTO' is not null or undefined
|
|
278
|
+
(0, common_1.assertParamExists)('dashboardWorkOrderStatisticsByWorkOrderType', 'dashboardWorkOrderByWorkOrderTypeSearchDTO', dashboardWorkOrderByWorkOrderTypeSearchDTO);
|
|
279
|
+
const localVarPath = `/dashboard/work-order/statistics/by-work-order-type`;
|
|
280
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
281
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
282
|
+
let baseOptions;
|
|
283
|
+
if (configuration) {
|
|
284
|
+
baseOptions = configuration.baseOptions;
|
|
285
|
+
}
|
|
286
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
287
|
+
const localVarHeaderParameter = {};
|
|
288
|
+
const localVarQueryParameter = {};
|
|
289
|
+
// authentication tokenScheme required
|
|
290
|
+
// http bearer authentication required
|
|
291
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
292
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
293
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
294
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
295
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
296
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderByWorkOrderTypeSearchDTO, localVarRequestOptions, configuration);
|
|
297
|
+
return {
|
|
298
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
299
|
+
options: localVarRequestOptions,
|
|
300
|
+
};
|
|
301
|
+
}),
|
|
302
|
+
/**
|
|
303
|
+
*
|
|
304
|
+
* @summary 工单-工单大类分组统计
|
|
305
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO} dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
306
|
+
* @param {*} [options] Override http request option.
|
|
307
|
+
* @throws {RequiredError}
|
|
308
|
+
*/
|
|
309
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory: (dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options = {}) {
|
|
310
|
+
// verify required parameter 'dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO' is not null or undefined
|
|
311
|
+
(0, common_1.assertParamExists)('dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory', 'dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO', dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO);
|
|
312
|
+
const localVarPath = `/dashboard/work-order/statistics/by-work-order-type-subcategory`;
|
|
313
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
314
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
315
|
+
let baseOptions;
|
|
316
|
+
if (configuration) {
|
|
317
|
+
baseOptions = configuration.baseOptions;
|
|
318
|
+
}
|
|
319
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
320
|
+
const localVarHeaderParameter = {};
|
|
321
|
+
const localVarQueryParameter = {};
|
|
322
|
+
// authentication tokenScheme required
|
|
323
|
+
// http bearer authentication required
|
|
324
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
325
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
326
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
327
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
328
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
329
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, localVarRequestOptions, configuration);
|
|
330
|
+
return {
|
|
331
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
332
|
+
options: localVarRequestOptions,
|
|
333
|
+
};
|
|
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
|
+
}),
|
|
170
401
|
};
|
|
171
402
|
};
|
|
172
403
|
exports.DashboardApiAxiosParamCreator = DashboardApiAxiosParamCreator;
|
|
@@ -179,65 +410,177 @@ const DashboardApiFp = function (configuration) {
|
|
|
179
410
|
return {
|
|
180
411
|
/**
|
|
181
412
|
*
|
|
182
|
-
* @summary
|
|
183
|
-
* @param {
|
|
413
|
+
* @summary 出入-园区分组统计
|
|
414
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
184
415
|
* @param {*} [options] Override http request option.
|
|
185
416
|
* @throws {RequiredError}
|
|
186
417
|
*/
|
|
187
|
-
|
|
418
|
+
dashboardAccessStatisticsByPark(dashboardAccessSearchDTO, options) {
|
|
188
419
|
return __awaiter(this, void 0, void 0, function* () {
|
|
189
420
|
var _a, _b, _c;
|
|
190
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
421
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardAccessStatisticsByPark(dashboardAccessSearchDTO, options);
|
|
191
422
|
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.
|
|
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;
|
|
193
424
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
194
425
|
});
|
|
195
426
|
},
|
|
196
427
|
/**
|
|
197
428
|
*
|
|
198
|
-
* @summary
|
|
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
|
+
},
|
|
443
|
+
/**
|
|
444
|
+
*
|
|
445
|
+
* @summary 设备-设备系统分组统计
|
|
199
446
|
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
200
447
|
* @param {*} [options] Override http request option.
|
|
201
448
|
* @throws {RequiredError}
|
|
202
449
|
*/
|
|
203
|
-
|
|
450
|
+
dashboardEquipmentStatisticsByEquipmentSystem(dashboardBaseSearchDTO, options) {
|
|
204
451
|
return __awaiter(this, void 0, void 0, function* () {
|
|
205
452
|
var _a, _b, _c;
|
|
206
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
453
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardEquipmentStatisticsByEquipmentSystem(dashboardBaseSearchDTO, options);
|
|
207
454
|
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.
|
|
455
|
+
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;
|
|
209
456
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
210
457
|
});
|
|
211
458
|
},
|
|
212
459
|
/**
|
|
213
460
|
*
|
|
214
|
-
* @summary
|
|
461
|
+
* @summary 设备-园区分组统计
|
|
462
|
+
* @param {DashboardEquipmentSearchDTO} dashboardEquipmentSearchDTO
|
|
463
|
+
* @param {*} [options] Override http request option.
|
|
464
|
+
* @throws {RequiredError}
|
|
465
|
+
*/
|
|
466
|
+
dashboardEquipmentStatisticsByPark(dashboardEquipmentSearchDTO, options) {
|
|
467
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
468
|
+
var _a, _b, _c;
|
|
469
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardEquipmentStatisticsByPark(dashboardEquipmentSearchDTO, options);
|
|
470
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
471
|
+
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;
|
|
472
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
473
|
+
});
|
|
474
|
+
},
|
|
475
|
+
/**
|
|
476
|
+
*
|
|
477
|
+
* @summary 监控-功能区分组统计
|
|
215
478
|
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
216
479
|
* @param {*} [options] Override http request option.
|
|
217
480
|
* @throws {RequiredError}
|
|
218
481
|
*/
|
|
219
|
-
|
|
482
|
+
dashboardSurveillanceStatisticsByFunctionalArea(dashboardBaseSearchDTO, options) {
|
|
220
483
|
return __awaiter(this, void 0, void 0, function* () {
|
|
221
484
|
var _a, _b, _c;
|
|
222
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
485
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardSurveillanceStatisticsByFunctionalArea(dashboardBaseSearchDTO, options);
|
|
223
486
|
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.
|
|
487
|
+
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
488
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
226
489
|
});
|
|
227
490
|
},
|
|
228
491
|
/**
|
|
229
492
|
*
|
|
230
|
-
* @summary
|
|
493
|
+
* @summary 监控-园区分组统计
|
|
231
494
|
* @param {DashboardSurveillanceSearchDTO} dashboardSurveillanceSearchDTO
|
|
232
495
|
* @param {*} [options] Override http request option.
|
|
233
496
|
* @throws {RequiredError}
|
|
234
497
|
*/
|
|
235
|
-
|
|
498
|
+
dashboardSurveillanceStatisticsByPark(dashboardSurveillanceSearchDTO, options) {
|
|
499
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
500
|
+
var _a, _b, _c;
|
|
501
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardSurveillanceStatisticsByPark(dashboardSurveillanceSearchDTO, options);
|
|
502
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
503
|
+
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;
|
|
504
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
505
|
+
});
|
|
506
|
+
},
|
|
507
|
+
/**
|
|
508
|
+
*
|
|
509
|
+
* @summary 工单-园区分组统计
|
|
510
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
511
|
+
* @param {*} [options] Override http request option.
|
|
512
|
+
* @throws {RequiredError}
|
|
513
|
+
*/
|
|
514
|
+
dashboardWorkOrderStatisticsByPark(dashboardWorkOrderByParkSearchDTO, options) {
|
|
515
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
516
|
+
var _a, _b, _c;
|
|
517
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByPark(dashboardWorkOrderByParkSearchDTO, options);
|
|
518
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
519
|
+
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;
|
|
520
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
521
|
+
});
|
|
522
|
+
},
|
|
523
|
+
/**
|
|
524
|
+
*
|
|
525
|
+
* @summary 工单-工单类型分组统计
|
|
526
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSearchDTO} dashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
527
|
+
* @param {*} [options] Override http request option.
|
|
528
|
+
* @throws {RequiredError}
|
|
529
|
+
*/
|
|
530
|
+
dashboardWorkOrderStatisticsByWorkOrderType(dashboardWorkOrderByWorkOrderTypeSearchDTO, options) {
|
|
236
531
|
return __awaiter(this, void 0, void 0, function* () {
|
|
237
532
|
var _a, _b, _c;
|
|
238
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
533
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByWorkOrderType(dashboardWorkOrderByWorkOrderTypeSearchDTO, options);
|
|
239
534
|
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.
|
|
535
|
+
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;
|
|
536
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
537
|
+
});
|
|
538
|
+
},
|
|
539
|
+
/**
|
|
540
|
+
*
|
|
541
|
+
* @summary 工单-工单大类分组统计
|
|
542
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO} dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
543
|
+
* @param {*} [options] Override http request option.
|
|
544
|
+
* @throws {RequiredError}
|
|
545
|
+
*/
|
|
546
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options) {
|
|
547
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
548
|
+
var _a, _b, _c;
|
|
549
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options);
|
|
550
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
551
|
+
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;
|
|
552
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
553
|
+
});
|
|
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;
|
|
241
584
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
242
585
|
});
|
|
243
586
|
},
|
|
@@ -253,43 +596,113 @@ const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
253
596
|
return {
|
|
254
597
|
/**
|
|
255
598
|
*
|
|
256
|
-
* @summary
|
|
257
|
-
* @param {
|
|
599
|
+
* @summary 出入-园区分组统计
|
|
600
|
+
* @param {DashboardApiDashboardAccessStatisticsByParkRequest} requestParameters Request parameters.
|
|
258
601
|
* @param {*} [options] Override http request option.
|
|
259
602
|
* @throws {RequiredError}
|
|
260
603
|
*/
|
|
261
|
-
|
|
262
|
-
return localVarFp.
|
|
604
|
+
dashboardAccessStatisticsByPark(requestParameters, options) {
|
|
605
|
+
return localVarFp.dashboardAccessStatisticsByPark(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(axios, basePath));
|
|
263
606
|
},
|
|
264
607
|
/**
|
|
265
608
|
*
|
|
266
|
-
* @summary
|
|
267
|
-
* @param {
|
|
609
|
+
* @summary 出入-来源分组统计
|
|
610
|
+
* @param {DashboardApiDashboardAccessStatisticsBySourceRequest} requestParameters Request parameters.
|
|
268
611
|
* @param {*} [options] Override http request option.
|
|
269
612
|
* @throws {RequiredError}
|
|
270
613
|
*/
|
|
271
|
-
|
|
272
|
-
return localVarFp.
|
|
614
|
+
dashboardAccessStatisticsBySource(requestParameters, options) {
|
|
615
|
+
return localVarFp.dashboardAccessStatisticsBySource(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(axios, basePath));
|
|
273
616
|
},
|
|
274
617
|
/**
|
|
275
618
|
*
|
|
276
|
-
* @summary
|
|
277
|
-
* @param {
|
|
619
|
+
* @summary 设备-设备系统分组统计
|
|
620
|
+
* @param {DashboardApiDashboardEquipmentStatisticsByEquipmentSystemRequest} requestParameters Request parameters.
|
|
278
621
|
* @param {*} [options] Override http request option.
|
|
279
622
|
* @throws {RequiredError}
|
|
280
623
|
*/
|
|
281
|
-
|
|
282
|
-
return localVarFp.
|
|
624
|
+
dashboardEquipmentStatisticsByEquipmentSystem(requestParameters, options) {
|
|
625
|
+
return localVarFp.dashboardEquipmentStatisticsByEquipmentSystem(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
|
|
283
626
|
},
|
|
284
627
|
/**
|
|
285
628
|
*
|
|
286
|
-
* @summary
|
|
287
|
-
* @param {
|
|
629
|
+
* @summary 设备-园区分组统计
|
|
630
|
+
* @param {DashboardApiDashboardEquipmentStatisticsByParkRequest} requestParameters Request parameters.
|
|
288
631
|
* @param {*} [options] Override http request option.
|
|
289
632
|
* @throws {RequiredError}
|
|
290
633
|
*/
|
|
291
|
-
|
|
292
|
-
return localVarFp.
|
|
634
|
+
dashboardEquipmentStatisticsByPark(requestParameters, options) {
|
|
635
|
+
return localVarFp.dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(axios, basePath));
|
|
636
|
+
},
|
|
637
|
+
/**
|
|
638
|
+
*
|
|
639
|
+
* @summary 监控-功能区分组统计
|
|
640
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByFunctionalAreaRequest} requestParameters Request parameters.
|
|
641
|
+
* @param {*} [options] Override http request option.
|
|
642
|
+
* @throws {RequiredError}
|
|
643
|
+
*/
|
|
644
|
+
dashboardSurveillanceStatisticsByFunctionalArea(requestParameters, options) {
|
|
645
|
+
return localVarFp.dashboardSurveillanceStatisticsByFunctionalArea(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
|
|
646
|
+
},
|
|
647
|
+
/**
|
|
648
|
+
*
|
|
649
|
+
* @summary 监控-园区分组统计
|
|
650
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByParkRequest} requestParameters Request parameters.
|
|
651
|
+
* @param {*} [options] Override http request option.
|
|
652
|
+
* @throws {RequiredError}
|
|
653
|
+
*/
|
|
654
|
+
dashboardSurveillanceStatisticsByPark(requestParameters, options) {
|
|
655
|
+
return localVarFp.dashboardSurveillanceStatisticsByPark(requestParameters.dashboardSurveillanceSearchDTO, options).then((request) => request(axios, basePath));
|
|
656
|
+
},
|
|
657
|
+
/**
|
|
658
|
+
*
|
|
659
|
+
* @summary 工单-园区分组统计
|
|
660
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByParkRequest} requestParameters Request parameters.
|
|
661
|
+
* @param {*} [options] Override http request option.
|
|
662
|
+
* @throws {RequiredError}
|
|
663
|
+
*/
|
|
664
|
+
dashboardWorkOrderStatisticsByPark(requestParameters, options) {
|
|
665
|
+
return localVarFp.dashboardWorkOrderStatisticsByPark(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(axios, basePath));
|
|
666
|
+
},
|
|
667
|
+
/**
|
|
668
|
+
*
|
|
669
|
+
* @summary 工单-工单类型分组统计
|
|
670
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeRequest} requestParameters Request parameters.
|
|
671
|
+
* @param {*} [options] Override http request option.
|
|
672
|
+
* @throws {RequiredError}
|
|
673
|
+
*/
|
|
674
|
+
dashboardWorkOrderStatisticsByWorkOrderType(requestParameters, options) {
|
|
675
|
+
return localVarFp.dashboardWorkOrderStatisticsByWorkOrderType(requestParameters.dashboardWorkOrderByWorkOrderTypeSearchDTO, options).then((request) => request(axios, basePath));
|
|
676
|
+
},
|
|
677
|
+
/**
|
|
678
|
+
*
|
|
679
|
+
* @summary 工单-工单大类分组统计
|
|
680
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryRequest} requestParameters Request parameters.
|
|
681
|
+
* @param {*} [options] Override http request option.
|
|
682
|
+
* @throws {RequiredError}
|
|
683
|
+
*/
|
|
684
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
|
|
685
|
+
return localVarFp.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(axios, basePath));
|
|
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));
|
|
293
706
|
},
|
|
294
707
|
};
|
|
295
708
|
};
|
|
@@ -303,47 +716,124 @@ exports.DashboardApiFactory = DashboardApiFactory;
|
|
|
303
716
|
class DashboardApi extends base_1.BaseAPI {
|
|
304
717
|
/**
|
|
305
718
|
*
|
|
306
|
-
* @summary
|
|
307
|
-
* @param {
|
|
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
|
+
}
|
|
739
|
+
/**
|
|
740
|
+
*
|
|
741
|
+
* @summary 设备-设备系统分组统计
|
|
742
|
+
* @param {DashboardApiDashboardEquipmentStatisticsByEquipmentSystemRequest} requestParameters Request parameters.
|
|
743
|
+
* @param {*} [options] Override http request option.
|
|
744
|
+
* @throws {RequiredError}
|
|
745
|
+
* @memberof DashboardApi
|
|
746
|
+
*/
|
|
747
|
+
dashboardEquipmentStatisticsByEquipmentSystem(requestParameters, options) {
|
|
748
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardEquipmentStatisticsByEquipmentSystem(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
749
|
+
}
|
|
750
|
+
/**
|
|
751
|
+
*
|
|
752
|
+
* @summary 设备-园区分组统计
|
|
753
|
+
* @param {DashboardApiDashboardEquipmentStatisticsByParkRequest} requestParameters Request parameters.
|
|
754
|
+
* @param {*} [options] Override http request option.
|
|
755
|
+
* @throws {RequiredError}
|
|
756
|
+
* @memberof DashboardApi
|
|
757
|
+
*/
|
|
758
|
+
dashboardEquipmentStatisticsByPark(requestParameters, options) {
|
|
759
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
760
|
+
}
|
|
761
|
+
/**
|
|
762
|
+
*
|
|
763
|
+
* @summary 监控-功能区分组统计
|
|
764
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByFunctionalAreaRequest} requestParameters Request parameters.
|
|
765
|
+
* @param {*} [options] Override http request option.
|
|
766
|
+
* @throws {RequiredError}
|
|
767
|
+
* @memberof DashboardApi
|
|
768
|
+
*/
|
|
769
|
+
dashboardSurveillanceStatisticsByFunctionalArea(requestParameters, options) {
|
|
770
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardSurveillanceStatisticsByFunctionalArea(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
771
|
+
}
|
|
772
|
+
/**
|
|
773
|
+
*
|
|
774
|
+
* @summary 监控-园区分组统计
|
|
775
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByParkRequest} requestParameters Request parameters.
|
|
776
|
+
* @param {*} [options] Override http request option.
|
|
777
|
+
* @throws {RequiredError}
|
|
778
|
+
* @memberof DashboardApi
|
|
779
|
+
*/
|
|
780
|
+
dashboardSurveillanceStatisticsByPark(requestParameters, options) {
|
|
781
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardSurveillanceStatisticsByPark(requestParameters.dashboardSurveillanceSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
782
|
+
}
|
|
783
|
+
/**
|
|
784
|
+
*
|
|
785
|
+
* @summary 工单-园区分组统计
|
|
786
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByParkRequest} requestParameters Request parameters.
|
|
787
|
+
* @param {*} [options] Override http request option.
|
|
788
|
+
* @throws {RequiredError}
|
|
789
|
+
* @memberof DashboardApi
|
|
790
|
+
*/
|
|
791
|
+
dashboardWorkOrderStatisticsByPark(requestParameters, options) {
|
|
792
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByPark(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
793
|
+
}
|
|
794
|
+
/**
|
|
795
|
+
*
|
|
796
|
+
* @summary 工单-工单类型分组统计
|
|
797
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeRequest} requestParameters Request parameters.
|
|
308
798
|
* @param {*} [options] Override http request option.
|
|
309
799
|
* @throws {RequiredError}
|
|
310
800
|
* @memberof DashboardApi
|
|
311
801
|
*/
|
|
312
|
-
|
|
313
|
-
return (0, exports.DashboardApiFp)(this.configuration).
|
|
802
|
+
dashboardWorkOrderStatisticsByWorkOrderType(requestParameters, options) {
|
|
803
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByWorkOrderType(requestParameters.dashboardWorkOrderByWorkOrderTypeSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
314
804
|
}
|
|
315
805
|
/**
|
|
316
806
|
*
|
|
317
|
-
* @summary
|
|
318
|
-
* @param {
|
|
807
|
+
* @summary 工单-工单大类分组统计
|
|
808
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryRequest} requestParameters Request parameters.
|
|
319
809
|
* @param {*} [options] Override http request option.
|
|
320
810
|
* @throws {RequiredError}
|
|
321
811
|
* @memberof DashboardApi
|
|
322
812
|
*/
|
|
323
|
-
|
|
324
|
-
return (0, exports.DashboardApiFp)(this.configuration).
|
|
813
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
|
|
814
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
325
815
|
}
|
|
326
816
|
/**
|
|
327
817
|
*
|
|
328
|
-
* @summary
|
|
329
|
-
* @param {
|
|
818
|
+
* @summary 工单-完成率序列统计
|
|
819
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest} requestParameters Request parameters.
|
|
330
820
|
* @param {*} [options] Override http request option.
|
|
331
821
|
* @throws {RequiredError}
|
|
332
822
|
* @memberof DashboardApi
|
|
333
823
|
*/
|
|
334
|
-
|
|
335
|
-
return (0, exports.DashboardApiFp)(this.configuration).
|
|
824
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters, options) {
|
|
825
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
336
826
|
}
|
|
337
827
|
/**
|
|
338
828
|
*
|
|
339
|
-
* @summary
|
|
340
|
-
* @param {
|
|
829
|
+
* @summary 工单-列表
|
|
830
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsListRequest} requestParameters Request parameters.
|
|
341
831
|
* @param {*} [options] Override http request option.
|
|
342
832
|
* @throws {RequiredError}
|
|
343
833
|
* @memberof DashboardApi
|
|
344
834
|
*/
|
|
345
|
-
|
|
346
|
-
return (0, exports.DashboardApiFp)(this.configuration).
|
|
835
|
+
dashboardWorkOrderStatisticsList(requestParameters, options) {
|
|
836
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsList(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
347
837
|
}
|
|
348
838
|
}
|
|
349
839
|
exports.DashboardApi = DashboardApi;
|