@credal/actions 0.2.58 → 0.2.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/actions/actionMapper.js +7 -1
- package/dist/actions/autogen/templates.d.ts +2 -0
- package/dist/actions/autogen/templates.js +85 -5
- package/dist/actions/autogen/types.d.ts +58 -3
- package/dist/actions/autogen/types.js +21 -2
- package/dist/actions/groups.js +1 -14
- package/dist/actions/providers/github/searchOrganization.js +8 -8
- package/dist/actions/providers/google-oauth/listGmailThreads.d.ts +3 -0
- package/dist/actions/providers/google-oauth/listGmailThreads.js +98 -0
- package/dist/actions/providers/google-oauth/searchGmailMessages.d.ts +3 -0
- package/dist/actions/providers/google-oauth/searchGmailMessages.js +91 -0
- package/dist/actions/providers/jamf/getComputerInventory.d.ts +3 -0
- package/dist/actions/providers/jamf/getComputerInventory.js +45 -0
- package/dist/actions/providers/jamf/getFileVaultRecoveryKey.d.ts +3 -0
- package/dist/actions/providers/jamf/getFileVaultRecoveryKey.js +40 -0
- package/dist/actions/providers/jamf/restartJamfComputerById.d.ts +3 -0
- package/dist/actions/providers/jamf/restartJamfComputerById.js +37 -0
- package/dist/actions/providers/jira/publicCommentOnServiceDeskRequest.d.ts +3 -0
- package/dist/actions/providers/jira/publicCommentOnServiceDeskRequest.js +43 -0
- package/dist/actions/providers/slack/archiveChannel.js +9 -2
- package/package.json +1 -1
- package/dist/actions/providers/confluence/updatePage.d.ts +0 -3
- package/dist/actions/providers/confluence/updatePage.js +0 -47
|
@@ -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, } 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, } 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";
|
|
@@ -126,6 +126,7 @@ import getTeamDetails from "./providers/linear/getTeamDetails.js";
|
|
|
126
126
|
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
|
+
import publicCommentOnServiceDeskRequest from "./providers/jira/publicCommentOnServiceDeskRequest.js";
|
|
129
130
|
const jiraActions = {
|
|
130
131
|
getJiraIssuesByQuery: {
|
|
131
132
|
fn: getJiraIssuesByQuery,
|
|
@@ -142,6 +143,11 @@ const jiraActions = {
|
|
|
142
143
|
paramsSchema: jiraCommentJiraTicketParamsSchema,
|
|
143
144
|
outputSchema: jiraCommentJiraTicketOutputSchema,
|
|
144
145
|
},
|
|
146
|
+
publicCommentOnServiceDeskRequest: {
|
|
147
|
+
fn: publicCommentOnServiceDeskRequest,
|
|
148
|
+
paramsSchema: jiraPublicCommentOnServiceDeskRequestParamsSchema,
|
|
149
|
+
outputSchema: jiraPublicCommentOnServiceDeskRequestOutputSchema,
|
|
150
|
+
},
|
|
145
151
|
createJiraTicket: {
|
|
146
152
|
fn: createJiraTicket,
|
|
147
153
|
paramsSchema: jiraCreateJiraTicketParamsSchema,
|
|
@@ -14,6 +14,7 @@ export declare const mathAddDefinition: ActionTemplate;
|
|
|
14
14
|
export declare const confluenceOverwritePageDefinition: ActionTemplate;
|
|
15
15
|
export declare const confluenceFetchPageContentDefinition: ActionTemplate;
|
|
16
16
|
export declare const jiraAssignJiraTicketDefinition: ActionTemplate;
|
|
17
|
+
export declare const jiraPublicCommentOnServiceDeskRequestDefinition: ActionTemplate;
|
|
17
18
|
export declare const jiraCommentJiraTicketDefinition: ActionTemplate;
|
|
18
19
|
export declare const jiraCreateJiraTicketDefinition: ActionTemplate;
|
|
19
20
|
export declare const jiraGetServiceDesksDefinition: ActionTemplate;
|
|
@@ -24,6 +25,7 @@ export declare const jiraUpdateJiraTicketDetailsDefinition: ActionTemplate;
|
|
|
24
25
|
export declare const jiraUpdateJiraTicketStatusDefinition: ActionTemplate;
|
|
25
26
|
export declare const jiraGetJiraIssuesByQueryDefinition: ActionTemplate;
|
|
26
27
|
export declare const jiraOrgAssignJiraTicketDefinition: ActionTemplate;
|
|
28
|
+
export declare const jiraOrgPublicCommentOnServiceDeskRequestDefinition: ActionTemplate;
|
|
27
29
|
export declare const jiraOrgCommentJiraTicketDefinition: ActionTemplate;
|
|
28
30
|
export declare const jiraOrgCreateJiraTicketDefinition: ActionTemplate;
|
|
29
31
|
export declare const jiraOrgGetServiceDesksDefinition: ActionTemplate;
|
|
@@ -545,15 +545,15 @@ export const slackCreateChannelDefinition = {
|
|
|
545
545
|
provider: "slack",
|
|
546
546
|
};
|
|
547
547
|
export const slackArchiveChannelDefinition = {
|
|
548
|
-
description: "Archives a Slack channel using a bot token",
|
|
548
|
+
description: "Archives a Slack channel using a bot token, joins the channel to archive if not already a member",
|
|
549
549
|
scopes: ["channels:manage"],
|
|
550
550
|
parameters: {
|
|
551
551
|
type: "object",
|
|
552
|
-
required: ["
|
|
552
|
+
required: ["channelName"],
|
|
553
553
|
properties: {
|
|
554
|
-
|
|
554
|
+
channelName: {
|
|
555
555
|
type: "string",
|
|
556
|
-
description: "The
|
|
556
|
+
description: "The name of the channel to archive",
|
|
557
557
|
},
|
|
558
558
|
},
|
|
559
559
|
},
|
|
@@ -814,6 +814,44 @@ export const jiraAssignJiraTicketDefinition = {
|
|
|
814
814
|
name: "assignJiraTicket",
|
|
815
815
|
provider: "jira",
|
|
816
816
|
};
|
|
817
|
+
export const jiraPublicCommentOnServiceDeskRequestDefinition = {
|
|
818
|
+
description: "Comments publically on a Jira service desk request with specified content",
|
|
819
|
+
scopes: ["write:comment:jira"],
|
|
820
|
+
parameters: {
|
|
821
|
+
type: "object",
|
|
822
|
+
required: ["issueId", "comment"],
|
|
823
|
+
properties: {
|
|
824
|
+
issueId: {
|
|
825
|
+
type: "string",
|
|
826
|
+
description: "The issue ID associated with the ticket to be commented on",
|
|
827
|
+
},
|
|
828
|
+
comment: {
|
|
829
|
+
type: "string",
|
|
830
|
+
description: "The text to be commented on the ticket",
|
|
831
|
+
},
|
|
832
|
+
},
|
|
833
|
+
},
|
|
834
|
+
output: {
|
|
835
|
+
type: "object",
|
|
836
|
+
required: ["success"],
|
|
837
|
+
properties: {
|
|
838
|
+
success: {
|
|
839
|
+
type: "boolean",
|
|
840
|
+
description: "Whether the comment was sent successfully",
|
|
841
|
+
},
|
|
842
|
+
error: {
|
|
843
|
+
type: "string",
|
|
844
|
+
description: "The error that occurred if the comment was not sent successfully",
|
|
845
|
+
},
|
|
846
|
+
commentUrl: {
|
|
847
|
+
type: "string",
|
|
848
|
+
description: "The url to the created Jira comment",
|
|
849
|
+
},
|
|
850
|
+
},
|
|
851
|
+
},
|
|
852
|
+
name: "publicCommentOnServiceDeskRequest",
|
|
853
|
+
provider: "jira",
|
|
854
|
+
};
|
|
817
855
|
export const jiraCommentJiraTicketDefinition = {
|
|
818
856
|
description: "Comments on a Jira ticket with specified content",
|
|
819
857
|
scopes: ["write:comment:jira"],
|
|
@@ -1310,6 +1348,44 @@ export const jiraOrgAssignJiraTicketDefinition = {
|
|
|
1310
1348
|
name: "assignJiraTicket",
|
|
1311
1349
|
provider: "jiraOrg",
|
|
1312
1350
|
};
|
|
1351
|
+
export const jiraOrgPublicCommentOnServiceDeskRequestDefinition = {
|
|
1352
|
+
description: "Comments publically on a Jira service desk request with specified content",
|
|
1353
|
+
scopes: ["write:comment:jira"],
|
|
1354
|
+
parameters: {
|
|
1355
|
+
type: "object",
|
|
1356
|
+
required: ["issueId", "comment"],
|
|
1357
|
+
properties: {
|
|
1358
|
+
issueId: {
|
|
1359
|
+
type: "string",
|
|
1360
|
+
description: "The issue ID associated with the ticket to be commented on",
|
|
1361
|
+
},
|
|
1362
|
+
comment: {
|
|
1363
|
+
type: "string",
|
|
1364
|
+
description: "The text to be commented on the ticket",
|
|
1365
|
+
},
|
|
1366
|
+
},
|
|
1367
|
+
},
|
|
1368
|
+
output: {
|
|
1369
|
+
type: "object",
|
|
1370
|
+
required: ["success"],
|
|
1371
|
+
properties: {
|
|
1372
|
+
success: {
|
|
1373
|
+
type: "boolean",
|
|
1374
|
+
description: "Whether the comment was sent successfully",
|
|
1375
|
+
},
|
|
1376
|
+
error: {
|
|
1377
|
+
type: "string",
|
|
1378
|
+
description: "The error that occurred if the comment was not sent successfully",
|
|
1379
|
+
},
|
|
1380
|
+
commentUrl: {
|
|
1381
|
+
type: "string",
|
|
1382
|
+
description: "The url to the created Jira comment",
|
|
1383
|
+
},
|
|
1384
|
+
},
|
|
1385
|
+
},
|
|
1386
|
+
name: "publicCommentOnServiceDeskRequest",
|
|
1387
|
+
provider: "jiraOrg",
|
|
1388
|
+
};
|
|
1313
1389
|
export const jiraOrgCommentJiraTicketDefinition = {
|
|
1314
1390
|
description: "Comments on a Jira ticket with specified content",
|
|
1315
1391
|
scopes: ["write:comment:jira"],
|
|
@@ -9614,7 +9690,11 @@ export const githubSearchOrganizationDefinition = {
|
|
|
9614
9690
|
},
|
|
9615
9691
|
query: {
|
|
9616
9692
|
type: "string",
|
|
9617
|
-
description: "The query to search for
|
|
9693
|
+
description: "The query to search for within the organization",
|
|
9694
|
+
},
|
|
9695
|
+
repository: {
|
|
9696
|
+
type: "string",
|
|
9697
|
+
description: "The repository to search for data in",
|
|
9618
9698
|
},
|
|
9619
9699
|
},
|
|
9620
9700
|
},
|
|
@@ -722,11 +722,11 @@ export declare const slackCreateChannelOutputSchema: z.ZodObject<{
|
|
|
722
722
|
export type slackCreateChannelOutputType = z.infer<typeof slackCreateChannelOutputSchema>;
|
|
723
723
|
export type slackCreateChannelFunction = ActionFunction<slackCreateChannelParamsType, AuthParamsType, slackCreateChannelOutputType>;
|
|
724
724
|
export declare const slackArchiveChannelParamsSchema: z.ZodObject<{
|
|
725
|
-
|
|
725
|
+
channelName: z.ZodString;
|
|
726
726
|
}, "strip", z.ZodTypeAny, {
|
|
727
|
-
|
|
727
|
+
channelName: string;
|
|
728
728
|
}, {
|
|
729
|
-
|
|
729
|
+
channelName: string;
|
|
730
730
|
}>;
|
|
731
731
|
export type slackArchiveChannelParamsType = z.infer<typeof slackArchiveChannelParamsSchema>;
|
|
732
732
|
export declare const slackArchiveChannelOutputSchema: z.ZodObject<{
|
|
@@ -922,6 +922,32 @@ export declare const jiraAssignJiraTicketOutputSchema: z.ZodObject<{
|
|
|
922
922
|
}>;
|
|
923
923
|
export type jiraAssignJiraTicketOutputType = z.infer<typeof jiraAssignJiraTicketOutputSchema>;
|
|
924
924
|
export type jiraAssignJiraTicketFunction = ActionFunction<jiraAssignJiraTicketParamsType, AuthParamsType, jiraAssignJiraTicketOutputType>;
|
|
925
|
+
export declare const jiraPublicCommentOnServiceDeskRequestParamsSchema: z.ZodObject<{
|
|
926
|
+
issueId: z.ZodString;
|
|
927
|
+
comment: z.ZodString;
|
|
928
|
+
}, "strip", z.ZodTypeAny, {
|
|
929
|
+
issueId: string;
|
|
930
|
+
comment: string;
|
|
931
|
+
}, {
|
|
932
|
+
issueId: string;
|
|
933
|
+
comment: string;
|
|
934
|
+
}>;
|
|
935
|
+
export type jiraPublicCommentOnServiceDeskRequestParamsType = z.infer<typeof jiraPublicCommentOnServiceDeskRequestParamsSchema>;
|
|
936
|
+
export declare const jiraPublicCommentOnServiceDeskRequestOutputSchema: z.ZodObject<{
|
|
937
|
+
success: z.ZodBoolean;
|
|
938
|
+
error: z.ZodOptional<z.ZodString>;
|
|
939
|
+
commentUrl: z.ZodOptional<z.ZodString>;
|
|
940
|
+
}, "strip", z.ZodTypeAny, {
|
|
941
|
+
success: boolean;
|
|
942
|
+
error?: string | undefined;
|
|
943
|
+
commentUrl?: string | undefined;
|
|
944
|
+
}, {
|
|
945
|
+
success: boolean;
|
|
946
|
+
error?: string | undefined;
|
|
947
|
+
commentUrl?: string | undefined;
|
|
948
|
+
}>;
|
|
949
|
+
export type jiraPublicCommentOnServiceDeskRequestOutputType = z.infer<typeof jiraPublicCommentOnServiceDeskRequestOutputSchema>;
|
|
950
|
+
export type jiraPublicCommentOnServiceDeskRequestFunction = ActionFunction<jiraPublicCommentOnServiceDeskRequestParamsType, AuthParamsType, jiraPublicCommentOnServiceDeskRequestOutputType>;
|
|
925
951
|
export declare const jiraCommentJiraTicketParamsSchema: z.ZodObject<{
|
|
926
952
|
projectKey: z.ZodString;
|
|
927
953
|
issueId: z.ZodString;
|
|
@@ -1305,6 +1331,32 @@ export declare const jiraOrgAssignJiraTicketOutputSchema: z.ZodObject<{
|
|
|
1305
1331
|
}>;
|
|
1306
1332
|
export type jiraOrgAssignJiraTicketOutputType = z.infer<typeof jiraOrgAssignJiraTicketOutputSchema>;
|
|
1307
1333
|
export type jiraOrgAssignJiraTicketFunction = ActionFunction<jiraOrgAssignJiraTicketParamsType, AuthParamsType, jiraOrgAssignJiraTicketOutputType>;
|
|
1334
|
+
export declare const jiraOrgPublicCommentOnServiceDeskRequestParamsSchema: z.ZodObject<{
|
|
1335
|
+
issueId: z.ZodString;
|
|
1336
|
+
comment: z.ZodString;
|
|
1337
|
+
}, "strip", z.ZodTypeAny, {
|
|
1338
|
+
issueId: string;
|
|
1339
|
+
comment: string;
|
|
1340
|
+
}, {
|
|
1341
|
+
issueId: string;
|
|
1342
|
+
comment: string;
|
|
1343
|
+
}>;
|
|
1344
|
+
export type jiraOrgPublicCommentOnServiceDeskRequestParamsType = z.infer<typeof jiraOrgPublicCommentOnServiceDeskRequestParamsSchema>;
|
|
1345
|
+
export declare const jiraOrgPublicCommentOnServiceDeskRequestOutputSchema: z.ZodObject<{
|
|
1346
|
+
success: z.ZodBoolean;
|
|
1347
|
+
error: z.ZodOptional<z.ZodString>;
|
|
1348
|
+
commentUrl: z.ZodOptional<z.ZodString>;
|
|
1349
|
+
}, "strip", z.ZodTypeAny, {
|
|
1350
|
+
success: boolean;
|
|
1351
|
+
error?: string | undefined;
|
|
1352
|
+
commentUrl?: string | undefined;
|
|
1353
|
+
}, {
|
|
1354
|
+
success: boolean;
|
|
1355
|
+
error?: string | undefined;
|
|
1356
|
+
commentUrl?: string | undefined;
|
|
1357
|
+
}>;
|
|
1358
|
+
export type jiraOrgPublicCommentOnServiceDeskRequestOutputType = z.infer<typeof jiraOrgPublicCommentOnServiceDeskRequestOutputSchema>;
|
|
1359
|
+
export type jiraOrgPublicCommentOnServiceDeskRequestFunction = ActionFunction<jiraOrgPublicCommentOnServiceDeskRequestParamsType, AuthParamsType, jiraOrgPublicCommentOnServiceDeskRequestOutputType>;
|
|
1308
1360
|
export declare const jiraOrgCommentJiraTicketParamsSchema: z.ZodObject<{
|
|
1309
1361
|
projectKey: z.ZodString;
|
|
1310
1362
|
issueId: z.ZodString;
|
|
@@ -6454,12 +6506,15 @@ export type githubSearchRepositoryFunction = ActionFunction<githubSearchReposito
|
|
|
6454
6506
|
export declare const githubSearchOrganizationParamsSchema: z.ZodObject<{
|
|
6455
6507
|
organization: z.ZodString;
|
|
6456
6508
|
query: z.ZodString;
|
|
6509
|
+
repository: z.ZodOptional<z.ZodString>;
|
|
6457
6510
|
}, "strip", z.ZodTypeAny, {
|
|
6458
6511
|
query: string;
|
|
6459
6512
|
organization: string;
|
|
6513
|
+
repository?: string | undefined;
|
|
6460
6514
|
}, {
|
|
6461
6515
|
query: string;
|
|
6462
6516
|
organization: string;
|
|
6517
|
+
repository?: string | undefined;
|
|
6463
6518
|
}>;
|
|
6464
6519
|
export type githubSearchOrganizationParamsType = z.infer<typeof githubSearchOrganizationParamsSchema>;
|
|
6465
6520
|
export declare const githubSearchOrganizationOutputSchema: z.ZodObject<{
|
|
@@ -216,7 +216,7 @@ export const slackCreateChannelOutputSchema = z.object({
|
|
|
216
216
|
error: z.string().describe("The error that occurred if the channel was not created successfully").optional(),
|
|
217
217
|
});
|
|
218
218
|
export const slackArchiveChannelParamsSchema = z.object({
|
|
219
|
-
|
|
219
|
+
channelName: z.string().describe("The name of the channel to archive"),
|
|
220
220
|
});
|
|
221
221
|
export const slackArchiveChannelOutputSchema = z.object({
|
|
222
222
|
success: z.boolean().describe("Whether the channel was archived successfully"),
|
|
@@ -286,6 +286,15 @@ export const jiraAssignJiraTicketOutputSchema = z.object({
|
|
|
286
286
|
.optional(),
|
|
287
287
|
ticketUrl: z.string().describe("The url to the newly assigned/reassigned Jira ticket").optional(),
|
|
288
288
|
});
|
|
289
|
+
export const jiraPublicCommentOnServiceDeskRequestParamsSchema = z.object({
|
|
290
|
+
issueId: z.string().describe("The issue ID associated with the ticket to be commented on"),
|
|
291
|
+
comment: z.string().describe("The text to be commented on the ticket"),
|
|
292
|
+
});
|
|
293
|
+
export const jiraPublicCommentOnServiceDeskRequestOutputSchema = z.object({
|
|
294
|
+
success: z.boolean().describe("Whether the comment was sent successfully"),
|
|
295
|
+
error: z.string().describe("The error that occurred if the comment was not sent successfully").optional(),
|
|
296
|
+
commentUrl: z.string().describe("The url to the created Jira comment").optional(),
|
|
297
|
+
});
|
|
289
298
|
export const jiraCommentJiraTicketParamsSchema = z.object({
|
|
290
299
|
projectKey: z.string().describe("The key for the project"),
|
|
291
300
|
issueId: z.string().describe("The issue ID associated with the ticket to be commented on"),
|
|
@@ -425,6 +434,15 @@ export const jiraOrgAssignJiraTicketOutputSchema = z.object({
|
|
|
425
434
|
.optional(),
|
|
426
435
|
ticketUrl: z.string().describe("The url to the newly assigned/reassigned Jira ticket").optional(),
|
|
427
436
|
});
|
|
437
|
+
export const jiraOrgPublicCommentOnServiceDeskRequestParamsSchema = z.object({
|
|
438
|
+
issueId: z.string().describe("The issue ID associated with the ticket to be commented on"),
|
|
439
|
+
comment: z.string().describe("The text to be commented on the ticket"),
|
|
440
|
+
});
|
|
441
|
+
export const jiraOrgPublicCommentOnServiceDeskRequestOutputSchema = z.object({
|
|
442
|
+
success: z.boolean().describe("Whether the comment was sent successfully"),
|
|
443
|
+
error: z.string().describe("The error that occurred if the comment was not sent successfully").optional(),
|
|
444
|
+
commentUrl: z.string().describe("The url to the created Jira comment").optional(),
|
|
445
|
+
});
|
|
428
446
|
export const jiraOrgCommentJiraTicketParamsSchema = z.object({
|
|
429
447
|
projectKey: z.string().describe("The key for the project"),
|
|
430
448
|
issueId: z.string().describe("The issue ID associated with the ticket to be commented on"),
|
|
@@ -3385,7 +3403,8 @@ export const githubSearchRepositoryOutputSchema = z.object({
|
|
|
3385
3403
|
});
|
|
3386
3404
|
export const githubSearchOrganizationParamsSchema = z.object({
|
|
3387
3405
|
organization: z.string().describe("The organization to search for data in"),
|
|
3388
|
-
query: z.string().describe("The query to search for
|
|
3406
|
+
query: z.string().describe("The query to search for within the organization"),
|
|
3407
|
+
repository: z.string().describe("The repository to search for data in").optional(),
|
|
3389
3408
|
});
|
|
3390
3409
|
export const githubSearchOrganizationOutputSchema = z.object({
|
|
3391
3410
|
code: z
|
package/dist/actions/groups.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { genericFillTemplateDefinition, confluenceOverwritePageDefinition, googlemapsValidateAddressDefinition, mathAddDefinition, mongoInsertMongoDocDefinition, slackSendMessageDefinition, slackGetChannelMessagesDefinition, slackCreateChannelDefinition, slackArchiveChannelDefinition, snowflakeGetRowByFieldValueDefinition, zendeskCreateZendeskTicketDefinition, zendeskListZendeskTicketsDefinition, zendeskGetTicketDetailsDefinition, zendeskUpdateTicketStatusDefinition, zendeskAddCommentToTicketDefinition, zendeskAssignTicketDefinition, openstreetmapGetLatitudeLongitudeFromLocationDefinition, nwsGetForecastForLocationDefinition, jiraAssignJiraTicketDefinition, jiraCommentJiraTicketDefinition, jiraCreateJiraTicketDefinition, jiraGetJiraTicketDetailsDefinition, jiraGetJiraTicketHistoryDefinition, jiraUpdateJiraTicketDetailsDefinition, jiraUpdateJiraTicketStatusDefinition, jiraGetServiceDesksDefinition, jiraCreateServiceDeskRequestDefinition, googlemapsNearbysearchRestaurantsDefinition, firecrawlScrapeUrlDefinition, resendSendEmailDefinition, linkedinCreateShareLinkedinPostUrlDefinition, googleOauthCreateNewGoogleDocDefinition, xCreateShareXPostUrlDefinition, firecrawlScrapeTweetDataWithNitterDefinition, finnhubSymbolLookupDefinition, finnhubGetBasicFinancialsDefinition, confluenceFetchPageContentDefinition, snowflakeRunSnowflakeQueryDefinition, lookerEnableUserByEmailDefinition, googleOauthUpdateDocDefinition, googleOauthScheduleCalendarMeetingDefinition, googleOauthListCalendarsDefinition, googleOauthListCalendarEventsDefinition, googleOauthUpdateCalendarEventDefinition, googleOauthDeleteCalendarEventDefinition, googleOauthCreateSpreadsheetDefinition, googleOauthUpdateSpreadsheetDefinition, googleOauthCreatePresentationDefinition, googleOauthUpdatePresentationDefinition, googleOauthSearchDriveByKeywordsDefinition, googlemailSearchGmailMessagesDefinition, googlemailListGmailThreadsDefinition, googleOauthListGroupsDefinition, googleOauthGetGroupDefinition, googleOauthListGroupMembersDefinition, googleOauthHasGroupMemberDefinition, googleOauthAddGroupMemberDefinition, googleOauthDeleteGroupMemberDefinition, salesforceUpdateRecordDefinition, salesforceCreateCaseDefinition, salesforceGenerateSalesReportDefinition, salesforceGetRecordDefinition, salesforceGetSalesforceRecordsByQueryDefinition, microsoftMessageTeamsChatDefinition, microsoftMessageTeamsChannelDefinition, asanaCommentTaskDefinition, asanaCreateTaskDefinition, asanaUpdateTaskDefinition, asanaSearchTasksDefinition, githubCreateOrUpdateFileDefinition, githubCreateBranchDefinition, githubCreatePullRequestDefinition, microsoftUpdateSpreadsheetDefinition, microsoftUpdateDocumentDefinition, microsoftCreateDocumentDefinition, microsoftGetDocumentDefinition, salesforceFetchSalesforceSchemaByObjectDefinition, firecrawlDeepResearchDefinition, jiraGetJiraIssuesByQueryDefinition, githubListPullRequestsDefinition, salesforceCreateRecordDefinition, ashbyCreateNoteDefinition, ashbyGetCandidateInfoDefinition, ashbyListCandidatesDefinition, ashbyListCandidateNotesDefinition, ashbySearchCandidatesDefinition, ashbyCreateCandidateDefinition, ashbyUpdateCandidateDefinition, ashbyAddCandidateToProjectDefinition, bingGetTopNSearchResultUrlsDefinition, gongGetGongTranscriptsDefinition, kandjiGetFVRecoveryKeyForDeviceDefinition, asanaListAsanaTasksByProjectDefinition, notionSearchByTitleDefinition, asanaGetTasksDetailsDefinition,
|
|
1
|
+
import { genericFillTemplateDefinition, confluenceOverwritePageDefinition, googlemapsValidateAddressDefinition, mathAddDefinition, mongoInsertMongoDocDefinition, slackSendMessageDefinition, slackGetChannelMessagesDefinition, slackCreateChannelDefinition, slackArchiveChannelDefinition, snowflakeGetRowByFieldValueDefinition, zendeskCreateZendeskTicketDefinition, zendeskListZendeskTicketsDefinition, zendeskGetTicketDetailsDefinition, zendeskUpdateTicketStatusDefinition, zendeskAddCommentToTicketDefinition, zendeskAssignTicketDefinition, openstreetmapGetLatitudeLongitudeFromLocationDefinition, nwsGetForecastForLocationDefinition, jiraAssignJiraTicketDefinition, jiraCommentJiraTicketDefinition, jiraCreateJiraTicketDefinition, jiraGetJiraTicketDetailsDefinition, jiraGetJiraTicketHistoryDefinition, jiraUpdateJiraTicketDetailsDefinition, jiraUpdateJiraTicketStatusDefinition, jiraGetServiceDesksDefinition, jiraCreateServiceDeskRequestDefinition, googlemapsNearbysearchRestaurantsDefinition, firecrawlScrapeUrlDefinition, resendSendEmailDefinition, linkedinCreateShareLinkedinPostUrlDefinition, googleOauthCreateNewGoogleDocDefinition, xCreateShareXPostUrlDefinition, firecrawlScrapeTweetDataWithNitterDefinition, finnhubSymbolLookupDefinition, finnhubGetBasicFinancialsDefinition, confluenceFetchPageContentDefinition, snowflakeRunSnowflakeQueryDefinition, lookerEnableUserByEmailDefinition, googleOauthUpdateDocDefinition, googleOauthScheduleCalendarMeetingDefinition, googleOauthListCalendarsDefinition, googleOauthListCalendarEventsDefinition, googleOauthUpdateCalendarEventDefinition, googleOauthDeleteCalendarEventDefinition, googleOauthCreateSpreadsheetDefinition, googleOauthUpdateSpreadsheetDefinition, googleOauthCreatePresentationDefinition, googleOauthUpdatePresentationDefinition, googleOauthSearchDriveByKeywordsDefinition, googlemailSearchGmailMessagesDefinition, googlemailListGmailThreadsDefinition, googleOauthListGroupsDefinition, googleOauthGetGroupDefinition, googleOauthListGroupMembersDefinition, googleOauthHasGroupMemberDefinition, googleOauthAddGroupMemberDefinition, googleOauthDeleteGroupMemberDefinition, salesforceUpdateRecordDefinition, salesforceCreateCaseDefinition, salesforceGenerateSalesReportDefinition, salesforceGetRecordDefinition, salesforceGetSalesforceRecordsByQueryDefinition, microsoftMessageTeamsChatDefinition, microsoftMessageTeamsChannelDefinition, asanaCommentTaskDefinition, asanaCreateTaskDefinition, asanaUpdateTaskDefinition, asanaSearchTasksDefinition, githubCreateOrUpdateFileDefinition, githubCreateBranchDefinition, githubCreatePullRequestDefinition, microsoftUpdateSpreadsheetDefinition, microsoftUpdateDocumentDefinition, microsoftCreateDocumentDefinition, microsoftGetDocumentDefinition, salesforceFetchSalesforceSchemaByObjectDefinition, firecrawlDeepResearchDefinition, jiraGetJiraIssuesByQueryDefinition, githubListPullRequestsDefinition, salesforceCreateRecordDefinition, ashbyCreateNoteDefinition, ashbyGetCandidateInfoDefinition, ashbyListCandidatesDefinition, ashbyListCandidateNotesDefinition, ashbySearchCandidatesDefinition, ashbyCreateCandidateDefinition, ashbyUpdateCandidateDefinition, ashbyAddCandidateToProjectDefinition, bingGetTopNSearchResultUrlsDefinition, gongGetGongTranscriptsDefinition, kandjiGetFVRecoveryKeyForDeviceDefinition, asanaListAsanaTasksByProjectDefinition, notionSearchByTitleDefinition, asanaGetTasksDetailsDefinition, jamfGetJamfComputerInventoryDefinition, jamfGetJamfFileVaultRecoveryKeyDefinition, oktaListOktaUsersDefinition, oktaGetOktaUserDefinition, oktaListOktaUserGroupsDefinition, oktaListOktaGroupsDefinition, oktaGetOktaGroupDefinition, oktaListOktaGroupMembersDefinition, oktaRemoveUserFromGroupDefinition, oktaAddUserToGroupDefinition, oktaResetPasswordDefinition, oktaResetMFADefinition, oktaListMFADefinition, jamfGetJamfUserComputerIdDefinition, jamfLockJamfComputerByIdDefinition, oktaTriggerOktaWorkflowDefinition, jiraOrgAssignJiraTicketDefinition, jiraOrgCreateJiraTicketDefinition, jiraOrgCommentJiraTicketDefinition, jiraOrgGetJiraTicketDetailsDefinition, jiraOrgGetJiraTicketHistoryDefinition, jiraOrgUpdateJiraTicketDetailsDefinition, jiraOrgUpdateJiraTicketStatusDefinition, jiraOrgGetJiraIssuesByQueryDefinition, googleOauthGetDriveFileContentByIdDefinition, googleOauthSearchDriveByQueryDefinition, } from "./autogen/templates.js";
|
|
2
2
|
export const ACTION_GROUPS = {
|
|
3
3
|
GENERIC: {
|
|
4
4
|
description: "Generic utility actions",
|
|
@@ -47,7 +47,6 @@ export const ACTION_GROUPS = {
|
|
|
47
47
|
googleOauthUpdatePresentationDefinition,
|
|
48
48
|
googleOauthSearchDriveByKeywordsDefinition,
|
|
49
49
|
googleOauthSearchDriveByQueryDefinition,
|
|
50
|
-
googleOauthSearchDriveByQueryAndGetFileContentDefinition,
|
|
51
50
|
googleOauthGetDriveFileContentByIdDefinition,
|
|
52
51
|
],
|
|
53
52
|
},
|
|
@@ -199,8 +198,6 @@ export const ACTION_GROUPS = {
|
|
|
199
198
|
githubCreateBranchDefinition,
|
|
200
199
|
githubCreatePullRequestDefinition,
|
|
201
200
|
githubListPullRequestsDefinition,
|
|
202
|
-
githubGetFileContentDefinition,
|
|
203
|
-
githubListDirectoryDefinition,
|
|
204
201
|
],
|
|
205
202
|
},
|
|
206
203
|
ASHBY: {
|
|
@@ -248,14 +245,4 @@ export const ACTION_GROUPS = {
|
|
|
248
245
|
oktaTriggerOktaWorkflowDefinition,
|
|
249
246
|
],
|
|
250
247
|
},
|
|
251
|
-
LINEAR: {
|
|
252
|
-
description: "Actions for interacting with Linear",
|
|
253
|
-
actions: [
|
|
254
|
-
linearGetIssueDetailsDefinition,
|
|
255
|
-
linearGetProjectsDefinition,
|
|
256
|
-
linearGetProjectDetailsDefinition,
|
|
257
|
-
linearGetTeamDetailsDefinition,
|
|
258
|
-
linearGetTeamsDefinition,
|
|
259
|
-
],
|
|
260
|
-
},
|
|
261
248
|
};
|
|
@@ -22,10 +22,11 @@ const searchOrganization = (_a) => __awaiter(void 0, [_a], void 0, function* ({
|
|
|
22
22
|
throw new Error(MISSING_AUTH_TOKEN);
|
|
23
23
|
}
|
|
24
24
|
const octokit = new Octokit({ auth: authParams.authToken });
|
|
25
|
-
const { organization, query } = params;
|
|
25
|
+
const { organization, query, repository } = params;
|
|
26
|
+
const searchScope = repository ? `repo:${organization}/${repository}` : `org:${organization}`;
|
|
26
27
|
// Search CODE with text match metadata
|
|
27
28
|
const codeResultsResponse = yield octokit.rest.search.code({
|
|
28
|
-
q: `${query} in:file,path
|
|
29
|
+
q: `${query} in:file,path ${searchScope}`,
|
|
29
30
|
text_match: true,
|
|
30
31
|
headers: {
|
|
31
32
|
accept: "application/vnd.github.v3.text-match+json",
|
|
@@ -51,7 +52,7 @@ const searchOrganization = (_a) => __awaiter(void 0, [_a], void 0, function* ({
|
|
|
51
52
|
}));
|
|
52
53
|
// Search COMMITS
|
|
53
54
|
const commitResults = yield octokit.rest.search.commits({
|
|
54
|
-
q: `${query}
|
|
55
|
+
q: `${query} ${searchScope}`,
|
|
55
56
|
headers: {
|
|
56
57
|
accept: "application/vnd.github.cloak-preview+json",
|
|
57
58
|
},
|
|
@@ -85,7 +86,7 @@ const searchOrganization = (_a) => __awaiter(void 0, [_a], void 0, function* ({
|
|
|
85
86
|
});
|
|
86
87
|
// Search Issues and PRs
|
|
87
88
|
const issueResults = yield octokit.rest.search.issuesAndPullRequests({
|
|
88
|
-
q: `${query}
|
|
89
|
+
q: `${query} ${searchScope} (is:issue OR is:pull-request)`,
|
|
89
90
|
advanced_search: "true",
|
|
90
91
|
});
|
|
91
92
|
const prItems = issueResults.data.items.filter(item => item.pull_request).slice(0, MAX_ISSUES_OR_PRS);
|
|
@@ -93,13 +94,12 @@ const searchOrganization = (_a) => __awaiter(void 0, [_a], void 0, function* ({
|
|
|
93
94
|
const prFiles = yield Promise.all(prItems.map((item) => __awaiter(void 0, void 0, void 0, function* () {
|
|
94
95
|
// Each item has a 'repository_url' like: "https://api.github.com/repos/ORG/REPO"
|
|
95
96
|
const repoUrlParts = item.repository_url.split("/");
|
|
96
|
-
const
|
|
97
|
-
const repo = repoUrlParts[repoUrlParts.length - 1];
|
|
97
|
+
const repo = repository !== null && repository !== void 0 ? repository : repoUrlParts[repoUrlParts.length - 1];
|
|
98
98
|
try {
|
|
99
|
-
return yield octokit.rest.pulls.listFiles({ owner, repo, pull_number: item.number });
|
|
99
|
+
return yield octokit.rest.pulls.listFiles({ owner: organization, repo: repo, pull_number: item.number });
|
|
100
100
|
}
|
|
101
101
|
catch (error) {
|
|
102
|
-
console.error(`Error fetching PR files for PR ${item.number} in ${
|
|
102
|
+
console.error(`Error fetching PR files for PR ${item.number} in ${organization}/${repo}:`, error);
|
|
103
103
|
return { data: [] };
|
|
104
104
|
}
|
|
105
105
|
})));
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
const axiosClient_1 = require("../../util/axiosClient");
|
|
13
|
+
const missingAuthConstants_1 = require("../../util/missingAuthConstants");
|
|
14
|
+
const decodeMessage_1 = require("./utils/decodeMessage");
|
|
15
|
+
const listGmailThreads = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
|
|
16
|
+
if (!authParams.authToken) {
|
|
17
|
+
return { success: false, error: missingAuthConstants_1.MISSING_AUTH_TOKEN, threads: [] };
|
|
18
|
+
}
|
|
19
|
+
const { query, maxResults } = params;
|
|
20
|
+
const allThreads = [];
|
|
21
|
+
const errorMessages = [];
|
|
22
|
+
const max = maxResults !== null && maxResults !== void 0 ? maxResults : 100;
|
|
23
|
+
let fetched = 0;
|
|
24
|
+
let pageToken = undefined;
|
|
25
|
+
try {
|
|
26
|
+
while (fetched < max) {
|
|
27
|
+
const url = `https://gmail.googleapis.com/gmail/v1/users/me/threads?q=${encodeURIComponent(query)}` +
|
|
28
|
+
(pageToken ? `&pageToken=${encodeURIComponent(pageToken)}` : "") +
|
|
29
|
+
`&maxResults=${Math.min(100, max - fetched)}`;
|
|
30
|
+
const listRes = yield axiosClient_1.axiosClient.get(url, {
|
|
31
|
+
headers: {
|
|
32
|
+
Authorization: `Bearer ${authParams.authToken}`,
|
|
33
|
+
},
|
|
34
|
+
});
|
|
35
|
+
const { threads: threadList = [], nextPageToken } = listRes.data;
|
|
36
|
+
if (!Array.isArray(threadList) || threadList.length === 0)
|
|
37
|
+
break;
|
|
38
|
+
const remaining = max - allThreads.length;
|
|
39
|
+
const batch = threadList.slice(0, remaining);
|
|
40
|
+
const results = yield Promise.all(batch.map((thread) => __awaiter(void 0, void 0, void 0, function* () {
|
|
41
|
+
try {
|
|
42
|
+
const threadRes = yield axiosClient_1.axiosClient.get(`https://gmail.googleapis.com/gmail/v1/users/me/threads/${thread.id}?format=full`, {
|
|
43
|
+
headers: {
|
|
44
|
+
Authorization: `Bearer ${authParams.authToken}`,
|
|
45
|
+
},
|
|
46
|
+
});
|
|
47
|
+
const { id, historyId, messages } = threadRes.data;
|
|
48
|
+
return {
|
|
49
|
+
id,
|
|
50
|
+
historyId,
|
|
51
|
+
messages: Array.isArray(messages)
|
|
52
|
+
? messages.map(msg => {
|
|
53
|
+
const { id, threadId, snippet, labelIds, internalDate } = msg;
|
|
54
|
+
const emailBody = (0, decodeMessage_1.getEmailContent)(msg) || "";
|
|
55
|
+
return {
|
|
56
|
+
id,
|
|
57
|
+
threadId,
|
|
58
|
+
snippet,
|
|
59
|
+
labelIds,
|
|
60
|
+
internalDate,
|
|
61
|
+
emailBody,
|
|
62
|
+
};
|
|
63
|
+
})
|
|
64
|
+
: [],
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
catch (err) {
|
|
68
|
+
errorMessages.push(err instanceof Error ? err.message : "Failed to fetch thread details");
|
|
69
|
+
return {
|
|
70
|
+
id: thread.id,
|
|
71
|
+
snippet: "",
|
|
72
|
+
historyId: "",
|
|
73
|
+
messages: [],
|
|
74
|
+
error: err instanceof Error ? err.message : "Failed to fetch thread details",
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
})));
|
|
78
|
+
allThreads.push(...results);
|
|
79
|
+
fetched = allThreads.length;
|
|
80
|
+
if (!nextPageToken || allThreads.length >= max)
|
|
81
|
+
break;
|
|
82
|
+
pageToken = nextPageToken;
|
|
83
|
+
}
|
|
84
|
+
return {
|
|
85
|
+
success: errorMessages.length === 0,
|
|
86
|
+
threads: allThreads,
|
|
87
|
+
error: errorMessages.join("; "),
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
catch (error) {
|
|
91
|
+
return {
|
|
92
|
+
success: false,
|
|
93
|
+
error: error instanceof Error ? error.message : "Unknown error listing Gmail threads",
|
|
94
|
+
threads: [],
|
|
95
|
+
};
|
|
96
|
+
}
|
|
97
|
+
});
|
|
98
|
+
exports.default = listGmailThreads;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
const axiosClient_1 = require("../../util/axiosClient");
|
|
13
|
+
const missingAuthConstants_1 = require("../../util/missingAuthConstants");
|
|
14
|
+
const decodeMessage_1 = require("./utils/decodeMessage");
|
|
15
|
+
const searchGmailMessages = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
|
|
16
|
+
if (!authParams.authToken) {
|
|
17
|
+
return { success: false, error: missingAuthConstants_1.MISSING_AUTH_TOKEN, messages: [] };
|
|
18
|
+
}
|
|
19
|
+
const { query, maxResults } = params;
|
|
20
|
+
const allMessages = [];
|
|
21
|
+
const max = maxResults !== null && maxResults !== void 0 ? maxResults : 100;
|
|
22
|
+
const errorMessages = [];
|
|
23
|
+
let pageToken = undefined;
|
|
24
|
+
let fetched = 0;
|
|
25
|
+
try {
|
|
26
|
+
while (fetched < max) {
|
|
27
|
+
const url = `https://gmail.googleapis.com/gmail/v1/users/me/messages?q=${encodeURIComponent(query)}` +
|
|
28
|
+
(pageToken ? `&pageToken=${encodeURIComponent(pageToken)}` : "") +
|
|
29
|
+
`&maxResults=${Math.min(100, max - fetched)}`;
|
|
30
|
+
const listRes = yield axiosClient_1.axiosClient.get(url, {
|
|
31
|
+
headers: {
|
|
32
|
+
Authorization: `Bearer ${authParams.authToken}`,
|
|
33
|
+
},
|
|
34
|
+
});
|
|
35
|
+
const { messages: messageList = [], nextPageToken } = listRes.data;
|
|
36
|
+
if (!Array.isArray(messageList) || messageList.length === 0)
|
|
37
|
+
break;
|
|
38
|
+
const remaining = max - allMessages.length;
|
|
39
|
+
const batch = messageList.slice(0, remaining);
|
|
40
|
+
const results = yield Promise.all(batch.map((msg) => __awaiter(void 0, void 0, void 0, function* () {
|
|
41
|
+
try {
|
|
42
|
+
const msgRes = yield axiosClient_1.axiosClient.get(`https://gmail.googleapis.com/gmail/v1/users/me/messages/${msg.id}?format=full`, {
|
|
43
|
+
headers: {
|
|
44
|
+
Authorization: `Bearer ${authParams.authToken}`,
|
|
45
|
+
},
|
|
46
|
+
});
|
|
47
|
+
const { id, threadId, snippet, labelIds, internalDate } = msgRes.data;
|
|
48
|
+
const emailBody = (0, decodeMessage_1.getEmailContent)(msgRes.data) || "";
|
|
49
|
+
return {
|
|
50
|
+
id,
|
|
51
|
+
threadId,
|
|
52
|
+
snippet,
|
|
53
|
+
labelIds,
|
|
54
|
+
internalDate,
|
|
55
|
+
emailBody,
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
catch (err) {
|
|
59
|
+
errorMessages.push(err instanceof Error ? err.message : "Failed to fetch message details");
|
|
60
|
+
return {
|
|
61
|
+
id: msg.id,
|
|
62
|
+
threadId: "",
|
|
63
|
+
snippet: "",
|
|
64
|
+
labelIds: [],
|
|
65
|
+
internalDate: "",
|
|
66
|
+
payload: {},
|
|
67
|
+
error: err instanceof Error ? err.message : "Failed to fetch message details",
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
})));
|
|
71
|
+
allMessages.push(...results);
|
|
72
|
+
fetched = allMessages.length;
|
|
73
|
+
if (!nextPageToken || allMessages.length >= max)
|
|
74
|
+
break;
|
|
75
|
+
pageToken = nextPageToken;
|
|
76
|
+
}
|
|
77
|
+
return {
|
|
78
|
+
success: errorMessages.length === 0,
|
|
79
|
+
messages: allMessages,
|
|
80
|
+
error: errorMessages.join("; "),
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
catch (error) {
|
|
84
|
+
return {
|
|
85
|
+
success: false,
|
|
86
|
+
error: error instanceof Error ? error.message : "Unknown error searching Gmail",
|
|
87
|
+
messages: [],
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
});
|
|
91
|
+
exports.default = searchGmailMessages;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
const axiosClient_1 = require("../../util/axiosClient");
|
|
13
|
+
const getComputerInventory = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
|
|
14
|
+
const { authToken, baseUrl } = authParams;
|
|
15
|
+
const { section } = params;
|
|
16
|
+
if (!baseUrl) {
|
|
17
|
+
throw new Error("Base URL is required to fetch computer inventory");
|
|
18
|
+
}
|
|
19
|
+
const apiUrl = `${baseUrl}/v1/computer-inventory`;
|
|
20
|
+
const queryParams = {};
|
|
21
|
+
if (section) {
|
|
22
|
+
queryParams.section = section;
|
|
23
|
+
}
|
|
24
|
+
try {
|
|
25
|
+
const response = yield axiosClient_1.axiosClient.get(apiUrl, {
|
|
26
|
+
headers: {
|
|
27
|
+
Authorization: `Bearer ${authToken}`,
|
|
28
|
+
Accept: "application/json",
|
|
29
|
+
},
|
|
30
|
+
params: queryParams,
|
|
31
|
+
});
|
|
32
|
+
return {
|
|
33
|
+
success: true,
|
|
34
|
+
data: response.data,
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
catch (error) {
|
|
38
|
+
console.error("Error retrieving computer inventory: ", error);
|
|
39
|
+
return {
|
|
40
|
+
success: false,
|
|
41
|
+
error: error instanceof Error ? error.message : "Unknown error",
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
exports.default = getComputerInventory;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
const axiosClient_1 = require("../../util/axiosClient");
|
|
13
|
+
const getFileVaultRecoveryKey = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
|
|
14
|
+
const { authToken, baseUrl } = authParams;
|
|
15
|
+
const { computerId } = params;
|
|
16
|
+
if (!baseUrl || !computerId) {
|
|
17
|
+
throw new Error("Base URL and Computer ID are required to fetch FileVault2 recovery key");
|
|
18
|
+
}
|
|
19
|
+
const apiUrl = `${baseUrl}/JSSResource/computers/${computerId}/FileVault2RecoveryKey`;
|
|
20
|
+
try {
|
|
21
|
+
const response = yield axiosClient_1.axiosClient.get(apiUrl, {
|
|
22
|
+
headers: {
|
|
23
|
+
Authorization: `Bearer ${authToken}`,
|
|
24
|
+
Accept: "application/json",
|
|
25
|
+
},
|
|
26
|
+
});
|
|
27
|
+
return {
|
|
28
|
+
success: true,
|
|
29
|
+
data: response.data,
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
catch (error) {
|
|
33
|
+
console.error("Error retrieving FileVault2 recovery key: ", error);
|
|
34
|
+
return {
|
|
35
|
+
success: false,
|
|
36
|
+
error: error instanceof Error ? error.message : "Unknown error",
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
exports.default = getFileVaultRecoveryKey;
|
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
const restartJamfComputerById = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
|
|
12
|
+
const { authToken, subdomain } = authParams;
|
|
13
|
+
const { computerId } = params;
|
|
14
|
+
if (!subdomain || !authToken) {
|
|
15
|
+
throw new Error("Instance and authToken are required to fetch Jamf user computer ID");
|
|
16
|
+
}
|
|
17
|
+
const url = `https://${subdomain}.jamfcloud.com`;
|
|
18
|
+
try {
|
|
19
|
+
yield axiosClient.post(`${url}/api/command/v1/computers/${computerId}/restart`, {
|
|
20
|
+
headers: {
|
|
21
|
+
Authorization: `Bearer ${authToken}`,
|
|
22
|
+
Accept: "application/json",
|
|
23
|
+
},
|
|
24
|
+
});
|
|
25
|
+
return {
|
|
26
|
+
success: true,
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
catch (error) {
|
|
30
|
+
console.error("Error restarting Jamf computer: ", error);
|
|
31
|
+
return {
|
|
32
|
+
success: false,
|
|
33
|
+
error: error instanceof Error ? error.message : "Unknown error",
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
export default restartJamfComputerById;
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
const publicCommentOnServiceDeskRequest = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
|
|
12
|
+
const { issueId, comment } = params;
|
|
13
|
+
const { authToken, cloudId } = authParams;
|
|
14
|
+
if (!cloudId || !authToken) {
|
|
15
|
+
throw new Error("Valid Cloud ID and auth token are required to get service desks");
|
|
16
|
+
}
|
|
17
|
+
const baseUrl = `https://api.atlassian.com/ex/jira/${cloudId}/rest/servicedeskapi/request/${issueId}/comment`;
|
|
18
|
+
try {
|
|
19
|
+
const response = yield axiosClient.post(baseUrl, {
|
|
20
|
+
body: comment,
|
|
21
|
+
public: true,
|
|
22
|
+
}, {
|
|
23
|
+
headers: {
|
|
24
|
+
Authorization: `Bearer ${authToken}`,
|
|
25
|
+
Accept: "application/json",
|
|
26
|
+
"Content-Type": "application/json",
|
|
27
|
+
},
|
|
28
|
+
});
|
|
29
|
+
const webLink = response.data._links.self;
|
|
30
|
+
return {
|
|
31
|
+
success: true,
|
|
32
|
+
commentUrl: webLink,
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
catch (error) {
|
|
36
|
+
console.error("Error creating service desk request: ", error);
|
|
37
|
+
return {
|
|
38
|
+
success: false,
|
|
39
|
+
error: error instanceof Error ? error.message : "Unknown error",
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
export default publicCommentOnServiceDeskRequest;
|
|
@@ -9,14 +9,21 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
};
|
|
10
10
|
import { WebClient } from "@slack/web-api";
|
|
11
11
|
import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants.js";
|
|
12
|
+
import { getSlackChannels } from "./helpers.js";
|
|
12
13
|
const archiveChannel = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
|
|
13
14
|
if (!authParams.authToken) {
|
|
14
15
|
throw new Error(MISSING_AUTH_TOKEN);
|
|
15
16
|
}
|
|
16
17
|
try {
|
|
17
18
|
const client = new WebClient(authParams.authToken);
|
|
18
|
-
const {
|
|
19
|
-
const
|
|
19
|
+
const { channelName } = params;
|
|
20
|
+
const allChannels = yield getSlackChannels(client);
|
|
21
|
+
const channel = allChannels.find(channel => channel.name == channelName);
|
|
22
|
+
if (!channel || !channel.id) {
|
|
23
|
+
throw Error(`Channel with name ${channelName} not found`);
|
|
24
|
+
}
|
|
25
|
+
yield client.conversations.join({ channel: channel.id });
|
|
26
|
+
const result = yield client.conversations.archive({ channel: channel.id });
|
|
20
27
|
if (!result.ok) {
|
|
21
28
|
return {
|
|
22
29
|
success: false,
|
package/package.json
CHANGED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
const axios_1 = __importDefault(require("axios"));
|
|
16
|
-
function getConfluenceApi(baseUrl, username, apiToken) {
|
|
17
|
-
const api = axios_1.default.create({
|
|
18
|
-
baseURL: baseUrl,
|
|
19
|
-
headers: {
|
|
20
|
-
Accept: "application/json",
|
|
21
|
-
// Tokens are associated with a specific user.
|
|
22
|
-
Authorization: `Basic ${Buffer.from(`${username}:${apiToken}`).toString("base64")}`,
|
|
23
|
-
},
|
|
24
|
-
});
|
|
25
|
-
return api;
|
|
26
|
-
}
|
|
27
|
-
const confluenceUpdatePage = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
|
|
28
|
-
const { pageId, username, content, title } = params;
|
|
29
|
-
const { baseUrl, authToken } = authParams;
|
|
30
|
-
const api = getConfluenceApi(baseUrl, username, authToken);
|
|
31
|
-
// Get current version number
|
|
32
|
-
const response = yield api.get(`/api/v2/pages/${pageId}`);
|
|
33
|
-
const currVersion = response.data.version.number;
|
|
34
|
-
yield api.put(`/api/v2/pages/${pageId}`, {
|
|
35
|
-
id: pageId,
|
|
36
|
-
status: "current",
|
|
37
|
-
title,
|
|
38
|
-
body: {
|
|
39
|
-
representation: "storage",
|
|
40
|
-
value: content,
|
|
41
|
-
},
|
|
42
|
-
version: {
|
|
43
|
-
number: currVersion + 1,
|
|
44
|
-
},
|
|
45
|
-
});
|
|
46
|
-
});
|
|
47
|
-
exports.default = confluenceUpdatePage;
|