@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 +0 -3
- package/package.json +1 -1
- package/pushwoosh_cj_journey.d.ts +0 -1
package/data.js
CHANGED
package/package.json
CHANGED
|
@@ -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';
|