@ai-sdk/openai 2.0.57 → 2.0.59

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.
@@ -1672,7 +1672,7 @@ var openaiImageResponseSchema = lazyValidator7(
1672
1672
  data: z8.array(
1673
1673
  z8.object({
1674
1674
  b64_json: z8.string(),
1675
- revised_prompt: z8.string().optional()
1675
+ revised_prompt: z8.string().nullish()
1676
1676
  })
1677
1677
  )
1678
1678
  })