@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
package/src/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/ampeco/src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const chargePointChangeAvailabilityAction: 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
|
+
evseNetworkId: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
10
|
+
type: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
|
|
11
|
+
}>;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.chargePointChangeAvailabilityAction = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
+
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
7
|
+
const auth_1 = require("../../../common/auth");
|
|
8
|
+
const utils_1 = require("../../../common/utils");
|
|
9
|
+
/**
|
|
10
|
+
* Generated from API version: 3.96.4
|
|
11
|
+
*/
|
|
12
|
+
// Endpoint: POST /public-api/actions/charge-point/v1.0/{chargePoint}/change-availability
|
|
13
|
+
exports.chargePointChangeAvailabilityAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'chargePointChangeAvailability',
|
|
16
|
+
displayName: 'Actions - Charge Point - Change Availability',
|
|
17
|
+
description: 'Change the availability to available or unavailable. A Charge Point is considered unavailable when it does not allow any charging.',
|
|
18
|
+
props: {
|
|
19
|
+
chargePoint: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Charge Point',
|
|
21
|
+
required: true,
|
|
22
|
+
}),
|
|
23
|
+
evseNetworkId: pieces_framework_1.Property.Number({
|
|
24
|
+
displayName: 'Evse Network Id',
|
|
25
|
+
description: 'The id of the connector for which availability needs to change. If missing the availability of the Charge Point and all its connectors needs to change.',
|
|
26
|
+
required: false,
|
|
27
|
+
}),
|
|
28
|
+
type: pieces_framework_1.Property.StaticDropdown({
|
|
29
|
+
displayName: 'Type',
|
|
30
|
+
description: `The type of availability change that the Charge Point should perform\n* \`Inoperative\` Charge point is not available for charging.\n* \`Operative\` Charge point is available for charging.\n`,
|
|
31
|
+
required: true,
|
|
32
|
+
options: {
|
|
33
|
+
options: [
|
|
34
|
+
{ label: 'Inoperative', value: 'Inoperative' },
|
|
35
|
+
{ label: 'Operative', value: 'Operative' }
|
|
36
|
+
],
|
|
37
|
+
},
|
|
38
|
+
}),
|
|
39
|
+
},
|
|
40
|
+
run(context) {
|
|
41
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
42
|
+
try {
|
|
43
|
+
const url = (0, utils_1.processPathParameters)('/public-api/actions/charge-point/v1.0/{chargePoint}/change-availability', context.propsValue);
|
|
44
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
45
|
+
const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['evseNetworkId', 'type']);
|
|
46
|
+
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.POST, body, queryParams);
|
|
47
|
+
}
|
|
48
|
+
catch (error) {
|
|
49
|
+
(0, utils_1.handleApiError)(error);
|
|
50
|
+
}
|
|
51
|
+
});
|
|
52
|
+
},
|
|
53
|
+
});
|
|
54
|
+
//# sourceMappingURL=charge-point-change-availability.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-point-change-availability.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/actions/charge-point/charge-point-change-availability.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAyI;AAEzI;;GAEG;AAGH,yFAAyF;AAE5E,QAAA,mCAAmC,GAAG,IAAA,+BAAY,EAAC;IAC9D,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,+BAA+B;IACrC,WAAW,EAAE,8CAA8C;IAC3D,WAAW,EAAE,oIAAoI;IACjJ,KAAK,EAAE;QAEP,WAAW,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC3B,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,aAAa,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC7B,WAAW,EAAE,iBAAiB;YAC9B,WAAW,EAAE,yJAAyJ;YACtK,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,IAAI,EAAE,2BAAQ,CAAC,cAAc,CAAC;YAC5B,WAAW,EAAE,MAAM;YACnB,WAAW,EAAE,gMAAgM;YAC7M,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,aAAa,EAAE;oBAC9C,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,WAAW,EAAE;iBACzC;aACF;SACF,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,yEAAyE,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAEjI,MAAM,WAAW,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;gBAE/D,MAAM,IAAI,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAChD,CAAC,eAAe,EAAE,MAAM,CAAC,CAC1B,CAAC;gBAGF,OAAO,MAAM,IAAA,yBAAiB,EAC5B,OAAO,CAAC,IAAI,EACZ,GAAG,EACH,0BAAU,CAAC,IAAI,EACf,IAAI,EACJ,WAAW,CACD,CAAC;YAEf,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const chargePointChangeOwnerAction: 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
|
+
userId: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
10
|
+
}>;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.chargePointChangeOwnerAction = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
+
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
7
|
+
const auth_1 = require("../../../common/auth");
|
|
8
|
+
const utils_1 = require("../../../common/utils");
|
|
9
|
+
/**
|
|
10
|
+
* Generated from API version: 3.96.4
|
|
11
|
+
*/
|
|
12
|
+
// Endpoint: POST /public-api/actions/charge-point/v1.0/{chargePoint}/change-owner
|
|
13
|
+
exports.chargePointChangeOwnerAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'chargePointChangeOwner',
|
|
16
|
+
displayName: 'Actions - Charge Point - Change Owner',
|
|
17
|
+
description: 'Change the owner of the Charge Point.',
|
|
18
|
+
props: {
|
|
19
|
+
chargePoint: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Charge Point',
|
|
21
|
+
required: true,
|
|
22
|
+
}),
|
|
23
|
+
userId: pieces_framework_1.Property.Number({
|
|
24
|
+
displayName: 'User ID',
|
|
25
|
+
description: 'This User would become the owner of the personal charge point. If left empty - no Owner would be assigned.',
|
|
26
|
+
required: false,
|
|
27
|
+
}),
|
|
28
|
+
},
|
|
29
|
+
run(context) {
|
|
30
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
31
|
+
try {
|
|
32
|
+
const url = (0, utils_1.processPathParameters)('/public-api/actions/charge-point/v1.0/{chargePoint}/change-owner', context.propsValue);
|
|
33
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
34
|
+
const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['userId']);
|
|
35
|
+
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.POST, body, queryParams);
|
|
36
|
+
}
|
|
37
|
+
catch (error) {
|
|
38
|
+
(0, utils_1.handleApiError)(error);
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
},
|
|
42
|
+
});
|
|
43
|
+
//# sourceMappingURL=charge-point-change-owner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-point-change-owner.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/actions/charge-point/charge-point-change-owner.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAyI;AAEzI;;GAEG;AAEH,kFAAkF;AACrE,QAAA,4BAA4B,GAAG,IAAA,+BAAY,EAAC;IACvD,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EAAE,uCAAuC;IACpD,WAAW,EAAE,uCAAuC;IACpD,KAAK,EAAE;QAEP,WAAW,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC3B,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,MAAM,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACtB,WAAW,EAAE,SAAS;YACtB,WAAW,EAAE,4GAA4G;YACzH,QAAQ,EAAE,KAAK;SAChB,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,kEAAkE,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAE1H,MAAM,WAAW,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;gBAE/D,MAAM,IAAI,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAChD,CAAC,QAAQ,CAAC,CACX,CAAC;gBAGF,OAAO,MAAM,IAAA,yBAAiB,EAC5B,OAAO,CAAC,IAAI,EACZ,GAAG,EACH,0BAAU,CAAC,IAAI,EACf,IAAI,EACJ,WAAW,CACD,CAAC;YAEf,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const chargePointChangeSharingCodeAction: 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
|
+
sharingCode: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
10
|
+
}>;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.chargePointChangeSharingCodeAction = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
+
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
7
|
+
const auth_1 = require("../../../common/auth");
|
|
8
|
+
const utils_1 = require("../../../common/utils");
|
|
9
|
+
/**
|
|
10
|
+
* Generated from API version: 3.96.4
|
|
11
|
+
*/
|
|
12
|
+
// Endpoint: POST /public-api/actions/charge-point/v2.0/{chargePoint}/change-sharing-code
|
|
13
|
+
exports.chargePointChangeSharingCodeAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'chargePointChangeSharingCode',
|
|
16
|
+
displayName: 'Actions - Charge Point - Change Sharing Code',
|
|
17
|
+
description: 'Change sharing code for the Charge Point.',
|
|
18
|
+
props: {
|
|
19
|
+
chargePoint: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Charge Point',
|
|
21
|
+
required: true,
|
|
22
|
+
}),
|
|
23
|
+
sharingCode: pieces_framework_1.Property.ShortText({
|
|
24
|
+
displayName: 'Sharing Code',
|
|
25
|
+
description: 'The sharing code which provides access to the personal charge point for other users aside from the owner. If left empty the current code will be deleted',
|
|
26
|
+
required: false,
|
|
27
|
+
}),
|
|
28
|
+
},
|
|
29
|
+
run(context) {
|
|
30
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
31
|
+
try {
|
|
32
|
+
const url = (0, utils_1.processPathParameters)('/public-api/actions/charge-point/v2.0/{chargePoint}/change-sharing-code', context.propsValue);
|
|
33
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
34
|
+
const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['sharingCode']);
|
|
35
|
+
return (yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.POST, body, queryParams));
|
|
36
|
+
}
|
|
37
|
+
catch (error) {
|
|
38
|
+
(0, utils_1.handleApiError)(error);
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
},
|
|
42
|
+
});
|
|
43
|
+
//# sourceMappingURL=charge-point-change-sharing-code.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-point-change-sharing-code.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAM+B;AAE/B;;GAEG;AAEH,yFAAyF;AAE5E,QAAA,kCAAkC,GAAG,IAAA,+BAAY,EAAC;IAC7D,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,8BAA8B;IACpC,WAAW,EAAE,8CAA8C;IAC3D,WAAW,EAAE,2CAA2C;IACxD,KAAK,EAAE;QACL,WAAW,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC3B,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,WAAW,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC9B,WAAW,EAAE,cAAc;YAC3B,WAAW,EACT,0JAA0J;YAC5J,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAC/B,yEAAyE,EACzE,OAAO,CAAC,UAAU,CACnB,CAAC;gBAEF,MAAM,WAAW,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;gBAE/D,MAAM,IAAI,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC;gBAErE,OAAO,CAAC,MAAM,IAAA,yBAAiB,EAC7B,OAAO,CAAC,IAAI,EACZ,GAAG,EACH,0BAAU,CAAC,IAAI,EACf,IAAI,EACJ,WAAW,CACZ,CAAY,CAAC;YAChB,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const chargePointClearChargingProfileAction: 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
|
+
id: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
10
|
+
evseNetworkId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
11
|
+
chargingProfilePurpose: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
12
|
+
stackLevel: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
13
|
+
}>;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.chargePointClearChargingProfileAction = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
+
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
7
|
+
const auth_1 = require("../../../common/auth");
|
|
8
|
+
const utils_1 = require("../../../common/utils");
|
|
9
|
+
/**
|
|
10
|
+
* Generated from API version: 3.96.4
|
|
11
|
+
*/
|
|
12
|
+
// Endpoint: POST /public-api/actions/charge-point/v1.0/{chargePoint}/clear-charging-profile
|
|
13
|
+
exports.chargePointClearChargingProfileAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'chargePointClearChargingProfile',
|
|
16
|
+
displayName: 'Actions - Charge Point - Clear Charging Profile',
|
|
17
|
+
description: 'If you are not using networkId and not passing other criteria in the body it will clear the charging profile for the charge point (ChargePointMaxProfile).',
|
|
18
|
+
props: {
|
|
19
|
+
chargePoint: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Charge Point',
|
|
21
|
+
required: true,
|
|
22
|
+
}),
|
|
23
|
+
id: pieces_framework_1.Property.Number({
|
|
24
|
+
displayName: 'Id',
|
|
25
|
+
description: 'The ID of the charging profile to clear.',
|
|
26
|
+
required: false,
|
|
27
|
+
}),
|
|
28
|
+
evseNetworkId: pieces_framework_1.Property.ShortText({
|
|
29
|
+
displayName: 'Evse Network Id',
|
|
30
|
+
description: 'Specifies the ID of the connector for which to clear charging profiles. A connectorId of zero (0) specifies the charging profile for the overall Charge Point. Absence of this parameter means the clearing applies to all charging profiles that match the other criteria in the request.',
|
|
31
|
+
required: false,
|
|
32
|
+
}),
|
|
33
|
+
chargingProfilePurpose: pieces_framework_1.Property.ShortText({
|
|
34
|
+
displayName: 'Charging Profile Purpose',
|
|
35
|
+
description: 'Specifies to purpose of the charging profiles that will be cleared, if they meet the other criteria in the request.',
|
|
36
|
+
required: false,
|
|
37
|
+
}),
|
|
38
|
+
stackLevel: pieces_framework_1.Property.Number({
|
|
39
|
+
displayName: 'Stack Level',
|
|
40
|
+
description: 'Specifies the stackLevel for which charging profiles will be cleared, if they meet the other criteria in the request.',
|
|
41
|
+
required: false,
|
|
42
|
+
}),
|
|
43
|
+
},
|
|
44
|
+
run(context) {
|
|
45
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
46
|
+
try {
|
|
47
|
+
const url = (0, utils_1.processPathParameters)('/public-api/actions/charge-point/v1.0/{chargePoint}/clear-charging-profile', context.propsValue);
|
|
48
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
49
|
+
const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['id', 'evseNetworkId', 'chargingProfilePurpose', 'stackLevel']);
|
|
50
|
+
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.POST, body, queryParams);
|
|
51
|
+
}
|
|
52
|
+
catch (error) {
|
|
53
|
+
(0, utils_1.handleApiError)(error);
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
},
|
|
57
|
+
});
|
|
58
|
+
//# sourceMappingURL=charge-point-clear-charging-profile.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-point-clear-charging-profile.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAyI;AAEzI;;GAEG;AAEH,4FAA4F;AAE/E,QAAA,qCAAqC,GAAG,IAAA,+BAAY,EAAC;IAChE,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE,iDAAiD;IAC9D,WAAW,EAAE,4JAA4J;IACzK,KAAK,EAAE;QAEP,WAAW,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC3B,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,EAAE,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAClB,WAAW,EAAE,IAAI;YACjB,WAAW,EAAE,0CAA0C;YACvD,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,aAAa,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAChC,WAAW,EAAE,iBAAiB;YAC9B,WAAW,EAAE,4RAA4R;YACzS,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,sBAAsB,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACzC,WAAW,EAAE,0BAA0B;YACvC,WAAW,EAAE,qHAAqH;YAClI,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,UAAU,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC1B,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,uHAAuH;YACpI,QAAQ,EAAE,KAAK;SAChB,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,4EAA4E,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAEpI,MAAM,WAAW,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;gBAE/D,MAAM,IAAI,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAChD,CAAC,IAAI,EAAE,eAAe,EAAE,wBAAwB,EAAE,YAAY,CAAC,CAChE,CAAC;gBAGF,OAAO,MAAM,IAAA,yBAAiB,EAC5B,OAAO,CAAC,IAAI,EACZ,GAAG,EACH,0BAAU,CAAC,IAAI,EACf,IAAI,EACJ,WAAW,CACD,CAAC;YAEf,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const chargePointDeleteCertificateAction: 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
|
+
certificateType: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
|
|
10
|
+
}>;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.chargePointDeleteCertificateAction = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
+
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
7
|
+
const auth_1 = require("../../../common/auth");
|
|
8
|
+
const utils_1 = require("../../../common/utils");
|
|
9
|
+
/**
|
|
10
|
+
* Generated from API version: 3.96.4
|
|
11
|
+
*/
|
|
12
|
+
// Endpoint: POST /public-api/actions/charge-point/v2.0/{chargePoint}/delete-certificate
|
|
13
|
+
exports.chargePointDeleteCertificateAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'chargePointDeleteCertificate',
|
|
16
|
+
displayName: 'Actions - Charge Point - Delete Certificate',
|
|
17
|
+
description: 'Delete certificate.',
|
|
18
|
+
props: {
|
|
19
|
+
chargePoint: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Charge Point',
|
|
21
|
+
required: true,
|
|
22
|
+
}),
|
|
23
|
+
certificateType: pieces_framework_1.Property.StaticDropdown({
|
|
24
|
+
displayName: 'Certificate Type',
|
|
25
|
+
description: 'Indicates the type of certificate that is to be installed on the CP.',
|
|
26
|
+
required: true,
|
|
27
|
+
options: {
|
|
28
|
+
options: [
|
|
29
|
+
{ label: 'ChargingStationCertificate', value: 'ChargingStationCertificate' },
|
|
30
|
+
{ label: 'V2GCertificate', value: 'V2GCertificate' },
|
|
31
|
+
{ label: 'V2GRootCertificate', value: 'V2GRootCertificate' },
|
|
32
|
+
{ label: 'MORootCertificate', value: 'MORootCertificate' },
|
|
33
|
+
{ label: 'CSMSRootCertificate', value: 'CSMSRootCertificate' },
|
|
34
|
+
{ label: 'ManufacturerRootCertificate', value: 'ManufacturerRootCertificate' },
|
|
35
|
+
{ label: 'V2GCertificateChain', value: 'V2GCertificateChain' }
|
|
36
|
+
],
|
|
37
|
+
},
|
|
38
|
+
}),
|
|
39
|
+
},
|
|
40
|
+
run(context) {
|
|
41
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
42
|
+
try {
|
|
43
|
+
const url = (0, utils_1.processPathParameters)('/public-api/actions/charge-point/v2.0/{chargePoint}/delete-certificate', context.propsValue);
|
|
44
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
45
|
+
const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['certificateType']);
|
|
46
|
+
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.POST, body, queryParams);
|
|
47
|
+
}
|
|
48
|
+
catch (error) {
|
|
49
|
+
(0, utils_1.handleApiError)(error);
|
|
50
|
+
}
|
|
51
|
+
});
|
|
52
|
+
},
|
|
53
|
+
});
|
|
54
|
+
//# sourceMappingURL=charge-point-delete-certificate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-point-delete-certificate.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/actions/charge-point/charge-point-delete-certificate.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAyI;AAEzI;;GAEG;AAEH,wFAAwF;AAE3E,QAAA,kCAAkC,GAAG,IAAA,+BAAY,EAAC;IAC7D,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,8BAA8B;IACpC,WAAW,EAAE,6CAA6C;IAC1D,WAAW,EAAE,qBAAqB;IAClC,KAAK,EAAE;QAEP,WAAW,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC3B,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,eAAe,EAAE,2BAAQ,CAAC,cAAc,CAAC;YACvC,WAAW,EAAE,kBAAkB;YAC/B,WAAW,EAAE,sEAAsE;YACnF,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,4BAA4B,EAAE,KAAK,EAAE,4BAA4B,EAAE;oBAC5E,EAAE,KAAK,EAAE,gBAAgB,EAAE,KAAK,EAAE,gBAAgB,EAAE;oBACpD,EAAE,KAAK,EAAE,oBAAoB,EAAE,KAAK,EAAE,oBAAoB,EAAE;oBAC5D,EAAE,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,mBAAmB,EAAE;oBAC1D,EAAE,KAAK,EAAE,qBAAqB,EAAE,KAAK,EAAE,qBAAqB,EAAE;oBAC9D,EAAE,KAAK,EAAE,6BAA6B,EAAE,KAAK,EAAE,6BAA6B,EAAE;oBAC9E,EAAE,KAAK,EAAE,qBAAqB,EAAE,KAAK,EAAE,qBAAqB,EAAE;iBAC7D;aACF;SACF,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,wEAAwE,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAEhI,MAAM,WAAW,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;gBAE/D,MAAM,IAAI,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAChD,CAAC,iBAAiB,CAAC,CACpB,CAAC;gBAGF,OAAO,MAAM,IAAA,yBAAiB,EAC5B,OAAO,CAAC,IAAI,EACZ,GAAG,EACH,0BAAU,CAAC,IAAI,EACf,IAAI,EACJ,WAAW,CACD,CAAC;YAEf,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const chargePointEvseUnlockAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
5
|
+
baseApiUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
6
|
+
token: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
7
|
+
}>, {
|
|
8
|
+
chargePoint: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
9
|
+
evse: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
10
|
+
}>;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.chargePointEvseUnlockAction = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
+
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
7
|
+
const auth_1 = require("../../../common/auth");
|
|
8
|
+
const utils_1 = require("../../../common/utils");
|
|
9
|
+
/**
|
|
10
|
+
* Generated from API version: 3.96.4
|
|
11
|
+
*/
|
|
12
|
+
// Endpoint: POST /public-api/actions/charge-point/v1.0/{chargePoint}/unlock/{evse}
|
|
13
|
+
exports.chargePointEvseUnlockAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'chargePointEvseUnlock',
|
|
16
|
+
displayName: 'Actions - Charge Point - EVSE Unlock',
|
|
17
|
+
description: 'Unlock an EVSE.',
|
|
18
|
+
props: {
|
|
19
|
+
chargePoint: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Charge Point',
|
|
21
|
+
description: '',
|
|
22
|
+
required: true,
|
|
23
|
+
}),
|
|
24
|
+
evse: pieces_framework_1.Property.Number({
|
|
25
|
+
displayName: 'Evse',
|
|
26
|
+
description: '',
|
|
27
|
+
required: true,
|
|
28
|
+
}),
|
|
29
|
+
},
|
|
30
|
+
run(context) {
|
|
31
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
32
|
+
try {
|
|
33
|
+
const url = (0, utils_1.processPathParameters)('/public-api/actions/charge-point/v1.0/{chargePoint}/unlock/{evse}', context.propsValue);
|
|
34
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
35
|
+
const body = undefined;
|
|
36
|
+
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.POST, body, queryParams);
|
|
37
|
+
}
|
|
38
|
+
catch (error) {
|
|
39
|
+
(0, utils_1.handleApiError)(error);
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
},
|
|
43
|
+
});
|
|
44
|
+
//# sourceMappingURL=charge-point-evse-unlock.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-point-evse-unlock.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/actions/charge-point/charge-point-evse-unlock.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAqH;AAGrH;;GAEG;AAEH,mFAAmF;AAEtE,QAAA,2BAA2B,GAAG,IAAA,+BAAY,EAAC;IACtD,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EAAE,sCAAsC;IACnD,WAAW,EAAE,iBAAiB;IAC9B,KAAK,EAAE;QAEP,WAAW,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC3B,WAAW,EAAE,cAAc;YAC3B,WAAW,EAAE,EAAE;YACf,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,IAAI,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACpB,WAAW,EAAE,MAAM;YACnB,WAAW,EAAE,EAAE;YACf,QAAQ,EAAE,IAAI;SACf,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,mEAAmE,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAE3H,MAAM,WAAW,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;gBAE/D,MAAM,IAAI,GAAG,SAAS,CAAC;gBAGvB,OAAO,MAAM,IAAA,yBAAiB,EAC5B,OAAO,CAAC,IAAI,EACZ,GAAG,EACH,0BAAU,CAAC,IAAI,EACf,IAAI,EACJ,WAAW,CACqB,CAAC;YAErC,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const chargePointGetDiagnosticsAction: 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
|
+
location: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
10
|
+
start: import("@activepieces/pieces-framework").DateTimeProperty<false>;
|
|
11
|
+
stop: import("@activepieces/pieces-framework").DateTimeProperty<false>;
|
|
12
|
+
}>;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.chargePointGetDiagnosticsAction = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
+
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
7
|
+
const auth_1 = require("../../../common/auth");
|
|
8
|
+
const utils_1 = require("../../../common/utils");
|
|
9
|
+
/**
|
|
10
|
+
* Generated from API version: 3.96.4
|
|
11
|
+
*/
|
|
12
|
+
// Endpoint: POST /public-api/actions/charge-point/v1.0/{chargePoint}/get-diagnostics
|
|
13
|
+
exports.chargePointGetDiagnosticsAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'chargePointGetDiagnostics',
|
|
16
|
+
displayName: 'Actions - Charge Point - Get Diagnostics',
|
|
17
|
+
description: 'Request a get diagnostics upload from the charge point.',
|
|
18
|
+
props: {
|
|
19
|
+
chargePoint: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Charge Point',
|
|
21
|
+
required: true,
|
|
22
|
+
}),
|
|
23
|
+
location: pieces_framework_1.Property.ShortText({
|
|
24
|
+
displayName: 'Location',
|
|
25
|
+
description: 'FTP address to upload the diagnostics to',
|
|
26
|
+
required: true,
|
|
27
|
+
}),
|
|
28
|
+
start: pieces_framework_1.Property.DateTime({
|
|
29
|
+
displayName: 'Start',
|
|
30
|
+
description: 'Only get diagnostics that are created after this date-time',
|
|
31
|
+
required: false,
|
|
32
|
+
}),
|
|
33
|
+
stop: pieces_framework_1.Property.DateTime({
|
|
34
|
+
displayName: 'Stop',
|
|
35
|
+
description: 'Only get diagnostics that are created before that date-time',
|
|
36
|
+
required: false,
|
|
37
|
+
}),
|
|
38
|
+
},
|
|
39
|
+
run(context) {
|
|
40
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
41
|
+
try {
|
|
42
|
+
const url = (0, utils_1.processPathParameters)('/public-api/actions/charge-point/v1.0/{chargePoint}/get-diagnostics', context.propsValue);
|
|
43
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
44
|
+
const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['location', 'start', 'stop']);
|
|
45
|
+
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.POST, body, queryParams);
|
|
46
|
+
}
|
|
47
|
+
catch (error) {
|
|
48
|
+
(0, utils_1.handleApiError)(error);
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
},
|
|
52
|
+
});
|
|
53
|
+
//# sourceMappingURL=charge-point-get-diagnostics.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-point-get-diagnostics.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAyI;AAGzI;;GAEG;AAEH,qFAAqF;AAExE,QAAA,+BAA+B,GAAG,IAAA,+BAAY,EAAC;IAC1D,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE,0CAA0C;IACvD,WAAW,EAAE,yDAAyD;IACtE,KAAK,EAAE;QAEP,WAAW,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC3B,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,QAAQ,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC3B,WAAW,EAAE,UAAU;YACvB,WAAW,EAAE,0CAA0C;YACvD,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,KAAK,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACvB,WAAW,EAAE,OAAO;YACpB,WAAW,EAAE,4DAA4D;YACzE,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,IAAI,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACtB,WAAW,EAAE,MAAM;YACnB,WAAW,EAAE,6DAA6D;YAC1E,QAAQ,EAAE,KAAK;SAChB,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,qEAAqE,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAE7H,MAAM,WAAW,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;gBAE/D,MAAM,IAAI,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAChD,CAAC,UAAU,EAAE,OAAO,EAAE,MAAM,CAAC,CAC9B,CAAC;gBAGF,OAAO,MAAM,IAAA,yBAAiB,EAC5B,OAAO,CAAC,IAAI,EACZ,GAAG,EACH,0BAAU,CAAC,IAAI,EACf,IAAI,EACJ,WAAW,CACyB,CAAC;YAEzC,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const chargePointGetInstalledCertificateIdsAction: 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
|
+
certificateType: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
10
|
+
}>;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.chargePointGetInstalledCertificateIdsAction = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
+
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
7
|
+
const auth_1 = require("../../../common/auth");
|
|
8
|
+
const utils_1 = require("../../../common/utils");
|
|
9
|
+
/**
|
|
10
|
+
* Generated from API version: 3.96.4
|
|
11
|
+
*/
|
|
12
|
+
// Endpoint: POST /public-api/actions/charge-point/v2.0/{chargePoint}/sync-certificates
|
|
13
|
+
exports.chargePointGetInstalledCertificateIdsAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'chargePointGetInstalledCertificateIds',
|
|
16
|
+
displayName: 'Actions - Charge Point - Get Installed Certificate Ids',
|
|
17
|
+
description: 'Charge Point / Get Installed Certificate IDs. ',
|
|
18
|
+
props: {
|
|
19
|
+
chargePoint: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Charge Point',
|
|
21
|
+
required: true,
|
|
22
|
+
}),
|
|
23
|
+
certificateType: pieces_framework_1.Property.StaticDropdown({
|
|
24
|
+
displayName: 'Certificate Type',
|
|
25
|
+
description: 'Indicates the type of certificates requested. Default value to be empty - the system should interpret the Null/empty value that all certificate types are requested.',
|
|
26
|
+
required: false,
|
|
27
|
+
options: {
|
|
28
|
+
options: [
|
|
29
|
+
{ label: 'V2GRootCertificate', value: 'V2GRootCertificate' },
|
|
30
|
+
{ label: 'MORootCertificate', value: 'MORootCertificate' },
|
|
31
|
+
{ label: 'CSMSRootCertificate', value: 'CSMSRootCertificate' },
|
|
32
|
+
{ label: 'V2GCertificateChain', value: 'V2GCertificateChain' },
|
|
33
|
+
{ label: 'ManufacturerRootCertificate', value: 'ManufacturerRootCertificate' }
|
|
34
|
+
],
|
|
35
|
+
},
|
|
36
|
+
}),
|
|
37
|
+
},
|
|
38
|
+
run(context) {
|
|
39
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
40
|
+
try {
|
|
41
|
+
const url = (0, utils_1.processPathParameters)('/public-api/actions/charge-point/v2.0/{chargePoint}/sync-certificates', context.propsValue);
|
|
42
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
43
|
+
const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['certificateType']);
|
|
44
|
+
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.POST, body, queryParams);
|
|
45
|
+
}
|
|
46
|
+
catch (error) {
|
|
47
|
+
(0, utils_1.handleApiError)(error);
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
},
|
|
51
|
+
});
|
|
52
|
+
//# sourceMappingURL=charge-point-get-installed-certificate-ids.js.map
|
package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-point-get-installed-certificate-ids.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAyI;AAEzI;;GAEG;AAEH,uFAAuF;AAE1E,QAAA,2CAA2C,GAAG,IAAA,+BAAY,EAAC;IACtE,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,uCAAuC;IAC7C,WAAW,EAAE,wDAAwD;IACrE,WAAW,EAAE,gDAAgD;IAC7D,KAAK,EAAE;QAEP,WAAW,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC3B,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,eAAe,EAAE,2BAAQ,CAAC,cAAc,CAAC;YACvC,WAAW,EAAE,kBAAkB;YAC/B,WAAW,EAAE,sKAAsK;YACnL,QAAQ,EAAE,KAAK;YACf,OAAO,EAAE;gBACP,OAAO,EAAE;oBACT,EAAE,KAAK,EAAE,oBAAoB,EAAE,KAAK,EAAE,oBAAoB,EAAE;oBAC5D,EAAE,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,mBAAmB,EAAE;oBAC1D,EAAE,KAAK,EAAE,qBAAqB,EAAE,KAAK,EAAE,qBAAqB,EAAE;oBAC9D,EAAE,KAAK,EAAE,qBAAqB,EAAE,KAAK,EAAE,qBAAqB,EAAE;oBAC9D,EAAE,KAAK,EAAE,6BAA6B,EAAE,KAAK,EAAE,6BAA6B,EAAE;iBAC7E;aACF;SACF,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,uEAAuE,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAE/H,MAAM,WAAW,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;gBAE/D,MAAM,IAAI,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAChD,CAAC,iBAAiB,CAAC,CACpB,CAAC;gBAGF,OAAO,MAAM,IAAA,yBAAiB,EAC5B,OAAO,CAAC,IAAI,EACZ,GAAG,EACH,0BAAU,CAAC,IAAI,EACf,IAAI,EACJ,WAAW,CACD,CAAC;YAEf,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const chargePointGetSecurityLogAction: 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
|
+
url: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
10
|
+
reason: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
11
|
+
retries: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
12
|
+
interval: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
13
|
+
startTime: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
14
|
+
stopTime: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
15
|
+
}>;
|