@gizone/rrs-client 4.2.9-alpha.494 → 4.2.9-alpha.495
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 +6 -0
- package/apis/dashboard-api.ts +271 -0
- package/apis/work-order-api.ts +36 -10
- package/dist/apis/dashboard-api.d.ts +140 -0
- package/dist/apis/dashboard-api.js +210 -0
- package/dist/apis/work-order-api.d.ts +20 -4
- package/dist/apis/work-order-api.js +20 -10
- package/dist/esm/apis/dashboard-api.d.ts +140 -0
- package/dist/esm/apis/dashboard-api.js +210 -0
- package/dist/esm/apis/work-order-api.d.ts +20 -4
- package/dist/esm/apis/work-order-api.js +20 -10
- package/dist/esm/models/dashboard-access-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-base-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-park-statistics-vo.d.ts +36 -0
- package/dist/esm/models/dashboard-park-statistics-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +12 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +14 -8
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +12 -6
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +18 -12
- package/dist/esm/models/index.d.ts +6 -0
- package/dist/esm/models/index.js +6 -0
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.js +14 -0
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/work-order-group-equipment-dto.d.ts +167 -0
- package/dist/esm/models/work-order-group-equipment-dto.js +18 -0
- package/dist/esm/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
- package/dist/esm/models/work-order-group-equipment-dtoinspection-item.js +14 -0
- package/dist/models/dashboard-access-search-dto.d.ts +12 -0
- package/dist/models/dashboard-base-search-dto.d.ts +12 -0
- package/dist/models/dashboard-equipment-search-dto.d.ts +12 -0
- package/dist/models/dashboard-park-statistics-vo.d.ts +36 -0
- package/dist/models/dashboard-park-statistics-vo.js +15 -0
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +12 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +12 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +14 -8
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +12 -6
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
- package/dist/models/dashboard-work-order-list-search-dto.d.ts +18 -12
- package/dist/models/index.d.ts +6 -0
- package/dist/models/index.js +6 -0
- package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
- package/dist/models/json-result-dashboard-park-statistics-vo.js +15 -0
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.js +15 -0
- package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
- package/dist/models/page-dto-work-order-group-equipment-dto.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/work-order-group-equipment-dto.d.ts +167 -0
- package/dist/models/work-order-group-equipment-dto.js +21 -0
- package/dist/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
- package/dist/models/work-order-group-equipment-dtoinspection-item.js +15 -0
- package/models/dashboard-access-search-dto.ts +12 -0
- package/models/dashboard-base-search-dto.ts +12 -0
- package/models/dashboard-equipment-search-dto.ts +12 -0
- package/models/dashboard-park-statistics-vo.ts +42 -0
- package/models/dashboard-surveillance-park-group-stats-vo.ts +12 -0
- package/models/dashboard-surveillance-search-dto.ts +12 -0
- package/models/dashboard-work-order-by-park-search-dto.ts +14 -8
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +12 -6
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +18 -0
- package/models/dashboard-work-order-list-search-dto.ts +18 -12
- package/models/index.ts +6 -0
- package/models/json-result-dashboard-park-statistics-vo.ts +72 -0
- package/models/json-result-page-dto-work-order-group-equipment-dto.ts +72 -0
- package/models/page-dto-work-order-group-equipment-dto.ts +39 -0
- package/models/sys-user.ts +4 -4
- package/models/work-order-group-equipment-dto.ts +186 -0
- package/models/work-order-group-equipment-dtoinspection-item.ts +42 -0
- package/package.json +1 -1
|
@@ -20,6 +20,7 @@ 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';
|
|
23
24
|
import type { JsonResultListDashboardAccessParkGroupStatsVO } from '../models';
|
|
24
25
|
import type { JsonResultListDashboardAccessSourceGroupStatsVO } from '../models';
|
|
25
26
|
import type { JsonResultListDashboardEquipmentParkGroupStatsVO } from '../models';
|
|
@@ -30,6 +31,7 @@ import type { JsonResultListDashboardSurveillanceParkGroupStatsVO } from '../mod
|
|
|
30
31
|
import type { JsonResultListDashboardWorkOrderParkGroupStatsVO } from '../models';
|
|
31
32
|
import type { JsonResultListDashboardWorkOrderTypeGroupStatsVO } from '../models';
|
|
32
33
|
import type { JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO } from '../models';
|
|
34
|
+
import type { JsonResultPageDtoWorkOrderGroupEquipmentDTO } from '../models';
|
|
33
35
|
import type { JsonResultPageDtoWorkOrderSearchDTO } from '../models';
|
|
34
36
|
/**
|
|
35
37
|
* DashboardApi - axios parameter creator
|
|
@@ -92,6 +94,14 @@ export declare const DashboardApiAxiosParamCreator: (configuration?: Configurati
|
|
|
92
94
|
* @throws {RequiredError}
|
|
93
95
|
*/
|
|
94
96
|
dashboardEquipmentStatisticsByPark: (dashboardEquipmentSearchDTO: DashboardEquipmentSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @summary 园区-统计
|
|
100
|
+
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
101
|
+
* @param {*} [options] Override http request option.
|
|
102
|
+
* @throws {RequiredError}
|
|
103
|
+
*/
|
|
104
|
+
dashboardParkStatistics: (dashboardBaseSearchDTO: DashboardBaseSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
95
105
|
/**
|
|
96
106
|
*
|
|
97
107
|
* @summary 监控-功能区分组统计
|
|
@@ -124,6 +134,22 @@ export declare const DashboardApiAxiosParamCreator: (configuration?: Configurati
|
|
|
124
134
|
* @throws {RequiredError}
|
|
125
135
|
*/
|
|
126
136
|
dashboardSurveillanceStatisticsByParkExport: (dashboardSurveillanceSearchDTO: DashboardSurveillanceSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @summary 工单-设备分组列表
|
|
140
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
141
|
+
* @param {*} [options] Override http request option.
|
|
142
|
+
* @throws {RequiredError}
|
|
143
|
+
*/
|
|
144
|
+
dashboardWorkOrderGroupEquipmentList: (dashboardWorkOrderListSearchDTO: DashboardWorkOrderListSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
145
|
+
/**
|
|
146
|
+
*
|
|
147
|
+
* @summary 工单-设备分组列表导出
|
|
148
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
149
|
+
* @param {*} [options] Override http request option.
|
|
150
|
+
* @throws {RequiredError}
|
|
151
|
+
*/
|
|
152
|
+
dashboardWorkOrderGroupEquipmentListExport: (dashboardWorkOrderListSearchDTO: DashboardWorkOrderListSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
127
153
|
/**
|
|
128
154
|
*
|
|
129
155
|
* @summary 工单-园区分组统计
|
|
@@ -258,6 +284,14 @@ export declare const DashboardApiFp: (configuration?: Configuration) => {
|
|
|
258
284
|
* @throws {RequiredError}
|
|
259
285
|
*/
|
|
260
286
|
dashboardEquipmentStatisticsByPark(dashboardEquipmentSearchDTO: DashboardEquipmentSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardEquipmentParkGroupStatsVO>>;
|
|
287
|
+
/**
|
|
288
|
+
*
|
|
289
|
+
* @summary 园区-统计
|
|
290
|
+
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
291
|
+
* @param {*} [options] Override http request option.
|
|
292
|
+
* @throws {RequiredError}
|
|
293
|
+
*/
|
|
294
|
+
dashboardParkStatistics(dashboardBaseSearchDTO: DashboardBaseSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultDashboardParkStatisticsVO>>;
|
|
261
295
|
/**
|
|
262
296
|
*
|
|
263
297
|
* @summary 监控-功能区分组统计
|
|
@@ -290,6 +324,22 @@ export declare const DashboardApiFp: (configuration?: Configuration) => {
|
|
|
290
324
|
* @throws {RequiredError}
|
|
291
325
|
*/
|
|
292
326
|
dashboardSurveillanceStatisticsByParkExport(dashboardSurveillanceSearchDTO: DashboardSurveillanceSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
327
|
+
/**
|
|
328
|
+
*
|
|
329
|
+
* @summary 工单-设备分组列表
|
|
330
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
331
|
+
* @param {*} [options] Override http request option.
|
|
332
|
+
* @throws {RequiredError}
|
|
333
|
+
*/
|
|
334
|
+
dashboardWorkOrderGroupEquipmentList(dashboardWorkOrderListSearchDTO: DashboardWorkOrderListSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderGroupEquipmentDTO>>;
|
|
335
|
+
/**
|
|
336
|
+
*
|
|
337
|
+
* @summary 工单-设备分组列表导出
|
|
338
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
339
|
+
* @param {*} [options] Override http request option.
|
|
340
|
+
* @throws {RequiredError}
|
|
341
|
+
*/
|
|
342
|
+
dashboardWorkOrderGroupEquipmentListExport(dashboardWorkOrderListSearchDTO: DashboardWorkOrderListSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
293
343
|
/**
|
|
294
344
|
*
|
|
295
345
|
* @summary 工单-园区分组统计
|
|
@@ -424,6 +474,14 @@ export declare const DashboardApiFactory: (configuration?: Configuration, basePa
|
|
|
424
474
|
* @throws {RequiredError}
|
|
425
475
|
*/
|
|
426
476
|
dashboardEquipmentStatisticsByPark(requestParameters: DashboardApiDashboardEquipmentStatisticsByParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardEquipmentParkGroupStatsVO>;
|
|
477
|
+
/**
|
|
478
|
+
*
|
|
479
|
+
* @summary 园区-统计
|
|
480
|
+
* @param {DashboardApiDashboardParkStatisticsRequest} requestParameters Request parameters.
|
|
481
|
+
* @param {*} [options] Override http request option.
|
|
482
|
+
* @throws {RequiredError}
|
|
483
|
+
*/
|
|
484
|
+
dashboardParkStatistics(requestParameters: DashboardApiDashboardParkStatisticsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultDashboardParkStatisticsVO>;
|
|
427
485
|
/**
|
|
428
486
|
*
|
|
429
487
|
* @summary 监控-功能区分组统计
|
|
@@ -456,6 +514,22 @@ export declare const DashboardApiFactory: (configuration?: Configuration, basePa
|
|
|
456
514
|
* @throws {RequiredError}
|
|
457
515
|
*/
|
|
458
516
|
dashboardSurveillanceStatisticsByParkExport(requestParameters: DashboardApiDashboardSurveillanceStatisticsByParkExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
517
|
+
/**
|
|
518
|
+
*
|
|
519
|
+
* @summary 工单-设备分组列表
|
|
520
|
+
* @param {DashboardApiDashboardWorkOrderGroupEquipmentListRequest} requestParameters Request parameters.
|
|
521
|
+
* @param {*} [options] Override http request option.
|
|
522
|
+
* @throws {RequiredError}
|
|
523
|
+
*/
|
|
524
|
+
dashboardWorkOrderGroupEquipmentList(requestParameters: DashboardApiDashboardWorkOrderGroupEquipmentListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoWorkOrderGroupEquipmentDTO>;
|
|
525
|
+
/**
|
|
526
|
+
*
|
|
527
|
+
* @summary 工单-设备分组列表导出
|
|
528
|
+
* @param {DashboardApiDashboardWorkOrderGroupEquipmentListExportRequest} requestParameters Request parameters.
|
|
529
|
+
* @param {*} [options] Override http request option.
|
|
530
|
+
* @throws {RequiredError}
|
|
531
|
+
*/
|
|
532
|
+
dashboardWorkOrderGroupEquipmentListExport(requestParameters: DashboardApiDashboardWorkOrderGroupEquipmentListExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
459
533
|
/**
|
|
460
534
|
*
|
|
461
535
|
* @summary 工单-园区分组统计
|
|
@@ -620,6 +694,19 @@ export interface DashboardApiDashboardEquipmentStatisticsByParkRequest {
|
|
|
620
694
|
*/
|
|
621
695
|
readonly dashboardEquipmentSearchDTO: DashboardEquipmentSearchDTO;
|
|
622
696
|
}
|
|
697
|
+
/**
|
|
698
|
+
* Request parameters for dashboardParkStatistics operation in DashboardApi.
|
|
699
|
+
* @export
|
|
700
|
+
* @interface DashboardApiDashboardParkStatisticsRequest
|
|
701
|
+
*/
|
|
702
|
+
export interface DashboardApiDashboardParkStatisticsRequest {
|
|
703
|
+
/**
|
|
704
|
+
*
|
|
705
|
+
* @type {DashboardBaseSearchDTO}
|
|
706
|
+
* @memberof DashboardApiDashboardParkStatistics
|
|
707
|
+
*/
|
|
708
|
+
readonly dashboardBaseSearchDTO: DashboardBaseSearchDTO;
|
|
709
|
+
}
|
|
623
710
|
/**
|
|
624
711
|
* Request parameters for dashboardSurveillanceStatisticsByFunctionalArea operation in DashboardApi.
|
|
625
712
|
* @export
|
|
@@ -672,6 +759,32 @@ export interface DashboardApiDashboardSurveillanceStatisticsByParkExportRequest
|
|
|
672
759
|
*/
|
|
673
760
|
readonly dashboardSurveillanceSearchDTO: DashboardSurveillanceSearchDTO;
|
|
674
761
|
}
|
|
762
|
+
/**
|
|
763
|
+
* Request parameters for dashboardWorkOrderGroupEquipmentList operation in DashboardApi.
|
|
764
|
+
* @export
|
|
765
|
+
* @interface DashboardApiDashboardWorkOrderGroupEquipmentListRequest
|
|
766
|
+
*/
|
|
767
|
+
export interface DashboardApiDashboardWorkOrderGroupEquipmentListRequest {
|
|
768
|
+
/**
|
|
769
|
+
*
|
|
770
|
+
* @type {DashboardWorkOrderListSearchDTO}
|
|
771
|
+
* @memberof DashboardApiDashboardWorkOrderGroupEquipmentList
|
|
772
|
+
*/
|
|
773
|
+
readonly dashboardWorkOrderListSearchDTO: DashboardWorkOrderListSearchDTO;
|
|
774
|
+
}
|
|
775
|
+
/**
|
|
776
|
+
* Request parameters for dashboardWorkOrderGroupEquipmentListExport operation in DashboardApi.
|
|
777
|
+
* @export
|
|
778
|
+
* @interface DashboardApiDashboardWorkOrderGroupEquipmentListExportRequest
|
|
779
|
+
*/
|
|
780
|
+
export interface DashboardApiDashboardWorkOrderGroupEquipmentListExportRequest {
|
|
781
|
+
/**
|
|
782
|
+
*
|
|
783
|
+
* @type {DashboardWorkOrderListSearchDTO}
|
|
784
|
+
* @memberof DashboardApiDashboardWorkOrderGroupEquipmentListExport
|
|
785
|
+
*/
|
|
786
|
+
readonly dashboardWorkOrderListSearchDTO: DashboardWorkOrderListSearchDTO;
|
|
787
|
+
}
|
|
675
788
|
/**
|
|
676
789
|
* Request parameters for dashboardWorkOrderStatisticsByPark operation in DashboardApi.
|
|
677
790
|
* @export
|
|
@@ -859,6 +972,15 @@ export declare class DashboardApi extends BaseAPI {
|
|
|
859
972
|
* @memberof DashboardApi
|
|
860
973
|
*/
|
|
861
974
|
dashboardEquipmentStatisticsByPark(requestParameters: DashboardApiDashboardEquipmentStatisticsByParkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListDashboardEquipmentParkGroupStatsVO, any, {}>>;
|
|
975
|
+
/**
|
|
976
|
+
*
|
|
977
|
+
* @summary 园区-统计
|
|
978
|
+
* @param {DashboardApiDashboardParkStatisticsRequest} requestParameters Request parameters.
|
|
979
|
+
* @param {*} [options] Override http request option.
|
|
980
|
+
* @throws {RequiredError}
|
|
981
|
+
* @memberof DashboardApi
|
|
982
|
+
*/
|
|
983
|
+
dashboardParkStatistics(requestParameters: DashboardApiDashboardParkStatisticsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultDashboardParkStatisticsVO, any, {}>>;
|
|
862
984
|
/**
|
|
863
985
|
*
|
|
864
986
|
* @summary 监控-功能区分组统计
|
|
@@ -895,6 +1017,24 @@ export declare class DashboardApi extends BaseAPI {
|
|
|
895
1017
|
* @memberof DashboardApi
|
|
896
1018
|
*/
|
|
897
1019
|
dashboardSurveillanceStatisticsByParkExport(requestParameters: DashboardApiDashboardSurveillanceStatisticsByParkExportRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1020
|
+
/**
|
|
1021
|
+
*
|
|
1022
|
+
* @summary 工单-设备分组列表
|
|
1023
|
+
* @param {DashboardApiDashboardWorkOrderGroupEquipmentListRequest} requestParameters Request parameters.
|
|
1024
|
+
* @param {*} [options] Override http request option.
|
|
1025
|
+
* @throws {RequiredError}
|
|
1026
|
+
* @memberof DashboardApi
|
|
1027
|
+
*/
|
|
1028
|
+
dashboardWorkOrderGroupEquipmentList(requestParameters: DashboardApiDashboardWorkOrderGroupEquipmentListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultPageDtoWorkOrderGroupEquipmentDTO, any, {}>>;
|
|
1029
|
+
/**
|
|
1030
|
+
*
|
|
1031
|
+
* @summary 工单-设备分组列表导出
|
|
1032
|
+
* @param {DashboardApiDashboardWorkOrderGroupEquipmentListExportRequest} requestParameters Request parameters.
|
|
1033
|
+
* @param {*} [options] Override http request option.
|
|
1034
|
+
* @throws {RequiredError}
|
|
1035
|
+
* @memberof DashboardApi
|
|
1036
|
+
*/
|
|
1037
|
+
dashboardWorkOrderGroupEquipmentListExport(requestParameters: DashboardApiDashboardWorkOrderGroupEquipmentListExportRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
898
1038
|
/**
|
|
899
1039
|
*
|
|
900
1040
|
* @summary 工单-园区分组统计
|
|
@@ -266,6 +266,39 @@ 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
|
+
}),
|
|
269
302
|
/**
|
|
270
303
|
*
|
|
271
304
|
* @summary 监控-功能区分组统计
|
|
@@ -398,6 +431,72 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
398
431
|
options: localVarRequestOptions,
|
|
399
432
|
};
|
|
400
433
|
}),
|
|
434
|
+
/**
|
|
435
|
+
*
|
|
436
|
+
* @summary 工单-设备分组列表
|
|
437
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
438
|
+
* @param {*} [options] Override http request option.
|
|
439
|
+
* @throws {RequiredError}
|
|
440
|
+
*/
|
|
441
|
+
dashboardWorkOrderGroupEquipmentList: (dashboardWorkOrderListSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderListSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderListSearchDTO, options = {}) {
|
|
442
|
+
// verify required parameter 'dashboardWorkOrderListSearchDTO' is not null or undefined
|
|
443
|
+
(0, common_1.assertParamExists)('dashboardWorkOrderGroupEquipmentList', 'dashboardWorkOrderListSearchDTO', dashboardWorkOrderListSearchDTO);
|
|
444
|
+
const localVarPath = `/dashboard/work-order/statistics/by-equipment/list`;
|
|
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)(dashboardWorkOrderListSearchDTO, localVarRequestOptions, configuration);
|
|
462
|
+
return {
|
|
463
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
464
|
+
options: localVarRequestOptions,
|
|
465
|
+
};
|
|
466
|
+
}),
|
|
467
|
+
/**
|
|
468
|
+
*
|
|
469
|
+
* @summary 工单-设备分组列表导出
|
|
470
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
471
|
+
* @param {*} [options] Override http request option.
|
|
472
|
+
* @throws {RequiredError}
|
|
473
|
+
*/
|
|
474
|
+
dashboardWorkOrderGroupEquipmentListExport: (dashboardWorkOrderListSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderListSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderListSearchDTO, options = {}) {
|
|
475
|
+
// verify required parameter 'dashboardWorkOrderListSearchDTO' is not null or undefined
|
|
476
|
+
(0, common_1.assertParamExists)('dashboardWorkOrderGroupEquipmentListExport', 'dashboardWorkOrderListSearchDTO', dashboardWorkOrderListSearchDTO);
|
|
477
|
+
const localVarPath = `/dashboard/work-order/statistics/by-equipment/list/export`;
|
|
478
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
479
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
480
|
+
let baseOptions;
|
|
481
|
+
if (configuration) {
|
|
482
|
+
baseOptions = configuration.baseOptions;
|
|
483
|
+
}
|
|
484
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
485
|
+
const localVarHeaderParameter = {};
|
|
486
|
+
const localVarQueryParameter = {};
|
|
487
|
+
// authentication tokenScheme required
|
|
488
|
+
// http bearer authentication required
|
|
489
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
490
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
491
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
492
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
493
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
494
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderListSearchDTO, localVarRequestOptions, configuration);
|
|
495
|
+
return {
|
|
496
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
497
|
+
options: localVarRequestOptions,
|
|
498
|
+
};
|
|
499
|
+
}),
|
|
401
500
|
/**
|
|
402
501
|
*
|
|
403
502
|
* @summary 工单-园区分组统计
|
|
@@ -817,6 +916,22 @@ const DashboardApiFp = function (configuration) {
|
|
|
817
916
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
818
917
|
});
|
|
819
918
|
},
|
|
919
|
+
/**
|
|
920
|
+
*
|
|
921
|
+
* @summary 园区-统计
|
|
922
|
+
* @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
|
|
923
|
+
* @param {*} [options] Override http request option.
|
|
924
|
+
* @throws {RequiredError}
|
|
925
|
+
*/
|
|
926
|
+
dashboardParkStatistics(dashboardBaseSearchDTO, options) {
|
|
927
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
928
|
+
var _a, _b, _c;
|
|
929
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardParkStatistics(dashboardBaseSearchDTO, options);
|
|
930
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
931
|
+
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;
|
|
932
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
933
|
+
});
|
|
934
|
+
},
|
|
820
935
|
/**
|
|
821
936
|
*
|
|
822
937
|
* @summary 监控-功能区分组统计
|
|
@@ -881,6 +996,38 @@ const DashboardApiFp = function (configuration) {
|
|
|
881
996
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
882
997
|
});
|
|
883
998
|
},
|
|
999
|
+
/**
|
|
1000
|
+
*
|
|
1001
|
+
* @summary 工单-设备分组列表
|
|
1002
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
1003
|
+
* @param {*} [options] Override http request option.
|
|
1004
|
+
* @throws {RequiredError}
|
|
1005
|
+
*/
|
|
1006
|
+
dashboardWorkOrderGroupEquipmentList(dashboardWorkOrderListSearchDTO, options) {
|
|
1007
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1008
|
+
var _a, _b, _c;
|
|
1009
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderGroupEquipmentList(dashboardWorkOrderListSearchDTO, options);
|
|
1010
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1011
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderGroupEquipmentList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1012
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1013
|
+
});
|
|
1014
|
+
},
|
|
1015
|
+
/**
|
|
1016
|
+
*
|
|
1017
|
+
* @summary 工单-设备分组列表导出
|
|
1018
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
1019
|
+
* @param {*} [options] Override http request option.
|
|
1020
|
+
* @throws {RequiredError}
|
|
1021
|
+
*/
|
|
1022
|
+
dashboardWorkOrderGroupEquipmentListExport(dashboardWorkOrderListSearchDTO, options) {
|
|
1023
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1024
|
+
var _a, _b, _c;
|
|
1025
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderGroupEquipmentListExport(dashboardWorkOrderListSearchDTO, options);
|
|
1026
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1027
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderGroupEquipmentListExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1028
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1029
|
+
});
|
|
1030
|
+
},
|
|
884
1031
|
/**
|
|
885
1032
|
*
|
|
886
1033
|
* @summary 工单-园区分组统计
|
|
@@ -1105,6 +1252,16 @@ const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
1105
1252
|
dashboardEquipmentStatisticsByPark(requestParameters, options) {
|
|
1106
1253
|
return localVarFp.dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(axios, basePath));
|
|
1107
1254
|
},
|
|
1255
|
+
/**
|
|
1256
|
+
*
|
|
1257
|
+
* @summary 园区-统计
|
|
1258
|
+
* @param {DashboardApiDashboardParkStatisticsRequest} requestParameters Request parameters.
|
|
1259
|
+
* @param {*} [options] Override http request option.
|
|
1260
|
+
* @throws {RequiredError}
|
|
1261
|
+
*/
|
|
1262
|
+
dashboardParkStatistics(requestParameters, options) {
|
|
1263
|
+
return localVarFp.dashboardParkStatistics(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
|
|
1264
|
+
},
|
|
1108
1265
|
/**
|
|
1109
1266
|
*
|
|
1110
1267
|
* @summary 监控-功能区分组统计
|
|
@@ -1145,6 +1302,26 @@ const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
1145
1302
|
dashboardSurveillanceStatisticsByParkExport(requestParameters, options) {
|
|
1146
1303
|
return localVarFp.dashboardSurveillanceStatisticsByParkExport(requestParameters.dashboardSurveillanceSearchDTO, options).then((request) => request(axios, basePath));
|
|
1147
1304
|
},
|
|
1305
|
+
/**
|
|
1306
|
+
*
|
|
1307
|
+
* @summary 工单-设备分组列表
|
|
1308
|
+
* @param {DashboardApiDashboardWorkOrderGroupEquipmentListRequest} requestParameters Request parameters.
|
|
1309
|
+
* @param {*} [options] Override http request option.
|
|
1310
|
+
* @throws {RequiredError}
|
|
1311
|
+
*/
|
|
1312
|
+
dashboardWorkOrderGroupEquipmentList(requestParameters, options) {
|
|
1313
|
+
return localVarFp.dashboardWorkOrderGroupEquipmentList(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(axios, basePath));
|
|
1314
|
+
},
|
|
1315
|
+
/**
|
|
1316
|
+
*
|
|
1317
|
+
* @summary 工单-设备分组列表导出
|
|
1318
|
+
* @param {DashboardApiDashboardWorkOrderGroupEquipmentListExportRequest} requestParameters Request parameters.
|
|
1319
|
+
* @param {*} [options] Override http request option.
|
|
1320
|
+
* @throws {RequiredError}
|
|
1321
|
+
*/
|
|
1322
|
+
dashboardWorkOrderGroupEquipmentListExport(requestParameters, options) {
|
|
1323
|
+
return localVarFp.dashboardWorkOrderGroupEquipmentListExport(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(axios, basePath));
|
|
1324
|
+
},
|
|
1148
1325
|
/**
|
|
1149
1326
|
*
|
|
1150
1327
|
* @summary 工单-园区分组统计
|
|
@@ -1322,6 +1499,17 @@ class DashboardApi extends base_1.BaseAPI {
|
|
|
1322
1499
|
dashboardEquipmentStatisticsByPark(requestParameters, options) {
|
|
1323
1500
|
return (0, exports.DashboardApiFp)(this.configuration).dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1324
1501
|
}
|
|
1502
|
+
/**
|
|
1503
|
+
*
|
|
1504
|
+
* @summary 园区-统计
|
|
1505
|
+
* @param {DashboardApiDashboardParkStatisticsRequest} requestParameters Request parameters.
|
|
1506
|
+
* @param {*} [options] Override http request option.
|
|
1507
|
+
* @throws {RequiredError}
|
|
1508
|
+
* @memberof DashboardApi
|
|
1509
|
+
*/
|
|
1510
|
+
dashboardParkStatistics(requestParameters, options) {
|
|
1511
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardParkStatistics(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1512
|
+
}
|
|
1325
1513
|
/**
|
|
1326
1514
|
*
|
|
1327
1515
|
* @summary 监控-功能区分组统计
|
|
@@ -1366,6 +1554,28 @@ class DashboardApi extends base_1.BaseAPI {
|
|
|
1366
1554
|
dashboardSurveillanceStatisticsByParkExport(requestParameters, options) {
|
|
1367
1555
|
return (0, exports.DashboardApiFp)(this.configuration).dashboardSurveillanceStatisticsByParkExport(requestParameters.dashboardSurveillanceSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1368
1556
|
}
|
|
1557
|
+
/**
|
|
1558
|
+
*
|
|
1559
|
+
* @summary 工单-设备分组列表
|
|
1560
|
+
* @param {DashboardApiDashboardWorkOrderGroupEquipmentListRequest} requestParameters Request parameters.
|
|
1561
|
+
* @param {*} [options] Override http request option.
|
|
1562
|
+
* @throws {RequiredError}
|
|
1563
|
+
* @memberof DashboardApi
|
|
1564
|
+
*/
|
|
1565
|
+
dashboardWorkOrderGroupEquipmentList(requestParameters, options) {
|
|
1566
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderGroupEquipmentList(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1567
|
+
}
|
|
1568
|
+
/**
|
|
1569
|
+
*
|
|
1570
|
+
* @summary 工单-设备分组列表导出
|
|
1571
|
+
* @param {DashboardApiDashboardWorkOrderGroupEquipmentListExportRequest} requestParameters Request parameters.
|
|
1572
|
+
* @param {*} [options] Override http request option.
|
|
1573
|
+
* @throws {RequiredError}
|
|
1574
|
+
* @memberof DashboardApi
|
|
1575
|
+
*/
|
|
1576
|
+
dashboardWorkOrderGroupEquipmentListExport(requestParameters, options) {
|
|
1577
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderGroupEquipmentListExport(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
1578
|
+
}
|
|
1369
1579
|
/**
|
|
1370
1580
|
*
|
|
1371
1581
|
* @summary 工单-园区分组统计
|
|
@@ -260,12 +260,13 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
260
260
|
* @param {string} [plannedEndTime] 应执行结束时间
|
|
261
261
|
* @param {string} [completedStartTime] 工单完成开始时间
|
|
262
262
|
* @param {string} [completedEndTime] 工单完成结束时间
|
|
263
|
+
* @param {string} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
263
264
|
* @param {number} [page] 当前页码
|
|
264
265
|
* @param {number} [pageSize] 每页数量
|
|
265
266
|
* @param {*} [options] Override http request option.
|
|
266
267
|
* @throws {RequiredError}
|
|
267
268
|
*/
|
|
268
|
-
publicWorkOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<PublicWorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, parkIds?: Array<number>, workOrderIssueTypes?: string, plannedStartTime?: string, plannedEndTime?: string, completedStartTime?: string, completedEndTime?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
269
|
+
publicWorkOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<PublicWorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, parkIds?: Array<number>, workOrderIssueTypes?: string, plannedStartTime?: string, plannedEndTime?: string, completedStartTime?: string, completedEndTime?: string, inspectionPointStatus?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
269
270
|
/**
|
|
270
271
|
*
|
|
271
272
|
* @summary 二维码详情
|
|
@@ -476,12 +477,13 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
476
477
|
* @param {string} [plannedEndTime] 应执行结束时间
|
|
477
478
|
* @param {string} [completedStartTime] 工单完成开始时间
|
|
478
479
|
* @param {string} [completedEndTime] 工单完成结束时间
|
|
480
|
+
* @param {string} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
479
481
|
* @param {number} [page] 当前页码
|
|
480
482
|
* @param {number} [pageSize] 每页数量
|
|
481
483
|
* @param {*} [options] Override http request option.
|
|
482
484
|
* @throws {RequiredError}
|
|
483
485
|
*/
|
|
484
|
-
workOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<WorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, parkIds?: Array<number>, workOrderIssueTypes?: string, plannedStartTime?: string, plannedEndTime?: string, completedStartTime?: string, completedEndTime?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
486
|
+
workOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<WorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, parkIds?: Array<number>, workOrderIssueTypes?: string, plannedStartTime?: string, plannedEndTime?: string, completedStartTime?: string, completedEndTime?: string, inspectionPointStatus?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
485
487
|
/**
|
|
486
488
|
*
|
|
487
489
|
* @summary 监控覆盖率报警工单详情
|
|
@@ -846,12 +848,13 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
846
848
|
* @param {string} [plannedEndTime] 应执行结束时间
|
|
847
849
|
* @param {string} [completedStartTime] 工单完成开始时间
|
|
848
850
|
* @param {string} [completedEndTime] 工单完成结束时间
|
|
851
|
+
* @param {string} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
849
852
|
* @param {number} [page] 当前页码
|
|
850
853
|
* @param {number} [pageSize] 每页数量
|
|
851
854
|
* @param {*} [options] Override http request option.
|
|
852
855
|
* @throws {RequiredError}
|
|
853
856
|
*/
|
|
854
|
-
publicWorkOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<PublicWorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, parkIds?: Array<number>, workOrderIssueTypes?: string, plannedStartTime?: string, plannedEndTime?: string, completedStartTime?: string, completedEndTime?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
857
|
+
publicWorkOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<PublicWorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, parkIds?: Array<number>, workOrderIssueTypes?: string, plannedStartTime?: string, plannedEndTime?: string, completedStartTime?: string, completedEndTime?: string, inspectionPointStatus?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
855
858
|
/**
|
|
856
859
|
*
|
|
857
860
|
* @summary 二维码详情
|
|
@@ -1062,12 +1065,13 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
1062
1065
|
* @param {string} [plannedEndTime] 应执行结束时间
|
|
1063
1066
|
* @param {string} [completedStartTime] 工单完成开始时间
|
|
1064
1067
|
* @param {string} [completedEndTime] 工单完成结束时间
|
|
1068
|
+
* @param {string} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
1065
1069
|
* @param {number} [page] 当前页码
|
|
1066
1070
|
* @param {number} [pageSize] 每页数量
|
|
1067
1071
|
* @param {*} [options] Override http request option.
|
|
1068
1072
|
* @throws {RequiredError}
|
|
1069
1073
|
*/
|
|
1070
|
-
workOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<WorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, parkIds?: Array<number>, workOrderIssueTypes?: string, plannedStartTime?: string, plannedEndTime?: string, completedStartTime?: string, completedEndTime?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
1074
|
+
workOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<WorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, parkIds?: Array<number>, workOrderIssueTypes?: string, plannedStartTime?: string, plannedEndTime?: string, completedStartTime?: string, completedEndTime?: string, inspectionPointStatus?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
1071
1075
|
/**
|
|
1072
1076
|
*
|
|
1073
1077
|
* @summary 监控覆盖率报警工单详情
|
|
@@ -2231,6 +2235,12 @@ export interface WorkOrderApiPublicWorkOrderListRequest {
|
|
|
2231
2235
|
* @memberof WorkOrderApiPublicWorkOrderList
|
|
2232
2236
|
*/
|
|
2233
2237
|
readonly completedEndTime?: string;
|
|
2238
|
+
/**
|
|
2239
|
+
* 巡检点状态 1:完成 0:未完成
|
|
2240
|
+
* @type {string}
|
|
2241
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
2242
|
+
*/
|
|
2243
|
+
readonly inspectionPointStatus?: string;
|
|
2234
2244
|
/**
|
|
2235
2245
|
* 当前页码
|
|
2236
2246
|
* @type {number}
|
|
@@ -2715,6 +2725,12 @@ export interface WorkOrderApiWorkOrderListRequest {
|
|
|
2715
2725
|
* @memberof WorkOrderApiWorkOrderList
|
|
2716
2726
|
*/
|
|
2717
2727
|
readonly completedEndTime?: string;
|
|
2728
|
+
/**
|
|
2729
|
+
* 巡检点状态 1:完成 0:未完成
|
|
2730
|
+
* @type {string}
|
|
2731
|
+
* @memberof WorkOrderApiWorkOrderList
|
|
2732
|
+
*/
|
|
2733
|
+
readonly inspectionPointStatus?: string;
|
|
2718
2734
|
/**
|
|
2719
2735
|
* 当前页码
|
|
2720
2736
|
* @type {number}
|