@fiberai/sdk 0.0.13 → 0.0.15
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/README.md +575 -495
- package/dist/index.cjs +341 -135
- package/dist/index.d.cts +32316 -39695
- package/dist/index.d.ts +32316 -39695
- package/dist/index.js +297 -113
- package/dist/zod.cjs +126907 -0
- package/dist/zod.d.cts +99081 -0
- package/dist/zod.d.ts +99081 -0
- package/dist/zod.js +126570 -0
- package/package.json +16 -2
- package/dist/index.cjs.map +0 -1
- package/dist/index.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
|
|
20
20
|
// src/index.ts
|
|
21
|
-
var
|
|
22
|
-
__export(
|
|
21
|
+
var src_exports = {};
|
|
22
|
+
__export(src_exports, {
|
|
23
23
|
addCompaniesToExclusionList: () => addCompaniesToExclusionList,
|
|
24
24
|
addProfilesToList: () => addProfilesToList,
|
|
25
25
|
addProspectsToExclusionList: () => addProspectsToExclusionList,
|
|
@@ -43,7 +43,6 @@ __export(index_exports, {
|
|
|
43
43
|
createJobChangeList: () => createJobChangeList,
|
|
44
44
|
createProspectExclusionList: () => createProspectExclusionList,
|
|
45
45
|
createProspectExclusionListFromAudience: () => createProspectExclusionListFromAudience,
|
|
46
|
-
createSavedSearch: () => createSavedSearch,
|
|
47
46
|
deleteAudience: () => deleteAudience,
|
|
48
47
|
deleteCompanyExclusionList: () => deleteCompanyExclusionList,
|
|
49
48
|
deleteJobChangeList: () => deleteJobChangeList,
|
|
@@ -55,6 +54,7 @@ __export(index_exports, {
|
|
|
55
54
|
estimateEnrichmentCost: () => estimateEnrichmentCost,
|
|
56
55
|
exportCompanies: () => exportCompanies,
|
|
57
56
|
exportProspects: () => exportProspects,
|
|
57
|
+
fetchRealEstateListings: () => fetchRealEstateListings,
|
|
58
58
|
getAccelerators: () => getAccelerators,
|
|
59
59
|
getAudienceCompanies: () => getAudienceCompanies,
|
|
60
60
|
getAudienceProspects: () => getAudienceProspects,
|
|
@@ -62,40 +62,39 @@ __export(index_exports, {
|
|
|
62
62
|
getAutoTopupSettings: () => getAutoTopupSettings,
|
|
63
63
|
getCompanyExclusionLists: () => getCompanyExclusionLists,
|
|
64
64
|
getCompanyRevenue: () => getCompanyRevenue,
|
|
65
|
-
getCurrentCompaniesInSavedSearch: () => getCurrentCompaniesInSavedSearch,
|
|
66
|
-
getCurrentProfilesInSavedSearch: () => getCurrentProfilesInSavedSearch,
|
|
67
65
|
getEnrichmentStatus: () => getEnrichmentStatus,
|
|
68
66
|
getExcludedCompaniesForExclusionList: () => getExcludedCompaniesForExclusionList,
|
|
69
67
|
getExcludedProspectsForExclusionList: () => getExcludedProspectsForExclusionList,
|
|
70
68
|
getIndustries: () => getIndustries,
|
|
71
69
|
getJourneymanList: () => getJourneymanList,
|
|
72
70
|
getLanguages: () => getLanguages,
|
|
73
|
-
getLatestSavedSearchRun: () => getLatestSavedSearchRun,
|
|
74
71
|
getNaicsCodes: () => getNaicsCodes,
|
|
75
72
|
getOpenApi: () => getOpenApi,
|
|
76
73
|
getOrgCredits: () => getOrgCredits,
|
|
77
74
|
getProspectExclusionLists: () => getProspectExclusionLists,
|
|
75
|
+
getRateLimits: () => getRateLimits,
|
|
78
76
|
getRegions: () => getRegions,
|
|
79
|
-
getSavedSearch: () => getSavedSearch,
|
|
80
|
-
getSavedSearchRun: () => getSavedSearchRun,
|
|
81
|
-
getSavedSearchRunCompanies: () => getSavedSearchRunCompanies,
|
|
82
|
-
getSavedSearchRunProfiles: () => getSavedSearchRunProfiles,
|
|
83
|
-
getSavedSearchRunStatus: () => getSavedSearchRunStatus,
|
|
84
77
|
getScoutingReport: () => getScoutingReport,
|
|
85
78
|
getSubdivisions: () => getSubdivisions,
|
|
86
79
|
getTags: () => getTags,
|
|
80
|
+
getTechnologies: () => getTechnologies,
|
|
87
81
|
getTimeZones: () => getTimeZones,
|
|
88
|
-
|
|
82
|
+
githubLookupPoll: () => githubLookupPoll,
|
|
89
83
|
githubLookupTrigger: () => githubLookupTrigger,
|
|
90
84
|
githubToLinkedInPolling: () => githubToLinkedInPolling,
|
|
91
85
|
githubToLinkedInTrigger: () => githubToLinkedInTrigger,
|
|
86
|
+
githubToLinkedinSingle: () => githubToLinkedinSingle,
|
|
92
87
|
googleMapsSearch: () => googleMapsSearch,
|
|
93
88
|
healthCheck: () => healthCheck,
|
|
94
|
-
|
|
95
|
-
|
|
89
|
+
instagramPostComments: () => instagramPostComments,
|
|
90
|
+
instagramPostDetails: () => instagramPostDetails,
|
|
91
|
+
instagramProfile: () => instagramProfile,
|
|
92
|
+
instagramUserPosts: () => instagramUserPosts,
|
|
93
|
+
instagramUserReels: () => instagramUserReels,
|
|
96
94
|
jdToProfileSearch: () => jdToProfileSearch,
|
|
97
95
|
jobPostingSearch: () => jobPostingSearch,
|
|
98
96
|
jobPostingSearchCount: () => jobPostingSearchCount,
|
|
97
|
+
jobTitleRewrite: () => jobTitleRewrite,
|
|
99
98
|
kitchenSinkBulkCompany: () => kitchenSinkBulkCompany,
|
|
100
99
|
kitchenSinkBulkProfile: () => kitchenSinkBulkProfile,
|
|
101
100
|
kitchenSinkCompany: () => kitchenSinkCompany,
|
|
@@ -103,14 +102,14 @@ __export(index_exports, {
|
|
|
103
102
|
listAllJourneymanLists: () => listAllJourneymanLists,
|
|
104
103
|
listAllProfilesFromJourneymanList: () => listAllProfilesFromJourneymanList,
|
|
105
104
|
listAudiences: () => listAudiences,
|
|
106
|
-
listSavedSearch: () => listSavedSearch,
|
|
107
|
-
listSavedSearchRuns: () => listSavedSearchRuns,
|
|
108
105
|
locationTypeahead: () => locationTypeahead,
|
|
109
|
-
manuallySpawnSavedSearchRun: () => manuallySpawnSavedSearchRun,
|
|
110
106
|
multiSourceSearch: () => multiSourceSearch,
|
|
107
|
+
paginatedCombinedSearch: () => paginatedCombinedSearch,
|
|
111
108
|
peopleSearch: () => peopleSearch,
|
|
112
109
|
peopleSearchCount: () => peopleSearchCount,
|
|
113
|
-
|
|
110
|
+
pollBatchContactDetails: () => pollBatchContactDetails,
|
|
111
|
+
pollBatchLiveEnrich: () => pollBatchLiveEnrich,
|
|
112
|
+
pollDepthChart: () => pollDepthChart,
|
|
114
113
|
pollExhaustiveContactEnrichmentResult: () => pollExhaustiveContactEnrichmentResult,
|
|
115
114
|
pollGoogleMapsResults: () => pollGoogleMapsResults,
|
|
116
115
|
pollLocalBusinessSearch: () => pollLocalBusinessSearch,
|
|
@@ -128,15 +127,38 @@ __export(index_exports, {
|
|
|
128
127
|
socialMediaLookupTrigger: () => socialMediaLookupTrigger,
|
|
129
128
|
standardizeCompany: () => standardizeCompany,
|
|
130
129
|
standardizeProfile: () => standardizeProfile,
|
|
131
|
-
|
|
130
|
+
startBatchContactDetails: () => startBatchContactDetails,
|
|
131
|
+
startBatchLiveEnrich: () => startBatchLiveEnrich,
|
|
132
|
+
startDepthChart: () => startDepthChart,
|
|
132
133
|
startLocalBusinessSearch: () => startLocalBusinessSearch,
|
|
133
|
-
|
|
134
|
+
stealthFoundersCount: () => stealthFoundersCount,
|
|
135
|
+
stealthFoundersSearch: () => stealthFoundersSearch,
|
|
134
136
|
syncQuickContactReveal: () => syncQuickContactReveal,
|
|
135
137
|
syncTurboContactEnrichment: () => syncTurboContactEnrichment,
|
|
136
138
|
textToCombinedSearch: () => textToCombinedSearch,
|
|
137
139
|
textToCombinedSearchParam: () => textToCombinedSearchParam,
|
|
140
|
+
tiktokCommentReplies: () => tiktokCommentReplies,
|
|
141
|
+
tiktokPopularCreators: () => tiktokPopularCreators,
|
|
142
|
+
tiktokPopularHashtags: () => tiktokPopularHashtags,
|
|
143
|
+
tiktokPopularSongs: () => tiktokPopularSongs,
|
|
144
|
+
tiktokPopularVideos: () => tiktokPopularVideos,
|
|
145
|
+
tiktokProfile: () => tiktokProfile,
|
|
146
|
+
tiktokSearchHashtag: () => tiktokSearchHashtag,
|
|
147
|
+
tiktokSearchKeyword: () => tiktokSearchKeyword,
|
|
148
|
+
tiktokSearchUsers: () => tiktokSearchUsers,
|
|
149
|
+
tiktokSongDetails: () => tiktokSongDetails,
|
|
150
|
+
tiktokSongVideos: () => tiktokSongVideos,
|
|
151
|
+
tiktokTrendingFeed: () => tiktokTrendingFeed,
|
|
152
|
+
tiktokUnifiedSearch: () => tiktokUnifiedSearch,
|
|
153
|
+
tiktokUserFollowers: () => tiktokUserFollowers,
|
|
154
|
+
tiktokUserFollowing: () => tiktokUserFollowing,
|
|
155
|
+
tiktokUserVideos: () => tiktokUserVideos,
|
|
156
|
+
tiktokVideoComments: () => tiktokVideoComments,
|
|
157
|
+
tiktokVideoDetails: () => tiktokVideoDetails,
|
|
158
|
+
tiktokVideoTranscript: () => tiktokVideoTranscript,
|
|
138
159
|
triggerEnrichment: () => triggerEnrichment,
|
|
139
160
|
triggerExhaustiveContactEnrichment: () => triggerExhaustiveContactEnrichment,
|
|
161
|
+
twitterHandleToLinkedinUrl: () => twitterHandleToLinkedinUrl,
|
|
140
162
|
twitterProfile: () => twitterProfile,
|
|
141
163
|
twitterSearch: () => twitterSearch,
|
|
142
164
|
twitterTweetDetails: () => twitterTweetDetails,
|
|
@@ -150,15 +172,15 @@ __export(index_exports, {
|
|
|
150
172
|
updateAudienceSearchParams: () => updateAudienceSearchParams,
|
|
151
173
|
updateAutoTopupSettings: () => updateAutoTopupSettings,
|
|
152
174
|
updateJobChangeList: () => updateJobChangeList,
|
|
153
|
-
updateSavedSearch: () => updateSavedSearch,
|
|
154
175
|
validatePhoneNumber: () => validatePhoneNumber,
|
|
176
|
+
webpageScreenshot: () => webpageScreenshot,
|
|
155
177
|
youtubeChannel: () => youtubeChannel,
|
|
156
178
|
youtubeSearch: () => youtubeSearch,
|
|
157
179
|
youtubeTranscript: () => youtubeTranscript,
|
|
158
180
|
youtubeVideoComments: () => youtubeVideoComments,
|
|
159
181
|
youtubeVideoDetails: () => youtubeVideoDetails
|
|
160
182
|
});
|
|
161
|
-
module.exports = __toCommonJS(
|
|
183
|
+
module.exports = __toCommonJS(src_exports);
|
|
162
184
|
|
|
163
185
|
// src/generated/core/bodySerializer.gen.ts
|
|
164
186
|
var jsonBodySerializer = {
|
|
@@ -994,6 +1016,7 @@ var client = createClient(createConfig({ baseUrl: "https://api.fiber.ai" }));
|
|
|
994
1016
|
var getOpenApi = (options) => (options?.client ?? client).get({ url: "/openapi.json", ...options });
|
|
995
1017
|
var healthCheck = (options) => (options?.client ?? client).get({ url: "/health", ...options });
|
|
996
1018
|
var getOrgCredits = (options) => (options.client ?? client).get({ url: "/v1/get-org-credits", ...options });
|
|
1019
|
+
var getRateLimits = (options) => (options.client ?? client).get({ url: "/v1/rate-limits", ...options });
|
|
997
1020
|
var getAutoTopupSettings = (options) => (options.client ?? client).get({ url: "/v1/auto-topup/settings", ...options });
|
|
998
1021
|
var updateAutoTopupSettings = (options) => (options.client ?? client).post({
|
|
999
1022
|
url: "/v1/auto-topup/configure",
|
|
@@ -1019,8 +1042,24 @@ var pollExhaustiveContactEnrichmentResult = (options) => (options.client ?? clie
|
|
|
1019
1042
|
...options.headers
|
|
1020
1043
|
}
|
|
1021
1044
|
});
|
|
1022
|
-
var
|
|
1023
|
-
url: "/v1/
|
|
1045
|
+
var pollDepthChart = (options) => (options.client ?? client).post({
|
|
1046
|
+
url: "/v1/depth-chart/poll",
|
|
1047
|
+
...options,
|
|
1048
|
+
headers: {
|
|
1049
|
+
"Content-Type": "application/json",
|
|
1050
|
+
...options.headers
|
|
1051
|
+
}
|
|
1052
|
+
});
|
|
1053
|
+
var pollBatchContactDetails = (options) => (options.client ?? client).post({
|
|
1054
|
+
url: "/v1/contact-details/batch/poll",
|
|
1055
|
+
...options,
|
|
1056
|
+
headers: {
|
|
1057
|
+
"Content-Type": "application/json",
|
|
1058
|
+
...options.headers
|
|
1059
|
+
}
|
|
1060
|
+
});
|
|
1061
|
+
var pollBatchLiveEnrich = (options) => (options.client ?? client).post({
|
|
1062
|
+
url: "/v1/linkedin-live-fetch/batch/poll",
|
|
1024
1063
|
...options,
|
|
1025
1064
|
headers: {
|
|
1026
1065
|
"Content-Type": "application/json",
|
|
@@ -1059,8 +1098,8 @@ var domainLookupPolling = (options) => (options.client ?? client).post({
|
|
|
1059
1098
|
...options.headers
|
|
1060
1099
|
}
|
|
1061
1100
|
});
|
|
1062
|
-
var
|
|
1063
|
-
url: "/v1/github-lookup/
|
|
1101
|
+
var githubLookupPoll = (options) => (options.client ?? client).post({
|
|
1102
|
+
url: "/v1/github-lookup/poll",
|
|
1064
1103
|
...options,
|
|
1065
1104
|
headers: {
|
|
1066
1105
|
"Content-Type": "application/json",
|
|
@@ -1203,6 +1242,7 @@ var getTags = (options) => (options.client ?? client).get({ url: "/v1/enums/tags
|
|
|
1203
1242
|
var getNaicsCodes = (options) => (options.client ?? client).get({ url: "/v1/enums/naics-codes", ...options });
|
|
1204
1243
|
var getAccelerators = (options) => (options.client ?? client).get({ url: "/v1/enums/accelerators", ...options });
|
|
1205
1244
|
var getSubdivisions = (options) => (options.client ?? client).get({ url: "/v1/enums/subdivisions", ...options });
|
|
1245
|
+
var getTechnologies = (options) => (options.client ?? client).get({ url: "/v1/enums/technologies", ...options });
|
|
1206
1246
|
var createAudience = (options) => (options.client ?? client).post({
|
|
1207
1247
|
url: "/v1/audiences/create",
|
|
1208
1248
|
...options,
|
|
@@ -1265,22 +1305,6 @@ var companyCount = (options) => (options.client ?? client).post({
|
|
|
1265
1305
|
...options.headers
|
|
1266
1306
|
}
|
|
1267
1307
|
});
|
|
1268
|
-
var investorSearch = (options) => (options.client ?? client).post({
|
|
1269
|
-
url: "/v1/investor-search",
|
|
1270
|
-
...options,
|
|
1271
|
-
headers: {
|
|
1272
|
-
"Content-Type": "application/json",
|
|
1273
|
-
...options.headers
|
|
1274
|
-
}
|
|
1275
|
-
});
|
|
1276
|
-
var investmentSearch = (options) => (options.client ?? client).post({
|
|
1277
|
-
url: "/v1/investment-search",
|
|
1278
|
-
...options,
|
|
1279
|
-
headers: {
|
|
1280
|
-
"Content-Type": "application/json",
|
|
1281
|
-
...options.headers
|
|
1282
|
-
}
|
|
1283
|
-
});
|
|
1284
1308
|
var jobPostingSearch = (options) => (options.client ?? client).post({
|
|
1285
1309
|
url: "/v1/job-search",
|
|
1286
1310
|
...options,
|
|
@@ -1313,8 +1337,8 @@ var peopleSearchCount = (options) => (options.client ?? client).post({
|
|
|
1313
1337
|
...options.headers
|
|
1314
1338
|
}
|
|
1315
1339
|
});
|
|
1316
|
-
var
|
|
1317
|
-
url: "/v1/combined-search/
|
|
1340
|
+
var paginatedCombinedSearch = (options) => (options.client ?? client).post({
|
|
1341
|
+
url: "/v1/combined-search/paginated",
|
|
1318
1342
|
...options,
|
|
1319
1343
|
headers: {
|
|
1320
1344
|
"Content-Type": "application/json",
|
|
@@ -1345,6 +1369,22 @@ var combinedSearchCount = (options) => (options.client ?? client).post({
|
|
|
1345
1369
|
...options.headers
|
|
1346
1370
|
}
|
|
1347
1371
|
});
|
|
1372
|
+
var stealthFoundersSearch = (options) => (options.client ?? client).post({
|
|
1373
|
+
url: "/v1/stealth-founders/search",
|
|
1374
|
+
...options,
|
|
1375
|
+
headers: {
|
|
1376
|
+
"Content-Type": "application/json",
|
|
1377
|
+
...options.headers
|
|
1378
|
+
}
|
|
1379
|
+
});
|
|
1380
|
+
var stealthFoundersCount = (options) => (options.client ?? client).post({
|
|
1381
|
+
url: "/v1/stealth-founders/count",
|
|
1382
|
+
...options,
|
|
1383
|
+
headers: {
|
|
1384
|
+
"Content-Type": "application/json",
|
|
1385
|
+
...options.headers
|
|
1386
|
+
}
|
|
1387
|
+
});
|
|
1348
1388
|
var syncTurboContactEnrichment = (options) => (options.client ?? client).post({
|
|
1349
1389
|
url: "/v1/contact-details/turbo/sync",
|
|
1350
1390
|
...options,
|
|
@@ -1361,6 +1401,14 @@ var syncQuickContactReveal = (options) => (options.client ?? client).post({
|
|
|
1361
1401
|
...options.headers
|
|
1362
1402
|
}
|
|
1363
1403
|
});
|
|
1404
|
+
var startDepthChart = (options) => (options.client ?? client).post({
|
|
1405
|
+
url: "/v1/depth-chart/start",
|
|
1406
|
+
...options,
|
|
1407
|
+
headers: {
|
|
1408
|
+
"Content-Type": "application/json",
|
|
1409
|
+
...options.headers
|
|
1410
|
+
}
|
|
1411
|
+
});
|
|
1364
1412
|
var triggerExhaustiveContactEnrichment = (options) => (options.client ?? client).post({
|
|
1365
1413
|
url: "/v1/contact-details/exhaustive/start",
|
|
1366
1414
|
...options,
|
|
@@ -1369,8 +1417,8 @@ var triggerExhaustiveContactEnrichment = (options) => (options.client ?? client)
|
|
|
1369
1417
|
...options.headers
|
|
1370
1418
|
}
|
|
1371
1419
|
});
|
|
1372
|
-
var
|
|
1373
|
-
url: "/v1/contact-
|
|
1420
|
+
var startBatchContactDetails = (options) => (options.client ?? client).post({
|
|
1421
|
+
url: "/v1/contact-details/batch/start",
|
|
1374
1422
|
...options,
|
|
1375
1423
|
headers: {
|
|
1376
1424
|
"Content-Type": "application/json",
|
|
@@ -1393,6 +1441,22 @@ var companyLiveEnrich = (options) => (options.client ?? client).post({
|
|
|
1393
1441
|
...options.headers
|
|
1394
1442
|
}
|
|
1395
1443
|
});
|
|
1444
|
+
var webpageScreenshot = (options) => (options.client ?? client).post({
|
|
1445
|
+
url: "/v1/live-fetch/webpage/screenshot",
|
|
1446
|
+
...options,
|
|
1447
|
+
headers: {
|
|
1448
|
+
"Content-Type": "application/json",
|
|
1449
|
+
...options.headers
|
|
1450
|
+
}
|
|
1451
|
+
});
|
|
1452
|
+
var startBatchLiveEnrich = (options) => (options.client ?? client).post({
|
|
1453
|
+
url: "/v1/linkedin-live-fetch/batch/start",
|
|
1454
|
+
...options,
|
|
1455
|
+
headers: {
|
|
1456
|
+
"Content-Type": "application/json",
|
|
1457
|
+
...options.headers
|
|
1458
|
+
}
|
|
1459
|
+
});
|
|
1396
1460
|
var profilePostsLiveFetch = (options) => (options.client ?? client).post({
|
|
1397
1461
|
url: "/v1/linkedin-live-fetch/profile-posts",
|
|
1398
1462
|
...options,
|
|
@@ -1473,6 +1537,14 @@ var reverseEmailLookup = (options) => (options.client ?? client).post({
|
|
|
1473
1537
|
...options.headers
|
|
1474
1538
|
}
|
|
1475
1539
|
});
|
|
1540
|
+
var twitterHandleToLinkedinUrl = (options) => (options.client ?? client).post({
|
|
1541
|
+
url: "/v1/twitter-handle-to-linkedin/single",
|
|
1542
|
+
...options,
|
|
1543
|
+
headers: {
|
|
1544
|
+
"Content-Type": "application/json",
|
|
1545
|
+
...options.headers
|
|
1546
|
+
}
|
|
1547
|
+
});
|
|
1476
1548
|
var googleMapsSearch = (options) => (options.client ?? client).post({
|
|
1477
1549
|
url: "/v1/google-maps-search/start",
|
|
1478
1550
|
...options,
|
|
@@ -1521,6 +1593,14 @@ var companyTypeahead = (options) => (options.client ?? client).post({
|
|
|
1521
1593
|
...options.headers
|
|
1522
1594
|
}
|
|
1523
1595
|
});
|
|
1596
|
+
var jobTitleRewrite = (options) => (options.client ?? client).post({
|
|
1597
|
+
url: "/v1/typeahead/job-title",
|
|
1598
|
+
...options,
|
|
1599
|
+
headers: {
|
|
1600
|
+
"Content-Type": "application/json",
|
|
1601
|
+
...options.headers
|
|
1602
|
+
}
|
|
1603
|
+
});
|
|
1524
1604
|
var locationTypeahead = (options) => (options.client ?? client).post({
|
|
1525
1605
|
url: "/v1/typeahead/location",
|
|
1526
1606
|
...options,
|
|
@@ -1569,280 +1649,384 @@ var textToCombinedSearchParam = (options) => (options.client ?? client).post({
|
|
|
1569
1649
|
...options.headers
|
|
1570
1650
|
}
|
|
1571
1651
|
});
|
|
1572
|
-
var
|
|
1573
|
-
url: "/v1/
|
|
1652
|
+
var startLocalBusinessSearch = (options) => (options.client ?? client).post({
|
|
1653
|
+
url: "/v1/local-business-search/start",
|
|
1574
1654
|
...options,
|
|
1575
1655
|
headers: {
|
|
1576
1656
|
"Content-Type": "application/json",
|
|
1577
1657
|
...options.headers
|
|
1578
1658
|
}
|
|
1579
1659
|
});
|
|
1580
|
-
var
|
|
1581
|
-
url: "/v1/
|
|
1660
|
+
var domainLookupTrigger = (options) => (options.client ?? client).post({
|
|
1661
|
+
url: "/v1/domain-lookup/trigger",
|
|
1582
1662
|
...options,
|
|
1583
1663
|
headers: {
|
|
1584
1664
|
"Content-Type": "application/json",
|
|
1585
1665
|
...options.headers
|
|
1586
1666
|
}
|
|
1587
1667
|
});
|
|
1588
|
-
var
|
|
1589
|
-
url: "/v1/
|
|
1668
|
+
var multiSourceSearch = (options) => (options.client ?? client).post({
|
|
1669
|
+
url: "/v1/multi-source/search",
|
|
1590
1670
|
...options,
|
|
1591
1671
|
headers: {
|
|
1592
1672
|
"Content-Type": "application/json",
|
|
1593
1673
|
...options.headers
|
|
1594
1674
|
}
|
|
1595
1675
|
});
|
|
1596
|
-
var
|
|
1597
|
-
url: "/v1/
|
|
1676
|
+
var buildAudience = (options) => (options.client ?? client).post({
|
|
1677
|
+
url: "/v1/audiences/{audienceId}/build",
|
|
1598
1678
|
...options,
|
|
1599
1679
|
headers: {
|
|
1600
1680
|
"Content-Type": "application/json",
|
|
1601
1681
|
...options.headers
|
|
1602
1682
|
}
|
|
1603
1683
|
});
|
|
1604
|
-
var
|
|
1605
|
-
url: "/v1/
|
|
1684
|
+
var triggerEnrichment = (options) => (options.client ?? client).post({
|
|
1685
|
+
url: "/v1/audiences/{audienceId}/enrich",
|
|
1606
1686
|
...options,
|
|
1607
1687
|
headers: {
|
|
1608
1688
|
"Content-Type": "application/json",
|
|
1609
1689
|
...options.headers
|
|
1610
1690
|
}
|
|
1611
1691
|
});
|
|
1612
|
-
var
|
|
1613
|
-
url: "/v1/
|
|
1692
|
+
var githubLookupTrigger = (options) => (options.client ?? client).post({
|
|
1693
|
+
url: "/v1/github-lookup/trigger",
|
|
1614
1694
|
...options,
|
|
1615
1695
|
headers: {
|
|
1616
1696
|
"Content-Type": "application/json",
|
|
1617
1697
|
...options.headers
|
|
1618
1698
|
}
|
|
1619
1699
|
});
|
|
1620
|
-
var
|
|
1621
|
-
url: "/v1/
|
|
1700
|
+
var githubToLinkedInTrigger = (options) => (options.client ?? client).post({
|
|
1701
|
+
url: "/v1/github-to-linkedin/trigger",
|
|
1622
1702
|
...options,
|
|
1623
1703
|
headers: {
|
|
1624
1704
|
"Content-Type": "application/json",
|
|
1625
1705
|
...options.headers
|
|
1626
1706
|
}
|
|
1627
1707
|
});
|
|
1628
|
-
var
|
|
1629
|
-
url: "/v1/
|
|
1708
|
+
var githubToLinkedinSingle = (options) => (options.client ?? client).post({
|
|
1709
|
+
url: "/v1/github-to-linkedin/single",
|
|
1630
1710
|
...options,
|
|
1631
1711
|
headers: {
|
|
1632
1712
|
"Content-Type": "application/json",
|
|
1633
1713
|
...options.headers
|
|
1634
1714
|
}
|
|
1635
1715
|
});
|
|
1636
|
-
var
|
|
1637
|
-
url: "/v1/
|
|
1716
|
+
var socialMediaLookupTrigger = (options) => (options.client ?? client).post({
|
|
1717
|
+
url: "/v1/social-media-lookup/trigger",
|
|
1638
1718
|
...options,
|
|
1639
1719
|
headers: {
|
|
1640
1720
|
"Content-Type": "application/json",
|
|
1641
1721
|
...options.headers
|
|
1642
1722
|
}
|
|
1643
1723
|
});
|
|
1644
|
-
var
|
|
1645
|
-
url: "/v1/
|
|
1724
|
+
var youtubeTranscript = (options) => (options.client ?? client).post({
|
|
1725
|
+
url: "/v1/youtube/transcript",
|
|
1646
1726
|
...options,
|
|
1647
1727
|
headers: {
|
|
1648
1728
|
"Content-Type": "application/json",
|
|
1649
1729
|
...options.headers
|
|
1650
1730
|
}
|
|
1651
1731
|
});
|
|
1652
|
-
var
|
|
1653
|
-
url: "/v1/
|
|
1732
|
+
var youtubeVideoDetails = (options) => (options.client ?? client).post({
|
|
1733
|
+
url: "/v1/youtube/video-details",
|
|
1654
1734
|
...options,
|
|
1655
1735
|
headers: {
|
|
1656
1736
|
"Content-Type": "application/json",
|
|
1657
1737
|
...options.headers
|
|
1658
1738
|
}
|
|
1659
1739
|
});
|
|
1660
|
-
var
|
|
1661
|
-
url: "/v1/
|
|
1740
|
+
var youtubeVideoComments = (options) => (options.client ?? client).post({
|
|
1741
|
+
url: "/v1/youtube/video-comments",
|
|
1662
1742
|
...options,
|
|
1663
1743
|
headers: {
|
|
1664
1744
|
"Content-Type": "application/json",
|
|
1665
1745
|
...options.headers
|
|
1666
1746
|
}
|
|
1667
1747
|
});
|
|
1668
|
-
var
|
|
1669
|
-
url: "/v1/
|
|
1748
|
+
var youtubeSearch = (options) => (options.client ?? client).post({
|
|
1749
|
+
url: "/v1/youtube/search",
|
|
1670
1750
|
...options,
|
|
1671
1751
|
headers: {
|
|
1672
1752
|
"Content-Type": "application/json",
|
|
1673
1753
|
...options.headers
|
|
1674
1754
|
}
|
|
1675
1755
|
});
|
|
1676
|
-
var
|
|
1677
|
-
url: "/v1/
|
|
1756
|
+
var youtubeChannel = (options) => (options.client ?? client).post({
|
|
1757
|
+
url: "/v1/youtube/channel",
|
|
1678
1758
|
...options,
|
|
1679
1759
|
headers: {
|
|
1680
1760
|
"Content-Type": "application/json",
|
|
1681
1761
|
...options.headers
|
|
1682
1762
|
}
|
|
1683
1763
|
});
|
|
1684
|
-
var
|
|
1685
|
-
url: "/v1/
|
|
1764
|
+
var fetchRealEstateListings = (options) => (options.client ?? client).post({
|
|
1765
|
+
url: "/v1/real-estate/listings",
|
|
1686
1766
|
...options,
|
|
1687
1767
|
headers: {
|
|
1688
1768
|
"Content-Type": "application/json",
|
|
1689
1769
|
...options.headers
|
|
1690
1770
|
}
|
|
1691
1771
|
});
|
|
1692
|
-
var
|
|
1693
|
-
url: "/v1/
|
|
1772
|
+
var getScoutingReport = (options) => (options.client ?? client).post({
|
|
1773
|
+
url: "/v1/scouting-report",
|
|
1694
1774
|
...options,
|
|
1695
1775
|
headers: {
|
|
1696
1776
|
"Content-Type": "application/json",
|
|
1697
1777
|
...options.headers
|
|
1698
1778
|
}
|
|
1699
1779
|
});
|
|
1700
|
-
var
|
|
1701
|
-
url: "/v1/
|
|
1780
|
+
var createJobChangeList = (options) => (options.client ?? client).post({
|
|
1781
|
+
url: "/v1/job-changes/create-list",
|
|
1702
1782
|
...options,
|
|
1703
1783
|
headers: {
|
|
1704
1784
|
"Content-Type": "application/json",
|
|
1705
1785
|
...options.headers
|
|
1706
1786
|
}
|
|
1707
1787
|
});
|
|
1708
|
-
var
|
|
1709
|
-
url: "/v1/
|
|
1788
|
+
var getJourneymanList = (options) => (options.client ?? client).post({
|
|
1789
|
+
url: "/v1/job-changes/get-list",
|
|
1710
1790
|
...options,
|
|
1711
1791
|
headers: {
|
|
1712
1792
|
"Content-Type": "application/json",
|
|
1713
1793
|
...options.headers
|
|
1714
1794
|
}
|
|
1715
1795
|
});
|
|
1716
|
-
var
|
|
1717
|
-
url: "/v1/
|
|
1796
|
+
var updateJobChangeList = (options) => (options.client ?? client).post({
|
|
1797
|
+
url: "/v1/job-changes/update-list",
|
|
1718
1798
|
...options,
|
|
1719
1799
|
headers: {
|
|
1720
1800
|
"Content-Type": "application/json",
|
|
1721
1801
|
...options.headers
|
|
1722
1802
|
}
|
|
1723
1803
|
});
|
|
1724
|
-
var
|
|
1725
|
-
url: "/v1/
|
|
1804
|
+
var deleteJobChangeList = (options) => (options.client ?? client).post({
|
|
1805
|
+
url: "/v1/job-changes/delete-list",
|
|
1726
1806
|
...options,
|
|
1727
1807
|
headers: {
|
|
1728
1808
|
"Content-Type": "application/json",
|
|
1729
1809
|
...options.headers
|
|
1730
1810
|
}
|
|
1731
1811
|
});
|
|
1732
|
-
var
|
|
1733
|
-
url: "/v1/
|
|
1812
|
+
var addProfilesToList = (options) => (options.client ?? client).post({
|
|
1813
|
+
url: "/v1/job-changes/add-profiles",
|
|
1734
1814
|
...options,
|
|
1735
1815
|
headers: {
|
|
1736
1816
|
"Content-Type": "application/json",
|
|
1737
1817
|
...options.headers
|
|
1738
1818
|
}
|
|
1739
1819
|
});
|
|
1740
|
-
var
|
|
1741
|
-
url: "/v1/
|
|
1820
|
+
var deleteProfilesFromJobChangeList = (options) => (options.client ?? client).post({
|
|
1821
|
+
url: "/v1/job-changes/delete-profiles",
|
|
1742
1822
|
...options,
|
|
1743
1823
|
headers: {
|
|
1744
1824
|
"Content-Type": "application/json",
|
|
1745
1825
|
...options.headers
|
|
1746
1826
|
}
|
|
1747
1827
|
});
|
|
1748
|
-
var
|
|
1749
|
-
url: "/v1/
|
|
1828
|
+
var listAllJourneymanLists = (options) => (options.client ?? client).post({
|
|
1829
|
+
url: "/v1/job-changes/list-all",
|
|
1750
1830
|
...options,
|
|
1751
1831
|
headers: {
|
|
1752
1832
|
"Content-Type": "application/json",
|
|
1753
1833
|
...options.headers
|
|
1754
1834
|
}
|
|
1755
1835
|
});
|
|
1756
|
-
var
|
|
1757
|
-
url: "/v1/
|
|
1836
|
+
var listAllProfilesFromJourneymanList = (options) => (options.client ?? client).post({
|
|
1837
|
+
url: "/v1/job-changes/list-all-profiles",
|
|
1758
1838
|
...options,
|
|
1759
1839
|
headers: {
|
|
1760
1840
|
"Content-Type": "application/json",
|
|
1761
1841
|
...options.headers
|
|
1762
1842
|
}
|
|
1763
1843
|
});
|
|
1764
|
-
var
|
|
1765
|
-
url: "/v1/
|
|
1844
|
+
var tiktokProfile = (options) => (options.client ?? client).post({
|
|
1845
|
+
url: "/v1/tiktok/profile",
|
|
1766
1846
|
...options,
|
|
1767
1847
|
headers: {
|
|
1768
1848
|
"Content-Type": "application/json",
|
|
1769
1849
|
...options.headers
|
|
1770
1850
|
}
|
|
1771
1851
|
});
|
|
1772
|
-
var
|
|
1773
|
-
url: "/v1/
|
|
1852
|
+
var tiktokUserVideos = (options) => (options.client ?? client).post({
|
|
1853
|
+
url: "/v1/tiktok/user-videos",
|
|
1774
1854
|
...options,
|
|
1775
1855
|
headers: {
|
|
1776
1856
|
"Content-Type": "application/json",
|
|
1777
1857
|
...options.headers
|
|
1778
1858
|
}
|
|
1779
1859
|
});
|
|
1780
|
-
var
|
|
1781
|
-
url: "/v1/
|
|
1860
|
+
var tiktokUserFollowers = (options) => (options.client ?? client).post({
|
|
1861
|
+
url: "/v1/tiktok/user-followers",
|
|
1782
1862
|
...options,
|
|
1783
1863
|
headers: {
|
|
1784
1864
|
"Content-Type": "application/json",
|
|
1785
1865
|
...options.headers
|
|
1786
1866
|
}
|
|
1787
1867
|
});
|
|
1788
|
-
var
|
|
1789
|
-
url: "/v1/
|
|
1868
|
+
var tiktokUserFollowing = (options) => (options.client ?? client).post({
|
|
1869
|
+
url: "/v1/tiktok/user-following",
|
|
1790
1870
|
...options,
|
|
1791
1871
|
headers: {
|
|
1792
1872
|
"Content-Type": "application/json",
|
|
1793
1873
|
...options.headers
|
|
1794
1874
|
}
|
|
1795
1875
|
});
|
|
1796
|
-
var
|
|
1797
|
-
url: "/v1/
|
|
1876
|
+
var tiktokVideoDetails = (options) => (options.client ?? client).post({
|
|
1877
|
+
url: "/v1/tiktok/video-details",
|
|
1798
1878
|
...options,
|
|
1799
1879
|
headers: {
|
|
1800
1880
|
"Content-Type": "application/json",
|
|
1801
1881
|
...options.headers
|
|
1802
1882
|
}
|
|
1803
1883
|
});
|
|
1804
|
-
var
|
|
1805
|
-
url: "/v1/
|
|
1884
|
+
var tiktokVideoComments = (options) => (options.client ?? client).post({
|
|
1885
|
+
url: "/v1/tiktok/video-comments",
|
|
1806
1886
|
...options,
|
|
1807
1887
|
headers: {
|
|
1808
1888
|
"Content-Type": "application/json",
|
|
1809
1889
|
...options.headers
|
|
1810
1890
|
}
|
|
1811
1891
|
});
|
|
1812
|
-
var
|
|
1813
|
-
url: "/v1/
|
|
1892
|
+
var tiktokCommentReplies = (options) => (options.client ?? client).post({
|
|
1893
|
+
url: "/v1/tiktok/comment-replies",
|
|
1814
1894
|
...options,
|
|
1815
1895
|
headers: {
|
|
1816
1896
|
"Content-Type": "application/json",
|
|
1817
1897
|
...options.headers
|
|
1818
1898
|
}
|
|
1819
1899
|
});
|
|
1820
|
-
var
|
|
1821
|
-
url: "/v1/
|
|
1900
|
+
var tiktokVideoTranscript = (options) => (options.client ?? client).post({
|
|
1901
|
+
url: "/v1/tiktok/video-transcript",
|
|
1822
1902
|
...options,
|
|
1823
1903
|
headers: {
|
|
1824
1904
|
"Content-Type": "application/json",
|
|
1825
1905
|
...options.headers
|
|
1826
1906
|
}
|
|
1827
1907
|
});
|
|
1828
|
-
var
|
|
1829
|
-
url: "/v1/
|
|
1908
|
+
var tiktokSearchUsers = (options) => (options.client ?? client).post({
|
|
1909
|
+
url: "/v1/tiktok/search-users",
|
|
1830
1910
|
...options,
|
|
1831
1911
|
headers: {
|
|
1832
1912
|
"Content-Type": "application/json",
|
|
1833
1913
|
...options.headers
|
|
1834
1914
|
}
|
|
1835
1915
|
});
|
|
1836
|
-
var
|
|
1837
|
-
url: "/v1/
|
|
1916
|
+
var tiktokSearchKeyword = (options) => (options.client ?? client).post({
|
|
1917
|
+
url: "/v1/tiktok/search-keyword",
|
|
1838
1918
|
...options,
|
|
1839
1919
|
headers: {
|
|
1840
1920
|
"Content-Type": "application/json",
|
|
1841
1921
|
...options.headers
|
|
1842
1922
|
}
|
|
1843
1923
|
});
|
|
1844
|
-
var
|
|
1845
|
-
url: "/v1/
|
|
1924
|
+
var tiktokSearchHashtag = (options) => (options.client ?? client).post({
|
|
1925
|
+
url: "/v1/tiktok/search-hashtag",
|
|
1926
|
+
...options,
|
|
1927
|
+
headers: {
|
|
1928
|
+
"Content-Type": "application/json",
|
|
1929
|
+
...options.headers
|
|
1930
|
+
}
|
|
1931
|
+
});
|
|
1932
|
+
var tiktokUnifiedSearch = (options) => (options.client ?? client).post({
|
|
1933
|
+
url: "/v1/tiktok/unified-search",
|
|
1934
|
+
...options,
|
|
1935
|
+
headers: {
|
|
1936
|
+
"Content-Type": "application/json",
|
|
1937
|
+
...options.headers
|
|
1938
|
+
}
|
|
1939
|
+
});
|
|
1940
|
+
var tiktokPopularCreators = (options) => (options.client ?? client).post({
|
|
1941
|
+
url: "/v1/tiktok/popular-creators",
|
|
1942
|
+
...options,
|
|
1943
|
+
headers: {
|
|
1944
|
+
"Content-Type": "application/json",
|
|
1945
|
+
...options.headers
|
|
1946
|
+
}
|
|
1947
|
+
});
|
|
1948
|
+
var tiktokPopularVideos = (options) => (options.client ?? client).post({
|
|
1949
|
+
url: "/v1/tiktok/popular-videos",
|
|
1950
|
+
...options,
|
|
1951
|
+
headers: {
|
|
1952
|
+
"Content-Type": "application/json",
|
|
1953
|
+
...options.headers
|
|
1954
|
+
}
|
|
1955
|
+
});
|
|
1956
|
+
var tiktokPopularHashtags = (options) => (options.client ?? client).post({
|
|
1957
|
+
url: "/v1/tiktok/popular-hashtags",
|
|
1958
|
+
...options,
|
|
1959
|
+
headers: {
|
|
1960
|
+
"Content-Type": "application/json",
|
|
1961
|
+
...options.headers
|
|
1962
|
+
}
|
|
1963
|
+
});
|
|
1964
|
+
var tiktokPopularSongs = (options) => (options.client ?? client).post({
|
|
1965
|
+
url: "/v1/tiktok/popular-songs",
|
|
1966
|
+
...options,
|
|
1967
|
+
headers: {
|
|
1968
|
+
"Content-Type": "application/json",
|
|
1969
|
+
...options.headers
|
|
1970
|
+
}
|
|
1971
|
+
});
|
|
1972
|
+
var tiktokTrendingFeed = (options) => (options.client ?? client).post({
|
|
1973
|
+
url: "/v1/tiktok/trending-feed",
|
|
1974
|
+
...options,
|
|
1975
|
+
headers: {
|
|
1976
|
+
"Content-Type": "application/json",
|
|
1977
|
+
...options.headers
|
|
1978
|
+
}
|
|
1979
|
+
});
|
|
1980
|
+
var tiktokSongDetails = (options) => (options.client ?? client).post({
|
|
1981
|
+
url: "/v1/tiktok/song-details",
|
|
1982
|
+
...options,
|
|
1983
|
+
headers: {
|
|
1984
|
+
"Content-Type": "application/json",
|
|
1985
|
+
...options.headers
|
|
1986
|
+
}
|
|
1987
|
+
});
|
|
1988
|
+
var tiktokSongVideos = (options) => (options.client ?? client).post({
|
|
1989
|
+
url: "/v1/tiktok/song-videos",
|
|
1990
|
+
...options,
|
|
1991
|
+
headers: {
|
|
1992
|
+
"Content-Type": "application/json",
|
|
1993
|
+
...options.headers
|
|
1994
|
+
}
|
|
1995
|
+
});
|
|
1996
|
+
var instagramProfile = (options) => (options.client ?? client).post({
|
|
1997
|
+
url: "/v1/instagram/profile",
|
|
1998
|
+
...options,
|
|
1999
|
+
headers: {
|
|
2000
|
+
"Content-Type": "application/json",
|
|
2001
|
+
...options.headers
|
|
2002
|
+
}
|
|
2003
|
+
});
|
|
2004
|
+
var instagramUserPosts = (options) => (options.client ?? client).post({
|
|
2005
|
+
url: "/v1/instagram/user-posts",
|
|
2006
|
+
...options,
|
|
2007
|
+
headers: {
|
|
2008
|
+
"Content-Type": "application/json",
|
|
2009
|
+
...options.headers
|
|
2010
|
+
}
|
|
2011
|
+
});
|
|
2012
|
+
var instagramUserReels = (options) => (options.client ?? client).post({
|
|
2013
|
+
url: "/v1/instagram/user-reels",
|
|
2014
|
+
...options,
|
|
2015
|
+
headers: {
|
|
2016
|
+
"Content-Type": "application/json",
|
|
2017
|
+
...options.headers
|
|
2018
|
+
}
|
|
2019
|
+
});
|
|
2020
|
+
var instagramPostDetails = (options) => (options.client ?? client).post({
|
|
2021
|
+
url: "/v1/instagram/post-details",
|
|
2022
|
+
...options,
|
|
2023
|
+
headers: {
|
|
2024
|
+
"Content-Type": "application/json",
|
|
2025
|
+
...options.headers
|
|
2026
|
+
}
|
|
2027
|
+
});
|
|
2028
|
+
var instagramPostComments = (options) => (options.client ?? client).post({
|
|
2029
|
+
url: "/v1/instagram/post-comments",
|
|
1846
2030
|
...options,
|
|
1847
2031
|
headers: {
|
|
1848
2032
|
"Content-Type": "application/json",
|
|
@@ -1962,7 +2146,6 @@ var getCompanyRevenue = (options) => (options.client ?? client).post({
|
|
|
1962
2146
|
createJobChangeList,
|
|
1963
2147
|
createProspectExclusionList,
|
|
1964
2148
|
createProspectExclusionListFromAudience,
|
|
1965
|
-
createSavedSearch,
|
|
1966
2149
|
deleteAudience,
|
|
1967
2150
|
deleteCompanyExclusionList,
|
|
1968
2151
|
deleteJobChangeList,
|
|
@@ -1974,6 +2157,7 @@ var getCompanyRevenue = (options) => (options.client ?? client).post({
|
|
|
1974
2157
|
estimateEnrichmentCost,
|
|
1975
2158
|
exportCompanies,
|
|
1976
2159
|
exportProspects,
|
|
2160
|
+
fetchRealEstateListings,
|
|
1977
2161
|
getAccelerators,
|
|
1978
2162
|
getAudienceCompanies,
|
|
1979
2163
|
getAudienceProspects,
|
|
@@ -1981,40 +2165,39 @@ var getCompanyRevenue = (options) => (options.client ?? client).post({
|
|
|
1981
2165
|
getAutoTopupSettings,
|
|
1982
2166
|
getCompanyExclusionLists,
|
|
1983
2167
|
getCompanyRevenue,
|
|
1984
|
-
getCurrentCompaniesInSavedSearch,
|
|
1985
|
-
getCurrentProfilesInSavedSearch,
|
|
1986
2168
|
getEnrichmentStatus,
|
|
1987
2169
|
getExcludedCompaniesForExclusionList,
|
|
1988
2170
|
getExcludedProspectsForExclusionList,
|
|
1989
2171
|
getIndustries,
|
|
1990
2172
|
getJourneymanList,
|
|
1991
2173
|
getLanguages,
|
|
1992
|
-
getLatestSavedSearchRun,
|
|
1993
2174
|
getNaicsCodes,
|
|
1994
2175
|
getOpenApi,
|
|
1995
2176
|
getOrgCredits,
|
|
1996
2177
|
getProspectExclusionLists,
|
|
2178
|
+
getRateLimits,
|
|
1997
2179
|
getRegions,
|
|
1998
|
-
getSavedSearch,
|
|
1999
|
-
getSavedSearchRun,
|
|
2000
|
-
getSavedSearchRunCompanies,
|
|
2001
|
-
getSavedSearchRunProfiles,
|
|
2002
|
-
getSavedSearchRunStatus,
|
|
2003
2180
|
getScoutingReport,
|
|
2004
2181
|
getSubdivisions,
|
|
2005
2182
|
getTags,
|
|
2183
|
+
getTechnologies,
|
|
2006
2184
|
getTimeZones,
|
|
2007
|
-
|
|
2185
|
+
githubLookupPoll,
|
|
2008
2186
|
githubLookupTrigger,
|
|
2009
2187
|
githubToLinkedInPolling,
|
|
2010
2188
|
githubToLinkedInTrigger,
|
|
2189
|
+
githubToLinkedinSingle,
|
|
2011
2190
|
googleMapsSearch,
|
|
2012
2191
|
healthCheck,
|
|
2013
|
-
|
|
2014
|
-
|
|
2192
|
+
instagramPostComments,
|
|
2193
|
+
instagramPostDetails,
|
|
2194
|
+
instagramProfile,
|
|
2195
|
+
instagramUserPosts,
|
|
2196
|
+
instagramUserReels,
|
|
2015
2197
|
jdToProfileSearch,
|
|
2016
2198
|
jobPostingSearch,
|
|
2017
2199
|
jobPostingSearchCount,
|
|
2200
|
+
jobTitleRewrite,
|
|
2018
2201
|
kitchenSinkBulkCompany,
|
|
2019
2202
|
kitchenSinkBulkProfile,
|
|
2020
2203
|
kitchenSinkCompany,
|
|
@@ -2022,14 +2205,14 @@ var getCompanyRevenue = (options) => (options.client ?? client).post({
|
|
|
2022
2205
|
listAllJourneymanLists,
|
|
2023
2206
|
listAllProfilesFromJourneymanList,
|
|
2024
2207
|
listAudiences,
|
|
2025
|
-
listSavedSearch,
|
|
2026
|
-
listSavedSearchRuns,
|
|
2027
2208
|
locationTypeahead,
|
|
2028
|
-
manuallySpawnSavedSearchRun,
|
|
2029
2209
|
multiSourceSearch,
|
|
2210
|
+
paginatedCombinedSearch,
|
|
2030
2211
|
peopleSearch,
|
|
2031
2212
|
peopleSearchCount,
|
|
2032
|
-
|
|
2213
|
+
pollBatchContactDetails,
|
|
2214
|
+
pollBatchLiveEnrich,
|
|
2215
|
+
pollDepthChart,
|
|
2033
2216
|
pollExhaustiveContactEnrichmentResult,
|
|
2034
2217
|
pollGoogleMapsResults,
|
|
2035
2218
|
pollLocalBusinessSearch,
|
|
@@ -2047,15 +2230,38 @@ var getCompanyRevenue = (options) => (options.client ?? client).post({
|
|
|
2047
2230
|
socialMediaLookupTrigger,
|
|
2048
2231
|
standardizeCompany,
|
|
2049
2232
|
standardizeProfile,
|
|
2050
|
-
|
|
2233
|
+
startBatchContactDetails,
|
|
2234
|
+
startBatchLiveEnrich,
|
|
2235
|
+
startDepthChart,
|
|
2051
2236
|
startLocalBusinessSearch,
|
|
2052
|
-
|
|
2237
|
+
stealthFoundersCount,
|
|
2238
|
+
stealthFoundersSearch,
|
|
2053
2239
|
syncQuickContactReveal,
|
|
2054
2240
|
syncTurboContactEnrichment,
|
|
2055
2241
|
textToCombinedSearch,
|
|
2056
2242
|
textToCombinedSearchParam,
|
|
2243
|
+
tiktokCommentReplies,
|
|
2244
|
+
tiktokPopularCreators,
|
|
2245
|
+
tiktokPopularHashtags,
|
|
2246
|
+
tiktokPopularSongs,
|
|
2247
|
+
tiktokPopularVideos,
|
|
2248
|
+
tiktokProfile,
|
|
2249
|
+
tiktokSearchHashtag,
|
|
2250
|
+
tiktokSearchKeyword,
|
|
2251
|
+
tiktokSearchUsers,
|
|
2252
|
+
tiktokSongDetails,
|
|
2253
|
+
tiktokSongVideos,
|
|
2254
|
+
tiktokTrendingFeed,
|
|
2255
|
+
tiktokUnifiedSearch,
|
|
2256
|
+
tiktokUserFollowers,
|
|
2257
|
+
tiktokUserFollowing,
|
|
2258
|
+
tiktokUserVideos,
|
|
2259
|
+
tiktokVideoComments,
|
|
2260
|
+
tiktokVideoDetails,
|
|
2261
|
+
tiktokVideoTranscript,
|
|
2057
2262
|
triggerEnrichment,
|
|
2058
2263
|
triggerExhaustiveContactEnrichment,
|
|
2264
|
+
twitterHandleToLinkedinUrl,
|
|
2059
2265
|
twitterProfile,
|
|
2060
2266
|
twitterSearch,
|
|
2061
2267
|
twitterTweetDetails,
|
|
@@ -2069,8 +2275,8 @@ var getCompanyRevenue = (options) => (options.client ?? client).post({
|
|
|
2069
2275
|
updateAudienceSearchParams,
|
|
2070
2276
|
updateAutoTopupSettings,
|
|
2071
2277
|
updateJobChangeList,
|
|
2072
|
-
updateSavedSearch,
|
|
2073
2278
|
validatePhoneNumber,
|
|
2279
|
+
webpageScreenshot,
|
|
2074
2280
|
youtubeChannel,
|
|
2075
2281
|
youtubeSearch,
|
|
2076
2282
|
youtubeTranscript,
|