@gizone/rrs-client 4.2.9-alpha.588 → 4.2.9-alpha.591

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 (353) hide show
  1. package/.openapi-generator/FILES +68 -0
  2. package/api.ts +5 -0
  3. package/apis/energy-cost-analysis-controller-api.ts +1410 -0
  4. package/apis/energy-cost-controller-api.ts +1211 -0
  5. package/apis/energy-cost-record-controller-api.ts +1070 -0
  6. package/apis/mdmapi.ts +217 -0
  7. package/apis/reimbursement-bill-api.ts +605 -0
  8. package/dist/api.d.ts +5 -0
  9. package/dist/api.js +5 -0
  10. package/dist/apis/energy-cost-analysis-controller-api.d.ts +760 -0
  11. package/dist/apis/energy-cost-analysis-controller-api.js +1015 -0
  12. package/dist/apis/energy-cost-controller-api.d.ts +648 -0
  13. package/dist/apis/energy-cost-controller-api.js +957 -0
  14. package/dist/apis/energy-cost-record-controller-api.d.ts +589 -0
  15. package/dist/apis/energy-cost-record-controller-api.js +780 -0
  16. package/dist/apis/mdmapi.d.ts +117 -0
  17. package/dist/apis/mdmapi.js +200 -0
  18. package/dist/apis/reimbursement-bill-api.d.ts +323 -0
  19. package/dist/apis/reimbursement-bill-api.js +489 -0
  20. package/dist/esm/api.d.ts +5 -0
  21. package/dist/esm/api.js +5 -0
  22. package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +760 -0
  23. package/dist/esm/apis/energy-cost-analysis-controller-api.js +1008 -0
  24. package/dist/esm/apis/energy-cost-controller-api.d.ts +648 -0
  25. package/dist/esm/apis/energy-cost-controller-api.js +950 -0
  26. package/dist/esm/apis/energy-cost-record-controller-api.d.ts +589 -0
  27. package/dist/esm/apis/energy-cost-record-controller-api.js +773 -0
  28. package/dist/esm/apis/mdmapi.d.ts +117 -0
  29. package/dist/esm/apis/mdmapi.js +193 -0
  30. package/dist/esm/apis/reimbursement-bill-api.d.ts +323 -0
  31. package/dist/esm/apis/reimbursement-bill-api.js +482 -0
  32. package/dist/esm/models/energy-cost-add-record-dto.d.ts +179 -0
  33. package/dist/esm/models/energy-cost-add-record-dto.js +36 -0
  34. package/dist/esm/models/energy-cost-add-setting-dto.d.ts +25 -0
  35. package/dist/esm/models/energy-cost-add-setting-dto.js +14 -0
  36. package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
  37. package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.js +19 -0
  38. package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
  39. package/dist/esm/models/energy-cost-add-setting-dtopark-setting.js +17 -0
  40. package/dist/esm/models/energy-cost-analysis-list-vo.d.ts +102 -0
  41. package/dist/esm/models/energy-cost-analysis-list-vo.js +23 -0
  42. package/dist/esm/models/energy-cost-analysis-query-dto.d.ts +89 -0
  43. package/dist/esm/models/energy-cost-analysis-query-dto.js +17 -0
  44. package/dist/esm/models/energy-cost-edit-record-dto.d.ts +173 -0
  45. package/dist/esm/models/energy-cost-edit-record-dto.js +36 -0
  46. package/dist/esm/models/energy-cost-import-redis-vo.d.ts +55 -0
  47. package/dist/esm/models/energy-cost-import-redis-vo.js +14 -0
  48. package/dist/esm/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
  49. package/dist/esm/models/energy-cost-month-setting-excel-dto.js +14 -0
  50. package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
  51. package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.js +23 -0
  52. package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +107 -0
  53. package/dist/esm/models/energy-cost-month-setting-list-vo.js +17 -0
  54. package/dist/esm/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
  55. package/dist/esm/models/energy-cost-per-area-analysis-vo.js +14 -0
  56. package/dist/esm/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
  57. package/dist/esm/models/energy-cost-per-unit-analysis-vo.js +14 -0
  58. package/dist/esm/models/energy-cost-record-bill-info-vo.d.ts +48 -0
  59. package/dist/esm/models/energy-cost-record-bill-info-vo.js +14 -0
  60. package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +217 -0
  61. package/dist/esm/models/energy-cost-record-info-not-emun-vo.js +14 -0
  62. package/dist/esm/models/energy-cost-record-info-vo.d.ts +232 -0
  63. package/dist/esm/models/energy-cost-record-info-vo.js +36 -0
  64. package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
  65. package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.js +14 -0
  66. package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +142 -0
  67. package/dist/esm/models/energy-cost-scenarios-info-vo.js +32 -0
  68. package/dist/esm/models/energy-cost-setting-delete-dto.d.ts +41 -0
  69. package/dist/esm/models/energy-cost-setting-delete-dto.js +17 -0
  70. package/dist/esm/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
  71. package/dist/esm/models/energy-cost-setting-summy-add-dto.js +17 -0
  72. package/dist/esm/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
  73. package/dist/esm/models/energy-cost-setting-summy-update-dto.js +14 -0
  74. package/dist/esm/models/energy-cost-trend-vo.d.ts +38 -0
  75. package/dist/esm/models/energy-cost-trend-vo.js +19 -0
  76. package/dist/esm/models/energy-cost-two-list-vo.d.ts +114 -0
  77. package/dist/esm/models/energy-cost-two-list-vo.js +14 -0
  78. package/dist/esm/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
  79. package/dist/esm/models/energy-cost-unit-price-analysis-vo.js +14 -0
  80. package/dist/esm/models/energy-cost-update-setting-dto.d.ts +43 -0
  81. package/dist/esm/models/energy-cost-update-setting-dto.js +19 -0
  82. package/dist/esm/models/expense-subject-enum.d.ts +22 -0
  83. package/dist/esm/models/expense-subject-enum.js +23 -0
  84. package/dist/esm/models/index.d.ts +63 -0
  85. package/dist/esm/models/index.js +63 -0
  86. package/dist/esm/models/invoice-type-enum.d.ts +22 -0
  87. package/dist/esm/models/invoice-type-enum.js +23 -0
  88. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
  89. package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
  90. package/dist/esm/models/item.d.ts +77 -0
  91. package/dist/esm/models/item.js +28 -0
  92. package/dist/esm/models/json-result-energy-cost-import-redis-vo.d.ts +62 -0
  93. package/dist/esm/models/json-result-energy-cost-import-redis-vo.js +14 -0
  94. package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
  95. package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.js +14 -0
  96. package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
  97. package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.js +14 -0
  98. package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
  99. package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.js +14 -0
  100. package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
  101. package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.js +14 -0
  102. package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
  103. package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
  104. package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
  105. package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.js +14 -0
  106. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
  107. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
  108. package/dist/esm/models/json-result-list-energy-cost-analysis-list-vo.d.ts +62 -0
  109. package/dist/esm/models/json-result-list-energy-cost-analysis-list-vo.js +14 -0
  110. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
  111. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +14 -0
  112. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
  113. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
  114. package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
  115. package/dist/esm/models/json-result-list-energy-cost-trend-vo.js +14 -0
  116. package/dist/esm/models/json-result-list-energy-cost-two-list-vo.d.ts +62 -0
  117. package/dist/esm/models/json-result-list-energy-cost-two-list-vo.js +14 -0
  118. package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
  119. package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +14 -0
  120. package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
  121. package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.js +14 -0
  122. package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
  123. package/dist/esm/models/json-result-map-string-object.js +14 -0
  124. package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +62 -0
  125. package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.js +14 -0
  126. package/dist/esm/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
  127. package/dist/esm/models/json-result-reimbursement-bill-details-vo.js +14 -0
  128. package/dist/esm/models/json-result-two-energy-consumption-summar-vo.d.ts +62 -0
  129. package/dist/esm/models/json-result-two-energy-consumption-summar-vo.js +14 -0
  130. package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
  131. package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.js +14 -0
  132. package/dist/esm/models/mdm-increment-vendors-vo.d.ts +90 -0
  133. package/dist/esm/models/mdm-increment-vendors-vo.js +14 -0
  134. package/dist/esm/models/monthly-data-vo.d.ts +48 -0
  135. package/dist/esm/models/monthly-data-vo.js +14 -0
  136. package/dist/esm/models/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
  137. package/dist/esm/models/page-dto-reimbursement-bill-list-vo.js +14 -0
  138. package/dist/esm/models/payment-method-enum.d.ts +23 -0
  139. package/dist/esm/models/payment-method-enum.js +24 -0
  140. package/dist/esm/models/pricing-item.d.ts +50 -0
  141. package/dist/esm/models/pricing-item.js +20 -0
  142. package/dist/esm/models/reimbursement-bill-details-vo.d.ts +249 -0
  143. package/dist/esm/models/reimbursement-bill-details-vo.js +22 -0
  144. package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +188 -0
  145. package/dist/esm/models/reimbursement-bill-draft-dto.js +22 -0
  146. package/dist/esm/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
  147. package/dist/esm/models/reimbursement-bill-handle-info-add-dto.js +14 -0
  148. package/dist/esm/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
  149. package/dist/esm/models/reimbursement-bill-handle-info-vo.js +14 -0
  150. package/dist/esm/models/reimbursement-bill-list-vo.d.ts +142 -0
  151. package/dist/esm/models/reimbursement-bill-list-vo.js +14 -0
  152. package/dist/esm/models/reimbursement-bill-search-dto.d.ts +68 -0
  153. package/dist/esm/models/reimbursement-bill-search-dto.js +14 -0
  154. package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +188 -0
  155. package/dist/esm/models/reimbursement-bill-submit-dto.js +22 -0
  156. package/dist/esm/models/reimbursement-status-enum.d.ts +23 -0
  157. package/dist/esm/models/reimbursement-status-enum.js +24 -0
  158. package/dist/esm/models/two-energy-consumption-summar-vo.d.ts +30 -0
  159. package/dist/esm/models/two-energy-consumption-summar-vo.js +14 -0
  160. package/dist/models/energy-cost-add-record-dto.d.ts +179 -0
  161. package/dist/models/energy-cost-add-record-dto.js +39 -0
  162. package/dist/models/energy-cost-add-setting-dto.d.ts +25 -0
  163. package/dist/models/energy-cost-add-setting-dto.js +15 -0
  164. package/dist/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
  165. package/dist/models/energy-cost-add-setting-dtopark-setting-item.js +22 -0
  166. package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
  167. package/dist/models/energy-cost-add-setting-dtopark-setting.js +20 -0
  168. package/dist/models/energy-cost-analysis-list-vo.d.ts +102 -0
  169. package/dist/models/energy-cost-analysis-list-vo.js +26 -0
  170. package/dist/models/energy-cost-analysis-query-dto.d.ts +89 -0
  171. package/dist/models/energy-cost-analysis-query-dto.js +20 -0
  172. package/dist/models/energy-cost-edit-record-dto.d.ts +173 -0
  173. package/dist/models/energy-cost-edit-record-dto.js +39 -0
  174. package/dist/models/energy-cost-import-redis-vo.d.ts +55 -0
  175. package/dist/models/energy-cost-import-redis-vo.js +15 -0
  176. package/dist/models/energy-cost-month-setting-excel-dto.d.ts +78 -0
  177. package/dist/models/energy-cost-month-setting-excel-dto.js +15 -0
  178. package/dist/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
  179. package/dist/models/energy-cost-month-setting-list-summary-standards-vo.js +26 -0
  180. package/dist/models/energy-cost-month-setting-list-vo.d.ts +107 -0
  181. package/dist/models/energy-cost-month-setting-list-vo.js +20 -0
  182. package/dist/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
  183. package/dist/models/energy-cost-per-area-analysis-vo.js +15 -0
  184. package/dist/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
  185. package/dist/models/energy-cost-per-unit-analysis-vo.js +15 -0
  186. package/dist/models/energy-cost-record-bill-info-vo.d.ts +48 -0
  187. package/dist/models/energy-cost-record-bill-info-vo.js +15 -0
  188. package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +217 -0
  189. package/dist/models/energy-cost-record-info-not-emun-vo.js +15 -0
  190. package/dist/models/energy-cost-record-info-vo.d.ts +232 -0
  191. package/dist/models/energy-cost-record-info-vo.js +39 -0
  192. package/dist/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
  193. package/dist/models/energy-cost-scenarios-info-not-enum-vo.js +15 -0
  194. package/dist/models/energy-cost-scenarios-info-vo.d.ts +142 -0
  195. package/dist/models/energy-cost-scenarios-info-vo.js +35 -0
  196. package/dist/models/energy-cost-setting-delete-dto.d.ts +41 -0
  197. package/dist/models/energy-cost-setting-delete-dto.js +20 -0
  198. package/dist/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
  199. package/dist/models/energy-cost-setting-summy-add-dto.js +20 -0
  200. package/dist/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
  201. package/dist/models/energy-cost-setting-summy-update-dto.js +15 -0
  202. package/dist/models/energy-cost-trend-vo.d.ts +38 -0
  203. package/dist/models/energy-cost-trend-vo.js +22 -0
  204. package/dist/models/energy-cost-two-list-vo.d.ts +114 -0
  205. package/dist/models/energy-cost-two-list-vo.js +15 -0
  206. package/dist/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
  207. package/dist/models/energy-cost-unit-price-analysis-vo.js +15 -0
  208. package/dist/models/energy-cost-update-setting-dto.d.ts +43 -0
  209. package/dist/models/energy-cost-update-setting-dto.js +22 -0
  210. package/dist/models/expense-subject-enum.d.ts +22 -0
  211. package/dist/models/expense-subject-enum.js +26 -0
  212. package/dist/models/index.d.ts +63 -0
  213. package/dist/models/index.js +63 -0
  214. package/dist/models/invoice-type-enum.d.ts +22 -0
  215. package/dist/models/invoice-type-enum.js +26 -0
  216. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
  217. package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
  218. package/dist/models/item.d.ts +77 -0
  219. package/dist/models/item.js +31 -0
  220. package/dist/models/json-result-energy-cost-import-redis-vo.d.ts +62 -0
  221. package/dist/models/json-result-energy-cost-import-redis-vo.js +15 -0
  222. package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
  223. package/dist/models/json-result-energy-cost-per-area-analysis-vo.js +15 -0
  224. package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
  225. package/dist/models/json-result-energy-cost-per-unit-analysis-vo.js +15 -0
  226. package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
  227. package/dist/models/json-result-energy-cost-record-bill-info-vo.js +15 -0
  228. package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
  229. package/dist/models/json-result-energy-cost-record-info-not-emun-vo.js +15 -0
  230. package/dist/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
  231. package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
  232. package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
  233. package/dist/models/json-result-energy-cost-unit-price-analysis-vo.js +15 -0
  234. package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
  235. package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
  236. package/dist/models/json-result-list-energy-cost-analysis-list-vo.d.ts +62 -0
  237. package/dist/models/json-result-list-energy-cost-analysis-list-vo.js +15 -0
  238. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
  239. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +15 -0
  240. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
  241. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
  242. package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
  243. package/dist/models/json-result-list-energy-cost-trend-vo.js +15 -0
  244. package/dist/models/json-result-list-energy-cost-two-list-vo.d.ts +62 -0
  245. package/dist/models/json-result-list-energy-cost-two-list-vo.js +15 -0
  246. package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +62 -0
  247. package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.js +15 -0
  248. package/dist/models/json-result-list-mdm-increment-vendors-vo.d.ts +62 -0
  249. package/dist/models/json-result-list-mdm-increment-vendors-vo.js +15 -0
  250. package/dist/models/json-result-map-string-object.d.ts +63 -0
  251. package/dist/models/json-result-map-string-object.js +15 -0
  252. package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +62 -0
  253. package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.js +15 -0
  254. package/dist/models/json-result-reimbursement-bill-details-vo.d.ts +62 -0
  255. package/dist/models/json-result-reimbursement-bill-details-vo.js +15 -0
  256. package/dist/models/json-result-two-energy-consumption-summar-vo.d.ts +62 -0
  257. package/dist/models/json-result-two-energy-consumption-summar-vo.js +15 -0
  258. package/dist/models/mdm-increment-vendor-bank-accounts-vo.d.ts +72 -0
  259. package/dist/models/mdm-increment-vendor-bank-accounts-vo.js +15 -0
  260. package/dist/models/mdm-increment-vendors-vo.d.ts +90 -0
  261. package/dist/models/mdm-increment-vendors-vo.js +15 -0
  262. package/dist/models/monthly-data-vo.d.ts +48 -0
  263. package/dist/models/monthly-data-vo.js +15 -0
  264. package/dist/models/page-dto-reimbursement-bill-list-vo.d.ts +31 -0
  265. package/dist/models/page-dto-reimbursement-bill-list-vo.js +15 -0
  266. package/dist/models/payment-method-enum.d.ts +23 -0
  267. package/dist/models/payment-method-enum.js +27 -0
  268. package/dist/models/pricing-item.d.ts +50 -0
  269. package/dist/models/pricing-item.js +23 -0
  270. package/dist/models/reimbursement-bill-details-vo.d.ts +249 -0
  271. package/dist/models/reimbursement-bill-details-vo.js +25 -0
  272. package/dist/models/reimbursement-bill-draft-dto.d.ts +188 -0
  273. package/dist/models/reimbursement-bill-draft-dto.js +25 -0
  274. package/dist/models/reimbursement-bill-handle-info-add-dto.d.ts +36 -0
  275. package/dist/models/reimbursement-bill-handle-info-add-dto.js +15 -0
  276. package/dist/models/reimbursement-bill-handle-info-vo.d.ts +48 -0
  277. package/dist/models/reimbursement-bill-handle-info-vo.js +15 -0
  278. package/dist/models/reimbursement-bill-list-vo.d.ts +142 -0
  279. package/dist/models/reimbursement-bill-list-vo.js +15 -0
  280. package/dist/models/reimbursement-bill-search-dto.d.ts +68 -0
  281. package/dist/models/reimbursement-bill-search-dto.js +15 -0
  282. package/dist/models/reimbursement-bill-submit-dto.d.ts +188 -0
  283. package/dist/models/reimbursement-bill-submit-dto.js +25 -0
  284. package/dist/models/reimbursement-status-enum.d.ts +23 -0
  285. package/dist/models/reimbursement-status-enum.js +27 -0
  286. package/dist/models/two-energy-consumption-summar-vo.d.ts +30 -0
  287. package/dist/models/two-energy-consumption-summar-vo.js +15 -0
  288. package/models/energy-cost-add-record-dto.ts +195 -0
  289. package/models/energy-cost-add-setting-dto.ts +33 -0
  290. package/models/energy-cost-add-setting-dtopark-setting-item.ts +52 -0
  291. package/models/energy-cost-add-setting-dtopark-setting.ts +53 -0
  292. package/models/energy-cost-analysis-list-vo.ts +112 -0
  293. package/models/energy-cost-analysis-query-dto.ts +98 -0
  294. package/models/energy-cost-edit-record-dto.ts +189 -0
  295. package/models/energy-cost-import-redis-vo.ts +63 -0
  296. package/models/energy-cost-month-setting-excel-dto.ts +84 -0
  297. package/models/energy-cost-month-setting-list-summary-standards-vo.ts +106 -0
  298. package/models/energy-cost-month-setting-list-vo.ts +116 -0
  299. package/models/energy-cost-per-area-analysis-vo.ts +48 -0
  300. package/models/energy-cost-per-unit-analysis-vo.ts +54 -0
  301. package/models/energy-cost-record-bill-info-vo.ts +54 -0
  302. package/models/energy-cost-record-info-not-emun-vo.ts +225 -0
  303. package/models/energy-cost-record-info-vo.ts +246 -0
  304. package/models/energy-cost-scenarios-info-not-enum-vo.ts +126 -0
  305. package/models/energy-cost-scenarios-info-vo.ts +153 -0
  306. package/models/energy-cost-setting-delete-dto.ts +50 -0
  307. package/models/energy-cost-setting-summy-add-dto.ts +50 -0
  308. package/models/energy-cost-setting-summy-update-dto.ts +36 -0
  309. package/models/energy-cost-trend-vo.ts +49 -0
  310. package/models/energy-cost-two-list-vo.ts +120 -0
  311. package/models/energy-cost-unit-price-analysis-vo.ts +42 -0
  312. package/models/energy-cost-update-setting-dto.ts +52 -0
  313. package/models/expense-subject-enum.ts +32 -0
  314. package/models/index.ts +63 -0
  315. package/models/invoice-type-enum.ts +32 -0
  316. package/models/ipage-energy-cost-record-info-vo.ts +70 -0
  317. package/models/item.ts +87 -0
  318. package/models/json-result-energy-cost-import-redis-vo.ts +72 -0
  319. package/models/json-result-energy-cost-per-area-analysis-vo.ts +72 -0
  320. package/models/json-result-energy-cost-per-unit-analysis-vo.ts +72 -0
  321. package/models/json-result-energy-cost-record-bill-info-vo.ts +72 -0
  322. package/models/json-result-energy-cost-record-info-not-emun-vo.ts +72 -0
  323. package/models/json-result-energy-cost-record-info-vo.ts +72 -0
  324. package/models/json-result-energy-cost-unit-price-analysis-vo.ts +72 -0
  325. package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
  326. package/models/json-result-list-energy-cost-analysis-list-vo.ts +72 -0
  327. package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +72 -0
  328. package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
  329. package/models/json-result-list-energy-cost-trend-vo.ts +72 -0
  330. package/models/json-result-list-energy-cost-two-list-vo.ts +72 -0
  331. package/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.ts +72 -0
  332. package/models/json-result-list-mdm-increment-vendors-vo.ts +72 -0
  333. package/models/json-result-map-string-object.ts +69 -0
  334. package/models/json-result-page-dto-reimbursement-bill-list-vo.ts +72 -0
  335. package/models/json-result-reimbursement-bill-details-vo.ts +72 -0
  336. package/models/json-result-two-energy-consumption-summar-vo.ts +72 -0
  337. package/models/mdm-increment-vendor-bank-accounts-vo.ts +78 -0
  338. package/models/mdm-increment-vendors-vo.ts +96 -0
  339. package/models/monthly-data-vo.ts +54 -0
  340. package/models/page-dto-reimbursement-bill-list-vo.ts +39 -0
  341. package/models/payment-method-enum.ts +33 -0
  342. package/models/pricing-item.ts +59 -0
  343. package/models/reimbursement-bill-details-vo.ts +268 -0
  344. package/models/reimbursement-bill-draft-dto.ts +205 -0
  345. package/models/reimbursement-bill-handle-info-add-dto.ts +42 -0
  346. package/models/reimbursement-bill-handle-info-vo.ts +54 -0
  347. package/models/reimbursement-bill-list-vo.ts +158 -0
  348. package/models/reimbursement-bill-search-dto.ts +78 -0
  349. package/models/reimbursement-bill-submit-dto.ts +205 -0
  350. package/models/reimbursement-status-enum.ts +33 -0
  351. package/models/two-energy-consumption-summar-vo.ts +36 -0
  352. package/ossutil.log +1119 -1116
  353. package/package.json +1 -1
@@ -0,0 +1,1008 @@
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
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
15
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
16
+ return new (P || (P = Promise))(function (resolve, reject) {
17
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
18
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
19
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
20
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
21
+ });
22
+ };
23
+ import globalAxios from 'axios';
24
+ // Some imports not used depending on template conditions
25
+ // @ts-ignore
26
+ import { DUMMY_BASE_URL, assertParamExists, setBearerAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
27
+ // @ts-ignore
28
+ import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
29
+ /**
30
+ * EnergyCostAnalysisControllerApi - axios parameter creator
31
+ * @export
32
+ */
33
+ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (configuration) {
34
+ return {
35
+ /**
36
+ * 获取账单分析列表数据
37
+ * @summary 分析列表数据
38
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
39
+ * @param {*} [options] Override http request option.
40
+ * @throws {RequiredError}
41
+ */
42
+ getAnalysisList: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
43
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
44
+ assertParamExists('getAnalysisList', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
45
+ const localVarPath = `/gizone/energy/cost/analysis/list`;
46
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
47
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
48
+ let baseOptions;
49
+ if (configuration) {
50
+ baseOptions = configuration.baseOptions;
51
+ }
52
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
53
+ const localVarHeaderParameter = {};
54
+ const localVarQueryParameter = {};
55
+ // authentication tokenScheme required
56
+ // http bearer authentication required
57
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
58
+ localVarHeaderParameter['Content-Type'] = 'application/json';
59
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
60
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
61
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
62
+ localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
63
+ return {
64
+ url: toPathString(localVarUrlObj),
65
+ options: localVarRequestOptions,
66
+ };
67
+ }),
68
+ /**
69
+ * 获取账单分析列表数据
70
+ * @summary 分析列表数据-导出
71
+ * @param {string} billMonth 账单月,格式:yyyy-MM
72
+ * @param {string} energyTypes 能源类型列表
73
+ * @param {string} [parkIds] 园区ID列表
74
+ * @param {string} [billSource] 场景来源
75
+ * @param {string} [startTime] 开始时间
76
+ * @param {string} [endTime] 结束时间
77
+ * @param {string} [srmAreaCodes] SRM区域编码
78
+ * @param {string} [srmXwCodes] SRM小微编码
79
+ * @param {string} [srmCenterCodes] SRM中心编码
80
+ * @param {string} [plannedStartTime] 应执行开始时间
81
+ * @param {string} [plannedEndTime] 应执行结束时间
82
+ * @param {*} [options] Override http request option.
83
+ * @throws {RequiredError}
84
+ */
85
+ getAnalysisListExport: (billMonth_1, energyTypes_1, parkIds_1, billSource_1, startTime_1, endTime_1, srmAreaCodes_1, srmXwCodes_1, srmCenterCodes_1, plannedStartTime_1, plannedEndTime_1, ...args_1) => __awaiter(this, [billMonth_1, energyTypes_1, parkIds_1, billSource_1, startTime_1, endTime_1, srmAreaCodes_1, srmXwCodes_1, srmCenterCodes_1, plannedStartTime_1, plannedEndTime_1, ...args_1], void 0, function* (billMonth, energyTypes, parkIds, billSource, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options = {}) {
86
+ // verify required parameter 'billMonth' is not null or undefined
87
+ assertParamExists('getAnalysisListExport', 'billMonth', billMonth);
88
+ // verify required parameter 'energyTypes' is not null or undefined
89
+ assertParamExists('getAnalysisListExport', 'energyTypes', energyTypes);
90
+ const localVarPath = `/gizone/energy/cost/analysis/list/export`;
91
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
92
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
93
+ let baseOptions;
94
+ if (configuration) {
95
+ baseOptions = configuration.baseOptions;
96
+ }
97
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
98
+ const localVarHeaderParameter = {};
99
+ const localVarQueryParameter = {};
100
+ // authentication tokenScheme required
101
+ // http bearer authentication required
102
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
103
+ if (billMonth !== undefined) {
104
+ localVarQueryParameter['billMonth'] = billMonth;
105
+ }
106
+ if (energyTypes !== undefined) {
107
+ localVarQueryParameter['energyTypes'] = energyTypes;
108
+ }
109
+ if (parkIds !== undefined) {
110
+ localVarQueryParameter['parkIds'] = parkIds;
111
+ }
112
+ if (billSource !== undefined) {
113
+ localVarQueryParameter['billSource'] = billSource;
114
+ }
115
+ if (startTime !== undefined) {
116
+ localVarQueryParameter['startTime'] = startTime;
117
+ }
118
+ if (endTime !== undefined) {
119
+ localVarQueryParameter['endTime'] = endTime;
120
+ }
121
+ if (srmAreaCodes !== undefined) {
122
+ localVarQueryParameter['srmAreaCodes'] = srmAreaCodes;
123
+ }
124
+ if (srmXwCodes !== undefined) {
125
+ localVarQueryParameter['srmXwCodes'] = srmXwCodes;
126
+ }
127
+ if (srmCenterCodes !== undefined) {
128
+ localVarQueryParameter['srmCenterCodes'] = srmCenterCodes;
129
+ }
130
+ if (plannedStartTime !== undefined) {
131
+ localVarQueryParameter['plannedStartTime'] = plannedStartTime;
132
+ }
133
+ if (plannedEndTime !== undefined) {
134
+ localVarQueryParameter['plannedEndTime'] = plannedEndTime;
135
+ }
136
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
137
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
138
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
139
+ return {
140
+ url: toPathString(localVarUrlObj),
141
+ options: localVarRequestOptions,
142
+ };
143
+ }),
144
+ /**
145
+ * 获取当年各场景的用量趋势图数据
146
+ * @summary 用量趋势分析
147
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
148
+ * @param {*} [options] Override http request option.
149
+ * @throws {RequiredError}
150
+ */
151
+ getUsageTrend: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
152
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
153
+ assertParamExists('getUsageTrend', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
154
+ const localVarPath = `/gizone/energy/cost/analysis/trend`;
155
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
156
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
157
+ let baseOptions;
158
+ if (configuration) {
159
+ baseOptions = configuration.baseOptions;
160
+ }
161
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
162
+ const localVarHeaderParameter = {};
163
+ const localVarQueryParameter = {};
164
+ // authentication tokenScheme required
165
+ // http bearer authentication required
166
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
167
+ localVarHeaderParameter['Content-Type'] = 'application/json';
168
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
169
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
170
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
171
+ localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
172
+ return {
173
+ url: toPathString(localVarUrlObj),
174
+ options: localVarRequestOptions,
175
+ };
176
+ }),
177
+ /**
178
+ * 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
179
+ * @summary 单平单价分析
180
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
181
+ * @param {*} [options] Override http request option.
182
+ * @throws {RequiredError}
183
+ */
184
+ perAreaAnalysis: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
185
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
186
+ assertParamExists('perAreaAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
187
+ const localVarPath = `/gizone/energy/cost/analysis/per-area-analysis`;
188
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
189
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
190
+ let baseOptions;
191
+ if (configuration) {
192
+ baseOptions = configuration.baseOptions;
193
+ }
194
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
195
+ const localVarHeaderParameter = {};
196
+ const localVarQueryParameter = {};
197
+ // authentication tokenScheme required
198
+ // http bearer authentication required
199
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
200
+ localVarHeaderParameter['Content-Type'] = 'application/json';
201
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
202
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
203
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
204
+ localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
205
+ return {
206
+ url: toPathString(localVarUrlObj),
207
+ options: localVarRequestOptions,
208
+ };
209
+ }),
210
+ /**
211
+ * 计算园区单耗,包括实际/标准、年平均、上月、去年同期
212
+ * @summary 单耗分析
213
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
214
+ * @param {*} [options] Override http request option.
215
+ * @throws {RequiredError}
216
+ */
217
+ perUnitAnalysis: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
218
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
219
+ assertParamExists('perUnitAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
220
+ const localVarPath = `/gizone/energy/cost/analysis/per-unit-analysis`;
221
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
222
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
223
+ let baseOptions;
224
+ if (configuration) {
225
+ baseOptions = configuration.baseOptions;
226
+ }
227
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
228
+ const localVarHeaderParameter = {};
229
+ const localVarQueryParameter = {};
230
+ // authentication tokenScheme required
231
+ // http bearer authentication required
232
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
233
+ localVarHeaderParameter['Content-Type'] = 'application/json';
234
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
235
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
236
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
237
+ localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
238
+ return {
239
+ url: toPathString(localVarUrlObj),
240
+ options: localVarRequestOptions,
241
+ };
242
+ }),
243
+ /**
244
+ * 二级面板
245
+ * @summary 二级面板-用能汇总
246
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
247
+ * @param {*} [options] Override http request option.
248
+ * @throws {RequiredError}
249
+ */
250
+ twoEnergyConsumptionSummar: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
251
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
252
+ assertParamExists('twoEnergyConsumptionSummar', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
253
+ const localVarPath = `/gizone/energy/cost/analysis/two-energy-consumption-summar`;
254
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
255
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
256
+ let baseOptions;
257
+ if (configuration) {
258
+ baseOptions = configuration.baseOptions;
259
+ }
260
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
261
+ const localVarHeaderParameter = {};
262
+ const localVarQueryParameter = {};
263
+ // authentication tokenScheme required
264
+ // http bearer authentication required
265
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
266
+ localVarHeaderParameter['Content-Type'] = 'application/json';
267
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
268
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
269
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
270
+ localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
271
+ return {
272
+ url: toPathString(localVarUrlObj),
273
+ options: localVarRequestOptions,
274
+ };
275
+ }),
276
+ /**
277
+ * 二级面板
278
+ * @summary 二级面板-列表
279
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
280
+ * @param {*} [options] Override http request option.
281
+ * @throws {RequiredError}
282
+ */
283
+ twoList: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
284
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
285
+ assertParamExists('twoList', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
286
+ const localVarPath = `/gizone/energy/cost/analysis/two-list`;
287
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
288
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
289
+ let baseOptions;
290
+ if (configuration) {
291
+ baseOptions = configuration.baseOptions;
292
+ }
293
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
294
+ const localVarHeaderParameter = {};
295
+ const localVarQueryParameter = {};
296
+ // authentication tokenScheme required
297
+ // http bearer authentication required
298
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
299
+ localVarHeaderParameter['Content-Type'] = 'application/json';
300
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
301
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
302
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
303
+ localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
304
+ return {
305
+ url: toPathString(localVarUrlObj),
306
+ options: localVarRequestOptions,
307
+ };
308
+ }),
309
+ /**
310
+ * 二级面板
311
+ * @summary 二级面板-列表导出
312
+ * @param {string} billMonth 账单月,格式:yyyy-MM
313
+ * @param {string} energyTypes 能源类型列表
314
+ * @param {string} [parkIds] 园区ID列表
315
+ * @param {string} [billSource] 场景来源
316
+ * @param {string} [startTime] 开始时间
317
+ * @param {string} [endTime] 结束时间
318
+ * @param {string} [srmAreaCodes] SRM区域编码
319
+ * @param {string} [srmXwCodes] SRM小微编码
320
+ * @param {string} [srmCenterCodes] SRM中心编码
321
+ * @param {string} [plannedStartTime] 应执行开始时间
322
+ * @param {string} [plannedEndTime] 应执行结束时间
323
+ * @param {*} [options] Override http request option.
324
+ * @throws {RequiredError}
325
+ */
326
+ twoListExport: (billMonth_1, energyTypes_1, parkIds_1, billSource_1, startTime_1, endTime_1, srmAreaCodes_1, srmXwCodes_1, srmCenterCodes_1, plannedStartTime_1, plannedEndTime_1, ...args_1) => __awaiter(this, [billMonth_1, energyTypes_1, parkIds_1, billSource_1, startTime_1, endTime_1, srmAreaCodes_1, srmXwCodes_1, srmCenterCodes_1, plannedStartTime_1, plannedEndTime_1, ...args_1], void 0, function* (billMonth, energyTypes, parkIds, billSource, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options = {}) {
327
+ // verify required parameter 'billMonth' is not null or undefined
328
+ assertParamExists('twoListExport', 'billMonth', billMonth);
329
+ // verify required parameter 'energyTypes' is not null or undefined
330
+ assertParamExists('twoListExport', 'energyTypes', energyTypes);
331
+ const localVarPath = `/gizone/energy/cost/analysis/two-list/export`;
332
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
333
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
334
+ let baseOptions;
335
+ if (configuration) {
336
+ baseOptions = configuration.baseOptions;
337
+ }
338
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
339
+ const localVarHeaderParameter = {};
340
+ const localVarQueryParameter = {};
341
+ // authentication tokenScheme required
342
+ // http bearer authentication required
343
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
344
+ if (billMonth !== undefined) {
345
+ localVarQueryParameter['billMonth'] = billMonth;
346
+ }
347
+ if (energyTypes !== undefined) {
348
+ localVarQueryParameter['energyTypes'] = energyTypes;
349
+ }
350
+ if (parkIds !== undefined) {
351
+ localVarQueryParameter['parkIds'] = parkIds;
352
+ }
353
+ if (billSource !== undefined) {
354
+ localVarQueryParameter['billSource'] = billSource;
355
+ }
356
+ if (startTime !== undefined) {
357
+ localVarQueryParameter['startTime'] = startTime;
358
+ }
359
+ if (endTime !== undefined) {
360
+ localVarQueryParameter['endTime'] = endTime;
361
+ }
362
+ if (srmAreaCodes !== undefined) {
363
+ localVarQueryParameter['srmAreaCodes'] = srmAreaCodes;
364
+ }
365
+ if (srmXwCodes !== undefined) {
366
+ localVarQueryParameter['srmXwCodes'] = srmXwCodes;
367
+ }
368
+ if (srmCenterCodes !== undefined) {
369
+ localVarQueryParameter['srmCenterCodes'] = srmCenterCodes;
370
+ }
371
+ if (plannedStartTime !== undefined) {
372
+ localVarQueryParameter['plannedStartTime'] = plannedStartTime;
373
+ }
374
+ if (plannedEndTime !== undefined) {
375
+ localVarQueryParameter['plannedEndTime'] = plannedEndTime;
376
+ }
377
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
378
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
379
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
380
+ return {
381
+ url: toPathString(localVarUrlObj),
382
+ options: localVarRequestOptions,
383
+ };
384
+ }),
385
+ /**
386
+ * 二级面板
387
+ * @summary 二级面板-单平单价分析
388
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
389
+ * @param {*} [options] Override http request option.
390
+ * @throws {RequiredError}
391
+ */
392
+ twoPerAreaAnalysis: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
393
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
394
+ assertParamExists('twoPerAreaAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
395
+ const localVarPath = `/gizone/energy/cost/analysis/two-per-area-analysis`;
396
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
397
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
398
+ let baseOptions;
399
+ if (configuration) {
400
+ baseOptions = configuration.baseOptions;
401
+ }
402
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
403
+ const localVarHeaderParameter = {};
404
+ const localVarQueryParameter = {};
405
+ // authentication tokenScheme required
406
+ // http bearer authentication required
407
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
408
+ localVarHeaderParameter['Content-Type'] = 'application/json';
409
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
410
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
411
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
412
+ localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
413
+ return {
414
+ url: toPathString(localVarUrlObj),
415
+ options: localVarRequestOptions,
416
+ };
417
+ }),
418
+ /**
419
+ * 二级面板
420
+ * @summary 二级面板-单耗分析
421
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
422
+ * @param {*} [options] Override http request option.
423
+ * @throws {RequiredError}
424
+ */
425
+ twoPerUnitAnalysis: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
426
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
427
+ assertParamExists('twoPerUnitAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
428
+ const localVarPath = `/gizone/energy/cost/analysis/two-per-unit-analysis`;
429
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
430
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
431
+ let baseOptions;
432
+ if (configuration) {
433
+ baseOptions = configuration.baseOptions;
434
+ }
435
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
436
+ const localVarHeaderParameter = {};
437
+ const localVarQueryParameter = {};
438
+ // authentication tokenScheme required
439
+ // http bearer authentication required
440
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
441
+ localVarHeaderParameter['Content-Type'] = 'application/json';
442
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
443
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
444
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
445
+ localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
446
+ return {
447
+ url: toPathString(localVarUrlObj),
448
+ options: localVarRequestOptions,
449
+ };
450
+ }),
451
+ /**
452
+ * 二级面板
453
+ * @summary 二级面板-单价分析
454
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
455
+ * @param {*} [options] Override http request option.
456
+ * @throws {RequiredError}
457
+ */
458
+ twoUnitPriceAnalysis: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
459
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
460
+ assertParamExists('twoUnitPriceAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
461
+ const localVarPath = `/gizone/energy/cost/analysis/two-unit-price-analysis`;
462
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
463
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
464
+ let baseOptions;
465
+ if (configuration) {
466
+ baseOptions = configuration.baseOptions;
467
+ }
468
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
469
+ const localVarHeaderParameter = {};
470
+ const localVarQueryParameter = {};
471
+ // authentication tokenScheme required
472
+ // http bearer authentication required
473
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
474
+ localVarHeaderParameter['Content-Type'] = 'application/json';
475
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
476
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
477
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
478
+ localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
479
+ return {
480
+ url: toPathString(localVarUrlObj),
481
+ options: localVarRequestOptions,
482
+ };
483
+ }),
484
+ /**
485
+ * 计算园区平均单价,包括当期、年平均、上月等指标
486
+ * @summary 单价分析
487
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
488
+ * @param {*} [options] Override http request option.
489
+ * @throws {RequiredError}
490
+ */
491
+ unitPriceAnalysis: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
492
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
493
+ assertParamExists('unitPriceAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
494
+ const localVarPath = `/gizone/energy/cost/analysis/unit-price-analysis`;
495
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
496
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
497
+ let baseOptions;
498
+ if (configuration) {
499
+ baseOptions = configuration.baseOptions;
500
+ }
501
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
502
+ const localVarHeaderParameter = {};
503
+ const localVarQueryParameter = {};
504
+ // authentication tokenScheme required
505
+ // http bearer authentication required
506
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
507
+ localVarHeaderParameter['Content-Type'] = 'application/json';
508
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
509
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
510
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
511
+ localVarRequestOptions.data = serializeDataIfNeeded(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
512
+ return {
513
+ url: toPathString(localVarUrlObj),
514
+ options: localVarRequestOptions,
515
+ };
516
+ }),
517
+ };
518
+ };
519
+ /**
520
+ * EnergyCostAnalysisControllerApi - functional programming interface
521
+ * @export
522
+ */
523
+ export const EnergyCostAnalysisControllerApiFp = function (configuration) {
524
+ const localVarAxiosParamCreator = EnergyCostAnalysisControllerApiAxiosParamCreator(configuration);
525
+ return {
526
+ /**
527
+ * 获取账单分析列表数据
528
+ * @summary 分析列表数据
529
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
530
+ * @param {*} [options] Override http request option.
531
+ * @throws {RequiredError}
532
+ */
533
+ getAnalysisList(energyCostAnalysisQueryDTO, options) {
534
+ return __awaiter(this, void 0, void 0, function* () {
535
+ var _a, _b, _c;
536
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getAnalysisList(energyCostAnalysisQueryDTO, options);
537
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
538
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.getAnalysisList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
539
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
540
+ });
541
+ },
542
+ /**
543
+ * 获取账单分析列表数据
544
+ * @summary 分析列表数据-导出
545
+ * @param {string} billMonth 账单月,格式:yyyy-MM
546
+ * @param {string} energyTypes 能源类型列表
547
+ * @param {string} [parkIds] 园区ID列表
548
+ * @param {string} [billSource] 场景来源
549
+ * @param {string} [startTime] 开始时间
550
+ * @param {string} [endTime] 结束时间
551
+ * @param {string} [srmAreaCodes] SRM区域编码
552
+ * @param {string} [srmXwCodes] SRM小微编码
553
+ * @param {string} [srmCenterCodes] SRM中心编码
554
+ * @param {string} [plannedStartTime] 应执行开始时间
555
+ * @param {string} [plannedEndTime] 应执行结束时间
556
+ * @param {*} [options] Override http request option.
557
+ * @throws {RequiredError}
558
+ */
559
+ getAnalysisListExport(billMonth, energyTypes, parkIds, billSource, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options) {
560
+ return __awaiter(this, void 0, void 0, function* () {
561
+ var _a, _b, _c;
562
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getAnalysisListExport(billMonth, energyTypes, parkIds, billSource, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options);
563
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
564
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.getAnalysisListExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
565
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
566
+ });
567
+ },
568
+ /**
569
+ * 获取当年各场景的用量趋势图数据
570
+ * @summary 用量趋势分析
571
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
572
+ * @param {*} [options] Override http request option.
573
+ * @throws {RequiredError}
574
+ */
575
+ getUsageTrend(energyCostAnalysisQueryDTO, options) {
576
+ return __awaiter(this, void 0, void 0, function* () {
577
+ var _a, _b, _c;
578
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getUsageTrend(energyCostAnalysisQueryDTO, options);
579
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
580
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.getUsageTrend']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
581
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
582
+ });
583
+ },
584
+ /**
585
+ * 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
586
+ * @summary 单平单价分析
587
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
588
+ * @param {*} [options] Override http request option.
589
+ * @throws {RequiredError}
590
+ */
591
+ perAreaAnalysis(energyCostAnalysisQueryDTO, options) {
592
+ return __awaiter(this, void 0, void 0, function* () {
593
+ var _a, _b, _c;
594
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.perAreaAnalysis(energyCostAnalysisQueryDTO, options);
595
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
596
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.perAreaAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
597
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
598
+ });
599
+ },
600
+ /**
601
+ * 计算园区单耗,包括实际/标准、年平均、上月、去年同期
602
+ * @summary 单耗分析
603
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
604
+ * @param {*} [options] Override http request option.
605
+ * @throws {RequiredError}
606
+ */
607
+ perUnitAnalysis(energyCostAnalysisQueryDTO, options) {
608
+ return __awaiter(this, void 0, void 0, function* () {
609
+ var _a, _b, _c;
610
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.perUnitAnalysis(energyCostAnalysisQueryDTO, options);
611
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
612
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.perUnitAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
613
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
614
+ });
615
+ },
616
+ /**
617
+ * 二级面板
618
+ * @summary 二级面板-用能汇总
619
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
620
+ * @param {*} [options] Override http request option.
621
+ * @throws {RequiredError}
622
+ */
623
+ twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO, options) {
624
+ return __awaiter(this, void 0, void 0, function* () {
625
+ var _a, _b, _c;
626
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO, options);
627
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
628
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.twoEnergyConsumptionSummar']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
629
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
630
+ });
631
+ },
632
+ /**
633
+ * 二级面板
634
+ * @summary 二级面板-列表
635
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
636
+ * @param {*} [options] Override http request option.
637
+ * @throws {RequiredError}
638
+ */
639
+ twoList(energyCostAnalysisQueryDTO, options) {
640
+ return __awaiter(this, void 0, void 0, function* () {
641
+ var _a, _b, _c;
642
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.twoList(energyCostAnalysisQueryDTO, options);
643
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
644
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.twoList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
645
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
646
+ });
647
+ },
648
+ /**
649
+ * 二级面板
650
+ * @summary 二级面板-列表导出
651
+ * @param {string} billMonth 账单月,格式:yyyy-MM
652
+ * @param {string} energyTypes 能源类型列表
653
+ * @param {string} [parkIds] 园区ID列表
654
+ * @param {string} [billSource] 场景来源
655
+ * @param {string} [startTime] 开始时间
656
+ * @param {string} [endTime] 结束时间
657
+ * @param {string} [srmAreaCodes] SRM区域编码
658
+ * @param {string} [srmXwCodes] SRM小微编码
659
+ * @param {string} [srmCenterCodes] SRM中心编码
660
+ * @param {string} [plannedStartTime] 应执行开始时间
661
+ * @param {string} [plannedEndTime] 应执行结束时间
662
+ * @param {*} [options] Override http request option.
663
+ * @throws {RequiredError}
664
+ */
665
+ twoListExport(billMonth, energyTypes, parkIds, billSource, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options) {
666
+ return __awaiter(this, void 0, void 0, function* () {
667
+ var _a, _b, _c;
668
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.twoListExport(billMonth, energyTypes, parkIds, billSource, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options);
669
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
670
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.twoListExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
671
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
672
+ });
673
+ },
674
+ /**
675
+ * 二级面板
676
+ * @summary 二级面板-单平单价分析
677
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
678
+ * @param {*} [options] Override http request option.
679
+ * @throws {RequiredError}
680
+ */
681
+ twoPerAreaAnalysis(energyCostAnalysisQueryDTO, options) {
682
+ return __awaiter(this, void 0, void 0, function* () {
683
+ var _a, _b, _c;
684
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.twoPerAreaAnalysis(energyCostAnalysisQueryDTO, options);
685
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
686
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.twoPerAreaAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
687
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
688
+ });
689
+ },
690
+ /**
691
+ * 二级面板
692
+ * @summary 二级面板-单耗分析
693
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
694
+ * @param {*} [options] Override http request option.
695
+ * @throws {RequiredError}
696
+ */
697
+ twoPerUnitAnalysis(energyCostAnalysisQueryDTO, options) {
698
+ return __awaiter(this, void 0, void 0, function* () {
699
+ var _a, _b, _c;
700
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.twoPerUnitAnalysis(energyCostAnalysisQueryDTO, options);
701
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
702
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.twoPerUnitAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
703
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
704
+ });
705
+ },
706
+ /**
707
+ * 二级面板
708
+ * @summary 二级面板-单价分析
709
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
710
+ * @param {*} [options] Override http request option.
711
+ * @throws {RequiredError}
712
+ */
713
+ twoUnitPriceAnalysis(energyCostAnalysisQueryDTO, options) {
714
+ return __awaiter(this, void 0, void 0, function* () {
715
+ var _a, _b, _c;
716
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.twoUnitPriceAnalysis(energyCostAnalysisQueryDTO, options);
717
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
718
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.twoUnitPriceAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
719
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
720
+ });
721
+ },
722
+ /**
723
+ * 计算园区平均单价,包括当期、年平均、上月等指标
724
+ * @summary 单价分析
725
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
726
+ * @param {*} [options] Override http request option.
727
+ * @throws {RequiredError}
728
+ */
729
+ unitPriceAnalysis(energyCostAnalysisQueryDTO, options) {
730
+ return __awaiter(this, void 0, void 0, function* () {
731
+ var _a, _b, _c;
732
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.unitPriceAnalysis(energyCostAnalysisQueryDTO, options);
733
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
734
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.unitPriceAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
735
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
736
+ });
737
+ },
738
+ };
739
+ };
740
+ /**
741
+ * EnergyCostAnalysisControllerApi - factory interface
742
+ * @export
743
+ */
744
+ export const EnergyCostAnalysisControllerApiFactory = function (configuration, basePath, axios) {
745
+ const localVarFp = EnergyCostAnalysisControllerApiFp(configuration);
746
+ return {
747
+ /**
748
+ * 获取账单分析列表数据
749
+ * @summary 分析列表数据
750
+ * @param {EnergyCostAnalysisControllerApiGetAnalysisListRequest} requestParameters Request parameters.
751
+ * @param {*} [options] Override http request option.
752
+ * @throws {RequiredError}
753
+ */
754
+ getAnalysisList(requestParameters, options) {
755
+ return localVarFp.getAnalysisList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
756
+ },
757
+ /**
758
+ * 获取账单分析列表数据
759
+ * @summary 分析列表数据-导出
760
+ * @param {EnergyCostAnalysisControllerApiGetAnalysisListExportRequest} requestParameters Request parameters.
761
+ * @param {*} [options] Override http request option.
762
+ * @throws {RequiredError}
763
+ */
764
+ getAnalysisListExport(requestParameters, options) {
765
+ return localVarFp.getAnalysisListExport(requestParameters.billMonth, requestParameters.energyTypes, requestParameters.parkIds, requestParameters.billSource, requestParameters.startTime, requestParameters.endTime, requestParameters.srmAreaCodes, requestParameters.srmXwCodes, requestParameters.srmCenterCodes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, options).then((request) => request(axios, basePath));
766
+ },
767
+ /**
768
+ * 获取当年各场景的用量趋势图数据
769
+ * @summary 用量趋势分析
770
+ * @param {EnergyCostAnalysisControllerApiGetUsageTrendRequest} requestParameters Request parameters.
771
+ * @param {*} [options] Override http request option.
772
+ * @throws {RequiredError}
773
+ */
774
+ getUsageTrend(requestParameters, options) {
775
+ return localVarFp.getUsageTrend(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
776
+ },
777
+ /**
778
+ * 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
779
+ * @summary 单平单价分析
780
+ * @param {EnergyCostAnalysisControllerApiPerAreaAnalysisRequest} requestParameters Request parameters.
781
+ * @param {*} [options] Override http request option.
782
+ * @throws {RequiredError}
783
+ */
784
+ perAreaAnalysis(requestParameters, options) {
785
+ return localVarFp.perAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
786
+ },
787
+ /**
788
+ * 计算园区单耗,包括实际/标准、年平均、上月、去年同期
789
+ * @summary 单耗分析
790
+ * @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
791
+ * @param {*} [options] Override http request option.
792
+ * @throws {RequiredError}
793
+ */
794
+ perUnitAnalysis(requestParameters, options) {
795
+ return localVarFp.perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
796
+ },
797
+ /**
798
+ * 二级面板
799
+ * @summary 二级面板-用能汇总
800
+ * @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
801
+ * @param {*} [options] Override http request option.
802
+ * @throws {RequiredError}
803
+ */
804
+ twoEnergyConsumptionSummar(requestParameters, options) {
805
+ return localVarFp.twoEnergyConsumptionSummar(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
806
+ },
807
+ /**
808
+ * 二级面板
809
+ * @summary 二级面板-列表
810
+ * @param {EnergyCostAnalysisControllerApiTwoListRequest} requestParameters Request parameters.
811
+ * @param {*} [options] Override http request option.
812
+ * @throws {RequiredError}
813
+ */
814
+ twoList(requestParameters, options) {
815
+ return localVarFp.twoList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
816
+ },
817
+ /**
818
+ * 二级面板
819
+ * @summary 二级面板-列表导出
820
+ * @param {EnergyCostAnalysisControllerApiTwoListExportRequest} requestParameters Request parameters.
821
+ * @param {*} [options] Override http request option.
822
+ * @throws {RequiredError}
823
+ */
824
+ twoListExport(requestParameters, options) {
825
+ return localVarFp.twoListExport(requestParameters.billMonth, requestParameters.energyTypes, requestParameters.parkIds, requestParameters.billSource, requestParameters.startTime, requestParameters.endTime, requestParameters.srmAreaCodes, requestParameters.srmXwCodes, requestParameters.srmCenterCodes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, options).then((request) => request(axios, basePath));
826
+ },
827
+ /**
828
+ * 二级面板
829
+ * @summary 二级面板-单平单价分析
830
+ * @param {EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest} requestParameters Request parameters.
831
+ * @param {*} [options] Override http request option.
832
+ * @throws {RequiredError}
833
+ */
834
+ twoPerAreaAnalysis(requestParameters, options) {
835
+ return localVarFp.twoPerAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
836
+ },
837
+ /**
838
+ * 二级面板
839
+ * @summary 二级面板-单耗分析
840
+ * @param {EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest} requestParameters Request parameters.
841
+ * @param {*} [options] Override http request option.
842
+ * @throws {RequiredError}
843
+ */
844
+ twoPerUnitAnalysis(requestParameters, options) {
845
+ return localVarFp.twoPerUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
846
+ },
847
+ /**
848
+ * 二级面板
849
+ * @summary 二级面板-单价分析
850
+ * @param {EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest} requestParameters Request parameters.
851
+ * @param {*} [options] Override http request option.
852
+ * @throws {RequiredError}
853
+ */
854
+ twoUnitPriceAnalysis(requestParameters, options) {
855
+ return localVarFp.twoUnitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
856
+ },
857
+ /**
858
+ * 计算园区平均单价,包括当期、年平均、上月等指标
859
+ * @summary 单价分析
860
+ * @param {EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest} requestParameters Request parameters.
861
+ * @param {*} [options] Override http request option.
862
+ * @throws {RequiredError}
863
+ */
864
+ unitPriceAnalysis(requestParameters, options) {
865
+ return localVarFp.unitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
866
+ },
867
+ };
868
+ };
869
+ /**
870
+ * EnergyCostAnalysisControllerApi - object-oriented interface
871
+ * @export
872
+ * @class EnergyCostAnalysisControllerApi
873
+ * @extends {BaseAPI}
874
+ */
875
+ export class EnergyCostAnalysisControllerApi extends BaseAPI {
876
+ /**
877
+ * 获取账单分析列表数据
878
+ * @summary 分析列表数据
879
+ * @param {EnergyCostAnalysisControllerApiGetAnalysisListRequest} requestParameters Request parameters.
880
+ * @param {*} [options] Override http request option.
881
+ * @throws {RequiredError}
882
+ * @memberof EnergyCostAnalysisControllerApi
883
+ */
884
+ getAnalysisList(requestParameters, options) {
885
+ return EnergyCostAnalysisControllerApiFp(this.configuration).getAnalysisList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
886
+ }
887
+ /**
888
+ * 获取账单分析列表数据
889
+ * @summary 分析列表数据-导出
890
+ * @param {EnergyCostAnalysisControllerApiGetAnalysisListExportRequest} requestParameters Request parameters.
891
+ * @param {*} [options] Override http request option.
892
+ * @throws {RequiredError}
893
+ * @memberof EnergyCostAnalysisControllerApi
894
+ */
895
+ getAnalysisListExport(requestParameters, options) {
896
+ return EnergyCostAnalysisControllerApiFp(this.configuration).getAnalysisListExport(requestParameters.billMonth, requestParameters.energyTypes, requestParameters.parkIds, requestParameters.billSource, requestParameters.startTime, requestParameters.endTime, requestParameters.srmAreaCodes, requestParameters.srmXwCodes, requestParameters.srmCenterCodes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, options).then((request) => request(this.axios, this.basePath));
897
+ }
898
+ /**
899
+ * 获取当年各场景的用量趋势图数据
900
+ * @summary 用量趋势分析
901
+ * @param {EnergyCostAnalysisControllerApiGetUsageTrendRequest} requestParameters Request parameters.
902
+ * @param {*} [options] Override http request option.
903
+ * @throws {RequiredError}
904
+ * @memberof EnergyCostAnalysisControllerApi
905
+ */
906
+ getUsageTrend(requestParameters, options) {
907
+ return EnergyCostAnalysisControllerApiFp(this.configuration).getUsageTrend(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
908
+ }
909
+ /**
910
+ * 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
911
+ * @summary 单平单价分析
912
+ * @param {EnergyCostAnalysisControllerApiPerAreaAnalysisRequest} requestParameters Request parameters.
913
+ * @param {*} [options] Override http request option.
914
+ * @throws {RequiredError}
915
+ * @memberof EnergyCostAnalysisControllerApi
916
+ */
917
+ perAreaAnalysis(requestParameters, options) {
918
+ return EnergyCostAnalysisControllerApiFp(this.configuration).perAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
919
+ }
920
+ /**
921
+ * 计算园区单耗,包括实际/标准、年平均、上月、去年同期
922
+ * @summary 单耗分析
923
+ * @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
924
+ * @param {*} [options] Override http request option.
925
+ * @throws {RequiredError}
926
+ * @memberof EnergyCostAnalysisControllerApi
927
+ */
928
+ perUnitAnalysis(requestParameters, options) {
929
+ return EnergyCostAnalysisControllerApiFp(this.configuration).perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
930
+ }
931
+ /**
932
+ * 二级面板
933
+ * @summary 二级面板-用能汇总
934
+ * @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
935
+ * @param {*} [options] Override http request option.
936
+ * @throws {RequiredError}
937
+ * @memberof EnergyCostAnalysisControllerApi
938
+ */
939
+ twoEnergyConsumptionSummar(requestParameters, options) {
940
+ return EnergyCostAnalysisControllerApiFp(this.configuration).twoEnergyConsumptionSummar(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
941
+ }
942
+ /**
943
+ * 二级面板
944
+ * @summary 二级面板-列表
945
+ * @param {EnergyCostAnalysisControllerApiTwoListRequest} requestParameters Request parameters.
946
+ * @param {*} [options] Override http request option.
947
+ * @throws {RequiredError}
948
+ * @memberof EnergyCostAnalysisControllerApi
949
+ */
950
+ twoList(requestParameters, options) {
951
+ return EnergyCostAnalysisControllerApiFp(this.configuration).twoList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
952
+ }
953
+ /**
954
+ * 二级面板
955
+ * @summary 二级面板-列表导出
956
+ * @param {EnergyCostAnalysisControllerApiTwoListExportRequest} requestParameters Request parameters.
957
+ * @param {*} [options] Override http request option.
958
+ * @throws {RequiredError}
959
+ * @memberof EnergyCostAnalysisControllerApi
960
+ */
961
+ twoListExport(requestParameters, options) {
962
+ return EnergyCostAnalysisControllerApiFp(this.configuration).twoListExport(requestParameters.billMonth, requestParameters.energyTypes, requestParameters.parkIds, requestParameters.billSource, requestParameters.startTime, requestParameters.endTime, requestParameters.srmAreaCodes, requestParameters.srmXwCodes, requestParameters.srmCenterCodes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, options).then((request) => request(this.axios, this.basePath));
963
+ }
964
+ /**
965
+ * 二级面板
966
+ * @summary 二级面板-单平单价分析
967
+ * @param {EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest} requestParameters Request parameters.
968
+ * @param {*} [options] Override http request option.
969
+ * @throws {RequiredError}
970
+ * @memberof EnergyCostAnalysisControllerApi
971
+ */
972
+ twoPerAreaAnalysis(requestParameters, options) {
973
+ return EnergyCostAnalysisControllerApiFp(this.configuration).twoPerAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
974
+ }
975
+ /**
976
+ * 二级面板
977
+ * @summary 二级面板-单耗分析
978
+ * @param {EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest} requestParameters Request parameters.
979
+ * @param {*} [options] Override http request option.
980
+ * @throws {RequiredError}
981
+ * @memberof EnergyCostAnalysisControllerApi
982
+ */
983
+ twoPerUnitAnalysis(requestParameters, options) {
984
+ return EnergyCostAnalysisControllerApiFp(this.configuration).twoPerUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
985
+ }
986
+ /**
987
+ * 二级面板
988
+ * @summary 二级面板-单价分析
989
+ * @param {EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest} requestParameters Request parameters.
990
+ * @param {*} [options] Override http request option.
991
+ * @throws {RequiredError}
992
+ * @memberof EnergyCostAnalysisControllerApi
993
+ */
994
+ twoUnitPriceAnalysis(requestParameters, options) {
995
+ return EnergyCostAnalysisControllerApiFp(this.configuration).twoUnitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
996
+ }
997
+ /**
998
+ * 计算园区平均单价,包括当期、年平均、上月等指标
999
+ * @summary 单价分析
1000
+ * @param {EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest} requestParameters Request parameters.
1001
+ * @param {*} [options] Override http request option.
1002
+ * @throws {RequiredError}
1003
+ * @memberof EnergyCostAnalysisControllerApi
1004
+ */
1005
+ unitPriceAnalysis(requestParameters, options) {
1006
+ return EnergyCostAnalysisControllerApiFp(this.configuration).unitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
1007
+ }
1008
+ }