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.

24 lines 1.09 kB
"use strict"; /** * Shell EVLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.dataActiveSchema = void 0; var schema_1 = require("../schema"); var chargeRetrieveState_1 = require("./chargeRetrieveState"); exports.dataActiveSchema = (0, schema_1.object)({ id: ['id', (0, schema_1.optional)((0, schema_1.string)())], userId: ['userId', (0, schema_1.optional)((0, schema_1.string)())], emaId: ['emaId', (0, schema_1.optional)((0, schema_1.string)())], evseId: ['evseId', (0, schema_1.optional)((0, schema_1.string)())], startedAt: ['startedAt', (0, schema_1.optional)((0, schema_1.string)())], stoppedAt: ['stoppedAt', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], sessionState: [ 'SessionState', (0, schema_1.optional)((0, schema_1.lazy)(function () { return chargeRetrieveState_1.chargeRetrieveStateSchema; })), ], lastUpdated: ['lastUpdated', (0, schema_1.optional)((0, schema_1.string)())] }); //# sourceMappingURL=dataActive.js.map