@trycourier/courier
Advanced tools
Comparing version 4.6.0 to 4.7.0
@@ -6,2 +6,8 @@ export interface IAccount { | ||
parent_account_id?: string; | ||
preferences?: { | ||
topics: Array<{ | ||
defaultStatus: "OPTED_IN" | "OPTED_OUT" | "REQUIRED"; | ||
id: string; | ||
}>; | ||
}; | ||
properties?: { | ||
@@ -8,0 +14,0 @@ [key: string]: any; |
{ | ||
"name": "@trycourier/courier", | ||
"version": "4.6.0", | ||
"version": "4.7.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
162435
3235