@trycourier/courier
Advanced tools
Comparing version 5.4.0 to 5.5.0
@@ -172,2 +172,5 @@ export interface IBrandSnippet { | ||
} | ||
export interface MessageDelay { | ||
duration?: number; | ||
} | ||
export declare type RuleType = "snooze" | "channel_preferences" | "status"; | ||
@@ -279,2 +282,3 @@ export interface IRule<T extends RuleType> { | ||
data?: MessageData; | ||
delay?: MessageDelay; | ||
metadata?: MessageMetadata; | ||
@@ -281,0 +285,0 @@ providers?: MessageProviders; |
{ | ||
"name": "@trycourier/courier", | ||
"version": "5.4.0", | ||
"version": "5.5.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
170454
3408