@gizone/rrs-client 4.2.7-alpha.429 → 4.2.7-alpha.430
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 +0 -9
- package/api.ts +0 -1
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/esm/api.d.ts +0 -1
- package/dist/esm/api.js +0 -1
- package/dist/esm/models/index.d.ts +0 -8
- package/dist/esm/models/index.js +0 -8
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/index.d.ts +0 -8
- package/dist/models/index.js +0 -8
- package/dist/models/sys-user.d.ts +4 -4
- package/models/index.ts +0 -8
- package/models/sys-user.ts +4 -4
- package/package.json +1 -1
- package/apis/dashboard-api.ts +0 -389
- package/dist/apis/dashboard-api.d.ts +0 -214
- package/dist/apis/dashboard-api.js +0 -301
- package/dist/esm/apis/dashboard-api.d.ts +0 -214
- package/dist/esm/apis/dashboard-api.js +0 -294
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +0 -43
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.js +0 -14
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +0 -42
- package/dist/esm/models/dashboard-equipment-search-dto.js +0 -14
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +0 -49
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.js +0 -14
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +0 -55
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.js +0 -14
- package/dist/esm/models/equipment-status-stats-vo.d.ts +0 -31
- package/dist/esm/models/equipment-status-stats-vo.js +0 -14
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +0 -62
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +0 -14
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +0 -62
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +0 -14
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +0 -62
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +0 -14
- package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +0 -43
- package/dist/models/dashboard-equipment-park-group-stats-vo.js +0 -15
- package/dist/models/dashboard-equipment-search-dto.d.ts +0 -42
- package/dist/models/dashboard-equipment-search-dto.js +0 -15
- package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +0 -49
- package/dist/models/dashboard-equipment-system-group-stats-vo.js +0 -15
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +0 -55
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.js +0 -15
- package/dist/models/equipment-status-stats-vo.d.ts +0 -31
- package/dist/models/equipment-status-stats-vo.js +0 -15
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +0 -62
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +0 -15
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +0 -62
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +0 -15
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +0 -62
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +0 -15
- package/models/dashboard-equipment-park-group-stats-vo.ts +0 -51
- package/models/dashboard-equipment-search-dto.ts +0 -48
- package/models/dashboard-equipment-system-group-stats-vo.ts +0 -57
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +0 -65
- package/models/equipment-status-stats-vo.ts +0 -41
- package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +0 -72
- package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +0 -72
- package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +0 -72
package/apis/dashboard-api.ts
DELETED
|
@@ -1,389 +0,0 @@
|
|
|
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
|
-
|
|
15
|
-
|
|
16
|
-
import type { Configuration } from '../configuration';
|
|
17
|
-
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
18
|
-
import globalAxios from 'axios';
|
|
19
|
-
// Some imports not used depending on template conditions
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
22
|
-
// @ts-ignore
|
|
23
|
-
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
24
|
-
// @ts-ignore
|
|
25
|
-
import type { DashboardEquipmentSearchDTO } from '../models';
|
|
26
|
-
// @ts-ignore
|
|
27
|
-
import type { JsonResultListDashboardEquipmentParkGroupStatsVO } from '../models';
|
|
28
|
-
// @ts-ignore
|
|
29
|
-
import type { JsonResultListDashboardEquipmentSystemGroupStatsVO } from '../models';
|
|
30
|
-
// @ts-ignore
|
|
31
|
-
import type { JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO } from '../models';
|
|
32
|
-
/**
|
|
33
|
-
* DashboardApi - axios parameter creator
|
|
34
|
-
* @export
|
|
35
|
-
*/
|
|
36
|
-
export const DashboardApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
37
|
-
return {
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @summary 设备园区分组统计
|
|
41
|
-
* @param {DashboardEquipmentSearchDTO} dashboardEquipmentSearchDTO
|
|
42
|
-
* @param {*} [options] Override http request option.
|
|
43
|
-
* @throws {RequiredError}
|
|
44
|
-
*/
|
|
45
|
-
dashboardEquipmentParkGroupStats: async (dashboardEquipmentSearchDTO: DashboardEquipmentSearchDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
46
|
-
// verify required parameter 'dashboardEquipmentSearchDTO' is not null or undefined
|
|
47
|
-
assertParamExists('dashboardEquipmentParkGroupStats', 'dashboardEquipmentSearchDTO', dashboardEquipmentSearchDTO)
|
|
48
|
-
const localVarPath = `/dashboard/equipment/park-group-stats`;
|
|
49
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
50
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
51
|
-
let baseOptions;
|
|
52
|
-
if (configuration) {
|
|
53
|
-
baseOptions = configuration.baseOptions;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
57
|
-
const localVarHeaderParameter = {} as any;
|
|
58
|
-
const localVarQueryParameter = {} as any;
|
|
59
|
-
|
|
60
|
-
// authentication tokenScheme required
|
|
61
|
-
// http bearer authentication required
|
|
62
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
67
|
-
|
|
68
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
69
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
70
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
71
|
-
localVarRequestOptions.data = serializeDataIfNeeded(dashboardEquipmentSearchDTO, localVarRequestOptions, configuration)
|
|
72
|
-
|
|
73
|
-
return {
|
|
74
|
-
url: toPathString(localVarUrlObj),
|
|
75
|
-
options: localVarRequestOptions,
|
|
76
|
-
};
|
|
77
|
-
},
|
|
78
|
-
/**
|
|
79
|
-
*
|
|
80
|
-
* @summary 设备系统分组统计
|
|
81
|
-
* @param {Array<number>} parkIds 园区ID集合
|
|
82
|
-
* @param {number} [startTime] 开始时间
|
|
83
|
-
* @param {number} [endTime] 结束时间
|
|
84
|
-
* @param {*} [options] Override http request option.
|
|
85
|
-
* @throws {RequiredError}
|
|
86
|
-
*/
|
|
87
|
-
dashboardEquipmentSystemGroupStats: async (parkIds: Array<number>, startTime?: number, endTime?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
88
|
-
// verify required parameter 'parkIds' is not null or undefined
|
|
89
|
-
assertParamExists('dashboardEquipmentSystemGroupStats', 'parkIds', parkIds)
|
|
90
|
-
const localVarPath = `/dashboard/equipment/system-group-stats`;
|
|
91
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
92
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
93
|
-
let baseOptions;
|
|
94
|
-
if (configuration) {
|
|
95
|
-
baseOptions = configuration.baseOptions;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
99
|
-
const localVarHeaderParameter = {} as any;
|
|
100
|
-
const localVarQueryParameter = {} as any;
|
|
101
|
-
|
|
102
|
-
// authentication tokenScheme required
|
|
103
|
-
// http bearer authentication required
|
|
104
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
105
|
-
|
|
106
|
-
if (parkIds) {
|
|
107
|
-
localVarQueryParameter['parkIds'] = parkIds;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
if (startTime !== undefined) {
|
|
111
|
-
localVarQueryParameter['startTime'] = startTime;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
if (endTime !== undefined) {
|
|
115
|
-
localVarQueryParameter['endTime'] = endTime;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
121
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
122
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
123
|
-
|
|
124
|
-
return {
|
|
125
|
-
url: toPathString(localVarUrlObj),
|
|
126
|
-
options: localVarRequestOptions,
|
|
127
|
-
};
|
|
128
|
-
},
|
|
129
|
-
/**
|
|
130
|
-
*
|
|
131
|
-
* @summary 监控功能区分组统计
|
|
132
|
-
* @param {Array<number>} parkIds 园区ID集合
|
|
133
|
-
* @param {number} [startTime] 开始时间
|
|
134
|
-
* @param {number} [endTime] 结束时间
|
|
135
|
-
* @param {*} [options] Override http request option.
|
|
136
|
-
* @throws {RequiredError}
|
|
137
|
-
*/
|
|
138
|
-
dashboardSurveillanceFunctionalAreaGroupStats: async (parkIds: Array<number>, startTime?: number, endTime?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
139
|
-
// verify required parameter 'parkIds' is not null or undefined
|
|
140
|
-
assertParamExists('dashboardSurveillanceFunctionalAreaGroupStats', 'parkIds', parkIds)
|
|
141
|
-
const localVarPath = `/dashboard/surveillance/functional-area-group-stats`;
|
|
142
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
143
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
144
|
-
let baseOptions;
|
|
145
|
-
if (configuration) {
|
|
146
|
-
baseOptions = configuration.baseOptions;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
150
|
-
const localVarHeaderParameter = {} as any;
|
|
151
|
-
const localVarQueryParameter = {} as any;
|
|
152
|
-
|
|
153
|
-
// authentication tokenScheme required
|
|
154
|
-
// http bearer authentication required
|
|
155
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
156
|
-
|
|
157
|
-
if (parkIds) {
|
|
158
|
-
localVarQueryParameter['parkIds'] = parkIds;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
if (startTime !== undefined) {
|
|
162
|
-
localVarQueryParameter['startTime'] = startTime;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
if (endTime !== undefined) {
|
|
166
|
-
localVarQueryParameter['endTime'] = endTime;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
172
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
173
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
174
|
-
|
|
175
|
-
return {
|
|
176
|
-
url: toPathString(localVarUrlObj),
|
|
177
|
-
options: localVarRequestOptions,
|
|
178
|
-
};
|
|
179
|
-
},
|
|
180
|
-
}
|
|
181
|
-
};
|
|
182
|
-
|
|
183
|
-
/**
|
|
184
|
-
* DashboardApi - functional programming interface
|
|
185
|
-
* @export
|
|
186
|
-
*/
|
|
187
|
-
export const DashboardApiFp = function(configuration?: Configuration) {
|
|
188
|
-
const localVarAxiosParamCreator = DashboardApiAxiosParamCreator(configuration)
|
|
189
|
-
return {
|
|
190
|
-
/**
|
|
191
|
-
*
|
|
192
|
-
* @summary 设备园区分组统计
|
|
193
|
-
* @param {DashboardEquipmentSearchDTO} dashboardEquipmentSearchDTO
|
|
194
|
-
* @param {*} [options] Override http request option.
|
|
195
|
-
* @throws {RequiredError}
|
|
196
|
-
*/
|
|
197
|
-
async dashboardEquipmentParkGroupStats(dashboardEquipmentSearchDTO: DashboardEquipmentSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardEquipmentParkGroupStatsVO>> {
|
|
198
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.dashboardEquipmentParkGroupStats(dashboardEquipmentSearchDTO, options);
|
|
199
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
200
|
-
const localVarOperationServerBasePath = operationServerMap['DashboardApi.dashboardEquipmentParkGroupStats']?.[localVarOperationServerIndex]?.url;
|
|
201
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
202
|
-
},
|
|
203
|
-
/**
|
|
204
|
-
*
|
|
205
|
-
* @summary 设备系统分组统计
|
|
206
|
-
* @param {Array<number>} parkIds 园区ID集合
|
|
207
|
-
* @param {number} [startTime] 开始时间
|
|
208
|
-
* @param {number} [endTime] 结束时间
|
|
209
|
-
* @param {*} [options] Override http request option.
|
|
210
|
-
* @throws {RequiredError}
|
|
211
|
-
*/
|
|
212
|
-
async dashboardEquipmentSystemGroupStats(parkIds: Array<number>, startTime?: number, endTime?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardEquipmentSystemGroupStatsVO>> {
|
|
213
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.dashboardEquipmentSystemGroupStats(parkIds, startTime, endTime, options);
|
|
214
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
215
|
-
const localVarOperationServerBasePath = operationServerMap['DashboardApi.dashboardEquipmentSystemGroupStats']?.[localVarOperationServerIndex]?.url;
|
|
216
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
217
|
-
},
|
|
218
|
-
/**
|
|
219
|
-
*
|
|
220
|
-
* @summary 监控功能区分组统计
|
|
221
|
-
* @param {Array<number>} parkIds 园区ID集合
|
|
222
|
-
* @param {number} [startTime] 开始时间
|
|
223
|
-
* @param {number} [endTime] 结束时间
|
|
224
|
-
* @param {*} [options] Override http request option.
|
|
225
|
-
* @throws {RequiredError}
|
|
226
|
-
*/
|
|
227
|
-
async dashboardSurveillanceFunctionalAreaGroupStats(parkIds: Array<number>, startTime?: number, endTime?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO>> {
|
|
228
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.dashboardSurveillanceFunctionalAreaGroupStats(parkIds, startTime, endTime, options);
|
|
229
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
230
|
-
const localVarOperationServerBasePath = operationServerMap['DashboardApi.dashboardSurveillanceFunctionalAreaGroupStats']?.[localVarOperationServerIndex]?.url;
|
|
231
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
232
|
-
},
|
|
233
|
-
}
|
|
234
|
-
};
|
|
235
|
-
|
|
236
|
-
/**
|
|
237
|
-
* DashboardApi - factory interface
|
|
238
|
-
* @export
|
|
239
|
-
*/
|
|
240
|
-
export const DashboardApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
241
|
-
const localVarFp = DashboardApiFp(configuration)
|
|
242
|
-
return {
|
|
243
|
-
/**
|
|
244
|
-
*
|
|
245
|
-
* @summary 设备园区分组统计
|
|
246
|
-
* @param {DashboardApiDashboardEquipmentParkGroupStatsRequest} requestParameters Request parameters.
|
|
247
|
-
* @param {*} [options] Override http request option.
|
|
248
|
-
* @throws {RequiredError}
|
|
249
|
-
*/
|
|
250
|
-
dashboardEquipmentParkGroupStats(requestParameters: DashboardApiDashboardEquipmentParkGroupStatsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardEquipmentParkGroupStatsVO> {
|
|
251
|
-
return localVarFp.dashboardEquipmentParkGroupStats(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(axios, basePath));
|
|
252
|
-
},
|
|
253
|
-
/**
|
|
254
|
-
*
|
|
255
|
-
* @summary 设备系统分组统计
|
|
256
|
-
* @param {DashboardApiDashboardEquipmentSystemGroupStatsRequest} requestParameters Request parameters.
|
|
257
|
-
* @param {*} [options] Override http request option.
|
|
258
|
-
* @throws {RequiredError}
|
|
259
|
-
*/
|
|
260
|
-
dashboardEquipmentSystemGroupStats(requestParameters: DashboardApiDashboardEquipmentSystemGroupStatsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardEquipmentSystemGroupStatsVO> {
|
|
261
|
-
return localVarFp.dashboardEquipmentSystemGroupStats(requestParameters.parkIds, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(axios, basePath));
|
|
262
|
-
},
|
|
263
|
-
/**
|
|
264
|
-
*
|
|
265
|
-
* @summary 监控功能区分组统计
|
|
266
|
-
* @param {DashboardApiDashboardSurveillanceFunctionalAreaGroupStatsRequest} requestParameters Request parameters.
|
|
267
|
-
* @param {*} [options] Override http request option.
|
|
268
|
-
* @throws {RequiredError}
|
|
269
|
-
*/
|
|
270
|
-
dashboardSurveillanceFunctionalAreaGroupStats(requestParameters: DashboardApiDashboardSurveillanceFunctionalAreaGroupStatsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO> {
|
|
271
|
-
return localVarFp.dashboardSurveillanceFunctionalAreaGroupStats(requestParameters.parkIds, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(axios, basePath));
|
|
272
|
-
},
|
|
273
|
-
};
|
|
274
|
-
};
|
|
275
|
-
|
|
276
|
-
/**
|
|
277
|
-
* Request parameters for dashboardEquipmentParkGroupStats operation in DashboardApi.
|
|
278
|
-
* @export
|
|
279
|
-
* @interface DashboardApiDashboardEquipmentParkGroupStatsRequest
|
|
280
|
-
*/
|
|
281
|
-
export interface DashboardApiDashboardEquipmentParkGroupStatsRequest {
|
|
282
|
-
/**
|
|
283
|
-
*
|
|
284
|
-
* @type {DashboardEquipmentSearchDTO}
|
|
285
|
-
* @memberof DashboardApiDashboardEquipmentParkGroupStats
|
|
286
|
-
*/
|
|
287
|
-
readonly dashboardEquipmentSearchDTO: DashboardEquipmentSearchDTO
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
/**
|
|
291
|
-
* Request parameters for dashboardEquipmentSystemGroupStats operation in DashboardApi.
|
|
292
|
-
* @export
|
|
293
|
-
* @interface DashboardApiDashboardEquipmentSystemGroupStatsRequest
|
|
294
|
-
*/
|
|
295
|
-
export interface DashboardApiDashboardEquipmentSystemGroupStatsRequest {
|
|
296
|
-
/**
|
|
297
|
-
* 园区ID集合
|
|
298
|
-
* @type {Array<number>}
|
|
299
|
-
* @memberof DashboardApiDashboardEquipmentSystemGroupStats
|
|
300
|
-
*/
|
|
301
|
-
readonly parkIds: Array<number>
|
|
302
|
-
|
|
303
|
-
/**
|
|
304
|
-
* 开始时间
|
|
305
|
-
* @type {number}
|
|
306
|
-
* @memberof DashboardApiDashboardEquipmentSystemGroupStats
|
|
307
|
-
*/
|
|
308
|
-
readonly startTime?: number
|
|
309
|
-
|
|
310
|
-
/**
|
|
311
|
-
* 结束时间
|
|
312
|
-
* @type {number}
|
|
313
|
-
* @memberof DashboardApiDashboardEquipmentSystemGroupStats
|
|
314
|
-
*/
|
|
315
|
-
readonly endTime?: number
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
/**
|
|
319
|
-
* Request parameters for dashboardSurveillanceFunctionalAreaGroupStats operation in DashboardApi.
|
|
320
|
-
* @export
|
|
321
|
-
* @interface DashboardApiDashboardSurveillanceFunctionalAreaGroupStatsRequest
|
|
322
|
-
*/
|
|
323
|
-
export interface DashboardApiDashboardSurveillanceFunctionalAreaGroupStatsRequest {
|
|
324
|
-
/**
|
|
325
|
-
* 园区ID集合
|
|
326
|
-
* @type {Array<number>}
|
|
327
|
-
* @memberof DashboardApiDashboardSurveillanceFunctionalAreaGroupStats
|
|
328
|
-
*/
|
|
329
|
-
readonly parkIds: Array<number>
|
|
330
|
-
|
|
331
|
-
/**
|
|
332
|
-
* 开始时间
|
|
333
|
-
* @type {number}
|
|
334
|
-
* @memberof DashboardApiDashboardSurveillanceFunctionalAreaGroupStats
|
|
335
|
-
*/
|
|
336
|
-
readonly startTime?: number
|
|
337
|
-
|
|
338
|
-
/**
|
|
339
|
-
* 结束时间
|
|
340
|
-
* @type {number}
|
|
341
|
-
* @memberof DashboardApiDashboardSurveillanceFunctionalAreaGroupStats
|
|
342
|
-
*/
|
|
343
|
-
readonly endTime?: number
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
/**
|
|
347
|
-
* DashboardApi - object-oriented interface
|
|
348
|
-
* @export
|
|
349
|
-
* @class DashboardApi
|
|
350
|
-
* @extends {BaseAPI}
|
|
351
|
-
*/
|
|
352
|
-
export class DashboardApi extends BaseAPI {
|
|
353
|
-
/**
|
|
354
|
-
*
|
|
355
|
-
* @summary 设备园区分组统计
|
|
356
|
-
* @param {DashboardApiDashboardEquipmentParkGroupStatsRequest} requestParameters Request parameters.
|
|
357
|
-
* @param {*} [options] Override http request option.
|
|
358
|
-
* @throws {RequiredError}
|
|
359
|
-
* @memberof DashboardApi
|
|
360
|
-
*/
|
|
361
|
-
public dashboardEquipmentParkGroupStats(requestParameters: DashboardApiDashboardEquipmentParkGroupStatsRequest, options?: RawAxiosRequestConfig) {
|
|
362
|
-
return DashboardApiFp(this.configuration).dashboardEquipmentParkGroupStats(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
/**
|
|
366
|
-
*
|
|
367
|
-
* @summary 设备系统分组统计
|
|
368
|
-
* @param {DashboardApiDashboardEquipmentSystemGroupStatsRequest} requestParameters Request parameters.
|
|
369
|
-
* @param {*} [options] Override http request option.
|
|
370
|
-
* @throws {RequiredError}
|
|
371
|
-
* @memberof DashboardApi
|
|
372
|
-
*/
|
|
373
|
-
public dashboardEquipmentSystemGroupStats(requestParameters: DashboardApiDashboardEquipmentSystemGroupStatsRequest, options?: RawAxiosRequestConfig) {
|
|
374
|
-
return DashboardApiFp(this.configuration).dashboardEquipmentSystemGroupStats(requestParameters.parkIds, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(this.axios, this.basePath));
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
/**
|
|
378
|
-
*
|
|
379
|
-
* @summary 监控功能区分组统计
|
|
380
|
-
* @param {DashboardApiDashboardSurveillanceFunctionalAreaGroupStatsRequest} requestParameters Request parameters.
|
|
381
|
-
* @param {*} [options] Override http request option.
|
|
382
|
-
* @throws {RequiredError}
|
|
383
|
-
* @memberof DashboardApi
|
|
384
|
-
*/
|
|
385
|
-
public dashboardSurveillanceFunctionalAreaGroupStats(requestParameters: DashboardApiDashboardSurveillanceFunctionalAreaGroupStatsRequest, options?: RawAxiosRequestConfig) {
|
|
386
|
-
return DashboardApiFp(this.configuration).dashboardSurveillanceFunctionalAreaGroupStats(requestParameters.parkIds, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(this.axios, this.basePath));
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
|
|
@@ -1,214 +0,0 @@
|
|
|
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 { Configuration } from '../configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
-
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
-
import type { DashboardEquipmentSearchDTO } from '../models';
|
|
16
|
-
import type { JsonResultListDashboardEquipmentParkGroupStatsVO } from '../models';
|
|
17
|
-
import type { JsonResultListDashboardEquipmentSystemGroupStatsVO } from '../models';
|
|
18
|
-
import type { JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO } from '../models';
|
|
19
|
-
/**
|
|
20
|
-
* DashboardApi - axios parameter creator
|
|
21
|
-
* @export
|
|
22
|
-
*/
|
|
23
|
-
export declare const DashboardApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @summary 设备园区分组统计
|
|
27
|
-
* @param {DashboardEquipmentSearchDTO} dashboardEquipmentSearchDTO
|
|
28
|
-
* @param {*} [options] Override http request option.
|
|
29
|
-
* @throws {RequiredError}
|
|
30
|
-
*/
|
|
31
|
-
dashboardEquipmentParkGroupStats: (dashboardEquipmentSearchDTO: DashboardEquipmentSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @summary 设备系统分组统计
|
|
35
|
-
* @param {Array<number>} parkIds 园区ID集合
|
|
36
|
-
* @param {number} [startTime] 开始时间
|
|
37
|
-
* @param {number} [endTime] 结束时间
|
|
38
|
-
* @param {*} [options] Override http request option.
|
|
39
|
-
* @throws {RequiredError}
|
|
40
|
-
*/
|
|
41
|
-
dashboardEquipmentSystemGroupStats: (parkIds: Array<number>, startTime?: number, endTime?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @summary 监控功能区分组统计
|
|
45
|
-
* @param {Array<number>} parkIds 园区ID集合
|
|
46
|
-
* @param {number} [startTime] 开始时间
|
|
47
|
-
* @param {number} [endTime] 结束时间
|
|
48
|
-
* @param {*} [options] Override http request option.
|
|
49
|
-
* @throws {RequiredError}
|
|
50
|
-
*/
|
|
51
|
-
dashboardSurveillanceFunctionalAreaGroupStats: (parkIds: Array<number>, startTime?: number, endTime?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
52
|
-
};
|
|
53
|
-
/**
|
|
54
|
-
* DashboardApi - functional programming interface
|
|
55
|
-
* @export
|
|
56
|
-
*/
|
|
57
|
-
export declare const DashboardApiFp: (configuration?: Configuration) => {
|
|
58
|
-
/**
|
|
59
|
-
*
|
|
60
|
-
* @summary 设备园区分组统计
|
|
61
|
-
* @param {DashboardEquipmentSearchDTO} dashboardEquipmentSearchDTO
|
|
62
|
-
* @param {*} [options] Override http request option.
|
|
63
|
-
* @throws {RequiredError}
|
|
64
|
-
*/
|
|
65
|
-
dashboardEquipmentParkGroupStats(dashboardEquipmentSearchDTO: DashboardEquipmentSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardEquipmentParkGroupStatsVO>>;
|
|
66
|
-
/**
|
|
67
|
-
*
|
|
68
|
-
* @summary 设备系统分组统计
|
|
69
|
-
* @param {Array<number>} parkIds 园区ID集合
|
|
70
|
-
* @param {number} [startTime] 开始时间
|
|
71
|
-
* @param {number} [endTime] 结束时间
|
|
72
|
-
* @param {*} [options] Override http request option.
|
|
73
|
-
* @throws {RequiredError}
|
|
74
|
-
*/
|
|
75
|
-
dashboardEquipmentSystemGroupStats(parkIds: Array<number>, startTime?: number, endTime?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardEquipmentSystemGroupStatsVO>>;
|
|
76
|
-
/**
|
|
77
|
-
*
|
|
78
|
-
* @summary 监控功能区分组统计
|
|
79
|
-
* @param {Array<number>} parkIds 园区ID集合
|
|
80
|
-
* @param {number} [startTime] 开始时间
|
|
81
|
-
* @param {number} [endTime] 结束时间
|
|
82
|
-
* @param {*} [options] Override http request option.
|
|
83
|
-
* @throws {RequiredError}
|
|
84
|
-
*/
|
|
85
|
-
dashboardSurveillanceFunctionalAreaGroupStats(parkIds: Array<number>, startTime?: number, endTime?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO>>;
|
|
86
|
-
};
|
|
87
|
-
/**
|
|
88
|
-
* DashboardApi - factory interface
|
|
89
|
-
* @export
|
|
90
|
-
*/
|
|
91
|
-
export declare const DashboardApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
92
|
-
/**
|
|
93
|
-
*
|
|
94
|
-
* @summary 设备园区分组统计
|
|
95
|
-
* @param {DashboardApiDashboardEquipmentParkGroupStatsRequest} requestParameters Request parameters.
|
|
96
|
-
* @param {*} [options] Override http request option.
|
|
97
|
-
* @throws {RequiredError}
|
|
98
|
-
*/
|
|
99
|
-
dashboardEquipmentParkGroupStats(requestParameters: DashboardApiDashboardEquipmentParkGroupStatsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardEquipmentParkGroupStatsVO>;
|
|
100
|
-
/**
|
|
101
|
-
*
|
|
102
|
-
* @summary 设备系统分组统计
|
|
103
|
-
* @param {DashboardApiDashboardEquipmentSystemGroupStatsRequest} requestParameters Request parameters.
|
|
104
|
-
* @param {*} [options] Override http request option.
|
|
105
|
-
* @throws {RequiredError}
|
|
106
|
-
*/
|
|
107
|
-
dashboardEquipmentSystemGroupStats(requestParameters: DashboardApiDashboardEquipmentSystemGroupStatsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardEquipmentSystemGroupStatsVO>;
|
|
108
|
-
/**
|
|
109
|
-
*
|
|
110
|
-
* @summary 监控功能区分组统计
|
|
111
|
-
* @param {DashboardApiDashboardSurveillanceFunctionalAreaGroupStatsRequest} requestParameters Request parameters.
|
|
112
|
-
* @param {*} [options] Override http request option.
|
|
113
|
-
* @throws {RequiredError}
|
|
114
|
-
*/
|
|
115
|
-
dashboardSurveillanceFunctionalAreaGroupStats(requestParameters: DashboardApiDashboardSurveillanceFunctionalAreaGroupStatsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO>;
|
|
116
|
-
};
|
|
117
|
-
/**
|
|
118
|
-
* Request parameters for dashboardEquipmentParkGroupStats operation in DashboardApi.
|
|
119
|
-
* @export
|
|
120
|
-
* @interface DashboardApiDashboardEquipmentParkGroupStatsRequest
|
|
121
|
-
*/
|
|
122
|
-
export interface DashboardApiDashboardEquipmentParkGroupStatsRequest {
|
|
123
|
-
/**
|
|
124
|
-
*
|
|
125
|
-
* @type {DashboardEquipmentSearchDTO}
|
|
126
|
-
* @memberof DashboardApiDashboardEquipmentParkGroupStats
|
|
127
|
-
*/
|
|
128
|
-
readonly dashboardEquipmentSearchDTO: DashboardEquipmentSearchDTO;
|
|
129
|
-
}
|
|
130
|
-
/**
|
|
131
|
-
* Request parameters for dashboardEquipmentSystemGroupStats operation in DashboardApi.
|
|
132
|
-
* @export
|
|
133
|
-
* @interface DashboardApiDashboardEquipmentSystemGroupStatsRequest
|
|
134
|
-
*/
|
|
135
|
-
export interface DashboardApiDashboardEquipmentSystemGroupStatsRequest {
|
|
136
|
-
/**
|
|
137
|
-
* 园区ID集合
|
|
138
|
-
* @type {Array<number>}
|
|
139
|
-
* @memberof DashboardApiDashboardEquipmentSystemGroupStats
|
|
140
|
-
*/
|
|
141
|
-
readonly parkIds: Array<number>;
|
|
142
|
-
/**
|
|
143
|
-
* 开始时间
|
|
144
|
-
* @type {number}
|
|
145
|
-
* @memberof DashboardApiDashboardEquipmentSystemGroupStats
|
|
146
|
-
*/
|
|
147
|
-
readonly startTime?: number;
|
|
148
|
-
/**
|
|
149
|
-
* 结束时间
|
|
150
|
-
* @type {number}
|
|
151
|
-
* @memberof DashboardApiDashboardEquipmentSystemGroupStats
|
|
152
|
-
*/
|
|
153
|
-
readonly endTime?: number;
|
|
154
|
-
}
|
|
155
|
-
/**
|
|
156
|
-
* Request parameters for dashboardSurveillanceFunctionalAreaGroupStats operation in DashboardApi.
|
|
157
|
-
* @export
|
|
158
|
-
* @interface DashboardApiDashboardSurveillanceFunctionalAreaGroupStatsRequest
|
|
159
|
-
*/
|
|
160
|
-
export interface DashboardApiDashboardSurveillanceFunctionalAreaGroupStatsRequest {
|
|
161
|
-
/**
|
|
162
|
-
* 园区ID集合
|
|
163
|
-
* @type {Array<number>}
|
|
164
|
-
* @memberof DashboardApiDashboardSurveillanceFunctionalAreaGroupStats
|
|
165
|
-
*/
|
|
166
|
-
readonly parkIds: Array<number>;
|
|
167
|
-
/**
|
|
168
|
-
* 开始时间
|
|
169
|
-
* @type {number}
|
|
170
|
-
* @memberof DashboardApiDashboardSurveillanceFunctionalAreaGroupStats
|
|
171
|
-
*/
|
|
172
|
-
readonly startTime?: number;
|
|
173
|
-
/**
|
|
174
|
-
* 结束时间
|
|
175
|
-
* @type {number}
|
|
176
|
-
* @memberof DashboardApiDashboardSurveillanceFunctionalAreaGroupStats
|
|
177
|
-
*/
|
|
178
|
-
readonly endTime?: number;
|
|
179
|
-
}
|
|
180
|
-
/**
|
|
181
|
-
* DashboardApi - object-oriented interface
|
|
182
|
-
* @export
|
|
183
|
-
* @class DashboardApi
|
|
184
|
-
* @extends {BaseAPI}
|
|
185
|
-
*/
|
|
186
|
-
export declare class DashboardApi extends BaseAPI {
|
|
187
|
-
/**
|
|
188
|
-
*
|
|
189
|
-
* @summary 设备园区分组统计
|
|
190
|
-
* @param {DashboardApiDashboardEquipmentParkGroupStatsRequest} requestParameters Request parameters.
|
|
191
|
-
* @param {*} [options] Override http request option.
|
|
192
|
-
* @throws {RequiredError}
|
|
193
|
-
* @memberof DashboardApi
|
|
194
|
-
*/
|
|
195
|
-
dashboardEquipmentParkGroupStats(requestParameters: DashboardApiDashboardEquipmentParkGroupStatsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListDashboardEquipmentParkGroupStatsVO, any>>;
|
|
196
|
-
/**
|
|
197
|
-
*
|
|
198
|
-
* @summary 设备系统分组统计
|
|
199
|
-
* @param {DashboardApiDashboardEquipmentSystemGroupStatsRequest} requestParameters Request parameters.
|
|
200
|
-
* @param {*} [options] Override http request option.
|
|
201
|
-
* @throws {RequiredError}
|
|
202
|
-
* @memberof DashboardApi
|
|
203
|
-
*/
|
|
204
|
-
dashboardEquipmentSystemGroupStats(requestParameters: DashboardApiDashboardEquipmentSystemGroupStatsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListDashboardEquipmentSystemGroupStatsVO, any>>;
|
|
205
|
-
/**
|
|
206
|
-
*
|
|
207
|
-
* @summary 监控功能区分组统计
|
|
208
|
-
* @param {DashboardApiDashboardSurveillanceFunctionalAreaGroupStatsRequest} requestParameters Request parameters.
|
|
209
|
-
* @param {*} [options] Override http request option.
|
|
210
|
-
* @throws {RequiredError}
|
|
211
|
-
* @memberof DashboardApi
|
|
212
|
-
*/
|
|
213
|
-
dashboardSurveillanceFunctionalAreaGroupStats(requestParameters: DashboardApiDashboardSurveillanceFunctionalAreaGroupStatsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO, any>>;
|
|
214
|
-
}
|