@kolinext/common
Advanced tools
Comparing version 1.0.26 to 1.0.27
import { Subjects } from './subjects'; | ||
export interface PricingCancelledEvent { | ||
subject: Subjects.TaskCancelled; | ||
subject: Subjects.PricingCancelled; | ||
data: { | ||
@@ -5,0 +5,0 @@ id: string; |
import { Subjects } from './subjects'; | ||
export interface PricingCreatedEvent { | ||
subject: Subjects.TaskCreated; | ||
subject: Subjects.PricingCreated; | ||
data: { | ||
@@ -5,0 +5,0 @@ id: string; |
import { Subjects } from './subjects'; | ||
export interface PricingUpdatedEvent { | ||
subject: Subjects.TaskUpdated; | ||
subject: Subjects.PricingUpdated; | ||
data: { | ||
@@ -5,0 +5,0 @@ id: string; |
{ | ||
"name": "@kolinext/common", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"description": "kolinext common microservices interfaces and functions", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
32037