@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.
@@ -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
- /** Upload one ephemeral browser recording. This method never retries. */
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-DKNW4WMJ.js.map
3071
+ //# sourceMappingURL=chunk-M7TPZ3ED.js.map