@wix/email-marketing 1.0.92 → 1.0.93
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.
|
|
3
|
+
"version": "1.0.93",
|
|
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.
|
|
25
|
+
"@wix/email-marketing_campaigns": "1.0.45",
|
|
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": "
|
|
51
|
+
"falconPackageHash": "104789daf1069cfd314e5054f535f473ff27414a943ee1aa7d657354"
|
|
52
52
|
}
|
|
@@ -1538,10 +1538,7 @@ interface EmailDistributionOptions {
|
|
|
1538
1538
|
* @targetRemovalDate 2023-10-10
|
|
1539
1539
|
*/
|
|
1540
1540
|
filterIds?: string[];
|
|
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
|
-
*/
|
|
1541
|
+
/** For scheduling (at least 30 minutes in the future, for premium users only). */
|
|
1545
1542
|
sendAt?: Date | null;
|
|
1546
1543
|
}
|
|
1547
1544
|
interface PublishCampaignResponse {
|
|
@@ -1538,10 +1538,7 @@ interface EmailDistributionOptions {
|
|
|
1538
1538
|
* @targetRemovalDate 2023-10-10
|
|
1539
1539
|
*/
|
|
1540
1540
|
filterIds?: string[];
|
|
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
|
-
*/
|
|
1541
|
+
/** For scheduling (at least 30 minutes in the future, for premium users only). */
|
|
1545
1542
|
sendAt?: Date | null;
|
|
1546
1543
|
}
|
|
1547
1544
|
interface PublishCampaignResponse {
|
|
@@ -546,10 +546,7 @@ interface EmailDistributionOptions$1 {
|
|
|
546
546
|
* @targetRemovalDate 2023-10-10
|
|
547
547
|
*/
|
|
548
548
|
filterIds?: string[];
|
|
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
|
-
*/
|
|
549
|
+
/** For scheduling (at least 30 minutes in the future, for premium users only). */
|
|
553
550
|
sendAt?: Date | null;
|
|
554
551
|
}
|
|
555
552
|
interface PublishCampaignResponse$1 {
|
|
@@ -1080,10 +1077,7 @@ interface EmailDistributionOptions {
|
|
|
1080
1077
|
* @targetRemovalDate 2023-10-10
|
|
1081
1078
|
*/
|
|
1082
1079
|
filterIds?: string[];
|
|
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
|
-
*/
|
|
1080
|
+
/** For scheduling (at least 30 minutes in the future, for premium users only). */
|
|
1087
1081
|
sendAt?: Date | null;
|
|
1088
1082
|
}
|
|
1089
1083
|
interface PublishCampaignResponse {
|