@hydradb/sdk 2.1.5 → 2.1.6
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/Client.d.ts +1 -1
- package/dist/Client.js +1 -1
- package/dist/api/client/requests/SearchQueryRequest.d.ts +10 -2
- package/dist/api/resources/connectors/client/requests/HandlerConfigureReq.d.ts +7 -0
- package/dist/api/resources/context/client/Client.d.ts +2 -2
- package/dist/api/resources/context/client/Client.js +10 -4
- package/dist/api/resources/context/client/requests/ChunksContextRequest.d.ts +1 -1
- package/dist/api/resources/context/client/requests/IngestContextRequest.d.ts +4 -2
- package/dist/api/resources/context/client/requests/ListV2ListContentRequest.d.ts +2 -3
- package/dist/api/resources/context/client/requests/RelationsContextRequest.d.ts +1 -1
- package/dist/api/resources/context/client/requests/SourcesV2SourceDeleteRequest.d.ts +2 -2
- package/dist/api/resources/context/client/requests/SubgraphContextRequest.d.ts +1 -1
- package/dist/api/resources/context/types/ChunksContextRequestType.d.ts +0 -1
- package/dist/api/resources/context/types/ChunksContextRequestType.js +0 -1
- package/dist/api/resources/context/types/IngestContextRequestType.d.ts +0 -1
- package/dist/api/resources/context/types/IngestContextRequestType.js +0 -1
- package/dist/api/resources/context/types/ListV2ListContentRequestType.d.ts +2 -4
- package/dist/api/resources/context/types/ListV2ListContentRequestType.js +2 -4
- package/dist/api/resources/context/types/RelationsContextRequestType.d.ts +0 -1
- package/dist/api/resources/context/types/RelationsContextRequestType.js +0 -1
- package/dist/api/resources/context/types/SourcesV2SourceDeleteRequestType.d.ts +2 -3
- package/dist/api/resources/context/types/SourcesV2SourceDeleteRequestType.js +2 -3
- package/dist/api/resources/context/types/SubgraphContextRequestType.d.ts +0 -1
- package/dist/api/resources/context/types/SubgraphContextRequestType.js +0 -1
- package/dist/api/types/GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout.d.ts +5 -7
- package/dist/api/types/GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout.js +5 -7
- package/dist/api/types/GraphRelationEvidence.d.ts +7 -0
- package/dist/api/types/HandlerConnectorLimitView.d.ts +15 -0
- package/dist/api/types/HandlerConnectorLimitView.js +3 -0
- package/dist/api/types/HandlerConnectorListResponse.d.ts +1 -0
- package/dist/api/types/HandlerEnvelopeSearchV2RetrievalResult.d.ts +2 -1
- package/dist/api/types/HandlerEnvelopeSearchV2RetrievalResultData.d.ts +5 -0
- package/dist/api/types/HandlerEnvelopeSearchV2RetrievalResultData.js +3 -0
- package/dist/api/types/IngestionGraphEntity.d.ts +8 -0
- package/dist/api/types/IngestionGraphEntity.js +3 -0
- package/dist/api/types/IngestionGraphPayload.d.ts +5 -0
- package/dist/api/types/IngestionGraphPayload.js +3 -0
- package/dist/api/types/IngestionGraphRelation.d.ts +9 -0
- package/dist/api/types/IngestionGraphRelation.js +3 -0
- package/dist/api/types/ListV2MemoryItem.d.ts +8 -0
- package/dist/api/types/ListV2SourceItem.d.ts +8 -0
- package/dist/api/types/MemoriesConversationTurn.d.ts +0 -2
- package/dist/api/types/MemoriesForcefulRelations.d.ts +11 -0
- package/dist/api/types/MemoriesForcefulRelations.js +3 -0
- package/dist/api/types/MemoriesIngestItem.d.ts +16 -16
- package/dist/api/types/MemoriesUnifiedIngestRequest.d.ts +16 -4
- package/dist/api/types/SearchCodeSearchRepoResult.d.ts +11 -0
- package/dist/api/types/SearchCodeSearchRepoResult.js +3 -0
- package/dist/api/types/SearchCodeSearchResult.d.ts +24 -0
- package/dist/api/types/SearchCodeSearchResult.js +3 -0
- package/dist/api/types/SearchGraphPlane.d.ts +3 -3
- package/dist/api/types/SearchQueryChunk.d.ts +19 -0
- package/dist/api/types/SearchQueryChunk.js +3 -0
- package/dist/api/types/SearchQueryChunkEnrichmentKind.d.ts +7 -0
- package/dist/api/types/SearchQueryChunkEnrichmentKind.js +10 -0
- package/dist/api/types/SearchQueryChunkTemporal.d.ts +8 -0
- package/dist/api/types/SearchQueryChunkTemporal.js +3 -0
- package/dist/api/types/SearchQueryForcefulRelation.d.ts +6 -0
- package/dist/api/types/SearchQueryForcefulRelation.js +3 -0
- package/dist/api/types/SearchQueryGraphEdge.d.ts +13 -0
- package/dist/api/types/SearchQueryGraphEdge.js +3 -0
- package/dist/api/types/SearchQueryGraphEntity.d.ts +4 -0
- package/dist/api/types/SearchQueryGraphEntity.js +3 -0
- package/dist/api/types/SearchQueryGraphPath.d.ts +9 -0
- package/dist/api/types/SearchQueryGraphPath.js +3 -0
- package/dist/api/types/SearchQueryGraphPathOrigin.d.ts +6 -0
- package/dist/api/types/SearchQueryGraphPathOrigin.js +9 -0
- package/dist/api/types/SearchQueryGraphTriplet.d.ts +6 -0
- package/dist/api/types/SearchQueryGraphTriplet.js +3 -0
- package/dist/api/types/SearchQueryResult.d.ts +14 -0
- package/dist/api/types/SearchQueryResult.js +3 -0
- package/dist/api/types/SearchResolvedReference.d.ts +4 -0
- package/dist/api/types/SearchResolvedReference.js +3 -0
- package/dist/api/types/SearchSourceType.d.ts +0 -1
- package/dist/api/types/SearchSourceType.js +0 -1
- package/dist/api/types/SearchV2RetrievalResult.d.ts +20 -0
- package/dist/api/types/TenantsDatabaseDetail.d.ts +2 -2
- package/dist/api/types/TenantsDatabaseDetailType.d.ts +2 -3
- package/dist/api/types/TenantsDatabaseDetailType.js +2 -3
- package/dist/api/types/TenantsInfraStatusResponseV2.d.ts +2 -2
- package/dist/api/types/TenantsInfraStatusResponseV2Type.d.ts +2 -3
- package/dist/api/types/TenantsInfraStatusResponseV2Type.js +2 -3
- package/dist/api/types/TenantsTenantIdsResponse.d.ts +1 -5
- package/dist/api/types/index.d.ts +19 -0
- package/dist/api/types/index.js +19 -0
- package/dist/helpers/buildString.d.ts +9 -3
- package/dist/helpers/buildString.js +28 -3
- package/dist/serialization/client/requests/SearchQueryRequest.d.ts +2 -0
- package/dist/serialization/client/requests/SearchQueryRequest.js +2 -0
- package/dist/serialization/resources/connectors/client/requests/HandlerConfigureReq.d.ts +1 -0
- package/dist/serialization/resources/connectors/client/requests/HandlerConfigureReq.js +1 -0
- package/dist/serialization/resources/context/types/ChunksContextRequestType.d.ts +1 -1
- package/dist/serialization/resources/context/types/ChunksContextRequestType.js +1 -1
- package/dist/serialization/resources/context/types/IngestContextRequestType.d.ts +1 -1
- package/dist/serialization/resources/context/types/IngestContextRequestType.js +1 -1
- package/dist/serialization/resources/context/types/ListV2ListContentRequestType.d.ts +1 -1
- package/dist/serialization/resources/context/types/ListV2ListContentRequestType.js +1 -1
- package/dist/serialization/resources/context/types/RelationsContextRequestType.d.ts +1 -1
- package/dist/serialization/resources/context/types/RelationsContextRequestType.js +1 -1
- package/dist/serialization/resources/context/types/SourcesV2SourceDeleteRequestType.d.ts +1 -1
- package/dist/serialization/resources/context/types/SourcesV2SourceDeleteRequestType.js +1 -1
- package/dist/serialization/resources/context/types/SubgraphContextRequestType.d.ts +1 -1
- package/dist/serialization/resources/context/types/SubgraphContextRequestType.js +1 -1
- package/dist/serialization/types/GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout.d.ts +1 -1
- package/dist/serialization/types/GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout.js +1 -1
- package/dist/serialization/types/GraphRelationEvidence.d.ts +1 -0
- package/dist/serialization/types/GraphRelationEvidence.js +1 -0
- package/dist/serialization/types/HandlerConnectorLimitView.d.ts +12 -0
- package/dist/serialization/types/HandlerConnectorLimitView.js +44 -0
- package/dist/serialization/types/HandlerConnectorListResponse.d.ts +2 -0
- package/dist/serialization/types/HandlerConnectorListResponse.js +2 -0
- package/dist/serialization/types/HandlerEnvelopeSearchV2RetrievalResult.d.ts +2 -2
- package/dist/serialization/types/HandlerEnvelopeSearchV2RetrievalResult.js +2 -2
- package/dist/serialization/types/HandlerEnvelopeSearchV2RetrievalResultData.d.ts +9 -0
- package/dist/serialization/types/HandlerEnvelopeSearchV2RetrievalResultData.js +41 -0
- package/dist/serialization/types/IngestionGraphEntity.d.ts +12 -0
- package/dist/serialization/types/IngestionGraphEntity.js +44 -0
- package/dist/serialization/types/IngestionGraphPayload.d.ts +12 -0
- package/dist/serialization/types/IngestionGraphPayload.js +44 -0
- package/dist/serialization/types/IngestionGraphRelation.d.ts +13 -0
- package/dist/serialization/types/IngestionGraphRelation.js +45 -0
- package/dist/serialization/types/ListV2MemoryItem.d.ts +1 -0
- package/dist/serialization/types/ListV2MemoryItem.js +1 -0
- package/dist/serialization/types/ListV2SourceItem.d.ts +1 -0
- package/dist/serialization/types/ListV2SourceItem.js +1 -0
- package/dist/serialization/types/MemoriesConversationTurn.d.ts +0 -1
- package/dist/serialization/types/MemoriesConversationTurn.js +0 -1
- package/dist/serialization/types/MemoriesForcefulRelations.d.ts +10 -0
- package/dist/serialization/types/MemoriesForcefulRelations.js +42 -0
- package/dist/serialization/types/MemoriesIngestItem.d.ts +4 -4
- package/dist/serialization/types/MemoriesIngestItem.js +4 -4
- package/dist/serialization/types/MemoriesUnifiedIngestRequest.d.ts +7 -2
- package/dist/serialization/types/MemoriesUnifiedIngestRequest.js +7 -2
- package/dist/serialization/types/SearchCodeSearchRepoResult.d.ts +15 -0
- package/dist/serialization/types/SearchCodeSearchRepoResult.js +47 -0
- package/dist/serialization/types/SearchCodeSearchResult.d.ts +14 -0
- package/dist/serialization/types/SearchCodeSearchResult.js +46 -0
- package/dist/serialization/types/SearchQueryChunk.d.ts +18 -0
- package/dist/serialization/types/SearchQueryChunk.js +50 -0
- package/dist/serialization/types/SearchQueryChunkEnrichmentKind.d.ts +7 -0
- package/dist/serialization/types/SearchQueryChunkEnrichmentKind.js +39 -0
- package/dist/serialization/types/SearchQueryChunkTemporal.d.ts +11 -0
- package/dist/serialization/types/SearchQueryChunkTemporal.js +43 -0
- package/dist/serialization/types/SearchQueryForcefulRelation.d.ts +12 -0
- package/dist/serialization/types/SearchQueryForcefulRelation.js +44 -0
- package/dist/serialization/types/SearchQueryGraphEdge.d.ts +14 -0
- package/dist/serialization/types/SearchQueryGraphEdge.js +46 -0
- package/dist/serialization/types/SearchQueryGraphEntity.d.ts +10 -0
- package/dist/serialization/types/SearchQueryGraphEntity.js +42 -0
- package/dist/serialization/types/SearchQueryGraphPath.d.ts +13 -0
- package/dist/serialization/types/SearchQueryGraphPath.js +45 -0
- package/dist/serialization/types/SearchQueryGraphPathOrigin.d.ts +7 -0
- package/dist/serialization/types/SearchQueryGraphPathOrigin.js +39 -0
- package/dist/serialization/types/SearchQueryGraphTriplet.d.ts +13 -0
- package/dist/serialization/types/SearchQueryGraphTriplet.js +45 -0
- package/dist/serialization/types/SearchQueryResult.d.ts +15 -0
- package/dist/serialization/types/SearchQueryResult.js +47 -0
- package/dist/serialization/types/SearchResolvedReference.d.ts +10 -0
- package/dist/serialization/types/SearchResolvedReference.js +42 -0
- package/dist/serialization/types/SearchSourceType.d.ts +1 -1
- package/dist/serialization/types/SearchSourceType.js +1 -1
- package/dist/serialization/types/SearchV2RetrievalResult.d.ts +6 -0
- package/dist/serialization/types/SearchV2RetrievalResult.js +6 -0
- package/dist/serialization/types/TenantsDatabaseDetailType.d.ts +1 -1
- package/dist/serialization/types/TenantsDatabaseDetailType.js +1 -1
- package/dist/serialization/types/TenantsInfraStatusResponseV2Type.d.ts +1 -1
- package/dist/serialization/types/TenantsInfraStatusResponseV2Type.js +1 -1
- package/dist/serialization/types/index.d.ts +19 -0
- package/dist/serialization/types/index.js +19 -0
- package/package.json +1 -1
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.SearchQueryGraphEntity = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
exports.SearchQueryGraphEntity = core.serialization.object({
|
|
40
|
+
entityId: core.serialization.property("entity_id", core.serialization.string()),
|
|
41
|
+
name: core.serialization.string(),
|
|
42
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type * as HydraDB from "../../api/index.js";
|
|
2
|
+
import * as core from "../../core/index.js";
|
|
3
|
+
import type * as serializers from "../index.js";
|
|
4
|
+
import { SearchQueryGraphPathOrigin } from "./SearchQueryGraphPathOrigin.js";
|
|
5
|
+
import { SearchQueryGraphTriplet } from "./SearchQueryGraphTriplet.js";
|
|
6
|
+
export declare const SearchQueryGraphPath: core.serialization.ObjectSchema<serializers.SearchQueryGraphPath.Raw, HydraDB.SearchQueryGraphPath>;
|
|
7
|
+
export declare namespace SearchQueryGraphPath {
|
|
8
|
+
interface Raw {
|
|
9
|
+
origin: SearchQueryGraphPathOrigin.Raw;
|
|
10
|
+
path_summary: string;
|
|
11
|
+
triplets: SearchQueryGraphTriplet.Raw[];
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.SearchQueryGraphPath = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
const SearchQueryGraphPathOrigin_js_1 = require("./SearchQueryGraphPathOrigin.js");
|
|
40
|
+
const SearchQueryGraphTriplet_js_1 = require("./SearchQueryGraphTriplet.js");
|
|
41
|
+
exports.SearchQueryGraphPath = core.serialization.object({
|
|
42
|
+
origin: SearchQueryGraphPathOrigin_js_1.SearchQueryGraphPathOrigin,
|
|
43
|
+
pathSummary: core.serialization.property("path_summary", core.serialization.string()),
|
|
44
|
+
triplets: core.serialization.list(SearchQueryGraphTriplet_js_1.SearchQueryGraphTriplet),
|
|
45
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as HydraDB from "../../api/index.js";
|
|
2
|
+
import * as core from "../../core/index.js";
|
|
3
|
+
import type * as serializers from "../index.js";
|
|
4
|
+
export declare const SearchQueryGraphPathOrigin: core.serialization.Schema<serializers.SearchQueryGraphPathOrigin.Raw, HydraDB.SearchQueryGraphPathOrigin>;
|
|
5
|
+
export declare namespace SearchQueryGraphPathOrigin {
|
|
6
|
+
type Raw = "query_path" | "chunk_relation";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.SearchQueryGraphPathOrigin = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
exports.SearchQueryGraphPathOrigin = core.serialization.enum_(["query_path", "chunk_relation"]);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type * as HydraDB from "../../api/index.js";
|
|
2
|
+
import * as core from "../../core/index.js";
|
|
3
|
+
import type * as serializers from "../index.js";
|
|
4
|
+
import { SearchQueryGraphEdge } from "./SearchQueryGraphEdge.js";
|
|
5
|
+
import { SearchQueryGraphEntity } from "./SearchQueryGraphEntity.js";
|
|
6
|
+
export declare const SearchQueryGraphTriplet: core.serialization.ObjectSchema<serializers.SearchQueryGraphTriplet.Raw, HydraDB.SearchQueryGraphTriplet>;
|
|
7
|
+
export declare namespace SearchQueryGraphTriplet {
|
|
8
|
+
interface Raw {
|
|
9
|
+
relation: SearchQueryGraphEdge.Raw;
|
|
10
|
+
source: SearchQueryGraphEntity.Raw;
|
|
11
|
+
target: SearchQueryGraphEntity.Raw;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.SearchQueryGraphTriplet = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
const SearchQueryGraphEdge_js_1 = require("./SearchQueryGraphEdge.js");
|
|
40
|
+
const SearchQueryGraphEntity_js_1 = require("./SearchQueryGraphEntity.js");
|
|
41
|
+
exports.SearchQueryGraphTriplet = core.serialization.object({
|
|
42
|
+
relation: SearchQueryGraphEdge_js_1.SearchQueryGraphEdge,
|
|
43
|
+
source: SearchQueryGraphEntity_js_1.SearchQueryGraphEntity,
|
|
44
|
+
target: SearchQueryGraphEntity_js_1.SearchQueryGraphEntity,
|
|
45
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type * as HydraDB from "../../api/index.js";
|
|
2
|
+
import * as core from "../../core/index.js";
|
|
3
|
+
import type * as serializers from "../index.js";
|
|
4
|
+
import { SearchQueryChunk } from "./SearchQueryChunk.js";
|
|
5
|
+
import { SearchQueryForcefulRelation } from "./SearchQueryForcefulRelation.js";
|
|
6
|
+
import { SearchQueryGraphPath } from "./SearchQueryGraphPath.js";
|
|
7
|
+
export declare const SearchQueryResult: core.serialization.ObjectSchema<serializers.SearchQueryResult.Raw, HydraDB.SearchQueryResult>;
|
|
8
|
+
export declare namespace SearchQueryResult {
|
|
9
|
+
interface Raw {
|
|
10
|
+
chunks: SearchQueryChunk.Raw[];
|
|
11
|
+
forceful_relations: SearchQueryForcefulRelation.Raw[];
|
|
12
|
+
graph: SearchQueryGraphPath.Raw[];
|
|
13
|
+
llm_prompt: string;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.SearchQueryResult = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
const SearchQueryChunk_js_1 = require("./SearchQueryChunk.js");
|
|
40
|
+
const SearchQueryForcefulRelation_js_1 = require("./SearchQueryForcefulRelation.js");
|
|
41
|
+
const SearchQueryGraphPath_js_1 = require("./SearchQueryGraphPath.js");
|
|
42
|
+
exports.SearchQueryResult = core.serialization.object({
|
|
43
|
+
chunks: core.serialization.list(SearchQueryChunk_js_1.SearchQueryChunk),
|
|
44
|
+
forcefulRelations: core.serialization.property("forceful_relations", core.serialization.list(SearchQueryForcefulRelation_js_1.SearchQueryForcefulRelation)),
|
|
45
|
+
graph: core.serialization.list(SearchQueryGraphPath_js_1.SearchQueryGraphPath),
|
|
46
|
+
llmPrompt: core.serialization.property("llm_prompt", core.serialization.string()),
|
|
47
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as HydraDB from "../../api/index.js";
|
|
2
|
+
import * as core from "../../core/index.js";
|
|
3
|
+
import type * as serializers from "../index.js";
|
|
4
|
+
export declare const SearchResolvedReference: core.serialization.ObjectSchema<serializers.SearchResolvedReference.Raw, HydraDB.SearchResolvedReference>;
|
|
5
|
+
export declare namespace SearchResolvedReference {
|
|
6
|
+
interface Raw {
|
|
7
|
+
expression?: string | null;
|
|
8
|
+
resolved_to?: string | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.SearchResolvedReference = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
exports.SearchResolvedReference = core.serialization.object({
|
|
40
|
+
expression: core.serialization.string().optional(),
|
|
41
|
+
resolvedTo: core.serialization.property("resolved_to", core.serialization.string().optional()),
|
|
42
|
+
});
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../index.js";
|
|
4
4
|
export declare const SearchSourceType: core.serialization.Schema<serializers.SearchSourceType.Raw, HydraDB.SearchSourceType>;
|
|
5
5
|
export declare namespace SearchSourceType {
|
|
6
|
-
type Raw = "knowledge" | "memory" | "all"
|
|
6
|
+
type Raw = "knowledge" | "memory" | "all";
|
|
7
7
|
}
|
|
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.SearchSourceType = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
exports.SearchSourceType = core.serialization.enum_(["knowledge", "memory", "all"
|
|
39
|
+
exports.SearchSourceType = core.serialization.enum_(["knowledge", "memory", "all"]);
|
|
@@ -3,11 +3,13 @@ import * as core from "../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../index.js";
|
|
4
4
|
import { SearchAliasExpansionNote } from "./SearchAliasExpansionNote.js";
|
|
5
5
|
import { SearchAppSearchFusionDiagnostics } from "./SearchAppSearchFusionDiagnostics.js";
|
|
6
|
+
import { SearchCodeSearchResult } from "./SearchCodeSearchResult.js";
|
|
6
7
|
import { SearchForcefulRelationsBucket } from "./SearchForcefulRelationsBucket.js";
|
|
7
8
|
import { SearchGraphContext } from "./SearchGraphContext.js";
|
|
8
9
|
import { SearchGraphPlane } from "./SearchGraphPlane.js";
|
|
9
10
|
import { SearchProfileContext } from "./SearchProfileContext.js";
|
|
10
11
|
import { SearchProfileFilterInfo } from "./SearchProfileFilterInfo.js";
|
|
12
|
+
import { SearchResolvedReference } from "./SearchResolvedReference.js";
|
|
11
13
|
import { SearchSourceFact } from "./SearchSourceFact.js";
|
|
12
14
|
import { SearchSourceFilterInfo } from "./SearchSourceFilterInfo.js";
|
|
13
15
|
import { SearchSourceInfo } from "./SearchSourceInfo.js";
|
|
@@ -22,11 +24,15 @@ export declare namespace SearchV2RetrievalResult {
|
|
|
22
24
|
alias_expansions?: SearchAliasExpansionNote.Raw[] | null;
|
|
23
25
|
app_search_fusion?: SearchAppSearchFusionDiagnostics.Raw | null;
|
|
24
26
|
chunks?: SearchV2Chunk.Raw[] | null;
|
|
27
|
+
code_search?: SearchCodeSearchResult.Raw | null;
|
|
25
28
|
forceful_relations?: SearchForcefulRelationsBucket.Raw | null;
|
|
26
29
|
graph?: SearchGraphPlane.Raw | null;
|
|
27
30
|
graph_context?: SearchGraphContext.Raw | null;
|
|
31
|
+
llm_prompt?: string | null;
|
|
28
32
|
profile_context?: SearchProfileContext.Raw | null;
|
|
29
33
|
profile_filter?: SearchProfileFilterInfo.Raw | null;
|
|
34
|
+
profiles?: SearchProfileContext.Raw[] | null;
|
|
35
|
+
resolved_references?: SearchResolvedReference.Raw[] | null;
|
|
30
36
|
source_facts?: SearchSourceFact.Raw[] | null;
|
|
31
37
|
source_filter?: SearchSourceFilterInfo.Raw | null;
|
|
32
38
|
sources?: SearchSourceInfo.Raw[] | null;
|
|
@@ -38,11 +38,13 @@ exports.SearchV2RetrievalResult = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
39
|
const SearchAliasExpansionNote_js_1 = require("./SearchAliasExpansionNote.js");
|
|
40
40
|
const SearchAppSearchFusionDiagnostics_js_1 = require("./SearchAppSearchFusionDiagnostics.js");
|
|
41
|
+
const SearchCodeSearchResult_js_1 = require("./SearchCodeSearchResult.js");
|
|
41
42
|
const SearchForcefulRelationsBucket_js_1 = require("./SearchForcefulRelationsBucket.js");
|
|
42
43
|
const SearchGraphContext_js_1 = require("./SearchGraphContext.js");
|
|
43
44
|
const SearchGraphPlane_js_1 = require("./SearchGraphPlane.js");
|
|
44
45
|
const SearchProfileContext_js_1 = require("./SearchProfileContext.js");
|
|
45
46
|
const SearchProfileFilterInfo_js_1 = require("./SearchProfileFilterInfo.js");
|
|
47
|
+
const SearchResolvedReference_js_1 = require("./SearchResolvedReference.js");
|
|
46
48
|
const SearchSourceFact_js_1 = require("./SearchSourceFact.js");
|
|
47
49
|
const SearchSourceFilterInfo_js_1 = require("./SearchSourceFilterInfo.js");
|
|
48
50
|
const SearchSourceInfo_js_1 = require("./SearchSourceInfo.js");
|
|
@@ -55,11 +57,15 @@ exports.SearchV2RetrievalResult = core.serialization.object({
|
|
|
55
57
|
aliasExpansions: core.serialization.property("alias_expansions", core.serialization.list(SearchAliasExpansionNote_js_1.SearchAliasExpansionNote).optional()),
|
|
56
58
|
appSearchFusion: core.serialization.property("app_search_fusion", SearchAppSearchFusionDiagnostics_js_1.SearchAppSearchFusionDiagnostics.optional()),
|
|
57
59
|
chunks: core.serialization.list(SearchV2Chunk_js_1.SearchV2Chunk).optional(),
|
|
60
|
+
codeSearch: core.serialization.property("code_search", SearchCodeSearchResult_js_1.SearchCodeSearchResult.optional()),
|
|
58
61
|
forcefulRelations: core.serialization.property("forceful_relations", SearchForcefulRelationsBucket_js_1.SearchForcefulRelationsBucket.optional()),
|
|
59
62
|
graph: SearchGraphPlane_js_1.SearchGraphPlane.optional(),
|
|
60
63
|
graphContext: core.serialization.property("graph_context", SearchGraphContext_js_1.SearchGraphContext.optional()),
|
|
64
|
+
llmPrompt: core.serialization.property("llm_prompt", core.serialization.string().optional()),
|
|
61
65
|
profileContext: core.serialization.property("profile_context", SearchProfileContext_js_1.SearchProfileContext.optional()),
|
|
62
66
|
profileFilter: core.serialization.property("profile_filter", SearchProfileFilterInfo_js_1.SearchProfileFilterInfo.optional()),
|
|
67
|
+
profiles: core.serialization.list(SearchProfileContext_js_1.SearchProfileContext).optional(),
|
|
68
|
+
resolvedReferences: core.serialization.property("resolved_references", core.serialization.list(SearchResolvedReference_js_1.SearchResolvedReference).optional()),
|
|
63
69
|
sourceFacts: core.serialization.property("source_facts", core.serialization.list(SearchSourceFact_js_1.SearchSourceFact).optional()),
|
|
64
70
|
sourceFilter: core.serialization.property("source_filter", SearchSourceFilterInfo_js_1.SearchSourceFilterInfo.optional()),
|
|
65
71
|
sources: core.serialization.list(SearchSourceInfo_js_1.SearchSourceInfo).optional(),
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../index.js";
|
|
4
4
|
export declare const TenantsDatabaseDetailType: core.serialization.Schema<serializers.TenantsDatabaseDetailType.Raw, HydraDB.TenantsDatabaseDetailType>;
|
|
5
5
|
export declare namespace TenantsDatabaseDetailType {
|
|
6
|
-
type Raw = "split"
|
|
6
|
+
type Raw = "split";
|
|
7
7
|
}
|
|
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.TenantsDatabaseDetailType = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
exports.TenantsDatabaseDetailType = core.serialization.enum_(["split"
|
|
39
|
+
exports.TenantsDatabaseDetailType = core.serialization.enum_(["split"]);
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../index.js";
|
|
4
4
|
export declare const TenantsInfraStatusResponseV2Type: core.serialization.Schema<serializers.TenantsInfraStatusResponseV2Type.Raw, HydraDB.TenantsInfraStatusResponseV2Type>;
|
|
5
5
|
export declare namespace TenantsInfraStatusResponseV2Type {
|
|
6
|
-
type Raw = "split"
|
|
6
|
+
type Raw = "split";
|
|
7
7
|
}
|
|
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.TenantsInfraStatusResponseV2Type = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
exports.TenantsInfraStatusResponseV2Type = core.serialization.enum_(["split"
|
|
39
|
+
exports.TenantsInfraStatusResponseV2Type = core.serialization.enum_(["split"]);
|
|
@@ -21,6 +21,7 @@ export * from "./HandlerConnectorApiView.js";
|
|
|
21
21
|
export * from "./HandlerConnectorCatalogResponse.js";
|
|
22
22
|
export * from "./HandlerConnectorCreateResponse.js";
|
|
23
23
|
export * from "./HandlerConnectorDeleteResponse.js";
|
|
24
|
+
export * from "./HandlerConnectorLimitView.js";
|
|
24
25
|
export * from "./HandlerConnectorListResponse.js";
|
|
25
26
|
export * from "./HandlerConnectorPauseResponse.js";
|
|
26
27
|
export * from "./HandlerConnectorResourceStatus.js";
|
|
@@ -45,6 +46,7 @@ export * from "./HandlerEnvelopeListV2ListResponse.js";
|
|
|
45
46
|
export * from "./HandlerEnvelopeSearchChunkInspectResult.js";
|
|
46
47
|
export * from "./HandlerEnvelopeSearchEntityProfileView.js";
|
|
47
48
|
export * from "./HandlerEnvelopeSearchV2RetrievalResult.js";
|
|
49
|
+
export * from "./HandlerEnvelopeSearchV2RetrievalResultData.js";
|
|
48
50
|
export * from "./HandlerEnvelopeSourcesMemoryDeleteResponse.js";
|
|
49
51
|
export * from "./HandlerEnvelopeTenantsInfraStatusResponseV2.js";
|
|
50
52
|
export * from "./HandlerEnvelopeTenantsSubTenantDeleteResponse.js";
|
|
@@ -81,6 +83,9 @@ export * from "./HandlerVaultCredentialEntry.js";
|
|
|
81
83
|
export * from "./HandlerVaultCredentialListResponse.js";
|
|
82
84
|
export * from "./HandlerVaultCredentialRevealResponse.js";
|
|
83
85
|
export * from "./HandlerVaultCredentialUpdateResponse.js";
|
|
86
|
+
export * from "./IngestionGraphEntity.js";
|
|
87
|
+
export * from "./IngestionGraphPayload.js";
|
|
88
|
+
export * from "./IngestionGraphRelation.js";
|
|
84
89
|
export * from "./IngestionSourceStatus.js";
|
|
85
90
|
export * from "./IngestionV2BatchProcessingStatus.js";
|
|
86
91
|
export * from "./IngestionV2IngestResponse.js";
|
|
@@ -91,6 +96,7 @@ export * from "./ListV2ListResponse.js";
|
|
|
91
96
|
export * from "./ListV2MemoryItem.js";
|
|
92
97
|
export * from "./ListV2SourceItem.js";
|
|
93
98
|
export * from "./MemoriesConversationTurn.js";
|
|
99
|
+
export * from "./MemoriesForcefulRelations.js";
|
|
94
100
|
export * from "./MemoriesIngestItem.js";
|
|
95
101
|
export * from "./MemoriesIngestItemContextCategory.js";
|
|
96
102
|
export * from "./MemoriesUnifiedIngestRequest.js";
|
|
@@ -98,6 +104,8 @@ export * from "./SearchAliasExpansionNote.js";
|
|
|
98
104
|
export * from "./SearchAppSearchFusionDiagnostics.js";
|
|
99
105
|
export * from "./SearchAppSearchFusionStats.js";
|
|
100
106
|
export * from "./SearchChunkInspectResult.js";
|
|
107
|
+
export * from "./SearchCodeSearchRepoResult.js";
|
|
108
|
+
export * from "./SearchCodeSearchResult.js";
|
|
101
109
|
export * from "./SearchEntityProfileView.js";
|
|
102
110
|
export * from "./SearchForcefulRelationEntry.js";
|
|
103
111
|
export * from "./SearchForcefulRelationsBucket.js";
|
|
@@ -111,10 +119,21 @@ export * from "./SearchProfileContext.js";
|
|
|
111
119
|
export * from "./SearchProfileEntry.js";
|
|
112
120
|
export * from "./SearchProfileFilterInfo.js";
|
|
113
121
|
export * from "./SearchQueryBy.js";
|
|
122
|
+
export * from "./SearchQueryChunk.js";
|
|
123
|
+
export * from "./SearchQueryChunkEnrichmentKind.js";
|
|
124
|
+
export * from "./SearchQueryChunkTemporal.js";
|
|
125
|
+
export * from "./SearchQueryForcefulRelation.js";
|
|
126
|
+
export * from "./SearchQueryGraphEdge.js";
|
|
127
|
+
export * from "./SearchQueryGraphEntity.js";
|
|
128
|
+
export * from "./SearchQueryGraphPath.js";
|
|
129
|
+
export * from "./SearchQueryGraphPathOrigin.js";
|
|
130
|
+
export * from "./SearchQueryGraphTriplet.js";
|
|
114
131
|
export * from "./SearchQueryRequestCollections.js";
|
|
115
132
|
export * from "./SearchQueryRequestSubTenantIds.js";
|
|
133
|
+
export * from "./SearchQueryResult.js";
|
|
116
134
|
export * from "./SearchRecallMode.js";
|
|
117
135
|
export * from "./SearchRelationVia.js";
|
|
136
|
+
export * from "./SearchResolvedReference.js";
|
|
118
137
|
export * from "./SearchScoredPathResponse.js";
|
|
119
138
|
export * from "./SearchSourceFact.js";
|
|
120
139
|
export * from "./SearchSourceFilterInfo.js";
|
|
@@ -37,6 +37,7 @@ __exportStar(require("./HandlerConnectorApiView.js"), exports);
|
|
|
37
37
|
__exportStar(require("./HandlerConnectorCatalogResponse.js"), exports);
|
|
38
38
|
__exportStar(require("./HandlerConnectorCreateResponse.js"), exports);
|
|
39
39
|
__exportStar(require("./HandlerConnectorDeleteResponse.js"), exports);
|
|
40
|
+
__exportStar(require("./HandlerConnectorLimitView.js"), exports);
|
|
40
41
|
__exportStar(require("./HandlerConnectorListResponse.js"), exports);
|
|
41
42
|
__exportStar(require("./HandlerConnectorPauseResponse.js"), exports);
|
|
42
43
|
__exportStar(require("./HandlerConnectorResourceStatus.js"), exports);
|
|
@@ -61,6 +62,7 @@ __exportStar(require("./HandlerEnvelopeListV2ListResponse.js"), exports);
|
|
|
61
62
|
__exportStar(require("./HandlerEnvelopeSearchChunkInspectResult.js"), exports);
|
|
62
63
|
__exportStar(require("./HandlerEnvelopeSearchEntityProfileView.js"), exports);
|
|
63
64
|
__exportStar(require("./HandlerEnvelopeSearchV2RetrievalResult.js"), exports);
|
|
65
|
+
__exportStar(require("./HandlerEnvelopeSearchV2RetrievalResultData.js"), exports);
|
|
64
66
|
__exportStar(require("./HandlerEnvelopeSourcesMemoryDeleteResponse.js"), exports);
|
|
65
67
|
__exportStar(require("./HandlerEnvelopeTenantsInfraStatusResponseV2.js"), exports);
|
|
66
68
|
__exportStar(require("./HandlerEnvelopeTenantsSubTenantDeleteResponse.js"), exports);
|
|
@@ -97,6 +99,9 @@ __exportStar(require("./HandlerVaultCredentialEntry.js"), exports);
|
|
|
97
99
|
__exportStar(require("./HandlerVaultCredentialListResponse.js"), exports);
|
|
98
100
|
__exportStar(require("./HandlerVaultCredentialRevealResponse.js"), exports);
|
|
99
101
|
__exportStar(require("./HandlerVaultCredentialUpdateResponse.js"), exports);
|
|
102
|
+
__exportStar(require("./IngestionGraphEntity.js"), exports);
|
|
103
|
+
__exportStar(require("./IngestionGraphPayload.js"), exports);
|
|
104
|
+
__exportStar(require("./IngestionGraphRelation.js"), exports);
|
|
100
105
|
__exportStar(require("./IngestionSourceStatus.js"), exports);
|
|
101
106
|
__exportStar(require("./IngestionV2BatchProcessingStatus.js"), exports);
|
|
102
107
|
__exportStar(require("./IngestionV2IngestResponse.js"), exports);
|
|
@@ -107,6 +112,7 @@ __exportStar(require("./ListV2ListResponse.js"), exports);
|
|
|
107
112
|
__exportStar(require("./ListV2MemoryItem.js"), exports);
|
|
108
113
|
__exportStar(require("./ListV2SourceItem.js"), exports);
|
|
109
114
|
__exportStar(require("./MemoriesConversationTurn.js"), exports);
|
|
115
|
+
__exportStar(require("./MemoriesForcefulRelations.js"), exports);
|
|
110
116
|
__exportStar(require("./MemoriesIngestItem.js"), exports);
|
|
111
117
|
__exportStar(require("./MemoriesIngestItemContextCategory.js"), exports);
|
|
112
118
|
__exportStar(require("./MemoriesUnifiedIngestRequest.js"), exports);
|
|
@@ -114,6 +120,8 @@ __exportStar(require("./SearchAliasExpansionNote.js"), exports);
|
|
|
114
120
|
__exportStar(require("./SearchAppSearchFusionDiagnostics.js"), exports);
|
|
115
121
|
__exportStar(require("./SearchAppSearchFusionStats.js"), exports);
|
|
116
122
|
__exportStar(require("./SearchChunkInspectResult.js"), exports);
|
|
123
|
+
__exportStar(require("./SearchCodeSearchRepoResult.js"), exports);
|
|
124
|
+
__exportStar(require("./SearchCodeSearchResult.js"), exports);
|
|
117
125
|
__exportStar(require("./SearchEntityProfileView.js"), exports);
|
|
118
126
|
__exportStar(require("./SearchForcefulRelationEntry.js"), exports);
|
|
119
127
|
__exportStar(require("./SearchForcefulRelationsBucket.js"), exports);
|
|
@@ -127,10 +135,21 @@ __exportStar(require("./SearchProfileContext.js"), exports);
|
|
|
127
135
|
__exportStar(require("./SearchProfileEntry.js"), exports);
|
|
128
136
|
__exportStar(require("./SearchProfileFilterInfo.js"), exports);
|
|
129
137
|
__exportStar(require("./SearchQueryBy.js"), exports);
|
|
138
|
+
__exportStar(require("./SearchQueryChunk.js"), exports);
|
|
139
|
+
__exportStar(require("./SearchQueryChunkEnrichmentKind.js"), exports);
|
|
140
|
+
__exportStar(require("./SearchQueryChunkTemporal.js"), exports);
|
|
141
|
+
__exportStar(require("./SearchQueryForcefulRelation.js"), exports);
|
|
142
|
+
__exportStar(require("./SearchQueryGraphEdge.js"), exports);
|
|
143
|
+
__exportStar(require("./SearchQueryGraphEntity.js"), exports);
|
|
144
|
+
__exportStar(require("./SearchQueryGraphPath.js"), exports);
|
|
145
|
+
__exportStar(require("./SearchQueryGraphPathOrigin.js"), exports);
|
|
146
|
+
__exportStar(require("./SearchQueryGraphTriplet.js"), exports);
|
|
130
147
|
__exportStar(require("./SearchQueryRequestCollections.js"), exports);
|
|
131
148
|
__exportStar(require("./SearchQueryRequestSubTenantIds.js"), exports);
|
|
149
|
+
__exportStar(require("./SearchQueryResult.js"), exports);
|
|
132
150
|
__exportStar(require("./SearchRecallMode.js"), exports);
|
|
133
151
|
__exportStar(require("./SearchRelationVia.js"), exports);
|
|
152
|
+
__exportStar(require("./SearchResolvedReference.js"), exports);
|
|
134
153
|
__exportStar(require("./SearchScoredPathResponse.js"), exports);
|
|
135
154
|
__exportStar(require("./SearchSourceFact.js"), exports);
|
|
136
155
|
__exportStar(require("./SearchSourceFilterInfo.js"), exports);
|