@animaapp/anima-sdk 0.6.26 → 0.6.28

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -4
  2. 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
- body: string;
602
- attachments?: {
603
- images?: string[];
604
- };
601
+ subtitle?: string;
602
+ body?: string;
603
+ status: "success" | "running";
605
604
  };
606
605
 
607
606
  export declare class RateLimitExceeded extends Error {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@animaapp/anima-sdk",
3
- "version": "0.6.26",
3
+ "version": "0.6.28",
4
4
  "type": "module",
5
5
  "description": "Anima's JavaScript utilities library",
6
6
  "author": "Anima App, Inc.",