@pushwoosh/rpc-gateway-journey-data 0.26.233 → 0.26.235
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 -1
- package/package.json +1 -1
- package/pushwoosh_cj_journey.d.ts +2 -1
package/data.js
CHANGED
package/package.json
CHANGED
|
@@ -959,7 +959,8 @@ export type PointParamsABSplitter = {
|
|
|
959
959
|
winnerSplit: number;
|
|
960
960
|
winnerStrategy: WinnerStrategy;
|
|
961
961
|
goalUuid: string;
|
|
962
|
-
|
|
962
|
+
winnerOutputKey: string;
|
|
963
|
+
winnerGoalUuid: string;
|
|
963
964
|
};
|
|
964
965
|
export type TagType = 'TYPE_UNKNOWN' | 'TYPE_INTEGER' | 'TYPE_STRING' | 'TYPE_LIST' | 'TYPE_DATE' | 'TYPE_BOOLEAN' | 'TYPE_PRICE' | 'TYPE_VERSION' | 'TYPE_DYNAMIC' | 'TYPE_LIST_APPEND';
|
|
965
966
|
export type Tag_value_int = {
|