@semiont/backend 0.5.1 → 0.5.2
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 -3
- package/dist/index.js.map +1 -1
- package/dist/openapi.json +3 -3
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -11978,7 +11978,7 @@ var openapi_default = {
|
|
|
11978
11978
|
},
|
|
11979
11979
|
EntityTypeAddedPayload: {
|
|
11980
11980
|
type: "object",
|
|
11981
|
-
description: "Payload for
|
|
11981
|
+
description: "Payload for frame:entity-type-added domain event (system-level, no resourceId \u2014 fan-out is global)",
|
|
11982
11982
|
properties: {
|
|
11983
11983
|
entityType: {
|
|
11984
11984
|
type: "string"
|
|
@@ -15006,9 +15006,9 @@ var openapi_default = {
|
|
|
15006
15006
|
"byCategory"
|
|
15007
15007
|
]
|
|
15008
15008
|
},
|
|
15009
|
-
|
|
15009
|
+
FrameAddEntityTypeCommand: {
|
|
15010
15010
|
type: "object",
|
|
15011
|
-
description: "Bus command to add a new entity type
|
|
15011
|
+
description: "Bus command to add a new entity type to the KB's vocabulary. Carried on the `frame:add-entity-type` channel \u2014 Frame is the schema-layer flow that owns vocabulary writes.",
|
|
15012
15012
|
properties: {
|
|
15013
15013
|
tag: {
|
|
15014
15014
|
type: "string"
|