@coavmi/microservices-common
Advanced tools
Comparing version 1.0.12 to 1.0.13
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.BOOKING_DELETED = exports.BOOKING_FETCHED = exports.BOOKING_UPDATED = exports.BOOKING_CREATED = void 0; | ||
exports.BOOKING_CANCELED = exports.BOOKING_DELETED = exports.BOOKING_FETCHED = exports.BOOKING_UPDATED = exports.BOOKING_CREATED = void 0; | ||
exports.BOOKING_CREATED = 'booking.created'; | ||
@@ -8,1 +8,2 @@ exports.BOOKING_UPDATED = 'booking.updated'; | ||
exports.BOOKING_DELETED = 'booking.deleted'; | ||
exports.BOOKING_CANCELED = 'booking.canceled'; |
@@ -6,2 +6,3 @@ import { Base } from '../base'; | ||
export declare const BOOKING_DELETED = "booking.deleted"; | ||
export declare const BOOKING_CANCELED = "booking.canceled"; | ||
export interface BookingCreatedParams extends Base { | ||
@@ -24,2 +25,4 @@ status: string; | ||
} | ||
export interface BookingCanceledParams extends BookingCreatedParams { | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,1 +5,2 @@ export const BOOKING_CREATED = 'booking.created'; | ||
export const BOOKING_DELETED = 'booking.deleted'; | ||
export const BOOKING_CANCELED = 'booking.canceled'; |
@@ -6,2 +6,3 @@ import { Base } from '../base'; | ||
export declare const BOOKING_DELETED = "booking.deleted"; | ||
export declare const BOOKING_CANCELED = "booking.canceled"; | ||
export interface BookingCreatedParams extends Base { | ||
@@ -24,2 +25,4 @@ status: string; | ||
} | ||
export interface BookingCanceledParams extends BookingCreatedParams { | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@coavmi/microservices-common", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"main": "./lib/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "_main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45464
670