@signaliz/cli 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
@@ -59,6 +59,13 @@ Use Campaign Builder when you need a list now. Use the GTM Kernel when the campa
59
59
  npm install -g @signaliz/cli
60
60
  ```
61
61
 
62
+ ## Production REST Endpoints
63
+
64
+ - Find Email: `https://api.signaliz.com/functions/v1/find-verified-email-v2`
65
+ - Email Verification: `https://api.signaliz.com/functions/v1/email-verification-2`
66
+ - Company Signal Enrichment: `https://api.signaliz.com/functions/v1/company-signal-enrichment-v2`
67
+ - Signal to Copy: `https://api.signaliz.com/functions/v1/api/v1/signal-to-copy`
68
+
62
69
  ## Quick Start
63
70
 
64
71
  The golden path, in order. Each step shows the canonical command surface; compatibility aliases still work, but the README keeps one path visible.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signaliz/cli",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Signaliz CLI — GTM Kernel, Nango routes, MCP, and enrichment operations.",
5
5
  "bin": {
6
6
  "signaliz": "dist/bin.js"