@roo-code/types 1.81.0 → 1.82.0

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.
package/dist/index.cjs CHANGED
@@ -4935,6 +4935,7 @@ var appPropertiesSchema = import_zod10.z.object({
4935
4935
  });
4936
4936
  var taskPropertiesSchema = import_zod10.z.object({
4937
4937
  taskId: import_zod10.z.string().optional(),
4938
+ parentTaskId: import_zod10.z.string().optional(),
4938
4939
  apiProvider: import_zod10.z.enum(providerNames).optional(),
4939
4940
  modelId: import_zod10.z.string().optional(),
4940
4941
  diffStrategy: import_zod10.z.string().optional(),