@fiberai/sdk 0.0.7 → 0.0.9
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.map +1 -1
- package/dist/index.d.cts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -80169,7 +80169,7 @@ declare const getSubdivisions: <ThrowOnError extends boolean = false>(options: O
|
|
|
80169
80169
|
/**
|
|
80170
80170
|
* Create a new audience
|
|
80171
80171
|
*
|
|
80172
|
-
* Creates a new audience in DRAFT status. After creation, use the update-search-params endpoint to set filters, then use the build endpoint to populate the audience with companies and prospects
|
|
80172
|
+
* Creates a new audience in DRAFT status. After creation, use the update-search-params endpoint to set filters, then use the build endpoint to populate the audience with companies and prospects.
|
|
80173
80173
|
*
|
|
80174
80174
|
* <span>⚡ <strong>Rate limit:</strong> 50 requests per 1 minute</span>
|
|
80175
80175
|
*
|
|
@@ -80401,7 +80401,7 @@ declare const combinedSearchCount: <ThrowOnError extends boolean = false>(option
|
|
|
80401
80401
|
/**
|
|
80402
80402
|
* Reveal contact details (turbo)
|
|
80403
80403
|
*
|
|
80404
|
-
* Fastest synchronous contact reveal — optimized for speed at a higher credit cost. Uses a premium enrichment stack for the lowest possible latency. For a cheaper option with slightly longer response times, use the standard /contact-details/single endpoint. For maximum coverage
|
|
80404
|
+
* Fastest synchronous contact reveal — optimized for speed at a higher credit cost. Uses a premium enrichment stack for the lowest possible latency. For a cheaper option with slightly longer response times, use the standard /contact-details/single endpoint. For maximum coverage (async, slower), use the /contact-details/exhaustive/start endpoint.
|
|
80405
80405
|
*
|
|
80406
80406
|
* <span>⚡ <strong>Rate limit:</strong> 60 requests per 1 minute</span>
|
|
80407
80407
|
*
|
|
@@ -80413,7 +80413,7 @@ declare const syncTurboContactEnrichment: <ThrowOnError extends boolean = false>
|
|
|
80413
80413
|
/**
|
|
80414
80414
|
* Reveal contact details (standard)
|
|
80415
80415
|
*
|
|
80416
|
-
* Standard synchronous contact reveal — the best balance of speed, cost, and coverage. Only requires a LinkedIn URL; profile details are resolved automatically. For faster results at a higher credit cost, use the /contact-details/turbo/sync endpoint. For maximum coverage
|
|
80416
|
+
* Standard synchronous contact reveal — the best balance of speed, cost, and coverage. Only requires a LinkedIn URL; profile details are resolved automatically. For faster results at a higher credit cost, use the /contact-details/turbo/sync endpoint. For maximum coverage (async, slower, higher cost), use the /contact-details/exhaustive/start endpoint.
|
|
80417
80417
|
*
|
|
80418
80418
|
* <span>⚡ <strong>Rate limit:</strong> 200 requests per 1 minute</span>
|
|
80419
80419
|
*
|
|
@@ -80425,7 +80425,7 @@ declare const syncQuickContactReveal: <ThrowOnError extends boolean = false>(opt
|
|
|
80425
80425
|
/**
|
|
80426
80426
|
* Start exhaustive contact details reveal
|
|
80427
80427
|
*
|
|
80428
|
-
* Maximum-coverage contact reveal — runs all
|
|
80428
|
+
* Maximum-coverage contact reveal — runs all waterfall steps in parallel to get the most comprehensive results. This is asynchronous: call this endpoint to start the task, then poll /contact-details/exhaustive/poll with the returned task ID. Slower and more expensive than the synchronous endpoints, but returns more emails and phone numbers on average. For faster synchronous results, use /contact-details/single (standard) or /contact-details/turbo/sync (fastest).
|
|
80429
80429
|
*
|
|
80430
80430
|
* <span>⚡ <strong>Rate limit:</strong> 60 requests per 1 minute</span>
|
|
80431
80431
|
*
|
|
@@ -80437,7 +80437,7 @@ declare const triggerExhaustiveContactEnrichment: <ThrowOnError extends boolean
|
|
|
80437
80437
|
*
|
|
80438
80438
|
* Starts fetching contact details for multiple people (up to 10000) in batch. This is an asynchronous task; use the polling endpoint to check progress and get results.
|
|
80439
80439
|
*
|
|
80440
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80440
|
+
* <span>⚡ <strong>Rate limit:</strong> 1 request per 10 minute</span>
|
|
80441
80441
|
*
|
|
80442
80442
|
* <span>💰 <strong>Cost:</strong> Pay only for the data you request:<br />• 5 credits for all phone numbers AND all emails<br />• 2 credits for work email only<br />• 2 credits for personal email only<br />• 3 credits for phone only <span title="Pricing shown is default pricing. Actual pricing may vary. Credits are charged upfront for all unique people queued (after deduping). Undelivered data is refunded per operation.">ⓘ</span></span>
|
|
80443
80443
|
*/
|
|
@@ -80657,7 +80657,7 @@ declare const locationTypeahead: <ThrowOnError extends boolean = false>(options:
|
|
|
80657
80657
|
/**
|
|
80658
80658
|
* Validate a single email
|
|
80659
80659
|
*
|
|
80660
|
-
* Checks if a given email is likely to bounce using
|
|
80660
|
+
* Checks if a given email is likely to bounce using multiple validation strategies. Works for catch-all email addresses, which are increasingly common yet hard for other APIs to validate.
|
|
80661
80661
|
*
|
|
80662
80662
|
* <span>⚡ <strong>Rate limit:</strong> 10 requests per 1 minute</span>
|
|
80663
80663
|
*
|
package/dist/index.d.ts
CHANGED
|
@@ -80169,7 +80169,7 @@ declare const getSubdivisions: <ThrowOnError extends boolean = false>(options: O
|
|
|
80169
80169
|
/**
|
|
80170
80170
|
* Create a new audience
|
|
80171
80171
|
*
|
|
80172
|
-
* Creates a new audience in DRAFT status. After creation, use the update-search-params endpoint to set filters, then use the build endpoint to populate the audience with companies and prospects
|
|
80172
|
+
* Creates a new audience in DRAFT status. After creation, use the update-search-params endpoint to set filters, then use the build endpoint to populate the audience with companies and prospects.
|
|
80173
80173
|
*
|
|
80174
80174
|
* <span>⚡ <strong>Rate limit:</strong> 50 requests per 1 minute</span>
|
|
80175
80175
|
*
|
|
@@ -80401,7 +80401,7 @@ declare const combinedSearchCount: <ThrowOnError extends boolean = false>(option
|
|
|
80401
80401
|
/**
|
|
80402
80402
|
* Reveal contact details (turbo)
|
|
80403
80403
|
*
|
|
80404
|
-
* Fastest synchronous contact reveal — optimized for speed at a higher credit cost. Uses a premium enrichment stack for the lowest possible latency. For a cheaper option with slightly longer response times, use the standard /contact-details/single endpoint. For maximum coverage
|
|
80404
|
+
* Fastest synchronous contact reveal — optimized for speed at a higher credit cost. Uses a premium enrichment stack for the lowest possible latency. For a cheaper option with slightly longer response times, use the standard /contact-details/single endpoint. For maximum coverage (async, slower), use the /contact-details/exhaustive/start endpoint.
|
|
80405
80405
|
*
|
|
80406
80406
|
* <span>⚡ <strong>Rate limit:</strong> 60 requests per 1 minute</span>
|
|
80407
80407
|
*
|
|
@@ -80413,7 +80413,7 @@ declare const syncTurboContactEnrichment: <ThrowOnError extends boolean = false>
|
|
|
80413
80413
|
/**
|
|
80414
80414
|
* Reveal contact details (standard)
|
|
80415
80415
|
*
|
|
80416
|
-
* Standard synchronous contact reveal — the best balance of speed, cost, and coverage. Only requires a LinkedIn URL; profile details are resolved automatically. For faster results at a higher credit cost, use the /contact-details/turbo/sync endpoint. For maximum coverage
|
|
80416
|
+
* Standard synchronous contact reveal — the best balance of speed, cost, and coverage. Only requires a LinkedIn URL; profile details are resolved automatically. For faster results at a higher credit cost, use the /contact-details/turbo/sync endpoint. For maximum coverage (async, slower, higher cost), use the /contact-details/exhaustive/start endpoint.
|
|
80417
80417
|
*
|
|
80418
80418
|
* <span>⚡ <strong>Rate limit:</strong> 200 requests per 1 minute</span>
|
|
80419
80419
|
*
|
|
@@ -80425,7 +80425,7 @@ declare const syncQuickContactReveal: <ThrowOnError extends boolean = false>(opt
|
|
|
80425
80425
|
/**
|
|
80426
80426
|
* Start exhaustive contact details reveal
|
|
80427
80427
|
*
|
|
80428
|
-
* Maximum-coverage contact reveal — runs all
|
|
80428
|
+
* Maximum-coverage contact reveal — runs all waterfall steps in parallel to get the most comprehensive results. This is asynchronous: call this endpoint to start the task, then poll /contact-details/exhaustive/poll with the returned task ID. Slower and more expensive than the synchronous endpoints, but returns more emails and phone numbers on average. For faster synchronous results, use /contact-details/single (standard) or /contact-details/turbo/sync (fastest).
|
|
80429
80429
|
*
|
|
80430
80430
|
* <span>⚡ <strong>Rate limit:</strong> 60 requests per 1 minute</span>
|
|
80431
80431
|
*
|
|
@@ -80437,7 +80437,7 @@ declare const triggerExhaustiveContactEnrichment: <ThrowOnError extends boolean
|
|
|
80437
80437
|
*
|
|
80438
80438
|
* Starts fetching contact details for multiple people (up to 10000) in batch. This is an asynchronous task; use the polling endpoint to check progress and get results.
|
|
80439
80439
|
*
|
|
80440
|
-
* <span>⚡ <strong>Rate limit:</strong>
|
|
80440
|
+
* <span>⚡ <strong>Rate limit:</strong> 1 request per 10 minute</span>
|
|
80441
80441
|
*
|
|
80442
80442
|
* <span>💰 <strong>Cost:</strong> Pay only for the data you request:<br />• 5 credits for all phone numbers AND all emails<br />• 2 credits for work email only<br />• 2 credits for personal email only<br />• 3 credits for phone only <span title="Pricing shown is default pricing. Actual pricing may vary. Credits are charged upfront for all unique people queued (after deduping). Undelivered data is refunded per operation.">ⓘ</span></span>
|
|
80443
80443
|
*/
|
|
@@ -80657,7 +80657,7 @@ declare const locationTypeahead: <ThrowOnError extends boolean = false>(options:
|
|
|
80657
80657
|
/**
|
|
80658
80658
|
* Validate a single email
|
|
80659
80659
|
*
|
|
80660
|
-
* Checks if a given email is likely to bounce using
|
|
80660
|
+
* Checks if a given email is likely to bounce using multiple validation strategies. Works for catch-all email addresses, which are increasingly common yet hard for other APIs to validate.
|
|
80661
80661
|
*
|
|
80662
80662
|
* <span>⚡ <strong>Rate limit:</strong> 10 requests per 1 minute</span>
|
|
80663
80663
|
*
|