@inploi/core
Advanced tools
Comparing version 1.11.1 to 1.11.2
@@ -103,3 +103,3 @@ import { z } from 'zod'; | ||
type: z.ZodLiteral<"end-flow">; | ||
data: z.ZodObject<{ | ||
data: z.ZodNullable<z.ZodObject<{ | ||
systemMessage: z.ZodOptional<z.ZodString>; | ||
@@ -110,3 +110,3 @@ }, "strip", z.ZodTypeAny, { | ||
systemMessage?: string | undefined; | ||
}>; | ||
}>>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -116,3 +116,3 @@ id: string; | ||
systemMessage?: string | undefined; | ||
}; | ||
} | null; | ||
type: "end-flow"; | ||
@@ -125,3 +125,3 @@ isHead?: boolean | undefined; | ||
systemMessage?: string | undefined; | ||
}; | ||
} | null; | ||
type: "end-flow"; | ||
@@ -722,3 +722,3 @@ isHead?: boolean | undefined; | ||
type: z.ZodLiteral<"end-flow">; | ||
data: z.ZodObject<{ | ||
data: z.ZodNullable<z.ZodObject<{ | ||
systemMessage: z.ZodOptional<z.ZodString>; | ||
@@ -729,3 +729,3 @@ }, "strip", z.ZodTypeAny, { | ||
systemMessage?: string | undefined; | ||
}>; | ||
}>>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -735,3 +735,3 @@ id: string; | ||
systemMessage?: string | undefined; | ||
}; | ||
} | null; | ||
type: "end-flow"; | ||
@@ -744,3 +744,3 @@ isHead?: boolean | undefined; | ||
systemMessage?: string | undefined; | ||
}; | ||
} | null; | ||
type: "end-flow"; | ||
@@ -1446,3 +1446,3 @@ isHead?: boolean | undefined; | ||
type: z.ZodLiteral<"end-flow">; | ||
data: z.ZodObject<{ | ||
data: z.ZodNullable<z.ZodObject<{ | ||
systemMessage: z.ZodOptional<z.ZodString>; | ||
@@ -1453,3 +1453,3 @@ }, "strip", z.ZodTypeAny, { | ||
systemMessage?: string | undefined; | ||
}>; | ||
}>>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -1459,3 +1459,3 @@ id: string; | ||
systemMessage?: string | undefined; | ||
}; | ||
} | null; | ||
type: "end-flow"; | ||
@@ -1468,3 +1468,3 @@ isHead?: boolean | undefined; | ||
systemMessage?: string | undefined; | ||
}; | ||
} | null; | ||
type: "end-flow"; | ||
@@ -1471,0 +1471,0 @@ isHead?: boolean | undefined; |
@@ -95,3 +95,3 @@ "use strict"; | ||
systemMessage: import_zod.z.string().optional() | ||
}) | ||
}).nullable() | ||
}); | ||
@@ -98,0 +98,0 @@ var LinkNodeSchema = BaseFlowNodeSchema.extend({ |
{ | ||
"name": "@inploi/core", | ||
"version": "1.11.1", | ||
"version": "1.11.2", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "exports": { | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.3.2", | ||
"typescript": "^5.3.0", | ||
"zod": "^3.22.0", | ||
@@ -27,0 +27,0 @@ "eslint-config-custom": "0.1.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
160452