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.
- package/dist/index.js +1 -1
- 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