@trycourier/courier 4.3.0 → 4.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -227,6 +227,7 @@ export interface AudienceRecipient {
227
227
  data?: MessageData;
228
228
  }
229
229
  export interface UserRecipient extends UserRecipientType {
230
+ account_id?: string;
230
231
  data?: MessageData;
231
232
  email?: string;
232
233
  locale?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trycourier/courier",
3
- "version": "4.3.0",
3
+ "version": "4.4.0",
4
4
  "description": "A node.js module for communicating with the Courier REST API.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",