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.

19 lines 901 B
/** * Shell EVLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { stringEnum } from '../schema'; /** * Enum for GetChargeSessionRetrieveResponse200JsonStatusEnum */ export var GetChargeSessionRetrieveResponse200JsonStatusEnum; (function (GetChargeSessionRetrieveResponse200JsonStatusEnum) { GetChargeSessionRetrieveResponse200JsonStatusEnum["SUCCESS"] = "SUCCESS"; GetChargeSessionRetrieveResponse200JsonStatusEnum["FAILED"] = "FAILED"; })(GetChargeSessionRetrieveResponse200JsonStatusEnum || (GetChargeSessionRetrieveResponse200JsonStatusEnum = {})); /** * Schema for GetChargeSessionRetrieveResponse200JsonStatusEnum */ export const getChargeSessionRetrieveResponse200JsonStatusEnumSchema = stringEnum(GetChargeSessionRetrieveResponse200JsonStatusEnum); //# sourceMappingURL=getChargeSessionRetrieveResponse200JsonStatusEnum.js.map