UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

27 lines 753 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.TransactionEventQuerySchema = void 0; const base_1 = require("@citrineos/base"); exports.TransactionEventQuerySchema = (0, base_1.QuerySchema)('TransactionEventQuerySchema', [ { key: 'stationId', type: 'string', required: true, }, { key: 'transactionId', type: 'string', required: true, }, { key: 'tenantId', type: 'number', required: true, defaultValue: String(base_1.DEFAULT_TENANT_ID), }, ]); //# sourceMappingURL=TransactionEvent.js.map