@gizone/rrs-client 4.1.2-alpha.182 → 4.1.3-alpha.184

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 (218) hide show
  1. package/.openapi-generator/FILES +18 -1
  2. package/README.md +2 -2
  3. package/api.ts +1 -0
  4. package/apis/equipment-api.ts +0 -91
  5. package/apis/offline-alert-work-order-controller-api.ts +149 -0
  6. package/apis/open-api-api.ts +312 -0
  7. package/apis/space-api.ts +4 -118
  8. package/apis/work-order-api.ts +103 -0
  9. package/configuration.ts +1 -1
  10. package/dist/api.d.ts +1 -0
  11. package/dist/api.js +1 -0
  12. package/dist/apis/equipment-api.d.ts +0 -47
  13. package/dist/apis/equipment-api.js +0 -70
  14. package/dist/apis/offline-alert-work-order-controller-api.d.ts +87 -0
  15. package/dist/apis/offline-alert-work-order-controller-api.js +138 -0
  16. package/dist/apis/open-api-api.d.ts +166 -0
  17. package/dist/apis/open-api-api.js +226 -0
  18. package/dist/apis/space-api.d.ts +4 -65
  19. package/dist/apis/space-api.js +0 -81
  20. package/dist/apis/work-order-api.d.ts +55 -0
  21. package/dist/apis/work-order-api.js +75 -0
  22. package/dist/configuration.js +1 -1
  23. package/dist/esm/api.d.ts +1 -0
  24. package/dist/esm/api.js +1 -0
  25. package/dist/esm/apis/equipment-api.d.ts +0 -47
  26. package/dist/esm/apis/equipment-api.js +0 -70
  27. package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +87 -0
  28. package/dist/esm/apis/offline-alert-work-order-controller-api.js +131 -0
  29. package/dist/esm/apis/open-api-api.d.ts +166 -0
  30. package/dist/esm/apis/open-api-api.js +227 -1
  31. package/dist/esm/apis/space-api.d.ts +4 -65
  32. package/dist/esm/apis/space-api.js +0 -81
  33. package/dist/esm/apis/work-order-api.d.ts +55 -0
  34. package/dist/esm/apis/work-order-api.js +75 -0
  35. package/dist/esm/configuration.js +1 -1
  36. package/dist/esm/models/equipment-detail-dto.d.ts +23 -3
  37. package/dist/esm/models/equipment-edit-batch-vo.d.ts +3 -2
  38. package/dist/esm/models/equipment-edit-vo.d.ts +17 -3
  39. package/dist/esm/models/equipment-search-system-dto.d.ts +23 -3
  40. package/dist/esm/models/equipment-search-vo.d.ts +4 -3
  41. package/dist/esm/models/equipment-status-enum.d.ts +25 -0
  42. package/dist/esm/models/equipment-status-enum.js +26 -0
  43. package/dist/esm/models/equipment-status.d.ts +30 -0
  44. package/dist/esm/models/equipment-status.js +14 -0
  45. package/dist/esm/models/equipment-tree-details-dto.d.ts +23 -3
  46. package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
  47. package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
  48. package/dist/esm/models/get-user-wx200-response.d.ts +6 -6
  49. package/dist/esm/models/index.d.ts +17 -1
  50. package/dist/esm/models/index.js +17 -1
  51. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
  52. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
  53. package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
  54. package/dist/esm/models/json-result-offline-alert-work-order-details-dto.js +14 -0
  55. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +6 -0
  56. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +13 -0
  57. package/dist/esm/models/offline-alert-device-vo.d.ts +30 -0
  58. package/dist/esm/models/offline-alert-device-vo.js +14 -0
  59. package/dist/esm/models/offline-alert-submit-vo.d.ts +43 -0
  60. package/dist/esm/models/offline-alert-submit-vo.js +14 -0
  61. package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +91 -0
  62. package/dist/esm/models/offline-alert-work-order-details-dto.js +14 -0
  63. package/dist/esm/models/offline-alert-work-order-info.d.ts +72 -0
  64. package/dist/esm/models/offline-alert-work-order-info.js +21 -0
  65. package/dist/esm/models/offline-alert-work-order-vo.d.ts +43 -0
  66. package/dist/esm/models/offline-alert-work-order-vo.js +14 -0
  67. package/dist/esm/models/park-info-dto.d.ts +6 -0
  68. package/dist/esm/models/result-code.d.ts +1 -0
  69. package/dist/esm/models/result-code.js +1 -0
  70. package/dist/esm/models/source-work-order-dto.d.ts +37 -0
  71. package/dist/esm/models/source-work-order-dto.js +14 -0
  72. package/dist/esm/models/space-add-excel-dto.d.ts +28 -10
  73. package/dist/esm/models/space-add-vo.d.ts +22 -9
  74. package/dist/esm/models/space-detail-dto.d.ts +16 -3
  75. package/dist/esm/models/space-edit-vo.d.ts +16 -3
  76. package/dist/esm/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
  77. package/dist/esm/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +1 -1
  78. package/dist/esm/models/space-level-enum.d.ts +23 -0
  79. package/dist/esm/models/space-level-enum.js +24 -0
  80. package/dist/esm/models/space-tree-dto.d.ts +16 -3
  81. package/dist/esm/models/space.d.ts +3 -3
  82. package/dist/esm/models/sync-equipment-status-vo.d.ts +37 -0
  83. package/dist/esm/models/sync-equipment-status-vo.js +14 -0
  84. package/dist/esm/models/sync-equipment-vo-equipment.d.ts +90 -0
  85. package/dist/esm/models/sync-equipment-vo-equipment.js +14 -0
  86. package/dist/esm/models/sync-equipment-vo.d.ts +13 -174
  87. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
  88. package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
  89. package/dist/esm/models/third-party-system-enum.d.ts +22 -0
  90. package/dist/esm/models/third-party-system-enum.js +23 -0
  91. package/dist/esm/models/work-order-ext-data.d.ts +7 -0
  92. package/dist/esm/models/work-order-internal-status-enum.d.ts +2 -0
  93. package/dist/esm/models/work-order-internal-status-enum.js +3 -1
  94. package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -0
  95. package/dist/esm/models/work-order-issue-type-enum.js +11 -1
  96. package/dist/esm/models/work-order-report-vo.d.ts +8 -1
  97. package/dist/esm/models/work-order-settings-type-enum.d.ts +1 -0
  98. package/dist/esm/models/work-order-settings-type-enum.js +2 -1
  99. package/dist/esm/models/work-order-source-enum.d.ts +1 -1
  100. package/dist/esm/models/work-order-source-enum.js +1 -1
  101. package/dist/esm/models/work-order-submit-vo.d.ts +25 -0
  102. package/dist/esm/models/work-order-submit-vo.js +14 -0
  103. package/dist/esm/models/work-order-type-enum.d.ts +1 -0
  104. package/dist/esm/models/work-order-type-enum.js +2 -1
  105. package/dist/models/equipment-detail-dto.d.ts +23 -3
  106. package/dist/models/equipment-edit-batch-vo.d.ts +3 -2
  107. package/dist/models/equipment-edit-vo.d.ts +17 -3
  108. package/dist/models/equipment-search-system-dto.d.ts +23 -3
  109. package/dist/models/equipment-search-vo.d.ts +4 -3
  110. package/dist/models/equipment-status-enum.d.ts +25 -0
  111. package/dist/models/equipment-status-enum.js +29 -0
  112. package/dist/models/equipment-status.d.ts +30 -0
  113. package/dist/models/equipment-status.js +15 -0
  114. package/dist/models/equipment-tree-details-dto.d.ts +23 -3
  115. package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
  116. package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
  117. package/dist/models/get-user-wx200-response.d.ts +6 -6
  118. package/dist/models/index.d.ts +17 -1
  119. package/dist/models/index.js +17 -1
  120. package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
  121. package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
  122. package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
  123. package/dist/models/json-result-offline-alert-work-order-details-dto.js +15 -0
  124. package/dist/models/network-monitor-repair-add-vo.d.ts +6 -0
  125. package/dist/models/network-monitor-repair-details-dto.d.ts +13 -0
  126. package/dist/models/offline-alert-device-vo.d.ts +30 -0
  127. package/dist/models/offline-alert-device-vo.js +15 -0
  128. package/dist/models/offline-alert-submit-vo.d.ts +43 -0
  129. package/dist/models/offline-alert-submit-vo.js +15 -0
  130. package/dist/models/offline-alert-work-order-details-dto.d.ts +91 -0
  131. package/dist/models/offline-alert-work-order-details-dto.js +15 -0
  132. package/dist/models/offline-alert-work-order-info.d.ts +72 -0
  133. package/dist/models/offline-alert-work-order-info.js +24 -0
  134. package/dist/models/offline-alert-work-order-vo.d.ts +43 -0
  135. package/dist/models/offline-alert-work-order-vo.js +15 -0
  136. package/dist/models/park-info-dto.d.ts +6 -0
  137. package/dist/models/result-code.d.ts +1 -0
  138. package/dist/models/result-code.js +1 -0
  139. package/dist/models/source-work-order-dto.d.ts +37 -0
  140. package/dist/models/source-work-order-dto.js +15 -0
  141. package/dist/models/space-add-excel-dto.d.ts +28 -10
  142. package/dist/models/space-add-vo.d.ts +22 -9
  143. package/dist/models/space-detail-dto.d.ts +16 -3
  144. package/dist/models/space-edit-vo.d.ts +16 -3
  145. package/dist/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
  146. package/dist/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +2 -2
  147. package/dist/models/space-level-enum.d.ts +23 -0
  148. package/dist/models/space-level-enum.js +27 -0
  149. package/dist/models/space-tree-dto.d.ts +16 -3
  150. package/dist/models/space.d.ts +3 -3
  151. package/dist/models/sync-equipment-status-vo.d.ts +37 -0
  152. package/dist/models/sync-equipment-status-vo.js +15 -0
  153. package/dist/models/sync-equipment-vo-equipment.d.ts +90 -0
  154. package/dist/models/sync-equipment-vo-equipment.js +15 -0
  155. package/dist/models/sync-equipment-vo.d.ts +13 -174
  156. package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
  157. package/dist/models/system-user-msg-source-type-enum.js +2 -1
  158. package/dist/models/third-party-system-enum.d.ts +22 -0
  159. package/dist/models/third-party-system-enum.js +26 -0
  160. package/dist/models/work-order-ext-data.d.ts +7 -0
  161. package/dist/models/work-order-internal-status-enum.d.ts +2 -0
  162. package/dist/models/work-order-internal-status-enum.js +3 -1
  163. package/dist/models/work-order-issue-type-enum.d.ts +10 -0
  164. package/dist/models/work-order-issue-type-enum.js +11 -1
  165. package/dist/models/work-order-report-vo.d.ts +8 -1
  166. package/dist/models/work-order-settings-type-enum.d.ts +1 -0
  167. package/dist/models/work-order-settings-type-enum.js +2 -1
  168. package/dist/models/work-order-source-enum.d.ts +1 -1
  169. package/dist/models/work-order-source-enum.js +1 -1
  170. package/dist/models/work-order-submit-vo.d.ts +25 -0
  171. package/dist/models/work-order-submit-vo.js +15 -0
  172. package/dist/models/work-order-type-enum.d.ts +1 -0
  173. package/dist/models/work-order-type-enum.js +2 -1
  174. package/models/equipment-detail-dto.ts +29 -3
  175. package/models/equipment-edit-batch-vo.ts +7 -2
  176. package/models/equipment-edit-vo.ts +23 -3
  177. package/models/equipment-search-system-dto.ts +29 -3
  178. package/models/equipment-search-vo.ts +8 -3
  179. package/models/equipment-status-enum.ts +35 -0
  180. package/models/equipment-status.ts +36 -0
  181. package/models/equipment-tree-details-dto.ts +29 -3
  182. package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +51 -0
  183. package/models/get-user-wx200-response.ts +6 -6
  184. package/models/index.ts +17 -1
  185. package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +72 -0
  186. package/models/json-result-offline-alert-work-order-details-dto.ts +72 -0
  187. package/models/network-monitor-repair-add-vo.ts +6 -0
  188. package/models/network-monitor-repair-details-dto.ts +15 -0
  189. package/models/offline-alert-device-vo.ts +36 -0
  190. package/models/offline-alert-submit-vo.ts +53 -0
  191. package/models/offline-alert-work-order-details-dto.ts +113 -0
  192. package/models/offline-alert-work-order-info.ts +86 -0
  193. package/models/offline-alert-work-order-vo.ts +53 -0
  194. package/models/park-info-dto.ts +6 -0
  195. package/models/result-code.ts +1 -0
  196. package/models/source-work-order-dto.ts +47 -0
  197. package/models/space-add-excel-dto.ts +28 -10
  198. package/models/space-add-vo.ts +24 -9
  199. package/models/space-detail-dto.ts +18 -3
  200. package/models/space-edit-vo.ts +18 -3
  201. package/models/{space-industry-attribute.ts → space-industry-attribute-enum.ts} +2 -2
  202. package/models/space-level-enum.ts +33 -0
  203. package/models/space-tree-dto.ts +18 -3
  204. package/models/space.ts +3 -3
  205. package/models/sync-equipment-status-vo.ts +45 -0
  206. package/models/sync-equipment-vo-equipment.ts +96 -0
  207. package/models/sync-equipment-vo.ts +15 -174
  208. package/models/system-user-msg-source-type-enum.ts +2 -1
  209. package/models/third-party-system-enum.ts +32 -0
  210. package/models/work-order-ext-data.ts +9 -0
  211. package/models/work-order-internal-status-enum.ts +3 -1
  212. package/models/work-order-issue-type-enum.ts +11 -1
  213. package/models/work-order-report-vo.ts +10 -1
  214. package/models/work-order-settings-type-enum.ts +2 -1
  215. package/models/work-order-source-enum.ts +1 -1
  216. package/models/work-order-submit-vo.ts +33 -0
  217. package/models/work-order-type-enum.ts +2 -1
  218. package/package.json +1 -1
@@ -15,7 +15,10 @@
15
15
 
16
16
  // May contain unused imports in some cases
17
17
  // @ts-ignore
18
- import type { SpaceIndustryAttribute } from './space-industry-attribute';
18
+ import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { SpaceLevelEnum } from './space-level-enum';
19
22
 
20
23
  /**
21
24
  * 新增空间参数
@@ -54,23 +57,23 @@ export interface SpaceAddVO {
54
57
  */
55
58
  'spaceTotalArea': number;
56
59
  /**
57
- *
60
+ * 空间承重
58
61
  * @type {string}
59
62
  * @memberof SpaceAddVO
60
63
  */
61
- 'spaceGroundBearing': string;
64
+ 'spaceGroundBearing'?: string;
62
65
  /**
63
- *
66
+ * 防火等级
64
67
  * @type {string}
65
68
  * @memberof SpaceAddVO
66
69
  */
67
- 'spaceFireRating': string;
70
+ 'spaceFireRating'?: string;
68
71
  /**
69
- *
72
+ * 物业结构
70
73
  * @type {string}
71
74
  * @memberof SpaceAddVO
72
75
  */
73
- 'spacePropertyStructure': string;
76
+ 'spacePropertyStructure'?: string;
74
77
  /**
75
78
  *
76
79
  * @type {string}
@@ -115,10 +118,22 @@ export interface SpaceAddVO {
115
118
  'greeneryArea'?: number;
116
119
  /**
117
120
  * 行业属性
118
- * @type {Array<SpaceIndustryAttribute>}
121
+ * @type {Array<SpaceIndustryAttributeEnum>}
122
+ * @memberof SpaceAddVO
123
+ */
124
+ 'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
125
+ /**
126
+ *
127
+ * @type {SpaceLevelEnum}
128
+ * @memberof SpaceAddVO
129
+ */
130
+ 'spaceLevel': SpaceLevelEnum;
131
+ /**
132
+ * 空间编码
133
+ * @type {string}
119
134
  * @memberof SpaceAddVO
120
135
  */
121
- 'industryAttributes'?: Array<SpaceIndustryAttribute>;
136
+ 'spaceCode'?: string;
122
137
  }
123
138
 
124
139
  export const SpaceAddVOImageDisplayMethodEnum = {
@@ -18,7 +18,10 @@
18
18
  import type { PlanImageList } from './plan-image-list';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
- import type { SpaceIndustryAttribute } from './space-industry-attribute';
21
+ import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { SpaceLevelEnum } from './space-level-enum';
22
25
  // May contain unused imports in some cases
23
26
  // @ts-ignore
24
27
  import type { SpacePointDTO } from './space-point-dto';
@@ -181,10 +184,22 @@ export interface SpaceDetailDTO {
181
184
  'promptText'?: string;
182
185
  /**
183
186
  * 行业属性
184
- * @type {Array<SpaceIndustryAttribute>}
187
+ * @type {Array<SpaceIndustryAttributeEnum>}
188
+ * @memberof SpaceDetailDTO
189
+ */
190
+ 'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
191
+ /**
192
+ *
193
+ * @type {SpaceLevelEnum}
194
+ * @memberof SpaceDetailDTO
195
+ */
196
+ 'spaceLevel'?: SpaceLevelEnum;
197
+ /**
198
+ * 空间编码
199
+ * @type {string}
185
200
  * @memberof SpaceDetailDTO
186
201
  */
187
- 'industryAttributes'?: Array<SpaceIndustryAttribute>;
202
+ 'spaceCode'?: string;
188
203
  }
189
204
 
190
205
  export const SpaceDetailDTOImageDisplayMethodEnum = {
@@ -15,7 +15,10 @@
15
15
 
16
16
  // May contain unused imports in some cases
17
17
  // @ts-ignore
18
- import type { SpaceIndustryAttribute } from './space-industry-attribute';
18
+ import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { SpaceLevelEnum } from './space-level-enum';
19
22
 
20
23
  /**
21
24
  * 修改空间名称
@@ -133,10 +136,22 @@ export interface SpaceEditVO {
133
136
  'promptText'?: string;
134
137
  /**
135
138
  * 行业属性
136
- * @type {Array<SpaceIndustryAttribute>}
139
+ * @type {Array<SpaceIndustryAttributeEnum>}
140
+ * @memberof SpaceEditVO
141
+ */
142
+ 'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
143
+ /**
144
+ *
145
+ * @type {SpaceLevelEnum}
146
+ * @memberof SpaceEditVO
147
+ */
148
+ 'spaceLevel': SpaceLevelEnum;
149
+ /**
150
+ * 空间编码
151
+ * @type {string}
137
152
  * @memberof SpaceEditVO
138
153
  */
139
- 'industryAttributes'?: Array<SpaceIndustryAttribute>;
154
+ 'spaceCode'?: string;
140
155
  }
141
156
 
142
157
  export const SpaceEditVOImageDisplayMethodEnum = {
@@ -20,7 +20,7 @@
20
20
  * @enum {string}
21
21
  */
22
22
 
23
- export const SpaceIndustryAttribute = {
23
+ export const SpaceIndustryAttributeEnum = {
24
24
  Fmcg: 'FMCG',
25
25
  Appliance: 'APPLIANCE',
26
26
  Car: 'CAR',
@@ -29,7 +29,7 @@ export const SpaceIndustryAttribute = {
29
29
  LogisticsTreasure: 'LOGISTICS_TREASURE'
30
30
  } as const;
31
31
 
32
- export type SpaceIndustryAttribute = typeof SpaceIndustryAttribute[keyof typeof SpaceIndustryAttribute];
32
+ export type SpaceIndustryAttributeEnum = typeof SpaceIndustryAttributeEnum[keyof typeof SpaceIndustryAttributeEnum];
33
33
 
34
34
 
35
35
 
@@ -0,0 +1,33 @@
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 SpaceLevelEnum = {
24
+ Park: 'PARK',
25
+ Building: 'BUILDING',
26
+ Warehouse: 'WAREHOUSE',
27
+ Other: 'OTHER'
28
+ } as const;
29
+
30
+ export type SpaceLevelEnum = typeof SpaceLevelEnum[keyof typeof SpaceLevelEnum];
31
+
32
+
33
+
@@ -15,7 +15,10 @@
15
15
 
16
16
  // May contain unused imports in some cases
17
17
  // @ts-ignore
18
- import type { SpaceIndustryAttribute } from './space-industry-attribute';
18
+ import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { SpaceLevelEnum } from './space-level-enum';
19
22
  // May contain unused imports in some cases
20
23
  // @ts-ignore
21
24
  import type { Surveillance } from './surveillance';
@@ -118,10 +121,10 @@ export interface SpaceTreeDTO {
118
121
  'promptText'?: string;
119
122
  /**
120
123
  * 行业属性
121
- * @type {Array<SpaceIndustryAttribute>}
124
+ * @type {Array<SpaceIndustryAttributeEnum>}
122
125
  * @memberof SpaceTreeDTO
123
126
  */
124
- 'industryAttributes'?: Array<SpaceIndustryAttribute>;
127
+ 'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
125
128
  /**
126
129
  * 监控数量
127
130
  * @type {number}
@@ -140,6 +143,18 @@ export interface SpaceTreeDTO {
140
143
  * @memberof SpaceTreeDTO
141
144
  */
142
145
  'surveillances'?: Array<Surveillance>;
146
+ /**
147
+ *
148
+ * @type {SpaceLevelEnum}
149
+ * @memberof SpaceTreeDTO
150
+ */
151
+ 'spaceLevel'?: SpaceLevelEnum;
152
+ /**
153
+ * 空间编码
154
+ * @type {string}
155
+ * @memberof SpaceTreeDTO
156
+ */
157
+ 'spaceCode'?: string;
143
158
  }
144
159
 
145
160
  export const SpaceTreeDTOImageDisplayMethodEnum = {
package/models/space.ts CHANGED
@@ -15,7 +15,7 @@
15
15
 
16
16
  // May contain unused imports in some cases
17
17
  // @ts-ignore
18
- import type { SpaceIndustryAttribute } from './space-industry-attribute';
18
+ import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
19
19
 
20
20
  /**
21
21
  * 空间详情
@@ -37,10 +37,10 @@ export interface Space {
37
37
  'spaceName'?: string;
38
38
  /**
39
39
  * 行业属性
40
- * @type {Array<SpaceIndustryAttribute>}
40
+ * @type {Array<SpaceIndustryAttributeEnum>}
41
41
  * @memberof Space
42
42
  */
43
- 'industryAttributes'?: Array<SpaceIndustryAttribute>;
43
+ 'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
44
44
  /**
45
45
  * 父名称
46
46
  * @type {string}
@@ -0,0 +1,45 @@
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 { EquipmentStatus } from './equipment-status';
19
+
20
+ /**
21
+ * 同步设备状态参数
22
+ * @export
23
+ * @interface SyncEquipmentStatusVo
24
+ */
25
+ export interface SyncEquipmentStatusVo {
26
+ /**
27
+ * 中心编码(C码)
28
+ * @type {string}
29
+ * @memberof SyncEquipmentStatusVo
30
+ */
31
+ 'centerCode': string;
32
+ /**
33
+ * 来源系统
34
+ * @type {string}
35
+ * @memberof SyncEquipmentStatusVo
36
+ */
37
+ 'source': string;
38
+ /**
39
+ * 设备列表
40
+ * @type {Array<EquipmentStatus>}
41
+ * @memberof SyncEquipmentStatusVo
42
+ */
43
+ 'equipments'?: Array<EquipmentStatus>;
44
+ }
45
+
@@ -0,0 +1,96 @@
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
+ * @interface SyncEquipmentVoEquipment
21
+ */
22
+ export interface SyncEquipmentVoEquipment {
23
+ /**
24
+ * 设备编码
25
+ * @type {string}
26
+ * @memberof SyncEquipmentVoEquipment
27
+ */
28
+ 'equipmentCode': string;
29
+ /**
30
+ * 设备名称
31
+ * @type {string}
32
+ * @memberof SyncEquipmentVoEquipment
33
+ */
34
+ 'equipmentName': string;
35
+ /**
36
+ * 设备系统
37
+ * @type {string}
38
+ * @memberof SyncEquipmentVoEquipment
39
+ */
40
+ 'equipmentSystem'?: string;
41
+ /**
42
+ * 设备状态 1:再用,2:待维修,3:待报废,4:已报废,5:已处置,6:已冻结
43
+ * @type {number}
44
+ * @memberof SyncEquipmentVoEquipment
45
+ */
46
+ 'equipmentStatus': number;
47
+ /**
48
+ * 维保类型 FACILITY,TOTAL_PACKAGE,THIRD_PARTY
49
+ * @type {string}
50
+ * @memberof SyncEquipmentVoEquipment
51
+ */
52
+ 'maintenanceType'?: string;
53
+ /**
54
+ * 维保公司
55
+ * @type {string}
56
+ * @memberof SyncEquipmentVoEquipment
57
+ */
58
+ 'maintenanceCompany'?: string;
59
+ /**
60
+ * 维保等级
61
+ * @type {string}
62
+ * @memberof SyncEquipmentVoEquipment
63
+ */
64
+ 'maintenanceLevel'?: string;
65
+ /**
66
+ * 维保联系人
67
+ * @type {string}
68
+ * @memberof SyncEquipmentVoEquipment
69
+ */
70
+ 'maintenanceContact'?: string;
71
+ /**
72
+ * 设备手册
73
+ * @type {Array<string>}
74
+ * @memberof SyncEquipmentVoEquipment
75
+ */
76
+ 'equipmentManuals'?: Array<string>;
77
+ /**
78
+ * 出厂时间(格式:yyyy-MM-dd HH:mm:ss)
79
+ * @type {string}
80
+ * @memberof SyncEquipmentVoEquipment
81
+ */
82
+ 'deliveryTime'?: string;
83
+ /**
84
+ * 安装时间(格式:yyyy-MM-dd HH:mm:ss)
85
+ * @type {string}
86
+ * @memberof SyncEquipmentVoEquipment
87
+ */
88
+ 'installTime'?: string;
89
+ /**
90
+ * 质保到期时间(格式:yyyy-MM-dd HH:mm:ss)
91
+ * @type {string}
92
+ * @memberof SyncEquipmentVoEquipment
93
+ */
94
+ 'warrantyTime'?: string;
95
+ }
96
+
@@ -13,192 +13,33 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { SyncEquipmentVoEquipment } from './sync-equipment-vo-equipment';
16
19
 
17
20
  /**
18
21
  * 同步设备参数
19
22
  * @export
20
- * @interface SyncEquipmentVO
23
+ * @interface SyncEquipmentVo
21
24
  */
22
- export interface SyncEquipmentVO {
25
+ export interface SyncEquipmentVo {
23
26
  /**
24
- * IOT设备部件id
25
- * @type {number}
26
- * @memberof SyncEquipmentVO
27
- */
28
- 'id'?: number;
29
- /**
30
- * 设备id
31
- * @type {number}
32
- * @memberof SyncEquipmentVO
33
- */
34
- 'deviceId'?: number;
35
- /**
36
- * 园区id
37
- * @type {number}
38
- * @memberof SyncEquipmentVO
39
- */
40
- 'parkId'?: number;
41
- /**
42
- * 所属系统
43
- * @type {string}
44
- * @memberof SyncEquipmentVO
45
- */
46
- 'owningSystem'?: string;
47
- /**
48
- * 系统类型
49
- * @type {string}
50
- * @memberof SyncEquipmentVO
51
- */
52
- 'systemType'?: string;
53
- /**
54
- * 品牌id
55
- * @type {string}
56
- * @memberof SyncEquipmentVO
57
- */
58
- 'brandId'?: string;
59
- /**
60
- * 型号id
61
- * @type {string}
62
- * @memberof SyncEquipmentVO
63
- */
64
- 'modelId'?: string;
65
- /**
66
- * 设备厂商类型
67
- * @type {string}
68
- * @memberof SyncEquipmentVO
69
- */
70
- 'producterId'?: string;
71
- /**
72
- * 外部单位id
73
- * @type {string}
74
- * @memberof SyncEquipmentVO
75
- */
76
- 'unitId'?: string;
77
- /**
78
- * 设备类型
79
- * @type {string}
80
- * @memberof SyncEquipmentVO
81
- */
82
- 'deviceType'?: string;
83
- /**
84
- * 设备部件类型
85
- * @type {string}
86
- * @memberof SyncEquipmentVO
87
- */
88
- 'unitType'?: string;
89
- /**
90
- * code
91
- * @type {string}
92
- * @memberof SyncEquipmentVO
93
- */
94
- 'deviceCode'?: string;
95
- /**
96
- * 设备name
97
- * @type {string}
98
- * @memberof SyncEquipmentVO
99
- */
100
- 'deviceName'?: string;
101
- /**
102
- * 外部设备id
103
- * @type {string}
104
- * @memberof SyncEquipmentVO
105
- */
106
- 'outDeviceId'?: string;
107
- /**
108
- * 外部部件id
109
- * @type {string}
110
- * @memberof SyncEquipmentVO
111
- */
112
- 'outUnitId'?: string;
113
- /**
114
- * 设备部件编码
27
+ * 中心编码(C码)
115
28
  * @type {string}
116
- * @memberof SyncEquipmentVO
29
+ * @memberof SyncEquipmentVo
117
30
  */
118
- 'unitCode'?: string;
31
+ 'centerCode': string;
119
32
  /**
120
- * 设备部件名称
33
+ * 来源系统 [资产:FAM]
121
34
  * @type {string}
122
- * @memberof SyncEquipmentVO
123
- */
124
- 'unitName'?: string;
125
- /**
126
- * 部件卡号
127
- * @type {string}
128
- * @memberof SyncEquipmentVO
129
- */
130
- 'unitCard'?: string;
131
- /**
132
- * 部件源地址
133
- * @type {string}
134
- * @memberof SyncEquipmentVO
135
- */
136
- 'unitSource'?: string;
137
- /**
138
- * 部件状态
139
- * @type {string}
140
- * @memberof SyncEquipmentVO
141
- */
142
- 'status'?: string;
143
- /**
144
- * 最大阈值
145
- * @type {string}
146
- * @memberof SyncEquipmentVO
147
- */
148
- 'maxValue'?: string;
149
- /**
150
- * 最小阈值
151
- * @type {string}
152
- * @memberof SyncEquipmentVO
153
- */
154
- 'minValue'?: string;
155
- /**
156
- * 是否删除 1未删除 0删除
157
- * @type {number}
158
- * @memberof SyncEquipmentVO
159
- */
160
- 'isDelete'?: number;
161
- /**
162
- * 详细安装位置
163
- * @type {string}
164
- * @memberof SyncEquipmentVO
165
- */
166
- 'location'?: string;
167
- /**
168
- * 心跳时间
169
- * @type {string}
170
- * @memberof SyncEquipmentVO
171
- */
172
- 'heartBeatAt'?: string;
173
- /**
174
- * 下次心跳时间
175
- * @type {string}
176
- * @memberof SyncEquipmentVO
177
- */
178
- 'heartBeatExpiresAt'?: string;
179
- /**
180
- * 倍率
181
- * @type {number}
182
- * @memberof SyncEquipmentVO
183
- */
184
- 'magnification'?: number;
185
- /**
186
- * 记录id 暂时无用
187
- * @type {number}
188
- * @memberof SyncEquipmentVO
189
- */
190
- 'recordId'?: number;
191
- /**
192
- * 上传时间间隔
193
- * @type {number}
194
- * @memberof SyncEquipmentVO
35
+ * @memberof SyncEquipmentVo
195
36
  */
196
- 'uploadTimeInterval'?: number;
37
+ 'source': string;
197
38
  /**
198
- * 节点id
199
- * @type {number}
200
- * @memberof SyncEquipmentVO
39
+ * 设备列表
40
+ * @type {Array<SyncEquipmentVoEquipment>}
41
+ * @memberof SyncEquipmentVo
201
42
  */
202
- 'nodeId'?: number;
43
+ 'equipments'?: Array<SyncEquipmentVoEquipment>;
203
44
  }
204
45
 
@@ -26,7 +26,8 @@ export const SystemUserMsgSourceTypeEnum = {
26
26
  InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
27
27
  MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
28
28
  NetworkMonitoringRepairWorkOrder: 'NETWORK_MONITORING_REPAIR_WORK_ORDER',
29
- ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
29
+ ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
30
+ OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
30
31
  } as const;
31
32
 
32
33
  export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
@@ -0,0 +1,32 @@
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 ThirdPartySystemEnum = {
24
+ Saas: 'SAAS',
25
+ Sqm: 'SQM',
26
+ Fam: 'FAM'
27
+ } as const;
28
+
29
+ export type ThirdPartySystemEnum = typeof ThirdPartySystemEnum[keyof typeof ThirdPartySystemEnum];
30
+
31
+
32
+
@@ -18,6 +18,9 @@
18
18
  import type { NetworkRepairInfo } from './network-repair-info';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
+ import type { OfflineAlertWorkOrderInfo } from './offline-alert-work-order-info';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
21
24
  import type { ViolationWorkOrderInfo } from './violation-work-order-info';
22
25
 
23
26
  /**
@@ -38,5 +41,11 @@ export interface WorkOrderExtData {
38
41
  * @memberof WorkOrderExtData
39
42
  */
40
43
  'violationWorkOrderInfo'?: ViolationWorkOrderInfo;
44
+ /**
45
+ *
46
+ * @type {OfflineAlertWorkOrderInfo}
47
+ * @memberof WorkOrderExtData
48
+ */
49
+ 'offlineAlertWorkOrderInfo'?: OfflineAlertWorkOrderInfo;
41
50
  }
42
51
 
@@ -30,7 +30,9 @@ export const WorkOrderInternalStatusEnum = {
30
30
  NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE',
31
31
  ViolationWorkOrderInProgressLevelOne: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
32
32
  ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
33
- ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
33
+ ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
34
+ OfflineAlertWorkOrderInProgressLevelOne: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
35
+ OfflineAlertWorkOrderInProgressLevelTwo: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
34
36
  } as const;
35
37
 
36
38
  export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];