@pushwoosh/rpc-gateway-journey-data 0.26.342 → 0.26.343
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 +4 -2
- package/package.json +1 -1
- package/pushwoosh_cj_journey.d.ts +1 -1
package/data.js
CHANGED
|
@@ -2897,9 +2897,11 @@ export const data = {
|
|
|
2897
2897
|
"array": true
|
|
2898
2898
|
},
|
|
2899
2899
|
"event": {
|
|
2900
|
-
"type": "pushwoosh.cj.journey.BooleanSplitterEventInfo"
|
|
2900
|
+
"type": "pushwoosh.cj.journey.BooleanSplitterEventInfo",
|
|
2901
|
+
"optional": true
|
|
2901
2902
|
}
|
|
2902
|
-
}
|
|
2903
|
+
},
|
|
2904
|
+
"oneofs": {}
|
|
2903
2905
|
},
|
|
2904
2906
|
"pushwoosh.cj.journey.PointParamsWaitEvent": {
|
|
2905
2907
|
"type": "I",
|
package/package.json
CHANGED
|
@@ -1095,7 +1095,7 @@ export type PointParamsBooleanSplitter = {
|
|
|
1095
1095
|
loadPolicy: PointParamsBooleanSplitter_LoadPolicy;
|
|
1096
1096
|
splitStrategy: PointParamsBooleanSplitter_SplitStrategy;
|
|
1097
1097
|
filterExpressions: pushwoosh_objects_filters_v1_FilterExpression[];
|
|
1098
|
-
event
|
|
1098
|
+
event?: BooleanSplitterEventInfo;
|
|
1099
1099
|
};
|
|
1100
1100
|
export type PointParamsWaitEvent = {
|
|
1101
1101
|
events: PointWaitEventInfo[];
|