@activepieces/piece-ampeco 0.2.5 → 0.2.7

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 (1153) hide show
  1. package/package.json +8 -24
  2. package/src/i18n/de.json +2942 -0
  3. package/src/i18n/es.json +2942 -0
  4. package/src/i18n/fr.json +2942 -0
  5. package/src/i18n/ja.json +2942 -0
  6. package/src/i18n/nl.json +2942 -0
  7. package/src/i18n/pt.json +2942 -0
  8. package/src/i18n/translation.json +2942 -0
  9. package/src/i18n/zh.json +2942 -0
  10. package/src/index.js +136 -846
  11. package/README.md +0 -37
  12. package/src/index.d.ts +0 -9
  13. package/src/index.js.map +0 -1
  14. package/src/lib/actions/actions/charge-point/charge-point-change-availability.d.ts +0 -11
  15. package/src/lib/actions/actions/charge-point/charge-point-change-availability.js +0 -54
  16. package/src/lib/actions/actions/charge-point/charge-point-change-availability.js.map +0 -1
  17. package/src/lib/actions/actions/charge-point/charge-point-change-owner.d.ts +0 -10
  18. package/src/lib/actions/actions/charge-point/charge-point-change-owner.js +0 -43
  19. package/src/lib/actions/actions/charge-point/charge-point-change-owner.js.map +0 -1
  20. package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.d.ts +0 -10
  21. package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.js +0 -43
  22. package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.js.map +0 -1
  23. package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.d.ts +0 -13
  24. package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.js +0 -58
  25. package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.js.map +0 -1
  26. package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.d.ts +0 -10
  27. package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.js +0 -54
  28. package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.js.map +0 -1
  29. package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.d.ts +0 -10
  30. package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.js +0 -44
  31. package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.js.map +0 -1
  32. package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.d.ts +0 -12
  33. package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.js +0 -53
  34. package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.js.map +0 -1
  35. package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.d.ts +0 -10
  36. package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js +0 -52
  37. package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js.map +0 -1
  38. package/src/lib/actions/actions/charge-point/charge-point-get-security-log.d.ts +0 -15
  39. package/src/lib/actions/actions/charge-point/charge-point-get-security-log.js +0 -68
  40. package/src/lib/actions/actions/charge-point/charge-point-get-security-log.js.map +0 -1
  41. package/src/lib/actions/actions/charge-point/charge-point-install-certificate.d.ts +0 -10
  42. package/src/lib/actions/actions/charge-point/charge-point-install-certificate.js +0 -52
  43. package/src/lib/actions/actions/charge-point/charge-point-install-certificate.js.map +0 -1
  44. package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.d.ts +0 -11
  45. package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.js +0 -46
  46. package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.js.map +0 -1
  47. package/src/lib/actions/actions/charge-point/charge-point-reserve.d.ts +0 -12
  48. package/src/lib/actions/actions/charge-point/charge-point-reserve.js +0 -51
  49. package/src/lib/actions/actions/charge-point/charge-point-reserve.js.map +0 -1
  50. package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.d.ts +0 -9
  51. package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.js +0 -38
  52. package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.js.map +0 -1
  53. package/src/lib/actions/actions/charge-point/charge-point-reset.d.ts +0 -10
  54. package/src/lib/actions/actions/charge-point/charge-point-reset.js +0 -48
  55. package/src/lib/actions/actions/charge-point/charge-point-reset.js.map +0 -1
  56. package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.d.ts +0 -12
  57. package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.js +0 -54
  58. package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.js.map +0 -1
  59. package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.d.ts +0 -23
  60. package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.js +0 -137
  61. package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.js.map +0 -1
  62. package/src/lib/actions/actions/charge-point/charge-point-set-configuration.d.ts +0 -14
  63. package/src/lib/actions/actions/charge-point/charge-point-set-configuration.js +0 -63
  64. package/src/lib/actions/actions/charge-point/charge-point-set-configuration.js.map +0 -1
  65. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.d.ts +0 -14
  66. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.js +0 -66
  67. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.js.map +0 -1
  68. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.d.ts +0 -28
  69. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.js +0 -156
  70. package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.js.map +0 -1
  71. package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.d.ts +0 -11
  72. package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.js +0 -53
  73. package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.js.map +0 -1
  74. package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.d.ts +0 -10
  75. package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.js +0 -43
  76. package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.js.map +0 -1
  77. package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.d.ts +0 -10
  78. package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.js +0 -60
  79. package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.js.map +0 -1
  80. package/src/lib/actions/actions/charge-point/charge-point-update-firmware.d.ts +0 -18
  81. package/src/lib/actions/actions/charge-point/charge-point-update-firmware.js +0 -95
  82. package/src/lib/actions/actions/charge-point/charge-point-update-firmware.js.map +0 -1
  83. package/src/lib/actions/actions/circuit/circuit-attach-charge-point.d.ts +0 -11
  84. package/src/lib/actions/actions/circuit/circuit-attach-charge-point.js +0 -46
  85. package/src/lib/actions/actions/circuit/circuit-attach-charge-point.js.map +0 -1
  86. package/src/lib/actions/actions/circuit/circuit-detach-charge-point.d.ts +0 -10
  87. package/src/lib/actions/actions/circuit/circuit-detach-charge-point.js +0 -42
  88. package/src/lib/actions/actions/circuit/circuit-detach-charge-point.js.map +0 -1
  89. package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.d.ts +0 -12
  90. package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.js +0 -50
  91. package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.js.map +0 -1
  92. package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.d.ts +0 -11
  93. package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.js +0 -46
  94. package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.js.map +0 -1
  95. package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.d.ts +0 -13
  96. package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.js +0 -56
  97. package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.js.map +0 -1
  98. package/src/lib/actions/actions/circuit/circuit-set-session-priority.d.ts +0 -11
  99. package/src/lib/actions/actions/circuit/circuit-set-session-priority.js +0 -46
  100. package/src/lib/actions/actions/circuit/circuit-set-session-priority.js.map +0 -1
  101. package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.d.ts +0 -11
  102. package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.js +0 -54
  103. package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.js.map +0 -1
  104. package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.d.ts +0 -9
  105. package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.js +0 -38
  106. package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.js.map +0 -1
  107. package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.d.ts +0 -13
  108. package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.js +0 -58
  109. package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.js.map +0 -1
  110. package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.d.ts +0 -27
  111. package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.js +0 -170
  112. package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.js.map +0 -1
  113. package/src/lib/actions/actions/evse/evse-trigger-message.d.ts +0 -10
  114. package/src/lib/actions/actions/evse/evse-trigger-message.js +0 -59
  115. package/src/lib/actions/actions/evse/evse-trigger-message.js.map +0 -1
  116. package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.d.ts +0 -11
  117. package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.js +0 -53
  118. package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.js.map +0 -1
  119. package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.d.ts +0 -10
  120. package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.js +0 -42
  121. package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.js.map +0 -1
  122. package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.d.ts +0 -9
  123. package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.js +0 -38
  124. package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.js.map +0 -1
  125. package/src/lib/actions/actions/locations/location-check-booking-availability.d.ts +0 -11
  126. package/src/lib/actions/actions/locations/location-check-booking-availability.js +0 -48
  127. package/src/lib/actions/actions/locations/location-check-booking-availability.js.map +0 -1
  128. package/src/lib/actions/actions/notifications/notifications-resend-failed.d.ts +0 -12
  129. package/src/lib/actions/actions/notifications/notifications-resend-failed.js +0 -98
  130. package/src/lib/actions/actions/notifications/notifications-resend-failed.js.map +0 -1
  131. package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.d.ts +0 -10
  132. package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.js +0 -48
  133. package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.js.map +0 -1
  134. package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.d.ts +0 -10
  135. package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.js +0 -43
  136. package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.js.map +0 -1
  137. package/src/lib/actions/actions/reservation/reservation-cancel.d.ts +0 -11
  138. package/src/lib/actions/actions/reservation/reservation-cancel.js +0 -54
  139. package/src/lib/actions/actions/reservation/reservation-cancel.js.map +0 -1
  140. package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.d.ts +0 -30
  141. package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.js +0 -353
  142. package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.js.map +0 -1
  143. package/src/lib/actions/actions/session/session-assign-to-user.d.ts +0 -10
  144. package/src/lib/actions/actions/session/session-assign-to-user.js +0 -42
  145. package/src/lib/actions/actions/session/session-assign-to-user.js.map +0 -1
  146. package/src/lib/actions/actions/session/session-retry-payment.d.ts +0 -10
  147. package/src/lib/actions/actions/session/session-retry-payment.js +0 -42
  148. package/src/lib/actions/actions/session/session-retry-payment.js.map +0 -1
  149. package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.d.ts +0 -12
  150. package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.js +0 -53
  151. package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.js.map +0 -1
  152. package/src/lib/actions/actions/tariffs/tariff-set-display-information.d.ts +0 -13
  153. package/src/lib/actions/actions/tariffs/tariff-set-display-information.js +0 -58
  154. package/src/lib/actions/actions/tariffs/tariff-set-display-information.js.map +0 -1
  155. package/src/lib/actions/actions/transactions/transaction-issue-invoice.d.ts +0 -22
  156. package/src/lib/actions/actions/transactions/transaction-issue-invoice.js +0 -351
  157. package/src/lib/actions/actions/transactions/transaction-issue-invoice.js.map +0 -1
  158. package/src/lib/actions/actions/transactions/transaction-resend-invoice.d.ts +0 -9
  159. package/src/lib/actions/actions/transactions/transaction-resend-invoice.js +0 -38
  160. package/src/lib/actions/actions/transactions/transaction-resend-invoice.js.map +0 -1
  161. package/src/lib/actions/actions/transactions/transaction-update-payment-reference.d.ts +0 -10
  162. package/src/lib/actions/actions/transactions/transaction-update-payment-reference.js +0 -43
  163. package/src/lib/actions/actions/transactions/transaction-update-payment-reference.js.map +0 -1
  164. package/src/lib/actions/actions/users/user-activate-subscription.d.ts +0 -13
  165. package/src/lib/actions/actions/users/user-activate-subscription.js +0 -63
  166. package/src/lib/actions/actions/users/user-activate-subscription.js.map +0 -1
  167. package/src/lib/actions/actions/users/user-add-balance.d.ts +0 -12
  168. package/src/lib/actions/actions/users/user-add-balance.js +0 -50
  169. package/src/lib/actions/actions/users/user-add-balance.js.map +0 -1
  170. package/src/lib/actions/actions/users/user-apply-custom-fee.d.ts +0 -12
  171. package/src/lib/actions/actions/users/user-apply-custom-fee.js +0 -52
  172. package/src/lib/actions/actions/users/user-apply-custom-fee.js.map +0 -1
  173. package/src/lib/actions/actions/users/user-cancel-subscription.d.ts +0 -10
  174. package/src/lib/actions/actions/users/user-cancel-subscription.js +0 -43
  175. package/src/lib/actions/actions/users/user-cancel-subscription.js.map +0 -1
  176. package/src/lib/actions/actions/users/user-change-status.d.ts +0 -11
  177. package/src/lib/actions/actions/users/user-change-status.js +0 -53
  178. package/src/lib/actions/actions/users/user-change-status.js.map +0 -1
  179. package/src/lib/actions/actions/users/user-clear-subscription-amount-due.d.ts +0 -9
  180. package/src/lib/actions/actions/users/user-clear-subscription-amount-due.js +0 -38
  181. package/src/lib/actions/actions/users/user-clear-subscription-amount-due.js.map +0 -1
  182. package/src/lib/actions/actions/users/user-export-all-private-data.d.ts +0 -9
  183. package/src/lib/actions/actions/users/user-export-all-private-data.js +0 -38
  184. package/src/lib/actions/actions/users/user-export-all-private-data.js.map +0 -1
  185. package/src/lib/actions/actions/users/user-redeem-voucher.d.ts +0 -10
  186. package/src/lib/actions/actions/users/user-redeem-voucher.js +0 -43
  187. package/src/lib/actions/actions/users/user-redeem-voucher.js.map +0 -1
  188. package/src/lib/actions/notifications/notifications/notification-read.d.ts +0 -9
  189. package/src/lib/actions/notifications/notifications/notification-read.js +0 -38
  190. package/src/lib/actions/notifications/notifications/notification-read.js.map +0 -1
  191. package/src/lib/actions/notifications/notifications/notifications-create.d.ts +0 -19
  192. package/src/lib/actions/notifications/notifications/notifications-create.js +0 -151
  193. package/src/lib/actions/notifications/notifications/notifications-create.js.map +0 -1
  194. package/src/lib/actions/notifications/notifications/notifications-listing.d.ts +0 -10
  195. package/src/lib/actions/notifications/notifications/notifications-listing.js +0 -58
  196. package/src/lib/actions/notifications/notifications/notifications-listing.js.map +0 -1
  197. package/src/lib/actions/notifications/notifications/notifications-subscribe.d.ts +0 -18
  198. package/src/lib/actions/notifications/notifications/notifications-subscribe.js +0 -147
  199. package/src/lib/actions/notifications/notifications/notifications-subscribe.js.map +0 -1
  200. package/src/lib/actions/notifications/notifications/notifications-unsubscribe.d.ts +0 -9
  201. package/src/lib/actions/notifications/notifications/notifications-unsubscribe.js +0 -38
  202. package/src/lib/actions/notifications/notifications/notifications-unsubscribe.js.map +0 -1
  203. package/src/lib/actions/resources/authorizations/authorization-read.d.ts +0 -9
  204. package/src/lib/actions/resources/authorizations/authorization-read.js +0 -38
  205. package/src/lib/actions/resources/authorizations/authorization-read.js.map +0 -1
  206. package/src/lib/actions/resources/authorizations/authorizations-listing.d.ts +0 -17
  207. package/src/lib/actions/resources/authorizations/authorizations-listing.js +0 -93
  208. package/src/lib/actions/resources/authorizations/authorizations-listing.js.map +0 -1
  209. package/src/lib/actions/resources/booking-requests/booking-request-create.d.ts +0 -13
  210. package/src/lib/actions/resources/booking-requests/booking-request-create.js +0 -209
  211. package/src/lib/actions/resources/booking-requests/booking-request-create.js.map +0 -1
  212. package/src/lib/actions/resources/booking-requests/booking-request-read.d.ts +0 -9
  213. package/src/lib/actions/resources/booking-requests/booking-request-read.js +0 -38
  214. package/src/lib/actions/resources/booking-requests/booking-request-read.js.map +0 -1
  215. package/src/lib/actions/resources/booking-requests/booking-requests-listing.d.ts +0 -19
  216. package/src/lib/actions/resources/booking-requests/booking-requests-listing.js +0 -110
  217. package/src/lib/actions/resources/booking-requests/booking-requests-listing.js.map +0 -1
  218. package/src/lib/actions/resources/bookings/booking-read.d.ts +0 -10
  219. package/src/lib/actions/resources/bookings/booking-read.js +0 -48
  220. package/src/lib/actions/resources/bookings/booking-read.js.map +0 -1
  221. package/src/lib/actions/resources/bookings/bookings-listing.d.ts +0 -17
  222. package/src/lib/actions/resources/bookings/bookings-listing.js +0 -107
  223. package/src/lib/actions/resources/bookings/bookings-listing.js.map +0 -1
  224. package/src/lib/actions/resources/cdrs/cdr-read.d.ts +0 -10
  225. package/src/lib/actions/resources/cdrs/cdr-read.js +0 -47
  226. package/src/lib/actions/resources/cdrs/cdr-read.js.map +0 -1
  227. package/src/lib/actions/resources/cdrs/cdrs-listing.d.ts +0 -25
  228. package/src/lib/actions/resources/cdrs/cdrs-listing.js +0 -144
  229. package/src/lib/actions/resources/cdrs/cdrs-listing.js.map +0 -1
  230. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.d.ts +0 -12
  231. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.js +0 -51
  232. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.js.map +0 -1
  233. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.d.ts +0 -9
  234. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.js +0 -38
  235. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.js.map +0 -1
  236. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.d.ts +0 -9
  237. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.js +0 -38
  238. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.js.map +0 -1
  239. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.d.ts +0 -12
  240. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.js +0 -52
  241. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.js.map +0 -1
  242. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.d.ts +0 -20
  243. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.js +0 -116
  244. package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.js.map +0 -1
  245. package/src/lib/actions/resources/charge-point-models/charge-point-model-create.d.ts +0 -12
  246. package/src/lib/actions/resources/charge-point-models/charge-point-model-create.js +0 -57
  247. package/src/lib/actions/resources/charge-point-models/charge-point-model-create.js.map +0 -1
  248. package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.d.ts +0 -9
  249. package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.js +0 -38
  250. package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.js.map +0 -1
  251. package/src/lib/actions/resources/charge-point-models/charge-point-model-read.d.ts +0 -9
  252. package/src/lib/actions/resources/charge-point-models/charge-point-model-read.js +0 -38
  253. package/src/lib/actions/resources/charge-point-models/charge-point-model-read.js.map +0 -1
  254. package/src/lib/actions/resources/charge-point-models/charge-point-model-update.d.ts +0 -13
  255. package/src/lib/actions/resources/charge-point-models/charge-point-model-update.js +0 -56
  256. package/src/lib/actions/resources/charge-point-models/charge-point-model-update.js.map +0 -1
  257. package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.d.ts +0 -11
  258. package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.js +0 -66
  259. package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.js.map +0 -1
  260. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.d.ts +0 -9
  261. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.js +0 -38
  262. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.js.map +0 -1
  263. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.d.ts +0 -9
  264. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.js +0 -38
  265. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.js.map +0 -1
  266. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.d.ts +0 -9
  267. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.js +0 -38
  268. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.js.map +0 -1
  269. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.d.ts +0 -10
  270. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.js +0 -42
  271. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.js.map +0 -1
  272. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.d.ts +0 -10
  273. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.js +0 -58
  274. package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.js.map +0 -1
  275. package/src/lib/actions/resources/charge-points/chareg-point-share-delete.d.ts +0 -10
  276. package/src/lib/actions/resources/charge-points/chareg-point-share-delete.js +0 -42
  277. package/src/lib/actions/resources/charge-points/chareg-point-share-delete.js.map +0 -1
  278. package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.d.ts +0 -9
  279. package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.js +0 -38
  280. package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.js.map +0 -1
  281. package/src/lib/actions/resources/charge-points/charge-point-configuration-read.d.ts +0 -10
  282. package/src/lib/actions/resources/charge-points/charge-point-configuration-read.js +0 -42
  283. package/src/lib/actions/resources/charge-points/charge-point-configuration-read.js.map +0 -1
  284. package/src/lib/actions/resources/charge-points/charge-point-configuration-update.d.ts +0 -11
  285. package/src/lib/actions/resources/charge-points/charge-point-configuration-update.js +0 -47
  286. package/src/lib/actions/resources/charge-points/charge-point-configuration-update.js.map +0 -1
  287. package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.d.ts +0 -13
  288. package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.js +0 -58
  289. package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.js.map +0 -1
  290. package/src/lib/actions/resources/charge-points/charge-point-create.d.ts +0 -47
  291. package/src/lib/actions/resources/charge-points/charge-point-create.js +0 -396
  292. package/src/lib/actions/resources/charge-points/charge-point-create.js.map +0 -1
  293. package/src/lib/actions/resources/charge-points/charge-point-delete.d.ts +0 -10
  294. package/src/lib/actions/resources/charge-points/charge-point-delete.js +0 -52
  295. package/src/lib/actions/resources/charge-points/charge-point-delete.js.map +0 -1
  296. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.d.ts +0 -13
  297. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.js +0 -97
  298. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.js.map +0 -1
  299. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.d.ts +0 -11
  300. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.js +0 -46
  301. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.js.map +0 -1
  302. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.d.ts +0 -11
  303. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.js +0 -46
  304. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.js.map +0 -1
  305. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.d.ts +0 -14
  306. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.js +0 -101
  307. package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.js.map +0 -1
  308. package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.d.ts +0 -10
  309. package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.js +0 -42
  310. package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.js.map +0 -1
  311. package/src/lib/actions/resources/charge-points/charge-point-evse-create.d.ts +0 -25
  312. package/src/lib/actions/resources/charge-points/charge-point-evse-create.js +0 -183
  313. package/src/lib/actions/resources/charge-points/charge-point-evse-create.js.map +0 -1
  314. package/src/lib/actions/resources/charge-points/charge-point-evse-delete.d.ts +0 -11
  315. package/src/lib/actions/resources/charge-points/charge-point-evse-delete.js +0 -52
  316. package/src/lib/actions/resources/charge-points/charge-point-evse-delete.js.map +0 -1
  317. package/src/lib/actions/resources/charge-points/charge-point-evse-read.d.ts +0 -11
  318. package/src/lib/actions/resources/charge-points/charge-point-evse-read.js +0 -52
  319. package/src/lib/actions/resources/charge-points/charge-point-evse-read.js.map +0 -1
  320. package/src/lib/actions/resources/charge-points/charge-point-evse-update.d.ts +0 -27
  321. package/src/lib/actions/resources/charge-points/charge-point-evse-update.js +0 -196
  322. package/src/lib/actions/resources/charge-points/charge-point-evse-update.js.map +0 -1
  323. package/src/lib/actions/resources/charge-points/charge-point-evses-listing.d.ts +0 -12
  324. package/src/lib/actions/resources/charge-points/charge-point-evses-listing.js +0 -72
  325. package/src/lib/actions/resources/charge-points/charge-point-evses-listing.js.map +0 -1
  326. package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.d.ts +0 -9
  327. package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.js +0 -38
  328. package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.js.map +0 -1
  329. package/src/lib/actions/resources/charge-points/charge-point-read.d.ts +0 -10
  330. package/src/lib/actions/resources/charge-points/charge-point-read.js +0 -52
  331. package/src/lib/actions/resources/charge-points/charge-point-read.js.map +0 -1
  332. package/src/lib/actions/resources/charge-points/charge-point-share-create.d.ts +0 -10
  333. package/src/lib/actions/resources/charge-points/charge-point-share-create.js +0 -42
  334. package/src/lib/actions/resources/charge-points/charge-point-share-create.js.map +0 -1
  335. package/src/lib/actions/resources/charge-points/charge-point-share-read.d.ts +0 -10
  336. package/src/lib/actions/resources/charge-points/charge-point-share-read.js +0 -42
  337. package/src/lib/actions/resources/charge-points/charge-point-share-read.js.map +0 -1
  338. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.d.ts +0 -11
  339. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.js +0 -63
  340. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.js.map +0 -1
  341. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.d.ts +0 -10
  342. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.js +0 -42
  343. package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.js.map +0 -1
  344. package/src/lib/actions/resources/charge-points/charge-point-shares-listing.d.ts +0 -11
  345. package/src/lib/actions/resources/charge-points/charge-point-shares-listing.js +0 -62
  346. package/src/lib/actions/resources/charge-points/charge-point-shares-listing.js.map +0 -1
  347. package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.d.ts +0 -14
  348. package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.js +0 -440
  349. package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.js.map +0 -1
  350. package/src/lib/actions/resources/charge-points/charge-point-status-read.d.ts +0 -9
  351. package/src/lib/actions/resources/charge-points/charge-point-status-read.js +0 -38
  352. package/src/lib/actions/resources/charge-points/charge-point-status-read.js.map +0 -1
  353. package/src/lib/actions/resources/charge-points/charge-point-update.d.ts +0 -48
  354. package/src/lib/actions/resources/charge-points/charge-point-update.js +0 -346
  355. package/src/lib/actions/resources/charge-points/charge-point-update.js.map +0 -1
  356. package/src/lib/actions/resources/charge-points/charge-points-listing.d.ts +0 -33
  357. package/src/lib/actions/resources/charge-points/charge-points-listing.js +0 -197
  358. package/src/lib/actions/resources/charge-points/charge-points-listing.js.map +0 -1
  359. package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.d.ts +0 -9
  360. package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.js +0 -38
  361. package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.js.map +0 -1
  362. package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.d.ts +0 -9
  363. package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.js +0 -38
  364. package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.js.map +0 -1
  365. package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.d.ts +0 -13
  366. package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.js +0 -76
  367. package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.js.map +0 -1
  368. package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.d.ts +0 -13
  369. package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.js +0 -72
  370. package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.js.map +0 -1
  371. package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.d.ts +0 -14
  372. package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js +0 -535
  373. package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js.map +0 -1
  374. package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.d.ts +0 -11
  375. package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.js +0 -62
  376. package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.js.map +0 -1
  377. package/src/lib/actions/resources/circuits/circuit-consumption.d.ts +0 -9
  378. package/src/lib/actions/resources/circuits/circuit-consumption.js +0 -39
  379. package/src/lib/actions/resources/circuits/circuit-consumption.js.map +0 -1
  380. package/src/lib/actions/resources/circuits/circuit-create.d.ts +0 -26
  381. package/src/lib/actions/resources/circuits/circuit-create.js +0 -194
  382. package/src/lib/actions/resources/circuits/circuit-create.js.map +0 -1
  383. package/src/lib/actions/resources/circuits/circuit-delete.d.ts +0 -9
  384. package/src/lib/actions/resources/circuits/circuit-delete.js +0 -39
  385. package/src/lib/actions/resources/circuits/circuit-delete.js.map +0 -1
  386. package/src/lib/actions/resources/circuits/circuit-read.d.ts +0 -10
  387. package/src/lib/actions/resources/circuits/circuit-read.js +0 -51
  388. package/src/lib/actions/resources/circuits/circuit-read.js.map +0 -1
  389. package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.d.ts +0 -9
  390. package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.js +0 -38
  391. package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.js.map +0 -1
  392. package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.d.ts +0 -9
  393. package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.js +0 -38
  394. package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.js.map +0 -1
  395. package/src/lib/actions/resources/circuits/circuit-update.d.ts +0 -27
  396. package/src/lib/actions/resources/circuits/circuit-update.js +0 -196
  397. package/src/lib/actions/resources/circuits/circuit-update.js.map +0 -1
  398. package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.d.ts +0 -11
  399. package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.js +0 -62
  400. package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.js.map +0 -1
  401. package/src/lib/actions/resources/circuits/circuit-user-priority-create.d.ts +0 -12
  402. package/src/lib/actions/resources/circuits/circuit-user-priority-create.js +0 -58
  403. package/src/lib/actions/resources/circuits/circuit-user-priority-create.js.map +0 -1
  404. package/src/lib/actions/resources/circuits/circuit-user-priority-delete.d.ts +0 -10
  405. package/src/lib/actions/resources/circuits/circuit-user-priority-delete.js +0 -42
  406. package/src/lib/actions/resources/circuits/circuit-user-priority-delete.js.map +0 -1
  407. package/src/lib/actions/resources/circuits/circuit-user-priority-read.d.ts +0 -10
  408. package/src/lib/actions/resources/circuits/circuit-user-priority-read.js +0 -42
  409. package/src/lib/actions/resources/circuits/circuit-user-priority-read.js.map +0 -1
  410. package/src/lib/actions/resources/circuits/circuit-user-priority-update.d.ts +0 -13
  411. package/src/lib/actions/resources/circuits/circuit-user-priority-update.js +0 -62
  412. package/src/lib/actions/resources/circuits/circuit-user-priority-update.js.map +0 -1
  413. package/src/lib/actions/resources/circuits/circuits-listing.d.ts +0 -11
  414. package/src/lib/actions/resources/circuits/circuits-listing.js +0 -71
  415. package/src/lib/actions/resources/circuits/circuits-listing.js.map +0 -1
  416. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.d.ts +0 -14
  417. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.js +0 -129
  418. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.js.map +0 -1
  419. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.d.ts +0 -10
  420. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.js +0 -42
  421. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.js.map +0 -1
  422. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.d.ts +0 -11
  423. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.js +0 -62
  424. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.js.map +0 -1
  425. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.d.ts +0 -15
  426. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.js +0 -133
  427. package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.js.map +0 -1
  428. package/src/lib/actions/resources/configuration-templates/create-configuration-template.d.ts +0 -10
  429. package/src/lib/actions/resources/configuration-templates/create-configuration-template.js +0 -48
  430. package/src/lib/actions/resources/configuration-templates/create-configuration-template.js.map +0 -1
  431. package/src/lib/actions/resources/configuration-templates/delete-configuration-template.d.ts +0 -9
  432. package/src/lib/actions/resources/configuration-templates/delete-configuration-template.js +0 -39
  433. package/src/lib/actions/resources/configuration-templates/delete-configuration-template.js.map +0 -1
  434. package/src/lib/actions/resources/configuration-templates/get-configuration-template.d.ts +0 -9
  435. package/src/lib/actions/resources/configuration-templates/get-configuration-template.js +0 -39
  436. package/src/lib/actions/resources/configuration-templates/get-configuration-template.js.map +0 -1
  437. package/src/lib/actions/resources/configuration-templates/list-configuration-templates.d.ts +0 -11
  438. package/src/lib/actions/resources/configuration-templates/list-configuration-templates.js +0 -69
  439. package/src/lib/actions/resources/configuration-templates/list-configuration-templates.js.map +0 -1
  440. package/src/lib/actions/resources/configuration-templates/update-configuration-template.d.ts +0 -10
  441. package/src/lib/actions/resources/configuration-templates/update-configuration-template.js +0 -44
  442. package/src/lib/actions/resources/configuration-templates/update-configuration-template.js.map +0 -1
  443. package/src/lib/actions/resources/contact-details/contact-details-delete.d.ts +0 -7
  444. package/src/lib/actions/resources/contact-details/contact-details-delete.js +0 -33
  445. package/src/lib/actions/resources/contact-details/contact-details-delete.js.map +0 -1
  446. package/src/lib/actions/resources/contact-details/contact-details-read.d.ts +0 -7
  447. package/src/lib/actions/resources/contact-details/contact-details-read.js +0 -33
  448. package/src/lib/actions/resources/contact-details/contact-details-read.js.map +0 -1
  449. package/src/lib/actions/resources/contact-details/contact-details-update.d.ts +0 -10
  450. package/src/lib/actions/resources/contact-details/contact-details-update.js +0 -44
  451. package/src/lib/actions/resources/contact-details/contact-details-update.js.map +0 -1
  452. package/src/lib/actions/resources/currencies/currencies-listing.d.ts +0 -7
  453. package/src/lib/actions/resources/currencies/currencies-listing.js +0 -33
  454. package/src/lib/actions/resources/currencies/currencies-listing.js.map +0 -1
  455. package/src/lib/actions/resources/currencies/currency-create.d.ts +0 -15
  456. package/src/lib/actions/resources/currencies/currency-create.js +0 -258
  457. package/src/lib/actions/resources/currencies/currency-create.js.map +0 -1
  458. package/src/lib/actions/resources/currencies/currency-read.d.ts +0 -9
  459. package/src/lib/actions/resources/currencies/currency-read.js +0 -39
  460. package/src/lib/actions/resources/currencies/currency-read.js.map +0 -1
  461. package/src/lib/actions/resources/currencies/currency-update.d.ts +0 -16
  462. package/src/lib/actions/resources/currencies/currency-update.js +0 -263
  463. package/src/lib/actions/resources/currencies/currency-update.js.map +0 -1
  464. package/src/lib/actions/resources/currency-rates/create-currency-rate.d.ts +0 -11
  465. package/src/lib/actions/resources/currency-rates/create-currency-rate.js +0 -49
  466. package/src/lib/actions/resources/currency-rates/create-currency-rate.js.map +0 -1
  467. package/src/lib/actions/resources/currency-rates/delete-currency-rate.d.ts +0 -9
  468. package/src/lib/actions/resources/currency-rates/delete-currency-rate.js +0 -38
  469. package/src/lib/actions/resources/currency-rates/delete-currency-rate.js.map +0 -1
  470. package/src/lib/actions/resources/currency-rates/get-currency-rate.d.ts +0 -9
  471. package/src/lib/actions/resources/currency-rates/get-currency-rate.js +0 -39
  472. package/src/lib/actions/resources/currency-rates/get-currency-rate.js.map +0 -1
  473. package/src/lib/actions/resources/currency-rates/list-currency-rates.d.ts +0 -14
  474. package/src/lib/actions/resources/currency-rates/list-currency-rates.js +0 -78
  475. package/src/lib/actions/resources/currency-rates/list-currency-rates.js.map +0 -1
  476. package/src/lib/actions/resources/currency-rates/update-currency-rate.d.ts +0 -10
  477. package/src/lib/actions/resources/currency-rates/update-currency-rate.js +0 -44
  478. package/src/lib/actions/resources/currency-rates/update-currency-rate.js.map +0 -1
  479. package/src/lib/actions/resources/custom-fees/custom-fee-read.d.ts +0 -9
  480. package/src/lib/actions/resources/custom-fees/custom-fee-read.js +0 -39
  481. package/src/lib/actions/resources/custom-fees/custom-fee-read.js.map +0 -1
  482. package/src/lib/actions/resources/custom-fees/custom-fees-listing.d.ts +0 -12
  483. package/src/lib/actions/resources/custom-fees/custom-fees-listing.js +0 -68
  484. package/src/lib/actions/resources/custom-fees/custom-fees-listing.js.map +0 -1
  485. package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.d.ts +0 -9
  486. package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.js +0 -38
  487. package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.js.map +0 -1
  488. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.d.ts +0 -9
  489. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.js +0 -39
  490. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.js.map +0 -1
  491. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.d.ts +0 -11
  492. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.js +0 -69
  493. package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.js.map +0 -1
  494. package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.d.ts +0 -11
  495. package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.js +0 -55
  496. package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.js.map +0 -1
  497. package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.d.ts +0 -11
  498. package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.js +0 -55
  499. package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.js.map +0 -1
  500. package/src/lib/actions/resources/electricity-meters/electricity-meter-create.d.ts +0 -10
  501. package/src/lib/actions/resources/electricity-meters/electricity-meter-create.js +0 -42
  502. package/src/lib/actions/resources/electricity-meters/electricity-meter-create.js.map +0 -1
  503. package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.d.ts +0 -9
  504. package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.js +0 -38
  505. package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.js.map +0 -1
  506. package/src/lib/actions/resources/electricity-meters/electricity-meter-read.d.ts +0 -9
  507. package/src/lib/actions/resources/electricity-meters/electricity-meter-read.js +0 -38
  508. package/src/lib/actions/resources/electricity-meters/electricity-meter-read.js.map +0 -1
  509. package/src/lib/actions/resources/electricity-meters/electricity-meter-update.d.ts +0 -11
  510. package/src/lib/actions/resources/electricity-meters/electricity-meter-update.js +0 -46
  511. package/src/lib/actions/resources/electricity-meters/electricity-meter-update.js.map +0 -1
  512. package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.d.ts +0 -10
  513. package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.js +0 -58
  514. package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.js.map +0 -1
  515. package/src/lib/actions/resources/electricity-rates/electricity-rate-create.d.ts +0 -12
  516. package/src/lib/actions/resources/electricity-rates/electricity-rate-create.js +0 -54
  517. package/src/lib/actions/resources/electricity-rates/electricity-rate-create.js.map +0 -1
  518. package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.d.ts +0 -9
  519. package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.js +0 -39
  520. package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.js.map +0 -1
  521. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.d.ts +0 -9
  522. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.js +0 -39
  523. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.js.map +0 -1
  524. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.d.ts +0 -17
  525. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.js +0 -79
  526. package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.js.map +0 -1
  527. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.d.ts +0 -11
  528. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.js +0 -66
  529. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.js.map +0 -1
  530. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.d.ts +0 -10
  531. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.js +0 -44
  532. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.js.map +0 -1
  533. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.d.ts +0 -9
  534. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.js +0 -39
  535. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.js.map +0 -1
  536. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.d.ts +0 -10
  537. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.js +0 -44
  538. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.js.map +0 -1
  539. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.d.ts +0 -9
  540. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.js +0 -39
  541. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.js.map +0 -1
  542. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.d.ts +0 -11
  543. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.js +0 -78
  544. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.js.map +0 -1
  545. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.d.ts +0 -10
  546. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.js +0 -56
  547. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.js.map +0 -1
  548. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.d.ts +0 -9
  549. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.js +0 -39
  550. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.js.map +0 -1
  551. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.d.ts +0 -10
  552. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.js +0 -56
  553. package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.js.map +0 -1
  554. package/src/lib/actions/resources/electricity-rates/electricity-rate-read.d.ts +0 -9
  555. package/src/lib/actions/resources/electricity-rates/electricity-rate-read.js +0 -39
  556. package/src/lib/actions/resources/electricity-rates/electricity-rate-read.js.map +0 -1
  557. package/src/lib/actions/resources/electricity-rates/electricity-rate-update.d.ts +0 -13
  558. package/src/lib/actions/resources/electricity-rates/electricity-rate-update.js +0 -59
  559. package/src/lib/actions/resources/electricity-rates/electricity-rate-update.js.map +0 -1
  560. package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.d.ts +0 -12
  561. package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.js +0 -77
  562. package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.js.map +0 -1
  563. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.d.ts +0 -12
  564. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.js +0 -54
  565. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.js.map +0 -1
  566. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.d.ts +0 -9
  567. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.js +0 -39
  568. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.js.map +0 -1
  569. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.d.ts +0 -9
  570. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.js +0 -39
  571. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.js.map +0 -1
  572. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.d.ts +0 -12
  573. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.js +0 -54
  574. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.js.map +0 -1
  575. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.d.ts +0 -21
  576. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.js +0 -125
  577. package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.js.map +0 -1
  578. package/src/lib/actions/resources/evses/evse-create.d.ts +0 -25
  579. package/src/lib/actions/resources/evses/evse-create.js +0 -184
  580. package/src/lib/actions/resources/evses/evse-create.js.map +0 -1
  581. package/src/lib/actions/resources/evses/evse-delete.d.ts +0 -10
  582. package/src/lib/actions/resources/evses/evse-delete.js +0 -51
  583. package/src/lib/actions/resources/evses/evse-delete.js.map +0 -1
  584. package/src/lib/actions/resources/evses/evse-read.d.ts +0 -10
  585. package/src/lib/actions/resources/evses/evse-read.js +0 -51
  586. package/src/lib/actions/resources/evses/evse-read.js.map +0 -1
  587. package/src/lib/actions/resources/evses/evse-update.d.ts +0 -26
  588. package/src/lib/actions/resources/evses/evse-update.js +0 -196
  589. package/src/lib/actions/resources/evses/evse-update.js.map +0 -1
  590. package/src/lib/actions/resources/evses/evses-listing.d.ts +0 -17
  591. package/src/lib/actions/resources/evses/evses-listing.js +0 -106
  592. package/src/lib/actions/resources/evses/evses-listing.js.map +0 -1
  593. package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.d.ts +0 -9
  594. package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.js +0 -39
  595. package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.js.map +0 -1
  596. package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.d.ts +0 -13
  597. package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.js +0 -73
  598. package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.js.map +0 -1
  599. package/src/lib/actions/resources/faqs/faq-create.d.ts +0 -10
  600. package/src/lib/actions/resources/faqs/faq-create.js +0 -68
  601. package/src/lib/actions/resources/faqs/faq-create.js.map +0 -1
  602. package/src/lib/actions/resources/faqs/faq-delete.d.ts +0 -9
  603. package/src/lib/actions/resources/faqs/faq-delete.js +0 -39
  604. package/src/lib/actions/resources/faqs/faq-delete.js.map +0 -1
  605. package/src/lib/actions/resources/faqs/faq-read.d.ts +0 -9
  606. package/src/lib/actions/resources/faqs/faq-read.js +0 -39
  607. package/src/lib/actions/resources/faqs/faq-read.js.map +0 -1
  608. package/src/lib/actions/resources/faqs/faq-update.d.ts +0 -11
  609. package/src/lib/actions/resources/faqs/faq-update.js +0 -73
  610. package/src/lib/actions/resources/faqs/faq-update.js.map +0 -1
  611. package/src/lib/actions/resources/faqs/faqs-listing.d.ts +0 -10
  612. package/src/lib/actions/resources/faqs/faqs-listing.js +0 -58
  613. package/src/lib/actions/resources/faqs/faqs-listing.js.map +0 -1
  614. package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.d.ts +0 -11
  615. package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.js +0 -63
  616. package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.js.map +0 -1
  617. package/src/lib/actions/resources/firmware-versions/firmware-version-read.d.ts +0 -10
  618. package/src/lib/actions/resources/firmware-versions/firmware-version-read.js +0 -49
  619. package/src/lib/actions/resources/firmware-versions/firmware-version-read.js.map +0 -1
  620. package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.d.ts +0 -14
  621. package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.js +0 -83
  622. package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.js.map +0 -1
  623. package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.d.ts +0 -9
  624. package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.js +0 -39
  625. package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.js.map +0 -1
  626. package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.d.ts +0 -11
  627. package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.js +0 -63
  628. package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.js.map +0 -1
  629. package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.d.ts +0 -15
  630. package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.js +0 -75
  631. package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.js.map +0 -1
  632. package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.d.ts +0 -9
  633. package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.js +0 -39
  634. package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.js.map +0 -1
  635. package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.d.ts +0 -9
  636. package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.js +0 -39
  637. package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.js.map +0 -1
  638. package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.d.ts +0 -13
  639. package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.js +0 -73
  640. package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.js.map +0 -1
  641. package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.d.ts +0 -13
  642. package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.js +0 -73
  643. package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.js.map +0 -1
  644. package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.d.ts +0 -11
  645. package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.js +0 -63
  646. package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.js.map +0 -1
  647. package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.d.ts +0 -11
  648. package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.js +0 -49
  649. package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.js.map +0 -1
  650. package/src/lib/actions/resources/id-tags/id-tag-create.d.ts +0 -18
  651. package/src/lib/actions/resources/id-tags/id-tag-create.js +0 -103
  652. package/src/lib/actions/resources/id-tags/id-tag-create.js.map +0 -1
  653. package/src/lib/actions/resources/id-tags/id-tag-delete.d.ts +0 -9
  654. package/src/lib/actions/resources/id-tags/id-tag-delete.js +0 -39
  655. package/src/lib/actions/resources/id-tags/id-tag-delete.js.map +0 -1
  656. package/src/lib/actions/resources/id-tags/id-tag-read.d.ts +0 -9
  657. package/src/lib/actions/resources/id-tags/id-tag-read.js +0 -39
  658. package/src/lib/actions/resources/id-tags/id-tag-read.js.map +0 -1
  659. package/src/lib/actions/resources/id-tags/id-tag-update.d.ts +0 -19
  660. package/src/lib/actions/resources/id-tags/id-tag-update.js +0 -108
  661. package/src/lib/actions/resources/id-tags/id-tag-update.js.map +0 -1
  662. package/src/lib/actions/resources/id-tags/id-tags-listing.d.ts +0 -19
  663. package/src/lib/actions/resources/id-tags/id-tags-listing.js +0 -117
  664. package/src/lib/actions/resources/id-tags/id-tags-listing.js.map +0 -1
  665. package/src/lib/actions/resources/installer-jobs/create-installer-job.d.ts +0 -12
  666. package/src/lib/actions/resources/installer-jobs/create-installer-job.js +0 -54
  667. package/src/lib/actions/resources/installer-jobs/create-installer-job.js.map +0 -1
  668. package/src/lib/actions/resources/installer-jobs/delete-installer-job.d.ts +0 -9
  669. package/src/lib/actions/resources/installer-jobs/delete-installer-job.js +0 -39
  670. package/src/lib/actions/resources/installer-jobs/delete-installer-job.js.map +0 -1
  671. package/src/lib/actions/resources/installer-jobs/get-installer-job.d.ts +0 -10
  672. package/src/lib/actions/resources/installer-jobs/get-installer-job.js +0 -49
  673. package/src/lib/actions/resources/installer-jobs/get-installer-job.js.map +0 -1
  674. package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.d.ts +0 -19
  675. package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.js +0 -111
  676. package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.js.map +0 -1
  677. package/src/lib/actions/resources/installer-jobs/update-installer-job.d.ts +0 -12
  678. package/src/lib/actions/resources/installer-jobs/update-installer-job.js +0 -53
  679. package/src/lib/actions/resources/installer-jobs/update-installer-job.js.map +0 -1
  680. package/src/lib/actions/resources/invoices/invoice-read.d.ts +0 -9
  681. package/src/lib/actions/resources/invoices/invoice-read.js +0 -39
  682. package/src/lib/actions/resources/invoices/invoice-read.js.map +0 -1
  683. package/src/lib/actions/resources/invoices/invoices-listing.d.ts +0 -12
  684. package/src/lib/actions/resources/invoices/invoices-listing.js +0 -68
  685. package/src/lib/actions/resources/invoices/invoices-listing.js.map +0 -1
  686. package/src/lib/actions/resources/locations/location-charging-zone-create.d.ts +0 -14
  687. package/src/lib/actions/resources/locations/location-charging-zone-create.js +0 -100
  688. package/src/lib/actions/resources/locations/location-charging-zone-create.js.map +0 -1
  689. package/src/lib/actions/resources/locations/location-charging-zone-delete.d.ts +0 -10
  690. package/src/lib/actions/resources/locations/location-charging-zone-delete.js +0 -44
  691. package/src/lib/actions/resources/locations/location-charging-zone-delete.js.map +0 -1
  692. package/src/lib/actions/resources/locations/location-charging-zone-read.d.ts +0 -10
  693. package/src/lib/actions/resources/locations/location-charging-zone-read.js +0 -44
  694. package/src/lib/actions/resources/locations/location-charging-zone-read.js.map +0 -1
  695. package/src/lib/actions/resources/locations/location-charging-zone-update.d.ts +0 -15
  696. package/src/lib/actions/resources/locations/location-charging-zone-update.js +0 -105
  697. package/src/lib/actions/resources/locations/location-charging-zone-update.js.map +0 -1
  698. package/src/lib/actions/resources/locations/location-charging-zones-listing.d.ts +0 -11
  699. package/src/lib/actions/resources/locations/location-charging-zones-listing.js +0 -63
  700. package/src/lib/actions/resources/locations/location-charging-zones-listing.js.map +0 -1
  701. package/src/lib/actions/resources/locations/location-create.d.ts +0 -38
  702. package/src/lib/actions/resources/locations/location-create.js +0 -769
  703. package/src/lib/actions/resources/locations/location-create.js.map +0 -1
  704. package/src/lib/actions/resources/locations/location-delete.d.ts +0 -10
  705. package/src/lib/actions/resources/locations/location-delete.js +0 -52
  706. package/src/lib/actions/resources/locations/location-delete.js.map +0 -1
  707. package/src/lib/actions/resources/locations/location-read.d.ts +0 -10
  708. package/src/lib/actions/resources/locations/location-read.js +0 -52
  709. package/src/lib/actions/resources/locations/location-read.js.map +0 -1
  710. package/src/lib/actions/resources/locations/location-update.d.ts +0 -40
  711. package/src/lib/actions/resources/locations/location-update.js +0 -636
  712. package/src/lib/actions/resources/locations/location-update.js.map +0 -1
  713. package/src/lib/actions/resources/locations/locations-listing.d.ts +0 -23
  714. package/src/lib/actions/resources/locations/locations-listing.js +0 -396
  715. package/src/lib/actions/resources/locations/locations-listing.js.map +0 -1
  716. package/src/lib/actions/resources/parking-spaces/create-parking-space.d.ts +0 -15
  717. package/src/lib/actions/resources/parking-spaces/create-parking-space.js +0 -88
  718. package/src/lib/actions/resources/parking-spaces/create-parking-space.js.map +0 -1
  719. package/src/lib/actions/resources/parking-spaces/delete-parking-space.d.ts +0 -9
  720. package/src/lib/actions/resources/parking-spaces/delete-parking-space.js +0 -39
  721. package/src/lib/actions/resources/parking-spaces/delete-parking-space.js.map +0 -1
  722. package/src/lib/actions/resources/parking-spaces/get-parking-space.d.ts +0 -10
  723. package/src/lib/actions/resources/parking-spaces/get-parking-space.js +0 -49
  724. package/src/lib/actions/resources/parking-spaces/get-parking-space.js.map +0 -1
  725. package/src/lib/actions/resources/parking-spaces/list-parking-space.d.ts +0 -13
  726. package/src/lib/actions/resources/parking-spaces/list-parking-space.js +0 -78
  727. package/src/lib/actions/resources/parking-spaces/list-parking-space.js.map +0 -1
  728. package/src/lib/actions/resources/parking-spaces/update-parking-space.d.ts +0 -16
  729. package/src/lib/actions/resources/parking-spaces/update-parking-space.js +0 -93
  730. package/src/lib/actions/resources/parking-spaces/update-parking-space.js.map +0 -1
  731. package/src/lib/actions/resources/partner-contracts/partner-contract-create.d.ts +0 -31
  732. package/src/lib/actions/resources/partner-contracts/partner-contract-create.js +0 -203
  733. package/src/lib/actions/resources/partner-contracts/partner-contract-create.js.map +0 -1
  734. package/src/lib/actions/resources/partner-contracts/partner-contract-delete.d.ts +0 -9
  735. package/src/lib/actions/resources/partner-contracts/partner-contract-delete.js +0 -39
  736. package/src/lib/actions/resources/partner-contracts/partner-contract-delete.js.map +0 -1
  737. package/src/lib/actions/resources/partner-contracts/partner-contract-read.d.ts +0 -9
  738. package/src/lib/actions/resources/partner-contracts/partner-contract-read.js +0 -39
  739. package/src/lib/actions/resources/partner-contracts/partner-contract-read.js.map +0 -1
  740. package/src/lib/actions/resources/partner-contracts/partner-contract-update.d.ts +0 -32
  741. package/src/lib/actions/resources/partner-contracts/partner-contract-update.js +0 -208
  742. package/src/lib/actions/resources/partner-contracts/partner-contract-update.js.map +0 -1
  743. package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.d.ts +0 -10
  744. package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.js +0 -58
  745. package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.js.map +0 -1
  746. package/src/lib/actions/resources/partner-expenses/expenses-listing.d.ts +0 -17
  747. package/src/lib/actions/resources/partner-expenses/expenses-listing.js +0 -107
  748. package/src/lib/actions/resources/partner-expenses/expenses-listing.js.map +0 -1
  749. package/src/lib/actions/resources/partner-invites/partner-invite-create.d.ts +0 -15
  750. package/src/lib/actions/resources/partner-invites/partner-invite-create.js +0 -93
  751. package/src/lib/actions/resources/partner-invites/partner-invite-create.js.map +0 -1
  752. package/src/lib/actions/resources/partner-invites/partner-invite-delete.d.ts +0 -9
  753. package/src/lib/actions/resources/partner-invites/partner-invite-delete.js +0 -39
  754. package/src/lib/actions/resources/partner-invites/partner-invite-delete.js.map +0 -1
  755. package/src/lib/actions/resources/partner-invites/partner-invite-read.d.ts +0 -9
  756. package/src/lib/actions/resources/partner-invites/partner-invite-read.js +0 -39
  757. package/src/lib/actions/resources/partner-invites/partner-invite-read.js.map +0 -1
  758. package/src/lib/actions/resources/partner-invites/partner-invite-update.d.ts +0 -13
  759. package/src/lib/actions/resources/partner-invites/partner-invite-update.js +0 -77
  760. package/src/lib/actions/resources/partner-invites/partner-invite-update.js.map +0 -1
  761. package/src/lib/actions/resources/partner-invites/partner-invites-listing.d.ts +0 -16
  762. package/src/lib/actions/resources/partner-invites/partner-invites-listing.js +0 -95
  763. package/src/lib/actions/resources/partner-invites/partner-invites-listing.js.map +0 -1
  764. package/src/lib/actions/resources/partner-revenues/revenues-listing.d.ts +0 -16
  765. package/src/lib/actions/resources/partner-revenues/revenues-listing.js +0 -94
  766. package/src/lib/actions/resources/partner-revenues/revenues-listing.js.map +0 -1
  767. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.d.ts +0 -12
  768. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.js +0 -54
  769. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.js.map +0 -1
  770. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.d.ts +0 -10
  771. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.js +0 -44
  772. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.js.map +0 -1
  773. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.d.ts +0 -13
  774. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.js +0 -59
  775. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.js.map +0 -1
  776. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.d.ts +0 -11
  777. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.js +0 -63
  778. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.js.map +0 -1
  779. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.d.ts +0 -9
  780. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.js +0 -39
  781. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.js.map +0 -1
  782. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.d.ts +0 -13
  783. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.js +0 -73
  784. package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.js.map +0 -1
  785. package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.d.ts +0 -10
  786. package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.js +0 -44
  787. package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.js.map +0 -1
  788. package/src/lib/actions/resources/partners/partner-create.d.ts +0 -48
  789. package/src/lib/actions/resources/partners/partner-create.js +0 -548
  790. package/src/lib/actions/resources/partners/partner-create.js.map +0 -1
  791. package/src/lib/actions/resources/partners/partner-delete.d.ts +0 -9
  792. package/src/lib/actions/resources/partners/partner-delete.js +0 -39
  793. package/src/lib/actions/resources/partners/partner-delete.js.map +0 -1
  794. package/src/lib/actions/resources/partners/partner-read.d.ts +0 -9
  795. package/src/lib/actions/resources/partners/partner-read.js +0 -39
  796. package/src/lib/actions/resources/partners/partner-read.js.map +0 -1
  797. package/src/lib/actions/resources/partners/partner-update.d.ts +0 -48
  798. package/src/lib/actions/resources/partners/partner-update.js +0 -548
  799. package/src/lib/actions/resources/partners/partner-update.js.map +0 -1
  800. package/src/lib/actions/resources/partners/partners-listing.d.ts +0 -13
  801. package/src/lib/actions/resources/partners/partners-listing.js +0 -327
  802. package/src/lib/actions/resources/partners/partners-listing.js.map +0 -1
  803. package/src/lib/actions/resources/payment-terminals/create-payment-terminal.d.ts +0 -13
  804. package/src/lib/actions/resources/payment-terminals/create-payment-terminal.js +0 -366
  805. package/src/lib/actions/resources/payment-terminals/create-payment-terminal.js.map +0 -1
  806. package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.d.ts +0 -9
  807. package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.js +0 -39
  808. package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.js.map +0 -1
  809. package/src/lib/actions/resources/payment-terminals/get-payment-terminal.d.ts +0 -9
  810. package/src/lib/actions/resources/payment-terminals/get-payment-terminal.js +0 -39
  811. package/src/lib/actions/resources/payment-terminals/get-payment-terminal.js.map +0 -1
  812. package/src/lib/actions/resources/payment-terminals/get-payment-terminals.d.ts +0 -11
  813. package/src/lib/actions/resources/payment-terminals/get-payment-terminals.js +0 -63
  814. package/src/lib/actions/resources/payment-terminals/get-payment-terminals.js.map +0 -1
  815. package/src/lib/actions/resources/payment-terminals/update-payment-terminal.d.ts +0 -14
  816. package/src/lib/actions/resources/payment-terminals/update-payment-terminal.js +0 -373
  817. package/src/lib/actions/resources/payment-terminals/update-payment-terminal.js.map +0 -1
  818. package/src/lib/actions/resources/provisioning-certificates/create-pc-id.d.ts +0 -13
  819. package/src/lib/actions/resources/provisioning-certificates/create-pc-id.js +0 -111
  820. package/src/lib/actions/resources/provisioning-certificates/create-pc-id.js.map +0 -1
  821. package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.d.ts +0 -9
  822. package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.js +0 -39
  823. package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.js.map +0 -1
  824. package/src/lib/actions/resources/provisioning-certificates/get-pc-id.d.ts +0 -9
  825. package/src/lib/actions/resources/provisioning-certificates/get-pc-id.js +0 -39
  826. package/src/lib/actions/resources/provisioning-certificates/get-pc-id.js.map +0 -1
  827. package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.d.ts +0 -10
  828. package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.js +0 -58
  829. package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.js.map +0 -1
  830. package/src/lib/actions/resources/provisioning-certificates/update-pc-id.d.ts +0 -14
  831. package/src/lib/actions/resources/provisioning-certificates/update-pc-id.js +0 -116
  832. package/src/lib/actions/resources/provisioning-certificates/update-pc-id.js.map +0 -1
  833. package/src/lib/actions/resources/receipts/receipt-read.d.ts +0 -9
  834. package/src/lib/actions/resources/receipts/receipt-read.js +0 -39
  835. package/src/lib/actions/resources/receipts/receipt-read.js.map +0 -1
  836. package/src/lib/actions/resources/receipts/receipts-listing.d.ts +0 -15
  837. package/src/lib/actions/resources/receipts/receipts-listing.js +0 -90
  838. package/src/lib/actions/resources/receipts/receipts-listing.js.map +0 -1
  839. package/src/lib/actions/resources/reservations/reservation-read.d.ts +0 -9
  840. package/src/lib/actions/resources/reservations/reservation-read.js +0 -39
  841. package/src/lib/actions/resources/reservations/reservation-read.js.map +0 -1
  842. package/src/lib/actions/resources/reservations/reservations-listing.d.ts +0 -15
  843. package/src/lib/actions/resources/reservations/reservations-listing.js +0 -91
  844. package/src/lib/actions/resources/reservations/reservations-listing.js.map +0 -1
  845. package/src/lib/actions/resources/roaming-connections/get-roaming-connection.d.ts +0 -9
  846. package/src/lib/actions/resources/roaming-connections/get-roaming-connection.js +0 -39
  847. package/src/lib/actions/resources/roaming-connections/get-roaming-connection.js.map +0 -1
  848. package/src/lib/actions/resources/roaming-connections/list-roaming-connections.d.ts +0 -10
  849. package/src/lib/actions/resources/roaming-connections/list-roaming-connections.js +0 -58
  850. package/src/lib/actions/resources/roaming-connections/list-roaming-connections.js.map +0 -1
  851. package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.d.ts +0 -16
  852. package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.js +0 -86
  853. package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.js.map +0 -1
  854. package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.d.ts +0 -10
  855. package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.js +0 -44
  856. package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.js.map +0 -1
  857. package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.d.ts +0 -10
  858. package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.js +0 -44
  859. package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.js.map +0 -1
  860. package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.d.ts +0 -14
  861. package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.js +0 -84
  862. package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.js.map +0 -1
  863. package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.d.ts +0 -10
  864. package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.js +0 -56
  865. package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.js.map +0 -1
  866. package/src/lib/actions/resources/roaming-operators/roaming-operator-read.d.ts +0 -9
  867. package/src/lib/actions/resources/roaming-operators/roaming-operator-read.js +0 -39
  868. package/src/lib/actions/resources/roaming-operators/roaming-operator-read.js.map +0 -1
  869. package/src/lib/actions/resources/roaming-operators/roaming-operator-update.d.ts +0 -19
  870. package/src/lib/actions/resources/roaming-operators/roaming-operator-update.js +0 -125
  871. package/src/lib/actions/resources/roaming-operators/roaming-operator-update.js.map +0 -1
  872. package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.d.ts +0 -10
  873. package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.js +0 -58
  874. package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.js.map +0 -1
  875. package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.d.ts +0 -17
  876. package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.js +0 -91
  877. package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.js.map +0 -1
  878. package/src/lib/actions/resources/roaming-providers/roaming-provider-create.d.ts +0 -13
  879. package/src/lib/actions/resources/roaming-providers/roaming-provider-create.js +0 -97
  880. package/src/lib/actions/resources/roaming-providers/roaming-provider-create.js.map +0 -1
  881. package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.d.ts +0 -9
  882. package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.js +0 -39
  883. package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.js.map +0 -1
  884. package/src/lib/actions/resources/roaming-providers/roaming-provider-read.d.ts +0 -9
  885. package/src/lib/actions/resources/roaming-providers/roaming-provider-read.js +0 -39
  886. package/src/lib/actions/resources/roaming-providers/roaming-provider-read.js.map +0 -1
  887. package/src/lib/actions/resources/roaming-providers/roaming-provider-update.d.ts +0 -14
  888. package/src/lib/actions/resources/roaming-providers/roaming-provider-update.js +0 -87
  889. package/src/lib/actions/resources/roaming-providers/roaming-provider-update.js.map +0 -1
  890. package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.d.ts +0 -13
  891. package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.js +0 -73
  892. package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.js.map +0 -1
  893. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.d.ts +0 -9
  894. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.js +0 -39
  895. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.js.map +0 -1
  896. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.d.ts +0 -10
  897. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.js +0 -44
  898. package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.js.map +0 -1
  899. package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.d.ts +0 -10
  900. package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.js +0 -58
  901. package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.js.map +0 -1
  902. package/src/lib/actions/resources/security-events/security-event-read.d.ts +0 -9
  903. package/src/lib/actions/resources/security-events/security-event-read.js +0 -39
  904. package/src/lib/actions/resources/security-events/security-event-read.js.map +0 -1
  905. package/src/lib/actions/resources/security-events/security-events-listing.d.ts +0 -14
  906. package/src/lib/actions/resources/security-events/security-events-listing.js +0 -89
  907. package/src/lib/actions/resources/security-events/security-events-listing.js.map +0 -1
  908. package/src/lib/actions/resources/sessions/session-read.d.ts +0 -16
  909. package/src/lib/actions/resources/sessions/session-read.js +0 -116
  910. package/src/lib/actions/resources/sessions/session-read.js.map +0 -1
  911. package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.d.ts +0 -9
  912. package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.js +0 -39
  913. package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.js.map +0 -1
  914. package/src/lib/actions/resources/sessions/sessions-listing.d.ts +0 -46
  915. package/src/lib/actions/resources/sessions/sessions-listing.js +0 -376
  916. package/src/lib/actions/resources/sessions/sessions-listing.js.map +0 -1
  917. package/src/lib/actions/resources/settings/settings-listing.d.ts +0 -7
  918. package/src/lib/actions/resources/settings/settings-listing.js +0 -33
  919. package/src/lib/actions/resources/settings/settings-listing.js.map +0 -1
  920. package/src/lib/actions/resources/sub-operators/sub-operator-read.d.ts +0 -9
  921. package/src/lib/actions/resources/sub-operators/sub-operator-read.js +0 -39
  922. package/src/lib/actions/resources/sub-operators/sub-operator-read.js.map +0 -1
  923. package/src/lib/actions/resources/sub-operators/sub-operators-listing.d.ts +0 -10
  924. package/src/lib/actions/resources/sub-operators/sub-operators-listing.js +0 -58
  925. package/src/lib/actions/resources/sub-operators/sub-operators-listing.js.map +0 -1
  926. package/src/lib/actions/resources/subscription-plans/subscription-plan-create.d.ts +0 -34
  927. package/src/lib/actions/resources/subscription-plans/subscription-plan-create.js +0 -763
  928. package/src/lib/actions/resources/subscription-plans/subscription-plan-create.js.map +0 -1
  929. package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.d.ts +0 -9
  930. package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.js +0 -39
  931. package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.js.map +0 -1
  932. package/src/lib/actions/resources/subscription-plans/subscription-plan-read.d.ts +0 -9
  933. package/src/lib/actions/resources/subscription-plans/subscription-plan-read.js +0 -39
  934. package/src/lib/actions/resources/subscription-plans/subscription-plan-read.js.map +0 -1
  935. package/src/lib/actions/resources/subscription-plans/subscription-plan-update.d.ts +0 -35
  936. package/src/lib/actions/resources/subscription-plans/subscription-plan-update.js +0 -762
  937. package/src/lib/actions/resources/subscription-plans/subscription-plan-update.js.map +0 -1
  938. package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.d.ts +0 -10
  939. package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.js +0 -58
  940. package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.js.map +0 -1
  941. package/src/lib/actions/resources/subscriptions/subscription-read.d.ts +0 -9
  942. package/src/lib/actions/resources/subscriptions/subscription-read.js +0 -39
  943. package/src/lib/actions/resources/subscriptions/subscription-read.js.map +0 -1
  944. package/src/lib/actions/resources/subscriptions/subscriptions-listing.d.ts +0 -15
  945. package/src/lib/actions/resources/subscriptions/subscriptions-listing.js +0 -92
  946. package/src/lib/actions/resources/subscriptions/subscriptions-listing.js.map +0 -1
  947. package/src/lib/actions/resources/tariff-groups/tariff-group-create.d.ts +0 -11
  948. package/src/lib/actions/resources/tariff-groups/tariff-group-create.js +0 -49
  949. package/src/lib/actions/resources/tariff-groups/tariff-group-create.js.map +0 -1
  950. package/src/lib/actions/resources/tariff-groups/tariff-group-delete.d.ts +0 -9
  951. package/src/lib/actions/resources/tariff-groups/tariff-group-delete.js +0 -39
  952. package/src/lib/actions/resources/tariff-groups/tariff-group-delete.js.map +0 -1
  953. package/src/lib/actions/resources/tariff-groups/tariff-group-read.d.ts +0 -9
  954. package/src/lib/actions/resources/tariff-groups/tariff-group-read.js +0 -39
  955. package/src/lib/actions/resources/tariff-groups/tariff-group-read.js.map +0 -1
  956. package/src/lib/actions/resources/tariff-groups/tariff-group-update.d.ts +0 -12
  957. package/src/lib/actions/resources/tariff-groups/tariff-group-update.js +0 -54
  958. package/src/lib/actions/resources/tariff-groups/tariff-group-update.js.map +0 -1
  959. package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.d.ts +0 -11
  960. package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.js +0 -63
  961. package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.js.map +0 -1
  962. package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.d.ts +0 -9
  963. package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.js +0 -39
  964. package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.js.map +0 -1
  965. package/src/lib/actions/resources/tariffs/tariff-create.d.ts +0 -86
  966. package/src/lib/actions/resources/tariffs/tariff-create.js +0 -773
  967. package/src/lib/actions/resources/tariffs/tariff-create.js.map +0 -1
  968. package/src/lib/actions/resources/tariffs/tariff-delete.d.ts +0 -9
  969. package/src/lib/actions/resources/tariffs/tariff-delete.js +0 -39
  970. package/src/lib/actions/resources/tariffs/tariff-delete.js.map +0 -1
  971. package/src/lib/actions/resources/tariffs/tariff-read.d.ts +0 -9
  972. package/src/lib/actions/resources/tariffs/tariff-read.js +0 -39
  973. package/src/lib/actions/resources/tariffs/tariff-read.js.map +0 -1
  974. package/src/lib/actions/resources/tariffs/tariff-update.d.ts +0 -87
  975. package/src/lib/actions/resources/tariffs/tariff-update.js +0 -761
  976. package/src/lib/actions/resources/tariffs/tariff-update.js.map +0 -1
  977. package/src/lib/actions/resources/tariffs/tariffs-listing.d.ts +0 -14
  978. package/src/lib/actions/resources/tariffs/tariffs-listing.js +0 -78
  979. package/src/lib/actions/resources/tariffs/tariffs-listing.js.map +0 -1
  980. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.d.ts +0 -9
  981. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.js +0 -39
  982. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.js.map +0 -1
  983. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.d.ts +0 -9
  984. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.js +0 -39
  985. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.js.map +0 -1
  986. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.d.ts +0 -9
  987. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.js +0 -39
  988. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.js.map +0 -1
  989. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.d.ts +0 -10
  990. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.js +0 -44
  991. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.js.map +0 -1
  992. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.d.ts +0 -10
  993. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.js +0 -58
  994. package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.js.map +0 -1
  995. package/src/lib/actions/resources/taxes/tax-create.d.ts +0 -12
  996. package/src/lib/actions/resources/taxes/tax-create.js +0 -66
  997. package/src/lib/actions/resources/taxes/tax-create.js.map +0 -1
  998. package/src/lib/actions/resources/taxes/tax-delete.d.ts +0 -9
  999. package/src/lib/actions/resources/taxes/tax-delete.js +0 -39
  1000. package/src/lib/actions/resources/taxes/tax-delete.js.map +0 -1
  1001. package/src/lib/actions/resources/taxes/tax-read.d.ts +0 -9
  1002. package/src/lib/actions/resources/taxes/tax-read.js +0 -39
  1003. package/src/lib/actions/resources/taxes/tax-read.js.map +0 -1
  1004. package/src/lib/actions/resources/taxes/tax-update.d.ts +0 -13
  1005. package/src/lib/actions/resources/taxes/tax-update.js +0 -71
  1006. package/src/lib/actions/resources/taxes/tax-update.js.map +0 -1
  1007. package/src/lib/actions/resources/taxes/taxes-listing.d.ts +0 -10
  1008. package/src/lib/actions/resources/taxes/taxes-listing.js +0 -58
  1009. package/src/lib/actions/resources/taxes/taxes-listing.js.map +0 -1
  1010. package/src/lib/actions/resources/templates/templates-listing.d.ts +0 -10
  1011. package/src/lib/actions/resources/templates/templates-listing.js +0 -58
  1012. package/src/lib/actions/resources/templates/templates-listing.js.map +0 -1
  1013. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.d.ts +0 -10
  1014. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.js +0 -44
  1015. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.js.map +0 -1
  1016. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.d.ts +0 -9
  1017. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.js +0 -39
  1018. package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.js.map +0 -1
  1019. package/src/lib/actions/resources/top-up-packages/top-up-packag-create.d.ts +0 -11
  1020. package/src/lib/actions/resources/top-up-packages/top-up-packag-create.js +0 -55
  1021. package/src/lib/actions/resources/top-up-packages/top-up-packag-create.js.map +0 -1
  1022. package/src/lib/actions/resources/top-up-packages/top-up-package-delete.d.ts +0 -9
  1023. package/src/lib/actions/resources/top-up-packages/top-up-package-delete.js +0 -39
  1024. package/src/lib/actions/resources/top-up-packages/top-up-package-delete.js.map +0 -1
  1025. package/src/lib/actions/resources/top-up-packages/top-up-package-read.d.ts +0 -9
  1026. package/src/lib/actions/resources/top-up-packages/top-up-package-read.js +0 -39
  1027. package/src/lib/actions/resources/top-up-packages/top-up-package-read.js.map +0 -1
  1028. package/src/lib/actions/resources/top-up-packages/top-up-package-update.d.ts +0 -12
  1029. package/src/lib/actions/resources/top-up-packages/top-up-package-update.js +0 -60
  1030. package/src/lib/actions/resources/top-up-packages/top-up-package-update.js.map +0 -1
  1031. package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.d.ts +0 -11
  1032. package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.js +0 -63
  1033. package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.js.map +0 -1
  1034. package/src/lib/actions/resources/transactions/transaction-read.d.ts +0 -9
  1035. package/src/lib/actions/resources/transactions/transaction-read.js +0 -39
  1036. package/src/lib/actions/resources/transactions/transaction-read.js.map +0 -1
  1037. package/src/lib/actions/resources/transactions/transaction-update.d.ts +0 -20
  1038. package/src/lib/actions/resources/transactions/transaction-update.js +0 -137
  1039. package/src/lib/actions/resources/transactions/transaction-update.js.map +0 -1
  1040. package/src/lib/actions/resources/transactions/transactions-create.d.ts +0 -21
  1041. package/src/lib/actions/resources/transactions/transactions-create.js +0 -151
  1042. package/src/lib/actions/resources/transactions/transactions-create.js.map +0 -1
  1043. package/src/lib/actions/resources/transactions/transactions-listing.d.ts +0 -26
  1044. package/src/lib/actions/resources/transactions/transactions-listing.js +0 -179
  1045. package/src/lib/actions/resources/transactions/transactions-listing.js.map +0 -1
  1046. package/src/lib/actions/resources/user-groups/user-group-create.d.ts +0 -11
  1047. package/src/lib/actions/resources/user-groups/user-group-create.js +0 -49
  1048. package/src/lib/actions/resources/user-groups/user-group-create.js.map +0 -1
  1049. package/src/lib/actions/resources/user-groups/user-group-delete.d.ts +0 -9
  1050. package/src/lib/actions/resources/user-groups/user-group-delete.js +0 -39
  1051. package/src/lib/actions/resources/user-groups/user-group-delete.js.map +0 -1
  1052. package/src/lib/actions/resources/user-groups/user-group-read.d.ts +0 -9
  1053. package/src/lib/actions/resources/user-groups/user-group-read.js +0 -39
  1054. package/src/lib/actions/resources/user-groups/user-group-read.js.map +0 -1
  1055. package/src/lib/actions/resources/user-groups/user-group-update.d.ts +0 -12
  1056. package/src/lib/actions/resources/user-groups/user-group-update.js +0 -54
  1057. package/src/lib/actions/resources/user-groups/user-group-update.js.map +0 -1
  1058. package/src/lib/actions/resources/user-groups/user-groups-listing.d.ts +0 -12
  1059. package/src/lib/actions/resources/user-groups/user-groups-listing.js +0 -68
  1060. package/src/lib/actions/resources/user-groups/user-groups-listing.js.map +0 -1
  1061. package/src/lib/actions/resources/users/invoice-details-create-or-update.d.ts +0 -14
  1062. package/src/lib/actions/resources/users/invoice-details-create-or-update.js +0 -1394
  1063. package/src/lib/actions/resources/users/invoice-details-create-or-update.js.map +0 -1
  1064. package/src/lib/actions/resources/users/invoice-details-read.d.ts +0 -9
  1065. package/src/lib/actions/resources/users/invoice-details-read.js +0 -39
  1066. package/src/lib/actions/resources/users/invoice-details-read.js.map +0 -1
  1067. package/src/lib/actions/resources/users/payment-method-create.d.ts +0 -12
  1068. package/src/lib/actions/resources/users/payment-method-create.js +0 -65
  1069. package/src/lib/actions/resources/users/payment-method-create.js.map +0 -1
  1070. package/src/lib/actions/resources/users/payment-method-delete.d.ts +0 -10
  1071. package/src/lib/actions/resources/users/payment-method-delete.js +0 -44
  1072. package/src/lib/actions/resources/users/payment-method-delete.js.map +0 -1
  1073. package/src/lib/actions/resources/users/payment-method-read.d.ts +0 -10
  1074. package/src/lib/actions/resources/users/payment-method-read.js +0 -44
  1075. package/src/lib/actions/resources/users/payment-method-read.js.map +0 -1
  1076. package/src/lib/actions/resources/users/payment-method-update.d.ts +0 -11
  1077. package/src/lib/actions/resources/users/payment-method-update.js +0 -55
  1078. package/src/lib/actions/resources/users/payment-method-update.js.map +0 -1
  1079. package/src/lib/actions/resources/users/payment-methods-listing.d.ts +0 -11
  1080. package/src/lib/actions/resources/users/payment-methods-listing.js +0 -63
  1081. package/src/lib/actions/resources/users/payment-methods-listing.js.map +0 -1
  1082. package/src/lib/actions/resources/users/user-create.d.ts +0 -38
  1083. package/src/lib/actions/resources/users/user-create.js +0 -467
  1084. package/src/lib/actions/resources/users/user-create.js.map +0 -1
  1085. package/src/lib/actions/resources/users/user-delete.d.ts +0 -10
  1086. package/src/lib/actions/resources/users/user-delete.js +0 -50
  1087. package/src/lib/actions/resources/users/user-delete.js.map +0 -1
  1088. package/src/lib/actions/resources/users/user-read.d.ts +0 -11
  1089. package/src/lib/actions/resources/users/user-read.js +0 -61
  1090. package/src/lib/actions/resources/users/user-read.js.map +0 -1
  1091. package/src/lib/actions/resources/users/user-update.d.ts +0 -37
  1092. package/src/lib/actions/resources/users/user-update.js +0 -468
  1093. package/src/lib/actions/resources/users/user-update.js.map +0 -1
  1094. package/src/lib/actions/resources/users/users-listing.d.ts +0 -18
  1095. package/src/lib/actions/resources/users/users-listing.js +0 -104
  1096. package/src/lib/actions/resources/users/users-listing.js.map +0 -1
  1097. package/src/lib/actions/resources/utilities/create-utility.d.ts +0 -9
  1098. package/src/lib/actions/resources/utilities/create-utility.js +0 -39
  1099. package/src/lib/actions/resources/utilities/create-utility.js.map +0 -1
  1100. package/src/lib/actions/resources/utilities/delete-utility.d.ts +0 -9
  1101. package/src/lib/actions/resources/utilities/delete-utility.js +0 -39
  1102. package/src/lib/actions/resources/utilities/delete-utility.js.map +0 -1
  1103. package/src/lib/actions/resources/utilities/get-utility.d.ts +0 -9
  1104. package/src/lib/actions/resources/utilities/get-utility.js +0 -39
  1105. package/src/lib/actions/resources/utilities/get-utility.js.map +0 -1
  1106. package/src/lib/actions/resources/utilities/list-utilities.d.ts +0 -10
  1107. package/src/lib/actions/resources/utilities/list-utilities.js +0 -58
  1108. package/src/lib/actions/resources/utilities/list-utilities.js.map +0 -1
  1109. package/src/lib/actions/resources/utilities/update-utility.d.ts +0 -10
  1110. package/src/lib/actions/resources/utilities/update-utility.js +0 -44
  1111. package/src/lib/actions/resources/utilities/update-utility.js.map +0 -1
  1112. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.d.ts +0 -12
  1113. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.js +0 -54
  1114. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.js.map +0 -1
  1115. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.d.ts +0 -9
  1116. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.js +0 -39
  1117. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.js.map +0 -1
  1118. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.d.ts +0 -9
  1119. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.js +0 -39
  1120. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.js.map +0 -1
  1121. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.d.ts +0 -13
  1122. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.js +0 -59
  1123. package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.js.map +0 -1
  1124. package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.d.ts +0 -10
  1125. package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.js +0 -58
  1126. package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.js.map +0 -1
  1127. package/src/lib/actions/resources/vouchers/voucher-create.d.ts +0 -15
  1128. package/src/lib/actions/resources/vouchers/voucher-create.js +0 -92
  1129. package/src/lib/actions/resources/vouchers/voucher-create.js.map +0 -1
  1130. package/src/lib/actions/resources/vouchers/voucher-delete.d.ts +0 -9
  1131. package/src/lib/actions/resources/vouchers/voucher-delete.js +0 -39
  1132. package/src/lib/actions/resources/vouchers/voucher-delete.js.map +0 -1
  1133. package/src/lib/actions/resources/vouchers/voucher-read.d.ts +0 -9
  1134. package/src/lib/actions/resources/vouchers/voucher-read.js +0 -39
  1135. package/src/lib/actions/resources/vouchers/voucher-read.js.map +0 -1
  1136. package/src/lib/actions/resources/vouchers/voucher-update.d.ts +0 -16
  1137. package/src/lib/actions/resources/vouchers/voucher-update.js +0 -103
  1138. package/src/lib/actions/resources/vouchers/voucher-update.js.map +0 -1
  1139. package/src/lib/actions/resources/vouchers/vouchers-listing.d.ts +0 -19
  1140. package/src/lib/actions/resources/vouchers/vouchers-listing.js +0 -120
  1141. package/src/lib/actions/resources/vouchers/vouchers-listing.js.map +0 -1
  1142. package/src/lib/common/auth.d.ts +0 -4
  1143. package/src/lib/common/auth.js +0 -20
  1144. package/src/lib/common/auth.js.map +0 -1
  1145. package/src/lib/common/utils.d.ts +0 -88
  1146. package/src/lib/common/utils.js +0 -405
  1147. package/src/lib/common/utils.js.map +0 -1
  1148. package/src/lib/models/responses.d.ts +0 -9430
  1149. package/src/lib/models/responses.js +0 -3
  1150. package/src/lib/models/responses.js.map +0 -1
  1151. package/src/lib/triggers/webhook.d.ts +0 -26
  1152. package/src/lib/triggers/webhook.js +0 -113
  1153. package/src/lib/triggers/webhook.js.map +0 -1
@@ -1,396 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.chargePointCreateAction = 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
13
- exports.chargePointCreateAction = (0, pieces_framework_1.createAction)({
14
- auth: auth_1.ampecoAuth,
15
- name: 'chargePointCreate',
16
- displayName: 'Resources - Charge Points - Charge Point Create',
17
- description: 'Create new charge point.',
18
- props: {
19
- name: pieces_framework_1.Property.ShortText({
20
- displayName: 'Name',
21
- required: true,
22
- }),
23
- type: pieces_framework_1.Property.StaticDropdown({
24
- displayName: 'Type',
25
- description: `\`public\` - a charge point visible on the map to everybody </br>\n\`private\` - by default hidden from the map and for private usage only - company and their employees for example. The visibility of the charge point could be managed in partner object, with the different options for accessType. </br>\n\`personal\` - the charge point could have a single owner only. The owner is set when the user claims the charger or with Actions / Change Owner. </br>\n`,
26
- required: true,
27
- options: {
28
- options: [
29
- { label: 'private', value: 'private' },
30
- { label: 'public', value: 'public' },
31
- { label: 'personal', value: 'personal' },
32
- ],
33
- },
34
- }),
35
- pin: pieces_framework_1.Property.ShortText({
36
- displayName: 'Pin',
37
- description: `Required for personal charge points. The PIN should be provided in the mobile app when the charge point is claimed by a user. Should contain only numbers.\n`,
38
- required: false,
39
- }),
40
- locationId: pieces_framework_1.Property.Number({
41
- displayName: 'Location Id',
42
- description: `locationId is always a REQUIRED field for commercial public and commercial private charge points. It is NOT a required field only for personal charge points.\n`,
43
- required: false,
44
- }),
45
- chargingZoneId: pieces_framework_1.Property.Number({
46
- displayName: 'Charging Zone Id',
47
- description: '',
48
- required: false,
49
- }),
50
- electricityRateId: pieces_framework_1.Property.Number({
51
- displayName: 'Electricity Rate Id',
52
- description: `If there is Electricity rate set to the Charge point the electricity cost for each charging session would be tracked. Dynamic electricity rates could not be selected, only ones created in the resource / electricity-rate.\n`,
53
- required: false,
54
- }),
55
- subscription__required: pieces_framework_1.Property.StaticDropdown({
56
- displayName: 'Subscription - Required',
57
- description: 'Only for personal charge points. Require an active subscription to use the charge point.',
58
- required: false,
59
- options: {
60
- options: [
61
- { label: 'true', value: 'true' },
62
- { label: 'false', value: 'false' },
63
- ],
64
- },
65
- }),
66
- subscription__planIds: pieces_framework_1.Property.Array({
67
- displayName: 'Subscription - Plan Ids',
68
- description: 'Only for personal charge points. List of subscription plans for any of which the user should have an active subscription, to be able to use the charge point.',
69
- required: false,
70
- }),
71
- networkType: pieces_framework_1.Property.StaticDropdown({
72
- displayName: 'Network Type',
73
- description: '',
74
- required: false,
75
- options: {
76
- options: [
77
- { label: 'cellular', value: 'cellular' },
78
- { label: 'ethernet', value: 'ethernet' },
79
- { label: 'wlan', value: 'wlan' },
80
- ],
81
- },
82
- }),
83
- status: pieces_framework_1.Property.StaticDropdown({
84
- displayName: 'Status',
85
- description: `Shows the system status of the Charge Point. </br>\n\`enabled\` - the charge point is fully operative.\n\`disabled\` - the charge point would not be shown on the map if it is a commercial public or commercial private with the relevant option for visibility nor could be claimed or found by ID if it is personal (home). </br>\n\`demo\` - acts as a simulator so different setups could be tested. </br>\n\`out of order\` - the charge point is visible and shared with users, but a charging session\n`,
86
- required: true,
87
- options: {
88
- options: [
89
- { label: 'enabled', value: 'enabled' },
90
- { label: 'disabled', value: 'disabled' },
91
- { label: 'out of order', value: 'out of order' },
92
- { label: 'demo', value: 'demo' },
93
- ],
94
- },
95
- }),
96
- managedByOperator: pieces_framework_1.Property.StaticDropdown({
97
- displayName: 'Managed By Operator',
98
- description: `This flag indicates whether the operator can actively manage the charge point. If the flag is set to
99
- false' the charge point can still be shown to users, but they can't request to start a session on it.\n\nDeprecated. Please use 'communicationMode' instead.\n`,
100
- required: false,
101
- options: {
102
- options: [
103
- { label: 'true', value: 'true' },
104
- { label: 'false', value: 'false' },
105
- ],
106
- },
107
- }),
108
- externalId: pieces_framework_1.Property.ShortText({
109
- displayName: 'External Id',
110
- description: '',
111
- required: false,
112
- }),
113
- network__id: pieces_framework_1.Property.ShortText({
114
- displayName: 'Network - Id',
115
- description: 'OCPP Identifier.',
116
- required: false,
117
- }),
118
- network__protocol: pieces_framework_1.Property.StaticDropdown({
119
- displayName: 'Network - Protocol',
120
- description: '',
121
- required: false,
122
- options: {
123
- options: [
124
- { label: 'ocpp 1.5', value: 'ocpp 1.5' },
125
- { label: 'ocpp 1.6', value: 'ocpp 1.6' },
126
- { label: 'ocpp 1.6 soap', value: 'ocpp 1.6 soap' },
127
- { label: 'ocpp 2.0.1', value: 'ocpp 2.0.1' },
128
- ],
129
- },
130
- }),
131
- network__password: pieces_framework_1.Property.ShortText({
132
- displayName: 'Network - Password',
133
- description: '',
134
- required: false,
135
- }),
136
- network__ip: pieces_framework_1.Property.ShortText({
137
- displayName: 'Network - Ip',
138
- description: 'Required for ocpp 1.5 (SOAP).',
139
- required: false,
140
- }),
141
- network__port: pieces_framework_1.Property.Number({
142
- displayName: 'Network - Port',
143
- description: 'Required for ocpp 1.5 (SOAP).',
144
- required: false,
145
- }),
146
- capabilities: pieces_framework_1.Property.StaticMultiSelectDropdown({
147
- displayName: 'Capabilities',
148
- description: `\`remote_start_stop_capable\` - whether Remote start/stop is possible for the Charge Point </br>\n\`meter_values\` - whether the Charge Point should send meter updates to the system </br>\n\`stop_transaction_on_ev_disconnect\` - for ongoing sessions, when the cable is unplugged this should stop the session and if it is returned back a new session would be created. </br>\n\`disregard_the_heartbeats\` - only for OCPP 1.5 SOAP. Network status by default is updated based on the heartbeat messages. When enabled, the Charge Point would be always treated as available and its network status would not depend on heartbeat messages. </br>\n\`display_messages\` - charger has a display and it is enabled to display messages. This capability is enabled automatically when the charger reports the corresponding configuration key. When creating a charge point, the capability is ignored as it is automatically detected on boot. </br>\n`,
149
- required: false,
150
- options: {
151
- options: [
152
- {
153
- label: 'remote_start_stop_capable',
154
- value: 'remote_start_stop_capable',
155
- },
156
- { label: 'meter_values', value: 'meter_values' },
157
- {
158
- label: 'stop_transaction_on_ev_disconnect',
159
- value: 'stop_transaction_on_ev_disconnect',
160
- },
161
- {
162
- label: 'disregard_the_heartbeats',
163
- value: 'disregard_the_heartbeats',
164
- },
165
- { label: 'display_messages', value: 'display_messages' },
166
- ],
167
- },
168
- }),
169
- autoStartWithoutAuthorization: pieces_framework_1.Property.StaticDropdown({
170
- displayName: 'Auto Start Without Authorization',
171
- required: false,
172
- options: {
173
- options: [
174
- { label: 'true', value: 'true' },
175
- { label: 'false', value: 'false' },
176
- ],
177
- },
178
- }),
179
- disableAutoStartEmulation: pieces_framework_1.Property.StaticDropdown({
180
- displayName: 'Disable Auto Start Emulation',
181
- required: false,
182
- options: {
183
- options: [
184
- { label: 'true', value: 'true' },
185
- { label: 'false', value: 'false' },
186
- ],
187
- },
188
- }),
189
- security__desiredProfile: pieces_framework_1.Property.Number({
190
- displayName: 'Security - Desired Profile',
191
- description: 'The backend will try to set it 3 times at boot notification. If the charge point does not support it, the backend will use the highest security profile the charge point could use. </br> The following security profiles are supported: </br> 0: `No Authentication` </br> 1: `Unsecured Trasport with Basic Authentication (Plain-back Authentication)` - It does not include authentication for the CSMS, or measures to set up a secure communication channel.',
192
- required: false,
193
- }),
194
- modelId: pieces_framework_1.Property.Number({
195
- displayName: 'Model Id',
196
- description: `The ID of the CP Model, if one is associated with the Charge Point. Can be set to null to remove the current CP Model associated with the Charge Point. Mind that on boot the charger reports the hardware model and it is automatically updated.\n`,
197
- required: false,
198
- }),
199
- enableAutoFaultRecovery: pieces_framework_1.Property.StaticDropdown({
200
- displayName: 'Enable Auto Fault Recovery',
201
- description: '',
202
- required: false,
203
- options: {
204
- options: [
205
- { label: 'true', value: 'true' },
206
- { label: 'false', value: 'false' },
207
- ],
208
- },
209
- }),
210
- user__id: pieces_framework_1.Property.Number({
211
- displayName: 'User - Id',
212
- description: '',
213
- required: false,
214
- }),
215
- user__automaticFirmwareUpdatesEnabled: pieces_framework_1.Property.StaticDropdown({
216
- displayName: 'User - Automatic Firmware Updates Enabled',
217
- description: '',
218
- required: false,
219
- options: {
220
- options: [
221
- { label: 'true', value: 'true' },
222
- { label: 'false', value: 'false' },
223
- ],
224
- },
225
- }),
226
- partner__id: pieces_framework_1.Property.Number({
227
- displayName: 'Partner - Id',
228
- description: '',
229
- required: false,
230
- }),
231
- partner__contractId: pieces_framework_1.Property.Number({
232
- displayName: 'Partner - Contract Id',
233
- description: '',
234
- required: false,
235
- }),
236
- partner__contactId: pieces_framework_1.Property.Number({
237
- displayName: 'Partner - Contact Id',
238
- description: '',
239
- required: false,
240
- }),
241
- partner__corporateBillingAsDefault: pieces_framework_1.Property.StaticDropdown({
242
- displayName: 'Partner - Corporate Billing As Default',
243
- description: "The partner's corporate billing would be used as a payment method by default, when a user who is invited to use the partner's corporate billing starts a session on the charge point.",
244
- required: false,
245
- options: {
246
- options: [
247
- { label: 'true', value: 'true' },
248
- { label: 'false', value: 'false' },
249
- ],
250
- },
251
- }),
252
- partner__accessType: pieces_framework_1.Property.StaticDropdown({
253
- displayName: 'Partner - Access Type',
254
- description: '`private_view_private_use` - only users invited by the partner with the option to access private charge points could view this charge point on the map and use it.',
255
- required: false,
256
- options: {
257
- options: [
258
- {
259
- label: 'private_view_private_use',
260
- value: 'private_view_private_use',
261
- },
262
- {
263
- label: 'private_view_public_use',
264
- value: 'private_view_public_use',
265
- },
266
- {
267
- label: 'public_view_private_use',
268
- value: 'public_view_private_use',
269
- },
270
- ],
271
- },
272
- }),
273
- partner__notice: pieces_framework_1.Property.Array({
274
- displayName: 'Partner - Notice',
275
- description: 'The notice is only available if the charge point is of type `private` and the accessType is `public_view_private_use`.',
276
- required: false,
277
- properties: {
278
- locale: pieces_framework_1.Property.ShortText({
279
- displayName: 'Locale',
280
- description: 'valid locale.',
281
- required: false,
282
- }),
283
- translation: pieces_framework_1.Property.ShortText({
284
- displayName: 'Translation',
285
- description: '',
286
- required: false,
287
- }),
288
- },
289
- }),
290
- utilityId: pieces_framework_1.Property.Number({
291
- displayName: 'Utility Id',
292
- description: '',
293
- required: false,
294
- }),
295
- tags: pieces_framework_1.Property.Array({
296
- displayName: 'Tags',
297
- description: 'Tags can be used for filtering and grouping chargers by tag. When doing a PATCH input all tags that should be associated with the charge point. Omitting a tag would remove it from the charge point.',
298
- required: false,
299
- }),
300
- sharingCode: pieces_framework_1.Property.ShortText({
301
- displayName: 'Sharing Code',
302
- description: '',
303
- required: false,
304
- }),
305
- enabledRandomisedDelay: pieces_framework_1.Property.StaticDropdown({
306
- displayName: 'Enabled Randomised Delay',
307
- description: 'Applicable only for personal charge points. For `public` and `private` charge points will be omitted',
308
- required: false,
309
- options: {
310
- options: [
311
- { label: 'true', value: 'true' },
312
- { label: 'false', value: 'false' },
313
- ],
314
- },
315
- }),
316
- noticeId: pieces_framework_1.Property.Number({
317
- displayName: 'Notice Id',
318
- description: 'If both noticeId and partner.notice object are provided in the request the noticeId will be used to complete the request NOT the partner.notice object!',
319
- required: false,
320
- }),
321
- usesRenewableEnergy: pieces_framework_1.Property.StaticDropdown({
322
- displayName: 'Uses Renewable Energy',
323
- description: `When enabled, if no electricity rate is assigned to the charge point any roaming session will be marked as using renewable energy.\nThe actual energy mix can be specified in an electricity rate, which can then be assigned to the charge point. In that case the energy mix will be provided for roaming sessions.\nThis information can be gathered from the utility provider or third-party platforms that provide this information to the public.\n`,
324
- required: false,
325
- options: {
326
- options: [
327
- { label: 'true', value: 'true' },
328
- { label: 'false', value: 'false' },
329
- ],
330
- },
331
- }),
332
- ocppConnectedChargePointId: pieces_framework_1.Property.Number({
333
- displayName: 'Ocpp Connected Charge Point Id',
334
- description: `The ID of the charge point that is connected to the backend and used by this charge point for OCPP communication. Required when the \`communicationMode\` is \`via_ocpp_connected_charge_point\`.\n`,
335
- required: false,
336
- }),
337
- communicationMode: pieces_framework_1.Property.StaticDropdown({
338
- displayName: 'Communication Mode',
339
- description: `This property is required!</br>\nIt obsoletes the \`managedByOperator\` property, which can still be used by older implementations, so neither is marked as required.</br>\nIndicates how the charge point communicates with the backend.</br>\n\`none\` - the charge point is not connected to the backend. The charge point can be displayed to users with instructions how to use it. An informational notice can be associated with the charge point using the \`noticeId\` property.</br>\n\`direct_ocpp\` - the charge point is connected through OCPP and is actively being managed by the backend.</br>\n\`via_ocpp_connected_charge_point\` - the charge point is a satellite of another charge point which communicates through OCPP and is identified by \`ocppConnectedChargePointId\`. The charge point is not actively managed, but inherits most of its properties from its master charge point. When creating this type of charge point, the following fields are not required and will not be used:</br>\n - electricityRateId</br>\n - networkType</br>\n - capabilities</br>\n - network</br>\n - autoStartWithoutAuthorization</br>\n - disableAutoStartEmulation</br>\n - security</br>\n - modelId</br>\n - enableAutoFaultRecovery</br>\n - utilityId</br>\n - usesRenewableEnergy</br>\n - enabledRandomisedDelay</br>\n - integratedAt</br>\n - manufacturedAt</br>\n`,
340
- required: false,
341
- options: {
342
- options: [
343
- { label: 'none', value: 'none' },
344
- { label: 'direct_ocpp', value: 'direct_ocpp' },
345
- {
346
- label: 'via_ocpp_connected_charge_point',
347
- value: 'via_ocpp_connected_charge_point',
348
- },
349
- ],
350
- },
351
- }),
352
- },
353
- run(context) {
354
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
355
- try {
356
- const url = (0, utils_1.processPathParameters)('/public-api/resources/charge-points/v2.0', context.propsValue);
357
- const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
358
- const body = (0, utils_1.prepareRequestBody)(context.propsValue, [
359
- 'name',
360
- 'type',
361
- 'pin',
362
- 'locationId',
363
- 'chargingZoneId',
364
- 'electricityRateId',
365
- 'subscription',
366
- 'networkType',
367
- 'status',
368
- 'managedByOperator',
369
- 'externalId',
370
- 'network',
371
- 'capabilities',
372
- 'autoStartWithoutAuthorization',
373
- 'disableAutoStartEmulation',
374
- 'security',
375
- 'modelId',
376
- 'enableAutoFaultRecovery',
377
- 'user',
378
- 'partner',
379
- 'utilityId',
380
- 'tags',
381
- 'sharingCode',
382
- 'enabledRandomisedDelay',
383
- 'noticeId',
384
- 'usesRenewableEnergy',
385
- 'ocppConnectedChargePointId',
386
- 'communicationMode',
387
- ]);
388
- return (yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.POST, body, queryParams));
389
- }
390
- catch (error) {
391
- (0, utils_1.handleApiError)(error);
392
- }
393
- });
394
- },
395
- });
396
- //# sourceMappingURL=charge-point-create.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"charge-point-create.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/charge-points/charge-point-create.ts"],"names":[],"mappings":"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"}
@@ -1,10 +0,0 @@
1
- /**
2
- * Generated from API version: 3.96.4
3
- */
4
- export declare const chargePointDeleteAction: 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
- include: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
10
- }>;
@@ -1,52 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.chargePointDeleteAction = 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}
13
- exports.chargePointDeleteAction = (0, pieces_framework_1.createAction)({
14
- auth: auth_1.ampecoAuth,
15
- name: 'chargePointDelete',
16
- displayName: 'Resources - Charge Points - Charge Point Delete',
17
- description: 'Delete a charge point.',
18
- props: {
19
- chargePoint: pieces_framework_1.Property.Number({
20
- displayName: 'Charge Point',
21
- required: true,
22
- }),
23
- include: pieces_framework_1.Property.StaticMultiSelectDropdown({
24
- displayName: 'Include',
25
- required: false,
26
- options: {
27
- options: [
28
- { label: 'lastBootNotification', value: 'lastBootNotification' },
29
- { label: 'chargingProfile', value: 'chargingProfile' },
30
- { label: 'smartCharging', value: 'smartCharging' },
31
- { label: 'smartChargingPreferences', value: 'smartChargingPreferences' },
32
- { label: 'personalSmartChargingPreferences', value: 'personalSmartChargingPreferences' },
33
- { label: 'availablePersonalSmartChargingModes', value: 'availablePersonalSmartChargingModes' }
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}', 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-delete.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"charge-point-delete.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/charge-points/charge-point-delete.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAqH;AAErH;;GAEG;AAEH,0EAA0E;AAC7D,QAAA,uBAAuB,GAAG,IAAA,+BAAY,EAAC;IAClD,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,iDAAiD;IAC9D,WAAW,EAAE,wBAAwB;IACrC,KAAK,EAAE;QAEP,WAAW,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC3B,WAAW,EAAE,cAAc;YAC3B,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,sBAAsB,EAAE,KAAK,EAAE,sBAAsB,EAAE;oBAChE,EAAE,KAAK,EAAE,iBAAiB,EAAE,KAAK,EAAE,iBAAiB,EAAE;oBACtD,EAAE,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,eAAe,EAAE;oBAClD,EAAE,KAAK,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE;oBACxE,EAAE,KAAK,EAAE,kCAAkC,EAAE,KAAK,EAAE,kCAAkC,EAAE;oBACxF,EAAE,KAAK,EAAE,qCAAqC,EAAE,KAAK,EAAE,qCAAqC,EAAE;iBAC7F;aACF;SACF,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,wDAAwD,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAEhH,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"}
@@ -1,13 +0,0 @@
1
- /**
2
- * Generated from API version: 3.96.4
3
- */
4
- export declare const chargePointEvseConnectorCreateAction: 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
- type: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
11
- format: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
12
- status: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
13
- }>;
@@ -1,97 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.chargePointEvseConnectorCreateAction = 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/{evse}/connectors
13
- exports.chargePointEvseConnectorCreateAction = (0, pieces_framework_1.createAction)({
14
- auth: auth_1.ampecoAuth,
15
- name: 'chargePointEvseConnectorCreate',
16
- displayName: 'Resources - Charge Points - Charge Point Evse Connector Create',
17
- description: "Create 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
- type: pieces_framework_1.Property.StaticDropdown({
28
- displayName: 'Type',
29
- 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`,
30
- required: true,
31
- options: {
32
- options: [
33
- { label: 'type1', value: 'type1' },
34
- { label: 'type2', value: 'type2' },
35
- { label: 'type3', value: 'type3' },
36
- { label: 'chademo', value: 'chademo' },
37
- { label: 'ccs1', value: 'ccs1' },
38
- { label: 'ccs2', value: 'ccs2' },
39
- { label: 'schuko', value: 'schuko' },
40
- { label: 'nacs', value: 'nacs' },
41
- { label: 'cee16', value: 'cee16' },
42
- { label: 'cee32', value: 'cee32' },
43
- { label: 'j1772', value: 'j1772' },
44
- { label: 'inductive', value: 'inductive' },
45
- { label: 'nema-5-20', value: 'nema-5-20' },
46
- { label: 'type-e-french', value: 'type-e-french' },
47
- { label: 'type-g-british', value: 'type-g-british' },
48
- { label: 'type-j-swiss', value: 'type-j-swiss' },
49
- { label: 'avcon', value: 'avcon' },
50
- { label: 'gb-t-ac', value: 'gb-t-ac' },
51
- { label: 'gb-t-dc', value: 'gb-t-dc' },
52
- { label: 'chaoji', value: 'chaoji' },
53
- { label: 'nema-6-30', value: 'nema-6-30' },
54
- { label: 'nema-6-50', value: 'nema-6-50' },
55
- ],
56
- },
57
- }),
58
- format: pieces_framework_1.Property.StaticDropdown({
59
- displayName: 'Format',
60
- required: false,
61
- options: {
62
- options: [
63
- { label: 'socket', value: 'socket' },
64
- { label: 'cable', value: 'cable' },
65
- ],
66
- },
67
- }),
68
- status: pieces_framework_1.Property.StaticDropdown({
69
- displayName: 'Status',
70
- required: false,
71
- options: {
72
- options: [
73
- { label: 'enabled', value: 'enabled' },
74
- { label: 'disabled', value: 'disabled' },
75
- ],
76
- },
77
- }),
78
- },
79
- run(context) {
80
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
81
- try {
82
- const url = (0, utils_1.processPathParameters)('/public-api/resources/charge-points/v2.0/{chargePoint}/evses/{evse}/connectors', context.propsValue);
83
- const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
84
- const body = (0, utils_1.prepareRequestBody)(context.propsValue, [
85
- 'type',
86
- 'format',
87
- 'status',
88
- ]);
89
- return (yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.POST, body, queryParams));
90
- }
91
- catch (error) {
92
- (0, utils_1.handleApiError)(error);
93
- }
94
- });
95
- },
96
- });
97
- //# sourceMappingURL=charge-point-evse-connector-create.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"charge-point-evse-connector-create.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.ts"],"names":[],"mappings":"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"}
@@ -1,11 +0,0 @@
1
- /**
2
- * Generated from API version: 3.96.4
3
- */
4
- export declare const chargePointEvseConnectorDeleteAction: 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
- }>;