@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.
@@ -1661,7 +1661,7 @@ var openaiImageResponseSchema = lazySchema7(
1661
1661
  data: z8.array(
1662
1662
  z8.object({
1663
1663
  b64_json: z8.string(),
1664
- revised_prompt: z8.string().optional()
1664
+ revised_prompt: z8.string().nullish()
1665
1665
  })
1666
1666
  )
1667
1667
  })