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.

17 lines 851 B
"use strict"; /** * Shell EVLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.inlineResponse202Schema = void 0; var schema_1 = require("../schema"); var getChargeSessionRetrieveResponse200JsonStatusEnum_1 = require("./getChargeSessionRetrieveResponse200JsonStatusEnum"); var inlineResponse202Data_1 = require("./inlineResponse202Data"); exports.inlineResponse202Schema = (0, schema_1.object)({ requestId: ['requestId', (0, schema_1.string)()], status: ['status', getChargeSessionRetrieveResponse200JsonStatusEnum_1.getChargeSessionRetrieveResponse200JsonStatusEnumSchema], data: ['data', (0, schema_1.array)((0, schema_1.lazy)(function () { return inlineResponse202Data_1.inlineResponse202DataSchema; }))] }); //# sourceMappingURL=inlineResponse202.js.map