@squidcloud/client 1.0.436 → 1.0.437

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.
@@ -139,7 +139,7 @@ export declare class AiAgentReference {
139
139
  * Observes live status messages from the agent.
140
140
  * @param jobId The job ID to filter status updates for a specific job. If not provided, all status updates for the agent are observed.
141
141
  */
142
- observeStatusUpdates(jobId: JobId): Observable<AiStatusMessage>;
142
+ observeStatusUpdates(jobId?: JobId): Observable<AiStatusMessage>;
143
143
  /**
144
144
  * Returns a list of all chat history messages with the given 'memoryId'.
145
145
  * Includes both user and & AI messages.
@@ -2,4 +2,4 @@
2
2
  * The current version of the SquidCloud client package.
3
3
  * @category Platform
4
4
  */
5
- export declare const SQUIDCLOUD_CLIENT_PACKAGE_VERSION = "1.0.436";
5
+ export declare const SQUIDCLOUD_CLIENT_PACKAGE_VERSION = "1.0.437";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/client",
3
- "version": "1.0.436",
3
+ "version": "1.0.437",
4
4
  "description": "A typescript implementation of the Squid client",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",