@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
package/apis/auth-api.ts CHANGED
@@ -403,138 +403,6 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
403
403
 
404
404
 
405
405
 
406
- setSearchParams(localVarUrlObj, localVarQueryParameter);
407
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
408
- localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
409
-
410
- return {
411
- url: toPathString(localVarUrlObj),
412
- options: localVarRequestOptions,
413
- };
414
- },
415
- /**
416
- *
417
- * @param {*} [options] Override http request option.
418
- * @throws {RequiredError}
419
- */
420
- fusionGetToken: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
421
- const localVarPath = `/miniapp/auth/getToken`;
422
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
423
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
424
- let baseOptions;
425
- if (configuration) {
426
- baseOptions = configuration.baseOptions;
427
- }
428
-
429
- const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
430
- const localVarHeaderParameter = {} as any;
431
- const localVarQueryParameter = {} as any;
432
-
433
- // authentication tokenScheme required
434
- // http bearer authentication required
435
- await setBearerAuthToObject(localVarHeaderParameter, configuration)
436
-
437
-
438
-
439
- setSearchParams(localVarUrlObj, localVarQueryParameter);
440
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
441
- localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
442
-
443
- return {
444
- url: toPathString(localVarUrlObj),
445
- options: localVarRequestOptions,
446
- };
447
- },
448
- /**
449
- *
450
- * @param {*} [options] Override http request option.
451
- * @throws {RequiredError}
452
- */
453
- fusionGetToken1: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
454
- const localVarPath = `/miniapp/auth/getToken`;
455
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
456
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
457
- let baseOptions;
458
- if (configuration) {
459
- baseOptions = configuration.baseOptions;
460
- }
461
-
462
- const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
463
- const localVarHeaderParameter = {} as any;
464
- const localVarQueryParameter = {} as any;
465
-
466
- // authentication tokenScheme required
467
- // http bearer authentication required
468
- await setBearerAuthToObject(localVarHeaderParameter, configuration)
469
-
470
-
471
-
472
- setSearchParams(localVarUrlObj, localVarQueryParameter);
473
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
474
- localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
475
-
476
- return {
477
- url: toPathString(localVarUrlObj),
478
- options: localVarRequestOptions,
479
- };
480
- },
481
- /**
482
- *
483
- * @param {*} [options] Override http request option.
484
- * @throws {RequiredError}
485
- */
486
- fusionGetToken2: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
487
- const localVarPath = `/fusion/base/getToken`;
488
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
489
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
490
- let baseOptions;
491
- if (configuration) {
492
- baseOptions = configuration.baseOptions;
493
- }
494
-
495
- const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
496
- const localVarHeaderParameter = {} as any;
497
- const localVarQueryParameter = {} as any;
498
-
499
- // authentication tokenScheme required
500
- // http bearer authentication required
501
- await setBearerAuthToObject(localVarHeaderParameter, configuration)
502
-
503
-
504
-
505
- setSearchParams(localVarUrlObj, localVarQueryParameter);
506
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
507
- localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
508
-
509
- return {
510
- url: toPathString(localVarUrlObj),
511
- options: localVarRequestOptions,
512
- };
513
- },
514
- /**
515
- *
516
- * @param {*} [options] Override http request option.
517
- * @throws {RequiredError}
518
- */
519
- fusionGetToken3: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
520
- const localVarPath = `/fusion/base/getToken`;
521
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
522
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
523
- let baseOptions;
524
- if (configuration) {
525
- baseOptions = configuration.baseOptions;
526
- }
527
-
528
- const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
529
- const localVarHeaderParameter = {} as any;
530
- const localVarQueryParameter = {} as any;
531
-
532
- // authentication tokenScheme required
533
- // http bearer authentication required
534
- await setBearerAuthToObject(localVarHeaderParameter, configuration)
535
-
536
-
537
-
538
406
  setSearchParams(localVarUrlObj, localVarQueryParameter);
539
407
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
540
408
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -829,138 +697,6 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
829
697
 
830
698
 
831
699
 
832
- setSearchParams(localVarUrlObj, localVarQueryParameter);
833
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
834
- localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
835
-
836
- return {
837
- url: toPathString(localVarUrlObj),
838
- options: localVarRequestOptions,
839
- };
840
- },
841
- /**
842
- *
843
- * @param {*} [options] Override http request option.
844
- * @throws {RequiredError}
845
- */
846
- getTokenByHttp: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
847
- const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
848
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
849
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
850
- let baseOptions;
851
- if (configuration) {
852
- baseOptions = configuration.baseOptions;
853
- }
854
-
855
- const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
856
- const localVarHeaderParameter = {} as any;
857
- const localVarQueryParameter = {} as any;
858
-
859
- // authentication tokenScheme required
860
- // http bearer authentication required
861
- await setBearerAuthToObject(localVarHeaderParameter, configuration)
862
-
863
-
864
-
865
- setSearchParams(localVarUrlObj, localVarQueryParameter);
866
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
867
- localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
868
-
869
- return {
870
- url: toPathString(localVarUrlObj),
871
- options: localVarRequestOptions,
872
- };
873
- },
874
- /**
875
- *
876
- * @param {*} [options] Override http request option.
877
- * @throws {RequiredError}
878
- */
879
- getTokenByHttp1: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
880
- const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
881
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
882
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
883
- let baseOptions;
884
- if (configuration) {
885
- baseOptions = configuration.baseOptions;
886
- }
887
-
888
- const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
889
- const localVarHeaderParameter = {} as any;
890
- const localVarQueryParameter = {} as any;
891
-
892
- // authentication tokenScheme required
893
- // http bearer authentication required
894
- await setBearerAuthToObject(localVarHeaderParameter, configuration)
895
-
896
-
897
-
898
- setSearchParams(localVarUrlObj, localVarQueryParameter);
899
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
900
- localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
901
-
902
- return {
903
- url: toPathString(localVarUrlObj),
904
- options: localVarRequestOptions,
905
- };
906
- },
907
- /**
908
- *
909
- * @param {*} [options] Override http request option.
910
- * @throws {RequiredError}
911
- */
912
- getTokenByHttp2: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
913
- const localVarPath = `/fusion/base/fusionGetTokenByHttp`;
914
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
915
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
916
- let baseOptions;
917
- if (configuration) {
918
- baseOptions = configuration.baseOptions;
919
- }
920
-
921
- const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
922
- const localVarHeaderParameter = {} as any;
923
- const localVarQueryParameter = {} as any;
924
-
925
- // authentication tokenScheme required
926
- // http bearer authentication required
927
- await setBearerAuthToObject(localVarHeaderParameter, configuration)
928
-
929
-
930
-
931
- setSearchParams(localVarUrlObj, localVarQueryParameter);
932
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
933
- localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
934
-
935
- return {
936
- url: toPathString(localVarUrlObj),
937
- options: localVarRequestOptions,
938
- };
939
- },
940
- /**
941
- *
942
- * @param {*} [options] Override http request option.
943
- * @throws {RequiredError}
944
- */
945
- getTokenByHttp3: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
946
- const localVarPath = `/fusion/base/fusionGetTokenByHttp`;
947
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
948
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
949
- let baseOptions;
950
- if (configuration) {
951
- baseOptions = configuration.baseOptions;
952
- }
953
-
954
- const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
955
- const localVarHeaderParameter = {} as any;
956
- const localVarQueryParameter = {} as any;
957
-
958
- // authentication tokenScheme required
959
- // http bearer authentication required
960
- await setBearerAuthToObject(localVarHeaderParameter, configuration)
961
-
962
-
963
-
964
700
  setSearchParams(localVarUrlObj, localVarQueryParameter);
965
701
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
966
702
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -1498,50 +1234,6 @@ export const AuthApiFp = function(configuration?: Configuration) {
1498
1234
  const localVarOperationServerBasePath = operationServerMap['AuthApi.code']?.[localVarOperationServerIndex]?.url;
1499
1235
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1500
1236
  },
1501
- /**
1502
- *
1503
- * @param {*} [options] Override http request option.
1504
- * @throws {RequiredError}
1505
- */
1506
- async fusionGetToken(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
1507
- const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken(options);
1508
- const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1509
- const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken']?.[localVarOperationServerIndex]?.url;
1510
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1511
- },
1512
- /**
1513
- *
1514
- * @param {*} [options] Override http request option.
1515
- * @throws {RequiredError}
1516
- */
1517
- async fusionGetToken1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
1518
- const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken1(options);
1519
- const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1520
- const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken1']?.[localVarOperationServerIndex]?.url;
1521
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1522
- },
1523
- /**
1524
- *
1525
- * @param {*} [options] Override http request option.
1526
- * @throws {RequiredError}
1527
- */
1528
- async fusionGetToken2(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
1529
- const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken2(options);
1530
- const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1531
- const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken2']?.[localVarOperationServerIndex]?.url;
1532
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1533
- },
1534
- /**
1535
- *
1536
- * @param {*} [options] Override http request option.
1537
- * @throws {RequiredError}
1538
- */
1539
- async fusionGetToken3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
1540
- const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken3(options);
1541
- const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1542
- const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken3']?.[localVarOperationServerIndex]?.url;
1543
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1544
- },
1545
1237
  /**
1546
1238
  *
1547
1239
  * @param {*} [options] Override http request option.
@@ -1631,50 +1323,6 @@ export const AuthApiFp = function(configuration?: Configuration) {
1631
1323
  const localVarOperationServerBasePath = operationServerMap['AuthApi.getRoutersAll']?.[localVarOperationServerIndex]?.url;
1632
1324
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1633
1325
  },
1634
- /**
1635
- *
1636
- * @param {*} [options] Override http request option.
1637
- * @throws {RequiredError}
1638
- */
1639
- async getTokenByHttp(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
1640
- const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp(options);
1641
- const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1642
- const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp']?.[localVarOperationServerIndex]?.url;
1643
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1644
- },
1645
- /**
1646
- *
1647
- * @param {*} [options] Override http request option.
1648
- * @throws {RequiredError}
1649
- */
1650
- async getTokenByHttp1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
1651
- const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp1(options);
1652
- const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1653
- const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp1']?.[localVarOperationServerIndex]?.url;
1654
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1655
- },
1656
- /**
1657
- *
1658
- * @param {*} [options] Override http request option.
1659
- * @throws {RequiredError}
1660
- */
1661
- async getTokenByHttp2(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
1662
- const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp2(options);
1663
- const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1664
- const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp2']?.[localVarOperationServerIndex]?.url;
1665
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1666
- },
1667
- /**
1668
- *
1669
- * @param {*} [options] Override http request option.
1670
- * @throws {RequiredError}
1671
- */
1672
- async getTokenByHttp3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
1673
- const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp3(options);
1674
- const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1675
- const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp3']?.[localVarOperationServerIndex]?.url;
1676
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1677
- },
1678
1326
  /**
1679
1327
  *
1680
1328
  * @summary 获取用户信息
@@ -1900,38 +1548,6 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
1900
1548
  code(requestParameters: AuthApiCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
1901
1549
  return localVarFp.code(requestParameters.email, requestParameters.language, options).then((request) => request(axios, basePath));
1902
1550
  },
1903
- /**
1904
- *
1905
- * @param {*} [options] Override http request option.
1906
- * @throws {RequiredError}
1907
- */
1908
- fusionGetToken(options?: RawAxiosRequestConfig): AxiosPromise<string> {
1909
- return localVarFp.fusionGetToken(options).then((request) => request(axios, basePath));
1910
- },
1911
- /**
1912
- *
1913
- * @param {*} [options] Override http request option.
1914
- * @throws {RequiredError}
1915
- */
1916
- fusionGetToken1(options?: RawAxiosRequestConfig): AxiosPromise<string> {
1917
- return localVarFp.fusionGetToken1(options).then((request) => request(axios, basePath));
1918
- },
1919
- /**
1920
- *
1921
- * @param {*} [options] Override http request option.
1922
- * @throws {RequiredError}
1923
- */
1924
- fusionGetToken2(options?: RawAxiosRequestConfig): AxiosPromise<string> {
1925
- return localVarFp.fusionGetToken2(options).then((request) => request(axios, basePath));
1926
- },
1927
- /**
1928
- *
1929
- * @param {*} [options] Override http request option.
1930
- * @throws {RequiredError}
1931
- */
1932
- fusionGetToken3(options?: RawAxiosRequestConfig): AxiosPromise<string> {
1933
- return localVarFp.fusionGetToken3(options).then((request) => request(axios, basePath));
1934
- },
1935
1551
  /**
1936
1552
  *
1937
1553
  * @param {*} [options] Override http request option.
@@ -1995,38 +1611,6 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
1995
1611
  getRoutersAll(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
1996
1612
  return localVarFp.getRoutersAll(options).then((request) => request(axios, basePath));
1997
1613
  },
1998
- /**
1999
- *
2000
- * @param {*} [options] Override http request option.
2001
- * @throws {RequiredError}
2002
- */
2003
- getTokenByHttp(options?: RawAxiosRequestConfig): AxiosPromise<string> {
2004
- return localVarFp.getTokenByHttp(options).then((request) => request(axios, basePath));
2005
- },
2006
- /**
2007
- *
2008
- * @param {*} [options] Override http request option.
2009
- * @throws {RequiredError}
2010
- */
2011
- getTokenByHttp1(options?: RawAxiosRequestConfig): AxiosPromise<string> {
2012
- return localVarFp.getTokenByHttp1(options).then((request) => request(axios, basePath));
2013
- },
2014
- /**
2015
- *
2016
- * @param {*} [options] Override http request option.
2017
- * @throws {RequiredError}
2018
- */
2019
- getTokenByHttp2(options?: RawAxiosRequestConfig): AxiosPromise<string> {
2020
- return localVarFp.getTokenByHttp2(options).then((request) => request(axios, basePath));
2021
- },
2022
- /**
2023
- *
2024
- * @param {*} [options] Override http request option.
2025
- * @throws {RequiredError}
2026
- */
2027
- getTokenByHttp3(options?: RawAxiosRequestConfig): AxiosPromise<string> {
2028
- return localVarFp.getTokenByHttp3(options).then((request) => request(axios, basePath));
2029
- },
2030
1614
  /**
2031
1615
  *
2032
1616
  * @summary 获取用户信息
@@ -2582,46 +2166,6 @@ export class AuthApi extends BaseAPI {
2582
2166
  return AuthApiFp(this.configuration).code(requestParameters.email, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
2583
2167
  }
2584
2168
 
2585
- /**
2586
- *
2587
- * @param {*} [options] Override http request option.
2588
- * @throws {RequiredError}
2589
- * @memberof AuthApi
2590
- */
2591
- public fusionGetToken(options?: RawAxiosRequestConfig) {
2592
- return AuthApiFp(this.configuration).fusionGetToken(options).then((request) => request(this.axios, this.basePath));
2593
- }
2594
-
2595
- /**
2596
- *
2597
- * @param {*} [options] Override http request option.
2598
- * @throws {RequiredError}
2599
- * @memberof AuthApi
2600
- */
2601
- public fusionGetToken1(options?: RawAxiosRequestConfig) {
2602
- return AuthApiFp(this.configuration).fusionGetToken1(options).then((request) => request(this.axios, this.basePath));
2603
- }
2604
-
2605
- /**
2606
- *
2607
- * @param {*} [options] Override http request option.
2608
- * @throws {RequiredError}
2609
- * @memberof AuthApi
2610
- */
2611
- public fusionGetToken2(options?: RawAxiosRequestConfig) {
2612
- return AuthApiFp(this.configuration).fusionGetToken2(options).then((request) => request(this.axios, this.basePath));
2613
- }
2614
-
2615
- /**
2616
- *
2617
- * @param {*} [options] Override http request option.
2618
- * @throws {RequiredError}
2619
- * @memberof AuthApi
2620
- */
2621
- public fusionGetToken3(options?: RawAxiosRequestConfig) {
2622
- return AuthApiFp(this.configuration).fusionGetToken3(options).then((request) => request(this.axios, this.basePath));
2623
- }
2624
-
2625
2169
  /**
2626
2170
  *
2627
2171
  * @param {*} [options] Override http request option.
@@ -2699,46 +2243,6 @@ export class AuthApi extends BaseAPI {
2699
2243
  return AuthApiFp(this.configuration).getRoutersAll(options).then((request) => request(this.axios, this.basePath));
2700
2244
  }
2701
2245
 
2702
- /**
2703
- *
2704
- * @param {*} [options] Override http request option.
2705
- * @throws {RequiredError}
2706
- * @memberof AuthApi
2707
- */
2708
- public getTokenByHttp(options?: RawAxiosRequestConfig) {
2709
- return AuthApiFp(this.configuration).getTokenByHttp(options).then((request) => request(this.axios, this.basePath));
2710
- }
2711
-
2712
- /**
2713
- *
2714
- * @param {*} [options] Override http request option.
2715
- * @throws {RequiredError}
2716
- * @memberof AuthApi
2717
- */
2718
- public getTokenByHttp1(options?: RawAxiosRequestConfig) {
2719
- return AuthApiFp(this.configuration).getTokenByHttp1(options).then((request) => request(this.axios, this.basePath));
2720
- }
2721
-
2722
- /**
2723
- *
2724
- * @param {*} [options] Override http request option.
2725
- * @throws {RequiredError}
2726
- * @memberof AuthApi
2727
- */
2728
- public getTokenByHttp2(options?: RawAxiosRequestConfig) {
2729
- return AuthApiFp(this.configuration).getTokenByHttp2(options).then((request) => request(this.axios, this.basePath));
2730
- }
2731
-
2732
- /**
2733
- *
2734
- * @param {*} [options] Override http request option.
2735
- * @throws {RequiredError}
2736
- * @memberof AuthApi
2737
- */
2738
- public getTokenByHttp3(options?: RawAxiosRequestConfig) {
2739
- return AuthApiFp(this.configuration).getTokenByHttp3(options).then((request) => request(this.axios, this.basePath));
2740
- }
2741
-
2742
2246
  /**
2743
2247
  *
2744
2248
  * @summary 获取用户信息
@@ -1594,10 +1594,13 @@ export const CommonApiAxiosParamCreator = function (configuration?: Configuratio
1594
1594
  * @param {string} [centerCode] 中心编码
1595
1595
  * @param {boolean} [isSrm] 是否查询srm数据
1596
1596
  * @param {ParkCenterAttributeEnum} [parkCenterAttribute] 园区属性
1597
+ * @param {string} [contractEndTime] 合同到期时间(合同结束时间小于此时间)
1598
+ * @param {string} [status] 园区状态 0:启用 1:停用
1599
+ * @param {string} [parkName] 园区名称
1597
1600
  * @param {*} [options] Override http request option.
1598
1601
  * @throws {RequiredError}
1599
1602
  */
1600
- selectParkList: async (centerCode?: string, isSrm?: boolean, parkCenterAttribute?: ParkCenterAttributeEnum, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
1603
+ selectParkList: async (centerCode?: string, isSrm?: boolean, parkCenterAttribute?: ParkCenterAttributeEnum, contractEndTime?: string, status?: string, parkName?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
1601
1604
  const localVarPath = `/system/dept/park`;
1602
1605
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1603
1606
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1626,6 +1629,20 @@ export const CommonApiAxiosParamCreator = function (configuration?: Configuratio
1626
1629
  localVarQueryParameter['parkCenterAttribute'] = parkCenterAttribute;
1627
1630
  }
1628
1631
 
1632
+ if (contractEndTime !== undefined) {
1633
+ localVarQueryParameter['contractEndTime'] = (contractEndTime as any instanceof Date) ?
1634
+ (contractEndTime as any).toISOString() :
1635
+ contractEndTime;
1636
+ }
1637
+
1638
+ if (status !== undefined) {
1639
+ localVarQueryParameter['status'] = status;
1640
+ }
1641
+
1642
+ if (parkName !== undefined) {
1643
+ localVarQueryParameter['parkName'] = parkName;
1644
+ }
1645
+
1629
1646
 
1630
1647
 
1631
1648
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -2544,11 +2561,14 @@ export const CommonApiFp = function(configuration?: Configuration) {
2544
2561
  * @param {string} [centerCode] 中心编码
2545
2562
  * @param {boolean} [isSrm] 是否查询srm数据
2546
2563
  * @param {ParkCenterAttributeEnum} [parkCenterAttribute] 园区属性
2564
+ * @param {string} [contractEndTime] 合同到期时间(合同结束时间小于此时间)
2565
+ * @param {string} [status] 园区状态 0:启用 1:停用
2566
+ * @param {string} [parkName] 园区名称
2547
2567
  * @param {*} [options] Override http request option.
2548
2568
  * @throws {RequiredError}
2549
2569
  */
2550
- async selectParkList(centerCode?: string, isSrm?: boolean, parkCenterAttribute?: ParkCenterAttributeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListParkListDTO>> {
2551
- const localVarAxiosArgs = await localVarAxiosParamCreator.selectParkList(centerCode, isSrm, parkCenterAttribute, options);
2570
+ async selectParkList(centerCode?: string, isSrm?: boolean, parkCenterAttribute?: ParkCenterAttributeEnum, contractEndTime?: string, status?: string, parkName?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListParkListDTO>> {
2571
+ const localVarAxiosArgs = await localVarAxiosParamCreator.selectParkList(centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options);
2552
2572
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2553
2573
  const localVarOperationServerBasePath = operationServerMap['CommonApi.selectParkList']?.[localVarOperationServerIndex]?.url;
2554
2574
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -3054,7 +3074,7 @@ export const CommonApiFactory = function (configuration?: Configuration, basePat
3054
3074
  * @throws {RequiredError}
3055
3075
  */
3056
3076
  selectParkList(requestParameters: CommonApiSelectParkListRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListParkListDTO> {
3057
- return localVarFp.selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, options).then((request) => request(axios, basePath));
3077
+ return localVarFp.selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, requestParameters.contractEndTime, requestParameters.status, requestParameters.parkName, options).then((request) => request(axios, basePath));
3058
3078
  },
3059
3079
  /**
3060
3080
  *
@@ -3691,6 +3711,27 @@ export interface CommonApiSelectParkListRequest {
3691
3711
  * @memberof CommonApiSelectParkList
3692
3712
  */
3693
3713
  readonly parkCenterAttribute?: ParkCenterAttributeEnum
3714
+
3715
+ /**
3716
+ * 合同到期时间(合同结束时间小于此时间)
3717
+ * @type {string}
3718
+ * @memberof CommonApiSelectParkList
3719
+ */
3720
+ readonly contractEndTime?: string
3721
+
3722
+ /**
3723
+ * 园区状态 0:启用 1:停用
3724
+ * @type {string}
3725
+ * @memberof CommonApiSelectParkList
3726
+ */
3727
+ readonly status?: string
3728
+
3729
+ /**
3730
+ * 园区名称
3731
+ * @type {string}
3732
+ * @memberof CommonApiSelectParkList
3733
+ */
3734
+ readonly parkName?: string
3694
3735
  }
3695
3736
 
3696
3737
  /**
@@ -4301,7 +4342,7 @@ export class CommonApi extends BaseAPI {
4301
4342
  * @memberof CommonApi
4302
4343
  */
4303
4344
  public selectParkList(requestParameters: CommonApiSelectParkListRequest = {}, options?: RawAxiosRequestConfig) {
4304
- return CommonApiFp(this.configuration).selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, options).then((request) => request(this.axios, this.basePath));
4345
+ return CommonApiFp(this.configuration).selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, requestParameters.contractEndTime, requestParameters.status, requestParameters.parkName, options).then((request) => request(this.axios, this.basePath));
4305
4346
  }
4306
4347
 
4307
4348
  /**