@credal/sdk 0.1.6 → 0.1.8
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/cjs/BaseClient.d.ts +27 -0
- package/dist/cjs/{api/resources/copilots/types/PolicyTrigger.js → BaseClient.js} +1 -3
- package/dist/cjs/Client.d.ts +3 -24
- package/dist/cjs/Client.js +3 -5
- package/dist/cjs/api/resources/common/types/Collaborator.d.ts +0 -3
- package/dist/cjs/api/resources/common/types/Collaborator.js +1 -3
- package/dist/cjs/api/resources/common/types/CustomMetadataValue.d.ts +0 -3
- package/dist/cjs/api/resources/common/types/CustomMetadataValue.js +1 -3
- package/dist/cjs/api/resources/common/types/ExternalResourceId.d.ts +0 -3
- package/dist/cjs/api/resources/common/types/ExternalResourceId.js +1 -3
- package/dist/cjs/api/resources/common/types/Operator.d.ts +1 -4
- package/dist/cjs/api/resources/common/types/Operator.js +1 -3
- package/dist/cjs/api/resources/common/types/ResourceIdentifier.d.ts +0 -3
- package/dist/cjs/api/resources/common/types/ResourceIdentifier.js +1 -3
- package/dist/cjs/api/resources/common/types/ResourceType.d.ts +1 -4
- package/dist/cjs/api/resources/common/types/ResourceType.js +1 -3
- package/dist/cjs/api/resources/common/types/Role.d.ts +1 -4
- package/dist/cjs/api/resources/common/types/Role.js +1 -3
- package/dist/cjs/api/resources/common/types/Url.d.ts +0 -3
- package/dist/cjs/api/resources/common/types/Url.js +1 -3
- package/dist/cjs/api/resources/copilots/client/Client.d.ts +3 -23
- package/dist/cjs/api/resources/copilots/client/Client.js +28 -30
- package/dist/cjs/api/resources/copilots/client/requests/AddCollectionToCopilotRequest.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/client/requests/AddCollectionToCopilotRequest.js +1 -3
- package/dist/cjs/api/resources/copilots/client/requests/CreateConversationRequest.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/client/requests/CreateConversationRequest.js +1 -3
- package/dist/cjs/api/resources/copilots/client/requests/CreateCopilotRequest.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/client/requests/CreateCopilotRequest.js +1 -3
- package/dist/cjs/api/resources/copilots/client/requests/DeleteCopilotRequest.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/client/requests/DeleteCopilotRequest.js +1 -3
- package/dist/cjs/api/resources/copilots/client/requests/ProvideMessageFeedbackRequest.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/client/requests/ProvideMessageFeedbackRequest.js +1 -3
- package/dist/cjs/api/resources/copilots/client/requests/RemoveCollectionFromCopilotRequest.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/client/requests/RemoveCollectionFromCopilotRequest.js +1 -3
- package/dist/cjs/api/resources/copilots/client/requests/SendMessageRequest.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/client/requests/SendMessageRequest.js +1 -3
- package/dist/cjs/api/resources/copilots/client/requests/StreamMessageRequest.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/client/requests/StreamMessageRequest.js +1 -3
- package/dist/cjs/api/resources/copilots/client/requests/UpdateConfigurationRequest.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/client/requests/UpdateConfigurationRequest.js +1 -3
- package/dist/cjs/api/resources/copilots/types/AiEndpointConfiguration.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/AiEndpointConfiguration.js +1 -3
- package/dist/cjs/api/resources/copilots/types/BlockedChunk.d.ts +0 -5
- package/dist/cjs/api/resources/copilots/types/BlockedChunk.js +1 -3
- package/dist/cjs/api/resources/copilots/types/BooleanFieldSchema.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/BooleanFieldSchema.js +1 -3
- package/dist/cjs/api/resources/copilots/types/CollectionFilteredData.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/CollectionFilteredData.js +1 -3
- package/dist/cjs/api/resources/copilots/types/Configuration.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/Configuration.js +1 -3
- package/dist/cjs/api/resources/copilots/types/CreateConversationResponse.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/CreateConversationResponse.js +1 -3
- package/dist/cjs/api/resources/copilots/types/CreateCopilotResponse.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/CreateCopilotResponse.js +1 -3
- package/dist/cjs/api/resources/copilots/types/DataChunk.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/DataChunk.js +1 -3
- package/dist/cjs/api/resources/copilots/types/DataFilter.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/DataFilter.js +1 -3
- package/dist/cjs/api/resources/copilots/types/DatetimeFieldSchema.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/DatetimeFieldSchema.js +1 -3
- package/dist/cjs/api/resources/copilots/types/DeleteCopilotResponse.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/DeleteCopilotResponse.js +1 -3
- package/dist/cjs/api/resources/copilots/types/EndOfMessageChunk.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/EndOfMessageChunk.js +1 -3
- package/dist/cjs/api/resources/copilots/types/ErrorChunk.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/ErrorChunk.js +1 -3
- package/dist/cjs/api/resources/copilots/types/ErrorChunkData.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/ErrorChunkData.js +1 -3
- package/dist/cjs/api/resources/copilots/types/FeedbackEnum.d.ts +1 -4
- package/dist/cjs/api/resources/copilots/types/FeedbackEnum.js +1 -3
- package/dist/cjs/api/resources/copilots/types/Filter.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/Filter.js +1 -3
- package/dist/cjs/api/resources/copilots/types/FinalChunk.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/FinalChunk.js +1 -3
- package/dist/cjs/api/resources/copilots/types/InitialChunk.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/InitialChunk.js +1 -3
- package/dist/cjs/api/resources/copilots/types/InputVariable.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/InputVariable.js +1 -3
- package/dist/cjs/api/resources/copilots/types/InsertedAuditLog.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/InsertedAuditLog.js +1 -3
- package/dist/cjs/api/resources/copilots/types/MessageBlocked.d.ts +0 -4
- package/dist/cjs/api/resources/copilots/types/MessageBlocked.js +1 -3
- package/dist/cjs/api/resources/copilots/types/MessageFeedback.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/MessageFeedback.js +1 -3
- package/dist/cjs/api/resources/copilots/types/MessageReply.d.ts +0 -4
- package/dist/cjs/api/resources/copilots/types/MessageReply.js +1 -3
- package/dist/cjs/api/resources/copilots/types/NumberFieldSchema.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/NumberFieldSchema.js +1 -3
- package/dist/cjs/api/resources/copilots/types/ReferencedSource.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/ReferencedSource.js +1 -3
- package/dist/cjs/api/resources/copilots/types/ResponseChunk.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/ResponseChunk.js +1 -3
- package/dist/cjs/api/resources/copilots/types/SendAgentMessageResponse.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/SendAgentMessageResponse.js +1 -3
- package/dist/cjs/api/resources/copilots/types/SendMessageResponse.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/SendMessageResponse.js +1 -3
- package/dist/cjs/api/resources/copilots/types/StreamingChunk.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/StreamingChunk.js +1 -3
- package/dist/cjs/api/resources/copilots/types/StringFieldSchema.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/StringFieldSchema.js +1 -3
- package/dist/cjs/api/resources/copilots/types/WebSearchResult.d.ts +0 -3
- package/dist/cjs/api/resources/copilots/types/WebSearchResult.js +1 -3
- package/dist/cjs/api/resources/copilots/types/index.d.ts +0 -1
- package/dist/cjs/api/resources/copilots/types/index.js +0 -1
- package/dist/cjs/api/resources/documentCatalog/client/Client.d.ts +3 -23
- package/dist/cjs/api/resources/documentCatalog/client/Client.js +10 -12
- package/dist/cjs/api/resources/documentCatalog/client/requests/UploadDocumentContentsRequest.d.ts +0 -3
- package/dist/cjs/api/resources/documentCatalog/client/requests/UploadDocumentContentsRequest.js +1 -3
- package/dist/cjs/api/resources/documentCatalog/types/DocumentMetadataPatch.d.ts +0 -3
- package/dist/cjs/api/resources/documentCatalog/types/DocumentMetadataPatch.js +1 -3
- package/dist/cjs/api/resources/documentCatalog/types/DocumentMetadataPatchRequest.d.ts +0 -3
- package/dist/cjs/api/resources/documentCatalog/types/DocumentMetadataPatchRequest.js +1 -3
- package/dist/cjs/api/resources/documentCatalog/types/SyncSourceByUrlRequest.d.ts +0 -3
- package/dist/cjs/api/resources/documentCatalog/types/SyncSourceByUrlRequest.js +1 -3
- package/dist/cjs/api/resources/documentCatalog/types/SyncSourceByUrlResponse.d.ts +0 -3
- package/dist/cjs/api/resources/documentCatalog/types/SyncSourceByUrlResponse.js +1 -3
- package/dist/cjs/api/resources/documentCatalog/types/UploadDocumentResponse.d.ts +0 -3
- package/dist/cjs/api/resources/documentCatalog/types/UploadDocumentResponse.js +1 -3
- package/dist/cjs/api/resources/documentCollections/client/Client.d.ts +3 -23
- package/dist/cjs/api/resources/documentCollections/client/Client.js +22 -24
- package/dist/cjs/api/resources/documentCollections/client/requests/AddDocumentsToCollectionRequest.d.ts +0 -3
- package/dist/cjs/api/resources/documentCollections/client/requests/AddDocumentsToCollectionRequest.js +1 -3
- package/dist/cjs/api/resources/documentCollections/client/requests/CreateCollectionRequest.d.ts +0 -3
- package/dist/cjs/api/resources/documentCollections/client/requests/CreateCollectionRequest.js +1 -3
- package/dist/cjs/api/resources/documentCollections/client/requests/CreateMongoCollectionSyncRequest.d.ts +0 -3
- package/dist/cjs/api/resources/documentCollections/client/requests/CreateMongoCollectionSyncRequest.js +1 -3
- package/dist/cjs/api/resources/documentCollections/client/requests/DeleteCollectionRequest.d.ts +0 -3
- package/dist/cjs/api/resources/documentCollections/client/requests/DeleteCollectionRequest.js +1 -3
- package/dist/cjs/api/resources/documentCollections/client/requests/ListDocumentsInCollectionRequest.d.ts +0 -3
- package/dist/cjs/api/resources/documentCollections/client/requests/ListDocumentsInCollectionRequest.js +1 -3
- package/dist/cjs/api/resources/documentCollections/client/requests/RemoveDocumentsFromCollectionRequest.d.ts +0 -3
- package/dist/cjs/api/resources/documentCollections/client/requests/RemoveDocumentsFromCollectionRequest.js +1 -3
- package/dist/cjs/api/resources/documentCollections/client/requests/UpdateMongoCollectionSyncRequest.d.ts +0 -3
- package/dist/cjs/api/resources/documentCollections/client/requests/UpdateMongoCollectionSyncRequest.js +1 -3
- package/dist/cjs/api/resources/documentCollections/types/CreateCollectionResponse.d.ts +0 -3
- package/dist/cjs/api/resources/documentCollections/types/CreateCollectionResponse.js +1 -3
- package/dist/cjs/api/resources/documentCollections/types/DeleteCollectionResponse.d.ts +0 -3
- package/dist/cjs/api/resources/documentCollections/types/DeleteCollectionResponse.js +1 -3
- package/dist/cjs/api/resources/documentCollections/types/ListDocumentsInCollectionResponse.d.ts +0 -3
- package/dist/cjs/api/resources/documentCollections/types/ListDocumentsInCollectionResponse.js +1 -3
- package/dist/cjs/api/resources/documentCollections/types/MongoCollectionSyncConfig.d.ts +0 -3
- package/dist/cjs/api/resources/documentCollections/types/MongoCollectionSyncConfig.js +1 -3
- package/dist/cjs/api/resources/documentCollections/types/MongoCollectionSyncResponse.d.ts +0 -3
- package/dist/cjs/api/resources/documentCollections/types/MongoCollectionSyncResponse.js +1 -3
- package/dist/cjs/api/resources/documentCollections/types/MongoSourceFieldsConfig.d.ts +0 -3
- package/dist/cjs/api/resources/documentCollections/types/MongoSourceFieldsConfig.js +1 -3
- package/dist/cjs/api/resources/search/client/Client.d.ts +3 -23
- package/dist/cjs/api/resources/search/client/Client.js +4 -6
- package/dist/cjs/api/resources/search/client/requests/SearchDocumentCollectionRequest.d.ts +0 -3
- package/dist/cjs/api/resources/search/client/requests/SearchDocumentCollectionRequest.js +1 -3
- package/dist/cjs/api/resources/search/types/DocumentCollectionSearchOptions.d.ts +0 -3
- package/dist/cjs/api/resources/search/types/DocumentCollectionSearchOptions.js +1 -3
- package/dist/cjs/api/resources/search/types/DocumentCollectionSearchResult.d.ts +0 -3
- package/dist/cjs/api/resources/search/types/DocumentCollectionSearchResult.js +1 -3
- package/dist/cjs/api/resources/search/types/SearchDocumentCollectionResponse.d.ts +0 -3
- package/dist/cjs/api/resources/search/types/SearchDocumentCollectionResponse.js +1 -3
- package/dist/cjs/api/resources/search/types/SearchResultChunk.d.ts +0 -3
- package/dist/cjs/api/resources/search/types/SearchResultChunk.js +1 -3
- package/dist/cjs/api/resources/search/types/SingleFieldFilter.d.ts +0 -3
- package/dist/cjs/api/resources/search/types/SingleFieldFilter.js +1 -3
- package/dist/cjs/api/resources/users/client/Client.d.ts +3 -23
- package/dist/cjs/api/resources/users/client/Client.js +4 -6
- package/dist/cjs/api/resources/users/types/UserMetadataPatch.d.ts +0 -3
- package/dist/cjs/api/resources/users/types/UserMetadataPatch.js +1 -3
- package/dist/cjs/core/auth/AuthProvider.d.ts +1 -1
- package/dist/cjs/core/auth/BasicAuth.js +2 -1
- package/dist/cjs/core/auth/index.d.ts +2 -2
- package/dist/cjs/core/fetcher/APIResponse.d.ts +1 -1
- package/dist/cjs/core/fetcher/BinaryResponse.d.ts +1 -1
- package/dist/cjs/core/fetcher/EndpointMetadata.d.ts +13 -0
- package/dist/cjs/core/fetcher/EndpointMetadata.js +2 -0
- package/dist/cjs/core/fetcher/EndpointSupplier.d.ts +12 -0
- package/dist/cjs/core/fetcher/EndpointSupplier.js +22 -0
- package/dist/cjs/core/fetcher/Fetcher.d.ts +5 -3
- package/dist/cjs/core/fetcher/Fetcher.js +3 -2
- package/dist/cjs/core/fetcher/HttpResponsePromise.d.ts +1 -1
- package/dist/cjs/core/fetcher/index.d.ts +2 -0
- package/dist/cjs/core/fetcher/index.js +3 -1
- package/dist/cjs/core/fetcher/requestWithRetries.js +20 -16
- package/dist/cjs/core/headers.d.ts +2 -3
- package/dist/cjs/environments.d.ts +0 -3
- package/dist/cjs/environments.js +1 -3
- package/dist/cjs/errors/CredalError.d.ts +0 -3
- package/dist/cjs/errors/CredalError.js +1 -3
- package/dist/cjs/errors/CredalTimeoutError.d.ts +0 -3
- package/dist/cjs/errors/CredalTimeoutError.js +1 -3
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.d.mts +27 -0
- package/dist/esm/BaseClient.mjs +3 -0
- package/dist/esm/Client.d.mts +3 -24
- package/dist/esm/Client.mjs +4 -5
- package/dist/esm/api/resources/common/types/Collaborator.d.mts +0 -3
- package/dist/esm/api/resources/common/types/Collaborator.mjs +2 -4
- package/dist/esm/api/resources/common/types/CustomMetadataValue.d.mts +0 -3
- package/dist/esm/api/resources/common/types/CustomMetadataValue.mjs +1 -3
- package/dist/esm/api/resources/common/types/ExternalResourceId.d.mts +0 -3
- package/dist/esm/api/resources/common/types/ExternalResourceId.mjs +2 -4
- package/dist/esm/api/resources/common/types/Operator.d.mts +1 -4
- package/dist/esm/api/resources/common/types/Operator.mjs +1 -3
- package/dist/esm/api/resources/common/types/ResourceIdentifier.d.mts +0 -3
- package/dist/esm/api/resources/common/types/ResourceIdentifier.mjs +2 -4
- package/dist/esm/api/resources/common/types/ResourceType.d.mts +1 -4
- package/dist/esm/api/resources/common/types/ResourceType.mjs +1 -3
- package/dist/esm/api/resources/common/types/Role.d.mts +1 -4
- package/dist/esm/api/resources/common/types/Role.mjs +1 -3
- package/dist/esm/api/resources/common/types/Url.d.mts +0 -3
- package/dist/esm/api/resources/common/types/Url.mjs +1 -3
- package/dist/esm/api/resources/copilots/client/Client.d.mts +3 -23
- package/dist/esm/api/resources/copilots/client/Client.mjs +29 -30
- package/dist/esm/api/resources/copilots/client/index.mjs +1 -0
- package/dist/esm/api/resources/copilots/client/requests/AddCollectionToCopilotRequest.d.mts +0 -3
- package/dist/esm/api/resources/copilots/client/requests/AddCollectionToCopilotRequest.mjs +1 -3
- package/dist/esm/api/resources/copilots/client/requests/CreateConversationRequest.d.mts +0 -3
- package/dist/esm/api/resources/copilots/client/requests/CreateConversationRequest.mjs +1 -3
- package/dist/esm/api/resources/copilots/client/requests/CreateCopilotRequest.d.mts +0 -3
- package/dist/esm/api/resources/copilots/client/requests/CreateCopilotRequest.mjs +2 -4
- package/dist/esm/api/resources/copilots/client/requests/DeleteCopilotRequest.d.mts +0 -3
- package/dist/esm/api/resources/copilots/client/requests/DeleteCopilotRequest.mjs +1 -3
- package/dist/esm/api/resources/copilots/client/requests/ProvideMessageFeedbackRequest.d.mts +0 -3
- package/dist/esm/api/resources/copilots/client/requests/ProvideMessageFeedbackRequest.mjs +2 -4
- package/dist/esm/api/resources/copilots/client/requests/RemoveCollectionFromCopilotRequest.d.mts +0 -3
- package/dist/esm/api/resources/copilots/client/requests/RemoveCollectionFromCopilotRequest.mjs +1 -3
- package/dist/esm/api/resources/copilots/client/requests/SendMessageRequest.d.mts +0 -3
- package/dist/esm/api/resources/copilots/client/requests/SendMessageRequest.mjs +2 -4
- package/dist/esm/api/resources/copilots/client/requests/StreamMessageRequest.d.mts +0 -3
- package/dist/esm/api/resources/copilots/client/requests/StreamMessageRequest.mjs +2 -4
- package/dist/esm/api/resources/copilots/client/requests/UpdateConfigurationRequest.d.mts +0 -3
- package/dist/esm/api/resources/copilots/client/requests/UpdateConfigurationRequest.mjs +2 -4
- package/dist/esm/api/resources/copilots/client/requests/index.mjs +9 -1
- package/dist/esm/api/resources/copilots/types/AiEndpointConfiguration.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/AiEndpointConfiguration.mjs +1 -3
- package/dist/esm/api/resources/copilots/types/BlockedChunk.d.mts +0 -5
- package/dist/esm/api/resources/copilots/types/BlockedChunk.mjs +1 -3
- package/dist/esm/api/resources/copilots/types/BooleanFieldSchema.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/BooleanFieldSchema.mjs +1 -3
- package/dist/esm/api/resources/copilots/types/CollectionFilteredData.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/CollectionFilteredData.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/Configuration.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/Configuration.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/CreateConversationResponse.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/CreateConversationResponse.mjs +1 -3
- package/dist/esm/api/resources/copilots/types/CreateCopilotResponse.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/CreateCopilotResponse.mjs +1 -3
- package/dist/esm/api/resources/copilots/types/DataChunk.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/DataChunk.mjs +1 -3
- package/dist/esm/api/resources/copilots/types/DataFilter.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/DataFilter.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/DatetimeFieldSchema.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/DatetimeFieldSchema.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/DeleteCopilotResponse.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/DeleteCopilotResponse.mjs +1 -3
- package/dist/esm/api/resources/copilots/types/EndOfMessageChunk.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/EndOfMessageChunk.mjs +1 -3
- package/dist/esm/api/resources/copilots/types/ErrorChunk.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/ErrorChunk.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/ErrorChunkData.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/ErrorChunkData.mjs +1 -3
- package/dist/esm/api/resources/copilots/types/FeedbackEnum.d.mts +1 -4
- package/dist/esm/api/resources/copilots/types/FeedbackEnum.mjs +1 -3
- package/dist/esm/api/resources/copilots/types/Filter.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/Filter.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/FinalChunk.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/FinalChunk.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/InitialChunk.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/InitialChunk.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/InputVariable.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/InputVariable.mjs +1 -3
- package/dist/esm/api/resources/copilots/types/InsertedAuditLog.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/InsertedAuditLog.mjs +1 -3
- package/dist/esm/api/resources/copilots/types/MessageBlocked.d.mts +0 -4
- package/dist/esm/api/resources/copilots/types/MessageBlocked.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/MessageFeedback.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/MessageFeedback.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/MessageReply.d.mts +0 -4
- package/dist/esm/api/resources/copilots/types/MessageReply.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/NumberFieldSchema.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/NumberFieldSchema.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/ReferencedSource.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/ReferencedSource.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/ResponseChunk.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/ResponseChunk.mjs +1 -3
- package/dist/esm/api/resources/copilots/types/SendAgentMessageResponse.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/SendAgentMessageResponse.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/SendMessageResponse.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/SendMessageResponse.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/StreamingChunk.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/StreamingChunk.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/StringFieldSchema.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/StringFieldSchema.mjs +2 -4
- package/dist/esm/api/resources/copilots/types/WebSearchResult.d.mts +0 -3
- package/dist/esm/api/resources/copilots/types/WebSearchResult.mjs +1 -3
- package/dist/esm/api/resources/copilots/types/index.d.mts +0 -1
- package/dist/esm/api/resources/copilots/types/index.mjs +0 -1
- package/dist/esm/api/resources/documentCatalog/client/Client.d.mts +3 -23
- package/dist/esm/api/resources/documentCatalog/client/Client.mjs +11 -12
- package/dist/esm/api/resources/documentCatalog/client/index.mjs +1 -0
- package/dist/esm/api/resources/documentCatalog/client/requests/UploadDocumentContentsRequest.d.mts +0 -3
- package/dist/esm/api/resources/documentCatalog/client/requests/UploadDocumentContentsRequest.mjs +2 -4
- package/dist/esm/api/resources/documentCatalog/client/requests/index.mjs +1 -1
- package/dist/esm/api/resources/documentCatalog/types/DocumentMetadataPatch.d.mts +0 -3
- package/dist/esm/api/resources/documentCatalog/types/DocumentMetadataPatch.mjs +2 -4
- package/dist/esm/api/resources/documentCatalog/types/DocumentMetadataPatchRequest.d.mts +0 -3
- package/dist/esm/api/resources/documentCatalog/types/DocumentMetadataPatchRequest.mjs +2 -4
- package/dist/esm/api/resources/documentCatalog/types/SyncSourceByUrlRequest.d.mts +0 -3
- package/dist/esm/api/resources/documentCatalog/types/SyncSourceByUrlRequest.mjs +1 -3
- package/dist/esm/api/resources/documentCatalog/types/SyncSourceByUrlResponse.d.mts +0 -3
- package/dist/esm/api/resources/documentCatalog/types/SyncSourceByUrlResponse.mjs +1 -3
- package/dist/esm/api/resources/documentCatalog/types/UploadDocumentResponse.d.mts +0 -3
- package/dist/esm/api/resources/documentCatalog/types/UploadDocumentResponse.mjs +1 -3
- package/dist/esm/api/resources/documentCollections/client/Client.d.mts +3 -23
- package/dist/esm/api/resources/documentCollections/client/Client.mjs +23 -24
- package/dist/esm/api/resources/documentCollections/client/index.mjs +1 -0
- package/dist/esm/api/resources/documentCollections/client/requests/AddDocumentsToCollectionRequest.d.mts +0 -3
- package/dist/esm/api/resources/documentCollections/client/requests/AddDocumentsToCollectionRequest.mjs +2 -4
- package/dist/esm/api/resources/documentCollections/client/requests/CreateCollectionRequest.d.mts +0 -3
- package/dist/esm/api/resources/documentCollections/client/requests/CreateCollectionRequest.mjs +2 -4
- package/dist/esm/api/resources/documentCollections/client/requests/CreateMongoCollectionSyncRequest.d.mts +0 -3
- package/dist/esm/api/resources/documentCollections/client/requests/CreateMongoCollectionSyncRequest.mjs +2 -4
- package/dist/esm/api/resources/documentCollections/client/requests/DeleteCollectionRequest.d.mts +0 -3
- package/dist/esm/api/resources/documentCollections/client/requests/DeleteCollectionRequest.mjs +1 -3
- package/dist/esm/api/resources/documentCollections/client/requests/ListDocumentsInCollectionRequest.d.mts +0 -3
- package/dist/esm/api/resources/documentCollections/client/requests/ListDocumentsInCollectionRequest.mjs +1 -3
- package/dist/esm/api/resources/documentCollections/client/requests/RemoveDocumentsFromCollectionRequest.d.mts +0 -3
- package/dist/esm/api/resources/documentCollections/client/requests/RemoveDocumentsFromCollectionRequest.mjs +2 -4
- package/dist/esm/api/resources/documentCollections/client/requests/UpdateMongoCollectionSyncRequest.d.mts +0 -3
- package/dist/esm/api/resources/documentCollections/client/requests/UpdateMongoCollectionSyncRequest.mjs +2 -4
- package/dist/esm/api/resources/documentCollections/client/requests/index.mjs +7 -1
- package/dist/esm/api/resources/documentCollections/types/CreateCollectionResponse.d.mts +0 -3
- package/dist/esm/api/resources/documentCollections/types/CreateCollectionResponse.mjs +1 -3
- package/dist/esm/api/resources/documentCollections/types/DeleteCollectionResponse.d.mts +0 -3
- package/dist/esm/api/resources/documentCollections/types/DeleteCollectionResponse.mjs +1 -3
- package/dist/esm/api/resources/documentCollections/types/ListDocumentsInCollectionResponse.d.mts +0 -3
- package/dist/esm/api/resources/documentCollections/types/ListDocumentsInCollectionResponse.mjs +2 -4
- package/dist/esm/api/resources/documentCollections/types/MongoCollectionSyncConfig.d.mts +0 -3
- package/dist/esm/api/resources/documentCollections/types/MongoCollectionSyncConfig.mjs +2 -4
- package/dist/esm/api/resources/documentCollections/types/MongoCollectionSyncResponse.d.mts +0 -3
- package/dist/esm/api/resources/documentCollections/types/MongoCollectionSyncResponse.mjs +1 -3
- package/dist/esm/api/resources/documentCollections/types/MongoSourceFieldsConfig.d.mts +0 -3
- package/dist/esm/api/resources/documentCollections/types/MongoSourceFieldsConfig.mjs +1 -3
- package/dist/esm/api/resources/search/client/Client.d.mts +3 -23
- package/dist/esm/api/resources/search/client/Client.mjs +5 -6
- package/dist/esm/api/resources/search/client/index.mjs +1 -0
- package/dist/esm/api/resources/search/client/requests/SearchDocumentCollectionRequest.d.mts +0 -3
- package/dist/esm/api/resources/search/client/requests/SearchDocumentCollectionRequest.mjs +2 -4
- package/dist/esm/api/resources/search/client/requests/index.mjs +1 -1
- package/dist/esm/api/resources/search/types/DocumentCollectionSearchOptions.d.mts +0 -3
- package/dist/esm/api/resources/search/types/DocumentCollectionSearchOptions.mjs +1 -3
- package/dist/esm/api/resources/search/types/DocumentCollectionSearchResult.d.mts +0 -3
- package/dist/esm/api/resources/search/types/DocumentCollectionSearchResult.mjs +2 -4
- package/dist/esm/api/resources/search/types/SearchDocumentCollectionResponse.d.mts +0 -3
- package/dist/esm/api/resources/search/types/SearchDocumentCollectionResponse.mjs +2 -4
- package/dist/esm/api/resources/search/types/SearchResultChunk.d.mts +0 -3
- package/dist/esm/api/resources/search/types/SearchResultChunk.mjs +1 -3
- package/dist/esm/api/resources/search/types/SingleFieldFilter.d.mts +0 -3
- package/dist/esm/api/resources/search/types/SingleFieldFilter.mjs +2 -4
- package/dist/esm/api/resources/users/client/Client.d.mts +3 -23
- package/dist/esm/api/resources/users/client/Client.mjs +5 -6
- package/dist/esm/api/resources/users/types/UserMetadataPatch.d.mts +0 -3
- package/dist/esm/api/resources/users/types/UserMetadataPatch.mjs +1 -3
- package/dist/esm/core/auth/AuthProvider.d.mts +1 -1
- package/dist/esm/core/auth/BasicAuth.mjs +2 -1
- package/dist/esm/core/auth/index.d.mts +2 -2
- package/dist/esm/core/fetcher/APIResponse.d.mts +1 -1
- package/dist/esm/core/fetcher/BinaryResponse.d.mts +1 -1
- package/dist/esm/core/fetcher/EndpointMetadata.d.mts +13 -0
- package/dist/esm/core/fetcher/EndpointMetadata.mjs +1 -0
- package/dist/esm/core/fetcher/EndpointSupplier.d.mts +12 -0
- package/dist/esm/core/fetcher/EndpointSupplier.mjs +20 -0
- package/dist/esm/core/fetcher/Fetcher.d.mts +5 -3
- package/dist/esm/core/fetcher/Fetcher.mjs +3 -2
- package/dist/esm/core/fetcher/HttpResponsePromise.d.mts +1 -1
- package/dist/esm/core/fetcher/index.d.mts +2 -0
- package/dist/esm/core/fetcher/index.mjs +1 -0
- package/dist/esm/core/fetcher/requestWithRetries.mjs +20 -16
- package/dist/esm/core/headers.d.mts +2 -3
- package/dist/esm/environments.d.mts +0 -3
- package/dist/esm/environments.mjs +1 -3
- package/dist/esm/errors/CredalError.d.mts +0 -3
- package/dist/esm/errors/CredalError.mjs +2 -3
- package/dist/esm/errors/CredalTimeoutError.d.mts +0 -3
- package/dist/esm/errors/CredalTimeoutError.mjs +1 -3
- package/dist/esm/index.d.mts +1 -0
- package/dist/esm/index.mjs +1 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +8 -13
- package/dist/cjs/api/resources/copilots/types/PolicyTrigger.d.ts +0 -8
- package/dist/esm/api/resources/copilots/types/PolicyTrigger.d.mts +0 -8
- package/dist/esm/api/resources/copilots/types/PolicyTrigger.mjs +0 -4
|
@@ -1,30 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as environments from "../../../../environments.mjs";
|
|
1
|
+
import type { BaseClientOptions, BaseRequestOptions } from "../../../../BaseClient.mjs";
|
|
5
2
|
import * as core from "../../../../core/index.mjs";
|
|
6
3
|
import * as Credal from "../../../index.mjs";
|
|
7
4
|
export declare namespace Users {
|
|
8
|
-
interface Options {
|
|
9
|
-
environment?: core.Supplier<environments.CredalEnvironment | string>;
|
|
10
|
-
/** Specify a custom URL to connect the client to. */
|
|
11
|
-
baseUrl?: core.Supplier<string>;
|
|
12
|
-
apiKey?: core.Supplier<core.BearerToken | undefined>;
|
|
13
|
-
/** Additional headers to include in requests. */
|
|
14
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
15
|
-
fetcher?: core.FetchFunction;
|
|
5
|
+
interface Options extends BaseClientOptions {
|
|
16
6
|
}
|
|
17
|
-
interface RequestOptions {
|
|
18
|
-
/** The maximum time to wait for a response in seconds. */
|
|
19
|
-
timeoutInSeconds?: number;
|
|
20
|
-
/** The number of times to retry the request. Defaults to 2. */
|
|
21
|
-
maxRetries?: number;
|
|
22
|
-
/** A hook to abort the request. */
|
|
23
|
-
abortSignal?: AbortSignal;
|
|
24
|
-
/** Additional query string parameters to include in the request. */
|
|
25
|
-
queryParams?: Record<string, unknown>;
|
|
26
|
-
/** Additional headers to include in the request. */
|
|
27
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
7
|
+
interface RequestOptions extends BaseRequestOptions {
|
|
28
8
|
}
|
|
29
9
|
}
|
|
30
10
|
export declare class Users {
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
4
2
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
5
3
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
6
4
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -12,6 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
12
10
|
};
|
|
13
11
|
import * as environments from "../../../../environments.mjs";
|
|
14
12
|
import * as core from "../../../../core/index.mjs";
|
|
13
|
+
import * as Credal from "../../../index.mjs";
|
|
15
14
|
import { mergeHeaders, mergeOnlyDefinedHeaders } from "../../../../core/headers.mjs";
|
|
16
15
|
import * as errors from "../../../../errors/index.mjs";
|
|
17
16
|
export class Users {
|
|
@@ -44,7 +43,7 @@ export class Users {
|
|
|
44
43
|
}
|
|
45
44
|
__metadata(request, requestOptions) {
|
|
46
45
|
return __awaiter(this, void 0, void 0, function* () {
|
|
47
|
-
var _a, _b, _c, _d;
|
|
46
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
48
47
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
49
48
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
50
49
|
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.CredalEnvironment.Production, "/v0/users/metadata"),
|
|
@@ -54,8 +53,8 @@ export class Users {
|
|
|
54
53
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
55
54
|
requestType: "json",
|
|
56
55
|
body: request,
|
|
57
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds)
|
|
58
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
56
|
+
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
57
|
+
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
59
58
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
60
59
|
});
|
|
61
60
|
if (_response.ok) {
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
1
|
export interface UserMetadataPatch {
|
|
5
2
|
userEmail: string;
|
|
6
3
|
/** Key-value object of metadata for user. Keys will be merged with any existing values but can also be set to `null` to effectively remove */
|
|
@@ -11,7 +11,8 @@ export const BasicAuth = {
|
|
|
11
11
|
fromAuthorizationHeader: (header) => {
|
|
12
12
|
const credentials = header.replace(BASIC_AUTH_HEADER_PREFIX, "");
|
|
13
13
|
const decoded = base64Decode(credentials);
|
|
14
|
-
const [username,
|
|
14
|
+
const [username, ...passwordParts] = decoded.split(":");
|
|
15
|
+
const password = passwordParts.length > 0 ? passwordParts.join(":") : undefined;
|
|
15
16
|
if (username == null || password == null) {
|
|
16
17
|
throw new Error("Invalid basic auth");
|
|
17
18
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AuthProvider } from "./AuthProvider.mjs";
|
|
2
|
-
export {
|
|
1
|
+
export type { AuthProvider } from "./AuthProvider.mjs";
|
|
2
|
+
export type { AuthRequest } from "./AuthRequest.mjs";
|
|
3
3
|
export { BasicAuth } from "./BasicAuth.mjs";
|
|
4
4
|
export { BearerToken } from "./BearerToken.mjs";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export type SecuritySchemeKey = string;
|
|
2
|
+
/**
|
|
3
|
+
* A collection of security schemes, where the key is the name of the security scheme and the value is the list of scopes required for that scheme.
|
|
4
|
+
* All schemes in the collection must be satisfied for authentication to be successful.
|
|
5
|
+
*/
|
|
6
|
+
export type SecuritySchemeCollection = Record<SecuritySchemeKey, AuthScope[]>;
|
|
7
|
+
export type AuthScope = string;
|
|
8
|
+
export type EndpointMetadata = {
|
|
9
|
+
/**
|
|
10
|
+
* An array of security scheme collections. Each collection represents an alternative way to authenticate.
|
|
11
|
+
*/
|
|
12
|
+
security?: SecuritySchemeCollection[];
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { EndpointMetadata } from "./EndpointMetadata.mjs";
|
|
2
|
+
import { Supplier } from "./Supplier.mjs";
|
|
3
|
+
type EndpointSupplierFn<T> = (arg: {
|
|
4
|
+
endpointMetadata: EndpointMetadata;
|
|
5
|
+
}) => T | Promise<T>;
|
|
6
|
+
export type EndpointSupplier<T> = Supplier<T> | EndpointSupplierFn<T>;
|
|
7
|
+
export declare const EndpointSupplier: {
|
|
8
|
+
get: <T>(supplier: EndpointSupplier<T>, arg: {
|
|
9
|
+
endpointMetadata: EndpointMetadata;
|
|
10
|
+
}) => Promise<T>;
|
|
11
|
+
};
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
import { Supplier } from "./Supplier.mjs";
|
|
11
|
+
export const EndpointSupplier = {
|
|
12
|
+
get: (supplier, arg) => __awaiter(void 0, void 0, void 0, function* () {
|
|
13
|
+
if (typeof supplier === "function") {
|
|
14
|
+
return supplier(arg);
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
return supplier;
|
|
18
|
+
}
|
|
19
|
+
}),
|
|
20
|
+
};
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { APIResponse } from "./APIResponse.mjs";
|
|
2
|
-
import {
|
|
1
|
+
import type { APIResponse } from "./APIResponse.mjs";
|
|
2
|
+
import type { EndpointMetadata } from "./EndpointMetadata.mjs";
|
|
3
|
+
import { EndpointSupplier } from "./EndpointSupplier.mjs";
|
|
3
4
|
export type FetchFunction = <R = unknown>(args: Fetcher.Args) => Promise<APIResponse<R, Fetcher.Error>>;
|
|
4
5
|
export declare namespace Fetcher {
|
|
5
6
|
interface Args {
|
|
6
7
|
url: string;
|
|
7
8
|
method: string;
|
|
8
9
|
contentType?: string;
|
|
9
|
-
headers?: Record<string, string |
|
|
10
|
+
headers?: Record<string, string | EndpointSupplier<string | null | undefined> | null | undefined>;
|
|
10
11
|
queryParameters?: Record<string, unknown>;
|
|
11
12
|
body?: unknown;
|
|
12
13
|
timeoutMs?: number;
|
|
@@ -16,6 +17,7 @@ export declare namespace Fetcher {
|
|
|
16
17
|
requestType?: "json" | "file" | "bytes";
|
|
17
18
|
responseType?: "json" | "blob" | "sse" | "streaming" | "text" | "arrayBuffer" | "binary-response";
|
|
18
19
|
duplex?: "half";
|
|
20
|
+
endpointMetadata?: EndpointMetadata;
|
|
19
21
|
}
|
|
20
22
|
type Error = FailedStatusCodeError | NonJsonError | TimeoutError | UnknownError;
|
|
21
23
|
interface FailedStatusCodeError {
|
|
@@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
};
|
|
10
10
|
import { toJson } from "../json.mjs";
|
|
11
11
|
import { createRequestUrl } from "./createRequestUrl.mjs";
|
|
12
|
+
import { EndpointSupplier } from "./EndpointSupplier.mjs";
|
|
12
13
|
import { getErrorResponseBody } from "./getErrorResponseBody.mjs";
|
|
13
14
|
import { getFetchFn } from "./getFetchFn.mjs";
|
|
14
15
|
import { getRequestBody } from "./getRequestBody.mjs";
|
|
@@ -16,9 +17,9 @@ import { getResponseBody } from "./getResponseBody.mjs";
|
|
|
16
17
|
import { makeRequest } from "./makeRequest.mjs";
|
|
17
18
|
import { abortRawResponse, toRawResponse, unknownRawResponse } from "./RawResponse.mjs";
|
|
18
19
|
import { requestWithRetries } from "./requestWithRetries.mjs";
|
|
19
|
-
import { Supplier } from "./Supplier.mjs";
|
|
20
20
|
function getHeaders(args) {
|
|
21
21
|
return __awaiter(this, void 0, void 0, function* () {
|
|
22
|
+
var _a;
|
|
22
23
|
const newHeaders = {};
|
|
23
24
|
if (args.body !== undefined && args.contentType != null) {
|
|
24
25
|
newHeaders["Content-Type"] = args.contentType;
|
|
@@ -27,7 +28,7 @@ function getHeaders(args) {
|
|
|
27
28
|
return newHeaders;
|
|
28
29
|
}
|
|
29
30
|
for (const [key, value] of Object.entries(args.headers)) {
|
|
30
|
-
const result = yield
|
|
31
|
+
const result = yield EndpointSupplier.get(value, { endpointMetadata: (_a = args.endpointMetadata) !== null && _a !== void 0 ? _a : {} });
|
|
31
32
|
if (typeof result === "string") {
|
|
32
33
|
newHeaders[key] = result;
|
|
33
34
|
continue;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export type { APIResponse } from "./APIResponse.mjs";
|
|
2
2
|
export type { BinaryResponse } from "./BinaryResponse.mjs";
|
|
3
|
+
export type { EndpointMetadata } from "./EndpointMetadata.mjs";
|
|
4
|
+
export { EndpointSupplier } from "./EndpointSupplier.mjs";
|
|
3
5
|
export type { Fetcher, FetchFunction } from "./Fetcher.mjs";
|
|
4
6
|
export { fetcher } from "./Fetcher.mjs";
|
|
5
7
|
export { getHeader } from "./getHeader.mjs";
|
|
@@ -11,29 +11,35 @@ const INITIAL_RETRY_DELAY = 1000; // in milliseconds
|
|
|
11
11
|
const MAX_RETRY_DELAY = 60000; // in milliseconds
|
|
12
12
|
const DEFAULT_MAX_RETRIES = 2;
|
|
13
13
|
const JITTER_FACTOR = 0.2; // 20% random jitter
|
|
14
|
-
function
|
|
15
|
-
// Generate a random value between
|
|
16
|
-
const jitterMultiplier = 1 +
|
|
14
|
+
function addPositiveJitter(delay) {
|
|
15
|
+
// Generate a random value between 0 and +JITTER_FACTOR
|
|
16
|
+
const jitterMultiplier = 1 + Math.random() * JITTER_FACTOR;
|
|
17
|
+
return delay * jitterMultiplier;
|
|
18
|
+
}
|
|
19
|
+
function addSymmetricJitter(delay) {
|
|
20
|
+
// Generate a random value in a JITTER_FACTOR-sized percentage range around delay
|
|
21
|
+
const jitterMultiplier = 1 + (Math.random() - 0.5) * JITTER_FACTOR;
|
|
17
22
|
return delay * jitterMultiplier;
|
|
18
23
|
}
|
|
19
24
|
function getRetryDelayFromHeaders(response, retryAttempt) {
|
|
20
|
-
// Check for Retry-After header first (RFC 7231)
|
|
25
|
+
// Check for Retry-After header first (RFC 7231), with no jitter
|
|
21
26
|
const retryAfter = response.headers.get("Retry-After");
|
|
22
27
|
if (retryAfter) {
|
|
23
28
|
// Parse as number of seconds...
|
|
24
29
|
const retryAfterSeconds = parseInt(retryAfter, 10);
|
|
25
|
-
if (!isNaN(retryAfterSeconds)) {
|
|
26
|
-
// Convert seconds to milliseconds and cap at MAX_RETRY_DELAY
|
|
30
|
+
if (!isNaN(retryAfterSeconds) && retryAfterSeconds > 0) {
|
|
27
31
|
return Math.min(retryAfterSeconds * 1000, MAX_RETRY_DELAY);
|
|
28
32
|
}
|
|
29
33
|
// ...or as an HTTP date; both are valid
|
|
30
34
|
const retryAfterDate = new Date(retryAfter);
|
|
31
35
|
if (!isNaN(retryAfterDate.getTime())) {
|
|
32
36
|
const delay = retryAfterDate.getTime() - Date.now();
|
|
33
|
-
|
|
37
|
+
if (delay > 0) {
|
|
38
|
+
return Math.min(Math.max(delay, 0), MAX_RETRY_DELAY);
|
|
39
|
+
}
|
|
34
40
|
}
|
|
35
41
|
}
|
|
36
|
-
// Then check for industry-standard X-RateLimit-Reset header
|
|
42
|
+
// Then check for industry-standard X-RateLimit-Reset header, with positive jitter
|
|
37
43
|
const rateLimitReset = response.headers.get("X-RateLimit-Reset");
|
|
38
44
|
if (rateLimitReset) {
|
|
39
45
|
const resetTime = parseInt(rateLimitReset, 10);
|
|
@@ -41,23 +47,21 @@ function getRetryDelayFromHeaders(response, retryAttempt) {
|
|
|
41
47
|
// Assume Unix timestamp in epoch seconds
|
|
42
48
|
const delay = resetTime * 1000 - Date.now();
|
|
43
49
|
if (delay > 0) {
|
|
44
|
-
return Math.min(delay, MAX_RETRY_DELAY);
|
|
50
|
+
return addPositiveJitter(Math.min(delay, MAX_RETRY_DELAY));
|
|
45
51
|
}
|
|
46
52
|
}
|
|
47
53
|
}
|
|
48
|
-
// Fall back to exponential backoff
|
|
49
|
-
return Math.min(INITIAL_RETRY_DELAY * Math.pow(2, retryAttempt), MAX_RETRY_DELAY);
|
|
54
|
+
// Fall back to exponential backoff, with symmetric jitter
|
|
55
|
+
return addSymmetricJitter(Math.min(INITIAL_RETRY_DELAY * Math.pow(2, retryAttempt), MAX_RETRY_DELAY));
|
|
50
56
|
}
|
|
51
57
|
export function requestWithRetries(requestFn_1) {
|
|
52
58
|
return __awaiter(this, arguments, void 0, function* (requestFn, maxRetries = DEFAULT_MAX_RETRIES) {
|
|
53
59
|
let response = yield requestFn();
|
|
54
60
|
for (let i = 0; i < maxRetries; ++i) {
|
|
55
61
|
if ([408, 429].includes(response.status) || response.status >= 500) {
|
|
56
|
-
// Get delay
|
|
57
|
-
const
|
|
58
|
-
|
|
59
|
-
const delayWithJitter = addJitter(baseDelay);
|
|
60
|
-
yield new Promise((resolve) => setTimeout(resolve, delayWithJitter));
|
|
62
|
+
// Get delay with appropriate jitter applied
|
|
63
|
+
const delay = getRetryDelayFromHeaders(response, i);
|
|
64
|
+
yield new Promise((resolve) => setTimeout(resolve, delay));
|
|
61
65
|
response = yield requestFn();
|
|
62
66
|
}
|
|
63
67
|
else {
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function
|
|
3
|
-
export declare function mergeOnlyDefinedHeaders(...headersArray: (Record<string, string | core.Supplier<string | null | undefined> | null | undefined> | null | undefined)[]): Record<string, string | core.Supplier<string | null | undefined>>;
|
|
1
|
+
export declare function mergeHeaders<THeaderValue>(...headersArray: (Record<string, THeaderValue> | null | undefined)[]): Record<string, string | THeaderValue>;
|
|
2
|
+
export declare function mergeOnlyDefinedHeaders<THeaderValue>(...headersArray: (Record<string, THeaderValue> | null | undefined)[]): Record<string, THeaderValue>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
*/
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
import * as core from "../core/index.mjs";
|
|
4
3
|
import { toJson } from "../core/json.mjs";
|
|
5
4
|
export class CredalError extends Error {
|
|
6
5
|
constructor({ message, statusCode, body, rawResponse, }) {
|
package/dist/esm/index.d.mts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * as Credal from "./api/index.mjs";
|
|
2
2
|
export { CredalError, CredalTimeoutError } from "./errors/index.mjs";
|
|
3
|
+
export { type BaseClientOptions, type BaseRequestOptions } from "./BaseClient.mjs";
|
|
3
4
|
export { CredalClient } from "./Client.mjs";
|
|
4
5
|
export { CredalEnvironment } from "./environments.mjs";
|
package/dist/esm/index.mjs
CHANGED
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.1.
|
|
1
|
+
export declare const SDK_VERSION = "0.1.8";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "0.1.
|
|
1
|
+
export const SDK_VERSION = "0.1.8";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@credal/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": "github:credal-ai/credal-typescript-sdk",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -30,23 +30,18 @@
|
|
|
30
30
|
],
|
|
31
31
|
"scripts": {
|
|
32
32
|
"format": "prettier . --write --ignore-unknown",
|
|
33
|
-
"build": "
|
|
33
|
+
"build": "pnpm build:cjs && pnpm build:esm",
|
|
34
34
|
"build:cjs": "tsc --project ./tsconfig.cjs.json",
|
|
35
35
|
"build:esm": "tsc --project ./tsconfig.esm.json && node scripts/rename-to-esm-files.js dist/esm",
|
|
36
|
-
"test": "
|
|
37
|
-
"test:unit": "
|
|
38
|
-
"test:
|
|
39
|
-
"test:wire": "jest --selectProjects wire"
|
|
36
|
+
"test": "vitest",
|
|
37
|
+
"test:unit": "vitest --project unit",
|
|
38
|
+
"test:wire": "vitest --project wire"
|
|
40
39
|
},
|
|
41
40
|
"devDependencies": {
|
|
42
41
|
"webpack": "^5.97.1",
|
|
43
42
|
"ts-loader": "^9.5.1",
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"@types/jest": "^29.5.14",
|
|
47
|
-
"ts-jest": "^29.3.4",
|
|
48
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
49
|
-
"msw": "^2.8.4",
|
|
43
|
+
"vitest": "^3.2.4",
|
|
44
|
+
"msw": "2.11.2",
|
|
50
45
|
"@types/node": "^18.19.70",
|
|
51
46
|
"prettier": "^3.4.2",
|
|
52
47
|
"typescript": "~5.7.2"
|
|
@@ -57,7 +52,7 @@
|
|
|
57
52
|
"path": false,
|
|
58
53
|
"stream": false
|
|
59
54
|
},
|
|
60
|
-
"packageManager": "
|
|
55
|
+
"packageManager": "pnpm@10.14.0",
|
|
61
56
|
"engines": {
|
|
62
57
|
"node": ">=18.0.0"
|
|
63
58
|
},
|