@hydradb/sdk 2.1.3 → 2.1.5
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 +47 -3
- package/dist/api/resources/connectors/client/Client.d.ts +102 -2
- package/dist/api/resources/connectors/client/Client.js +404 -2
- package/dist/api/resources/connectors/client/requests/HandlerConnectorCreateReq.d.ts +6 -0
- package/dist/api/resources/connectors/client/requests/HandlerConnectorUpdateReq.d.ts +6 -0
- package/dist/api/resources/connectors/client/requests/HandlerResourceCreateReq.d.ts +12 -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/UpdateResourceAclConnectorsRequest.d.ts +17 -0
- package/dist/api/resources/connectors/client/requests/index.d.ts +5 -0
- package/dist/api/resources/context/client/Client.d.ts +61 -2
- package/dist/api/resources/context/client/Client.js +282 -5
- package/dist/api/resources/context/client/requests/ChunksContextRequest.d.ts +31 -0
- package/dist/api/resources/context/client/requests/HandlerContextMetadataUpdateRequest.d.ts +14 -0
- package/dist/api/resources/context/client/requests/IngestContextRequest.d.ts +6 -4
- package/dist/api/resources/context/client/requests/InspectContextRequest.d.ts +2 -0
- package/dist/api/resources/context/client/requests/ListV2ListContentRequest.d.ts +7 -1
- package/dist/api/resources/context/client/requests/ProfileContextRequest.d.ts +30 -0
- package/dist/api/resources/context/client/requests/ProfileContextRequest.js +3 -0
- package/dist/api/resources/context/client/requests/RelationsContextRequest.d.ts +3 -1
- package/dist/api/resources/context/client/requests/SourcesV2SourceDeleteRequest.d.ts +4 -1
- package/dist/api/resources/context/client/requests/SubgraphContextRequest.d.ts +31 -0
- package/dist/api/resources/context/client/requests/SubgraphContextRequest.js +3 -0
- package/dist/api/resources/context/client/requests/index.d.ts +3 -0
- package/dist/api/resources/context/types/ChunksContextRequestType.d.ts +7 -0
- package/dist/api/resources/context/types/ChunksContextRequestType.js +10 -0
- package/dist/api/resources/context/types/IngestContextRequestType.d.ts +1 -0
- package/dist/api/resources/context/types/IngestContextRequestType.js +1 -0
- package/dist/api/resources/context/types/ListV2ListContentRequestType.d.ts +7 -1
- package/dist/api/resources/context/types/ListV2ListContentRequestType.js +7 -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 +2 -0
- package/dist/api/resources/context/types/RelationsContextRequestType.js +2 -0
- package/dist/api/resources/context/types/SourcesV2SourceDeleteRequestType.d.ts +6 -1
- package/dist/api/resources/context/types/SourcesV2SourceDeleteRequestType.js +6 -1
- package/dist/api/resources/context/types/SubgraphContextRequestType.d.ts +7 -0
- package/dist/api/resources/context/types/SubgraphContextRequestType.js +10 -0
- package/dist/api/resources/context/types/index.d.ts +3 -0
- package/dist/api/resources/context/types/index.js +3 -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/resources/webhooks/client/Client.d.ts +19 -0
- package/dist/api/resources/webhooks/client/Client.js +80 -0
- package/dist/api/resources/webhooks/client/requests/PostWebhooksSupabaseRequest.d.ts +14 -0
- package/dist/api/resources/webhooks/client/requests/PostWebhooksSupabaseRequest.js +3 -0
- package/dist/api/resources/webhooks/client/requests/index.d.ts +1 -0
- package/dist/api/types/ConnectorsResource.d.ts +101 -0
- package/dist/api/types/GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout.d.ts +13 -0
- package/dist/api/types/GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout.js +16 -0
- package/dist/api/types/GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult.d.ts +30 -0
- package/dist/api/types/GraphEntity.d.ts +12 -0
- package/dist/api/types/GraphGraphRelationsResponse.d.ts +23 -0
- package/dist/api/types/GraphRelationEvidence.d.ts +8 -0
- package/dist/api/types/GraphSourceSubgraphResponse.d.ts +40 -0
- package/dist/api/types/GraphSourceSubgraphResponse.js +3 -0
- package/dist/api/types/GraphSubgraphSource.d.ts +28 -0
- package/dist/api/types/GraphSubgraphSource.js +3 -0
- package/dist/api/types/GraphTripletWithEvidence.d.ts +7 -0
- package/dist/api/types/HandlerCatalogConnector.d.ts +15 -0
- package/dist/api/types/HandlerConnectorApiView.d.ts +30 -0
- package/dist/api/types/HandlerConnectorCreateResponse.d.ts +30 -0
- package/dist/api/types/HandlerConnectorListResponse.d.ts +7 -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 +43 -0
- package/dist/api/types/HandlerConnectorStatusError.d.ts +4 -3
- package/dist/api/types/HandlerConnectorStatusResponse.d.ts +5 -2
- package/dist/api/types/HandlerConnectorUpdateResponse.d.ts +5 -0
- package/dist/api/types/HandlerEnvelopeGraphSourceSubgraphResponse.d.ts +9 -0
- package/dist/api/types/HandlerEnvelopeGraphSourceSubgraphResponse.js +3 -0
- package/dist/api/types/HandlerEnvelopeHandlerSupabaseWebhookAck.d.ts +9 -0
- package/dist/api/types/HandlerEnvelopeHandlerSupabaseWebhookAck.js +3 -0
- 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/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/HandlerResourceMapping.d.ts +14 -0
- package/dist/api/types/HandlerSupabaseWebhookAck.d.ts +7 -0
- package/dist/api/types/HandlerSupabaseWebhookAck.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/MemoriesConversationTurn.d.ts +7 -0
- package/dist/api/types/MemoriesConversationTurn.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 +14 -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/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/SearchRelationVia.d.ts +4 -0
- package/dist/api/types/SearchRelationVia.js +3 -0
- package/dist/api/types/SearchSourceFact.d.ts +18 -0
- package/dist/api/types/SearchSourceFact.js +3 -0
- package/dist/api/types/SearchSourceFilterInfo.d.ts +15 -0
- package/dist/api/types/SearchSourceFilterInfo.js +3 -0
- package/dist/api/types/SearchSourceType.d.ts +1 -0
- package/dist/api/types/SearchSourceType.js +1 -0
- package/dist/api/types/SearchV2RetrievalResult.d.ts +18 -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 +10 -0
- package/dist/api/types/TenantsDatabaseDetailType.js +13 -0
- package/dist/api/types/TenantsInfraStatusResponseV2.d.ts +5 -0
- package/dist/api/types/TenantsInfraStatusResponseV2Type.d.ts +9 -0
- package/dist/api/types/TenantsInfraStatusResponseV2Type.js +12 -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 +6 -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 +42 -6
- package/dist/api/types/index.js +42 -6
- package/dist/serialization/client/requests/SearchQueryRequest.d.ts +6 -0
- package/dist/serialization/client/requests/SearchQueryRequest.js +6 -0
- package/dist/serialization/resources/connectors/client/index.d.ts +1 -0
- package/dist/serialization/resources/connectors/client/index.js +2 -1
- package/dist/serialization/resources/connectors/client/requests/HandlerConnectorCreateReq.d.ts +1 -0
- package/dist/serialization/resources/connectors/client/requests/HandlerConnectorCreateReq.js +1 -0
- package/dist/serialization/resources/connectors/client/requests/HandlerConnectorUpdateReq.d.ts +1 -0
- package/dist/serialization/resources/connectors/client/requests/HandlerConnectorUpdateReq.js +1 -0
- package/dist/serialization/resources/connectors/client/requests/HandlerResourceCreateReq.d.ts +2 -0
- package/dist/serialization/resources/connectors/client/requests/HandlerResourceCreateReq.js +2 -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/connectors/client/updateResourceAcl.d.ts +10 -0
- package/dist/serialization/resources/connectors/client/updateResourceAcl.js +40 -0
- package/dist/serialization/resources/context/client/requests/HandlerContextMetadataUpdateRequest.d.ts +1 -0
- package/dist/serialization/resources/context/client/requests/HandlerContextMetadataUpdateRequest.js +1 -0
- package/dist/serialization/resources/context/client/requests/ListV2ListContentRequest.d.ts +1 -0
- package/dist/serialization/resources/context/client/requests/ListV2ListContentRequest.js +1 -0
- 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/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/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 +7 -0
- package/dist/serialization/resources/context/types/SubgraphContextRequestType.js +39 -0
- package/dist/serialization/resources/context/types/index.d.ts +3 -0
- package/dist/serialization/resources/context/types/index.js +3 -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/resources/webhooks/client/index.d.ts +1 -0
- package/dist/serialization/resources/webhooks/client/index.js +24 -0
- package/dist/serialization/resources/webhooks/client/supabaseRowChangeWebhook.d.ts +6 -0
- package/dist/serialization/resources/webhooks/client/supabaseRowChangeWebhook.js +39 -0
- package/dist/serialization/types/ConnectorsResource.d.ts +12 -0
- package/dist/serialization/types/ConnectorsResource.js +12 -0
- package/dist/serialization/types/GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout.d.ts +7 -0
- package/dist/serialization/types/GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout.js +39 -0
- package/dist/serialization/types/GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult.d.ts +5 -0
- package/dist/serialization/types/GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult.js +5 -0
- package/dist/serialization/types/GraphEntity.d.ts +1 -0
- package/dist/serialization/types/GraphEntity.js +1 -0
- package/dist/serialization/types/GraphGraphRelationsResponse.d.ts +2 -0
- package/dist/serialization/types/GraphGraphRelationsResponse.js +2 -0
- package/dist/serialization/types/GraphRelationEvidence.d.ts +1 -0
- package/dist/serialization/types/GraphRelationEvidence.js +1 -0
- package/dist/serialization/types/GraphSourceSubgraphResponse.d.ts +19 -0
- package/dist/serialization/types/GraphSourceSubgraphResponse.js +51 -0
- package/dist/serialization/types/GraphSubgraphSource.d.ts +18 -0
- package/dist/serialization/types/GraphSubgraphSource.js +50 -0
- package/dist/serialization/types/GraphTripletWithEvidence.d.ts +1 -0
- package/dist/serialization/types/GraphTripletWithEvidence.js +1 -0
- package/dist/serialization/types/HandlerCatalogConnector.d.ts +3 -0
- package/dist/serialization/types/HandlerCatalogConnector.js +3 -0
- package/dist/serialization/types/HandlerConnectorApiView.d.ts +5 -0
- package/dist/serialization/types/HandlerConnectorApiView.js +5 -0
- package/dist/serialization/types/HandlerConnectorCreateResponse.d.ts +5 -0
- package/dist/serialization/types/HandlerConnectorCreateResponse.js +5 -0
- package/dist/serialization/types/HandlerConnectorListResponse.d.ts +2 -0
- package/dist/serialization/types/HandlerConnectorListResponse.js +2 -0
- package/dist/serialization/types/HandlerConnectorPauseResponse.d.ts +11 -0
- package/dist/serialization/types/{FeedbackSubmitRequestGroundTruth.js → HandlerConnectorPauseResponse.js} +5 -4
- package/dist/serialization/types/HandlerConnectorResourceStatus.d.ts +8 -0
- package/dist/serialization/types/HandlerConnectorResourceStatus.js +8 -0
- package/dist/serialization/types/HandlerConnectorStatusResponse.d.ts +2 -0
- package/dist/serialization/types/HandlerConnectorStatusResponse.js +2 -0
- package/dist/serialization/types/HandlerConnectorUpdateResponse.d.ts +1 -0
- package/dist/serialization/types/HandlerConnectorUpdateResponse.js +1 -0
- package/dist/serialization/types/HandlerEnvelopeGraphSourceSubgraphResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeGraphSourceSubgraphResponse.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeHandlerSupabaseWebhookAck.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeHandlerSupabaseWebhookAck.js +47 -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/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/HandlerResourceMapping.d.ts +2 -0
- package/dist/serialization/types/HandlerResourceMapping.js +2 -0
- package/dist/serialization/types/HandlerSupabaseWebhookAck.d.ts +11 -0
- package/dist/serialization/types/HandlerSupabaseWebhookAck.js +43 -0
- 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/MemoriesConversationTurn.d.ts +11 -0
- package/dist/serialization/types/MemoriesConversationTurn.js +43 -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 +14 -0
- package/dist/serialization/types/MemoriesUnifiedIngestRequest.js +46 -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/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/SearchRelationVia.d.ts +10 -0
- package/dist/serialization/types/{FeedbackSubmitRequestGroundTruthGroundTruthAnswer.js → SearchRelationVia.js} +4 -3
- package/dist/serialization/types/SearchSourceFact.d.ts +20 -0
- package/dist/serialization/types/SearchSourceFact.js +52 -0
- package/dist/serialization/types/SearchSourceFilterInfo.d.ts +17 -0
- package/dist/serialization/types/SearchSourceFilterInfo.js +49 -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 +16 -0
- package/dist/serialization/types/SearchV2RetrievalResult.js +16 -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/{FeedbackSubmitRequestFeedback.js → TenantsDatabaseDetailType.js} +2 -4
- 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 +42 -6
- package/dist/serialization/types/index.js +42 -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/connectors/client/requests/UpdateResourceAclConnectorsRequest.js} +0 -0
- /package/dist/api/{types/FeedbackSubmitRequestGroundTruthGroundTruthSourceIds.js → resources/context/client/requests/ChunksContextRequest.js} +0 -0
|
@@ -4,23 +4,35 @@ import type * as serializers from "../index.js";
|
|
|
4
4
|
export declare const ConnectorsResource: core.serialization.ObjectSchema<serializers.ConnectorsResource.Raw, HydraDB.ConnectorsResource>;
|
|
5
5
|
export declare namespace ConnectorsResource {
|
|
6
6
|
interface Raw {
|
|
7
|
+
acl?: string[] | null;
|
|
8
|
+
acl_fingerprint?: string | null;
|
|
9
|
+
acl_warning?: string | null;
|
|
10
|
+
acl_warning_at?: string | null;
|
|
7
11
|
additional_metadata?: Record<string, unknown> | null;
|
|
8
12
|
backfill_chunk_interval_seconds?: number | null;
|
|
13
|
+
backfill_floor?: string | null;
|
|
9
14
|
backfill_next_chunk_at?: string | null;
|
|
10
15
|
backfill_oldest?: string | null;
|
|
11
16
|
backfill_status?: string | null;
|
|
12
17
|
collection_override?: string | null;
|
|
13
18
|
connector_id?: string | null;
|
|
19
|
+
custom_instructions?: string | null;
|
|
14
20
|
database_override?: string | null;
|
|
15
21
|
display_name?: string | null;
|
|
16
22
|
filters?: Record<string, unknown> | null;
|
|
17
23
|
metadata?: Record<string, unknown> | null;
|
|
24
|
+
page_acl_warning?: string | null;
|
|
25
|
+
page_acl_warning_at?: string | null;
|
|
26
|
+
page_acl_warning_run?: string | null;
|
|
18
27
|
provider_cursor?: string | null;
|
|
19
28
|
provider_metadata?: Record<string, unknown> | null;
|
|
20
29
|
resource_id?: string | null;
|
|
21
30
|
resource_type?: string | null;
|
|
22
31
|
status?: string | null;
|
|
23
32
|
sub_tenant_id_override?: string | null;
|
|
33
|
+
sync_blocked?: boolean | null;
|
|
34
|
+
sync_blocked_at?: string | null;
|
|
35
|
+
sync_blocked_reason?: string | null;
|
|
24
36
|
tenant_id_override?: string | null;
|
|
25
37
|
}
|
|
26
38
|
}
|
|
@@ -37,22 +37,34 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.ConnectorsResource = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
39
|
exports.ConnectorsResource = core.serialization.object({
|
|
40
|
+
acl: core.serialization.list(core.serialization.string()).optional(),
|
|
41
|
+
aclFingerprint: core.serialization.property("acl_fingerprint", core.serialization.string().optional()),
|
|
42
|
+
aclWarning: core.serialization.property("acl_warning", core.serialization.string().optional()),
|
|
43
|
+
aclWarningAt: core.serialization.property("acl_warning_at", core.serialization.string().optional()),
|
|
40
44
|
additionalMetadata: core.serialization.property("additional_metadata", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
41
45
|
backfillChunkIntervalSeconds: core.serialization.property("backfill_chunk_interval_seconds", core.serialization.number().optional()),
|
|
46
|
+
backfillFloor: core.serialization.property("backfill_floor", core.serialization.string().optional()),
|
|
42
47
|
backfillNextChunkAt: core.serialization.property("backfill_next_chunk_at", core.serialization.string().optional()),
|
|
43
48
|
backfillOldest: core.serialization.property("backfill_oldest", core.serialization.string().optional()),
|
|
44
49
|
backfillStatus: core.serialization.property("backfill_status", core.serialization.string().optional()),
|
|
45
50
|
collectionOverride: core.serialization.property("collection_override", core.serialization.string().optional()),
|
|
46
51
|
connectorId: core.serialization.property("connector_id", core.serialization.string().optional()),
|
|
52
|
+
customInstructions: core.serialization.property("custom_instructions", core.serialization.string().optional()),
|
|
47
53
|
databaseOverride: core.serialization.property("database_override", core.serialization.string().optional()),
|
|
48
54
|
displayName: core.serialization.property("display_name", core.serialization.string().optional()),
|
|
49
55
|
filters: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
50
56
|
metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
57
|
+
pageAclWarning: core.serialization.property("page_acl_warning", core.serialization.string().optional()),
|
|
58
|
+
pageAclWarningAt: core.serialization.property("page_acl_warning_at", core.serialization.string().optional()),
|
|
59
|
+
pageAclWarningRun: core.serialization.property("page_acl_warning_run", core.serialization.string().optional()),
|
|
51
60
|
providerCursor: core.serialization.property("provider_cursor", core.serialization.string().optional()),
|
|
52
61
|
providerMetadata: core.serialization.property("provider_metadata", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
53
62
|
resourceId: core.serialization.property("resource_id", core.serialization.string().optional()),
|
|
54
63
|
resourceType: core.serialization.property("resource_type", core.serialization.string().optional()),
|
|
55
64
|
status: core.serialization.string().optional(),
|
|
56
65
|
subTenantIdOverride: core.serialization.property("sub_tenant_id_override", core.serialization.string().optional()),
|
|
66
|
+
syncBlocked: core.serialization.property("sync_blocked", core.serialization.boolean().optional()),
|
|
67
|
+
syncBlockedAt: core.serialization.property("sync_blocked_at", core.serialization.string().optional()),
|
|
68
|
+
syncBlockedReason: core.serialization.property("sync_blocked_reason", core.serialization.string().optional()),
|
|
57
69
|
tenantIdOverride: core.serialization.property("tenant_id_override", core.serialization.string().optional()),
|
|
58
70
|
});
|
|
@@ -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 GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout: core.serialization.Schema<serializers.GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout.Raw, HydraDB.GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout>;
|
|
5
|
+
export declare namespace GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout {
|
|
6
|
+
type Raw = "split" | "unified";
|
|
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.GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
exports.GithubComHydradbHydradbApplicationInternalPlatformStoragelayoutLayout = core.serialization.enum_(["split", "unified"]);
|
|
@@ -4,6 +4,8 @@ import type * as serializers from "../index.js";
|
|
|
4
4
|
export declare const GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult: core.serialization.ObjectSchema<serializers.GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult.Raw, HydraDB.GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult>;
|
|
5
5
|
export declare namespace GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult {
|
|
6
6
|
interface Raw {
|
|
7
|
+
acl_drift_recorded?: boolean | null;
|
|
8
|
+
acl_updated?: boolean | null;
|
|
7
9
|
additional_metadata_keys?: string[] | null;
|
|
8
10
|
chunk_rows_matched?: number | null;
|
|
9
11
|
chunk_rows_modified?: number | null;
|
|
@@ -14,11 +16,14 @@ export declare namespace GithubComHydradbHydradbApplicationInternalServiceMetada
|
|
|
14
16
|
milvus_rows_synced?: number | null;
|
|
15
17
|
milvus_sync_required?: boolean | null;
|
|
16
18
|
milvus_synced?: boolean | null;
|
|
19
|
+
partial_commit?: string | null;
|
|
17
20
|
sub_tenant_id?: string | null;
|
|
18
21
|
tenant_id?: string | null;
|
|
19
22
|
tenant_metadata_keys?: string[] | null;
|
|
20
23
|
updated?: boolean | null;
|
|
24
|
+
vector_acl_synced?: boolean | null;
|
|
21
25
|
vector_rows_synced?: number | null;
|
|
26
|
+
vector_sync_error?: string | null;
|
|
22
27
|
vector_sync_required?: boolean | null;
|
|
23
28
|
vector_synced?: boolean | null;
|
|
24
29
|
}
|
|
@@ -37,6 +37,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
39
|
exports.GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult = core.serialization.object({
|
|
40
|
+
aclDriftRecorded: core.serialization.property("acl_drift_recorded", core.serialization.boolean().optional()),
|
|
41
|
+
aclUpdated: core.serialization.property("acl_updated", core.serialization.boolean().optional()),
|
|
40
42
|
additionalMetadataKeys: core.serialization.property("additional_metadata_keys", core.serialization.list(core.serialization.string()).optional()),
|
|
41
43
|
chunkRowsMatched: core.serialization.property("chunk_rows_matched", core.serialization.number().optional()),
|
|
42
44
|
chunkRowsModified: core.serialization.property("chunk_rows_modified", core.serialization.number().optional()),
|
|
@@ -47,11 +49,14 @@ exports.GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult = co
|
|
|
47
49
|
milvusRowsSynced: core.serialization.property("milvus_rows_synced", core.serialization.number().optional()),
|
|
48
50
|
milvusSyncRequired: core.serialization.property("milvus_sync_required", core.serialization.boolean().optional()),
|
|
49
51
|
milvusSynced: core.serialization.property("milvus_synced", core.serialization.boolean().optional()),
|
|
52
|
+
partialCommit: core.serialization.property("partial_commit", core.serialization.string().optional()),
|
|
50
53
|
subTenantId: core.serialization.property("sub_tenant_id", core.serialization.string().optional()),
|
|
51
54
|
tenantId: core.serialization.property("tenant_id", core.serialization.string().optional()),
|
|
52
55
|
tenantMetadataKeys: core.serialization.property("tenant_metadata_keys", core.serialization.list(core.serialization.string()).optional()),
|
|
53
56
|
updated: core.serialization.boolean().optional(),
|
|
57
|
+
vectorAclSynced: core.serialization.property("vector_acl_synced", core.serialization.boolean().optional()),
|
|
54
58
|
vectorRowsSynced: core.serialization.property("vector_rows_synced", core.serialization.number().optional()),
|
|
59
|
+
vectorSyncError: core.serialization.property("vector_sync_error", core.serialization.string().optional()),
|
|
55
60
|
vectorSyncRequired: core.serialization.property("vector_sync_required", core.serialization.boolean().optional()),
|
|
56
61
|
vectorSynced: core.serialization.property("vector_synced", core.serialization.boolean().optional()),
|
|
57
62
|
});
|
|
@@ -5,6 +5,7 @@ export declare const GraphEntity: core.serialization.ObjectSchema<serializers.Gr
|
|
|
5
5
|
export declare namespace GraphEntity {
|
|
6
6
|
interface Raw {
|
|
7
7
|
entity_id?: string | null;
|
|
8
|
+
hydration?: string | null;
|
|
8
9
|
identifier?: string | null;
|
|
9
10
|
name?: string | null;
|
|
10
11
|
namespace?: string | null;
|
|
@@ -38,6 +38,7 @@ exports.GraphEntity = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
39
|
exports.GraphEntity = core.serialization.object({
|
|
40
40
|
entityId: core.serialization.property("entity_id", core.serialization.string().optional()),
|
|
41
|
+
hydration: core.serialization.string().optional(),
|
|
41
42
|
identifier: core.serialization.string().optional(),
|
|
42
43
|
name: core.serialization.string().optional(),
|
|
43
44
|
namespace: core.serialization.string().optional(),
|
|
@@ -5,6 +5,8 @@ import { GraphTripletWithEvidence } from "./GraphTripletWithEvidence.js";
|
|
|
5
5
|
export declare const GraphGraphRelationsResponse: core.serialization.ObjectSchema<serializers.GraphGraphRelationsResponse.Raw, HydraDB.GraphGraphRelationsResponse>;
|
|
6
6
|
export declare namespace GraphGraphRelationsResponse {
|
|
7
7
|
interface Raw {
|
|
8
|
+
auxiliary_relations?: GraphTripletWithEvidence.Raw[] | null;
|
|
9
|
+
auxiliary_truncated?: boolean | null;
|
|
8
10
|
is_truncated?: boolean | null;
|
|
9
11
|
message?: string | null;
|
|
10
12
|
next_cursor?: number | null;
|
|
@@ -38,6 +38,8 @@ exports.GraphGraphRelationsResponse = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
39
|
const GraphTripletWithEvidence_js_1 = require("./GraphTripletWithEvidence.js");
|
|
40
40
|
exports.GraphGraphRelationsResponse = core.serialization.object({
|
|
41
|
+
auxiliaryRelations: core.serialization.property("auxiliary_relations", core.serialization.list(GraphTripletWithEvidence_js_1.GraphTripletWithEvidence).optional()),
|
|
42
|
+
auxiliaryTruncated: core.serialization.property("auxiliary_truncated", core.serialization.boolean().optional()),
|
|
41
43
|
isTruncated: core.serialization.property("is_truncated", core.serialization.boolean().optional()),
|
|
42
44
|
message: core.serialization.string().optional(),
|
|
43
45
|
nextCursor: core.serialization.property("next_cursor", core.serialization.number().optional()),
|
|
@@ -11,6 +11,7 @@ export declare namespace GraphRelationEvidence {
|
|
|
11
11
|
raw_predicate?: string | null;
|
|
12
12
|
relationship_id?: string | null;
|
|
13
13
|
source_entity_id?: string | null;
|
|
14
|
+
synthesized?: boolean | null;
|
|
14
15
|
target_entity_id?: string | null;
|
|
15
16
|
temporal_details?: string | null;
|
|
16
17
|
timestamp?: string | null;
|
|
@@ -44,6 +44,7 @@ exports.GraphRelationEvidence = core.serialization.object({
|
|
|
44
44
|
rawPredicate: core.serialization.property("raw_predicate", core.serialization.string().optional()),
|
|
45
45
|
relationshipId: core.serialization.property("relationship_id", core.serialization.string().optional()),
|
|
46
46
|
sourceEntityId: core.serialization.property("source_entity_id", core.serialization.string().optional()),
|
|
47
|
+
synthesized: core.serialization.boolean().optional(),
|
|
47
48
|
targetEntityId: core.serialization.property("target_entity_id", core.serialization.string().optional()),
|
|
48
49
|
temporalDetails: core.serialization.property("temporal_details", core.serialization.string().optional()),
|
|
49
50
|
timestamp: core.serialization.string().optional(),
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { GraphSubgraphSource } from "./GraphSubgraphSource.js";
|
|
5
|
+
import { GraphTripletWithEvidence } from "./GraphTripletWithEvidence.js";
|
|
6
|
+
export declare const GraphSourceSubgraphResponse: core.serialization.ObjectSchema<serializers.GraphSourceSubgraphResponse.Raw, HydraDB.GraphSourceSubgraphResponse>;
|
|
7
|
+
export declare namespace GraphSourceSubgraphResponse {
|
|
8
|
+
interface Raw {
|
|
9
|
+
auxiliary_relations?: GraphTripletWithEvidence.Raw[] | null;
|
|
10
|
+
auxiliary_truncated?: boolean | null;
|
|
11
|
+
is_truncated?: boolean | null;
|
|
12
|
+
max_depth_reached?: number | null;
|
|
13
|
+
message?: string | null;
|
|
14
|
+
relations?: GraphTripletWithEvidence.Raw[] | null;
|
|
15
|
+
seed_source_id?: string | null;
|
|
16
|
+
sources?: GraphSubgraphSource.Raw[] | null;
|
|
17
|
+
success?: boolean | null;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.GraphSourceSubgraphResponse = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
const GraphSubgraphSource_js_1 = require("./GraphSubgraphSource.js");
|
|
40
|
+
const GraphTripletWithEvidence_js_1 = require("./GraphTripletWithEvidence.js");
|
|
41
|
+
exports.GraphSourceSubgraphResponse = core.serialization.object({
|
|
42
|
+
auxiliaryRelations: core.serialization.property("auxiliary_relations", core.serialization.list(GraphTripletWithEvidence_js_1.GraphTripletWithEvidence).optional()),
|
|
43
|
+
auxiliaryTruncated: core.serialization.property("auxiliary_truncated", core.serialization.boolean().optional()),
|
|
44
|
+
isTruncated: core.serialization.property("is_truncated", core.serialization.boolean().optional()),
|
|
45
|
+
maxDepthReached: core.serialization.property("max_depth_reached", core.serialization.number().optional()),
|
|
46
|
+
message: core.serialization.string().optional(),
|
|
47
|
+
relations: core.serialization.list(GraphTripletWithEvidence_js_1.GraphTripletWithEvidence).optional(),
|
|
48
|
+
seedSourceId: core.serialization.property("seed_source_id", core.serialization.string().optional()),
|
|
49
|
+
sources: core.serialization.list(GraphSubgraphSource_js_1.GraphSubgraphSource).optional(),
|
|
50
|
+
success: core.serialization.boolean().optional(),
|
|
51
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
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 GraphSubgraphSource: core.serialization.ObjectSchema<serializers.GraphSubgraphSource.Raw, HydraDB.GraphSubgraphSource>;
|
|
5
|
+
export declare namespace GraphSubgraphSource {
|
|
6
|
+
interface Raw {
|
|
7
|
+
app_external_id?: string | null;
|
|
8
|
+
app_kind?: string | null;
|
|
9
|
+
app_provider?: string | null;
|
|
10
|
+
depth?: number | null;
|
|
11
|
+
discovered_relation?: string | null;
|
|
12
|
+
discovered_via?: string | null;
|
|
13
|
+
hydration?: string | null;
|
|
14
|
+
source_id?: string | null;
|
|
15
|
+
thread_id?: string | null;
|
|
16
|
+
title?: string | null;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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.GraphSubgraphSource = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
exports.GraphSubgraphSource = core.serialization.object({
|
|
40
|
+
appExternalId: core.serialization.property("app_external_id", core.serialization.string().optional()),
|
|
41
|
+
appKind: core.serialization.property("app_kind", core.serialization.string().optional()),
|
|
42
|
+
appProvider: core.serialization.property("app_provider", core.serialization.string().optional()),
|
|
43
|
+
depth: core.serialization.number().optional(),
|
|
44
|
+
discoveredRelation: core.serialization.property("discovered_relation", core.serialization.string().optional()),
|
|
45
|
+
discoveredVia: core.serialization.property("discovered_via", core.serialization.string().optional()),
|
|
46
|
+
hydration: core.serialization.string().optional(),
|
|
47
|
+
sourceId: core.serialization.property("source_id", core.serialization.string().optional()),
|
|
48
|
+
threadId: core.serialization.property("thread_id", core.serialization.string().optional()),
|
|
49
|
+
title: core.serialization.string().optional(),
|
|
50
|
+
});
|
|
@@ -43,4 +43,5 @@ exports.GraphTripletWithEvidence = core.serialization.object({
|
|
|
43
43
|
relations: core.serialization.list(GraphRelationEvidence_js_1.GraphRelationEvidence).optional(),
|
|
44
44
|
source: GraphEntity_js_1.GraphEntity.optional(),
|
|
45
45
|
target: GraphEntity_js_1.GraphEntity.optional(),
|
|
46
|
+
truncated: core.serialization.boolean().optional(),
|
|
46
47
|
});
|
|
@@ -10,6 +10,9 @@ export declare namespace HandlerCatalogConnector {
|
|
|
10
10
|
moveit_support?: boolean | null;
|
|
11
11
|
provider?: string | null;
|
|
12
12
|
rank?: number | null;
|
|
13
|
+
rbac_description?: string | null;
|
|
14
|
+
rbac_support?: boolean | null;
|
|
13
15
|
supported?: boolean | null;
|
|
16
|
+
webhook_support?: boolean | null;
|
|
14
17
|
}
|
|
15
18
|
}
|
|
@@ -43,5 +43,8 @@ exports.HandlerCatalogConnector = core.serialization.object({
|
|
|
43
43
|
moveitSupport: core.serialization.property("moveit_support", core.serialization.boolean().optional()),
|
|
44
44
|
provider: core.serialization.string().optional(),
|
|
45
45
|
rank: core.serialization.number().optional(),
|
|
46
|
+
rbacDescription: core.serialization.property("rbac_description", core.serialization.string().optional()),
|
|
47
|
+
rbacSupport: core.serialization.property("rbac_support", core.serialization.boolean().optional()),
|
|
46
48
|
supported: core.serialization.boolean().optional(),
|
|
49
|
+
webhookSupport: core.serialization.property("webhook_support", core.serialization.boolean().optional()),
|
|
47
50
|
});
|
|
@@ -4,10 +4,12 @@ import type * as serializers from "../index.js";
|
|
|
4
4
|
export declare const HandlerConnectorApiView: core.serialization.ObjectSchema<serializers.HandlerConnectorApiView.Raw, HydraDB.HandlerConnectorApiView>;
|
|
5
5
|
export declare namespace HandlerConnectorApiView {
|
|
6
6
|
interface Raw {
|
|
7
|
+
acl_changes_cursor?: string | null;
|
|
7
8
|
active_resource_count?: number | null;
|
|
8
9
|
auth_type?: string | null;
|
|
9
10
|
collection?: string | null;
|
|
10
11
|
connector_id?: string | null;
|
|
12
|
+
custom_instructions?: string | null;
|
|
11
13
|
database?: string | null;
|
|
12
14
|
documents_dispatched?: number | null;
|
|
13
15
|
first_data_dispatched_at?: string | null;
|
|
@@ -20,6 +22,9 @@ export declare namespace HandlerConnectorApiView {
|
|
|
20
22
|
needs_reauth_at?: string | null;
|
|
21
23
|
needs_reauth_reason?: string | null;
|
|
22
24
|
next_sync_at?: string | null;
|
|
25
|
+
paused?: boolean | null;
|
|
26
|
+
paused_at?: string | null;
|
|
27
|
+
paused_next_sync_at?: string | null;
|
|
23
28
|
provider?: string | null;
|
|
24
29
|
provider_account_scope?: string | null;
|
|
25
30
|
resources_pending_first_sync?: number | null;
|
|
@@ -37,10 +37,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.HandlerConnectorApiView = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
39
|
exports.HandlerConnectorApiView = core.serialization.object({
|
|
40
|
+
aclChangesCursor: core.serialization.property("acl_changes_cursor", core.serialization.string().optional()),
|
|
40
41
|
activeResourceCount: core.serialization.property("active_resource_count", core.serialization.number().optional()),
|
|
41
42
|
authType: core.serialization.property("auth_type", core.serialization.string().optional()),
|
|
42
43
|
collection: core.serialization.string().optional(),
|
|
43
44
|
connectorId: core.serialization.property("connector_id", core.serialization.string().optional()),
|
|
45
|
+
customInstructions: core.serialization.property("custom_instructions", core.serialization.string().optional()),
|
|
44
46
|
database: core.serialization.string().optional(),
|
|
45
47
|
documentsDispatched: core.serialization.property("documents_dispatched", core.serialization.number().optional()),
|
|
46
48
|
firstDataDispatchedAt: core.serialization.property("first_data_dispatched_at", core.serialization.string().optional()),
|
|
@@ -53,6 +55,9 @@ exports.HandlerConnectorApiView = core.serialization.object({
|
|
|
53
55
|
needsReauthAt: core.serialization.property("needs_reauth_at", core.serialization.string().optional()),
|
|
54
56
|
needsReauthReason: core.serialization.property("needs_reauth_reason", core.serialization.string().optional()),
|
|
55
57
|
nextSyncAt: core.serialization.property("next_sync_at", core.serialization.string().optional()),
|
|
58
|
+
paused: core.serialization.boolean().optional(),
|
|
59
|
+
pausedAt: core.serialization.property("paused_at", core.serialization.string().optional()),
|
|
60
|
+
pausedNextSyncAt: core.serialization.property("paused_next_sync_at", core.serialization.string().optional()),
|
|
56
61
|
provider: core.serialization.string().optional(),
|
|
57
62
|
providerAccountScope: core.serialization.property("provider_account_scope", core.serialization.string().optional()),
|
|
58
63
|
resourcesPendingFirstSync: core.serialization.property("resources_pending_first_sync", core.serialization.number().optional()),
|
|
@@ -4,10 +4,12 @@ import type * as serializers from "../index.js";
|
|
|
4
4
|
export declare const HandlerConnectorCreateResponse: core.serialization.ObjectSchema<serializers.HandlerConnectorCreateResponse.Raw, HydraDB.HandlerConnectorCreateResponse>;
|
|
5
5
|
export declare namespace HandlerConnectorCreateResponse {
|
|
6
6
|
interface Raw {
|
|
7
|
+
acl_changes_cursor?: string | null;
|
|
7
8
|
active_resource_count?: number | null;
|
|
8
9
|
auth_type?: string | null;
|
|
9
10
|
collection?: string | null;
|
|
10
11
|
connector_id?: string | null;
|
|
12
|
+
custom_instructions?: string | null;
|
|
11
13
|
database?: string | null;
|
|
12
14
|
documents_dispatched?: number | null;
|
|
13
15
|
first_data_dispatched_at?: string | null;
|
|
@@ -22,6 +24,9 @@ export declare namespace HandlerConnectorCreateResponse {
|
|
|
22
24
|
needs_reauth_at?: string | null;
|
|
23
25
|
needs_reauth_reason?: string | null;
|
|
24
26
|
next_sync_at?: string | null;
|
|
27
|
+
paused?: boolean | null;
|
|
28
|
+
paused_at?: string | null;
|
|
29
|
+
paused_next_sync_at?: string | null;
|
|
25
30
|
provider?: string | null;
|
|
26
31
|
provider_account_scope?: string | null;
|
|
27
32
|
resources_pending_first_sync?: number | null;
|
|
@@ -37,10 +37,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.HandlerConnectorCreateResponse = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
39
|
exports.HandlerConnectorCreateResponse = core.serialization.object({
|
|
40
|
+
aclChangesCursor: core.serialization.property("acl_changes_cursor", core.serialization.string().optional()),
|
|
40
41
|
activeResourceCount: core.serialization.property("active_resource_count", core.serialization.number().optional()),
|
|
41
42
|
authType: core.serialization.property("auth_type", core.serialization.string().optional()),
|
|
42
43
|
collection: core.serialization.string().optional(),
|
|
43
44
|
connectorId: core.serialization.property("connector_id", core.serialization.string().optional()),
|
|
45
|
+
customInstructions: core.serialization.property("custom_instructions", core.serialization.string().optional()),
|
|
44
46
|
database: core.serialization.string().optional(),
|
|
45
47
|
documentsDispatched: core.serialization.property("documents_dispatched", core.serialization.number().optional()),
|
|
46
48
|
firstDataDispatchedAt: core.serialization.property("first_data_dispatched_at", core.serialization.string().optional()),
|
|
@@ -55,6 +57,9 @@ exports.HandlerConnectorCreateResponse = core.serialization.object({
|
|
|
55
57
|
needsReauthAt: core.serialization.property("needs_reauth_at", core.serialization.string().optional()),
|
|
56
58
|
needsReauthReason: core.serialization.property("needs_reauth_reason", core.serialization.string().optional()),
|
|
57
59
|
nextSyncAt: core.serialization.property("next_sync_at", core.serialization.string().optional()),
|
|
60
|
+
paused: core.serialization.boolean().optional(),
|
|
61
|
+
pausedAt: core.serialization.property("paused_at", core.serialization.string().optional()),
|
|
62
|
+
pausedNextSyncAt: core.serialization.property("paused_next_sync_at", core.serialization.string().optional()),
|
|
58
63
|
provider: core.serialization.string().optional(),
|
|
59
64
|
providerAccountScope: core.serialization.property("provider_account_scope", core.serialization.string().optional()),
|
|
60
65
|
resourcesPendingFirstSync: core.serialization.property("resources_pending_first_sync", core.serialization.number().optional()),
|
|
@@ -2,10 +2,12 @@ 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
4
|
import { HandlerConnectorApiView } from "./HandlerConnectorApiView.js";
|
|
5
|
+
import { HandlerPlanCapView } from "./HandlerPlanCapView.js";
|
|
5
6
|
export declare const HandlerConnectorListResponse: core.serialization.ObjectSchema<serializers.HandlerConnectorListResponse.Raw, HydraDB.HandlerConnectorListResponse>;
|
|
6
7
|
export declare namespace HandlerConnectorListResponse {
|
|
7
8
|
interface Raw {
|
|
8
9
|
connectors?: HandlerConnectorApiView.Raw[] | null;
|
|
9
10
|
health?: Record<string, string> | null;
|
|
11
|
+
plan_cap?: HandlerPlanCapView.Raw | null;
|
|
10
12
|
}
|
|
11
13
|
}
|
|
@@ -37,7 +37,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.HandlerConnectorListResponse = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
39
|
const HandlerConnectorApiView_js_1 = require("./HandlerConnectorApiView.js");
|
|
40
|
+
const HandlerPlanCapView_js_1 = require("./HandlerPlanCapView.js");
|
|
40
41
|
exports.HandlerConnectorListResponse = core.serialization.object({
|
|
41
42
|
connectors: core.serialization.list(HandlerConnectorApiView_js_1.HandlerConnectorApiView).optional(),
|
|
42
43
|
health: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
44
|
+
planCap: core.serialization.property("plan_cap", HandlerPlanCapView_js_1.HandlerPlanCapView.optional()),
|
|
43
45
|
});
|
|
@@ -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
|
+
export declare const HandlerConnectorPauseResponse: core.serialization.ObjectSchema<serializers.HandlerConnectorPauseResponse.Raw, HydraDB.HandlerConnectorPauseResponse>;
|
|
5
|
+
export declare namespace HandlerConnectorPauseResponse {
|
|
6
|
+
interface Raw {
|
|
7
|
+
connector_id?: string | null;
|
|
8
|
+
paused?: boolean | null;
|
|
9
|
+
paused_at?: string | null;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -34,9 +34,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.HandlerConnectorPauseResponse = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
exports.HandlerConnectorPauseResponse = core.serialization.object({
|
|
40
|
+
connectorId: core.serialization.property("connector_id", core.serialization.string().optional()),
|
|
41
|
+
paused: core.serialization.boolean().optional(),
|
|
42
|
+
pausedAt: core.serialization.property("paused_at", core.serialization.string().optional()),
|
|
42
43
|
});
|
|
@@ -4,13 +4,21 @@ import type * as serializers from "../index.js";
|
|
|
4
4
|
export declare const HandlerConnectorResourceStatus: core.serialization.ObjectSchema<serializers.HandlerConnectorResourceStatus.Raw, HydraDB.HandlerConnectorResourceStatus>;
|
|
5
5
|
export declare namespace HandlerConnectorResourceStatus {
|
|
6
6
|
interface Raw {
|
|
7
|
+
acl_warning?: string | null;
|
|
8
|
+
acl_warning_at?: string | null;
|
|
9
|
+
action?: string | null;
|
|
7
10
|
checked_at?: string | null;
|
|
8
11
|
display_name?: string | null;
|
|
9
12
|
http_status?: number | null;
|
|
10
13
|
last_row_count?: number | null;
|
|
11
14
|
message?: string | null;
|
|
15
|
+
page_acl_warning?: string | null;
|
|
16
|
+
page_acl_warning_at?: string | null;
|
|
12
17
|
resource_id?: string | null;
|
|
13
18
|
retryable?: boolean | null;
|
|
14
19
|
status?: string | null;
|
|
20
|
+
sync_blocked?: boolean | null;
|
|
21
|
+
sync_blocked_at?: string | null;
|
|
22
|
+
sync_blocked_reason?: string | null;
|
|
15
23
|
}
|
|
16
24
|
}
|
|
@@ -37,12 +37,20 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.HandlerConnectorResourceStatus = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
39
|
exports.HandlerConnectorResourceStatus = core.serialization.object({
|
|
40
|
+
aclWarning: core.serialization.property("acl_warning", core.serialization.string().optional()),
|
|
41
|
+
aclWarningAt: core.serialization.property("acl_warning_at", core.serialization.string().optional()),
|
|
42
|
+
action: core.serialization.string().optional(),
|
|
40
43
|
checkedAt: core.serialization.property("checked_at", core.serialization.string().optional()),
|
|
41
44
|
displayName: core.serialization.property("display_name", core.serialization.string().optional()),
|
|
42
45
|
httpStatus: core.serialization.property("http_status", core.serialization.number().optional()),
|
|
43
46
|
lastRowCount: core.serialization.property("last_row_count", core.serialization.number().optional()),
|
|
44
47
|
message: core.serialization.string().optional(),
|
|
48
|
+
pageAclWarning: core.serialization.property("page_acl_warning", core.serialization.string().optional()),
|
|
49
|
+
pageAclWarningAt: core.serialization.property("page_acl_warning_at", core.serialization.string().optional()),
|
|
45
50
|
resourceId: core.serialization.property("resource_id", core.serialization.string().optional()),
|
|
46
51
|
retryable: core.serialization.boolean().optional(),
|
|
47
52
|
status: core.serialization.string().optional(),
|
|
53
|
+
syncBlocked: core.serialization.property("sync_blocked", core.serialization.boolean().optional()),
|
|
54
|
+
syncBlockedAt: core.serialization.property("sync_blocked_at", core.serialization.string().optional()),
|
|
55
|
+
syncBlockedReason: core.serialization.property("sync_blocked_reason", core.serialization.string().optional()),
|
|
48
56
|
});
|
|
@@ -3,6 +3,7 @@ import * as core from "../../core/index.js";
|
|
|
3
3
|
import type * as serializers from "../index.js";
|
|
4
4
|
import { HandlerConnectorResourceStatus } from "./HandlerConnectorResourceStatus.js";
|
|
5
5
|
import { HandlerConnectorStatusError } from "./HandlerConnectorStatusError.js";
|
|
6
|
+
import { HandlerPlanCapView } from "./HandlerPlanCapView.js";
|
|
6
7
|
export declare const HandlerConnectorStatusResponse: core.serialization.ObjectSchema<serializers.HandlerConnectorStatusResponse.Raw, HydraDB.HandlerConnectorStatusResponse>;
|
|
7
8
|
export declare namespace HandlerConnectorStatusResponse {
|
|
8
9
|
interface Raw {
|
|
@@ -12,6 +13,7 @@ export declare namespace HandlerConnectorStatusResponse {
|
|
|
12
13
|
last_successful_sync_at?: string | null;
|
|
13
14
|
lifecycle?: string | null;
|
|
14
15
|
next_sync_at?: string | null;
|
|
16
|
+
plan_cap?: HandlerPlanCapView.Raw | null;
|
|
15
17
|
provider?: string | null;
|
|
16
18
|
resources?: HandlerConnectorResourceStatus.Raw[] | null;
|
|
17
19
|
status?: string | null;
|