@gizone/rrs-client 3.11.16-alpha.83 → 3.11.17-alpha.100

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 (311) hide show
  1. package/.openapi-generator/FILES +45 -2
  2. package/README.md +2 -2
  3. package/api.ts +4 -1
  4. package/apis/monitor-controller-api.ts +1260 -0
  5. package/apis/monitor-sort-controller-api.ts +499 -0
  6. package/apis/space-api.ts +25 -15
  7. package/apis/surveillance-api.ts +582 -944
  8. package/apis/{surveillance-roi-api.ts → surveillance-roi-controller-api.ts} +64 -64
  9. package/apis/surveillance-settings-api.ts +583 -0
  10. package/apis/work-order-api.ts +671 -0
  11. package/configuration.ts +1 -1
  12. package/dist/api.d.ts +4 -1
  13. package/dist/api.js +4 -1
  14. package/dist/apis/monitor-controller-api.d.ts +659 -0
  15. package/dist/apis/monitor-controller-api.js +989 -0
  16. package/dist/apis/monitor-sort-controller-api.d.ts +259 -0
  17. package/dist/apis/monitor-sort-controller-api.js +416 -0
  18. package/dist/apis/space-api.d.ts +14 -7
  19. package/dist/apis/space-api.js +16 -11
  20. package/dist/apis/surveillance-api.d.ts +378 -519
  21. package/dist/apis/surveillance-api.js +357 -732
  22. package/dist/apis/{surveillance-roi-api.d.ts → surveillance-roi-controller-api.d.ts} +54 -54
  23. package/dist/apis/{surveillance-roi-api.js → surveillance-roi-controller-api.js} +36 -36
  24. package/dist/apis/surveillance-settings-api.d.ts +302 -0
  25. package/dist/apis/surveillance-settings-api.js +486 -0
  26. package/dist/apis/work-order-api.d.ts +354 -0
  27. package/dist/apis/work-order-api.js +503 -0
  28. package/dist/configuration.js +1 -1
  29. package/dist/esm/api.d.ts +4 -1
  30. package/dist/esm/api.js +4 -1
  31. package/dist/esm/apis/monitor-controller-api.d.ts +659 -0
  32. package/dist/esm/apis/monitor-controller-api.js +982 -0
  33. package/dist/esm/apis/monitor-sort-controller-api.d.ts +259 -0
  34. package/dist/esm/apis/monitor-sort-controller-api.js +409 -0
  35. package/dist/esm/apis/space-api.d.ts +14 -7
  36. package/dist/esm/apis/space-api.js +16 -11
  37. package/dist/esm/apis/surveillance-api.d.ts +378 -519
  38. package/dist/esm/apis/surveillance-api.js +356 -731
  39. package/dist/esm/apis/{surveillance-roi-api.d.ts → surveillance-roi-controller-api.d.ts} +54 -54
  40. package/dist/esm/apis/{surveillance-roi-api.js → surveillance-roi-controller-api.js} +31 -31
  41. package/dist/esm/apis/surveillance-settings-api.d.ts +302 -0
  42. package/dist/esm/apis/surveillance-settings-api.js +479 -0
  43. package/dist/esm/apis/work-order-api.d.ts +354 -0
  44. package/dist/esm/apis/work-order-api.js +503 -0
  45. package/dist/esm/configuration.js +1 -1
  46. package/dist/esm/models/functional-area-enum.d.ts +26 -0
  47. package/dist/esm/models/functional-area-enum.js +27 -0
  48. package/dist/esm/models/get-user-wx200-response.d.ts +6 -6
  49. package/dist/esm/models/index.d.ts +41 -1
  50. package/dist/esm/models/index.js +41 -1
  51. package/dist/esm/models/installation-body-enum.d.ts +22 -0
  52. package/dist/esm/models/installation-body-enum.js +23 -0
  53. package/dist/esm/models/ipage-access-vo.d.ts +3 -3
  54. package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +56 -0
  55. package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +56 -0
  56. package/dist/esm/models/json-result-network-monitor-repair-details-dto.js +14 -0
  57. package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +56 -0
  58. package/dist/esm/models/json-result-page-dto-surveillance-details-dto.js +14 -0
  59. package/dist/esm/models/json-result-surveillance-details-dto.d.ts +56 -0
  60. package/dist/esm/models/json-result-surveillance-details-dto.js +14 -0
  61. package/dist/esm/models/json-result-surveillance-live-dto.d.ts +56 -0
  62. package/dist/esm/models/json-result-surveillance-live-dto.js +14 -0
  63. package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +56 -0
  64. package/dist/esm/models/json-result-surveillance-settings-details-dto.js +14 -0
  65. package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +56 -0
  66. package/dist/esm/models/json-result-violation-work-order-details-dto.js +14 -0
  67. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +87 -0
  68. package/dist/esm/models/network-monitor-repair-add-vo.js +14 -0
  69. package/dist/esm/models/network-monitor-repair-decision-vo.d.ts +42 -0
  70. package/dist/esm/models/network-monitor-repair-decision-vo.js +14 -0
  71. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +164 -0
  72. package/dist/esm/models/network-monitor-repair-details-dto.js +20 -0
  73. package/dist/esm/models/network-repair-info.d.ts +36 -0
  74. package/dist/esm/models/network-repair-info.js +14 -0
  75. package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +31 -0
  76. package/dist/esm/models/page-dto-surveillance-details-dto.js +14 -0
  77. package/dist/esm/models/park.d.ts +43 -0
  78. package/dist/esm/models/park.js +14 -0
  79. package/dist/esm/models/polling-surveillance-info.d.ts +30 -0
  80. package/dist/esm/models/polling-surveillance-info.js +14 -0
  81. package/dist/esm/models/process-network-monitor-repair-vo.d.ts +30 -0
  82. package/dist/esm/models/process-network-monitor-repair-vo.js +14 -0
  83. package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
  84. package/dist/esm/models/space-add-vo.d.ts +7 -0
  85. package/dist/esm/models/space-detail-dto.d.ts +9 -2
  86. package/dist/esm/models/space-edit-vo.d.ts +7 -0
  87. package/dist/esm/models/space-industry-attribute.d.ts +25 -0
  88. package/dist/esm/models/space-industry-attribute.js +26 -0
  89. package/dist/esm/models/space-point-dto.d.ts +3 -21
  90. package/dist/esm/models/space-tree-dto.d.ts +26 -19
  91. package/dist/esm/models/space.d.ts +43 -0
  92. package/dist/esm/models/space.js +14 -0
  93. package/dist/esm/models/surveillance-add-vo.d.ts +156 -0
  94. package/dist/esm/models/surveillance-add-vo.js +14 -0
  95. package/dist/esm/models/surveillance-details-dto.d.ts +222 -0
  96. package/dist/esm/models/surveillance-details-dto.js +14 -0
  97. package/dist/esm/models/surveillance-live-dto.d.ts +48 -0
  98. package/dist/esm/models/surveillance-live-dto.js +14 -0
  99. package/dist/esm/models/surveillance-settings-details-dto.d.ts +57 -0
  100. package/dist/esm/models/surveillance-settings-details-dto.js +14 -0
  101. package/dist/esm/models/surveillance-settings-polling-vo.d.ts +31 -0
  102. package/dist/esm/models/surveillance-settings-polling-vo.js +14 -0
  103. package/dist/esm/models/surveillance-status-enum.d.ts +21 -0
  104. package/dist/esm/models/surveillance-status-enum.js +22 -0
  105. package/dist/esm/models/surveillance-update-vo.d.ts +62 -0
  106. package/dist/esm/models/surveillance-update-vo.js +14 -0
  107. package/dist/esm/models/surveillance.d.ts +49 -0
  108. package/dist/esm/models/surveillance.js +14 -0
  109. package/dist/esm/models/sys-user.d.ts +4 -4
  110. package/dist/esm/models/violation-center-attribute-enum.d.ts +21 -0
  111. package/dist/esm/models/violation-center-attribute-enum.js +22 -0
  112. package/dist/esm/models/violation-decision-vo.d.ts +68 -0
  113. package/dist/esm/models/violation-decision-vo.js +14 -0
  114. package/dist/esm/models/violation-issue-type-enum.d.ts +84 -0
  115. package/dist/esm/models/violation-issue-type-enum.js +85 -0
  116. package/dist/esm/models/violation-responsibility-role-enum.d.ts +21 -0
  117. package/dist/esm/models/violation-responsibility-role-enum.js +22 -0
  118. package/dist/esm/models/violation-work-order-add-vo.d.ts +87 -0
  119. package/dist/esm/models/violation-work-order-add-vo.js +14 -0
  120. package/dist/esm/models/violation-work-order-details-dto.d.ts +151 -0
  121. package/dist/esm/models/violation-work-order-details-dto.js +20 -0
  122. package/dist/esm/models/violation-work-order-info.d.ts +106 -0
  123. package/dist/esm/models/violation-work-order-info.js +14 -0
  124. package/dist/esm/models/work-order-approval-vo.d.ts +24 -0
  125. package/dist/esm/models/work-order-approval-vo.js +14 -0
  126. package/dist/esm/models/work-order-circulation-vo.d.ts +12 -0
  127. package/dist/esm/models/work-order-decision-vo.d.ts +32 -0
  128. package/dist/esm/models/work-order-decision-vo.js +14 -0
  129. package/dist/esm/models/work-order-ext-data.d.ts +32 -0
  130. package/dist/esm/models/work-order-ext-data.js +14 -0
  131. package/dist/esm/models/work-order-handler-dto.d.ts +61 -0
  132. package/dist/esm/models/work-order-handler-dto.js +14 -0
  133. package/dist/esm/models/work-order-internal-status-enum.d.ts +6 -0
  134. package/dist/esm/models/work-order-internal-status-enum.js +7 -1
  135. package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -1
  136. package/dist/esm/models/work-order-issue-type-enum.js +11 -2
  137. package/dist/esm/models/work-order-settings-type-enum.d.ts +1 -0
  138. package/dist/esm/models/work-order-settings-type-enum.js +1 -0
  139. package/dist/esm/models/work-order-source-enum.d.ts +2 -0
  140. package/dist/esm/models/work-order-source-enum.js +3 -1
  141. package/dist/esm/models/{space-add-point-vo.d.ts → work-order-space-dto.d.ts} +14 -9
  142. package/dist/esm/models/work-order-space-dto.js +14 -0
  143. package/dist/esm/models/work-order-sponsor-dto.d.ts +48 -0
  144. package/dist/esm/models/work-order-sponsor-dto.js +14 -0
  145. package/dist/esm/models/work-order-surveillance-dto.d.ts +30 -0
  146. package/dist/esm/models/work-order-surveillance-dto.js +14 -0
  147. package/dist/esm/models/work-order-type-enum.d.ts +2 -0
  148. package/dist/esm/models/work-order-type-enum.js +3 -1
  149. package/dist/models/functional-area-enum.d.ts +26 -0
  150. package/dist/models/functional-area-enum.js +30 -0
  151. package/dist/models/get-user-wx200-response.d.ts +6 -6
  152. package/dist/models/index.d.ts +41 -1
  153. package/dist/models/index.js +41 -1
  154. package/dist/models/installation-body-enum.d.ts +22 -0
  155. package/dist/models/installation-body-enum.js +26 -0
  156. package/dist/models/ipage-access-vo.d.ts +3 -3
  157. package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +56 -0
  158. package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +56 -0
  159. package/dist/models/json-result-network-monitor-repair-details-dto.js +15 -0
  160. package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +56 -0
  161. package/dist/models/json-result-page-dto-surveillance-details-dto.js +15 -0
  162. package/dist/models/json-result-surveillance-details-dto.d.ts +56 -0
  163. package/dist/models/json-result-surveillance-details-dto.js +15 -0
  164. package/dist/models/json-result-surveillance-live-dto.d.ts +56 -0
  165. package/dist/models/json-result-surveillance-live-dto.js +15 -0
  166. package/dist/models/json-result-surveillance-settings-details-dto.d.ts +56 -0
  167. package/dist/models/json-result-surveillance-settings-details-dto.js +15 -0
  168. package/dist/models/json-result-violation-work-order-details-dto.d.ts +56 -0
  169. package/dist/models/json-result-violation-work-order-details-dto.js +15 -0
  170. package/dist/models/network-monitor-repair-add-vo.d.ts +87 -0
  171. package/dist/models/network-monitor-repair-add-vo.js +15 -0
  172. package/dist/models/network-monitor-repair-decision-vo.d.ts +42 -0
  173. package/dist/models/network-monitor-repair-decision-vo.js +15 -0
  174. package/dist/models/network-monitor-repair-details-dto.d.ts +164 -0
  175. package/dist/models/network-monitor-repair-details-dto.js +23 -0
  176. package/dist/models/network-repair-info.d.ts +36 -0
  177. package/dist/models/network-repair-info.js +15 -0
  178. package/dist/models/page-dto-surveillance-details-dto.d.ts +31 -0
  179. package/dist/models/page-dto-surveillance-details-dto.js +15 -0
  180. package/dist/models/park.d.ts +43 -0
  181. package/dist/models/park.js +15 -0
  182. package/dist/models/polling-surveillance-info.d.ts +30 -0
  183. package/dist/models/polling-surveillance-info.js +15 -0
  184. package/dist/models/process-network-monitor-repair-vo.d.ts +30 -0
  185. package/dist/models/process-network-monitor-repair-vo.js +15 -0
  186. package/dist/models/space-add-excel-dto.d.ts +6 -0
  187. package/dist/models/space-add-vo.d.ts +7 -0
  188. package/dist/models/space-detail-dto.d.ts +9 -2
  189. package/dist/models/space-edit-vo.d.ts +7 -0
  190. package/dist/models/space-industry-attribute.d.ts +25 -0
  191. package/dist/models/space-industry-attribute.js +29 -0
  192. package/dist/models/space-point-dto.d.ts +3 -21
  193. package/dist/models/space-tree-dto.d.ts +26 -19
  194. package/dist/models/space.d.ts +43 -0
  195. package/dist/models/space.js +15 -0
  196. package/dist/models/surveillance-add-vo.d.ts +156 -0
  197. package/dist/models/surveillance-add-vo.js +15 -0
  198. package/dist/models/surveillance-details-dto.d.ts +222 -0
  199. package/dist/models/surveillance-details-dto.js +15 -0
  200. package/dist/models/surveillance-live-dto.d.ts +48 -0
  201. package/dist/models/surveillance-live-dto.js +15 -0
  202. package/dist/models/surveillance-settings-details-dto.d.ts +57 -0
  203. package/dist/models/surveillance-settings-details-dto.js +15 -0
  204. package/dist/models/surveillance-settings-polling-vo.d.ts +31 -0
  205. package/dist/models/surveillance-settings-polling-vo.js +15 -0
  206. package/dist/models/surveillance-status-enum.d.ts +21 -0
  207. package/dist/models/surveillance-status-enum.js +25 -0
  208. package/dist/models/surveillance-update-vo.d.ts +62 -0
  209. package/dist/models/surveillance-update-vo.js +15 -0
  210. package/dist/models/surveillance.d.ts +49 -0
  211. package/dist/models/surveillance.js +15 -0
  212. package/dist/models/sys-user.d.ts +4 -4
  213. package/dist/models/violation-center-attribute-enum.d.ts +21 -0
  214. package/dist/models/violation-center-attribute-enum.js +25 -0
  215. package/dist/models/violation-decision-vo.d.ts +68 -0
  216. package/dist/models/violation-decision-vo.js +15 -0
  217. package/dist/models/violation-issue-type-enum.d.ts +84 -0
  218. package/dist/models/violation-issue-type-enum.js +88 -0
  219. package/dist/models/violation-responsibility-role-enum.d.ts +21 -0
  220. package/dist/models/violation-responsibility-role-enum.js +25 -0
  221. package/dist/models/violation-work-order-add-vo.d.ts +87 -0
  222. package/dist/models/violation-work-order-add-vo.js +15 -0
  223. package/dist/models/violation-work-order-details-dto.d.ts +151 -0
  224. package/dist/models/violation-work-order-details-dto.js +23 -0
  225. package/dist/models/violation-work-order-info.d.ts +106 -0
  226. package/dist/models/violation-work-order-info.js +15 -0
  227. package/dist/models/work-order-approval-vo.d.ts +24 -0
  228. package/dist/models/work-order-approval-vo.js +15 -0
  229. package/dist/models/work-order-circulation-vo.d.ts +12 -0
  230. package/dist/models/work-order-decision-vo.d.ts +32 -0
  231. package/dist/models/work-order-decision-vo.js +15 -0
  232. package/dist/models/work-order-ext-data.d.ts +32 -0
  233. package/dist/models/work-order-ext-data.js +15 -0
  234. package/dist/models/work-order-handler-dto.d.ts +61 -0
  235. package/dist/models/work-order-handler-dto.js +15 -0
  236. package/dist/models/work-order-internal-status-enum.d.ts +6 -0
  237. package/dist/models/work-order-internal-status-enum.js +7 -1
  238. package/dist/models/work-order-issue-type-enum.d.ts +10 -1
  239. package/dist/models/work-order-issue-type-enum.js +11 -2
  240. package/dist/models/work-order-settings-type-enum.d.ts +1 -0
  241. package/dist/models/work-order-settings-type-enum.js +1 -0
  242. package/dist/models/work-order-source-enum.d.ts +2 -0
  243. package/dist/models/work-order-source-enum.js +3 -1
  244. package/dist/models/{space-add-point-vo.d.ts → work-order-space-dto.d.ts} +14 -9
  245. package/dist/models/work-order-space-dto.js +15 -0
  246. package/dist/models/work-order-sponsor-dto.d.ts +48 -0
  247. package/dist/models/work-order-sponsor-dto.js +15 -0
  248. package/dist/models/work-order-surveillance-dto.d.ts +30 -0
  249. package/dist/models/work-order-surveillance-dto.js +15 -0
  250. package/dist/models/work-order-type-enum.d.ts +2 -0
  251. package/dist/models/work-order-type-enum.js +3 -1
  252. package/models/functional-area-enum.ts +36 -0
  253. package/models/get-user-wx200-response.ts +6 -6
  254. package/models/index.ts +41 -1
  255. package/models/installation-body-enum.ts +32 -0
  256. package/models/ipage-access-vo.ts +3 -3
  257. package/models/json-result-list-surveillance-settings-details-dto.ts +66 -0
  258. package/models/json-result-network-monitor-repair-details-dto.ts +66 -0
  259. package/models/json-result-page-dto-surveillance-details-dto.ts +66 -0
  260. package/models/json-result-surveillance-details-dto.ts +66 -0
  261. package/models/json-result-surveillance-live-dto.ts +66 -0
  262. package/models/json-result-surveillance-settings-details-dto.ts +66 -0
  263. package/models/json-result-violation-work-order-details-dto.ts +66 -0
  264. package/models/network-monitor-repair-add-vo.ts +101 -0
  265. package/models/network-monitor-repair-decision-vo.ts +48 -0
  266. package/models/network-monitor-repair-details-dto.ts +197 -0
  267. package/models/network-repair-info.ts +42 -0
  268. package/models/page-dto-surveillance-details-dto.ts +39 -0
  269. package/models/park.ts +53 -0
  270. package/models/polling-surveillance-info.ts +36 -0
  271. package/models/process-network-monitor-repair-vo.ts +36 -0
  272. package/models/space-add-excel-dto.ts +6 -0
  273. package/models/space-add-vo.ts +9 -0
  274. package/models/space-detail-dto.ts +11 -2
  275. package/models/space-edit-vo.ts +9 -0
  276. package/models/space-industry-attribute.ts +35 -0
  277. package/models/space-point-dto.ts +3 -21
  278. package/models/space-tree-dto.ts +28 -19
  279. package/models/space.ts +51 -0
  280. package/models/surveillance-add-vo.ts +162 -0
  281. package/models/surveillance-details-dto.ts +242 -0
  282. package/models/surveillance-live-dto.ts +54 -0
  283. package/models/surveillance-settings-details-dto.ts +69 -0
  284. package/models/surveillance-settings-polling-vo.ts +39 -0
  285. package/models/surveillance-status-enum.ts +31 -0
  286. package/models/surveillance-update-vo.ts +74 -0
  287. package/models/surveillance.ts +59 -0
  288. package/models/sys-user.ts +4 -4
  289. package/models/violation-center-attribute-enum.ts +31 -0
  290. package/models/violation-decision-vo.ts +80 -0
  291. package/models/violation-issue-type-enum.ts +94 -0
  292. package/models/violation-responsibility-role-enum.ts +31 -0
  293. package/models/violation-work-order-add-vo.ts +101 -0
  294. package/models/violation-work-order-details-dto.ts +182 -0
  295. package/models/violation-work-order-info.ts +122 -0
  296. package/models/work-order-approval-vo.ts +30 -0
  297. package/models/work-order-circulation-vo.ts +12 -0
  298. package/models/work-order-decision-vo.ts +42 -0
  299. package/models/work-order-ext-data.ts +42 -0
  300. package/models/work-order-handler-dto.ts +71 -0
  301. package/models/work-order-internal-status-enum.ts +7 -1
  302. package/models/work-order-issue-type-enum.ts +11 -2
  303. package/models/work-order-settings-type-enum.ts +1 -0
  304. package/models/work-order-source-enum.ts +3 -1
  305. package/models/{space-add-point-vo.ts → work-order-space-dto.ts} +14 -11
  306. package/models/work-order-sponsor-dto.ts +54 -0
  307. package/models/work-order-surveillance-dto.ts +36 -0
  308. package/models/work-order-type-enum.ts +3 -1
  309. package/package.json +1 -1
  310. /package/dist/esm/models/{space-add-point-vo.js → json-result-list-surveillance-settings-details-dto.js} +0 -0
  311. /package/dist/models/{space-add-point-vo.js → json-result-list-surveillance-settings-details-dto.js} +0 -0
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { SpaceIndustryAttribute } from './space-industry-attribute';
16
19
 
17
20
  /**
18
21
  * 修改空间名称
@@ -128,6 +131,12 @@ export interface SpaceEditVO {
128
131
  * @memberof SpaceEditVO
129
132
  */
130
133
  'promptText'?: string;
134
+ /**
135
+ * 行业属性
136
+ * @type {Array<SpaceIndustryAttribute>}
137
+ * @memberof SpaceEditVO
138
+ */
139
+ 'industryAttributes'?: Array<SpaceIndustryAttribute>;
131
140
  }
132
141
 
133
142
  export const SpaceEditVOImageDisplayMethodEnum = {
@@ -0,0 +1,35 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * 空间行业属性枚举
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+
23
+ export const SpaceIndustryAttribute = {
24
+ Fmcg: 'FMCG',
25
+ Appliance: 'APPLIANCE',
26
+ Car: 'CAR',
27
+ Haier: 'HAIER',
28
+ Socialized: 'SOCIALIZED',
29
+ LogisticsTreasure: 'LOGISTICS_TREASURE'
30
+ } as const;
31
+
32
+ export type SpaceIndustryAttribute = typeof SpaceIndustryAttribute[keyof typeof SpaceIndustryAttribute];
33
+
34
+
35
+
@@ -21,29 +21,11 @@
21
21
  */
22
22
  export interface SpacePointDTO {
23
23
  /**
24
- *
25
- * @type {Array<string>}
26
- * @memberof SpacePointDTO
27
- */
28
- 'arrSlice'?: Array<string>;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof SpacePointDTO
33
- */
34
- 'origin'?: string;
35
- /**
36
- *
37
- * @type {number}
38
- * @memberof SpacePointDTO
39
- */
40
- 'containerWidth'?: number;
41
- /**
42
- *
43
- * @type {number}
24
+ * 空间id
25
+ * @type {Array<Array<number>>}
44
26
  * @memberof SpacePointDTO
45
27
  */
46
- 'containerHeight'?: number;
28
+ 'spacePoint'?: Array<Array<number>>;
47
29
  /**
48
30
  * 空间id
49
31
  * @type {number}
@@ -15,7 +15,10 @@
15
15
 
16
16
  // May contain unused imports in some cases
17
17
  // @ts-ignore
18
- import type { MonitorSearchDto } from './monitor-search-dto';
18
+ import type { SpaceIndustryAttribute } from './space-industry-attribute';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { Surveillance } from './surveillance';
19
22
 
20
23
  /**
21
24
  * 返回数据,可以是任意类型的值
@@ -65,24 +68,6 @@ export interface SpaceTreeDTO {
65
68
  * @memberof SpaceTreeDTO
66
69
  */
67
70
  'child'?: Array<SpaceTreeDTO>;
68
- /**
69
- * 监控空间id
70
- * @type {number}
71
- * @memberof SpaceTreeDTO
72
- */
73
- 'spaceId'?: number;
74
- /**
75
- * 监控列表
76
- * @type {Array<MonitorSearchDto>}
77
- * @memberof SpaceTreeDTO
78
- */
79
- 'monitorList'?: Array<MonitorSearchDto>;
80
- /**
81
- * 监控列表
82
- * @type {number}
83
- * @memberof SpaceTreeDTO
84
- */
85
- 'monitorSize'?: number;
86
71
  /**
87
72
  * 是否首级 1 是 0 否
88
73
  * @type {number}
@@ -131,6 +116,30 @@ export interface SpaceTreeDTO {
131
116
  * @memberof SpaceTreeDTO
132
117
  */
133
118
  'promptText'?: string;
119
+ /**
120
+ * 行业属性
121
+ * @type {Array<SpaceIndustryAttribute>}
122
+ * @memberof SpaceTreeDTO
123
+ */
124
+ 'industryAttributes'?: Array<SpaceIndustryAttribute>;
125
+ /**
126
+ * 监控数量
127
+ * @type {number}
128
+ * @memberof SpaceTreeDTO
129
+ */
130
+ 'surveillanceCount'?: number;
131
+ /**
132
+ * 监控空间位置
133
+ * @type {number}
134
+ * @memberof SpaceTreeDTO
135
+ */
136
+ 'spaceId'?: number;
137
+ /**
138
+ * 监控列表
139
+ * @type {Array<Surveillance>}
140
+ * @memberof SpaceTreeDTO
141
+ */
142
+ 'surveillances'?: Array<Surveillance>;
134
143
  }
135
144
 
136
145
  export const SpaceTreeDTOImageDisplayMethodEnum = {
@@ -0,0 +1,51 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { SpaceIndustryAttribute } from './space-industry-attribute';
19
+
20
+ /**
21
+ * 空间详情
22
+ * @export
23
+ * @interface Space
24
+ */
25
+ export interface Space {
26
+ /**
27
+ * 空间ID
28
+ * @type {number}
29
+ * @memberof Space
30
+ */
31
+ 'spaceId'?: number;
32
+ /**
33
+ * 空间名称
34
+ * @type {string}
35
+ * @memberof Space
36
+ */
37
+ 'spaceName'?: string;
38
+ /**
39
+ * 行业属性
40
+ * @type {Array<SpaceIndustryAttribute>}
41
+ * @memberof Space
42
+ */
43
+ 'industryAttributes'?: Array<SpaceIndustryAttribute>;
44
+ /**
45
+ * 父名称
46
+ * @type {string}
47
+ * @memberof Space
48
+ */
49
+ 'parentName'?: string;
50
+ }
51
+
@@ -0,0 +1,162 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * 监控新增参数
19
+ * @export
20
+ * @interface SurveillanceAddVo
21
+ */
22
+ export interface SurveillanceAddVo {
23
+ /**
24
+ * 园区ID
25
+ * @type {number}
26
+ * @memberof SurveillanceAddVo
27
+ */
28
+ 'parkId'?: number;
29
+ /**
30
+ * 区域名称 HIK同步
31
+ * @type {string}
32
+ * @memberof SurveillanceAddVo
33
+ */
34
+ 'hikAreaName'?: string;
35
+ /**
36
+ * 平台 HIK同步
37
+ * @type {string}
38
+ * @memberof SurveillanceAddVo
39
+ */
40
+ 'hikPlatform'?: string;
41
+ /**
42
+ * 大区 HIK同步
43
+ * @type {string}
44
+ * @memberof SurveillanceAddVo
45
+ */
46
+ 'hikRegion'?: string;
47
+ /**
48
+ * 所属中心 HIK同步
49
+ * @type {string}
50
+ * @memberof SurveillanceAddVo
51
+ */
52
+ 'hikCenter'?: string;
53
+ /**
54
+ * 仓库名 HIK同步
55
+ * @type {string}
56
+ * @memberof SurveillanceAddVo
57
+ */
58
+ 'hikWarehouseName'?: string;
59
+ /**
60
+ * 区域ID HIK同步
61
+ * @type {number}
62
+ * @memberof SurveillanceAddVo
63
+ */
64
+ 'hikAreaId'?: number;
65
+ /**
66
+ * 设备ID HIK同步
67
+ * @type {string}
68
+ * @memberof SurveillanceAddVo
69
+ */
70
+ 'hikDeviceId'?: string;
71
+ /**
72
+ * 监控名称
73
+ * @type {string}
74
+ * @memberof SurveillanceAddVo
75
+ */
76
+ 'surveillanceName'?: string;
77
+ /**
78
+ * IP地址 HIK同步
79
+ * @type {string}
80
+ * @memberof SurveillanceAddVo
81
+ */
82
+ 'hikIpAddress'?: string;
83
+ /**
84
+ * 设备编码 HIK同步
85
+ * @type {string}
86
+ * @memberof SurveillanceAddVo
87
+ */
88
+ 'hikDeviceCode'?: string;
89
+ /**
90
+ * 像素参数 HIK同步
91
+ * @type {string}
92
+ * @memberof SurveillanceAddVo
93
+ */
94
+ 'hikPixelParameter'?: string;
95
+ /**
96
+ * 设备状态 HIK同步
97
+ * @type {string}
98
+ * @memberof SurveillanceAddVo
99
+ */
100
+ 'hikDeviceStatus'?: string;
101
+ /**
102
+ * 持续时长 HIK同步
103
+ * @type {number}
104
+ * @memberof SurveillanceAddVo
105
+ */
106
+ 'hikDuration'?: number;
107
+ /**
108
+ * 离线原因 HIK同步
109
+ * @type {string}
110
+ * @memberof SurveillanceAddVo
111
+ */
112
+ 'hikOfflineReason'?: string;
113
+ /**
114
+ * 离线修复时间 HIK同步
115
+ * @type {string}
116
+ * @memberof SurveillanceAddVo
117
+ */
118
+ 'hikOfflineRepairTime'?: string;
119
+ /**
120
+ * 图像状态 HIK同步
121
+ * @type {string}
122
+ * @memberof SurveillanceAddVo
123
+ */
124
+ 'hikImageStatus'?: string;
125
+ /**
126
+ * 录制状态 HIK同步
127
+ * @type {string}
128
+ * @memberof SurveillanceAddVo
129
+ */
130
+ 'hikRecordingStatus'?: string;
131
+ /**
132
+ * 录像结果 HIK同步
133
+ * @type {string}
134
+ * @memberof SurveillanceAddVo
135
+ */
136
+ 'hikRecordingResult'?: string;
137
+ /**
138
+ * 巡检时间 HIK同步
139
+ * @type {string}
140
+ * @memberof SurveillanceAddVo
141
+ */
142
+ 'hikInspectionTime'?: string;
143
+ /**
144
+ * 断续频次 HIK同步
145
+ * @type {string}
146
+ * @memberof SurveillanceAddVo
147
+ */
148
+ 'hikIntermittentFrequency'?: string;
149
+ /**
150
+ * 录像保持天数 HIK同步
151
+ * @type {string}
152
+ * @memberof SurveillanceAddVo
153
+ */
154
+ 'hikVideoRetentionDays'?: string;
155
+ /**
156
+ * 未录像时长 HIK同步
157
+ * @type {string}
158
+ * @memberof SurveillanceAddVo
159
+ */
160
+ 'hikUnrecordedHours'?: string;
161
+ }
162
+
@@ -0,0 +1,242 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { FunctionalAreaEnum } from './functional-area-enum';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { InstallationBodyEnum } from './installation-body-enum';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import type { ParkPlatFormEnum } from './park-plat-form-enum';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
30
+ import type { Space } from './space';
31
+ // May contain unused imports in some cases
32
+ // @ts-ignore
33
+ import type { SurveillanceStatusEnum } from './surveillance-status-enum';
34
+
35
+ /**
36
+ * 监控详情参数
37
+ * @export
38
+ * @interface SurveillanceDetailsDto
39
+ */
40
+ export interface SurveillanceDetailsDto {
41
+ /**
42
+ * 主键ID
43
+ * @type {number}
44
+ * @memberof SurveillanceDetailsDto
45
+ */
46
+ 'id'?: number;
47
+ /**
48
+ * 园区ID
49
+ * @type {number}
50
+ * @memberof SurveillanceDetailsDto
51
+ */
52
+ 'parkId'?: number;
53
+ /**
54
+ * 监控序号
55
+ * @type {string}
56
+ * @memberof SurveillanceDetailsDto
57
+ */
58
+ 'surveillanceNo'?: string;
59
+ /**
60
+ * 区域名称 HIK同步
61
+ * @type {string}
62
+ * @memberof SurveillanceDetailsDto
63
+ */
64
+ 'hikAreaName'?: string;
65
+ /**
66
+ *
67
+ * @type {ParkPlatFormEnum}
68
+ * @memberof SurveillanceDetailsDto
69
+ */
70
+ 'hikPlatform'?: ParkPlatFormEnum;
71
+ /**
72
+ *
73
+ * @type {ParkCenterAttributeEnum}
74
+ * @memberof SurveillanceDetailsDto
75
+ */
76
+ 'hikCenter'?: ParkCenterAttributeEnum;
77
+ /**
78
+ * 大区 HIK同步
79
+ * @type {string}
80
+ * @memberof SurveillanceDetailsDto
81
+ */
82
+ 'hikRegion'?: string;
83
+ /**
84
+ * 仓库名 HIK同步
85
+ * @type {string}
86
+ * @memberof SurveillanceDetailsDto
87
+ */
88
+ 'hikWarehouseName'?: string;
89
+ /**
90
+ * 空间ID
91
+ * @type {number}
92
+ * @memberof SurveillanceDetailsDto
93
+ */
94
+ 'spaceId'?: number;
95
+ /**
96
+ *
97
+ * @type {FunctionalAreaEnum}
98
+ * @memberof SurveillanceDetailsDto
99
+ */
100
+ 'functionalArea'?: FunctionalAreaEnum;
101
+ /**
102
+ * 区域ID HIK同步
103
+ * @type {number}
104
+ * @memberof SurveillanceDetailsDto
105
+ */
106
+ 'hikAreaId'?: number;
107
+ /**
108
+ * 设备ID HIK同步
109
+ * @type {string}
110
+ * @memberof SurveillanceDetailsDto
111
+ */
112
+ 'hikDeviceId'?: string;
113
+ /**
114
+ * 监控名称
115
+ * @type {string}
116
+ * @memberof SurveillanceDetailsDto
117
+ */
118
+ 'surveillanceName'?: string;
119
+ /**
120
+ * IP地址 HIK同步
121
+ * @type {string}
122
+ * @memberof SurveillanceDetailsDto
123
+ */
124
+ 'hikIpAddress'?: string;
125
+ /**
126
+ * 设备编码 HIK同步
127
+ * @type {string}
128
+ * @memberof SurveillanceDetailsDto
129
+ */
130
+ 'hikDeviceCode'?: string;
131
+ /**
132
+ * 像素参数 HIK同步
133
+ * @type {string}
134
+ * @memberof SurveillanceDetailsDto
135
+ */
136
+ 'hikPixelParameter'?: string;
137
+ /**
138
+ * 是否空间显示
139
+ * @type {boolean}
140
+ * @memberof SurveillanceDetailsDto
141
+ */
142
+ 'isShowSpace'?: boolean;
143
+ /**
144
+ *
145
+ * @type {SurveillanceStatusEnum}
146
+ * @memberof SurveillanceDetailsDto
147
+ */
148
+ 'hikDeviceStatus'?: SurveillanceStatusEnum;
149
+ /**
150
+ * 持续时长 HIK同步
151
+ * @type {number}
152
+ * @memberof SurveillanceDetailsDto
153
+ */
154
+ 'hikDuration'?: number;
155
+ /**
156
+ * 离线原因 HIK同步
157
+ * @type {string}
158
+ * @memberof SurveillanceDetailsDto
159
+ */
160
+ 'hikOfflineReason'?: string;
161
+ /**
162
+ * 离线修复时间 HIK同步
163
+ * @type {string}
164
+ * @memberof SurveillanceDetailsDto
165
+ */
166
+ 'hikOfflineRepairTime'?: string;
167
+ /**
168
+ * 图像状态 HIK同步
169
+ * @type {string}
170
+ * @memberof SurveillanceDetailsDto
171
+ */
172
+ 'hikImageStatus'?: string;
173
+ /**
174
+ * 录制状态 HIK同步
175
+ * @type {string}
176
+ * @memberof SurveillanceDetailsDto
177
+ */
178
+ 'hikRecordingStatus'?: string;
179
+ /**
180
+ * 录像结果 HIK同步
181
+ * @type {string}
182
+ * @memberof SurveillanceDetailsDto
183
+ */
184
+ 'hikRecordingResult'?: string;
185
+ /**
186
+ * 巡检时间 HIK同步
187
+ * @type {string}
188
+ * @memberof SurveillanceDetailsDto
189
+ */
190
+ 'hikInspectionTime'?: string;
191
+ /**
192
+ * 断续频次 HIK同步
193
+ * @type {string}
194
+ * @memberof SurveillanceDetailsDto
195
+ */
196
+ 'hikIntermittentFrequency'?: string;
197
+ /**
198
+ * 录像保持天数 HIK同步
199
+ * @type {string}
200
+ * @memberof SurveillanceDetailsDto
201
+ */
202
+ 'hikVideoRetentionDays'?: string;
203
+ /**
204
+ * 未录像时长 HIK同步
205
+ * @type {string}
206
+ * @memberof SurveillanceDetailsDto
207
+ */
208
+ 'hikUnrecordedHours'?: string;
209
+ /**
210
+ *
211
+ * @type {InstallationBodyEnum}
212
+ * @memberof SurveillanceDetailsDto
213
+ */
214
+ 'installationBody'?: InstallationBodyEnum;
215
+ /**
216
+ * 安装单位
217
+ * @type {string}
218
+ * @memberof SurveillanceDetailsDto
219
+ */
220
+ 'installationUnit'?: string;
221
+ /**
222
+ * 建设时间
223
+ * @type {string}
224
+ * @memberof SurveillanceDetailsDto
225
+ */
226
+ 'constructionTime'?: string;
227
+ /**
228
+ *
229
+ * @type {Space}
230
+ * @memberof SurveillanceDetailsDto
231
+ */
232
+ 'space'?: Space;
233
+ /**
234
+ * 监控点位
235
+ * @type {Array<number>}
236
+ * @memberof SurveillanceDetailsDto
237
+ */
238
+ 'surveillancePoint'?: Array<number>;
239
+ }
240
+
241
+
242
+
@@ -0,0 +1,54 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * 监控视频直播返回类
19
+ * @export
20
+ * @interface SurveillanceLiveDto
21
+ */
22
+ export interface SurveillanceLiveDto {
23
+ /**
24
+ * url
25
+ * @type {string}
26
+ * @memberof SurveillanceLiveDto
27
+ */
28
+ 'url'?: string;
29
+ /**
30
+ * 设备token
31
+ * @type {string}
32
+ * @memberof SurveillanceLiveDto
33
+ */
34
+ 'kitToken'?: string;
35
+ /**
36
+ * 设备类型 model
37
+ * @type {string}
38
+ * @memberof SurveillanceLiveDto
39
+ */
40
+ 'type'?: string;
41
+ /**
42
+ * 设备编号
43
+ * @type {string}
44
+ * @memberof SurveillanceLiveDto
45
+ */
46
+ 'deviceCode'?: string;
47
+ /**
48
+ * 设备通道
49
+ * @type {string}
50
+ * @memberof SurveillanceLiveDto
51
+ */
52
+ 'deviceChannel'?: string;
53
+ }
54
+