@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/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/outbox.js +3 -1
- package/dist/outbox.js.map +1 -1
- package/dist/types.js +3 -1
- package/dist/types.js.map +1 -1
- package/dist/webhooks.js +3 -1
- package/dist/webhooks.js.map +1 -1
- package/package.json +2 -2
package/dist/types.js
CHANGED
|
@@ -4326,7 +4326,9 @@ var permitObjectType = z.enum([
|
|
|
4326
4326
|
"group",
|
|
4327
4327
|
"resource_instance",
|
|
4328
4328
|
"relationship_tuple",
|
|
4329
|
-
"role_assignment"
|
|
4329
|
+
"role_assignment",
|
|
4330
|
+
"attribute_binding",
|
|
4331
|
+
"policy_bundle"
|
|
4330
4332
|
]);
|
|
4331
4333
|
var permitOutboxOperation = z.enum([
|
|
4332
4334
|
"upsert",
|