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