UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

35 lines 1.31 kB
"use strict"; var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; return extendStatics(d, b); }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); Object.defineProperty(exports, "__esModule", { value: true }); exports.Log = void 0; var item_1 = require("../../../shared/data/item"); var Log = /** @class */ (function (_super) { __extends(Log, _super); function Log(id, login, fecha, tipo, concepto, datos, respuesta, error) { var _this = _super.call(this, id) || this; _this.id = id; _this.login = login; _this.fecha = fecha; _this.tipo = tipo; _this.concepto = concepto; _this.datos = datos; _this.respuesta = respuesta; _this.error = error; return _this; } return Log; }(item_1.Item)); exports.Log = Log; //# sourceMappingURL=log.js.map