@pushwoosh/rpc-gateway-journey-data 0.26.309 → 0.26.311

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
@@ -2987,6 +2987,9 @@ export const data = {
2987
2987
  },
2988
2988
  "exactWeekDaysTime": {
2989
2989
  "type": "pushwoosh.cj.journey.ExactWeekDaysTime"
2990
+ },
2991
+ "isTravelerPresenceExtendable": {
2992
+ "type": "boolean"
2990
2993
  }
2991
2994
  },
2992
2995
  "oneofs": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.309",
3
+ "version": "0.26.311",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1130,6 +1130,7 @@ export type PointParamsDelay_interval_exactWeekDaysTime = {
1130
1130
  };
1131
1131
  export type PointParamsDelay_interval = PointParamsDelay_interval_sec | PointParamsDelay_interval_exactTime | PointParamsDelay_interval_dynamicTime | PointParamsDelay_interval_exactDateTime | PointParamsDelay_interval_exactWeekDaysTime;
1132
1132
  export type PointParamsDelay = {
1133
+ isTravelerPresenceExtendable: boolean;
1133
1134
  interval: PointParamsDelay_interval;
1134
1135
  };
1135
1136
  export type PointOutput = {