@mondaydotcomorg/agent-toolkit 2.24.2 → 2.24.3

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.
@@ -1303,7 +1303,7 @@
1303
1303
  name
1304
1304
  }
1305
1305
  }
1306
- `;var sE,rE;!function(e){e.BOARD="board-",e.DOCUMENT="doc-",e.FOLDER="folder-"}(sE||(sE={})),function(e){e.BOARD="BOARD",e.DOCUMENTS="DOCUMENTS",e.FOLDERS="FOLDERS"}(rE||(rE={}));const pE=100,dE={searchTerm:e.z.string().optional().describe("The search term to use for the search."),searchType:e.z.nativeEnum(rE).describe("The type of search to perform."),limit:e.z.number().max(pE).optional().default(pE).describe("The number of items to get. The max and default value is 100."),page:e.z.number().optional().default(1).describe("The page number to get. The default value is 1."),workspaceIds:e.z.array(e.z.number()).optional().describe("The ids of the workspaces to search in. Pass if you want to search only in specific workspaces.")};e.z.enum(["enable","disable","status","list","detailed","reset"]).describe('Action to perform: "list" or "detailed" to discover available tools, "status" to check current states, "enable" to activate needed tools, "disable" to deactivate tools, "reset" to restore defaults'),e.z.string().optional().describe("Name of the tool to manage (required for enable/disable/status/reset)");const lE=Ew`
1306
+ `;var sE,rE;!function(e){e.BOARD="board-",e.DOCUMENT="doc-",e.FOLDER="folder-"}(sE||(sE={})),function(e){e.BOARD="BOARD",e.DOCUMENTS="DOCUMENTS",e.FOLDERS="FOLDERS"}(rE||(rE={}));const pE=100,dE={searchTerm:e.z.string().optional().describe("The search term to use for the search."),searchType:e.z.nativeEnum(rE).describe("The type of search to perform."),limit:e.z.number().max(pE).optional().default(pE).describe("The number of items to get. The max and default value is 100."),page:e.z.number().optional().default(1).describe("The page number to get. The default value is 1."),workspaceIds:e.z.array(e.z.number()).optional().describe("The ids of the workspaces to search in. [IMPORTANT] Only pass this param if user explicitly asked to search within specific workspaces.")};e.z.enum(["enable","disable","status","list","detailed","reset"]).describe('Action to perform: "list" or "detailed" to discover available tools, "status" to check current states, "enable" to activate needed tools, "disable" to deactivate tools, "reset" to restore defaults'),e.z.string().optional().describe("Name of the tool to manage (required for enable/disable/status/reset)");const lE=Ew`
1307
1307
  query getSprintsByIds($ids: [ID!]) {
1308
1308
  items(ids: $ids) {
1309
1309
  id