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

39 lines 1.67 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FindManyWebhookArgs = void 0; const tslib_1 = require("tslib"); const swagger_1 = require("@nestjs/swagger"); const class_transformer_1 = require("class-transformer"); const class_validator_1 = require("class-validator"); class FindManyWebhookArgs { } exports.FindManyWebhookArgs = FindManyWebhookArgs; tslib_1.__decorate([ (0, swagger_1.ApiPropertyOptional)({ type: Number }), (0, class_validator_1.IsOptional)(), (0, class_transformer_1.Type)(() => Number), tslib_1.__metadata("design:type", Number) ], FindManyWebhookArgs.prototype, "curPage", void 0); tslib_1.__decorate([ (0, swagger_1.ApiPropertyOptional)({ type: Number }), (0, class_validator_1.IsOptional)(), (0, class_transformer_1.Type)(() => Number), tslib_1.__metadata("design:type", Number) ], FindManyWebhookArgs.prototype, "perPage", void 0); tslib_1.__decorate([ (0, swagger_1.ApiPropertyOptional)({ type: String }), (0, class_validator_1.IsOptional)(), tslib_1.__metadata("design:type", String) ], FindManyWebhookArgs.prototype, "searchText", void 0); tslib_1.__decorate([ (0, swagger_1.ApiPropertyOptional)({ type: String }), (0, class_validator_1.IsOptional)(), tslib_1.__metadata("design:type", String) ], FindManyWebhookArgs.prototype, "sort", void 0); tslib_1.__decorate([ (0, swagger_1.ApiPropertyOptional)({ type: String }), (0, class_validator_1.IsOptional)(), (0, class_validator_1.IsUUID)(), tslib_1.__metadata("design:type", String) ], FindManyWebhookArgs.prototype, "tenantId", void 0); //# sourceMappingURL=find-many-webhook-args.js.map