@gizone/rrs-client 4.1.0-alpha.112 → 4.1.0-alpha.114

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 (323) hide show
  1. package/.openapi-generator/FILES +2 -46
  2. package/api.ts +1 -5
  3. package/apis/iot-api.ts +15 -15
  4. package/apis/space-api.ts +15 -25
  5. package/apis/surveillance-api.ts +983 -530
  6. package/apis/{surveillance-roi-controller-api.ts → surveillance-roi-api.ts} +64 -64
  7. package/apis/work-order-api.ts +0 -671
  8. package/dist/api.d.ts +1 -5
  9. package/dist/api.js +1 -5
  10. package/dist/apis/iot-api.d.ts +10 -10
  11. package/dist/apis/iot-api.js +11 -11
  12. package/dist/apis/space-api.d.ts +7 -14
  13. package/dist/apis/space-api.js +11 -16
  14. package/dist/apis/surveillance-api.d.ts +541 -353
  15. package/dist/apis/surveillance-api.js +777 -332
  16. package/dist/apis/{surveillance-roi-controller-api.d.ts → surveillance-roi-api.d.ts} +54 -54
  17. package/dist/apis/{surveillance-roi-controller-api.js → surveillance-roi-api.js} +36 -36
  18. package/dist/apis/work-order-api.d.ts +0 -354
  19. package/dist/apis/work-order-api.js +0 -503
  20. package/dist/esm/api.d.ts +1 -5
  21. package/dist/esm/api.js +1 -5
  22. package/dist/esm/apis/iot-api.d.ts +10 -10
  23. package/dist/esm/apis/iot-api.js +11 -11
  24. package/dist/esm/apis/space-api.d.ts +7 -14
  25. package/dist/esm/apis/space-api.js +11 -16
  26. package/dist/esm/apis/surveillance-api.d.ts +541 -353
  27. package/dist/esm/apis/surveillance-api.js +776 -331
  28. package/dist/esm/apis/{surveillance-roi-controller-api.d.ts → surveillance-roi-api.d.ts} +54 -54
  29. package/dist/esm/apis/{surveillance-roi-controller-api.js → surveillance-roi-api.js} +31 -31
  30. package/dist/esm/apis/work-order-api.d.ts +0 -354
  31. package/dist/esm/apis/work-order-api.js +0 -503
  32. package/dist/esm/models/equipment-detail-dto.d.ts +14 -8
  33. package/dist/esm/models/equipment-point-edit-vo.d.ts +8 -2
  34. package/dist/esm/models/equipment-search-system-dto.d.ts +12 -6
  35. package/dist/esm/models/index.d.ts +1 -41
  36. package/dist/esm/models/index.js +1 -41
  37. package/dist/esm/models/ipage-access-vo.d.ts +6 -6
  38. package/dist/esm/models/space-add-excel-dto.d.ts +0 -6
  39. package/dist/esm/models/{work-order-space-dto.d.ts → space-add-point-vo.d.ts} +9 -14
  40. package/dist/esm/models/space-add-vo.d.ts +0 -7
  41. package/dist/esm/models/space-detail-dto.d.ts +2 -9
  42. package/dist/esm/models/space-edit-vo.d.ts +0 -7
  43. package/dist/esm/models/space-point-dto.d.ts +21 -3
  44. package/dist/esm/models/space-tree-dto.d.ts +19 -26
  45. package/dist/esm/models/sync-equipment-vo.d.ts +0 -24
  46. package/dist/esm/models/work-order-circulation-vo.d.ts +0 -12
  47. package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -6
  48. package/dist/esm/models/work-order-internal-status-enum.js +1 -7
  49. package/dist/esm/models/work-order-issue-type-enum.d.ts +1 -10
  50. package/dist/esm/models/work-order-issue-type-enum.js +2 -11
  51. package/dist/esm/models/work-order-settings-type-enum.d.ts +7 -2
  52. package/dist/esm/models/work-order-settings-type-enum.js +7 -2
  53. package/dist/esm/models/work-order-source-enum.d.ts +0 -2
  54. package/dist/esm/models/work-order-source-enum.js +1 -3
  55. package/dist/esm/models/work-order-type-enum.d.ts +0 -2
  56. package/dist/esm/models/work-order-type-enum.js +1 -3
  57. package/dist/models/equipment-detail-dto.d.ts +14 -8
  58. package/dist/models/equipment-point-edit-vo.d.ts +8 -2
  59. package/dist/models/equipment-search-system-dto.d.ts +12 -6
  60. package/dist/models/index.d.ts +1 -41
  61. package/dist/models/index.js +1 -41
  62. package/dist/models/ipage-access-vo.d.ts +6 -6
  63. package/dist/models/space-add-excel-dto.d.ts +0 -6
  64. package/dist/models/{work-order-space-dto.d.ts → space-add-point-vo.d.ts} +9 -14
  65. package/dist/models/space-add-vo.d.ts +0 -7
  66. package/dist/models/space-detail-dto.d.ts +2 -9
  67. package/dist/models/space-edit-vo.d.ts +0 -7
  68. package/dist/models/space-point-dto.d.ts +21 -3
  69. package/dist/models/space-tree-dto.d.ts +19 -26
  70. package/dist/models/sync-equipment-vo.d.ts +0 -24
  71. package/dist/models/work-order-circulation-vo.d.ts +0 -12
  72. package/dist/models/work-order-internal-status-enum.d.ts +0 -6
  73. package/dist/models/work-order-internal-status-enum.js +1 -7
  74. package/dist/models/work-order-issue-type-enum.d.ts +1 -10
  75. package/dist/models/work-order-issue-type-enum.js +2 -11
  76. package/dist/models/work-order-settings-type-enum.d.ts +7 -2
  77. package/dist/models/work-order-settings-type-enum.js +7 -2
  78. package/dist/models/work-order-source-enum.d.ts +0 -2
  79. package/dist/models/work-order-source-enum.js +1 -3
  80. package/dist/models/work-order-type-enum.d.ts +0 -2
  81. package/dist/models/work-order-type-enum.js +1 -3
  82. package/models/equipment-detail-dto.ts +14 -8
  83. package/models/equipment-point-edit-vo.ts +8 -2
  84. package/models/equipment-search-system-dto.ts +12 -6
  85. package/models/index.ts +1 -41
  86. package/models/ipage-access-vo.ts +6 -6
  87. package/models/space-add-excel-dto.ts +0 -6
  88. package/models/{work-order-space-dto.ts → space-add-point-vo.ts} +11 -14
  89. package/models/space-add-vo.ts +0 -9
  90. package/models/space-detail-dto.ts +2 -11
  91. package/models/space-edit-vo.ts +0 -9
  92. package/models/space-point-dto.ts +21 -3
  93. package/models/space-tree-dto.ts +19 -28
  94. package/models/sync-equipment-vo.ts +0 -24
  95. package/models/work-order-circulation-vo.ts +0 -12
  96. package/models/work-order-internal-status-enum.ts +1 -7
  97. package/models/work-order-issue-type-enum.ts +2 -11
  98. package/models/work-order-settings-type-enum.ts +7 -2
  99. package/models/work-order-source-enum.ts +1 -3
  100. package/models/work-order-type-enum.ts +1 -3
  101. package/package.json +1 -1
  102. package/apis/device-api.ts +0 -244
  103. package/apis/monitor-controller-api.ts +0 -1260
  104. package/apis/monitor-sort-controller-api.ts +0 -499
  105. package/apis/surveillance-settings-api.ts +0 -583
  106. package/dist/apis/device-api.d.ts +0 -135
  107. package/dist/apis/device-api.js +0 -209
  108. package/dist/apis/monitor-controller-api.d.ts +0 -659
  109. package/dist/apis/monitor-controller-api.js +0 -989
  110. package/dist/apis/monitor-sort-controller-api.d.ts +0 -259
  111. package/dist/apis/monitor-sort-controller-api.js +0 -416
  112. package/dist/apis/surveillance-settings-api.d.ts +0 -302
  113. package/dist/apis/surveillance-settings-api.js +0 -486
  114. package/dist/esm/apis/device-api.d.ts +0 -135
  115. package/dist/esm/apis/device-api.js +0 -202
  116. package/dist/esm/apis/monitor-controller-api.d.ts +0 -659
  117. package/dist/esm/apis/monitor-controller-api.js +0 -982
  118. package/dist/esm/apis/monitor-sort-controller-api.d.ts +0 -259
  119. package/dist/esm/apis/monitor-sort-controller-api.js +0 -409
  120. package/dist/esm/apis/surveillance-settings-api.d.ts +0 -302
  121. package/dist/esm/apis/surveillance-settings-api.js +0 -479
  122. package/dist/esm/models/functional-area-enum.d.ts +0 -26
  123. package/dist/esm/models/functional-area-enum.js +0 -27
  124. package/dist/esm/models/installation-body-enum.d.ts +0 -22
  125. package/dist/esm/models/installation-body-enum.js +0 -23
  126. package/dist/esm/models/iot-device-status-enum.d.ts +0 -22
  127. package/dist/esm/models/iot-device-status-enum.js +0 -23
  128. package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +0 -62
  129. package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +0 -62
  130. package/dist/esm/models/json-result-network-monitor-repair-details-dto.js +0 -14
  131. package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +0 -62
  132. package/dist/esm/models/json-result-page-dto-surveillance-details-dto.js +0 -14
  133. package/dist/esm/models/json-result-surveillance-details-dto.d.ts +0 -62
  134. package/dist/esm/models/json-result-surveillance-details-dto.js +0 -14
  135. package/dist/esm/models/json-result-surveillance-live-dto.d.ts +0 -62
  136. package/dist/esm/models/json-result-surveillance-live-dto.js +0 -14
  137. package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +0 -62
  138. package/dist/esm/models/json-result-surveillance-settings-details-dto.js +0 -14
  139. package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +0 -62
  140. package/dist/esm/models/json-result-violation-work-order-details-dto.js +0 -14
  141. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +0 -87
  142. package/dist/esm/models/network-monitor-repair-add-vo.js +0 -14
  143. package/dist/esm/models/network-monitor-repair-decision-vo.d.ts +0 -42
  144. package/dist/esm/models/network-monitor-repair-decision-vo.js +0 -14
  145. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +0 -164
  146. package/dist/esm/models/network-monitor-repair-details-dto.js +0 -20
  147. package/dist/esm/models/network-repair-info.d.ts +0 -36
  148. package/dist/esm/models/network-repair-info.js +0 -14
  149. package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +0 -31
  150. package/dist/esm/models/page-dto-surveillance-details-dto.js +0 -14
  151. package/dist/esm/models/park.d.ts +0 -43
  152. package/dist/esm/models/park.js +0 -14
  153. package/dist/esm/models/polling-surveillance-info.d.ts +0 -30
  154. package/dist/esm/models/polling-surveillance-info.js +0 -14
  155. package/dist/esm/models/process-network-monitor-repair-vo.d.ts +0 -30
  156. package/dist/esm/models/process-network-monitor-repair-vo.js +0 -14
  157. package/dist/esm/models/space-industry-attribute.d.ts +0 -25
  158. package/dist/esm/models/space-industry-attribute.js +0 -26
  159. package/dist/esm/models/space.d.ts +0 -43
  160. package/dist/esm/models/space.js +0 -14
  161. package/dist/esm/models/surveillance-details-dto.d.ts +0 -124
  162. package/dist/esm/models/surveillance-details-dto.js +0 -14
  163. package/dist/esm/models/surveillance-live-dto.d.ts +0 -48
  164. package/dist/esm/models/surveillance-live-dto.js +0 -14
  165. package/dist/esm/models/surveillance-settings-details-dto.d.ts +0 -57
  166. package/dist/esm/models/surveillance-settings-details-dto.js +0 -14
  167. package/dist/esm/models/surveillance-settings-polling-vo.d.ts +0 -31
  168. package/dist/esm/models/surveillance-settings-polling-vo.js +0 -14
  169. package/dist/esm/models/surveillance-update-vo.d.ts +0 -62
  170. package/dist/esm/models/surveillance-update-vo.js +0 -14
  171. package/dist/esm/models/surveillance.d.ts +0 -49
  172. package/dist/esm/models/surveillance.js +0 -14
  173. package/dist/esm/models/sync-device-unit-vo.d.ts +0 -180
  174. package/dist/esm/models/sync-device-unit-vo.js +0 -14
  175. package/dist/esm/models/violation-center-attribute-enum.d.ts +0 -21
  176. package/dist/esm/models/violation-center-attribute-enum.js +0 -22
  177. package/dist/esm/models/violation-decision-vo.d.ts +0 -68
  178. package/dist/esm/models/violation-decision-vo.js +0 -14
  179. package/dist/esm/models/violation-issue-type-enum.d.ts +0 -84
  180. package/dist/esm/models/violation-issue-type-enum.js +0 -85
  181. package/dist/esm/models/violation-responsibility-role-enum.d.ts +0 -21
  182. package/dist/esm/models/violation-responsibility-role-enum.js +0 -22
  183. package/dist/esm/models/violation-work-order-add-vo.d.ts +0 -87
  184. package/dist/esm/models/violation-work-order-add-vo.js +0 -14
  185. package/dist/esm/models/violation-work-order-details-dto.d.ts +0 -151
  186. package/dist/esm/models/violation-work-order-details-dto.js +0 -20
  187. package/dist/esm/models/violation-work-order-info.d.ts +0 -106
  188. package/dist/esm/models/violation-work-order-info.js +0 -14
  189. package/dist/esm/models/work-order-approval-vo.d.ts +0 -24
  190. package/dist/esm/models/work-order-approval-vo.js +0 -14
  191. package/dist/esm/models/work-order-decision-vo.d.ts +0 -32
  192. package/dist/esm/models/work-order-decision-vo.js +0 -14
  193. package/dist/esm/models/work-order-ext-data.d.ts +0 -32
  194. package/dist/esm/models/work-order-ext-data.js +0 -14
  195. package/dist/esm/models/work-order-handler-dto.d.ts +0 -61
  196. package/dist/esm/models/work-order-handler-dto.js +0 -14
  197. package/dist/esm/models/work-order-space-dto.js +0 -14
  198. package/dist/esm/models/work-order-sponsor-dto.d.ts +0 -48
  199. package/dist/esm/models/work-order-sponsor-dto.js +0 -14
  200. package/dist/esm/models/work-order-surveillance-dto.d.ts +0 -30
  201. package/dist/esm/models/work-order-surveillance-dto.js +0 -14
  202. package/dist/models/functional-area-enum.d.ts +0 -26
  203. package/dist/models/functional-area-enum.js +0 -30
  204. package/dist/models/installation-body-enum.d.ts +0 -22
  205. package/dist/models/installation-body-enum.js +0 -26
  206. package/dist/models/iot-device-status-enum.d.ts +0 -22
  207. package/dist/models/iot-device-status-enum.js +0 -26
  208. package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +0 -62
  209. package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +0 -62
  210. package/dist/models/json-result-network-monitor-repair-details-dto.js +0 -15
  211. package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +0 -62
  212. package/dist/models/json-result-page-dto-surveillance-details-dto.js +0 -15
  213. package/dist/models/json-result-surveillance-details-dto.d.ts +0 -62
  214. package/dist/models/json-result-surveillance-details-dto.js +0 -15
  215. package/dist/models/json-result-surveillance-live-dto.d.ts +0 -62
  216. package/dist/models/json-result-surveillance-live-dto.js +0 -15
  217. package/dist/models/json-result-surveillance-settings-details-dto.d.ts +0 -62
  218. package/dist/models/json-result-surveillance-settings-details-dto.js +0 -15
  219. package/dist/models/json-result-violation-work-order-details-dto.d.ts +0 -62
  220. package/dist/models/json-result-violation-work-order-details-dto.js +0 -15
  221. package/dist/models/network-monitor-repair-add-vo.d.ts +0 -87
  222. package/dist/models/network-monitor-repair-add-vo.js +0 -15
  223. package/dist/models/network-monitor-repair-decision-vo.d.ts +0 -42
  224. package/dist/models/network-monitor-repair-decision-vo.js +0 -15
  225. package/dist/models/network-monitor-repair-details-dto.d.ts +0 -164
  226. package/dist/models/network-monitor-repair-details-dto.js +0 -23
  227. package/dist/models/network-repair-info.d.ts +0 -36
  228. package/dist/models/network-repair-info.js +0 -15
  229. package/dist/models/page-dto-surveillance-details-dto.d.ts +0 -31
  230. package/dist/models/page-dto-surveillance-details-dto.js +0 -15
  231. package/dist/models/park.d.ts +0 -43
  232. package/dist/models/park.js +0 -15
  233. package/dist/models/polling-surveillance-info.d.ts +0 -30
  234. package/dist/models/polling-surveillance-info.js +0 -15
  235. package/dist/models/process-network-monitor-repair-vo.d.ts +0 -30
  236. package/dist/models/process-network-monitor-repair-vo.js +0 -15
  237. package/dist/models/space-industry-attribute.d.ts +0 -25
  238. package/dist/models/space-industry-attribute.js +0 -29
  239. package/dist/models/space.d.ts +0 -43
  240. package/dist/models/space.js +0 -15
  241. package/dist/models/surveillance-details-dto.d.ts +0 -124
  242. package/dist/models/surveillance-details-dto.js +0 -15
  243. package/dist/models/surveillance-live-dto.d.ts +0 -48
  244. package/dist/models/surveillance-live-dto.js +0 -15
  245. package/dist/models/surveillance-settings-details-dto.d.ts +0 -57
  246. package/dist/models/surveillance-settings-details-dto.js +0 -15
  247. package/dist/models/surveillance-settings-polling-vo.d.ts +0 -31
  248. package/dist/models/surveillance-settings-polling-vo.js +0 -15
  249. package/dist/models/surveillance-update-vo.d.ts +0 -62
  250. package/dist/models/surveillance-update-vo.js +0 -15
  251. package/dist/models/surveillance.d.ts +0 -49
  252. package/dist/models/surveillance.js +0 -15
  253. package/dist/models/sync-device-unit-vo.d.ts +0 -180
  254. package/dist/models/sync-device-unit-vo.js +0 -15
  255. package/dist/models/violation-center-attribute-enum.d.ts +0 -21
  256. package/dist/models/violation-center-attribute-enum.js +0 -25
  257. package/dist/models/violation-decision-vo.d.ts +0 -68
  258. package/dist/models/violation-decision-vo.js +0 -15
  259. package/dist/models/violation-issue-type-enum.d.ts +0 -84
  260. package/dist/models/violation-issue-type-enum.js +0 -88
  261. package/dist/models/violation-responsibility-role-enum.d.ts +0 -21
  262. package/dist/models/violation-responsibility-role-enum.js +0 -25
  263. package/dist/models/violation-work-order-add-vo.d.ts +0 -87
  264. package/dist/models/violation-work-order-add-vo.js +0 -15
  265. package/dist/models/violation-work-order-details-dto.d.ts +0 -151
  266. package/dist/models/violation-work-order-details-dto.js +0 -23
  267. package/dist/models/violation-work-order-info.d.ts +0 -106
  268. package/dist/models/violation-work-order-info.js +0 -15
  269. package/dist/models/work-order-approval-vo.d.ts +0 -24
  270. package/dist/models/work-order-approval-vo.js +0 -15
  271. package/dist/models/work-order-decision-vo.d.ts +0 -32
  272. package/dist/models/work-order-decision-vo.js +0 -15
  273. package/dist/models/work-order-ext-data.d.ts +0 -32
  274. package/dist/models/work-order-ext-data.js +0 -15
  275. package/dist/models/work-order-handler-dto.d.ts +0 -61
  276. package/dist/models/work-order-handler-dto.js +0 -15
  277. package/dist/models/work-order-space-dto.js +0 -15
  278. package/dist/models/work-order-sponsor-dto.d.ts +0 -48
  279. package/dist/models/work-order-sponsor-dto.js +0 -15
  280. package/dist/models/work-order-surveillance-dto.d.ts +0 -30
  281. package/dist/models/work-order-surveillance-dto.js +0 -15
  282. package/models/functional-area-enum.ts +0 -36
  283. package/models/installation-body-enum.ts +0 -32
  284. package/models/iot-device-status-enum.ts +0 -32
  285. package/models/json-result-list-surveillance-settings-details-dto.ts +0 -72
  286. package/models/json-result-network-monitor-repair-details-dto.ts +0 -72
  287. package/models/json-result-page-dto-surveillance-details-dto.ts +0 -72
  288. package/models/json-result-surveillance-details-dto.ts +0 -72
  289. package/models/json-result-surveillance-live-dto.ts +0 -72
  290. package/models/json-result-surveillance-settings-details-dto.ts +0 -72
  291. package/models/json-result-violation-work-order-details-dto.ts +0 -72
  292. package/models/network-monitor-repair-add-vo.ts +0 -101
  293. package/models/network-monitor-repair-decision-vo.ts +0 -48
  294. package/models/network-monitor-repair-details-dto.ts +0 -197
  295. package/models/network-repair-info.ts +0 -42
  296. package/models/page-dto-surveillance-details-dto.ts +0 -39
  297. package/models/park.ts +0 -53
  298. package/models/polling-surveillance-info.ts +0 -36
  299. package/models/process-network-monitor-repair-vo.ts +0 -36
  300. package/models/space-industry-attribute.ts +0 -35
  301. package/models/space.ts +0 -51
  302. package/models/surveillance-details-dto.ts +0 -140
  303. package/models/surveillance-live-dto.ts +0 -54
  304. package/models/surveillance-settings-details-dto.ts +0 -69
  305. package/models/surveillance-settings-polling-vo.ts +0 -39
  306. package/models/surveillance-update-vo.ts +0 -74
  307. package/models/surveillance.ts +0 -59
  308. package/models/sync-device-unit-vo.ts +0 -186
  309. package/models/violation-center-attribute-enum.ts +0 -31
  310. package/models/violation-decision-vo.ts +0 -80
  311. package/models/violation-issue-type-enum.ts +0 -94
  312. package/models/violation-responsibility-role-enum.ts +0 -31
  313. package/models/violation-work-order-add-vo.ts +0 -101
  314. package/models/violation-work-order-details-dto.ts +0 -182
  315. package/models/violation-work-order-info.ts +0 -122
  316. package/models/work-order-approval-vo.ts +0 -30
  317. package/models/work-order-decision-vo.ts +0 -42
  318. package/models/work-order-ext-data.ts +0 -42
  319. package/models/work-order-handler-dto.ts +0 -71
  320. package/models/work-order-sponsor-dto.ts +0 -54
  321. package/models/work-order-surveillance-dto.ts +0 -36
  322. /package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.js → space-add-point-vo.js} +0 -0
  323. /package/dist/models/{json-result-list-surveillance-settings-details-dto.js → space-add-point-vo.js} +0 -0
@@ -1,48 +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 SurveillanceLiveDto
16
- */
17
- export interface SurveillanceLiveDto {
18
- /**
19
- * url
20
- * @type {string}
21
- * @memberof SurveillanceLiveDto
22
- */
23
- 'url'?: string;
24
- /**
25
- * 设备token
26
- * @type {string}
27
- * @memberof SurveillanceLiveDto
28
- */
29
- 'kitToken'?: string;
30
- /**
31
- * 设备类型 model
32
- * @type {string}
33
- * @memberof SurveillanceLiveDto
34
- */
35
- 'type'?: string;
36
- /**
37
- * 设备编号
38
- * @type {string}
39
- * @memberof SurveillanceLiveDto
40
- */
41
- 'deviceCode'?: string;
42
- /**
43
- * 设备通道
44
- * @type {string}
45
- * @memberof SurveillanceLiveDto
46
- */
47
- 'deviceChannel'?: string;
48
- }
@@ -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,57 +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 { Park } from './park';
13
- import type { PollingSurveillanceInfo } from './polling-surveillance-info';
14
- import type { Surveillance } from './surveillance';
15
- /**
16
- * 监控设置详情VO
17
- * @export
18
- * @interface SurveillanceSettingsDetailsDto
19
- */
20
- export interface SurveillanceSettingsDetailsDto {
21
- /**
22
- * 园区id
23
- * @type {number}
24
- * @memberof SurveillanceSettingsDetailsDto
25
- */
26
- 'parkId'?: number;
27
- /**
28
- * 轮询间隔(分钟)
29
- * @type {number}
30
- * @memberof SurveillanceSettingsDetailsDto
31
- */
32
- 'pollingInterval'?: number;
33
- /**
34
- * 轮询的监控
35
- * @type {Array<PollingSurveillanceInfo>}
36
- * @memberof SurveillanceSettingsDetailsDto
37
- */
38
- 'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
39
- /**
40
- * 监控覆盖率标准
41
- * @type {number}
42
- * @memberof SurveillanceSettingsDetailsDto
43
- */
44
- 'monitoringCoverageStandard'?: number;
45
- /**
46
- *
47
- * @type {Park}
48
- * @memberof SurveillanceSettingsDetailsDto
49
- */
50
- 'park'?: Park;
51
- /**
52
- * 监控信息列表
53
- * @type {Array<Surveillance>}
54
- * @memberof SurveillanceSettingsDetailsDto
55
- */
56
- 'surveillances'?: Array<Surveillance>;
57
- }
@@ -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,31 +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 { PollingSurveillanceInfo } from './polling-surveillance-info';
13
- /**
14
- * 监控设置轮询VO
15
- * @export
16
- * @interface SurveillanceSettingsPollingVo
17
- */
18
- export interface SurveillanceSettingsPollingVo {
19
- /**
20
- * 轮询间隔
21
- * @type {number}
22
- * @memberof SurveillanceSettingsPollingVo
23
- */
24
- 'pollingInterval'?: number;
25
- /**
26
- * 监控列表
27
- * @type {Array<PollingSurveillanceInfo>}
28
- * @memberof SurveillanceSettingsPollingVo
29
- */
30
- 'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
31
- }
@@ -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,62 +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 { FunctionalAreaEnum } from './functional-area-enum';
13
- import type { InstallationBodyEnum } from './installation-body-enum';
14
- /**
15
- * 监控更新参数
16
- * @export
17
- * @interface SurveillanceUpdateVo
18
- */
19
- export interface SurveillanceUpdateVo {
20
- /**
21
- * 空间ID
22
- * @type {number}
23
- * @memberof SurveillanceUpdateVo
24
- */
25
- 'spaceId'?: number;
26
- /**
27
- *
28
- * @type {FunctionalAreaEnum}
29
- * @memberof SurveillanceUpdateVo
30
- */
31
- 'functionalArea'?: FunctionalAreaEnum;
32
- /**
33
- * 监控名称
34
- * @type {string}
35
- * @memberof SurveillanceUpdateVo
36
- */
37
- 'surveillanceName'?: string;
38
- /**
39
- *
40
- * @type {InstallationBodyEnum}
41
- * @memberof SurveillanceUpdateVo
42
- */
43
- 'installationBody'?: InstallationBodyEnum;
44
- /**
45
- * 安装单位
46
- * @type {string}
47
- * @memberof SurveillanceUpdateVo
48
- */
49
- 'installationUnit'?: string;
50
- /**
51
- * 建设时间
52
- * @type {string}
53
- * @memberof SurveillanceUpdateVo
54
- */
55
- 'constructionTime'?: string;
56
- /**
57
- * 是否空间显示
58
- * @type {boolean}
59
- * @memberof SurveillanceUpdateVo
60
- */
61
- 'isShowSpace'?: boolean;
62
- }
@@ -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,49 +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 { IotDeviceStatusEnum } from './iot-device-status-enum';
13
- /**
14
- * 监控详情
15
- * @export
16
- * @interface Surveillance
17
- */
18
- export interface Surveillance {
19
- /**
20
- * 监控ID
21
- * @type {number}
22
- * @memberof Surveillance
23
- */
24
- 'surveillanceId'?: number;
25
- /**
26
- * 空间ID
27
- * @type {number}
28
- * @memberof Surveillance
29
- */
30
- 'spaceId'?: number;
31
- /**
32
- * 监控名称
33
- * @type {string}
34
- * @memberof Surveillance
35
- */
36
- 'surveillanceName'?: string;
37
- /**
38
- * 监控点位
39
- * @type {Array<number>}
40
- * @memberof Surveillance
41
- */
42
- 'surveillancePoint'?: Array<number>;
43
- /**
44
- *
45
- * @type {IotDeviceStatusEnum}
46
- * @memberof Surveillance
47
- */
48
- 'surveillanceStatus'?: IotDeviceStatusEnum;
49
- }
@@ -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,180 +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 SyncDeviceUnitVo
16
- */
17
- export interface SyncDeviceUnitVo {
18
- /**
19
- * 园区id
20
- * @type {number}
21
- * @memberof SyncDeviceUnitVo
22
- */
23
- 'parkId'?: number;
24
- /**
25
- * 所属系统
26
- * @type {string}
27
- * @memberof SyncDeviceUnitVo
28
- */
29
- 'owningSystem'?: string;
30
- /**
31
- * 系统类型
32
- * @type {string}
33
- * @memberof SyncDeviceUnitVo
34
- */
35
- 'systemType'?: string;
36
- /**
37
- * 品牌id
38
- * @type {string}
39
- * @memberof SyncDeviceUnitVo
40
- */
41
- 'brandId'?: string;
42
- /**
43
- * 型号id
44
- * @type {string}
45
- * @memberof SyncDeviceUnitVo
46
- */
47
- 'modelId'?: string;
48
- /**
49
- * 设备厂商类型
50
- * @type {string}
51
- * @memberof SyncDeviceUnitVo
52
- */
53
- 'producterId'?: string;
54
- /**
55
- * 外部单位id
56
- * @type {string}
57
- * @memberof SyncDeviceUnitVo
58
- */
59
- 'unitId'?: string;
60
- /**
61
- * 设备类型
62
- * @type {string}
63
- * @memberof SyncDeviceUnitVo
64
- */
65
- 'deviceType'?: string;
66
- /**
67
- * 设备部件类型
68
- * @type {string}
69
- * @memberof SyncDeviceUnitVo
70
- */
71
- 'unitType'?: string;
72
- /**
73
- * code
74
- * @type {string}
75
- * @memberof SyncDeviceUnitVo
76
- */
77
- 'deviceCode'?: string;
78
- /**
79
- * 设备name
80
- * @type {string}
81
- * @memberof SyncDeviceUnitVo
82
- */
83
- 'deviceName'?: string;
84
- /**
85
- * 外部设备id
86
- * @type {string}
87
- * @memberof SyncDeviceUnitVo
88
- */
89
- 'outDeviceId'?: string;
90
- /**
91
- * 外部部件id
92
- * @type {string}
93
- * @memberof SyncDeviceUnitVo
94
- */
95
- 'outUnitId'?: string;
96
- /**
97
- * 设备部件编码
98
- * @type {string}
99
- * @memberof SyncDeviceUnitVo
100
- */
101
- 'unitCode'?: string;
102
- /**
103
- * 设备部件名称
104
- * @type {string}
105
- * @memberof SyncDeviceUnitVo
106
- */
107
- 'unitName'?: string;
108
- /**
109
- * 部件卡号
110
- * @type {string}
111
- * @memberof SyncDeviceUnitVo
112
- */
113
- 'unitCard'?: string;
114
- /**
115
- * 部件源地址
116
- * @type {string}
117
- * @memberof SyncDeviceUnitVo
118
- */
119
- 'unitSource'?: string;
120
- /**
121
- * 部件状态
122
- * @type {string}
123
- * @memberof SyncDeviceUnitVo
124
- */
125
- 'status'?: string;
126
- /**
127
- * 最大阈值
128
- * @type {string}
129
- * @memberof SyncDeviceUnitVo
130
- */
131
- 'maxValue'?: string;
132
- /**
133
- * 最小阈值
134
- * @type {string}
135
- * @memberof SyncDeviceUnitVo
136
- */
137
- 'minValue'?: string;
138
- /**
139
- * 详细安装位置
140
- * @type {string}
141
- * @memberof SyncDeviceUnitVo
142
- */
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
- /**
157
- * 倍率
158
- * @type {number}
159
- * @memberof SyncDeviceUnitVo
160
- */
161
- 'magnification'?: number;
162
- /**
163
- * 记录id 暂时无用
164
- * @type {number}
165
- * @memberof SyncDeviceUnitVo
166
- */
167
- 'recordId'?: number;
168
- /**
169
- * 上传时间间隔
170
- * @type {number}
171
- * @memberof SyncDeviceUnitVo
172
- */
173
- 'uploadTimeInterval'?: number;
174
- /**
175
- * 节点id
176
- * @type {number}
177
- * @memberof SyncDeviceUnitVo
178
- */
179
- 'nodeId'?: number;
180
- }
@@ -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,21 +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 ViolationCenterAttributeEnum: {
18
- readonly OriginWarehouse: "ORIGIN_WAREHOUSE";
19
- readonly BelongWarehouse: "BELONG_WAREHOUSE";
20
- };
21
- export type ViolationCenterAttributeEnum = typeof ViolationCenterAttributeEnum[keyof typeof ViolationCenterAttributeEnum];
@@ -1,22 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * OpenAPI definition
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- * 违规工单中心属性
16
- * @export
17
- * @enum {string}
18
- */
19
- export const ViolationCenterAttributeEnum = {
20
- OriginWarehouse: 'ORIGIN_WAREHOUSE',
21
- BelongWarehouse: 'BELONG_WAREHOUSE'
22
- };
@@ -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 { ViolationCenterAttributeEnum } from './violation-center-attribute-enum';
13
- import type { ViolationResponsibilityRoleEnum } from './violation-responsibility-role-enum';
14
- /**
15
- * 违规工单判定参数
16
- * @export
17
- * @interface ViolationDecisionVo
18
- */
19
- export interface ViolationDecisionVo {
20
- /**
21
- * 是否成立
22
- * @type {boolean}
23
- * @memberof ViolationDecisionVo
24
- */
25
- 'isEstablished'?: boolean;
26
- /**
27
- * 违规数量
28
- * @type {number}
29
- * @memberof ViolationDecisionVo
30
- */
31
- 'violationCount'?: number;
32
- /**
33
- * OMS订单号
34
- * @type {string}
35
- * @memberof ViolationDecisionVo
36
- */
37
- 'omsNo'?: string;
38
- /**
39
- *
40
- * @type {ViolationResponsibilityRoleEnum}
41
- * @memberof ViolationDecisionVo
42
- */
43
- 'responsibilityRole'?: ViolationResponsibilityRoleEnum;
44
- /**
45
- * 责任供应商
46
- * @type {string}
47
- * @memberof ViolationDecisionVo
48
- */
49
- 'responsibilitySupplier'?: string;
50
- /**
51
- * 责任人
52
- * @type {string}
53
- * @memberof ViolationDecisionVo
54
- */
55
- 'responsibilityUser'?: string;
56
- /**
57
- *
58
- * @type {ViolationCenterAttributeEnum}
59
- * @memberof ViolationDecisionVo
60
- */
61
- 'centerAttribute'?: ViolationCenterAttributeEnum;
62
- /**
63
- * 索赔内容
64
- * @type {string}
65
- * @memberof ViolationDecisionVo
66
- */
67
- 'claimContent'?: string;
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 {};