@outseta/api-client 0.3.12 → 0.3.14

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@outseta/api-client",
3
- "version": "0.3.12",
3
+ "version": "0.3.14",
4
4
  "description": "Generated API client for the Outseta REST API",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -733,7 +733,9 @@ export const campaignGetBroadcastEmail = async (broadcastCampaignUid: string | n
733
733
 
734
734
  /**
735
735
  * Setting SendDateTime to a future UTC date schedules the broadcast for sending and its status
736
- changes to Pending. Clearing SendDateTime unschedules the broadcast. Recipients can be added
736
+ changes to Pending. An account may only have 5 broadcasts scheduled or sending at one time;
737
+ scheduling beyond that is rejected until one finishes sending or is unscheduled. There is no
738
+ limit on the number of drafts. Clearing SendDateTime unschedules the broadcast. Recipients can be added
737
739
  with EmailListUids and SegmentUids (see the create endpoint): on update these are merged onto
738
740
  the broadcast's existing recipients and only ever add — to remove recipients or replace the
739
741
  set, send RecipientData directly.
@@ -36,6 +36,7 @@ export type MessageAllOf = {
36
36
  CountTotalClick?: number;
37
37
  IgnoredSpamBounce?: number;
38
38
  IsBounceRatePaused?: boolean;
39
+ IsSpamScorePaused?: boolean;
39
40
  /** @nullable */
40
41
  EmailLinks?: EmailLink[] | null;
41
42
  SpamAssassinScore?: number;