@signaliz/sdk 1.0.17 → 1.0.19

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 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
- included standard data do not count against those fresh-enrichment ceilings.
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',