@fiberai/sdk 0.0.6 → 0.0.8

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/index.cjs CHANGED
@@ -21,12 +21,15 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  var index_exports = {};
22
22
  __export(index_exports, {
23
23
  addCompaniesToExclusionList: () => addCompaniesToExclusionList,
24
+ addProfilesToList: () => addProfilesToList,
24
25
  addProspectsToExclusionList: () => addProspectsToExclusionList,
25
26
  buildAudience: () => buildAudience,
26
27
  bulkCompanyLogos: () => bulkCompanyLogos,
28
+ bulkProfilePic: () => bulkProfilePic,
29
+ buyCredits: () => buyCredits,
27
30
  checkGoogleMapsResults: () => checkGoogleMapsResults,
28
31
  client: () => client,
29
- combinedSearch: () => combinedSearch,
32
+ combinedSearchCount: () => combinedSearchCount,
30
33
  companyCount: () => companyCount,
31
34
  companyLiveEnrich: () => companyLiveEnrich,
32
35
  companyPostsLiveFetch: () => companyPostsLiveFetch,
@@ -37,11 +40,14 @@ __export(index_exports, {
37
40
  createCompanyExclusionList: () => createCompanyExclusionList,
38
41
  createCompanyExclusionListFromAudience: () => createCompanyExclusionListFromAudience,
39
42
  createConfig: () => createConfig,
43
+ createJobChangeList: () => createJobChangeList,
40
44
  createProspectExclusionList: () => createProspectExclusionList,
41
45
  createProspectExclusionListFromAudience: () => createProspectExclusionListFromAudience,
42
46
  createSavedSearch: () => createSavedSearch,
43
47
  deleteAudience: () => deleteAudience,
44
48
  deleteCompanyExclusionList: () => deleteCompanyExclusionList,
49
+ deleteJobChangeList: () => deleteJobChangeList,
50
+ deleteProfilesFromJobChangeList: () => deleteProfilesFromJobChangeList,
45
51
  deleteProspectExclusionList: () => deleteProspectExclusionList,
46
52
  domainLookupPolling: () => domainLookupPolling,
47
53
  domainLookupTrigger: () => domainLookupTrigger,
@@ -53,13 +59,16 @@ __export(index_exports, {
53
59
  getAudienceCompanies: () => getAudienceCompanies,
54
60
  getAudienceProspects: () => getAudienceProspects,
55
61
  getAudienceStatus: () => getAudienceStatus,
62
+ getAutoTopupSettings: () => getAutoTopupSettings,
56
63
  getCompanyExclusionLists: () => getCompanyExclusionLists,
64
+ getCompanyRevenue: () => getCompanyRevenue,
57
65
  getCurrentCompaniesInSavedSearch: () => getCurrentCompaniesInSavedSearch,
58
66
  getCurrentProfilesInSavedSearch: () => getCurrentProfilesInSavedSearch,
59
67
  getEnrichmentStatus: () => getEnrichmentStatus,
60
68
  getExcludedCompaniesForExclusionList: () => getExcludedCompaniesForExclusionList,
61
69
  getExcludedProspectsForExclusionList: () => getExcludedProspectsForExclusionList,
62
70
  getIndustries: () => getIndustries,
71
+ getJourneymanList: () => getJourneymanList,
63
72
  getLanguages: () => getLanguages,
64
73
  getLatestSavedSearchRun: () => getLatestSavedSearchRun,
65
74
  getNaicsCodes: () => getNaicsCodes,
@@ -72,6 +81,7 @@ __export(index_exports, {
72
81
  getSavedSearchRunCompanies: () => getSavedSearchRunCompanies,
73
82
  getSavedSearchRunProfiles: () => getSavedSearchRunProfiles,
74
83
  getSavedSearchRunStatus: () => getSavedSearchRunStatus,
84
+ getScoutingReport: () => getScoutingReport,
75
85
  getSubdivisions: () => getSubdivisions,
76
86
  getTags: () => getTags,
77
87
  getTimeZones: () => getTimeZones,
@@ -83,22 +93,25 @@ __export(index_exports, {
83
93
  healthCheck: () => healthCheck,
84
94
  investmentSearch: () => investmentSearch,
85
95
  investorSearch: () => investorSearch,
96
+ jdToProfileSearch: () => jdToProfileSearch,
86
97
  jobPostingSearch: () => jobPostingSearch,
87
98
  jobPostingSearchCount: () => jobPostingSearchCount,
88
99
  kitchenSinkBulkCompany: () => kitchenSinkBulkCompany,
89
100
  kitchenSinkBulkProfile: () => kitchenSinkBulkProfile,
90
101
  kitchenSinkCompany: () => kitchenSinkCompany,
91
102
  kitchenSinkProfile: () => kitchenSinkProfile,
103
+ listAllJourneymanLists: () => listAllJourneymanLists,
104
+ listAllProfilesFromJourneymanList: () => listAllProfilesFromJourneymanList,
92
105
  listAudiences: () => listAudiences,
93
106
  listSavedSearch: () => listSavedSearch,
94
107
  listSavedSearchRuns: () => listSavedSearchRuns,
95
108
  locationTypeahead: () => locationTypeahead,
96
109
  manuallySpawnSavedSearchRun: () => manuallySpawnSavedSearchRun,
110
+ multiSourceSearch: () => multiSourceSearch,
97
111
  peopleSearch: () => peopleSearch,
98
112
  peopleSearchCount: () => peopleSearchCount,
99
113
  pollBatchContactEnrichment: () => pollBatchContactEnrichment,
100
- pollCombinedSearch: () => pollCombinedSearch,
101
- pollContactEnrichmentResult: () => pollContactEnrichmentResult,
114
+ pollExhaustiveContactEnrichmentResult: () => pollExhaustiveContactEnrichmentResult,
102
115
  pollGoogleMapsResults: () => pollGoogleMapsResults,
103
116
  pollLocalBusinessSearch: () => pollLocalBusinessSearch,
104
117
  postCommentsLiveFetch: () => postCommentsLiveFetch,
@@ -111,22 +124,39 @@ __export(index_exports, {
111
124
  removeCompanyFromExclusionList: () => removeCompanyFromExclusionList,
112
125
  removeProspectFromExclusionList: () => removeProspectFromExclusionList,
113
126
  reverseEmailLookup: () => reverseEmailLookup,
127
+ socialMediaLookupPolling: () => socialMediaLookupPolling,
128
+ socialMediaLookupTrigger: () => socialMediaLookupTrigger,
129
+ standardizeCompany: () => standardizeCompany,
130
+ standardizeProfile: () => standardizeProfile,
114
131
  startBatchContactEnrichment: () => startBatchContactEnrichment,
115
132
  startLocalBusinessSearch: () => startLocalBusinessSearch,
116
133
  syncCombinedSearch: () => syncCombinedSearch,
117
- syncContactEnrichment: () => syncContactEnrichment,
118
134
  syncQuickContactReveal: () => syncQuickContactReveal,
119
135
  syncTurboContactEnrichment: () => syncTurboContactEnrichment,
120
136
  textToCombinedSearch: () => textToCombinedSearch,
121
- textToCompanySearch: () => textToCompanySearch,
122
- textToCompanySearchParams: () => textToCompanySearchParams,
123
- textToProfileSearch: () => textToProfileSearch,
124
- textToProfileSearchParams: () => textToProfileSearchParams,
125
- triggerContactEnrichment: () => triggerContactEnrichment,
137
+ textToCombinedSearchParam: () => textToCombinedSearchParam,
126
138
  triggerEnrichment: () => triggerEnrichment,
139
+ triggerExhaustiveContactEnrichment: () => triggerExhaustiveContactEnrichment,
140
+ twitterProfile: () => twitterProfile,
141
+ twitterSearch: () => twitterSearch,
142
+ twitterTweetDetails: () => twitterTweetDetails,
143
+ twitterTweetQuotes: () => twitterTweetQuotes,
144
+ twitterTweetReplies: () => twitterTweetReplies,
145
+ twitterTweetRetweeters: () => twitterTweetRetweeters,
146
+ twitterUserFollowers: () => twitterUserFollowers,
147
+ twitterUserFollowing: () => twitterUserFollowing,
148
+ twitterUserMentions: () => twitterUserMentions,
149
+ twitterUserTweets: () => twitterUserTweets,
127
150
  updateAudienceSearchParams: () => updateAudienceSearchParams,
151
+ updateAutoTopupSettings: () => updateAutoTopupSettings,
152
+ updateJobChangeList: () => updateJobChangeList,
128
153
  updateSavedSearch: () => updateSavedSearch,
129
- validatePhoneNumber: () => validatePhoneNumber
154
+ validatePhoneNumber: () => validatePhoneNumber,
155
+ youtubeChannel: () => youtubeChannel,
156
+ youtubeSearch: () => youtubeSearch,
157
+ youtubeTranscript: () => youtubeTranscript,
158
+ youtubeVideoComments: () => youtubeVideoComments,
159
+ youtubeVideoDetails: () => youtubeVideoDetails
130
160
  });
131
161
  module.exports = __toCommonJS(index_exports);
132
162
 
@@ -964,16 +994,25 @@ var client = createClient(createConfig({ baseUrl: "https://api.fiber.ai" }));
964
994
  var getOpenApi = (options) => (options?.client ?? client).get({ url: "/openapi.json", ...options });
965
995
  var healthCheck = (options) => (options?.client ?? client).get({ url: "/health", ...options });
966
996
  var getOrgCredits = (options) => (options.client ?? client).get({ url: "/v1/get-org-credits", ...options });
967
- var pollCombinedSearch = (options) => (options.client ?? client).post({
968
- url: "/v1/combined-search/poll",
997
+ var getAutoTopupSettings = (options) => (options.client ?? client).get({ url: "/v1/auto-topup/settings", ...options });
998
+ var updateAutoTopupSettings = (options) => (options.client ?? client).post({
999
+ url: "/v1/auto-topup/configure",
969
1000
  ...options,
970
1001
  headers: {
971
1002
  "Content-Type": "application/json",
972
1003
  ...options.headers
973
1004
  }
974
1005
  });
975
- var pollContactEnrichmentResult = (options) => (options.client ?? client).post({
976
- url: "/v1/contact-details/poll",
1006
+ var buyCredits = (options) => (options.client ?? client).post({
1007
+ url: "/v1/buy-credits",
1008
+ ...options,
1009
+ headers: {
1010
+ "Content-Type": "application/json",
1011
+ ...options.headers
1012
+ }
1013
+ });
1014
+ var pollExhaustiveContactEnrichmentResult = (options) => (options.client ?? client).post({
1015
+ url: "/v1/contact-details/exhaustive/poll",
977
1016
  ...options,
978
1017
  headers: {
979
1018
  "Content-Type": "application/json",
@@ -1036,6 +1075,14 @@ var githubToLinkedInPolling = (options) => (options.client ?? client).post({
1036
1075
  ...options.headers
1037
1076
  }
1038
1077
  });
1078
+ var socialMediaLookupPolling = (options) => (options.client ?? client).post({
1079
+ url: "/v1/social-media-lookup/polling",
1080
+ ...options,
1081
+ headers: {
1082
+ "Content-Type": "application/json",
1083
+ ...options.headers
1084
+ }
1085
+ });
1039
1086
  var getCompanyExclusionLists = (options) => (options.client ?? client).post({
1040
1087
  url: "/v1/exclusions/companies/get-lists",
1041
1088
  ...options,
@@ -1266,14 +1313,6 @@ var peopleSearchCount = (options) => (options.client ?? client).post({
1266
1313
  ...options.headers
1267
1314
  }
1268
1315
  });
1269
- var combinedSearch = (options) => (options.client ?? client).post({
1270
- url: "/v1/combined-search/start",
1271
- ...options,
1272
- headers: {
1273
- "Content-Type": "application/json",
1274
- ...options.headers
1275
- }
1276
- });
1277
1316
  var syncCombinedSearch = (options) => (options.client ?? client).post({
1278
1317
  url: "/v1/combined-search/sync",
1279
1318
  ...options,
@@ -1290,16 +1329,16 @@ var bulkCompanyLogos = (options) => (options.client ?? client).post({
1290
1329
  ...options.headers
1291
1330
  }
1292
1331
  });
1293
- var triggerContactEnrichment = (options) => (options.client ?? client).post({
1294
- url: "/v1/contact-details/start",
1332
+ var bulkProfilePic = (options) => (options.client ?? client).post({
1333
+ url: "/v1/profile-pic/bulk",
1295
1334
  ...options,
1296
1335
  headers: {
1297
1336
  "Content-Type": "application/json",
1298
1337
  ...options.headers
1299
1338
  }
1300
1339
  });
1301
- var syncContactEnrichment = (options) => (options.client ?? client).post({
1302
- url: "/v1/contact-details/sync",
1340
+ var combinedSearchCount = (options) => (options.client ?? client).post({
1341
+ url: "/v1/combined-search/count",
1303
1342
  ...options,
1304
1343
  headers: {
1305
1344
  "Content-Type": "application/json",
@@ -1322,6 +1361,14 @@ var syncQuickContactReveal = (options) => (options.client ?? client).post({
1322
1361
  ...options.headers
1323
1362
  }
1324
1363
  });
1364
+ var triggerExhaustiveContactEnrichment = (options) => (options.client ?? client).post({
1365
+ url: "/v1/contact-details/exhaustive/start",
1366
+ ...options,
1367
+ headers: {
1368
+ "Content-Type": "application/json",
1369
+ ...options.headers
1370
+ }
1371
+ });
1325
1372
  var startBatchContactEnrichment = (options) => (options.client ?? client).post({
1326
1373
  url: "/v1/contact-enrich/batch/start",
1327
1374
  ...options,
@@ -1402,6 +1449,22 @@ var postSearchByKeywords = (options) => (options.client ?? client).post({
1402
1449
  ...options.headers
1403
1450
  }
1404
1451
  });
1452
+ var standardizeProfile = (options) => (options.client ?? client).post({
1453
+ url: "/v1/standardize/profile/single",
1454
+ ...options,
1455
+ headers: {
1456
+ "Content-Type": "application/json",
1457
+ ...options.headers
1458
+ }
1459
+ });
1460
+ var standardizeCompany = (options) => (options.client ?? client).post({
1461
+ url: "/v1/standardize/company/single",
1462
+ ...options,
1463
+ headers: {
1464
+ "Content-Type": "application/json",
1465
+ ...options.headers
1466
+ }
1467
+ });
1405
1468
  var reverseEmailLookup = (options) => (options.client ?? client).post({
1406
1469
  url: "/v1/email-to-person/single",
1407
1470
  ...options,
@@ -1482,40 +1545,24 @@ var validatePhoneNumber = (options) => (options.client ?? client).post({
1482
1545
  ...options.headers
1483
1546
  }
1484
1547
  });
1485
- var textToCompanySearchParams = (options) => (options.client ?? client).post({
1486
- url: "/v1/text-to-search-params/companies",
1487
- ...options,
1488
- headers: {
1489
- "Content-Type": "application/json",
1490
- ...options.headers
1491
- }
1492
- });
1493
- var textToCompanySearch = (options) => (options.client ?? client).post({
1494
- url: "/v1/natural-language-search/companies",
1495
- ...options,
1496
- headers: {
1497
- "Content-Type": "application/json",
1498
- ...options.headers
1499
- }
1500
- });
1501
- var textToProfileSearchParams = (options) => (options.client ?? client).post({
1502
- url: "/v1/text-to-search-params/profiles",
1548
+ var textToCombinedSearch = (options) => (options.client ?? client).post({
1549
+ url: "/v1/natural-language-search/combined/sync",
1503
1550
  ...options,
1504
1551
  headers: {
1505
1552
  "Content-Type": "application/json",
1506
1553
  ...options.headers
1507
1554
  }
1508
1555
  });
1509
- var textToProfileSearch = (options) => (options.client ?? client).post({
1510
- url: "/v1/natural-language-search/profiles",
1556
+ var jdToProfileSearch = (options) => (options.client ?? client).post({
1557
+ url: "/v1/natural-language-search/job-description-search",
1511
1558
  ...options,
1512
1559
  headers: {
1513
1560
  "Content-Type": "application/json",
1514
1561
  ...options.headers
1515
1562
  }
1516
1563
  });
1517
- var textToCombinedSearch = (options) => (options.client ?? client).post({
1518
- url: "/v1/natural-language-search/combined/sync",
1564
+ var textToCombinedSearchParam = (options) => (options.client ?? client).post({
1565
+ url: "/v1/natural-language-search/combined-search-param",
1519
1566
  ...options,
1520
1567
  headers: {
1521
1568
  "Content-Type": "application/json",
@@ -1642,6 +1689,14 @@ var domainLookupTrigger = (options) => (options.client ?? client).post({
1642
1689
  ...options.headers
1643
1690
  }
1644
1691
  });
1692
+ var multiSourceSearch = (options) => (options.client ?? client).post({
1693
+ url: "/v1/multi-source/search",
1694
+ ...options,
1695
+ headers: {
1696
+ "Content-Type": "application/json",
1697
+ ...options.headers
1698
+ }
1699
+ });
1645
1700
  var buildAudience = (options) => (options.client ?? client).post({
1646
1701
  url: "/v1/audiences/{audienceId}/build",
1647
1702
  ...options,
@@ -1674,15 +1729,226 @@ var githubToLinkedInTrigger = (options) => (options.client ?? client).post({
1674
1729
  ...options.headers
1675
1730
  }
1676
1731
  });
1732
+ var socialMediaLookupTrigger = (options) => (options.client ?? client).post({
1733
+ url: "/v1/social-media-lookup/trigger",
1734
+ ...options,
1735
+ headers: {
1736
+ "Content-Type": "application/json",
1737
+ ...options.headers
1738
+ }
1739
+ });
1740
+ var youtubeTranscript = (options) => (options.client ?? client).post({
1741
+ url: "/v1/youtube/transcript",
1742
+ ...options,
1743
+ headers: {
1744
+ "Content-Type": "application/json",
1745
+ ...options.headers
1746
+ }
1747
+ });
1748
+ var youtubeVideoDetails = (options) => (options.client ?? client).post({
1749
+ url: "/v1/youtube/video-details",
1750
+ ...options,
1751
+ headers: {
1752
+ "Content-Type": "application/json",
1753
+ ...options.headers
1754
+ }
1755
+ });
1756
+ var youtubeVideoComments = (options) => (options.client ?? client).post({
1757
+ url: "/v1/youtube/video-comments",
1758
+ ...options,
1759
+ headers: {
1760
+ "Content-Type": "application/json",
1761
+ ...options.headers
1762
+ }
1763
+ });
1764
+ var youtubeSearch = (options) => (options.client ?? client).post({
1765
+ url: "/v1/youtube/search",
1766
+ ...options,
1767
+ headers: {
1768
+ "Content-Type": "application/json",
1769
+ ...options.headers
1770
+ }
1771
+ });
1772
+ var youtubeChannel = (options) => (options.client ?? client).post({
1773
+ url: "/v1/youtube/channel",
1774
+ ...options,
1775
+ headers: {
1776
+ "Content-Type": "application/json",
1777
+ ...options.headers
1778
+ }
1779
+ });
1780
+ var getScoutingReport = (options) => (options.client ?? client).post({
1781
+ url: "/v1/scouting-report",
1782
+ ...options,
1783
+ headers: {
1784
+ "Content-Type": "application/json",
1785
+ ...options.headers
1786
+ }
1787
+ });
1788
+ var createJobChangeList = (options) => (options.client ?? client).post({
1789
+ url: "/v1/job-changes/create-list",
1790
+ ...options,
1791
+ headers: {
1792
+ "Content-Type": "application/json",
1793
+ ...options.headers
1794
+ }
1795
+ });
1796
+ var getJourneymanList = (options) => (options.client ?? client).post({
1797
+ url: "/v1/job-changes/get-list",
1798
+ ...options,
1799
+ headers: {
1800
+ "Content-Type": "application/json",
1801
+ ...options.headers
1802
+ }
1803
+ });
1804
+ var updateJobChangeList = (options) => (options.client ?? client).post({
1805
+ url: "/v1/job-changes/update-list",
1806
+ ...options,
1807
+ headers: {
1808
+ "Content-Type": "application/json",
1809
+ ...options.headers
1810
+ }
1811
+ });
1812
+ var deleteJobChangeList = (options) => (options.client ?? client).post({
1813
+ url: "/v1/job-changes/delete-list",
1814
+ ...options,
1815
+ headers: {
1816
+ "Content-Type": "application/json",
1817
+ ...options.headers
1818
+ }
1819
+ });
1820
+ var addProfilesToList = (options) => (options.client ?? client).post({
1821
+ url: "/v1/job-changes/add-profiles",
1822
+ ...options,
1823
+ headers: {
1824
+ "Content-Type": "application/json",
1825
+ ...options.headers
1826
+ }
1827
+ });
1828
+ var deleteProfilesFromJobChangeList = (options) => (options.client ?? client).post({
1829
+ url: "/v1/job-changes/delete-profiles",
1830
+ ...options,
1831
+ headers: {
1832
+ "Content-Type": "application/json",
1833
+ ...options.headers
1834
+ }
1835
+ });
1836
+ var listAllJourneymanLists = (options) => (options.client ?? client).post({
1837
+ url: "/v1/job-changes/list-all",
1838
+ ...options,
1839
+ headers: {
1840
+ "Content-Type": "application/json",
1841
+ ...options.headers
1842
+ }
1843
+ });
1844
+ var listAllProfilesFromJourneymanList = (options) => (options.client ?? client).post({
1845
+ url: "/v1/job-changes/list-all-profiles",
1846
+ ...options,
1847
+ headers: {
1848
+ "Content-Type": "application/json",
1849
+ ...options.headers
1850
+ }
1851
+ });
1852
+ var twitterProfile = (options) => (options.client ?? client).post({
1853
+ url: "/v1/twitter/profile",
1854
+ ...options,
1855
+ headers: {
1856
+ "Content-Type": "application/json",
1857
+ ...options.headers
1858
+ }
1859
+ });
1860
+ var twitterUserTweets = (options) => (options.client ?? client).post({
1861
+ url: "/v1/twitter/user-tweets",
1862
+ ...options,
1863
+ headers: {
1864
+ "Content-Type": "application/json",
1865
+ ...options.headers
1866
+ }
1867
+ });
1868
+ var twitterUserFollowers = (options) => (options.client ?? client).post({
1869
+ url: "/v1/twitter/user-followers",
1870
+ ...options,
1871
+ headers: {
1872
+ "Content-Type": "application/json",
1873
+ ...options.headers
1874
+ }
1875
+ });
1876
+ var twitterUserFollowing = (options) => (options.client ?? client).post({
1877
+ url: "/v1/twitter/user-following",
1878
+ ...options,
1879
+ headers: {
1880
+ "Content-Type": "application/json",
1881
+ ...options.headers
1882
+ }
1883
+ });
1884
+ var twitterTweetDetails = (options) => (options.client ?? client).post({
1885
+ url: "/v1/twitter/tweet-details",
1886
+ ...options,
1887
+ headers: {
1888
+ "Content-Type": "application/json",
1889
+ ...options.headers
1890
+ }
1891
+ });
1892
+ var twitterTweetReplies = (options) => (options.client ?? client).post({
1893
+ url: "/v1/twitter/tweet-replies",
1894
+ ...options,
1895
+ headers: {
1896
+ "Content-Type": "application/json",
1897
+ ...options.headers
1898
+ }
1899
+ });
1900
+ var twitterTweetQuotes = (options) => (options.client ?? client).post({
1901
+ url: "/v1/twitter/tweet-quotes",
1902
+ ...options,
1903
+ headers: {
1904
+ "Content-Type": "application/json",
1905
+ ...options.headers
1906
+ }
1907
+ });
1908
+ var twitterTweetRetweeters = (options) => (options.client ?? client).post({
1909
+ url: "/v1/twitter/tweet-retweeters",
1910
+ ...options,
1911
+ headers: {
1912
+ "Content-Type": "application/json",
1913
+ ...options.headers
1914
+ }
1915
+ });
1916
+ var twitterUserMentions = (options) => (options.client ?? client).post({
1917
+ url: "/v1/twitter/user-mentions",
1918
+ ...options,
1919
+ headers: {
1920
+ "Content-Type": "application/json",
1921
+ ...options.headers
1922
+ }
1923
+ });
1924
+ var twitterSearch = (options) => (options.client ?? client).post({
1925
+ url: "/v1/twitter/search",
1926
+ ...options,
1927
+ headers: {
1928
+ "Content-Type": "application/json",
1929
+ ...options.headers
1930
+ }
1931
+ });
1932
+ var getCompanyRevenue = (options) => (options.client ?? client).post({
1933
+ url: "/v1/company-revenue",
1934
+ ...options,
1935
+ headers: {
1936
+ "Content-Type": "application/json",
1937
+ ...options.headers
1938
+ }
1939
+ });
1677
1940
  // Annotate the CommonJS export names for ESM import in node:
1678
1941
  0 && (module.exports = {
1679
1942
  addCompaniesToExclusionList,
1943
+ addProfilesToList,
1680
1944
  addProspectsToExclusionList,
1681
1945
  buildAudience,
1682
1946
  bulkCompanyLogos,
1947
+ bulkProfilePic,
1948
+ buyCredits,
1683
1949
  checkGoogleMapsResults,
1684
1950
  client,
1685
- combinedSearch,
1951
+ combinedSearchCount,
1686
1952
  companyCount,
1687
1953
  companyLiveEnrich,
1688
1954
  companyPostsLiveFetch,
@@ -1693,11 +1959,14 @@ var githubToLinkedInTrigger = (options) => (options.client ?? client).post({
1693
1959
  createCompanyExclusionList,
1694
1960
  createCompanyExclusionListFromAudience,
1695
1961
  createConfig,
1962
+ createJobChangeList,
1696
1963
  createProspectExclusionList,
1697
1964
  createProspectExclusionListFromAudience,
1698
1965
  createSavedSearch,
1699
1966
  deleteAudience,
1700
1967
  deleteCompanyExclusionList,
1968
+ deleteJobChangeList,
1969
+ deleteProfilesFromJobChangeList,
1701
1970
  deleteProspectExclusionList,
1702
1971
  domainLookupPolling,
1703
1972
  domainLookupTrigger,
@@ -1709,13 +1978,16 @@ var githubToLinkedInTrigger = (options) => (options.client ?? client).post({
1709
1978
  getAudienceCompanies,
1710
1979
  getAudienceProspects,
1711
1980
  getAudienceStatus,
1981
+ getAutoTopupSettings,
1712
1982
  getCompanyExclusionLists,
1983
+ getCompanyRevenue,
1713
1984
  getCurrentCompaniesInSavedSearch,
1714
1985
  getCurrentProfilesInSavedSearch,
1715
1986
  getEnrichmentStatus,
1716
1987
  getExcludedCompaniesForExclusionList,
1717
1988
  getExcludedProspectsForExclusionList,
1718
1989
  getIndustries,
1990
+ getJourneymanList,
1719
1991
  getLanguages,
1720
1992
  getLatestSavedSearchRun,
1721
1993
  getNaicsCodes,
@@ -1728,6 +2000,7 @@ var githubToLinkedInTrigger = (options) => (options.client ?? client).post({
1728
2000
  getSavedSearchRunCompanies,
1729
2001
  getSavedSearchRunProfiles,
1730
2002
  getSavedSearchRunStatus,
2003
+ getScoutingReport,
1731
2004
  getSubdivisions,
1732
2005
  getTags,
1733
2006
  getTimeZones,
@@ -1739,22 +2012,25 @@ var githubToLinkedInTrigger = (options) => (options.client ?? client).post({
1739
2012
  healthCheck,
1740
2013
  investmentSearch,
1741
2014
  investorSearch,
2015
+ jdToProfileSearch,
1742
2016
  jobPostingSearch,
1743
2017
  jobPostingSearchCount,
1744
2018
  kitchenSinkBulkCompany,
1745
2019
  kitchenSinkBulkProfile,
1746
2020
  kitchenSinkCompany,
1747
2021
  kitchenSinkProfile,
2022
+ listAllJourneymanLists,
2023
+ listAllProfilesFromJourneymanList,
1748
2024
  listAudiences,
1749
2025
  listSavedSearch,
1750
2026
  listSavedSearchRuns,
1751
2027
  locationTypeahead,
1752
2028
  manuallySpawnSavedSearchRun,
2029
+ multiSourceSearch,
1753
2030
  peopleSearch,
1754
2031
  peopleSearchCount,
1755
2032
  pollBatchContactEnrichment,
1756
- pollCombinedSearch,
1757
- pollContactEnrichmentResult,
2033
+ pollExhaustiveContactEnrichmentResult,
1758
2034
  pollGoogleMapsResults,
1759
2035
  pollLocalBusinessSearch,
1760
2036
  postCommentsLiveFetch,
@@ -1767,21 +2043,38 @@ var githubToLinkedInTrigger = (options) => (options.client ?? client).post({
1767
2043
  removeCompanyFromExclusionList,
1768
2044
  removeProspectFromExclusionList,
1769
2045
  reverseEmailLookup,
2046
+ socialMediaLookupPolling,
2047
+ socialMediaLookupTrigger,
2048
+ standardizeCompany,
2049
+ standardizeProfile,
1770
2050
  startBatchContactEnrichment,
1771
2051
  startLocalBusinessSearch,
1772
2052
  syncCombinedSearch,
1773
- syncContactEnrichment,
1774
2053
  syncQuickContactReveal,
1775
2054
  syncTurboContactEnrichment,
1776
2055
  textToCombinedSearch,
1777
- textToCompanySearch,
1778
- textToCompanySearchParams,
1779
- textToProfileSearch,
1780
- textToProfileSearchParams,
1781
- triggerContactEnrichment,
2056
+ textToCombinedSearchParam,
1782
2057
  triggerEnrichment,
2058
+ triggerExhaustiveContactEnrichment,
2059
+ twitterProfile,
2060
+ twitterSearch,
2061
+ twitterTweetDetails,
2062
+ twitterTweetQuotes,
2063
+ twitterTweetReplies,
2064
+ twitterTweetRetweeters,
2065
+ twitterUserFollowers,
2066
+ twitterUserFollowing,
2067
+ twitterUserMentions,
2068
+ twitterUserTweets,
1783
2069
  updateAudienceSearchParams,
2070
+ updateAutoTopupSettings,
2071
+ updateJobChangeList,
1784
2072
  updateSavedSearch,
1785
- validatePhoneNumber
2073
+ validatePhoneNumber,
2074
+ youtubeChannel,
2075
+ youtubeSearch,
2076
+ youtubeTranscript,
2077
+ youtubeVideoComments,
2078
+ youtubeVideoDetails
1786
2079
  });
1787
2080
  //# sourceMappingURL=index.cjs.map