@pushwoosh/rpc-gateway-journey-data 0.26.206 → 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
@@ -1840,6 +1840,9 @@ export const data = {
1840
1840
  },
1841
1841
  "value": {
1842
1842
  "type": "string"
1843
+ },
1844
+ "default": {
1845
+ "type": "string"
1843
1846
  }
1844
1847
  }
1845
1848
  },
@@ -2102,6 +2105,9 @@ export const data = {
2102
2105
  },
2103
2106
  "voucherPool": {
2104
2107
  "type": "string"
2108
+ },
2109
+ "voucherTag": {
2110
+ "type": "string"
2105
2111
  }
2106
2112
  }
2107
2113
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.206",
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",
@@ -732,6 +732,7 @@ export type WhatsAppPlaceholder = {
732
732
  component: string;
733
733
  type: string;
734
734
  value: string;
735
+ default: string;
735
736
  };
736
737
  export type PointParamsSendWhatsApp = {
737
738
  presetCode: string;
@@ -818,6 +819,7 @@ export type LiquidTemplateParams = {
818
819
  export type VoucherParams = {
819
820
  enabled: boolean;
820
821
  voucherPool: string;
822
+ voucherTag: string;
821
823
  };
822
824
  export type PersonalisedParams = {
823
825
  enabled: boolean;