mobbdev 1.0.103 → 1.0.104
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/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3947,7 +3947,7 @@ var GetProjectMembersDataZ = z11.object({
|
|
|
3947
3947
|
}),
|
|
3948
3948
|
user: z11.object({
|
|
3949
3949
|
id: z11.string().uuid(),
|
|
3950
|
-
picture: z11.string().optional(),
|
|
3950
|
+
picture: z11.string().nullable().optional(),
|
|
3951
3951
|
name: z11.string().nullish(),
|
|
3952
3952
|
email: z11.string().email()
|
|
3953
3953
|
})
|