@activepieces/piece-ampeco 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +37 -0
- package/package.json +27 -0
- package/src/index.d.ts +9 -0
- package/src/index.js +846 -0
- package/src/index.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-availability.d.ts +11 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-availability.js +54 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-availability.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-owner.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-owner.js +43 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-owner.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.js +43 -0
- package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.d.ts +13 -0
- package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.js +58 -0
- package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.js +54 -0
- package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.js +44 -0
- package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.d.ts +12 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.js +53 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js +52 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-security-log.d.ts +15 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-security-log.js +68 -0
- package/src/lib/actions/actions/charge-point/charge-point-get-security-log.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-install-certificate.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-install-certificate.js +52 -0
- package/src/lib/actions/actions/charge-point/charge-point-install-certificate.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.d.ts +11 -0
- package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.js +46 -0
- package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-reserve.d.ts +12 -0
- package/src/lib/actions/actions/charge-point/charge-point-reserve.js +51 -0
- package/src/lib/actions/actions/charge-point/charge-point-reserve.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.d.ts +9 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.js +38 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset.js +48 -0
- package/src/lib/actions/actions/charge-point/charge-point-reset.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.d.ts +12 -0
- package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.js +54 -0
- package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.d.ts +23 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.js +137 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-configuration.d.ts +14 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-configuration.js +63 -0
- package/src/lib/actions/actions/charge-point/charge-point-set-configuration.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.d.ts +14 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.js +66 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.d.ts +28 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.js +156 -0
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.d.ts +11 -0
- package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.js +53 -0
- package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.js +43 -0
- package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.d.ts +10 -0
- package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.js +60 -0
- package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.js.map +1 -0
- package/src/lib/actions/actions/charge-point/charge-point-update-firmware.d.ts +18 -0
- package/src/lib/actions/actions/charge-point/charge-point-update-firmware.js +95 -0
- package/src/lib/actions/actions/charge-point/charge-point-update-firmware.js.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-attach-charge-point.d.ts +11 -0
- package/src/lib/actions/actions/circuit/circuit-attach-charge-point.js +46 -0
- package/src/lib/actions/actions/circuit/circuit-attach-charge-point.js.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-detach-charge-point.d.ts +10 -0
- package/src/lib/actions/actions/circuit/circuit-detach-charge-point.js +42 -0
- package/src/lib/actions/actions/circuit/circuit-detach-charge-point.js.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.d.ts +12 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.js +50 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.js.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.d.ts +11 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.js +46 -0
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.js.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.d.ts +13 -0
- package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.js +56 -0
- package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.js.map +1 -0
- package/src/lib/actions/actions/circuit/circuit-set-session-priority.d.ts +11 -0
- package/src/lib/actions/actions/circuit/circuit-set-session-priority.js +46 -0
- package/src/lib/actions/actions/circuit/circuit-set-session-priority.js.map +1 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.d.ts +11 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.js +54 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.js.map +1 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.d.ts +9 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.js +38 -0
- package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.js.map +1 -0
- package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.d.ts +13 -0
- package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.js +58 -0
- package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.js.map +1 -0
- package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.d.ts +27 -0
- package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.js +170 -0
- package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.js.map +1 -0
- package/src/lib/actions/actions/evse/evse-trigger-message.d.ts +10 -0
- package/src/lib/actions/actions/evse/evse-trigger-message.js +59 -0
- package/src/lib/actions/actions/evse/evse-trigger-message.js.map +1 -0
- package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.d.ts +11 -0
- package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.js +53 -0
- package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.js.map +1 -0
- package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.d.ts +10 -0
- package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.js +42 -0
- package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.js.map +1 -0
- package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.d.ts +9 -0
- package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.js +38 -0
- package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.js.map +1 -0
- package/src/lib/actions/actions/locations/location-check-booking-availability.d.ts +11 -0
- package/src/lib/actions/actions/locations/location-check-booking-availability.js +48 -0
- package/src/lib/actions/actions/locations/location-check-booking-availability.js.map +1 -0
- package/src/lib/actions/actions/notifications/notifications-resend-failed.d.ts +12 -0
- package/src/lib/actions/actions/notifications/notifications-resend-failed.js +98 -0
- package/src/lib/actions/actions/notifications/notifications-resend-failed.js.map +1 -0
- package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.d.ts +10 -0
- package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.js +48 -0
- package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.js.map +1 -0
- package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.d.ts +10 -0
- package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.js +43 -0
- package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.js.map +1 -0
- package/src/lib/actions/actions/reservation/reservation-cancel.d.ts +11 -0
- package/src/lib/actions/actions/reservation/reservation-cancel.js +54 -0
- package/src/lib/actions/actions/reservation/reservation-cancel.js.map +1 -0
- package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.d.ts +30 -0
- package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.js +353 -0
- package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.js.map +1 -0
- package/src/lib/actions/actions/session/session-assign-to-user.d.ts +10 -0
- package/src/lib/actions/actions/session/session-assign-to-user.js +42 -0
- package/src/lib/actions/actions/session/session-assign-to-user.js.map +1 -0
- package/src/lib/actions/actions/session/session-retry-payment.d.ts +10 -0
- package/src/lib/actions/actions/session/session-retry-payment.js +42 -0
- package/src/lib/actions/actions/session/session-retry-payment.js.map +1 -0
- package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.d.ts +12 -0
- package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.js +53 -0
- package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.js.map +1 -0
- package/src/lib/actions/actions/tariffs/tariff-set-display-information.d.ts +13 -0
- package/src/lib/actions/actions/tariffs/tariff-set-display-information.js +58 -0
- package/src/lib/actions/actions/tariffs/tariff-set-display-information.js.map +1 -0
- package/src/lib/actions/actions/transactions/transaction-issue-invoice.d.ts +22 -0
- package/src/lib/actions/actions/transactions/transaction-issue-invoice.js +351 -0
- package/src/lib/actions/actions/transactions/transaction-issue-invoice.js.map +1 -0
- package/src/lib/actions/actions/transactions/transaction-resend-invoice.d.ts +9 -0
- package/src/lib/actions/actions/transactions/transaction-resend-invoice.js +38 -0
- package/src/lib/actions/actions/transactions/transaction-resend-invoice.js.map +1 -0
- package/src/lib/actions/actions/transactions/transaction-update-payment-reference.d.ts +10 -0
- package/src/lib/actions/actions/transactions/transaction-update-payment-reference.js +43 -0
- package/src/lib/actions/actions/transactions/transaction-update-payment-reference.js.map +1 -0
- package/src/lib/actions/actions/users/user-activate-subscription.d.ts +13 -0
- package/src/lib/actions/actions/users/user-activate-subscription.js +63 -0
- package/src/lib/actions/actions/users/user-activate-subscription.js.map +1 -0
- package/src/lib/actions/actions/users/user-add-balance.d.ts +12 -0
- package/src/lib/actions/actions/users/user-add-balance.js +50 -0
- package/src/lib/actions/actions/users/user-add-balance.js.map +1 -0
- package/src/lib/actions/actions/users/user-apply-custom-fee.d.ts +12 -0
- package/src/lib/actions/actions/users/user-apply-custom-fee.js +52 -0
- package/src/lib/actions/actions/users/user-apply-custom-fee.js.map +1 -0
- package/src/lib/actions/actions/users/user-cancel-subscription.d.ts +10 -0
- package/src/lib/actions/actions/users/user-cancel-subscription.js +43 -0
- package/src/lib/actions/actions/users/user-cancel-subscription.js.map +1 -0
- package/src/lib/actions/actions/users/user-change-status.d.ts +11 -0
- package/src/lib/actions/actions/users/user-change-status.js +53 -0
- package/src/lib/actions/actions/users/user-change-status.js.map +1 -0
- package/src/lib/actions/actions/users/user-clear-subscription-amount-due.d.ts +9 -0
- package/src/lib/actions/actions/users/user-clear-subscription-amount-due.js +38 -0
- package/src/lib/actions/actions/users/user-clear-subscription-amount-due.js.map +1 -0
- package/src/lib/actions/actions/users/user-export-all-private-data.d.ts +9 -0
- package/src/lib/actions/actions/users/user-export-all-private-data.js +38 -0
- package/src/lib/actions/actions/users/user-export-all-private-data.js.map +1 -0
- package/src/lib/actions/actions/users/user-redeem-voucher.d.ts +10 -0
- package/src/lib/actions/actions/users/user-redeem-voucher.js +43 -0
- package/src/lib/actions/actions/users/user-redeem-voucher.js.map +1 -0
- package/src/lib/actions/notifications/notifications/notification-read.d.ts +9 -0
- package/src/lib/actions/notifications/notifications/notification-read.js +38 -0
- package/src/lib/actions/notifications/notifications/notification-read.js.map +1 -0
- package/src/lib/actions/notifications/notifications/notifications-create.d.ts +19 -0
- package/src/lib/actions/notifications/notifications/notifications-create.js +151 -0
- package/src/lib/actions/notifications/notifications/notifications-create.js.map +1 -0
- package/src/lib/actions/notifications/notifications/notifications-listing.d.ts +10 -0
- package/src/lib/actions/notifications/notifications/notifications-listing.js +58 -0
- package/src/lib/actions/notifications/notifications/notifications-listing.js.map +1 -0
- package/src/lib/actions/notifications/notifications/notifications-subscribe.d.ts +18 -0
- package/src/lib/actions/notifications/notifications/notifications-subscribe.js +147 -0
- package/src/lib/actions/notifications/notifications/notifications-subscribe.js.map +1 -0
- package/src/lib/actions/notifications/notifications/notifications-unsubscribe.d.ts +9 -0
- package/src/lib/actions/notifications/notifications/notifications-unsubscribe.js +38 -0
- package/src/lib/actions/notifications/notifications/notifications-unsubscribe.js.map +1 -0
- package/src/lib/actions/resources/authorizations/authorization-read.d.ts +9 -0
- package/src/lib/actions/resources/authorizations/authorization-read.js +38 -0
- package/src/lib/actions/resources/authorizations/authorization-read.js.map +1 -0
- package/src/lib/actions/resources/authorizations/authorizations-listing.d.ts +17 -0
- package/src/lib/actions/resources/authorizations/authorizations-listing.js +93 -0
- package/src/lib/actions/resources/authorizations/authorizations-listing.js.map +1 -0
- package/src/lib/actions/resources/booking-requests/booking-request-create.d.ts +13 -0
- package/src/lib/actions/resources/booking-requests/booking-request-create.js +209 -0
- package/src/lib/actions/resources/booking-requests/booking-request-create.js.map +1 -0
- package/src/lib/actions/resources/booking-requests/booking-request-read.d.ts +9 -0
- package/src/lib/actions/resources/booking-requests/booking-request-read.js +38 -0
- package/src/lib/actions/resources/booking-requests/booking-request-read.js.map +1 -0
- package/src/lib/actions/resources/booking-requests/booking-requests-listing.d.ts +19 -0
- package/src/lib/actions/resources/booking-requests/booking-requests-listing.js +110 -0
- package/src/lib/actions/resources/booking-requests/booking-requests-listing.js.map +1 -0
- package/src/lib/actions/resources/bookings/booking-read.d.ts +10 -0
- package/src/lib/actions/resources/bookings/booking-read.js +48 -0
- package/src/lib/actions/resources/bookings/booking-read.js.map +1 -0
- package/src/lib/actions/resources/bookings/bookings-listing.d.ts +17 -0
- package/src/lib/actions/resources/bookings/bookings-listing.js +107 -0
- package/src/lib/actions/resources/bookings/bookings-listing.js.map +1 -0
- package/src/lib/actions/resources/cdrs/cdr-read.d.ts +10 -0
- package/src/lib/actions/resources/cdrs/cdr-read.js +47 -0
- package/src/lib/actions/resources/cdrs/cdr-read.js.map +1 -0
- package/src/lib/actions/resources/cdrs/cdrs-listing.d.ts +25 -0
- package/src/lib/actions/resources/cdrs/cdrs-listing.js +144 -0
- package/src/lib/actions/resources/cdrs/cdrs-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.d.ts +12 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.js +51 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.js.map +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.d.ts +9 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.js +38 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.js.map +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.d.ts +9 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.js +38 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.js.map +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.d.ts +12 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.js +52 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.js.map +1 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.d.ts +20 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.js +116 -0
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-create.d.ts +12 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-create.js +57 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-create.js.map +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.d.ts +9 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.js +38 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.js.map +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-read.d.ts +9 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-read.js +38 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-read.js.map +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-update.d.ts +13 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-update.js +56 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-model-update.js.map +1 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.d.ts +11 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.js +66 -0
- package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.d.ts +9 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.js +38 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.js.map +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.d.ts +9 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.js +38 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.js.map +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.d.ts +9 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.js +38 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.js.map +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.d.ts +10 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.js +42 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.js.map +1 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.d.ts +10 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.js +58 -0
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-points/chareg-point-share-delete.d.ts +10 -0
- package/src/lib/actions/resources/charge-points/chareg-point-share-delete.js +42 -0
- package/src/lib/actions/resources/charge-points/chareg-point-share-delete.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.d.ts +9 -0
- package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.js +38 -0
- package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-read.d.ts +10 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-read.js +42 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-read.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-update.d.ts +11 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-update.js +47 -0
- package/src/lib/actions/resources/charge-points/charge-point-configuration-update.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.d.ts +13 -0
- package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.js +58 -0
- package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-create.d.ts +47 -0
- package/src/lib/actions/resources/charge-points/charge-point-create.js +396 -0
- package/src/lib/actions/resources/charge-points/charge-point-create.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-delete.d.ts +10 -0
- package/src/lib/actions/resources/charge-points/charge-point-delete.js +52 -0
- package/src/lib/actions/resources/charge-points/charge-point-delete.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.d.ts +13 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.js +97 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.d.ts +11 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.js +46 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.d.ts +11 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.js +46 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.d.ts +14 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.js +101 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.d.ts +10 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.js +42 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-create.d.ts +25 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-create.js +183 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-create.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-delete.d.ts +11 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-delete.js +52 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-delete.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-read.d.ts +11 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-read.js +52 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-read.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-update.d.ts +27 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-update.js +196 -0
- package/src/lib/actions/resources/charge-points/charge-point-evse-update.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-evses-listing.d.ts +12 -0
- package/src/lib/actions/resources/charge-points/charge-point-evses-listing.js +72 -0
- package/src/lib/actions/resources/charge-points/charge-point-evses-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.d.ts +9 -0
- package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.js +38 -0
- package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-read.d.ts +10 -0
- package/src/lib/actions/resources/charge-points/charge-point-read.js +52 -0
- package/src/lib/actions/resources/charge-points/charge-point-read.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-create.d.ts +10 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-create.js +42 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-create.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-read.d.ts +10 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-read.js +42 -0
- package/src/lib/actions/resources/charge-points/charge-point-share-read.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.d.ts +11 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.js +63 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.d.ts +10 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.js +42 -0
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-shares-listing.d.ts +11 -0
- package/src/lib/actions/resources/charge-points/charge-point-shares-listing.js +62 -0
- package/src/lib/actions/resources/charge-points/charge-point-shares-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.d.ts +14 -0
- package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.js +440 -0
- package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-status-read.d.ts +9 -0
- package/src/lib/actions/resources/charge-points/charge-point-status-read.js +38 -0
- package/src/lib/actions/resources/charge-points/charge-point-status-read.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-point-update.d.ts +48 -0
- package/src/lib/actions/resources/charge-points/charge-point-update.js +346 -0
- package/src/lib/actions/resources/charge-points/charge-point-update.js.map +1 -0
- package/src/lib/actions/resources/charge-points/charge-points-listing.d.ts +33 -0
- package/src/lib/actions/resources/charge-points/charge-points-listing.js +197 -0
- package/src/lib/actions/resources/charge-points/charge-points-listing.js.map +1 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.d.ts +9 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.js +38 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.js.map +1 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.d.ts +9 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.js +38 -0
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.js.map +1 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.d.ts +13 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.js +76 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.js.map +1 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.d.ts +13 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.js +72 -0
- package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.js.map +1 -0
- package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.d.ts +14 -0
- package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js +535 -0
- package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.d.ts +11 -0
- package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.js +62 -0
- package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-consumption.d.ts +9 -0
- package/src/lib/actions/resources/circuits/circuit-consumption.js +39 -0
- package/src/lib/actions/resources/circuits/circuit-consumption.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-create.d.ts +26 -0
- package/src/lib/actions/resources/circuits/circuit-create.js +194 -0
- package/src/lib/actions/resources/circuits/circuit-create.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-delete.d.ts +9 -0
- package/src/lib/actions/resources/circuits/circuit-delete.js +39 -0
- package/src/lib/actions/resources/circuits/circuit-delete.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-read.d.ts +10 -0
- package/src/lib/actions/resources/circuits/circuit-read.js +51 -0
- package/src/lib/actions/resources/circuits/circuit-read.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.d.ts +9 -0
- package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.js +38 -0
- package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.d.ts +9 -0
- package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.js +38 -0
- package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-update.d.ts +27 -0
- package/src/lib/actions/resources/circuits/circuit-update.js +196 -0
- package/src/lib/actions/resources/circuits/circuit-update.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.d.ts +11 -0
- package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.js +62 -0
- package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-create.d.ts +12 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-create.js +58 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-create.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-delete.d.ts +10 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-delete.js +42 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-delete.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-read.d.ts +10 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-read.js +42 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-read.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-update.d.ts +13 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-update.js +62 -0
- package/src/lib/actions/resources/circuits/circuit-user-priority-update.js.map +1 -0
- package/src/lib/actions/resources/circuits/circuits-listing.d.ts +11 -0
- package/src/lib/actions/resources/circuits/circuits-listing.js +71 -0
- package/src/lib/actions/resources/circuits/circuits-listing.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.d.ts +14 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.js +129 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.d.ts +10 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.js +42 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.d.ts +11 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.js +62 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.d.ts +15 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.js +133 -0
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/create-configuration-template.d.ts +10 -0
- package/src/lib/actions/resources/configuration-templates/create-configuration-template.js +48 -0
- package/src/lib/actions/resources/configuration-templates/create-configuration-template.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/delete-configuration-template.d.ts +9 -0
- package/src/lib/actions/resources/configuration-templates/delete-configuration-template.js +39 -0
- package/src/lib/actions/resources/configuration-templates/delete-configuration-template.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/get-configuration-template.d.ts +9 -0
- package/src/lib/actions/resources/configuration-templates/get-configuration-template.js +39 -0
- package/src/lib/actions/resources/configuration-templates/get-configuration-template.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/list-configuration-templates.d.ts +11 -0
- package/src/lib/actions/resources/configuration-templates/list-configuration-templates.js +69 -0
- package/src/lib/actions/resources/configuration-templates/list-configuration-templates.js.map +1 -0
- package/src/lib/actions/resources/configuration-templates/update-configuration-template.d.ts +10 -0
- package/src/lib/actions/resources/configuration-templates/update-configuration-template.js +44 -0
- package/src/lib/actions/resources/configuration-templates/update-configuration-template.js.map +1 -0
- package/src/lib/actions/resources/contact-details/contact-details-delete.d.ts +7 -0
- package/src/lib/actions/resources/contact-details/contact-details-delete.js +33 -0
- package/src/lib/actions/resources/contact-details/contact-details-delete.js.map +1 -0
- package/src/lib/actions/resources/contact-details/contact-details-read.d.ts +7 -0
- package/src/lib/actions/resources/contact-details/contact-details-read.js +33 -0
- package/src/lib/actions/resources/contact-details/contact-details-read.js.map +1 -0
- package/src/lib/actions/resources/contact-details/contact-details-update.d.ts +10 -0
- package/src/lib/actions/resources/contact-details/contact-details-update.js +44 -0
- package/src/lib/actions/resources/contact-details/contact-details-update.js.map +1 -0
- package/src/lib/actions/resources/currencies/currencies-listing.d.ts +7 -0
- package/src/lib/actions/resources/currencies/currencies-listing.js +33 -0
- package/src/lib/actions/resources/currencies/currencies-listing.js.map +1 -0
- package/src/lib/actions/resources/currencies/currency-create.d.ts +15 -0
- package/src/lib/actions/resources/currencies/currency-create.js +258 -0
- package/src/lib/actions/resources/currencies/currency-create.js.map +1 -0
- package/src/lib/actions/resources/currencies/currency-read.d.ts +9 -0
- package/src/lib/actions/resources/currencies/currency-read.js +39 -0
- package/src/lib/actions/resources/currencies/currency-read.js.map +1 -0
- package/src/lib/actions/resources/currencies/currency-update.d.ts +16 -0
- package/src/lib/actions/resources/currencies/currency-update.js +263 -0
- package/src/lib/actions/resources/currencies/currency-update.js.map +1 -0
- package/src/lib/actions/resources/currency-rates/create-currency-rate.d.ts +11 -0
- package/src/lib/actions/resources/currency-rates/create-currency-rate.js +49 -0
- package/src/lib/actions/resources/currency-rates/create-currency-rate.js.map +1 -0
- package/src/lib/actions/resources/currency-rates/delete-currency-rate.d.ts +9 -0
- package/src/lib/actions/resources/currency-rates/delete-currency-rate.js +38 -0
- package/src/lib/actions/resources/currency-rates/delete-currency-rate.js.map +1 -0
- package/src/lib/actions/resources/currency-rates/get-currency-rate.d.ts +9 -0
- package/src/lib/actions/resources/currency-rates/get-currency-rate.js +39 -0
- package/src/lib/actions/resources/currency-rates/get-currency-rate.js.map +1 -0
- package/src/lib/actions/resources/currency-rates/list-currency-rates.d.ts +14 -0
- package/src/lib/actions/resources/currency-rates/list-currency-rates.js +78 -0
- package/src/lib/actions/resources/currency-rates/list-currency-rates.js.map +1 -0
- package/src/lib/actions/resources/currency-rates/update-currency-rate.d.ts +10 -0
- package/src/lib/actions/resources/currency-rates/update-currency-rate.js +44 -0
- package/src/lib/actions/resources/currency-rates/update-currency-rate.js.map +1 -0
- package/src/lib/actions/resources/custom-fees/custom-fee-read.d.ts +9 -0
- package/src/lib/actions/resources/custom-fees/custom-fee-read.js +39 -0
- package/src/lib/actions/resources/custom-fees/custom-fee-read.js.map +1 -0
- package/src/lib/actions/resources/custom-fees/custom-fees-listing.d.ts +12 -0
- package/src/lib/actions/resources/custom-fees/custom-fees-listing.js +68 -0
- package/src/lib/actions/resources/custom-fees/custom-fees-listing.js.map +1 -0
- package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.d.ts +9 -0
- package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.js +38 -0
- package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.js.map +1 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.d.ts +9 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.js +39 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.js.map +1 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.d.ts +11 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.js +69 -0
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.js.map +1 -0
- package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.d.ts +11 -0
- package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.js +55 -0
- package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.js.map +1 -0
- package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.d.ts +11 -0
- package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.js +55 -0
- package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.js.map +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-create.d.ts +10 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-create.js +42 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-create.js.map +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.d.ts +9 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.js +38 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.js.map +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-read.d.ts +9 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-read.js +38 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-read.js.map +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-update.d.ts +11 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-update.js +46 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meter-update.js.map +1 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.d.ts +10 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.js +58 -0
- package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-create.d.ts +12 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-create.js +54 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-create.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.d.ts +9 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.js +39 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.d.ts +9 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.js +39 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.d.ts +17 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.js +79 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.d.ts +11 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.js +66 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.d.ts +10 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.js +44 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.d.ts +9 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.js +39 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.d.ts +10 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.js +44 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.d.ts +9 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.js +39 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.d.ts +11 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.js +78 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.d.ts +10 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.js +56 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.d.ts +9 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.js +39 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.d.ts +10 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.js +56 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-read.d.ts +9 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-read.js +39 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-read.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-update.d.ts +13 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-update.js +59 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rate-update.js.map +1 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.d.ts +12 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.js +77 -0
- package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.js.map +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.d.ts +12 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.js +54 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.js.map +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.d.ts +9 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.js +39 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.js.map +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.d.ts +9 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.js +39 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.js.map +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.d.ts +12 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.js +54 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.js.map +1 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.d.ts +21 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.js +125 -0
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.js.map +1 -0
- package/src/lib/actions/resources/evses/evse-create.d.ts +25 -0
- package/src/lib/actions/resources/evses/evse-create.js +184 -0
- package/src/lib/actions/resources/evses/evse-create.js.map +1 -0
- package/src/lib/actions/resources/evses/evse-delete.d.ts +10 -0
- package/src/lib/actions/resources/evses/evse-delete.js +51 -0
- package/src/lib/actions/resources/evses/evse-delete.js.map +1 -0
- package/src/lib/actions/resources/evses/evse-read.d.ts +10 -0
- package/src/lib/actions/resources/evses/evse-read.js +51 -0
- package/src/lib/actions/resources/evses/evse-read.js.map +1 -0
- package/src/lib/actions/resources/evses/evse-update.d.ts +26 -0
- package/src/lib/actions/resources/evses/evse-update.js +196 -0
- package/src/lib/actions/resources/evses/evse-update.js.map +1 -0
- package/src/lib/actions/resources/evses/evses-listing.d.ts +17 -0
- package/src/lib/actions/resources/evses/evses-listing.js +106 -0
- package/src/lib/actions/resources/evses/evses-listing.js.map +1 -0
- package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.d.ts +9 -0
- package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.js +39 -0
- package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.js.map +1 -0
- package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.d.ts +13 -0
- package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.js +73 -0
- package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.js.map +1 -0
- package/src/lib/actions/resources/faqs/faq-create.d.ts +10 -0
- package/src/lib/actions/resources/faqs/faq-create.js +68 -0
- package/src/lib/actions/resources/faqs/faq-create.js.map +1 -0
- package/src/lib/actions/resources/faqs/faq-delete.d.ts +9 -0
- package/src/lib/actions/resources/faqs/faq-delete.js +39 -0
- package/src/lib/actions/resources/faqs/faq-delete.js.map +1 -0
- package/src/lib/actions/resources/faqs/faq-read.d.ts +9 -0
- package/src/lib/actions/resources/faqs/faq-read.js +39 -0
- package/src/lib/actions/resources/faqs/faq-read.js.map +1 -0
- package/src/lib/actions/resources/faqs/faq-update.d.ts +11 -0
- package/src/lib/actions/resources/faqs/faq-update.js +73 -0
- package/src/lib/actions/resources/faqs/faq-update.js.map +1 -0
- package/src/lib/actions/resources/faqs/faqs-listing.d.ts +10 -0
- package/src/lib/actions/resources/faqs/faqs-listing.js +58 -0
- package/src/lib/actions/resources/faqs/faqs-listing.js.map +1 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.d.ts +11 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.js +63 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.js.map +1 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-read.d.ts +10 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-read.js +49 -0
- package/src/lib/actions/resources/firmware-versions/firmware-version-read.js.map +1 -0
- package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.d.ts +14 -0
- package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.js +83 -0
- package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.js.map +1 -0
- package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.d.ts +9 -0
- package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.js +39 -0
- package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.js.map +1 -0
- package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.d.ts +11 -0
- package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.js +63 -0
- package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.js.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.d.ts +15 -0
- package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.js +75 -0
- package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.js.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.d.ts +9 -0
- package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.js +39 -0
- package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.js.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.d.ts +9 -0
- package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.js +39 -0
- package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.js.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.d.ts +13 -0
- package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.js +73 -0
- package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.js.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.d.ts +13 -0
- package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.js +73 -0
- package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.js.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.d.ts +11 -0
- package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.js +63 -0
- package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.js.map +1 -0
- package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.d.ts +11 -0
- package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.js +49 -0
- package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.js.map +1 -0
- package/src/lib/actions/resources/id-tags/id-tag-create.d.ts +18 -0
- package/src/lib/actions/resources/id-tags/id-tag-create.js +103 -0
- package/src/lib/actions/resources/id-tags/id-tag-create.js.map +1 -0
- package/src/lib/actions/resources/id-tags/id-tag-delete.d.ts +9 -0
- package/src/lib/actions/resources/id-tags/id-tag-delete.js +39 -0
- package/src/lib/actions/resources/id-tags/id-tag-delete.js.map +1 -0
- package/src/lib/actions/resources/id-tags/id-tag-read.d.ts +9 -0
- package/src/lib/actions/resources/id-tags/id-tag-read.js +39 -0
- package/src/lib/actions/resources/id-tags/id-tag-read.js.map +1 -0
- package/src/lib/actions/resources/id-tags/id-tag-update.d.ts +19 -0
- package/src/lib/actions/resources/id-tags/id-tag-update.js +108 -0
- package/src/lib/actions/resources/id-tags/id-tag-update.js.map +1 -0
- package/src/lib/actions/resources/id-tags/id-tags-listing.d.ts +19 -0
- package/src/lib/actions/resources/id-tags/id-tags-listing.js +117 -0
- package/src/lib/actions/resources/id-tags/id-tags-listing.js.map +1 -0
- package/src/lib/actions/resources/installer-jobs/create-installer-job.d.ts +12 -0
- package/src/lib/actions/resources/installer-jobs/create-installer-job.js +54 -0
- package/src/lib/actions/resources/installer-jobs/create-installer-job.js.map +1 -0
- package/src/lib/actions/resources/installer-jobs/delete-installer-job.d.ts +9 -0
- package/src/lib/actions/resources/installer-jobs/delete-installer-job.js +39 -0
- package/src/lib/actions/resources/installer-jobs/delete-installer-job.js.map +1 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-job.d.ts +10 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-job.js +49 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-job.js.map +1 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.d.ts +19 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.js +111 -0
- package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.js.map +1 -0
- package/src/lib/actions/resources/installer-jobs/update-installer-job.d.ts +12 -0
- package/src/lib/actions/resources/installer-jobs/update-installer-job.js +53 -0
- package/src/lib/actions/resources/installer-jobs/update-installer-job.js.map +1 -0
- package/src/lib/actions/resources/invoices/invoice-read.d.ts +9 -0
- package/src/lib/actions/resources/invoices/invoice-read.js +39 -0
- package/src/lib/actions/resources/invoices/invoice-read.js.map +1 -0
- package/src/lib/actions/resources/invoices/invoices-listing.d.ts +12 -0
- package/src/lib/actions/resources/invoices/invoices-listing.js +68 -0
- package/src/lib/actions/resources/invoices/invoices-listing.js.map +1 -0
- package/src/lib/actions/resources/locations/location-charging-zone-create.d.ts +14 -0
- package/src/lib/actions/resources/locations/location-charging-zone-create.js +100 -0
- package/src/lib/actions/resources/locations/location-charging-zone-create.js.map +1 -0
- package/src/lib/actions/resources/locations/location-charging-zone-delete.d.ts +10 -0
- package/src/lib/actions/resources/locations/location-charging-zone-delete.js +44 -0
- package/src/lib/actions/resources/locations/location-charging-zone-delete.js.map +1 -0
- package/src/lib/actions/resources/locations/location-charging-zone-read.d.ts +10 -0
- package/src/lib/actions/resources/locations/location-charging-zone-read.js +44 -0
- package/src/lib/actions/resources/locations/location-charging-zone-read.js.map +1 -0
- package/src/lib/actions/resources/locations/location-charging-zone-update.d.ts +15 -0
- package/src/lib/actions/resources/locations/location-charging-zone-update.js +105 -0
- package/src/lib/actions/resources/locations/location-charging-zone-update.js.map +1 -0
- package/src/lib/actions/resources/locations/location-charging-zones-listing.d.ts +11 -0
- package/src/lib/actions/resources/locations/location-charging-zones-listing.js +63 -0
- package/src/lib/actions/resources/locations/location-charging-zones-listing.js.map +1 -0
- package/src/lib/actions/resources/locations/location-create.d.ts +38 -0
- package/src/lib/actions/resources/locations/location-create.js +769 -0
- package/src/lib/actions/resources/locations/location-create.js.map +1 -0
- package/src/lib/actions/resources/locations/location-delete.d.ts +10 -0
- package/src/lib/actions/resources/locations/location-delete.js +52 -0
- package/src/lib/actions/resources/locations/location-delete.js.map +1 -0
- package/src/lib/actions/resources/locations/location-read.d.ts +10 -0
- package/src/lib/actions/resources/locations/location-read.js +52 -0
- package/src/lib/actions/resources/locations/location-read.js.map +1 -0
- package/src/lib/actions/resources/locations/location-update.d.ts +40 -0
- package/src/lib/actions/resources/locations/location-update.js +636 -0
- package/src/lib/actions/resources/locations/location-update.js.map +1 -0
- package/src/lib/actions/resources/locations/locations-listing.d.ts +23 -0
- package/src/lib/actions/resources/locations/locations-listing.js +396 -0
- package/src/lib/actions/resources/locations/locations-listing.js.map +1 -0
- package/src/lib/actions/resources/parking-spaces/create-parking-space.d.ts +15 -0
- package/src/lib/actions/resources/parking-spaces/create-parking-space.js +88 -0
- package/src/lib/actions/resources/parking-spaces/create-parking-space.js.map +1 -0
- package/src/lib/actions/resources/parking-spaces/delete-parking-space.d.ts +9 -0
- package/src/lib/actions/resources/parking-spaces/delete-parking-space.js +39 -0
- package/src/lib/actions/resources/parking-spaces/delete-parking-space.js.map +1 -0
- package/src/lib/actions/resources/parking-spaces/get-parking-space.d.ts +10 -0
- package/src/lib/actions/resources/parking-spaces/get-parking-space.js +49 -0
- package/src/lib/actions/resources/parking-spaces/get-parking-space.js.map +1 -0
- package/src/lib/actions/resources/parking-spaces/list-parking-space.d.ts +13 -0
- package/src/lib/actions/resources/parking-spaces/list-parking-space.js +78 -0
- package/src/lib/actions/resources/parking-spaces/list-parking-space.js.map +1 -0
- package/src/lib/actions/resources/parking-spaces/update-parking-space.d.ts +16 -0
- package/src/lib/actions/resources/parking-spaces/update-parking-space.js +93 -0
- package/src/lib/actions/resources/parking-spaces/update-parking-space.js.map +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-create.d.ts +31 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-create.js +203 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-create.js.map +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-delete.d.ts +9 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-delete.js +39 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-delete.js.map +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-read.d.ts +9 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-read.js +39 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-read.js.map +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-update.d.ts +32 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-update.js +208 -0
- package/src/lib/actions/resources/partner-contracts/partner-contract-update.js.map +1 -0
- package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.d.ts +10 -0
- package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.js +58 -0
- package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.js.map +1 -0
- package/src/lib/actions/resources/partner-expenses/expenses-listing.d.ts +17 -0
- package/src/lib/actions/resources/partner-expenses/expenses-listing.js +107 -0
- package/src/lib/actions/resources/partner-expenses/expenses-listing.js.map +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-create.d.ts +15 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-create.js +93 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-create.js.map +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-delete.d.ts +9 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-delete.js +39 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-delete.js.map +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-read.d.ts +9 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-read.js +39 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-read.js.map +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-update.d.ts +13 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-update.js +77 -0
- package/src/lib/actions/resources/partner-invites/partner-invite-update.js.map +1 -0
- package/src/lib/actions/resources/partner-invites/partner-invites-listing.d.ts +16 -0
- package/src/lib/actions/resources/partner-invites/partner-invites-listing.js +95 -0
- package/src/lib/actions/resources/partner-invites/partner-invites-listing.js.map +1 -0
- package/src/lib/actions/resources/partner-revenues/revenues-listing.d.ts +16 -0
- package/src/lib/actions/resources/partner-revenues/revenues-listing.js +94 -0
- package/src/lib/actions/resources/partner-revenues/revenues-listing.js.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.d.ts +12 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.js +54 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.js.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.d.ts +10 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.js +44 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.js.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.d.ts +13 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.js +59 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.js.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.d.ts +11 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.js +63 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.js.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.d.ts +9 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.js +39 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.js.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.d.ts +13 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.js +73 -0
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.js.map +1 -0
- package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.d.ts +10 -0
- package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.js +44 -0
- package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.js.map +1 -0
- package/src/lib/actions/resources/partners/partner-create.d.ts +48 -0
- package/src/lib/actions/resources/partners/partner-create.js +548 -0
- package/src/lib/actions/resources/partners/partner-create.js.map +1 -0
- package/src/lib/actions/resources/partners/partner-delete.d.ts +9 -0
- package/src/lib/actions/resources/partners/partner-delete.js +39 -0
- package/src/lib/actions/resources/partners/partner-delete.js.map +1 -0
- package/src/lib/actions/resources/partners/partner-read.d.ts +9 -0
- package/src/lib/actions/resources/partners/partner-read.js +39 -0
- package/src/lib/actions/resources/partners/partner-read.js.map +1 -0
- package/src/lib/actions/resources/partners/partner-update.d.ts +48 -0
- package/src/lib/actions/resources/partners/partner-update.js +548 -0
- package/src/lib/actions/resources/partners/partner-update.js.map +1 -0
- package/src/lib/actions/resources/partners/partners-listing.d.ts +13 -0
- package/src/lib/actions/resources/partners/partners-listing.js +327 -0
- package/src/lib/actions/resources/partners/partners-listing.js.map +1 -0
- package/src/lib/actions/resources/payment-terminals/create-payment-terminal.d.ts +13 -0
- package/src/lib/actions/resources/payment-terminals/create-payment-terminal.js +366 -0
- package/src/lib/actions/resources/payment-terminals/create-payment-terminal.js.map +1 -0
- package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.d.ts +9 -0
- package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.js +39 -0
- package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.js.map +1 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminal.d.ts +9 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminal.js +39 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminal.js.map +1 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminals.d.ts +11 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminals.js +63 -0
- package/src/lib/actions/resources/payment-terminals/get-payment-terminals.js.map +1 -0
- package/src/lib/actions/resources/payment-terminals/update-payment-terminal.d.ts +14 -0
- package/src/lib/actions/resources/payment-terminals/update-payment-terminal.js +373 -0
- package/src/lib/actions/resources/payment-terminals/update-payment-terminal.js.map +1 -0
- package/src/lib/actions/resources/provisioning-certificates/create-pc-id.d.ts +13 -0
- package/src/lib/actions/resources/provisioning-certificates/create-pc-id.js +111 -0
- package/src/lib/actions/resources/provisioning-certificates/create-pc-id.js.map +1 -0
- package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.d.ts +9 -0
- package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.js +39 -0
- package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.js.map +1 -0
- package/src/lib/actions/resources/provisioning-certificates/get-pc-id.d.ts +9 -0
- package/src/lib/actions/resources/provisioning-certificates/get-pc-id.js +39 -0
- package/src/lib/actions/resources/provisioning-certificates/get-pc-id.js.map +1 -0
- package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.d.ts +10 -0
- package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.js +58 -0
- package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.js.map +1 -0
- package/src/lib/actions/resources/provisioning-certificates/update-pc-id.d.ts +14 -0
- package/src/lib/actions/resources/provisioning-certificates/update-pc-id.js +116 -0
- package/src/lib/actions/resources/provisioning-certificates/update-pc-id.js.map +1 -0
- package/src/lib/actions/resources/receipts/receipt-read.d.ts +9 -0
- package/src/lib/actions/resources/receipts/receipt-read.js +39 -0
- package/src/lib/actions/resources/receipts/receipt-read.js.map +1 -0
- package/src/lib/actions/resources/receipts/receipts-listing.d.ts +15 -0
- package/src/lib/actions/resources/receipts/receipts-listing.js +90 -0
- package/src/lib/actions/resources/receipts/receipts-listing.js.map +1 -0
- package/src/lib/actions/resources/reservations/reservation-read.d.ts +9 -0
- package/src/lib/actions/resources/reservations/reservation-read.js +39 -0
- package/src/lib/actions/resources/reservations/reservation-read.js.map +1 -0
- package/src/lib/actions/resources/reservations/reservations-listing.d.ts +15 -0
- package/src/lib/actions/resources/reservations/reservations-listing.js +91 -0
- package/src/lib/actions/resources/reservations/reservations-listing.js.map +1 -0
- package/src/lib/actions/resources/roaming-connections/get-roaming-connection.d.ts +9 -0
- package/src/lib/actions/resources/roaming-connections/get-roaming-connection.js +39 -0
- package/src/lib/actions/resources/roaming-connections/get-roaming-connection.js.map +1 -0
- package/src/lib/actions/resources/roaming-connections/list-roaming-connections.d.ts +10 -0
- package/src/lib/actions/resources/roaming-connections/list-roaming-connections.js +58 -0
- package/src/lib/actions/resources/roaming-connections/list-roaming-connections.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.d.ts +16 -0
- package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.js +86 -0
- package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.d.ts +10 -0
- package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.js +44 -0
- package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.d.ts +10 -0
- package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.js +44 -0
- package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.d.ts +14 -0
- package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.js +84 -0
- package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.d.ts +10 -0
- package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.js +56 -0
- package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-read.d.ts +9 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-read.js +39 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-read.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-update.d.ts +19 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-update.js +125 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operator-update.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.d.ts +10 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.js +58 -0
- package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.js.map +1 -0
- package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.d.ts +17 -0
- package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.js +91 -0
- package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.js.map +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-create.d.ts +13 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-create.js +97 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-create.js.map +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.d.ts +9 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.js +39 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.js.map +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-read.d.ts +9 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-read.js +39 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-read.js.map +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-update.d.ts +14 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-update.js +87 -0
- package/src/lib/actions/resources/roaming-providers/roaming-provider-update.js.map +1 -0
- package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.d.ts +13 -0
- package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.js +73 -0
- package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.js.map +1 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.d.ts +9 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.js +39 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.js.map +1 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.d.ts +10 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.js +44 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.js.map +1 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.d.ts +10 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.js +58 -0
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.js.map +1 -0
- package/src/lib/actions/resources/security-events/security-event-read.d.ts +9 -0
- package/src/lib/actions/resources/security-events/security-event-read.js +39 -0
- package/src/lib/actions/resources/security-events/security-event-read.js.map +1 -0
- package/src/lib/actions/resources/security-events/security-events-listing.d.ts +14 -0
- package/src/lib/actions/resources/security-events/security-events-listing.js +89 -0
- package/src/lib/actions/resources/security-events/security-events-listing.js.map +1 -0
- package/src/lib/actions/resources/sessions/session-read.d.ts +16 -0
- package/src/lib/actions/resources/sessions/session-read.js +116 -0
- package/src/lib/actions/resources/sessions/session-read.js.map +1 -0
- package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.d.ts +9 -0
- package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.js +39 -0
- package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.js.map +1 -0
- package/src/lib/actions/resources/sessions/sessions-listing.d.ts +46 -0
- package/src/lib/actions/resources/sessions/sessions-listing.js +376 -0
- package/src/lib/actions/resources/sessions/sessions-listing.js.map +1 -0
- package/src/lib/actions/resources/settings/settings-listing.d.ts +7 -0
- package/src/lib/actions/resources/settings/settings-listing.js +33 -0
- package/src/lib/actions/resources/settings/settings-listing.js.map +1 -0
- package/src/lib/actions/resources/sub-operators/sub-operator-read.d.ts +9 -0
- package/src/lib/actions/resources/sub-operators/sub-operator-read.js +39 -0
- package/src/lib/actions/resources/sub-operators/sub-operator-read.js.map +1 -0
- package/src/lib/actions/resources/sub-operators/sub-operators-listing.d.ts +10 -0
- package/src/lib/actions/resources/sub-operators/sub-operators-listing.js +58 -0
- package/src/lib/actions/resources/sub-operators/sub-operators-listing.js.map +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-create.d.ts +34 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-create.js +763 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-create.js.map +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.d.ts +9 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.js +39 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.js.map +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-read.d.ts +9 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-read.js +39 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-read.js.map +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-update.d.ts +35 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-update.js +762 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plan-update.js.map +1 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.d.ts +10 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.js +58 -0
- package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.js.map +1 -0
- package/src/lib/actions/resources/subscriptions/subscription-read.d.ts +9 -0
- package/src/lib/actions/resources/subscriptions/subscription-read.js +39 -0
- package/src/lib/actions/resources/subscriptions/subscription-read.js.map +1 -0
- package/src/lib/actions/resources/subscriptions/subscriptions-listing.d.ts +15 -0
- package/src/lib/actions/resources/subscriptions/subscriptions-listing.js +92 -0
- package/src/lib/actions/resources/subscriptions/subscriptions-listing.js.map +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-create.d.ts +11 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-create.js +49 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-create.js.map +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-delete.d.ts +9 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-delete.js +39 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-delete.js.map +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-read.d.ts +9 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-read.js +39 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-read.js.map +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-update.d.ts +12 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-update.js +54 -0
- package/src/lib/actions/resources/tariff-groups/tariff-group-update.js.map +1 -0
- package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.d.ts +11 -0
- package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.js +63 -0
- package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.js.map +1 -0
- package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.d.ts +9 -0
- package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.js +39 -0
- package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.js.map +1 -0
- package/src/lib/actions/resources/tariffs/tariff-create.d.ts +86 -0
- package/src/lib/actions/resources/tariffs/tariff-create.js +773 -0
- package/src/lib/actions/resources/tariffs/tariff-create.js.map +1 -0
- package/src/lib/actions/resources/tariffs/tariff-delete.d.ts +9 -0
- package/src/lib/actions/resources/tariffs/tariff-delete.js +39 -0
- package/src/lib/actions/resources/tariffs/tariff-delete.js.map +1 -0
- package/src/lib/actions/resources/tariffs/tariff-read.d.ts +9 -0
- package/src/lib/actions/resources/tariffs/tariff-read.js +39 -0
- package/src/lib/actions/resources/tariffs/tariff-read.js.map +1 -0
- package/src/lib/actions/resources/tariffs/tariff-update.d.ts +87 -0
- package/src/lib/actions/resources/tariffs/tariff-update.js +761 -0
- package/src/lib/actions/resources/tariffs/tariff-update.js.map +1 -0
- package/src/lib/actions/resources/tariffs/tariffs-listing.d.ts +14 -0
- package/src/lib/actions/resources/tariffs/tariffs-listing.js +78 -0
- package/src/lib/actions/resources/tariffs/tariffs-listing.js.map +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.d.ts +9 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.js +39 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.js.map +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.d.ts +9 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.js +39 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.js.map +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.d.ts +9 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.js +39 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.js.map +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.d.ts +10 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.js +44 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.js.map +1 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.d.ts +10 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.js +58 -0
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.js.map +1 -0
- package/src/lib/actions/resources/taxes/tax-create.d.ts +12 -0
- package/src/lib/actions/resources/taxes/tax-create.js +66 -0
- package/src/lib/actions/resources/taxes/tax-create.js.map +1 -0
- package/src/lib/actions/resources/taxes/tax-delete.d.ts +9 -0
- package/src/lib/actions/resources/taxes/tax-delete.js +39 -0
- package/src/lib/actions/resources/taxes/tax-delete.js.map +1 -0
- package/src/lib/actions/resources/taxes/tax-read.d.ts +9 -0
- package/src/lib/actions/resources/taxes/tax-read.js +39 -0
- package/src/lib/actions/resources/taxes/tax-read.js.map +1 -0
- package/src/lib/actions/resources/taxes/tax-update.d.ts +13 -0
- package/src/lib/actions/resources/taxes/tax-update.js +71 -0
- package/src/lib/actions/resources/taxes/tax-update.js.map +1 -0
- package/src/lib/actions/resources/taxes/taxes-listing.d.ts +10 -0
- package/src/lib/actions/resources/taxes/taxes-listing.js +58 -0
- package/src/lib/actions/resources/taxes/taxes-listing.js.map +1 -0
- package/src/lib/actions/resources/templates/templates-listing.d.ts +10 -0
- package/src/lib/actions/resources/templates/templates-listing.js +58 -0
- package/src/lib/actions/resources/templates/templates-listing.js.map +1 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.d.ts +10 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.js +44 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.js.map +1 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.d.ts +9 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.js +39 -0
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.js.map +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packag-create.d.ts +11 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packag-create.js +55 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packag-create.js.map +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-delete.d.ts +9 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-delete.js +39 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-delete.js.map +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-read.d.ts +9 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-read.js +39 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-read.js.map +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-update.d.ts +12 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-update.js +60 -0
- package/src/lib/actions/resources/top-up-packages/top-up-package-update.js.map +1 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.d.ts +11 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.js +63 -0
- package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.js.map +1 -0
- package/src/lib/actions/resources/transactions/transaction-read.d.ts +9 -0
- package/src/lib/actions/resources/transactions/transaction-read.js +39 -0
- package/src/lib/actions/resources/transactions/transaction-read.js.map +1 -0
- package/src/lib/actions/resources/transactions/transaction-update.d.ts +20 -0
- package/src/lib/actions/resources/transactions/transaction-update.js +137 -0
- package/src/lib/actions/resources/transactions/transaction-update.js.map +1 -0
- package/src/lib/actions/resources/transactions/transactions-create.d.ts +21 -0
- package/src/lib/actions/resources/transactions/transactions-create.js +151 -0
- package/src/lib/actions/resources/transactions/transactions-create.js.map +1 -0
- package/src/lib/actions/resources/transactions/transactions-listing.d.ts +26 -0
- package/src/lib/actions/resources/transactions/transactions-listing.js +179 -0
- package/src/lib/actions/resources/transactions/transactions-listing.js.map +1 -0
- package/src/lib/actions/resources/user-groups/user-group-create.d.ts +11 -0
- package/src/lib/actions/resources/user-groups/user-group-create.js +49 -0
- package/src/lib/actions/resources/user-groups/user-group-create.js.map +1 -0
- package/src/lib/actions/resources/user-groups/user-group-delete.d.ts +9 -0
- package/src/lib/actions/resources/user-groups/user-group-delete.js +39 -0
- package/src/lib/actions/resources/user-groups/user-group-delete.js.map +1 -0
- package/src/lib/actions/resources/user-groups/user-group-read.d.ts +9 -0
- package/src/lib/actions/resources/user-groups/user-group-read.js +39 -0
- package/src/lib/actions/resources/user-groups/user-group-read.js.map +1 -0
- package/src/lib/actions/resources/user-groups/user-group-update.d.ts +12 -0
- package/src/lib/actions/resources/user-groups/user-group-update.js +54 -0
- package/src/lib/actions/resources/user-groups/user-group-update.js.map +1 -0
- package/src/lib/actions/resources/user-groups/user-groups-listing.d.ts +12 -0
- package/src/lib/actions/resources/user-groups/user-groups-listing.js +68 -0
- package/src/lib/actions/resources/user-groups/user-groups-listing.js.map +1 -0
- package/src/lib/actions/resources/users/invoice-details-create-or-update.d.ts +14 -0
- package/src/lib/actions/resources/users/invoice-details-create-or-update.js +1394 -0
- package/src/lib/actions/resources/users/invoice-details-create-or-update.js.map +1 -0
- package/src/lib/actions/resources/users/invoice-details-read.d.ts +9 -0
- package/src/lib/actions/resources/users/invoice-details-read.js +39 -0
- package/src/lib/actions/resources/users/invoice-details-read.js.map +1 -0
- package/src/lib/actions/resources/users/payment-method-create.d.ts +12 -0
- package/src/lib/actions/resources/users/payment-method-create.js +65 -0
- package/src/lib/actions/resources/users/payment-method-create.js.map +1 -0
- package/src/lib/actions/resources/users/payment-method-delete.d.ts +10 -0
- package/src/lib/actions/resources/users/payment-method-delete.js +44 -0
- package/src/lib/actions/resources/users/payment-method-delete.js.map +1 -0
- package/src/lib/actions/resources/users/payment-method-read.d.ts +10 -0
- package/src/lib/actions/resources/users/payment-method-read.js +44 -0
- package/src/lib/actions/resources/users/payment-method-read.js.map +1 -0
- package/src/lib/actions/resources/users/payment-method-update.d.ts +11 -0
- package/src/lib/actions/resources/users/payment-method-update.js +55 -0
- package/src/lib/actions/resources/users/payment-method-update.js.map +1 -0
- package/src/lib/actions/resources/users/payment-methods-listing.d.ts +11 -0
- package/src/lib/actions/resources/users/payment-methods-listing.js +63 -0
- package/src/lib/actions/resources/users/payment-methods-listing.js.map +1 -0
- package/src/lib/actions/resources/users/user-create.d.ts +38 -0
- package/src/lib/actions/resources/users/user-create.js +467 -0
- package/src/lib/actions/resources/users/user-create.js.map +1 -0
- package/src/lib/actions/resources/users/user-delete.d.ts +10 -0
- package/src/lib/actions/resources/users/user-delete.js +50 -0
- package/src/lib/actions/resources/users/user-delete.js.map +1 -0
- package/src/lib/actions/resources/users/user-read.d.ts +11 -0
- package/src/lib/actions/resources/users/user-read.js +61 -0
- package/src/lib/actions/resources/users/user-read.js.map +1 -0
- package/src/lib/actions/resources/users/user-update.d.ts +37 -0
- package/src/lib/actions/resources/users/user-update.js +468 -0
- package/src/lib/actions/resources/users/user-update.js.map +1 -0
- package/src/lib/actions/resources/users/users-listing.d.ts +18 -0
- package/src/lib/actions/resources/users/users-listing.js +104 -0
- package/src/lib/actions/resources/users/users-listing.js.map +1 -0
- package/src/lib/actions/resources/utilities/create-utility.d.ts +9 -0
- package/src/lib/actions/resources/utilities/create-utility.js +39 -0
- package/src/lib/actions/resources/utilities/create-utility.js.map +1 -0
- package/src/lib/actions/resources/utilities/delete-utility.d.ts +9 -0
- package/src/lib/actions/resources/utilities/delete-utility.js +39 -0
- package/src/lib/actions/resources/utilities/delete-utility.js.map +1 -0
- package/src/lib/actions/resources/utilities/get-utility.d.ts +9 -0
- package/src/lib/actions/resources/utilities/get-utility.js +39 -0
- package/src/lib/actions/resources/utilities/get-utility.js.map +1 -0
- package/src/lib/actions/resources/utilities/list-utilities.d.ts +10 -0
- package/src/lib/actions/resources/utilities/list-utilities.js +58 -0
- package/src/lib/actions/resources/utilities/list-utilities.js.map +1 -0
- package/src/lib/actions/resources/utilities/update-utility.d.ts +10 -0
- package/src/lib/actions/resources/utilities/update-utility.js +44 -0
- package/src/lib/actions/resources/utilities/update-utility.js.map +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.d.ts +12 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.js +54 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.js.map +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.d.ts +9 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.js +39 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.js.map +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.d.ts +9 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.js +39 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.js.map +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.d.ts +13 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.js +59 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.js.map +1 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.d.ts +10 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.js +58 -0
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.js.map +1 -0
- package/src/lib/actions/resources/vouchers/voucher-create.d.ts +15 -0
- package/src/lib/actions/resources/vouchers/voucher-create.js +92 -0
- package/src/lib/actions/resources/vouchers/voucher-create.js.map +1 -0
- package/src/lib/actions/resources/vouchers/voucher-delete.d.ts +9 -0
- package/src/lib/actions/resources/vouchers/voucher-delete.js +39 -0
- package/src/lib/actions/resources/vouchers/voucher-delete.js.map +1 -0
- package/src/lib/actions/resources/vouchers/voucher-read.d.ts +9 -0
- package/src/lib/actions/resources/vouchers/voucher-read.js +39 -0
- package/src/lib/actions/resources/vouchers/voucher-read.js.map +1 -0
- package/src/lib/actions/resources/vouchers/voucher-update.d.ts +16 -0
- package/src/lib/actions/resources/vouchers/voucher-update.js +103 -0
- package/src/lib/actions/resources/vouchers/voucher-update.js.map +1 -0
- package/src/lib/actions/resources/vouchers/vouchers-listing.d.ts +19 -0
- package/src/lib/actions/resources/vouchers/vouchers-listing.js +120 -0
- package/src/lib/actions/resources/vouchers/vouchers-listing.js.map +1 -0
- package/src/lib/common/auth.d.ts +4 -0
- package/src/lib/common/auth.js +20 -0
- package/src/lib/common/auth.js.map +1 -0
- package/src/lib/common/utils.d.ts +88 -0
- package/src/lib/common/utils.js +405 -0
- package/src/lib/common/utils.js.map +1 -0
- package/src/lib/models/responses.d.ts +9430 -0
- package/src/lib/models/responses.js +3 -0
- package/src/lib/models/responses.js.map +1 -0
- package/src/lib/triggers/webhook.d.ts +20 -0
- package/src/lib/triggers/webhook.js +113 -0
- package/src/lib/triggers/webhook.js.map +1 -0
|
@@ -0,0 +1,353 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.updateCustomTariffFilterTariffAction = 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/roaming-operator/v2.0/{roamingOperator}/custom-tariff-filter/{customTariffFilter}/set-pricing-data
|
|
13
|
+
exports.updateCustomTariffFilterTariffAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'updateCustomTariffFilterTariff',
|
|
16
|
+
displayName: 'Actions - Roaming Operator - Update Custom Tariff Filter Tariff',
|
|
17
|
+
description: 'Set the pricing data for a custom tariff filter. This action will update the underling roaming tariff and create a pricing based on it. The pricing can then be utilized by attaching a markup tariff to the tariff map of the custom tariff filter.',
|
|
18
|
+
props: {
|
|
19
|
+
roamingOperator: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Roaming Operator',
|
|
21
|
+
description: '',
|
|
22
|
+
required: true,
|
|
23
|
+
}),
|
|
24
|
+
customTariffFilter: pieces_framework_1.Property.Number({
|
|
25
|
+
displayName: 'Custom Tariff Filter',
|
|
26
|
+
description: '',
|
|
27
|
+
required: true,
|
|
28
|
+
}),
|
|
29
|
+
country_code: pieces_framework_1.Property.ShortText({
|
|
30
|
+
displayName: 'Country Code',
|
|
31
|
+
description: 'ISO-3166 alpha-2 country code of the CPO that owns this Tariff.',
|
|
32
|
+
required: false,
|
|
33
|
+
}),
|
|
34
|
+
party_id: pieces_framework_1.Property.ShortText({
|
|
35
|
+
displayName: 'Party Id',
|
|
36
|
+
description: 'ID of the CPO that owns this Tariff (following the ISO-15118 standard).',
|
|
37
|
+
required: false,
|
|
38
|
+
}),
|
|
39
|
+
id: pieces_framework_1.Property.ShortText({
|
|
40
|
+
displayName: 'Id',
|
|
41
|
+
description: 'Uniquely identifies the tariff within the CPO\'s platform.',
|
|
42
|
+
required: true,
|
|
43
|
+
}),
|
|
44
|
+
currency: pieces_framework_1.Property.ShortText({
|
|
45
|
+
displayName: 'Currency',
|
|
46
|
+
description: 'ISO 4217 code of the currency of this tariff.',
|
|
47
|
+
required: true,
|
|
48
|
+
}),
|
|
49
|
+
type: pieces_framework_1.Property.StaticDropdown({
|
|
50
|
+
displayName: 'Type',
|
|
51
|
+
description: 'Type of this tariff.',
|
|
52
|
+
required: false,
|
|
53
|
+
options: {
|
|
54
|
+
options: [
|
|
55
|
+
{ label: 'AD_HOC_PAYMENT', value: 'AD_HOC_PAYMENT' },
|
|
56
|
+
{ label: 'PROFILE_CHEAP', value: 'PROFILE_CHEAP' },
|
|
57
|
+
{ label: 'PROFILE_FAST', value: 'PROFILE_FAST' },
|
|
58
|
+
{ label: 'PROFILE_GREEN', value: 'PROFILE_GREEN' },
|
|
59
|
+
{ label: 'REGULAR', value: 'REGULAR' }
|
|
60
|
+
],
|
|
61
|
+
},
|
|
62
|
+
}),
|
|
63
|
+
tariff_alt_text: pieces_framework_1.Property.Array({
|
|
64
|
+
displayName: 'Tariff Alt Text',
|
|
65
|
+
description: 'List of multi-language alternative texts for this tariff.',
|
|
66
|
+
required: false,
|
|
67
|
+
properties: {
|
|
68
|
+
language: pieces_framework_1.Property.ShortText({
|
|
69
|
+
displayName: 'Language',
|
|
70
|
+
description: 'Language Code ISO 639-1.',
|
|
71
|
+
required: true,
|
|
72
|
+
}),
|
|
73
|
+
text: pieces_framework_1.Property.ShortText({
|
|
74
|
+
displayName: 'Text',
|
|
75
|
+
description: 'Alternative tariff text in this language.',
|
|
76
|
+
required: true,
|
|
77
|
+
}),
|
|
78
|
+
},
|
|
79
|
+
}),
|
|
80
|
+
tariff_alt_url: pieces_framework_1.Property.ShortText({
|
|
81
|
+
displayName: 'Tariff Alt Url',
|
|
82
|
+
description: 'URL to a web page that contains an explanation of the tariff information.',
|
|
83
|
+
required: false,
|
|
84
|
+
}),
|
|
85
|
+
min_price__excl_vat: pieces_framework_1.Property.Number({
|
|
86
|
+
displayName: 'Min Price - Excl Vat',
|
|
87
|
+
description: 'Price excluding VAT.',
|
|
88
|
+
required: false,
|
|
89
|
+
}),
|
|
90
|
+
min_price__incl_vat: pieces_framework_1.Property.Number({
|
|
91
|
+
displayName: 'Min Price - Incl Vat',
|
|
92
|
+
description: 'Price including VAT.',
|
|
93
|
+
required: false,
|
|
94
|
+
}),
|
|
95
|
+
max_price__excl_vat: pieces_framework_1.Property.Number({
|
|
96
|
+
displayName: 'Max Price - Excl Vat',
|
|
97
|
+
description: 'Price excluding VAT.',
|
|
98
|
+
required: false,
|
|
99
|
+
}),
|
|
100
|
+
max_price__incl_vat: pieces_framework_1.Property.Number({
|
|
101
|
+
displayName: 'Max Price - Incl Vat',
|
|
102
|
+
description: 'Price including VAT.',
|
|
103
|
+
required: false,
|
|
104
|
+
}),
|
|
105
|
+
elements: pieces_framework_1.Property.Array({
|
|
106
|
+
displayName: 'Elements',
|
|
107
|
+
description: 'List of Tariff Elements.',
|
|
108
|
+
required: true,
|
|
109
|
+
properties: {
|
|
110
|
+
price_components: pieces_framework_1.Property.Json({
|
|
111
|
+
displayName: 'Price Components',
|
|
112
|
+
description: `List of price components that describe the pricing of this tariff element.`,
|
|
113
|
+
required: true,
|
|
114
|
+
defaultValue: {
|
|
115
|
+
"type": "array",
|
|
116
|
+
"minItems": 1,
|
|
117
|
+
"description": "List of price components that describe the pricing of this tariff element.",
|
|
118
|
+
"items": {
|
|
119
|
+
"type": "object",
|
|
120
|
+
"required": [
|
|
121
|
+
"type",
|
|
122
|
+
"price",
|
|
123
|
+
"step_size"
|
|
124
|
+
],
|
|
125
|
+
"properties": {
|
|
126
|
+
"type": {
|
|
127
|
+
"type": "string",
|
|
128
|
+
"enum": [
|
|
129
|
+
"ENERGY",
|
|
130
|
+
"FLAT",
|
|
131
|
+
"PARKING_TIME",
|
|
132
|
+
"TIME"
|
|
133
|
+
],
|
|
134
|
+
"description": "Type of tariff dimension."
|
|
135
|
+
},
|
|
136
|
+
"price": {
|
|
137
|
+
"type": "number",
|
|
138
|
+
"format": "float",
|
|
139
|
+
"minimum": 0,
|
|
140
|
+
"description": "Price per unit (excluding VAT) for this tariff dimension.",
|
|
141
|
+
"example": 0.25
|
|
142
|
+
},
|
|
143
|
+
"vat": {
|
|
144
|
+
"type": "number",
|
|
145
|
+
"format": "float",
|
|
146
|
+
"minimum": 0,
|
|
147
|
+
"maximum": 100,
|
|
148
|
+
"description": "Applicable VAT percentage for this tariff dimension. If omitted, no VAT is applicable.",
|
|
149
|
+
"example": 21
|
|
150
|
+
},
|
|
151
|
+
"step_size": {
|
|
152
|
+
"type": "integer",
|
|
153
|
+
"minimum": 1,
|
|
154
|
+
"description": "Minimum amount to be billed. This unit will be billed in this step_size.",
|
|
155
|
+
"example": 1
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}),
|
|
161
|
+
restrictions__start_time: pieces_framework_1.Property.ShortText({
|
|
162
|
+
displayName: 'Restrictions - Start Time',
|
|
163
|
+
description: 'Start time of day in local time, the time zone is defined in the location.',
|
|
164
|
+
required: false,
|
|
165
|
+
}),
|
|
166
|
+
restrictions__end_time: pieces_framework_1.Property.ShortText({
|
|
167
|
+
displayName: 'Restrictions - End Time',
|
|
168
|
+
description: 'End time of day in local time, the time zone is defined in the location.',
|
|
169
|
+
required: false,
|
|
170
|
+
}),
|
|
171
|
+
restrictions__start_date: pieces_framework_1.Property.DateTime({
|
|
172
|
+
displayName: 'Restrictions - Start Date',
|
|
173
|
+
description: 'Start date in local time, the time zone is defined in the location.',
|
|
174
|
+
required: false,
|
|
175
|
+
}),
|
|
176
|
+
restrictions__end_date: pieces_framework_1.Property.DateTime({
|
|
177
|
+
displayName: 'Restrictions - End Date',
|
|
178
|
+
description: 'End date in local time, the time zone is defined in the location.',
|
|
179
|
+
required: false,
|
|
180
|
+
}),
|
|
181
|
+
restrictions__min_kwh: pieces_framework_1.Property.Number({
|
|
182
|
+
displayName: 'Restrictions - Min Kwh',
|
|
183
|
+
description: 'Minimum consumed energy in kWh.',
|
|
184
|
+
required: false,
|
|
185
|
+
}),
|
|
186
|
+
restrictions__max_kwh: pieces_framework_1.Property.Number({
|
|
187
|
+
displayName: 'Restrictions - Max Kwh',
|
|
188
|
+
description: 'Maximum consumed energy in kWh.',
|
|
189
|
+
required: false,
|
|
190
|
+
}),
|
|
191
|
+
restrictions__min_current: pieces_framework_1.Property.Number({
|
|
192
|
+
displayName: 'Restrictions - Min Current',
|
|
193
|
+
description: 'Sum of the minimum current (in Amperes) over all phases.',
|
|
194
|
+
required: false,
|
|
195
|
+
}),
|
|
196
|
+
restrictions__max_current: pieces_framework_1.Property.Number({
|
|
197
|
+
displayName: 'Restrictions - Max Current',
|
|
198
|
+
description: 'Sum of the maximum current (in Amperes) over all phases.',
|
|
199
|
+
required: false,
|
|
200
|
+
}),
|
|
201
|
+
restrictions__min_power: pieces_framework_1.Property.Number({
|
|
202
|
+
displayName: 'Restrictions - Min Power',
|
|
203
|
+
description: 'Minimum power in kW.',
|
|
204
|
+
required: false,
|
|
205
|
+
}),
|
|
206
|
+
restrictions__max_power: pieces_framework_1.Property.Number({
|
|
207
|
+
displayName: 'Restrictions - Max Power',
|
|
208
|
+
description: 'Maximum power in kW.',
|
|
209
|
+
required: false,
|
|
210
|
+
}),
|
|
211
|
+
restrictions__min_duration: pieces_framework_1.Property.Number({
|
|
212
|
+
displayName: 'Restrictions - Min Duration',
|
|
213
|
+
description: 'Minimum duration in seconds.',
|
|
214
|
+
required: false,
|
|
215
|
+
}),
|
|
216
|
+
restrictions__max_duration: pieces_framework_1.Property.Number({
|
|
217
|
+
displayName: 'Restrictions - Max Duration',
|
|
218
|
+
description: 'Maximum duration in seconds.',
|
|
219
|
+
required: false,
|
|
220
|
+
}),
|
|
221
|
+
restrictions__day_of_week: pieces_framework_1.Property.StaticMultiSelectDropdown({
|
|
222
|
+
displayName: 'Restrictions - Day Of Week',
|
|
223
|
+
description: 'Which day(s) of the week this tariff element is active.',
|
|
224
|
+
required: false,
|
|
225
|
+
options: {
|
|
226
|
+
options: [
|
|
227
|
+
{ label: 'MONDAY', value: 'MONDAY' },
|
|
228
|
+
{ label: 'TUESDAY', value: 'TUESDAY' },
|
|
229
|
+
{ label: 'WEDNESDAY', value: 'WEDNESDAY' },
|
|
230
|
+
{ label: 'THURSDAY', value: 'THURSDAY' },
|
|
231
|
+
{ label: 'FRIDAY', value: 'FRIDAY' },
|
|
232
|
+
{ label: 'SATURDAY', value: 'SATURDAY' },
|
|
233
|
+
{ label: 'SUNDAY', value: 'SUNDAY' }
|
|
234
|
+
],
|
|
235
|
+
},
|
|
236
|
+
}),
|
|
237
|
+
restrictions__reservation: pieces_framework_1.Property.StaticDropdown({
|
|
238
|
+
displayName: 'Restrictions - Reservation',
|
|
239
|
+
description: 'When this restriction is present, the tariff element applies to a reservation.',
|
|
240
|
+
required: false,
|
|
241
|
+
options: {
|
|
242
|
+
options: [
|
|
243
|
+
{ label: 'RESERVATION', value: 'RESERVATION' },
|
|
244
|
+
{ label: 'RESERVATION_EXPIRES', value: 'RESERVATION_EXPIRES' }
|
|
245
|
+
],
|
|
246
|
+
},
|
|
247
|
+
}),
|
|
248
|
+
},
|
|
249
|
+
}),
|
|
250
|
+
start_date_time: pieces_framework_1.Property.DateTime({
|
|
251
|
+
displayName: 'Start Date Time',
|
|
252
|
+
description: 'The time when this tariff becomes active. Format ISO 8601 UTC.',
|
|
253
|
+
required: false,
|
|
254
|
+
}),
|
|
255
|
+
end_date_time: pieces_framework_1.Property.DateTime({
|
|
256
|
+
displayName: 'End Date Time',
|
|
257
|
+
description: 'The time after which this tariff is no longer valid. Format ISO 8601 UTC.',
|
|
258
|
+
required: false,
|
|
259
|
+
}),
|
|
260
|
+
energy_mix__is_green_energy: pieces_framework_1.Property.StaticDropdown({
|
|
261
|
+
displayName: 'Energy Mix - Is Green Energy',
|
|
262
|
+
description: 'True if 100% from regenerative sources.',
|
|
263
|
+
required: false,
|
|
264
|
+
options: {
|
|
265
|
+
options: [
|
|
266
|
+
{ label: 'true', value: 'true' },
|
|
267
|
+
{ label: 'false', value: 'false' }
|
|
268
|
+
],
|
|
269
|
+
},
|
|
270
|
+
}),
|
|
271
|
+
energy_mix__energy_sources: pieces_framework_1.Property.Array({
|
|
272
|
+
displayName: 'Energy Mix - Energy Sources',
|
|
273
|
+
description: 'Energy sources of this energy mix.',
|
|
274
|
+
required: false,
|
|
275
|
+
properties: {
|
|
276
|
+
source: pieces_framework_1.Property.StaticDropdown({
|
|
277
|
+
displayName: 'Source',
|
|
278
|
+
description: 'Type of energy source.',
|
|
279
|
+
required: true,
|
|
280
|
+
options: {
|
|
281
|
+
options: [
|
|
282
|
+
{ label: 'NUCLEAR', value: 'NUCLEAR' },
|
|
283
|
+
{ label: 'GENERAL_FOSSIL', value: 'GENERAL_FOSSIL' },
|
|
284
|
+
{ label: 'COAL', value: 'COAL' },
|
|
285
|
+
{ label: 'GAS', value: 'GAS' },
|
|
286
|
+
{ label: 'GENERAL_GREEN', value: 'GENERAL_GREEN' },
|
|
287
|
+
{ label: 'SOLAR', value: 'SOLAR' },
|
|
288
|
+
{ label: 'WIND', value: 'WIND' },
|
|
289
|
+
{ label: 'WATER', value: 'WATER' }
|
|
290
|
+
],
|
|
291
|
+
},
|
|
292
|
+
}),
|
|
293
|
+
percentage: pieces_framework_1.Property.Number({
|
|
294
|
+
displayName: 'Percentage',
|
|
295
|
+
description: 'Percentage of this source in the mix.',
|
|
296
|
+
required: true,
|
|
297
|
+
}),
|
|
298
|
+
},
|
|
299
|
+
}),
|
|
300
|
+
energy_mix__environ_impact: pieces_framework_1.Property.Array({
|
|
301
|
+
displayName: 'Energy Mix - Environ Impact',
|
|
302
|
+
description: 'Environmental impact of this energy mix.',
|
|
303
|
+
required: false,
|
|
304
|
+
properties: {
|
|
305
|
+
category: pieces_framework_1.Property.StaticDropdown({
|
|
306
|
+
displayName: 'Category',
|
|
307
|
+
description: 'Environmental impact category.',
|
|
308
|
+
required: true,
|
|
309
|
+
options: {
|
|
310
|
+
options: [
|
|
311
|
+
{ label: 'NUCLEAR_WASTE', value: 'NUCLEAR_WASTE' },
|
|
312
|
+
{ label: 'CARBON_DIOXIDE', value: 'CARBON_DIOXIDE' }
|
|
313
|
+
],
|
|
314
|
+
},
|
|
315
|
+
}),
|
|
316
|
+
amount: pieces_framework_1.Property.Number({
|
|
317
|
+
displayName: 'Amount',
|
|
318
|
+
description: 'Amount of this impact in g/kWh.',
|
|
319
|
+
required: true,
|
|
320
|
+
}),
|
|
321
|
+
},
|
|
322
|
+
}),
|
|
323
|
+
energy_mix__supplier_name: pieces_framework_1.Property.ShortText({
|
|
324
|
+
displayName: 'Energy Mix - Supplier Name',
|
|
325
|
+
description: 'Name of the energy supplier.',
|
|
326
|
+
required: false,
|
|
327
|
+
}),
|
|
328
|
+
energy_mix__energy_product_name: pieces_framework_1.Property.ShortText({
|
|
329
|
+
displayName: 'Energy Mix - Energy Product Name',
|
|
330
|
+
description: 'Name of the energy product.',
|
|
331
|
+
required: false,
|
|
332
|
+
}),
|
|
333
|
+
last_updated: pieces_framework_1.Property.DateTime({
|
|
334
|
+
displayName: 'Last Updated',
|
|
335
|
+
description: 'Timestamp when this Tariff was last updated. Format ISO 8601 UTC.',
|
|
336
|
+
required: true,
|
|
337
|
+
}),
|
|
338
|
+
},
|
|
339
|
+
run(context) {
|
|
340
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
341
|
+
try {
|
|
342
|
+
const url = (0, utils_1.processPathParameters)('/public-api/actions/roaming-operator/v2.0/{roamingOperator}/custom-tariff-filter/{customTariffFilter}/set-pricing-data', context.propsValue);
|
|
343
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
344
|
+
const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['country_code', 'party_id', 'id', 'currency', 'type', 'tariff_alt_text', 'tariff_alt_url', 'min_price', 'max_price', 'elements', 'start_date_time', 'end_date_time', 'energy_mix', 'last_updated']);
|
|
345
|
+
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.POST, body, queryParams);
|
|
346
|
+
}
|
|
347
|
+
catch (error) {
|
|
348
|
+
(0, utils_1.handleApiError)(error);
|
|
349
|
+
}
|
|
350
|
+
});
|
|
351
|
+
},
|
|
352
|
+
});
|
|
353
|
+
//# sourceMappingURL=update-custom-tariff-filter-tariff.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-custom-tariff-filter-tariff.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const sessionAssignToUserAction: 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
|
+
session: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
9
|
+
userId: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
10
|
+
}>;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.sessionAssignToUserAction = 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/session/v1.0/{session}/assign-user
|
|
13
|
+
exports.sessionAssignToUserAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'sessionAssignToUser',
|
|
16
|
+
displayName: 'Actions - Session - Assign To User',
|
|
17
|
+
description: 'Assign a user to a session. This action is only applicable to sessions with Completed billing status that have no user associated with them. This operation can be done only once and is not reversible.',
|
|
18
|
+
props: {
|
|
19
|
+
session: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Session',
|
|
21
|
+
required: true,
|
|
22
|
+
}),
|
|
23
|
+
userId: pieces_framework_1.Property.Number({
|
|
24
|
+
displayName: 'User Id',
|
|
25
|
+
required: true,
|
|
26
|
+
}),
|
|
27
|
+
},
|
|
28
|
+
run(context) {
|
|
29
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
30
|
+
try {
|
|
31
|
+
const url = (0, utils_1.processPathParameters)('/public-api/actions/session/v1.0/{session}/assign-user', context.propsValue);
|
|
32
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
33
|
+
const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['userId']);
|
|
34
|
+
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.POST, body, queryParams);
|
|
35
|
+
}
|
|
36
|
+
catch (error) {
|
|
37
|
+
(0, utils_1.handleApiError)(error);
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
},
|
|
41
|
+
});
|
|
42
|
+
//# sourceMappingURL=session-assign-to-user.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"session-assign-to-user.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/actions/session/session-assign-to-user.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAyI;AAEzI;;GAEG;AAEH,wEAAwE;AAE3D,QAAA,yBAAyB,GAAG,IAAA,+BAAY,EAAC;IACpD,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE,oCAAoC;IACjD,WAAW,EAAE,0MAA0M;IACvN,KAAK,EAAE;QAEP,OAAO,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACvB,WAAW,EAAE,SAAS;YACtB,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,MAAM,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACtB,WAAW,EAAE,SAAS;YACtB,QAAQ,EAAE,IAAI;SACf,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,wDAAwD,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAEhH,MAAM,WAAW,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,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 sessionRetryPaymentAction: 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
|
+
session: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
9
|
+
paymentMethodId: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
10
|
+
}>;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.sessionRetryPaymentAction = 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/session/v1.0/{session}/retry-payment
|
|
13
|
+
exports.sessionRetryPaymentAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'sessionRetryPayment',
|
|
16
|
+
displayName: 'Actions - Session - Retry Payment',
|
|
17
|
+
description: 'Retry failed payment for a session.',
|
|
18
|
+
props: {
|
|
19
|
+
session: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Session',
|
|
21
|
+
required: true,
|
|
22
|
+
}),
|
|
23
|
+
paymentMethodId: pieces_framework_1.Property.Number({
|
|
24
|
+
displayName: 'Payment Method Id',
|
|
25
|
+
required: false,
|
|
26
|
+
}),
|
|
27
|
+
},
|
|
28
|
+
run(context) {
|
|
29
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
30
|
+
try {
|
|
31
|
+
const url = (0, utils_1.processPathParameters)('/public-api/actions/session/v1.0/{session}/retry-payment', context.propsValue);
|
|
32
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
33
|
+
const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['paymentMethodId']);
|
|
34
|
+
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.POST, body, queryParams);
|
|
35
|
+
}
|
|
36
|
+
catch (error) {
|
|
37
|
+
(0, utils_1.handleApiError)(error);
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
},
|
|
41
|
+
});
|
|
42
|
+
//# sourceMappingURL=session-retry-payment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"session-retry-payment.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/actions/session/session-retry-payment.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAyI;AAEzI;;GAEG;AAEH,0EAA0E;AAC7D,QAAA,yBAAyB,GAAG,IAAA,+BAAY,EAAC;IACpD,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE,mCAAmC;IAChD,WAAW,EAAE,qCAAqC;IAClD,KAAK,EAAE;QAEP,OAAO,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACvB,WAAW,EAAE,SAAS;YACtB,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,eAAe,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC/B,WAAW,EAAE,mBAAmB;YAChC,QAAQ,EAAE,KAAK;SAChB,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,0DAA0D,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAElH,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,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const subscriptionPlanReplaceAction: 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
|
+
subscriptionPlan: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
9
|
+
planId: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
10
|
+
replaceAt: import("@activepieces/pieces-framework").DateTimeProperty<false>;
|
|
11
|
+
reason: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
12
|
+
}>;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.subscriptionPlanReplaceAction = 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/subscription-plans/v1.0/{subscriptionPlan}/replace
|
|
13
|
+
exports.subscriptionPlanReplaceAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'subscriptionPlanReplace',
|
|
16
|
+
displayName: 'Actions - Subscription Plans - Replace',
|
|
17
|
+
description: 'Replace a subscription plan with another one.',
|
|
18
|
+
props: {
|
|
19
|
+
subscriptionPlan: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Subscription Plan',
|
|
21
|
+
required: true,
|
|
22
|
+
}),
|
|
23
|
+
planId: pieces_framework_1.Property.Number({
|
|
24
|
+
displayName: 'Plan Id',
|
|
25
|
+
description: 'The ID of the subscription plan that replaces the current one. The new Subscription plan will be added to the Subscription plans Restrictions for the Tariffs, where the old plan is present. Also it will be added to all Charge points that require the current Subscription plan.',
|
|
26
|
+
required: true,
|
|
27
|
+
}),
|
|
28
|
+
replaceAt: pieces_framework_1.Property.DateTime({
|
|
29
|
+
displayName: 'Replace At',
|
|
30
|
+
description: 'The date from which the new Subscription Plan replaces the current one. If left empty, it is replaced immediately.',
|
|
31
|
+
required: false,
|
|
32
|
+
}),
|
|
33
|
+
reason: pieces_framework_1.Property.ShortText({
|
|
34
|
+
displayName: 'Reason',
|
|
35
|
+
description: 'Internal note for tracking changes and the reasons for those changes.',
|
|
36
|
+
required: true,
|
|
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/subscription-plans/v1.0/{subscriptionPlan}/replace', context.propsValue);
|
|
43
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
44
|
+
const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['planId', 'replaceAt', 'reason']);
|
|
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=subscription-plan-replace.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscription-plan-replace.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/actions/subscription-plans/subscription-plan-replace.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAyI;AAEzI;;GAEG;AAEH,yFAAyF;AAE5E,QAAA,6BAA6B,GAAG,IAAA,+BAAY,EAAC;IACxD,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE,wCAAwC;IACrD,WAAW,EAAE,+CAA+C;IAC5D,KAAK,EAAE;QAEP,gBAAgB,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAChC,WAAW,EAAE,mBAAmB;YAChC,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,MAAM,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACtB,WAAW,EAAE,SAAS;YACtB,WAAW,EAAE,sRAAsR;YACnS,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,SAAS,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC3B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,oHAAoH;YACjI,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,MAAM,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACzB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,uEAAuE;YACpF,QAAQ,EAAE,IAAI;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,QAAQ,EAAE,WAAW,EAAE,QAAQ,CAAC,CAClC,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,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const tariffSetDisplayInformationAction: 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
|
+
tariff: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
9
|
+
defaultPriceInformation: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
10
|
+
defaultPriceInformationOffline: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
11
|
+
priceInformation: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
12
|
+
totalCostInformation: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
13
|
+
}>;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.tariffSetDisplayInformationAction = 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/tariffs/v2.0/{tariff}/set-tariff-display-information
|
|
13
|
+
exports.tariffSetDisplayInformationAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'tariffSetDisplayInformation',
|
|
16
|
+
displayName: 'Actions - Tariffs - Set Display Information',
|
|
17
|
+
description: 'Apply a Tariff Display Information to tariff.',
|
|
18
|
+
props: {
|
|
19
|
+
tariff: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Tariff',
|
|
21
|
+
required: true,
|
|
22
|
+
}),
|
|
23
|
+
defaultPriceInformation: pieces_framework_1.Property.ShortText({
|
|
24
|
+
displayName: 'Default Price Information',
|
|
25
|
+
description: 'It could be set only for base tariff. The default information that would be shown on the display of the charge point without the user having authorized themselves. The default price information from the base tariff of the first EVSE would be used for the display, when the charge point has more than one EVSE.',
|
|
26
|
+
required: false,
|
|
27
|
+
}),
|
|
28
|
+
defaultPriceInformationOffline: pieces_framework_1.Property.ShortText({
|
|
29
|
+
displayName: 'Default Price Information Offline',
|
|
30
|
+
description: 'It could be set only for base tariff. The information that would be shown on the display of the charge point when offline.',
|
|
31
|
+
required: false,
|
|
32
|
+
}),
|
|
33
|
+
priceInformation: pieces_framework_1.Property.ShortText({
|
|
34
|
+
displayName: 'Price Information',
|
|
35
|
+
description: 'The information that would be shown on the display of the charge point for users that are eligible for this tariff.',
|
|
36
|
+
required: false,
|
|
37
|
+
}),
|
|
38
|
+
totalCostInformation: pieces_framework_1.Property.ShortText({
|
|
39
|
+
displayName: 'Total Cost Information',
|
|
40
|
+
description: 'Additional information that would be displayed on the charge point when the session ends, along with the total fees for energy, duration and idle.',
|
|
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/tariffs/v2.0/{tariff}/set-tariff-display-information', context.propsValue);
|
|
48
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
49
|
+
const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['defaultPriceInformation', 'defaultPriceInformationOffline', 'priceInformation', 'totalCostInformation']);
|
|
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=tariff-set-display-information.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tariff-set-display-information.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/actions/tariffs/tariff-set-display-information.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAyI;AAEzI;;GAEG;AAEH,0FAA0F;AAE7E,QAAA,iCAAiC,GAAG,IAAA,+BAAY,EAAC;IAC5D,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EAAE,6CAA6C;IAC1D,WAAW,EAAE,+CAA+C;IAC5D,KAAK,EAAE;QAEP,MAAM,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACtB,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,IAAI;SACf,CAAC;QAEF,uBAAuB,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC1C,WAAW,EAAE,2BAA2B;YACxC,WAAW,EAAE,uTAAuT;YACpU,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,8BAA8B,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACjD,WAAW,EAAE,mCAAmC;YAChD,WAAW,EAAE,4HAA4H;YACzI,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,gBAAgB,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACnC,WAAW,EAAE,mBAAmB;YAChC,WAAW,EAAE,qHAAqH;YAClI,QAAQ,EAAE,KAAK;SAChB,CAAC;QAEF,oBAAoB,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACvC,WAAW,EAAE,wBAAwB;YACrC,WAAW,EAAE,oJAAoJ;YACjK,QAAQ,EAAE,KAAK;SAChB,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,0EAA0E,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAElI,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,yBAAyB,EAAE,gCAAgC,EAAE,kBAAkB,EAAE,sBAAsB,CAAC,CAC1G,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"}
|