@roo-code/types 1.52.0 → 1.53.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.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -16719,6 +16719,7 @@ interface TaskLike {
|
|
|
16719
16719
|
images?: string[];
|
|
16720
16720
|
}): void;
|
|
16721
16721
|
submitUserMessage(text: string, images?: string[]): void;
|
|
16722
|
+
abortTask(): void;
|
|
16722
16723
|
}
|
|
16723
16724
|
type TaskEvents = {
|
|
16724
16725
|
[RooCodeEventName.TaskStarted]: [];
|
package/dist/index.d.ts
CHANGED
|
@@ -16719,6 +16719,7 @@ interface TaskLike {
|
|
|
16719
16719
|
images?: string[];
|
|
16720
16720
|
}): void;
|
|
16721
16721
|
submitUserMessage(text: string, images?: string[]): void;
|
|
16722
|
+
abortTask(): void;
|
|
16722
16723
|
}
|
|
16723
16724
|
type TaskEvents = {
|
|
16724
16725
|
[RooCodeEventName.TaskStarted]: [];
|