@ericsanchezok/synergy-sdk 1.2.10 → 1.2.12
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 +2 -0
- package/package.json +1 -1
package/dist/gen/types.gen.d.ts
CHANGED
|
@@ -2201,6 +2201,7 @@ export type Command = {
|
|
|
2201
2201
|
agent?: string;
|
|
2202
2202
|
model?: string;
|
|
2203
2203
|
mcp?: boolean;
|
|
2204
|
+
source?: "command" | "mcp" | "skill";
|
|
2204
2205
|
template: string;
|
|
2205
2206
|
hints: Array<string>;
|
|
2206
2207
|
};
|
|
@@ -3004,6 +3005,7 @@ export type EventRuntimeReloaded = {
|
|
|
3004
3005
|
properties: {
|
|
3005
3006
|
executed: Array<RuntimeReloadTarget>;
|
|
3006
3007
|
cascaded: Array<RuntimeReloadTarget>;
|
|
3008
|
+
changedFields: Array<string>;
|
|
3007
3009
|
};
|
|
3008
3010
|
};
|
|
3009
3011
|
export type EventMessageUpdated = {
|