@pushwoosh/rpc-gateway-journey-data 0.26.303 → 0.26.304

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
@@ -2964,6 +2964,9 @@ export const data = {
2964
2964
  },
2965
2965
  "multiEntry": {
2966
2966
  "type": "pushwoosh.cj.journey.MultiEntry"
2967
+ },
2968
+ "isCancelEvent": {
2969
+ "type": "boolean"
2967
2970
  }
2968
2971
  }
2969
2972
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.303",
3
+ "version": "0.26.304",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1106,6 +1106,7 @@ export type PointParamsGoalEvent = {
1106
1106
  eventConditions: PointEventCondition[];
1107
1107
  isThrowOut: boolean;
1108
1108
  multiEntry: MultiEntry;
1109
+ isCancelEvent: boolean;
1109
1110
  };
1110
1111
  export type PointParamsDelay_interval_sec = {
1111
1112
  type: 'sec';