@gizone/rrs-client 4.1.1-beta.157 → 4.1.2-alpha.165
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +9 -0
- package/README.md +2 -2
- package/api.ts +1 -0
- package/apis/offline-alert-work-order-controller-api.ts +149 -0
- package/apis/work-order-api.ts +103 -0
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +87 -0
- package/dist/apis/offline-alert-work-order-controller-api.js +138 -0
- package/dist/apis/work-order-api.d.ts +55 -0
- package/dist/apis/work-order-api.js +75 -0
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +87 -0
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +131 -0
- package/dist/esm/apis/work-order-api.d.ts +55 -0
- package/dist/esm/apis/work-order-api.js +75 -0
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/index.d.ts +8 -0
- package/dist/esm/models/index.js +8 -0
- package/dist/esm/models/ipage-access-vo.d.ts +4 -4
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.js +14 -0
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +6 -0
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +13 -0
- package/dist/esm/models/offline-alert-device-vo.d.ts +30 -0
- package/dist/esm/models/offline-alert-device-vo.js +14 -0
- package/dist/esm/models/offline-alert-submit-vo.d.ts +43 -0
- package/dist/esm/models/offline-alert-submit-vo.js +14 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +98 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.js +20 -0
- package/dist/esm/models/offline-alert-work-order-info.d.ts +72 -0
- package/dist/esm/models/offline-alert-work-order-info.js +21 -0
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +43 -0
- package/dist/esm/models/offline-alert-work-order-vo.js +14 -0
- package/dist/esm/models/result-code.d.ts +1 -0
- package/dist/esm/models/result-code.js +1 -0
- package/dist/esm/models/source-work-order-dto.d.ts +37 -0
- package/dist/esm/models/source-work-order-dto.js +14 -0
- package/dist/esm/models/sync-device-unit-vo.d.ts +0 -12
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/esm/models/work-order-ext-data.d.ts +7 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +2 -0
- package/dist/esm/models/work-order-internal-status-enum.js +3 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -0
- package/dist/esm/models/work-order-issue-type-enum.js +11 -1
- package/dist/esm/models/work-order-report-vo.d.ts +8 -1
- package/dist/esm/models/work-order-search-dto.d.ts +6 -0
- package/dist/esm/models/work-order-settings-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-settings-type-enum.js +2 -1
- package/dist/esm/models/work-order-source-enum.d.ts +1 -1
- package/dist/esm/models/work-order-source-enum.js +1 -1
- package/dist/esm/models/work-order-submit-vo.d.ts +25 -0
- package/dist/esm/models/work-order-submit-vo.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-type-enum.js +2 -1
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/index.d.ts +8 -0
- package/dist/models/index.js +8 -0
- package/dist/models/ipage-access-vo.d.ts +4 -4
- package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
- package/dist/models/json-result-offline-alert-work-order-details-dto.js +15 -0
- package/dist/models/network-monitor-repair-add-vo.d.ts +6 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +13 -0
- package/dist/models/offline-alert-device-vo.d.ts +30 -0
- package/dist/models/offline-alert-device-vo.js +15 -0
- package/dist/models/offline-alert-submit-vo.d.ts +43 -0
- package/dist/models/offline-alert-submit-vo.js +15 -0
- package/dist/models/offline-alert-work-order-details-dto.d.ts +98 -0
- package/dist/models/offline-alert-work-order-details-dto.js +23 -0
- package/dist/models/offline-alert-work-order-info.d.ts +72 -0
- package/dist/models/offline-alert-work-order-info.js +24 -0
- package/dist/models/offline-alert-work-order-vo.d.ts +43 -0
- package/dist/models/offline-alert-work-order-vo.js +15 -0
- package/dist/models/result-code.d.ts +1 -0
- package/dist/models/result-code.js +1 -0
- package/dist/models/source-work-order-dto.d.ts +37 -0
- package/dist/models/source-work-order-dto.js +15 -0
- package/dist/models/sync-device-unit-vo.d.ts +0 -12
- package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/models/work-order-ext-data.d.ts +7 -0
- package/dist/models/work-order-internal-status-enum.d.ts +2 -0
- package/dist/models/work-order-internal-status-enum.js +3 -1
- package/dist/models/work-order-issue-type-enum.d.ts +10 -0
- package/dist/models/work-order-issue-type-enum.js +11 -1
- package/dist/models/work-order-report-vo.d.ts +8 -1
- package/dist/models/work-order-search-dto.d.ts +6 -0
- package/dist/models/work-order-settings-type-enum.d.ts +1 -0
- package/dist/models/work-order-settings-type-enum.js +2 -1
- package/dist/models/work-order-source-enum.d.ts +1 -1
- package/dist/models/work-order-source-enum.js +1 -1
- package/dist/models/work-order-submit-vo.d.ts +25 -0
- package/dist/models/work-order-submit-vo.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +1 -0
- package/dist/models/work-order-type-enum.js +2 -1
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +8 -0
- package/models/ipage-access-vo.ts +4 -4
- package/models/json-result-offline-alert-work-order-details-dto.ts +72 -0
- package/models/network-monitor-repair-add-vo.ts +6 -0
- package/models/network-monitor-repair-details-dto.ts +15 -0
- package/models/offline-alert-device-vo.ts +36 -0
- package/models/offline-alert-submit-vo.ts +53 -0
- package/models/offline-alert-work-order-details-dto.ts +119 -0
- package/models/offline-alert-work-order-info.ts +86 -0
- package/models/offline-alert-work-order-vo.ts +53 -0
- package/models/result-code.ts +1 -0
- package/models/source-work-order-dto.ts +47 -0
- package/models/sync-device-unit-vo.ts +0 -12
- package/models/system-user-msg-source-type-enum.ts +2 -1
- package/models/work-order-ext-data.ts +9 -0
- package/models/work-order-internal-status-enum.ts +3 -1
- package/models/work-order-issue-type-enum.ts +11 -1
- package/models/work-order-report-vo.ts +10 -1
- package/models/work-order-search-dto.ts +6 -0
- package/models/work-order-settings-type-enum.ts +2 -1
- package/models/work-order-source-enum.ts +1 -1
- package/models/work-order-submit-vo.ts +33 -0
- package/models/work-order-type-enum.ts +2 -1
- package/package.json +1 -1
|
@@ -19,16 +19,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
19
19
|
export interface GetUserWx200Response {
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
|
-
* @type {
|
|
22
|
+
* @type {number}
|
|
23
23
|
* @memberof GetUserWx200Response
|
|
24
24
|
*/
|
|
25
|
-
'
|
|
25
|
+
'status'?: number;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
28
|
+
* @type {Array<string>}
|
|
29
29
|
* @memberof GetUserWx200Response
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'headerNames'?: Array<string>;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {object}
|
|
@@ -41,6 +41,12 @@ export interface GetUserWx200Response {
|
|
|
41
41
|
* @memberof GetUserWx200Response
|
|
42
42
|
*/
|
|
43
43
|
'locale'?: GetUserWx200ResponseLocale;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof GetUserWx200Response
|
|
48
|
+
*/
|
|
49
|
+
'bufferSize'?: number;
|
|
44
50
|
/**
|
|
45
51
|
*
|
|
46
52
|
* @type {string}
|
|
@@ -59,12 +65,6 @@ export interface GetUserWx200Response {
|
|
|
59
65
|
* @memberof GetUserWx200Response
|
|
60
66
|
*/
|
|
61
67
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {number}
|
|
65
|
-
* @memberof GetUserWx200Response
|
|
66
|
-
*/
|
|
67
|
-
'bufferSize'?: number;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
|
@@ -469,6 +469,7 @@ export * from './json-result-network-monitor-repair-details-dto';
|
|
|
469
469
|
export * from './json-result-news-entity';
|
|
470
470
|
export * from './json-result-node-dto';
|
|
471
471
|
export * from './json-result-object';
|
|
472
|
+
export * from './json-result-offline-alert-work-order-details-dto';
|
|
472
473
|
export * from './json-result-owner-kanban-energy-dto';
|
|
473
474
|
export * from './json-result-owner-kanban-index-safety-inspection-dto';
|
|
474
475
|
export * from './json-result-owner-kanban-two-park-call-police-number-statistics-dto';
|
|
@@ -597,6 +598,11 @@ export * from './news-query-vo';
|
|
|
597
598
|
export * from './node-dto';
|
|
598
599
|
export * from './node-type-enum';
|
|
599
600
|
export * from './notice-vo';
|
|
601
|
+
export * from './offline-alert-device-vo';
|
|
602
|
+
export * from './offline-alert-submit-vo';
|
|
603
|
+
export * from './offline-alert-work-order-details-dto';
|
|
604
|
+
export * from './offline-alert-work-order-info';
|
|
605
|
+
export * from './offline-alert-work-order-vo';
|
|
600
606
|
export * from './open-barrier-po';
|
|
601
607
|
export * from './operate-message-details-dto';
|
|
602
608
|
export * from './orders';
|
|
@@ -721,6 +727,7 @@ export * from './select-park-energy-bill-detail-bo';
|
|
|
721
727
|
export * from './select-time-cost-tenant-rent-bill-bo';
|
|
722
728
|
export * from './source-alert-dto';
|
|
723
729
|
export * from './source-feedback-dto';
|
|
730
|
+
export * from './source-work-order-dto';
|
|
724
731
|
export * from './source-work-order-inspection-dto';
|
|
725
732
|
export * from './space';
|
|
726
733
|
export * from './space-add-excel-dto';
|
|
@@ -885,6 +892,7 @@ export * from './work-order-staging-data-vo';
|
|
|
885
892
|
export * from './work-order-status-vo';
|
|
886
893
|
export * from './work-order-step-by-step-push-dto';
|
|
887
894
|
export * from './work-order-step-by-step-push-user-details-dto';
|
|
895
|
+
export * from './work-order-submit-vo';
|
|
888
896
|
export * from './work-order-surveillance-dto';
|
|
889
897
|
export * from './work-order-type-dto';
|
|
890
898
|
export * from './work-order-type-enum';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -469,6 +469,7 @@ export * from './json-result-network-monitor-repair-details-dto';
|
|
|
469
469
|
export * from './json-result-news-entity';
|
|
470
470
|
export * from './json-result-node-dto';
|
|
471
471
|
export * from './json-result-object';
|
|
472
|
+
export * from './json-result-offline-alert-work-order-details-dto';
|
|
472
473
|
export * from './json-result-owner-kanban-energy-dto';
|
|
473
474
|
export * from './json-result-owner-kanban-index-safety-inspection-dto';
|
|
474
475
|
export * from './json-result-owner-kanban-two-park-call-police-number-statistics-dto';
|
|
@@ -597,6 +598,11 @@ export * from './news-query-vo';
|
|
|
597
598
|
export * from './node-dto';
|
|
598
599
|
export * from './node-type-enum';
|
|
599
600
|
export * from './notice-vo';
|
|
601
|
+
export * from './offline-alert-device-vo';
|
|
602
|
+
export * from './offline-alert-submit-vo';
|
|
603
|
+
export * from './offline-alert-work-order-details-dto';
|
|
604
|
+
export * from './offline-alert-work-order-info';
|
|
605
|
+
export * from './offline-alert-work-order-vo';
|
|
600
606
|
export * from './open-barrier-po';
|
|
601
607
|
export * from './operate-message-details-dto';
|
|
602
608
|
export * from './orders';
|
|
@@ -721,6 +727,7 @@ export * from './select-park-energy-bill-detail-bo';
|
|
|
721
727
|
export * from './select-time-cost-tenant-rent-bill-bo';
|
|
722
728
|
export * from './source-alert-dto';
|
|
723
729
|
export * from './source-feedback-dto';
|
|
730
|
+
export * from './source-work-order-dto';
|
|
724
731
|
export * from './source-work-order-inspection-dto';
|
|
725
732
|
export * from './space';
|
|
726
733
|
export * from './space-add-excel-dto';
|
|
@@ -885,6 +892,7 @@ export * from './work-order-staging-data-vo';
|
|
|
885
892
|
export * from './work-order-status-vo';
|
|
886
893
|
export * from './work-order-step-by-step-push-dto';
|
|
887
894
|
export * from './work-order-step-by-step-push-user-details-dto';
|
|
895
|
+
export * from './work-order-submit-vo';
|
|
888
896
|
export * from './work-order-surveillance-dto';
|
|
889
897
|
export * from './work-order-type-dto';
|
|
890
898
|
export * from './work-order-type-enum';
|
|
@@ -36,10 +36,10 @@ export interface IPageAccessVO {
|
|
|
36
36
|
'records'?: Array<AccessVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {number}
|
|
40
40
|
* @memberof IPageAccessVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'pages'?: number;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
45
|
* @type {boolean}
|
|
@@ -49,10 +49,10 @@ export interface IPageAccessVO {
|
|
|
49
49
|
'hitCount'?: boolean;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {boolean}
|
|
53
53
|
* @memberof IPageAccessVO
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -0,0 +1,62 @@
|
|
|
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 { OfflineAlertWorkOrderDetailsDto } from './offline-alert-work-order-details-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultOfflineAlertWorkOrderDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultOfflineAlertWorkOrderDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {OfflineAlertWorkOrderDetailsDto}
|
|
41
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: OfflineAlertWorkOrderDetailsDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -84,4 +84,10 @@ export interface NetworkMonitorRepairAddVo {
|
|
|
84
84
|
* @memberof NetworkMonitorRepairAddVo
|
|
85
85
|
*/
|
|
86
86
|
'workOrderSource': WorkOrderSourceEnum;
|
|
87
|
+
/**
|
|
88
|
+
* 来源工单ID
|
|
89
|
+
* @type {number}
|
|
90
|
+
* @memberof NetworkMonitorRepairAddVo
|
|
91
|
+
*/
|
|
92
|
+
'sourceWorkOrderId'?: number;
|
|
87
93
|
}
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
13
13
|
import type { SourceAlertDTO } from './source-alert-dto';
|
|
14
|
+
import type { SourceWorkOrderDTO } from './source-work-order-dto';
|
|
14
15
|
import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
15
16
|
import type { WorkOrderExtData } from './work-order-ext-data';
|
|
16
17
|
import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
@@ -153,6 +154,18 @@ export interface NetworkMonitorRepairDetailsDto {
|
|
|
153
154
|
* @memberof NetworkMonitorRepairDetailsDto
|
|
154
155
|
*/
|
|
155
156
|
'workOrderExtData'?: WorkOrderExtData;
|
|
157
|
+
/**
|
|
158
|
+
* 来源ID
|
|
159
|
+
* @type {number}
|
|
160
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
161
|
+
*/
|
|
162
|
+
'sourceId'?: number;
|
|
163
|
+
/**
|
|
164
|
+
*
|
|
165
|
+
* @type {SourceWorkOrderDTO}
|
|
166
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
167
|
+
*/
|
|
168
|
+
'sourceWorkOrder'?: SourceWorkOrderDTO;
|
|
156
169
|
}
|
|
157
170
|
export declare const NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum: {
|
|
158
171
|
readonly Pending: "PENDING";
|
|
@@ -0,0 +1,30 @@
|
|
|
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 OfflineAlertDeviceVo
|
|
16
|
+
*/
|
|
17
|
+
export interface OfflineAlertDeviceVo {
|
|
18
|
+
/**
|
|
19
|
+
* 设备id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof OfflineAlertDeviceVo
|
|
22
|
+
*/
|
|
23
|
+
'deviceId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 设备名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof OfflineAlertDeviceVo
|
|
28
|
+
*/
|
|
29
|
+
'deviceName'?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 离线告警工单参数
|
|
15
|
+
* @export
|
|
16
|
+
* @interface OfflineAlertSubmitVo
|
|
17
|
+
*/
|
|
18
|
+
export interface OfflineAlertSubmitVo {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
22
|
+
* @memberof OfflineAlertSubmitVo
|
|
23
|
+
*/
|
|
24
|
+
'issueType'?: WorkOrderIssueTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
* 要求修复时间
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof OfflineAlertSubmitVo
|
|
29
|
+
*/
|
|
30
|
+
'requireRepairTime'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* 原因描述
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof OfflineAlertSubmitVo
|
|
35
|
+
*/
|
|
36
|
+
'reasonDescription'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 图片/视频地址
|
|
39
|
+
* @type {Array<string>}
|
|
40
|
+
* @memberof OfflineAlertSubmitVo
|
|
41
|
+
*/
|
|
42
|
+
'reasonImage'?: Array<string>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,98 @@
|
|
|
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 { WorkOrderExtData } from './work-order-ext-data';
|
|
13
|
+
import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
14
|
+
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
15
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
16
|
+
import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
|
|
17
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
18
|
+
/**
|
|
19
|
+
* 离线告警工单详情
|
|
20
|
+
* @export
|
|
21
|
+
* @interface OfflineAlertWorkOrderDetailsDto
|
|
22
|
+
*/
|
|
23
|
+
export interface OfflineAlertWorkOrderDetailsDto {
|
|
24
|
+
/**
|
|
25
|
+
* 工单id
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
28
|
+
*/
|
|
29
|
+
'workOrderId'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 园区ID
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
34
|
+
*/
|
|
35
|
+
'parkId'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 工单编号
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
40
|
+
*/
|
|
41
|
+
'workOrderNo'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 工单名称
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
46
|
+
*/
|
|
47
|
+
'workOrderName'?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {WorkOrderTypeEnum}
|
|
51
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
52
|
+
*/
|
|
53
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
54
|
+
/**
|
|
55
|
+
* 工单状态
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
58
|
+
*/
|
|
59
|
+
'workOrderStatus'?: OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {WorkOrderSponsorDto}
|
|
63
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
64
|
+
*/
|
|
65
|
+
'sponsor'?: WorkOrderSponsorDto;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {WorkOrderHandlerDto}
|
|
69
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
70
|
+
*/
|
|
71
|
+
'handler'?: WorkOrderHandlerDto;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
75
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
76
|
+
*/
|
|
77
|
+
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {WorkOrderInternalStatusEnum}
|
|
81
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
82
|
+
*/
|
|
83
|
+
'internalStatus'?: WorkOrderInternalStatusEnum;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @type {WorkOrderExtData}
|
|
87
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
88
|
+
*/
|
|
89
|
+
'workOrderExtData'?: WorkOrderExtData;
|
|
90
|
+
}
|
|
91
|
+
export declare const OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum: {
|
|
92
|
+
readonly Pending: "PENDING";
|
|
93
|
+
readonly InProgress: "IN_PROGRESS";
|
|
94
|
+
readonly Completed: "COMPLETED";
|
|
95
|
+
readonly Overdue: "OVERDUE";
|
|
96
|
+
readonly Closed: "CLOSED";
|
|
97
|
+
};
|
|
98
|
+
export type OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum = typeof OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum[keyof typeof OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum];
|
|
@@ -0,0 +1,20 @@
|
|
|
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 const OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum = {
|
|
15
|
+
Pending: 'PENDING',
|
|
16
|
+
InProgress: 'IN_PROGRESS',
|
|
17
|
+
Completed: 'COMPLETED',
|
|
18
|
+
Overdue: 'OVERDUE',
|
|
19
|
+
Closed: 'CLOSED'
|
|
20
|
+
};
|
|
@@ -0,0 +1,72 @@
|
|
|
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 { OfflineAlertDeviceVo } from './offline-alert-device-vo';
|
|
13
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
14
|
+
/**
|
|
15
|
+
* 离线告警工单信息
|
|
16
|
+
* @export
|
|
17
|
+
* @interface OfflineAlertWorkOrderInfo
|
|
18
|
+
*/
|
|
19
|
+
export interface OfflineAlertWorkOrderInfo {
|
|
20
|
+
/**
|
|
21
|
+
* 离线告警设备
|
|
22
|
+
* @type {Array<OfflineAlertDeviceVo>}
|
|
23
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
24
|
+
*/
|
|
25
|
+
'devices'?: Array<OfflineAlertDeviceVo>;
|
|
26
|
+
/**
|
|
27
|
+
* 离线告警设备类型枚举
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
30
|
+
*/
|
|
31
|
+
'deviceType'?: OfflineAlertWorkOrderInfoDeviceTypeEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 离线告警风险等级枚举
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
36
|
+
*/
|
|
37
|
+
'riskLevel'?: OfflineAlertWorkOrderInfoRiskLevelEnum;
|
|
38
|
+
/**
|
|
39
|
+
* 要求修复时间
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
42
|
+
*/
|
|
43
|
+
'requireRepairTime'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 原因描述
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
48
|
+
*/
|
|
49
|
+
'reasonDescription'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 原因图片
|
|
52
|
+
* @type {Array<string>}
|
|
53
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
54
|
+
*/
|
|
55
|
+
'reasonImage'?: Array<string>;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
59
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
60
|
+
*/
|
|
61
|
+
'issueType'?: WorkOrderIssueTypeEnum;
|
|
62
|
+
}
|
|
63
|
+
export declare const OfflineAlertWorkOrderInfoDeviceTypeEnum: {
|
|
64
|
+
readonly Surveillance: "SURVEILLANCE";
|
|
65
|
+
};
|
|
66
|
+
export type OfflineAlertWorkOrderInfoDeviceTypeEnum = typeof OfflineAlertWorkOrderInfoDeviceTypeEnum[keyof typeof OfflineAlertWorkOrderInfoDeviceTypeEnum];
|
|
67
|
+
export declare const OfflineAlertWorkOrderInfoRiskLevelEnum: {
|
|
68
|
+
readonly VeryHigh: "VERY_HIGH";
|
|
69
|
+
readonly High: "HIGH";
|
|
70
|
+
readonly Low: "LOW";
|
|
71
|
+
};
|
|
72
|
+
export type OfflineAlertWorkOrderInfoRiskLevelEnum = typeof OfflineAlertWorkOrderInfoRiskLevelEnum[keyof typeof OfflineAlertWorkOrderInfoRiskLevelEnum];
|
|
@@ -0,0 +1,21 @@
|
|
|
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 const OfflineAlertWorkOrderInfoDeviceTypeEnum = {
|
|
15
|
+
Surveillance: 'SURVEILLANCE'
|
|
16
|
+
};
|
|
17
|
+
export const OfflineAlertWorkOrderInfoRiskLevelEnum = {
|
|
18
|
+
VeryHigh: 'VERY_HIGH',
|
|
19
|
+
High: 'HIGH',
|
|
20
|
+
Low: 'LOW'
|
|
21
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 设备离线告警工单
|
|
15
|
+
* @export
|
|
16
|
+
* @interface OfflineAlertWorkOrderVo
|
|
17
|
+
*/
|
|
18
|
+
export interface OfflineAlertWorkOrderVo {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
22
|
+
* @memberof OfflineAlertWorkOrderVo
|
|
23
|
+
*/
|
|
24
|
+
'issueType'?: WorkOrderIssueTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
* 要求修复时间
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof OfflineAlertWorkOrderVo
|
|
29
|
+
*/
|
|
30
|
+
'requireRepairTime'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* 原因描述
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof OfflineAlertWorkOrderVo
|
|
35
|
+
*/
|
|
36
|
+
'reasonDescription'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 原因图片/视频地址
|
|
39
|
+
* @type {Array<string>}
|
|
40
|
+
* @memberof OfflineAlertWorkOrderVo
|
|
41
|
+
*/
|
|
42
|
+
'reasonImage'?: Array<string>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -131,6 +131,7 @@ export declare const ResultCode: {
|
|
|
131
131
|
readonly IncorrectPassword: "INCORRECT_PASSWORD";
|
|
132
132
|
readonly IncorrectInspectionOrder: "INCORRECT_INSPECTION_ORDER";
|
|
133
133
|
readonly ThirdPartyFailure: "THIRD_PARTY_FAILURE";
|
|
134
|
+
readonly WorkOrderIssueType: "WORK_ORDER_ISSUE_TYPE";
|
|
134
135
|
readonly UnknownException: "UNKNOWN_EXCEPTION";
|
|
135
136
|
readonly RecordAlreadyExistsInTheDatabase: "RECORD_ALREADY_EXISTS_IN_THE_DATABASE";
|
|
136
137
|
readonly SqlException: "SQL_EXCEPTION";
|
|
@@ -133,6 +133,7 @@ export const ResultCode = {
|
|
|
133
133
|
IncorrectPassword: 'INCORRECT_PASSWORD',
|
|
134
134
|
IncorrectInspectionOrder: 'INCORRECT_INSPECTION_ORDER',
|
|
135
135
|
ThirdPartyFailure: 'THIRD_PARTY_FAILURE',
|
|
136
|
+
WorkOrderIssueType: 'WORK_ORDER_ISSUE_TYPE',
|
|
136
137
|
UnknownException: 'UNKNOWN_EXCEPTION',
|
|
137
138
|
RecordAlreadyExistsInTheDatabase: 'RECORD_ALREADY_EXISTS_IN_THE_DATABASE',
|
|
138
139
|
SqlException: 'SQL_EXCEPTION',
|