@squadai/tools
Advanced tools
Sorry, the diff of this file is not supported yet
+6
-6
@@ -488,3 +488,3 @@ import { z } from 'zod'; | ||
| insightId: z.ZodString; | ||
| relationships: z.ZodOptional<z.ZodEnum<["opportunities", "solutions", "outcomes"]>>; | ||
| relationships: z.ZodOptional<z.ZodArray<z.ZodEnum<["opportunities", "solutions", "outcomes"]>, "many">>; | ||
| } & { | ||
@@ -497,3 +497,3 @@ inProgressText: z.ZodDefault<z.ZodOptional<z.ZodString>>; | ||
| insightId: string; | ||
| relationships?: "opportunities" | "outcomes" | "solutions" | undefined; | ||
| relationships?: ("opportunities" | "outcomes" | "solutions")[] | undefined; | ||
| }, { | ||
@@ -503,7 +503,7 @@ insightId: string; | ||
| completedText?: string | undefined; | ||
| relationships?: "opportunities" | "outcomes" | "solutions" | undefined; | ||
| relationships?: ("opportunities" | "outcomes" | "solutions")[] | undefined; | ||
| }>; | ||
| execute: (args: z.infer<z.ZodObject<{ | ||
| insightId: z.ZodString; | ||
| relationships: z.ZodOptional<z.ZodEnum<["opportunities", "solutions", "outcomes"]>>; | ||
| relationships: z.ZodOptional<z.ZodArray<z.ZodEnum<["opportunities", "solutions", "outcomes"]>, "many">>; | ||
| } & { | ||
@@ -516,3 +516,3 @@ inProgressText: z.ZodDefault<z.ZodOptional<z.ZodString>>; | ||
| insightId: string; | ||
| relationships?: "opportunities" | "outcomes" | "solutions" | undefined; | ||
| relationships?: ("opportunities" | "outcomes" | "solutions")[] | undefined; | ||
| }, { | ||
@@ -522,3 +522,3 @@ insightId: string; | ||
| completedText?: string | undefined; | ||
| relationships?: "opportunities" | "outcomes" | "solutions" | undefined; | ||
| relationships?: ("opportunities" | "outcomes" | "solutions")[] | undefined; | ||
| }>>) => Promise<{ | ||
@@ -525,0 +525,0 @@ content: { |
+12
-4
| { | ||
| "name": "@squadai/tools", | ||
| "version": "2.0.0-beta.3", | ||
| "version": "2.0.0-beta.4", | ||
| "main": "./dist/index.js", | ||
@@ -30,3 +30,7 @@ "types": "./dist/index.d.ts", | ||
| "bun:build:windows": "bun build ./src/index.ts --compile --target=bun-windows-x64 --outfile ./bin/squad-mcp.exe", | ||
| "bun:build": "bun run bun:build:macos:arm64 && bun run bun:build:macos:64 && bun run bun:build:linux && bun run bun:build:windows" | ||
| "bun:build": "bun run bun:build:macos:arm64 && bun run bun:build:macos:64 && bun run bun:build:linux && bun run bun:build:windows", | ||
| "test": "vitest run", | ||
| "test:watch": "vitest watch", | ||
| "test:ui": "vitest --ui", | ||
| "test:coverage": "vitest run --coverage" | ||
| }, | ||
@@ -41,3 +45,6 @@ "files": [ | ||
| "devDependencies": { | ||
| "@types/node": "^22.13.14", | ||
| "@openapitools/openapi-generator-cli": "^2.25.0", | ||
| "@types/node": "^24.9.1", | ||
| "@vitest/ui": "^4.0.1", | ||
| "dotenv": "^17.2.3", | ||
| "eslint": "8.50.0", | ||
@@ -52,5 +59,6 @@ "eslint-config-prettier": "^9.1.0", | ||
| "tsx": "^4.19.3", | ||
| "typescript": "^5.8.2" | ||
| "typescript": "^5.8.2", | ||
| "vitest": "^4.0.1" | ||
| }, | ||
| "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1210091
0.49%6
20%1923
0.31%15
36.36%9
12.5%