@xapps-platform/xapp-manifest 0.1.2 → 0.1.3
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 +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6970,7 +6970,7 @@ var HOOK_REGISTRY = [
|
|
|
6970
6970
|
trigger: "after:request_created",
|
|
6971
6971
|
implemented: true,
|
|
6972
6972
|
blockingDefault: false,
|
|
6973
|
-
allowedEffectKinds: ["notification", "integration_call"],
|
|
6973
|
+
allowedEffectKinds: ["policy", "notification", "integration_call"],
|
|
6974
6974
|
allowsDelegatedExecution: true,
|
|
6975
6975
|
auditCategory: "request"
|
|
6976
6976
|
},
|