@activepieces/piece-ampeco 0.0.1

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 (1145) hide show
  1. package/README.md +37 -0
  2. package/package.json +27 -0
  3. package/src/index.d.ts +9 -0
  4. package/src/index.js +846 -0
  5. package/src/index.js.map +1 -0
  6. package/src/lib/actions/actions/charge-point/charge-point-change-availability.d.ts +11 -0
  7. package/src/lib/actions/actions/charge-point/charge-point-change-availability.js +54 -0
  8. package/src/lib/actions/actions/charge-point/charge-point-change-availability.js.map +1 -0
  9. package/src/lib/actions/actions/charge-point/charge-point-change-owner.d.ts +10 -0
  10. package/src/lib/actions/actions/charge-point/charge-point-change-owner.js +43 -0
  11. package/src/lib/actions/actions/charge-point/charge-point-change-owner.js.map +1 -0
  12. package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.d.ts +10 -0
  13. package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.js +43 -0
  14. package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.js.map +1 -0
  15. package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.d.ts +13 -0
  16. package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.js +58 -0
  17. package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.js.map +1 -0
  18. package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.d.ts +10 -0
  19. package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.js +54 -0
  20. package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.js.map +1 -0
  21. package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.d.ts +10 -0
  22. package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.js +44 -0
  23. package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.js.map +1 -0
  24. package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.d.ts +12 -0
  25. package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.js +53 -0
  26. package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.js.map +1 -0
  27. package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.d.ts +10 -0
  28. package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js +52 -0
  29. package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js.map +1 -0
  30. package/src/lib/actions/actions/charge-point/charge-point-get-security-log.d.ts +15 -0
  31. package/src/lib/actions/actions/charge-point/charge-point-get-security-log.js +68 -0
  32. package/src/lib/actions/actions/charge-point/charge-point-get-security-log.js.map +1 -0
  33. package/src/lib/actions/actions/charge-point/charge-point-install-certificate.d.ts +10 -0
  34. package/src/lib/actions/actions/charge-point/charge-point-install-certificate.js +52 -0
  35. package/src/lib/actions/actions/charge-point/charge-point-install-certificate.js.map +1 -0
  36. package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.d.ts +11 -0
  37. package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.js +46 -0
  38. package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.js.map +1 -0
  39. package/src/lib/actions/actions/charge-point/charge-point-reserve.d.ts +12 -0
  40. package/src/lib/actions/actions/charge-point/charge-point-reserve.js +51 -0
  41. package/src/lib/actions/actions/charge-point/charge-point-reserve.js.map +1 -0
  42. package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.d.ts +9 -0
  43. package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.js +38 -0
  44. package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.js.map +1 -0
  45. package/src/lib/actions/actions/charge-point/charge-point-reset.d.ts +10 -0
  46. package/src/lib/actions/actions/charge-point/charge-point-reset.js +48 -0
  47. package/src/lib/actions/actions/charge-point/charge-point-reset.js.map +1 -0
  48. package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.d.ts +12 -0
  49. package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.js +54 -0
  50. package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.js.map +1 -0
  51. package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.d.ts +23 -0
  52. package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.js +137 -0
  53. package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.js.map +1 -0
  54. package/src/lib/actions/actions/charge-point/charge-point-set-configuration.d.ts +14 -0
  55. package/src/lib/actions/actions/charge-point/charge-point-set-configuration.js +63 -0
  56. package/src/lib/actions/actions/charge-point/charge-point-set-configuration.js.map +1 -0
  57. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.d.ts +14 -0
  58. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.js +66 -0
  59. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.js.map +1 -0
  60. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.d.ts +28 -0
  61. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.js +156 -0
  62. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.js.map +1 -0
  63. package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.d.ts +11 -0
  64. package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.js +53 -0
  65. package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.js.map +1 -0
  66. package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.d.ts +10 -0
  67. package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.js +43 -0
  68. package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.js.map +1 -0
  69. package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.d.ts +10 -0
  70. package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.js +60 -0
  71. package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.js.map +1 -0
  72. package/src/lib/actions/actions/charge-point/charge-point-update-firmware.d.ts +18 -0
  73. package/src/lib/actions/actions/charge-point/charge-point-update-firmware.js +95 -0
  74. package/src/lib/actions/actions/charge-point/charge-point-update-firmware.js.map +1 -0
  75. package/src/lib/actions/actions/circuit/circuit-attach-charge-point.d.ts +11 -0
  76. package/src/lib/actions/actions/circuit/circuit-attach-charge-point.js +46 -0
  77. package/src/lib/actions/actions/circuit/circuit-attach-charge-point.js.map +1 -0
  78. package/src/lib/actions/actions/circuit/circuit-detach-charge-point.d.ts +10 -0
  79. package/src/lib/actions/actions/circuit/circuit-detach-charge-point.js +42 -0
  80. package/src/lib/actions/actions/circuit/circuit-detach-charge-point.js.map +1 -0
  81. package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.d.ts +12 -0
  82. package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.js +50 -0
  83. package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.js.map +1 -0
  84. package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.d.ts +11 -0
  85. package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.js +46 -0
  86. package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.js.map +1 -0
  87. package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.d.ts +13 -0
  88. package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.js +56 -0
  89. package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.js.map +1 -0
  90. package/src/lib/actions/actions/circuit/circuit-set-session-priority.d.ts +11 -0
  91. package/src/lib/actions/actions/circuit/circuit-set-session-priority.js +46 -0
  92. package/src/lib/actions/actions/circuit/circuit-set-session-priority.js.map +1 -0
  93. package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.d.ts +11 -0
  94. package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.js +54 -0
  95. package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.js.map +1 -0
  96. package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.d.ts +9 -0
  97. package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.js +38 -0
  98. package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.js.map +1 -0
  99. package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.d.ts +13 -0
  100. package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.js +58 -0
  101. package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.js.map +1 -0
  102. package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.d.ts +27 -0
  103. package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.js +170 -0
  104. package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.js.map +1 -0
  105. package/src/lib/actions/actions/evse/evse-trigger-message.d.ts +10 -0
  106. package/src/lib/actions/actions/evse/evse-trigger-message.js +59 -0
  107. package/src/lib/actions/actions/evse/evse-trigger-message.js.map +1 -0
  108. package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.d.ts +11 -0
  109. package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.js +53 -0
  110. package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.js.map +1 -0
  111. package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.d.ts +10 -0
  112. package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.js +42 -0
  113. package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.js.map +1 -0
  114. package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.d.ts +9 -0
  115. package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.js +38 -0
  116. package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.js.map +1 -0
  117. package/src/lib/actions/actions/locations/location-check-booking-availability.d.ts +11 -0
  118. package/src/lib/actions/actions/locations/location-check-booking-availability.js +48 -0
  119. package/src/lib/actions/actions/locations/location-check-booking-availability.js.map +1 -0
  120. package/src/lib/actions/actions/notifications/notifications-resend-failed.d.ts +12 -0
  121. package/src/lib/actions/actions/notifications/notifications-resend-failed.js +98 -0
  122. package/src/lib/actions/actions/notifications/notifications-resend-failed.js.map +1 -0
  123. package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.d.ts +10 -0
  124. package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.js +48 -0
  125. package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.js.map +1 -0
  126. package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.d.ts +10 -0
  127. package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.js +43 -0
  128. package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.js.map +1 -0
  129. package/src/lib/actions/actions/reservation/reservation-cancel.d.ts +11 -0
  130. package/src/lib/actions/actions/reservation/reservation-cancel.js +54 -0
  131. package/src/lib/actions/actions/reservation/reservation-cancel.js.map +1 -0
  132. package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.d.ts +30 -0
  133. package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.js +353 -0
  134. package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.js.map +1 -0
  135. package/src/lib/actions/actions/session/session-assign-to-user.d.ts +10 -0
  136. package/src/lib/actions/actions/session/session-assign-to-user.js +42 -0
  137. package/src/lib/actions/actions/session/session-assign-to-user.js.map +1 -0
  138. package/src/lib/actions/actions/session/session-retry-payment.d.ts +10 -0
  139. package/src/lib/actions/actions/session/session-retry-payment.js +42 -0
  140. package/src/lib/actions/actions/session/session-retry-payment.js.map +1 -0
  141. package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.d.ts +12 -0
  142. package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.js +53 -0
  143. package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.js.map +1 -0
  144. package/src/lib/actions/actions/tariffs/tariff-set-display-information.d.ts +13 -0
  145. package/src/lib/actions/actions/tariffs/tariff-set-display-information.js +58 -0
  146. package/src/lib/actions/actions/tariffs/tariff-set-display-information.js.map +1 -0
  147. package/src/lib/actions/actions/transactions/transaction-issue-invoice.d.ts +22 -0
  148. package/src/lib/actions/actions/transactions/transaction-issue-invoice.js +351 -0
  149. package/src/lib/actions/actions/transactions/transaction-issue-invoice.js.map +1 -0
  150. package/src/lib/actions/actions/transactions/transaction-resend-invoice.d.ts +9 -0
  151. package/src/lib/actions/actions/transactions/transaction-resend-invoice.js +38 -0
  152. package/src/lib/actions/actions/transactions/transaction-resend-invoice.js.map +1 -0
  153. package/src/lib/actions/actions/transactions/transaction-update-payment-reference.d.ts +10 -0
  154. package/src/lib/actions/actions/transactions/transaction-update-payment-reference.js +43 -0
  155. package/src/lib/actions/actions/transactions/transaction-update-payment-reference.js.map +1 -0
  156. package/src/lib/actions/actions/users/user-activate-subscription.d.ts +13 -0
  157. package/src/lib/actions/actions/users/user-activate-subscription.js +63 -0
  158. package/src/lib/actions/actions/users/user-activate-subscription.js.map +1 -0
  159. package/src/lib/actions/actions/users/user-add-balance.d.ts +12 -0
  160. package/src/lib/actions/actions/users/user-add-balance.js +50 -0
  161. package/src/lib/actions/actions/users/user-add-balance.js.map +1 -0
  162. package/src/lib/actions/actions/users/user-apply-custom-fee.d.ts +12 -0
  163. package/src/lib/actions/actions/users/user-apply-custom-fee.js +52 -0
  164. package/src/lib/actions/actions/users/user-apply-custom-fee.js.map +1 -0
  165. package/src/lib/actions/actions/users/user-cancel-subscription.d.ts +10 -0
  166. package/src/lib/actions/actions/users/user-cancel-subscription.js +43 -0
  167. package/src/lib/actions/actions/users/user-cancel-subscription.js.map +1 -0
  168. package/src/lib/actions/actions/users/user-change-status.d.ts +11 -0
  169. package/src/lib/actions/actions/users/user-change-status.js +53 -0
  170. package/src/lib/actions/actions/users/user-change-status.js.map +1 -0
  171. package/src/lib/actions/actions/users/user-clear-subscription-amount-due.d.ts +9 -0
  172. package/src/lib/actions/actions/users/user-clear-subscription-amount-due.js +38 -0
  173. package/src/lib/actions/actions/users/user-clear-subscription-amount-due.js.map +1 -0
  174. package/src/lib/actions/actions/users/user-export-all-private-data.d.ts +9 -0
  175. package/src/lib/actions/actions/users/user-export-all-private-data.js +38 -0
  176. package/src/lib/actions/actions/users/user-export-all-private-data.js.map +1 -0
  177. package/src/lib/actions/actions/users/user-redeem-voucher.d.ts +10 -0
  178. package/src/lib/actions/actions/users/user-redeem-voucher.js +43 -0
  179. package/src/lib/actions/actions/users/user-redeem-voucher.js.map +1 -0
  180. package/src/lib/actions/notifications/notifications/notification-read.d.ts +9 -0
  181. package/src/lib/actions/notifications/notifications/notification-read.js +38 -0
  182. package/src/lib/actions/notifications/notifications/notification-read.js.map +1 -0
  183. package/src/lib/actions/notifications/notifications/notifications-create.d.ts +19 -0
  184. package/src/lib/actions/notifications/notifications/notifications-create.js +151 -0
  185. package/src/lib/actions/notifications/notifications/notifications-create.js.map +1 -0
  186. package/src/lib/actions/notifications/notifications/notifications-listing.d.ts +10 -0
  187. package/src/lib/actions/notifications/notifications/notifications-listing.js +58 -0
  188. package/src/lib/actions/notifications/notifications/notifications-listing.js.map +1 -0
  189. package/src/lib/actions/notifications/notifications/notifications-subscribe.d.ts +18 -0
  190. package/src/lib/actions/notifications/notifications/notifications-subscribe.js +147 -0
  191. package/src/lib/actions/notifications/notifications/notifications-subscribe.js.map +1 -0
  192. package/src/lib/actions/notifications/notifications/notifications-unsubscribe.d.ts +9 -0
  193. package/src/lib/actions/notifications/notifications/notifications-unsubscribe.js +38 -0
  194. package/src/lib/actions/notifications/notifications/notifications-unsubscribe.js.map +1 -0
  195. package/src/lib/actions/resources/authorizations/authorization-read.d.ts +9 -0
  196. package/src/lib/actions/resources/authorizations/authorization-read.js +38 -0
  197. package/src/lib/actions/resources/authorizations/authorization-read.js.map +1 -0
  198. package/src/lib/actions/resources/authorizations/authorizations-listing.d.ts +17 -0
  199. package/src/lib/actions/resources/authorizations/authorizations-listing.js +93 -0
  200. package/src/lib/actions/resources/authorizations/authorizations-listing.js.map +1 -0
  201. package/src/lib/actions/resources/booking-requests/booking-request-create.d.ts +13 -0
  202. package/src/lib/actions/resources/booking-requests/booking-request-create.js +209 -0
  203. package/src/lib/actions/resources/booking-requests/booking-request-create.js.map +1 -0
  204. package/src/lib/actions/resources/booking-requests/booking-request-read.d.ts +9 -0
  205. package/src/lib/actions/resources/booking-requests/booking-request-read.js +38 -0
  206. package/src/lib/actions/resources/booking-requests/booking-request-read.js.map +1 -0
  207. package/src/lib/actions/resources/booking-requests/booking-requests-listing.d.ts +19 -0
  208. package/src/lib/actions/resources/booking-requests/booking-requests-listing.js +110 -0
  209. package/src/lib/actions/resources/booking-requests/booking-requests-listing.js.map +1 -0
  210. package/src/lib/actions/resources/bookings/booking-read.d.ts +10 -0
  211. package/src/lib/actions/resources/bookings/booking-read.js +48 -0
  212. package/src/lib/actions/resources/bookings/booking-read.js.map +1 -0
  213. package/src/lib/actions/resources/bookings/bookings-listing.d.ts +17 -0
  214. package/src/lib/actions/resources/bookings/bookings-listing.js +107 -0
  215. package/src/lib/actions/resources/bookings/bookings-listing.js.map +1 -0
  216. package/src/lib/actions/resources/cdrs/cdr-read.d.ts +10 -0
  217. package/src/lib/actions/resources/cdrs/cdr-read.js +47 -0
  218. package/src/lib/actions/resources/cdrs/cdr-read.js.map +1 -0
  219. package/src/lib/actions/resources/cdrs/cdrs-listing.d.ts +25 -0
  220. package/src/lib/actions/resources/cdrs/cdrs-listing.js +144 -0
  221. package/src/lib/actions/resources/cdrs/cdrs-listing.js.map +1 -0
  222. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.d.ts +12 -0
  223. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.js +51 -0
  224. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.js.map +1 -0
  225. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.d.ts +9 -0
  226. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.js +38 -0
  227. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.js.map +1 -0
  228. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.d.ts +9 -0
  229. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.js +38 -0
  230. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.js.map +1 -0
  231. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.d.ts +12 -0
  232. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.js +52 -0
  233. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.js.map +1 -0
  234. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.d.ts +20 -0
  235. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.js +116 -0
  236. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.js.map +1 -0
  237. package/src/lib/actions/resources/charge-point-models/charge-point-model-create.d.ts +12 -0
  238. package/src/lib/actions/resources/charge-point-models/charge-point-model-create.js +57 -0
  239. package/src/lib/actions/resources/charge-point-models/charge-point-model-create.js.map +1 -0
  240. package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.d.ts +9 -0
  241. package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.js +38 -0
  242. package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.js.map +1 -0
  243. package/src/lib/actions/resources/charge-point-models/charge-point-model-read.d.ts +9 -0
  244. package/src/lib/actions/resources/charge-point-models/charge-point-model-read.js +38 -0
  245. package/src/lib/actions/resources/charge-point-models/charge-point-model-read.js.map +1 -0
  246. package/src/lib/actions/resources/charge-point-models/charge-point-model-update.d.ts +13 -0
  247. package/src/lib/actions/resources/charge-point-models/charge-point-model-update.js +56 -0
  248. package/src/lib/actions/resources/charge-point-models/charge-point-model-update.js.map +1 -0
  249. package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.d.ts +11 -0
  250. package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.js +66 -0
  251. package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.js.map +1 -0
  252. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.d.ts +9 -0
  253. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.js +38 -0
  254. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.js.map +1 -0
  255. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.d.ts +9 -0
  256. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.js +38 -0
  257. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.js.map +1 -0
  258. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.d.ts +9 -0
  259. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.js +38 -0
  260. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.js.map +1 -0
  261. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.d.ts +10 -0
  262. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.js +42 -0
  263. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.js.map +1 -0
  264. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.d.ts +10 -0
  265. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.js +58 -0
  266. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.js.map +1 -0
  267. package/src/lib/actions/resources/charge-points/chareg-point-share-delete.d.ts +10 -0
  268. package/src/lib/actions/resources/charge-points/chareg-point-share-delete.js +42 -0
  269. package/src/lib/actions/resources/charge-points/chareg-point-share-delete.js.map +1 -0
  270. package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.d.ts +9 -0
  271. package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.js +38 -0
  272. package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.js.map +1 -0
  273. package/src/lib/actions/resources/charge-points/charge-point-configuration-read.d.ts +10 -0
  274. package/src/lib/actions/resources/charge-points/charge-point-configuration-read.js +42 -0
  275. package/src/lib/actions/resources/charge-points/charge-point-configuration-read.js.map +1 -0
  276. package/src/lib/actions/resources/charge-points/charge-point-configuration-update.d.ts +11 -0
  277. package/src/lib/actions/resources/charge-points/charge-point-configuration-update.js +47 -0
  278. package/src/lib/actions/resources/charge-points/charge-point-configuration-update.js.map +1 -0
  279. package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.d.ts +13 -0
  280. package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.js +58 -0
  281. package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.js.map +1 -0
  282. package/src/lib/actions/resources/charge-points/charge-point-create.d.ts +47 -0
  283. package/src/lib/actions/resources/charge-points/charge-point-create.js +396 -0
  284. package/src/lib/actions/resources/charge-points/charge-point-create.js.map +1 -0
  285. package/src/lib/actions/resources/charge-points/charge-point-delete.d.ts +10 -0
  286. package/src/lib/actions/resources/charge-points/charge-point-delete.js +52 -0
  287. package/src/lib/actions/resources/charge-points/charge-point-delete.js.map +1 -0
  288. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.d.ts +13 -0
  289. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.js +97 -0
  290. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.js.map +1 -0
  291. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.d.ts +11 -0
  292. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.js +46 -0
  293. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.js.map +1 -0
  294. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.d.ts +11 -0
  295. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.js +46 -0
  296. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.js.map +1 -0
  297. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.d.ts +14 -0
  298. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.js +101 -0
  299. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.js.map +1 -0
  300. package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.d.ts +10 -0
  301. package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.js +42 -0
  302. package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.js.map +1 -0
  303. package/src/lib/actions/resources/charge-points/charge-point-evse-create.d.ts +25 -0
  304. package/src/lib/actions/resources/charge-points/charge-point-evse-create.js +183 -0
  305. package/src/lib/actions/resources/charge-points/charge-point-evse-create.js.map +1 -0
  306. package/src/lib/actions/resources/charge-points/charge-point-evse-delete.d.ts +11 -0
  307. package/src/lib/actions/resources/charge-points/charge-point-evse-delete.js +52 -0
  308. package/src/lib/actions/resources/charge-points/charge-point-evse-delete.js.map +1 -0
  309. package/src/lib/actions/resources/charge-points/charge-point-evse-read.d.ts +11 -0
  310. package/src/lib/actions/resources/charge-points/charge-point-evse-read.js +52 -0
  311. package/src/lib/actions/resources/charge-points/charge-point-evse-read.js.map +1 -0
  312. package/src/lib/actions/resources/charge-points/charge-point-evse-update.d.ts +27 -0
  313. package/src/lib/actions/resources/charge-points/charge-point-evse-update.js +196 -0
  314. package/src/lib/actions/resources/charge-points/charge-point-evse-update.js.map +1 -0
  315. package/src/lib/actions/resources/charge-points/charge-point-evses-listing.d.ts +12 -0
  316. package/src/lib/actions/resources/charge-points/charge-point-evses-listing.js +72 -0
  317. package/src/lib/actions/resources/charge-points/charge-point-evses-listing.js.map +1 -0
  318. package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.d.ts +9 -0
  319. package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.js +38 -0
  320. package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.js.map +1 -0
  321. package/src/lib/actions/resources/charge-points/charge-point-read.d.ts +10 -0
  322. package/src/lib/actions/resources/charge-points/charge-point-read.js +52 -0
  323. package/src/lib/actions/resources/charge-points/charge-point-read.js.map +1 -0
  324. package/src/lib/actions/resources/charge-points/charge-point-share-create.d.ts +10 -0
  325. package/src/lib/actions/resources/charge-points/charge-point-share-create.js +42 -0
  326. package/src/lib/actions/resources/charge-points/charge-point-share-create.js.map +1 -0
  327. package/src/lib/actions/resources/charge-points/charge-point-share-read.d.ts +10 -0
  328. package/src/lib/actions/resources/charge-points/charge-point-share-read.js +42 -0
  329. package/src/lib/actions/resources/charge-points/charge-point-share-read.js.map +1 -0
  330. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.d.ts +11 -0
  331. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.js +63 -0
  332. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.js.map +1 -0
  333. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.d.ts +10 -0
  334. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.js +42 -0
  335. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.js.map +1 -0
  336. package/src/lib/actions/resources/charge-points/charge-point-shares-listing.d.ts +11 -0
  337. package/src/lib/actions/resources/charge-points/charge-point-shares-listing.js +62 -0
  338. package/src/lib/actions/resources/charge-points/charge-point-shares-listing.js.map +1 -0
  339. package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.d.ts +14 -0
  340. package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.js +440 -0
  341. package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.js.map +1 -0
  342. package/src/lib/actions/resources/charge-points/charge-point-status-read.d.ts +9 -0
  343. package/src/lib/actions/resources/charge-points/charge-point-status-read.js +38 -0
  344. package/src/lib/actions/resources/charge-points/charge-point-status-read.js.map +1 -0
  345. package/src/lib/actions/resources/charge-points/charge-point-update.d.ts +48 -0
  346. package/src/lib/actions/resources/charge-points/charge-point-update.js +346 -0
  347. package/src/lib/actions/resources/charge-points/charge-point-update.js.map +1 -0
  348. package/src/lib/actions/resources/charge-points/charge-points-listing.d.ts +33 -0
  349. package/src/lib/actions/resources/charge-points/charge-points-listing.js +197 -0
  350. package/src/lib/actions/resources/charge-points/charge-points-listing.js.map +1 -0
  351. package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.d.ts +9 -0
  352. package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.js +38 -0
  353. package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.js.map +1 -0
  354. package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.d.ts +9 -0
  355. package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.js +38 -0
  356. package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.js.map +1 -0
  357. package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.d.ts +13 -0
  358. package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.js +76 -0
  359. package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.js.map +1 -0
  360. package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.d.ts +13 -0
  361. package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.js +72 -0
  362. package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.js.map +1 -0
  363. package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.d.ts +14 -0
  364. package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js +535 -0
  365. package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js.map +1 -0
  366. package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.d.ts +11 -0
  367. package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.js +62 -0
  368. package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.js.map +1 -0
  369. package/src/lib/actions/resources/circuits/circuit-consumption.d.ts +9 -0
  370. package/src/lib/actions/resources/circuits/circuit-consumption.js +39 -0
  371. package/src/lib/actions/resources/circuits/circuit-consumption.js.map +1 -0
  372. package/src/lib/actions/resources/circuits/circuit-create.d.ts +26 -0
  373. package/src/lib/actions/resources/circuits/circuit-create.js +194 -0
  374. package/src/lib/actions/resources/circuits/circuit-create.js.map +1 -0
  375. package/src/lib/actions/resources/circuits/circuit-delete.d.ts +9 -0
  376. package/src/lib/actions/resources/circuits/circuit-delete.js +39 -0
  377. package/src/lib/actions/resources/circuits/circuit-delete.js.map +1 -0
  378. package/src/lib/actions/resources/circuits/circuit-read.d.ts +10 -0
  379. package/src/lib/actions/resources/circuits/circuit-read.js +51 -0
  380. package/src/lib/actions/resources/circuits/circuit-read.js.map +1 -0
  381. package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.d.ts +9 -0
  382. package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.js +38 -0
  383. package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.js.map +1 -0
  384. package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.d.ts +9 -0
  385. package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.js +38 -0
  386. package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.js.map +1 -0
  387. package/src/lib/actions/resources/circuits/circuit-update.d.ts +27 -0
  388. package/src/lib/actions/resources/circuits/circuit-update.js +196 -0
  389. package/src/lib/actions/resources/circuits/circuit-update.js.map +1 -0
  390. package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.d.ts +11 -0
  391. package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.js +62 -0
  392. package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.js.map +1 -0
  393. package/src/lib/actions/resources/circuits/circuit-user-priority-create.d.ts +12 -0
  394. package/src/lib/actions/resources/circuits/circuit-user-priority-create.js +58 -0
  395. package/src/lib/actions/resources/circuits/circuit-user-priority-create.js.map +1 -0
  396. package/src/lib/actions/resources/circuits/circuit-user-priority-delete.d.ts +10 -0
  397. package/src/lib/actions/resources/circuits/circuit-user-priority-delete.js +42 -0
  398. package/src/lib/actions/resources/circuits/circuit-user-priority-delete.js.map +1 -0
  399. package/src/lib/actions/resources/circuits/circuit-user-priority-read.d.ts +10 -0
  400. package/src/lib/actions/resources/circuits/circuit-user-priority-read.js +42 -0
  401. package/src/lib/actions/resources/circuits/circuit-user-priority-read.js.map +1 -0
  402. package/src/lib/actions/resources/circuits/circuit-user-priority-update.d.ts +13 -0
  403. package/src/lib/actions/resources/circuits/circuit-user-priority-update.js +62 -0
  404. package/src/lib/actions/resources/circuits/circuit-user-priority-update.js.map +1 -0
  405. package/src/lib/actions/resources/circuits/circuits-listing.d.ts +11 -0
  406. package/src/lib/actions/resources/circuits/circuits-listing.js +71 -0
  407. package/src/lib/actions/resources/circuits/circuits-listing.js.map +1 -0
  408. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.d.ts +14 -0
  409. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.js +129 -0
  410. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.js.map +1 -0
  411. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.d.ts +10 -0
  412. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.js +42 -0
  413. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.js.map +1 -0
  414. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.d.ts +11 -0
  415. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.js +62 -0
  416. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.js.map +1 -0
  417. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.d.ts +15 -0
  418. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.js +133 -0
  419. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.js.map +1 -0
  420. package/src/lib/actions/resources/configuration-templates/create-configuration-template.d.ts +10 -0
  421. package/src/lib/actions/resources/configuration-templates/create-configuration-template.js +48 -0
  422. package/src/lib/actions/resources/configuration-templates/create-configuration-template.js.map +1 -0
  423. package/src/lib/actions/resources/configuration-templates/delete-configuration-template.d.ts +9 -0
  424. package/src/lib/actions/resources/configuration-templates/delete-configuration-template.js +39 -0
  425. package/src/lib/actions/resources/configuration-templates/delete-configuration-template.js.map +1 -0
  426. package/src/lib/actions/resources/configuration-templates/get-configuration-template.d.ts +9 -0
  427. package/src/lib/actions/resources/configuration-templates/get-configuration-template.js +39 -0
  428. package/src/lib/actions/resources/configuration-templates/get-configuration-template.js.map +1 -0
  429. package/src/lib/actions/resources/configuration-templates/list-configuration-templates.d.ts +11 -0
  430. package/src/lib/actions/resources/configuration-templates/list-configuration-templates.js +69 -0
  431. package/src/lib/actions/resources/configuration-templates/list-configuration-templates.js.map +1 -0
  432. package/src/lib/actions/resources/configuration-templates/update-configuration-template.d.ts +10 -0
  433. package/src/lib/actions/resources/configuration-templates/update-configuration-template.js +44 -0
  434. package/src/lib/actions/resources/configuration-templates/update-configuration-template.js.map +1 -0
  435. package/src/lib/actions/resources/contact-details/contact-details-delete.d.ts +7 -0
  436. package/src/lib/actions/resources/contact-details/contact-details-delete.js +33 -0
  437. package/src/lib/actions/resources/contact-details/contact-details-delete.js.map +1 -0
  438. package/src/lib/actions/resources/contact-details/contact-details-read.d.ts +7 -0
  439. package/src/lib/actions/resources/contact-details/contact-details-read.js +33 -0
  440. package/src/lib/actions/resources/contact-details/contact-details-read.js.map +1 -0
  441. package/src/lib/actions/resources/contact-details/contact-details-update.d.ts +10 -0
  442. package/src/lib/actions/resources/contact-details/contact-details-update.js +44 -0
  443. package/src/lib/actions/resources/contact-details/contact-details-update.js.map +1 -0
  444. package/src/lib/actions/resources/currencies/currencies-listing.d.ts +7 -0
  445. package/src/lib/actions/resources/currencies/currencies-listing.js +33 -0
  446. package/src/lib/actions/resources/currencies/currencies-listing.js.map +1 -0
  447. package/src/lib/actions/resources/currencies/currency-create.d.ts +15 -0
  448. package/src/lib/actions/resources/currencies/currency-create.js +258 -0
  449. package/src/lib/actions/resources/currencies/currency-create.js.map +1 -0
  450. package/src/lib/actions/resources/currencies/currency-read.d.ts +9 -0
  451. package/src/lib/actions/resources/currencies/currency-read.js +39 -0
  452. package/src/lib/actions/resources/currencies/currency-read.js.map +1 -0
  453. package/src/lib/actions/resources/currencies/currency-update.d.ts +16 -0
  454. package/src/lib/actions/resources/currencies/currency-update.js +263 -0
  455. package/src/lib/actions/resources/currencies/currency-update.js.map +1 -0
  456. package/src/lib/actions/resources/currency-rates/create-currency-rate.d.ts +11 -0
  457. package/src/lib/actions/resources/currency-rates/create-currency-rate.js +49 -0
  458. package/src/lib/actions/resources/currency-rates/create-currency-rate.js.map +1 -0
  459. package/src/lib/actions/resources/currency-rates/delete-currency-rate.d.ts +9 -0
  460. package/src/lib/actions/resources/currency-rates/delete-currency-rate.js +38 -0
  461. package/src/lib/actions/resources/currency-rates/delete-currency-rate.js.map +1 -0
  462. package/src/lib/actions/resources/currency-rates/get-currency-rate.d.ts +9 -0
  463. package/src/lib/actions/resources/currency-rates/get-currency-rate.js +39 -0
  464. package/src/lib/actions/resources/currency-rates/get-currency-rate.js.map +1 -0
  465. package/src/lib/actions/resources/currency-rates/list-currency-rates.d.ts +14 -0
  466. package/src/lib/actions/resources/currency-rates/list-currency-rates.js +78 -0
  467. package/src/lib/actions/resources/currency-rates/list-currency-rates.js.map +1 -0
  468. package/src/lib/actions/resources/currency-rates/update-currency-rate.d.ts +10 -0
  469. package/src/lib/actions/resources/currency-rates/update-currency-rate.js +44 -0
  470. package/src/lib/actions/resources/currency-rates/update-currency-rate.js.map +1 -0
  471. package/src/lib/actions/resources/custom-fees/custom-fee-read.d.ts +9 -0
  472. package/src/lib/actions/resources/custom-fees/custom-fee-read.js +39 -0
  473. package/src/lib/actions/resources/custom-fees/custom-fee-read.js.map +1 -0
  474. package/src/lib/actions/resources/custom-fees/custom-fees-listing.d.ts +12 -0
  475. package/src/lib/actions/resources/custom-fees/custom-fees-listing.js +68 -0
  476. package/src/lib/actions/resources/custom-fees/custom-fees-listing.js.map +1 -0
  477. package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.d.ts +9 -0
  478. package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.js +38 -0
  479. package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.js.map +1 -0
  480. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.d.ts +9 -0
  481. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.js +39 -0
  482. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.js.map +1 -0
  483. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.d.ts +11 -0
  484. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.js +69 -0
  485. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.js.map +1 -0
  486. package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.d.ts +11 -0
  487. package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.js +55 -0
  488. package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.js.map +1 -0
  489. package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.d.ts +11 -0
  490. package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.js +55 -0
  491. package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.js.map +1 -0
  492. package/src/lib/actions/resources/electricity-meters/electricity-meter-create.d.ts +10 -0
  493. package/src/lib/actions/resources/electricity-meters/electricity-meter-create.js +42 -0
  494. package/src/lib/actions/resources/electricity-meters/electricity-meter-create.js.map +1 -0
  495. package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.d.ts +9 -0
  496. package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.js +38 -0
  497. package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.js.map +1 -0
  498. package/src/lib/actions/resources/electricity-meters/electricity-meter-read.d.ts +9 -0
  499. package/src/lib/actions/resources/electricity-meters/electricity-meter-read.js +38 -0
  500. package/src/lib/actions/resources/electricity-meters/electricity-meter-read.js.map +1 -0
  501. package/src/lib/actions/resources/electricity-meters/electricity-meter-update.d.ts +11 -0
  502. package/src/lib/actions/resources/electricity-meters/electricity-meter-update.js +46 -0
  503. package/src/lib/actions/resources/electricity-meters/electricity-meter-update.js.map +1 -0
  504. package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.d.ts +10 -0
  505. package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.js +58 -0
  506. package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.js.map +1 -0
  507. package/src/lib/actions/resources/electricity-rates/electricity-rate-create.d.ts +12 -0
  508. package/src/lib/actions/resources/electricity-rates/electricity-rate-create.js +54 -0
  509. package/src/lib/actions/resources/electricity-rates/electricity-rate-create.js.map +1 -0
  510. package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.d.ts +9 -0
  511. package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.js +39 -0
  512. package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.js.map +1 -0
  513. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.d.ts +9 -0
  514. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.js +39 -0
  515. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.js.map +1 -0
  516. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.d.ts +17 -0
  517. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.js +79 -0
  518. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.js.map +1 -0
  519. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.d.ts +11 -0
  520. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.js +66 -0
  521. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.js.map +1 -0
  522. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.d.ts +10 -0
  523. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.js +44 -0
  524. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.js.map +1 -0
  525. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.d.ts +9 -0
  526. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.js +39 -0
  527. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.js.map +1 -0
  528. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.d.ts +10 -0
  529. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.js +44 -0
  530. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.js.map +1 -0
  531. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.d.ts +9 -0
  532. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.js +39 -0
  533. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.js.map +1 -0
  534. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.d.ts +11 -0
  535. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.js +78 -0
  536. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.js.map +1 -0
  537. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.d.ts +10 -0
  538. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.js +56 -0
  539. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.js.map +1 -0
  540. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.d.ts +9 -0
  541. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.js +39 -0
  542. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.js.map +1 -0
  543. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.d.ts +10 -0
  544. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.js +56 -0
  545. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.js.map +1 -0
  546. package/src/lib/actions/resources/electricity-rates/electricity-rate-read.d.ts +9 -0
  547. package/src/lib/actions/resources/electricity-rates/electricity-rate-read.js +39 -0
  548. package/src/lib/actions/resources/electricity-rates/electricity-rate-read.js.map +1 -0
  549. package/src/lib/actions/resources/electricity-rates/electricity-rate-update.d.ts +13 -0
  550. package/src/lib/actions/resources/electricity-rates/electricity-rate-update.js +59 -0
  551. package/src/lib/actions/resources/electricity-rates/electricity-rate-update.js.map +1 -0
  552. package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.d.ts +12 -0
  553. package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.js +77 -0
  554. package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.js.map +1 -0
  555. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.d.ts +12 -0
  556. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.js +54 -0
  557. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.js.map +1 -0
  558. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.d.ts +9 -0
  559. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.js +39 -0
  560. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.js.map +1 -0
  561. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.d.ts +9 -0
  562. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.js +39 -0
  563. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.js.map +1 -0
  564. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.d.ts +12 -0
  565. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.js +54 -0
  566. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.js.map +1 -0
  567. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.d.ts +21 -0
  568. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.js +125 -0
  569. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.js.map +1 -0
  570. package/src/lib/actions/resources/evses/evse-create.d.ts +25 -0
  571. package/src/lib/actions/resources/evses/evse-create.js +184 -0
  572. package/src/lib/actions/resources/evses/evse-create.js.map +1 -0
  573. package/src/lib/actions/resources/evses/evse-delete.d.ts +10 -0
  574. package/src/lib/actions/resources/evses/evse-delete.js +51 -0
  575. package/src/lib/actions/resources/evses/evse-delete.js.map +1 -0
  576. package/src/lib/actions/resources/evses/evse-read.d.ts +10 -0
  577. package/src/lib/actions/resources/evses/evse-read.js +51 -0
  578. package/src/lib/actions/resources/evses/evse-read.js.map +1 -0
  579. package/src/lib/actions/resources/evses/evse-update.d.ts +26 -0
  580. package/src/lib/actions/resources/evses/evse-update.js +196 -0
  581. package/src/lib/actions/resources/evses/evse-update.js.map +1 -0
  582. package/src/lib/actions/resources/evses/evses-listing.d.ts +17 -0
  583. package/src/lib/actions/resources/evses/evses-listing.js +106 -0
  584. package/src/lib/actions/resources/evses/evses-listing.js.map +1 -0
  585. package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.d.ts +9 -0
  586. package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.js +39 -0
  587. package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.js.map +1 -0
  588. package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.d.ts +13 -0
  589. package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.js +73 -0
  590. package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.js.map +1 -0
  591. package/src/lib/actions/resources/faqs/faq-create.d.ts +10 -0
  592. package/src/lib/actions/resources/faqs/faq-create.js +68 -0
  593. package/src/lib/actions/resources/faqs/faq-create.js.map +1 -0
  594. package/src/lib/actions/resources/faqs/faq-delete.d.ts +9 -0
  595. package/src/lib/actions/resources/faqs/faq-delete.js +39 -0
  596. package/src/lib/actions/resources/faqs/faq-delete.js.map +1 -0
  597. package/src/lib/actions/resources/faqs/faq-read.d.ts +9 -0
  598. package/src/lib/actions/resources/faqs/faq-read.js +39 -0
  599. package/src/lib/actions/resources/faqs/faq-read.js.map +1 -0
  600. package/src/lib/actions/resources/faqs/faq-update.d.ts +11 -0
  601. package/src/lib/actions/resources/faqs/faq-update.js +73 -0
  602. package/src/lib/actions/resources/faqs/faq-update.js.map +1 -0
  603. package/src/lib/actions/resources/faqs/faqs-listing.d.ts +10 -0
  604. package/src/lib/actions/resources/faqs/faqs-listing.js +58 -0
  605. package/src/lib/actions/resources/faqs/faqs-listing.js.map +1 -0
  606. package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.d.ts +11 -0
  607. package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.js +63 -0
  608. package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.js.map +1 -0
  609. package/src/lib/actions/resources/firmware-versions/firmware-version-read.d.ts +10 -0
  610. package/src/lib/actions/resources/firmware-versions/firmware-version-read.js +49 -0
  611. package/src/lib/actions/resources/firmware-versions/firmware-version-read.js.map +1 -0
  612. package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.d.ts +14 -0
  613. package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.js +83 -0
  614. package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.js.map +1 -0
  615. package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.d.ts +9 -0
  616. package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.js +39 -0
  617. package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.js.map +1 -0
  618. package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.d.ts +11 -0
  619. package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.js +63 -0
  620. package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.js.map +1 -0
  621. package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.d.ts +15 -0
  622. package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.js +75 -0
  623. package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.js.map +1 -0
  624. package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.d.ts +9 -0
  625. package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.js +39 -0
  626. package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.js.map +1 -0
  627. package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.d.ts +9 -0
  628. package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.js +39 -0
  629. package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.js.map +1 -0
  630. package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.d.ts +13 -0
  631. package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.js +73 -0
  632. package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.js.map +1 -0
  633. package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.d.ts +13 -0
  634. package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.js +73 -0
  635. package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.js.map +1 -0
  636. package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.d.ts +11 -0
  637. package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.js +63 -0
  638. package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.js.map +1 -0
  639. package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.d.ts +11 -0
  640. package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.js +49 -0
  641. package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.js.map +1 -0
  642. package/src/lib/actions/resources/id-tags/id-tag-create.d.ts +18 -0
  643. package/src/lib/actions/resources/id-tags/id-tag-create.js +103 -0
  644. package/src/lib/actions/resources/id-tags/id-tag-create.js.map +1 -0
  645. package/src/lib/actions/resources/id-tags/id-tag-delete.d.ts +9 -0
  646. package/src/lib/actions/resources/id-tags/id-tag-delete.js +39 -0
  647. package/src/lib/actions/resources/id-tags/id-tag-delete.js.map +1 -0
  648. package/src/lib/actions/resources/id-tags/id-tag-read.d.ts +9 -0
  649. package/src/lib/actions/resources/id-tags/id-tag-read.js +39 -0
  650. package/src/lib/actions/resources/id-tags/id-tag-read.js.map +1 -0
  651. package/src/lib/actions/resources/id-tags/id-tag-update.d.ts +19 -0
  652. package/src/lib/actions/resources/id-tags/id-tag-update.js +108 -0
  653. package/src/lib/actions/resources/id-tags/id-tag-update.js.map +1 -0
  654. package/src/lib/actions/resources/id-tags/id-tags-listing.d.ts +19 -0
  655. package/src/lib/actions/resources/id-tags/id-tags-listing.js +117 -0
  656. package/src/lib/actions/resources/id-tags/id-tags-listing.js.map +1 -0
  657. package/src/lib/actions/resources/installer-jobs/create-installer-job.d.ts +12 -0
  658. package/src/lib/actions/resources/installer-jobs/create-installer-job.js +54 -0
  659. package/src/lib/actions/resources/installer-jobs/create-installer-job.js.map +1 -0
  660. package/src/lib/actions/resources/installer-jobs/delete-installer-job.d.ts +9 -0
  661. package/src/lib/actions/resources/installer-jobs/delete-installer-job.js +39 -0
  662. package/src/lib/actions/resources/installer-jobs/delete-installer-job.js.map +1 -0
  663. package/src/lib/actions/resources/installer-jobs/get-installer-job.d.ts +10 -0
  664. package/src/lib/actions/resources/installer-jobs/get-installer-job.js +49 -0
  665. package/src/lib/actions/resources/installer-jobs/get-installer-job.js.map +1 -0
  666. package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.d.ts +19 -0
  667. package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.js +111 -0
  668. package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.js.map +1 -0
  669. package/src/lib/actions/resources/installer-jobs/update-installer-job.d.ts +12 -0
  670. package/src/lib/actions/resources/installer-jobs/update-installer-job.js +53 -0
  671. package/src/lib/actions/resources/installer-jobs/update-installer-job.js.map +1 -0
  672. package/src/lib/actions/resources/invoices/invoice-read.d.ts +9 -0
  673. package/src/lib/actions/resources/invoices/invoice-read.js +39 -0
  674. package/src/lib/actions/resources/invoices/invoice-read.js.map +1 -0
  675. package/src/lib/actions/resources/invoices/invoices-listing.d.ts +12 -0
  676. package/src/lib/actions/resources/invoices/invoices-listing.js +68 -0
  677. package/src/lib/actions/resources/invoices/invoices-listing.js.map +1 -0
  678. package/src/lib/actions/resources/locations/location-charging-zone-create.d.ts +14 -0
  679. package/src/lib/actions/resources/locations/location-charging-zone-create.js +100 -0
  680. package/src/lib/actions/resources/locations/location-charging-zone-create.js.map +1 -0
  681. package/src/lib/actions/resources/locations/location-charging-zone-delete.d.ts +10 -0
  682. package/src/lib/actions/resources/locations/location-charging-zone-delete.js +44 -0
  683. package/src/lib/actions/resources/locations/location-charging-zone-delete.js.map +1 -0
  684. package/src/lib/actions/resources/locations/location-charging-zone-read.d.ts +10 -0
  685. package/src/lib/actions/resources/locations/location-charging-zone-read.js +44 -0
  686. package/src/lib/actions/resources/locations/location-charging-zone-read.js.map +1 -0
  687. package/src/lib/actions/resources/locations/location-charging-zone-update.d.ts +15 -0
  688. package/src/lib/actions/resources/locations/location-charging-zone-update.js +105 -0
  689. package/src/lib/actions/resources/locations/location-charging-zone-update.js.map +1 -0
  690. package/src/lib/actions/resources/locations/location-charging-zones-listing.d.ts +11 -0
  691. package/src/lib/actions/resources/locations/location-charging-zones-listing.js +63 -0
  692. package/src/lib/actions/resources/locations/location-charging-zones-listing.js.map +1 -0
  693. package/src/lib/actions/resources/locations/location-create.d.ts +38 -0
  694. package/src/lib/actions/resources/locations/location-create.js +769 -0
  695. package/src/lib/actions/resources/locations/location-create.js.map +1 -0
  696. package/src/lib/actions/resources/locations/location-delete.d.ts +10 -0
  697. package/src/lib/actions/resources/locations/location-delete.js +52 -0
  698. package/src/lib/actions/resources/locations/location-delete.js.map +1 -0
  699. package/src/lib/actions/resources/locations/location-read.d.ts +10 -0
  700. package/src/lib/actions/resources/locations/location-read.js +52 -0
  701. package/src/lib/actions/resources/locations/location-read.js.map +1 -0
  702. package/src/lib/actions/resources/locations/location-update.d.ts +40 -0
  703. package/src/lib/actions/resources/locations/location-update.js +636 -0
  704. package/src/lib/actions/resources/locations/location-update.js.map +1 -0
  705. package/src/lib/actions/resources/locations/locations-listing.d.ts +23 -0
  706. package/src/lib/actions/resources/locations/locations-listing.js +396 -0
  707. package/src/lib/actions/resources/locations/locations-listing.js.map +1 -0
  708. package/src/lib/actions/resources/parking-spaces/create-parking-space.d.ts +15 -0
  709. package/src/lib/actions/resources/parking-spaces/create-parking-space.js +88 -0
  710. package/src/lib/actions/resources/parking-spaces/create-parking-space.js.map +1 -0
  711. package/src/lib/actions/resources/parking-spaces/delete-parking-space.d.ts +9 -0
  712. package/src/lib/actions/resources/parking-spaces/delete-parking-space.js +39 -0
  713. package/src/lib/actions/resources/parking-spaces/delete-parking-space.js.map +1 -0
  714. package/src/lib/actions/resources/parking-spaces/get-parking-space.d.ts +10 -0
  715. package/src/lib/actions/resources/parking-spaces/get-parking-space.js +49 -0
  716. package/src/lib/actions/resources/parking-spaces/get-parking-space.js.map +1 -0
  717. package/src/lib/actions/resources/parking-spaces/list-parking-space.d.ts +13 -0
  718. package/src/lib/actions/resources/parking-spaces/list-parking-space.js +78 -0
  719. package/src/lib/actions/resources/parking-spaces/list-parking-space.js.map +1 -0
  720. package/src/lib/actions/resources/parking-spaces/update-parking-space.d.ts +16 -0
  721. package/src/lib/actions/resources/parking-spaces/update-parking-space.js +93 -0
  722. package/src/lib/actions/resources/parking-spaces/update-parking-space.js.map +1 -0
  723. package/src/lib/actions/resources/partner-contracts/partner-contract-create.d.ts +31 -0
  724. package/src/lib/actions/resources/partner-contracts/partner-contract-create.js +203 -0
  725. package/src/lib/actions/resources/partner-contracts/partner-contract-create.js.map +1 -0
  726. package/src/lib/actions/resources/partner-contracts/partner-contract-delete.d.ts +9 -0
  727. package/src/lib/actions/resources/partner-contracts/partner-contract-delete.js +39 -0
  728. package/src/lib/actions/resources/partner-contracts/partner-contract-delete.js.map +1 -0
  729. package/src/lib/actions/resources/partner-contracts/partner-contract-read.d.ts +9 -0
  730. package/src/lib/actions/resources/partner-contracts/partner-contract-read.js +39 -0
  731. package/src/lib/actions/resources/partner-contracts/partner-contract-read.js.map +1 -0
  732. package/src/lib/actions/resources/partner-contracts/partner-contract-update.d.ts +32 -0
  733. package/src/lib/actions/resources/partner-contracts/partner-contract-update.js +208 -0
  734. package/src/lib/actions/resources/partner-contracts/partner-contract-update.js.map +1 -0
  735. package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.d.ts +10 -0
  736. package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.js +58 -0
  737. package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.js.map +1 -0
  738. package/src/lib/actions/resources/partner-expenses/expenses-listing.d.ts +17 -0
  739. package/src/lib/actions/resources/partner-expenses/expenses-listing.js +107 -0
  740. package/src/lib/actions/resources/partner-expenses/expenses-listing.js.map +1 -0
  741. package/src/lib/actions/resources/partner-invites/partner-invite-create.d.ts +15 -0
  742. package/src/lib/actions/resources/partner-invites/partner-invite-create.js +93 -0
  743. package/src/lib/actions/resources/partner-invites/partner-invite-create.js.map +1 -0
  744. package/src/lib/actions/resources/partner-invites/partner-invite-delete.d.ts +9 -0
  745. package/src/lib/actions/resources/partner-invites/partner-invite-delete.js +39 -0
  746. package/src/lib/actions/resources/partner-invites/partner-invite-delete.js.map +1 -0
  747. package/src/lib/actions/resources/partner-invites/partner-invite-read.d.ts +9 -0
  748. package/src/lib/actions/resources/partner-invites/partner-invite-read.js +39 -0
  749. package/src/lib/actions/resources/partner-invites/partner-invite-read.js.map +1 -0
  750. package/src/lib/actions/resources/partner-invites/partner-invite-update.d.ts +13 -0
  751. package/src/lib/actions/resources/partner-invites/partner-invite-update.js +77 -0
  752. package/src/lib/actions/resources/partner-invites/partner-invite-update.js.map +1 -0
  753. package/src/lib/actions/resources/partner-invites/partner-invites-listing.d.ts +16 -0
  754. package/src/lib/actions/resources/partner-invites/partner-invites-listing.js +95 -0
  755. package/src/lib/actions/resources/partner-invites/partner-invites-listing.js.map +1 -0
  756. package/src/lib/actions/resources/partner-revenues/revenues-listing.d.ts +16 -0
  757. package/src/lib/actions/resources/partner-revenues/revenues-listing.js +94 -0
  758. package/src/lib/actions/resources/partner-revenues/revenues-listing.js.map +1 -0
  759. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.d.ts +12 -0
  760. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.js +54 -0
  761. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.js.map +1 -0
  762. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.d.ts +10 -0
  763. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.js +44 -0
  764. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.js.map +1 -0
  765. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.d.ts +13 -0
  766. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.js +59 -0
  767. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.js.map +1 -0
  768. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.d.ts +11 -0
  769. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.js +63 -0
  770. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.js.map +1 -0
  771. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.d.ts +9 -0
  772. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.js +39 -0
  773. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.js.map +1 -0
  774. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.d.ts +13 -0
  775. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.js +73 -0
  776. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.js.map +1 -0
  777. package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.d.ts +10 -0
  778. package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.js +44 -0
  779. package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.js.map +1 -0
  780. package/src/lib/actions/resources/partners/partner-create.d.ts +48 -0
  781. package/src/lib/actions/resources/partners/partner-create.js +548 -0
  782. package/src/lib/actions/resources/partners/partner-create.js.map +1 -0
  783. package/src/lib/actions/resources/partners/partner-delete.d.ts +9 -0
  784. package/src/lib/actions/resources/partners/partner-delete.js +39 -0
  785. package/src/lib/actions/resources/partners/partner-delete.js.map +1 -0
  786. package/src/lib/actions/resources/partners/partner-read.d.ts +9 -0
  787. package/src/lib/actions/resources/partners/partner-read.js +39 -0
  788. package/src/lib/actions/resources/partners/partner-read.js.map +1 -0
  789. package/src/lib/actions/resources/partners/partner-update.d.ts +48 -0
  790. package/src/lib/actions/resources/partners/partner-update.js +548 -0
  791. package/src/lib/actions/resources/partners/partner-update.js.map +1 -0
  792. package/src/lib/actions/resources/partners/partners-listing.d.ts +13 -0
  793. package/src/lib/actions/resources/partners/partners-listing.js +327 -0
  794. package/src/lib/actions/resources/partners/partners-listing.js.map +1 -0
  795. package/src/lib/actions/resources/payment-terminals/create-payment-terminal.d.ts +13 -0
  796. package/src/lib/actions/resources/payment-terminals/create-payment-terminal.js +366 -0
  797. package/src/lib/actions/resources/payment-terminals/create-payment-terminal.js.map +1 -0
  798. package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.d.ts +9 -0
  799. package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.js +39 -0
  800. package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.js.map +1 -0
  801. package/src/lib/actions/resources/payment-terminals/get-payment-terminal.d.ts +9 -0
  802. package/src/lib/actions/resources/payment-terminals/get-payment-terminal.js +39 -0
  803. package/src/lib/actions/resources/payment-terminals/get-payment-terminal.js.map +1 -0
  804. package/src/lib/actions/resources/payment-terminals/get-payment-terminals.d.ts +11 -0
  805. package/src/lib/actions/resources/payment-terminals/get-payment-terminals.js +63 -0
  806. package/src/lib/actions/resources/payment-terminals/get-payment-terminals.js.map +1 -0
  807. package/src/lib/actions/resources/payment-terminals/update-payment-terminal.d.ts +14 -0
  808. package/src/lib/actions/resources/payment-terminals/update-payment-terminal.js +373 -0
  809. package/src/lib/actions/resources/payment-terminals/update-payment-terminal.js.map +1 -0
  810. package/src/lib/actions/resources/provisioning-certificates/create-pc-id.d.ts +13 -0
  811. package/src/lib/actions/resources/provisioning-certificates/create-pc-id.js +111 -0
  812. package/src/lib/actions/resources/provisioning-certificates/create-pc-id.js.map +1 -0
  813. package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.d.ts +9 -0
  814. package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.js +39 -0
  815. package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.js.map +1 -0
  816. package/src/lib/actions/resources/provisioning-certificates/get-pc-id.d.ts +9 -0
  817. package/src/lib/actions/resources/provisioning-certificates/get-pc-id.js +39 -0
  818. package/src/lib/actions/resources/provisioning-certificates/get-pc-id.js.map +1 -0
  819. package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.d.ts +10 -0
  820. package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.js +58 -0
  821. package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.js.map +1 -0
  822. package/src/lib/actions/resources/provisioning-certificates/update-pc-id.d.ts +14 -0
  823. package/src/lib/actions/resources/provisioning-certificates/update-pc-id.js +116 -0
  824. package/src/lib/actions/resources/provisioning-certificates/update-pc-id.js.map +1 -0
  825. package/src/lib/actions/resources/receipts/receipt-read.d.ts +9 -0
  826. package/src/lib/actions/resources/receipts/receipt-read.js +39 -0
  827. package/src/lib/actions/resources/receipts/receipt-read.js.map +1 -0
  828. package/src/lib/actions/resources/receipts/receipts-listing.d.ts +15 -0
  829. package/src/lib/actions/resources/receipts/receipts-listing.js +90 -0
  830. package/src/lib/actions/resources/receipts/receipts-listing.js.map +1 -0
  831. package/src/lib/actions/resources/reservations/reservation-read.d.ts +9 -0
  832. package/src/lib/actions/resources/reservations/reservation-read.js +39 -0
  833. package/src/lib/actions/resources/reservations/reservation-read.js.map +1 -0
  834. package/src/lib/actions/resources/reservations/reservations-listing.d.ts +15 -0
  835. package/src/lib/actions/resources/reservations/reservations-listing.js +91 -0
  836. package/src/lib/actions/resources/reservations/reservations-listing.js.map +1 -0
  837. package/src/lib/actions/resources/roaming-connections/get-roaming-connection.d.ts +9 -0
  838. package/src/lib/actions/resources/roaming-connections/get-roaming-connection.js +39 -0
  839. package/src/lib/actions/resources/roaming-connections/get-roaming-connection.js.map +1 -0
  840. package/src/lib/actions/resources/roaming-connections/list-roaming-connections.d.ts +10 -0
  841. package/src/lib/actions/resources/roaming-connections/list-roaming-connections.js +58 -0
  842. package/src/lib/actions/resources/roaming-connections/list-roaming-connections.js.map +1 -0
  843. package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.d.ts +16 -0
  844. package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.js +86 -0
  845. package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.js.map +1 -0
  846. package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.d.ts +10 -0
  847. package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.js +44 -0
  848. package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.js.map +1 -0
  849. package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.d.ts +10 -0
  850. package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.js +44 -0
  851. package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.js.map +1 -0
  852. package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.d.ts +14 -0
  853. package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.js +84 -0
  854. package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.js.map +1 -0
  855. package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.d.ts +10 -0
  856. package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.js +56 -0
  857. package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.js.map +1 -0
  858. package/src/lib/actions/resources/roaming-operators/roaming-operator-read.d.ts +9 -0
  859. package/src/lib/actions/resources/roaming-operators/roaming-operator-read.js +39 -0
  860. package/src/lib/actions/resources/roaming-operators/roaming-operator-read.js.map +1 -0
  861. package/src/lib/actions/resources/roaming-operators/roaming-operator-update.d.ts +19 -0
  862. package/src/lib/actions/resources/roaming-operators/roaming-operator-update.js +125 -0
  863. package/src/lib/actions/resources/roaming-operators/roaming-operator-update.js.map +1 -0
  864. package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.d.ts +10 -0
  865. package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.js +58 -0
  866. package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.js.map +1 -0
  867. package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.d.ts +17 -0
  868. package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.js +91 -0
  869. package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.js.map +1 -0
  870. package/src/lib/actions/resources/roaming-providers/roaming-provider-create.d.ts +13 -0
  871. package/src/lib/actions/resources/roaming-providers/roaming-provider-create.js +97 -0
  872. package/src/lib/actions/resources/roaming-providers/roaming-provider-create.js.map +1 -0
  873. package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.d.ts +9 -0
  874. package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.js +39 -0
  875. package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.js.map +1 -0
  876. package/src/lib/actions/resources/roaming-providers/roaming-provider-read.d.ts +9 -0
  877. package/src/lib/actions/resources/roaming-providers/roaming-provider-read.js +39 -0
  878. package/src/lib/actions/resources/roaming-providers/roaming-provider-read.js.map +1 -0
  879. package/src/lib/actions/resources/roaming-providers/roaming-provider-update.d.ts +14 -0
  880. package/src/lib/actions/resources/roaming-providers/roaming-provider-update.js +87 -0
  881. package/src/lib/actions/resources/roaming-providers/roaming-provider-update.js.map +1 -0
  882. package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.d.ts +13 -0
  883. package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.js +73 -0
  884. package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.js.map +1 -0
  885. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.d.ts +9 -0
  886. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.js +39 -0
  887. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.js.map +1 -0
  888. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.d.ts +10 -0
  889. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.js +44 -0
  890. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.js.map +1 -0
  891. package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.d.ts +10 -0
  892. package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.js +58 -0
  893. package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.js.map +1 -0
  894. package/src/lib/actions/resources/security-events/security-event-read.d.ts +9 -0
  895. package/src/lib/actions/resources/security-events/security-event-read.js +39 -0
  896. package/src/lib/actions/resources/security-events/security-event-read.js.map +1 -0
  897. package/src/lib/actions/resources/security-events/security-events-listing.d.ts +14 -0
  898. package/src/lib/actions/resources/security-events/security-events-listing.js +89 -0
  899. package/src/lib/actions/resources/security-events/security-events-listing.js.map +1 -0
  900. package/src/lib/actions/resources/sessions/session-read.d.ts +16 -0
  901. package/src/lib/actions/resources/sessions/session-read.js +116 -0
  902. package/src/lib/actions/resources/sessions/session-read.js.map +1 -0
  903. package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.d.ts +9 -0
  904. package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.js +39 -0
  905. package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.js.map +1 -0
  906. package/src/lib/actions/resources/sessions/sessions-listing.d.ts +46 -0
  907. package/src/lib/actions/resources/sessions/sessions-listing.js +376 -0
  908. package/src/lib/actions/resources/sessions/sessions-listing.js.map +1 -0
  909. package/src/lib/actions/resources/settings/settings-listing.d.ts +7 -0
  910. package/src/lib/actions/resources/settings/settings-listing.js +33 -0
  911. package/src/lib/actions/resources/settings/settings-listing.js.map +1 -0
  912. package/src/lib/actions/resources/sub-operators/sub-operator-read.d.ts +9 -0
  913. package/src/lib/actions/resources/sub-operators/sub-operator-read.js +39 -0
  914. package/src/lib/actions/resources/sub-operators/sub-operator-read.js.map +1 -0
  915. package/src/lib/actions/resources/sub-operators/sub-operators-listing.d.ts +10 -0
  916. package/src/lib/actions/resources/sub-operators/sub-operators-listing.js +58 -0
  917. package/src/lib/actions/resources/sub-operators/sub-operators-listing.js.map +1 -0
  918. package/src/lib/actions/resources/subscription-plans/subscription-plan-create.d.ts +34 -0
  919. package/src/lib/actions/resources/subscription-plans/subscription-plan-create.js +763 -0
  920. package/src/lib/actions/resources/subscription-plans/subscription-plan-create.js.map +1 -0
  921. package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.d.ts +9 -0
  922. package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.js +39 -0
  923. package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.js.map +1 -0
  924. package/src/lib/actions/resources/subscription-plans/subscription-plan-read.d.ts +9 -0
  925. package/src/lib/actions/resources/subscription-plans/subscription-plan-read.js +39 -0
  926. package/src/lib/actions/resources/subscription-plans/subscription-plan-read.js.map +1 -0
  927. package/src/lib/actions/resources/subscription-plans/subscription-plan-update.d.ts +35 -0
  928. package/src/lib/actions/resources/subscription-plans/subscription-plan-update.js +762 -0
  929. package/src/lib/actions/resources/subscription-plans/subscription-plan-update.js.map +1 -0
  930. package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.d.ts +10 -0
  931. package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.js +58 -0
  932. package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.js.map +1 -0
  933. package/src/lib/actions/resources/subscriptions/subscription-read.d.ts +9 -0
  934. package/src/lib/actions/resources/subscriptions/subscription-read.js +39 -0
  935. package/src/lib/actions/resources/subscriptions/subscription-read.js.map +1 -0
  936. package/src/lib/actions/resources/subscriptions/subscriptions-listing.d.ts +15 -0
  937. package/src/lib/actions/resources/subscriptions/subscriptions-listing.js +92 -0
  938. package/src/lib/actions/resources/subscriptions/subscriptions-listing.js.map +1 -0
  939. package/src/lib/actions/resources/tariff-groups/tariff-group-create.d.ts +11 -0
  940. package/src/lib/actions/resources/tariff-groups/tariff-group-create.js +49 -0
  941. package/src/lib/actions/resources/tariff-groups/tariff-group-create.js.map +1 -0
  942. package/src/lib/actions/resources/tariff-groups/tariff-group-delete.d.ts +9 -0
  943. package/src/lib/actions/resources/tariff-groups/tariff-group-delete.js +39 -0
  944. package/src/lib/actions/resources/tariff-groups/tariff-group-delete.js.map +1 -0
  945. package/src/lib/actions/resources/tariff-groups/tariff-group-read.d.ts +9 -0
  946. package/src/lib/actions/resources/tariff-groups/tariff-group-read.js +39 -0
  947. package/src/lib/actions/resources/tariff-groups/tariff-group-read.js.map +1 -0
  948. package/src/lib/actions/resources/tariff-groups/tariff-group-update.d.ts +12 -0
  949. package/src/lib/actions/resources/tariff-groups/tariff-group-update.js +54 -0
  950. package/src/lib/actions/resources/tariff-groups/tariff-group-update.js.map +1 -0
  951. package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.d.ts +11 -0
  952. package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.js +63 -0
  953. package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.js.map +1 -0
  954. package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.d.ts +9 -0
  955. package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.js +39 -0
  956. package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.js.map +1 -0
  957. package/src/lib/actions/resources/tariffs/tariff-create.d.ts +86 -0
  958. package/src/lib/actions/resources/tariffs/tariff-create.js +773 -0
  959. package/src/lib/actions/resources/tariffs/tariff-create.js.map +1 -0
  960. package/src/lib/actions/resources/tariffs/tariff-delete.d.ts +9 -0
  961. package/src/lib/actions/resources/tariffs/tariff-delete.js +39 -0
  962. package/src/lib/actions/resources/tariffs/tariff-delete.js.map +1 -0
  963. package/src/lib/actions/resources/tariffs/tariff-read.d.ts +9 -0
  964. package/src/lib/actions/resources/tariffs/tariff-read.js +39 -0
  965. package/src/lib/actions/resources/tariffs/tariff-read.js.map +1 -0
  966. package/src/lib/actions/resources/tariffs/tariff-update.d.ts +87 -0
  967. package/src/lib/actions/resources/tariffs/tariff-update.js +761 -0
  968. package/src/lib/actions/resources/tariffs/tariff-update.js.map +1 -0
  969. package/src/lib/actions/resources/tariffs/tariffs-listing.d.ts +14 -0
  970. package/src/lib/actions/resources/tariffs/tariffs-listing.js +78 -0
  971. package/src/lib/actions/resources/tariffs/tariffs-listing.js.map +1 -0
  972. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.d.ts +9 -0
  973. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.js +39 -0
  974. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.js.map +1 -0
  975. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.d.ts +9 -0
  976. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.js +39 -0
  977. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.js.map +1 -0
  978. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.d.ts +9 -0
  979. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.js +39 -0
  980. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.js.map +1 -0
  981. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.d.ts +10 -0
  982. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.js +44 -0
  983. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.js.map +1 -0
  984. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.d.ts +10 -0
  985. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.js +58 -0
  986. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.js.map +1 -0
  987. package/src/lib/actions/resources/taxes/tax-create.d.ts +12 -0
  988. package/src/lib/actions/resources/taxes/tax-create.js +66 -0
  989. package/src/lib/actions/resources/taxes/tax-create.js.map +1 -0
  990. package/src/lib/actions/resources/taxes/tax-delete.d.ts +9 -0
  991. package/src/lib/actions/resources/taxes/tax-delete.js +39 -0
  992. package/src/lib/actions/resources/taxes/tax-delete.js.map +1 -0
  993. package/src/lib/actions/resources/taxes/tax-read.d.ts +9 -0
  994. package/src/lib/actions/resources/taxes/tax-read.js +39 -0
  995. package/src/lib/actions/resources/taxes/tax-read.js.map +1 -0
  996. package/src/lib/actions/resources/taxes/tax-update.d.ts +13 -0
  997. package/src/lib/actions/resources/taxes/tax-update.js +71 -0
  998. package/src/lib/actions/resources/taxes/tax-update.js.map +1 -0
  999. package/src/lib/actions/resources/taxes/taxes-listing.d.ts +10 -0
  1000. package/src/lib/actions/resources/taxes/taxes-listing.js +58 -0
  1001. package/src/lib/actions/resources/taxes/taxes-listing.js.map +1 -0
  1002. package/src/lib/actions/resources/templates/templates-listing.d.ts +10 -0
  1003. package/src/lib/actions/resources/templates/templates-listing.js +58 -0
  1004. package/src/lib/actions/resources/templates/templates-listing.js.map +1 -0
  1005. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.d.ts +10 -0
  1006. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.js +44 -0
  1007. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.js.map +1 -0
  1008. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.d.ts +9 -0
  1009. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.js +39 -0
  1010. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.js.map +1 -0
  1011. package/src/lib/actions/resources/top-up-packages/top-up-packag-create.d.ts +11 -0
  1012. package/src/lib/actions/resources/top-up-packages/top-up-packag-create.js +55 -0
  1013. package/src/lib/actions/resources/top-up-packages/top-up-packag-create.js.map +1 -0
  1014. package/src/lib/actions/resources/top-up-packages/top-up-package-delete.d.ts +9 -0
  1015. package/src/lib/actions/resources/top-up-packages/top-up-package-delete.js +39 -0
  1016. package/src/lib/actions/resources/top-up-packages/top-up-package-delete.js.map +1 -0
  1017. package/src/lib/actions/resources/top-up-packages/top-up-package-read.d.ts +9 -0
  1018. package/src/lib/actions/resources/top-up-packages/top-up-package-read.js +39 -0
  1019. package/src/lib/actions/resources/top-up-packages/top-up-package-read.js.map +1 -0
  1020. package/src/lib/actions/resources/top-up-packages/top-up-package-update.d.ts +12 -0
  1021. package/src/lib/actions/resources/top-up-packages/top-up-package-update.js +60 -0
  1022. package/src/lib/actions/resources/top-up-packages/top-up-package-update.js.map +1 -0
  1023. package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.d.ts +11 -0
  1024. package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.js +63 -0
  1025. package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.js.map +1 -0
  1026. package/src/lib/actions/resources/transactions/transaction-read.d.ts +9 -0
  1027. package/src/lib/actions/resources/transactions/transaction-read.js +39 -0
  1028. package/src/lib/actions/resources/transactions/transaction-read.js.map +1 -0
  1029. package/src/lib/actions/resources/transactions/transaction-update.d.ts +20 -0
  1030. package/src/lib/actions/resources/transactions/transaction-update.js +137 -0
  1031. package/src/lib/actions/resources/transactions/transaction-update.js.map +1 -0
  1032. package/src/lib/actions/resources/transactions/transactions-create.d.ts +21 -0
  1033. package/src/lib/actions/resources/transactions/transactions-create.js +151 -0
  1034. package/src/lib/actions/resources/transactions/transactions-create.js.map +1 -0
  1035. package/src/lib/actions/resources/transactions/transactions-listing.d.ts +26 -0
  1036. package/src/lib/actions/resources/transactions/transactions-listing.js +179 -0
  1037. package/src/lib/actions/resources/transactions/transactions-listing.js.map +1 -0
  1038. package/src/lib/actions/resources/user-groups/user-group-create.d.ts +11 -0
  1039. package/src/lib/actions/resources/user-groups/user-group-create.js +49 -0
  1040. package/src/lib/actions/resources/user-groups/user-group-create.js.map +1 -0
  1041. package/src/lib/actions/resources/user-groups/user-group-delete.d.ts +9 -0
  1042. package/src/lib/actions/resources/user-groups/user-group-delete.js +39 -0
  1043. package/src/lib/actions/resources/user-groups/user-group-delete.js.map +1 -0
  1044. package/src/lib/actions/resources/user-groups/user-group-read.d.ts +9 -0
  1045. package/src/lib/actions/resources/user-groups/user-group-read.js +39 -0
  1046. package/src/lib/actions/resources/user-groups/user-group-read.js.map +1 -0
  1047. package/src/lib/actions/resources/user-groups/user-group-update.d.ts +12 -0
  1048. package/src/lib/actions/resources/user-groups/user-group-update.js +54 -0
  1049. package/src/lib/actions/resources/user-groups/user-group-update.js.map +1 -0
  1050. package/src/lib/actions/resources/user-groups/user-groups-listing.d.ts +12 -0
  1051. package/src/lib/actions/resources/user-groups/user-groups-listing.js +68 -0
  1052. package/src/lib/actions/resources/user-groups/user-groups-listing.js.map +1 -0
  1053. package/src/lib/actions/resources/users/invoice-details-create-or-update.d.ts +14 -0
  1054. package/src/lib/actions/resources/users/invoice-details-create-or-update.js +1394 -0
  1055. package/src/lib/actions/resources/users/invoice-details-create-or-update.js.map +1 -0
  1056. package/src/lib/actions/resources/users/invoice-details-read.d.ts +9 -0
  1057. package/src/lib/actions/resources/users/invoice-details-read.js +39 -0
  1058. package/src/lib/actions/resources/users/invoice-details-read.js.map +1 -0
  1059. package/src/lib/actions/resources/users/payment-method-create.d.ts +12 -0
  1060. package/src/lib/actions/resources/users/payment-method-create.js +65 -0
  1061. package/src/lib/actions/resources/users/payment-method-create.js.map +1 -0
  1062. package/src/lib/actions/resources/users/payment-method-delete.d.ts +10 -0
  1063. package/src/lib/actions/resources/users/payment-method-delete.js +44 -0
  1064. package/src/lib/actions/resources/users/payment-method-delete.js.map +1 -0
  1065. package/src/lib/actions/resources/users/payment-method-read.d.ts +10 -0
  1066. package/src/lib/actions/resources/users/payment-method-read.js +44 -0
  1067. package/src/lib/actions/resources/users/payment-method-read.js.map +1 -0
  1068. package/src/lib/actions/resources/users/payment-method-update.d.ts +11 -0
  1069. package/src/lib/actions/resources/users/payment-method-update.js +55 -0
  1070. package/src/lib/actions/resources/users/payment-method-update.js.map +1 -0
  1071. package/src/lib/actions/resources/users/payment-methods-listing.d.ts +11 -0
  1072. package/src/lib/actions/resources/users/payment-methods-listing.js +63 -0
  1073. package/src/lib/actions/resources/users/payment-methods-listing.js.map +1 -0
  1074. package/src/lib/actions/resources/users/user-create.d.ts +38 -0
  1075. package/src/lib/actions/resources/users/user-create.js +467 -0
  1076. package/src/lib/actions/resources/users/user-create.js.map +1 -0
  1077. package/src/lib/actions/resources/users/user-delete.d.ts +10 -0
  1078. package/src/lib/actions/resources/users/user-delete.js +50 -0
  1079. package/src/lib/actions/resources/users/user-delete.js.map +1 -0
  1080. package/src/lib/actions/resources/users/user-read.d.ts +11 -0
  1081. package/src/lib/actions/resources/users/user-read.js +61 -0
  1082. package/src/lib/actions/resources/users/user-read.js.map +1 -0
  1083. package/src/lib/actions/resources/users/user-update.d.ts +37 -0
  1084. package/src/lib/actions/resources/users/user-update.js +468 -0
  1085. package/src/lib/actions/resources/users/user-update.js.map +1 -0
  1086. package/src/lib/actions/resources/users/users-listing.d.ts +18 -0
  1087. package/src/lib/actions/resources/users/users-listing.js +104 -0
  1088. package/src/lib/actions/resources/users/users-listing.js.map +1 -0
  1089. package/src/lib/actions/resources/utilities/create-utility.d.ts +9 -0
  1090. package/src/lib/actions/resources/utilities/create-utility.js +39 -0
  1091. package/src/lib/actions/resources/utilities/create-utility.js.map +1 -0
  1092. package/src/lib/actions/resources/utilities/delete-utility.d.ts +9 -0
  1093. package/src/lib/actions/resources/utilities/delete-utility.js +39 -0
  1094. package/src/lib/actions/resources/utilities/delete-utility.js.map +1 -0
  1095. package/src/lib/actions/resources/utilities/get-utility.d.ts +9 -0
  1096. package/src/lib/actions/resources/utilities/get-utility.js +39 -0
  1097. package/src/lib/actions/resources/utilities/get-utility.js.map +1 -0
  1098. package/src/lib/actions/resources/utilities/list-utilities.d.ts +10 -0
  1099. package/src/lib/actions/resources/utilities/list-utilities.js +58 -0
  1100. package/src/lib/actions/resources/utilities/list-utilities.js.map +1 -0
  1101. package/src/lib/actions/resources/utilities/update-utility.d.ts +10 -0
  1102. package/src/lib/actions/resources/utilities/update-utility.js +44 -0
  1103. package/src/lib/actions/resources/utilities/update-utility.js.map +1 -0
  1104. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.d.ts +12 -0
  1105. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.js +54 -0
  1106. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.js.map +1 -0
  1107. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.d.ts +9 -0
  1108. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.js +39 -0
  1109. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.js.map +1 -0
  1110. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.d.ts +9 -0
  1111. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.js +39 -0
  1112. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.js.map +1 -0
  1113. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.d.ts +13 -0
  1114. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.js +59 -0
  1115. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.js.map +1 -0
  1116. package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.d.ts +10 -0
  1117. package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.js +58 -0
  1118. package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.js.map +1 -0
  1119. package/src/lib/actions/resources/vouchers/voucher-create.d.ts +15 -0
  1120. package/src/lib/actions/resources/vouchers/voucher-create.js +92 -0
  1121. package/src/lib/actions/resources/vouchers/voucher-create.js.map +1 -0
  1122. package/src/lib/actions/resources/vouchers/voucher-delete.d.ts +9 -0
  1123. package/src/lib/actions/resources/vouchers/voucher-delete.js +39 -0
  1124. package/src/lib/actions/resources/vouchers/voucher-delete.js.map +1 -0
  1125. package/src/lib/actions/resources/vouchers/voucher-read.d.ts +9 -0
  1126. package/src/lib/actions/resources/vouchers/voucher-read.js +39 -0
  1127. package/src/lib/actions/resources/vouchers/voucher-read.js.map +1 -0
  1128. package/src/lib/actions/resources/vouchers/voucher-update.d.ts +16 -0
  1129. package/src/lib/actions/resources/vouchers/voucher-update.js +103 -0
  1130. package/src/lib/actions/resources/vouchers/voucher-update.js.map +1 -0
  1131. package/src/lib/actions/resources/vouchers/vouchers-listing.d.ts +19 -0
  1132. package/src/lib/actions/resources/vouchers/vouchers-listing.js +120 -0
  1133. package/src/lib/actions/resources/vouchers/vouchers-listing.js.map +1 -0
  1134. package/src/lib/common/auth.d.ts +4 -0
  1135. package/src/lib/common/auth.js +20 -0
  1136. package/src/lib/common/auth.js.map +1 -0
  1137. package/src/lib/common/utils.d.ts +88 -0
  1138. package/src/lib/common/utils.js +405 -0
  1139. package/src/lib/common/utils.js.map +1 -0
  1140. package/src/lib/models/responses.d.ts +9430 -0
  1141. package/src/lib/models/responses.js +3 -0
  1142. package/src/lib/models/responses.js.map +1 -0
  1143. package/src/lib/triggers/webhook.d.ts +20 -0
  1144. package/src/lib/triggers/webhook.js +113 -0
  1145. package/src/lib/triggers/webhook.js.map +1 -0
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.chargePointEvseConnectorDeleteAction = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const pieces_common_1 = require("@activepieces/pieces-common");
6
+ const pieces_framework_1 = require("@activepieces/pieces-framework");
7
+ const auth_1 = require("../../../common/auth");
8
+ const utils_1 = require("../../../common/utils");
9
+ /**
10
+ * Generated from API version: 3.96.4
11
+ */
12
+ // Endpoint: DELETE /public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse}/connectors/{connector}
13
+ exports.chargePointEvseConnectorDeleteAction = (0, pieces_framework_1.createAction)({
14
+ auth: auth_1.ampecoAuth,
15
+ name: 'chargePointEvseConnectorDelete',
16
+ displayName: 'Resources - Charge Points - Charge Point Evse Connector Delete',
17
+ description: 'Delete a charge point evse\'s connector.',
18
+ props: {
19
+ chargePoint: pieces_framework_1.Property.Number({
20
+ displayName: 'Charge Point',
21
+ required: true,
22
+ }),
23
+ evse: pieces_framework_1.Property.Number({
24
+ displayName: 'Evse',
25
+ required: true,
26
+ }),
27
+ connector: pieces_framework_1.Property.Number({
28
+ displayName: 'Connector',
29
+ required: true,
30
+ }),
31
+ },
32
+ run(context) {
33
+ return tslib_1.__awaiter(this, void 0, void 0, function* () {
34
+ try {
35
+ const url = (0, utils_1.processPathParameters)('/public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse}/connectors/{connector}', context.propsValue);
36
+ const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
37
+ const body = undefined;
38
+ return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.DELETE, body, queryParams);
39
+ }
40
+ catch (error) {
41
+ (0, utils_1.handleApiError)(error);
42
+ }
43
+ });
44
+ },
45
+ });
46
+ //# sourceMappingURL=charge-point-evse-connector-delete.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"charge-point-evse-connector-delete.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAqH;AAErH;;GAEG;AAEH,8GAA8G;AAEjG,QAAA,oCAAoC,GAAG,IAAA,+BAAY,EAAC;IAC/D,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,gCAAgC;IACtC,WAAW,EAAE,gEAAgE;IAC7E,WAAW,EAAE,0CAA0C;IACvD,KAAK,EAAE;QAEP,WAAW,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC3B,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,IAAI,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACpB,WAAW,EAAE,MAAM;YACnB,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,SAAS,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACzB,WAAW,EAAE,WAAW;YACxB,QAAQ,EAAE,IAAI;SACf,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,4FAA4F,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAEpJ,MAAM,WAAW,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;gBAE/D,MAAM,IAAI,GAAG,SAAS,CAAC;gBAGvB,OAAO,MAAM,IAAA,yBAAiB,EAC5B,OAAO,CAAC,IAAI,EACZ,GAAG,EACH,0BAAU,CAAC,MAAM,EACjB,IAAI,EACJ,WAAW,CACD,CAAC;YAEf,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;KAAA;CACF,CAAC,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated from API version: 3.96.4
3
+ */
4
+ export declare const chargePointEvseConnectorReadAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
5
+ baseApiUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
6
+ token: import("@activepieces/pieces-framework").SecretTextProperty<true>;
7
+ }>, {
8
+ chargePoint: import("@activepieces/pieces-framework").NumberProperty<true>;
9
+ evse: import("@activepieces/pieces-framework").NumberProperty<true>;
10
+ connector: import("@activepieces/pieces-framework").NumberProperty<true>;
11
+ }>;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.chargePointEvseConnectorReadAction = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const pieces_common_1 = require("@activepieces/pieces-common");
6
+ const pieces_framework_1 = require("@activepieces/pieces-framework");
7
+ const auth_1 = require("../../../common/auth");
8
+ const utils_1 = require("../../../common/utils");
9
+ /**
10
+ * Generated from API version: 3.96.4
11
+ */
12
+ // Endpoint: GET /public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse}/connectors/{connector}
13
+ exports.chargePointEvseConnectorReadAction = (0, pieces_framework_1.createAction)({
14
+ auth: auth_1.ampecoAuth,
15
+ name: 'chargePointEvseConnectorRead',
16
+ displayName: 'Resources - Charge Points - Charge Point Evse Connector Read',
17
+ description: "Get a charge point evse's connector.",
18
+ props: {
19
+ chargePoint: pieces_framework_1.Property.Number({
20
+ displayName: 'Charge Point',
21
+ required: true,
22
+ }),
23
+ evse: pieces_framework_1.Property.Number({
24
+ displayName: 'Evse',
25
+ required: true,
26
+ }),
27
+ connector: pieces_framework_1.Property.Number({
28
+ displayName: 'Connector',
29
+ required: true,
30
+ }),
31
+ },
32
+ run(context) {
33
+ return tslib_1.__awaiter(this, void 0, void 0, function* () {
34
+ try {
35
+ const url = (0, utils_1.processPathParameters)('/public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse}/connectors/{connector}', context.propsValue);
36
+ const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
37
+ const body = undefined;
38
+ return (yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.GET, body, queryParams));
39
+ }
40
+ catch (error) {
41
+ (0, utils_1.handleApiError)(error);
42
+ }
43
+ });
44
+ },
45
+ });
46
+ //# sourceMappingURL=charge-point-evse-connector-read.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"charge-point-evse-connector-read.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAK+B;AAG/B;;GAEG;AAEH,2GAA2G;AAC9F,QAAA,kCAAkC,GAAG,IAAA,+BAAY,EAAC;IAC7D,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,8BAA8B;IACpC,WAAW,EAAE,8DAA8D;IAC3E,WAAW,EAAE,sCAAsC;IACnD,KAAK,EAAE;QACL,WAAW,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC3B,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,IAAI,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACpB,WAAW,EAAE,MAAM;YACnB,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,SAAS,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACzB,WAAW,EAAE,WAAW;YACxB,QAAQ,EAAE,IAAI;SACf,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAC/B,4FAA4F,EAC5F,OAAO,CAAC,UAAU,CACnB,CAAC;gBAEF,MAAM,WAAW,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;gBAE/D,MAAM,IAAI,GAAG,SAAS,CAAC;gBAEvB,OAAO,CAAC,MAAM,IAAA,yBAAiB,EAC7B,OAAO,CAAC,IAAI,EACZ,GAAG,EACH,0BAAU,CAAC,GAAG,EACd,IAAI,EACJ,WAAW,CACZ,CAAyC,CAAC;YAC7C,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;KAAA;CACF,CAAC,CAAC"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated from API version: 3.96.4
3
+ */
4
+ export declare const chargePointEvseConnectorUpdateAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
5
+ baseApiUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
6
+ token: import("@activepieces/pieces-framework").SecretTextProperty<true>;
7
+ }>, {
8
+ chargePoint: import("@activepieces/pieces-framework").NumberProperty<true>;
9
+ evse: import("@activepieces/pieces-framework").NumberProperty<true>;
10
+ connector: import("@activepieces/pieces-framework").NumberProperty<true>;
11
+ type: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
12
+ format: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
13
+ status: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
14
+ }>;
@@ -0,0 +1,101 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.chargePointEvseConnectorUpdateAction = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const pieces_common_1 = require("@activepieces/pieces-common");
6
+ const pieces_framework_1 = require("@activepieces/pieces-framework");
7
+ const auth_1 = require("../../../common/auth");
8
+ const utils_1 = require("../../../common/utils");
9
+ /**
10
+ * Generated from API version: 3.96.4
11
+ */
12
+ // Endpoint: PATCH /public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse}/connectors/{connector}
13
+ exports.chargePointEvseConnectorUpdateAction = (0, pieces_framework_1.createAction)({
14
+ auth: auth_1.ampecoAuth,
15
+ name: 'chargePointEvseConnectorUpdate',
16
+ displayName: 'Resources - Charge Points - Charge Point Evse Connector Update',
17
+ description: "Update a charge point evse's connector.",
18
+ props: {
19
+ chargePoint: pieces_framework_1.Property.Number({
20
+ displayName: 'Charge Point',
21
+ required: true,
22
+ }),
23
+ evse: pieces_framework_1.Property.Number({
24
+ displayName: 'Evse',
25
+ required: true,
26
+ }),
27
+ connector: pieces_framework_1.Property.Number({
28
+ displayName: 'Connector',
29
+ required: true,
30
+ }),
31
+ type: pieces_framework_1.Property.StaticDropdown({
32
+ displayName: 'Type',
33
+ description: `Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connector\n- **j1772**: SAE J1772 connector\n- **inductive**: Inductive/wireless charging\n- **nema-5-20**: Domestic M NEMA 5-20 Socket\n- **type-e-french**: French Type E socket\n- **type-g-british**: British Type G socket\n- **type-j-swiss**: Swiss Type J socket\n- **avcon**: AVCON connector (Australian standard)\n- **gb-t-ac**: GB/T AC connector (Chinese standard)\n- **gb-t-dc**: GB/T DC connector (Chinese standard)\n- **chaoji**: ChaoJi (CHAdeMO 3.0)\n- **nema-6-30**: NEMA 6-30\n- **nema-6-50**: NEMA 6-50\n`,
34
+ required: false,
35
+ options: {
36
+ options: [
37
+ { label: 'type1', value: 'type1' },
38
+ { label: 'type2', value: 'type2' },
39
+ { label: 'type3', value: 'type3' },
40
+ { label: 'chademo', value: 'chademo' },
41
+ { label: 'ccs1', value: 'ccs1' },
42
+ { label: 'ccs2', value: 'ccs2' },
43
+ { label: 'schuko', value: 'schuko' },
44
+ { label: 'nacs', value: 'nacs' },
45
+ { label: 'cee16', value: 'cee16' },
46
+ { label: 'cee32', value: 'cee32' },
47
+ { label: 'j1772', value: 'j1772' },
48
+ { label: 'inductive', value: 'inductive' },
49
+ { label: 'nema-5-20', value: 'nema-5-20' },
50
+ { label: 'type-e-french', value: 'type-e-french' },
51
+ { label: 'type-g-british', value: 'type-g-british' },
52
+ { label: 'type-j-swiss', value: 'type-j-swiss' },
53
+ { label: 'avcon', value: 'avcon' },
54
+ { label: 'gb-t-ac', value: 'gb-t-ac' },
55
+ { label: 'gb-t-dc', value: 'gb-t-dc' },
56
+ { label: 'chaoji', value: 'chaoji' },
57
+ { label: 'nema-6-30', value: 'nema-6-30' },
58
+ { label: 'nema-6-50', value: 'nema-6-50' },
59
+ ],
60
+ },
61
+ }),
62
+ format: pieces_framework_1.Property.StaticDropdown({
63
+ displayName: 'Format',
64
+ required: false,
65
+ options: {
66
+ options: [
67
+ { label: 'socket', value: 'socket' },
68
+ { label: 'cable', value: 'cable' },
69
+ ],
70
+ },
71
+ }),
72
+ status: pieces_framework_1.Property.StaticDropdown({
73
+ displayName: 'Status',
74
+ required: false,
75
+ options: {
76
+ options: [
77
+ { label: 'enabled', value: 'enabled' },
78
+ { label: 'disabled', value: 'disabled' },
79
+ ],
80
+ },
81
+ }),
82
+ },
83
+ run(context) {
84
+ return tslib_1.__awaiter(this, void 0, void 0, function* () {
85
+ try {
86
+ const url = (0, utils_1.processPathParameters)('/public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse}/connectors/{connector}', context.propsValue);
87
+ const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
88
+ const body = (0, utils_1.prepareRequestBody)(context.propsValue, [
89
+ 'type',
90
+ 'format',
91
+ 'status',
92
+ ]);
93
+ return (yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.PATCH, body, queryParams));
94
+ }
95
+ catch (error) {
96
+ (0, utils_1.handleApiError)(error);
97
+ }
98
+ });
99
+ },
100
+ });
101
+ //# sourceMappingURL=charge-point-evse-connector-update.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"charge-point-evse-connector-update.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated from API version: 3.96.4
3
+ */
4
+ export declare const chargePointEvseConnectorsListingAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
5
+ baseApiUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
6
+ token: import("@activepieces/pieces-framework").SecretTextProperty<true>;
7
+ }>, {
8
+ chargePoint: import("@activepieces/pieces-framework").NumberProperty<true>;
9
+ evse: import("@activepieces/pieces-framework").NumberProperty<true>;
10
+ }>;
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.chargePointEvseConnectorsListingAction = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const pieces_common_1 = require("@activepieces/pieces-common");
6
+ const pieces_framework_1 = require("@activepieces/pieces-framework");
7
+ const auth_1 = require("../../../common/auth");
8
+ const utils_1 = require("../../../common/utils");
9
+ /**
10
+ * Generated from API version: 3.96.4
11
+ */
12
+ // Endpoint: GET /public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse}/connectors
13
+ exports.chargePointEvseConnectorsListingAction = (0, pieces_framework_1.createAction)({
14
+ auth: auth_1.ampecoAuth,
15
+ name: 'chargePointEvseConnectorsListing',
16
+ displayName: 'Resources - Charge Points - Charge Point Evse Connectors Listing',
17
+ description: 'Get a charge point evse\'s all connectors.',
18
+ props: {
19
+ chargePoint: pieces_framework_1.Property.Number({
20
+ displayName: 'Charge Point',
21
+ required: true,
22
+ }),
23
+ evse: pieces_framework_1.Property.Number({
24
+ displayName: 'Evse',
25
+ required: true,
26
+ }),
27
+ },
28
+ run(context) {
29
+ return tslib_1.__awaiter(this, void 0, void 0, function* () {
30
+ try {
31
+ const url = (0, utils_1.processPathParameters)('/public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse}/connectors', context.propsValue);
32
+ const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
33
+ const body = undefined;
34
+ return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.GET, body, queryParams);
35
+ }
36
+ catch (error) {
37
+ (0, utils_1.handleApiError)(error);
38
+ }
39
+ });
40
+ },
41
+ });
42
+ //# sourceMappingURL=charge-point-evse-connectors-listing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"charge-point-evse-connectors-listing.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAqH;AAGrH;;GAEG;AAEH,+FAA+F;AAElF,QAAA,sCAAsC,GAAG,IAAA,+BAAY,EAAC;IACjE,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,kCAAkC;IACxC,WAAW,EAAE,kEAAkE;IAC/E,WAAW,EAAE,4CAA4C;IACzD,KAAK,EAAE;QAEP,WAAW,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC3B,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,IAAI,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACpB,WAAW,EAAE,MAAM;YACnB,QAAQ,EAAE,IAAI;SACf,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,gFAAgF,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAExI,MAAM,WAAW,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;gBAE/D,MAAM,IAAI,GAAG,SAAS,CAAC;gBAGvB,OAAO,MAAM,IAAA,yBAAiB,EAC5B,OAAO,CAAC,IAAI,EACZ,GAAG,EACH,0BAAU,CAAC,GAAG,EACd,IAAI,EACJ,WAAW,CACgC,CAAC;YAEhD,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;KAAA;CACF,CAAC,CAAC"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Generated from API version: 3.96.4
3
+ */
4
+ export declare const chargePointEvseCreateAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
5
+ baseApiUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
6
+ token: import("@activepieces/pieces-framework").SecretTextProperty<true>;
7
+ }>, {
8
+ chargePoint: import("@activepieces/pieces-framework").NumberProperty<true>;
9
+ physicalReference: import("@activepieces/pieces-framework").ShortTextProperty<true>;
10
+ currentType: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
11
+ label: import("@activepieces/pieces-framework").ShortTextProperty<false>;
12
+ networkId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
13
+ status: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
14
+ midMeterCertificationEndYear: import("@activepieces/pieces-framework").NumberProperty<false>;
15
+ tariffGroupId: import("@activepieces/pieces-framework").NumberProperty<false>;
16
+ allowsReservation: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
17
+ bookingEnabled: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
18
+ powerOptions__maxPower: import("@activepieces/pieces-framework").NumberProperty<false>;
19
+ powerOptions__maxVoltage: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
20
+ powerOptions__maxAmperage: import("@activepieces/pieces-framework").NumberProperty<false>;
21
+ powerOptions__phases: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
22
+ powerOptions__phaseRotation: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
23
+ powerOptions__connectedPhase: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
24
+ externalId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
25
+ }>;
@@ -0,0 +1,183 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.chargePointEvseCreateAction = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const pieces_common_1 = require("@activepieces/pieces-common");
6
+ const pieces_framework_1 = require("@activepieces/pieces-framework");
7
+ const auth_1 = require("../../../common/auth");
8
+ const utils_1 = require("../../../common/utils");
9
+ /**
10
+ * Generated from API version: 3.96.4
11
+ */
12
+ // Endpoint: POST /public-api/resources/charge-points/v2.0/{chargePoint}/evses
13
+ exports.chargePointEvseCreateAction = (0, pieces_framework_1.createAction)({
14
+ auth: auth_1.ampecoAuth,
15
+ name: 'chargePointEvseCreate',
16
+ displayName: 'Resources - Charge Points - Charge Point Evse Create',
17
+ description: 'Create new EVSE within the Charge Point.',
18
+ props: {
19
+ chargePoint: pieces_framework_1.Property.Number({
20
+ displayName: 'Charge Point',
21
+ required: true,
22
+ }),
23
+ physicalReference: pieces_framework_1.Property.ShortText({
24
+ displayName: 'Physical Reference',
25
+ description: 'The identifier that is presented to the users, so they can identify the EVSE at the location.',
26
+ required: true,
27
+ }),
28
+ currentType: pieces_framework_1.Property.StaticDropdown({
29
+ displayName: 'Current Type',
30
+ description: `Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n`,
31
+ required: true,
32
+ options: {
33
+ options: [
34
+ { label: 'ac', value: 'ac' },
35
+ { label: 'dc', value: 'dc' }
36
+ ],
37
+ },
38
+ }),
39
+ label: pieces_framework_1.Property.ShortText({
40
+ displayName: 'Label',
41
+ description: 'The EVSE label will be exposed and visualized in the mobile application',
42
+ required: false,
43
+ }),
44
+ networkId: pieces_framework_1.Property.ShortText({
45
+ displayName: 'Network Id',
46
+ description: 'The OCPP evse identifier (should be consecutive numbers starting from 1)',
47
+ required: true,
48
+ }),
49
+ status: pieces_framework_1.Property.StaticDropdown({
50
+ displayName: 'Status',
51
+ description: 'For roaming EVSEs the status can only be updated if the option for manual management of EVSEs is enabled for the roaming CPO.',
52
+ required: true,
53
+ options: {
54
+ options: [
55
+ { label: 'enabled', value: 'enabled' },
56
+ { label: 'disabled', value: 'disabled' },
57
+ { label: 'out of order', value: 'out of order' }
58
+ ],
59
+ },
60
+ }),
61
+ midMeterCertificationEndYear: pieces_framework_1.Property.Number({
62
+ displayName: 'Mid Meter Certification End Year',
63
+ description: 'The mid meter certification end year.',
64
+ required: false,
65
+ }),
66
+ tariffGroupId: pieces_framework_1.Property.Number({
67
+ displayName: 'Tariff Group Id',
68
+ description: 'The ID of the tariff group attached to the EVSE. If the EVSE is not roaming and tariffGroupId is not specified, the default (free) tariff will be assigned. For roaming EVSEs the Tariff Group can only be updated if the option for manual management of EVSEs is enabled for the roaming CPO.',
69
+ required: false,
70
+ }),
71
+ allowsReservation: pieces_framework_1.Property.StaticDropdown({
72
+ displayName: 'Allows Reservation',
73
+ description: 'Manages whether reservations are allowed on this EVSE. Requires the Reservations to be activated for the system in order to enable for the EVSE.',
74
+ required: false,
75
+ options: {
76
+ options: [
77
+ { label: 'true', value: 'true' },
78
+ { label: 'false', value: 'false' }
79
+ ],
80
+ },
81
+ }),
82
+ bookingEnabled: pieces_framework_1.Property.StaticDropdown({
83
+ displayName: 'Booking Enabled',
84
+ description: 'Indicates if the EVSE can be booked. Requires the Bookings to be activated for the operator and automatically enables allowsReservation when set to true.',
85
+ required: false,
86
+ options: {
87
+ options: [
88
+ { label: 'true', value: 'true' },
89
+ { label: 'false', value: 'false' }
90
+ ],
91
+ },
92
+ }),
93
+ powerOptions__maxPower: pieces_framework_1.Property.Number({
94
+ displayName: 'Power Options - Max Power',
95
+ description: 'in Wh.',
96
+ required: false,
97
+ }),
98
+ powerOptions__maxVoltage: pieces_framework_1.Property.StaticDropdown({
99
+ displayName: 'Power Options - Max Voltage',
100
+ description: 'The maxVoltage of a charge point can fluctuate. Hence, when creating a charge point in the system, the maxVoltage is given as a range. For OCPI purposes it maps as follows: 220-240 = 230 110-130 = 120 400 = 400 380 = 380.',
101
+ required: false,
102
+ options: {
103
+ options: [
104
+ { label: '230', value: '230' },
105
+ { label: '380', value: '380' },
106
+ { label: '400', value: '400' },
107
+ { label: '480', value: '480' },
108
+ { label: '120', value: '120' },
109
+ { label: '208', value: '208' },
110
+ { label: '240', value: '240' },
111
+ { label: '110-130', value: '110-130' },
112
+ { label: '220-240', value: '220-240' }
113
+ ],
114
+ },
115
+ }),
116
+ powerOptions__maxAmperage: pieces_framework_1.Property.Number({
117
+ displayName: 'Power Options - Max Amperage',
118
+ description: '',
119
+ required: false,
120
+ }),
121
+ powerOptions__phases: pieces_framework_1.Property.StaticDropdown({
122
+ displayName: 'Power Options - Phases',
123
+ description: '',
124
+ required: false,
125
+ options: {
126
+ options: [
127
+ { label: 'single_phase', value: 'single_phase' },
128
+ { label: 'three_phase', value: 'three_phase' },
129
+ { label: 'split_phase', value: 'split_phase' }
130
+ ],
131
+ },
132
+ }),
133
+ powerOptions__phaseRotation: pieces_framework_1.Property.StaticDropdown({
134
+ displayName: 'Power Options - Phase Rotation',
135
+ description: '`R` stands for `L1`, </br> `S` - for `L2` </br> `T` - for `L3` </br> So for example `RST` = `L1`, `L2`, `L3`, while `RTS` = `L1`, `L3`, `L2`, etc.',
136
+ required: false,
137
+ options: {
138
+ options: [
139
+ { label: 'RST', value: 'RST' },
140
+ { label: 'RTS', value: 'RTS' },
141
+ { label: 'SRT', value: 'SRT' },
142
+ { label: 'STR', value: 'STR' },
143
+ { label: 'TRS', value: 'TRS' },
144
+ { label: 'TSR', value: 'TSR' }
145
+ ],
146
+ },
147
+ }),
148
+ powerOptions__connectedPhase: pieces_framework_1.Property.StaticDropdown({
149
+ displayName: 'Power Options - Connected Phase',
150
+ description: 'Specifies the active line conductors used in the circuit. - `L1_L2` - Valid when `phases` = `split_phase` in electrical configuration `star` or `phases` = `single_phase` in electrical configuration `delta` - `L2_L3` - Valid when `phases` = `split_phase` in electrical configuration `star` or `phases` = `single_phase` in electrical configuration `delta` - `L1_L3` - Valid when `phases` = `split_phase` in electrical configuration `star` or `phases` = `single_phase` in electrical configuration `delta` - `L1` - Valid when `phases` = `single_phase` in electrical configuration `star` - `L2` - Valid when `phases` = `single_phase` in electrical configuration `star` - `L3` - Valid when `phases` = `single_phase` in electrical configuration `star`.',
151
+ required: false,
152
+ options: {
153
+ options: [
154
+ { label: 'L1', value: 'L1' },
155
+ { label: 'L2', value: 'L2' },
156
+ { label: 'L3', value: 'L3' },
157
+ { label: 'L1_L2', value: 'L1_L2' },
158
+ { label: 'L1_L3', value: 'L1_L3' },
159
+ { label: 'L2_L3', value: 'L2_L3' }
160
+ ],
161
+ },
162
+ }),
163
+ externalId: pieces_framework_1.Property.ShortText({
164
+ displayName: 'External Id',
165
+ description: '',
166
+ required: false,
167
+ }),
168
+ },
169
+ run(context) {
170
+ return tslib_1.__awaiter(this, void 0, void 0, function* () {
171
+ try {
172
+ const url = (0, utils_1.processPathParameters)('/public-api/resources/charge-points/v2.0/{chargePoint}/evses', context.propsValue);
173
+ const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
174
+ const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['physicalReference', 'currentType', 'label', 'networkId', 'status', 'midMeterCertificationEndYear', 'tariffGroupId', 'allowsReservation', 'bookingEnabled', 'powerOptions', 'externalId']);
175
+ return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.POST, body, queryParams);
176
+ }
177
+ catch (error) {
178
+ (0, utils_1.handleApiError)(error);
179
+ }
180
+ });
181
+ },
182
+ });
183
+ //# sourceMappingURL=charge-point-evse-create.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"charge-point-evse-create.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/charge-points/charge-point-evse-create.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated from API version: 3.96.4
3
+ */
4
+ export declare const chargePointEvseDeleteAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
5
+ baseApiUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
6
+ token: import("@activepieces/pieces-framework").SecretTextProperty<true>;
7
+ }>, {
8
+ chargePoint: import("@activepieces/pieces-framework").NumberProperty<true>;
9
+ evse: import("@activepieces/pieces-framework").NumberProperty<true>;
10
+ include: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
11
+ }>;
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.chargePointEvseDeleteAction = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const pieces_common_1 = require("@activepieces/pieces-common");
6
+ const pieces_framework_1 = require("@activepieces/pieces-framework");
7
+ const auth_1 = require("../../../common/auth");
8
+ const utils_1 = require("../../../common/utils");
9
+ /**
10
+ * Generated from API version: 3.96.4
11
+ */
12
+ // Endpoint: DELETE /public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse}
13
+ exports.chargePointEvseDeleteAction = (0, pieces_framework_1.createAction)({
14
+ auth: auth_1.ampecoAuth,
15
+ name: 'chargePointEvseDelete',
16
+ displayName: 'Resources - Charge Points - Charge Point Evse Delete',
17
+ description: 'Delete an EVSE.',
18
+ props: {
19
+ chargePoint: pieces_framework_1.Property.Number({
20
+ displayName: 'Charge Point',
21
+ required: true,
22
+ }),
23
+ evse: pieces_framework_1.Property.Number({
24
+ displayName: 'Evse',
25
+ required: true,
26
+ }),
27
+ include: pieces_framework_1.Property.StaticMultiSelectDropdown({
28
+ displayName: 'Include',
29
+ required: false,
30
+ options: {
31
+ options: [
32
+ { label: 'chargingProfile', value: 'chargingProfile' },
33
+ { label: 'connectors', value: 'connectors' }
34
+ ],
35
+ },
36
+ }),
37
+ },
38
+ run(context) {
39
+ return tslib_1.__awaiter(this, void 0, void 0, function* () {
40
+ try {
41
+ const url = (0, utils_1.processPathParameters)('/public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse}', context.propsValue);
42
+ const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, ['include']);
43
+ const body = undefined;
44
+ return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.DELETE, body, queryParams);
45
+ }
46
+ catch (error) {
47
+ (0, utils_1.handleApiError)(error);
48
+ }
49
+ });
50
+ },
51
+ });
52
+ //# sourceMappingURL=charge-point-evse-delete.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"charge-point-evse-delete.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/charge-points/charge-point-evse-delete.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAqH;AAErH;;GAEG;AAEH,uFAAuF;AAC1E,QAAA,2BAA2B,GAAG,IAAA,+BAAY,EAAC;IACtD,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EAAE,sDAAsD;IACnE,WAAW,EAAE,iBAAiB;IAC9B,KAAK,EAAE;QAEP,WAAW,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC3B,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,IAAI,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACpB,WAAW,EAAE,MAAM;YACnB,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,OAAO,EAAE,2BAAQ,CAAC,yBAAyB,CAAC;YAC1C,WAAW,EAAE,SAAS;YACtB,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,iBAAiB,EAAE,KAAK,EAAE,iBAAiB,EAAE;oBACtD,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;iBAC3C;aACF;SACF,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,qEAAqE,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAE7H,MAAM,WAAW,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;gBAExE,MAAM,IAAI,GAAG,SAAS,CAAC;gBAGvB,OAAO,MAAM,IAAA,yBAAiB,EAC5B,OAAO,CAAC,IAAI,EACZ,GAAG,EACH,0BAAU,CAAC,MAAM,EACjB,IAAI,EACJ,WAAW,CACD,CAAC;YAEf,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;KAAA;CACF,CAAC,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated from API version: 3.96.4
3
+ */
4
+ export declare const chargePointEvseReadAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
5
+ baseApiUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
6
+ token: import("@activepieces/pieces-framework").SecretTextProperty<true>;
7
+ }>, {
8
+ chargePoint: import("@activepieces/pieces-framework").NumberProperty<true>;
9
+ evse: import("@activepieces/pieces-framework").NumberProperty<true>;
10
+ include: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
11
+ }>;