@gizone/rrs-client 4.2.9-alpha.486 → 4.2.9-alpha.487
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 -2
- package/apis/dashboard-api.ts +0 -91
- package/dist/apis/dashboard-api.d.ts +0 -47
- package/dist/apis/dashboard-api.js +0 -70
- package/dist/esm/apis/dashboard-api.d.ts +0 -47
- package/dist/esm/apis/dashboard-api.js +0 -70
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +0 -12
- package/dist/esm/models/index.d.ts +0 -2
- package/dist/esm/models/index.js +0 -2
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +0 -12
- package/dist/models/index.d.ts +0 -2
- package/dist/models/index.js +0 -2
- package/models/dashboard-surveillance-park-group-stats-vo.ts +0 -12
- package/models/index.ts +0 -2
- package/package.json +1 -1
- package/dist/esm/models/dashboard-park-statistics-vo.d.ts +0 -36
- package/dist/esm/models/dashboard-park-statistics-vo.js +0 -14
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +0 -62
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.js +0 -14
- package/dist/models/dashboard-park-statistics-vo.d.ts +0 -36
- package/dist/models/dashboard-park-statistics-vo.js +0 -15
- package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +0 -62
- package/dist/models/json-result-dashboard-park-statistics-vo.js +0 -15
- package/models/dashboard-park-statistics-vo.ts +0 -42
- package/models/json-result-dashboard-park-statistics-vo.ts +0 -72
package/.openapi-generator/FILES
CHANGED
|
@@ -126,7 +126,6 @@ models/dashboard-base-search-dto.ts
|
|
|
126
126
|
models/dashboard-equipment-park-group-stats-vo.ts
|
|
127
127
|
models/dashboard-equipment-search-dto.ts
|
|
128
128
|
models/dashboard-equipment-system-group-stats-vo.ts
|
|
129
|
-
models/dashboard-park-statistics-vo.ts
|
|
130
129
|
models/dashboard-series-stats-base-vo.ts
|
|
131
130
|
models/dashboard-surveillance-functional-area-group-stats-vo.ts
|
|
132
131
|
models/dashboard-surveillance-park-group-stats-vo.ts
|
|
@@ -221,7 +220,6 @@ models/json-result-applet-user-type-dto.ts
|
|
|
221
220
|
models/json-result-big-decimal.ts
|
|
222
221
|
models/json-result-boolean.ts
|
|
223
222
|
models/json-result-calendar-entity.ts
|
|
224
|
-
models/json-result-dashboard-park-statistics-vo.ts
|
|
225
223
|
models/json-result-disaster-warning-standard-entity.ts
|
|
226
224
|
models/json-result-equipment-add-redis-list-dto.ts
|
|
227
225
|
models/json-result-equipment-detail-dto.ts
|
package/apis/dashboard-api.ts
CHANGED
|
@@ -38,8 +38,6 @@ import type { DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO } from '../m
|
|
|
38
38
|
// @ts-ignore
|
|
39
39
|
import type { DashboardWorkOrderListSearchDTO } from '../models';
|
|
40
40
|
// @ts-ignore
|
|
41
|
-
import type { JsonResultDashboardParkStatisticsVO } from '../models';
|
|
42
|
-
// @ts-ignore
|
|
43
41
|
import type { JsonResultListDashboardAccessParkGroupStatsVO } from '../models';
|
|
44
42
|
// @ts-ignore
|
|
45
43
|
import type { JsonResultListDashboardAccessSourceGroupStatsVO } from '../models';
|
|
@@ -347,46 +345,6 @@ export const DashboardApiAxiosParamCreator = function (configuration?: Configura
|
|
|
347
345
|
options: localVarRequestOptions,
|
|
348
346
|
};
|
|
349
347
|
},
|
|
350
|
-
/**
|
|
351
|
-
*
|
|
352
|
-
* @summary 园区-统计
|
|
353
|
-
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
354
|
-
* @param {*} [options] Override http request option.
|
|
355
|
-
* @throws {RequiredError}
|
|
356
|
-
*/
|
|
357
|
-
dashboardParkStatistics: async (dashboardBaseSearchDTO: DashboardBaseSearchDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
358
|
-
// verify required parameter 'dashboardBaseSearchDTO' is not null or undefined
|
|
359
|
-
assertParamExists('dashboardParkStatistics', 'dashboardBaseSearchDTO', dashboardBaseSearchDTO)
|
|
360
|
-
const localVarPath = `/dashboard/park/statistics`;
|
|
361
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
362
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
363
|
-
let baseOptions;
|
|
364
|
-
if (configuration) {
|
|
365
|
-
baseOptions = configuration.baseOptions;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
369
|
-
const localVarHeaderParameter = {} as any;
|
|
370
|
-
const localVarQueryParameter = {} as any;
|
|
371
|
-
|
|
372
|
-
// authentication tokenScheme required
|
|
373
|
-
// http bearer authentication required
|
|
374
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
379
|
-
|
|
380
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
381
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
382
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
383
|
-
localVarRequestOptions.data = serializeDataIfNeeded(dashboardBaseSearchDTO, localVarRequestOptions, configuration)
|
|
384
|
-
|
|
385
|
-
return {
|
|
386
|
-
url: toPathString(localVarUrlObj),
|
|
387
|
-
options: localVarRequestOptions,
|
|
388
|
-
};
|
|
389
|
-
},
|
|
390
348
|
/**
|
|
391
349
|
*
|
|
392
350
|
* @summary 监控-功能区分组统计
|
|
@@ -1008,19 +966,6 @@ export const DashboardApiFp = function(configuration?: Configuration) {
|
|
|
1008
966
|
const localVarOperationServerBasePath = operationServerMap['DashboardApi.dashboardEquipmentStatisticsByPark']?.[localVarOperationServerIndex]?.url;
|
|
1009
967
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1010
968
|
},
|
|
1011
|
-
/**
|
|
1012
|
-
*
|
|
1013
|
-
* @summary 园区-统计
|
|
1014
|
-
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
1015
|
-
* @param {*} [options] Override http request option.
|
|
1016
|
-
* @throws {RequiredError}
|
|
1017
|
-
*/
|
|
1018
|
-
async dashboardParkStatistics(dashboardBaseSearchDTO: DashboardBaseSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultDashboardParkStatisticsVO>> {
|
|
1019
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.dashboardParkStatistics(dashboardBaseSearchDTO, options);
|
|
1020
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1021
|
-
const localVarOperationServerBasePath = operationServerMap['DashboardApi.dashboardParkStatistics']?.[localVarOperationServerIndex]?.url;
|
|
1022
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1023
|
-
},
|
|
1024
969
|
/**
|
|
1025
970
|
*
|
|
1026
971
|
* @summary 监控-功能区分组统计
|
|
@@ -1270,16 +1215,6 @@ export const DashboardApiFactory = function (configuration?: Configuration, base
|
|
|
1270
1215
|
dashboardEquipmentStatisticsByPark(requestParameters: DashboardApiDashboardEquipmentStatisticsByParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardEquipmentParkGroupStatsVO> {
|
|
1271
1216
|
return localVarFp.dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(axios, basePath));
|
|
1272
1217
|
},
|
|
1273
|
-
/**
|
|
1274
|
-
*
|
|
1275
|
-
* @summary 园区-统计
|
|
1276
|
-
* @param {DashboardApiDashboardParkStatisticsRequest} requestParameters Request parameters.
|
|
1277
|
-
* @param {*} [options] Override http request option.
|
|
1278
|
-
* @throws {RequiredError}
|
|
1279
|
-
*/
|
|
1280
|
-
dashboardParkStatistics(requestParameters: DashboardApiDashboardParkStatisticsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultDashboardParkStatisticsVO> {
|
|
1281
|
-
return localVarFp.dashboardParkStatistics(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
|
|
1282
|
-
},
|
|
1283
1218
|
/**
|
|
1284
1219
|
*
|
|
1285
1220
|
* @summary 监控-功能区分组统计
|
|
@@ -1511,20 +1446,6 @@ export interface DashboardApiDashboardEquipmentStatisticsByParkRequest {
|
|
|
1511
1446
|
readonly dashboardEquipmentSearchDTO: DashboardEquipmentSearchDTO
|
|
1512
1447
|
}
|
|
1513
1448
|
|
|
1514
|
-
/**
|
|
1515
|
-
* Request parameters for dashboardParkStatistics operation in DashboardApi.
|
|
1516
|
-
* @export
|
|
1517
|
-
* @interface DashboardApiDashboardParkStatisticsRequest
|
|
1518
|
-
*/
|
|
1519
|
-
export interface DashboardApiDashboardParkStatisticsRequest {
|
|
1520
|
-
/**
|
|
1521
|
-
*
|
|
1522
|
-
* @type {DashboardBaseSearchDTO}
|
|
1523
|
-
* @memberof DashboardApiDashboardParkStatistics
|
|
1524
|
-
*/
|
|
1525
|
-
readonly dashboardBaseSearchDTO: DashboardBaseSearchDTO
|
|
1526
|
-
}
|
|
1527
|
-
|
|
1528
1449
|
/**
|
|
1529
1450
|
* Request parameters for dashboardSurveillanceStatisticsByFunctionalArea operation in DashboardApi.
|
|
1530
1451
|
* @export
|
|
@@ -1798,18 +1719,6 @@ export class DashboardApi extends BaseAPI {
|
|
|
1798
1719
|
return DashboardApiFp(this.configuration).dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1799
1720
|
}
|
|
1800
1721
|
|
|
1801
|
-
/**
|
|
1802
|
-
*
|
|
1803
|
-
* @summary 园区-统计
|
|
1804
|
-
* @param {DashboardApiDashboardParkStatisticsRequest} requestParameters Request parameters.
|
|
1805
|
-
* @param {*} [options] Override http request option.
|
|
1806
|
-
* @throws {RequiredError}
|
|
1807
|
-
* @memberof DashboardApi
|
|
1808
|
-
*/
|
|
1809
|
-
public dashboardParkStatistics(requestParameters: DashboardApiDashboardParkStatisticsRequest, options?: RawAxiosRequestConfig) {
|
|
1810
|
-
return DashboardApiFp(this.configuration).dashboardParkStatistics(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1811
|
-
}
|
|
1812
|
-
|
|
1813
1722
|
/**
|
|
1814
1723
|
*
|
|
1815
1724
|
* @summary 监控-功能区分组统计
|
|
@@ -20,7 +20,6 @@ import type { DashboardWorkOrderByParkSearchDTO } from '../models';
|
|
|
20
20
|
import type { DashboardWorkOrderByWorkOrderTypeSearchDTO } from '../models';
|
|
21
21
|
import type { DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO } from '../models';
|
|
22
22
|
import type { DashboardWorkOrderListSearchDTO } from '../models';
|
|
23
|
-
import type { JsonResultDashboardParkStatisticsVO } from '../models';
|
|
24
23
|
import type { JsonResultListDashboardAccessParkGroupStatsVO } from '../models';
|
|
25
24
|
import type { JsonResultListDashboardAccessSourceGroupStatsVO } from '../models';
|
|
26
25
|
import type { JsonResultListDashboardEquipmentParkGroupStatsVO } from '../models';
|
|
@@ -93,14 +92,6 @@ export declare const DashboardApiAxiosParamCreator: (configuration?: Configurati
|
|
|
93
92
|
* @throws {RequiredError}
|
|
94
93
|
*/
|
|
95
94
|
dashboardEquipmentStatisticsByPark: (dashboardEquipmentSearchDTO: DashboardEquipmentSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
96
|
-
/**
|
|
97
|
-
*
|
|
98
|
-
* @summary 园区-统计
|
|
99
|
-
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
100
|
-
* @param {*} [options] Override http request option.
|
|
101
|
-
* @throws {RequiredError}
|
|
102
|
-
*/
|
|
103
|
-
dashboardParkStatistics: (dashboardBaseSearchDTO: DashboardBaseSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
104
95
|
/**
|
|
105
96
|
*
|
|
106
97
|
* @summary 监控-功能区分组统计
|
|
@@ -267,14 +258,6 @@ export declare const DashboardApiFp: (configuration?: Configuration) => {
|
|
|
267
258
|
* @throws {RequiredError}
|
|
268
259
|
*/
|
|
269
260
|
dashboardEquipmentStatisticsByPark(dashboardEquipmentSearchDTO: DashboardEquipmentSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardEquipmentParkGroupStatsVO>>;
|
|
270
|
-
/**
|
|
271
|
-
*
|
|
272
|
-
* @summary 园区-统计
|
|
273
|
-
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
274
|
-
* @param {*} [options] Override http request option.
|
|
275
|
-
* @throws {RequiredError}
|
|
276
|
-
*/
|
|
277
|
-
dashboardParkStatistics(dashboardBaseSearchDTO: DashboardBaseSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultDashboardParkStatisticsVO>>;
|
|
278
261
|
/**
|
|
279
262
|
*
|
|
280
263
|
* @summary 监控-功能区分组统计
|
|
@@ -441,14 +424,6 @@ export declare const DashboardApiFactory: (configuration?: Configuration, basePa
|
|
|
441
424
|
* @throws {RequiredError}
|
|
442
425
|
*/
|
|
443
426
|
dashboardEquipmentStatisticsByPark(requestParameters: DashboardApiDashboardEquipmentStatisticsByParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardEquipmentParkGroupStatsVO>;
|
|
444
|
-
/**
|
|
445
|
-
*
|
|
446
|
-
* @summary 园区-统计
|
|
447
|
-
* @param {DashboardApiDashboardParkStatisticsRequest} requestParameters Request parameters.
|
|
448
|
-
* @param {*} [options] Override http request option.
|
|
449
|
-
* @throws {RequiredError}
|
|
450
|
-
*/
|
|
451
|
-
dashboardParkStatistics(requestParameters: DashboardApiDashboardParkStatisticsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultDashboardParkStatisticsVO>;
|
|
452
427
|
/**
|
|
453
428
|
*
|
|
454
429
|
* @summary 监控-功能区分组统计
|
|
@@ -645,19 +620,6 @@ export interface DashboardApiDashboardEquipmentStatisticsByParkRequest {
|
|
|
645
620
|
*/
|
|
646
621
|
readonly dashboardEquipmentSearchDTO: DashboardEquipmentSearchDTO;
|
|
647
622
|
}
|
|
648
|
-
/**
|
|
649
|
-
* Request parameters for dashboardParkStatistics operation in DashboardApi.
|
|
650
|
-
* @export
|
|
651
|
-
* @interface DashboardApiDashboardParkStatisticsRequest
|
|
652
|
-
*/
|
|
653
|
-
export interface DashboardApiDashboardParkStatisticsRequest {
|
|
654
|
-
/**
|
|
655
|
-
*
|
|
656
|
-
* @type {DashboardBaseSearchDTO}
|
|
657
|
-
* @memberof DashboardApiDashboardParkStatistics
|
|
658
|
-
*/
|
|
659
|
-
readonly dashboardBaseSearchDTO: DashboardBaseSearchDTO;
|
|
660
|
-
}
|
|
661
623
|
/**
|
|
662
624
|
* Request parameters for dashboardSurveillanceStatisticsByFunctionalArea operation in DashboardApi.
|
|
663
625
|
* @export
|
|
@@ -897,15 +859,6 @@ export declare class DashboardApi extends BaseAPI {
|
|
|
897
859
|
* @memberof DashboardApi
|
|
898
860
|
*/
|
|
899
861
|
dashboardEquipmentStatisticsByPark(requestParameters: DashboardApiDashboardEquipmentStatisticsByParkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListDashboardEquipmentParkGroupStatsVO, any, {}>>;
|
|
900
|
-
/**
|
|
901
|
-
*
|
|
902
|
-
* @summary 园区-统计
|
|
903
|
-
* @param {DashboardApiDashboardParkStatisticsRequest} requestParameters Request parameters.
|
|
904
|
-
* @param {*} [options] Override http request option.
|
|
905
|
-
* @throws {RequiredError}
|
|
906
|
-
* @memberof DashboardApi
|
|
907
|
-
*/
|
|
908
|
-
dashboardParkStatistics(requestParameters: DashboardApiDashboardParkStatisticsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultDashboardParkStatisticsVO, any, {}>>;
|
|
909
862
|
/**
|
|
910
863
|
*
|
|
911
864
|
* @summary 监控-功能区分组统计
|
|
@@ -266,39 +266,6 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
266
266
|
options: localVarRequestOptions,
|
|
267
267
|
};
|
|
268
268
|
}),
|
|
269
|
-
/**
|
|
270
|
-
*
|
|
271
|
-
* @summary 园区-统计
|
|
272
|
-
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
273
|
-
* @param {*} [options] Override http request option.
|
|
274
|
-
* @throws {RequiredError}
|
|
275
|
-
*/
|
|
276
|
-
dashboardParkStatistics: (dashboardBaseSearchDTO_1, ...args_1) => __awaiter(this, [dashboardBaseSearchDTO_1, ...args_1], void 0, function* (dashboardBaseSearchDTO, options = {}) {
|
|
277
|
-
// verify required parameter 'dashboardBaseSearchDTO' is not null or undefined
|
|
278
|
-
(0, common_1.assertParamExists)('dashboardParkStatistics', 'dashboardBaseSearchDTO', dashboardBaseSearchDTO);
|
|
279
|
-
const localVarPath = `/dashboard/park/statistics`;
|
|
280
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
281
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
282
|
-
let baseOptions;
|
|
283
|
-
if (configuration) {
|
|
284
|
-
baseOptions = configuration.baseOptions;
|
|
285
|
-
}
|
|
286
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
287
|
-
const localVarHeaderParameter = {};
|
|
288
|
-
const localVarQueryParameter = {};
|
|
289
|
-
// authentication tokenScheme required
|
|
290
|
-
// http bearer authentication required
|
|
291
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
292
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
293
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
294
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
295
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
296
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardBaseSearchDTO, localVarRequestOptions, configuration);
|
|
297
|
-
return {
|
|
298
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
299
|
-
options: localVarRequestOptions,
|
|
300
|
-
};
|
|
301
|
-
}),
|
|
302
269
|
/**
|
|
303
270
|
*
|
|
304
271
|
* @summary 监控-功能区分组统计
|
|
@@ -850,22 +817,6 @@ const DashboardApiFp = function (configuration) {
|
|
|
850
817
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
851
818
|
});
|
|
852
819
|
},
|
|
853
|
-
/**
|
|
854
|
-
*
|
|
855
|
-
* @summary 园区-统计
|
|
856
|
-
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
857
|
-
* @param {*} [options] Override http request option.
|
|
858
|
-
* @throws {RequiredError}
|
|
859
|
-
*/
|
|
860
|
-
dashboardParkStatistics(dashboardBaseSearchDTO, options) {
|
|
861
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
862
|
-
var _a, _b, _c;
|
|
863
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardParkStatistics(dashboardBaseSearchDTO, options);
|
|
864
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
865
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardParkStatistics']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
866
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
867
|
-
});
|
|
868
|
-
},
|
|
869
820
|
/**
|
|
870
821
|
*
|
|
871
822
|
* @summary 监控-功能区分组统计
|
|
@@ -1154,16 +1105,6 @@ const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
1154
1105
|
dashboardEquipmentStatisticsByPark(requestParameters, options) {
|
|
1155
1106
|
return localVarFp.dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(axios, basePath));
|
|
1156
1107
|
},
|
|
1157
|
-
/**
|
|
1158
|
-
*
|
|
1159
|
-
* @summary 园区-统计
|
|
1160
|
-
* @param {DashboardApiDashboardParkStatisticsRequest} requestParameters Request parameters.
|
|
1161
|
-
* @param {*} [options] Override http request option.
|
|
1162
|
-
* @throws {RequiredError}
|
|
1163
|
-
*/
|
|
1164
|
-
dashboardParkStatistics(requestParameters, options) {
|
|
1165
|
-
return localVarFp.dashboardParkStatistics(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
|
|
1166
|
-
},
|
|
1167
1108
|
/**
|
|
1168
1109
|
*
|
|
1169
1110
|
* @summary 监控-功能区分组统计
|
|
@@ -1381,17 +1322,6 @@ class DashboardApi extends base_1.BaseAPI {
|
|
|
1381
1322
|
dashboardEquipmentStatisticsByPark(requestParameters, options) {
|
|
1382
1323
|
return (0, exports.DashboardApiFp)(this.configuration).dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1383
1324
|
}
|
|
1384
|
-
/**
|
|
1385
|
-
*
|
|
1386
|
-
* @summary 园区-统计
|
|
1387
|
-
* @param {DashboardApiDashboardParkStatisticsRequest} requestParameters Request parameters.
|
|
1388
|
-
* @param {*} [options] Override http request option.
|
|
1389
|
-
* @throws {RequiredError}
|
|
1390
|
-
* @memberof DashboardApi
|
|
1391
|
-
*/
|
|
1392
|
-
dashboardParkStatistics(requestParameters, options) {
|
|
1393
|
-
return (0, exports.DashboardApiFp)(this.configuration).dashboardParkStatistics(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1394
|
-
}
|
|
1395
1325
|
/**
|
|
1396
1326
|
*
|
|
1397
1327
|
* @summary 监控-功能区分组统计
|
|
@@ -20,7 +20,6 @@ import type { DashboardWorkOrderByParkSearchDTO } from '../models';
|
|
|
20
20
|
import type { DashboardWorkOrderByWorkOrderTypeSearchDTO } from '../models';
|
|
21
21
|
import type { DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO } from '../models';
|
|
22
22
|
import type { DashboardWorkOrderListSearchDTO } from '../models';
|
|
23
|
-
import type { JsonResultDashboardParkStatisticsVO } from '../models';
|
|
24
23
|
import type { JsonResultListDashboardAccessParkGroupStatsVO } from '../models';
|
|
25
24
|
import type { JsonResultListDashboardAccessSourceGroupStatsVO } from '../models';
|
|
26
25
|
import type { JsonResultListDashboardEquipmentParkGroupStatsVO } from '../models';
|
|
@@ -93,14 +92,6 @@ export declare const DashboardApiAxiosParamCreator: (configuration?: Configurati
|
|
|
93
92
|
* @throws {RequiredError}
|
|
94
93
|
*/
|
|
95
94
|
dashboardEquipmentStatisticsByPark: (dashboardEquipmentSearchDTO: DashboardEquipmentSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
96
|
-
/**
|
|
97
|
-
*
|
|
98
|
-
* @summary 园区-统计
|
|
99
|
-
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
100
|
-
* @param {*} [options] Override http request option.
|
|
101
|
-
* @throws {RequiredError}
|
|
102
|
-
*/
|
|
103
|
-
dashboardParkStatistics: (dashboardBaseSearchDTO: DashboardBaseSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
104
95
|
/**
|
|
105
96
|
*
|
|
106
97
|
* @summary 监控-功能区分组统计
|
|
@@ -267,14 +258,6 @@ export declare const DashboardApiFp: (configuration?: Configuration) => {
|
|
|
267
258
|
* @throws {RequiredError}
|
|
268
259
|
*/
|
|
269
260
|
dashboardEquipmentStatisticsByPark(dashboardEquipmentSearchDTO: DashboardEquipmentSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardEquipmentParkGroupStatsVO>>;
|
|
270
|
-
/**
|
|
271
|
-
*
|
|
272
|
-
* @summary 园区-统计
|
|
273
|
-
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
274
|
-
* @param {*} [options] Override http request option.
|
|
275
|
-
* @throws {RequiredError}
|
|
276
|
-
*/
|
|
277
|
-
dashboardParkStatistics(dashboardBaseSearchDTO: DashboardBaseSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultDashboardParkStatisticsVO>>;
|
|
278
261
|
/**
|
|
279
262
|
*
|
|
280
263
|
* @summary 监控-功能区分组统计
|
|
@@ -441,14 +424,6 @@ export declare const DashboardApiFactory: (configuration?: Configuration, basePa
|
|
|
441
424
|
* @throws {RequiredError}
|
|
442
425
|
*/
|
|
443
426
|
dashboardEquipmentStatisticsByPark(requestParameters: DashboardApiDashboardEquipmentStatisticsByParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardEquipmentParkGroupStatsVO>;
|
|
444
|
-
/**
|
|
445
|
-
*
|
|
446
|
-
* @summary 园区-统计
|
|
447
|
-
* @param {DashboardApiDashboardParkStatisticsRequest} requestParameters Request parameters.
|
|
448
|
-
* @param {*} [options] Override http request option.
|
|
449
|
-
* @throws {RequiredError}
|
|
450
|
-
*/
|
|
451
|
-
dashboardParkStatistics(requestParameters: DashboardApiDashboardParkStatisticsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultDashboardParkStatisticsVO>;
|
|
452
427
|
/**
|
|
453
428
|
*
|
|
454
429
|
* @summary 监控-功能区分组统计
|
|
@@ -645,19 +620,6 @@ export interface DashboardApiDashboardEquipmentStatisticsByParkRequest {
|
|
|
645
620
|
*/
|
|
646
621
|
readonly dashboardEquipmentSearchDTO: DashboardEquipmentSearchDTO;
|
|
647
622
|
}
|
|
648
|
-
/**
|
|
649
|
-
* Request parameters for dashboardParkStatistics operation in DashboardApi.
|
|
650
|
-
* @export
|
|
651
|
-
* @interface DashboardApiDashboardParkStatisticsRequest
|
|
652
|
-
*/
|
|
653
|
-
export interface DashboardApiDashboardParkStatisticsRequest {
|
|
654
|
-
/**
|
|
655
|
-
*
|
|
656
|
-
* @type {DashboardBaseSearchDTO}
|
|
657
|
-
* @memberof DashboardApiDashboardParkStatistics
|
|
658
|
-
*/
|
|
659
|
-
readonly dashboardBaseSearchDTO: DashboardBaseSearchDTO;
|
|
660
|
-
}
|
|
661
623
|
/**
|
|
662
624
|
* Request parameters for dashboardSurveillanceStatisticsByFunctionalArea operation in DashboardApi.
|
|
663
625
|
* @export
|
|
@@ -897,15 +859,6 @@ export declare class DashboardApi extends BaseAPI {
|
|
|
897
859
|
* @memberof DashboardApi
|
|
898
860
|
*/
|
|
899
861
|
dashboardEquipmentStatisticsByPark(requestParameters: DashboardApiDashboardEquipmentStatisticsByParkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListDashboardEquipmentParkGroupStatsVO, any, {}>>;
|
|
900
|
-
/**
|
|
901
|
-
*
|
|
902
|
-
* @summary 园区-统计
|
|
903
|
-
* @param {DashboardApiDashboardParkStatisticsRequest} requestParameters Request parameters.
|
|
904
|
-
* @param {*} [options] Override http request option.
|
|
905
|
-
* @throws {RequiredError}
|
|
906
|
-
* @memberof DashboardApi
|
|
907
|
-
*/
|
|
908
|
-
dashboardParkStatistics(requestParameters: DashboardApiDashboardParkStatisticsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultDashboardParkStatisticsVO, any, {}>>;
|
|
909
862
|
/**
|
|
910
863
|
*
|
|
911
864
|
* @summary 监控-功能区分组统计
|
|
@@ -263,39 +263,6 @@ export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
263
263
|
options: localVarRequestOptions,
|
|
264
264
|
};
|
|
265
265
|
}),
|
|
266
|
-
/**
|
|
267
|
-
*
|
|
268
|
-
* @summary 园区-统计
|
|
269
|
-
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
270
|
-
* @param {*} [options] Override http request option.
|
|
271
|
-
* @throws {RequiredError}
|
|
272
|
-
*/
|
|
273
|
-
dashboardParkStatistics: (dashboardBaseSearchDTO_1, ...args_1) => __awaiter(this, [dashboardBaseSearchDTO_1, ...args_1], void 0, function* (dashboardBaseSearchDTO, options = {}) {
|
|
274
|
-
// verify required parameter 'dashboardBaseSearchDTO' is not null or undefined
|
|
275
|
-
assertParamExists('dashboardParkStatistics', 'dashboardBaseSearchDTO', dashboardBaseSearchDTO);
|
|
276
|
-
const localVarPath = `/dashboard/park/statistics`;
|
|
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(dashboardBaseSearchDTO, localVarRequestOptions, configuration);
|
|
294
|
-
return {
|
|
295
|
-
url: toPathString(localVarUrlObj),
|
|
296
|
-
options: localVarRequestOptions,
|
|
297
|
-
};
|
|
298
|
-
}),
|
|
299
266
|
/**
|
|
300
267
|
*
|
|
301
268
|
* @summary 监控-功能区分组统计
|
|
@@ -846,22 +813,6 @@ export const DashboardApiFp = function (configuration) {
|
|
|
846
813
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
847
814
|
});
|
|
848
815
|
},
|
|
849
|
-
/**
|
|
850
|
-
*
|
|
851
|
-
* @summary 园区-统计
|
|
852
|
-
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
853
|
-
* @param {*} [options] Override http request option.
|
|
854
|
-
* @throws {RequiredError}
|
|
855
|
-
*/
|
|
856
|
-
dashboardParkStatistics(dashboardBaseSearchDTO, options) {
|
|
857
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
858
|
-
var _a, _b, _c;
|
|
859
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardParkStatistics(dashboardBaseSearchDTO, options);
|
|
860
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
861
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardParkStatistics']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
862
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
863
|
-
});
|
|
864
|
-
},
|
|
865
816
|
/**
|
|
866
817
|
*
|
|
867
818
|
* @summary 监控-功能区分组统计
|
|
@@ -1149,16 +1100,6 @@ export const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
1149
1100
|
dashboardEquipmentStatisticsByPark(requestParameters, options) {
|
|
1150
1101
|
return localVarFp.dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(axios, basePath));
|
|
1151
1102
|
},
|
|
1152
|
-
/**
|
|
1153
|
-
*
|
|
1154
|
-
* @summary 园区-统计
|
|
1155
|
-
* @param {DashboardApiDashboardParkStatisticsRequest} requestParameters Request parameters.
|
|
1156
|
-
* @param {*} [options] Override http request option.
|
|
1157
|
-
* @throws {RequiredError}
|
|
1158
|
-
*/
|
|
1159
|
-
dashboardParkStatistics(requestParameters, options) {
|
|
1160
|
-
return localVarFp.dashboardParkStatistics(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
|
|
1161
|
-
},
|
|
1162
1103
|
/**
|
|
1163
1104
|
*
|
|
1164
1105
|
* @summary 监控-功能区分组统计
|
|
@@ -1375,17 +1316,6 @@ export class DashboardApi extends BaseAPI {
|
|
|
1375
1316
|
dashboardEquipmentStatisticsByPark(requestParameters, options) {
|
|
1376
1317
|
return DashboardApiFp(this.configuration).dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1377
1318
|
}
|
|
1378
|
-
/**
|
|
1379
|
-
*
|
|
1380
|
-
* @summary 园区-统计
|
|
1381
|
-
* @param {DashboardApiDashboardParkStatisticsRequest} requestParameters Request parameters.
|
|
1382
|
-
* @param {*} [options] Override http request option.
|
|
1383
|
-
* @throws {RequiredError}
|
|
1384
|
-
* @memberof DashboardApi
|
|
1385
|
-
*/
|
|
1386
|
-
dashboardParkStatistics(requestParameters, options) {
|
|
1387
|
-
return DashboardApiFp(this.configuration).dashboardParkStatistics(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1388
|
-
}
|
|
1389
1319
|
/**
|
|
1390
1320
|
*
|
|
1391
1321
|
* @summary 监控-功能区分组统计
|
|
@@ -93,16 +93,4 @@ export interface DashboardSurveillanceParkGroupStatsVO {
|
|
|
93
93
|
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
94
94
|
*/
|
|
95
95
|
'srmCenterCode'?: string;
|
|
96
|
-
/**
|
|
97
|
-
* 园区合同面积
|
|
98
|
-
* @type {number}
|
|
99
|
-
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
100
|
-
*/
|
|
101
|
-
'parkContractArea'?: number;
|
|
102
|
-
/**
|
|
103
|
-
* 监控覆盖率
|
|
104
|
-
* @type {number}
|
|
105
|
-
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
106
|
-
*/
|
|
107
|
-
'coverageRate'?: number;
|
|
108
96
|
}
|
|
@@ -82,7 +82,6 @@ export * from './dashboard-base-search-dto';
|
|
|
82
82
|
export * from './dashboard-equipment-park-group-stats-vo';
|
|
83
83
|
export * from './dashboard-equipment-search-dto';
|
|
84
84
|
export * from './dashboard-equipment-system-group-stats-vo';
|
|
85
|
-
export * from './dashboard-park-statistics-vo';
|
|
86
85
|
export * from './dashboard-series-stats-base-vo';
|
|
87
86
|
export * from './dashboard-surveillance-functional-area-group-stats-vo';
|
|
88
87
|
export * from './dashboard-surveillance-park-group-stats-vo';
|
|
@@ -177,7 +176,6 @@ export * from './json-result-applet-user-type-dto';
|
|
|
177
176
|
export * from './json-result-big-decimal';
|
|
178
177
|
export * from './json-result-boolean';
|
|
179
178
|
export * from './json-result-calendar-entity';
|
|
180
|
-
export * from './json-result-dashboard-park-statistics-vo';
|
|
181
179
|
export * from './json-result-disaster-warning-standard-entity';
|
|
182
180
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
183
181
|
export * from './json-result-equipment-detail-dto';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -82,7 +82,6 @@ export * from './dashboard-base-search-dto';
|
|
|
82
82
|
export * from './dashboard-equipment-park-group-stats-vo';
|
|
83
83
|
export * from './dashboard-equipment-search-dto';
|
|
84
84
|
export * from './dashboard-equipment-system-group-stats-vo';
|
|
85
|
-
export * from './dashboard-park-statistics-vo';
|
|
86
85
|
export * from './dashboard-series-stats-base-vo';
|
|
87
86
|
export * from './dashboard-surveillance-functional-area-group-stats-vo';
|
|
88
87
|
export * from './dashboard-surveillance-park-group-stats-vo';
|
|
@@ -177,7 +176,6 @@ export * from './json-result-applet-user-type-dto';
|
|
|
177
176
|
export * from './json-result-big-decimal';
|
|
178
177
|
export * from './json-result-boolean';
|
|
179
178
|
export * from './json-result-calendar-entity';
|
|
180
|
-
export * from './json-result-dashboard-park-statistics-vo';
|
|
181
179
|
export * from './json-result-disaster-warning-standard-entity';
|
|
182
180
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
183
181
|
export * from './json-result-equipment-detail-dto';
|
|
@@ -93,16 +93,4 @@ export interface DashboardSurveillanceParkGroupStatsVO {
|
|
|
93
93
|
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
94
94
|
*/
|
|
95
95
|
'srmCenterCode'?: string;
|
|
96
|
-
/**
|
|
97
|
-
* 园区合同面积
|
|
98
|
-
* @type {number}
|
|
99
|
-
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
100
|
-
*/
|
|
101
|
-
'parkContractArea'?: number;
|
|
102
|
-
/**
|
|
103
|
-
* 监控覆盖率
|
|
104
|
-
* @type {number}
|
|
105
|
-
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
106
|
-
*/
|
|
107
|
-
'coverageRate'?: number;
|
|
108
96
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -82,7 +82,6 @@ export * from './dashboard-base-search-dto';
|
|
|
82
82
|
export * from './dashboard-equipment-park-group-stats-vo';
|
|
83
83
|
export * from './dashboard-equipment-search-dto';
|
|
84
84
|
export * from './dashboard-equipment-system-group-stats-vo';
|
|
85
|
-
export * from './dashboard-park-statistics-vo';
|
|
86
85
|
export * from './dashboard-series-stats-base-vo';
|
|
87
86
|
export * from './dashboard-surveillance-functional-area-group-stats-vo';
|
|
88
87
|
export * from './dashboard-surveillance-park-group-stats-vo';
|
|
@@ -177,7 +176,6 @@ export * from './json-result-applet-user-type-dto';
|
|
|
177
176
|
export * from './json-result-big-decimal';
|
|
178
177
|
export * from './json-result-boolean';
|
|
179
178
|
export * from './json-result-calendar-entity';
|
|
180
|
-
export * from './json-result-dashboard-park-statistics-vo';
|
|
181
179
|
export * from './json-result-disaster-warning-standard-entity';
|
|
182
180
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
183
181
|
export * from './json-result-equipment-detail-dto';
|
package/dist/models/index.js
CHANGED
|
@@ -98,7 +98,6 @@ __exportStar(require("./dashboard-base-search-dto"), exports);
|
|
|
98
98
|
__exportStar(require("./dashboard-equipment-park-group-stats-vo"), exports);
|
|
99
99
|
__exportStar(require("./dashboard-equipment-search-dto"), exports);
|
|
100
100
|
__exportStar(require("./dashboard-equipment-system-group-stats-vo"), exports);
|
|
101
|
-
__exportStar(require("./dashboard-park-statistics-vo"), exports);
|
|
102
101
|
__exportStar(require("./dashboard-series-stats-base-vo"), exports);
|
|
103
102
|
__exportStar(require("./dashboard-surveillance-functional-area-group-stats-vo"), exports);
|
|
104
103
|
__exportStar(require("./dashboard-surveillance-park-group-stats-vo"), exports);
|
|
@@ -193,7 +192,6 @@ __exportStar(require("./json-result-applet-user-type-dto"), exports);
|
|
|
193
192
|
__exportStar(require("./json-result-big-decimal"), exports);
|
|
194
193
|
__exportStar(require("./json-result-boolean"), exports);
|
|
195
194
|
__exportStar(require("./json-result-calendar-entity"), exports);
|
|
196
|
-
__exportStar(require("./json-result-dashboard-park-statistics-vo"), exports);
|
|
197
195
|
__exportStar(require("./json-result-disaster-warning-standard-entity"), exports);
|
|
198
196
|
__exportStar(require("./json-result-equipment-add-redis-list-dto"), exports);
|
|
199
197
|
__exportStar(require("./json-result-equipment-detail-dto"), exports);
|
|
@@ -98,17 +98,5 @@ export interface DashboardSurveillanceParkGroupStatsVO {
|
|
|
98
98
|
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
99
99
|
*/
|
|
100
100
|
'srmCenterCode'?: string;
|
|
101
|
-
/**
|
|
102
|
-
* 园区合同面积
|
|
103
|
-
* @type {number}
|
|
104
|
-
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
105
|
-
*/
|
|
106
|
-
'parkContractArea'?: number;
|
|
107
|
-
/**
|
|
108
|
-
* 监控覆盖率
|
|
109
|
-
* @type {number}
|
|
110
|
-
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
111
|
-
*/
|
|
112
|
-
'coverageRate'?: number;
|
|
113
101
|
}
|
|
114
102
|
|
package/models/index.ts
CHANGED
|
@@ -82,7 +82,6 @@ export * from './dashboard-base-search-dto';
|
|
|
82
82
|
export * from './dashboard-equipment-park-group-stats-vo';
|
|
83
83
|
export * from './dashboard-equipment-search-dto';
|
|
84
84
|
export * from './dashboard-equipment-system-group-stats-vo';
|
|
85
|
-
export * from './dashboard-park-statistics-vo';
|
|
86
85
|
export * from './dashboard-series-stats-base-vo';
|
|
87
86
|
export * from './dashboard-surveillance-functional-area-group-stats-vo';
|
|
88
87
|
export * from './dashboard-surveillance-park-group-stats-vo';
|
|
@@ -177,7 +176,6 @@ export * from './json-result-applet-user-type-dto';
|
|
|
177
176
|
export * from './json-result-big-decimal';
|
|
178
177
|
export * from './json-result-boolean';
|
|
179
178
|
export * from './json-result-calendar-entity';
|
|
180
|
-
export * from './json-result-dashboard-park-statistics-vo';
|
|
181
179
|
export * from './json-result-disaster-warning-standard-entity';
|
|
182
180
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
183
181
|
export * from './json-result-equipment-detail-dto';
|
package/package.json
CHANGED
|
@@ -1,36 +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
|
-
/**
|
|
13
|
-
* 园区统计
|
|
14
|
-
* @export
|
|
15
|
-
* @interface DashboardParkStatisticsVO
|
|
16
|
-
*/
|
|
17
|
-
export interface DashboardParkStatisticsVO {
|
|
18
|
-
/**
|
|
19
|
-
* 总面积
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof DashboardParkStatisticsVO
|
|
22
|
-
*/
|
|
23
|
-
'totalArea'?: number;
|
|
24
|
-
/**
|
|
25
|
-
* 监控数量
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof DashboardParkStatisticsVO
|
|
28
|
-
*/
|
|
29
|
-
'surveillanceCount'?: number;
|
|
30
|
-
/**
|
|
31
|
-
* 监控覆盖率
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof DashboardParkStatisticsVO
|
|
34
|
-
*/
|
|
35
|
-
'monitoringCoverageRate'?: number;
|
|
36
|
-
}
|
|
@@ -1,14 +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
|
-
export {};
|
|
@@ -1,62 +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 { BaseErrorResult } from './base-error-result';
|
|
13
|
-
import type { DashboardParkStatisticsVO } from './dashboard-park-statistics-vo';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface JsonResultDashboardParkStatisticsVO
|
|
18
|
-
*/
|
|
19
|
-
export interface JsonResultDashboardParkStatisticsVO {
|
|
20
|
-
/**
|
|
21
|
-
* 错误码,0:成功,其他:失败
|
|
22
|
-
* @type {number}
|
|
23
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
24
|
-
*/
|
|
25
|
-
'code'?: number;
|
|
26
|
-
/**
|
|
27
|
-
* 错误消息
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
30
|
-
*/
|
|
31
|
-
'msg'?: string;
|
|
32
|
-
/**
|
|
33
|
-
* 错误堆栈
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
36
|
-
*/
|
|
37
|
-
'stacks'?: string;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {DashboardParkStatisticsVO}
|
|
41
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
42
|
-
*/
|
|
43
|
-
'data'?: DashboardParkStatisticsVO | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {BaseErrorResult}
|
|
47
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
48
|
-
*/
|
|
49
|
-
'error'?: BaseErrorResult | null;
|
|
50
|
-
/**
|
|
51
|
-
* 日志追踪ID
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
54
|
-
*/
|
|
55
|
-
'traceId'?: string | null;
|
|
56
|
-
/**
|
|
57
|
-
* requestId
|
|
58
|
-
* @type {string}
|
|
59
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
60
|
-
*/
|
|
61
|
-
'requestId'?: string | null;
|
|
62
|
-
}
|
|
@@ -1,14 +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
|
-
export {};
|
|
@@ -1,36 +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
|
-
/**
|
|
13
|
-
* 园区统计
|
|
14
|
-
* @export
|
|
15
|
-
* @interface DashboardParkStatisticsVO
|
|
16
|
-
*/
|
|
17
|
-
export interface DashboardParkStatisticsVO {
|
|
18
|
-
/**
|
|
19
|
-
* 总面积
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof DashboardParkStatisticsVO
|
|
22
|
-
*/
|
|
23
|
-
'totalArea'?: number;
|
|
24
|
-
/**
|
|
25
|
-
* 监控数量
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof DashboardParkStatisticsVO
|
|
28
|
-
*/
|
|
29
|
-
'surveillanceCount'?: number;
|
|
30
|
-
/**
|
|
31
|
-
* 监控覆盖率
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof DashboardParkStatisticsVO
|
|
34
|
-
*/
|
|
35
|
-
'monitoringCoverageRate'?: number;
|
|
36
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,62 +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 { BaseErrorResult } from './base-error-result';
|
|
13
|
-
import type { DashboardParkStatisticsVO } from './dashboard-park-statistics-vo';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface JsonResultDashboardParkStatisticsVO
|
|
18
|
-
*/
|
|
19
|
-
export interface JsonResultDashboardParkStatisticsVO {
|
|
20
|
-
/**
|
|
21
|
-
* 错误码,0:成功,其他:失败
|
|
22
|
-
* @type {number}
|
|
23
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
24
|
-
*/
|
|
25
|
-
'code'?: number;
|
|
26
|
-
/**
|
|
27
|
-
* 错误消息
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
30
|
-
*/
|
|
31
|
-
'msg'?: string;
|
|
32
|
-
/**
|
|
33
|
-
* 错误堆栈
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
36
|
-
*/
|
|
37
|
-
'stacks'?: string;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {DashboardParkStatisticsVO}
|
|
41
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
42
|
-
*/
|
|
43
|
-
'data'?: DashboardParkStatisticsVO | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {BaseErrorResult}
|
|
47
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
48
|
-
*/
|
|
49
|
-
'error'?: BaseErrorResult | null;
|
|
50
|
-
/**
|
|
51
|
-
* 日志追踪ID
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
54
|
-
*/
|
|
55
|
-
'traceId'?: string | null;
|
|
56
|
-
/**
|
|
57
|
-
* requestId
|
|
58
|
-
* @type {string}
|
|
59
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
60
|
-
*/
|
|
61
|
-
'requestId'?: string | null;
|
|
62
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,42 +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
|
-
|
|
17
|
-
/**
|
|
18
|
-
* 园区统计
|
|
19
|
-
* @export
|
|
20
|
-
* @interface DashboardParkStatisticsVO
|
|
21
|
-
*/
|
|
22
|
-
export interface DashboardParkStatisticsVO {
|
|
23
|
-
/**
|
|
24
|
-
* 总面积
|
|
25
|
-
* @type {number}
|
|
26
|
-
* @memberof DashboardParkStatisticsVO
|
|
27
|
-
*/
|
|
28
|
-
'totalArea'?: number;
|
|
29
|
-
/**
|
|
30
|
-
* 监控数量
|
|
31
|
-
* @type {number}
|
|
32
|
-
* @memberof DashboardParkStatisticsVO
|
|
33
|
-
*/
|
|
34
|
-
'surveillanceCount'?: number;
|
|
35
|
-
/**
|
|
36
|
-
* 监控覆盖率
|
|
37
|
-
* @type {number}
|
|
38
|
-
* @memberof DashboardParkStatisticsVO
|
|
39
|
-
*/
|
|
40
|
-
'monitoringCoverageRate'?: number;
|
|
41
|
-
}
|
|
42
|
-
|
|
@@ -1,72 +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
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { BaseErrorResult } from './base-error-result';
|
|
19
|
-
// May contain unused imports in some cases
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import type { DashboardParkStatisticsVO } from './dashboard-park-statistics-vo';
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @export
|
|
26
|
-
* @interface JsonResultDashboardParkStatisticsVO
|
|
27
|
-
*/
|
|
28
|
-
export interface JsonResultDashboardParkStatisticsVO {
|
|
29
|
-
/**
|
|
30
|
-
* 错误码,0:成功,其他:失败
|
|
31
|
-
* @type {number}
|
|
32
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
33
|
-
*/
|
|
34
|
-
'code'?: number;
|
|
35
|
-
/**
|
|
36
|
-
* 错误消息
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
39
|
-
*/
|
|
40
|
-
'msg'?: string;
|
|
41
|
-
/**
|
|
42
|
-
* 错误堆栈
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
45
|
-
*/
|
|
46
|
-
'stacks'?: string;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {DashboardParkStatisticsVO}
|
|
50
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
51
|
-
*/
|
|
52
|
-
'data'?: DashboardParkStatisticsVO | null;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {BaseErrorResult}
|
|
56
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
57
|
-
*/
|
|
58
|
-
'error'?: BaseErrorResult | null;
|
|
59
|
-
/**
|
|
60
|
-
* 日志追踪ID
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
63
|
-
*/
|
|
64
|
-
'traceId'?: string | null;
|
|
65
|
-
/**
|
|
66
|
-
* requestId
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof JsonResultDashboardParkStatisticsVO
|
|
69
|
-
*/
|
|
70
|
-
'requestId'?: string | null;
|
|
71
|
-
}
|
|
72
|
-
|