@pushwoosh/rpc-gateway-journey-data 0.26.314 → 0.26.316

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
@@ -2717,6 +2717,9 @@ export const data = {
2717
2717
  },
2718
2718
  "multiEntry": {
2719
2719
  "type": "pushwoosh.cj.journey.MultiEntry"
2720
+ },
2721
+ "isTravelerPresenceExtendable": {
2722
+ "type": "boolean"
2720
2723
  }
2721
2724
  }
2722
2725
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.314",
3
+ "version": "0.26.316",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1027,6 +1027,7 @@ export type PointParamsWaitEvent = {
1027
1027
  events: PointWaitEventInfo[];
1028
1028
  conditionsScript: string;
1029
1029
  multiEntry: MultiEntry;
1030
+ isTravelerPresenceExtendable: boolean;
1030
1031
  };
1031
1032
  export type PointWaitEventInfo = {
1032
1033
  eventName: string;