@mastra/client-js 1.15.1-alpha.2 → 1.15.2-alpha.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.
- package/CHANGELOG.md +16 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/index.cjs +0 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/resources/a2a.d.ts +0 -2
- package/dist/resources/a2a.d.ts.map +1 -1
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -2828,7 +2828,6 @@ var A2A = class extends BaseResource {
|
|
|
2828
2828
|
});
|
|
2829
2829
|
}
|
|
2830
2830
|
/**
|
|
2831
|
-
* @deprecated
|
|
2832
2831
|
* Get the status and result of a task.
|
|
2833
2832
|
* @param params - Parameters for querying the task
|
|
2834
2833
|
* @returns Promise containing the JSON-RPC response envelope
|
|
@@ -2845,7 +2844,6 @@ var A2A = class extends BaseResource {
|
|
|
2845
2844
|
});
|
|
2846
2845
|
}
|
|
2847
2846
|
/**
|
|
2848
|
-
* @deprecated
|
|
2849
2847
|
* Cancel a running task.
|
|
2850
2848
|
* @param params - Parameters identifying the task to cancel
|
|
2851
2849
|
* @returns Promise containing the task response
|