@supernova-studio/model 1.45.0 → 1.45.1
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.d.mts +289 -289
- package/dist/index.d.ts +289 -289
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5224,7 +5224,7 @@ var User = z145.object({
|
|
|
5224
5224
|
loggedOutAt: z145.coerce.date().optional(),
|
|
5225
5225
|
isProtected: z145.boolean(),
|
|
5226
5226
|
source: UserSource.optional(),
|
|
5227
|
-
emailSettings: UserEmailSettings
|
|
5227
|
+
emailSettings: UserEmailSettings.optional()
|
|
5228
5228
|
});
|
|
5229
5229
|
|
|
5230
5230
|
// src/workspace/workspace-membership.ts
|