@credal/actions 0.1.82 → 0.1.84
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.d.ts +2 -1
- package/dist/actions/actionMapper.js +65 -66
- package/dist/actions/autogen/templates.js +81 -77
- package/dist/actions/autogen/types.d.ts +92 -85
- package/dist/actions/autogen/types.js +110 -2
- package/dist/actions/invoke.d.ts +3 -2
- package/dist/actions/invoke.js +6 -2
- package/dist/actions/parse.d.ts +17 -14
- package/dist/actions/parse.js +28 -2
- package/dist/actions/providers/gong/getGongTranscripts.js +3 -2
- package/package.json +1 -1
@@ -25,8 +25,8 @@ exports.genericFillTemplateDefinition = {
|
|
25
25
|
},
|
26
26
|
},
|
27
27
|
},
|
28
|
-
name: "fillTemplate",
|
29
28
|
provider: "generic",
|
29
|
+
name: "fillTemplate",
|
30
30
|
};
|
31
31
|
exports.asanaCommentTaskDefinition = {
|
32
32
|
description: "Comments on an Asana task with specified content",
|
@@ -67,8 +67,8 @@ exports.asanaCommentTaskDefinition = {
|
|
67
67
|
},
|
68
68
|
},
|
69
69
|
},
|
70
|
-
name: "commentTask",
|
71
70
|
provider: "asana",
|
71
|
+
name: "commentTask",
|
72
72
|
};
|
73
73
|
exports.asanaListAsanaTasksByProjectDefinition = {
|
74
74
|
description: "List all tasks associated with an Asana project and their data",
|
@@ -234,8 +234,8 @@ exports.asanaListAsanaTasksByProjectDefinition = {
|
|
234
234
|
},
|
235
235
|
},
|
236
236
|
},
|
237
|
-
name: "listAsanaTasksByProject",
|
238
237
|
provider: "asana",
|
238
|
+
name: "listAsanaTasksByProject",
|
239
239
|
};
|
240
240
|
exports.asanaCreateTaskDefinition = {
|
241
241
|
description: "Create an Asana task with specified content using optional template",
|
@@ -297,8 +297,8 @@ exports.asanaCreateTaskDefinition = {
|
|
297
297
|
},
|
298
298
|
},
|
299
299
|
},
|
300
|
-
name: "createTask",
|
301
300
|
provider: "asana",
|
301
|
+
name: "createTask",
|
302
302
|
};
|
303
303
|
exports.asanaUpdateTaskDefinition = {
|
304
304
|
description: "Updates a Asana task with specified content",
|
@@ -360,8 +360,8 @@ exports.asanaUpdateTaskDefinition = {
|
|
360
360
|
},
|
361
361
|
},
|
362
362
|
},
|
363
|
-
name: "updateTask",
|
364
363
|
provider: "asana",
|
364
|
+
name: "updateTask",
|
365
365
|
};
|
366
366
|
exports.slackSendMessageDefinition = {
|
367
367
|
description: "Sends a message to a Slack channel",
|
@@ -394,8 +394,8 @@ exports.slackSendMessageDefinition = {
|
|
394
394
|
},
|
395
395
|
},
|
396
396
|
},
|
397
|
-
name: "sendMessage",
|
398
397
|
provider: "slack",
|
398
|
+
name: "sendMessage",
|
399
399
|
};
|
400
400
|
exports.slackGetChannelMessagesDefinition = {
|
401
401
|
description: "Gets messages from a Slack channel",
|
@@ -443,8 +443,8 @@ exports.slackGetChannelMessagesDefinition = {
|
|
443
443
|
},
|
444
444
|
},
|
445
445
|
},
|
446
|
-
name: "getChannelMessages",
|
447
446
|
provider: "slack",
|
447
|
+
name: "getChannelMessages",
|
448
448
|
};
|
449
449
|
exports.mathAddDefinition = {
|
450
450
|
description: "Adds two numbers together",
|
@@ -473,8 +473,8 @@ exports.mathAddDefinition = {
|
|
473
473
|
},
|
474
474
|
},
|
475
475
|
},
|
476
|
-
name: "add",
|
477
476
|
provider: "math",
|
477
|
+
name: "add",
|
478
478
|
};
|
479
479
|
exports.confluenceOverwritePageDefinition = {
|
480
480
|
description: "Updates a Confluence page with the new content specified",
|
@@ -497,8 +497,8 @@ exports.confluenceOverwritePageDefinition = {
|
|
497
497
|
},
|
498
498
|
},
|
499
499
|
},
|
500
|
-
name: "overwritePage",
|
501
500
|
provider: "confluence",
|
501
|
+
name: "overwritePage",
|
502
502
|
};
|
503
503
|
exports.confluenceFetchPageContentDefinition = {
|
504
504
|
description: "Fetches content from a Confluence page",
|
@@ -531,8 +531,8 @@ exports.confluenceFetchPageContentDefinition = {
|
|
531
531
|
},
|
532
532
|
},
|
533
533
|
},
|
534
|
-
name: "fetchPageContent",
|
535
534
|
provider: "confluence",
|
535
|
+
name: "fetchPageContent",
|
536
536
|
};
|
537
537
|
exports.jiraAssignJiraTicketDefinition = {
|
538
538
|
description: "Assigns/Re-assignes a Jira ticket to a specified user",
|
@@ -573,8 +573,8 @@ exports.jiraAssignJiraTicketDefinition = {
|
|
573
573
|
},
|
574
574
|
},
|
575
575
|
},
|
576
|
-
name: "assignJiraTicket",
|
577
576
|
provider: "jira",
|
577
|
+
name: "assignJiraTicket",
|
578
578
|
};
|
579
579
|
exports.jiraCommentJiraTicketDefinition = {
|
580
580
|
description: "Comments on a Jira ticket with specified content",
|
@@ -615,8 +615,8 @@ exports.jiraCommentJiraTicketDefinition = {
|
|
615
615
|
},
|
616
616
|
},
|
617
617
|
},
|
618
|
-
name: "commentJiraTicket",
|
619
618
|
provider: "jira",
|
619
|
+
name: "commentJiraTicket",
|
620
620
|
};
|
621
621
|
exports.jiraCreateJiraTicketDefinition = {
|
622
622
|
description: "Create a jira ticket with new content specified",
|
@@ -666,8 +666,8 @@ exports.jiraCreateJiraTicketDefinition = {
|
|
666
666
|
},
|
667
667
|
},
|
668
668
|
},
|
669
|
-
name: "createJiraTicket",
|
670
669
|
provider: "jira",
|
670
|
+
name: "createJiraTicket",
|
671
671
|
};
|
672
672
|
exports.jiraGetJiraTicketDetailsDefinition = {
|
673
673
|
description: "Get details of a ticket in Jira",
|
@@ -704,8 +704,8 @@ exports.jiraGetJiraTicketDetailsDefinition = {
|
|
704
704
|
},
|
705
705
|
},
|
706
706
|
},
|
707
|
-
name: "getJiraTicketDetails",
|
708
707
|
provider: "jira",
|
708
|
+
name: "getJiraTicketDetails",
|
709
709
|
};
|
710
710
|
exports.jiraGetJiraTicketHistoryDefinition = {
|
711
711
|
description: "Get ticket history of a ticket in Jira",
|
@@ -742,8 +742,8 @@ exports.jiraGetJiraTicketHistoryDefinition = {
|
|
742
742
|
},
|
743
743
|
},
|
744
744
|
},
|
745
|
-
name: "getJiraTicketHistory",
|
746
745
|
provider: "jira",
|
746
|
+
name: "getJiraTicketHistory",
|
747
747
|
};
|
748
748
|
exports.jiraUpdateJiraTicketDetailsDefinition = {
|
749
749
|
description: "Update a Jira ticket with new content specified",
|
@@ -789,8 +789,8 @@ exports.jiraUpdateJiraTicketDetailsDefinition = {
|
|
789
789
|
},
|
790
790
|
},
|
791
791
|
},
|
792
|
-
name: "updateJiraTicketDetails",
|
793
792
|
provider: "jira",
|
793
|
+
name: "updateJiraTicketDetails",
|
794
794
|
};
|
795
795
|
exports.jiraUpdateJiraTicketStatusDefinition = {
|
796
796
|
description: "Updates the status of Jira ticket with specified status",
|
@@ -831,8 +831,8 @@ exports.jiraUpdateJiraTicketStatusDefinition = {
|
|
831
831
|
},
|
832
832
|
},
|
833
833
|
},
|
834
|
-
name: "updateJiraTicketStatus",
|
835
834
|
provider: "jira",
|
835
|
+
name: "updateJiraTicketStatus",
|
836
836
|
};
|
837
837
|
exports.jiraGetJiraIssuesByQueryDefinition = {
|
838
838
|
description: "Retrieve Jira Issues by JQL query",
|
@@ -876,8 +876,8 @@ exports.jiraGetJiraIssuesByQueryDefinition = {
|
|
876
876
|
},
|
877
877
|
},
|
878
878
|
},
|
879
|
-
name: "getJiraIssuesByQuery",
|
880
879
|
provider: "jira",
|
880
|
+
name: "getJiraIssuesByQuery",
|
881
881
|
};
|
882
882
|
exports.kandjiGetFVRecoveryKeyForDeviceDefinition = {
|
883
883
|
description: "Get the FileVault recovery key for a device",
|
@@ -914,8 +914,8 @@ exports.kandjiGetFVRecoveryKeyForDeviceDefinition = {
|
|
914
914
|
},
|
915
915
|
},
|
916
916
|
},
|
917
|
-
name: "getFVRecoveryKeyForDevice",
|
918
917
|
provider: "kandji",
|
918
|
+
name: "getFVRecoveryKeyForDevice",
|
919
919
|
};
|
920
920
|
exports.googlemapsValidateAddressDefinition = {
|
921
921
|
description: "Validate a Google Maps address",
|
@@ -1081,8 +1081,8 @@ exports.googlemapsValidateAddressDefinition = {
|
|
1081
1081
|
},
|
1082
1082
|
},
|
1083
1083
|
},
|
1084
|
-
name: "validateAddress",
|
1085
1084
|
provider: "googlemaps",
|
1085
|
+
name: "validateAddress",
|
1086
1086
|
};
|
1087
1087
|
exports.googlemapsNearbysearchRestaurantsDefinition = {
|
1088
1088
|
description: "Search for nearby places using Google Maps",
|
@@ -1148,8 +1148,8 @@ exports.googlemapsNearbysearchRestaurantsDefinition = {
|
|
1148
1148
|
},
|
1149
1149
|
},
|
1150
1150
|
},
|
1151
|
-
name: "nearbysearchRestaurants",
|
1152
1151
|
provider: "googlemaps",
|
1152
|
+
name: "nearbysearchRestaurants",
|
1153
1153
|
};
|
1154
1154
|
exports.bingGetTopNSearchResultUrlsDefinition = {
|
1155
1155
|
description: "Get the top five search result URLs from Bing",
|
@@ -1195,8 +1195,8 @@ exports.bingGetTopNSearchResultUrlsDefinition = {
|
|
1195
1195
|
},
|
1196
1196
|
},
|
1197
1197
|
},
|
1198
|
-
name: "getTopNSearchResultUrls",
|
1199
1198
|
provider: "bing",
|
1199
|
+
name: "getTopNSearchResultUrls",
|
1200
1200
|
};
|
1201
1201
|
exports.credalCallCopilotDefinition = {
|
1202
1202
|
description: "Call Credal Copilot for response on a given query",
|
@@ -1328,8 +1328,8 @@ exports.credalCallCopilotDefinition = {
|
|
1328
1328
|
},
|
1329
1329
|
},
|
1330
1330
|
},
|
1331
|
-
name: "callCopilot",
|
1332
1331
|
provider: "credal",
|
1332
|
+
name: "callCopilot",
|
1333
1333
|
};
|
1334
1334
|
exports.zendeskCreateZendeskTicketDefinition = {
|
1335
1335
|
description: "Create a ticket in Zendesk",
|
@@ -1366,8 +1366,8 @@ exports.zendeskCreateZendeskTicketDefinition = {
|
|
1366
1366
|
},
|
1367
1367
|
},
|
1368
1368
|
},
|
1369
|
-
name: "createZendeskTicket",
|
1370
1369
|
provider: "zendesk",
|
1370
|
+
name: "createZendeskTicket",
|
1371
1371
|
};
|
1372
1372
|
exports.zendeskListZendeskTicketsDefinition = {
|
1373
1373
|
description: "List tickets in Zendesk from the past 3 months",
|
@@ -1403,8 +1403,8 @@ exports.zendeskListZendeskTicketsDefinition = {
|
|
1403
1403
|
},
|
1404
1404
|
},
|
1405
1405
|
},
|
1406
|
-
name: "listZendeskTickets",
|
1407
1406
|
provider: "zendesk",
|
1407
|
+
name: "listZendeskTickets",
|
1408
1408
|
};
|
1409
1409
|
exports.zendeskGetTicketDetailsDefinition = {
|
1410
1410
|
description: "Get details of a ticket in Zendesk",
|
@@ -1433,8 +1433,8 @@ exports.zendeskGetTicketDetailsDefinition = {
|
|
1433
1433
|
},
|
1434
1434
|
},
|
1435
1435
|
},
|
1436
|
-
name: "getTicketDetails",
|
1437
1436
|
provider: "zendesk",
|
1437
|
+
name: "getTicketDetails",
|
1438
1438
|
};
|
1439
1439
|
exports.zendeskUpdateTicketStatusDefinition = {
|
1440
1440
|
description: "Update the status of a ticket in Zendesk",
|
@@ -1457,8 +1457,8 @@ exports.zendeskUpdateTicketStatusDefinition = {
|
|
1457
1457
|
},
|
1458
1458
|
},
|
1459
1459
|
},
|
1460
|
-
name: "updateTicketStatus",
|
1461
1460
|
provider: "zendesk",
|
1461
|
+
name: "updateTicketStatus",
|
1462
1462
|
};
|
1463
1463
|
exports.zendeskAddCommentToTicketDefinition = {
|
1464
1464
|
description: "Add a comment to a ticket in Zendesk",
|
@@ -1492,8 +1492,8 @@ exports.zendeskAddCommentToTicketDefinition = {
|
|
1492
1492
|
},
|
1493
1493
|
},
|
1494
1494
|
},
|
1495
|
-
name: "addCommentToTicket",
|
1496
1495
|
provider: "zendesk",
|
1496
|
+
name: "addCommentToTicket",
|
1497
1497
|
};
|
1498
1498
|
exports.zendeskAssignTicketDefinition = {
|
1499
1499
|
description: "Assign a ticket in Zendesk to a specific user",
|
@@ -1516,8 +1516,8 @@ exports.zendeskAssignTicketDefinition = {
|
|
1516
1516
|
},
|
1517
1517
|
},
|
1518
1518
|
},
|
1519
|
-
name: "assignTicket",
|
1520
1519
|
provider: "zendesk",
|
1520
|
+
name: "assignTicket",
|
1521
1521
|
};
|
1522
1522
|
exports.linkedinCreateShareLinkedinPostUrlDefinition = {
|
1523
1523
|
description: "Create a share linkedin post link",
|
@@ -1546,8 +1546,8 @@ exports.linkedinCreateShareLinkedinPostUrlDefinition = {
|
|
1546
1546
|
},
|
1547
1547
|
},
|
1548
1548
|
},
|
1549
|
-
name: "createShareLinkedinPostUrl",
|
1550
1549
|
provider: "linkedin",
|
1550
|
+
name: "createShareLinkedinPostUrl",
|
1551
1551
|
};
|
1552
1552
|
exports.xCreateShareXPostUrlDefinition = {
|
1553
1553
|
description: "Create a share X (formerly twitter) post link",
|
@@ -1591,8 +1591,8 @@ exports.xCreateShareXPostUrlDefinition = {
|
|
1591
1591
|
},
|
1592
1592
|
},
|
1593
1593
|
},
|
1594
|
-
name: "createShareXPostUrl",
|
1595
1594
|
provider: "x",
|
1595
|
+
name: "createShareXPostUrl",
|
1596
1596
|
};
|
1597
1597
|
exports.mongoInsertMongoDocDefinition = {
|
1598
1598
|
description: "Insert a document into a MongoDB collection",
|
@@ -1625,8 +1625,8 @@ exports.mongoInsertMongoDocDefinition = {
|
|
1625
1625
|
},
|
1626
1626
|
},
|
1627
1627
|
},
|
1628
|
-
name: "insertMongoDoc",
|
1629
1628
|
provider: "mongo",
|
1629
|
+
name: "insertMongoDoc",
|
1630
1630
|
};
|
1631
1631
|
exports.snowflakeGetRowByFieldValueDefinition = {
|
1632
1632
|
description: "Get a row from a Snowflake table by a field value",
|
@@ -1681,8 +1681,8 @@ exports.snowflakeGetRowByFieldValueDefinition = {
|
|
1681
1681
|
},
|
1682
1682
|
},
|
1683
1683
|
},
|
1684
|
-
name: "getRowByFieldValue",
|
1685
1684
|
provider: "snowflake",
|
1685
|
+
name: "getRowByFieldValue",
|
1686
1686
|
};
|
1687
1687
|
exports.snowflakeRunSnowflakeQueryDefinition = {
|
1688
1688
|
description: "Execute a Snowflake query and return output.",
|
@@ -1749,8 +1749,8 @@ exports.snowflakeRunSnowflakeQueryDefinition = {
|
|
1749
1749
|
},
|
1750
1750
|
},
|
1751
1751
|
},
|
1752
|
-
name: "runSnowflakeQuery",
|
1753
1752
|
provider: "snowflake",
|
1753
|
+
name: "runSnowflakeQuery",
|
1754
1754
|
};
|
1755
1755
|
exports.openstreetmapGetLatitudeLongitudeFromLocationDefinition = {
|
1756
1756
|
description: "Get the latitude and longitude of a location",
|
@@ -1793,8 +1793,8 @@ exports.openstreetmapGetLatitudeLongitudeFromLocationDefinition = {
|
|
1793
1793
|
},
|
1794
1794
|
},
|
1795
1795
|
},
|
1796
|
-
name: "getLatitudeLongitudeFromLocation",
|
1797
1796
|
provider: "openstreetmap",
|
1797
|
+
name: "getLatitudeLongitudeFromLocation",
|
1798
1798
|
};
|
1799
1799
|
exports.nwsGetForecastForLocationDefinition = {
|
1800
1800
|
description: "Get the weather forecast for a location using latitude and longitude",
|
@@ -1841,8 +1841,8 @@ exports.nwsGetForecastForLocationDefinition = {
|
|
1841
1841
|
},
|
1842
1842
|
},
|
1843
1843
|
},
|
1844
|
-
name: "getForecastForLocation",
|
1845
1844
|
provider: "nws",
|
1845
|
+
name: "getForecastForLocation",
|
1846
1846
|
};
|
1847
1847
|
exports.firecrawlDeepResearchDefinition = {
|
1848
1848
|
description: "Deep research on a topic using Firecrawl",
|
@@ -1901,8 +1901,8 @@ exports.firecrawlDeepResearchDefinition = {
|
|
1901
1901
|
},
|
1902
1902
|
},
|
1903
1903
|
},
|
1904
|
-
name: "deepResearch",
|
1905
1904
|
provider: "firecrawl",
|
1905
|
+
name: "deepResearch",
|
1906
1906
|
};
|
1907
1907
|
exports.firecrawlScrapeUrlDefinition = {
|
1908
1908
|
description: "Scrape a URL and get website content using Firecrawl",
|
@@ -1927,8 +1927,8 @@ exports.firecrawlScrapeUrlDefinition = {
|
|
1927
1927
|
},
|
1928
1928
|
},
|
1929
1929
|
},
|
1930
|
-
name: "scrapeUrl",
|
1931
1930
|
provider: "firecrawl",
|
1931
|
+
name: "scrapeUrl",
|
1932
1932
|
};
|
1933
1933
|
exports.firecrawlScrapeTweetDataWithNitterDefinition = {
|
1934
1934
|
description: "Given A tweet URL scrape the tweet data with nitter+firecrawl",
|
@@ -1953,8 +1953,8 @@ exports.firecrawlScrapeTweetDataWithNitterDefinition = {
|
|
1953
1953
|
},
|
1954
1954
|
},
|
1955
1955
|
},
|
1956
|
-
name: "scrapeTweetDataWithNitter",
|
1957
1956
|
provider: "firecrawl",
|
1957
|
+
name: "scrapeTweetDataWithNitter",
|
1958
1958
|
};
|
1959
1959
|
exports.resendSendEmailDefinition = {
|
1960
1960
|
description: "Send an email using Resend",
|
@@ -1991,8 +1991,8 @@ exports.resendSendEmailDefinition = {
|
|
1991
1991
|
},
|
1992
1992
|
},
|
1993
1993
|
},
|
1994
|
-
name: "sendEmail",
|
1995
1994
|
provider: "resend",
|
1995
|
+
name: "sendEmail",
|
1996
1996
|
};
|
1997
1997
|
exports.googleOauthCreateNewGoogleDocDefinition = {
|
1998
1998
|
description: "Create a new Google Docs document using OAuth authentication",
|
@@ -2025,8 +2025,8 @@ exports.googleOauthCreateNewGoogleDocDefinition = {
|
|
2025
2025
|
},
|
2026
2026
|
},
|
2027
2027
|
},
|
2028
|
-
name: "createNewGoogleDoc",
|
2029
2028
|
provider: "googleOauth",
|
2029
|
+
name: "createNewGoogleDoc",
|
2030
2030
|
};
|
2031
2031
|
exports.googleOauthUpdateDocDefinition = {
|
2032
2032
|
description: "Update an existing Google Docs document using OAuth authentication with batch requests",
|
@@ -3136,8 +3136,8 @@ exports.googleOauthUpdateDocDefinition = {
|
|
3136
3136
|
},
|
3137
3137
|
},
|
3138
3138
|
},
|
3139
|
-
name: "updateDoc",
|
3140
3139
|
provider: "googleOauth",
|
3140
|
+
name: "updateDoc",
|
3141
3141
|
};
|
3142
3142
|
exports.googleOauthScheduleCalendarMeetingDefinition = {
|
3143
3143
|
description: "Schedule a meeting on google calendar using OAuth authentication",
|
@@ -3202,8 +3202,8 @@ exports.googleOauthScheduleCalendarMeetingDefinition = {
|
|
3202
3202
|
},
|
3203
3203
|
},
|
3204
3204
|
},
|
3205
|
-
name: "scheduleCalendarMeeting",
|
3206
3205
|
provider: "googleOauth",
|
3206
|
+
name: "scheduleCalendarMeeting",
|
3207
3207
|
};
|
3208
3208
|
exports.googleOauthCreateSpreadsheetDefinition = {
|
3209
3209
|
description: "Create a new Google Spreadsheet using OAuth authentication",
|
@@ -3314,8 +3314,8 @@ exports.googleOauthCreateSpreadsheetDefinition = {
|
|
3314
3314
|
},
|
3315
3315
|
},
|
3316
3316
|
},
|
3317
|
-
name: "createSpreadsheet",
|
3318
3317
|
provider: "googleOauth",
|
3318
|
+
name: "createSpreadsheet",
|
3319
3319
|
};
|
3320
3320
|
exports.googleOauthUpdateSpreadsheetDefinition = {
|
3321
3321
|
description: "Update a Google Spreadsheet with new content specified",
|
@@ -3697,8 +3697,8 @@ exports.googleOauthUpdateSpreadsheetDefinition = {
|
|
3697
3697
|
},
|
3698
3698
|
},
|
3699
3699
|
},
|
3700
|
-
name: "updateSpreadsheet",
|
3701
3700
|
provider: "googleOauth",
|
3701
|
+
name: "updateSpreadsheet",
|
3702
3702
|
};
|
3703
3703
|
exports.googleOauthCreatePresentationDefinition = {
|
3704
3704
|
description: "Create a Google Presentation",
|
@@ -3770,8 +3770,8 @@ exports.googleOauthCreatePresentationDefinition = {
|
|
3770
3770
|
},
|
3771
3771
|
},
|
3772
3772
|
},
|
3773
|
-
name: "createPresentation",
|
3774
3773
|
provider: "googleOauth",
|
3774
|
+
name: "createPresentation",
|
3775
3775
|
};
|
3776
3776
|
exports.googleOauthUpdatePresentationDefinition = {
|
3777
3777
|
description: "Update a Google Presentation",
|
@@ -5059,8 +5059,8 @@ exports.googleOauthUpdatePresentationDefinition = {
|
|
5059
5059
|
},
|
5060
5060
|
},
|
5061
5061
|
},
|
5062
|
-
name: "updatePresentation",
|
5063
5062
|
provider: "googleOauth",
|
5063
|
+
name: "updatePresentation",
|
5064
5064
|
};
|
5065
5065
|
exports.gongGetGongTranscriptsDefinition = {
|
5066
5066
|
description: "Get sales call transcripts from Gong",
|
@@ -5108,7 +5108,11 @@ exports.gongGetGongTranscriptsDefinition = {
|
|
5108
5108
|
properties: {
|
5109
5109
|
callId: {
|
5110
5110
|
type: "string",
|
5111
|
-
description: "The ID of the
|
5111
|
+
description: "The ID of the call",
|
5112
|
+
},
|
5113
|
+
callName: {
|
5114
|
+
type: "string",
|
5115
|
+
description: "The name of the call",
|
5112
5116
|
},
|
5113
5117
|
transcript: {
|
5114
5118
|
type: "array",
|
@@ -5160,8 +5164,8 @@ exports.gongGetGongTranscriptsDefinition = {
|
|
5160
5164
|
},
|
5161
5165
|
},
|
5162
5166
|
},
|
5163
|
-
name: "getGongTranscripts",
|
5164
5167
|
provider: "gong",
|
5168
|
+
name: "getGongTranscripts",
|
5165
5169
|
};
|
5166
5170
|
exports.finnhubSymbolLookupDefinition = {
|
5167
5171
|
description: "Look up a stock symbol by name",
|
@@ -5200,8 +5204,8 @@ exports.finnhubSymbolLookupDefinition = {
|
|
5200
5204
|
},
|
5201
5205
|
},
|
5202
5206
|
},
|
5203
|
-
name: "symbolLookup",
|
5204
5207
|
provider: "finnhub",
|
5208
|
+
name: "symbolLookup",
|
5205
5209
|
};
|
5206
5210
|
exports.finnhubGetBasicFinancialsDefinition = {
|
5207
5211
|
description: "Get company basic financials such as margin, P/E ratio, 52-week high/low etc.",
|
@@ -5292,8 +5296,8 @@ exports.finnhubGetBasicFinancialsDefinition = {
|
|
5292
5296
|
},
|
5293
5297
|
},
|
5294
5298
|
},
|
5295
|
-
name: "getBasicFinancials",
|
5296
5299
|
provider: "finnhub",
|
5300
|
+
name: "getBasicFinancials",
|
5297
5301
|
};
|
5298
5302
|
exports.lookerEnableUserByEmailDefinition = {
|
5299
5303
|
description: "Search for a Looker user by email and enable them if disabled",
|
@@ -5353,8 +5357,8 @@ exports.lookerEnableUserByEmailDefinition = {
|
|
5353
5357
|
},
|
5354
5358
|
},
|
5355
5359
|
},
|
5356
|
-
name: "enableUserByEmail",
|
5357
5360
|
provider: "looker",
|
5361
|
+
name: "enableUserByEmail",
|
5358
5362
|
};
|
5359
5363
|
exports.ashbyCreateNoteDefinition = {
|
5360
5364
|
description: "Creates a note on a candidate",
|
@@ -5373,8 +5377,8 @@ exports.ashbyCreateNoteDefinition = {
|
|
5373
5377
|
},
|
5374
5378
|
},
|
5375
5379
|
},
|
5376
|
-
name: "createNote",
|
5377
5380
|
provider: "ashby",
|
5381
|
+
name: "createNote",
|
5378
5382
|
};
|
5379
5383
|
exports.ashbyGetCandidateInfoDefinition = {
|
5380
5384
|
description: "Gets a candidate's information",
|
@@ -5400,8 +5404,8 @@ exports.ashbyGetCandidateInfoDefinition = {
|
|
5400
5404
|
},
|
5401
5405
|
},
|
5402
5406
|
},
|
5403
|
-
name: "getCandidateInfo",
|
5404
5407
|
provider: "ashby",
|
5408
|
+
name: "getCandidateInfo",
|
5405
5409
|
};
|
5406
5410
|
exports.ashbyAddCandidateToProjectDefinition = {
|
5407
5411
|
description: "Adds a candidate to a project",
|
@@ -5420,8 +5424,8 @@ exports.ashbyAddCandidateToProjectDefinition = {
|
|
5420
5424
|
},
|
5421
5425
|
},
|
5422
5426
|
},
|
5423
|
-
name: "addCandidateToProject",
|
5424
5427
|
provider: "ashby",
|
5428
|
+
name: "addCandidateToProject",
|
5425
5429
|
};
|
5426
5430
|
exports.ashbyListCandidatesDefinition = {
|
5427
5431
|
description: "Lists all candidates",
|
@@ -5436,8 +5440,8 @@ exports.ashbyListCandidatesDefinition = {
|
|
5436
5440
|
},
|
5437
5441
|
},
|
5438
5442
|
},
|
5439
|
-
name: "listCandidates",
|
5440
5443
|
provider: "ashby",
|
5444
|
+
name: "listCandidates",
|
5441
5445
|
};
|
5442
5446
|
exports.ashbySearchCandidatesDefinition = {
|
5443
5447
|
description: "Search for candidates by email and/or name.",
|
@@ -5466,8 +5470,8 @@ exports.ashbySearchCandidatesDefinition = {
|
|
5466
5470
|
},
|
5467
5471
|
},
|
5468
5472
|
},
|
5469
|
-
name: "searchCandidates",
|
5470
5473
|
provider: "ashby",
|
5474
|
+
name: "searchCandidates",
|
5471
5475
|
};
|
5472
5476
|
exports.ashbyListCandidateNotesDefinition = {
|
5473
5477
|
description: "Lists all notes on a candidate",
|
@@ -5492,8 +5496,8 @@ exports.ashbyListCandidateNotesDefinition = {
|
|
5492
5496
|
},
|
5493
5497
|
},
|
5494
5498
|
},
|
5495
|
-
name: "listCandidateNotes",
|
5496
5499
|
provider: "ashby",
|
5500
|
+
name: "listCandidateNotes",
|
5497
5501
|
};
|
5498
5502
|
exports.ashbyCreateCandidateDefinition = {
|
5499
5503
|
description: "Creates a candidate",
|
@@ -5561,8 +5565,8 @@ exports.ashbyCreateCandidateDefinition = {
|
|
5561
5565
|
},
|
5562
5566
|
},
|
5563
5567
|
},
|
5564
|
-
name: "createCandidate",
|
5565
5568
|
provider: "ashby",
|
5569
|
+
name: "createCandidate",
|
5566
5570
|
};
|
5567
5571
|
exports.ashbyUpdateCandidateDefinition = {
|
5568
5572
|
description: "Updates a candidate",
|
@@ -5656,8 +5660,8 @@ exports.ashbyUpdateCandidateDefinition = {
|
|
5656
5660
|
},
|
5657
5661
|
},
|
5658
5662
|
},
|
5659
|
-
name: "updateCandidate",
|
5660
5663
|
provider: "ashby",
|
5664
|
+
name: "updateCandidate",
|
5661
5665
|
};
|
5662
5666
|
exports.salesforceUpdateRecordDefinition = {
|
5663
5667
|
description: "Update a record in Salesforce",
|
@@ -5697,8 +5701,8 @@ exports.salesforceUpdateRecordDefinition = {
|
|
5697
5701
|
},
|
5698
5702
|
},
|
5699
5703
|
},
|
5700
|
-
name: "updateRecord",
|
5701
5704
|
provider: "salesforce",
|
5705
|
+
name: "updateRecord",
|
5702
5706
|
};
|
5703
5707
|
exports.salesforceCreateRecordDefinition = {
|
5704
5708
|
description: "Create a record in Salesforce",
|
@@ -5738,8 +5742,8 @@ exports.salesforceCreateRecordDefinition = {
|
|
5738
5742
|
},
|
5739
5743
|
},
|
5740
5744
|
},
|
5741
|
-
name: "createRecord",
|
5742
5745
|
provider: "salesforce",
|
5746
|
+
name: "createRecord",
|
5743
5747
|
};
|
5744
5748
|
exports.salesforceCreateCaseDefinition = {
|
5745
5749
|
description: "Create a case or support ticket in Salesforce",
|
@@ -5791,8 +5795,8 @@ exports.salesforceCreateCaseDefinition = {
|
|
5791
5795
|
},
|
5792
5796
|
},
|
5793
5797
|
},
|
5794
|
-
name: "createCase",
|
5795
5798
|
provider: "salesforce",
|
5799
|
+
name: "createCase",
|
5796
5800
|
};
|
5797
5801
|
exports.salesforceGenerateSalesReportDefinition = {
|
5798
5802
|
description: "Generate a sales report from Salesforce",
|
@@ -5843,8 +5847,8 @@ exports.salesforceGenerateSalesReportDefinition = {
|
|
5843
5847
|
},
|
5844
5848
|
},
|
5845
5849
|
},
|
5846
|
-
name: "generateSalesReport",
|
5847
5850
|
provider: "salesforce",
|
5851
|
+
name: "generateSalesReport",
|
5848
5852
|
};
|
5849
5853
|
exports.salesforceGetSalesforceRecordsByQueryDefinition = {
|
5850
5854
|
description: "Retrieve Salesforce records by SOQL query",
|
@@ -5888,8 +5892,8 @@ exports.salesforceGetSalesforceRecordsByQueryDefinition = {
|
|
5888
5892
|
},
|
5889
5893
|
},
|
5890
5894
|
},
|
5891
|
-
name: "getSalesforceRecordsByQuery",
|
5892
5895
|
provider: "salesforce",
|
5896
|
+
name: "getSalesforceRecordsByQuery",
|
5893
5897
|
};
|
5894
5898
|
exports.salesforceGetRecordDefinition = {
|
5895
5899
|
description: "Retrieve a record from Salesforce",
|
@@ -5929,8 +5933,8 @@ exports.salesforceGetRecordDefinition = {
|
|
5929
5933
|
},
|
5930
5934
|
},
|
5931
5935
|
},
|
5932
|
-
name: "getRecord",
|
5933
5936
|
provider: "salesforce",
|
5937
|
+
name: "getRecord",
|
5934
5938
|
};
|
5935
5939
|
exports.salesforceFetchSalesforceSchemaByObjectDefinition = {
|
5936
5940
|
description: "Fetch the schema of a Salesforce object",
|
@@ -5966,8 +5970,8 @@ exports.salesforceFetchSalesforceSchemaByObjectDefinition = {
|
|
5966
5970
|
},
|
5967
5971
|
},
|
5968
5972
|
},
|
5969
|
-
name: "fetchSalesforceSchemaByObject",
|
5970
5973
|
provider: "salesforce",
|
5974
|
+
name: "fetchSalesforceSchemaByObject",
|
5971
5975
|
};
|
5972
5976
|
exports.microsoftCreateDocumentDefinition = {
|
5973
5977
|
description: "Creates a new Office365 document",
|
@@ -6020,8 +6024,8 @@ exports.microsoftCreateDocumentDefinition = {
|
|
6020
6024
|
},
|
6021
6025
|
},
|
6022
6026
|
},
|
6023
|
-
name: "createDocument",
|
6024
6027
|
provider: "microsoft",
|
6028
|
+
name: "createDocument",
|
6025
6029
|
};
|
6026
6030
|
exports.microsoftUpdateDocumentDefinition = {
|
6027
6031
|
description: "Updates a Office365 document",
|
@@ -6062,8 +6066,8 @@ exports.microsoftUpdateDocumentDefinition = {
|
|
6062
6066
|
},
|
6063
6067
|
},
|
6064
6068
|
},
|
6065
|
-
name: "updateDocument",
|
6066
6069
|
provider: "microsoft",
|
6070
|
+
name: "updateDocument",
|
6067
6071
|
};
|
6068
6072
|
exports.microsoftUpdateSpreadsheetDefinition = {
|
6069
6073
|
description: "Updates a Microsoft Excel spreadsheet",
|
@@ -6114,8 +6118,8 @@ exports.microsoftUpdateSpreadsheetDefinition = {
|
|
6114
6118
|
},
|
6115
6119
|
},
|
6116
6120
|
},
|
6117
|
-
name: "updateSpreadsheet",
|
6118
6121
|
provider: "microsoft",
|
6122
|
+
name: "updateSpreadsheet",
|
6119
6123
|
};
|
6120
6124
|
exports.microsoftMessageTeamsChatDefinition = {
|
6121
6125
|
description: "Sends a message to a Microsoft Teams chat",
|
@@ -6152,8 +6156,8 @@ exports.microsoftMessageTeamsChatDefinition = {
|
|
6152
6156
|
},
|
6153
6157
|
},
|
6154
6158
|
},
|
6155
|
-
name: "messageTeamsChat",
|
6156
6159
|
provider: "microsoft",
|
6160
|
+
name: "messageTeamsChat",
|
6157
6161
|
};
|
6158
6162
|
exports.microsoftMessageTeamsChannelDefinition = {
|
6159
6163
|
description: "Sends a message to a Microsoft Teams channel",
|
@@ -6194,8 +6198,8 @@ exports.microsoftMessageTeamsChannelDefinition = {
|
|
6194
6198
|
},
|
6195
6199
|
},
|
6196
6200
|
},
|
6197
|
-
name: "messageTeamsChannel",
|
6198
6201
|
provider: "microsoft",
|
6202
|
+
name: "messageTeamsChannel",
|
6199
6203
|
};
|
6200
6204
|
exports.microsoftGetDocumentDefinition = {
|
6201
6205
|
description: "Retrieves the content of a Microsoft Office document",
|
@@ -6232,8 +6236,8 @@ exports.microsoftGetDocumentDefinition = {
|
|
6232
6236
|
},
|
6233
6237
|
},
|
6234
6238
|
},
|
6235
|
-
name: "getDocument",
|
6236
6239
|
provider: "microsoft",
|
6240
|
+
name: "getDocument",
|
6237
6241
|
};
|
6238
6242
|
exports.githubCreateOrUpdateFileDefinition = {
|
6239
6243
|
description: "Create or update a file in a GitHub repository",
|
@@ -6295,8 +6299,8 @@ exports.githubCreateOrUpdateFileDefinition = {
|
|
6295
6299
|
},
|
6296
6300
|
},
|
6297
6301
|
},
|
6298
|
-
name: "createOrUpdateFile",
|
6299
6302
|
provider: "github",
|
6303
|
+
name: "createOrUpdateFile",
|
6300
6304
|
};
|
6301
6305
|
exports.githubCreateBranchDefinition = {
|
6302
6306
|
description: "Create a new branch in a GitHub repository",
|
@@ -6337,8 +6341,8 @@ exports.githubCreateBranchDefinition = {
|
|
6337
6341
|
},
|
6338
6342
|
},
|
6339
6343
|
},
|
6340
|
-
name: "createBranch",
|
6341
6344
|
provider: "github",
|
6345
|
+
name: "createBranch",
|
6342
6346
|
};
|
6343
6347
|
exports.githubCreatePullRequestDefinition = {
|
6344
6348
|
description: "Create a pull request in a GitHub repository",
|
@@ -6395,8 +6399,8 @@ exports.githubCreatePullRequestDefinition = {
|
|
6395
6399
|
},
|
6396
6400
|
},
|
6397
6401
|
},
|
6398
|
-
name: "createPullRequest",
|
6399
6402
|
provider: "github",
|
6403
|
+
name: "createPullRequest",
|
6400
6404
|
};
|
6401
6405
|
exports.githubListPullRequestsDefinition = {
|
6402
6406
|
description: "List pull requests in a GitHub repository",
|
@@ -6471,6 +6475,6 @@ exports.githubListPullRequestsDefinition = {
|
|
6471
6475
|
},
|
6472
6476
|
},
|
6473
6477
|
},
|
6474
|
-
name: "listPullRequests",
|
6475
6478
|
provider: "github",
|
6479
|
+
name: "listPullRequests",
|
6476
6480
|
};
|