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

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 +966 -0
  4. package/apis/energy-cost-controller-api.ts +1211 -0
  5. package/apis/energy-cost-record-controller-api.ts +896 -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 +508 -0
  11. package/dist/apis/energy-cost-analysis-controller-api.js +769 -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 +487 -0
  15. package/dist/apis/energy-cost-record-controller-api.js +674 -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 +508 -0
  23. package/dist/esm/apis/energy-cost-analysis-controller-api.js +762 -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 +487 -0
  27. package/dist/esm/apis/energy-cost-record-controller-api.js +667 -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 +1116 -1116
  353. package/package.json +1 -1
@@ -0,0 +1,769 @@
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 {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
75
+ * @param {*} [options] Override http request option.
76
+ * @throws {RequiredError}
77
+ */
78
+ getUsageTrend: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
79
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
80
+ (0, common_1.assertParamExists)('getUsageTrend', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
81
+ const localVarPath = `/gizone/energy/cost/analysis/trend`;
82
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
83
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
84
+ let baseOptions;
85
+ if (configuration) {
86
+ baseOptions = configuration.baseOptions;
87
+ }
88
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
89
+ const localVarHeaderParameter = {};
90
+ const localVarQueryParameter = {};
91
+ // authentication tokenScheme required
92
+ // http bearer authentication required
93
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
94
+ localVarHeaderParameter['Content-Type'] = 'application/json';
95
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
96
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
97
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
98
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
99
+ return {
100
+ url: (0, common_1.toPathString)(localVarUrlObj),
101
+ options: localVarRequestOptions,
102
+ };
103
+ }),
104
+ /**
105
+ * 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
106
+ * @summary 单平单价分析
107
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
108
+ * @param {*} [options] Override http request option.
109
+ * @throws {RequiredError}
110
+ */
111
+ perAreaAnalysis: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
112
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
113
+ (0, common_1.assertParamExists)('perAreaAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
114
+ const localVarPath = `/gizone/energy/cost/analysis/per-area-analysis`;
115
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
116
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
117
+ let baseOptions;
118
+ if (configuration) {
119
+ baseOptions = configuration.baseOptions;
120
+ }
121
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
122
+ const localVarHeaderParameter = {};
123
+ const localVarQueryParameter = {};
124
+ // authentication tokenScheme required
125
+ // http bearer authentication required
126
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
127
+ localVarHeaderParameter['Content-Type'] = 'application/json';
128
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
129
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
130
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
131
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
132
+ return {
133
+ url: (0, common_1.toPathString)(localVarUrlObj),
134
+ options: localVarRequestOptions,
135
+ };
136
+ }),
137
+ /**
138
+ * 计算园区单耗,包括实际/标准、年平均、上月、去年同期
139
+ * @summary 单耗分析
140
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
141
+ * @param {*} [options] Override http request option.
142
+ * @throws {RequiredError}
143
+ */
144
+ perUnitAnalysis: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
145
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
146
+ (0, common_1.assertParamExists)('perUnitAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
147
+ const localVarPath = `/gizone/energy/cost/analysis/per-unit-analysis`;
148
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
149
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
150
+ let baseOptions;
151
+ if (configuration) {
152
+ baseOptions = configuration.baseOptions;
153
+ }
154
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
155
+ const localVarHeaderParameter = {};
156
+ const localVarQueryParameter = {};
157
+ // authentication tokenScheme required
158
+ // http bearer authentication required
159
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
160
+ localVarHeaderParameter['Content-Type'] = 'application/json';
161
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
162
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
163
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
164
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
165
+ return {
166
+ url: (0, common_1.toPathString)(localVarUrlObj),
167
+ options: localVarRequestOptions,
168
+ };
169
+ }),
170
+ /**
171
+ * 二级面板
172
+ * @summary 二级面板-用能汇总
173
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
174
+ * @param {*} [options] Override http request option.
175
+ * @throws {RequiredError}
176
+ */
177
+ twoEnergyConsumptionSummar: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
178
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
179
+ (0, common_1.assertParamExists)('twoEnergyConsumptionSummar', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
180
+ const localVarPath = `/gizone/energy/cost/analysis/two-energy-consumption-summar`;
181
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
182
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
183
+ let baseOptions;
184
+ if (configuration) {
185
+ baseOptions = configuration.baseOptions;
186
+ }
187
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
188
+ const localVarHeaderParameter = {};
189
+ const localVarQueryParameter = {};
190
+ // authentication tokenScheme required
191
+ // http bearer authentication required
192
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
193
+ localVarHeaderParameter['Content-Type'] = 'application/json';
194
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
195
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
196
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
197
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
198
+ return {
199
+ url: (0, common_1.toPathString)(localVarUrlObj),
200
+ options: localVarRequestOptions,
201
+ };
202
+ }),
203
+ /**
204
+ * 二级面板
205
+ * @summary 二级面板-列表
206
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
207
+ * @param {*} [options] Override http request option.
208
+ * @throws {RequiredError}
209
+ */
210
+ twoList: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
211
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
212
+ (0, common_1.assertParamExists)('twoList', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
213
+ const localVarPath = `/gizone/energy/cost/analysis/two-list`;
214
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
215
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
216
+ let baseOptions;
217
+ if (configuration) {
218
+ baseOptions = configuration.baseOptions;
219
+ }
220
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
221
+ const localVarHeaderParameter = {};
222
+ const localVarQueryParameter = {};
223
+ // authentication tokenScheme required
224
+ // http bearer authentication required
225
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
226
+ localVarHeaderParameter['Content-Type'] = 'application/json';
227
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
228
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
229
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
230
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
231
+ return {
232
+ url: (0, common_1.toPathString)(localVarUrlObj),
233
+ options: localVarRequestOptions,
234
+ };
235
+ }),
236
+ /**
237
+ * 二级面板
238
+ * @summary 二级面板-单平单价分析
239
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
240
+ * @param {*} [options] Override http request option.
241
+ * @throws {RequiredError}
242
+ */
243
+ twoPerAreaAnalysis: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
244
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
245
+ (0, common_1.assertParamExists)('twoPerAreaAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
246
+ const localVarPath = `/gizone/energy/cost/analysis/two-per-area-analysis`;
247
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
248
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
249
+ let baseOptions;
250
+ if (configuration) {
251
+ baseOptions = configuration.baseOptions;
252
+ }
253
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
254
+ const localVarHeaderParameter = {};
255
+ const localVarQueryParameter = {};
256
+ // authentication tokenScheme required
257
+ // http bearer authentication required
258
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
259
+ localVarHeaderParameter['Content-Type'] = 'application/json';
260
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
261
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
262
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
263
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
264
+ return {
265
+ url: (0, common_1.toPathString)(localVarUrlObj),
266
+ options: localVarRequestOptions,
267
+ };
268
+ }),
269
+ /**
270
+ * 二级面板
271
+ * @summary 二级面板-单耗分析
272
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
273
+ * @param {*} [options] Override http request option.
274
+ * @throws {RequiredError}
275
+ */
276
+ twoPerUnitAnalysis: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
277
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
278
+ (0, common_1.assertParamExists)('twoPerUnitAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
279
+ const localVarPath = `/gizone/energy/cost/analysis/two-per-unit-analysis`;
280
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
281
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
282
+ let baseOptions;
283
+ if (configuration) {
284
+ baseOptions = configuration.baseOptions;
285
+ }
286
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
287
+ const localVarHeaderParameter = {};
288
+ const localVarQueryParameter = {};
289
+ // authentication tokenScheme required
290
+ // http bearer authentication required
291
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
292
+ localVarHeaderParameter['Content-Type'] = 'application/json';
293
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
294
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
295
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
296
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
297
+ return {
298
+ url: (0, common_1.toPathString)(localVarUrlObj),
299
+ options: localVarRequestOptions,
300
+ };
301
+ }),
302
+ /**
303
+ * 二级面板
304
+ * @summary 二级面板-单价分析
305
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
306
+ * @param {*} [options] Override http request option.
307
+ * @throws {RequiredError}
308
+ */
309
+ twoUnitPriceAnalysis: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
310
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
311
+ (0, common_1.assertParamExists)('twoUnitPriceAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
312
+ const localVarPath = `/gizone/energy/cost/analysis/two-unit-price-analysis`;
313
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
314
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
315
+ let baseOptions;
316
+ if (configuration) {
317
+ baseOptions = configuration.baseOptions;
318
+ }
319
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
320
+ const localVarHeaderParameter = {};
321
+ const localVarQueryParameter = {};
322
+ // authentication tokenScheme required
323
+ // http bearer authentication required
324
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
325
+ localVarHeaderParameter['Content-Type'] = 'application/json';
326
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
327
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
328
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
329
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
330
+ return {
331
+ url: (0, common_1.toPathString)(localVarUrlObj),
332
+ options: localVarRequestOptions,
333
+ };
334
+ }),
335
+ /**
336
+ * 计算园区平均单价,包括当期、年平均、上月等指标
337
+ * @summary 单价分析
338
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
339
+ * @param {*} [options] Override http request option.
340
+ * @throws {RequiredError}
341
+ */
342
+ unitPriceAnalysis: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
343
+ // verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
344
+ (0, common_1.assertParamExists)('unitPriceAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
345
+ const localVarPath = `/gizone/energy/cost/analysis/unit-price-analysis`;
346
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
347
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
348
+ let baseOptions;
349
+ if (configuration) {
350
+ baseOptions = configuration.baseOptions;
351
+ }
352
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
353
+ const localVarHeaderParameter = {};
354
+ const localVarQueryParameter = {};
355
+ // authentication tokenScheme required
356
+ // http bearer authentication required
357
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
358
+ localVarHeaderParameter['Content-Type'] = 'application/json';
359
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
360
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
361
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
362
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
363
+ return {
364
+ url: (0, common_1.toPathString)(localVarUrlObj),
365
+ options: localVarRequestOptions,
366
+ };
367
+ }),
368
+ };
369
+ };
370
+ exports.EnergyCostAnalysisControllerApiAxiosParamCreator = EnergyCostAnalysisControllerApiAxiosParamCreator;
371
+ /**
372
+ * EnergyCostAnalysisControllerApi - functional programming interface
373
+ * @export
374
+ */
375
+ const EnergyCostAnalysisControllerApiFp = function (configuration) {
376
+ const localVarAxiosParamCreator = (0, exports.EnergyCostAnalysisControllerApiAxiosParamCreator)(configuration);
377
+ return {
378
+ /**
379
+ * 获取账单分析列表数据
380
+ * @summary 分析列表数据
381
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
382
+ * @param {*} [options] Override http request option.
383
+ * @throws {RequiredError}
384
+ */
385
+ getAnalysisList(energyCostAnalysisQueryDTO, options) {
386
+ return __awaiter(this, void 0, void 0, function* () {
387
+ var _a, _b, _c;
388
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getAnalysisList(energyCostAnalysisQueryDTO, options);
389
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
390
+ 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;
391
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
392
+ });
393
+ },
394
+ /**
395
+ * 获取当年各场景的用量趋势图数据
396
+ * @summary 用量趋势分析
397
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
398
+ * @param {*} [options] Override http request option.
399
+ * @throws {RequiredError}
400
+ */
401
+ getUsageTrend(energyCostAnalysisQueryDTO, options) {
402
+ return __awaiter(this, void 0, void 0, function* () {
403
+ var _a, _b, _c;
404
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getUsageTrend(energyCostAnalysisQueryDTO, options);
405
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
406
+ 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;
407
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
408
+ });
409
+ },
410
+ /**
411
+ * 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
412
+ * @summary 单平单价分析
413
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
414
+ * @param {*} [options] Override http request option.
415
+ * @throws {RequiredError}
416
+ */
417
+ perAreaAnalysis(energyCostAnalysisQueryDTO, options) {
418
+ return __awaiter(this, void 0, void 0, function* () {
419
+ var _a, _b, _c;
420
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.perAreaAnalysis(energyCostAnalysisQueryDTO, options);
421
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
422
+ 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;
423
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
424
+ });
425
+ },
426
+ /**
427
+ * 计算园区单耗,包括实际/标准、年平均、上月、去年同期
428
+ * @summary 单耗分析
429
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
430
+ * @param {*} [options] Override http request option.
431
+ * @throws {RequiredError}
432
+ */
433
+ perUnitAnalysis(energyCostAnalysisQueryDTO, options) {
434
+ return __awaiter(this, void 0, void 0, function* () {
435
+ var _a, _b, _c;
436
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.perUnitAnalysis(energyCostAnalysisQueryDTO, options);
437
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
438
+ 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;
439
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
440
+ });
441
+ },
442
+ /**
443
+ * 二级面板
444
+ * @summary 二级面板-用能汇总
445
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
446
+ * @param {*} [options] Override http request option.
447
+ * @throws {RequiredError}
448
+ */
449
+ twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO, options) {
450
+ return __awaiter(this, void 0, void 0, function* () {
451
+ var _a, _b, _c;
452
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO, options);
453
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
454
+ 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;
455
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
456
+ });
457
+ },
458
+ /**
459
+ * 二级面板
460
+ * @summary 二级面板-列表
461
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
462
+ * @param {*} [options] Override http request option.
463
+ * @throws {RequiredError}
464
+ */
465
+ twoList(energyCostAnalysisQueryDTO, options) {
466
+ return __awaiter(this, void 0, void 0, function* () {
467
+ var _a, _b, _c;
468
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.twoList(energyCostAnalysisQueryDTO, options);
469
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
470
+ 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;
471
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
472
+ });
473
+ },
474
+ /**
475
+ * 二级面板
476
+ * @summary 二级面板-单平单价分析
477
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
478
+ * @param {*} [options] Override http request option.
479
+ * @throws {RequiredError}
480
+ */
481
+ twoPerAreaAnalysis(energyCostAnalysisQueryDTO, options) {
482
+ return __awaiter(this, void 0, void 0, function* () {
483
+ var _a, _b, _c;
484
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.twoPerAreaAnalysis(energyCostAnalysisQueryDTO, options);
485
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
486
+ 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;
487
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
488
+ });
489
+ },
490
+ /**
491
+ * 二级面板
492
+ * @summary 二级面板-单耗分析
493
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
494
+ * @param {*} [options] Override http request option.
495
+ * @throws {RequiredError}
496
+ */
497
+ twoPerUnitAnalysis(energyCostAnalysisQueryDTO, options) {
498
+ return __awaiter(this, void 0, void 0, function* () {
499
+ var _a, _b, _c;
500
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.twoPerUnitAnalysis(energyCostAnalysisQueryDTO, options);
501
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
502
+ 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;
503
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
504
+ });
505
+ },
506
+ /**
507
+ * 二级面板
508
+ * @summary 二级面板-单价分析
509
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
510
+ * @param {*} [options] Override http request option.
511
+ * @throws {RequiredError}
512
+ */
513
+ twoUnitPriceAnalysis(energyCostAnalysisQueryDTO, options) {
514
+ return __awaiter(this, void 0, void 0, function* () {
515
+ var _a, _b, _c;
516
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.twoUnitPriceAnalysis(energyCostAnalysisQueryDTO, options);
517
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
518
+ 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;
519
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
520
+ });
521
+ },
522
+ /**
523
+ * 计算园区平均单价,包括当期、年平均、上月等指标
524
+ * @summary 单价分析
525
+ * @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
526
+ * @param {*} [options] Override http request option.
527
+ * @throws {RequiredError}
528
+ */
529
+ unitPriceAnalysis(energyCostAnalysisQueryDTO, options) {
530
+ return __awaiter(this, void 0, void 0, function* () {
531
+ var _a, _b, _c;
532
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.unitPriceAnalysis(energyCostAnalysisQueryDTO, options);
533
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
534
+ 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;
535
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
536
+ });
537
+ },
538
+ };
539
+ };
540
+ exports.EnergyCostAnalysisControllerApiFp = EnergyCostAnalysisControllerApiFp;
541
+ /**
542
+ * EnergyCostAnalysisControllerApi - factory interface
543
+ * @export
544
+ */
545
+ const EnergyCostAnalysisControllerApiFactory = function (configuration, basePath, axios) {
546
+ const localVarFp = (0, exports.EnergyCostAnalysisControllerApiFp)(configuration);
547
+ return {
548
+ /**
549
+ * 获取账单分析列表数据
550
+ * @summary 分析列表数据
551
+ * @param {EnergyCostAnalysisControllerApiGetAnalysisListRequest} requestParameters Request parameters.
552
+ * @param {*} [options] Override http request option.
553
+ * @throws {RequiredError}
554
+ */
555
+ getAnalysisList(requestParameters, options) {
556
+ return localVarFp.getAnalysisList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
557
+ },
558
+ /**
559
+ * 获取当年各场景的用量趋势图数据
560
+ * @summary 用量趋势分析
561
+ * @param {EnergyCostAnalysisControllerApiGetUsageTrendRequest} requestParameters Request parameters.
562
+ * @param {*} [options] Override http request option.
563
+ * @throws {RequiredError}
564
+ */
565
+ getUsageTrend(requestParameters, options) {
566
+ return localVarFp.getUsageTrend(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
567
+ },
568
+ /**
569
+ * 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
570
+ * @summary 单平单价分析
571
+ * @param {EnergyCostAnalysisControllerApiPerAreaAnalysisRequest} requestParameters Request parameters.
572
+ * @param {*} [options] Override http request option.
573
+ * @throws {RequiredError}
574
+ */
575
+ perAreaAnalysis(requestParameters, options) {
576
+ return localVarFp.perAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
577
+ },
578
+ /**
579
+ * 计算园区单耗,包括实际/标准、年平均、上月、去年同期
580
+ * @summary 单耗分析
581
+ * @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
582
+ * @param {*} [options] Override http request option.
583
+ * @throws {RequiredError}
584
+ */
585
+ perUnitAnalysis(requestParameters, options) {
586
+ return localVarFp.perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
587
+ },
588
+ /**
589
+ * 二级面板
590
+ * @summary 二级面板-用能汇总
591
+ * @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
592
+ * @param {*} [options] Override http request option.
593
+ * @throws {RequiredError}
594
+ */
595
+ twoEnergyConsumptionSummar(requestParameters, options) {
596
+ return localVarFp.twoEnergyConsumptionSummar(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
597
+ },
598
+ /**
599
+ * 二级面板
600
+ * @summary 二级面板-列表
601
+ * @param {EnergyCostAnalysisControllerApiTwoListRequest} requestParameters Request parameters.
602
+ * @param {*} [options] Override http request option.
603
+ * @throws {RequiredError}
604
+ */
605
+ twoList(requestParameters, options) {
606
+ return localVarFp.twoList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
607
+ },
608
+ /**
609
+ * 二级面板
610
+ * @summary 二级面板-单平单价分析
611
+ * @param {EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest} requestParameters Request parameters.
612
+ * @param {*} [options] Override http request option.
613
+ * @throws {RequiredError}
614
+ */
615
+ twoPerAreaAnalysis(requestParameters, options) {
616
+ return localVarFp.twoPerAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
617
+ },
618
+ /**
619
+ * 二级面板
620
+ * @summary 二级面板-单耗分析
621
+ * @param {EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest} requestParameters Request parameters.
622
+ * @param {*} [options] Override http request option.
623
+ * @throws {RequiredError}
624
+ */
625
+ twoPerUnitAnalysis(requestParameters, options) {
626
+ return localVarFp.twoPerUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
627
+ },
628
+ /**
629
+ * 二级面板
630
+ * @summary 二级面板-单价分析
631
+ * @param {EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest} requestParameters Request parameters.
632
+ * @param {*} [options] Override http request option.
633
+ * @throws {RequiredError}
634
+ */
635
+ twoUnitPriceAnalysis(requestParameters, options) {
636
+ return localVarFp.twoUnitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
637
+ },
638
+ /**
639
+ * 计算园区平均单价,包括当期、年平均、上月等指标
640
+ * @summary 单价分析
641
+ * @param {EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest} requestParameters Request parameters.
642
+ * @param {*} [options] Override http request option.
643
+ * @throws {RequiredError}
644
+ */
645
+ unitPriceAnalysis(requestParameters, options) {
646
+ return localVarFp.unitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
647
+ },
648
+ };
649
+ };
650
+ exports.EnergyCostAnalysisControllerApiFactory = EnergyCostAnalysisControllerApiFactory;
651
+ /**
652
+ * EnergyCostAnalysisControllerApi - object-oriented interface
653
+ * @export
654
+ * @class EnergyCostAnalysisControllerApi
655
+ * @extends {BaseAPI}
656
+ */
657
+ class EnergyCostAnalysisControllerApi extends base_1.BaseAPI {
658
+ /**
659
+ * 获取账单分析列表数据
660
+ * @summary 分析列表数据
661
+ * @param {EnergyCostAnalysisControllerApiGetAnalysisListRequest} requestParameters Request parameters.
662
+ * @param {*} [options] Override http request option.
663
+ * @throws {RequiredError}
664
+ * @memberof EnergyCostAnalysisControllerApi
665
+ */
666
+ getAnalysisList(requestParameters, options) {
667
+ return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).getAnalysisList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
668
+ }
669
+ /**
670
+ * 获取当年各场景的用量趋势图数据
671
+ * @summary 用量趋势分析
672
+ * @param {EnergyCostAnalysisControllerApiGetUsageTrendRequest} requestParameters Request parameters.
673
+ * @param {*} [options] Override http request option.
674
+ * @throws {RequiredError}
675
+ * @memberof EnergyCostAnalysisControllerApi
676
+ */
677
+ getUsageTrend(requestParameters, options) {
678
+ return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).getUsageTrend(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
679
+ }
680
+ /**
681
+ * 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
682
+ * @summary 单平单价分析
683
+ * @param {EnergyCostAnalysisControllerApiPerAreaAnalysisRequest} requestParameters Request parameters.
684
+ * @param {*} [options] Override http request option.
685
+ * @throws {RequiredError}
686
+ * @memberof EnergyCostAnalysisControllerApi
687
+ */
688
+ perAreaAnalysis(requestParameters, options) {
689
+ return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).perAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
690
+ }
691
+ /**
692
+ * 计算园区单耗,包括实际/标准、年平均、上月、去年同期
693
+ * @summary 单耗分析
694
+ * @param {EnergyCostAnalysisControllerApiPerUnitAnalysisRequest} requestParameters Request parameters.
695
+ * @param {*} [options] Override http request option.
696
+ * @throws {RequiredError}
697
+ * @memberof EnergyCostAnalysisControllerApi
698
+ */
699
+ perUnitAnalysis(requestParameters, options) {
700
+ return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
701
+ }
702
+ /**
703
+ * 二级面板
704
+ * @summary 二级面板-用能汇总
705
+ * @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
706
+ * @param {*} [options] Override http request option.
707
+ * @throws {RequiredError}
708
+ * @memberof EnergyCostAnalysisControllerApi
709
+ */
710
+ twoEnergyConsumptionSummar(requestParameters, options) {
711
+ return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).twoEnergyConsumptionSummar(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
712
+ }
713
+ /**
714
+ * 二级面板
715
+ * @summary 二级面板-列表
716
+ * @param {EnergyCostAnalysisControllerApiTwoListRequest} requestParameters Request parameters.
717
+ * @param {*} [options] Override http request option.
718
+ * @throws {RequiredError}
719
+ * @memberof EnergyCostAnalysisControllerApi
720
+ */
721
+ twoList(requestParameters, options) {
722
+ return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).twoList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
723
+ }
724
+ /**
725
+ * 二级面板
726
+ * @summary 二级面板-单平单价分析
727
+ * @param {EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest} requestParameters Request parameters.
728
+ * @param {*} [options] Override http request option.
729
+ * @throws {RequiredError}
730
+ * @memberof EnergyCostAnalysisControllerApi
731
+ */
732
+ twoPerAreaAnalysis(requestParameters, options) {
733
+ return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).twoPerAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
734
+ }
735
+ /**
736
+ * 二级面板
737
+ * @summary 二级面板-单耗分析
738
+ * @param {EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest} requestParameters Request parameters.
739
+ * @param {*} [options] Override http request option.
740
+ * @throws {RequiredError}
741
+ * @memberof EnergyCostAnalysisControllerApi
742
+ */
743
+ twoPerUnitAnalysis(requestParameters, options) {
744
+ return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).twoPerUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
745
+ }
746
+ /**
747
+ * 二级面板
748
+ * @summary 二级面板-单价分析
749
+ * @param {EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest} requestParameters Request parameters.
750
+ * @param {*} [options] Override http request option.
751
+ * @throws {RequiredError}
752
+ * @memberof EnergyCostAnalysisControllerApi
753
+ */
754
+ twoUnitPriceAnalysis(requestParameters, options) {
755
+ return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).twoUnitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
756
+ }
757
+ /**
758
+ * 计算园区平均单价,包括当期、年平均、上月等指标
759
+ * @summary 单价分析
760
+ * @param {EnergyCostAnalysisControllerApiUnitPriceAnalysisRequest} requestParameters Request parameters.
761
+ * @param {*} [options] Override http request option.
762
+ * @throws {RequiredError}
763
+ * @memberof EnergyCostAnalysisControllerApi
764
+ */
765
+ unitPriceAnalysis(requestParameters, options) {
766
+ return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).unitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
767
+ }
768
+ }
769
+ exports.EnergyCostAnalysisControllerApi = EnergyCostAnalysisControllerApi;