@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 @@
|
|
|
1
|
+
{"version":3,"file":"vouchers-listing.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/vouchers/vouchers-listing.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ampecoAuth = void 0;
|
|
4
|
+
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
5
|
+
exports.ampecoAuth = pieces_framework_1.PieceAuth.CustomAuth({
|
|
6
|
+
description: 'Ampeco Platform',
|
|
7
|
+
required: true,
|
|
8
|
+
props: {
|
|
9
|
+
baseApiUrl: pieces_framework_1.Property.ShortText({
|
|
10
|
+
displayName: 'Base URL',
|
|
11
|
+
required: true,
|
|
12
|
+
}),
|
|
13
|
+
token: pieces_framework_1.PieceAuth.SecretText({
|
|
14
|
+
displayName: 'API Token',
|
|
15
|
+
required: true,
|
|
16
|
+
description: `Navigate to the API Access Tokens menu within your account.Click the Create API Access Token button to initiate the token creation process.`
|
|
17
|
+
}),
|
|
18
|
+
},
|
|
19
|
+
});
|
|
20
|
+
//# sourceMappingURL=auth.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/ampeco/src/lib/common/auth.ts"],"names":[],"mappings":";;;AAAA,qEAAqE;AAExD,QAAA,UAAU,GAAG,4BAAS,CAAC,UAAU,CAAC;IAC3C,WAAW,EAAE,iBAAiB;IAC9B,QAAQ,EAAE,IAAI;IACd,KAAK,EAAE;QACH,UAAU,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC3B,WAAW,EAAE,UAAU;YACvB,QAAQ,EAAE,IAAI;SACjB,CAAC;QACF,KAAK,EAAE,4BAAS,CAAC,UAAU,CAAC;YACxB,WAAW,EAAE,WAAW;YACxB,QAAQ,EAAE,IAAI;YACd,WAAW,EAAC,6IAA6I;SAC5J,CAAC;KACL;CACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { HttpMethod } from '@activepieces/pieces-common';
|
|
2
|
+
import { AppConnectionValueForAuthProperty } from '@activepieces/pieces-framework';
|
|
3
|
+
import { ampecoAuth } from './auth';
|
|
4
|
+
/**
|
|
5
|
+
* Ampeco API Utilities
|
|
6
|
+
* Generated from API version: 3.96.4
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Custom auth type for Ampeco
|
|
10
|
+
*/
|
|
11
|
+
export interface AmpecoAuthType {
|
|
12
|
+
baseApiUrl: string;
|
|
13
|
+
token: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* API Error response interface
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiErrorResponse {
|
|
19
|
+
message?: string;
|
|
20
|
+
error?: string;
|
|
21
|
+
status?: number;
|
|
22
|
+
errors?: Record<string, string[]>;
|
|
23
|
+
[key: string]: unknown;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Make API call to Ampeco API
|
|
27
|
+
* @param auth Authentication object
|
|
28
|
+
* @param path API path or full URL
|
|
29
|
+
* @param method HTTP method
|
|
30
|
+
* @param body Request body
|
|
31
|
+
* @param queryParams Query parameters
|
|
32
|
+
* @returns API response
|
|
33
|
+
*/
|
|
34
|
+
export declare function makeAmpecoApiCall(auth: AppConnectionValueForAuthProperty<typeof ampecoAuth>, path: string, method: HttpMethod, body?: Record<string, unknown>, queryParams?: Record<string, string>): Promise<unknown>;
|
|
35
|
+
/**
|
|
36
|
+
* Process path parameters in URL
|
|
37
|
+
* @param url URL with path parameters
|
|
38
|
+
* @param params Parameters object
|
|
39
|
+
* @returns Processed URL
|
|
40
|
+
*/
|
|
41
|
+
export declare function processPathParameters(url: string, params: Record<string, unknown>): string;
|
|
42
|
+
/**
|
|
43
|
+
* Reconstruct nested objects from flattened property names
|
|
44
|
+
* @param params Parameters object with flattened properties
|
|
45
|
+
* @returns Object with reconstructed nested structure
|
|
46
|
+
*/
|
|
47
|
+
export declare function reconstructNestedObjects(params: Record<string, unknown>): Record<string, unknown>;
|
|
48
|
+
/**
|
|
49
|
+
* Prepare query parameters
|
|
50
|
+
* @param params Parameters object
|
|
51
|
+
* @param includeKeys Keys to include in query parameters (empty array means include all except internal props)
|
|
52
|
+
* @returns Query parameters object
|
|
53
|
+
*/
|
|
54
|
+
export declare function prepareQueryParams(params: Record<string, unknown>, includeKeys?: string[]): Record<string, string>;
|
|
55
|
+
/**
|
|
56
|
+
* Prepare request body from parameters
|
|
57
|
+
* @param params Parameters object
|
|
58
|
+
* @param includeKeys Keys to include in request body (empty array means include all except internal props)
|
|
59
|
+
* @returns Request body object
|
|
60
|
+
*/
|
|
61
|
+
export declare function prepareRequestBody(params: Record<string, unknown>, includeKeys?: string[]): Record<string, unknown>;
|
|
62
|
+
/**
|
|
63
|
+
* Paginate through API results
|
|
64
|
+
* @param options Pagination options
|
|
65
|
+
* @returns Combined results
|
|
66
|
+
*/
|
|
67
|
+
export declare function paginate({ auth, method, path, queryParams, body, perPage, dataPath, }: {
|
|
68
|
+
auth: AppConnectionValueForAuthProperty<typeof ampecoAuth>;
|
|
69
|
+
method: string;
|
|
70
|
+
path: string;
|
|
71
|
+
queryParams?: Record<string, string>;
|
|
72
|
+
body?: Record<string, unknown>;
|
|
73
|
+
perPage?: number;
|
|
74
|
+
dataPath?: string;
|
|
75
|
+
}): Promise<unknown>;
|
|
76
|
+
/**
|
|
77
|
+
* Extract data array from API response
|
|
78
|
+
* @param response API response object
|
|
79
|
+
* @param dataPath Path to data in response
|
|
80
|
+
* @returns Array of data items
|
|
81
|
+
*/
|
|
82
|
+
export declare function extractDataFromResponse(response: Record<string, unknown>, dataPath?: string): unknown[];
|
|
83
|
+
/**
|
|
84
|
+
* Handle API errors consistently
|
|
85
|
+
* @param error Error object from API call
|
|
86
|
+
* @throws Error with formatted error message
|
|
87
|
+
*/
|
|
88
|
+
export declare function handleApiError(error: unknown): never;
|
|
@@ -0,0 +1,405 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.makeAmpecoApiCall = makeAmpecoApiCall;
|
|
4
|
+
exports.processPathParameters = processPathParameters;
|
|
5
|
+
exports.reconstructNestedObjects = reconstructNestedObjects;
|
|
6
|
+
exports.prepareQueryParams = prepareQueryParams;
|
|
7
|
+
exports.prepareRequestBody = prepareRequestBody;
|
|
8
|
+
exports.paginate = paginate;
|
|
9
|
+
exports.extractDataFromResponse = extractDataFromResponse;
|
|
10
|
+
exports.handleApiError = handleApiError;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
13
|
+
const shared_1 = require("@activepieces/shared");
|
|
14
|
+
/**
|
|
15
|
+
* Make API call to Ampeco API
|
|
16
|
+
* @param auth Authentication object
|
|
17
|
+
* @param path API path or full URL
|
|
18
|
+
* @param method HTTP method
|
|
19
|
+
* @param body Request body
|
|
20
|
+
* @param queryParams Query parameters
|
|
21
|
+
* @returns API response
|
|
22
|
+
*/
|
|
23
|
+
function makeAmpecoApiCall(auth, path, method, body, queryParams) {
|
|
24
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
25
|
+
let url;
|
|
26
|
+
// Check if path is already a full URL
|
|
27
|
+
if (path.startsWith('http://') || path.startsWith('https://')) {
|
|
28
|
+
url = path;
|
|
29
|
+
}
|
|
30
|
+
else {
|
|
31
|
+
// Build URL from base URL and path
|
|
32
|
+
const baseUrl = auth.props.baseApiUrl || '';
|
|
33
|
+
const normalizedBaseUrl = baseUrl.endsWith('/')
|
|
34
|
+
? baseUrl.slice(0, -1)
|
|
35
|
+
: baseUrl;
|
|
36
|
+
const normalizedPath = path.startsWith('/') ? path : `/${path}`;
|
|
37
|
+
url = `${normalizedBaseUrl}${normalizedPath}`;
|
|
38
|
+
}
|
|
39
|
+
if (!queryParams) {
|
|
40
|
+
queryParams = {};
|
|
41
|
+
}
|
|
42
|
+
if (!('cursor' in queryParams) && !('page' in queryParams)) {
|
|
43
|
+
queryParams = Object.assign(Object.assign({}, queryParams), { cursor: 'null' });
|
|
44
|
+
}
|
|
45
|
+
const request = {
|
|
46
|
+
method,
|
|
47
|
+
url,
|
|
48
|
+
headers: {
|
|
49
|
+
'Content-Type': 'application/json',
|
|
50
|
+
Authorization: `Bearer ${auth.props.token}`,
|
|
51
|
+
},
|
|
52
|
+
queryParams,
|
|
53
|
+
body,
|
|
54
|
+
};
|
|
55
|
+
const response = yield pieces_common_1.httpClient.sendRequest(request);
|
|
56
|
+
if (response.status < 200 || response.status >= 300) {
|
|
57
|
+
throw new Error(`API call failed with status ${response.status}: ${JSON.stringify(response.body)}`);
|
|
58
|
+
}
|
|
59
|
+
return response.body;
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Process path parameters in URL
|
|
64
|
+
* @param url URL with path parameters
|
|
65
|
+
* @param params Parameters object
|
|
66
|
+
* @returns Processed URL
|
|
67
|
+
*/
|
|
68
|
+
function processPathParameters(url, params) {
|
|
69
|
+
let processedUrl = url;
|
|
70
|
+
// Replace path parameters in URL
|
|
71
|
+
const pathParams = url.match(/\{([^}]+)\}/g);
|
|
72
|
+
if (pathParams) {
|
|
73
|
+
for (const param of pathParams) {
|
|
74
|
+
const paramName = param.slice(1, -1);
|
|
75
|
+
const paramValue = params[paramName];
|
|
76
|
+
if (!(0, shared_1.isNil)(paramValue)) {
|
|
77
|
+
processedUrl = processedUrl.replace(param, encodeURIComponent(String(paramValue)));
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
return processedUrl;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Flatten object to query parameters with proper nesting
|
|
85
|
+
* @param obj Object to flatten
|
|
86
|
+
* @param prefix Prefix for keys
|
|
87
|
+
* @returns Flattened query parameters
|
|
88
|
+
*/
|
|
89
|
+
function flattenToQueryParams(obj, prefix) {
|
|
90
|
+
const result = {};
|
|
91
|
+
for (const [key, value] of Object.entries(obj)) {
|
|
92
|
+
const newKey = `${prefix}[${key}]`;
|
|
93
|
+
if (value === null || value === undefined) {
|
|
94
|
+
continue;
|
|
95
|
+
}
|
|
96
|
+
if (Array.isArray(value)) {
|
|
97
|
+
value.forEach((item, index) => {
|
|
98
|
+
const arrayKey = `${newKey}[${index}]`;
|
|
99
|
+
if (typeof item === 'object' && item !== null) {
|
|
100
|
+
Object.assign(result, flattenToQueryParams(item, arrayKey));
|
|
101
|
+
}
|
|
102
|
+
else {
|
|
103
|
+
result[arrayKey] = String(item);
|
|
104
|
+
}
|
|
105
|
+
});
|
|
106
|
+
}
|
|
107
|
+
else if (typeof value === 'object' && value !== null) {
|
|
108
|
+
Object.assign(result, flattenToQueryParams(value, newKey));
|
|
109
|
+
}
|
|
110
|
+
else {
|
|
111
|
+
result[newKey] = String(value);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
return result;
|
|
115
|
+
}
|
|
116
|
+
function isDeepEmpty(obj) {
|
|
117
|
+
if (obj === null || obj === undefined)
|
|
118
|
+
return true;
|
|
119
|
+
// If it's a primitive or function, it's not empty
|
|
120
|
+
if (typeof obj !== 'object')
|
|
121
|
+
return false;
|
|
122
|
+
// If it's an array, check all items
|
|
123
|
+
if (Array.isArray(obj)) {
|
|
124
|
+
return obj.every(isDeepEmpty);
|
|
125
|
+
}
|
|
126
|
+
// If it's an object, check all keys
|
|
127
|
+
for (const key in obj) {
|
|
128
|
+
if (Object.prototype.hasOwnProperty.call(obj, key)) {
|
|
129
|
+
if (!isDeepEmpty(obj[key])) {
|
|
130
|
+
return false;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
return true;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* Reconstruct nested objects from flattened property names
|
|
138
|
+
* @param params Parameters object with flattened properties
|
|
139
|
+
* @returns Object with reconstructed nested structure
|
|
140
|
+
*/
|
|
141
|
+
function reconstructNestedObjects(params) {
|
|
142
|
+
const result = {};
|
|
143
|
+
for (const [key, value] of Object.entries(params)) {
|
|
144
|
+
if (value === undefined || value === null) {
|
|
145
|
+
continue;
|
|
146
|
+
}
|
|
147
|
+
// Special case for oneOf, anyOf variant fields
|
|
148
|
+
if (key.includes('_VariantType')) {
|
|
149
|
+
continue;
|
|
150
|
+
}
|
|
151
|
+
const parts = key.split('__');
|
|
152
|
+
let current = result;
|
|
153
|
+
for (let i = 0; i < parts.length - 1; i++) {
|
|
154
|
+
const part = parts[i];
|
|
155
|
+
if (current[part] === undefined ||
|
|
156
|
+
typeof current[part] !== 'object' ||
|
|
157
|
+
current[part] === null) {
|
|
158
|
+
current[part] = {};
|
|
159
|
+
}
|
|
160
|
+
current = current[part];
|
|
161
|
+
}
|
|
162
|
+
const lastPart = parts[parts.length - 1];
|
|
163
|
+
let processedValue = value;
|
|
164
|
+
// If the value is an object, recursively process it.
|
|
165
|
+
if (typeof value === 'object' && !Array.isArray(value) && value !== null) {
|
|
166
|
+
processedValue = reconstructNestedObjects(value);
|
|
167
|
+
// If the processed value is an object with a single key that matches `lastPart`,
|
|
168
|
+
// and the value of that key is also an object, we merge them to prevent double nesting.
|
|
169
|
+
const processedKeys = Object.keys(processedValue);
|
|
170
|
+
if (processedKeys.length === 1 && processedKeys[0] === lastPart) {
|
|
171
|
+
const nestedValue = processedValue[lastPart];
|
|
172
|
+
if (typeof nestedValue === 'object' &&
|
|
173
|
+
nestedValue !== null &&
|
|
174
|
+
!Array.isArray(nestedValue)) {
|
|
175
|
+
processedValue = nestedValue;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
// Merge if both existing and new values are objects
|
|
180
|
+
if (typeof current[lastPart] === 'object' &&
|
|
181
|
+
current[lastPart] !== null &&
|
|
182
|
+
typeof processedValue === 'object' &&
|
|
183
|
+
processedValue !== null &&
|
|
184
|
+
!Array.isArray(current[lastPart]) &&
|
|
185
|
+
!Array.isArray(processedValue)) {
|
|
186
|
+
current[lastPart] = Object.assign(Object.assign({}, current[lastPart]), processedValue);
|
|
187
|
+
}
|
|
188
|
+
else {
|
|
189
|
+
current[lastPart] = processedValue;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
return result;
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* Prepare query parameters
|
|
196
|
+
* @param params Parameters object
|
|
197
|
+
* @param includeKeys Keys to include in query parameters (empty array means include all except internal props)
|
|
198
|
+
* @returns Query parameters object
|
|
199
|
+
*/
|
|
200
|
+
function prepareQueryParams(params, includeKeys = []) {
|
|
201
|
+
const queryParams = {};
|
|
202
|
+
const internalProps = ['usePagination', 'auth']; // Always exclude internal props
|
|
203
|
+
// First, reconstruct nested objects from flattened properties
|
|
204
|
+
const reconstructedParams = reconstructNestedObjects(params);
|
|
205
|
+
for (const [key, value] of Object.entries(reconstructedParams)) {
|
|
206
|
+
if (!Object.prototype.hasOwnProperty.call(reconstructedParams, key)) {
|
|
207
|
+
continue;
|
|
208
|
+
}
|
|
209
|
+
if (internalProps.includes(key) || value === undefined || value === null) {
|
|
210
|
+
continue;
|
|
211
|
+
}
|
|
212
|
+
if (Array.isArray(value) && value.length === 0) {
|
|
213
|
+
continue;
|
|
214
|
+
}
|
|
215
|
+
if (includeKeys.length === 0 || !includeKeys.includes(key)) {
|
|
216
|
+
continue;
|
|
217
|
+
}
|
|
218
|
+
if (Array.isArray(value)) {
|
|
219
|
+
value.forEach((item, index) => {
|
|
220
|
+
const arrayKey = `${key}[${index}]`;
|
|
221
|
+
if (typeof item === 'object' && item !== null) {
|
|
222
|
+
Object.assign(queryParams, flattenToQueryParams(item, arrayKey));
|
|
223
|
+
}
|
|
224
|
+
else {
|
|
225
|
+
queryParams[arrayKey] = String(item);
|
|
226
|
+
}
|
|
227
|
+
});
|
|
228
|
+
}
|
|
229
|
+
else if (typeof value === 'object' && value !== null) {
|
|
230
|
+
Object.assign(queryParams, flattenToQueryParams(value, key));
|
|
231
|
+
}
|
|
232
|
+
else {
|
|
233
|
+
queryParams[key] = String(value);
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
return queryParams;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Prepare request body from parameters
|
|
240
|
+
* @param params Parameters object
|
|
241
|
+
* @param includeKeys Keys to include in request body (empty array means include all except internal props)
|
|
242
|
+
* @returns Request body object
|
|
243
|
+
*/
|
|
244
|
+
function prepareRequestBody(params, includeKeys = []) {
|
|
245
|
+
const body = {};
|
|
246
|
+
const internalProps = ['usePagination', 'auth']; // Always exclude internal props
|
|
247
|
+
const reconstructedParams = reconstructNestedObjects(params);
|
|
248
|
+
for (const [key, value] of Object.entries(reconstructedParams)) {
|
|
249
|
+
if (!Object.prototype.hasOwnProperty.call(reconstructedParams, key))
|
|
250
|
+
continue;
|
|
251
|
+
if (internalProps.includes(key) || value === undefined || value === null) {
|
|
252
|
+
continue;
|
|
253
|
+
}
|
|
254
|
+
if (isDeepEmpty(value)) {
|
|
255
|
+
continue;
|
|
256
|
+
}
|
|
257
|
+
// Special case: if key is 'requestBody' and value is an array, add array values directly
|
|
258
|
+
if (key === 'requestBody') {
|
|
259
|
+
for (const [akey, avalue] of Object.entries(value)) {
|
|
260
|
+
if (avalue !== undefined && avalue !== null) {
|
|
261
|
+
body[akey] = avalue;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
continue;
|
|
265
|
+
}
|
|
266
|
+
if (includeKeys.length === 0 || !includeKeys.includes(key)) {
|
|
267
|
+
continue;
|
|
268
|
+
}
|
|
269
|
+
// Include the value as-is (arrays, objects, primitives)
|
|
270
|
+
body[key] = value;
|
|
271
|
+
}
|
|
272
|
+
return body;
|
|
273
|
+
}
|
|
274
|
+
/**
|
|
275
|
+
* Paginate through API results
|
|
276
|
+
* @param options Pagination options
|
|
277
|
+
* @returns Combined results
|
|
278
|
+
*/
|
|
279
|
+
function paginate(_a) {
|
|
280
|
+
return tslib_1.__awaiter(this, arguments, void 0, function* ({ auth, method, path, queryParams = {}, body, perPage = 100, dataPath = 'data', }) {
|
|
281
|
+
try {
|
|
282
|
+
return yield paginateWithCursor({
|
|
283
|
+
auth,
|
|
284
|
+
method,
|
|
285
|
+
path,
|
|
286
|
+
queryParams,
|
|
287
|
+
body,
|
|
288
|
+
perPage,
|
|
289
|
+
dataPath,
|
|
290
|
+
});
|
|
291
|
+
}
|
|
292
|
+
catch (error) {
|
|
293
|
+
throw new Error(`Pagination failed: ${error instanceof Error ? error.message : String(error)}`);
|
|
294
|
+
}
|
|
295
|
+
});
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* Paginate through Ampeco API results using cursor-based pagination
|
|
299
|
+
* @param options Pagination options
|
|
300
|
+
* @returns Combined results
|
|
301
|
+
*/
|
|
302
|
+
function paginateWithCursor(_a) {
|
|
303
|
+
return tslib_1.__awaiter(this, arguments, void 0, function* ({ auth, method, path, queryParams = {}, body, perPage = 100, dataPath = 'data', }) {
|
|
304
|
+
var _b;
|
|
305
|
+
const aggregatedResults = [];
|
|
306
|
+
const pageSize = Math.min(100, perPage); // Ampeco API has a max page size of 100
|
|
307
|
+
// Initial API call setup
|
|
308
|
+
let nextPageUrl = path;
|
|
309
|
+
let requestQueryParams = Object.assign(Object.assign({}, queryParams), { per_page: String(pageSize), cursor: 'null' });
|
|
310
|
+
let firstResponse = null;
|
|
311
|
+
while (nextPageUrl && aggregatedResults.length < perPage) {
|
|
312
|
+
const response = yield makeAmpecoApiCall(auth, nextPageUrl, method, body, requestQueryParams);
|
|
313
|
+
if (firstResponse === null) {
|
|
314
|
+
firstResponse = response;
|
|
315
|
+
}
|
|
316
|
+
const data = extractDataFromResponse(response, dataPath);
|
|
317
|
+
if (data.length === 0) {
|
|
318
|
+
break; // No more data to fetch
|
|
319
|
+
}
|
|
320
|
+
aggregatedResults.push(...data);
|
|
321
|
+
// Determine the URL for the next page from the 'links.next' property
|
|
322
|
+
const links = response === null || response === void 0 ? void 0 : response['links'];
|
|
323
|
+
nextPageUrl = (_b = links === null || links === void 0 ? void 0 : links['next']) !== null && _b !== void 0 ? _b : null;
|
|
324
|
+
// For subsequent requests, the full URL is in `nextPageUrl`, so we don't need to pass query params separately.
|
|
325
|
+
if (nextPageUrl) {
|
|
326
|
+
requestQueryParams = {};
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
// If no API call was successful, we can't determine the response structure.
|
|
330
|
+
// Returning a default object structure is a safe fallback.
|
|
331
|
+
if (firstResponse === null) {
|
|
332
|
+
return { [dataPath]: [] };
|
|
333
|
+
}
|
|
334
|
+
// Reconstruct the final response object with the aggregated data, preserving the original structure.
|
|
335
|
+
const paginatedData = aggregatedResults.slice(0, perPage);
|
|
336
|
+
if (Array.isArray(firstResponse)) {
|
|
337
|
+
return paginatedData;
|
|
338
|
+
}
|
|
339
|
+
if (typeof firstResponse === 'object') {
|
|
340
|
+
const finalResponse = Object.assign({}, firstResponse);
|
|
341
|
+
finalResponse[dataPath] = paginatedData;
|
|
342
|
+
// Nullify the 'next' link in the final response as we've fetched all pages.
|
|
343
|
+
if (finalResponse['links'] && typeof finalResponse['links'] === 'object') {
|
|
344
|
+
finalResponse['links']['next'] = null;
|
|
345
|
+
}
|
|
346
|
+
return finalResponse;
|
|
347
|
+
}
|
|
348
|
+
// Fallback for unexpected response types (e.g., string, number).
|
|
349
|
+
return paginatedData;
|
|
350
|
+
});
|
|
351
|
+
}
|
|
352
|
+
/**
|
|
353
|
+
* Extract data array from API response
|
|
354
|
+
* @param response API response object
|
|
355
|
+
* @param dataPath Path to data in response
|
|
356
|
+
* @returns Array of data items
|
|
357
|
+
*/
|
|
358
|
+
function extractDataFromResponse(response, dataPath = 'data') {
|
|
359
|
+
// Try to get data from the specified path
|
|
360
|
+
if (response && typeof response === 'object' && dataPath in response) {
|
|
361
|
+
const data = response[dataPath];
|
|
362
|
+
if (Array.isArray(data)) {
|
|
363
|
+
return data;
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
// If response itself is an array, return it
|
|
367
|
+
if (Array.isArray(response)) {
|
|
368
|
+
return response;
|
|
369
|
+
}
|
|
370
|
+
throw new Error(`Could not find array data at '${dataPath}' in API response`);
|
|
371
|
+
}
|
|
372
|
+
/**
|
|
373
|
+
* Handle API errors consistently
|
|
374
|
+
* @param error Error object from API call
|
|
375
|
+
* @throws Error with formatted error message
|
|
376
|
+
*/
|
|
377
|
+
function handleApiError(error) {
|
|
378
|
+
var _a, _b, _c;
|
|
379
|
+
// Handle HTTP errors with response
|
|
380
|
+
if (typeof error === 'object' &&
|
|
381
|
+
error !== null &&
|
|
382
|
+
'response' in error &&
|
|
383
|
+
error.response !== undefined) {
|
|
384
|
+
const httpError = error;
|
|
385
|
+
const statusCode = (_a = httpError.response) === null || _a === void 0 ? void 0 : _a.status;
|
|
386
|
+
const errorData = ((_b = httpError.response) === null || _b === void 0 ? void 0 : _b.data) || ((_c = httpError.response) === null || _c === void 0 ? void 0 : _c.body) || {};
|
|
387
|
+
throw new Error(`API call failed (Status ${statusCode}): ${errorData.message ||
|
|
388
|
+
errorData.error ||
|
|
389
|
+
JSON.stringify(errorData) ||
|
|
390
|
+
'Unknown error'}`);
|
|
391
|
+
}
|
|
392
|
+
// Handle network errors (no response received)
|
|
393
|
+
else if (typeof error === 'object' &&
|
|
394
|
+
error !== null &&
|
|
395
|
+
'request' in error &&
|
|
396
|
+
error.request !== undefined) {
|
|
397
|
+
throw new Error(`Network Error: No response received from API`);
|
|
398
|
+
}
|
|
399
|
+
// Handle all other errors
|
|
400
|
+
else {
|
|
401
|
+
const errorMessage = error instanceof Error ? error.message : String(error);
|
|
402
|
+
throw new Error(`Error: ${errorMessage || 'Unknown error occurred'}`);
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
//# sourceMappingURL=utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/ampeco/src/lib/common/utils.ts"],"names":[],"mappings":"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"}
|