@credal/actions 0.2.107 → 0.2.109
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 +1 -0
- package/dist/actions/autogen/templates.js +315 -1
- package/dist/actions/autogen/types.d.ts +612 -0
- package/dist/actions/autogen/types.js +133 -0
- package/dist/actions/groups.js +11 -1
- package/dist/actions/providers/confluence/updatePage.d.ts +3 -0
- package/dist/actions/providers/confluence/updatePage.js +46 -0
- package/dist/actions/providers/credal/callCopilot.d.ts +3 -0
- package/dist/actions/providers/credal/callCopilot.js +36 -0
- package/dist/actions/providers/generic/fillTemplateAction.d.ts +7 -0
- package/dist/actions/providers/generic/fillTemplateAction.js +18 -0
- package/dist/actions/providers/generic/genericApiCall.d.ts +3 -0
- package/dist/actions/providers/generic/genericApiCall.js +38 -0
- package/dist/actions/providers/github/getBranch.d.ts +7 -0
- package/dist/actions/providers/github/getBranch.js +67 -0
- package/dist/actions/providers/google-oauth/editAGoogleCalendarEvent.js +9 -1
- package/dist/actions/providers/google-oauth/getDriveContentById.d.ts +3 -0
- package/dist/actions/providers/google-oauth/getDriveContentById.js +161 -0
- package/dist/actions/providers/google-oauth/listCalendarEvents.js +3 -0
- package/dist/actions/providers/google-oauth/scheduleCalendarMeeting.d.ts +1 -0
- package/dist/actions/providers/google-oauth/scheduleCalendarMeeting.js +50 -4
- package/dist/actions/providers/google-oauth/searchAndGetDriveContentByKeywords.d.ts +3 -0
- package/dist/actions/providers/google-oauth/searchAndGetDriveContentByKeywords.js +47 -0
- package/dist/actions/providers/google-oauth/searchDriveAndGetContentByKeywords.d.ts +3 -0
- package/dist/actions/providers/google-oauth/searchDriveAndGetContentByKeywords.js +110 -0
- package/dist/actions/providers/google-oauth/searchDriveAndGetContentByQuery.d.ts +3 -0
- package/dist/actions/providers/google-oauth/searchDriveAndGetContentByQuery.js +78 -0
- package/dist/actions/providers/google-oauth/utils/extractContentFromDriveFileId.d.ts +15 -0
- package/dist/actions/providers/google-oauth/utils/extractContentFromDriveFileId.js +129 -0
- package/dist/actions/providers/googlemaps/nearbysearch.d.ts +3 -0
- package/dist/actions/providers/googlemaps/nearbysearch.js +96 -0
- package/dist/actions/providers/math/index.d.ts +1 -0
- package/dist/actions/providers/math/index.js +37 -0
- package/dist/actions/providers/slack/index.d.ts +1 -0
- package/dist/actions/providers/slack/index.js +37 -0
- package/dist/actions/providers/slack/listConversations.d.ts +3 -0
- package/dist/actions/providers/slack/listConversations.js +41 -0
- package/dist/actions/providers/snowflake/runSnowflakeQueryWriteResultsToS3.d.ts +3 -0
- package/dist/actions/providers/snowflake/runSnowflakeQueryWriteResultsToS3.js +154 -0
- package/dist/actions/providers/x/scrapeTweetDataWithNitter.d.ts +3 -0
- package/dist/actions/providers/x/scrapeTweetDataWithNitter.js +45 -0
- package/dist/actions/providers/zendesk/addCommentToTicket.js +2 -1
- package/dist/actions/providers/zendesk/assignTicket.js +2 -1
- package/dist/actions/providers/zendesk/createZendeskTicket.js +2 -1
- package/dist/actions/providers/zendesk/getTicketDetails.js +3 -2
- package/dist/actions/providers/zendesk/listTickets.js +2 -1
- package/dist/actions/providers/zendesk/searchZendeskByQuery.js +2 -1
- package/dist/actions/providers/zendesk/updateTicketStatus.js +2 -1
- package/dist/actions/util/axiosClient.d.ts +4 -1
- package/dist/actions/util/axiosClient.js +7 -3
- package/dist/utils/datetime.d.ts +1 -0
- package/dist/utils/datetime.js +7 -0
- package/package.json +1 -1
- package/dist/actions/providers/github/fetchFile.d.ts +0 -3
- package/dist/actions/providers/github/fetchFile.js +0 -131
- package/dist/actions/providers/github/getContents.d.ts +0 -3
- package/dist/actions/providers/github/getContents.js +0 -41
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { genericFillTemplateParamsSchema, genericFillTemplateOutputSchema, confluenceOverwritePageParamsSchema, confluenceOverwritePageOutputSchema, googlemapsValidateAddressOutputSchema, googlemapsValidateAddressParamsSchema, googleOauthCreateNewGoogleDocParamsSchema, googleOauthCreateNewGoogleDocOutputSchema, mathAddOutputSchema, mathAddParamsSchema, mongoInsertMongoDocOutputSchema, mongoInsertMongoDocParamsSchema, slackSendMessageOutputSchema, slackSendMessageParamsSchema, slackGetChannelMessagesOutputSchema, slackGetChannelMessagesParamsSchema, slackCreateChannelParamsSchema, slackCreateChannelOutputSchema, snowflakeGetRowByFieldValueOutputSchema, snowflakeGetRowByFieldValueParamsSchema, zendeskCreateZendeskTicketOutputSchema, zendeskCreateZendeskTicketParamsSchema, zendeskGetTicketDetailsOutputSchema, zendeskGetTicketDetailsParamsSchema, zendeskUpdateTicketStatusOutputSchema, zendeskUpdateTicketStatusParamsSchema, zendeskAddCommentToTicketOutputSchema, zendeskAddCommentToTicketParamsSchema, zendeskAssignTicketOutputSchema, zendeskAssignTicketParamsSchema, zendeskListZendeskTicketsOutputSchema, zendeskListZendeskTicketsParamsSchema, zendeskSearchZendeskByQueryOutputSchema, zendeskSearchZendeskByQueryParamsSchema, jiraAssignJiraTicketParamsSchema, jiraAssignJiraTicketOutputSchema, jiraCommentJiraTicketParamsSchema, jiraCommentJiraTicketOutputSchema, jiraCreateJiraTicketParamsSchema, jiraCreateJiraTicketOutputSchema, jiraGetJiraTicketDetailsParamsSchema, jiraGetJiraTicketDetailsOutputSchema, jiraGetJiraTicketHistoryParamsSchema, jiraGetJiraTicketHistoryOutputSchema, jiraUpdateJiraTicketDetailsParamsSchema, jiraUpdateJiraTicketDetailsOutputSchema, jiraUpdateJiraTicketStatusParamsSchema, jiraUpdateJiraTicketStatusOutputSchema, jiraGetServiceDesksParamsSchema, jiraGetServiceDesksOutputSchema, jiraCreateServiceDeskRequestParamsSchema, jiraCreateServiceDeskRequestOutputSchema, openstreetmapGetLatitudeLongitudeFromLocationParamsSchema, openstreetmapGetLatitudeLongitudeFromLocationOutputSchema, nwsGetForecastForLocationParamsSchema, nwsGetForecastForLocationOutputSchema, googlemapsNearbysearchRestaurantsOutputSchema, googlemapsNearbysearchRestaurantsParamsSchema, firecrawlScrapeUrlOutputSchema, firecrawlScrapeUrlParamsSchema, resendSendEmailOutputSchema, resendSendEmailHtmlParamsSchema, resendSendEmailHtmlOutputSchema, firecrawlScrapeTweetDataWithNitterParamsSchema, firecrawlScrapeTweetDataWithNitterOutputSchema, resendSendEmailParamsSchema, linkedinCreateShareLinkedinPostUrlParamsSchema, linkedinCreateShareLinkedinPostUrlOutputSchema, xCreateShareXPostUrlParamsSchema, xCreateShareXPostUrlOutputSchema, finnhubSymbolLookupParamsSchema, finnhubSymbolLookupOutputSchema, finnhubGetBasicFinancialsParamsSchema, finnhubGetBasicFinancialsOutputSchema, confluenceFetchPageContentParamsSchema, confluenceFetchPageContentOutputSchema, snowflakeRunSnowflakeQueryParamsSchema, snowflakeRunSnowflakeQueryOutputSchema, lookerEnableUserByEmailParamsSchema, lookerEnableUserByEmailOutputSchema, googleOauthUpdateDocParamsSchema, googleOauthUpdateDocOutputSchema, googleOauthCreateSpreadsheetParamsSchema, googleOauthCreateSpreadsheetOutputSchema, googleOauthUpdateSpreadsheetParamsSchema, googleOauthUpdateSpreadsheetOutputSchema, googleOauthScheduleCalendarMeetingParamsSchema, googleOauthScheduleCalendarMeetingOutputSchema, googleOauthListCalendarsParamsSchema, googleOauthListCalendarsOutputSchema, googleOauthListCalendarEventsParamsSchema, googleOauthListCalendarEventsOutputSchema, googleOauthUpdateCalendarEventParamsSchema, googleOauthUpdateCalendarEventOutputSchema, googleOauthDeleteCalendarEventParamsSchema, googleOauthDeleteCalendarEventOutputSchema, googleOauthEditAGoogleCalendarEventParamsSchema, googleOauthEditAGoogleCalendarEventOutputSchema, googleOauthCreatePresentationParamsSchema, googleOauthCreatePresentationOutputSchema, googleOauthUpdatePresentationParamsSchema, googleOauthUpdatePresentationOutputSchema, googleOauthGetPresentationParamsSchema, googleOauthGetPresentationOutputSchema, googleOauthSearchDriveByKeywordsParamsSchema, googleOauthSearchDriveByKeywordsOutputSchema, googleOauthListGroupsOutputSchema, googleOauthListGroupsParamsSchema, googleOauthGetGroupOutputSchema, googleOauthGetGroupParamsSchema, googleOauthListGroupMembersOutputSchema, googleOauthListGroupMembersParamsSchema, googleOauthHasGroupMemberOutputSchema, googleOauthHasGroupMemberParamsSchema, googleOauthAddGroupMemberOutputSchema, googleOauthAddGroupMemberParamsSchema, googleOauthDeleteGroupMemberOutputSchema, googleOauthDeleteGroupMemberParamsSchema, gongGetGongTranscriptsParamsSchema, gongGetGongTranscriptsOutputSchema, ashbyCreateNoteParamsSchema, ashbyCreateNoteOutputSchema, ashbyGetCandidateInfoParamsSchema, ashbyGetCandidateInfoOutputSchema, salesforceUpdateRecordParamsSchema, salesforceUpdateRecordOutputSchema, salesforceCreateCaseParamsSchema, salesforceCreateCaseOutputSchema, salesforceGenerateSalesReportParamsSchema, salesforceGenerateSalesReportOutputSchema, salesforceGetRecordParamsSchema, salesforceGetRecordOutputSchema, ashbyListCandidatesParamsSchema, ashbyListCandidatesOutputSchema, ashbyListCandidateNotesParamsSchema, ashbyListCandidateNotesOutputSchema, ashbySearchCandidatesParamsSchema, ashbySearchCandidatesOutputSchema, ashbyCreateCandidateParamsSchema, ashbyCreateCandidateOutputSchema, ashbyUpdateCandidateParamsSchema, ashbyUpdateCandidateOutputSchema, microsoftMessageTeamsChatParamsSchema, microsoftMessageTeamsChatOutputSchema, microsoftMessageTeamsChannelParamsSchema, microsoftMessageTeamsChannelOutputSchema, salesforceGetSalesforceRecordsByQueryParamsSchema, salesforceGetSalesforceRecordsByQueryOutputSchema, asanaCommentTaskParamsSchema, asanaCommentTaskOutputSchema, asanaCreateTaskParamsSchema, asanaCreateTaskOutputSchema, asanaUpdateTaskParamsSchema, asanaUpdateTaskOutputSchema, githubCreateOrUpdateFileParamsSchema, githubCreateOrUpdateFileOutputSchema, githubCreateBranchParamsSchema, githubCreateBranchOutputSchema, githubCreatePullRequestParamsSchema, githubCreatePullRequestOutputSchema, microsoftUpdateSpreadsheetParamsSchema, microsoftUpdateSpreadsheetOutputSchema, microsoftUpdateDocumentParamsSchema, microsoftUpdateDocumentOutputSchema, microsoftGetDocumentParamsSchema, microsoftGetDocumentOutputSchema, salesforceFetchSalesforceSchemaByObjectParamsSchema, salesforceFetchSalesforceSchemaByObjectOutputSchema, githubListPullRequestsParamsSchema, githubListPullRequestsOutputSchema, jiraGetJiraIssuesByQueryOutputSchema, jiraGetJiraIssuesByQueryParamsSchema, salesforceCreateRecordParamsSchema, salesforceCreateRecordOutputSchema, firecrawlDeepResearchParamsSchema, firecrawlDeepResearchOutputSchema, bingGetTopNSearchResultUrlsParamsSchema, bingGetTopNSearchResultUrlsOutputSchema, ashbyAddCandidateToProjectParamsSchema, ashbyAddCandidateToProjectOutputSchema, microsoftCreateDocumentParamsSchema, microsoftCreateDocumentOutputSchema, kandjiGetFVRecoveryKeyForDeviceParamsSchema, kandjiGetFVRecoveryKeyForDeviceOutputSchema, asanaListAsanaTasksByProjectParamsSchema, asanaListAsanaTasksByProjectOutputSchema, asanaSearchTasksParamsSchema, asanaSearchTasksOutputSchema, asanaGetTasksDetailsParamsSchema, asanaGetTasksDetailsOutputSchema, notionSearchByTitleParamsSchema, notionSearchByTitleOutputSchema, jamfGetJamfComputerInventoryParamsSchema, jamfGetJamfComputerInventoryOutputSchema, jamfGetJamfFileVaultRecoveryKeyParamsSchema, jamfGetJamfFileVaultRecoveryKeyOutputSchema, googlemailSearchGmailMessagesOutputSchema, googlemailSearchGmailMessagesParamsSchema, googlemailListGmailThreadsOutputSchema, googlemailListGmailThreadsParamsSchema, oktaListOktaUsersParamsSchema, oktaListOktaUsersOutputSchema, oktaGetOktaUserParamsSchema, oktaGetOktaUserOutputSchema, oktaListOktaUserGroupsParamsSchema, oktaListOktaUserGroupsOutputSchema, oktaListOktaGroupsParamsSchema, oktaListOktaGroupsOutputSchema, oktaGetOktaGroupParamsSchema, oktaGetOktaGroupOutputSchema, oktaListOktaGroupMembersParamsSchema, oktaListOktaGroupMembersOutputSchema, oktaRemoveUserFromGroupParamsSchema, oktaRemoveUserFromGroupOutputSchema, oktaAddUserToGroupParamsSchema, oktaAddUserToGroupOutputSchema, oktaResetPasswordParamsSchema, oktaResetPasswordOutputSchema, oktaResetMFAParamsSchema, oktaResetMFAOutputSchema, oktaListMFAParamsSchema, oktaListMFAOutputSchema, jamfGetJamfUserComputerIdParamsSchema, jamfGetJamfUserComputerIdOutputSchema, jamfLockJamfComputerByIdParamsSchema, jamfLockJamfComputerByIdOutputSchema, oktaTriggerOktaWorkflowParamsSchema, oktaTriggerOktaWorkflowOutputSchema, gitlabSearchGroupOutputSchema, gitlabSearchGroupParamsSchema, githubSearchRepositoryOutputSchema, githubSearchRepositoryParamsSchema, githubSearchOrganizationOutputSchema, githubSearchOrganizationParamsSchema, salesforceSearchSalesforceRecordsParamsSchema, salesforceSearchSalesforceRecordsOutputSchema, googleOauthGetDriveFileContentByIdOutputSchema, googleOauthGetDriveFileContentByIdParamsSchema, googleOauthSearchDriveByQueryOutputSchema, googleOauthSearchDriveByQueryParamsSchema, googleOauthSearchDriveByQueryAndGetFileContentParamsSchema, googleOauthSearchDriveByQueryAndGetFileContentOutputSchema, googleOauthQueryGoogleBigQueryParamsSchema, googleOauthQueryGoogleBigQueryOutputSchema, githubGetFileContentParamsSchema, githubGetFileContentOutputSchema, githubListDirectoryOutputSchema, githubListDirectoryParamsSchema, githubListCommitsParamsSchema, githubListCommitsOutputSchema, githubGetPullRequestDetailsParamsSchema, githubGetPullRequestDetailsOutputSchema, linearGetIssuesParamsSchema, linearGetIssuesOutputSchema, linearGetIssueDetailsParamsSchema, linearGetIssueDetailsOutputSchema, linearGetProjectDetailsParamsSchema, linearGetProjectDetailsOutputSchema, linearGetTeamDetailsParamsSchema, linearGetTeamDetailsOutputSchema, linearGetProjectsParamsSchema, linearGetProjectsOutputSchema, linearGetTeamsParamsSchema, linearGetTeamsOutputSchema, hubspotGetContactsParamsSchema, hubspotGetContactsOutputSchema, hubspotGetContactDetailsParamsSchema, hubspotGetContactDetailsOutputSchema, hubspotGetCompaniesParamsSchema, hubspotGetCompaniesOutputSchema, hubspotGetCompanyDetailsParamsSchema, hubspotGetCompanyDetailsOutputSchema, hubspotGetDealsParamsSchema, hubspotGetDealsOutputSchema, hubspotGetDealDetailsParamsSchema, hubspotGetDealDetailsOutputSchema, hubspotGetTicketsParamsSchema, hubspotGetTicketsOutputSchema, hubspotGetTicketDetailsParamsSchema, hubspotGetTicketDetailsOutputSchema, gitlabGetFileContentParamsSchema, gitlabGetFileContentOutputSchema, jiraPublicCommentOnServiceDeskRequestParamsSchema, jiraPublicCommentOnServiceDeskRequestOutputSchema, googlemailSendGmailParamsSchema, googlemailSendGmailOutputSchema, gitlabListDirectoryParamsSchema, gitlabListDirectoryOutputSchema, firecrawlSearchAndScrapeOutputSchema, firecrawlSearchAndScrapeParamsSchema, firecrawlGetTopNSearchResultUrlsParamsSchema, firecrawlGetTopNSearchResultUrlsOutputSchema, googleOauthSearchDriveByKeywordsAndGetFileContentParamsSchema, googleOauthSearchDriveByKeywordsAndGetFileContentOutputSchema, perplexityPerplexityDeepResearchParamsSchema, perplexityPerplexityDeepResearchOutputSchema, } from "./autogen/types.js";
|
|
1
|
+
import { genericFillTemplateParamsSchema, genericFillTemplateOutputSchema, confluenceOverwritePageParamsSchema, confluenceOverwritePageOutputSchema, googlemapsValidateAddressOutputSchema, googlemapsValidateAddressParamsSchema, googleOauthCreateNewGoogleDocParamsSchema, googleOauthCreateNewGoogleDocOutputSchema, mathAddOutputSchema, mathAddParamsSchema, mongoInsertMongoDocOutputSchema, mongoInsertMongoDocParamsSchema, slackSendMessageOutputSchema, slackSendMessageParamsSchema, slackGetChannelMessagesOutputSchema, slackGetChannelMessagesParamsSchema, slackCreateChannelParamsSchema, slackCreateChannelOutputSchema, snowflakeGetRowByFieldValueOutputSchema, snowflakeGetRowByFieldValueParamsSchema, zendeskCreateZendeskTicketOutputSchema, zendeskCreateZendeskTicketParamsSchema, zendeskGetTicketDetailsOutputSchema, zendeskGetTicketDetailsParamsSchema, zendeskUpdateTicketStatusOutputSchema, zendeskUpdateTicketStatusParamsSchema, zendeskAddCommentToTicketOutputSchema, zendeskAddCommentToTicketParamsSchema, zendeskAssignTicketOutputSchema, zendeskAssignTicketParamsSchema, zendeskListZendeskTicketsOutputSchema, zendeskListZendeskTicketsParamsSchema, zendeskSearchZendeskByQueryOutputSchema, zendeskSearchZendeskByQueryParamsSchema, jiraAssignJiraTicketParamsSchema, jiraAssignJiraTicketOutputSchema, jiraCommentJiraTicketParamsSchema, jiraCommentJiraTicketOutputSchema, jiraCreateJiraTicketParamsSchema, jiraCreateJiraTicketOutputSchema, jiraGetJiraTicketDetailsParamsSchema, jiraGetJiraTicketDetailsOutputSchema, jiraGetJiraTicketHistoryParamsSchema, jiraGetJiraTicketHistoryOutputSchema, jiraUpdateJiraTicketDetailsParamsSchema, jiraUpdateJiraTicketDetailsOutputSchema, jiraUpdateJiraTicketStatusParamsSchema, jiraUpdateJiraTicketStatusOutputSchema, jiraGetServiceDesksParamsSchema, jiraGetServiceDesksOutputSchema, jiraCreateServiceDeskRequestParamsSchema, jiraCreateServiceDeskRequestOutputSchema, openstreetmapGetLatitudeLongitudeFromLocationParamsSchema, openstreetmapGetLatitudeLongitudeFromLocationOutputSchema, nwsGetForecastForLocationParamsSchema, nwsGetForecastForLocationOutputSchema, googlemapsNearbysearchRestaurantsOutputSchema, googlemapsNearbysearchRestaurantsParamsSchema, firecrawlScrapeUrlOutputSchema, firecrawlScrapeUrlParamsSchema, resendSendEmailOutputSchema, resendSendEmailHtmlParamsSchema, resendSendEmailHtmlOutputSchema, firecrawlScrapeTweetDataWithNitterParamsSchema, firecrawlScrapeTweetDataWithNitterOutputSchema, resendSendEmailParamsSchema, linkedinCreateShareLinkedinPostUrlParamsSchema, linkedinCreateShareLinkedinPostUrlOutputSchema, xCreateShareXPostUrlParamsSchema, xCreateShareXPostUrlOutputSchema, finnhubSymbolLookupParamsSchema, finnhubSymbolLookupOutputSchema, finnhubGetBasicFinancialsParamsSchema, finnhubGetBasicFinancialsOutputSchema, confluenceFetchPageContentParamsSchema, confluenceFetchPageContentOutputSchema, snowflakeRunSnowflakeQueryParamsSchema, snowflakeRunSnowflakeQueryOutputSchema, lookerEnableUserByEmailParamsSchema, lookerEnableUserByEmailOutputSchema, googleOauthUpdateDocParamsSchema, googleOauthUpdateDocOutputSchema, googleOauthCreateSpreadsheetParamsSchema, googleOauthCreateSpreadsheetOutputSchema, googleOauthUpdateSpreadsheetParamsSchema, googleOauthUpdateSpreadsheetOutputSchema, googleOauthScheduleCalendarMeetingParamsSchema, googleOauthScheduleCalendarMeetingOutputSchema, googleOauthListCalendarsParamsSchema, googleOauthListCalendarsOutputSchema, googleOauthListCalendarEventsParamsSchema, googleOauthListCalendarEventsOutputSchema, googleOauthUpdateCalendarEventParamsSchema, googleOauthUpdateCalendarEventOutputSchema, googleOauthDeleteCalendarEventParamsSchema, googleOauthDeleteCalendarEventOutputSchema, googleOauthEditAGoogleCalendarEventParamsSchema, googleOauthEditAGoogleCalendarEventOutputSchema, googleOauthCreatePresentationParamsSchema, googleOauthCreatePresentationOutputSchema, googleOauthUpdatePresentationParamsSchema, googleOauthUpdatePresentationOutputSchema, googleOauthGetPresentationParamsSchema, googleOauthGetPresentationOutputSchema, googleOauthSearchDriveByKeywordsParamsSchema, googleOauthSearchDriveByKeywordsOutputSchema, googleOauthListGroupsOutputSchema, googleOauthListGroupsParamsSchema, googleOauthGetGroupOutputSchema, googleOauthGetGroupParamsSchema, googleOauthListGroupMembersOutputSchema, googleOauthListGroupMembersParamsSchema, googleOauthHasGroupMemberOutputSchema, googleOauthHasGroupMemberParamsSchema, googleOauthAddGroupMemberOutputSchema, googleOauthAddGroupMemberParamsSchema, googleOauthDeleteGroupMemberOutputSchema, googleOauthDeleteGroupMemberParamsSchema, gongGetGongTranscriptsParamsSchema, gongGetGongTranscriptsOutputSchema, ashbyCreateNoteParamsSchema, ashbyCreateNoteOutputSchema, ashbyGetCandidateInfoParamsSchema, ashbyGetCandidateInfoOutputSchema, salesforceUpdateRecordParamsSchema, salesforceUpdateRecordOutputSchema, salesforceCreateCaseParamsSchema, salesforceCreateCaseOutputSchema, salesforceGenerateSalesReportParamsSchema, salesforceGenerateSalesReportOutputSchema, salesforceGetRecordParamsSchema, salesforceGetRecordOutputSchema, ashbyListCandidatesParamsSchema, ashbyListCandidatesOutputSchema, ashbyListCandidateNotesParamsSchema, ashbyListCandidateNotesOutputSchema, ashbySearchCandidatesParamsSchema, ashbySearchCandidatesOutputSchema, ashbyCreateCandidateParamsSchema, ashbyCreateCandidateOutputSchema, ashbyUpdateCandidateParamsSchema, ashbyUpdateCandidateOutputSchema, microsoftMessageTeamsChatParamsSchema, microsoftMessageTeamsChatOutputSchema, microsoftMessageTeamsChannelParamsSchema, microsoftMessageTeamsChannelOutputSchema, salesforceGetSalesforceRecordsByQueryParamsSchema, salesforceGetSalesforceRecordsByQueryOutputSchema, asanaCommentTaskParamsSchema, asanaCommentTaskOutputSchema, asanaCreateTaskParamsSchema, asanaCreateTaskOutputSchema, asanaUpdateTaskParamsSchema, asanaUpdateTaskOutputSchema, githubCreateOrUpdateFileParamsSchema, githubCreateOrUpdateFileOutputSchema, githubCreateBranchParamsSchema, githubCreateBranchOutputSchema, githubCreatePullRequestParamsSchema, githubCreatePullRequestOutputSchema, microsoftUpdateSpreadsheetParamsSchema, microsoftUpdateSpreadsheetOutputSchema, microsoftUpdateDocumentParamsSchema, microsoftUpdateDocumentOutputSchema, microsoftGetDocumentParamsSchema, microsoftGetDocumentOutputSchema, salesforceFetchSalesforceSchemaByObjectParamsSchema, salesforceFetchSalesforceSchemaByObjectOutputSchema, githubListPullRequestsParamsSchema, githubListPullRequestsOutputSchema, jiraGetJiraIssuesByQueryOutputSchema, jiraGetJiraIssuesByQueryParamsSchema, salesforceCreateRecordParamsSchema, salesforceCreateRecordOutputSchema, firecrawlDeepResearchParamsSchema, firecrawlDeepResearchOutputSchema, bingGetTopNSearchResultUrlsParamsSchema, bingGetTopNSearchResultUrlsOutputSchema, ashbyAddCandidateToProjectParamsSchema, ashbyAddCandidateToProjectOutputSchema, microsoftCreateDocumentParamsSchema, microsoftCreateDocumentOutputSchema, kandjiGetFVRecoveryKeyForDeviceParamsSchema, kandjiGetFVRecoveryKeyForDeviceOutputSchema, asanaListAsanaTasksByProjectParamsSchema, asanaListAsanaTasksByProjectOutputSchema, asanaSearchTasksParamsSchema, asanaSearchTasksOutputSchema, asanaGetTasksDetailsParamsSchema, asanaGetTasksDetailsOutputSchema, notionSearchByTitleParamsSchema, notionSearchByTitleOutputSchema, jamfGetJamfComputerInventoryParamsSchema, jamfGetJamfComputerInventoryOutputSchema, jamfGetJamfFileVaultRecoveryKeyParamsSchema, jamfGetJamfFileVaultRecoveryKeyOutputSchema, googlemailSearchGmailMessagesOutputSchema, googlemailSearchGmailMessagesParamsSchema, googlemailListGmailThreadsOutputSchema, googlemailListGmailThreadsParamsSchema, oktaListOktaUsersParamsSchema, oktaListOktaUsersOutputSchema, oktaGetOktaUserParamsSchema, oktaGetOktaUserOutputSchema, oktaListOktaUserGroupsParamsSchema, oktaListOktaUserGroupsOutputSchema, oktaListOktaGroupsParamsSchema, oktaListOktaGroupsOutputSchema, oktaGetOktaGroupParamsSchema, oktaGetOktaGroupOutputSchema, oktaListOktaGroupMembersParamsSchema, oktaListOktaGroupMembersOutputSchema, oktaRemoveUserFromGroupParamsSchema, oktaRemoveUserFromGroupOutputSchema, oktaAddUserToGroupParamsSchema, oktaAddUserToGroupOutputSchema, oktaResetPasswordParamsSchema, oktaResetPasswordOutputSchema, oktaResetMFAParamsSchema, oktaResetMFAOutputSchema, oktaListMFAParamsSchema, oktaListMFAOutputSchema, jamfGetJamfUserComputerIdParamsSchema, jamfGetJamfUserComputerIdOutputSchema, jamfLockJamfComputerByIdParamsSchema, jamfLockJamfComputerByIdOutputSchema, oktaTriggerOktaWorkflowParamsSchema, oktaTriggerOktaWorkflowOutputSchema, gitlabSearchGroupOutputSchema, gitlabSearchGroupParamsSchema, githubSearchRepositoryOutputSchema, githubSearchRepositoryParamsSchema, githubSearchOrganizationOutputSchema, githubSearchOrganizationParamsSchema, salesforceSearchSalesforceRecordsParamsSchema, salesforceSearchSalesforceRecordsOutputSchema, googleOauthGetDriveFileContentByIdOutputSchema, googleOauthGetDriveFileContentByIdParamsSchema, googleOauthSearchDriveByQueryOutputSchema, googleOauthSearchDriveByQueryParamsSchema, googleOauthSearchDriveByQueryAndGetFileContentParamsSchema, googleOauthSearchDriveByQueryAndGetFileContentOutputSchema, googleOauthQueryGoogleBigQueryParamsSchema, googleOauthQueryGoogleBigQueryOutputSchema, githubGetFileContentParamsSchema, githubGetFileContentOutputSchema, githubListDirectoryOutputSchema, githubListDirectoryParamsSchema, githubGetBranchParamsSchema, githubGetBranchOutputSchema, githubListCommitsParamsSchema, githubListCommitsOutputSchema, githubGetPullRequestDetailsParamsSchema, githubGetPullRequestDetailsOutputSchema, linearGetIssuesParamsSchema, linearGetIssuesOutputSchema, linearGetIssueDetailsParamsSchema, linearGetIssueDetailsOutputSchema, linearGetProjectDetailsParamsSchema, linearGetProjectDetailsOutputSchema, linearGetTeamDetailsParamsSchema, linearGetTeamDetailsOutputSchema, linearGetProjectsParamsSchema, linearGetProjectsOutputSchema, linearGetTeamsParamsSchema, linearGetTeamsOutputSchema, hubspotGetContactsParamsSchema, hubspotGetContactsOutputSchema, hubspotGetContactDetailsParamsSchema, hubspotGetContactDetailsOutputSchema, hubspotGetCompaniesParamsSchema, hubspotGetCompaniesOutputSchema, hubspotGetCompanyDetailsParamsSchema, hubspotGetCompanyDetailsOutputSchema, hubspotGetDealsParamsSchema, hubspotGetDealsOutputSchema, hubspotGetDealDetailsParamsSchema, hubspotGetDealDetailsOutputSchema, hubspotGetTicketsParamsSchema, hubspotGetTicketsOutputSchema, hubspotGetTicketDetailsParamsSchema, hubspotGetTicketDetailsOutputSchema, gitlabGetFileContentParamsSchema, gitlabGetFileContentOutputSchema, jiraPublicCommentOnServiceDeskRequestParamsSchema, jiraPublicCommentOnServiceDeskRequestOutputSchema, googlemailSendGmailParamsSchema, googlemailSendGmailOutputSchema, gitlabListDirectoryParamsSchema, gitlabListDirectoryOutputSchema, firecrawlSearchAndScrapeOutputSchema, firecrawlSearchAndScrapeParamsSchema, firecrawlGetTopNSearchResultUrlsParamsSchema, firecrawlGetTopNSearchResultUrlsOutputSchema, googleOauthSearchDriveByKeywordsAndGetFileContentParamsSchema, googleOauthSearchDriveByKeywordsAndGetFileContentOutputSchema, perplexityPerplexityDeepResearchParamsSchema, perplexityPerplexityDeepResearchOutputSchema, } 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";
|
|
@@ -123,6 +123,7 @@ import searchDriveByQueryAndGetFileContent from "./providers/google-oauth/search
|
|
|
123
123
|
import queryGoogleBigQuery from "./providers/google-oauth/queryGoogleBigQuery.js";
|
|
124
124
|
import getFileContent from "./providers/github/getFileContent.js";
|
|
125
125
|
import listDirectory from "./providers/github/listDirectory.js";
|
|
126
|
+
import getBranch from "./providers/github/getBranch.js";
|
|
126
127
|
import listCommits from "./providers/github/listCommits.js";
|
|
127
128
|
import getPullRequestDetails from "./providers/github/getPullRequestDetails.js";
|
|
128
129
|
import getIssueDetails from "./providers/linear/getIssueDetails.js";
|
|
@@ -787,6 +788,11 @@ export const ActionMapper = {
|
|
|
787
788
|
paramsSchema: githubListDirectoryParamsSchema,
|
|
788
789
|
outputSchema: githubListDirectoryOutputSchema,
|
|
789
790
|
},
|
|
791
|
+
getBranch: {
|
|
792
|
+
fn: getBranch,
|
|
793
|
+
paramsSchema: githubGetBranchParamsSchema,
|
|
794
|
+
outputSchema: githubGetBranchOutputSchema,
|
|
795
|
+
},
|
|
790
796
|
listCommits: {
|
|
791
797
|
fn: listCommits,
|
|
792
798
|
paramsSchema: githubListCommitsParamsSchema,
|
|
@@ -135,6 +135,7 @@ export declare const githubGetFileContentDefinition: ActionTemplate;
|
|
|
135
135
|
export declare const githubListDirectoryDefinition: ActionTemplate;
|
|
136
136
|
export declare const githubSearchRepositoryDefinition: ActionTemplate;
|
|
137
137
|
export declare const githubSearchOrganizationDefinition: ActionTemplate;
|
|
138
|
+
export declare const githubGetBranchDefinition: ActionTemplate;
|
|
138
139
|
export declare const githubListCommitsDefinition: ActionTemplate;
|
|
139
140
|
export declare const notionSearchByTitleDefinition: ActionTemplate;
|
|
140
141
|
export declare const jamfGetJamfFileVaultRecoveryKeyDefinition: ActionTemplate;
|
|
@@ -4447,7 +4447,7 @@ export const googleOauthUpdateDocDefinition = {
|
|
|
4447
4447
|
provider: "googleOauth",
|
|
4448
4448
|
};
|
|
4449
4449
|
export const googleOauthScheduleCalendarMeetingDefinition = {
|
|
4450
|
-
description: "Schedule a meeting on google calendar using OAuth authentication",
|
|
4450
|
+
description: "Schedule a meeting on google calendar using OAuth authentication. Supports both one-time and recurring meetings.",
|
|
4451
4451
|
scopes: [],
|
|
4452
4452
|
parameters: {
|
|
4453
4453
|
type: "object",
|
|
@@ -4489,6 +4489,48 @@ export const googleOauthScheduleCalendarMeetingDefinition = {
|
|
|
4489
4489
|
type: "string",
|
|
4490
4490
|
description: "The time zone for the meeting, IANA Time Zone identifier (e.g., 'America/New_York')",
|
|
4491
4491
|
},
|
|
4492
|
+
recurrence: {
|
|
4493
|
+
type: "object",
|
|
4494
|
+
description: "Recurring meeting configuration. If not provided, creates a one-time meeting.",
|
|
4495
|
+
properties: {
|
|
4496
|
+
frequency: {
|
|
4497
|
+
type: "string",
|
|
4498
|
+
enum: ["DAILY", "WEEKLY", "MONTHLY", "YEARLY"],
|
|
4499
|
+
description: "How often the meeting repeats",
|
|
4500
|
+
},
|
|
4501
|
+
interval: {
|
|
4502
|
+
type: "integer",
|
|
4503
|
+
minimum: 1,
|
|
4504
|
+
description: "The interval between recurrences (e.g., every 2 weeks)",
|
|
4505
|
+
},
|
|
4506
|
+
count: {
|
|
4507
|
+
type: "integer",
|
|
4508
|
+
minimum: 1,
|
|
4509
|
+
description: "Number of occurrences after which to stop the recurrence",
|
|
4510
|
+
},
|
|
4511
|
+
until: {
|
|
4512
|
+
type: "string",
|
|
4513
|
+
description: "End date for the recurrence in RFC3339 format (YYYY-MM-DDTHH:MM:SSZ)",
|
|
4514
|
+
},
|
|
4515
|
+
byDay: {
|
|
4516
|
+
type: "array",
|
|
4517
|
+
description: "Days of the week when the meeting occurs (for WEEKLY frequency)",
|
|
4518
|
+
items: {
|
|
4519
|
+
type: "string",
|
|
4520
|
+
enum: ["MO", "TU", "WE", "TH", "FR", "SA", "SU"],
|
|
4521
|
+
},
|
|
4522
|
+
},
|
|
4523
|
+
byMonthDay: {
|
|
4524
|
+
type: "array",
|
|
4525
|
+
description: "Days of the month when the meeting occurs (for MONTHLY frequency)",
|
|
4526
|
+
items: {
|
|
4527
|
+
type: "integer",
|
|
4528
|
+
minimum: 1,
|
|
4529
|
+
maximum: 31,
|
|
4530
|
+
},
|
|
4531
|
+
},
|
|
4532
|
+
},
|
|
4533
|
+
},
|
|
4492
4534
|
},
|
|
4493
4535
|
},
|
|
4494
4536
|
output: {
|
|
@@ -4507,6 +4549,10 @@ export const googleOauthScheduleCalendarMeetingDefinition = {
|
|
|
4507
4549
|
type: "string",
|
|
4508
4550
|
description: "The URL to access the scheduled event",
|
|
4509
4551
|
},
|
|
4552
|
+
eventDayOfWeek: {
|
|
4553
|
+
type: "string",
|
|
4554
|
+
description: "The day of the week when the event is scheduled (e.g., Monday, Tuesday, etc.)",
|
|
4555
|
+
},
|
|
4510
4556
|
error: {
|
|
4511
4557
|
type: "string",
|
|
4512
4558
|
description: "The error that occurred if the meeting was not scheduled successfully",
|
|
@@ -4636,10 +4682,18 @@ export const googleOauthListCalendarEventsDefinition = {
|
|
|
4636
4682
|
type: "string",
|
|
4637
4683
|
description: "Start date/time (for timed events, RFC3339 timestamp)",
|
|
4638
4684
|
},
|
|
4685
|
+
startDayOfWeek: {
|
|
4686
|
+
type: "string",
|
|
4687
|
+
description: "The day of the week when the event starts (e.g., Monday, Tuesday, etc.)",
|
|
4688
|
+
},
|
|
4639
4689
|
end: {
|
|
4640
4690
|
type: "string",
|
|
4641
4691
|
description: "End date/time (for timed events, RFC3339 timestamp)",
|
|
4642
4692
|
},
|
|
4693
|
+
endDayOfWeek: {
|
|
4694
|
+
type: "string",
|
|
4695
|
+
description: "The day of the week when the event ends (e.g., Monday, Tuesday, etc.)",
|
|
4696
|
+
},
|
|
4643
4697
|
attendees: {
|
|
4644
4698
|
type: "array",
|
|
4645
4699
|
description: "List of attendees",
|
|
@@ -4884,6 +4938,10 @@ export const googleOauthEditAGoogleCalendarEventDefinition = {
|
|
|
4884
4938
|
type: "string",
|
|
4885
4939
|
description: "The URL to access the edited event",
|
|
4886
4940
|
},
|
|
4941
|
+
eventDayOfWeek: {
|
|
4942
|
+
type: "string",
|
|
4943
|
+
description: "The day of the week when the edited event occurs (e.g., Monday, Tuesday, etc.)",
|
|
4944
|
+
},
|
|
4887
4945
|
error: {
|
|
4888
4946
|
type: "string",
|
|
4889
4947
|
description: "The error that occurred if the event was not edited successfully",
|
|
@@ -11054,6 +11112,262 @@ export const githubSearchOrganizationDefinition = {
|
|
|
11054
11112
|
name: "searchOrganization",
|
|
11055
11113
|
provider: "github",
|
|
11056
11114
|
};
|
|
11115
|
+
export const githubGetBranchDefinition = {
|
|
11116
|
+
description: "Get a branch in a GitHub repository",
|
|
11117
|
+
scopes: [],
|
|
11118
|
+
parameters: {
|
|
11119
|
+
type: "object",
|
|
11120
|
+
required: ["repositoryOwner", "repositoryName", "branchName"],
|
|
11121
|
+
properties: {
|
|
11122
|
+
repositoryOwner: {
|
|
11123
|
+
type: "string",
|
|
11124
|
+
description: "The owner of the repository",
|
|
11125
|
+
},
|
|
11126
|
+
repositoryName: {
|
|
11127
|
+
type: "string",
|
|
11128
|
+
description: "The name of the repository",
|
|
11129
|
+
},
|
|
11130
|
+
branchName: {
|
|
11131
|
+
type: "string",
|
|
11132
|
+
description: "The name of the branch to retrieve",
|
|
11133
|
+
},
|
|
11134
|
+
},
|
|
11135
|
+
},
|
|
11136
|
+
output: {
|
|
11137
|
+
type: "object",
|
|
11138
|
+
required: ["success"],
|
|
11139
|
+
properties: {
|
|
11140
|
+
success: {
|
|
11141
|
+
type: "boolean",
|
|
11142
|
+
description: "Whether the operation was successful",
|
|
11143
|
+
},
|
|
11144
|
+
error: {
|
|
11145
|
+
type: "string",
|
|
11146
|
+
description: "The error that occurred if the operation was not successful",
|
|
11147
|
+
},
|
|
11148
|
+
branch: {
|
|
11149
|
+
type: "object",
|
|
11150
|
+
description: "The branch information",
|
|
11151
|
+
properties: {
|
|
11152
|
+
name: {
|
|
11153
|
+
type: "string",
|
|
11154
|
+
description: "The name of the branch",
|
|
11155
|
+
},
|
|
11156
|
+
commit: {
|
|
11157
|
+
type: "object",
|
|
11158
|
+
description: "The commit information",
|
|
11159
|
+
properties: {
|
|
11160
|
+
sha: {
|
|
11161
|
+
type: "string",
|
|
11162
|
+
description: "The SHA of the commit",
|
|
11163
|
+
},
|
|
11164
|
+
node_id: {
|
|
11165
|
+
type: "string",
|
|
11166
|
+
description: "The node ID of the commit",
|
|
11167
|
+
},
|
|
11168
|
+
url: {
|
|
11169
|
+
type: "string",
|
|
11170
|
+
description: "The API URL of the commit",
|
|
11171
|
+
},
|
|
11172
|
+
html_url: {
|
|
11173
|
+
type: "string",
|
|
11174
|
+
description: "The HTML URL of the commit",
|
|
11175
|
+
},
|
|
11176
|
+
comments_url: {
|
|
11177
|
+
type: "string",
|
|
11178
|
+
description: "The URL for commit comments",
|
|
11179
|
+
},
|
|
11180
|
+
commit: {
|
|
11181
|
+
type: "object",
|
|
11182
|
+
description: "The git commit object",
|
|
11183
|
+
properties: {
|
|
11184
|
+
author: {
|
|
11185
|
+
type: "object",
|
|
11186
|
+
nullable: true,
|
|
11187
|
+
description: "The commit author",
|
|
11188
|
+
properties: {
|
|
11189
|
+
name: {
|
|
11190
|
+
type: "string",
|
|
11191
|
+
},
|
|
11192
|
+
email: {
|
|
11193
|
+
type: "string",
|
|
11194
|
+
},
|
|
11195
|
+
date: {
|
|
11196
|
+
type: "string",
|
|
11197
|
+
},
|
|
11198
|
+
},
|
|
11199
|
+
},
|
|
11200
|
+
committer: {
|
|
11201
|
+
type: "object",
|
|
11202
|
+
nullable: true,
|
|
11203
|
+
description: "The commit committer",
|
|
11204
|
+
properties: {
|
|
11205
|
+
name: {
|
|
11206
|
+
type: "string",
|
|
11207
|
+
},
|
|
11208
|
+
email: {
|
|
11209
|
+
type: "string",
|
|
11210
|
+
},
|
|
11211
|
+
date: {
|
|
11212
|
+
type: "string",
|
|
11213
|
+
},
|
|
11214
|
+
},
|
|
11215
|
+
},
|
|
11216
|
+
message: {
|
|
11217
|
+
type: "string",
|
|
11218
|
+
description: "The commit message",
|
|
11219
|
+
},
|
|
11220
|
+
tree: {
|
|
11221
|
+
type: "object",
|
|
11222
|
+
description: "The commit tree",
|
|
11223
|
+
properties: {
|
|
11224
|
+
sha: {
|
|
11225
|
+
type: "string",
|
|
11226
|
+
},
|
|
11227
|
+
url: {
|
|
11228
|
+
type: "string",
|
|
11229
|
+
},
|
|
11230
|
+
},
|
|
11231
|
+
},
|
|
11232
|
+
url: {
|
|
11233
|
+
type: "string",
|
|
11234
|
+
description: "The commit URL",
|
|
11235
|
+
},
|
|
11236
|
+
comment_count: {
|
|
11237
|
+
type: "integer",
|
|
11238
|
+
description: "Number of comments on the commit",
|
|
11239
|
+
},
|
|
11240
|
+
},
|
|
11241
|
+
},
|
|
11242
|
+
author: {
|
|
11243
|
+
type: "object",
|
|
11244
|
+
nullable: true,
|
|
11245
|
+
description: "The commit author user",
|
|
11246
|
+
properties: {
|
|
11247
|
+
login: {
|
|
11248
|
+
type: "string",
|
|
11249
|
+
},
|
|
11250
|
+
id: {
|
|
11251
|
+
type: "integer",
|
|
11252
|
+
},
|
|
11253
|
+
node_id: {
|
|
11254
|
+
type: "string",
|
|
11255
|
+
},
|
|
11256
|
+
avatar_url: {
|
|
11257
|
+
type: "string",
|
|
11258
|
+
},
|
|
11259
|
+
html_url: {
|
|
11260
|
+
type: "string",
|
|
11261
|
+
},
|
|
11262
|
+
type: {
|
|
11263
|
+
type: "string",
|
|
11264
|
+
},
|
|
11265
|
+
},
|
|
11266
|
+
},
|
|
11267
|
+
committer: {
|
|
11268
|
+
type: "object",
|
|
11269
|
+
nullable: true,
|
|
11270
|
+
description: "The commit committer user",
|
|
11271
|
+
properties: {
|
|
11272
|
+
login: {
|
|
11273
|
+
type: "string",
|
|
11274
|
+
},
|
|
11275
|
+
id: {
|
|
11276
|
+
type: "integer",
|
|
11277
|
+
},
|
|
11278
|
+
node_id: {
|
|
11279
|
+
type: "string",
|
|
11280
|
+
},
|
|
11281
|
+
avatar_url: {
|
|
11282
|
+
type: "string",
|
|
11283
|
+
},
|
|
11284
|
+
html_url: {
|
|
11285
|
+
type: "string",
|
|
11286
|
+
},
|
|
11287
|
+
type: {
|
|
11288
|
+
type: "string",
|
|
11289
|
+
},
|
|
11290
|
+
},
|
|
11291
|
+
},
|
|
11292
|
+
parents: {
|
|
11293
|
+
type: "array",
|
|
11294
|
+
description: "The commit parents",
|
|
11295
|
+
items: {
|
|
11296
|
+
type: "object",
|
|
11297
|
+
properties: {
|
|
11298
|
+
sha: {
|
|
11299
|
+
type: "string",
|
|
11300
|
+
},
|
|
11301
|
+
url: {
|
|
11302
|
+
type: "string",
|
|
11303
|
+
},
|
|
11304
|
+
html_url: {
|
|
11305
|
+
type: "string",
|
|
11306
|
+
},
|
|
11307
|
+
},
|
|
11308
|
+
},
|
|
11309
|
+
},
|
|
11310
|
+
},
|
|
11311
|
+
},
|
|
11312
|
+
_links: {
|
|
11313
|
+
type: "object",
|
|
11314
|
+
description: "Links related to the branch",
|
|
11315
|
+
properties: {
|
|
11316
|
+
html: {
|
|
11317
|
+
type: "string",
|
|
11318
|
+
description: "The HTML URL of the branch",
|
|
11319
|
+
},
|
|
11320
|
+
self: {
|
|
11321
|
+
type: "string",
|
|
11322
|
+
description: "The API URL of the branch",
|
|
11323
|
+
},
|
|
11324
|
+
},
|
|
11325
|
+
},
|
|
11326
|
+
protected: {
|
|
11327
|
+
type: "boolean",
|
|
11328
|
+
description: "Whether the branch is protected",
|
|
11329
|
+
},
|
|
11330
|
+
protection: {
|
|
11331
|
+
type: "object",
|
|
11332
|
+
nullable: true,
|
|
11333
|
+
description: "Branch protection details",
|
|
11334
|
+
properties: {
|
|
11335
|
+
enabled: {
|
|
11336
|
+
type: "boolean",
|
|
11337
|
+
description: "Whether protection is enabled",
|
|
11338
|
+
},
|
|
11339
|
+
required_status_checks: {
|
|
11340
|
+
type: "object",
|
|
11341
|
+
nullable: true,
|
|
11342
|
+
description: "Required status checks",
|
|
11343
|
+
properties: {
|
|
11344
|
+
enforcement_level: {
|
|
11345
|
+
type: "string",
|
|
11346
|
+
},
|
|
11347
|
+
contexts: {
|
|
11348
|
+
type: "array",
|
|
11349
|
+
items: {
|
|
11350
|
+
type: "string",
|
|
11351
|
+
},
|
|
11352
|
+
},
|
|
11353
|
+
strict: {
|
|
11354
|
+
type: "boolean",
|
|
11355
|
+
},
|
|
11356
|
+
},
|
|
11357
|
+
},
|
|
11358
|
+
},
|
|
11359
|
+
},
|
|
11360
|
+
protection_url: {
|
|
11361
|
+
type: "string",
|
|
11362
|
+
description: "The URL of the branch protection settings",
|
|
11363
|
+
},
|
|
11364
|
+
},
|
|
11365
|
+
},
|
|
11366
|
+
},
|
|
11367
|
+
},
|
|
11368
|
+
name: "getBranch",
|
|
11369
|
+
provider: "github",
|
|
11370
|
+
};
|
|
11057
11371
|
export const githubListCommitsDefinition = {
|
|
11058
11372
|
description: "List commits in a GitHub repository with optional date filtering and pagination",
|
|
11059
11373
|
scopes: [],
|