@hydradb/sdk 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Client.d.ts +10 -13
- package/dist/Client.js +40 -34
- package/dist/api/client/requests/SearchQueryRequest.d.ts +39 -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/TooManyRequestsError.d.ts +2 -1
- package/dist/api/errors/UnprocessableEntityError.d.ts +2 -1
- package/dist/api/errors/index.d.ts +1 -2
- package/dist/api/errors/index.js +1 -2
- package/dist/api/resources/context/client/Client.d.ts +39 -64
- package/dist/api/resources/context/client/Client.js +180 -232
- 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 +15 -0
- package/dist/api/resources/context/client/requests/RelationsContextRequest.d.ts +12 -12
- package/dist/api/resources/context/client/requests/SourcesV2SourceDeleteRequest.d.ts +10 -0
- package/dist/api/resources/context/client/requests/StatusContextRequest.d.ts +9 -8
- package/dist/api/resources/context/client/requests/index.d.ts +3 -3
- package/dist/api/resources/embeddings/client/Client.d.ts +80 -0
- package/dist/api/resources/embeddings/client/Client.js +351 -0
- package/dist/api/resources/embeddings/client/index.d.ts +1 -0
- package/dist/api/resources/embeddings/client/index.js +17 -0
- package/dist/api/resources/embeddings/client/requests/DeleteEmbeddingsRequest.d.ts +18 -0
- package/dist/api/resources/embeddings/client/requests/EmbeddingsFilterRawEmbeddingsRequest.d.ts +15 -0
- package/dist/api/resources/embeddings/client/requests/EmbeddingsInsertRawEmbeddingsRequest.d.ts +14 -0
- package/dist/api/resources/embeddings/client/requests/EmbeddingsSearchRawEmbeddingsRequest.d.ts +16 -0
- package/dist/api/resources/embeddings/client/requests/index.d.ts +4 -0
- package/dist/api/resources/embeddings/client/requests/index.js +2 -0
- package/dist/api/resources/embeddings/exports.d.ts +2 -0
- package/dist/api/resources/embeddings/exports.js +21 -0
- package/dist/api/resources/embeddings/index.d.ts +1 -0
- package/dist/api/resources/embeddings/index.js +17 -0
- package/dist/api/resources/index.d.ts +2 -0
- package/dist/api/resources/index.js +3 -1
- package/dist/api/resources/tenants/client/Client.d.ts +30 -45
- package/dist/api/resources/tenants/client/Client.js +168 -131
- package/dist/api/resources/tenants/client/requests/DeleteTenantsRequest.d.ts +1 -1
- package/dist/api/resources/tenants/client/requests/StatsTenantsRequest.d.ts +1 -1
- package/dist/api/resources/tenants/client/requests/StatusTenantsRequest.d.ts +1 -1
- package/dist/api/resources/tenants/client/requests/SubTenantsTenantsRequest.d.ts +1 -1
- package/dist/api/resources/tenants/client/requests/TenantsTenantCreateRequest.d.ts +11 -0
- package/dist/api/resources/tenants/client/requests/index.d.ts +1 -0
- 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/EmbeddingsDeleteResult.d.ts +5 -0
- package/dist/api/types/EmbeddingsInsertResult.d.ts +6 -0
- package/dist/api/types/EmbeddingsRawEmbeddingDocument.d.ts +8 -0
- package/dist/api/types/EmbeddingsRawEmbeddingSearchResult.d.ts +8 -0
- package/dist/api/types/EmbeddingsRawEmbeddingVector.d.ts +5 -0
- package/dist/api/types/FetchV2SourceFetchResponse.d.ts +12 -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/HandlerEnvelopeArrayEmbeddingsRawEmbeddingSearchResult.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeEmbeddingsDeleteResult.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeEmbeddingsInsertResult.d.ts +7 -0
- package/dist/api/types/HandlerEnvelopeFetchV2SourceFetchResponse.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/HandlerEnvelopeSourcesSourceDeleteResponse.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 +5 -0
- package/dist/api/types/HandlerErrorResponse.d.ts +4 -0
- package/dist/api/types/HandlerResponseMeta.d.ts +4 -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 +5 -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 +7 -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/SearchRecallMode.d.ts +5 -0
- package/dist/api/types/{RetrieveMode.js → SearchRecallMode.js} +2 -2
- package/dist/api/types/SearchScoredPathResponse.d.ts +8 -0
- package/dist/api/types/SearchSourceInfo.d.ts +21 -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 +18 -0
- package/dist/api/types/SearchV2RetrievalResult.d.ts +7 -0
- package/dist/api/types/SourcesSourceDeleteResponse.d.ts +7 -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 +4 -0
- package/dist/api/types/TenantsInfraStatusResponseV2.d.ts +7 -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 +4 -0
- package/dist/api/types/TenantsTenantCreateAcceptedResponse.d.ts +5 -0
- package/dist/api/types/TenantsTenantDeleteResponse.d.ts +5 -0
- package/dist/api/types/TenantsTenantIdsResponse.d.ts +6 -0
- package/dist/api/types/TenantsTenantStatsResponse.d.ts +7 -0
- package/dist/api/types/TenantsVectorstoreStatusV2.d.ts +4 -0
- package/dist/api/types/WebhooksDeliveryItem.d.ts +12 -0
- package/dist/api/types/WebhooksDeliveryItem.js +3 -0
- package/dist/api/types/WebhooksDeliveryListResponse.d.ts +6 -0
- package/dist/api/types/WebhooksDeliveryListResponse.js +3 -0
- package/dist/api/types/WebhooksRetryResponse.d.ts +5 -0
- package/dist/api/types/WebhooksRetryResponse.js +3 -0
- package/dist/api/types/WebhooksWebhookDeleteResponse.d.ts +4 -0
- package/dist/api/types/WebhooksWebhookDeleteResponse.js +3 -0
- package/dist/api/types/WebhooksWebhookGetResponse.d.ts +6 -0
- package/dist/api/types/WebhooksWebhookGetResponse.js +3 -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 +77 -78
- package/dist/api/types/index.js +77 -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 +30 -0
- package/dist/serialization/client/requests/{QueryRequest.js → SearchQueryRequest.js} +22 -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/ListV2ListContentRequest.d.ts +17 -0
- package/dist/serialization/resources/context/client/requests/{V2ListContentRequest.js → ListV2ListContentRequest.js} +9 -10
- package/dist/serialization/resources/context/client/requests/SourcesV2SourceDeleteRequest.d.ts +12 -0
- package/dist/serialization/resources/context/client/requests/{V2SourceDeleteRequest.js → SourcesV2SourceDeleteRequest.js} +6 -7
- package/dist/serialization/resources/context/client/requests/index.d.ts +2 -2
- package/dist/serialization/resources/context/client/requests/index.js +5 -5
- package/dist/serialization/resources/embeddings/client/index.d.ts +1 -0
- package/dist/serialization/resources/embeddings/client/index.js +17 -0
- package/dist/serialization/resources/embeddings/client/requests/EmbeddingsFilterRawEmbeddingsRequest.d.ts +14 -0
- package/dist/serialization/resources/embeddings/client/requests/EmbeddingsFilterRawEmbeddingsRequest.js +46 -0
- package/dist/serialization/resources/embeddings/client/requests/EmbeddingsInsertRawEmbeddingsRequest.d.ts +13 -0
- package/dist/serialization/resources/embeddings/client/requests/EmbeddingsInsertRawEmbeddingsRequest.js +45 -0
- package/dist/serialization/resources/embeddings/client/requests/EmbeddingsSearchRawEmbeddingsRequest.d.ts +14 -0
- package/dist/serialization/resources/embeddings/client/requests/EmbeddingsSearchRawEmbeddingsRequest.js +46 -0
- package/dist/serialization/resources/embeddings/client/requests/index.d.ts +3 -0
- package/dist/serialization/resources/embeddings/client/requests/index.js +9 -0
- package/dist/serialization/resources/embeddings/index.d.ts +1 -0
- package/dist/serialization/resources/embeddings/index.js +17 -0
- package/dist/serialization/resources/index.d.ts +6 -0
- package/dist/serialization/resources/index.js +7 -1
- package/dist/serialization/resources/tenants/client/index.d.ts +1 -0
- package/dist/serialization/resources/tenants/client/index.js +17 -0
- package/dist/serialization/resources/tenants/client/requests/TenantsTenantCreateRequest.d.ts +13 -0
- package/dist/serialization/{types/TenantCreateRequest.js → resources/tenants/client/requests/TenantsTenantCreateRequest.js} +7 -7
- package/dist/serialization/resources/tenants/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/tenants/client/requests/index.js +5 -0
- package/dist/serialization/resources/tenants/index.d.ts +1 -0
- package/dist/serialization/resources/tenants/index.js +17 -0
- 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/EmbeddingsDeleteResult.d.ts +11 -0
- package/dist/serialization/types/{PathTriplet.js → EmbeddingsDeleteResult.js} +5 -7
- package/dist/serialization/types/EmbeddingsInsertResult.d.ts +12 -0
- package/dist/serialization/types/EmbeddingsInsertResult.js +44 -0
- package/dist/serialization/types/EmbeddingsRawEmbeddingDocument.d.ts +14 -0
- package/dist/serialization/types/EmbeddingsRawEmbeddingDocument.js +46 -0
- package/dist/serialization/types/EmbeddingsRawEmbeddingSearchResult.d.ts +14 -0
- package/dist/serialization/types/EmbeddingsRawEmbeddingSearchResult.js +46 -0
- package/dist/serialization/types/EmbeddingsRawEmbeddingVector.d.ts +10 -0
- package/dist/serialization/types/EmbeddingsRawEmbeddingVector.js +42 -0
- package/dist/serialization/types/FetchV2SourceFetchResponse.d.ts +18 -0
- package/dist/serialization/types/{V2SourceFetchResponse.js → FetchV2SourceFetchResponse.js} +11 -10
- 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/HandlerEnvelopeArrayEmbeddingsRawEmbeddingSearchResult.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeArrayEmbeddingsRawEmbeddingSearchResult.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeEmbeddingsDeleteResult.d.ts +15 -0
- package/dist/serialization/types/{WebhookTestApiResponse.js → HandlerEnvelopeEmbeddingsDeleteResult.js} +8 -8
- package/dist/serialization/types/HandlerEnvelopeEmbeddingsInsertResult.d.ts +15 -0
- package/dist/serialization/types/{SourceDeleteApiResponse.js → HandlerEnvelopeEmbeddingsInsertResult.js} +8 -8
- package/dist/serialization/types/HandlerEnvelopeFetchV2SourceFetchResponse.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeFetchV2SourceFetchResponse.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/HandlerEnvelopeIngestionV2BatchProcessingStatus.js +47 -0
- 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/HandlerEnvelopeListV2SourceListResponse.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeSearchV2RetrievalResult.d.ts +15 -0
- package/dist/serialization/types/HandlerEnvelopeSearchV2RetrievalResult.js +47 -0
- package/dist/serialization/types/HandlerEnvelopeSourcesSourceDeleteResponse.d.ts +15 -0
- package/dist/serialization/types/{QueryApiResponse.js → HandlerEnvelopeSourcesSourceDeleteResponse.js} +8 -8
- 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 +11 -0
- package/dist/serialization/types/{DeleteUserMemoryResponse.js → HandlerErrorDetail.js} +4 -3
- 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 +10 -0
- package/dist/serialization/types/{ResponseMeta.js → HandlerResponseMeta.js} +3 -3
- package/dist/serialization/types/{SourceStatus.d.ts → IngestionSourceStatus.d.ts} +2 -2
- package/dist/serialization/types/{QueryBy.js → IngestionSourceStatus.js} +2 -5
- package/dist/serialization/types/IngestionV2BatchProcessingStatus.d.ts +10 -0
- package/dist/serialization/types/IngestionV2BatchProcessingStatus.js +42 -0
- 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/{ListUserMemoriesResponse.js → ListSourceListResponse.js} +8 -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/{Bm25OperatorType.d.ts → SearchOperator.d.ts} +2 -2
- package/dist/serialization/types/{SourceType.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/{IngestType.js → SearchQueryBy.js} +2 -2
- package/dist/serialization/types/{RetrieveMode.d.ts → SearchRecallMode.d.ts} +2 -2
- 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} +10 -10
- package/dist/serialization/types/{SourceInfo.js → SearchSourceInfo.js} +10 -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 +20 -0
- package/dist/serialization/types/{V2Chunk.js → SearchV2Chunk.js} +12 -14
- package/dist/serialization/types/SearchV2RetrievalResult.d.ts +15 -0
- package/dist/serialization/types/{V2RetrievalResult.js → SearchV2RetrievalResult.js} +9 -9
- package/dist/serialization/types/SourcesSourceDeleteResponse.d.ts +13 -0
- package/dist/serialization/types/{SourceDeleteResponse.js → SourcesSourceDeleteResponse.js} +6 -6
- package/dist/serialization/types/SourcesSourceDeleteResultItem.d.ts +11 -0
- package/dist/serialization/types/SourcesSourceDeleteResultItem.js +43 -0
- 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 +10 -0
- package/dist/serialization/types/TenantsFailedTenant.js +42 -0
- package/dist/serialization/types/TenantsInfraStatusResponseV2.d.ts +13 -0
- package/dist/serialization/types/{InfraStatusResponseV2.js → TenantsInfraStatusResponseV2.js} +6 -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/{SubTenantIdsResponse.d.ts → TenantsSubTenantIdsResponse.d.ts} +3 -3
- package/dist/serialization/types/{SubTenantIdsResponse.js → TenantsSubTenantIdsResponse.js} +3 -3
- package/dist/serialization/types/TenantsTenantCreateAcceptedResponse.d.ts +11 -0
- package/dist/serialization/types/{TenantCreateAcceptedResponse.js → TenantsTenantCreateAcceptedResponse.js} +4 -4
- package/dist/serialization/types/TenantsTenantDeleteResponse.d.ts +11 -0
- package/dist/serialization/types/{TenantDeleteResponse.js → TenantsTenantDeleteResponse.js} +4 -4
- package/dist/serialization/types/TenantsTenantIdsResponse.d.ts +12 -0
- package/dist/serialization/types/{TenantIdsResponse.js → TenantsTenantIdsResponse.js} +5 -6
- package/dist/serialization/types/TenantsTenantStatsResponse.d.ts +13 -0
- package/dist/serialization/types/{TenantStatsResponse.js → TenantsTenantStatsResponse.js} +6 -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 +77 -78
- package/dist/serialization/types/index.js +77 -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/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/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/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/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/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 → IngestContextRequest.js} +0 -0
- /package/dist/api/resources/context/client/requests/{V2ListContentRequest.js → ListV2ListContentRequest.js} +0 -0
- /package/dist/api/resources/context/client/requests/{V2SourceDeleteRequest.js → SourcesV2SourceDeleteRequest.js} +0 -0
- /package/dist/api/{types/CollectionStats.js → resources/embeddings/client/requests/DeleteEmbeddingsRequest.js} +0 -0
- /package/dist/api/{types/ContentFilter.js → resources/embeddings/client/requests/EmbeddingsFilterRawEmbeddingsRequest.js} +0 -0
- /package/dist/api/{types/CustomPropertyDefinition.js → resources/embeddings/client/requests/EmbeddingsInsertRawEmbeddingsRequest.js} +0 -0
- /package/dist/api/{types/DeleteUserMemoryResponse.js → resources/embeddings/client/requests/EmbeddingsSearchRawEmbeddingsRequest.js} +0 -0
- /package/dist/api/{types/DeliveryItem.js → resources/tenants/client/requests/TenantsTenantCreateRequest.js} +0 -0
- /package/dist/api/{types/DeliveryListResponse.js → resources/webhooks/client/requests/WebhooksWebhookRegisterRequest.js} +0 -0
- /package/dist/api/types/{Entity.js → DashboardPaginationMeta.js} +0 -0
- /package/dist/api/types/{ErrorDetail.js → EmbeddingsDeleteResult.js} +0 -0
- /package/dist/api/types/{GraphContext.js → EmbeddingsInsertResult.js} +0 -0
- /package/dist/api/types/{InfraStatusResponseV2.js → EmbeddingsRawEmbeddingDocument.js} +0 -0
- /package/dist/api/types/{InfraV2.js → EmbeddingsRawEmbeddingSearchResult.js} +0 -0
- /package/dist/api/types/{ListUserMemoriesResponse.js → EmbeddingsRawEmbeddingVector.js} +0 -0
- /package/dist/api/types/{PaginationMeta.js → FetchV2SourceFetchResponse.js} +0 -0
- /package/dist/api/types/{PathTriplet.js → GraphEntity.js} +0 -0
- /package/dist/api/types/{QueryApiResponse.js → GraphGraphRelationsResponse.js} +0 -0
- /package/dist/api/types/{QueryRequestAlpha.js → GraphRelationEvidence.js} +0 -0
- /package/dist/api/types/{RelationEvidence.js → GraphTripletWithEvidence.js} +0 -0
- /package/dist/api/types/{ResponseMeta.js → HandlerApiError.js} +0 -0
- /package/dist/api/types/{RetryResponse.js → HandlerEnvelopeArrayEmbeddingsRawEmbeddingSearchResult.js} +0 -0
- /package/dist/api/types/{ScoredPathResponse.js → HandlerEnvelopeEmbeddingsDeleteResult.js} +0 -0
- /package/dist/api/types/{SourceDeleteApiResponse.js → HandlerEnvelopeEmbeddingsInsertResult.js} +0 -0
- /package/dist/api/types/{SourceDeleteApiResponseData.js → HandlerEnvelopeFetchV2SourceFetchResponse.js} +0 -0
- /package/dist/api/types/{SourceDeleteResponse.js → HandlerEnvelopeGraphGraphRelationsResponse.js} +0 -0
- /package/dist/api/types/{SourceDeleteResultItem.js → HandlerEnvelopeIngestionV2BatchProcessingStatus.js} +0 -0
- /package/dist/api/types/{SourceFetchApiResponse.js → HandlerEnvelopeIngestionV2SourceUploadResponse.js} +0 -0
- /package/dist/api/types/{SourceGraphRelationsResponse.js → HandlerEnvelopeListV2SourceListResponse.js} +0 -0
- /package/dist/api/types/{SourceInfo.js → HandlerEnvelopeSearchV2RetrievalResult.js} +0 -0
- /package/dist/api/types/{SourceIngestApiResponse.js → HandlerEnvelopeSourcesSourceDeleteResponse.js} +0 -0
- /package/dist/api/types/{SourceIngestApiResponseData.js → HandlerEnvelopeTenantsInfraStatusResponseV2.js} +0 -0
- /package/dist/api/types/{SourceListApiResponse.js → HandlerEnvelopeTenantsSubTenantIdsResponse.js} +0 -0
- /package/dist/api/types/{SourceListApiResponseData.js → HandlerEnvelopeTenantsTenantCreateAcceptedResponse.js} +0 -0
- /package/dist/api/types/{SourceRelationsApiResponse.js → HandlerEnvelopeTenantsTenantDeleteResponse.js} +0 -0
- /package/dist/api/types/{SourceStatusApiResponse.js → HandlerEnvelopeTenantsTenantIdsResponse.js} +0 -0
- /package/dist/api/types/{SubTenantIdsResponse.js → HandlerEnvelopeTenantsTenantStatsResponse.js} +0 -0
- /package/dist/api/types/{TenantCreateAcceptedResponse.js → HandlerEnvelopeWebhooksDeliveryItem.js} +0 -0
- /package/dist/api/types/{TenantCreateApiResponse.js → HandlerEnvelopeWebhooksDeliveryListResponse.js} +0 -0
- /package/dist/api/types/{TenantCreateRequest.js → HandlerEnvelopeWebhooksRetryResponse.js} +0 -0
- /package/dist/api/types/{TenantDeleteApiResponse.js → HandlerEnvelopeWebhooksWebhookDeleteResponse.js} +0 -0
- /package/dist/api/types/{TenantDeleteResponse.js → HandlerEnvelopeWebhooksWebhookGetResponse.js} +0 -0
- /package/dist/api/types/{TenantIdsResponse.js → HandlerEnvelopeWebhooksWebhookRegisterResponse.js} +0 -0
- /package/dist/api/types/{TenantInfraStatusApiResponse.js → HandlerEnvelopeWebhooksWebhookTestResponse.js} +0 -0
- /package/dist/api/types/{TenantListApiResponse.js → HandlerErrorDetail.js} +0 -0
- /package/dist/api/types/{TenantStatsApiResponse.js → HandlerErrorResponse.js} +0 -0
- /package/dist/api/types/{TenantStatsResponse.js → HandlerResponseMeta.js} +0 -0
- /package/dist/api/types/{TenantSubTenantsApiResponse.js → IngestionV2BatchProcessingStatus.js} +0 -0
- /package/dist/api/types/{TripletWithEvidence.js → IngestionV2ProcessingStatus.js} +0 -0
- /package/dist/api/types/{UserMemory.js → IngestionV2SourceUploadResponse.js} +0 -0
- /package/dist/api/types/{V2AddMemoryResponse.js → IngestionV2SourceUploadResultItem.js} +0 -0
- /package/dist/api/types/{V2BatchProcessingStatus.js → ListContentFilter.js} +0 -0
- /package/dist/api/types/{V2Chunk.js → ListSourceListResponse.js} +0 -0
- /package/dist/api/types/{V2MemoryResultItem.js → ListV2SourceListResponse.js} +0 -0
- /package/dist/api/types/{V2ProcessingStatus.js → SearchGraphContext.js} +0 -0
- /package/dist/api/types/{V2RetrievalResult.js → SearchPathTriplet.js} +0 -0
- /package/dist/api/types/{V2SourceFetchResponse.js → SearchScoredPathResponse.js} +0 -0
- /package/dist/api/types/{V2SourceListResponse.js → SearchSourceInfo.js} +0 -0
- /package/dist/api/types/{V2SourceUploadResponse.js → SearchV2Chunk.js} +0 -0
- /package/dist/api/types/{V2SourceUploadResultItem.js → SearchV2RetrievalResult.js} +0 -0
- /package/dist/api/types/{VectorstoreStatus.js → SourcesSourceDeleteResponse.js} +0 -0
- /package/dist/api/types/{WebhookDeleteApiResponse.js → SourcesSourceDeleteResultItem.js} +0 -0
- /package/dist/api/types/{WebhookDeleteResponse.js → TenantsCollectionStats.js} +0 -0
- /package/dist/api/types/{WebhookDeliveryItemApiResponse.js → TenantsCustomPropertyDefinition.js} +0 -0
- /package/dist/api/types/{WebhookDeliveryListApiResponse.js → TenantsFailedTenant.js} +0 -0
- /package/dist/api/types/{WebhookGetApiResponse.js → TenantsInfraStatusResponseV2.js} +0 -0
- /package/dist/api/types/{WebhookGetResponse.js → TenantsInfraV2.js} +0 -0
- /package/dist/api/types/{WebhookRegisterApiResponse.js → TenantsSubTenantIdsResponse.js} +0 -0
- /package/dist/api/types/{WebhookRegisterRequest.js → TenantsTenantCreateAcceptedResponse.js} +0 -0
- /package/dist/api/types/{WebhookRegisterResponse.js → TenantsTenantDeleteResponse.js} +0 -0
- /package/dist/api/types/{WebhookRetryApiResponse.js → TenantsTenantIdsResponse.js} +0 -0
- /package/dist/api/types/{WebhookTestApiResponse.js → TenantsTenantStatsResponse.js} +0 -0
- /package/dist/api/types/{WebhookTestResponse.js → TenantsVectorstoreStatusV2.js} +0 -0
|
@@ -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.V2ProcessingStatusIndexingStatus = void 0;
|
|
38
|
-
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
exports.V2ProcessingStatusIndexingStatus = core.serialization.enum_(["queued", "processing", "completed", "errored", "graph_creation", "success"]);
|
|
@@ -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 { GraphContext } from "./GraphContext.js";
|
|
5
|
-
import { SourceInfo } from "./SourceInfo.js";
|
|
6
|
-
import { V2Chunk } from "./V2Chunk.js";
|
|
7
|
-
export declare const V2RetrievalResult: core.serialization.ObjectSchema<serializers.V2RetrievalResult.Raw, HydraDB.V2RetrievalResult>;
|
|
8
|
-
export declare namespace V2RetrievalResult {
|
|
9
|
-
interface Raw {
|
|
10
|
-
chunks?: V2Chunk.Raw[] | null;
|
|
11
|
-
sources?: SourceInfo.Raw[] | null;
|
|
12
|
-
graph_context?: GraphContext.Raw | null;
|
|
13
|
-
additional_context?: Record<string, V2Chunk.Raw> | null;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,17 +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 V2SourceFetchResponse: core.serialization.ObjectSchema<serializers.V2SourceFetchResponse.Raw, HydraDB.V2SourceFetchResponse>;
|
|
5
|
-
export declare namespace V2SourceFetchResponse {
|
|
6
|
-
interface Raw {
|
|
7
|
-
success?: boolean | null;
|
|
8
|
-
id: string;
|
|
9
|
-
content?: (string | null | undefined) | null;
|
|
10
|
-
content_base64?: (string | null | undefined) | null;
|
|
11
|
-
presigned_url?: (string | null | undefined) | null;
|
|
12
|
-
content_type?: (string | null | undefined) | null;
|
|
13
|
-
size_bytes?: (number | null | undefined) | null;
|
|
14
|
-
message?: string | null;
|
|
15
|
-
error?: (string | null | undefined) | null;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
@@ -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 V2SourceListResponse: core.serialization.Schema<serializers.V2SourceListResponse.Raw, HydraDB.V2SourceListResponse>;
|
|
5
|
-
export declare namespace V2SourceListResponse {
|
|
6
|
-
type Raw = unknown;
|
|
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.V2SourceListResponse = void 0;
|
|
38
|
-
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
exports.V2SourceListResponse = core.serialization.unknown();
|
|
@@ -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 { V2SourceUploadResultItem } from "./V2SourceUploadResultItem.js";
|
|
5
|
-
export declare const V2SourceUploadResponse: core.serialization.ObjectSchema<serializers.V2SourceUploadResponse.Raw, HydraDB.V2SourceUploadResponse>;
|
|
6
|
-
export declare namespace V2SourceUploadResponse {
|
|
7
|
-
interface Raw {
|
|
8
|
-
success?: boolean | null;
|
|
9
|
-
message?: string | null;
|
|
10
|
-
results?: V2SourceUploadResultItem.Raw[] | null;
|
|
11
|
-
success_count?: number | null;
|
|
12
|
-
failed_count?: number | null;
|
|
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.V2SourceUploadResponse = void 0;
|
|
38
|
-
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
const V2SourceUploadResultItem_js_1 = require("./V2SourceUploadResultItem.js");
|
|
40
|
-
exports.V2SourceUploadResponse = core.serialization.object({
|
|
41
|
-
success: core.serialization.boolean().optional(),
|
|
42
|
-
message: core.serialization.string().optional(),
|
|
43
|
-
results: core.serialization.list(V2SourceUploadResultItem_js_1.V2SourceUploadResultItem).optional(),
|
|
44
|
-
successCount: core.serialization.property("success_count", core.serialization.number().optional()),
|
|
45
|
-
failedCount: core.serialization.property("failed_count", core.serialization.number().optional()),
|
|
46
|
-
});
|
|
@@ -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 { SourceStatus } from "./SourceStatus.js";
|
|
5
|
-
export declare const V2SourceUploadResultItem: core.serialization.ObjectSchema<serializers.V2SourceUploadResultItem.Raw, HydraDB.V2SourceUploadResultItem>;
|
|
6
|
-
export declare namespace V2SourceUploadResultItem {
|
|
7
|
-
interface Raw {
|
|
8
|
-
id: string;
|
|
9
|
-
filename?: (string | null | undefined) | null;
|
|
10
|
-
status?: SourceStatus.Raw | null;
|
|
11
|
-
error?: (string | null | undefined) | null;
|
|
12
|
-
error_code?: (string | null | undefined) | null;
|
|
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.V2SourceUploadResultItem = void 0;
|
|
38
|
-
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
const SourceStatus_js_1 = require("./SourceStatus.js");
|
|
40
|
-
exports.V2SourceUploadResultItem = core.serialization.object({
|
|
41
|
-
id: core.serialization.string(),
|
|
42
|
-
filename: core.serialization.string().optionalNullable(),
|
|
43
|
-
status: SourceStatus_js_1.SourceStatus.optional(),
|
|
44
|
-
error: core.serialization.string().optionalNullable(),
|
|
45
|
-
errorCode: core.serialization.property("error_code", core.serialization.string().optionalNullable()),
|
|
46
|
-
});
|
|
@@ -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 VectorstoreStatus: core.serialization.ObjectSchema<serializers.VectorstoreStatus.Raw, HydraDB.VectorstoreStatus>;
|
|
5
|
-
export declare namespace VectorstoreStatus {
|
|
6
|
-
interface Raw {
|
|
7
|
-
knowledge: boolean;
|
|
8
|
-
memories: boolean;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
@@ -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 { WebhookDeleteResponse } from "./WebhookDeleteResponse.js";
|
|
7
|
-
export declare const WebhookDeleteApiResponse: core.serialization.ObjectSchema<serializers.WebhookDeleteApiResponse.Raw, HydraDB.WebhookDeleteApiResponse>;
|
|
8
|
-
export declare namespace WebhookDeleteApiResponse {
|
|
9
|
-
interface Raw {
|
|
10
|
-
success?: boolean | null;
|
|
11
|
-
data?: (WebhookDeleteResponse.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.WebhookDeleteApiResponse = 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 WebhookDeleteResponse_js_1 = require("./WebhookDeleteResponse.js");
|
|
42
|
-
exports.WebhookDeleteApiResponse = core.serialization.object({
|
|
43
|
-
success: core.serialization.boolean().optional(),
|
|
44
|
-
data: WebhookDeleteResponse_js_1.WebhookDeleteResponse.optionalNullable(),
|
|
45
|
-
error: ErrorDetail_js_1.ErrorDetail.optionalNullable(),
|
|
46
|
-
meta: ResponseMeta_js_1.ResponseMeta.optional(),
|
|
47
|
-
});
|
|
@@ -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 WebhookDeleteResponse: core.serialization.ObjectSchema<serializers.WebhookDeleteResponse.Raw, HydraDB.WebhookDeleteResponse>;
|
|
5
|
-
export declare namespace WebhookDeleteResponse {
|
|
6
|
-
interface Raw {
|
|
7
|
-
deleted: boolean;
|
|
8
|
-
message?: string | null;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
@@ -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 { DeliveryItem } from "./DeliveryItem.js";
|
|
5
|
-
import { ErrorDetail } from "./ErrorDetail.js";
|
|
6
|
-
import { ResponseMeta } from "./ResponseMeta.js";
|
|
7
|
-
export declare const WebhookDeliveryItemApiResponse: core.serialization.ObjectSchema<serializers.WebhookDeliveryItemApiResponse.Raw, HydraDB.WebhookDeliveryItemApiResponse>;
|
|
8
|
-
export declare namespace WebhookDeliveryItemApiResponse {
|
|
9
|
-
interface Raw {
|
|
10
|
-
success?: boolean | null;
|
|
11
|
-
data?: (DeliveryItem.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.WebhookDeliveryItemApiResponse = void 0;
|
|
38
|
-
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
const DeliveryItem_js_1 = require("./DeliveryItem.js");
|
|
40
|
-
const ErrorDetail_js_1 = require("./ErrorDetail.js");
|
|
41
|
-
const ResponseMeta_js_1 = require("./ResponseMeta.js");
|
|
42
|
-
exports.WebhookDeliveryItemApiResponse = core.serialization.object({
|
|
43
|
-
success: core.serialization.boolean().optional(),
|
|
44
|
-
data: DeliveryItem_js_1.DeliveryItem.optionalNullable(),
|
|
45
|
-
error: ErrorDetail_js_1.ErrorDetail.optionalNullable(),
|
|
46
|
-
meta: ResponseMeta_js_1.ResponseMeta.optional(),
|
|
47
|
-
});
|
|
@@ -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 { DeliveryListResponse } from "./DeliveryListResponse.js";
|
|
5
|
-
import { ErrorDetail } from "./ErrorDetail.js";
|
|
6
|
-
import { ResponseMeta } from "./ResponseMeta.js";
|
|
7
|
-
export declare const WebhookDeliveryListApiResponse: core.serialization.ObjectSchema<serializers.WebhookDeliveryListApiResponse.Raw, HydraDB.WebhookDeliveryListApiResponse>;
|
|
8
|
-
export declare namespace WebhookDeliveryListApiResponse {
|
|
9
|
-
interface Raw {
|
|
10
|
-
success?: boolean | null;
|
|
11
|
-
data?: (DeliveryListResponse.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.WebhookDeliveryListApiResponse = void 0;
|
|
38
|
-
const core = __importStar(require("../../core/index.js"));
|
|
39
|
-
const DeliveryListResponse_js_1 = require("./DeliveryListResponse.js");
|
|
40
|
-
const ErrorDetail_js_1 = require("./ErrorDetail.js");
|
|
41
|
-
const ResponseMeta_js_1 = require("./ResponseMeta.js");
|
|
42
|
-
exports.WebhookDeliveryListApiResponse = core.serialization.object({
|
|
43
|
-
success: core.serialization.boolean().optional(),
|
|
44
|
-
data: DeliveryListResponse_js_1.DeliveryListResponse.optionalNullable(),
|
|
45
|
-
error: ErrorDetail_js_1.ErrorDetail.optionalNullable(),
|
|
46
|
-
meta: ResponseMeta_js_1.ResponseMeta.optional(),
|
|
47
|
-
});
|
|
@@ -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 { WebhookGetResponse } from "./WebhookGetResponse.js";
|
|
7
|
-
export declare const WebhookGetApiResponse: core.serialization.ObjectSchema<serializers.WebhookGetApiResponse.Raw, HydraDB.WebhookGetApiResponse>;
|
|
8
|
-
export declare namespace WebhookGetApiResponse {
|
|
9
|
-
interface Raw {
|
|
10
|
-
success?: boolean | null;
|
|
11
|
-
data?: (WebhookGetResponse.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.WebhookGetApiResponse = 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 WebhookGetResponse_js_1 = require("./WebhookGetResponse.js");
|
|
42
|
-
exports.WebhookGetApiResponse = core.serialization.object({
|
|
43
|
-
success: core.serialization.boolean().optional(),
|
|
44
|
-
data: WebhookGetResponse_js_1.WebhookGetResponse.optionalNullable(),
|
|
45
|
-
error: ErrorDetail_js_1.ErrorDetail.optionalNullable(),
|
|
46
|
-
meta: ResponseMeta_js_1.ResponseMeta.optional(),
|
|
47
|
-
});
|
|
@@ -1,12 +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 WebhookGetResponse: core.serialization.ObjectSchema<serializers.WebhookGetResponse.Raw, HydraDB.WebhookGetResponse>;
|
|
5
|
-
export declare namespace WebhookGetResponse {
|
|
6
|
-
interface Raw {
|
|
7
|
-
registered: boolean;
|
|
8
|
-
url?: string | null;
|
|
9
|
-
event_types: string[];
|
|
10
|
-
signing_secret_configured: boolean;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -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 { WebhookRegisterResponse } from "./WebhookRegisterResponse.js";
|
|
7
|
-
export declare const WebhookRegisterApiResponse: core.serialization.ObjectSchema<serializers.WebhookRegisterApiResponse.Raw, HydraDB.WebhookRegisterApiResponse>;
|
|
8
|
-
export declare namespace WebhookRegisterApiResponse {
|
|
9
|
-
interface Raw {
|
|
10
|
-
success?: boolean | null;
|
|
11
|
-
data?: (WebhookRegisterResponse.Raw | null | undefined) | null;
|
|
12
|
-
error?: (ErrorDetail.Raw | null | undefined) | null;
|
|
13
|
-
meta?: ResponseMeta.Raw | null;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -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 WebhookRegisterRequest: core.serialization.ObjectSchema<serializers.WebhookRegisterRequest.Raw, HydraDB.WebhookRegisterRequest>;
|
|
5
|
-
export declare namespace WebhookRegisterRequest {
|
|
6
|
-
interface Raw {
|
|
7
|
-
url: string;
|
|
8
|
-
event_types?: string[] | null;
|
|
9
|
-
signing_secret?: (string | null | undefined) | null;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -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
|
-
export declare const WebhookRegisterResponse: core.serialization.ObjectSchema<serializers.WebhookRegisterResponse.Raw, HydraDB.WebhookRegisterResponse>;
|
|
5
|
-
export declare namespace WebhookRegisterResponse {
|
|
6
|
-
interface Raw {
|
|
7
|
-
registered: boolean;
|
|
8
|
-
url: string;
|
|
9
|
-
event_types: string[];
|
|
10
|
-
signing_secret_configured: boolean;
|
|
11
|
-
message?: string | null;
|
|
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 { RetryResponse } from "./RetryResponse.js";
|
|
7
|
-
export declare const WebhookRetryApiResponse: core.serialization.ObjectSchema<serializers.WebhookRetryApiResponse.Raw, HydraDB.WebhookRetryApiResponse>;
|
|
8
|
-
export declare namespace WebhookRetryApiResponse {
|
|
9
|
-
interface Raw {
|
|
10
|
-
success?: boolean | null;
|
|
11
|
-
data?: (RetryResponse.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.WebhookRetryApiResponse = 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 RetryResponse_js_1 = require("./RetryResponse.js");
|
|
42
|
-
exports.WebhookRetryApiResponse = core.serialization.object({
|
|
43
|
-
success: core.serialization.boolean().optional(),
|
|
44
|
-
data: RetryResponse_js_1.RetryResponse.optionalNullable(),
|
|
45
|
-
error: ErrorDetail_js_1.ErrorDetail.optionalNullable(),
|
|
46
|
-
meta: ResponseMeta_js_1.ResponseMeta.optional(),
|
|
47
|
-
});
|