@activepieces/piece-ampeco 0.2.5 → 0.2.7
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/package.json +8 -24
- package/src/i18n/de.json +2942 -0
- package/src/i18n/es.json +2942 -0
- package/src/i18n/fr.json +2942 -0
- package/src/i18n/ja.json +2942 -0
- package/src/i18n/nl.json +2942 -0
- package/src/i18n/pt.json +2942 -0
- package/src/i18n/translation.json +2942 -0
- package/src/i18n/zh.json +2942 -0
- package/src/index.js +136 -846
- package/README.md +0 -37
- package/src/index.d.ts +0 -9
- package/src/index.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-change-availability.d.ts +0 -11
- package/src/lib/actions/actions/charge-point/charge-point-change-availability.js +0 -54
- package/src/lib/actions/actions/charge-point/charge-point-change-availability.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-change-owner.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-change-owner.js +0 -43
- package/src/lib/actions/actions/charge-point/charge-point-change-owner.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.js +0 -43
- package/src/lib/actions/actions/charge-point/charge-point-change-sharing-code.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.d.ts +0 -13
- package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.js +0 -58
- package/src/lib/actions/actions/charge-point/charge-point-clear-charging-profile.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.js +0 -54
- package/src/lib/actions/actions/charge-point/charge-point-delete-certificate.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.js +0 -44
- package/src/lib/actions/actions/charge-point/charge-point-evse-unlock.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.d.ts +0 -12
- package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.js +0 -53
- package/src/lib/actions/actions/charge-point/charge-point-get-diagnostics.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js +0 -52
- package/src/lib/actions/actions/charge-point/charge-point-get-installed-certificate-ids.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-get-security-log.d.ts +0 -15
- package/src/lib/actions/actions/charge-point/charge-point-get-security-log.js +0 -68
- package/src/lib/actions/actions/charge-point/charge-point-get-security-log.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-install-certificate.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-install-certificate.js +0 -52
- package/src/lib/actions/actions/charge-point/charge-point-install-certificate.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.d.ts +0 -11
- package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.js +0 -46
- package/src/lib/actions/actions/charge-point/charge-point-move-evses-to-satellite.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-reserve.d.ts +0 -12
- package/src/lib/actions/actions/charge-point/charge-point-reserve.js +0 -51
- package/src/lib/actions/actions/charge-point/charge-point-reserve.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.d.ts +0 -9
- package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.js +0 -38
- package/src/lib/actions/actions/charge-point/charge-point-reset-security-profile.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-reset.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-reset.js +0 -48
- package/src/lib/actions/actions/charge-point/charge-point-reset.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.d.ts +0 -12
- package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.js +0 -54
- package/src/lib/actions/actions/charge-point/charge-point-send-data-transfer.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.d.ts +0 -23
- package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.js +0 -137
- package/src/lib/actions/actions/charge-point/charge-point-set-charging-profile.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-set-configuration.d.ts +0 -14
- package/src/lib/actions/actions/charge-point/charge-point-set-configuration.js +0 -63
- package/src/lib/actions/actions/charge-point/charge-point-set-configuration.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.d.ts +0 -14
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.js +0 -66
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session-without-evse.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.d.ts +0 -28
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.js +0 -156
- package/src/lib/actions/actions/charge-point/charge-point-start-charging-session.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.d.ts +0 -11
- package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.js +0 -53
- package/src/lib/actions/actions/charge-point/charge-point-stop-charging-session.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.js +0 -43
- package/src/lib/actions/actions/charge-point/charge-point-sync-configuration.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.d.ts +0 -10
- package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.js +0 -60
- package/src/lib/actions/actions/charge-point/charge-point-trigger-message-charge-point.js.map +0 -1
- package/src/lib/actions/actions/charge-point/charge-point-update-firmware.d.ts +0 -18
- package/src/lib/actions/actions/charge-point/charge-point-update-firmware.js +0 -95
- package/src/lib/actions/actions/charge-point/charge-point-update-firmware.js.map +0 -1
- package/src/lib/actions/actions/circuit/circuit-attach-charge-point.d.ts +0 -11
- package/src/lib/actions/actions/circuit/circuit-attach-charge-point.js +0 -46
- package/src/lib/actions/actions/circuit/circuit-attach-charge-point.js.map +0 -1
- package/src/lib/actions/actions/circuit/circuit-detach-charge-point.d.ts +0 -10
- package/src/lib/actions/actions/circuit/circuit-detach-charge-point.js +0 -42
- package/src/lib/actions/actions/circuit/circuit-detach-charge-point.js.map +0 -1
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.d.ts +0 -12
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.js +0 -50
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-evse-priority.js.map +0 -1
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.d.ts +0 -11
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.js +0 -46
- package/src/lib/actions/actions/circuit/circuit-set-charge-point-priority.js.map +0 -1
- package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.d.ts +0 -13
- package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.js +0 -56
- package/src/lib/actions/actions/circuit/circuit-set-circuit-soc-priority.js.map +0 -1
- package/src/lib/actions/actions/circuit/circuit-set-session-priority.d.ts +0 -11
- package/src/lib/actions/actions/circuit/circuit-set-session-priority.js +0 -46
- package/src/lib/actions/actions/circuit/circuit-set-session-priority.js.map +0 -1
- package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.d.ts +0 -11
- package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.js +0 -54
- package/src/lib/actions/actions/configuration-template/configuration-template-apply-to-charge-points.js.map +0 -1
- package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.d.ts +0 -9
- package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.js +0 -38
- package/src/lib/actions/actions/configuration-template/configuration-template-bulk-create-variables.js.map +0 -1
- package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.d.ts +0 -13
- package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.js +0 -58
- package/src/lib/actions/actions/electricity-meter/electricity-meter-report-consumption.js.map +0 -1
- package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.d.ts +0 -27
- package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.js +0 -170
- package/src/lib/actions/actions/evse/evse-start-charging-with-evse-id.js.map +0 -1
- package/src/lib/actions/actions/evse/evse-trigger-message.d.ts +0 -10
- package/src/lib/actions/actions/evse/evse-trigger-message.js +0 -59
- package/src/lib/actions/actions/evse/evse-trigger-message.js.map +0 -1
- package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.d.ts +0 -11
- package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.js +0 -53
- package/src/lib/actions/actions/flexibility-asset/change-flexibility-asset-status.js.map +0 -1
- package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.d.ts +0 -10
- package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.js +0 -42
- package/src/lib/actions/actions/flexibility-asset/flexibility-asset-create-activation-request.js.map +0 -1
- package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.d.ts +0 -9
- package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.js +0 -38
- package/src/lib/actions/actions/id-tag/certificate-reissue-an-emaid.js.map +0 -1
- package/src/lib/actions/actions/locations/location-check-booking-availability.d.ts +0 -11
- package/src/lib/actions/actions/locations/location-check-booking-availability.js +0 -48
- package/src/lib/actions/actions/locations/location-check-booking-availability.js.map +0 -1
- package/src/lib/actions/actions/notifications/notifications-resend-failed.d.ts +0 -12
- package/src/lib/actions/actions/notifications/notifications-resend-failed.js +0 -98
- package/src/lib/actions/actions/notifications/notifications-resend-failed.js.map +0 -1
- package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.d.ts +0 -10
- package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.js +0 -48
- package/src/lib/actions/actions/parking-spaces/parking-space-update-occupancy-status.js.map +0 -1
- package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.d.ts +0 -10
- package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.js +0 -43
- package/src/lib/actions/actions/provisioning-certificate/certificate-issue-an-emaid.js.map +0 -1
- package/src/lib/actions/actions/reservation/reservation-cancel.d.ts +0 -11
- package/src/lib/actions/actions/reservation/reservation-cancel.js +0 -54
- package/src/lib/actions/actions/reservation/reservation-cancel.js.map +0 -1
- package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.d.ts +0 -30
- package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.js +0 -353
- package/src/lib/actions/actions/roaming-operator/update-custom-tariff-filter-tariff.js.map +0 -1
- package/src/lib/actions/actions/session/session-assign-to-user.d.ts +0 -10
- package/src/lib/actions/actions/session/session-assign-to-user.js +0 -42
- package/src/lib/actions/actions/session/session-assign-to-user.js.map +0 -1
- package/src/lib/actions/actions/session/session-retry-payment.d.ts +0 -10
- package/src/lib/actions/actions/session/session-retry-payment.js +0 -42
- package/src/lib/actions/actions/session/session-retry-payment.js.map +0 -1
- package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.d.ts +0 -12
- package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.js +0 -53
- package/src/lib/actions/actions/subscription-plans/subscription-plan-replace.js.map +0 -1
- package/src/lib/actions/actions/tariffs/tariff-set-display-information.d.ts +0 -13
- package/src/lib/actions/actions/tariffs/tariff-set-display-information.js +0 -58
- package/src/lib/actions/actions/tariffs/tariff-set-display-information.js.map +0 -1
- package/src/lib/actions/actions/transactions/transaction-issue-invoice.d.ts +0 -22
- package/src/lib/actions/actions/transactions/transaction-issue-invoice.js +0 -351
- package/src/lib/actions/actions/transactions/transaction-issue-invoice.js.map +0 -1
- package/src/lib/actions/actions/transactions/transaction-resend-invoice.d.ts +0 -9
- package/src/lib/actions/actions/transactions/transaction-resend-invoice.js +0 -38
- package/src/lib/actions/actions/transactions/transaction-resend-invoice.js.map +0 -1
- package/src/lib/actions/actions/transactions/transaction-update-payment-reference.d.ts +0 -10
- package/src/lib/actions/actions/transactions/transaction-update-payment-reference.js +0 -43
- package/src/lib/actions/actions/transactions/transaction-update-payment-reference.js.map +0 -1
- package/src/lib/actions/actions/users/user-activate-subscription.d.ts +0 -13
- package/src/lib/actions/actions/users/user-activate-subscription.js +0 -63
- package/src/lib/actions/actions/users/user-activate-subscription.js.map +0 -1
- package/src/lib/actions/actions/users/user-add-balance.d.ts +0 -12
- package/src/lib/actions/actions/users/user-add-balance.js +0 -50
- package/src/lib/actions/actions/users/user-add-balance.js.map +0 -1
- package/src/lib/actions/actions/users/user-apply-custom-fee.d.ts +0 -12
- package/src/lib/actions/actions/users/user-apply-custom-fee.js +0 -52
- package/src/lib/actions/actions/users/user-apply-custom-fee.js.map +0 -1
- package/src/lib/actions/actions/users/user-cancel-subscription.d.ts +0 -10
- package/src/lib/actions/actions/users/user-cancel-subscription.js +0 -43
- package/src/lib/actions/actions/users/user-cancel-subscription.js.map +0 -1
- package/src/lib/actions/actions/users/user-change-status.d.ts +0 -11
- package/src/lib/actions/actions/users/user-change-status.js +0 -53
- package/src/lib/actions/actions/users/user-change-status.js.map +0 -1
- package/src/lib/actions/actions/users/user-clear-subscription-amount-due.d.ts +0 -9
- package/src/lib/actions/actions/users/user-clear-subscription-amount-due.js +0 -38
- package/src/lib/actions/actions/users/user-clear-subscription-amount-due.js.map +0 -1
- package/src/lib/actions/actions/users/user-export-all-private-data.d.ts +0 -9
- package/src/lib/actions/actions/users/user-export-all-private-data.js +0 -38
- package/src/lib/actions/actions/users/user-export-all-private-data.js.map +0 -1
- package/src/lib/actions/actions/users/user-redeem-voucher.d.ts +0 -10
- package/src/lib/actions/actions/users/user-redeem-voucher.js +0 -43
- package/src/lib/actions/actions/users/user-redeem-voucher.js.map +0 -1
- package/src/lib/actions/notifications/notifications/notification-read.d.ts +0 -9
- package/src/lib/actions/notifications/notifications/notification-read.js +0 -38
- package/src/lib/actions/notifications/notifications/notification-read.js.map +0 -1
- package/src/lib/actions/notifications/notifications/notifications-create.d.ts +0 -19
- package/src/lib/actions/notifications/notifications/notifications-create.js +0 -151
- package/src/lib/actions/notifications/notifications/notifications-create.js.map +0 -1
- package/src/lib/actions/notifications/notifications/notifications-listing.d.ts +0 -10
- package/src/lib/actions/notifications/notifications/notifications-listing.js +0 -58
- package/src/lib/actions/notifications/notifications/notifications-listing.js.map +0 -1
- package/src/lib/actions/notifications/notifications/notifications-subscribe.d.ts +0 -18
- package/src/lib/actions/notifications/notifications/notifications-subscribe.js +0 -147
- package/src/lib/actions/notifications/notifications/notifications-subscribe.js.map +0 -1
- package/src/lib/actions/notifications/notifications/notifications-unsubscribe.d.ts +0 -9
- package/src/lib/actions/notifications/notifications/notifications-unsubscribe.js +0 -38
- package/src/lib/actions/notifications/notifications/notifications-unsubscribe.js.map +0 -1
- package/src/lib/actions/resources/authorizations/authorization-read.d.ts +0 -9
- package/src/lib/actions/resources/authorizations/authorization-read.js +0 -38
- package/src/lib/actions/resources/authorizations/authorization-read.js.map +0 -1
- package/src/lib/actions/resources/authorizations/authorizations-listing.d.ts +0 -17
- package/src/lib/actions/resources/authorizations/authorizations-listing.js +0 -93
- package/src/lib/actions/resources/authorizations/authorizations-listing.js.map +0 -1
- package/src/lib/actions/resources/booking-requests/booking-request-create.d.ts +0 -13
- package/src/lib/actions/resources/booking-requests/booking-request-create.js +0 -209
- package/src/lib/actions/resources/booking-requests/booking-request-create.js.map +0 -1
- package/src/lib/actions/resources/booking-requests/booking-request-read.d.ts +0 -9
- package/src/lib/actions/resources/booking-requests/booking-request-read.js +0 -38
- package/src/lib/actions/resources/booking-requests/booking-request-read.js.map +0 -1
- package/src/lib/actions/resources/booking-requests/booking-requests-listing.d.ts +0 -19
- package/src/lib/actions/resources/booking-requests/booking-requests-listing.js +0 -110
- package/src/lib/actions/resources/booking-requests/booking-requests-listing.js.map +0 -1
- package/src/lib/actions/resources/bookings/booking-read.d.ts +0 -10
- package/src/lib/actions/resources/bookings/booking-read.js +0 -48
- package/src/lib/actions/resources/bookings/booking-read.js.map +0 -1
- package/src/lib/actions/resources/bookings/bookings-listing.d.ts +0 -17
- package/src/lib/actions/resources/bookings/bookings-listing.js +0 -107
- package/src/lib/actions/resources/bookings/bookings-listing.js.map +0 -1
- package/src/lib/actions/resources/cdrs/cdr-read.d.ts +0 -10
- package/src/lib/actions/resources/cdrs/cdr-read.js +0 -47
- package/src/lib/actions/resources/cdrs/cdr-read.js.map +0 -1
- package/src/lib/actions/resources/cdrs/cdrs-listing.d.ts +0 -25
- package/src/lib/actions/resources/cdrs/cdrs-listing.js +0 -144
- package/src/lib/actions/resources/cdrs/cdrs-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.d.ts +0 -12
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.js +0 -51
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-create.js.map +0 -1
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.d.ts +0 -9
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.js +0 -38
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-delete.js.map +0 -1
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.d.ts +0 -9
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.js +0 -38
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-read.js.map +0 -1
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.d.ts +0 -12
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.js +0 -52
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-period-update.js.map +0 -1
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.d.ts +0 -20
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.js +0 -116
- package/src/lib/actions/resources/charge-point-downtime-periods/charge-point-downtime-periods-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-point-models/charge-point-model-create.d.ts +0 -12
- package/src/lib/actions/resources/charge-point-models/charge-point-model-create.js +0 -57
- package/src/lib/actions/resources/charge-point-models/charge-point-model-create.js.map +0 -1
- package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.d.ts +0 -9
- package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.js +0 -38
- package/src/lib/actions/resources/charge-point-models/charge-point-model-delete.js.map +0 -1
- package/src/lib/actions/resources/charge-point-models/charge-point-model-read.d.ts +0 -9
- package/src/lib/actions/resources/charge-point-models/charge-point-model-read.js +0 -38
- package/src/lib/actions/resources/charge-point-models/charge-point-model-read.js.map +0 -1
- package/src/lib/actions/resources/charge-point-models/charge-point-model-update.d.ts +0 -13
- package/src/lib/actions/resources/charge-point-models/charge-point-model-update.js +0 -56
- package/src/lib/actions/resources/charge-point-models/charge-point-model-update.js.map +0 -1
- package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.d.ts +0 -11
- package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.js +0 -66
- package/src/lib/actions/resources/charge-point-models/charge-point-models-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.d.ts +0 -9
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.js +0 -38
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-create.js.map +0 -1
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.d.ts +0 -9
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.js +0 -38
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-delete.js.map +0 -1
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.d.ts +0 -9
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.js +0 -38
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-read.js.map +0 -1
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.d.ts +0 -10
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.js +0 -42
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendor-update.js.map +0 -1
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.d.ts +0 -10
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.js +0 -58
- package/src/lib/actions/resources/charge-point-vendors/charge-point-vendors-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-points/chareg-point-share-delete.d.ts +0 -10
- package/src/lib/actions/resources/charge-points/chareg-point-share-delete.js +0 -42
- package/src/lib/actions/resources/charge-points/chareg-point-share-delete.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.d.ts +0 -9
- package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.js +0 -38
- package/src/lib/actions/resources/charge-points/charge-point-available-personal-smart-charging-modes-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-configuration-read.d.ts +0 -10
- package/src/lib/actions/resources/charge-points/charge-point-configuration-read.js +0 -42
- package/src/lib/actions/resources/charge-points/charge-point-configuration-read.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-configuration-update.d.ts +0 -11
- package/src/lib/actions/resources/charge-points/charge-point-configuration-update.js +0 -47
- package/src/lib/actions/resources/charge-points/charge-point-configuration-update.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.d.ts +0 -13
- package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.js +0 -58
- package/src/lib/actions/resources/charge-points/charge-point-configurations-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-create.d.ts +0 -47
- package/src/lib/actions/resources/charge-points/charge-point-create.js +0 -396
- package/src/lib/actions/resources/charge-points/charge-point-create.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-delete.d.ts +0 -10
- package/src/lib/actions/resources/charge-points/charge-point-delete.js +0 -52
- package/src/lib/actions/resources/charge-points/charge-point-delete.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.d.ts +0 -13
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.js +0 -97
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-create.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.d.ts +0 -11
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.js +0 -46
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-delete.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.d.ts +0 -11
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.js +0 -46
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-read.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.d.ts +0 -14
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.js +0 -101
- package/src/lib/actions/resources/charge-points/charge-point-evse-connector-update.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.d.ts +0 -10
- package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.js +0 -42
- package/src/lib/actions/resources/charge-points/charge-point-evse-connectors-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-create.d.ts +0 -25
- package/src/lib/actions/resources/charge-points/charge-point-evse-create.js +0 -183
- package/src/lib/actions/resources/charge-points/charge-point-evse-create.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-delete.d.ts +0 -11
- package/src/lib/actions/resources/charge-points/charge-point-evse-delete.js +0 -52
- package/src/lib/actions/resources/charge-points/charge-point-evse-delete.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-read.d.ts +0 -11
- package/src/lib/actions/resources/charge-points/charge-point-evse-read.js +0 -52
- package/src/lib/actions/resources/charge-points/charge-point-evse-read.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evse-update.d.ts +0 -27
- package/src/lib/actions/resources/charge-points/charge-point-evse-update.js +0 -196
- package/src/lib/actions/resources/charge-points/charge-point-evse-update.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-evses-listing.d.ts +0 -12
- package/src/lib/actions/resources/charge-points/charge-point-evses-listing.js +0 -72
- package/src/lib/actions/resources/charge-points/charge-point-evses-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.d.ts +0 -9
- package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.js +0 -38
- package/src/lib/actions/resources/charge-points/charge-point-personal-smart-charging-preferences-read.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-read.d.ts +0 -10
- package/src/lib/actions/resources/charge-points/charge-point-read.js +0 -52
- package/src/lib/actions/resources/charge-points/charge-point-read.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-share-create.d.ts +0 -10
- package/src/lib/actions/resources/charge-points/charge-point-share-create.js +0 -42
- package/src/lib/actions/resources/charge-points/charge-point-share-create.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-share-read.d.ts +0 -10
- package/src/lib/actions/resources/charge-points/charge-point-share-read.js +0 -42
- package/src/lib/actions/resources/charge-points/charge-point-share-read.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.d.ts +0 -11
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.js +0 -63
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.d.ts +0 -10
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.js +0 -42
- package/src/lib/actions/resources/charge-points/charge-point-shared-partners-sync.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-shares-listing.d.ts +0 -11
- package/src/lib/actions/resources/charge-points/charge-point-shares-listing.js +0 -62
- package/src/lib/actions/resources/charge-points/charge-point-shares-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.d.ts +0 -14
- package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.js +0 -440
- package/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-status-read.d.ts +0 -9
- package/src/lib/actions/resources/charge-points/charge-point-status-read.js +0 -38
- package/src/lib/actions/resources/charge-points/charge-point-status-read.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-point-update.d.ts +0 -48
- package/src/lib/actions/resources/charge-points/charge-point-update.js +0 -346
- package/src/lib/actions/resources/charge-points/charge-point-update.js.map +0 -1
- package/src/lib/actions/resources/charge-points/charge-points-listing.d.ts +0 -33
- package/src/lib/actions/resources/charge-points/charge-points-listing.js +0 -197
- package/src/lib/actions/resources/charge-points/charge-points-listing.js.map +0 -1
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.d.ts +0 -9
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.js +0 -38
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-hardware-status-log.js.map +0 -1
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.d.ts +0 -9
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.js +0 -38
- package/src/lib/actions/resources/charge-points/get-charge-point-latest-network-status-log.js.map +0 -1
- package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.d.ts +0 -13
- package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.js +0 -76
- package/src/lib/actions/resources/charge-points/list-charge-point-hardware-status-logs.js.map +0 -1
- package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.d.ts +0 -13
- package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.js +0 -72
- package/src/lib/actions/resources/charge-points/list-charge-point-network-status-logs.js.map +0 -1
- package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.d.ts +0 -14
- package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js +0 -535
- package/src/lib/actions/resources/charge-points/personal-smart-charging-preferences-update.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.d.ts +0 -11
- package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.js +0 -62
- package/src/lib/actions/resources/circuits/circuit-charge-point-priorities-listing.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-consumption.d.ts +0 -9
- package/src/lib/actions/resources/circuits/circuit-consumption.js +0 -39
- package/src/lib/actions/resources/circuits/circuit-consumption.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-create.d.ts +0 -26
- package/src/lib/actions/resources/circuits/circuit-create.js +0 -194
- package/src/lib/actions/resources/circuits/circuit-create.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-delete.d.ts +0 -9
- package/src/lib/actions/resources/circuits/circuit-delete.js +0 -39
- package/src/lib/actions/resources/circuits/circuit-delete.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-read.d.ts +0 -10
- package/src/lib/actions/resources/circuits/circuit-read.js +0 -51
- package/src/lib/actions/resources/circuits/circuit-read.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.d.ts +0 -9
- package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.js +0 -38
- package/src/lib/actions/resources/circuits/circuit-soc-priorities-listing.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.d.ts +0 -9
- package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.js +0 -38
- package/src/lib/actions/resources/circuits/circuit-unmanaged-load-read.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-update.d.ts +0 -27
- package/src/lib/actions/resources/circuits/circuit-update.js +0 -196
- package/src/lib/actions/resources/circuits/circuit-update.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.d.ts +0 -11
- package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.js +0 -62
- package/src/lib/actions/resources/circuits/circuit-user-priorities-listing.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-user-priority-create.d.ts +0 -12
- package/src/lib/actions/resources/circuits/circuit-user-priority-create.js +0 -58
- package/src/lib/actions/resources/circuits/circuit-user-priority-create.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-user-priority-delete.d.ts +0 -10
- package/src/lib/actions/resources/circuits/circuit-user-priority-delete.js +0 -42
- package/src/lib/actions/resources/circuits/circuit-user-priority-delete.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-user-priority-read.d.ts +0 -10
- package/src/lib/actions/resources/circuits/circuit-user-priority-read.js +0 -42
- package/src/lib/actions/resources/circuits/circuit-user-priority-read.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuit-user-priority-update.d.ts +0 -13
- package/src/lib/actions/resources/circuits/circuit-user-priority-update.js +0 -62
- package/src/lib/actions/resources/circuits/circuit-user-priority-update.js.map +0 -1
- package/src/lib/actions/resources/circuits/circuits-listing.d.ts +0 -11
- package/src/lib/actions/resources/circuits/circuits-listing.js +0 -71
- package/src/lib/actions/resources/circuits/circuits-listing.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.d.ts +0 -14
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.js +0 -129
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-create.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.d.ts +0 -10
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.js +0 -42
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-delete.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.d.ts +0 -11
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.js +0 -62
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-listing.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.d.ts +0 -15
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.js +0 -133
- package/src/lib/actions/resources/configuration-templates/configuration-template-variable-update.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/create-configuration-template.d.ts +0 -10
- package/src/lib/actions/resources/configuration-templates/create-configuration-template.js +0 -48
- package/src/lib/actions/resources/configuration-templates/create-configuration-template.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/delete-configuration-template.d.ts +0 -9
- package/src/lib/actions/resources/configuration-templates/delete-configuration-template.js +0 -39
- package/src/lib/actions/resources/configuration-templates/delete-configuration-template.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/get-configuration-template.d.ts +0 -9
- package/src/lib/actions/resources/configuration-templates/get-configuration-template.js +0 -39
- package/src/lib/actions/resources/configuration-templates/get-configuration-template.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/list-configuration-templates.d.ts +0 -11
- package/src/lib/actions/resources/configuration-templates/list-configuration-templates.js +0 -69
- package/src/lib/actions/resources/configuration-templates/list-configuration-templates.js.map +0 -1
- package/src/lib/actions/resources/configuration-templates/update-configuration-template.d.ts +0 -10
- package/src/lib/actions/resources/configuration-templates/update-configuration-template.js +0 -44
- package/src/lib/actions/resources/configuration-templates/update-configuration-template.js.map +0 -1
- package/src/lib/actions/resources/contact-details/contact-details-delete.d.ts +0 -7
- package/src/lib/actions/resources/contact-details/contact-details-delete.js +0 -33
- package/src/lib/actions/resources/contact-details/contact-details-delete.js.map +0 -1
- package/src/lib/actions/resources/contact-details/contact-details-read.d.ts +0 -7
- package/src/lib/actions/resources/contact-details/contact-details-read.js +0 -33
- package/src/lib/actions/resources/contact-details/contact-details-read.js.map +0 -1
- package/src/lib/actions/resources/contact-details/contact-details-update.d.ts +0 -10
- package/src/lib/actions/resources/contact-details/contact-details-update.js +0 -44
- package/src/lib/actions/resources/contact-details/contact-details-update.js.map +0 -1
- package/src/lib/actions/resources/currencies/currencies-listing.d.ts +0 -7
- package/src/lib/actions/resources/currencies/currencies-listing.js +0 -33
- package/src/lib/actions/resources/currencies/currencies-listing.js.map +0 -1
- package/src/lib/actions/resources/currencies/currency-create.d.ts +0 -15
- package/src/lib/actions/resources/currencies/currency-create.js +0 -258
- package/src/lib/actions/resources/currencies/currency-create.js.map +0 -1
- package/src/lib/actions/resources/currencies/currency-read.d.ts +0 -9
- package/src/lib/actions/resources/currencies/currency-read.js +0 -39
- package/src/lib/actions/resources/currencies/currency-read.js.map +0 -1
- package/src/lib/actions/resources/currencies/currency-update.d.ts +0 -16
- package/src/lib/actions/resources/currencies/currency-update.js +0 -263
- package/src/lib/actions/resources/currencies/currency-update.js.map +0 -1
- package/src/lib/actions/resources/currency-rates/create-currency-rate.d.ts +0 -11
- package/src/lib/actions/resources/currency-rates/create-currency-rate.js +0 -49
- package/src/lib/actions/resources/currency-rates/create-currency-rate.js.map +0 -1
- package/src/lib/actions/resources/currency-rates/delete-currency-rate.d.ts +0 -9
- package/src/lib/actions/resources/currency-rates/delete-currency-rate.js +0 -38
- package/src/lib/actions/resources/currency-rates/delete-currency-rate.js.map +0 -1
- package/src/lib/actions/resources/currency-rates/get-currency-rate.d.ts +0 -9
- package/src/lib/actions/resources/currency-rates/get-currency-rate.js +0 -39
- package/src/lib/actions/resources/currency-rates/get-currency-rate.js.map +0 -1
- package/src/lib/actions/resources/currency-rates/list-currency-rates.d.ts +0 -14
- package/src/lib/actions/resources/currency-rates/list-currency-rates.js +0 -78
- package/src/lib/actions/resources/currency-rates/list-currency-rates.js.map +0 -1
- package/src/lib/actions/resources/currency-rates/update-currency-rate.d.ts +0 -10
- package/src/lib/actions/resources/currency-rates/update-currency-rate.js +0 -44
- package/src/lib/actions/resources/currency-rates/update-currency-rate.js.map +0 -1
- package/src/lib/actions/resources/custom-fees/custom-fee-read.d.ts +0 -9
- package/src/lib/actions/resources/custom-fees/custom-fee-read.js +0 -39
- package/src/lib/actions/resources/custom-fees/custom-fee-read.js.map +0 -1
- package/src/lib/actions/resources/custom-fees/custom-fees-listing.d.ts +0 -12
- package/src/lib/actions/resources/custom-fees/custom-fees-listing.js +0 -68
- package/src/lib/actions/resources/custom-fees/custom-fees-listing.js.map +0 -1
- package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.d.ts +0 -9
- package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.js +0 -38
- package/src/lib/actions/resources/downtime-period-notices/delete-downtime-period-notice.js.map +0 -1
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.d.ts +0 -9
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.js +0 -39
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notice.js.map +0 -1
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.d.ts +0 -11
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.js +0 -69
- package/src/lib/actions/resources/downtime-period-notices/get-downtime-period-notices.js.map +0 -1
- package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.d.ts +0 -11
- package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.js +0 -55
- package/src/lib/actions/resources/downtime-period-notices/patch-downtime-period-notice.js.map +0 -1
- package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.d.ts +0 -11
- package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.js +0 -55
- package/src/lib/actions/resources/downtime-period-notices/post-downtime-period-notice.js.map +0 -1
- package/src/lib/actions/resources/electricity-meters/electricity-meter-create.d.ts +0 -10
- package/src/lib/actions/resources/electricity-meters/electricity-meter-create.js +0 -42
- package/src/lib/actions/resources/electricity-meters/electricity-meter-create.js.map +0 -1
- package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.d.ts +0 -9
- package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.js +0 -38
- package/src/lib/actions/resources/electricity-meters/electricity-meter-delete.js.map +0 -1
- package/src/lib/actions/resources/electricity-meters/electricity-meter-read.d.ts +0 -9
- package/src/lib/actions/resources/electricity-meters/electricity-meter-read.js +0 -38
- package/src/lib/actions/resources/electricity-meters/electricity-meter-read.js.map +0 -1
- package/src/lib/actions/resources/electricity-meters/electricity-meter-update.d.ts +0 -11
- package/src/lib/actions/resources/electricity-meters/electricity-meter-update.js +0 -46
- package/src/lib/actions/resources/electricity-meters/electricity-meter-update.js.map +0 -1
- package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.d.ts +0 -10
- package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.js +0 -58
- package/src/lib/actions/resources/electricity-meters/electricity-meters-lising.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-create.d.ts +0 -12
- package/src/lib/actions/resources/electricity-rates/electricity-rate-create.js +0 -54
- package/src/lib/actions/resources/electricity-rates/electricity-rate-create.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.d.ts +0 -9
- package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.js +0 -39
- package/src/lib/actions/resources/electricity-rates/electricity-rate-delete.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.d.ts +0 -9
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.js +0 -39
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-read.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.d.ts +0 -17
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.js +0 -79
- package/src/lib/actions/resources/electricity-rates/electricity-rate-energy-mix-update.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.d.ts +0 -11
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.js +0 -66
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-create-or-update.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.d.ts +0 -10
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.js +0 -44
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-delete.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.d.ts +0 -9
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.js +0 -39
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-listing.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.d.ts +0 -10
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.js +0 -44
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-date-read.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.d.ts +0 -9
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.js +0 -39
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-listing.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.d.ts +0 -11
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.js +0 -78
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-createa-or-update.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.d.ts +0 -10
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.js +0 -56
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-delete.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.d.ts +0 -9
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.js +0 -39
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-listing.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.d.ts +0 -10
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.js +0 -56
- package/src/lib/actions/resources/electricity-rates/electricity-rate-price-periods-week-day-read.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-read.d.ts +0 -9
- package/src/lib/actions/resources/electricity-rates/electricity-rate-read.js +0 -39
- package/src/lib/actions/resources/electricity-rates/electricity-rate-read.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rate-update.d.ts +0 -13
- package/src/lib/actions/resources/electricity-rates/electricity-rate-update.js +0 -59
- package/src/lib/actions/resources/electricity-rates/electricity-rate-update.js.map +0 -1
- package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.d.ts +0 -12
- package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.js +0 -77
- package/src/lib/actions/resources/electricity-rates/electricity-rates-listing.js.map +0 -1
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.d.ts +0 -12
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.js +0 -54
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-create.js.map +0 -1
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.d.ts +0 -9
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.js +0 -39
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-delete.js.map +0 -1
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.d.ts +0 -9
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.js +0 -39
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-read.js.map +0 -1
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.d.ts +0 -12
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.js +0 -54
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-period-update.js.map +0 -1
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.d.ts +0 -21
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.js +0 -125
- package/src/lib/actions/resources/evse-downtime-periods/evse-downtime-periods-listing.js.map +0 -1
- package/src/lib/actions/resources/evses/evse-create.d.ts +0 -25
- package/src/lib/actions/resources/evses/evse-create.js +0 -184
- package/src/lib/actions/resources/evses/evse-create.js.map +0 -1
- package/src/lib/actions/resources/evses/evse-delete.d.ts +0 -10
- package/src/lib/actions/resources/evses/evse-delete.js +0 -51
- package/src/lib/actions/resources/evses/evse-delete.js.map +0 -1
- package/src/lib/actions/resources/evses/evse-read.d.ts +0 -10
- package/src/lib/actions/resources/evses/evse-read.js +0 -51
- package/src/lib/actions/resources/evses/evse-read.js.map +0 -1
- package/src/lib/actions/resources/evses/evse-update.d.ts +0 -26
- package/src/lib/actions/resources/evses/evse-update.js +0 -196
- package/src/lib/actions/resources/evses/evse-update.js.map +0 -1
- package/src/lib/actions/resources/evses/evses-listing.d.ts +0 -17
- package/src/lib/actions/resources/evses/evses-listing.js +0 -106
- package/src/lib/actions/resources/evses/evses-listing.js.map +0 -1
- package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.d.ts +0 -9
- package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.js +0 -39
- package/src/lib/actions/resources/evses/get-evse-latest-hardware-status-log.js.map +0 -1
- package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.d.ts +0 -13
- package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.js +0 -73
- package/src/lib/actions/resources/evses/list-evse-hardware-status-logs.js.map +0 -1
- package/src/lib/actions/resources/faqs/faq-create.d.ts +0 -10
- package/src/lib/actions/resources/faqs/faq-create.js +0 -68
- package/src/lib/actions/resources/faqs/faq-create.js.map +0 -1
- package/src/lib/actions/resources/faqs/faq-delete.d.ts +0 -9
- package/src/lib/actions/resources/faqs/faq-delete.js +0 -39
- package/src/lib/actions/resources/faqs/faq-delete.js.map +0 -1
- package/src/lib/actions/resources/faqs/faq-read.d.ts +0 -9
- package/src/lib/actions/resources/faqs/faq-read.js +0 -39
- package/src/lib/actions/resources/faqs/faq-read.js.map +0 -1
- package/src/lib/actions/resources/faqs/faq-update.d.ts +0 -11
- package/src/lib/actions/resources/faqs/faq-update.js +0 -73
- package/src/lib/actions/resources/faqs/faq-update.js.map +0 -1
- package/src/lib/actions/resources/faqs/faqs-listing.d.ts +0 -10
- package/src/lib/actions/resources/faqs/faqs-listing.js +0 -58
- package/src/lib/actions/resources/faqs/faqs-listing.js.map +0 -1
- package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.d.ts +0 -11
- package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.js +0 -63
- package/src/lib/actions/resources/firmware-versions/firmware-version-attached-models.js.map +0 -1
- package/src/lib/actions/resources/firmware-versions/firmware-version-read.d.ts +0 -10
- package/src/lib/actions/resources/firmware-versions/firmware-version-read.js +0 -49
- package/src/lib/actions/resources/firmware-versions/firmware-version-read.js.map +0 -1
- package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.d.ts +0 -14
- package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.js +0 -83
- package/src/lib/actions/resources/firmware-versions/firmware-versions-listing.js.map +0 -1
- package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.d.ts +0 -9
- package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.js +0 -39
- package/src/lib/actions/resources/flexibility-activation-requests/get-flexibility-activation-request.js.map +0 -1
- package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.d.ts +0 -11
- package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.js +0 -63
- package/src/lib/actions/resources/flexibility-activation-requests/list-flexibility-activation-requests.js.map +0 -1
- package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.d.ts +0 -15
- package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.js +0 -75
- package/src/lib/actions/resources/flexibility-assets/create-flexibility-asset.js.map +0 -1
- package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.d.ts +0 -9
- package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.js +0 -39
- package/src/lib/actions/resources/flexibility-assets/delete-flexibility-asset.js.map +0 -1
- package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.d.ts +0 -9
- package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.js +0 -39
- package/src/lib/actions/resources/flexibility-assets/get-flexibility-asset.js.map +0 -1
- package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.d.ts +0 -13
- package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.js +0 -73
- package/src/lib/actions/resources/flexibility-assets/get-historical-time-series.js.map +0 -1
- package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.d.ts +0 -13
- package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.js +0 -73
- package/src/lib/actions/resources/flexibility-assets/get-time-series-forecast.js.map +0 -1
- package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.d.ts +0 -11
- package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.js +0 -63
- package/src/lib/actions/resources/flexibility-assets/list-flexibility-assets.js.map +0 -1
- package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.d.ts +0 -11
- package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.js +0 -49
- package/src/lib/actions/resources/flexibility-assets/update-flexibility-asset.js.map +0 -1
- package/src/lib/actions/resources/id-tags/id-tag-create.d.ts +0 -18
- package/src/lib/actions/resources/id-tags/id-tag-create.js +0 -103
- package/src/lib/actions/resources/id-tags/id-tag-create.js.map +0 -1
- package/src/lib/actions/resources/id-tags/id-tag-delete.d.ts +0 -9
- package/src/lib/actions/resources/id-tags/id-tag-delete.js +0 -39
- package/src/lib/actions/resources/id-tags/id-tag-delete.js.map +0 -1
- package/src/lib/actions/resources/id-tags/id-tag-read.d.ts +0 -9
- package/src/lib/actions/resources/id-tags/id-tag-read.js +0 -39
- package/src/lib/actions/resources/id-tags/id-tag-read.js.map +0 -1
- package/src/lib/actions/resources/id-tags/id-tag-update.d.ts +0 -19
- package/src/lib/actions/resources/id-tags/id-tag-update.js +0 -108
- package/src/lib/actions/resources/id-tags/id-tag-update.js.map +0 -1
- package/src/lib/actions/resources/id-tags/id-tags-listing.d.ts +0 -19
- package/src/lib/actions/resources/id-tags/id-tags-listing.js +0 -117
- package/src/lib/actions/resources/id-tags/id-tags-listing.js.map +0 -1
- package/src/lib/actions/resources/installer-jobs/create-installer-job.d.ts +0 -12
- package/src/lib/actions/resources/installer-jobs/create-installer-job.js +0 -54
- package/src/lib/actions/resources/installer-jobs/create-installer-job.js.map +0 -1
- package/src/lib/actions/resources/installer-jobs/delete-installer-job.d.ts +0 -9
- package/src/lib/actions/resources/installer-jobs/delete-installer-job.js +0 -39
- package/src/lib/actions/resources/installer-jobs/delete-installer-job.js.map +0 -1
- package/src/lib/actions/resources/installer-jobs/get-installer-job.d.ts +0 -10
- package/src/lib/actions/resources/installer-jobs/get-installer-job.js +0 -49
- package/src/lib/actions/resources/installer-jobs/get-installer-job.js.map +0 -1
- package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.d.ts +0 -19
- package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.js +0 -111
- package/src/lib/actions/resources/installer-jobs/get-installer-jobs-list.js.map +0 -1
- package/src/lib/actions/resources/installer-jobs/update-installer-job.d.ts +0 -12
- package/src/lib/actions/resources/installer-jobs/update-installer-job.js +0 -53
- package/src/lib/actions/resources/installer-jobs/update-installer-job.js.map +0 -1
- package/src/lib/actions/resources/invoices/invoice-read.d.ts +0 -9
- package/src/lib/actions/resources/invoices/invoice-read.js +0 -39
- package/src/lib/actions/resources/invoices/invoice-read.js.map +0 -1
- package/src/lib/actions/resources/invoices/invoices-listing.d.ts +0 -12
- package/src/lib/actions/resources/invoices/invoices-listing.js +0 -68
- package/src/lib/actions/resources/invoices/invoices-listing.js.map +0 -1
- package/src/lib/actions/resources/locations/location-charging-zone-create.d.ts +0 -14
- package/src/lib/actions/resources/locations/location-charging-zone-create.js +0 -100
- package/src/lib/actions/resources/locations/location-charging-zone-create.js.map +0 -1
- package/src/lib/actions/resources/locations/location-charging-zone-delete.d.ts +0 -10
- package/src/lib/actions/resources/locations/location-charging-zone-delete.js +0 -44
- package/src/lib/actions/resources/locations/location-charging-zone-delete.js.map +0 -1
- package/src/lib/actions/resources/locations/location-charging-zone-read.d.ts +0 -10
- package/src/lib/actions/resources/locations/location-charging-zone-read.js +0 -44
- package/src/lib/actions/resources/locations/location-charging-zone-read.js.map +0 -1
- package/src/lib/actions/resources/locations/location-charging-zone-update.d.ts +0 -15
- package/src/lib/actions/resources/locations/location-charging-zone-update.js +0 -105
- package/src/lib/actions/resources/locations/location-charging-zone-update.js.map +0 -1
- package/src/lib/actions/resources/locations/location-charging-zones-listing.d.ts +0 -11
- package/src/lib/actions/resources/locations/location-charging-zones-listing.js +0 -63
- package/src/lib/actions/resources/locations/location-charging-zones-listing.js.map +0 -1
- package/src/lib/actions/resources/locations/location-create.d.ts +0 -38
- package/src/lib/actions/resources/locations/location-create.js +0 -769
- package/src/lib/actions/resources/locations/location-create.js.map +0 -1
- package/src/lib/actions/resources/locations/location-delete.d.ts +0 -10
- package/src/lib/actions/resources/locations/location-delete.js +0 -52
- package/src/lib/actions/resources/locations/location-delete.js.map +0 -1
- package/src/lib/actions/resources/locations/location-read.d.ts +0 -10
- package/src/lib/actions/resources/locations/location-read.js +0 -52
- package/src/lib/actions/resources/locations/location-read.js.map +0 -1
- package/src/lib/actions/resources/locations/location-update.d.ts +0 -40
- package/src/lib/actions/resources/locations/location-update.js +0 -636
- package/src/lib/actions/resources/locations/location-update.js.map +0 -1
- package/src/lib/actions/resources/locations/locations-listing.d.ts +0 -23
- package/src/lib/actions/resources/locations/locations-listing.js +0 -396
- package/src/lib/actions/resources/locations/locations-listing.js.map +0 -1
- package/src/lib/actions/resources/parking-spaces/create-parking-space.d.ts +0 -15
- package/src/lib/actions/resources/parking-spaces/create-parking-space.js +0 -88
- package/src/lib/actions/resources/parking-spaces/create-parking-space.js.map +0 -1
- package/src/lib/actions/resources/parking-spaces/delete-parking-space.d.ts +0 -9
- package/src/lib/actions/resources/parking-spaces/delete-parking-space.js +0 -39
- package/src/lib/actions/resources/parking-spaces/delete-parking-space.js.map +0 -1
- package/src/lib/actions/resources/parking-spaces/get-parking-space.d.ts +0 -10
- package/src/lib/actions/resources/parking-spaces/get-parking-space.js +0 -49
- package/src/lib/actions/resources/parking-spaces/get-parking-space.js.map +0 -1
- package/src/lib/actions/resources/parking-spaces/list-parking-space.d.ts +0 -13
- package/src/lib/actions/resources/parking-spaces/list-parking-space.js +0 -78
- package/src/lib/actions/resources/parking-spaces/list-parking-space.js.map +0 -1
- package/src/lib/actions/resources/parking-spaces/update-parking-space.d.ts +0 -16
- package/src/lib/actions/resources/parking-spaces/update-parking-space.js +0 -93
- package/src/lib/actions/resources/parking-spaces/update-parking-space.js.map +0 -1
- package/src/lib/actions/resources/partner-contracts/partner-contract-create.d.ts +0 -31
- package/src/lib/actions/resources/partner-contracts/partner-contract-create.js +0 -203
- package/src/lib/actions/resources/partner-contracts/partner-contract-create.js.map +0 -1
- package/src/lib/actions/resources/partner-contracts/partner-contract-delete.d.ts +0 -9
- package/src/lib/actions/resources/partner-contracts/partner-contract-delete.js +0 -39
- package/src/lib/actions/resources/partner-contracts/partner-contract-delete.js.map +0 -1
- package/src/lib/actions/resources/partner-contracts/partner-contract-read.d.ts +0 -9
- package/src/lib/actions/resources/partner-contracts/partner-contract-read.js +0 -39
- package/src/lib/actions/resources/partner-contracts/partner-contract-read.js.map +0 -1
- package/src/lib/actions/resources/partner-contracts/partner-contract-update.d.ts +0 -32
- package/src/lib/actions/resources/partner-contracts/partner-contract-update.js +0 -208
- package/src/lib/actions/resources/partner-contracts/partner-contract-update.js.map +0 -1
- package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.d.ts +0 -10
- package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.js +0 -58
- package/src/lib/actions/resources/partner-contracts/partner-contracts-listing.js.map +0 -1
- package/src/lib/actions/resources/partner-expenses/expenses-listing.d.ts +0 -17
- package/src/lib/actions/resources/partner-expenses/expenses-listing.js +0 -107
- package/src/lib/actions/resources/partner-expenses/expenses-listing.js.map +0 -1
- package/src/lib/actions/resources/partner-invites/partner-invite-create.d.ts +0 -15
- package/src/lib/actions/resources/partner-invites/partner-invite-create.js +0 -93
- package/src/lib/actions/resources/partner-invites/partner-invite-create.js.map +0 -1
- package/src/lib/actions/resources/partner-invites/partner-invite-delete.d.ts +0 -9
- package/src/lib/actions/resources/partner-invites/partner-invite-delete.js +0 -39
- package/src/lib/actions/resources/partner-invites/partner-invite-delete.js.map +0 -1
- package/src/lib/actions/resources/partner-invites/partner-invite-read.d.ts +0 -9
- package/src/lib/actions/resources/partner-invites/partner-invite-read.js +0 -39
- package/src/lib/actions/resources/partner-invites/partner-invite-read.js.map +0 -1
- package/src/lib/actions/resources/partner-invites/partner-invite-update.d.ts +0 -13
- package/src/lib/actions/resources/partner-invites/partner-invite-update.js +0 -77
- package/src/lib/actions/resources/partner-invites/partner-invite-update.js.map +0 -1
- package/src/lib/actions/resources/partner-invites/partner-invites-listing.d.ts +0 -16
- package/src/lib/actions/resources/partner-invites/partner-invites-listing.js +0 -95
- package/src/lib/actions/resources/partner-invites/partner-invites-listing.js.map +0 -1
- package/src/lib/actions/resources/partner-revenues/revenues-listing.d.ts +0 -16
- package/src/lib/actions/resources/partner-revenues/revenues-listing.js +0 -94
- package/src/lib/actions/resources/partner-revenues/revenues-listing.js.map +0 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.d.ts +0 -12
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.js +0 -54
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-create.js.map +0 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.d.ts +0 -10
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.js +0 -44
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-delete.js.map +0 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.d.ts +0 -13
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.js +0 -59
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-record-update.js.map +0 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.d.ts +0 -11
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.js +0 -63
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-partner-settlement-records-listing.js.map +0 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.d.ts +0 -9
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.js +0 -39
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-report-read.js.map +0 -1
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.d.ts +0 -13
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.js +0 -73
- package/src/lib/actions/resources/partner-settlement-reports/partner-settlement-reports-listing.js.map +0 -1
- package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.d.ts +0 -10
- package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.js +0 -44
- package/src/lib/actions/resources/partner-settlement-reports/partnert-settlement-report-partner-settlement-record-read.js.map +0 -1
- package/src/lib/actions/resources/partners/partner-create.d.ts +0 -48
- package/src/lib/actions/resources/partners/partner-create.js +0 -548
- package/src/lib/actions/resources/partners/partner-create.js.map +0 -1
- package/src/lib/actions/resources/partners/partner-delete.d.ts +0 -9
- package/src/lib/actions/resources/partners/partner-delete.js +0 -39
- package/src/lib/actions/resources/partners/partner-delete.js.map +0 -1
- package/src/lib/actions/resources/partners/partner-read.d.ts +0 -9
- package/src/lib/actions/resources/partners/partner-read.js +0 -39
- package/src/lib/actions/resources/partners/partner-read.js.map +0 -1
- package/src/lib/actions/resources/partners/partner-update.d.ts +0 -48
- package/src/lib/actions/resources/partners/partner-update.js +0 -548
- package/src/lib/actions/resources/partners/partner-update.js.map +0 -1
- package/src/lib/actions/resources/partners/partners-listing.d.ts +0 -13
- package/src/lib/actions/resources/partners/partners-listing.js +0 -327
- package/src/lib/actions/resources/partners/partners-listing.js.map +0 -1
- package/src/lib/actions/resources/payment-terminals/create-payment-terminal.d.ts +0 -13
- package/src/lib/actions/resources/payment-terminals/create-payment-terminal.js +0 -366
- package/src/lib/actions/resources/payment-terminals/create-payment-terminal.js.map +0 -1
- package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.d.ts +0 -9
- package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.js +0 -39
- package/src/lib/actions/resources/payment-terminals/delete-payment-terminal.js.map +0 -1
- package/src/lib/actions/resources/payment-terminals/get-payment-terminal.d.ts +0 -9
- package/src/lib/actions/resources/payment-terminals/get-payment-terminal.js +0 -39
- package/src/lib/actions/resources/payment-terminals/get-payment-terminal.js.map +0 -1
- package/src/lib/actions/resources/payment-terminals/get-payment-terminals.d.ts +0 -11
- package/src/lib/actions/resources/payment-terminals/get-payment-terminals.js +0 -63
- package/src/lib/actions/resources/payment-terminals/get-payment-terminals.js.map +0 -1
- package/src/lib/actions/resources/payment-terminals/update-payment-terminal.d.ts +0 -14
- package/src/lib/actions/resources/payment-terminals/update-payment-terminal.js +0 -373
- package/src/lib/actions/resources/payment-terminals/update-payment-terminal.js.map +0 -1
- package/src/lib/actions/resources/provisioning-certificates/create-pc-id.d.ts +0 -13
- package/src/lib/actions/resources/provisioning-certificates/create-pc-id.js +0 -111
- package/src/lib/actions/resources/provisioning-certificates/create-pc-id.js.map +0 -1
- package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.d.ts +0 -9
- package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.js +0 -39
- package/src/lib/actions/resources/provisioning-certificates/delete-pc-id.js.map +0 -1
- package/src/lib/actions/resources/provisioning-certificates/get-pc-id.d.ts +0 -9
- package/src/lib/actions/resources/provisioning-certificates/get-pc-id.js +0 -39
- package/src/lib/actions/resources/provisioning-certificates/get-pc-id.js.map +0 -1
- package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.d.ts +0 -10
- package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.js +0 -58
- package/src/lib/actions/resources/provisioning-certificates/list-pc-ids.js.map +0 -1
- package/src/lib/actions/resources/provisioning-certificates/update-pc-id.d.ts +0 -14
- package/src/lib/actions/resources/provisioning-certificates/update-pc-id.js +0 -116
- package/src/lib/actions/resources/provisioning-certificates/update-pc-id.js.map +0 -1
- package/src/lib/actions/resources/receipts/receipt-read.d.ts +0 -9
- package/src/lib/actions/resources/receipts/receipt-read.js +0 -39
- package/src/lib/actions/resources/receipts/receipt-read.js.map +0 -1
- package/src/lib/actions/resources/receipts/receipts-listing.d.ts +0 -15
- package/src/lib/actions/resources/receipts/receipts-listing.js +0 -90
- package/src/lib/actions/resources/receipts/receipts-listing.js.map +0 -1
- package/src/lib/actions/resources/reservations/reservation-read.d.ts +0 -9
- package/src/lib/actions/resources/reservations/reservation-read.js +0 -39
- package/src/lib/actions/resources/reservations/reservation-read.js.map +0 -1
- package/src/lib/actions/resources/reservations/reservations-listing.d.ts +0 -15
- package/src/lib/actions/resources/reservations/reservations-listing.js +0 -91
- package/src/lib/actions/resources/reservations/reservations-listing.js.map +0 -1
- package/src/lib/actions/resources/roaming-connections/get-roaming-connection.d.ts +0 -9
- package/src/lib/actions/resources/roaming-connections/get-roaming-connection.js +0 -39
- package/src/lib/actions/resources/roaming-connections/get-roaming-connection.js.map +0 -1
- package/src/lib/actions/resources/roaming-connections/list-roaming-connections.d.ts +0 -10
- package/src/lib/actions/resources/roaming-connections/list-roaming-connections.js +0 -58
- package/src/lib/actions/resources/roaming-connections/list-roaming-connections.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.d.ts +0 -16
- package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.js +0 -86
- package/src/lib/actions/resources/roaming-operators/create-roaming-custom-tariff-filter.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.d.ts +0 -10
- package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.js +0 -44
- package/src/lib/actions/resources/roaming-operators/delete-roaming-custom-tariff-filter.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.d.ts +0 -10
- package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.js +0 -44
- package/src/lib/actions/resources/roaming-operators/get-roaming-custom-tariff-filter.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.d.ts +0 -14
- package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.js +0 -84
- package/src/lib/actions/resources/roaming-operators/list-roaming-custom-tariff-filters.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.d.ts +0 -10
- package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.js +0 -56
- package/src/lib/actions/resources/roaming-operators/reorder-roaming-custom-tariff-filters.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/roaming-operator-read.d.ts +0 -9
- package/src/lib/actions/resources/roaming-operators/roaming-operator-read.js +0 -39
- package/src/lib/actions/resources/roaming-operators/roaming-operator-read.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/roaming-operator-update.d.ts +0 -19
- package/src/lib/actions/resources/roaming-operators/roaming-operator-update.js +0 -125
- package/src/lib/actions/resources/roaming-operators/roaming-operator-update.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.d.ts +0 -10
- package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.js +0 -58
- package/src/lib/actions/resources/roaming-operators/roaming-operators-listing.js.map +0 -1
- package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.d.ts +0 -17
- package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.js +0 -91
- package/src/lib/actions/resources/roaming-operators/update-roaming-custom-tariff-filter.js.map +0 -1
- package/src/lib/actions/resources/roaming-providers/roaming-provider-create.d.ts +0 -13
- package/src/lib/actions/resources/roaming-providers/roaming-provider-create.js +0 -97
- package/src/lib/actions/resources/roaming-providers/roaming-provider-create.js.map +0 -1
- package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.d.ts +0 -9
- package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.js +0 -39
- package/src/lib/actions/resources/roaming-providers/roaming-provider-delete.js.map +0 -1
- package/src/lib/actions/resources/roaming-providers/roaming-provider-read.d.ts +0 -9
- package/src/lib/actions/resources/roaming-providers/roaming-provider-read.js +0 -39
- package/src/lib/actions/resources/roaming-providers/roaming-provider-read.js.map +0 -1
- package/src/lib/actions/resources/roaming-providers/roaming-provider-update.d.ts +0 -14
- package/src/lib/actions/resources/roaming-providers/roaming-provider-update.js +0 -87
- package/src/lib/actions/resources/roaming-providers/roaming-provider-update.js.map +0 -1
- package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.d.ts +0 -13
- package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.js +0 -73
- package/src/lib/actions/resources/roaming-providers/roaming-providers-listing.js.map +0 -1
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.d.ts +0 -9
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.js +0 -39
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-read.js.map +0 -1
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.d.ts +0 -10
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.js +0 -44
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariff-update.js.map +0 -1
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.d.ts +0 -10
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.js +0 -58
- package/src/lib/actions/resources/roaming-tariffs/roaming-tariffs-listing.js.map +0 -1
- package/src/lib/actions/resources/security-events/security-event-read.d.ts +0 -9
- package/src/lib/actions/resources/security-events/security-event-read.js +0 -39
- package/src/lib/actions/resources/security-events/security-event-read.js.map +0 -1
- package/src/lib/actions/resources/security-events/security-events-listing.d.ts +0 -14
- package/src/lib/actions/resources/security-events/security-events-listing.js +0 -89
- package/src/lib/actions/resources/security-events/security-events-listing.js.map +0 -1
- package/src/lib/actions/resources/sessions/session-read.d.ts +0 -16
- package/src/lib/actions/resources/sessions/session-read.js +0 -116
- package/src/lib/actions/resources/sessions/session-read.js.map +0 -1
- package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.d.ts +0 -9
- package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.js +0 -39
- package/src/lib/actions/resources/sessions/sessions-consumption-stats-read.js.map +0 -1
- package/src/lib/actions/resources/sessions/sessions-listing.d.ts +0 -46
- package/src/lib/actions/resources/sessions/sessions-listing.js +0 -376
- package/src/lib/actions/resources/sessions/sessions-listing.js.map +0 -1
- package/src/lib/actions/resources/settings/settings-listing.d.ts +0 -7
- package/src/lib/actions/resources/settings/settings-listing.js +0 -33
- package/src/lib/actions/resources/settings/settings-listing.js.map +0 -1
- package/src/lib/actions/resources/sub-operators/sub-operator-read.d.ts +0 -9
- package/src/lib/actions/resources/sub-operators/sub-operator-read.js +0 -39
- package/src/lib/actions/resources/sub-operators/sub-operator-read.js.map +0 -1
- package/src/lib/actions/resources/sub-operators/sub-operators-listing.d.ts +0 -10
- package/src/lib/actions/resources/sub-operators/sub-operators-listing.js +0 -58
- package/src/lib/actions/resources/sub-operators/sub-operators-listing.js.map +0 -1
- package/src/lib/actions/resources/subscription-plans/subscription-plan-create.d.ts +0 -34
- package/src/lib/actions/resources/subscription-plans/subscription-plan-create.js +0 -763
- package/src/lib/actions/resources/subscription-plans/subscription-plan-create.js.map +0 -1
- package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.d.ts +0 -9
- package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.js +0 -39
- package/src/lib/actions/resources/subscription-plans/subscription-plan-delete.js.map +0 -1
- package/src/lib/actions/resources/subscription-plans/subscription-plan-read.d.ts +0 -9
- package/src/lib/actions/resources/subscription-plans/subscription-plan-read.js +0 -39
- package/src/lib/actions/resources/subscription-plans/subscription-plan-read.js.map +0 -1
- package/src/lib/actions/resources/subscription-plans/subscription-plan-update.d.ts +0 -35
- package/src/lib/actions/resources/subscription-plans/subscription-plan-update.js +0 -762
- package/src/lib/actions/resources/subscription-plans/subscription-plan-update.js.map +0 -1
- package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.d.ts +0 -10
- package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.js +0 -58
- package/src/lib/actions/resources/subscription-plans/subscription-plans-listing.js.map +0 -1
- package/src/lib/actions/resources/subscriptions/subscription-read.d.ts +0 -9
- package/src/lib/actions/resources/subscriptions/subscription-read.js +0 -39
- package/src/lib/actions/resources/subscriptions/subscription-read.js.map +0 -1
- package/src/lib/actions/resources/subscriptions/subscriptions-listing.d.ts +0 -15
- package/src/lib/actions/resources/subscriptions/subscriptions-listing.js +0 -92
- package/src/lib/actions/resources/subscriptions/subscriptions-listing.js.map +0 -1
- package/src/lib/actions/resources/tariff-groups/tariff-group-create.d.ts +0 -11
- package/src/lib/actions/resources/tariff-groups/tariff-group-create.js +0 -49
- package/src/lib/actions/resources/tariff-groups/tariff-group-create.js.map +0 -1
- package/src/lib/actions/resources/tariff-groups/tariff-group-delete.d.ts +0 -9
- package/src/lib/actions/resources/tariff-groups/tariff-group-delete.js +0 -39
- package/src/lib/actions/resources/tariff-groups/tariff-group-delete.js.map +0 -1
- package/src/lib/actions/resources/tariff-groups/tariff-group-read.d.ts +0 -9
- package/src/lib/actions/resources/tariff-groups/tariff-group-read.js +0 -39
- package/src/lib/actions/resources/tariff-groups/tariff-group-read.js.map +0 -1
- package/src/lib/actions/resources/tariff-groups/tariff-group-update.d.ts +0 -12
- package/src/lib/actions/resources/tariff-groups/tariff-group-update.js +0 -54
- package/src/lib/actions/resources/tariff-groups/tariff-group-update.js.map +0 -1
- package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.d.ts +0 -11
- package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.js +0 -63
- package/src/lib/actions/resources/tariff-groups/tariff-groups-listing.js.map +0 -1
- package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.d.ts +0 -9
- package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.js +0 -39
- package/src/lib/actions/resources/tariff-snapshots/tariff-snapshot-read.js.map +0 -1
- package/src/lib/actions/resources/tariffs/tariff-create.d.ts +0 -86
- package/src/lib/actions/resources/tariffs/tariff-create.js +0 -773
- package/src/lib/actions/resources/tariffs/tariff-create.js.map +0 -1
- package/src/lib/actions/resources/tariffs/tariff-delete.d.ts +0 -9
- package/src/lib/actions/resources/tariffs/tariff-delete.js +0 -39
- package/src/lib/actions/resources/tariffs/tariff-delete.js.map +0 -1
- package/src/lib/actions/resources/tariffs/tariff-read.d.ts +0 -9
- package/src/lib/actions/resources/tariffs/tariff-read.js +0 -39
- package/src/lib/actions/resources/tariffs/tariff-read.js.map +0 -1
- package/src/lib/actions/resources/tariffs/tariff-update.d.ts +0 -87
- package/src/lib/actions/resources/tariffs/tariff-update.js +0 -761
- package/src/lib/actions/resources/tariffs/tariff-update.js.map +0 -1
- package/src/lib/actions/resources/tariffs/tariffs-listing.d.ts +0 -14
- package/src/lib/actions/resources/tariffs/tariffs-listing.js +0 -78
- package/src/lib/actions/resources/tariffs/tariffs-listing.js.map +0 -1
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.d.ts +0 -9
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.js +0 -39
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-create.js.map +0 -1
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.d.ts +0 -9
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.js +0 -39
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-delete.js.map +0 -1
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.d.ts +0 -9
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.js +0 -39
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-read.js.map +0 -1
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.d.ts +0 -10
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.js +0 -44
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-number-update.js.map +0 -1
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.d.ts +0 -10
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.js +0 -58
- package/src/lib/actions/resources/tax-identification-numbers/tax-identification-numbers-listing.js.map +0 -1
- package/src/lib/actions/resources/taxes/tax-create.d.ts +0 -12
- package/src/lib/actions/resources/taxes/tax-create.js +0 -66
- package/src/lib/actions/resources/taxes/tax-create.js.map +0 -1
- package/src/lib/actions/resources/taxes/tax-delete.d.ts +0 -9
- package/src/lib/actions/resources/taxes/tax-delete.js +0 -39
- package/src/lib/actions/resources/taxes/tax-delete.js.map +0 -1
- package/src/lib/actions/resources/taxes/tax-read.d.ts +0 -9
- package/src/lib/actions/resources/taxes/tax-read.js +0 -39
- package/src/lib/actions/resources/taxes/tax-read.js.map +0 -1
- package/src/lib/actions/resources/taxes/tax-update.d.ts +0 -13
- package/src/lib/actions/resources/taxes/tax-update.js +0 -71
- package/src/lib/actions/resources/taxes/tax-update.js.map +0 -1
- package/src/lib/actions/resources/taxes/taxes-listing.d.ts +0 -10
- package/src/lib/actions/resources/taxes/taxes-listing.js +0 -58
- package/src/lib/actions/resources/taxes/taxes-listing.js.map +0 -1
- package/src/lib/actions/resources/templates/templates-listing.d.ts +0 -10
- package/src/lib/actions/resources/templates/templates-listing.js +0 -58
- package/src/lib/actions/resources/templates/templates-listing.js.map +0 -1
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.d.ts +0 -10
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.js +0 -44
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-listing.js.map +0 -1
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.d.ts +0 -9
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.js +0 -39
- package/src/lib/actions/resources/terms-and-policies/terms-and-policies-read.js.map +0 -1
- package/src/lib/actions/resources/top-up-packages/top-up-packag-create.d.ts +0 -11
- package/src/lib/actions/resources/top-up-packages/top-up-packag-create.js +0 -55
- package/src/lib/actions/resources/top-up-packages/top-up-packag-create.js.map +0 -1
- package/src/lib/actions/resources/top-up-packages/top-up-package-delete.d.ts +0 -9
- package/src/lib/actions/resources/top-up-packages/top-up-package-delete.js +0 -39
- package/src/lib/actions/resources/top-up-packages/top-up-package-delete.js.map +0 -1
- package/src/lib/actions/resources/top-up-packages/top-up-package-read.d.ts +0 -9
- package/src/lib/actions/resources/top-up-packages/top-up-package-read.js +0 -39
- package/src/lib/actions/resources/top-up-packages/top-up-package-read.js.map +0 -1
- package/src/lib/actions/resources/top-up-packages/top-up-package-update.d.ts +0 -12
- package/src/lib/actions/resources/top-up-packages/top-up-package-update.js +0 -60
- package/src/lib/actions/resources/top-up-packages/top-up-package-update.js.map +0 -1
- package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.d.ts +0 -11
- package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.js +0 -63
- package/src/lib/actions/resources/top-up-packages/top-up-packages-listing.js.map +0 -1
- package/src/lib/actions/resources/transactions/transaction-read.d.ts +0 -9
- package/src/lib/actions/resources/transactions/transaction-read.js +0 -39
- package/src/lib/actions/resources/transactions/transaction-read.js.map +0 -1
- package/src/lib/actions/resources/transactions/transaction-update.d.ts +0 -20
- package/src/lib/actions/resources/transactions/transaction-update.js +0 -137
- package/src/lib/actions/resources/transactions/transaction-update.js.map +0 -1
- package/src/lib/actions/resources/transactions/transactions-create.d.ts +0 -21
- package/src/lib/actions/resources/transactions/transactions-create.js +0 -151
- package/src/lib/actions/resources/transactions/transactions-create.js.map +0 -1
- package/src/lib/actions/resources/transactions/transactions-listing.d.ts +0 -26
- package/src/lib/actions/resources/transactions/transactions-listing.js +0 -179
- package/src/lib/actions/resources/transactions/transactions-listing.js.map +0 -1
- package/src/lib/actions/resources/user-groups/user-group-create.d.ts +0 -11
- package/src/lib/actions/resources/user-groups/user-group-create.js +0 -49
- package/src/lib/actions/resources/user-groups/user-group-create.js.map +0 -1
- package/src/lib/actions/resources/user-groups/user-group-delete.d.ts +0 -9
- package/src/lib/actions/resources/user-groups/user-group-delete.js +0 -39
- package/src/lib/actions/resources/user-groups/user-group-delete.js.map +0 -1
- package/src/lib/actions/resources/user-groups/user-group-read.d.ts +0 -9
- package/src/lib/actions/resources/user-groups/user-group-read.js +0 -39
- package/src/lib/actions/resources/user-groups/user-group-read.js.map +0 -1
- package/src/lib/actions/resources/user-groups/user-group-update.d.ts +0 -12
- package/src/lib/actions/resources/user-groups/user-group-update.js +0 -54
- package/src/lib/actions/resources/user-groups/user-group-update.js.map +0 -1
- package/src/lib/actions/resources/user-groups/user-groups-listing.d.ts +0 -12
- package/src/lib/actions/resources/user-groups/user-groups-listing.js +0 -68
- package/src/lib/actions/resources/user-groups/user-groups-listing.js.map +0 -1
- package/src/lib/actions/resources/users/invoice-details-create-or-update.d.ts +0 -14
- package/src/lib/actions/resources/users/invoice-details-create-or-update.js +0 -1394
- package/src/lib/actions/resources/users/invoice-details-create-or-update.js.map +0 -1
- package/src/lib/actions/resources/users/invoice-details-read.d.ts +0 -9
- package/src/lib/actions/resources/users/invoice-details-read.js +0 -39
- package/src/lib/actions/resources/users/invoice-details-read.js.map +0 -1
- package/src/lib/actions/resources/users/payment-method-create.d.ts +0 -12
- package/src/lib/actions/resources/users/payment-method-create.js +0 -65
- package/src/lib/actions/resources/users/payment-method-create.js.map +0 -1
- package/src/lib/actions/resources/users/payment-method-delete.d.ts +0 -10
- package/src/lib/actions/resources/users/payment-method-delete.js +0 -44
- package/src/lib/actions/resources/users/payment-method-delete.js.map +0 -1
- package/src/lib/actions/resources/users/payment-method-read.d.ts +0 -10
- package/src/lib/actions/resources/users/payment-method-read.js +0 -44
- package/src/lib/actions/resources/users/payment-method-read.js.map +0 -1
- package/src/lib/actions/resources/users/payment-method-update.d.ts +0 -11
- package/src/lib/actions/resources/users/payment-method-update.js +0 -55
- package/src/lib/actions/resources/users/payment-method-update.js.map +0 -1
- package/src/lib/actions/resources/users/payment-methods-listing.d.ts +0 -11
- package/src/lib/actions/resources/users/payment-methods-listing.js +0 -63
- package/src/lib/actions/resources/users/payment-methods-listing.js.map +0 -1
- package/src/lib/actions/resources/users/user-create.d.ts +0 -38
- package/src/lib/actions/resources/users/user-create.js +0 -467
- package/src/lib/actions/resources/users/user-create.js.map +0 -1
- package/src/lib/actions/resources/users/user-delete.d.ts +0 -10
- package/src/lib/actions/resources/users/user-delete.js +0 -50
- package/src/lib/actions/resources/users/user-delete.js.map +0 -1
- package/src/lib/actions/resources/users/user-read.d.ts +0 -11
- package/src/lib/actions/resources/users/user-read.js +0 -61
- package/src/lib/actions/resources/users/user-read.js.map +0 -1
- package/src/lib/actions/resources/users/user-update.d.ts +0 -37
- package/src/lib/actions/resources/users/user-update.js +0 -468
- package/src/lib/actions/resources/users/user-update.js.map +0 -1
- package/src/lib/actions/resources/users/users-listing.d.ts +0 -18
- package/src/lib/actions/resources/users/users-listing.js +0 -104
- package/src/lib/actions/resources/users/users-listing.js.map +0 -1
- package/src/lib/actions/resources/utilities/create-utility.d.ts +0 -9
- package/src/lib/actions/resources/utilities/create-utility.js +0 -39
- package/src/lib/actions/resources/utilities/create-utility.js.map +0 -1
- package/src/lib/actions/resources/utilities/delete-utility.d.ts +0 -9
- package/src/lib/actions/resources/utilities/delete-utility.js +0 -39
- package/src/lib/actions/resources/utilities/delete-utility.js.map +0 -1
- package/src/lib/actions/resources/utilities/get-utility.d.ts +0 -9
- package/src/lib/actions/resources/utilities/get-utility.js +0 -39
- package/src/lib/actions/resources/utilities/get-utility.js.map +0 -1
- package/src/lib/actions/resources/utilities/list-utilities.d.ts +0 -10
- package/src/lib/actions/resources/utilities/list-utilities.js +0 -58
- package/src/lib/actions/resources/utilities/list-utilities.js.map +0 -1
- package/src/lib/actions/resources/utilities/update-utility.d.ts +0 -10
- package/src/lib/actions/resources/utilities/update-utility.js +0 -44
- package/src/lib/actions/resources/utilities/update-utility.js.map +0 -1
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.d.ts +0 -12
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.js +0 -54
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-create.js.map +0 -1
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.d.ts +0 -9
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.js +0 -39
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-delete.js.map +0 -1
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.d.ts +0 -9
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.js +0 -39
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-read.js.map +0 -1
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.d.ts +0 -13
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.js +0 -59
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-code-update.js.map +0 -1
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.d.ts +0 -10
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.js +0 -58
- package/src/lib/actions/resources/vendor-error-codes/vendor-error-codes-listing.js.map +0 -1
- package/src/lib/actions/resources/vouchers/voucher-create.d.ts +0 -15
- package/src/lib/actions/resources/vouchers/voucher-create.js +0 -92
- package/src/lib/actions/resources/vouchers/voucher-create.js.map +0 -1
- package/src/lib/actions/resources/vouchers/voucher-delete.d.ts +0 -9
- package/src/lib/actions/resources/vouchers/voucher-delete.js +0 -39
- package/src/lib/actions/resources/vouchers/voucher-delete.js.map +0 -1
- package/src/lib/actions/resources/vouchers/voucher-read.d.ts +0 -9
- package/src/lib/actions/resources/vouchers/voucher-read.js +0 -39
- package/src/lib/actions/resources/vouchers/voucher-read.js.map +0 -1
- package/src/lib/actions/resources/vouchers/voucher-update.d.ts +0 -16
- package/src/lib/actions/resources/vouchers/voucher-update.js +0 -103
- package/src/lib/actions/resources/vouchers/voucher-update.js.map +0 -1
- package/src/lib/actions/resources/vouchers/vouchers-listing.d.ts +0 -19
- package/src/lib/actions/resources/vouchers/vouchers-listing.js +0 -120
- package/src/lib/actions/resources/vouchers/vouchers-listing.js.map +0 -1
- package/src/lib/common/auth.d.ts +0 -4
- package/src/lib/common/auth.js +0 -20
- package/src/lib/common/auth.js.map +0 -1
- package/src/lib/common/utils.d.ts +0 -88
- package/src/lib/common/utils.js +0 -405
- package/src/lib/common/utils.js.map +0 -1
- package/src/lib/models/responses.d.ts +0 -9430
- package/src/lib/models/responses.js +0 -3
- package/src/lib/models/responses.js.map +0 -1
- package/src/lib/triggers/webhook.d.ts +0 -26
- package/src/lib/triggers/webhook.js +0 -113
- package/src/lib/triggers/webhook.js.map +0 -1
|
@@ -1,440 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.chargePointSmartChargingUpdateAction = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
-
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
7
|
-
const auth_1 = require("../../../common/auth");
|
|
8
|
-
const utils_1 = require("../../../common/utils");
|
|
9
|
-
/**
|
|
10
|
-
* Generated from API version: 3.96.4
|
|
11
|
-
*/
|
|
12
|
-
// Endpoint: POST /public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging
|
|
13
|
-
exports.chargePointSmartChargingUpdateAction = (0, pieces_framework_1.createAction)({
|
|
14
|
-
auth: auth_1.ampecoAuth,
|
|
15
|
-
name: 'chargePointSmartChargingUpdate',
|
|
16
|
-
displayName: 'Resources - Charge Points - Charge Point Smart Charging Update',
|
|
17
|
-
description: 'Update smart charging details for the charge point.',
|
|
18
|
-
props: {
|
|
19
|
-
chargePoint: pieces_framework_1.Property.Number({
|
|
20
|
-
displayName: 'Charge Point',
|
|
21
|
-
required: true,
|
|
22
|
-
}),
|
|
23
|
-
mode: pieces_framework_1.Property.StaticDropdown({
|
|
24
|
-
displayName: 'Mode',
|
|
25
|
-
description: 'Select the mode',
|
|
26
|
-
required: true,
|
|
27
|
-
options: {
|
|
28
|
-
options: [
|
|
29
|
-
{ label: 'tod', value: 'tod' },
|
|
30
|
-
{ label: 'dynamic', value: 'dynamic' },
|
|
31
|
-
{ label: 'user_schedule', value: 'user_schedule' },
|
|
32
|
-
{ label: 'disabled', value: 'disabled' }
|
|
33
|
-
],
|
|
34
|
-
},
|
|
35
|
-
}),
|
|
36
|
-
requestBody: pieces_framework_1.Property.DynamicProperties({
|
|
37
|
-
displayName: 'Request Body',
|
|
38
|
-
required: true,
|
|
39
|
-
auth: auth_1.ampecoAuth,
|
|
40
|
-
refreshers: ['mode'],
|
|
41
|
-
props: (_a) => tslib_1.__awaiter(void 0, [_a], void 0, function* ({ mode }) {
|
|
42
|
-
if (!mode) {
|
|
43
|
-
return {};
|
|
44
|
-
}
|
|
45
|
-
const variantMap = {
|
|
46
|
-
'tod': {
|
|
47
|
-
defaultChargePointMaxCurrent: pieces_framework_1.Property.Number({
|
|
48
|
-
displayName: 'Default Charge Point Max Current',
|
|
49
|
-
description: 'In amps. The max current would be used in the algorithm for the smart charging and wherever there is not a max current explicitly set.',
|
|
50
|
-
required: true,
|
|
51
|
-
}),
|
|
52
|
-
periods: pieces_framework_1.Property.Array({
|
|
53
|
-
displayName: 'Periods',
|
|
54
|
-
description: 'The time period must be the same for every single day through the week and should be always 60 min. The `startAt` and `endAt` must comply with this restriction.',
|
|
55
|
-
required: false,
|
|
56
|
-
properties: {
|
|
57
|
-
weekDay: pieces_framework_1.Property.StaticDropdown({
|
|
58
|
-
displayName: 'Week Day',
|
|
59
|
-
description: 'Specify the day for which the pricing would be valid.',
|
|
60
|
-
required: true,
|
|
61
|
-
options: {
|
|
62
|
-
options: [
|
|
63
|
-
{ label: 'all', value: 'all' },
|
|
64
|
-
{ label: 'mon', value: 'mon' },
|
|
65
|
-
{ label: 'tue', value: 'tue' },
|
|
66
|
-
{ label: 'wed', value: 'wed' },
|
|
67
|
-
{ label: 'thu', value: 'thu' },
|
|
68
|
-
{ label: 'fri', value: 'fri' },
|
|
69
|
-
{ label: 'sat', value: 'sat' },
|
|
70
|
-
{ label: 'sun', value: 'sun' }
|
|
71
|
-
],
|
|
72
|
-
},
|
|
73
|
-
}),
|
|
74
|
-
elements: pieces_framework_1.Property.Json({
|
|
75
|
-
displayName: 'Elements',
|
|
76
|
-
defaultValue: {
|
|
77
|
-
"type": "array",
|
|
78
|
-
"items": {
|
|
79
|
-
"type": "object",
|
|
80
|
-
"required": [
|
|
81
|
-
"startAt",
|
|
82
|
-
"endAt"
|
|
83
|
-
],
|
|
84
|
-
"properties": {
|
|
85
|
-
"startAt": {
|
|
86
|
-
"type": "string",
|
|
87
|
-
"format": "time",
|
|
88
|
-
"example": "00:00",
|
|
89
|
-
"description": "The 24-hour format should be used.</br>\nExample '00:00'\n"
|
|
90
|
-
},
|
|
91
|
-
"endAt": {
|
|
92
|
-
"type": "string",
|
|
93
|
-
"format": "time",
|
|
94
|
-
"example": "00:00",
|
|
95
|
-
"description": "The 24-hour format should be used.</br>\nExample '01:00'\n"
|
|
96
|
-
},
|
|
97
|
-
"maxCurrent": {
|
|
98
|
-
"type": "number",
|
|
99
|
-
"nullable": true
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
required: true,
|
|
105
|
-
}),
|
|
106
|
-
},
|
|
107
|
-
}),
|
|
108
|
-
preconditioningTime: pieces_framework_1.Property.Number({
|
|
109
|
-
displayName: 'Preconditioning Time',
|
|
110
|
-
description: 'The time in minutes before departure when the charging will be performed with full power.',
|
|
111
|
-
required: false,
|
|
112
|
-
}),
|
|
113
|
-
minCurrent: pieces_framework_1.Property.Number({
|
|
114
|
-
displayName: 'Min Current',
|
|
115
|
-
description: 'minCurrent is always REQUIRED for `user_controlled_schedule`.',
|
|
116
|
-
required: false,
|
|
117
|
-
}),
|
|
118
|
-
enableKeepAwake: pieces_framework_1.Property.StaticDropdown({
|
|
119
|
-
displayName: 'Enable Keep Awake',
|
|
120
|
-
description: 'For personal charge points. Keep the car awake during scheduled periods by continuously charging at a low current / power.',
|
|
121
|
-
required: false,
|
|
122
|
-
options: {
|
|
123
|
-
options: [
|
|
124
|
-
{ label: 'true', value: 'true' },
|
|
125
|
-
{ label: 'false', value: 'false' }
|
|
126
|
-
],
|
|
127
|
-
},
|
|
128
|
-
}),
|
|
129
|
-
maxVoltage: pieces_framework_1.Property.StaticDropdown({
|
|
130
|
-
displayName: 'Max Voltage',
|
|
131
|
-
description: '',
|
|
132
|
-
required: true,
|
|
133
|
-
options: {
|
|
134
|
-
options: [
|
|
135
|
-
{ label: '230', value: '230' },
|
|
136
|
-
{ label: '380', value: '380' },
|
|
137
|
-
{ label: '400', value: '400' },
|
|
138
|
-
{ label: '480', value: '480' },
|
|
139
|
-
{ label: '120', value: '120' },
|
|
140
|
-
{ label: '208', value: '208' },
|
|
141
|
-
{ label: '240', value: '240' },
|
|
142
|
-
{ label: '110-130', value: '110-130' },
|
|
143
|
-
{ label: '220-240', value: '220-240' }
|
|
144
|
-
],
|
|
145
|
-
},
|
|
146
|
-
}),
|
|
147
|
-
electricalConfiguration: pieces_framework_1.Property.StaticDropdown({
|
|
148
|
-
displayName: 'Electrical Configuration',
|
|
149
|
-
description: 'Defines the type of electrical configuration of the charge point. The available options are </br> `star` - TN system - Star (Y) (default)</br> `delta` - IT system - Delta (Δ)</br>.',
|
|
150
|
-
required: false,
|
|
151
|
-
options: {
|
|
152
|
-
options: [
|
|
153
|
-
{ label: 'star', value: 'star' },
|
|
154
|
-
{ label: 'delta', value: 'delta' }
|
|
155
|
-
],
|
|
156
|
-
},
|
|
157
|
-
}),
|
|
158
|
-
phases: pieces_framework_1.Property.StaticDropdown({
|
|
159
|
-
displayName: 'Phases',
|
|
160
|
-
description: '',
|
|
161
|
-
required: true,
|
|
162
|
-
options: {
|
|
163
|
-
options: [
|
|
164
|
-
{ label: 'single_phase', value: 'single_phase' },
|
|
165
|
-
{ label: 'three_phase', value: 'three_phase' },
|
|
166
|
-
{ label: 'split_phase', value: 'split_phase' }
|
|
167
|
-
],
|
|
168
|
-
},
|
|
169
|
-
}),
|
|
170
|
-
phaseRotation: pieces_framework_1.Property.StaticDropdown({
|
|
171
|
-
displayName: 'Phase Rotation',
|
|
172
|
-
description: '`R` stands for `L1`, </br> `S` - for `L2` </br> `T` - for `L3` </br> So for example `RST` = `L1`, `L2`, `L3`, while `RTS` = `L1`, `L3`, `L2`, etc.',
|
|
173
|
-
required: true,
|
|
174
|
-
options: {
|
|
175
|
-
options: [
|
|
176
|
-
{ label: 'RST', value: 'RST' },
|
|
177
|
-
{ label: 'RTS', value: 'RTS' },
|
|
178
|
-
{ label: 'SRT', value: 'SRT' },
|
|
179
|
-
{ label: 'STR', value: 'STR' },
|
|
180
|
-
{ label: 'TRS', value: 'TRS' },
|
|
181
|
-
{ label: 'TSR', value: 'TSR' }
|
|
182
|
-
],
|
|
183
|
-
},
|
|
184
|
-
}),
|
|
185
|
-
connectedPhase: pieces_framework_1.Property.StaticDropdown({
|
|
186
|
-
displayName: 'Connected Phase',
|
|
187
|
-
description: '',
|
|
188
|
-
required: false,
|
|
189
|
-
options: {
|
|
190
|
-
options: [
|
|
191
|
-
{ label: 'L1', value: 'L1' },
|
|
192
|
-
{ label: 'L2', value: 'L2' },
|
|
193
|
-
{ label: 'L3', value: 'L3' },
|
|
194
|
-
{ label: 'L1_L2', value: 'L1_L2' },
|
|
195
|
-
{ label: 'L1_L3', value: 'L1_L3' },
|
|
196
|
-
{ label: 'L2_L3', value: 'L2_L3' }
|
|
197
|
-
],
|
|
198
|
-
},
|
|
199
|
-
}),
|
|
200
|
-
},
|
|
201
|
-
'dynamic': {
|
|
202
|
-
defaultChargePointMaxCurrent: pieces_framework_1.Property.Number({
|
|
203
|
-
displayName: 'Default Charge Point Max Current',
|
|
204
|
-
description: 'In amps. The max current would be used in the algorithm for the smart charging and wherever there is not a max current explicitly set.',
|
|
205
|
-
required: true,
|
|
206
|
-
}),
|
|
207
|
-
preconditioningTime: pieces_framework_1.Property.Number({
|
|
208
|
-
displayName: 'Preconditioning Time',
|
|
209
|
-
description: 'The time in minutes before departure when the charging will be performed with full power.',
|
|
210
|
-
required: false,
|
|
211
|
-
}),
|
|
212
|
-
minCurrent: pieces_framework_1.Property.Number({
|
|
213
|
-
displayName: 'Min Current',
|
|
214
|
-
description: 'minCurrent is always REQUIRED for `user_controlled_schedule`.',
|
|
215
|
-
required: false,
|
|
216
|
-
}),
|
|
217
|
-
enableKeepAwake: pieces_framework_1.Property.StaticDropdown({
|
|
218
|
-
displayName: 'Enable Keep Awake',
|
|
219
|
-
description: 'For personal charge points. Keep the car awake during scheduled periods by continuously charging at a low current / power.',
|
|
220
|
-
required: false,
|
|
221
|
-
options: {
|
|
222
|
-
options: [
|
|
223
|
-
{ label: 'true', value: 'true' },
|
|
224
|
-
{ label: 'false', value: 'false' }
|
|
225
|
-
],
|
|
226
|
-
},
|
|
227
|
-
}),
|
|
228
|
-
maxVoltage: pieces_framework_1.Property.StaticDropdown({
|
|
229
|
-
displayName: 'Max Voltage',
|
|
230
|
-
description: '',
|
|
231
|
-
required: true,
|
|
232
|
-
options: {
|
|
233
|
-
options: [
|
|
234
|
-
{ label: '230', value: '230' },
|
|
235
|
-
{ label: '380', value: '380' },
|
|
236
|
-
{ label: '400', value: '400' },
|
|
237
|
-
{ label: '480', value: '480' },
|
|
238
|
-
{ label: '120', value: '120' },
|
|
239
|
-
{ label: '208', value: '208' },
|
|
240
|
-
{ label: '240', value: '240' },
|
|
241
|
-
{ label: '110-130', value: '110-130' },
|
|
242
|
-
{ label: '220-240', value: '220-240' }
|
|
243
|
-
],
|
|
244
|
-
},
|
|
245
|
-
}),
|
|
246
|
-
electricalConfiguration: pieces_framework_1.Property.StaticDropdown({
|
|
247
|
-
displayName: 'Electrical Configuration',
|
|
248
|
-
description: 'Defines the type of electrical configuration of the charge point. The available options are </br> `star` - TN system - Star (Y) (default)</br> `delta` - IT system - Delta (Δ)</br>.',
|
|
249
|
-
required: false,
|
|
250
|
-
options: {
|
|
251
|
-
options: [
|
|
252
|
-
{ label: 'star', value: 'star' },
|
|
253
|
-
{ label: 'delta', value: 'delta' }
|
|
254
|
-
],
|
|
255
|
-
},
|
|
256
|
-
}),
|
|
257
|
-
phases: pieces_framework_1.Property.StaticDropdown({
|
|
258
|
-
displayName: 'Phases',
|
|
259
|
-
description: '',
|
|
260
|
-
required: true,
|
|
261
|
-
options: {
|
|
262
|
-
options: [
|
|
263
|
-
{ label: 'single_phase', value: 'single_phase' },
|
|
264
|
-
{ label: 'three_phase', value: 'three_phase' },
|
|
265
|
-
{ label: 'split_phase', value: 'split_phase' }
|
|
266
|
-
],
|
|
267
|
-
},
|
|
268
|
-
}),
|
|
269
|
-
phaseRotation: pieces_framework_1.Property.StaticDropdown({
|
|
270
|
-
displayName: 'Phase Rotation',
|
|
271
|
-
description: '`R` stands for `L1`, </br> `S` - for `L2` </br> `T` - for `L3` </br> So for example `RST` = `L1`, `L2`, `L3`, while `RTS` = `L1`, `L3`, `L2`, etc.',
|
|
272
|
-
required: true,
|
|
273
|
-
options: {
|
|
274
|
-
options: [
|
|
275
|
-
{ label: 'RST', value: 'RST' },
|
|
276
|
-
{ label: 'RTS', value: 'RTS' },
|
|
277
|
-
{ label: 'SRT', value: 'SRT' },
|
|
278
|
-
{ label: 'STR', value: 'STR' },
|
|
279
|
-
{ label: 'TRS', value: 'TRS' },
|
|
280
|
-
{ label: 'TSR', value: 'TSR' }
|
|
281
|
-
],
|
|
282
|
-
},
|
|
283
|
-
}),
|
|
284
|
-
connectedPhase: pieces_framework_1.Property.StaticDropdown({
|
|
285
|
-
displayName: 'Connected Phase',
|
|
286
|
-
description: '',
|
|
287
|
-
required: false,
|
|
288
|
-
options: {
|
|
289
|
-
options: [
|
|
290
|
-
{ label: 'L1', value: 'L1' },
|
|
291
|
-
{ label: 'L2', value: 'L2' },
|
|
292
|
-
{ label: 'L3', value: 'L3' },
|
|
293
|
-
{ label: 'L1_L2', value: 'L1_L2' },
|
|
294
|
-
{ label: 'L1_L3', value: 'L1_L3' },
|
|
295
|
-
{ label: 'L2_L3', value: 'L2_L3' }
|
|
296
|
-
],
|
|
297
|
-
},
|
|
298
|
-
}),
|
|
299
|
-
},
|
|
300
|
-
'user_schedule': {
|
|
301
|
-
defaultChargePointMaxCurrent: pieces_framework_1.Property.Number({
|
|
302
|
-
displayName: 'Default Charge Point Max Current',
|
|
303
|
-
description: 'In amps. The max current would be used in the algorithm for the smart charging and wherever there is not a max current explicitly set.',
|
|
304
|
-
required: true,
|
|
305
|
-
}),
|
|
306
|
-
preconditioningTime: pieces_framework_1.Property.Number({
|
|
307
|
-
displayName: 'Preconditioning Time',
|
|
308
|
-
description: 'The time in minutes before departure when the charging will be performed with full power.',
|
|
309
|
-
required: false,
|
|
310
|
-
}),
|
|
311
|
-
minCurrent: pieces_framework_1.Property.Number({
|
|
312
|
-
displayName: 'Min Current',
|
|
313
|
-
description: 'minCurrent is always REQUIRED for `user_controlled_schedule`.',
|
|
314
|
-
required: true,
|
|
315
|
-
}),
|
|
316
|
-
enableKeepAwake: pieces_framework_1.Property.StaticDropdown({
|
|
317
|
-
displayName: 'Enable Keep Awake',
|
|
318
|
-
description: 'For personal charge points. Keep the car awake during scheduled periods by continuously charging at a low current / power.',
|
|
319
|
-
required: true,
|
|
320
|
-
options: {
|
|
321
|
-
options: [
|
|
322
|
-
{ label: 'true', value: 'true' },
|
|
323
|
-
{ label: 'false', value: 'false' }
|
|
324
|
-
],
|
|
325
|
-
},
|
|
326
|
-
}),
|
|
327
|
-
maxVoltage: pieces_framework_1.Property.StaticDropdown({
|
|
328
|
-
displayName: 'Max Voltage',
|
|
329
|
-
description: '',
|
|
330
|
-
required: true,
|
|
331
|
-
options: {
|
|
332
|
-
options: [
|
|
333
|
-
{ label: '230', value: '230' },
|
|
334
|
-
{ label: '380', value: '380' },
|
|
335
|
-
{ label: '400', value: '400' },
|
|
336
|
-
{ label: '480', value: '480' },
|
|
337
|
-
{ label: '120', value: '120' },
|
|
338
|
-
{ label: '208', value: '208' },
|
|
339
|
-
{ label: '240', value: '240' },
|
|
340
|
-
{ label: '110-130', value: '110-130' },
|
|
341
|
-
{ label: '220-240', value: '220-240' }
|
|
342
|
-
],
|
|
343
|
-
},
|
|
344
|
-
}),
|
|
345
|
-
electricalConfiguration: pieces_framework_1.Property.StaticDropdown({
|
|
346
|
-
displayName: 'Electrical Configuration',
|
|
347
|
-
description: 'Defines the type of electrical configuration of the charge point. The available options are </br> `star` - TN system - Star (Y) (default)</br> `delta` - IT system - Delta (Δ)</br>.',
|
|
348
|
-
required: false,
|
|
349
|
-
options: {
|
|
350
|
-
options: [
|
|
351
|
-
{ label: 'star', value: 'star' },
|
|
352
|
-
{ label: 'delta', value: 'delta' }
|
|
353
|
-
],
|
|
354
|
-
},
|
|
355
|
-
}),
|
|
356
|
-
phases: pieces_framework_1.Property.StaticDropdown({
|
|
357
|
-
displayName: 'Phases',
|
|
358
|
-
description: '',
|
|
359
|
-
required: true,
|
|
360
|
-
options: {
|
|
361
|
-
options: [
|
|
362
|
-
{ label: 'single_phase', value: 'single_phase' },
|
|
363
|
-
{ label: 'three_phase', value: 'three_phase' },
|
|
364
|
-
{ label: 'split_phase', value: 'split_phase' }
|
|
365
|
-
],
|
|
366
|
-
},
|
|
367
|
-
}),
|
|
368
|
-
phaseRotation: pieces_framework_1.Property.StaticDropdown({
|
|
369
|
-
displayName: 'Phase Rotation',
|
|
370
|
-
description: '`R` stands for `L1`, </br> `S` - for `L2` </br> `T` - for `L3` </br> So for example `RST` = `L1`, `L2`, `L3`, while `RTS` = `L1`, `L3`, `L2`, etc.',
|
|
371
|
-
required: true,
|
|
372
|
-
options: {
|
|
373
|
-
options: [
|
|
374
|
-
{ label: 'RST', value: 'RST' },
|
|
375
|
-
{ label: 'RTS', value: 'RTS' },
|
|
376
|
-
{ label: 'SRT', value: 'SRT' },
|
|
377
|
-
{ label: 'STR', value: 'STR' },
|
|
378
|
-
{ label: 'TRS', value: 'TRS' },
|
|
379
|
-
{ label: 'TSR', value: 'TSR' }
|
|
380
|
-
],
|
|
381
|
-
},
|
|
382
|
-
}),
|
|
383
|
-
allowDynamicLoadManagement: pieces_framework_1.Property.StaticDropdown({
|
|
384
|
-
displayName: 'Allow Dynamic Load Management',
|
|
385
|
-
description: 'When selected, the Charge Point can be added to a DLM circuit.',
|
|
386
|
-
required: false,
|
|
387
|
-
options: {
|
|
388
|
-
options: [
|
|
389
|
-
{ label: 'true', value: 'true' },
|
|
390
|
-
{ label: 'false', value: 'false' }
|
|
391
|
-
],
|
|
392
|
-
},
|
|
393
|
-
}),
|
|
394
|
-
connectedPhase: pieces_framework_1.Property.StaticDropdown({
|
|
395
|
-
displayName: 'Connected Phase',
|
|
396
|
-
description: '',
|
|
397
|
-
required: false,
|
|
398
|
-
options: {
|
|
399
|
-
options: [
|
|
400
|
-
{ label: 'L1', value: 'L1' },
|
|
401
|
-
{ label: 'L2', value: 'L2' },
|
|
402
|
-
{ label: 'L3', value: 'L3' },
|
|
403
|
-
{ label: 'L1_L2', value: 'L1_L2' },
|
|
404
|
-
{ label: 'L1_L3', value: 'L1_L3' },
|
|
405
|
-
{ label: 'L2_L3', value: 'L2_L3' }
|
|
406
|
-
],
|
|
407
|
-
},
|
|
408
|
-
}),
|
|
409
|
-
},
|
|
410
|
-
'disabled': {
|
|
411
|
-
preconditioningTime: pieces_framework_1.Property.Number({
|
|
412
|
-
displayName: 'Preconditioning Time',
|
|
413
|
-
description: 'The time in minutes before departure when the charging will be performed with full power.',
|
|
414
|
-
required: false,
|
|
415
|
-
}),
|
|
416
|
-
}
|
|
417
|
-
};
|
|
418
|
-
const key = mode;
|
|
419
|
-
if (key in variantMap) {
|
|
420
|
-
return variantMap[key];
|
|
421
|
-
}
|
|
422
|
-
return {};
|
|
423
|
-
})
|
|
424
|
-
}),
|
|
425
|
-
},
|
|
426
|
-
run(context) {
|
|
427
|
-
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
428
|
-
try {
|
|
429
|
-
const url = (0, utils_1.processPathParameters)('/public-api/resources/charge-points/v2.0/{chargePoint}/smart-charging', context.propsValue);
|
|
430
|
-
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
431
|
-
const body = (0, utils_1.prepareRequestBody)(context.propsValue, ['mode', 'defaultChargePointMaxCurrent', 'periods', 'preconditioningTime', 'minCurrent', 'enableKeepAwake', 'maxVoltage', 'electricalConfiguration', 'phases', 'phaseRotation', 'connectedPhase', 'allowDynamicLoadManagement']);
|
|
432
|
-
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.POST, body, queryParams);
|
|
433
|
-
}
|
|
434
|
-
catch (error) {
|
|
435
|
-
(0, utils_1.handleApiError)(error);
|
|
436
|
-
}
|
|
437
|
-
});
|
|
438
|
-
},
|
|
439
|
-
});
|
|
440
|
-
//# sourceMappingURL=charge-point-smart-charging-update.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"charge-point-smart-charging-update.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/charge-points/charge-point-smart-charging-update.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated from API version: 3.96.4
|
|
3
|
-
*/
|
|
4
|
-
export declare const chargePointStatusReadAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
5
|
-
baseApiUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
6
|
-
token: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
7
|
-
}>, {
|
|
8
|
-
chargePoint: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
9
|
-
}>;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.chargePointStatusReadAction = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
-
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
7
|
-
const auth_1 = require("../../../common/auth");
|
|
8
|
-
const utils_1 = require("../../../common/utils");
|
|
9
|
-
/**
|
|
10
|
-
* Generated from API version: 3.96.4
|
|
11
|
-
*/
|
|
12
|
-
// Endpoint: GET /public-api/resources/charge-points/v1.0/{chargePoint}/status
|
|
13
|
-
exports.chargePointStatusReadAction = (0, pieces_framework_1.createAction)({
|
|
14
|
-
auth: auth_1.ampecoAuth,
|
|
15
|
-
name: 'chargePointStatusRead',
|
|
16
|
-
displayName: 'Resources - Charge Points - Charge Point Status Read',
|
|
17
|
-
description: 'Get a charge point\'s status.',
|
|
18
|
-
props: {
|
|
19
|
-
chargePoint: pieces_framework_1.Property.Number({
|
|
20
|
-
displayName: 'Charge Point',
|
|
21
|
-
required: true,
|
|
22
|
-
}),
|
|
23
|
-
},
|
|
24
|
-
run(context) {
|
|
25
|
-
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
26
|
-
try {
|
|
27
|
-
const url = (0, utils_1.processPathParameters)('/public-api/resources/charge-points/v1.0/{chargePoint}/status', context.propsValue);
|
|
28
|
-
const queryParams = (0, utils_1.prepareQueryParams)(context.propsValue, []);
|
|
29
|
-
const body = undefined;
|
|
30
|
-
return yield (0, utils_1.makeAmpecoApiCall)(context.auth, url, pieces_common_1.HttpMethod.GET, body, queryParams);
|
|
31
|
-
}
|
|
32
|
-
catch (error) {
|
|
33
|
-
(0, utils_1.handleApiError)(error);
|
|
34
|
-
}
|
|
35
|
-
});
|
|
36
|
-
},
|
|
37
|
-
});
|
|
38
|
-
//# sourceMappingURL=charge-point-status-read.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"charge-point-status-read.js","sourceRoot":"","sources":["../../../../../../../../../../packages/pieces/community/ampeco/src/lib/actions/resources/charge-points/charge-point-status-read.ts"],"names":[],"mappings":";;;;AAAA,+DAAyD;AACzD,qEAAwE;AACxE,+CAAkD;AAClD,iDAAqH;AAGrH;;GAEG;AAEH,8EAA8E;AAEjE,QAAA,2BAA2B,GAAG,IAAA,+BAAY,EAAC;IACtD,IAAI,EAAE,iBAAU;IAChB,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EAAE,sDAAsD;IACnE,WAAW,EAAE,+BAA+B;IAC5C,KAAK,EAAE;QAEP,WAAW,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC3B,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,IAAI;SACf,CAAC;KACD;IACK,GAAG,CAAC,OAAO;;YACf,IAAI,CAAC;gBACH,MAAM,GAAG,GAAG,IAAA,6BAAqB,EAAC,+DAA+D,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;gBAEvH,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,CACqB,CAAC;YAErC,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;YACxB,CAAC;QACH,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated from API version: 3.96.4
|
|
3
|
-
*/
|
|
4
|
-
export declare const chargePointUpdateAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
5
|
-
baseApiUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
6
|
-
token: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
7
|
-
}>, {
|
|
8
|
-
chargePoint: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
9
|
-
include: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
10
|
-
name: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
11
|
-
type: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
12
|
-
pin: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
13
|
-
locationId: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
14
|
-
chargingZoneId: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
15
|
-
electricityRateId: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
16
|
-
subscription__required: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
17
|
-
subscription__planIds: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
18
|
-
networkType: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
19
|
-
status: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
20
|
-
managedByOperator: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
21
|
-
externalId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
22
|
-
network__id: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
23
|
-
network__protocol: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
24
|
-
network__password: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
25
|
-
network__ip: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
26
|
-
network__port: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
27
|
-
capabilities: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
28
|
-
autoStartWithoutAuthorization: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
29
|
-
disableAutoStartEmulation: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
30
|
-
security__desiredProfile: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
31
|
-
modelId: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
32
|
-
enableAutoFaultRecovery: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
33
|
-
user__id: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
34
|
-
user__automaticFirmwareUpdatesEnabled: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
35
|
-
partner__id: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
36
|
-
partner__contractId: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
37
|
-
partner__contactId: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
38
|
-
partner__corporateBillingAsDefault: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
39
|
-
partner__accessType: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
40
|
-
partner__notice: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
41
|
-
utilityId: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
42
|
-
tags: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
43
|
-
enabledRandomisedDelay: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
44
|
-
noticeId: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
45
|
-
usesRenewableEnergy: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
46
|
-
integratedAt: import("@activepieces/pieces-framework").DateTimeProperty<false>;
|
|
47
|
-
manufacturedAt: import("@activepieces/pieces-framework").DateTimeProperty<false>;
|
|
48
|
-
}>;
|