@gizone/rrs-client 4.2.0-alpha.373 → 4.2.0-alpha.375

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 (258) hide show
  1. package/.openapi-generator/FILES +2 -21
  2. package/api.ts +0 -1
  3. package/apis/message-api.ts +178 -0
  4. package/apis/notification-api.ts +227 -133
  5. package/apis/open-api-api.ts +0 -214
  6. package/apis/setting-api.ts +0 -307
  7. package/apis/web-hook-api.ts +0 -182
  8. package/apis/work-order-api.ts +15 -450
  9. package/dist/api.d.ts +0 -1
  10. package/dist/api.js +0 -1
  11. package/dist/apis/message-api.d.ts +93 -0
  12. package/dist/apis/message-api.js +139 -0
  13. package/dist/apis/notification-api.d.ts +135 -90
  14. package/dist/apis/notification-api.js +174 -99
  15. package/dist/apis/open-api-api.d.ts +0 -110
  16. package/dist/apis/open-api-api.js +0 -156
  17. package/dist/apis/setting-api.d.ts +0 -166
  18. package/dist/apis/setting-api.js +0 -223
  19. package/dist/apis/web-hook-api.d.ts +0 -94
  20. package/dist/apis/web-hook-api.js +0 -140
  21. package/dist/apis/work-order-api.d.ts +6 -243
  22. package/dist/apis/work-order-api.js +15 -322
  23. package/dist/esm/api.d.ts +0 -1
  24. package/dist/esm/api.js +0 -1
  25. package/dist/esm/apis/message-api.d.ts +93 -0
  26. package/dist/esm/apis/message-api.js +140 -1
  27. package/dist/esm/apis/notification-api.d.ts +135 -90
  28. package/dist/esm/apis/notification-api.js +174 -99
  29. package/dist/esm/apis/open-api-api.d.ts +0 -110
  30. package/dist/esm/apis/open-api-api.js +0 -156
  31. package/dist/esm/apis/setting-api.d.ts +0 -166
  32. package/dist/esm/apis/setting-api.js +0 -223
  33. package/dist/esm/apis/web-hook-api.d.ts +0 -94
  34. package/dist/esm/apis/web-hook-api.js +0 -140
  35. package/dist/esm/apis/work-order-api.d.ts +6 -243
  36. package/dist/esm/apis/work-order-api.js +15 -322
  37. package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
  38. package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
  39. package/dist/esm/models/index.d.ts +2 -20
  40. package/dist/esm/models/index.js +2 -20
  41. package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +1 -1
  42. package/dist/esm/models/inspection-standard-dto.d.ts +1 -1
  43. package/dist/esm/models/inspection-standard-entity.d.ts +1 -1
  44. package/dist/esm/models/login-type-enum.d.ts +0 -2
  45. package/dist/esm/models/login-type-enum.js +1 -3
  46. package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +1 -1
  47. package/dist/esm/models/maintenance-standard-dto.d.ts +1 -1
  48. package/dist/esm/models/maintenance-standard-entity.d.ts +1 -1
  49. package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +0 -12
  50. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +0 -6
  51. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +0 -12
  52. package/dist/esm/models/notice-vo.d.ts +86 -0
  53. package/dist/esm/models/offline-alert-submit-vo.d.ts +0 -6
  54. package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +0 -12
  55. package/dist/esm/models/offline-alert-work-order-vo.d.ts +0 -6
  56. package/dist/esm/models/park-info-dto.d.ts +0 -12
  57. package/dist/esm/models/period-detail-resp.d.ts +1 -7
  58. package/dist/esm/models/sys-post.d.ts +0 -6
  59. package/dist/esm/models/sys-role.d.ts +0 -6
  60. package/dist/esm/models/{notice-add-vo.d.ts → sys-user-msg-notice-add-vo.d.ts} +8 -8
  61. package/dist/esm/models/sys-user.d.ts +0 -13
  62. package/dist/esm/models/violation-work-order-add-vo.d.ts +0 -6
  63. package/dist/esm/models/violation-work-order-details-dto.d.ts +0 -12
  64. package/dist/esm/models/work-order-approval-vo.d.ts +0 -6
  65. package/dist/esm/models/work-order-detail-dto.d.ts +0 -6
  66. package/dist/esm/models/work-order-ext-data.d.ts +0 -7
  67. package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -2
  68. package/dist/esm/models/work-order-internal-status-enum.js +1 -3
  69. package/dist/esm/models/work-order-issue-type-enum.d.ts +1 -2
  70. package/dist/esm/models/work-order-issue-type-enum.js +2 -3
  71. package/dist/esm/models/work-order-search-dto.d.ts +1 -13
  72. package/dist/esm/models/work-order-settings-type-enum.d.ts +0 -1
  73. package/dist/esm/models/work-order-settings-type-enum.js +1 -2
  74. package/dist/esm/models/work-order-status-enum.d.ts +1 -0
  75. package/dist/esm/models/work-order-status-enum.js +1 -0
  76. package/dist/esm/models/work-order-submit-vo.d.ts +0 -7
  77. package/dist/esm/models/work-order-type-enum.d.ts +0 -1
  78. package/dist/esm/models/work-order-type-enum.js +1 -2
  79. package/dist/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
  80. package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
  81. package/dist/models/index.d.ts +2 -20
  82. package/dist/models/index.js +2 -20
  83. package/dist/models/inspection-standard-add-or-update-vo.d.ts +1 -1
  84. package/dist/models/inspection-standard-dto.d.ts +1 -1
  85. package/dist/models/inspection-standard-entity.d.ts +1 -1
  86. package/dist/models/login-type-enum.d.ts +0 -2
  87. package/dist/models/login-type-enum.js +1 -3
  88. package/dist/models/maintenance-standard-add-or-update-vo.d.ts +1 -1
  89. package/dist/models/maintenance-standard-dto.d.ts +1 -1
  90. package/dist/models/maintenance-standard-entity.d.ts +1 -1
  91. package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +0 -12
  92. package/dist/models/network-monitor-repair-add-vo.d.ts +0 -6
  93. package/dist/models/network-monitor-repair-details-dto.d.ts +0 -12
  94. package/dist/models/notice-vo.d.ts +86 -0
  95. package/dist/models/offline-alert-submit-vo.d.ts +0 -6
  96. package/dist/models/offline-alert-work-order-details-dto.d.ts +0 -12
  97. package/dist/models/offline-alert-work-order-vo.d.ts +0 -6
  98. package/dist/models/park-info-dto.d.ts +0 -12
  99. package/dist/models/period-detail-resp.d.ts +1 -7
  100. package/dist/models/sys-post.d.ts +0 -6
  101. package/dist/models/sys-role.d.ts +0 -6
  102. package/dist/models/{notice-add-vo.d.ts → sys-user-msg-notice-add-vo.d.ts} +8 -8
  103. package/dist/models/sys-user.d.ts +0 -13
  104. package/dist/models/violation-work-order-add-vo.d.ts +0 -6
  105. package/dist/models/violation-work-order-details-dto.d.ts +0 -12
  106. package/dist/models/work-order-approval-vo.d.ts +0 -6
  107. package/dist/models/work-order-detail-dto.d.ts +0 -6
  108. package/dist/models/work-order-ext-data.d.ts +0 -7
  109. package/dist/models/work-order-internal-status-enum.d.ts +0 -2
  110. package/dist/models/work-order-internal-status-enum.js +1 -3
  111. package/dist/models/work-order-issue-type-enum.d.ts +1 -2
  112. package/dist/models/work-order-issue-type-enum.js +2 -3
  113. package/dist/models/work-order-search-dto.d.ts +1 -13
  114. package/dist/models/work-order-settings-type-enum.d.ts +0 -1
  115. package/dist/models/work-order-settings-type-enum.js +1 -2
  116. package/dist/models/work-order-status-enum.d.ts +1 -0
  117. package/dist/models/work-order-status-enum.js +1 -0
  118. package/dist/models/work-order-submit-vo.d.ts +0 -7
  119. package/dist/models/work-order-type-enum.d.ts +0 -1
  120. package/dist/models/work-order-type-enum.js +1 -2
  121. package/models/disaster-warning-standard-add-or-update-vo.ts +1 -1
  122. package/models/disaster-warning-standard-entity.ts +1 -1
  123. package/models/index.ts +2 -20
  124. package/models/inspection-standard-add-or-update-vo.ts +1 -1
  125. package/models/inspection-standard-dto.ts +1 -1
  126. package/models/inspection-standard-entity.ts +1 -1
  127. package/models/login-type-enum.ts +1 -3
  128. package/models/maintenance-standard-add-or-update-vo.ts +1 -1
  129. package/models/maintenance-standard-dto.ts +1 -1
  130. package/models/maintenance-standard-entity.ts +1 -1
  131. package/models/monitoring-coverage-alert-work-order-details-dto.ts +0 -12
  132. package/models/network-monitor-repair-add-vo.ts +0 -6
  133. package/models/network-monitor-repair-details-dto.ts +0 -12
  134. package/models/notice-vo.ts +90 -0
  135. package/models/offline-alert-submit-vo.ts +0 -6
  136. package/models/offline-alert-work-order-details-dto.ts +0 -12
  137. package/models/offline-alert-work-order-vo.ts +0 -6
  138. package/models/park-info-dto.ts +0 -12
  139. package/models/period-detail-resp.ts +1 -7
  140. package/models/sys-post.ts +0 -6
  141. package/models/sys-role.ts +0 -6
  142. package/models/{notice-add-vo.ts → sys-user-msg-notice-add-vo.ts} +8 -8
  143. package/models/sys-user.ts +0 -17
  144. package/models/violation-work-order-add-vo.ts +0 -6
  145. package/models/violation-work-order-details-dto.ts +0 -12
  146. package/models/work-order-approval-vo.ts +0 -6
  147. package/models/work-order-detail-dto.ts +0 -6
  148. package/models/work-order-ext-data.ts +0 -9
  149. package/models/work-order-internal-status-enum.ts +1 -3
  150. package/models/work-order-issue-type-enum.ts +2 -3
  151. package/models/work-order-search-dto.ts +1 -13
  152. package/models/work-order-settings-type-enum.ts +1 -2
  153. package/models/work-order-status-enum.ts +1 -0
  154. package/models/work-order-submit-vo.ts +0 -9
  155. package/models/work-order-type-enum.ts +1 -2
  156. package/package.json +1 -1
  157. package/apis/hwork-api.ts +0 -167
  158. package/dist/apis/hwork-api.d.ts +0 -96
  159. package/dist/apis/hwork-api.js +0 -145
  160. package/dist/esm/apis/hwork-api.d.ts +0 -96
  161. package/dist/esm/apis/hwork-api.js +0 -138
  162. package/dist/esm/models/exploration-work-order-details-dto.d.ts +0 -123
  163. package/dist/esm/models/exploration-work-order-info.d.ts +0 -111
  164. package/dist/esm/models/exploration-work-order-info.js +0 -19
  165. package/dist/esm/models/exploration-work-order-submit-vo.d.ts +0 -36
  166. package/dist/esm/models/exploration-work-order-type-enum.d.ts +0 -20
  167. package/dist/esm/models/exploration-work-order-type-enum.js +0 -21
  168. package/dist/esm/models/insurance-notice-vo.d.ts +0 -54
  169. package/dist/esm/models/insurance-notice-vo.js +0 -14
  170. package/dist/esm/models/insurance-work-order-issue-vo.d.ts +0 -86
  171. package/dist/esm/models/insurance-work-order-issue-vo.js +0 -19
  172. package/dist/esm/models/insurance-work-order-vo.d.ts +0 -37
  173. package/dist/esm/models/insurance-work-order-vo.js +0 -14
  174. package/dist/esm/models/json-result-exploration-work-order-details-dto.d.ts +0 -62
  175. package/dist/esm/models/json-result-exploration-work-order-details-dto.js +0 -14
  176. package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.d.ts +0 -62
  177. package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.js +0 -14
  178. package/dist/esm/models/json-result-notice-entity.d.ts +0 -62
  179. package/dist/esm/models/json-result-notice-entity.js +0 -14
  180. package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +0 -62
  181. package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.js +0 -14
  182. package/dist/esm/models/json-result-work-order-issue-type-settings-entity.d.ts +0 -62
  183. package/dist/esm/models/json-result-work-order-issue-type-settings-entity.js +0 -14
  184. package/dist/esm/models/notice-add-vo.js +0 -14
  185. package/dist/esm/models/notice-entity.d.ts +0 -90
  186. package/dist/esm/models/notice-entity.js +0 -14
  187. package/dist/esm/models/open-api-equipment-list-dto.d.ts +0 -110
  188. package/dist/esm/models/open-api-equipment-list-dto.js +0 -14
  189. package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +0 -31
  190. package/dist/esm/models/page-dto-open-api-equipment-list-dto.js +0 -14
  191. package/dist/esm/models/user-source-enum.d.ts +0 -21
  192. package/dist/esm/models/user-source-enum.js +0 -22
  193. package/dist/esm/models/work-order-equipment-dto.d.ts +0 -36
  194. package/dist/esm/models/work-order-equipment-dto.js +0 -14
  195. package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.d.ts +0 -44
  196. package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.js +0 -14
  197. package/dist/esm/models/work-order-issue-type-settings-entity.d.ts +0 -68
  198. package/dist/esm/models/work-order-issue-type-settings-entity.js +0 -14
  199. package/dist/models/exploration-work-order-details-dto.d.ts +0 -123
  200. package/dist/models/exploration-work-order-info.d.ts +0 -111
  201. package/dist/models/exploration-work-order-info.js +0 -22
  202. package/dist/models/exploration-work-order-submit-vo.d.ts +0 -36
  203. package/dist/models/exploration-work-order-type-enum.d.ts +0 -20
  204. package/dist/models/exploration-work-order-type-enum.js +0 -24
  205. package/dist/models/insurance-notice-vo.d.ts +0 -54
  206. package/dist/models/insurance-notice-vo.js +0 -15
  207. package/dist/models/insurance-work-order-issue-vo.d.ts +0 -86
  208. package/dist/models/insurance-work-order-issue-vo.js +0 -22
  209. package/dist/models/insurance-work-order-vo.d.ts +0 -37
  210. package/dist/models/insurance-work-order-vo.js +0 -15
  211. package/dist/models/json-result-exploration-work-order-details-dto.d.ts +0 -62
  212. package/dist/models/json-result-exploration-work-order-details-dto.js +0 -15
  213. package/dist/models/json-result-list-work-order-issue-type-settings-entity.d.ts +0 -62
  214. package/dist/models/json-result-list-work-order-issue-type-settings-entity.js +0 -15
  215. package/dist/models/json-result-notice-entity.d.ts +0 -62
  216. package/dist/models/json-result-notice-entity.js +0 -15
  217. package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +0 -62
  218. package/dist/models/json-result-page-dto-open-api-equipment-list-dto.js +0 -15
  219. package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +0 -62
  220. package/dist/models/json-result-work-order-issue-type-settings-entity.js +0 -15
  221. package/dist/models/notice-add-vo.js +0 -15
  222. package/dist/models/notice-entity.d.ts +0 -90
  223. package/dist/models/notice-entity.js +0 -15
  224. package/dist/models/open-api-equipment-list-dto.d.ts +0 -110
  225. package/dist/models/open-api-equipment-list-dto.js +0 -15
  226. package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +0 -31
  227. package/dist/models/page-dto-open-api-equipment-list-dto.js +0 -15
  228. package/dist/models/user-source-enum.d.ts +0 -21
  229. package/dist/models/user-source-enum.js +0 -25
  230. package/dist/models/work-order-equipment-dto.d.ts +0 -36
  231. package/dist/models/work-order-equipment-dto.js +0 -15
  232. package/dist/models/work-order-issue-type-settings-add-or-update-vo.d.ts +0 -44
  233. package/dist/models/work-order-issue-type-settings-add-or-update-vo.js +0 -15
  234. package/dist/models/work-order-issue-type-settings-entity.d.ts +0 -68
  235. package/dist/models/work-order-issue-type-settings-entity.js +0 -15
  236. package/models/exploration-work-order-details-dto.ts +0 -149
  237. package/models/exploration-work-order-info.ts +0 -124
  238. package/models/exploration-work-order-submit-vo.ts +0 -42
  239. package/models/exploration-work-order-type-enum.ts +0 -30
  240. package/models/insurance-notice-vo.ts +0 -60
  241. package/models/insurance-work-order-issue-vo.ts +0 -97
  242. package/models/insurance-work-order-vo.ts +0 -45
  243. package/models/json-result-exploration-work-order-details-dto.ts +0 -72
  244. package/models/json-result-list-work-order-issue-type-settings-entity.ts +0 -72
  245. package/models/json-result-notice-entity.ts +0 -72
  246. package/models/json-result-page-dto-open-api-equipment-list-dto.ts +0 -72
  247. package/models/json-result-work-order-issue-type-settings-entity.ts +0 -72
  248. package/models/notice-entity.ts +0 -96
  249. package/models/open-api-equipment-list-dto.ts +0 -122
  250. package/models/page-dto-open-api-equipment-list-dto.ts +0 -39
  251. package/models/user-source-enum.ts +0 -31
  252. package/models/work-order-equipment-dto.ts +0 -42
  253. package/models/work-order-issue-type-settings-add-or-update-vo.ts +0 -56
  254. package/models/work-order-issue-type-settings-entity.ts +0 -80
  255. /package/dist/esm/models/{exploration-work-order-details-dto.js → notice-vo.js} +0 -0
  256. /package/dist/esm/models/{exploration-work-order-submit-vo.js → sys-user-msg-notice-add-vo.js} +0 -0
  257. /package/dist/models/{exploration-work-order-details-dto.js → notice-vo.js} +0 -0
  258. /package/dist/models/{exploration-work-order-submit-vo.js → sys-user-msg-notice-add-vo.js} +0 -0
@@ -1,14 +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
- export {};
@@ -1,44 +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
- import type { WorkOrderTypeEnum } from './work-order-type-enum';
14
- /**
15
- * 工单执行时效配置
16
- * @export
17
- * @interface WorkOrderIssueTypeSettingsAddOrUpdateVo
18
- */
19
- export interface WorkOrderIssueTypeSettingsAddOrUpdateVo {
20
- /**
21
- * id
22
- * @type {number}
23
- * @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
24
- */
25
- 'id'?: number;
26
- /**
27
- *
28
- * @type {WorkOrderTypeEnum}
29
- * @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
30
- */
31
- 'workOrderType': WorkOrderTypeEnum;
32
- /**
33
- *
34
- * @type {WorkOrderIssueTypeEnum}
35
- * @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
36
- */
37
- 'workOrderIssueType': WorkOrderIssueTypeEnum;
38
- /**
39
- * 执行时效(分钟)
40
- * @type {number}
41
- * @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
42
- */
43
- 'executionTime'?: number;
44
- }
@@ -1,14 +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
- export {};
@@ -1,68 +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
- import type { WorkOrderTypeEnum } from './work-order-type-enum';
14
- /**
15
- * 返回数据,可以是任意类型的值
16
- * @export
17
- * @interface WorkOrderIssueTypeSettingsEntity
18
- */
19
- export interface WorkOrderIssueTypeSettingsEntity {
20
- /**
21
- *
22
- * @type {number}
23
- * @memberof WorkOrderIssueTypeSettingsEntity
24
- */
25
- 'id'?: number;
26
- /**
27
- * 园区id
28
- * @type {number}
29
- * @memberof WorkOrderIssueTypeSettingsEntity
30
- */
31
- 'parkId'?: number;
32
- /**
33
- *
34
- * @type {WorkOrderTypeEnum}
35
- * @memberof WorkOrderIssueTypeSettingsEntity
36
- */
37
- 'workOrderType'?: WorkOrderTypeEnum;
38
- /**
39
- *
40
- * @type {WorkOrderIssueTypeEnum}
41
- * @memberof WorkOrderIssueTypeSettingsEntity
42
- */
43
- 'workOrderIssueType'?: WorkOrderIssueTypeEnum;
44
- /**
45
- * 执行时效(分钟)
46
- * @type {number}
47
- * @memberof WorkOrderIssueTypeSettingsEntity
48
- */
49
- 'executionTime'?: number;
50
- /**
51
- * 创建时间
52
- * @type {string}
53
- * @memberof WorkOrderIssueTypeSettingsEntity
54
- */
55
- 'createTime'?: string;
56
- /**
57
- * 更新时间
58
- * @type {string}
59
- * @memberof WorkOrderIssueTypeSettingsEntity
60
- */
61
- 'updateTime'?: string;
62
- /**
63
- * 是否删除 1未删除 0删除
64
- * @type {number}
65
- * @memberof WorkOrderIssueTypeSettingsEntity
66
- */
67
- 'isDelete'?: number;
68
- }
@@ -1,14 +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
- export {};
@@ -1,123 +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 { WorkOrderDeptDTO } from './work-order-dept-dto';
13
- import type { WorkOrderEquipmentDto } from './work-order-equipment-dto';
14
- import type { WorkOrderExtData } from './work-order-ext-data';
15
- import type { WorkOrderHandlerDto } from './work-order-handler-dto';
16
- import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
17
- import type { WorkOrderSpaceDto } from './work-order-space-dto';
18
- import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
19
- import type { WorkOrderStatusEnum } from './work-order-status-enum';
20
- import type { WorkOrderTypeEnum } from './work-order-type-enum';
21
- /**
22
- * 勘探工单详情
23
- * @export
24
- * @interface ExplorationWorkOrderDetailsDto
25
- */
26
- export interface ExplorationWorkOrderDetailsDto {
27
- /**
28
- * 工单ID
29
- * @type {number}
30
- * @memberof ExplorationWorkOrderDetailsDto
31
- */
32
- 'id'?: number;
33
- /**
34
- * 园区ID
35
- * @type {number}
36
- * @memberof ExplorationWorkOrderDetailsDto
37
- */
38
- 'parkId'?: number;
39
- /**
40
- * 工单编号
41
- * @type {string}
42
- * @memberof ExplorationWorkOrderDetailsDto
43
- */
44
- 'workOrderNo'?: string;
45
- /**
46
- * 工单名称
47
- * @type {string}
48
- * @memberof ExplorationWorkOrderDetailsDto
49
- */
50
- 'workOrderName'?: string;
51
- /**
52
- *
53
- * @type {WorkOrderTypeEnum}
54
- * @memberof ExplorationWorkOrderDetailsDto
55
- */
56
- 'workOrderType'?: WorkOrderTypeEnum;
57
- /**
58
- *
59
- * @type {WorkOrderStatusEnum}
60
- * @memberof ExplorationWorkOrderDetailsDto
61
- */
62
- 'workOrderStatus'?: WorkOrderStatusEnum;
63
- /**
64
- * 工单执行部门列表
65
- * @type {Array<WorkOrderDeptDTO>}
66
- * @memberof ExplorationWorkOrderDetailsDto
67
- */
68
- 'workOrderDepts'?: Array<WorkOrderDeptDTO>;
69
- /**
70
- * 工单执行部门ID列表
71
- * @type {Array<number>}
72
- * @memberof ExplorationWorkOrderDetailsDto
73
- */
74
- 'workOrderDeptIds'?: Array<number>;
75
- /**
76
- *
77
- * @type {WorkOrderInternalStatusEnum}
78
- * @memberof ExplorationWorkOrderDetailsDto
79
- */
80
- 'internalStatus'?: WorkOrderInternalStatusEnum;
81
- /**
82
- *
83
- * @type {WorkOrderSponsorDto}
84
- * @memberof ExplorationWorkOrderDetailsDto
85
- */
86
- 'sponsor'?: WorkOrderSponsorDto;
87
- /**
88
- *
89
- * @type {WorkOrderHandlerDto}
90
- * @memberof ExplorationWorkOrderDetailsDto
91
- */
92
- 'handler'?: WorkOrderHandlerDto;
93
- /**
94
- *
95
- * @type {WorkOrderExtData}
96
- * @memberof ExplorationWorkOrderDetailsDto
97
- */
98
- 'workOrderExtData'?: WorkOrderExtData;
99
- /**
100
- * 预计执行时间(分钟)
101
- * @type {number}
102
- * @memberof ExplorationWorkOrderDetailsDto
103
- */
104
- 'estimateExecutionTime'?: number;
105
- /**
106
- * 是否超时
107
- * @type {boolean}
108
- * @memberof ExplorationWorkOrderDetailsDto
109
- */
110
- 'isTimeOut'?: boolean;
111
- /**
112
- *
113
- * @type {WorkOrderSpaceDto}
114
- * @memberof ExplorationWorkOrderDetailsDto
115
- */
116
- 'space'?: WorkOrderSpaceDto;
117
- /**
118
- * 设备详情
119
- * @type {Array<WorkOrderEquipmentDto>}
120
- * @memberof ExplorationWorkOrderDetailsDto
121
- */
122
- 'equipments'?: Array<WorkOrderEquipmentDto>;
123
- }
@@ -1,111 +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 { ExplorationWorkOrderTypeEnum } from './exploration-work-order-type-enum';
13
- import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
14
- /**
15
- * 勘探工单
16
- * @export
17
- * @interface ExplorationWorkOrderInfo
18
- */
19
- export interface ExplorationWorkOrderInfo {
20
- /**
21
- * 问题单号
22
- * @type {string}
23
- * @memberof ExplorationWorkOrderInfo
24
- */
25
- 'issueNo'?: string;
26
- /**
27
- *
28
- * @type {ExplorationWorkOrderTypeEnum}
29
- * @memberof ExplorationWorkOrderInfo
30
- */
31
- 'explorationType'?: ExplorationWorkOrderTypeEnum;
32
- /**
33
- * 问题时间
34
- * @type {string}
35
- * @memberof ExplorationWorkOrderInfo
36
- */
37
- 'issueTime'?: string;
38
- /**
39
- *
40
- * @type {WorkOrderIssueTypeEnum}
41
- * @memberof ExplorationWorkOrderInfo
42
- */
43
- 'issueType'?: WorkOrderIssueTypeEnum;
44
- /**
45
- * 问题描述
46
- * @type {string}
47
- * @memberof ExplorationWorkOrderInfo
48
- */
49
- 'issueDesc'?: string;
50
- /**
51
- * 问题设备ID
52
- * @type {number}
53
- * @memberof ExplorationWorkOrderInfo
54
- */
55
- 'issueEquipmentId'?: number;
56
- /**
57
- * 问题空间ID
58
- * @type {number}
59
- * @memberof ExplorationWorkOrderInfo
60
- */
61
- 'issueSpaceId'?: number;
62
- /**
63
- * 风险类别
64
- * @type {string}
65
- * @memberof ExplorationWorkOrderInfo
66
- */
67
- 'riskCategory'?: string;
68
- /**
69
- * 勘探隐患等级
70
- * @type {string}
71
- * @memberof ExplorationWorkOrderInfo
72
- */
73
- 'hazardLevel'?: ExplorationWorkOrderInfoHazardLevelEnum;
74
- /**
75
- * 要求整改时间
76
- * @type {string}
77
- * @memberof ExplorationWorkOrderInfo
78
- */
79
- 'rectificationTime'?: string;
80
- /**
81
- * 隐患照片
82
- * @type {Array<string>}
83
- * @memberof ExplorationWorkOrderInfo
84
- */
85
- 'hazardPhotoUrls'?: Array<string>;
86
- /**
87
- * 原因描述
88
- * @type {string}
89
- * @memberof ExplorationWorkOrderInfo
90
- */
91
- 'reasonDescription'?: string;
92
- /**
93
- * 处理情况描述
94
- * @type {string}
95
- * @memberof ExplorationWorkOrderInfo
96
- */
97
- 'processDescription'?: string;
98
- /**
99
- * 整改图片
100
- * @type {Array<string>}
101
- * @memberof ExplorationWorkOrderInfo
102
- */
103
- 'rectificationImages'?: Array<string>;
104
- }
105
- export declare const ExplorationWorkOrderInfoHazardLevelEnum: {
106
- readonly A: "A";
107
- readonly B: "B";
108
- readonly C: "C";
109
- readonly D: "D";
110
- };
111
- export type ExplorationWorkOrderInfoHazardLevelEnum = typeof ExplorationWorkOrderInfoHazardLevelEnum[keyof typeof ExplorationWorkOrderInfoHazardLevelEnum];
@@ -1,22 +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.ExplorationWorkOrderInfoHazardLevelEnum = void 0;
17
- exports.ExplorationWorkOrderInfoHazardLevelEnum = {
18
- A: 'A',
19
- B: 'B',
20
- C: 'C',
21
- D: 'D'
22
- };
@@ -1,36 +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 ExplorationWorkOrderSubmitVo
16
- */
17
- export interface ExplorationWorkOrderSubmitVo {
18
- /**
19
- * 原因描述
20
- * @type {string}
21
- * @memberof ExplorationWorkOrderSubmitVo
22
- */
23
- 'reasonDescription'?: string;
24
- /**
25
- * 处理情况描述
26
- * @type {string}
27
- * @memberof ExplorationWorkOrderSubmitVo
28
- */
29
- 'processDescription'?: string;
30
- /**
31
- * 整改图片
32
- * @type {Array<string>}
33
- * @memberof ExplorationWorkOrderSubmitVo
34
- */
35
- 'rectificationImages'?: Array<string>;
36
- }
@@ -1,20 +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 ExplorationWorkOrderTypeEnum: {
18
- readonly InsuranceExploration: "INSURANCE_EXPLORATION";
19
- };
20
- export type ExplorationWorkOrderTypeEnum = typeof ExplorationWorkOrderTypeEnum[keyof typeof ExplorationWorkOrderTypeEnum];
@@ -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.ExplorationWorkOrderTypeEnum = void 0;
17
- /**
18
- * 勘探类型
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.ExplorationWorkOrderTypeEnum = {
23
- InsuranceExploration: 'INSURANCE_EXPLORATION'
24
- };
@@ -1,54 +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 InsuranceNoticeVo
16
- */
17
- export interface InsuranceNoticeVo {
18
- /**
19
- * 园区编码
20
- * @type {string}
21
- * @memberof InsuranceNoticeVo
22
- */
23
- 'parkCode': string;
24
- /**
25
- * 考察时间
26
- * @type {string}
27
- * @memberof InsuranceNoticeVo
28
- */
29
- 'visitTime': string;
30
- /**
31
- * 考察内容
32
- * @type {string}
33
- * @memberof InsuranceNoticeVo
34
- */
35
- 'visitContent': string;
36
- /**
37
- * 联系人
38
- * @type {string}
39
- * @memberof InsuranceNoticeVo
40
- */
41
- 'contactName': string;
42
- /**
43
- * 联系电话
44
- * @type {string}
45
- * @memberof InsuranceNoticeVo
46
- */
47
- 'contactPhone': string;
48
- /**
49
- * 参与人员
50
- * @type {Array<string>}
51
- * @memberof InsuranceNoticeVo
52
- */
53
- 'participants': Array<string>;
54
- }
@@ -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,86 +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 InsuranceWorkOrderIssueVo
17
- */
18
- export interface InsuranceWorkOrderIssueVo {
19
- /**
20
- * 问题单号
21
- * @type {string}
22
- * @memberof InsuranceWorkOrderIssueVo
23
- */
24
- 'issueNo': string;
25
- /**
26
- * 问题时间
27
- * @type {string}
28
- * @memberof InsuranceWorkOrderIssueVo
29
- */
30
- 'issueTime': string;
31
- /**
32
- *
33
- * @type {WorkOrderIssueTypeEnum}
34
- * @memberof InsuranceWorkOrderIssueVo
35
- */
36
- 'issueType': WorkOrderIssueTypeEnum;
37
- /**
38
- * 问题描述
39
- * @type {string}
40
- * @memberof InsuranceWorkOrderIssueVo
41
- */
42
- 'issueDesc': string;
43
- /**
44
- * 问题设备ID
45
- * @type {number}
46
- * @memberof InsuranceWorkOrderIssueVo
47
- */
48
- 'issueEquipmentId': number;
49
- /**
50
- * 问题空间ID
51
- * @type {number}
52
- * @memberof InsuranceWorkOrderIssueVo
53
- */
54
- 'issueSpaceId': number;
55
- /**
56
- * 风险类别
57
- * @type {string}
58
- * @memberof InsuranceWorkOrderIssueVo
59
- */
60
- 'riskCategory'?: string;
61
- /**
62
- * 勘探隐患等级
63
- * @type {string}
64
- * @memberof InsuranceWorkOrderIssueVo
65
- */
66
- 'hazardLevel': InsuranceWorkOrderIssueVoHazardLevelEnum;
67
- /**
68
- * 要求整改时间
69
- * @type {string}
70
- * @memberof InsuranceWorkOrderIssueVo
71
- */
72
- 'rectificationTime': string;
73
- /**
74
- * 隐患照片
75
- * @type {Array<string>}
76
- * @memberof InsuranceWorkOrderIssueVo
77
- */
78
- 'hazardPhotoUrls': Array<string>;
79
- }
80
- export declare const InsuranceWorkOrderIssueVoHazardLevelEnum: {
81
- readonly A: "A";
82
- readonly B: "B";
83
- readonly C: "C";
84
- readonly D: "D";
85
- };
86
- export type InsuranceWorkOrderIssueVoHazardLevelEnum = typeof InsuranceWorkOrderIssueVoHazardLevelEnum[keyof typeof InsuranceWorkOrderIssueVoHazardLevelEnum];
@@ -1,22 +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.InsuranceWorkOrderIssueVoHazardLevelEnum = void 0;
17
- exports.InsuranceWorkOrderIssueVoHazardLevelEnum = {
18
- A: 'A',
19
- B: 'B',
20
- C: 'C',
21
- D: 'D'
22
- };