@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.
@@ -1673,7 +1673,7 @@ var openaiImageResponseSchema = (0, import_provider_utils12.lazyValidator)(
1673
1673
  data: import_v48.z.array(
1674
1674
  import_v48.z.object({
1675
1675
  b64_json: import_v48.z.string(),
1676
- revised_prompt: import_v48.z.string().optional()
1676
+ revised_prompt: import_v48.z.string().nullish()
1677
1677
  })
1678
1678
  )
1679
1679
  })