@dbx-tools/shared-mastra 0.6.62 → 0.6.64

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/lib/src/wire.d.ts CHANGED
@@ -103,6 +103,7 @@ export declare const ServingEndpointsResponseSchema: z.ZodObject<{
103
103
  task: z.ZodOptional<z.ZodString>;
104
104
  state: z.ZodOptional<z.ZodString>;
105
105
  description: z.ZodOptional<z.ZodString>;
106
+ supportsTools: z.ZodOptional<z.ZodBoolean>;
106
107
  profile: z.ZodOptional<z.ZodObject<{
107
108
  quality: z.ZodOptional<z.ZodNumber>;
108
109
  speed: z.ZodOptional<z.ZodNumber>;
package/package.json CHANGED
@@ -23,9 +23,9 @@
23
23
  "typescript": "^5.9.3"
24
24
  },
25
25
  "dependencies": {
26
- "@dbx-tools/shared-core": "0.6.62",
27
- "@dbx-tools/shared-genie": "0.6.62",
28
- "@dbx-tools/shared-model": "0.6.62",
26
+ "@dbx-tools/shared-core": "0.6.64",
27
+ "@dbx-tools/shared-genie": "0.6.64",
28
+ "@dbx-tools/shared-model": "0.6.64",
29
29
  "zod": "4.3.6"
30
30
  },
31
31
  "main": "./lib/index.js",
@@ -42,7 +42,7 @@
42
42
  "./package.json": "./package.json"
43
43
  }
44
44
  },
45
- "version": "0.6.62",
45
+ "version": "0.6.64",
46
46
  "types": "./lib/index.d.ts",
47
47
  "type": "module",
48
48
  "exports": {