@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.mjs CHANGED
@@ -4616,7 +4616,7 @@ var User = z145.object({
4616
4616
  loggedOutAt: z145.coerce.date().optional(),
4617
4617
  isProtected: z145.boolean(),
4618
4618
  source: UserSource.optional(),
4619
- emailSettings: UserEmailSettings
4619
+ emailSettings: UserEmailSettings.optional()
4620
4620
  });
4621
4621
  var WorkspaceMembership = z146.object({
4622
4622
  id: z146.string(),