@activepieces/piece-ampeco 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +37 -0
- package/package.json +27 -0
- package/src/index.d.ts +9 -0
- package/src/index.js +846 -0
- package/src/index.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-availability.d.ts +11 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-availability.js +54 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-availability.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-owner.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-owner.js +43 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-owner.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.js +43 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.d.ts +13 -0
- package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.js +58 -0
- package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.js +54 -0
- package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.js +44 -0
- package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.d.ts +12 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.js +53 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js +52 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-security-log.d.ts +15 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-security-log.js +68 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-security-log.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-install-certificate.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-install-certificate.js +52 -0
- package/src/lib/actions/actions/charge-point/charge-point-install-certificate.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.d.ts +11 -0
- package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.js +46 -0
- package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-reserve.d.ts +12 -0
- package/src/lib/actions/actions/charge-point/charge-point-reserve.js +51 -0
- package/src/lib/actions/actions/charge-point/charge-point-reserve.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.d.ts +9 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.js +38 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset.js +48 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.d.ts +12 -0
- package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.js +54 -0
- package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.d.ts +23 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.js +137 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-configuration.d.ts +14 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-configuration.js +63 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-configuration.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.d.ts +14 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.js +66 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.d.ts +28 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.js +156 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.d.ts +11 -0
- package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.js +53 -0
- package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.js +43 -0
- package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.js +60 -0
- package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-update-firmware.d.ts +18 -0
- package/src/lib/actions/actions/charge-point/charge-point-update-firmware.js +95 -0
- package/src/lib/actions/actions/charge-point/charge-point-update-firmware.js.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-attach-charge-point.d.ts +11 -0
- package/src/lib/actions/actions/circuit/circuit-attach-charge-point.js +46 -0
- package/src/lib/actions/actions/circuit/circuit-attach-charge-point.js.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-detach-charge-point.d.ts +10 -0
- package/src/lib/actions/actions/circuit/circuit-detach-charge-point.js +42 -0
- package/src/lib/actions/actions/circuit/circuit-detach-charge-point.js.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.d.ts +12 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.js +50 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.js.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.d.ts +11 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.js +46 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.js.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.d.ts +13 -0
- package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.js +56 -0
- package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.js.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-set-session-priority.d.ts +11 -0
- package/src/lib/actions/actions/circuit/circuit-set-session-priority.js +46 -0
- package/src/lib/actions/actions/circuit/circuit-set-session-priority.js.map +1 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.d.ts +11 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.js +54 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.js.map +1 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.d.ts +9 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.js +38 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.js.map +1 -0
- package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.d.ts +13 -0
- package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.js +58 -0
- package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.js.map +1 -0
- package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.d.ts +27 -0
- package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.js +170 -0
- package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.js.map +1 -0
- package/src/lib/actions/actions/evse/evse-trigger-message.d.ts +10 -0
- package/src/lib/actions/actions/evse/evse-trigger-message.js +59 -0
- package/src/lib/actions/actions/evse/evse-trigger-message.js.map +1 -0
- package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.d.ts +11 -0
- package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.js +53 -0
- package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.js.map +1 -0
- package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.d.ts +10 -0
- package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.js +42 -0
- package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.js.map +1 -0
- package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.d.ts +9 -0
- package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.js +38 -0
- package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.js.map +1 -0
- package/src/lib/actions/actions/locations/location-check-booking-availability.d.ts +11 -0
- package/src/lib/actions/actions/locations/location-check-booking-availability.js +48 -0
- package/src/lib/actions/actions/locations/location-check-booking-availability.js.map +1 -0
- package/src/lib/actions/actions/notifications/notifications-resend-failed.d.ts +12 -0
- package/src/lib/actions/actions/notifications/notifications-resend-failed.js +98 -0
- package/src/lib/actions/actions/notifications/notifications-resend-failed.js.map +1 -0
- package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.d.ts +10 -0
- package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.js +48 -0
- package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.js.map +1 -0
- package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.d.ts +10 -0
- package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.js +43 -0
- package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.js.map +1 -0
- package/src/lib/actions/actions/reservation/reservation-cancel.d.ts +11 -0
- package/src/lib/actions/actions/reservation/reservation-cancel.js +54 -0
- package/src/lib/actions/actions/reservation/reservation-cancel.js.map +1 -0
- package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.d.ts +30 -0
- package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.js +353 -0
- package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.js.map +1 -0
- package/src/lib/actions/actions/session/session-assign-to-user.d.ts +10 -0
- package/src/lib/actions/actions/session/session-assign-to-user.js +42 -0
- package/src/lib/actions/actions/session/session-assign-to-user.js.map +1 -0
- package/src/lib/actions/actions/session/session-retry-payment.d.ts +10 -0
- package/src/lib/actions/actions/session/session-retry-payment.js +42 -0
- package/src/lib/actions/actions/session/session-retry-payment.js.map +1 -0
- package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.d.ts +12 -0
- package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.js +53 -0
- package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.js.map +1 -0
- package/src/lib/actions/actions/tariffs/tariff-set-display-information.d.ts +13 -0
- package/src/lib/actions/actions/tariffs/tariff-set-display-information.js +58 -0
- package/src/lib/actions/actions/tariffs/tariff-set-display-information.js.map +1 -0
- package/src/lib/actions/actions/transactions/transaction-issue-invoice.d.ts +22 -0
- package/src/lib/actions/actions/transactions/transaction-issue-invoice.js +351 -0
- package/src/lib/actions/actions/transactions/transaction-issue-invoice.js.map +1 -0
- package/src/lib/actions/actions/transactions/transaction-resend-invoice.d.ts +9 -0
- package/src/lib/actions/actions/transactions/transaction-resend-invoice.js +38 -0
- package/src/lib/actions/actions/transactions/transaction-resend-invoice.js.map +1 -0
- package/src/lib/actions/actions/transactions/transaction-update-payment-reference.d.ts +10 -0
- package/src/lib/actions/actions/transactions/transaction-update-payment-reference.js +43 -0
- package/src/lib/actions/actions/transactions/transaction-update-payment-reference.js.map +1 -0
- package/src/lib/actions/actions/users/user-activate-subscription.d.ts +13 -0
- package/src/lib/actions/actions/users/user-activate-subscription.js +63 -0
- package/src/lib/actions/actions/users/user-activate-subscription.js.map +1 -0
- package/src/lib/actions/actions/users/user-add-balance.d.ts +12 -0
- package/src/lib/actions/actions/users/user-add-balance.js +50 -0
- package/src/lib/actions/actions/users/user-add-balance.js.map +1 -0
- package/src/lib/actions/actions/users/user-apply-custom-fee.d.ts +12 -0
- package/src/lib/actions/actions/users/user-apply-custom-fee.js +52 -0
- package/src/lib/actions/actions/users/user-apply-custom-fee.js.map +1 -0
- package/src/lib/actions/actions/users/user-cancel-subscription.d.ts +10 -0
- package/src/lib/actions/actions/users/user-cancel-subscription.js +43 -0
- package/src/lib/actions/actions/users/user-cancel-subscription.js.map +1 -0
- package/src/lib/actions/actions/users/user-change-status.d.ts +11 -0
- package/src/lib/actions/actions/users/user-change-status.js +53 -0
- package/src/lib/actions/actions/users/user-change-status.js.map +1 -0
- package/src/lib/actions/actions/users/user-clear-subscription-amount-due.d.ts +9 -0
- package/src/lib/actions/actions/users/user-clear-subscription-amount-due.js +38 -0
- package/src/lib/actions/actions/users/user-clear-subscription-amount-due.js.map +1 -0
- package/src/lib/actions/actions/users/user-export-all-private-data.d.ts +9 -0
- package/src/lib/actions/actions/users/user-export-all-private-data.js +38 -0
- package/src/lib/actions/actions/users/user-export-all-private-data.js.map +1 -0
- package/src/lib/actions/actions/users/user-redeem-voucher.d.ts +10 -0
- package/src/lib/actions/actions/users/user-redeem-voucher.js +43 -0
- package/src/lib/actions/actions/users/user-redeem-voucher.js.map +1 -0
- package/src/lib/actions/notifications/notifications/notification-read.d.ts +9 -0
- package/src/lib/actions/notifications/notifications/notification-read.js +38 -0
- package/src/lib/actions/notifications/notifications/notification-read.js.map +1 -0
- package/src/lib/actions/notifications/notifications/notifications-create.d.ts +19 -0
- package/src/lib/actions/notifications/notifications/notifications-create.js +151 -0
- package/src/lib/actions/notifications/notifications/notifications-create.js.map +1 -0
- package/src/lib/actions/notifications/notifications/notifications-listing.d.ts +10 -0
- package/src/lib/actions/notifications/notifications/notifications-listing.js +58 -0
- package/src/lib/actions/notifications/notifications/notifications-listing.js.map +1 -0
- package/src/lib/actions/notifications/notifications/notifications-subscribe.d.ts +18 -0
- package/src/lib/actions/notifications/notifications/notifications-subscribe.js +147 -0
- package/src/lib/actions/notifications/notifications/notifications-subscribe.js.map +1 -0
- package/src/lib/actions/notifications/notifications/notifications-unsubscribe.d.ts +9 -0
- package/src/lib/actions/notifications/notifications/notifications-unsubscribe.js +38 -0
- package/src/lib/actions/notifications/notifications/notifications-unsubscribe.js.map +1 -0
- package/src/lib/actions/resources/authorizations/authorization-read.d.ts +9 -0
- package/src/lib/actions/resources/authorizations/authorization-read.js +38 -0
- package/src/lib/actions/resources/authorizations/authorization-read.js.map +1 -0
- package/src/lib/actions/resources/authorizations/authorizations-listing.d.ts +17 -0
- package/src/lib/actions/resources/authorizations/authorizations-listing.js +93 -0
- package/src/lib/actions/resources/authorizations/authorizations-listing.js.map +1 -0
- package/src/lib/actions/resources/booking-requests/booking-request-create.d.ts +13 -0
- package/src/lib/actions/resources/booking-requests/booking-request-create.js +209 -0
- package/src/lib/actions/resources/booking-requests/booking-request-create.js.map +1 -0
- package/src/lib/actions/resources/booking-requests/booking-request-read.d.ts +9 -0
- package/src/lib/actions/resources/booking-requests/booking-request-read.js +38 -0
- package/src/lib/actions/resources/booking-requests/booking-request-read.js.map +1 -0
- package/src/lib/actions/resources/booking-requests/booking-requests-listing.d.ts +19 -0
- package/src/lib/actions/resources/booking-requests/booking-requests-listing.js +110 -0
- package/src/lib/actions/resources/booking-requests/booking-requests-listing.js.map +1 -0
- package/src/lib/actions/resources/bookings/booking-read.d.ts +10 -0
- package/src/lib/actions/resources/bookings/booking-read.js +48 -0
- package/src/lib/actions/resources/bookings/booking-read.js.map +1 -0
- package/src/lib/actions/resources/bookings/bookings-listing.d.ts +17 -0
- package/src/lib/actions/resources/bookings/bookings-listing.js +107 -0
- package/src/lib/actions/resources/bookings/bookings-listing.js.map +1 -0
- package/src/lib/actions/resources/cdrs/cdr-read.d.ts +10 -0
- package/src/lib/actions/resources/cdrs/cdr-read.js +47 -0
- package/src/lib/actions/resources/cdrs/cdr-read.js.map +1 -0
- package/src/lib/actions/resources/cdrs/cdrs-listing.d.ts +25 -0
- package/src/lib/actions/resources/cdrs/cdrs-listing.js +144 -0
- package/src/lib/actions/resources/cdrs/cdrs-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.d.ts +12 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.js +51 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.js.map +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.d.ts +9 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.js +38 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.js.map +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.d.ts +9 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.js +38 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.js.map +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.d.ts +12 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.js +52 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.js.map +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.d.ts +20 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.js +116 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-create.d.ts +12 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-create.js +57 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-create.js.map +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.d.ts +9 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.js +38 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.js.map +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-read.d.ts +9 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-read.js +38 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-read.js.map +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-update.d.ts +13 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-update.js +56 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-update.js.map +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.d.ts +11 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.js +66 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.d.ts +9 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.js +38 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.js.map +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.d.ts +9 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.js +38 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.js.map +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.d.ts +9 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.js +38 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.js.map +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.d.ts +10 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.js +42 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.js.map +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.d.ts +10 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.js +58 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-points/chareg-point-share-delete.d.ts +10 -0
- package/src/lib/actions/resources/charge-points/chareg-point-share-delete.js +42 -0
- package/src/lib/actions/resources/charge-points/chareg-point-share-delete.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.d.ts +9 -0
- package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.js +38 -0
- package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-read.d.ts +10 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-read.js +42 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-read.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-update.d.ts +11 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-update.js +47 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-update.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.d.ts +13 -0
- package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.js +58 -0
- package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-create.d.ts +47 -0
- package/src/lib/actions/resources/charge-points/charge-point-create.js +396 -0
- package/src/lib/actions/resources/charge-points/charge-point-create.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-delete.d.ts +10 -0
- package/src/lib/actions/resources/charge-points/charge-point-delete.js +52 -0
- package/src/lib/actions/resources/charge-points/charge-point-delete.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.d.ts +13 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.js +97 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.d.ts +11 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.js +46 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.d.ts +11 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.js +46 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.d.ts +14 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.js +101 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.d.ts +10 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.js +42 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-create.d.ts +25 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-create.js +183 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-create.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-delete.d.ts +11 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-delete.js +52 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-delete.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-read.d.ts +11 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-read.js +52 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-read.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-update.d.ts +27 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-update.js +196 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-update.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evses-listing.d.ts +12 -0
- package/src/lib/actions/resources/charge-points/charge-point-evses-listing.js +72 -0
- package/src/lib/actions/resources/charge-points/charge-point-evses-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.d.ts +9 -0
- package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.js +38 -0
- package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-read.d.ts +10 -0
- package/src/lib/actions/resources/charge-points/charge-point-read.js +52 -0
- package/src/lib/actions/resources/charge-points/charge-point-read.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-create.d.ts +10 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-create.js +42 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-create.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-read.d.ts +10 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-read.js +42 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-read.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.d.ts +11 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.js +63 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.d.ts +10 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.js +42 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-shares-listing.d.ts +11 -0
- package/src/lib/actions/resources/charge-points/charge-point-shares-listing.js +62 -0
- package/src/lib/actions/resources/charge-points/charge-point-shares-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.d.ts +14 -0
- package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.js +440 -0
- package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-status-read.d.ts +9 -0
- package/src/lib/actions/resources/charge-points/charge-point-status-read.js +38 -0
- package/src/lib/actions/resources/charge-points/charge-point-status-read.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-update.d.ts +48 -0
- package/src/lib/actions/resources/charge-points/charge-point-update.js +346 -0
- package/src/lib/actions/resources/charge-points/charge-point-update.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-points-listing.d.ts +33 -0
- package/src/lib/actions/resources/charge-points/charge-points-listing.js +197 -0
- package/src/lib/actions/resources/charge-points/charge-points-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.d.ts +9 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.js +38 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.js.map +1 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.d.ts +9 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.js +38 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.js.map +1 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.d.ts +13 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.js +76 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.js.map +1 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.d.ts +13 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.js +72 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.js.map +1 -0
- package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.d.ts +14 -0
- package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js +535 -0
- package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.d.ts +11 -0
- package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.js +62 -0
- package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-consumption.d.ts +9 -0
- package/src/lib/actions/resources/circuits/circuit-consumption.js +39 -0
- package/src/lib/actions/resources/circuits/circuit-consumption.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-create.d.ts +26 -0
- package/src/lib/actions/resources/circuits/circuit-create.js +194 -0
- package/src/lib/actions/resources/circuits/circuit-create.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-delete.d.ts +9 -0
- package/src/lib/actions/resources/circuits/circuit-delete.js +39 -0
- package/src/lib/actions/resources/circuits/circuit-delete.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-read.d.ts +10 -0
- package/src/lib/actions/resources/circuits/circuit-read.js +51 -0
- package/src/lib/actions/resources/circuits/circuit-read.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.d.ts +9 -0
- package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.js +38 -0
- package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.d.ts +9 -0
- package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.js +38 -0
- package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-update.d.ts +27 -0
- package/src/lib/actions/resources/circuits/circuit-update.js +196 -0
- package/src/lib/actions/resources/circuits/circuit-update.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.d.ts +11 -0
- package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.js +62 -0
- package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-create.d.ts +12 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-create.js +58 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-create.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-delete.d.ts +10 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-delete.js +42 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-delete.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-read.d.ts +10 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-read.js +42 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-read.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-update.d.ts +13 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-update.js +62 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-update.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuits-listing.d.ts +11 -0
- package/src/lib/actions/resources/circuits/circuits-listing.js +71 -0
- package/src/lib/actions/resources/circuits/circuits-listing.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.d.ts +14 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.js +129 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.d.ts +10 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.js +42 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.d.ts +11 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.js +62 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.d.ts +15 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.js +133 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/create-configuration-template.d.ts +10 -0
- package/src/lib/actions/resources/configuration-templates/create-configuration-template.js +48 -0
- package/src/lib/actions/resources/configuration-templates/create-configuration-template.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/delete-configuration-template.d.ts +9 -0
- package/src/lib/actions/resources/configuration-templates/delete-configuration-template.js +39 -0
- package/src/lib/actions/resources/configuration-templates/delete-configuration-template.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/get-configuration-template.d.ts +9 -0
- package/src/lib/actions/resources/configuration-templates/get-configuration-template.js +39 -0
- package/src/lib/actions/resources/configuration-templates/get-configuration-template.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/list-configuration-templates.d.ts +11 -0
- package/src/lib/actions/resources/configuration-templates/list-configuration-templates.js +69 -0
- package/src/lib/actions/resources/configuration-templates/list-configuration-templates.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/update-configuration-template.d.ts +10 -0
- package/src/lib/actions/resources/configuration-templates/update-configuration-template.js +44 -0
- package/src/lib/actions/resources/configuration-templates/update-configuration-template.js.map +1 -0
- package/src/lib/actions/resources/contact-details/contact-details-delete.d.ts +7 -0
- package/src/lib/actions/resources/contact-details/contact-details-delete.js +33 -0
- package/src/lib/actions/resources/contact-details/contact-details-delete.js.map +1 -0
- package/src/lib/actions/resources/contact-details/contact-details-read.d.ts +7 -0
- package/src/lib/actions/resources/contact-details/contact-details-read.js +33 -0
- package/src/lib/actions/resources/contact-details/contact-details-read.js.map +1 -0
- package/src/lib/actions/resources/contact-details/contact-details-update.d.ts +10 -0
- package/src/lib/actions/resources/contact-details/contact-details-update.js +44 -0
- package/src/lib/actions/resources/contact-details/contact-details-update.js.map +1 -0
- package/src/lib/actions/resources/currencies/currencies-listing.d.ts +7 -0
- package/src/lib/actions/resources/currencies/currencies-listing.js +33 -0
- package/src/lib/actions/resources/currencies/currencies-listing.js.map +1 -0
- package/src/lib/actions/resources/currencies/currency-create.d.ts +15 -0
- package/src/lib/actions/resources/currencies/currency-create.js +258 -0
- package/src/lib/actions/resources/currencies/currency-create.js.map +1 -0
- package/src/lib/actions/resources/currencies/currency-read.d.ts +9 -0
- package/src/lib/actions/resources/currencies/currency-read.js +39 -0
- package/src/lib/actions/resources/currencies/currency-read.js.map +1 -0
- package/src/lib/actions/resources/currencies/currency-update.d.ts +16 -0
- package/src/lib/actions/resources/currencies/currency-update.js +263 -0
- package/src/lib/actions/resources/currencies/currency-update.js.map +1 -0
- package/src/lib/actions/resources/currency-rates/create-currency-rate.d.ts +11 -0
- package/src/lib/actions/resources/currency-rates/create-currency-rate.js +49 -0
- package/src/lib/actions/resources/currency-rates/create-currency-rate.js.map +1 -0
- package/src/lib/actions/resources/currency-rates/delete-currency-rate.d.ts +9 -0
- package/src/lib/actions/resources/currency-rates/delete-currency-rate.js +38 -0
- package/src/lib/actions/resources/currency-rates/delete-currency-rate.js.map +1 -0
- package/src/lib/actions/resources/currency-rates/get-currency-rate.d.ts +9 -0
- package/src/lib/actions/resources/currency-rates/get-currency-rate.js +39 -0
- package/src/lib/actions/resources/currency-rates/get-currency-rate.js.map +1 -0
- package/src/lib/actions/resources/currency-rates/list-currency-rates.d.ts +14 -0
- package/src/lib/actions/resources/currency-rates/list-currency-rates.js +78 -0
- package/src/lib/actions/resources/currency-rates/list-currency-rates.js.map +1 -0
- package/src/lib/actions/resources/currency-rates/update-currency-rate.d.ts +10 -0
- package/src/lib/actions/resources/currency-rates/update-currency-rate.js +44 -0
- package/src/lib/actions/resources/currency-rates/update-currency-rate.js.map +1 -0
- package/src/lib/actions/resources/custom-fees/custom-fee-read.d.ts +9 -0
- package/src/lib/actions/resources/custom-fees/custom-fee-read.js +39 -0
- package/src/lib/actions/resources/custom-fees/custom-fee-read.js.map +1 -0
- package/src/lib/actions/resources/custom-fees/custom-fees-listing.d.ts +12 -0
- package/src/lib/actions/resources/custom-fees/custom-fees-listing.js +68 -0
- package/src/lib/actions/resources/custom-fees/custom-fees-listing.js.map +1 -0
- package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.d.ts +9 -0
- package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.js +38 -0
- package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.js.map +1 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.d.ts +9 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.js +39 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.js.map +1 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.d.ts +11 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.js +69 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.js.map +1 -0
- package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.d.ts +11 -0
- package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.js +55 -0
- package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.js.map +1 -0
- package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.d.ts +11 -0
- package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.js +55 -0
- package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.js.map +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-create.d.ts +10 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-create.js +42 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-create.js.map +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.d.ts +9 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.js +38 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.js.map +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-read.d.ts +9 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-read.js +38 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-read.js.map +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-update.d.ts +11 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-update.js +46 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-update.js.map +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.d.ts +10 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.js +58 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-create.d.ts +12 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-create.js +54 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-create.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.d.ts +9 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.js +39 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.d.ts +9 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.js +39 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.d.ts +17 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.js +79 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.d.ts +11 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.js +66 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.d.ts +10 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.js +44 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.d.ts +9 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.js +39 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.d.ts +10 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.js +44 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.d.ts +9 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.js +39 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.d.ts +11 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.js +78 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.d.ts +10 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.js +56 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.d.ts +9 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.js +39 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.d.ts +10 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.js +56 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-read.d.ts +9 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-read.js +39 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-read.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-update.d.ts +13 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-update.js +59 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-update.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.d.ts +12 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.js +77 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.js.map +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.d.ts +12 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.js +54 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.js.map +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.d.ts +9 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.js +39 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.js.map +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.d.ts +9 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.js +39 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.js.map +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.d.ts +12 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.js +54 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.js.map +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.d.ts +21 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.js +125 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.js.map +1 -0
- package/src/lib/actions/resources/evses/evse-create.d.ts +25 -0
- package/src/lib/actions/resources/evses/evse-create.js +184 -0
- package/src/lib/actions/resources/evses/evse-create.js.map +1 -0
- package/src/lib/actions/resources/evses/evse-delete.d.ts +10 -0
- package/src/lib/actions/resources/evses/evse-delete.js +51 -0
- package/src/lib/actions/resources/evses/evse-delete.js.map +1 -0
- package/src/lib/actions/resources/evses/evse-read.d.ts +10 -0
- package/src/lib/actions/resources/evses/evse-read.js +51 -0
- package/src/lib/actions/resources/evses/evse-read.js.map +1 -0
- package/src/lib/actions/resources/evses/evse-update.d.ts +26 -0
- package/src/lib/actions/resources/evses/evse-update.js +196 -0
- package/src/lib/actions/resources/evses/evse-update.js.map +1 -0
- package/src/lib/actions/resources/evses/evses-listing.d.ts +17 -0
- package/src/lib/actions/resources/evses/evses-listing.js +106 -0
- package/src/lib/actions/resources/evses/evses-listing.js.map +1 -0
- package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.d.ts +9 -0
- package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.js +39 -0
- package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.js.map +1 -0
- package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.d.ts +13 -0
- package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.js +73 -0
- package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.js.map +1 -0
- package/src/lib/actions/resources/faqs/faq-create.d.ts +10 -0
- package/src/lib/actions/resources/faqs/faq-create.js +68 -0
- package/src/lib/actions/resources/faqs/faq-create.js.map +1 -0
- package/src/lib/actions/resources/faqs/faq-delete.d.ts +9 -0
- package/src/lib/actions/resources/faqs/faq-delete.js +39 -0
- package/src/lib/actions/resources/faqs/faq-delete.js.map +1 -0
- package/src/lib/actions/resources/faqs/faq-read.d.ts +9 -0
- package/src/lib/actions/resources/faqs/faq-read.js +39 -0
- package/src/lib/actions/resources/faqs/faq-read.js.map +1 -0
- package/src/lib/actions/resources/faqs/faq-update.d.ts +11 -0
- package/src/lib/actions/resources/faqs/faq-update.js +73 -0
- package/src/lib/actions/resources/faqs/faq-update.js.map +1 -0
- package/src/lib/actions/resources/faqs/faqs-listing.d.ts +10 -0
- package/src/lib/actions/resources/faqs/faqs-listing.js +58 -0
- package/src/lib/actions/resources/faqs/faqs-listing.js.map +1 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.d.ts +11 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.js +63 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.js.map +1 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-read.d.ts +10 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-read.js +49 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-read.js.map +1 -0
- package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.d.ts +14 -0
- package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.js +83 -0
- package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.js.map +1 -0
- package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.d.ts +9 -0
- package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.js +39 -0
- package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.js.map +1 -0
- package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.d.ts +11 -0
- package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.js +63 -0
- package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.js.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.d.ts +15 -0
- package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.js +75 -0
- package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.js.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.d.ts +9 -0
- package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.js +39 -0
- package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.js.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.d.ts +9 -0
- package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.js +39 -0
- package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.js.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.d.ts +13 -0
- package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.js +73 -0
- package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.js.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.d.ts +13 -0
- package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.js +73 -0
- package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.js.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.d.ts +11 -0
- package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.js +63 -0
- package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.js.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.d.ts +11 -0
- package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.js +49 -0
- package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.js.map +1 -0
- package/src/lib/actions/resources/id-tags/id-tag-create.d.ts +18 -0
- package/src/lib/actions/resources/id-tags/id-tag-create.js +103 -0
- package/src/lib/actions/resources/id-tags/id-tag-create.js.map +1 -0
- package/src/lib/actions/resources/id-tags/id-tag-delete.d.ts +9 -0
- package/src/lib/actions/resources/id-tags/id-tag-delete.js +39 -0
- package/src/lib/actions/resources/id-tags/id-tag-delete.js.map +1 -0
- package/src/lib/actions/resources/id-tags/id-tag-read.d.ts +9 -0
- package/src/lib/actions/resources/id-tags/id-tag-read.js +39 -0
- package/src/lib/actions/resources/id-tags/id-tag-read.js.map +1 -0
- package/src/lib/actions/resources/id-tags/id-tag-update.d.ts +19 -0
- package/src/lib/actions/resources/id-tags/id-tag-update.js +108 -0
- package/src/lib/actions/resources/id-tags/id-tag-update.js.map +1 -0
- package/src/lib/actions/resources/id-tags/id-tags-listing.d.ts +19 -0
- package/src/lib/actions/resources/id-tags/id-tags-listing.js +117 -0
- package/src/lib/actions/resources/id-tags/id-tags-listing.js.map +1 -0
- package/src/lib/actions/resources/installer-jobs/create-installer-job.d.ts +12 -0
- package/src/lib/actions/resources/installer-jobs/create-installer-job.js +54 -0
- package/src/lib/actions/resources/installer-jobs/create-installer-job.js.map +1 -0
- package/src/lib/actions/resources/installer-jobs/delete-installer-job.d.ts +9 -0
- package/src/lib/actions/resources/installer-jobs/delete-installer-job.js +39 -0
- package/src/lib/actions/resources/installer-jobs/delete-installer-job.js.map +1 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-job.d.ts +10 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-job.js +49 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-job.js.map +1 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.d.ts +19 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.js +111 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.js.map +1 -0
- package/src/lib/actions/resources/installer-jobs/update-installer-job.d.ts +12 -0
- package/src/lib/actions/resources/installer-jobs/update-installer-job.js +53 -0
- package/src/lib/actions/resources/installer-jobs/update-installer-job.js.map +1 -0
- package/src/lib/actions/resources/invoices/invoice-read.d.ts +9 -0
- package/src/lib/actions/resources/invoices/invoice-read.js +39 -0
- package/src/lib/actions/resources/invoices/invoice-read.js.map +1 -0
- package/src/lib/actions/resources/invoices/invoices-listing.d.ts +12 -0
- package/src/lib/actions/resources/invoices/invoices-listing.js +68 -0
- package/src/lib/actions/resources/invoices/invoices-listing.js.map +1 -0
- package/src/lib/actions/resources/locations/location-charging-zone-create.d.ts +14 -0
- package/src/lib/actions/resources/locations/location-charging-zone-create.js +100 -0
- package/src/lib/actions/resources/locations/location-charging-zone-create.js.map +1 -0
- package/src/lib/actions/resources/locations/location-charging-zone-delete.d.ts +10 -0
- package/src/lib/actions/resources/locations/location-charging-zone-delete.js +44 -0
- package/src/lib/actions/resources/locations/location-charging-zone-delete.js.map +1 -0
- package/src/lib/actions/resources/locations/location-charging-zone-read.d.ts +10 -0
- package/src/lib/actions/resources/locations/location-charging-zone-read.js +44 -0
- package/src/lib/actions/resources/locations/location-charging-zone-read.js.map +1 -0
- package/src/lib/actions/resources/locations/location-charging-zone-update.d.ts +15 -0
- package/src/lib/actions/resources/locations/location-charging-zone-update.js +105 -0
- package/src/lib/actions/resources/locations/location-charging-zone-update.js.map +1 -0
- package/src/lib/actions/resources/locations/location-charging-zones-listing.d.ts +11 -0
- package/src/lib/actions/resources/locations/location-charging-zones-listing.js +63 -0
- package/src/lib/actions/resources/locations/location-charging-zones-listing.js.map +1 -0
- package/src/lib/actions/resources/locations/location-create.d.ts +38 -0
- package/src/lib/actions/resources/locations/location-create.js +769 -0
- package/src/lib/actions/resources/locations/location-create.js.map +1 -0
- package/src/lib/actions/resources/locations/location-delete.d.ts +10 -0
- package/src/lib/actions/resources/locations/location-delete.js +52 -0
- package/src/lib/actions/resources/locations/location-delete.js.map +1 -0
- package/src/lib/actions/resources/locations/location-read.d.ts +10 -0
- package/src/lib/actions/resources/locations/location-read.js +52 -0
- package/src/lib/actions/resources/locations/location-read.js.map +1 -0
- package/src/lib/actions/resources/locations/location-update.d.ts +40 -0
- package/src/lib/actions/resources/locations/location-update.js +636 -0
- package/src/lib/actions/resources/locations/location-update.js.map +1 -0
- package/src/lib/actions/resources/locations/locations-listing.d.ts +23 -0
- package/src/lib/actions/resources/locations/locations-listing.js +396 -0
- package/src/lib/actions/resources/locations/locations-listing.js.map +1 -0
- package/src/lib/actions/resources/parking-spaces/create-parking-space.d.ts +15 -0
- package/src/lib/actions/resources/parking-spaces/create-parking-space.js +88 -0
- package/src/lib/actions/resources/parking-spaces/create-parking-space.js.map +1 -0
- package/src/lib/actions/resources/parking-spaces/delete-parking-space.d.ts +9 -0
- package/src/lib/actions/resources/parking-spaces/delete-parking-space.js +39 -0
- package/src/lib/actions/resources/parking-spaces/delete-parking-space.js.map +1 -0
- package/src/lib/actions/resources/parking-spaces/get-parking-space.d.ts +10 -0
- package/src/lib/actions/resources/parking-spaces/get-parking-space.js +49 -0
- package/src/lib/actions/resources/parking-spaces/get-parking-space.js.map +1 -0
- package/src/lib/actions/resources/parking-spaces/list-parking-space.d.ts +13 -0
- package/src/lib/actions/resources/parking-spaces/list-parking-space.js +78 -0
- package/src/lib/actions/resources/parking-spaces/list-parking-space.js.map +1 -0
- package/src/lib/actions/resources/parking-spaces/update-parking-space.d.ts +16 -0
- package/src/lib/actions/resources/parking-spaces/update-parking-space.js +93 -0
- package/src/lib/actions/resources/parking-spaces/update-parking-space.js.map +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-create.d.ts +31 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-create.js +203 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-create.js.map +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-delete.d.ts +9 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-delete.js +39 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-delete.js.map +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-read.d.ts +9 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-read.js +39 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-read.js.map +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-update.d.ts +32 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-update.js +208 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-update.js.map +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.d.ts +10 -0
- package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.js +58 -0
- package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.js.map +1 -0
- package/src/lib/actions/resources/partner-expenses/expenses-listing.d.ts +17 -0
- package/src/lib/actions/resources/partner-expenses/expenses-listing.js +107 -0
- package/src/lib/actions/resources/partner-expenses/expenses-listing.js.map +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-create.d.ts +15 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-create.js +93 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-create.js.map +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-delete.d.ts +9 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-delete.js +39 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-delete.js.map +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-read.d.ts +9 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-read.js +39 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-read.js.map +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-update.d.ts +13 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-update.js +77 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-update.js.map +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invites-listing.d.ts +16 -0
- package/src/lib/actions/resources/partner-invites/partner-invites-listing.js +95 -0
- package/src/lib/actions/resources/partner-invites/partner-invites-listing.js.map +1 -0
- package/src/lib/actions/resources/partner-revenues/revenues-listing.d.ts +16 -0
- package/src/lib/actions/resources/partner-revenues/revenues-listing.js +94 -0
- package/src/lib/actions/resources/partner-revenues/revenues-listing.js.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.d.ts +12 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.js +54 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.js.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.d.ts +10 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.js +44 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.js.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.d.ts +13 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.js +59 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.js.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.d.ts +11 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.js +63 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.js.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.d.ts +9 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.js +39 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.js.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.d.ts +13 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.js +73 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.js.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.d.ts +10 -0
- package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.js +44 -0
- package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.js.map +1 -0
- package/src/lib/actions/resources/partners/partner-create.d.ts +48 -0
- package/src/lib/actions/resources/partners/partner-create.js +548 -0
- package/src/lib/actions/resources/partners/partner-create.js.map +1 -0
- package/src/lib/actions/resources/partners/partner-delete.d.ts +9 -0
- package/src/lib/actions/resources/partners/partner-delete.js +39 -0
- package/src/lib/actions/resources/partners/partner-delete.js.map +1 -0
- package/src/lib/actions/resources/partners/partner-read.d.ts +9 -0
- package/src/lib/actions/resources/partners/partner-read.js +39 -0
- package/src/lib/actions/resources/partners/partner-read.js.map +1 -0
- package/src/lib/actions/resources/partners/partner-update.d.ts +48 -0
- package/src/lib/actions/resources/partners/partner-update.js +548 -0
- package/src/lib/actions/resources/partners/partner-update.js.map +1 -0
- package/src/lib/actions/resources/partners/partners-listing.d.ts +13 -0
- package/src/lib/actions/resources/partners/partners-listing.js +327 -0
- package/src/lib/actions/resources/partners/partners-listing.js.map +1 -0
- package/src/lib/actions/resources/payment-terminals/create-payment-terminal.d.ts +13 -0
- package/src/lib/actions/resources/payment-terminals/create-payment-terminal.js +366 -0
- package/src/lib/actions/resources/payment-terminals/create-payment-terminal.js.map +1 -0
- package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.d.ts +9 -0
- package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.js +39 -0
- package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.js.map +1 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminal.d.ts +9 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminal.js +39 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminal.js.map +1 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminals.d.ts +11 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminals.js +63 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminals.js.map +1 -0
- package/src/lib/actions/resources/payment-terminals/update-payment-terminal.d.ts +14 -0
- package/src/lib/actions/resources/payment-terminals/update-payment-terminal.js +373 -0
- package/src/lib/actions/resources/payment-terminals/update-payment-terminal.js.map +1 -0
- package/src/lib/actions/resources/provisioning-certificates/create-pc-id.d.ts +13 -0
- package/src/lib/actions/resources/provisioning-certificates/create-pc-id.js +111 -0
- package/src/lib/actions/resources/provisioning-certificates/create-pc-id.js.map +1 -0
- package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.d.ts +9 -0
- package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.js +39 -0
- package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.js.map +1 -0
- package/src/lib/actions/resources/provisioning-certificates/get-pc-id.d.ts +9 -0
- package/src/lib/actions/resources/provisioning-certificates/get-pc-id.js +39 -0
- package/src/lib/actions/resources/provisioning-certificates/get-pc-id.js.map +1 -0
- package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.d.ts +10 -0
- package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.js +58 -0
- package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.js.map +1 -0
- package/src/lib/actions/resources/provisioning-certificates/update-pc-id.d.ts +14 -0
- package/src/lib/actions/resources/provisioning-certificates/update-pc-id.js +116 -0
- package/src/lib/actions/resources/provisioning-certificates/update-pc-id.js.map +1 -0
- package/src/lib/actions/resources/receipts/receipt-read.d.ts +9 -0
- package/src/lib/actions/resources/receipts/receipt-read.js +39 -0
- package/src/lib/actions/resources/receipts/receipt-read.js.map +1 -0
- package/src/lib/actions/resources/receipts/receipts-listing.d.ts +15 -0
- package/src/lib/actions/resources/receipts/receipts-listing.js +90 -0
- package/src/lib/actions/resources/receipts/receipts-listing.js.map +1 -0
- package/src/lib/actions/resources/reservations/reservation-read.d.ts +9 -0
- package/src/lib/actions/resources/reservations/reservation-read.js +39 -0
- package/src/lib/actions/resources/reservations/reservation-read.js.map +1 -0
- package/src/lib/actions/resources/reservations/reservations-listing.d.ts +15 -0
- package/src/lib/actions/resources/reservations/reservations-listing.js +91 -0
- package/src/lib/actions/resources/reservations/reservations-listing.js.map +1 -0
- package/src/lib/actions/resources/roaming-connections/get-roaming-connection.d.ts +9 -0
- package/src/lib/actions/resources/roaming-connections/get-roaming-connection.js +39 -0
- package/src/lib/actions/resources/roaming-connections/get-roaming-connection.js.map +1 -0
- package/src/lib/actions/resources/roaming-connections/list-roaming-connections.d.ts +10 -0
- package/src/lib/actions/resources/roaming-connections/list-roaming-connections.js +58 -0
- package/src/lib/actions/resources/roaming-connections/list-roaming-connections.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.d.ts +16 -0
- package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.js +86 -0
- package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.d.ts +10 -0
- package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.js +44 -0
- package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.d.ts +10 -0
- package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.js +44 -0
- package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.d.ts +14 -0
- package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.js +84 -0
- package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.d.ts +10 -0
- package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.js +56 -0
- package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-read.d.ts +9 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-read.js +39 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-read.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-update.d.ts +19 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-update.js +125 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-update.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.d.ts +10 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.js +58 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.d.ts +17 -0
- package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.js +91 -0
- package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.js.map +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-create.d.ts +13 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-create.js +97 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-create.js.map +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.d.ts +9 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.js +39 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.js.map +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-read.d.ts +9 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-read.js +39 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-read.js.map +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-update.d.ts +14 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-update.js +87 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-update.js.map +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.d.ts +13 -0
- package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.js +73 -0
- package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.js.map +1 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.d.ts +9 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.js +39 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.js.map +1 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.d.ts +10 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.js +44 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.js.map +1 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.d.ts +10 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.js +58 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.js.map +1 -0
- package/src/lib/actions/resources/security-events/security-event-read.d.ts +9 -0
- package/src/lib/actions/resources/security-events/security-event-read.js +39 -0
- package/src/lib/actions/resources/security-events/security-event-read.js.map +1 -0
- package/src/lib/actions/resources/security-events/security-events-listing.d.ts +14 -0
- package/src/lib/actions/resources/security-events/security-events-listing.js +89 -0
- package/src/lib/actions/resources/security-events/security-events-listing.js.map +1 -0
- package/src/lib/actions/resources/sessions/session-read.d.ts +16 -0
- package/src/lib/actions/resources/sessions/session-read.js +116 -0
- package/src/lib/actions/resources/sessions/session-read.js.map +1 -0
- package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.d.ts +9 -0
- package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.js +39 -0
- package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.js.map +1 -0
- package/src/lib/actions/resources/sessions/sessions-listing.d.ts +46 -0
- package/src/lib/actions/resources/sessions/sessions-listing.js +376 -0
- package/src/lib/actions/resources/sessions/sessions-listing.js.map +1 -0
- package/src/lib/actions/resources/settings/settings-listing.d.ts +7 -0
- package/src/lib/actions/resources/settings/settings-listing.js +33 -0
- package/src/lib/actions/resources/settings/settings-listing.js.map +1 -0
- package/src/lib/actions/resources/sub-operators/sub-operator-read.d.ts +9 -0
- package/src/lib/actions/resources/sub-operators/sub-operator-read.js +39 -0
- package/src/lib/actions/resources/sub-operators/sub-operator-read.js.map +1 -0
- package/src/lib/actions/resources/sub-operators/sub-operators-listing.d.ts +10 -0
- package/src/lib/actions/resources/sub-operators/sub-operators-listing.js +58 -0
- package/src/lib/actions/resources/sub-operators/sub-operators-listing.js.map +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-create.d.ts +34 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-create.js +763 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-create.js.map +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.d.ts +9 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.js +39 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.js.map +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-read.d.ts +9 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-read.js +39 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-read.js.map +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-update.d.ts +35 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-update.js +762 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-update.js.map +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.d.ts +10 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.js +58 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.js.map +1 -0
- package/src/lib/actions/resources/subscriptions/subscription-read.d.ts +9 -0
- package/src/lib/actions/resources/subscriptions/subscription-read.js +39 -0
- package/src/lib/actions/resources/subscriptions/subscription-read.js.map +1 -0
- package/src/lib/actions/resources/subscriptions/subscriptions-listing.d.ts +15 -0
- package/src/lib/actions/resources/subscriptions/subscriptions-listing.js +92 -0
- package/src/lib/actions/resources/subscriptions/subscriptions-listing.js.map +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-create.d.ts +11 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-create.js +49 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-create.js.map +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-delete.d.ts +9 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-delete.js +39 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-delete.js.map +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-read.d.ts +9 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-read.js +39 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-read.js.map +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-update.d.ts +12 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-update.js +54 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-update.js.map +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.d.ts +11 -0
- package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.js +63 -0
- package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.js.map +1 -0
- package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.d.ts +9 -0
- package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.js +39 -0
- package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.js.map +1 -0
- package/src/lib/actions/resources/tariffs/tariff-create.d.ts +86 -0
- package/src/lib/actions/resources/tariffs/tariff-create.js +773 -0
- package/src/lib/actions/resources/tariffs/tariff-create.js.map +1 -0
- package/src/lib/actions/resources/tariffs/tariff-delete.d.ts +9 -0
- package/src/lib/actions/resources/tariffs/tariff-delete.js +39 -0
- package/src/lib/actions/resources/tariffs/tariff-delete.js.map +1 -0
- package/src/lib/actions/resources/tariffs/tariff-read.d.ts +9 -0
- package/src/lib/actions/resources/tariffs/tariff-read.js +39 -0
- package/src/lib/actions/resources/tariffs/tariff-read.js.map +1 -0
- package/src/lib/actions/resources/tariffs/tariff-update.d.ts +87 -0
- package/src/lib/actions/resources/tariffs/tariff-update.js +761 -0
- package/src/lib/actions/resources/tariffs/tariff-update.js.map +1 -0
- package/src/lib/actions/resources/tariffs/tariffs-listing.d.ts +14 -0
- package/src/lib/actions/resources/tariffs/tariffs-listing.js +78 -0
- package/src/lib/actions/resources/tariffs/tariffs-listing.js.map +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.d.ts +9 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.js +39 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.js.map +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.d.ts +9 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.js +39 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.js.map +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.d.ts +9 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.js +39 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.js.map +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.d.ts +10 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.js +44 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.js.map +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.d.ts +10 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.js +58 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.js.map +1 -0
- package/src/lib/actions/resources/taxes/tax-create.d.ts +12 -0
- package/src/lib/actions/resources/taxes/tax-create.js +66 -0
- package/src/lib/actions/resources/taxes/tax-create.js.map +1 -0
- package/src/lib/actions/resources/taxes/tax-delete.d.ts +9 -0
- package/src/lib/actions/resources/taxes/tax-delete.js +39 -0
- package/src/lib/actions/resources/taxes/tax-delete.js.map +1 -0
- package/src/lib/actions/resources/taxes/tax-read.d.ts +9 -0
- package/src/lib/actions/resources/taxes/tax-read.js +39 -0
- package/src/lib/actions/resources/taxes/tax-read.js.map +1 -0
- package/src/lib/actions/resources/taxes/tax-update.d.ts +13 -0
- package/src/lib/actions/resources/taxes/tax-update.js +71 -0
- package/src/lib/actions/resources/taxes/tax-update.js.map +1 -0
- package/src/lib/actions/resources/taxes/taxes-listing.d.ts +10 -0
- package/src/lib/actions/resources/taxes/taxes-listing.js +58 -0
- package/src/lib/actions/resources/taxes/taxes-listing.js.map +1 -0
- package/src/lib/actions/resources/templates/templates-listing.d.ts +10 -0
- package/src/lib/actions/resources/templates/templates-listing.js +58 -0
- package/src/lib/actions/resources/templates/templates-listing.js.map +1 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.d.ts +10 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.js +44 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.js.map +1 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.d.ts +9 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.js +39 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.js.map +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packag-create.d.ts +11 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packag-create.js +55 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packag-create.js.map +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-delete.d.ts +9 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-delete.js +39 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-delete.js.map +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-read.d.ts +9 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-read.js +39 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-read.js.map +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-update.d.ts +12 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-update.js +60 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-update.js.map +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.d.ts +11 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.js +63 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.js.map +1 -0
- package/src/lib/actions/resources/transactions/transaction-read.d.ts +9 -0
- package/src/lib/actions/resources/transactions/transaction-read.js +39 -0
- package/src/lib/actions/resources/transactions/transaction-read.js.map +1 -0
- package/src/lib/actions/resources/transactions/transaction-update.d.ts +20 -0
- package/src/lib/actions/resources/transactions/transaction-update.js +137 -0
- package/src/lib/actions/resources/transactions/transaction-update.js.map +1 -0
- package/src/lib/actions/resources/transactions/transactions-create.d.ts +21 -0
- package/src/lib/actions/resources/transactions/transactions-create.js +151 -0
- package/src/lib/actions/resources/transactions/transactions-create.js.map +1 -0
- package/src/lib/actions/resources/transactions/transactions-listing.d.ts +26 -0
- package/src/lib/actions/resources/transactions/transactions-listing.js +179 -0
- package/src/lib/actions/resources/transactions/transactions-listing.js.map +1 -0
- package/src/lib/actions/resources/user-groups/user-group-create.d.ts +11 -0
- package/src/lib/actions/resources/user-groups/user-group-create.js +49 -0
- package/src/lib/actions/resources/user-groups/user-group-create.js.map +1 -0
- package/src/lib/actions/resources/user-groups/user-group-delete.d.ts +9 -0
- package/src/lib/actions/resources/user-groups/user-group-delete.js +39 -0
- package/src/lib/actions/resources/user-groups/user-group-delete.js.map +1 -0
- package/src/lib/actions/resources/user-groups/user-group-read.d.ts +9 -0
- package/src/lib/actions/resources/user-groups/user-group-read.js +39 -0
- package/src/lib/actions/resources/user-groups/user-group-read.js.map +1 -0
- package/src/lib/actions/resources/user-groups/user-group-update.d.ts +12 -0
- package/src/lib/actions/resources/user-groups/user-group-update.js +54 -0
- package/src/lib/actions/resources/user-groups/user-group-update.js.map +1 -0
- package/src/lib/actions/resources/user-groups/user-groups-listing.d.ts +12 -0
- package/src/lib/actions/resources/user-groups/user-groups-listing.js +68 -0
- package/src/lib/actions/resources/user-groups/user-groups-listing.js.map +1 -0
- package/src/lib/actions/resources/users/invoice-details-create-or-update.d.ts +14 -0
- package/src/lib/actions/resources/users/invoice-details-create-or-update.js +1394 -0
- package/src/lib/actions/resources/users/invoice-details-create-or-update.js.map +1 -0
- package/src/lib/actions/resources/users/invoice-details-read.d.ts +9 -0
- package/src/lib/actions/resources/users/invoice-details-read.js +39 -0
- package/src/lib/actions/resources/users/invoice-details-read.js.map +1 -0
- package/src/lib/actions/resources/users/payment-method-create.d.ts +12 -0
- package/src/lib/actions/resources/users/payment-method-create.js +65 -0
- package/src/lib/actions/resources/users/payment-method-create.js.map +1 -0
- package/src/lib/actions/resources/users/payment-method-delete.d.ts +10 -0
- package/src/lib/actions/resources/users/payment-method-delete.js +44 -0
- package/src/lib/actions/resources/users/payment-method-delete.js.map +1 -0
- package/src/lib/actions/resources/users/payment-method-read.d.ts +10 -0
- package/src/lib/actions/resources/users/payment-method-read.js +44 -0
- package/src/lib/actions/resources/users/payment-method-read.js.map +1 -0
- package/src/lib/actions/resources/users/payment-method-update.d.ts +11 -0
- package/src/lib/actions/resources/users/payment-method-update.js +55 -0
- package/src/lib/actions/resources/users/payment-method-update.js.map +1 -0
- package/src/lib/actions/resources/users/payment-methods-listing.d.ts +11 -0
- package/src/lib/actions/resources/users/payment-methods-listing.js +63 -0
- package/src/lib/actions/resources/users/payment-methods-listing.js.map +1 -0
- package/src/lib/actions/resources/users/user-create.d.ts +38 -0
- package/src/lib/actions/resources/users/user-create.js +467 -0
- package/src/lib/actions/resources/users/user-create.js.map +1 -0
- package/src/lib/actions/resources/users/user-delete.d.ts +10 -0
- package/src/lib/actions/resources/users/user-delete.js +50 -0
- package/src/lib/actions/resources/users/user-delete.js.map +1 -0
- package/src/lib/actions/resources/users/user-read.d.ts +11 -0
- package/src/lib/actions/resources/users/user-read.js +61 -0
- package/src/lib/actions/resources/users/user-read.js.map +1 -0
- package/src/lib/actions/resources/users/user-update.d.ts +37 -0
- package/src/lib/actions/resources/users/user-update.js +468 -0
- package/src/lib/actions/resources/users/user-update.js.map +1 -0
- package/src/lib/actions/resources/users/users-listing.d.ts +18 -0
- package/src/lib/actions/resources/users/users-listing.js +104 -0
- package/src/lib/actions/resources/users/users-listing.js.map +1 -0
- package/src/lib/actions/resources/utilities/create-utility.d.ts +9 -0
- package/src/lib/actions/resources/utilities/create-utility.js +39 -0
- package/src/lib/actions/resources/utilities/create-utility.js.map +1 -0
- package/src/lib/actions/resources/utilities/delete-utility.d.ts +9 -0
- package/src/lib/actions/resources/utilities/delete-utility.js +39 -0
- package/src/lib/actions/resources/utilities/delete-utility.js.map +1 -0
- package/src/lib/actions/resources/utilities/get-utility.d.ts +9 -0
- package/src/lib/actions/resources/utilities/get-utility.js +39 -0
- package/src/lib/actions/resources/utilities/get-utility.js.map +1 -0
- package/src/lib/actions/resources/utilities/list-utilities.d.ts +10 -0
- package/src/lib/actions/resources/utilities/list-utilities.js +58 -0
- package/src/lib/actions/resources/utilities/list-utilities.js.map +1 -0
- package/src/lib/actions/resources/utilities/update-utility.d.ts +10 -0
- package/src/lib/actions/resources/utilities/update-utility.js +44 -0
- package/src/lib/actions/resources/utilities/update-utility.js.map +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.d.ts +12 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.js +54 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.js.map +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.d.ts +9 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.js +39 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.js.map +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.d.ts +9 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.js +39 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.js.map +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.d.ts +13 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.js +59 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.js.map +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.d.ts +10 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.js +58 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.js.map +1 -0
- package/src/lib/actions/resources/vouchers/voucher-create.d.ts +15 -0
- package/src/lib/actions/resources/vouchers/voucher-create.js +92 -0
- package/src/lib/actions/resources/vouchers/voucher-create.js.map +1 -0
- package/src/lib/actions/resources/vouchers/voucher-delete.d.ts +9 -0
- package/src/lib/actions/resources/vouchers/voucher-delete.js +39 -0
- package/src/lib/actions/resources/vouchers/voucher-delete.js.map +1 -0
- package/src/lib/actions/resources/vouchers/voucher-read.d.ts +9 -0
- package/src/lib/actions/resources/vouchers/voucher-read.js +39 -0
- package/src/lib/actions/resources/vouchers/voucher-read.js.map +1 -0
- package/src/lib/actions/resources/vouchers/voucher-update.d.ts +16 -0
- package/src/lib/actions/resources/vouchers/voucher-update.js +103 -0
- package/src/lib/actions/resources/vouchers/voucher-update.js.map +1 -0
- package/src/lib/actions/resources/vouchers/vouchers-listing.d.ts +19 -0
- package/src/lib/actions/resources/vouchers/vouchers-listing.js +120 -0
- package/src/lib/actions/resources/vouchers/vouchers-listing.js.map +1 -0
- package/src/lib/common/auth.d.ts +4 -0
- package/src/lib/common/auth.js +20 -0
- package/src/lib/common/auth.js.map +1 -0
- package/src/lib/common/utils.d.ts +88 -0
- package/src/lib/common/utils.js +405 -0
- package/src/lib/common/utils.js.map +1 -0
- package/src/lib/models/responses.d.ts +9430 -0
- package/src/lib/models/responses.js +3 -0
- package/src/lib/models/responses.js.map +1 -0
- package/src/lib/triggers/webhook.d.ts +20 -0
- package/src/lib/triggers/webhook.js +113 -0
- package/src/lib/triggers/webhook.js.map +1 -0
|
@@ -0,0 +1,535 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.personalSmartChargingPreferencesUpdateAction = 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}/personal-smart-charging-preferences
|
|
13
|
+
exports.personalSmartChargingPreferencesUpdateAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'personalSmartChargingPreferencesUpdate',
|
|
16
|
+
displayName: 'Resources - Charge Points - Personal Smart Charging Preferences Update',
|
|
17
|
+
description: 'Update personal smart charging preferences.',
|
|
18
|
+
props: {
|
|
19
|
+
chargePoint: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Charge Point',
|
|
21
|
+
description: '',
|
|
22
|
+
required: true,
|
|
23
|
+
}),
|
|
24
|
+
requestBody_VariantType: pieces_framework_1.Property.StaticDropdown({
|
|
25
|
+
displayName: 'Request Body Variant Type',
|
|
26
|
+
description: 'Select the type of the variant',
|
|
27
|
+
required: true,
|
|
28
|
+
options: {
|
|
29
|
+
options: [
|
|
30
|
+
{ label: 'User controlled schedule', value: '1' },
|
|
31
|
+
{ label: 'Solar', value: '2' },
|
|
32
|
+
{ label: 'Octopus Agile', value: '3' },
|
|
33
|
+
{ label: 'Octopus Go', value: '4' },
|
|
34
|
+
{ label: 'Energi Elspot', value: '5' },
|
|
35
|
+
{ label: 'NordPool', value: '6' },
|
|
36
|
+
{ label: 'Electricity rate', value: '7' },
|
|
37
|
+
{ label: 'Disabled', value: '8' }
|
|
38
|
+
],
|
|
39
|
+
},
|
|
40
|
+
}),
|
|
41
|
+
requestBody: pieces_framework_1.Property.DynamicProperties({
|
|
42
|
+
displayName: 'Request Body',
|
|
43
|
+
required: true,
|
|
44
|
+
auth: auth_1.ampecoAuth,
|
|
45
|
+
refreshers: ['requestBody_VariantType'],
|
|
46
|
+
props: (_a) => tslib_1.__awaiter(void 0, [_a], void 0, function* ({ requestBody_VariantType }) {
|
|
47
|
+
if (!requestBody_VariantType) {
|
|
48
|
+
return {};
|
|
49
|
+
}
|
|
50
|
+
const variantMap = {
|
|
51
|
+
'1': {
|
|
52
|
+
enabled: pieces_framework_1.Property.StaticDropdown({
|
|
53
|
+
displayName: 'Enabled',
|
|
54
|
+
description: 'Enable or disable the smart charging from owner preferences.',
|
|
55
|
+
required: false,
|
|
56
|
+
options: {
|
|
57
|
+
options: [
|
|
58
|
+
{ label: 'true', value: 'true' },
|
|
59
|
+
{ label: 'false', value: 'false' }
|
|
60
|
+
],
|
|
61
|
+
},
|
|
62
|
+
}),
|
|
63
|
+
type: pieces_framework_1.Property.StaticDropdown({
|
|
64
|
+
displayName: 'Type',
|
|
65
|
+
description: '',
|
|
66
|
+
required: true,
|
|
67
|
+
options: {
|
|
68
|
+
options: [
|
|
69
|
+
{ label: 'user_controlled_schedule', value: 'user_controlled_schedule' }
|
|
70
|
+
],
|
|
71
|
+
},
|
|
72
|
+
}),
|
|
73
|
+
startTime: pieces_framework_1.Property.ShortText({
|
|
74
|
+
displayName: 'Preferences - Start Time',
|
|
75
|
+
description: 'Start of preferred charging window which will be applied by default when no week day is chosen. Applicable for schedule mode.',
|
|
76
|
+
required: true,
|
|
77
|
+
}),
|
|
78
|
+
endTime: pieces_framework_1.Property.ShortText({
|
|
79
|
+
displayName: 'Preferences - End Time',
|
|
80
|
+
description: 'End of preferred charging window which will be applied by default when no week day is chosen. Applicable for schedule mode.',
|
|
81
|
+
required: true,
|
|
82
|
+
}),
|
|
83
|
+
minTargetChargeKwh: pieces_framework_1.Property.Number({
|
|
84
|
+
displayName: 'Preferences - Target Charge - Min Target Charge Kwh',
|
|
85
|
+
description: '',
|
|
86
|
+
required: false,
|
|
87
|
+
}),
|
|
88
|
+
maxTargetChargeKwh: pieces_framework_1.Property.Number({
|
|
89
|
+
displayName: 'Preferences - Target Charge - Max Target Charge Kwh',
|
|
90
|
+
description: '',
|
|
91
|
+
required: false,
|
|
92
|
+
}),
|
|
93
|
+
priceOffPeak: pieces_framework_1.Property.Number({
|
|
94
|
+
displayName: 'Preferences - Track Electricity Costs - Price Off Peak',
|
|
95
|
+
description: '',
|
|
96
|
+
required: false,
|
|
97
|
+
}),
|
|
98
|
+
pricePeak: pieces_framework_1.Property.Number({
|
|
99
|
+
displayName: 'Preferences - Track Electricity Costs - Price Peak',
|
|
100
|
+
description: '',
|
|
101
|
+
required: false,
|
|
102
|
+
}),
|
|
103
|
+
weekDays: pieces_framework_1.Property.Array({
|
|
104
|
+
displayName: 'Preferences - Week Days',
|
|
105
|
+
description: '',
|
|
106
|
+
required: false,
|
|
107
|
+
properties: {
|
|
108
|
+
days: pieces_framework_1.Property.StaticMultiSelectDropdown({
|
|
109
|
+
displayName: 'Days',
|
|
110
|
+
description: 'Specify the day(s) for which the schedule will apply.',
|
|
111
|
+
required: true,
|
|
112
|
+
options: {
|
|
113
|
+
options: [
|
|
114
|
+
{ label: 'monday', value: 'monday' },
|
|
115
|
+
{ label: 'tuesday', value: 'tuesday' },
|
|
116
|
+
{ label: 'wednesday', value: 'wednesday' },
|
|
117
|
+
{ label: 'thursday', value: 'thursday' },
|
|
118
|
+
{ label: 'friday', value: 'friday' },
|
|
119
|
+
{ label: 'saturday', value: 'saturday' },
|
|
120
|
+
{ label: 'sunday', value: 'sunday' }
|
|
121
|
+
],
|
|
122
|
+
},
|
|
123
|
+
}),
|
|
124
|
+
startTime: pieces_framework_1.Property.ShortText({
|
|
125
|
+
displayName: 'Start Time',
|
|
126
|
+
description: 'Start of preferred charging window for chosen day(s).',
|
|
127
|
+
required: true,
|
|
128
|
+
}),
|
|
129
|
+
endTime: pieces_framework_1.Property.ShortText({
|
|
130
|
+
displayName: 'End Time',
|
|
131
|
+
description: 'End of preferred charging window for chosen day(s).',
|
|
132
|
+
required: true,
|
|
133
|
+
}),
|
|
134
|
+
},
|
|
135
|
+
}),
|
|
136
|
+
},
|
|
137
|
+
'2': {
|
|
138
|
+
enabled: pieces_framework_1.Property.StaticDropdown({
|
|
139
|
+
displayName: 'Enabled',
|
|
140
|
+
description: 'Enable or disable the smart charging from owner preferences.',
|
|
141
|
+
required: false,
|
|
142
|
+
options: {
|
|
143
|
+
options: [
|
|
144
|
+
{ label: 'true', value: 'true' },
|
|
145
|
+
{ label: 'false', value: 'false' }
|
|
146
|
+
],
|
|
147
|
+
},
|
|
148
|
+
}),
|
|
149
|
+
type: pieces_framework_1.Property.StaticDropdown({
|
|
150
|
+
displayName: 'Type',
|
|
151
|
+
description: '',
|
|
152
|
+
required: true,
|
|
153
|
+
options: {
|
|
154
|
+
options: [
|
|
155
|
+
{ label: 'solar', value: 'solar' }
|
|
156
|
+
],
|
|
157
|
+
},
|
|
158
|
+
}),
|
|
159
|
+
maxCurrentFromGrid: pieces_framework_1.Property.Number({
|
|
160
|
+
displayName: 'Preferences - Max Current From Grid',
|
|
161
|
+
description: 'The max current that can be taken from grid to ensure a stable charging process.Recommended options to use 0, 6, 8, 10, 12.',
|
|
162
|
+
required: true,
|
|
163
|
+
}),
|
|
164
|
+
solarStableTime: pieces_framework_1.Property.Number({
|
|
165
|
+
displayName: 'Preferences - Solar Stable Time',
|
|
166
|
+
description: 'Shorter time means more precise solar availability detection but also more frequent charging on/off switching.',
|
|
167
|
+
required: true,
|
|
168
|
+
}),
|
|
169
|
+
},
|
|
170
|
+
'3': {
|
|
171
|
+
enabled: pieces_framework_1.Property.StaticDropdown({
|
|
172
|
+
displayName: 'Enabled',
|
|
173
|
+
description: 'Enable or disable the smart charging from owner preferences.',
|
|
174
|
+
required: false,
|
|
175
|
+
options: {
|
|
176
|
+
options: [
|
|
177
|
+
{ label: 'true', value: 'true' },
|
|
178
|
+
{ label: 'false', value: 'false' }
|
|
179
|
+
],
|
|
180
|
+
},
|
|
181
|
+
}),
|
|
182
|
+
type: pieces_framework_1.Property.StaticDropdown({
|
|
183
|
+
displayName: 'Type',
|
|
184
|
+
description: '',
|
|
185
|
+
required: true,
|
|
186
|
+
options: {
|
|
187
|
+
options: [
|
|
188
|
+
{ label: 'octopus_agile', value: 'octopus_agile' }
|
|
189
|
+
],
|
|
190
|
+
},
|
|
191
|
+
}),
|
|
192
|
+
integrationId: pieces_framework_1.Property.Number({
|
|
193
|
+
displayName: 'Integration Id',
|
|
194
|
+
description: '',
|
|
195
|
+
required: true,
|
|
196
|
+
}),
|
|
197
|
+
applicableTaxId: pieces_framework_1.Property.Number({
|
|
198
|
+
displayName: 'Preferences - Applicable Tax Id',
|
|
199
|
+
description: 'The ID of the applicable tax rate. Used to calculate correctly electricity costs shown to the user.',
|
|
200
|
+
required: true,
|
|
201
|
+
}),
|
|
202
|
+
departureTime: pieces_framework_1.Property.ShortText({
|
|
203
|
+
displayName: 'Preferences - Target Charge - Departure Time',
|
|
204
|
+
description: '',
|
|
205
|
+
required: false,
|
|
206
|
+
}),
|
|
207
|
+
preconditioningTime: pieces_framework_1.Property.Number({
|
|
208
|
+
displayName: 'Preferences - Target Charge - Preconditioning Time',
|
|
209
|
+
description: 'The time in minutes before departure when the charging will be performed with full power.',
|
|
210
|
+
required: false,
|
|
211
|
+
}),
|
|
212
|
+
minTargetChargeKwh: pieces_framework_1.Property.Number({
|
|
213
|
+
displayName: 'Preferences - Target Charge - Min Target Charge Kwh',
|
|
214
|
+
description: '',
|
|
215
|
+
required: false,
|
|
216
|
+
}),
|
|
217
|
+
maxTargetChargeKwh: pieces_framework_1.Property.Number({
|
|
218
|
+
displayName: 'Preferences - Target Charge - Max Target Charge Kwh',
|
|
219
|
+
description: '',
|
|
220
|
+
required: false,
|
|
221
|
+
}),
|
|
222
|
+
postCode: pieces_framework_1.Property.ShortText({
|
|
223
|
+
displayName: 'Preferences - Post Code',
|
|
224
|
+
description: 'User\'s postcode. Used to determine the applicable tariff.',
|
|
225
|
+
required: true,
|
|
226
|
+
}),
|
|
227
|
+
priceThreshold: pieces_framework_1.Property.Number({
|
|
228
|
+
displayName: 'Preferences - Price Threshold',
|
|
229
|
+
description: 'The price per kWh threshold below which charging would commence.',
|
|
230
|
+
required: true,
|
|
231
|
+
}),
|
|
232
|
+
},
|
|
233
|
+
'4': {
|
|
234
|
+
enabled: pieces_framework_1.Property.StaticDropdown({
|
|
235
|
+
displayName: 'Enabled',
|
|
236
|
+
description: 'Enable or disable the smart charging from owner preferences.',
|
|
237
|
+
required: false,
|
|
238
|
+
options: {
|
|
239
|
+
options: [
|
|
240
|
+
{ label: 'true', value: 'true' },
|
|
241
|
+
{ label: 'false', value: 'false' }
|
|
242
|
+
],
|
|
243
|
+
},
|
|
244
|
+
}),
|
|
245
|
+
type: pieces_framework_1.Property.StaticDropdown({
|
|
246
|
+
displayName: 'Type',
|
|
247
|
+
description: '',
|
|
248
|
+
required: true,
|
|
249
|
+
options: {
|
|
250
|
+
options: [
|
|
251
|
+
{ label: 'octopus_go', value: 'octopus_go' }
|
|
252
|
+
],
|
|
253
|
+
},
|
|
254
|
+
}),
|
|
255
|
+
integrationId: pieces_framework_1.Property.Number({
|
|
256
|
+
displayName: 'Integration Id',
|
|
257
|
+
description: '',
|
|
258
|
+
required: true,
|
|
259
|
+
}),
|
|
260
|
+
applicableTaxId: pieces_framework_1.Property.Number({
|
|
261
|
+
displayName: 'Preferences - Applicable Tax Id',
|
|
262
|
+
description: 'The ID of the applicable tax rate. Used to calculate correctly electricity costs shown to the user.',
|
|
263
|
+
required: true,
|
|
264
|
+
}),
|
|
265
|
+
departureTime: pieces_framework_1.Property.ShortText({
|
|
266
|
+
displayName: 'Preferences - Target Charge - Departure Time',
|
|
267
|
+
description: '',
|
|
268
|
+
required: false,
|
|
269
|
+
}),
|
|
270
|
+
preconditioningTime: pieces_framework_1.Property.Number({
|
|
271
|
+
displayName: 'Preferences - Target Charge - Preconditioning Time',
|
|
272
|
+
description: 'The time in minutes before departure when the charging will be performed with full power.',
|
|
273
|
+
required: false,
|
|
274
|
+
}),
|
|
275
|
+
minTargetChargeKwh: pieces_framework_1.Property.Number({
|
|
276
|
+
displayName: 'Preferences - Target Charge - Min Target Charge Kwh',
|
|
277
|
+
description: '',
|
|
278
|
+
required: false,
|
|
279
|
+
}),
|
|
280
|
+
maxTargetChargeKwh: pieces_framework_1.Property.Number({
|
|
281
|
+
displayName: 'Preferences - Target Charge - Max Target Charge Kwh',
|
|
282
|
+
description: '',
|
|
283
|
+
required: false,
|
|
284
|
+
}),
|
|
285
|
+
postCode: pieces_framework_1.Property.ShortText({
|
|
286
|
+
displayName: 'Preferences - Post Code',
|
|
287
|
+
description: 'User\'s postcode. Used to determine the applicable tariff.',
|
|
288
|
+
required: true,
|
|
289
|
+
}),
|
|
290
|
+
priceThreshold: pieces_framework_1.Property.Number({
|
|
291
|
+
displayName: 'Preferences - Price Threshold',
|
|
292
|
+
description: 'The price per kWh threshold below which charging would commence.',
|
|
293
|
+
required: false,
|
|
294
|
+
}),
|
|
295
|
+
},
|
|
296
|
+
'5': {
|
|
297
|
+
enabled: pieces_framework_1.Property.StaticDropdown({
|
|
298
|
+
displayName: 'Enabled',
|
|
299
|
+
description: 'Enable or disable the smart charging from owner preferences.',
|
|
300
|
+
required: false,
|
|
301
|
+
options: {
|
|
302
|
+
options: [
|
|
303
|
+
{ label: 'true', value: 'true' },
|
|
304
|
+
{ label: 'false', value: 'false' }
|
|
305
|
+
],
|
|
306
|
+
},
|
|
307
|
+
}),
|
|
308
|
+
type: pieces_framework_1.Property.StaticDropdown({
|
|
309
|
+
displayName: 'Type',
|
|
310
|
+
description: '',
|
|
311
|
+
required: true,
|
|
312
|
+
options: {
|
|
313
|
+
options: [
|
|
314
|
+
{ label: 'energi_elspot', value: 'energi_elspot' }
|
|
315
|
+
],
|
|
316
|
+
},
|
|
317
|
+
}),
|
|
318
|
+
integrationId: pieces_framework_1.Property.Number({
|
|
319
|
+
displayName: 'Integration Id',
|
|
320
|
+
description: '',
|
|
321
|
+
required: false,
|
|
322
|
+
}),
|
|
323
|
+
location: pieces_framework_1.Property.StaticDropdown({
|
|
324
|
+
displayName: 'Preferences - Location',
|
|
325
|
+
description: 'The price region based on energi elspot prices api.',
|
|
326
|
+
required: true,
|
|
327
|
+
options: {
|
|
328
|
+
options: [
|
|
329
|
+
{ label: 'GB1', value: 'GB1' }
|
|
330
|
+
],
|
|
331
|
+
},
|
|
332
|
+
}),
|
|
333
|
+
departureTime: pieces_framework_1.Property.ShortText({
|
|
334
|
+
displayName: 'Preferences - Target Charge - Departure Time',
|
|
335
|
+
description: '',
|
|
336
|
+
required: true,
|
|
337
|
+
}),
|
|
338
|
+
preconditioningTime: pieces_framework_1.Property.Number({
|
|
339
|
+
displayName: 'Preferences - Target Charge - Preconditioning Time',
|
|
340
|
+
description: 'The time in minutes before departure when the charging will be performed with full power.',
|
|
341
|
+
required: false,
|
|
342
|
+
}),
|
|
343
|
+
targetChargeKwh: pieces_framework_1.Property.Number({
|
|
344
|
+
displayName: 'Preferences - Target Charge - Target Charge Kwh',
|
|
345
|
+
description: '',
|
|
346
|
+
required: true,
|
|
347
|
+
}),
|
|
348
|
+
},
|
|
349
|
+
'6': {
|
|
350
|
+
enabled: pieces_framework_1.Property.StaticDropdown({
|
|
351
|
+
displayName: 'Enabled',
|
|
352
|
+
description: 'Enable or disable the smart charging from owner preferences.',
|
|
353
|
+
required: false,
|
|
354
|
+
options: {
|
|
355
|
+
options: [
|
|
356
|
+
{ label: 'true', value: 'true' },
|
|
357
|
+
{ label: 'false', value: 'false' }
|
|
358
|
+
],
|
|
359
|
+
},
|
|
360
|
+
}),
|
|
361
|
+
type: pieces_framework_1.Property.StaticDropdown({
|
|
362
|
+
displayName: 'Type',
|
|
363
|
+
description: '',
|
|
364
|
+
required: true,
|
|
365
|
+
options: {
|
|
366
|
+
options: [
|
|
367
|
+
{ label: 'nordpool', value: 'nordpool' }
|
|
368
|
+
],
|
|
369
|
+
},
|
|
370
|
+
}),
|
|
371
|
+
integrationId: pieces_framework_1.Property.Number({
|
|
372
|
+
displayName: 'Integration Id',
|
|
373
|
+
description: '',
|
|
374
|
+
required: false,
|
|
375
|
+
}),
|
|
376
|
+
location: pieces_framework_1.Property.StaticDropdown({
|
|
377
|
+
displayName: 'Preferences - Location',
|
|
378
|
+
description: 'The price region based on energi elspot prices api.',
|
|
379
|
+
required: true,
|
|
380
|
+
options: {
|
|
381
|
+
options: [
|
|
382
|
+
{ label: 'GB1', value: 'GB1' }
|
|
383
|
+
],
|
|
384
|
+
},
|
|
385
|
+
}),
|
|
386
|
+
departureTime: pieces_framework_1.Property.ShortText({
|
|
387
|
+
displayName: 'Preferences - Target Charge - Departure Time',
|
|
388
|
+
description: '',
|
|
389
|
+
required: true,
|
|
390
|
+
}),
|
|
391
|
+
preconditioningTime: pieces_framework_1.Property.Number({
|
|
392
|
+
displayName: 'Preferences - Target Charge - Preconditioning Time',
|
|
393
|
+
description: 'The time in minutes before departure when the charging will be performed with full power.',
|
|
394
|
+
required: false,
|
|
395
|
+
}),
|
|
396
|
+
targetChargeKwh: pieces_framework_1.Property.Number({
|
|
397
|
+
displayName: 'Preferences - Target Charge - Target Charge Kwh',
|
|
398
|
+
description: '',
|
|
399
|
+
required: true,
|
|
400
|
+
}),
|
|
401
|
+
},
|
|
402
|
+
'7': {
|
|
403
|
+
enabled: pieces_framework_1.Property.StaticDropdown({
|
|
404
|
+
displayName: 'Enabled',
|
|
405
|
+
description: 'Enable or disable the smart charging from owner preferences.',
|
|
406
|
+
required: false,
|
|
407
|
+
options: {
|
|
408
|
+
options: [
|
|
409
|
+
{ label: 'true', value: 'true' },
|
|
410
|
+
{ label: 'false', value: 'false' }
|
|
411
|
+
],
|
|
412
|
+
},
|
|
413
|
+
}),
|
|
414
|
+
type: pieces_framework_1.Property.StaticDropdown({
|
|
415
|
+
displayName: 'Type',
|
|
416
|
+
description: '',
|
|
417
|
+
required: true,
|
|
418
|
+
options: {
|
|
419
|
+
options: [
|
|
420
|
+
{ label: 'charger_electricity_rate', value: 'charger_electricity_rate' }
|
|
421
|
+
],
|
|
422
|
+
},
|
|
423
|
+
}),
|
|
424
|
+
electricityRateId: pieces_framework_1.Property.Number({
|
|
425
|
+
displayName: 'Electricity Rate Id',
|
|
426
|
+
description: '',
|
|
427
|
+
required: true,
|
|
428
|
+
}),
|
|
429
|
+
solar: pieces_framework_1.Property.StaticDropdown({
|
|
430
|
+
displayName: 'Preferences - Solar',
|
|
431
|
+
description: 'This boolean adds solar mode control for specific brands of chargers that are supported. E.g.: Some chargers support special keys in the charging profile which enables solar charging mode.',
|
|
432
|
+
required: false,
|
|
433
|
+
options: {
|
|
434
|
+
options: [
|
|
435
|
+
{ label: 'true', value: 'true' },
|
|
436
|
+
{ label: 'false', value: 'false' }
|
|
437
|
+
],
|
|
438
|
+
},
|
|
439
|
+
}),
|
|
440
|
+
startTime: pieces_framework_1.Property.ShortText({
|
|
441
|
+
displayName: 'Preferences - Start Time',
|
|
442
|
+
description: 'Start of preferred charging window which will be applied by default when no week day is chosen.',
|
|
443
|
+
required: true,
|
|
444
|
+
}),
|
|
445
|
+
endTime: pieces_framework_1.Property.ShortText({
|
|
446
|
+
displayName: 'Preferences - End Time',
|
|
447
|
+
description: 'End of preferred charging window which will be applied by default when no week day is chosen.',
|
|
448
|
+
required: true,
|
|
449
|
+
}),
|
|
450
|
+
departureTime: pieces_framework_1.Property.ShortText({
|
|
451
|
+
displayName: 'Preferences - Target Charge - Departure Time',
|
|
452
|
+
description: '',
|
|
453
|
+
required: true,
|
|
454
|
+
}),
|
|
455
|
+
preconditioningTime: pieces_framework_1.Property.Number({
|
|
456
|
+
displayName: 'Preferences - Target Charge - Preconditioning Time',
|
|
457
|
+
description: 'The time in minutes before departure when the charging will be performed with full power.',
|
|
458
|
+
required: false,
|
|
459
|
+
}),
|
|
460
|
+
targetChargeKwh: pieces_framework_1.Property.Number({
|
|
461
|
+
displayName: 'Preferences - Target Charge - Target Charge Kwh',
|
|
462
|
+
description: 'The desired charge energy which will be achieved with the most optimal price.',
|
|
463
|
+
required: true,
|
|
464
|
+
}),
|
|
465
|
+
weekDays: pieces_framework_1.Property.Array({
|
|
466
|
+
displayName: 'Preferences - Week Days',
|
|
467
|
+
description: '',
|
|
468
|
+
required: false,
|
|
469
|
+
properties: {
|
|
470
|
+
days: pieces_framework_1.Property.StaticMultiSelectDropdown({
|
|
471
|
+
displayName: 'Days',
|
|
472
|
+
description: 'Specify the day(s) for which the schedule will apply.',
|
|
473
|
+
required: true,
|
|
474
|
+
options: {
|
|
475
|
+
options: [
|
|
476
|
+
{ label: 'monday', value: 'monday' },
|
|
477
|
+
{ label: 'tuesday', value: 'tuesday' },
|
|
478
|
+
{ label: 'wednesday', value: 'wednesday' },
|
|
479
|
+
{ label: 'thursday', value: 'thursday' },
|
|
480
|
+
{ label: 'friday', value: 'friday' },
|
|
481
|
+
{ label: 'saturday', value: 'saturday' },
|
|
482
|
+
{ label: 'sunday', value: 'sunday' }
|
|
483
|
+
],
|
|
484
|
+
},
|
|
485
|
+
}),
|
|
486
|
+
startTime: pieces_framework_1.Property.ShortText({
|
|
487
|
+
displayName: 'Start Time',
|
|
488
|
+
description: 'Start of preferred charging window for chosen day(s).',
|
|
489
|
+
required: true,
|
|
490
|
+
}),
|
|
491
|
+
endTime: pieces_framework_1.Property.ShortText({
|
|
492
|
+
displayName: 'End Time',
|
|
493
|
+
description: 'End of preferred charging window for chosen day(s).',
|
|
494
|
+
required: true,
|
|
495
|
+
}),
|
|
496
|
+
},
|
|
497
|
+
}),
|
|
498
|
+
},
|
|
499
|
+
'8': {
|
|
500
|
+
enabled: pieces_framework_1.Property.StaticDropdown({
|
|
501
|
+
displayName: 'Enabled',
|
|
502
|
+
description: 'Disable the smart charging from owner preferences.',
|
|
503
|
+
required: true,
|
|
504
|
+
options: {
|
|
505
|
+
options: [
|
|
506
|
+
{ label: 'true', value: 'true' },
|
|
507
|
+
{ label: 'false', value: 'false' }
|
|
508
|
+
],
|
|
509
|
+
},
|
|
510
|
+
}),
|
|
511
|
+
}
|
|
512
|
+
};
|
|
513
|
+
const key = requestBody_VariantType;
|
|
514
|
+
if (key in variantMap) {
|
|
515
|
+
return variantMap[key];
|
|
516
|
+
}
|
|
517
|
+
return {};
|
|
518
|
+
})
|
|
519
|
+
}),
|
|
520
|
+
},
|
|
521
|
+
run(context) {
|
|
522
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
523
|
+
try {
|
|
524
|
+
const url = (0, utils_1.processPathParameters)('/public-api/resources/charge-points/v2.0/{chargePoint}/personal-smart-charging-preferences', context.propsValue);
|
|
525
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
526
|
+
const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['requestBody_VariantType', 'enabled', 'type', 'startTime', 'endTime', 'minTargetChargeKwh', 'maxTargetChargeKwh', 'priceOffPeak', 'pricePeak', 'weekDays', 'maxCurrentFromGrid', 'solarStableTime', 'integrationId', 'applicableTaxId', 'departureTime', 'preconditioningTime', 'postCode', 'priceThreshold', 'location', 'targetChargeKwh', 'electricityRateId', 'solar']);
|
|
527
|
+
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.POST, body, queryParams);
|
|
528
|
+
}
|
|
529
|
+
catch (error) {
|
|
530
|
+
(0, utils_1.handleApiError)(error);
|
|
531
|
+
}
|
|
532
|
+
});
|
|
533
|
+
},
|
|
534
|
+
});
|
|
535
|
+
//# sourceMappingURL=personal-smart-charging-preferences-update.js.map
|
package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"personal-smart-charging-preferences-update.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const circuitChargePointPrioritiesListingAction: 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
|
+
circuit: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
9
|
+
per_page: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
10
|
+
usePagination: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
11
|
+
}>;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.circuitChargePointPrioritiesListingAction = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
+
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
7
|
+
const auth_1 = require("../../../common/auth");
|
|
8
|
+
const utils_1 = require("../../../common/utils");
|
|
9
|
+
/**
|
|
10
|
+
* Generated from API version: 3.96.4
|
|
11
|
+
*/
|
|
12
|
+
// Endpoint: GET /public-api/resources/circuits/v2.0/{circuit}/charge-point-priorities
|
|
13
|
+
exports.circuitChargePointPrioritiesListingAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'circuitChargePointPrioritiesListing',
|
|
16
|
+
displayName: 'Resources - Circuits - Circuit Charge Point Priorities Listing',
|
|
17
|
+
description: 'Get all circuit's charge point priorities.',
|
|
18
|
+
props: {
|
|
19
|
+
circuit: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Circuit',
|
|
21
|
+
required: true,
|
|
22
|
+
}),
|
|
23
|
+
per_page: pieces_framework_1.Property.Number({
|
|
24
|
+
displayName: 'Per page',
|
|
25
|
+
description: 'When pagination is enabled: maximum total results across all pages. When pagination is disabled: number of results per API request (max 100).',
|
|
26
|
+
required: false,
|
|
27
|
+
defaultValue: 100,
|
|
28
|
+
}),
|
|
29
|
+
usePagination: pieces_framework_1.Property.Checkbox({
|
|
30
|
+
displayName: 'Paginate Results',
|
|
31
|
+
description: 'Whether to automatically paginate to fetch all results',
|
|
32
|
+
required: false,
|
|
33
|
+
defaultValue: false,
|
|
34
|
+
}),
|
|
35
|
+
},
|
|
36
|
+
run(context) {
|
|
37
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
38
|
+
var _a;
|
|
39
|
+
try {
|
|
40
|
+
const url = (0, utils_1.processPathParameters)('/public-api/resources/circuits/v2.0/{circuit}/charge-point-priorities', context.propsValue);
|
|
41
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, ['per_page', 'cursor']);
|
|
42
|
+
const body = undefined;
|
|
43
|
+
if (context.propsValue.usePagination) {
|
|
44
|
+
return yield (0, utils_1.paginate)({
|
|
45
|
+
auth: context.auth,
|
|
46
|
+
method: 'GET',
|
|
47
|
+
path: url,
|
|
48
|
+
queryParams,
|
|
49
|
+
body,
|
|
50
|
+
perPage: (_a = context.propsValue.per_page) !== null && _a !== void 0 ? _a : 100,
|
|
51
|
+
dataPath: 'data',
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.GET, body, queryParams);
|
|
55
|
+
}
|
|
56
|
+
catch (error) {
|
|
57
|
+
(0, utils_1.handleApiError)(error);
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
},
|
|
61
|
+
});
|
|
62
|
+
//# sourceMappingURL=circuit-charge-point-priorities-listing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"circuit-charge-point-priorities-listing.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAA+H;AAG/H;;GAEG;AAEH,sFAAsF;AAEzE,QAAA,yCAAyC,GAAG,IAAA,+BAAY,EAAC;IACpE,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,qCAAqC;IAC3C,WAAW,EAAE,gEAAgE;IAC7E,WAAW,EAAE,iDAAiD;IAC9D,KAAK,EAAE;QAEP,OAAO,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACvB,WAAW,EAAE,SAAS;YACtB,QAAQ,EAAE,IAAI;SACf,CAAC;QACA,QAAQ,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACxB,WAAW,EAAE,UAAU;YACvB,WAAW,EAAE,+IAA+I;YAC5J,QAAQ,EAAE,KAAK;YACf,YAAY,EAAE,GAAG;SAClB,CAAC;QACF,aAAa,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC/B,WAAW,EAAE,kBAAkB;YAC/B,WAAW,EAAE,wDAAwD;YACrE,QAAQ,EAAE,KAAK;YACf,YAAY,EAAE,KAAK;SACpB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,uEAAuE,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAE/H,MAAM,WAAW,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC,CAAC;gBAEnF,MAAM,IAAI,GAAG,SAAS,CAAC;gBAEnB,IAAI,OAAO,CAAC,UAAU,CAAC,aAAa,EAAE,CAAC;oBAC3C,OAAO,MAAM,IAAA,gBAAQ,EAAC;wBACpB,IAAI,EAAE,OAAO,CAAC,IAAI;wBAClB,MAAM,EAAE,KAAK;wBACb,IAAI,EAAE,GAAG;wBACT,WAAW;wBACX,IAAI;wBACJ,OAAO,EAAE,MAAA,OAAO,CAAC,UAAU,CAAC,QAAQ,mCAAI,GAAG;wBAC3C,QAAQ,EAAE,MAAM;qBACjB,CAAgD,CAAC;gBACpD,CAAC;gBAGC,OAAO,MAAM,IAAA,yBAAiB,EAC5B,OAAO,CAAC,IAAI,EACZ,GAAG,EACH,0BAAU,CAAC,GAAG,EACd,IAAI,EACJ,WAAW,CACmC,CAAC;YAEnD,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;KAAA;CACF,CAAC,CAAC"}
|