@supernova-studio/model 0.53.3 → 0.53.4

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
@@ -5064,7 +5064,7 @@ import { z as z165 } from "zod";
5064
5064
 
5065
5065
  // src/workspace/workspace-role.ts
5066
5066
  import { z as z164 } from "zod";
5067
- var WorkspaceRoleSchema = z164.enum(["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest"]);
5067
+ var WorkspaceRoleSchema = z164.enum(["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]);
5068
5068
  var WorkspaceRole = WorkspaceRoleSchema.enum;
5069
5069
 
5070
5070
  // src/workspace/user-invite.ts