@fiberai/sdk 0.0.13 → 0.0.14
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 +3 -153
- package/dist/index.d.cts +2460 -23037
- package/dist/index.d.ts +2460 -23037
- package/dist/index.js +0 -135
- package/dist/zod.cjs +114974 -0
- package/dist/zod.d.cts +90814 -0
- package/dist/zod.d.ts +90814 -0
- package/dist/zod.js +114711 -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,
|
|
@@ -62,25 +61,17 @@ __export(index_exports, {
|
|
|
62
61
|
getAutoTopupSettings: () => getAutoTopupSettings,
|
|
63
62
|
getCompanyExclusionLists: () => getCompanyExclusionLists,
|
|
64
63
|
getCompanyRevenue: () => getCompanyRevenue,
|
|
65
|
-
getCurrentCompaniesInSavedSearch: () => getCurrentCompaniesInSavedSearch,
|
|
66
|
-
getCurrentProfilesInSavedSearch: () => getCurrentProfilesInSavedSearch,
|
|
67
64
|
getEnrichmentStatus: () => getEnrichmentStatus,
|
|
68
65
|
getExcludedCompaniesForExclusionList: () => getExcludedCompaniesForExclusionList,
|
|
69
66
|
getExcludedProspectsForExclusionList: () => getExcludedProspectsForExclusionList,
|
|
70
67
|
getIndustries: () => getIndustries,
|
|
71
68
|
getJourneymanList: () => getJourneymanList,
|
|
72
69
|
getLanguages: () => getLanguages,
|
|
73
|
-
getLatestSavedSearchRun: () => getLatestSavedSearchRun,
|
|
74
70
|
getNaicsCodes: () => getNaicsCodes,
|
|
75
71
|
getOpenApi: () => getOpenApi,
|
|
76
72
|
getOrgCredits: () => getOrgCredits,
|
|
77
73
|
getProspectExclusionLists: () => getProspectExclusionLists,
|
|
78
74
|
getRegions: () => getRegions,
|
|
79
|
-
getSavedSearch: () => getSavedSearch,
|
|
80
|
-
getSavedSearchRun: () => getSavedSearchRun,
|
|
81
|
-
getSavedSearchRunCompanies: () => getSavedSearchRunCompanies,
|
|
82
|
-
getSavedSearchRunProfiles: () => getSavedSearchRunProfiles,
|
|
83
|
-
getSavedSearchRunStatus: () => getSavedSearchRunStatus,
|
|
84
75
|
getScoutingReport: () => getScoutingReport,
|
|
85
76
|
getSubdivisions: () => getSubdivisions,
|
|
86
77
|
getTags: () => getTags,
|
|
@@ -91,8 +82,6 @@ __export(index_exports, {
|
|
|
91
82
|
githubToLinkedInTrigger: () => githubToLinkedInTrigger,
|
|
92
83
|
googleMapsSearch: () => googleMapsSearch,
|
|
93
84
|
healthCheck: () => healthCheck,
|
|
94
|
-
investmentSearch: () => investmentSearch,
|
|
95
|
-
investorSearch: () => investorSearch,
|
|
96
85
|
jdToProfileSearch: () => jdToProfileSearch,
|
|
97
86
|
jobPostingSearch: () => jobPostingSearch,
|
|
98
87
|
jobPostingSearchCount: () => jobPostingSearchCount,
|
|
@@ -103,10 +92,7 @@ __export(index_exports, {
|
|
|
103
92
|
listAllJourneymanLists: () => listAllJourneymanLists,
|
|
104
93
|
listAllProfilesFromJourneymanList: () => listAllProfilesFromJourneymanList,
|
|
105
94
|
listAudiences: () => listAudiences,
|
|
106
|
-
listSavedSearch: () => listSavedSearch,
|
|
107
|
-
listSavedSearchRuns: () => listSavedSearchRuns,
|
|
108
95
|
locationTypeahead: () => locationTypeahead,
|
|
109
|
-
manuallySpawnSavedSearchRun: () => manuallySpawnSavedSearchRun,
|
|
110
96
|
multiSourceSearch: () => multiSourceSearch,
|
|
111
97
|
peopleSearch: () => peopleSearch,
|
|
112
98
|
peopleSearchCount: () => peopleSearchCount,
|
|
@@ -150,7 +136,6 @@ __export(index_exports, {
|
|
|
150
136
|
updateAudienceSearchParams: () => updateAudienceSearchParams,
|
|
151
137
|
updateAutoTopupSettings: () => updateAutoTopupSettings,
|
|
152
138
|
updateJobChangeList: () => updateJobChangeList,
|
|
153
|
-
updateSavedSearch: () => updateSavedSearch,
|
|
154
139
|
validatePhoneNumber: () => validatePhoneNumber,
|
|
155
140
|
youtubeChannel: () => youtubeChannel,
|
|
156
141
|
youtubeSearch: () => youtubeSearch,
|
|
@@ -158,7 +143,7 @@ __export(index_exports, {
|
|
|
158
143
|
youtubeVideoComments: () => youtubeVideoComments,
|
|
159
144
|
youtubeVideoDetails: () => youtubeVideoDetails
|
|
160
145
|
});
|
|
161
|
-
module.exports = __toCommonJS(
|
|
146
|
+
module.exports = __toCommonJS(src_exports);
|
|
162
147
|
|
|
163
148
|
// src/generated/core/bodySerializer.gen.ts
|
|
164
149
|
var jsonBodySerializer = {
|
|
@@ -1265,22 +1250,6 @@ var companyCount = (options) => (options.client ?? client).post({
|
|
|
1265
1250
|
...options.headers
|
|
1266
1251
|
}
|
|
1267
1252
|
});
|
|
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
1253
|
var jobPostingSearch = (options) => (options.client ?? client).post({
|
|
1285
1254
|
url: "/v1/job-search",
|
|
1286
1255
|
...options,
|
|
@@ -1569,110 +1538,6 @@ var textToCombinedSearchParam = (options) => (options.client ?? client).post({
|
|
|
1569
1538
|
...options.headers
|
|
1570
1539
|
}
|
|
1571
1540
|
});
|
|
1572
|
-
var createSavedSearch = (options) => (options.client ?? client).post({
|
|
1573
|
-
url: "/v1/saved-search/create",
|
|
1574
|
-
...options,
|
|
1575
|
-
headers: {
|
|
1576
|
-
"Content-Type": "application/json",
|
|
1577
|
-
...options.headers
|
|
1578
|
-
}
|
|
1579
|
-
});
|
|
1580
|
-
var getSavedSearch = (options) => (options.client ?? client).post({
|
|
1581
|
-
url: "/v1/saved-search/get",
|
|
1582
|
-
...options,
|
|
1583
|
-
headers: {
|
|
1584
|
-
"Content-Type": "application/json",
|
|
1585
|
-
...options.headers
|
|
1586
|
-
}
|
|
1587
|
-
});
|
|
1588
|
-
var getSavedSearchRun = (options) => (options.client ?? client).post({
|
|
1589
|
-
url: "/v1/saved-search/run/get",
|
|
1590
|
-
...options,
|
|
1591
|
-
headers: {
|
|
1592
|
-
"Content-Type": "application/json",
|
|
1593
|
-
...options.headers
|
|
1594
|
-
}
|
|
1595
|
-
});
|
|
1596
|
-
var manuallySpawnSavedSearchRun = (options) => (options.client ?? client).post({
|
|
1597
|
-
url: "/v1/saved-search/spawn",
|
|
1598
|
-
...options,
|
|
1599
|
-
headers: {
|
|
1600
|
-
"Content-Type": "application/json",
|
|
1601
|
-
...options.headers
|
|
1602
|
-
}
|
|
1603
|
-
});
|
|
1604
|
-
var updateSavedSearch = (options) => (options.client ?? client).post({
|
|
1605
|
-
url: "/v1/saved-search/update",
|
|
1606
|
-
...options,
|
|
1607
|
-
headers: {
|
|
1608
|
-
"Content-Type": "application/json",
|
|
1609
|
-
...options.headers
|
|
1610
|
-
}
|
|
1611
|
-
});
|
|
1612
|
-
var listSavedSearchRuns = (options) => (options.client ?? client).post({
|
|
1613
|
-
url: "/v1/saved-search/run/list",
|
|
1614
|
-
...options,
|
|
1615
|
-
headers: {
|
|
1616
|
-
"Content-Type": "application/json",
|
|
1617
|
-
...options.headers
|
|
1618
|
-
}
|
|
1619
|
-
});
|
|
1620
|
-
var listSavedSearch = (options) => (options.client ?? client).post({
|
|
1621
|
-
url: "/v1/saved-search/list",
|
|
1622
|
-
...options,
|
|
1623
|
-
headers: {
|
|
1624
|
-
"Content-Type": "application/json",
|
|
1625
|
-
...options.headers
|
|
1626
|
-
}
|
|
1627
|
-
});
|
|
1628
|
-
var getSavedSearchRunStatus = (options) => (options.client ?? client).post({
|
|
1629
|
-
url: "/v1/saved-search/run/status",
|
|
1630
|
-
...options,
|
|
1631
|
-
headers: {
|
|
1632
|
-
"Content-Type": "application/json",
|
|
1633
|
-
...options.headers
|
|
1634
|
-
}
|
|
1635
|
-
});
|
|
1636
|
-
var getCurrentProfilesInSavedSearch = (options) => (options.client ?? client).post({
|
|
1637
|
-
url: "/v1/saved-search/current/profiles",
|
|
1638
|
-
...options,
|
|
1639
|
-
headers: {
|
|
1640
|
-
"Content-Type": "application/json",
|
|
1641
|
-
...options.headers
|
|
1642
|
-
}
|
|
1643
|
-
});
|
|
1644
|
-
var getCurrentCompaniesInSavedSearch = (options) => (options.client ?? client).post({
|
|
1645
|
-
url: "/v1/saved-search/current/companies",
|
|
1646
|
-
...options,
|
|
1647
|
-
headers: {
|
|
1648
|
-
"Content-Type": "application/json",
|
|
1649
|
-
...options.headers
|
|
1650
|
-
}
|
|
1651
|
-
});
|
|
1652
|
-
var getSavedSearchRunProfiles = (options) => (options.client ?? client).post({
|
|
1653
|
-
url: "/v1/saved-search/run/profiles",
|
|
1654
|
-
...options,
|
|
1655
|
-
headers: {
|
|
1656
|
-
"Content-Type": "application/json",
|
|
1657
|
-
...options.headers
|
|
1658
|
-
}
|
|
1659
|
-
});
|
|
1660
|
-
var getSavedSearchRunCompanies = (options) => (options.client ?? client).post({
|
|
1661
|
-
url: "/v1/saved-search/run/companies",
|
|
1662
|
-
...options,
|
|
1663
|
-
headers: {
|
|
1664
|
-
"Content-Type": "application/json",
|
|
1665
|
-
...options.headers
|
|
1666
|
-
}
|
|
1667
|
-
});
|
|
1668
|
-
var getLatestSavedSearchRun = (options) => (options.client ?? client).post({
|
|
1669
|
-
url: "/v1/saved-search/run/get-latest",
|
|
1670
|
-
...options,
|
|
1671
|
-
headers: {
|
|
1672
|
-
"Content-Type": "application/json",
|
|
1673
|
-
...options.headers
|
|
1674
|
-
}
|
|
1675
|
-
});
|
|
1676
1541
|
var startLocalBusinessSearch = (options) => (options.client ?? client).post({
|
|
1677
1542
|
url: "/v1/local-business-search/start",
|
|
1678
1543
|
...options,
|
|
@@ -1962,7 +1827,6 @@ var getCompanyRevenue = (options) => (options.client ?? client).post({
|
|
|
1962
1827
|
createJobChangeList,
|
|
1963
1828
|
createProspectExclusionList,
|
|
1964
1829
|
createProspectExclusionListFromAudience,
|
|
1965
|
-
createSavedSearch,
|
|
1966
1830
|
deleteAudience,
|
|
1967
1831
|
deleteCompanyExclusionList,
|
|
1968
1832
|
deleteJobChangeList,
|
|
@@ -1981,25 +1845,17 @@ var getCompanyRevenue = (options) => (options.client ?? client).post({
|
|
|
1981
1845
|
getAutoTopupSettings,
|
|
1982
1846
|
getCompanyExclusionLists,
|
|
1983
1847
|
getCompanyRevenue,
|
|
1984
|
-
getCurrentCompaniesInSavedSearch,
|
|
1985
|
-
getCurrentProfilesInSavedSearch,
|
|
1986
1848
|
getEnrichmentStatus,
|
|
1987
1849
|
getExcludedCompaniesForExclusionList,
|
|
1988
1850
|
getExcludedProspectsForExclusionList,
|
|
1989
1851
|
getIndustries,
|
|
1990
1852
|
getJourneymanList,
|
|
1991
1853
|
getLanguages,
|
|
1992
|
-
getLatestSavedSearchRun,
|
|
1993
1854
|
getNaicsCodes,
|
|
1994
1855
|
getOpenApi,
|
|
1995
1856
|
getOrgCredits,
|
|
1996
1857
|
getProspectExclusionLists,
|
|
1997
1858
|
getRegions,
|
|
1998
|
-
getSavedSearch,
|
|
1999
|
-
getSavedSearchRun,
|
|
2000
|
-
getSavedSearchRunCompanies,
|
|
2001
|
-
getSavedSearchRunProfiles,
|
|
2002
|
-
getSavedSearchRunStatus,
|
|
2003
1859
|
getScoutingReport,
|
|
2004
1860
|
getSubdivisions,
|
|
2005
1861
|
getTags,
|
|
@@ -2010,8 +1866,6 @@ var getCompanyRevenue = (options) => (options.client ?? client).post({
|
|
|
2010
1866
|
githubToLinkedInTrigger,
|
|
2011
1867
|
googleMapsSearch,
|
|
2012
1868
|
healthCheck,
|
|
2013
|
-
investmentSearch,
|
|
2014
|
-
investorSearch,
|
|
2015
1869
|
jdToProfileSearch,
|
|
2016
1870
|
jobPostingSearch,
|
|
2017
1871
|
jobPostingSearchCount,
|
|
@@ -2022,10 +1876,7 @@ var getCompanyRevenue = (options) => (options.client ?? client).post({
|
|
|
2022
1876
|
listAllJourneymanLists,
|
|
2023
1877
|
listAllProfilesFromJourneymanList,
|
|
2024
1878
|
listAudiences,
|
|
2025
|
-
listSavedSearch,
|
|
2026
|
-
listSavedSearchRuns,
|
|
2027
1879
|
locationTypeahead,
|
|
2028
|
-
manuallySpawnSavedSearchRun,
|
|
2029
1880
|
multiSourceSearch,
|
|
2030
1881
|
peopleSearch,
|
|
2031
1882
|
peopleSearchCount,
|
|
@@ -2069,7 +1920,6 @@ var getCompanyRevenue = (options) => (options.client ?? client).post({
|
|
|
2069
1920
|
updateAudienceSearchParams,
|
|
2070
1921
|
updateAutoTopupSettings,
|
|
2071
1922
|
updateJobChangeList,
|
|
2072
|
-
updateSavedSearch,
|
|
2073
1923
|
validatePhoneNumber,
|
|
2074
1924
|
youtubeChannel,
|
|
2075
1925
|
youtubeSearch,
|