UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

14 lines 715 B
"use strict"; // Copyright (c) 2023 S44, LLC // Copyright Contributors to the CitrineOS Project // // SPDX-License-Identifier: Apache 2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.NetworkProfileDeleteQuerySchema = exports.NetworkProfileQuerySchema = void 0; const base_1 = require("@citrineos/base"); exports.NetworkProfileQuerySchema = (0, base_1.QuerySchema)('NetworkProfileQuerySchema', [['stationId', 'string']], ['stationId']); exports.NetworkProfileDeleteQuerySchema = (0, base_1.QuerySchema)('NetworkProfileDeleteQuerySchema', [ ['stationId', 'string'], ['configurationSlot', 'number[]'], ], ['stationId', 'configurationSlot']); //# sourceMappingURL=NetworkProfile.js.map