@pushwoosh/rpc-gateway-journey-data 0.26.349 → 0.26.351

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
@@ -4606,6 +4606,12 @@ export const data = {
4606
4606
  },
4607
4607
  "url": {
4608
4608
  "type": "string"
4609
+ },
4610
+ "type": {
4611
+ "type": "string"
4612
+ },
4613
+ "variable": {
4614
+ "type": "string"
4609
4615
  }
4610
4616
  }
4611
4617
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.349",
3
+ "version": "0.26.351",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1680,6 +1680,8 @@ export type WhatsAppButtonURLVariables = {
1680
1680
  index: number;
1681
1681
  text: string;
1682
1682
  url: string;
1683
+ type: string;
1684
+ variable: string;
1683
1685
  };
1684
1686
  export type GetEmailPresetsByAppCodeRequest = {
1685
1687
  code?: string;