@wix/email-marketing 1.0.91 → 1.0.92

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": "@wix/email-marketing",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "@wix/email-marketing_account-details": "1.0.32",
25
- "@wix/email-marketing_campaigns": "1.0.43",
25
+ "@wix/email-marketing_campaigns": "1.0.44",
26
26
  "@wix/email-marketing_sender-details": "1.0.35"
27
27
  },
28
28
  "devDependencies": {
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "104789daf1069cfd314e5054f535f473ff27414a943ee1aa7d657354"
51
+ "falconPackageHash": "e8274ce6c0b83f8f70fb7c2533a9404c5320d0f86242217ea83b5f4e"
52
52
  }
@@ -1538,7 +1538,10 @@ interface EmailDistributionOptions {
1538
1538
  * @targetRemovalDate 2023-10-10
1539
1539
  */
1540
1540
  filterIds?: string[];
1541
- /** For scheduling (at least 30 minutes in the future, for premium users only). */
1541
+ /**
1542
+ * TODO: change to 30 minutes when Use30MinuteScheduledCampaignRestriction FT is merged
1543
+ * For scheduling (at least one hour in the future, for premium users only).
1544
+ */
1542
1545
  sendAt?: Date | null;
1543
1546
  }
1544
1547
  interface PublishCampaignResponse {
@@ -1538,7 +1538,10 @@ interface EmailDistributionOptions {
1538
1538
  * @targetRemovalDate 2023-10-10
1539
1539
  */
1540
1540
  filterIds?: string[];
1541
- /** For scheduling (at least 30 minutes in the future, for premium users only). */
1541
+ /**
1542
+ * TODO: change to 30 minutes when Use30MinuteScheduledCampaignRestriction FT is merged
1543
+ * For scheduling (at least one hour in the future, for premium users only).
1544
+ */
1542
1545
  sendAt?: Date | null;
1543
1546
  }
1544
1547
  interface PublishCampaignResponse {
@@ -546,7 +546,10 @@ interface EmailDistributionOptions$1 {
546
546
  * @targetRemovalDate 2023-10-10
547
547
  */
548
548
  filterIds?: string[];
549
- /** For scheduling (at least 30 minutes in the future, for premium users only). */
549
+ /**
550
+ * TODO: change to 30 minutes when Use30MinuteScheduledCampaignRestriction FT is merged
551
+ * For scheduling (at least one hour in the future, for premium users only).
552
+ */
550
553
  sendAt?: Date | null;
551
554
  }
552
555
  interface PublishCampaignResponse$1 {
@@ -1077,7 +1080,10 @@ interface EmailDistributionOptions {
1077
1080
  * @targetRemovalDate 2023-10-10
1078
1081
  */
1079
1082
  filterIds?: string[];
1080
- /** For scheduling (at least 30 minutes in the future, for premium users only). */
1083
+ /**
1084
+ * TODO: change to 30 minutes when Use30MinuteScheduledCampaignRestriction FT is merged
1085
+ * For scheduling (at least one hour in the future, for premium users only).
1086
+ */
1081
1087
  sendAt?: Date | null;
1082
1088
  }
1083
1089
  interface PublishCampaignResponse {