@mastra/client-js 1.46.0-alpha.4 → 1.46.0-alpha.5
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/client.d.ts +2 -2
- package/dist/client.d.ts.map +1 -1
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/resources/observability.d.ts +3 -3
- package/dist/resources/observability.d.ts.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -4354,7 +4354,7 @@ var Observability = class extends BaseResource {
|
|
|
4354
4354
|
* Queries completed logical traces using recursive trace and related-record predicates.
|
|
4355
4355
|
*
|
|
4356
4356
|
* @param params - Advanced trace query, including its required time range
|
|
4357
|
-
* @returns Matching lightweight traces
|
|
4357
|
+
* @returns Matching lightweight traces
|
|
4358
4358
|
*/
|
|
4359
4359
|
queryTraces(params) {
|
|
4360
4360
|
return this.request("/observability/traces/query", {
|