@junctionpanel/server 0.1.98 → 0.1.100

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.
@@ -663,9 +663,9 @@ export declare const ToolEditInputSchema: z.ZodEffects<z.ZodIntersection<z.ZodUn
663
663
  }, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
664
664
  filePath: z.ZodString;
665
665
  }, z.ZodTypeAny, "passthrough">) & {
666
- diff?: string | undefined;
667
666
  content?: string | undefined;
668
667
  unifiedDiff?: string | undefined;
668
+ diff?: string | undefined;
669
669
  new_content?: string | undefined;
670
670
  newContent?: string | undefined;
671
671
  old_string?: string | undefined;
@@ -762,9 +762,9 @@ export declare const ToolEditOutputSchema: z.ZodUnion<[z.ZodEffects<z.ZodInterse
762
762
  }, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
763
763
  filePath: z.ZodString;
764
764
  }, z.ZodTypeAny, "passthrough">) & {
765
- diff?: string | undefined;
766
765
  content?: string | undefined;
767
766
  unifiedDiff?: string | undefined;
767
+ diff?: string | undefined;
768
768
  new_content?: string | undefined;
769
769
  newContent?: string | undefined;
770
770
  old_string?: string | undefined;
@@ -166,18 +166,18 @@ export declare const PersistedConfigSchema: z.ZodObject<{
166
166
  level: z.ZodOptional<z.ZodEnum<["trace", "debug", "info", "warn", "error", "fatal"]>>;
167
167
  format: z.ZodOptional<z.ZodEnum<["pretty", "json"]>>;
168
168
  }, "strict", z.ZodTypeAny, {
169
- level?: "error" | "debug" | "fatal" | "warn" | "info" | "trace" | undefined;
170
169
  format?: "json" | "pretty" | undefined;
170
+ level?: "error" | "debug" | "warn" | "info" | "fatal" | "trace" | undefined;
171
171
  }, {
172
- level?: "error" | "debug" | "fatal" | "warn" | "info" | "trace" | undefined;
173
172
  format?: "json" | "pretty" | undefined;
173
+ level?: "error" | "debug" | "warn" | "info" | "fatal" | "trace" | undefined;
174
174
  }>>;
175
175
  }, "strict", z.ZodTypeAny, {
176
- version?: 1 | undefined;
177
176
  log?: {
178
- level?: "error" | "debug" | "fatal" | "warn" | "info" | "trace" | undefined;
179
177
  format?: "json" | "pretty" | undefined;
178
+ level?: "error" | "debug" | "warn" | "info" | "fatal" | "trace" | undefined;
180
179
  } | undefined;
180
+ version?: 1 | undefined;
181
181
  agents?: {
182
182
  providers?: Record<string, {
183
183
  command?: {
@@ -216,11 +216,11 @@ export declare const PersistedConfigSchema: z.ZodObject<{
216
216
  baseUrl?: string | undefined;
217
217
  } | undefined;
218
218
  }, {
219
- version?: 1 | undefined;
220
219
  log?: {
221
- level?: "error" | "debug" | "fatal" | "warn" | "info" | "trace" | undefined;
222
220
  format?: "json" | "pretty" | undefined;
221
+ level?: "error" | "debug" | "warn" | "info" | "fatal" | "trace" | undefined;
223
222
  } | undefined;
223
+ version?: 1 | undefined;
224
224
  agents?: {
225
225
  providers?: Record<string, {
226
226
  command?: {