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