@pellux/goodvibes-sdk 0.25.21 → 0.26.0
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 +5000 -149
- package/dist/_internal/contracts/generated/foundation-client-types.d.ts +83 -15
- 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 +5000 -149
- 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/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 +4 -9
- 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/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/runtime/services.d.ts +2 -1
- package/dist/_internal/platform/runtime/services.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/services.js +3 -1
- package/dist/_internal/platform/version.js +1 -1
- package/package.json +4 -1
|
@@ -556,7 +556,7 @@ export interface OperatorMethodInputMap {
|
|
|
556
556
|
artifactId?: string;
|
|
557
557
|
path?: string;
|
|
558
558
|
uri?: string;
|
|
559
|
-
sourceType?: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
559
|
+
sourceType?: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
560
560
|
title?: string;
|
|
561
561
|
sessionId?: string;
|
|
562
562
|
tags?: readonly string[];
|
|
@@ -570,6 +570,22 @@ export interface OperatorMethodInputMap {
|
|
|
570
570
|
} & {
|
|
571
571
|
readonly [key: string]: unknown;
|
|
572
572
|
});
|
|
573
|
+
"knowledge.ingest.browserHistory": ({
|
|
574
|
+
limit?: number;
|
|
575
|
+
sinceMs?: number;
|
|
576
|
+
browsers?: readonly string[];
|
|
577
|
+
sourceKinds?: readonly string[];
|
|
578
|
+
homeOverride?: string;
|
|
579
|
+
sessionId?: string;
|
|
580
|
+
connectorId?: string;
|
|
581
|
+
metadata?: ({} & {
|
|
582
|
+
readonly [key: string]: ({} & {
|
|
583
|
+
readonly [key: string]: JsonValue;
|
|
584
|
+
}) | boolean | null | number | readonly JsonValue[] | string;
|
|
585
|
+
});
|
|
586
|
+
} & {
|
|
587
|
+
readonly [key: string]: unknown;
|
|
588
|
+
});
|
|
573
589
|
"knowledge.ingest.bookmarks": ({
|
|
574
590
|
path: string;
|
|
575
591
|
sessionId?: string;
|
|
@@ -586,7 +602,7 @@ export interface OperatorMethodInputMap {
|
|
|
586
602
|
"knowledge.ingest.url": ({
|
|
587
603
|
url: string;
|
|
588
604
|
title?: string;
|
|
589
|
-
sourceType?: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
605
|
+
sourceType?: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
590
606
|
sessionId?: string;
|
|
591
607
|
tags?: readonly string[];
|
|
592
608
|
folderPath?: string;
|
|
@@ -5106,7 +5122,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5106
5122
|
displayName?: string;
|
|
5107
5123
|
version?: string;
|
|
5108
5124
|
description: string;
|
|
5109
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5125
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5110
5126
|
inputSchema?: ({} & {
|
|
5111
5127
|
readonly [key: string]: ({} & {
|
|
5112
5128
|
readonly [key: string]: JsonValue;
|
|
@@ -5154,7 +5170,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5154
5170
|
displayName?: string;
|
|
5155
5171
|
version?: string;
|
|
5156
5172
|
description: string;
|
|
5157
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5173
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5158
5174
|
inputSchema?: ({} & {
|
|
5159
5175
|
readonly [key: string]: ({} & {
|
|
5160
5176
|
readonly [key: string]: JsonValue;
|
|
@@ -5280,7 +5296,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5280
5296
|
source: ({
|
|
5281
5297
|
id: string;
|
|
5282
5298
|
connectorId: string;
|
|
5283
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5299
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5284
5300
|
title?: string;
|
|
5285
5301
|
sourceUri?: string;
|
|
5286
5302
|
canonicalUri?: string;
|
|
@@ -5326,13 +5342,55 @@ export interface OperatorMethodOutputMap {
|
|
|
5326
5342
|
} & {
|
|
5327
5343
|
readonly [key: string]: unknown;
|
|
5328
5344
|
});
|
|
5345
|
+
"knowledge.ingest.browserHistory": {
|
|
5346
|
+
imported: number;
|
|
5347
|
+
failed: number;
|
|
5348
|
+
sources: readonly (({
|
|
5349
|
+
id: string;
|
|
5350
|
+
connectorId: string;
|
|
5351
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5352
|
+
title?: string;
|
|
5353
|
+
sourceUri?: string;
|
|
5354
|
+
canonicalUri?: string;
|
|
5355
|
+
summary?: string;
|
|
5356
|
+
description?: string;
|
|
5357
|
+
tags: readonly string[];
|
|
5358
|
+
folderPath?: string;
|
|
5359
|
+
status: string;
|
|
5360
|
+
artifactId?: string;
|
|
5361
|
+
contentHash?: string;
|
|
5362
|
+
lastCrawledAt?: number;
|
|
5363
|
+
crawlError?: string;
|
|
5364
|
+
sessionId?: string;
|
|
5365
|
+
metadata: ({} & {
|
|
5366
|
+
readonly [key: string]: ({} & {
|
|
5367
|
+
readonly [key: string]: JsonValue;
|
|
5368
|
+
}) | boolean | null | number | readonly JsonValue[] | string;
|
|
5369
|
+
});
|
|
5370
|
+
createdAt: number;
|
|
5371
|
+
updatedAt: number;
|
|
5372
|
+
} & {
|
|
5373
|
+
readonly [key: string]: unknown;
|
|
5374
|
+
}))[];
|
|
5375
|
+
errors: readonly string[];
|
|
5376
|
+
profiles: readonly (({
|
|
5377
|
+
family: string;
|
|
5378
|
+
browser: string;
|
|
5379
|
+
profileName: string;
|
|
5380
|
+
profilePath: string;
|
|
5381
|
+
historyPath?: string;
|
|
5382
|
+
bookmarksPath?: string;
|
|
5383
|
+
} & {
|
|
5384
|
+
readonly [key: string]: unknown;
|
|
5385
|
+
}))[];
|
|
5386
|
+
};
|
|
5329
5387
|
"knowledge.ingest.bookmarks": {
|
|
5330
5388
|
imported: number;
|
|
5331
5389
|
failed: number;
|
|
5332
5390
|
sources: readonly (({
|
|
5333
5391
|
id: string;
|
|
5334
5392
|
connectorId: string;
|
|
5335
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5393
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5336
5394
|
title?: string;
|
|
5337
5395
|
sourceUri?: string;
|
|
5338
5396
|
canonicalUri?: string;
|
|
@@ -5364,7 +5422,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5364
5422
|
sources: readonly (({
|
|
5365
5423
|
id: string;
|
|
5366
5424
|
connectorId: string;
|
|
5367
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5425
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5368
5426
|
title?: string;
|
|
5369
5427
|
sourceUri?: string;
|
|
5370
5428
|
canonicalUri?: string;
|
|
@@ -5394,7 +5452,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5394
5452
|
source: ({
|
|
5395
5453
|
id: string;
|
|
5396
5454
|
connectorId: string;
|
|
5397
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5455
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5398
5456
|
title?: string;
|
|
5399
5457
|
sourceUri?: string;
|
|
5400
5458
|
canonicalUri?: string;
|
|
@@ -5446,7 +5504,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5446
5504
|
sources: readonly (({
|
|
5447
5505
|
id: string;
|
|
5448
5506
|
connectorId: string;
|
|
5449
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5507
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5450
5508
|
title?: string;
|
|
5451
5509
|
sourceUri?: string;
|
|
5452
5510
|
canonicalUri?: string;
|
|
@@ -5496,7 +5554,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5496
5554
|
source?: ({
|
|
5497
5555
|
id: string;
|
|
5498
5556
|
connectorId: string;
|
|
5499
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5557
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5500
5558
|
title?: string;
|
|
5501
5559
|
sourceUri?: string;
|
|
5502
5560
|
canonicalUri?: string;
|
|
@@ -5579,7 +5637,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5579
5637
|
linkedSources?: readonly (({
|
|
5580
5638
|
id: string;
|
|
5581
5639
|
connectorId: string;
|
|
5582
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5640
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
5583
5641
|
title?: string;
|
|
5584
5642
|
sourceUri?: string;
|
|
5585
5643
|
canonicalUri?: string;
|
|
@@ -5637,6 +5695,11 @@ export interface OperatorMethodOutputMap {
|
|
|
5637
5695
|
completedAt?: number;
|
|
5638
5696
|
error?: string;
|
|
5639
5697
|
result: {} | {
|
|
5698
|
+
imported: number;
|
|
5699
|
+
failed: number;
|
|
5700
|
+
profileCount: number;
|
|
5701
|
+
errorCount: number;
|
|
5702
|
+
} | {
|
|
5640
5703
|
issueCount: number;
|
|
5641
5704
|
} | {
|
|
5642
5705
|
projections: readonly ({
|
|
@@ -5668,7 +5731,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5668
5731
|
"knowledge.job.get": {
|
|
5669
5732
|
job: {
|
|
5670
5733
|
id: string;
|
|
5671
|
-
kind: "deep-consolidation" | "light-consolidation" | "lint" | "rebuild-projections" | "refresh-bookmarks" | "refresh-stale" | "reindex";
|
|
5734
|
+
kind: "deep-consolidation" | "light-consolidation" | "lint" | "rebuild-projections" | "refresh-bookmarks" | "refresh-stale" | "reindex" | "sync-browser-history";
|
|
5672
5735
|
title: string;
|
|
5673
5736
|
description: string;
|
|
5674
5737
|
defaultMode: "background" | "inline";
|
|
@@ -5690,6 +5753,11 @@ export interface OperatorMethodOutputMap {
|
|
|
5690
5753
|
completedAt?: number;
|
|
5691
5754
|
error?: string;
|
|
5692
5755
|
result: {} | {
|
|
5756
|
+
imported: number;
|
|
5757
|
+
failed: number;
|
|
5758
|
+
profileCount: number;
|
|
5759
|
+
errorCount: number;
|
|
5760
|
+
} | {
|
|
5693
5761
|
issueCount: number;
|
|
5694
5762
|
} | {
|
|
5695
5763
|
projections: readonly ({
|
|
@@ -5721,7 +5789,7 @@ export interface OperatorMethodOutputMap {
|
|
|
5721
5789
|
"knowledge.jobs.list": {
|
|
5722
5790
|
jobs: readonly ({
|
|
5723
5791
|
id: string;
|
|
5724
|
-
kind: "deep-consolidation" | "light-consolidation" | "lint" | "rebuild-projections" | "refresh-bookmarks" | "refresh-stale" | "reindex";
|
|
5792
|
+
kind: "deep-consolidation" | "light-consolidation" | "lint" | "rebuild-projections" | "refresh-bookmarks" | "refresh-stale" | "reindex" | "sync-browser-history";
|
|
5725
5793
|
title: string;
|
|
5726
5794
|
description: string;
|
|
5727
5795
|
defaultMode: "background" | "inline";
|
|
@@ -6134,7 +6202,7 @@ export interface OperatorMethodOutputMap {
|
|
|
6134
6202
|
source?: ({
|
|
6135
6203
|
id: string;
|
|
6136
6204
|
connectorId: string;
|
|
6137
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
6205
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
6138
6206
|
title?: string;
|
|
6139
6207
|
sourceUri?: string;
|
|
6140
6208
|
canonicalUri?: string;
|
|
@@ -6215,7 +6283,7 @@ export interface OperatorMethodOutputMap {
|
|
|
6215
6283
|
sources: readonly (({
|
|
6216
6284
|
id: string;
|
|
6217
6285
|
connectorId: string;
|
|
6218
|
-
sourceType: "bookmark" | "bookmark-list" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
6286
|
+
sourceType: "bookmark" | "bookmark-list" | "history" | "dataset" | "document" | "image" | "manual" | "other" | "repo" | "url";
|
|
6219
6287
|
title?: string;
|
|
6220
6288
|
sourceUri?: string;
|
|
6221
6289
|
canonicalUri?: string;
|