@pushwoosh/rpc-gateway-journey-data 0.26.358 → 0.26.359

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
@@ -2972,9 +2972,6 @@ export const data = {
2972
2972
  },
2973
2973
  "multiEntry": {
2974
2974
  "type": "pushwoosh.cj.journey.MultiEntry"
2975
- },
2976
- "isTravelerPresenceExtendable": {
2977
- "type": "boolean"
2978
2975
  }
2979
2976
  }
2980
2977
  },
@@ -3254,9 +3251,6 @@ export const data = {
3254
3251
  },
3255
3252
  "exactWeekDaysTime": {
3256
3253
  "type": "pushwoosh.cj.journey.ExactWeekDaysTime"
3257
- },
3258
- "isTravelerPresenceExtendable": {
3259
- "type": "boolean"
3260
3254
  }
3261
3255
  },
3262
3256
  "oneofs": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.358",
3
+ "version": "0.26.359",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1120,7 +1120,6 @@ export type PointParamsWaitEvent = {
1120
1120
  events: PointWaitEventInfo[];
1121
1121
  conditionsScript: string;
1122
1122
  multiEntry: MultiEntry;
1123
- isTravelerPresenceExtendable: boolean;
1124
1123
  };
1125
1124
  export type PointWaitEventInfo = {
1126
1125
  eventName: string;
@@ -1225,7 +1224,6 @@ export type PointParamsDelay_interval_exactWeekDaysTime = {
1225
1224
  };
1226
1225
  export type PointParamsDelay_interval = PointParamsDelay_interval_sec | PointParamsDelay_interval_exactTime | PointParamsDelay_interval_dynamicTime | PointParamsDelay_interval_exactDateTime | PointParamsDelay_interval_exactWeekDaysTime;
1227
1226
  export type PointParamsDelay = {
1228
- isTravelerPresenceExtendable: boolean;
1229
1227
  interval: PointParamsDelay_interval;
1230
1228
  };
1231
1229
  export type PointOutput = {