@gizone/rrs-client 3.11.17-alpha.99 → 4.0.0-alpha.106

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.
Files changed (138) hide show
  1. package/.openapi-generator/FILES +11 -2
  2. package/README.md +2 -2
  3. package/api.ts +1 -0
  4. package/apis/device-api.ts +153 -0
  5. package/apis/surveillance-api.ts +30 -105
  6. package/apis/work-order-api.ts +283 -0
  7. package/configuration.ts +1 -1
  8. package/dist/api.d.ts +1 -0
  9. package/dist/api.js +1 -0
  10. package/dist/apis/device-api.d.ts +88 -0
  11. package/dist/apis/device-api.js +139 -0
  12. package/dist/apis/surveillance-api.d.ts +30 -60
  13. package/dist/apis/surveillance-api.js +21 -75
  14. package/dist/apis/work-order-api.d.ts +149 -0
  15. package/dist/apis/work-order-api.js +214 -0
  16. package/dist/configuration.js +1 -1
  17. package/dist/esm/api.d.ts +1 -0
  18. package/dist/esm/api.js +1 -0
  19. package/dist/esm/apis/device-api.d.ts +88 -0
  20. package/dist/esm/apis/device-api.js +132 -0
  21. package/dist/esm/apis/surveillance-api.d.ts +30 -60
  22. package/dist/esm/apis/surveillance-api.js +20 -74
  23. package/dist/esm/apis/work-order-api.d.ts +149 -0
  24. package/dist/esm/apis/work-order-api.js +214 -0
  25. package/dist/esm/configuration.js +1 -1
  26. package/dist/esm/models/equipment-detail-dto.d.ts +8 -14
  27. package/dist/esm/models/equipment-point-edit-vo.d.ts +2 -8
  28. package/dist/esm/models/equipment-search-system-dto.d.ts +6 -12
  29. package/dist/esm/models/get-user-wx200-response.d.ts +4 -4
  30. package/dist/esm/models/index.d.ts +10 -2
  31. package/dist/esm/models/index.js +10 -2
  32. package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +56 -0
  33. package/dist/esm/models/surveillance-details-dto.d.ts +18 -111
  34. package/dist/esm/models/surveillance-details-dto.js +5 -1
  35. package/dist/esm/models/surveillance.d.ts +9 -4
  36. package/dist/esm/models/surveillance.js +5 -1
  37. package/dist/esm/models/sync-device-unit-vo.d.ts +180 -0
  38. package/dist/esm/models/sync-device-unit-vo.js +14 -0
  39. package/dist/esm/models/sync-equipment-vo.d.ts +24 -0
  40. package/dist/esm/models/sys-user.d.ts +4 -4
  41. package/dist/{models/surveillance-status-enum.d.ts → esm/models/violation-center-attribute-enum.d.ts} +5 -5
  42. package/dist/esm/models/{surveillance-status-enum.js → violation-center-attribute-enum.js} +4 -4
  43. package/dist/esm/models/violation-decision-vo.d.ts +68 -0
  44. package/dist/esm/models/violation-decision-vo.js +14 -0
  45. package/dist/esm/models/violation-issue-type-enum.d.ts +84 -0
  46. package/dist/esm/models/violation-issue-type-enum.js +85 -0
  47. package/dist/esm/models/violation-responsibility-role-enum.d.ts +21 -0
  48. package/dist/esm/models/violation-responsibility-role-enum.js +22 -0
  49. package/dist/esm/models/violation-work-order-add-vo.d.ts +87 -0
  50. package/dist/esm/models/violation-work-order-add-vo.js +14 -0
  51. package/dist/esm/models/violation-work-order-details-dto.d.ts +151 -0
  52. package/dist/esm/models/violation-work-order-details-dto.js +20 -0
  53. package/dist/esm/models/violation-work-order-info.d.ts +106 -0
  54. package/dist/esm/models/violation-work-order-info.js +14 -0
  55. package/dist/esm/models/{surveillance-status-enum.d.ts → work-order-approval-vo.d.ts} +10 -7
  56. package/dist/esm/models/work-order-approval-vo.js +14 -0
  57. package/dist/esm/models/work-order-decision-vo.d.ts +7 -0
  58. package/dist/esm/models/work-order-ext-data.d.ts +7 -0
  59. package/dist/esm/models/work-order-internal-status-enum.d.ts +3 -0
  60. package/dist/esm/models/work-order-internal-status-enum.js +4 -1
  61. package/dist/esm/models/work-order-issue-type-enum.d.ts +7 -1
  62. package/dist/esm/models/work-order-issue-type-enum.js +8 -2
  63. package/dist/esm/models/work-order-source-enum.d.ts +1 -0
  64. package/dist/esm/models/work-order-source-enum.js +2 -1
  65. package/dist/esm/models/work-order-type-enum.d.ts +1 -0
  66. package/dist/esm/models/work-order-type-enum.js +2 -1
  67. package/dist/models/equipment-detail-dto.d.ts +8 -14
  68. package/dist/models/equipment-point-edit-vo.d.ts +2 -8
  69. package/dist/models/equipment-search-system-dto.d.ts +6 -12
  70. package/dist/models/get-user-wx200-response.d.ts +4 -4
  71. package/dist/models/index.d.ts +10 -2
  72. package/dist/models/index.js +10 -2
  73. package/dist/models/json-result-violation-work-order-details-dto.d.ts +56 -0
  74. package/dist/models/surveillance-details-dto.d.ts +18 -111
  75. package/dist/models/surveillance-details-dto.js +6 -0
  76. package/dist/models/surveillance.d.ts +9 -4
  77. package/dist/models/surveillance.js +6 -0
  78. package/dist/models/sync-device-unit-vo.d.ts +180 -0
  79. package/dist/models/sync-device-unit-vo.js +15 -0
  80. package/dist/models/sync-equipment-vo.d.ts +24 -0
  81. package/dist/models/sys-user.d.ts +4 -4
  82. package/dist/models/violation-center-attribute-enum.d.ts +21 -0
  83. package/dist/models/{surveillance-status-enum.js → violation-center-attribute-enum.js} +5 -5
  84. package/dist/models/violation-decision-vo.d.ts +68 -0
  85. package/dist/models/violation-decision-vo.js +15 -0
  86. package/dist/models/violation-issue-type-enum.d.ts +84 -0
  87. package/dist/models/violation-issue-type-enum.js +88 -0
  88. package/dist/models/violation-responsibility-role-enum.d.ts +21 -0
  89. package/dist/models/violation-responsibility-role-enum.js +25 -0
  90. package/dist/models/violation-work-order-add-vo.d.ts +87 -0
  91. package/dist/models/violation-work-order-add-vo.js +15 -0
  92. package/dist/models/violation-work-order-details-dto.d.ts +151 -0
  93. package/dist/models/violation-work-order-details-dto.js +23 -0
  94. package/dist/models/violation-work-order-info.d.ts +106 -0
  95. package/dist/models/violation-work-order-info.js +15 -0
  96. package/dist/models/work-order-approval-vo.d.ts +24 -0
  97. package/dist/models/work-order-approval-vo.js +15 -0
  98. package/dist/models/work-order-decision-vo.d.ts +7 -0
  99. package/dist/models/work-order-ext-data.d.ts +7 -0
  100. package/dist/models/work-order-internal-status-enum.d.ts +3 -0
  101. package/dist/models/work-order-internal-status-enum.js +4 -1
  102. package/dist/models/work-order-issue-type-enum.d.ts +7 -1
  103. package/dist/models/work-order-issue-type-enum.js +8 -2
  104. package/dist/models/work-order-source-enum.d.ts +1 -0
  105. package/dist/models/work-order-source-enum.js +2 -1
  106. package/dist/models/work-order-type-enum.d.ts +1 -0
  107. package/dist/models/work-order-type-enum.js +2 -1
  108. package/models/equipment-detail-dto.ts +8 -14
  109. package/models/equipment-point-edit-vo.ts +2 -8
  110. package/models/equipment-search-system-dto.ts +6 -12
  111. package/models/get-user-wx200-response.ts +4 -4
  112. package/models/index.ts +10 -2
  113. package/models/json-result-violation-work-order-details-dto.ts +66 -0
  114. package/models/surveillance-details-dto.ts +19 -117
  115. package/models/surveillance.ts +10 -6
  116. package/models/sync-device-unit-vo.ts +186 -0
  117. package/models/sync-equipment-vo.ts +24 -0
  118. package/models/sys-user.ts +4 -4
  119. package/models/violation-center-attribute-enum.ts +31 -0
  120. package/models/violation-decision-vo.ts +80 -0
  121. package/models/violation-issue-type-enum.ts +94 -0
  122. package/models/violation-responsibility-role-enum.ts +31 -0
  123. package/models/violation-work-order-add-vo.ts +101 -0
  124. package/models/violation-work-order-details-dto.ts +182 -0
  125. package/models/violation-work-order-info.ts +122 -0
  126. package/models/{surveillance-status-enum.ts → work-order-approval-vo.ts} +10 -11
  127. package/models/work-order-decision-vo.ts +9 -0
  128. package/models/work-order-ext-data.ts +9 -0
  129. package/models/work-order-internal-status-enum.ts +4 -1
  130. package/models/work-order-issue-type-enum.ts +8 -2
  131. package/models/work-order-source-enum.ts +2 -1
  132. package/models/work-order-type-enum.ts +2 -1
  133. package/package.json +1 -1
  134. package/dist/esm/models/surveillance-add-vo.d.ts +0 -156
  135. package/dist/models/surveillance-add-vo.d.ts +0 -156
  136. package/models/surveillance-add-vo.ts +0 -162
  137. /package/dist/esm/models/{surveillance-add-vo.js → json-result-violation-work-order-details-dto.js} +0 -0
  138. /package/dist/models/{surveillance-add-vo.js → json-result-violation-work-order-details-dto.js} +0 -0
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,151 @@
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 { SourceAlertDTO } from './source-alert-dto';
13
+ import type { WorkOrderDeptDTO } from './work-order-dept-dto';
14
+ import type { WorkOrderExtData } from './work-order-ext-data';
15
+ import type { WorkOrderHandlerDto } from './work-order-handler-dto';
16
+ import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
17
+ import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
18
+ import type { WorkOrderSourceEnum } from './work-order-source-enum';
19
+ import type { WorkOrderSpaceDto } from './work-order-space-dto';
20
+ import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
21
+ import type { WorkOrderSurveillanceDto } from './work-order-surveillance-dto';
22
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
23
+ /**
24
+ * 违规工单详情
25
+ * @export
26
+ * @interface ViolationWorkOrderDetailsDto
27
+ */
28
+ export interface ViolationWorkOrderDetailsDto {
29
+ /**
30
+ * 工单ID
31
+ * @type {number}
32
+ * @memberof ViolationWorkOrderDetailsDto
33
+ */
34
+ 'id'?: number;
35
+ /**
36
+ * 园区ID
37
+ * @type {number}
38
+ * @memberof ViolationWorkOrderDetailsDto
39
+ */
40
+ 'parkId'?: number;
41
+ /**
42
+ * 工单编号
43
+ * @type {string}
44
+ * @memberof ViolationWorkOrderDetailsDto
45
+ */
46
+ 'workOrderNo'?: string;
47
+ /**
48
+ * 工单名称
49
+ * @type {string}
50
+ * @memberof ViolationWorkOrderDetailsDto
51
+ */
52
+ 'workOrderName'?: string;
53
+ /**
54
+ *
55
+ * @type {WorkOrderTypeEnum}
56
+ * @memberof ViolationWorkOrderDetailsDto
57
+ */
58
+ 'workOrderType'?: WorkOrderTypeEnum;
59
+ /**
60
+ * 工单状态
61
+ * @type {string}
62
+ * @memberof ViolationWorkOrderDetailsDto
63
+ */
64
+ 'workOrderStatus'?: ViolationWorkOrderDetailsDtoWorkOrderStatusEnum;
65
+ /**
66
+ * 工单执行部门列表
67
+ * @type {Array<WorkOrderDeptDTO>}
68
+ * @memberof ViolationWorkOrderDetailsDto
69
+ */
70
+ 'workOrderDepts'?: Array<WorkOrderDeptDTO>;
71
+ /**
72
+ *
73
+ * @type {WorkOrderSourceEnum}
74
+ * @memberof ViolationWorkOrderDetailsDto
75
+ */
76
+ 'workOrderSource'?: WorkOrderSourceEnum;
77
+ /**
78
+ *
79
+ * @type {SourceAlertDTO}
80
+ * @memberof ViolationWorkOrderDetailsDto
81
+ */
82
+ 'sourceAlert'?: SourceAlertDTO;
83
+ /**
84
+ *
85
+ * @type {WorkOrderIssueTypeEnum}
86
+ * @memberof ViolationWorkOrderDetailsDto
87
+ */
88
+ 'workOrderIssueType'?: WorkOrderIssueTypeEnum;
89
+ /**
90
+ * 监控设备详情
91
+ * @type {Array<WorkOrderSurveillanceDto>}
92
+ * @memberof ViolationWorkOrderDetailsDto
93
+ */
94
+ 'surveillances'?: Array<WorkOrderSurveillanceDto>;
95
+ /**
96
+ *
97
+ * @type {WorkOrderSpaceDto}
98
+ * @memberof ViolationWorkOrderDetailsDto
99
+ */
100
+ 'space'?: WorkOrderSpaceDto;
101
+ /**
102
+ * 图片
103
+ * @type {Array<string>}
104
+ * @memberof ViolationWorkOrderDetailsDto
105
+ */
106
+ 'images'?: Array<string>;
107
+ /**
108
+ * 视频
109
+ * @type {Array<string>}
110
+ * @memberof ViolationWorkOrderDetailsDto
111
+ */
112
+ 'imagesVideo'?: Array<string>;
113
+ /**
114
+ * 工单执行部门ID列表
115
+ * @type {Array<number>}
116
+ * @memberof ViolationWorkOrderDetailsDto
117
+ */
118
+ 'workOrderDeptIds'?: Array<number>;
119
+ /**
120
+ *
121
+ * @type {WorkOrderInternalStatusEnum}
122
+ * @memberof ViolationWorkOrderDetailsDto
123
+ */
124
+ 'internalStatus'?: WorkOrderInternalStatusEnum;
125
+ /**
126
+ *
127
+ * @type {WorkOrderSponsorDto}
128
+ * @memberof ViolationWorkOrderDetailsDto
129
+ */
130
+ 'sponsor'?: WorkOrderSponsorDto;
131
+ /**
132
+ *
133
+ * @type {WorkOrderHandlerDto}
134
+ * @memberof ViolationWorkOrderDetailsDto
135
+ */
136
+ 'handler'?: WorkOrderHandlerDto;
137
+ /**
138
+ *
139
+ * @type {WorkOrderExtData}
140
+ * @memberof ViolationWorkOrderDetailsDto
141
+ */
142
+ 'workOrderExtData'?: WorkOrderExtData;
143
+ }
144
+ export declare const ViolationWorkOrderDetailsDtoWorkOrderStatusEnum: {
145
+ readonly Pending: "PENDING";
146
+ readonly InProgress: "IN_PROGRESS";
147
+ readonly Completed: "COMPLETED";
148
+ readonly Overdue: "OVERDUE";
149
+ readonly Closed: "CLOSED";
150
+ };
151
+ export type ViolationWorkOrderDetailsDtoWorkOrderStatusEnum = typeof ViolationWorkOrderDetailsDtoWorkOrderStatusEnum[keyof typeof ViolationWorkOrderDetailsDtoWorkOrderStatusEnum];
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ViolationWorkOrderDetailsDtoWorkOrderStatusEnum = void 0;
17
+ exports.ViolationWorkOrderDetailsDtoWorkOrderStatusEnum = {
18
+ Pending: 'PENDING',
19
+ InProgress: 'IN_PROGRESS',
20
+ Completed: 'COMPLETED',
21
+ Overdue: 'OVERDUE',
22
+ Closed: 'CLOSED'
23
+ };
@@ -0,0 +1,106 @@
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 { ViolationCenterAttributeEnum } from './violation-center-attribute-enum';
13
+ import type { ViolationIssueTypeEnum } from './violation-issue-type-enum';
14
+ import type { ViolationResponsibilityRoleEnum } from './violation-responsibility-role-enum';
15
+ import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
16
+ /**
17
+ * 违规工单信息
18
+ * @export
19
+ * @interface ViolationWorkOrderInfo
20
+ */
21
+ export interface ViolationWorkOrderInfo {
22
+ /**
23
+ *
24
+ * @type {WorkOrderIssueTypeEnum}
25
+ * @memberof ViolationWorkOrderInfo
26
+ */
27
+ 'workOrderIssueType'?: WorkOrderIssueTypeEnum;
28
+ /**
29
+ *
30
+ * @type {ViolationIssueTypeEnum}
31
+ * @memberof ViolationWorkOrderInfo
32
+ */
33
+ 'violationIssueType'?: ViolationIssueTypeEnum;
34
+ /**
35
+ * 是否成立
36
+ * @type {boolean}
37
+ * @memberof ViolationWorkOrderInfo
38
+ */
39
+ 'isEstablished'?: boolean;
40
+ /**
41
+ * 违规数量
42
+ * @type {number}
43
+ * @memberof ViolationWorkOrderInfo
44
+ */
45
+ 'violationCount'?: number;
46
+ /**
47
+ * OMS订单号
48
+ * @type {string}
49
+ * @memberof ViolationWorkOrderInfo
50
+ */
51
+ 'omsNo'?: string;
52
+ /**
53
+ *
54
+ * @type {ViolationResponsibilityRoleEnum}
55
+ * @memberof ViolationWorkOrderInfo
56
+ */
57
+ 'responsibilityRole'?: ViolationResponsibilityRoleEnum;
58
+ /**
59
+ * 责任供应商
60
+ * @type {string}
61
+ * @memberof ViolationWorkOrderInfo
62
+ */
63
+ 'responsibilitySupplier'?: string;
64
+ /**
65
+ * 责任人
66
+ * @type {string}
67
+ * @memberof ViolationWorkOrderInfo
68
+ */
69
+ 'responsibilityUser'?: string;
70
+ /**
71
+ *
72
+ * @type {ViolationCenterAttributeEnum}
73
+ * @memberof ViolationWorkOrderInfo
74
+ */
75
+ 'centerAttribute'?: ViolationCenterAttributeEnum;
76
+ /**
77
+ * 索赔内容
78
+ * @type {string}
79
+ * @memberof ViolationWorkOrderInfo
80
+ */
81
+ 'claimContent'?: string;
82
+ /**
83
+ * 索赔单号
84
+ * @type {string}
85
+ * @memberof ViolationWorkOrderInfo
86
+ */
87
+ 'claimNo'?: string;
88
+ /**
89
+ * 索赔工单状态
90
+ * @type {string}
91
+ * @memberof ViolationWorkOrderInfo
92
+ */
93
+ 'claimStatus'?: string;
94
+ /**
95
+ * 索赔金额
96
+ * @type {number}
97
+ * @memberof ViolationWorkOrderInfo
98
+ */
99
+ 'claimAmount'?: number;
100
+ /**
101
+ * 所属项目
102
+ * @type {string}
103
+ * @memberof ViolationWorkOrderInfo
104
+ */
105
+ 'projectName'?: string;
106
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,24 @@
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 WorkOrderApprovalVo
16
+ */
17
+ export interface WorkOrderApprovalVo {
18
+ /**
19
+ * 是否同意
20
+ * @type {boolean}
21
+ * @memberof WorkOrderApprovalVo
22
+ */
23
+ 'isApproved'?: boolean;
24
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { NetworkMonitorRepairDecisionVo } from './network-monitor-repair-decision-vo';
13
+ import type { ViolationDecisionVo } from './violation-decision-vo';
13
14
  /**
14
15
  * 工单判定参数
15
16
  * @export
@@ -22,4 +23,10 @@ export interface WorkOrderDecisionVo {
22
23
  * @memberof WorkOrderDecisionVo
23
24
  */
24
25
  'networkMonitorRepairDecision'?: NetworkMonitorRepairDecisionVo;
26
+ /**
27
+ *
28
+ * @type {ViolationDecisionVo}
29
+ * @memberof WorkOrderDecisionVo
30
+ */
31
+ 'violationDecision'?: ViolationDecisionVo;
25
32
  }
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { NetworkRepairInfo } from './network-repair-info';
13
+ import type { ViolationWorkOrderInfo } from './violation-work-order-info';
13
14
  /**
14
15
  * 工单扩展数据
15
16
  * @export
@@ -22,4 +23,10 @@ export interface WorkOrderExtData {
22
23
  * @memberof WorkOrderExtData
23
24
  */
24
25
  'networkRepairInfo'?: NetworkRepairInfo;
26
+ /**
27
+ *
28
+ * @type {ViolationWorkOrderInfo}
29
+ * @memberof WorkOrderExtData
30
+ */
31
+ 'violationWorkOrderInfo'?: ViolationWorkOrderInfo;
25
32
  }
@@ -22,5 +22,8 @@ export declare const WorkOrderInternalStatusEnum: {
22
22
  readonly NetworkMonitorRepairInProgressLevelOne: "NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_ONE";
23
23
  readonly NetworkMonitorRepairInProgressLevelTwo: "NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_TWO";
24
24
  readonly NetworkMonitorRepairInProgressLevelThree: "NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE";
25
+ readonly ViolationWorkOrderInProgressLevelOne: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
26
+ readonly ViolationWorkOrderInProgressLevelTwo: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
27
+ readonly ViolationWorkOrderInProgressLevelThree: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE";
25
28
  };
26
29
  export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
@@ -26,5 +26,8 @@ exports.WorkOrderInternalStatusEnum = {
26
26
  RepairInProgressLevelFour: 'REPAIR_IN_PROGRESS_LEVEL_FOUR',
27
27
  NetworkMonitorRepairInProgressLevelOne: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_ONE',
28
28
  NetworkMonitorRepairInProgressLevelTwo: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_TWO',
29
- NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE'
29
+ NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE',
30
+ ViolationWorkOrderInProgressLevelOne: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
31
+ ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
32
+ ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
30
33
  };
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * 工单问题类型
13
+ * 违规大类
14
14
  * @export
15
15
  * @enum {string}
16
16
  */
@@ -25,5 +25,11 @@ export declare const WorkOrderIssueTypeEnum: {
25
25
  readonly Networking: "NETWORKING";
26
26
  readonly Surveillance: "SURVEILLANCE";
27
27
  readonly DesktopTerminal: "DESKTOP_TERMINAL";
28
+ readonly SafetyViolation: "SAFETY_VIOLATION";
29
+ readonly WarehouseQualityIssue: "WAREHOUSE_QUALITY_ISSUE";
30
+ readonly TransportQualityIssue: "TRANSPORT_QUALITY_ISSUE";
31
+ readonly LoadingQualityIssue: "LOADING_QUALITY_ISSUE";
32
+ readonly ClaimRecovery: "CLAIM_RECOVERY";
33
+ readonly Operations: "OPERATIONS";
28
34
  };
29
35
  export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
@@ -15,7 +15,7 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.WorkOrderIssueTypeEnum = void 0;
17
17
  /**
18
- * 工单问题类型
18
+ * 违规大类
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
@@ -29,5 +29,11 @@ exports.WorkOrderIssueTypeEnum = {
29
29
  SecurityIssue: 'SECURITY_ISSUE',
30
30
  Networking: 'NETWORKING',
31
31
  Surveillance: 'SURVEILLANCE',
32
- DesktopTerminal: 'DESKTOP_TERMINAL'
32
+ DesktopTerminal: 'DESKTOP_TERMINAL',
33
+ SafetyViolation: 'SAFETY_VIOLATION',
34
+ WarehouseQualityIssue: 'WAREHOUSE_QUALITY_ISSUE',
35
+ TransportQualityIssue: 'TRANSPORT_QUALITY_ISSUE',
36
+ LoadingQualityIssue: 'LOADING_QUALITY_ISSUE',
37
+ ClaimRecovery: 'CLAIM_RECOVERY',
38
+ Operations: 'OPERATIONS'
33
39
  };
@@ -22,5 +22,6 @@ export declare const WorkOrderSourceEnum: {
22
22
  readonly AiInspectionTransferWorkOrder: "AI_INSPECTION_TRANSFER_WORK_ORDER";
23
23
  readonly MaintenanceTransferWorkOrder: "MAINTENANCE_TRANSFER_WORK_ORDER";
24
24
  readonly SurveillanceOffLineTransferWorkOrder: "SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER";
25
+ readonly HkAiAlertTransferWorkOrder: "HK_AI_ALERT_TRANSFER_WORK_ORDER";
25
26
  };
26
27
  export type WorkOrderSourceEnum = typeof WorkOrderSourceEnum[keyof typeof WorkOrderSourceEnum];
@@ -26,5 +26,6 @@ exports.WorkOrderSourceEnum = {
26
26
  InspectionTransferWorkOrder: 'INSPECTION_TRANSFER_WORK_ORDER',
27
27
  AiInspectionTransferWorkOrder: 'AI_INSPECTION_TRANSFER_WORK_ORDER',
28
28
  MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
29
- SurveillanceOffLineTransferWorkOrder: 'SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER'
29
+ SurveillanceOffLineTransferWorkOrder: 'SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER',
30
+ HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
30
31
  };
@@ -31,5 +31,6 @@ export declare const WorkOrderTypeEnum: {
31
31
  readonly VideoRecognitionAlarm: "VIDEO_RECOGNITION_ALARM";
32
32
  readonly AiInspection: "AI_INSPECTION";
33
33
  readonly NetworkRepairWorkOrder: "NETWORK_REPAIR_WORK_ORDER";
34
+ readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
34
35
  };
35
36
  export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
@@ -35,5 +35,6 @@ exports.WorkOrderTypeEnum = {
35
35
  GasMeterWorkOrder: 'GAS_METER_WORK_ORDER',
36
36
  VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
37
37
  AiInspection: 'AI_INSPECTION',
38
- NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER'
38
+ NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
39
+ ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
39
40
  };
@@ -158,12 +158,18 @@ export interface EquipmentDetailDTO {
158
158
  * @memberof EquipmentDetailDTO
159
159
  */
160
160
  'planImage'?: string;
161
+ /**
162
+ * 设备点位
163
+ * @type {Array<number>}
164
+ * @memberof EquipmentDetailDTO
165
+ */
166
+ 'equipmentPoint'?: Array<number>;
161
167
  /**
162
168
  * 空间点位
163
- * @type {string}
169
+ * @type {Array<Array<number>>}
164
170
  * @memberof EquipmentDetailDTO
165
171
  */
166
- 'spacePoint'?: string;
172
+ 'spacePoint'?: Array<Array<number>>;
167
173
  /**
168
174
  * 空间id
169
175
  * @type {number}
@@ -218,17 +224,5 @@ export interface EquipmentDetailDTO {
218
224
  * @memberof EquipmentDetailDTO
219
225
  */
220
226
  'relatedEquipmentIds'?: Array<number>;
221
- /**
222
- *
223
- * @type {string}
224
- * @memberof EquipmentDetailDTO
225
- */
226
- 'xaxis'?: string;
227
- /**
228
- *
229
- * @type {string}
230
- * @memberof EquipmentDetailDTO
231
- */
232
- 'yaxis'?: string;
233
227
  }
234
228
 
@@ -28,15 +28,9 @@ export interface EquipmentPointEditVo {
28
28
  'id': number;
29
29
  /**
30
30
  * 点位编码
31
- * @type {string}
31
+ * @type {Array<number>}
32
32
  * @memberof EquipmentPointEditVo
33
33
  */
34
- 'equipmentPointXAxis'?: string;
35
- /**
36
- * 点位编码
37
- * @type {string}
38
- * @memberof EquipmentPointEditVo
39
- */
40
- 'equipmentPointYAxis'?: string;
34
+ 'equipmentPoint'?: Array<number>;
41
35
  }
42
36
 
@@ -173,12 +173,6 @@ export interface EquipmentSearchSystemDTO {
173
173
  * @memberof EquipmentSearchSystemDTO
174
174
  */
175
175
  'planImage'?: string;
176
- /**
177
- * 空间点位
178
- * @type {string}
179
- * @memberof EquipmentSearchSystemDTO
180
- */
181
- 'spacePoint'?: string;
182
176
  /**
183
177
  * 出厂时间
184
178
  * @type {string}
@@ -234,16 +228,16 @@ export interface EquipmentSearchSystemDTO {
234
228
  */
235
229
  'relatedEquipmentIds'?: Array<number>;
236
230
  /**
237
- *
238
- * @type {string}
231
+ * 设备点位
232
+ * @type {Array<number>}
239
233
  * @memberof EquipmentSearchSystemDTO
240
234
  */
241
- 'xaxis'?: string;
235
+ 'equipmentPoint'?: Array<number>;
242
236
  /**
243
- *
244
- * @type {string}
237
+ * 空间点位
238
+ * @type {Array<Array<number>>}
245
239
  * @memberof EquipmentSearchSystemDTO
246
240
  */
247
- 'yaxis'?: string;
241
+ 'spacePoint'?: Array<Array<number>>;
248
242
  }
249
243
 
@@ -64,16 +64,16 @@ export interface GetUserWx200Response {
64
64
  'outputStream'?: GetUserWx200ResponseOutputStream;
65
65
  /**
66
66
  *
67
- * @type {number}
67
+ * @type {GetUserWx200ResponseLocale}
68
68
  * @memberof GetUserWx200Response
69
69
  */
70
- 'bufferSize'?: number;
70
+ 'locale'?: GetUserWx200ResponseLocale;
71
71
  /**
72
72
  *
73
- * @type {GetUserWx200ResponseLocale}
73
+ * @type {number}
74
74
  * @memberof GetUserWx200Response
75
75
  */
76
- 'locale'?: GetUserWx200ResponseLocale;
76
+ 'bufferSize'?: number;
77
77
  /**
78
78
  *
79
79
  * @type {string}
package/models/index.ts CHANGED
@@ -536,6 +536,7 @@ export * from './json-result-sys-user-msg-dto';
536
536
  export * from './json-result-unloading-area-entity';
537
537
  export * from './json-result-user-add-redis-list-vo';
538
538
  export * from './json-result-user-settings-entity';
539
+ export * from './json-result-violation-work-order-details-dto';
539
540
  export * from './json-result-void';
540
541
  export * from './json-result-white-add-redis-list-dto';
541
542
  export * from './json-result-work-order-dept-settings-entity';
@@ -762,18 +763,17 @@ export * from './supplier-entity';
762
763
  export * from './supplier-search-vo';
763
764
  export * from './supplier-select-dto';
764
765
  export * from './surveillance';
765
- export * from './surveillance-add-vo';
766
766
  export * from './surveillance-details-dto';
767
767
  export * from './surveillance-live-dto';
768
768
  export * from './surveillance-roi-entity';
769
769
  export * from './surveillance-roi-list-vo';
770
770
  export * from './surveillance-settings-details-dto';
771
771
  export * from './surveillance-settings-polling-vo';
772
- export * from './surveillance-status-enum';
773
772
  export * from './surveillance-update-vo';
774
773
  export * from './switch-pak-body';
775
774
  export * from './switch-pak-body-v2-vo';
776
775
  export * from './switch-park-v2-dto';
776
+ export * from './sync-device-unit-vo';
777
777
  export * from './sync-equipment-vo';
778
778
  export * from './sys-config';
779
779
  export * from './sys-dept';
@@ -820,6 +820,13 @@ export * from './user-settings-update-bo';
820
820
  export * from './user-whether-privacy-dto';
821
821
  export * from './user-white-del-dto';
822
822
  export * from './vehicle-payment-bo';
823
+ export * from './violation-center-attribute-enum';
824
+ export * from './violation-decision-vo';
825
+ export * from './violation-issue-type-enum';
826
+ export * from './violation-responsibility-role-enum';
827
+ export * from './violation-work-order-add-vo';
828
+ export * from './violation-work-order-details-dto';
829
+ export * from './violation-work-order-info';
823
830
  export * from './water-meter-add-or-edit-vo';
824
831
  export * from './water-meter-details-search-vo';
825
832
  export * from './water-meter-search-vo';
@@ -835,6 +842,7 @@ export * from './white-black-del-vo';
835
842
  export * from './white-edit-vo';
836
843
  export * from './white-search-vo';
837
844
  export * from './work-order-add-vo';
845
+ export * from './work-order-approval-vo';
838
846
  export * from './work-order-circulation-vo';
839
847
  export * from './work-order-comment-dto';
840
848
  export * from './work-order-comment-entity';