@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.
@@ -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 = {
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.10",
4
+ "version": "1.2.12",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {