@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
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type * as HydraDB from "../../api/index.js";
|
|
2
|
+
import * as core from "../../core/index.js";
|
|
3
|
+
import type * as serializers from "../index.js";
|
|
4
|
+
import { HandlerApiError } from "./HandlerApiError.js";
|
|
5
|
+
import { HandlerResponseMeta } from "./HandlerResponseMeta.js";
|
|
6
|
+
import { WebhooksWebhookGetResponse } from "./WebhooksWebhookGetResponse.js";
|
|
7
|
+
export declare const HandlerEnvelopeWebhooksWebhookGetResponse: core.serialization.ObjectSchema<serializers.HandlerEnvelopeWebhooksWebhookGetResponse.Raw, HydraDB.HandlerEnvelopeWebhooksWebhookGetResponse>;
|
|
8
|
+
export declare namespace HandlerEnvelopeWebhooksWebhookGetResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
data?: WebhooksWebhookGetResponse.Raw | null;
|
|
11
|
+
error?: HandlerApiError.Raw | null;
|
|
12
|
+
meta?: HandlerResponseMeta.Raw | null;
|
|
13
|
+
success?: boolean | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.HandlerEnvelopeWebhooksWebhookGetResponse = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
const HandlerApiError_js_1 = require("./HandlerApiError.js");
|
|
40
|
+
const HandlerResponseMeta_js_1 = require("./HandlerResponseMeta.js");
|
|
41
|
+
const WebhooksWebhookGetResponse_js_1 = require("./WebhooksWebhookGetResponse.js");
|
|
42
|
+
exports.HandlerEnvelopeWebhooksWebhookGetResponse = core.serialization.object({
|
|
43
|
+
data: WebhooksWebhookGetResponse_js_1.WebhooksWebhookGetResponse.optional(),
|
|
44
|
+
error: HandlerApiError_js_1.HandlerApiError.optional(),
|
|
45
|
+
meta: HandlerResponseMeta_js_1.HandlerResponseMeta.optional(),
|
|
46
|
+
success: core.serialization.boolean().optional(),
|
|
47
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type * as HydraDB from "../../api/index.js";
|
|
2
|
+
import * as core from "../../core/index.js";
|
|
3
|
+
import type * as serializers from "../index.js";
|
|
4
|
+
import { HandlerApiError } from "./HandlerApiError.js";
|
|
5
|
+
import { HandlerResponseMeta } from "./HandlerResponseMeta.js";
|
|
6
|
+
import { WebhooksWebhookRegisterResponse } from "./WebhooksWebhookRegisterResponse.js";
|
|
7
|
+
export declare const HandlerEnvelopeWebhooksWebhookRegisterResponse: core.serialization.ObjectSchema<serializers.HandlerEnvelopeWebhooksWebhookRegisterResponse.Raw, HydraDB.HandlerEnvelopeWebhooksWebhookRegisterResponse>;
|
|
8
|
+
export declare namespace HandlerEnvelopeWebhooksWebhookRegisterResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
data?: WebhooksWebhookRegisterResponse.Raw | null;
|
|
11
|
+
error?: HandlerApiError.Raw | null;
|
|
12
|
+
meta?: HandlerResponseMeta.Raw | null;
|
|
13
|
+
success?: boolean | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.HandlerEnvelopeWebhooksWebhookRegisterResponse = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
const HandlerApiError_js_1 = require("./HandlerApiError.js");
|
|
40
|
+
const HandlerResponseMeta_js_1 = require("./HandlerResponseMeta.js");
|
|
41
|
+
const WebhooksWebhookRegisterResponse_js_1 = require("./WebhooksWebhookRegisterResponse.js");
|
|
42
|
+
exports.HandlerEnvelopeWebhooksWebhookRegisterResponse = core.serialization.object({
|
|
43
|
+
data: WebhooksWebhookRegisterResponse_js_1.WebhooksWebhookRegisterResponse.optional(),
|
|
44
|
+
error: HandlerApiError_js_1.HandlerApiError.optional(),
|
|
45
|
+
meta: HandlerResponseMeta_js_1.HandlerResponseMeta.optional(),
|
|
46
|
+
success: core.serialization.boolean().optional(),
|
|
47
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type * as HydraDB from "../../api/index.js";
|
|
2
|
+
import * as core from "../../core/index.js";
|
|
3
|
+
import type * as serializers from "../index.js";
|
|
4
|
+
import { HandlerApiError } from "./HandlerApiError.js";
|
|
5
|
+
import { HandlerResponseMeta } from "./HandlerResponseMeta.js";
|
|
6
|
+
import { WebhooksWebhookTestResponse } from "./WebhooksWebhookTestResponse.js";
|
|
7
|
+
export declare const HandlerEnvelopeWebhooksWebhookTestResponse: core.serialization.ObjectSchema<serializers.HandlerEnvelopeWebhooksWebhookTestResponse.Raw, HydraDB.HandlerEnvelopeWebhooksWebhookTestResponse>;
|
|
8
|
+
export declare namespace HandlerEnvelopeWebhooksWebhookTestResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
data?: WebhooksWebhookTestResponse.Raw | null;
|
|
11
|
+
error?: HandlerApiError.Raw | null;
|
|
12
|
+
meta?: HandlerResponseMeta.Raw | null;
|
|
13
|
+
success?: boolean | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.HandlerEnvelopeWebhooksWebhookTestResponse = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
const HandlerApiError_js_1 = require("./HandlerApiError.js");
|
|
40
|
+
const HandlerResponseMeta_js_1 = require("./HandlerResponseMeta.js");
|
|
41
|
+
const WebhooksWebhookTestResponse_js_1 = require("./WebhooksWebhookTestResponse.js");
|
|
42
|
+
exports.HandlerEnvelopeWebhooksWebhookTestResponse = core.serialization.object({
|
|
43
|
+
data: WebhooksWebhookTestResponse_js_1.WebhooksWebhookTestResponse.optional(),
|
|
44
|
+
error: HandlerApiError_js_1.HandlerApiError.optional(),
|
|
45
|
+
meta: HandlerResponseMeta_js_1.HandlerResponseMeta.optional(),
|
|
46
|
+
success: core.serialization.boolean().optional(),
|
|
47
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type * as HydraDB from "../../api/index.js";
|
|
2
|
+
import * as core from "../../core/index.js";
|
|
3
|
+
import type * as serializers from "../index.js";
|
|
4
|
+
export declare const HandlerErrorDetail: core.serialization.ObjectSchema<serializers.HandlerErrorDetail.Raw, HydraDB.HandlerErrorDetail>;
|
|
5
|
+
export declare namespace HandlerErrorDetail {
|
|
6
|
+
interface Raw {
|
|
7
|
+
deprecated?: boolean | null;
|
|
8
|
+
deprecated_field?: string | null;
|
|
9
|
+
error_code?: string | null;
|
|
10
|
+
message?: string | null;
|
|
11
|
+
preferred_field?: string | null;
|
|
12
|
+
success?: boolean | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.HandlerErrorDetail = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
exports.HandlerErrorDetail = core.serialization.object({
|
|
40
|
+
deprecated: core.serialization.boolean().optional(),
|
|
41
|
+
deprecatedField: core.serialization.property("deprecated_field", core.serialization.string().optional()),
|
|
42
|
+
errorCode: core.serialization.property("error_code", core.serialization.string().optional()),
|
|
43
|
+
message: core.serialization.string().optional(),
|
|
44
|
+
preferredField: core.serialization.property("preferred_field", core.serialization.string().optional()),
|
|
45
|
+
success: core.serialization.boolean().optional(),
|
|
46
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as HydraDB from "../../api/index.js";
|
|
2
|
+
import * as core from "../../core/index.js";
|
|
3
|
+
import type * as serializers from "../index.js";
|
|
4
|
+
import { HandlerErrorDetail } from "./HandlerErrorDetail.js";
|
|
5
|
+
export declare const HandlerErrorResponse: core.serialization.ObjectSchema<serializers.HandlerErrorResponse.Raw, HydraDB.HandlerErrorResponse>;
|
|
6
|
+
export declare namespace HandlerErrorResponse {
|
|
7
|
+
interface Raw {
|
|
8
|
+
detail?: HandlerErrorDetail.Raw | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -34,9 +34,9 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.HandlerErrorResponse = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
const HandlerErrorDetail_js_1 = require("./HandlerErrorDetail.js");
|
|
40
|
+
exports.HandlerErrorResponse = core.serialization.object({
|
|
41
|
+
detail: HandlerErrorDetail_js_1.HandlerErrorDetail.optional(),
|
|
42
42
|
});
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { HandlerDeprecationNotice } from "./HandlerDeprecationNotice.js";
|
|
5
|
+
export declare const HandlerResponseMeta: core.serialization.ObjectSchema<serializers.HandlerResponseMeta.Raw, HydraDB.HandlerResponseMeta>;
|
|
6
|
+
export declare namespace HandlerResponseMeta {
|
|
7
|
+
interface Raw {
|
|
8
|
+
collection?: string | null;
|
|
9
|
+
database?: string | null;
|
|
10
|
+
deprecation?: HandlerDeprecationNotice.Raw[] | null;
|
|
11
|
+
latency_ms?: number | null;
|
|
12
|
+
request_id?: string | null;
|
|
13
|
+
source_type?: string | null;
|
|
14
|
+
sub_tenant_id?: string | null;
|
|
15
|
+
tenant_id?: string | null;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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.HandlerResponseMeta = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
const HandlerDeprecationNotice_js_1 = require("./HandlerDeprecationNotice.js");
|
|
40
|
+
exports.HandlerResponseMeta = core.serialization.object({
|
|
41
|
+
collection: core.serialization.string().optional(),
|
|
42
|
+
database: core.serialization.string().optional(),
|
|
43
|
+
deprecation: core.serialization.list(HandlerDeprecationNotice_js_1.HandlerDeprecationNotice).optional(),
|
|
44
|
+
latencyMs: core.serialization.property("latency_ms", core.serialization.number().optional()),
|
|
45
|
+
requestId: core.serialization.property("request_id", core.serialization.string().optional()),
|
|
46
|
+
sourceType: core.serialization.property("source_type", core.serialization.string().optional()),
|
|
47
|
+
subTenantId: core.serialization.property("sub_tenant_id", core.serialization.string().optional()),
|
|
48
|
+
tenantId: core.serialization.property("tenant_id", core.serialization.string().optional()),
|
|
49
|
+
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type * as HydraDB from "../../api/index.js";
|
|
2
2
|
import * as core from "../../core/index.js";
|
|
3
3
|
import type * as serializers from "../index.js";
|
|
4
|
-
export declare const
|
|
5
|
-
export declare namespace
|
|
4
|
+
export declare const IngestionSourceStatus: core.serialization.Schema<serializers.IngestionSourceStatus.Raw, HydraDB.IngestionSourceStatus>;
|
|
5
|
+
export declare namespace IngestionSourceStatus {
|
|
6
6
|
type Raw = "queued" | "processing" | "completed" | "failed";
|
|
7
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.IngestionSourceStatus = void 0;
|
|
38
|
+
const core = __importStar(require("../../core/index.js"));
|
|
39
|
+
exports.IngestionSourceStatus = core.serialization.enum_(["queued", "processing", "completed", "failed"]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as HydraDB from "../../api/index.js";
|
|
2
|
+
import * as core from "../../core/index.js";
|
|
3
|
+
import type * as serializers from "../index.js";
|
|
4
|
+
import { IngestionV2ProcessingStatus } from "./IngestionV2ProcessingStatus.js";
|
|
5
|
+
export declare const IngestionV2BatchProcessingStatus: core.serialization.ObjectSchema<serializers.IngestionV2BatchProcessingStatus.Raw, HydraDB.IngestionV2BatchProcessingStatus>;
|
|
6
|
+
export declare namespace IngestionV2BatchProcessingStatus {
|
|
7
|
+
interface Raw {
|
|
8
|
+
statuses?: IngestionV2ProcessingStatus.Raw[] | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -34,12 +34,9 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.IngestionV2BatchProcessingStatus = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
const
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
source: Entity_js_1.Entity,
|
|
43
|
-
relation: RelationEvidence_js_1.RelationEvidence,
|
|
44
|
-
target: Entity_js_1.Entity,
|
|
39
|
+
const IngestionV2ProcessingStatus_js_1 = require("./IngestionV2ProcessingStatus.js");
|
|
40
|
+
exports.IngestionV2BatchProcessingStatus = core.serialization.object({
|
|
41
|
+
statuses: core.serialization.list(IngestionV2ProcessingStatus_js_1.IngestionV2ProcessingStatus).optional(),
|
|
45
42
|
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type * as HydraDB from "../../api/index.js";
|
|
2
|
+
import * as core from "../../core/index.js";
|
|
3
|
+
import type * as serializers from "../index.js";
|
|
4
|
+
export declare const IngestionV2ProcessingStatus: core.serialization.ObjectSchema<serializers.IngestionV2ProcessingStatus.Raw, HydraDB.IngestionV2ProcessingStatus>;
|
|
5
|
+
export declare namespace IngestionV2ProcessingStatus {
|
|
6
|
+
interface Raw {
|
|
7
|
+
error_code?: string | null;
|
|
8
|
+
error_message?: string | null;
|
|
9
|
+
id?: string | null;
|
|
10
|
+
indexing_status?: string | null;
|
|
11
|
+
message?: string | null;
|
|
12
|
+
success?: boolean | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -34,14 +34,13 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.IngestionV2ProcessingStatus = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
|
|
40
|
-
exports.V2ProcessingStatus = core.serialization.object({
|
|
41
|
-
id: core.serialization.string(),
|
|
42
|
-
indexingStatus: core.serialization.property("indexing_status", V2ProcessingStatusIndexingStatus_js_1.V2ProcessingStatusIndexingStatus),
|
|
39
|
+
exports.IngestionV2ProcessingStatus = core.serialization.object({
|
|
43
40
|
errorCode: core.serialization.property("error_code", core.serialization.string().optional()),
|
|
44
41
|
errorMessage: core.serialization.property("error_message", core.serialization.string().optional()),
|
|
45
|
-
|
|
42
|
+
id: core.serialization.string().optional(),
|
|
43
|
+
indexingStatus: core.serialization.property("indexing_status", core.serialization.string().optional()),
|
|
46
44
|
message: core.serialization.string().optional(),
|
|
45
|
+
success: core.serialization.boolean().optional(),
|
|
47
46
|
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type * as HydraDB from "../../api/index.js";
|
|
2
|
+
import * as core from "../../core/index.js";
|
|
3
|
+
import type * as serializers from "../index.js";
|
|
4
|
+
import { IngestionV2SourceUploadResultItem } from "./IngestionV2SourceUploadResultItem.js";
|
|
5
|
+
export declare const IngestionV2SourceUploadResponse: core.serialization.ObjectSchema<serializers.IngestionV2SourceUploadResponse.Raw, HydraDB.IngestionV2SourceUploadResponse>;
|
|
6
|
+
export declare namespace IngestionV2SourceUploadResponse {
|
|
7
|
+
interface Raw {
|
|
8
|
+
failed_count?: number | null;
|
|
9
|
+
message?: string | null;
|
|
10
|
+
results?: IngestionV2SourceUploadResultItem.Raw[] | null;
|
|
11
|
+
success?: boolean | null;
|
|
12
|
+
success_count?: number | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
package/dist/serialization/types/{V2AddMemoryResponse.js → IngestionV2SourceUploadResponse.js}
RENAMED
|
@@ -34,13 +34,13 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.IngestionV2SourceUploadResponse = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
const
|
|
40
|
-
exports.
|
|
41
|
-
|
|
39
|
+
const IngestionV2SourceUploadResultItem_js_1 = require("./IngestionV2SourceUploadResultItem.js");
|
|
40
|
+
exports.IngestionV2SourceUploadResponse = core.serialization.object({
|
|
41
|
+
failedCount: core.serialization.property("failed_count", core.serialization.number().optional()),
|
|
42
42
|
message: core.serialization.string().optional(),
|
|
43
|
-
results: core.serialization.list(
|
|
43
|
+
results: core.serialization.list(IngestionV2SourceUploadResultItem_js_1.IngestionV2SourceUploadResultItem).optional(),
|
|
44
|
+
success: core.serialization.boolean().optional(),
|
|
44
45
|
successCount: core.serialization.property("success_count", core.serialization.number().optional()),
|
|
45
|
-
failedCount: core.serialization.property("failed_count", core.serialization.number().optional()),
|
|
46
46
|
});
|
|
@@ -0,0 +1,16 @@
|
|
|
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 { IngestionSourceStatus } from "./IngestionSourceStatus.js";
|
|
5
|
+
export declare const IngestionV2SourceUploadResultItem: core.serialization.ObjectSchema<serializers.IngestionV2SourceUploadResultItem.Raw, HydraDB.IngestionV2SourceUploadResultItem>;
|
|
6
|
+
export declare namespace IngestionV2SourceUploadResultItem {
|
|
7
|
+
interface Raw {
|
|
8
|
+
error?: string | null;
|
|
9
|
+
error_code?: string | null;
|
|
10
|
+
filename?: string | null;
|
|
11
|
+
id?: string | null;
|
|
12
|
+
relations_created?: number | null;
|
|
13
|
+
relations_error?: string | null;
|
|
14
|
+
status?: IngestionSourceStatus.Raw | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
package/dist/serialization/types/{V2MemoryResultItem.js → IngestionV2SourceUploadResultItem.js}
RENAMED
|
@@ -34,14 +34,15 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.IngestionV2SourceUploadResultItem = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
const
|
|
40
|
-
exports.
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
39
|
+
const IngestionSourceStatus_js_1 = require("./IngestionSourceStatus.js");
|
|
40
|
+
exports.IngestionV2SourceUploadResultItem = core.serialization.object({
|
|
41
|
+
error: core.serialization.string().optional(),
|
|
42
|
+
errorCode: core.serialization.property("error_code", core.serialization.string().optional()),
|
|
43
|
+
filename: core.serialization.string().optional(),
|
|
44
|
+
id: core.serialization.string().optional(),
|
|
45
|
+
relationsCreated: core.serialization.property("relations_created", core.serialization.number().optional()),
|
|
46
|
+
relationsError: core.serialization.property("relations_error", core.serialization.string().optional()),
|
|
47
|
+
status: IngestionSourceStatus_js_1.IngestionSourceStatus.optional(),
|
|
47
48
|
});
|
|
@@ -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 ListContentFilter: core.serialization.ObjectSchema<serializers.ListContentFilter.Raw, HydraDB.ListContentFilter>;
|
|
5
|
+
export declare namespace ListContentFilter {
|
|
6
|
+
interface Raw {
|
|
7
|
+
additional_metadata?: Record<string, unknown> | null;
|
|
8
|
+
metadata?: Record<string, unknown> | null;
|
|
9
|
+
source_fields?: Record<string, unknown> | null;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -34,10 +34,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.ListContentFilter = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
exports.
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
sourceFields: core.serialization.property("source_fields", core.serialization.record(core.serialization.string(), core.serialization.unknown()).
|
|
39
|
+
exports.ListContentFilter = core.serialization.object({
|
|
40
|
+
additionalMetadata: core.serialization.property("additional_metadata", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
41
|
+
metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
42
|
+
sourceFields: core.serialization.property("source_fields", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
43
43
|
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type * as HydraDB from "../../api/index.js";
|
|
2
|
+
import * as core from "../../core/index.js";
|
|
3
|
+
import type * as serializers from "../index.js";
|
|
4
|
+
import { DashboardPaginationMeta } from "./DashboardPaginationMeta.js";
|
|
5
|
+
export declare const ListSourceListResponse: core.serialization.ObjectSchema<serializers.ListSourceListResponse.Raw, HydraDB.ListSourceListResponse>;
|
|
6
|
+
export declare namespace ListSourceListResponse {
|
|
7
|
+
interface Raw {
|
|
8
|
+
message?: string | null;
|
|
9
|
+
pagination?: DashboardPaginationMeta.Raw | null;
|
|
10
|
+
sources?: Record<string, unknown>[] | null;
|
|
11
|
+
success?: boolean | null;
|
|
12
|
+
total?: number | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -34,12 +34,15 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.ListSourceListResponse = void 0;
|
|
38
38
|
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
failedTenantIds: core.serialization.property("failed_tenant_ids", core.serialization
|
|
42
|
-
.list(core.serialization.record(core.serialization.string(), core.serialization.string()))
|
|
43
|
-
.optionalNullable()),
|
|
39
|
+
const DashboardPaginationMeta_js_1 = require("./DashboardPaginationMeta.js");
|
|
40
|
+
exports.ListSourceListResponse = core.serialization.object({
|
|
44
41
|
message: core.serialization.string().optional(),
|
|
42
|
+
pagination: DashboardPaginationMeta_js_1.DashboardPaginationMeta.optional(),
|
|
43
|
+
sources: core.serialization
|
|
44
|
+
.list(core.serialization.record(core.serialization.string(), core.serialization.unknown()))
|
|
45
|
+
.optional(),
|
|
46
|
+
success: core.serialization.boolean().optional(),
|
|
47
|
+
total: core.serialization.number().optional(),
|
|
45
48
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as HydraDB from "../../api/index.js";
|
|
2
|
+
import * as core from "../../core/index.js";
|
|
3
|
+
import type * as serializers from "../index.js";
|
|
4
|
+
import { ListSourceListResponse } from "./ListSourceListResponse.js";
|
|
5
|
+
export declare const ListV2SourceListResponse: core.serialization.ObjectSchema<serializers.ListV2SourceListResponse.Raw, HydraDB.ListV2SourceListResponse>;
|
|
6
|
+
export declare namespace ListV2SourceListResponse {
|
|
7
|
+
interface Raw {
|
|
8
|
+
inner?: ListSourceListResponse.Raw | null;
|
|
9
|
+
}
|
|
10
|
+
}
|