@ericsanchezok/synergy-sdk 1.2.7 → 1.2.9
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 +1 -1
- package/package.json +1 -1
package/dist/gen/types.gen.d.ts
CHANGED
|
@@ -1523,7 +1523,7 @@ export type ConfigSetRawValidateInput = {
|
|
|
1523
1523
|
};
|
|
1524
1524
|
export type RuntimeReloadTarget = "config" | "skill" | "provider" | "agent" | "plugin" | "mcp" | "lsp" | "formatter" | "watcher" | "channel" | "holos" | "command" | "tool_registry" | "all";
|
|
1525
1525
|
export type RuntimeReloadResult = {
|
|
1526
|
-
success:
|
|
1526
|
+
success: boolean;
|
|
1527
1527
|
requested: Array<RuntimeReloadTarget>;
|
|
1528
1528
|
executed: Array<RuntimeReloadTarget>;
|
|
1529
1529
|
cascaded: Array<RuntimeReloadTarget>;
|