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