@nikcli-ai/sdk 1.28.0 → 1.30.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.
@@ -486,6 +486,9 @@ export type SessionStatus = {
486
486
  attempt: number;
487
487
  message: string;
488
488
  next: number;
489
+ } | {
490
+ type: "busy";
491
+ since: number;
489
492
  } | {
490
493
  type: "busy";
491
494
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@nikcli-ai/sdk",
4
- "version": "1.28.0",
4
+ "version": "1.30.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {