@animaapp/anima-sdk 0.6.26 → 0.6.27
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.d.ts +3 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -598,10 +598,9 @@ export declare class NotFound extends Error {
|
|
|
598
598
|
export declare type ProgressMessage = {
|
|
599
599
|
id: string;
|
|
600
600
|
title: string;
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
};
|
|
601
|
+
subtitle?: string;
|
|
602
|
+
body?: string;
|
|
603
|
+
status: "success" | "running";
|
|
605
604
|
};
|
|
606
605
|
|
|
607
606
|
export declare class RateLimitExceeded extends Error {
|