@opengeni/contracts 0.36.0 → 0.37.0

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.
@@ -3844,7 +3844,7 @@ var WorkspaceVoiceInputSettings = z7.object({
3844
3844
  var ClientVoiceInputConfig = z7.object({
3845
3845
  available: z7.boolean(),
3846
3846
  maxDurationSeconds: z7.number().int().positive().max(600),
3847
- maxSizeBytes: z7.number().int().positive(),
3847
+ maxSizeBytes: z7.number().int().positive().max(25 * 1024 * 1024),
3848
3848
  acceptedMimeTypes: z7.array(z7.string().trim().min(1).max(128)).min(1).max(32)
3849
3849
  }).strict();
3850
3850
  var TranscribeAudioResponse = z7.object({
@@ -10627,4 +10627,4 @@ export {
10627
10627
  ClientConfig,
10628
10628
  evaluateWorkspaceModelPolicy
10629
10629
  };
10630
- //# sourceMappingURL=chunk-F4KMLKSL.js.map
10630
+ //# sourceMappingURL=chunk-WVE7RAHN.js.map