@fluyappgo/commons-backend
Advanced tools
Comparing version 1.0.81 to 1.0.82
import { KafkaMessage } from "kafkajs"; | ||
import { TicketTopics, AgentTopics, EntityTreeTopics, AgentCrudTopics, MatchTopics, TicketTrackingTopics, AgentTrackingTopics } from '@fluyappgo/commons'; | ||
import { ManualMatchEvent } from "./interfaces/manualMatch.event"; | ||
interface Event { | ||
topic: TicketTopics | AgentTopics | EntityTreeTopics | AgentCrudTopics | MatchTopics | TicketTrackingTopics | AgentTrackingTopics; | ||
topic: TicketTopics | AgentTopics | EntityTreeTopics | AgentCrudTopics | MatchTopics | TicketTrackingTopics | AgentTrackingTopics | ManualMatchEvent; | ||
data: any; | ||
@@ -6,0 +7,0 @@ keyKafka: number; |
import { TicketTopics, AgentTopics, EntityTreeTopics, MatchTopics, AgentCrudTopics, TicketTrackingTopics, AgentTrackingTopics } from '@fluyappgo/commons'; | ||
import { ManualMatchEvent } from './interfaces/manualMatch.event'; | ||
interface Event { | ||
topic: TicketTopics | AgentTopics | EntityTreeTopics | MatchTopics | AgentCrudTopics | TicketTrackingTopics | AgentTrackingTopics; | ||
topic: TicketTopics | AgentTopics | EntityTreeTopics | MatchTopics | AgentCrudTopics | TicketTrackingTopics | AgentTrackingTopics | ManualMatchEvent; | ||
data: any; | ||
@@ -5,0 +6,0 @@ keyKafka: number; |
{ | ||
"name": "@fluyappgo/commons-backend", | ||
"version": "1.0.81", | ||
"version": "1.0.82", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "main": "./build/index.js", | ||
"dependencies": { | ||
"@fluyappgo/commons": "^1.0.300", | ||
"@fluyappgo/commons": "^1.0.302", | ||
"class-transformer": "^0.5.1", | ||
@@ -30,0 +30,0 @@ "class-validator": "^0.13.2", |
58831
91
1288
Updated@fluyappgo/commons@^1.0.302