@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.399",
3
+ "version": "0.26.400",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1005,7 +1005,7 @@ export type PointParamsSendEmail = {
1005
1005
  title: string;
1006
1006
  subjects: Record<string, string>;
1007
1007
  bcc: string[];
1008
- unsubscribedPolicy: UnsubscribedPolicy;
1008
+ unsubscribedPolicy?: UnsubscribedPolicy;
1009
1009
  capping: Capping;
1010
1010
  from: From;
1011
1011
  replyTo: ReplyTo;