@lessly/sdk-app 71.5.0 → 71.6.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 CHANGED
@@ -821,10 +821,10 @@ var operations = {
821
821
  "workflow_wait_resolve": "write"
822
822
  };
823
823
  var compositions = {
824
- "brain_cognition_digest": { "label": "Run cognition digest" },
825
- "brain_cognition_sweep": { "label": "Run cognition sweep" },
824
+ "brain_cognition_digest": { "label": "Run cognition digest", "completion_event": "brain/cognition.digest-completed" },
825
+ "brain_cognition_sweep": { "label": "Run cognition sweep", "completion_event": "brain/cognition.sweep-completed" },
826
826
  "brain_daemon_reingest": { "label": "Reingest daemon source", "options": { "id": "brain_daemons_list" } },
827
- "brain_daemon_run": { "label": "Run ingestion daemon", "options": { "id": "brain_daemons_list" } },
827
+ "brain_daemon_run": { "label": "Run ingestion daemon", "options": { "id": "brain_daemons_list" }, "completion_event": "brain/daemon.run-completed" },
828
828
  "brain_daemon_runs": { "label": "List daemon runs", "options": { "id": "brain_daemons_list" } },
829
829
  "brain_daemon_status": { "label": "Get daemon status", "options": { "id": "brain_daemons_list" } },
830
830
  "brain_daemons_list": { "label": "List daemons" },