@coavmi/microservices-common
Advanced tools
Comparing version 1.0.18 to 1.0.19
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FLIGHTCLUBUSER_UPDATED = exports.FLIGHTCLUBUSER_LEFT = exports.FLIGHTCLUBUSER_REQUEST = exports.FLIGHTCLUB_DELETED = exports.FLIGHTCLUB_FETCHED = exports.FLIGHTCLUB_UPDATED = exports.FLIGHTCLUB_CREATED = void 0; | ||
exports.MEMBERSHIP_UPDATED = exports.MEMBERSHIP_LEFT = exports.MEMBERSHIP_REQUEST = exports.FLIGHTCLUB_DELETED = exports.FLIGHTCLUB_FETCHED = exports.FLIGHTCLUB_UPDATED = exports.FLIGHTCLUB_CREATED = void 0; | ||
exports.FLIGHTCLUB_CREATED = 'flightClub.created'; | ||
@@ -8,4 +8,4 @@ exports.FLIGHTCLUB_UPDATED = 'flightClub.updated'; | ||
exports.FLIGHTCLUB_DELETED = 'flightClub.deleted'; | ||
exports.FLIGHTCLUBUSER_REQUEST = 'flightClubUser.requested'; | ||
exports.FLIGHTCLUBUSER_LEFT = 'flightClubUser.left'; | ||
exports.FLIGHTCLUBUSER_UPDATED = 'flightClubUser.updated'; | ||
exports.MEMBERSHIP_REQUEST = 'membership.requested'; | ||
exports.MEMBERSHIP_LEFT = 'membership.left'; | ||
exports.MEMBERSHIP_UPDATED = 'membership.updated'; |
@@ -6,5 +6,5 @@ import { Base } from '../base'; | ||
export declare const FLIGHTCLUB_DELETED = "flightClub.deleted"; | ||
export declare const FLIGHTCLUBUSER_REQUEST = "flightClubUser.requested"; | ||
export declare const FLIGHTCLUBUSER_LEFT = "flightClubUser.left"; | ||
export declare const FLIGHTCLUBUSER_UPDATED = "flightClubUser.updated"; | ||
export declare const MEMBERSHIP_REQUEST = "membership.requested"; | ||
export declare const MEMBERSHIP_LEFT = "membership.left"; | ||
export declare const MEMBERSHIP_UPDATED = "membership.updated"; | ||
export interface FlightClubCreatedParams extends Base { | ||
@@ -14,3 +14,3 @@ name?: string; | ||
} | ||
export interface FlightClubUserRequestedParams extends Base { | ||
export interface MembershipRequestedParams extends Base { | ||
userId?: string; | ||
@@ -27,6 +27,6 @@ clubId?: string; | ||
} | ||
export interface FlightClubUserLeftParams extends FlightClubUserRequestedParams { | ||
export interface MembershipLeftParams extends MembershipRequestedParams { | ||
} | ||
export interface FlightClubUserUpdatedParams extends FlightClubUserRequestedParams { | ||
export interface MembershipUpdatedParams extends MembershipRequestedParams { | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,4 +5,4 @@ export const FLIGHTCLUB_CREATED = 'flightClub.created'; | ||
export const FLIGHTCLUB_DELETED = 'flightClub.deleted'; | ||
export const FLIGHTCLUBUSER_REQUEST = 'flightClubUser.requested'; | ||
export const FLIGHTCLUBUSER_LEFT = 'flightClubUser.left'; | ||
export const FLIGHTCLUBUSER_UPDATED = 'flightClubUser.updated'; | ||
export const MEMBERSHIP_REQUEST = 'membership.requested'; | ||
export const MEMBERSHIP_LEFT = 'membership.left'; | ||
export const MEMBERSHIP_UPDATED = 'membership.updated'; |
@@ -6,5 +6,5 @@ import { Base } from '../base'; | ||
export declare const FLIGHTCLUB_DELETED = "flightClub.deleted"; | ||
export declare const FLIGHTCLUBUSER_REQUEST = "flightClubUser.requested"; | ||
export declare const FLIGHTCLUBUSER_LEFT = "flightClubUser.left"; | ||
export declare const FLIGHTCLUBUSER_UPDATED = "flightClubUser.updated"; | ||
export declare const MEMBERSHIP_REQUEST = "membership.requested"; | ||
export declare const MEMBERSHIP_LEFT = "membership.left"; | ||
export declare const MEMBERSHIP_UPDATED = "membership.updated"; | ||
export interface FlightClubCreatedParams extends Base { | ||
@@ -14,3 +14,3 @@ name?: string; | ||
} | ||
export interface FlightClubUserRequestedParams extends Base { | ||
export interface MembershipRequestedParams extends Base { | ||
userId?: string; | ||
@@ -27,6 +27,6 @@ clubId?: string; | ||
} | ||
export interface FlightClubUserLeftParams extends FlightClubUserRequestedParams { | ||
export interface MembershipLeftParams extends MembershipRequestedParams { | ||
} | ||
export interface FlightClubUserUpdatedParams extends FlightClubUserRequestedParams { | ||
export interface MembershipUpdatedParams extends MembershipRequestedParams { | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@coavmi/microservices-common", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"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
69542