@pushwoosh/rpc-gateway-journey-data 0.26.233 → 0.26.234

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
@@ -2514,7 +2514,10 @@ export const data = {
2514
2514
  "goalUuid": {
2515
2515
  "type": "string"
2516
2516
  },
2517
- "WinnerOutputKey": {
2517
+ "winnerOutputKey": {
2518
+ "type": "string"
2519
+ },
2520
+ "winnerGoalUuid": {
2518
2521
  "type": "string"
2519
2522
  }
2520
2523
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.233",
3
+ "version": "0.26.234",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -959,7 +959,8 @@ export type PointParamsABSplitter = {
959
959
  winnerSplit: number;
960
960
  winnerStrategy: WinnerStrategy;
961
961
  goalUuid: string;
962
- WinnerOutputKey: string;
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 = {