@todesktop/shared 7.135.0 → 7.137.0

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.
@@ -192,4 +192,5 @@ export interface CiInput {
192
192
  appData: IApp;
193
193
  buildId?: string;
194
194
  userId: string;
195
+ contextUserId: string;
195
196
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.135.0",
3
+ "version": "7.137.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/toDesktop.ts CHANGED
@@ -215,4 +215,5 @@ export interface CiInput {
215
215
  appData: IApp;
216
216
  buildId?: string;
217
217
  userId: string;
218
+ contextUserId: string;
218
219
  }