UNPKG

@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

19 lines 724 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConnectMigrationsWebhookDto = void 0; const tslib_1 = require("tslib"); const swagger_1 = require("@nestjs/swagger"); const class_validator_1 = require("class-validator"); class ConnectMigrationsWebhookDto { } exports.ConnectMigrationsWebhookDto = ConnectMigrationsWebhookDto; tslib_1.__decorate([ (0, swagger_1.ApiProperty)({ type: 'integer', format: 'int32', }), (0, class_validator_1.IsNotEmpty)(), (0, class_validator_1.IsInt)(), tslib_1.__metadata("design:type", Number) ], ConnectMigrationsWebhookDto.prototype, "installed_rank", void 0); //# sourceMappingURL=connect-migrations-webhook.dto.js.map