UNPKG

@golemio/pid

Version:
24 lines 942 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RopidVYMIEventsModel = void 0; const const_1 = require("../../../schema-definitions/const"); const ropid_vymi_1 = require("../../../schema-definitions/ropid-vymi"); const output_gateway_1 = require("@golemio/core/dist/output-gateway"); /** * Custom Postgres model for Ropid VYMI Events */ class RopidVYMIEventsModel extends output_gateway_1.SequelizeModel { GetAll(options) { throw new Error("Method not implemented."); } GetOne(id) { throw new Error("Method not implemented."); } constructor() { super(ropid_vymi_1.RopidVYMI.events.name + "Model", ropid_vymi_1.RopidVYMI.events.pgTableName, ropid_vymi_1.RopidVYMI.events.outputSequelizeAttributes, { schema: const_1.PG_SCHEMA, }); } } exports.RopidVYMIEventsModel = RopidVYMIEventsModel; //# sourceMappingURL=RopidVYMIEventsModel.js.map