@credal/actions 0.2.5 → 0.2.6

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.
Files changed (89) hide show
  1. package/dist/actions/actionMapper.d.ts +1 -1
  2. package/dist/actions/actionMapper.js +105 -105
  3. package/dist/actions/autogen/templates.d.ts +1 -1
  4. package/dist/actions/groups.d.ts +1 -1
  5. package/dist/actions/groups.js +1 -1
  6. package/dist/actions/invoke.js +1 -1
  7. package/dist/actions/parse.js +1 -1
  8. package/dist/actions/providers/asana/createAsanaTask.js +1 -1
  9. package/dist/actions/providers/asana/updateAsanaTask.js +1 -1
  10. package/dist/actions/providers/bing/getTopNSearchResultUrls.d.ts +1 -1
  11. package/dist/actions/providers/bing/getTopNSearchResultUrls.js +2 -2
  12. package/dist/actions/providers/confluence/fetchPageContent.d.ts +1 -1
  13. package/dist/actions/providers/confluence/fetchPageContent.js +3 -3
  14. package/dist/actions/providers/confluence/overwritePage.d.ts +1 -1
  15. package/dist/actions/providers/confluence/overwritePage.js +3 -3
  16. package/dist/actions/providers/finnhub/getBasicFinancials.d.ts +1 -1
  17. package/dist/actions/providers/finnhub/getBasicFinancials.js +2 -2
  18. package/dist/actions/providers/finnhub/symbolLookup.d.ts +1 -1
  19. package/dist/actions/providers/finnhub/symbolLookup.js +2 -2
  20. package/dist/actions/providers/firecrawl/deepResearch.d.ts +1 -1
  21. package/dist/actions/providers/firecrawl/deepResearch.js +1 -1
  22. package/dist/actions/providers/firecrawl/scrapeTweetDataWithNitter.d.ts +1 -1
  23. package/dist/actions/providers/firecrawl/scrapeTweetDataWithNitter.js +1 -1
  24. package/dist/actions/providers/firecrawl/scrapeUrl.d.ts +1 -1
  25. package/dist/actions/providers/firecrawl/scrapeUrl.js +1 -1
  26. package/dist/actions/providers/github/createBranch.d.ts +1 -1
  27. package/dist/actions/providers/github/createBranch.js +1 -1
  28. package/dist/actions/providers/github/createOrUpdateFile.d.ts +1 -1
  29. package/dist/actions/providers/github/createOrUpdateFile.js +1 -1
  30. package/dist/actions/providers/github/createPullRequest.d.ts +1 -1
  31. package/dist/actions/providers/github/createPullRequest.js +1 -1
  32. package/dist/actions/providers/github/listPullRequests.d.ts +1 -1
  33. package/dist/actions/providers/github/listPullRequests.js +2 -2
  34. package/dist/actions/providers/gong/getGongTranscripts.d.ts +1 -1
  35. package/dist/actions/providers/gong/getGongTranscripts.js +1 -1
  36. package/dist/actions/providers/googlemail/listGmailThreads.js +1 -1
  37. package/dist/actions/providers/googlemail/searchGmailMessages.js +1 -1
  38. package/dist/actions/providers/jira/assignJiraTicket.js +1 -1
  39. package/dist/actions/providers/jira/createJiraTicket.js +1 -1
  40. package/dist/actions/providers/math/add.d.ts +1 -1
  41. package/dist/actions/providers/microsoft/createDocument.js +1 -1
  42. package/dist/actions/providers/microsoft/getDocument.js +1 -1
  43. package/dist/actions/providers/microsoft/messageTeamsChannel.js +1 -1
  44. package/dist/actions/providers/microsoft/messageTeamsChat.js +1 -1
  45. package/dist/actions/providers/microsoft/updateDocument.js +1 -1
  46. package/dist/actions/providers/microsoft/updateSpreadsheet.js +1 -1
  47. package/dist/actions/providers/slack/getChannelMessages.js +1 -1
  48. package/dist/actions/providers/slack/sendMessage.js +1 -1
  49. package/dist/actions/providers/snowflake/getRowByFieldValue.js +1 -1
  50. package/dist/actions/providers/snowflake/runSnowflakeQuery.js +1 -1
  51. package/dist/app.d.ts +2 -2
  52. package/dist/app.js +2 -2
  53. package/dist/index.d.ts +4 -4
  54. package/dist/index.js +3 -3
  55. package/dist/server.d.ts +2 -0
  56. package/dist/server.js +8 -0
  57. package/package.json +1 -1
  58. package/dist/actions/autogen/definitions.d.ts +0 -5
  59. package/dist/actions/autogen/definitions.js +0 -132
  60. package/dist/actions/definitions.js +0 -35
  61. package/dist/actions/invokeMapper.d.ts +0 -9
  62. package/dist/actions/invokeMapper.js +0 -33
  63. package/dist/actions/providers/confluence/updatePage.d.ts +0 -3
  64. package/dist/actions/providers/confluence/updatePage.js +0 -43
  65. package/dist/actions/providers/credal/callCopilot.d.ts +0 -3
  66. package/dist/actions/providers/credal/callCopilot.js +0 -36
  67. package/dist/actions/providers/google-oauth/listGmailThreads.d.ts +0 -3
  68. package/dist/actions/providers/google-oauth/listGmailThreads.js +0 -98
  69. package/dist/actions/providers/google-oauth/searchGmailMessages.d.ts +0 -3
  70. package/dist/actions/providers/google-oauth/searchGmailMessages.js +0 -91
  71. package/dist/actions/providers/googlemaps/nearbysearch.d.ts +0 -3
  72. package/dist/actions/providers/googlemaps/nearbysearch.js +0 -96
  73. package/dist/actions/providers/jira/createTicket.d.ts +0 -3
  74. package/dist/actions/providers/jira/createTicket.js +0 -34
  75. package/dist/actions/providers/math/index.d.ts +0 -1
  76. package/dist/actions/providers/math/index.js +0 -37
  77. package/dist/actions/providers/salesforce/getSalesforceRecordByQuery.d.ts +0 -3
  78. package/dist/actions/providers/salesforce/getSalesforceRecordByQuery.js +0 -43
  79. package/dist/actions/providers/slack/index.d.ts +0 -1
  80. package/dist/actions/providers/slack/index.js +0 -37
  81. package/dist/actions/providers/slack/listConversations.d.ts +0 -3
  82. package/dist/actions/providers/slack/listConversations.js +0 -41
  83. package/dist/actions/providers/slack/list_conversations.d.ts +0 -3
  84. package/dist/actions/providers/slack/list_conversations.js +0 -60
  85. package/dist/actions/providers/slack/summarizeChannel.d.ts +0 -3
  86. package/dist/actions/providers/slack/summarizeChannel.js +0 -51
  87. package/dist/actions/schema.js +0 -6
  88. package/dist/actions/types.js +0 -2
  89. package/dist/main.js +0 -11
@@ -1,5 +1,5 @@
1
1
  import type { z } from "zod";
2
- import { type ActionFunction } from "./autogen/types";
2
+ import { type ActionFunction } from "./autogen/types.js";
3
3
  interface ActionFunctionComponents {
4
4
  fn: ActionFunction<any, any, any>;
5
5
  paramsSchema: z.ZodSchema;
@@ -1,111 +1,111 @@
1
- import { genericFillTemplateParamsSchema, genericFillTemplateOutputSchema, confluenceOverwritePageParamsSchema, confluenceOverwritePageOutputSchema, googlemapsValidateAddressOutputSchema, googlemapsValidateAddressParamsSchema, googleOauthCreateNewGoogleDocParamsSchema, googleOauthCreateNewGoogleDocOutputSchema, mathAddOutputSchema, mathAddParamsSchema, mongoInsertMongoDocOutputSchema, mongoInsertMongoDocParamsSchema, slackSendMessageOutputSchema, slackSendMessageParamsSchema, slackGetChannelMessagesOutputSchema, slackGetChannelMessagesParamsSchema, snowflakeGetRowByFieldValueOutputSchema, snowflakeGetRowByFieldValueParamsSchema, zendeskCreateZendeskTicketOutputSchema, zendeskCreateZendeskTicketParamsSchema, zendeskGetTicketDetailsOutputSchema, zendeskGetTicketDetailsParamsSchema, zendeskUpdateTicketStatusOutputSchema, zendeskUpdateTicketStatusParamsSchema, zendeskAddCommentToTicketOutputSchema, zendeskAddCommentToTicketParamsSchema, zendeskAssignTicketOutputSchema, zendeskAssignTicketParamsSchema, zendeskListZendeskTicketsOutputSchema, zendeskListZendeskTicketsParamsSchema, jiraAssignJiraTicketParamsSchema, jiraAssignJiraTicketOutputSchema, jiraCommentJiraTicketParamsSchema, jiraCommentJiraTicketOutputSchema, jiraCreateJiraTicketParamsSchema, jiraCreateJiraTicketOutputSchema, jiraGetJiraTicketDetailsParamsSchema, jiraGetJiraTicketDetailsOutputSchema, jiraGetJiraTicketHistoryParamsSchema, jiraGetJiraTicketHistoryOutputSchema, jiraUpdateJiraTicketDetailsParamsSchema, jiraUpdateJiraTicketDetailsOutputSchema, jiraUpdateJiraTicketStatusParamsSchema, jiraUpdateJiraTicketStatusOutputSchema, openstreetmapGetLatitudeLongitudeFromLocationParamsSchema, openstreetmapGetLatitudeLongitudeFromLocationOutputSchema, nwsGetForecastForLocationParamsSchema, nwsGetForecastForLocationOutputSchema, googlemapsNearbysearchRestaurantsOutputSchema, googlemapsNearbysearchRestaurantsParamsSchema, firecrawlScrapeUrlOutputSchema, firecrawlScrapeUrlParamsSchema, resendSendEmailOutputSchema, firecrawlScrapeTweetDataWithNitterParamsSchema, firecrawlScrapeTweetDataWithNitterOutputSchema, resendSendEmailParamsSchema, linkedinCreateShareLinkedinPostUrlParamsSchema, linkedinCreateShareLinkedinPostUrlOutputSchema, xCreateShareXPostUrlParamsSchema, xCreateShareXPostUrlOutputSchema, finnhubSymbolLookupParamsSchema, finnhubSymbolLookupOutputSchema, finnhubGetBasicFinancialsParamsSchema, finnhubGetBasicFinancialsOutputSchema, confluenceFetchPageContentParamsSchema, confluenceFetchPageContentOutputSchema, snowflakeRunSnowflakeQueryParamsSchema, snowflakeRunSnowflakeQueryOutputSchema, lookerEnableUserByEmailParamsSchema, lookerEnableUserByEmailOutputSchema, googleOauthUpdateDocParamsSchema, googleOauthUpdateDocOutputSchema, googleOauthCreateSpreadsheetParamsSchema, googleOauthCreateSpreadsheetOutputSchema, googleOauthUpdateSpreadsheetParamsSchema, googleOauthUpdateSpreadsheetOutputSchema, googleOauthScheduleCalendarMeetingParamsSchema, googleOauthScheduleCalendarMeetingOutputSchema, googleOauthListCalendarsParamsSchema, googleOauthListCalendarsOutputSchema, googleOauthListCalendarEventsParamsSchema, googleOauthListCalendarEventsOutputSchema, googleOauthUpdateCalendarEventParamsSchema, googleOauthUpdateCalendarEventOutputSchema, googleOauthDeleteCalendarEventParamsSchema, googleOauthDeleteCalendarEventOutputSchema, googleOauthCreatePresentationParamsSchema, googleOauthCreatePresentationOutputSchema, googleOauthUpdatePresentationParamsSchema, googleOauthUpdatePresentationOutputSchema, googleOauthSearchDriveByKeywordsParamsSchema, googleOauthSearchDriveByKeywordsOutputSchema, googleOauthListGroupsOutputSchema, googleOauthListGroupsParamsSchema, googleOauthGetGroupOutputSchema, googleOauthGetGroupParamsSchema, googleOauthListGroupMembersOutputSchema, googleOauthListGroupMembersParamsSchema, googleOauthHasGroupMemberOutputSchema, googleOauthHasGroupMemberParamsSchema, googleOauthAddGroupMemberOutputSchema, googleOauthAddGroupMemberParamsSchema, googleOauthDeleteGroupMemberOutputSchema, googleOauthDeleteGroupMemberParamsSchema, gongGetGongTranscriptsParamsSchema, gongGetGongTranscriptsOutputSchema, ashbyCreateNoteParamsSchema, ashbyCreateNoteOutputSchema, ashbyGetCandidateInfoParamsSchema, ashbyGetCandidateInfoOutputSchema, salesforceUpdateRecordParamsSchema, salesforceUpdateRecordOutputSchema, salesforceCreateCaseParamsSchema, salesforceCreateCaseOutputSchema, salesforceGenerateSalesReportParamsSchema, salesforceGenerateSalesReportOutputSchema, salesforceGetRecordParamsSchema, salesforceGetRecordOutputSchema, ashbyListCandidatesParamsSchema, ashbyListCandidatesOutputSchema, ashbyListCandidateNotesParamsSchema, ashbyListCandidateNotesOutputSchema, ashbySearchCandidatesParamsSchema, ashbySearchCandidatesOutputSchema, ashbyCreateCandidateParamsSchema, ashbyCreateCandidateOutputSchema, ashbyUpdateCandidateParamsSchema, ashbyUpdateCandidateOutputSchema, microsoftMessageTeamsChatParamsSchema, microsoftMessageTeamsChatOutputSchema, microsoftMessageTeamsChannelParamsSchema, microsoftMessageTeamsChannelOutputSchema, salesforceGetSalesforceRecordsByQueryParamsSchema, salesforceGetSalesforceRecordsByQueryOutputSchema, asanaCommentTaskParamsSchema, asanaCommentTaskOutputSchema, asanaCreateTaskParamsSchema, asanaCreateTaskOutputSchema, asanaUpdateTaskParamsSchema, asanaUpdateTaskOutputSchema, githubCreateOrUpdateFileParamsSchema, githubCreateOrUpdateFileOutputSchema, githubCreateBranchParamsSchema, githubCreateBranchOutputSchema, githubCreatePullRequestParamsSchema, githubCreatePullRequestOutputSchema, microsoftUpdateSpreadsheetParamsSchema, microsoftUpdateSpreadsheetOutputSchema, microsoftUpdateDocumentParamsSchema, microsoftUpdateDocumentOutputSchema, microsoftGetDocumentParamsSchema, microsoftGetDocumentOutputSchema, salesforceFetchSalesforceSchemaByObjectParamsSchema, salesforceFetchSalesforceSchemaByObjectOutputSchema, githubListPullRequestsParamsSchema, githubListPullRequestsOutputSchema, jiraGetJiraIssuesByQueryOutputSchema, jiraGetJiraIssuesByQueryParamsSchema, salesforceCreateRecordParamsSchema, salesforceCreateRecordOutputSchema, firecrawlDeepResearchParamsSchema, firecrawlDeepResearchOutputSchema, bingGetTopNSearchResultUrlsParamsSchema, bingGetTopNSearchResultUrlsOutputSchema, ashbyAddCandidateToProjectParamsSchema, ashbyAddCandidateToProjectOutputSchema, microsoftCreateDocumentParamsSchema, microsoftCreateDocumentOutputSchema, kandjiGetFVRecoveryKeyForDeviceParamsSchema, kandjiGetFVRecoveryKeyForDeviceOutputSchema, asanaListAsanaTasksByProjectParamsSchema, asanaListAsanaTasksByProjectOutputSchema, asanaSearchTasksParamsSchema, asanaSearchTasksOutputSchema, asanaGetTasksDetailsParamsSchema, asanaGetTasksDetailsOutputSchema, notionSearchByTitleParamsSchema, notionSearchByTitleOutputSchema, jamfGetJamfComputerInventoryParamsSchema, jamfGetJamfComputerInventoryOutputSchema, jamfGetJamfFileVaultRecoveryKeyParamsSchema, jamfGetJamfFileVaultRecoveryKeyOutputSchema, googlemailSearchGmailMessagesOutputSchema, googlemailSearchGmailMessagesParamsSchema, googlemailListGmailThreadsOutputSchema, googlemailListGmailThreadsParamsSchema, oktaListOktaUsersParamsSchema, oktaListOktaUsersOutputSchema, oktaGetOktaUserParamsSchema, oktaGetOktaUserOutputSchema, oktaListOktaUserGroupsParamsSchema, oktaListOktaUserGroupsOutputSchema, oktaListOktaGroupsParamsSchema, oktaListOktaGroupsOutputSchema, oktaGetOktaGroupParamsSchema, oktaGetOktaGroupOutputSchema, oktaListOktaGroupMembersParamsSchema, oktaListOktaGroupMembersOutputSchema, oktaRemoveUserFromGroupParamsSchema, oktaRemoveUserFromGroupOutputSchema, oktaAddUserToGroupParamsSchema, oktaAddUserToGroupOutputSchema, oktaResetPasswordParamsSchema, oktaResetPasswordOutputSchema, oktaResetMFAParamsSchema, oktaResetMFAOutputSchema, oktaListMFAParamsSchema, oktaListMFAOutputSchema, } from "./autogen/types";
2
- import validateAddress from "./providers/googlemaps/validateAddress";
3
- import add from "./providers/math/add";
4
- import fillTemplate from "./providers/generic/fillTemplate";
5
- import insertMongoDoc from "./providers/mongodb/insertMongoDoc";
6
- import sendMessage from "./providers/slack/sendMessage";
7
- import getChannelMessages from "./providers/slack/getChannelMessages";
8
- import getRowByFieldValue from "./providers/snowflake/getRowByFieldValue";
9
- import createZendeskTicket from "./providers/zendesk/createZendeskTicket";
10
- import getZendeskTicketDetails from "./providers/zendesk/getTicketDetails";
11
- import updateTicketStatus from "./providers/zendesk/updateTicketStatus";
12
- import addCommentToTicket from "./providers/zendesk/addCommentToTicket";
13
- import assignTicket from "./providers/zendesk/assignTicket";
14
- import listZendeskTickets from "./providers/zendesk/listTickets";
15
- import assignJiraTicket from "./providers/jira/assignJiraTicket";
16
- import commentJiraTicket from "./providers/jira/commentJiraTicket";
17
- import createJiraTicket from "./providers/jira/createJiraTicket";
18
- import getJiraTicketDetails from "./providers/jira/getJiraTicketDetails";
19
- import getJiraTicketHistory from "./providers/jira/getJiraTicketHistory";
20
- import updateJiraTicketDetails from "./providers/jira/updateJiraTicketDetails";
21
- import updateJiraTicketStatus from "./providers/jira/updateJiraTicketStatus";
22
- import getLatitudeLongitudeFromLocation from "./providers/openstreetmap/getLatitudeLongitudeFromLocation";
23
- import getForecastForLocation from "./providers/nws/getForecastForLocation";
24
- import getSalesforceRecordsByQuery from "./providers/salesforce/getSalesforceRecordsByQuery";
25
- import nearbysearch from "./providers/googlemaps/nearbysearchRestaurants";
26
- import scrapeUrl from "./providers/firecrawl/scrapeUrl";
27
- import sendEmail from "./providers/resend/sendEmail";
28
- import commentAsanaTask from "./providers/asana/commentAsanaTask";
29
- import createAsanaTask from "./providers/asana/createAsanaTask";
30
- import updateAsanaTask from "./providers/asana/updateAsanaTask";
31
- import searchAsanaTasks from "./providers/asana/searchAsanaTasks";
32
- import createShareLinkedinPostUrl from "./providers/linkedin/createSharePostLinkedinUrl";
33
- import createNewGoogleDoc from "./providers/google-oauth/createNewGoogleDoc";
34
- import createXSharePostUrl from "./providers/x/createXSharePostUrl";
35
- import scrapeTweetDataWithNitter from "./providers/firecrawl/scrapeTweetDataWithNitter";
36
- import symbolLookup from "./providers/finnhub/symbolLookup";
37
- import getBasicFinancials from "./providers/finnhub/getBasicFinancials";
38
- import confluenceOverwritePage from "./providers/confluence/overwritePage";
39
- import confluenceFetchPageContent from "./providers/confluence/fetchPageContent";
40
- import runSnowflakeQuery from "./providers/snowflake/runSnowflakeQuery";
41
- import enableUserByEmail from "./providers/looker/enableUserByEmail";
42
- import updateDoc from "./providers/google-oauth/updateDoc";
43
- import scheduleCalendarMeeting from "./providers/google-oauth/scheduleCalendarMeeting";
44
- import listCalendars from "./providers/google-oauth/listCalendars";
45
- import listCalendarEvents from "./providers/google-oauth/listCalendarEvents";
46
- import updateCalendarEvent from "./providers/google-oauth/updateCalendarEvent";
47
- import deleteCalendarEvent from "./providers/google-oauth/deleteCalendarEvent";
48
- import createSpreadsheet from "./providers/google-oauth/createSpreadsheet";
49
- import updateSpreadsheet from "./providers/google-oauth/updateSpreadsheet";
50
- import createPresentation from "./providers/google-oauth/createPresentation";
51
- import updatePresentation from "./providers/google-oauth/updatePresentation";
52
- import createNote from "./providers/ashby/createNote";
53
- import getCandidateInfo from "./providers/ashby/getCandidateInfo";
54
- import updateRecord from "./providers/salesforce/updateRecord";
55
- import createCase from "./providers/salesforce/createCase";
56
- import generateSalesReport from "./providers/salesforce/generateSalesReport";
57
- import getRecord from "./providers/salesforce/getRecord";
58
- import listCandidates from "./providers/ashby/listCandidates";
59
- import listCandidateNotes from "./providers/ashby/listCandidateNotes";
60
- import searchCandidates from "./providers/ashby/searchCandidates";
61
- import createCandidate from "./providers/ashby/createCandidate";
62
- import updateCandidate from "./providers/ashby/updateCandidate";
63
- import addCandidateToProject from "./providers/ashby/addCandidateToProject";
64
- import sendMessageToTeamsChat from "./providers/microsoft/messageTeamsChat";
65
- import sendMessageToTeamsChannel from "./providers/microsoft/messageTeamsChannel";
66
- import createOrUpdateFile from "./providers/github/createOrUpdateFile";
67
- import createBranch from "./providers/github/createBranch";
68
- import createPullRequest from "./providers/github/createPullRequest";
69
- import microsoftUpdateSpreadsheet from "./providers/microsoft/updateSpreadsheet";
70
- import updateDocument from "./providers/microsoft/updateDocument";
71
- import createDocument from "./providers/microsoft/createDocument";
72
- import getDocument from "./providers/microsoft/getDocument";
73
- import fetchSalesforceSchemaByObject from "./providers/salesforce/fetchSalesforceSchema";
74
- import deepResearch from "./providers/firecrawl/deepResearch";
75
- import listPullRequests from "./providers/github/listPullRequests";
76
- import getJiraIssuesByQuery from "./providers/jira/getJiraIssuesByQuery";
77
- import createRecord from "./providers/salesforce/createRecord";
78
- import getTopNSearchResultUrls from "./providers/bing/getTopNSearchResultUrls";
79
- import getGongTranscripts from "./providers/gong/getGongTranscripts";
80
- import searchDriveByKeywords from "./providers/google-oauth/searchDriveByKeywords";
81
- import getFVRecoveryKeyForDevice from "./providers/kandji/getFVRecoveryKeyForDevice";
82
- import listAsanaTasksByProject from "./providers/asana/listAsanaTasksByProject";
83
- import getTasksDetails from "./providers/asana/getTasksDetails";
84
- import searchByTitle from "./providers/notion/searchByTitle";
85
- import searchGmailMessages from "./providers/googlemail/searchGmailMessages";
86
- import listGmailThreads from "./providers/googlemail/listGmailThreads";
1
+ import { genericFillTemplateParamsSchema, genericFillTemplateOutputSchema, confluenceOverwritePageParamsSchema, confluenceOverwritePageOutputSchema, googlemapsValidateAddressOutputSchema, googlemapsValidateAddressParamsSchema, googleOauthCreateNewGoogleDocParamsSchema, googleOauthCreateNewGoogleDocOutputSchema, mathAddOutputSchema, mathAddParamsSchema, mongoInsertMongoDocOutputSchema, mongoInsertMongoDocParamsSchema, slackSendMessageOutputSchema, slackSendMessageParamsSchema, slackGetChannelMessagesOutputSchema, slackGetChannelMessagesParamsSchema, snowflakeGetRowByFieldValueOutputSchema, snowflakeGetRowByFieldValueParamsSchema, zendeskCreateZendeskTicketOutputSchema, zendeskCreateZendeskTicketParamsSchema, zendeskGetTicketDetailsOutputSchema, zendeskGetTicketDetailsParamsSchema, zendeskUpdateTicketStatusOutputSchema, zendeskUpdateTicketStatusParamsSchema, zendeskAddCommentToTicketOutputSchema, zendeskAddCommentToTicketParamsSchema, zendeskAssignTicketOutputSchema, zendeskAssignTicketParamsSchema, zendeskListZendeskTicketsOutputSchema, zendeskListZendeskTicketsParamsSchema, jiraAssignJiraTicketParamsSchema, jiraAssignJiraTicketOutputSchema, jiraCommentJiraTicketParamsSchema, jiraCommentJiraTicketOutputSchema, jiraCreateJiraTicketParamsSchema, jiraCreateJiraTicketOutputSchema, jiraGetJiraTicketDetailsParamsSchema, jiraGetJiraTicketDetailsOutputSchema, jiraGetJiraTicketHistoryParamsSchema, jiraGetJiraTicketHistoryOutputSchema, jiraUpdateJiraTicketDetailsParamsSchema, jiraUpdateJiraTicketDetailsOutputSchema, jiraUpdateJiraTicketStatusParamsSchema, jiraUpdateJiraTicketStatusOutputSchema, openstreetmapGetLatitudeLongitudeFromLocationParamsSchema, openstreetmapGetLatitudeLongitudeFromLocationOutputSchema, nwsGetForecastForLocationParamsSchema, nwsGetForecastForLocationOutputSchema, googlemapsNearbysearchRestaurantsOutputSchema, googlemapsNearbysearchRestaurantsParamsSchema, firecrawlScrapeUrlOutputSchema, firecrawlScrapeUrlParamsSchema, resendSendEmailOutputSchema, firecrawlScrapeTweetDataWithNitterParamsSchema, firecrawlScrapeTweetDataWithNitterOutputSchema, resendSendEmailParamsSchema, linkedinCreateShareLinkedinPostUrlParamsSchema, linkedinCreateShareLinkedinPostUrlOutputSchema, xCreateShareXPostUrlParamsSchema, xCreateShareXPostUrlOutputSchema, finnhubSymbolLookupParamsSchema, finnhubSymbolLookupOutputSchema, finnhubGetBasicFinancialsParamsSchema, finnhubGetBasicFinancialsOutputSchema, confluenceFetchPageContentParamsSchema, confluenceFetchPageContentOutputSchema, snowflakeRunSnowflakeQueryParamsSchema, snowflakeRunSnowflakeQueryOutputSchema, lookerEnableUserByEmailParamsSchema, lookerEnableUserByEmailOutputSchema, googleOauthUpdateDocParamsSchema, googleOauthUpdateDocOutputSchema, googleOauthCreateSpreadsheetParamsSchema, googleOauthCreateSpreadsheetOutputSchema, googleOauthUpdateSpreadsheetParamsSchema, googleOauthUpdateSpreadsheetOutputSchema, googleOauthScheduleCalendarMeetingParamsSchema, googleOauthScheduleCalendarMeetingOutputSchema, googleOauthListCalendarsParamsSchema, googleOauthListCalendarsOutputSchema, googleOauthListCalendarEventsParamsSchema, googleOauthListCalendarEventsOutputSchema, googleOauthUpdateCalendarEventParamsSchema, googleOauthUpdateCalendarEventOutputSchema, googleOauthDeleteCalendarEventParamsSchema, googleOauthDeleteCalendarEventOutputSchema, googleOauthCreatePresentationParamsSchema, googleOauthCreatePresentationOutputSchema, googleOauthUpdatePresentationParamsSchema, googleOauthUpdatePresentationOutputSchema, googleOauthSearchDriveByKeywordsParamsSchema, googleOauthSearchDriveByKeywordsOutputSchema, googleOauthListGroupsOutputSchema, googleOauthListGroupsParamsSchema, googleOauthGetGroupOutputSchema, googleOauthGetGroupParamsSchema, googleOauthListGroupMembersOutputSchema, googleOauthListGroupMembersParamsSchema, googleOauthHasGroupMemberOutputSchema, googleOauthHasGroupMemberParamsSchema, googleOauthAddGroupMemberOutputSchema, googleOauthAddGroupMemberParamsSchema, googleOauthDeleteGroupMemberOutputSchema, googleOauthDeleteGroupMemberParamsSchema, gongGetGongTranscriptsParamsSchema, gongGetGongTranscriptsOutputSchema, ashbyCreateNoteParamsSchema, ashbyCreateNoteOutputSchema, ashbyGetCandidateInfoParamsSchema, ashbyGetCandidateInfoOutputSchema, salesforceUpdateRecordParamsSchema, salesforceUpdateRecordOutputSchema, salesforceCreateCaseParamsSchema, salesforceCreateCaseOutputSchema, salesforceGenerateSalesReportParamsSchema, salesforceGenerateSalesReportOutputSchema, salesforceGetRecordParamsSchema, salesforceGetRecordOutputSchema, ashbyListCandidatesParamsSchema, ashbyListCandidatesOutputSchema, ashbyListCandidateNotesParamsSchema, ashbyListCandidateNotesOutputSchema, ashbySearchCandidatesParamsSchema, ashbySearchCandidatesOutputSchema, ashbyCreateCandidateParamsSchema, ashbyCreateCandidateOutputSchema, ashbyUpdateCandidateParamsSchema, ashbyUpdateCandidateOutputSchema, microsoftMessageTeamsChatParamsSchema, microsoftMessageTeamsChatOutputSchema, microsoftMessageTeamsChannelParamsSchema, microsoftMessageTeamsChannelOutputSchema, salesforceGetSalesforceRecordsByQueryParamsSchema, salesforceGetSalesforceRecordsByQueryOutputSchema, asanaCommentTaskParamsSchema, asanaCommentTaskOutputSchema, asanaCreateTaskParamsSchema, asanaCreateTaskOutputSchema, asanaUpdateTaskParamsSchema, asanaUpdateTaskOutputSchema, githubCreateOrUpdateFileParamsSchema, githubCreateOrUpdateFileOutputSchema, githubCreateBranchParamsSchema, githubCreateBranchOutputSchema, githubCreatePullRequestParamsSchema, githubCreatePullRequestOutputSchema, microsoftUpdateSpreadsheetParamsSchema, microsoftUpdateSpreadsheetOutputSchema, microsoftUpdateDocumentParamsSchema, microsoftUpdateDocumentOutputSchema, microsoftGetDocumentParamsSchema, microsoftGetDocumentOutputSchema, salesforceFetchSalesforceSchemaByObjectParamsSchema, salesforceFetchSalesforceSchemaByObjectOutputSchema, githubListPullRequestsParamsSchema, githubListPullRequestsOutputSchema, jiraGetJiraIssuesByQueryOutputSchema, jiraGetJiraIssuesByQueryParamsSchema, salesforceCreateRecordParamsSchema, salesforceCreateRecordOutputSchema, firecrawlDeepResearchParamsSchema, firecrawlDeepResearchOutputSchema, bingGetTopNSearchResultUrlsParamsSchema, bingGetTopNSearchResultUrlsOutputSchema, ashbyAddCandidateToProjectParamsSchema, ashbyAddCandidateToProjectOutputSchema, microsoftCreateDocumentParamsSchema, microsoftCreateDocumentOutputSchema, kandjiGetFVRecoveryKeyForDeviceParamsSchema, kandjiGetFVRecoveryKeyForDeviceOutputSchema, asanaListAsanaTasksByProjectParamsSchema, asanaListAsanaTasksByProjectOutputSchema, asanaSearchTasksParamsSchema, asanaSearchTasksOutputSchema, asanaGetTasksDetailsParamsSchema, asanaGetTasksDetailsOutputSchema, notionSearchByTitleParamsSchema, notionSearchByTitleOutputSchema, jamfGetJamfComputerInventoryParamsSchema, jamfGetJamfComputerInventoryOutputSchema, jamfGetJamfFileVaultRecoveryKeyParamsSchema, jamfGetJamfFileVaultRecoveryKeyOutputSchema, googlemailSearchGmailMessagesOutputSchema, googlemailSearchGmailMessagesParamsSchema, googlemailListGmailThreadsOutputSchema, googlemailListGmailThreadsParamsSchema, oktaListOktaUsersParamsSchema, oktaListOktaUsersOutputSchema, oktaGetOktaUserParamsSchema, oktaGetOktaUserOutputSchema, oktaListOktaUserGroupsParamsSchema, oktaListOktaUserGroupsOutputSchema, oktaListOktaGroupsParamsSchema, oktaListOktaGroupsOutputSchema, oktaGetOktaGroupParamsSchema, oktaGetOktaGroupOutputSchema, oktaListOktaGroupMembersParamsSchema, oktaListOktaGroupMembersOutputSchema, oktaRemoveUserFromGroupParamsSchema, oktaRemoveUserFromGroupOutputSchema, oktaAddUserToGroupParamsSchema, oktaAddUserToGroupOutputSchema, oktaResetPasswordParamsSchema, oktaResetPasswordOutputSchema, oktaResetMFAParamsSchema, oktaResetMFAOutputSchema, oktaListMFAParamsSchema, oktaListMFAOutputSchema, } from "./autogen/types.js";
2
+ import validateAddress from "./providers/googlemaps/validateAddress.js";
3
+ import add from "./providers/math/add.js";
4
+ import fillTemplate from "./providers/generic/fillTemplate.js";
5
+ import insertMongoDoc from "./providers/mongodb/insertMongoDoc.js";
6
+ import sendMessage from "./providers/slack/sendMessage.js";
7
+ import getChannelMessages from "./providers/slack/getChannelMessages.js";
8
+ import getRowByFieldValue from "./providers/snowflake/getRowByFieldValue.js";
9
+ import createZendeskTicket from "./providers/zendesk/createZendeskTicket.js";
10
+ import getZendeskTicketDetails from "./providers/zendesk/getTicketDetails.js";
11
+ import updateTicketStatus from "./providers/zendesk/updateTicketStatus.js";
12
+ import addCommentToTicket from "./providers/zendesk/addCommentToTicket.js";
13
+ import assignTicket from "./providers/zendesk/assignTicket.js";
14
+ import listZendeskTickets from "./providers/zendesk/listTickets.js";
15
+ import assignJiraTicket from "./providers/jira/assignJiraTicket.js";
16
+ import commentJiraTicket from "./providers/jira/commentJiraTicket.js";
17
+ import createJiraTicket from "./providers/jira/createJiraTicket.js";
18
+ import getJiraTicketDetails from "./providers/jira/getJiraTicketDetails.js";
19
+ import getJiraTicketHistory from "./providers/jira/getJiraTicketHistory.js";
20
+ import updateJiraTicketDetails from "./providers/jira/updateJiraTicketDetails.js";
21
+ import updateJiraTicketStatus from "./providers/jira/updateJiraTicketStatus.js";
22
+ import getLatitudeLongitudeFromLocation from "./providers/openstreetmap/getLatitudeLongitudeFromLocation.js";
23
+ import getForecastForLocation from "./providers/nws/getForecastForLocation.js";
24
+ import getSalesforceRecordsByQuery from "./providers/salesforce/getSalesforceRecordsByQuery.js";
25
+ import nearbysearch from "./providers/googlemaps/nearbysearchRestaurants.js";
26
+ import scrapeUrl from "./providers/firecrawl/scrapeUrl.js";
27
+ import sendEmail from "./providers/resend/sendEmail.js";
28
+ import commentAsanaTask from "./providers/asana/commentAsanaTask.js";
29
+ import createAsanaTask from "./providers/asana/createAsanaTask.js";
30
+ import updateAsanaTask from "./providers/asana/updateAsanaTask.js";
31
+ import searchAsanaTasks from "./providers/asana/searchAsanaTasks.js";
32
+ import createShareLinkedinPostUrl from "./providers/linkedin/createSharePostLinkedinUrl.js";
33
+ import createNewGoogleDoc from "./providers/google-oauth/createNewGoogleDoc.js";
34
+ import createXSharePostUrl from "./providers/x/createXSharePostUrl.js";
35
+ import scrapeTweetDataWithNitter from "./providers/firecrawl/scrapeTweetDataWithNitter.js";
36
+ import symbolLookup from "./providers/finnhub/symbolLookup.js";
37
+ import getBasicFinancials from "./providers/finnhub/getBasicFinancials.js";
38
+ import confluenceOverwritePage from "./providers/confluence/overwritePage.js";
39
+ import confluenceFetchPageContent from "./providers/confluence/fetchPageContent.js";
40
+ import runSnowflakeQuery from "./providers/snowflake/runSnowflakeQuery.js";
41
+ import enableUserByEmail from "./providers/looker/enableUserByEmail.js";
42
+ import updateDoc from "./providers/google-oauth/updateDoc.js";
43
+ import scheduleCalendarMeeting from "./providers/google-oauth/scheduleCalendarMeeting.js";
44
+ import listCalendars from "./providers/google-oauth/listCalendars.js";
45
+ import listCalendarEvents from "./providers/google-oauth/listCalendarEvents.js";
46
+ import updateCalendarEvent from "./providers/google-oauth/updateCalendarEvent.js";
47
+ import deleteCalendarEvent from "./providers/google-oauth/deleteCalendarEvent.js";
48
+ import createSpreadsheet from "./providers/google-oauth/createSpreadsheet.js";
49
+ import updateSpreadsheet from "./providers/google-oauth/updateSpreadsheet.js";
50
+ import createPresentation from "./providers/google-oauth/createPresentation.js";
51
+ import updatePresentation from "./providers/google-oauth/updatePresentation.js";
52
+ import createNote from "./providers/ashby/createNote.js";
53
+ import getCandidateInfo from "./providers/ashby/getCandidateInfo.js";
54
+ import updateRecord from "./providers/salesforce/updateRecord.js";
55
+ import createCase from "./providers/salesforce/createCase.js";
56
+ import generateSalesReport from "./providers/salesforce/generateSalesReport.js";
57
+ import getRecord from "./providers/salesforce/getRecord.js";
58
+ import listCandidates from "./providers/ashby/listCandidates.js";
59
+ import listCandidateNotes from "./providers/ashby/listCandidateNotes.js";
60
+ import searchCandidates from "./providers/ashby/searchCandidates.js";
61
+ import createCandidate from "./providers/ashby/createCandidate.js";
62
+ import updateCandidate from "./providers/ashby/updateCandidate.js";
63
+ import addCandidateToProject from "./providers/ashby/addCandidateToProject.js";
64
+ import sendMessageToTeamsChat from "./providers/microsoft/messageTeamsChat.js";
65
+ import sendMessageToTeamsChannel from "./providers/microsoft/messageTeamsChannel.js";
66
+ import createOrUpdateFile from "./providers/github/createOrUpdateFile.js";
67
+ import createBranch from "./providers/github/createBranch.js";
68
+ import createPullRequest from "./providers/github/createPullRequest.js";
69
+ import microsoftUpdateSpreadsheet from "./providers/microsoft/updateSpreadsheet.js";
70
+ import updateDocument from "./providers/microsoft/updateDocument.js";
71
+ import createDocument from "./providers/microsoft/createDocument.js";
72
+ import getDocument from "./providers/microsoft/getDocument.js";
73
+ import fetchSalesforceSchemaByObject from "./providers/salesforce/fetchSalesforceSchema.js";
74
+ import deepResearch from "./providers/firecrawl/deepResearch.js";
75
+ import listPullRequests from "./providers/github/listPullRequests.js";
76
+ import getJiraIssuesByQuery from "./providers/jira/getJiraIssuesByQuery.js";
77
+ import createRecord from "./providers/salesforce/createRecord.js";
78
+ import getTopNSearchResultUrls from "./providers/bing/getTopNSearchResultUrls.js";
79
+ import getGongTranscripts from "./providers/gong/getGongTranscripts.js";
80
+ import searchDriveByKeywords from "./providers/google-oauth/searchDriveByKeywords.js";
81
+ import getFVRecoveryKeyForDevice from "./providers/kandji/getFVRecoveryKeyForDevice.js";
82
+ import listAsanaTasksByProject from "./providers/asana/listAsanaTasksByProject.js";
83
+ import getTasksDetails from "./providers/asana/getTasksDetails.js";
84
+ import searchByTitle from "./providers/notion/searchByTitle.js";
85
+ import searchGmailMessages from "./providers/googlemail/searchGmailMessages.js";
86
+ import listGmailThreads from "./providers/googlemail/listGmailThreads.js";
87
87
  // import listCalendarEvents from "./providers/google-oauth/listCalendarEvents";
88
88
  // import updateCalendarEvent from "./providers/google-oauth/updateCalendarEvent";
89
89
  // import deleteCalendarEvent from "./providers/google-oauth/deleteCalendarEvent";
90
- import listGroups from "./providers/google-oauth/listGroups";
91
- import getGroup from "./providers/google-oauth/getGroup";
92
- import listGroupMembers from "./providers/google-oauth/listGroupMembers";
93
- import hasGroupMember from "./providers/google-oauth/hasGroupMember";
94
- import addGroupMember from "./providers/google-oauth/addGroupMember";
95
- import deleteGroupMember from "./providers/google-oauth/deleteGroupMember";
96
- import getJamfComputerInventory from "./providers/jamf/getJamfComputerInventory";
97
- import getJamfFileVaultRecoveryKey from "./providers/jamf/getJamfFileVaultRecoveryKey";
98
- import listOktaUsers from "./providers/okta/listOktaUsers";
99
- import getOktaUser from "./providers/okta/getOktaUser";
100
- import listOktaUserGroups from "./providers/okta/listOktaUserGroups";
101
- import listOktaGroups from "./providers/okta/listOktaGroups";
102
- import getOktaGroup from "./providers/okta/getOktaGroup";
103
- import listOktaGroupMembers from "./providers/okta/listOktaGroupMembers";
104
- import removeUserFromGroup from "./providers/okta/removeUserFromGroup";
105
- import addUserToGroup from "./providers/okta/addUserToGroup";
106
- import resetPassword from "./providers/okta/resetPassword";
107
- import resetMFA from "./providers/okta/resetMFA";
108
- import listMFA from "./providers/okta/listMFA";
90
+ import listGroups from "./providers/google-oauth/listGroups.js";
91
+ import getGroup from "./providers/google-oauth/getGroup.js";
92
+ import listGroupMembers from "./providers/google-oauth/listGroupMembers.js";
93
+ import hasGroupMember from "./providers/google-oauth/hasGroupMember.js";
94
+ import addGroupMember from "./providers/google-oauth/addGroupMember.js";
95
+ import deleteGroupMember from "./providers/google-oauth/deleteGroupMember.js";
96
+ import getJamfComputerInventory from "./providers/jamf/getJamfComputerInventory.js";
97
+ import getJamfFileVaultRecoveryKey from "./providers/jamf/getJamfFileVaultRecoveryKey.js";
98
+ import listOktaUsers from "./providers/okta/listOktaUsers.js";
99
+ import getOktaUser from "./providers/okta/getOktaUser.js";
100
+ import listOktaUserGroups from "./providers/okta/listOktaUserGroups.js";
101
+ import listOktaGroups from "./providers/okta/listOktaGroups.js";
102
+ import getOktaGroup from "./providers/okta/getOktaGroup.js";
103
+ import listOktaGroupMembers from "./providers/okta/listOktaGroupMembers.js";
104
+ import removeUserFromGroup from "./providers/okta/removeUserFromGroup.js";
105
+ import addUserToGroup from "./providers/okta/addUserToGroup.js";
106
+ import resetPassword from "./providers/okta/resetPassword.js";
107
+ import resetMFA from "./providers/okta/resetMFA.js";
108
+ import listMFA from "./providers/okta/listMFA.js";
109
109
  export const ActionMapper = {
110
110
  generic: {
111
111
  fillTemplate: {
@@ -1,4 +1,4 @@
1
- import { ActionTemplate } from "../../actions/parse";
1
+ import { ActionTemplate } from "../../actions/parse.js";
2
2
  export declare const genericFillTemplateDefinition: ActionTemplate;
3
3
  export declare const asanaCommentTaskDefinition: ActionTemplate;
4
4
  export declare const asanaListAsanaTasksByProjectDefinition: ActionTemplate;
@@ -1,4 +1,4 @@
1
- import type { ActionTemplate } from "../actions/parse";
1
+ import type { ActionTemplate } from "../actions/parse.js";
2
2
  export type ActionGroups = Record<string, {
3
3
  description: string;
4
4
  actions: ActionTemplate[];
@@ -1,4 +1,4 @@
1
- import { genericFillTemplateDefinition, confluenceOverwritePageDefinition, googlemapsValidateAddressDefinition, mathAddDefinition, mongoInsertMongoDocDefinition, slackSendMessageDefinition, slackGetChannelMessagesDefinition, snowflakeGetRowByFieldValueDefinition, zendeskCreateZendeskTicketDefinition, zendeskListZendeskTicketsDefinition, zendeskGetTicketDetailsDefinition, zendeskUpdateTicketStatusDefinition, zendeskAddCommentToTicketDefinition, zendeskAssignTicketDefinition, openstreetmapGetLatitudeLongitudeFromLocationDefinition, nwsGetForecastForLocationDefinition, jiraAssignJiraTicketDefinition, jiraCommentJiraTicketDefinition, jiraCreateJiraTicketDefinition, jiraGetJiraTicketDetailsDefinition, jiraGetJiraTicketHistoryDefinition, jiraUpdateJiraTicketDetailsDefinition, jiraUpdateJiraTicketStatusDefinition, googlemapsNearbysearchRestaurantsDefinition, firecrawlScrapeUrlDefinition, resendSendEmailDefinition, linkedinCreateShareLinkedinPostUrlDefinition, googleOauthCreateNewGoogleDocDefinition, xCreateShareXPostUrlDefinition, firecrawlScrapeTweetDataWithNitterDefinition, finnhubSymbolLookupDefinition, finnhubGetBasicFinancialsDefinition, confluenceFetchPageContentDefinition, snowflakeRunSnowflakeQueryDefinition, lookerEnableUserByEmailDefinition, googleOauthUpdateDocDefinition, googleOauthScheduleCalendarMeetingDefinition, googleOauthListCalendarsDefinition, googleOauthListCalendarEventsDefinition, googleOauthUpdateCalendarEventDefinition, googleOauthDeleteCalendarEventDefinition, googleOauthCreateSpreadsheetDefinition, googleOauthUpdateSpreadsheetDefinition, googleOauthCreatePresentationDefinition, googleOauthUpdatePresentationDefinition, googleOauthSearchDriveByKeywordsDefinition, googlemailSearchGmailMessagesDefinition, googlemailListGmailThreadsDefinition, googleOauthListGroupsDefinition, googleOauthGetGroupDefinition, googleOauthListGroupMembersDefinition, googleOauthHasGroupMemberDefinition, googleOauthAddGroupMemberDefinition, googleOauthDeleteGroupMemberDefinition, salesforceUpdateRecordDefinition, salesforceCreateCaseDefinition, salesforceGenerateSalesReportDefinition, salesforceGetRecordDefinition, salesforceGetSalesforceRecordsByQueryDefinition, microsoftMessageTeamsChatDefinition, microsoftMessageTeamsChannelDefinition, asanaCommentTaskDefinition, asanaCreateTaskDefinition, asanaUpdateTaskDefinition, asanaSearchTasksDefinition, githubCreateOrUpdateFileDefinition, githubCreateBranchDefinition, githubCreatePullRequestDefinition, microsoftUpdateSpreadsheetDefinition, microsoftUpdateDocumentDefinition, microsoftCreateDocumentDefinition, microsoftGetDocumentDefinition, salesforceFetchSalesforceSchemaByObjectDefinition, firecrawlDeepResearchDefinition, jiraGetJiraIssuesByQueryDefinition, githubListPullRequestsDefinition, salesforceCreateRecordDefinition, ashbyCreateNoteDefinition, ashbyGetCandidateInfoDefinition, ashbyListCandidatesDefinition, ashbyListCandidateNotesDefinition, ashbySearchCandidatesDefinition, ashbyCreateCandidateDefinition, ashbyUpdateCandidateDefinition, ashbyAddCandidateToProjectDefinition, bingGetTopNSearchResultUrlsDefinition, gongGetGongTranscriptsDefinition, kandjiGetFVRecoveryKeyForDeviceDefinition, asanaListAsanaTasksByProjectDefinition, notionSearchByTitleDefinition, asanaGetTasksDetailsDefinition, jamfGetJamfComputerInventoryDefinition, jamfGetJamfFileVaultRecoveryKeyDefinition, oktaListOktaUsersDefinition, oktaGetOktaUserDefinition, oktaListOktaUserGroupsDefinition, oktaListOktaGroupsDefinition, oktaGetOktaGroupDefinition, oktaListOktaGroupMembersDefinition, oktaRemoveUserFromGroupDefinition, oktaAddUserToGroupDefinition, oktaResetPasswordDefinition, oktaResetMFADefinition, oktaListMFADefinition, } from "../actions/autogen/templates";
1
+ import { genericFillTemplateDefinition, confluenceOverwritePageDefinition, googlemapsValidateAddressDefinition, mathAddDefinition, mongoInsertMongoDocDefinition, slackSendMessageDefinition, slackGetChannelMessagesDefinition, snowflakeGetRowByFieldValueDefinition, zendeskCreateZendeskTicketDefinition, zendeskListZendeskTicketsDefinition, zendeskGetTicketDetailsDefinition, zendeskUpdateTicketStatusDefinition, zendeskAddCommentToTicketDefinition, zendeskAssignTicketDefinition, openstreetmapGetLatitudeLongitudeFromLocationDefinition, nwsGetForecastForLocationDefinition, jiraAssignJiraTicketDefinition, jiraCommentJiraTicketDefinition, jiraCreateJiraTicketDefinition, jiraGetJiraTicketDetailsDefinition, jiraGetJiraTicketHistoryDefinition, jiraUpdateJiraTicketDetailsDefinition, jiraUpdateJiraTicketStatusDefinition, googlemapsNearbysearchRestaurantsDefinition, firecrawlScrapeUrlDefinition, resendSendEmailDefinition, linkedinCreateShareLinkedinPostUrlDefinition, googleOauthCreateNewGoogleDocDefinition, xCreateShareXPostUrlDefinition, firecrawlScrapeTweetDataWithNitterDefinition, finnhubSymbolLookupDefinition, finnhubGetBasicFinancialsDefinition, confluenceFetchPageContentDefinition, snowflakeRunSnowflakeQueryDefinition, lookerEnableUserByEmailDefinition, googleOauthUpdateDocDefinition, googleOauthScheduleCalendarMeetingDefinition, googleOauthListCalendarsDefinition, googleOauthListCalendarEventsDefinition, googleOauthUpdateCalendarEventDefinition, googleOauthDeleteCalendarEventDefinition, googleOauthCreateSpreadsheetDefinition, googleOauthUpdateSpreadsheetDefinition, googleOauthCreatePresentationDefinition, googleOauthUpdatePresentationDefinition, googleOauthSearchDriveByKeywordsDefinition, googlemailSearchGmailMessagesDefinition, googlemailListGmailThreadsDefinition, googleOauthListGroupsDefinition, googleOauthGetGroupDefinition, googleOauthListGroupMembersDefinition, googleOauthHasGroupMemberDefinition, googleOauthAddGroupMemberDefinition, googleOauthDeleteGroupMemberDefinition, salesforceUpdateRecordDefinition, salesforceCreateCaseDefinition, salesforceGenerateSalesReportDefinition, salesforceGetRecordDefinition, salesforceGetSalesforceRecordsByQueryDefinition, microsoftMessageTeamsChatDefinition, microsoftMessageTeamsChannelDefinition, asanaCommentTaskDefinition, asanaCreateTaskDefinition, asanaUpdateTaskDefinition, asanaSearchTasksDefinition, githubCreateOrUpdateFileDefinition, githubCreateBranchDefinition, githubCreatePullRequestDefinition, microsoftUpdateSpreadsheetDefinition, microsoftUpdateDocumentDefinition, microsoftCreateDocumentDefinition, microsoftGetDocumentDefinition, salesforceFetchSalesforceSchemaByObjectDefinition, firecrawlDeepResearchDefinition, jiraGetJiraIssuesByQueryDefinition, githubListPullRequestsDefinition, salesforceCreateRecordDefinition, ashbyCreateNoteDefinition, ashbyGetCandidateInfoDefinition, ashbyListCandidatesDefinition, ashbyListCandidateNotesDefinition, ashbySearchCandidatesDefinition, ashbyCreateCandidateDefinition, ashbyUpdateCandidateDefinition, ashbyAddCandidateToProjectDefinition, bingGetTopNSearchResultUrlsDefinition, gongGetGongTranscriptsDefinition, kandjiGetFVRecoveryKeyForDeviceDefinition, asanaListAsanaTasksByProjectDefinition, notionSearchByTitleDefinition, asanaGetTasksDetailsDefinition, jamfGetJamfComputerInventoryDefinition, jamfGetJamfFileVaultRecoveryKeyDefinition, oktaListOktaUsersDefinition, oktaGetOktaUserDefinition, oktaListOktaUserGroupsDefinition, oktaListOktaGroupsDefinition, oktaGetOktaGroupDefinition, oktaListOktaGroupMembersDefinition, oktaRemoveUserFromGroupDefinition, oktaAddUserToGroupDefinition, oktaResetPasswordDefinition, oktaResetMFADefinition, oktaListMFADefinition, } from "../actions/autogen/templates.js";
2
2
  export const ACTION_GROUPS = {
3
3
  GENERIC: {
4
4
  description: "Generic utility actions",
@@ -7,7 +7,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
- import { ActionMapper } from "./actionMapper";
10
+ import { ActionMapper } from "./actionMapper.js";
11
11
  export function invokeAction(input) {
12
12
  return __awaiter(this, void 0, void 0, function* () {
13
13
  const { provider, name, parameters, authParams } = input;
@@ -13,7 +13,7 @@ import yaml from "js-yaml";
13
13
  import convert from "json-schema-to-zod";
14
14
  import { Project, VariableDeclarationKind } from "ts-morph";
15
15
  import { z } from "zod";
16
- import { snakeToPascal } from "../utils/string";
16
+ import { snakeToPascal } from "../utils/string.js";
17
17
  const jsonObjectSchema = z.object({
18
18
  type: z.string(),
19
19
  required: z.array(z.string()),
@@ -9,7 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  };
10
10
  import { axiosClient } from "../../util/axiosClient";
11
11
  import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
12
- import { getWorkspaceIdFromProject, getUserIdByEmail } from "./utils";
12
+ import { getWorkspaceIdFromProject, getUserIdByEmail } from "./utils.js";
13
13
  const getTaskTemplates = (authToken, projectId) => __awaiter(void 0, void 0, void 0, function* () {
14
14
  const url = `https://app.asana.com/api/1.0/task_templates/?project=${projectId}`;
15
15
  try {
@@ -9,7 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  };
10
10
  import { axiosClient } from "../../util/axiosClient";
11
11
  import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
12
- import { getUserIdByEmail, getWorkspaceIdAndPermalinkFromTask } from "./utils";
12
+ import { getUserIdByEmail, getWorkspaceIdAndPermalinkFromTask } from "./utils.js";
13
13
  const updateAsanaTask = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
14
14
  const { authToken } = authParams;
15
15
  const { name, taskId, description, customFields, completed, assignee, approvalStatus, dueAt } = params;
@@ -1,3 +1,3 @@
1
- import { type bingGetTopNSearchResultUrlsFunction } from "../../autogen/types";
1
+ import { type bingGetTopNSearchResultUrlsFunction } from "../../autogen/types.js";
2
2
  declare const getTopNSearchResultUrls: bingGetTopNSearchResultUrlsFunction;
3
3
  export default getTopNSearchResultUrls;
@@ -7,8 +7,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
- import { bingGetTopNSearchResultUrlsOutputSchema, } from "../../autogen/types";
11
- import { axiosClient } from "../../util/axiosClient";
10
+ import { bingGetTopNSearchResultUrlsOutputSchema, } from "../../autogen/types.js";
11
+ import { axiosClient } from "../../util/axiosClient.js";
12
12
  const getTopNSearchResultUrls = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
13
13
  var _b;
14
14
  const { query, count = 5, site } = params;
@@ -1,3 +1,3 @@
1
- import type { confluenceFetchPageContentFunction } from "../../autogen/types";
1
+ import type { confluenceFetchPageContentFunction } from "../../autogen/types.js";
2
2
  declare const confluenceFetchPageContent: confluenceFetchPageContentFunction;
3
3
  export default confluenceFetchPageContent;
@@ -7,9 +7,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
- import { getConfluenceRequestConfig } from "./helpers";
11
- import { axiosClient } from "../../util/axiosClient";
12
- import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
10
+ import { getConfluenceRequestConfig } from "./helpers.js";
11
+ import { axiosClient } from "../../util/axiosClient.js";
12
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants.js";
13
13
  const confluenceFetchPageContent = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
14
14
  var _b, _c;
15
15
  const { pageId } = params;
@@ -1,3 +1,3 @@
1
- import type { confluenceOverwritePageFunction } from "../../autogen/types";
1
+ import type { confluenceOverwritePageFunction } from "../../autogen/types.js";
2
2
  declare const confluenceOverwritePage: confluenceOverwritePageFunction;
3
3
  export default confluenceOverwritePage;
@@ -7,9 +7,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
- import { axiosClient } from "../../util/axiosClient";
11
- import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
12
- import { getConfluenceRequestConfig } from "./helpers";
10
+ import { axiosClient } from "../../util/axiosClient.js";
11
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants.js";
12
+ import { getConfluenceRequestConfig } from "./helpers.js";
13
13
  const confluenceOverwritePage = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
14
14
  const { pageId, content, title } = params;
15
15
  const { authToken } = authParams;
@@ -1,3 +1,3 @@
1
- import type { finnhubGetBasicFinancialsFunction } from "../../autogen/types";
1
+ import type { finnhubGetBasicFinancialsFunction } from "../../autogen/types.js";
2
2
  declare const getBasicFinancials: finnhubGetBasicFinancialsFunction;
3
3
  export default getBasicFinancials;
@@ -7,8 +7,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
- import { finnhubGetBasicFinancialsOutputSchema } from "../../autogen/types";
11
- import { axiosClient } from "../../util/axiosClient";
10
+ import { finnhubGetBasicFinancialsOutputSchema } from "../../autogen/types.js";
11
+ import { axiosClient } from "../../util/axiosClient.js";
12
12
  function transformData(data) {
13
13
  return Object.entries(data).map(([key, value]) => ({
14
14
  metric: key,
@@ -1,3 +1,3 @@
1
- import type { finnhubSymbolLookupFunction } from "../../autogen/types";
1
+ import type { finnhubSymbolLookupFunction } from "../../autogen/types.js";
2
2
  declare const symbolLookup: finnhubSymbolLookupFunction;
3
3
  export default symbolLookup;
@@ -7,8 +7,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
- import { finnhubSymbolLookupOutputSchema } from "../../autogen/types";
11
- import { axiosClient } from "../../util/axiosClient";
10
+ import { finnhubSymbolLookupOutputSchema } from "../../autogen/types.js";
11
+ import { axiosClient } from "../../util/axiosClient.js";
12
12
  const symbolLookup = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
13
13
  try {
14
14
  const apiKey = authParams.apiKey;
@@ -1,3 +1,3 @@
1
- import type { firecrawlDeepResearchFunction } from "../../autogen/types";
1
+ import type { firecrawlDeepResearchFunction } from "../../autogen/types.js";
2
2
  declare const deepResearch: firecrawlDeepResearchFunction;
3
3
  export default deepResearch;
@@ -8,7 +8,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  import FirecrawlApp from "@mendable/firecrawl-js";
11
- import { firecrawlDeepResearchOutputSchema } from "../../autogen/types";
11
+ import { firecrawlDeepResearchOutputSchema } from "../../autogen/types.js";
12
12
  const deepResearch = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
13
13
  const { query, maxDepth, maxUrls, timeLimit } = params;
14
14
  const firecrawl = new FirecrawlApp({
@@ -1,3 +1,3 @@
1
- import type { firecrawlScrapeTweetDataWithNitterFunction } from "../../autogen/types";
1
+ import type { firecrawlScrapeTweetDataWithNitterFunction } from "../../autogen/types.js";
2
2
  declare const scrapeTweetDataWithNitter: firecrawlScrapeTweetDataWithNitterFunction;
3
3
  export default scrapeTweetDataWithNitter;
@@ -8,7 +8,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  import FirecrawlApp from "@mendable/firecrawl-js";
11
- import { MISSING_API_KEY } from "../../util/missingAuthConstants";
11
+ import { MISSING_API_KEY } from "../../util/missingAuthConstants.js";
12
12
  const scrapeTweetDataWithNitter = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
13
13
  const tweetUrlRegex = /^(?:https?:\/\/)?(?:www\.)?(?:twitter\.com|x\.com)\/([a-zA-Z0-9_]+)\/status\/(\d+)(?:\?.*)?$/;
14
14
  if (!tweetUrlRegex.test(params.tweetUrl)) {
@@ -1,3 +1,3 @@
1
- import type { firecrawlScrapeUrlFunction } from "../../autogen/types";
1
+ import type { firecrawlScrapeUrlFunction } from "../../autogen/types.js";
2
2
  declare const scrapeUrl: firecrawlScrapeUrlFunction;
3
3
  export default scrapeUrl;
@@ -8,7 +8,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  import FirecrawlApp from "@mendable/firecrawl-js";
11
- import { firecrawlScrapeUrlOutputSchema } from "../../autogen/types";
11
+ import { firecrawlScrapeUrlOutputSchema } from "../../autogen/types.js";
12
12
  const scrapeUrl = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
13
13
  const firecrawl = new FirecrawlApp({
14
14
  apiKey: authParams.apiKey,
@@ -1,4 +1,4 @@
1
- import type { githubCreateBranchFunction } from "../../autogen/types";
1
+ import type { githubCreateBranchFunction } from "../../autogen/types.js";
2
2
  /**
3
3
  * Creates a new branch in a GitHub repository
4
4
  */
@@ -7,7 +7,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
- import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
10
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants.js";
11
11
  /**
12
12
  * Creates a new branch in a GitHub repository
13
13
  */
@@ -1,4 +1,4 @@
1
- import type { githubCreateOrUpdateFileFunction } from "../../autogen/types";
1
+ import type { githubCreateOrUpdateFileFunction } from "../../autogen/types.js";
2
2
  /**
3
3
  * Creates or updates a file in a GitHub repository
4
4
  */
@@ -8,7 +8,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  import { z } from "zod";
11
- import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
11
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants.js";
12
12
  /**
13
13
  * Creates or updates a file in a GitHub repository
14
14
  */
@@ -1,4 +1,4 @@
1
- import type { githubCreatePullRequestFunction } from "../../autogen/types";
1
+ import type { githubCreatePullRequestFunction } from "../../autogen/types.js";
2
2
  /**
3
3
  * Creates a pull request in a GitHub repository
4
4
  */
@@ -7,7 +7,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
- import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
10
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants.js";
11
11
  /**
12
12
  * Creates a pull request in a GitHub repository
13
13
  */
@@ -1,3 +1,3 @@
1
- import { type githubListPullRequestsFunction } from "../../autogen/types";
1
+ import { type githubListPullRequestsFunction } from "../../autogen/types.js";
2
2
  declare const listPullRequests: githubListPullRequestsFunction;
3
3
  export default listPullRequests;
@@ -8,8 +8,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  import axios from "axios";
11
- import { githubListPullRequestsOutputSchema, } from "../../autogen/types";
12
- import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
11
+ import { githubListPullRequestsOutputSchema, } from "../../autogen/types.js";
12
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants.js";
13
13
  const listPullRequests = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
14
14
  const { authToken } = authParams;
15
15
  if (!authToken) {
@@ -1,3 +1,3 @@
1
- import type { gongGetGongTranscriptsFunction } from "../../autogen/types";
1
+ import type { gongGetGongTranscriptsFunction } from "../../autogen/types.js";
2
2
  declare const getGongTranscripts: gongGetGongTranscriptsFunction;
3
3
  export default getGongTranscripts;
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  };
21
21
  import axios, { AxiosError } from "axios";
22
22
  import { z } from "zod";
23
- import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
23
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants.js";
24
24
  const UserSchema = z
25
25
  .object({
26
26
  id: z.string(),
@@ -9,7 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  };
10
10
  import { axiosClient } from "../../util/axiosClient";
11
11
  import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
12
- import { getEmailContent } from "../google-oauth/utils/decodeMessage";
12
+ import { getEmailContent } from "../google-oauth/utils/decodeMessage.js";
13
13
  const listGmailThreads = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
14
14
  if (!authParams.authToken) {
15
15
  return { success: false, error: MISSING_AUTH_TOKEN, threads: [] };