@gizone/rrs-client 3.11.17-alpha.98 → 4.0.0-alpha.105
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/apis/work-order-api.ts +283 -0
- package/configuration.ts +1 -1
- package/dist/apis/work-order-api.d.ts +149 -0
- package/dist/apis/work-order-api.js +214 -0
- package/dist/configuration.js +1 -1
- package/dist/esm/apis/work-order-api.d.ts +149 -0
- package/dist/esm/apis/work-order-api.js +214 -0
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/equipment-detail-dto.d.ts +8 -14
- package/dist/esm/models/equipment-point-edit-vo.d.ts +2 -8
- package/dist/esm/models/equipment-search-system-dto.d.ts +6 -12
- package/dist/esm/models/get-user-wx200-response.d.ts +6 -6
- package/dist/esm/models/index.d.ts +9 -0
- package/dist/esm/models/index.js +9 -0
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-violation-work-order-details-dto.js +14 -0
- package/dist/esm/models/violation-center-attribute-enum.d.ts +21 -0
- package/dist/esm/models/violation-center-attribute-enum.js +22 -0
- package/dist/esm/models/violation-decision-vo.d.ts +68 -0
- package/dist/esm/models/violation-decision-vo.js +14 -0
- package/dist/esm/models/violation-issue-type-enum.d.ts +84 -0
- package/dist/esm/models/violation-issue-type-enum.js +85 -0
- package/dist/esm/models/violation-responsibility-role-enum.d.ts +21 -0
- package/dist/esm/models/violation-responsibility-role-enum.js +22 -0
- package/dist/esm/models/violation-work-order-add-vo.d.ts +87 -0
- package/dist/esm/models/violation-work-order-add-vo.js +14 -0
- package/dist/esm/models/violation-work-order-details-dto.d.ts +151 -0
- package/dist/esm/models/violation-work-order-details-dto.js +20 -0
- package/dist/esm/models/violation-work-order-info.d.ts +106 -0
- package/dist/esm/models/violation-work-order-info.js +14 -0
- package/dist/esm/models/work-order-approval-vo.d.ts +24 -0
- package/dist/esm/models/work-order-approval-vo.js +14 -0
- package/dist/esm/models/work-order-decision-vo.d.ts +7 -0
- package/dist/esm/models/work-order-ext-data.d.ts +7 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +3 -0
- package/dist/esm/models/work-order-internal-status-enum.js +4 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +7 -1
- package/dist/esm/models/work-order-issue-type-enum.js +8 -2
- package/dist/esm/models/work-order-source-enum.d.ts +1 -0
- package/dist/esm/models/work-order-source-enum.js +2 -1
- 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/equipment-detail-dto.d.ts +8 -14
- package/dist/models/equipment-point-edit-vo.d.ts +2 -8
- package/dist/models/equipment-search-system-dto.d.ts +6 -12
- package/dist/models/get-user-wx200-response.d.ts +6 -6
- package/dist/models/index.d.ts +9 -0
- package/dist/models/index.js +9 -0
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +56 -0
- package/dist/models/json-result-violation-work-order-details-dto.js +15 -0
- package/dist/models/violation-center-attribute-enum.d.ts +21 -0
- package/dist/models/violation-center-attribute-enum.js +25 -0
- package/dist/models/violation-decision-vo.d.ts +68 -0
- package/dist/models/violation-decision-vo.js +15 -0
- package/dist/models/violation-issue-type-enum.d.ts +84 -0
- package/dist/models/violation-issue-type-enum.js +88 -0
- package/dist/models/violation-responsibility-role-enum.d.ts +21 -0
- package/dist/models/violation-responsibility-role-enum.js +25 -0
- package/dist/models/violation-work-order-add-vo.d.ts +87 -0
- package/dist/models/violation-work-order-add-vo.js +15 -0
- package/dist/models/violation-work-order-details-dto.d.ts +151 -0
- package/dist/models/violation-work-order-details-dto.js +23 -0
- package/dist/models/violation-work-order-info.d.ts +106 -0
- package/dist/models/violation-work-order-info.js +15 -0
- package/dist/models/work-order-approval-vo.d.ts +24 -0
- package/dist/models/work-order-approval-vo.js +15 -0
- package/dist/models/work-order-decision-vo.d.ts +7 -0
- package/dist/models/work-order-ext-data.d.ts +7 -0
- package/dist/models/work-order-internal-status-enum.d.ts +3 -0
- package/dist/models/work-order-internal-status-enum.js +4 -1
- package/dist/models/work-order-issue-type-enum.d.ts +7 -1
- package/dist/models/work-order-issue-type-enum.js +8 -2
- package/dist/models/work-order-source-enum.d.ts +1 -0
- package/dist/models/work-order-source-enum.js +2 -1
- package/dist/models/work-order-type-enum.d.ts +1 -0
- package/dist/models/work-order-type-enum.js +2 -1
- package/models/equipment-detail-dto.ts +8 -14
- package/models/equipment-point-edit-vo.ts +2 -8
- package/models/equipment-search-system-dto.ts +6 -12
- package/models/get-user-wx200-response.ts +6 -6
- package/models/index.ts +9 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-violation-work-order-details-dto.ts +66 -0
- package/models/violation-center-attribute-enum.ts +31 -0
- package/models/violation-decision-vo.ts +80 -0
- package/models/violation-issue-type-enum.ts +94 -0
- package/models/violation-responsibility-role-enum.ts +31 -0
- package/models/violation-work-order-add-vo.ts +101 -0
- package/models/violation-work-order-details-dto.ts +182 -0
- package/models/violation-work-order-info.ts +122 -0
- package/models/work-order-approval-vo.ts +30 -0
- package/models/work-order-decision-vo.ts +9 -0
- package/models/work-order-ext-data.ts +9 -0
- package/models/work-order-internal-status-enum.ts +4 -1
- package/models/work-order-issue-type-enum.ts +8 -2
- package/models/work-order-source-enum.ts +2 -1
- package/models/work-order-type-enum.ts +2 -1
- package/package.json +1 -1
|
@@ -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];
|
|
@@ -23,5 +23,8 @@ export const WorkOrderInternalStatusEnum = {
|
|
|
23
23
|
RepairInProgressLevelFour: 'REPAIR_IN_PROGRESS_LEVEL_FOUR',
|
|
24
24
|
NetworkMonitorRepairInProgressLevelOne: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_ONE',
|
|
25
25
|
NetworkMonitorRepairInProgressLevelTwo: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_TWO',
|
|
26
|
-
NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE'
|
|
26
|
+
NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE',
|
|
27
|
+
ViolationWorkOrderInProgressLevelOne: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
28
|
+
ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
29
|
+
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
27
30
|
};
|
|
@@ -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];
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* 违规大类
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
@@ -26,5 +26,11 @@ export const WorkOrderIssueTypeEnum = {
|
|
|
26
26
|
SecurityIssue: 'SECURITY_ISSUE',
|
|
27
27
|
Networking: 'NETWORKING',
|
|
28
28
|
Surveillance: 'SURVEILLANCE',
|
|
29
|
-
DesktopTerminal: 'DESKTOP_TERMINAL'
|
|
29
|
+
DesktopTerminal: 'DESKTOP_TERMINAL',
|
|
30
|
+
SafetyViolation: 'SAFETY_VIOLATION',
|
|
31
|
+
WarehouseQualityIssue: 'WAREHOUSE_QUALITY_ISSUE',
|
|
32
|
+
TransportQualityIssue: 'TRANSPORT_QUALITY_ISSUE',
|
|
33
|
+
LoadingQualityIssue: 'LOADING_QUALITY_ISSUE',
|
|
34
|
+
ClaimRecovery: 'CLAIM_RECOVERY',
|
|
35
|
+
Operations: 'OPERATIONS'
|
|
30
36
|
};
|
|
@@ -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];
|
|
@@ -23,5 +23,6 @@ export const WorkOrderSourceEnum = {
|
|
|
23
23
|
InspectionTransferWorkOrder: 'INSPECTION_TRANSFER_WORK_ORDER',
|
|
24
24
|
AiInspectionTransferWorkOrder: 'AI_INSPECTION_TRANSFER_WORK_ORDER',
|
|
25
25
|
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
|
|
26
|
-
SurveillanceOffLineTransferWorkOrder: 'SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER'
|
|
26
|
+
SurveillanceOffLineTransferWorkOrder: 'SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER',
|
|
27
|
+
HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
|
|
27
28
|
};
|
|
@@ -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];
|
|
@@ -32,5 +32,6 @@ export const WorkOrderTypeEnum = {
|
|
|
32
32
|
GasMeterWorkOrder: 'GAS_METER_WORK_ORDER',
|
|
33
33
|
VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
|
|
34
34
|
AiInspection: 'AI_INSPECTION',
|
|
35
|
-
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER'
|
|
35
|
+
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
|
|
36
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
36
37
|
};
|
|
@@ -153,12 +153,18 @@ export interface EquipmentDetailDTO {
|
|
|
153
153
|
* @memberof EquipmentDetailDTO
|
|
154
154
|
*/
|
|
155
155
|
'planImage'?: string;
|
|
156
|
+
/**
|
|
157
|
+
* 设备点位
|
|
158
|
+
* @type {Array<number>}
|
|
159
|
+
* @memberof EquipmentDetailDTO
|
|
160
|
+
*/
|
|
161
|
+
'equipmentPoint'?: Array<number>;
|
|
156
162
|
/**
|
|
157
163
|
* 空间点位
|
|
158
|
-
* @type {
|
|
164
|
+
* @type {Array<Array<number>>}
|
|
159
165
|
* @memberof EquipmentDetailDTO
|
|
160
166
|
*/
|
|
161
|
-
'spacePoint'?:
|
|
167
|
+
'spacePoint'?: Array<Array<number>>;
|
|
162
168
|
/**
|
|
163
169
|
* 空间id
|
|
164
170
|
* @type {number}
|
|
@@ -213,16 +219,4 @@ export interface EquipmentDetailDTO {
|
|
|
213
219
|
* @memberof EquipmentDetailDTO
|
|
214
220
|
*/
|
|
215
221
|
'relatedEquipmentIds'?: Array<number>;
|
|
216
|
-
/**
|
|
217
|
-
*
|
|
218
|
-
* @type {string}
|
|
219
|
-
* @memberof EquipmentDetailDTO
|
|
220
|
-
*/
|
|
221
|
-
'xaxis'?: string;
|
|
222
|
-
/**
|
|
223
|
-
*
|
|
224
|
-
* @type {string}
|
|
225
|
-
* @memberof EquipmentDetailDTO
|
|
226
|
-
*/
|
|
227
|
-
'yaxis'?: string;
|
|
228
222
|
}
|
|
@@ -23,14 +23,8 @@ export interface EquipmentPointEditVo {
|
|
|
23
23
|
'id': number;
|
|
24
24
|
/**
|
|
25
25
|
* 点位编码
|
|
26
|
-
* @type {
|
|
26
|
+
* @type {Array<number>}
|
|
27
27
|
* @memberof EquipmentPointEditVo
|
|
28
28
|
*/
|
|
29
|
-
'
|
|
30
|
-
/**
|
|
31
|
-
* 点位编码
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof EquipmentPointEditVo
|
|
34
|
-
*/
|
|
35
|
-
'equipmentPointYAxis'?: string;
|
|
29
|
+
'equipmentPoint'?: Array<number>;
|
|
36
30
|
}
|
|
@@ -166,12 +166,6 @@ export interface EquipmentSearchSystemDTO {
|
|
|
166
166
|
* @memberof EquipmentSearchSystemDTO
|
|
167
167
|
*/
|
|
168
168
|
'planImage'?: string;
|
|
169
|
-
/**
|
|
170
|
-
* 空间点位
|
|
171
|
-
* @type {string}
|
|
172
|
-
* @memberof EquipmentSearchSystemDTO
|
|
173
|
-
*/
|
|
174
|
-
'spacePoint'?: string;
|
|
175
169
|
/**
|
|
176
170
|
* 出厂时间
|
|
177
171
|
* @type {string}
|
|
@@ -227,15 +221,15 @@ export interface EquipmentSearchSystemDTO {
|
|
|
227
221
|
*/
|
|
228
222
|
'relatedEquipmentIds'?: Array<number>;
|
|
229
223
|
/**
|
|
230
|
-
*
|
|
231
|
-
* @type {
|
|
224
|
+
* 设备点位
|
|
225
|
+
* @type {Array<number>}
|
|
232
226
|
* @memberof EquipmentSearchSystemDTO
|
|
233
227
|
*/
|
|
234
|
-
'
|
|
228
|
+
'equipmentPoint'?: Array<number>;
|
|
235
229
|
/**
|
|
236
|
-
*
|
|
237
|
-
* @type {
|
|
230
|
+
* 空间点位
|
|
231
|
+
* @type {Array<Array<number>>}
|
|
238
232
|
* @memberof EquipmentSearchSystemDTO
|
|
239
233
|
*/
|
|
240
|
-
'
|
|
234
|
+
'spacePoint'?: Array<Array<number>>;
|
|
241
235
|
}
|
|
@@ -17,12 +17,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
17
17
|
* @interface GetUserWx200Response
|
|
18
18
|
*/
|
|
19
19
|
export interface GetUserWx200Response {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {object}
|
|
23
|
-
* @memberof GetUserWx200Response
|
|
24
|
-
*/
|
|
25
|
-
'trailerFields'?: object;
|
|
26
20
|
/**
|
|
27
21
|
*
|
|
28
22
|
* @type {number}
|
|
@@ -35,6 +29,12 @@ export interface GetUserWx200Response {
|
|
|
35
29
|
* @memberof GetUserWx200Response
|
|
36
30
|
*/
|
|
37
31
|
'headerNames'?: Array<string>;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {object}
|
|
35
|
+
* @memberof GetUserWx200Response
|
|
36
|
+
*/
|
|
37
|
+
'trailerFields'?: object;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {string}
|
package/dist/models/index.d.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';
|
|
@@ -820,6 +821,13 @@ export * from './user-settings-update-bo';
|
|
|
820
821
|
export * from './user-whether-privacy-dto';
|
|
821
822
|
export * from './user-white-del-dto';
|
|
822
823
|
export * from './vehicle-payment-bo';
|
|
824
|
+
export * from './violation-center-attribute-enum';
|
|
825
|
+
export * from './violation-decision-vo';
|
|
826
|
+
export * from './violation-issue-type-enum';
|
|
827
|
+
export * from './violation-responsibility-role-enum';
|
|
828
|
+
export * from './violation-work-order-add-vo';
|
|
829
|
+
export * from './violation-work-order-details-dto';
|
|
830
|
+
export * from './violation-work-order-info';
|
|
823
831
|
export * from './water-meter-add-or-edit-vo';
|
|
824
832
|
export * from './water-meter-details-search-vo';
|
|
825
833
|
export * from './water-meter-search-vo';
|
|
@@ -835,6 +843,7 @@ export * from './white-black-del-vo';
|
|
|
835
843
|
export * from './white-edit-vo';
|
|
836
844
|
export * from './white-search-vo';
|
|
837
845
|
export * from './work-order-add-vo';
|
|
846
|
+
export * from './work-order-approval-vo';
|
|
838
847
|
export * from './work-order-circulation-vo';
|
|
839
848
|
export * from './work-order-comment-dto';
|
|
840
849
|
export * from './work-order-comment-entity';
|
package/dist/models/index.js
CHANGED
|
@@ -552,6 +552,7 @@ __exportStar(require("./json-result-sys-user-msg-dto"), exports);
|
|
|
552
552
|
__exportStar(require("./json-result-unloading-area-entity"), exports);
|
|
553
553
|
__exportStar(require("./json-result-user-add-redis-list-vo"), exports);
|
|
554
554
|
__exportStar(require("./json-result-user-settings-entity"), exports);
|
|
555
|
+
__exportStar(require("./json-result-violation-work-order-details-dto"), exports);
|
|
555
556
|
__exportStar(require("./json-result-void"), exports);
|
|
556
557
|
__exportStar(require("./json-result-white-add-redis-list-dto"), exports);
|
|
557
558
|
__exportStar(require("./json-result-work-order-dept-settings-entity"), exports);
|
|
@@ -836,6 +837,13 @@ __exportStar(require("./user-settings-update-bo"), exports);
|
|
|
836
837
|
__exportStar(require("./user-whether-privacy-dto"), exports);
|
|
837
838
|
__exportStar(require("./user-white-del-dto"), exports);
|
|
838
839
|
__exportStar(require("./vehicle-payment-bo"), exports);
|
|
840
|
+
__exportStar(require("./violation-center-attribute-enum"), exports);
|
|
841
|
+
__exportStar(require("./violation-decision-vo"), exports);
|
|
842
|
+
__exportStar(require("./violation-issue-type-enum"), exports);
|
|
843
|
+
__exportStar(require("./violation-responsibility-role-enum"), exports);
|
|
844
|
+
__exportStar(require("./violation-work-order-add-vo"), exports);
|
|
845
|
+
__exportStar(require("./violation-work-order-details-dto"), exports);
|
|
846
|
+
__exportStar(require("./violation-work-order-info"), exports);
|
|
839
847
|
__exportStar(require("./water-meter-add-or-edit-vo"), exports);
|
|
840
848
|
__exportStar(require("./water-meter-details-search-vo"), exports);
|
|
841
849
|
__exportStar(require("./water-meter-search-vo"), exports);
|
|
@@ -851,6 +859,7 @@ __exportStar(require("./white-black-del-vo"), exports);
|
|
|
851
859
|
__exportStar(require("./white-edit-vo"), exports);
|
|
852
860
|
__exportStar(require("./white-search-vo"), exports);
|
|
853
861
|
__exportStar(require("./work-order-add-vo"), exports);
|
|
862
|
+
__exportStar(require("./work-order-approval-vo"), exports);
|
|
854
863
|
__exportStar(require("./work-order-circulation-vo"), exports);
|
|
855
864
|
__exportStar(require("./work-order-comment-dto"), exports);
|
|
856
865
|
__exportStar(require("./work-order-comment-entity"), exports);
|
|
@@ -34,12 +34,6 @@ export interface IPageAccessVO {
|
|
|
34
34
|
* @memberof IPageAccessVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<AccessVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof IPageAccessVO
|
|
41
|
-
*/
|
|
42
|
-
'searchCount'?: boolean;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {number}
|
|
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
|
|
|
53
47
|
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
'hitCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof IPageAccessVO
|
|
54
|
+
*/
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -0,0 +1,56 @@
|
|
|
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 { ViolationWorkOrderDetailsDto } from './violation-work-order-details-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultViolationWorkOrderDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultViolationWorkOrderDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ViolationWorkOrderDetailsDto}
|
|
41
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: ViolationWorkOrderDetailsDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
}
|
|
@@ -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,21 @@
|
|
|
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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const ViolationCenterAttributeEnum: {
|
|
18
|
+
readonly OriginWarehouse: "ORIGIN_WAREHOUSE";
|
|
19
|
+
readonly BelongWarehouse: "BELONG_WAREHOUSE";
|
|
20
|
+
};
|
|
21
|
+
export type ViolationCenterAttributeEnum = typeof ViolationCenterAttributeEnum[keyof typeof ViolationCenterAttributeEnum];
|
|
@@ -0,0 +1,25 @@
|
|
|
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.ViolationCenterAttributeEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 违规工单中心属性
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.ViolationCenterAttributeEnum = {
|
|
23
|
+
OriginWarehouse: 'ORIGIN_WAREHOUSE',
|
|
24
|
+
BelongWarehouse: 'BELONG_WAREHOUSE'
|
|
25
|
+
};
|
|
@@ -0,0 +1,68 @@
|
|
|
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 { ViolationResponsibilityRoleEnum } from './violation-responsibility-role-enum';
|
|
14
|
+
/**
|
|
15
|
+
* 违规工单判定参数
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ViolationDecisionVo
|
|
18
|
+
*/
|
|
19
|
+
export interface ViolationDecisionVo {
|
|
20
|
+
/**
|
|
21
|
+
* 是否成立
|
|
22
|
+
* @type {boolean}
|
|
23
|
+
* @memberof ViolationDecisionVo
|
|
24
|
+
*/
|
|
25
|
+
'isEstablished'?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* 违规数量
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof ViolationDecisionVo
|
|
30
|
+
*/
|
|
31
|
+
'violationCount'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* OMS订单号
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ViolationDecisionVo
|
|
36
|
+
*/
|
|
37
|
+
'omsNo'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ViolationResponsibilityRoleEnum}
|
|
41
|
+
* @memberof ViolationDecisionVo
|
|
42
|
+
*/
|
|
43
|
+
'responsibilityRole'?: ViolationResponsibilityRoleEnum;
|
|
44
|
+
/**
|
|
45
|
+
* 责任供应商
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof ViolationDecisionVo
|
|
48
|
+
*/
|
|
49
|
+
'responsibilitySupplier'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 责任人
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof ViolationDecisionVo
|
|
54
|
+
*/
|
|
55
|
+
'responsibilityUser'?: string;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {ViolationCenterAttributeEnum}
|
|
59
|
+
* @memberof ViolationDecisionVo
|
|
60
|
+
*/
|
|
61
|
+
'centerAttribute'?: ViolationCenterAttributeEnum;
|
|
62
|
+
/**
|
|
63
|
+
* 索赔内容
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof ViolationDecisionVo
|
|
66
|
+
*/
|
|
67
|
+
'claimContent'?: string;
|
|
68
|
+
}
|
|
@@ -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,84 @@
|
|
|
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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const ViolationIssueTypeEnum: {
|
|
18
|
+
readonly HighAltitudeWorkWithoutSafetyHelmetOrSafetyRope: "HIGH_ALTITUDE_WORK_WITHOUT_SAFETY_HELMET_OR_SAFETY_ROPE";
|
|
19
|
+
readonly WorkersWearingShortsOrSlippersInWarehouseArea: "WORKERS_WEARING_SHORTS_OR_SLIPPERS_IN_WAREHOUSE_AREA";
|
|
20
|
+
readonly ForkliftViolationLiftingPeopleForHighWork: "FORKLIFT_VIOLATION_LIFTING_PEOPLE_FOR_HIGH_WORK";
|
|
21
|
+
readonly HighShelfWarehouseWorkWithoutSafetyHelmet: "HIGH_SHELF_WAREHOUSE_WORK_WITHOUT_SAFETY_HELMET";
|
|
22
|
+
readonly ParkedVehiclesNotFollowingFourCapTwoWedgeRule: "PARKED_VEHICLES_NOT_FOLLOWING_FOUR_CAP_TWO_WEDGE_RULE";
|
|
23
|
+
readonly ForkliftNotRemovingKeyAfterParking: "FORKLIFT_NOT_REMOVING_KEY_AFTER_PARKING";
|
|
24
|
+
readonly ForkliftParkedInWarehouseAfterShiftForksNotReset: "FORKLIFT_PARKED_IN_WAREHOUSE_AFTER_SHIFT_FORKS_NOT_RESET";
|
|
25
|
+
readonly PlatformIllegalCharging: "PLATFORM_ILLEGAL_CHARGING";
|
|
26
|
+
readonly WarehouseAreaIllegalSmoking: "WAREHOUSE_AREA_ILLEGAL_SMOKING";
|
|
27
|
+
readonly VehiclesIllegallyEnteringWarehouseArea: "VEHICLES_ILLEGALLY_ENTERING_WAREHOUSE_AREA";
|
|
28
|
+
readonly OtherSafetyViolations: "OTHER_SAFETY_VIOLATIONS";
|
|
29
|
+
readonly FireExitBlocked: "FIRE_EXIT_BLOCKED";
|
|
30
|
+
readonly GoodsBlockingFireFightingEquipment: "GOODS_BLOCKING_FIRE_FIGHTING_EQUIPMENT";
|
|
31
|
+
readonly DebrisPiledInFrontOfPowerDistributionEquipment: "DEBRIS_PILED_IN_FRONT_OF_POWER_DISTRIBUTION_EQUIPMENT";
|
|
32
|
+
readonly AntiTheftDoorLyingFlatSidewaysOrUpsideDown: "ANTI_THEFT_DOOR_LYING_FLAT_SIDEWAYS_OR_UPSIDE_DOWN";
|
|
33
|
+
readonly GoodsStackedTooHigh: "GOODS_STACKED_TOO_HIGH";
|
|
34
|
+
readonly DampGoods: "DAMP_GOODS";
|
|
35
|
+
readonly TvIllegalStackingHeavyOnLight: "TV_ILLEGAL_STACKING_HEAVY_ON_LIGHT";
|
|
36
|
+
readonly GoodsWithPenetratingDamage: "GOODS_WITH_PENETRATING_DAMAGE";
|
|
37
|
+
readonly SidewaysOrUpsideDown: "SIDEWAYS_OR_UPSIDE_DOWN";
|
|
38
|
+
readonly GoodsStained: "GOODS_STAINED";
|
|
39
|
+
readonly GoodsWithScribbledPackaging: "GOODS_WITH_SCRIBBLED_PACKAGING";
|
|
40
|
+
readonly IrregularGoodsStacking: "IRREGULAR_GOODS_STACKING";
|
|
41
|
+
readonly DamagedGoodsAreaNotSet: "DAMAGED_GOODS_AREA_NOT_SET";
|
|
42
|
+
readonly GoodsCrushedOrDeformed: "GOODS_CRUSHED_OR_DEFORMED";
|
|
43
|
+
readonly IncorrectClampingSurfacePlacement: "INCORRECT_CLAMPING_SURFACE_PLACEMENT";
|
|
44
|
+
readonly GoodsWithFootprintsOnPackaging: "GOODS_WITH_FOOTPRINTS_ON_PACKAGING";
|
|
45
|
+
readonly TvDamageOrDirtyPackaging: "TV_DAMAGE_OR_DIRTY_PACKAGING";
|
|
46
|
+
readonly DustyGoods: "DUSTY_GOODS";
|
|
47
|
+
readonly AntiTippingMeasuresMissing: "ANTI_TIPPING_MEASURES_MISSING";
|
|
48
|
+
readonly WarehouseLeakage: "WAREHOUSE_LEAKAGE";
|
|
49
|
+
readonly UpsideDownOrSidewaysNonTvAppliances: "UPSIDE_DOWN_OR_SIDEWAYS_NON_TV_APPLIANCES";
|
|
50
|
+
readonly DamagedBoxesOnArrival: "DAMAGED_BOXES_ON_ARRIVAL";
|
|
51
|
+
readonly ImproperTvLoading: "IMPROPER_TV_LOADING";
|
|
52
|
+
readonly WorkingInRain: "WORKING_IN_RAIN";
|
|
53
|
+
readonly HeavyOnLight: "HEAVY_ON_LIGHT";
|
|
54
|
+
readonly DampOrDirtyContainer: "DAMP_OR_DIRTY_CONTAINER";
|
|
55
|
+
readonly ImproperTvStorage: "IMPROPER_TV_STORAGE";
|
|
56
|
+
readonly TvWetOrDamagedBox: "TV_WET_OR_DAMAGED_BOX";
|
|
57
|
+
readonly WrongClampingSurface: "WRONG_CLAMPING_SURFACE";
|
|
58
|
+
readonly DraggingGoodsOnGround: "DRAGGING_GOODS_ON_GROUND";
|
|
59
|
+
readonly ClampingTooHighAndDropping: "CLAMPING_TOO_HIGH_AND_DROPPING";
|
|
60
|
+
readonly ImproperClampingOfWashingMachines: "IMPROPER_CLAMPING_OF_WASHING_MACHINES";
|
|
61
|
+
readonly ImproperClampingOfRefrigerators: "IMPROPER_CLAMPING_OF_REFRIGERATORS";
|
|
62
|
+
readonly CornersOnGround: "CORNERS_ON_GROUND";
|
|
63
|
+
readonly ClampingDifferentSpecsSimultaneously: "CLAMPING_DIFFERENT_SPECS_SIMULTANEOUSLY";
|
|
64
|
+
readonly SqueezingOperationOfClampingTruck: "SQUEEZING_OPERATION_OF_CLAMPING_TRUCK";
|
|
65
|
+
readonly ImproperHandlingByPersonnel: "IMPROPER_HANDLING_BY_PERSONNEL";
|
|
66
|
+
readonly ThrowingGoods: "THROWING_GOODS";
|
|
67
|
+
readonly ImproperTvHandling: "IMPROPER_TV_HANDLING";
|
|
68
|
+
readonly ManualWorkTooHighAndDropping: "MANUAL_WORK_TOO_HIGH_AND_DROPPING";
|
|
69
|
+
readonly RoughHandlingOfTvs: "ROUGH_HANDLING_OF_TVS";
|
|
70
|
+
readonly ImproperClampingOfMassageChairs: "IMPROPER_CLAMPING_OF_MASSAGE_CHAIRS";
|
|
71
|
+
readonly ImproperElectronicWaybillAttachment: "IMPROPER_ELECTRONIC_WAYBILL_ATTACHMENT";
|
|
72
|
+
readonly ClampingAndDragging: "CLAMPING_AND_DRAGGING";
|
|
73
|
+
readonly IndustryClaimRecovery: "INDUSTRY_CLAIM_RECOVERY";
|
|
74
|
+
readonly AssetDamage: "ASSET_DAMAGE";
|
|
75
|
+
readonly ElectricityWaste: "ELECTRICITY_WASTE";
|
|
76
|
+
readonly NotSingleBuildingGoodsCollection: "NOT_SINGLE_BUILDING_GOODS_COLLECTION";
|
|
77
|
+
readonly FalseInventory: "FALSE_INVENTORY";
|
|
78
|
+
readonly SixSProblem: "SIX_S_PROBLEM";
|
|
79
|
+
readonly NoTeamMeeting: "NO_TEAM_MEETING";
|
|
80
|
+
readonly PlatformStagingAreaNotCleared: "PLATFORM_STAGING_AREA_NOT_CLEARED";
|
|
81
|
+
readonly UtilizationProblem: "UTILIZATION_PROBLEM";
|
|
82
|
+
readonly NoOneInControlRoom: "NO_ONE_IN_CONTROL_ROOM";
|
|
83
|
+
};
|
|
84
|
+
export type ViolationIssueTypeEnum = typeof ViolationIssueTypeEnum[keyof typeof ViolationIssueTypeEnum];
|