@hydradb/sdk 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +494 -554
- package/dist/Client.d.ts +10 -16
- package/dist/Client.js +36 -34
- package/dist/api/client/requests/SearchQueryRequest.d.ts +50 -0
- package/dist/api/client/requests/index.d.ts +1 -1
- package/dist/api/errors/BadRequestError.d.ts +2 -1
- package/dist/api/errors/ConflictError.d.ts +6 -0
- package/dist/api/errors/{UnauthorizedError.js → ConflictError.js} +5 -5
- package/dist/api/errors/ForbiddenError.d.ts +2 -1
- package/dist/api/errors/InternalServerError.d.ts +2 -1
- package/dist/api/errors/NotFoundError.d.ts +2 -1
- package/dist/api/errors/UnprocessableEntityError.d.ts +2 -1
- package/dist/api/errors/index.d.ts +1 -3
- package/dist/api/errors/index.js +1 -3
- package/dist/api/resources/context/client/Client.d.ts +54 -62
- package/dist/api/resources/context/client/Client.js +250 -213
- package/dist/api/resources/context/client/requests/HandlerContextMetadataUpdateRequest.d.ts +15 -0
- package/dist/api/resources/context/client/requests/IngestContextRequest.d.ts +18 -0
- package/dist/api/resources/context/client/requests/InspectContextRequest.d.ts +9 -9
- package/dist/api/resources/context/client/requests/ListV2ListContentRequest.d.ts +24 -0
- package/dist/api/resources/context/client/requests/RelationsContextRequest.d.ts +12 -12
- package/dist/api/resources/context/client/requests/SourcesV2SourceDeleteRequest.d.ts +19 -0
- package/dist/api/resources/context/client/requests/StatusContextRequest.d.ts +9 -8
- package/dist/api/resources/context/client/requests/index.d.ts +4 -3
- package/dist/api/resources/databases/client/Client.d.ts +109 -0
- package/dist/api/resources/{tenants → databases}/client/Client.js +195 -158
- package/dist/api/resources/databases/client/requests/CollectionsDatabasesRequest.d.ts +10 -0
- package/dist/api/resources/databases/client/requests/DeleteDatabasesRequest.d.ts +10 -0
- package/dist/api/resources/databases/client/requests/StatsDatabasesRequest.d.ts +10 -0
- package/dist/api/resources/databases/client/requests/StatusDatabasesRequest.d.ts +10 -0
- package/dist/api/resources/databases/client/requests/TenantsTenantCreateRequest.d.ts +18 -0
- package/dist/api/resources/databases/client/requests/index.d.ts +5 -0
- package/dist/api/resources/databases/exports.d.ts +2 -0
- package/dist/api/resources/{tenants → databases}/exports.js +2 -2
- package/dist/api/resources/index.d.ts +2 -2
- package/dist/api/resources/index.js +3 -3
- package/dist/api/resources/webhooks/client/Client.d.ts +18 -16
- package/dist/api/resources/webhooks/client/Client.js +89 -52
- package/dist/api/resources/webhooks/client/requests/GetDeliveryWebhooksRequest.d.ts +1 -0
- package/dist/api/resources/webhooks/client/requests/ListDeliveriesWebhooksRequest.d.ts +5 -5
- package/dist/api/resources/webhooks/client/requests/RetryDeliveryWebhooksRequest.d.ts +1 -0
- package/dist/api/resources/webhooks/client/requests/WebhooksWebhookRegisterRequest.d.ts +9 -0
- package/dist/api/resources/webhooks/client/requests/index.d.ts +1 -0
- package/dist/api/types/DashboardPaginationMeta.d.ts +8 -0
- package/dist/api/types/FetchV2SourceFetchResponse.d.ts +12 -0
- package/dist/api/types/GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult.d.ts +13 -0
- package/dist/api/types/GraphEntity.d.ts +8 -0
- package/dist/api/types/GraphGraphRelationsResponse.d.ts +9 -0
- package/dist/api/types/GraphRelationEvidence.d.ts +16 -0
- package/dist/api/types/GraphTripletWithEvidence.d.ts +7 -0
- package/dist/api/types/HandlerApiError.d.ts +4 -0
- package/dist/api/types/HandlerDeprecationNotice.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeFetchV2SourceFetchResponse.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeGithubComHydradbHydradbApplicationInternalServiceMetadataEditResult.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeGraphGraphRelationsResponse.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeIngestionV2BatchProcessingStatus.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeIngestionV2SourceUploadResponse.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeListV2SourceListResponse.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeSearchV2RetrievalResult.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeSourcesMemoryDeleteResponse.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeTenantsInfraStatusResponseV2.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeTenantsSubTenantIdsResponse.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeTenantsTenantCreateAcceptedResponse.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeTenantsTenantDeleteResponse.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeTenantsTenantIdsResponse.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeTenantsTenantStatsResponse.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeWebhooksDeliveryItem.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeWebhooksDeliveryListResponse.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeWebhooksRetryResponse.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeWebhooksWebhookDeleteResponse.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeWebhooksWebhookGetResponse.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeWebhooksWebhookRegisterResponse.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeWebhooksWebhookTestResponse.d.ts +7 -0
- package/dist/api/types/HandlerErrorDetail.d.ts +8 -0
- package/dist/api/types/HandlerErrorResponse.d.ts +4 -0
- package/dist/api/types/HandlerResponseMeta.d.ts +18 -0
- package/dist/api/types/IngestionSourceStatus.d.ts +7 -0
- package/dist/api/types/{SourceStatus.js → IngestionSourceStatus.js} +2 -2
- package/dist/api/types/IngestionV2BatchProcessingStatus.d.ts +4 -0
- package/dist/api/types/IngestionV2ProcessingStatus.d.ts +8 -0
- package/dist/api/types/IngestionV2SourceUploadResponse.d.ts +8 -0
- package/dist/api/types/IngestionV2SourceUploadResultItem.d.ts +10 -0
- package/dist/api/types/ListContentFilter.d.ts +11 -0
- package/dist/api/types/ListSourceListResponse.d.ts +8 -0
- package/dist/api/types/ListV2SourceListResponse.d.ts +4 -0
- package/dist/api/types/SearchGraphContext.d.ts +12 -0
- package/dist/api/types/SearchMetadataFilters.d.ts +4 -0
- package/dist/api/types/SearchOperator.d.ts +6 -0
- package/dist/api/types/{Bm25OperatorType.js → SearchOperator.js} +2 -2
- package/dist/api/types/SearchPathTriplet.d.ts +5 -0
- package/dist/api/types/SearchQueryBy.d.ts +5 -0
- package/dist/api/types/{QueryBy.js → SearchQueryBy.js} +2 -3
- package/dist/api/types/SearchQueryRequestCollections.d.ts +4 -0
- package/dist/api/types/SearchQueryRequestSubTenantIds.d.ts +4 -0
- package/dist/api/types/SearchRecallMode.d.ts +6 -0
- package/dist/api/types/{RetrieveMode.js → SearchRecallMode.js} +3 -2
- package/dist/api/types/SearchScoredPathResponse.d.ts +8 -0
- package/dist/api/types/SearchSourceInfo.d.ts +22 -0
- package/dist/api/types/SearchSourceType.d.ts +11 -0
- package/dist/api/types/SearchSourceType.js +14 -0
- package/dist/api/types/SearchV2Chunk.d.ts +19 -0
- package/dist/api/types/SearchV2RetrievalResult.d.ts +7 -0
- package/dist/api/types/SourcesMemoryDeleteResponse.d.ts +8 -0
- package/dist/api/types/SourcesSourceDeleteResultItem.d.ts +5 -0
- package/dist/api/types/TenantsCollectionStats.d.ts +4 -0
- package/dist/api/types/TenantsCustomPropertyDefinition.d.ts +10 -0
- package/dist/api/types/TenantsFailedTenant.d.ts +5 -0
- package/dist/api/types/TenantsInfraStatusResponseV2.d.ts +8 -0
- package/dist/api/types/TenantsInfraV2.d.ts +6 -0
- package/dist/api/types/{MilvusDataType.d.ts → TenantsMilvusDataType.d.ts} +2 -5
- package/dist/api/types/{MilvusDataType.js → TenantsMilvusDataType.js} +2 -5
- package/dist/api/types/TenantsSubTenantIdsResponse.d.ts +5 -0
- package/dist/api/types/TenantsTenantCreateAcceptedResponse.d.ts +6 -0
- package/dist/api/types/TenantsTenantDeleteResponse.d.ts +6 -0
- package/dist/api/types/TenantsTenantIdsResponse.d.ts +8 -0
- package/dist/api/types/TenantsTenantStatsResponse.d.ts +8 -0
- package/dist/api/types/TenantsVectorstoreStatusV2.d.ts +4 -0
- package/dist/api/types/WebhooksDeliveryItem.d.ts +12 -0
- package/dist/api/types/WebhooksDeliveryListResponse.d.ts +6 -0
- package/dist/api/types/WebhooksRetryResponse.d.ts +5 -0
- package/dist/api/types/WebhooksWebhookDeleteResponse.d.ts +4 -0
- package/dist/api/types/WebhooksWebhookGetResponse.d.ts +6 -0
- package/dist/api/types/WebhooksWebhookRegisterResponse.d.ts +7 -0
- package/dist/api/types/WebhooksWebhookRegisterResponse.js +3 -0
- package/dist/api/types/WebhooksWebhookTestResponse.d.ts +5 -0
- package/dist/api/types/WebhooksWebhookTestResponse.js +3 -0
- package/dist/api/types/index.d.ts +75 -78
- package/dist/api/types/index.js +75 -78
- package/dist/auth/BearerAuthProvider.d.ts +1 -1
- package/dist/auth/BearerAuthProvider.js +1 -1
- package/dist/environments.d.ts +2 -2
- package/dist/environments.js +1 -1
- package/dist/helpers/buildString.d.ts +3 -4
- package/dist/helpers/buildString.js +16 -16
- package/dist/helpers/index.js +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -3
- package/dist/serialization/client/requests/SearchQueryRequest.d.ts +36 -0
- package/dist/serialization/client/requests/{QueryRequest.js → SearchQueryRequest.js} +28 -20
- package/dist/serialization/client/requests/index.d.ts +1 -1
- package/dist/serialization/client/requests/index.js +3 -3
- package/dist/serialization/resources/context/client/requests/HandlerContextMetadataUpdateRequest.d.ts +13 -0
- package/dist/serialization/resources/context/client/requests/HandlerContextMetadataUpdateRequest.js +45 -0
- package/dist/serialization/resources/context/client/requests/ListV2ListContentRequest.d.ts +19 -0
- package/dist/serialization/resources/context/client/requests/{V2ListContentRequest.js → ListV2ListContentRequest.js} +11 -10
- package/dist/serialization/resources/context/client/requests/SourcesV2SourceDeleteRequest.d.ts +14 -0
- package/dist/serialization/resources/context/client/requests/{V2SourceDeleteRequest.js → SourcesV2SourceDeleteRequest.js} +8 -7
- package/dist/serialization/resources/context/client/requests/index.d.ts +3 -2
- package/dist/serialization/resources/context/client/requests/index.js +7 -5
- package/dist/serialization/resources/databases/client/index.d.ts +1 -0
- package/dist/serialization/resources/databases/client/index.js +17 -0
- package/dist/serialization/resources/databases/client/requests/TenantsTenantCreateRequest.d.ts +14 -0
- package/dist/serialization/{types/TenantCreateRequest.js → resources/databases/client/requests/TenantsTenantCreateRequest.js} +8 -7
- package/dist/serialization/resources/databases/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/databases/client/requests/index.js +5 -0
- package/dist/serialization/resources/databases/index.d.ts +1 -0
- package/dist/serialization/resources/databases/index.js +17 -0
- package/dist/serialization/resources/index.d.ts +4 -0
- package/dist/serialization/resources/index.js +5 -1
- package/dist/serialization/resources/webhooks/client/index.d.ts +1 -0
- package/dist/serialization/resources/webhooks/client/index.js +17 -0
- package/dist/serialization/resources/webhooks/client/requests/WebhooksWebhookRegisterRequest.d.ts +11 -0
- package/dist/serialization/{types/WebhookRegisterRequest.js → resources/webhooks/client/requests/WebhooksWebhookRegisterRequest.js} +5 -5
- package/dist/serialization/resources/webhooks/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/webhooks/client/requests/index.js +5 -0
- package/dist/serialization/resources/webhooks/index.d.ts +1 -0
- package/dist/serialization/resources/webhooks/index.js +17 -0
- package/dist/serialization/types/DashboardPaginationMeta.d.ts +14 -0
- package/dist/serialization/types/{PaginationMeta.js → DashboardPaginationMeta.js} +8 -8
- package/dist/serialization/types/FetchV2SourceFetchResponse.d.ts +18 -0
- package/dist/serialization/types/{V2SourceFetchResponse.js → FetchV2SourceFetchResponse.js} +11 -10
- package/dist/serialization/types/GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult.d.ts +19 -0
- package/dist/serialization/types/GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult.js +51 -0
- package/dist/serialization/types/GraphEntity.d.ts +13 -0
- package/dist/serialization/types/{Entity.js → GraphEntity.js} +6 -6
- package/dist/serialization/types/GraphGraphRelationsResponse.d.ts +14 -0
- package/dist/serialization/types/{SourceGraphRelationsResponse.js → GraphGraphRelationsResponse.js} +6 -6
- package/dist/serialization/types/GraphRelationEvidence.d.ts +18 -0
- package/dist/serialization/types/{RelationEvidence.js → GraphRelationEvidence.js} +11 -11
- package/dist/serialization/types/GraphTripletWithEvidence.d.ts +14 -0
- package/dist/serialization/types/{TripletWithEvidence.js → GraphTripletWithEvidence.js} +8 -8
- package/dist/serialization/types/HandlerApiError.d.ts +10 -0
- package/dist/serialization/types/{WebhookDeleteResponse.js → HandlerApiError.js} +3 -3
- package/dist/serialization/types/HandlerDeprecationNotice.d.ts +13 -0
- package/dist/serialization/types/HandlerDeprecationNotice.js +45 -0
- package/dist/serialization/types/HandlerEnvelopeFetchV2SourceFetchResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeFetchV2SourceFetchResponse.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeGithubComHydradbHydradbApplicationInternalServiceMetadataEditResult.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeGithubComHydradbHydradbApplicationInternalServiceMetadataEditResult.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeGraphGraphRelationsResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeGraphGraphRelationsResponse.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeIngestionV2BatchProcessingStatus.d.ts +15 -0
- package/dist/serialization/types/{QueryApiResponse.js → HandlerEnvelopeIngestionV2BatchProcessingStatus.js} +8 -8
- package/dist/serialization/types/HandlerEnvelopeIngestionV2SourceUploadResponse.d.ts +15 -0
- package/dist/serialization/types/{WebhookRegisterApiResponse.js → HandlerEnvelopeIngestionV2SourceUploadResponse.js} +8 -8
- package/dist/serialization/types/HandlerEnvelopeListV2SourceListResponse.d.ts +15 -0
- package/dist/serialization/types/{SourceDeleteApiResponse.js → HandlerEnvelopeListV2SourceListResponse.js} +8 -8
- package/dist/serialization/types/HandlerEnvelopeSearchV2RetrievalResult.d.ts +15 -0
- package/dist/serialization/types/{WebhookTestApiResponse.js → HandlerEnvelopeSearchV2RetrievalResult.js} +8 -8
- package/dist/serialization/types/HandlerEnvelopeSourcesMemoryDeleteResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeSourcesMemoryDeleteResponse.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeTenantsInfraStatusResponseV2.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeTenantsInfraStatusResponseV2.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeTenantsSubTenantIdsResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeTenantsSubTenantIdsResponse.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeTenantsTenantCreateAcceptedResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeTenantsTenantCreateAcceptedResponse.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeTenantsTenantDeleteResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeTenantsTenantDeleteResponse.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeTenantsTenantIdsResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeTenantsTenantIdsResponse.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeTenantsTenantStatsResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeTenantsTenantStatsResponse.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeWebhooksDeliveryItem.d.ts +15 -0
- package/dist/serialization/types/{TenantStatsApiResponse.js → HandlerEnvelopeWebhooksDeliveryItem.js} +8 -8
- package/dist/serialization/types/HandlerEnvelopeWebhooksDeliveryListResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeWebhooksDeliveryListResponse.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeWebhooksRetryResponse.d.ts +15 -0
- package/dist/serialization/types/{SourceFetchApiResponse.js → HandlerEnvelopeWebhooksRetryResponse.js} +8 -8
- package/dist/serialization/types/HandlerEnvelopeWebhooksWebhookDeleteResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeWebhooksWebhookDeleteResponse.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeWebhooksWebhookGetResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeWebhooksWebhookGetResponse.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeWebhooksWebhookRegisterResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeWebhooksWebhookRegisterResponse.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeWebhooksWebhookTestResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeWebhooksWebhookTestResponse.js +47 -0
- package/dist/serialization/types/HandlerErrorDetail.d.ts +14 -0
- package/dist/serialization/types/HandlerErrorDetail.js +46 -0
- package/dist/serialization/types/HandlerErrorResponse.d.ts +10 -0
- package/dist/serialization/types/{VectorstoreStatus.js → HandlerErrorResponse.js} +4 -4
- package/dist/serialization/types/HandlerResponseMeta.d.ts +17 -0
- package/dist/serialization/types/HandlerResponseMeta.js +49 -0
- package/dist/serialization/types/{SourceStatus.d.ts → IngestionSourceStatus.d.ts} +2 -2
- package/dist/serialization/types/IngestionSourceStatus.js +39 -0
- package/dist/serialization/types/IngestionV2BatchProcessingStatus.d.ts +10 -0
- package/dist/serialization/types/{PathTriplet.js → IngestionV2BatchProcessingStatus.js} +4 -7
- package/dist/serialization/types/IngestionV2ProcessingStatus.d.ts +14 -0
- package/dist/serialization/types/{V2ProcessingStatus.js → IngestionV2ProcessingStatus.js} +5 -6
- package/dist/serialization/types/IngestionV2SourceUploadResponse.d.ts +14 -0
- package/dist/serialization/types/{V2AddMemoryResponse.js → IngestionV2SourceUploadResponse.js} +6 -6
- package/dist/serialization/types/IngestionV2SourceUploadResultItem.d.ts +16 -0
- package/dist/serialization/types/{V2MemoryResultItem.js → IngestionV2SourceUploadResultItem.js} +10 -9
- package/dist/serialization/types/ListContentFilter.d.ts +11 -0
- package/dist/serialization/types/{ContentFilter.js → ListContentFilter.js} +5 -5
- package/dist/serialization/types/ListSourceListResponse.d.ts +14 -0
- package/dist/serialization/types/{TenantIdsResponse.js → ListSourceListResponse.js} +9 -6
- package/dist/serialization/types/ListV2SourceListResponse.d.ts +10 -0
- package/dist/serialization/types/{V2BatchProcessingStatus.js → ListV2SourceListResponse.js} +4 -4
- package/dist/serialization/types/SearchGraphContext.d.ts +13 -0
- package/dist/serialization/types/{GraphContext.js → SearchGraphContext.js} +6 -6
- package/dist/serialization/types/SearchMetadataFilters.d.ts +7 -0
- package/dist/serialization/types/SearchMetadataFilters.js +39 -0
- package/dist/serialization/types/{Bm25OperatorType.d.ts → SearchOperator.d.ts} +2 -2
- package/dist/serialization/types/{IngestType.js → SearchOperator.js} +2 -2
- package/dist/serialization/types/SearchPathTriplet.d.ts +11 -0
- package/dist/serialization/types/SearchPathTriplet.js +43 -0
- package/dist/serialization/types/{QueryBy.d.ts → SearchQueryBy.d.ts} +2 -2
- package/dist/serialization/types/{QueryBy.js → SearchQueryBy.js} +2 -5
- package/dist/serialization/types/SearchQueryRequestCollections.d.ts +7 -0
- package/dist/serialization/types/SearchQueryRequestCollections.js +42 -0
- package/dist/serialization/types/SearchQueryRequestSubTenantIds.d.ts +7 -0
- package/dist/serialization/types/SearchQueryRequestSubTenantIds.js +42 -0
- package/dist/serialization/types/SearchRecallMode.d.ts +7 -0
- package/dist/serialization/types/{RetrieveMode.js → SearchRecallMode.js} +2 -2
- package/dist/serialization/types/SearchScoredPathResponse.d.ts +14 -0
- package/dist/serialization/types/{ScoredPathResponse.js → SearchScoredPathResponse.js} +8 -8
- package/dist/serialization/types/{SourceInfo.d.ts → SearchSourceInfo.d.ts} +11 -10
- package/dist/serialization/types/{SourceInfo.js → SearchSourceInfo.js} +11 -10
- package/dist/serialization/types/{SourceType.d.ts → SearchSourceType.d.ts} +2 -2
- package/dist/serialization/types/{Bm25OperatorType.js → SearchSourceType.js} +2 -2
- package/dist/serialization/types/SearchV2Chunk.d.ts +21 -0
- package/dist/serialization/types/{V2Chunk.js → SearchV2Chunk.js} +13 -14
- package/dist/serialization/types/SearchV2RetrievalResult.d.ts +15 -0
- package/dist/serialization/types/{V2RetrievalResult.js → SearchV2RetrievalResult.js} +9 -9
- package/dist/serialization/types/SourcesMemoryDeleteResponse.d.ts +14 -0
- package/dist/serialization/types/{SourceDeleteResponse.js → SourcesMemoryDeleteResponse.js} +7 -6
- package/dist/serialization/types/SourcesSourceDeleteResultItem.d.ts +11 -0
- package/dist/serialization/types/{DeleteUserMemoryResponse.js → SourcesSourceDeleteResultItem.js} +5 -4
- package/dist/serialization/types/TenantsCollectionStats.d.ts +10 -0
- package/dist/serialization/types/{CollectionStats.js → TenantsCollectionStats.js} +4 -4
- package/dist/serialization/types/{CustomPropertyDefinition.d.ts → TenantsCustomPropertyDefinition.d.ts} +7 -8
- package/dist/serialization/types/{CustomPropertyDefinition.js → TenantsCustomPropertyDefinition.js} +7 -8
- package/dist/serialization/types/TenantsFailedTenant.d.ts +11 -0
- package/dist/serialization/types/{ResponseMeta.js → TenantsFailedTenant.js} +5 -4
- package/dist/serialization/types/TenantsInfraStatusResponseV2.d.ts +14 -0
- package/dist/serialization/types/{InfraStatusResponseV2.js → TenantsInfraStatusResponseV2.js} +7 -6
- package/dist/serialization/types/TenantsInfraV2.d.ts +12 -0
- package/dist/serialization/types/{InfraV2.js → TenantsInfraV2.js} +6 -7
- package/dist/serialization/types/TenantsMilvusDataType.d.ts +7 -0
- package/dist/serialization/types/{MilvusDataType.js → TenantsMilvusDataType.js} +2 -4
- package/dist/serialization/types/TenantsSubTenantIdsResponse.d.ts +11 -0
- package/dist/serialization/types/{SubTenantIdsResponse.js → TenantsSubTenantIdsResponse.js} +4 -3
- package/dist/serialization/types/TenantsTenantCreateAcceptedResponse.d.ts +12 -0
- package/dist/serialization/types/{TenantCreateAcceptedResponse.js → TenantsTenantCreateAcceptedResponse.js} +5 -4
- package/dist/serialization/types/TenantsTenantDeleteResponse.d.ts +12 -0
- package/dist/serialization/types/{TenantDeleteResponse.js → TenantsTenantDeleteResponse.js} +5 -4
- package/dist/serialization/types/TenantsTenantIdsResponse.d.ts +14 -0
- package/dist/serialization/types/TenantsTenantIdsResponse.js +46 -0
- package/dist/serialization/types/TenantsTenantStatsResponse.d.ts +14 -0
- package/dist/serialization/types/{TenantStatsResponse.js → TenantsTenantStatsResponse.js} +7 -6
- package/dist/serialization/types/TenantsVectorstoreStatusV2.d.ts +10 -0
- package/dist/serialization/types/{ErrorDetail.js → TenantsVectorstoreStatusV2.js} +4 -4
- package/dist/serialization/types/WebhooksDeliveryItem.d.ts +18 -0
- package/dist/serialization/types/{DeliveryItem.js → WebhooksDeliveryItem.js} +12 -12
- package/dist/serialization/types/WebhooksDeliveryListResponse.d.ts +12 -0
- package/dist/serialization/types/{DeliveryListResponse.js → WebhooksDeliveryListResponse.js} +6 -6
- package/dist/serialization/types/WebhooksRetryResponse.d.ts +11 -0
- package/dist/serialization/types/{RetryResponse.js → WebhooksRetryResponse.js} +4 -4
- package/dist/serialization/types/WebhooksWebhookDeleteResponse.d.ts +10 -0
- package/dist/serialization/types/{SourceDeleteResultItem.js → WebhooksWebhookDeleteResponse.js} +3 -4
- package/dist/serialization/types/WebhooksWebhookGetResponse.d.ts +12 -0
- package/dist/serialization/types/{WebhookGetResponse.js → WebhooksWebhookGetResponse.js} +6 -6
- package/dist/serialization/types/WebhooksWebhookRegisterResponse.d.ts +13 -0
- package/dist/serialization/types/{WebhookRegisterResponse.js → WebhooksWebhookRegisterResponse.js} +6 -6
- package/dist/serialization/types/WebhooksWebhookTestResponse.d.ts +11 -0
- package/dist/serialization/types/{WebhookTestResponse.js → WebhooksWebhookTestResponse.js} +4 -4
- package/dist/serialization/types/index.d.ts +75 -78
- package/dist/serialization/types/index.js +75 -78
- package/package.json +1 -1
- package/dist/api/client/requests/QueryRequest.d.ts +0 -40
- package/dist/api/errors/ServiceUnavailableError.d.ts +0 -5
- package/dist/api/errors/ServiceUnavailableError.js +0 -54
- package/dist/api/errors/TooManyRequestsError.d.ts +0 -5
- package/dist/api/errors/TooManyRequestsError.js +0 -54
- package/dist/api/errors/UnauthorizedError.d.ts +0 -5
- package/dist/api/resources/context/client/requests/BodyIngestContextIngestPost.d.ts +0 -26
- package/dist/api/resources/context/client/requests/V2ListContentRequest.d.ts +0 -25
- package/dist/api/resources/context/client/requests/V2SourceDeleteRequest.d.ts +0 -16
- package/dist/api/resources/tenants/client/Client.d.ts +0 -124
- package/dist/api/resources/tenants/client/requests/DeleteTenantsRequest.d.ts +0 -10
- package/dist/api/resources/tenants/client/requests/StatsTenantsRequest.d.ts +0 -10
- package/dist/api/resources/tenants/client/requests/StatusTenantsRequest.d.ts +0 -10
- package/dist/api/resources/tenants/client/requests/SubTenantsTenantsRequest.d.ts +0 -10
- package/dist/api/resources/tenants/client/requests/index.d.ts +0 -4
- package/dist/api/resources/tenants/exports.d.ts +0 -2
- package/dist/api/types/Bm25OperatorType.d.ts +0 -6
- package/dist/api/types/CollectionStats.d.ts +0 -6
- package/dist/api/types/ContentFilter.d.ts +0 -28
- package/dist/api/types/CustomPropertyDefinition.d.ts +0 -34
- package/dist/api/types/DeleteUserMemoryResponse.d.ts +0 -9
- package/dist/api/types/DeliveryItem.d.ts +0 -12
- package/dist/api/types/DeliveryListResponse.d.ts +0 -7
- package/dist/api/types/Entity.d.ts +0 -12
- package/dist/api/types/ErrorDetail.d.ts +0 -4
- package/dist/api/types/GraphContext.d.ts +0 -11
- package/dist/api/types/InfraStatusResponseV2.d.ts +0 -17
- package/dist/api/types/InfraV2.d.ts +0 -11
- package/dist/api/types/IngestType.d.ts +0 -5
- package/dist/api/types/IngestType.js +0 -8
- package/dist/api/types/ListUserMemoriesResponse.d.ts +0 -14
- package/dist/api/types/PaginationMeta.d.ts +0 -17
- package/dist/api/types/PathTriplet.d.ts +0 -6
- package/dist/api/types/QueryApiResponse.d.ts +0 -7
- package/dist/api/types/QueryBy.d.ts +0 -6
- package/dist/api/types/QueryRequestAlpha.d.ts +0 -4
- package/dist/api/types/RelationEvidence.d.ts +0 -25
- package/dist/api/types/ResponseMeta.d.ts +0 -4
- package/dist/api/types/RetrieveMode.d.ts +0 -5
- package/dist/api/types/RetryResponse.d.ts +0 -5
- package/dist/api/types/ScoredPathResponse.d.ts +0 -10
- package/dist/api/types/SourceDeleteApiResponse.d.ts +0 -7
- package/dist/api/types/SourceDeleteApiResponseData.d.ts +0 -2
- package/dist/api/types/SourceDeleteResponse.d.ts +0 -11
- package/dist/api/types/SourceDeleteResultItem.d.ts +0 -11
- package/dist/api/types/SourceFetchApiResponse.d.ts +0 -7
- package/dist/api/types/SourceGraphRelationsResponse.d.ts +0 -13
- package/dist/api/types/SourceInfo.d.ts +0 -24
- package/dist/api/types/SourceIngestApiResponse.d.ts +0 -7
- package/dist/api/types/SourceIngestApiResponseData.d.ts +0 -2
- package/dist/api/types/SourceListApiResponse.d.ts +0 -7
- package/dist/api/types/SourceListApiResponseData.d.ts +0 -2
- package/dist/api/types/SourceRelationsApiResponse.d.ts +0 -7
- package/dist/api/types/SourceStatus.d.ts +0 -7
- package/dist/api/types/SourceStatusApiResponse.d.ts +0 -7
- package/dist/api/types/SourceType.d.ts +0 -7
- package/dist/api/types/SourceType.js +0 -10
- package/dist/api/types/SubTenantIdsResponse.d.ts +0 -9
- package/dist/api/types/TenantCreateAcceptedResponse.d.ts +0 -11
- package/dist/api/types/TenantCreateApiResponse.d.ts +0 -7
- package/dist/api/types/TenantCreateRequest.d.ts +0 -17
- package/dist/api/types/TenantDeleteApiResponse.d.ts +0 -7
- package/dist/api/types/TenantDeleteResponse.d.ts +0 -6
- package/dist/api/types/TenantIdsResponse.d.ts +0 -8
- package/dist/api/types/TenantInfraStatusApiResponse.d.ts +0 -7
- package/dist/api/types/TenantListApiResponse.d.ts +0 -7
- package/dist/api/types/TenantStatsApiResponse.d.ts +0 -7
- package/dist/api/types/TenantStatsResponse.d.ts +0 -11
- package/dist/api/types/TenantSubTenantsApiResponse.d.ts +0 -7
- package/dist/api/types/TripletWithEvidence.d.ts +0 -12
- package/dist/api/types/UserMemory.d.ts +0 -11
- package/dist/api/types/V2AddMemoryResponse.d.ts +0 -11
- package/dist/api/types/V2BatchProcessingStatus.d.ts +0 -5
- package/dist/api/types/V2Chunk.d.ts +0 -29
- package/dist/api/types/V2MemoryResultItem.d.ts +0 -15
- package/dist/api/types/V2ProcessingStatus.d.ts +0 -18
- package/dist/api/types/V2ProcessingStatusIndexingStatus.d.ts +0 -10
- package/dist/api/types/V2ProcessingStatusIndexingStatus.js +0 -13
- package/dist/api/types/V2RetrievalResult.d.ts +0 -12
- package/dist/api/types/V2SourceFetchResponse.d.ts +0 -23
- package/dist/api/types/V2SourceListResponse.d.ts +0 -1
- package/dist/api/types/V2SourceUploadResponse.d.ts +0 -11
- package/dist/api/types/V2SourceUploadResultItem.d.ts +0 -13
- package/dist/api/types/VectorstoreStatus.d.ts +0 -6
- package/dist/api/types/WebhookDeleteApiResponse.d.ts +0 -7
- package/dist/api/types/WebhookDeleteResponse.d.ts +0 -4
- package/dist/api/types/WebhookDeliveryItemApiResponse.d.ts +0 -7
- package/dist/api/types/WebhookDeliveryListApiResponse.d.ts +0 -7
- package/dist/api/types/WebhookGetApiResponse.d.ts +0 -7
- package/dist/api/types/WebhookGetResponse.d.ts +0 -6
- package/dist/api/types/WebhookRegisterApiResponse.d.ts +0 -7
- package/dist/api/types/WebhookRegisterRequest.d.ts +0 -8
- package/dist/api/types/WebhookRegisterResponse.d.ts +0 -7
- package/dist/api/types/WebhookRetryApiResponse.d.ts +0 -7
- package/dist/api/types/WebhookTestApiResponse.d.ts +0 -7
- package/dist/api/types/WebhookTestResponse.d.ts +0 -5
- package/dist/serialization/client/requests/QueryRequest.d.ts +0 -28
- package/dist/serialization/resources/context/client/requests/V2ListContentRequest.d.ts +0 -18
- package/dist/serialization/resources/context/client/requests/V2SourceDeleteRequest.d.ts +0 -13
- package/dist/serialization/types/CollectionStats.d.ts +0 -10
- package/dist/serialization/types/ContentFilter.d.ts +0 -11
- package/dist/serialization/types/DeleteUserMemoryResponse.d.ts +0 -10
- package/dist/serialization/types/DeliveryItem.d.ts +0 -18
- package/dist/serialization/types/DeliveryListResponse.d.ts +0 -12
- package/dist/serialization/types/Entity.d.ts +0 -13
- package/dist/serialization/types/ErrorDetail.d.ts +0 -10
- package/dist/serialization/types/GraphContext.d.ts +0 -13
- package/dist/serialization/types/InfraStatusResponseV2.d.ts +0 -13
- package/dist/serialization/types/InfraV2.d.ts +0 -13
- package/dist/serialization/types/IngestType.d.ts +0 -7
- package/dist/serialization/types/ListUserMemoriesResponse.d.ts +0 -14
- package/dist/serialization/types/ListUserMemoriesResponse.js +0 -46
- package/dist/serialization/types/MilvusDataType.d.ts +0 -7
- package/dist/serialization/types/PaginationMeta.d.ts +0 -14
- package/dist/serialization/types/PathTriplet.d.ts +0 -13
- package/dist/serialization/types/QueryApiResponse.d.ts +0 -15
- package/dist/serialization/types/QueryRequestAlpha.d.ts +0 -7
- package/dist/serialization/types/QueryRequestAlpha.js +0 -39
- package/dist/serialization/types/RelationEvidence.d.ts +0 -18
- package/dist/serialization/types/ResponseMeta.d.ts +0 -10
- package/dist/serialization/types/RetrieveMode.d.ts +0 -7
- package/dist/serialization/types/RetryResponse.d.ts +0 -11
- package/dist/serialization/types/ScoredPathResponse.d.ts +0 -14
- package/dist/serialization/types/SourceDeleteApiResponse.d.ts +0 -15
- package/dist/serialization/types/SourceDeleteApiResponseData.d.ts +0 -9
- package/dist/serialization/types/SourceDeleteApiResponseData.js +0 -41
- package/dist/serialization/types/SourceDeleteResponse.d.ts +0 -13
- package/dist/serialization/types/SourceDeleteResultItem.d.ts +0 -11
- package/dist/serialization/types/SourceFetchApiResponse.d.ts +0 -15
- package/dist/serialization/types/SourceGraphRelationsResponse.d.ts +0 -14
- package/dist/serialization/types/SourceIngestApiResponse.d.ts +0 -15
- package/dist/serialization/types/SourceIngestApiResponse.js +0 -47
- package/dist/serialization/types/SourceIngestApiResponseData.d.ts +0 -9
- package/dist/serialization/types/SourceIngestApiResponseData.js +0 -41
- package/dist/serialization/types/SourceListApiResponse.d.ts +0 -15
- package/dist/serialization/types/SourceListApiResponse.js +0 -47
- package/dist/serialization/types/SourceListApiResponseData.d.ts +0 -9
- package/dist/serialization/types/SourceListApiResponseData.js +0 -41
- package/dist/serialization/types/SourceRelationsApiResponse.d.ts +0 -15
- package/dist/serialization/types/SourceRelationsApiResponse.js +0 -47
- package/dist/serialization/types/SourceStatus.js +0 -39
- package/dist/serialization/types/SourceStatusApiResponse.d.ts +0 -15
- package/dist/serialization/types/SourceStatusApiResponse.js +0 -47
- package/dist/serialization/types/SourceType.js +0 -39
- package/dist/serialization/types/SubTenantIdsResponse.d.ts +0 -10
- package/dist/serialization/types/TenantCreateAcceptedResponse.d.ts +0 -11
- package/dist/serialization/types/TenantCreateApiResponse.d.ts +0 -15
- package/dist/serialization/types/TenantCreateApiResponse.js +0 -47
- package/dist/serialization/types/TenantCreateRequest.d.ts +0 -13
- package/dist/serialization/types/TenantDeleteApiResponse.d.ts +0 -15
- package/dist/serialization/types/TenantDeleteApiResponse.js +0 -47
- package/dist/serialization/types/TenantDeleteResponse.d.ts +0 -11
- package/dist/serialization/types/TenantIdsResponse.d.ts +0 -11
- package/dist/serialization/types/TenantInfraStatusApiResponse.d.ts +0 -15
- package/dist/serialization/types/TenantInfraStatusApiResponse.js +0 -47
- package/dist/serialization/types/TenantListApiResponse.d.ts +0 -15
- package/dist/serialization/types/TenantListApiResponse.js +0 -47
- package/dist/serialization/types/TenantStatsApiResponse.d.ts +0 -15
- package/dist/serialization/types/TenantStatsResponse.d.ts +0 -13
- package/dist/serialization/types/TenantSubTenantsApiResponse.d.ts +0 -15
- package/dist/serialization/types/TenantSubTenantsApiResponse.js +0 -47
- package/dist/serialization/types/TripletWithEvidence.d.ts +0 -14
- package/dist/serialization/types/UserMemory.d.ts +0 -11
- package/dist/serialization/types/UserMemory.js +0 -43
- package/dist/serialization/types/V2AddMemoryResponse.d.ts +0 -14
- package/dist/serialization/types/V2BatchProcessingStatus.d.ts +0 -10
- package/dist/serialization/types/V2Chunk.d.ts +0 -20
- package/dist/serialization/types/V2MemoryResultItem.d.ts +0 -15
- package/dist/serialization/types/V2ProcessingStatus.d.ts +0 -15
- package/dist/serialization/types/V2ProcessingStatusIndexingStatus.d.ts +0 -7
- package/dist/serialization/types/V2ProcessingStatusIndexingStatus.js +0 -39
- package/dist/serialization/types/V2RetrievalResult.d.ts +0 -15
- package/dist/serialization/types/V2SourceFetchResponse.d.ts +0 -17
- package/dist/serialization/types/V2SourceListResponse.d.ts +0 -7
- package/dist/serialization/types/V2SourceListResponse.js +0 -39
- package/dist/serialization/types/V2SourceUploadResponse.d.ts +0 -14
- package/dist/serialization/types/V2SourceUploadResponse.js +0 -46
- package/dist/serialization/types/V2SourceUploadResultItem.d.ts +0 -14
- package/dist/serialization/types/V2SourceUploadResultItem.js +0 -46
- package/dist/serialization/types/VectorstoreStatus.d.ts +0 -10
- package/dist/serialization/types/WebhookDeleteApiResponse.d.ts +0 -15
- package/dist/serialization/types/WebhookDeleteApiResponse.js +0 -47
- package/dist/serialization/types/WebhookDeleteResponse.d.ts +0 -10
- package/dist/serialization/types/WebhookDeliveryItemApiResponse.d.ts +0 -15
- package/dist/serialization/types/WebhookDeliveryItemApiResponse.js +0 -47
- package/dist/serialization/types/WebhookDeliveryListApiResponse.d.ts +0 -15
- package/dist/serialization/types/WebhookDeliveryListApiResponse.js +0 -47
- package/dist/serialization/types/WebhookGetApiResponse.d.ts +0 -15
- package/dist/serialization/types/WebhookGetApiResponse.js +0 -47
- package/dist/serialization/types/WebhookGetResponse.d.ts +0 -12
- package/dist/serialization/types/WebhookRegisterApiResponse.d.ts +0 -15
- package/dist/serialization/types/WebhookRegisterRequest.d.ts +0 -11
- package/dist/serialization/types/WebhookRegisterResponse.d.ts +0 -13
- package/dist/serialization/types/WebhookRetryApiResponse.d.ts +0 -15
- package/dist/serialization/types/WebhookRetryApiResponse.js +0 -47
- package/dist/serialization/types/WebhookTestApiResponse.d.ts +0 -15
- package/dist/serialization/types/WebhookTestResponse.d.ts +0 -11
- /package/dist/api/client/requests/{QueryRequest.js → SearchQueryRequest.js} +0 -0
- /package/dist/api/resources/context/client/requests/{BodyIngestContextIngestPost.js → HandlerContextMetadataUpdateRequest.js} +0 -0
- /package/dist/api/resources/context/client/requests/{V2ListContentRequest.js → IngestContextRequest.js} +0 -0
- /package/dist/api/resources/context/client/requests/{V2SourceDeleteRequest.js → ListV2ListContentRequest.js} +0 -0
- /package/dist/api/resources/{tenants/client/requests/DeleteTenantsRequest.js → context/client/requests/SourcesV2SourceDeleteRequest.js} +0 -0
- /package/dist/api/resources/{tenants → databases}/client/index.d.ts +0 -0
- /package/dist/api/resources/{tenants → databases}/client/index.js +0 -0
- /package/dist/api/resources/{tenants/client/requests/StatsTenantsRequest.js → databases/client/requests/CollectionsDatabasesRequest.js} +0 -0
- /package/dist/api/resources/{tenants/client/requests/StatusTenantsRequest.js → databases/client/requests/DeleteDatabasesRequest.js} +0 -0
- /package/dist/api/resources/{tenants/client/requests/SubTenantsTenantsRequest.js → databases/client/requests/StatsDatabasesRequest.js} +0 -0
- /package/dist/api/{types/CollectionStats.js → resources/databases/client/requests/StatusDatabasesRequest.js} +0 -0
- /package/dist/api/{types/ContentFilter.js → resources/databases/client/requests/TenantsTenantCreateRequest.js} +0 -0
- /package/dist/api/resources/{tenants → databases}/client/requests/index.js +0 -0
- /package/dist/api/resources/{tenants → databases}/index.d.ts +0 -0
- /package/dist/api/resources/{tenants → databases}/index.js +0 -0
- /package/dist/api/{types/CustomPropertyDefinition.js → resources/webhooks/client/requests/WebhooksWebhookRegisterRequest.js} +0 -0
- /package/dist/api/types/{DeleteUserMemoryResponse.js → DashboardPaginationMeta.js} +0 -0
- /package/dist/api/types/{DeliveryItem.js → FetchV2SourceFetchResponse.js} +0 -0
- /package/dist/api/types/{DeliveryListResponse.js → GithubComHydradbHydradbApplicationInternalServiceMetadataEditResult.js} +0 -0
- /package/dist/api/types/{Entity.js → GraphEntity.js} +0 -0
- /package/dist/api/types/{ErrorDetail.js → GraphGraphRelationsResponse.js} +0 -0
- /package/dist/api/types/{GraphContext.js → GraphRelationEvidence.js} +0 -0
- /package/dist/api/types/{InfraStatusResponseV2.js → GraphTripletWithEvidence.js} +0 -0
- /package/dist/api/types/{InfraV2.js → HandlerApiError.js} +0 -0
- /package/dist/api/types/{ListUserMemoriesResponse.js → HandlerDeprecationNotice.js} +0 -0
- /package/dist/api/types/{PaginationMeta.js → HandlerEnvelopeFetchV2SourceFetchResponse.js} +0 -0
- /package/dist/api/types/{PathTriplet.js → HandlerEnvelopeGithubComHydradbHydradbApplicationInternalServiceMetadataEditResult.js} +0 -0
- /package/dist/api/types/{QueryApiResponse.js → HandlerEnvelopeGraphGraphRelationsResponse.js} +0 -0
- /package/dist/api/types/{QueryRequestAlpha.js → HandlerEnvelopeIngestionV2BatchProcessingStatus.js} +0 -0
- /package/dist/api/types/{RelationEvidence.js → HandlerEnvelopeIngestionV2SourceUploadResponse.js} +0 -0
- /package/dist/api/types/{ResponseMeta.js → HandlerEnvelopeListV2SourceListResponse.js} +0 -0
- /package/dist/api/types/{RetryResponse.js → HandlerEnvelopeSearchV2RetrievalResult.js} +0 -0
- /package/dist/api/types/{ScoredPathResponse.js → HandlerEnvelopeSourcesMemoryDeleteResponse.js} +0 -0
- /package/dist/api/types/{SourceDeleteApiResponse.js → HandlerEnvelopeTenantsInfraStatusResponseV2.js} +0 -0
- /package/dist/api/types/{SourceDeleteApiResponseData.js → HandlerEnvelopeTenantsSubTenantIdsResponse.js} +0 -0
- /package/dist/api/types/{SourceDeleteResponse.js → HandlerEnvelopeTenantsTenantCreateAcceptedResponse.js} +0 -0
- /package/dist/api/types/{SourceDeleteResultItem.js → HandlerEnvelopeTenantsTenantDeleteResponse.js} +0 -0
- /package/dist/api/types/{SourceFetchApiResponse.js → HandlerEnvelopeTenantsTenantIdsResponse.js} +0 -0
- /package/dist/api/types/{SourceGraphRelationsResponse.js → HandlerEnvelopeTenantsTenantStatsResponse.js} +0 -0
- /package/dist/api/types/{SourceInfo.js → HandlerEnvelopeWebhooksDeliveryItem.js} +0 -0
- /package/dist/api/types/{SourceIngestApiResponse.js → HandlerEnvelopeWebhooksDeliveryListResponse.js} +0 -0
- /package/dist/api/types/{SourceIngestApiResponseData.js → HandlerEnvelopeWebhooksRetryResponse.js} +0 -0
- /package/dist/api/types/{SourceListApiResponse.js → HandlerEnvelopeWebhooksWebhookDeleteResponse.js} +0 -0
- /package/dist/api/types/{SourceListApiResponseData.js → HandlerEnvelopeWebhooksWebhookGetResponse.js} +0 -0
- /package/dist/api/types/{SourceRelationsApiResponse.js → HandlerEnvelopeWebhooksWebhookRegisterResponse.js} +0 -0
- /package/dist/api/types/{SourceStatusApiResponse.js → HandlerEnvelopeWebhooksWebhookTestResponse.js} +0 -0
- /package/dist/api/types/{SubTenantIdsResponse.js → HandlerErrorDetail.js} +0 -0
- /package/dist/api/types/{TenantCreateAcceptedResponse.js → HandlerErrorResponse.js} +0 -0
- /package/dist/api/types/{TenantCreateApiResponse.js → HandlerResponseMeta.js} +0 -0
- /package/dist/api/types/{TenantCreateRequest.js → IngestionV2BatchProcessingStatus.js} +0 -0
- /package/dist/api/types/{TenantDeleteApiResponse.js → IngestionV2ProcessingStatus.js} +0 -0
- /package/dist/api/types/{TenantDeleteResponse.js → IngestionV2SourceUploadResponse.js} +0 -0
- /package/dist/api/types/{TenantIdsResponse.js → IngestionV2SourceUploadResultItem.js} +0 -0
- /package/dist/api/types/{TenantInfraStatusApiResponse.js → ListContentFilter.js} +0 -0
- /package/dist/api/types/{TenantListApiResponse.js → ListSourceListResponse.js} +0 -0
- /package/dist/api/types/{TenantStatsApiResponse.js → ListV2SourceListResponse.js} +0 -0
- /package/dist/api/types/{TenantStatsResponse.js → SearchGraphContext.js} +0 -0
- /package/dist/api/types/{TenantSubTenantsApiResponse.js → SearchMetadataFilters.js} +0 -0
- /package/dist/api/types/{TripletWithEvidence.js → SearchPathTriplet.js} +0 -0
- /package/dist/api/types/{UserMemory.js → SearchQueryRequestCollections.js} +0 -0
- /package/dist/api/types/{V2AddMemoryResponse.js → SearchQueryRequestSubTenantIds.js} +0 -0
- /package/dist/api/types/{V2BatchProcessingStatus.js → SearchScoredPathResponse.js} +0 -0
- /package/dist/api/types/{V2Chunk.js → SearchSourceInfo.js} +0 -0
- /package/dist/api/types/{V2MemoryResultItem.js → SearchV2Chunk.js} +0 -0
- /package/dist/api/types/{V2ProcessingStatus.js → SearchV2RetrievalResult.js} +0 -0
- /package/dist/api/types/{V2RetrievalResult.js → SourcesMemoryDeleteResponse.js} +0 -0
- /package/dist/api/types/{V2SourceFetchResponse.js → SourcesSourceDeleteResultItem.js} +0 -0
- /package/dist/api/types/{V2SourceListResponse.js → TenantsCollectionStats.js} +0 -0
- /package/dist/api/types/{V2SourceUploadResponse.js → TenantsCustomPropertyDefinition.js} +0 -0
- /package/dist/api/types/{V2SourceUploadResultItem.js → TenantsFailedTenant.js} +0 -0
- /package/dist/api/types/{VectorstoreStatus.js → TenantsInfraStatusResponseV2.js} +0 -0
- /package/dist/api/types/{WebhookDeleteApiResponse.js → TenantsInfraV2.js} +0 -0
- /package/dist/api/types/{WebhookDeleteResponse.js → TenantsSubTenantIdsResponse.js} +0 -0
- /package/dist/api/types/{WebhookDeliveryItemApiResponse.js → TenantsTenantCreateAcceptedResponse.js} +0 -0
- /package/dist/api/types/{WebhookDeliveryListApiResponse.js → TenantsTenantDeleteResponse.js} +0 -0
- /package/dist/api/types/{WebhookGetApiResponse.js → TenantsTenantIdsResponse.js} +0 -0
- /package/dist/api/types/{WebhookGetResponse.js → TenantsTenantStatsResponse.js} +0 -0
- /package/dist/api/types/{WebhookRegisterApiResponse.js → TenantsVectorstoreStatusV2.js} +0 -0
- /package/dist/api/types/{WebhookRegisterRequest.js → WebhooksDeliveryItem.js} +0 -0
- /package/dist/api/types/{WebhookRegisterResponse.js → WebhooksDeliveryListResponse.js} +0 -0
- /package/dist/api/types/{WebhookRetryApiResponse.js → WebhooksRetryResponse.js} +0 -0
- /package/dist/api/types/{WebhookTestApiResponse.js → WebhooksWebhookDeleteResponse.js} +0 -0
- /package/dist/api/types/{WebhookTestResponse.js → WebhooksWebhookGetResponse.js} +0 -0
|
@@ -1,13 +0,0 @@
|
|
|
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 { InfraV2 } from "./InfraV2.js";
|
|
5
|
-
export declare const InfraStatusResponseV2: core.serialization.ObjectSchema<serializers.InfraStatusResponseV2.Raw, HydraDB.InfraStatusResponseV2>;
|
|
6
|
-
export declare namespace InfraStatusResponseV2 {
|
|
7
|
-
interface Raw {
|
|
8
|
-
tenant_id?: (string | null | undefined) | null;
|
|
9
|
-
org_id: string;
|
|
10
|
-
infra: InfraV2.Raw;
|
|
11
|
-
message?: string | null;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
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 { VectorstoreStatus } from "./VectorstoreStatus.js";
|
|
5
|
-
export declare const InfraV2: core.serialization.ObjectSchema<serializers.InfraV2.Raw, HydraDB.InfraV2>;
|
|
6
|
-
export declare namespace InfraV2 {
|
|
7
|
-
interface Raw {
|
|
8
|
-
scheduler_status: boolean;
|
|
9
|
-
graph_status: boolean;
|
|
10
|
-
vectorstore_status: VectorstoreStatus.Raw;
|
|
11
|
-
ready_for_ingestion?: boolean | null;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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 IngestType: core.serialization.Schema<serializers.IngestType.Raw, HydraDB.IngestType>;
|
|
5
|
-
export declare namespace IngestType {
|
|
6
|
-
type Raw = "knowledge" | "memory";
|
|
7
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 { PaginationMeta } from "./PaginationMeta.js";
|
|
5
|
-
import { UserMemory } from "./UserMemory.js";
|
|
6
|
-
export declare const ListUserMemoriesResponse: core.serialization.ObjectSchema<serializers.ListUserMemoriesResponse.Raw, HydraDB.ListUserMemoriesResponse>;
|
|
7
|
-
export declare namespace ListUserMemoriesResponse {
|
|
8
|
-
interface Raw {
|
|
9
|
-
success?: boolean | null;
|
|
10
|
-
user_memories?: UserMemory.Raw[] | null;
|
|
11
|
-
total?: number | null;
|
|
12
|
-
pagination: PaginationMeta.Raw;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
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.ListUserMemoriesResponse = void 0;
|
|
38
|
-
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
const PaginationMeta_js_1 = require("./PaginationMeta.js");
|
|
40
|
-
const UserMemory_js_1 = require("./UserMemory.js");
|
|
41
|
-
exports.ListUserMemoriesResponse = core.serialization.object({
|
|
42
|
-
success: core.serialization.boolean().optional(),
|
|
43
|
-
userMemories: core.serialization.property("user_memories", core.serialization.list(UserMemory_js_1.UserMemory).optional()),
|
|
44
|
-
total: core.serialization.number().optional(),
|
|
45
|
-
pagination: PaginationMeta_js_1.PaginationMeta,
|
|
46
|
-
});
|
|
@@ -1,7 +0,0 @@
|
|
|
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 MilvusDataType: core.serialization.Schema<serializers.MilvusDataType.Raw, HydraDB.MilvusDataType>;
|
|
5
|
-
export declare namespace MilvusDataType {
|
|
6
|
-
type Raw = "BOOL" | "INT8" | "INT16" | "INT32" | "INT64" | "FLOAT" | "DOUBLE" | "VARCHAR" | "JSON" | "ARRAY" | "FLOAT_VECTOR" | "SPARSE_FLOAT_VECTOR";
|
|
7
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 PaginationMeta: core.serialization.ObjectSchema<serializers.PaginationMeta.Raw, HydraDB.PaginationMeta>;
|
|
5
|
-
export declare namespace PaginationMeta {
|
|
6
|
-
interface Raw {
|
|
7
|
-
page: number;
|
|
8
|
-
page_size: number;
|
|
9
|
-
total: number;
|
|
10
|
-
total_pages: number;
|
|
11
|
-
has_next: boolean;
|
|
12
|
-
has_previous: boolean;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
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 { Entity } from "./Entity.js";
|
|
5
|
-
import { RelationEvidence } from "./RelationEvidence.js";
|
|
6
|
-
export declare const PathTriplet: core.serialization.ObjectSchema<serializers.PathTriplet.Raw, HydraDB.PathTriplet>;
|
|
7
|
-
export declare namespace PathTriplet {
|
|
8
|
-
interface Raw {
|
|
9
|
-
source: Entity.Raw;
|
|
10
|
-
relation: RelationEvidence.Raw;
|
|
11
|
-
target: Entity.Raw;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
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 { ErrorDetail } from "./ErrorDetail.js";
|
|
5
|
-
import { ResponseMeta } from "./ResponseMeta.js";
|
|
6
|
-
import { V2RetrievalResult } from "./V2RetrievalResult.js";
|
|
7
|
-
export declare const QueryApiResponse: core.serialization.ObjectSchema<serializers.QueryApiResponse.Raw, HydraDB.QueryApiResponse>;
|
|
8
|
-
export declare namespace QueryApiResponse {
|
|
9
|
-
interface Raw {
|
|
10
|
-
success?: boolean | null;
|
|
11
|
-
data?: (V2RetrievalResult.Raw | null | undefined) | null;
|
|
12
|
-
error?: (ErrorDetail.Raw | null | undefined) | null;
|
|
13
|
-
meta?: ResponseMeta.Raw | null;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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 QueryRequestAlpha: core.serialization.Schema<serializers.QueryRequestAlpha.Raw, HydraDB.QueryRequestAlpha>;
|
|
5
|
-
export declare namespace QueryRequestAlpha {
|
|
6
|
-
type Raw = string | number;
|
|
7
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
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.QueryRequestAlpha = void 0;
|
|
38
|
-
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
exports.QueryRequestAlpha = core.serialization.undiscriminatedUnion([core.serialization.string(), core.serialization.number()]);
|
|
@@ -1,18 +0,0 @@
|
|
|
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 RelationEvidence: core.serialization.ObjectSchema<serializers.RelationEvidence.Raw, HydraDB.RelationEvidence>;
|
|
5
|
-
export declare namespace RelationEvidence {
|
|
6
|
-
interface Raw {
|
|
7
|
-
canonical_predicate: string;
|
|
8
|
-
raw_predicate: string;
|
|
9
|
-
context: string;
|
|
10
|
-
confidence?: number | null;
|
|
11
|
-
temporal_details?: (string | null | undefined) | null;
|
|
12
|
-
timestamp?: string | null;
|
|
13
|
-
relationship_id: string;
|
|
14
|
-
chunk_id?: (string | null | undefined) | null;
|
|
15
|
-
source_entity_id?: (string | null | undefined) | null;
|
|
16
|
-
target_entity_id?: (string | null | undefined) | null;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
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 ResponseMeta: core.serialization.ObjectSchema<serializers.ResponseMeta.Raw, HydraDB.ResponseMeta>;
|
|
5
|
-
export declare namespace ResponseMeta {
|
|
6
|
-
interface Raw {
|
|
7
|
-
request_id?: string | null;
|
|
8
|
-
latency_ms?: (number | null | undefined) | null;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
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 RetrieveMode: core.serialization.Schema<serializers.RetrieveMode.Raw, HydraDB.RetrieveMode>;
|
|
5
|
-
export declare namespace RetrieveMode {
|
|
6
|
-
type Raw = "fast" | "thinking";
|
|
7
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
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 RetryResponse: core.serialization.ObjectSchema<serializers.RetryResponse.Raw, HydraDB.RetryResponse>;
|
|
5
|
-
export declare namespace RetryResponse {
|
|
6
|
-
interface Raw {
|
|
7
|
-
delivery_id: string;
|
|
8
|
-
queued: boolean;
|
|
9
|
-
message?: string | null;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 { PathTriplet } from "./PathTriplet.js";
|
|
5
|
-
export declare const ScoredPathResponse: core.serialization.ObjectSchema<serializers.ScoredPathResponse.Raw, HydraDB.ScoredPathResponse>;
|
|
6
|
-
export declare namespace ScoredPathResponse {
|
|
7
|
-
interface Raw {
|
|
8
|
-
triplets: PathTriplet.Raw[];
|
|
9
|
-
relevancy_score: number;
|
|
10
|
-
combined_context?: (string | null | undefined) | null;
|
|
11
|
-
group_id?: (string | null | undefined) | null;
|
|
12
|
-
source_chunk_ids?: (string[] | null | undefined) | null;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
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 { ErrorDetail } from "./ErrorDetail.js";
|
|
5
|
-
import { ResponseMeta } from "./ResponseMeta.js";
|
|
6
|
-
import { SourceDeleteApiResponseData } from "./SourceDeleteApiResponseData.js";
|
|
7
|
-
export declare const SourceDeleteApiResponse: core.serialization.ObjectSchema<serializers.SourceDeleteApiResponse.Raw, HydraDB.SourceDeleteApiResponse>;
|
|
8
|
-
export declare namespace SourceDeleteApiResponse {
|
|
9
|
-
interface Raw {
|
|
10
|
-
success?: boolean | null;
|
|
11
|
-
data?: (SourceDeleteApiResponseData.Raw | null | undefined) | null;
|
|
12
|
-
error?: (ErrorDetail.Raw | null | undefined) | null;
|
|
13
|
-
meta?: ResponseMeta.Raw | null;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
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 { DeleteUserMemoryResponse } from "./DeleteUserMemoryResponse.js";
|
|
5
|
-
import { SourceDeleteResponse } from "./SourceDeleteResponse.js";
|
|
6
|
-
export declare const SourceDeleteApiResponseData: core.serialization.Schema<serializers.SourceDeleteApiResponseData.Raw, HydraDB.SourceDeleteApiResponseData>;
|
|
7
|
-
export declare namespace SourceDeleteApiResponseData {
|
|
8
|
-
type Raw = SourceDeleteResponse.Raw | DeleteUserMemoryResponse.Raw;
|
|
9
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
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.SourceDeleteApiResponseData = void 0;
|
|
38
|
-
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
const DeleteUserMemoryResponse_js_1 = require("./DeleteUserMemoryResponse.js");
|
|
40
|
-
const SourceDeleteResponse_js_1 = require("./SourceDeleteResponse.js");
|
|
41
|
-
exports.SourceDeleteApiResponseData = core.serialization.undiscriminatedUnion([SourceDeleteResponse_js_1.SourceDeleteResponse, DeleteUserMemoryResponse_js_1.DeleteUserMemoryResponse]);
|
|
@@ -1,13 +0,0 @@
|
|
|
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 { SourceDeleteResultItem } from "./SourceDeleteResultItem.js";
|
|
5
|
-
export declare const SourceDeleteResponse: core.serialization.ObjectSchema<serializers.SourceDeleteResponse.Raw, HydraDB.SourceDeleteResponse>;
|
|
6
|
-
export declare namespace SourceDeleteResponse {
|
|
7
|
-
interface Raw {
|
|
8
|
-
success?: boolean | null;
|
|
9
|
-
message?: string | null;
|
|
10
|
-
results?: SourceDeleteResultItem.Raw[] | null;
|
|
11
|
-
deleted_count?: number | null;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
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 SourceDeleteResultItem: core.serialization.ObjectSchema<serializers.SourceDeleteResultItem.Raw, HydraDB.SourceDeleteResultItem>;
|
|
5
|
-
export declare namespace SourceDeleteResultItem {
|
|
6
|
-
interface Raw {
|
|
7
|
-
id: string;
|
|
8
|
-
deleted?: boolean | null;
|
|
9
|
-
error?: (string | null | undefined) | null;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
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 { ErrorDetail } from "./ErrorDetail.js";
|
|
5
|
-
import { ResponseMeta } from "./ResponseMeta.js";
|
|
6
|
-
import { V2SourceFetchResponse } from "./V2SourceFetchResponse.js";
|
|
7
|
-
export declare const SourceFetchApiResponse: core.serialization.ObjectSchema<serializers.SourceFetchApiResponse.Raw, HydraDB.SourceFetchApiResponse>;
|
|
8
|
-
export declare namespace SourceFetchApiResponse {
|
|
9
|
-
interface Raw {
|
|
10
|
-
success?: boolean | null;
|
|
11
|
-
data?: (V2SourceFetchResponse.Raw | null | undefined) | null;
|
|
12
|
-
error?: (ErrorDetail.Raw | null | undefined) | null;
|
|
13
|
-
meta?: ResponseMeta.Raw | null;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 { TripletWithEvidence } from "./TripletWithEvidence.js";
|
|
5
|
-
export declare const SourceGraphRelationsResponse: core.serialization.ObjectSchema<serializers.SourceGraphRelationsResponse.Raw, HydraDB.SourceGraphRelationsResponse>;
|
|
6
|
-
export declare namespace SourceGraphRelationsResponse {
|
|
7
|
-
interface Raw {
|
|
8
|
-
relations: (TripletWithEvidence.Raw | null | undefined)[];
|
|
9
|
-
is_truncated?: boolean | null;
|
|
10
|
-
next_cursor?: (number | null | undefined) | null;
|
|
11
|
-
success?: boolean | null;
|
|
12
|
-
message?: string | null;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
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 { ErrorDetail } from "./ErrorDetail.js";
|
|
5
|
-
import { ResponseMeta } from "./ResponseMeta.js";
|
|
6
|
-
import { SourceIngestApiResponseData } from "./SourceIngestApiResponseData.js";
|
|
7
|
-
export declare const SourceIngestApiResponse: core.serialization.ObjectSchema<serializers.SourceIngestApiResponse.Raw, HydraDB.SourceIngestApiResponse>;
|
|
8
|
-
export declare namespace SourceIngestApiResponse {
|
|
9
|
-
interface Raw {
|
|
10
|
-
success?: boolean | null;
|
|
11
|
-
data?: (SourceIngestApiResponseData.Raw | null | undefined) | null;
|
|
12
|
-
error?: (ErrorDetail.Raw | null | undefined) | null;
|
|
13
|
-
meta?: ResponseMeta.Raw | null;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
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.SourceIngestApiResponse = void 0;
|
|
38
|
-
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
const ErrorDetail_js_1 = require("./ErrorDetail.js");
|
|
40
|
-
const ResponseMeta_js_1 = require("./ResponseMeta.js");
|
|
41
|
-
const SourceIngestApiResponseData_js_1 = require("./SourceIngestApiResponseData.js");
|
|
42
|
-
exports.SourceIngestApiResponse = core.serialization.object({
|
|
43
|
-
success: core.serialization.boolean().optional(),
|
|
44
|
-
data: SourceIngestApiResponseData_js_1.SourceIngestApiResponseData.optionalNullable(),
|
|
45
|
-
error: ErrorDetail_js_1.ErrorDetail.optionalNullable(),
|
|
46
|
-
meta: ResponseMeta_js_1.ResponseMeta.optional(),
|
|
47
|
-
});
|
|
@@ -1,9 +0,0 @@
|
|
|
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 { V2AddMemoryResponse } from "./V2AddMemoryResponse.js";
|
|
5
|
-
import { V2SourceUploadResponse } from "./V2SourceUploadResponse.js";
|
|
6
|
-
export declare const SourceIngestApiResponseData: core.serialization.Schema<serializers.SourceIngestApiResponseData.Raw, HydraDB.SourceIngestApiResponseData>;
|
|
7
|
-
export declare namespace SourceIngestApiResponseData {
|
|
8
|
-
type Raw = V2SourceUploadResponse.Raw | V2AddMemoryResponse.Raw;
|
|
9
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
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.SourceIngestApiResponseData = void 0;
|
|
38
|
-
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
const V2AddMemoryResponse_js_1 = require("./V2AddMemoryResponse.js");
|
|
40
|
-
const V2SourceUploadResponse_js_1 = require("./V2SourceUploadResponse.js");
|
|
41
|
-
exports.SourceIngestApiResponseData = core.serialization.undiscriminatedUnion([V2SourceUploadResponse_js_1.V2SourceUploadResponse, V2AddMemoryResponse_js_1.V2AddMemoryResponse]);
|
|
@@ -1,15 +0,0 @@
|
|
|
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 { ErrorDetail } from "./ErrorDetail.js";
|
|
5
|
-
import { ResponseMeta } from "./ResponseMeta.js";
|
|
6
|
-
import { SourceListApiResponseData } from "./SourceListApiResponseData.js";
|
|
7
|
-
export declare const SourceListApiResponse: core.serialization.ObjectSchema<serializers.SourceListApiResponse.Raw, HydraDB.SourceListApiResponse>;
|
|
8
|
-
export declare namespace SourceListApiResponse {
|
|
9
|
-
interface Raw {
|
|
10
|
-
success?: boolean | null;
|
|
11
|
-
data?: (SourceListApiResponseData.Raw | null | undefined) | null;
|
|
12
|
-
error?: (ErrorDetail.Raw | null | undefined) | null;
|
|
13
|
-
meta?: ResponseMeta.Raw | null;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
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.SourceListApiResponse = void 0;
|
|
38
|
-
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
const ErrorDetail_js_1 = require("./ErrorDetail.js");
|
|
40
|
-
const ResponseMeta_js_1 = require("./ResponseMeta.js");
|
|
41
|
-
const SourceListApiResponseData_js_1 = require("./SourceListApiResponseData.js");
|
|
42
|
-
exports.SourceListApiResponse = core.serialization.object({
|
|
43
|
-
success: core.serialization.boolean().optional(),
|
|
44
|
-
data: SourceListApiResponseData_js_1.SourceListApiResponseData.optionalNullable(),
|
|
45
|
-
error: ErrorDetail_js_1.ErrorDetail.optionalNullable(),
|
|
46
|
-
meta: ResponseMeta_js_1.ResponseMeta.optional(),
|
|
47
|
-
});
|
|
@@ -1,9 +0,0 @@
|
|
|
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 { ListUserMemoriesResponse } from "./ListUserMemoriesResponse.js";
|
|
5
|
-
import { V2SourceListResponse } from "./V2SourceListResponse.js";
|
|
6
|
-
export declare const SourceListApiResponseData: core.serialization.Schema<serializers.SourceListApiResponseData.Raw, HydraDB.SourceListApiResponseData>;
|
|
7
|
-
export declare namespace SourceListApiResponseData {
|
|
8
|
-
type Raw = (V2SourceListResponse.Raw | undefined) | ListUserMemoriesResponse.Raw;
|
|
9
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
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.SourceListApiResponseData = void 0;
|
|
38
|
-
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
const ListUserMemoriesResponse_js_1 = require("./ListUserMemoriesResponse.js");
|
|
40
|
-
const V2SourceListResponse_js_1 = require("./V2SourceListResponse.js");
|
|
41
|
-
exports.SourceListApiResponseData = core.serialization.undiscriminatedUnion([V2SourceListResponse_js_1.V2SourceListResponse, ListUserMemoriesResponse_js_1.ListUserMemoriesResponse]);
|