@gizone/rrs-client 4.1.2-alpha.180 → 4.1.2-alpha.182

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 (214) hide show
  1. package/.openapi-generator/FILES +1 -18
  2. package/api.ts +0 -1
  3. package/apis/equipment-api.ts +91 -0
  4. package/apis/open-api-api.ts +0 -312
  5. package/apis/space-api.ts +118 -4
  6. package/apis/work-order-api.ts +0 -103
  7. package/dist/api.d.ts +0 -1
  8. package/dist/api.js +0 -1
  9. package/dist/apis/equipment-api.d.ts +47 -0
  10. package/dist/apis/equipment-api.js +70 -0
  11. package/dist/apis/open-api-api.d.ts +0 -166
  12. package/dist/apis/open-api-api.js +0 -226
  13. package/dist/apis/space-api.d.ts +65 -4
  14. package/dist/apis/space-api.js +81 -0
  15. package/dist/apis/work-order-api.d.ts +0 -55
  16. package/dist/apis/work-order-api.js +0 -75
  17. package/dist/esm/api.d.ts +0 -1
  18. package/dist/esm/api.js +0 -1
  19. package/dist/esm/apis/equipment-api.d.ts +47 -0
  20. package/dist/esm/apis/equipment-api.js +70 -0
  21. package/dist/esm/apis/open-api-api.d.ts +0 -166
  22. package/dist/esm/apis/open-api-api.js +1 -227
  23. package/dist/esm/apis/space-api.d.ts +65 -4
  24. package/dist/esm/apis/space-api.js +81 -0
  25. package/dist/esm/apis/work-order-api.d.ts +0 -55
  26. package/dist/esm/apis/work-order-api.js +0 -75
  27. package/dist/esm/models/equipment-detail-dto.d.ts +3 -23
  28. package/dist/esm/models/equipment-edit-batch-vo.d.ts +2 -3
  29. package/dist/esm/models/equipment-edit-vo.d.ts +3 -17
  30. package/dist/esm/models/equipment-search-system-dto.d.ts +3 -23
  31. package/dist/esm/models/equipment-search-vo.d.ts +3 -4
  32. package/dist/esm/models/equipment-tree-details-dto.d.ts +3 -23
  33. package/dist/esm/models/get-user-wx200-response.d.ts +6 -6
  34. package/dist/esm/models/index.d.ts +1 -17
  35. package/dist/esm/models/index.js +1 -17
  36. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +0 -6
  37. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +0 -13
  38. package/dist/esm/models/park-info-dto.d.ts +0 -6
  39. package/dist/esm/models/result-code.d.ts +0 -1
  40. package/dist/esm/models/result-code.js +0 -1
  41. package/dist/esm/models/space-add-excel-dto.d.ts +10 -28
  42. package/dist/esm/models/space-add-vo.d.ts +9 -22
  43. package/dist/esm/models/space-detail-dto.d.ts +3 -16
  44. package/dist/esm/models/space-edit-vo.d.ts +3 -16
  45. package/dist/{models/space-industry-attribute-enum.d.ts → esm/models/space-industry-attribute.d.ts} +2 -2
  46. package/dist/esm/models/{space-industry-attribute-enum.js → space-industry-attribute.js} +1 -1
  47. package/dist/esm/models/space-tree-dto.d.ts +3 -16
  48. package/dist/esm/models/space.d.ts +3 -3
  49. package/dist/esm/models/sync-equipment-vo.d.ts +174 -13
  50. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +0 -1
  51. package/dist/esm/models/system-user-msg-source-type-enum.js +1 -2
  52. package/dist/esm/models/work-order-ext-data.d.ts +0 -7
  53. package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -2
  54. package/dist/esm/models/work-order-internal-status-enum.js +1 -3
  55. package/dist/esm/models/work-order-issue-type-enum.d.ts +0 -10
  56. package/dist/esm/models/work-order-issue-type-enum.js +1 -11
  57. package/dist/esm/models/work-order-report-vo.d.ts +1 -8
  58. package/dist/esm/models/work-order-settings-type-enum.d.ts +0 -1
  59. package/dist/esm/models/work-order-settings-type-enum.js +1 -2
  60. package/dist/esm/models/work-order-source-enum.d.ts +1 -1
  61. package/dist/esm/models/work-order-source-enum.js +1 -1
  62. package/dist/esm/models/work-order-type-enum.d.ts +0 -1
  63. package/dist/esm/models/work-order-type-enum.js +1 -2
  64. package/dist/models/equipment-detail-dto.d.ts +3 -23
  65. package/dist/models/equipment-edit-batch-vo.d.ts +2 -3
  66. package/dist/models/equipment-edit-vo.d.ts +3 -17
  67. package/dist/models/equipment-search-system-dto.d.ts +3 -23
  68. package/dist/models/equipment-search-vo.d.ts +3 -4
  69. package/dist/models/equipment-tree-details-dto.d.ts +3 -23
  70. package/dist/models/get-user-wx200-response.d.ts +6 -6
  71. package/dist/models/index.d.ts +1 -17
  72. package/dist/models/index.js +1 -17
  73. package/dist/models/network-monitor-repair-add-vo.d.ts +0 -6
  74. package/dist/models/network-monitor-repair-details-dto.d.ts +0 -13
  75. package/dist/models/park-info-dto.d.ts +0 -6
  76. package/dist/models/result-code.d.ts +0 -1
  77. package/dist/models/result-code.js +0 -1
  78. package/dist/models/space-add-excel-dto.d.ts +10 -28
  79. package/dist/models/space-add-vo.d.ts +9 -22
  80. package/dist/models/space-detail-dto.d.ts +3 -16
  81. package/dist/models/space-edit-vo.d.ts +3 -16
  82. package/dist/{esm/models/space-industry-attribute-enum.d.ts → models/space-industry-attribute.d.ts} +2 -2
  83. package/dist/models/{space-industry-attribute-enum.js → space-industry-attribute.js} +2 -2
  84. package/dist/models/space-tree-dto.d.ts +3 -16
  85. package/dist/models/space.d.ts +3 -3
  86. package/dist/models/sync-equipment-vo.d.ts +174 -13
  87. package/dist/models/system-user-msg-source-type-enum.d.ts +0 -1
  88. package/dist/models/system-user-msg-source-type-enum.js +1 -2
  89. package/dist/models/work-order-ext-data.d.ts +0 -7
  90. package/dist/models/work-order-internal-status-enum.d.ts +0 -2
  91. package/dist/models/work-order-internal-status-enum.js +1 -3
  92. package/dist/models/work-order-issue-type-enum.d.ts +0 -10
  93. package/dist/models/work-order-issue-type-enum.js +1 -11
  94. package/dist/models/work-order-report-vo.d.ts +1 -8
  95. package/dist/models/work-order-settings-type-enum.d.ts +0 -1
  96. package/dist/models/work-order-settings-type-enum.js +1 -2
  97. package/dist/models/work-order-source-enum.d.ts +1 -1
  98. package/dist/models/work-order-source-enum.js +1 -1
  99. package/dist/models/work-order-type-enum.d.ts +0 -1
  100. package/dist/models/work-order-type-enum.js +1 -2
  101. package/models/equipment-detail-dto.ts +3 -29
  102. package/models/equipment-edit-batch-vo.ts +2 -7
  103. package/models/equipment-edit-vo.ts +3 -23
  104. package/models/equipment-search-system-dto.ts +3 -29
  105. package/models/equipment-search-vo.ts +3 -8
  106. package/models/equipment-tree-details-dto.ts +3 -29
  107. package/models/get-user-wx200-response.ts +6 -6
  108. package/models/index.ts +1 -17
  109. package/models/network-monitor-repair-add-vo.ts +0 -6
  110. package/models/network-monitor-repair-details-dto.ts +0 -15
  111. package/models/park-info-dto.ts +0 -6
  112. package/models/result-code.ts +0 -1
  113. package/models/space-add-excel-dto.ts +10 -28
  114. package/models/space-add-vo.ts +9 -24
  115. package/models/space-detail-dto.ts +3 -18
  116. package/models/space-edit-vo.ts +3 -18
  117. package/models/{space-industry-attribute-enum.ts → space-industry-attribute.ts} +2 -2
  118. package/models/space-tree-dto.ts +3 -18
  119. package/models/space.ts +3 -3
  120. package/models/sync-equipment-vo.ts +174 -15
  121. package/models/system-user-msg-source-type-enum.ts +1 -2
  122. package/models/work-order-ext-data.ts +0 -9
  123. package/models/work-order-internal-status-enum.ts +1 -3
  124. package/models/work-order-issue-type-enum.ts +1 -11
  125. package/models/work-order-report-vo.ts +1 -10
  126. package/models/work-order-settings-type-enum.ts +1 -2
  127. package/models/work-order-source-enum.ts +1 -1
  128. package/models/work-order-type-enum.ts +1 -2
  129. package/package.json +1 -1
  130. package/apis/offline-alert-work-order-controller-api.ts +0 -149
  131. package/dist/apis/offline-alert-work-order-controller-api.d.ts +0 -87
  132. package/dist/apis/offline-alert-work-order-controller-api.js +0 -138
  133. package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +0 -87
  134. package/dist/esm/apis/offline-alert-work-order-controller-api.js +0 -131
  135. package/dist/esm/models/equipment-status-enum.d.ts +0 -25
  136. package/dist/esm/models/equipment-status-enum.js +0 -26
  137. package/dist/esm/models/equipment-status.d.ts +0 -30
  138. package/dist/esm/models/equipment-status.js +0 -14
  139. package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -43
  140. package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -14
  141. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -62
  142. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -14
  143. package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +0 -62
  144. package/dist/esm/models/json-result-offline-alert-work-order-details-dto.js +0 -14
  145. package/dist/esm/models/offline-alert-device-vo.d.ts +0 -30
  146. package/dist/esm/models/offline-alert-device-vo.js +0 -14
  147. package/dist/esm/models/offline-alert-submit-vo.d.ts +0 -43
  148. package/dist/esm/models/offline-alert-submit-vo.js +0 -14
  149. package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +0 -91
  150. package/dist/esm/models/offline-alert-work-order-details-dto.js +0 -14
  151. package/dist/esm/models/offline-alert-work-order-info.d.ts +0 -72
  152. package/dist/esm/models/offline-alert-work-order-info.js +0 -21
  153. package/dist/esm/models/offline-alert-work-order-vo.d.ts +0 -43
  154. package/dist/esm/models/offline-alert-work-order-vo.js +0 -14
  155. package/dist/esm/models/source-work-order-dto.d.ts +0 -37
  156. package/dist/esm/models/source-work-order-dto.js +0 -14
  157. package/dist/esm/models/space-level-enum.d.ts +0 -23
  158. package/dist/esm/models/space-level-enum.js +0 -24
  159. package/dist/esm/models/sync-equipment-status-vo.d.ts +0 -37
  160. package/dist/esm/models/sync-equipment-status-vo.js +0 -14
  161. package/dist/esm/models/sync-equipment-vo-equipment.d.ts +0 -90
  162. package/dist/esm/models/sync-equipment-vo-equipment.js +0 -14
  163. package/dist/esm/models/third-party-system-enum.d.ts +0 -22
  164. package/dist/esm/models/third-party-system-enum.js +0 -23
  165. package/dist/esm/models/work-order-submit-vo.d.ts +0 -25
  166. package/dist/esm/models/work-order-submit-vo.js +0 -14
  167. package/dist/models/equipment-status-enum.d.ts +0 -25
  168. package/dist/models/equipment-status-enum.js +0 -29
  169. package/dist/models/equipment-status.d.ts +0 -30
  170. package/dist/models/equipment-status.js +0 -15
  171. package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -43
  172. package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -15
  173. package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -62
  174. package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -15
  175. package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +0 -62
  176. package/dist/models/json-result-offline-alert-work-order-details-dto.js +0 -15
  177. package/dist/models/offline-alert-device-vo.d.ts +0 -30
  178. package/dist/models/offline-alert-device-vo.js +0 -15
  179. package/dist/models/offline-alert-submit-vo.d.ts +0 -43
  180. package/dist/models/offline-alert-submit-vo.js +0 -15
  181. package/dist/models/offline-alert-work-order-details-dto.d.ts +0 -91
  182. package/dist/models/offline-alert-work-order-details-dto.js +0 -15
  183. package/dist/models/offline-alert-work-order-info.d.ts +0 -72
  184. package/dist/models/offline-alert-work-order-info.js +0 -24
  185. package/dist/models/offline-alert-work-order-vo.d.ts +0 -43
  186. package/dist/models/offline-alert-work-order-vo.js +0 -15
  187. package/dist/models/source-work-order-dto.d.ts +0 -37
  188. package/dist/models/source-work-order-dto.js +0 -15
  189. package/dist/models/space-level-enum.d.ts +0 -23
  190. package/dist/models/space-level-enum.js +0 -27
  191. package/dist/models/sync-equipment-status-vo.d.ts +0 -37
  192. package/dist/models/sync-equipment-status-vo.js +0 -15
  193. package/dist/models/sync-equipment-vo-equipment.d.ts +0 -90
  194. package/dist/models/sync-equipment-vo-equipment.js +0 -15
  195. package/dist/models/third-party-system-enum.d.ts +0 -22
  196. package/dist/models/third-party-system-enum.js +0 -26
  197. package/dist/models/work-order-submit-vo.d.ts +0 -25
  198. package/dist/models/work-order-submit-vo.js +0 -15
  199. package/models/equipment-status-enum.ts +0 -35
  200. package/models/equipment-status.ts +0 -36
  201. package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +0 -51
  202. package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +0 -72
  203. package/models/json-result-offline-alert-work-order-details-dto.ts +0 -72
  204. package/models/offline-alert-device-vo.ts +0 -36
  205. package/models/offline-alert-submit-vo.ts +0 -53
  206. package/models/offline-alert-work-order-details-dto.ts +0 -113
  207. package/models/offline-alert-work-order-info.ts +0 -86
  208. package/models/offline-alert-work-order-vo.ts +0 -53
  209. package/models/source-work-order-dto.ts +0 -47
  210. package/models/space-level-enum.ts +0 -33
  211. package/models/sync-equipment-status-vo.ts +0 -45
  212. package/models/sync-equipment-vo-equipment.ts +0 -96
  213. package/models/third-party-system-enum.ts +0 -32
  214. package/models/work-order-submit-vo.ts +0 -33
@@ -1,91 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { WorkOrderExtData } from './work-order-ext-data';
13
- import type { WorkOrderHandlerDto } from './work-order-handler-dto';
14
- import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
15
- import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
16
- import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
17
- import type { WorkOrderStatusEnum } from './work-order-status-enum';
18
- import type { WorkOrderTypeEnum } from './work-order-type-enum';
19
- /**
20
- * 离线告警工单详情
21
- * @export
22
- * @interface OfflineAlertWorkOrderDetailsDto
23
- */
24
- export interface OfflineAlertWorkOrderDetailsDto {
25
- /**
26
- * 工单id
27
- * @type {number}
28
- * @memberof OfflineAlertWorkOrderDetailsDto
29
- */
30
- 'workOrderId'?: number;
31
- /**
32
- * 园区ID
33
- * @type {number}
34
- * @memberof OfflineAlertWorkOrderDetailsDto
35
- */
36
- 'parkId'?: number;
37
- /**
38
- * 工单编号
39
- * @type {string}
40
- * @memberof OfflineAlertWorkOrderDetailsDto
41
- */
42
- 'workOrderNo'?: string;
43
- /**
44
- * 工单名称
45
- * @type {string}
46
- * @memberof OfflineAlertWorkOrderDetailsDto
47
- */
48
- 'workOrderName'?: string;
49
- /**
50
- *
51
- * @type {WorkOrderTypeEnum}
52
- * @memberof OfflineAlertWorkOrderDetailsDto
53
- */
54
- 'workOrderType'?: WorkOrderTypeEnum;
55
- /**
56
- *
57
- * @type {WorkOrderStatusEnum}
58
- * @memberof OfflineAlertWorkOrderDetailsDto
59
- */
60
- 'workOrderStatus'?: WorkOrderStatusEnum;
61
- /**
62
- *
63
- * @type {WorkOrderSponsorDto}
64
- * @memberof OfflineAlertWorkOrderDetailsDto
65
- */
66
- 'sponsor'?: WorkOrderSponsorDto;
67
- /**
68
- *
69
- * @type {WorkOrderHandlerDto}
70
- * @memberof OfflineAlertWorkOrderDetailsDto
71
- */
72
- 'handler'?: WorkOrderHandlerDto;
73
- /**
74
- *
75
- * @type {WorkOrderIssueTypeEnum}
76
- * @memberof OfflineAlertWorkOrderDetailsDto
77
- */
78
- 'workOrderIssueType'?: WorkOrderIssueTypeEnum;
79
- /**
80
- *
81
- * @type {WorkOrderInternalStatusEnum}
82
- * @memberof OfflineAlertWorkOrderDetailsDto
83
- */
84
- 'internalStatus'?: WorkOrderInternalStatusEnum;
85
- /**
86
- *
87
- * @type {WorkOrderExtData}
88
- * @memberof OfflineAlertWorkOrderDetailsDto
89
- */
90
- 'workOrderExtData'?: WorkOrderExtData;
91
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,72 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { OfflineAlertDeviceVo } from './offline-alert-device-vo';
13
- import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
14
- /**
15
- * 离线告警工单信息
16
- * @export
17
- * @interface OfflineAlertWorkOrderInfo
18
- */
19
- export interface OfflineAlertWorkOrderInfo {
20
- /**
21
- * 离线告警设备
22
- * @type {Array<OfflineAlertDeviceVo>}
23
- * @memberof OfflineAlertWorkOrderInfo
24
- */
25
- 'devices'?: Array<OfflineAlertDeviceVo>;
26
- /**
27
- * 离线告警设备类型枚举
28
- * @type {string}
29
- * @memberof OfflineAlertWorkOrderInfo
30
- */
31
- 'deviceType'?: OfflineAlertWorkOrderInfoDeviceTypeEnum;
32
- /**
33
- * 离线告警风险等级枚举
34
- * @type {string}
35
- * @memberof OfflineAlertWorkOrderInfo
36
- */
37
- 'riskLevel'?: OfflineAlertWorkOrderInfoRiskLevelEnum;
38
- /**
39
- * 要求修复时间
40
- * @type {string}
41
- * @memberof OfflineAlertWorkOrderInfo
42
- */
43
- 'requireRepairTime'?: string;
44
- /**
45
- * 原因描述
46
- * @type {string}
47
- * @memberof OfflineAlertWorkOrderInfo
48
- */
49
- 'reasonDescription'?: string;
50
- /**
51
- * 原因图片
52
- * @type {Array<string>}
53
- * @memberof OfflineAlertWorkOrderInfo
54
- */
55
- 'reasonImage'?: Array<string>;
56
- /**
57
- *
58
- * @type {WorkOrderIssueTypeEnum}
59
- * @memberof OfflineAlertWorkOrderInfo
60
- */
61
- 'issueType'?: WorkOrderIssueTypeEnum;
62
- }
63
- export declare const OfflineAlertWorkOrderInfoDeviceTypeEnum: {
64
- readonly Surveillance: "SURVEILLANCE";
65
- };
66
- export type OfflineAlertWorkOrderInfoDeviceTypeEnum = typeof OfflineAlertWorkOrderInfoDeviceTypeEnum[keyof typeof OfflineAlertWorkOrderInfoDeviceTypeEnum];
67
- export declare const OfflineAlertWorkOrderInfoRiskLevelEnum: {
68
- readonly VeryHigh: "VERY_HIGH";
69
- readonly High: "HIGH";
70
- readonly Low: "LOW";
71
- };
72
- export type OfflineAlertWorkOrderInfoRiskLevelEnum = typeof OfflineAlertWorkOrderInfoRiskLevelEnum[keyof typeof OfflineAlertWorkOrderInfoRiskLevelEnum];
@@ -1,24 +0,0 @@
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.OfflineAlertWorkOrderInfoRiskLevelEnum = exports.OfflineAlertWorkOrderInfoDeviceTypeEnum = void 0;
17
- exports.OfflineAlertWorkOrderInfoDeviceTypeEnum = {
18
- Surveillance: 'SURVEILLANCE'
19
- };
20
- exports.OfflineAlertWorkOrderInfoRiskLevelEnum = {
21
- VeryHigh: 'VERY_HIGH',
22
- High: 'HIGH',
23
- Low: 'LOW'
24
- };
@@ -1,43 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
13
- /**
14
- * 设备离线告警工单
15
- * @export
16
- * @interface OfflineAlertWorkOrderVo
17
- */
18
- export interface OfflineAlertWorkOrderVo {
19
- /**
20
- *
21
- * @type {WorkOrderIssueTypeEnum}
22
- * @memberof OfflineAlertWorkOrderVo
23
- */
24
- 'issueType'?: WorkOrderIssueTypeEnum;
25
- /**
26
- * 要求修复时间
27
- * @type {string}
28
- * @memberof OfflineAlertWorkOrderVo
29
- */
30
- 'requireRepairTime'?: string;
31
- /**
32
- * 原因描述
33
- * @type {string}
34
- * @memberof OfflineAlertWorkOrderVo
35
- */
36
- 'reasonDescription'?: string;
37
- /**
38
- * 原因图片/视频地址
39
- * @type {Array<string>}
40
- * @memberof OfflineAlertWorkOrderVo
41
- */
42
- 'reasonImage'?: Array<string>;
43
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,37 +0,0 @@
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 { WorkOrderTypeEnum } from './work-order-type-enum';
13
- /**
14
- * 来源工单
15
- * @export
16
- * @interface SourceWorkOrderDTO
17
- */
18
- export interface SourceWorkOrderDTO {
19
- /**
20
- * 工单ID
21
- * @type {number}
22
- * @memberof SourceWorkOrderDTO
23
- */
24
- 'workOrderId'?: number;
25
- /**
26
- *
27
- * @type {WorkOrderTypeEnum}
28
- * @memberof SourceWorkOrderDTO
29
- */
30
- 'workOrderType'?: WorkOrderTypeEnum;
31
- /**
32
- * 工单编号
33
- * @type {string}
34
- * @memberof SourceWorkOrderDTO
35
- */
36
- 'workOrderNo'?: string;
37
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,23 +0,0 @@
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 SpaceLevelEnum: {
18
- readonly Park: "PARK";
19
- readonly Building: "BUILDING";
20
- readonly Warehouse: "WAREHOUSE";
21
- readonly Other: "OTHER";
22
- };
23
- export type SpaceLevelEnum = typeof SpaceLevelEnum[keyof typeof SpaceLevelEnum];
@@ -1,27 +0,0 @@
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.SpaceLevelEnum = void 0;
17
- /**
18
- * 空间级别
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.SpaceLevelEnum = {
23
- Park: 'PARK',
24
- Building: 'BUILDING',
25
- Warehouse: 'WAREHOUSE',
26
- Other: 'OTHER'
27
- };
@@ -1,37 +0,0 @@
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 { EquipmentStatus } from './equipment-status';
13
- /**
14
- * 同步设备状态参数
15
- * @export
16
- * @interface SyncEquipmentStatusVo
17
- */
18
- export interface SyncEquipmentStatusVo {
19
- /**
20
- * 中心编码(C码)
21
- * @type {string}
22
- * @memberof SyncEquipmentStatusVo
23
- */
24
- 'centerCode': string;
25
- /**
26
- * 来源系统
27
- * @type {string}
28
- * @memberof SyncEquipmentStatusVo
29
- */
30
- 'source': string;
31
- /**
32
- * 设备列表
33
- * @type {Array<EquipmentStatus>}
34
- * @memberof SyncEquipmentStatusVo
35
- */
36
- 'equipments'?: Array<EquipmentStatus>;
37
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,90 +0,0 @@
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 SyncEquipmentVoEquipment
16
- */
17
- export interface SyncEquipmentVoEquipment {
18
- /**
19
- * 设备编码
20
- * @type {string}
21
- * @memberof SyncEquipmentVoEquipment
22
- */
23
- 'equipmentCode': string;
24
- /**
25
- * 设备名称
26
- * @type {string}
27
- * @memberof SyncEquipmentVoEquipment
28
- */
29
- 'equipmentName': string;
30
- /**
31
- * 设备系统
32
- * @type {string}
33
- * @memberof SyncEquipmentVoEquipment
34
- */
35
- 'equipmentSystem'?: string;
36
- /**
37
- * 设备状态 1:再用,2:待维修,3:待报废,4:已报废,5:已处置,6:已冻结
38
- * @type {number}
39
- * @memberof SyncEquipmentVoEquipment
40
- */
41
- 'equipmentStatus': number;
42
- /**
43
- * 维保类型 FACILITY,TOTAL_PACKAGE,THIRD_PARTY
44
- * @type {string}
45
- * @memberof SyncEquipmentVoEquipment
46
- */
47
- 'maintenanceType'?: string;
48
- /**
49
- * 维保公司
50
- * @type {string}
51
- * @memberof SyncEquipmentVoEquipment
52
- */
53
- 'maintenanceCompany'?: string;
54
- /**
55
- * 维保等级
56
- * @type {string}
57
- * @memberof SyncEquipmentVoEquipment
58
- */
59
- 'maintenanceLevel'?: string;
60
- /**
61
- * 维保联系人
62
- * @type {string}
63
- * @memberof SyncEquipmentVoEquipment
64
- */
65
- 'maintenanceContact'?: string;
66
- /**
67
- * 设备手册
68
- * @type {Array<string>}
69
- * @memberof SyncEquipmentVoEquipment
70
- */
71
- 'equipmentManuals'?: Array<string>;
72
- /**
73
- * 出厂时间(格式:yyyy-MM-dd HH:mm:ss)
74
- * @type {string}
75
- * @memberof SyncEquipmentVoEquipment
76
- */
77
- 'deliveryTime'?: string;
78
- /**
79
- * 安装时间(格式:yyyy-MM-dd HH:mm:ss)
80
- * @type {string}
81
- * @memberof SyncEquipmentVoEquipment
82
- */
83
- 'installTime'?: string;
84
- /**
85
- * 质保到期时间(格式:yyyy-MM-dd HH:mm:ss)
86
- * @type {string}
87
- * @memberof SyncEquipmentVoEquipment
88
- */
89
- 'warrantyTime'?: string;
90
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,22 +0,0 @@
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 ThirdPartySystemEnum: {
18
- readonly Saas: "SAAS";
19
- readonly Sqm: "SQM";
20
- readonly Fam: "FAM";
21
- };
22
- export type ThirdPartySystemEnum = typeof ThirdPartySystemEnum[keyof typeof ThirdPartySystemEnum];
@@ -1,26 +0,0 @@
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.ThirdPartySystemEnum = void 0;
17
- /**
18
- * 来源
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.ThirdPartySystemEnum = {
23
- Saas: 'SAAS',
24
- Sqm: 'SQM',
25
- Fam: 'FAM'
26
- };
@@ -1,25 +0,0 @@
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
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,35 +0,0 @@
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
-
17
- /**
18
- * 设备状态
19
- * @export
20
- * @enum {string}
21
- */
22
-
23
- export const EquipmentStatusEnum = {
24
- Enable: 'ENABLE',
25
- ToBeRepaired: 'TO_BE_REPAIRED',
26
- ToBeScrapped: 'TO_BE_SCRAPPED',
27
- Scrapped: 'SCRAPPED',
28
- Disposed: 'DISPOSED',
29
- Frozen: 'FROZEN'
30
- } as const;
31
-
32
- export type EquipmentStatusEnum = typeof EquipmentStatusEnum[keyof typeof EquipmentStatusEnum];
33
-
34
-
35
-