@gizone/rrs-client 4.1.1-beta.157 → 4.1.2-alpha.168

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 (202) hide show
  1. package/.openapi-generator/FILES +14 -1
  2. package/README.md +2 -2
  3. package/api.ts +1 -0
  4. package/apis/offline-alert-work-order-controller-api.ts +149 -0
  5. package/apis/space-api.ts +4 -118
  6. package/apis/surveillance-api.ts +24 -24
  7. package/apis/work-order-api.ts +161 -89
  8. package/configuration.ts +1 -1
  9. package/dist/api.d.ts +1 -0
  10. package/dist/api.js +1 -0
  11. package/dist/apis/offline-alert-work-order-controller-api.d.ts +87 -0
  12. package/dist/apis/offline-alert-work-order-controller-api.js +138 -0
  13. package/dist/apis/space-api.d.ts +4 -65
  14. package/dist/apis/space-api.js +0 -81
  15. package/dist/apis/surveillance-api.d.ts +14 -14
  16. package/dist/apis/surveillance-api.js +18 -18
  17. package/dist/apis/work-order-api.d.ts +93 -70
  18. package/dist/apis/work-order-api.js +114 -69
  19. package/dist/configuration.js +1 -1
  20. package/dist/esm/api.d.ts +1 -0
  21. package/dist/esm/api.js +1 -0
  22. package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +87 -0
  23. package/dist/esm/apis/offline-alert-work-order-controller-api.js +131 -0
  24. package/dist/esm/apis/space-api.d.ts +4 -65
  25. package/dist/esm/apis/space-api.js +0 -81
  26. package/dist/esm/apis/surveillance-api.d.ts +14 -14
  27. package/dist/esm/apis/surveillance-api.js +18 -18
  28. package/dist/esm/apis/work-order-api.d.ts +93 -70
  29. package/dist/esm/apis/work-order-api.js +113 -68
  30. package/dist/esm/configuration.js +1 -1
  31. package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
  32. package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
  33. package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
  34. package/dist/esm/models/index.d.ts +13 -1
  35. package/dist/esm/models/index.js +13 -1
  36. package/dist/esm/models/ipage-access-vo.d.ts +4 -4
  37. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
  38. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
  39. package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
  40. package/dist/esm/models/json-result-offline-alert-work-order-details-dto.js +14 -0
  41. package/dist/esm/models/maintenance-history-dto.d.ts +4 -11
  42. package/dist/esm/models/maintenance-history-dto.js +1 -7
  43. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +6 -0
  44. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +17 -11
  45. package/dist/esm/models/network-monitor-repair-details-dto.js +1 -7
  46. package/dist/esm/models/offline-alert-device-vo.d.ts +30 -0
  47. package/dist/esm/models/offline-alert-device-vo.js +14 -0
  48. package/dist/esm/models/offline-alert-submit-vo.d.ts +43 -0
  49. package/dist/esm/models/offline-alert-submit-vo.js +14 -0
  50. package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +91 -0
  51. package/dist/esm/models/offline-alert-work-order-details-dto.js +14 -0
  52. package/dist/esm/models/offline-alert-work-order-info.d.ts +72 -0
  53. package/dist/esm/models/offline-alert-work-order-info.js +21 -0
  54. package/dist/esm/models/offline-alert-work-order-vo.d.ts +43 -0
  55. package/dist/esm/models/offline-alert-work-order-vo.js +14 -0
  56. package/dist/esm/models/period-detail-resp.d.ts +4 -11
  57. package/dist/esm/models/period-detail-resp.js +0 -7
  58. package/dist/esm/models/result-code.d.ts +1 -0
  59. package/dist/esm/models/result-code.js +1 -0
  60. package/dist/esm/models/source-work-order-dto.d.ts +37 -0
  61. package/dist/esm/models/source-work-order-dto.js +14 -0
  62. package/dist/esm/models/space-add-excel-dto.d.ts +28 -10
  63. package/dist/esm/models/space-add-vo.d.ts +22 -9
  64. package/dist/esm/models/space-detail-dto.d.ts +16 -3
  65. package/dist/esm/models/space-edit-vo.d.ts +16 -3
  66. package/dist/esm/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
  67. package/dist/esm/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +1 -1
  68. package/dist/esm/models/space-tree-dto.d.ts +16 -3
  69. package/dist/esm/models/space-type-enum.d.ts +23 -0
  70. package/dist/esm/models/space-type-enum.js +24 -0
  71. package/dist/esm/models/space.d.ts +3 -3
  72. package/dist/esm/models/sync-device-unit-vo.d.ts +0 -12
  73. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
  74. package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
  75. package/dist/esm/models/violation-work-order-details-dto.d.ts +4 -11
  76. package/dist/esm/models/violation-work-order-details-dto.js +1 -7
  77. package/dist/esm/models/work-order-detail-dto.d.ts +4 -11
  78. package/dist/esm/models/work-order-detail-dto.js +0 -7
  79. package/dist/esm/models/work-order-ext-data.d.ts +7 -0
  80. package/dist/esm/models/work-order-internal-status-enum.d.ts +2 -0
  81. package/dist/esm/models/work-order-internal-status-enum.js +3 -1
  82. package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -0
  83. package/dist/esm/models/work-order-issue-type-enum.js +11 -1
  84. package/dist/esm/models/work-order-report-vo.d.ts +8 -1
  85. package/dist/esm/models/work-order-search-dto.d.ts +10 -11
  86. package/dist/esm/models/work-order-search-dto.js +0 -7
  87. package/dist/esm/models/work-order-settings-type-enum.d.ts +1 -0
  88. package/dist/esm/models/work-order-settings-type-enum.js +2 -1
  89. package/dist/esm/models/work-order-source-enum.d.ts +1 -1
  90. package/dist/esm/models/work-order-source-enum.js +1 -1
  91. package/dist/esm/models/work-order-status-enum.d.ts +24 -0
  92. package/dist/esm/models/work-order-status-enum.js +25 -0
  93. package/dist/esm/models/work-order-submit-vo.d.ts +25 -0
  94. package/dist/esm/models/work-order-submit-vo.js +14 -0
  95. package/dist/esm/models/work-order-type-enum.d.ts +1 -0
  96. package/dist/esm/models/work-order-type-enum.js +2 -1
  97. package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
  98. package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
  99. package/dist/models/get-user-wx200-response.d.ts +10 -10
  100. package/dist/models/index.d.ts +13 -1
  101. package/dist/models/index.js +13 -1
  102. package/dist/models/ipage-access-vo.d.ts +4 -4
  103. package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
  104. package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
  105. package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
  106. package/dist/models/json-result-offline-alert-work-order-details-dto.js +15 -0
  107. package/dist/models/maintenance-history-dto.d.ts +4 -11
  108. package/dist/models/maintenance-history-dto.js +0 -8
  109. package/dist/models/network-monitor-repair-add-vo.d.ts +6 -0
  110. package/dist/models/network-monitor-repair-details-dto.d.ts +17 -11
  111. package/dist/models/network-monitor-repair-details-dto.js +0 -8
  112. package/dist/models/offline-alert-device-vo.d.ts +30 -0
  113. package/dist/models/offline-alert-device-vo.js +15 -0
  114. package/dist/models/offline-alert-submit-vo.d.ts +43 -0
  115. package/dist/models/offline-alert-submit-vo.js +15 -0
  116. package/dist/models/offline-alert-work-order-details-dto.d.ts +91 -0
  117. package/dist/models/offline-alert-work-order-details-dto.js +15 -0
  118. package/dist/models/offline-alert-work-order-info.d.ts +72 -0
  119. package/dist/models/offline-alert-work-order-info.js +24 -0
  120. package/dist/models/offline-alert-work-order-vo.d.ts +43 -0
  121. package/dist/models/offline-alert-work-order-vo.js +15 -0
  122. package/dist/models/period-detail-resp.d.ts +4 -11
  123. package/dist/models/period-detail-resp.js +1 -8
  124. package/dist/models/result-code.d.ts +1 -0
  125. package/dist/models/result-code.js +1 -0
  126. package/dist/models/source-work-order-dto.d.ts +37 -0
  127. package/dist/models/source-work-order-dto.js +15 -0
  128. package/dist/models/space-add-excel-dto.d.ts +28 -10
  129. package/dist/models/space-add-vo.d.ts +22 -9
  130. package/dist/models/space-detail-dto.d.ts +16 -3
  131. package/dist/models/space-edit-vo.d.ts +16 -3
  132. package/dist/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
  133. package/dist/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +2 -2
  134. package/dist/models/space-tree-dto.d.ts +16 -3
  135. package/dist/models/space-type-enum.d.ts +23 -0
  136. package/dist/models/space-type-enum.js +27 -0
  137. package/dist/models/space.d.ts +3 -3
  138. package/dist/models/sync-device-unit-vo.d.ts +0 -12
  139. package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
  140. package/dist/models/system-user-msg-source-type-enum.js +2 -1
  141. package/dist/models/violation-work-order-details-dto.d.ts +4 -11
  142. package/dist/models/violation-work-order-details-dto.js +0 -8
  143. package/dist/models/work-order-detail-dto.d.ts +4 -11
  144. package/dist/models/work-order-detail-dto.js +1 -8
  145. package/dist/models/work-order-ext-data.d.ts +7 -0
  146. package/dist/models/work-order-internal-status-enum.d.ts +2 -0
  147. package/dist/models/work-order-internal-status-enum.js +3 -1
  148. package/dist/models/work-order-issue-type-enum.d.ts +10 -0
  149. package/dist/models/work-order-issue-type-enum.js +11 -1
  150. package/dist/models/work-order-report-vo.d.ts +8 -1
  151. package/dist/models/work-order-search-dto.d.ts +10 -11
  152. package/dist/models/work-order-search-dto.js +1 -8
  153. package/dist/models/work-order-settings-type-enum.d.ts +1 -0
  154. package/dist/models/work-order-settings-type-enum.js +2 -1
  155. package/dist/models/work-order-source-enum.d.ts +1 -1
  156. package/dist/models/work-order-source-enum.js +1 -1
  157. package/dist/models/work-order-status-enum.d.ts +24 -0
  158. package/dist/models/work-order-status-enum.js +28 -0
  159. package/dist/models/work-order-submit-vo.d.ts +25 -0
  160. package/dist/models/work-order-submit-vo.js +15 -0
  161. package/dist/models/work-order-type-enum.d.ts +1 -0
  162. package/dist/models/work-order-type-enum.js +2 -1
  163. package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +51 -0
  164. package/models/get-user-wx200-response.ts +10 -10
  165. package/models/index.ts +13 -1
  166. package/models/ipage-access-vo.ts +4 -4
  167. package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +72 -0
  168. package/models/json-result-offline-alert-work-order-details-dto.ts +72 -0
  169. package/models/maintenance-history-dto.ts +6 -12
  170. package/models/network-monitor-repair-add-vo.ts +6 -0
  171. package/models/network-monitor-repair-details-dto.ts +21 -12
  172. package/models/offline-alert-device-vo.ts +36 -0
  173. package/models/offline-alert-submit-vo.ts +53 -0
  174. package/models/offline-alert-work-order-details-dto.ts +113 -0
  175. package/models/offline-alert-work-order-info.ts +86 -0
  176. package/models/offline-alert-work-order-vo.ts +53 -0
  177. package/models/period-detail-resp.ts +6 -12
  178. package/models/result-code.ts +1 -0
  179. package/models/source-work-order-dto.ts +47 -0
  180. package/models/space-add-excel-dto.ts +28 -10
  181. package/models/space-add-vo.ts +24 -9
  182. package/models/space-detail-dto.ts +18 -3
  183. package/models/space-edit-vo.ts +18 -3
  184. package/models/{space-industry-attribute.ts → space-industry-attribute-enum.ts} +2 -2
  185. package/models/space-tree-dto.ts +18 -3
  186. package/models/space-type-enum.ts +33 -0
  187. package/models/space.ts +3 -3
  188. package/models/sync-device-unit-vo.ts +0 -12
  189. package/models/system-user-msg-source-type-enum.ts +2 -1
  190. package/models/violation-work-order-details-dto.ts +6 -12
  191. package/models/work-order-detail-dto.ts +6 -12
  192. package/models/work-order-ext-data.ts +9 -0
  193. package/models/work-order-internal-status-enum.ts +3 -1
  194. package/models/work-order-issue-type-enum.ts +11 -1
  195. package/models/work-order-report-vo.ts +10 -1
  196. package/models/work-order-search-dto.ts +12 -12
  197. package/models/work-order-settings-type-enum.ts +2 -1
  198. package/models/work-order-source-enum.ts +1 -1
  199. package/models/work-order-status-enum.ts +34 -0
  200. package/models/work-order-submit-vo.ts +33 -0
  201. package/models/work-order-type-enum.ts +2 -1
  202. package/package.json +1 -1
@@ -25,5 +25,7 @@ export declare const WorkOrderInternalStatusEnum: {
25
25
  readonly ViolationWorkOrderInProgressLevelOne: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
26
26
  readonly ViolationWorkOrderInProgressLevelTwo: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
27
27
  readonly ViolationWorkOrderInProgressLevelThree: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE";
28
+ readonly OfflineAlertWorkOrderInProgressLevelOne: "OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
29
+ readonly OfflineAlertWorkOrderInProgressLevelTwo: "OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
28
30
  };
29
31
  export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
@@ -29,5 +29,7 @@ exports.WorkOrderInternalStatusEnum = {
29
29
  NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE',
30
30
  ViolationWorkOrderInProgressLevelOne: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
31
31
  ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
32
- ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
32
+ ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
33
+ OfflineAlertWorkOrderInProgressLevelOne: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
34
+ OfflineAlertWorkOrderInProgressLevelTwo: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
33
35
  };
@@ -31,5 +31,15 @@ export declare const WorkOrderIssueTypeEnum: {
31
31
  readonly LoadingQualityIssue: "LOADING_QUALITY_ISSUE";
32
32
  readonly ClaimRecovery: "CLAIM_RECOVERY";
33
33
  readonly Operations: "OPERATIONS";
34
+ readonly PowerOutage: "POWER_OUTAGE";
35
+ readonly LineReconstruction: "LINE_RECONSTRUCTION";
36
+ readonly OfficeRenovation: "OFFICE_RENOVATION";
37
+ readonly ParkConstruction: "PARK_CONSTRUCTION";
38
+ readonly MoveWarehouse: "MOVE_WAREHOUSE";
39
+ readonly RemoveWarehouse: "REMOVE_WAREHOUSE";
40
+ readonly NetworkJumperDamage: "NETWORK_JUMPER_DAMAGE";
41
+ readonly CrystalHeadDamage: "CRYSTAL_HEAD_DAMAGE";
42
+ readonly OpticalJumperDamage: "OPTICAL_JUMPER_DAMAGE";
43
+ readonly NeedOnsiteTechSupport: "NEED_ONSITE_TECH_SUPPORT";
34
44
  };
35
45
  export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
@@ -35,5 +35,15 @@ exports.WorkOrderIssueTypeEnum = {
35
35
  TransportQualityIssue: 'TRANSPORT_QUALITY_ISSUE',
36
36
  LoadingQualityIssue: 'LOADING_QUALITY_ISSUE',
37
37
  ClaimRecovery: 'CLAIM_RECOVERY',
38
- Operations: 'OPERATIONS'
38
+ Operations: 'OPERATIONS',
39
+ PowerOutage: 'POWER_OUTAGE',
40
+ LineReconstruction: 'LINE_RECONSTRUCTION',
41
+ OfficeRenovation: 'OFFICE_RENOVATION',
42
+ ParkConstruction: 'PARK_CONSTRUCTION',
43
+ MoveWarehouse: 'MOVE_WAREHOUSE',
44
+ RemoveWarehouse: 'REMOVE_WAREHOUSE',
45
+ NetworkJumperDamage: 'NETWORK_JUMPER_DAMAGE',
46
+ CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
47
+ OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
48
+ NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT'
39
49
  };
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { OfflineAlertWorkOrderVo } from './offline-alert-work-order-vo';
12
13
  import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
13
14
  /**
14
15
  * 工单上报
@@ -27,5 +28,11 @@ export interface WorkOrderReportVo {
27
28
  * @type {number}
28
29
  * @memberof WorkOrderReportVo
29
30
  */
30
- 'handlerUserId': number;
31
+ 'handlerUserId'?: number;
32
+ /**
33
+ *
34
+ * @type {OfflineAlertWorkOrderVo}
35
+ * @memberof WorkOrderReportVo
36
+ */
37
+ 'offlineAlertWorkOrder'?: OfflineAlertWorkOrderVo;
31
38
  }
@@ -13,6 +13,7 @@ import type { WorkOrderDeptDTO } from './work-order-dept-dto';
13
13
  import type { WorkOrderExtData } from './work-order-ext-data';
14
14
  import type { WorkOrderHandlerDto } from './work-order-handler-dto';
15
15
  import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
16
+ import type { WorkOrderStatusEnum } from './work-order-status-enum';
16
17
  import type { WorkOrderTypeEnum } from './work-order-type-enum';
17
18
  /**
18
19
  * 工单查询DTO
@@ -75,11 +76,11 @@ export interface WorkOrderSearchDTO {
75
76
  */
76
77
  'handlerUserName'?: string;
77
78
  /**
78
- * 工单状态
79
- * @type {string}
79
+ *
80
+ * @type {WorkOrderStatusEnum}
80
81
  * @memberof WorkOrderSearchDTO
81
82
  */
82
- 'workOrderStatus'?: WorkOrderSearchDTOWorkOrderStatusEnum;
83
+ 'workOrderStatus'?: WorkOrderStatusEnum;
83
84
  /**
84
85
  * 处理人联系方式
85
86
  * @type {string}
@@ -128,15 +129,13 @@ export interface WorkOrderSearchDTO {
128
129
  * @memberof WorkOrderSearchDTO
129
130
  */
130
131
  'handler'?: WorkOrderHandlerDto;
132
+ /**
133
+ * 结束时间
134
+ * @type {string}
135
+ * @memberof WorkOrderSearchDTO
136
+ */
137
+ 'finishTime'?: string;
131
138
  }
132
- export declare const WorkOrderSearchDTOWorkOrderStatusEnum: {
133
- readonly Pending: "PENDING";
134
- readonly InProgress: "IN_PROGRESS";
135
- readonly Completed: "COMPLETED";
136
- readonly Overdue: "OVERDUE";
137
- readonly Closed: "CLOSED";
138
- };
139
- export type WorkOrderSearchDTOWorkOrderStatusEnum = typeof WorkOrderSearchDTOWorkOrderStatusEnum[keyof typeof WorkOrderSearchDTOWorkOrderStatusEnum];
140
139
  export declare const WorkOrderSearchDTOSamplingResultsEnum: {
141
140
  readonly Zero: "ZERO";
142
141
  readonly One: "ONE";
@@ -13,14 +13,7 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.WorkOrderSearchDTOSamplingResultsEnum = exports.WorkOrderSearchDTOWorkOrderStatusEnum = void 0;
17
- exports.WorkOrderSearchDTOWorkOrderStatusEnum = {
18
- Pending: 'PENDING',
19
- InProgress: 'IN_PROGRESS',
20
- Completed: 'COMPLETED',
21
- Overdue: 'OVERDUE',
22
- Closed: 'CLOSED'
23
- };
16
+ exports.WorkOrderSearchDTOSamplingResultsEnum = void 0;
24
17
  exports.WorkOrderSearchDTOSamplingResultsEnum = {
25
18
  Zero: 'ZERO',
26
19
  One: 'ONE',
@@ -21,5 +21,6 @@ export declare const WorkOrderSettingsTypeEnum: {
21
21
  readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
22
22
  readonly NetworkMonitorRepairWorkOrder: "NETWORK_MONITOR_REPAIR_WORK_ORDER";
23
23
  readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
24
+ readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
24
25
  };
25
26
  export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
@@ -25,5 +25,6 @@ exports.WorkOrderSettingsTypeEnum = {
25
25
  AiWorkOrder: 'AI_WORK_ORDER',
26
26
  MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
27
27
  NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
28
- ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
28
+ ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
29
+ OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
29
30
  };
@@ -21,7 +21,7 @@ export declare const WorkOrderSourceEnum: {
21
21
  readonly InspectionTransferWorkOrder: "INSPECTION_TRANSFER_WORK_ORDER";
22
22
  readonly AiInspectionTransferWorkOrder: "AI_INSPECTION_TRANSFER_WORK_ORDER";
23
23
  readonly MaintenanceTransferWorkOrder: "MAINTENANCE_TRANSFER_WORK_ORDER";
24
- readonly SurveillanceOffLineTransferWorkOrder: "SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER";
24
+ readonly OfflineTransferWorkOrder: "OFFLINE_TRANSFER_WORK_ORDER";
25
25
  readonly HkAiAlertTransferWorkOrder: "HK_AI_ALERT_TRANSFER_WORK_ORDER";
26
26
  };
27
27
  export type WorkOrderSourceEnum = typeof WorkOrderSourceEnum[keyof typeof WorkOrderSourceEnum];
@@ -26,6 +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
+ OfflineTransferWorkOrder: 'OFFLINE_TRANSFER_WORK_ORDER',
30
30
  HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
31
31
  };
@@ -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
+ * 状态 1待分派 2进行中 4已完成 6已逾期 10已关闭
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const WorkOrderStatusEnum: {
18
+ readonly Pending: "PENDING";
19
+ readonly InProgress: "IN_PROGRESS";
20
+ readonly Completed: "COMPLETED";
21
+ readonly Overdue: "OVERDUE";
22
+ readonly Closed: "CLOSED";
23
+ };
24
+ export type WorkOrderStatusEnum = typeof WorkOrderStatusEnum[keyof typeof WorkOrderStatusEnum];
@@ -0,0 +1,28 @@
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.WorkOrderStatusEnum = void 0;
17
+ /**
18
+ * 状态 1待分派 2进行中 4已完成 6已逾期 10已关闭
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.WorkOrderStatusEnum = {
23
+ Pending: 'PENDING',
24
+ InProgress: 'IN_PROGRESS',
25
+ Completed: 'COMPLETED',
26
+ Overdue: 'OVERDUE',
27
+ Closed: 'CLOSED'
28
+ };
@@ -0,0 +1,25 @@
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 { OfflineAlertSubmitVo } from './offline-alert-submit-vo';
13
+ /**
14
+ * 工单提交
15
+ * @export
16
+ * @interface WorkOrderSubmitVo
17
+ */
18
+ export interface WorkOrderSubmitVo {
19
+ /**
20
+ *
21
+ * @type {OfflineAlertSubmitVo}
22
+ * @memberof WorkOrderSubmitVo
23
+ */
24
+ 'offlineAlertSubmit'?: OfflineAlertSubmitVo;
25
+ }
@@ -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 });
@@ -32,5 +32,6 @@ export declare const WorkOrderTypeEnum: {
32
32
  readonly AiInspection: "AI_INSPECTION";
33
33
  readonly NetworkRepairWorkOrder: "NETWORK_REPAIR_WORK_ORDER";
34
34
  readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
35
+ readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
35
36
  };
36
37
  export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
@@ -36,5 +36,6 @@ exports.WorkOrderTypeEnum = {
36
36
  VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
37
37
  AiInspection: 'AI_INSPECTION',
38
38
  NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
39
- ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
39
+ ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
40
+ OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
40
41
  };
@@ -0,0 +1,51 @@
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
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { SpaceAddExcelDTO } from './space-add-excel-dto';
19
+
20
+ /**
21
+ * excel导入到redis vo
22
+ * @export
23
+ * @interface ExcelImportUploadToRedisVoSpaceAddExcelDTO
24
+ */
25
+ export interface ExcelImportUploadToRedisVoSpaceAddExcelDTO {
26
+ /**
27
+ * 成功的数据
28
+ * @type {Array<SpaceAddExcelDTO>}
29
+ * @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
30
+ */
31
+ 'successDataList'?: Array<SpaceAddExcelDTO>;
32
+ /**
33
+ * 错误的数据
34
+ * @type {Array<SpaceAddExcelDTO>}
35
+ * @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
36
+ */
37
+ 'errorDataList'?: Array<SpaceAddExcelDTO>;
38
+ /**
39
+ * 语言
40
+ * @type {string}
41
+ * @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
42
+ */
43
+ 'language'?: string;
44
+ /**
45
+ * 园区id
46
+ * @type {number}
47
+ * @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
48
+ */
49
+ 'parkId'?: number;
50
+ }
51
+
@@ -28,16 +28,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
28
28
  export interface GetUserWx200Response {
29
29
  /**
30
30
  *
31
- * @type {Array<string>}
31
+ * @type {number}
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
- 'headerNames'?: Array<string>;
34
+ 'status'?: number;
35
35
  /**
36
36
  *
37
- * @type {number}
37
+ * @type {Array<string>}
38
38
  * @memberof GetUserWx200Response
39
39
  */
40
- 'status'?: number;
40
+ 'headerNames'?: Array<string>;
41
41
  /**
42
42
  *
43
43
  * @type {object}
@@ -50,6 +50,12 @@ export interface GetUserWx200Response {
50
50
  * @memberof GetUserWx200Response
51
51
  */
52
52
  'locale'?: GetUserWx200ResponseLocale;
53
+ /**
54
+ *
55
+ * @type {number}
56
+ * @memberof GetUserWx200Response
57
+ */
58
+ 'bufferSize'?: number;
53
59
  /**
54
60
  *
55
61
  * @type {string}
@@ -68,12 +74,6 @@ export interface GetUserWx200Response {
68
74
  * @memberof GetUserWx200Response
69
75
  */
70
76
  'outputStream'?: GetUserWx200ResponseOutputStream;
71
- /**
72
- *
73
- * @type {number}
74
- * @memberof GetUserWx200Response
75
- */
76
- 'bufferSize'?: number;
77
77
  /**
78
78
  *
79
79
  * @type {string}
package/models/index.ts CHANGED
@@ -206,6 +206,7 @@ export * from './excel-import-result-dtocalendar-export-dto';
206
206
  export * from './excel-import-result-dtoequipment-excel-add-dto';
207
207
  export * from './excel-import-result-dtoinspection-standard-import-dto';
208
208
  export * from './excel-import-result-dtomaintenance-standard-import-dto';
209
+ export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
209
210
  export * from './export-energy-meter-record-bo';
210
211
  export * from './export-hire-energy-meter-record-bo';
211
212
  export * from './export-in-park-vehicle-bo';
@@ -356,6 +357,7 @@ export * from './json-result-excel-import-result-dtocalendar-export-dto';
356
357
  export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
357
358
  export * from './json-result-excel-import-result-dtoinspection-standard-import-dto';
358
359
  export * from './json-result-excel-import-result-dtomaintenance-standard-import-dto';
360
+ export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto';
359
361
  export * from './json-result-feedback-record-detail-vo';
360
362
  export * from './json-result-feedback-statistics-count-dto';
361
363
  export * from './json-result-feedback-statistics-satisfaction-rating-dto';
@@ -469,6 +471,7 @@ export * from './json-result-network-monitor-repair-details-dto';
469
471
  export * from './json-result-news-entity';
470
472
  export * from './json-result-node-dto';
471
473
  export * from './json-result-object';
474
+ export * from './json-result-offline-alert-work-order-details-dto';
472
475
  export * from './json-result-owner-kanban-energy-dto';
473
476
  export * from './json-result-owner-kanban-index-safety-inspection-dto';
474
477
  export * from './json-result-owner-kanban-two-park-call-police-number-statistics-dto';
@@ -597,6 +600,11 @@ export * from './news-query-vo';
597
600
  export * from './node-dto';
598
601
  export * from './node-type-enum';
599
602
  export * from './notice-vo';
603
+ export * from './offline-alert-device-vo';
604
+ export * from './offline-alert-submit-vo';
605
+ export * from './offline-alert-work-order-details-dto';
606
+ export * from './offline-alert-work-order-info';
607
+ export * from './offline-alert-work-order-vo';
600
608
  export * from './open-barrier-po';
601
609
  export * from './operate-message-details-dto';
602
610
  export * from './orders';
@@ -721,6 +729,7 @@ export * from './select-park-energy-bill-detail-bo';
721
729
  export * from './select-time-cost-tenant-rent-bill-bo';
722
730
  export * from './source-alert-dto';
723
731
  export * from './source-feedback-dto';
732
+ export * from './source-work-order-dto';
724
733
  export * from './source-work-order-inspection-dto';
725
734
  export * from './space';
726
735
  export * from './space-add-excel-dto';
@@ -730,12 +739,13 @@ export * from './space-add-vo';
730
739
  export * from './space-detail-dto';
731
740
  export * from './space-edit-vo';
732
741
  export * from './space-image-detail-dto';
733
- export * from './space-industry-attribute';
742
+ export * from './space-industry-attribute-enum';
734
743
  export * from './space-point-dto';
735
744
  export * from './space-point-vo';
736
745
  export * from './space-qr-code';
737
746
  export * from './space-qr-code-dto';
738
747
  export * from './space-tree-dto';
748
+ export * from './space-type-enum';
739
749
  export * from './space-url-add-vo';
740
750
  export * from './space-url-dto';
741
751
  export * from './space-url-edit-vo';
@@ -882,9 +892,11 @@ export * from './work-order-space-dto';
882
892
  export * from './work-order-sponsor-dto';
883
893
  export * from './work-order-spot-check-vo';
884
894
  export * from './work-order-staging-data-vo';
895
+ export * from './work-order-status-enum';
885
896
  export * from './work-order-status-vo';
886
897
  export * from './work-order-step-by-step-push-dto';
887
898
  export * from './work-order-step-by-step-push-user-details-dto';
899
+ export * from './work-order-submit-vo';
888
900
  export * from './work-order-surveillance-dto';
889
901
  export * from './work-order-type-dto';
890
902
  export * from './work-order-type-enum';
@@ -43,10 +43,10 @@ export interface IPageAccessVO {
43
43
  'records'?: Array<AccessVO>;
44
44
  /**
45
45
  *
46
- * @type {boolean}
46
+ * @type {number}
47
47
  * @memberof IPageAccessVO
48
48
  */
49
- 'searchCount'?: boolean;
49
+ 'pages'?: number;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -56,10 +56,10 @@ export interface IPageAccessVO {
56
56
  'hitCount'?: boolean;
57
57
  /**
58
58
  *
59
- * @type {number}
59
+ * @type {boolean}
60
60
  * @memberof IPageAccessVO
61
61
  */
62
- 'pages'?: number;
62
+ 'searchCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -0,0 +1,72 @@
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
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { BaseErrorResult } from './base-error-result';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { ExcelImportUploadToRedisVoSpaceAddExcelDTO } from './excel-import-upload-to-redis-vo-space-add-excel-dto';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
27
+ */
28
+ export interface JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {ExcelImportUploadToRedisVoSpaceAddExcelDTO}
50
+ * @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
51
+ */
52
+ 'data'?: ExcelImportUploadToRedisVoSpaceAddExcelDTO | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -0,0 +1,72 @@
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
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { BaseErrorResult } from './base-error-result';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { OfflineAlertWorkOrderDetailsDto } from './offline-alert-work-order-details-dto';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultOfflineAlertWorkOrderDetailsDto
27
+ */
28
+ export interface JsonResultOfflineAlertWorkOrderDetailsDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultOfflineAlertWorkOrderDetailsDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultOfflineAlertWorkOrderDetailsDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultOfflineAlertWorkOrderDetailsDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {OfflineAlertWorkOrderDetailsDto}
50
+ * @memberof JsonResultOfflineAlertWorkOrderDetailsDto
51
+ */
52
+ 'data'?: OfflineAlertWorkOrderDetailsDto | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultOfflineAlertWorkOrderDetailsDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultOfflineAlertWorkOrderDetailsDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultOfflineAlertWorkOrderDetailsDto
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { WorkOrderStatusEnum } from './work-order-status-enum';
16
19
 
17
20
  /**
18
21
  * 设备维保历史参数
@@ -39,21 +42,12 @@ export interface MaintenanceHistoryDto {
39
42
  */
40
43
  'samplingName'?: string;
41
44
  /**
42
- * 状态 1待分派 2进行中 4已完成 6已逾期 10已关闭
43
- * @type {string}
45
+ *
46
+ * @type {WorkOrderStatusEnum}
44
47
  * @memberof MaintenanceHistoryDto
45
48
  */
46
- 'status'?: MaintenanceHistoryDtoStatusEnum;
49
+ 'status'?: WorkOrderStatusEnum;
47
50
  }
48
51
 
49
- export const MaintenanceHistoryDtoStatusEnum = {
50
- Pending: 'PENDING',
51
- InProgress: 'IN_PROGRESS',
52
- Completed: 'COMPLETED',
53
- Overdue: 'OVERDUE',
54
- Closed: 'CLOSED'
55
- } as const;
56
-
57
- export type MaintenanceHistoryDtoStatusEnum = typeof MaintenanceHistoryDtoStatusEnum[keyof typeof MaintenanceHistoryDtoStatusEnum];
58
52
 
59
53