@turtleclub/hooks 0.5.0-beta.97 → 0.5.0-beta.98

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.cjs CHANGED
@@ -807,7 +807,7 @@ var organizationSchema = import_zod6.z.object({
807
807
  import_zod6.z.object({
808
808
  id: import_zod6.z.string().uuid(),
809
809
  permissionId: import_zod6.z.string().uuid(),
810
- status: import_zod6.z.enum(["revoked", "approved"]),
810
+ status: import_zod6.z.enum(["pending", "approved", "rejected", "revoked"]),
811
811
  permissionName: import_zod6.z.string()
812
812
  })
813
813
  ).optional(),