@ai-sdk/anthropic 3.0.30 → 3.0.32

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.
@@ -902,6 +902,7 @@ var textEditor_20250728InputSchema = lazySchema3(
902
902
  file_text: z4.string().optional(),
903
903
  insert_line: z4.number().int().optional(),
904
904
  new_str: z4.string().optional(),
905
+ insert_text: z4.string().optional(),
905
906
  old_str: z4.string().optional(),
906
907
  view_range: z4.array(z4.number().int()).optional()
907
908
  })
@@ -4207,6 +4208,7 @@ var textEditor_20241022InputSchema = lazySchema15(
4207
4208
  file_text: z16.string().optional(),
4208
4209
  insert_line: z16.number().int().optional(),
4209
4210
  new_str: z16.string().optional(),
4211
+ insert_text: z16.string().optional(),
4210
4212
  old_str: z16.string().optional(),
4211
4213
  view_range: z16.array(z16.number().int()).optional()
4212
4214
  })
@@ -4232,6 +4234,7 @@ var textEditor_20250124InputSchema = lazySchema16(
4232
4234
  file_text: z17.string().optional(),
4233
4235
  insert_line: z17.number().int().optional(),
4234
4236
  new_str: z17.string().optional(),
4237
+ insert_text: z17.string().optional(),
4235
4238
  old_str: z17.string().optional(),
4236
4239
  view_range: z17.array(z17.number().int()).optional()
4237
4240
  })
@@ -4257,6 +4260,7 @@ var textEditor_20250429InputSchema = lazySchema17(
4257
4260
  file_text: z18.string().optional(),
4258
4261
  insert_line: z18.number().int().optional(),
4259
4262
  new_str: z18.string().optional(),
4263
+ insert_text: z18.string().optional(),
4260
4264
  old_str: z18.string().optional(),
4261
4265
  view_range: z18.array(z18.number().int()).optional()
4262
4266
  })