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