@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
|
@@ -0,0 +1,2942 @@
|
|
|
1
|
+
{
|
|
2
|
+
"1": "1",
|
|
3
|
+
"15": "15",
|
|
4
|
+
"30": "30",
|
|
5
|
+
"60": "60",
|
|
6
|
+
"75": "75",
|
|
7
|
+
"80": "80",
|
|
8
|
+
"85": "85",
|
|
9
|
+
"90": "90",
|
|
10
|
+
"95": "95",
|
|
11
|
+
"100": "100",
|
|
12
|
+
"120": "120",
|
|
13
|
+
"208": "208",
|
|
14
|
+
"230": "230",
|
|
15
|
+
"240": "240",
|
|
16
|
+
"360": "360",
|
|
17
|
+
"380": "380",
|
|
18
|
+
"400": "400",
|
|
19
|
+
"480": "480",
|
|
20
|
+
"AMPECO piece provides integrations of APIs and webhook notifications of the AMPECO platform for managing EV charging infrastructure and operations.": "AMPECO piece provides integrations of APIs and webhook notifications of the AMPECO platform for managing EV charging infrastructure and operations.",
|
|
21
|
+
"Base URL": "Base URL",
|
|
22
|
+
"API Token": "API Token",
|
|
23
|
+
"Navigate to the API Access Tokens menu within your account.Click the Create API Access Token button to initiate the token creation process.": "Navigate to the API Access Tokens menu within your account.Click the Create API Access Token button to initiate the token creation process.",
|
|
24
|
+
"Ampeco Platform": "Ampeco Platform",
|
|
25
|
+
"Custom API Call": "Custom API Call",
|
|
26
|
+
"Actions - Charge Point - Change Availability": "Actions - Charge Point - Change Availability",
|
|
27
|
+
"Actions - Charge Point - Change Owner": "Actions - Charge Point - Change Owner",
|
|
28
|
+
"Actions - Charge Point - Clear Charging Profile": "Actions - Charge Point - Clear Charging Profile",
|
|
29
|
+
"Actions - Charge Point - Get Diagnostics": "Actions - Charge Point - Get Diagnostics",
|
|
30
|
+
"Actions - Charge Point - Get Security Log": "Actions - Charge Point - Get Security Log",
|
|
31
|
+
"Actions - Charge Point - Move EVSEs To Satellite": "Actions - Charge Point - Move EVSEs To Satellite",
|
|
32
|
+
"Actions - Charge Point - Reserve": "Actions - Charge Point - Reserve",
|
|
33
|
+
"Actions - Charge Point - Reset Security Profile": "Actions - Charge Point - Reset Security Profile",
|
|
34
|
+
"Actions - Charge Point - Reset": "Actions - Charge Point - Reset",
|
|
35
|
+
"Actions - Charge Point - Send Data Transfer": "Actions - Charge Point - Send Data Transfer",
|
|
36
|
+
"Actions - Charge Point - Set Charging Profile": "Actions - Charge Point - Set Charging Profile",
|
|
37
|
+
"Actions - Charge Point - Start Charging Session Without EVSE": "Actions - Charge Point - Start Charging Session Without EVSE",
|
|
38
|
+
"Actions - Charge Point - Start Charging Session": "Actions - Charge Point - Start Charging Session",
|
|
39
|
+
"Actions - Charge Point - Stop Charging Session": "Actions - Charge Point - Stop Charging Session",
|
|
40
|
+
"Actions - Charge Point - Sync Configuration": "Actions - Charge Point - Sync Configuration",
|
|
41
|
+
"Actions - Charge Point - Trigger Message Charge Point": "Actions - Charge Point - Trigger Message Charge Point",
|
|
42
|
+
"Actions - Charge Point - EVSE Unlock": "Actions - Charge Point - EVSE Unlock",
|
|
43
|
+
"Actions - Charge Point - Change Sharing Code": "Actions - Charge Point - Change Sharing Code",
|
|
44
|
+
"Actions - Charge Point - Delete Certificate": "Actions - Charge Point - Delete Certificate",
|
|
45
|
+
"Actions - Charge Point - Install Certificate": "Actions - Charge Point - Install Certificate",
|
|
46
|
+
"Actions - Charge Point - Set Configuration": "Actions - Charge Point - Set Configuration",
|
|
47
|
+
"Actions - Charge Point - Get Installed Certificate Ids": "Actions - Charge Point - Get Installed Certificate Ids",
|
|
48
|
+
"Actions - Charge Point - Update Firmware": "Actions - Charge Point - Update Firmware",
|
|
49
|
+
"Resources - Charge Point Downtime Periods - Listing": "Resources - Charge Point Downtime Periods - Listing",
|
|
50
|
+
"Resources - Charge Point Downtime Periods - Create": "Resources - Charge Point Downtime Periods - Create",
|
|
51
|
+
"Resources - Charge Point Downtime Periods - Read": "Resources - Charge Point Downtime Periods - Read",
|
|
52
|
+
"Resources - Charge Point Downtime Periods - Update": "Resources - Charge Point Downtime Periods - Update",
|
|
53
|
+
"Resources - Charge Point Downtime Periods - Delete": "Resources - Charge Point Downtime Periods - Delete",
|
|
54
|
+
"Resources - Charge Point Models - Listing": "Resources - Charge Point Models - Listing",
|
|
55
|
+
"Resources - Charge Point Models - Create": "Resources - Charge Point Models - Create",
|
|
56
|
+
"Resources - Charge Point Models - Read": "Resources - Charge Point Models - Read",
|
|
57
|
+
"Resources - Charge Point Models - Update": "Resources - Charge Point Models - Update",
|
|
58
|
+
"Resources - Charge Point Models - Delete": "Resources - Charge Point Models - Delete",
|
|
59
|
+
"Resources - Charge Point Vendors - Listing": "Resources - Charge Point Vendors - Listing",
|
|
60
|
+
"Resources - Charge Point Vendors - Create": "Resources - Charge Point Vendors - Create",
|
|
61
|
+
"Resources - Charge Point Vendors - Read": "Resources - Charge Point Vendors - Read",
|
|
62
|
+
"Resources - Charge Point Vendors - Update": "Resources - Charge Point Vendors - Update",
|
|
63
|
+
"Resources - Charge Point Vendors - Delete": "Resources - Charge Point Vendors - Delete",
|
|
64
|
+
"Resources - Charge Points - Charge Point Status Read": "Resources - Charge Points - Charge Point Status Read",
|
|
65
|
+
"Resources - Charge Points - Charge Point Create": "Resources - Charge Points - Charge Point Create",
|
|
66
|
+
"Resources - Charge Points - Charge Points Listing": "Resources - Charge Points - Charge Points Listing",
|
|
67
|
+
"Resources - Charge Points - Charge Point Update": "Resources - Charge Points - Charge Point Update",
|
|
68
|
+
"Resources - Charge Points - Charge Point Read": "Resources - Charge Points - Charge Point Read",
|
|
69
|
+
"Resources - Charge Points - Charge Point Delete": "Resources - Charge Points - Charge Point Delete",
|
|
70
|
+
"Resources - Charge Points - Available Personal Smart Charging Modes Listing": "Resources - Charge Points - Available Personal Smart Charging Modes Listing",
|
|
71
|
+
"Resources - Charge Points - Charge Point Configurations Listing": "Resources - Charge Points - Charge Point Configurations Listing",
|
|
72
|
+
"Resources - Charge Points - Charge Point Configuration Read": "Resources - Charge Points - Charge Point Configuration Read",
|
|
73
|
+
"Resources - Charge Points - Charge Point Configuration Update": "Resources - Charge Points - Charge Point Configuration Update",
|
|
74
|
+
"Resources - Charge Points - Charge Point Evse Create": "Resources - Charge Points - Charge Point Evse Create",
|
|
75
|
+
"Resources - Charge Points - Charge Point Evses Listing": "Resources - Charge Points - Charge Point Evses Listing",
|
|
76
|
+
"Resources - Charge Points - Charge Point Evse Update": "Resources - Charge Points - Charge Point Evse Update",
|
|
77
|
+
"Resources - Charge Points - Charge Point Evse Read": "Resources - Charge Points - Charge Point Evse Read",
|
|
78
|
+
"Resources - Charge Points - Charge Point Evse Delete": "Resources - Charge Points - Charge Point Evse Delete",
|
|
79
|
+
"Resources - Charge Points - Charge Point Evse Connectors Listing": "Resources - Charge Points - Charge Point Evse Connectors Listing",
|
|
80
|
+
"Resources - Charge Points - Charge Point Evse Connector Create": "Resources - Charge Points - Charge Point Evse Connector Create",
|
|
81
|
+
"Resources - Charge Points - Charge Point Evse Connector Read": "Resources - Charge Points - Charge Point Evse Connector Read",
|
|
82
|
+
"Resources - Charge Points - Charge Point Evse Connector Update": "Resources - Charge Points - Charge Point Evse Connector Update",
|
|
83
|
+
"Resources - Charge Points - Charge Point Evse Connector Delete": "Resources - Charge Points - Charge Point Evse Connector Delete",
|
|
84
|
+
"Resources - Charge Points - List Charge Point Hardware Status Logs": "Resources - Charge Points - List Charge Point Hardware Status Logs",
|
|
85
|
+
"Resources - Charge Points - Get Charge Point Latest Hardware Status Log": "Resources - Charge Points - Get Charge Point Latest Hardware Status Log",
|
|
86
|
+
"Resources - Charge Points - Get Charge Point Latest Network Status Log": "Resources - Charge Points - Get Charge Point Latest Network Status Log",
|
|
87
|
+
"Resources - Charge Points - List Charge Point Network Status Logs": "Resources - Charge Points - List Charge Point Network Status Logs",
|
|
88
|
+
"Resources - Charge Points - Charge Point Personal Smart Charging Preferences Read": "Resources - Charge Points - Charge Point Personal Smart Charging Preferences Read",
|
|
89
|
+
"Resources - Charge Points - Personal Smart Charging Preferences Update": "Resources - Charge Points - Personal Smart Charging Preferences Update",
|
|
90
|
+
"Resources - Charge Points - Charge Point Shared Partners Listing": "Resources - Charge Points - Charge Point Shared Partners Listing",
|
|
91
|
+
"Resources - Charge Points - Charge Point Shared Partners Sync": "Resources - Charge Points - Charge Point Shared Partners Sync",
|
|
92
|
+
"Resources - Charge Points - Charge Point Share Create": "Resources - Charge Points - Charge Point Share Create",
|
|
93
|
+
"Resources - Charge Points - Charge Point Shares Listing": "Resources - Charge Points - Charge Point Shares Listing",
|
|
94
|
+
"Resources - Charge Points - Charge Point Share Read": "Resources - Charge Points - Charge Point Share Read",
|
|
95
|
+
"Resources - Charge Points - Chareg Point Share Delete": "Resources - Charge Points - Chareg Point Share Delete",
|
|
96
|
+
"Resources - Charge Points - Charge Point Smart Charging Update": "Resources - Charge Points - Charge Point Smart Charging Update",
|
|
97
|
+
"Actions - Circuit - Attach Charge Point": "Actions - Circuit - Attach Charge Point",
|
|
98
|
+
"Actions - Circuit - Detach Charge Point": "Actions - Circuit - Detach Charge Point",
|
|
99
|
+
"Actions - Circuit - Set Charge Point Priority": "Actions - Circuit - Set Charge Point Priority",
|
|
100
|
+
"Actions - Circuit - Set Charge Point EVSE Priority": "Actions - Circuit - Set Charge Point EVSE Priority",
|
|
101
|
+
"Actions - Circuit - Set Circuit SoC Priority": "Actions - Circuit - Set Circuit SoC Priority",
|
|
102
|
+
"Actions - Circuit - Set Session Priority": "Actions - Circuit - Set Session Priority",
|
|
103
|
+
"Actions - Configuration Template - Apply To Charge Points": "Actions - Configuration Template - Apply To Charge Points",
|
|
104
|
+
"Actions - Configuration Template - Bulk Create Variables": "Actions - Configuration Template - Bulk Create Variables",
|
|
105
|
+
"Resources - Configuration Templates - List Configuration Templates": "Resources - Configuration Templates - List Configuration Templates",
|
|
106
|
+
"Resources - Configuration Templates - Create Configuration Template": "Resources - Configuration Templates - Create Configuration Template",
|
|
107
|
+
"Resources - Configuration Templates - Update Configuration Template": "Resources - Configuration Templates - Update Configuration Template",
|
|
108
|
+
"Resources - Configuration Templates - Get Configuration Template": "Resources - Configuration Templates - Get Configuration Template",
|
|
109
|
+
"Resources - Configuration Templates - Delete Configuration Template": "Resources - Configuration Templates - Delete Configuration Template",
|
|
110
|
+
"Resources - Configuration Templates - Configuration Template Variable Listing": "Resources - Configuration Templates - Configuration Template Variable Listing",
|
|
111
|
+
"Resources - Configuration Templates - Configuration Template Variable Create": "Resources - Configuration Templates - Configuration Template Variable Create",
|
|
112
|
+
"Resources - Configuration Templates - Configuration Template Variable Update": "Resources - Configuration Templates - Configuration Template Variable Update",
|
|
113
|
+
"Resources - Configuration Templates - Configuration Template Variable Delete": "Resources - Configuration Templates - Configuration Template Variable Delete",
|
|
114
|
+
"Actions - Electricity Meter - Report Consumption": "Actions - Electricity Meter - Report Consumption",
|
|
115
|
+
"Resources - Electricity Meters - Lising": "Resources - Electricity Meters - Lising",
|
|
116
|
+
"Resources - Electricity Meters - Create": "Resources - Electricity Meters - Create",
|
|
117
|
+
"Resources - Electricity Meters - Read": "Resources - Electricity Meters - Read",
|
|
118
|
+
"Resources - Electricity Meters - Update": "Resources - Electricity Meters - Update",
|
|
119
|
+
"Resources - Electricity Meters - Delete": "Resources - Electricity Meters - Delete",
|
|
120
|
+
"Resources - Electricity Rates - Electricity Rates Listing": "Resources - Electricity Rates - Electricity Rates Listing",
|
|
121
|
+
"Resources - Electricity Rates - Create": "Resources - Electricity Rates - Create",
|
|
122
|
+
"Resources - Electricity Rates - Read": "Resources - Electricity Rates - Read",
|
|
123
|
+
"Resources - Electricity Rates - Update": "Resources - Electricity Rates - Update",
|
|
124
|
+
"Resources - Electricity Rates - Delete": "Resources - Electricity Rates - Delete",
|
|
125
|
+
"Resources - Electricity Rates - Electricity Rate Energy Mix Read": "Resources - Electricity Rates - Electricity Rate Energy Mix Read",
|
|
126
|
+
"Resources - Electricity Rates - Energy Mix Update": "Resources - Electricity Rates - Energy Mix Update",
|
|
127
|
+
"Resources - Electricity Rates - Price Periods Listing": "Resources - Electricity Rates - Price Periods Listing",
|
|
128
|
+
"Resources - Electricity Rates - Price Periods Date Listing": "Resources - Electricity Rates - Price Periods Date Listing",
|
|
129
|
+
"Resources - Electricity Rates - Price Periods Date Read": "Resources - Electricity Rates - Price Periods Date Read",
|
|
130
|
+
"Resources - Electricity Rates - Price Periods Date Create Or Update": "Resources - Electricity Rates - Price Periods Date Create Or Update",
|
|
131
|
+
"Resources - Electricity Rates - Price Periods Date Delete": "Resources - Electricity Rates - Price Periods Date Delete",
|
|
132
|
+
"Resources - Electricity Rates - Price Periods Week Day Listing": "Resources - Electricity Rates - Price Periods Week Day Listing",
|
|
133
|
+
"Resources - Electricity Rates - Price Periods Week Day Read": "Resources - Electricity Rates - Price Periods Week Day Read",
|
|
134
|
+
"Resources - Electricity Rates - Price Periods Week Day Createa Or Update": "Resources - Electricity Rates - Price Periods Week Day Createa Or Update",
|
|
135
|
+
"Resources - Electricity Rates - Price Periods Week Day Delete": "Resources - Electricity Rates - Price Periods Week Day Delete",
|
|
136
|
+
"Actions - EVSE - Start Charging With EVSE Id": "Actions - EVSE - Start Charging With EVSE Id",
|
|
137
|
+
"Actions - EVSE - Trigger Message": "Actions - EVSE - Trigger Message",
|
|
138
|
+
"Resources - Evse Downtime Periods - Listing": "Resources - Evse Downtime Periods - Listing",
|
|
139
|
+
"Resources - Evse Downtime Periods - Create": "Resources - Evse Downtime Periods - Create",
|
|
140
|
+
"Resources - Evse Downtime Periods - Read": "Resources - Evse Downtime Periods - Read",
|
|
141
|
+
"Resources - Evse Downtime Periods - Update": "Resources - Evse Downtime Periods - Update",
|
|
142
|
+
"Resources - Evse Downtime Periods - Delete": "Resources - Evse Downtime Periods - Delete",
|
|
143
|
+
"Actions - Flexibility Asset - Change Flexibility Asset Status": "Actions - Flexibility Asset - Change Flexibility Asset Status",
|
|
144
|
+
"Actions - Flexibility Asset - Create Activation Request": "Actions - Flexibility Asset - Create Activation Request",
|
|
145
|
+
"Resources - Flexibility Activation Requests - List": "Resources - Flexibility Activation Requests - List",
|
|
146
|
+
"Resources - Flexibility Activation Requests - Get Flexibility Activation Request": "Resources - Flexibility Activation Requests - Get Flexibility Activation Request",
|
|
147
|
+
"Resources - Flexibility Assets - Create": "Resources - Flexibility Assets - Create",
|
|
148
|
+
"Resources - Flexibility Assets - List": "Resources - Flexibility Assets - List",
|
|
149
|
+
"Resources - Flexibility Assets - Update": "Resources - Flexibility Assets - Update",
|
|
150
|
+
"Resources - Flexibility Assets - Get": "Resources - Flexibility Assets - Get",
|
|
151
|
+
"Resources - Flexibility Assets - Delete": "Resources - Flexibility Assets - Delete",
|
|
152
|
+
"Resources - Flexibility Assets - Get Historical Time Series": "Resources - Flexibility Assets - Get Historical Time Series",
|
|
153
|
+
"Resources - Flexibility Assets - Get Time Series Forecast": "Resources - Flexibility Assets - Get Time Series Forecast",
|
|
154
|
+
"Actions - Id Tag - Certificate Reissue An EMAID": "Actions - Id Tag - Certificate Reissue An EMAID",
|
|
155
|
+
"Resources - Id Tags - Listing": "Resources - Id Tags - Listing",
|
|
156
|
+
"Resources - Id Tags - Create": "Resources - Id Tags - Create",
|
|
157
|
+
"Resources - Id Tags - Read": "Resources - Id Tags - Read",
|
|
158
|
+
"Resources - Id Tags - Update": "Resources - Id Tags - Update",
|
|
159
|
+
"Resources - Id Tags - Delete": "Resources - Id Tags - Delete",
|
|
160
|
+
"Actions - Locations - Check Booking Availability": "Actions - Locations - Check Booking Availability",
|
|
161
|
+
"Resources - Locations - Create": "Resources - Locations - Create",
|
|
162
|
+
"Resources - Locations - Listing": "Resources - Locations - Listing",
|
|
163
|
+
"Resources - Locations - Update": "Resources - Locations - Update",
|
|
164
|
+
"Resources - Locations - Read": "Resources - Locations - Read",
|
|
165
|
+
"Resources - Locations - Delete": "Resources - Locations - Delete",
|
|
166
|
+
"Resources - Locations - Listing Charging Zones": "Resources - Locations - Listing Charging Zones",
|
|
167
|
+
"Resources - Locations - Create Charging Zone": "Resources - Locations - Create Charging Zone",
|
|
168
|
+
"Resources - Locations - Read Charging Zone": "Resources - Locations - Read Charging Zone",
|
|
169
|
+
"Resources - Locations - Update Charging Zone": "Resources - Locations - Update Charging Zone",
|
|
170
|
+
"Resources - Locations - Delete Charging Zone": "Resources - Locations - Delete Charging Zone",
|
|
171
|
+
"Actions - Notifications - Resend Failed": "Actions - Notifications - Resend Failed",
|
|
172
|
+
"Actions - Parking Spaces - Update Occupancy Status": "Actions - Parking Spaces - Update Occupancy Status",
|
|
173
|
+
"Resources - Parking Spaces - Create": "Resources - Parking Spaces - Create",
|
|
174
|
+
"Resources - Parking Spaces - List": "Resources - Parking Spaces - List",
|
|
175
|
+
"Resources - Parking Spaces - Update": "Resources - Parking Spaces - Update",
|
|
176
|
+
"Resources - Parking Spaces - Get": "Resources - Parking Spaces - Get",
|
|
177
|
+
"Resources - Parking Spaces - Delete": "Resources - Parking Spaces - Delete",
|
|
178
|
+
"Actions - Provisioning Certificate - Certificate Issue An EMAID": "Actions - Provisioning Certificate - Certificate Issue An EMAID",
|
|
179
|
+
"Resources - Provisioning Certificates - Create Pc Id": "Resources - Provisioning Certificates - Create Pc Id",
|
|
180
|
+
"Resources - Provisioning Certificates - List Pc Ids": "Resources - Provisioning Certificates - List Pc Ids",
|
|
181
|
+
"Resources - Provisioning Certificates - Update Pc Id": "Resources - Provisioning Certificates - Update Pc Id",
|
|
182
|
+
"Resources - Provisioning Certificates - Get Pc Id": "Resources - Provisioning Certificates - Get Pc Id",
|
|
183
|
+
"Resources - Provisioning Certificates - Delete Pc Id": "Resources - Provisioning Certificates - Delete Pc Id",
|
|
184
|
+
"Actions - Reservation - Reservation Cancel": "Actions - Reservation - Reservation Cancel",
|
|
185
|
+
"Actions - Roaming Operator - Update Custom Tariff Filter Tariff": "Actions - Roaming Operator - Update Custom Tariff Filter Tariff",
|
|
186
|
+
"Resources - Roaming Connections - List Roaming Connections": "Resources - Roaming Connections - List Roaming Connections",
|
|
187
|
+
"Resources - Roaming Connections - Get Roaming Connection": "Resources - Roaming Connections - Get Roaming Connection",
|
|
188
|
+
"Resources - Roaming Operators - Roaming Operators Listing": "Resources - Roaming Operators - Roaming Operators Listing",
|
|
189
|
+
"Resources - Roaming Operators - Roaming Operator Read": "Resources - Roaming Operators - Roaming Operator Read",
|
|
190
|
+
"Resources - Roaming Operators - Roaming Operator Update": "Resources - Roaming Operators - Roaming Operator Update",
|
|
191
|
+
"Resources - Roaming Operators - List Roaming Custom Tariff Filters": "Resources - Roaming Operators - List Roaming Custom Tariff Filters",
|
|
192
|
+
"Resources - Roaming Operators - Create Roaming Custom Tariff Filter": "Resources - Roaming Operators - Create Roaming Custom Tariff Filter",
|
|
193
|
+
"Resources - Roaming Operators - Reorder Roaming Custom Tariff Filters": "Resources - Roaming Operators - Reorder Roaming Custom Tariff Filters",
|
|
194
|
+
"Resources - Roaming Operators - Get Roaming Custom Tariff Filter": "Resources - Roaming Operators - Get Roaming Custom Tariff Filter",
|
|
195
|
+
"Resources - Roaming Operators - Update Roaming Custom Tariff Filter": "Resources - Roaming Operators - Update Roaming Custom Tariff Filter",
|
|
196
|
+
"Resources - Roaming Operators - Delete Roaming Custom Tariff Filter": "Resources - Roaming Operators - Delete Roaming Custom Tariff Filter",
|
|
197
|
+
"Resources - Roaming Providers - Listing": "Resources - Roaming Providers - Listing",
|
|
198
|
+
"Resources - Roaming Providers - Create": "Resources - Roaming Providers - Create",
|
|
199
|
+
"Resources - Roaming Providers - Read": "Resources - Roaming Providers - Read",
|
|
200
|
+
"Resources - Roaming Providers - Update": "Resources - Roaming Providers - Update",
|
|
201
|
+
"Resources - Roaming Providers - Delete": "Resources - Roaming Providers - Delete",
|
|
202
|
+
"Resources - Roaming Tariffs - Listing": "Resources - Roaming Tariffs - Listing",
|
|
203
|
+
"Resources - Roaming Tariffs - Read": "Resources - Roaming Tariffs - Read",
|
|
204
|
+
"Resources - Roaming Tariffs - Update": "Resources - Roaming Tariffs - Update",
|
|
205
|
+
"Actions - Session - Assign To User": "Actions - Session - Assign To User",
|
|
206
|
+
"Actions - Session - Retry Payment": "Actions - Session - Retry Payment",
|
|
207
|
+
"Actions - Subscription Plans - Replace": "Actions - Subscription Plans - Replace",
|
|
208
|
+
"Resources - Subscription Plans - Listing": "Resources - Subscription Plans - Listing",
|
|
209
|
+
"Resources - Subscription Plans - Create": "Resources - Subscription Plans - Create",
|
|
210
|
+
"Resources - Subscription Plans - Read": "Resources - Subscription Plans - Read",
|
|
211
|
+
"Resources - Subscription Plans - Update": "Resources - Subscription Plans - Update",
|
|
212
|
+
"Resources - Subscription Plans - Delete": "Resources - Subscription Plans - Delete",
|
|
213
|
+
"Actions - Tariffs - Set Display Information": "Actions - Tariffs - Set Display Information",
|
|
214
|
+
"Resources - Tariffs - Listing": "Resources - Tariffs - Listing",
|
|
215
|
+
"Resources - Tariffs - Create": "Resources - Tariffs - Create",
|
|
216
|
+
"Resources - Tariffs - Read": "Resources - Tariffs - Read",
|
|
217
|
+
"Resources - Tariffs - Update": "Resources - Tariffs - Update",
|
|
218
|
+
"Resources - Tariffs - Delete": "Resources - Tariffs - Delete",
|
|
219
|
+
"Actions - Transactions - Issue Invoice": "Actions - Transactions - Issue Invoice",
|
|
220
|
+
"Actions - Transactions - Resend Invoice": "Actions - Transactions - Resend Invoice",
|
|
221
|
+
"Actions - Transactions - Update Payment Reference": "Actions - Transactions - Update Payment Reference",
|
|
222
|
+
"Resources - Transactions - Listing": "Resources - Transactions - Listing",
|
|
223
|
+
"Resources - Transactions - Create": "Resources - Transactions - Create",
|
|
224
|
+
"Resources - Transactions - Read": "Resources - Transactions - Read",
|
|
225
|
+
"Resources - Transactions - Update": "Resources - Transactions - Update",
|
|
226
|
+
"Actions - Users - Activate Subscription": "Actions - Users - Activate Subscription",
|
|
227
|
+
"Actions - Users - Add Balance": "Actions - Users - Add Balance",
|
|
228
|
+
"Actions - Users - Apply Custom Fee": "Actions - Users - Apply Custom Fee",
|
|
229
|
+
"Actions - Users - Cancel Subscription": "Actions - Users - Cancel Subscription",
|
|
230
|
+
"Actions - Users - Change Status": "Actions - Users - Change Status",
|
|
231
|
+
"Actions - Users - Clear Subscription Amount Due": "Actions - Users - Clear Subscription Amount Due",
|
|
232
|
+
"Actions - Users - Export All Private Data": "Actions - Users - Export All Private Data",
|
|
233
|
+
"Actions - Users - Redeem Voucher": "Actions - Users - Redeem Voucher",
|
|
234
|
+
"Resources - Users - Users Listing": "Resources - Users - Users Listing",
|
|
235
|
+
"Resources - Users - User Create": "Resources - Users - User Create",
|
|
236
|
+
"Resources - Users - User Read": "Resources - Users - User Read",
|
|
237
|
+
"Resources - Users - User Update": "Resources - Users - User Update",
|
|
238
|
+
"Resources - Users - User Delete": "Resources - Users - User Delete",
|
|
239
|
+
"Resources - Users - Invoice Details Read": "Resources - Users - Invoice Details Read",
|
|
240
|
+
"Resources - Users - Invoice Details Create Or Update": "Resources - Users - Invoice Details Create Or Update",
|
|
241
|
+
"Resources - Users - Payment Methods Listing": "Resources - Users - Payment Methods Listing",
|
|
242
|
+
"Resources - Users - Payment Method Create": "Resources - Users - Payment Method Create",
|
|
243
|
+
"Resources - Users - Payment Method Read": "Resources - Users - Payment Method Read",
|
|
244
|
+
"Resources - Users - Payment Method Update": "Resources - Users - Payment Method Update",
|
|
245
|
+
"Resources - Users - Payment Method Delete": "Resources - Users - Payment Method Delete",
|
|
246
|
+
"Notifications - V2.0 - Notifications Subscribe": "Notifications - V2.0 - Notifications Subscribe",
|
|
247
|
+
"Notifications - V2.0 - Notifications Listing": "Notifications - V2.0 - Notifications Listing",
|
|
248
|
+
"Notifications - V2.0 - Notification Read": "Notifications - V2.0 - Notification Read",
|
|
249
|
+
"Notifications - V2.0 - Notifications Create": "Notifications - V2.0 - Notifications Create",
|
|
250
|
+
"Notifications - V2.0 - Notifications Unsubscribe": "Notifications - V2.0 - Notifications Unsubscribe",
|
|
251
|
+
"Resources - Authorizations - Authorizations Listing": "Resources - Authorizations - Authorizations Listing",
|
|
252
|
+
"Resources - Authorizations - Authorization Read": "Resources - Authorizations - Authorization Read",
|
|
253
|
+
"Resources - Booking Requests - Booking Requests Listing": "Resources - Booking Requests - Booking Requests Listing",
|
|
254
|
+
"Resources - Booking Requests - Create": "Resources - Booking Requests - Create",
|
|
255
|
+
"Resources - Booking Requests - Read": "Resources - Booking Requests - Read",
|
|
256
|
+
"Resources - Bookings - Listing": "Resources - Bookings - Listing",
|
|
257
|
+
"Resources - Bookings - Read": "Resources - Bookings - Read",
|
|
258
|
+
"Resources - Cdrs - Listing": "Resources - Cdrs - Listing",
|
|
259
|
+
"Resources - Cdrs - Read": "Resources - Cdrs - Read",
|
|
260
|
+
"Resources - Circuits - Circuits Listing": "Resources - Circuits - Circuits Listing",
|
|
261
|
+
"Resources - Circuits - Create": "Resources - Circuits - Create",
|
|
262
|
+
"Resources - Circuits - Read": "Resources - Circuits - Read",
|
|
263
|
+
"Resources - Circuits - Update": "Resources - Circuits - Update",
|
|
264
|
+
"Resources - Circuits - Delete": "Resources - Circuits - Delete",
|
|
265
|
+
"Resources - Circuits - Circuit Charge Point Priorities Listing": "Resources - Circuits - Circuit Charge Point Priorities Listing",
|
|
266
|
+
"Resources - Circuits - Circuit Consumption": "Resources - Circuits - Circuit Consumption",
|
|
267
|
+
"Resources - Circuits - Circuit Soc Priorities Listing": "Resources - Circuits - Circuit Soc Priorities Listing",
|
|
268
|
+
"Resources - Circuits - Circuit Unmanaged Load Read": "Resources - Circuits - Circuit Unmanaged Load Read",
|
|
269
|
+
"Resources - Circuits - Circuit User Priorities Listing": "Resources - Circuits - Circuit User Priorities Listing",
|
|
270
|
+
"Resources - Circuits - Circuit User Priority Create": "Resources - Circuits - Circuit User Priority Create",
|
|
271
|
+
"Resources - Circuits - Circuit User Priority Read": "Resources - Circuits - Circuit User Priority Read",
|
|
272
|
+
"Resources - Circuits - Circuit User Priority Update": "Resources - Circuits - Circuit User Priority Update",
|
|
273
|
+
"Resources - Circuits - Circuit User Priority Delete": "Resources - Circuits - Circuit User Priority Delete",
|
|
274
|
+
"Resources - Contact Details - Contact Details Read": "Resources - Contact Details - Contact Details Read",
|
|
275
|
+
"Resources - Contact Details - Contact Details Update": "Resources - Contact Details - Contact Details Update",
|
|
276
|
+
"Resources - Contact Details - Contact Details Delete": "Resources - Contact Details - Contact Details Delete",
|
|
277
|
+
"Resources - Currencies - Listing": "Resources - Currencies - Listing",
|
|
278
|
+
"Resources - Currencies - Create": "Resources - Currencies - Create",
|
|
279
|
+
"Resources - Currencies - Read": "Resources - Currencies - Read",
|
|
280
|
+
"Resources - Currencies - Update": "Resources - Currencies - Update",
|
|
281
|
+
"Resources - Currency Rates - Create": "Resources - Currency Rates - Create",
|
|
282
|
+
"Resources - Currency Rates - List": "Resources - Currency Rates - List",
|
|
283
|
+
"Resources - Currency Rates - Update": "Resources - Currency Rates - Update",
|
|
284
|
+
"Resources - Currency Rates - Get": "Resources - Currency Rates - Get",
|
|
285
|
+
"Resources - Currency Rates - Delete": "Resources - Currency Rates - Delete",
|
|
286
|
+
"Resources - Custom Fees - Listing": "Resources - Custom Fees - Listing",
|
|
287
|
+
"Resources - Custom Fees - Read": "Resources - Custom Fees - Read",
|
|
288
|
+
"Resources - Downtime Period Notices - Get Downtime Period Notices": "Resources - Downtime Period Notices - Get Downtime Period Notices",
|
|
289
|
+
"Resources - Downtime Period Notices - Post Downtime Period Notice": "Resources - Downtime Period Notices - Post Downtime Period Notice",
|
|
290
|
+
"Resources - Downtime Period Notices - Get": "Resources - Downtime Period Notices - Get",
|
|
291
|
+
"Resources - Downtime Period Notices - Patch Downtime Period Notice": "Resources - Downtime Period Notices - Patch Downtime Period Notice",
|
|
292
|
+
"Resources - Downtime Period Notices - Delete": "Resources - Downtime Period Notices - Delete",
|
|
293
|
+
"Resources - Evses - List Evse Hardware Status Logs": "Resources - Evses - List Evse Hardware Status Logs",
|
|
294
|
+
"Resources - Evses - Get Evse Latest Hardware Status Log": "Resources - Evses - Get Evse Latest Hardware Status Log",
|
|
295
|
+
"Resources - Evses - Create": "Resources - Evses - Create",
|
|
296
|
+
"Resources - Evses - Listing": "Resources - Evses - Listing",
|
|
297
|
+
"Resources - Evses - Update": "Resources - Evses - Update",
|
|
298
|
+
"Resources - Evses - Read": "Resources - Evses - Read",
|
|
299
|
+
"Resources - Evses - Evse Delete": "Resources - Evses - Evse Delete",
|
|
300
|
+
"Resources - Faqs - Listing": "Resources - Faqs - Listing",
|
|
301
|
+
"Resources - Faqs - Create": "Resources - Faqs - Create",
|
|
302
|
+
"Resources - Faqs - Faq Read": "Resources - Faqs - Faq Read",
|
|
303
|
+
"Resources - Faqs - Update": "Resources - Faqs - Update",
|
|
304
|
+
"Resources - Faqs - Faq Delete": "Resources - Faqs - Faq Delete",
|
|
305
|
+
"Resources - Firmware Versions - Listing": "Resources - Firmware Versions - Listing",
|
|
306
|
+
"Resources - Firmware Versions - Read": "Resources - Firmware Versions - Read",
|
|
307
|
+
"Resources - Firmware Versions - Get Attached Models": "Resources - Firmware Versions - Get Attached Models",
|
|
308
|
+
"Resources - Installer Jobs - Get Installer Jobs List": "Resources - Installer Jobs - Get Installer Jobs List",
|
|
309
|
+
"Resources - Installer Jobs - Create": "Resources - Installer Jobs - Create",
|
|
310
|
+
"Resources - Installer Jobs - Get": "Resources - Installer Jobs - Get",
|
|
311
|
+
"Resources - Installer Jobs - Update": "Resources - Installer Jobs - Update",
|
|
312
|
+
"Resources - Installer Jobs - Delete": "Resources - Installer Jobs - Delete",
|
|
313
|
+
"Resources - Invoices - Listing": "Resources - Invoices - Listing",
|
|
314
|
+
"Resources - Invoices - Read": "Resources - Invoices - Read",
|
|
315
|
+
"Resources - Partner Contracts - Listing": "Resources - Partner Contracts - Listing",
|
|
316
|
+
"Resources - Partner Contracts -Create": "Resources - Partner Contracts -Create",
|
|
317
|
+
"Resources - Partner Contracts - Read": "Resources - Partner Contracts - Read",
|
|
318
|
+
"Resources - Partner Contracts - Update": "Resources - Partner Contracts - Update",
|
|
319
|
+
"Resources - Partner Contracts - Delete": "Resources - Partner Contracts - Delete",
|
|
320
|
+
"Resources - Partner Expenses - Expenses Listing": "Resources - Partner Expenses - Expenses Listing",
|
|
321
|
+
"Resources - Partner Invites - Listing": "Resources - Partner Invites - Listing",
|
|
322
|
+
"Resources - Partner Invites - Create": "Resources - Partner Invites - Create",
|
|
323
|
+
"Resources - Partner Invites - Read": "Resources - Partner Invites - Read",
|
|
324
|
+
"Resources - Partner Invites - Update": "Resources - Partner Invites - Update",
|
|
325
|
+
"Resources - Partner Invites - Partner Invite Delete": "Resources - Partner Invites - Partner Invite Delete",
|
|
326
|
+
"Resources - Partner Revenues - Revenues Listing": "Resources - Partner Revenues - Revenues Listing",
|
|
327
|
+
"Resources - Partner Settlement Reports - Listing": "Resources - Partner Settlement Reports - Listing",
|
|
328
|
+
"Resources - Partner Settlement Reports - Read": "Resources - Partner Settlement Reports - Read",
|
|
329
|
+
"Resources - Partner Settlement Reports - Listing Partner Settlement Records": "Resources - Partner Settlement Reports - Listing Partner Settlement Records",
|
|
330
|
+
"Resources - Partner Settlement Reports - Create Partner Settlement Record": "Resources - Partner Settlement Reports - Create Partner Settlement Record",
|
|
331
|
+
"Resources - Partner Settlement Reports - Read Partner Settlement Record": "Resources - Partner Settlement Reports - Read Partner Settlement Record",
|
|
332
|
+
"Resources - Partner Settlement Reports - Update Partner Settlement Record": "Resources - Partner Settlement Reports - Update Partner Settlement Record",
|
|
333
|
+
"Resources - Partner Settlement Reports - Delete Partner Settlement Record": "Resources - Partner Settlement Reports - Delete Partner Settlement Record",
|
|
334
|
+
"Resources - Partners - Listing": "Resources - Partners - Listing",
|
|
335
|
+
"Resources - Partners - Create": "Resources - Partners - Create",
|
|
336
|
+
"Resources - Partners - Read": "Resources - Partners - Read",
|
|
337
|
+
"Resources - Partners - Update": "Resources - Partners - Update",
|
|
338
|
+
"Resources - Partners - Delete": "Resources - Partners - Delete",
|
|
339
|
+
"Resources - Payment Terminals - Get Payment Terminals": "Resources - Payment Terminals - Get Payment Terminals",
|
|
340
|
+
"Resources - Payment Terminals - Create Payment Terminal": "Resources - Payment Terminals - Create Payment Terminal",
|
|
341
|
+
"Resources - Payment Terminals - Get Payment Terminal": "Resources - Payment Terminals - Get Payment Terminal",
|
|
342
|
+
"Resources - Payment Terminals - Update Payment Terminal": "Resources - Payment Terminals - Update Payment Terminal",
|
|
343
|
+
"Resources - Payment Terminals - Delete Payment Terminal": "Resources - Payment Terminals - Delete Payment Terminal",
|
|
344
|
+
"Resources - Receipts - Receipts Listing": "Resources - Receipts - Receipts Listing",
|
|
345
|
+
"Resources - Receipts - Receipt Read": "Resources - Receipts - Receipt Read",
|
|
346
|
+
"Resources - Reservations - Reservations Listing": "Resources - Reservations - Reservations Listing",
|
|
347
|
+
"Resources - Reservations - Reservation Read": "Resources - Reservations - Reservation Read",
|
|
348
|
+
"Resources - Security Events - Security Events Listing": "Resources - Security Events - Security Events Listing",
|
|
349
|
+
"Resources - Security Events - Security Event Read": "Resources - Security Events - Security Event Read",
|
|
350
|
+
"Resources - Sessions - Listing": "Resources - Sessions - Listing",
|
|
351
|
+
"Resources - Sessions - Read": "Resources - Sessions - Read",
|
|
352
|
+
"Resources - Sessions - Read Sessions Consumption Stats": "Resources - Sessions - Read Sessions Consumption Stats",
|
|
353
|
+
"Resources - Settings - Settings Listing": "Resources - Settings - Settings Listing",
|
|
354
|
+
"Resources - Sub Operators - Listing": "Resources - Sub Operators - Listing",
|
|
355
|
+
"Resources - Sub Operators - Read": "Resources - Sub Operators - Read",
|
|
356
|
+
"Resources - Subscriptions - Subscriptions Listing": "Resources - Subscriptions - Subscriptions Listing",
|
|
357
|
+
"Resources - Subscriptions - Subscription Read": "Resources - Subscriptions - Subscription Read",
|
|
358
|
+
"Resources - Tariff Groups - Listing": "Resources - Tariff Groups - Listing",
|
|
359
|
+
"Resources - Tariff Groups - Create": "Resources - Tariff Groups - Create",
|
|
360
|
+
"Resources - Tariff Groups - Read": "Resources - Tariff Groups - Read",
|
|
361
|
+
"Resources - Tariff Groups - Update": "Resources - Tariff Groups - Update",
|
|
362
|
+
"Resources - Tariff Groups - Delete": "Resources - Tariff Groups - Delete",
|
|
363
|
+
"Resources - Tariff Snapshots - Read Tariff Snapshot": "Resources - Tariff Snapshots - Read Tariff Snapshot",
|
|
364
|
+
"Resources - Tax Identification Numbers - Listing": "Resources - Tax Identification Numbers - Listing",
|
|
365
|
+
"Resources - Tax Identification Numbers - Create": "Resources - Tax Identification Numbers - Create",
|
|
366
|
+
"Resources - Tax Identification Numbers - Read": "Resources - Tax Identification Numbers - Read",
|
|
367
|
+
"Resources - Tax Identification Numbers - Update": "Resources - Tax Identification Numbers - Update",
|
|
368
|
+
"Resources - Tax Identification Numbers - Delete": "Resources - Tax Identification Numbers - Delete",
|
|
369
|
+
"Resources - Taxes - Listing": "Resources - Taxes - Listing",
|
|
370
|
+
"Resources - Taxes - Create": "Resources - Taxes - Create",
|
|
371
|
+
"Resources - Taxes - Read": "Resources - Taxes - Read",
|
|
372
|
+
"Resources - Taxes - Update": "Resources - Taxes - Update",
|
|
373
|
+
"Resources - Taxes - Delete": "Resources - Taxes - Delete",
|
|
374
|
+
"Resources - Templates - Templates Listing": "Resources - Templates - Templates Listing",
|
|
375
|
+
"Resources - Terms And Policies - Listing": "Resources - Terms And Policies - Listing",
|
|
376
|
+
"Resources - Terms And Policies - Read": "Resources - Terms And Policies - Read",
|
|
377
|
+
"Resources - Top Up Packages - Listing": "Resources - Top Up Packages - Listing",
|
|
378
|
+
"Resources - Top Up Packages - Create": "Resources - Top Up Packages - Create",
|
|
379
|
+
"Resources - Top Up Packages - Read": "Resources - Top Up Packages - Read",
|
|
380
|
+
"Resources - Top Up Packages - Update": "Resources - Top Up Packages - Update",
|
|
381
|
+
"Resources - Top Up Packages - Delete": "Resources - Top Up Packages - Delete",
|
|
382
|
+
"Resources - User Groups - Listing": "Resources - User Groups - Listing",
|
|
383
|
+
"Resources - User Groups - Create": "Resources - User Groups - Create",
|
|
384
|
+
"Resources - User Groups - Read": "Resources - User Groups - Read",
|
|
385
|
+
"Resources - User Groups - Update": "Resources - User Groups - Update",
|
|
386
|
+
"Resources - User Groups - Delete": "Resources - User Groups - Delete",
|
|
387
|
+
"Resources - Utilities - List Utilities": "Resources - Utilities - List Utilities",
|
|
388
|
+
"Resources - Utilities - Create Utility": "Resources - Utilities - Create Utility",
|
|
389
|
+
"Resources - Utilities - Get Utility": "Resources - Utilities - Get Utility",
|
|
390
|
+
"Resources - Utilities - Update Utility": "Resources - Utilities - Update Utility",
|
|
391
|
+
"Resources - Utilities - Delete Utility": "Resources - Utilities - Delete Utility",
|
|
392
|
+
"Resources - Vendor Error Codes - Vendor Error Codes Listing": "Resources - Vendor Error Codes - Vendor Error Codes Listing",
|
|
393
|
+
"Resources - Vendor Error Codes - Vendor Error Code Create": "Resources - Vendor Error Codes - Vendor Error Code Create",
|
|
394
|
+
"Resources - Vendor Error Codes - Vendor Error Code Read": "Resources - Vendor Error Codes - Vendor Error Code Read",
|
|
395
|
+
"Resources - Vendor Error Codes - Vendor Error Code Update": "Resources - Vendor Error Codes - Vendor Error Code Update",
|
|
396
|
+
"Resources - Vendor Error Codes - Vendor Error Code Delete": "Resources - Vendor Error Codes - Vendor Error Code Delete",
|
|
397
|
+
"Resources - Vouchers - Vouchers Listing": "Resources - Vouchers - Vouchers Listing",
|
|
398
|
+
"Resources - Vouchers - Voucher Create": "Resources - Vouchers - Voucher Create",
|
|
399
|
+
"Resources - Vouchers - Voucher Read": "Resources - Vouchers - Voucher Read",
|
|
400
|
+
"Resources - Vouchers - Voucher Update": "Resources - Vouchers - Voucher Update",
|
|
401
|
+
"Resources - Vouchers - Voucher Delete": "Resources - Vouchers - Voucher Delete",
|
|
402
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
403
|
+
"Change the availability to available or unavailable. A Charge Point is considered unavailable when it does not allow any charging.": "Change the availability to available or unavailable. A Charge Point is considered unavailable when it does not allow any charging.",
|
|
404
|
+
"Change the owner of the Charge Point.": "Change the owner of the Charge Point.",
|
|
405
|
+
"If you are not using networkId and not passing other criteria in the body it will clear the charging profile for the charge point (ChargePointMaxProfile).": "If you are not using networkId and not passing other criteria in the body it will clear the charging profile for the charge point (ChargePointMaxProfile).",
|
|
406
|
+
"Request a get diagnostics upload from the charge point.": "Request a get diagnostics upload from the charge point.",
|
|
407
|
+
"Charge Point / Get Security Log. ": "Charge Point / Get Security Log. ",
|
|
408
|
+
"Move one or more EVSEs from this charge point to a satellite charge point.": "Move one or more EVSEs from this charge point to a satellite charge point.",
|
|
409
|
+
"Reserve an evse.": "Reserve an evse.",
|
|
410
|
+
"Reset the current security profile of the charge point in the backend. The next time the charge point connects, the backend will accept the connection and update the current security profile with the one that the charge point actually used to establish the connection.": "Reset the current security profile of the charge point in the backend. The next time the charge point connects, the backend will accept the connection and update the current security profile with the one that the charge point actually used to establish the connection.",
|
|
411
|
+
"Reset a charge point.": "Reset a charge point.",
|
|
412
|
+
"Charge Point / Send Data Transfer.": "Charge Point / Send Data Transfer.",
|
|
413
|
+
"Set a smart charging profile.": "Set a smart charging profile.",
|
|
414
|
+
"Start a charging session.": "Start a charging session.",
|
|
415
|
+
"Stop a charging session.": "Stop a charging session.",
|
|
416
|
+
"Send a partial or full sync configuration request to the chargepoint. You will get back a requerstId that you can monitor the status of using the ChargePointSyncConfigurationNotification. Please note that calling this action should not be required, as each time the charge point boots the configuration is automatically synced.": "Send a partial or full sync configuration request to the chargepoint. You will get back a requerstId that you can monitor the status of using the ChargePointSyncConfigurationNotification. Please note that calling this action should not be required, as each time the charge point boots the configuration is automatically synced.",
|
|
417
|
+
"Trigger message to given Charge Point.": "Trigger message to given Charge Point.",
|
|
418
|
+
"Unlock an EVSE.": "Unlock an EVSE.",
|
|
419
|
+
"Change sharing code for the Charge Point.": "Change sharing code for the Charge Point.",
|
|
420
|
+
"Delete certificate.": "Delete certificate.",
|
|
421
|
+
"Charge Point / Install Certificate.": "Charge Point / Install Certificate.",
|
|
422
|
+
"Set Configuration for the Charge Point.": "Set Configuration for the Charge Point.",
|
|
423
|
+
"Charge Point / Get Installed Certificate IDs. ": "Charge Point / Get Installed Certificate IDs. ",
|
|
424
|
+
"Charge Point / Update Firmware.": "Charge Point / Update Firmware.",
|
|
425
|
+
"Get all Charge Point Downtime Periods.": "Get all Charge Point Downtime Periods.",
|
|
426
|
+
"Create Manual Exempt Charge Point Downtime Period.": "Create Manual Exempt Charge Point Downtime Period.",
|
|
427
|
+
"Get Charge Point Downtime Period.": "Get Charge Point Downtime Period.",
|
|
428
|
+
"Update Charge Point Downtime Period.": "Update Charge Point Downtime Period.",
|
|
429
|
+
"Delete Manual Created Charge Point Downtime Period.": "Delete Manual Created Charge Point Downtime Period.",
|
|
430
|
+
"Get all Charge Point Models.": "Get all Charge Point Models.",
|
|
431
|
+
"Create new Charge Point Model.": "Create new Charge Point Model.",
|
|
432
|
+
"Get a Charge Point Model.": "Get a Charge Point Model.",
|
|
433
|
+
"Charge Point Model.": "Charge Point Model.",
|
|
434
|
+
"Delete a Charge Point Model.": "Delete a Charge Point Model.",
|
|
435
|
+
"Get all Charge Point Vendors.": "Get all Charge Point Vendors.",
|
|
436
|
+
"Create new Charge Point Vendor.": "Create new Charge Point Vendor.",
|
|
437
|
+
"Get a Charge Point Vendor.": "Get a Charge Point Vendor.",
|
|
438
|
+
"Charge Point Vendor.": "Charge Point Vendor.",
|
|
439
|
+
"Delete a Charge Point Vendor.": "Delete a Charge Point Vendor.",
|
|
440
|
+
"Get a charge point's status.": "Get a charge point's status.",
|
|
441
|
+
"Create new charge point.": "Create new charge point.",
|
|
442
|
+
"Get all charge points.": "Get all charge points.",
|
|
443
|
+
"Update a charge point.": "Update a charge point.",
|
|
444
|
+
"Get a charge point.": "Get a charge point.",
|
|
445
|
+
"Delete a charge point.": "Delete a charge point.",
|
|
446
|
+
"Get all available personal smart charging modes.": "Get all available personal smart charging modes.",
|
|
447
|
+
"Get a charge point's all cached configurations.": "Get a charge point's all cached configurations.",
|
|
448
|
+
"Get a charge point's cached configuration for a single key.": "Get a charge point's cached configuration for a single key.",
|
|
449
|
+
"Update a charge point's configuration. The configuration is applied directly to the charge point and you will get response code 406 in case the application fails.": "Update a charge point's configuration. The configuration is applied directly to the charge point and you will get response code 406 in case the application fails.",
|
|
450
|
+
"Create new EVSE within the Charge Point.": "Create new EVSE within the Charge Point.",
|
|
451
|
+
"Get all EVSEs of the Charge Point.": "Get all EVSEs of the Charge Point.",
|
|
452
|
+
"Update an EVSE within the Charge Point.": "Update an EVSE within the Charge Point.",
|
|
453
|
+
"Get an EVSE from a Charge Point.": "Get an EVSE from a Charge Point.",
|
|
454
|
+
"Delete an EVSE.": "Delete an EVSE.",
|
|
455
|
+
"Get a charge point evse's all connectors.": "Get a charge point evse's all connectors.",
|
|
456
|
+
"Create a charge point evse's connector.": "Create a charge point evse's connector.",
|
|
457
|
+
"Get a charge point evse's connector.": "Get a charge point evse's connector.",
|
|
458
|
+
"Update a charge point evse's connector.": "Update a charge point evse's connector.",
|
|
459
|
+
"Delete a charge point evse's connector.": "Delete a charge point evse's connector.",
|
|
460
|
+
"Get paginated list of hardware status logs for a charge point with optional date filtering.": "Get paginated list of hardware status logs for a charge point with optional date filtering.",
|
|
461
|
+
"Get the latest hardware status log entry for a charge point.": "Get the latest hardware status log entry for a charge point.",
|
|
462
|
+
"Get the latest network status log entry for a charge point.": "Get the latest network status log entry for a charge point.",
|
|
463
|
+
"Get paginated list of network status logs for a charge point with optional date filtering.": "Get paginated list of network status logs for a charge point with optional date filtering.",
|
|
464
|
+
"Get personal smart charging preferences of the charge point.": "Get personal smart charging preferences of the charge point.",
|
|
465
|
+
"Update personal smart charging preferences.": "Update personal smart charging preferences.",
|
|
466
|
+
"Get all Shared Partners of the Charge Point.": "Get all Shared Partners of the Charge Point.",
|
|
467
|
+
"Set the Shared Partners of the Charge Point. Attach Shared Partners within the Charge Point. The charge point must have an owner associated and its \"access_type\" must be \"private\".": "Set the Shared Partners of the Charge Point. Attach Shared Partners within the Charge Point. The charge point must have an owner associated and its \"access_type\" must be \"private\".",
|
|
468
|
+
"Create new Share within the Charge Point.": "Create new Share within the Charge Point.",
|
|
469
|
+
"Get all Shares of the Charge Point.": "Get all Shares of the Charge Point.",
|
|
470
|
+
"Get an Share from a Charge Point.": "Get an Share from a Charge Point.",
|
|
471
|
+
"Delete an Share.": "Delete an Share.",
|
|
472
|
+
"Update smart charging details for the charge point.": "Update smart charging details for the charge point.",
|
|
473
|
+
"To maintain safety and compatibility, only charge points with an identical electrical configuration to the circuit can be added.": "To maintain safety and compatibility, only charge points with an identical electrical configuration to the circuit can be added.",
|
|
474
|
+
"Circuit / Detach Charge Point.": "Circuit / Detach Charge Point.",
|
|
475
|
+
"Circuit / Set Charge Point Priority.": "Circuit / Set Charge Point Priority.",
|
|
476
|
+
"Circuit / Set Charge Point EVSE Priority.": "Circuit / Set Charge Point EVSE Priority.",
|
|
477
|
+
"Set DLM priority based on the session's state of charge (SoC). The active priority will be used to either decrease or increase the energy used by the session's EVSE. - If the SoC exceeds the `upperThresholdPercent`, then the `highSoCPriority` will be applied.": "Set DLM priority based on the session's state of charge (SoC). The active priority will be used to either decrease or increase the energy used by the session's EVSE. - If the SoC exceeds the `upperThresholdPercent`, then the `highSoCPriority` will be applied.",
|
|
478
|
+
"Circuit / Set Session Priority.": "Circuit / Set Session Priority.",
|
|
479
|
+
"Apply a configuration template to charge points.": "Apply a configuration template to charge points.",
|
|
480
|
+
"Create multiple variables for a specific configuration template, adds them to the already existing keys and validates if there are duplicates.": "Create multiple variables for a specific configuration template, adds them to the already existing keys and validates if there are duplicates.",
|
|
481
|
+
"Get all Configuration Templates.": "Get all Configuration Templates.",
|
|
482
|
+
"Create new Configuration Template.": "Create new Configuration Template.",
|
|
483
|
+
"Update Configuration Template.": "Update Configuration Template.",
|
|
484
|
+
"Get Configuration Template.": "Get Configuration Template.",
|
|
485
|
+
"Delete Configuration Template.": "Delete Configuration Template.",
|
|
486
|
+
"Get all Configuration Template Variables.": "Get all Configuration Template Variables.",
|
|
487
|
+
"Create a new Configuration Template Variable.": "Create a new Configuration Template Variable.",
|
|
488
|
+
"Update a Configuration Template Variable.": "Update a Configuration Template Variable.",
|
|
489
|
+
"Delete a Configuration Template Variable.": "Delete a Configuration Template Variable.",
|
|
490
|
+
"Add an electricity meter report for the meter readings at the current moment.": "Add an electricity meter report for the meter readings at the current moment.",
|
|
491
|
+
"Get all electricity meters.": "Get all electricity meters.",
|
|
492
|
+
"Create a new electricity meter.": "Create a new electricity meter.",
|
|
493
|
+
"Get information for an electricity meter by ID.": "Get information for an electricity meter by ID.",
|
|
494
|
+
"Update electricity meter.": "Update electricity meter.",
|
|
495
|
+
"Delete an electricity meter.": "Delete an electricity meter.",
|
|
496
|
+
"Get all Electricity rates.": "Get all Electricity rates.",
|
|
497
|
+
"Create a new Electricity rate.": "Create a new Electricity rate.",
|
|
498
|
+
"Get a single Electricity rate.": "Get a single Electricity rate.",
|
|
499
|
+
"Update a Electricity rate.": "Update a Electricity rate.",
|
|
500
|
+
"Delete a Electricity rate.": "Delete a Electricity rate.",
|
|
501
|
+
"Get an electricity rate energy mix.": "Get an electricity rate energy mix.",
|
|
502
|
+
"Set an electricity rate energy mix. By default the energy mix generated with creation of the electricity rate is filled with 0.": "Set an electricity rate energy mix. By default the energy mix generated with creation of the electricity rate is filled with 0.",
|
|
503
|
+
"List all of the configured price period days (including week days and dates).": "List all of the configured price period days (including week days and dates).",
|
|
504
|
+
"List all of the configured price period dates.": "List all of the configured price period dates.",
|
|
505
|
+
"Get the price periods for a specific date.": "Get the price periods for a specific date.",
|
|
506
|
+
"Update the price periods for a specific date. This operation will overwrite all existing periods for the given date, so a complete list must be provided.": "Update the price periods for a specific date. This operation will overwrite all existing periods for the given date, so a complete list must be provided.",
|
|
507
|
+
"Delete the price periods for a specific date.": "Delete the price periods for a specific date.",
|
|
508
|
+
"List all of the configured price period week days.": "List all of the configured price period week days.",
|
|
509
|
+
"Get the price periods for a specific week day.": "Get the price periods for a specific week day.",
|
|
510
|
+
"Update the price periods for a specific week day. This operation will overwrite all existing periods for the given day, so a complete list must be provided.": "Update the price periods for a specific week day. This operation will overwrite all existing periods for the given day, so a complete list must be provided.",
|
|
511
|
+
"Delete the price periods for a specific week day.": "Delete the price periods for a specific week day.",
|
|
512
|
+
"Trigger message to given EVSE.": "Trigger message to given EVSE.",
|
|
513
|
+
"Get all EVSE Downtime Periods.": "Get all EVSE Downtime Periods.",
|
|
514
|
+
"Create Manual Exempt EVSE Downtime Period.": "Create Manual Exempt EVSE Downtime Period.",
|
|
515
|
+
"Get EVSE Downtime Period.": "Get EVSE Downtime Period.",
|
|
516
|
+
"Update EVSE Downtime Period.": "Update EVSE Downtime Period.",
|
|
517
|
+
"Delete Manual Created EVSE Downtime Period.": "Delete Manual Created EVSE Downtime Period.",
|
|
518
|
+
"Change the status of the Flexibility Asset.": "Change the status of the Flexibility Asset.",
|
|
519
|
+
"Create Flexibility Activation Request for a specific Asset.": "Create Flexibility Activation Request for a specific Asset.",
|
|
520
|
+
"Get a list of Flexibility Requests.": "Get a list of Flexibility Requests.",
|
|
521
|
+
"Get a flexibility activation request.": "Get a flexibility activation request.",
|
|
522
|
+
"Create new flexibility asset.": "Create new flexibility asset.",
|
|
523
|
+
"Get a list of Flexibility Assets.": "Get a list of Flexibility Assets.",
|
|
524
|
+
"Update a flexibility asset.": "Update a flexibility asset.",
|
|
525
|
+
"Get a flexibility asset.": "Get a flexibility asset.",
|
|
526
|
+
"Delete a flexibility asset.": "Delete a flexibility asset.",
|
|
527
|
+
"Get Historical Time Series for a Flexibility Asset.": "Get Historical Time Series for a Flexibility Asset.",
|
|
528
|
+
"Get Time Series Forecast for a Flexibility Asset.": "Get Time Series Forecast for a Flexibility Asset.",
|
|
529
|
+
"Certificate / Reissue an EMAID.": "Certificate / Reissue an EMAID.",
|
|
530
|
+
"Get all id tags.": "Get all id tags.",
|
|
531
|
+
"Create new Id Tag.": "Create new Id Tag.",
|
|
532
|
+
"Get a Id Tag.": "Get a Id Tag.",
|
|
533
|
+
"Update a Id Tag.": "Update a Id Tag.",
|
|
534
|
+
"Delete a Id Tag.": "Delete a Id Tag.",
|
|
535
|
+
"Get a consolidated view of EVSEs availability for a given location and time frame. Returns available time slots for each bookable EVSE at the location.": "Get a consolidated view of EVSEs availability for a given location and time frame. Returns available time slots for each bookable EVSE at the location.",
|
|
536
|
+
"Create a new location.": "Create a new location.",
|
|
537
|
+
"Get all locations.": "Get all locations.",
|
|
538
|
+
"Update a location.": "Update a location.",
|
|
539
|
+
"Get a location.": "Get a location.",
|
|
540
|
+
"Delete a location.": "Delete a location.",
|
|
541
|
+
"Get all Charging Zones.": "Get all Charging Zones.",
|
|
542
|
+
"Create a new Charging Zone.": "Create a new Charging Zone.",
|
|
543
|
+
"Get a Charging Zone.": "Get a Charging Zone.",
|
|
544
|
+
"Update a existing Charging Zone.": "Update a existing Charging Zone.",
|
|
545
|
+
"Location / Charging Zone / Delete.": "Location / Charging Zone / Delete.",
|
|
546
|
+
"Resend failed webhook notifications. - Resend for a specific notification ID can be requested once every 15 minutes. - Notifications that are disabled cannot be resent.": "Resend failed webhook notifications. - Resend for a specific notification ID can be requested once every 15 minutes. - Notifications that are disabled cannot be resent.",
|
|
547
|
+
"Parking Space / Update occupancy status.": "Parking Space / Update occupancy status.",
|
|
548
|
+
"Create new Parking Space.": "Create new Parking Space.",
|
|
549
|
+
"Get all Parking spaces.": "Get all Parking spaces.",
|
|
550
|
+
"Update Parking Space.": "Update Parking Space.",
|
|
551
|
+
"Get Parking Space.": "Get Parking Space.",
|
|
552
|
+
"Delete Parking Space.": "Delete Parking Space.",
|
|
553
|
+
"Certificate / Issue an EMAID.": "Certificate / Issue an EMAID.",
|
|
554
|
+
"Create Provisioning Certificate.": "Create Provisioning Certificate.",
|
|
555
|
+
"Get all Provisioning Certificates.": "Get all Provisioning Certificates.",
|
|
556
|
+
"Update a Provisioning Certificate.": "Update a Provisioning Certificate.",
|
|
557
|
+
"Get a Provisioning Certificate.": "Get a Provisioning Certificate.",
|
|
558
|
+
"Delete a provisioning certificate.": "Delete a provisioning certificate.",
|
|
559
|
+
"Cancel a reservation.": "Cancel a reservation.",
|
|
560
|
+
"Set the pricing data for a custom tariff filter. This action will update the underling roaming tariff and create a pricing based on it. The pricing can then be utilized by attaching a markup tariff to the tariff map of the custom tariff filter.": "Set the pricing data for a custom tariff filter. This action will update the underling roaming tariff and create a pricing based on it. The pricing can then be utilized by attaching a markup tariff to the tariff map of the custom tariff filter.",
|
|
561
|
+
"Get all Roaming Connections.": "Get all Roaming Connections.",
|
|
562
|
+
"Get a Roaming Connections.": "Get a Roaming Connections.",
|
|
563
|
+
"Get all Roaming Operators.": "Get all Roaming Operators.",
|
|
564
|
+
"Get a Roaming Operator.": "Get a Roaming Operator.",
|
|
565
|
+
"Update Roaming Operator.": "Update Roaming Operator.",
|
|
566
|
+
"Get all custom tariff filters for a roaming operator.": "Get all custom tariff filters for a roaming operator.",
|
|
567
|
+
"Create new custom tariff filter for a roaming operator.": "Create new custom tariff filter for a roaming operator.",
|
|
568
|
+
"Change the ordering of custom tariff filters for a roaming operator. This operation allows partial reordering - you only need to specify the filters that need to move. Filters not included in the request will maintain their relative positions.": "Change the ordering of custom tariff filters for a roaming operator. This operation allows partial reordering - you only need to specify the filters that need to move. Filters not included in the request will maintain their relative positions.",
|
|
569
|
+
"Get a specific custom tariff filter.": "Get a specific custom tariff filter.",
|
|
570
|
+
"Update an existing custom tariff filter.": "Update an existing custom tariff filter.",
|
|
571
|
+
"Delete a custom tariff filter.": "Delete a custom tariff filter.",
|
|
572
|
+
"Get all Roaming Providers.": "Get all Roaming Providers.",
|
|
573
|
+
"Create new Roaming Provider **Only applicable for Hubject, Gireve 2.2.1 and OCPI with missing credentials module emsp roaming connections**.": "Create new Roaming Provider **Only applicable for Hubject, Gireve 2.2.1 and OCPI with missing credentials module emsp roaming connections**.",
|
|
574
|
+
"Get a Roaming Provider.": "Get a Roaming Provider.",
|
|
575
|
+
"Update Roaming Providers.": "Update Roaming Providers.",
|
|
576
|
+
"Delete a Roaming Provider.": "Delete a Roaming Provider.",
|
|
577
|
+
"Get all Roaming Tariffs.": "Get all Roaming Tariffs.",
|
|
578
|
+
"Get a Roaming Tariff.": "Get a Roaming Tariff.",
|
|
579
|
+
"Update Roaming Tariff.": "Update Roaming Tariff.",
|
|
580
|
+
"Assign a user to a session. This action is only applicable to sessions with Completed billing status that have no user associated with them. This operation can be done only once and is not reversible.": "Assign a user to a session. This action is only applicable to sessions with Completed billing status that have no user associated with them. This operation can be done only once and is not reversible.",
|
|
581
|
+
"Retry failed payment for a session.": "Retry failed payment for a session.",
|
|
582
|
+
"Replace a subscription plan with another one.": "Replace a subscription plan with another one.",
|
|
583
|
+
"Get all Subscription plans.": "Get all Subscription plans.",
|
|
584
|
+
"Create a new Subscription plans.": "Create a new Subscription plans.",
|
|
585
|
+
"Get a single subscription plan.": "Get a single subscription plan.",
|
|
586
|
+
"Update a Subscription plan.": "Update a Subscription plan.",
|
|
587
|
+
"Delete a Subscription plan.": "Delete a Subscription plan.",
|
|
588
|
+
"Apply a Tariff Display Information to tariff.": "Apply a Tariff Display Information to tariff.",
|
|
589
|
+
"Get all tariff. Also you could use the \"tariffGroupId\" and the \"userId\" to \"resolve\" the concrete tariff within a group that would be applied to the specified user.": "Get all tariff. Also you could use the \"tariffGroupId\" and the \"userId\" to \"resolve\" the concrete tariff within a group that would be applied to the specified user.",
|
|
590
|
+
"Create new tariff.": "Create new tariff.",
|
|
591
|
+
"Get a tariff.": "Get a tariff.",
|
|
592
|
+
"Update a tariff.": "Update a tariff.",
|
|
593
|
+
"Delete a tariff.": "Delete a tariff.",
|
|
594
|
+
"Issue ad-hoc invoice for the transaction (only if AMPECO invoice integration is used). For Számlázz.hu integration in Hungary, if a fiscalized receipt exists for the transaction, it will be automatically canceled and both the invoice and storno receipt will be sent to the user.": "Issue ad-hoc invoice for the transaction (only if AMPECO invoice integration is used). For Számlázz.hu integration in Hungary, if a fiscalized receipt exists for the transaction, it will be automatically canceled and both the invoice and storno receipt will be sent to the user.",
|
|
595
|
+
"Resend already issued invoice. If the transaction has an associated fiscalized receipt that was automatically canceled (Hungary compliance), both the invoice and the storno receipt will be sent together.": "Resend already issued invoice. If the transaction has an associated fiscalized receipt that was automatically canceled (Hungary compliance), both the invoice and the storno receipt will be sent together.",
|
|
596
|
+
"Link the transaction to external resource where the payment took place.": "Link the transaction to external resource where the payment took place.",
|
|
597
|
+
"Get all transactions.": "Get all transactions.",
|
|
598
|
+
"Create new Transaction.": "Create new Transaction.",
|
|
599
|
+
"Get a transation.": "Get a transation.",
|
|
600
|
+
"Update a non-finalised transaction.": "Update a non-finalised transaction.",
|
|
601
|
+
"Activate a subscription to a user.": "Activate a subscription to a user.",
|
|
602
|
+
"Add to the current balance of the user.": "Add to the current balance of the user.",
|
|
603
|
+
"Apply custom fee for a user.": "Apply custom fee for a user.",
|
|
604
|
+
"Cancel a subscription to a user.": "Cancel a subscription to a user.",
|
|
605
|
+
"Set the status for a user.": "Set the status for a user.",
|
|
606
|
+
"Clear a user's subscription amount due. Any unsettled transactions related to the user's current subscription — such as fees and charging sessions will be set to an amount of 0.This operation is irreversible.": "Clear a user's subscription amount due. Any unsettled transactions related to the user's current subscription — such as fees and charging sessions will be set to an amount of 0.This operation is irreversible.",
|
|
607
|
+
"Export all private data.": "Export all private data.",
|
|
608
|
+
"Apply a voucher to a user.": "Apply a voucher to a user.",
|
|
609
|
+
"Get all users.": "Get all users.",
|
|
610
|
+
"Create new User.": "Create new User.",
|
|
611
|
+
"Get a user.": "Get a user.",
|
|
612
|
+
"Update user.": "Update user.",
|
|
613
|
+
"Delete a user.": "Delete a user.",
|
|
614
|
+
"Invoice details / Read.": "Invoice details / Read.",
|
|
615
|
+
"Create or update user invoice details.": "Create or update user invoice details.",
|
|
616
|
+
"Get all payment methods for a user.": "Get all payment methods for a user.",
|
|
617
|
+
"Initiate a new payment method registration, or finalize it. Note that this is a two step process! # For payment processors with web view integration You will need to initiate a call with no parameters to this endpoint to get a new request to add payment method (Step 1). Then you will have to redirect to an endpoint and wait for the client to enter his credit card details there.": "Initiate a new payment method registration, or finalize it. Note that this is a two step process! # For payment processors with web view integration You will need to initiate a call with no parameters to this endpoint to get a new request to add payment method (Step 1). Then you will have to redirect to an endpoint and wait for the client to enter his credit card details there.",
|
|
618
|
+
"Get information for a payment method by ID.": "Get information for a payment method by ID.",
|
|
619
|
+
"Update Payment method. Please note that \";balance\"; and \";corporate\"; payment methods CANNOT be set as default": "Update Payment method. Please note that \";balance\"; and \";corporate\"; payment methods CANNOT be set as default",
|
|
620
|
+
"Delete Payment method. Please note that \";balance\"; and \";corporate\"; payment methods CANNOT be removed from this interface.": "Delete Payment method. Please note that \";balance\"; and \";corporate\"; payment methods CANNOT be removed from this interface.",
|
|
621
|
+
"Subscribe for a webhook or kafka events. Each notification sent to the webhook/kafka will be retried a number of times and will be rate limited. The rate limits, retries and retry intervals will be configured by Ampeco.": "Subscribe for a webhook or kafka events. Each notification sent to the webhook/kafka will be retried a number of times and will be rate limited. The rate limits, retries and retry intervals will be configured by Ampeco.",
|
|
622
|
+
"Notifications / Listing": "Notifications / Listing",
|
|
623
|
+
"Get a notification.": "Get a notification.",
|
|
624
|
+
"Update a notification.": "Update a notification.",
|
|
625
|
+
"Unsubscribe for a notification.": "Unsubscribe for a notification.",
|
|
626
|
+
"Get all authorizations.": "Get all authorizations.",
|
|
627
|
+
"Authorization / Read.": "Authorization / Read.",
|
|
628
|
+
"Get all booking requests.": "Get all booking requests.",
|
|
629
|
+
"Create a new booking request. If you want to find the available slots for a given location use the Actions / Location / Check Booking Availability.": "Create a new booking request. If you want to find the available slots for a given location use the Actions / Location / Check Booking Availability.",
|
|
630
|
+
"Get information for a booking request by ID.": "Get information for a booking request by ID.",
|
|
631
|
+
"Get all bookings.": "Get all bookings.",
|
|
632
|
+
"Get information for a booking by ID.": "Get information for a booking by ID.",
|
|
633
|
+
"Get all CDRs.": "Get all CDRs.",
|
|
634
|
+
"Get a CDR.": "Get a CDR.",
|
|
635
|
+
"Get all circuits.": "Get all circuits.",
|
|
636
|
+
"Create a new circuit.": "Create a new circuit.",
|
|
637
|
+
"Get a circuit.": "Get a circuit.",
|
|
638
|
+
"Update a circuit.": "Update a circuit.",
|
|
639
|
+
"Delete a circuit.": "Delete a circuit.",
|
|
640
|
+
"Get all circuit's charge point priorities.": "Get all circuit's charge point priorities.",
|
|
641
|
+
"Get the consumption of a circuit for each phase.": "Get the consumption of a circuit for each phase.",
|
|
642
|
+
"Get a circuit's SoC priority.": "Get a circuit's SoC priority.",
|
|
643
|
+
"Get a circuit's unmanaged load.": "Get a circuit's unmanaged load.",
|
|
644
|
+
"Get all circuit's user priorities.": "Get all circuit's user priorities.",
|
|
645
|
+
"Create a circuit's user priority.": "Create a circuit's user priority.",
|
|
646
|
+
"Get a circuit's user priority.": "Get a circuit's user priority.",
|
|
647
|
+
"Update a circuit's user priority.": "Update a circuit's user priority.",
|
|
648
|
+
"Delete a circuit's user priority.": "Delete a circuit's user priority.",
|
|
649
|
+
"Get the contact details.": "Get the contact details.",
|
|
650
|
+
"Update the contact details.": "Update the contact details.",
|
|
651
|
+
"Delete contact details.": "Delete contact details.",
|
|
652
|
+
"Currencies / Listing.": "Currencies / Listing.",
|
|
653
|
+
"Create currency.": "Create currency.",
|
|
654
|
+
"Currency / Read.": "Currency / Read.",
|
|
655
|
+
"Update a currency.": "Update a currency.",
|
|
656
|
+
"Create new Currency Rate.": "Create new Currency Rate.",
|
|
657
|
+
"Get all Currency Rates.": "Get all Currency Rates.",
|
|
658
|
+
"Update Currency Rate.": "Update Currency Rate.",
|
|
659
|
+
"Get Currency Rate.": "Get Currency Rate.",
|
|
660
|
+
"Delete Currency Rate.": "Delete Currency Rate.",
|
|
661
|
+
"Get all custom fees.": "Get all custom fees.",
|
|
662
|
+
"Get a single custom fee.": "Get a single custom fee.",
|
|
663
|
+
"Get all Downtime Period Notices.": "Get all Downtime Period Notices.",
|
|
664
|
+
"Create Downtime Period Notice.": "Create Downtime Period Notice.",
|
|
665
|
+
"Get Downtime Period Notice.": "Get Downtime Period Notice.",
|
|
666
|
+
"Update Downtime Period Notice.": "Update Downtime Period Notice.",
|
|
667
|
+
"Delete Downtime Period Notice.": "Delete Downtime Period Notice.",
|
|
668
|
+
"Get paginated list of hardware status logs for an EVSE with optional date filtering.": "Get paginated list of hardware status logs for an EVSE with optional date filtering.",
|
|
669
|
+
"Get the latest hardware status log entry for an EVSE.": "Get the latest hardware status log entry for an EVSE.",
|
|
670
|
+
"Create new EVSE.": "Create new EVSE.",
|
|
671
|
+
"Get all EVSEs.": "Get all EVSEs.",
|
|
672
|
+
"Update an EVSE.": "Update an EVSE.",
|
|
673
|
+
"Get an EVSE.": "Get an EVSE.",
|
|
674
|
+
"Get all FAQs.": "Get all FAQs.",
|
|
675
|
+
"Create new FAQ.": "Create new FAQ.",
|
|
676
|
+
"Get a FAQ.": "Get a FAQ.",
|
|
677
|
+
"Update FAQs.": "Update FAQs.",
|
|
678
|
+
"Delete a FAQ.": "Delete a FAQ.",
|
|
679
|
+
"Get all Firmware Versions.": "Get all Firmware Versions.",
|
|
680
|
+
"Get a Firmware Version.": "Get a Firmware Version.",
|
|
681
|
+
"Get all charge point models attached to this firmware version.": "Get all charge point models attached to this firmware version.",
|
|
682
|
+
"Get all Installer Jobs.": "Get all Installer Jobs.",
|
|
683
|
+
"Create Installer Job.": "Create Installer Job.",
|
|
684
|
+
"Get Installer Job.": "Get Installer Job.",
|
|
685
|
+
"Update Installer Job.": "Update Installer Job.",
|
|
686
|
+
"Delete Installer Job.": "Delete Installer Job.",
|
|
687
|
+
"Get all invoices.": "Get all invoices.",
|
|
688
|
+
"Invoice / Read.": "Invoice / Read.",
|
|
689
|
+
"Get all Partner Contracts.": "Get all Partner Contracts.",
|
|
690
|
+
"Create new Partner Contract.": "Create new Partner Contract.",
|
|
691
|
+
"Get a Partner Contract.": "Get a Partner Contract.",
|
|
692
|
+
"Update a Partner Contract.": "Update a Partner Contract.",
|
|
693
|
+
"Delete a Partner Contract.": "Delete a Partner Contract.",
|
|
694
|
+
"Get all expenses.": "Get all expenses.",
|
|
695
|
+
"Get all partner invites.": "Get all partner invites.",
|
|
696
|
+
"Create new invite.": "Create new invite.",
|
|
697
|
+
"Get a invite.": "Get a invite.",
|
|
698
|
+
"Update a invite.": "Update a invite.",
|
|
699
|
+
"Delete an invite.": "Delete an invite.",
|
|
700
|
+
"Get all revenues.": "Get all revenues.",
|
|
701
|
+
"Get all Partner Settlement Reports.": "Get all Partner Settlement Reports.",
|
|
702
|
+
"Get a single Partner Settlement Report.": "Get a single Partner Settlement Report.",
|
|
703
|
+
"Get all Partner Settlement Records.": "Get all Partner Settlement Records.",
|
|
704
|
+
"Create Partner Settlement Record.": "Create Partner Settlement Record.",
|
|
705
|
+
"Read Partner Settlement Record.": "Read Partner Settlement Record.",
|
|
706
|
+
"Update a single Partner Settlement Record.": "Update a single Partner Settlement Record.",
|
|
707
|
+
"Delete a single Partner Settlement Record.": "Delete a single Partner Settlement Record.",
|
|
708
|
+
"Get all partners.": "Get all partners.",
|
|
709
|
+
"Create new partner.": "Create new partner.",
|
|
710
|
+
"Get a partner.": "Get a partner.",
|
|
711
|
+
"Update a partner.": "Update a partner.",
|
|
712
|
+
"Delete a partner.": "Delete a partner.",
|
|
713
|
+
"Get all payment terminals.": "Get all payment terminals.",
|
|
714
|
+
"Create a new payment terminal.": "Create a new payment terminal.",
|
|
715
|
+
"Get information for a payment terminal by ID.": "Get information for a payment terminal by ID.",
|
|
716
|
+
"Update Payment terminal.": "Update Payment terminal.",
|
|
717
|
+
"Delete a payment terminal.": "Delete a payment terminal.",
|
|
718
|
+
"Get all receipts.": "Get all receipts.",
|
|
719
|
+
"Get a single receipt.": "Get a single receipt.",
|
|
720
|
+
"Get all reservations.": "Get all reservations.",
|
|
721
|
+
"Get information for a reservation by ID.": "Get information for a reservation by ID.",
|
|
722
|
+
"Get all Security Events.": "Get all Security Events.",
|
|
723
|
+
"Get a Security Event.": "Get a Security Event.",
|
|
724
|
+
"Sessions / Listing.": "Sessions / Listing.",
|
|
725
|
+
"Session / Read.": "Session / Read.",
|
|
726
|
+
"Consumption statistics may differ between active and finished sessions, as finished sessions display aggregated final data with a maximum of 300 items.": "Consumption statistics may differ between active and finished sessions, as finished sessions display aggregated final data with a maximum of 300 items.",
|
|
727
|
+
"Get all settings.": "Get all settings.",
|
|
728
|
+
"Get all sub operators.": "Get all sub operators.",
|
|
729
|
+
"Get a sub operator.": "Get a sub operator.",
|
|
730
|
+
"Get all subscriptions.": "Get all subscriptions.",
|
|
731
|
+
"Get a single subscription.": "Get a single subscription.",
|
|
732
|
+
"Get all tariff groups.": "Get all tariff groups.",
|
|
733
|
+
"Create new tariff group. Please note that createing a new tariff group will also automatically create a free base tariff, as it is not allowed to have empty tariff groups.": "Create new tariff group. Please note that createing a new tariff group will also automatically create a free base tariff, as it is not allowed to have empty tariff groups.",
|
|
734
|
+
"Get a tariff group.": "Get a tariff group.",
|
|
735
|
+
"Update a tariff group.": "Update a tariff group.",
|
|
736
|
+
"Delete a tariff group.": "Delete a tariff group.",
|
|
737
|
+
"Get a tariff snapshot by id.": "Get a tariff snapshot by id.",
|
|
738
|
+
"Get all Tax Identification Numbers.": "Get all Tax Identification Numbers.",
|
|
739
|
+
"Create new Tax Identification Number.": "Create new Tax Identification Number.",
|
|
740
|
+
"Get a Tax Identification Number.": "Get a Tax Identification Number.",
|
|
741
|
+
"Tax Identification Numbers.": "Tax Identification Numbers.",
|
|
742
|
+
"Delete a Tax Identification Number.": "Delete a Tax Identification Number.",
|
|
743
|
+
"Get all Taxes.": "Get all Taxes.",
|
|
744
|
+
"Create new Tax.": "Create new Tax.",
|
|
745
|
+
"Get a Tax.": "Get a Tax.",
|
|
746
|
+
"Update Taxes.": "Update Taxes.",
|
|
747
|
+
"Delete a Tax.": "Delete a Tax.",
|
|
748
|
+
"Get all charge points templates.": "Get all charge points templates.",
|
|
749
|
+
"Terms and policies / Listing.": "Terms and policies / Listing.",
|
|
750
|
+
"Terms and policies / Read.": "Terms and policies / Read.",
|
|
751
|
+
"Get all Top-Up Packages.": "Get all Top-Up Packages.",
|
|
752
|
+
"Create new Top-Up Package.": "Create new Top-Up Package.",
|
|
753
|
+
"Get a Top-Up Package.": "Get a Top-Up Package.",
|
|
754
|
+
"Top-Up Packages.": "Top-Up Packages.",
|
|
755
|
+
"Delete a Top-Up Package.": "Delete a Top-Up Package.",
|
|
756
|
+
"Get all user groups.": "Get all user groups.",
|
|
757
|
+
"Create new user group.": "Create new user group.",
|
|
758
|
+
"Get an user group.": "Get an user group.",
|
|
759
|
+
"Update a user group.": "Update a user group.",
|
|
760
|
+
"Delete a user group.": "Delete a user group.",
|
|
761
|
+
"Get all Utilities.": "Get all Utilities.",
|
|
762
|
+
"Create Utility.": "Create Utility.",
|
|
763
|
+
"Get a single Utility.": "Get a single Utility.",
|
|
764
|
+
"Update a single Utility.": "Update a single Utility.",
|
|
765
|
+
"Delete a single Utility.": "Delete a single Utility.",
|
|
766
|
+
"Get all Vendor Error Codes.": "Get all Vendor Error Codes.",
|
|
767
|
+
"Create new Vendor Error Code.": "Create new Vendor Error Code.",
|
|
768
|
+
"Get a Vendor Error Code.": "Get a Vendor Error Code.",
|
|
769
|
+
"Vendor Error Code.": "Vendor Error Code.",
|
|
770
|
+
"Delete a Vendor Error Code.": "Delete a Vendor Error Code.",
|
|
771
|
+
"Get all Vouchers.": "Get all Vouchers.",
|
|
772
|
+
"Create new Voucher.": "Create new Voucher.",
|
|
773
|
+
"Get a Voucher.": "Get a Voucher.",
|
|
774
|
+
"Update a Voucher.": "Update a Voucher.",
|
|
775
|
+
"Delete a Voucher.": "Delete a Voucher.",
|
|
776
|
+
"Method": "Method",
|
|
777
|
+
"Headers": "Headers",
|
|
778
|
+
"Query Parameters": "Query Parameters",
|
|
779
|
+
"Body Type": "Body Type",
|
|
780
|
+
"Body": "Body",
|
|
781
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
782
|
+
"No Error on Failure": "No Error on Failure",
|
|
783
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
784
|
+
"Follow redirects": "Follow redirects",
|
|
785
|
+
"Charge Point": "Charge Point",
|
|
786
|
+
"Evse Network Id": "Evse Network Id",
|
|
787
|
+
"Type": "Type",
|
|
788
|
+
"User ID": "User ID",
|
|
789
|
+
"Id": "Id",
|
|
790
|
+
"Charging Profile Purpose": "Charging Profile Purpose",
|
|
791
|
+
"Stack Level": "Stack Level",
|
|
792
|
+
"Location": "Location",
|
|
793
|
+
"Start": "Start",
|
|
794
|
+
"Stop": "Stop",
|
|
795
|
+
"URL": "URL",
|
|
796
|
+
"Reason": "Reason",
|
|
797
|
+
"Retries": "Retries",
|
|
798
|
+
"Interval": "Interval",
|
|
799
|
+
"Start Time": "Start Time",
|
|
800
|
+
"Stop Time": "Stop Time",
|
|
801
|
+
"Satellite Charge Point Id": "Satellite Charge Point Id",
|
|
802
|
+
"EVSE Ids": "EVSE Ids",
|
|
803
|
+
"Evse": "Evse",
|
|
804
|
+
"User Id": "User Id",
|
|
805
|
+
"Vendor Id": "Vendor Id",
|
|
806
|
+
"Message Id": "Message Id",
|
|
807
|
+
"Data": "Data",
|
|
808
|
+
"Transaction Id": "Transaction Id",
|
|
809
|
+
"Charging Profile Kind": "Charging Profile Kind",
|
|
810
|
+
"Recurrency Kind": "Recurrency Kind",
|
|
811
|
+
"Valid From": "Valid From",
|
|
812
|
+
"Valid To": "Valid To",
|
|
813
|
+
"Charging Schedule - Id": "Charging Schedule - Id",
|
|
814
|
+
"Charging Schedule - Duration": "Charging Schedule - Duration",
|
|
815
|
+
"Charging Schedule - Start Schedule": "Charging Schedule - Start Schedule",
|
|
816
|
+
"Charging Schedule - Charging Rate Unit": "Charging Schedule - Charging Rate Unit",
|
|
817
|
+
"Charging Schedule - Charging Schedule Period": "Charging Schedule - Charging Schedule Period",
|
|
818
|
+
"Charging Schedule - Min Charging Rate": "Charging Schedule - Min Charging Rate",
|
|
819
|
+
"Payment Method Id": "Payment Method Id",
|
|
820
|
+
"External Session Id": "External Session Id",
|
|
821
|
+
"Connector Id": "Connector Id",
|
|
822
|
+
"Booking Id": "Booking Id",
|
|
823
|
+
"Charging Profile - Transaction Id": "Charging Profile - Transaction Id",
|
|
824
|
+
"Charging Profile - Stack Level": "Charging Profile - Stack Level",
|
|
825
|
+
"Charging Profile - Charging Profile Purpose": "Charging Profile - Charging Profile Purpose",
|
|
826
|
+
"Charging Profile - Charging Profile Kind": "Charging Profile - Charging Profile Kind",
|
|
827
|
+
"Charging Profile - Recurrency Kind": "Charging Profile - Recurrency Kind",
|
|
828
|
+
"Charging Profile - Valid From": "Charging Profile - Valid From",
|
|
829
|
+
"Charging Profile - Valid To": "Charging Profile - Valid To",
|
|
830
|
+
"Charging Profile - Charging Schedule - Id": "Charging Profile - Charging Schedule - Id",
|
|
831
|
+
"Charging Profile - Charging Schedule - Duration": "Charging Profile - Charging Schedule - Duration",
|
|
832
|
+
"Charging Profile - Charging Schedule - Start Schedule": "Charging Profile - Charging Schedule - Start Schedule",
|
|
833
|
+
"Charging Profile - Charging Schedule - Charging Rate Unit": "Charging Profile - Charging Schedule - Charging Rate Unit",
|
|
834
|
+
"Charging Profile - Charging Schedule - Charging Schedule Period": "Charging Profile - Charging Schedule - Charging Schedule Period",
|
|
835
|
+
"Charging Profile - Charging Schedule - Min Charging Rate": "Charging Profile - Charging Schedule - Min Charging Rate",
|
|
836
|
+
"Session": "Session",
|
|
837
|
+
"Force": "Force",
|
|
838
|
+
"Keys": "Keys",
|
|
839
|
+
"Sharing Code": "Sharing Code",
|
|
840
|
+
"Certificate Type": "Certificate Type",
|
|
841
|
+
"Value": "Value",
|
|
842
|
+
"Name": "Name",
|
|
843
|
+
"Instance": "Instance",
|
|
844
|
+
"Component Name": "Component Name",
|
|
845
|
+
"Evse Id": "Evse Id",
|
|
846
|
+
"Firmware Version Id": "Firmware Version Id",
|
|
847
|
+
"Retrieve After": "Retrieve After",
|
|
848
|
+
"Signed": "Signed",
|
|
849
|
+
"Signing Certificate": "Signing Certificate",
|
|
850
|
+
"Signature": "Signature",
|
|
851
|
+
"Download Url Protocol": "Download Url Protocol",
|
|
852
|
+
"Filter - Charge Point Id": "Filter - Charge Point Id",
|
|
853
|
+
"Filter - Location Id": "Filter - Location Id",
|
|
854
|
+
"Filter - Entry Mode": "Filter - Entry Mode",
|
|
855
|
+
"Filter - Type": "Filter - Type",
|
|
856
|
+
"Filter - Started After": "Filter - Started After",
|
|
857
|
+
"Filter - Stopped Before": "Filter - Stopped Before",
|
|
858
|
+
"Filter - Duration Less Than": "Filter - Duration Less Than",
|
|
859
|
+
"Filter - Duration Greater Than": "Filter - Duration Greater Than",
|
|
860
|
+
"Filter - Last Updated After": "Filter - Last Updated After",
|
|
861
|
+
"Filter - Last Updated Before": "Filter - Last Updated Before",
|
|
862
|
+
"Per page": "Per page",
|
|
863
|
+
"Paginate Results": "Paginate Results",
|
|
864
|
+
"Charge Point Id": "Charge Point Id",
|
|
865
|
+
"Notice Id": "Notice Id",
|
|
866
|
+
"Started At": "Started At",
|
|
867
|
+
"Ended At": "Ended At",
|
|
868
|
+
"Charge Point Downtime Period": "Charge Point Downtime Period",
|
|
869
|
+
"Filter - Vendor Id": "Filter - Vendor Id",
|
|
870
|
+
"User Manual": "User Manual",
|
|
871
|
+
"Installer Manual": "Installer Manual",
|
|
872
|
+
"Model Id": "Model Id",
|
|
873
|
+
"Pin": "Pin",
|
|
874
|
+
"Location Id": "Location Id",
|
|
875
|
+
"Charging Zone Id": "Charging Zone Id",
|
|
876
|
+
"Electricity Rate Id": "Electricity Rate Id",
|
|
877
|
+
"Subscription - Required": "Subscription - Required",
|
|
878
|
+
"Subscription - Plan Ids": "Subscription - Plan Ids",
|
|
879
|
+
"Network Type": "Network Type",
|
|
880
|
+
"Status": "Status",
|
|
881
|
+
"Managed By Operator": "Managed By Operator",
|
|
882
|
+
"External Id": "External Id",
|
|
883
|
+
"Network - Id": "Network - Id",
|
|
884
|
+
"Network - Protocol": "Network - Protocol",
|
|
885
|
+
"Network - Password": "Network - Password",
|
|
886
|
+
"Network - Ip": "Network - Ip",
|
|
887
|
+
"Network - Port": "Network - Port",
|
|
888
|
+
"Capabilities": "Capabilities",
|
|
889
|
+
"Auto Start Without Authorization": "Auto Start Without Authorization",
|
|
890
|
+
"Disable Auto Start Emulation": "Disable Auto Start Emulation",
|
|
891
|
+
"Security - Desired Profile": "Security - Desired Profile",
|
|
892
|
+
"Enable Auto Fault Recovery": "Enable Auto Fault Recovery",
|
|
893
|
+
"User - Id": "User - Id",
|
|
894
|
+
"User - Automatic Firmware Updates Enabled": "User - Automatic Firmware Updates Enabled",
|
|
895
|
+
"Partner - Id": "Partner - Id",
|
|
896
|
+
"Partner - Contract Id": "Partner - Contract Id",
|
|
897
|
+
"Partner - Contact Id": "Partner - Contact Id",
|
|
898
|
+
"Partner - Corporate Billing As Default": "Partner - Corporate Billing As Default",
|
|
899
|
+
"Partner - Access Type": "Partner - Access Type",
|
|
900
|
+
"Partner - Notice": "Partner - Notice",
|
|
901
|
+
"Utility Id": "Utility Id",
|
|
902
|
+
"Tags": "Tags",
|
|
903
|
+
"Enabled Randomised Delay": "Enabled Randomised Delay",
|
|
904
|
+
"Uses Renewable Energy": "Uses Renewable Energy",
|
|
905
|
+
"Ocpp Connected Charge Point Id": "Ocpp Connected Charge Point Id",
|
|
906
|
+
"Communication Mode": "Communication Mode",
|
|
907
|
+
"Filter - Desired Security Profile Status": "Filter - Desired Security Profile Status",
|
|
908
|
+
"Filter - Evse Physical Reference": "Filter - Evse Physical Reference",
|
|
909
|
+
"Filter - Network Id": "Filter - Network Id",
|
|
910
|
+
"Filter - Boot Notification Serial Number": "Filter - Boot Notification Serial Number",
|
|
911
|
+
"Filter - Model Id": "Filter - Model Id",
|
|
912
|
+
"Filter - User Id": "Filter - User Id",
|
|
913
|
+
"Filter - Partner Id": "Filter - Partner Id",
|
|
914
|
+
"Filter - Sub Operator Id": "Filter - Sub Operator Id",
|
|
915
|
+
"Filter - Roaming": "Filter - Roaming",
|
|
916
|
+
"Filter - Name": "Filter - Name",
|
|
917
|
+
"Filter - Circuit Id": "Filter - Circuit Id",
|
|
918
|
+
"Filter - Charging Zone Id": "Filter - Charging Zone Id",
|
|
919
|
+
"Filter - Managed By Operator": "Filter - Managed By Operator",
|
|
920
|
+
"Filter - External Id": "Filter - External Id",
|
|
921
|
+
"Filter - Utility Id": "Filter - Utility Id",
|
|
922
|
+
"Filter - Tag": "Filter - Tag",
|
|
923
|
+
"Filter - Sharing Code": "Filter - Sharing Code",
|
|
924
|
+
"Include": "Include",
|
|
925
|
+
"Integrated At": "Integrated At",
|
|
926
|
+
"Manufactured At": "Manufactured At",
|
|
927
|
+
"Filter - Instance": "Filter - Instance",
|
|
928
|
+
"Filter - Component Name": "Filter - Component Name",
|
|
929
|
+
"Filter - Evse Id": "Filter - Evse Id",
|
|
930
|
+
"Key": "Key",
|
|
931
|
+
"Physical Reference": "Physical Reference",
|
|
932
|
+
"Current Type": "Current Type",
|
|
933
|
+
"Label": "Label",
|
|
934
|
+
"Network Id": "Network Id",
|
|
935
|
+
"Mid Meter Certification End Year": "Mid Meter Certification End Year",
|
|
936
|
+
"Tariff Group Id": "Tariff Group Id",
|
|
937
|
+
"Allows Reservation": "Allows Reservation",
|
|
938
|
+
"Booking Enabled": "Booking Enabled",
|
|
939
|
+
"Power Options - Max Power": "Power Options - Max Power",
|
|
940
|
+
"Power Options - Max Voltage": "Power Options - Max Voltage",
|
|
941
|
+
"Power Options - Max Amperage": "Power Options - Max Amperage",
|
|
942
|
+
"Power Options - Phases": "Power Options - Phases",
|
|
943
|
+
"Power Options - Phase Rotation": "Power Options - Phase Rotation",
|
|
944
|
+
"Power Options - Connected Phase": "Power Options - Connected Phase",
|
|
945
|
+
"Format": "Format",
|
|
946
|
+
"Connector": "Connector",
|
|
947
|
+
"Filter - Created After": "Filter - Created After",
|
|
948
|
+
"Filter - Created Before": "Filter - Created Before",
|
|
949
|
+
"Request Body Variant Type": "Request Body Variant Type",
|
|
950
|
+
"Request Body": "Request Body",
|
|
951
|
+
"Partner Ids": "Partner Ids",
|
|
952
|
+
"Share": "Share",
|
|
953
|
+
"Mode": "Mode",
|
|
954
|
+
"Circuit": "Circuit",
|
|
955
|
+
"Priority": "Priority",
|
|
956
|
+
"Upper Threshold Percent": "Upper Threshold Percent",
|
|
957
|
+
"High SoC Priority": "High SoC Priority",
|
|
958
|
+
"Lower Threshold Percent": "Lower Threshold Percent",
|
|
959
|
+
"Low SoC Priority": "Low SoC Priority",
|
|
960
|
+
"Template": "Template",
|
|
961
|
+
"Charge Point Ids": "Charge Point Ids",
|
|
962
|
+
"Should Persist": "Should Persist",
|
|
963
|
+
"Filter - Ocpp Version": "Filter - Ocpp Version",
|
|
964
|
+
"Ocpp Version": "Ocpp Version",
|
|
965
|
+
"Variable": "Variable",
|
|
966
|
+
"Electricity Meter": "Electricity Meter",
|
|
967
|
+
"Timestamp": "Timestamp",
|
|
968
|
+
"Current L1": "Current L1",
|
|
969
|
+
"Current L2": "Current L2",
|
|
970
|
+
"Current L3": "Current L3",
|
|
971
|
+
"Integration Id": "Integration Id",
|
|
972
|
+
"Default Price": "Default Price",
|
|
973
|
+
"Tax Percentage": "Tax Percentage",
|
|
974
|
+
"Electricity Rate": "Electricity Rate",
|
|
975
|
+
"Solar": "Solar",
|
|
976
|
+
"Wind": "Wind",
|
|
977
|
+
"Hydro": "Hydro",
|
|
978
|
+
"Nuclear": "Nuclear",
|
|
979
|
+
"Coal": "Coal",
|
|
980
|
+
"Natural Gas": "Natural Gas",
|
|
981
|
+
"Other Renewable": "Other Renewable",
|
|
982
|
+
"Other Non Renewable": "Other Non Renewable",
|
|
983
|
+
"Date": "Date",
|
|
984
|
+
"Periods": "Periods",
|
|
985
|
+
"Week Day": "Week Day",
|
|
986
|
+
"EVSE": "EVSE",
|
|
987
|
+
"Evse Downtime Period": "Evse Downtime Period",
|
|
988
|
+
"Flexibility Asset": "Flexibility Asset",
|
|
989
|
+
"Ends At": "Ends At",
|
|
990
|
+
"Filter - Asset Id": "Filter - Asset Id",
|
|
991
|
+
"Flexibility Activation Request": "Flexibility Activation Request",
|
|
992
|
+
"Dlm Circuit Id": "Dlm Circuit Id",
|
|
993
|
+
"Description": "Description",
|
|
994
|
+
"Filter - Updated Since": "Filter - Updated Since",
|
|
995
|
+
"Filter - Start Time": "Filter - Start Time",
|
|
996
|
+
"Filter - End Time": "Filter - End Time",
|
|
997
|
+
"Id Tag": "Id Tag",
|
|
998
|
+
"Filter - Id Tag Uid": "Filter - Id Tag Uid",
|
|
999
|
+
"Filter - Id Label": "Filter - Id Label",
|
|
1000
|
+
"Filter - Expire At": "Filter - Expire At",
|
|
1001
|
+
"Filter - Status": "Filter - Status",
|
|
1002
|
+
"Id Tag Uid": "Id Tag Uid",
|
|
1003
|
+
"Id Label": "Id Label",
|
|
1004
|
+
"Expire At": "Expire At",
|
|
1005
|
+
"Vehicle Type": "Vehicle Type",
|
|
1006
|
+
"Partner Id": "Partner Id",
|
|
1007
|
+
"Start After": "Start After",
|
|
1008
|
+
"End Before": "End Before",
|
|
1009
|
+
"Short Description": "Short Description",
|
|
1010
|
+
"Additional Description": "Additional Description",
|
|
1011
|
+
"Geoposition - Latitude": "Geoposition - Latitude",
|
|
1012
|
+
"Geoposition - Longitude": "Geoposition - Longitude",
|
|
1013
|
+
"Address": "Address",
|
|
1014
|
+
"Street Address": "Street Address",
|
|
1015
|
+
"City": "City",
|
|
1016
|
+
"Region": "Region",
|
|
1017
|
+
"State": "State",
|
|
1018
|
+
"Country": "Country",
|
|
1019
|
+
"Post Code": "Post Code",
|
|
1020
|
+
"Working Hours - Is Always Open": "Working Hours - Is Always Open",
|
|
1021
|
+
"Working Hours - Stop Session Outside Working Hours": "Working Hours - Stop Session Outside Working Hours",
|
|
1022
|
+
"Working Hours - Always Open For User Group Ids": "Working Hours - Always Open For User Group Ids",
|
|
1023
|
+
"Working Hours - Hours - Monday": "Working Hours - Hours - Monday",
|
|
1024
|
+
"Working Hours - Hours - Tuesday": "Working Hours - Hours - Tuesday",
|
|
1025
|
+
"Working Hours - Hours - Wednesday": "Working Hours - Hours - Wednesday",
|
|
1026
|
+
"Working Hours - Hours - Thursday": "Working Hours - Hours - Thursday",
|
|
1027
|
+
"Working Hours - Hours - Friday": "Working Hours - Hours - Friday",
|
|
1028
|
+
"Working Hours - Hours - Saturday": "Working Hours - Hours - Saturday",
|
|
1029
|
+
"Working Hours - Hours - Sunday": "Working Hours - Hours - Sunday",
|
|
1030
|
+
"Timezone": "Timezone",
|
|
1031
|
+
"Roaming Operator Id": "Roaming Operator Id",
|
|
1032
|
+
"Filter - Country": "Filter - Country",
|
|
1033
|
+
"Filter - Region": "Filter - Region",
|
|
1034
|
+
"Filter - City": "Filter - City",
|
|
1035
|
+
"Additional Info - Enabled": "Additional Info - Enabled",
|
|
1036
|
+
"Additional Info - Title": "Additional Info - Title",
|
|
1037
|
+
"Additional Info - Description": "Additional Info - Description",
|
|
1038
|
+
"Charging Zone": "Charging Zone",
|
|
1039
|
+
"Notification": "Notification",
|
|
1040
|
+
"Notifications": "Notifications",
|
|
1041
|
+
"End Time": "End Time",
|
|
1042
|
+
"Parking Space": "Parking Space",
|
|
1043
|
+
"Occupancy Status": "Occupancy Status",
|
|
1044
|
+
"Disabilities Accessible": "Disabilities Accessible",
|
|
1045
|
+
"Evses": "Evses",
|
|
1046
|
+
"Provisioning Certificate": "Provisioning Certificate",
|
|
1047
|
+
"Payment Method": "Payment Method",
|
|
1048
|
+
"Pc Id": "Pc Id",
|
|
1049
|
+
"Id Tags": "Id Tags",
|
|
1050
|
+
"Reservation": "Reservation",
|
|
1051
|
+
"Roaming Operator": "Roaming Operator",
|
|
1052
|
+
"Custom Tariff Filter": "Custom Tariff Filter",
|
|
1053
|
+
"Country Code": "Country Code",
|
|
1054
|
+
"Party Id": "Party Id",
|
|
1055
|
+
"Currency": "Currency",
|
|
1056
|
+
"Tariff Alt Text": "Tariff Alt Text",
|
|
1057
|
+
"Tariff Alt Url": "Tariff Alt Url",
|
|
1058
|
+
"Min Price - Excl Vat": "Min Price - Excl Vat",
|
|
1059
|
+
"Min Price - Incl Vat": "Min Price - Incl Vat",
|
|
1060
|
+
"Max Price - Excl Vat": "Max Price - Excl Vat",
|
|
1061
|
+
"Max Price - Incl Vat": "Max Price - Incl Vat",
|
|
1062
|
+
"Elements": "Elements",
|
|
1063
|
+
"Start Date Time": "Start Date Time",
|
|
1064
|
+
"End Date Time": "End Date Time",
|
|
1065
|
+
"Energy Mix - Is Green Energy": "Energy Mix - Is Green Energy",
|
|
1066
|
+
"Energy Mix - Energy Sources": "Energy Mix - Energy Sources",
|
|
1067
|
+
"Energy Mix - Environ Impact": "Energy Mix - Environ Impact",
|
|
1068
|
+
"Energy Mix - Supplier Name": "Energy Mix - Supplier Name",
|
|
1069
|
+
"Energy Mix - Energy Product Name": "Energy Mix - Energy Product Name",
|
|
1070
|
+
"Last Updated": "Last Updated",
|
|
1071
|
+
"Roaming Connection": "Roaming Connection",
|
|
1072
|
+
"Business Name": "Business Name",
|
|
1073
|
+
"Enabled": "Enabled",
|
|
1074
|
+
"Cpo Settings - Cpo Qrcode Prefix": "Cpo Settings - Cpo Qrcode Prefix",
|
|
1075
|
+
"Cpo Settings - Manual Evse Management": "Cpo Settings - Manual Evse Management",
|
|
1076
|
+
"Cpo Settings - Apply Custom Tariffs To Evses With Roaming Tariff": "Cpo Settings - Apply Custom Tariffs To Evses With Roaming Tariff",
|
|
1077
|
+
"Cpo Settings - Sends Periodic Meter Updates": "Cpo Settings - Sends Periodic Meter Updates",
|
|
1078
|
+
"Cpo Settings - External Tariff Integration": "Cpo Settings - External Tariff Integration",
|
|
1079
|
+
"Cpo Settings - Threat Evse Status Unknown As": "Cpo Settings - Threat Evse Status Unknown As",
|
|
1080
|
+
"Cpo Settings - Phase Ac Power Formula": "Cpo Settings - Phase Ac Power Formula",
|
|
1081
|
+
"Applicable Current Types": "Applicable Current Types",
|
|
1082
|
+
"Power Below Kw": "Power Below Kw",
|
|
1083
|
+
"Evse Id Prefix": "Evse Id Prefix",
|
|
1084
|
+
"Order": "Order",
|
|
1085
|
+
"Filters": "Filters",
|
|
1086
|
+
"Filter - Platform Id": "Filter - Platform Id",
|
|
1087
|
+
"Filter - Country Code": "Filter - Country Code",
|
|
1088
|
+
"Filter - Party Id": "Filter - Party Id",
|
|
1089
|
+
"Roaming Provider": "Roaming Provider",
|
|
1090
|
+
"Roaming Tariff": "Roaming Tariff",
|
|
1091
|
+
"Subscription Plan": "Subscription Plan",
|
|
1092
|
+
"Plan Id": "Plan Id",
|
|
1093
|
+
"Replace At": "Replace At",
|
|
1094
|
+
"Renewal Cycle": "Renewal Cycle",
|
|
1095
|
+
"Free Renewal Periods": "Free Renewal Periods",
|
|
1096
|
+
"Base Fee": "Base Fee",
|
|
1097
|
+
"Base Fee Applies Per Each Home Charger": "Base Fee Applies Per Each Home Charger",
|
|
1098
|
+
"Post Paid Charging Sessions Accumulation": "Post Paid Charging Sessions Accumulation",
|
|
1099
|
+
"Billing Usage Threshold": "Billing Usage Threshold",
|
|
1100
|
+
"Billing Type": "Billing Type",
|
|
1101
|
+
"Allowance - Reset Cycle": "Allowance - Reset Cycle",
|
|
1102
|
+
"Allowance - Type": "Allowance - Type",
|
|
1103
|
+
"Allowance - Home Chargers Only": "Allowance - Home Chargers Only",
|
|
1104
|
+
"Allowance - Included Countries": "Allowance - Included Countries",
|
|
1105
|
+
"Allowance - Excluded Countries": "Allowance - Excluded Countries",
|
|
1106
|
+
"Allowance - Exclude Roaming": "Allowance - Exclude Roaming",
|
|
1107
|
+
"Allowance - Included Partner Charge Points": "Allowance - Included Partner Charge Points",
|
|
1108
|
+
"Allowance - Excluded Partner Charge Points": "Allowance - Excluded Partner Charge Points",
|
|
1109
|
+
"Allowance - Combined": "Allowance - Combined",
|
|
1110
|
+
"Allowance - Ac": "Allowance - Ac",
|
|
1111
|
+
"Allowance - Dc": "Allowance - Dc",
|
|
1112
|
+
"Visibility Restrictions - Included Partner Users": "Visibility Restrictions - Included Partner Users",
|
|
1113
|
+
"Visibility Restrictions - Excluded Partner Users": "Visibility Restrictions - Excluded Partner Users",
|
|
1114
|
+
"Visibility Restrictions - Included User Groups": "Visibility Restrictions - Included User Groups",
|
|
1115
|
+
"Visibility Restrictions - Excluded User Groups": "Visibility Restrictions - Excluded User Groups",
|
|
1116
|
+
"Fee Per Each Personal Charge Point": "Fee Per Each Personal Charge Point",
|
|
1117
|
+
"Tariff": "Tariff",
|
|
1118
|
+
"Default Price Information": "Default Price Information",
|
|
1119
|
+
"Default Price Information Offline": "Default Price Information Offline",
|
|
1120
|
+
"Price Information": "Price Information",
|
|
1121
|
+
"Total Cost Information": "Total Cost Information",
|
|
1122
|
+
"Filter - Tariff Group Id": "Filter - Tariff Group Id",
|
|
1123
|
+
"Day Tariff Start": "Day Tariff Start",
|
|
1124
|
+
"Night Tariff Start": "Night Tariff Start",
|
|
1125
|
+
"Pricing - Price Per Session": "Pricing - Price Per Session",
|
|
1126
|
+
"Pricing - Connection Fee": "Pricing - Connection Fee",
|
|
1127
|
+
"Pricing - Price Per Kwh": "Pricing - Price Per Kwh",
|
|
1128
|
+
"Pricing - Day Price Per Kwh": "Pricing - Day Price Per Kwh",
|
|
1129
|
+
"Pricing - Night Price Per Kwh": "Pricing - Night Price Per Kwh",
|
|
1130
|
+
"Pricing - Price Period In Minutes": "Pricing - Price Period In Minutes",
|
|
1131
|
+
"Pricing - Price Per Period": "Pricing - Price Per Period",
|
|
1132
|
+
"Pricing - Duration Fee Limit": "Pricing - Duration Fee Limit",
|
|
1133
|
+
"Pricing - Day Price Per Period": "Pricing - Day Price Per Period",
|
|
1134
|
+
"Pricing - Night Price Per Period": "Pricing - Night Price Per Period",
|
|
1135
|
+
"Pricing - Day Idle Fee Per Minute": "Pricing - Day Idle Fee Per Minute",
|
|
1136
|
+
"Pricing - Night Idle Fee Per Minute": "Pricing - Night Idle Fee Per Minute",
|
|
1137
|
+
"Pricing - Idle Fee Per Minute": "Pricing - Idle Fee Per Minute",
|
|
1138
|
+
"Pricing - Idle Fee Grace Period Minutes": "Pricing - Idle Fee Grace Period Minutes",
|
|
1139
|
+
"Pricing - Idle Pricing Period In Minutes": "Pricing - Idle Pricing Period In Minutes",
|
|
1140
|
+
"Pricing - Idle Fee Period Start": "Pricing - Idle Fee Period Start",
|
|
1141
|
+
"Pricing - Idle Fee Period End": "Pricing - Idle Fee Period End",
|
|
1142
|
+
"Pricing - Idle Fee Limit": "Pricing - Idle Fee Limit",
|
|
1143
|
+
"Pricing - Connection Fee Minimum Session Duration": "Pricing - Connection Fee Minimum Session Duration",
|
|
1144
|
+
"Pricing - Connection Fee Minimum Session Energy": "Pricing - Connection Fee Minimum Session Energy",
|
|
1145
|
+
"Pricing - Duration Fee Grace Period": "Pricing - Duration Fee Grace Period",
|
|
1146
|
+
"Pricing - Min Price": "Pricing - Min Price",
|
|
1147
|
+
"Pricing - Pre Authorize Amount": "Pricing - Pre Authorize Amount",
|
|
1148
|
+
"Pricing - Tax I D": "Pricing - Tax I D",
|
|
1149
|
+
"Pricing - Charge Point Electricity Rate": "Pricing - Charge Point Electricity Rate",
|
|
1150
|
+
"Pricing - Fallback Electricity Rate Id": "Pricing - Fallback Electricity Rate Id",
|
|
1151
|
+
"Pricing - Markup Percentage Per Kwh": "Pricing - Markup Percentage Per Kwh",
|
|
1152
|
+
"Pricing - Markup Fixed Fee Per Kwh": "Pricing - Markup Fixed Fee Per Kwh",
|
|
1153
|
+
"Pricing - Flexible Mark Up As Fixed Per Kwh - Default Price": "Pricing - Flexible Mark Up As Fixed Per Kwh - Default Price",
|
|
1154
|
+
"Pricing - Flexible Mark Up As Fixed Per Kwh - Interval Pricing": "Pricing - Flexible Mark Up As Fixed Per Kwh - Interval Pricing",
|
|
1155
|
+
"Pricing - Multi Price Per Kwh": "Pricing - Multi Price Per Kwh",
|
|
1156
|
+
"Pricing - Multi Price Per Duration": "Pricing - Multi Price Per Duration",
|
|
1157
|
+
"Pricing - Multi Idle Fee": "Pricing - Multi Idle Fee",
|
|
1158
|
+
"Pricing - Regular Use Period": "Pricing - Regular Use Period",
|
|
1159
|
+
"Pricing - Average Power Levels": "Pricing - Average Power Levels",
|
|
1160
|
+
"Pricing - Peak Power Levels": "Pricing - Peak Power Levels",
|
|
1161
|
+
"Pricing - Time Periods": "Pricing - Time Periods",
|
|
1162
|
+
"Pricing - Price Periods - Connection Fee Periods - Fee": "Pricing - Price Periods - Connection Fee Periods - Fee",
|
|
1163
|
+
"Pricing - Price Periods - Energy Fee Periods - Fee": "Pricing - Price Periods - Energy Fee Periods - Fee",
|
|
1164
|
+
"Pricing - Price Periods - Duration Fee Periods - Fee": "Pricing - Price Periods - Duration Fee Periods - Fee",
|
|
1165
|
+
"Pricing - Price Periods - Idle Fee Periods - Fee": "Pricing - Price Periods - Idle Fee Periods - Fee",
|
|
1166
|
+
"Pricing - Days When Applied": "Pricing - Days When Applied",
|
|
1167
|
+
"Pricing - Threshold Price For Energy": "Pricing - Threshold Price For Energy",
|
|
1168
|
+
"Pricing - Price For Energy When Optimized": "Pricing - Price For Energy When Optimized",
|
|
1169
|
+
"Pricing - Optimised Label": "Pricing - Optimised Label",
|
|
1170
|
+
"Pricing - Duration Fee From": "Pricing - Duration Fee From",
|
|
1171
|
+
"Pricing - Duration Fee To": "Pricing - Duration Fee To",
|
|
1172
|
+
"Pricing - Subsidy Integration Id": "Pricing - Subsidy Integration Id",
|
|
1173
|
+
"Pricing - Lock Price On Session Start": "Pricing - Lock Price On Session Start",
|
|
1174
|
+
"Pricing - Lock Energy Price On Session Start": "Pricing - Lock Energy Price On Session Start",
|
|
1175
|
+
"Pricing - Lock Duration Price On Session Start": "Pricing - Lock Duration Price On Session Start",
|
|
1176
|
+
"Pricing - Lock Idle Price On Session Start": "Pricing - Lock Idle Price On Session Start",
|
|
1177
|
+
"Pricing - State Of Charge Idle Threshold": "Pricing - State Of Charge Idle Threshold",
|
|
1178
|
+
"Pricing - Average Power Idle Threshold": "Pricing - Average Power Idle Threshold",
|
|
1179
|
+
"Stop Session - Time Limit Minutes": "Stop Session - Time Limit Minutes",
|
|
1180
|
+
"Stop Session - Stop When Energy Exceeds Kwh": "Stop Session - Stop When Energy Exceeds Kwh",
|
|
1181
|
+
"Restrictions - Apply To Users Of Charge Point Owner": "Restrictions - Apply To Users Of Charge Point Owner",
|
|
1182
|
+
"Restrictions - Apply To Users Of Charge Point Partner": "Restrictions - Apply To Users Of Charge Point Partner",
|
|
1183
|
+
"Restrictions - Apply To Users Of All Roaming Emsps": "Restrictions - Apply To Users Of All Roaming Emsps",
|
|
1184
|
+
"Restrictions - Apply To Ad Hoc Users": "Restrictions - Apply To Ad Hoc Users",
|
|
1185
|
+
"Restrictions - Ad Hoc Pre Authorize Amount": "Restrictions - Ad Hoc Pre Authorize Amount",
|
|
1186
|
+
"Restrictions - Ad Hoc Stop When Pre Authorized Amount Falls Below": "Restrictions - Ad Hoc Stop When Pre Authorized Amount Falls Below",
|
|
1187
|
+
"Restrictions - Apply To Users Of Partners": "Restrictions - Apply To Users Of Partners",
|
|
1188
|
+
"Restrictions - Apply To Users With Groups": "Restrictions - Apply To Users With Groups",
|
|
1189
|
+
"Restrictions - Apply To User Group Ids": "Restrictions - Apply To User Group Ids",
|
|
1190
|
+
"Restrictions - Apply To Users With Subscriptions": "Restrictions - Apply To Users With Subscriptions",
|
|
1191
|
+
"Restrictions - Start Date": "Restrictions - Start Date",
|
|
1192
|
+
"Restrictions - End Date": "Restrictions - End Date",
|
|
1193
|
+
"Display - Default Price Information": "Display - Default Price Information",
|
|
1194
|
+
"Display - Default Price Information Offline": "Display - Default Price Information Offline",
|
|
1195
|
+
"Display - Price Information": "Display - Price Information",
|
|
1196
|
+
"Display - Total Cost Information": "Display - Total Cost Information",
|
|
1197
|
+
"Transaction": "Transaction",
|
|
1198
|
+
"Email": "Email",
|
|
1199
|
+
"Invoice Details - Invoice Type": "Invoice Details - Invoice Type",
|
|
1200
|
+
"Invoice Details - Individual Name": "Invoice Details - Individual Name",
|
|
1201
|
+
"Invoice Details - Individual Personal Id": "Invoice Details - Individual Personal Id",
|
|
1202
|
+
"Invoice Details - Individual Tax Id": "Invoice Details - Individual Tax Id",
|
|
1203
|
+
"Invoice Details - Company Name": "Invoice Details - Company Name",
|
|
1204
|
+
"Invoice Details - Company Reg No": "Invoice Details - Company Reg No",
|
|
1205
|
+
"Invoice Details - Company Tax Id": "Invoice Details - Company Tax Id",
|
|
1206
|
+
"Invoice Details - Company Tax Administration Office Name": "Invoice Details - Company Tax Administration Office Name",
|
|
1207
|
+
"Invoice Details - Country": "Invoice Details - Country",
|
|
1208
|
+
"Invoice Details - City": "Invoice Details - City",
|
|
1209
|
+
"Invoice Details - Post Code": "Invoice Details - Post Code",
|
|
1210
|
+
"Invoice Details - Address": "Invoice Details - Address",
|
|
1211
|
+
"Ref": "Ref",
|
|
1212
|
+
"Filter - Payment Method": "Filter - Payment Method",
|
|
1213
|
+
"Filter - Invoice Number": "Filter - Invoice Number",
|
|
1214
|
+
"Filter - Session Id": "Filter - Session Id",
|
|
1215
|
+
"Filter - Ref": "Filter - Ref",
|
|
1216
|
+
"Filter - Billing Type": "Filter - Billing Type",
|
|
1217
|
+
"Filter - Terminal Id": "Filter - Terminal Id",
|
|
1218
|
+
"Filter - Finalized Before": "Filter - Finalized Before",
|
|
1219
|
+
"Filter - Finalized After": "Filter - Finalized After",
|
|
1220
|
+
"Filter - Voucher Id": "Filter - Voucher Id",
|
|
1221
|
+
"Filter - Purchase Type": "Filter - Purchase Type",
|
|
1222
|
+
"Session Id": "Session Id",
|
|
1223
|
+
"Payment Method - Method Type": "Payment Method - Method Type",
|
|
1224
|
+
"Payment Method - Card Network": "Payment Method - Card Network",
|
|
1225
|
+
"Payment Method - Bank Transfer Type": "Payment Method - Bank Transfer Type",
|
|
1226
|
+
"Payment Method - Wallet Type": "Payment Method - Wallet Type",
|
|
1227
|
+
"Payment Method - Type": "Payment Method - Type",
|
|
1228
|
+
"Payment Method - Last4": "Payment Method - Last4",
|
|
1229
|
+
"Payment Method - Exp Month": "Payment Method - Exp Month",
|
|
1230
|
+
"Payment Method - Exp Year": "Payment Method - Exp Year",
|
|
1231
|
+
"Total Amount": "Total Amount",
|
|
1232
|
+
"Failure Reason": "Failure Reason",
|
|
1233
|
+
"User": "User",
|
|
1234
|
+
"End Date": "End Date",
|
|
1235
|
+
"Auto Renewal": "Auto Renewal",
|
|
1236
|
+
"Amount": "Amount",
|
|
1237
|
+
"App Info": "App Info",
|
|
1238
|
+
"Code": "Code",
|
|
1239
|
+
"Filter - User Group Id": "Filter - User Group Id",
|
|
1240
|
+
"Filter - Email": "Filter - Email",
|
|
1241
|
+
"Filter - External App Data": "Filter - External App Data",
|
|
1242
|
+
"Email Verified": "Email Verified",
|
|
1243
|
+
"Password": "Password",
|
|
1244
|
+
"Require Password Reset": "Require Password Reset",
|
|
1245
|
+
"First Name": "First Name",
|
|
1246
|
+
"Middle Name": "Middle Name",
|
|
1247
|
+
"Last Name": "Last Name",
|
|
1248
|
+
"Phone": "Phone",
|
|
1249
|
+
"Vehicle No": "Vehicle No",
|
|
1250
|
+
"Personal Id": "Personal Id",
|
|
1251
|
+
"Locale": "Locale",
|
|
1252
|
+
"User Group Ids": "User Group Ids",
|
|
1253
|
+
"Options - Sessions Allowed": "Options - Sessions Allowed",
|
|
1254
|
+
"Receive News And Promotions": "Receive News And Promotions",
|
|
1255
|
+
"Bank Details - Bank Iban": "Bank Details - Bank Iban",
|
|
1256
|
+
"Bank Details - Bank Name": "Bank Details - Bank Name",
|
|
1257
|
+
"Bank Details - Bank Address": "Bank Details - Bank Address",
|
|
1258
|
+
"Bank Details - Bank Code": "Bank Details - Bank Code",
|
|
1259
|
+
"Bank Details - Bank Account Number": "Bank Details - Bank Account Number",
|
|
1260
|
+
"Bank Details - Bank Account Type": "Bank Details - Bank Account Type",
|
|
1261
|
+
"Nonce": "Nonce",
|
|
1262
|
+
"With Amount Due": "With Amount Due",
|
|
1263
|
+
"Tokenized Type": "Tokenized Type",
|
|
1264
|
+
"Bank Transfer Type": "Bank Transfer Type",
|
|
1265
|
+
"Default": "Default",
|
|
1266
|
+
"Via": "Via",
|
|
1267
|
+
"Webhook - Callback Url": "Webhook - Callback Url",
|
|
1268
|
+
"Kafka - Topic": "Kafka - Topic",
|
|
1269
|
+
"Kafka - Brokers": "Kafka - Brokers",
|
|
1270
|
+
"Kafka - Compression Codec": "Kafka - Compression Codec",
|
|
1271
|
+
"Kafka - Security Protocol": "Kafka - Security Protocol",
|
|
1272
|
+
"Kafka - Sasl Mechanism": "Kafka - Sasl Mechanism",
|
|
1273
|
+
"Kafka - Sasl Username": "Kafka - Sasl Username",
|
|
1274
|
+
"Kafka - Sasl Password": "Kafka - Sasl Password",
|
|
1275
|
+
"Filter - Method": "Filter - Method",
|
|
1276
|
+
"Authorization": "Authorization",
|
|
1277
|
+
"Filter - Start After": "Filter - Start After",
|
|
1278
|
+
"Filter - Start Before": "Filter - Start Before",
|
|
1279
|
+
"Filter - End After": "Filter - End After",
|
|
1280
|
+
"Filter - End Before": "Filter - End Before",
|
|
1281
|
+
"Booking Request": "Booking Request",
|
|
1282
|
+
"Booking": "Booking",
|
|
1283
|
+
"Filter - Start Date Time From": "Filter - Start Date Time From",
|
|
1284
|
+
"Filter - Start Date Time To": "Filter - Start Date Time To",
|
|
1285
|
+
"Filter - End Date Time From": "Filter - End Date Time From",
|
|
1286
|
+
"Filter - End Date Time To": "Filter - End Date Time To",
|
|
1287
|
+
"Filter - Operator Id": "Filter - Operator Id",
|
|
1288
|
+
"Filter - Roaming Id": "Filter - Roaming Id",
|
|
1289
|
+
"Filter - Credit": "Filter - Credit",
|
|
1290
|
+
"Filter - Is Local": "Filter - Is Local",
|
|
1291
|
+
"Filter - Received After": "Filter - Received After",
|
|
1292
|
+
"Filter - Received Before": "Filter - Received Before",
|
|
1293
|
+
"Filter - Sent After": "Filter - Sent After",
|
|
1294
|
+
"Filter - Sent Before": "Filter - Sent Before",
|
|
1295
|
+
"Filter - Delivery Response": "Filter - Delivery Response",
|
|
1296
|
+
"Cdr": "Cdr",
|
|
1297
|
+
"Parent Circuit Id": "Parent Circuit Id",
|
|
1298
|
+
"Phases": "Phases",
|
|
1299
|
+
"Phase Rotation": "Phase Rotation",
|
|
1300
|
+
"Connected Phase": "Connected Phase",
|
|
1301
|
+
"Electrical Configuration": "Electrical Configuration",
|
|
1302
|
+
"Max Voltage": "Max Voltage",
|
|
1303
|
+
"Max Current": "Max Current",
|
|
1304
|
+
"Min Charge Point Current": "Min Charge Point Current",
|
|
1305
|
+
"Set Session Limit To Zero On Idle": "Set Session Limit To Zero On Idle",
|
|
1306
|
+
"Electricity Meter Id": "Electricity Meter Id",
|
|
1307
|
+
"Offline Reserved Current": "Offline Reserved Current",
|
|
1308
|
+
"Load Balancing Integration - Id": "Load Balancing Integration - Id",
|
|
1309
|
+
"Load Balancing Integration - Fields Variant Type": "Load Balancing Integration - Fields Variant Type",
|
|
1310
|
+
"Fields": "Fields",
|
|
1311
|
+
"Target Id": "Target Id",
|
|
1312
|
+
"User Priority": "User Priority",
|
|
1313
|
+
"Alphabetic Code": "Alphabetic Code",
|
|
1314
|
+
"Prefix": "Prefix",
|
|
1315
|
+
"Suffix": "Suffix",
|
|
1316
|
+
"Decimal": "Decimal",
|
|
1317
|
+
"Unit Price And Calculations Decimal": "Unit Price And Calculations Decimal",
|
|
1318
|
+
"Enable Use Of Minor Currency Unit": "Enable Use Of Minor Currency Unit",
|
|
1319
|
+
"Minor Unit Sign": "Minor Unit Sign",
|
|
1320
|
+
"Base": "Base",
|
|
1321
|
+
"Target": "Target",
|
|
1322
|
+
"Rate": "Rate",
|
|
1323
|
+
"Filter - Base": "Filter - Base",
|
|
1324
|
+
"Filter - Target": "Filter - Target",
|
|
1325
|
+
"Filter - Updated Before": "Filter - Updated Before",
|
|
1326
|
+
"Filter - Updated After": "Filter - Updated After",
|
|
1327
|
+
"Currency Rate": "Currency Rate",
|
|
1328
|
+
"Custom Fee": "Custom Fee",
|
|
1329
|
+
"Notice": "Notice",
|
|
1330
|
+
"Filter - Physical Reference": "Filter - Physical Reference",
|
|
1331
|
+
"Question": "Question",
|
|
1332
|
+
"Answer": "Answer",
|
|
1333
|
+
"Faq": "Faq",
|
|
1334
|
+
"Filter - Firmware Version": "Filter - Firmware Version",
|
|
1335
|
+
"Firmware Version": "Firmware Version",
|
|
1336
|
+
"Filter - Installation And Maintenance Company Id": "Filter - Installation And Maintenance Company Id",
|
|
1337
|
+
"Filter - Installer Admin Id": "Filter - Installer Admin Id",
|
|
1338
|
+
"Installation And Maintenance Company Id": "Installation And Maintenance Company Id",
|
|
1339
|
+
"Installer Admin Id": "Installer Admin Id",
|
|
1340
|
+
"Installer Job": "Installer Job",
|
|
1341
|
+
"Filter - Issued From": "Filter - Issued From",
|
|
1342
|
+
"Filter - Issued To": "Filter - Issued To",
|
|
1343
|
+
"Invoice": "Invoice",
|
|
1344
|
+
"Title": "Title",
|
|
1345
|
+
"Start Date": "Start Date",
|
|
1346
|
+
"Access And Permissions - Sessions Remote Control": "Access And Permissions - Sessions Remote Control",
|
|
1347
|
+
"Access And Permissions - Start Reservation": "Access And Permissions - Start Reservation",
|
|
1348
|
+
"Access And Permissions - Stop Reservation": "Access And Permissions - Stop Reservation",
|
|
1349
|
+
"Access And Permissions - Reset Charge Point": "Access And Permissions - Reset Charge Point",
|
|
1350
|
+
"Access And Permissions - Firmware Update": "Access And Permissions - Firmware Update",
|
|
1351
|
+
"Revenue Sharing - Partner Share Percentage Ac Evse": "Revenue Sharing - Partner Share Percentage Ac Evse",
|
|
1352
|
+
"Revenue Sharing - Partner Share Percentage Dc Evse": "Revenue Sharing - Partner Share Percentage Dc Evse",
|
|
1353
|
+
"Revenue Sharing - Exclude Connection Fee": "Revenue Sharing - Exclude Connection Fee",
|
|
1354
|
+
"Revenue Sharing - Deduct Electricity Cost": "Revenue Sharing - Deduct Electricity Cost",
|
|
1355
|
+
"Revenue Sharing - Reimburse For Electricity Cost": "Revenue Sharing - Reimburse For Electricity Cost",
|
|
1356
|
+
"Revenue Sharing - Fixed Fee Per Session Ac": "Revenue Sharing - Fixed Fee Per Session Ac",
|
|
1357
|
+
"Revenue Sharing - Fixed Fee Per Session Dc": "Revenue Sharing - Fixed Fee Per Session Dc",
|
|
1358
|
+
"Revenue Sharing - Fee Per Kwh Ac": "Revenue Sharing - Fee Per Kwh Ac",
|
|
1359
|
+
"Revenue Sharing - Fee Per Kwh Dc": "Revenue Sharing - Fee Per Kwh Dc",
|
|
1360
|
+
"Revenue Sharing - Handling Fee": "Revenue Sharing - Handling Fee",
|
|
1361
|
+
"Monthly Platform Fees - Per Charge Point": "Monthly Platform Fees - Per Charge Point",
|
|
1362
|
+
"Monthly Platform Fees - Per Ac Evse": "Monthly Platform Fees - Per Ac Evse",
|
|
1363
|
+
"Monthly Platform Fees - Per Dc Evse": "Monthly Platform Fees - Per Dc Evse",
|
|
1364
|
+
"Partner Contract": "Partner Contract",
|
|
1365
|
+
"Filter - Settlement Report Id": "Filter - Settlement Report Id",
|
|
1366
|
+
"Filter - Date Before": "Filter - Date Before",
|
|
1367
|
+
"Filter - Date After": "Filter - Date After",
|
|
1368
|
+
"Filter - Origin": "Filter - Origin",
|
|
1369
|
+
"Filter - Currency Code": "Filter - Currency Code",
|
|
1370
|
+
"With Breakdown": "With Breakdown",
|
|
1371
|
+
"Filter - Created From": "Filter - Created From",
|
|
1372
|
+
"Filter - Created To": "Filter - Created To",
|
|
1373
|
+
"Filter - Invite Email": "Filter - Invite Email",
|
|
1374
|
+
"Send Via Email": "Send Via Email",
|
|
1375
|
+
"Language": "Language",
|
|
1376
|
+
"Options - Allow Corporate Account Billing": "Options - Allow Corporate Account Billing",
|
|
1377
|
+
"Options - Limit Corporate Account Billing To Partner Charge Points": "Options - Limit Corporate Account Billing To Partner Charge Points",
|
|
1378
|
+
"Options - Allow Access To Private Charge Points": "Options - Allow Access To Private Charge Points",
|
|
1379
|
+
"Partner Invite": "Partner Invite",
|
|
1380
|
+
"Filter - Period After": "Filter - Period After",
|
|
1381
|
+
"Filter - Period Before": "Filter - Period Before",
|
|
1382
|
+
"Partner Settlement Report": "Partner Settlement Report",
|
|
1383
|
+
"Paid Amount": "Paid Amount",
|
|
1384
|
+
"Note": "Note",
|
|
1385
|
+
"Partner Settlement Record": "Partner Settlement Record",
|
|
1386
|
+
"Filter - Reg No": "Filter - Reg No",
|
|
1387
|
+
"Reg No": "Reg No",
|
|
1388
|
+
"Vat No": "Vat No",
|
|
1389
|
+
"Postcode": "Postcode",
|
|
1390
|
+
"Contact Details - Administrative - Contact Person": "Contact Details - Administrative - Contact Person",
|
|
1391
|
+
"Contact Details - Administrative - Email": "Contact Details - Administrative - Email",
|
|
1392
|
+
"Contact Details - Administrative - Phone": "Contact Details - Administrative - Phone",
|
|
1393
|
+
"Contact Details - Technical - Contact Person": "Contact Details - Technical - Contact Person",
|
|
1394
|
+
"Contact Details - Technical - Email": "Contact Details - Technical - Email",
|
|
1395
|
+
"Contact Details - Technical - Phone": "Contact Details - Technical - Phone",
|
|
1396
|
+
"Contact Details - Billing - Contact Person": "Contact Details - Billing - Contact Person",
|
|
1397
|
+
"Contact Details - Billing - Email": "Contact Details - Billing - Email",
|
|
1398
|
+
"Contact Details - Billing - Phone": "Contact Details - Billing - Phone",
|
|
1399
|
+
"Notifications - Technical - Charge Point Faults": "Notifications - Technical - Charge Point Faults",
|
|
1400
|
+
"Notifications - Billing - Settlement Reports": "Notifications - Billing - Settlement Reports",
|
|
1401
|
+
"Monthly Platform Fee": "Monthly Platform Fee",
|
|
1402
|
+
"Options - Create Users": "Options - Create Users",
|
|
1403
|
+
"Options - Add User Balance": "Options - Add User Balance",
|
|
1404
|
+
"Options - Supplier On Receipts": "Options - Supplier On Receipts",
|
|
1405
|
+
"Options - Allow To Control Tariffs": "Options - Allow To Control Tariffs",
|
|
1406
|
+
"Options - Allow To Control Tariff Groups": "Options - Allow To Control Tariff Groups",
|
|
1407
|
+
"Corporate Billing - Enabled": "Corporate Billing - Enabled",
|
|
1408
|
+
"Corporate Billing - Monthly Limit": "Corporate Billing - Monthly Limit",
|
|
1409
|
+
"Corporate Billing - Discount": "Corporate Billing - Discount",
|
|
1410
|
+
"Partner": "Partner",
|
|
1411
|
+
"Filter - Serial Number": "Filter - Serial Number",
|
|
1412
|
+
"Payment Terminal": "Payment Terminal",
|
|
1413
|
+
"Filter - Tax Id": "Filter - Tax Id",
|
|
1414
|
+
"Filter - Payment Status": "Filter - Payment Status",
|
|
1415
|
+
"Filter - Period Start": "Filter - Period Start",
|
|
1416
|
+
"Filter - Period End": "Filter - Period End",
|
|
1417
|
+
"Receipt": "Receipt",
|
|
1418
|
+
"Filter - Reserved From": "Filter - Reserved From",
|
|
1419
|
+
"Filter - Reserved To": "Filter - Reserved To",
|
|
1420
|
+
"Filter - Charge Point": "Filter - Charge Point",
|
|
1421
|
+
"Filter - Timestamp From": "Filter - Timestamp From",
|
|
1422
|
+
"Filter - Timestamp To": "Filter - Timestamp To",
|
|
1423
|
+
"Security Event": "Security Event",
|
|
1424
|
+
"With Clock Aligned Energy Consumption": "With Clock Aligned Energy Consumption",
|
|
1425
|
+
"Clock Aligned Interval": "Clock Aligned Interval",
|
|
1426
|
+
"With Authorization": "With Authorization",
|
|
1427
|
+
"With Price Breakdown": "With Price Breakdown",
|
|
1428
|
+
"With Charging Periods": "With Charging Periods",
|
|
1429
|
+
"With Charging Periods Price Breakdown": "With Charging Periods Price Breakdown",
|
|
1430
|
+
"Filter - Charge Point Network Id": "Filter - Charge Point Network Id",
|
|
1431
|
+
"Filter - Reason": "Filter - Reason",
|
|
1432
|
+
"Filter - Charge Point Boot Notification Serial Number": "Filter - Charge Point Boot Notification Serial Number",
|
|
1433
|
+
"Filter - Charge Point Boot Notification Vendor": "Filter - Charge Point Boot Notification Vendor",
|
|
1434
|
+
"Filter - Started Before": "Filter - Started Before",
|
|
1435
|
+
"Filter - Ended After": "Filter - Ended After",
|
|
1436
|
+
"Filter - Ended Before": "Filter - Ended Before",
|
|
1437
|
+
"Filter - Id Tag": "Filter - Id Tag",
|
|
1438
|
+
"Filter - Payment Type": "Filter - Payment Type",
|
|
1439
|
+
"Filter - Payment Status Updated Before": "Filter - Payment Status Updated Before",
|
|
1440
|
+
"Filter - Payment Status Updated After": "Filter - Payment Status Updated After",
|
|
1441
|
+
"Filter - Receipt Id": "Filter - Receipt Id",
|
|
1442
|
+
"Filter - Authorization Source": "Filter - Authorization Source",
|
|
1443
|
+
"Filter - Billing Status": "Filter - Billing Status",
|
|
1444
|
+
"Filter - Roaming - Roaming Operator Cpo Ids": "Filter - Roaming - Roaming Operator Cpo Ids",
|
|
1445
|
+
"Sub Operator": "Sub Operator",
|
|
1446
|
+
"Filter - Plan Id": "Filter - Plan Id",
|
|
1447
|
+
"Filter - End Date From": "Filter - End Date From",
|
|
1448
|
+
"Filter - End Date To": "Filter - End Date To",
|
|
1449
|
+
"Filter - Billed Externally": "Filter - Billed Externally",
|
|
1450
|
+
"Subscription": "Subscription",
|
|
1451
|
+
"Tariff Ids": "Tariff Ids",
|
|
1452
|
+
"Tariff Group": "Tariff Group",
|
|
1453
|
+
"Tariff Snapshot": "Tariff Snapshot",
|
|
1454
|
+
"Tax Identification Number": "Tax Identification Number",
|
|
1455
|
+
"Display Name": "Display Name",
|
|
1456
|
+
"Percentage": "Percentage",
|
|
1457
|
+
"Tax Identification Number Id": "Tax Identification Number Id",
|
|
1458
|
+
"Tax": "Tax",
|
|
1459
|
+
"Filter - Document Id": "Filter - Document Id",
|
|
1460
|
+
"Filter - Valid From": "Filter - Valid From",
|
|
1461
|
+
"Term Version": "Term Version",
|
|
1462
|
+
"Filter - Enabled": "Filter - Enabled",
|
|
1463
|
+
"Price": "Price",
|
|
1464
|
+
"Bonus": "Bonus",
|
|
1465
|
+
"Top Up Package": "Top Up Package",
|
|
1466
|
+
"Filter - No Partner": "Filter - No Partner",
|
|
1467
|
+
"User Group": "User Group",
|
|
1468
|
+
"Utility": "Utility",
|
|
1469
|
+
"Error Code": "Error Code",
|
|
1470
|
+
"Error Code Description": "Error Code Description",
|
|
1471
|
+
"Error Code Customer Action": "Error Code Customer Action",
|
|
1472
|
+
"Vendor Error Code": "Vendor Error Code",
|
|
1473
|
+
"Filter - Created At": "Filter - Created At",
|
|
1474
|
+
"Filter - Redeemed After": "Filter - Redeemed After",
|
|
1475
|
+
"Filter - Redeemed Before": "Filter - Redeemed Before",
|
|
1476
|
+
"Filter - Expire Date After": "Filter - Expire Date After",
|
|
1477
|
+
"Filter - Expire Date Before": "Filter - Expire Date Before",
|
|
1478
|
+
"Filter - Code": "Filter - Code",
|
|
1479
|
+
"Expire Date": "Expire Date",
|
|
1480
|
+
"Validity Period": "Validity Period",
|
|
1481
|
+
"Assign Before Date": "Assign Before Date",
|
|
1482
|
+
"Voucher": "Voucher",
|
|
1483
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
1484
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
1485
|
+
"The id of the connector for which availability needs to change. If missing the availability of the Charge Point and all its connectors needs to change.": "The id of the connector for which availability needs to change. If missing the availability of the Charge Point and all its connectors needs to change.",
|
|
1486
|
+
"The type of availability change that the Charge Point should perform\n* `Inoperative` Charge point is not available for charging.\n* `Operative` Charge point is available for charging.\n": "The type of availability change that the Charge Point should perform\n* `Inoperative` Charge point is not available for charging.\n* `Operative` Charge point is available for charging.\n",
|
|
1487
|
+
"This User would become the owner of the personal charge point. If left empty - no Owner would be assigned.": "This User would become the owner of the personal charge point. If left empty - no Owner would be assigned.",
|
|
1488
|
+
"The ID of the charging profile to clear.": "The ID of the charging profile to clear.",
|
|
1489
|
+
"Specifies the ID of the connector for which to clear charging profiles. A connectorId of zero (0) specifies the charging profile for the overall Charge Point. Absence of this parameter means the clearing applies to all charging profiles that match the other criteria in the request.": "Specifies the ID of the connector for which to clear charging profiles. A connectorId of zero (0) specifies the charging profile for the overall Charge Point. Absence of this parameter means the clearing applies to all charging profiles that match the other criteria in the request.",
|
|
1490
|
+
"Specifies to purpose of the charging profiles that will be cleared, if they meet the other criteria in the request.": "Specifies to purpose of the charging profiles that will be cleared, if they meet the other criteria in the request.",
|
|
1491
|
+
"Specifies the stackLevel for which charging profiles will be cleared, if they meet the other criteria in the request.": "Specifies the stackLevel for which charging profiles will be cleared, if they meet the other criteria in the request.",
|
|
1492
|
+
"FTP address to upload the diagnostics to": "FTP address to upload the diagnostics to",
|
|
1493
|
+
"Only get diagnostics that are created after this date-time": "Only get diagnostics that are created after this date-time",
|
|
1494
|
+
"Only get diagnostics that are created before that date-time": "Only get diagnostics that are created before that date-time",
|
|
1495
|
+
"The URL of the location at the remote system where the log should be stored.": "The URL of the location at the remote system where the log should be stored.",
|
|
1496
|
+
"Reason kept in the action logs for future reference.": "Reason kept in the action logs for future reference.",
|
|
1497
|
+
"This specifies how many times the Charge Point must try to upload the log before giving up. If this field is not present, it is left to Charge Point to decide how many times it wants to retry.": "This specifies how many times the Charge Point must try to upload the log before giving up. If this field is not present, it is left to Charge Point to decide how many times it wants to retry.",
|
|
1498
|
+
"The interval in seconds after which a retry may be attempted. If this field is not present, it is left to Charge Point to decide how long to wait between attempts.": "The interval in seconds after which a retry may be attempted. If this field is not present, it is left to Charge Point to decide how long to wait between attempts.",
|
|
1499
|
+
"This contains the date and time of the oldest logging information to include in the diagnostics. Please provide the value in the following format `Y-m-d H:i:s`.": "This contains the date and time of the oldest logging information to include in the diagnostics. Please provide the value in the following format `Y-m-d H:i:s`.",
|
|
1500
|
+
"This contains the date and time of the latest logging information to include in the diagnostics. Please provide the value in the following format `Y-m-d H:i:s`.": "This contains the date and time of the latest logging information to include in the diagnostics. Please provide the value in the following format `Y-m-d H:i:s`.",
|
|
1501
|
+
"In case reason is empty, following text \"Activated via API\" will be added automatically": "In case reason is empty, following text \"Activated via API\" will be added automatically",
|
|
1502
|
+
"The identifier of the vendor specific implementation.": "The identifier of the vendor specific implementation.",
|
|
1503
|
+
"Additional identification field.": "Additional identification field.",
|
|
1504
|
+
"Data without specified length or format": "Data without specified length or format",
|
|
1505
|
+
"The ID of the payment method, as returned by the payment method listing (User / Payment Method / Listing). When left empty or null, it would be determined by the system - either \"balance\" or \"subscription\" (in case the the user has an active post-paid subscription for home charging sessions and the charge point is a home charger). When it is NOT empty or null, userId is required.": "The ID of the payment method, as returned by the payment method listing (User / Payment Method / Listing). When left empty or null, it would be determined by the system - either \"balance\" or \"subscription\" (in case the the user has an active post-paid subscription for home charging sessions and the charge point is a home charger). When it is NOT empty or null, userId is required.",
|
|
1506
|
+
"The ID of the booking to link the session to. Returns a 422 error if the booking does not exist or if its status is not Accepted or Reserved.": "The ID of the booking to link the session to. Returns a 422 error if the booking does not exist or if its status is not Accepted or Reserved.",
|
|
1507
|
+
"Use force=true when you want to end the session reguardless of the CP response": "Use force=true when you want to end the session reguardless of the CP response",
|
|
1508
|
+
"List of keys to request a get configuration for. Omit or pass empty array to request all available configuration keys.": "List of keys to request a get configuration for. Omit or pass empty array to request all available configuration keys.",
|
|
1509
|
+
"The type of the message to be triggered. Messages available only for 2.0.1 chargers - LogStatusNotification, PublishFirmwareStatusNotification, SignChargingStationCertificate, SignCombinedCertificate, TransactionEvent": "The type of the message to be triggered. Messages available only for 2.0.1 chargers - LogStatusNotification, PublishFirmwareStatusNotification, SignChargingStationCertificate, SignCombinedCertificate, TransactionEvent",
|
|
1510
|
+
"The sharing code which provides access to the personal charge point for other users aside from the owner. If left empty the current code will be deleted": "The sharing code which provides access to the personal charge point for other users aside from the owner. If left empty the current code will be deleted",
|
|
1511
|
+
"Indicates the type of certificate that is to be installed on the CP.": "Indicates the type of certificate that is to be installed on the CP.",
|
|
1512
|
+
"Value to be assigned to specific configuration key": "Value to be assigned to specific configuration key",
|
|
1513
|
+
"Name of the variable of the configuration key": "Name of the variable of the configuration key",
|
|
1514
|
+
"Specify instance for OCPP 2.0.1 configuration keys": "Specify instance for OCPP 2.0.1 configuration keys",
|
|
1515
|
+
"Required in order to specify component name for OCPP 2.0.1 configuration keys": "Required in order to specify component name for OCPP 2.0.1 configuration keys",
|
|
1516
|
+
"ID of the EVSE. Only for OCPP 2.0.1 configuration keys": "ID of the EVSE. Only for OCPP 2.0.1 configuration keys",
|
|
1517
|
+
"Indicates the type of certificates requested. Default value to be empty - the system should interpret the Null/empty value that all certificate types are requested.": "Indicates the type of certificates requested. Default value to be empty - the system should interpret the Null/empty value that all certificate types are requested.",
|
|
1518
|
+
"Location (URL) from which to retrieve the firmware. Either this or `firmwareVersionId` must be provided.": "Location (URL) from which to retrieve the firmware. Either this or `firmwareVersionId` must be provided.",
|
|
1519
|
+
"ID of a Firmware Version. Either this or `url` must be provided.": "ID of a Firmware Version. Either this or `url` must be provided.",
|
|
1520
|
+
"Specifies the date and time after which the Charge Point should retrieve the new firmware. If not provided, the current *datetime* will be used.": "Specifies the date and time after which the Charge Point should retrieve the new firmware. If not provided, the current *datetime* will be used.",
|
|
1521
|
+
"Specifies how many times the Charge Point must try to retrieve the (new) firmware before giving up.": "Specifies how many times the Charge Point must try to retrieve the (new) firmware before giving up.",
|
|
1522
|
+
"The interval in seconds between each retry.": "The interval in seconds between each retry.",
|
|
1523
|
+
"Indicates a Signed Firmware Update.": "Indicates a Signed Firmware Update.",
|
|
1524
|
+
"Required if \"signed\" is true.": "Required if \"signed\" is true.",
|
|
1525
|
+
"Protocol to use for the firmware download URL when using firmware repository. Use HTTP only if the charge point does not support encrypted connections.": "Protocol to use for the firmware download URL when using firmware repository. Use HTTP only if the charge point does not support encrypted connections.",
|
|
1526
|
+
"ISO 8601 formatted date. Resources with `startedAt >= startedAfter`.": "ISO 8601 formatted date. Resources with `startedAt >= startedAfter`.",
|
|
1527
|
+
"ISO 8601 formatted date. Resources with `stoppedAt <= stoppedBefore`.": "ISO 8601 formatted date. Resources with `stoppedAt <= stoppedBefore`.",
|
|
1528
|
+
"Resources with duration in minutes less than or equal given value.": "Resources with duration in minutes less than or equal given value.",
|
|
1529
|
+
"Resources with duration in minutes greater than or equal given value.": "Resources with duration in minutes greater than or equal given value.",
|
|
1530
|
+
"ISO 8601 formatted date. Lists only the specific resource that was last updated on and after this datetime": "ISO 8601 formatted date. Lists only the specific resource that was last updated on and after this datetime",
|
|
1531
|
+
"ISO 8601 formatted date. Lists only the specific resource that was last updated on and before this datetime": "ISO 8601 formatted date. Lists only the specific resource that was last updated on and before this datetime",
|
|
1532
|
+
"When pagination is enabled: maximum total results across all pages. When pagination is disabled: number of results per API request (max 100).": "When pagination is enabled: maximum total results across all pages. When pagination is disabled: number of results per API request (max 100).",
|
|
1533
|
+
"Whether to automatically paginate to fetch all results": "Whether to automatically paginate to fetch all results",
|
|
1534
|
+
"Allowed only notice with `type = exempt`!": "Allowed only notice with `type = exempt`!",
|
|
1535
|
+
"Allowed only for downtime period with `type = exempt AND entryMode = manual`": "Allowed only for downtime period with `type = exempt AND entryMode = manual`",
|
|
1536
|
+
"A download link for the user manual. Shown in the mobile app for home chargers.": "A download link for the user manual. Shown in the mobile app for home chargers.",
|
|
1537
|
+
"URL to an externally-hosted installer manual. The system stores this URL reference only (does not download or cache the document) and provides it to installers for viewing/downloading through the installer app interface.": "URL to an externally-hosted installer manual. The system stores this URL reference only (does not download or cache the document) and provides it to installers for viewing/downloading through the installer app interface.",
|
|
1538
|
+
"`public` - a charge point visible on the map to everybody </br>\n`private` - by default hidden from the map and for private usage only - company and their employees for example. The visibility of the charge point could be managed in partner object, with the different options for accessType. </br>\n`personal` - the charge point could have a single owner only. The owner is set when the user claims the charger or with Actions / Change Owner. </br>\n": "`public` - a charge point visible on the map to everybody </br>\n`private` - by default hidden from the map and for private usage only - company and their employees for example. The visibility of the charge point could be managed in partner object, with the different options for accessType. </br>\n`personal` - the charge point could have a single owner only. The owner is set when the user claims the charger or with Actions / Change Owner. </br>\n",
|
|
1539
|
+
"Required for personal charge points. The PIN should be provided in the mobile app when the charge point is claimed by a user. Should contain only numbers.\n": "Required for personal charge points. The PIN should be provided in the mobile app when the charge point is claimed by a user. Should contain only numbers.\n",
|
|
1540
|
+
"locationId is always a REQUIRED field for commercial public and commercial private charge points. It is NOT a required field only for personal charge points.\n": "locationId is always a REQUIRED field for commercial public and commercial private charge points. It is NOT a required field only for personal charge points.\n",
|
|
1541
|
+
"If there is Electricity rate set to the Charge point the electricity cost for each charging session would be tracked. Dynamic electricity rates could not be selected, only ones created in the resource / electricity-rate.\n": "If there is Electricity rate set to the Charge point the electricity cost for each charging session would be tracked. Dynamic electricity rates could not be selected, only ones created in the resource / electricity-rate.\n",
|
|
1542
|
+
"Only for personal charge points. Require an active subscription to use the charge point.": "Only for personal charge points. Require an active subscription to use the charge point.",
|
|
1543
|
+
"Only for personal charge points. List of subscription plans for any of which the user should have an active subscription, to be able to use the charge point.": "Only for personal charge points. List of subscription plans for any of which the user should have an active subscription, to be able to use the charge point.",
|
|
1544
|
+
"Shows the system status of the Charge Point. </br>\n`enabled` - the charge point is fully operative.\n`disabled` - the charge point would not be shown on the map if it is a commercial public or commercial private with the relevant option for visibility nor could be claimed or found by ID if it is personal (home). </br>\n`demo` - acts as a simulator so different setups could be tested. </br>\n`out of order` - the charge point is visible and shared with users, but a charging session\n": "Shows the system status of the Charge Point. </br>\n`enabled` - the charge point is fully operative.\n`disabled` - the charge point would not be shown on the map if it is a commercial public or commercial private with the relevant option for visibility nor could be claimed or found by ID if it is personal (home). </br>\n`demo` - acts as a simulator so different setups could be tested. </br>\n`out of order` - the charge point is visible and shared with users, but a charging session\n",
|
|
1545
|
+
"This flag indicates whether the operator can actively manage the charge point. If the flag is set to \n false' the charge point can still be shown to users, but they can't request to start a session on it.\n\nDeprecated. Please use 'communicationMode' instead.\n": "This flag indicates whether the operator can actively manage the charge point. If the flag is set to \n false' the charge point can still be shown to users, but they can't request to start a session on it.\n\nDeprecated. Please use 'communicationMode' instead.\n",
|
|
1546
|
+
"OCPP Identifier.": "OCPP Identifier.",
|
|
1547
|
+
"Required for ocpp 1.5 (SOAP).": "Required for ocpp 1.5 (SOAP).",
|
|
1548
|
+
"`remote_start_stop_capable` - whether Remote start/stop is possible for the Charge Point </br>\n`meter_values` - whether the Charge Point should send meter updates to the system </br>\n`stop_transaction_on_ev_disconnect` - for ongoing sessions, when the cable is unplugged this should stop the session and if it is returned back a new session would be created. </br>\n`disregard_the_heartbeats` - only for OCPP 1.5 SOAP. Network status by default is updated based on the heartbeat messages. When enabled, the Charge": "`remote_start_stop_capable` - whether Remote start/stop is possible for the Charge Point </br>\n`meter_values` - whether the Charge Point should send meter updates to the system </br>\n`stop_transaction_on_ev_disconnect` - for ongoing sessions, when the cable is unplugged this should stop the session and if it is returned back a new session would be created. </br>\n`disregard_the_heartbeats` - only for OCPP 1.5 SOAP. Network status by default is updated based on the heartbeat messages. When enabled, the Charge Point would be always treated as available and its network status would not depend on heartbeat messages. </br>\n`display_messages` - charger has a display and it is enabled to display messages. This capability is enabled automatically when the charger reports the corresponding configuration key. When creating a charge point, the capability is ignored as it is automatically detected on boot. </br>\n",
|
|
1549
|
+
"The backend will try to set it 3 times at boot notification. If the charge point does not support it, the backend will use the highest security profile the charge point could use. </br> The following security profiles are supported: </br> 0: `No Authentication` </br> 1: `Unsecured Trasport with Basic Authentication (Plain-back Authentication)` - It does not include authentication for the CSMS, or measures to set up a secure communication channel.": "The backend will try to set it 3 times at boot notification. If the charge point does not support it, the backend will use the highest security profile the charge point could use. </br> The following security profiles are supported: </br> 0: `No Authentication` </br> 1: `Unsecured Trasport with Basic Authentication (Plain-back Authentication)` - It does not include authentication for the CSMS, or measures to set up a secure communication channel.",
|
|
1550
|
+
"The ID of the CP Model, if one is associated with the Charge Point. Can be set to null to remove the current CP Model associated with the Charge Point. Mind that on boot the charger reports the hardware model and it is automatically updated.\n": "The ID of the CP Model, if one is associated with the Charge Point. Can be set to null to remove the current CP Model associated with the Charge Point. Mind that on boot the charger reports the hardware model and it is automatically updated.\n",
|
|
1551
|
+
"The partner's corporate billing would be used as a payment method by default, when a user who is invited to use the partner's corporate billing starts a session on the charge point.": "The partner's corporate billing would be used as a payment method by default, when a user who is invited to use the partner's corporate billing starts a session on the charge point.",
|
|
1552
|
+
"`private_view_private_use` - only users invited by the partner with the option to access private charge points could view this charge point on the map and use it.": "`private_view_private_use` - only users invited by the partner with the option to access private charge points could view this charge point on the map and use it.",
|
|
1553
|
+
"The notice is only available if the charge point is of type `private` and the accessType is `public_view_private_use`.": "The notice is only available if the charge point is of type `private` and the accessType is `public_view_private_use`.",
|
|
1554
|
+
"Tags can be used for filtering and grouping chargers by tag. When doing a PATCH input all tags that should be associated with the charge point. Omitting a tag would remove it from the charge point.": "Tags can be used for filtering and grouping chargers by tag. When doing a PATCH input all tags that should be associated with the charge point. Omitting a tag would remove it from the charge point.",
|
|
1555
|
+
"Applicable only for personal charge points. For `public` and `private` charge points will be omitted": "Applicable only for personal charge points. For `public` and `private` charge points will be omitted",
|
|
1556
|
+
"If both noticeId and partner.notice object are provided in the request the noticeId will be used to complete the request NOT the partner.notice object!": "If both noticeId and partner.notice object are provided in the request the noticeId will be used to complete the request NOT the partner.notice object!",
|
|
1557
|
+
"When enabled, if no electricity rate is assigned to the charge point any roaming session will be marked as using renewable energy.\nThe actual energy mix can be specified in an electricity rate, which can then be assigned to the charge point. In that case the energy mix will be provided for roaming sessions.\nThis information can be gathered from the utility provider or third-party platforms that provide this information to the public.\n": "When enabled, if no electricity rate is assigned to the charge point any roaming session will be marked as using renewable energy.\nThe actual energy mix can be specified in an electricity rate, which can then be assigned to the charge point. In that case the energy mix will be provided for roaming sessions.\nThis information can be gathered from the utility provider or third-party platforms that provide this information to the public.\n",
|
|
1558
|
+
"The ID of the charge point that is connected to the backend and used by this charge point for OCPP communication. Required when the `communicationMode` is `via_ocpp_connected_charge_point`.\n": "The ID of the charge point that is connected to the backend and used by this charge point for OCPP communication. Required when the `communicationMode` is `via_ocpp_connected_charge_point`.\n",
|
|
1559
|
+
"This property is required!</br>\nIt obsoletes the `managedByOperator` property, which can still be used by older implementations, so neither is marked as required.</br>\nIndicates how the charge point communicates with the backend.</br>\n`none` - the charge point is not connected to the backend. The charge point can be displayed to users with instructions how to use it. An informational notice can be associated with the charge point using the `noticeId` property.</br>\n`direct_ocpp` - the charge point is connec": "This property is required!</br>\nIt obsoletes the `managedByOperator` property, which can still be used by older implementations, so neither is marked as required.</br>\nIndicates how the charge point communicates with the backend.</br>\n`none` - the charge point is not connected to the backend. The charge point can be displayed to users with instructions how to use it. An informational notice can be associated with the charge point using the `noticeId` property.</br>\n`direct_ocpp` - the charge point is connected through OCPP and is actively being managed by the backend.</br>\n`via_ocpp_connected_charge_point` - the charge point is a satellite of another charge point which communicates through OCPP and is identified by `ocppConnectedChargePointId`. The charge point is not actively managed, but inherits most of its properties from its master charge point. When creating this type of charge point, the following fields are not required and will not be used:</br>\n - electricityRateId</br>\n - networkType</br>\n - capabilities</br>\n - network</br>\n - autoStartWithoutAuthorization</br>\n - disableAutoStartEmulation</br>\n - security</br>\n - modelId</br>\n - enableAutoFaultRecovery</br>\n - utilityId</br>\n - usesRenewableEnergy</br>\n - enabledRandomisedDelay</br>\n - integratedAt</br>\n - manufacturedAt</br>\n",
|
|
1560
|
+
"The value of the desiredSecurityProfileStatus by which to filter": "The value of the desiredSecurityProfileStatus by which to filter",
|
|
1561
|
+
"Only list charge point, identified by evse identifier": "Only list charge point, identified by evse identifier",
|
|
1562
|
+
"Only list charge point, identified by the NetworkId": "Only list charge point, identified by the NetworkId",
|
|
1563
|
+
"Only list charge points with last boot notification that had this charge_point_serial_number": "Only list charge points with last boot notification that had this charge_point_serial_number",
|
|
1564
|
+
"Only list charge points, identified by modelId": "Only list charge points, identified by modelId",
|
|
1565
|
+
"Only list charge points, identified by vendorId": "Only list charge points, identified by vendorId",
|
|
1566
|
+
"Only list charge points owned by a certain user": "Only list charge points owned by a certain user",
|
|
1567
|
+
"Only list charge points owned by a certain partner": "Only list charge points owned by a certain partner",
|
|
1568
|
+
"Only list charge points with this access type": "Only list charge points with this access type",
|
|
1569
|
+
"Only list charge point for a given subOperator": "Only list charge point for a given subOperator",
|
|
1570
|
+
"When true - returns only roaming charge points. When false - returns only local charge points.": "When true - returns only roaming charge points. When false - returns only local charge points.",
|
|
1571
|
+
"Exact charge point name": "Exact charge point name",
|
|
1572
|
+
"Only list charge points assigned to the location": "Only list charge points assigned to the location",
|
|
1573
|
+
"Only list charge points added to a certain DLM Circuit": "Only list charge points added to a certain DLM Circuit",
|
|
1574
|
+
"Only list charge point for a given Charging Zone": "Only list charge point for a given Charging Zone",
|
|
1575
|
+
"Only list charge points that are managed by operator or not": "Only list charge points that are managed by operator or not",
|
|
1576
|
+
"Only list charge point, identified by the External ID of the charge point": "Only list charge point, identified by the External ID of the charge point",
|
|
1577
|
+
"Only list charge points that have the specific tag assigned.": "Only list charge points that have the specific tag assigned.",
|
|
1578
|
+
"Only list personal charge point with certain sharing code.": "Only list personal charge point with certain sharing code.",
|
|
1579
|
+
"Required if `accessType` is `personal`. The PIN should be provided in the mobile app when the charge point is claimed by a user. Should contain only numbers.\n": "Required if `accessType` is `personal`. The PIN should be provided in the mobile app when the charge point is claimed by a user. Should contain only numbers.\n",
|
|
1580
|
+
"Required if `accessType` is `public` or `private`. NOT required if `accessType` is `personal`.\n": "Required if `accessType` is `public` or `private`. NOT required if `accessType` is `personal`.\n",
|
|
1581
|
+
"Shows the system status of the Charge Point.\n * `enabled` - the charge point is fully operative.\n * `disabled` - the charge point would not be shown on the map if it is a commercial public or commercial private with the relevant option for visibility nor could be claimed or found by ID if it is personal (home). </br>\n * `demo` - acts as a simulator so different setups could be tested.\n * `out of order` - the charge point is visible and shared with users, but a charging session\n": "Shows the system status of the Charge Point.\n * `enabled` - the charge point is fully operative.\n * `disabled` - the charge point would not be shown on the map if it is a commercial public or commercial private with the relevant option for visibility nor could be claimed or found by ID if it is personal (home). </br>\n * `demo` - acts as a simulator so different setups could be tested.\n * `out of order` - the charge point is visible and shared with users, but a charging session\n",
|
|
1582
|
+
"This flag indicates whether the operator can actively manage the charge point. If the flag is set to 'false' the charge point can still be shown to users, but they can't request to start a session on it.\n\nDeprecated. Please use `communicationMode` instead. The `communicationMode` can only be set when creating a charge point.\n": "This flag indicates whether the operator can actively manage the charge point. If the flag is set to 'false' the charge point can still be shown to users, but they can't request to start a session on it.\n\nDeprecated. Please use `communicationMode` instead. The `communicationMode` can only be set when creating a charge point.\n",
|
|
1583
|
+
"When enabled the system would allow charging sessions initiated </br>\nlocally by the charge point assuming it is setup to work in auto-start / </br>\nplug-and-charge mode. It would also automatically start a </br>\nsession with a remote start command if one is not already started by the charging stations a </br>\nfew seconds after a Preparing status is detected indicating that a vehicle is connected.\n": "When enabled the system would allow charging sessions initiated </br>\nlocally by the charge point assuming it is setup to work in auto-start / </br>\nplug-and-charge mode. It would also automatically start a </br>\nsession with a remote start command if one is not already started by the charging stations a </br>\nfew seconds after a Preparing status is detected indicating that a vehicle is connected.\n",
|
|
1584
|
+
"The Auto-start option above does 2 things: (1) it allows charging </br>\nsessions started by the charge point assuming that it may be set up locally </br>\nto auto-start charging when a vehicle is connected and (2) if the charging </br>\nstation doesnt start the session within a few seconds after the vehicles is </br>\nconnected the system sends a remote start command - which is to emulate auto-start </br>\ncharging. With this checkbox you can disable the emulation and rely </br>\nentirely on the charging station": "The Auto-start option above does 2 things: (1) it allows charging </br>\nsessions started by the charge point assuming that it may be set up locally </br>\nto auto-start charging when a vehicle is connected and (2) if the charging </br>\nstation doesnt start the session within a few seconds after the vehicles is </br>\nconnected the system sends a remote start command - which is to emulate auto-start </br>\ncharging. With this checkbox you can disable the emulation and rely </br>\nentirely on the charging station to auto-start the charging. </br>\n",
|
|
1585
|
+
"ISO 8601 formatted date": "ISO 8601 formatted date",
|
|
1586
|
+
"Only list configuration keys identified by variable name": "Only list configuration keys identified by variable name",
|
|
1587
|
+
"Only list configuration keys identified by instance": "Only list configuration keys identified by instance",
|
|
1588
|
+
"Only list configuration keys identified by component name": "Only list configuration keys identified by component name",
|
|
1589
|
+
"Only list configuration keys identified by EVSE ID": "Only list configuration keys identified by EVSE ID",
|
|
1590
|
+
"This field is required when the configuration key is one of the standard OCPP keys, as defined in the OCPP documentation under \"Standard Configuration Key Names & Values\".": "This field is required when the configuration key is one of the standard OCPP keys, as defined in the OCPP documentation under \"Standard Configuration Key Names & Values\".",
|
|
1591
|
+
"The identifier that is presented to the users, so they can identify the EVSE at the location.": "The identifier that is presented to the users, so they can identify the EVSE at the location.",
|
|
1592
|
+
"Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n": "Type of current available on the EVSE:\n- **ac**: Alternating Current (AC) charging\n- **dc**: Direct Current (DC) fast charging\n",
|
|
1593
|
+
"The EVSE label will be exposed and visualized in the mobile application": "The EVSE label will be exposed and visualized in the mobile application",
|
|
1594
|
+
"The OCPP evse identifier (should be consecutive numbers starting from 1)": "The OCPP evse identifier (should be consecutive numbers starting from 1)",
|
|
1595
|
+
"For roaming EVSEs the status can only be updated if the option for manual management of EVSEs is enabled for the roaming CPO.": "For roaming EVSEs the status can only be updated if the option for manual management of EVSEs is enabled for the roaming CPO.",
|
|
1596
|
+
"The mid meter certification end year.": "The mid meter certification end year.",
|
|
1597
|
+
"The ID of the tariff group attached to the EVSE. If the EVSE is not roaming and tariffGroupId is not specified, the default (free) tariff will be assigned. For roaming EVSEs the Tariff Group can only be updated if the option for manual management of EVSEs is enabled for the roaming CPO.": "The ID of the tariff group attached to the EVSE. If the EVSE is not roaming and tariffGroupId is not specified, the default (free) tariff will be assigned. For roaming EVSEs the Tariff Group can only be updated if the option for manual management of EVSEs is enabled for the roaming CPO.",
|
|
1598
|
+
"Manages whether reservations are allowed on this EVSE. Requires the Reservations to be activated for the system in order to enable for the EVSE.": "Manages whether reservations are allowed on this EVSE. Requires the Reservations to be activated for the system in order to enable for the EVSE.",
|
|
1599
|
+
"Indicates if the EVSE can be booked. Requires the Bookings to be activated for the operator and automatically enables allowsReservation when set to true.": "Indicates if the EVSE can be booked. Requires the Bookings to be activated for the operator and automatically enables allowsReservation when set to true.",
|
|
1600
|
+
"in Wh.": "in Wh.",
|
|
1601
|
+
"The maxVoltage of a charge point can fluctuate. Hence, when creating a charge point in the system, the maxVoltage is given as a range. For OCPI purposes it maps as follows: 220-240 = 230 110-130 = 120 400 = 400 380 = 380.": "The maxVoltage of a charge point can fluctuate. Hence, when creating a charge point in the system, the maxVoltage is given as a range. For OCPI purposes it maps as follows: 220-240 = 230 110-130 = 120 400 = 400 380 = 380.",
|
|
1602
|
+
"`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.": "`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.",
|
|
1603
|
+
"Specifies the active line conductors used in the circuit. - `L1_L2` - Valid when `phases` = `split_phase` in electrical configuration `star` or `phases` = `single_phase` in electrical configuration `delta` - `L2_L3` - Valid when `phases` = `split_phase` in electrical configuration `star` or `phases` = `single_phase` in electrical configuration `delta` - `L1_L3` - Valid when `phases` = `split_phase` in electrical configuration `star` or `phases` = `single_phase` in electrical configuration `delta` - `L1` - V": "Specifies the active line conductors used in the circuit. - `L1_L2` - Valid when `phases` = `split_phase` in electrical configuration `star` or `phases` = `single_phase` in electrical configuration `delta` - `L2_L3` - Valid when `phases` = `split_phase` in electrical configuration `star` or `phases` = `single_phase` in electrical configuration `delta` - `L1_L3` - Valid when `phases` = `split_phase` in electrical configuration `star` or `phases` = `single_phase` in electrical configuration `delta` - `L1` - Valid when `phases` = `single_phase` in electrical configuration `star` - `L2` - Valid when `phases` = `single_phase` in electrical configuration `star` - `L3` - Valid when `phases` = `single_phase` in electrical configuration `star`.",
|
|
1604
|
+
"Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connecto": "Type of connector available on the EVSE:\n- **type1**: Type 1 connector (SAE J1772 AC)\n- **type2**: Type 2 connector (IEC 62196-2 AC)\n- **type3**: Type 3 connector (IEC 62196-2 AC)\n- **chademo**: CHAdeMO DC fast charging\n- **ccs1**: Combined Charging System 1 (CCS1/Combo 1)\n- **ccs2**: Combined Charging System 2 (CCS2/Combo 2)\n- **schuko**: Standard European household socket\n- **nacs**: North American Charging Standard (Tesla)\n- **cee16**: CEE 16A industrial connector\n- **cee32**: CEE 32A industrial connector\n- **j1772**: SAE J1772 connector\n- **inductive**: Inductive/wireless charging\n- **nema-5-20**: Domestic M NEMA 5-20 Socket\n- **type-e-french**: French Type E socket\n- **type-g-british**: British Type G socket\n- **type-j-swiss**: Swiss Type J socket\n- **avcon**: AVCON connector (Australian standard)\n- **gb-t-ac**: GB/T AC connector (Chinese standard)\n- **gb-t-dc**: GB/T DC connector (Chinese standard)\n- **chaoji**: ChaoJi (CHAdeMO 3.0)\n- **nema-6-30**: NEMA 6-30\n- **nema-6-50**: NEMA 6-50\n",
|
|
1605
|
+
"ISO 8601 formatted date. Only list status logs created after this datetime": "ISO 8601 formatted date. Only list status logs created after this datetime",
|
|
1606
|
+
"ISO 8601 formatted date. Only list status logs created before this datetime": "ISO 8601 formatted date. Only list status logs created before this datetime",
|
|
1607
|
+
"Select the type of the variant": "Select the type of the variant",
|
|
1608
|
+
"Select the mode": "Select the mode",
|
|
1609
|
+
"The state of charge (SoC) percentage above which the `highSoCPriority` will be applied. Must have a 5% offset from the `lowerThresholdPercent` (if provided).\nFor example if `lowerThresholdPercent` is set to 50, this can have a value of 55 or higher.\nSetting this to `null` will remove the usage of the `highSoCPriority`.\n": "The state of charge (SoC) percentage above which the `highSoCPriority` will be applied. Must have a 5% offset from the `lowerThresholdPercent` (if provided).\nFor example if `lowerThresholdPercent` is set to 50, this can have a value of 55 or higher.\nSetting this to `null` will remove the usage of the `highSoCPriority`.\n",
|
|
1610
|
+
"The state of charge (SoC) percentage below which the `lowSoCPriority` will be applied. Must have a 5% offset from the `upperThresholdPercent` (if provided).\nFor example if `upperThresholdPercent ` is set to 50, this can have a value of 45 or lower.\nSetting this to `null` will remove the usage of the `lowSoCPriority`.\n": "The state of charge (SoC) percentage below which the `lowSoCPriority` will be applied. Must have a 5% offset from the `upperThresholdPercent` (if provided).\nFor example if `upperThresholdPercent ` is set to 50, this can have a value of 45 or lower.\nSetting this to `null` will remove the usage of the `lowSoCPriority`.\n",
|
|
1611
|
+
"Array of charge point IDs the template will be applied to.": "Array of charge point IDs the template will be applied to.",
|
|
1612
|
+
"Specifies whether the configuration template will be enforced each time the charge point boots.": "Specifies whether the configuration template will be enforced each time the charge point boots.",
|
|
1613
|
+
"The OCPP version to filter by": "The OCPP version to filter by",
|
|
1614
|
+
"The timestamp of the measurements. ISO 8601 formatted date.": "The timestamp of the measurements. ISO 8601 formatted date.",
|
|
1615
|
+
"The current on L1 in milliamperes (mA)": "The current on L1 in milliamperes (mA)",
|
|
1616
|
+
"The current on L2 in milliamperes (mA)": "The current on L2 in milliamperes (mA)",
|
|
1617
|
+
"The current on L3 in milliamperes (mA)": "The current on L3 in milliamperes (mA)",
|
|
1618
|
+
"The id of the utility providing the electricity. Configured in the Ampeco admin panel.": "The id of the utility providing the electricity. Configured in the Ampeco admin panel.",
|
|
1619
|
+
"The default price per kWh, which will be applied if there is no pricing supplied for a time interval.\nPrices of all electricity rates created through the Public API or tha Ampeco admin panel must include the tax in the price.\nPrice per kWh.\n": "The default price per kWh, which will be applied if there is no pricing supplied for a time interval.\nPrices of all electricity rates created through the Public API or tha Ampeco admin panel must include the tax in the price.\nPrice per kWh.\n",
|
|
1620
|
+
"This field is used only to indicate the applied tax. All Electricity Rate prices should be provided with the tax included in the price.": "This field is used only to indicate the applied tax. All Electricity Rate prices should be provided with the tax included in the price.",
|
|
1621
|
+
"Represents what percent of the energy is generated from solar power.": "Represents what percent of the energy is generated from solar power.",
|
|
1622
|
+
"Represents what percent of the energy is generated from wind turbines.": "Represents what percent of the energy is generated from wind turbines.",
|
|
1623
|
+
"Represents what percent of the energy is generated from hydropower.": "Represents what percent of the energy is generated from hydropower.",
|
|
1624
|
+
"Represents what percent of the energy is generated from nuclear power plants.": "Represents what percent of the energy is generated from nuclear power plants.",
|
|
1625
|
+
"Represents what percent of the energy is generated from burning coal.": "Represents what percent of the energy is generated from burning coal.",
|
|
1626
|
+
"Represents what percent of the energy is generated from natural gas.": "Represents what percent of the energy is generated from natural gas.",
|
|
1627
|
+
"Represents what percent of the energy is generated from any other type of renewable energy source. This could include any other renewable source not specifically listed.": "Represents what percent of the energy is generated from any other type of renewable energy source. This could include any other renewable source not specifically listed.",
|
|
1628
|
+
"Represents what percent of the energy is generated from any other type of non-renewable energy source. This could include any other non-renewable source not specifically listed.": "Represents what percent of the energy is generated from any other type of non-renewable energy source. This could include any other non-renewable source not specifically listed.",
|
|
1629
|
+
"Uses the YYYY-MM-DD date format.": "Uses the YYYY-MM-DD date format.",
|
|
1630
|
+
"Can be one of the listed days of the week or `any`.": "Can be one of the listed days of the week or `any`.",
|
|
1631
|
+
"Filter the periods in which the evses belong to the charge point": "Filter the periods in which the evses belong to the charge point",
|
|
1632
|
+
"ISO 8601 formatted date. If an end date is set the asset will be automatically disabled at that time. Historical time series and forecasts are not generated after the end date.": "ISO 8601 formatted date. If an end date is set the asset will be automatically disabled at that time. Historical time series and forecasts are not generated after the end date.",
|
|
1633
|
+
"The ID of the Flexibility Asset to filter requests by": "The ID of the Flexibility Asset to filter requests by",
|
|
1634
|
+
"ID of the DLM circuit. Only one of dlmCircuitId, chargePointId or evseId can have value.": "ID of the DLM circuit. Only one of dlmCircuitId, chargePointId or evseId can have value.",
|
|
1635
|
+
"ID of the Charge Point. Only one of dlmCircuitId, chargePointId or evseId can have value.": "ID of the Charge Point. Only one of dlmCircuitId, chargePointId or evseId can have value.",
|
|
1636
|
+
"ID of the EVSE. Only one of dlmCircuitId, chargePointId or evseId can have value.": "ID of the EVSE. Only one of dlmCircuitId, chargePointId or evseId can have value.",
|
|
1637
|
+
"Short description of the flexibility asset.": "Short description of the flexibility asset.",
|
|
1638
|
+
"Flexibility integration.": "Flexibility integration.",
|
|
1639
|
+
"Filter for the assets updated since the given timestamp": "Filter for the assets updated since the given timestamp",
|
|
1640
|
+
"Only list Id tags with a certain UID": "Only list Id tags with a certain UID",
|
|
1641
|
+
"Only list Id tags with a certain label": "Only list Id tags with a certain label",
|
|
1642
|
+
"Only list Id tags with a certain user id": "Only list Id tags with a certain user id",
|
|
1643
|
+
"Only list Id tags that have an expiration date grater or equal to the supplied date": "Only list Id tags that have an expiration date grater or equal to the supplied date",
|
|
1644
|
+
"Only list Id tags in this status": "Only list Id tags in this status",
|
|
1645
|
+
"Only list Id tags in this type": "Only list Id tags in this type",
|
|
1646
|
+
"Only list ID tags assigned to the specified Partner ID. Pass null to list ID tags without a Partner assigned.": "Only list ID tags assigned to the specified Partner ID. Pass null to list ID tags without a Partner assigned.",
|
|
1647
|
+
"ISO 8601 formatted date. Lists only the id tags that were last updated on and after this datetime": "ISO 8601 formatted date. Lists only the id tags that were last updated on and after this datetime",
|
|
1648
|
+
"ISO 8601 formatted date. Lists only the id tags that were last updated on and before this datetime": "ISO 8601 formatted date. Lists only the id tags that were last updated on and before this datetime",
|
|
1649
|
+
"Token used for authorization": "Token used for authorization",
|
|
1650
|
+
"Visual or other label that could be associated with the ID Tag": "Visual or other label that could be associated with the ID Tag",
|
|
1651
|
+
"The status of the ID tag. Use it to disable or suspend a tag\n* `enabled` The tag is enabled and is accepted as authentication method\n* `disabled` The tag is disabled by the admin user and is not acceptable as authorization method\n* `suspended` The tag is suspended by the owner of the tag and is not acceptable as authorization method\n": "The status of the ID tag. Use it to disable or suspend a tag\n* `enabled` The tag is enabled and is accepted as authentication method\n* `disabled` The tag is disabled by the admin user and is not acceptable as authorization method\n* `suspended` The tag is suspended by the owner of the tag and is not acceptable as authorization method\n",
|
|
1652
|
+
"The payment method that will be associated with the ID Tag.\n* For **credit/debit cards** the `paymentMethodId` should be provided\n* For **Corporate billing** - `corporate:{id}`\n* For **last used** the value should be `null`\n": "The payment method that will be associated with the ID Tag.\n* For **credit/debit cards** the `paymentMethodId` should be provided\n* For **Corporate billing** - `corporate:{id}`\n* For **last used** the value should be `null`\n",
|
|
1653
|
+
"Associate the ID tag with a user account. If the user is not presented, the tag will not be authorized! It makes sense to prepare the tags in advance, in case there is another process/entity is going to later assign them!": "Associate the ID tag with a user account. If the user is not presented, the tag will not be authorized! It makes sense to prepare the tags in advance, in case there is another process/entity is going to later assign them!",
|
|
1654
|
+
"The administrator accounts of the selected Partner will be able to edit and delete the specified ID tag": "The administrator accounts of the selected Partner will be able to edit and delete the specified ID tag",
|
|
1655
|
+
"The payment method that will be associated with the ID Tag.\n* For **credit/debit cards** the `paymentMethodId` should be provided\n* For **Corporate billing** - `corporate:{id}`\n* For **Auto selection** - use `\"auto\"` (recommended) or `null` (deprecated)\n* The \"last used\" concept has been replaced with \"auto\" selection which cycles through available payment methods.\n": "The payment method that will be associated with the ID Tag.\n* For **credit/debit cards** the `paymentMethodId` should be provided\n* For **Corporate billing** - `corporate:{id}`\n* For **Auto selection** - use `\"auto\"` (recommended) or `null` (deprecated)\n* The \"last used\" concept has been replaced with \"auto\" selection which cycles through available payment methods.\n",
|
|
1656
|
+
"Start of the time frame to check": "Start of the time frame to check",
|
|
1657
|
+
"End of the time frame to check. Time-frame is limited to 7 days.": "End of the time frame to check. Time-frame is limited to 7 days.",
|
|
1658
|
+
"The full address of the location": "The full address of the location",
|
|
1659
|
+
"The street address of the location": "The street address of the location",
|
|
1660
|
+
"When country is not in US, AU, CA, UM or RO, you can provide the region": "When country is not in US, AU, CA, UM or RO, you can provide the region",
|
|
1661
|
+
"Indicates that the location is always open for charging. If set to false, the `hours` field is required, otherwise it should be ignored.": "Indicates that the location is always open for charging. If set to false, the `hours` field is required, otherwise it should be ignored.",
|
|
1662
|
+
"If a User has initiated a charging session during Working hours but it is already outside of the Working hours, the session will be terminated by the system.": "If a User has initiated a charging session during Working hours but it is already outside of the Working hours, the session will be terminated by the system.",
|
|
1663
|
+
"Working hours interval for single day.": "Working hours interval for single day.",
|
|
1664
|
+
"A valid timezone in the form of Area/Location, required when `Allow Multiple Time Zones` option is turned on in the Timezone Setting.": "A valid timezone in the form of Area/Location, required when `Allow Multiple Time Zones` option is turned on in the Timezone Setting.",
|
|
1665
|
+
"For roaming Locations, the ID of the roaming operator is provided.": "For roaming Locations, the ID of the roaming operator is provided.",
|
|
1666
|
+
"Only list Locations that have the specific tag assigned.": "Only list Locations that have the specific tag assigned.",
|
|
1667
|
+
"ISO 8601 formatted date. Lists only the locations that were last updated on and after this datetime": "ISO 8601 formatted date. Lists only the locations that were last updated on and after this datetime",
|
|
1668
|
+
"ISO 8601 formatted date. Lists only the locations that were last updated on and before this datetime": "ISO 8601 formatted date. Lists only the locations that were last updated on and before this datetime",
|
|
1669
|
+
"Internal name of the Charging Zone. This isn't visible to end-users in the app.": "Internal name of the Charging Zone. This isn't visible to end-users in the app.",
|
|
1670
|
+
"Resend all failed notifications from this date onwards.": "Resend all failed notifications from this date onwards.",
|
|
1671
|
+
"Resend all failed notifications up to this date.": "Resend all failed notifications up to this date.",
|
|
1672
|
+
"The list of Evses at the same Parking Space. The Evses should belongs to same charging zone.": "The list of Evses at the same Parking Space. The Evses should belongs to same charging zone.",
|
|
1673
|
+
"Only list Parking spaces on a certain EVSE": "Only list Parking spaces on a certain EVSE",
|
|
1674
|
+
"The payment method that will be associated with the EMAID Tag.\n* For **credit/debit cards** the `paymentMethodId` should be provided\n* For **Corporate billing** - `corporate:{id}`\n* For **last used** the value should be `null`\n": "The payment method that will be associated with the EMAID Tag.\n* For **credit/debit cards** the `paymentMethodId` should be provided\n* For **Corporate billing** - `corporate:{id}`\n* For **last used** the value should be `null`\n",
|
|
1675
|
+
"Use force=true when you want to end the reservation regardless of the CP response": "Use force=true when you want to end the reservation regardless of the CP response",
|
|
1676
|
+
"ISO-3166 alpha-2 country code of the CPO that owns this Tariff.": "ISO-3166 alpha-2 country code of the CPO that owns this Tariff.",
|
|
1677
|
+
"ID of the CPO that owns this Tariff (following the ISO-15118 standard).": "ID of the CPO that owns this Tariff (following the ISO-15118 standard).",
|
|
1678
|
+
"Uniquely identifies the tariff within the CPO's platform.": "Uniquely identifies the tariff within the CPO's platform.",
|
|
1679
|
+
"ISO 4217 code of the currency of this tariff.": "ISO 4217 code of the currency of this tariff.",
|
|
1680
|
+
"Type of this tariff.": "Type of this tariff.",
|
|
1681
|
+
"List of multi-language alternative texts for this tariff.": "List of multi-language alternative texts for this tariff.",
|
|
1682
|
+
"URL to a web page that contains an explanation of the tariff information.": "URL to a web page that contains an explanation of the tariff information.",
|
|
1683
|
+
"Price excluding VAT.": "Price excluding VAT.",
|
|
1684
|
+
"Price including VAT.": "Price including VAT.",
|
|
1685
|
+
"List of Tariff Elements.": "List of Tariff Elements.",
|
|
1686
|
+
"The time when this tariff becomes active. Format ISO 8601 UTC.": "The time when this tariff becomes active. Format ISO 8601 UTC.",
|
|
1687
|
+
"The time after which this tariff is no longer valid. Format ISO 8601 UTC.": "The time after which this tariff is no longer valid. Format ISO 8601 UTC.",
|
|
1688
|
+
"True if 100% from regenerative sources.": "True if 100% from regenerative sources.",
|
|
1689
|
+
"Energy sources of this energy mix.": "Energy sources of this energy mix.",
|
|
1690
|
+
"Environmental impact of this energy mix.": "Environmental impact of this energy mix.",
|
|
1691
|
+
"Name of the energy supplier.": "Name of the energy supplier.",
|
|
1692
|
+
"Name of the energy product.": "Name of the energy product.",
|
|
1693
|
+
"Timestamp when this Tariff was last updated. Format ISO 8601 UTC.": "Timestamp when this Tariff was last updated. Format ISO 8601 UTC.",
|
|
1694
|
+
"If a non-null value is provided, it will set enabled to true. If null is provided, it will set enabled to false.": "If a non-null value is provided, it will set enabled to true. If null is provided, it will set enabled to false.",
|
|
1695
|
+
"Example - \"http://m.intercharge.eu/qr?evseid=\" if the URL in the QR Code is http://m.intercharge.eu/qr?evseid=CH*ION*E213604.": "Example - \"http://m.intercharge.eu/qr?evseid=\" if the URL in the QR Code is http://m.intercharge.eu/qr?evseid=CH*ION*E213604.",
|
|
1696
|
+
"Only possible value is `has.to.be`.": "Only possible value is `has.to.be`.",
|
|
1697
|
+
"Filter by status (enabled or disabled)": "Filter by status (enabled or disabled)",
|
|
1698
|
+
"Filter by creation date (greater than or equal to)": "Filter by creation date (greater than or equal to)",
|
|
1699
|
+
"Filter by creation date (less than or equal to)": "Filter by creation date (less than or equal to)",
|
|
1700
|
+
"ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 country code",
|
|
1701
|
+
"Array of current types (AC, DC) that this filter applies to, pass an empty array to clear all current type restrictions.": "Array of current types (AC, DC) that this filter applies to, pass an empty array to clear all current type restrictions.",
|
|
1702
|
+
"Filter EVSEs with power below specified kW value": "Filter EVSEs with power below specified kW value",
|
|
1703
|
+
"Filter EVSEs whose IDs start with specified prefix(es). Multiple prefixes separated by newlines": "Filter EVSEs whose IDs start with specified prefix(es). Multiple prefixes separated by newlines",
|
|
1704
|
+
"Position of the tariff filter in the ordering sequence. When not provided during creation, it will go last. If an already existing order number is provided, it will reorder the other tariff filters to take their place in the sequence.": "Position of the tariff filter in the ordering sequence. When not provided during creation, it will go last. If an already existing order number is provided, it will reorder the other tariff filters to take their place in the sequence.",
|
|
1705
|
+
"Array of custom tariff filter IDs with their new positions. Only include filters that need to be moved - others will maintain their relative positions.": "Array of custom tariff filter IDs with their new positions. Only include filters that need to be moved - others will maintain their relative positions.",
|
|
1706
|
+
"Array of current types (AC, DC) that this filter applies to": "Array of current types (AC, DC) that this filter applies to",
|
|
1707
|
+
"Position of the tariff filter in the ordering sequence. If an already existing order number is provided, it will reorder the other tariff filters to take their place in the sequence.": "Position of the tariff filter in the ordering sequence. If an already existing order number is provided, it will reorder the other tariff filters to take their place in the sequence.",
|
|
1708
|
+
"The ID of the local Tariff Group assigned to the EVSEs with this roaming tariff(s).": "The ID of the local Tariff Group assigned to the EVSEs with this roaming tariff(s).",
|
|
1709
|
+
"The ID of the subscription plan that replaces the current one. The new Subscription plan will be added to the Subscription plans Restrictions for the Tariffs, where the old plan is present. Also it will be added to all Charge points that require the current Subscription plan.": "The ID of the subscription plan that replaces the current one. The new Subscription plan will be added to the Subscription plans Restrictions for the Tariffs, where the old plan is present. Also it will be added to all Charge points that require the current Subscription plan.",
|
|
1710
|
+
"The date from which the new Subscription Plan replaces the current one. If left empty, it is replaced immediately.": "The date from which the new Subscription Plan replaces the current one. If left empty, it is replaced immediately.",
|
|
1711
|
+
"Internal note for tracking changes and the reasons for those changes.": "Internal note for tracking changes and the reasons for those changes.",
|
|
1712
|
+
"Locales that have been created and are not provided on an update will be deleted. Please provide values in all locales that you wish to keep.": "Locales that have been created and are not provided on an update will be deleted. Please provide values in all locales that you wish to keep.",
|
|
1713
|
+
"The number of renewal periods that are free of charge. This is only applicable for pre-paid plans.": "The number of renewal periods that are free of charge. This is only applicable for pre-paid plans.",
|
|
1714
|
+
"For pre-paid plans this is the price, for post-paid plans this is the base fee.": "For pre-paid plans this is the price, for post-paid plans this is the base fee.",
|
|
1715
|
+
"Makes the base fee apply per each home charger owned by the subscriber.": "Makes the base fee apply per each home charger owned by the subscriber.",
|
|
1716
|
+
"Indicates if charging sessions at personal, commercial+personal charge points are included in the post-paid subscription and would be billed at the end of the billing cycle or when a threshold is met, if there is such.": "Indicates if charging sessions at personal, commercial+personal charge points are included in the post-paid subscription and would be billed at the end of the billing cycle or when a threshold is met, if there is such.",
|
|
1717
|
+
"If this threshold is reached, the amount due for the subscription would be billed immediately instead of waiting for the end of the billing period.": "If this threshold is reached, the amount due for the subscription would be billed immediately instead of waiting for the end of the billing period.",
|
|
1718
|
+
"Applicable only for post-paid subscription plans when external billing is enabled. Controls the billing method used for this subscription plan.": "Applicable only for post-paid subscription plans when external billing is enabled. Controls the billing method used for this subscription plan.",
|
|
1719
|
+
"When true the allowance can only be used on the home charge points owned by the user. In that case all other allowance restrictions have no effect.": "When true the allowance can only be used on the home charge points owned by the user. In that case all other allowance restrictions have no effect.",
|
|
1720
|
+
"The allowance can only be used on charge points in countries in this list. When empty the allowance is valid for charge points in all countries, except the ones explicitly listed in the excludedCountries.": "The allowance can only be used on charge points in countries in this list. When empty the allowance is valid for charge points in all countries, except the ones explicitly listed in the excludedCountries.",
|
|
1721
|
+
"The allowance cannot be used on charge points in the countries in this list.": "The allowance cannot be used on charge points in the countries in this list.",
|
|
1722
|
+
"When true the allowance cannot be used on roaming charge points.": "When true the allowance cannot be used on roaming charge points.",
|
|
1723
|
+
"An array of Partner IDs. The allowance can only be used on charge points of Partners in this list. When empty the allowance is valid for charge points of any Partner, except the ones explicitly listed in the excludedPartnerChargePoints.": "An array of Partner IDs. The allowance can only be used on charge points of Partners in this list. When empty the allowance is valid for charge points of any Partner, except the ones explicitly listed in the excludedPartnerChargePoints.",
|
|
1724
|
+
"An array of Partner IDs. The allowance cannot be used on charge points of Partners in this list.": "An array of Partner IDs. The allowance cannot be used on charge points of Partners in this list.",
|
|
1725
|
+
"The amount of kWh included - combined for AC and DC, should be provided if the type is combined.": "The amount of kWh included - combined for AC and DC, should be provided if the type is combined.",
|
|
1726
|
+
"The amount of kWh included for AC, should be provided if the type is separate.": "The amount of kWh included for AC, should be provided if the type is separate.",
|
|
1727
|
+
"The amount of kWh included for DC, should be provided if the type is separate.": "The amount of kWh included for DC, should be provided if the type is separate.",
|
|
1728
|
+
"An array of Partner IDs. The Subscription plan is available only to users invited (and accepted) or created by one of the Partners in this list. When empty the plan is available to all users, except the ones of Partners listed in excludedPartnerUsers.": "An array of Partner IDs. The Subscription plan is available only to users invited (and accepted) or created by one of the Partners in this list. When empty the plan is available to all users, except the ones of Partners listed in excludedPartnerUsers.",
|
|
1729
|
+
"An array of Partner IDs. The Subscription plan is not available to users of the Partners in this list.": "An array of Partner IDs. The Subscription plan is not available to users of the Partners in this list.",
|
|
1730
|
+
"An array of User Group IDs. The Subscription plan is available only to users with a User Group that is in this list. When empty the plan is available to all users, except the ones with a User Group listed in excludedUserGroups.": "An array of User Group IDs. The Subscription plan is available only to users with a User Group that is in this list. When empty the plan is available to all users, except the ones with a User Group listed in excludedUserGroups.",
|
|
1731
|
+
"An array of User Group IDs. The Subscription plan is not available to users with a User Group that is in this list.": "An array of User Group IDs. The Subscription plan is not available to users with a User Group that is in this list.",
|
|
1732
|
+
"Required when Post-paid Subscription plans has been enabled for the system.": "Required when Post-paid Subscription plans has been enabled for the system.",
|
|
1733
|
+
"Applies separately per each personal charge point owned by the subscriber that requires this Subscription plan.": "Applies separately per each personal charge point owned by the subscriber that requires this Subscription plan.",
|
|
1734
|
+
"A change from disabled to enabled is only possible for Subscription plans that are not replaced with another plan.": "A change from disabled to enabled is only possible for Subscription plans that are not replaced with another plan.",
|
|
1735
|
+
"It could be set only for base tariff. The default information that would be shown on the display of the charge point without the user having authorized themselves. The default price information from the base tariff of the first EVSE would be used for the display, when the charge point has more than one EVSE.": "It could be set only for base tariff. The default information that would be shown on the display of the charge point without the user having authorized themselves. The default price information from the base tariff of the first EVSE would be used for the display, when the charge point has more than one EVSE.",
|
|
1736
|
+
"It could be set only for base tariff. The information that would be shown on the display of the charge point when offline.": "It could be set only for base tariff. The information that would be shown on the display of the charge point when offline.",
|
|
1737
|
+
"The information that would be shown on the display of the charge point for users that are eligible for this tariff.": "The information that would be shown on the display of the charge point for users that are eligible for this tariff.",
|
|
1738
|
+
"Additional information that would be displayed on the charge point when the session ends, along with the total fees for energy, duration and idle.": "Additional information that would be displayed on the charge point when the session ends, along with the total fees for energy, duration and idle.",
|
|
1739
|
+
"Only list tariffs in a certain group": "Only list tariffs in a certain group",
|
|
1740
|
+
"Can only be used with `tariffGroupId`. When set, a single tariff of the group will be returned (no meta or link props will be included), that will be applied to the when the given user is charging. Note that when you set it to empty (null) then the tariff for anonymous charging will be returned": "Can only be used with `tariffGroupId`. When set, a single tariff of the group will be returned (no meta or link props will be included), that will be applied to the when the given user is charging. Note that when you set it to empty (null) then the tariff for anonymous charging will be returned",
|
|
1741
|
+
"Only list tariff of this specific type": "Only list tariff of this specific type",
|
|
1742
|
+
"Only list tariffs managed by certain partner.": "Only list tariffs managed by certain partner.",
|
|
1743
|
+
"Setting the type to `charging not allowed` or `free` is enough for creating the particular type of tariff": "Setting the type to `charging not allowed` or `free` is enough for creating the particular type of tariff",
|
|
1744
|
+
"A time when the day begins": "A time when the day begins",
|
|
1745
|
+
"A time when the night begins": "A time when the night begins",
|
|
1746
|
+
"Price per session. Only applicable with flat rate tariffs. Up to 5 digits after the decimal point depending on the currency precision.": "Price per session. Only applicable with flat rate tariffs. Up to 5 digits after the decimal point depending on the currency precision.",
|
|
1747
|
+
"Connection fee. A fixed fee that is applied at the start of the charging session. Up to 5 digits after the decimal point depending on the currency precision.": "Connection fee. A fixed fee that is applied at the start of the charging session. Up to 5 digits after the decimal point depending on the currency precision.",
|
|
1748
|
+
"Price per kWh. Up to 5 digits after the decimal point depending on the currency precision.": "Price per kWh. Up to 5 digits after the decimal point depending on the currency precision.",
|
|
1749
|
+
"Price per kWh during the day. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.": "Price per kWh during the day. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.",
|
|
1750
|
+
"Price per kWh during the night. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.": "Price per kWh during the night. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.",
|
|
1751
|
+
"Charging period. In minutes. It defines the time-period for charging a fee.": "Charging period. In minutes. It defines the time-period for charging a fee.",
|
|
1752
|
+
"Charging fee per period. Applicable for duration+energy. Up to 5 digits after the decimal point depending on the currency precision.": "Charging fee per period. Applicable for duration+energy. Up to 5 digits after the decimal point depending on the currency precision.",
|
|
1753
|
+
"Duration fee limit for the whole session if fee is applied.": "Duration fee limit for the whole session if fee is applied.",
|
|
1754
|
+
"Charging fee per period during the day. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.": "Charging fee per period during the day. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.",
|
|
1755
|
+
"Charging fee per period during the night. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.": "Charging fee per period during the night. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.",
|
|
1756
|
+
"Charging fee per minute during the day. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.": "Charging fee per minute during the day. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.",
|
|
1757
|
+
"Charging fee per minute during the night. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.": "Charging fee per minute during the night. Applicable for duration+energy time of day. Up to 5 digits after the decimal point depending on the currency precision.",
|
|
1758
|
+
"Idle fee per minute. A fee per minute that is applied during idle period (no charging). Up to 5 digits after the decimal point depending on the currency precision.": "Idle fee per minute. A fee per minute that is applied during idle period (no charging). Up to 5 digits after the decimal point depending on the currency precision.",
|
|
1759
|
+
"Idle fee grace period (min). Optional. When idle period (no charging) is detected during a session the user is given this grace period to remove the vehicle, before idle fee starts applying.": "Idle fee grace period (min). Optional. When idle period (no charging) is detected during a session the user is given this grace period to remove the vehicle, before idle fee starts applying.",
|
|
1760
|
+
"Idle fee per minute. A fee per minute that is applied during idle period (no charging).": "Idle fee per minute. A fee per minute that is applied during idle period (no charging).",
|
|
1761
|
+
"Defined start time for the application of idle fee.": "Defined start time for the application of idle fee.",
|
|
1762
|
+
"Defined end time for the application of idle fee.": "Defined end time for the application of idle fee.",
|
|
1763
|
+
"Idle fee limit for the whole session if fee is applied.": "Idle fee limit for the whole session if fee is applied.",
|
|
1764
|
+
"Connection Fee Minimum Session Duration (min). Optional.": "Connection Fee Minimum Session Duration (min). Optional.",
|
|
1765
|
+
"Connection Fee Minimum Session Energy (kWh). Optional. Up to 5 digits after the decimal point depending on the currency precision.": "Connection Fee Minimum Session Energy (kWh). Optional. Up to 5 digits after the decimal point depending on the currency precision.",
|
|
1766
|
+
"Duration Fee Grace Period (min). Optional.": "Duration Fee Grace Period (min). Optional.",
|
|
1767
|
+
"Min. price. Sets a minimum total amount per session.": "Min. price. Sets a minimum total amount per session.",
|
|
1768
|
+
"Pre-authorize amount. The amount to pre-authorize before starting a session. Up to 5 digits after the decimal point depending on the currency precision.": "Pre-authorize amount. The amount to pre-authorize before starting a session. Up to 5 digits after the decimal point depending on the currency precision.",
|
|
1769
|
+
"If Multi-tax Support has been enabled in the Ampeco.CHARGE settings, you can provide the taxId for the tariff here.": "If Multi-tax Support has been enabled in the Ampeco.CHARGE settings, you can provide the taxId for the tariff here.",
|
|
1770
|
+
"Use the Electricity Rate of the Charge Point that is already attached and aims to track the electricity costs.": "Use the Electricity Rate of the Charge Point that is already attached and aims to track the electricity costs.",
|
|
1771
|
+
"When ChargePointElectricityRate is set to *false*, the Electricity Rate ID MUST be supplied in order the electricity rates for the tariff to be known.": "When ChargePointElectricityRate is set to *false*, the Electricity Rate ID MUST be supplied in order the electricity rates for the tariff to be known.",
|
|
1772
|
+
"Set price for the intervals not specified in `intervalPricing` field.": "Set price for the intervals not specified in `intervalPricing` field.",
|
|
1773
|
+
"The time interval must be always the same and should not exceed the 24-hour mark. It could be either 15 min, 30 min or 60 min. The startAt and endAt must comply with this restriction.": "The time interval must be always the same and should not exceed the 24-hour mark. It could be either 15 min, 30 min or 60 min. The startAt and endAt must comply with this restriction.",
|
|
1774
|
+
"Create the price levels according to the kWh. <br /> The first level must have zero value for **firstKwh**. <br /> The last level must have an infinity value for **lastKwh**.": "Create the price levels according to the kWh. <br /> The first level must have zero value for **firstKwh**. <br /> The last level must have an infinity value for **lastKwh**.",
|
|
1775
|
+
"Create the price levels according to the duration of the session from the time the charging started. <br /> The first level must have zero value for **firstUnit**. <br /> The last level must have an infinity value for **lastUnit**.": "Create the price levels according to the duration of the session from the time the charging started. <br /> The first level must have zero value for **firstUnit**. <br /> The last level must have an infinity value for **lastUnit**.",
|
|
1776
|
+
"Different price levels could be created depending on the duration of the idle period. <br /> The first level must have zero value for **firstUnit**. <br /> The last level must have an infinity value for **lastUnit**.": "Different price levels could be created depending on the duration of the idle period. <br /> The first level must have zero value for **firstUnit**. <br /> The last level must have an infinity value for **lastUnit**.",
|
|
1777
|
+
"In minutes. Only for the Peak power level tariff.": "In minutes. Only for the Peak power level tariff.",
|
|
1778
|
+
"When left empty, this means that this is the standard pricing that would be applied in general without taking into consideration the day.": "When left empty, this means that this is the standard pricing that would be applied in general without taking into consideration the day.",
|
|
1779
|
+
"Price for kWh to be considered by Optimised charging for setting the charging periods.": "Price for kWh to be considered by Optimised charging for setting the charging periods.",
|
|
1780
|
+
"Defined start time for the application of duration fees.": "Defined start time for the application of duration fees.",
|
|
1781
|
+
"Defined end time for the application of duration fees.": "Defined end time for the application of duration fees.",
|
|
1782
|
+
"The subsidy integration id that should be applied for this tariff. Only valid for Energy ToU tariffs. Please use the AMPECO.CHARGE backend for the specific integration id.": "The subsidy integration id that should be applied for this tariff. Only valid for Energy ToU tariffs. Please use the AMPECO.CHARGE backend for the specific integration id.",
|
|
1783
|
+
"When enabled the tariff of the charger will be saved using the pricing interval when the user starts the charging session.": "When enabled the tariff of the charger will be saved using the pricing interval when the user starts the charging session.",
|
|
1784
|
+
"When enabled, the energy fee component of the tariff will be saved using the pricing interval when the user starts the charging session.": "When enabled, the energy fee component of the tariff will be saved using the pricing interval when the user starts the charging session.",
|
|
1785
|
+
"When enabled, the duration fee component of the tariff will be saved using the pricing interval when the user starts the charging session.": "When enabled, the duration fee component of the tariff will be saved using the pricing interval when the user starts the charging session.",
|
|
1786
|
+
"Switches the session to idle when the SoC (%) exceeds the selected value. Leave empty to use the system wide setting. This option will take effect only if `Allow custom SoC (%) threshold per Tariff` is set in `Idle period detection` setting.": "Switches the session to idle when the SoC (%) exceeds the selected value. Leave empty to use the system wide setting. This option will take effect only if `Allow custom SoC (%) threshold per Tariff` is set in `Idle period detection` setting.",
|
|
1787
|
+
"Sets the session to idle state when the average kW for the past 5 minutes is below the set threshold. This option will take effect only if `Allow custom power threshold per Tariff` is set in `Idle period detection` setting.": "Sets the session to idle state when the average kW for the past 5 minutes is below the set threshold. This option will take effect only if `Allow custom power threshold per Tariff` is set in `Idle period detection` setting.",
|
|
1788
|
+
"Session max time. The maximum minutes a session is allowed to run. Skip for no time limit.": "Session max time. The maximum minutes a session is allowed to run. Skip for no time limit.",
|
|
1789
|
+
"The maximum energy (kWh) allowed per session. Skip for no limit.": "The maximum energy (kWh) allowed per session. Skip for no limit.",
|
|
1790
|
+
"Makes the tariff apply to users of the partner, who is set as owner of the charge point.": "Makes the tariff apply to users of the partner, who is set as owner of the charge point.",
|
|
1791
|
+
"Makes the tariff apply to users of all eMSPs, which are roaming partners.": "Makes the tariff apply to users of all eMSPs, which are roaming partners.",
|
|
1792
|
+
"Makes the tariff valid for non-registered users(ad-hoc charging).": "Makes the tariff valid for non-registered users(ad-hoc charging).",
|
|
1793
|
+
"Sets the amount that would be blocked on the user's card at the start of the session. Required if applyToAdHocUsers is true and one of the following billing strategies is chosen: `Require payment method and authorize certain amount before starting session` or `Require payment method OR minimum amount in balance`.": "Sets the amount that would be blocked on the user's card at the start of the session. Required if applyToAdHocUsers is true and one of the following billing strategies is chosen: `Require payment method and authorize certain amount before starting session` or `Require payment method OR minimum amount in balance`.",
|
|
1794
|
+
"Set the minimum pre-authorized amount threshold. When the remaining ad hoc pre-authorized amount falls below this value, the charging session will automatically stop to prevent revenue loss.": "Set the minimum pre-authorized amount threshold. When the remaining ad hoc pre-authorized amount falls below this value, the charging session will automatically stop to prevent revenue loss.",
|
|
1795
|
+
"Users of specific Partners. Provide a list of partner IDs. Matches if the user is a invited to at least one of the partners.": "Users of specific Partners. Provide a list of partner IDs. Matches if the user is a invited to at least one of the partners.",
|
|
1796
|
+
"Users with a specific group. Provide a list of user groups. Matches if the user is a member of at least one of the groups.": "Users with a specific group. Provide a list of user groups. Matches if the user is a member of at least one of the groups.",
|
|
1797
|
+
"An array of user group IDs. Users with a specific group. Provide a list of user group IDs.": "An array of user group IDs. Users with a specific group. Provide a list of user group IDs.",
|
|
1798
|
+
"Users with a specific subscription plan. Provide a list of subscription plan IDs. Matches if the user has active one of the subscription plans.": "Users with a specific subscription plan. Provide a list of subscription plan IDs. Matches if the user has active one of the subscription plans.",
|
|
1799
|
+
"The date from which the tariff becomes valid.": "The date from which the tariff becomes valid.",
|
|
1800
|
+
"The expiry date of the tariff. The tariff is valid until this date inclusive.": "The expiry date of the tariff. The tariff is valid until this date inclusive.",
|
|
1801
|
+
"The assigned Partner will have access to make changes to the tariff.": "The assigned Partner will have access to make changes to the tariff.",
|
|
1802
|
+
"The default information that would be shown on the display of the charge point without the user having authorized themselves.": "The default information that would be shown on the display of the charge point without the user having authorized themselves.",
|
|
1803
|
+
"The information that would be shown on the display of the charge point when offline.": "The information that would be shown on the display of the charge point when offline.",
|
|
1804
|
+
"References the internal integration configuration that enables this tariff type": "References the internal integration configuration that enables this tariff type",
|
|
1805
|
+
"Email address to send the invoice": "Email address to send the invoice",
|
|
1806
|
+
"Reference to the payment processor or payment terminal where more information about the transaction could be checked.": "Reference to the payment processor or payment terminal where more information about the transaction could be checked.",
|
|
1807
|
+
"ISO 8601 formatted date. Lists only the transactions created after this datetime": "ISO 8601 formatted date. Lists only the transactions created after this datetime",
|
|
1808
|
+
"ISO 8601 formatted date. Lists only the transactions created before this datetime": "ISO 8601 formatted date. Lists only the transactions created before this datetime",
|
|
1809
|
+
"ISO 8601 formatted date. Lists only the transactions that were last updated after this datetime": "ISO 8601 formatted date. Lists only the transactions that were last updated after this datetime",
|
|
1810
|
+
"ISO 8601 formatted date. Lists only the transactions that were last updated before this datetime": "ISO 8601 formatted date. Lists only the transactions that were last updated before this datetime",
|
|
1811
|
+
"Only list transactions by type of payment method": "Only list transactions by type of payment method",
|
|
1812
|
+
"Only list transactions by a certain user": "Only list transactions by a certain user",
|
|
1813
|
+
"Only list transaction by invoice number": "Only list transaction by invoice number",
|
|
1814
|
+
"Only list transaction in this status": "Only list transaction in this status",
|
|
1815
|
+
"Only list transaction with this session id": "Only list transaction with this session id",
|
|
1816
|
+
"Only list transactions with specific ref number.": "Only list transactions with specific ref number.",
|
|
1817
|
+
"Only list transactions with the selected billing type.": "Only list transactions with the selected billing type.",
|
|
1818
|
+
"Only list transactions with specific payment terminal id.": "Only list transactions with specific payment terminal id.",
|
|
1819
|
+
"ISO 8601 formatted date. Lists only the transactions finalized before this datetime": "ISO 8601 formatted date. Lists only the transactions finalized before this datetime",
|
|
1820
|
+
"ISO 8601 formatted date. Lists only the transactions finalized after this datetime": "ISO 8601 formatted date. Lists only the transactions finalized after this datetime",
|
|
1821
|
+
"Only list transactions paid with this specific voucher id.": "Only list transactions paid with this specific voucher id.",
|
|
1822
|
+
"Only list transactions with the specified purchase type(s). Determines what the transaction was for based on its associated entity.": "Only list transactions with the specified purchase type(s). Determines what the transaction was for based on its associated entity.",
|
|
1823
|
+
"Required when `methodType` is `card`.": "Required when `methodType` is `card`.",
|
|
1824
|
+
"Required when `methodType` is `bank_transfer`.": "Required when `methodType` is `bank_transfer`.",
|
|
1825
|
+
"Required when `methodType` is `wallet`.": "Required when `methodType` is `wallet`.",
|
|
1826
|
+
"Deprecated, please use `methodType` and `cardNetwork` instead.": "Deprecated, please use `methodType` and `cardNetwork` instead.",
|
|
1827
|
+
"The subscription will be valid until this end date": "The subscription will be valid until this end date",
|
|
1828
|
+
"Enable the auto-renewal of the subscription after the end date": "Enable the auto-renewal of the subscription after the end date",
|
|
1829
|
+
"Shown to the user and also added to the user's bank statement (if the payment method is a bank card).": "Shown to the user and also added to the user's bank statement (if the payment method is a bank card).",
|
|
1830
|
+
"The ID of the payment method, as returned by the payment method listing (User / Payment Method / Listing). When left empty or null, it would take the balance and if the balance is insufficient, would reject the action. Corporate billing is not supported as a payment method.": "The ID of the payment method, as returned by the payment method listing (User / Payment Method / Listing). When left empty or null, it would take the balance and if the balance is insufficient, would reject the action. Corporate billing is not supported as a payment method.",
|
|
1831
|
+
"The reason for the cancellation. It would be included in the Audit logs.": "The reason for the cancellation. It would be included in the Audit logs.",
|
|
1832
|
+
"* `enabled` Enabled - the user is allowed to use the system\n* `disabled` Disabled - the user is NOT allowed to use the system\n": "* `enabled` Enabled - the user is allowed to use the system\n* `disabled` Disabled - the user is NOT allowed to use the system\n",
|
|
1833
|
+
"The code of the voucher that should be redeemed.": "The code of the voucher that should be redeemed.",
|
|
1834
|
+
"Only list users that belong to a certain user group": "Only list users that belong to a certain user group",
|
|
1835
|
+
"Only list users attached to the partner.": "Only list users attached to the partner.",
|
|
1836
|
+
"Only list users with specific external id": "Only list users with specific external id",
|
|
1837
|
+
"Only list user with specific email": "Only list user with specific email",
|
|
1838
|
+
"Only list records with specific external application data. You can use a dot notation to search for nested properties. For example, `filter[externalAppData.property1.property2]=value`.": "Only list records with specific external application data. You can use a dot notation to search for nested properties. For example, `filter[externalAppData.property1.property2]=value`.",
|
|
1839
|
+
"ISO 8601 formatted date. Lists only the users that were last updated on and after this datetime": "ISO 8601 formatted date. Lists only the users that were last updated on and after this datetime",
|
|
1840
|
+
"ISO 8601 formatted date. Lists only the users that were last updated on and before this datetime": "ISO 8601 formatted date. Lists only the users that were last updated on and before this datetime",
|
|
1841
|
+
"Sets a requirement for the user to set a new password when they next open the app. After a new password is set, this option resets automatically.": "Sets a requirement for the user to set a new password when they next open the app. After a new password is set, this option resets automatically.",
|
|
1842
|
+
"The language and regional settings to use in the app.\n\n**Only available** if the option to update the user locale has been enabled for the operator.\n": "The language and regional settings to use in the app.\n\n**Only available** if the option to update the user locale has been enabled for the operator.\n",
|
|
1843
|
+
"Third party identifier of the user": "Third party identifier of the user",
|
|
1844
|
+
"Determine the number of sessions a user could start - single or multiple simultaneous sessions, or whether the user could start simultaneous sessions with several Id Tags.": "Determine the number of sessions a user could start - single or multiple simultaneous sessions, or whether the user could start simultaneous sessions with several Id Tags.",
|
|
1845
|
+
"Indicates whether the user has opted into receiving news and promotions. To opt in, set this field to 'true'; otherwise, set it to 'false'.": "Indicates whether the user has opted into receiving news and promotions. To opt in, set this field to 'true'; otherwise, set it to 'false'.",
|
|
1846
|
+
"IBAN that is provided for the user.": "IBAN that is provided for the user.",
|
|
1847
|
+
"Name of the Bank for which the user has provided IBAN.": "Name of the Bank for which the user has provided IBAN.",
|
|
1848
|
+
"Address of the user's Bank.": "Address of the user's Bank.",
|
|
1849
|
+
"Bank code assigned by a central bank, a bank supervisory body or a Bankers Association in the country.": "Bank code assigned by a central bank, a bank supervisory body or a Bankers Association in the country.",
|
|
1850
|
+
"Bank account ID provided by the user.": "Bank account ID provided by the user.",
|
|
1851
|
+
"Type of account the user has provided.": "Type of account the user has provided.",
|
|
1852
|
+
"A optional unique string that is used to prevent replay attacks. It's generated by the server, the client should pass it if the user is being created from an external sign up embedded web app and needs to automatically log in the user in the mobile app after creation.": "A optional unique string that is used to prevent replay attacks. It's generated by the server, the client should pass it if the user is being created from an external sign up embedded web app and needs to automatically log in the user in the mobile app after creation.",
|
|
1853
|
+
"Updates the user's preference for receiving news and promotions. To change their preference, update this field to 'true' to opt in, or 'false' to opt out.": "Updates the user's preference for receiving news and promotions. To change their preference, update this field to 'true' to opt in, or 'false' to opt out.",
|
|
1854
|
+
"The type of the tokenized payment method. If not provided - defaults to card": "The type of the tokenized payment method. If not provided - defaults to card",
|
|
1855
|
+
"The type of the bank transfer. Required if `tokenizedType` is `bank_transfer`": "The type of the bank transfer. Required if `tokenizedType` is `bank_transfer`",
|
|
1856
|
+
"The ID of the Transaction object, created when you initiated the request.": "The ID of the Transaction object, created when you initiated the request.",
|
|
1857
|
+
"ISO 8601 formatted date. Lists only the authorizations created after this datetime": "ISO 8601 formatted date. Lists only the authorizations created after this datetime",
|
|
1858
|
+
"ISO 8601 formatted date. Lists only the authorizations created before this datetime": "ISO 8601 formatted date. Lists only the authorizations created before this datetime",
|
|
1859
|
+
"ISO 8601 formatted date. Lists only the authorizations that were last updated after this datetime": "ISO 8601 formatted date. Lists only the authorizations that were last updated after this datetime",
|
|
1860
|
+
"ISO 8601 formatted date. Lists only the authorizations that were last updated before this datetime": "ISO 8601 formatted date. Lists only the authorizations that were last updated before this datetime",
|
|
1861
|
+
"Lists only authorizations with one of the following statuses: \"accepted\", \"rejected\", \"pending\"": "Lists only authorizations with one of the following statuses: \"accepted\", \"rejected\", \"pending\"",
|
|
1862
|
+
"Lists only authorizations with one of the following methods: \"mobile_device\", \"rfid_tag\", \"admin_account\", \"plug_and_charge\", \"plug_and_charge_iso15118\", \"roaming\", \"payment_terminal\"": "Lists only authorizations with one of the following methods: \"mobile_device\", \"rfid_tag\", \"admin_account\", \"plug_and_charge\", \"plug_and_charge_iso15118\", \"roaming\", \"payment_terminal\"",
|
|
1863
|
+
"Lists only authorizations of users who are associated to a particular partner": "Lists only authorizations of users who are associated to a particular partner",
|
|
1864
|
+
"Filter by booking request status": "Filter by booking request status",
|
|
1865
|
+
"Filter by user ID": "Filter by user ID",
|
|
1866
|
+
"Filter by location ID": "Filter by location ID",
|
|
1867
|
+
"Filter requests with start time after this date": "Filter requests with start time after this date",
|
|
1868
|
+
"Filter requests with start time before this date": "Filter requests with start time before this date",
|
|
1869
|
+
"Filter requests with end time after this date": "Filter requests with end time after this date",
|
|
1870
|
+
"Filter requests with end time before this date": "Filter requests with end time before this date",
|
|
1871
|
+
"Filter requests that were created after this date": "Filter requests that were created after this date",
|
|
1872
|
+
"Filter requests that were created before this date": "Filter requests that were created before this date",
|
|
1873
|
+
"Filter by booking status": "Filter by booking status",
|
|
1874
|
+
"Filter bookings with start time after this date": "Filter bookings with start time after this date",
|
|
1875
|
+
"Filter bookings with start time before this date": "Filter bookings with start time before this date",
|
|
1876
|
+
"Filter bookings with end time after this date": "Filter bookings with end time after this date",
|
|
1877
|
+
"Filter bookings with end time before this date": "Filter bookings with end time before this date",
|
|
1878
|
+
"Include additional information in the response. The following options are available:\n- **bookedEvses**: Include information about the EVSEs linked to this booking\n": "Include additional information in the response. The following options are available:\n- **bookedEvses**: Include information about the EVSEs linked to this booking\n",
|
|
1879
|
+
"Filters CDRs by the start time, selecting records with a start time equal to or later than the specified value. The date-time should be formatted according to ISO 8601 standards.": "Filters CDRs by the start time, selecting records with a start time equal to or later than the specified value. The date-time should be formatted according to ISO 8601 standards.",
|
|
1880
|
+
"Filters CDRs by the start time, selecting records with a start time equal to or earlier than the specified value. This filter helps in selecting records up to a certain start time. The provided date-time should be in ISO 8601 format.": "Filters CDRs by the start time, selecting records with a start time equal to or earlier than the specified value. This filter helps in selecting records up to a certain start time. The provided date-time should be in ISO 8601 format.",
|
|
1881
|
+
"This filter retrieves CDRs with an end time equal to or later than the specified value. It helps filter records based on the end of a timeframe, ensuring that only records ending after a certain point are selected. The date-time format should adhere to ISO 8601 standards.": "This filter retrieves CDRs with an end time equal to or later than the specified value. It helps filter records based on the end of a timeframe, ensuring that only records ending after a certain point are selected. The date-time format should adhere to ISO 8601 standards.",
|
|
1882
|
+
"Filters CDRs based on their end time, selecting those with an end time equal to or earlier than the provided value. This filter limits the selection to records that conclude by a certain time. The date-time should be in ISO 8601 format.": "Filters CDRs based on their end time, selecting those with an end time equal to or earlier than the provided value. This filter limits the selection to records that conclude by a certain time. The date-time should be in ISO 8601 format.",
|
|
1883
|
+
"Only CDRs associated with a specific Roaming Operator/Provider.": "Only CDRs associated with a specific Roaming Operator/Provider.",
|
|
1884
|
+
"Only CDRs linked to a specific Roaming Platform.": "Only CDRs linked to a specific Roaming Platform.",
|
|
1885
|
+
"Filters CDRs by the unique identifier within the CPO’s platform (and sub-operator platforms). If you use this filter, it will return a single result.": "Filters CDRs by the unique identifier within the CPO’s platform (and sub-operator platforms). If you use this filter, it will return a single result.",
|
|
1886
|
+
"Only Credit CDRs.": "Only Credit CDRs.",
|
|
1887
|
+
"If true only CDRs that we issued as CPO will be returned, if false only CDRs that we received as eMSP will be returned.": "If true only CDRs that we issued as CPO will be returned, if false only CDRs that we received as eMSP will be returned.",
|
|
1888
|
+
"Filters CDRs by the time when received from CPOs, selecting records with a received time equal to or later than the specified value. This filter helps in selecting received records from a certain time and works for non local CDRs. The provided date-time should be following the ISO 8601 standard.": "Filters CDRs by the time when received from CPOs, selecting records with a received time equal to or later than the specified value. This filter helps in selecting received records from a certain time and works for non local CDRs. The provided date-time should be following the ISO 8601 standard.",
|
|
1889
|
+
"Filters CDRs by the time when received from CPOs, selecting records with a start time equal to or earlier than the specified value. This filter helps in selecting received records up to a certain time and works for non local CDRs. The provided date-time should be following the ISO 8601 standard.": "Filters CDRs by the time when received from CPOs, selecting records with a start time equal to or earlier than the specified value. This filter helps in selecting received records up to a certain time and works for non local CDRs. The provided date-time should be following the ISO 8601 standard.",
|
|
1890
|
+
"Filters CDRs by the time when sent to EMSP, selecting records with a sent time equal to or later than the specified value. This filter helps in selecting sent records from a certain time and works for local CDRs. The provided date-time should be following the ISO 8601 standard.": "Filters CDRs by the time when sent to EMSP, selecting records with a sent time equal to or later than the specified value. This filter helps in selecting sent records from a certain time and works for local CDRs. The provided date-time should be following the ISO 8601 standard.",
|
|
1891
|
+
"Filters CDRs by the time when sent to EMSP, selecting records with a sent time equal to or earlier than the specified value. This filter helps in selecting sent records from a certain time and works for local CDRs. The provided date-time should be following the ISO 8601 standard.": "Filters CDRs by the time when sent to EMSP, selecting records with a sent time equal to or earlier than the specified value. This filter helps in selecting sent records from a certain time and works for local CDRs. The provided date-time should be following the ISO 8601 standard.",
|
|
1892
|
+
"Filters CDRs that were sent to the EMSP based on their delivery status.\nUse this dropdown filter to retrieve CDRs with one of the following statuses:\n - `success`: CDRs successfully **accepted** by the EMSP.\n - `fail`: CDRs that were **rejected** (not accepted) by the EMSP.\n": "Filters CDRs that were sent to the EMSP based on their delivery status.\nUse this dropdown filter to retrieve CDRs with one of the following statuses:\n - `success`: CDRs successfully **accepted** by the EMSP.\n - `fail`: CDRs that were **rejected** (not accepted) by the EMSP.\n",
|
|
1893
|
+
"Specify parent circuit in Multi-level DLM. Circuits used in flexibility assets or using load balancing integration can not be used in Multi-level DLM.\n": "Specify parent circuit in Multi-level DLM. Circuits used in flexibility assets or using load balancing integration can not be used in Multi-level DLM.\n",
|
|
1894
|
+
"`R` stands for `L1`, </br>\n`S` - for `L2` </br>\n`T` - for `L3` </br>\nSo for example `RST` = `L1`, `L2`, `L3`, while `RTS` = `L1`, `L3`, `L2`, etc. </br>\nThe field is mandatory for Multi-level DLM when the `phases` value is `three_phase`.\n": "`R` stands for `L1`, </br>\n`S` - for `L2` </br>\n`T` - for `L3` </br>\nSo for example `RST` = `L1`, `L2`, `L3`, while `RTS` = `L1`, `L3`, `L2`, etc. </br>\nThe field is mandatory for Multi-level DLM when the `phases` value is `three_phase`.\n",
|
|
1895
|
+
"Specifies the active line conductors used in the circuit. </br>\nSingle phase values (`phases` = `single_phase`): `L1`, `L2`, `L3` - Valid in `star` electrical configuration </br>\nSplit phase values (`phases` = `split_phase`): `L1_L2`, `L2_L3`, `L1_L3` - Valid in `star` electrical configuration </br>\nThis field is mandatory for Multi-level DLM when the `phases` value is `single_phase` or `split_phase`.\n": "Specifies the active line conductors used in the circuit. </br>\nSingle phase values (`phases` = `single_phase`): `L1`, `L2`, `L3` - Valid in `star` electrical configuration </br>\nSplit phase values (`phases` = `split_phase`): `L1_L2`, `L2_L3`, `L1_L3` - Valid in `star` electrical configuration </br>\nThis field is mandatory for Multi-level DLM when the `phases` value is `single_phase` or `split_phase`.\n",
|
|
1896
|
+
"Defines the type of electrical configuration of the circuit. A circuit must have the same electrical configuration as its parent circuit. To maintain safety and compatibility, only charge points with an identical electrical configuration to the circuit can be added. To modify a circuit's electrical configuration, all charge points with a different configuration must first be removed through Actions / Detach Charge Point. The available options are </br> `star` - TN system - Star (Y) (default)</br> `delta` - ": "Defines the type of electrical configuration of the circuit. A circuit must have the same electrical configuration as its parent circuit. To maintain safety and compatibility, only charge points with an identical electrical configuration to the circuit can be added. To modify a circuit's electrical configuration, all charge points with a different configuration must first be removed through Actions / Detach Charge Point. The available options are </br> `star` - TN system - Star (Y) (default)</br> `delta` - IT system - Delta (Δ)</br>",
|
|
1897
|
+
"The current (A) limit for the whole circuit. This would usually be the circuit breaker rated current.": "The current (A) limit for the whole circuit. This would usually be the circuit breaker rated current.",
|
|
1898
|
+
"Defines what is the lowest current (A) allowed per charge point. New sessions cannot start if any of the existing ones has to be lowered to less than the set minimum rate. This is to ensure that a connected car vehicle actually charge because the vehicles have a minimum charging rate below which they would not accept the charge. If left empty, there is no minimum.": "Defines what is the lowest current (A) allowed per charge point. New sessions cannot start if any of the existing ones has to be lowered to less than the set minimum rate. This is to ensure that a connected car vehicle actually charge because the vehicles have a minimum charging rate below which they would not accept the charge. If left empty, there is no minimum.",
|
|
1899
|
+
"Sets the limit to 0 when the session enters an idle period.": "Sets the limit to 0 when the session enters an idle period.",
|
|
1900
|
+
"The ID of the Electricity Meter linked to the circuit (if any).": "The ID of the Electricity Meter linked to the circuit (if any).",
|
|
1901
|
+
"The current (A) reserved for other loads on the circuit (non-managed loads) when the Electricity Meter is offline.": "The current (A) reserved for other loads on the circuit (non-managed loads) when the Electricity Meter is offline.",
|
|
1902
|
+
"The id of the load balancing integration (can be found in the Ampeco backend). Provide `null` if you want to disable any load balancing integration and revert back to the Ampeco built-in load balancing.": "The id of the load balancing integration (can be found in the Ampeco backend). Provide `null` if you want to disable any load balancing integration and revert back to the Ampeco built-in load balancing.",
|
|
1903
|
+
"The ID of the User Group the user must be part of or the ID of the Partner from which the user must have an invite from, for the set priority apply for the session.": "The ID of the User Group the user must be part of or the ID of the Partner from which the user must have an invite from, for the set priority apply for the session.",
|
|
1904
|
+
"The priority where 1 is equal to anyone else, 2 is twice as important, 0.5 is half as important.": "The priority where 1 is equal to anyone else, 2 is twice as important, 0.5 is half as important.",
|
|
1905
|
+
"The currency 3-letter code.": "The currency 3-letter code.",
|
|
1906
|
+
"When displaying amounts in this currency, the prefix is added in front of the amount. This could be symbols, for example $ or £.": "When displaying amounts in this currency, the prefix is added in front of the amount. This could be symbols, for example $ or £.",
|
|
1907
|
+
"When displaying amounts in this currency, the suffix is added after the amount.": "When displaying amounts in this currency, the suffix is added after the amount.",
|
|
1908
|
+
"The actual precision of the currency. This is used when charging a payment method or calculating totals.": "The actual precision of the currency. This is used when charging a payment method or calculating totals.",
|
|
1909
|
+
"Used when setting price per kWh and per minute in tariffs.": "Used when setting price per kWh and per minute in tariffs.",
|
|
1910
|
+
"When enabled, the minor currency unit is used to set electricity price threshold for flexible tariffs and to set electricity cost tracking in the home charging app. The minor currency unit for the US dollar, for example, is the cent.": "When enabled, the minor currency unit is used to set electricity price threshold for flexible tariffs and to set electricity cost tracking in the home charging app. The minor currency unit for the US dollar, for example, is the cent.",
|
|
1911
|
+
"The sign or letter for the minor currency unit. For US dollar, for example, this could be \"¢\" or \"c\" for cents.": "The sign or letter for the minor currency unit. For US dollar, for example, this could be \"¢\" or \"c\" for cents.",
|
|
1912
|
+
"Base currency code (ISO 4217)": "Base currency code (ISO 4217)",
|
|
1913
|
+
"Target currency code (ISO 4217)": "Target currency code (ISO 4217)",
|
|
1914
|
+
"The exchange rate from base to target currency": "The exchange rate from base to target currency",
|
|
1915
|
+
"Filter by base currency code": "Filter by base currency code",
|
|
1916
|
+
"Filter by target currency code": "Filter by target currency code",
|
|
1917
|
+
"Filter by records updated before a specific datetime": "Filter by records updated before a specific datetime",
|
|
1918
|
+
"Filter by records updated after a specific datetime": "Filter by records updated after a specific datetime",
|
|
1919
|
+
"The ID of the charge point.": "The ID of the charge point.",
|
|
1920
|
+
"Only list EVSEs on a certain charge point": "Only list EVSEs on a certain charge point",
|
|
1921
|
+
"Only list EVSEs, identified by id (QR Code)": "Only list EVSEs, identified by id (QR Code)",
|
|
1922
|
+
"Only list EVSEs, identified by externalId": "Only list EVSEs, identified by externalId",
|
|
1923
|
+
"If true, only roaming EVSEs will be returned. If false, only local EVSEs will be returned. If not passing, all EVSEs will be returned.": "If true, only roaming EVSEs will be returned. If false, only local EVSEs will be returned. If not passing, all EVSEs will be returned.",
|
|
1924
|
+
"Filter by charge point vendor IDs.": "Filter by charge point vendor IDs.",
|
|
1925
|
+
"Filter by charge point model IDs.": "Filter by charge point model IDs.",
|
|
1926
|
+
"Filter by firmware version string. Matches both exact versions and versions that begin with the search string (e.g., \"1.2\" will match exactly \"1.2\" as well as versions like \"1.2.0\", \"1.2.3\", etc.).": "Filter by firmware version string. Matches both exact versions and versions that begin with the search string (e.g., \"1.2\" will match exactly \"1.2\" as well as versions like \"1.2.0\", \"1.2.3\", etc.).",
|
|
1927
|
+
"The status of the installer job": "The status of the installer job",
|
|
1928
|
+
"Lists the installer jobs that have been created after the specified date and time, please provide the value as an ISO 8601 formatted date": "Lists the installer jobs that have been created after the specified date and time, please provide the value as an ISO 8601 formatted date",
|
|
1929
|
+
"Lists the installer jobs that have been created before the specified date and time, please provide the value as an ISO 8601 formatted date": "Lists the installer jobs that have been created before the specified date and time, please provide the value as an ISO 8601 formatted date",
|
|
1930
|
+
"Lists the installer jobs that have been last updated after the specified date and time, please provide the value as an ISO 8601 formatted date": "Lists the installer jobs that have been last updated after the specified date and time, please provide the value as an ISO 8601 formatted date",
|
|
1931
|
+
"Lists the installer jobs that have been last updated before the specified date and time, please provide the value as an ISO 8601 formatted date": "Lists the installer jobs that have been last updated before the specified date and time, please provide the value as an ISO 8601 formatted date",
|
|
1932
|
+
"The ID of the installation and maintenance company which the installer job is assigned to": "The ID of the installation and maintenance company which the installer job is assigned to",
|
|
1933
|
+
"The ID of the installer admin if such is assigned to the installer job, if passed pin will be ignored": "The ID of the installer admin if such is assigned to the installer job, if passed pin will be ignored",
|
|
1934
|
+
"The PIN of the installer job, it is used to verify access rights to execute the installer job, if passed and no installerAdminId is provided, the pin will be assigned to the installer job": "The PIN of the installer job, it is used to verify access rights to execute the installer job, if passed and no installerAdminId is provided, the pin will be assigned to the installer job",
|
|
1935
|
+
"Only list invoices issued after this time": "Only list invoices issued after this time",
|
|
1936
|
+
"Only list invoices issued before this time": "Only list invoices issued before this time",
|
|
1937
|
+
"The contract is effective from the first of the selected month.": "The contract is effective from the first of the selected month.",
|
|
1938
|
+
"The contract expires at the last day of the selected month. If nothing is selected, there is no expiration date.": "The contract expires at the last day of the selected month. If nothing is selected, there is no expiration date.",
|
|
1939
|
+
"Allows the partner to start/stop session, unlock connector, trigger message, set a charging profile and get the composite schedule.": "Allows the partner to start/stop session, unlock connector, trigger message, set a charging profile and get the composite schedule.",
|
|
1940
|
+
"Allows the partner to make reservations.": "Allows the partner to make reservations.",
|
|
1941
|
+
"Allows the partner to cancel reservations.": "Allows the partner to cancel reservations.",
|
|
1942
|
+
"Allows the partner to reset charge points.": "Allows the partner to reset charge points.",
|
|
1943
|
+
"Allows the partner to make firmware updates to the charge points.": "Allows the partner to make firmware updates to the charge points.",
|
|
1944
|
+
"If the tariff has a Connection fee, this fee would not be included in the revenue sharing with the Partner and will remain entirely for the Operator.": "If the tariff has a Connection fee, this fee would not be included in the revenue sharing with the Partner and will remain entirely for the Operator.",
|
|
1945
|
+
"The cost of the electricity would first be deducted from the collected revenue and then the Revenue sharing rules will be applied.": "The cost of the electricity would first be deducted from the collected revenue and then the Revenue sharing rules will be applied.",
|
|
1946
|
+
"If set to true, the Partner would receive not only their share of the revenue but also a reimbursement for the cost of the electricity.": "If set to true, the Partner would receive not only their share of the revenue but also a reimbursement for the cost of the electricity.",
|
|
1947
|
+
"Additional flat fee that is applied for every billed session and subtracted from the Partner’s share of the revenue for each session on AC Charging Station.": "Additional flat fee that is applied for every billed session and subtracted from the Partner’s share of the revenue for each session on AC Charging Station.",
|
|
1948
|
+
"Additional flat fee that is applied for every billed session and subtracted from the Partner’s share of the revenue for each session on DC Charging Station.": "Additional flat fee that is applied for every billed session and subtracted from the Partner’s share of the revenue for each session on DC Charging Station.",
|
|
1949
|
+
"Additional flat fee that is applied for every billed kWh and subtracted from the Partner's share of the revenue for each kWh billed on AC Charging Station.": "Additional flat fee that is applied for every billed kWh and subtracted from the Partner's share of the revenue for each kWh billed on AC Charging Station.",
|
|
1950
|
+
"Additional flat fee that is applied for every billed kWh and subtracted from the Partner's share of the revenue for each kWh billed on DC Charging Station.": "Additional flat fee that is applied for every billed kWh and subtracted from the Partner's share of the revenue for each kWh billed on DC Charging Station.",
|
|
1951
|
+
"Additional percentage fee to be applied on the total amount paid by the user for the session. This fee is then subtracted from the Partner's share of the revenue. This fee is available only if the feature \"Additional Platform Fees\" is enabled for the system.": "Additional percentage fee to be applied on the total amount paid by the user for the session. This fee is then subtracted from the Partner's share of the revenue. This fee is available only if the feature \"Additional Platform Fees\" is enabled for the system.",
|
|
1952
|
+
"The provided amount should be excluding VAT.": "The provided amount should be excluding VAT.",
|
|
1953
|
+
"Only list expenses associated with a certain partner": "Only list expenses associated with a certain partner",
|
|
1954
|
+
"Only list expenses associated with a certain settlement report": "Only list expenses associated with a certain settlement report",
|
|
1955
|
+
"Only list revenue by origin": "Only list revenue by origin",
|
|
1956
|
+
"3-letter currency code (ISO 4217). Only list expenses by currency": "3-letter currency code (ISO 4217). Only list expenses by currency",
|
|
1957
|
+
"Only list invites in this status": "Only list invites in this status",
|
|
1958
|
+
"Only list partner invite records accepted by a certain user": "Only list partner invite records accepted by a certain user",
|
|
1959
|
+
"Only list partner invite records sent to a particular email address": "Only list partner invite records sent to a particular email address",
|
|
1960
|
+
"Required by default. Prohibited if sendViaEmail is false.": "Required by default. Prohibited if sendViaEmail is false.",
|
|
1961
|
+
"The language of the e-mail sent to the invitee. If none selected, the default end-users language will be used. Prohibited if `sendViaEmail` is false.": "The language of the e-mail sent to the invitee. If none selected, the default end-users language will be used. Prohibited if `sendViaEmail` is false.",
|
|
1962
|
+
"Required if allowCorporateAccountBilling is true.": "Required if allowCorporateAccountBilling is true.",
|
|
1963
|
+
"Only list revenue associated with a certain partner": "Only list revenue associated with a certain partner",
|
|
1964
|
+
"Only list revenue associated with a certain settlement report": "Only list revenue associated with a certain settlement report",
|
|
1965
|
+
"3-letter currency code (ISO 4217). Only list revenue by currency": "3-letter currency code (ISO 4217). Only list revenue by currency",
|
|
1966
|
+
"Lists partners from the specified country": "Lists partners from the specified country",
|
|
1967
|
+
"Lists partners with the specified regNo": "Lists partners with the specified regNo",
|
|
1968
|
+
"Only list partner, identified by the externalId": "Only list partner, identified by the externalId",
|
|
1969
|
+
"The Partner's business name is used when showing the name of the Partner to EV drivers and admin users. If not provided, the `name` will be used instead.": "The Partner's business name is used when showing the name of the Partner to EV drivers and admin users. If not provided, the `name` will be used instead.",
|
|
1970
|
+
"Company name of the Partner": "Company name of the Partner",
|
|
1971
|
+
"When set to false the API tokens related to this partner would not receive the users' balance in the response.": "When set to false the API tokens related to this partner would not receive the users' balance in the response.",
|
|
1972
|
+
"Allows the Partner to update the tariff pricing.": "Allows the Partner to update the tariff pricing.",
|
|
1973
|
+
"In addition to `allowToControlTariffs`, the Partner would also be able to manage Tariff Groups - attach and remove Tariffs, change Tariffs order in the Tariff Group.": "In addition to `allowToControlTariffs`, the Partner would also be able to manage Tariff Groups - attach and remove Tariffs, change Tariffs order in the Tariff Group.",
|
|
1974
|
+
"Third party identifier of the partner": "Third party identifier of the partner",
|
|
1975
|
+
"IBAN that is provided for the partner.": "IBAN that is provided for the partner.",
|
|
1976
|
+
"Name of the Bank for which the partner has provided IBAN.": "Name of the Bank for which the partner has provided IBAN.",
|
|
1977
|
+
"Address of the partner's Bank.": "Address of the partner's Bank.",
|
|
1978
|
+
"Bank account ID provided by the partner.": "Bank account ID provided by the partner.",
|
|
1979
|
+
"Type of account the Partner has provided.": "Type of account the Partner has provided.",
|
|
1980
|
+
"Company name of the Partner.": "Company name of the Partner.",
|
|
1981
|
+
"When country is not in US, AU, CA, UM or RO, you can provide the region.": "When country is not in US, AU, CA, UM or RO, you can provide the region.",
|
|
1982
|
+
"Third party identifier of the partner.": "Third party identifier of the partner.",
|
|
1983
|
+
"Only list Receipts with a certain user id": "Only list Receipts with a certain user id",
|
|
1984
|
+
"Only list Receipts with specific VAT id": "Only list Receipts with specific VAT id",
|
|
1985
|
+
"Only list reservations for specific EVSE by ID": "Only list reservations for specific EVSE by ID",
|
|
1986
|
+
"Only list reservations for a specific user by ID": "Only list reservations for a specific user by ID",
|
|
1987
|
+
"Only list reservations with this status": "Only list reservations with this status",
|
|
1988
|
+
"Date from based on reserved at attribute": "Date from based on reserved at attribute",
|
|
1989
|
+
"Date to based on reserved at attribute": "Date to based on reserved at attribute",
|
|
1990
|
+
"Type of critical security events that are pushed from the Charge Point to the backend.": "Type of critical security events that are pushed from the Charge Point to the backend.",
|
|
1991
|
+
"Only list sessions on a certain EVSE": "Only list sessions on a certain EVSE",
|
|
1992
|
+
"Only list sessions on a certain Charge Point": "Only list sessions on a certain Charge Point",
|
|
1993
|
+
"Only list sessions on a certain EVSE, identified by the phisicalReference": "Only list sessions on a certain EVSE, identified by the phisicalReference",
|
|
1994
|
+
"Only list sessions on a certain Charge Point, identified by the NetworkId": "Only list sessions on a certain Charge Point, identified by the NetworkId",
|
|
1995
|
+
"Only list sessions on Charge Points with last boot notification that had this charge_point_serial_number": "Only list sessions on Charge Points with last boot notification that had this charge_point_serial_number",
|
|
1996
|
+
"Only list sessions on Charge Points with last boot notification that had this vendor": "Only list sessions on Charge Points with last boot notification that had this vendor",
|
|
1997
|
+
"Only list sessions identified by the start time being after this datetime": "Only list sessions identified by the start time being after this datetime",
|
|
1998
|
+
"Only list sessions identified by the start time being before this datetime": "Only list sessions identified by the start time being before this datetime",
|
|
1999
|
+
"Only list sessions by a certain user": "Only list sessions by a certain user",
|
|
2000
|
+
"Only list session in this status": "Only list session in this status",
|
|
2001
|
+
"Only list sessions identified by the end time being after this datetime": "Only list sessions identified by the end time being after this datetime",
|
|
2002
|
+
"Only list sessions identified by the end time being before this datetime": "Only list sessions identified by the end time being before this datetime",
|
|
2003
|
+
"Only list sessions associated with a certain partner": "Only list sessions associated with a certain partner",
|
|
2004
|
+
"Only list sessions associated with partners, assigned to certain sub-operator": "Only list sessions associated with partners, assigned to certain sub-operator",
|
|
2005
|
+
"Only list sessions started with a specific idTag (RFID identifier or remote start identifier)\nA remote start identifier has the format `*XXXXXXX` where the `XXXXXXX` is the session id padded with `0`s on the left\n": "Only list sessions started with a specific idTag (RFID identifier or remote start identifier)\nA remote start identifier has the format `*XXXXXXX` where the `XXXXXXX` is the session id padded with `0`s on the left\n",
|
|
2006
|
+
"`bank_transfer` is used for one-time bank transfers, for saved (tokenized) bank transfers use `tokenized`.": "`bank_transfer` is used for one-time bank transfers, for saved (tokenized) bank transfers use `tokenized`.",
|
|
2007
|
+
"Only list sessions with specific VAT id": "Only list sessions with specific VAT id",
|
|
2008
|
+
"Only list sessions with payment status updated before the specified date and time. Please provide the value in ISO 8601 formatted date.": "Only list sessions with payment status updated before the specified date and time. Please provide the value in ISO 8601 formatted date.",
|
|
2009
|
+
"Only list sessions with payment status updated after the specified date and time. Please provide the value in ISO 8601 formatted date.": "Only list sessions with payment status updated after the specified date and time. Please provide the value in ISO 8601 formatted date.",
|
|
2010
|
+
"Only list sessions with specific receipt id.": "Only list sessions with specific receipt id.",
|
|
2011
|
+
"Filter sessions based on authorization source": "Filter sessions based on authorization source",
|
|
2012
|
+
"Only list sessions in this billing status.": "Only list sessions in this billing status.",
|
|
2013
|
+
"Only list sessions with transaction(s) with specific payment terminal id.": "Only list sessions with transaction(s) with specific payment terminal id.",
|
|
2014
|
+
"Only list sessions initiated on the EVSEs of a specific Roaming operator with a CPO role.": "Only list sessions initiated on the EVSEs of a specific Roaming operator with a CPO role.",
|
|
2015
|
+
"Applicable only when the system uses both payment processor and external billing mode simultaneously. Show or hide subscriptions where users have enabled \"External billing\" (if allowed by the Billing settings).": "Applicable only when the system uses both payment processor and external billing mode simultaneously. Show or hide subscriptions where users have enabled \"External billing\" (if allowed by the Billing settings).",
|
|
2016
|
+
"Only list tariffs managed by certan partner.": "Only list tariffs managed by certan partner.",
|
|
2017
|
+
"Ordered list of tariff ids in the group. Please note that the order is checked from bottom to top, meaning that the tariff with the largest index in that list (in other words that is the lowest in the list), that matches the requirements will apply": "Ordered list of tariff ids in the group. Please note that the order is checked from bottom to top, meaning that the tariff with the largest index in that list (in other words that is the lowest in the list), that matches the requirements will apply",
|
|
2018
|
+
"The assigned Partner will have access to make changes to the tariff group.": "The assigned Partner will have access to make changes to the tariff group.",
|
|
2019
|
+
"Only list enabled or disabled Top-Up Packages": "Only list enabled or disabled Top-Up Packages",
|
|
2020
|
+
"By default is set to `false`.": "By default is set to `false`.",
|
|
2021
|
+
"True returns User Groups that have no Partner associated, false returns User Groups that have a Partner associated.": "True returns User Groups that have no Partner associated, false returns User Groups that have a Partner associated.",
|
|
2022
|
+
"User Groups of a specific Partner.": "User Groups of a specific Partner.",
|
|
2023
|
+
"The partnerId can be updated only if there are no users added to the user group": "The partnerId can be updated only if there are no users added to the user group",
|
|
2024
|
+
"Unique identifier of the Vendor, reported from the Charge point": "Unique identifier of the Vendor, reported from the Charge point",
|
|
2025
|
+
"The code reported from the charge point when the hardwareStatus is faulted": "The code reported from the charge point when the hardwareStatus is faulted",
|
|
2026
|
+
"Description of the error provided by the vendor": "Description of the error provided by the vendor",
|
|
2027
|
+
"Recommended actions by the customer when this error occurs": "Recommended actions by the customer when this error occurs",
|
|
2028
|
+
"Lists only vouchers that are with one of these types `voucher`, `manual_top_up`, `top_up_auto`, `auto_top_up`, `top_up_by_operator`, `api_top_up`, `promo_code`, `subscribe_to_plan`.": "Lists only vouchers that are with one of these types `voucher`, `manual_top_up`, `top_up_auto`, `auto_top_up`, `top_up_by_operator`, `api_top_up`, `promo_code`, `subscribe_to_plan`.",
|
|
2029
|
+
"Lists only the vouchers that are with one of these statuses `enabled`, `disabled`.": "Lists only the vouchers that are with one of these statuses `enabled`, `disabled`.",
|
|
2030
|
+
"Lists only vouchers that are created on a particular date. Please provide the value in the following format `YYYY-MM-DD`.": "Lists only vouchers that are created on a particular date. Please provide the value in the following format `YYYY-MM-DD`.",
|
|
2031
|
+
"Lists only vouchers that are redeemed after the specified date and time. Please provide the value in ISO 8601 formatted date.": "Lists only vouchers that are redeemed after the specified date and time. Please provide the value in ISO 8601 formatted date.",
|
|
2032
|
+
"Lists only vouchers that were redeemed before the specified date and time. Please provide the value in ISO 8601 formatted date.": "Lists only vouchers that were redeemed before the specified date and time. Please provide the value in ISO 8601 formatted date.",
|
|
2033
|
+
"Lists only vouchers that were redeemed by a particular user.": "Lists only vouchers that were redeemed by a particular user.",
|
|
2034
|
+
"Lists only vouchers with expiration date after the specified date. Please provide the value in RFC 3339 formatted date `YYYY-MM-DD`.": "Lists only vouchers with expiration date after the specified date. Please provide the value in RFC 3339 formatted date `YYYY-MM-DD`.",
|
|
2035
|
+
"Lists only vouchers with expiration date before the specified date. Please provide the value in RFC 3339 formatted date `YYYY-MM-DD`.": "Lists only vouchers with expiration date before the specified date. Please provide the value in RFC 3339 formatted date `YYYY-MM-DD`.",
|
|
2036
|
+
"Lists only vouchers with code which contains the specified string. Please provide min 3 chars value.": "Lists only vouchers with code which contains the specified string. Please provide min 3 chars value.",
|
|
2037
|
+
"RFC 3339 formatted date. Defines the date on which the voucher expires. The field can be calculated based on the `redeemedAt` timestamp and the `validityPeriod` field if the `validityPeriod` is set and the `expireDate` is not.": "RFC 3339 formatted date. Defines the date on which the voucher expires. The field can be calculated based on the `redeemedAt` timestamp and the `validityPeriod` field if the `validityPeriod` is set and the `expireDate` is not.",
|
|
2038
|
+
"Defines the validity period for the voucher. When a user redeems the voucher, this period is added to the `redeemedAt` timestamp to calculate the voucher's `expireDate`. This field is only used when `expireDate` is not already set - if `expireDate` has a value, this period is ignored and the defined `expireDate` is used instead.": "Defines the validity period for the voucher. When a user redeems the voucher, this period is added to the `redeemedAt` timestamp to calculate the voucher's `expireDate`. This field is only used when `expireDate` is not already set - if `expireDate` has a value, this period is ignored and the defined `expireDate` is used instead.",
|
|
2039
|
+
"The date before which the voucher should be assigned to user in order to be valid. RFC 3339 formatted date": "The date before which the voucher should be assigned to user in order to be valid. RFC 3339 formatted date",
|
|
2040
|
+
"The prefix of the voucher's code.": "The prefix of the voucher's code.",
|
|
2041
|
+
"The title of the voucher.": "The title of the voucher.",
|
|
2042
|
+
"GET": "GET",
|
|
2043
|
+
"POST": "POST",
|
|
2044
|
+
"PATCH": "PATCH",
|
|
2045
|
+
"PUT": "PUT",
|
|
2046
|
+
"DELETE": "DELETE",
|
|
2047
|
+
"HEAD": "HEAD",
|
|
2048
|
+
"None": "None",
|
|
2049
|
+
"JSON": "JSON",
|
|
2050
|
+
"Form Data": "Form Data",
|
|
2051
|
+
"Raw": "Raw",
|
|
2052
|
+
"Inoperative": "Inoperative",
|
|
2053
|
+
"Operative": "Operative",
|
|
2054
|
+
"hard": "hard",
|
|
2055
|
+
"soft": "soft",
|
|
2056
|
+
"ChargePointMaxProfile": "ChargePointMaxProfile",
|
|
2057
|
+
"TxDefaultProfile": "TxDefaultProfile",
|
|
2058
|
+
"TxProfile": "TxProfile",
|
|
2059
|
+
"Absolute": "Absolute",
|
|
2060
|
+
"Recurring": "Recurring",
|
|
2061
|
+
"Relative": "Relative",
|
|
2062
|
+
"Daily": "Daily",
|
|
2063
|
+
"Weekly": "Weekly",
|
|
2064
|
+
"A": "A",
|
|
2065
|
+
"W": "W",
|
|
2066
|
+
"true": "true",
|
|
2067
|
+
"false": "false",
|
|
2068
|
+
"BootNotification": "BootNotification",
|
|
2069
|
+
"DiagnosticsStatusNotification": "DiagnosticsStatusNotification",
|
|
2070
|
+
"LogStatusNotification": "LogStatusNotification",
|
|
2071
|
+
"FirmwareStatusNotification": "FirmwareStatusNotification",
|
|
2072
|
+
"PublishFirmwareStatusNotification": "PublishFirmwareStatusNotification",
|
|
2073
|
+
"Heartbeat": "Heartbeat",
|
|
2074
|
+
"MeterValues": "MeterValues",
|
|
2075
|
+
"StatusNotification": "StatusNotification",
|
|
2076
|
+
"SignV2GCertificate": "SignV2GCertificate",
|
|
2077
|
+
"SignChargingStationCertificate": "SignChargingStationCertificate",
|
|
2078
|
+
"SignCombinedCertificate": "SignCombinedCertificate",
|
|
2079
|
+
"TransactionEvent": "TransactionEvent",
|
|
2080
|
+
"ChargingStationCertificate": "ChargingStationCertificate",
|
|
2081
|
+
"V2GCertificate": "V2GCertificate",
|
|
2082
|
+
"V2GRootCertificate": "V2GRootCertificate",
|
|
2083
|
+
"MORootCertificate": "MORootCertificate",
|
|
2084
|
+
"CSMSRootCertificate": "CSMSRootCertificate",
|
|
2085
|
+
"ManufacturerRootCertificate": "ManufacturerRootCertificate",
|
|
2086
|
+
"V2GCertificateChain": "V2GCertificateChain",
|
|
2087
|
+
"http": "http",
|
|
2088
|
+
"https": "https",
|
|
2089
|
+
"manual": "manual",
|
|
2090
|
+
"automatic": "automatic",
|
|
2091
|
+
"downtime": "downtime",
|
|
2092
|
+
"exempt": "exempt",
|
|
2093
|
+
"private": "private",
|
|
2094
|
+
"public": "public",
|
|
2095
|
+
"personal": "personal",
|
|
2096
|
+
"cellular": "cellular",
|
|
2097
|
+
"ethernet": "ethernet",
|
|
2098
|
+
"wlan": "wlan",
|
|
2099
|
+
"enabled": "enabled",
|
|
2100
|
+
"disabled": "disabled",
|
|
2101
|
+
"out of order": "out of order",
|
|
2102
|
+
"demo": "demo",
|
|
2103
|
+
"ocpp 1.5": "ocpp 1.5",
|
|
2104
|
+
"ocpp 1.6": "ocpp 1.6",
|
|
2105
|
+
"ocpp 1.6 soap": "ocpp 1.6 soap",
|
|
2106
|
+
"ocpp 2.0.1": "ocpp 2.0.1",
|
|
2107
|
+
"remote_start_stop_capable": "remote_start_stop_capable",
|
|
2108
|
+
"meter_values": "meter_values",
|
|
2109
|
+
"stop_transaction_on_ev_disconnect": "stop_transaction_on_ev_disconnect",
|
|
2110
|
+
"disregard_the_heartbeats": "disregard_the_heartbeats",
|
|
2111
|
+
"display_messages": "display_messages",
|
|
2112
|
+
"private_view_private_use": "private_view_private_use",
|
|
2113
|
+
"private_view_public_use": "private_view_public_use",
|
|
2114
|
+
"public_view_private_use": "public_view_private_use",
|
|
2115
|
+
"none": "none",
|
|
2116
|
+
"direct_ocpp": "direct_ocpp",
|
|
2117
|
+
"via_ocpp_connected_charge_point": "via_ocpp_connected_charge_point",
|
|
2118
|
+
"applied": "applied",
|
|
2119
|
+
"pending": "pending",
|
|
2120
|
+
"rejected": "rejected",
|
|
2121
|
+
"lastBootNotification": "lastBootNotification",
|
|
2122
|
+
"chargingProfile": "chargingProfile",
|
|
2123
|
+
"smartCharging": "smartCharging",
|
|
2124
|
+
"smartChargingPreferences": "smartChargingPreferences",
|
|
2125
|
+
"personalSmartChargingPreferences": "personalSmartChargingPreferences",
|
|
2126
|
+
"availablePersonalSmartChargingModes": "availablePersonalSmartChargingModes",
|
|
2127
|
+
"ac": "ac",
|
|
2128
|
+
"dc": "dc",
|
|
2129
|
+
"110-130": "110-130",
|
|
2130
|
+
"220-240": "220-240",
|
|
2131
|
+
"single_phase": "single_phase",
|
|
2132
|
+
"three_phase": "three_phase",
|
|
2133
|
+
"split_phase": "split_phase",
|
|
2134
|
+
"RST": "RST",
|
|
2135
|
+
"RTS": "RTS",
|
|
2136
|
+
"SRT": "SRT",
|
|
2137
|
+
"STR": "STR",
|
|
2138
|
+
"TRS": "TRS",
|
|
2139
|
+
"TSR": "TSR",
|
|
2140
|
+
"L1": "L1",
|
|
2141
|
+
"L2": "L2",
|
|
2142
|
+
"L3": "L3",
|
|
2143
|
+
"L1_L2": "L1_L2",
|
|
2144
|
+
"L1_L3": "L1_L3",
|
|
2145
|
+
"L2_L3": "L2_L3",
|
|
2146
|
+
"connectors": "connectors",
|
|
2147
|
+
"type1": "type1",
|
|
2148
|
+
"type2": "type2",
|
|
2149
|
+
"type3": "type3",
|
|
2150
|
+
"chademo": "chademo",
|
|
2151
|
+
"ccs1": "ccs1",
|
|
2152
|
+
"ccs2": "ccs2",
|
|
2153
|
+
"schuko": "schuko",
|
|
2154
|
+
"nacs": "nacs",
|
|
2155
|
+
"cee16": "cee16",
|
|
2156
|
+
"cee32": "cee32",
|
|
2157
|
+
"j1772": "j1772",
|
|
2158
|
+
"inductive": "inductive",
|
|
2159
|
+
"nema-5-20": "nema-5-20",
|
|
2160
|
+
"type-e-french": "type-e-french",
|
|
2161
|
+
"type-g-british": "type-g-british",
|
|
2162
|
+
"type-j-swiss": "type-j-swiss",
|
|
2163
|
+
"avcon": "avcon",
|
|
2164
|
+
"gb-t-ac": "gb-t-ac",
|
|
2165
|
+
"gb-t-dc": "gb-t-dc",
|
|
2166
|
+
"chaoji": "chaoji",
|
|
2167
|
+
"nema-6-30": "nema-6-30",
|
|
2168
|
+
"nema-6-50": "nema-6-50",
|
|
2169
|
+
"socket": "socket",
|
|
2170
|
+
"cable": "cable",
|
|
2171
|
+
"User controlled schedule": "User controlled schedule",
|
|
2172
|
+
"Octopus Agile": "Octopus Agile",
|
|
2173
|
+
"Octopus Go": "Octopus Go",
|
|
2174
|
+
"Energi Elspot": "Energi Elspot",
|
|
2175
|
+
"NordPool": "NordPool",
|
|
2176
|
+
"Electricity rate": "Electricity rate",
|
|
2177
|
+
"Disabled": "Disabled",
|
|
2178
|
+
"tod": "tod",
|
|
2179
|
+
"dynamic": "dynamic",
|
|
2180
|
+
"user_schedule": "user_schedule",
|
|
2181
|
+
"ocpp1.6": "ocpp1.6",
|
|
2182
|
+
"ocpp2.0.1": "ocpp2.0.1",
|
|
2183
|
+
"Configuration variable for OCPP 1.6": "Configuration variable for OCPP 1.6",
|
|
2184
|
+
"Configuration variable for OCPP 2.0.1": "Configuration variable for OCPP 2.0.1",
|
|
2185
|
+
"admin_defined": "admin_defined",
|
|
2186
|
+
"octopus_go": "octopus_go",
|
|
2187
|
+
"agile_octopus": "agile_octopus",
|
|
2188
|
+
"elspot": "elspot",
|
|
2189
|
+
"nord_pool": "nord_pool",
|
|
2190
|
+
"mon": "mon",
|
|
2191
|
+
"tue": "tue",
|
|
2192
|
+
"wed": "wed",
|
|
2193
|
+
"thu": "thu",
|
|
2194
|
+
"fri": "fri",
|
|
2195
|
+
"sat": "sat",
|
|
2196
|
+
"sun": "sun",
|
|
2197
|
+
"any": "any",
|
|
2198
|
+
"suspended": "suspended",
|
|
2199
|
+
"rfid": "rfid",
|
|
2200
|
+
"mac_address": "mac_address",
|
|
2201
|
+
"emaid": "emaid",
|
|
2202
|
+
"company_car": "company_car",
|
|
2203
|
+
"private_car": "private_car",
|
|
2204
|
+
"AF": "AF",
|
|
2205
|
+
"AX": "AX",
|
|
2206
|
+
"AL": "AL",
|
|
2207
|
+
"DZ": "DZ",
|
|
2208
|
+
"AS": "AS",
|
|
2209
|
+
"AD": "AD",
|
|
2210
|
+
"AO": "AO",
|
|
2211
|
+
"AI": "AI",
|
|
2212
|
+
"AQ": "AQ",
|
|
2213
|
+
"AG": "AG",
|
|
2214
|
+
"AR": "AR",
|
|
2215
|
+
"AM": "AM",
|
|
2216
|
+
"AW": "AW",
|
|
2217
|
+
"AU": "AU",
|
|
2218
|
+
"AT": "AT",
|
|
2219
|
+
"AZ": "AZ",
|
|
2220
|
+
"BS": "BS",
|
|
2221
|
+
"BH": "BH",
|
|
2222
|
+
"BD": "BD",
|
|
2223
|
+
"BB": "BB",
|
|
2224
|
+
"BY": "BY",
|
|
2225
|
+
"BE": "BE",
|
|
2226
|
+
"BZ": "BZ",
|
|
2227
|
+
"BJ": "BJ",
|
|
2228
|
+
"BM": "BM",
|
|
2229
|
+
"BT": "BT",
|
|
2230
|
+
"BO": "BO",
|
|
2231
|
+
"BQ": "BQ",
|
|
2232
|
+
"BA": "BA",
|
|
2233
|
+
"BW": "BW",
|
|
2234
|
+
"BV": "BV",
|
|
2235
|
+
"BR": "BR",
|
|
2236
|
+
"IO": "IO",
|
|
2237
|
+
"BN": "BN",
|
|
2238
|
+
"BG": "BG",
|
|
2239
|
+
"BF": "BF",
|
|
2240
|
+
"BI": "BI",
|
|
2241
|
+
"KH": "KH",
|
|
2242
|
+
"CM": "CM",
|
|
2243
|
+
"CA": "CA",
|
|
2244
|
+
"CV": "CV",
|
|
2245
|
+
"KY": "KY",
|
|
2246
|
+
"CF": "CF",
|
|
2247
|
+
"TD": "TD",
|
|
2248
|
+
"CL": "CL",
|
|
2249
|
+
"CN": "CN",
|
|
2250
|
+
"CX": "CX",
|
|
2251
|
+
"CC": "CC",
|
|
2252
|
+
"CO": "CO",
|
|
2253
|
+
"KM": "KM",
|
|
2254
|
+
"CG": "CG",
|
|
2255
|
+
"CD": "CD",
|
|
2256
|
+
"CK": "CK",
|
|
2257
|
+
"CR": "CR",
|
|
2258
|
+
"CI": "CI",
|
|
2259
|
+
"HR": "HR",
|
|
2260
|
+
"CU": "CU",
|
|
2261
|
+
"CW": "CW",
|
|
2262
|
+
"CY": "CY",
|
|
2263
|
+
"CZ": "CZ",
|
|
2264
|
+
"DK": "DK",
|
|
2265
|
+
"DJ": "DJ",
|
|
2266
|
+
"DM": "DM",
|
|
2267
|
+
"DO": "DO",
|
|
2268
|
+
"EC": "EC",
|
|
2269
|
+
"EG": "EG",
|
|
2270
|
+
"SV": "SV",
|
|
2271
|
+
"GQ": "GQ",
|
|
2272
|
+
"ER": "ER",
|
|
2273
|
+
"EE": "EE",
|
|
2274
|
+
"ET": "ET",
|
|
2275
|
+
"FK": "FK",
|
|
2276
|
+
"FO": "FO",
|
|
2277
|
+
"FJ": "FJ",
|
|
2278
|
+
"FI": "FI",
|
|
2279
|
+
"FR": "FR",
|
|
2280
|
+
"GF": "GF",
|
|
2281
|
+
"PF": "PF",
|
|
2282
|
+
"TF": "TF",
|
|
2283
|
+
"GA": "GA",
|
|
2284
|
+
"GM": "GM",
|
|
2285
|
+
"GE": "GE",
|
|
2286
|
+
"DE": "DE",
|
|
2287
|
+
"GH": "GH",
|
|
2288
|
+
"GI": "GI",
|
|
2289
|
+
"GR": "GR",
|
|
2290
|
+
"GL": "GL",
|
|
2291
|
+
"GD": "GD",
|
|
2292
|
+
"GP": "GP",
|
|
2293
|
+
"GU": "GU",
|
|
2294
|
+
"GT": "GT",
|
|
2295
|
+
"GG": "GG",
|
|
2296
|
+
"GN": "GN",
|
|
2297
|
+
"GW": "GW",
|
|
2298
|
+
"GY": "GY",
|
|
2299
|
+
"HT": "HT",
|
|
2300
|
+
"HM": "HM",
|
|
2301
|
+
"VA": "VA",
|
|
2302
|
+
"HN": "HN",
|
|
2303
|
+
"HK": "HK",
|
|
2304
|
+
"HU": "HU",
|
|
2305
|
+
"IS": "IS",
|
|
2306
|
+
"IN": "IN",
|
|
2307
|
+
"ID": "ID",
|
|
2308
|
+
"IR": "IR",
|
|
2309
|
+
"IQ": "IQ",
|
|
2310
|
+
"IE": "IE",
|
|
2311
|
+
"IM": "IM",
|
|
2312
|
+
"IL": "IL",
|
|
2313
|
+
"IT": "IT",
|
|
2314
|
+
"JM": "JM",
|
|
2315
|
+
"JP": "JP",
|
|
2316
|
+
"JE": "JE",
|
|
2317
|
+
"JO": "JO",
|
|
2318
|
+
"KZ": "KZ",
|
|
2319
|
+
"KE": "KE",
|
|
2320
|
+
"KI": "KI",
|
|
2321
|
+
"KP": "KP",
|
|
2322
|
+
"KR": "KR",
|
|
2323
|
+
"XK": "XK",
|
|
2324
|
+
"KW": "KW",
|
|
2325
|
+
"KG": "KG",
|
|
2326
|
+
"LA": "LA",
|
|
2327
|
+
"LV": "LV",
|
|
2328
|
+
"LB": "LB",
|
|
2329
|
+
"LS": "LS",
|
|
2330
|
+
"LR": "LR",
|
|
2331
|
+
"LY": "LY",
|
|
2332
|
+
"LI": "LI",
|
|
2333
|
+
"LT": "LT",
|
|
2334
|
+
"LU": "LU",
|
|
2335
|
+
"MO": "MO",
|
|
2336
|
+
"MK": "MK",
|
|
2337
|
+
"MG": "MG",
|
|
2338
|
+
"MW": "MW",
|
|
2339
|
+
"MY": "MY",
|
|
2340
|
+
"MV": "MV",
|
|
2341
|
+
"ML": "ML",
|
|
2342
|
+
"MT": "MT",
|
|
2343
|
+
"MH": "MH",
|
|
2344
|
+
"MQ": "MQ",
|
|
2345
|
+
"MR": "MR",
|
|
2346
|
+
"MU": "MU",
|
|
2347
|
+
"YT": "YT",
|
|
2348
|
+
"MX": "MX",
|
|
2349
|
+
"FM": "FM",
|
|
2350
|
+
"MD": "MD",
|
|
2351
|
+
"MC": "MC",
|
|
2352
|
+
"MN": "MN",
|
|
2353
|
+
"ME": "ME",
|
|
2354
|
+
"MS": "MS",
|
|
2355
|
+
"MA": "MA",
|
|
2356
|
+
"MZ": "MZ",
|
|
2357
|
+
"MM": "MM",
|
|
2358
|
+
"NA": "NA",
|
|
2359
|
+
"NR": "NR",
|
|
2360
|
+
"NP": "NP",
|
|
2361
|
+
"NL": "NL",
|
|
2362
|
+
"NC": "NC",
|
|
2363
|
+
"NZ": "NZ",
|
|
2364
|
+
"NI": "NI",
|
|
2365
|
+
"NE": "NE",
|
|
2366
|
+
"NG": "NG",
|
|
2367
|
+
"NU": "NU",
|
|
2368
|
+
"NF": "NF",
|
|
2369
|
+
"MP": "MP",
|
|
2370
|
+
"NO": "NO",
|
|
2371
|
+
"OM": "OM",
|
|
2372
|
+
"PK": "PK",
|
|
2373
|
+
"PW": "PW",
|
|
2374
|
+
"PS": "PS",
|
|
2375
|
+
"PA": "PA",
|
|
2376
|
+
"PG": "PG",
|
|
2377
|
+
"PY": "PY",
|
|
2378
|
+
"PE": "PE",
|
|
2379
|
+
"PH": "PH",
|
|
2380
|
+
"PN": "PN",
|
|
2381
|
+
"PL": "PL",
|
|
2382
|
+
"PT": "PT",
|
|
2383
|
+
"PR": "PR",
|
|
2384
|
+
"QA": "QA",
|
|
2385
|
+
"RE": "RE",
|
|
2386
|
+
"RO": "RO",
|
|
2387
|
+
"RU": "RU",
|
|
2388
|
+
"RW": "RW",
|
|
2389
|
+
"BL": "BL",
|
|
2390
|
+
"SH": "SH",
|
|
2391
|
+
"KN": "KN",
|
|
2392
|
+
"LC": "LC",
|
|
2393
|
+
"MF": "MF",
|
|
2394
|
+
"PM": "PM",
|
|
2395
|
+
"VC": "VC",
|
|
2396
|
+
"WS": "WS",
|
|
2397
|
+
"SM": "SM",
|
|
2398
|
+
"ST": "ST",
|
|
2399
|
+
"SA": "SA",
|
|
2400
|
+
"SN": "SN",
|
|
2401
|
+
"RS": "RS",
|
|
2402
|
+
"SC": "SC",
|
|
2403
|
+
"SL": "SL",
|
|
2404
|
+
"SG": "SG",
|
|
2405
|
+
"SX": "SX",
|
|
2406
|
+
"SK": "SK",
|
|
2407
|
+
"SI": "SI",
|
|
2408
|
+
"SB": "SB",
|
|
2409
|
+
"SO": "SO",
|
|
2410
|
+
"ZA": "ZA",
|
|
2411
|
+
"GS": "GS",
|
|
2412
|
+
"SS": "SS",
|
|
2413
|
+
"ES": "ES",
|
|
2414
|
+
"LK": "LK",
|
|
2415
|
+
"SD": "SD",
|
|
2416
|
+
"SR": "SR",
|
|
2417
|
+
"SJ": "SJ",
|
|
2418
|
+
"SZ": "SZ",
|
|
2419
|
+
"SE": "SE",
|
|
2420
|
+
"CH": "CH",
|
|
2421
|
+
"SY": "SY",
|
|
2422
|
+
"TW": "TW",
|
|
2423
|
+
"TJ": "TJ",
|
|
2424
|
+
"TZ": "TZ",
|
|
2425
|
+
"TH": "TH",
|
|
2426
|
+
"TL": "TL",
|
|
2427
|
+
"TG": "TG",
|
|
2428
|
+
"TK": "TK",
|
|
2429
|
+
"TO": "TO",
|
|
2430
|
+
"TT": "TT",
|
|
2431
|
+
"TN": "TN",
|
|
2432
|
+
"TR": "TR",
|
|
2433
|
+
"TM": "TM",
|
|
2434
|
+
"TC": "TC",
|
|
2435
|
+
"TV": "TV",
|
|
2436
|
+
"UG": "UG",
|
|
2437
|
+
"UA": "UA",
|
|
2438
|
+
"AE": "AE",
|
|
2439
|
+
"GB": "GB",
|
|
2440
|
+
"US": "US",
|
|
2441
|
+
"UM": "UM",
|
|
2442
|
+
"UY": "UY",
|
|
2443
|
+
"UZ": "UZ",
|
|
2444
|
+
"VU": "VU",
|
|
2445
|
+
"VE": "VE",
|
|
2446
|
+
"VN": "VN",
|
|
2447
|
+
"VG": "VG",
|
|
2448
|
+
"VI": "VI",
|
|
2449
|
+
"WF": "WF",
|
|
2450
|
+
"EH": "EH",
|
|
2451
|
+
"YE": "YE",
|
|
2452
|
+
"ZM": "ZM",
|
|
2453
|
+
"ZW": "ZW",
|
|
2454
|
+
"chargingZones": "chargingZones",
|
|
2455
|
+
"locationImage": "locationImage",
|
|
2456
|
+
"images": "images",
|
|
2457
|
+
"externalAppData": "externalAppData",
|
|
2458
|
+
"AuthorizationNotification": "AuthorizationNotification",
|
|
2459
|
+
"authorization.changed": "authorization.changed",
|
|
2460
|
+
"ChargePointChangedNotification": "ChargePointChangedNotification",
|
|
2461
|
+
"chargePoint.changed": "chargePoint.changed",
|
|
2462
|
+
"evse.changed": "evse.changed",
|
|
2463
|
+
"ChargePointSyncConfigurationNotification": "ChargePointSyncConfigurationNotification",
|
|
2464
|
+
"CircuitConsumptionNotification": "CircuitConsumptionNotification",
|
|
2465
|
+
"circuit.changed": "circuit.changed",
|
|
2466
|
+
"HardwareStatusNotification": "HardwareStatusNotification",
|
|
2467
|
+
"LocationChangedNotification": "LocationChangedNotification",
|
|
2468
|
+
"NetworkStatusNotification": "NetworkStatusNotification",
|
|
2469
|
+
"SecurityEventNotification": "SecurityEventNotification",
|
|
2470
|
+
"SessionMeterValuesNotification": "SessionMeterValuesNotification",
|
|
2471
|
+
"SessionStartStopNotification": "SessionStartStopNotification",
|
|
2472
|
+
"session.start.stop.notification": "session.start.stop.notification",
|
|
2473
|
+
"SessionUpdateNotification": "SessionUpdateNotification",
|
|
2474
|
+
"UserChangedNotification": "UserChangedNotification",
|
|
2475
|
+
"SubOperatorChangedNotification": "SubOperatorChangedNotification",
|
|
2476
|
+
"TariffChangedNotification": "TariffChangedNotification",
|
|
2477
|
+
"user.subscriptionChanged": "user.subscriptionChanged",
|
|
2478
|
+
"user.subscription.changed": "user.subscription.changed",
|
|
2479
|
+
"ReservationChangedNotification": "ReservationChangedNotification",
|
|
2480
|
+
"PaymentMethodChangedNotification": "PaymentMethodChangedNotification",
|
|
2481
|
+
"PartnerInviteChangedNotification": "PartnerInviteChangedNotification",
|
|
2482
|
+
"reservation.changed": "reservation.changed",
|
|
2483
|
+
"user.paymentMethod.changed": "user.paymentMethod.changed",
|
|
2484
|
+
"userBalance.changed": "userBalance.changed",
|
|
2485
|
+
"partnerInvite.changed": "partnerInvite.changed",
|
|
2486
|
+
"roamingPlatform.changed": "roamingPlatform.changed",
|
|
2487
|
+
"parkingSpace.occupancyStatus.changed": "parkingSpace.occupancyStatus.changed",
|
|
2488
|
+
"partner.changed": "partner.changed",
|
|
2489
|
+
"transaction.changed": "transaction.changed",
|
|
2490
|
+
"settlementReport.created": "settlementReport.created",
|
|
2491
|
+
"idTag.changed": "idTag.changed",
|
|
2492
|
+
"chargePoint.dataTransferReceived": "chargePoint.dataTransferReceived",
|
|
2493
|
+
"subscriptionPlan.changed": "subscriptionPlan.changed",
|
|
2494
|
+
"user.invoiceDetails.changed": "user.invoiceDetails.changed",
|
|
2495
|
+
"cdr.received": "cdr.received",
|
|
2496
|
+
"chargingProfile.applied": "chargingProfile.applied",
|
|
2497
|
+
"installerJob.changed": "installerJob.changed",
|
|
2498
|
+
"available": "available",
|
|
2499
|
+
"occupied": "occupied",
|
|
2500
|
+
"unknown": "unknown",
|
|
2501
|
+
"evses": "evses",
|
|
2502
|
+
"company": "company",
|
|
2503
|
+
"AD_HOC_PAYMENT": "AD_HOC_PAYMENT",
|
|
2504
|
+
"PROFILE_CHEAP": "PROFILE_CHEAP",
|
|
2505
|
+
"PROFILE_FAST": "PROFILE_FAST",
|
|
2506
|
+
"PROFILE_GREEN": "PROFILE_GREEN",
|
|
2507
|
+
"REGULAR": "REGULAR",
|
|
2508
|
+
"unavailable": "unavailable",
|
|
2509
|
+
"amperage_voltage_3": "amperage_voltage_3",
|
|
2510
|
+
"amperage_voltage_sqr3": "amperage_voltage_sqr3",
|
|
2511
|
+
"AC": "AC",
|
|
2512
|
+
"DC": "DC",
|
|
2513
|
+
"Hubject": "Hubject",
|
|
2514
|
+
"OCPI or Gireve 2.2.1": "OCPI or Gireve 2.2.1",
|
|
2515
|
+
"monthly": "monthly",
|
|
2516
|
+
"annually": "annually",
|
|
2517
|
+
"pre-paid": "pre-paid",
|
|
2518
|
+
"post-paid": "post-paid",
|
|
2519
|
+
"personal_commercial": "personal_commercial",
|
|
2520
|
+
"default": "default",
|
|
2521
|
+
"internal": "internal",
|
|
2522
|
+
"external": "external",
|
|
2523
|
+
"as_renewal_cycle": "as_renewal_cycle",
|
|
2524
|
+
"after_each_session": "after_each_session",
|
|
2525
|
+
"after_24_hours": "after_24_hours",
|
|
2526
|
+
"after_each_week": "after_each_week",
|
|
2527
|
+
"after_each_month": "after_each_month",
|
|
2528
|
+
"after_each_year": "after_each_year",
|
|
2529
|
+
"combined": "combined",
|
|
2530
|
+
"separate": "separate",
|
|
2531
|
+
"free": "free",
|
|
2532
|
+
"flat rate": "flat rate",
|
|
2533
|
+
"duration+energy": "duration+energy",
|
|
2534
|
+
"duration+energy time of day": "duration+energy time of day",
|
|
2535
|
+
"energy tou": "energy tou",
|
|
2536
|
+
"standard": "standard",
|
|
2537
|
+
"charging not allowed": "charging not allowed",
|
|
2538
|
+
"average power levels": "average power levels",
|
|
2539
|
+
"peak power levels": "peak power levels",
|
|
2540
|
+
"standard_tod": "standard_tod",
|
|
2541
|
+
"optimised dynamic pricing": "optimised dynamic pricing",
|
|
2542
|
+
"individual": "individual",
|
|
2543
|
+
"visa": "visa",
|
|
2544
|
+
"mastercard": "mastercard",
|
|
2545
|
+
"paypal": "paypal",
|
|
2546
|
+
"maestro": "maestro",
|
|
2547
|
+
"amex": "amex",
|
|
2548
|
+
"applepay": "applepay",
|
|
2549
|
+
"googlepay": "googlepay",
|
|
2550
|
+
"twint": "twint",
|
|
2551
|
+
"other": "other",
|
|
2552
|
+
"finalized": "finalized",
|
|
2553
|
+
"failed": "failed",
|
|
2554
|
+
"reserved": "reserved",
|
|
2555
|
+
"refunded": "refunded",
|
|
2556
|
+
"authorized": "authorized",
|
|
2557
|
+
"initialized": "initialized",
|
|
2558
|
+
"session": "session",
|
|
2559
|
+
"subscription_plan": "subscription_plan",
|
|
2560
|
+
"topup_package": "topup_package",
|
|
2561
|
+
"custom_fee": "custom_fee",
|
|
2562
|
+
"payment_terminal_authorisation": "payment_terminal_authorisation",
|
|
2563
|
+
"payment_authorisation": "payment_authorisation",
|
|
2564
|
+
"card": "card",
|
|
2565
|
+
"bank_transfer": "bank_transfer",
|
|
2566
|
+
"wallet": "wallet",
|
|
2567
|
+
"pse": "pse",
|
|
2568
|
+
"sepa": "sepa",
|
|
2569
|
+
"reversed": "reversed",
|
|
2570
|
+
"partnerInvites": "partnerInvites",
|
|
2571
|
+
"single_session": "single_session",
|
|
2572
|
+
"multiple_simultaneous_sessions_per_idtag": "multiple_simultaneous_sessions_per_idtag",
|
|
2573
|
+
"simultaneous_use_of_idtags": "simultaneous_use_of_idtags",
|
|
2574
|
+
"multiple_simultaneous_sessions_remotely_and_idtags": "multiple_simultaneous_sessions_remotely_and_idtags",
|
|
2575
|
+
"Ampeco Invoice Manager": "Ampeco Invoice Manager",
|
|
2576
|
+
"Cardcom Invoice Manager": "Cardcom Invoice Manager",
|
|
2577
|
+
"SoftOne Invoice Manager": "SoftOne Invoice Manager",
|
|
2578
|
+
"Ecpay Invoice Manager": "Ecpay Invoice Manager",
|
|
2579
|
+
"webhook": "webhook",
|
|
2580
|
+
"kafka": "kafka",
|
|
2581
|
+
"gzip": "gzip",
|
|
2582
|
+
"snappy": "snappy",
|
|
2583
|
+
"lz4": "lz4",
|
|
2584
|
+
"PLAINTEXT": "PLAINTEXT",
|
|
2585
|
+
"SASL_SSL": "SASL_SSL",
|
|
2586
|
+
"PLAIN": "PLAIN",
|
|
2587
|
+
"SCRAM-SHA-256": "SCRAM-SHA-256",
|
|
2588
|
+
"SCRAM-SHA-512": "SCRAM-SHA-512",
|
|
2589
|
+
"approved": "approved",
|
|
2590
|
+
"Create Booking": "Create Booking",
|
|
2591
|
+
"Update the given Booking": "Update the given Booking",
|
|
2592
|
+
"Cancel Booking": "Cancel Booking",
|
|
2593
|
+
"accepted": "accepted",
|
|
2594
|
+
"completed": "completed",
|
|
2595
|
+
"cancelled": "cancelled",
|
|
2596
|
+
"no-show": "no-show",
|
|
2597
|
+
"bookedEvses": "bookedEvses",
|
|
2598
|
+
"success": "success",
|
|
2599
|
+
"fail": "fail",
|
|
2600
|
+
"chargePointPriorities": "chargePointPriorities",
|
|
2601
|
+
"userPriorities": "userPriorities",
|
|
2602
|
+
"socPriorities": "socPriorities",
|
|
2603
|
+
"consumption": "consumption",
|
|
2604
|
+
"unmanagedLoad": "unmanagedLoad",
|
|
2605
|
+
"star": "star",
|
|
2606
|
+
"delta": "delta",
|
|
2607
|
+
"Variant 1": "Variant 1",
|
|
2608
|
+
"Variant 2": "Variant 2",
|
|
2609
|
+
"partner": "partner",
|
|
2610
|
+
"userGroup": "userGroup",
|
|
2611
|
+
"AED": "AED",
|
|
2612
|
+
"AFN": "AFN",
|
|
2613
|
+
"ALL": "ALL",
|
|
2614
|
+
"AMD": "AMD",
|
|
2615
|
+
"ANG": "ANG",
|
|
2616
|
+
"AOA": "AOA",
|
|
2617
|
+
"ARS": "ARS",
|
|
2618
|
+
"AUD": "AUD",
|
|
2619
|
+
"AWG": "AWG",
|
|
2620
|
+
"AZN": "AZN",
|
|
2621
|
+
"BAM": "BAM",
|
|
2622
|
+
"BBD": "BBD",
|
|
2623
|
+
"BDT": "BDT",
|
|
2624
|
+
"BGN": "BGN",
|
|
2625
|
+
"BHD": "BHD",
|
|
2626
|
+
"BIF": "BIF",
|
|
2627
|
+
"BMD": "BMD",
|
|
2628
|
+
"BND": "BND",
|
|
2629
|
+
"BOB": "BOB",
|
|
2630
|
+
"BOV": "BOV",
|
|
2631
|
+
"BRL": "BRL",
|
|
2632
|
+
"BSD": "BSD",
|
|
2633
|
+
"BTN": "BTN",
|
|
2634
|
+
"BWP": "BWP",
|
|
2635
|
+
"BYN": "BYN",
|
|
2636
|
+
"BZD": "BZD",
|
|
2637
|
+
"CAD": "CAD",
|
|
2638
|
+
"CDF": "CDF",
|
|
2639
|
+
"CHE": "CHE",
|
|
2640
|
+
"CHF": "CHF",
|
|
2641
|
+
"CHW": "CHW",
|
|
2642
|
+
"CLF": "CLF",
|
|
2643
|
+
"CLP": "CLP",
|
|
2644
|
+
"CNY": "CNY",
|
|
2645
|
+
"COP": "COP",
|
|
2646
|
+
"COU": "COU",
|
|
2647
|
+
"CRC": "CRC",
|
|
2648
|
+
"CUC": "CUC",
|
|
2649
|
+
"CUP": "CUP",
|
|
2650
|
+
"CVE": "CVE",
|
|
2651
|
+
"CZK": "CZK",
|
|
2652
|
+
"DJF": "DJF",
|
|
2653
|
+
"DKK": "DKK",
|
|
2654
|
+
"DOP": "DOP",
|
|
2655
|
+
"DZD": "DZD",
|
|
2656
|
+
"EGP": "EGP",
|
|
2657
|
+
"ERN": "ERN",
|
|
2658
|
+
"ETB": "ETB",
|
|
2659
|
+
"EUR": "EUR",
|
|
2660
|
+
"FJD": "FJD",
|
|
2661
|
+
"FKP": "FKP",
|
|
2662
|
+
"GBP": "GBP",
|
|
2663
|
+
"GEL": "GEL",
|
|
2664
|
+
"GHS": "GHS",
|
|
2665
|
+
"GIP": "GIP",
|
|
2666
|
+
"GMD": "GMD",
|
|
2667
|
+
"GNF": "GNF",
|
|
2668
|
+
"GTQ": "GTQ",
|
|
2669
|
+
"GYD": "GYD",
|
|
2670
|
+
"HKD": "HKD",
|
|
2671
|
+
"HNL": "HNL",
|
|
2672
|
+
"HRK": "HRK",
|
|
2673
|
+
"HTG": "HTG",
|
|
2674
|
+
"HUF": "HUF",
|
|
2675
|
+
"IDR": "IDR",
|
|
2676
|
+
"ILS": "ILS",
|
|
2677
|
+
"INR": "INR",
|
|
2678
|
+
"IQD": "IQD",
|
|
2679
|
+
"IRR": "IRR",
|
|
2680
|
+
"ISK": "ISK",
|
|
2681
|
+
"JMD": "JMD",
|
|
2682
|
+
"JOD": "JOD",
|
|
2683
|
+
"JPY": "JPY",
|
|
2684
|
+
"KES": "KES",
|
|
2685
|
+
"KGS": "KGS",
|
|
2686
|
+
"KHR": "KHR",
|
|
2687
|
+
"KMF": "KMF",
|
|
2688
|
+
"KPW": "KPW",
|
|
2689
|
+
"KRW": "KRW",
|
|
2690
|
+
"KWD": "KWD",
|
|
2691
|
+
"KYD": "KYD",
|
|
2692
|
+
"KZT": "KZT",
|
|
2693
|
+
"LAK": "LAK",
|
|
2694
|
+
"LBP": "LBP",
|
|
2695
|
+
"LKR": "LKR",
|
|
2696
|
+
"LRD": "LRD",
|
|
2697
|
+
"LSL": "LSL",
|
|
2698
|
+
"LYD": "LYD",
|
|
2699
|
+
"MAD": "MAD",
|
|
2700
|
+
"MDL": "MDL",
|
|
2701
|
+
"MGA": "MGA",
|
|
2702
|
+
"MKD": "MKD",
|
|
2703
|
+
"MMK": "MMK",
|
|
2704
|
+
"MNT": "MNT",
|
|
2705
|
+
"MOP": "MOP",
|
|
2706
|
+
"MRU": "MRU",
|
|
2707
|
+
"MUR": "MUR",
|
|
2708
|
+
"MVR": "MVR",
|
|
2709
|
+
"MWK": "MWK",
|
|
2710
|
+
"MXN": "MXN",
|
|
2711
|
+
"MXV": "MXV",
|
|
2712
|
+
"MYR": "MYR",
|
|
2713
|
+
"MZN": "MZN",
|
|
2714
|
+
"NAD": "NAD",
|
|
2715
|
+
"NGN": "NGN",
|
|
2716
|
+
"NIO": "NIO",
|
|
2717
|
+
"NOK": "NOK",
|
|
2718
|
+
"NPR": "NPR",
|
|
2719
|
+
"NZD": "NZD",
|
|
2720
|
+
"OMR": "OMR",
|
|
2721
|
+
"PAB": "PAB",
|
|
2722
|
+
"PEN": "PEN",
|
|
2723
|
+
"PGK": "PGK",
|
|
2724
|
+
"PHP": "PHP",
|
|
2725
|
+
"PKR": "PKR",
|
|
2726
|
+
"PLN": "PLN",
|
|
2727
|
+
"PYG": "PYG",
|
|
2728
|
+
"QAR": "QAR",
|
|
2729
|
+
"RON": "RON",
|
|
2730
|
+
"RSD": "RSD",
|
|
2731
|
+
"RUB": "RUB",
|
|
2732
|
+
"RWF": "RWF",
|
|
2733
|
+
"SAR": "SAR",
|
|
2734
|
+
"SBD": "SBD",
|
|
2735
|
+
"SCR": "SCR",
|
|
2736
|
+
"SDG": "SDG",
|
|
2737
|
+
"SEK": "SEK",
|
|
2738
|
+
"SGD": "SGD",
|
|
2739
|
+
"SHP": "SHP",
|
|
2740
|
+
"SLL": "SLL",
|
|
2741
|
+
"SOS": "SOS",
|
|
2742
|
+
"SRD": "SRD",
|
|
2743
|
+
"SSP": "SSP",
|
|
2744
|
+
"STN": "STN",
|
|
2745
|
+
"SVC": "SVC",
|
|
2746
|
+
"SYP": "SYP",
|
|
2747
|
+
"SZL": "SZL",
|
|
2748
|
+
"THB": "THB",
|
|
2749
|
+
"TJS": "TJS",
|
|
2750
|
+
"TMT": "TMT",
|
|
2751
|
+
"TND": "TND",
|
|
2752
|
+
"TOP": "TOP",
|
|
2753
|
+
"TRY": "TRY",
|
|
2754
|
+
"TTD": "TTD",
|
|
2755
|
+
"TWD": "TWD",
|
|
2756
|
+
"TZS": "TZS",
|
|
2757
|
+
"UAH": "UAH",
|
|
2758
|
+
"UGX": "UGX",
|
|
2759
|
+
"USD": "USD",
|
|
2760
|
+
"USN": "USN",
|
|
2761
|
+
"UYI": "UYI",
|
|
2762
|
+
"UYU": "UYU",
|
|
2763
|
+
"UYW": "UYW",
|
|
2764
|
+
"UZS": "UZS",
|
|
2765
|
+
"VES": "VES",
|
|
2766
|
+
"VND": "VND",
|
|
2767
|
+
"VUV": "VUV",
|
|
2768
|
+
"WST": "WST",
|
|
2769
|
+
"XAF": "XAF",
|
|
2770
|
+
"XAG": "XAG",
|
|
2771
|
+
"XAU": "XAU",
|
|
2772
|
+
"XBA": "XBA",
|
|
2773
|
+
"XBB": "XBB",
|
|
2774
|
+
"XBC": "XBC",
|
|
2775
|
+
"XBD": "XBD",
|
|
2776
|
+
"XCD": "XCD",
|
|
2777
|
+
"XDR": "XDR",
|
|
2778
|
+
"XOF": "XOF",
|
|
2779
|
+
"XPD": "XPD",
|
|
2780
|
+
"XPF": "XPF",
|
|
2781
|
+
"XPT": "XPT",
|
|
2782
|
+
"XSU": "XSU",
|
|
2783
|
+
"XTS": "XTS",
|
|
2784
|
+
"XUA": "XUA",
|
|
2785
|
+
"XXX": "XXX",
|
|
2786
|
+
"YER": "YER",
|
|
2787
|
+
"ZAR": "ZAR",
|
|
2788
|
+
"ZMW": "ZMW",
|
|
2789
|
+
"ZWL": "ZWL",
|
|
2790
|
+
"models": "models",
|
|
2791
|
+
"new": "new",
|
|
2792
|
+
"in_progress": "in_progress",
|
|
2793
|
+
"chargePoints": "chargePoints",
|
|
2794
|
+
"platform-fee-emsp": "platform-fee-emsp",
|
|
2795
|
+
"platform-fee-cpo": "platform-fee-cpo",
|
|
2796
|
+
"user-custom-fee": "user-custom-fee",
|
|
2797
|
+
"session-emsp": "session-emsp",
|
|
2798
|
+
"sent": "sent",
|
|
2799
|
+
"electricity-tax-reimbursement": "electricity-tax-reimbursement",
|
|
2800
|
+
"session-cpo": "session-cpo",
|
|
2801
|
+
"Payter": "Payter",
|
|
2802
|
+
"Valina": "Valina",
|
|
2803
|
+
"Crane": "Crane",
|
|
2804
|
+
"Ampeco": "Ampeco",
|
|
2805
|
+
"Nayax": "Nayax",
|
|
2806
|
+
"Embedded": "Embedded",
|
|
2807
|
+
"Pax": "Pax",
|
|
2808
|
+
"Windcave": "Windcave",
|
|
2809
|
+
"Web portal": "Web portal",
|
|
2810
|
+
"AdyenCastles": "AdyenCastles",
|
|
2811
|
+
"paid": "paid",
|
|
2812
|
+
"partially_paid": "partially_paid",
|
|
2813
|
+
"active": "active",
|
|
2814
|
+
"expired": "expired",
|
|
2815
|
+
"canceled": "canceled",
|
|
2816
|
+
"done": "done",
|
|
2817
|
+
"FirmwareUpdated": "FirmwareUpdated",
|
|
2818
|
+
"SettingSystemTime": "SettingSystemTime",
|
|
2819
|
+
"StartupOfTheDevice": "StartupOfTheDevice",
|
|
2820
|
+
"ResetOrReboot": "ResetOrReboot",
|
|
2821
|
+
"SecurityLogWasCleared": "SecurityLogWasCleared",
|
|
2822
|
+
"MemoryExhaustion": "MemoryExhaustion",
|
|
2823
|
+
"TamperDetectionActivated": "TamperDetectionActivated",
|
|
2824
|
+
"working_hours_exceeded": "working_hours_exceeded",
|
|
2825
|
+
"timeout": "timeout",
|
|
2826
|
+
"authorization_amount_reached": "authorization_amount_reached",
|
|
2827
|
+
"new_start_transaction_received": "new_start_transaction_received",
|
|
2828
|
+
"force_stop": "force_stop",
|
|
2829
|
+
"standard_stop": "standard_stop",
|
|
2830
|
+
"energy_exceeded": "energy_exceeded",
|
|
2831
|
+
"schedule_completed": "schedule_completed",
|
|
2832
|
+
"pre_authorization_failed": "pre_authorization_failed",
|
|
2833
|
+
"system_force_stop": "system_force_stop",
|
|
2834
|
+
"time_limit": "time_limit",
|
|
2835
|
+
"balance_exceeded": "balance_exceeded",
|
|
2836
|
+
"deauthorized": "deauthorized",
|
|
2837
|
+
"emergencystop": "emergencystop",
|
|
2838
|
+
"energylimitreached": "energylimitreached",
|
|
2839
|
+
"evdisconnected": "evdisconnected",
|
|
2840
|
+
"groundfault": "groundfault",
|
|
2841
|
+
"immediatereset": "immediatereset",
|
|
2842
|
+
"hardreset": "hardreset",
|
|
2843
|
+
"local": "local",
|
|
2844
|
+
"localoutofcredit": "localoutofcredit",
|
|
2845
|
+
"masterpass": "masterpass",
|
|
2846
|
+
"overcurrentfault": "overcurrentfault",
|
|
2847
|
+
"powerloss": "powerloss",
|
|
2848
|
+
"powerquality": "powerquality",
|
|
2849
|
+
"reboot": "reboot",
|
|
2850
|
+
"remote": "remote",
|
|
2851
|
+
"soclimitreached": "soclimitreached",
|
|
2852
|
+
"stoppedbyev": "stoppedbyev",
|
|
2853
|
+
"timeoutlimitreached": "timeoutlimitreached",
|
|
2854
|
+
"softreset": "softreset",
|
|
2855
|
+
"unlockcommand": "unlockcommand",
|
|
2856
|
+
"no_ev_parked": "no_ev_parked",
|
|
2857
|
+
"no_ev_connected": "no_ev_connected",
|
|
2858
|
+
"charge_point_timeout": "charge_point_timeout",
|
|
2859
|
+
"charging_on_evse_not_allowed": "charging_on_evse_not_allowed",
|
|
2860
|
+
"remote_start_failed": "remote_start_failed",
|
|
2861
|
+
"no_user_for_agile_streets": "no_user_for_agile_streets",
|
|
2862
|
+
"canceled_reservation": "canceled_reservation",
|
|
2863
|
+
"evse_occupied": "evse_occupied",
|
|
2864
|
+
"evse_inoperative": "evse_inoperative",
|
|
2865
|
+
"not_supported": "not_supported",
|
|
2866
|
+
"unknown_reservation": "unknown_reservation",
|
|
2867
|
+
"ev_not_connect_to_evse": "ev_not_connect_to_evse",
|
|
2868
|
+
"authorization_failed": "authorization_failed",
|
|
2869
|
+
"unknown_session": "unknown_session",
|
|
2870
|
+
"finished": "finished",
|
|
2871
|
+
"tokenized": "tokenized",
|
|
2872
|
+
"subscription": "subscription",
|
|
2873
|
+
"balance": "balance",
|
|
2874
|
+
"corporate": "corporate",
|
|
2875
|
+
"terminal": "terminal",
|
|
2876
|
+
"partially": "partially",
|
|
2877
|
+
"roaming": "roaming",
|
|
2878
|
+
"third_party": "third_party",
|
|
2879
|
+
"null": "null",
|
|
2880
|
+
"voucher": "voucher",
|
|
2881
|
+
"manual_top_up": "manual_top_up",
|
|
2882
|
+
"auto_top_up": "auto_top_up",
|
|
2883
|
+
"top_up_by_operator": "top_up_by_operator",
|
|
2884
|
+
"api_top_up": "api_top_up",
|
|
2885
|
+
"promo_code": "promo_code",
|
|
2886
|
+
"subscribe_to_plan": "subscribe_to_plan",
|
|
2887
|
+
"1 month": "1 month",
|
|
2888
|
+
"3 months": "3 months",
|
|
2889
|
+
"6 months": "6 months",
|
|
2890
|
+
"1 year": "1 year",
|
|
2891
|
+
"2 years": "2 years",
|
|
2892
|
+
"3 years": "3 years",
|
|
2893
|
+
"5 years": "5 years",
|
|
2894
|
+
"New notification": "New notification",
|
|
2895
|
+
"Triggers when a webhook notification event is received from Ampeco": "Triggers when a webhook notification event is received from Ampeco",
|
|
2896
|
+
"Markdown": "Markdown",
|
|
2897
|
+
"Notification events": "Notification events",
|
|
2898
|
+
"**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenerate sample data & triggers published flow.\n\n": "**Live URL:**\n```text\n{{webhookUrl}}\n```\ngenerate sample data & triggers published flow.\n\n",
|
|
2899
|
+
"Select the notification events to listen for": "Select the notification events to listen for",
|
|
2900
|
+
"Authorization Notification": "Authorization Notification",
|
|
2901
|
+
"Authorization.changed": "Authorization.changed",
|
|
2902
|
+
"Boot Notification": "Boot Notification",
|
|
2903
|
+
"Charge Point Changed Notification": "Charge Point Changed Notification",
|
|
2904
|
+
"Charge Point.changed": "Charge Point.changed",
|
|
2905
|
+
"Evse.changed": "Evse.changed",
|
|
2906
|
+
"Charge Point Sync Configuration Notification": "Charge Point Sync Configuration Notification",
|
|
2907
|
+
"Circuit Consumption Notification": "Circuit Consumption Notification",
|
|
2908
|
+
"Circuit.changed": "Circuit.changed",
|
|
2909
|
+
"Diagnostics Status Notification": "Diagnostics Status Notification",
|
|
2910
|
+
"Hardware Status Notification": "Hardware Status Notification",
|
|
2911
|
+
"Location Changed Notification": "Location Changed Notification",
|
|
2912
|
+
"Network Status Notification": "Network Status Notification",
|
|
2913
|
+
"Security Event Notification": "Security Event Notification",
|
|
2914
|
+
"Session Meter Values Notification": "Session Meter Values Notification",
|
|
2915
|
+
"Session Start Stop Notification": "Session Start Stop Notification",
|
|
2916
|
+
"Session.start.stop.notification": "Session.start.stop.notification",
|
|
2917
|
+
"Session Update Notification": "Session Update Notification",
|
|
2918
|
+
"User Changed Notification": "User Changed Notification",
|
|
2919
|
+
"Sub Operator Changed Notification": "Sub Operator Changed Notification",
|
|
2920
|
+
"Tariff Changed Notification": "Tariff Changed Notification",
|
|
2921
|
+
"User.subscription Changed": "User.subscription Changed",
|
|
2922
|
+
"User.subscription.changed": "User.subscription.changed",
|
|
2923
|
+
"Reservation Changed Notification": "Reservation Changed Notification",
|
|
2924
|
+
"Payment Method Changed Notification": "Payment Method Changed Notification",
|
|
2925
|
+
"Partner Invite Changed Notification": "Partner Invite Changed Notification",
|
|
2926
|
+
"Reservation.changed": "Reservation.changed",
|
|
2927
|
+
"User.payment Method.changed": "User.payment Method.changed",
|
|
2928
|
+
"User Balance.changed": "User Balance.changed",
|
|
2929
|
+
"Partner Invite.changed": "Partner Invite.changed",
|
|
2930
|
+
"Roaming Platform.changed": "Roaming Platform.changed",
|
|
2931
|
+
"Parking Space.occupancy Status.changed": "Parking Space.occupancy Status.changed",
|
|
2932
|
+
"Partner.changed": "Partner.changed",
|
|
2933
|
+
"Transaction.changed": "Transaction.changed",
|
|
2934
|
+
"Settlement Report.created": "Settlement Report.created",
|
|
2935
|
+
"Id Tag.changed": "Id Tag.changed",
|
|
2936
|
+
"Charge Point.data Transfer Received": "Charge Point.data Transfer Received",
|
|
2937
|
+
"Subscription Plan.changed": "Subscription Plan.changed",
|
|
2938
|
+
"User.invoice Details.changed": "User.invoice Details.changed",
|
|
2939
|
+
"Cdr.received": "Cdr.received",
|
|
2940
|
+
"Charging Profile.applied": "Charging Profile.applied",
|
|
2941
|
+
"Installer Job.changed": "Installer Job.changed"
|
|
2942
|
+
}
|