@lucern/mcp 0.3.0-alpha.11 → 0.3.0-alpha.12

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/runtime.js CHANGED
@@ -4536,7 +4536,9 @@ var permitObjectType = z.enum([
4536
4536
  "group",
4537
4537
  "resource_instance",
4538
4538
  "relationship_tuple",
4539
- "role_assignment"
4539
+ "role_assignment",
4540
+ "attribute_binding",
4541
+ "policy_bundle"
4540
4542
  ]);
4541
4543
  var permitOutboxOperation = z.enum([
4542
4544
  "upsert",