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

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
  },
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.207",
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;