@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.
@@ -1677,7 +1677,7 @@ var openaiImageResponseSchema = (0, import_provider_utils12.lazySchema)(
1677
1677
  data: import_v48.z.array(
1678
1678
  import_v48.z.object({
1679
1679
  b64_json: import_v48.z.string(),
1680
- revised_prompt: import_v48.z.string().optional()
1680
+ revised_prompt: import_v48.z.string().nullish()
1681
1681
  })
1682
1682
  )
1683
1683
  })