@hydradb/sdk 2.1.4 → 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/README.md +10 -7
- package/dist/Client.d.ts +1 -1
- package/dist/Client.js +1 -1
- package/dist/api/client/requests/SearchQueryRequest.d.ts +44 -4
- package/dist/api/resources/connectors/client/Client.d.ts +80 -1
- package/dist/api/resources/connectors/client/Client.js +322 -1
- package/dist/api/resources/connectors/client/requests/HandlerConfigureReq.d.ts +7 -0
- package/dist/api/resources/connectors/client/requests/HandlerVaultCredentialRevealReq.d.ts +12 -0
- package/dist/api/resources/connectors/client/requests/HandlerVaultCredentialUpdateReq.d.ts +15 -0
- package/dist/api/resources/connectors/client/requests/PauseConnectorsRequest.d.ts +10 -0
- package/dist/api/resources/connectors/client/requests/ResumeConnectorsRequest.d.ts +10 -0
- package/dist/api/resources/connectors/client/requests/index.d.ts +4 -0
- package/dist/api/resources/context/client/Client.d.ts +45 -5
- package/dist/api/resources/context/client/Client.js +200 -8
- package/dist/api/resources/context/client/requests/ChunksContextRequest.d.ts +31 -0
- package/dist/api/resources/context/client/requests/IngestContextRequest.d.ts +8 -4
- package/dist/api/resources/context/client/requests/ListV2ListContentRequest.d.ts +4 -1
- package/dist/api/resources/context/client/requests/ProfileContextRequest.d.ts +30 -0
- package/dist/api/resources/context/client/requests/RelationsContextRequest.d.ts +1 -1
- package/dist/api/resources/context/client/requests/SourcesV2SourceDeleteRequest.d.ts +4 -1
- package/dist/api/resources/context/client/requests/SubgraphContextRequest.d.ts +8 -8
- package/dist/api/resources/context/client/requests/index.d.ts +2 -0
- package/dist/api/resources/context/types/ChunksContextRequestType.d.ts +6 -0
- package/dist/api/resources/context/types/ChunksContextRequestType.js +9 -0
- package/dist/api/resources/context/types/ListV2ListContentRequestType.d.ts +5 -1
- package/dist/api/resources/context/types/ListV2ListContentRequestType.js +5 -1
- package/dist/api/resources/context/types/ProfileContextRequestType.d.ts +5 -0
- package/dist/api/resources/context/types/ProfileContextRequestType.js +8 -0
- package/dist/api/resources/context/types/RelationsContextRequestType.d.ts +1 -0
- package/dist/api/resources/context/types/RelationsContextRequestType.js +1 -0
- package/dist/api/resources/context/types/SourcesV2SourceDeleteRequestType.d.ts +5 -1
- package/dist/api/resources/context/types/SourcesV2SourceDeleteRequestType.js +5 -1
- package/dist/api/resources/context/types/SubgraphContextRequestType.d.ts +1 -0
- package/dist/api/resources/context/types/SubgraphContextRequestType.js +1 -0
- package/dist/api/resources/context/types/index.d.ts +2 -0
- package/dist/api/resources/context/types/index.js +2 -0
- package/dist/api/resources/databases/client/Client.d.ts +71 -0
- package/dist/api/resources/databases/client/Client.js +309 -0
- package/dist/api/resources/databases/client/requests/DeleteCollectionDatabasesRequest.d.ts +13 -0
- package/dist/api/resources/databases/client/requests/DeleteCollectionDatabasesRequest.js +3 -0
- package/dist/api/resources/databases/client/requests/GetInstructionsDatabasesRequest.d.ts +10 -0
- package/dist/api/resources/databases/client/requests/GetInstructionsDatabasesRequest.js +3 -0
- package/dist/api/resources/databases/client/requests/HandlerInstructionsUpdateReq.d.ts +20 -0
- package/dist/api/resources/databases/client/requests/HandlerInstructionsUpdateReq.js +3 -0
- package/dist/api/resources/databases/client/requests/TenantsTenantCreateRequest.d.ts +1 -0
- package/dist/api/resources/databases/client/requests/TenantsTenantRenameRequest.d.ts +21 -0
- package/dist/api/resources/databases/client/requests/TenantsTenantRenameRequest.js +3 -0
- package/dist/api/resources/databases/client/requests/index.d.ts +4 -0
- package/dist/api/resources/feedback/client/Client.d.ts +1 -3
- package/dist/api/resources/feedback/client/Client.js +1 -3
- package/dist/api/resources/feedback/client/index.d.ts +1 -1
- package/dist/api/resources/feedback/client/index.js +15 -0
- package/dist/api/resources/feedback/client/requests/FeedbackSubmitRequest.d.ts +29 -0
- package/dist/api/resources/feedback/client/requests/FeedbackSubmitRequest.js +3 -0
- package/dist/api/resources/feedback/client/requests/index.d.ts +1 -0
- package/dist/api/resources/feedback/client/requests/index.js +2 -0
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +1 -0
- package/dist/api/types/ConnectorsResource.d.ts +58 -0
- package/dist/api/types/GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout.d.ts +11 -0
- package/dist/api/types/GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout.js +14 -0
- package/dist/api/types/GraphRelationEvidence.d.ts +7 -0
- package/dist/api/types/HandlerConnectorApiView.d.ts +15 -0
- package/dist/api/types/HandlerConnectorCreateResponse.d.ts +15 -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 +8 -3
- package/dist/api/types/HandlerConnectorPauseResponse.d.ts +6 -0
- package/dist/api/types/HandlerConnectorPauseResponse.js +3 -0
- package/dist/api/types/HandlerConnectorResourceStatus.d.ts +27 -0
- package/dist/api/types/HandlerConnectorStatusError.d.ts +4 -3
- package/dist/api/types/HandlerConnectorStatusResponse.d.ts +5 -2
- package/dist/api/types/HandlerEnvelopeSearchChunkInspectResult.d.ts +9 -0
- package/dist/api/types/HandlerEnvelopeSearchChunkInspectResult.js +3 -0
- package/dist/api/types/HandlerEnvelopeSearchEntityProfileView.d.ts +9 -0
- package/dist/api/types/HandlerEnvelopeSearchEntityProfileView.js +3 -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/HandlerEnvelopeTenantsSubTenantDeleteResponse.d.ts +9 -0
- package/dist/api/types/HandlerEnvelopeTenantsSubTenantDeleteResponse.js +3 -0
- package/dist/api/types/HandlerEnvelopeTenantsTenantRenameResponse.d.ts +9 -0
- package/dist/api/types/HandlerEnvelopeTenantsTenantRenameResponse.js +3 -0
- package/dist/api/types/HandlerInstructionsResponse.d.ts +13 -0
- package/dist/api/types/HandlerInstructionsResponse.js +3 -0
- package/dist/api/types/HandlerPlanCapView.d.ts +11 -0
- package/dist/api/types/HandlerPlanCapView.js +3 -0
- package/dist/api/types/HandlerVaultCredentialEntry.d.ts +13 -0
- package/dist/api/types/HandlerVaultCredentialEntry.js +3 -0
- package/dist/api/types/HandlerVaultCredentialListResponse.d.ts +8 -0
- package/dist/api/types/HandlerVaultCredentialListResponse.js +3 -0
- package/dist/api/types/HandlerVaultCredentialRevealResponse.d.ts +7 -0
- package/dist/api/types/HandlerVaultCredentialRevealResponse.js +3 -0
- package/dist/api/types/HandlerVaultCredentialUpdateResponse.d.ts +5 -0
- package/dist/api/types/HandlerVaultCredentialUpdateResponse.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 +5 -0
- package/dist/api/types/MemoriesConversationTurn.js +3 -0
- package/dist/api/types/MemoriesForcefulRelations.d.ts +11 -0
- package/dist/api/types/MemoriesForcefulRelations.js +3 -0
- package/dist/api/types/MemoriesIngestItem.d.ts +56 -0
- package/dist/api/types/MemoriesIngestItem.js +3 -0
- package/dist/api/types/MemoriesIngestItemContextCategory.d.ts +13 -0
- package/dist/api/types/MemoriesIngestItemContextCategory.js +16 -0
- package/dist/api/types/MemoriesUnifiedIngestRequest.d.ts +26 -0
- package/dist/api/types/MemoriesUnifiedIngestRequest.js +3 -0
- package/dist/api/types/SearchAliasExpansionNote.d.ts +4 -0
- package/dist/api/types/SearchAliasExpansionNote.js +3 -0
- package/dist/api/types/SearchAppSearchFusionDiagnostics.d.ts +31 -0
- package/dist/api/types/SearchAppSearchFusionDiagnostics.js +3 -0
- package/dist/api/types/SearchAppSearchFusionStats.d.ts +43 -0
- package/dist/api/types/SearchAppSearchFusionStats.js +3 -0
- package/dist/api/types/SearchChunkInspectResult.d.ts +24 -0
- package/dist/api/types/SearchChunkInspectResult.js +3 -0
- 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/SearchEntityProfileView.d.ts +18 -0
- package/dist/api/types/SearchEntityProfileView.js +3 -0
- package/dist/api/types/SearchForcefulRelationEntry.d.ts +5 -0
- package/dist/api/types/SearchForcefulRelationEntry.js +3 -0
- package/dist/api/types/SearchForcefulRelationsBucket.d.ts +11 -0
- package/dist/api/types/SearchForcefulRelationsBucket.js +3 -0
- package/dist/api/types/SearchGraphPath.d.ts +10 -0
- package/dist/api/types/SearchGraphPath.js +3 -0
- package/dist/api/types/SearchGraphPlane.d.ts +11 -0
- package/dist/api/types/SearchGraphPlane.js +3 -0
- package/dist/api/types/SearchMetadataFilters.d.ts +1 -1
- package/dist/api/types/SearchProfileContext.d.ts +17 -0
- package/dist/api/types/SearchProfileContext.js +3 -0
- package/dist/api/types/SearchProfileEntry.d.ts +11 -0
- package/dist/api/types/SearchProfileEntry.js +3 -0
- package/dist/api/types/SearchProfileFilterInfo.d.ts +10 -0
- package/dist/api/types/SearchProfileFilterInfo.js +3 -0
- 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/SearchRelationVia.d.ts +4 -0
- package/dist/api/types/SearchRelationVia.js +3 -0
- package/dist/api/types/SearchResolvedReference.d.ts +4 -0
- package/dist/api/types/SearchResolvedReference.js +3 -0
- package/dist/api/types/SearchV2RetrievalResult.d.ts +32 -1
- package/dist/api/types/SearchVectorStoreChunk.d.ts +28 -0
- package/dist/api/types/SearchVectorStoreChunk.js +3 -0
- package/dist/api/types/TenantsDatabaseDetail.d.ts +11 -0
- package/dist/api/types/TenantsDatabaseDetail.js +3 -0
- package/dist/api/types/TenantsDatabaseDetailType.d.ts +9 -0
- package/dist/api/types/TenantsDatabaseDetailType.js +12 -0
- package/dist/api/types/TenantsInfraStatusResponseV2.d.ts +5 -0
- package/dist/api/types/TenantsInfraStatusResponseV2Type.d.ts +8 -0
- package/dist/api/types/TenantsInfraStatusResponseV2Type.js +11 -0
- package/dist/api/types/TenantsMilvusDataType.d.ts +1 -0
- package/dist/api/types/TenantsMilvusDataType.js +1 -0
- package/dist/api/types/TenantsSubTenantDeleteResponse.d.ts +12 -0
- package/dist/api/types/TenantsSubTenantDeleteResponse.js +3 -0
- package/dist/api/types/TenantsTenantIdsResponse.d.ts +2 -0
- package/dist/api/types/TenantsTenantRenameResponse.d.ts +20 -0
- package/dist/api/types/TenantsTenantRenameResponse.js +3 -0
- package/dist/api/types/index.d.ts +54 -6
- package/dist/api/types/index.js +54 -6
- package/dist/helpers/buildString.d.ts +9 -3
- package/dist/helpers/buildString.js +28 -3
- package/dist/serialization/client/requests/SearchQueryRequest.d.ts +7 -0
- package/dist/serialization/client/requests/SearchQueryRequest.js +7 -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/connectors/client/requests/HandlerVaultCredentialRevealReq.d.ts +9 -0
- package/dist/serialization/resources/connectors/client/requests/HandlerVaultCredentialRevealReq.js +41 -0
- package/dist/serialization/resources/connectors/client/requests/HandlerVaultCredentialUpdateReq.d.ts +9 -0
- package/dist/serialization/resources/connectors/client/requests/HandlerVaultCredentialUpdateReq.js +41 -0
- package/dist/serialization/resources/connectors/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/connectors/client/requests/index.js +5 -1
- package/dist/serialization/resources/context/types/ChunksContextRequestType.d.ts +7 -0
- package/dist/serialization/resources/context/types/ChunksContextRequestType.js +39 -0
- 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/ProfileContextRequestType.d.ts +7 -0
- package/dist/serialization/resources/context/types/ProfileContextRequestType.js +39 -0
- 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/resources/context/types/index.d.ts +2 -0
- package/dist/serialization/resources/context/types/index.js +2 -0
- package/dist/serialization/resources/databases/client/requests/HandlerInstructionsUpdateReq.d.ts +10 -0
- package/dist/serialization/resources/databases/client/requests/HandlerInstructionsUpdateReq.js +44 -0
- package/dist/serialization/resources/databases/client/requests/TenantsTenantCreateRequest.d.ts +2 -0
- package/dist/serialization/resources/databases/client/requests/TenantsTenantCreateRequest.js +2 -0
- package/dist/serialization/resources/databases/client/requests/TenantsTenantRenameRequest.d.ts +9 -0
- package/dist/serialization/resources/databases/client/requests/TenantsTenantRenameRequest.js +41 -0
- package/dist/serialization/resources/databases/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/databases/client/requests/index.js +5 -1
- package/dist/serialization/resources/feedback/client/index.d.ts +1 -0
- package/dist/serialization/resources/feedback/client/index.js +17 -0
- package/dist/serialization/resources/feedback/client/requests/FeedbackSubmitRequest.d.ts +21 -0
- package/dist/serialization/{types → resources/feedback/client/requests}/FeedbackSubmitRequest.js +16 -4
- package/dist/serialization/resources/feedback/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/feedback/client/requests/index.js +5 -0
- package/dist/serialization/resources/feedback/index.d.ts +1 -0
- package/dist/serialization/resources/feedback/index.js +17 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/types/ConnectorsResource.d.ts +6 -0
- package/dist/serialization/types/ConnectorsResource.js +6 -0
- package/dist/serialization/types/GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout.d.ts +7 -0
- package/dist/serialization/types/GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout.js +39 -0
- package/dist/serialization/types/GraphRelationEvidence.d.ts +1 -0
- package/dist/serialization/types/GraphRelationEvidence.js +1 -0
- package/dist/serialization/types/HandlerConnectorApiView.d.ts +3 -0
- package/dist/serialization/types/HandlerConnectorApiView.js +3 -0
- package/dist/serialization/types/HandlerConnectorCreateResponse.d.ts +3 -0
- package/dist/serialization/types/HandlerConnectorCreateResponse.js +3 -0
- package/dist/serialization/types/HandlerConnectorLimitView.d.ts +12 -0
- package/dist/serialization/types/{FeedbackSubmitRequestGroundTruth.js → HandlerConnectorLimitView.js} +6 -4
- package/dist/serialization/types/HandlerConnectorListResponse.d.ts +4 -0
- package/dist/serialization/types/HandlerConnectorListResponse.js +4 -0
- package/dist/serialization/types/HandlerConnectorPauseResponse.d.ts +11 -0
- package/dist/serialization/types/HandlerConnectorPauseResponse.js +43 -0
- package/dist/serialization/types/HandlerConnectorResourceStatus.d.ts +4 -0
- package/dist/serialization/types/HandlerConnectorResourceStatus.js +4 -0
- package/dist/serialization/types/HandlerConnectorStatusResponse.d.ts +2 -0
- package/dist/serialization/types/HandlerConnectorStatusResponse.js +2 -0
- package/dist/serialization/types/HandlerEnvelopeSearchChunkInspectResult.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeSearchChunkInspectResult.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeSearchEntityProfileView.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeSearchEntityProfileView.js +47 -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/HandlerEnvelopeTenantsSubTenantDeleteResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeTenantsSubTenantDeleteResponse.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeTenantsTenantRenameResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeTenantsTenantRenameResponse.js +47 -0
- package/dist/serialization/types/HandlerInstructionsResponse.d.ts +12 -0
- package/dist/serialization/types/HandlerInstructionsResponse.js +44 -0
- package/dist/serialization/types/HandlerPlanCapView.d.ts +11 -0
- package/dist/serialization/types/{FeedbackSubmitRequestGroundTruthGroundTruthSourceIds.js → HandlerPlanCapView.js} +5 -3
- package/dist/serialization/types/HandlerVaultCredentialEntry.d.ts +15 -0
- package/dist/serialization/types/HandlerVaultCredentialEntry.js +47 -0
- package/dist/serialization/types/HandlerVaultCredentialListResponse.d.ts +12 -0
- package/dist/serialization/types/HandlerVaultCredentialListResponse.js +44 -0
- package/dist/serialization/types/HandlerVaultCredentialRevealResponse.d.ts +12 -0
- package/dist/serialization/types/HandlerVaultCredentialRevealResponse.js +44 -0
- package/dist/serialization/types/HandlerVaultCredentialUpdateResponse.d.ts +10 -0
- package/dist/serialization/types/HandlerVaultCredentialUpdateResponse.js +42 -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 +10 -0
- package/dist/serialization/types/MemoriesConversationTurn.js +42 -0
- package/dist/serialization/types/MemoriesForcefulRelations.d.ts +10 -0
- package/dist/serialization/types/MemoriesForcefulRelations.js +42 -0
- package/dist/serialization/types/MemoriesIngestItem.d.ts +25 -0
- package/dist/serialization/types/MemoriesIngestItem.js +57 -0
- package/dist/serialization/types/MemoriesIngestItemContextCategory.d.ts +7 -0
- package/dist/serialization/types/MemoriesIngestItemContextCategory.js +39 -0
- package/dist/serialization/types/MemoriesUnifiedIngestRequest.d.ts +19 -0
- package/dist/serialization/types/MemoriesUnifiedIngestRequest.js +51 -0
- package/dist/serialization/types/SearchAliasExpansionNote.d.ts +10 -0
- package/dist/serialization/types/SearchAliasExpansionNote.js +42 -0
- package/dist/serialization/types/SearchAppSearchFusionDiagnostics.d.ts +13 -0
- package/dist/serialization/types/SearchAppSearchFusionDiagnostics.js +45 -0
- package/dist/serialization/types/SearchAppSearchFusionStats.d.ts +19 -0
- package/dist/serialization/types/SearchAppSearchFusionStats.js +51 -0
- package/dist/serialization/types/SearchChunkInspectResult.d.ts +14 -0
- package/dist/serialization/types/SearchChunkInspectResult.js +46 -0
- 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/SearchEntityProfileView.d.ts +22 -0
- package/dist/serialization/types/SearchEntityProfileView.js +54 -0
- package/dist/serialization/types/SearchForcefulRelationEntry.d.ts +12 -0
- package/dist/serialization/types/SearchForcefulRelationEntry.js +44 -0
- package/dist/serialization/types/SearchForcefulRelationsBucket.d.ts +11 -0
- package/dist/serialization/types/SearchForcefulRelationsBucket.js +43 -0
- package/dist/serialization/types/SearchGraphPath.d.ts +13 -0
- package/dist/serialization/types/SearchGraphPath.js +45 -0
- package/dist/serialization/types/SearchGraphPlane.d.ts +10 -0
- package/dist/serialization/types/SearchGraphPlane.js +42 -0
- package/dist/serialization/types/SearchProfileContext.d.ts +17 -0
- package/dist/serialization/types/SearchProfileContext.js +49 -0
- package/dist/serialization/types/SearchProfileEntry.d.ts +15 -0
- package/dist/serialization/types/SearchProfileEntry.js +47 -0
- package/dist/serialization/types/SearchProfileFilterInfo.d.ts +15 -0
- package/dist/serialization/types/SearchProfileFilterInfo.js +47 -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/{FeedbackSubmitRequestFeedback.js → SearchQueryGraphPathOrigin.js} +2 -4
- 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/SearchRelationVia.d.ts +10 -0
- package/dist/serialization/types/{FeedbackSubmitRequestGroundTruthGroundTruthAnswer.js → SearchRelationVia.js} +4 -3
- package/dist/serialization/types/SearchResolvedReference.d.ts +10 -0
- package/dist/serialization/types/SearchResolvedReference.js +42 -0
- package/dist/serialization/types/SearchV2RetrievalResult.d.ts +18 -0
- package/dist/serialization/types/SearchV2RetrievalResult.js +18 -0
- package/dist/serialization/types/SearchVectorStoreChunk.d.ts +21 -0
- package/dist/serialization/types/SearchVectorStoreChunk.js +53 -0
- package/dist/serialization/types/TenantsDatabaseDetail.d.ts +11 -0
- package/dist/serialization/types/TenantsDatabaseDetail.js +43 -0
- package/dist/serialization/types/TenantsDatabaseDetailType.d.ts +7 -0
- package/dist/serialization/types/TenantsDatabaseDetailType.js +39 -0
- package/dist/serialization/types/TenantsInfraStatusResponseV2.d.ts +2 -0
- package/dist/serialization/types/TenantsInfraStatusResponseV2.js +2 -0
- package/dist/serialization/types/TenantsInfraStatusResponseV2Type.d.ts +7 -0
- package/dist/serialization/types/TenantsInfraStatusResponseV2Type.js +39 -0
- package/dist/serialization/types/TenantsSubTenantDeleteResponse.d.ts +14 -0
- package/dist/serialization/types/TenantsSubTenantDeleteResponse.js +46 -0
- package/dist/serialization/types/TenantsTenantIdsResponse.d.ts +2 -0
- package/dist/serialization/types/TenantsTenantIdsResponse.js +2 -0
- package/dist/serialization/types/TenantsTenantRenameResponse.d.ts +15 -0
- package/dist/serialization/types/TenantsTenantRenameResponse.js +47 -0
- package/dist/serialization/types/index.d.ts +54 -6
- package/dist/serialization/types/index.js +54 -6
- package/package.json +1 -1
- package/dist/api/types/FeedbackSubmitRequest.d.ts +0 -2
- package/dist/api/types/FeedbackSubmitRequestFeedback.d.ts +0 -3
- package/dist/api/types/FeedbackSubmitRequestGroundTruth.d.ts +0 -4
- package/dist/api/types/FeedbackSubmitRequestGroundTruthGroundTruth.d.ts +0 -2
- package/dist/api/types/FeedbackSubmitRequestGroundTruthGroundTruthAnswer.d.ts +0 -3
- package/dist/api/types/FeedbackSubmitRequestGroundTruthGroundTruthSourceIds.d.ts +0 -3
- package/dist/serialization/types/FeedbackSubmitRequest.d.ts +0 -9
- package/dist/serialization/types/FeedbackSubmitRequestFeedback.d.ts +0 -9
- package/dist/serialization/types/FeedbackSubmitRequestGroundTruth.d.ts +0 -10
- package/dist/serialization/types/FeedbackSubmitRequestGroundTruthGroundTruth.d.ts +0 -9
- package/dist/serialization/types/FeedbackSubmitRequestGroundTruthGroundTruth.js +0 -44
- package/dist/serialization/types/FeedbackSubmitRequestGroundTruthGroundTruthAnswer.d.ts +0 -9
- package/dist/serialization/types/FeedbackSubmitRequestGroundTruthGroundTruthSourceIds.d.ts +0 -9
- /package/dist/api/{types/FeedbackSubmitRequest.js → resources/connectors/client/requests/HandlerVaultCredentialRevealReq.js} +0 -0
- /package/dist/api/{types/FeedbackSubmitRequestFeedback.js → resources/connectors/client/requests/HandlerVaultCredentialUpdateReq.js} +0 -0
- /package/dist/api/{types/FeedbackSubmitRequestGroundTruth.js → resources/connectors/client/requests/PauseConnectorsRequest.js} +0 -0
- /package/dist/api/{types/FeedbackSubmitRequestGroundTruthGroundTruth.js → resources/connectors/client/requests/ResumeConnectorsRequest.js} +0 -0
- /package/dist/api/{types/FeedbackSubmitRequestGroundTruthGroundTruthAnswer.js → resources/context/client/requests/ChunksContextRequest.js} +0 -0
- /package/dist/api/{types/FeedbackSubmitRequestGroundTruthGroundTruthSourceIds.js → resources/context/client/requests/ProfileContextRequest.js} +0 -0
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
import type * as HydraDB from "../../api/index.js";
|
|
2
2
|
import * as core from "../../core/index.js";
|
|
3
3
|
import type * as serializers from "../index.js";
|
|
4
|
+
import { SearchAliasExpansionNote } from "./SearchAliasExpansionNote.js";
|
|
5
|
+
import { SearchAppSearchFusionDiagnostics } from "./SearchAppSearchFusionDiagnostics.js";
|
|
6
|
+
import { SearchCodeSearchResult } from "./SearchCodeSearchResult.js";
|
|
7
|
+
import { SearchForcefulRelationsBucket } from "./SearchForcefulRelationsBucket.js";
|
|
4
8
|
import { SearchGraphContext } from "./SearchGraphContext.js";
|
|
9
|
+
import { SearchGraphPlane } from "./SearchGraphPlane.js";
|
|
10
|
+
import { SearchProfileContext } from "./SearchProfileContext.js";
|
|
11
|
+
import { SearchProfileFilterInfo } from "./SearchProfileFilterInfo.js";
|
|
12
|
+
import { SearchResolvedReference } from "./SearchResolvedReference.js";
|
|
5
13
|
import { SearchSourceFact } from "./SearchSourceFact.js";
|
|
6
14
|
import { SearchSourceFilterInfo } from "./SearchSourceFilterInfo.js";
|
|
7
15
|
import { SearchSourceInfo } from "./SearchSourceInfo.js";
|
|
@@ -13,8 +21,18 @@ export declare const SearchV2RetrievalResult: core.serialization.ObjectSchema<se
|
|
|
13
21
|
export declare namespace SearchV2RetrievalResult {
|
|
14
22
|
interface Raw {
|
|
15
23
|
additional_context?: Record<string, SearchV2Chunk.Raw> | null;
|
|
24
|
+
alias_expansions?: SearchAliasExpansionNote.Raw[] | null;
|
|
25
|
+
app_search_fusion?: SearchAppSearchFusionDiagnostics.Raw | null;
|
|
16
26
|
chunks?: SearchV2Chunk.Raw[] | null;
|
|
27
|
+
code_search?: SearchCodeSearchResult.Raw | null;
|
|
28
|
+
forceful_relations?: SearchForcefulRelationsBucket.Raw | null;
|
|
29
|
+
graph?: SearchGraphPlane.Raw | null;
|
|
17
30
|
graph_context?: SearchGraphContext.Raw | null;
|
|
31
|
+
llm_prompt?: string | null;
|
|
32
|
+
profile_context?: SearchProfileContext.Raw | null;
|
|
33
|
+
profile_filter?: SearchProfileFilterInfo.Raw | null;
|
|
34
|
+
profiles?: SearchProfileContext.Raw[] | null;
|
|
35
|
+
resolved_references?: SearchResolvedReference.Raw[] | null;
|
|
18
36
|
source_facts?: SearchSourceFact.Raw[] | null;
|
|
19
37
|
source_filter?: SearchSourceFilterInfo.Raw | null;
|
|
20
38
|
sources?: SearchSourceInfo.Raw[] | null;
|
|
@@ -36,7 +36,15 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.SearchV2RetrievalResult = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
const SearchAliasExpansionNote_js_1 = require("./SearchAliasExpansionNote.js");
|
|
40
|
+
const SearchAppSearchFusionDiagnostics_js_1 = require("./SearchAppSearchFusionDiagnostics.js");
|
|
41
|
+
const SearchCodeSearchResult_js_1 = require("./SearchCodeSearchResult.js");
|
|
42
|
+
const SearchForcefulRelationsBucket_js_1 = require("./SearchForcefulRelationsBucket.js");
|
|
39
43
|
const SearchGraphContext_js_1 = require("./SearchGraphContext.js");
|
|
44
|
+
const SearchGraphPlane_js_1 = require("./SearchGraphPlane.js");
|
|
45
|
+
const SearchProfileContext_js_1 = require("./SearchProfileContext.js");
|
|
46
|
+
const SearchProfileFilterInfo_js_1 = require("./SearchProfileFilterInfo.js");
|
|
47
|
+
const SearchResolvedReference_js_1 = require("./SearchResolvedReference.js");
|
|
40
48
|
const SearchSourceFact_js_1 = require("./SearchSourceFact.js");
|
|
41
49
|
const SearchSourceFilterInfo_js_1 = require("./SearchSourceFilterInfo.js");
|
|
42
50
|
const SearchSourceInfo_js_1 = require("./SearchSourceInfo.js");
|
|
@@ -46,8 +54,18 @@ const SearchTemporalFilterInfo_js_1 = require("./SearchTemporalFilterInfo.js");
|
|
|
46
54
|
const SearchV2Chunk_js_1 = require("./SearchV2Chunk.js");
|
|
47
55
|
exports.SearchV2RetrievalResult = core.serialization.object({
|
|
48
56
|
additionalContext: core.serialization.property("additional_context", core.serialization.record(core.serialization.string(), SearchV2Chunk_js_1.SearchV2Chunk).optional()),
|
|
57
|
+
aliasExpansions: core.serialization.property("alias_expansions", core.serialization.list(SearchAliasExpansionNote_js_1.SearchAliasExpansionNote).optional()),
|
|
58
|
+
appSearchFusion: core.serialization.property("app_search_fusion", SearchAppSearchFusionDiagnostics_js_1.SearchAppSearchFusionDiagnostics.optional()),
|
|
49
59
|
chunks: core.serialization.list(SearchV2Chunk_js_1.SearchV2Chunk).optional(),
|
|
60
|
+
codeSearch: core.serialization.property("code_search", SearchCodeSearchResult_js_1.SearchCodeSearchResult.optional()),
|
|
61
|
+
forcefulRelations: core.serialization.property("forceful_relations", SearchForcefulRelationsBucket_js_1.SearchForcefulRelationsBucket.optional()),
|
|
62
|
+
graph: SearchGraphPlane_js_1.SearchGraphPlane.optional(),
|
|
50
63
|
graphContext: core.serialization.property("graph_context", SearchGraphContext_js_1.SearchGraphContext.optional()),
|
|
64
|
+
llmPrompt: core.serialization.property("llm_prompt", core.serialization.string().optional()),
|
|
65
|
+
profileContext: core.serialization.property("profile_context", SearchProfileContext_js_1.SearchProfileContext.optional()),
|
|
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()),
|
|
51
69
|
sourceFacts: core.serialization.property("source_facts", core.serialization.list(SearchSourceFact_js_1.SearchSourceFact).optional()),
|
|
52
70
|
sourceFilter: core.serialization.property("source_filter", SearchSourceFilterInfo_js_1.SearchSourceFilterInfo.optional()),
|
|
53
71
|
sources: core.serialization.list(SearchSourceInfo_js_1.SearchSourceInfo).optional(),
|
|
@@ -0,0 +1,21 @@
|
|
|
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 SearchVectorStoreChunk: core.serialization.ObjectSchema<serializers.SearchVectorStoreChunk.Raw, HydraDB.SearchVectorStoreChunk>;
|
|
5
|
+
export declare namespace SearchVectorStoreChunk {
|
|
6
|
+
interface Raw {
|
|
7
|
+
additional_metadata?: Record<string, unknown> | null;
|
|
8
|
+
chunk_content?: string | null;
|
|
9
|
+
chunk_uuid?: string | null;
|
|
10
|
+
extra_context_ids?: string[] | null;
|
|
11
|
+
layout?: string | null;
|
|
12
|
+
metadata?: Record<string, unknown> | null;
|
|
13
|
+
relevancy_score?: number | null;
|
|
14
|
+
source_id?: string | null;
|
|
15
|
+
source_last_updated_time?: string | null;
|
|
16
|
+
source_title?: string | null;
|
|
17
|
+
source_type?: string | null;
|
|
18
|
+
source_upload_time?: string | null;
|
|
19
|
+
sub_tenant_id?: string | null;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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.SearchVectorStoreChunk = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
exports.SearchVectorStoreChunk = core.serialization.object({
|
|
40
|
+
additionalMetadata: core.serialization.property("additional_metadata", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
41
|
+
chunkContent: core.serialization.property("chunk_content", core.serialization.string().optional()),
|
|
42
|
+
chunkUuid: core.serialization.property("chunk_uuid", core.serialization.string().optional()),
|
|
43
|
+
extraContextIds: core.serialization.property("extra_context_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
44
|
+
layout: core.serialization.string().optional(),
|
|
45
|
+
metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
46
|
+
relevancyScore: core.serialization.property("relevancy_score", core.serialization.number().optional()),
|
|
47
|
+
sourceId: core.serialization.property("source_id", core.serialization.string().optional()),
|
|
48
|
+
sourceLastUpdatedTime: core.serialization.property("source_last_updated_time", core.serialization.string().optional()),
|
|
49
|
+
sourceTitle: core.serialization.property("source_title", core.serialization.string().optional()),
|
|
50
|
+
sourceType: core.serialization.property("source_type", core.serialization.string().optional()),
|
|
51
|
+
sourceUploadTime: core.serialization.property("source_upload_time", core.serialization.string().optional()),
|
|
52
|
+
subTenantId: core.serialization.property("sub_tenant_id", core.serialization.string().optional()),
|
|
53
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
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 { TenantsDatabaseDetailType } from "./TenantsDatabaseDetailType.js";
|
|
5
|
+
export declare const TenantsDatabaseDetail: core.serialization.ObjectSchema<serializers.TenantsDatabaseDetail.Raw, HydraDB.TenantsDatabaseDetail>;
|
|
6
|
+
export declare namespace TenantsDatabaseDetail {
|
|
7
|
+
interface Raw {
|
|
8
|
+
database?: string | null;
|
|
9
|
+
type?: TenantsDatabaseDetailType.Raw | null;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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.TenantsDatabaseDetail = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
const TenantsDatabaseDetailType_js_1 = require("./TenantsDatabaseDetailType.js");
|
|
40
|
+
exports.TenantsDatabaseDetail = core.serialization.object({
|
|
41
|
+
database: core.serialization.string().optional(),
|
|
42
|
+
type: TenantsDatabaseDetailType_js_1.TenantsDatabaseDetailType.optional(),
|
|
43
|
+
});
|
|
@@ -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 TenantsDatabaseDetailType: core.serialization.Schema<serializers.TenantsDatabaseDetailType.Raw, HydraDB.TenantsDatabaseDetailType>;
|
|
5
|
+
export declare namespace TenantsDatabaseDetailType {
|
|
6
|
+
type Raw = "split";
|
|
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.TenantsDatabaseDetailType = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
exports.TenantsDatabaseDetailType = core.serialization.enum_(["split"]);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type * as HydraDB from "../../api/index.js";
|
|
2
2
|
import * as core from "../../core/index.js";
|
|
3
3
|
import type * as serializers from "../index.js";
|
|
4
|
+
import { TenantsInfraStatusResponseV2Type } from "./TenantsInfraStatusResponseV2Type.js";
|
|
4
5
|
import { TenantsInfraV2 } from "./TenantsInfraV2.js";
|
|
5
6
|
export declare const TenantsInfraStatusResponseV2: core.serialization.ObjectSchema<serializers.TenantsInfraStatusResponseV2.Raw, HydraDB.TenantsInfraStatusResponseV2>;
|
|
6
7
|
export declare namespace TenantsInfraStatusResponseV2 {
|
|
@@ -10,5 +11,6 @@ export declare namespace TenantsInfraStatusResponseV2 {
|
|
|
10
11
|
message?: string | null;
|
|
11
12
|
org_id?: string | null;
|
|
12
13
|
tenant_id?: string | null;
|
|
14
|
+
type?: TenantsInfraStatusResponseV2Type.Raw | null;
|
|
13
15
|
}
|
|
14
16
|
}
|
|
@@ -36,6 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.TenantsInfraStatusResponseV2 = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
const TenantsInfraStatusResponseV2Type_js_1 = require("./TenantsInfraStatusResponseV2Type.js");
|
|
39
40
|
const TenantsInfraV2_js_1 = require("./TenantsInfraV2.js");
|
|
40
41
|
exports.TenantsInfraStatusResponseV2 = core.serialization.object({
|
|
41
42
|
database: core.serialization.string().optional(),
|
|
@@ -43,4 +44,5 @@ exports.TenantsInfraStatusResponseV2 = core.serialization.object({
|
|
|
43
44
|
message: core.serialization.string().optional(),
|
|
44
45
|
orgId: core.serialization.property("org_id", core.serialization.string().optional()),
|
|
45
46
|
tenantId: core.serialization.property("tenant_id", core.serialization.string().optional()),
|
|
47
|
+
type: TenantsInfraStatusResponseV2Type_js_1.TenantsInfraStatusResponseV2Type.optional(),
|
|
46
48
|
});
|
|
@@ -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 TenantsInfraStatusResponseV2Type: core.serialization.Schema<serializers.TenantsInfraStatusResponseV2Type.Raw, HydraDB.TenantsInfraStatusResponseV2Type>;
|
|
5
|
+
export declare namespace TenantsInfraStatusResponseV2Type {
|
|
6
|
+
type Raw = "split";
|
|
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.TenantsInfraStatusResponseV2Type = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
exports.TenantsInfraStatusResponseV2Type = core.serialization.enum_(["split"]);
|
|
@@ -0,0 +1,14 @@
|
|
|
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 TenantsSubTenantDeleteResponse: core.serialization.ObjectSchema<serializers.TenantsSubTenantDeleteResponse.Raw, HydraDB.TenantsSubTenantDeleteResponse>;
|
|
5
|
+
export declare namespace TenantsSubTenantDeleteResponse {
|
|
6
|
+
interface Raw {
|
|
7
|
+
collection?: string | null;
|
|
8
|
+
database?: string | null;
|
|
9
|
+
message?: string | null;
|
|
10
|
+
status?: string | null;
|
|
11
|
+
sub_tenant_id?: string | null;
|
|
12
|
+
tenant_id?: string | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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.TenantsSubTenantDeleteResponse = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
exports.TenantsSubTenantDeleteResponse = core.serialization.object({
|
|
40
|
+
collection: core.serialization.string().optional(),
|
|
41
|
+
database: core.serialization.string().optional(),
|
|
42
|
+
message: core.serialization.string().optional(),
|
|
43
|
+
status: core.serialization.string().optional(),
|
|
44
|
+
subTenantId: core.serialization.property("sub_tenant_id", core.serialization.string().optional()),
|
|
45
|
+
tenantId: core.serialization.property("tenant_id", core.serialization.string().optional()),
|
|
46
|
+
});
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import type * as HydraDB from "../../api/index.js";
|
|
2
2
|
import * as core from "../../core/index.js";
|
|
3
3
|
import type * as serializers from "../index.js";
|
|
4
|
+
import { TenantsDatabaseDetail } from "./TenantsDatabaseDetail.js";
|
|
4
5
|
import { TenantsFailedTenant } from "./TenantsFailedTenant.js";
|
|
5
6
|
export declare const TenantsTenantIdsResponse: core.serialization.ObjectSchema<serializers.TenantsTenantIdsResponse.Raw, HydraDB.TenantsTenantIdsResponse>;
|
|
6
7
|
export declare namespace TenantsTenantIdsResponse {
|
|
7
8
|
interface Raw {
|
|
8
9
|
databases?: string[] | null;
|
|
10
|
+
details?: TenantsDatabaseDetail.Raw[] | null;
|
|
9
11
|
failed_databases?: TenantsFailedTenant.Raw[] | null;
|
|
10
12
|
failed_tenant_ids?: TenantsFailedTenant.Raw[] | null;
|
|
11
13
|
message?: string | null;
|
|
@@ -36,9 +36,11 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.TenantsTenantIdsResponse = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
const TenantsDatabaseDetail_js_1 = require("./TenantsDatabaseDetail.js");
|
|
39
40
|
const TenantsFailedTenant_js_1 = require("./TenantsFailedTenant.js");
|
|
40
41
|
exports.TenantsTenantIdsResponse = core.serialization.object({
|
|
41
42
|
databases: core.serialization.list(core.serialization.string()).optional(),
|
|
43
|
+
details: core.serialization.list(TenantsDatabaseDetail_js_1.TenantsDatabaseDetail).optional(),
|
|
42
44
|
failedDatabases: core.serialization.property("failed_databases", core.serialization.list(TenantsFailedTenant_js_1.TenantsFailedTenant).optional()),
|
|
43
45
|
failedTenantIds: core.serialization.property("failed_tenant_ids", core.serialization.list(TenantsFailedTenant_js_1.TenantsFailedTenant).optional()),
|
|
44
46
|
message: core.serialization.string().optional(),
|
|
@@ -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
|
+
export declare const TenantsTenantRenameResponse: core.serialization.ObjectSchema<serializers.TenantsTenantRenameResponse.Raw, HydraDB.TenantsTenantRenameResponse>;
|
|
5
|
+
export declare namespace TenantsTenantRenameResponse {
|
|
6
|
+
interface Raw {
|
|
7
|
+
connector_reassignment?: string | null;
|
|
8
|
+
database?: string | null;
|
|
9
|
+
message?: string | null;
|
|
10
|
+
old_database?: string | null;
|
|
11
|
+
old_tenant_id?: string | null;
|
|
12
|
+
status?: string | null;
|
|
13
|
+
tenant_id?: string | null;
|
|
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.TenantsTenantRenameResponse = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
exports.TenantsTenantRenameResponse = core.serialization.object({
|
|
40
|
+
connectorReassignment: core.serialization.property("connector_reassignment", core.serialization.string().optional()),
|
|
41
|
+
database: core.serialization.string().optional(),
|
|
42
|
+
message: core.serialization.string().optional(),
|
|
43
|
+
oldDatabase: core.serialization.property("old_database", core.serialization.string().optional()),
|
|
44
|
+
oldTenantId: core.serialization.property("old_tenant_id", core.serialization.string().optional()),
|
|
45
|
+
status: core.serialization.string().optional(),
|
|
46
|
+
tenantId: core.serialization.property("tenant_id", core.serialization.string().optional()),
|
|
47
|
+
});
|
|
@@ -3,14 +3,9 @@ export * from "./DashboardPaginationMeta.js";
|
|
|
3
3
|
export * from "./FeedbackGroundTruth.js";
|
|
4
4
|
export * from "./FeedbackRating.js";
|
|
5
5
|
export * from "./FeedbackSource.js";
|
|
6
|
-
export * from "./FeedbackSubmitRequest.js";
|
|
7
|
-
export * from "./FeedbackSubmitRequestFeedback.js";
|
|
8
|
-
export * from "./FeedbackSubmitRequestGroundTruth.js";
|
|
9
|
-
export * from "./FeedbackSubmitRequestGroundTruthGroundTruth.js";
|
|
10
|
-
export * from "./FeedbackSubmitRequestGroundTruthGroundTruthAnswer.js";
|
|
11
|
-
export * from "./FeedbackSubmitRequestGroundTruthGroundTruthSourceIds.js";
|
|
12
6
|
export * from "./FeedbackSubmitResponse.js";
|
|
13
7
|
export * from "./FetchV2SourceFetchResponse.js";
|
|
8
|
+
export * from "./GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout.js";
|
|
14
9
|
export * from "./GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult.js";
|
|
15
10
|
export * from "./GraphEntity.js";
|
|
16
11
|
export * from "./GraphGraphRelationsResponse.js";
|
|
@@ -26,7 +21,9 @@ export * from "./HandlerConnectorApiView.js";
|
|
|
26
21
|
export * from "./HandlerConnectorCatalogResponse.js";
|
|
27
22
|
export * from "./HandlerConnectorCreateResponse.js";
|
|
28
23
|
export * from "./HandlerConnectorDeleteResponse.js";
|
|
24
|
+
export * from "./HandlerConnectorLimitView.js";
|
|
29
25
|
export * from "./HandlerConnectorListResponse.js";
|
|
26
|
+
export * from "./HandlerConnectorPauseResponse.js";
|
|
30
27
|
export * from "./HandlerConnectorResourceStatus.js";
|
|
31
28
|
export * from "./HandlerConnectorResourcesResponse.js";
|
|
32
29
|
export * from "./HandlerConnectorStatusError.js";
|
|
@@ -46,14 +43,19 @@ export * from "./HandlerEnvelopeHandlerSupabaseWebhookAck.js";
|
|
|
46
43
|
export * from "./HandlerEnvelopeIngestionV2BatchProcessingStatus.js";
|
|
47
44
|
export * from "./HandlerEnvelopeIngestionV2IngestResponse.js";
|
|
48
45
|
export * from "./HandlerEnvelopeListV2ListResponse.js";
|
|
46
|
+
export * from "./HandlerEnvelopeSearchChunkInspectResult.js";
|
|
47
|
+
export * from "./HandlerEnvelopeSearchEntityProfileView.js";
|
|
49
48
|
export * from "./HandlerEnvelopeSearchV2RetrievalResult.js";
|
|
49
|
+
export * from "./HandlerEnvelopeSearchV2RetrievalResultData.js";
|
|
50
50
|
export * from "./HandlerEnvelopeSourcesMemoryDeleteResponse.js";
|
|
51
51
|
export * from "./HandlerEnvelopeTenantsInfraStatusResponseV2.js";
|
|
52
|
+
export * from "./HandlerEnvelopeTenantsSubTenantDeleteResponse.js";
|
|
52
53
|
export * from "./HandlerEnvelopeTenantsSubTenantIdsResponse.js";
|
|
53
54
|
export * from "./HandlerEnvelopeTenantsTenantCreateAcceptedResponse.js";
|
|
54
55
|
export * from "./HandlerEnvelopeTenantsTenantDeleteResponse.js";
|
|
55
56
|
export * from "./HandlerEnvelopeTenantsTenantIdsResponse.js";
|
|
56
57
|
export * from "./HandlerEnvelopeTenantsTenantMetadataSchemaResponse.js";
|
|
58
|
+
export * from "./HandlerEnvelopeTenantsTenantRenameResponse.js";
|
|
57
59
|
export * from "./HandlerEnvelopeTenantsTenantStatsResponse.js";
|
|
58
60
|
export * from "./HandlerEnvelopeWebhooksDeliveryItem.js";
|
|
59
61
|
export * from "./HandlerEnvelopeWebhooksDeliveryListResponse.js";
|
|
@@ -67,7 +69,9 @@ export * from "./HandlerErrorDetail.js";
|
|
|
67
69
|
export * from "./HandlerErrorEnvelopeSourcesMemoryDeleteResponse.js";
|
|
68
70
|
export * from "./HandlerErrorMeta.js";
|
|
69
71
|
export * from "./HandlerErrorResponse.js";
|
|
72
|
+
export * from "./HandlerInstructionsResponse.js";
|
|
70
73
|
export * from "./HandlerMetadataSchemaUpdateResponse.js";
|
|
74
|
+
export * from "./HandlerPlanCapView.js";
|
|
71
75
|
export * from "./HandlerProviderListResponse.js";
|
|
72
76
|
export * from "./HandlerResourceDeleteResponse.js";
|
|
73
77
|
export * from "./HandlerResourceMapping.js";
|
|
@@ -75,6 +79,13 @@ export * from "./HandlerResourceMappingSyncMode.js";
|
|
|
75
79
|
export * from "./HandlerResponseMeta.js";
|
|
76
80
|
export * from "./HandlerSupabaseWebhookAck.js";
|
|
77
81
|
export * from "./HandlerTableConfigEntry.js";
|
|
82
|
+
export * from "./HandlerVaultCredentialEntry.js";
|
|
83
|
+
export * from "./HandlerVaultCredentialListResponse.js";
|
|
84
|
+
export * from "./HandlerVaultCredentialRevealResponse.js";
|
|
85
|
+
export * from "./HandlerVaultCredentialUpdateResponse.js";
|
|
86
|
+
export * from "./IngestionGraphEntity.js";
|
|
87
|
+
export * from "./IngestionGraphPayload.js";
|
|
88
|
+
export * from "./IngestionGraphRelation.js";
|
|
78
89
|
export * from "./IngestionSourceStatus.js";
|
|
79
90
|
export * from "./IngestionV2BatchProcessingStatus.js";
|
|
80
91
|
export * from "./IngestionV2IngestResponse.js";
|
|
@@ -84,14 +95,45 @@ export * from "./ListContentFilter.js";
|
|
|
84
95
|
export * from "./ListV2ListResponse.js";
|
|
85
96
|
export * from "./ListV2MemoryItem.js";
|
|
86
97
|
export * from "./ListV2SourceItem.js";
|
|
98
|
+
export * from "./MemoriesConversationTurn.js";
|
|
99
|
+
export * from "./MemoriesForcefulRelations.js";
|
|
100
|
+
export * from "./MemoriesIngestItem.js";
|
|
101
|
+
export * from "./MemoriesIngestItemContextCategory.js";
|
|
102
|
+
export * from "./MemoriesUnifiedIngestRequest.js";
|
|
103
|
+
export * from "./SearchAliasExpansionNote.js";
|
|
104
|
+
export * from "./SearchAppSearchFusionDiagnostics.js";
|
|
105
|
+
export * from "./SearchAppSearchFusionStats.js";
|
|
106
|
+
export * from "./SearchChunkInspectResult.js";
|
|
107
|
+
export * from "./SearchCodeSearchRepoResult.js";
|
|
108
|
+
export * from "./SearchCodeSearchResult.js";
|
|
109
|
+
export * from "./SearchEntityProfileView.js";
|
|
110
|
+
export * from "./SearchForcefulRelationEntry.js";
|
|
111
|
+
export * from "./SearchForcefulRelationsBucket.js";
|
|
87
112
|
export * from "./SearchGraphContext.js";
|
|
113
|
+
export * from "./SearchGraphPath.js";
|
|
114
|
+
export * from "./SearchGraphPlane.js";
|
|
88
115
|
export * from "./SearchMetadataFilters.js";
|
|
89
116
|
export * from "./SearchOperator.js";
|
|
90
117
|
export * from "./SearchPathTriplet.js";
|
|
118
|
+
export * from "./SearchProfileContext.js";
|
|
119
|
+
export * from "./SearchProfileEntry.js";
|
|
120
|
+
export * from "./SearchProfileFilterInfo.js";
|
|
91
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";
|
|
92
131
|
export * from "./SearchQueryRequestCollections.js";
|
|
93
132
|
export * from "./SearchQueryRequestSubTenantIds.js";
|
|
133
|
+
export * from "./SearchQueryResult.js";
|
|
94
134
|
export * from "./SearchRecallMode.js";
|
|
135
|
+
export * from "./SearchRelationVia.js";
|
|
136
|
+
export * from "./SearchResolvedReference.js";
|
|
95
137
|
export * from "./SearchScoredPathResponse.js";
|
|
96
138
|
export * from "./SearchSourceFact.js";
|
|
97
139
|
export * from "./SearchSourceFilterInfo.js";
|
|
@@ -103,19 +145,25 @@ export * from "./SearchTemporalFilterInfo.js";
|
|
|
103
145
|
export * from "./SearchTemporalIntentOverride.js";
|
|
104
146
|
export * from "./SearchV2Chunk.js";
|
|
105
147
|
export * from "./SearchV2RetrievalResult.js";
|
|
148
|
+
export * from "./SearchVectorStoreChunk.js";
|
|
106
149
|
export * from "./SourcesMemoryDeleteResponse.js";
|
|
107
150
|
export * from "./SourcesSourceDeleteResultItem.js";
|
|
108
151
|
export * from "./TenantsCollectionStats.js";
|
|
109
152
|
export * from "./TenantsCustomPropertyDefinition.js";
|
|
153
|
+
export * from "./TenantsDatabaseDetail.js";
|
|
154
|
+
export * from "./TenantsDatabaseDetailType.js";
|
|
110
155
|
export * from "./TenantsFailedTenant.js";
|
|
111
156
|
export * from "./TenantsInfraStatusResponseV2.js";
|
|
157
|
+
export * from "./TenantsInfraStatusResponseV2Type.js";
|
|
112
158
|
export * from "./TenantsInfraV2.js";
|
|
113
159
|
export * from "./TenantsMilvusDataType.js";
|
|
160
|
+
export * from "./TenantsSubTenantDeleteResponse.js";
|
|
114
161
|
export * from "./TenantsSubTenantIdsResponse.js";
|
|
115
162
|
export * from "./TenantsTenantCreateAcceptedResponse.js";
|
|
116
163
|
export * from "./TenantsTenantDeleteResponse.js";
|
|
117
164
|
export * from "./TenantsTenantIdsResponse.js";
|
|
118
165
|
export * from "./TenantsTenantMetadataSchemaResponse.js";
|
|
166
|
+
export * from "./TenantsTenantRenameResponse.js";
|
|
119
167
|
export * from "./TenantsTenantStatsResponse.js";
|
|
120
168
|
export * from "./TenantsVectorstoreStatusV2.js";
|
|
121
169
|
export * from "./WebhooksDeliveryItem.js";
|