@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.js CHANGED
@@ -486,7 +486,7 @@ var organizationSchema = z6.object({
486
486
  z6.object({
487
487
  id: z6.string().uuid(),
488
488
  permissionId: z6.string().uuid(),
489
- status: z6.enum(["revoked", "approved"]),
489
+ status: z6.enum(["pending", "approved", "rejected", "revoked"]),
490
490
  permissionName: z6.string()
491
491
  })
492
492
  ).optional(),