@mondaydotcomorg/agent-toolkit 3.0.9 → 3.0.10

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.
@@ -1258,7 +1258,7 @@ import{z as e,ZodType as t}from"zod";import{zodToJsonSchema as a}from"zod-to-jso
1258
1258
  description
1259
1259
  }
1260
1260
  }
1261
- `,qA=100,HA=e=>e.toLocaleLowerCase().replace(/[^\p{L}\d]/gu,"");function zA(e){const t=e.workspaces?.filter((e=>null!==e));return t||[]}function GA(e){return Array.isArray(e)&&e.length>0}const WA={searchTerm:e.string().optional().describe("Optional search term used to filter workspaces. [IMPORANT] Only alphanumeric characters are supported."),limit:e.number().min(1).max(qA).default(qA).describe("Number of workspaces to return. Set to max (100) lower for smaller response size"),page:e.number().min(1).default(1).describe("Page number to return. Default is 1.")};const QA=EI`
1261
+ `,qA=100,HA=e=>e.toLocaleLowerCase().replace(/[^\p{L}\d]/gu,"");function zA(e){const t=e.workspaces?.filter((e=>null!==e));return t||[]}function GA(e){return Array.isArray(e)&&e.length>0}const WA={searchTerm:e.string().optional().describe("Optional search term used to filter workspaces. [IMPORTANT] Only alphanumeric characters are supported."),limit:e.number().min(1).max(qA).default(qA).describe("Number of workspaces to return. Default is (100), lower for a smaller response size"),page:e.number().min(1).default(1).describe("Page number to return. Default is 1.")};const QA=EI`
1262
1262
  query getItemBoard($itemId: ID!) {
1263
1263
  items(ids: [$itemId]) {
1264
1264
  id