@pushwoosh/rpc-gateway-journey-data 0.26.430 → 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": {}
@@ -3329,6 +3332,9 @@ export const data = {
3329
3332
  },
3330
3333
  "eventName": {
3331
3334
  "type": "string"
3335
+ },
3336
+ "eventEntryPointUuid": {
3337
+ "type": "string"
3332
3338
  }
3333
3339
  }
3334
3340
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.430",
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;
@@ -1230,6 +1231,7 @@ export type BehaviorSplitter = {
1230
1231
  export type LiquidTemplateParams = {
1231
1232
  enabled: boolean;
1232
1233
  eventName: string;
1234
+ eventEntryPointUuid: string;
1233
1235
  };
1234
1236
  export type VoucherParams = {
1235
1237
  enabled: boolean;