@credal/actions 0.2.125 → 0.2.127

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/dist/actions/actionMapper.js +9 -1
  2. package/dist/actions/autogen/templates.d.ts +1 -0
  3. package/dist/actions/autogen/templates.js +123 -1
  4. package/dist/actions/autogen/types.d.ts +110 -7
  5. package/dist/actions/autogen/types.js +52 -1
  6. package/dist/actions/providers/firecrawl/scrapeUrl.js +0 -3
  7. package/dist/actions/providers/googleSearch/customSearch.d.ts +3 -0
  8. package/dist/actions/providers/googleSearch/customSearch.js +81 -0
  9. package/dist/actions/providers/jira/createJiraTicket.js +11 -3
  10. package/dist/actions/providers/jira/updateJiraTicketDetails.js +11 -2
  11. package/dist/actions/providers/jira/updateServiceDeskRequest.d.ts +3 -0
  12. package/dist/actions/providers/jira/updateServiceDeskRequest.js +72 -0
  13. package/dist/actions/providers/jira/utils.d.ts +1 -0
  14. package/dist/actions/providers/jira/utils.js +40 -0
  15. package/package.json +1 -1
  16. package/dist/actions/groups.d.ts +0 -6
  17. package/dist/actions/groups.js +0 -261
  18. package/dist/actions/providers/confluence/updatePage.d.ts +0 -3
  19. package/dist/actions/providers/confluence/updatePage.js +0 -46
  20. package/dist/actions/providers/credal/callCopilot.d.ts +0 -3
  21. package/dist/actions/providers/credal/callCopilot.js +0 -36
  22. package/dist/actions/providers/generic/fillTemplateAction.d.ts +0 -7
  23. package/dist/actions/providers/generic/fillTemplateAction.js +0 -18
  24. package/dist/actions/providers/generic/genericApiCall.d.ts +0 -3
  25. package/dist/actions/providers/generic/genericApiCall.js +0 -38
  26. package/dist/actions/providers/google-oauth/getDriveContentById.d.ts +0 -3
  27. package/dist/actions/providers/google-oauth/getDriveContentById.js +0 -161
  28. package/dist/actions/providers/google-oauth/searchAndGetDriveContentByKeywords.d.ts +0 -3
  29. package/dist/actions/providers/google-oauth/searchAndGetDriveContentByKeywords.js +0 -47
  30. package/dist/actions/providers/google-oauth/searchDriveAndGetContentByKeywords.d.ts +0 -3
  31. package/dist/actions/providers/google-oauth/searchDriveAndGetContentByKeywords.js +0 -110
  32. package/dist/actions/providers/google-oauth/searchDriveAndGetContentByQuery.d.ts +0 -3
  33. package/dist/actions/providers/google-oauth/searchDriveAndGetContentByQuery.js +0 -78
  34. package/dist/actions/providers/google-oauth/utils/extractContentFromDriveFileId.d.ts +0 -15
  35. package/dist/actions/providers/google-oauth/utils/extractContentFromDriveFileId.js +0 -129
  36. package/dist/actions/providers/googlemaps/nearbysearch.d.ts +0 -3
  37. package/dist/actions/providers/googlemaps/nearbysearch.js +0 -96
  38. package/dist/actions/providers/math/index.d.ts +0 -1
  39. package/dist/actions/providers/math/index.js +0 -37
  40. package/dist/actions/providers/slack/archiveChannel.d.ts +0 -3
  41. package/dist/actions/providers/slack/archiveChannel.js +0 -42
  42. package/dist/actions/providers/slack/index.d.ts +0 -1
  43. package/dist/actions/providers/slack/index.js +0 -37
  44. package/dist/actions/providers/slack/listConversations.d.ts +0 -3
  45. package/dist/actions/providers/slack/listConversations.js +0 -41
  46. package/dist/actions/providers/snowflake/runSnowflakeQueryWriteResultsToS3.d.ts +0 -3
  47. package/dist/actions/providers/snowflake/runSnowflakeQueryWriteResultsToS3.js +0 -154
  48. package/dist/actions/providers/x/scrapeTweetDataWithNitter.d.ts +0 -3
  49. package/dist/actions/providers/x/scrapeTweetDataWithNitter.js +0 -45
@@ -1,4 +1,4 @@
1
- import { genericFillTemplateParamsSchema, genericFillTemplateOutputSchema, confluenceOverwritePageParamsSchema, confluenceOverwritePageOutputSchema, googlemapsValidateAddressOutputSchema, googlemapsValidateAddressParamsSchema, googleOauthCreateNewGoogleDocParamsSchema, googleOauthCreateNewGoogleDocOutputSchema, mathAddOutputSchema, mathAddParamsSchema, mongoInsertMongoDocOutputSchema, mongoInsertMongoDocParamsSchema, slackSendMessageOutputSchema, slackSendMessageParamsSchema, slackGetChannelMessagesOutputSchema, slackGetChannelMessagesParamsSchema, slackCreateChannelParamsSchema, slackCreateChannelOutputSchema, snowflakeGetRowByFieldValueOutputSchema, snowflakeGetRowByFieldValueParamsSchema, zendeskCreateZendeskTicketOutputSchema, zendeskCreateZendeskTicketParamsSchema, zendeskGetTicketDetailsOutputSchema, zendeskGetTicketDetailsParamsSchema, zendeskUpdateTicketStatusOutputSchema, zendeskUpdateTicketStatusParamsSchema, zendeskAddCommentToTicketOutputSchema, zendeskAddCommentToTicketParamsSchema, zendeskAssignTicketOutputSchema, zendeskAssignTicketParamsSchema, zendeskListZendeskTicketsOutputSchema, zendeskListZendeskTicketsParamsSchema, zendeskSearchZendeskByQueryOutputSchema, zendeskSearchZendeskByQueryParamsSchema, jiraAssignJiraTicketParamsSchema, jiraAssignJiraTicketOutputSchema, jiraCommentJiraTicketParamsSchema, jiraCommentJiraTicketOutputSchema, jiraCreateJiraTicketParamsSchema, jiraCreateJiraTicketOutputSchema, jiraGetJiraTicketDetailsParamsSchema, jiraGetJiraTicketDetailsOutputSchema, jiraGetJiraTicketHistoryParamsSchema, jiraGetJiraTicketHistoryOutputSchema, jiraUpdateJiraTicketDetailsParamsSchema, jiraUpdateJiraTicketDetailsOutputSchema, jiraUpdateJiraTicketStatusParamsSchema, jiraUpdateJiraTicketStatusOutputSchema, jiraGetServiceDesksParamsSchema, jiraGetServiceDesksOutputSchema, jiraCreateServiceDeskRequestParamsSchema, jiraCreateServiceDeskRequestOutputSchema, openstreetmapGetLatitudeLongitudeFromLocationParamsSchema, openstreetmapGetLatitudeLongitudeFromLocationOutputSchema, nwsGetForecastForLocationParamsSchema, nwsGetForecastForLocationOutputSchema, googlemapsNearbysearchRestaurantsOutputSchema, googlemapsNearbysearchRestaurantsParamsSchema, firecrawlScrapeUrlOutputSchema, firecrawlScrapeUrlParamsSchema, resendSendEmailOutputSchema, resendSendEmailHtmlParamsSchema, resendSendEmailHtmlOutputSchema, 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, googleOauthEditAGoogleCalendarEventParamsSchema, googleOauthEditAGoogleCalendarEventOutputSchema, googleOauthCreatePresentationParamsSchema, googleOauthCreatePresentationOutputSchema, googleOauthUpdatePresentationParamsSchema, googleOauthUpdatePresentationOutputSchema, googleOauthGetPresentationParamsSchema, googleOauthGetPresentationOutputSchema, 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, jamfGetJamfUserComputerIdParamsSchema, jamfGetJamfUserComputerIdOutputSchema, jamfLockJamfComputerByIdParamsSchema, jamfLockJamfComputerByIdOutputSchema, oktaTriggerOktaWorkflowParamsSchema, oktaTriggerOktaWorkflowOutputSchema, gitlabSearchGroupOutputSchema, gitlabSearchGroupParamsSchema, githubSearchRepositoryOutputSchema, githubSearchRepositoryParamsSchema, githubSearchOrganizationOutputSchema, githubSearchOrganizationParamsSchema, salesforceSearchSalesforceRecordsParamsSchema, salesforceSearchSalesforceRecordsOutputSchema, googleOauthGetDriveFileContentByIdOutputSchema, googleOauthGetDriveFileContentByIdParamsSchema, googleOauthSearchDriveByQueryOutputSchema, googleOauthSearchDriveByQueryParamsSchema, googleOauthSearchDriveByQueryAndGetFileContentParamsSchema, googleOauthSearchDriveByQueryAndGetFileContentOutputSchema, googleOauthQueryGoogleBigQueryParamsSchema, googleOauthQueryGoogleBigQueryOutputSchema, githubGetFileContentParamsSchema, githubGetFileContentOutputSchema, githubListDirectoryOutputSchema, githubListDirectoryParamsSchema, githubGetBranchParamsSchema, githubGetBranchOutputSchema, githubListCommitsParamsSchema, githubListCommitsOutputSchema, githubGetPullRequestDetailsParamsSchema, githubGetPullRequestDetailsOutputSchema, linearGetIssuesParamsSchema, linearGetIssuesOutputSchema, linearGetIssueDetailsParamsSchema, linearGetIssueDetailsOutputSchema, linearGetProjectDetailsParamsSchema, linearGetProjectDetailsOutputSchema, linearGetTeamDetailsParamsSchema, linearGetTeamDetailsOutputSchema, linearGetProjectsParamsSchema, linearGetProjectsOutputSchema, linearGetTeamsParamsSchema, linearGetTeamsOutputSchema, hubspotGetContactsParamsSchema, hubspotGetContactsOutputSchema, hubspotGetContactDetailsParamsSchema, hubspotGetContactDetailsOutputSchema, hubspotGetCompaniesParamsSchema, hubspotGetCompaniesOutputSchema, hubspotGetCompanyDetailsParamsSchema, hubspotGetCompanyDetailsOutputSchema, hubspotGetDealsParamsSchema, hubspotGetDealsOutputSchema, hubspotGetDealDetailsParamsSchema, hubspotGetDealDetailsOutputSchema, hubspotGetTicketsParamsSchema, hubspotGetTicketsOutputSchema, hubspotGetTicketDetailsParamsSchema, hubspotGetTicketDetailsOutputSchema, gitlabGetFileContentParamsSchema, gitlabGetFileContentOutputSchema, jiraPublicCommentOnServiceDeskRequestParamsSchema, jiraPublicCommentOnServiceDeskRequestOutputSchema, googlemailSendGmailParamsSchema, googlemailSendGmailOutputSchema, gitlabListDirectoryParamsSchema, gitlabListDirectoryOutputSchema, firecrawlSearchAndScrapeOutputSchema, firecrawlSearchAndScrapeParamsSchema, firecrawlGetTopNSearchResultUrlsParamsSchema, firecrawlGetTopNSearchResultUrlsOutputSchema, googleOauthSearchDriveByKeywordsAndGetFileContentParamsSchema, googleOauthSearchDriveByKeywordsAndGetFileContentOutputSchema, perplexityPerplexityDeepResearchParamsSchema, perplexityPerplexityDeepResearchOutputSchema, slackUserSearchSlackParamsSchema, slackUserSearchSlackOutputSchema, oktaOrgGetOktaUserByNameParamsSchema, oktaOrgGetOktaUserByNameOutputSchema, } from "./autogen/types.js";
1
+ import { genericFillTemplateParamsSchema, genericFillTemplateOutputSchema, confluenceOverwritePageParamsSchema, confluenceOverwritePageOutputSchema, googlemapsValidateAddressOutputSchema, googlemapsValidateAddressParamsSchema, googleOauthCreateNewGoogleDocParamsSchema, googleOauthCreateNewGoogleDocOutputSchema, mathAddOutputSchema, mathAddParamsSchema, mongoInsertMongoDocOutputSchema, mongoInsertMongoDocParamsSchema, slackSendMessageOutputSchema, slackSendMessageParamsSchema, slackGetChannelMessagesOutputSchema, slackGetChannelMessagesParamsSchema, slackCreateChannelParamsSchema, slackCreateChannelOutputSchema, snowflakeGetRowByFieldValueOutputSchema, snowflakeGetRowByFieldValueParamsSchema, zendeskCreateZendeskTicketOutputSchema, zendeskCreateZendeskTicketParamsSchema, zendeskGetTicketDetailsOutputSchema, zendeskGetTicketDetailsParamsSchema, zendeskUpdateTicketStatusOutputSchema, zendeskUpdateTicketStatusParamsSchema, zendeskAddCommentToTicketOutputSchema, zendeskAddCommentToTicketParamsSchema, zendeskAssignTicketOutputSchema, zendeskAssignTicketParamsSchema, zendeskListZendeskTicketsOutputSchema, zendeskListZendeskTicketsParamsSchema, zendeskSearchZendeskByQueryOutputSchema, zendeskSearchZendeskByQueryParamsSchema, jiraAssignJiraTicketParamsSchema, jiraAssignJiraTicketOutputSchema, jiraCommentJiraTicketParamsSchema, jiraCommentJiraTicketOutputSchema, jiraCreateJiraTicketParamsSchema, jiraCreateJiraTicketOutputSchema, jiraGetJiraTicketDetailsParamsSchema, jiraGetJiraTicketDetailsOutputSchema, jiraGetJiraTicketHistoryParamsSchema, jiraGetJiraTicketHistoryOutputSchema, jiraUpdateJiraTicketDetailsParamsSchema, jiraUpdateJiraTicketDetailsOutputSchema, jiraUpdateJiraTicketStatusParamsSchema, jiraUpdateJiraTicketStatusOutputSchema, jiraGetServiceDesksParamsSchema, jiraGetServiceDesksOutputSchema, jiraCreateServiceDeskRequestParamsSchema, jiraCreateServiceDeskRequestOutputSchema, openstreetmapGetLatitudeLongitudeFromLocationParamsSchema, openstreetmapGetLatitudeLongitudeFromLocationOutputSchema, nwsGetForecastForLocationParamsSchema, nwsGetForecastForLocationOutputSchema, googlemapsNearbysearchRestaurantsOutputSchema, googlemapsNearbysearchRestaurantsParamsSchema, firecrawlScrapeUrlOutputSchema, firecrawlScrapeUrlParamsSchema, resendSendEmailOutputSchema, resendSendEmailHtmlParamsSchema, resendSendEmailHtmlOutputSchema, 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, googleOauthEditAGoogleCalendarEventParamsSchema, googleOauthEditAGoogleCalendarEventOutputSchema, googleOauthCreatePresentationParamsSchema, googleOauthCreatePresentationOutputSchema, googleOauthUpdatePresentationParamsSchema, googleOauthUpdatePresentationOutputSchema, googleOauthGetPresentationParamsSchema, googleOauthGetPresentationOutputSchema, 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, jamfGetJamfUserComputerIdParamsSchema, jamfGetJamfUserComputerIdOutputSchema, jamfLockJamfComputerByIdParamsSchema, jamfLockJamfComputerByIdOutputSchema, oktaTriggerOktaWorkflowParamsSchema, oktaTriggerOktaWorkflowOutputSchema, gitlabSearchGroupOutputSchema, gitlabSearchGroupParamsSchema, githubSearchRepositoryOutputSchema, githubSearchRepositoryParamsSchema, githubSearchOrganizationOutputSchema, githubSearchOrganizationParamsSchema, salesforceSearchSalesforceRecordsParamsSchema, salesforceSearchSalesforceRecordsOutputSchema, googleOauthGetDriveFileContentByIdOutputSchema, googleOauthGetDriveFileContentByIdParamsSchema, googleOauthSearchDriveByQueryOutputSchema, googleOauthSearchDriveByQueryParamsSchema, googleOauthSearchDriveByQueryAndGetFileContentParamsSchema, googleOauthSearchDriveByQueryAndGetFileContentOutputSchema, googleOauthQueryGoogleBigQueryParamsSchema, googleOauthQueryGoogleBigQueryOutputSchema, githubGetFileContentParamsSchema, githubGetFileContentOutputSchema, githubListDirectoryOutputSchema, githubListDirectoryParamsSchema, githubGetBranchParamsSchema, githubGetBranchOutputSchema, githubListCommitsParamsSchema, githubListCommitsOutputSchema, githubGetPullRequestDetailsParamsSchema, githubGetPullRequestDetailsOutputSchema, linearGetIssuesParamsSchema, linearGetIssuesOutputSchema, linearGetIssueDetailsParamsSchema, linearGetIssueDetailsOutputSchema, linearGetProjectDetailsParamsSchema, linearGetProjectDetailsOutputSchema, linearGetTeamDetailsParamsSchema, linearGetTeamDetailsOutputSchema, linearGetProjectsParamsSchema, linearGetProjectsOutputSchema, linearGetTeamsParamsSchema, linearGetTeamsOutputSchema, hubspotGetContactsParamsSchema, hubspotGetContactsOutputSchema, hubspotGetContactDetailsParamsSchema, hubspotGetContactDetailsOutputSchema, hubspotGetCompaniesParamsSchema, hubspotGetCompaniesOutputSchema, hubspotGetCompanyDetailsParamsSchema, hubspotGetCompanyDetailsOutputSchema, hubspotGetDealsParamsSchema, hubspotGetDealsOutputSchema, hubspotGetDealDetailsParamsSchema, hubspotGetDealDetailsOutputSchema, hubspotGetTicketsParamsSchema, hubspotGetTicketsOutputSchema, hubspotGetTicketDetailsParamsSchema, hubspotGetTicketDetailsOutputSchema, gitlabGetFileContentParamsSchema, gitlabGetFileContentOutputSchema, jiraPublicCommentOnServiceDeskRequestParamsSchema, jiraPublicCommentOnServiceDeskRequestOutputSchema, googlemailSendGmailParamsSchema, googlemailSendGmailOutputSchema, gitlabListDirectoryParamsSchema, gitlabListDirectoryOutputSchema, firecrawlSearchAndScrapeOutputSchema, firecrawlSearchAndScrapeParamsSchema, firecrawlGetTopNSearchResultUrlsParamsSchema, firecrawlGetTopNSearchResultUrlsOutputSchema, googleOauthSearchDriveByKeywordsAndGetFileContentParamsSchema, googleOauthSearchDriveByKeywordsAndGetFileContentOutputSchema, perplexityPerplexityDeepResearchParamsSchema, perplexityPerplexityDeepResearchOutputSchema, slackUserSearchSlackParamsSchema, slackUserSearchSlackOutputSchema, oktaOrgGetOktaUserByNameParamsSchema, oktaOrgGetOktaUserByNameOutputSchema, googleSearchCustomSearchParamsSchema, googleSearchCustomSearchOutputSchema, } from "./autogen/types.js";
2
2
  import validateAddress from "./providers/googlemaps/validateAddress.js";
3
3
  import add from "./providers/math/add.js";
4
4
  import fillTemplate from "./providers/generic/fillTemplate.js";
@@ -150,6 +150,7 @@ import searchDriveByKeywordsAndGetFileContent from "./providers/google-oauth/sea
150
150
  import perplexityDeepResearch from "./providers/perplexity/perplexityDeepResearch.js";
151
151
  import searchSlack from "./providers/slackUser/searchSlack.js";
152
152
  import getOktaUserByName from "./providers/oktaOrg/getOktaUserByName.js";
153
+ import customSearch from "./providers/googleSearch/customSearch.js";
153
154
  const jiraActions = {
154
155
  getJiraIssuesByQuery: {
155
156
  fn: getJiraIssuesByQuery,
@@ -607,6 +608,13 @@ export const ActionMapper = {
607
608
  outputSchema: googlemailSendGmailOutputSchema,
608
609
  },
609
610
  },
611
+ googleSearch: {
612
+ customSearch: {
613
+ fn: customSearch,
614
+ paramsSchema: googleSearchCustomSearchParamsSchema,
615
+ outputSchema: googleSearchCustomSearchOutputSchema,
616
+ },
617
+ },
610
618
  x: {
611
619
  createShareXPostUrl: {
612
620
  fn: createXSharePostUrl,
@@ -89,6 +89,7 @@ export declare const googleOauthQueryGoogleBigQueryDefinition: ActionTemplate;
89
89
  export declare const googlemailSearchGmailMessagesDefinition: ActionTemplate;
90
90
  export declare const googlemailListGmailThreadsDefinition: ActionTemplate;
91
91
  export declare const googlemailSendGmailDefinition: ActionTemplate;
92
+ export declare const googleSearchCustomSearchDefinition: ActionTemplate;
92
93
  export declare const oktaGetOktaUserDefinition: ActionTemplate;
93
94
  export declare const oktaListOktaUserGroupsDefinition: ActionTemplate;
94
95
  export declare const oktaListOktaGroupsDefinition: ActionTemplate;
@@ -1110,6 +1110,10 @@ export const jiraCreateJiraTicketDefinition = {
1110
1110
  type: "string",
1111
1111
  description: "The assignee for the new ticket creation",
1112
1112
  },
1113
+ requestTypeId: {
1114
+ type: "string",
1115
+ description: "The request type ID for Jira Service Management tickets",
1116
+ },
1113
1117
  customFields: {
1114
1118
  type: "object",
1115
1119
  description: "Custom fields to be set on the create ticket request",
@@ -1384,6 +1388,10 @@ export const jiraUpdateJiraTicketDetailsDefinition = {
1384
1388
  type: "string",
1385
1389
  description: "The updated issue type",
1386
1390
  },
1391
+ requestTypeId: {
1392
+ type: "string",
1393
+ description: "The request type ID for Jira Service Management tickets",
1394
+ },
1387
1395
  customFields: {
1388
1396
  type: "object",
1389
1397
  description: "Custom fields to be set on the update ticket request",
@@ -1751,6 +1759,10 @@ export const jiraOrgCreateJiraTicketDefinition = {
1751
1759
  type: "string",
1752
1760
  description: "The assignee for the new ticket creation",
1753
1761
  },
1762
+ requestTypeId: {
1763
+ type: "string",
1764
+ description: "The request type ID for Jira Service Management tickets",
1765
+ },
1754
1766
  customFields: {
1755
1767
  type: "object",
1756
1768
  description: "Custom fields to be set on the create ticket request",
@@ -2025,6 +2037,10 @@ export const jiraOrgUpdateJiraTicketDetailsDefinition = {
2025
2037
  type: "string",
2026
2038
  description: "The updated issue type",
2027
2039
  },
2040
+ requestTypeId: {
2041
+ type: "string",
2042
+ description: "The request type ID for Jira Service Management tickets",
2043
+ },
2028
2044
  customFields: {
2029
2045
  type: "object",
2030
2046
  description: "Custom fields to be set on the update ticket request",
@@ -3217,7 +3233,7 @@ export const firecrawlScrapeUrlDefinition = {
3217
3233
  description: "Array of formats to return",
3218
3234
  items: {
3219
3235
  type: "string",
3220
- enum: ["json", "html", "screenshot", "markdown", "rawHtml", "links", "changeTracking"],
3236
+ enum: ["html", "screenshot", "markdown", "rawHtml", "links", "changeTracking"],
3221
3237
  },
3222
3238
  },
3223
3239
  },
@@ -7946,6 +7962,112 @@ export const googlemailSendGmailDefinition = {
7946
7962
  name: "sendGmail",
7947
7963
  provider: "googlemail",
7948
7964
  };
7965
+ export const googleSearchCustomSearchDefinition = {
7966
+ description: "Search for information using the Google Custom Search API",
7967
+ scopes: [],
7968
+ parameters: {
7969
+ type: "object",
7970
+ required: ["query", "customSearchEngineId"],
7971
+ properties: {
7972
+ query: {
7973
+ type: "string",
7974
+ description: "Query string to search for",
7975
+ },
7976
+ customSearchEngineId: {
7977
+ type: "string",
7978
+ description: "The Programmable Search Engine ID to use for this request",
7979
+ },
7980
+ dateRestrict: {
7981
+ type: "string",
7982
+ description: "Restricts results to URLs based on date (e.g., d[number], w[number], m[number], y[number])",
7983
+ },
7984
+ exactTerms: {
7985
+ type: "string",
7986
+ description: "Identifies a phrase that all documents in the search results must contain",
7987
+ },
7988
+ excludeTerms: {
7989
+ type: "string",
7990
+ description: "Identifies a word or phrase that should not appear in any documents in the search results",
7991
+ },
7992
+ num: {
7993
+ type: "integer",
7994
+ minimum: 1,
7995
+ maximum: 10,
7996
+ description: "Number of search results to return (1-10)",
7997
+ },
7998
+ siteSearch: {
7999
+ type: "string",
8000
+ description: "Specifies a given site which should always be included or excluded from results",
8001
+ },
8002
+ siteSearchFilter: {
8003
+ type: "string",
8004
+ enum: ["e", "i"],
8005
+ description: "Controls whether to include or exclude results from the site named in siteSearch (e=exclude, i=include)",
8006
+ },
8007
+ start: {
8008
+ type: "integer",
8009
+ minimum: 1,
8010
+ maximum: 100,
8011
+ description: "The index of the first result to return",
8012
+ },
8013
+ },
8014
+ },
8015
+ output: {
8016
+ type: "object",
8017
+ required: ["success"],
8018
+ properties: {
8019
+ success: {
8020
+ type: "boolean",
8021
+ description: "Whether the search was successful",
8022
+ },
8023
+ items: {
8024
+ type: "array",
8025
+ description: "Array of search result items",
8026
+ items: {
8027
+ type: "object",
8028
+ properties: {
8029
+ title: {
8030
+ type: "string",
8031
+ description: "The title of the search result",
8032
+ },
8033
+ link: {
8034
+ type: "string",
8035
+ description: "The URL of the search result",
8036
+ },
8037
+ snippet: {
8038
+ type: "string",
8039
+ description: "A snippet of text from the search result",
8040
+ },
8041
+ displayLink: {
8042
+ type: "string",
8043
+ description: "The displayed URL",
8044
+ },
8045
+ },
8046
+ },
8047
+ },
8048
+ searchInformation: {
8049
+ type: "object",
8050
+ description: "Metadata about the search",
8051
+ properties: {
8052
+ searchTime: {
8053
+ type: "number",
8054
+ description: "Time taken to perform the search",
8055
+ },
8056
+ totalResults: {
8057
+ type: "string",
8058
+ description: "Total number of search results available",
8059
+ },
8060
+ },
8061
+ },
8062
+ error: {
8063
+ type: "string",
8064
+ description: "Error message if search failed",
8065
+ },
8066
+ },
8067
+ },
8068
+ name: "customSearch",
8069
+ provider: "googleSearch",
8070
+ };
7949
8071
  export const oktaGetOktaUserDefinition = {
7950
8072
  description: "Retrieve details of a specific Okta user by their ID.",
7951
8073
  scopes: ["okta.users.read"],
@@ -23,6 +23,7 @@ export declare enum ProviderName {
23
23
  RESEND = "resend",
24
24
  GOOGLEOAUTH = "googleOauth",
25
25
  GOOGLEMAIL = "googlemail",
26
+ GOOGLESEARCH = "googleSearch",
26
27
  OKTA = "okta",
27
28
  OKTAORG = "oktaOrg",
28
29
  GONG = "gong",
@@ -1149,6 +1150,7 @@ export declare const jiraCreateJiraTicketParamsSchema: z.ZodObject<{
1149
1150
  issueType: z.ZodString;
1150
1151
  reporter: z.ZodOptional<z.ZodString>;
1151
1152
  assignee: z.ZodOptional<z.ZodString>;
1153
+ requestTypeId: z.ZodOptional<z.ZodString>;
1152
1154
  customFields: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>>;
1153
1155
  }, "strip", z.ZodTypeAny, {
1154
1156
  description: string;
@@ -1158,6 +1160,7 @@ export declare const jiraCreateJiraTicketParamsSchema: z.ZodObject<{
1158
1160
  assignee?: string | undefined;
1159
1161
  customFields?: z.objectOutputType<{}, z.ZodAny, "strip"> | undefined;
1160
1162
  reporter?: string | undefined;
1163
+ requestTypeId?: string | undefined;
1161
1164
  }, {
1162
1165
  description: string;
1163
1166
  projectKey: string;
@@ -1166,6 +1169,7 @@ export declare const jiraCreateJiraTicketParamsSchema: z.ZodObject<{
1166
1169
  assignee?: string | undefined;
1167
1170
  customFields?: z.objectInputType<{}, z.ZodAny, "strip"> | undefined;
1168
1171
  reporter?: string | undefined;
1172
+ requestTypeId?: string | undefined;
1169
1173
  }>;
1170
1174
  export type jiraCreateJiraTicketParamsType = z.infer<typeof jiraCreateJiraTicketParamsSchema>;
1171
1175
  export declare const jiraCreateJiraTicketOutputSchema: z.ZodObject<{
@@ -1296,14 +1300,14 @@ export declare const jiraCreateServiceDeskRequestParamsSchema: z.ZodObject<{
1296
1300
  }, "strip", z.ZodTypeAny, {
1297
1301
  description: string;
1298
1302
  summary: string;
1299
- serviceDeskId: string;
1300
1303
  requestTypeId: string;
1304
+ serviceDeskId: string;
1301
1305
  reporter?: string | undefined;
1302
1306
  }, {
1303
1307
  description: string;
1304
1308
  summary: string;
1305
- serviceDeskId: string;
1306
1309
  requestTypeId: string;
1310
+ serviceDeskId: string;
1307
1311
  reporter?: string | undefined;
1308
1312
  }>;
1309
1313
  export type jiraCreateServiceDeskRequestParamsType = z.infer<typeof jiraCreateServiceDeskRequestParamsSchema>;
@@ -1386,6 +1390,7 @@ export declare const jiraUpdateJiraTicketDetailsParamsSchema: z.ZodObject<{
1386
1390
  summary: z.ZodOptional<z.ZodString>;
1387
1391
  description: z.ZodOptional<z.ZodString>;
1388
1392
  issueType: z.ZodOptional<z.ZodString>;
1393
+ requestTypeId: z.ZodOptional<z.ZodString>;
1389
1394
  customFields: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>>;
1390
1395
  }, "strip", z.ZodTypeAny, {
1391
1396
  projectKey: string;
@@ -1394,6 +1399,7 @@ export declare const jiraUpdateJiraTicketDetailsParamsSchema: z.ZodObject<{
1394
1399
  customFields?: z.objectOutputType<{}, z.ZodAny, "strip"> | undefined;
1395
1400
  summary?: string | undefined;
1396
1401
  issueType?: string | undefined;
1402
+ requestTypeId?: string | undefined;
1397
1403
  }, {
1398
1404
  projectKey: string;
1399
1405
  issueId: string;
@@ -1401,6 +1407,7 @@ export declare const jiraUpdateJiraTicketDetailsParamsSchema: z.ZodObject<{
1401
1407
  customFields?: z.objectInputType<{}, z.ZodAny, "strip"> | undefined;
1402
1408
  summary?: string | undefined;
1403
1409
  issueType?: string | undefined;
1410
+ requestTypeId?: string | undefined;
1404
1411
  }>;
1405
1412
  export type jiraUpdateJiraTicketDetailsParamsType = z.infer<typeof jiraUpdateJiraTicketDetailsParamsSchema>;
1406
1413
  export declare const jiraUpdateJiraTicketDetailsOutputSchema: z.ZodObject<{
@@ -1779,6 +1786,7 @@ export declare const jiraOrgCreateJiraTicketParamsSchema: z.ZodObject<{
1779
1786
  issueType: z.ZodString;
1780
1787
  reporter: z.ZodOptional<z.ZodString>;
1781
1788
  assignee: z.ZodOptional<z.ZodString>;
1789
+ requestTypeId: z.ZodOptional<z.ZodString>;
1782
1790
  customFields: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>>;
1783
1791
  }, "strip", z.ZodTypeAny, {
1784
1792
  description: string;
@@ -1788,6 +1796,7 @@ export declare const jiraOrgCreateJiraTicketParamsSchema: z.ZodObject<{
1788
1796
  assignee?: string | undefined;
1789
1797
  customFields?: z.objectOutputType<{}, z.ZodAny, "strip"> | undefined;
1790
1798
  reporter?: string | undefined;
1799
+ requestTypeId?: string | undefined;
1791
1800
  }, {
1792
1801
  description: string;
1793
1802
  projectKey: string;
@@ -1796,6 +1805,7 @@ export declare const jiraOrgCreateJiraTicketParamsSchema: z.ZodObject<{
1796
1805
  assignee?: string | undefined;
1797
1806
  customFields?: z.objectInputType<{}, z.ZodAny, "strip"> | undefined;
1798
1807
  reporter?: string | undefined;
1808
+ requestTypeId?: string | undefined;
1799
1809
  }>;
1800
1810
  export type jiraOrgCreateJiraTicketParamsType = z.infer<typeof jiraOrgCreateJiraTicketParamsSchema>;
1801
1811
  export declare const jiraOrgCreateJiraTicketOutputSchema: z.ZodObject<{
@@ -1926,14 +1936,14 @@ export declare const jiraOrgCreateServiceDeskRequestParamsSchema: z.ZodObject<{
1926
1936
  }, "strip", z.ZodTypeAny, {
1927
1937
  description: string;
1928
1938
  summary: string;
1929
- serviceDeskId: string;
1930
1939
  requestTypeId: string;
1940
+ serviceDeskId: string;
1931
1941
  reporter?: string | undefined;
1932
1942
  }, {
1933
1943
  description: string;
1934
1944
  summary: string;
1935
- serviceDeskId: string;
1936
1945
  requestTypeId: string;
1946
+ serviceDeskId: string;
1937
1947
  reporter?: string | undefined;
1938
1948
  }>;
1939
1949
  export type jiraOrgCreateServiceDeskRequestParamsType = z.infer<typeof jiraOrgCreateServiceDeskRequestParamsSchema>;
@@ -2016,6 +2026,7 @@ export declare const jiraOrgUpdateJiraTicketDetailsParamsSchema: z.ZodObject<{
2016
2026
  summary: z.ZodOptional<z.ZodString>;
2017
2027
  description: z.ZodOptional<z.ZodString>;
2018
2028
  issueType: z.ZodOptional<z.ZodString>;
2029
+ requestTypeId: z.ZodOptional<z.ZodString>;
2019
2030
  customFields: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>>;
2020
2031
  }, "strip", z.ZodTypeAny, {
2021
2032
  projectKey: string;
@@ -2024,6 +2035,7 @@ export declare const jiraOrgUpdateJiraTicketDetailsParamsSchema: z.ZodObject<{
2024
2035
  customFields?: z.objectOutputType<{}, z.ZodAny, "strip"> | undefined;
2025
2036
  summary?: string | undefined;
2026
2037
  issueType?: string | undefined;
2038
+ requestTypeId?: string | undefined;
2027
2039
  }, {
2028
2040
  projectKey: string;
2029
2041
  issueId: string;
@@ -2031,6 +2043,7 @@ export declare const jiraOrgUpdateJiraTicketDetailsParamsSchema: z.ZodObject<{
2031
2043
  customFields?: z.objectInputType<{}, z.ZodAny, "strip"> | undefined;
2032
2044
  summary?: string | undefined;
2033
2045
  issueType?: string | undefined;
2046
+ requestTypeId?: string | undefined;
2034
2047
  }>;
2035
2048
  export type jiraOrgUpdateJiraTicketDetailsParamsType = z.infer<typeof jiraOrgUpdateJiraTicketDetailsParamsSchema>;
2036
2049
  export declare const jiraOrgUpdateJiraTicketDetailsOutputSchema: z.ZodObject<{
@@ -3143,17 +3156,17 @@ export declare const firecrawlScrapeUrlParamsSchema: z.ZodObject<{
3143
3156
  url: z.ZodString;
3144
3157
  waitMs: z.ZodOptional<z.ZodNumber>;
3145
3158
  onlyMainContent: z.ZodOptional<z.ZodBoolean>;
3146
- formats: z.ZodOptional<z.ZodArray<z.ZodEnum<["json", "html", "screenshot", "markdown", "rawHtml", "links", "changeTracking"]>, "many">>;
3159
+ formats: z.ZodOptional<z.ZodArray<z.ZodEnum<["html", "screenshot", "markdown", "rawHtml", "links", "changeTracking"]>, "many">>;
3147
3160
  }, "strip", z.ZodTypeAny, {
3148
3161
  url: string;
3149
3162
  waitMs?: number | undefined;
3150
3163
  onlyMainContent?: boolean | undefined;
3151
- formats?: ("json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "changeTracking")[] | undefined;
3164
+ formats?: ("html" | "screenshot" | "markdown" | "rawHtml" | "links" | "changeTracking")[] | undefined;
3152
3165
  }, {
3153
3166
  url: string;
3154
3167
  waitMs?: number | undefined;
3155
3168
  onlyMainContent?: boolean | undefined;
3156
- formats?: ("json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "changeTracking")[] | undefined;
3169
+ formats?: ("html" | "screenshot" | "markdown" | "rawHtml" | "links" | "changeTracking")[] | undefined;
3157
3170
  }>;
3158
3171
  export type firecrawlScrapeUrlParamsType = z.infer<typeof firecrawlScrapeUrlParamsSchema>;
3159
3172
  export declare const firecrawlScrapeUrlOutputSchema: z.ZodObject<{
@@ -4969,6 +4982,96 @@ export declare const googlemailSendGmailOutputSchema: z.ZodObject<{
4969
4982
  }>;
4970
4983
  export type googlemailSendGmailOutputType = z.infer<typeof googlemailSendGmailOutputSchema>;
4971
4984
  export type googlemailSendGmailFunction = ActionFunction<googlemailSendGmailParamsType, AuthParamsType, googlemailSendGmailOutputType>;
4985
+ export declare const googleSearchCustomSearchParamsSchema: z.ZodObject<{
4986
+ query: z.ZodString;
4987
+ customSearchEngineId: z.ZodString;
4988
+ dateRestrict: z.ZodOptional<z.ZodString>;
4989
+ exactTerms: z.ZodOptional<z.ZodString>;
4990
+ excludeTerms: z.ZodOptional<z.ZodString>;
4991
+ num: z.ZodOptional<z.ZodNumber>;
4992
+ siteSearch: z.ZodOptional<z.ZodString>;
4993
+ siteSearchFilter: z.ZodOptional<z.ZodEnum<["e", "i"]>>;
4994
+ start: z.ZodOptional<z.ZodNumber>;
4995
+ }, "strip", z.ZodTypeAny, {
4996
+ query: string;
4997
+ customSearchEngineId: string;
4998
+ start?: number | undefined;
4999
+ dateRestrict?: string | undefined;
5000
+ exactTerms?: string | undefined;
5001
+ excludeTerms?: string | undefined;
5002
+ num?: number | undefined;
5003
+ siteSearch?: string | undefined;
5004
+ siteSearchFilter?: "e" | "i" | undefined;
5005
+ }, {
5006
+ query: string;
5007
+ customSearchEngineId: string;
5008
+ start?: number | undefined;
5009
+ dateRestrict?: string | undefined;
5010
+ exactTerms?: string | undefined;
5011
+ excludeTerms?: string | undefined;
5012
+ num?: number | undefined;
5013
+ siteSearch?: string | undefined;
5014
+ siteSearchFilter?: "e" | "i" | undefined;
5015
+ }>;
5016
+ export type googleSearchCustomSearchParamsType = z.infer<typeof googleSearchCustomSearchParamsSchema>;
5017
+ export declare const googleSearchCustomSearchOutputSchema: z.ZodObject<{
5018
+ success: z.ZodBoolean;
5019
+ items: z.ZodOptional<z.ZodArray<z.ZodObject<{
5020
+ title: z.ZodOptional<z.ZodString>;
5021
+ link: z.ZodOptional<z.ZodString>;
5022
+ snippet: z.ZodOptional<z.ZodString>;
5023
+ displayLink: z.ZodOptional<z.ZodString>;
5024
+ }, "strip", z.ZodTypeAny, {
5025
+ link?: string | undefined;
5026
+ title?: string | undefined;
5027
+ snippet?: string | undefined;
5028
+ displayLink?: string | undefined;
5029
+ }, {
5030
+ link?: string | undefined;
5031
+ title?: string | undefined;
5032
+ snippet?: string | undefined;
5033
+ displayLink?: string | undefined;
5034
+ }>, "many">>;
5035
+ searchInformation: z.ZodOptional<z.ZodObject<{
5036
+ searchTime: z.ZodOptional<z.ZodNumber>;
5037
+ totalResults: z.ZodOptional<z.ZodString>;
5038
+ }, "strip", z.ZodTypeAny, {
5039
+ searchTime?: number | undefined;
5040
+ totalResults?: string | undefined;
5041
+ }, {
5042
+ searchTime?: number | undefined;
5043
+ totalResults?: string | undefined;
5044
+ }>>;
5045
+ error: z.ZodOptional<z.ZodString>;
5046
+ }, "strip", z.ZodTypeAny, {
5047
+ success: boolean;
5048
+ error?: string | undefined;
5049
+ items?: {
5050
+ link?: string | undefined;
5051
+ title?: string | undefined;
5052
+ snippet?: string | undefined;
5053
+ displayLink?: string | undefined;
5054
+ }[] | undefined;
5055
+ searchInformation?: {
5056
+ searchTime?: number | undefined;
5057
+ totalResults?: string | undefined;
5058
+ } | undefined;
5059
+ }, {
5060
+ success: boolean;
5061
+ error?: string | undefined;
5062
+ items?: {
5063
+ link?: string | undefined;
5064
+ title?: string | undefined;
5065
+ snippet?: string | undefined;
5066
+ displayLink?: string | undefined;
5067
+ }[] | undefined;
5068
+ searchInformation?: {
5069
+ searchTime?: number | undefined;
5070
+ totalResults?: string | undefined;
5071
+ } | undefined;
5072
+ }>;
5073
+ export type googleSearchCustomSearchOutputType = z.infer<typeof googleSearchCustomSearchOutputSchema>;
5074
+ export type googleSearchCustomSearchFunction = ActionFunction<googleSearchCustomSearchParamsType, AuthParamsType, googleSearchCustomSearchOutputType>;
4972
5075
  export declare const oktaGetOktaUserParamsSchema: z.ZodObject<{
4973
5076
  userId: z.ZodString;
4974
5077
  }, "strip", z.ZodTypeAny, {
@@ -24,6 +24,7 @@ export var ProviderName;
24
24
  ProviderName["RESEND"] = "resend";
25
25
  ProviderName["GOOGLEOAUTH"] = "googleOauth";
26
26
  ProviderName["GOOGLEMAIL"] = "googlemail";
27
+ ProviderName["GOOGLESEARCH"] = "googleSearch";
27
28
  ProviderName["OKTA"] = "okta";
28
29
  ProviderName["OKTAORG"] = "oktaOrg";
29
30
  ProviderName["GONG"] = "gong";
@@ -386,6 +387,7 @@ export const jiraCreateJiraTicketParamsSchema = z.object({
386
387
  issueType: z.string().describe("The issue type of the new ticket. Should be Epic, Story, Task, Bug, Sub-task, etc."),
387
388
  reporter: z.string().describe("The reporter for the new ticket creation").optional(),
388
389
  assignee: z.string().describe("The assignee for the new ticket creation").optional(),
390
+ requestTypeId: z.string().describe("The request type ID for Jira Service Management tickets").optional(),
389
391
  customFields: z
390
392
  .object({})
391
393
  .catchall(z.any())
@@ -467,6 +469,7 @@ export const jiraUpdateJiraTicketDetailsParamsSchema = z.object({
467
469
  summary: z.string().describe("The updated summary").optional(),
468
470
  description: z.string().describe("The updated description").optional(),
469
471
  issueType: z.string().describe("The updated issue type").optional(),
472
+ requestTypeId: z.string().describe("The request type ID for Jira Service Management tickets").optional(),
470
473
  customFields: z
471
474
  .object({})
472
475
  .catchall(z.any())
@@ -562,6 +565,7 @@ export const jiraOrgCreateJiraTicketParamsSchema = z.object({
562
565
  issueType: z.string().describe("The issue type of the new ticket. Should be Epic, Story, Task, Bug, Sub-task, etc."),
563
566
  reporter: z.string().describe("The reporter for the new ticket creation").optional(),
564
567
  assignee: z.string().describe("The assignee for the new ticket creation").optional(),
568
+ requestTypeId: z.string().describe("The request type ID for Jira Service Management tickets").optional(),
565
569
  customFields: z
566
570
  .object({})
567
571
  .catchall(z.any())
@@ -643,6 +647,7 @@ export const jiraOrgUpdateJiraTicketDetailsParamsSchema = z.object({
643
647
  summary: z.string().describe("The updated summary").optional(),
644
648
  description: z.string().describe("The updated description").optional(),
645
649
  issueType: z.string().describe("The updated issue type").optional(),
650
+ requestTypeId: z.string().describe("The request type ID for Jira Service Management tickets").optional(),
646
651
  customFields: z
647
652
  .object({})
648
653
  .catchall(z.any())
@@ -983,7 +988,7 @@ export const firecrawlScrapeUrlParamsSchema = z.object({
983
988
  .describe("Extract only the main content of the page, excluding headers, footers, and navigation")
984
989
  .optional(),
985
990
  formats: z
986
- .array(z.enum(["json", "html", "screenshot", "markdown", "rawHtml", "links", "changeTracking"]))
991
+ .array(z.enum(["html", "screenshot", "markdown", "rawHtml", "links", "changeTracking"]))
987
992
  .describe("Array of formats to return")
988
993
  .optional(),
989
994
  });
@@ -2923,6 +2928,52 @@ export const googlemailSendGmailOutputSchema = z.object({
2923
2928
  messageId: z.string().describe("The ID of the sent message").optional(),
2924
2929
  error: z.string().describe("Error message if sending failed").optional(),
2925
2930
  });
2931
+ export const googleSearchCustomSearchParamsSchema = z.object({
2932
+ query: z.string().describe("Query string to search for"),
2933
+ customSearchEngineId: z.string().describe("The Programmable Search Engine ID to use for this request"),
2934
+ dateRestrict: z
2935
+ .string()
2936
+ .describe("Restricts results to URLs based on date (e.g., d[number], w[number], m[number], y[number])")
2937
+ .optional(),
2938
+ exactTerms: z
2939
+ .string()
2940
+ .describe("Identifies a phrase that all documents in the search results must contain")
2941
+ .optional(),
2942
+ excludeTerms: z
2943
+ .string()
2944
+ .describe("Identifies a word or phrase that should not appear in any documents in the search results")
2945
+ .optional(),
2946
+ num: z.number().int().gte(1).lte(10).describe("Number of search results to return (1-10)").optional(),
2947
+ siteSearch: z
2948
+ .string()
2949
+ .describe("Specifies a given site which should always be included or excluded from results")
2950
+ .optional(),
2951
+ siteSearchFilter: z
2952
+ .enum(["e", "i"])
2953
+ .describe("Controls whether to include or exclude results from the site named in siteSearch (e=exclude, i=include)")
2954
+ .optional(),
2955
+ start: z.number().int().gte(1).lte(100).describe("The index of the first result to return").optional(),
2956
+ });
2957
+ export const googleSearchCustomSearchOutputSchema = z.object({
2958
+ success: z.boolean().describe("Whether the search was successful"),
2959
+ items: z
2960
+ .array(z.object({
2961
+ title: z.string().describe("The title of the search result").optional(),
2962
+ link: z.string().describe("The URL of the search result").optional(),
2963
+ snippet: z.string().describe("A snippet of text from the search result").optional(),
2964
+ displayLink: z.string().describe("The displayed URL").optional(),
2965
+ }))
2966
+ .describe("Array of search result items")
2967
+ .optional(),
2968
+ searchInformation: z
2969
+ .object({
2970
+ searchTime: z.number().describe("Time taken to perform the search").optional(),
2971
+ totalResults: z.string().describe("Total number of search results available").optional(),
2972
+ })
2973
+ .describe("Metadata about the search")
2974
+ .optional(),
2975
+ error: z.string().describe("Error message if search failed").optional(),
2976
+ });
2926
2977
  export const oktaGetOktaUserParamsSchema = z.object({ userId: z.string().describe("The ID of the user to retrieve.") });
2927
2978
  export const oktaGetOktaUserOutputSchema = z.object({
2928
2979
  success: z.boolean().describe("Whether the user details were successfully retrieved."),
@@ -44,9 +44,6 @@ const scrapeUrl = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, a
44
44
  ? result.links.map(link => (typeof link === "string" ? link : JSON.stringify(link))).join("\n")
45
45
  : JSON.stringify(result.links);
46
46
  break;
47
- case "json":
48
- formatContent = result.json ? JSON.stringify(result.json, null, 2) : undefined;
49
- break;
50
47
  case "screenshot":
51
48
  formatContent = result.screenshot;
52
49
  break;
@@ -0,0 +1,3 @@
1
+ import type { googleSearchCustomSearchFunction } from "../../autogen/types.js";
2
+ declare const customSearch: googleSearchCustomSearchFunction;
3
+ export default customSearch;