@ericsanchezok/synergy-sdk 1.2.27 → 1.2.29

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.
@@ -254,6 +254,10 @@ export type AgendaItem = {
254
254
  * Whether to suppress result delivery entirely
255
255
  */
256
256
  silent?: boolean;
257
+ /**
258
+ * If true, automatically set status to done after first successful fire. Used by agenda_watch.
259
+ */
260
+ autoDone?: boolean;
257
261
  origin: AgendaOrigin;
258
262
  createdBy: "user" | "agent";
259
263
  state?: AgendaItemState;
@@ -2568,6 +2572,7 @@ export type AgendaCreateInput = {
2568
2572
  global?: boolean;
2569
2573
  wake?: boolean;
2570
2574
  silent?: boolean;
2575
+ autoDone?: boolean;
2571
2576
  agent?: string;
2572
2577
  model?: {
2573
2578
  providerID: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@ericsanchezok/synergy-sdk",
4
- "version": "1.2.27",
4
+ "version": "1.2.29",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {