@pushwoosh/rpc-gateway-journey-data 0.26.227 → 0.26.228

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
@@ -2510,6 +2510,9 @@ export const data = {
2510
2510
  },
2511
2511
  "goalUuid": {
2512
2512
  "type": "string"
2513
+ },
2514
+ "WinnerOutputKey": {
2515
+ "type": "string"
2513
2516
  }
2514
2517
  }
2515
2518
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.227",
3
+ "version": "0.26.228",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -958,6 +958,7 @@ export type PointParamsABSplitter = {
958
958
  winnerSplit: number;
959
959
  winnerStrategy: WinnerStrategy;
960
960
  goalUuid: string;
961
+ WinnerOutputKey: string;
961
962
  };
962
963
  export type TagType = 'TYPE_UNKNOWN' | 'TYPE_INTEGER' | 'TYPE_STRING' | 'TYPE_LIST' | 'TYPE_DATE' | 'TYPE_BOOLEAN' | 'TYPE_PRICE' | 'TYPE_VERSION' | 'TYPE_DYNAMIC' | 'TYPE_LIST_APPEND';
963
964
  export type Tag_value_int = {