@pellux/goodvibes-sdk 0.26.9 → 0.26.11

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.
Files changed (84) hide show
  1. package/dist/_internal/contracts/artifacts/operator-contract.json +1563 -118
  2. package/dist/_internal/contracts/generated/foundation-metadata.d.ts +2 -2
  3. package/dist/_internal/contracts/generated/foundation-metadata.js +2 -2
  4. package/dist/_internal/contracts/generated/operator-contract.d.ts.map +1 -1
  5. package/dist/_internal/contracts/generated/operator-contract.js +1563 -118
  6. package/dist/_internal/contracts/generated/operator-method-ids.d.ts +1 -1
  7. package/dist/_internal/contracts/generated/operator-method-ids.d.ts.map +1 -1
  8. package/dist/_internal/contracts/generated/operator-method-ids.js +3 -0
  9. package/dist/_internal/daemon/context.d.ts +1 -0
  10. package/dist/_internal/daemon/context.d.ts.map +1 -1
  11. package/dist/_internal/daemon/knowledge-route-types.d.ts +2 -1
  12. package/dist/_internal/daemon/knowledge-route-types.d.ts.map +1 -1
  13. package/dist/_internal/daemon/knowledge-routes.d.ts +1 -1
  14. package/dist/_internal/daemon/knowledge-routes.d.ts.map +1 -1
  15. package/dist/_internal/daemon/knowledge-routes.js +19 -3
  16. package/dist/_internal/daemon/operator.d.ts +1 -1
  17. package/dist/_internal/daemon/operator.d.ts.map +1 -1
  18. package/dist/_internal/daemon/operator.js +2 -0
  19. package/dist/_internal/platform/control-plane/method-catalog-homegraph.d.ts.map +1 -1
  20. package/dist/_internal/platform/control-plane/method-catalog-homegraph.js +22 -2
  21. package/dist/_internal/platform/control-plane/method-catalog-knowledge.d.ts.map +1 -1
  22. package/dist/_internal/platform/control-plane/method-catalog-knowledge.js +16 -1
  23. package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts +3 -0
  24. package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts.map +1 -1
  25. package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.js +57 -2
  26. package/dist/_internal/platform/control-plane/routes/operator.d.ts +1 -1
  27. package/dist/_internal/platform/control-plane/routes/operator.d.ts.map +1 -1
  28. package/dist/_internal/platform/control-plane/routes/operator.js +2 -0
  29. package/dist/_internal/platform/daemon/http/home-graph-routes.d.ts.map +1 -1
  30. package/dist/_internal/platform/daemon/http/home-graph-routes.js +24 -0
  31. package/dist/_internal/platform/daemon/http/router-route-contexts.d.ts.map +1 -1
  32. package/dist/_internal/platform/daemon/http/router-route-contexts.js +1 -0
  33. package/dist/_internal/platform/knowledge/extractors.d.ts.map +1 -1
  34. package/dist/_internal/platform/knowledge/extractors.js +73 -1
  35. package/dist/_internal/platform/knowledge/generated-projections.d.ts +38 -0
  36. package/dist/_internal/platform/knowledge/generated-projections.d.ts.map +1 -0
  37. package/dist/_internal/platform/knowledge/generated-projections.js +106 -0
  38. package/dist/_internal/platform/knowledge/home-graph/generated-pages.d.ts +29 -0
  39. package/dist/_internal/platform/knowledge/home-graph/generated-pages.d.ts.map +1 -0
  40. package/dist/_internal/platform/knowledge/home-graph/generated-pages.js +296 -0
  41. package/dist/_internal/platform/knowledge/home-graph/helpers.d.ts +2 -1
  42. package/dist/_internal/platform/knowledge/home-graph/helpers.d.ts.map +1 -1
  43. package/dist/_internal/platform/knowledge/home-graph/helpers.js +4 -0
  44. package/dist/_internal/platform/knowledge/home-graph/index.d.ts +1 -1
  45. package/dist/_internal/platform/knowledge/home-graph/index.d.ts.map +1 -1
  46. package/dist/_internal/platform/knowledge/home-graph/reindex.d.ts +12 -0
  47. package/dist/_internal/platform/knowledge/home-graph/reindex.d.ts.map +1 -0
  48. package/dist/_internal/platform/knowledge/home-graph/reindex.js +35 -0
  49. package/dist/_internal/platform/knowledge/home-graph/rendering.d.ts +5 -0
  50. package/dist/_internal/platform/knowledge/home-graph/rendering.d.ts.map +1 -1
  51. package/dist/_internal/platform/knowledge/home-graph/rendering.js +32 -11
  52. package/dist/_internal/platform/knowledge/home-graph/search.d.ts +2 -0
  53. package/dist/_internal/platform/knowledge/home-graph/search.d.ts.map +1 -1
  54. package/dist/_internal/platform/knowledge/home-graph/search.js +135 -7
  55. package/dist/_internal/platform/knowledge/home-graph/service.d.ts +4 -2
  56. package/dist/_internal/platform/knowledge/home-graph/service.d.ts.map +1 -1
  57. package/dist/_internal/platform/knowledge/home-graph/service.js +79 -91
  58. package/dist/_internal/platform/knowledge/home-graph/types.d.ts +46 -2
  59. package/dist/_internal/platform/knowledge/home-graph/types.d.ts.map +1 -1
  60. package/dist/_internal/platform/knowledge/home-graph/types.js +2 -0
  61. package/dist/_internal/platform/knowledge/index.d.ts +6 -2
  62. package/dist/_internal/platform/knowledge/index.d.ts.map +1 -1
  63. package/dist/_internal/platform/knowledge/index.js +2 -0
  64. package/dist/_internal/platform/knowledge/ingest-compile.d.ts.map +1 -1
  65. package/dist/_internal/platform/knowledge/ingest-compile.js +26 -1
  66. package/dist/_internal/platform/knowledge/knowledge-api.d.ts +2 -0
  67. package/dist/_internal/platform/knowledge/knowledge-api.d.ts.map +1 -1
  68. package/dist/_internal/platform/knowledge/knowledge-api.js +1 -0
  69. package/dist/_internal/platform/knowledge/map.d.ts +18 -0
  70. package/dist/_internal/platform/knowledge/map.d.ts.map +1 -0
  71. package/dist/_internal/platform/knowledge/map.js +235 -0
  72. package/dist/_internal/platform/knowledge/projection-utils.d.ts +16 -0
  73. package/dist/_internal/platform/knowledge/projection-utils.d.ts.map +1 -0
  74. package/dist/_internal/platform/knowledge/projection-utils.js +48 -0
  75. package/dist/_internal/platform/knowledge/projections.d.ts +1 -0
  76. package/dist/_internal/platform/knowledge/projections.d.ts.map +1 -1
  77. package/dist/_internal/platform/knowledge/projections.js +52 -58
  78. package/dist/_internal/platform/knowledge/service.d.ts +7 -1
  79. package/dist/_internal/platform/knowledge/service.d.ts.map +1 -1
  80. package/dist/_internal/platform/knowledge/service.js +11 -0
  81. package/dist/_internal/platform/knowledge/types.d.ts +35 -0
  82. package/dist/_internal/platform/knowledge/types.d.ts.map +1 -1
  83. package/dist/_internal/platform/version.js +1 -1
  84. package/package.json +2 -1
@@ -3,7 +3,7 @@
3
3
  "product": {
4
4
  "id": "goodvibes",
5
5
  "surface": "operator",
6
- "version": "0.26.9"
6
+ "version": "0.26.11"
7
7
  },
8
8
  "auth": {
9
9
  "modes": [
@@ -25621,6 +25621,190 @@
25621
25621
  "markdown": {
25622
25622
  "type": "string"
25623
25623
  },
25624
+ "source": {
25625
+ "type": "object",
25626
+ "properties": {
25627
+ "id": {
25628
+ "type": "string"
25629
+ },
25630
+ "connectorId": {
25631
+ "type": "string"
25632
+ },
25633
+ "sourceType": {
25634
+ "type": "string",
25635
+ "enum": [
25636
+ "url",
25637
+ "bookmark",
25638
+ "bookmark-list",
25639
+ "history",
25640
+ "document",
25641
+ "repo",
25642
+ "dataset",
25643
+ "image",
25644
+ "manual",
25645
+ "other"
25646
+ ]
25647
+ },
25648
+ "title": {
25649
+ "type": "string"
25650
+ },
25651
+ "sourceUri": {
25652
+ "type": "string"
25653
+ },
25654
+ "canonicalUri": {
25655
+ "type": "string"
25656
+ },
25657
+ "summary": {
25658
+ "type": "string"
25659
+ },
25660
+ "description": {
25661
+ "type": "string"
25662
+ },
25663
+ "tags": {
25664
+ "type": "array",
25665
+ "items": {
25666
+ "type": "string"
25667
+ }
25668
+ },
25669
+ "folderPath": {
25670
+ "type": "string"
25671
+ },
25672
+ "status": {
25673
+ "type": "string"
25674
+ },
25675
+ "artifactId": {
25676
+ "type": "string"
25677
+ },
25678
+ "contentHash": {
25679
+ "type": "string"
25680
+ },
25681
+ "lastCrawledAt": {
25682
+ "type": "number"
25683
+ },
25684
+ "crawlError": {
25685
+ "type": "string"
25686
+ },
25687
+ "sessionId": {
25688
+ "type": "string"
25689
+ },
25690
+ "metadata": {
25691
+ "type": "object",
25692
+ "additionalProperties": {
25693
+ "anyOf": [
25694
+ {
25695
+ "type": "string"
25696
+ },
25697
+ {
25698
+ "type": "number"
25699
+ },
25700
+ {
25701
+ "type": "boolean"
25702
+ },
25703
+ {
25704
+ "type": "null"
25705
+ },
25706
+ {
25707
+ "type": "object",
25708
+ "additionalProperties": {}
25709
+ },
25710
+ {
25711
+ "type": "array",
25712
+ "items": {}
25713
+ }
25714
+ ]
25715
+ }
25716
+ },
25717
+ "createdAt": {
25718
+ "type": "number"
25719
+ },
25720
+ "updatedAt": {
25721
+ "type": "number"
25722
+ }
25723
+ },
25724
+ "required": [
25725
+ "id",
25726
+ "connectorId",
25727
+ "sourceType",
25728
+ "tags",
25729
+ "status",
25730
+ "metadata",
25731
+ "createdAt",
25732
+ "updatedAt"
25733
+ ],
25734
+ "additionalProperties": true
25735
+ },
25736
+ "linked": {
25737
+ "type": "object",
25738
+ "properties": {
25739
+ "id": {
25740
+ "type": "string"
25741
+ },
25742
+ "fromKind": {
25743
+ "type": "string"
25744
+ },
25745
+ "fromId": {
25746
+ "type": "string"
25747
+ },
25748
+ "toKind": {
25749
+ "type": "string"
25750
+ },
25751
+ "toId": {
25752
+ "type": "string"
25753
+ },
25754
+ "relation": {
25755
+ "type": "string"
25756
+ },
25757
+ "weight": {
25758
+ "type": "number"
25759
+ },
25760
+ "metadata": {
25761
+ "type": "object",
25762
+ "additionalProperties": {
25763
+ "anyOf": [
25764
+ {
25765
+ "type": "string"
25766
+ },
25767
+ {
25768
+ "type": "number"
25769
+ },
25770
+ {
25771
+ "type": "boolean"
25772
+ },
25773
+ {
25774
+ "type": "null"
25775
+ },
25776
+ {
25777
+ "type": "object",
25778
+ "additionalProperties": {}
25779
+ },
25780
+ {
25781
+ "type": "array",
25782
+ "items": {}
25783
+ }
25784
+ ]
25785
+ }
25786
+ },
25787
+ "createdAt": {
25788
+ "type": "number"
25789
+ },
25790
+ "updatedAt": {
25791
+ "type": "number"
25792
+ }
25793
+ },
25794
+ "required": [
25795
+ "id",
25796
+ "fromKind",
25797
+ "fromId",
25798
+ "toKind",
25799
+ "toId",
25800
+ "relation",
25801
+ "weight",
25802
+ "metadata",
25803
+ "createdAt",
25804
+ "updatedAt"
25805
+ ],
25806
+ "additionalProperties": true
25807
+ },
25624
25808
  "artifact": {
25625
25809
  "type": "object",
25626
25810
  "additionalProperties": {
@@ -25741,6 +25925,190 @@
25741
25925
  "markdown": {
25742
25926
  "type": "string"
25743
25927
  },
25928
+ "source": {
25929
+ "type": "object",
25930
+ "properties": {
25931
+ "id": {
25932
+ "type": "string"
25933
+ },
25934
+ "connectorId": {
25935
+ "type": "string"
25936
+ },
25937
+ "sourceType": {
25938
+ "type": "string",
25939
+ "enum": [
25940
+ "url",
25941
+ "bookmark",
25942
+ "bookmark-list",
25943
+ "history",
25944
+ "document",
25945
+ "repo",
25946
+ "dataset",
25947
+ "image",
25948
+ "manual",
25949
+ "other"
25950
+ ]
25951
+ },
25952
+ "title": {
25953
+ "type": "string"
25954
+ },
25955
+ "sourceUri": {
25956
+ "type": "string"
25957
+ },
25958
+ "canonicalUri": {
25959
+ "type": "string"
25960
+ },
25961
+ "summary": {
25962
+ "type": "string"
25963
+ },
25964
+ "description": {
25965
+ "type": "string"
25966
+ },
25967
+ "tags": {
25968
+ "type": "array",
25969
+ "items": {
25970
+ "type": "string"
25971
+ }
25972
+ },
25973
+ "folderPath": {
25974
+ "type": "string"
25975
+ },
25976
+ "status": {
25977
+ "type": "string"
25978
+ },
25979
+ "artifactId": {
25980
+ "type": "string"
25981
+ },
25982
+ "contentHash": {
25983
+ "type": "string"
25984
+ },
25985
+ "lastCrawledAt": {
25986
+ "type": "number"
25987
+ },
25988
+ "crawlError": {
25989
+ "type": "string"
25990
+ },
25991
+ "sessionId": {
25992
+ "type": "string"
25993
+ },
25994
+ "metadata": {
25995
+ "type": "object",
25996
+ "additionalProperties": {
25997
+ "anyOf": [
25998
+ {
25999
+ "type": "string"
26000
+ },
26001
+ {
26002
+ "type": "number"
26003
+ },
26004
+ {
26005
+ "type": "boolean"
26006
+ },
26007
+ {
26008
+ "type": "null"
26009
+ },
26010
+ {
26011
+ "type": "object",
26012
+ "additionalProperties": {}
26013
+ },
26014
+ {
26015
+ "type": "array",
26016
+ "items": {}
26017
+ }
26018
+ ]
26019
+ }
26020
+ },
26021
+ "createdAt": {
26022
+ "type": "number"
26023
+ },
26024
+ "updatedAt": {
26025
+ "type": "number"
26026
+ }
26027
+ },
26028
+ "required": [
26029
+ "id",
26030
+ "connectorId",
26031
+ "sourceType",
26032
+ "tags",
26033
+ "status",
26034
+ "metadata",
26035
+ "createdAt",
26036
+ "updatedAt"
26037
+ ],
26038
+ "additionalProperties": true
26039
+ },
26040
+ "linked": {
26041
+ "type": "object",
26042
+ "properties": {
26043
+ "id": {
26044
+ "type": "string"
26045
+ },
26046
+ "fromKind": {
26047
+ "type": "string"
26048
+ },
26049
+ "fromId": {
26050
+ "type": "string"
26051
+ },
26052
+ "toKind": {
26053
+ "type": "string"
26054
+ },
26055
+ "toId": {
26056
+ "type": "string"
26057
+ },
26058
+ "relation": {
26059
+ "type": "string"
26060
+ },
26061
+ "weight": {
26062
+ "type": "number"
26063
+ },
26064
+ "metadata": {
26065
+ "type": "object",
26066
+ "additionalProperties": {
26067
+ "anyOf": [
26068
+ {
26069
+ "type": "string"
26070
+ },
26071
+ {
26072
+ "type": "number"
26073
+ },
26074
+ {
26075
+ "type": "boolean"
26076
+ },
26077
+ {
26078
+ "type": "null"
26079
+ },
26080
+ {
26081
+ "type": "object",
26082
+ "additionalProperties": {}
26083
+ },
26084
+ {
26085
+ "type": "array",
26086
+ "items": {}
26087
+ }
26088
+ ]
26089
+ }
26090
+ },
26091
+ "createdAt": {
26092
+ "type": "number"
26093
+ },
26094
+ "updatedAt": {
26095
+ "type": "number"
26096
+ }
26097
+ },
26098
+ "required": [
26099
+ "id",
26100
+ "fromKind",
26101
+ "fromId",
26102
+ "toKind",
26103
+ "toId",
26104
+ "relation",
26105
+ "weight",
26106
+ "metadata",
26107
+ "createdAt",
26108
+ "updatedAt"
26109
+ ],
26110
+ "additionalProperties": true
26111
+ },
25744
26112
  "artifact": {
25745
26113
  "type": "object",
25746
26114
  "additionalProperties": {
@@ -27503,9 +27871,698 @@
27503
27871
  },
27504
27872
  "required": [
27505
27873
  "id",
27506
- "severity",
27507
- "code",
27508
- "message",
27874
+ "severity",
27875
+ "code",
27876
+ "message",
27877
+ "status",
27878
+ "metadata",
27879
+ "createdAt",
27880
+ "updatedAt"
27881
+ ],
27882
+ "additionalProperties": true
27883
+ }
27884
+ }
27885
+ },
27886
+ "required": [
27887
+ "ok",
27888
+ "spaceId",
27889
+ "issues"
27890
+ ],
27891
+ "additionalProperties": true
27892
+ },
27893
+ "invokable": true
27894
+ },
27895
+ {
27896
+ "id": "homeassistant.homeGraph.map",
27897
+ "title": "Map Home Graph",
27898
+ "description": "Return a visual Home Graph node/edge map with deterministic layout data and SVG.",
27899
+ "category": "knowledge",
27900
+ "source": "builtin",
27901
+ "access": "authenticated",
27902
+ "transport": [
27903
+ "http",
27904
+ "ws"
27905
+ ],
27906
+ "scopes": [
27907
+ "read:knowledge"
27908
+ ],
27909
+ "http": {
27910
+ "method": "GET",
27911
+ "path": "/api/homeassistant/home-graph/map"
27912
+ },
27913
+ "inputSchema": {
27914
+ "type": "object",
27915
+ "properties": {
27916
+ "installationId": {
27917
+ "type": "string"
27918
+ },
27919
+ "knowledgeSpaceId": {
27920
+ "type": "string"
27921
+ },
27922
+ "limit": {
27923
+ "type": "number"
27924
+ },
27925
+ "includeSources": {
27926
+ "type": "boolean"
27927
+ }
27928
+ },
27929
+ "additionalProperties": false
27930
+ },
27931
+ "outputSchema": {
27932
+ "type": "object",
27933
+ "properties": {
27934
+ "ok": {
27935
+ "type": "boolean"
27936
+ },
27937
+ "spaceId": {
27938
+ "type": "string"
27939
+ },
27940
+ "title": {
27941
+ "type": "string"
27942
+ },
27943
+ "generatedAt": {
27944
+ "type": "number"
27945
+ },
27946
+ "width": {
27947
+ "type": "number"
27948
+ },
27949
+ "height": {
27950
+ "type": "number"
27951
+ },
27952
+ "nodeCount": {
27953
+ "type": "number"
27954
+ },
27955
+ "edgeCount": {
27956
+ "type": "number"
27957
+ },
27958
+ "nodes": {
27959
+ "type": "array",
27960
+ "items": {
27961
+ "type": "object",
27962
+ "properties": {
27963
+ "id": {
27964
+ "type": "string"
27965
+ },
27966
+ "recordKind": {
27967
+ "type": "string"
27968
+ },
27969
+ "kind": {
27970
+ "type": "string"
27971
+ },
27972
+ "title": {
27973
+ "type": "string"
27974
+ },
27975
+ "summary": {
27976
+ "type": "string"
27977
+ },
27978
+ "x": {
27979
+ "type": "number"
27980
+ },
27981
+ "y": {
27982
+ "type": "number"
27983
+ },
27984
+ "radius": {
27985
+ "type": "number"
27986
+ },
27987
+ "metadata": {
27988
+ "type": "object",
27989
+ "additionalProperties": {
27990
+ "anyOf": [
27991
+ {
27992
+ "type": "string"
27993
+ },
27994
+ {
27995
+ "type": "number"
27996
+ },
27997
+ {
27998
+ "type": "boolean"
27999
+ },
28000
+ {
28001
+ "type": "null"
28002
+ },
28003
+ {
28004
+ "type": "object",
28005
+ "additionalProperties": {}
28006
+ },
28007
+ {
28008
+ "type": "array",
28009
+ "items": {}
28010
+ }
28011
+ ]
28012
+ }
28013
+ }
28014
+ },
28015
+ "required": [
28016
+ "id",
28017
+ "recordKind",
28018
+ "kind",
28019
+ "title",
28020
+ "x",
28021
+ "y",
28022
+ "radius",
28023
+ "metadata"
28024
+ ],
28025
+ "additionalProperties": true
28026
+ }
28027
+ },
28028
+ "edges": {
28029
+ "type": "array",
28030
+ "items": {
28031
+ "type": "object",
28032
+ "properties": {
28033
+ "id": {
28034
+ "type": "string"
28035
+ },
28036
+ "fromId": {
28037
+ "type": "string"
28038
+ },
28039
+ "toId": {
28040
+ "type": "string"
28041
+ },
28042
+ "relation": {
28043
+ "type": "string"
28044
+ },
28045
+ "weight": {
28046
+ "type": "number"
28047
+ },
28048
+ "metadata": {
28049
+ "type": "object",
28050
+ "additionalProperties": {
28051
+ "anyOf": [
28052
+ {
28053
+ "type": "string"
28054
+ },
28055
+ {
28056
+ "type": "number"
28057
+ },
28058
+ {
28059
+ "type": "boolean"
28060
+ },
28061
+ {
28062
+ "type": "null"
28063
+ },
28064
+ {
28065
+ "type": "object",
28066
+ "additionalProperties": {}
28067
+ },
28068
+ {
28069
+ "type": "array",
28070
+ "items": {}
28071
+ }
28072
+ ]
28073
+ }
28074
+ }
28075
+ },
28076
+ "required": [
28077
+ "id",
28078
+ "fromId",
28079
+ "toId",
28080
+ "relation",
28081
+ "weight",
28082
+ "metadata"
28083
+ ],
28084
+ "additionalProperties": true
28085
+ }
28086
+ },
28087
+ "svg": {
28088
+ "type": "string"
28089
+ }
28090
+ },
28091
+ "required": [
28092
+ "ok",
28093
+ "title",
28094
+ "generatedAt",
28095
+ "width",
28096
+ "height",
28097
+ "nodeCount",
28098
+ "edgeCount",
28099
+ "nodes",
28100
+ "edges",
28101
+ "svg"
28102
+ ],
28103
+ "additionalProperties": true
28104
+ },
28105
+ "invokable": true
28106
+ },
28107
+ {
28108
+ "id": "homeassistant.homeGraph.refreshDevicePassport",
28109
+ "title": "Refresh Device Passport",
28110
+ "description": "Generate or refresh the living passport page for one Home Assistant device.",
28111
+ "category": "knowledge",
28112
+ "source": "builtin",
28113
+ "access": "admin",
28114
+ "transport": [
28115
+ "http",
28116
+ "ws"
28117
+ ],
28118
+ "scopes": [
28119
+ "write:knowledge"
28120
+ ],
28121
+ "http": {
28122
+ "method": "POST",
28123
+ "path": "/api/homeassistant/home-graph/device-passport"
28124
+ },
28125
+ "inputSchema": {
28126
+ "type": "object",
28127
+ "properties": {
28128
+ "installationId": {
28129
+ "type": "string"
28130
+ },
28131
+ "knowledgeSpaceId": {
28132
+ "type": "string"
28133
+ },
28134
+ "deviceId": {
28135
+ "type": "string"
28136
+ },
28137
+ "metadata": {
28138
+ "type": "object",
28139
+ "additionalProperties": {
28140
+ "anyOf": [
28141
+ {
28142
+ "type": "string"
28143
+ },
28144
+ {
28145
+ "type": "number"
28146
+ },
28147
+ {
28148
+ "type": "boolean"
28149
+ },
28150
+ {
28151
+ "type": "null"
28152
+ },
28153
+ {
28154
+ "type": "object",
28155
+ "additionalProperties": {}
28156
+ },
28157
+ {
28158
+ "type": "array",
28159
+ "items": {}
28160
+ }
28161
+ ]
28162
+ }
28163
+ }
28164
+ },
28165
+ "required": [
28166
+ "deviceId"
28167
+ ],
28168
+ "additionalProperties": true
28169
+ },
28170
+ "outputSchema": {
28171
+ "type": "object",
28172
+ "properties": {
28173
+ "ok": {
28174
+ "type": "boolean"
28175
+ },
28176
+ "spaceId": {
28177
+ "type": "string"
28178
+ },
28179
+ "title": {
28180
+ "type": "string"
28181
+ },
28182
+ "markdown": {
28183
+ "type": "string"
28184
+ },
28185
+ "source": {
28186
+ "type": "object",
28187
+ "properties": {
28188
+ "id": {
28189
+ "type": "string"
28190
+ },
28191
+ "connectorId": {
28192
+ "type": "string"
28193
+ },
28194
+ "sourceType": {
28195
+ "type": "string",
28196
+ "enum": [
28197
+ "url",
28198
+ "bookmark",
28199
+ "bookmark-list",
28200
+ "history",
28201
+ "document",
28202
+ "repo",
28203
+ "dataset",
28204
+ "image",
28205
+ "manual",
28206
+ "other"
28207
+ ]
28208
+ },
28209
+ "title": {
28210
+ "type": "string"
28211
+ },
28212
+ "sourceUri": {
28213
+ "type": "string"
28214
+ },
28215
+ "canonicalUri": {
28216
+ "type": "string"
28217
+ },
28218
+ "summary": {
28219
+ "type": "string"
28220
+ },
28221
+ "description": {
28222
+ "type": "string"
28223
+ },
28224
+ "tags": {
28225
+ "type": "array",
28226
+ "items": {
28227
+ "type": "string"
28228
+ }
28229
+ },
28230
+ "folderPath": {
28231
+ "type": "string"
28232
+ },
28233
+ "status": {
28234
+ "type": "string"
28235
+ },
28236
+ "artifactId": {
28237
+ "type": "string"
28238
+ },
28239
+ "contentHash": {
28240
+ "type": "string"
28241
+ },
28242
+ "lastCrawledAt": {
28243
+ "type": "number"
28244
+ },
28245
+ "crawlError": {
28246
+ "type": "string"
28247
+ },
28248
+ "sessionId": {
28249
+ "type": "string"
28250
+ },
28251
+ "metadata": {
28252
+ "type": "object",
28253
+ "additionalProperties": {
28254
+ "anyOf": [
28255
+ {
28256
+ "type": "string"
28257
+ },
28258
+ {
28259
+ "type": "number"
28260
+ },
28261
+ {
28262
+ "type": "boolean"
28263
+ },
28264
+ {
28265
+ "type": "null"
28266
+ },
28267
+ {
28268
+ "type": "object",
28269
+ "additionalProperties": {}
28270
+ },
28271
+ {
28272
+ "type": "array",
28273
+ "items": {}
28274
+ }
28275
+ ]
28276
+ }
28277
+ },
28278
+ "createdAt": {
28279
+ "type": "number"
28280
+ },
28281
+ "updatedAt": {
28282
+ "type": "number"
28283
+ }
28284
+ },
28285
+ "required": [
28286
+ "id",
28287
+ "connectorId",
28288
+ "sourceType",
28289
+ "tags",
28290
+ "status",
28291
+ "metadata",
28292
+ "createdAt",
28293
+ "updatedAt"
28294
+ ],
28295
+ "additionalProperties": true
28296
+ },
28297
+ "linked": {
28298
+ "type": "object",
28299
+ "properties": {
28300
+ "id": {
28301
+ "type": "string"
28302
+ },
28303
+ "fromKind": {
28304
+ "type": "string"
28305
+ },
28306
+ "fromId": {
28307
+ "type": "string"
28308
+ },
28309
+ "toKind": {
28310
+ "type": "string"
28311
+ },
28312
+ "toId": {
28313
+ "type": "string"
28314
+ },
28315
+ "relation": {
28316
+ "type": "string"
28317
+ },
28318
+ "weight": {
28319
+ "type": "number"
28320
+ },
28321
+ "metadata": {
28322
+ "type": "object",
28323
+ "additionalProperties": {
28324
+ "anyOf": [
28325
+ {
28326
+ "type": "string"
28327
+ },
28328
+ {
28329
+ "type": "number"
28330
+ },
28331
+ {
28332
+ "type": "boolean"
28333
+ },
28334
+ {
28335
+ "type": "null"
28336
+ },
28337
+ {
28338
+ "type": "object",
28339
+ "additionalProperties": {}
28340
+ },
28341
+ {
28342
+ "type": "array",
28343
+ "items": {}
28344
+ }
28345
+ ]
28346
+ }
28347
+ },
28348
+ "createdAt": {
28349
+ "type": "number"
28350
+ },
28351
+ "updatedAt": {
28352
+ "type": "number"
28353
+ }
28354
+ },
28355
+ "required": [
28356
+ "id",
28357
+ "fromKind",
28358
+ "fromId",
28359
+ "toKind",
28360
+ "toId",
28361
+ "relation",
28362
+ "weight",
28363
+ "metadata",
28364
+ "createdAt",
28365
+ "updatedAt"
28366
+ ],
28367
+ "additionalProperties": true
28368
+ },
28369
+ "artifact": {
28370
+ "type": "object",
28371
+ "additionalProperties": {
28372
+ "anyOf": [
28373
+ {
28374
+ "type": "string"
28375
+ },
28376
+ {
28377
+ "type": "number"
28378
+ },
28379
+ {
28380
+ "type": "boolean"
28381
+ },
28382
+ {
28383
+ "type": "null"
28384
+ },
28385
+ {
28386
+ "type": "object",
28387
+ "additionalProperties": {}
28388
+ },
28389
+ {
28390
+ "type": "array",
28391
+ "items": {}
28392
+ }
28393
+ ]
28394
+ }
28395
+ }
28396
+ },
28397
+ "required": [
28398
+ "ok",
28399
+ "spaceId",
28400
+ "title",
28401
+ "markdown",
28402
+ "artifact"
28403
+ ],
28404
+ "additionalProperties": true
28405
+ },
28406
+ "invokable": true
28407
+ },
28408
+ {
28409
+ "id": "homeassistant.homeGraph.reindex",
28410
+ "title": "Reindex Home Graph Sources",
28411
+ "description": "Re-extract already-stored Home Graph artifacts with missing or weak extraction records.",
28412
+ "category": "knowledge",
28413
+ "source": "builtin",
28414
+ "access": "admin",
28415
+ "transport": [
28416
+ "http",
28417
+ "ws"
28418
+ ],
28419
+ "scopes": [
28420
+ "write:knowledge"
28421
+ ],
28422
+ "http": {
28423
+ "method": "POST",
28424
+ "path": "/api/homeassistant/home-graph/reindex"
28425
+ },
28426
+ "inputSchema": {
28427
+ "type": "object",
28428
+ "properties": {
28429
+ "installationId": {
28430
+ "type": "string"
28431
+ },
28432
+ "knowledgeSpaceId": {
28433
+ "type": "string"
28434
+ }
28435
+ },
28436
+ "additionalProperties": true
28437
+ },
28438
+ "outputSchema": {
28439
+ "type": "object",
28440
+ "properties": {
28441
+ "ok": {
28442
+ "type": "boolean"
28443
+ },
28444
+ "spaceId": {
28445
+ "type": "string"
28446
+ },
28447
+ "scanned": {
28448
+ "type": "number"
28449
+ },
28450
+ "reparsed": {
28451
+ "type": "number"
28452
+ },
28453
+ "skipped": {
28454
+ "type": "number"
28455
+ },
28456
+ "failed": {
28457
+ "type": "number"
28458
+ },
28459
+ "sources": {
28460
+ "type": "array",
28461
+ "items": {
28462
+ "type": "object",
28463
+ "properties": {
28464
+ "id": {
28465
+ "type": "string"
28466
+ },
28467
+ "connectorId": {
28468
+ "type": "string"
28469
+ },
28470
+ "sourceType": {
28471
+ "type": "string",
28472
+ "enum": [
28473
+ "url",
28474
+ "bookmark",
28475
+ "bookmark-list",
28476
+ "history",
28477
+ "document",
28478
+ "repo",
28479
+ "dataset",
28480
+ "image",
28481
+ "manual",
28482
+ "other"
28483
+ ]
28484
+ },
28485
+ "title": {
28486
+ "type": "string"
28487
+ },
28488
+ "sourceUri": {
28489
+ "type": "string"
28490
+ },
28491
+ "canonicalUri": {
28492
+ "type": "string"
28493
+ },
28494
+ "summary": {
28495
+ "type": "string"
28496
+ },
28497
+ "description": {
28498
+ "type": "string"
28499
+ },
28500
+ "tags": {
28501
+ "type": "array",
28502
+ "items": {
28503
+ "type": "string"
28504
+ }
28505
+ },
28506
+ "folderPath": {
28507
+ "type": "string"
28508
+ },
28509
+ "status": {
28510
+ "type": "string"
28511
+ },
28512
+ "artifactId": {
28513
+ "type": "string"
28514
+ },
28515
+ "contentHash": {
28516
+ "type": "string"
28517
+ },
28518
+ "lastCrawledAt": {
28519
+ "type": "number"
28520
+ },
28521
+ "crawlError": {
28522
+ "type": "string"
28523
+ },
28524
+ "sessionId": {
28525
+ "type": "string"
28526
+ },
28527
+ "metadata": {
28528
+ "type": "object",
28529
+ "additionalProperties": {
28530
+ "anyOf": [
28531
+ {
28532
+ "type": "string"
28533
+ },
28534
+ {
28535
+ "type": "number"
28536
+ },
28537
+ {
28538
+ "type": "boolean"
28539
+ },
28540
+ {
28541
+ "type": "null"
28542
+ },
28543
+ {
28544
+ "type": "object",
28545
+ "additionalProperties": {}
28546
+ },
28547
+ {
28548
+ "type": "array",
28549
+ "items": {}
28550
+ }
28551
+ ]
28552
+ }
28553
+ },
28554
+ "createdAt": {
28555
+ "type": "number"
28556
+ },
28557
+ "updatedAt": {
28558
+ "type": "number"
28559
+ }
28560
+ },
28561
+ "required": [
28562
+ "id",
28563
+ "connectorId",
28564
+ "sourceType",
28565
+ "tags",
27509
28566
  "status",
27510
28567
  "metadata",
27511
28568
  "createdAt",
@@ -27513,98 +28570,10 @@
27513
28570
  ],
27514
28571
  "additionalProperties": true
27515
28572
  }
27516
- }
27517
- },
27518
- "required": [
27519
- "ok",
27520
- "spaceId",
27521
- "issues"
27522
- ],
27523
- "additionalProperties": true
27524
- },
27525
- "invokable": true
27526
- },
27527
- {
27528
- "id": "homeassistant.homeGraph.refreshDevicePassport",
27529
- "title": "Refresh Device Passport",
27530
- "description": "Generate or refresh the living passport page for one Home Assistant device.",
27531
- "category": "knowledge",
27532
- "source": "builtin",
27533
- "access": "admin",
27534
- "transport": [
27535
- "http",
27536
- "ws"
27537
- ],
27538
- "scopes": [
27539
- "write:knowledge"
27540
- ],
27541
- "http": {
27542
- "method": "POST",
27543
- "path": "/api/homeassistant/home-graph/device-passport"
27544
- },
27545
- "inputSchema": {
27546
- "type": "object",
27547
- "properties": {
27548
- "installationId": {
27549
- "type": "string"
27550
- },
27551
- "knowledgeSpaceId": {
27552
- "type": "string"
27553
- },
27554
- "deviceId": {
27555
- "type": "string"
27556
- },
27557
- "metadata": {
27558
- "type": "object",
27559
- "additionalProperties": {
27560
- "anyOf": [
27561
- {
27562
- "type": "string"
27563
- },
27564
- {
27565
- "type": "number"
27566
- },
27567
- {
27568
- "type": "boolean"
27569
- },
27570
- {
27571
- "type": "null"
27572
- },
27573
- {
27574
- "type": "object",
27575
- "additionalProperties": {}
27576
- },
27577
- {
27578
- "type": "array",
27579
- "items": {}
27580
- }
27581
- ]
27582
- }
27583
- }
27584
- },
27585
- "required": [
27586
- "deviceId"
27587
- ],
27588
- "additionalProperties": true
27589
- },
27590
- "outputSchema": {
27591
- "type": "object",
27592
- "properties": {
27593
- "ok": {
27594
- "type": "boolean"
27595
- },
27596
- "spaceId": {
27597
- "type": "string"
27598
28573
  },
27599
- "title": {
27600
- "type": "string"
27601
- },
27602
- "markdown": {
27603
- "type": "string"
27604
- },
27605
- "artifact": {
27606
- "type": "object",
27607
- "additionalProperties": {
28574
+ "failures": {
28575
+ "type": "array",
28576
+ "items": {
27608
28577
  "anyOf": [
27609
28578
  {
27610
28579
  "type": "string"
@@ -27622,10 +28591,7 @@
27622
28591
  "type": "object",
27623
28592
  "additionalProperties": {}
27624
28593
  },
27625
- {
27626
- "type": "array",
27627
- "items": {}
27628
- }
28594
+ {}
27629
28595
  ]
27630
28596
  }
27631
28597
  }
@@ -27633,9 +28599,12 @@
27633
28599
  "required": [
27634
28600
  "ok",
27635
28601
  "spaceId",
27636
- "title",
27637
- "markdown",
27638
- "artifact"
28602
+ "scanned",
28603
+ "reparsed",
28604
+ "skipped",
28605
+ "failed",
28606
+ "sources",
28607
+ "failures"
27639
28608
  ],
27640
28609
  "additionalProperties": true
27641
28610
  },
@@ -28498,6 +29467,33 @@
28498
29467
  ]
28499
29468
  }
28500
29469
  },
29470
+ "pageAutomation": {
29471
+ "type": "object",
29472
+ "additionalProperties": {
29473
+ "anyOf": [
29474
+ {
29475
+ "type": "string"
29476
+ },
29477
+ {
29478
+ "type": "number"
29479
+ },
29480
+ {
29481
+ "type": "boolean"
29482
+ },
29483
+ {
29484
+ "type": "null"
29485
+ },
29486
+ {
29487
+ "type": "object",
29488
+ "additionalProperties": {}
29489
+ },
29490
+ {
29491
+ "type": "array",
29492
+ "items": {}
29493
+ }
29494
+ ]
29495
+ }
29496
+ },
28501
29497
  "metadata": {
28502
29498
  "type": "object",
28503
29499
  "additionalProperties": {
@@ -28760,6 +29756,55 @@
28760
29756
  ]
28761
29757
  }
28762
29758
  },
29759
+ "generated": {
29760
+ "type": "object",
29761
+ "properties": {
29762
+ "devicePassports": {
29763
+ "type": "number"
29764
+ },
29765
+ "roomPages": {
29766
+ "type": "number"
29767
+ },
29768
+ "artifacts": {
29769
+ "type": "number"
29770
+ },
29771
+ "sources": {
29772
+ "type": "number"
29773
+ },
29774
+ "errors": {
29775
+ "type": "array",
29776
+ "items": {
29777
+ "anyOf": [
29778
+ {
29779
+ "type": "string"
29780
+ },
29781
+ {
29782
+ "type": "number"
29783
+ },
29784
+ {
29785
+ "type": "boolean"
29786
+ },
29787
+ {
29788
+ "type": "null"
29789
+ },
29790
+ {
29791
+ "type": "object",
29792
+ "additionalProperties": {}
29793
+ },
29794
+ {}
29795
+ ]
29796
+ }
29797
+ }
29798
+ },
29799
+ "required": [
29800
+ "devicePassports",
29801
+ "roomPages",
29802
+ "artifacts",
29803
+ "sources",
29804
+ "errors"
29805
+ ],
29806
+ "additionalProperties": true
29807
+ },
28763
29808
  "counts": {
28764
29809
  "type": "object",
28765
29810
  "additionalProperties": {
@@ -28795,6 +29840,7 @@
28795
29840
  "source",
28796
29841
  "home",
28797
29842
  "created",
29843
+ "generated",
28798
29844
  "counts"
28799
29845
  ],
28800
29846
  "additionalProperties": true
@@ -34030,31 +35076,243 @@
34030
35076
  ]
34031
35077
  }
34032
35078
  },
34033
- "createdAt": {
34034
- "type": "number"
35079
+ "createdAt": {
35080
+ "type": "number"
35081
+ },
35082
+ "updatedAt": {
35083
+ "type": "number"
35084
+ }
35085
+ },
35086
+ "required": [
35087
+ "id",
35088
+ "severity",
35089
+ "code",
35090
+ "message",
35091
+ "status",
35092
+ "metadata",
35093
+ "createdAt",
35094
+ "updatedAt"
35095
+ ],
35096
+ "additionalProperties": true
35097
+ }
35098
+ }
35099
+ },
35100
+ "required": [
35101
+ "issues"
35102
+ ],
35103
+ "additionalProperties": false
35104
+ },
35105
+ "invokable": true
35106
+ },
35107
+ {
35108
+ "id": "knowledge.map",
35109
+ "title": "Map Knowledge Graph",
35110
+ "description": "Return a deterministic visual map of structured knowledge nodes, sources, edges, and optional issues.",
35111
+ "category": "knowledge",
35112
+ "source": "builtin",
35113
+ "access": "authenticated",
35114
+ "transport": [
35115
+ "http",
35116
+ "ws"
35117
+ ],
35118
+ "scopes": [
35119
+ "read:knowledge"
35120
+ ],
35121
+ "http": {
35122
+ "method": "GET",
35123
+ "path": "/api/knowledge/map"
35124
+ },
35125
+ "inputSchema": {
35126
+ "type": "object",
35127
+ "properties": {
35128
+ "limit": {
35129
+ "type": "number"
35130
+ },
35131
+ "includeSources": {
35132
+ "type": "boolean"
35133
+ },
35134
+ "includeIssues": {
35135
+ "type": "boolean"
35136
+ },
35137
+ "includeGenerated": {
35138
+ "type": "boolean"
35139
+ }
35140
+ },
35141
+ "additionalProperties": false
35142
+ },
35143
+ "outputSchema": {
35144
+ "type": "object",
35145
+ "properties": {
35146
+ "ok": {
35147
+ "type": "boolean"
35148
+ },
35149
+ "spaceId": {
35150
+ "type": "string"
35151
+ },
35152
+ "title": {
35153
+ "type": "string"
35154
+ },
35155
+ "generatedAt": {
35156
+ "type": "number"
35157
+ },
35158
+ "width": {
35159
+ "type": "number"
35160
+ },
35161
+ "height": {
35162
+ "type": "number"
35163
+ },
35164
+ "nodeCount": {
35165
+ "type": "number"
35166
+ },
35167
+ "edgeCount": {
35168
+ "type": "number"
35169
+ },
35170
+ "nodes": {
35171
+ "type": "array",
35172
+ "items": {
35173
+ "type": "object",
35174
+ "properties": {
35175
+ "id": {
35176
+ "type": "string"
35177
+ },
35178
+ "recordKind": {
35179
+ "type": "string"
35180
+ },
35181
+ "kind": {
35182
+ "type": "string"
35183
+ },
35184
+ "title": {
35185
+ "type": "string"
35186
+ },
35187
+ "summary": {
35188
+ "type": "string"
35189
+ },
35190
+ "x": {
35191
+ "type": "number"
35192
+ },
35193
+ "y": {
35194
+ "type": "number"
35195
+ },
35196
+ "radius": {
35197
+ "type": "number"
35198
+ },
35199
+ "metadata": {
35200
+ "type": "object",
35201
+ "additionalProperties": {
35202
+ "anyOf": [
35203
+ {
35204
+ "type": "string"
35205
+ },
35206
+ {
35207
+ "type": "number"
35208
+ },
35209
+ {
35210
+ "type": "boolean"
35211
+ },
35212
+ {
35213
+ "type": "null"
35214
+ },
35215
+ {
35216
+ "type": "object",
35217
+ "additionalProperties": {}
35218
+ },
35219
+ {
35220
+ "type": "array",
35221
+ "items": {}
35222
+ }
35223
+ ]
35224
+ }
35225
+ }
35226
+ },
35227
+ "required": [
35228
+ "id",
35229
+ "recordKind",
35230
+ "kind",
35231
+ "title",
35232
+ "x",
35233
+ "y",
35234
+ "radius",
35235
+ "metadata"
35236
+ ],
35237
+ "additionalProperties": true
35238
+ }
35239
+ },
35240
+ "edges": {
35241
+ "type": "array",
35242
+ "items": {
35243
+ "type": "object",
35244
+ "properties": {
35245
+ "id": {
35246
+ "type": "string"
35247
+ },
35248
+ "fromId": {
35249
+ "type": "string"
34035
35250
  },
34036
- "updatedAt": {
35251
+ "toId": {
35252
+ "type": "string"
35253
+ },
35254
+ "relation": {
35255
+ "type": "string"
35256
+ },
35257
+ "weight": {
34037
35258
  "type": "number"
35259
+ },
35260
+ "metadata": {
35261
+ "type": "object",
35262
+ "additionalProperties": {
35263
+ "anyOf": [
35264
+ {
35265
+ "type": "string"
35266
+ },
35267
+ {
35268
+ "type": "number"
35269
+ },
35270
+ {
35271
+ "type": "boolean"
35272
+ },
35273
+ {
35274
+ "type": "null"
35275
+ },
35276
+ {
35277
+ "type": "object",
35278
+ "additionalProperties": {}
35279
+ },
35280
+ {
35281
+ "type": "array",
35282
+ "items": {}
35283
+ }
35284
+ ]
35285
+ }
34038
35286
  }
34039
35287
  },
34040
35288
  "required": [
34041
35289
  "id",
34042
- "severity",
34043
- "code",
34044
- "message",
34045
- "status",
34046
- "metadata",
34047
- "createdAt",
34048
- "updatedAt"
35290
+ "fromId",
35291
+ "toId",
35292
+ "relation",
35293
+ "weight",
35294
+ "metadata"
34049
35295
  ],
34050
35296
  "additionalProperties": true
34051
35297
  }
35298
+ },
35299
+ "svg": {
35300
+ "type": "string"
34052
35301
  }
34053
35302
  },
34054
35303
  "required": [
34055
- "issues"
35304
+ "ok",
35305
+ "title",
35306
+ "generatedAt",
35307
+ "width",
35308
+ "height",
35309
+ "nodeCount",
35310
+ "edgeCount",
35311
+ "nodes",
35312
+ "edges",
35313
+ "svg"
34056
35314
  ],
34057
- "additionalProperties": false
35315
+ "additionalProperties": true
34058
35316
  },
34059
35317
  "invokable": true
34060
35318
  },
@@ -34645,13 +35903,200 @@
34645
35903
  "metadata"
34646
35904
  ],
34647
35905
  "additionalProperties": true
35906
+ },
35907
+ "source": {
35908
+ "type": "object",
35909
+ "properties": {
35910
+ "id": {
35911
+ "type": "string"
35912
+ },
35913
+ "connectorId": {
35914
+ "type": "string"
35915
+ },
35916
+ "sourceType": {
35917
+ "type": "string",
35918
+ "enum": [
35919
+ "url",
35920
+ "bookmark",
35921
+ "bookmark-list",
35922
+ "history",
35923
+ "document",
35924
+ "repo",
35925
+ "dataset",
35926
+ "image",
35927
+ "manual",
35928
+ "other"
35929
+ ]
35930
+ },
35931
+ "title": {
35932
+ "type": "string"
35933
+ },
35934
+ "sourceUri": {
35935
+ "type": "string"
35936
+ },
35937
+ "canonicalUri": {
35938
+ "type": "string"
35939
+ },
35940
+ "summary": {
35941
+ "type": "string"
35942
+ },
35943
+ "description": {
35944
+ "type": "string"
35945
+ },
35946
+ "tags": {
35947
+ "type": "array",
35948
+ "items": {
35949
+ "type": "string"
35950
+ }
35951
+ },
35952
+ "folderPath": {
35953
+ "type": "string"
35954
+ },
35955
+ "status": {
35956
+ "type": "string"
35957
+ },
35958
+ "artifactId": {
35959
+ "type": "string"
35960
+ },
35961
+ "contentHash": {
35962
+ "type": "string"
35963
+ },
35964
+ "lastCrawledAt": {
35965
+ "type": "number"
35966
+ },
35967
+ "crawlError": {
35968
+ "type": "string"
35969
+ },
35970
+ "sessionId": {
35971
+ "type": "string"
35972
+ },
35973
+ "metadata": {
35974
+ "type": "object",
35975
+ "additionalProperties": {
35976
+ "anyOf": [
35977
+ {
35978
+ "type": "string"
35979
+ },
35980
+ {
35981
+ "type": "number"
35982
+ },
35983
+ {
35984
+ "type": "boolean"
35985
+ },
35986
+ {
35987
+ "type": "null"
35988
+ },
35989
+ {
35990
+ "type": "object",
35991
+ "additionalProperties": {}
35992
+ },
35993
+ {
35994
+ "type": "array",
35995
+ "items": {}
35996
+ }
35997
+ ]
35998
+ }
35999
+ },
36000
+ "createdAt": {
36001
+ "type": "number"
36002
+ },
36003
+ "updatedAt": {
36004
+ "type": "number"
36005
+ }
36006
+ },
36007
+ "required": [
36008
+ "id",
36009
+ "connectorId",
36010
+ "sourceType",
36011
+ "tags",
36012
+ "status",
36013
+ "metadata",
36014
+ "createdAt",
36015
+ "updatedAt"
36016
+ ],
36017
+ "additionalProperties": true
36018
+ },
36019
+ "linked": {
36020
+ "type": "object",
36021
+ "properties": {
36022
+ "id": {
36023
+ "type": "string"
36024
+ },
36025
+ "fromKind": {
36026
+ "type": "string"
36027
+ },
36028
+ "fromId": {
36029
+ "type": "string"
36030
+ },
36031
+ "toKind": {
36032
+ "type": "string"
36033
+ },
36034
+ "toId": {
36035
+ "type": "string"
36036
+ },
36037
+ "relation": {
36038
+ "type": "string"
36039
+ },
36040
+ "weight": {
36041
+ "type": "number"
36042
+ },
36043
+ "metadata": {
36044
+ "type": "object",
36045
+ "additionalProperties": {
36046
+ "anyOf": [
36047
+ {
36048
+ "type": "string"
36049
+ },
36050
+ {
36051
+ "type": "number"
36052
+ },
36053
+ {
36054
+ "type": "boolean"
36055
+ },
36056
+ {
36057
+ "type": "null"
36058
+ },
36059
+ {
36060
+ "type": "object",
36061
+ "additionalProperties": {}
36062
+ },
36063
+ {
36064
+ "type": "array",
36065
+ "items": {}
36066
+ }
36067
+ ]
36068
+ }
36069
+ },
36070
+ "createdAt": {
36071
+ "type": "number"
36072
+ },
36073
+ "updatedAt": {
36074
+ "type": "number"
36075
+ }
36076
+ },
36077
+ "required": [
36078
+ "id",
36079
+ "fromKind",
36080
+ "fromId",
36081
+ "toKind",
36082
+ "toId",
36083
+ "relation",
36084
+ "weight",
36085
+ "metadata",
36086
+ "createdAt",
36087
+ "updatedAt"
36088
+ ],
36089
+ "additionalProperties": true
36090
+ },
36091
+ "artifactCreated": {
36092
+ "type": "boolean"
34648
36093
  }
34649
36094
  },
34650
36095
  "required": [
34651
36096
  "bundle",
34652
36097
  "artifact"
34653
36098
  ],
34654
- "additionalProperties": false
36099
+ "additionalProperties": true
34655
36100
  },
34656
36101
  "invokable": true
34657
36102
  },
@@ -60451,10 +61896,10 @@
60451
61896
  }
60452
61897
  ],
60453
61898
  "schemaCoverage": {
60454
- "methods": 243,
60455
- "typedInputs": 243,
61899
+ "methods": 246,
61900
+ "typedInputs": 246,
60456
61901
  "genericInputs": 0,
60457
- "typedOutputs": 243,
61902
+ "typedOutputs": 246,
60458
61903
  "genericOutputs": 0
60459
61904
  },
60460
61905
  "eventCoverage": {