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.

16 lines 689 B
"use strict"; /** * Shell EVLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.responseSchema = void 0; var schema_1 = require("../schema"); var locationResponeObject_1 = require("./locationResponeObject"); exports.responseSchema = (0, schema_1.object)({ requestId: ['requestId', (0, schema_1.optional)((0, schema_1.string)())], status: ['status', (0, schema_1.optional)((0, schema_1.string)())], data: ['data', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return locationResponeObject_1.locationResponeObjectSchema; })))] }); //# sourceMappingURL=response.js.map