@wix/email-marketing 1.0.27 → 1.0.28
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/build/cjs/src/email-marketing-v1-campaign.types.d.ts +1 -1
- package/build/cjs/src/email-marketing-v1-campaign.universal.d.ts +1 -1
- package/build/es/src/email-marketing-v1-campaign.types.d.ts +1 -1
- package/build/es/src/email-marketing-v1-campaign.universal.d.ts +1 -1
- package/package.json +2 -2
|
@@ -614,7 +614,7 @@ export interface EmailDistributionOptions {
|
|
|
614
614
|
labelIds?: string[];
|
|
615
615
|
/** Contact IDs to send campaign to. */
|
|
616
616
|
contactIds?: string[];
|
|
617
|
-
/** Filter ids to send campaign to. */
|
|
617
|
+
/** Filter ids to send campaign to (unsupported). */
|
|
618
618
|
filterIds?: string[];
|
|
619
619
|
/** For scheduling (at least one hour in the future, for premium users only). */
|
|
620
620
|
sendAt?: Date;
|
|
@@ -669,7 +669,7 @@ export interface EmailDistributionOptions {
|
|
|
669
669
|
labelIds?: string[];
|
|
670
670
|
/** Contact IDs to send campaign to. */
|
|
671
671
|
contactIds?: string[];
|
|
672
|
-
/** Filter ids to send campaign to. */
|
|
672
|
+
/** Filter ids to send campaign to (unsupported). */
|
|
673
673
|
filterIds?: string[];
|
|
674
674
|
/** For scheduling (at least one hour in the future, for premium users only). */
|
|
675
675
|
sendAt?: Date;
|
|
@@ -614,7 +614,7 @@ export interface EmailDistributionOptions {
|
|
|
614
614
|
labelIds?: string[];
|
|
615
615
|
/** Contact IDs to send campaign to. */
|
|
616
616
|
contactIds?: string[];
|
|
617
|
-
/** Filter ids to send campaign to. */
|
|
617
|
+
/** Filter ids to send campaign to (unsupported). */
|
|
618
618
|
filterIds?: string[];
|
|
619
619
|
/** For scheduling (at least one hour in the future, for premium users only). */
|
|
620
620
|
sendAt?: Date;
|
|
@@ -669,7 +669,7 @@ export interface EmailDistributionOptions {
|
|
|
669
669
|
labelIds?: string[];
|
|
670
670
|
/** Contact IDs to send campaign to. */
|
|
671
671
|
contactIds?: string[];
|
|
672
|
-
/** Filter ids to send campaign to. */
|
|
672
|
+
/** Filter ids to send campaign to (unsupported). */
|
|
673
673
|
filterIds?: string[];
|
|
674
674
|
/** For scheduling (at least one hour in the future, for premium users only). */
|
|
675
675
|
sendAt?: Date;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/email-marketing",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.28",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
|
-
"falconPackageHash": "
|
|
37
|
+
"falconPackageHash": "7f6758ad9b025091ad3fa65b8ebd8c717754dc42cfdfdde21a1f0c1d"
|
|
38
38
|
}
|