@signaliz/sdk 1.0.19 → 1.0.20

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,6 +31,13 @@ integration, and approval primitives exposed through MCP and CLI.
31
31
  npm install @signaliz/sdk
32
32
  ```
33
33
 
34
+ ## Production REST Endpoints
35
+
36
+ - Find Email: `https://api.signaliz.com/functions/v1/find-verified-email-v2`
37
+ - Email Verification: `https://api.signaliz.com/functions/v1/email-verification-2`
38
+ - Company Signal Enrichment: `https://api.signaliz.com/functions/v1/company-signal-enrichment-v2`
39
+ - Signal to Copy: `https://api.signaliz.com/functions/v1/api/v1/signal-to-copy`
40
+
34
41
  ## Quick Start - Ops
35
42
 
36
43
  Use Ops when a script or agent needs to turn a plain-English GTM outcome into
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signaliz/sdk",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Signaliz SDK — GTM Kernel, Nango routes, MCP, and enrichment for AI agents",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",