@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
@@ -0,0 +1,21 @@
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
+ export const OfflineAlertWorkOrderInfoDeviceTypeEnum = {
15
+ Surveillance: 'SURVEILLANCE'
16
+ };
17
+ export const OfflineAlertWorkOrderInfoRiskLevelEnum = {
18
+ VeryHigh: 'VERY_HIGH',
19
+ High: 'HIGH',
20
+ Low: 'LOW'
21
+ };
@@ -0,0 +1,43 @@
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
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -12,6 +12,7 @@
12
12
  import type { InspectionComp } from './inspection-comp';
13
13
  import type { InspectionPoint } from './inspection-point';
14
14
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
15
+ import type { WorkOrderStatusEnum } from './work-order-status-enum';
15
16
  import type { WorkOrderTypeEnum } from './work-order-type-enum';
16
17
  /**
17
18
  * 周期工单响应参数
@@ -26,11 +27,11 @@ export interface PeriodDetailResp {
26
27
  */
27
28
  'workOrderId'?: number;
28
29
  /**
29
- * 工单状态(1.待分派 2.进行中 3.待验收 4.已完成 6.已逾期)
30
- * @type {string}
30
+ *
31
+ * @type {WorkOrderStatusEnum}
31
32
  * @memberof PeriodDetailResp
32
33
  */
33
- 'workOrderStatus'?: PeriodDetailRespWorkOrderStatusEnum;
34
+ 'workOrderStatus'?: WorkOrderStatusEnum;
34
35
  /**
35
36
  * 发起时间/起始时间
36
37
  * @type {string}
@@ -194,14 +195,6 @@ export interface PeriodDetailResp {
194
195
  */
195
196
  'workOrderDeptIds'?: Array<number>;
196
197
  }
197
- export declare const PeriodDetailRespWorkOrderStatusEnum: {
198
- readonly Pending: "PENDING";
199
- readonly InProgress: "IN_PROGRESS";
200
- readonly Completed: "COMPLETED";
201
- readonly Overdue: "OVERDUE";
202
- readonly Closed: "CLOSED";
203
- };
204
- export type PeriodDetailRespWorkOrderStatusEnum = typeof PeriodDetailRespWorkOrderStatusEnum[keyof typeof PeriodDetailRespWorkOrderStatusEnum];
205
198
  export declare const PeriodDetailRespSamplingResultsEnum: {
206
199
  readonly Zero: "ZERO";
207
200
  readonly One: "ONE";
@@ -11,13 +11,6 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export const PeriodDetailRespWorkOrderStatusEnum = {
15
- Pending: 'PENDING',
16
- InProgress: 'IN_PROGRESS',
17
- Completed: 'COMPLETED',
18
- Overdue: 'OVERDUE',
19
- Closed: 'CLOSED'
20
- };
21
14
  export const PeriodDetailRespSamplingResultsEnum = {
22
15
  Zero: 'ZERO',
23
16
  One: 'ONE',
@@ -131,6 +131,7 @@ export declare const ResultCode: {
131
131
  readonly IncorrectPassword: "INCORRECT_PASSWORD";
132
132
  readonly IncorrectInspectionOrder: "INCORRECT_INSPECTION_ORDER";
133
133
  readonly ThirdPartyFailure: "THIRD_PARTY_FAILURE";
134
+ readonly WorkOrderIssueType: "WORK_ORDER_ISSUE_TYPE";
134
135
  readonly UnknownException: "UNKNOWN_EXCEPTION";
135
136
  readonly RecordAlreadyExistsInTheDatabase: "RECORD_ALREADY_EXISTS_IN_THE_DATABASE";
136
137
  readonly SqlException: "SQL_EXCEPTION";
@@ -133,6 +133,7 @@ export const ResultCode = {
133
133
  IncorrectPassword: 'INCORRECT_PASSWORD',
134
134
  IncorrectInspectionOrder: 'INCORRECT_INSPECTION_ORDER',
135
135
  ThirdPartyFailure: 'THIRD_PARTY_FAILURE',
136
+ WorkOrderIssueType: 'WORK_ORDER_ISSUE_TYPE',
136
137
  UnknownException: 'UNKNOWN_EXCEPTION',
137
138
  RecordAlreadyExistsInTheDatabase: 'RECORD_ALREADY_EXISTS_IN_THE_DATABASE',
138
139
  SqlException: 'SQL_EXCEPTION',
@@ -0,0 +1,37 @@
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
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -20,55 +20,67 @@ export interface SpaceAddExcelDTO {
20
20
  * @type {string}
21
21
  * @memberof SpaceAddExcelDTO
22
22
  */
23
- 'spaceName': string;
23
+ 'spaceName'?: string;
24
+ /**
25
+ * 空间类型
26
+ * @type {string}
27
+ * @memberof SpaceAddExcelDTO
28
+ */
29
+ 'spaceType'?: string;
30
+ /**
31
+ * 空间编码
32
+ * @type {string}
33
+ * @memberof SpaceAddExcelDTO
34
+ */
35
+ 'spaceCode'?: string;
24
36
  /**
25
37
  * 上级空间
26
38
  * @type {string}
27
39
  * @memberof SpaceAddExcelDTO
28
40
  */
29
- 'parentName': string;
41
+ 'parentName'?: string;
30
42
  /**
31
43
  * 空间属性
32
44
  * @type {string}
33
45
  * @memberof SpaceAddExcelDTO
34
46
  */
35
- 'spaceAttribute': string;
47
+ 'spaceAttribute'?: string;
36
48
  /**
37
49
  * 空间总租聘面积
38
50
  * @type {number}
39
51
  * @memberof SpaceAddExcelDTO
40
52
  */
41
- 'spaceTotalArea': number;
53
+ 'spaceTotalArea'?: number;
42
54
  /**
43
55
  * 空间总建筑面积
44
56
  * @type {number}
45
57
  * @memberof SpaceAddExcelDTO
46
58
  */
47
- 'floorArea': number;
59
+ 'floorArea'?: number;
48
60
  /**
49
61
  * 地面承重
50
62
  * @type {string}
51
63
  * @memberof SpaceAddExcelDTO
52
64
  */
53
- 'spaceGroundBearing': string;
65
+ 'spaceGroundBearing'?: string;
54
66
  /**
55
67
  * 防火等级
56
68
  * @type {string}
57
69
  * @memberof SpaceAddExcelDTO
58
70
  */
59
- 'spaceFireRating': string;
71
+ 'spaceFireRating'?: string;
60
72
  /**
61
73
  * 物业结构
62
74
  * @type {string}
63
75
  * @memberof SpaceAddExcelDTO
64
76
  */
65
- 'spacePropertyStructure': string;
77
+ 'spacePropertyStructure'?: string;
66
78
  /**
67
79
  * 展示方式
68
80
  * @type {string}
69
81
  * @memberof SpaceAddExcelDTO
70
82
  */
71
- 'imageDisplayMethod': string;
83
+ 'imageDisplayMethod'?: string;
72
84
  /**
73
85
  * 排序
74
86
  * @type {number}
@@ -80,7 +92,7 @@ export interface SpaceAddExcelDTO {
80
92
  * @type {string}
81
93
  * @memberof SpaceAddExcelDTO
82
94
  */
83
- 'industryAttributes'?: string;
95
+ 'industryAttribute'?: string;
84
96
  /**
85
97
  * 行数
86
98
  * @type {number}
@@ -93,4 +105,10 @@ export interface SpaceAddExcelDTO {
93
105
  * @memberof SpaceAddExcelDTO
94
106
  */
95
107
  'tips'?: string;
108
+ /**
109
+ * 是否为错误数据
110
+ * @type {boolean}
111
+ * @memberof SpaceAddExcelDTO
112
+ */
113
+ 'flag'?: boolean;
96
114
  }
@@ -9,7 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { SpaceIndustryAttribute } from './space-industry-attribute';
12
+ import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
13
+ import type { SpaceTypeEnum } from './space-type-enum';
13
14
  /**
14
15
  * 新增空间参数
15
16
  * @export
@@ -47,23 +48,23 @@ export interface SpaceAddVO {
47
48
  */
48
49
  'spaceTotalArea': number;
49
50
  /**
50
- *
51
+ * 空间承重
51
52
  * @type {string}
52
53
  * @memberof SpaceAddVO
53
54
  */
54
- 'spaceGroundBearing': string;
55
+ 'spaceGroundBearing'?: string;
55
56
  /**
56
- *
57
+ * 防火等级
57
58
  * @type {string}
58
59
  * @memberof SpaceAddVO
59
60
  */
60
- 'spaceFireRating': string;
61
+ 'spaceFireRating'?: string;
61
62
  /**
62
- *
63
+ * 物业结构
63
64
  * @type {string}
64
65
  * @memberof SpaceAddVO
65
66
  */
66
- 'spacePropertyStructure': string;
67
+ 'spacePropertyStructure'?: string;
67
68
  /**
68
69
  *
69
70
  * @type {string}
@@ -108,10 +109,22 @@ export interface SpaceAddVO {
108
109
  'greeneryArea'?: number;
109
110
  /**
110
111
  * 行业属性
111
- * @type {Array<SpaceIndustryAttribute>}
112
+ * @type {Array<SpaceIndustryAttributeEnum>}
113
+ * @memberof SpaceAddVO
114
+ */
115
+ 'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
116
+ /**
117
+ *
118
+ * @type {SpaceTypeEnum}
119
+ * @memberof SpaceAddVO
120
+ */
121
+ 'spaceType': SpaceTypeEnum;
122
+ /**
123
+ * 空间编码
124
+ * @type {string}
112
125
  * @memberof SpaceAddVO
113
126
  */
114
- 'industryAttributes'?: Array<SpaceIndustryAttribute>;
127
+ 'spaceCode'?: string;
115
128
  }
116
129
  export declare const SpaceAddVOImageDisplayMethodEnum: {
117
130
  readonly SelfUploading: "SELF_UPLOADING";
@@ -10,8 +10,9 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { PlanImageList } from './plan-image-list';
13
- import type { SpaceIndustryAttribute } from './space-industry-attribute';
13
+ import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
14
14
  import type { SpacePointDTO } from './space-point-dto';
15
+ import type { SpaceTypeEnum } from './space-type-enum';
15
16
  /**
16
17
  * 空间详情出参
17
18
  * @export
@@ -170,10 +171,22 @@ export interface SpaceDetailDTO {
170
171
  'promptText'?: string;
171
172
  /**
172
173
  * 行业属性
173
- * @type {Array<SpaceIndustryAttribute>}
174
+ * @type {Array<SpaceIndustryAttributeEnum>}
174
175
  * @memberof SpaceDetailDTO
175
176
  */
176
- 'industryAttributes'?: Array<SpaceIndustryAttribute>;
177
+ 'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
178
+ /**
179
+ *
180
+ * @type {SpaceTypeEnum}
181
+ * @memberof SpaceDetailDTO
182
+ */
183
+ 'spaceType'?: SpaceTypeEnum;
184
+ /**
185
+ * 空间编码
186
+ * @type {string}
187
+ * @memberof SpaceDetailDTO
188
+ */
189
+ 'spaceCode'?: string;
177
190
  }
178
191
  export declare const SpaceDetailDTOImageDisplayMethodEnum: {
179
192
  readonly SelfUploading: "SELF_UPLOADING";
@@ -9,7 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { SpaceIndustryAttribute } from './space-industry-attribute';
12
+ import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
13
+ import type { SpaceTypeEnum } from './space-type-enum';
13
14
  /**
14
15
  * 修改空间名称
15
16
  * @export
@@ -126,10 +127,22 @@ export interface SpaceEditVO {
126
127
  'promptText'?: string;
127
128
  /**
128
129
  * 行业属性
129
- * @type {Array<SpaceIndustryAttribute>}
130
+ * @type {Array<SpaceIndustryAttributeEnum>}
130
131
  * @memberof SpaceEditVO
131
132
  */
132
- 'industryAttributes'?: Array<SpaceIndustryAttribute>;
133
+ 'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
134
+ /**
135
+ *
136
+ * @type {SpaceTypeEnum}
137
+ * @memberof SpaceEditVO
138
+ */
139
+ 'spaceType': SpaceTypeEnum;
140
+ /**
141
+ * 空间编码
142
+ * @type {string}
143
+ * @memberof SpaceEditVO
144
+ */
145
+ 'spaceCode'?: string;
133
146
  }
134
147
  export declare const SpaceEditVOImageDisplayMethodEnum: {
135
148
  readonly SelfUploading: "SELF_UPLOADING";
@@ -14,7 +14,7 @@
14
14
  * @export
15
15
  * @enum {string}
16
16
  */
17
- export declare const SpaceIndustryAttribute: {
17
+ export declare const SpaceIndustryAttributeEnum: {
18
18
  readonly Fmcg: "FMCG";
19
19
  readonly Appliance: "APPLIANCE";
20
20
  readonly Car: "CAR";
@@ -22,4 +22,4 @@ export declare const SpaceIndustryAttribute: {
22
22
  readonly Socialized: "SOCIALIZED";
23
23
  readonly LogisticsTreasure: "LOGISTICS_TREASURE";
24
24
  };
25
- export type SpaceIndustryAttribute = typeof SpaceIndustryAttribute[keyof typeof SpaceIndustryAttribute];
25
+ export type SpaceIndustryAttributeEnum = typeof SpaceIndustryAttributeEnum[keyof typeof SpaceIndustryAttributeEnum];
@@ -16,7 +16,7 @@
16
16
  * @export
17
17
  * @enum {string}
18
18
  */
19
- export const SpaceIndustryAttribute = {
19
+ export const SpaceIndustryAttributeEnum = {
20
20
  Fmcg: 'FMCG',
21
21
  Appliance: 'APPLIANCE',
22
22
  Car: 'CAR',
@@ -9,7 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { SpaceIndustryAttribute } from './space-industry-attribute';
12
+ import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
13
+ import type { SpaceTypeEnum } from './space-type-enum';
13
14
  import type { Surveillance } from './surveillance';
14
15
  /**
15
16
  * 返回数据,可以是任意类型的值
@@ -109,10 +110,10 @@ export interface SpaceTreeDTO {
109
110
  'promptText'?: string;
110
111
  /**
111
112
  * 行业属性
112
- * @type {Array<SpaceIndustryAttribute>}
113
+ * @type {Array<SpaceIndustryAttributeEnum>}
113
114
  * @memberof SpaceTreeDTO
114
115
  */
115
- 'industryAttributes'?: Array<SpaceIndustryAttribute>;
116
+ 'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
116
117
  /**
117
118
  * 监控数量
118
119
  * @type {number}
@@ -131,6 +132,18 @@ export interface SpaceTreeDTO {
131
132
  * @memberof SpaceTreeDTO
132
133
  */
133
134
  'surveillances'?: Array<Surveillance>;
135
+ /**
136
+ *
137
+ * @type {SpaceTypeEnum}
138
+ * @memberof SpaceTreeDTO
139
+ */
140
+ 'spaceType'?: SpaceTypeEnum;
141
+ /**
142
+ * 空间编码
143
+ * @type {string}
144
+ * @memberof SpaceTreeDTO
145
+ */
146
+ 'spaceCode'?: string;
134
147
  }
135
148
  export declare const SpaceTreeDTOImageDisplayMethodEnum: {
136
149
  readonly SelfUploading: "SELF_UPLOADING";
@@ -0,0 +1,23 @@
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 SpaceTypeEnum: {
18
+ readonly Park: "PARK";
19
+ readonly Building: "BUILDING";
20
+ readonly Warehouse: "WAREHOUSE";
21
+ readonly Other: "OTHER";
22
+ };
23
+ export type SpaceTypeEnum = typeof SpaceTypeEnum[keyof typeof SpaceTypeEnum];
@@ -0,0 +1,24 @@
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
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const SpaceTypeEnum = {
20
+ Park: 'PARK',
21
+ Building: 'BUILDING',
22
+ Warehouse: 'WAREHOUSE',
23
+ Other: 'OTHER'
24
+ };
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { SpaceIndustryAttribute } from './space-industry-attribute';
12
+ import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
13
13
  /**
14
14
  * 空间详情
15
15
  * @export
@@ -30,10 +30,10 @@ export interface Space {
30
30
  'spaceName'?: string;
31
31
  /**
32
32
  * 行业属性
33
- * @type {Array<SpaceIndustryAttribute>}
33
+ * @type {Array<SpaceIndustryAttributeEnum>}
34
34
  * @memberof Space
35
35
  */
36
- 'industryAttributes'?: Array<SpaceIndustryAttribute>;
36
+ 'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
37
37
  /**
38
38
  * 父名称
39
39
  * @type {string}
@@ -141,18 +141,6 @@ export interface SyncDeviceUnitVo {
141
141
  * @memberof SyncDeviceUnitVo
142
142
  */
143
143
  'location'?: string;
144
- /**
145
- * 心跳时间
146
- * @type {string}
147
- * @memberof SyncDeviceUnitVo
148
- */
149
- 'heartBeatAt'?: string;
150
- /**
151
- * 下次心跳时间
152
- * @type {string}
153
- * @memberof SyncDeviceUnitVo
154
- */
155
- 'heartBeatExpiresAt'?: string;
156
144
  /**
157
145
  * 倍率
158
146
  * @type {number}
@@ -21,5 +21,6 @@ export declare const SystemUserMsgSourceTypeEnum: {
21
21
  readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
22
22
  readonly NetworkMonitoringRepairWorkOrder: "NETWORK_MONITORING_REPAIR_WORK_ORDER";
23
23
  readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
24
+ readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
24
25
  };
25
26
  export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
@@ -22,5 +22,6 @@ export const SystemUserMsgSourceTypeEnum = {
22
22
  InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
23
23
  MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
24
24
  NetworkMonitoringRepairWorkOrder: 'NETWORK_MONITORING_REPAIR_WORK_ORDER',
25
- ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
25
+ ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
26
+ OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
26
27
  };
@@ -18,6 +18,7 @@ import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
18
18
  import type { WorkOrderSourceEnum } from './work-order-source-enum';
19
19
  import type { WorkOrderSpaceDto } from './work-order-space-dto';
20
20
  import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
21
+ import type { WorkOrderStatusEnum } from './work-order-status-enum';
21
22
  import type { WorkOrderSurveillanceDto } from './work-order-surveillance-dto';
22
23
  import type { WorkOrderTypeEnum } from './work-order-type-enum';
23
24
  /**
@@ -57,11 +58,11 @@ export interface ViolationWorkOrderDetailsDto {
57
58
  */
58
59
  'workOrderType'?: WorkOrderTypeEnum;
59
60
  /**
60
- * 工单状态
61
- * @type {string}
61
+ *
62
+ * @type {WorkOrderStatusEnum}
62
63
  * @memberof ViolationWorkOrderDetailsDto
63
64
  */
64
- 'workOrderStatus'?: ViolationWorkOrderDetailsDtoWorkOrderStatusEnum;
65
+ 'workOrderStatus'?: WorkOrderStatusEnum;
65
66
  /**
66
67
  * 工单执行部门列表
67
68
  * @type {Array<WorkOrderDeptDTO>}
@@ -141,11 +142,3 @@ export interface ViolationWorkOrderDetailsDto {
141
142
  */
142
143
  'workOrderExtData'?: WorkOrderExtData;
143
144
  }
144
- export declare const ViolationWorkOrderDetailsDtoWorkOrderStatusEnum: {
145
- readonly Pending: "PENDING";
146
- readonly InProgress: "IN_PROGRESS";
147
- readonly Completed: "COMPLETED";
148
- readonly Overdue: "OVERDUE";
149
- readonly Closed: "CLOSED";
150
- };
151
- export type ViolationWorkOrderDetailsDtoWorkOrderStatusEnum = typeof ViolationWorkOrderDetailsDtoWorkOrderStatusEnum[keyof typeof ViolationWorkOrderDetailsDtoWorkOrderStatusEnum];
@@ -11,10 +11,4 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export const ViolationWorkOrderDetailsDtoWorkOrderStatusEnum = {
15
- Pending: 'PENDING',
16
- InProgress: 'IN_PROGRESS',
17
- Completed: 'COMPLETED',
18
- Overdue: 'OVERDUE',
19
- Closed: 'CLOSED'
20
- };
14
+ export {};