@opengeni/sdk 0.41.0 → 0.42.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/{chunk-DKNW4WMJ.js → chunk-M7TPZ3ED.js} +2 -2
- package/dist/chunk-M7TPZ3ED.js.map +1 -0
- package/dist/client.d.ts +1 -1
- package/dist/core.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/types.d.ts +17 -2
- package/package.json +1 -1
- package/src/client.ts +1 -1
- package/src/index.ts +6 -0
- package/src/types.ts +17 -2
- package/dist/chunk-DKNW4WMJ.js.map +0 -1
|
@@ -471,7 +471,7 @@ var OpenGeniClient = class {
|
|
|
471
471
|
this.fetchImpl = options.fetch ?? ((input, init) => fetch(input, init));
|
|
472
472
|
}
|
|
473
473
|
// --- Session lifecycle ---------------------------------------------------
|
|
474
|
-
/**
|
|
474
|
+
/** Make one finalization attempt for a recording; callers may retry retained audio. */
|
|
475
475
|
async transcribeAudio(workspaceId, input) {
|
|
476
476
|
const correlationId = crypto.randomUUID();
|
|
477
477
|
const form = new FormData();
|
|
@@ -3068,4 +3068,4 @@ export {
|
|
|
3068
3068
|
authorizeTranscriptionAdapter,
|
|
3069
3069
|
createTranscriptionSessionRequest
|
|
3070
3070
|
};
|
|
3071
|
-
//# sourceMappingURL=chunk-
|
|
3071
|
+
//# sourceMappingURL=chunk-M7TPZ3ED.js.map
|