@credal/actions 0.2.2 → 0.2.4
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 +374 -380
- package/dist/actions/autogen/templates.js +94 -98
- package/dist/actions/autogen/types.js +1621 -1627
- package/dist/actions/groups.js +88 -91
- package/dist/actions/invoke.js +5 -8
- package/dist/actions/parse.js +28 -33
- package/dist/actions/providers/asana/commentAsanaTask.js +5 -7
- package/dist/actions/providers/asana/createAsanaTask.js +9 -11
- package/dist/actions/providers/asana/getTasksDetails.js +9 -11
- package/dist/actions/providers/asana/listAsanaTasksByProject.js +46 -51
- package/dist/actions/providers/asana/searchAsanaTasks.js +6 -8
- package/dist/actions/providers/asana/updateAsanaTask.js +8 -10
- package/dist/actions/providers/asana/utils.js +7 -12
- package/dist/actions/providers/ashby/addCandidateToProject.js +5 -7
- package/dist/actions/providers/ashby/createCandidate.js +5 -7
- package/dist/actions/providers/ashby/createNote.js +5 -7
- package/dist/actions/providers/ashby/getCandidateInfo.js +5 -7
- package/dist/actions/providers/ashby/listCandidateNotes.js +5 -7
- package/dist/actions/providers/ashby/listCandidates.js +5 -7
- package/dist/actions/providers/ashby/searchCandidates.js +5 -7
- package/dist/actions/providers/ashby/updateCandidate.js +5 -7
- package/dist/actions/providers/bing/getTopNSearchResultUrls.js +5 -7
- package/dist/actions/providers/confluence/fetchPageContent.js +8 -10
- package/dist/actions/providers/confluence/helpers.js +1 -4
- package/dist/actions/providers/confluence/overwritePage.js +9 -11
- package/dist/actions/providers/finnhub/getBasicFinancials.js +6 -8
- package/dist/actions/providers/finnhub/symbolLookup.js +6 -8
- package/dist/actions/providers/firecrawl/deepResearch.js +5 -10
- package/dist/actions/providers/firecrawl/scrapeTweetDataWithNitter.js +5 -10
- package/dist/actions/providers/firecrawl/scrapeUrl.js +5 -10
- package/dist/actions/providers/generic/fillTemplate.js +1 -3
- package/dist/actions/providers/github/createBranch.js +4 -39
- package/dist/actions/providers/github/createOrUpdateFile.js +6 -41
- package/dist/actions/providers/github/createPullRequest.js +4 -39
- package/dist/actions/providers/github/listPullRequests.js +7 -12
- package/dist/actions/providers/gong/getGongTranscripts.js +49 -84
- package/dist/actions/providers/google-oauth/addGroupMember.js +5 -7
- package/dist/actions/providers/google-oauth/createNewGoogleDoc.js +6 -8
- package/dist/actions/providers/google-oauth/createPresentation.js +5 -7
- package/dist/actions/providers/google-oauth/createSpreadsheet.js +5 -10
- package/dist/actions/providers/google-oauth/deleteCalendarEvent.js +5 -7
- package/dist/actions/providers/google-oauth/deleteGroupMember.js +5 -7
- package/dist/actions/providers/google-oauth/getGroup.js +5 -7
- package/dist/actions/providers/google-oauth/hasGroupMember.js +5 -7
- package/dist/actions/providers/google-oauth/listCalendarEvents.js +5 -7
- package/dist/actions/providers/google-oauth/listCalendars.js +5 -7
- package/dist/actions/providers/google-oauth/listGroupMembers.js +5 -7
- package/dist/actions/providers/google-oauth/listGroups.js +5 -7
- package/dist/actions/providers/google-oauth/scheduleCalendarMeeting.js +7 -9
- package/dist/actions/providers/google-oauth/searchDriveByKeywords.js +5 -7
- package/dist/actions/providers/google-oauth/updateCalendarEvent.js +5 -7
- package/dist/actions/providers/google-oauth/updateDoc.js +5 -10
- package/dist/actions/providers/google-oauth/updatePresentation.js +5 -7
- package/dist/actions/providers/google-oauth/updateSpreadsheet.js +5 -7
- package/dist/actions/providers/google-oauth/utils/decodeMessage.js +2 -6
- package/dist/actions/providers/googlemail/listGmailThreads.js +8 -10
- package/dist/actions/providers/googlemail/searchGmailMessages.js +8 -10
- package/dist/actions/providers/googlemaps/nearbysearchRestaurants.js +5 -7
- package/dist/actions/providers/googlemaps/validateAddress.js +3 -5
- package/dist/actions/providers/jamf/getJamfComputerInventory.js +3 -5
- package/dist/actions/providers/jamf/getJamfFileVaultRecoveryKey.js +3 -5
- package/dist/actions/providers/jira/assignJiraTicket.js +5 -10
- package/dist/actions/providers/jira/commentJiraTicket.js +3 -5
- package/dist/actions/providers/jira/createJiraTicket.js +6 -8
- package/dist/actions/providers/jira/getJiraIssuesByQuery.js +4 -6
- package/dist/actions/providers/jira/getJiraTicketDetails.js +3 -5
- package/dist/actions/providers/jira/getJiraTicketHistory.js +3 -5
- package/dist/actions/providers/jira/updateJiraTicketDetails.js +3 -5
- package/dist/actions/providers/jira/updateJiraTicketStatus.js +4 -6
- package/dist/actions/providers/jira/utils.js +3 -6
- package/dist/actions/providers/kandji/getFVRecoveryKeyForDevice.js +4 -6
- package/dist/actions/providers/linkedin/createSharePostLinkedinUrl.js +1 -3
- package/dist/actions/providers/looker/enableUserByEmail.js +5 -7
- package/dist/actions/providers/math/add.js +1 -3
- package/dist/actions/providers/microsoft/createDocument.js +5 -7
- package/dist/actions/providers/microsoft/getDocument.js +3 -5
- package/dist/actions/providers/microsoft/messageTeamsChannel.js +4 -6
- package/dist/actions/providers/microsoft/messageTeamsChat.js +4 -6
- package/dist/actions/providers/microsoft/updateDocument.js +4 -6
- package/dist/actions/providers/microsoft/updateSpreadsheet.js +4 -6
- package/dist/actions/providers/microsoft/utils.js +6 -10
- package/dist/actions/providers/mongodb/insertMongoDoc.js +3 -5
- package/dist/actions/providers/notion/searchByTitle.js +5 -10
- package/dist/actions/providers/nws/getForecastForLocation.js +7 -9
- package/dist/actions/providers/openstreetmap/getLatitudeLongitudeFromLocation.js +3 -5
- package/dist/actions/providers/resend/sendEmail.js +6 -8
- package/dist/actions/providers/salesforce/createCase.js +3 -5
- package/dist/actions/providers/salesforce/createRecord.js +4 -6
- package/dist/actions/providers/salesforce/fetchSalesforceSchema.js +3 -5
- package/dist/actions/providers/salesforce/generateSalesReport.js +3 -5
- package/dist/actions/providers/salesforce/getRecord.js +3 -5
- package/dist/actions/providers/salesforce/getSalesforceRecordsByQuery.js +4 -6
- package/dist/actions/providers/salesforce/updateRecord.js +3 -5
- package/dist/actions/providers/slack/getChannelMessages.js +7 -9
- package/dist/actions/providers/slack/helpers.js +1 -4
- package/dist/actions/providers/slack/sendMessage.js +10 -12
- package/dist/actions/providers/snowflake/auth/getSnowflakeConnection.js +4 -41
- package/dist/actions/providers/snowflake/getRowByFieldValue.js +3 -5
- package/dist/actions/providers/snowflake/runSnowflakeQuery.js +8 -13
- package/dist/actions/providers/x/createXSharePostUrl.js +1 -3
- package/dist/actions/providers/zendesk/addCommentToTicket.js +5 -7
- package/dist/actions/providers/zendesk/assignTicket.js +5 -7
- package/dist/actions/providers/zendesk/createZendeskTicket.js +5 -7
- package/dist/actions/providers/zendesk/getTicketDetails.js +5 -7
- package/dist/actions/providers/zendesk/listTickets.js +5 -7
- package/dist/actions/providers/zendesk/updateTicketStatus.js +5 -7
- package/dist/actions/util/axiosClient.js +4 -11
- package/dist/actions/util/formatDataForCodeInterpreter.js +1 -4
- package/dist/actions/util/missingAuthConstants.js +2 -5
- package/dist/app.js +5 -42
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -24
- package/dist/server.d.ts +2 -0
- package/dist/server.js +8 -0
- package/dist/utils/datetime.js +4 -8
- package/dist/utils/string.js +1 -4
- package/package.json +2 -1
- package/dist/actions/providers/credal/callCopilot.d.ts +0 -3
- package/dist/actions/providers/credal/callCopilot.js +0 -36
- package/dist/actions/providers/google-oauth/listGmailThreads.d.ts +0 -3
- package/dist/actions/providers/google-oauth/listGmailThreads.js +0 -98
- package/dist/actions/providers/google-oauth/searchGmailMessages.d.ts +0 -3
- package/dist/actions/providers/google-oauth/searchGmailMessages.js +0 -91
- package/dist/actions/providers/jamf/getComputerInventory.d.ts +0 -3
- package/dist/actions/providers/jamf/getComputerInventory.js +0 -45
- package/dist/actions/providers/jamf/getFileVaultRecoveryKey.d.ts +0 -3
- package/dist/actions/providers/jamf/getFileVaultRecoveryKey.js +0 -40
- package/dist/actions/providers/math/index.d.ts +0 -1
- package/dist/actions/providers/math/index.js +0 -37
- package/dist/actions/providers/slack/index.d.ts +0 -1
- package/dist/actions/providers/slack/index.js +0 -37
- package/dist/actions/providers/slack/listConversations.d.ts +0 -3
- package/dist/actions/providers/slack/listConversations.js +0 -41
@@ -1,8 +1,4 @@
|
|
1
|
-
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.googleOauthCreateSpreadsheetDefinition = exports.googleOauthDeleteCalendarEventDefinition = exports.googleOauthUpdateCalendarEventDefinition = exports.googleOauthListCalendarEventsDefinition = exports.googleOauthListCalendarsDefinition = exports.googleOauthScheduleCalendarMeetingDefinition = exports.googleOauthUpdateDocDefinition = exports.googleOauthCreateNewGoogleDocDefinition = exports.googleOauthSearchFilesByKeywordsDefinition = exports.resendSendEmailDefinition = exports.firecrawlScrapeTweetDataWithNitterDefinition = exports.firecrawlScrapeUrlDefinition = exports.firecrawlDeepResearchDefinition = exports.nwsGetForecastForLocationDefinition = exports.openstreetmapGetLatitudeLongitudeFromLocationDefinition = exports.snowflakeRunSnowflakeQueryDefinition = exports.snowflakeGetRowByFieldValueDefinition = exports.mongoInsertMongoDocDefinition = exports.xCreateShareXPostUrlDefinition = exports.linkedinCreateShareLinkedinPostUrlDefinition = exports.zendeskAssignTicketDefinition = exports.zendeskAddCommentToTicketDefinition = exports.zendeskUpdateTicketStatusDefinition = exports.zendeskGetTicketDetailsDefinition = exports.zendeskListZendeskTicketsDefinition = exports.zendeskCreateZendeskTicketDefinition = exports.bingGetTopNSearchResultUrlsDefinition = exports.googlemapsNearbysearchRestaurantsDefinition = exports.googlemapsValidateAddressDefinition = exports.kandjiGetFVRecoveryKeyForDeviceDefinition = exports.jiraGetJiraIssuesByQueryDefinition = exports.jiraUpdateJiraTicketStatusDefinition = exports.jiraUpdateJiraTicketDetailsDefinition = exports.jiraGetJiraTicketHistoryDefinition = exports.jiraGetJiraTicketDetailsDefinition = exports.jiraCreateJiraTicketDefinition = exports.jiraCommentJiraTicketDefinition = exports.jiraAssignJiraTicketDefinition = exports.confluenceFetchPageContentDefinition = exports.confluenceOverwritePageDefinition = exports.mathAddDefinition = exports.slackGetChannelMessagesDefinition = exports.slackSendMessageDefinition = exports.asanaGetTasksDetailsDefinition = exports.asanaSearchTasksDefinition = exports.asanaUpdateTaskDefinition = exports.asanaCreateTaskDefinition = exports.asanaListAsanaTasksByProjectDefinition = exports.asanaCommentTaskDefinition = exports.genericFillTemplateDefinition = void 0;
|
4
|
-
exports.jamfGetJamfComputerInventoryDefinition = exports.jamfGetJamfFileVaultRecoveryKeyDefinition = exports.notionSearchByTitleDefinition = exports.githubListPullRequestsDefinition = exports.githubCreatePullRequestDefinition = exports.githubCreateBranchDefinition = exports.githubCreateOrUpdateFileDefinition = exports.microsoftGetDocumentDefinition = exports.microsoftMessageTeamsChannelDefinition = exports.microsoftMessageTeamsChatDefinition = exports.microsoftUpdateSpreadsheetDefinition = exports.microsoftUpdateDocumentDefinition = exports.microsoftCreateDocumentDefinition = exports.salesforceFetchSalesforceSchemaByObjectDefinition = exports.salesforceGetRecordDefinition = exports.salesforceGetSalesforceRecordsByQueryDefinition = exports.salesforceGenerateSalesReportDefinition = exports.salesforceCreateCaseDefinition = exports.salesforceCreateRecordDefinition = exports.salesforceUpdateRecordDefinition = exports.ashbyUpdateCandidateDefinition = exports.ashbyCreateCandidateDefinition = exports.ashbyListCandidateNotesDefinition = exports.ashbySearchCandidatesDefinition = exports.ashbyListCandidatesDefinition = exports.ashbyAddCandidateToProjectDefinition = exports.ashbyGetCandidateInfoDefinition = exports.ashbyCreateNoteDefinition = exports.lookerEnableUserByEmailDefinition = exports.finnhubGetBasicFinancialsDefinition = exports.finnhubSymbolLookupDefinition = exports.gongGetGongTranscriptsDefinition = exports.googlemailListGmailThreadsDefinition = exports.googlemailSearchGmailMessagesDefinition = exports.googleOauthDeleteGroupMemberDefinition = exports.googleOauthAddGroupMemberDefinition = exports.googleOauthHasGroupMemberDefinition = exports.googleOauthListGroupMembersDefinition = exports.googleOauthGetGroupDefinition = exports.googleOauthListGroupsDefinition = exports.googleOauthSearchDriveByKeywordsDefinition = exports.googleOauthUpdatePresentationDefinition = exports.googleOauthCreatePresentationDefinition = exports.googleOauthUpdateSpreadsheetDefinition = void 0;
|
5
|
-
exports.genericFillTemplateDefinition = {
|
1
|
+
export const genericFillTemplateDefinition = {
|
6
2
|
description: "Simple utility that takes a template and returns it filled in",
|
7
3
|
scopes: [],
|
8
4
|
parameters: {
|
@@ -28,7 +24,7 @@ exports.genericFillTemplateDefinition = {
|
|
28
24
|
name: "fillTemplate",
|
29
25
|
provider: "generic",
|
30
26
|
};
|
31
|
-
|
27
|
+
export const asanaCommentTaskDefinition = {
|
32
28
|
description: "Comments on an Asana task with specified content",
|
33
29
|
scopes: [],
|
34
30
|
parameters: {
|
@@ -70,7 +66,7 @@ exports.asanaCommentTaskDefinition = {
|
|
70
66
|
name: "commentTask",
|
71
67
|
provider: "asana",
|
72
68
|
};
|
73
|
-
|
69
|
+
export const asanaListAsanaTasksByProjectDefinition = {
|
74
70
|
description: "List all tasks associated with an Asana project and their data",
|
75
71
|
scopes: [],
|
76
72
|
parameters: {
|
@@ -237,7 +233,7 @@ exports.asanaListAsanaTasksByProjectDefinition = {
|
|
237
233
|
name: "listAsanaTasksByProject",
|
238
234
|
provider: "asana",
|
239
235
|
};
|
240
|
-
|
236
|
+
export const asanaCreateTaskDefinition = {
|
241
237
|
description: "Create an Asana task with specified content using optional template",
|
242
238
|
scopes: [],
|
243
239
|
parameters: {
|
@@ -300,7 +296,7 @@ exports.asanaCreateTaskDefinition = {
|
|
300
296
|
name: "createTask",
|
301
297
|
provider: "asana",
|
302
298
|
};
|
303
|
-
|
299
|
+
export const asanaUpdateTaskDefinition = {
|
304
300
|
description: "Updates a Asana task with specified content",
|
305
301
|
scopes: [],
|
306
302
|
parameters: {
|
@@ -363,7 +359,7 @@ exports.asanaUpdateTaskDefinition = {
|
|
363
359
|
name: "updateTask",
|
364
360
|
provider: "asana",
|
365
361
|
};
|
366
|
-
|
362
|
+
export const asanaSearchTasksDefinition = {
|
367
363
|
description: "List all tasks associated with search query",
|
368
364
|
scopes: [],
|
369
365
|
parameters: {
|
@@ -416,7 +412,7 @@ exports.asanaSearchTasksDefinition = {
|
|
416
412
|
name: "searchTasks",
|
417
413
|
provider: "asana",
|
418
414
|
};
|
419
|
-
|
415
|
+
export const asanaGetTasksDetailsDefinition = {
|
420
416
|
description: "Retrieve detailed information (assignee, comments, description, title, etc.) for a list of task IDs",
|
421
417
|
scopes: [],
|
422
418
|
parameters: {
|
@@ -506,7 +502,7 @@ exports.asanaGetTasksDetailsDefinition = {
|
|
506
502
|
name: "getTasksDetails",
|
507
503
|
provider: "asana",
|
508
504
|
};
|
509
|
-
|
505
|
+
export const slackSendMessageDefinition = {
|
510
506
|
description: "Sends a message to a Slack channel",
|
511
507
|
scopes: ["chat:write"],
|
512
508
|
parameters: {
|
@@ -540,7 +536,7 @@ exports.slackSendMessageDefinition = {
|
|
540
536
|
name: "sendMessage",
|
541
537
|
provider: "slack",
|
542
538
|
};
|
543
|
-
|
539
|
+
export const slackGetChannelMessagesDefinition = {
|
544
540
|
description: "Gets messages from a Slack channel",
|
545
541
|
scopes: ["channels:history"],
|
546
542
|
parameters: {
|
@@ -589,7 +585,7 @@ exports.slackGetChannelMessagesDefinition = {
|
|
589
585
|
name: "getChannelMessages",
|
590
586
|
provider: "slack",
|
591
587
|
};
|
592
|
-
|
588
|
+
export const mathAddDefinition = {
|
593
589
|
description: "Adds two numbers together",
|
594
590
|
scopes: [],
|
595
591
|
parameters: {
|
@@ -619,7 +615,7 @@ exports.mathAddDefinition = {
|
|
619
615
|
name: "add",
|
620
616
|
provider: "math",
|
621
617
|
};
|
622
|
-
|
618
|
+
export const confluenceOverwritePageDefinition = {
|
623
619
|
description: "Updates a Confluence page with the new content specified",
|
624
620
|
scopes: [],
|
625
621
|
parameters: {
|
@@ -643,7 +639,7 @@ exports.confluenceOverwritePageDefinition = {
|
|
643
639
|
name: "overwritePage",
|
644
640
|
provider: "confluence",
|
645
641
|
};
|
646
|
-
|
642
|
+
export const confluenceFetchPageContentDefinition = {
|
647
643
|
description: "Fetches content from a Confluence page",
|
648
644
|
scopes: [],
|
649
645
|
parameters: {
|
@@ -677,7 +673,7 @@ exports.confluenceFetchPageContentDefinition = {
|
|
677
673
|
name: "fetchPageContent",
|
678
674
|
provider: "confluence",
|
679
675
|
};
|
680
|
-
|
676
|
+
export const jiraAssignJiraTicketDefinition = {
|
681
677
|
description: "Assigns/Re-assignes a Jira ticket to a specified user",
|
682
678
|
scopes: ["write:jira-work", "read:jira-user"],
|
683
679
|
parameters: {
|
@@ -719,7 +715,7 @@ exports.jiraAssignJiraTicketDefinition = {
|
|
719
715
|
name: "assignJiraTicket",
|
720
716
|
provider: "jira",
|
721
717
|
};
|
722
|
-
|
718
|
+
export const jiraCommentJiraTicketDefinition = {
|
723
719
|
description: "Comments on a Jira ticket with specified content",
|
724
720
|
scopes: ["write:comment:jira"],
|
725
721
|
parameters: {
|
@@ -761,7 +757,7 @@ exports.jiraCommentJiraTicketDefinition = {
|
|
761
757
|
name: "commentJiraTicket",
|
762
758
|
provider: "jira",
|
763
759
|
};
|
764
|
-
|
760
|
+
export const jiraCreateJiraTicketDefinition = {
|
765
761
|
description: "Create a jira ticket with new content specified",
|
766
762
|
scopes: [],
|
767
763
|
parameters: {
|
@@ -812,7 +808,7 @@ exports.jiraCreateJiraTicketDefinition = {
|
|
812
808
|
name: "createJiraTicket",
|
813
809
|
provider: "jira",
|
814
810
|
};
|
815
|
-
|
811
|
+
export const jiraGetJiraTicketDetailsDefinition = {
|
816
812
|
description: "Get details of a ticket in Jira",
|
817
813
|
scopes: ["read:jira-work"],
|
818
814
|
parameters: {
|
@@ -850,7 +846,7 @@ exports.jiraGetJiraTicketDetailsDefinition = {
|
|
850
846
|
name: "getJiraTicketDetails",
|
851
847
|
provider: "jira",
|
852
848
|
};
|
853
|
-
|
849
|
+
export const jiraGetJiraTicketHistoryDefinition = {
|
854
850
|
description: "Get ticket history of a ticket in Jira",
|
855
851
|
scopes: ["read:jira-work"],
|
856
852
|
parameters: {
|
@@ -888,7 +884,7 @@ exports.jiraGetJiraTicketHistoryDefinition = {
|
|
888
884
|
name: "getJiraTicketHistory",
|
889
885
|
provider: "jira",
|
890
886
|
};
|
891
|
-
|
887
|
+
export const jiraUpdateJiraTicketDetailsDefinition = {
|
892
888
|
description: "Update a Jira ticket with new content specified",
|
893
889
|
scopes: ["write:jira-work"],
|
894
890
|
parameters: {
|
@@ -935,7 +931,7 @@ exports.jiraUpdateJiraTicketDetailsDefinition = {
|
|
935
931
|
name: "updateJiraTicketDetails",
|
936
932
|
provider: "jira",
|
937
933
|
};
|
938
|
-
|
934
|
+
export const jiraUpdateJiraTicketStatusDefinition = {
|
939
935
|
description: "Updates the status of Jira ticket with specified status",
|
940
936
|
scopes: ["read:jira-work", "write:jira-work"],
|
941
937
|
parameters: {
|
@@ -977,7 +973,7 @@ exports.jiraUpdateJiraTicketStatusDefinition = {
|
|
977
973
|
name: "updateJiraTicketStatus",
|
978
974
|
provider: "jira",
|
979
975
|
};
|
980
|
-
|
976
|
+
export const jiraGetJiraIssuesByQueryDefinition = {
|
981
977
|
description: "Retrieve Jira Issues by JQL query",
|
982
978
|
scopes: [],
|
983
979
|
parameters: {
|
@@ -1022,7 +1018,7 @@ exports.jiraGetJiraIssuesByQueryDefinition = {
|
|
1022
1018
|
name: "getJiraIssuesByQuery",
|
1023
1019
|
provider: "jira",
|
1024
1020
|
};
|
1025
|
-
|
1021
|
+
export const kandjiGetFVRecoveryKeyForDeviceDefinition = {
|
1026
1022
|
description: "Get the FileVault recovery key for a device",
|
1027
1023
|
scopes: [],
|
1028
1024
|
parameters: {
|
@@ -1060,7 +1056,7 @@ exports.kandjiGetFVRecoveryKeyForDeviceDefinition = {
|
|
1060
1056
|
name: "getFVRecoveryKeyForDevice",
|
1061
1057
|
provider: "kandji",
|
1062
1058
|
};
|
1063
|
-
|
1059
|
+
export const googlemapsValidateAddressDefinition = {
|
1064
1060
|
description: "Validate a Google Maps address",
|
1065
1061
|
scopes: [],
|
1066
1062
|
parameters: {
|
@@ -1227,7 +1223,7 @@ exports.googlemapsValidateAddressDefinition = {
|
|
1227
1223
|
name: "validateAddress",
|
1228
1224
|
provider: "googlemaps",
|
1229
1225
|
};
|
1230
|
-
|
1226
|
+
export const googlemapsNearbysearchRestaurantsDefinition = {
|
1231
1227
|
description: "Search for nearby places using Google Maps",
|
1232
1228
|
scopes: [],
|
1233
1229
|
parameters: {
|
@@ -1294,7 +1290,7 @@ exports.googlemapsNearbysearchRestaurantsDefinition = {
|
|
1294
1290
|
name: "nearbysearchRestaurants",
|
1295
1291
|
provider: "googlemaps",
|
1296
1292
|
};
|
1297
|
-
|
1293
|
+
export const bingGetTopNSearchResultUrlsDefinition = {
|
1298
1294
|
description: "Get the top five search result URLs from Bing",
|
1299
1295
|
scopes: [],
|
1300
1296
|
parameters: {
|
@@ -1341,7 +1337,7 @@ exports.bingGetTopNSearchResultUrlsDefinition = {
|
|
1341
1337
|
name: "getTopNSearchResultUrls",
|
1342
1338
|
provider: "bing",
|
1343
1339
|
};
|
1344
|
-
|
1340
|
+
export const zendeskCreateZendeskTicketDefinition = {
|
1345
1341
|
description: "Create a ticket in Zendesk",
|
1346
1342
|
scopes: [],
|
1347
1343
|
parameters: {
|
@@ -1379,7 +1375,7 @@ exports.zendeskCreateZendeskTicketDefinition = {
|
|
1379
1375
|
name: "createZendeskTicket",
|
1380
1376
|
provider: "zendesk",
|
1381
1377
|
};
|
1382
|
-
|
1378
|
+
export const zendeskListZendeskTicketsDefinition = {
|
1383
1379
|
description: "List tickets in Zendesk from the past 3 months",
|
1384
1380
|
scopes: [],
|
1385
1381
|
parameters: {
|
@@ -1416,7 +1412,7 @@ exports.zendeskListZendeskTicketsDefinition = {
|
|
1416
1412
|
name: "listZendeskTickets",
|
1417
1413
|
provider: "zendesk",
|
1418
1414
|
};
|
1419
|
-
|
1415
|
+
export const zendeskGetTicketDetailsDefinition = {
|
1420
1416
|
description: "Get details of a ticket in Zendesk",
|
1421
1417
|
scopes: [],
|
1422
1418
|
parameters: {
|
@@ -1446,7 +1442,7 @@ exports.zendeskGetTicketDetailsDefinition = {
|
|
1446
1442
|
name: "getTicketDetails",
|
1447
1443
|
provider: "zendesk",
|
1448
1444
|
};
|
1449
|
-
|
1445
|
+
export const zendeskUpdateTicketStatusDefinition = {
|
1450
1446
|
description: "Update the status of a ticket in Zendesk",
|
1451
1447
|
scopes: [],
|
1452
1448
|
parameters: {
|
@@ -1470,7 +1466,7 @@ exports.zendeskUpdateTicketStatusDefinition = {
|
|
1470
1466
|
name: "updateTicketStatus",
|
1471
1467
|
provider: "zendesk",
|
1472
1468
|
};
|
1473
|
-
|
1469
|
+
export const zendeskAddCommentToTicketDefinition = {
|
1474
1470
|
description: "Add a comment to a ticket in Zendesk",
|
1475
1471
|
scopes: [],
|
1476
1472
|
parameters: {
|
@@ -1505,7 +1501,7 @@ exports.zendeskAddCommentToTicketDefinition = {
|
|
1505
1501
|
name: "addCommentToTicket",
|
1506
1502
|
provider: "zendesk",
|
1507
1503
|
};
|
1508
|
-
|
1504
|
+
export const zendeskAssignTicketDefinition = {
|
1509
1505
|
description: "Assign a ticket in Zendesk to a specific user",
|
1510
1506
|
scopes: [],
|
1511
1507
|
parameters: {
|
@@ -1529,7 +1525,7 @@ exports.zendeskAssignTicketDefinition = {
|
|
1529
1525
|
name: "assignTicket",
|
1530
1526
|
provider: "zendesk",
|
1531
1527
|
};
|
1532
|
-
|
1528
|
+
export const linkedinCreateShareLinkedinPostUrlDefinition = {
|
1533
1529
|
description: "Create a share linkedin post link",
|
1534
1530
|
scopes: [],
|
1535
1531
|
parameters: {
|
@@ -1559,7 +1555,7 @@ exports.linkedinCreateShareLinkedinPostUrlDefinition = {
|
|
1559
1555
|
name: "createShareLinkedinPostUrl",
|
1560
1556
|
provider: "linkedin",
|
1561
1557
|
};
|
1562
|
-
|
1558
|
+
export const xCreateShareXPostUrlDefinition = {
|
1563
1559
|
description: "Create a share X (formerly twitter) post link",
|
1564
1560
|
scopes: [],
|
1565
1561
|
parameters: {
|
@@ -1604,7 +1600,7 @@ exports.xCreateShareXPostUrlDefinition = {
|
|
1604
1600
|
name: "createShareXPostUrl",
|
1605
1601
|
provider: "x",
|
1606
1602
|
};
|
1607
|
-
|
1603
|
+
export const mongoInsertMongoDocDefinition = {
|
1608
1604
|
description: "Insert a document into a MongoDB collection",
|
1609
1605
|
scopes: [],
|
1610
1606
|
parameters: {
|
@@ -1638,7 +1634,7 @@ exports.mongoInsertMongoDocDefinition = {
|
|
1638
1634
|
name: "insertMongoDoc",
|
1639
1635
|
provider: "mongo",
|
1640
1636
|
};
|
1641
|
-
|
1637
|
+
export const snowflakeGetRowByFieldValueDefinition = {
|
1642
1638
|
description: "Get a row from a Snowflake table by a field value",
|
1643
1639
|
scopes: [],
|
1644
1640
|
parameters: {
|
@@ -1694,7 +1690,7 @@ exports.snowflakeGetRowByFieldValueDefinition = {
|
|
1694
1690
|
name: "getRowByFieldValue",
|
1695
1691
|
provider: "snowflake",
|
1696
1692
|
};
|
1697
|
-
|
1693
|
+
export const snowflakeRunSnowflakeQueryDefinition = {
|
1698
1694
|
description: "Execute a Snowflake query and return output.",
|
1699
1695
|
scopes: [],
|
1700
1696
|
parameters: {
|
@@ -1762,7 +1758,7 @@ exports.snowflakeRunSnowflakeQueryDefinition = {
|
|
1762
1758
|
name: "runSnowflakeQuery",
|
1763
1759
|
provider: "snowflake",
|
1764
1760
|
};
|
1765
|
-
|
1761
|
+
export const openstreetmapGetLatitudeLongitudeFromLocationDefinition = {
|
1766
1762
|
description: "Get the latitude and longitude of a location",
|
1767
1763
|
scopes: [],
|
1768
1764
|
parameters: {
|
@@ -1806,7 +1802,7 @@ exports.openstreetmapGetLatitudeLongitudeFromLocationDefinition = {
|
|
1806
1802
|
name: "getLatitudeLongitudeFromLocation",
|
1807
1803
|
provider: "openstreetmap",
|
1808
1804
|
};
|
1809
|
-
|
1805
|
+
export const nwsGetForecastForLocationDefinition = {
|
1810
1806
|
description: "Get the weather forecast for a location using latitude and longitude",
|
1811
1807
|
scopes: [],
|
1812
1808
|
parameters: {
|
@@ -1854,7 +1850,7 @@ exports.nwsGetForecastForLocationDefinition = {
|
|
1854
1850
|
name: "getForecastForLocation",
|
1855
1851
|
provider: "nws",
|
1856
1852
|
};
|
1857
|
-
|
1853
|
+
export const firecrawlDeepResearchDefinition = {
|
1858
1854
|
description: "Deep research on a topic using Firecrawl",
|
1859
1855
|
scopes: [],
|
1860
1856
|
parameters: {
|
@@ -1914,7 +1910,7 @@ exports.firecrawlDeepResearchDefinition = {
|
|
1914
1910
|
name: "deepResearch",
|
1915
1911
|
provider: "firecrawl",
|
1916
1912
|
};
|
1917
|
-
|
1913
|
+
export const firecrawlScrapeUrlDefinition = {
|
1918
1914
|
description: "Scrape a URL and get website content using Firecrawl",
|
1919
1915
|
scopes: [],
|
1920
1916
|
parameters: {
|
@@ -1940,7 +1936,7 @@ exports.firecrawlScrapeUrlDefinition = {
|
|
1940
1936
|
name: "scrapeUrl",
|
1941
1937
|
provider: "firecrawl",
|
1942
1938
|
};
|
1943
|
-
|
1939
|
+
export const firecrawlScrapeTweetDataWithNitterDefinition = {
|
1944
1940
|
description: "Given A tweet URL scrape the tweet data with nitter+firecrawl",
|
1945
1941
|
scopes: [],
|
1946
1942
|
parameters: {
|
@@ -1966,7 +1962,7 @@ exports.firecrawlScrapeTweetDataWithNitterDefinition = {
|
|
1966
1962
|
name: "scrapeTweetDataWithNitter",
|
1967
1963
|
provider: "firecrawl",
|
1968
1964
|
};
|
1969
|
-
|
1965
|
+
export const resendSendEmailDefinition = {
|
1970
1966
|
description: "Send an email using Resend",
|
1971
1967
|
scopes: [],
|
1972
1968
|
parameters: {
|
@@ -2004,7 +2000,7 @@ exports.resendSendEmailDefinition = {
|
|
2004
2000
|
name: "sendEmail",
|
2005
2001
|
provider: "resend",
|
2006
2002
|
};
|
2007
|
-
|
2003
|
+
export const googleOauthSearchFilesByKeywordsDefinition = {
|
2008
2004
|
description: "Search Google Drive files that contain one or more keywords in their full text.",
|
2009
2005
|
scopes: ["https://www.googleapis.com/auth/drive.readonly"],
|
2010
2006
|
parameters: {
|
@@ -2063,7 +2059,7 @@ exports.googleOauthSearchFilesByKeywordsDefinition = {
|
|
2063
2059
|
name: "searchFilesByKeywords",
|
2064
2060
|
provider: "googleOauth",
|
2065
2061
|
};
|
2066
|
-
|
2062
|
+
export const googleOauthCreateNewGoogleDocDefinition = {
|
2067
2063
|
description: "Create a new Google Docs document using OAuth authentication",
|
2068
2064
|
scopes: [],
|
2069
2065
|
parameters: {
|
@@ -2097,7 +2093,7 @@ exports.googleOauthCreateNewGoogleDocDefinition = {
|
|
2097
2093
|
name: "createNewGoogleDoc",
|
2098
2094
|
provider: "googleOauth",
|
2099
2095
|
};
|
2100
|
-
|
2096
|
+
export const googleOauthUpdateDocDefinition = {
|
2101
2097
|
description: "Update an existing Google Docs document using OAuth authentication with batch requests",
|
2102
2098
|
scopes: [],
|
2103
2099
|
parameters: {
|
@@ -3208,7 +3204,7 @@ exports.googleOauthUpdateDocDefinition = {
|
|
3208
3204
|
name: "updateDoc",
|
3209
3205
|
provider: "googleOauth",
|
3210
3206
|
};
|
3211
|
-
|
3207
|
+
export const googleOauthScheduleCalendarMeetingDefinition = {
|
3212
3208
|
description: "Schedule a meeting on google calendar using OAuth authentication",
|
3213
3209
|
scopes: [],
|
3214
3210
|
parameters: {
|
@@ -3274,7 +3270,7 @@ exports.googleOauthScheduleCalendarMeetingDefinition = {
|
|
3274
3270
|
name: "scheduleCalendarMeeting",
|
3275
3271
|
provider: "googleOauth",
|
3276
3272
|
};
|
3277
|
-
|
3273
|
+
export const googleOauthListCalendarsDefinition = {
|
3278
3274
|
description: "List all Google Calendars for the authenticated user",
|
3279
3275
|
scopes: ["https://www.googleapis.com/auth/calendar.readonly"],
|
3280
3276
|
parameters: {
|
@@ -3322,7 +3318,7 @@ exports.googleOauthListCalendarsDefinition = {
|
|
3322
3318
|
name: "listCalendars",
|
3323
3319
|
provider: "googleOauth",
|
3324
3320
|
};
|
3325
|
-
|
3321
|
+
export const googleOauthListCalendarEventsDefinition = {
|
3326
3322
|
description: "List events on a Google Calendar, optionally searching by query.",
|
3327
3323
|
scopes: ["https://www.googleapis.com/auth/calendar.readonly"],
|
3328
3324
|
parameters: {
|
@@ -3449,7 +3445,7 @@ exports.googleOauthListCalendarEventsDefinition = {
|
|
3449
3445
|
name: "listCalendarEvents",
|
3450
3446
|
provider: "googleOauth",
|
3451
3447
|
};
|
3452
|
-
|
3448
|
+
export const googleOauthUpdateCalendarEventDefinition = {
|
3453
3449
|
description: "Update an event on a Google Calendar using OAuth authentication",
|
3454
3450
|
scopes: ["https://www.googleapis.com/auth/calendar"],
|
3455
3451
|
parameters: {
|
@@ -3543,7 +3539,7 @@ exports.googleOauthUpdateCalendarEventDefinition = {
|
|
3543
3539
|
name: "updateCalendarEvent",
|
3544
3540
|
provider: "googleOauth",
|
3545
3541
|
};
|
3546
|
-
|
3542
|
+
export const googleOauthDeleteCalendarEventDefinition = {
|
3547
3543
|
description: "Delete an event from a Google Calendar using OAuth authentication",
|
3548
3544
|
scopes: ["https://www.googleapis.com/auth/calendar"],
|
3549
3545
|
parameters: {
|
@@ -3577,7 +3573,7 @@ exports.googleOauthDeleteCalendarEventDefinition = {
|
|
3577
3573
|
name: "deleteCalendarEvent",
|
3578
3574
|
provider: "googleOauth",
|
3579
3575
|
};
|
3580
|
-
|
3576
|
+
export const googleOauthCreateSpreadsheetDefinition = {
|
3581
3577
|
description: "Create a new Google Spreadsheet using OAuth authentication",
|
3582
3578
|
scopes: [],
|
3583
3579
|
parameters: {
|
@@ -3689,7 +3685,7 @@ exports.googleOauthCreateSpreadsheetDefinition = {
|
|
3689
3685
|
name: "createSpreadsheet",
|
3690
3686
|
provider: "googleOauth",
|
3691
3687
|
};
|
3692
|
-
|
3688
|
+
export const googleOauthUpdateSpreadsheetDefinition = {
|
3693
3689
|
description: "Update a Google Spreadsheet with new content specified",
|
3694
3690
|
scopes: [],
|
3695
3691
|
parameters: {
|
@@ -4072,7 +4068,7 @@ exports.googleOauthUpdateSpreadsheetDefinition = {
|
|
4072
4068
|
name: "updateSpreadsheet",
|
4073
4069
|
provider: "googleOauth",
|
4074
4070
|
};
|
4075
|
-
|
4071
|
+
export const googleOauthCreatePresentationDefinition = {
|
4076
4072
|
description: "Create a Google Presentation",
|
4077
4073
|
scopes: [],
|
4078
4074
|
parameters: {
|
@@ -4145,7 +4141,7 @@ exports.googleOauthCreatePresentationDefinition = {
|
|
4145
4141
|
name: "createPresentation",
|
4146
4142
|
provider: "googleOauth",
|
4147
4143
|
};
|
4148
|
-
|
4144
|
+
export const googleOauthUpdatePresentationDefinition = {
|
4149
4145
|
description: "Update a Google Presentation",
|
4150
4146
|
scopes: [],
|
4151
4147
|
parameters: {
|
@@ -5434,7 +5430,7 @@ exports.googleOauthUpdatePresentationDefinition = {
|
|
5434
5430
|
name: "updatePresentation",
|
5435
5431
|
provider: "googleOauth",
|
5436
5432
|
};
|
5437
|
-
|
5433
|
+
export const googleOauthSearchDriveByKeywordsDefinition = {
|
5438
5434
|
description: "Search Google Drive files that contain one or more keywords in their full text.",
|
5439
5435
|
scopes: ["drive.readonly"],
|
5440
5436
|
parameters: {
|
@@ -5493,7 +5489,7 @@ exports.googleOauthSearchDriveByKeywordsDefinition = {
|
|
5493
5489
|
name: "searchDriveByKeywords",
|
5494
5490
|
provider: "googleOauth",
|
5495
5491
|
};
|
5496
|
-
|
5492
|
+
export const googleOauthListGroupsDefinition = {
|
5497
5493
|
description: "List all Google Groups for the customer.",
|
5498
5494
|
scopes: ["https://www.googleapis.com/auth/admin.directory.group.readonly"],
|
5499
5495
|
parameters: {
|
@@ -5549,7 +5545,7 @@ exports.googleOauthListGroupsDefinition = {
|
|
5549
5545
|
name: "listGroups",
|
5550
5546
|
provider: "googleOauth",
|
5551
5547
|
};
|
5552
|
-
|
5548
|
+
export const googleOauthGetGroupDefinition = {
|
5553
5549
|
description: "Get details for a specific Google Group by group email or ID.",
|
5554
5550
|
scopes: ["https://www.googleapis.com/auth/admin.directory.group.readonly"],
|
5555
5551
|
parameters: {
|
@@ -5601,7 +5597,7 @@ exports.googleOauthGetGroupDefinition = {
|
|
5601
5597
|
name: "getGroup",
|
5602
5598
|
provider: "googleOauth",
|
5603
5599
|
};
|
5604
|
-
|
5600
|
+
export const googleOauthListGroupMembersDefinition = {
|
5605
5601
|
description: "List all members of a Google Group.",
|
5606
5602
|
scopes: ["https://www.googleapis.com/auth/admin.directory.group.member.readonly"],
|
5607
5603
|
parameters: {
|
@@ -5661,7 +5657,7 @@ exports.googleOauthListGroupMembersDefinition = {
|
|
5661
5657
|
name: "listGroupMembers",
|
5662
5658
|
provider: "googleOauth",
|
5663
5659
|
};
|
5664
|
-
|
5660
|
+
export const googleOauthHasGroupMemberDefinition = {
|
5665
5661
|
description: "Check if a user is a member of a Google Group.",
|
5666
5662
|
scopes: ["https://www.googleapis.com/auth/admin.directory.group.member.readonly"],
|
5667
5663
|
parameters: {
|
@@ -5699,7 +5695,7 @@ exports.googleOauthHasGroupMemberDefinition = {
|
|
5699
5695
|
name: "hasGroupMember",
|
5700
5696
|
provider: "googleOauth",
|
5701
5697
|
};
|
5702
|
-
|
5698
|
+
export const googleOauthAddGroupMemberDefinition = {
|
5703
5699
|
description: "Add a member to a Google Group.",
|
5704
5700
|
scopes: ["https://www.googleapis.com/auth/admin.directory.group.member"],
|
5705
5701
|
parameters: {
|
@@ -5737,7 +5733,7 @@ exports.googleOauthAddGroupMemberDefinition = {
|
|
5737
5733
|
name: "addGroupMember",
|
5738
5734
|
provider: "googleOauth",
|
5739
5735
|
};
|
5740
|
-
|
5736
|
+
export const googleOauthDeleteGroupMemberDefinition = {
|
5741
5737
|
description: "Remove a member from a Google Group.",
|
5742
5738
|
scopes: ["https://www.googleapis.com/auth/admin.directory.group.member"],
|
5743
5739
|
parameters: {
|
@@ -5771,7 +5767,7 @@ exports.googleOauthDeleteGroupMemberDefinition = {
|
|
5771
5767
|
name: "deleteGroupMember",
|
5772
5768
|
provider: "googleOauth",
|
5773
5769
|
};
|
5774
|
-
|
5770
|
+
export const googlemailSearchGmailMessagesDefinition = {
|
5775
5771
|
description: "Search Gmail messages in a user's inbox using a query string.",
|
5776
5772
|
scopes: ["https://www.googleapis.com/auth/gmail.readonly"],
|
5777
5773
|
parameters: {
|
@@ -5841,7 +5837,7 @@ exports.googlemailSearchGmailMessagesDefinition = {
|
|
5841
5837
|
name: "searchGmailMessages",
|
5842
5838
|
provider: "googlemail",
|
5843
5839
|
};
|
5844
|
-
|
5840
|
+
export const googlemailListGmailThreadsDefinition = {
|
5845
5841
|
description: "List Gmail threads in a user's inbox using a query string.",
|
5846
5842
|
scopes: ["https://www.googleapis.com/auth/gmail.readonly"],
|
5847
5843
|
parameters: {
|
@@ -5923,7 +5919,7 @@ exports.googlemailListGmailThreadsDefinition = {
|
|
5923
5919
|
name: "listGmailThreads",
|
5924
5920
|
provider: "googlemail",
|
5925
5921
|
};
|
5926
|
-
|
5922
|
+
export const gongGetGongTranscriptsDefinition = {
|
5927
5923
|
description: "Get sales call transcripts from Gong",
|
5928
5924
|
scopes: [],
|
5929
5925
|
parameters: {
|
@@ -6040,7 +6036,7 @@ exports.gongGetGongTranscriptsDefinition = {
|
|
6040
6036
|
name: "getGongTranscripts",
|
6041
6037
|
provider: "gong",
|
6042
6038
|
};
|
6043
|
-
|
6039
|
+
export const finnhubSymbolLookupDefinition = {
|
6044
6040
|
description: "Look up a stock symbol by name",
|
6045
6041
|
scopes: [],
|
6046
6042
|
parameters: {
|
@@ -6080,7 +6076,7 @@ exports.finnhubSymbolLookupDefinition = {
|
|
6080
6076
|
name: "symbolLookup",
|
6081
6077
|
provider: "finnhub",
|
6082
6078
|
};
|
6083
|
-
|
6079
|
+
export const finnhubGetBasicFinancialsDefinition = {
|
6084
6080
|
description: "Get company basic financials such as margin, P/E ratio, 52-week high/low etc.",
|
6085
6081
|
scopes: [],
|
6086
6082
|
parameters: {
|
@@ -6172,7 +6168,7 @@ exports.finnhubGetBasicFinancialsDefinition = {
|
|
6172
6168
|
name: "getBasicFinancials",
|
6173
6169
|
provider: "finnhub",
|
6174
6170
|
};
|
6175
|
-
|
6171
|
+
export const lookerEnableUserByEmailDefinition = {
|
6176
6172
|
description: "Search for a Looker user by email and enable them if disabled",
|
6177
6173
|
scopes: [],
|
6178
6174
|
parameters: {
|
@@ -6233,7 +6229,7 @@ exports.lookerEnableUserByEmailDefinition = {
|
|
6233
6229
|
name: "enableUserByEmail",
|
6234
6230
|
provider: "looker",
|
6235
6231
|
};
|
6236
|
-
|
6232
|
+
export const ashbyCreateNoteDefinition = {
|
6237
6233
|
description: "Creates a note on a candidate",
|
6238
6234
|
scopes: [],
|
6239
6235
|
parameters: {
|
@@ -6253,7 +6249,7 @@ exports.ashbyCreateNoteDefinition = {
|
|
6253
6249
|
name: "createNote",
|
6254
6250
|
provider: "ashby",
|
6255
6251
|
};
|
6256
|
-
|
6252
|
+
export const ashbyGetCandidateInfoDefinition = {
|
6257
6253
|
description: "Gets a candidate's information",
|
6258
6254
|
scopes: [],
|
6259
6255
|
parameters: {
|
@@ -6280,7 +6276,7 @@ exports.ashbyGetCandidateInfoDefinition = {
|
|
6280
6276
|
name: "getCandidateInfo",
|
6281
6277
|
provider: "ashby",
|
6282
6278
|
};
|
6283
|
-
|
6279
|
+
export const ashbyAddCandidateToProjectDefinition = {
|
6284
6280
|
description: "Adds a candidate to a project",
|
6285
6281
|
scopes: [],
|
6286
6282
|
parameters: {
|
@@ -6300,7 +6296,7 @@ exports.ashbyAddCandidateToProjectDefinition = {
|
|
6300
6296
|
name: "addCandidateToProject",
|
6301
6297
|
provider: "ashby",
|
6302
6298
|
};
|
6303
|
-
|
6299
|
+
export const ashbyListCandidatesDefinition = {
|
6304
6300
|
description: "Lists all candidates",
|
6305
6301
|
scopes: [],
|
6306
6302
|
output: {
|
@@ -6316,7 +6312,7 @@ exports.ashbyListCandidatesDefinition = {
|
|
6316
6312
|
name: "listCandidates",
|
6317
6313
|
provider: "ashby",
|
6318
6314
|
};
|
6319
|
-
|
6315
|
+
export const ashbySearchCandidatesDefinition = {
|
6320
6316
|
description: "Search for candidates by email and/or name.",
|
6321
6317
|
scopes: [],
|
6322
6318
|
parameters: {
|
@@ -6346,7 +6342,7 @@ exports.ashbySearchCandidatesDefinition = {
|
|
6346
6342
|
name: "searchCandidates",
|
6347
6343
|
provider: "ashby",
|
6348
6344
|
};
|
6349
|
-
|
6345
|
+
export const ashbyListCandidateNotesDefinition = {
|
6350
6346
|
description: "Lists all notes on a candidate",
|
6351
6347
|
scopes: [],
|
6352
6348
|
parameters: {
|
@@ -6372,7 +6368,7 @@ exports.ashbyListCandidateNotesDefinition = {
|
|
6372
6368
|
name: "listCandidateNotes",
|
6373
6369
|
provider: "ashby",
|
6374
6370
|
};
|
6375
|
-
|
6371
|
+
export const ashbyCreateCandidateDefinition = {
|
6376
6372
|
description: "Creates a candidate",
|
6377
6373
|
scopes: [],
|
6378
6374
|
parameters: {
|
@@ -6441,7 +6437,7 @@ exports.ashbyCreateCandidateDefinition = {
|
|
6441
6437
|
name: "createCandidate",
|
6442
6438
|
provider: "ashby",
|
6443
6439
|
};
|
6444
|
-
|
6440
|
+
export const ashbyUpdateCandidateDefinition = {
|
6445
6441
|
description: "Updates a candidate",
|
6446
6442
|
scopes: [],
|
6447
6443
|
parameters: {
|
@@ -6536,7 +6532,7 @@ exports.ashbyUpdateCandidateDefinition = {
|
|
6536
6532
|
name: "updateCandidate",
|
6537
6533
|
provider: "ashby",
|
6538
6534
|
};
|
6539
|
-
|
6535
|
+
export const salesforceUpdateRecordDefinition = {
|
6540
6536
|
description: "Update a record in Salesforce",
|
6541
6537
|
scopes: [],
|
6542
6538
|
parameters: {
|
@@ -6577,7 +6573,7 @@ exports.salesforceUpdateRecordDefinition = {
|
|
6577
6573
|
name: "updateRecord",
|
6578
6574
|
provider: "salesforce",
|
6579
6575
|
};
|
6580
|
-
|
6576
|
+
export const salesforceCreateRecordDefinition = {
|
6581
6577
|
description: "Create a record in Salesforce",
|
6582
6578
|
scopes: [],
|
6583
6579
|
parameters: {
|
@@ -6618,7 +6614,7 @@ exports.salesforceCreateRecordDefinition = {
|
|
6618
6614
|
name: "createRecord",
|
6619
6615
|
provider: "salesforce",
|
6620
6616
|
};
|
6621
|
-
|
6617
|
+
export const salesforceCreateCaseDefinition = {
|
6622
6618
|
description: "Create a case or support ticket in Salesforce",
|
6623
6619
|
scopes: [],
|
6624
6620
|
parameters: {
|
@@ -6671,7 +6667,7 @@ exports.salesforceCreateCaseDefinition = {
|
|
6671
6667
|
name: "createCase",
|
6672
6668
|
provider: "salesforce",
|
6673
6669
|
};
|
6674
|
-
|
6670
|
+
export const salesforceGenerateSalesReportDefinition = {
|
6675
6671
|
description: "Generate a sales report from Salesforce",
|
6676
6672
|
scopes: [],
|
6677
6673
|
parameters: {
|
@@ -6723,7 +6719,7 @@ exports.salesforceGenerateSalesReportDefinition = {
|
|
6723
6719
|
name: "generateSalesReport",
|
6724
6720
|
provider: "salesforce",
|
6725
6721
|
};
|
6726
|
-
|
6722
|
+
export const salesforceGetSalesforceRecordsByQueryDefinition = {
|
6727
6723
|
description: "Retrieve Salesforce records by SOQL query",
|
6728
6724
|
scopes: [],
|
6729
6725
|
parameters: {
|
@@ -6768,7 +6764,7 @@ exports.salesforceGetSalesforceRecordsByQueryDefinition = {
|
|
6768
6764
|
name: "getSalesforceRecordsByQuery",
|
6769
6765
|
provider: "salesforce",
|
6770
6766
|
};
|
6771
|
-
|
6767
|
+
export const salesforceGetRecordDefinition = {
|
6772
6768
|
description: "Retrieve a record from Salesforce",
|
6773
6769
|
scopes: [],
|
6774
6770
|
parameters: {
|
@@ -6809,7 +6805,7 @@ exports.salesforceGetRecordDefinition = {
|
|
6809
6805
|
name: "getRecord",
|
6810
6806
|
provider: "salesforce",
|
6811
6807
|
};
|
6812
|
-
|
6808
|
+
export const salesforceFetchSalesforceSchemaByObjectDefinition = {
|
6813
6809
|
description: "Fetch the schema of a Salesforce object",
|
6814
6810
|
scopes: [],
|
6815
6811
|
parameters: {
|
@@ -6846,7 +6842,7 @@ exports.salesforceFetchSalesforceSchemaByObjectDefinition = {
|
|
6846
6842
|
name: "fetchSalesforceSchemaByObject",
|
6847
6843
|
provider: "salesforce",
|
6848
6844
|
};
|
6849
|
-
|
6845
|
+
export const microsoftCreateDocumentDefinition = {
|
6850
6846
|
description: "Creates a new Office365 document",
|
6851
6847
|
scopes: ["Files.ReadWrite", "Sites.Manage.All", "Sites.ReadWrite.All"],
|
6852
6848
|
parameters: {
|
@@ -6900,7 +6896,7 @@ exports.microsoftCreateDocumentDefinition = {
|
|
6900
6896
|
name: "createDocument",
|
6901
6897
|
provider: "microsoft",
|
6902
6898
|
};
|
6903
|
-
|
6899
|
+
export const microsoftUpdateDocumentDefinition = {
|
6904
6900
|
description: "Updates a Office365 document",
|
6905
6901
|
scopes: ["Files.ReadWrite", "Sites.ReadWrite.All"],
|
6906
6902
|
parameters: {
|
@@ -6942,7 +6938,7 @@ exports.microsoftUpdateDocumentDefinition = {
|
|
6942
6938
|
name: "updateDocument",
|
6943
6939
|
provider: "microsoft",
|
6944
6940
|
};
|
6945
|
-
|
6941
|
+
export const microsoftUpdateSpreadsheetDefinition = {
|
6946
6942
|
description: "Updates a Microsoft Excel spreadsheet",
|
6947
6943
|
scopes: ["Files.ReadWrite", "Sites.ReadWrite.All"],
|
6948
6944
|
parameters: {
|
@@ -6994,7 +6990,7 @@ exports.microsoftUpdateSpreadsheetDefinition = {
|
|
6994
6990
|
name: "updateSpreadsheet",
|
6995
6991
|
provider: "microsoft",
|
6996
6992
|
};
|
6997
|
-
|
6993
|
+
export const microsoftMessageTeamsChatDefinition = {
|
6998
6994
|
description: "Sends a message to a Microsoft Teams chat",
|
6999
6995
|
scopes: ["ChatMessage.Send"],
|
7000
6996
|
parameters: {
|
@@ -7032,7 +7028,7 @@ exports.microsoftMessageTeamsChatDefinition = {
|
|
7032
7028
|
name: "messageTeamsChat",
|
7033
7029
|
provider: "microsoft",
|
7034
7030
|
};
|
7035
|
-
|
7031
|
+
export const microsoftMessageTeamsChannelDefinition = {
|
7036
7032
|
description: "Sends a message to a Microsoft Teams channel",
|
7037
7033
|
scopes: ["ChannelMessage.Send"],
|
7038
7034
|
parameters: {
|
@@ -7074,7 +7070,7 @@ exports.microsoftMessageTeamsChannelDefinition = {
|
|
7074
7070
|
name: "messageTeamsChannel",
|
7075
7071
|
provider: "microsoft",
|
7076
7072
|
};
|
7077
|
-
|
7073
|
+
export const microsoftGetDocumentDefinition = {
|
7078
7074
|
description: "Retrieves the content of a Microsoft Office document",
|
7079
7075
|
scopes: ["Files.ReadWrite", "Sites.ReadWrite.All"],
|
7080
7076
|
parameters: {
|
@@ -7112,7 +7108,7 @@ exports.microsoftGetDocumentDefinition = {
|
|
7112
7108
|
name: "getDocument",
|
7113
7109
|
provider: "microsoft",
|
7114
7110
|
};
|
7115
|
-
|
7111
|
+
export const githubCreateOrUpdateFileDefinition = {
|
7116
7112
|
description: "Create or update a file in a GitHub repository",
|
7117
7113
|
scopes: [],
|
7118
7114
|
parameters: {
|
@@ -7175,7 +7171,7 @@ exports.githubCreateOrUpdateFileDefinition = {
|
|
7175
7171
|
name: "createOrUpdateFile",
|
7176
7172
|
provider: "github",
|
7177
7173
|
};
|
7178
|
-
|
7174
|
+
export const githubCreateBranchDefinition = {
|
7179
7175
|
description: "Create a new branch in a GitHub repository",
|
7180
7176
|
scopes: [],
|
7181
7177
|
parameters: {
|
@@ -7217,7 +7213,7 @@ exports.githubCreateBranchDefinition = {
|
|
7217
7213
|
name: "createBranch",
|
7218
7214
|
provider: "github",
|
7219
7215
|
};
|
7220
|
-
|
7216
|
+
export const githubCreatePullRequestDefinition = {
|
7221
7217
|
description: "Create a pull request in a GitHub repository",
|
7222
7218
|
scopes: [],
|
7223
7219
|
parameters: {
|
@@ -7275,7 +7271,7 @@ exports.githubCreatePullRequestDefinition = {
|
|
7275
7271
|
name: "createPullRequest",
|
7276
7272
|
provider: "github",
|
7277
7273
|
};
|
7278
|
-
|
7274
|
+
export const githubListPullRequestsDefinition = {
|
7279
7275
|
description: "List pull requests in a GitHub repository",
|
7280
7276
|
scopes: [],
|
7281
7277
|
parameters: {
|
@@ -7351,7 +7347,7 @@ exports.githubListPullRequestsDefinition = {
|
|
7351
7347
|
name: "listPullRequests",
|
7352
7348
|
provider: "github",
|
7353
7349
|
};
|
7354
|
-
|
7350
|
+
export const notionSearchByTitleDefinition = {
|
7355
7351
|
description: "Search Notion pages and databases by title",
|
7356
7352
|
scopes: [],
|
7357
7353
|
parameters: {
|
@@ -7404,7 +7400,7 @@ exports.notionSearchByTitleDefinition = {
|
|
7404
7400
|
name: "searchByTitle",
|
7405
7401
|
provider: "notion",
|
7406
7402
|
};
|
7407
|
-
|
7403
|
+
export const jamfGetJamfFileVaultRecoveryKeyDefinition = {
|
7408
7404
|
description: "Retrieves the FileVault2 recovery key for a specified computer",
|
7409
7405
|
scopes: [],
|
7410
7406
|
parameters: {
|
@@ -7438,7 +7434,7 @@ exports.jamfGetJamfFileVaultRecoveryKeyDefinition = {
|
|
7438
7434
|
name: "getJamfFileVaultRecoveryKey",
|
7439
7435
|
provider: "jamf",
|
7440
7436
|
};
|
7441
|
-
|
7437
|
+
export const jamfGetJamfComputerInventoryDefinition = {
|
7442
7438
|
description: "Retrieves computer inventory information from Jamf",
|
7443
7439
|
scopes: [],
|
7444
7440
|
parameters: {
|