@mastra/client-js 1.21.0-alpha.3 → 1.21.0-alpha.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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 1.21.0-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`b7286f4`](https://github.com/mastra-ai/mastra/commit/b7286f4308267f5fd70e6bfee10dba9472640906), [`a481027`](https://github.com/mastra-ai/mastra/commit/a481027b549ba1018414990c8f045eaee7b9f413), [`801baa0`](https://github.com/mastra-ai/mastra/commit/801baa07cccdbaec1d00942a92bdc831111744a2), [`b3c3b18`](https://github.com/mastra-ai/mastra/commit/b3c3b189121489a3a51a8fd8204b569be9a89fe5)]:
|
|
8
|
+
- @mastra/core@1.37.0-alpha.4
|
|
9
|
+
|
|
3
10
|
## 1.21.0-alpha.3
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/dist/docs/SKILL.md
CHANGED
|
@@ -3,7 +3,7 @@ name: mastra-client-js
|
|
|
3
3
|
description: Documentation for @mastra/client-js. Use when working with @mastra/client-js APIs, configuration, or implementation.
|
|
4
4
|
metadata:
|
|
5
5
|
package: "@mastra/client-js"
|
|
6
|
-
version: "1.21.0-alpha.
|
|
6
|
+
version: "1.21.0-alpha.4"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
## When to use
|
|
@@ -38926,7 +38926,6 @@ export type PatchStoredWorkspacesStoredWorkspaceId_PathParams = {
|
|
|
38926
38926
|
storedWorkspaceId: string;
|
|
38927
38927
|
};
|
|
38928
38928
|
export type PatchStoredWorkspacesStoredWorkspaceId_Body = {
|
|
38929
|
-
authorId?: (string | undefined) | undefined;
|
|
38930
38929
|
metadata?: ({
|
|
38931
38930
|
[key: string]: unknown;
|
|
38932
38931
|
} | undefined) | undefined;
|