@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.
- package/lib/toDesktop.d.ts +1 -0
- package/package.json +1 -1
- package/src/toDesktop.ts +1 -0
package/lib/toDesktop.d.ts
CHANGED
package/package.json
CHANGED
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
|