@gizone/rrs-client 4.2.8-alpha.477 → 4.2.9-alpha-202512161908.190

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 (493) hide show
  1. package/.openapi-generator/FILES +59 -1
  2. package/README.md +2 -2
  3. package/api.ts +4 -0
  4. package/apis/access-aes-controller-api.ts +596 -0
  5. package/apis/access-api.ts +101 -15
  6. package/apis/app-auth-api.ts +0 -248
  7. package/apis/auth-api.ts +0 -496
  8. package/apis/common-api.ts +46 -5
  9. package/apis/dashboard-api.ts +271 -0
  10. package/apis/device-api.ts +91 -0
  11. package/apis/energy-cost-analysis-controller-api.ts +870 -0
  12. package/apis/energy-cost-controller-api.ts +769 -0
  13. package/apis/energy-cost-record-controller-api.ts +898 -0
  14. package/apis/surveillance-api.ts +205 -0
  15. package/apis/work-order-api.ts +140 -14
  16. package/base.ts +1 -1
  17. package/configuration.ts +1 -1
  18. package/dist/api.d.ts +4 -0
  19. package/dist/api.js +4 -0
  20. package/dist/apis/access-aes-controller-api.d.ts +317 -0
  21. package/dist/apis/access-aes-controller-api.js +489 -0
  22. package/dist/apis/access-api.d.ts +54 -6
  23. package/dist/apis/access-api.js +53 -15
  24. package/dist/apis/app-auth-api.d.ts +0 -100
  25. package/dist/apis/app-auth-api.js +0 -232
  26. package/dist/apis/auth-api.d.ts +0 -200
  27. package/dist/apis/auth-api.js +0 -464
  28. package/dist/apis/common-api.d.ts +26 -2
  29. package/dist/apis/common-api.js +22 -5
  30. package/dist/apis/dashboard-api.d.ts +140 -0
  31. package/dist/apis/dashboard-api.js +210 -0
  32. package/dist/apis/device-api.d.ts +47 -0
  33. package/dist/apis/device-api.js +70 -0
  34. package/dist/apis/energy-cost-analysis-controller-api.d.ts +465 -0
  35. package/dist/apis/energy-cost-analysis-controller-api.js +661 -0
  36. package/dist/apis/energy-cost-controller-api.d.ts +418 -0
  37. package/dist/apis/energy-cost-controller-api.js +595 -0
  38. package/dist/apis/energy-cost-record-controller-api.d.ts +488 -0
  39. package/dist/apis/energy-cost-record-controller-api.js +674 -0
  40. package/dist/apis/surveillance-api.d.ts +118 -0
  41. package/dist/apis/surveillance-api.js +114 -0
  42. package/dist/apis/work-order-api.d.ts +78 -8
  43. package/dist/apis/work-order-api.js +94 -10
  44. package/dist/base.js +1 -1
  45. package/dist/configuration.js +1 -1
  46. package/dist/esm/api.d.ts +4 -0
  47. package/dist/esm/api.js +4 -0
  48. package/dist/esm/apis/access-aes-controller-api.d.ts +317 -0
  49. package/dist/esm/apis/access-aes-controller-api.js +482 -0
  50. package/dist/esm/apis/access-api.d.ts +54 -6
  51. package/dist/esm/apis/access-api.js +53 -15
  52. package/dist/esm/apis/app-auth-api.d.ts +0 -100
  53. package/dist/esm/apis/app-auth-api.js +0 -232
  54. package/dist/esm/apis/auth-api.d.ts +0 -200
  55. package/dist/esm/apis/auth-api.js +0 -464
  56. package/dist/esm/apis/common-api.d.ts +26 -2
  57. package/dist/esm/apis/common-api.js +22 -5
  58. package/dist/esm/apis/dashboard-api.d.ts +140 -0
  59. package/dist/esm/apis/dashboard-api.js +210 -0
  60. package/dist/esm/apis/device-api.d.ts +47 -0
  61. package/dist/esm/apis/device-api.js +70 -0
  62. package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +465 -0
  63. package/dist/esm/apis/energy-cost-analysis-controller-api.js +654 -0
  64. package/dist/esm/apis/energy-cost-controller-api.d.ts +418 -0
  65. package/dist/esm/apis/energy-cost-controller-api.js +588 -0
  66. package/dist/esm/apis/energy-cost-record-controller-api.d.ts +488 -0
  67. package/dist/esm/apis/energy-cost-record-controller-api.js +667 -0
  68. package/dist/esm/apis/surveillance-api.d.ts +118 -0
  69. package/dist/esm/apis/surveillance-api.js +114 -0
  70. package/dist/esm/apis/work-order-api.d.ts +78 -8
  71. package/dist/esm/apis/work-order-api.js +94 -10
  72. package/dist/esm/base.js +1 -1
  73. package/dist/esm/configuration.js +1 -1
  74. package/dist/esm/models/access-appointment-record-add-vo.d.ts +7 -0
  75. package/dist/esm/models/access-appointment-record-details-dto.d.ts +7 -0
  76. package/dist/esm/models/access-appointment-record-process-details-dto.d.ts +9 -3
  77. package/dist/esm/models/access-blacklist-add-vo.d.ts +6 -0
  78. package/dist/esm/models/access-blacklist-details-dto.d.ts +6 -0
  79. package/dist/esm/models/access-blacklist-update-vo.d.ts +6 -0
  80. package/dist/esm/models/access-config-entity.d.ts +6 -0
  81. package/dist/esm/models/access-config-vo.d.ts +6 -0
  82. package/dist/esm/models/access-record-summary-details-dto.d.ts +6 -0
  83. package/dist/esm/models/access-record-summary-list-dto.d.ts +6 -0
  84. package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +2 -2
  85. package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +6 -0
  86. package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +9 -3
  87. package/dist/esm/models/calendar-entity.d.ts +1 -1
  88. package/dist/esm/models/dashboard-access-search-dto.d.ts +12 -0
  89. package/dist/esm/models/dashboard-base-search-dto.d.ts +12 -0
  90. package/dist/esm/models/dashboard-equipment-search-dto.d.ts +12 -0
  91. package/dist/esm/models/dashboard-park-statistics-vo.d.ts +36 -0
  92. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +6 -0
  93. package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
  94. package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +12 -0
  95. package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +14 -8
  96. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +12 -6
  97. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
  98. package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +18 -12
  99. package/dist/esm/models/emission-standard-enum.d.ts +22 -0
  100. package/dist/esm/models/emission-standard-enum.js +23 -0
  101. package/dist/esm/models/energy-cost-add-record-dto.d.ts +167 -0
  102. package/dist/esm/models/energy-cost-add-record-dto.js +36 -0
  103. package/dist/esm/models/energy-cost-add-setting-dto.d.ts +25 -0
  104. package/dist/esm/models/energy-cost-add-setting-dto.js +14 -0
  105. package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
  106. package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.js +19 -0
  107. package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
  108. package/dist/esm/models/energy-cost-add-setting-dtopark-setting.js +17 -0
  109. package/dist/esm/models/energy-cost-analysis-export-dto.d.ts +67 -0
  110. package/dist/esm/models/energy-cost-analysis-export-dto.js +23 -0
  111. package/dist/esm/models/energy-cost-analysis-list-vo.d.ts +144 -0
  112. package/dist/esm/models/energy-cost-analysis-list-vo.js +23 -0
  113. package/dist/esm/models/energy-cost-analysis-overview-vo.d.ts +84 -0
  114. package/dist/esm/models/energy-cost-analysis-overview-vo.js +14 -0
  115. package/dist/esm/models/energy-cost-analysis-query-dto.d.ts +41 -0
  116. package/dist/esm/models/energy-cost-analysis-query-dto.js +17 -0
  117. package/dist/esm/models/energy-cost-edit-record-dto.d.ts +173 -0
  118. package/dist/esm/models/energy-cost-edit-record-dto.js +36 -0
  119. package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
  120. package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.js +23 -0
  121. package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +107 -0
  122. package/dist/esm/models/energy-cost-month-setting-list-vo.js +17 -0
  123. package/dist/esm/models/energy-cost-park-option-vo.d.ts +54 -0
  124. package/dist/esm/models/energy-cost-park-option-vo.js +14 -0
  125. package/dist/esm/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
  126. package/dist/esm/models/energy-cost-per-area-analysis-vo.js +14 -0
  127. package/dist/esm/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
  128. package/dist/esm/models/energy-cost-per-unit-analysis-vo.js +14 -0
  129. package/dist/esm/models/energy-cost-record-bill-info-vo.d.ts +48 -0
  130. package/dist/esm/models/energy-cost-record-bill-info-vo.js +14 -0
  131. package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
  132. package/dist/esm/models/energy-cost-record-info-not-emun-vo.js +14 -0
  133. package/dist/esm/models/energy-cost-record-info-vo.d.ts +232 -0
  134. package/dist/esm/models/energy-cost-record-info-vo.js +36 -0
  135. package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
  136. package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.js +14 -0
  137. package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +142 -0
  138. package/dist/esm/models/energy-cost-scenarios-info-vo.js +32 -0
  139. package/dist/esm/models/energy-cost-setting-delete-dto.d.ts +41 -0
  140. package/dist/esm/models/energy-cost-setting-delete-dto.js +17 -0
  141. package/dist/esm/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
  142. package/dist/esm/models/energy-cost-setting-summy-add-dto.js +17 -0
  143. package/dist/esm/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
  144. package/dist/esm/models/energy-cost-setting-summy-update-dto.js +14 -0
  145. package/dist/esm/models/energy-cost-trend-vo.d.ts +38 -0
  146. package/dist/esm/models/energy-cost-trend-vo.js +19 -0
  147. package/dist/esm/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
  148. package/dist/esm/models/energy-cost-unit-price-analysis-vo.js +14 -0
  149. package/dist/esm/models/energy-cost-update-setting-dto.d.ts +43 -0
  150. package/dist/esm/models/energy-cost-update-setting-dto.js +19 -0
  151. package/dist/esm/models/export-field-config.d.ts +42 -0
  152. package/dist/esm/models/export-field-config.js +14 -0
  153. package/dist/esm/models/index.d.ts +55 -1
  154. package/dist/esm/models/index.js +55 -1
  155. package/dist/esm/models/inspection-point.d.ts +12 -0
  156. package/dist/esm/models/inspection-point.js +5 -1
  157. package/dist/esm/models/iot-device-unit-delete-dto.d.ts +42 -0
  158. package/dist/esm/models/iot-device-unit-delete-dto.js +14 -0
  159. package/dist/esm/models/ipage-energy-cost-analysis-list-vo.d.ts +62 -0
  160. package/dist/esm/models/ipage-energy-cost-analysis-list-vo.js +14 -0
  161. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
  162. package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
  163. package/dist/esm/models/item.d.ts +77 -0
  164. package/dist/esm/models/item.js +28 -0
  165. package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
  166. package/dist/esm/models/json-result-dashboard-park-statistics-vo.js +14 -0
  167. package/dist/esm/models/json-result-energy-cost-analysis-overview-vo.d.ts +62 -0
  168. package/dist/esm/models/json-result-energy-cost-analysis-overview-vo.js +14 -0
  169. package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
  170. package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.js +14 -0
  171. package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
  172. package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.js +14 -0
  173. package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
  174. package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.js +14 -0
  175. package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
  176. package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.js +14 -0
  177. package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
  178. package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
  179. package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
  180. package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.js +14 -0
  181. package/dist/esm/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +62 -0
  182. package/dist/esm/models/json-result-ipage-energy-cost-analysis-list-vo.js +14 -0
  183. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
  184. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
  185. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
  186. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +14 -0
  187. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
  188. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
  189. package/dist/esm/models/json-result-list-energy-cost-park-option-vo.d.ts +62 -0
  190. package/dist/esm/models/json-result-list-energy-cost-park-option-vo.js +14 -0
  191. package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
  192. package/dist/esm/models/json-result-list-energy-cost-trend-vo.js +14 -0
  193. package/dist/esm/models/{json-result-work-order-spot-check-dto.d.ts → json-result-list-work-order-spot-check-dto.d.ts} +12 -12
  194. package/dist/esm/models/json-result-list-work-order-spot-check-dto.js +14 -0
  195. package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
  196. package/dist/esm/models/json-result-map-string-object.js +14 -0
  197. package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
  198. package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.js +14 -0
  199. package/dist/esm/models/maintenance-history-dto.d.ts +19 -0
  200. package/dist/esm/models/monitoring-coverage-alert-info.d.ts +12 -0
  201. package/dist/esm/models/monitoring-coverage-alert-reason-enum.d.ts +2 -0
  202. package/dist/esm/models/monitoring-coverage-alert-reason-enum.js +3 -1
  203. package/dist/esm/models/monthly-data-vo.d.ts +48 -0
  204. package/dist/esm/models/monthly-data-vo.js +14 -0
  205. package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +7 -0
  206. package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
  207. package/dist/esm/models/page-dto-work-order-group-equipment-dto.js +14 -0
  208. package/dist/esm/models/park-info-dto.d.ts +6 -0
  209. package/dist/esm/models/park-info-edit-vo.d.ts +6 -0
  210. package/dist/esm/models/park-list-dto.d.ts +13 -0
  211. package/dist/esm/models/pricing-item.d.ts +50 -0
  212. package/dist/esm/models/pricing-item.js +20 -0
  213. package/dist/esm/models/space-add-excel-dto.d.ts +0 -6
  214. package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +17 -5
  215. package/dist/esm/models/surveillance-details-dto.d.ts +6 -0
  216. package/dist/esm/models/surveillance-entity.d.ts +171 -0
  217. package/dist/esm/models/surveillance-entity.js +14 -0
  218. package/dist/esm/models/surveillance-update-vo.d.ts +6 -0
  219. package/dist/esm/models/violation-decision-vo.d.ts +18 -0
  220. package/dist/esm/models/violation-issue-type-enum.d.ts +1 -0
  221. package/dist/esm/models/violation-issue-type-enum.js +2 -1
  222. package/dist/esm/models/violation-work-order-add-vo.d.ts +7 -1
  223. package/dist/esm/models/violation-work-order-info.d.ts +18 -0
  224. package/dist/esm/models/work-order-group-equipment-dto.d.ts +167 -0
  225. package/dist/esm/models/work-order-group-equipment-dto.js +18 -0
  226. package/dist/esm/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
  227. package/dist/esm/models/work-order-group-equipment-dtoinspection-item.js +14 -0
  228. package/dist/esm/models/work-order-internal-status-enum.d.ts +1 -0
  229. package/dist/esm/models/work-order-internal-status-enum.js +1 -0
  230. package/dist/esm/models/work-order-spot-check-dto.d.ts +18 -18
  231. package/dist/esm/models/work-order-spot-check-dto.js +5 -5
  232. package/dist/models/access-appointment-record-add-vo.d.ts +7 -0
  233. package/dist/models/access-appointment-record-details-dto.d.ts +7 -0
  234. package/dist/models/access-appointment-record-process-details-dto.d.ts +9 -3
  235. package/dist/models/access-blacklist-add-vo.d.ts +6 -0
  236. package/dist/models/access-blacklist-details-dto.d.ts +6 -0
  237. package/dist/models/access-blacklist-update-vo.d.ts +6 -0
  238. package/dist/models/access-config-entity.d.ts +6 -0
  239. package/dist/models/access-config-vo.d.ts +6 -0
  240. package/dist/models/access-record-summary-details-dto.d.ts +6 -0
  241. package/dist/models/access-record-summary-list-dto.d.ts +6 -0
  242. package/dist/models/access-visitor-person-type-config-vo.d.ts +2 -2
  243. package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +6 -0
  244. package/dist/models/access-whitelist-application-process-details-dto.d.ts +9 -3
  245. package/dist/models/calendar-entity.d.ts +1 -1
  246. package/dist/models/dashboard-access-search-dto.d.ts +12 -0
  247. package/dist/models/dashboard-base-search-dto.d.ts +12 -0
  248. package/dist/models/dashboard-equipment-search-dto.d.ts +12 -0
  249. package/dist/models/dashboard-park-statistics-vo.d.ts +36 -0
  250. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +6 -0
  251. package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
  252. package/dist/models/dashboard-surveillance-search-dto.d.ts +12 -0
  253. package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +14 -8
  254. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +12 -6
  255. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
  256. package/dist/models/dashboard-work-order-list-search-dto.d.ts +18 -12
  257. package/dist/models/emission-standard-enum.d.ts +22 -0
  258. package/dist/models/emission-standard-enum.js +26 -0
  259. package/dist/models/energy-cost-add-record-dto.d.ts +167 -0
  260. package/dist/models/energy-cost-add-record-dto.js +39 -0
  261. package/dist/models/energy-cost-add-setting-dto.d.ts +25 -0
  262. package/dist/models/energy-cost-add-setting-dto.js +15 -0
  263. package/dist/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
  264. package/dist/models/energy-cost-add-setting-dtopark-setting-item.js +22 -0
  265. package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
  266. package/dist/models/energy-cost-add-setting-dtopark-setting.js +20 -0
  267. package/dist/models/energy-cost-analysis-export-dto.d.ts +67 -0
  268. package/dist/models/energy-cost-analysis-export-dto.js +26 -0
  269. package/dist/models/energy-cost-analysis-list-vo.d.ts +144 -0
  270. package/dist/models/energy-cost-analysis-list-vo.js +26 -0
  271. package/dist/models/energy-cost-analysis-overview-vo.d.ts +84 -0
  272. package/dist/models/energy-cost-analysis-overview-vo.js +15 -0
  273. package/dist/models/energy-cost-analysis-query-dto.d.ts +41 -0
  274. package/dist/models/energy-cost-analysis-query-dto.js +20 -0
  275. package/dist/models/energy-cost-edit-record-dto.d.ts +173 -0
  276. package/dist/models/energy-cost-edit-record-dto.js +39 -0
  277. package/dist/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
  278. package/dist/models/energy-cost-month-setting-list-summary-standards-vo.js +26 -0
  279. package/dist/models/energy-cost-month-setting-list-vo.d.ts +107 -0
  280. package/dist/models/energy-cost-month-setting-list-vo.js +20 -0
  281. package/dist/models/energy-cost-park-option-vo.d.ts +54 -0
  282. package/dist/models/energy-cost-park-option-vo.js +15 -0
  283. package/dist/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
  284. package/dist/models/energy-cost-per-area-analysis-vo.js +15 -0
  285. package/dist/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
  286. package/dist/models/energy-cost-per-unit-analysis-vo.js +15 -0
  287. package/dist/models/energy-cost-record-bill-info-vo.d.ts +48 -0
  288. package/dist/models/energy-cost-record-bill-info-vo.js +15 -0
  289. package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
  290. package/dist/models/energy-cost-record-info-not-emun-vo.js +15 -0
  291. package/dist/models/energy-cost-record-info-vo.d.ts +232 -0
  292. package/dist/models/energy-cost-record-info-vo.js +39 -0
  293. package/dist/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
  294. package/dist/models/energy-cost-scenarios-info-not-enum-vo.js +15 -0
  295. package/dist/models/energy-cost-scenarios-info-vo.d.ts +142 -0
  296. package/dist/models/energy-cost-scenarios-info-vo.js +35 -0
  297. package/dist/models/energy-cost-setting-delete-dto.d.ts +41 -0
  298. package/dist/models/energy-cost-setting-delete-dto.js +20 -0
  299. package/dist/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
  300. package/dist/models/energy-cost-setting-summy-add-dto.js +20 -0
  301. package/dist/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
  302. package/dist/models/energy-cost-setting-summy-update-dto.js +15 -0
  303. package/dist/models/energy-cost-trend-vo.d.ts +38 -0
  304. package/dist/models/energy-cost-trend-vo.js +22 -0
  305. package/dist/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
  306. package/dist/models/energy-cost-unit-price-analysis-vo.js +15 -0
  307. package/dist/models/energy-cost-update-setting-dto.d.ts +43 -0
  308. package/dist/models/energy-cost-update-setting-dto.js +22 -0
  309. package/dist/models/export-field-config.d.ts +42 -0
  310. package/dist/models/export-field-config.js +15 -0
  311. package/dist/models/index.d.ts +55 -1
  312. package/dist/models/index.js +55 -1
  313. package/dist/models/inspection-point.d.ts +12 -0
  314. package/dist/models/inspection-point.js +6 -0
  315. package/dist/models/iot-device-unit-delete-dto.d.ts +42 -0
  316. package/dist/models/iot-device-unit-delete-dto.js +15 -0
  317. package/dist/models/ipage-energy-cost-analysis-list-vo.d.ts +62 -0
  318. package/dist/models/ipage-energy-cost-analysis-list-vo.js +15 -0
  319. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
  320. package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
  321. package/dist/models/item.d.ts +77 -0
  322. package/dist/models/item.js +31 -0
  323. package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
  324. package/dist/models/json-result-dashboard-park-statistics-vo.js +15 -0
  325. package/dist/models/json-result-energy-cost-analysis-overview-vo.d.ts +62 -0
  326. package/dist/models/json-result-energy-cost-analysis-overview-vo.js +15 -0
  327. package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
  328. package/dist/models/json-result-energy-cost-per-area-analysis-vo.js +15 -0
  329. package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
  330. package/dist/models/json-result-energy-cost-per-unit-analysis-vo.js +15 -0
  331. package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
  332. package/dist/models/json-result-energy-cost-record-bill-info-vo.js +15 -0
  333. package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
  334. package/dist/models/json-result-energy-cost-record-info-not-emun-vo.js +15 -0
  335. package/dist/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
  336. package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
  337. package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
  338. package/dist/models/json-result-energy-cost-unit-price-analysis-vo.js +15 -0
  339. package/dist/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +62 -0
  340. package/dist/models/json-result-ipage-energy-cost-analysis-list-vo.js +15 -0
  341. package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
  342. package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
  343. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
  344. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +15 -0
  345. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
  346. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
  347. package/dist/models/json-result-list-energy-cost-park-option-vo.d.ts +62 -0
  348. package/dist/models/json-result-list-energy-cost-park-option-vo.js +15 -0
  349. package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
  350. package/dist/models/json-result-list-energy-cost-trend-vo.js +15 -0
  351. package/dist/models/{json-result-work-order-spot-check-dto.d.ts → json-result-list-work-order-spot-check-dto.d.ts} +12 -12
  352. package/dist/models/json-result-list-work-order-spot-check-dto.js +15 -0
  353. package/dist/models/json-result-map-string-object.d.ts +63 -0
  354. package/dist/models/json-result-map-string-object.js +15 -0
  355. package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
  356. package/dist/models/json-result-page-dto-work-order-group-equipment-dto.js +15 -0
  357. package/dist/models/maintenance-history-dto.d.ts +19 -0
  358. package/dist/models/monitoring-coverage-alert-info.d.ts +12 -0
  359. package/dist/models/monitoring-coverage-alert-reason-enum.d.ts +2 -0
  360. package/dist/models/monitoring-coverage-alert-reason-enum.js +3 -1
  361. package/dist/models/monthly-data-vo.d.ts +48 -0
  362. package/dist/models/monthly-data-vo.js +15 -0
  363. package/dist/models/open-api-access-appointment-record-add-vo.d.ts +7 -0
  364. package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
  365. package/dist/models/page-dto-work-order-group-equipment-dto.js +15 -0
  366. package/dist/models/park-info-dto.d.ts +6 -0
  367. package/dist/models/park-info-edit-vo.d.ts +6 -0
  368. package/dist/models/park-list-dto.d.ts +13 -0
  369. package/dist/models/pricing-item.d.ts +50 -0
  370. package/dist/models/pricing-item.js +23 -0
  371. package/dist/models/space-add-excel-dto.d.ts +0 -6
  372. package/dist/models/surveillance-batch-import-template-dto.d.ts +17 -5
  373. package/dist/models/surveillance-details-dto.d.ts +6 -0
  374. package/dist/models/surveillance-entity.d.ts +171 -0
  375. package/dist/models/surveillance-entity.js +15 -0
  376. package/dist/models/surveillance-update-vo.d.ts +6 -0
  377. package/dist/models/violation-decision-vo.d.ts +18 -0
  378. package/dist/models/violation-issue-type-enum.d.ts +1 -0
  379. package/dist/models/violation-issue-type-enum.js +2 -1
  380. package/dist/models/violation-work-order-add-vo.d.ts +7 -1
  381. package/dist/models/violation-work-order-info.d.ts +18 -0
  382. package/dist/models/work-order-group-equipment-dto.d.ts +167 -0
  383. package/dist/models/work-order-group-equipment-dto.js +21 -0
  384. package/dist/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
  385. package/dist/models/work-order-group-equipment-dtoinspection-item.js +15 -0
  386. package/dist/models/work-order-internal-status-enum.d.ts +1 -0
  387. package/dist/models/work-order-internal-status-enum.js +1 -0
  388. package/dist/models/work-order-spot-check-dto.d.ts +18 -18
  389. package/dist/models/work-order-spot-check-dto.js +6 -6
  390. package/generate_and_publish.sh +69 -0
  391. package/local_run.sh +82 -0
  392. package/models/access-appointment-record-add-vo.ts +9 -0
  393. package/models/access-appointment-record-details-dto.ts +9 -0
  394. package/models/access-appointment-record-process-details-dto.ts +9 -3
  395. package/models/access-blacklist-add-vo.ts +6 -0
  396. package/models/access-blacklist-details-dto.ts +6 -0
  397. package/models/access-blacklist-update-vo.ts +6 -0
  398. package/models/access-config-entity.ts +6 -0
  399. package/models/access-config-vo.ts +6 -0
  400. package/models/access-record-summary-details-dto.ts +6 -0
  401. package/models/access-record-summary-list-dto.ts +6 -0
  402. package/models/access-visitor-person-type-config-vo.ts +2 -2
  403. package/models/access-whitelist-application-batch-import-template-dto.ts +6 -0
  404. package/models/access-whitelist-application-process-details-dto.ts +9 -3
  405. package/models/calendar-entity.ts +1 -1
  406. package/models/dashboard-access-search-dto.ts +12 -0
  407. package/models/dashboard-base-search-dto.ts +12 -0
  408. package/models/dashboard-equipment-search-dto.ts +12 -0
  409. package/models/dashboard-park-statistics-vo.ts +42 -0
  410. package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +6 -0
  411. package/models/dashboard-surveillance-park-group-stats-vo.ts +18 -0
  412. package/models/dashboard-surveillance-search-dto.ts +12 -0
  413. package/models/dashboard-work-order-by-park-search-dto.ts +14 -8
  414. package/models/dashboard-work-order-by-work-order-type-search-dto.ts +12 -6
  415. package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +18 -0
  416. package/models/dashboard-work-order-list-search-dto.ts +18 -12
  417. package/models/emission-standard-enum.ts +32 -0
  418. package/models/energy-cost-add-record-dto.ts +183 -0
  419. package/models/energy-cost-add-setting-dto.ts +33 -0
  420. package/models/energy-cost-add-setting-dtopark-setting-item.ts +52 -0
  421. package/models/energy-cost-add-setting-dtopark-setting.ts +53 -0
  422. package/models/energy-cost-analysis-export-dto.ts +79 -0
  423. package/models/energy-cost-analysis-list-vo.ts +154 -0
  424. package/models/energy-cost-analysis-overview-vo.ts +90 -0
  425. package/models/energy-cost-analysis-query-dto.ts +50 -0
  426. package/models/energy-cost-edit-record-dto.ts +189 -0
  427. package/models/energy-cost-month-setting-list-summary-standards-vo.ts +106 -0
  428. package/models/energy-cost-month-setting-list-vo.ts +116 -0
  429. package/models/energy-cost-park-option-vo.ts +60 -0
  430. package/models/energy-cost-per-area-analysis-vo.ts +48 -0
  431. package/models/energy-cost-per-unit-analysis-vo.ts +54 -0
  432. package/models/energy-cost-record-bill-info-vo.ts +54 -0
  433. package/models/energy-cost-record-info-not-emun-vo.ts +213 -0
  434. package/models/energy-cost-record-info-vo.ts +246 -0
  435. package/models/energy-cost-scenarios-info-not-enum-vo.ts +126 -0
  436. package/models/energy-cost-scenarios-info-vo.ts +153 -0
  437. package/models/energy-cost-setting-delete-dto.ts +50 -0
  438. package/models/energy-cost-setting-summy-add-dto.ts +50 -0
  439. package/models/energy-cost-setting-summy-update-dto.ts +36 -0
  440. package/models/energy-cost-trend-vo.ts +49 -0
  441. package/models/energy-cost-unit-price-analysis-vo.ts +42 -0
  442. package/models/energy-cost-update-setting-dto.ts +52 -0
  443. package/models/export-field-config.ts +48 -0
  444. package/models/index.ts +55 -1
  445. package/models/inspection-point.ts +15 -0
  446. package/models/iot-device-unit-delete-dto.ts +48 -0
  447. package/models/ipage-energy-cost-analysis-list-vo.ts +70 -0
  448. package/models/ipage-energy-cost-record-info-vo.ts +70 -0
  449. package/models/item.ts +87 -0
  450. package/models/json-result-dashboard-park-statistics-vo.ts +72 -0
  451. package/models/json-result-energy-cost-analysis-overview-vo.ts +72 -0
  452. package/models/json-result-energy-cost-per-area-analysis-vo.ts +72 -0
  453. package/models/json-result-energy-cost-per-unit-analysis-vo.ts +72 -0
  454. package/models/json-result-energy-cost-record-bill-info-vo.ts +72 -0
  455. package/models/json-result-energy-cost-record-info-not-emun-vo.ts +72 -0
  456. package/models/json-result-energy-cost-record-info-vo.ts +72 -0
  457. package/models/json-result-energy-cost-unit-price-analysis-vo.ts +72 -0
  458. package/models/json-result-ipage-energy-cost-analysis-list-vo.ts +72 -0
  459. package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
  460. package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +72 -0
  461. package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
  462. package/models/json-result-list-energy-cost-park-option-vo.ts +72 -0
  463. package/models/json-result-list-energy-cost-trend-vo.ts +72 -0
  464. package/models/{json-result-work-order-spot-check-dto.ts → json-result-list-work-order-spot-check-dto.ts} +12 -12
  465. package/models/json-result-map-string-object.ts +69 -0
  466. package/models/json-result-page-dto-work-order-group-equipment-dto.ts +72 -0
  467. package/models/maintenance-history-dto.ts +21 -0
  468. package/models/monitoring-coverage-alert-info.ts +12 -0
  469. package/models/monitoring-coverage-alert-reason-enum.ts +3 -1
  470. package/models/monthly-data-vo.ts +54 -0
  471. package/models/open-api-access-appointment-record-add-vo.ts +9 -0
  472. package/models/page-dto-work-order-group-equipment-dto.ts +39 -0
  473. package/models/park-info-dto.ts +6 -0
  474. package/models/park-info-edit-vo.ts +6 -0
  475. package/models/park-list-dto.ts +17 -0
  476. package/models/pricing-item.ts +59 -0
  477. package/models/space-add-excel-dto.ts +0 -6
  478. package/models/surveillance-batch-import-template-dto.ts +17 -5
  479. package/models/surveillance-details-dto.ts +6 -0
  480. package/models/surveillance-entity.ts +185 -0
  481. package/models/surveillance-update-vo.ts +6 -0
  482. package/models/violation-decision-vo.ts +18 -0
  483. package/models/violation-issue-type-enum.ts +2 -1
  484. package/models/violation-work-order-add-vo.ts +7 -1
  485. package/models/violation-work-order-info.ts +18 -0
  486. package/models/work-order-group-equipment-dto.ts +186 -0
  487. package/models/work-order-group-equipment-dtoinspection-item.ts +42 -0
  488. package/models/work-order-internal-status-enum.ts +1 -0
  489. package/models/work-order-spot-check-dto.ts +19 -19
  490. package/package.json +1 -1
  491. package/rrs_client.env +20 -0
  492. /package/dist/esm/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
  493. /package/dist/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
@@ -0,0 +1,185 @@
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 { IotDeviceStatusEnum } from './iot-device-status-enum';
25
+
26
+ /**
27
+ * 监控实体类
28
+ * @export
29
+ * @interface SurveillanceEntity
30
+ */
31
+ export interface SurveillanceEntity {
32
+ /**
33
+ * 主键ID
34
+ * @type {number}
35
+ * @memberof SurveillanceEntity
36
+ */
37
+ 'id'?: number;
38
+ /**
39
+ * 园区ID
40
+ * @type {number}
41
+ * @memberof SurveillanceEntity
42
+ */
43
+ 'parkId'?: number;
44
+ /**
45
+ * 监控序号
46
+ * @type {string}
47
+ * @memberof SurveillanceEntity
48
+ */
49
+ 'surveillanceNo'?: string;
50
+ /**
51
+ * 设备编码
52
+ * @type {string}
53
+ * @memberof SurveillanceEntity
54
+ */
55
+ 'deviceCode'?: string;
56
+ /**
57
+ * 通道号
58
+ * @type {string}
59
+ * @memberof SurveillanceEntity
60
+ */
61
+ 'deviceChannel'?: string;
62
+ /**
63
+ * 设备类型
64
+ * @type {string}
65
+ * @memberof SurveillanceEntity
66
+ */
67
+ 'modelId'?: string;
68
+ /**
69
+ * 品牌编号
70
+ * @type {string}
71
+ * @memberof SurveillanceEntity
72
+ */
73
+ 'brandId'?: string;
74
+ /**
75
+ * 空间ID
76
+ * @type {number}
77
+ * @memberof SurveillanceEntity
78
+ */
79
+ 'spaceId'?: number;
80
+ /**
81
+ *
82
+ * @type {FunctionalAreaEnum}
83
+ * @memberof SurveillanceEntity
84
+ */
85
+ 'functionalArea'?: FunctionalAreaEnum;
86
+ /**
87
+ * 监控名称
88
+ * @type {string}
89
+ * @memberof SurveillanceEntity
90
+ */
91
+ 'surveillanceName'?: string;
92
+ /**
93
+ * 监控全名称
94
+ * @type {string}
95
+ * @memberof SurveillanceEntity
96
+ */
97
+ 'surveillanceFullName'?: string;
98
+ /**
99
+ * 是否空间显示
100
+ * @type {boolean}
101
+ * @memberof SurveillanceEntity
102
+ */
103
+ 'isShowSpace'?: boolean;
104
+ /**
105
+ *
106
+ * @type {IotDeviceStatusEnum}
107
+ * @memberof SurveillanceEntity
108
+ */
109
+ 'surveillanceStatus'?: IotDeviceStatusEnum;
110
+ /**
111
+ *
112
+ * @type {InstallationBodyEnum}
113
+ * @memberof SurveillanceEntity
114
+ */
115
+ 'installationBody'?: InstallationBodyEnum;
116
+ /**
117
+ * 安装单位
118
+ * @type {string}
119
+ * @memberof SurveillanceEntity
120
+ */
121
+ 'installationUnit'?: string;
122
+ /**
123
+ * 建设时间
124
+ * @type {string}
125
+ * @memberof SurveillanceEntity
126
+ */
127
+ 'constructionTime'?: string;
128
+ /**
129
+ * 监控点位
130
+ * @type {Array<number>}
131
+ * @memberof SurveillanceEntity
132
+ */
133
+ 'surveillancePoint'?: Array<number>;
134
+ /**
135
+ * 监控rtmp地址
136
+ * @type {string}
137
+ * @memberof SurveillanceEntity
138
+ */
139
+ 'rtmpUrl'?: string;
140
+ /**
141
+ * 监控截图
142
+ * @type {string}
143
+ * @memberof SurveillanceEntity
144
+ */
145
+ 'surveillancePicture'?: string;
146
+ /**
147
+ * 创建时间
148
+ * @type {string}
149
+ * @memberof SurveillanceEntity
150
+ */
151
+ 'createTime'?: string;
152
+ /**
153
+ * 修改时间
154
+ * @type {string}
155
+ * @memberof SurveillanceEntity
156
+ */
157
+ 'updateTime'?: string;
158
+ /**
159
+ * 是否删除 1未删除 0删除
160
+ * @type {number}
161
+ * @memberof SurveillanceEntity
162
+ */
163
+ 'isDelete'?: number;
164
+ /**
165
+ * 图像状态 2-诊断失败,-1-未知,1-正常,0-异常
166
+ * @type {string}
167
+ * @memberof SurveillanceEntity
168
+ */
169
+ 'imageStatus'?: string;
170
+ /**
171
+ * 录像保存天数
172
+ * @type {number}
173
+ * @memberof SurveillanceEntity
174
+ */
175
+ 'videoRecordingDays'?: number;
176
+ /**
177
+ * 所属项目
178
+ * @type {string}
179
+ * @memberof SurveillanceEntity
180
+ */
181
+ 'projectName'?: string;
182
+ }
183
+
184
+
185
+
@@ -74,6 +74,12 @@ export interface SurveillanceUpdateVo {
74
74
  * @memberof SurveillanceUpdateVo
75
75
  */
76
76
  'isShowSpace'?: boolean;
77
+ /**
78
+ * 所属项目
79
+ * @type {string}
80
+ * @memberof SurveillanceUpdateVo
81
+ */
82
+ 'projectName'?: string;
77
83
  }
78
84
 
79
85
 
@@ -80,6 +80,24 @@ export interface ViolationDecisionVo {
80
80
  * @memberof ViolationDecisionVo
81
81
  */
82
82
  'claimAmount'?: number;
83
+ /**
84
+ * 举证说明
85
+ * @type {string}
86
+ * @memberof ViolationDecisionVo
87
+ */
88
+ 'evidenceDesc'?: string;
89
+ /**
90
+ * 举证图片
91
+ * @type {Array<string>}
92
+ * @memberof ViolationDecisionVo
93
+ */
94
+ 'evidenceImages'?: Array<string>;
95
+ /**
96
+ * 举证视频
97
+ * @type {Array<string>}
98
+ * @memberof ViolationDecisionVo
99
+ */
100
+ 'evidenceVideos'?: Array<string>;
83
101
  }
84
102
 
85
103
 
@@ -84,7 +84,8 @@ export const ViolationIssueTypeEnum = {
84
84
  SixSProblem: 'SIX_S_PROBLEM',
85
85
  NoTeamMeeting: 'NO_TEAM_MEETING',
86
86
  PlatformStagingAreaNotCleared: 'PLATFORM_STAGING_AREA_NOT_CLEARED',
87
- UtilizationProblem: 'UTILIZATION_PROBLEM'
87
+ UtilizationProblem: 'UTILIZATION_PROBLEM',
88
+ Other: 'OTHER'
88
89
  } as const;
89
90
 
90
91
  export type ViolationIssueTypeEnum = typeof ViolationIssueTypeEnum[keyof typeof ViolationIssueTypeEnum];
@@ -64,7 +64,7 @@ export interface ViolationWorkOrderAddVo {
64
64
  * @type {number}
65
65
  * @memberof ViolationWorkOrderAddVo
66
66
  */
67
- 'spaceId': number;
67
+ 'spaceId'?: number;
68
68
  /**
69
69
  * 工单名称
70
70
  * @type {string}
@@ -107,6 +107,12 @@ export interface ViolationWorkOrderAddVo {
107
107
  * @memberof ViolationWorkOrderAddVo
108
108
  */
109
109
  'sourceId'?: number;
110
+ /**
111
+ * 索赔金额
112
+ * @type {number}
113
+ * @memberof ViolationWorkOrderAddVo
114
+ */
115
+ 'claimAmount'?: number;
110
116
  }
111
117
 
112
118
 
@@ -122,6 +122,24 @@ export interface ViolationWorkOrderInfo {
122
122
  * @memberof ViolationWorkOrderInfo
123
123
  */
124
124
  'projectName'?: string;
125
+ /**
126
+ * 举证说明
127
+ * @type {string}
128
+ * @memberof ViolationWorkOrderInfo
129
+ */
130
+ 'evidenceDesc'?: string;
131
+ /**
132
+ * 举证图片
133
+ * @type {Array<string>}
134
+ * @memberof ViolationWorkOrderInfo
135
+ */
136
+ 'evidenceImages'?: Array<string>;
137
+ /**
138
+ * 举证视频
139
+ * @type {Array<string>}
140
+ * @memberof ViolationWorkOrderInfo
141
+ */
142
+ 'evidenceVideos'?: Array<string>;
125
143
  }
126
144
 
127
145
 
@@ -0,0 +1,186 @@
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 { WorkOrderDeptDTO } from './work-order-dept-dto';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { WorkOrderGroupEquipmentDTOInspectionItem } from './work-order-group-equipment-dtoinspection-item';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { WorkOrderStatusEnum } from './work-order-status-enum';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
30
+ import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
31
+
32
+ /**
33
+ * 工单设备分组详情
34
+ * @export
35
+ * @interface WorkOrderGroupEquipmentDTO
36
+ */
37
+ export interface WorkOrderGroupEquipmentDTO {
38
+ /**
39
+ * srm大区名称
40
+ * @type {string}
41
+ * @memberof WorkOrderGroupEquipmentDTO
42
+ */
43
+ 'srmAreaName'?: string;
44
+ /**
45
+ * srm小微名称
46
+ * @type {string}
47
+ * @memberof WorkOrderGroupEquipmentDTO
48
+ */
49
+ 'srmXwName'?: string;
50
+ /**
51
+ * srm中心名称
52
+ * @type {string}
53
+ * @memberof WorkOrderGroupEquipmentDTO
54
+ */
55
+ 'srmCenterName'?: string;
56
+ /**
57
+ * 园区名称
58
+ * @type {string}
59
+ * @memberof WorkOrderGroupEquipmentDTO
60
+ */
61
+ 'parkName'?: string;
62
+ /**
63
+ * 工单ID
64
+ * @type {number}
65
+ * @memberof WorkOrderGroupEquipmentDTO
66
+ */
67
+ 'workOrderId'?: number;
68
+ /**
69
+ * 工单号
70
+ * @type {string}
71
+ * @memberof WorkOrderGroupEquipmentDTO
72
+ */
73
+ 'workOrderNo'?: string;
74
+ /**
75
+ * 设备ID
76
+ * @type {number}
77
+ * @memberof WorkOrderGroupEquipmentDTO
78
+ */
79
+ 'equipmentId'?: number;
80
+ /**
81
+ *
82
+ * @type {WorkOrderTypeEnum}
83
+ * @memberof WorkOrderGroupEquipmentDTO
84
+ */
85
+ 'workOrderType'?: WorkOrderTypeEnum;
86
+ /**
87
+ * 工单名称
88
+ * @type {string}
89
+ * @memberof WorkOrderGroupEquipmentDTO
90
+ */
91
+ 'workOrderName'?: string;
92
+ /**
93
+ *
94
+ * @type {WorkOrderTypeSubcategoryEnum}
95
+ * @memberof WorkOrderGroupEquipmentDTO
96
+ */
97
+ 'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
98
+ /**
99
+ * 设备名称
100
+ * @type {string}
101
+ * @memberof WorkOrderGroupEquipmentDTO
102
+ */
103
+ 'equipmentName'?: string;
104
+ /**
105
+ * 巡检项
106
+ * @type {Array<WorkOrderGroupEquipmentDTOInspectionItem>}
107
+ * @memberof WorkOrderGroupEquipmentDTO
108
+ */
109
+ 'inspectionItems'?: Array<WorkOrderGroupEquipmentDTOInspectionItem>;
110
+ /**
111
+ * 发起时间
112
+ * @type {string}
113
+ * @memberof WorkOrderGroupEquipmentDTO
114
+ */
115
+ 'startTime'?: string;
116
+ /**
117
+ * 工单执行部门列表
118
+ * @type {Array<WorkOrderDeptDTO>}
119
+ * @memberof WorkOrderGroupEquipmentDTO
120
+ */
121
+ 'workOrderDepts'?: Array<WorkOrderDeptDTO>;
122
+ /**
123
+ *
124
+ * @type {WorkOrderStatusEnum}
125
+ * @memberof WorkOrderGroupEquipmentDTO
126
+ */
127
+ 'workOrderStatus'?: WorkOrderStatusEnum;
128
+ /**
129
+ * 巡检点状态
130
+ * @type {number}
131
+ * @memberof WorkOrderGroupEquipmentDTO
132
+ */
133
+ 'inspectionPointStatus'?: number;
134
+ /**
135
+ * 处理图片
136
+ * @type {Array<string>}
137
+ * @memberof WorkOrderGroupEquipmentDTO
138
+ */
139
+ 'handlerImages'?: Array<string>;
140
+ /**
141
+ * 预计执行时间(分钟)
142
+ * @type {number}
143
+ * @memberof WorkOrderGroupEquipmentDTO
144
+ */
145
+ 'estimateExecutionTime'?: number;
146
+ /**
147
+ * 结束时间
148
+ * @type {string}
149
+ * @memberof WorkOrderGroupEquipmentDTO
150
+ */
151
+ 'finishTime'?: string;
152
+ /**
153
+ * 是否超时
154
+ * @type {boolean}
155
+ * @memberof WorkOrderGroupEquipmentDTO
156
+ */
157
+ 'isTimeOut'?: boolean;
158
+ /**
159
+ * 发起方
160
+ * @type {string}
161
+ * @memberof WorkOrderGroupEquipmentDTO
162
+ */
163
+ 'sponsor'?: string;
164
+ /**
165
+ * 处理人
166
+ * @type {string}
167
+ * @memberof WorkOrderGroupEquipmentDTO
168
+ */
169
+ 'handlerUserName'?: string;
170
+ /**
171
+ * 抽检结果(巡检点抽检结果)
172
+ * @type {string}
173
+ * @memberof WorkOrderGroupEquipmentDTO
174
+ */
175
+ 'spotCheckStatus'?: WorkOrderGroupEquipmentDTOSpotCheckStatusEnum;
176
+ }
177
+
178
+ export const WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = {
179
+ NotCheck: 'NOT_CHECK',
180
+ Pass: 'PASS',
181
+ Fail: 'FAIL'
182
+ } as const;
183
+
184
+ export type WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = typeof WorkOrderGroupEquipmentDTOSpotCheckStatusEnum[keyof typeof WorkOrderGroupEquipmentDTOSpotCheckStatusEnum];
185
+
186
+
@@ -0,0 +1,42 @@
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 WorkOrderGroupEquipmentDTOInspectionItem
21
+ */
22
+ export interface WorkOrderGroupEquipmentDTOInspectionItem {
23
+ /**
24
+ * 内容
25
+ * @type {string}
26
+ * @memberof WorkOrderGroupEquipmentDTOInspectionItem
27
+ */
28
+ 'content'?: string;
29
+ /**
30
+ * 标准
31
+ * @type {string}
32
+ * @memberof WorkOrderGroupEquipmentDTOInspectionItem
33
+ */
34
+ 'standard'?: string;
35
+ /**
36
+ * 状态 1:完成 0未完成
37
+ * @type {number}
38
+ * @memberof WorkOrderGroupEquipmentDTOInspectionItem
39
+ */
40
+ 'state'?: number;
41
+ }
42
+
@@ -36,6 +36,7 @@ export const WorkOrderInternalStatusEnum = {
36
36
  MonitoringCoverageAlertWorkOrderInProgressLevelOne: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
37
37
  MonitoringCoverageAlertWorkOrderInProgressLevelTwo: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
38
38
  MonitoringCoverageAlertWorkOrderInProgressLevelThree: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
39
+ MonitoringCoverageAlertWorkOrderInProgressLevelFour: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_FOUR',
39
40
  ExplorationWorkOrderInProgressLevelOne: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
40
41
  ExplorationWorkOrderInProgressLevelTwo: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
41
42
  } as const;
@@ -32,6 +32,18 @@ export interface WorkOrderSpotCheckDto {
32
32
  * @memberof WorkOrderSpotCheckDto
33
33
  */
34
34
  'workOrderId'?: number;
35
+ /**
36
+ *
37
+ * @type {WorkOrderTypeEnum}
38
+ * @memberof WorkOrderSpotCheckDto
39
+ */
40
+ 'workOrderType'?: WorkOrderTypeEnum;
41
+ /**
42
+ * 计划类型
43
+ * @type {string}
44
+ * @memberof WorkOrderSpotCheckDto
45
+ */
46
+ 'planType'?: WorkOrderSpotCheckDtoPlanTypeEnum;
35
47
  /**
36
48
  * 抽检结果
37
49
  * @type {string}
@@ -92,27 +104,8 @@ export interface WorkOrderSpotCheckDto {
92
104
  * @memberof WorkOrderSpotCheckDto
93
105
  */
94
106
  'inspectionItemNames'?: Array<string>;
95
- /**
96
- *
97
- * @type {WorkOrderTypeEnum}
98
- * @memberof WorkOrderSpotCheckDto
99
- */
100
- 'workOrderType'?: WorkOrderTypeEnum;
101
- /**
102
- * 计划类型
103
- * @type {string}
104
- * @memberof WorkOrderSpotCheckDto
105
- */
106
- 'planType'?: WorkOrderSpotCheckDtoPlanTypeEnum;
107
107
  }
108
108
 
109
- export const WorkOrderSpotCheckDtoCheckStatusEnum = {
110
- NotCheck: 'NOT_CHECK',
111
- Pass: 'PASS',
112
- Fail: 'FAIL'
113
- } as const;
114
-
115
- export type WorkOrderSpotCheckDtoCheckStatusEnum = typeof WorkOrderSpotCheckDtoCheckStatusEnum[keyof typeof WorkOrderSpotCheckDtoCheckStatusEnum];
116
109
  export const WorkOrderSpotCheckDtoPlanTypeEnum = {
117
110
  PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
118
111
  PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
@@ -122,5 +115,12 @@ export const WorkOrderSpotCheckDtoPlanTypeEnum = {
122
115
  } as const;
123
116
 
124
117
  export type WorkOrderSpotCheckDtoPlanTypeEnum = typeof WorkOrderSpotCheckDtoPlanTypeEnum[keyof typeof WorkOrderSpotCheckDtoPlanTypeEnum];
118
+ export const WorkOrderSpotCheckDtoCheckStatusEnum = {
119
+ NotCheck: 'NOT_CHECK',
120
+ Pass: 'PASS',
121
+ Fail: 'FAIL'
122
+ } as const;
123
+
124
+ export type WorkOrderSpotCheckDtoCheckStatusEnum = typeof WorkOrderSpotCheckDtoCheckStatusEnum[keyof typeof WorkOrderSpotCheckDtoCheckStatusEnum];
125
125
 
126
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.8-alpha.477",
3
+ "version": "4.2.9-alpha-202512161908.190",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
package/rrs_client.env ADDED
@@ -0,0 +1,20 @@
1
+ # ======================================================
2
+ # RRS 客户端生成与发布配置文件
3
+ # ======================================================
4
+
5
+ # --- [必需] API 文档的 URL ---
6
+ DOC_URL="http://192.168.9.118:8082/micro-server/v3/api-docs"
7
+
8
+ # --- [必需] NPM 包的基础版本号 ---
9
+ # 例如: 1.0.0
10
+ RRS_VERSION="4.2.9"
11
+
12
+ # --- [必需] 用于发布到 npmjs.org 的认证 Token ---
13
+ # 强烈建议使用CI/CD系统的密钥管理功能来注入此变量,而不是硬编码
14
+ PUBLIC_NPM_TOKEN_NEW="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"
15
+
16
+ # --- [可选] 预发布标识符 ---
17
+ # - 设置为 "alpha", "beta", "rc" 等来发布一个预发布版本。
18
+ # - 版本号将组合成: ${RRS_VERSION}-${PRE_RELEASE_ID}.${时间戳}
19
+ # - 留空 (""): 将执行一次正式发布。
20
+ PRE_RELEASE_ID="alpha"