@credal/actions 0.2.194 → 0.2.195
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.
|
@@ -738,7 +738,7 @@ export const slackSendMessageDefinition = {
|
|
|
738
738
|
provider: "slack",
|
|
739
739
|
};
|
|
740
740
|
export const slackGetChannelMessagesDefinition = {
|
|
741
|
-
displayName: "
|
|
741
|
+
displayName: "List messages in a channel",
|
|
742
742
|
description: "Gets messages from a Slack channel",
|
|
743
743
|
scopes: ["channels:history"],
|
|
744
744
|
tags: [],
|
|
@@ -818,7 +818,7 @@ export const slackGetChannelMessagesDefinition = {
|
|
|
818
818
|
provider: "slack",
|
|
819
819
|
};
|
|
820
820
|
export const slackGetChannelMembersDefinition = {
|
|
821
|
-
displayName: "
|
|
821
|
+
displayName: "List members of a channel",
|
|
822
822
|
description: "Gets the members of a Slack channel",
|
|
823
823
|
scopes: ["channels:read"],
|
|
824
824
|
tags: [],
|
|
@@ -8421,7 +8421,7 @@ export const googleOauthUpdatePresentationDefinition = {
|
|
|
8421
8421
|
provider: "googleOauth",
|
|
8422
8422
|
};
|
|
8423
8423
|
export const googleOauthGetPresentationDefinition = {
|
|
8424
|
-
displayName: "
|
|
8424
|
+
displayName: "Fetch a presentation",
|
|
8425
8425
|
description: "Get a presentation by ID",
|
|
8426
8426
|
scopes: ["slides.readonly"],
|
|
8427
8427
|
tags: [],
|
|
@@ -8804,7 +8804,7 @@ export const googleOauthSearchDriveByQueryAndGetFileContentDefinition = {
|
|
|
8804
8804
|
provider: "googleOauth",
|
|
8805
8805
|
};
|
|
8806
8806
|
export const googleOauthGetDriveFileContentByIdDefinition = {
|
|
8807
|
-
displayName: "Fetch file contents",
|
|
8807
|
+
displayName: "Fetch full file contents",
|
|
8808
8808
|
description: "Get text content of a Google Drive file by its ID.",
|
|
8809
8809
|
scopes: ["drive.readonly"],
|
|
8810
8810
|
tags: [],
|
|
@@ -8942,7 +8942,7 @@ export const googleOauthListGroupsDefinition = {
|
|
|
8942
8942
|
provider: "googleOauth",
|
|
8943
8943
|
};
|
|
8944
8944
|
export const googleOauthGetGroupDefinition = {
|
|
8945
|
-
displayName: "Get
|
|
8945
|
+
displayName: "Get Group details",
|
|
8946
8946
|
description: "Get details for a specific Google Group by group email or ID.",
|
|
8947
8947
|
scopes: ["https://www.googleapis.com/auth/admin.directory.group.readonly"],
|
|
8948
8948
|
tags: [],
|
|
@@ -10761,7 +10761,7 @@ export const microsoftMessageTeamsChannelDefinition = {
|
|
|
10761
10761
|
provider: "microsoft",
|
|
10762
10762
|
};
|
|
10763
10763
|
export const microsoftGetDocumentDefinition = {
|
|
10764
|
-
displayName: "
|
|
10764
|
+
displayName: "Fetch a document",
|
|
10765
10765
|
description: "Retrieves the content of a Microsoft Office document",
|
|
10766
10766
|
scopes: ["Files.ReadWrite", "Sites.ReadWrite.All"],
|
|
10767
10767
|
tags: [],
|
|
@@ -11077,7 +11077,7 @@ export const githubListPullRequestsDefinition = {
|
|
|
11077
11077
|
provider: "github",
|
|
11078
11078
|
};
|
|
11079
11079
|
export const githubGetPullRequestDetailsDefinition = {
|
|
11080
|
-
displayName: "Fetch pull request",
|
|
11080
|
+
displayName: "Fetch pull request details",
|
|
11081
11081
|
description: "Get detailed information about a specific pull request including description, files, reviews, and status",
|
|
11082
11082
|
scopes: [],
|
|
11083
11083
|
tags: [],
|
|
@@ -11810,7 +11810,7 @@ export const githubSearchOrganizationDefinition = {
|
|
|
11810
11810
|
provider: "github",
|
|
11811
11811
|
};
|
|
11812
11812
|
export const githubGetBranchDefinition = {
|
|
11813
|
-
displayName: "Get
|
|
11813
|
+
displayName: "Get branch details",
|
|
11814
11814
|
description: "Get a branch in a GitHub repository",
|
|
11815
11815
|
scopes: [],
|
|
11816
11816
|
tags: [],
|
|
@@ -12683,7 +12683,7 @@ export const gitlabGetFileContentDefinition = {
|
|
|
12683
12683
|
provider: "gitlab",
|
|
12684
12684
|
};
|
|
12685
12685
|
export const gitlabGetMergeRequestDefinition = {
|
|
12686
|
-
displayName: "Get merge request",
|
|
12686
|
+
displayName: "Get merge request details",
|
|
12687
12687
|
description: "Get specified merge request from a GitLab repository",
|
|
12688
12688
|
scopes: [],
|
|
12689
12689
|
tags: [],
|
|
@@ -13129,7 +13129,7 @@ export const linearGetIssuesDefinition = {
|
|
|
13129
13129
|
provider: "linear",
|
|
13130
13130
|
};
|
|
13131
13131
|
export const linearGetIssueDetailsDefinition = {
|
|
13132
|
-
displayName: "Fetch issue",
|
|
13132
|
+
displayName: "Fetch issue details",
|
|
13133
13133
|
description: "Get detailed information about a Linear issue",
|
|
13134
13134
|
scopes: [],
|
|
13135
13135
|
tags: [],
|
|
@@ -13291,7 +13291,7 @@ export const linearGetIssueDetailsDefinition = {
|
|
|
13291
13291
|
provider: "linear",
|
|
13292
13292
|
};
|
|
13293
13293
|
export const linearGetProjectsDefinition = {
|
|
13294
|
-
displayName: "
|
|
13294
|
+
displayName: "List all projects",
|
|
13295
13295
|
description: "Get all Linear projects",
|
|
13296
13296
|
scopes: [],
|
|
13297
13297
|
tags: [],
|
|
@@ -13606,7 +13606,7 @@ export const linearGetTeamDetailsDefinition = {
|
|
|
13606
13606
|
provider: "linear",
|
|
13607
13607
|
};
|
|
13608
13608
|
export const linearGetTeamsDefinition = {
|
|
13609
|
-
displayName: "
|
|
13609
|
+
displayName: "List all teams",
|
|
13610
13610
|
description: "Get all teams in Linear",
|
|
13611
13611
|
scopes: [],
|
|
13612
13612
|
tags: [],
|
|
@@ -13650,7 +13650,7 @@ export const linearGetTeamsDefinition = {
|
|
|
13650
13650
|
provider: "linear",
|
|
13651
13651
|
};
|
|
13652
13652
|
export const hubspotGetContactsDefinition = {
|
|
13653
|
-
displayName: "
|
|
13653
|
+
displayName: "List all contacts",
|
|
13654
13654
|
description: "List or search HubSpot contacts by optional query",
|
|
13655
13655
|
scopes: ["oauth crm.objects.contacts.read"],
|
|
13656
13656
|
tags: [],
|
|
@@ -13715,7 +13715,7 @@ export const hubspotGetContactsDefinition = {
|
|
|
13715
13715
|
provider: "hubspot",
|
|
13716
13716
|
};
|
|
13717
13717
|
export const hubspotGetContactDetailsDefinition = {
|
|
13718
|
-
displayName: "Get details
|
|
13718
|
+
displayName: "Get contact details",
|
|
13719
13719
|
description: "Get detailed information about a specific HubSpot contact",
|
|
13720
13720
|
scopes: ["oauth crm.objects.contacts.read"],
|
|
13721
13721
|
tags: [],
|
|
@@ -13817,7 +13817,7 @@ export const hubspotGetContactDetailsDefinition = {
|
|
|
13817
13817
|
provider: "hubspot",
|
|
13818
13818
|
};
|
|
13819
13819
|
export const hubspotGetCompaniesDefinition = {
|
|
13820
|
-
displayName: "
|
|
13820
|
+
displayName: "List all companies",
|
|
13821
13821
|
description: "List or search HubSpot companies by optional query",
|
|
13822
13822
|
scopes: ["oauth crm.objects.companies.read"],
|
|
13823
13823
|
tags: [],
|
|
@@ -13878,7 +13878,7 @@ export const hubspotGetCompaniesDefinition = {
|
|
|
13878
13878
|
provider: "hubspot",
|
|
13879
13879
|
};
|
|
13880
13880
|
export const hubspotGetCompanyDetailsDefinition = {
|
|
13881
|
-
displayName: "Get details
|
|
13881
|
+
displayName: "Get company details",
|
|
13882
13882
|
description: "Get detailed information about a specific HubSpot company",
|
|
13883
13883
|
scopes: ["oauth crm.objects.companies.read"],
|
|
13884
13884
|
tags: [],
|
|
@@ -13972,7 +13972,7 @@ export const hubspotGetCompanyDetailsDefinition = {
|
|
|
13972
13972
|
provider: "hubspot",
|
|
13973
13973
|
};
|
|
13974
13974
|
export const hubspotGetDealsDefinition = {
|
|
13975
|
-
displayName: "
|
|
13975
|
+
displayName: "List all deals",
|
|
13976
13976
|
description: "List or search HubSpot deals by optional query",
|
|
13977
13977
|
scopes: ["oauth crm.objects.deals.read"],
|
|
13978
13978
|
tags: [],
|
|
@@ -14037,7 +14037,7 @@ export const hubspotGetDealsDefinition = {
|
|
|
14037
14037
|
provider: "hubspot",
|
|
14038
14038
|
};
|
|
14039
14039
|
export const hubspotGetDealDetailsDefinition = {
|
|
14040
|
-
displayName: "Get details
|
|
14040
|
+
displayName: "Get deal details",
|
|
14041
14041
|
description: "Get detailed information about a specific HubSpot deal",
|
|
14042
14042
|
scopes: ["oauth crm.objects.deals.read"],
|
|
14043
14043
|
tags: [],
|
|
@@ -14123,7 +14123,7 @@ export const hubspotGetDealDetailsDefinition = {
|
|
|
14123
14123
|
provider: "hubspot",
|
|
14124
14124
|
};
|
|
14125
14125
|
export const hubspotGetTicketsDefinition = {
|
|
14126
|
-
displayName: "
|
|
14126
|
+
displayName: "List all tickets",
|
|
14127
14127
|
description: "List or search HubSpot tickets by optional query",
|
|
14128
14128
|
scopes: ["oauth crm.objects.tickets.read"],
|
|
14129
14129
|
tags: [],
|
|
@@ -14184,7 +14184,7 @@ export const hubspotGetTicketsDefinition = {
|
|
|
14184
14184
|
provider: "hubspot",
|
|
14185
14185
|
};
|
|
14186
14186
|
export const hubspotGetTicketDetailsDefinition = {
|
|
14187
|
-
displayName: "Get details
|
|
14187
|
+
displayName: "Get ticket details",
|
|
14188
14188
|
description: "Get detailed information about a specific HubSpot ticket",
|
|
14189
14189
|
scopes: ["oauth crm.objects.tickets.read"],
|
|
14190
14190
|
tags: [],
|