@gizone/rrs-client 4.2.8-alpha.476 → 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 (458) 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/work-order-api.ts +140 -14
  15. package/base.ts +1 -1
  16. package/configuration.ts +1 -1
  17. package/dist/api.d.ts +4 -0
  18. package/dist/api.js +4 -0
  19. package/dist/apis/access-aes-controller-api.d.ts +317 -0
  20. package/dist/apis/access-aes-controller-api.js +489 -0
  21. package/dist/apis/access-api.d.ts +54 -6
  22. package/dist/apis/access-api.js +53 -15
  23. package/dist/apis/app-auth-api.d.ts +0 -100
  24. package/dist/apis/app-auth-api.js +0 -232
  25. package/dist/apis/auth-api.d.ts +0 -200
  26. package/dist/apis/auth-api.js +0 -464
  27. package/dist/apis/common-api.d.ts +26 -2
  28. package/dist/apis/common-api.js +22 -5
  29. package/dist/apis/dashboard-api.d.ts +140 -0
  30. package/dist/apis/dashboard-api.js +210 -0
  31. package/dist/apis/device-api.d.ts +47 -0
  32. package/dist/apis/device-api.js +70 -0
  33. package/dist/apis/energy-cost-analysis-controller-api.d.ts +465 -0
  34. package/dist/apis/energy-cost-analysis-controller-api.js +661 -0
  35. package/dist/apis/energy-cost-controller-api.d.ts +418 -0
  36. package/dist/apis/energy-cost-controller-api.js +595 -0
  37. package/dist/apis/energy-cost-record-controller-api.d.ts +488 -0
  38. package/dist/apis/energy-cost-record-controller-api.js +674 -0
  39. package/dist/apis/work-order-api.d.ts +78 -8
  40. package/dist/apis/work-order-api.js +94 -10
  41. package/dist/base.js +1 -1
  42. package/dist/configuration.js +1 -1
  43. package/dist/esm/api.d.ts +4 -0
  44. package/dist/esm/api.js +4 -0
  45. package/dist/esm/apis/access-aes-controller-api.d.ts +317 -0
  46. package/dist/esm/apis/access-aes-controller-api.js +482 -0
  47. package/dist/esm/apis/access-api.d.ts +54 -6
  48. package/dist/esm/apis/access-api.js +53 -15
  49. package/dist/esm/apis/app-auth-api.d.ts +0 -100
  50. package/dist/esm/apis/app-auth-api.js +0 -232
  51. package/dist/esm/apis/auth-api.d.ts +0 -200
  52. package/dist/esm/apis/auth-api.js +0 -464
  53. package/dist/esm/apis/common-api.d.ts +26 -2
  54. package/dist/esm/apis/common-api.js +22 -5
  55. package/dist/esm/apis/dashboard-api.d.ts +140 -0
  56. package/dist/esm/apis/dashboard-api.js +210 -0
  57. package/dist/esm/apis/device-api.d.ts +47 -0
  58. package/dist/esm/apis/device-api.js +70 -0
  59. package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +465 -0
  60. package/dist/esm/apis/energy-cost-analysis-controller-api.js +654 -0
  61. package/dist/esm/apis/energy-cost-controller-api.d.ts +418 -0
  62. package/dist/esm/apis/energy-cost-controller-api.js +588 -0
  63. package/dist/esm/apis/energy-cost-record-controller-api.d.ts +488 -0
  64. package/dist/esm/apis/energy-cost-record-controller-api.js +667 -0
  65. package/dist/esm/apis/work-order-api.d.ts +78 -8
  66. package/dist/esm/apis/work-order-api.js +94 -10
  67. package/dist/esm/base.js +1 -1
  68. package/dist/esm/configuration.js +1 -1
  69. package/dist/esm/models/access-appointment-record-add-vo.d.ts +7 -0
  70. package/dist/esm/models/access-appointment-record-details-dto.d.ts +7 -0
  71. package/dist/esm/models/access-appointment-record-process-details-dto.d.ts +9 -3
  72. package/dist/esm/models/access-blacklist-add-vo.d.ts +6 -0
  73. package/dist/esm/models/access-blacklist-details-dto.d.ts +6 -0
  74. package/dist/esm/models/access-blacklist-update-vo.d.ts +6 -0
  75. package/dist/esm/models/access-config-entity.d.ts +6 -0
  76. package/dist/esm/models/access-config-vo.d.ts +6 -0
  77. package/dist/esm/models/access-record-summary-details-dto.d.ts +6 -0
  78. package/dist/esm/models/access-record-summary-list-dto.d.ts +6 -0
  79. package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +2 -2
  80. package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +6 -0
  81. package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +9 -3
  82. package/dist/esm/models/calendar-entity.d.ts +1 -1
  83. package/dist/esm/models/dashboard-access-search-dto.d.ts +12 -0
  84. package/dist/esm/models/dashboard-base-search-dto.d.ts +12 -0
  85. package/dist/esm/models/dashboard-equipment-search-dto.d.ts +12 -0
  86. package/dist/esm/models/dashboard-park-statistics-vo.d.ts +36 -0
  87. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +6 -0
  88. package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
  89. package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +12 -0
  90. package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +14 -8
  91. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +12 -6
  92. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
  93. package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +18 -12
  94. package/dist/esm/models/emission-standard-enum.d.ts +22 -0
  95. package/dist/esm/models/emission-standard-enum.js +23 -0
  96. package/dist/esm/models/energy-cost-add-record-dto.d.ts +167 -0
  97. package/dist/esm/models/energy-cost-add-record-dto.js +36 -0
  98. package/dist/esm/models/energy-cost-add-setting-dto.d.ts +25 -0
  99. package/dist/esm/models/energy-cost-add-setting-dto.js +14 -0
  100. package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
  101. package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.js +19 -0
  102. package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
  103. package/dist/esm/models/energy-cost-add-setting-dtopark-setting.js +17 -0
  104. package/dist/esm/models/energy-cost-analysis-export-dto.d.ts +67 -0
  105. package/dist/esm/models/energy-cost-analysis-export-dto.js +23 -0
  106. package/dist/esm/models/energy-cost-analysis-list-vo.d.ts +144 -0
  107. package/dist/esm/models/energy-cost-analysis-list-vo.js +23 -0
  108. package/dist/esm/models/energy-cost-analysis-overview-vo.d.ts +84 -0
  109. package/dist/esm/models/energy-cost-analysis-overview-vo.js +14 -0
  110. package/dist/esm/models/energy-cost-analysis-query-dto.d.ts +41 -0
  111. package/dist/esm/models/energy-cost-analysis-query-dto.js +17 -0
  112. package/dist/esm/models/energy-cost-edit-record-dto.d.ts +173 -0
  113. package/dist/esm/models/energy-cost-edit-record-dto.js +36 -0
  114. package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
  115. package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.js +23 -0
  116. package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +107 -0
  117. package/dist/esm/models/energy-cost-month-setting-list-vo.js +17 -0
  118. package/dist/esm/models/energy-cost-park-option-vo.d.ts +54 -0
  119. package/dist/esm/models/energy-cost-park-option-vo.js +14 -0
  120. package/dist/esm/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
  121. package/dist/esm/models/energy-cost-per-area-analysis-vo.js +14 -0
  122. package/dist/esm/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
  123. package/dist/esm/models/energy-cost-per-unit-analysis-vo.js +14 -0
  124. package/dist/esm/models/energy-cost-record-bill-info-vo.d.ts +48 -0
  125. package/dist/esm/models/energy-cost-record-bill-info-vo.js +14 -0
  126. package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
  127. package/dist/esm/models/energy-cost-record-info-not-emun-vo.js +14 -0
  128. package/dist/esm/models/energy-cost-record-info-vo.d.ts +232 -0
  129. package/dist/esm/models/energy-cost-record-info-vo.js +36 -0
  130. package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
  131. package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.js +14 -0
  132. package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +142 -0
  133. package/dist/esm/models/energy-cost-scenarios-info-vo.js +32 -0
  134. package/dist/esm/models/energy-cost-setting-delete-dto.d.ts +41 -0
  135. package/dist/esm/models/energy-cost-setting-delete-dto.js +17 -0
  136. package/dist/esm/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
  137. package/dist/esm/models/energy-cost-setting-summy-add-dto.js +17 -0
  138. package/dist/esm/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
  139. package/dist/esm/models/energy-cost-setting-summy-update-dto.js +14 -0
  140. package/dist/esm/models/energy-cost-trend-vo.d.ts +38 -0
  141. package/dist/esm/models/energy-cost-trend-vo.js +19 -0
  142. package/dist/esm/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
  143. package/dist/esm/models/energy-cost-unit-price-analysis-vo.js +14 -0
  144. package/dist/esm/models/energy-cost-update-setting-dto.d.ts +43 -0
  145. package/dist/esm/models/energy-cost-update-setting-dto.js +19 -0
  146. package/dist/esm/models/export-field-config.d.ts +42 -0
  147. package/dist/esm/models/export-field-config.js +14 -0
  148. package/dist/esm/models/index.d.ts +55 -1
  149. package/dist/esm/models/index.js +55 -1
  150. package/dist/esm/models/inspection-point.d.ts +12 -0
  151. package/dist/esm/models/inspection-point.js +5 -1
  152. package/dist/esm/models/iot-device-unit-delete-dto.d.ts +42 -0
  153. package/dist/esm/models/iot-device-unit-delete-dto.js +14 -0
  154. package/dist/esm/models/ipage-energy-cost-analysis-list-vo.d.ts +62 -0
  155. package/dist/esm/models/ipage-energy-cost-analysis-list-vo.js +14 -0
  156. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
  157. package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
  158. package/dist/esm/models/item.d.ts +77 -0
  159. package/dist/esm/models/item.js +28 -0
  160. package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
  161. package/dist/esm/models/json-result-dashboard-park-statistics-vo.js +14 -0
  162. package/dist/esm/models/json-result-energy-cost-analysis-overview-vo.d.ts +62 -0
  163. package/dist/esm/models/json-result-energy-cost-analysis-overview-vo.js +14 -0
  164. package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
  165. package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.js +14 -0
  166. package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
  167. package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.js +14 -0
  168. package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
  169. package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.js +14 -0
  170. package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
  171. package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.js +14 -0
  172. package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
  173. package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
  174. package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
  175. package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.js +14 -0
  176. package/dist/esm/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +62 -0
  177. package/dist/esm/models/json-result-ipage-energy-cost-analysis-list-vo.js +14 -0
  178. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
  179. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
  180. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
  181. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +14 -0
  182. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
  183. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
  184. package/dist/esm/models/json-result-list-energy-cost-park-option-vo.d.ts +62 -0
  185. package/dist/esm/models/json-result-list-energy-cost-park-option-vo.js +14 -0
  186. package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
  187. package/dist/esm/models/json-result-list-energy-cost-trend-vo.js +14 -0
  188. 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
  189. package/dist/esm/models/json-result-list-work-order-spot-check-dto.js +14 -0
  190. package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
  191. package/dist/esm/models/json-result-map-string-object.js +14 -0
  192. package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
  193. package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.js +14 -0
  194. package/dist/esm/models/monthly-data-vo.d.ts +48 -0
  195. package/dist/esm/models/monthly-data-vo.js +14 -0
  196. package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +7 -0
  197. package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
  198. package/dist/esm/models/page-dto-work-order-group-equipment-dto.js +14 -0
  199. package/dist/esm/models/park-info-dto.d.ts +6 -0
  200. package/dist/esm/models/park-info-edit-vo.d.ts +6 -0
  201. package/dist/esm/models/park-list-dto.d.ts +13 -0
  202. package/dist/esm/models/pricing-item.d.ts +50 -0
  203. package/dist/esm/models/pricing-item.js +20 -0
  204. package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +13 -0
  205. package/dist/esm/models/surveillance-entity.d.ts +171 -0
  206. package/dist/esm/models/surveillance-entity.js +14 -0
  207. package/dist/esm/models/violation-decision-vo.d.ts +18 -0
  208. package/dist/esm/models/violation-work-order-add-vo.d.ts +6 -0
  209. package/dist/esm/models/violation-work-order-info.d.ts +18 -0
  210. package/dist/esm/models/work-order-group-equipment-dto.d.ts +167 -0
  211. package/dist/esm/models/work-order-group-equipment-dto.js +18 -0
  212. package/dist/esm/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
  213. package/dist/esm/models/work-order-group-equipment-dtoinspection-item.js +14 -0
  214. package/dist/esm/models/work-order-spot-check-dto.d.ts +18 -18
  215. package/dist/esm/models/work-order-spot-check-dto.js +5 -5
  216. package/dist/models/access-appointment-record-add-vo.d.ts +7 -0
  217. package/dist/models/access-appointment-record-details-dto.d.ts +7 -0
  218. package/dist/models/access-appointment-record-process-details-dto.d.ts +9 -3
  219. package/dist/models/access-blacklist-add-vo.d.ts +6 -0
  220. package/dist/models/access-blacklist-details-dto.d.ts +6 -0
  221. package/dist/models/access-blacklist-update-vo.d.ts +6 -0
  222. package/dist/models/access-config-entity.d.ts +6 -0
  223. package/dist/models/access-config-vo.d.ts +6 -0
  224. package/dist/models/access-record-summary-details-dto.d.ts +6 -0
  225. package/dist/models/access-record-summary-list-dto.d.ts +6 -0
  226. package/dist/models/access-visitor-person-type-config-vo.d.ts +2 -2
  227. package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +6 -0
  228. package/dist/models/access-whitelist-application-process-details-dto.d.ts +9 -3
  229. package/dist/models/calendar-entity.d.ts +1 -1
  230. package/dist/models/dashboard-access-search-dto.d.ts +12 -0
  231. package/dist/models/dashboard-base-search-dto.d.ts +12 -0
  232. package/dist/models/dashboard-equipment-search-dto.d.ts +12 -0
  233. package/dist/models/dashboard-park-statistics-vo.d.ts +36 -0
  234. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +6 -0
  235. package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
  236. package/dist/models/dashboard-surveillance-search-dto.d.ts +12 -0
  237. package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +14 -8
  238. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +12 -6
  239. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
  240. package/dist/models/dashboard-work-order-list-search-dto.d.ts +18 -12
  241. package/dist/models/emission-standard-enum.d.ts +22 -0
  242. package/dist/models/emission-standard-enum.js +26 -0
  243. package/dist/models/energy-cost-add-record-dto.d.ts +167 -0
  244. package/dist/models/energy-cost-add-record-dto.js +39 -0
  245. package/dist/models/energy-cost-add-setting-dto.d.ts +25 -0
  246. package/dist/models/energy-cost-add-setting-dto.js +15 -0
  247. package/dist/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
  248. package/dist/models/energy-cost-add-setting-dtopark-setting-item.js +22 -0
  249. package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
  250. package/dist/models/energy-cost-add-setting-dtopark-setting.js +20 -0
  251. package/dist/models/energy-cost-analysis-export-dto.d.ts +67 -0
  252. package/dist/models/energy-cost-analysis-export-dto.js +26 -0
  253. package/dist/models/energy-cost-analysis-list-vo.d.ts +144 -0
  254. package/dist/models/energy-cost-analysis-list-vo.js +26 -0
  255. package/dist/models/energy-cost-analysis-overview-vo.d.ts +84 -0
  256. package/dist/models/energy-cost-analysis-overview-vo.js +15 -0
  257. package/dist/models/energy-cost-analysis-query-dto.d.ts +41 -0
  258. package/dist/models/energy-cost-analysis-query-dto.js +20 -0
  259. package/dist/models/energy-cost-edit-record-dto.d.ts +173 -0
  260. package/dist/models/energy-cost-edit-record-dto.js +39 -0
  261. package/dist/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
  262. package/dist/models/energy-cost-month-setting-list-summary-standards-vo.js +26 -0
  263. package/dist/models/energy-cost-month-setting-list-vo.d.ts +107 -0
  264. package/dist/models/energy-cost-month-setting-list-vo.js +20 -0
  265. package/dist/models/energy-cost-park-option-vo.d.ts +54 -0
  266. package/dist/models/energy-cost-park-option-vo.js +15 -0
  267. package/dist/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
  268. package/dist/models/energy-cost-per-area-analysis-vo.js +15 -0
  269. package/dist/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
  270. package/dist/models/energy-cost-per-unit-analysis-vo.js +15 -0
  271. package/dist/models/energy-cost-record-bill-info-vo.d.ts +48 -0
  272. package/dist/models/energy-cost-record-bill-info-vo.js +15 -0
  273. package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
  274. package/dist/models/energy-cost-record-info-not-emun-vo.js +15 -0
  275. package/dist/models/energy-cost-record-info-vo.d.ts +232 -0
  276. package/dist/models/energy-cost-record-info-vo.js +39 -0
  277. package/dist/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
  278. package/dist/models/energy-cost-scenarios-info-not-enum-vo.js +15 -0
  279. package/dist/models/energy-cost-scenarios-info-vo.d.ts +142 -0
  280. package/dist/models/energy-cost-scenarios-info-vo.js +35 -0
  281. package/dist/models/energy-cost-setting-delete-dto.d.ts +41 -0
  282. package/dist/models/energy-cost-setting-delete-dto.js +20 -0
  283. package/dist/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
  284. package/dist/models/energy-cost-setting-summy-add-dto.js +20 -0
  285. package/dist/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
  286. package/dist/models/energy-cost-setting-summy-update-dto.js +15 -0
  287. package/dist/models/energy-cost-trend-vo.d.ts +38 -0
  288. package/dist/models/energy-cost-trend-vo.js +22 -0
  289. package/dist/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
  290. package/dist/models/energy-cost-unit-price-analysis-vo.js +15 -0
  291. package/dist/models/energy-cost-update-setting-dto.d.ts +43 -0
  292. package/dist/models/energy-cost-update-setting-dto.js +22 -0
  293. package/dist/models/export-field-config.d.ts +42 -0
  294. package/dist/models/export-field-config.js +15 -0
  295. package/dist/models/index.d.ts +55 -1
  296. package/dist/models/index.js +55 -1
  297. package/dist/models/inspection-point.d.ts +12 -0
  298. package/dist/models/inspection-point.js +6 -0
  299. package/dist/models/iot-device-unit-delete-dto.d.ts +42 -0
  300. package/dist/models/iot-device-unit-delete-dto.js +15 -0
  301. package/dist/models/ipage-energy-cost-analysis-list-vo.d.ts +62 -0
  302. package/dist/models/ipage-energy-cost-analysis-list-vo.js +15 -0
  303. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
  304. package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
  305. package/dist/models/item.d.ts +77 -0
  306. package/dist/models/item.js +31 -0
  307. package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
  308. package/dist/models/json-result-dashboard-park-statistics-vo.js +15 -0
  309. package/dist/models/json-result-energy-cost-analysis-overview-vo.d.ts +62 -0
  310. package/dist/models/json-result-energy-cost-analysis-overview-vo.js +15 -0
  311. package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
  312. package/dist/models/json-result-energy-cost-per-area-analysis-vo.js +15 -0
  313. package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
  314. package/dist/models/json-result-energy-cost-per-unit-analysis-vo.js +15 -0
  315. package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
  316. package/dist/models/json-result-energy-cost-record-bill-info-vo.js +15 -0
  317. package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
  318. package/dist/models/json-result-energy-cost-record-info-not-emun-vo.js +15 -0
  319. package/dist/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
  320. package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
  321. package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
  322. package/dist/models/json-result-energy-cost-unit-price-analysis-vo.js +15 -0
  323. package/dist/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +62 -0
  324. package/dist/models/json-result-ipage-energy-cost-analysis-list-vo.js +15 -0
  325. package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
  326. package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
  327. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
  328. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +15 -0
  329. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
  330. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
  331. package/dist/models/json-result-list-energy-cost-park-option-vo.d.ts +62 -0
  332. package/dist/models/json-result-list-energy-cost-park-option-vo.js +15 -0
  333. package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
  334. package/dist/models/json-result-list-energy-cost-trend-vo.js +15 -0
  335. package/dist/models/{json-result-work-order-spot-check-dto.d.ts → json-result-list-work-order-spot-check-dto.d.ts} +12 -12
  336. package/dist/models/json-result-list-work-order-spot-check-dto.js +15 -0
  337. package/dist/models/json-result-map-string-object.d.ts +63 -0
  338. package/dist/models/json-result-map-string-object.js +15 -0
  339. package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
  340. package/dist/models/json-result-page-dto-work-order-group-equipment-dto.js +15 -0
  341. package/dist/models/monthly-data-vo.d.ts +48 -0
  342. package/dist/models/monthly-data-vo.js +15 -0
  343. package/dist/models/open-api-access-appointment-record-add-vo.d.ts +7 -0
  344. package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
  345. package/dist/models/page-dto-work-order-group-equipment-dto.js +15 -0
  346. package/dist/models/park-info-dto.d.ts +6 -0
  347. package/dist/models/park-info-edit-vo.d.ts +6 -0
  348. package/dist/models/park-list-dto.d.ts +13 -0
  349. package/dist/models/pricing-item.d.ts +50 -0
  350. package/dist/models/pricing-item.js +23 -0
  351. package/dist/models/surveillance-batch-import-template-dto.d.ts +13 -0
  352. package/dist/models/surveillance-entity.d.ts +171 -0
  353. package/dist/models/surveillance-entity.js +15 -0
  354. package/dist/models/violation-decision-vo.d.ts +18 -0
  355. package/dist/models/violation-work-order-add-vo.d.ts +6 -0
  356. package/dist/models/violation-work-order-info.d.ts +18 -0
  357. package/dist/models/work-order-group-equipment-dto.d.ts +167 -0
  358. package/dist/models/work-order-group-equipment-dto.js +21 -0
  359. package/dist/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
  360. package/dist/models/work-order-group-equipment-dtoinspection-item.js +15 -0
  361. package/dist/models/work-order-spot-check-dto.d.ts +18 -18
  362. package/dist/models/work-order-spot-check-dto.js +6 -6
  363. package/generate_and_publish.sh +69 -0
  364. package/local_run.sh +82 -0
  365. package/models/access-appointment-record-add-vo.ts +9 -0
  366. package/models/access-appointment-record-details-dto.ts +9 -0
  367. package/models/access-appointment-record-process-details-dto.ts +9 -3
  368. package/models/access-blacklist-add-vo.ts +6 -0
  369. package/models/access-blacklist-details-dto.ts +6 -0
  370. package/models/access-blacklist-update-vo.ts +6 -0
  371. package/models/access-config-entity.ts +6 -0
  372. package/models/access-config-vo.ts +6 -0
  373. package/models/access-record-summary-details-dto.ts +6 -0
  374. package/models/access-record-summary-list-dto.ts +6 -0
  375. package/models/access-visitor-person-type-config-vo.ts +2 -2
  376. package/models/access-whitelist-application-batch-import-template-dto.ts +6 -0
  377. package/models/access-whitelist-application-process-details-dto.ts +9 -3
  378. package/models/calendar-entity.ts +1 -1
  379. package/models/dashboard-access-search-dto.ts +12 -0
  380. package/models/dashboard-base-search-dto.ts +12 -0
  381. package/models/dashboard-equipment-search-dto.ts +12 -0
  382. package/models/dashboard-park-statistics-vo.ts +42 -0
  383. package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +6 -0
  384. package/models/dashboard-surveillance-park-group-stats-vo.ts +18 -0
  385. package/models/dashboard-surveillance-search-dto.ts +12 -0
  386. package/models/dashboard-work-order-by-park-search-dto.ts +14 -8
  387. package/models/dashboard-work-order-by-work-order-type-search-dto.ts +12 -6
  388. package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +18 -0
  389. package/models/dashboard-work-order-list-search-dto.ts +18 -12
  390. package/models/emission-standard-enum.ts +32 -0
  391. package/models/energy-cost-add-record-dto.ts +183 -0
  392. package/models/energy-cost-add-setting-dto.ts +33 -0
  393. package/models/energy-cost-add-setting-dtopark-setting-item.ts +52 -0
  394. package/models/energy-cost-add-setting-dtopark-setting.ts +53 -0
  395. package/models/energy-cost-analysis-export-dto.ts +79 -0
  396. package/models/energy-cost-analysis-list-vo.ts +154 -0
  397. package/models/energy-cost-analysis-overview-vo.ts +90 -0
  398. package/models/energy-cost-analysis-query-dto.ts +50 -0
  399. package/models/energy-cost-edit-record-dto.ts +189 -0
  400. package/models/energy-cost-month-setting-list-summary-standards-vo.ts +106 -0
  401. package/models/energy-cost-month-setting-list-vo.ts +116 -0
  402. package/models/energy-cost-park-option-vo.ts +60 -0
  403. package/models/energy-cost-per-area-analysis-vo.ts +48 -0
  404. package/models/energy-cost-per-unit-analysis-vo.ts +54 -0
  405. package/models/energy-cost-record-bill-info-vo.ts +54 -0
  406. package/models/energy-cost-record-info-not-emun-vo.ts +213 -0
  407. package/models/energy-cost-record-info-vo.ts +246 -0
  408. package/models/energy-cost-scenarios-info-not-enum-vo.ts +126 -0
  409. package/models/energy-cost-scenarios-info-vo.ts +153 -0
  410. package/models/energy-cost-setting-delete-dto.ts +50 -0
  411. package/models/energy-cost-setting-summy-add-dto.ts +50 -0
  412. package/models/energy-cost-setting-summy-update-dto.ts +36 -0
  413. package/models/energy-cost-trend-vo.ts +49 -0
  414. package/models/energy-cost-unit-price-analysis-vo.ts +42 -0
  415. package/models/energy-cost-update-setting-dto.ts +52 -0
  416. package/models/export-field-config.ts +48 -0
  417. package/models/index.ts +55 -1
  418. package/models/inspection-point.ts +15 -0
  419. package/models/iot-device-unit-delete-dto.ts +48 -0
  420. package/models/ipage-energy-cost-analysis-list-vo.ts +70 -0
  421. package/models/ipage-energy-cost-record-info-vo.ts +70 -0
  422. package/models/item.ts +87 -0
  423. package/models/json-result-dashboard-park-statistics-vo.ts +72 -0
  424. package/models/json-result-energy-cost-analysis-overview-vo.ts +72 -0
  425. package/models/json-result-energy-cost-per-area-analysis-vo.ts +72 -0
  426. package/models/json-result-energy-cost-per-unit-analysis-vo.ts +72 -0
  427. package/models/json-result-energy-cost-record-bill-info-vo.ts +72 -0
  428. package/models/json-result-energy-cost-record-info-not-emun-vo.ts +72 -0
  429. package/models/json-result-energy-cost-record-info-vo.ts +72 -0
  430. package/models/json-result-energy-cost-unit-price-analysis-vo.ts +72 -0
  431. package/models/json-result-ipage-energy-cost-analysis-list-vo.ts +72 -0
  432. package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
  433. package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +72 -0
  434. package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
  435. package/models/json-result-list-energy-cost-park-option-vo.ts +72 -0
  436. package/models/json-result-list-energy-cost-trend-vo.ts +72 -0
  437. package/models/{json-result-work-order-spot-check-dto.ts → json-result-list-work-order-spot-check-dto.ts} +12 -12
  438. package/models/json-result-map-string-object.ts +69 -0
  439. package/models/json-result-page-dto-work-order-group-equipment-dto.ts +72 -0
  440. package/models/monthly-data-vo.ts +54 -0
  441. package/models/open-api-access-appointment-record-add-vo.ts +9 -0
  442. package/models/page-dto-work-order-group-equipment-dto.ts +39 -0
  443. package/models/park-info-dto.ts +6 -0
  444. package/models/park-info-edit-vo.ts +6 -0
  445. package/models/park-list-dto.ts +17 -0
  446. package/models/pricing-item.ts +59 -0
  447. package/models/surveillance-batch-import-template-dto.ts +15 -0
  448. package/models/surveillance-entity.ts +185 -0
  449. package/models/violation-decision-vo.ts +18 -0
  450. package/models/violation-work-order-add-vo.ts +6 -0
  451. package/models/violation-work-order-info.ts +18 -0
  452. package/models/work-order-group-equipment-dto.ts +186 -0
  453. package/models/work-order-group-equipment-dtoinspection-item.ts +42 -0
  454. package/models/work-order-spot-check-dto.ts +19 -19
  455. package/package.json +1 -1
  456. package/rrs_client.env +20 -0
  457. /package/dist/esm/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
  458. /package/dist/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
@@ -0,0 +1,62 @@
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 { BaseErrorResult } from './base-error-result';
13
+ import type { IPageEnergyCostAnalysisListVO } from './ipage-energy-cost-analysis-list-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultIPageEnergyCostAnalysisListVO
18
+ */
19
+ export interface JsonResultIPageEnergyCostAnalysisListVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultIPageEnergyCostAnalysisListVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultIPageEnergyCostAnalysisListVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultIPageEnergyCostAnalysisListVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {IPageEnergyCostAnalysisListVO}
41
+ * @memberof JsonResultIPageEnergyCostAnalysisListVO
42
+ */
43
+ 'data'?: IPageEnergyCostAnalysisListVO | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultIPageEnergyCostAnalysisListVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultIPageEnergyCostAnalysisListVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultIPageEnergyCostAnalysisListVO
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,62 @@
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 { BaseErrorResult } from './base-error-result';
13
+ import type { IPageEnergyCostRecordInfoVO } from './ipage-energy-cost-record-info-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultIPageEnergyCostRecordInfoVO
18
+ */
19
+ export interface JsonResultIPageEnergyCostRecordInfoVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultIPageEnergyCostRecordInfoVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultIPageEnergyCostRecordInfoVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultIPageEnergyCostRecordInfoVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {IPageEnergyCostRecordInfoVO}
41
+ * @memberof JsonResultIPageEnergyCostRecordInfoVO
42
+ */
43
+ 'data'?: IPageEnergyCostRecordInfoVO | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultIPageEnergyCostRecordInfoVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultIPageEnergyCostRecordInfoVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultIPageEnergyCostRecordInfoVO
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,62 @@
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 { BaseErrorResult } from './base-error-result';
13
+ import type { EnergyCostMonthSettingListSummaryStandardsVO } from './energy-cost-month-setting-list-summary-standards-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListEnergyCostMonthSettingListSummaryStandardsVO
18
+ */
19
+ export interface JsonResultListEnergyCostMonthSettingListSummaryStandardsVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListEnergyCostMonthSettingListSummaryStandardsVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListEnergyCostMonthSettingListSummaryStandardsVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListEnergyCostMonthSettingListSummaryStandardsVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<EnergyCostMonthSettingListSummaryStandardsVO>}
41
+ * @memberof JsonResultListEnergyCostMonthSettingListSummaryStandardsVO
42
+ */
43
+ 'data'?: Array<EnergyCostMonthSettingListSummaryStandardsVO> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListEnergyCostMonthSettingListSummaryStandardsVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListEnergyCostMonthSettingListSummaryStandardsVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListEnergyCostMonthSettingListSummaryStandardsVO
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,62 @@
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 { BaseErrorResult } from './base-error-result';
13
+ import type { EnergyCostMonthSettingListVO } from './energy-cost-month-setting-list-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListEnergyCostMonthSettingListVO
18
+ */
19
+ export interface JsonResultListEnergyCostMonthSettingListVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<EnergyCostMonthSettingListVO>}
41
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
42
+ */
43
+ 'data'?: Array<EnergyCostMonthSettingListVO> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,62 @@
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 { BaseErrorResult } from './base-error-result';
13
+ import type { EnergyCostParkOptionVO } from './energy-cost-park-option-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListEnergyCostParkOptionVO
18
+ */
19
+ export interface JsonResultListEnergyCostParkOptionVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListEnergyCostParkOptionVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListEnergyCostParkOptionVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListEnergyCostParkOptionVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<EnergyCostParkOptionVO>}
41
+ * @memberof JsonResultListEnergyCostParkOptionVO
42
+ */
43
+ 'data'?: Array<EnergyCostParkOptionVO> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListEnergyCostParkOptionVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListEnergyCostParkOptionVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListEnergyCostParkOptionVO
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,62 @@
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 { BaseErrorResult } from './base-error-result';
13
+ import type { EnergyCostTrendVO } from './energy-cost-trend-vo';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListEnergyCostTrendVO
18
+ */
19
+ export interface JsonResultListEnergyCostTrendVO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListEnergyCostTrendVO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListEnergyCostTrendVO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListEnergyCostTrendVO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<EnergyCostTrendVO>}
41
+ * @memberof JsonResultListEnergyCostTrendVO
42
+ */
43
+ 'data'?: Array<EnergyCostTrendVO> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListEnergyCostTrendVO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListEnergyCostTrendVO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListEnergyCostTrendVO
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -14,49 +14,49 @@ import type { WorkOrderSpotCheckDto } from './work-order-spot-check-dto';
14
14
  /**
15
15
  *
16
16
  * @export
17
- * @interface JsonResultWorkOrderSpotCheckDto
17
+ * @interface JsonResultListWorkOrderSpotCheckDto
18
18
  */
19
- export interface JsonResultWorkOrderSpotCheckDto {
19
+ export interface JsonResultListWorkOrderSpotCheckDto {
20
20
  /**
21
21
  * 错误码,0:成功,其他:失败
22
22
  * @type {number}
23
- * @memberof JsonResultWorkOrderSpotCheckDto
23
+ * @memberof JsonResultListWorkOrderSpotCheckDto
24
24
  */
25
25
  'code'?: number;
26
26
  /**
27
27
  * 错误消息
28
28
  * @type {string}
29
- * @memberof JsonResultWorkOrderSpotCheckDto
29
+ * @memberof JsonResultListWorkOrderSpotCheckDto
30
30
  */
31
31
  'msg'?: string;
32
32
  /**
33
33
  * 错误堆栈
34
34
  * @type {string}
35
- * @memberof JsonResultWorkOrderSpotCheckDto
35
+ * @memberof JsonResultListWorkOrderSpotCheckDto
36
36
  */
37
37
  'stacks'?: string;
38
38
  /**
39
- *
40
- * @type {WorkOrderSpotCheckDto}
41
- * @memberof JsonResultWorkOrderSpotCheckDto
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<WorkOrderSpotCheckDto>}
41
+ * @memberof JsonResultListWorkOrderSpotCheckDto
42
42
  */
43
- 'data'?: WorkOrderSpotCheckDto | null;
43
+ 'data'?: Array<WorkOrderSpotCheckDto> | null;
44
44
  /**
45
45
  *
46
46
  * @type {BaseErrorResult}
47
- * @memberof JsonResultWorkOrderSpotCheckDto
47
+ * @memberof JsonResultListWorkOrderSpotCheckDto
48
48
  */
49
49
  'error'?: BaseErrorResult | null;
50
50
  /**
51
51
  * 日志追踪ID
52
52
  * @type {string}
53
- * @memberof JsonResultWorkOrderSpotCheckDto
53
+ * @memberof JsonResultListWorkOrderSpotCheckDto
54
54
  */
55
55
  'traceId'?: string | null;
56
56
  /**
57
57
  * requestId
58
58
  * @type {string}
59
- * @memberof JsonResultWorkOrderSpotCheckDto
59
+ * @memberof JsonResultListWorkOrderSpotCheckDto
60
60
  */
61
61
  'requestId'?: string | null;
62
62
  }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,63 @@
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 { BaseErrorResult } from './base-error-result';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface JsonResultMapStringObject
17
+ */
18
+ export interface JsonResultMapStringObject {
19
+ /**
20
+ * 错误码,0:成功,其他:失败
21
+ * @type {number}
22
+ * @memberof JsonResultMapStringObject
23
+ */
24
+ 'code'?: number;
25
+ /**
26
+ * 错误消息
27
+ * @type {string}
28
+ * @memberof JsonResultMapStringObject
29
+ */
30
+ 'msg'?: string;
31
+ /**
32
+ * 错误堆栈
33
+ * @type {string}
34
+ * @memberof JsonResultMapStringObject
35
+ */
36
+ 'stacks'?: string;
37
+ /**
38
+ * 返回数据,可以是任意类型的值
39
+ * @type {{ [key: string]: object | null; }}
40
+ * @memberof JsonResultMapStringObject
41
+ */
42
+ 'data'?: {
43
+ [key: string]: object | null;
44
+ } | null;
45
+ /**
46
+ *
47
+ * @type {BaseErrorResult}
48
+ * @memberof JsonResultMapStringObject
49
+ */
50
+ 'error'?: BaseErrorResult | null;
51
+ /**
52
+ * 日志追踪ID
53
+ * @type {string}
54
+ * @memberof JsonResultMapStringObject
55
+ */
56
+ 'traceId'?: string | null;
57
+ /**
58
+ * requestId
59
+ * @type {string}
60
+ * @memberof JsonResultMapStringObject
61
+ */
62
+ 'requestId'?: string | null;
63
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,62 @@
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 { BaseErrorResult } from './base-error-result';
13
+ import type { PageDtoWorkOrderGroupEquipmentDTO } from './page-dto-work-order-group-equipment-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultPageDtoWorkOrderGroupEquipmentDTO
18
+ */
19
+ export interface JsonResultPageDtoWorkOrderGroupEquipmentDTO {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {PageDtoWorkOrderGroupEquipmentDTO}
41
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
42
+ */
43
+ 'data'?: PageDtoWorkOrderGroupEquipmentDTO | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultPageDtoWorkOrderGroupEquipmentDTO
60
+ */
61
+ 'requestId'?: string | null;
62
+ }