@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,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const partnerReadAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
5
|
+
baseApiUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
6
|
+
token: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
7
|
+
}>, {
|
|
8
|
+
partner: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
9
|
+
}>;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.partnerReadAction = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
+
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
7
|
+
const auth_1 = require("../../../common/auth");
|
|
8
|
+
const utils_1 = require("../../../common/utils");
|
|
9
|
+
/**
|
|
10
|
+
* Generated from API version: 3.96.4
|
|
11
|
+
*/
|
|
12
|
+
//Endpoint: GET /public-api/resources/partners/v2.0/{partner}
|
|
13
|
+
exports.partnerReadAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'partnerRead',
|
|
16
|
+
displayName: 'Resources - Partners - Read',
|
|
17
|
+
description: 'Get a partner.',
|
|
18
|
+
props: {
|
|
19
|
+
partner: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Partner',
|
|
21
|
+
description: '',
|
|
22
|
+
required: true,
|
|
23
|
+
}),
|
|
24
|
+
},
|
|
25
|
+
run(context) {
|
|
26
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
27
|
+
try {
|
|
28
|
+
const url = (0, utils_1.processPathParameters)('/public-api/resources/partners/v2.0/{partner}', context.propsValue);
|
|
29
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
30
|
+
const body = undefined;
|
|
31
|
+
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.GET, body, queryParams);
|
|
32
|
+
}
|
|
33
|
+
catch (error) {
|
|
34
|
+
(0, utils_1.handleApiError)(error);
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
},
|
|
38
|
+
});
|
|
39
|
+
//# sourceMappingURL=partner-read.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"partner-read.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/partners/partner-read.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAqH;AAGrH;;GAEG;AAEH,6DAA6D;AAChD,QAAA,iBAAiB,GAAG,IAAA,+BAAY,EAAC;IAC5C,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,aAAa;IACnB,WAAW,EAAE,6BAA6B;IAC1C,WAAW,EAAE,gBAAgB;IAC7B,KAAK,EAAE;QAEP,OAAO,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACvB,WAAW,EAAE,SAAS;YACtB,WAAW,EAAE,EAAE;YACf,QAAQ,EAAE,IAAI;SACf,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,+CAA+C,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAEvG,MAAM,WAAW,GAAG,IAAA,0BAAkB,EAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;gBAE/D,MAAM,IAAI,GAAG,SAAS,CAAC;gBAGvB,OAAO,MAAM,IAAA,yBAAiB,EAC5B,OAAO,CAAC,IAAI,EACZ,GAAG,EACH,0BAAU,CAAC,GAAG,EACd,IAAI,EACJ,WAAW,CACW,CAAC;YAE3B,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated from API version: 3.96.4
|
|
3
|
+
*/
|
|
4
|
+
export declare const partnerUpdateAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
5
|
+
baseApiUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
6
|
+
token: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
7
|
+
}>, {
|
|
8
|
+
partner: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
9
|
+
name: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
10
|
+
regNo: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
11
|
+
vatNo: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
12
|
+
address: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
13
|
+
postcode: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
14
|
+
city: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
15
|
+
country: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
16
|
+
region: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
17
|
+
state: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
18
|
+
baseApiUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
19
|
+
token: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
20
|
+
}>>;
|
|
21
|
+
contactDetails__administrative__contactPerson: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
22
|
+
contactDetails__administrative__email: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
23
|
+
contactDetails__administrative__phone: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
24
|
+
contactDetails__technical__contactPerson: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
25
|
+
contactDetails__technical__email: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
26
|
+
contactDetails__technical__phone: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
27
|
+
contactDetails__billing__contactPerson: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
28
|
+
contactDetails__billing__email: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
29
|
+
contactDetails__billing__phone: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
30
|
+
notifications__technical__chargePointFaults: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
31
|
+
notifications__billing__settlementReports: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
32
|
+
monthlyPlatformFee: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
33
|
+
options__createUsers: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
34
|
+
options__addUserBalance: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
35
|
+
options__supplierOnReceipts: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
36
|
+
options__allowToControlTariffs: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
37
|
+
options__allowToControlTariffGroups: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
38
|
+
corporateBilling__enabled: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
39
|
+
corporateBilling__monthlyLimit: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
40
|
+
corporateBilling__discount: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
41
|
+
externalId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
42
|
+
bankDetails__bankIban: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
43
|
+
bankDetails__bankName: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
44
|
+
bankDetails__bankAddress: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
45
|
+
bankDetails__bankCode: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
46
|
+
bankDetails__bankAccountNumber: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
47
|
+
bankDetails__bankAccountType: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
48
|
+
}>;
|
|
@@ -0,0 +1,548 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.partnerUpdateAction = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
+
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
7
|
+
const auth_1 = require("../../../common/auth");
|
|
8
|
+
const utils_1 = require("../../../common/utils");
|
|
9
|
+
/**
|
|
10
|
+
* Generated from API version: 3.96.4
|
|
11
|
+
*/
|
|
12
|
+
// Endpoint: PATCH /public-api/resources/partners/v2.0/{partner}
|
|
13
|
+
exports.partnerUpdateAction = (0, pieces_framework_1.createAction)({
|
|
14
|
+
auth: auth_1.ampecoAuth,
|
|
15
|
+
name: 'partnerUpdate',
|
|
16
|
+
displayName: 'Resources - Partners - Update',
|
|
17
|
+
description: 'Update a partner.',
|
|
18
|
+
props: {
|
|
19
|
+
partner: pieces_framework_1.Property.Number({
|
|
20
|
+
displayName: 'Partner',
|
|
21
|
+
description: '',
|
|
22
|
+
required: true,
|
|
23
|
+
}),
|
|
24
|
+
name: pieces_framework_1.Property.ShortText({
|
|
25
|
+
displayName: 'Name',
|
|
26
|
+
description: 'Company name of the Partner.',
|
|
27
|
+
required: false,
|
|
28
|
+
}),
|
|
29
|
+
regNo: pieces_framework_1.Property.ShortText({
|
|
30
|
+
displayName: 'Reg No',
|
|
31
|
+
description: '',
|
|
32
|
+
required: false,
|
|
33
|
+
}),
|
|
34
|
+
vatNo: pieces_framework_1.Property.ShortText({
|
|
35
|
+
displayName: 'Vat No',
|
|
36
|
+
description: '',
|
|
37
|
+
required: false,
|
|
38
|
+
}),
|
|
39
|
+
address: pieces_framework_1.Property.ShortText({
|
|
40
|
+
displayName: 'Address',
|
|
41
|
+
description: '',
|
|
42
|
+
required: false,
|
|
43
|
+
}),
|
|
44
|
+
postcode: pieces_framework_1.Property.ShortText({
|
|
45
|
+
displayName: 'Postcode',
|
|
46
|
+
description: '',
|
|
47
|
+
required: false,
|
|
48
|
+
}),
|
|
49
|
+
city: pieces_framework_1.Property.ShortText({
|
|
50
|
+
displayName: 'City',
|
|
51
|
+
description: '',
|
|
52
|
+
required: false,
|
|
53
|
+
}),
|
|
54
|
+
country: pieces_framework_1.Property.StaticDropdown({
|
|
55
|
+
displayName: 'Country',
|
|
56
|
+
description: '',
|
|
57
|
+
required: false,
|
|
58
|
+
options: {
|
|
59
|
+
options: [
|
|
60
|
+
{ label: 'AF', value: 'AF' },
|
|
61
|
+
{ label: 'AX', value: 'AX' },
|
|
62
|
+
{ label: 'AL', value: 'AL' },
|
|
63
|
+
{ label: 'DZ', value: 'DZ' },
|
|
64
|
+
{ label: 'AS', value: 'AS' },
|
|
65
|
+
{ label: 'AD', value: 'AD' },
|
|
66
|
+
{ label: 'AO', value: 'AO' },
|
|
67
|
+
{ label: 'AI', value: 'AI' },
|
|
68
|
+
{ label: 'AQ', value: 'AQ' },
|
|
69
|
+
{ label: 'AG', value: 'AG' },
|
|
70
|
+
{ label: 'AR', value: 'AR' },
|
|
71
|
+
{ label: 'AM', value: 'AM' },
|
|
72
|
+
{ label: 'AW', value: 'AW' },
|
|
73
|
+
{ label: 'AU', value: 'AU' },
|
|
74
|
+
{ label: 'AT', value: 'AT' },
|
|
75
|
+
{ label: 'AZ', value: 'AZ' },
|
|
76
|
+
{ label: 'BS', value: 'BS' },
|
|
77
|
+
{ label: 'BH', value: 'BH' },
|
|
78
|
+
{ label: 'BD', value: 'BD' },
|
|
79
|
+
{ label: 'BB', value: 'BB' },
|
|
80
|
+
{ label: 'BY', value: 'BY' },
|
|
81
|
+
{ label: 'BE', value: 'BE' },
|
|
82
|
+
{ label: 'BZ', value: 'BZ' },
|
|
83
|
+
{ label: 'BJ', value: 'BJ' },
|
|
84
|
+
{ label: 'BM', value: 'BM' },
|
|
85
|
+
{ label: 'BT', value: 'BT' },
|
|
86
|
+
{ label: 'BO', value: 'BO' },
|
|
87
|
+
{ label: 'BQ', value: 'BQ' },
|
|
88
|
+
{ label: 'BA', value: 'BA' },
|
|
89
|
+
{ label: 'BW', value: 'BW' },
|
|
90
|
+
{ label: 'BV', value: 'BV' },
|
|
91
|
+
{ label: 'BR', value: 'BR' },
|
|
92
|
+
{ label: 'IO', value: 'IO' },
|
|
93
|
+
{ label: 'BN', value: 'BN' },
|
|
94
|
+
{ label: 'BG', value: 'BG' },
|
|
95
|
+
{ label: 'BF', value: 'BF' },
|
|
96
|
+
{ label: 'BI', value: 'BI' },
|
|
97
|
+
{ label: 'KH', value: 'KH' },
|
|
98
|
+
{ label: 'CM', value: 'CM' },
|
|
99
|
+
{ label: 'CA', value: 'CA' },
|
|
100
|
+
{ label: 'CV', value: 'CV' },
|
|
101
|
+
{ label: 'KY', value: 'KY' },
|
|
102
|
+
{ label: 'CF', value: 'CF' },
|
|
103
|
+
{ label: 'TD', value: 'TD' },
|
|
104
|
+
{ label: 'CL', value: 'CL' },
|
|
105
|
+
{ label: 'CN', value: 'CN' },
|
|
106
|
+
{ label: 'CX', value: 'CX' },
|
|
107
|
+
{ label: 'CC', value: 'CC' },
|
|
108
|
+
{ label: 'CO', value: 'CO' },
|
|
109
|
+
{ label: 'KM', value: 'KM' },
|
|
110
|
+
{ label: 'CG', value: 'CG' },
|
|
111
|
+
{ label: 'CD', value: 'CD' },
|
|
112
|
+
{ label: 'CK', value: 'CK' },
|
|
113
|
+
{ label: 'CR', value: 'CR' },
|
|
114
|
+
{ label: 'CI', value: 'CI' },
|
|
115
|
+
{ label: 'HR', value: 'HR' },
|
|
116
|
+
{ label: 'CU', value: 'CU' },
|
|
117
|
+
{ label: 'CW', value: 'CW' },
|
|
118
|
+
{ label: 'CY', value: 'CY' },
|
|
119
|
+
{ label: 'CZ', value: 'CZ' },
|
|
120
|
+
{ label: 'DK', value: 'DK' },
|
|
121
|
+
{ label: 'DJ', value: 'DJ' },
|
|
122
|
+
{ label: 'DM', value: 'DM' },
|
|
123
|
+
{ label: 'DO', value: 'DO' },
|
|
124
|
+
{ label: 'EC', value: 'EC' },
|
|
125
|
+
{ label: 'EG', value: 'EG' },
|
|
126
|
+
{ label: 'SV', value: 'SV' },
|
|
127
|
+
{ label: 'GQ', value: 'GQ' },
|
|
128
|
+
{ label: 'ER', value: 'ER' },
|
|
129
|
+
{ label: 'EE', value: 'EE' },
|
|
130
|
+
{ label: 'ET', value: 'ET' },
|
|
131
|
+
{ label: 'FK', value: 'FK' },
|
|
132
|
+
{ label: 'FO', value: 'FO' },
|
|
133
|
+
{ label: 'FJ', value: 'FJ' },
|
|
134
|
+
{ label: 'FI', value: 'FI' },
|
|
135
|
+
{ label: 'FR', value: 'FR' },
|
|
136
|
+
{ label: 'GF', value: 'GF' },
|
|
137
|
+
{ label: 'PF', value: 'PF' },
|
|
138
|
+
{ label: 'TF', value: 'TF' },
|
|
139
|
+
{ label: 'GA', value: 'GA' },
|
|
140
|
+
{ label: 'GM', value: 'GM' },
|
|
141
|
+
{ label: 'GE', value: 'GE' },
|
|
142
|
+
{ label: 'DE', value: 'DE' },
|
|
143
|
+
{ label: 'GH', value: 'GH' },
|
|
144
|
+
{ label: 'GI', value: 'GI' },
|
|
145
|
+
{ label: 'GR', value: 'GR' },
|
|
146
|
+
{ label: 'GL', value: 'GL' },
|
|
147
|
+
{ label: 'GD', value: 'GD' },
|
|
148
|
+
{ label: 'GP', value: 'GP' },
|
|
149
|
+
{ label: 'GU', value: 'GU' },
|
|
150
|
+
{ label: 'GT', value: 'GT' },
|
|
151
|
+
{ label: 'GG', value: 'GG' },
|
|
152
|
+
{ label: 'GN', value: 'GN' },
|
|
153
|
+
{ label: 'GW', value: 'GW' },
|
|
154
|
+
{ label: 'GY', value: 'GY' },
|
|
155
|
+
{ label: 'HT', value: 'HT' },
|
|
156
|
+
{ label: 'HM', value: 'HM' },
|
|
157
|
+
{ label: 'VA', value: 'VA' },
|
|
158
|
+
{ label: 'HN', value: 'HN' },
|
|
159
|
+
{ label: 'HK', value: 'HK' },
|
|
160
|
+
{ label: 'HU', value: 'HU' },
|
|
161
|
+
{ label: 'IS', value: 'IS' },
|
|
162
|
+
{ label: 'IN', value: 'IN' },
|
|
163
|
+
{ label: 'ID', value: 'ID' },
|
|
164
|
+
{ label: 'IR', value: 'IR' },
|
|
165
|
+
{ label: 'IQ', value: 'IQ' },
|
|
166
|
+
{ label: 'IE', value: 'IE' },
|
|
167
|
+
{ label: 'IM', value: 'IM' },
|
|
168
|
+
{ label: 'IL', value: 'IL' },
|
|
169
|
+
{ label: 'IT', value: 'IT' },
|
|
170
|
+
{ label: 'JM', value: 'JM' },
|
|
171
|
+
{ label: 'JP', value: 'JP' },
|
|
172
|
+
{ label: 'JE', value: 'JE' },
|
|
173
|
+
{ label: 'JO', value: 'JO' },
|
|
174
|
+
{ label: 'KZ', value: 'KZ' },
|
|
175
|
+
{ label: 'KE', value: 'KE' },
|
|
176
|
+
{ label: 'KI', value: 'KI' },
|
|
177
|
+
{ label: 'KP', value: 'KP' },
|
|
178
|
+
{ label: 'KR', value: 'KR' },
|
|
179
|
+
{ label: 'XK', value: 'XK' },
|
|
180
|
+
{ label: 'KW', value: 'KW' },
|
|
181
|
+
{ label: 'KG', value: 'KG' },
|
|
182
|
+
{ label: 'LA', value: 'LA' },
|
|
183
|
+
{ label: 'LV', value: 'LV' },
|
|
184
|
+
{ label: 'LB', value: 'LB' },
|
|
185
|
+
{ label: 'LS', value: 'LS' },
|
|
186
|
+
{ label: 'LR', value: 'LR' },
|
|
187
|
+
{ label: 'LY', value: 'LY' },
|
|
188
|
+
{ label: 'LI', value: 'LI' },
|
|
189
|
+
{ label: 'LT', value: 'LT' },
|
|
190
|
+
{ label: 'LU', value: 'LU' },
|
|
191
|
+
{ label: 'MO', value: 'MO' },
|
|
192
|
+
{ label: 'MK', value: 'MK' },
|
|
193
|
+
{ label: 'MG', value: 'MG' },
|
|
194
|
+
{ label: 'MW', value: 'MW' },
|
|
195
|
+
{ label: 'MY', value: 'MY' },
|
|
196
|
+
{ label: 'MV', value: 'MV' },
|
|
197
|
+
{ label: 'ML', value: 'ML' },
|
|
198
|
+
{ label: 'MT', value: 'MT' },
|
|
199
|
+
{ label: 'MH', value: 'MH' },
|
|
200
|
+
{ label: 'MQ', value: 'MQ' },
|
|
201
|
+
{ label: 'MR', value: 'MR' },
|
|
202
|
+
{ label: 'MU', value: 'MU' },
|
|
203
|
+
{ label: 'YT', value: 'YT' },
|
|
204
|
+
{ label: 'MX', value: 'MX' },
|
|
205
|
+
{ label: 'FM', value: 'FM' },
|
|
206
|
+
{ label: 'MD', value: 'MD' },
|
|
207
|
+
{ label: 'MC', value: 'MC' },
|
|
208
|
+
{ label: 'MN', value: 'MN' },
|
|
209
|
+
{ label: 'ME', value: 'ME' },
|
|
210
|
+
{ label: 'MS', value: 'MS' },
|
|
211
|
+
{ label: 'MA', value: 'MA' },
|
|
212
|
+
{ label: 'MZ', value: 'MZ' },
|
|
213
|
+
{ label: 'MM', value: 'MM' },
|
|
214
|
+
{ label: 'NA', value: 'NA' },
|
|
215
|
+
{ label: 'NR', value: 'NR' },
|
|
216
|
+
{ label: 'NP', value: 'NP' },
|
|
217
|
+
{ label: 'NL', value: 'NL' },
|
|
218
|
+
{ label: 'NC', value: 'NC' },
|
|
219
|
+
{ label: 'NZ', value: 'NZ' },
|
|
220
|
+
{ label: 'NI', value: 'NI' },
|
|
221
|
+
{ label: 'NE', value: 'NE' },
|
|
222
|
+
{ label: 'NG', value: 'NG' },
|
|
223
|
+
{ label: 'NU', value: 'NU' },
|
|
224
|
+
{ label: 'NF', value: 'NF' },
|
|
225
|
+
{ label: 'MP', value: 'MP' },
|
|
226
|
+
{ label: 'NO', value: 'NO' },
|
|
227
|
+
{ label: 'OM', value: 'OM' },
|
|
228
|
+
{ label: 'PK', value: 'PK' },
|
|
229
|
+
{ label: 'PW', value: 'PW' },
|
|
230
|
+
{ label: 'PS', value: 'PS' },
|
|
231
|
+
{ label: 'PA', value: 'PA' },
|
|
232
|
+
{ label: 'PG', value: 'PG' },
|
|
233
|
+
{ label: 'PY', value: 'PY' },
|
|
234
|
+
{ label: 'PE', value: 'PE' },
|
|
235
|
+
{ label: 'PH', value: 'PH' },
|
|
236
|
+
{ label: 'PN', value: 'PN' },
|
|
237
|
+
{ label: 'PL', value: 'PL' },
|
|
238
|
+
{ label: 'PT', value: 'PT' },
|
|
239
|
+
{ label: 'PR', value: 'PR' },
|
|
240
|
+
{ label: 'QA', value: 'QA' },
|
|
241
|
+
{ label: 'RE', value: 'RE' },
|
|
242
|
+
{ label: 'RO', value: 'RO' },
|
|
243
|
+
{ label: 'RU', value: 'RU' },
|
|
244
|
+
{ label: 'RW', value: 'RW' },
|
|
245
|
+
{ label: 'BL', value: 'BL' },
|
|
246
|
+
{ label: 'SH', value: 'SH' },
|
|
247
|
+
{ label: 'KN', value: 'KN' },
|
|
248
|
+
{ label: 'LC', value: 'LC' },
|
|
249
|
+
{ label: 'MF', value: 'MF' },
|
|
250
|
+
{ label: 'PM', value: 'PM' },
|
|
251
|
+
{ label: 'VC', value: 'VC' },
|
|
252
|
+
{ label: 'WS', value: 'WS' },
|
|
253
|
+
{ label: 'SM', value: 'SM' },
|
|
254
|
+
{ label: 'ST', value: 'ST' },
|
|
255
|
+
{ label: 'SA', value: 'SA' },
|
|
256
|
+
{ label: 'SN', value: 'SN' },
|
|
257
|
+
{ label: 'RS', value: 'RS' },
|
|
258
|
+
{ label: 'SC', value: 'SC' },
|
|
259
|
+
{ label: 'SL', value: 'SL' },
|
|
260
|
+
{ label: 'SG', value: 'SG' },
|
|
261
|
+
{ label: 'SX', value: 'SX' },
|
|
262
|
+
{ label: 'SK', value: 'SK' },
|
|
263
|
+
{ label: 'SI', value: 'SI' },
|
|
264
|
+
{ label: 'SB', value: 'SB' },
|
|
265
|
+
{ label: 'SO', value: 'SO' },
|
|
266
|
+
{ label: 'ZA', value: 'ZA' },
|
|
267
|
+
{ label: 'GS', value: 'GS' },
|
|
268
|
+
{ label: 'SS', value: 'SS' },
|
|
269
|
+
{ label: 'ES', value: 'ES' },
|
|
270
|
+
{ label: 'LK', value: 'LK' },
|
|
271
|
+
{ label: 'SD', value: 'SD' },
|
|
272
|
+
{ label: 'SR', value: 'SR' },
|
|
273
|
+
{ label: 'SJ', value: 'SJ' },
|
|
274
|
+
{ label: 'SZ', value: 'SZ' },
|
|
275
|
+
{ label: 'SE', value: 'SE' },
|
|
276
|
+
{ label: 'CH', value: 'CH' },
|
|
277
|
+
{ label: 'SY', value: 'SY' },
|
|
278
|
+
{ label: 'TW', value: 'TW' },
|
|
279
|
+
{ label: 'TJ', value: 'TJ' },
|
|
280
|
+
{ label: 'TZ', value: 'TZ' },
|
|
281
|
+
{ label: 'TH', value: 'TH' },
|
|
282
|
+
{ label: 'TL', value: 'TL' },
|
|
283
|
+
{ label: 'TG', value: 'TG' },
|
|
284
|
+
{ label: 'TK', value: 'TK' },
|
|
285
|
+
{ label: 'TO', value: 'TO' },
|
|
286
|
+
{ label: 'TT', value: 'TT' },
|
|
287
|
+
{ label: 'TN', value: 'TN' },
|
|
288
|
+
{ label: 'TR', value: 'TR' },
|
|
289
|
+
{ label: 'TM', value: 'TM' },
|
|
290
|
+
{ label: 'TC', value: 'TC' },
|
|
291
|
+
{ label: 'TV', value: 'TV' },
|
|
292
|
+
{ label: 'UG', value: 'UG' },
|
|
293
|
+
{ label: 'UA', value: 'UA' },
|
|
294
|
+
{ label: 'AE', value: 'AE' },
|
|
295
|
+
{ label: 'GB', value: 'GB' },
|
|
296
|
+
{ label: 'US', value: 'US' },
|
|
297
|
+
{ label: 'UM', value: 'UM' },
|
|
298
|
+
{ label: 'UY', value: 'UY' },
|
|
299
|
+
{ label: 'UZ', value: 'UZ' },
|
|
300
|
+
{ label: 'VU', value: 'VU' },
|
|
301
|
+
{ label: 'VE', value: 'VE' },
|
|
302
|
+
{ label: 'VN', value: 'VN' },
|
|
303
|
+
{ label: 'VG', value: 'VG' },
|
|
304
|
+
{ label: 'VI', value: 'VI' },
|
|
305
|
+
{ label: 'WF', value: 'WF' },
|
|
306
|
+
{ label: 'EH', value: 'EH' },
|
|
307
|
+
{ label: 'YE', value: 'YE' },
|
|
308
|
+
{ label: 'ZM', value: 'ZM' },
|
|
309
|
+
{ label: 'ZW', value: 'ZW' }
|
|
310
|
+
],
|
|
311
|
+
},
|
|
312
|
+
}),
|
|
313
|
+
region: pieces_framework_1.Property.ShortText({
|
|
314
|
+
displayName: 'Region',
|
|
315
|
+
description: 'When country is not in US, AU, CA, UM or RO, you can provide the region.',
|
|
316
|
+
required: false,
|
|
317
|
+
}),
|
|
318
|
+
state: pieces_framework_1.Property.Dropdown({
|
|
319
|
+
displayName: 'State',
|
|
320
|
+
auth: auth_1.ampecoAuth,
|
|
321
|
+
required: false,
|
|
322
|
+
refreshers: ['country'],
|
|
323
|
+
options: (_a) => tslib_1.__awaiter(void 0, [_a], void 0, function* ({ country }) {
|
|
324
|
+
if (!country) {
|
|
325
|
+
return {
|
|
326
|
+
options: [],
|
|
327
|
+
};
|
|
328
|
+
}
|
|
329
|
+
const stateMap = {
|
|
330
|
+
'US': ['AL', 'AK', 'AS', 'AZ', 'AR', 'CA', 'CO', 'CT', 'DE', 'DC', 'FM', 'FL', 'GA', 'GU', 'HI', 'ID', 'IL', 'IN', 'IA', 'KS', 'KY', 'LA', 'ME', 'MH', 'MD', 'MA', 'MI', 'MN', 'MS', 'MO', 'MT', 'NE', 'NV', 'NH', 'NJ', 'NM', 'NY', 'NC', 'ND', 'MP', 'OH', 'OK', 'OR', 'PW', 'PA', 'PR', 'RI', 'SC', 'SD', 'TN', 'TX', 'UT', 'VT', 'VI', 'VA', 'WA', 'WV', 'WI', 'WY'],
|
|
331
|
+
'AU': ['NSW', 'VIC', 'QLD', 'WA', 'SA', 'TAS', 'ACT', 'NT', 'JBT', 'CX', 'NF', 'CC', 'AQ', 'CSI', 'ACI', 'HM'],
|
|
332
|
+
'CA': ['AB', 'BC', 'MB', 'NB', 'NL', 'NT', 'NS', 'NU', 'ON', 'PE', 'QC', 'SK', 'YT'],
|
|
333
|
+
'UM': ['81', '84', '85', '67', '89', '71', '76', '95', '79'],
|
|
334
|
+
'RO': ['AB', 'AR', 'AG', 'BC', 'BH', 'BN', 'BT', 'BV', 'BR', 'B', 'BZ', 'CL', 'CS', 'CT', 'CV', 'DB', 'DJ', 'GL', 'GR', 'GJ', 'HR', 'HD', 'IL', 'IS', 'IF', 'MM', 'MH', 'MS', 'NT', 'OT', 'PH', 'SM', 'SJ', 'SB', 'SV', 'TR', 'TM', 'TL', 'VS', 'VL', 'VN']
|
|
335
|
+
};
|
|
336
|
+
const selectedCountry = country;
|
|
337
|
+
if (selectedCountry in stateMap) {
|
|
338
|
+
return {
|
|
339
|
+
options: stateMap[selectedCountry].map(state => ({
|
|
340
|
+
label: state,
|
|
341
|
+
value: state,
|
|
342
|
+
})),
|
|
343
|
+
};
|
|
344
|
+
}
|
|
345
|
+
return {
|
|
346
|
+
options: [],
|
|
347
|
+
};
|
|
348
|
+
})
|
|
349
|
+
}),
|
|
350
|
+
contactDetails__administrative__contactPerson: pieces_framework_1.Property.ShortText({
|
|
351
|
+
displayName: 'Contact Details - Administrative - Contact Person',
|
|
352
|
+
description: '',
|
|
353
|
+
required: false,
|
|
354
|
+
}),
|
|
355
|
+
contactDetails__administrative__email: pieces_framework_1.Property.ShortText({
|
|
356
|
+
displayName: 'Contact Details - Administrative - Email',
|
|
357
|
+
description: '',
|
|
358
|
+
required: false,
|
|
359
|
+
}),
|
|
360
|
+
contactDetails__administrative__phone: pieces_framework_1.Property.ShortText({
|
|
361
|
+
displayName: 'Contact Details - Administrative - Phone',
|
|
362
|
+
description: '',
|
|
363
|
+
required: false,
|
|
364
|
+
}),
|
|
365
|
+
contactDetails__technical__contactPerson: pieces_framework_1.Property.ShortText({
|
|
366
|
+
displayName: 'Contact Details - Technical - Contact Person',
|
|
367
|
+
description: '',
|
|
368
|
+
required: false,
|
|
369
|
+
}),
|
|
370
|
+
contactDetails__technical__email: pieces_framework_1.Property.ShortText({
|
|
371
|
+
displayName: 'Contact Details - Technical - Email',
|
|
372
|
+
description: '',
|
|
373
|
+
required: false,
|
|
374
|
+
}),
|
|
375
|
+
contactDetails__technical__phone: pieces_framework_1.Property.ShortText({
|
|
376
|
+
displayName: 'Contact Details - Technical - Phone',
|
|
377
|
+
description: '',
|
|
378
|
+
required: false,
|
|
379
|
+
}),
|
|
380
|
+
contactDetails__billing__contactPerson: pieces_framework_1.Property.ShortText({
|
|
381
|
+
displayName: 'Contact Details - Billing - Contact Person',
|
|
382
|
+
description: '',
|
|
383
|
+
required: false,
|
|
384
|
+
}),
|
|
385
|
+
contactDetails__billing__email: pieces_framework_1.Property.ShortText({
|
|
386
|
+
displayName: 'Contact Details - Billing - Email',
|
|
387
|
+
description: '',
|
|
388
|
+
required: false,
|
|
389
|
+
}),
|
|
390
|
+
contactDetails__billing__phone: pieces_framework_1.Property.ShortText({
|
|
391
|
+
displayName: 'Contact Details - Billing - Phone',
|
|
392
|
+
description: '',
|
|
393
|
+
required: false,
|
|
394
|
+
}),
|
|
395
|
+
notifications__technical__chargePointFaults: pieces_framework_1.Property.StaticDropdown({
|
|
396
|
+
displayName: 'Notifications - Technical - Charge Point Faults',
|
|
397
|
+
description: '',
|
|
398
|
+
required: false,
|
|
399
|
+
options: {
|
|
400
|
+
options: [
|
|
401
|
+
{ label: 'true', value: 'true' },
|
|
402
|
+
{ label: 'false', value: 'false' }
|
|
403
|
+
],
|
|
404
|
+
},
|
|
405
|
+
}),
|
|
406
|
+
notifications__billing__settlementReports: pieces_framework_1.Property.StaticDropdown({
|
|
407
|
+
displayName: 'Notifications - Billing - Settlement Reports',
|
|
408
|
+
description: '',
|
|
409
|
+
required: false,
|
|
410
|
+
options: {
|
|
411
|
+
options: [
|
|
412
|
+
{ label: 'true', value: 'true' },
|
|
413
|
+
{ label: 'false', value: 'false' }
|
|
414
|
+
],
|
|
415
|
+
},
|
|
416
|
+
}),
|
|
417
|
+
monthlyPlatformFee: pieces_framework_1.Property.Number({
|
|
418
|
+
displayName: 'Monthly Platform Fee',
|
|
419
|
+
description: '',
|
|
420
|
+
required: false,
|
|
421
|
+
}),
|
|
422
|
+
options__createUsers: pieces_framework_1.Property.StaticDropdown({
|
|
423
|
+
displayName: 'Options - Create Users',
|
|
424
|
+
description: '',
|
|
425
|
+
required: false,
|
|
426
|
+
options: {
|
|
427
|
+
options: [
|
|
428
|
+
{ label: 'true', value: 'true' },
|
|
429
|
+
{ label: 'false', value: 'false' }
|
|
430
|
+
],
|
|
431
|
+
},
|
|
432
|
+
}),
|
|
433
|
+
options__addUserBalance: pieces_framework_1.Property.StaticDropdown({
|
|
434
|
+
displayName: 'Options - Add User Balance',
|
|
435
|
+
description: 'When set to false the API tokens related to this partner would not receive the users\' balance in the response.',
|
|
436
|
+
required: false,
|
|
437
|
+
options: {
|
|
438
|
+
options: [
|
|
439
|
+
{ label: 'true', value: 'true' },
|
|
440
|
+
{ label: 'false', value: 'false' }
|
|
441
|
+
],
|
|
442
|
+
},
|
|
443
|
+
}),
|
|
444
|
+
options__supplierOnReceipts: pieces_framework_1.Property.StaticDropdown({
|
|
445
|
+
displayName: 'Options - Supplier On Receipts',
|
|
446
|
+
description: '',
|
|
447
|
+
required: false,
|
|
448
|
+
options: {
|
|
449
|
+
options: [
|
|
450
|
+
{ label: 'true', value: 'true' },
|
|
451
|
+
{ label: 'false', value: 'false' }
|
|
452
|
+
],
|
|
453
|
+
},
|
|
454
|
+
}),
|
|
455
|
+
options__allowToControlTariffs: pieces_framework_1.Property.StaticDropdown({
|
|
456
|
+
displayName: 'Options - Allow To Control Tariffs',
|
|
457
|
+
description: 'Allows the Partner to update the tariff pricing.',
|
|
458
|
+
required: false,
|
|
459
|
+
options: {
|
|
460
|
+
options: [
|
|
461
|
+
{ label: 'true', value: 'true' },
|
|
462
|
+
{ label: 'false', value: 'false' }
|
|
463
|
+
],
|
|
464
|
+
},
|
|
465
|
+
}),
|
|
466
|
+
options__allowToControlTariffGroups: pieces_framework_1.Property.StaticDropdown({
|
|
467
|
+
displayName: 'Options - Allow To Control Tariff Groups',
|
|
468
|
+
description: 'In addition to `allowToControlTariffs`, the Partner would also be able to manage Tariff Groups - attach and remove Tariffs, change Tariffs order in the Tariff Group.',
|
|
469
|
+
required: false,
|
|
470
|
+
options: {
|
|
471
|
+
options: [
|
|
472
|
+
{ label: 'true', value: 'true' },
|
|
473
|
+
{ label: 'false', value: 'false' }
|
|
474
|
+
],
|
|
475
|
+
},
|
|
476
|
+
}),
|
|
477
|
+
corporateBilling__enabled: pieces_framework_1.Property.StaticDropdown({
|
|
478
|
+
displayName: 'Corporate Billing - Enabled',
|
|
479
|
+
description: '',
|
|
480
|
+
required: false,
|
|
481
|
+
options: {
|
|
482
|
+
options: [
|
|
483
|
+
{ label: 'true', value: 'true' },
|
|
484
|
+
{ label: 'false', value: 'false' }
|
|
485
|
+
],
|
|
486
|
+
},
|
|
487
|
+
}),
|
|
488
|
+
corporateBilling__monthlyLimit: pieces_framework_1.Property.Number({
|
|
489
|
+
displayName: 'Corporate Billing - Monthly Limit',
|
|
490
|
+
description: '',
|
|
491
|
+
required: false,
|
|
492
|
+
}),
|
|
493
|
+
corporateBilling__discount: pieces_framework_1.Property.Number({
|
|
494
|
+
displayName: 'Corporate Billing - Discount',
|
|
495
|
+
description: '',
|
|
496
|
+
required: false,
|
|
497
|
+
}),
|
|
498
|
+
externalId: pieces_framework_1.Property.ShortText({
|
|
499
|
+
displayName: 'External Id',
|
|
500
|
+
description: 'Third party identifier of the partner.',
|
|
501
|
+
required: false,
|
|
502
|
+
}),
|
|
503
|
+
bankDetails__bankIban: pieces_framework_1.Property.ShortText({
|
|
504
|
+
displayName: 'Bank Details - Bank Iban',
|
|
505
|
+
description: 'IBAN that is provided for the partner.',
|
|
506
|
+
required: false,
|
|
507
|
+
}),
|
|
508
|
+
bankDetails__bankName: pieces_framework_1.Property.ShortText({
|
|
509
|
+
displayName: 'Bank Details - Bank Name',
|
|
510
|
+
description: 'Name of the Bank for which the partner has provided IBAN.',
|
|
511
|
+
required: false,
|
|
512
|
+
}),
|
|
513
|
+
bankDetails__bankAddress: pieces_framework_1.Property.ShortText({
|
|
514
|
+
displayName: 'Bank Details - Bank Address',
|
|
515
|
+
description: 'Address of the partner\'s Bank.',
|
|
516
|
+
required: false,
|
|
517
|
+
}),
|
|
518
|
+
bankDetails__bankCode: pieces_framework_1.Property.ShortText({
|
|
519
|
+
displayName: 'Bank Details - Bank Code',
|
|
520
|
+
description: 'Bank code assigned by a central bank, a bank supervisory body or a Bankers Association in the country.',
|
|
521
|
+
required: false,
|
|
522
|
+
}),
|
|
523
|
+
bankDetails__bankAccountNumber: pieces_framework_1.Property.ShortText({
|
|
524
|
+
displayName: 'Bank Details - Bank Account Number',
|
|
525
|
+
description: 'Bank account ID provided by the partner.',
|
|
526
|
+
required: false,
|
|
527
|
+
}),
|
|
528
|
+
bankDetails__bankAccountType: pieces_framework_1.Property.ShortText({
|
|
529
|
+
displayName: 'Bank Details - Bank Account Type',
|
|
530
|
+
description: 'Type of account the Partner has provided.',
|
|
531
|
+
required: false,
|
|
532
|
+
}),
|
|
533
|
+
},
|
|
534
|
+
run(context) {
|
|
535
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
536
|
+
try {
|
|
537
|
+
const url = (0, utils_1.processPathParameters)('/public-api/resources/partners/v2.0/{partner}', context.propsValue);
|
|
538
|
+
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
539
|
+
const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['name', 'regNo', 'vatNo', 'address', 'postcode', 'city', 'country', 'region', 'state', 'contactDetails', 'notifications', 'monthlyPlatformFee', 'options', 'corporateBilling', 'externalId', 'bankDetails']);
|
|
540
|
+
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.PATCH, body, queryParams);
|
|
541
|
+
}
|
|
542
|
+
catch (error) {
|
|
543
|
+
(0, utils_1.handleApiError)(error);
|
|
544
|
+
}
|
|
545
|
+
});
|
|
546
|
+
},
|
|
547
|
+
});
|
|
548
|
+
//# sourceMappingURL=partner-update.js.map
|