@pellux/goodvibes-sdk 0.27.1 → 0.27.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_internal/contracts/artifacts/operator-contract.json +870 -4
- 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 +870 -4
- 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 +1 -0
- package/dist/_internal/daemon/knowledge-routes.d.ts.map +1 -1
- package/dist/_internal/daemon/knowledge-routes.js +27 -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 +41 -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 +15 -1
- package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts +1 -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 +28 -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 +50 -0
- package/dist/_internal/platform/knowledge/extractors.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/extractors.js +1 -116
- package/dist/_internal/platform/knowledge/home-graph/auto-link.d.ts +27 -0
- package/dist/_internal/platform/knowledge/home-graph/auto-link.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/home-graph/auto-link.js +236 -0
- package/dist/_internal/platform/knowledge/home-graph/extraction-quality.d.ts +2 -0
- package/dist/_internal/platform/knowledge/home-graph/extraction-quality.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/home-graph/extraction-quality.js +52 -0
- package/dist/_internal/platform/knowledge/home-graph/generated-pages.d.ts +1 -0
- package/dist/_internal/platform/knowledge/home-graph/generated-pages.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/generated-pages.js +14 -8
- 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/pages.d.ts +11 -0
- package/dist/_internal/platform/knowledge/home-graph/pages.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/home-graph/pages.js +44 -0
- package/dist/_internal/platform/knowledge/home-graph/rendering.d.ts +5 -6
- package/dist/_internal/platform/knowledge/home-graph/rendering.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/rendering.js +284 -5
- package/dist/_internal/platform/knowledge/home-graph/search.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/search.js +4 -6
- package/dist/_internal/platform/knowledge/home-graph/service.d.ts +6 -1
- package/dist/_internal/platform/knowledge/home-graph/service.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/home-graph/service.js +60 -6
- package/dist/_internal/platform/knowledge/home-graph/types.d.ts +47 -1
- package/dist/_internal/platform/knowledge/home-graph/types.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/index.d.ts +2 -2
- package/dist/_internal/platform/knowledge/index.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/map-filters.d.ts +24 -0
- package/dist/_internal/platform/knowledge/map-filters.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/map-filters.js +199 -0
- package/dist/_internal/platform/knowledge/map.d.ts +16 -1
- package/dist/_internal/platform/knowledge/map.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/map.js +19 -8
- package/dist/_internal/platform/knowledge/pdf-extractor.d.ts +3 -0
- package/dist/_internal/platform/knowledge/pdf-extractor.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/pdf-extractor.js +346 -0
- package/dist/_internal/platform/knowledge/service.d.ts +2 -6
- package/dist/_internal/platform/knowledge/service.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/types.d.ts +39 -1
- 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.27.
|
|
6
|
+
"version": "0.27.3"
|
|
7
7
|
},
|
|
8
8
|
"auth": {
|
|
9
9
|
"modes": [
|
|
@@ -27924,6 +27924,150 @@ export const OPERATOR_CONTRACT = {
|
|
|
27924
27924
|
},
|
|
27925
27925
|
"includeSources": {
|
|
27926
27926
|
"type": "boolean"
|
|
27927
|
+
},
|
|
27928
|
+
"includeIssues": {
|
|
27929
|
+
"type": "boolean"
|
|
27930
|
+
},
|
|
27931
|
+
"includeGenerated": {
|
|
27932
|
+
"type": "boolean"
|
|
27933
|
+
},
|
|
27934
|
+
"query": {
|
|
27935
|
+
"type": "string"
|
|
27936
|
+
},
|
|
27937
|
+
"recordKinds": {
|
|
27938
|
+
"type": "array",
|
|
27939
|
+
"items": {
|
|
27940
|
+
"type": "string"
|
|
27941
|
+
}
|
|
27942
|
+
},
|
|
27943
|
+
"ids": {
|
|
27944
|
+
"type": "array",
|
|
27945
|
+
"items": {
|
|
27946
|
+
"type": "string"
|
|
27947
|
+
}
|
|
27948
|
+
},
|
|
27949
|
+
"linkedToIds": {
|
|
27950
|
+
"type": "array",
|
|
27951
|
+
"items": {
|
|
27952
|
+
"type": "string"
|
|
27953
|
+
}
|
|
27954
|
+
},
|
|
27955
|
+
"nodeKinds": {
|
|
27956
|
+
"type": "array",
|
|
27957
|
+
"items": {
|
|
27958
|
+
"type": "string"
|
|
27959
|
+
}
|
|
27960
|
+
},
|
|
27961
|
+
"sourceTypes": {
|
|
27962
|
+
"type": "array",
|
|
27963
|
+
"items": {
|
|
27964
|
+
"type": "string"
|
|
27965
|
+
}
|
|
27966
|
+
},
|
|
27967
|
+
"sourceStatuses": {
|
|
27968
|
+
"type": "array",
|
|
27969
|
+
"items": {
|
|
27970
|
+
"type": "string"
|
|
27971
|
+
}
|
|
27972
|
+
},
|
|
27973
|
+
"nodeStatuses": {
|
|
27974
|
+
"type": "array",
|
|
27975
|
+
"items": {
|
|
27976
|
+
"type": "string"
|
|
27977
|
+
}
|
|
27978
|
+
},
|
|
27979
|
+
"issueCodes": {
|
|
27980
|
+
"type": "array",
|
|
27981
|
+
"items": {
|
|
27982
|
+
"type": "string"
|
|
27983
|
+
}
|
|
27984
|
+
},
|
|
27985
|
+
"issueStatuses": {
|
|
27986
|
+
"type": "array",
|
|
27987
|
+
"items": {
|
|
27988
|
+
"type": "string"
|
|
27989
|
+
}
|
|
27990
|
+
},
|
|
27991
|
+
"issueSeverities": {
|
|
27992
|
+
"type": "array",
|
|
27993
|
+
"items": {
|
|
27994
|
+
"type": "string"
|
|
27995
|
+
}
|
|
27996
|
+
},
|
|
27997
|
+
"edgeRelations": {
|
|
27998
|
+
"type": "array",
|
|
27999
|
+
"items": {
|
|
28000
|
+
"type": "string"
|
|
28001
|
+
}
|
|
28002
|
+
},
|
|
28003
|
+
"tags": {
|
|
28004
|
+
"type": "array",
|
|
28005
|
+
"items": {
|
|
28006
|
+
"type": "string"
|
|
28007
|
+
}
|
|
28008
|
+
},
|
|
28009
|
+
"minConfidence": {
|
|
28010
|
+
"type": "number"
|
|
28011
|
+
},
|
|
28012
|
+
"ha": {
|
|
28013
|
+
"type": "object",
|
|
28014
|
+
"properties": {
|
|
28015
|
+
"objectKinds": {
|
|
28016
|
+
"type": "array",
|
|
28017
|
+
"items": {
|
|
28018
|
+
"type": "string"
|
|
28019
|
+
}
|
|
28020
|
+
},
|
|
28021
|
+
"entityIds": {
|
|
28022
|
+
"type": "array",
|
|
28023
|
+
"items": {
|
|
28024
|
+
"type": "string"
|
|
28025
|
+
}
|
|
28026
|
+
},
|
|
28027
|
+
"deviceIds": {
|
|
28028
|
+
"type": "array",
|
|
28029
|
+
"items": {
|
|
28030
|
+
"type": "string"
|
|
28031
|
+
}
|
|
28032
|
+
},
|
|
28033
|
+
"areaIds": {
|
|
28034
|
+
"type": "array",
|
|
28035
|
+
"items": {
|
|
28036
|
+
"type": "string"
|
|
28037
|
+
}
|
|
28038
|
+
},
|
|
28039
|
+
"integrationIds": {
|
|
28040
|
+
"type": "array",
|
|
28041
|
+
"items": {
|
|
28042
|
+
"type": "string"
|
|
28043
|
+
}
|
|
28044
|
+
},
|
|
28045
|
+
"integrationDomains": {
|
|
28046
|
+
"type": "array",
|
|
28047
|
+
"items": {
|
|
28048
|
+
"type": "string"
|
|
28049
|
+
}
|
|
28050
|
+
},
|
|
28051
|
+
"domains": {
|
|
28052
|
+
"type": "array",
|
|
28053
|
+
"items": {
|
|
28054
|
+
"type": "string"
|
|
28055
|
+
}
|
|
28056
|
+
},
|
|
28057
|
+
"deviceClasses": {
|
|
28058
|
+
"type": "array",
|
|
28059
|
+
"items": {
|
|
28060
|
+
"type": "string"
|
|
28061
|
+
}
|
|
28062
|
+
},
|
|
28063
|
+
"labels": {
|
|
28064
|
+
"type": "array",
|
|
28065
|
+
"items": {
|
|
28066
|
+
"type": "string"
|
|
28067
|
+
}
|
|
28068
|
+
}
|
|
28069
|
+
},
|
|
28070
|
+
"additionalProperties": false
|
|
27927
28071
|
}
|
|
27928
28072
|
},
|
|
27929
28073
|
"additionalProperties": false
|
|
@@ -27955,6 +28099,263 @@ export const OPERATOR_CONTRACT = {
|
|
|
27955
28099
|
"edgeCount": {
|
|
27956
28100
|
"type": "number"
|
|
27957
28101
|
},
|
|
28102
|
+
"totalNodeCount": {
|
|
28103
|
+
"type": "number"
|
|
28104
|
+
},
|
|
28105
|
+
"totalEdgeCount": {
|
|
28106
|
+
"type": "number"
|
|
28107
|
+
},
|
|
28108
|
+
"facets": {
|
|
28109
|
+
"type": "object",
|
|
28110
|
+
"properties": {
|
|
28111
|
+
"recordKinds": {
|
|
28112
|
+
"type": "array",
|
|
28113
|
+
"items": {
|
|
28114
|
+
"type": "object",
|
|
28115
|
+
"properties": {
|
|
28116
|
+
"value": {
|
|
28117
|
+
"type": "string"
|
|
28118
|
+
},
|
|
28119
|
+
"count": {
|
|
28120
|
+
"type": "number"
|
|
28121
|
+
},
|
|
28122
|
+
"label": {
|
|
28123
|
+
"type": "string"
|
|
28124
|
+
}
|
|
28125
|
+
},
|
|
28126
|
+
"required": [
|
|
28127
|
+
"value",
|
|
28128
|
+
"count"
|
|
28129
|
+
],
|
|
28130
|
+
"additionalProperties": true
|
|
28131
|
+
}
|
|
28132
|
+
},
|
|
28133
|
+
"nodeKinds": {
|
|
28134
|
+
"type": "array",
|
|
28135
|
+
"items": {
|
|
28136
|
+
"type": "object",
|
|
28137
|
+
"properties": {
|
|
28138
|
+
"value": {
|
|
28139
|
+
"type": "string"
|
|
28140
|
+
},
|
|
28141
|
+
"count": {
|
|
28142
|
+
"type": "number"
|
|
28143
|
+
},
|
|
28144
|
+
"label": {
|
|
28145
|
+
"type": "string"
|
|
28146
|
+
}
|
|
28147
|
+
},
|
|
28148
|
+
"required": [
|
|
28149
|
+
"value",
|
|
28150
|
+
"count"
|
|
28151
|
+
],
|
|
28152
|
+
"additionalProperties": true
|
|
28153
|
+
}
|
|
28154
|
+
},
|
|
28155
|
+
"sourceTypes": {
|
|
28156
|
+
"type": "array",
|
|
28157
|
+
"items": {
|
|
28158
|
+
"type": "object",
|
|
28159
|
+
"properties": {
|
|
28160
|
+
"value": {
|
|
28161
|
+
"type": "string"
|
|
28162
|
+
},
|
|
28163
|
+
"count": {
|
|
28164
|
+
"type": "number"
|
|
28165
|
+
},
|
|
28166
|
+
"label": {
|
|
28167
|
+
"type": "string"
|
|
28168
|
+
}
|
|
28169
|
+
},
|
|
28170
|
+
"required": [
|
|
28171
|
+
"value",
|
|
28172
|
+
"count"
|
|
28173
|
+
],
|
|
28174
|
+
"additionalProperties": true
|
|
28175
|
+
}
|
|
28176
|
+
},
|
|
28177
|
+
"sourceStatuses": {
|
|
28178
|
+
"type": "array",
|
|
28179
|
+
"items": {
|
|
28180
|
+
"type": "object",
|
|
28181
|
+
"properties": {
|
|
28182
|
+
"value": {
|
|
28183
|
+
"type": "string"
|
|
28184
|
+
},
|
|
28185
|
+
"count": {
|
|
28186
|
+
"type": "number"
|
|
28187
|
+
},
|
|
28188
|
+
"label": {
|
|
28189
|
+
"type": "string"
|
|
28190
|
+
}
|
|
28191
|
+
},
|
|
28192
|
+
"required": [
|
|
28193
|
+
"value",
|
|
28194
|
+
"count"
|
|
28195
|
+
],
|
|
28196
|
+
"additionalProperties": true
|
|
28197
|
+
}
|
|
28198
|
+
},
|
|
28199
|
+
"nodeStatuses": {
|
|
28200
|
+
"type": "array",
|
|
28201
|
+
"items": {
|
|
28202
|
+
"type": "object",
|
|
28203
|
+
"properties": {
|
|
28204
|
+
"value": {
|
|
28205
|
+
"type": "string"
|
|
28206
|
+
},
|
|
28207
|
+
"count": {
|
|
28208
|
+
"type": "number"
|
|
28209
|
+
},
|
|
28210
|
+
"label": {
|
|
28211
|
+
"type": "string"
|
|
28212
|
+
}
|
|
28213
|
+
},
|
|
28214
|
+
"required": [
|
|
28215
|
+
"value",
|
|
28216
|
+
"count"
|
|
28217
|
+
],
|
|
28218
|
+
"additionalProperties": true
|
|
28219
|
+
}
|
|
28220
|
+
},
|
|
28221
|
+
"issueCodes": {
|
|
28222
|
+
"type": "array",
|
|
28223
|
+
"items": {
|
|
28224
|
+
"type": "object",
|
|
28225
|
+
"properties": {
|
|
28226
|
+
"value": {
|
|
28227
|
+
"type": "string"
|
|
28228
|
+
},
|
|
28229
|
+
"count": {
|
|
28230
|
+
"type": "number"
|
|
28231
|
+
},
|
|
28232
|
+
"label": {
|
|
28233
|
+
"type": "string"
|
|
28234
|
+
}
|
|
28235
|
+
},
|
|
28236
|
+
"required": [
|
|
28237
|
+
"value",
|
|
28238
|
+
"count"
|
|
28239
|
+
],
|
|
28240
|
+
"additionalProperties": true
|
|
28241
|
+
}
|
|
28242
|
+
},
|
|
28243
|
+
"issueStatuses": {
|
|
28244
|
+
"type": "array",
|
|
28245
|
+
"items": {
|
|
28246
|
+
"type": "object",
|
|
28247
|
+
"properties": {
|
|
28248
|
+
"value": {
|
|
28249
|
+
"type": "string"
|
|
28250
|
+
},
|
|
28251
|
+
"count": {
|
|
28252
|
+
"type": "number"
|
|
28253
|
+
},
|
|
28254
|
+
"label": {
|
|
28255
|
+
"type": "string"
|
|
28256
|
+
}
|
|
28257
|
+
},
|
|
28258
|
+
"required": [
|
|
28259
|
+
"value",
|
|
28260
|
+
"count"
|
|
28261
|
+
],
|
|
28262
|
+
"additionalProperties": true
|
|
28263
|
+
}
|
|
28264
|
+
},
|
|
28265
|
+
"issueSeverities": {
|
|
28266
|
+
"type": "array",
|
|
28267
|
+
"items": {
|
|
28268
|
+
"type": "object",
|
|
28269
|
+
"properties": {
|
|
28270
|
+
"value": {
|
|
28271
|
+
"type": "string"
|
|
28272
|
+
},
|
|
28273
|
+
"count": {
|
|
28274
|
+
"type": "number"
|
|
28275
|
+
},
|
|
28276
|
+
"label": {
|
|
28277
|
+
"type": "string"
|
|
28278
|
+
}
|
|
28279
|
+
},
|
|
28280
|
+
"required": [
|
|
28281
|
+
"value",
|
|
28282
|
+
"count"
|
|
28283
|
+
],
|
|
28284
|
+
"additionalProperties": true
|
|
28285
|
+
}
|
|
28286
|
+
},
|
|
28287
|
+
"edgeRelations": {
|
|
28288
|
+
"type": "array",
|
|
28289
|
+
"items": {
|
|
28290
|
+
"type": "object",
|
|
28291
|
+
"properties": {
|
|
28292
|
+
"value": {
|
|
28293
|
+
"type": "string"
|
|
28294
|
+
},
|
|
28295
|
+
"count": {
|
|
28296
|
+
"type": "number"
|
|
28297
|
+
},
|
|
28298
|
+
"label": {
|
|
28299
|
+
"type": "string"
|
|
28300
|
+
}
|
|
28301
|
+
},
|
|
28302
|
+
"required": [
|
|
28303
|
+
"value",
|
|
28304
|
+
"count"
|
|
28305
|
+
],
|
|
28306
|
+
"additionalProperties": true
|
|
28307
|
+
}
|
|
28308
|
+
},
|
|
28309
|
+
"tags": {
|
|
28310
|
+
"type": "array",
|
|
28311
|
+
"items": {
|
|
28312
|
+
"type": "object",
|
|
28313
|
+
"properties": {
|
|
28314
|
+
"value": {
|
|
28315
|
+
"type": "string"
|
|
28316
|
+
},
|
|
28317
|
+
"count": {
|
|
28318
|
+
"type": "number"
|
|
28319
|
+
},
|
|
28320
|
+
"label": {
|
|
28321
|
+
"type": "string"
|
|
28322
|
+
}
|
|
28323
|
+
},
|
|
28324
|
+
"required": [
|
|
28325
|
+
"value",
|
|
28326
|
+
"count"
|
|
28327
|
+
],
|
|
28328
|
+
"additionalProperties": true
|
|
28329
|
+
}
|
|
28330
|
+
},
|
|
28331
|
+
"homeAssistant": {
|
|
28332
|
+
"type": "object",
|
|
28333
|
+
"additionalProperties": {
|
|
28334
|
+
"type": "array",
|
|
28335
|
+
"items": {
|
|
28336
|
+
"type": "object",
|
|
28337
|
+
"properties": {
|
|
28338
|
+
"value": {
|
|
28339
|
+
"type": "string"
|
|
28340
|
+
},
|
|
28341
|
+
"count": {
|
|
28342
|
+
"type": "number"
|
|
28343
|
+
},
|
|
28344
|
+
"label": {
|
|
28345
|
+
"type": "string"
|
|
28346
|
+
}
|
|
28347
|
+
},
|
|
28348
|
+
"required": [
|
|
28349
|
+
"value",
|
|
28350
|
+
"count"
|
|
28351
|
+
],
|
|
28352
|
+
"additionalProperties": true
|
|
28353
|
+
}
|
|
28354
|
+
}
|
|
28355
|
+
}
|
|
28356
|
+
},
|
|
28357
|
+
"additionalProperties": true
|
|
28358
|
+
},
|
|
27958
28359
|
"nodes": {
|
|
27959
28360
|
"type": "array",
|
|
27960
28361
|
"items": {
|
|
@@ -28104,6 +28505,85 @@ export const OPERATOR_CONTRACT = {
|
|
|
28104
28505
|
},
|
|
28105
28506
|
"invokable": true
|
|
28106
28507
|
},
|
|
28508
|
+
{
|
|
28509
|
+
"id": "homeassistant.homeGraph.pages.list",
|
|
28510
|
+
"title": "List Home Graph Pages",
|
|
28511
|
+
"description": "Return generated Home Graph wiki pages with optional markdown content.",
|
|
28512
|
+
"category": "knowledge",
|
|
28513
|
+
"source": "builtin",
|
|
28514
|
+
"access": "authenticated",
|
|
28515
|
+
"transport": [
|
|
28516
|
+
"http",
|
|
28517
|
+
"ws"
|
|
28518
|
+
],
|
|
28519
|
+
"scopes": [
|
|
28520
|
+
"read:knowledge"
|
|
28521
|
+
],
|
|
28522
|
+
"http": {
|
|
28523
|
+
"method": "GET",
|
|
28524
|
+
"path": "/api/homeassistant/home-graph/pages"
|
|
28525
|
+
},
|
|
28526
|
+
"inputSchema": {
|
|
28527
|
+
"type": "object",
|
|
28528
|
+
"properties": {
|
|
28529
|
+
"installationId": {
|
|
28530
|
+
"type": "string"
|
|
28531
|
+
},
|
|
28532
|
+
"knowledgeSpaceId": {
|
|
28533
|
+
"type": "string"
|
|
28534
|
+
},
|
|
28535
|
+
"limit": {
|
|
28536
|
+
"type": "number"
|
|
28537
|
+
},
|
|
28538
|
+
"includeMarkdown": {
|
|
28539
|
+
"type": "boolean"
|
|
28540
|
+
}
|
|
28541
|
+
},
|
|
28542
|
+
"additionalProperties": false
|
|
28543
|
+
},
|
|
28544
|
+
"outputSchema": {
|
|
28545
|
+
"type": "object",
|
|
28546
|
+
"properties": {
|
|
28547
|
+
"ok": {
|
|
28548
|
+
"type": "boolean"
|
|
28549
|
+
},
|
|
28550
|
+
"spaceId": {
|
|
28551
|
+
"type": "string"
|
|
28552
|
+
},
|
|
28553
|
+
"pages": {
|
|
28554
|
+
"type": "array",
|
|
28555
|
+
"items": {
|
|
28556
|
+
"anyOf": [
|
|
28557
|
+
{
|
|
28558
|
+
"type": "string"
|
|
28559
|
+
},
|
|
28560
|
+
{
|
|
28561
|
+
"type": "number"
|
|
28562
|
+
},
|
|
28563
|
+
{
|
|
28564
|
+
"type": "boolean"
|
|
28565
|
+
},
|
|
28566
|
+
{
|
|
28567
|
+
"type": "null"
|
|
28568
|
+
},
|
|
28569
|
+
{
|
|
28570
|
+
"type": "object",
|
|
28571
|
+
"additionalProperties": {}
|
|
28572
|
+
},
|
|
28573
|
+
{}
|
|
28574
|
+
]
|
|
28575
|
+
}
|
|
28576
|
+
}
|
|
28577
|
+
},
|
|
28578
|
+
"required": [
|
|
28579
|
+
"ok",
|
|
28580
|
+
"spaceId",
|
|
28581
|
+
"pages"
|
|
28582
|
+
],
|
|
28583
|
+
"additionalProperties": true
|
|
28584
|
+
},
|
|
28585
|
+
"invokable": true
|
|
28586
|
+
},
|
|
28107
28587
|
{
|
|
28108
28588
|
"id": "homeassistant.homeGraph.refreshDevicePassport",
|
|
28109
28589
|
"title": "Refresh Device Passport",
|
|
@@ -28594,6 +29074,57 @@ export const OPERATOR_CONTRACT = {
|
|
|
28594
29074
|
{}
|
|
28595
29075
|
]
|
|
28596
29076
|
}
|
|
29077
|
+
},
|
|
29078
|
+
"linked": {
|
|
29079
|
+
"type": "array",
|
|
29080
|
+
"items": {
|
|
29081
|
+
"anyOf": [
|
|
29082
|
+
{
|
|
29083
|
+
"type": "string"
|
|
29084
|
+
},
|
|
29085
|
+
{
|
|
29086
|
+
"type": "number"
|
|
29087
|
+
},
|
|
29088
|
+
{
|
|
29089
|
+
"type": "boolean"
|
|
29090
|
+
},
|
|
29091
|
+
{
|
|
29092
|
+
"type": "null"
|
|
29093
|
+
},
|
|
29094
|
+
{
|
|
29095
|
+
"type": "object",
|
|
29096
|
+
"additionalProperties": {}
|
|
29097
|
+
},
|
|
29098
|
+
{}
|
|
29099
|
+
]
|
|
29100
|
+
}
|
|
29101
|
+
},
|
|
29102
|
+
"generated": {
|
|
29103
|
+
"type": "object",
|
|
29104
|
+
"additionalProperties": {
|
|
29105
|
+
"anyOf": [
|
|
29106
|
+
{
|
|
29107
|
+
"type": "string"
|
|
29108
|
+
},
|
|
29109
|
+
{
|
|
29110
|
+
"type": "number"
|
|
29111
|
+
},
|
|
29112
|
+
{
|
|
29113
|
+
"type": "boolean"
|
|
29114
|
+
},
|
|
29115
|
+
{
|
|
29116
|
+
"type": "null"
|
|
29117
|
+
},
|
|
29118
|
+
{
|
|
29119
|
+
"type": "object",
|
|
29120
|
+
"additionalProperties": {}
|
|
29121
|
+
},
|
|
29122
|
+
{
|
|
29123
|
+
"type": "array",
|
|
29124
|
+
"items": {}
|
|
29125
|
+
}
|
|
29126
|
+
]
|
|
29127
|
+
}
|
|
28597
29128
|
}
|
|
28598
29129
|
},
|
|
28599
29130
|
"required": [
|
|
@@ -35136,6 +35667,84 @@ export const OPERATOR_CONTRACT = {
|
|
|
35136
35667
|
},
|
|
35137
35668
|
"includeGenerated": {
|
|
35138
35669
|
"type": "boolean"
|
|
35670
|
+
},
|
|
35671
|
+
"query": {
|
|
35672
|
+
"type": "string"
|
|
35673
|
+
},
|
|
35674
|
+
"recordKinds": {
|
|
35675
|
+
"type": "array",
|
|
35676
|
+
"items": {
|
|
35677
|
+
"type": "string"
|
|
35678
|
+
}
|
|
35679
|
+
},
|
|
35680
|
+
"ids": {
|
|
35681
|
+
"type": "array",
|
|
35682
|
+
"items": {
|
|
35683
|
+
"type": "string"
|
|
35684
|
+
}
|
|
35685
|
+
},
|
|
35686
|
+
"linkedToIds": {
|
|
35687
|
+
"type": "array",
|
|
35688
|
+
"items": {
|
|
35689
|
+
"type": "string"
|
|
35690
|
+
}
|
|
35691
|
+
},
|
|
35692
|
+
"nodeKinds": {
|
|
35693
|
+
"type": "array",
|
|
35694
|
+
"items": {
|
|
35695
|
+
"type": "string"
|
|
35696
|
+
}
|
|
35697
|
+
},
|
|
35698
|
+
"sourceTypes": {
|
|
35699
|
+
"type": "array",
|
|
35700
|
+
"items": {
|
|
35701
|
+
"type": "string"
|
|
35702
|
+
}
|
|
35703
|
+
},
|
|
35704
|
+
"sourceStatuses": {
|
|
35705
|
+
"type": "array",
|
|
35706
|
+
"items": {
|
|
35707
|
+
"type": "string"
|
|
35708
|
+
}
|
|
35709
|
+
},
|
|
35710
|
+
"nodeStatuses": {
|
|
35711
|
+
"type": "array",
|
|
35712
|
+
"items": {
|
|
35713
|
+
"type": "string"
|
|
35714
|
+
}
|
|
35715
|
+
},
|
|
35716
|
+
"issueCodes": {
|
|
35717
|
+
"type": "array",
|
|
35718
|
+
"items": {
|
|
35719
|
+
"type": "string"
|
|
35720
|
+
}
|
|
35721
|
+
},
|
|
35722
|
+
"issueStatuses": {
|
|
35723
|
+
"type": "array",
|
|
35724
|
+
"items": {
|
|
35725
|
+
"type": "string"
|
|
35726
|
+
}
|
|
35727
|
+
},
|
|
35728
|
+
"issueSeverities": {
|
|
35729
|
+
"type": "array",
|
|
35730
|
+
"items": {
|
|
35731
|
+
"type": "string"
|
|
35732
|
+
}
|
|
35733
|
+
},
|
|
35734
|
+
"edgeRelations": {
|
|
35735
|
+
"type": "array",
|
|
35736
|
+
"items": {
|
|
35737
|
+
"type": "string"
|
|
35738
|
+
}
|
|
35739
|
+
},
|
|
35740
|
+
"tags": {
|
|
35741
|
+
"type": "array",
|
|
35742
|
+
"items": {
|
|
35743
|
+
"type": "string"
|
|
35744
|
+
}
|
|
35745
|
+
},
|
|
35746
|
+
"minConfidence": {
|
|
35747
|
+
"type": "number"
|
|
35139
35748
|
}
|
|
35140
35749
|
},
|
|
35141
35750
|
"additionalProperties": false
|
|
@@ -35167,6 +35776,263 @@ export const OPERATOR_CONTRACT = {
|
|
|
35167
35776
|
"edgeCount": {
|
|
35168
35777
|
"type": "number"
|
|
35169
35778
|
},
|
|
35779
|
+
"totalNodeCount": {
|
|
35780
|
+
"type": "number"
|
|
35781
|
+
},
|
|
35782
|
+
"totalEdgeCount": {
|
|
35783
|
+
"type": "number"
|
|
35784
|
+
},
|
|
35785
|
+
"facets": {
|
|
35786
|
+
"type": "object",
|
|
35787
|
+
"properties": {
|
|
35788
|
+
"recordKinds": {
|
|
35789
|
+
"type": "array",
|
|
35790
|
+
"items": {
|
|
35791
|
+
"type": "object",
|
|
35792
|
+
"properties": {
|
|
35793
|
+
"value": {
|
|
35794
|
+
"type": "string"
|
|
35795
|
+
},
|
|
35796
|
+
"count": {
|
|
35797
|
+
"type": "number"
|
|
35798
|
+
},
|
|
35799
|
+
"label": {
|
|
35800
|
+
"type": "string"
|
|
35801
|
+
}
|
|
35802
|
+
},
|
|
35803
|
+
"required": [
|
|
35804
|
+
"value",
|
|
35805
|
+
"count"
|
|
35806
|
+
],
|
|
35807
|
+
"additionalProperties": true
|
|
35808
|
+
}
|
|
35809
|
+
},
|
|
35810
|
+
"nodeKinds": {
|
|
35811
|
+
"type": "array",
|
|
35812
|
+
"items": {
|
|
35813
|
+
"type": "object",
|
|
35814
|
+
"properties": {
|
|
35815
|
+
"value": {
|
|
35816
|
+
"type": "string"
|
|
35817
|
+
},
|
|
35818
|
+
"count": {
|
|
35819
|
+
"type": "number"
|
|
35820
|
+
},
|
|
35821
|
+
"label": {
|
|
35822
|
+
"type": "string"
|
|
35823
|
+
}
|
|
35824
|
+
},
|
|
35825
|
+
"required": [
|
|
35826
|
+
"value",
|
|
35827
|
+
"count"
|
|
35828
|
+
],
|
|
35829
|
+
"additionalProperties": true
|
|
35830
|
+
}
|
|
35831
|
+
},
|
|
35832
|
+
"sourceTypes": {
|
|
35833
|
+
"type": "array",
|
|
35834
|
+
"items": {
|
|
35835
|
+
"type": "object",
|
|
35836
|
+
"properties": {
|
|
35837
|
+
"value": {
|
|
35838
|
+
"type": "string"
|
|
35839
|
+
},
|
|
35840
|
+
"count": {
|
|
35841
|
+
"type": "number"
|
|
35842
|
+
},
|
|
35843
|
+
"label": {
|
|
35844
|
+
"type": "string"
|
|
35845
|
+
}
|
|
35846
|
+
},
|
|
35847
|
+
"required": [
|
|
35848
|
+
"value",
|
|
35849
|
+
"count"
|
|
35850
|
+
],
|
|
35851
|
+
"additionalProperties": true
|
|
35852
|
+
}
|
|
35853
|
+
},
|
|
35854
|
+
"sourceStatuses": {
|
|
35855
|
+
"type": "array",
|
|
35856
|
+
"items": {
|
|
35857
|
+
"type": "object",
|
|
35858
|
+
"properties": {
|
|
35859
|
+
"value": {
|
|
35860
|
+
"type": "string"
|
|
35861
|
+
},
|
|
35862
|
+
"count": {
|
|
35863
|
+
"type": "number"
|
|
35864
|
+
},
|
|
35865
|
+
"label": {
|
|
35866
|
+
"type": "string"
|
|
35867
|
+
}
|
|
35868
|
+
},
|
|
35869
|
+
"required": [
|
|
35870
|
+
"value",
|
|
35871
|
+
"count"
|
|
35872
|
+
],
|
|
35873
|
+
"additionalProperties": true
|
|
35874
|
+
}
|
|
35875
|
+
},
|
|
35876
|
+
"nodeStatuses": {
|
|
35877
|
+
"type": "array",
|
|
35878
|
+
"items": {
|
|
35879
|
+
"type": "object",
|
|
35880
|
+
"properties": {
|
|
35881
|
+
"value": {
|
|
35882
|
+
"type": "string"
|
|
35883
|
+
},
|
|
35884
|
+
"count": {
|
|
35885
|
+
"type": "number"
|
|
35886
|
+
},
|
|
35887
|
+
"label": {
|
|
35888
|
+
"type": "string"
|
|
35889
|
+
}
|
|
35890
|
+
},
|
|
35891
|
+
"required": [
|
|
35892
|
+
"value",
|
|
35893
|
+
"count"
|
|
35894
|
+
],
|
|
35895
|
+
"additionalProperties": true
|
|
35896
|
+
}
|
|
35897
|
+
},
|
|
35898
|
+
"issueCodes": {
|
|
35899
|
+
"type": "array",
|
|
35900
|
+
"items": {
|
|
35901
|
+
"type": "object",
|
|
35902
|
+
"properties": {
|
|
35903
|
+
"value": {
|
|
35904
|
+
"type": "string"
|
|
35905
|
+
},
|
|
35906
|
+
"count": {
|
|
35907
|
+
"type": "number"
|
|
35908
|
+
},
|
|
35909
|
+
"label": {
|
|
35910
|
+
"type": "string"
|
|
35911
|
+
}
|
|
35912
|
+
},
|
|
35913
|
+
"required": [
|
|
35914
|
+
"value",
|
|
35915
|
+
"count"
|
|
35916
|
+
],
|
|
35917
|
+
"additionalProperties": true
|
|
35918
|
+
}
|
|
35919
|
+
},
|
|
35920
|
+
"issueStatuses": {
|
|
35921
|
+
"type": "array",
|
|
35922
|
+
"items": {
|
|
35923
|
+
"type": "object",
|
|
35924
|
+
"properties": {
|
|
35925
|
+
"value": {
|
|
35926
|
+
"type": "string"
|
|
35927
|
+
},
|
|
35928
|
+
"count": {
|
|
35929
|
+
"type": "number"
|
|
35930
|
+
},
|
|
35931
|
+
"label": {
|
|
35932
|
+
"type": "string"
|
|
35933
|
+
}
|
|
35934
|
+
},
|
|
35935
|
+
"required": [
|
|
35936
|
+
"value",
|
|
35937
|
+
"count"
|
|
35938
|
+
],
|
|
35939
|
+
"additionalProperties": true
|
|
35940
|
+
}
|
|
35941
|
+
},
|
|
35942
|
+
"issueSeverities": {
|
|
35943
|
+
"type": "array",
|
|
35944
|
+
"items": {
|
|
35945
|
+
"type": "object",
|
|
35946
|
+
"properties": {
|
|
35947
|
+
"value": {
|
|
35948
|
+
"type": "string"
|
|
35949
|
+
},
|
|
35950
|
+
"count": {
|
|
35951
|
+
"type": "number"
|
|
35952
|
+
},
|
|
35953
|
+
"label": {
|
|
35954
|
+
"type": "string"
|
|
35955
|
+
}
|
|
35956
|
+
},
|
|
35957
|
+
"required": [
|
|
35958
|
+
"value",
|
|
35959
|
+
"count"
|
|
35960
|
+
],
|
|
35961
|
+
"additionalProperties": true
|
|
35962
|
+
}
|
|
35963
|
+
},
|
|
35964
|
+
"edgeRelations": {
|
|
35965
|
+
"type": "array",
|
|
35966
|
+
"items": {
|
|
35967
|
+
"type": "object",
|
|
35968
|
+
"properties": {
|
|
35969
|
+
"value": {
|
|
35970
|
+
"type": "string"
|
|
35971
|
+
},
|
|
35972
|
+
"count": {
|
|
35973
|
+
"type": "number"
|
|
35974
|
+
},
|
|
35975
|
+
"label": {
|
|
35976
|
+
"type": "string"
|
|
35977
|
+
}
|
|
35978
|
+
},
|
|
35979
|
+
"required": [
|
|
35980
|
+
"value",
|
|
35981
|
+
"count"
|
|
35982
|
+
],
|
|
35983
|
+
"additionalProperties": true
|
|
35984
|
+
}
|
|
35985
|
+
},
|
|
35986
|
+
"tags": {
|
|
35987
|
+
"type": "array",
|
|
35988
|
+
"items": {
|
|
35989
|
+
"type": "object",
|
|
35990
|
+
"properties": {
|
|
35991
|
+
"value": {
|
|
35992
|
+
"type": "string"
|
|
35993
|
+
},
|
|
35994
|
+
"count": {
|
|
35995
|
+
"type": "number"
|
|
35996
|
+
},
|
|
35997
|
+
"label": {
|
|
35998
|
+
"type": "string"
|
|
35999
|
+
}
|
|
36000
|
+
},
|
|
36001
|
+
"required": [
|
|
36002
|
+
"value",
|
|
36003
|
+
"count"
|
|
36004
|
+
],
|
|
36005
|
+
"additionalProperties": true
|
|
36006
|
+
}
|
|
36007
|
+
},
|
|
36008
|
+
"homeAssistant": {
|
|
36009
|
+
"type": "object",
|
|
36010
|
+
"additionalProperties": {
|
|
36011
|
+
"type": "array",
|
|
36012
|
+
"items": {
|
|
36013
|
+
"type": "object",
|
|
36014
|
+
"properties": {
|
|
36015
|
+
"value": {
|
|
36016
|
+
"type": "string"
|
|
36017
|
+
},
|
|
36018
|
+
"count": {
|
|
36019
|
+
"type": "number"
|
|
36020
|
+
},
|
|
36021
|
+
"label": {
|
|
36022
|
+
"type": "string"
|
|
36023
|
+
}
|
|
36024
|
+
},
|
|
36025
|
+
"required": [
|
|
36026
|
+
"value",
|
|
36027
|
+
"count"
|
|
36028
|
+
],
|
|
36029
|
+
"additionalProperties": true
|
|
36030
|
+
}
|
|
36031
|
+
}
|
|
36032
|
+
}
|
|
36033
|
+
},
|
|
36034
|
+
"additionalProperties": true
|
|
36035
|
+
},
|
|
35170
36036
|
"nodes": {
|
|
35171
36037
|
"type": "array",
|
|
35172
36038
|
"items": {
|
|
@@ -65002,10 +65868,10 @@ export const OPERATOR_CONTRACT = {
|
|
|
65002
65868
|
}
|
|
65003
65869
|
],
|
|
65004
65870
|
"schemaCoverage": {
|
|
65005
|
-
"methods":
|
|
65006
|
-
"typedInputs":
|
|
65871
|
+
"methods": 255,
|
|
65872
|
+
"typedInputs": 255,
|
|
65007
65873
|
"genericInputs": 0,
|
|
65008
|
-
"typedOutputs":
|
|
65874
|
+
"typedOutputs": 255,
|
|
65009
65875
|
"genericOutputs": 0
|
|
65010
65876
|
},
|
|
65011
65877
|
"eventCoverage": {
|