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.
27 lines • 1.37 kB
JavaScript
;
/**
* Shell EVLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.evseVOSchema = void 0;
var schema_1 = require("../schema");
var connectorVO_1 = require("./connectorVO");
var evseVOAuthorizationMethodsEnum_1 = require("./evseVOAuthorizationMethodsEnum");
var evseVOStatusEnum_1 = require("./evseVOStatusEnum");
exports.evseVOSchema = (0, schema_1.object)({
uid: ['uid', (0, schema_1.optional)((0, schema_1.number)())],
externalId: ['externalId', (0, schema_1.optional)((0, schema_1.string)())],
evseId: ['evseId', (0, schema_1.optional)((0, schema_1.string)())],
status: ['status', (0, schema_1.optional)(evseVOStatusEnum_1.evseVOStatusEnumSchema)],
connectors: ['connectors', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return connectorVO_1.connectorVOSchema; })))],
authorizationMethods: [
'authorizationMethods',
(0, schema_1.optional)(evseVOAuthorizationMethodsEnum_1.evseVOAuthorizationMethodsEnumSchema),
],
updated: ['updated', (0, schema_1.optional)((0, schema_1.string)())],
deleted: ['deleted', (0, schema_1.optional)((0, schema_1.string)())],
physicalReference: ['physicalReference', (0, schema_1.optional)((0, schema_1.string)())]
});
//# sourceMappingURL=evseVO.js.map