@pushwoosh/rpc-gateway-journey-data 0.27.5 → 0.27.7

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
@@ -2738,6 +2738,9 @@ export const data = {
2738
2738
  },
2739
2739
  "messageType": {
2740
2740
  "type": "pushwoosh.cj.journey.MessageType"
2741
+ },
2742
+ "splitParams": {
2743
+ "type": "pushwoosh.cj.journey.BehaviorSplitter"
2741
2744
  }
2742
2745
  },
2743
2746
  "oneofs": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.27.5",
3
+ "version": "0.27.7",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1003,6 +1003,7 @@ export type PointParamsSendViber = {
1003
1003
  vouchersParams: VoucherParams;
1004
1004
  capping: Capping;
1005
1005
  messageType: MessageType;
1006
+ splitParams: BehaviorSplitter;
1006
1007
  };
1007
1008
  export type WhatsAppPersonalisedParams = {
1008
1009
  enabled: boolean;