@pushwoosh/rpc-gateway-journey-data 0.26.207 → 0.26.208

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
@@ -2105,6 +2105,9 @@ export const data = {
2105
2105
  },
2106
2106
  "voucherPool": {
2107
2107
  "type": "string"
2108
+ },
2109
+ "voucherTag": {
2110
+ "type": "string"
2108
2111
  }
2109
2112
  }
2110
2113
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.207",
3
+ "version": "0.26.208",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -819,6 +819,7 @@ export type LiquidTemplateParams = {
819
819
  export type VoucherParams = {
820
820
  enabled: boolean;
821
821
  voucherPool: string;
822
+ voucherTag: string;
822
823
  };
823
824
  export type PersonalisedParams = {
824
825
  enabled: boolean;