feat(events): expose typed payload snapshots

This commit is contained in:
jxxghp
2026-08-25 22:32:33 +08:00
parent c8146ee395
commit 3ba4027d84
13 changed files with 1023 additions and 54 deletions
+17 -3
View File
@@ -13,8 +13,8 @@
"runtime_to_db": [],
"workflow_to_db": []
},
"edge_count": 6689,
"edge_sha256": "764be9020b4657c344453dc801ba270c925a2b26c94c0fb43c5a9f89953a4e07",
"edge_count": 6702,
"edge_sha256": "a6d5e5b0ccca6f84fe5d8aa5acb0402e7253958913da8d9624a23bd80ceab748",
"edges": [
"app -> app.runtime",
"app -> app.runtime.compat",
@@ -5734,6 +5734,11 @@
"app.runtime.event.registry -> app.runtime.log",
"app.runtime.event.registry -> app.schemas",
"app.runtime.event.registry -> app.schemas.types",
"app.runtime.event.snapshot -> app.runtime",
"app.runtime.event.snapshot -> app.runtime.event",
"app.runtime.event.snapshot -> app.runtime.event.contracts",
"app.runtime.event.snapshot -> app.schemas",
"app.runtime.event.snapshot -> app.schemas.types",
"app.runtime.events -> app.foundation",
"app.runtime.events -> app.foundation.singleton",
"app.runtime.events -> app.runtime",
@@ -5745,6 +5750,7 @@
"app.runtime.events -> app.runtime.event.dispatch",
"app.runtime.events -> app.runtime.event.errors",
"app.runtime.events -> app.runtime.event.registry",
"app.runtime.events -> app.runtime.event.snapshot",
"app.runtime.events -> app.runtime.log",
"app.runtime.events -> app.runtime.observability",
"app.runtime.events -> app.runtime.rate",
@@ -5987,8 +5993,11 @@
"app.schemas.dashboard -> app.schemas.common",
"app.schemas.event -> app.schemas",
"app.schemas.event -> app.schemas.common",
"app.schemas.event -> app.schemas.context",
"app.schemas.event -> app.schemas.file",
"app.schemas.event -> app.schemas.media",
"app.schemas.event -> app.schemas.music",
"app.schemas.event -> app.schemas.subscribe",
"app.schemas.event -> app.schemas.transfer",
"app.schemas.event -> app.schemas.types",
"app.schemas.file -> app.schemas",
@@ -6093,7 +6102,11 @@
"app.sdk.database -> app.application.backup",
"app.sdk.database -> app.application.database",
"app.sdk.events -> app.runtime",
"app.sdk.events -> app.runtime.event",
"app.sdk.events -> app.runtime.event.snapshot",
"app.sdk.events -> app.runtime.events",
"app.sdk.events -> app.schemas",
"app.sdk.events -> app.schemas.event",
"app.sdk.logging -> app.runtime",
"app.sdk.logging -> app.runtime.log",
"app.sdk.media -> app.domain",
@@ -6706,7 +6719,7 @@
"app.workflow.actions.transfer_file -> app.workflow",
"app.workflow.actions.transfer_file -> app.workflow.actions"
],
"module_count": 823,
"module_count": 824,
"modules": [
"app",
"app.adapters",
@@ -7382,6 +7395,7 @@
"app.runtime.event.dispatch",
"app.runtime.event.errors",
"app.runtime.event.registry",
"app.runtime.event.snapshot",
"app.runtime.events",
"app.runtime.execution",
"app.runtime.extensions",