@nestjs-mod/two-factor
Version:
Two factor module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction
75 lines • 2.37 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MigrationsTwoFactor = void 0;
const tslib_1 = require("tslib");
const swagger_1 = require("@nestjs/swagger");
class MigrationsTwoFactor {
}
exports.MigrationsTwoFactor = MigrationsTwoFactor;
tslib_1.__decorate([
(0, swagger_1.ApiProperty)({
type: 'integer',
format: 'int32',
}),
tslib_1.__metadata("design:type", Number)
], MigrationsTwoFactor.prototype, "installed_rank", void 0);
tslib_1.__decorate([
(0, swagger_1.ApiProperty)({
type: 'string',
nullable: true,
}),
tslib_1.__metadata("design:type", Object)
], MigrationsTwoFactor.prototype, "version", void 0);
tslib_1.__decorate([
(0, swagger_1.ApiProperty)({
type: 'string',
}),
tslib_1.__metadata("design:type", String)
], MigrationsTwoFactor.prototype, "description", void 0);
tslib_1.__decorate([
(0, swagger_1.ApiProperty)({
type: 'string',
}),
tslib_1.__metadata("design:type", String)
], MigrationsTwoFactor.prototype, "type", void 0);
tslib_1.__decorate([
(0, swagger_1.ApiProperty)({
type: 'string',
}),
tslib_1.__metadata("design:type", String)
], MigrationsTwoFactor.prototype, "script", void 0);
tslib_1.__decorate([
(0, swagger_1.ApiProperty)({
type: 'integer',
format: 'int32',
nullable: true,
}),
tslib_1.__metadata("design:type", Object)
], MigrationsTwoFactor.prototype, "checksum", void 0);
tslib_1.__decorate([
(0, swagger_1.ApiProperty)({
type: 'string',
}),
tslib_1.__metadata("design:type", String)
], MigrationsTwoFactor.prototype, "installed_by", void 0);
tslib_1.__decorate([
(0, swagger_1.ApiProperty)({
type: 'string',
format: 'date-time',
}),
tslib_1.__metadata("design:type", Date)
], MigrationsTwoFactor.prototype, "installed_on", void 0);
tslib_1.__decorate([
(0, swagger_1.ApiProperty)({
type: 'integer',
format: 'int32',
}),
tslib_1.__metadata("design:type", Number)
], MigrationsTwoFactor.prototype, "execution_time", void 0);
tslib_1.__decorate([
(0, swagger_1.ApiProperty)({
type: 'boolean',
}),
tslib_1.__metadata("design:type", Boolean)
], MigrationsTwoFactor.prototype, "success", void 0);
//# sourceMappingURL=migrations-two-factor.entity.js.map