@todesktop/shared 7.184.2 → 7.184.3

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.
@@ -73,6 +73,7 @@ export declare type DesktopifyAppTrayNoAction = {
73
73
  export declare type DesktopifyAppTrayAction = DesktopifyAppTrayToggleMenuAction | DesktopifyAppTrayToggleWindowAction | DesktopifyAppTrayNoAction;
74
74
  export interface DesktopifyAppTray {
75
75
  id: string;
76
+ objectId?: string;
76
77
  icon?: string;
77
78
  useSeparateIcons?: boolean;
78
79
  windowsIcon?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.184.2",
3
+ "version": "7.184.3",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -114,6 +114,7 @@ export type DesktopifyAppTrayAction =
114
114
 
115
115
  export interface DesktopifyAppTray {
116
116
  id: string;
117
+ objectId?: string;
117
118
  icon?: string;
118
119
  useSeparateIcons?: boolean;
119
120
  windowsIcon?: string;