@ai-sdk/openai 3.0.0-beta.44 → 3.0.0-beta.45

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
@@ -1669,7 +1669,7 @@ var openaiImageResponseSchema = lazySchema7(
1669
1669
  data: z8.array(
1670
1670
  z8.object({
1671
1671
  b64_json: z8.string(),
1672
- revised_prompt: z8.string().optional()
1672
+ revised_prompt: z8.string().nullish()
1673
1673
  })
1674
1674
  )
1675
1675
  })
@@ -4560,7 +4560,7 @@ var OpenAITranscriptionModel = class {
4560
4560
  };
4561
4561
 
4562
4562
  // src/version.ts
4563
- var VERSION = true ? "3.0.0-beta.44" : "0.0.0-test";
4563
+ var VERSION = true ? "3.0.0-beta.45" : "0.0.0-test";
4564
4564
 
4565
4565
  // src/openai-provider.ts
4566
4566
  function createOpenAI(options = {}) {