@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
|
@@ -34,15 +34,15 @@ export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
34
34
|
return {
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @summary
|
|
38
|
-
* @param {
|
|
37
|
+
* @summary 出入-园区分组统计
|
|
38
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
39
39
|
* @param {*} [options] Override http request option.
|
|
40
40
|
* @throws {RequiredError}
|
|
41
41
|
*/
|
|
42
|
-
|
|
43
|
-
// verify required parameter '
|
|
44
|
-
assertParamExists('
|
|
45
|
-
const localVarPath = `/dashboard/
|
|
42
|
+
dashboardAccessStatisticsByPark: (dashboardAccessSearchDTO_1, ...args_1) => __awaiter(this, [dashboardAccessSearchDTO_1, ...args_1], void 0, function* (dashboardAccessSearchDTO, options = {}) {
|
|
43
|
+
// verify required parameter 'dashboardAccessSearchDTO' is not null or undefined
|
|
44
|
+
assertParamExists('dashboardAccessStatisticsByPark', 'dashboardAccessSearchDTO', dashboardAccessSearchDTO);
|
|
45
|
+
const localVarPath = `/dashboard/access/statistics/by-park`;
|
|
46
46
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
47
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
48
48
|
let baseOptions;
|
|
@@ -59,7 +59,7 @@ export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
59
59
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
60
60
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
61
61
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
62
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
62
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardAccessSearchDTO, localVarRequestOptions, configuration);
|
|
63
63
|
return {
|
|
64
64
|
url: toPathString(localVarUrlObj),
|
|
65
65
|
options: localVarRequestOptions,
|
|
@@ -67,15 +67,48 @@ export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
67
67
|
}),
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
|
-
* @summary
|
|
70
|
+
* @summary 出入-来源分组统计
|
|
71
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
72
|
+
* @param {*} [options] Override http request option.
|
|
73
|
+
* @throws {RequiredError}
|
|
74
|
+
*/
|
|
75
|
+
dashboardAccessStatisticsBySource: (dashboardAccessSearchDTO_1, ...args_1) => __awaiter(this, [dashboardAccessSearchDTO_1, ...args_1], void 0, function* (dashboardAccessSearchDTO, options = {}) {
|
|
76
|
+
// verify required parameter 'dashboardAccessSearchDTO' is not null or undefined
|
|
77
|
+
assertParamExists('dashboardAccessStatisticsBySource', 'dashboardAccessSearchDTO', dashboardAccessSearchDTO);
|
|
78
|
+
const localVarPath = `/dashboard/access/statistics/by-source`;
|
|
79
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
80
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
81
|
+
let baseOptions;
|
|
82
|
+
if (configuration) {
|
|
83
|
+
baseOptions = configuration.baseOptions;
|
|
84
|
+
}
|
|
85
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
86
|
+
const localVarHeaderParameter = {};
|
|
87
|
+
const localVarQueryParameter = {};
|
|
88
|
+
// authentication tokenScheme required
|
|
89
|
+
// http bearer authentication required
|
|
90
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
91
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
92
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
93
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
94
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
95
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardAccessSearchDTO, localVarRequestOptions, configuration);
|
|
96
|
+
return {
|
|
97
|
+
url: toPathString(localVarUrlObj),
|
|
98
|
+
options: localVarRequestOptions,
|
|
99
|
+
};
|
|
100
|
+
}),
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @summary 设备-设备系统分组统计
|
|
71
104
|
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
72
105
|
* @param {*} [options] Override http request option.
|
|
73
106
|
* @throws {RequiredError}
|
|
74
107
|
*/
|
|
75
|
-
|
|
108
|
+
dashboardEquipmentStatisticsByEquipmentSystem: (dashboardBaseSearchDTO_1, ...args_1) => __awaiter(this, [dashboardBaseSearchDTO_1, ...args_1], void 0, function* (dashboardBaseSearchDTO, options = {}) {
|
|
76
109
|
// verify required parameter 'dashboardBaseSearchDTO' is not null or undefined
|
|
77
|
-
assertParamExists('
|
|
78
|
-
const localVarPath = `/dashboard/equipment/
|
|
110
|
+
assertParamExists('dashboardEquipmentStatisticsByEquipmentSystem', 'dashboardBaseSearchDTO', dashboardBaseSearchDTO);
|
|
111
|
+
const localVarPath = `/dashboard/equipment/statistics/by-equipment-system`;
|
|
79
112
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
80
113
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
81
114
|
let baseOptions;
|
|
@@ -100,15 +133,48 @@ export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
100
133
|
}),
|
|
101
134
|
/**
|
|
102
135
|
*
|
|
103
|
-
* @summary
|
|
136
|
+
* @summary 设备-园区分组统计
|
|
137
|
+
* @param {DashboardEquipmentSearchDTO} dashboardEquipmentSearchDTO
|
|
138
|
+
* @param {*} [options] Override http request option.
|
|
139
|
+
* @throws {RequiredError}
|
|
140
|
+
*/
|
|
141
|
+
dashboardEquipmentStatisticsByPark: (dashboardEquipmentSearchDTO_1, ...args_1) => __awaiter(this, [dashboardEquipmentSearchDTO_1, ...args_1], void 0, function* (dashboardEquipmentSearchDTO, options = {}) {
|
|
142
|
+
// verify required parameter 'dashboardEquipmentSearchDTO' is not null or undefined
|
|
143
|
+
assertParamExists('dashboardEquipmentStatisticsByPark', 'dashboardEquipmentSearchDTO', dashboardEquipmentSearchDTO);
|
|
144
|
+
const localVarPath = `/dashboard/equipment/statistics/by-park`;
|
|
145
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
146
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
147
|
+
let baseOptions;
|
|
148
|
+
if (configuration) {
|
|
149
|
+
baseOptions = configuration.baseOptions;
|
|
150
|
+
}
|
|
151
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
152
|
+
const localVarHeaderParameter = {};
|
|
153
|
+
const localVarQueryParameter = {};
|
|
154
|
+
// authentication tokenScheme required
|
|
155
|
+
// http bearer authentication required
|
|
156
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
157
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
158
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
159
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
160
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
161
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardEquipmentSearchDTO, localVarRequestOptions, configuration);
|
|
162
|
+
return {
|
|
163
|
+
url: toPathString(localVarUrlObj),
|
|
164
|
+
options: localVarRequestOptions,
|
|
165
|
+
};
|
|
166
|
+
}),
|
|
167
|
+
/**
|
|
168
|
+
*
|
|
169
|
+
* @summary 监控-功能区分组统计
|
|
104
170
|
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
105
171
|
* @param {*} [options] Override http request option.
|
|
106
172
|
* @throws {RequiredError}
|
|
107
173
|
*/
|
|
108
|
-
|
|
174
|
+
dashboardSurveillanceStatisticsByFunctionalArea: (dashboardBaseSearchDTO_1, ...args_1) => __awaiter(this, [dashboardBaseSearchDTO_1, ...args_1], void 0, function* (dashboardBaseSearchDTO, options = {}) {
|
|
109
175
|
// verify required parameter 'dashboardBaseSearchDTO' is not null or undefined
|
|
110
|
-
assertParamExists('
|
|
111
|
-
const localVarPath = `/dashboard/surveillance/functional-area
|
|
176
|
+
assertParamExists('dashboardSurveillanceStatisticsByFunctionalArea', 'dashboardBaseSearchDTO', dashboardBaseSearchDTO);
|
|
177
|
+
const localVarPath = `/dashboard/surveillance/statistics/by-functional-area`;
|
|
112
178
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
113
179
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
114
180
|
let baseOptions;
|
|
@@ -133,15 +199,15 @@ export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
133
199
|
}),
|
|
134
200
|
/**
|
|
135
201
|
*
|
|
136
|
-
* @summary
|
|
202
|
+
* @summary 监控-园区分组统计
|
|
137
203
|
* @param {DashboardSurveillanceSearchDTO} dashboardSurveillanceSearchDTO
|
|
138
204
|
* @param {*} [options] Override http request option.
|
|
139
205
|
* @throws {RequiredError}
|
|
140
206
|
*/
|
|
141
|
-
|
|
207
|
+
dashboardSurveillanceStatisticsByPark: (dashboardSurveillanceSearchDTO_1, ...args_1) => __awaiter(this, [dashboardSurveillanceSearchDTO_1, ...args_1], void 0, function* (dashboardSurveillanceSearchDTO, options = {}) {
|
|
142
208
|
// verify required parameter 'dashboardSurveillanceSearchDTO' is not null or undefined
|
|
143
|
-
assertParamExists('
|
|
144
|
-
const localVarPath = `/dashboard/surveillance/park
|
|
209
|
+
assertParamExists('dashboardSurveillanceStatisticsByPark', 'dashboardSurveillanceSearchDTO', dashboardSurveillanceSearchDTO);
|
|
210
|
+
const localVarPath = `/dashboard/surveillance/statistics/by-park`;
|
|
145
211
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
146
212
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
147
213
|
let baseOptions;
|
|
@@ -164,6 +230,171 @@ export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
164
230
|
options: localVarRequestOptions,
|
|
165
231
|
};
|
|
166
232
|
}),
|
|
233
|
+
/**
|
|
234
|
+
*
|
|
235
|
+
* @summary 工单-园区分组统计
|
|
236
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
237
|
+
* @param {*} [options] Override http request option.
|
|
238
|
+
* @throws {RequiredError}
|
|
239
|
+
*/
|
|
240
|
+
dashboardWorkOrderStatisticsByPark: (dashboardWorkOrderByParkSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByParkSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByParkSearchDTO, options = {}) {
|
|
241
|
+
// verify required parameter 'dashboardWorkOrderByParkSearchDTO' is not null or undefined
|
|
242
|
+
assertParamExists('dashboardWorkOrderStatisticsByPark', 'dashboardWorkOrderByParkSearchDTO', dashboardWorkOrderByParkSearchDTO);
|
|
243
|
+
const localVarPath = `/dashboard/work-order/statistics/by-park`;
|
|
244
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
245
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
246
|
+
let baseOptions;
|
|
247
|
+
if (configuration) {
|
|
248
|
+
baseOptions = configuration.baseOptions;
|
|
249
|
+
}
|
|
250
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
251
|
+
const localVarHeaderParameter = {};
|
|
252
|
+
const localVarQueryParameter = {};
|
|
253
|
+
// authentication tokenScheme required
|
|
254
|
+
// http bearer authentication required
|
|
255
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
256
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
257
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
258
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
259
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
260
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardWorkOrderByParkSearchDTO, localVarRequestOptions, configuration);
|
|
261
|
+
return {
|
|
262
|
+
url: toPathString(localVarUrlObj),
|
|
263
|
+
options: localVarRequestOptions,
|
|
264
|
+
};
|
|
265
|
+
}),
|
|
266
|
+
/**
|
|
267
|
+
*
|
|
268
|
+
* @summary 工单-工单类型分组统计
|
|
269
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSearchDTO} dashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
270
|
+
* @param {*} [options] Override http request option.
|
|
271
|
+
* @throws {RequiredError}
|
|
272
|
+
*/
|
|
273
|
+
dashboardWorkOrderStatisticsByWorkOrderType: (dashboardWorkOrderByWorkOrderTypeSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByWorkOrderTypeSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByWorkOrderTypeSearchDTO, options = {}) {
|
|
274
|
+
// verify required parameter 'dashboardWorkOrderByWorkOrderTypeSearchDTO' is not null or undefined
|
|
275
|
+
assertParamExists('dashboardWorkOrderStatisticsByWorkOrderType', 'dashboardWorkOrderByWorkOrderTypeSearchDTO', dashboardWorkOrderByWorkOrderTypeSearchDTO);
|
|
276
|
+
const localVarPath = `/dashboard/work-order/statistics/by-work-order-type`;
|
|
277
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
278
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
279
|
+
let baseOptions;
|
|
280
|
+
if (configuration) {
|
|
281
|
+
baseOptions = configuration.baseOptions;
|
|
282
|
+
}
|
|
283
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
284
|
+
const localVarHeaderParameter = {};
|
|
285
|
+
const localVarQueryParameter = {};
|
|
286
|
+
// authentication tokenScheme required
|
|
287
|
+
// http bearer authentication required
|
|
288
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
289
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
290
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
291
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
292
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
293
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardWorkOrderByWorkOrderTypeSearchDTO, localVarRequestOptions, configuration);
|
|
294
|
+
return {
|
|
295
|
+
url: toPathString(localVarUrlObj),
|
|
296
|
+
options: localVarRequestOptions,
|
|
297
|
+
};
|
|
298
|
+
}),
|
|
299
|
+
/**
|
|
300
|
+
*
|
|
301
|
+
* @summary 工单-工单大类分组统计
|
|
302
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO} dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
303
|
+
* @param {*} [options] Override http request option.
|
|
304
|
+
* @throws {RequiredError}
|
|
305
|
+
*/
|
|
306
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory: (dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options = {}) {
|
|
307
|
+
// verify required parameter 'dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO' is not null or undefined
|
|
308
|
+
assertParamExists('dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory', 'dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO', dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO);
|
|
309
|
+
const localVarPath = `/dashboard/work-order/statistics/by-work-order-type-subcategory`;
|
|
310
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
311
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
312
|
+
let baseOptions;
|
|
313
|
+
if (configuration) {
|
|
314
|
+
baseOptions = configuration.baseOptions;
|
|
315
|
+
}
|
|
316
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
317
|
+
const localVarHeaderParameter = {};
|
|
318
|
+
const localVarQueryParameter = {};
|
|
319
|
+
// authentication tokenScheme required
|
|
320
|
+
// http bearer authentication required
|
|
321
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
322
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
323
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
324
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
325
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
326
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, localVarRequestOptions, configuration);
|
|
327
|
+
return {
|
|
328
|
+
url: toPathString(localVarUrlObj),
|
|
329
|
+
options: localVarRequestOptions,
|
|
330
|
+
};
|
|
331
|
+
}),
|
|
332
|
+
/**
|
|
333
|
+
*
|
|
334
|
+
* @summary 工单-完成率序列统计
|
|
335
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
336
|
+
* @param {*} [options] Override http request option.
|
|
337
|
+
* @throws {RequiredError}
|
|
338
|
+
*/
|
|
339
|
+
dashboardWorkOrderStatisticsCompletionRateSeries: (dashboardWorkOrderByParkSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByParkSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByParkSearchDTO, options = {}) {
|
|
340
|
+
// verify required parameter 'dashboardWorkOrderByParkSearchDTO' is not null or undefined
|
|
341
|
+
assertParamExists('dashboardWorkOrderStatisticsCompletionRateSeries', 'dashboardWorkOrderByParkSearchDTO', dashboardWorkOrderByParkSearchDTO);
|
|
342
|
+
const localVarPath = `/dashboard/work-order/statistics/completion-rate-series`;
|
|
343
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
344
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
345
|
+
let baseOptions;
|
|
346
|
+
if (configuration) {
|
|
347
|
+
baseOptions = configuration.baseOptions;
|
|
348
|
+
}
|
|
349
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
350
|
+
const localVarHeaderParameter = {};
|
|
351
|
+
const localVarQueryParameter = {};
|
|
352
|
+
// authentication tokenScheme required
|
|
353
|
+
// http bearer authentication required
|
|
354
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
355
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
356
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
357
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
358
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
359
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardWorkOrderByParkSearchDTO, localVarRequestOptions, configuration);
|
|
360
|
+
return {
|
|
361
|
+
url: toPathString(localVarUrlObj),
|
|
362
|
+
options: localVarRequestOptions,
|
|
363
|
+
};
|
|
364
|
+
}),
|
|
365
|
+
/**
|
|
366
|
+
*
|
|
367
|
+
* @summary 工单-列表
|
|
368
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
369
|
+
* @param {*} [options] Override http request option.
|
|
370
|
+
* @throws {RequiredError}
|
|
371
|
+
*/
|
|
372
|
+
dashboardWorkOrderStatisticsList: (dashboardWorkOrderListSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderListSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderListSearchDTO, options = {}) {
|
|
373
|
+
// verify required parameter 'dashboardWorkOrderListSearchDTO' is not null or undefined
|
|
374
|
+
assertParamExists('dashboardWorkOrderStatisticsList', 'dashboardWorkOrderListSearchDTO', dashboardWorkOrderListSearchDTO);
|
|
375
|
+
const localVarPath = `/dashboard/work-order/statistics/list`;
|
|
376
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
377
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
378
|
+
let baseOptions;
|
|
379
|
+
if (configuration) {
|
|
380
|
+
baseOptions = configuration.baseOptions;
|
|
381
|
+
}
|
|
382
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
383
|
+
const localVarHeaderParameter = {};
|
|
384
|
+
const localVarQueryParameter = {};
|
|
385
|
+
// authentication tokenScheme required
|
|
386
|
+
// http bearer authentication required
|
|
387
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
388
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
389
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
390
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
391
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
392
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardWorkOrderListSearchDTO, localVarRequestOptions, configuration);
|
|
393
|
+
return {
|
|
394
|
+
url: toPathString(localVarUrlObj),
|
|
395
|
+
options: localVarRequestOptions,
|
|
396
|
+
};
|
|
397
|
+
}),
|
|
167
398
|
};
|
|
168
399
|
};
|
|
169
400
|
/**
|
|
@@ -175,65 +406,177 @@ export const DashboardApiFp = function (configuration) {
|
|
|
175
406
|
return {
|
|
176
407
|
/**
|
|
177
408
|
*
|
|
178
|
-
* @summary
|
|
179
|
-
* @param {
|
|
409
|
+
* @summary 出入-园区分组统计
|
|
410
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
180
411
|
* @param {*} [options] Override http request option.
|
|
181
412
|
* @throws {RequiredError}
|
|
182
413
|
*/
|
|
183
|
-
|
|
414
|
+
dashboardAccessStatisticsByPark(dashboardAccessSearchDTO, options) {
|
|
184
415
|
return __awaiter(this, void 0, void 0, function* () {
|
|
185
416
|
var _a, _b, _c;
|
|
186
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
417
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardAccessStatisticsByPark(dashboardAccessSearchDTO, options);
|
|
187
418
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
188
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.
|
|
419
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardAccessStatisticsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
189
420
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
190
421
|
});
|
|
191
422
|
},
|
|
192
423
|
/**
|
|
193
424
|
*
|
|
194
|
-
* @summary
|
|
425
|
+
* @summary 出入-来源分组统计
|
|
426
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
427
|
+
* @param {*} [options] Override http request option.
|
|
428
|
+
* @throws {RequiredError}
|
|
429
|
+
*/
|
|
430
|
+
dashboardAccessStatisticsBySource(dashboardAccessSearchDTO, options) {
|
|
431
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
432
|
+
var _a, _b, _c;
|
|
433
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardAccessStatisticsBySource(dashboardAccessSearchDTO, options);
|
|
434
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
435
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardAccessStatisticsBySource']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
436
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
437
|
+
});
|
|
438
|
+
},
|
|
439
|
+
/**
|
|
440
|
+
*
|
|
441
|
+
* @summary 设备-设备系统分组统计
|
|
195
442
|
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
196
443
|
* @param {*} [options] Override http request option.
|
|
197
444
|
* @throws {RequiredError}
|
|
198
445
|
*/
|
|
199
|
-
|
|
446
|
+
dashboardEquipmentStatisticsByEquipmentSystem(dashboardBaseSearchDTO, options) {
|
|
200
447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
201
448
|
var _a, _b, _c;
|
|
202
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
449
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardEquipmentStatisticsByEquipmentSystem(dashboardBaseSearchDTO, options);
|
|
203
450
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
204
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.
|
|
451
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardEquipmentStatisticsByEquipmentSystem']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
205
452
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
206
453
|
});
|
|
207
454
|
},
|
|
208
455
|
/**
|
|
209
456
|
*
|
|
210
|
-
* @summary
|
|
457
|
+
* @summary 设备-园区分组统计
|
|
458
|
+
* @param {DashboardEquipmentSearchDTO} dashboardEquipmentSearchDTO
|
|
459
|
+
* @param {*} [options] Override http request option.
|
|
460
|
+
* @throws {RequiredError}
|
|
461
|
+
*/
|
|
462
|
+
dashboardEquipmentStatisticsByPark(dashboardEquipmentSearchDTO, options) {
|
|
463
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
464
|
+
var _a, _b, _c;
|
|
465
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardEquipmentStatisticsByPark(dashboardEquipmentSearchDTO, options);
|
|
466
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
467
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardEquipmentStatisticsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
468
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
469
|
+
});
|
|
470
|
+
},
|
|
471
|
+
/**
|
|
472
|
+
*
|
|
473
|
+
* @summary 监控-功能区分组统计
|
|
211
474
|
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
212
475
|
* @param {*} [options] Override http request option.
|
|
213
476
|
* @throws {RequiredError}
|
|
214
477
|
*/
|
|
215
|
-
|
|
478
|
+
dashboardSurveillanceStatisticsByFunctionalArea(dashboardBaseSearchDTO, options) {
|
|
216
479
|
return __awaiter(this, void 0, void 0, function* () {
|
|
217
480
|
var _a, _b, _c;
|
|
218
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
481
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardSurveillanceStatisticsByFunctionalArea(dashboardBaseSearchDTO, options);
|
|
219
482
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
220
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.
|
|
483
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardSurveillanceStatisticsByFunctionalArea']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
221
484
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
222
485
|
});
|
|
223
486
|
},
|
|
224
487
|
/**
|
|
225
488
|
*
|
|
226
|
-
* @summary
|
|
489
|
+
* @summary 监控-园区分组统计
|
|
227
490
|
* @param {DashboardSurveillanceSearchDTO} dashboardSurveillanceSearchDTO
|
|
228
491
|
* @param {*} [options] Override http request option.
|
|
229
492
|
* @throws {RequiredError}
|
|
230
493
|
*/
|
|
231
|
-
|
|
494
|
+
dashboardSurveillanceStatisticsByPark(dashboardSurveillanceSearchDTO, options) {
|
|
495
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
496
|
+
var _a, _b, _c;
|
|
497
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardSurveillanceStatisticsByPark(dashboardSurveillanceSearchDTO, options);
|
|
498
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
499
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardSurveillanceStatisticsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
500
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
501
|
+
});
|
|
502
|
+
},
|
|
503
|
+
/**
|
|
504
|
+
*
|
|
505
|
+
* @summary 工单-园区分组统计
|
|
506
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
507
|
+
* @param {*} [options] Override http request option.
|
|
508
|
+
* @throws {RequiredError}
|
|
509
|
+
*/
|
|
510
|
+
dashboardWorkOrderStatisticsByPark(dashboardWorkOrderByParkSearchDTO, options) {
|
|
511
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
512
|
+
var _a, _b, _c;
|
|
513
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByPark(dashboardWorkOrderByParkSearchDTO, options);
|
|
514
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
515
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
516
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
517
|
+
});
|
|
518
|
+
},
|
|
519
|
+
/**
|
|
520
|
+
*
|
|
521
|
+
* @summary 工单-工单类型分组统计
|
|
522
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSearchDTO} dashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
523
|
+
* @param {*} [options] Override http request option.
|
|
524
|
+
* @throws {RequiredError}
|
|
525
|
+
*/
|
|
526
|
+
dashboardWorkOrderStatisticsByWorkOrderType(dashboardWorkOrderByWorkOrderTypeSearchDTO, options) {
|
|
232
527
|
return __awaiter(this, void 0, void 0, function* () {
|
|
233
528
|
var _a, _b, _c;
|
|
234
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
529
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByWorkOrderType(dashboardWorkOrderByWorkOrderTypeSearchDTO, options);
|
|
235
530
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
236
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.
|
|
531
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByWorkOrderType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
532
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
533
|
+
});
|
|
534
|
+
},
|
|
535
|
+
/**
|
|
536
|
+
*
|
|
537
|
+
* @summary 工单-工单大类分组统计
|
|
538
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO} dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
539
|
+
* @param {*} [options] Override http request option.
|
|
540
|
+
* @throws {RequiredError}
|
|
541
|
+
*/
|
|
542
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options) {
|
|
543
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
544
|
+
var _a, _b, _c;
|
|
545
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options);
|
|
546
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
547
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
548
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
549
|
+
});
|
|
550
|
+
},
|
|
551
|
+
/**
|
|
552
|
+
*
|
|
553
|
+
* @summary 工单-完成率序列统计
|
|
554
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
555
|
+
* @param {*} [options] Override http request option.
|
|
556
|
+
* @throws {RequiredError}
|
|
557
|
+
*/
|
|
558
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(dashboardWorkOrderByParkSearchDTO, options) {
|
|
559
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
560
|
+
var _a, _b, _c;
|
|
561
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsCompletionRateSeries(dashboardWorkOrderByParkSearchDTO, options);
|
|
562
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
563
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardWorkOrderStatisticsCompletionRateSeries']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
564
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
565
|
+
});
|
|
566
|
+
},
|
|
567
|
+
/**
|
|
568
|
+
*
|
|
569
|
+
* @summary 工单-列表
|
|
570
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
571
|
+
* @param {*} [options] Override http request option.
|
|
572
|
+
* @throws {RequiredError}
|
|
573
|
+
*/
|
|
574
|
+
dashboardWorkOrderStatisticsList(dashboardWorkOrderListSearchDTO, options) {
|
|
575
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
576
|
+
var _a, _b, _c;
|
|
577
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsList(dashboardWorkOrderListSearchDTO, options);
|
|
578
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
579
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardWorkOrderStatisticsList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
237
580
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
238
581
|
});
|
|
239
582
|
},
|
|
@@ -248,43 +591,113 @@ export const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
248
591
|
return {
|
|
249
592
|
/**
|
|
250
593
|
*
|
|
251
|
-
* @summary
|
|
252
|
-
* @param {
|
|
594
|
+
* @summary 出入-园区分组统计
|
|
595
|
+
* @param {DashboardApiDashboardAccessStatisticsByParkRequest} requestParameters Request parameters.
|
|
253
596
|
* @param {*} [options] Override http request option.
|
|
254
597
|
* @throws {RequiredError}
|
|
255
598
|
*/
|
|
256
|
-
|
|
257
|
-
return localVarFp.
|
|
599
|
+
dashboardAccessStatisticsByPark(requestParameters, options) {
|
|
600
|
+
return localVarFp.dashboardAccessStatisticsByPark(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(axios, basePath));
|
|
258
601
|
},
|
|
259
602
|
/**
|
|
260
603
|
*
|
|
261
|
-
* @summary
|
|
262
|
-
* @param {
|
|
604
|
+
* @summary 出入-来源分组统计
|
|
605
|
+
* @param {DashboardApiDashboardAccessStatisticsBySourceRequest} requestParameters Request parameters.
|
|
263
606
|
* @param {*} [options] Override http request option.
|
|
264
607
|
* @throws {RequiredError}
|
|
265
608
|
*/
|
|
266
|
-
|
|
267
|
-
return localVarFp.
|
|
609
|
+
dashboardAccessStatisticsBySource(requestParameters, options) {
|
|
610
|
+
return localVarFp.dashboardAccessStatisticsBySource(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(axios, basePath));
|
|
268
611
|
},
|
|
269
612
|
/**
|
|
270
613
|
*
|
|
271
|
-
* @summary
|
|
272
|
-
* @param {
|
|
614
|
+
* @summary 设备-设备系统分组统计
|
|
615
|
+
* @param {DashboardApiDashboardEquipmentStatisticsByEquipmentSystemRequest} requestParameters Request parameters.
|
|
273
616
|
* @param {*} [options] Override http request option.
|
|
274
617
|
* @throws {RequiredError}
|
|
275
618
|
*/
|
|
276
|
-
|
|
277
|
-
return localVarFp.
|
|
619
|
+
dashboardEquipmentStatisticsByEquipmentSystem(requestParameters, options) {
|
|
620
|
+
return localVarFp.dashboardEquipmentStatisticsByEquipmentSystem(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
|
|
278
621
|
},
|
|
279
622
|
/**
|
|
280
623
|
*
|
|
281
|
-
* @summary
|
|
282
|
-
* @param {
|
|
624
|
+
* @summary 设备-园区分组统计
|
|
625
|
+
* @param {DashboardApiDashboardEquipmentStatisticsByParkRequest} requestParameters Request parameters.
|
|
283
626
|
* @param {*} [options] Override http request option.
|
|
284
627
|
* @throws {RequiredError}
|
|
285
628
|
*/
|
|
286
|
-
|
|
287
|
-
return localVarFp.
|
|
629
|
+
dashboardEquipmentStatisticsByPark(requestParameters, options) {
|
|
630
|
+
return localVarFp.dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(axios, basePath));
|
|
631
|
+
},
|
|
632
|
+
/**
|
|
633
|
+
*
|
|
634
|
+
* @summary 监控-功能区分组统计
|
|
635
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByFunctionalAreaRequest} requestParameters Request parameters.
|
|
636
|
+
* @param {*} [options] Override http request option.
|
|
637
|
+
* @throws {RequiredError}
|
|
638
|
+
*/
|
|
639
|
+
dashboardSurveillanceStatisticsByFunctionalArea(requestParameters, options) {
|
|
640
|
+
return localVarFp.dashboardSurveillanceStatisticsByFunctionalArea(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
|
|
641
|
+
},
|
|
642
|
+
/**
|
|
643
|
+
*
|
|
644
|
+
* @summary 监控-园区分组统计
|
|
645
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByParkRequest} requestParameters Request parameters.
|
|
646
|
+
* @param {*} [options] Override http request option.
|
|
647
|
+
* @throws {RequiredError}
|
|
648
|
+
*/
|
|
649
|
+
dashboardSurveillanceStatisticsByPark(requestParameters, options) {
|
|
650
|
+
return localVarFp.dashboardSurveillanceStatisticsByPark(requestParameters.dashboardSurveillanceSearchDTO, options).then((request) => request(axios, basePath));
|
|
651
|
+
},
|
|
652
|
+
/**
|
|
653
|
+
*
|
|
654
|
+
* @summary 工单-园区分组统计
|
|
655
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByParkRequest} requestParameters Request parameters.
|
|
656
|
+
* @param {*} [options] Override http request option.
|
|
657
|
+
* @throws {RequiredError}
|
|
658
|
+
*/
|
|
659
|
+
dashboardWorkOrderStatisticsByPark(requestParameters, options) {
|
|
660
|
+
return localVarFp.dashboardWorkOrderStatisticsByPark(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(axios, basePath));
|
|
661
|
+
},
|
|
662
|
+
/**
|
|
663
|
+
*
|
|
664
|
+
* @summary 工单-工单类型分组统计
|
|
665
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeRequest} requestParameters Request parameters.
|
|
666
|
+
* @param {*} [options] Override http request option.
|
|
667
|
+
* @throws {RequiredError}
|
|
668
|
+
*/
|
|
669
|
+
dashboardWorkOrderStatisticsByWorkOrderType(requestParameters, options) {
|
|
670
|
+
return localVarFp.dashboardWorkOrderStatisticsByWorkOrderType(requestParameters.dashboardWorkOrderByWorkOrderTypeSearchDTO, options).then((request) => request(axios, basePath));
|
|
671
|
+
},
|
|
672
|
+
/**
|
|
673
|
+
*
|
|
674
|
+
* @summary 工单-工单大类分组统计
|
|
675
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryRequest} requestParameters Request parameters.
|
|
676
|
+
* @param {*} [options] Override http request option.
|
|
677
|
+
* @throws {RequiredError}
|
|
678
|
+
*/
|
|
679
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
|
|
680
|
+
return localVarFp.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(axios, basePath));
|
|
681
|
+
},
|
|
682
|
+
/**
|
|
683
|
+
*
|
|
684
|
+
* @summary 工单-完成率序列统计
|
|
685
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest} requestParameters Request parameters.
|
|
686
|
+
* @param {*} [options] Override http request option.
|
|
687
|
+
* @throws {RequiredError}
|
|
688
|
+
*/
|
|
689
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters, options) {
|
|
690
|
+
return localVarFp.dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(axios, basePath));
|
|
691
|
+
},
|
|
692
|
+
/**
|
|
693
|
+
*
|
|
694
|
+
* @summary 工单-列表
|
|
695
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsListRequest} requestParameters Request parameters.
|
|
696
|
+
* @param {*} [options] Override http request option.
|
|
697
|
+
* @throws {RequiredError}
|
|
698
|
+
*/
|
|
699
|
+
dashboardWorkOrderStatisticsList(requestParameters, options) {
|
|
700
|
+
return localVarFp.dashboardWorkOrderStatisticsList(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(axios, basePath));
|
|
288
701
|
},
|
|
289
702
|
};
|
|
290
703
|
};
|
|
@@ -297,46 +710,123 @@ export const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
297
710
|
export class DashboardApi extends BaseAPI {
|
|
298
711
|
/**
|
|
299
712
|
*
|
|
300
|
-
* @summary
|
|
301
|
-
* @param {
|
|
713
|
+
* @summary 出入-园区分组统计
|
|
714
|
+
* @param {DashboardApiDashboardAccessStatisticsByParkRequest} requestParameters Request parameters.
|
|
715
|
+
* @param {*} [options] Override http request option.
|
|
716
|
+
* @throws {RequiredError}
|
|
717
|
+
* @memberof DashboardApi
|
|
718
|
+
*/
|
|
719
|
+
dashboardAccessStatisticsByPark(requestParameters, options) {
|
|
720
|
+
return DashboardApiFp(this.configuration).dashboardAccessStatisticsByPark(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
721
|
+
}
|
|
722
|
+
/**
|
|
723
|
+
*
|
|
724
|
+
* @summary 出入-来源分组统计
|
|
725
|
+
* @param {DashboardApiDashboardAccessStatisticsBySourceRequest} requestParameters Request parameters.
|
|
726
|
+
* @param {*} [options] Override http request option.
|
|
727
|
+
* @throws {RequiredError}
|
|
728
|
+
* @memberof DashboardApi
|
|
729
|
+
*/
|
|
730
|
+
dashboardAccessStatisticsBySource(requestParameters, options) {
|
|
731
|
+
return DashboardApiFp(this.configuration).dashboardAccessStatisticsBySource(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
732
|
+
}
|
|
733
|
+
/**
|
|
734
|
+
*
|
|
735
|
+
* @summary 设备-设备系统分组统计
|
|
736
|
+
* @param {DashboardApiDashboardEquipmentStatisticsByEquipmentSystemRequest} requestParameters Request parameters.
|
|
737
|
+
* @param {*} [options] Override http request option.
|
|
738
|
+
* @throws {RequiredError}
|
|
739
|
+
* @memberof DashboardApi
|
|
740
|
+
*/
|
|
741
|
+
dashboardEquipmentStatisticsByEquipmentSystem(requestParameters, options) {
|
|
742
|
+
return DashboardApiFp(this.configuration).dashboardEquipmentStatisticsByEquipmentSystem(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
743
|
+
}
|
|
744
|
+
/**
|
|
745
|
+
*
|
|
746
|
+
* @summary 设备-园区分组统计
|
|
747
|
+
* @param {DashboardApiDashboardEquipmentStatisticsByParkRequest} requestParameters Request parameters.
|
|
748
|
+
* @param {*} [options] Override http request option.
|
|
749
|
+
* @throws {RequiredError}
|
|
750
|
+
* @memberof DashboardApi
|
|
751
|
+
*/
|
|
752
|
+
dashboardEquipmentStatisticsByPark(requestParameters, options) {
|
|
753
|
+
return DashboardApiFp(this.configuration).dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
754
|
+
}
|
|
755
|
+
/**
|
|
756
|
+
*
|
|
757
|
+
* @summary 监控-功能区分组统计
|
|
758
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByFunctionalAreaRequest} requestParameters Request parameters.
|
|
759
|
+
* @param {*} [options] Override http request option.
|
|
760
|
+
* @throws {RequiredError}
|
|
761
|
+
* @memberof DashboardApi
|
|
762
|
+
*/
|
|
763
|
+
dashboardSurveillanceStatisticsByFunctionalArea(requestParameters, options) {
|
|
764
|
+
return DashboardApiFp(this.configuration).dashboardSurveillanceStatisticsByFunctionalArea(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
765
|
+
}
|
|
766
|
+
/**
|
|
767
|
+
*
|
|
768
|
+
* @summary 监控-园区分组统计
|
|
769
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByParkRequest} requestParameters Request parameters.
|
|
770
|
+
* @param {*} [options] Override http request option.
|
|
771
|
+
* @throws {RequiredError}
|
|
772
|
+
* @memberof DashboardApi
|
|
773
|
+
*/
|
|
774
|
+
dashboardSurveillanceStatisticsByPark(requestParameters, options) {
|
|
775
|
+
return DashboardApiFp(this.configuration).dashboardSurveillanceStatisticsByPark(requestParameters.dashboardSurveillanceSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
776
|
+
}
|
|
777
|
+
/**
|
|
778
|
+
*
|
|
779
|
+
* @summary 工单-园区分组统计
|
|
780
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByParkRequest} requestParameters Request parameters.
|
|
781
|
+
* @param {*} [options] Override http request option.
|
|
782
|
+
* @throws {RequiredError}
|
|
783
|
+
* @memberof DashboardApi
|
|
784
|
+
*/
|
|
785
|
+
dashboardWorkOrderStatisticsByPark(requestParameters, options) {
|
|
786
|
+
return DashboardApiFp(this.configuration).dashboardWorkOrderStatisticsByPark(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
787
|
+
}
|
|
788
|
+
/**
|
|
789
|
+
*
|
|
790
|
+
* @summary 工单-工单类型分组统计
|
|
791
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeRequest} requestParameters Request parameters.
|
|
302
792
|
* @param {*} [options] Override http request option.
|
|
303
793
|
* @throws {RequiredError}
|
|
304
794
|
* @memberof DashboardApi
|
|
305
795
|
*/
|
|
306
|
-
|
|
307
|
-
return DashboardApiFp(this.configuration).
|
|
796
|
+
dashboardWorkOrderStatisticsByWorkOrderType(requestParameters, options) {
|
|
797
|
+
return DashboardApiFp(this.configuration).dashboardWorkOrderStatisticsByWorkOrderType(requestParameters.dashboardWorkOrderByWorkOrderTypeSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
308
798
|
}
|
|
309
799
|
/**
|
|
310
800
|
*
|
|
311
|
-
* @summary
|
|
312
|
-
* @param {
|
|
801
|
+
* @summary 工单-工单大类分组统计
|
|
802
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryRequest} requestParameters Request parameters.
|
|
313
803
|
* @param {*} [options] Override http request option.
|
|
314
804
|
* @throws {RequiredError}
|
|
315
805
|
* @memberof DashboardApi
|
|
316
806
|
*/
|
|
317
|
-
|
|
318
|
-
return DashboardApiFp(this.configuration).
|
|
807
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
|
|
808
|
+
return DashboardApiFp(this.configuration).dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
319
809
|
}
|
|
320
810
|
/**
|
|
321
811
|
*
|
|
322
|
-
* @summary
|
|
323
|
-
* @param {
|
|
812
|
+
* @summary 工单-完成率序列统计
|
|
813
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest} requestParameters Request parameters.
|
|
324
814
|
* @param {*} [options] Override http request option.
|
|
325
815
|
* @throws {RequiredError}
|
|
326
816
|
* @memberof DashboardApi
|
|
327
817
|
*/
|
|
328
|
-
|
|
329
|
-
return DashboardApiFp(this.configuration).
|
|
818
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters, options) {
|
|
819
|
+
return DashboardApiFp(this.configuration).dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
330
820
|
}
|
|
331
821
|
/**
|
|
332
822
|
*
|
|
333
|
-
* @summary
|
|
334
|
-
* @param {
|
|
823
|
+
* @summary 工单-列表
|
|
824
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsListRequest} requestParameters Request parameters.
|
|
335
825
|
* @param {*} [options] Override http request option.
|
|
336
826
|
* @throws {RequiredError}
|
|
337
827
|
* @memberof DashboardApi
|
|
338
828
|
*/
|
|
339
|
-
|
|
340
|
-
return DashboardApiFp(this.configuration).
|
|
829
|
+
dashboardWorkOrderStatisticsList(requestParameters, options) {
|
|
830
|
+
return DashboardApiFp(this.configuration).dashboardWorkOrderStatisticsList(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
341
831
|
}
|
|
342
832
|
}
|