@apiteam/twa-bridge 8.0.12 → 8.0.13

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/solid/index.d.ts +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apiteam/twa-bridge",
3
- "version": "8.0.12",
3
+ "version": "8.0.13",
4
4
  "description": "Telegram bridge",
5
5
  "license": "MIT",
6
6
  "types": "index.ts",
package/solid/index.d.ts CHANGED
@@ -163,6 +163,9 @@ type EventsData = {
163
163
  status: 'authorized';
164
164
  token: string;
165
165
  };
166
+ [EventVisibilityChanged]: {
167
+ is_visible: boolean;
168
+ };
166
169
  };
167
170
  interface TelegramGameProxy {
168
171
  receiveEvent: (event: string, data: string) => void;