@pellux/goodvibes-sdk 0.26.10 → 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.
- package/dist/_internal/contracts/artifacts/operator-contract.json +1456 -216
- package/dist/_internal/contracts/generated/foundation-metadata.d.ts +2 -2
- package/dist/_internal/contracts/generated/foundation-metadata.js +2 -2
- package/dist/_internal/contracts/generated/operator-contract.d.ts.map +1 -1
- package/dist/_internal/contracts/generated/operator-contract.js +1456 -216
- package/dist/_internal/contracts/generated/operator-method-ids.d.ts +1 -1
- package/dist/_internal/contracts/generated/operator-method-ids.d.ts.map +1 -1
- package/dist/_internal/contracts/generated/operator-method-ids.js +2 -0
- package/dist/_internal/daemon/context.d.ts +1 -0
- package/dist/_internal/daemon/context.d.ts.map +1 -1
- package/dist/_internal/daemon/knowledge-route-types.d.ts +2 -1
- package/dist/_internal/daemon/knowledge-route-types.d.ts.map +1 -1
- package/dist/_internal/daemon/knowledge-routes.d.ts +1 -1
- package/dist/_internal/daemon/knowledge-routes.d.ts.map +1 -1
- package/dist/_internal/daemon/knowledge-routes.js +19 -3
- package/dist/_internal/daemon/operator.d.ts +1 -1
- package/dist/_internal/daemon/operator.d.ts.map +1 -1
- package/dist/_internal/daemon/operator.js +2 -0
- package/dist/_internal/platform/control-plane/method-catalog-homegraph.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/method-catalog-homegraph.js +12 -2
- package/dist/_internal/platform/control-plane/method-catalog-knowledge.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/method-catalog-knowledge.js +16 -1
- package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts +2 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.js +47 -2
- package/dist/_internal/platform/control-plane/routes/operator.d.ts +1 -1
- package/dist/_internal/platform/control-plane/routes/operator.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/routes/operator.js +2 -0
- package/dist/_internal/platform/daemon/http/home-graph-routes.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/home-graph-routes.js +21 -0
- package/dist/_internal/platform/daemon/http/router-route-contexts.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/router-route-contexts.js +1 -0
- package/dist/_internal/platform/knowledge/generated-projections.d.ts +38 -0
- package/dist/_internal/platform/knowledge/generated-projections.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/generated-projections.js +106 -0
- package/dist/_internal/platform/knowledge/home-graph/generated-pages.d.ts +29 -0
- package/dist/_internal/platform/knowledge/home-graph/generated-pages.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/home-graph/generated-pages.js +296 -0
- package/dist/_internal/platform/knowledge/home-graph/helpers.d.ts +2 -1
- package/dist/_internal/platform/knowledge/home-graph/helpers.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/helpers.js +4 -0
- package/dist/_internal/platform/knowledge/home-graph/index.d.ts +1 -1
- package/dist/_internal/platform/knowledge/home-graph/index.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/rendering.d.ts +5 -0
- package/dist/_internal/platform/knowledge/home-graph/rendering.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/rendering.js +32 -11
- package/dist/_internal/platform/knowledge/home-graph/search.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/search.js +2 -2
- package/dist/_internal/platform/knowledge/home-graph/service.d.ts +2 -2
- package/dist/_internal/platform/knowledge/home-graph/service.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/service.js +37 -86
- package/dist/_internal/platform/knowledge/home-graph/types.d.ts +33 -2
- package/dist/_internal/platform/knowledge/home-graph/types.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/types.js +2 -0
- package/dist/_internal/platform/knowledge/index.d.ts +6 -2
- package/dist/_internal/platform/knowledge/index.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/index.js +2 -0
- package/dist/_internal/platform/knowledge/knowledge-api.d.ts +2 -0
- package/dist/_internal/platform/knowledge/knowledge-api.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/knowledge-api.js +1 -0
- package/dist/_internal/platform/knowledge/map.d.ts +18 -0
- package/dist/_internal/platform/knowledge/map.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/map.js +235 -0
- package/dist/_internal/platform/knowledge/projection-utils.d.ts +16 -0
- package/dist/_internal/platform/knowledge/projection-utils.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/projection-utils.js +48 -0
- package/dist/_internal/platform/knowledge/projections.d.ts +1 -0
- package/dist/_internal/platform/knowledge/projections.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/projections.js +52 -58
- package/dist/_internal/platform/knowledge/service.d.ts +7 -1
- package/dist/_internal/platform/knowledge/service.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/service.js +11 -0
- package/dist/_internal/platform/knowledge/types.d.ts +35 -0
- package/dist/_internal/platform/knowledge/types.d.ts.map +1 -1
- package/dist/_internal/platform/version.js +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
3
3
|
"product": {
|
|
4
4
|
"id": "goodvibes",
|
|
5
5
|
"surface": "operator",
|
|
6
|
-
"version": "0.26.
|
|
6
|
+
"version": "0.26.11"
|
|
7
7
|
},
|
|
8
8
|
"auth": {
|
|
9
9
|
"modes": [
|
|
@@ -25621,6 +25621,190 @@ export const OPERATOR_CONTRACT = {
|
|
|
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 @@ export const OPERATOR_CONTRACT = {
|
|
|
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": {
|
|
@@ -27524,6 +27892,218 @@ export const OPERATOR_CONTRACT = {
|
|
|
27524
27892
|
},
|
|
27525
27893
|
"invokable": true
|
|
27526
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
|
+
},
|
|
27527
28107
|
{
|
|
27528
28108
|
"id": "homeassistant.homeGraph.refreshDevicePassport",
|
|
27529
28109
|
"title": "Refresh Device Passport",
|
|
@@ -27602,6 +28182,190 @@ export const OPERATOR_CONTRACT = {
|
|
|
27602
28182
|
"markdown": {
|
|
27603
28183
|
"type": "string"
|
|
27604
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
|
+
},
|
|
27605
28369
|
"artifact": {
|
|
27606
28370
|
"type": "object",
|
|
27607
28371
|
"additionalProperties": {
|
|
@@ -28703,6 +29467,33 @@ export const OPERATOR_CONTRACT = {
|
|
|
28703
29467
|
]
|
|
28704
29468
|
}
|
|
28705
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
|
+
},
|
|
28706
29497
|
"metadata": {
|
|
28707
29498
|
"type": "object",
|
|
28708
29499
|
"additionalProperties": {
|
|
@@ -28729,170 +29520,260 @@ export const OPERATOR_CONTRACT = {
|
|
|
28729
29520
|
}
|
|
28730
29521
|
]
|
|
28731
29522
|
}
|
|
28732
|
-
}
|
|
28733
|
-
},
|
|
28734
|
-
"additionalProperties": true
|
|
28735
|
-
},
|
|
28736
|
-
"outputSchema": {
|
|
28737
|
-
"type": "object",
|
|
28738
|
-
"properties": {
|
|
28739
|
-
"ok": {
|
|
28740
|
-
"type": "boolean"
|
|
28741
|
-
},
|
|
28742
|
-
"spaceId": {
|
|
28743
|
-
"type": "string"
|
|
28744
|
-
},
|
|
28745
|
-
"installationId": {
|
|
28746
|
-
"type": "string"
|
|
29523
|
+
}
|
|
29524
|
+
},
|
|
29525
|
+
"additionalProperties": true
|
|
29526
|
+
},
|
|
29527
|
+
"outputSchema": {
|
|
29528
|
+
"type": "object",
|
|
29529
|
+
"properties": {
|
|
29530
|
+
"ok": {
|
|
29531
|
+
"type": "boolean"
|
|
29532
|
+
},
|
|
29533
|
+
"spaceId": {
|
|
29534
|
+
"type": "string"
|
|
29535
|
+
},
|
|
29536
|
+
"installationId": {
|
|
29537
|
+
"type": "string"
|
|
29538
|
+
},
|
|
29539
|
+
"source": {
|
|
29540
|
+
"type": "object",
|
|
29541
|
+
"properties": {
|
|
29542
|
+
"id": {
|
|
29543
|
+
"type": "string"
|
|
29544
|
+
},
|
|
29545
|
+
"connectorId": {
|
|
29546
|
+
"type": "string"
|
|
29547
|
+
},
|
|
29548
|
+
"sourceType": {
|
|
29549
|
+
"type": "string",
|
|
29550
|
+
"enum": [
|
|
29551
|
+
"url",
|
|
29552
|
+
"bookmark",
|
|
29553
|
+
"bookmark-list",
|
|
29554
|
+
"history",
|
|
29555
|
+
"document",
|
|
29556
|
+
"repo",
|
|
29557
|
+
"dataset",
|
|
29558
|
+
"image",
|
|
29559
|
+
"manual",
|
|
29560
|
+
"other"
|
|
29561
|
+
]
|
|
29562
|
+
},
|
|
29563
|
+
"title": {
|
|
29564
|
+
"type": "string"
|
|
29565
|
+
},
|
|
29566
|
+
"sourceUri": {
|
|
29567
|
+
"type": "string"
|
|
29568
|
+
},
|
|
29569
|
+
"canonicalUri": {
|
|
29570
|
+
"type": "string"
|
|
29571
|
+
},
|
|
29572
|
+
"summary": {
|
|
29573
|
+
"type": "string"
|
|
29574
|
+
},
|
|
29575
|
+
"description": {
|
|
29576
|
+
"type": "string"
|
|
29577
|
+
},
|
|
29578
|
+
"tags": {
|
|
29579
|
+
"type": "array",
|
|
29580
|
+
"items": {
|
|
29581
|
+
"type": "string"
|
|
29582
|
+
}
|
|
29583
|
+
},
|
|
29584
|
+
"folderPath": {
|
|
29585
|
+
"type": "string"
|
|
29586
|
+
},
|
|
29587
|
+
"status": {
|
|
29588
|
+
"type": "string"
|
|
29589
|
+
},
|
|
29590
|
+
"artifactId": {
|
|
29591
|
+
"type": "string"
|
|
29592
|
+
},
|
|
29593
|
+
"contentHash": {
|
|
29594
|
+
"type": "string"
|
|
29595
|
+
},
|
|
29596
|
+
"lastCrawledAt": {
|
|
29597
|
+
"type": "number"
|
|
29598
|
+
},
|
|
29599
|
+
"crawlError": {
|
|
29600
|
+
"type": "string"
|
|
29601
|
+
},
|
|
29602
|
+
"sessionId": {
|
|
29603
|
+
"type": "string"
|
|
29604
|
+
},
|
|
29605
|
+
"metadata": {
|
|
29606
|
+
"type": "object",
|
|
29607
|
+
"additionalProperties": {
|
|
29608
|
+
"anyOf": [
|
|
29609
|
+
{
|
|
29610
|
+
"type": "string"
|
|
29611
|
+
},
|
|
29612
|
+
{
|
|
29613
|
+
"type": "number"
|
|
29614
|
+
},
|
|
29615
|
+
{
|
|
29616
|
+
"type": "boolean"
|
|
29617
|
+
},
|
|
29618
|
+
{
|
|
29619
|
+
"type": "null"
|
|
29620
|
+
},
|
|
29621
|
+
{
|
|
29622
|
+
"type": "object",
|
|
29623
|
+
"additionalProperties": {}
|
|
29624
|
+
},
|
|
29625
|
+
{
|
|
29626
|
+
"type": "array",
|
|
29627
|
+
"items": {}
|
|
29628
|
+
}
|
|
29629
|
+
]
|
|
29630
|
+
}
|
|
29631
|
+
},
|
|
29632
|
+
"createdAt": {
|
|
29633
|
+
"type": "number"
|
|
29634
|
+
},
|
|
29635
|
+
"updatedAt": {
|
|
29636
|
+
"type": "number"
|
|
29637
|
+
}
|
|
29638
|
+
},
|
|
29639
|
+
"required": [
|
|
29640
|
+
"id",
|
|
29641
|
+
"connectorId",
|
|
29642
|
+
"sourceType",
|
|
29643
|
+
"tags",
|
|
29644
|
+
"status",
|
|
29645
|
+
"metadata",
|
|
29646
|
+
"createdAt",
|
|
29647
|
+
"updatedAt"
|
|
29648
|
+
],
|
|
29649
|
+
"additionalProperties": true
|
|
29650
|
+
},
|
|
29651
|
+
"home": {
|
|
29652
|
+
"type": "object",
|
|
29653
|
+
"properties": {
|
|
29654
|
+
"id": {
|
|
29655
|
+
"type": "string"
|
|
29656
|
+
},
|
|
29657
|
+
"kind": {
|
|
29658
|
+
"type": "string"
|
|
29659
|
+
},
|
|
29660
|
+
"slug": {
|
|
29661
|
+
"type": "string"
|
|
29662
|
+
},
|
|
29663
|
+
"title": {
|
|
29664
|
+
"type": "string"
|
|
29665
|
+
},
|
|
29666
|
+
"summary": {
|
|
29667
|
+
"type": "string"
|
|
29668
|
+
},
|
|
29669
|
+
"aliases": {
|
|
29670
|
+
"type": "array",
|
|
29671
|
+
"items": {
|
|
29672
|
+
"type": "string"
|
|
29673
|
+
}
|
|
29674
|
+
},
|
|
29675
|
+
"status": {
|
|
29676
|
+
"type": "string"
|
|
29677
|
+
},
|
|
29678
|
+
"confidence": {
|
|
29679
|
+
"type": "number"
|
|
29680
|
+
},
|
|
29681
|
+
"sourceId": {
|
|
29682
|
+
"type": "string"
|
|
29683
|
+
},
|
|
29684
|
+
"metadata": {
|
|
29685
|
+
"type": "object",
|
|
29686
|
+
"additionalProperties": {
|
|
29687
|
+
"anyOf": [
|
|
29688
|
+
{
|
|
29689
|
+
"type": "string"
|
|
29690
|
+
},
|
|
29691
|
+
{
|
|
29692
|
+
"type": "number"
|
|
29693
|
+
},
|
|
29694
|
+
{
|
|
29695
|
+
"type": "boolean"
|
|
29696
|
+
},
|
|
29697
|
+
{
|
|
29698
|
+
"type": "null"
|
|
29699
|
+
},
|
|
29700
|
+
{
|
|
29701
|
+
"type": "object",
|
|
29702
|
+
"additionalProperties": {}
|
|
29703
|
+
},
|
|
29704
|
+
{
|
|
29705
|
+
"type": "array",
|
|
29706
|
+
"items": {}
|
|
29707
|
+
}
|
|
29708
|
+
]
|
|
29709
|
+
}
|
|
29710
|
+
},
|
|
29711
|
+
"createdAt": {
|
|
29712
|
+
"type": "number"
|
|
29713
|
+
},
|
|
29714
|
+
"updatedAt": {
|
|
29715
|
+
"type": "number"
|
|
29716
|
+
}
|
|
29717
|
+
},
|
|
29718
|
+
"required": [
|
|
29719
|
+
"id",
|
|
29720
|
+
"kind",
|
|
29721
|
+
"slug",
|
|
29722
|
+
"title",
|
|
29723
|
+
"aliases",
|
|
29724
|
+
"status",
|
|
29725
|
+
"confidence",
|
|
29726
|
+
"metadata",
|
|
29727
|
+
"createdAt",
|
|
29728
|
+
"updatedAt"
|
|
29729
|
+
],
|
|
29730
|
+
"additionalProperties": true
|
|
29731
|
+
},
|
|
29732
|
+
"created": {
|
|
29733
|
+
"type": "object",
|
|
29734
|
+
"additionalProperties": {
|
|
29735
|
+
"anyOf": [
|
|
29736
|
+
{
|
|
29737
|
+
"type": "string"
|
|
29738
|
+
},
|
|
29739
|
+
{
|
|
29740
|
+
"type": "number"
|
|
29741
|
+
},
|
|
29742
|
+
{
|
|
29743
|
+
"type": "boolean"
|
|
29744
|
+
},
|
|
29745
|
+
{
|
|
29746
|
+
"type": "null"
|
|
29747
|
+
},
|
|
29748
|
+
{
|
|
29749
|
+
"type": "object",
|
|
29750
|
+
"additionalProperties": {}
|
|
29751
|
+
},
|
|
29752
|
+
{
|
|
29753
|
+
"type": "array",
|
|
29754
|
+
"items": {}
|
|
29755
|
+
}
|
|
29756
|
+
]
|
|
29757
|
+
}
|
|
28747
29758
|
},
|
|
28748
|
-
"
|
|
29759
|
+
"generated": {
|
|
28749
29760
|
"type": "object",
|
|
28750
29761
|
"properties": {
|
|
28751
|
-
"
|
|
28752
|
-
"type": "string"
|
|
28753
|
-
},
|
|
28754
|
-
"connectorId": {
|
|
28755
|
-
"type": "string"
|
|
28756
|
-
},
|
|
28757
|
-
"sourceType": {
|
|
28758
|
-
"type": "string",
|
|
28759
|
-
"enum": [
|
|
28760
|
-
"url",
|
|
28761
|
-
"bookmark",
|
|
28762
|
-
"bookmark-list",
|
|
28763
|
-
"history",
|
|
28764
|
-
"document",
|
|
28765
|
-
"repo",
|
|
28766
|
-
"dataset",
|
|
28767
|
-
"image",
|
|
28768
|
-
"manual",
|
|
28769
|
-
"other"
|
|
28770
|
-
]
|
|
28771
|
-
},
|
|
28772
|
-
"title": {
|
|
28773
|
-
"type": "string"
|
|
28774
|
-
},
|
|
28775
|
-
"sourceUri": {
|
|
28776
|
-
"type": "string"
|
|
28777
|
-
},
|
|
28778
|
-
"canonicalUri": {
|
|
28779
|
-
"type": "string"
|
|
28780
|
-
},
|
|
28781
|
-
"summary": {
|
|
28782
|
-
"type": "string"
|
|
28783
|
-
},
|
|
28784
|
-
"description": {
|
|
28785
|
-
"type": "string"
|
|
28786
|
-
},
|
|
28787
|
-
"tags": {
|
|
28788
|
-
"type": "array",
|
|
28789
|
-
"items": {
|
|
28790
|
-
"type": "string"
|
|
28791
|
-
}
|
|
28792
|
-
},
|
|
28793
|
-
"folderPath": {
|
|
28794
|
-
"type": "string"
|
|
28795
|
-
},
|
|
28796
|
-
"status": {
|
|
28797
|
-
"type": "string"
|
|
28798
|
-
},
|
|
28799
|
-
"artifactId": {
|
|
28800
|
-
"type": "string"
|
|
28801
|
-
},
|
|
28802
|
-
"contentHash": {
|
|
28803
|
-
"type": "string"
|
|
28804
|
-
},
|
|
28805
|
-
"lastCrawledAt": {
|
|
29762
|
+
"devicePassports": {
|
|
28806
29763
|
"type": "number"
|
|
28807
29764
|
},
|
|
28808
|
-
"
|
|
28809
|
-
"type": "string"
|
|
28810
|
-
},
|
|
28811
|
-
"sessionId": {
|
|
28812
|
-
"type": "string"
|
|
28813
|
-
},
|
|
28814
|
-
"metadata": {
|
|
28815
|
-
"type": "object",
|
|
28816
|
-
"additionalProperties": {
|
|
28817
|
-
"anyOf": [
|
|
28818
|
-
{
|
|
28819
|
-
"type": "string"
|
|
28820
|
-
},
|
|
28821
|
-
{
|
|
28822
|
-
"type": "number"
|
|
28823
|
-
},
|
|
28824
|
-
{
|
|
28825
|
-
"type": "boolean"
|
|
28826
|
-
},
|
|
28827
|
-
{
|
|
28828
|
-
"type": "null"
|
|
28829
|
-
},
|
|
28830
|
-
{
|
|
28831
|
-
"type": "object",
|
|
28832
|
-
"additionalProperties": {}
|
|
28833
|
-
},
|
|
28834
|
-
{
|
|
28835
|
-
"type": "array",
|
|
28836
|
-
"items": {}
|
|
28837
|
-
}
|
|
28838
|
-
]
|
|
28839
|
-
}
|
|
28840
|
-
},
|
|
28841
|
-
"createdAt": {
|
|
29765
|
+
"roomPages": {
|
|
28842
29766
|
"type": "number"
|
|
28843
29767
|
},
|
|
28844
|
-
"
|
|
29768
|
+
"artifacts": {
|
|
28845
29769
|
"type": "number"
|
|
28846
|
-
}
|
|
28847
|
-
},
|
|
28848
|
-
"required": [
|
|
28849
|
-
"id",
|
|
28850
|
-
"connectorId",
|
|
28851
|
-
"sourceType",
|
|
28852
|
-
"tags",
|
|
28853
|
-
"status",
|
|
28854
|
-
"metadata",
|
|
28855
|
-
"createdAt",
|
|
28856
|
-
"updatedAt"
|
|
28857
|
-
],
|
|
28858
|
-
"additionalProperties": true
|
|
28859
|
-
},
|
|
28860
|
-
"home": {
|
|
28861
|
-
"type": "object",
|
|
28862
|
-
"properties": {
|
|
28863
|
-
"id": {
|
|
28864
|
-
"type": "string"
|
|
28865
29770
|
},
|
|
28866
|
-
"
|
|
28867
|
-
"type": "
|
|
28868
|
-
},
|
|
28869
|
-
"slug": {
|
|
28870
|
-
"type": "string"
|
|
28871
|
-
},
|
|
28872
|
-
"title": {
|
|
28873
|
-
"type": "string"
|
|
28874
|
-
},
|
|
28875
|
-
"summary": {
|
|
28876
|
-
"type": "string"
|
|
29771
|
+
"sources": {
|
|
29772
|
+
"type": "number"
|
|
28877
29773
|
},
|
|
28878
|
-
"
|
|
29774
|
+
"errors": {
|
|
28879
29775
|
"type": "array",
|
|
28880
29776
|
"items": {
|
|
28881
|
-
"type": "string"
|
|
28882
|
-
}
|
|
28883
|
-
},
|
|
28884
|
-
"status": {
|
|
28885
|
-
"type": "string"
|
|
28886
|
-
},
|
|
28887
|
-
"confidence": {
|
|
28888
|
-
"type": "number"
|
|
28889
|
-
},
|
|
28890
|
-
"sourceId": {
|
|
28891
|
-
"type": "string"
|
|
28892
|
-
},
|
|
28893
|
-
"metadata": {
|
|
28894
|
-
"type": "object",
|
|
28895
|
-
"additionalProperties": {
|
|
28896
29777
|
"anyOf": [
|
|
28897
29778
|
{
|
|
28898
29779
|
"type": "string"
|
|
@@ -28910,61 +29791,20 @@ export const OPERATOR_CONTRACT = {
|
|
|
28910
29791
|
"type": "object",
|
|
28911
29792
|
"additionalProperties": {}
|
|
28912
29793
|
},
|
|
28913
|
-
{
|
|
28914
|
-
"type": "array",
|
|
28915
|
-
"items": {}
|
|
28916
|
-
}
|
|
29794
|
+
{}
|
|
28917
29795
|
]
|
|
28918
29796
|
}
|
|
28919
|
-
},
|
|
28920
|
-
"createdAt": {
|
|
28921
|
-
"type": "number"
|
|
28922
|
-
},
|
|
28923
|
-
"updatedAt": {
|
|
28924
|
-
"type": "number"
|
|
28925
29797
|
}
|
|
28926
29798
|
},
|
|
28927
29799
|
"required": [
|
|
28928
|
-
"
|
|
28929
|
-
"
|
|
28930
|
-
"
|
|
28931
|
-
"
|
|
28932
|
-
"
|
|
28933
|
-
"status",
|
|
28934
|
-
"confidence",
|
|
28935
|
-
"metadata",
|
|
28936
|
-
"createdAt",
|
|
28937
|
-
"updatedAt"
|
|
29800
|
+
"devicePassports",
|
|
29801
|
+
"roomPages",
|
|
29802
|
+
"artifacts",
|
|
29803
|
+
"sources",
|
|
29804
|
+
"errors"
|
|
28938
29805
|
],
|
|
28939
29806
|
"additionalProperties": true
|
|
28940
29807
|
},
|
|
28941
|
-
"created": {
|
|
28942
|
-
"type": "object",
|
|
28943
|
-
"additionalProperties": {
|
|
28944
|
-
"anyOf": [
|
|
28945
|
-
{
|
|
28946
|
-
"type": "string"
|
|
28947
|
-
},
|
|
28948
|
-
{
|
|
28949
|
-
"type": "number"
|
|
28950
|
-
},
|
|
28951
|
-
{
|
|
28952
|
-
"type": "boolean"
|
|
28953
|
-
},
|
|
28954
|
-
{
|
|
28955
|
-
"type": "null"
|
|
28956
|
-
},
|
|
28957
|
-
{
|
|
28958
|
-
"type": "object",
|
|
28959
|
-
"additionalProperties": {}
|
|
28960
|
-
},
|
|
28961
|
-
{
|
|
28962
|
-
"type": "array",
|
|
28963
|
-
"items": {}
|
|
28964
|
-
}
|
|
28965
|
-
]
|
|
28966
|
-
}
|
|
28967
|
-
},
|
|
28968
29808
|
"counts": {
|
|
28969
29809
|
"type": "object",
|
|
28970
29810
|
"additionalProperties": {
|
|
@@ -29000,6 +29840,7 @@ export const OPERATOR_CONTRACT = {
|
|
|
29000
29840
|
"source",
|
|
29001
29841
|
"home",
|
|
29002
29842
|
"created",
|
|
29843
|
+
"generated",
|
|
29003
29844
|
"counts"
|
|
29004
29845
|
],
|
|
29005
29846
|
"additionalProperties": true
|
|
@@ -34235,31 +35076,243 @@ export const OPERATOR_CONTRACT = {
|
|
|
34235
35076
|
]
|
|
34236
35077
|
}
|
|
34237
35078
|
},
|
|
34238
|
-
"createdAt": {
|
|
34239
|
-
"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"
|
|
34240
35250
|
},
|
|
34241
|
-
"
|
|
35251
|
+
"toId": {
|
|
35252
|
+
"type": "string"
|
|
35253
|
+
},
|
|
35254
|
+
"relation": {
|
|
35255
|
+
"type": "string"
|
|
35256
|
+
},
|
|
35257
|
+
"weight": {
|
|
34242
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
|
+
}
|
|
34243
35286
|
}
|
|
34244
35287
|
},
|
|
34245
35288
|
"required": [
|
|
34246
35289
|
"id",
|
|
34247
|
-
"
|
|
34248
|
-
"
|
|
34249
|
-
"
|
|
34250
|
-
"
|
|
34251
|
-
"metadata"
|
|
34252
|
-
"createdAt",
|
|
34253
|
-
"updatedAt"
|
|
35290
|
+
"fromId",
|
|
35291
|
+
"toId",
|
|
35292
|
+
"relation",
|
|
35293
|
+
"weight",
|
|
35294
|
+
"metadata"
|
|
34254
35295
|
],
|
|
34255
35296
|
"additionalProperties": true
|
|
34256
35297
|
}
|
|
35298
|
+
},
|
|
35299
|
+
"svg": {
|
|
35300
|
+
"type": "string"
|
|
34257
35301
|
}
|
|
34258
35302
|
},
|
|
34259
35303
|
"required": [
|
|
34260
|
-
"
|
|
35304
|
+
"ok",
|
|
35305
|
+
"title",
|
|
35306
|
+
"generatedAt",
|
|
35307
|
+
"width",
|
|
35308
|
+
"height",
|
|
35309
|
+
"nodeCount",
|
|
35310
|
+
"edgeCount",
|
|
35311
|
+
"nodes",
|
|
35312
|
+
"edges",
|
|
35313
|
+
"svg"
|
|
34261
35314
|
],
|
|
34262
|
-
"additionalProperties":
|
|
35315
|
+
"additionalProperties": true
|
|
34263
35316
|
},
|
|
34264
35317
|
"invokable": true
|
|
34265
35318
|
},
|
|
@@ -34850,13 +35903,200 @@ export const OPERATOR_CONTRACT = {
|
|
|
34850
35903
|
"metadata"
|
|
34851
35904
|
],
|
|
34852
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"
|
|
34853
36093
|
}
|
|
34854
36094
|
},
|
|
34855
36095
|
"required": [
|
|
34856
36096
|
"bundle",
|
|
34857
36097
|
"artifact"
|
|
34858
36098
|
],
|
|
34859
|
-
"additionalProperties":
|
|
36099
|
+
"additionalProperties": true
|
|
34860
36100
|
},
|
|
34861
36101
|
"invokable": true
|
|
34862
36102
|
},
|
|
@@ -60656,10 +61896,10 @@ export const OPERATOR_CONTRACT = {
|
|
|
60656
61896
|
}
|
|
60657
61897
|
],
|
|
60658
61898
|
"schemaCoverage": {
|
|
60659
|
-
"methods":
|
|
60660
|
-
"typedInputs":
|
|
61899
|
+
"methods": 246,
|
|
61900
|
+
"typedInputs": 246,
|
|
60661
61901
|
"genericInputs": 0,
|
|
60662
|
-
"typedOutputs":
|
|
61902
|
+
"typedOutputs": 246,
|
|
60663
61903
|
"genericOutputs": 0
|
|
60664
61904
|
},
|
|
60665
61905
|
"eventCoverage": {
|