@credal/actions 0.2.2 → 0.2.4

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 (133) hide show
  1. package/dist/actions/actionMapper.js +374 -380
  2. package/dist/actions/autogen/templates.js +94 -98
  3. package/dist/actions/autogen/types.js +1621 -1627
  4. package/dist/actions/groups.js +88 -91
  5. package/dist/actions/invoke.js +5 -8
  6. package/dist/actions/parse.js +28 -33
  7. package/dist/actions/providers/asana/commentAsanaTask.js +5 -7
  8. package/dist/actions/providers/asana/createAsanaTask.js +9 -11
  9. package/dist/actions/providers/asana/getTasksDetails.js +9 -11
  10. package/dist/actions/providers/asana/listAsanaTasksByProject.js +46 -51
  11. package/dist/actions/providers/asana/searchAsanaTasks.js +6 -8
  12. package/dist/actions/providers/asana/updateAsanaTask.js +8 -10
  13. package/dist/actions/providers/asana/utils.js +7 -12
  14. package/dist/actions/providers/ashby/addCandidateToProject.js +5 -7
  15. package/dist/actions/providers/ashby/createCandidate.js +5 -7
  16. package/dist/actions/providers/ashby/createNote.js +5 -7
  17. package/dist/actions/providers/ashby/getCandidateInfo.js +5 -7
  18. package/dist/actions/providers/ashby/listCandidateNotes.js +5 -7
  19. package/dist/actions/providers/ashby/listCandidates.js +5 -7
  20. package/dist/actions/providers/ashby/searchCandidates.js +5 -7
  21. package/dist/actions/providers/ashby/updateCandidate.js +5 -7
  22. package/dist/actions/providers/bing/getTopNSearchResultUrls.js +5 -7
  23. package/dist/actions/providers/confluence/fetchPageContent.js +8 -10
  24. package/dist/actions/providers/confluence/helpers.js +1 -4
  25. package/dist/actions/providers/confluence/overwritePage.js +9 -11
  26. package/dist/actions/providers/finnhub/getBasicFinancials.js +6 -8
  27. package/dist/actions/providers/finnhub/symbolLookup.js +6 -8
  28. package/dist/actions/providers/firecrawl/deepResearch.js +5 -10
  29. package/dist/actions/providers/firecrawl/scrapeTweetDataWithNitter.js +5 -10
  30. package/dist/actions/providers/firecrawl/scrapeUrl.js +5 -10
  31. package/dist/actions/providers/generic/fillTemplate.js +1 -3
  32. package/dist/actions/providers/github/createBranch.js +4 -39
  33. package/dist/actions/providers/github/createOrUpdateFile.js +6 -41
  34. package/dist/actions/providers/github/createPullRequest.js +4 -39
  35. package/dist/actions/providers/github/listPullRequests.js +7 -12
  36. package/dist/actions/providers/gong/getGongTranscripts.js +49 -84
  37. package/dist/actions/providers/google-oauth/addGroupMember.js +5 -7
  38. package/dist/actions/providers/google-oauth/createNewGoogleDoc.js +6 -8
  39. package/dist/actions/providers/google-oauth/createPresentation.js +5 -7
  40. package/dist/actions/providers/google-oauth/createSpreadsheet.js +5 -10
  41. package/dist/actions/providers/google-oauth/deleteCalendarEvent.js +5 -7
  42. package/dist/actions/providers/google-oauth/deleteGroupMember.js +5 -7
  43. package/dist/actions/providers/google-oauth/getGroup.js +5 -7
  44. package/dist/actions/providers/google-oauth/hasGroupMember.js +5 -7
  45. package/dist/actions/providers/google-oauth/listCalendarEvents.js +5 -7
  46. package/dist/actions/providers/google-oauth/listCalendars.js +5 -7
  47. package/dist/actions/providers/google-oauth/listGroupMembers.js +5 -7
  48. package/dist/actions/providers/google-oauth/listGroups.js +5 -7
  49. package/dist/actions/providers/google-oauth/scheduleCalendarMeeting.js +7 -9
  50. package/dist/actions/providers/google-oauth/searchDriveByKeywords.js +5 -7
  51. package/dist/actions/providers/google-oauth/updateCalendarEvent.js +5 -7
  52. package/dist/actions/providers/google-oauth/updateDoc.js +5 -10
  53. package/dist/actions/providers/google-oauth/updatePresentation.js +5 -7
  54. package/dist/actions/providers/google-oauth/updateSpreadsheet.js +5 -7
  55. package/dist/actions/providers/google-oauth/utils/decodeMessage.js +2 -6
  56. package/dist/actions/providers/googlemail/listGmailThreads.js +8 -10
  57. package/dist/actions/providers/googlemail/searchGmailMessages.js +8 -10
  58. package/dist/actions/providers/googlemaps/nearbysearchRestaurants.js +5 -7
  59. package/dist/actions/providers/googlemaps/validateAddress.js +3 -5
  60. package/dist/actions/providers/jamf/getJamfComputerInventory.js +3 -5
  61. package/dist/actions/providers/jamf/getJamfFileVaultRecoveryKey.js +3 -5
  62. package/dist/actions/providers/jira/assignJiraTicket.js +5 -10
  63. package/dist/actions/providers/jira/commentJiraTicket.js +3 -5
  64. package/dist/actions/providers/jira/createJiraTicket.js +6 -8
  65. package/dist/actions/providers/jira/getJiraIssuesByQuery.js +4 -6
  66. package/dist/actions/providers/jira/getJiraTicketDetails.js +3 -5
  67. package/dist/actions/providers/jira/getJiraTicketHistory.js +3 -5
  68. package/dist/actions/providers/jira/updateJiraTicketDetails.js +3 -5
  69. package/dist/actions/providers/jira/updateJiraTicketStatus.js +4 -6
  70. package/dist/actions/providers/jira/utils.js +3 -6
  71. package/dist/actions/providers/kandji/getFVRecoveryKeyForDevice.js +4 -6
  72. package/dist/actions/providers/linkedin/createSharePostLinkedinUrl.js +1 -3
  73. package/dist/actions/providers/looker/enableUserByEmail.js +5 -7
  74. package/dist/actions/providers/math/add.js +1 -3
  75. package/dist/actions/providers/microsoft/createDocument.js +5 -7
  76. package/dist/actions/providers/microsoft/getDocument.js +3 -5
  77. package/dist/actions/providers/microsoft/messageTeamsChannel.js +4 -6
  78. package/dist/actions/providers/microsoft/messageTeamsChat.js +4 -6
  79. package/dist/actions/providers/microsoft/updateDocument.js +4 -6
  80. package/dist/actions/providers/microsoft/updateSpreadsheet.js +4 -6
  81. package/dist/actions/providers/microsoft/utils.js +6 -10
  82. package/dist/actions/providers/mongodb/insertMongoDoc.js +3 -5
  83. package/dist/actions/providers/notion/searchByTitle.js +5 -10
  84. package/dist/actions/providers/nws/getForecastForLocation.js +7 -9
  85. package/dist/actions/providers/openstreetmap/getLatitudeLongitudeFromLocation.js +3 -5
  86. package/dist/actions/providers/resend/sendEmail.js +6 -8
  87. package/dist/actions/providers/salesforce/createCase.js +3 -5
  88. package/dist/actions/providers/salesforce/createRecord.js +4 -6
  89. package/dist/actions/providers/salesforce/fetchSalesforceSchema.js +3 -5
  90. package/dist/actions/providers/salesforce/generateSalesReport.js +3 -5
  91. package/dist/actions/providers/salesforce/getRecord.js +3 -5
  92. package/dist/actions/providers/salesforce/getSalesforceRecordsByQuery.js +4 -6
  93. package/dist/actions/providers/salesforce/updateRecord.js +3 -5
  94. package/dist/actions/providers/slack/getChannelMessages.js +7 -9
  95. package/dist/actions/providers/slack/helpers.js +1 -4
  96. package/dist/actions/providers/slack/sendMessage.js +10 -12
  97. package/dist/actions/providers/snowflake/auth/getSnowflakeConnection.js +4 -41
  98. package/dist/actions/providers/snowflake/getRowByFieldValue.js +3 -5
  99. package/dist/actions/providers/snowflake/runSnowflakeQuery.js +8 -13
  100. package/dist/actions/providers/x/createXSharePostUrl.js +1 -3
  101. package/dist/actions/providers/zendesk/addCommentToTicket.js +5 -7
  102. package/dist/actions/providers/zendesk/assignTicket.js +5 -7
  103. package/dist/actions/providers/zendesk/createZendeskTicket.js +5 -7
  104. package/dist/actions/providers/zendesk/getTicketDetails.js +5 -7
  105. package/dist/actions/providers/zendesk/listTickets.js +5 -7
  106. package/dist/actions/providers/zendesk/updateTicketStatus.js +5 -7
  107. package/dist/actions/util/axiosClient.js +4 -11
  108. package/dist/actions/util/formatDataForCodeInterpreter.js +1 -4
  109. package/dist/actions/util/missingAuthConstants.js +2 -5
  110. package/dist/app.js +5 -42
  111. package/dist/index.d.ts +1 -1
  112. package/dist/index.js +4 -24
  113. package/dist/server.d.ts +2 -0
  114. package/dist/server.js +8 -0
  115. package/dist/utils/datetime.js +4 -8
  116. package/dist/utils/string.js +1 -4
  117. package/package.json +2 -1
  118. package/dist/actions/providers/credal/callCopilot.d.ts +0 -3
  119. package/dist/actions/providers/credal/callCopilot.js +0 -36
  120. package/dist/actions/providers/google-oauth/listGmailThreads.d.ts +0 -3
  121. package/dist/actions/providers/google-oauth/listGmailThreads.js +0 -98
  122. package/dist/actions/providers/google-oauth/searchGmailMessages.d.ts +0 -3
  123. package/dist/actions/providers/google-oauth/searchGmailMessages.js +0 -91
  124. package/dist/actions/providers/jamf/getComputerInventory.d.ts +0 -3
  125. package/dist/actions/providers/jamf/getComputerInventory.js +0 -45
  126. package/dist/actions/providers/jamf/getFileVaultRecoveryKey.d.ts +0 -3
  127. package/dist/actions/providers/jamf/getFileVaultRecoveryKey.js +0 -40
  128. package/dist/actions/providers/math/index.d.ts +0 -1
  129. package/dist/actions/providers/math/index.js +0 -37
  130. package/dist/actions/providers/slack/index.d.ts +0 -1
  131. package/dist/actions/providers/slack/index.js +0 -37
  132. package/dist/actions/providers/slack/listConversations.d.ts +0 -3
  133. package/dist/actions/providers/slack/listConversations.js +0 -41
@@ -1,626 +1,620 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ActionMapper = void 0;
7
- const types_1 = require("./autogen/types");
8
- const validateAddress_1 = __importDefault(require("./providers/googlemaps/validateAddress"));
9
- const add_1 = __importDefault(require("./providers/math/add"));
10
- const fillTemplate_1 = __importDefault(require("./providers/generic/fillTemplate"));
11
- const insertMongoDoc_1 = __importDefault(require("./providers/mongodb/insertMongoDoc"));
12
- const sendMessage_1 = __importDefault(require("./providers/slack/sendMessage"));
13
- const getChannelMessages_1 = __importDefault(require("./providers/slack/getChannelMessages"));
14
- const getRowByFieldValue_1 = __importDefault(require("./providers/snowflake/getRowByFieldValue"));
15
- const createZendeskTicket_1 = __importDefault(require("./providers/zendesk/createZendeskTicket"));
16
- const getTicketDetails_1 = __importDefault(require("./providers/zendesk/getTicketDetails"));
17
- const updateTicketStatus_1 = __importDefault(require("./providers/zendesk/updateTicketStatus"));
18
- const addCommentToTicket_1 = __importDefault(require("./providers/zendesk/addCommentToTicket"));
19
- const assignTicket_1 = __importDefault(require("./providers/zendesk/assignTicket"));
20
- const listTickets_1 = __importDefault(require("./providers/zendesk/listTickets"));
21
- const assignJiraTicket_1 = __importDefault(require("./providers/jira/assignJiraTicket"));
22
- const commentJiraTicket_1 = __importDefault(require("./providers/jira/commentJiraTicket"));
23
- const createJiraTicket_1 = __importDefault(require("./providers/jira/createJiraTicket"));
24
- const getJiraTicketDetails_1 = __importDefault(require("./providers/jira/getJiraTicketDetails"));
25
- const getJiraTicketHistory_1 = __importDefault(require("./providers/jira/getJiraTicketHistory"));
26
- const updateJiraTicketDetails_1 = __importDefault(require("./providers/jira/updateJiraTicketDetails"));
27
- const updateJiraTicketStatus_1 = __importDefault(require("./providers/jira/updateJiraTicketStatus"));
28
- const getLatitudeLongitudeFromLocation_1 = __importDefault(require("./providers/openstreetmap/getLatitudeLongitudeFromLocation"));
29
- const getForecastForLocation_1 = __importDefault(require("./providers/nws/getForecastForLocation"));
30
- const getSalesforceRecordsByQuery_1 = __importDefault(require("./providers/salesforce/getSalesforceRecordsByQuery"));
31
- const nearbysearchRestaurants_1 = __importDefault(require("./providers/googlemaps/nearbysearchRestaurants"));
32
- const scrapeUrl_1 = __importDefault(require("./providers/firecrawl/scrapeUrl"));
33
- const sendEmail_1 = __importDefault(require("./providers/resend/sendEmail"));
34
- const commentAsanaTask_1 = __importDefault(require("./providers/asana/commentAsanaTask"));
35
- const createAsanaTask_1 = __importDefault(require("./providers/asana/createAsanaTask"));
36
- const updateAsanaTask_1 = __importDefault(require("./providers/asana/updateAsanaTask"));
37
- const searchAsanaTasks_1 = __importDefault(require("./providers/asana/searchAsanaTasks"));
38
- const createSharePostLinkedinUrl_1 = __importDefault(require("./providers/linkedin/createSharePostLinkedinUrl"));
39
- const createNewGoogleDoc_1 = __importDefault(require("./providers/google-oauth/createNewGoogleDoc"));
40
- const createXSharePostUrl_1 = __importDefault(require("./providers/x/createXSharePostUrl"));
41
- const scrapeTweetDataWithNitter_1 = __importDefault(require("./providers/firecrawl/scrapeTweetDataWithNitter"));
42
- const symbolLookup_1 = __importDefault(require("./providers/finnhub/symbolLookup"));
43
- const getBasicFinancials_1 = __importDefault(require("./providers/finnhub/getBasicFinancials"));
44
- const overwritePage_1 = __importDefault(require("./providers/confluence/overwritePage"));
45
- const fetchPageContent_1 = __importDefault(require("./providers/confluence/fetchPageContent"));
46
- const runSnowflakeQuery_1 = __importDefault(require("./providers/snowflake/runSnowflakeQuery"));
47
- const enableUserByEmail_1 = __importDefault(require("./providers/looker/enableUserByEmail"));
48
- const updateDoc_1 = __importDefault(require("./providers/google-oauth/updateDoc"));
49
- const scheduleCalendarMeeting_1 = __importDefault(require("./providers/google-oauth/scheduleCalendarMeeting"));
50
- const listCalendars_1 = __importDefault(require("./providers/google-oauth/listCalendars"));
51
- const listCalendarEvents_1 = __importDefault(require("./providers/google-oauth/listCalendarEvents"));
52
- const updateCalendarEvent_1 = __importDefault(require("./providers/google-oauth/updateCalendarEvent"));
53
- const deleteCalendarEvent_1 = __importDefault(require("./providers/google-oauth/deleteCalendarEvent"));
54
- const createSpreadsheet_1 = __importDefault(require("./providers/google-oauth/createSpreadsheet"));
55
- const updateSpreadsheet_1 = __importDefault(require("./providers/google-oauth/updateSpreadsheet"));
56
- const createPresentation_1 = __importDefault(require("./providers/google-oauth/createPresentation"));
57
- const updatePresentation_1 = __importDefault(require("./providers/google-oauth/updatePresentation"));
58
- const createNote_1 = __importDefault(require("./providers/ashby/createNote"));
59
- const getCandidateInfo_1 = __importDefault(require("./providers/ashby/getCandidateInfo"));
60
- const updateRecord_1 = __importDefault(require("./providers/salesforce/updateRecord"));
61
- const createCase_1 = __importDefault(require("./providers/salesforce/createCase"));
62
- const generateSalesReport_1 = __importDefault(require("./providers/salesforce/generateSalesReport"));
63
- const getRecord_1 = __importDefault(require("./providers/salesforce/getRecord"));
64
- const listCandidates_1 = __importDefault(require("./providers/ashby/listCandidates"));
65
- const listCandidateNotes_1 = __importDefault(require("./providers/ashby/listCandidateNotes"));
66
- const searchCandidates_1 = __importDefault(require("./providers/ashby/searchCandidates"));
67
- const createCandidate_1 = __importDefault(require("./providers/ashby/createCandidate"));
68
- const updateCandidate_1 = __importDefault(require("./providers/ashby/updateCandidate"));
69
- const addCandidateToProject_1 = __importDefault(require("./providers/ashby/addCandidateToProject"));
70
- const messageTeamsChat_1 = __importDefault(require("./providers/microsoft/messageTeamsChat"));
71
- const messageTeamsChannel_1 = __importDefault(require("./providers/microsoft/messageTeamsChannel"));
72
- const createOrUpdateFile_1 = __importDefault(require("./providers/github/createOrUpdateFile"));
73
- const createBranch_1 = __importDefault(require("./providers/github/createBranch"));
74
- const createPullRequest_1 = __importDefault(require("./providers/github/createPullRequest"));
75
- const updateSpreadsheet_2 = __importDefault(require("./providers/microsoft/updateSpreadsheet"));
76
- const updateDocument_1 = __importDefault(require("./providers/microsoft/updateDocument"));
77
- const createDocument_1 = __importDefault(require("./providers/microsoft/createDocument"));
78
- const getDocument_1 = __importDefault(require("./providers/microsoft/getDocument"));
79
- const fetchSalesforceSchema_1 = __importDefault(require("./providers/salesforce/fetchSalesforceSchema"));
80
- const deepResearch_1 = __importDefault(require("./providers/firecrawl/deepResearch"));
81
- const listPullRequests_1 = __importDefault(require("./providers/github/listPullRequests"));
82
- const getJiraIssuesByQuery_1 = __importDefault(require("./providers/jira/getJiraIssuesByQuery"));
83
- const createRecord_1 = __importDefault(require("./providers/salesforce/createRecord"));
84
- const getTopNSearchResultUrls_1 = __importDefault(require("./providers/bing/getTopNSearchResultUrls"));
85
- const getGongTranscripts_1 = __importDefault(require("./providers/gong/getGongTranscripts"));
86
- const searchDriveByKeywords_1 = __importDefault(require("./providers/google-oauth/searchDriveByKeywords"));
87
- const getFVRecoveryKeyForDevice_1 = __importDefault(require("./providers/kandji/getFVRecoveryKeyForDevice"));
88
- const listAsanaTasksByProject_1 = __importDefault(require("./providers/asana/listAsanaTasksByProject"));
89
- const getTasksDetails_1 = __importDefault(require("./providers/asana/getTasksDetails"));
90
- const searchByTitle_1 = __importDefault(require("./providers/notion/searchByTitle"));
91
- const searchGmailMessages_1 = __importDefault(require("./providers/googlemail/searchGmailMessages"));
92
- const listGmailThreads_1 = __importDefault(require("./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, } 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";
93
87
  // import listCalendarEvents from "./providers/google-oauth/listCalendarEvents";
94
88
  // import updateCalendarEvent from "./providers/google-oauth/updateCalendarEvent";
95
89
  // import deleteCalendarEvent from "./providers/google-oauth/deleteCalendarEvent";
96
- const listGroups_1 = __importDefault(require("./providers/google-oauth/listGroups"));
97
- const getGroup_1 = __importDefault(require("./providers/google-oauth/getGroup"));
98
- const listGroupMembers_1 = __importDefault(require("./providers/google-oauth/listGroupMembers"));
99
- const hasGroupMember_1 = __importDefault(require("./providers/google-oauth/hasGroupMember"));
100
- const addGroupMember_1 = __importDefault(require("./providers/google-oauth/addGroupMember"));
101
- const deleteGroupMember_1 = __importDefault(require("./providers/google-oauth/deleteGroupMember"));
102
- const getJamfComputerInventory_1 = __importDefault(require("./providers/jamf/getJamfComputerInventory"));
103
- const getJamfFileVaultRecoveryKey_1 = __importDefault(require("./providers/jamf/getJamfFileVaultRecoveryKey"));
104
- exports.ActionMapper = {
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
+ export const ActionMapper = {
105
99
  generic: {
106
100
  fillTemplate: {
107
- fn: fillTemplate_1.default,
108
- paramsSchema: types_1.genericFillTemplateParamsSchema,
109
- outputSchema: types_1.genericFillTemplateOutputSchema,
101
+ fn: fillTemplate,
102
+ paramsSchema: genericFillTemplateParamsSchema,
103
+ outputSchema: genericFillTemplateOutputSchema,
110
104
  },
111
105
  },
112
106
  asana: {
113
107
  commentTask: {
114
- fn: commentAsanaTask_1.default,
115
- paramsSchema: types_1.asanaCommentTaskParamsSchema,
116
- outputSchema: types_1.asanaCommentTaskOutputSchema,
108
+ fn: commentAsanaTask,
109
+ paramsSchema: asanaCommentTaskParamsSchema,
110
+ outputSchema: asanaCommentTaskOutputSchema,
117
111
  },
118
112
  createTask: {
119
- fn: createAsanaTask_1.default,
120
- paramsSchema: types_1.asanaCreateTaskParamsSchema,
121
- outputSchema: types_1.asanaCreateTaskOutputSchema,
113
+ fn: createAsanaTask,
114
+ paramsSchema: asanaCreateTaskParamsSchema,
115
+ outputSchema: asanaCreateTaskOutputSchema,
122
116
  },
123
117
  updateTask: {
124
- fn: updateAsanaTask_1.default,
125
- paramsSchema: types_1.asanaUpdateTaskParamsSchema,
126
- outputSchema: types_1.asanaUpdateTaskOutputSchema,
118
+ fn: updateAsanaTask,
119
+ paramsSchema: asanaUpdateTaskParamsSchema,
120
+ outputSchema: asanaUpdateTaskOutputSchema,
127
121
  },
128
122
  searchTasks: {
129
- fn: searchAsanaTasks_1.default,
130
- paramsSchema: types_1.asanaSearchTasksParamsSchema,
131
- outputSchema: types_1.asanaSearchTasksOutputSchema,
123
+ fn: searchAsanaTasks,
124
+ paramsSchema: asanaSearchTasksParamsSchema,
125
+ outputSchema: asanaSearchTasksOutputSchema,
132
126
  },
133
127
  listAsanaTasksByProject: {
134
- fn: listAsanaTasksByProject_1.default,
135
- paramsSchema: types_1.asanaListAsanaTasksByProjectParamsSchema,
136
- outputSchema: types_1.asanaListAsanaTasksByProjectOutputSchema,
128
+ fn: listAsanaTasksByProject,
129
+ paramsSchema: asanaListAsanaTasksByProjectParamsSchema,
130
+ outputSchema: asanaListAsanaTasksByProjectOutputSchema,
137
131
  },
138
132
  getTasksDetails: {
139
- fn: getTasksDetails_1.default,
140
- paramsSchema: types_1.asanaGetTasksDetailsParamsSchema,
141
- outputSchema: types_1.asanaGetTasksDetailsOutputSchema,
133
+ fn: getTasksDetails,
134
+ paramsSchema: asanaGetTasksDetailsParamsSchema,
135
+ outputSchema: asanaGetTasksDetailsOutputSchema,
142
136
  },
143
137
  },
144
138
  jamf: {
145
139
  getJamfComputerInventory: {
146
- fn: getJamfComputerInventory_1.default,
147
- paramsSchema: types_1.jamfGetJamfComputerInventoryParamsSchema,
148
- outputSchema: types_1.jamfGetJamfComputerInventoryOutputSchema,
140
+ fn: getJamfComputerInventory,
141
+ paramsSchema: jamfGetJamfComputerInventoryParamsSchema,
142
+ outputSchema: jamfGetJamfComputerInventoryOutputSchema,
149
143
  },
150
144
  getJamfFileVaultRecoveryKey: {
151
- fn: getJamfFileVaultRecoveryKey_1.default,
152
- paramsSchema: types_1.jamfGetJamfFileVaultRecoveryKeyParamsSchema,
153
- outputSchema: types_1.jamfGetJamfFileVaultRecoveryKeyOutputSchema,
145
+ fn: getJamfFileVaultRecoveryKey,
146
+ paramsSchema: jamfGetJamfFileVaultRecoveryKeyParamsSchema,
147
+ outputSchema: jamfGetJamfFileVaultRecoveryKeyOutputSchema,
154
148
  },
155
149
  },
156
150
  math: {
157
151
  add: {
158
- fn: add_1.default,
159
- paramsSchema: types_1.mathAddParamsSchema,
160
- outputSchema: types_1.mathAddOutputSchema,
152
+ fn: add,
153
+ paramsSchema: mathAddParamsSchema,
154
+ outputSchema: mathAddOutputSchema,
161
155
  },
162
156
  },
163
157
  slack: {
164
158
  sendMessage: {
165
- fn: sendMessage_1.default,
166
- paramsSchema: types_1.slackSendMessageParamsSchema,
167
- outputSchema: types_1.slackSendMessageOutputSchema,
159
+ fn: sendMessage,
160
+ paramsSchema: slackSendMessageParamsSchema,
161
+ outputSchema: slackSendMessageOutputSchema,
168
162
  },
169
163
  getChannelMessages: {
170
- fn: getChannelMessages_1.default,
171
- paramsSchema: types_1.slackGetChannelMessagesParamsSchema,
172
- outputSchema: types_1.slackGetChannelMessagesOutputSchema,
164
+ fn: getChannelMessages,
165
+ paramsSchema: slackGetChannelMessagesParamsSchema,
166
+ outputSchema: slackGetChannelMessagesOutputSchema,
173
167
  },
174
168
  },
175
169
  confluence: {
176
170
  overwritePage: {
177
- fn: overwritePage_1.default,
178
- paramsSchema: types_1.confluenceOverwritePageParamsSchema,
179
- outputSchema: types_1.confluenceOverwritePageOutputSchema,
171
+ fn: confluenceOverwritePage,
172
+ paramsSchema: confluenceOverwritePageParamsSchema,
173
+ outputSchema: confluenceOverwritePageOutputSchema,
180
174
  },
181
175
  fetchPageContent: {
182
- fn: fetchPageContent_1.default,
183
- paramsSchema: types_1.confluenceFetchPageContentParamsSchema,
184
- outputSchema: types_1.confluenceFetchPageContentOutputSchema,
176
+ fn: confluenceFetchPageContent,
177
+ paramsSchema: confluenceFetchPageContentParamsSchema,
178
+ outputSchema: confluenceFetchPageContentOutputSchema,
185
179
  },
186
180
  },
187
181
  googlemaps: {
188
182
  validateAddress: {
189
- fn: validateAddress_1.default,
190
- paramsSchema: types_1.googlemapsValidateAddressParamsSchema,
191
- outputSchema: types_1.googlemapsValidateAddressOutputSchema,
183
+ fn: validateAddress,
184
+ paramsSchema: googlemapsValidateAddressParamsSchema,
185
+ outputSchema: googlemapsValidateAddressOutputSchema,
192
186
  },
193
187
  nearbysearch: {
194
- fn: nearbysearchRestaurants_1.default,
195
- paramsSchema: types_1.googlemapsNearbysearchRestaurantsParamsSchema,
196
- outputSchema: types_1.googlemapsNearbysearchRestaurantsOutputSchema,
188
+ fn: nearbysearch,
189
+ paramsSchema: googlemapsNearbysearchRestaurantsParamsSchema,
190
+ outputSchema: googlemapsNearbysearchRestaurantsOutputSchema,
197
191
  },
198
192
  },
199
193
  kandji: {
200
194
  getFVRecoveryKeyForDevice: {
201
- fn: getFVRecoveryKeyForDevice_1.default,
202
- paramsSchema: types_1.kandjiGetFVRecoveryKeyForDeviceParamsSchema,
203
- outputSchema: types_1.kandjiGetFVRecoveryKeyForDeviceOutputSchema,
195
+ fn: getFVRecoveryKeyForDevice,
196
+ paramsSchema: kandjiGetFVRecoveryKeyForDeviceParamsSchema,
197
+ outputSchema: kandjiGetFVRecoveryKeyForDeviceOutputSchema,
204
198
  },
205
199
  },
206
200
  bing: {
207
201
  getTopNSearchResultUrls: {
208
- fn: getTopNSearchResultUrls_1.default,
209
- paramsSchema: types_1.bingGetTopNSearchResultUrlsParamsSchema,
210
- outputSchema: types_1.bingGetTopNSearchResultUrlsOutputSchema,
202
+ fn: getTopNSearchResultUrls,
203
+ paramsSchema: bingGetTopNSearchResultUrlsParamsSchema,
204
+ outputSchema: bingGetTopNSearchResultUrlsOutputSchema,
211
205
  },
212
206
  },
213
207
  zendesk: {
214
208
  createZendeskTicket: {
215
- fn: createZendeskTicket_1.default,
216
- paramsSchema: types_1.zendeskCreateZendeskTicketParamsSchema,
217
- outputSchema: types_1.zendeskCreateZendeskTicketOutputSchema,
209
+ fn: createZendeskTicket,
210
+ paramsSchema: zendeskCreateZendeskTicketParamsSchema,
211
+ outputSchema: zendeskCreateZendeskTicketOutputSchema,
218
212
  },
219
213
  getTicketDetails: {
220
- fn: getTicketDetails_1.default,
221
- paramsSchema: types_1.zendeskGetTicketDetailsParamsSchema,
222
- outputSchema: types_1.zendeskGetTicketDetailsOutputSchema,
214
+ fn: getZendeskTicketDetails,
215
+ paramsSchema: zendeskGetTicketDetailsParamsSchema,
216
+ outputSchema: zendeskGetTicketDetailsOutputSchema,
223
217
  },
224
218
  updateTicketStatus: {
225
- fn: updateTicketStatus_1.default,
226
- paramsSchema: types_1.zendeskUpdateTicketStatusParamsSchema,
227
- outputSchema: types_1.zendeskUpdateTicketStatusOutputSchema,
219
+ fn: updateTicketStatus,
220
+ paramsSchema: zendeskUpdateTicketStatusParamsSchema,
221
+ outputSchema: zendeskUpdateTicketStatusOutputSchema,
228
222
  },
229
223
  addCommentToTicket: {
230
- fn: addCommentToTicket_1.default,
231
- paramsSchema: types_1.zendeskAddCommentToTicketParamsSchema,
232
- outputSchema: types_1.zendeskAddCommentToTicketOutputSchema,
224
+ fn: addCommentToTicket,
225
+ paramsSchema: zendeskAddCommentToTicketParamsSchema,
226
+ outputSchema: zendeskAddCommentToTicketOutputSchema,
233
227
  },
234
228
  assignTicket: {
235
- fn: assignTicket_1.default,
236
- paramsSchema: types_1.zendeskAssignTicketParamsSchema,
237
- outputSchema: types_1.zendeskAssignTicketOutputSchema,
229
+ fn: assignTicket,
230
+ paramsSchema: zendeskAssignTicketParamsSchema,
231
+ outputSchema: zendeskAssignTicketOutputSchema,
238
232
  },
239
233
  listZendeskTickets: {
240
- fn: listTickets_1.default,
241
- paramsSchema: types_1.zendeskListZendeskTicketsParamsSchema,
242
- outputSchema: types_1.zendeskListZendeskTicketsOutputSchema,
234
+ fn: listZendeskTickets,
235
+ paramsSchema: zendeskListZendeskTicketsParamsSchema,
236
+ outputSchema: zendeskListZendeskTicketsOutputSchema,
243
237
  },
244
238
  },
245
239
  mongo: {
246
240
  insertMongoDoc: {
247
- fn: insertMongoDoc_1.default,
248
- paramsSchema: types_1.mongoInsertMongoDocParamsSchema,
249
- outputSchema: types_1.mongoInsertMongoDocOutputSchema,
241
+ fn: insertMongoDoc,
242
+ paramsSchema: mongoInsertMongoDocParamsSchema,
243
+ outputSchema: mongoInsertMongoDocOutputSchema,
250
244
  },
251
245
  },
252
246
  snowflake: {
253
247
  getRowByFieldValue: {
254
- fn: getRowByFieldValue_1.default,
255
- paramsSchema: types_1.snowflakeGetRowByFieldValueParamsSchema,
256
- outputSchema: types_1.snowflakeGetRowByFieldValueOutputSchema,
248
+ fn: getRowByFieldValue,
249
+ paramsSchema: snowflakeGetRowByFieldValueParamsSchema,
250
+ outputSchema: snowflakeGetRowByFieldValueOutputSchema,
257
251
  },
258
252
  runSnowflakeQuery: {
259
- fn: runSnowflakeQuery_1.default,
260
- paramsSchema: types_1.snowflakeRunSnowflakeQueryParamsSchema,
261
- outputSchema: types_1.snowflakeRunSnowflakeQueryOutputSchema,
253
+ fn: runSnowflakeQuery,
254
+ paramsSchema: snowflakeRunSnowflakeQueryParamsSchema,
255
+ outputSchema: snowflakeRunSnowflakeQueryOutputSchema,
262
256
  },
263
257
  },
264
258
  linkedin: {
265
259
  createShareLinkedinPostUrl: {
266
- fn: createSharePostLinkedinUrl_1.default,
267
- paramsSchema: types_1.linkedinCreateShareLinkedinPostUrlParamsSchema,
268
- outputSchema: types_1.linkedinCreateShareLinkedinPostUrlOutputSchema,
260
+ fn: createShareLinkedinPostUrl,
261
+ paramsSchema: linkedinCreateShareLinkedinPostUrlParamsSchema,
262
+ outputSchema: linkedinCreateShareLinkedinPostUrlOutputSchema,
269
263
  },
270
264
  },
271
265
  jira: {
272
266
  getJiraIssuesByQuery: {
273
- fn: getJiraIssuesByQuery_1.default,
274
- paramsSchema: types_1.jiraGetJiraIssuesByQueryParamsSchema,
275
- outputSchema: types_1.jiraGetJiraIssuesByQueryOutputSchema,
267
+ fn: getJiraIssuesByQuery,
268
+ paramsSchema: jiraGetJiraIssuesByQueryParamsSchema,
269
+ outputSchema: jiraGetJiraIssuesByQueryOutputSchema,
276
270
  },
277
271
  assignJiraTicket: {
278
- fn: assignJiraTicket_1.default,
279
- paramsSchema: types_1.jiraAssignJiraTicketParamsSchema,
280
- outputSchema: types_1.jiraAssignJiraTicketOutputSchema,
272
+ fn: assignJiraTicket,
273
+ paramsSchema: jiraAssignJiraTicketParamsSchema,
274
+ outputSchema: jiraAssignJiraTicketOutputSchema,
281
275
  },
282
276
  commentJiraTicket: {
283
- fn: commentJiraTicket_1.default,
284
- paramsSchema: types_1.jiraCommentJiraTicketParamsSchema,
285
- outputSchema: types_1.jiraCommentJiraTicketOutputSchema,
277
+ fn: commentJiraTicket,
278
+ paramsSchema: jiraCommentJiraTicketParamsSchema,
279
+ outputSchema: jiraCommentJiraTicketOutputSchema,
286
280
  },
287
281
  createJiraTicket: {
288
- fn: createJiraTicket_1.default,
289
- paramsSchema: types_1.jiraCreateJiraTicketParamsSchema,
290
- outputSchema: types_1.jiraCreateJiraTicketOutputSchema,
282
+ fn: createJiraTicket,
283
+ paramsSchema: jiraCreateJiraTicketParamsSchema,
284
+ outputSchema: jiraCreateJiraTicketOutputSchema,
291
285
  },
292
286
  getJiraTicketDetails: {
293
- fn: getJiraTicketDetails_1.default,
294
- paramsSchema: types_1.jiraGetJiraTicketDetailsParamsSchema,
295
- outputSchema: types_1.jiraGetJiraTicketDetailsOutputSchema,
287
+ fn: getJiraTicketDetails,
288
+ paramsSchema: jiraGetJiraTicketDetailsParamsSchema,
289
+ outputSchema: jiraGetJiraTicketDetailsOutputSchema,
296
290
  },
297
291
  getJiraTicketHistory: {
298
- fn: getJiraTicketHistory_1.default,
299
- paramsSchema: types_1.jiraGetJiraTicketHistoryParamsSchema,
300
- outputSchema: types_1.jiraGetJiraTicketHistoryOutputSchema,
292
+ fn: getJiraTicketHistory,
293
+ paramsSchema: jiraGetJiraTicketHistoryParamsSchema,
294
+ outputSchema: jiraGetJiraTicketHistoryOutputSchema,
301
295
  },
302
296
  updateJiraTicketDetails: {
303
- fn: updateJiraTicketDetails_1.default,
304
- paramsSchema: types_1.jiraUpdateJiraTicketDetailsParamsSchema,
305
- outputSchema: types_1.jiraUpdateJiraTicketDetailsOutputSchema,
297
+ fn: updateJiraTicketDetails,
298
+ paramsSchema: jiraUpdateJiraTicketDetailsParamsSchema,
299
+ outputSchema: jiraUpdateJiraTicketDetailsOutputSchema,
306
300
  },
307
301
  updateJiraTicketStatus: {
308
- fn: updateJiraTicketStatus_1.default,
309
- paramsSchema: types_1.jiraUpdateJiraTicketStatusParamsSchema,
310
- outputSchema: types_1.jiraUpdateJiraTicketStatusOutputSchema,
302
+ fn: updateJiraTicketStatus,
303
+ paramsSchema: jiraUpdateJiraTicketStatusParamsSchema,
304
+ outputSchema: jiraUpdateJiraTicketStatusOutputSchema,
311
305
  },
312
306
  },
313
307
  openstreetmap: {
314
308
  getLatitudeLongitudeFromLocation: {
315
- fn: getLatitudeLongitudeFromLocation_1.default,
316
- paramsSchema: types_1.openstreetmapGetLatitudeLongitudeFromLocationParamsSchema,
317
- outputSchema: types_1.openstreetmapGetLatitudeLongitudeFromLocationOutputSchema,
309
+ fn: getLatitudeLongitudeFromLocation,
310
+ paramsSchema: openstreetmapGetLatitudeLongitudeFromLocationParamsSchema,
311
+ outputSchema: openstreetmapGetLatitudeLongitudeFromLocationOutputSchema,
318
312
  },
319
313
  },
320
314
  nws: {
321
315
  getForecastForLocation: {
322
- fn: getForecastForLocation_1.default,
323
- paramsSchema: types_1.nwsGetForecastForLocationParamsSchema,
324
- outputSchema: types_1.nwsGetForecastForLocationOutputSchema,
316
+ fn: getForecastForLocation,
317
+ paramsSchema: nwsGetForecastForLocationParamsSchema,
318
+ outputSchema: nwsGetForecastForLocationOutputSchema,
325
319
  },
326
320
  },
327
321
  firecrawl: {
328
322
  scrapeUrl: {
329
- fn: scrapeUrl_1.default,
330
- paramsSchema: types_1.firecrawlScrapeUrlParamsSchema,
331
- outputSchema: types_1.firecrawlScrapeUrlOutputSchema,
323
+ fn: scrapeUrl,
324
+ paramsSchema: firecrawlScrapeUrlParamsSchema,
325
+ outputSchema: firecrawlScrapeUrlOutputSchema,
332
326
  },
333
327
  scrapeTweetDataWithNitter: {
334
- fn: scrapeTweetDataWithNitter_1.default,
335
- paramsSchema: types_1.firecrawlScrapeTweetDataWithNitterParamsSchema,
336
- outputSchema: types_1.firecrawlScrapeTweetDataWithNitterOutputSchema,
328
+ fn: scrapeTweetDataWithNitter,
329
+ paramsSchema: firecrawlScrapeTweetDataWithNitterParamsSchema,
330
+ outputSchema: firecrawlScrapeTweetDataWithNitterOutputSchema,
337
331
  },
338
332
  deepResearch: {
339
- fn: deepResearch_1.default,
340
- paramsSchema: types_1.firecrawlDeepResearchParamsSchema,
341
- outputSchema: types_1.firecrawlDeepResearchOutputSchema,
333
+ fn: deepResearch,
334
+ paramsSchema: firecrawlDeepResearchParamsSchema,
335
+ outputSchema: firecrawlDeepResearchOutputSchema,
342
336
  },
343
337
  },
344
338
  resend: {
345
339
  sendEmail: {
346
- fn: sendEmail_1.default,
347
- paramsSchema: types_1.resendSendEmailParamsSchema,
348
- outputSchema: types_1.resendSendEmailOutputSchema,
340
+ fn: sendEmail,
341
+ paramsSchema: resendSendEmailParamsSchema,
342
+ outputSchema: resendSendEmailOutputSchema,
349
343
  },
350
344
  },
351
345
  googleOauth: {
352
346
  createNewGoogleDoc: {
353
- fn: createNewGoogleDoc_1.default,
354
- paramsSchema: types_1.googleOauthCreateNewGoogleDocParamsSchema,
355
- outputSchema: types_1.googleOauthCreateNewGoogleDocOutputSchema,
347
+ fn: createNewGoogleDoc,
348
+ paramsSchema: googleOauthCreateNewGoogleDocParamsSchema,
349
+ outputSchema: googleOauthCreateNewGoogleDocOutputSchema,
356
350
  },
357
351
  updateDoc: {
358
- fn: updateDoc_1.default,
359
- paramsSchema: types_1.googleOauthUpdateDocParamsSchema,
360
- outputSchema: types_1.googleOauthUpdateDocOutputSchema,
352
+ fn: updateDoc,
353
+ paramsSchema: googleOauthUpdateDocParamsSchema,
354
+ outputSchema: googleOauthUpdateDocOutputSchema,
361
355
  },
362
356
  scheduleCalendarMeeting: {
363
- fn: scheduleCalendarMeeting_1.default,
364
- paramsSchema: types_1.googleOauthScheduleCalendarMeetingParamsSchema,
365
- outputSchema: types_1.googleOauthScheduleCalendarMeetingOutputSchema,
357
+ fn: scheduleCalendarMeeting,
358
+ paramsSchema: googleOauthScheduleCalendarMeetingParamsSchema,
359
+ outputSchema: googleOauthScheduleCalendarMeetingOutputSchema,
366
360
  },
367
361
  createSpreadsheet: {
368
- fn: createSpreadsheet_1.default,
369
- paramsSchema: types_1.googleOauthCreateSpreadsheetParamsSchema,
370
- outputSchema: types_1.googleOauthCreateSpreadsheetOutputSchema,
362
+ fn: createSpreadsheet,
363
+ paramsSchema: googleOauthCreateSpreadsheetParamsSchema,
364
+ outputSchema: googleOauthCreateSpreadsheetOutputSchema,
371
365
  },
372
366
  updateSpreadsheet: {
373
- fn: updateSpreadsheet_1.default,
374
- paramsSchema: types_1.googleOauthUpdateSpreadsheetParamsSchema,
375
- outputSchema: types_1.googleOauthUpdateSpreadsheetOutputSchema,
367
+ fn: updateSpreadsheet,
368
+ paramsSchema: googleOauthUpdateSpreadsheetParamsSchema,
369
+ outputSchema: googleOauthUpdateSpreadsheetOutputSchema,
376
370
  },
377
371
  createPresentation: {
378
- fn: createPresentation_1.default,
379
- paramsSchema: types_1.googleOauthCreatePresentationParamsSchema,
380
- outputSchema: types_1.googleOauthCreatePresentationOutputSchema,
372
+ fn: createPresentation,
373
+ paramsSchema: googleOauthCreatePresentationParamsSchema,
374
+ outputSchema: googleOauthCreatePresentationOutputSchema,
381
375
  },
382
376
  updatePresentation: {
383
- fn: updatePresentation_1.default,
384
- paramsSchema: types_1.googleOauthUpdatePresentationParamsSchema,
385
- outputSchema: types_1.googleOauthUpdatePresentationOutputSchema,
377
+ fn: updatePresentation,
378
+ paramsSchema: googleOauthUpdatePresentationParamsSchema,
379
+ outputSchema: googleOauthUpdatePresentationOutputSchema,
386
380
  },
387
381
  searchDriveByKeywords: {
388
- fn: searchDriveByKeywords_1.default,
389
- paramsSchema: types_1.googleOauthSearchDriveByKeywordsParamsSchema,
390
- outputSchema: types_1.googleOauthSearchDriveByKeywordsOutputSchema,
382
+ fn: searchDriveByKeywords,
383
+ paramsSchema: googleOauthSearchDriveByKeywordsParamsSchema,
384
+ outputSchema: googleOauthSearchDriveByKeywordsOutputSchema,
391
385
  },
392
386
  searchGmailMessages: {
393
- fn: searchGmailMessages_1.default,
394
- paramsSchema: types_1.googlemailSearchGmailMessagesParamsSchema,
395
- outputSchema: types_1.googlemailSearchGmailMessagesOutputSchema,
387
+ fn: searchGmailMessages,
388
+ paramsSchema: googlemailSearchGmailMessagesParamsSchema,
389
+ outputSchema: googlemailSearchGmailMessagesOutputSchema,
396
390
  },
397
391
  listGmailThreads: {
398
- fn: listGmailThreads_1.default,
399
- paramsSchema: types_1.googlemailListGmailThreadsParamsSchema,
400
- outputSchema: types_1.googlemailListGmailThreadsOutputSchema,
392
+ fn: listGmailThreads,
393
+ paramsSchema: googlemailListGmailThreadsParamsSchema,
394
+ outputSchema: googlemailListGmailThreadsOutputSchema,
401
395
  },
402
396
  listCalendars: {
403
- fn: listCalendars_1.default,
404
- paramsSchema: types_1.googleOauthListCalendarsParamsSchema,
405
- outputSchema: types_1.googleOauthListCalendarsOutputSchema,
397
+ fn: listCalendars,
398
+ paramsSchema: googleOauthListCalendarsParamsSchema,
399
+ outputSchema: googleOauthListCalendarsOutputSchema,
406
400
  },
407
401
  listCalendarEvents: {
408
- fn: listCalendarEvents_1.default,
409
- paramsSchema: types_1.googleOauthListCalendarEventsParamsSchema,
410
- outputSchema: types_1.googleOauthListCalendarEventsOutputSchema,
402
+ fn: listCalendarEvents,
403
+ paramsSchema: googleOauthListCalendarEventsParamsSchema,
404
+ outputSchema: googleOauthListCalendarEventsOutputSchema,
411
405
  },
412
406
  updateCalendarEvent: {
413
- fn: updateCalendarEvent_1.default,
414
- paramsSchema: types_1.googleOauthUpdateCalendarEventParamsSchema,
415
- outputSchema: types_1.googleOauthUpdateCalendarEventOutputSchema,
407
+ fn: updateCalendarEvent,
408
+ paramsSchema: googleOauthUpdateCalendarEventParamsSchema,
409
+ outputSchema: googleOauthUpdateCalendarEventOutputSchema,
416
410
  },
417
411
  deleteCalendarEvent: {
418
- fn: deleteCalendarEvent_1.default,
419
- paramsSchema: types_1.googleOauthDeleteCalendarEventParamsSchema,
420
- outputSchema: types_1.googleOauthDeleteCalendarEventOutputSchema,
412
+ fn: deleteCalendarEvent,
413
+ paramsSchema: googleOauthDeleteCalendarEventParamsSchema,
414
+ outputSchema: googleOauthDeleteCalendarEventOutputSchema,
421
415
  },
422
416
  listGroups: {
423
- fn: listGroups_1.default,
424
- paramsSchema: types_1.googleOauthListGroupsParamsSchema,
425
- outputSchema: types_1.googleOauthListGroupsOutputSchema,
417
+ fn: listGroups,
418
+ paramsSchema: googleOauthListGroupsParamsSchema,
419
+ outputSchema: googleOauthListGroupsOutputSchema,
426
420
  },
427
421
  getGroup: {
428
- fn: getGroup_1.default,
429
- paramsSchema: types_1.googleOauthGetGroupParamsSchema,
430
- outputSchema: types_1.googleOauthGetGroupOutputSchema,
422
+ fn: getGroup,
423
+ paramsSchema: googleOauthGetGroupParamsSchema,
424
+ outputSchema: googleOauthGetGroupOutputSchema,
431
425
  },
432
426
  listGroupMembers: {
433
- fn: listGroupMembers_1.default,
434
- paramsSchema: types_1.googleOauthListGroupMembersParamsSchema,
435
- outputSchema: types_1.googleOauthListGroupMembersOutputSchema,
427
+ fn: listGroupMembers,
428
+ paramsSchema: googleOauthListGroupMembersParamsSchema,
429
+ outputSchema: googleOauthListGroupMembersOutputSchema,
436
430
  },
437
431
  hasGroupMember: {
438
- fn: hasGroupMember_1.default,
439
- paramsSchema: types_1.googleOauthHasGroupMemberParamsSchema,
440
- outputSchema: types_1.googleOauthHasGroupMemberOutputSchema,
432
+ fn: hasGroupMember,
433
+ paramsSchema: googleOauthHasGroupMemberParamsSchema,
434
+ outputSchema: googleOauthHasGroupMemberOutputSchema,
441
435
  },
442
436
  addGroupMember: {
443
- fn: addGroupMember_1.default,
444
- paramsSchema: types_1.googleOauthAddGroupMemberParamsSchema,
445
- outputSchema: types_1.googleOauthAddGroupMemberOutputSchema,
437
+ fn: addGroupMember,
438
+ paramsSchema: googleOauthAddGroupMemberParamsSchema,
439
+ outputSchema: googleOauthAddGroupMemberOutputSchema,
446
440
  },
447
441
  deleteGroupMember: {
448
- fn: deleteGroupMember_1.default,
449
- paramsSchema: types_1.googleOauthDeleteGroupMemberParamsSchema,
450
- outputSchema: types_1.googleOauthDeleteGroupMemberOutputSchema,
442
+ fn: deleteGroupMember,
443
+ paramsSchema: googleOauthDeleteGroupMemberParamsSchema,
444
+ outputSchema: googleOauthDeleteGroupMemberOutputSchema,
451
445
  },
452
446
  },
453
447
  x: {
454
448
  createShareXPostUrl: {
455
- fn: createXSharePostUrl_1.default,
456
- paramsSchema: types_1.xCreateShareXPostUrlParamsSchema,
457
- outputSchema: types_1.xCreateShareXPostUrlOutputSchema,
449
+ fn: createXSharePostUrl,
450
+ paramsSchema: xCreateShareXPostUrlParamsSchema,
451
+ outputSchema: xCreateShareXPostUrlOutputSchema,
458
452
  },
459
453
  },
460
454
  gong: {
461
455
  getGongTranscripts: {
462
- fn: getGongTranscripts_1.default,
463
- paramsSchema: types_1.gongGetGongTranscriptsParamsSchema,
464
- outputSchema: types_1.gongGetGongTranscriptsOutputSchema,
456
+ fn: getGongTranscripts,
457
+ paramsSchema: gongGetGongTranscriptsParamsSchema,
458
+ outputSchema: gongGetGongTranscriptsOutputSchema,
465
459
  },
466
460
  },
467
461
  finnhub: {
468
462
  symbolLookup: {
469
- fn: symbolLookup_1.default,
470
- paramsSchema: types_1.finnhubSymbolLookupParamsSchema,
471
- outputSchema: types_1.finnhubSymbolLookupOutputSchema,
463
+ fn: symbolLookup,
464
+ paramsSchema: finnhubSymbolLookupParamsSchema,
465
+ outputSchema: finnhubSymbolLookupOutputSchema,
472
466
  },
473
467
  getBasicFinancials: {
474
- fn: getBasicFinancials_1.default,
475
- paramsSchema: types_1.finnhubGetBasicFinancialsParamsSchema,
476
- outputSchema: types_1.finnhubGetBasicFinancialsOutputSchema,
468
+ fn: getBasicFinancials,
469
+ paramsSchema: finnhubGetBasicFinancialsParamsSchema,
470
+ outputSchema: finnhubGetBasicFinancialsOutputSchema,
477
471
  },
478
472
  },
479
473
  looker: {
480
474
  enableUserByEmail: {
481
- fn: enableUserByEmail_1.default,
482
- paramsSchema: types_1.lookerEnableUserByEmailParamsSchema,
483
- outputSchema: types_1.lookerEnableUserByEmailOutputSchema,
475
+ fn: enableUserByEmail,
476
+ paramsSchema: lookerEnableUserByEmailParamsSchema,
477
+ outputSchema: lookerEnableUserByEmailOutputSchema,
484
478
  },
485
479
  },
486
480
  ashby: {
487
481
  createNote: {
488
- fn: createNote_1.default,
489
- paramsSchema: types_1.ashbyCreateNoteParamsSchema,
490
- outputSchema: types_1.ashbyCreateNoteOutputSchema,
482
+ fn: createNote,
483
+ paramsSchema: ashbyCreateNoteParamsSchema,
484
+ outputSchema: ashbyCreateNoteOutputSchema,
491
485
  },
492
486
  getCandidateInfo: {
493
- fn: getCandidateInfo_1.default,
494
- paramsSchema: types_1.ashbyGetCandidateInfoParamsSchema,
495
- outputSchema: types_1.ashbyGetCandidateInfoOutputSchema,
487
+ fn: getCandidateInfo,
488
+ paramsSchema: ashbyGetCandidateInfoParamsSchema,
489
+ outputSchema: ashbyGetCandidateInfoOutputSchema,
496
490
  },
497
491
  listCandidates: {
498
- fn: listCandidates_1.default,
499
- paramsSchema: types_1.ashbyListCandidatesParamsSchema,
500
- outputSchema: types_1.ashbyListCandidatesOutputSchema,
492
+ fn: listCandidates,
493
+ paramsSchema: ashbyListCandidatesParamsSchema,
494
+ outputSchema: ashbyListCandidatesOutputSchema,
501
495
  },
502
496
  listCandidateNotes: {
503
- fn: listCandidateNotes_1.default,
504
- paramsSchema: types_1.ashbyListCandidateNotesParamsSchema,
505
- outputSchema: types_1.ashbyListCandidateNotesOutputSchema,
497
+ fn: listCandidateNotes,
498
+ paramsSchema: ashbyListCandidateNotesParamsSchema,
499
+ outputSchema: ashbyListCandidateNotesOutputSchema,
506
500
  },
507
501
  searchCandidates: {
508
- fn: searchCandidates_1.default,
509
- paramsSchema: types_1.ashbySearchCandidatesParamsSchema,
510
- outputSchema: types_1.ashbySearchCandidatesOutputSchema,
502
+ fn: searchCandidates,
503
+ paramsSchema: ashbySearchCandidatesParamsSchema,
504
+ outputSchema: ashbySearchCandidatesOutputSchema,
511
505
  },
512
506
  createCandidate: {
513
- fn: createCandidate_1.default,
514
- paramsSchema: types_1.ashbyCreateCandidateParamsSchema,
515
- outputSchema: types_1.ashbyCreateCandidateOutputSchema,
507
+ fn: createCandidate,
508
+ paramsSchema: ashbyCreateCandidateParamsSchema,
509
+ outputSchema: ashbyCreateCandidateOutputSchema,
516
510
  },
517
511
  updateCandidate: {
518
- fn: updateCandidate_1.default,
519
- paramsSchema: types_1.ashbyUpdateCandidateParamsSchema,
520
- outputSchema: types_1.ashbyUpdateCandidateOutputSchema,
512
+ fn: updateCandidate,
513
+ paramsSchema: ashbyUpdateCandidateParamsSchema,
514
+ outputSchema: ashbyUpdateCandidateOutputSchema,
521
515
  },
522
516
  addCandidateToProject: {
523
- fn: addCandidateToProject_1.default,
524
- paramsSchema: types_1.ashbyAddCandidateToProjectParamsSchema,
525
- outputSchema: types_1.ashbyAddCandidateToProjectOutputSchema,
517
+ fn: addCandidateToProject,
518
+ paramsSchema: ashbyAddCandidateToProjectParamsSchema,
519
+ outputSchema: ashbyAddCandidateToProjectOutputSchema,
526
520
  },
527
521
  },
528
522
  salesforce: {
529
523
  updateRecord: {
530
- fn: updateRecord_1.default,
531
- paramsSchema: types_1.salesforceUpdateRecordParamsSchema,
532
- outputSchema: types_1.salesforceUpdateRecordOutputSchema,
524
+ fn: updateRecord,
525
+ paramsSchema: salesforceUpdateRecordParamsSchema,
526
+ outputSchema: salesforceUpdateRecordOutputSchema,
533
527
  },
534
528
  createRecord: {
535
- fn: createRecord_1.default,
536
- paramsSchema: types_1.salesforceCreateRecordParamsSchema,
537
- outputSchema: types_1.salesforceCreateRecordOutputSchema,
529
+ fn: createRecord,
530
+ paramsSchema: salesforceCreateRecordParamsSchema,
531
+ outputSchema: salesforceCreateRecordOutputSchema,
538
532
  },
539
533
  createCase: {
540
- fn: createCase_1.default,
541
- paramsSchema: types_1.salesforceCreateCaseParamsSchema,
542
- outputSchema: types_1.salesforceCreateCaseOutputSchema,
534
+ fn: createCase,
535
+ paramsSchema: salesforceCreateCaseParamsSchema,
536
+ outputSchema: salesforceCreateCaseOutputSchema,
543
537
  },
544
538
  generateSalesReport: {
545
- fn: generateSalesReport_1.default,
546
- paramsSchema: types_1.salesforceGenerateSalesReportParamsSchema,
547
- outputSchema: types_1.salesforceGenerateSalesReportOutputSchema,
539
+ fn: generateSalesReport,
540
+ paramsSchema: salesforceGenerateSalesReportParamsSchema,
541
+ outputSchema: salesforceGenerateSalesReportOutputSchema,
548
542
  },
549
543
  getRecord: {
550
- fn: getRecord_1.default,
551
- paramsSchema: types_1.salesforceGetRecordParamsSchema,
552
- outputSchema: types_1.salesforceGetRecordOutputSchema,
544
+ fn: getRecord,
545
+ paramsSchema: salesforceGetRecordParamsSchema,
546
+ outputSchema: salesforceGetRecordOutputSchema,
553
547
  },
554
548
  getSalesforceRecordsByQuery: {
555
- fn: getSalesforceRecordsByQuery_1.default,
556
- paramsSchema: types_1.salesforceGetSalesforceRecordsByQueryParamsSchema,
557
- outputSchema: types_1.salesforceGetSalesforceRecordsByQueryOutputSchema,
549
+ fn: getSalesforceRecordsByQuery,
550
+ paramsSchema: salesforceGetSalesforceRecordsByQueryParamsSchema,
551
+ outputSchema: salesforceGetSalesforceRecordsByQueryOutputSchema,
558
552
  },
559
553
  fetchSalesforceSchemaByObject: {
560
- fn: fetchSalesforceSchema_1.default,
561
- paramsSchema: types_1.salesforceFetchSalesforceSchemaByObjectParamsSchema,
562
- outputSchema: types_1.salesforceFetchSalesforceSchemaByObjectOutputSchema,
554
+ fn: fetchSalesforceSchemaByObject,
555
+ paramsSchema: salesforceFetchSalesforceSchemaByObjectParamsSchema,
556
+ outputSchema: salesforceFetchSalesforceSchemaByObjectOutputSchema,
563
557
  },
564
558
  },
565
559
  microsoft: {
566
560
  messageTeamsChat: {
567
- fn: messageTeamsChat_1.default,
568
- paramsSchema: types_1.microsoftMessageTeamsChatParamsSchema,
569
- outputSchema: types_1.microsoftMessageTeamsChatOutputSchema,
561
+ fn: sendMessageToTeamsChat,
562
+ paramsSchema: microsoftMessageTeamsChatParamsSchema,
563
+ outputSchema: microsoftMessageTeamsChatOutputSchema,
570
564
  },
571
565
  messageTeamsChannel: {
572
- fn: messageTeamsChannel_1.default,
573
- paramsSchema: types_1.microsoftMessageTeamsChannelParamsSchema,
574
- outputSchema: types_1.microsoftMessageTeamsChannelOutputSchema,
566
+ fn: sendMessageToTeamsChannel,
567
+ paramsSchema: microsoftMessageTeamsChannelParamsSchema,
568
+ outputSchema: microsoftMessageTeamsChannelOutputSchema,
575
569
  },
576
570
  updateSpreadsheet: {
577
- fn: updateSpreadsheet_2.default,
578
- paramsSchema: types_1.microsoftUpdateSpreadsheetParamsSchema,
579
- outputSchema: types_1.microsoftUpdateSpreadsheetOutputSchema,
571
+ fn: microsoftUpdateSpreadsheet,
572
+ paramsSchema: microsoftUpdateSpreadsheetParamsSchema,
573
+ outputSchema: microsoftUpdateSpreadsheetOutputSchema,
580
574
  },
581
575
  updateDocument: {
582
- fn: updateDocument_1.default,
583
- paramsSchema: types_1.microsoftUpdateDocumentParamsSchema,
584
- outputSchema: types_1.microsoftUpdateDocumentOutputSchema,
576
+ fn: updateDocument,
577
+ paramsSchema: microsoftUpdateDocumentParamsSchema,
578
+ outputSchema: microsoftUpdateDocumentOutputSchema,
585
579
  },
586
580
  createDocument: {
587
- fn: createDocument_1.default,
588
- paramsSchema: types_1.microsoftCreateDocumentParamsSchema,
589
- outputSchema: types_1.microsoftCreateDocumentOutputSchema,
581
+ fn: createDocument,
582
+ paramsSchema: microsoftCreateDocumentParamsSchema,
583
+ outputSchema: microsoftCreateDocumentOutputSchema,
590
584
  },
591
585
  getDocument: {
592
- fn: getDocument_1.default,
593
- paramsSchema: types_1.microsoftGetDocumentParamsSchema,
594
- outputSchema: types_1.microsoftGetDocumentOutputSchema,
586
+ fn: getDocument,
587
+ paramsSchema: microsoftGetDocumentParamsSchema,
588
+ outputSchema: microsoftGetDocumentOutputSchema,
595
589
  },
596
590
  },
597
591
  github: {
598
592
  createOrUpdateFile: {
599
- fn: createOrUpdateFile_1.default,
600
- paramsSchema: types_1.githubCreateOrUpdateFileParamsSchema,
601
- outputSchema: types_1.githubCreateOrUpdateFileOutputSchema,
593
+ fn: createOrUpdateFile,
594
+ paramsSchema: githubCreateOrUpdateFileParamsSchema,
595
+ outputSchema: githubCreateOrUpdateFileOutputSchema,
602
596
  },
603
597
  createBranch: {
604
- fn: createBranch_1.default,
605
- paramsSchema: types_1.githubCreateBranchParamsSchema,
606
- outputSchema: types_1.githubCreateBranchOutputSchema,
598
+ fn: createBranch,
599
+ paramsSchema: githubCreateBranchParamsSchema,
600
+ outputSchema: githubCreateBranchOutputSchema,
607
601
  },
608
602
  createPullRequest: {
609
- fn: createPullRequest_1.default,
610
- paramsSchema: types_1.githubCreatePullRequestParamsSchema,
611
- outputSchema: types_1.githubCreatePullRequestOutputSchema,
603
+ fn: createPullRequest,
604
+ paramsSchema: githubCreatePullRequestParamsSchema,
605
+ outputSchema: githubCreatePullRequestOutputSchema,
612
606
  },
613
607
  listPullRequests: {
614
- fn: listPullRequests_1.default,
615
- paramsSchema: types_1.githubListPullRequestsParamsSchema,
616
- outputSchema: types_1.githubListPullRequestsOutputSchema,
608
+ fn: listPullRequests,
609
+ paramsSchema: githubListPullRequestsParamsSchema,
610
+ outputSchema: githubListPullRequestsOutputSchema,
617
611
  },
618
612
  },
619
613
  notion: {
620
614
  searchByTitle: {
621
- fn: searchByTitle_1.default,
622
- paramsSchema: types_1.notionSearchByTitleParamsSchema,
623
- outputSchema: types_1.notionSearchByTitleOutputSchema,
615
+ fn: searchByTitle,
616
+ paramsSchema: notionSearchByTitleParamsSchema,
617
+ outputSchema: notionSearchByTitleOutputSchema,
624
618
  },
625
619
  },
626
620
  };