@pellux/goodvibes-sdk 0.25.21 → 0.26.1
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 +5860 -982
- package/dist/_internal/contracts/generated/foundation-client-types.d.ts +90 -16
- package/dist/_internal/contracts/generated/foundation-client-types.d.ts.map +1 -1
- 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 +5860 -982
- 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 +18 -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 +1 -0
- 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 +30 -0
- 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/daemon/runtime-session-routes.d.ts.map +1 -1
- package/dist/_internal/daemon/runtime-session-routes.js +3 -2
- package/dist/_internal/platform/agents/orchestrator-runner.d.ts.map +1 -1
- package/dist/_internal/platform/agents/orchestrator-runner.js +2 -1
- package/dist/_internal/platform/agents/orchestrator.d.ts +1 -0
- package/dist/_internal/platform/agents/orchestrator.d.ts.map +1 -1
- package/dist/_internal/platform/channels/builtin/homeassistant.d.ts.map +1 -1
- package/dist/_internal/platform/channels/builtin/homeassistant.js +11 -0
- package/dist/_internal/platform/companion/companion-chat-manager.d.ts.map +1 -1
- package/dist/_internal/platform/companion/companion-chat-manager.js +2 -1
- package/dist/_internal/platform/control-plane/method-catalog-control-automation.js +7 -7
- package/dist/_internal/platform/control-plane/method-catalog-control-core.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/method-catalog-control-core.js +8 -12
- package/dist/_internal/platform/control-plane/method-catalog-homegraph.d.ts +3 -0
- package/dist/_internal/platform/control-plane/method-catalog-homegraph.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/method-catalog-homegraph.js +223 -0
- package/dist/_internal/platform/control-plane/method-catalog-knowledge.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/method-catalog-knowledge.js +23 -1
- package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts +15 -1
- 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 +118 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-runtime.d.ts +4 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-runtime.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/operator-contract-schemas-runtime.js +11 -0
- package/dist/_internal/platform/core/orchestrator-turn-loop.d.ts.map +1 -1
- package/dist/_internal/platform/core/orchestrator-turn-loop.js +2 -1
- package/dist/_internal/platform/daemon/facade-composition.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/facade-composition.js +2 -0
- package/dist/_internal/platform/daemon/facade-types.d.ts +2 -1
- package/dist/_internal/platform/daemon/facade-types.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/home-graph-routes.d.ts +18 -0
- package/dist/_internal/platform/daemon/http/home-graph-routes.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/http/home-graph-routes.js +108 -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/daemon/http/router.d.ts +4 -1
- package/dist/_internal/platform/daemon/http/router.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/router.js +16 -0
- package/dist/_internal/platform/daemon/types.d.ts +2 -1
- package/dist/_internal/platform/daemon/types.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/browser-history/discover.d.ts +3 -0
- package/dist/_internal/platform/knowledge/browser-history/discover.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/browser-history/discover.js +88 -0
- package/dist/_internal/platform/knowledge/browser-history/index.d.ts +7 -0
- package/dist/_internal/platform/knowledge/browser-history/index.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/browser-history/index.js +4 -0
- package/dist/_internal/platform/knowledge/browser-history/ingest.d.ts +12 -0
- package/dist/_internal/platform/knowledge/browser-history/ingest.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/browser-history/ingest.js +275 -0
- package/dist/_internal/platform/knowledge/browser-history/locked-db.d.ts +7 -0
- package/dist/_internal/platform/knowledge/browser-history/locked-db.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/browser-history/locked-db.js +38 -0
- package/dist/_internal/platform/knowledge/browser-history/paths.d.ts +15 -0
- package/dist/_internal/platform/knowledge/browser-history/paths.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/browser-history/paths.js +125 -0
- package/dist/_internal/platform/knowledge/browser-history/readers.d.ts +8 -0
- package/dist/_internal/platform/knowledge/browser-history/readers.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/browser-history/readers.js +374 -0
- package/dist/_internal/platform/knowledge/browser-history/types.d.ts +50 -0
- package/dist/_internal/platform/knowledge/browser-history/types.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/browser-history/types.js +1 -0
- package/dist/_internal/platform/knowledge/consolidation.js +2 -0
- package/dist/_internal/platform/knowledge/extractors.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/extractors.js +31 -0
- package/dist/_internal/platform/knowledge/graphql-schema.d.ts +1 -1
- package/dist/_internal/platform/knowledge/graphql-schema.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/graphql-schema.js +5 -5
- package/dist/_internal/platform/knowledge/graphql.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/graphql.js +16 -5
- package/dist/_internal/platform/knowledge/home-graph/helpers.d.ts +46 -0
- package/dist/_internal/platform/knowledge/home-graph/helpers.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/home-graph/helpers.js +230 -0
- package/dist/_internal/platform/knowledge/home-graph/index.d.ts +4 -0
- package/dist/_internal/platform/knowledge/home-graph/index.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/home-graph/index.js +2 -0
- package/dist/_internal/platform/knowledge/home-graph/rendering.d.ts +25 -0
- package/dist/_internal/platform/knowledge/home-graph/rendering.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/home-graph/rendering.js +139 -0
- package/dist/_internal/platform/knowledge/home-graph/service.d.ts +82 -0
- package/dist/_internal/platform/knowledge/home-graph/service.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/home-graph/service.js +654 -0
- package/dist/_internal/platform/knowledge/home-graph/state.d.ts +24 -0
- package/dist/_internal/platform/knowledge/home-graph/state.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/home-graph/state.js +96 -0
- package/dist/_internal/platform/knowledge/home-graph/types.d.ts +206 -0
- package/dist/_internal/platform/knowledge/home-graph/types.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/home-graph/types.js +33 -0
- package/dist/_internal/platform/knowledge/html-readability.d.ts +13 -0
- package/dist/_internal/platform/knowledge/html-readability.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/html-readability.js +66 -0
- package/dist/_internal/platform/knowledge/index.d.ts +6 -0
- package/dist/_internal/platform/knowledge/index.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/index.js +3 -0
- package/dist/_internal/platform/knowledge/internal.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/internal.js +1 -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/lint.js +1 -0
- package/dist/_internal/platform/knowledge/scheduling.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/scheduling.js +1 -0
- package/dist/_internal/platform/knowledge/service.d.ts +4 -0
- package/dist/_internal/platform/knowledge/service.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/service.js +15 -0
- package/dist/_internal/platform/knowledge/spaces.d.ts +19 -0
- package/dist/_internal/platform/knowledge/spaces.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/spaces.js +54 -0
- package/dist/_internal/platform/knowledge/types.d.ts +3 -3
- package/dist/_internal/platform/knowledge/types.d.ts.map +1 -1
- package/dist/_internal/platform/permissions/manager.d.ts.map +1 -1
- package/dist/_internal/platform/permissions/manager.js +4 -0
- package/dist/_internal/platform/runtime/services.d.ts +2 -1
- package/dist/_internal/platform/runtime/services.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/services.js +4 -1
- package/dist/_internal/platform/tools/goodvibes-runtime/index.d.ts +23 -0
- package/dist/_internal/platform/tools/goodvibes-runtime/index.d.ts.map +1 -0
- package/dist/_internal/platform/tools/goodvibes-runtime/index.js +400 -0
- package/dist/_internal/platform/tools/index.d.ts +3 -1
- package/dist/_internal/platform/tools/index.d.ts.map +1 -1
- package/dist/_internal/platform/tools/index.js +15 -0
- package/dist/_internal/platform/version.js +1 -1
- package/package.json +4 -1
|
@@ -2,6 +2,11 @@ export type JsonPrimitive = string | number | boolean | null;
|
|
|
2
2
|
export type JsonValue = JsonPrimitive | {
|
|
3
3
|
readonly [key: string]: JsonValue;
|
|
4
4
|
} | readonly JsonValue[];
|
|
5
|
+
export type SharedSessionConversationRouteOutput = {
|
|
6
|
+
messageId: string;
|
|
7
|
+
routedTo: "conversation";
|
|
8
|
+
sessionId: string;
|
|
9
|
+
};
|
|
5
10
|
export interface OperatorMethodInputMap {
|
|
6
11
|
"accounts.snapshot": {};
|
|
7
12
|
"approvals.approve": {
|
|
@@ -556,7 +561,7 @@ export interface OperatorMethodInputMap {
|
|
|
556
561
|
artifactId?: string;
|
|
557
562
|
path?: string;
|
|
558
563
|
uri?: string;
|
|
559
|
-
sourceType?: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
564
|
+
sourceType?: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
560
565
|
title?: string;
|
|
561
566
|
sessionId?: string;
|
|
562
567
|
tags?: readonly string[];
|
|
@@ -570,6 +575,22 @@ export interface OperatorMethodInputMap {
|
|
|
570
575
|
} & {
|
|
571
576
|
readonly [key: string]: unknown;
|
|
572
577
|
});
|
|
578
|
+
"knowledge.ingest.browserHistory": ({
|
|
579
|
+
limit?: number;
|
|
580
|
+
sinceMs?: number;
|
|
581
|
+
browsers?: readonly string[];
|
|
582
|
+
sourceKinds?: readonly string[];
|
|
583
|
+
homeOverride?: string;
|
|
584
|
+
sessionId?: string;
|
|
585
|
+
connectorId?: string;
|
|
586
|
+
metadata?: ({} & {
|
|
587
|
+
readonly [key: string]: ({} & {
|
|
588
|
+
readonly [key: string]: JsonValue;
|
|
589
|
+
}) | boolean | null | number | readonly JsonValue[] | string;
|
|
590
|
+
});
|
|
591
|
+
} & {
|
|
592
|
+
readonly [key: string]: unknown;
|
|
593
|
+
});
|
|
573
594
|
"knowledge.ingest.bookmarks": ({
|
|
574
595
|
path: string;
|
|
575
596
|
sessionId?: string;
|
|
@@ -586,7 +607,7 @@ export interface OperatorMethodInputMap {
|
|
|
586
607
|
"knowledge.ingest.url": ({
|
|
587
608
|
url: string;
|
|
588
609
|
title?: string;
|
|
589
|
-
sourceType?: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
610
|
+
sourceType?: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
590
611
|
sessionId?: string;
|
|
591
612
|
tags?: readonly string[];
|
|
592
613
|
folderPath?: string;
|
|
@@ -1288,6 +1309,7 @@ export interface OperatorMethodInputMap {
|
|
|
1288
1309
|
body: string;
|
|
1289
1310
|
surfaceKind?: string;
|
|
1290
1311
|
surfaceId?: string;
|
|
1312
|
+
kind?: "message" | "task" | "followup";
|
|
1291
1313
|
routing?: {
|
|
1292
1314
|
providerId?: string;
|
|
1293
1315
|
modelId?: string;
|
|
@@ -5106,7 +5128,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5106
5128
|
displayName?: string;
|
|
5107
5129
|
version?: string;
|
|
5108
5130
|
description: string;
|
|
5109
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5131
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5110
5132
|
inputSchema?: ({} & {
|
|
5111
5133
|
readonly [key: string]: ({} & {
|
|
5112
5134
|
readonly [key: string]: JsonValue;
|
|
@@ -5154,7 +5176,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5154
5176
|
displayName?: string;
|
|
5155
5177
|
version?: string;
|
|
5156
5178
|
description: string;
|
|
5157
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5179
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5158
5180
|
inputSchema?: ({} & {
|
|
5159
5181
|
readonly [key: string]: ({} & {
|
|
5160
5182
|
readonly [key: string]: JsonValue;
|
|
@@ -5280,7 +5302,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5280
5302
|
source: ({
|
|
5281
5303
|
id: string;
|
|
5282
5304
|
connectorId: string;
|
|
5283
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5305
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5284
5306
|
title?: string;
|
|
5285
5307
|
sourceUri?: string;
|
|
5286
5308
|
canonicalUri?: string;
|
|
@@ -5326,13 +5348,55 @@ export interface OperatorMethodOutputMap {
|
|
|
5326
5348
|
} & {
|
|
5327
5349
|
readonly [key: string]: unknown;
|
|
5328
5350
|
});
|
|
5351
|
+
"knowledge.ingest.browserHistory": {
|
|
5352
|
+
imported: number;
|
|
5353
|
+
failed: number;
|
|
5354
|
+
sources: readonly (({
|
|
5355
|
+
id: string;
|
|
5356
|
+
connectorId: string;
|
|
5357
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5358
|
+
title?: string;
|
|
5359
|
+
sourceUri?: string;
|
|
5360
|
+
canonicalUri?: string;
|
|
5361
|
+
summary?: string;
|
|
5362
|
+
description?: string;
|
|
5363
|
+
tags: readonly string[];
|
|
5364
|
+
folderPath?: string;
|
|
5365
|
+
status: string;
|
|
5366
|
+
artifactId?: string;
|
|
5367
|
+
contentHash?: string;
|
|
5368
|
+
lastCrawledAt?: number;
|
|
5369
|
+
crawlError?: string;
|
|
5370
|
+
sessionId?: string;
|
|
5371
|
+
metadata: ({} & {
|
|
5372
|
+
readonly [key: string]: ({} & {
|
|
5373
|
+
readonly [key: string]: JsonValue;
|
|
5374
|
+
}) | boolean | null | number | readonly JsonValue[] | string;
|
|
5375
|
+
});
|
|
5376
|
+
createdAt: number;
|
|
5377
|
+
updatedAt: number;
|
|
5378
|
+
} & {
|
|
5379
|
+
readonly [key: string]: unknown;
|
|
5380
|
+
}))[];
|
|
5381
|
+
errors: readonly string[];
|
|
5382
|
+
profiles: readonly (({
|
|
5383
|
+
family: string;
|
|
5384
|
+
browser: string;
|
|
5385
|
+
profileName: string;
|
|
5386
|
+
profilePath: string;
|
|
5387
|
+
historyPath?: string;
|
|
5388
|
+
bookmarksPath?: string;
|
|
5389
|
+
} & {
|
|
5390
|
+
readonly [key: string]: unknown;
|
|
5391
|
+
}))[];
|
|
5392
|
+
};
|
|
5329
5393
|
"knowledge.ingest.bookmarks": {
|
|
5330
5394
|
imported: number;
|
|
5331
5395
|
failed: number;
|
|
5332
5396
|
sources: readonly (({
|
|
5333
5397
|
id: string;
|
|
5334
5398
|
connectorId: string;
|
|
5335
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5399
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5336
5400
|
title?: string;
|
|
5337
5401
|
sourceUri?: string;
|
|
5338
5402
|
canonicalUri?: string;
|
|
@@ -5364,7 +5428,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5364
5428
|
sources: readonly (({
|
|
5365
5429
|
id: string;
|
|
5366
5430
|
connectorId: string;
|
|
5367
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5431
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5368
5432
|
title?: string;
|
|
5369
5433
|
sourceUri?: string;
|
|
5370
5434
|
canonicalUri?: string;
|
|
@@ -5394,7 +5458,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5394
5458
|
source: ({
|
|
5395
5459
|
id: string;
|
|
5396
5460
|
connectorId: string;
|
|
5397
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5461
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5398
5462
|
title?: string;
|
|
5399
5463
|
sourceUri?: string;
|
|
5400
5464
|
canonicalUri?: string;
|
|
@@ -5446,7 +5510,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5446
5510
|
sources: readonly (({
|
|
5447
5511
|
id: string;
|
|
5448
5512
|
connectorId: string;
|
|
5449
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5513
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5450
5514
|
title?: string;
|
|
5451
5515
|
sourceUri?: string;
|
|
5452
5516
|
canonicalUri?: string;
|
|
@@ -5496,7 +5560,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5496
5560
|
source?: ({
|
|
5497
5561
|
id: string;
|
|
5498
5562
|
connectorId: string;
|
|
5499
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5563
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5500
5564
|
title?: string;
|
|
5501
5565
|
sourceUri?: string;
|
|
5502
5566
|
canonicalUri?: string;
|
|
@@ -5579,7 +5643,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5579
5643
|
linkedSources?: readonly (({
|
|
5580
5644
|
id: string;
|
|
5581
5645
|
connectorId: string;
|
|
5582
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5646
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5583
5647
|
title?: string;
|
|
5584
5648
|
sourceUri?: string;
|
|
5585
5649
|
canonicalUri?: string;
|
|
@@ -5637,6 +5701,11 @@ export interface OperatorMethodOutputMap {
|
|
|
5637
5701
|
completedAt?: number;
|
|
5638
5702
|
error?: string;
|
|
5639
5703
|
result: {} | {
|
|
5704
|
+
imported: number;
|
|
5705
|
+
failed: number;
|
|
5706
|
+
profileCount: number;
|
|
5707
|
+
errorCount: number;
|
|
5708
|
+
} | {
|
|
5640
5709
|
issueCount: number;
|
|
5641
5710
|
} | {
|
|
5642
5711
|
projections: readonly ({
|
|
@@ -5668,7 +5737,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5668
5737
|
"knowledge.job.get": {
|
|
5669
5738
|
job: {
|
|
5670
5739
|
id: string;
|
|
5671
|
-
kind: "deep-consolidation" | "light-consolidation" | "lint" | "rebuild-projections" | "refresh-bookmarks" | "refresh-stale" | "reindex";
|
|
5740
|
+
kind: "deep-consolidation" | "light-consolidation" | "lint" | "rebuild-projections" | "refresh-bookmarks" | "refresh-stale" | "reindex" | "sync-browser-history";
|
|
5672
5741
|
title: string;
|
|
5673
5742
|
description: string;
|
|
5674
5743
|
defaultMode: "background" | "inline";
|
|
@@ -5690,6 +5759,11 @@ export interface OperatorMethodOutputMap {
|
|
|
5690
5759
|
completedAt?: number;
|
|
5691
5760
|
error?: string;
|
|
5692
5761
|
result: {} | {
|
|
5762
|
+
imported: number;
|
|
5763
|
+
failed: number;
|
|
5764
|
+
profileCount: number;
|
|
5765
|
+
errorCount: number;
|
|
5766
|
+
} | {
|
|
5693
5767
|
issueCount: number;
|
|
5694
5768
|
} | {
|
|
5695
5769
|
projections: readonly ({
|
|
@@ -5721,7 +5795,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5721
5795
|
"knowledge.jobs.list": {
|
|
5722
5796
|
jobs: readonly ({
|
|
5723
5797
|
id: string;
|
|
5724
|
-
kind: "deep-consolidation" | "light-consolidation" | "lint" | "rebuild-projections" | "refresh-bookmarks" | "refresh-stale" | "reindex";
|
|
5798
|
+
kind: "deep-consolidation" | "light-consolidation" | "lint" | "rebuild-projections" | "refresh-bookmarks" | "refresh-stale" | "reindex" | "sync-browser-history";
|
|
5725
5799
|
title: string;
|
|
5726
5800
|
description: string;
|
|
5727
5801
|
defaultMode: "background" | "inline";
|
|
@@ -6134,7 +6208,7 @@ export interface OperatorMethodOutputMap {
|
|
|
6134
6208
|
source?: ({
|
|
6135
6209
|
id: string;
|
|
6136
6210
|
connectorId: string;
|
|
6137
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
6211
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
6138
6212
|
title?: string;
|
|
6139
6213
|
sourceUri?: string;
|
|
6140
6214
|
canonicalUri?: string;
|
|
@@ -6215,7 +6289,7 @@ export interface OperatorMethodOutputMap {
|
|
|
6215
6289
|
sources: readonly (({
|
|
6216
6290
|
id: string;
|
|
6217
6291
|
connectorId: string;
|
|
6218
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
6292
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
6219
6293
|
title?: string;
|
|
6220
6294
|
sourceUri?: string;
|
|
6221
6295
|
canonicalUri?: string;
|
|
@@ -9012,7 +9086,7 @@ export interface OperatorMethodOutputMap {
|
|
|
9012
9086
|
});
|
|
9013
9087
|
})[];
|
|
9014
9088
|
};
|
|
9015
|
-
"sessions.messages.create": {
|
|
9089
|
+
"sessions.messages.create": SharedSessionConversationRouteOutput | {
|
|
9016
9090
|
session: null | {
|
|
9017
9091
|
id: string;
|
|
9018
9092
|
title: string;
|