@gizone/rrs-client 4.2.7-alpha.430 → 4.2.7-alpha.431
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 +9 -0
- package/api.ts +1 -0
- package/apis/dashboard-api.ts +389 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/dashboard-api.d.ts +214 -0
- package/dist/apis/dashboard-api.js +301 -0
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/dashboard-api.d.ts +214 -0
- package/dist/esm/apis/dashboard-api.js +294 -0
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +42 -0
- package/dist/esm/models/dashboard-equipment-search-dto.js +14 -0
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
- package/dist/esm/models/equipment-status-stats-vo.d.ts +31 -0
- package/dist/esm/models/equipment-status-stats-vo.js +14 -0
- package/dist/esm/models/index.d.ts +8 -0
- package/dist/esm/models/index.js +8 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
- package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
- package/dist/models/dashboard-equipment-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-equipment-search-dto.d.ts +42 -0
- package/dist/models/dashboard-equipment-search-dto.js +15 -0
- package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
- package/dist/models/dashboard-equipment-system-group-stats-vo.js +15 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
- package/dist/models/equipment-status-stats-vo.d.ts +31 -0
- package/dist/models/equipment-status-stats-vo.js +15 -0
- package/dist/models/index.d.ts +8 -0
- package/dist/models/index.js +8 -0
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
- package/models/dashboard-equipment-park-group-stats-vo.ts +51 -0
- package/models/dashboard-equipment-search-dto.ts +48 -0
- package/models/dashboard-equipment-system-group-stats-vo.ts +57 -0
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +65 -0
- package/models/equipment-status-stats-vo.ts +41 -0
- package/models/index.ts +8 -0
- package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +72 -0
- package/package.json +1 -1
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
15
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
16
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
17
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
18
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
19
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
20
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
import globalAxios from 'axios';
|
|
24
|
+
// Some imports not used depending on template conditions
|
|
25
|
+
// @ts-ignore
|
|
26
|
+
import { DUMMY_BASE_URL, assertParamExists, setBearerAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
27
|
+
// @ts-ignore
|
|
28
|
+
import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
|
|
29
|
+
/**
|
|
30
|
+
* DashboardApi - axios parameter creator
|
|
31
|
+
* @export
|
|
32
|
+
*/
|
|
33
|
+
export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
34
|
+
return {
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @summary 设备园区分组统计
|
|
38
|
+
* @param {DashboardEquipmentSearchDTO} dashboardEquipmentSearchDTO
|
|
39
|
+
* @param {*} [options] Override http request option.
|
|
40
|
+
* @throws {RequiredError}
|
|
41
|
+
*/
|
|
42
|
+
dashboardEquipmentParkGroupStats: (dashboardEquipmentSearchDTO_1, ...args_1) => __awaiter(this, [dashboardEquipmentSearchDTO_1, ...args_1], void 0, function* (dashboardEquipmentSearchDTO, options = {}) {
|
|
43
|
+
// verify required parameter 'dashboardEquipmentSearchDTO' is not null or undefined
|
|
44
|
+
assertParamExists('dashboardEquipmentParkGroupStats', 'dashboardEquipmentSearchDTO', dashboardEquipmentSearchDTO);
|
|
45
|
+
const localVarPath = `/dashboard/equipment/park-group-stats`;
|
|
46
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
48
|
+
let baseOptions;
|
|
49
|
+
if (configuration) {
|
|
50
|
+
baseOptions = configuration.baseOptions;
|
|
51
|
+
}
|
|
52
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
53
|
+
const localVarHeaderParameter = {};
|
|
54
|
+
const localVarQueryParameter = {};
|
|
55
|
+
// authentication tokenScheme required
|
|
56
|
+
// http bearer authentication required
|
|
57
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
58
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
59
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
60
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
61
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
62
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardEquipmentSearchDTO, localVarRequestOptions, configuration);
|
|
63
|
+
return {
|
|
64
|
+
url: toPathString(localVarUrlObj),
|
|
65
|
+
options: localVarRequestOptions,
|
|
66
|
+
};
|
|
67
|
+
}),
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @summary 设备系统分组统计
|
|
71
|
+
* @param {Array<number>} parkIds 园区ID集合
|
|
72
|
+
* @param {number} [startTime] 开始时间
|
|
73
|
+
* @param {number} [endTime] 结束时间
|
|
74
|
+
* @param {*} [options] Override http request option.
|
|
75
|
+
* @throws {RequiredError}
|
|
76
|
+
*/
|
|
77
|
+
dashboardEquipmentSystemGroupStats: (parkIds_1, startTime_1, endTime_1, ...args_1) => __awaiter(this, [parkIds_1, startTime_1, endTime_1, ...args_1], void 0, function* (parkIds, startTime, endTime, options = {}) {
|
|
78
|
+
// verify required parameter 'parkIds' is not null or undefined
|
|
79
|
+
assertParamExists('dashboardEquipmentSystemGroupStats', 'parkIds', parkIds);
|
|
80
|
+
const localVarPath = `/dashboard/equipment/system-group-stats`;
|
|
81
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
82
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
83
|
+
let baseOptions;
|
|
84
|
+
if (configuration) {
|
|
85
|
+
baseOptions = configuration.baseOptions;
|
|
86
|
+
}
|
|
87
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
88
|
+
const localVarHeaderParameter = {};
|
|
89
|
+
const localVarQueryParameter = {};
|
|
90
|
+
// authentication tokenScheme required
|
|
91
|
+
// http bearer authentication required
|
|
92
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
93
|
+
if (parkIds) {
|
|
94
|
+
localVarQueryParameter['parkIds'] = parkIds;
|
|
95
|
+
}
|
|
96
|
+
if (startTime !== undefined) {
|
|
97
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
98
|
+
}
|
|
99
|
+
if (endTime !== undefined) {
|
|
100
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
101
|
+
}
|
|
102
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
103
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
104
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
105
|
+
return {
|
|
106
|
+
url: toPathString(localVarUrlObj),
|
|
107
|
+
options: localVarRequestOptions,
|
|
108
|
+
};
|
|
109
|
+
}),
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @summary 监控功能区分组统计
|
|
113
|
+
* @param {Array<number>} parkIds 园区ID集合
|
|
114
|
+
* @param {number} [startTime] 开始时间
|
|
115
|
+
* @param {number} [endTime] 结束时间
|
|
116
|
+
* @param {*} [options] Override http request option.
|
|
117
|
+
* @throws {RequiredError}
|
|
118
|
+
*/
|
|
119
|
+
dashboardSurveillanceFunctionalAreaGroupStats: (parkIds_1, startTime_1, endTime_1, ...args_1) => __awaiter(this, [parkIds_1, startTime_1, endTime_1, ...args_1], void 0, function* (parkIds, startTime, endTime, options = {}) {
|
|
120
|
+
// verify required parameter 'parkIds' is not null or undefined
|
|
121
|
+
assertParamExists('dashboardSurveillanceFunctionalAreaGroupStats', 'parkIds', parkIds);
|
|
122
|
+
const localVarPath = `/dashboard/surveillance/functional-area-group-stats`;
|
|
123
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
124
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
125
|
+
let baseOptions;
|
|
126
|
+
if (configuration) {
|
|
127
|
+
baseOptions = configuration.baseOptions;
|
|
128
|
+
}
|
|
129
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
130
|
+
const localVarHeaderParameter = {};
|
|
131
|
+
const localVarQueryParameter = {};
|
|
132
|
+
// authentication tokenScheme required
|
|
133
|
+
// http bearer authentication required
|
|
134
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
135
|
+
if (parkIds) {
|
|
136
|
+
localVarQueryParameter['parkIds'] = parkIds;
|
|
137
|
+
}
|
|
138
|
+
if (startTime !== undefined) {
|
|
139
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
140
|
+
}
|
|
141
|
+
if (endTime !== undefined) {
|
|
142
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
143
|
+
}
|
|
144
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
145
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
146
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
147
|
+
return {
|
|
148
|
+
url: toPathString(localVarUrlObj),
|
|
149
|
+
options: localVarRequestOptions,
|
|
150
|
+
};
|
|
151
|
+
}),
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
/**
|
|
155
|
+
* DashboardApi - functional programming interface
|
|
156
|
+
* @export
|
|
157
|
+
*/
|
|
158
|
+
export const DashboardApiFp = function (configuration) {
|
|
159
|
+
const localVarAxiosParamCreator = DashboardApiAxiosParamCreator(configuration);
|
|
160
|
+
return {
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @summary 设备园区分组统计
|
|
164
|
+
* @param {DashboardEquipmentSearchDTO} dashboardEquipmentSearchDTO
|
|
165
|
+
* @param {*} [options] Override http request option.
|
|
166
|
+
* @throws {RequiredError}
|
|
167
|
+
*/
|
|
168
|
+
dashboardEquipmentParkGroupStats(dashboardEquipmentSearchDTO, options) {
|
|
169
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
170
|
+
var _a, _b, _c;
|
|
171
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardEquipmentParkGroupStats(dashboardEquipmentSearchDTO, options);
|
|
172
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
173
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardEquipmentParkGroupStats']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
174
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
175
|
+
});
|
|
176
|
+
},
|
|
177
|
+
/**
|
|
178
|
+
*
|
|
179
|
+
* @summary 设备系统分组统计
|
|
180
|
+
* @param {Array<number>} parkIds 园区ID集合
|
|
181
|
+
* @param {number} [startTime] 开始时间
|
|
182
|
+
* @param {number} [endTime] 结束时间
|
|
183
|
+
* @param {*} [options] Override http request option.
|
|
184
|
+
* @throws {RequiredError}
|
|
185
|
+
*/
|
|
186
|
+
dashboardEquipmentSystemGroupStats(parkIds, startTime, endTime, options) {
|
|
187
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
188
|
+
var _a, _b, _c;
|
|
189
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardEquipmentSystemGroupStats(parkIds, startTime, endTime, options);
|
|
190
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
191
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardEquipmentSystemGroupStats']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
192
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
193
|
+
});
|
|
194
|
+
},
|
|
195
|
+
/**
|
|
196
|
+
*
|
|
197
|
+
* @summary 监控功能区分组统计
|
|
198
|
+
* @param {Array<number>} parkIds 园区ID集合
|
|
199
|
+
* @param {number} [startTime] 开始时间
|
|
200
|
+
* @param {number} [endTime] 结束时间
|
|
201
|
+
* @param {*} [options] Override http request option.
|
|
202
|
+
* @throws {RequiredError}
|
|
203
|
+
*/
|
|
204
|
+
dashboardSurveillanceFunctionalAreaGroupStats(parkIds, startTime, endTime, options) {
|
|
205
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
206
|
+
var _a, _b, _c;
|
|
207
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardSurveillanceFunctionalAreaGroupStats(parkIds, startTime, endTime, options);
|
|
208
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
209
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardSurveillanceFunctionalAreaGroupStats']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
210
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
211
|
+
});
|
|
212
|
+
},
|
|
213
|
+
};
|
|
214
|
+
};
|
|
215
|
+
/**
|
|
216
|
+
* DashboardApi - factory interface
|
|
217
|
+
* @export
|
|
218
|
+
*/
|
|
219
|
+
export const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
220
|
+
const localVarFp = DashboardApiFp(configuration);
|
|
221
|
+
return {
|
|
222
|
+
/**
|
|
223
|
+
*
|
|
224
|
+
* @summary 设备园区分组统计
|
|
225
|
+
* @param {DashboardApiDashboardEquipmentParkGroupStatsRequest} requestParameters Request parameters.
|
|
226
|
+
* @param {*} [options] Override http request option.
|
|
227
|
+
* @throws {RequiredError}
|
|
228
|
+
*/
|
|
229
|
+
dashboardEquipmentParkGroupStats(requestParameters, options) {
|
|
230
|
+
return localVarFp.dashboardEquipmentParkGroupStats(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(axios, basePath));
|
|
231
|
+
},
|
|
232
|
+
/**
|
|
233
|
+
*
|
|
234
|
+
* @summary 设备系统分组统计
|
|
235
|
+
* @param {DashboardApiDashboardEquipmentSystemGroupStatsRequest} requestParameters Request parameters.
|
|
236
|
+
* @param {*} [options] Override http request option.
|
|
237
|
+
* @throws {RequiredError}
|
|
238
|
+
*/
|
|
239
|
+
dashboardEquipmentSystemGroupStats(requestParameters, options) {
|
|
240
|
+
return localVarFp.dashboardEquipmentSystemGroupStats(requestParameters.parkIds, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(axios, basePath));
|
|
241
|
+
},
|
|
242
|
+
/**
|
|
243
|
+
*
|
|
244
|
+
* @summary 监控功能区分组统计
|
|
245
|
+
* @param {DashboardApiDashboardSurveillanceFunctionalAreaGroupStatsRequest} requestParameters Request parameters.
|
|
246
|
+
* @param {*} [options] Override http request option.
|
|
247
|
+
* @throws {RequiredError}
|
|
248
|
+
*/
|
|
249
|
+
dashboardSurveillanceFunctionalAreaGroupStats(requestParameters, options) {
|
|
250
|
+
return localVarFp.dashboardSurveillanceFunctionalAreaGroupStats(requestParameters.parkIds, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(axios, basePath));
|
|
251
|
+
},
|
|
252
|
+
};
|
|
253
|
+
};
|
|
254
|
+
/**
|
|
255
|
+
* DashboardApi - object-oriented interface
|
|
256
|
+
* @export
|
|
257
|
+
* @class DashboardApi
|
|
258
|
+
* @extends {BaseAPI}
|
|
259
|
+
*/
|
|
260
|
+
export class DashboardApi extends BaseAPI {
|
|
261
|
+
/**
|
|
262
|
+
*
|
|
263
|
+
* @summary 设备园区分组统计
|
|
264
|
+
* @param {DashboardApiDashboardEquipmentParkGroupStatsRequest} requestParameters Request parameters.
|
|
265
|
+
* @param {*} [options] Override http request option.
|
|
266
|
+
* @throws {RequiredError}
|
|
267
|
+
* @memberof DashboardApi
|
|
268
|
+
*/
|
|
269
|
+
dashboardEquipmentParkGroupStats(requestParameters, options) {
|
|
270
|
+
return DashboardApiFp(this.configuration).dashboardEquipmentParkGroupStats(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
*
|
|
274
|
+
* @summary 设备系统分组统计
|
|
275
|
+
* @param {DashboardApiDashboardEquipmentSystemGroupStatsRequest} requestParameters Request parameters.
|
|
276
|
+
* @param {*} [options] Override http request option.
|
|
277
|
+
* @throws {RequiredError}
|
|
278
|
+
* @memberof DashboardApi
|
|
279
|
+
*/
|
|
280
|
+
dashboardEquipmentSystemGroupStats(requestParameters, options) {
|
|
281
|
+
return DashboardApiFp(this.configuration).dashboardEquipmentSystemGroupStats(requestParameters.parkIds, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(this.axios, this.basePath));
|
|
282
|
+
}
|
|
283
|
+
/**
|
|
284
|
+
*
|
|
285
|
+
* @summary 监控功能区分组统计
|
|
286
|
+
* @param {DashboardApiDashboardSurveillanceFunctionalAreaGroupStatsRequest} requestParameters Request parameters.
|
|
287
|
+
* @param {*} [options] Override http request option.
|
|
288
|
+
* @throws {RequiredError}
|
|
289
|
+
* @memberof DashboardApi
|
|
290
|
+
*/
|
|
291
|
+
dashboardSurveillanceFunctionalAreaGroupStats(requestParameters, options) {
|
|
292
|
+
return DashboardApiFp(this.configuration).dashboardSurveillanceFunctionalAreaGroupStats(requestParameters.parkIds, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(this.axios, this.basePath));
|
|
293
|
+
}
|
|
294
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { EquipmentStatusStatsVO } from './equipment-status-stats-vo';
|
|
13
|
+
/**
|
|
14
|
+
* 数据看板设备园区分组统计VO
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DashboardEquipmentParkGroupStatsVO
|
|
17
|
+
*/
|
|
18
|
+
export interface DashboardEquipmentParkGroupStatsVO {
|
|
19
|
+
/**
|
|
20
|
+
* 园区ID
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof DashboardEquipmentParkGroupStatsVO
|
|
23
|
+
*/
|
|
24
|
+
'parkId'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 园区名称
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof DashboardEquipmentParkGroupStatsVO
|
|
29
|
+
*/
|
|
30
|
+
'parkName'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* 设备总数
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof DashboardEquipmentParkGroupStatsVO
|
|
35
|
+
*/
|
|
36
|
+
'totalCount'?: number;
|
|
37
|
+
/**
|
|
38
|
+
* 设备状态统计
|
|
39
|
+
* @type {Array<EquipmentStatusStatsVO>}
|
|
40
|
+
* @memberof DashboardEquipmentParkGroupStatsVO
|
|
41
|
+
*/
|
|
42
|
+
'equipmentStatusStats'?: Array<EquipmentStatusStatsVO>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 数据看板设备查询DTO
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DashboardEquipmentSearchDTO
|
|
16
|
+
*/
|
|
17
|
+
export interface DashboardEquipmentSearchDTO {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {Array<number>}
|
|
21
|
+
* @memberof DashboardEquipmentSearchDTO
|
|
22
|
+
*/
|
|
23
|
+
'parkIds': Array<number>;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof DashboardEquipmentSearchDTO
|
|
28
|
+
*/
|
|
29
|
+
'startTime'?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof DashboardEquipmentSearchDTO
|
|
34
|
+
*/
|
|
35
|
+
'endTime'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 设备系统ID
|
|
38
|
+
* @type {Array<number>}
|
|
39
|
+
* @memberof DashboardEquipmentSearchDTO
|
|
40
|
+
*/
|
|
41
|
+
'equipmentSystemIds'?: Array<number>;
|
|
42
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { EquipmentStatusStatsVO } from './equipment-status-stats-vo';
|
|
13
|
+
/**
|
|
14
|
+
* 数据看板设备系统分组统计VO
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DashboardEquipmentSystemGroupStatsVO
|
|
17
|
+
*/
|
|
18
|
+
export interface DashboardEquipmentSystemGroupStatsVO {
|
|
19
|
+
/**
|
|
20
|
+
* 设备系统ID
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof DashboardEquipmentSystemGroupStatsVO
|
|
23
|
+
*/
|
|
24
|
+
'equipmentSystemId'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 设备系统名称
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof DashboardEquipmentSystemGroupStatsVO
|
|
29
|
+
*/
|
|
30
|
+
'equipmentSystemName'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* 设备状态统计
|
|
33
|
+
* @type {Array<EquipmentStatusStatsVO>}
|
|
34
|
+
* @memberof DashboardEquipmentSystemGroupStatsVO
|
|
35
|
+
*/
|
|
36
|
+
'equipmentStatusStats'?: Array<EquipmentStatusStatsVO>;
|
|
37
|
+
/**
|
|
38
|
+
* 设备总数
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof DashboardEquipmentSystemGroupStatsVO
|
|
41
|
+
*/
|
|
42
|
+
'totalCount'?: number;
|
|
43
|
+
/**
|
|
44
|
+
* 子节点
|
|
45
|
+
* @type {Array<DashboardEquipmentSystemGroupStatsVO>}
|
|
46
|
+
* @memberof DashboardEquipmentSystemGroupStatsVO
|
|
47
|
+
*/
|
|
48
|
+
'children'?: Array<DashboardEquipmentSystemGroupStatsVO>;
|
|
49
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 数据看板监控功能分区分组VO
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
17
|
+
*/
|
|
18
|
+
export interface DashboardSurveillanceFunctionalAreaGroupStatsVO {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {FunctionalAreaEnum}
|
|
22
|
+
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
23
|
+
*/
|
|
24
|
+
'functionalArea'?: FunctionalAreaEnum;
|
|
25
|
+
/**
|
|
26
|
+
* 监控总数
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
29
|
+
*/
|
|
30
|
+
'totalCount'?: number;
|
|
31
|
+
/**
|
|
32
|
+
* 离线数
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
35
|
+
*/
|
|
36
|
+
'offlineCount'?: number;
|
|
37
|
+
/**
|
|
38
|
+
* 累计维修次数
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
41
|
+
*/
|
|
42
|
+
'repairCount'?: number;
|
|
43
|
+
/**
|
|
44
|
+
* 图像异常数
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
47
|
+
*/
|
|
48
|
+
'exceptionCount'?: number;
|
|
49
|
+
/**
|
|
50
|
+
* 录像丢失数
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
53
|
+
*/
|
|
54
|
+
'videoLossCount'?: number;
|
|
55
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { EquipmentStatusEnum } from './equipment-status-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 设备状态统计VO
|
|
15
|
+
* @export
|
|
16
|
+
* @interface EquipmentStatusStatsVO
|
|
17
|
+
*/
|
|
18
|
+
export interface EquipmentStatusStatsVO {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {EquipmentStatusEnum}
|
|
22
|
+
* @memberof EquipmentStatusStatsVO
|
|
23
|
+
*/
|
|
24
|
+
'equipmentStatus'?: EquipmentStatusEnum;
|
|
25
|
+
/**
|
|
26
|
+
* 数量
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof EquipmentStatusStatsVO
|
|
29
|
+
*/
|
|
30
|
+
'count'?: number;
|
|
31
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -75,6 +75,10 @@ export * from './captcha-type-enum';
|
|
|
75
75
|
export * from './center-list-dto';
|
|
76
76
|
export * from './change-password-dto';
|
|
77
77
|
export * from './choose-pak-body';
|
|
78
|
+
export * from './dashboard-equipment-park-group-stats-vo';
|
|
79
|
+
export * from './dashboard-equipment-search-dto';
|
|
80
|
+
export * from './dashboard-equipment-system-group-stats-vo';
|
|
81
|
+
export * from './dashboard-surveillance-functional-area-group-stats-vo';
|
|
78
82
|
export * from './del-user-vo';
|
|
79
83
|
export * from './dept-relation';
|
|
80
84
|
export * from './dept-relation-dto';
|
|
@@ -98,6 +102,7 @@ export * from './equipment-search-vo';
|
|
|
98
102
|
export * from './equipment-space-search-vo';
|
|
99
103
|
export * from './equipment-status';
|
|
100
104
|
export * from './equipment-status-enum';
|
|
105
|
+
export * from './equipment-status-stats-vo';
|
|
101
106
|
export * from './equipment-system-add-vo';
|
|
102
107
|
export * from './equipment-system-edit-vo';
|
|
103
108
|
export * from './equipment-system-entity';
|
|
@@ -183,6 +188,9 @@ export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
|
|
|
183
188
|
export * from './json-result-list-area-park-dto';
|
|
184
189
|
export * from './json-result-list-calendar-entity';
|
|
185
190
|
export * from './json-result-list-center-list-dto';
|
|
191
|
+
export * from './json-result-list-dashboard-equipment-park-group-stats-vo';
|
|
192
|
+
export * from './json-result-list-dashboard-equipment-system-group-stats-vo';
|
|
193
|
+
export * from './json-result-list-dashboard-surveillance-functional-area-group-stats-vo';
|
|
186
194
|
export * from './json-result-list-equipment-detail-dto';
|
|
187
195
|
export * from './json-result-list-equipment-qr-code-dto';
|
|
188
196
|
export * from './json-result-list-equipment-system-tree-dto';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -75,6 +75,10 @@ export * from './captcha-type-enum';
|
|
|
75
75
|
export * from './center-list-dto';
|
|
76
76
|
export * from './change-password-dto';
|
|
77
77
|
export * from './choose-pak-body';
|
|
78
|
+
export * from './dashboard-equipment-park-group-stats-vo';
|
|
79
|
+
export * from './dashboard-equipment-search-dto';
|
|
80
|
+
export * from './dashboard-equipment-system-group-stats-vo';
|
|
81
|
+
export * from './dashboard-surveillance-functional-area-group-stats-vo';
|
|
78
82
|
export * from './del-user-vo';
|
|
79
83
|
export * from './dept-relation';
|
|
80
84
|
export * from './dept-relation-dto';
|
|
@@ -98,6 +102,7 @@ export * from './equipment-search-vo';
|
|
|
98
102
|
export * from './equipment-space-search-vo';
|
|
99
103
|
export * from './equipment-status';
|
|
100
104
|
export * from './equipment-status-enum';
|
|
105
|
+
export * from './equipment-status-stats-vo';
|
|
101
106
|
export * from './equipment-system-add-vo';
|
|
102
107
|
export * from './equipment-system-edit-vo';
|
|
103
108
|
export * from './equipment-system-entity';
|
|
@@ -183,6 +188,9 @@ export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
|
|
|
183
188
|
export * from './json-result-list-area-park-dto';
|
|
184
189
|
export * from './json-result-list-calendar-entity';
|
|
185
190
|
export * from './json-result-list-center-list-dto';
|
|
191
|
+
export * from './json-result-list-dashboard-equipment-park-group-stats-vo';
|
|
192
|
+
export * from './json-result-list-dashboard-equipment-system-group-stats-vo';
|
|
193
|
+
export * from './json-result-list-dashboard-surveillance-functional-area-group-stats-vo';
|
|
186
194
|
export * from './json-result-list-equipment-detail-dto';
|
|
187
195
|
export * from './json-result-list-equipment-qr-code-dto';
|
|
188
196
|
export * from './json-result-list-equipment-system-tree-dto';
|