@coavmi/microservices-common
Advanced tools
Comparing version 1.0.9 to 1.0.10
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FLIGHT_CANCEL = exports.FLIGHT_DELETE = exports.FLIGHT_FETCHED = exports.FLIGHT_UPDATE = exports.FLIGHT_CREATE = void 0; | ||
exports.FLIGHT_CREATE = 'flight.created'; | ||
exports.FLIGHT_UPDATE = 'flight.update'; | ||
exports.FLIGHT_CANCELED = exports.FLIGHT_DELETED = exports.FLIGHT_FETCHED = exports.FLIGHT_UPDATED = exports.FLIGHT_CREATED = void 0; | ||
exports.FLIGHT_CREATED = 'flight.created'; | ||
exports.FLIGHT_UPDATED = 'flight.updated'; | ||
exports.FLIGHT_FETCHED = 'flight.fetched'; | ||
exports.FLIGHT_DELETE = 'flight.deleted'; | ||
exports.FLIGHT_CANCEL = 'flight.canceled'; | ||
exports.FLIGHT_DELETED = 'flight.deleted'; | ||
exports.FLIGHT_CANCELED = 'flight.canceled'; |
import { Base } from "../base"; | ||
export declare const FLIGHT_CREATE = "flight.created"; | ||
export declare const FLIGHT_UPDATE = "flight.update"; | ||
export declare const FLIGHT_CREATED = "flight.created"; | ||
export declare const FLIGHT_UPDATED = "flight.updated"; | ||
export declare const FLIGHT_FETCHED = "flight.fetched"; | ||
export declare const FLIGHT_DELETE = "flight.deleted"; | ||
export declare const FLIGHT_CANCEL = "flight.canceled"; | ||
export declare const FLIGHT_DELETED = "flight.deleted"; | ||
export declare const FLIGHT_CANCELED = "flight.canceled"; | ||
export interface FlightCreatedParams extends Base { | ||
@@ -8,0 +8,0 @@ flightType: string; |
@@ -1,5 +0,5 @@ | ||
export const FLIGHT_CREATE = 'flight.created'; | ||
export const FLIGHT_UPDATE = 'flight.update'; | ||
export const FLIGHT_CREATED = 'flight.created'; | ||
export const FLIGHT_UPDATED = 'flight.updated'; | ||
export const FLIGHT_FETCHED = 'flight.fetched'; | ||
export const FLIGHT_DELETE = 'flight.deleted'; | ||
export const FLIGHT_CANCEL = 'flight.canceled'; | ||
export const FLIGHT_DELETED = 'flight.deleted'; | ||
export const FLIGHT_CANCELED = 'flight.canceled'; |
import { Base } from "../base"; | ||
export declare const FLIGHT_CREATE = "flight.created"; | ||
export declare const FLIGHT_UPDATE = "flight.update"; | ||
export declare const FLIGHT_CREATED = "flight.created"; | ||
export declare const FLIGHT_UPDATED = "flight.updated"; | ||
export declare const FLIGHT_FETCHED = "flight.fetched"; | ||
export declare const FLIGHT_DELETE = "flight.deleted"; | ||
export declare const FLIGHT_CANCEL = "flight.canceled"; | ||
export declare const FLIGHT_DELETED = "flight.deleted"; | ||
export declare const FLIGHT_CANCELED = "flight.canceled"; | ||
export interface FlightCreatedParams extends Base { | ||
@@ -8,0 +8,0 @@ flightType: string; |
{ | ||
"name": "@coavmi/microservices-common", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"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
35006