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 937 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FindManyWebhookLogResponse = void 0; const tslib_1 = require("tslib"); const swagger_1 = require("@nestjs-mod/swagger"); const swagger_2 = require("@nestjs/swagger"); const webhook_log_entity_1 = require("../generated/rest-dto/webhook-log.entity"); class FindManyWebhookLogResponse { } exports.FindManyWebhookLogResponse = FindManyWebhookLogResponse; tslib_1.__decorate([ (0, swagger_2.ApiProperty)({ type: () => [webhook_log_entity_1.WebhookLog] }), tslib_1.__metadata("design:type", Array) ], FindManyWebhookLogResponse.prototype, "webhookLogs", void 0); tslib_1.__decorate([ (0, swagger_2.ApiProperty)({ type: () => swagger_1.FindManyResponseMeta }), tslib_1.__metadata("design:type", swagger_1.FindManyResponseMeta) ], FindManyWebhookLogResponse.prototype, "meta", void 0); //# sourceMappingURL=find-many-webhook-log-response.js.map