@supernova-studio/client 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
@@ -4440,7 +4440,7 @@ var NpmPackage = AnyRecord.and(
4440
4440
  var NpmProxyTokenPayload = z163.object({
4441
4441
  npmProxyRegistryConfigId: z163.string()
4442
4442
  });
4443
- var WorkspaceRoleSchema = z164.enum(["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest"]);
4443
+ var WorkspaceRoleSchema = z164.enum(["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]);
4444
4444
  var WorkspaceRole = WorkspaceRoleSchema.enum;
4445
4445
  var MAX_MEMBERS_COUNT = 100;
4446
4446
  var UserInvite = z165.object({
@@ -6264,7 +6264,7 @@ var DTOWorkspace = z223.object({
6264
6264
  });
6265
6265
 
6266
6266
  // src/api/dto/workspaces/membership.ts
6267
- var DTOWorkspaceRole = z224.enum(["Owner", "Admin", "Creator", "Viewer", "Billing"]);
6267
+ var DTOWorkspaceRole = z224.enum(["Owner", "Admin", "Creator", "Viewer", "Billing", "Contributor"]);
6268
6268
  var DTOUserWorkspaceMembership = z224.object({
6269
6269
  // Workspace the user is a member of
6270
6270
  workspace: DTOWorkspace,