@pushwoosh/rpc-v2-http-api-data 0.1.687 → 0.1.689

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
@@ -21887,6 +21887,12 @@ export const data = {
21887
21887
  },
21888
21888
  "url": {
21889
21889
  "type": "string"
21890
+ },
21891
+ "type": {
21892
+ "type": "string"
21893
+ },
21894
+ "variable": {
21895
+ "type": "string"
21890
21896
  }
21891
21897
  }
21892
21898
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.687",
3
+ "version": "0.1.689",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -28,6 +28,8 @@ export type ButtonVariable = {
28
28
  index: number;
29
29
  text: string;
30
30
  url: string;
31
+ type: string;
32
+ variable: string;
31
33
  };
32
34
  export type ListWhatsAppPresetsResponse = {
33
35
  presets: WhatsAppPreset[];