@easbot/agent 0.2.21 → 0.2.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.cts CHANGED
@@ -30716,7 +30716,7 @@ declare namespace Pty {
30716
30716
  cwd: string;
30717
30717
  status: "running" | "exited";
30718
30718
  pid: number;
30719
- } | undefined>;
30719
+ }>;
30720
30720
  function remove(id: string): Promise<void>;
30721
30721
  function resize(id: string, cols: number, rows: number): Promise<void>;
30722
30722
  function write(id: string, data: string): Promise<void>;
@@ -30770,7 +30770,7 @@ declare function update(id: string, input: Pty.UpdateInput): Promise<{
30770
30770
  cwd: string;
30771
30771
  status: "running" | "exited";
30772
30772
  pid: number;
30773
- } | undefined>;
30773
+ }>;
30774
30774
  declare function remove(id: string): Promise<void>;
30775
30775
  declare function resize(id: string, cols: number, rows: number): Promise<void>;
30776
30776
  declare function connect(id: string): Promise<{
package/dist/index.d.ts CHANGED
@@ -30716,7 +30716,7 @@ declare namespace Pty {
30716
30716
  cwd: string;
30717
30717
  status: "running" | "exited";
30718
30718
  pid: number;
30719
- } | undefined>;
30719
+ }>;
30720
30720
  function remove(id: string): Promise<void>;
30721
30721
  function resize(id: string, cols: number, rows: number): Promise<void>;
30722
30722
  function write(id: string, data: string): Promise<void>;
@@ -30770,7 +30770,7 @@ declare function update(id: string, input: Pty.UpdateInput): Promise<{
30770
30770
  cwd: string;
30771
30771
  status: "running" | "exited";
30772
30772
  pid: number;
30773
- } | undefined>;
30773
+ }>;
30774
30774
  declare function remove(id: string): Promise<void>;
30775
30775
  declare function resize(id: string, cols: number, rows: number): Promise<void>;
30776
30776
  declare function connect(id: string): Promise<{