conduyt 1.17.0 → 1.18.0

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -986,7 +986,7 @@ automations
986
986
  .action(run(async (client) => client.get("/api/v1/automations/schema")));
987
987
  automations
988
988
  .command("events")
989
- .description("List trigger events with their labels, payload fields and documented scalar conditions (e.g. contact.untouched → untouchedDays: 1-365)")
989
+ .description("List trigger events with their labels, payload fields and documented scalar conditions (message.understood = the copilot's reading of an inbound text/email — filter with { filters: [{ field: 'trigger.intent', operator: 'equals', value: 'document_sent' }] }; e.g. contact.untouched → untouchedDays: 1-365)")
990
990
  .action(run(async (client) => client.get("/api/v1/automations/events")));
991
991
  automations
992
992
  .command("resolve")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conduyt",
3
- "version": "1.17.0",
3
+ "version": "1.18.0",
4
4
  "description": "Command-line interface for Conduyt CRM — manage contacts, deals, pipelines, and run insight queries from your terminal.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",