@todesktop/shared 7.184.20 → 7.184.21

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.
@@ -111,6 +111,10 @@ export interface DesktopifyAppWindow {
111
111
  * A unique window id
112
112
  */
113
113
  id: string;
114
+ /**
115
+ * The unique object id associated with the window
116
+ */
117
+ objectId?: string;
114
118
  /**
115
119
  * The window name. Only visible to developer
116
120
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.184.20",
3
+ "version": "7.184.21",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -232,6 +232,10 @@ export interface DesktopifyAppWindow {
232
232
  * A unique window id
233
233
  */
234
234
  id: string;
235
+ /**
236
+ * The unique object id associated with the window
237
+ */
238
+ objectId?: string;
235
239
  /**
236
240
  * The window name. Only visible to developer
237
241
  */