@wix/email-marketing 1.0.76 → 1.0.78
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.78",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/email-marketing_account-details": "1.0.
|
|
22
|
-
"@wix/email-marketing_campaigns": "1.0.
|
|
23
|
-
"@wix/email-marketing_sender-details": "1.0.
|
|
21
|
+
"@wix/email-marketing_account-details": "1.0.26",
|
|
22
|
+
"@wix/email-marketing_campaigns": "1.0.33",
|
|
23
|
+
"@wix/email-marketing_sender-details": "1.0.30"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"glob": "^10.4.1",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "69d736328e4832b48cb6591e56a698bf943560558d4ddcd76c294011"
|
|
49
49
|
}
|
|
@@ -1451,7 +1451,10 @@ interface EmailDistributionOptions {
|
|
|
1451
1451
|
* @targetRemovalDate 2023-10-10
|
|
1452
1452
|
*/
|
|
1453
1453
|
filterIds?: string[];
|
|
1454
|
-
/**
|
|
1454
|
+
/**
|
|
1455
|
+
* TODO: change to 30 minutes when Use30MinuteScheduledCampaignRestriction FT is merged
|
|
1456
|
+
* For scheduling (at least one hour in the future, for premium users only).
|
|
1457
|
+
*/
|
|
1455
1458
|
sendAt?: Date;
|
|
1456
1459
|
}
|
|
1457
1460
|
interface PublishCampaignResponse {
|
|
@@ -1451,7 +1451,10 @@ interface EmailDistributionOptions {
|
|
|
1451
1451
|
* @targetRemovalDate 2023-10-10
|
|
1452
1452
|
*/
|
|
1453
1453
|
filterIds?: string[];
|
|
1454
|
-
/**
|
|
1454
|
+
/**
|
|
1455
|
+
* TODO: change to 30 minutes when Use30MinuteScheduledCampaignRestriction FT is merged
|
|
1456
|
+
* For scheduling (at least one hour in the future, for premium users only).
|
|
1457
|
+
*/
|
|
1455
1458
|
sendAt?: Date;
|
|
1456
1459
|
}
|
|
1457
1460
|
interface PublishCampaignResponse {
|
|
@@ -514,7 +514,10 @@ interface EmailDistributionOptions$1 {
|
|
|
514
514
|
* @targetRemovalDate 2023-10-10
|
|
515
515
|
*/
|
|
516
516
|
filterIds?: string[];
|
|
517
|
-
/**
|
|
517
|
+
/**
|
|
518
|
+
* TODO: change to 30 minutes when Use30MinuteScheduledCampaignRestriction FT is merged
|
|
519
|
+
* For scheduling (at least one hour in the future, for premium users only).
|
|
520
|
+
*/
|
|
518
521
|
sendAt?: Date;
|
|
519
522
|
}
|
|
520
523
|
interface PublishCampaignResponse$1 {
|
|
@@ -1012,7 +1015,10 @@ interface EmailDistributionOptions {
|
|
|
1012
1015
|
* @targetRemovalDate 2023-10-10
|
|
1013
1016
|
*/
|
|
1014
1017
|
filterIds?: string[];
|
|
1015
|
-
/**
|
|
1018
|
+
/**
|
|
1019
|
+
* TODO: change to 30 minutes when Use30MinuteScheduledCampaignRestriction FT is merged
|
|
1020
|
+
* For scheduling (at least one hour in the future, for premium users only).
|
|
1021
|
+
*/
|
|
1016
1022
|
sendAt?: Date;
|
|
1017
1023
|
}
|
|
1018
1024
|
interface PublishCampaignResponse {
|