@pushwoosh/rpc-gateway-journey-data 0.26.399 → 0.26.400
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/data.js +2 -1
- package/package.json +1 -1
- package/pushwoosh_cj_journey.d.ts +1 -1
package/data.js
CHANGED
|
@@ -2772,7 +2772,8 @@ export const data = {
|
|
|
2772
2772
|
"array": true
|
|
2773
2773
|
},
|
|
2774
2774
|
"unsubscribedPolicy": {
|
|
2775
|
-
"type": "pushwoosh.cj.journey.UnsubscribedPolicy"
|
|
2775
|
+
"type": "pushwoosh.cj.journey.UnsubscribedPolicy",
|
|
2776
|
+
"optional": true
|
|
2776
2777
|
},
|
|
2777
2778
|
"capping": {
|
|
2778
2779
|
"type": "pushwoosh.cj.journey.Capping"
|
package/package.json
CHANGED
|
@@ -1005,7 +1005,7 @@ export type PointParamsSendEmail = {
|
|
|
1005
1005
|
title: string;
|
|
1006
1006
|
subjects: Record<string, string>;
|
|
1007
1007
|
bcc: string[];
|
|
1008
|
-
unsubscribedPolicy
|
|
1008
|
+
unsubscribedPolicy?: UnsubscribedPolicy;
|
|
1009
1009
|
capping: Capping;
|
|
1010
1010
|
from: From;
|
|
1011
1011
|
replyTo: ReplyTo;
|