We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17822cb commit bb19183Copy full SHA for bb19183
1 file changed
src/files/index.ts
@@ -100,3 +100,7 @@ export {
100
FileMetadataChange,
101
FileVersionSummarySubset
102
} from './domain/models/FileVersionSummaryInfo'
103
+// Re-export the direct-upload client config so consumers can construct
104
+// their own `DirectUploadClient` with custom timeouts / retry counts
105
+// without reaching into the SDK's `infra/` private path.
106
+export { DirectUploadClientConfig } from './infra/clients/DirectUploadClient'
0 commit comments