@animaapp/anima-sdk 0.6.21 → 0.6.22

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 CHANGED
@@ -146,6 +146,7 @@ export declare type CodegenSettings = BaseSettings & {
146
146
  enableDisplayDataId?: boolean;
147
147
  enableDisplayDataName?: boolean;
148
148
  url?: string;
149
+ prompt?: string;
149
150
  };
150
151
 
151
152
  /**