@supernova-studio/client 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 +469 -469
- package/dist/index.d.ts +469 -469
- 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.js
CHANGED
|
@@ -4616,7 +4616,7 @@ var User = _zod.z.object({
|
|
|
4616
4616
|
loggedOutAt: _zod.z.coerce.date().optional(),
|
|
4617
4617
|
isProtected: _zod.z.boolean(),
|
|
4618
4618
|
source: UserSource.optional(),
|
|
4619
|
-
emailSettings: UserEmailSettings
|
|
4619
|
+
emailSettings: UserEmailSettings.optional()
|
|
4620
4620
|
});
|
|
4621
4621
|
var WorkspaceMembership = _zod.z.object({
|
|
4622
4622
|
id: _zod.z.string(),
|