@signaliz/sdk 1.0.17 → 1.0.18
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 +7 -2
- package/dist/{chunk-ZKE4L57J.mjs → chunk-VFBQCWOM.mjs} +631 -42
- package/dist/cli.js +660 -44
- package/dist/cli.mjs +28 -1
- package/dist/index.d.mts +66 -0
- package/dist/index.d.ts +66 -0
- package/dist/index.js +631 -42
- package/dist/index.mjs +1 -1
- package/dist/mcp-config.js +631 -42
- package/dist/mcp-config.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,10 @@ Current surfaces include the GTM Kernel, Campaign Builder, provider routing,
|
|
|
6
6
|
Nango-managed customer API connections, MCP/Ops control-plane methods, and
|
|
7
7
|
enrichment primitives. Available data is returned before fresh enrichment;
|
|
8
8
|
live email verification is 0.02 fresh enrichment credits when a new verification is needed.
|
|
9
|
+
Builder includes unlimited cache search, Campaign Builder, API, MCP, CLI, Ops,
|
|
10
|
+
and integrations. Team is the $499/month public plan and adds unlimited live
|
|
11
|
+
Find People and Find Companies in Signaliz; Agency stays $999/month with higher
|
|
12
|
+
credits and throughput.
|
|
9
13
|
|
|
10
14
|
## Which Surface Should I Use?
|
|
11
15
|
|
|
@@ -485,7 +489,8 @@ no-spend/no-write/no-sender/no-delivery confirmation.
|
|
|
485
489
|
Fresh-enrichment throughput is now higher across every plan: Free 60/min,
|
|
486
490
|
Builder 300/min, Team 600/min, Agency 1,000/min, and Pay-As-You-Go 1,000/min,
|
|
487
491
|
with a 5,000/hour per-workspace safety cap. Cache hits, API/MCP reads, and
|
|
488
|
-
|
|
492
|
+
cache search do not count against those
|
|
493
|
+
fresh-enrichment ceilings.
|
|
489
494
|
|
|
490
495
|
```typescript
|
|
491
496
|
// Workspace and platform health
|
|
@@ -631,7 +636,7 @@ const final = await signaliz.campaigns.wait(buildId, {
|
|
|
631
636
|
## Other Resources
|
|
632
637
|
|
|
633
638
|
```typescript
|
|
634
|
-
// Find and verify an email
|
|
639
|
+
// Find and verify an email with the V3 waterfall
|
|
635
640
|
const email = await signaliz.emails.find({
|
|
636
641
|
fullName: 'Jane Smith',
|
|
637
642
|
companyDomain: 'stripe.com',
|