@credal/actions 0.2.64 → 0.2.66

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 (39) hide show
  1. package/dist/actions/actionMapper.js +7 -1
  2. package/dist/actions/autogen/templates.d.ts +1 -0
  3. package/dist/actions/autogen/templates.js +59 -0
  4. package/dist/actions/autogen/types.d.ts +35 -0
  5. package/dist/actions/autogen/types.js +12 -0
  6. package/dist/actions/providers/confluence/updatePage.js +15 -14
  7. package/dist/actions/providers/github/createBranch.js +3 -2
  8. package/dist/actions/providers/github/createOrUpdateFile.js +3 -2
  9. package/dist/actions/providers/github/createPullRequest.js +3 -2
  10. package/dist/actions/providers/github/getFileContent.js +2 -2
  11. package/dist/actions/providers/github/listDirectory.js +2 -2
  12. package/dist/actions/providers/github/searchOrganization.js +21 -22
  13. package/dist/actions/providers/github/searchRepository.js +21 -21
  14. package/dist/actions/providers/github/utils.d.ts +1 -0
  15. package/dist/actions/providers/{generic/fillTemplateAction.js → github/utils.js} +8 -9
  16. package/dist/actions/providers/googlemail/sendGmail.d.ts +3 -0
  17. package/dist/actions/providers/googlemail/sendGmail.js +61 -0
  18. package/dist/actions/providers/jamf/types.d.ts +8 -0
  19. package/dist/actions/providers/jamf/types.js +7 -0
  20. package/package.json +3 -2
  21. package/dist/actions/providers/generic/fillTemplateAction.d.ts +0 -7
  22. package/dist/actions/providers/generic/genericApiCall.d.ts +0 -3
  23. package/dist/actions/providers/generic/genericApiCall.js +0 -38
  24. package/dist/actions/providers/google-oauth/getDriveContentById.d.ts +0 -3
  25. package/dist/actions/providers/google-oauth/getDriveContentById.js +0 -161
  26. package/dist/actions/providers/google-oauth/searchAndGetDriveContentByKeywords.d.ts +0 -3
  27. package/dist/actions/providers/google-oauth/searchAndGetDriveContentByKeywords.js +0 -47
  28. package/dist/actions/providers/google-oauth/searchDriveAndGetContentByKeywords.d.ts +0 -3
  29. package/dist/actions/providers/google-oauth/searchDriveAndGetContentByKeywords.js +0 -110
  30. package/dist/actions/providers/google-oauth/searchDriveAndGetContentByQuery.d.ts +0 -3
  31. package/dist/actions/providers/google-oauth/searchDriveAndGetContentByQuery.js +0 -78
  32. package/dist/actions/providers/google-oauth/utils/extractContentFromDriveFileId.d.ts +0 -15
  33. package/dist/actions/providers/google-oauth/utils/extractContentFromDriveFileId.js +0 -129
  34. package/dist/actions/providers/googlemaps/nearbysearch.d.ts +0 -3
  35. package/dist/actions/providers/googlemaps/nearbysearch.js +0 -96
  36. package/dist/actions/providers/snowflake/runSnowflakeQueryWriteResultsToS3.d.ts +0 -3
  37. package/dist/actions/providers/snowflake/runSnowflakeQueryWriteResultsToS3.js +0 -154
  38. package/dist/actions/providers/x/scrapeTweetDataWithNitter.d.ts +0 -3
  39. 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, slackArchiveChannelParamsSchema, slackArchiveChannelOutputSchema, slackCreateChannelParamsSchema, slackCreateChannelOutputSchema, 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, jiraGetServiceDesksParamsSchema, jiraGetServiceDesksOutputSchema, jiraCreateServiceDeskRequestParamsSchema, jiraCreateServiceDeskRequestOutputSchema, 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, jamfGetJamfUserComputerIdParamsSchema, jamfGetJamfUserComputerIdOutputSchema, jamfLockJamfComputerByIdParamsSchema, jamfLockJamfComputerByIdOutputSchema, oktaTriggerOktaWorkflowParamsSchema, oktaTriggerOktaWorkflowOutputSchema, gitlabSearchGroupOutputSchema, gitlabSearchGroupParamsSchema, githubSearchRepositoryOutputSchema, githubSearchRepositoryParamsSchema, githubSearchOrganizationOutputSchema, githubSearchOrganizationParamsSchema, salesforceSearchSalesforceRecordsParamsSchema, salesforceSearchSalesforceRecordsOutputSchema, googleOauthGetDriveFileContentByIdOutputSchema, googleOauthGetDriveFileContentByIdParamsSchema, googleOauthSearchDriveByQueryOutputSchema, googleOauthSearchDriveByQueryParamsSchema, googleOauthSearchDriveByQueryAndGetFileContentParamsSchema, googleOauthSearchDriveByQueryAndGetFileContentOutputSchema, githubGetFileContentParamsSchema, githubGetFileContentOutputSchema, githubListDirectoryOutputSchema, githubListDirectoryParamsSchema, linearGetIssuesParamsSchema, linearGetIssuesOutputSchema, linearGetIssueDetailsParamsSchema, linearGetIssueDetailsOutputSchema, linearGetProjectDetailsParamsSchema, linearGetProjectDetailsOutputSchema, linearGetTeamDetailsParamsSchema, linearGetTeamDetailsOutputSchema, linearGetProjectsParamsSchema, linearGetProjectsOutputSchema, linearGetTeamsParamsSchema, linearGetTeamsOutputSchema, gitlabGetFileContentParamsSchema, gitlabGetFileContentOutputSchema, jiraPublicCommentOnServiceDeskRequestParamsSchema, jiraPublicCommentOnServiceDeskRequestOutputSchema, } from "./autogen/types.js";
1
+ import { genericFillTemplateParamsSchema, genericFillTemplateOutputSchema, confluenceOverwritePageParamsSchema, confluenceOverwritePageOutputSchema, googlemapsValidateAddressOutputSchema, googlemapsValidateAddressParamsSchema, googleOauthCreateNewGoogleDocParamsSchema, googleOauthCreateNewGoogleDocOutputSchema, mathAddOutputSchema, mathAddParamsSchema, mongoInsertMongoDocOutputSchema, mongoInsertMongoDocParamsSchema, slackSendMessageOutputSchema, slackSendMessageParamsSchema, slackGetChannelMessagesOutputSchema, slackGetChannelMessagesParamsSchema, slackArchiveChannelParamsSchema, slackArchiveChannelOutputSchema, slackCreateChannelParamsSchema, slackCreateChannelOutputSchema, 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, jiraGetServiceDesksParamsSchema, jiraGetServiceDesksOutputSchema, jiraCreateServiceDeskRequestParamsSchema, jiraCreateServiceDeskRequestOutputSchema, 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, jamfGetJamfUserComputerIdParamsSchema, jamfGetJamfUserComputerIdOutputSchema, jamfLockJamfComputerByIdParamsSchema, jamfLockJamfComputerByIdOutputSchema, oktaTriggerOktaWorkflowParamsSchema, oktaTriggerOktaWorkflowOutputSchema, gitlabSearchGroupOutputSchema, gitlabSearchGroupParamsSchema, githubSearchRepositoryOutputSchema, githubSearchRepositoryParamsSchema, githubSearchOrganizationOutputSchema, githubSearchOrganizationParamsSchema, salesforceSearchSalesforceRecordsParamsSchema, salesforceSearchSalesforceRecordsOutputSchema, googleOauthGetDriveFileContentByIdOutputSchema, googleOauthGetDriveFileContentByIdParamsSchema, googleOauthSearchDriveByQueryOutputSchema, googleOauthSearchDriveByQueryParamsSchema, googleOauthSearchDriveByQueryAndGetFileContentParamsSchema, googleOauthSearchDriveByQueryAndGetFileContentOutputSchema, githubGetFileContentParamsSchema, githubGetFileContentOutputSchema, githubListDirectoryOutputSchema, githubListDirectoryParamsSchema, linearGetIssuesParamsSchema, linearGetIssuesOutputSchema, linearGetIssueDetailsParamsSchema, linearGetIssueDetailsOutputSchema, linearGetProjectDetailsParamsSchema, linearGetProjectDetailsOutputSchema, linearGetTeamDetailsParamsSchema, linearGetTeamDetailsOutputSchema, linearGetProjectsParamsSchema, linearGetProjectsOutputSchema, linearGetTeamsParamsSchema, linearGetTeamsOutputSchema, gitlabGetFileContentParamsSchema, gitlabGetFileContentOutputSchema, jiraPublicCommentOnServiceDeskRequestParamsSchema, jiraPublicCommentOnServiceDeskRequestOutputSchema, googlemailSendGmailParamsSchema, googlemailSendGmailOutputSchema, } 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";
@@ -127,6 +127,7 @@ import getProjects from "./providers/linear/getProjects.js";
127
127
  import getTeams from "./providers/linear/getTeams.js";
128
128
  import gitlabGetFileContent from "./providers/gitlab/getFileContent.js";
129
129
  import publicCommentOnServiceDeskRequest from "./providers/jira/publicCommentOnServiceDeskRequest.js";
130
+ import sendGmail from "./providers/googlemail/sendGmail.js";
130
131
  const jiraActions = {
131
132
  getJiraIssuesByQuery: {
132
133
  fn: getJiraIssuesByQuery,
@@ -529,6 +530,11 @@ export const ActionMapper = {
529
530
  paramsSchema: googlemailListGmailThreadsParamsSchema,
530
531
  outputSchema: googlemailListGmailThreadsOutputSchema,
531
532
  },
533
+ sendGmail: {
534
+ fn: sendGmail,
535
+ paramsSchema: googlemailSendGmailParamsSchema,
536
+ outputSchema: googlemailSendGmailOutputSchema,
537
+ },
532
538
  },
533
539
  x: {
534
540
  createShareXPostUrl: {
@@ -79,6 +79,7 @@ export declare const googleOauthAddGroupMemberDefinition: ActionTemplate;
79
79
  export declare const googleOauthDeleteGroupMemberDefinition: ActionTemplate;
80
80
  export declare const googlemailSearchGmailMessagesDefinition: ActionTemplate;
81
81
  export declare const googlemailListGmailThreadsDefinition: ActionTemplate;
82
+ export declare const googlemailSendGmailDefinition: ActionTemplate;
82
83
  export declare const oktaGetOktaUserDefinition: ActionTemplate;
83
84
  export declare const oktaListOktaUserGroupsDefinition: ActionTemplate;
84
85
  export declare const oktaListOktaGroupsDefinition: ActionTemplate;
@@ -6896,6 +6896,65 @@ export const googlemailListGmailThreadsDefinition = {
6896
6896
  name: "listGmailThreads",
6897
6897
  provider: "googlemail",
6898
6898
  };
6899
+ export const googlemailSendGmailDefinition = {
6900
+ description: "Send an email through Gmail with support for to, cc, bcc, subject, and content.",
6901
+ scopes: ["https://www.googleapis.com/auth/gmail.send"],
6902
+ parameters: {
6903
+ type: "object",
6904
+ required: ["to", "subject", "content"],
6905
+ properties: {
6906
+ to: {
6907
+ type: "array",
6908
+ description: "List of recipient email addresses",
6909
+ items: {
6910
+ type: "string",
6911
+ },
6912
+ },
6913
+ cc: {
6914
+ type: "array",
6915
+ description: "List of CC recipient email addresses (optional)",
6916
+ items: {
6917
+ type: "string",
6918
+ },
6919
+ },
6920
+ bcc: {
6921
+ type: "array",
6922
+ description: "List of BCC recipient email addresses (optional)",
6923
+ items: {
6924
+ type: "string",
6925
+ },
6926
+ },
6927
+ subject: {
6928
+ type: "string",
6929
+ description: "Email subject line",
6930
+ },
6931
+ content: {
6932
+ type: "string",
6933
+ description: "Email body content (plain text or HTML)",
6934
+ },
6935
+ },
6936
+ },
6937
+ output: {
6938
+ type: "object",
6939
+ required: ["success"],
6940
+ properties: {
6941
+ success: {
6942
+ type: "boolean",
6943
+ description: "Whether the email was sent successfully",
6944
+ },
6945
+ messageId: {
6946
+ type: "string",
6947
+ description: "The ID of the sent message",
6948
+ },
6949
+ error: {
6950
+ type: "string",
6951
+ description: "Error message if sending failed",
6952
+ },
6953
+ },
6954
+ },
6955
+ name: "sendGmail",
6956
+ provider: "googlemail",
6957
+ };
6899
6958
  export const oktaGetOktaUserDefinition = {
6900
6959
  description: "Retrieve details of a specific Okta user by their ID.",
6901
6960
  scopes: ["okta.users.read"],
@@ -3891,6 +3891,41 @@ export declare const googlemailListGmailThreadsOutputSchema: z.ZodObject<{
3891
3891
  }>;
3892
3892
  export type googlemailListGmailThreadsOutputType = z.infer<typeof googlemailListGmailThreadsOutputSchema>;
3893
3893
  export type googlemailListGmailThreadsFunction = ActionFunction<googlemailListGmailThreadsParamsType, AuthParamsType, googlemailListGmailThreadsOutputType>;
3894
+ export declare const googlemailSendGmailParamsSchema: z.ZodObject<{
3895
+ to: z.ZodArray<z.ZodString, "many">;
3896
+ cc: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3897
+ bcc: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3898
+ subject: z.ZodString;
3899
+ content: z.ZodString;
3900
+ }, "strip", z.ZodTypeAny, {
3901
+ content: string;
3902
+ subject: string;
3903
+ to: string[];
3904
+ cc?: string[] | undefined;
3905
+ bcc?: string[] | undefined;
3906
+ }, {
3907
+ content: string;
3908
+ subject: string;
3909
+ to: string[];
3910
+ cc?: string[] | undefined;
3911
+ bcc?: string[] | undefined;
3912
+ }>;
3913
+ export type googlemailSendGmailParamsType = z.infer<typeof googlemailSendGmailParamsSchema>;
3914
+ export declare const googlemailSendGmailOutputSchema: z.ZodObject<{
3915
+ success: z.ZodBoolean;
3916
+ messageId: z.ZodOptional<z.ZodString>;
3917
+ error: z.ZodOptional<z.ZodString>;
3918
+ }, "strip", z.ZodTypeAny, {
3919
+ success: boolean;
3920
+ error?: string | undefined;
3921
+ messageId?: string | undefined;
3922
+ }, {
3923
+ success: boolean;
3924
+ error?: string | undefined;
3925
+ messageId?: string | undefined;
3926
+ }>;
3927
+ export type googlemailSendGmailOutputType = z.infer<typeof googlemailSendGmailOutputSchema>;
3928
+ export type googlemailSendGmailFunction = ActionFunction<googlemailSendGmailParamsType, AuthParamsType, googlemailSendGmailOutputType>;
3894
3929
  export declare const oktaGetOktaUserParamsSchema: z.ZodObject<{
3895
3930
  userId: z.ZodString;
3896
3931
  }, "strip", z.ZodTypeAny, {
@@ -2576,6 +2576,18 @@ export const googlemailListGmailThreadsOutputSchema = z.object({
2576
2576
  .describe("List of matching Gmail threads"),
2577
2577
  error: z.string().describe("Error message if search failed").optional(),
2578
2578
  });
2579
+ export const googlemailSendGmailParamsSchema = z.object({
2580
+ to: z.array(z.string()).describe("List of recipient email addresses"),
2581
+ cc: z.array(z.string()).describe("List of CC recipient email addresses (optional)").optional(),
2582
+ bcc: z.array(z.string()).describe("List of BCC recipient email addresses (optional)").optional(),
2583
+ subject: z.string().describe("Email subject line"),
2584
+ content: z.string().describe("Email body content (plain text or HTML)"),
2585
+ });
2586
+ export const googlemailSendGmailOutputSchema = z.object({
2587
+ success: z.boolean().describe("Whether the email was sent successfully"),
2588
+ messageId: z.string().describe("The ID of the sent message").optional(),
2589
+ error: z.string().describe("Error message if sending failed").optional(),
2590
+ });
2579
2591
  export const oktaGetOktaUserParamsSchema = z.object({ userId: z.string().describe("The ID of the user to retrieve.") });
2580
2592
  export const oktaGetOktaUserOutputSchema = z.object({
2581
2593
  success: z.boolean().describe("Whether the user details were successfully retrieved."),
@@ -8,28 +8,30 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
9
  });
10
10
  };
11
+ var __importDefault = (this && this.__importDefault) || function (mod) {
12
+ return (mod && mod.__esModule) ? mod : { "default": mod };
13
+ };
11
14
  Object.defineProperty(exports, "__esModule", { value: true });
12
- const axiosClient_1 = require("../../util/axiosClient");
13
- function getConfluenceRequestConfig(baseUrl, username, apiToken) {
14
- return {
15
+ const axios_1 = __importDefault(require("axios"));
16
+ function getConfluenceApi(baseUrl, username, apiToken) {
17
+ const api = axios_1.default.create({
15
18
  baseURL: baseUrl,
16
19
  headers: {
17
20
  Accept: "application/json",
21
+ // Tokens are associated with a specific user.
18
22
  Authorization: `Basic ${Buffer.from(`${username}:${apiToken}`).toString("base64")}`,
19
23
  },
20
- };
24
+ });
25
+ return api;
21
26
  }
22
27
  const confluenceUpdatePage = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
23
- const { pageId, content, title } = params;
24
- const { baseUrl, authToken, username } = authParams;
25
- if (!baseUrl || !authToken || !username) {
26
- throw new Error("Missing required authentication information");
27
- }
28
- const config = getConfluenceRequestConfig(baseUrl, username, authToken);
28
+ const { pageId, username, content, title } = params;
29
+ const { baseUrl, authToken } = authParams;
30
+ const api = getConfluenceApi(baseUrl, username, authToken);
29
31
  // Get current version number
30
- const response = yield axiosClient_1.axiosClient.get(`/api/v2/pages/${pageId}`, config);
32
+ const response = yield api.get(`/api/v2/pages/${pageId}`);
31
33
  const currVersion = response.data.version.number;
32
- const payload = {
34
+ yield api.put(`/api/v2/pages/${pageId}`, {
33
35
  id: pageId,
34
36
  status: "current",
35
37
  title,
@@ -40,7 +42,6 @@ const confluenceUpdatePage = (_a) => __awaiter(void 0, [_a], void 0, function* (
40
42
  version: {
41
43
  number: currVersion + 1,
42
44
  },
43
- };
44
- yield axiosClient_1.axiosClient.put(`/api/v2/pages/${pageId}`, payload, config);
45
+ });
45
46
  });
46
47
  exports.default = confluenceUpdatePage;
@@ -8,6 +8,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants.js";
11
+ import { getOctokit } from "./utils.js";
11
12
  /**
12
13
  * Creates a new branch in a GitHub repository
13
14
  */
@@ -15,9 +16,9 @@ const createBranch = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params
15
16
  if (!authParams.authToken) {
16
17
  return { success: false, error: MISSING_AUTH_TOKEN };
17
18
  }
18
- const { Octokit, RequestError } = yield import("octokit");
19
+ const octokit = yield getOctokit(authParams.authToken);
20
+ const { RequestError } = yield import("@octokit/request-error");
19
21
  const { repositoryOwner, repositoryName, branchName, baseRefOrHash } = params;
20
- const octokit = new Octokit({ auth: authParams.authToken });
21
22
  try {
22
23
  // Get the reference or commit SHA for the base branch or tag
23
24
  const { data: baseRefData } = yield octokit.rest.git
@@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  };
10
10
  import { z } from "zod";
11
11
  import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants.js";
12
+ import { getOctokit } from "./utils.js";
12
13
  /**
13
14
  * Creates or updates a file in a GitHub repository
14
15
  */
@@ -16,9 +17,9 @@ const createOrUpdateFile = (_a) => __awaiter(void 0, [_a], void 0, function* ({
16
17
  if (!authParams.authToken) {
17
18
  return { success: false, error: MISSING_AUTH_TOKEN };
18
19
  }
19
- const { Octokit, RequestError } = yield import("octokit");
20
+ const octokit = yield getOctokit(authParams.authToken);
21
+ const { RequestError } = yield import("@octokit/request-error");
20
22
  const { repositoryOwner, repositoryName, filePath, branch, fileContent, commitMessage } = params;
21
- const octokit = new Octokit({ auth: authParams.authToken });
22
23
  let fileSha = undefined;
23
24
  let operationPreformed = undefined;
24
25
  try {
@@ -8,6 +8,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants.js";
11
+ import { getOctokit } from "./utils.js";
11
12
  /**
12
13
  * Creates a pull request in a GitHub repository
13
14
  */
@@ -15,9 +16,9 @@ const createPullRequest = (_a) => __awaiter(void 0, [_a], void 0, function* ({ p
15
16
  if (!authParams.authToken) {
16
17
  return { success: false, error: MISSING_AUTH_TOKEN };
17
18
  }
18
- const { Octokit, RequestError } = yield import("octokit");
19
19
  const { repositoryOwner, repositoryName, head, base, title, description } = params;
20
- const octokit = new Octokit({ auth: authParams.authToken });
20
+ const octokit = yield getOctokit(authParams.authToken);
21
+ const { RequestError } = yield import("@octokit/request-error");
21
22
  try {
22
23
  // Create the pull request
23
24
  const { data: pullRequestData } = yield octokit.rest.pulls.create({
@@ -8,19 +8,19 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants.js";
11
+ import { getOctokit } from "./utils.js";
11
12
  /**
12
13
  * Get file content
13
14
  */
14
15
  const getFileContent = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
15
16
  var _b;
16
- const { Octokit } = yield import("octokit");
17
17
  if (!authParams.authToken) {
18
18
  return {
19
19
  success: false,
20
20
  error: MISSING_AUTH_TOKEN,
21
21
  };
22
22
  }
23
- const octokit = new Octokit({ auth: authParams.authToken });
23
+ const octokit = yield getOctokit(authParams.authToken);
24
24
  const { organization, repository, path } = params;
25
25
  const contentResponse = yield octokit.rest.repos.getContent({
26
26
  owner: organization,
@@ -8,18 +8,18 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants.js";
11
+ import { getOctokit } from "./utils.js";
11
12
  /**
12
13
  * List directory contents
13
14
  */
14
15
  const listDirectory = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
15
- const { Octokit } = yield import("octokit");
16
16
  if (!authParams.authToken) {
17
17
  return {
18
18
  success: false,
19
19
  error: MISSING_AUTH_TOKEN,
20
20
  };
21
21
  }
22
- const octokit = new Octokit({ auth: authParams.authToken });
22
+ const octokit = yield getOctokit(authParams.authToken);
23
23
  const { organization, repository, path } = params;
24
24
  const contentResponse = yield octokit.rest.repos.getContent({
25
25
  owner: organization,
@@ -8,6 +8,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants.js";
11
+ import { getOctokit } from "./utils.js";
11
12
  // Limits on the number of results to return
12
13
  const MAX_CODE_RESULTS = 15;
13
14
  const MAX_COMMITS = 10;
@@ -17,21 +18,31 @@ const MAX_FILES_PER_PR = 5;
17
18
  const MAX_PATCH_LINES = 20;
18
19
  const MAX_FRAGMENT_LINES = 20;
19
20
  const searchOrganization = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
20
- const { Octokit } = yield import("octokit");
21
21
  if (!authParams.authToken) {
22
22
  throw new Error(MISSING_AUTH_TOKEN);
23
23
  }
24
- const octokit = new Octokit({ auth: authParams.authToken });
24
+ const octokit = yield getOctokit(authParams.authToken);
25
25
  const { organization, query, repository } = params;
26
26
  const searchScope = repository ? `repo:${organization}/${repository}` : `org:${organization}`;
27
- // Search CODE with text match metadata
28
- const codeResultsResponse = yield octokit.rest.search.code({
29
- q: `${query} in:file,path ${searchScope}`,
30
- text_match: true,
31
- headers: {
32
- accept: "application/vnd.github.v3.text-match+json",
33
- },
34
- });
27
+ const [codeResultsResponse, commitResults, issueResults] = yield Promise.all([
28
+ octokit.rest.search.code({
29
+ q: `${query} in:file,path ${searchScope}`,
30
+ text_match: true,
31
+ headers: {
32
+ accept: "application/vnd.github.v3.text-match+json",
33
+ },
34
+ }),
35
+ octokit.rest.search.commits({
36
+ q: `${query} ${searchScope}`,
37
+ headers: {
38
+ accept: "application/vnd.github.cloak-preview+json",
39
+ },
40
+ }),
41
+ octokit.rest.search.issuesAndPullRequests({
42
+ q: `${query} ${searchScope} (is:issue OR is:pull-request)`,
43
+ advanced_search: "true",
44
+ }),
45
+ ]);
35
46
  const codeResults = codeResultsResponse.data.items.slice(0, MAX_CODE_RESULTS).map(item => ({
36
47
  name: item.name,
37
48
  path: item.path,
@@ -50,13 +61,6 @@ const searchOrganization = (_a) => __awaiter(void 0, [_a], void 0, function* ({
50
61
  })
51
62
  : [],
52
63
  }));
53
- // Search COMMITS
54
- const commitResults = yield octokit.rest.search.commits({
55
- q: `${query} ${searchScope}`,
56
- headers: {
57
- accept: "application/vnd.github.cloak-preview+json",
58
- },
59
- });
60
64
  const commitDetails = yield Promise.all(commitResults.data.items.slice(0, MAX_COMMITS).map(item => {
61
65
  // Get the repo details from the commit search result
62
66
  const { owner, name } = item.repository;
@@ -84,11 +88,6 @@ const searchOrganization = (_a) => __awaiter(void 0, [_a], void 0, function* ({
84
88
  })) || [],
85
89
  };
86
90
  });
87
- // Search Issues and PRs
88
- const issueResults = yield octokit.rest.search.issuesAndPullRequests({
89
- q: `${query} ${searchScope} (is:issue OR is:pull-request)`,
90
- advanced_search: "true",
91
- });
92
91
  const prItems = issueResults.data.items.filter(item => item.pull_request).slice(0, MAX_ISSUES_OR_PRS);
93
92
  const prNumbers = prItems.map(item => item.number);
94
93
  const prFiles = yield Promise.all(prItems.map((item) => __awaiter(void 0, void 0, void 0, function* () {
@@ -8,6 +8,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants.js";
11
+ import { getOctokit } from "./utils.js";
11
12
  // Limits on the number of results to return
12
13
  const MAX_CODE_RESULTS = 15;
13
14
  const MAX_COMMITS = 10;
@@ -17,20 +18,31 @@ const MAX_FILES_PER_PR = 5;
17
18
  const MAX_PATCH_LINES = 20;
18
19
  const MAX_FRAGMENT_LINES = 20;
19
20
  const searchRepository = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
20
- const { Octokit } = yield import("octokit");
21
21
  if (!authParams.authToken) {
22
22
  throw new Error(MISSING_AUTH_TOKEN);
23
23
  }
24
- const octokit = new Octokit({ auth: authParams.authToken });
24
+ const octokit = yield getOctokit(authParams.authToken);
25
25
  const { organization, repository, query } = params;
26
26
  // Search CODE with text match metadata
27
- const codeResultsResponse = yield octokit.rest.search.code({
28
- q: `${query} in:file,path repo:${organization}/${repository}`,
29
- text_match: true,
30
- headers: {
31
- accept: "application/vnd.github.v3.text-match+json",
32
- },
33
- });
27
+ const [codeResultsResponse, commitResults, issueResults] = yield Promise.all([
28
+ octokit.rest.search.code({
29
+ q: `${query} in:file,path repo:${organization}/${repository}`,
30
+ text_match: true,
31
+ headers: {
32
+ accept: "application/vnd.github.v3.text-match+json",
33
+ },
34
+ }),
35
+ octokit.rest.search.commits({
36
+ q: `${query} repo:${organization}/${repository}`,
37
+ headers: {
38
+ accept: "application/vnd.github.cloak-preview+json",
39
+ },
40
+ }),
41
+ octokit.rest.search.issuesAndPullRequests({
42
+ q: `${query} repo:${organization}/${repository} (is:issue OR is:pull-request)`,
43
+ advanced_search: "true",
44
+ }),
45
+ ]);
34
46
  const codeResults = codeResultsResponse.data.items.slice(0, MAX_CODE_RESULTS).map(item => ({
35
47
  name: item.name,
36
48
  path: item.path,
@@ -49,13 +61,6 @@ const searchRepository = (_a) => __awaiter(void 0, [_a], void 0, function* ({ pa
49
61
  })
50
62
  : [],
51
63
  }));
52
- // Search COMMITS
53
- const commitResults = yield octokit.rest.search.commits({
54
- q: `${query} repo:${organization}/${repository}`,
55
- headers: {
56
- accept: "application/vnd.github.cloak-preview+json",
57
- },
58
- });
59
64
  const commitSHAs = commitResults.data.items.slice(0, MAX_COMMITS).map(item => item.sha);
60
65
  const commitDetails = yield Promise.all(commitSHAs.map(sha => octokit.rest.repos.getCommit({ owner: organization, repo: repository, ref: sha })));
61
66
  const enrichedCommits = commitResults.data.items.slice(0, MAX_COMMITS).map(item => {
@@ -80,11 +85,6 @@ const searchRepository = (_a) => __awaiter(void 0, [_a], void 0, function* ({ pa
80
85
  })) || [],
81
86
  };
82
87
  });
83
- // Search Issues and PRs
84
- const issueResults = yield octokit.rest.search.issuesAndPullRequests({
85
- q: `${query} repo:${organization}/${repository} (is:issue OR is:pull-request)`,
86
- advanced_search: "true",
87
- });
88
88
  const prItems = issueResults.data.items.filter(item => item.pull_request).slice(0, MAX_ISSUES_OR_PRS);
89
89
  const prNumbers = prItems.map(item => item.number);
90
90
  const prFiles = yield Promise.all(prNumbers.map((number) => __awaiter(void 0, void 0, void 0, function* () {
@@ -0,0 +1 @@
1
+ export declare function getOctokit(authToken: string): Promise<import("@octokit/core").Octokit & import("@octokit/plugin-rest-endpoint-methods").Api>;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
2
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
3
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -8,11 +7,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
8
  });
10
9
  };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const fillTemplateAction = (_a) => __awaiter(void 0, [_a], void 0, function* ({ template }) {
13
- // Simply return the template without any modification
14
- return {
15
- result: template,
16
- };
17
- });
18
- exports.default = fillTemplateAction;
10
+ export function getOctokit(authToken) {
11
+ return __awaiter(this, void 0, void 0, function* () {
12
+ const { Octokit } = yield import("@octokit/core");
13
+ const { restEndpointMethods } = yield import("@octokit/plugin-rest-endpoint-methods");
14
+ const MyOctokit = Octokit.plugin(restEndpointMethods);
15
+ return new MyOctokit({ auth: authToken });
16
+ });
17
+ }
@@ -0,0 +1,3 @@
1
+ import type { googlemailSendGmailFunction } from "../../autogen/types.js";
2
+ declare const sendGmail: googlemailSendGmailFunction;
3
+ export default sendGmail;
@@ -0,0 +1,61 @@
1
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
+ return new (P || (P = Promise))(function (resolve, reject) {
4
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
8
+ });
9
+ };
10
+ import { axiosClient } from "../../util/axiosClient.js";
11
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants.js";
12
+ const sendGmail = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
13
+ if (!authParams.authToken) {
14
+ return { success: false, error: MISSING_AUTH_TOKEN };
15
+ }
16
+ const { to, cc, bcc, subject, content } = params;
17
+ try {
18
+ // Create the email message in RFC 2822 format
19
+ let message = "";
20
+ // Add recipients
21
+ message += `To: ${to.join(", ")}\r\n`;
22
+ // Add CC if provided
23
+ if (cc && cc.length > 0) {
24
+ message += `Cc: ${cc.join(", ")}\r\n`;
25
+ }
26
+ // Add BCC if provided
27
+ if (bcc && bcc.length > 0) {
28
+ message += `Bcc: ${bcc.join(", ")}\r\n`;
29
+ }
30
+ // Add subject
31
+ message += `Subject: ${subject}\r\n`;
32
+ message += `Content-Type: text/html; charset=utf-8\r\n`;
33
+ message += `\r\n`;
34
+ message += content;
35
+ // Encode the message in base64url format
36
+ const encodedMessage = Buffer.from(message)
37
+ .toString("base64")
38
+ .replace(/\+/g, "-")
39
+ .replace(/\//g, "_")
40
+ .replace(/=+$/, "");
41
+ const response = yield axiosClient.post("https://gmail.googleapis.com/gmail/v1/users/me/messages/send", {
42
+ raw: encodedMessage,
43
+ }, {
44
+ headers: {
45
+ Authorization: `Bearer ${authParams.authToken}`,
46
+ "Content-Type": "application/json",
47
+ },
48
+ });
49
+ return {
50
+ success: true,
51
+ messageId: response.data.id,
52
+ };
53
+ }
54
+ catch (error) {
55
+ return {
56
+ success: false,
57
+ error: error instanceof Error ? error.message : "Unknown error sending email",
58
+ };
59
+ }
60
+ });
61
+ export default sendGmail;
@@ -0,0 +1,8 @@
1
+ import { z } from "zod";
2
+ export declare const TokenResponseSchema: z.ZodObject<{
3
+ token: z.ZodString;
4
+ }, "strip", z.ZodTypeAny, {
5
+ token: string;
6
+ }, {
7
+ token: string;
8
+ }>;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TokenResponseSchema = void 0;
4
+ const zod_1 = require("zod");
5
+ exports.TokenResponseSchema = zod_1.z.object({
6
+ token: zod_1.z.string(),
7
+ });