@ai-sdk/openai 2.0.56 → 2.0.58

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/index.mjs CHANGED
@@ -1680,7 +1680,7 @@ var openaiImageResponseSchema = lazyValidator7(
1680
1680
  data: z8.array(
1681
1681
  z8.object({
1682
1682
  b64_json: z8.string(),
1683
- revised_prompt: z8.string().optional()
1683
+ revised_prompt: z8.string().nullish()
1684
1684
  })
1685
1685
  )
1686
1686
  })
@@ -4548,7 +4548,7 @@ var OpenAITranscriptionModel = class {
4548
4548
  };
4549
4549
 
4550
4550
  // src/version.ts
4551
- var VERSION = true ? "2.0.56" : "0.0.0-test";
4551
+ var VERSION = true ? "2.0.58" : "0.0.0-test";
4552
4552
 
4553
4553
  // src/openai-provider.ts
4554
4554
  function createOpenAI(options = {}) {