@todesktop/shared 7.189.17 → 7.189.18

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.
@@ -157,6 +157,7 @@ export interface UserIHaveSentInviteTo {
157
157
  permissions?: {
158
158
  canBuild: boolean;
159
159
  canRelease: boolean;
160
+ canManageBilling?: boolean;
160
161
  };
161
162
  name: string;
162
163
  sender: UserIHaveAcceptedInviteFrom;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.189.17",
3
+ "version": "7.189.18",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/toDesktop.ts CHANGED
@@ -181,6 +181,7 @@ export interface UserIHaveSentInviteTo {
181
181
  permissions?: {
182
182
  canBuild: boolean;
183
183
  canRelease: boolean;
184
+ canManageBilling?: boolean;
184
185
  };
185
186
  name: string;
186
187
  // this allows us to encode information about the sender without loosening firebase privileges