@trycourier/courier
Advanced tools
Comparing version 5.6.0 to 5.7.0
@@ -120,3 +120,4 @@ "use strict"; | ||
status: params === null || params === void 0 ? void 0 : params.status, | ||
tags: params === null || params === void 0 ? void 0 : params.tags | ||
tags: params === null || params === void 0 ? void 0 : params.tags, | ||
traceId: params === null || params === void 0 ? void 0 : params.traceId | ||
} | ||
@@ -123,0 +124,0 @@ })]; |
@@ -115,2 +115,3 @@ import { ICourierClientAudiences } from "./audiences/types"; | ||
tags?: string | string[]; | ||
traceId?: string; | ||
} | ||
@@ -117,0 +118,0 @@ export interface ICourierMessagesGetResponse { |
{ | ||
"name": "@trycourier/courier", | ||
"version": "5.6.0", | ||
"version": "5.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
170829
3418