@altodia/microservices-common
Advanced tools
Comparing version 1.0.4 to 1.0.5
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.MESSAGES_SEND_EVENT = void 0; | ||
exports.MESSAGES_DELETE_EVENT = exports.MESSAGES_SEND_EVENT = void 0; | ||
exports.MESSAGES_SEND_EVENT = 'messages.sendEvent'; | ||
exports.MESSAGES_DELETE_EVENT = 'messages.deleteEvent'; |
export declare const MESSAGES_SEND_EVENT = "messages.sendEvent"; | ||
export declare const MESSAGES_DELETE_EVENT = "messages.deleteEvent"; | ||
export interface MessagesSendParams { | ||
@@ -8,2 +9,9 @@ senderNumber?: string; | ||
} | ||
export interface MessagesDeleteParams { | ||
id: string; | ||
senderNumber?: string; | ||
senderPlatform?: string; | ||
receiverNumber?: string; | ||
body: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
export const MESSAGES_SEND_EVENT = 'messages.sendEvent'; | ||
export const MESSAGES_DELETE_EVENT = 'messages.deleteEvent'; |
export declare const MESSAGES_SEND_EVENT = "messages.sendEvent"; | ||
export declare const MESSAGES_DELETE_EVENT = "messages.deleteEvent"; | ||
export interface MessagesSendParams { | ||
@@ -8,2 +9,9 @@ senderNumber?: string; | ||
} | ||
export interface MessagesDeleteParams { | ||
id: string; | ||
senderNumber?: string; | ||
senderPlatform?: string; | ||
receiverNumber?: string; | ||
body: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@altodia/microservices-common", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/cjs/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
9093
121