@lucern/events 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/webhooks.js CHANGED
@@ -4287,7 +4287,9 @@ var permitObjectType = z.enum([
4287
4287
  "group",
4288
4288
  "resource_instance",
4289
4289
  "relationship_tuple",
4290
- "role_assignment"
4290
+ "role_assignment",
4291
+ "attribute_binding",
4292
+ "policy_bundle"
4291
4293
  ]);
4292
4294
  var permitOutboxOperation = z.enum([
4293
4295
  "upsert",