@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,346 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.chargePointUpdateAction = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
+
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
7
|
+
const auth_1 = require("../../../common/auth");
|
|
8
|
+
const utils_1 = require("../../../common/utils");
|
|
9
|
+
/**
|
|
10
|
+
* Generated from API version: 3.96.4
|
|
11
|
+
*/
|
|
12
|
+
//Endpoint: PATCH /public-api/resources/charge-points/v2.0/{chargePoint}
|
|
13
|
+
exports.chargePointUpdateAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'chargePointUpdate',
|
|
16
|
+
displayName: 'Resources - Charge Points - Charge Point Update',
|
|
17
|
+
description: 'Update a charge point.',
|
|
18
|
+
props: {
|
|
19
|
+
chargePoint: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Charge Point',
|
|
21
|
+
required: true,
|
|
22
|
+
}),
|
|
23
|
+
include: pieces_framework_1.Property.StaticMultiSelectDropdown({
|
|
24
|
+
displayName: 'Include',
|
|
25
|
+
required: false,
|
|
26
|
+
options: {
|
|
27
|
+
options: [
|
|
28
|
+
{ label: 'lastBootNotification', value: 'lastBootNotification' },
|
|
29
|
+
{ label: 'chargingProfile', value: 'chargingProfile' },
|
|
30
|
+
{ label: 'smartCharging', value: 'smartCharging' },
|
|
31
|
+
{ label: 'smartChargingPreferences', value: 'smartChargingPreferences' },
|
|
32
|
+
{ label: 'personalSmartChargingPreferences', value: 'personalSmartChargingPreferences' },
|
|
33
|
+
{ label: 'availablePersonalSmartChargingModes', value: 'availablePersonalSmartChargingModes' }
|
|
34
|
+
],
|
|
35
|
+
},
|
|
36
|
+
}),
|
|
37
|
+
name: pieces_framework_1.Property.ShortText({
|
|
38
|
+
displayName: 'Name',
|
|
39
|
+
required: false,
|
|
40
|
+
}),
|
|
41
|
+
type: pieces_framework_1.Property.StaticDropdown({
|
|
42
|
+
displayName: 'Type',
|
|
43
|
+
description: `\`public\` - a charge point visible on the map to everybody </br>\n\`private\` - by default hidden from the map and for private usage only - company and their employees for example. The visibility of the charge point could be managed in partner object, with the different options for accessType. </br>\n\`personal\` - the charge point could have a single owner only. The owner is set when the user claims the charger or with Actions / Change Owner. </br>\n`,
|
|
44
|
+
required: false,
|
|
45
|
+
options: {
|
|
46
|
+
options: [
|
|
47
|
+
{ label: 'private', value: 'private' },
|
|
48
|
+
{ label: 'public', value: 'public' },
|
|
49
|
+
{ label: 'personal', value: 'personal' }
|
|
50
|
+
],
|
|
51
|
+
},
|
|
52
|
+
}),
|
|
53
|
+
pin: pieces_framework_1.Property.ShortText({
|
|
54
|
+
displayName: 'Pin',
|
|
55
|
+
description: `Required if \`accessType\` is \`personal\`. The PIN should be provided in the mobile app when the charge point is claimed by a user. Should contain only numbers.\n`,
|
|
56
|
+
required: false,
|
|
57
|
+
}),
|
|
58
|
+
locationId: pieces_framework_1.Property.Number({
|
|
59
|
+
displayName: 'Location Id',
|
|
60
|
+
description: `Required if \`accessType\` is \`public\` or \`private\`. NOT required if \`accessType\` is \`personal\`.\n`,
|
|
61
|
+
required: false,
|
|
62
|
+
}),
|
|
63
|
+
chargingZoneId: pieces_framework_1.Property.Number({
|
|
64
|
+
displayName: 'Charging Zone Id',
|
|
65
|
+
required: false,
|
|
66
|
+
}),
|
|
67
|
+
electricityRateId: pieces_framework_1.Property.Number({
|
|
68
|
+
displayName: 'Electricity Rate Id',
|
|
69
|
+
description: `If there is Electricity rate set to the Charge point the electricity cost for each charging session would be tracked. Dynamic electricity rates could not be selected, only ones created in the resource / electricity-rate.\n`,
|
|
70
|
+
required: false,
|
|
71
|
+
}),
|
|
72
|
+
subscription__required: pieces_framework_1.Property.StaticDropdown({
|
|
73
|
+
displayName: 'Subscription - Required',
|
|
74
|
+
description: 'Only for personal charge points. Require an active subscription to use the charge point.',
|
|
75
|
+
required: false,
|
|
76
|
+
options: {
|
|
77
|
+
options: [
|
|
78
|
+
{ label: 'true', value: 'true' },
|
|
79
|
+
{ label: 'false', value: 'false' }
|
|
80
|
+
],
|
|
81
|
+
},
|
|
82
|
+
}),
|
|
83
|
+
subscription__planIds: pieces_framework_1.Property.Array({
|
|
84
|
+
displayName: 'Subscription - Plan Ids',
|
|
85
|
+
description: 'Only for personal charge points. List of subscription plans for any of which the user should have an active subscription, to be able to use the charge point.',
|
|
86
|
+
required: false,
|
|
87
|
+
}),
|
|
88
|
+
networkType: pieces_framework_1.Property.StaticDropdown({
|
|
89
|
+
displayName: 'Network Type',
|
|
90
|
+
description: '',
|
|
91
|
+
required: false,
|
|
92
|
+
options: {
|
|
93
|
+
options: [
|
|
94
|
+
{ label: 'cellular', value: 'cellular' },
|
|
95
|
+
{ label: 'ethernet', value: 'ethernet' },
|
|
96
|
+
{ label: 'wlan', value: 'wlan' }
|
|
97
|
+
],
|
|
98
|
+
},
|
|
99
|
+
}),
|
|
100
|
+
status: pieces_framework_1.Property.StaticDropdown({
|
|
101
|
+
displayName: 'Status',
|
|
102
|
+
description: `Shows the system status of the Charge Point.\n * \`enabled\` - the charge point is fully operative.\n * \`disabled\` - the charge point would not be shown on the map if it is a commercial public or commercial private with the relevant option for visibility nor could be claimed or found by ID if it is personal (home). </br>\n * \`demo\` - acts as a simulator so different setups could be tested.\n * \`out of order\` - the charge point is visible and shared with users, but a charging session\n`,
|
|
103
|
+
required: false,
|
|
104
|
+
options: {
|
|
105
|
+
options: [
|
|
106
|
+
{ label: 'enabled', value: 'enabled' },
|
|
107
|
+
{ label: 'disabled', value: 'disabled' },
|
|
108
|
+
{ label: 'out of order', value: 'out of order' },
|
|
109
|
+
{ label: 'demo', value: 'demo' }
|
|
110
|
+
],
|
|
111
|
+
},
|
|
112
|
+
}),
|
|
113
|
+
managedByOperator: pieces_framework_1.Property.StaticDropdown({
|
|
114
|
+
displayName: 'Managed By Operator',
|
|
115
|
+
description: `This flag indicates whether the operator can actively manage the charge point. If the flag is set to 'false' the charge point can still be shown to users, but they can't request to start a session on it.\n\nDeprecated. Please use \`communicationMode\` instead. The \`communicationMode\` can only be set when creating a charge point.\n`,
|
|
116
|
+
required: false,
|
|
117
|
+
options: {
|
|
118
|
+
options: [
|
|
119
|
+
{ label: 'true', value: 'true' },
|
|
120
|
+
{ label: 'false', value: 'false' }
|
|
121
|
+
],
|
|
122
|
+
},
|
|
123
|
+
}),
|
|
124
|
+
externalId: pieces_framework_1.Property.ShortText({
|
|
125
|
+
displayName: 'External Id',
|
|
126
|
+
required: false,
|
|
127
|
+
}),
|
|
128
|
+
network__id: pieces_framework_1.Property.ShortText({
|
|
129
|
+
displayName: 'Network - Id',
|
|
130
|
+
description: 'OCPP Identifier.',
|
|
131
|
+
required: false,
|
|
132
|
+
}),
|
|
133
|
+
network__protocol: pieces_framework_1.Property.StaticDropdown({
|
|
134
|
+
displayName: 'Network - Protocol',
|
|
135
|
+
description: '',
|
|
136
|
+
required: false,
|
|
137
|
+
options: {
|
|
138
|
+
options: [
|
|
139
|
+
{ label: 'ocpp 1.5', value: 'ocpp 1.5' },
|
|
140
|
+
{ label: 'ocpp 1.6', value: 'ocpp 1.6' },
|
|
141
|
+
{ label: 'ocpp 1.6 soap', value: 'ocpp 1.6 soap' },
|
|
142
|
+
{ label: 'ocpp 2.0.1', value: 'ocpp 2.0.1' }
|
|
143
|
+
],
|
|
144
|
+
},
|
|
145
|
+
}),
|
|
146
|
+
network__password: pieces_framework_1.Property.ShortText({
|
|
147
|
+
displayName: 'Network - Password',
|
|
148
|
+
required: false,
|
|
149
|
+
}),
|
|
150
|
+
network__ip: pieces_framework_1.Property.ShortText({
|
|
151
|
+
displayName: 'Network - Ip',
|
|
152
|
+
description: 'Required for ocpp 1.5 (SOAP).',
|
|
153
|
+
required: false,
|
|
154
|
+
}),
|
|
155
|
+
network__port: pieces_framework_1.Property.Number({
|
|
156
|
+
displayName: 'Network - Port',
|
|
157
|
+
description: 'Required for ocpp 1.5 (SOAP).',
|
|
158
|
+
required: false,
|
|
159
|
+
}),
|
|
160
|
+
capabilities: pieces_framework_1.Property.StaticMultiSelectDropdown({
|
|
161
|
+
displayName: 'Capabilities',
|
|
162
|
+
description: `\`remote_start_stop_capable\` - whether Remote start/stop is possible for the Charge Point </br>\n\`meter_values\` - whether the Charge Point should send meter updates to the system </br>\n\`stop_transaction_on_ev_disconnect\` - for ongoing sessions, when the cable is unplugged this should stop the session and if it is returned back a new session would be created. </br>\n\`disregard_the_heartbeats\` - only for OCPP 1.5 SOAP. Network status by default is updated based on the heartbeat messages. When enabled, the Charge Point would be always treated as available and its network status would not depend on heartbeat messages. </br>\n\`display_messages\` - charger has a display and it is enabled to display messages. This capability is enabled automatically when the charger reports the corresponding configuration key. When creating a charge point, the capability is ignored as it is automatically detected on boot. </br>\n`,
|
|
163
|
+
required: false,
|
|
164
|
+
options: {
|
|
165
|
+
options: [
|
|
166
|
+
{ label: 'remote_start_stop_capable', value: 'remote_start_stop_capable' },
|
|
167
|
+
{ label: 'meter_values', value: 'meter_values' },
|
|
168
|
+
{ label: 'stop_transaction_on_ev_disconnect', value: 'stop_transaction_on_ev_disconnect' },
|
|
169
|
+
{ label: 'disregard_the_heartbeats', value: 'disregard_the_heartbeats' },
|
|
170
|
+
{ label: 'display_messages', value: 'display_messages' }
|
|
171
|
+
],
|
|
172
|
+
},
|
|
173
|
+
}),
|
|
174
|
+
autoStartWithoutAuthorization: pieces_framework_1.Property.StaticDropdown({
|
|
175
|
+
displayName: 'Auto Start Without Authorization',
|
|
176
|
+
description: `When enabled the system would allow charging sessions initiated </br>\nlocally by the charge point assuming it is setup to work in auto-start / </br>\nplug-and-charge mode. It would also automatically start a </br>\nsession with a remote start command if one is not already started by the charging stations a </br>\nfew seconds after a Preparing status is detected indicating that a vehicle is connected.\n`,
|
|
177
|
+
required: false,
|
|
178
|
+
options: {
|
|
179
|
+
options: [
|
|
180
|
+
{ label: 'true', value: 'true' },
|
|
181
|
+
{ label: 'false', value: 'false' }
|
|
182
|
+
],
|
|
183
|
+
},
|
|
184
|
+
}),
|
|
185
|
+
disableAutoStartEmulation: pieces_framework_1.Property.StaticDropdown({
|
|
186
|
+
displayName: 'Disable Auto Start Emulation',
|
|
187
|
+
description: `The Auto-start option above does 2 things: (1) it allows charging </br>\nsessions started by the charge point assuming that it may be set up locally </br>\nto auto-start charging when a vehicle is connected and (2) if the charging </br>\nstation doesnt start the session within a few seconds after the vehicles is </br>\nconnected the system sends a remote start command - which is to emulate auto-start </br>\ncharging. With this checkbox you can disable the emulation and rely </br>\nentirely on the charging station to auto-start the charging. </br>\n`,
|
|
188
|
+
required: false,
|
|
189
|
+
options: {
|
|
190
|
+
options: [
|
|
191
|
+
{ label: 'true', value: 'true' },
|
|
192
|
+
{ label: 'false', value: 'false' }
|
|
193
|
+
],
|
|
194
|
+
},
|
|
195
|
+
}),
|
|
196
|
+
security__desiredProfile: pieces_framework_1.Property.Number({
|
|
197
|
+
displayName: 'Security - Desired Profile',
|
|
198
|
+
description: 'The backend will try to set it 3 times at boot notification. If the charge point does not support it, the backend will use the highest security profile the charge point could use. </br> The following security profiles are supported: </br> 0: `No Authentication` </br> 1: `Unsecured Trasport with Basic Authentication (Plain-back Authentication)` - It does not include authentication for the CSMS, or measures to set up a secure communication channel.',
|
|
199
|
+
required: false,
|
|
200
|
+
}),
|
|
201
|
+
modelId: pieces_framework_1.Property.Number({
|
|
202
|
+
displayName: 'Model Id',
|
|
203
|
+
description: `The ID of the CP Model, if one is associated with the Charge Point. Can be set to null to remove the current CP Model associated with the Charge Point. Mind that on boot the charger reports the hardware model and it is automatically updated.\n`,
|
|
204
|
+
required: false,
|
|
205
|
+
}),
|
|
206
|
+
enableAutoFaultRecovery: pieces_framework_1.Property.StaticDropdown({
|
|
207
|
+
displayName: 'Enable Auto Fault Recovery',
|
|
208
|
+
required: false,
|
|
209
|
+
options: {
|
|
210
|
+
options: [
|
|
211
|
+
{ label: 'true', value: 'true' },
|
|
212
|
+
{ label: 'false', value: 'false' }
|
|
213
|
+
],
|
|
214
|
+
},
|
|
215
|
+
}),
|
|
216
|
+
user__id: pieces_framework_1.Property.Number({
|
|
217
|
+
displayName: 'User - Id',
|
|
218
|
+
required: false,
|
|
219
|
+
}),
|
|
220
|
+
user__automaticFirmwareUpdatesEnabled: pieces_framework_1.Property.StaticDropdown({
|
|
221
|
+
displayName: 'User - Automatic Firmware Updates Enabled',
|
|
222
|
+
required: false,
|
|
223
|
+
options: {
|
|
224
|
+
options: [
|
|
225
|
+
{ label: 'true', value: 'true' },
|
|
226
|
+
{ label: 'false', value: 'false' }
|
|
227
|
+
],
|
|
228
|
+
},
|
|
229
|
+
}),
|
|
230
|
+
partner__id: pieces_framework_1.Property.Number({
|
|
231
|
+
displayName: 'Partner - Id',
|
|
232
|
+
required: false,
|
|
233
|
+
}),
|
|
234
|
+
partner__contractId: pieces_framework_1.Property.Number({
|
|
235
|
+
displayName: 'Partner - Contract Id',
|
|
236
|
+
description: '',
|
|
237
|
+
required: false,
|
|
238
|
+
}),
|
|
239
|
+
partner__contactId: pieces_framework_1.Property.Number({
|
|
240
|
+
displayName: 'Partner - Contact Id',
|
|
241
|
+
description: '',
|
|
242
|
+
required: false,
|
|
243
|
+
}),
|
|
244
|
+
partner__corporateBillingAsDefault: pieces_framework_1.Property.StaticDropdown({
|
|
245
|
+
displayName: 'Partner - Corporate Billing As Default',
|
|
246
|
+
description: 'The partner\'s corporate billing would be used as a payment method by default, when a user who is invited to use the partner\'s corporate billing starts a session on the charge point.',
|
|
247
|
+
required: false,
|
|
248
|
+
options: {
|
|
249
|
+
options: [
|
|
250
|
+
{ label: 'true', value: 'true' },
|
|
251
|
+
{ label: 'false', value: 'false' }
|
|
252
|
+
],
|
|
253
|
+
},
|
|
254
|
+
}),
|
|
255
|
+
partner__accessType: pieces_framework_1.Property.StaticDropdown({
|
|
256
|
+
displayName: 'Partner - Access Type',
|
|
257
|
+
description: '`private_view_private_use` - only users invited by the partner with the option to access private charge points could view this charge point on the map and use it.',
|
|
258
|
+
required: false,
|
|
259
|
+
options: {
|
|
260
|
+
options: [
|
|
261
|
+
{ label: 'private_view_private_use', value: 'private_view_private_use' },
|
|
262
|
+
{ label: 'private_view_public_use', value: 'private_view_public_use' },
|
|
263
|
+
{ label: 'public_view_private_use', value: 'public_view_private_use' }
|
|
264
|
+
],
|
|
265
|
+
},
|
|
266
|
+
}),
|
|
267
|
+
partner__notice: pieces_framework_1.Property.Array({
|
|
268
|
+
displayName: 'Partner - Notice',
|
|
269
|
+
description: 'The notice is only available if the charge point is of type `private` and the accessType is `public_view_private_use`.',
|
|
270
|
+
required: false,
|
|
271
|
+
properties: {
|
|
272
|
+
locale: pieces_framework_1.Property.ShortText({
|
|
273
|
+
displayName: 'Locale',
|
|
274
|
+
description: 'valid locale.',
|
|
275
|
+
required: false,
|
|
276
|
+
}),
|
|
277
|
+
translation: pieces_framework_1.Property.ShortText({
|
|
278
|
+
displayName: 'Translation',
|
|
279
|
+
description: '',
|
|
280
|
+
required: false,
|
|
281
|
+
}),
|
|
282
|
+
},
|
|
283
|
+
}),
|
|
284
|
+
utilityId: pieces_framework_1.Property.Number({
|
|
285
|
+
displayName: 'Utility Id',
|
|
286
|
+
description: '',
|
|
287
|
+
required: false,
|
|
288
|
+
}),
|
|
289
|
+
tags: pieces_framework_1.Property.Array({
|
|
290
|
+
displayName: 'Tags',
|
|
291
|
+
description: 'Tags can be used for filtering and grouping chargers by tag. When doing a PATCH input all tags that should be associated with the charge point. Omitting a tag would remove it from the charge point.',
|
|
292
|
+
required: false,
|
|
293
|
+
}),
|
|
294
|
+
enabledRandomisedDelay: pieces_framework_1.Property.StaticDropdown({
|
|
295
|
+
displayName: 'Enabled Randomised Delay',
|
|
296
|
+
description: 'Applicable only for personal charge points. For `public` and `private` charge points will be omitted',
|
|
297
|
+
required: false,
|
|
298
|
+
options: {
|
|
299
|
+
options: [
|
|
300
|
+
{ label: 'true', value: 'true' },
|
|
301
|
+
{ label: 'false', value: 'false' }
|
|
302
|
+
],
|
|
303
|
+
},
|
|
304
|
+
}),
|
|
305
|
+
noticeId: pieces_framework_1.Property.Number({
|
|
306
|
+
displayName: 'Notice Id',
|
|
307
|
+
description: 'If both noticeId and partner.notice object are provided in the request the noticeId will be used to complete the request NOT the partner.notice object!',
|
|
308
|
+
required: false,
|
|
309
|
+
}),
|
|
310
|
+
usesRenewableEnergy: pieces_framework_1.Property.StaticDropdown({
|
|
311
|
+
displayName: 'Uses Renewable Energy',
|
|
312
|
+
description: `When enabled, if no electricity rate is assigned to the charge point any roaming session will be marked as using renewable energy.\nThe actual energy mix can be specified in an electricity rate, which can then be assigned to the charge point. In that case the energy mix will be provided for roaming sessions.\nThis information can be gathered from the utility provider or third-party platforms that provide this information to the public.\n`,
|
|
313
|
+
required: false,
|
|
314
|
+
options: {
|
|
315
|
+
options: [
|
|
316
|
+
{ label: 'true', value: 'true' },
|
|
317
|
+
{ label: 'false', value: 'false' }
|
|
318
|
+
],
|
|
319
|
+
},
|
|
320
|
+
}),
|
|
321
|
+
integratedAt: pieces_framework_1.Property.DateTime({
|
|
322
|
+
displayName: 'Integrated At',
|
|
323
|
+
description: 'ISO 8601 formatted date',
|
|
324
|
+
required: false,
|
|
325
|
+
}),
|
|
326
|
+
manufacturedAt: pieces_framework_1.Property.DateTime({
|
|
327
|
+
displayName: 'Manufactured At',
|
|
328
|
+
description: 'ISO 8601 formatted date',
|
|
329
|
+
required: false,
|
|
330
|
+
}),
|
|
331
|
+
},
|
|
332
|
+
run(context) {
|
|
333
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
334
|
+
try {
|
|
335
|
+
const url = (0, utils_1.processPathParameters)('/public-api/resources/charge-points/v2.0/{chargePoint}', context.propsValue);
|
|
336
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, ['include']);
|
|
337
|
+
const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['name', 'type', 'pin', 'locationId', 'chargingZoneId', 'electricityRateId', 'subscription', 'networkType', 'status', 'managedByOperator', 'externalId', 'network', 'capabilities', 'autoStartWithoutAuthorization', 'disableAutoStartEmulation', 'security', 'modelId', 'enableAutoFaultRecovery', 'user', 'partner', 'utilityId', 'tags', 'enabledRandomisedDelay', 'noticeId', 'usesRenewableEnergy', 'integratedAt', 'manufacturedAt']);
|
|
338
|
+
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.PATCH, body, queryParams);
|
|
339
|
+
}
|
|
340
|
+
catch (error) {
|
|
341
|
+
(0, utils_1.handleApiError)(error);
|
|
342
|
+
}
|
|
343
|
+
});
|
|
344
|
+
},
|
|
345
|
+
});
|
|
346
|
+
//# sourceMappingURL=charge-point-update.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-point-update.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/charge-points/charge-point-update.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAyI;AAGzI;;GAEG;AAEH,wEAAwE;AAE3D,QAAA,uBAAuB,GAAG,IAAA,+BAAY,EAAC;IAClD,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,iDAAiD;IAC9D,WAAW,EAAE,wBAAwB;IACrC,KAAK,EAAE;QAEP,WAAW,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC3B,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,OAAO,EAAE,2BAAQ,CAAC,yBAAyB,CAAC;YAC1C,WAAW,EAAE,SAAS;YACtB,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,sBAAsB,EAAE,KAAK,EAAE,sBAAsB,EAAE;oBAChE,EAAE,KAAK,EAAE,iBAAiB,EAAE,KAAK,EAAE,iBAAiB,EAAE;oBACtD,EAAE,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,eAAe,EAAE;oBAClD,EAAE,KAAK,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE;oBACxE,EAAE,KAAK,EAAE,kCAAkC,EAAE,KAAK,EAAE,kCAAkC,EAAE;oBACxF,EAAE,KAAK,EAAE,qCAAqC,EAAE,KAAK,EAAE,qCAAqC,EAAE;iBAC7F;aACF;SACF,CAAC;QAEF,IAAI,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACvB,WAAW,EAAE,MAAM;YACnB,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,IAAI,EAAE,2BAAQ,CAAC,cAAc,CAAC;YAC5B,WAAW,EAAE,MAAM;YACnB,WAAW,EAAE,0cAA0c;YACvd,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE;oBACtC,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE;oBACpC,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;iBACvC;aACF;SACF,CAAC;QAEF,GAAG,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACtB,WAAW,EAAE,KAAK;YAClB,WAAW,EAAE,qKAAqK;YAClL,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,UAAU,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC1B,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,4GAA4G;YACzH,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,cAAc,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC9B,WAAW,EAAE,kBAAkB;YAC/B,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,iBAAiB,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACjC,WAAW,EAAE,qBAAqB;YAClC,WAAW,EAAE,gOAAgO;YAC7O,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,sBAAsB,EAAE,2BAAQ,CAAC,cAAc,CAAC;YAC9C,WAAW,EAAE,yBAAyB;YACtC,WAAW,EAAE,0FAA0F;YACvG,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;oBAChC,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;iBACjC;aACF;SACF,CAAC;QAEF,qBAAqB,EAAE,2BAAQ,CAAC,KAAK,CAAC;YACpC,WAAW,EAAE,yBAAyB;YACtC,WAAW,EAAE,+JAA+J;YAC5K,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,WAAW,EAAE,2BAAQ,CAAC,cAAc,CAAC;YACnC,WAAW,EAAE,cAAc;YAC3B,WAAW,EAAE,EAAE;YACf,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;oBACxC,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;oBACxC,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;iBAC/B;aACF;SACF,CAAC;QAEF,MAAM,EAAE,2BAAQ,CAAC,cAAc,CAAC;YAC9B,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,qfAAqf;YAClgB,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE;oBACtC,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;oBACxC,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,cAAc,EAAE;oBAChD,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;iBAC/B;aACF;SACF,CAAC;QAEF,iBAAiB,EAAE,2BAAQ,CAAC,cAAc,CAAC;YACzC,WAAW,EAAE,qBAAqB;YAClC,WAAW,EAAE,gVAAgV;YAC7V,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;oBAChC,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;iBACjC;aACF;SACF,CAAC;QAEF,UAAU,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC7B,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,WAAW,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC9B,WAAW,EAAE,cAAc;YAC3B,WAAW,EAAE,kBAAkB;YAC/B,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,iBAAiB,EAAE,2BAAQ,CAAC,cAAc,CAAC;YACzC,WAAW,EAAE,oBAAoB;YACjC,WAAW,EAAE,EAAE;YACf,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;oBACxC,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;oBACxC,EAAE,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,eAAe,EAAE;oBAClD,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;iBAC3C;aACF;SACF,CAAC;QAEF,iBAAiB,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACpC,WAAW,EAAE,oBAAoB;YACjC,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,WAAW,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC9B,WAAW,EAAE,cAAc;YAC3B,WAAW,EAAE,+BAA+B;YAC5C,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,aAAa,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC7B,WAAW,EAAE,gBAAgB;YAC7B,WAAW,EAAE,+BAA+B;YAC5C,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,YAAY,EAAE,2BAAQ,CAAC,yBAAyB,CAAC;YAC/C,WAAW,EAAE,cAAc;YAC3B,WAAW,EAAE,k6BAAk6B;YAC/6B,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,2BAA2B,EAAE,KAAK,EAAE,2BAA2B,EAAE;oBAC1E,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,cAAc,EAAE;oBAChD,EAAE,KAAK,EAAE,mCAAmC,EAAE,KAAK,EAAE,mCAAmC,EAAE;oBAC1F,EAAE,KAAK,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE;oBACxE,EAAE,KAAK,EAAE,kBAAkB,EAAE,KAAK,EAAE,kBAAkB,EAAE;iBACvD;aACF;SACF,CAAC;QAEF,6BAA6B,EAAE,2BAAQ,CAAC,cAAc,CAAC;YACrD,WAAW,EAAE,kCAAkC;YAC/C,WAAW,EAAE,yZAAyZ;YACta,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;oBAChC,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;iBACjC;aACF;SACF,CAAC;QAEF,yBAAyB,EAAE,2BAAQ,CAAC,cAAc,CAAC;YACjD,WAAW,EAAE,8BAA8B;YAC3C,WAAW,EAAE,4iBAA4iB;YACzjB,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;oBAChC,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;iBACjC;aACF;SACF,CAAC;QAEF,wBAAwB,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACxC,WAAW,EAAE,4BAA4B;YACzC,WAAW,EAAE,ocAAoc;YACjd,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,OAAO,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACvB,WAAW,EAAE,UAAU;YACvB,WAAW,EAAE,qPAAqP;YAClQ,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,uBAAuB,EAAE,2BAAQ,CAAC,cAAc,CAAC;YAC/C,WAAW,EAAE,4BAA4B;YACzC,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;oBAChC,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;iBACjC;aACF;SACF,CAAC;QAEF,QAAQ,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACxB,WAAW,EAAE,WAAW;YACxB,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,qCAAqC,EAAE,2BAAQ,CAAC,cAAc,CAAC;YAC7D,WAAW,EAAE,2CAA2C;YACxD,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;oBAChC,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;iBACjC;aACF;SACF,CAAC;QAEF,WAAW,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC3B,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,mBAAmB,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACnC,WAAW,EAAE,uBAAuB;YACpC,WAAW,EAAE,EAAE;YACf,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,kBAAkB,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAClC,WAAW,EAAE,sBAAsB;YACnC,WAAW,EAAE,EAAE;YACf,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,kCAAkC,EAAE,2BAAQ,CAAC,cAAc,CAAC;YAC1D,WAAW,EAAE,wCAAwC;YACrD,WAAW,EAAE,yLAAyL;YACtM,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;oBAChC,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;iBACjC;aACF;SACF,CAAC;QAEF,mBAAmB,EAAE,2BAAQ,CAAC,cAAc,CAAC;YAC3C,WAAW,EAAE,uBAAuB;YACpC,WAAW,EAAE,oKAAoK;YACjL,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE;oBACxE,EAAE,KAAK,EAAE,yBAAyB,EAAE,KAAK,EAAE,yBAAyB,EAAE;oBACtE,EAAE,KAAK,EAAE,yBAAyB,EAAE,KAAK,EAAE,yBAAyB,EAAE;iBACrE;aACF;SACF,CAAC;QAEF,eAAe,EAAE,2BAAQ,CAAC,KAAK,CAAC;YAC9B,WAAW,EAAE,kBAAkB;YAC/B,WAAW,EAAE,wHAAwH;YACrI,QAAQ,EAAE,KAAK;YACf,UAAU,EAAE;gBAEd,MAAM,EAAE,2BAAQ,CAAC,SAAS,CAAC;oBACzB,WAAW,EAAE,QAAQ;oBACrB,WAAW,EAAE,eAAe;oBAC5B,QAAQ,EAAE,KAAK;iBAChB,CAAC;gBAEF,WAAW,EAAE,2BAAQ,CAAC,SAAS,CAAC;oBAC9B,WAAW,EAAE,aAAa;oBAC1B,WAAW,EAAE,EAAE;oBACf,QAAQ,EAAE,KAAK;iBAChB,CAAC;aACC;SACF,CAAC;QAEF,SAAS,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACzB,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,EAAE;YACf,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,IAAI,EAAE,2BAAQ,CAAC,KAAK,CAAC;YACnB,WAAW,EAAE,MAAM;YACnB,WAAW,EAAE,uMAAuM;YACpN,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,sBAAsB,EAAE,2BAAQ,CAAC,cAAc,CAAC;YAC9C,WAAW,EAAE,0BAA0B;YACvC,WAAW,EAAE,sGAAsG;YACnH,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;oBAChC,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;iBACjC;aACF;SACF,CAAC;QAEF,QAAQ,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACxB,WAAW,EAAE,WAAW;YACxB,WAAW,EAAE,yJAAyJ;YACtK,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,mBAAmB,EAAE,2BAAQ,CAAC,cAAc,CAAC;YAC3C,WAAW,EAAE,uBAAuB;YACpC,WAAW,EAAE,2bAA2b;YACxc,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;oBAChC,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;iBACjC;aACF;SACF,CAAC;QAEF,YAAY,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC9B,WAAW,EAAE,eAAe;YAC5B,WAAW,EAAE,yBAAyB;YACtC,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,cAAc,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAChC,WAAW,EAAE,iBAAiB;YAC9B,WAAW,EAAE,yBAAyB;YACtC,QAAQ,EAAE,KAAK;SAChB,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,wDAAwD,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAEhH,MAAM,WAAW,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;gBAExE,MAAM,IAAI,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAChD,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,cAAc,EAAE,aAAa,EAAE,QAAQ,EAAE,mBAAmB,EAAE,YAAY,EAAE,SAAS,EAAE,cAAc,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,UAAU,EAAE,SAAS,EAAE,yBAAyB,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,wBAAwB,EAAE,UAAU,EAAE,qBAAqB,EAAE,cAAc,EAAE,gBAAgB,CAAC,CAC3a,CAAC;gBAGF,OAAO,MAAM,IAAA,yBAAiB,EAC5B,OAAO,CAAC,IAAI,EACZ,GAAG,EACH,0BAAU,CAAC,KAAK,EAChB,IAAI,EACJ,WAAW,CACiB,CAAC;YAEjC,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const chargePointsListingAction: 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
|
+
filter__desiredSecurityProfileStatus: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
9
|
+
filter__evsePhysicalReference: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
10
|
+
filter__networkId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
11
|
+
filter__bootNotificationSerialNumber: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
12
|
+
filter__modelId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
13
|
+
filter__vendorId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
14
|
+
filter__userId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
15
|
+
filter__partnerId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
16
|
+
filter__type: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
17
|
+
filter__subOperatorId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
18
|
+
filter__roaming: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
19
|
+
filter__name: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
20
|
+
filter__locationId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
21
|
+
filter__circuitId: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
22
|
+
filter__chargingZoneId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
23
|
+
filter__managedByOperator: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
24
|
+
filter__externalId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
25
|
+
filter__utilityId: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
26
|
+
filter__tag: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
27
|
+
filter__sharingCode: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
28
|
+
filter__lastUpdatedAfter: import("@activepieces/pieces-framework").DateTimeProperty<false>;
|
|
29
|
+
filter__lastUpdatedBefore: import("@activepieces/pieces-framework").DateTimeProperty<false>;
|
|
30
|
+
include: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
31
|
+
per_page: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
32
|
+
usePagination: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
33
|
+
}>;
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.chargePointsListingAction = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
+
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
7
|
+
const auth_1 = require("../../../common/auth");
|
|
8
|
+
const utils_1 = require("../../../common/utils");
|
|
9
|
+
/**
|
|
10
|
+
* Generated from API version: 3.96.4
|
|
11
|
+
*/
|
|
12
|
+
// Endpoint: GET /public-api/resources/charge-points/v2.0
|
|
13
|
+
exports.chargePointsListingAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'chargePointsListing',
|
|
16
|
+
displayName: 'Resources - Charge Points - Charge Points Listing',
|
|
17
|
+
description: 'Get all charge points.',
|
|
18
|
+
props: {
|
|
19
|
+
filter__desiredSecurityProfileStatus: pieces_framework_1.Property.StaticDropdown({
|
|
20
|
+
displayName: 'Filter - Desired Security Profile Status',
|
|
21
|
+
description: 'The value of the desiredSecurityProfileStatus by which to filter',
|
|
22
|
+
required: false,
|
|
23
|
+
options: {
|
|
24
|
+
options: [
|
|
25
|
+
{ label: 'applied', value: 'applied' },
|
|
26
|
+
{ label: 'pending', value: 'pending' },
|
|
27
|
+
{ label: 'rejected', value: 'rejected' }
|
|
28
|
+
],
|
|
29
|
+
},
|
|
30
|
+
}),
|
|
31
|
+
filter__evsePhysicalReference: pieces_framework_1.Property.ShortText({
|
|
32
|
+
displayName: 'Filter - Evse Physical Reference',
|
|
33
|
+
description: 'Only list charge point, identified by evse identifier',
|
|
34
|
+
required: false,
|
|
35
|
+
}),
|
|
36
|
+
filter__networkId: pieces_framework_1.Property.ShortText({
|
|
37
|
+
displayName: 'Filter - Network Id',
|
|
38
|
+
description: 'Only list charge point, identified by the NetworkId',
|
|
39
|
+
required: false,
|
|
40
|
+
}),
|
|
41
|
+
filter__bootNotificationSerialNumber: pieces_framework_1.Property.ShortText({
|
|
42
|
+
displayName: 'Filter - Boot Notification Serial Number',
|
|
43
|
+
description: 'Only list charge points with last boot notification that had this charge_point_serial_number',
|
|
44
|
+
required: false,
|
|
45
|
+
}),
|
|
46
|
+
filter__modelId: pieces_framework_1.Property.ShortText({
|
|
47
|
+
displayName: 'Filter - Model Id',
|
|
48
|
+
description: 'Only list charge points, identified by modelId',
|
|
49
|
+
required: false,
|
|
50
|
+
}),
|
|
51
|
+
filter__vendorId: pieces_framework_1.Property.ShortText({
|
|
52
|
+
displayName: 'Filter - Vendor Id',
|
|
53
|
+
description: 'Only list charge points, identified by vendorId',
|
|
54
|
+
required: false,
|
|
55
|
+
}),
|
|
56
|
+
filter__userId: pieces_framework_1.Property.ShortText({
|
|
57
|
+
displayName: 'Filter - User Id',
|
|
58
|
+
description: 'Only list charge points owned by a certain user',
|
|
59
|
+
required: false,
|
|
60
|
+
}),
|
|
61
|
+
filter__partnerId: pieces_framework_1.Property.ShortText({
|
|
62
|
+
displayName: 'Filter - Partner Id',
|
|
63
|
+
description: 'Only list charge points owned by a certain partner',
|
|
64
|
+
required: false,
|
|
65
|
+
}),
|
|
66
|
+
filter__type: pieces_framework_1.Property.StaticDropdown({
|
|
67
|
+
displayName: 'Filter - Type',
|
|
68
|
+
description: 'Only list charge points with this access type',
|
|
69
|
+
required: false,
|
|
70
|
+
options: {
|
|
71
|
+
options: [
|
|
72
|
+
{ label: 'public', value: 'public' },
|
|
73
|
+
{ label: 'private', value: 'private' },
|
|
74
|
+
{ label: 'personal', value: 'personal' }
|
|
75
|
+
],
|
|
76
|
+
},
|
|
77
|
+
}),
|
|
78
|
+
filter__subOperatorId: pieces_framework_1.Property.ShortText({
|
|
79
|
+
displayName: 'Filter - Sub Operator Id',
|
|
80
|
+
description: 'Only list charge point for a given subOperator',
|
|
81
|
+
required: false,
|
|
82
|
+
}),
|
|
83
|
+
filter__roaming: pieces_framework_1.Property.ShortText({
|
|
84
|
+
displayName: 'Filter - Roaming',
|
|
85
|
+
description: 'When true - returns only roaming charge points. When false - returns only local charge points.',
|
|
86
|
+
required: false,
|
|
87
|
+
}),
|
|
88
|
+
filter__name: pieces_framework_1.Property.ShortText({
|
|
89
|
+
displayName: 'Filter - Name',
|
|
90
|
+
description: 'Exact charge point name',
|
|
91
|
+
required: false,
|
|
92
|
+
}),
|
|
93
|
+
filter__locationId: pieces_framework_1.Property.ShortText({
|
|
94
|
+
displayName: 'Filter - Location Id',
|
|
95
|
+
description: 'Only list charge points assigned to the location',
|
|
96
|
+
required: false,
|
|
97
|
+
}),
|
|
98
|
+
filter__circuitId: pieces_framework_1.Property.Number({
|
|
99
|
+
displayName: 'Filter - Circuit Id',
|
|
100
|
+
description: 'Only list charge points added to a certain DLM Circuit',
|
|
101
|
+
required: false,
|
|
102
|
+
}),
|
|
103
|
+
filter__chargingZoneId: pieces_framework_1.Property.ShortText({
|
|
104
|
+
displayName: 'Filter - Charging Zone Id',
|
|
105
|
+
description: 'Only list charge point for a given Charging Zone',
|
|
106
|
+
required: false,
|
|
107
|
+
}),
|
|
108
|
+
filter__managedByOperator: pieces_framework_1.Property.ShortText({
|
|
109
|
+
displayName: 'Filter - Managed By Operator',
|
|
110
|
+
description: 'Only list charge points that are managed by operator or not',
|
|
111
|
+
required: false,
|
|
112
|
+
}),
|
|
113
|
+
filter__externalId: pieces_framework_1.Property.ShortText({
|
|
114
|
+
displayName: 'Filter - External Id',
|
|
115
|
+
description: 'Only list charge point, identified by the External ID of the charge point',
|
|
116
|
+
required: false,
|
|
117
|
+
}),
|
|
118
|
+
filter__utilityId: pieces_framework_1.Property.Number({
|
|
119
|
+
displayName: 'Filter - Utility Id',
|
|
120
|
+
description: '',
|
|
121
|
+
required: false,
|
|
122
|
+
}),
|
|
123
|
+
filter__tag: pieces_framework_1.Property.ShortText({
|
|
124
|
+
displayName: 'Filter - Tag',
|
|
125
|
+
description: 'Only list charge points that have the specific tag assigned.',
|
|
126
|
+
required: false,
|
|
127
|
+
}),
|
|
128
|
+
filter__sharingCode: pieces_framework_1.Property.ShortText({
|
|
129
|
+
displayName: 'Filter - Sharing Code',
|
|
130
|
+
description: 'Only list personal charge point with certain sharing code.',
|
|
131
|
+
required: false,
|
|
132
|
+
}),
|
|
133
|
+
filter__lastUpdatedAfter: pieces_framework_1.Property.DateTime({
|
|
134
|
+
displayName: 'Filter - Last Updated After',
|
|
135
|
+
description: 'ISO 8601 formatted date. Lists only the specific resource that was last updated on and after this datetime',
|
|
136
|
+
required: false,
|
|
137
|
+
}),
|
|
138
|
+
filter__lastUpdatedBefore: pieces_framework_1.Property.DateTime({
|
|
139
|
+
displayName: 'Filter - Last Updated Before',
|
|
140
|
+
description: 'ISO 8601 formatted date. Lists only the specific resource that was last updated on and before this datetime',
|
|
141
|
+
required: false,
|
|
142
|
+
}),
|
|
143
|
+
include: pieces_framework_1.Property.StaticMultiSelectDropdown({
|
|
144
|
+
displayName: 'Include',
|
|
145
|
+
description: '',
|
|
146
|
+
required: false,
|
|
147
|
+
options: {
|
|
148
|
+
options: [
|
|
149
|
+
{ label: 'lastBootNotification', value: 'lastBootNotification' },
|
|
150
|
+
{ label: 'chargingProfile', value: 'chargingProfile' },
|
|
151
|
+
{ label: 'smartCharging', value: 'smartCharging' },
|
|
152
|
+
{ label: 'smartChargingPreferences', value: 'smartChargingPreferences' },
|
|
153
|
+
{ label: 'personalSmartChargingPreferences', value: 'personalSmartChargingPreferences' },
|
|
154
|
+
{ label: 'availablePersonalSmartChargingModes', value: 'availablePersonalSmartChargingModes' }
|
|
155
|
+
],
|
|
156
|
+
},
|
|
157
|
+
}),
|
|
158
|
+
per_page: pieces_framework_1.Property.Number({
|
|
159
|
+
displayName: 'Per page',
|
|
160
|
+
description: 'When pagination is enabled: maximum total results across all pages. When pagination is disabled: number of results per API request (max 100).',
|
|
161
|
+
required: false,
|
|
162
|
+
defaultValue: 100,
|
|
163
|
+
}),
|
|
164
|
+
usePagination: pieces_framework_1.Property.Checkbox({
|
|
165
|
+
displayName: 'Paginate Results',
|
|
166
|
+
description: 'Whether to automatically paginate to fetch all results',
|
|
167
|
+
required: false,
|
|
168
|
+
defaultValue: false,
|
|
169
|
+
}),
|
|
170
|
+
},
|
|
171
|
+
run(context) {
|
|
172
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
173
|
+
var _a;
|
|
174
|
+
try {
|
|
175
|
+
const url = (0, utils_1.processPathParameters)('/public-api/resources/charge-points/v2.0', context.propsValue);
|
|
176
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, ['filter', 'include', 'per_page', 'cursor']);
|
|
177
|
+
const body = undefined;
|
|
178
|
+
if (context.propsValue.usePagination) {
|
|
179
|
+
return yield (0, utils_1.paginate)({
|
|
180
|
+
auth: context.auth,
|
|
181
|
+
method: 'GET',
|
|
182
|
+
path: url,
|
|
183
|
+
queryParams,
|
|
184
|
+
body,
|
|
185
|
+
perPage: (_a = context.propsValue.per_page) !== null && _a !== void 0 ? _a : 100,
|
|
186
|
+
dataPath: 'data',
|
|
187
|
+
});
|
|
188
|
+
}
|
|
189
|
+
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.GET, body, queryParams);
|
|
190
|
+
}
|
|
191
|
+
catch (error) {
|
|
192
|
+
(0, utils_1.handleApiError)(error);
|
|
193
|
+
}
|
|
194
|
+
});
|
|
195
|
+
},
|
|
196
|
+
});
|
|
197
|
+
//# sourceMappingURL=charge-points-listing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-points-listing.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/charge-points/charge-points-listing.ts"],"names":[],"mappings":"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"}
|
package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const getChargePointLatestHardwareStatusLogAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
5
|
+
baseApiUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
6
|
+
token: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
7
|
+
}>, {
|
|
8
|
+
chargePoint: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
9
|
+
}>;
|