@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.
- package/dist/gen/types.gen.d.ts +5 -0
- package/package.json +1 -1
package/dist/gen/types.gen.d.ts
CHANGED
|
@@ -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;
|