@todesktop/shared 7.189.2 → 7.189.3
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 +3 -0
package/lib/toDesktop.d.ts
CHANGED
package/package.json
CHANGED
package/src/toDesktop.ts
CHANGED
|
@@ -192,6 +192,9 @@ export interface UserIHaveAcceptedInviteFrom {
|
|
|
192
192
|
email: string;
|
|
193
193
|
firstName: string;
|
|
194
194
|
lastName: string;
|
|
195
|
+
|
|
196
|
+
// duplicated user details about the person who accepted the invite
|
|
197
|
+
receiver?: Pick<IUser, 'id' | 'email'>;
|
|
195
198
|
}
|
|
196
199
|
|
|
197
200
|
export interface CiInput {
|