@pushwoosh/rpc-gateway-journey-data 0.26.448 → 0.26.450

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
@@ -3713,9 +3713,6 @@ export const data = {
3713
3713
  "startAt": {
3714
3714
  "type": "Date"
3715
3715
  },
3716
- "dynamicEntry": {
3717
- "type": "boolean"
3718
- },
3719
3716
  "entryMode": {
3720
3717
  "type": "pushwoosh.cj.journey.EntryMode"
3721
3718
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.448",
3
+ "version": "0.26.450",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1369,7 +1369,6 @@ export type PointParamsStartBySegment = {
1369
1369
  filterTitle: string;
1370
1370
  applicationTitle: string;
1371
1371
  startAt: Date;
1372
- dynamicEntry: boolean;
1373
1372
  entryMode: EntryMode;
1374
1373
  };
1375
1374
  export type EntryMode = 'ENTRY_MODE_UNKNOWN' | 'ENTRY_MODE_EXISTING_ONLY' | 'ENTRY_MODE_EXISTING_AND_NEW' | 'ENTRY_MODE_NEW_ONLY';