@ai-sdk/google 3.0.105 → 3.0.107

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.
@@ -571,7 +571,8 @@ var googleErrorDataSchema = (0, import_provider_utils2.lazySchema)(
571
571
  error: import_v4.z.object({
572
572
  code: import_v4.z.number().nullable(),
573
573
  message: import_v4.z.string(),
574
- status: import_v4.z.string()
574
+ status: import_v4.z.string(),
575
+ details: import_v4.z.array(import_v4.z.unknown()).nullish()
575
576
  })
576
577
  })
577
578
  )