@trycourier/courier
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -167,2 +167,5 @@ export interface IBrandSnippet { | ||
} | ||
export interface MessageContext { | ||
tenant_id?: string; | ||
} | ||
export interface MessageData extends Record<string, any> { | ||
@@ -244,2 +247,3 @@ } | ||
account_id?: string; | ||
context?: MessageContext; | ||
data?: MessageData; | ||
@@ -251,2 +255,3 @@ email?: string; | ||
preferences?: IProfilePreferences; | ||
tenant_id?: string; | ||
} | ||
@@ -274,2 +279,3 @@ export declare type Recipient = AudienceRecipient | ListRecipient | ListPatternRecipient | UserRecipient; | ||
channels?: MessageChannels; | ||
context?: MessageContext; | ||
data?: MessageData; | ||
@@ -276,0 +282,0 @@ metadata?: MessageMetadata; |
{ | ||
"name": "@trycourier/courier", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "A node.js module for communicating with the Courier REST API.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
162872
3256