UNPKG

ev-recharge-sdk

Version:

This API Product provides the option to manage charging at all public Shell Recharge locations. The end points provides control to start, stop and get status of the charging session.

20 lines 783 B
/** * Shell EVLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { stringEnum } from '../schema'; /** * Enum for ElectricalPropertiesPowerTypeEnum */ export var ElectricalPropertiesPowerTypeEnum; (function (ElectricalPropertiesPowerTypeEnum) { ElectricalPropertiesPowerTypeEnum["AC1Phase"] = "AC1Phase"; ElectricalPropertiesPowerTypeEnum["AC3Phase"] = "AC3Phase"; ElectricalPropertiesPowerTypeEnum["DC"] = "DC"; })(ElectricalPropertiesPowerTypeEnum || (ElectricalPropertiesPowerTypeEnum = {})); /** * Schema for ElectricalPropertiesPowerTypeEnum */ export const electricalPropertiesPowerTypeEnumSchema = stringEnum(ElectricalPropertiesPowerTypeEnum); //# sourceMappingURL=electricalPropertiesPowerTypeEnum.js.map