@signaliz/sdk 1.0.18 → 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.
- package/README.md +7 -0
- package/dist/{chunk-VFBQCWOM.mjs → chunk-PBJFIO72.mjs} +905 -21
- package/dist/cli.js +1161 -22
- package/dist/cli.mjs +248 -1
- package/dist/index.d.mts +555 -4
- package/dist/index.d.ts +555 -4
- package/dist/index.js +907 -21
- package/dist/index.mjs +5 -1
- package/dist/mcp-config.js +903 -21
- package/dist/mcp-config.mjs +1 -1
- package/package.json +2 -2
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
|