@citrineos/data
Version:
The OCPP data module which includes all persistence layer implementation.
17 lines • 621 B
JavaScript
;
// Copyright Contributors to the CitrineOS Project
//
// SPDX-License-Identifier: Apache 2.0
Object.defineProperty(exports, "__esModule", { value: true });
exports.CreateSubscriptionSchema = void 0;
const base_1 = require("@citrineos/base");
exports.CreateSubscriptionSchema = (0, base_1.QuerySchema)('CreateSubscriptionSchema', [
['stationId', 'string'],
['onConnect', 'boolean'],
['onClose', 'boolean'],
['onMessage', 'boolean'],
['sentMessage', 'boolean'],
['messageRegexFilter', 'string'],
['url', 'string'],
], ['url', 'stationId']);
//# sourceMappingURL=Subscription.js.map