@todesktop/shared 7.188.68 → 7.188.69

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.
@@ -165,4 +165,8 @@ export interface CiInput {
165
165
  buildId?: string;
166
166
  userId: string;
167
167
  contextUserId: string;
168
+ auth: {
169
+ email: string;
170
+ accessToken: string;
171
+ };
168
172
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.188.68",
3
+ "version": "7.188.69",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/toDesktop.ts CHANGED
@@ -189,4 +189,8 @@ export interface CiInput {
189
189
  buildId?: string;
190
190
  userId: string;
191
191
  contextUserId: string;
192
+ auth: {
193
+ email: string;
194
+ accessToken: string;
195
+ };
192
196
  }