@pushwoosh/rpc-gateway-journey-data 0.26.431 → 0.26.432

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
@@ -2430,6 +2430,9 @@ export const data = {
2430
2430
  },
2431
2431
  "messageType": {
2432
2432
  "type": "pushwoosh.cj.journey.MessageType"
2433
+ },
2434
+ "deliverySplitParams": {
2435
+ "type": "pushwoosh.cj.journey.BehaviorSplitter"
2433
2436
  }
2434
2437
  },
2435
2438
  "oneofs": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.431",
3
+ "version": "0.26.432",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -896,6 +896,7 @@ export type PointParamsSendPush = {
896
896
  vouchersParams: VoucherParams;
897
897
  sendRate: SendRate;
898
898
  messageType: MessageType;
899
+ deliverySplitParams: BehaviorSplitter;
899
900
  };
900
901
  export type PointParamsSendSms = {
901
902
  presetCode: string;