@robotical/webapp-types 3.17.17 → 3.17.20

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.
@@ -11,6 +11,7 @@ export type UserDeviceInfo = {
11
11
  isEmulator: boolean;
12
12
  isTablet: boolean;
13
13
  appVersion: string;
14
+ downloadedBuildVersion?: string;
14
15
  };
15
16
  export type CustomBluetoothItem = {
16
17
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/webapp-types",
3
- "version": "3.17.17",
3
+ "version": "3.17.20",
4
4
  "description": "Type definitions for the Application Manager",
5
5
  "main": "dist/application-manager.d.ts",
6
6
  "types": "dist/application-manager.d.ts",