@gizone/rrs-client 4.2.7-alpha.440 → 4.2.7-alpha.442
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/apis/dashboard-api.ts +356 -0
- package/dist/apis/dashboard-api.d.ts +184 -0
- package/dist/apis/dashboard-api.js +280 -0
- package/dist/esm/apis/dashboard-api.d.ts +184 -0
- package/dist/esm/apis/dashboard-api.js +280 -0
- package/dist/esm/models/dashboard-access-search-dto.d.ts +7 -0
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +6 -0
- package/dist/models/dashboard-access-search-dto.d.ts +7 -0
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +6 -0
- package/models/dashboard-access-search-dto.ts +9 -0
- package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +6 -0
- package/package.json +1 -1
|
@@ -35,6 +35,39 @@ const base_1 = require("../base");
|
|
|
35
35
|
*/
|
|
36
36
|
const DashboardApiAxiosParamCreator = function (configuration) {
|
|
37
37
|
return {
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @summary 出入-出入次数序列统计
|
|
41
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
42
|
+
* @param {*} [options] Override http request option.
|
|
43
|
+
* @throws {RequiredError}
|
|
44
|
+
*/
|
|
45
|
+
dashboardAccessStatisticsAccessCountSeries: (dashboardAccessSearchDTO_1, ...args_1) => __awaiter(this, [dashboardAccessSearchDTO_1, ...args_1], void 0, function* (dashboardAccessSearchDTO, options = {}) {
|
|
46
|
+
// verify required parameter 'dashboardAccessSearchDTO' is not null or undefined
|
|
47
|
+
(0, common_1.assertParamExists)('dashboardAccessStatisticsAccessCountSeries', 'dashboardAccessSearchDTO', dashboardAccessSearchDTO);
|
|
48
|
+
const localVarPath = `/dashboard/access/statistics/in-out-count-series`;
|
|
49
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
50
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
51
|
+
let baseOptions;
|
|
52
|
+
if (configuration) {
|
|
53
|
+
baseOptions = configuration.baseOptions;
|
|
54
|
+
}
|
|
55
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
56
|
+
const localVarHeaderParameter = {};
|
|
57
|
+
const localVarQueryParameter = {};
|
|
58
|
+
// authentication tokenScheme required
|
|
59
|
+
// http bearer authentication required
|
|
60
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
61
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
62
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
63
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
64
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
65
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardAccessSearchDTO, localVarRequestOptions, configuration);
|
|
66
|
+
return {
|
|
67
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
68
|
+
options: localVarRequestOptions,
|
|
69
|
+
};
|
|
70
|
+
}),
|
|
38
71
|
/**
|
|
39
72
|
*
|
|
40
73
|
* @summary 出入-园区分组统计
|
|
@@ -200,6 +233,39 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
200
233
|
options: localVarRequestOptions,
|
|
201
234
|
};
|
|
202
235
|
}),
|
|
236
|
+
/**
|
|
237
|
+
*
|
|
238
|
+
* @summary 监控-功能区分组统计导出
|
|
239
|
+
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
240
|
+
* @param {*} [options] Override http request option.
|
|
241
|
+
* @throws {RequiredError}
|
|
242
|
+
*/
|
|
243
|
+
dashboardSurveillanceStatisticsByFunctionalAreaExport: (dashboardBaseSearchDTO_1, ...args_1) => __awaiter(this, [dashboardBaseSearchDTO_1, ...args_1], void 0, function* (dashboardBaseSearchDTO, options = {}) {
|
|
244
|
+
// verify required parameter 'dashboardBaseSearchDTO' is not null or undefined
|
|
245
|
+
(0, common_1.assertParamExists)('dashboardSurveillanceStatisticsByFunctionalAreaExport', 'dashboardBaseSearchDTO', dashboardBaseSearchDTO);
|
|
246
|
+
const localVarPath = `/dashboard/surveillance/statistics/by-functional-area/export`;
|
|
247
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
248
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
249
|
+
let baseOptions;
|
|
250
|
+
if (configuration) {
|
|
251
|
+
baseOptions = configuration.baseOptions;
|
|
252
|
+
}
|
|
253
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
254
|
+
const localVarHeaderParameter = {};
|
|
255
|
+
const localVarQueryParameter = {};
|
|
256
|
+
// authentication tokenScheme required
|
|
257
|
+
// http bearer authentication required
|
|
258
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
259
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
260
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
261
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
262
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
263
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardBaseSearchDTO, localVarRequestOptions, configuration);
|
|
264
|
+
return {
|
|
265
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
266
|
+
options: localVarRequestOptions,
|
|
267
|
+
};
|
|
268
|
+
}),
|
|
203
269
|
/**
|
|
204
270
|
*
|
|
205
271
|
* @summary 监控-园区分组统计
|
|
@@ -299,6 +365,39 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
299
365
|
options: localVarRequestOptions,
|
|
300
366
|
};
|
|
301
367
|
}),
|
|
368
|
+
/**
|
|
369
|
+
*
|
|
370
|
+
* @summary 工单-工单类型分组统计导出
|
|
371
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSearchDTO} dashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
372
|
+
* @param {*} [options] Override http request option.
|
|
373
|
+
* @throws {RequiredError}
|
|
374
|
+
*/
|
|
375
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeExport: (dashboardWorkOrderByWorkOrderTypeSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByWorkOrderTypeSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByWorkOrderTypeSearchDTO, options = {}) {
|
|
376
|
+
// verify required parameter 'dashboardWorkOrderByWorkOrderTypeSearchDTO' is not null or undefined
|
|
377
|
+
(0, common_1.assertParamExists)('dashboardWorkOrderStatisticsByWorkOrderTypeExport', 'dashboardWorkOrderByWorkOrderTypeSearchDTO', dashboardWorkOrderByWorkOrderTypeSearchDTO);
|
|
378
|
+
const localVarPath = `/dashboard/work-order/statistics/by-work-order-type/export`;
|
|
379
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
380
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
381
|
+
let baseOptions;
|
|
382
|
+
if (configuration) {
|
|
383
|
+
baseOptions = configuration.baseOptions;
|
|
384
|
+
}
|
|
385
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
386
|
+
const localVarHeaderParameter = {};
|
|
387
|
+
const localVarQueryParameter = {};
|
|
388
|
+
// authentication tokenScheme required
|
|
389
|
+
// http bearer authentication required
|
|
390
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
391
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
392
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
393
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
394
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
395
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderByWorkOrderTypeSearchDTO, localVarRequestOptions, configuration);
|
|
396
|
+
return {
|
|
397
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
398
|
+
options: localVarRequestOptions,
|
|
399
|
+
};
|
|
400
|
+
}),
|
|
302
401
|
/**
|
|
303
402
|
*
|
|
304
403
|
* @summary 工单-工单大类分组统计
|
|
@@ -332,6 +431,39 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
332
431
|
options: localVarRequestOptions,
|
|
333
432
|
};
|
|
334
433
|
}),
|
|
434
|
+
/**
|
|
435
|
+
*
|
|
436
|
+
* @summary 工单-工单大类分组统计导出
|
|
437
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO} dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
438
|
+
* @param {*} [options] Override http request option.
|
|
439
|
+
* @throws {RequiredError}
|
|
440
|
+
*/
|
|
441
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport: (dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options = {}) {
|
|
442
|
+
// verify required parameter 'dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO' is not null or undefined
|
|
443
|
+
(0, common_1.assertParamExists)('dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport', 'dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO', dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO);
|
|
444
|
+
const localVarPath = `/dashboard/work-order/statistics/by-work-order-type-subcategory/export`;
|
|
445
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
446
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
447
|
+
let baseOptions;
|
|
448
|
+
if (configuration) {
|
|
449
|
+
baseOptions = configuration.baseOptions;
|
|
450
|
+
}
|
|
451
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
452
|
+
const localVarHeaderParameter = {};
|
|
453
|
+
const localVarQueryParameter = {};
|
|
454
|
+
// authentication tokenScheme required
|
|
455
|
+
// http bearer authentication required
|
|
456
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
457
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
458
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
459
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
460
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
461
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, localVarRequestOptions, configuration);
|
|
462
|
+
return {
|
|
463
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
464
|
+
options: localVarRequestOptions,
|
|
465
|
+
};
|
|
466
|
+
}),
|
|
335
467
|
/**
|
|
336
468
|
*
|
|
337
469
|
* @summary 工单-完成率序列统计
|
|
@@ -408,6 +540,22 @@ exports.DashboardApiAxiosParamCreator = DashboardApiAxiosParamCreator;
|
|
|
408
540
|
const DashboardApiFp = function (configuration) {
|
|
409
541
|
const localVarAxiosParamCreator = (0, exports.DashboardApiAxiosParamCreator)(configuration);
|
|
410
542
|
return {
|
|
543
|
+
/**
|
|
544
|
+
*
|
|
545
|
+
* @summary 出入-出入次数序列统计
|
|
546
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
547
|
+
* @param {*} [options] Override http request option.
|
|
548
|
+
* @throws {RequiredError}
|
|
549
|
+
*/
|
|
550
|
+
dashboardAccessStatisticsAccessCountSeries(dashboardAccessSearchDTO, options) {
|
|
551
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
552
|
+
var _a, _b, _c;
|
|
553
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardAccessStatisticsAccessCountSeries(dashboardAccessSearchDTO, options);
|
|
554
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
555
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardAccessStatisticsAccessCountSeries']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
556
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
557
|
+
});
|
|
558
|
+
},
|
|
411
559
|
/**
|
|
412
560
|
*
|
|
413
561
|
* @summary 出入-园区分组统计
|
|
@@ -488,6 +636,22 @@ const DashboardApiFp = function (configuration) {
|
|
|
488
636
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
489
637
|
});
|
|
490
638
|
},
|
|
639
|
+
/**
|
|
640
|
+
*
|
|
641
|
+
* @summary 监控-功能区分组统计导出
|
|
642
|
+
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
643
|
+
* @param {*} [options] Override http request option.
|
|
644
|
+
* @throws {RequiredError}
|
|
645
|
+
*/
|
|
646
|
+
dashboardSurveillanceStatisticsByFunctionalAreaExport(dashboardBaseSearchDTO, options) {
|
|
647
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
648
|
+
var _a, _b, _c;
|
|
649
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardSurveillanceStatisticsByFunctionalAreaExport(dashboardBaseSearchDTO, options);
|
|
650
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
651
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardSurveillanceStatisticsByFunctionalAreaExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
652
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
653
|
+
});
|
|
654
|
+
},
|
|
491
655
|
/**
|
|
492
656
|
*
|
|
493
657
|
* @summary 监控-园区分组统计
|
|
@@ -536,6 +700,22 @@ const DashboardApiFp = function (configuration) {
|
|
|
536
700
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
537
701
|
});
|
|
538
702
|
},
|
|
703
|
+
/**
|
|
704
|
+
*
|
|
705
|
+
* @summary 工单-工单类型分组统计导出
|
|
706
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSearchDTO} dashboardWorkOrderByWorkOrderTypeSearchDTO
|
|
707
|
+
* @param {*} [options] Override http request option.
|
|
708
|
+
* @throws {RequiredError}
|
|
709
|
+
*/
|
|
710
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeExport(dashboardWorkOrderByWorkOrderTypeSearchDTO, options) {
|
|
711
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
712
|
+
var _a, _b, _c;
|
|
713
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByWorkOrderTypeExport(dashboardWorkOrderByWorkOrderTypeSearchDTO, options);
|
|
714
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
715
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByWorkOrderTypeExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
716
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
717
|
+
});
|
|
718
|
+
},
|
|
539
719
|
/**
|
|
540
720
|
*
|
|
541
721
|
* @summary 工单-工单大类分组统计
|
|
@@ -552,6 +732,22 @@ const DashboardApiFp = function (configuration) {
|
|
|
552
732
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
553
733
|
});
|
|
554
734
|
},
|
|
735
|
+
/**
|
|
736
|
+
*
|
|
737
|
+
* @summary 工单-工单大类分组统计导出
|
|
738
|
+
* @param {DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO} dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
|
|
739
|
+
* @param {*} [options] Override http request option.
|
|
740
|
+
* @throws {RequiredError}
|
|
741
|
+
*/
|
|
742
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options) {
|
|
743
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
744
|
+
var _a, _b, _c;
|
|
745
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options);
|
|
746
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
747
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
748
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
749
|
+
});
|
|
750
|
+
},
|
|
555
751
|
/**
|
|
556
752
|
*
|
|
557
753
|
* @summary 工单-完成率序列统计
|
|
@@ -594,6 +790,16 @@ exports.DashboardApiFp = DashboardApiFp;
|
|
|
594
790
|
const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
595
791
|
const localVarFp = (0, exports.DashboardApiFp)(configuration);
|
|
596
792
|
return {
|
|
793
|
+
/**
|
|
794
|
+
*
|
|
795
|
+
* @summary 出入-出入次数序列统计
|
|
796
|
+
* @param {DashboardApiDashboardAccessStatisticsAccessCountSeriesRequest} requestParameters Request parameters.
|
|
797
|
+
* @param {*} [options] Override http request option.
|
|
798
|
+
* @throws {RequiredError}
|
|
799
|
+
*/
|
|
800
|
+
dashboardAccessStatisticsAccessCountSeries(requestParameters, options) {
|
|
801
|
+
return localVarFp.dashboardAccessStatisticsAccessCountSeries(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(axios, basePath));
|
|
802
|
+
},
|
|
597
803
|
/**
|
|
598
804
|
*
|
|
599
805
|
* @summary 出入-园区分组统计
|
|
@@ -644,6 +850,16 @@ const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
644
850
|
dashboardSurveillanceStatisticsByFunctionalArea(requestParameters, options) {
|
|
645
851
|
return localVarFp.dashboardSurveillanceStatisticsByFunctionalArea(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
|
|
646
852
|
},
|
|
853
|
+
/**
|
|
854
|
+
*
|
|
855
|
+
* @summary 监控-功能区分组统计导出
|
|
856
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByFunctionalAreaExportRequest} requestParameters Request parameters.
|
|
857
|
+
* @param {*} [options] Override http request option.
|
|
858
|
+
* @throws {RequiredError}
|
|
859
|
+
*/
|
|
860
|
+
dashboardSurveillanceStatisticsByFunctionalAreaExport(requestParameters, options) {
|
|
861
|
+
return localVarFp.dashboardSurveillanceStatisticsByFunctionalAreaExport(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
|
|
862
|
+
},
|
|
647
863
|
/**
|
|
648
864
|
*
|
|
649
865
|
* @summary 监控-园区分组统计
|
|
@@ -674,6 +890,16 @@ const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
674
890
|
dashboardWorkOrderStatisticsByWorkOrderType(requestParameters, options) {
|
|
675
891
|
return localVarFp.dashboardWorkOrderStatisticsByWorkOrderType(requestParameters.dashboardWorkOrderByWorkOrderTypeSearchDTO, options).then((request) => request(axios, basePath));
|
|
676
892
|
},
|
|
893
|
+
/**
|
|
894
|
+
*
|
|
895
|
+
* @summary 工单-工单类型分组统计导出
|
|
896
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeExportRequest} requestParameters Request parameters.
|
|
897
|
+
* @param {*} [options] Override http request option.
|
|
898
|
+
* @throws {RequiredError}
|
|
899
|
+
*/
|
|
900
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeExport(requestParameters, options) {
|
|
901
|
+
return localVarFp.dashboardWorkOrderStatisticsByWorkOrderTypeExport(requestParameters.dashboardWorkOrderByWorkOrderTypeSearchDTO, options).then((request) => request(axios, basePath));
|
|
902
|
+
},
|
|
677
903
|
/**
|
|
678
904
|
*
|
|
679
905
|
* @summary 工单-工单大类分组统计
|
|
@@ -684,6 +910,16 @@ const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
684
910
|
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
|
|
685
911
|
return localVarFp.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(axios, basePath));
|
|
686
912
|
},
|
|
913
|
+
/**
|
|
914
|
+
*
|
|
915
|
+
* @summary 工单-工单大类分组统计导出
|
|
916
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExportRequest} requestParameters Request parameters.
|
|
917
|
+
* @param {*} [options] Override http request option.
|
|
918
|
+
* @throws {RequiredError}
|
|
919
|
+
*/
|
|
920
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport(requestParameters, options) {
|
|
921
|
+
return localVarFp.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(axios, basePath));
|
|
922
|
+
},
|
|
687
923
|
/**
|
|
688
924
|
*
|
|
689
925
|
* @summary 工单-完成率序列统计
|
|
@@ -714,6 +950,17 @@ exports.DashboardApiFactory = DashboardApiFactory;
|
|
|
714
950
|
* @extends {BaseAPI}
|
|
715
951
|
*/
|
|
716
952
|
class DashboardApi extends base_1.BaseAPI {
|
|
953
|
+
/**
|
|
954
|
+
*
|
|
955
|
+
* @summary 出入-出入次数序列统计
|
|
956
|
+
* @param {DashboardApiDashboardAccessStatisticsAccessCountSeriesRequest} requestParameters Request parameters.
|
|
957
|
+
* @param {*} [options] Override http request option.
|
|
958
|
+
* @throws {RequiredError}
|
|
959
|
+
* @memberof DashboardApi
|
|
960
|
+
*/
|
|
961
|
+
dashboardAccessStatisticsAccessCountSeries(requestParameters, options) {
|
|
962
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardAccessStatisticsAccessCountSeries(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
963
|
+
}
|
|
717
964
|
/**
|
|
718
965
|
*
|
|
719
966
|
* @summary 出入-园区分组统计
|
|
@@ -769,6 +1016,17 @@ class DashboardApi extends base_1.BaseAPI {
|
|
|
769
1016
|
dashboardSurveillanceStatisticsByFunctionalArea(requestParameters, options) {
|
|
770
1017
|
return (0, exports.DashboardApiFp)(this.configuration).dashboardSurveillanceStatisticsByFunctionalArea(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
771
1018
|
}
|
|
1019
|
+
/**
|
|
1020
|
+
*
|
|
1021
|
+
* @summary 监控-功能区分组统计导出
|
|
1022
|
+
* @param {DashboardApiDashboardSurveillanceStatisticsByFunctionalAreaExportRequest} requestParameters Request parameters.
|
|
1023
|
+
* @param {*} [options] Override http request option.
|
|
1024
|
+
* @throws {RequiredError}
|
|
1025
|
+
* @memberof DashboardApi
|
|
1026
|
+
*/
|
|
1027
|
+
dashboardSurveillanceStatisticsByFunctionalAreaExport(requestParameters, options) {
|
|
1028
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardSurveillanceStatisticsByFunctionalAreaExport(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1029
|
+
}
|
|
772
1030
|
/**
|
|
773
1031
|
*
|
|
774
1032
|
* @summary 监控-园区分组统计
|
|
@@ -802,6 +1060,17 @@ class DashboardApi extends base_1.BaseAPI {
|
|
|
802
1060
|
dashboardWorkOrderStatisticsByWorkOrderType(requestParameters, options) {
|
|
803
1061
|
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByWorkOrderType(requestParameters.dashboardWorkOrderByWorkOrderTypeSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
804
1062
|
}
|
|
1063
|
+
/**
|
|
1064
|
+
*
|
|
1065
|
+
* @summary 工单-工单类型分组统计导出
|
|
1066
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeExportRequest} requestParameters Request parameters.
|
|
1067
|
+
* @param {*} [options] Override http request option.
|
|
1068
|
+
* @throws {RequiredError}
|
|
1069
|
+
* @memberof DashboardApi
|
|
1070
|
+
*/
|
|
1071
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeExport(requestParameters, options) {
|
|
1072
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByWorkOrderTypeExport(requestParameters.dashboardWorkOrderByWorkOrderTypeSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1073
|
+
}
|
|
805
1074
|
/**
|
|
806
1075
|
*
|
|
807
1076
|
* @summary 工单-工单大类分组统计
|
|
@@ -813,6 +1082,17 @@ class DashboardApi extends base_1.BaseAPI {
|
|
|
813
1082
|
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
|
|
814
1083
|
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
815
1084
|
}
|
|
1085
|
+
/**
|
|
1086
|
+
*
|
|
1087
|
+
* @summary 工单-工单大类分组统计导出
|
|
1088
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExportRequest} requestParameters Request parameters.
|
|
1089
|
+
* @param {*} [options] Override http request option.
|
|
1090
|
+
* @throws {RequiredError}
|
|
1091
|
+
* @memberof DashboardApi
|
|
1092
|
+
*/
|
|
1093
|
+
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport(requestParameters, options) {
|
|
1094
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1095
|
+
}
|
|
816
1096
|
/**
|
|
817
1097
|
*
|
|
818
1098
|
* @summary 工单-完成率序列统计
|