UNPKG

ocpi-types

Version:

TypeScript DTOs and enums for OCPI 2.2.1 specification.

12 lines 747 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChargingPreferencesResponse = void 0; var ChargingPreferencesResponse; (function (ChargingPreferencesResponse) { ChargingPreferencesResponse["ACCEPTED"] = "ACCEPTED"; ChargingPreferencesResponse["DEPARTURE_REQUIRED"] = "DEPARTURE_REQUIRED"; ChargingPreferencesResponse["ENERGY_NEED_REQUIRED"] = "ENERGY_NEED_REQUIRED"; ChargingPreferencesResponse["NOT_POSSIBLE"] = "NOT_POSSIBLE"; ChargingPreferencesResponse["PROFILE_TYPE_NOT_SUPPORTED"] = "PROFILE_TYPE_NOT_SUPPORTED"; })(ChargingPreferencesResponse || (exports.ChargingPreferencesResponse = ChargingPreferencesResponse = {})); //# sourceMappingURL=charging-preferences-response.enum.js.map