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