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