@animaapp/anima-sdk-react 0.6.0 → 0.6.4

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.js CHANGED
@@ -3795,6 +3795,7 @@ I.object({
3795
3795
  enableGeneratePackageLock: I.boolean().optional(),
3796
3796
  enableAutoSplit: I.boolean().optional(),
3797
3797
  autoSplitThreshold: I.number().optional(),
3798
+ url: I.string().url().optional(),
3798
3799
  codegenSettings: I.record(I.unknown()).optional()
3799
3800
  }),
3800
3801
  I.object({
@@ -4756,7 +4757,7 @@ const yr = {
4756
4757
  });
4757
4758
  })), c.addEventListener("done", (l) => {
4758
4759
  const y = JSON.parse(l.data);
4759
- b.tokenUsage = y.payload.tokenUsage, s((m) => {
4760
+ b.tokenUsage = y.payload.tokenUsage, b.sessionId = y.payload.sessionId, s((m) => {
4760
4761
  m.status = "success", m.result = b;
4761
4762
  }), v({ result: b, error: null });
4762
4763
  });