@atom8n/api-types
Advanced tools
Sorry, the diff of this file is not supported yet
+12
-12
@@ -11,7 +11,7 @@ import type { Scope } from '@n8n/permissions'; | ||
| }, "strip", z.ZodTypeAny, { | ||
| value: string; | ||
| type: "icon"; | ||
| }, { | ||
| value: string; | ||
| }, { | ||
| type: "icon"; | ||
| value: string; | ||
| }>, z.ZodObject<{ | ||
@@ -21,7 +21,7 @@ type: z.ZodLiteral<"emoji">; | ||
| }, "strip", z.ZodTypeAny, { | ||
| value: string; | ||
| type: "emoji"; | ||
| }, { | ||
| value: string; | ||
| }, { | ||
| type: "emoji"; | ||
| value: string; | ||
| }>]>; | ||
@@ -1319,7 +1319,7 @@ export type AgentIconOrEmoji = z.infer<typeof agentIconOrEmojiSchema>; | ||
| }, "strip", z.ZodTypeAny, { | ||
| value: string; | ||
| type: "icon"; | ||
| }, { | ||
| value: string; | ||
| }, { | ||
| type: "icon"; | ||
| value: string; | ||
| }>, z.ZodObject<{ | ||
@@ -1329,7 +1329,7 @@ type: z.ZodLiteral<"emoji">; | ||
| }, "strip", z.ZodTypeAny, { | ||
| value: string; | ||
| type: "emoji"; | ||
| }, { | ||
| value: string; | ||
| }, { | ||
| type: "emoji"; | ||
| value: string; | ||
| }>]>; | ||
@@ -1351,7 +1351,7 @@ systemPrompt: z.ZodString; | ||
| }, "strip", z.ZodTypeAny, { | ||
| value: string; | ||
| type: "icon"; | ||
| }, { | ||
| value: string; | ||
| }, { | ||
| type: "icon"; | ||
| value: string; | ||
| }>, z.ZodObject<{ | ||
@@ -1361,7 +1361,7 @@ type: z.ZodLiteral<"emoji">; | ||
| }, "strip", z.ZodTypeAny, { | ||
| value: string; | ||
| type: "emoji"; | ||
| }, { | ||
| value: string; | ||
| }, { | ||
| type: "emoji"; | ||
| value: string; | ||
| }>]>>; | ||
@@ -1368,0 +1368,0 @@ systemPrompt: z.ZodOptional<z.ZodString>; |
+5
-5
| { | ||
| "name": "@atom8n/api-types", | ||
| "version": "1.5.6", | ||
| "version": "1.5.7", | ||
| "scripts": { | ||
@@ -25,12 +25,12 @@ "clean": "rimraf dist .turbo", | ||
| "devDependencies": { | ||
| "@n8n/typescript-config": "npm:@atom8n/typescript-config@1.6.6", | ||
| "@n8n/config": "npm:@atom8n/config@2.4.6" | ||
| "@n8n/typescript-config": "npm:@atom8n/typescript-config@1.6.7", | ||
| "@n8n/config": "npm:@atom8n/config@2.4.7" | ||
| }, | ||
| "dependencies": { | ||
| "n8n-workflow": "npm:@atom8n/n8n-workflow@2.5.6", | ||
| "n8n-workflow": "npm:@atom8n/n8n-workflow@2.5.7", | ||
| "xss": "1.0.15", | ||
| "zod": "3.25.67", | ||
| "zod-class": "0.0.16", | ||
| "@n8n/permissions": "npm:@atom8n/permissions@0.48.6" | ||
| "@n8n/permissions": "npm:@atom8n/permissions@0.48.7" | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
1034479
38.83%392
0.26%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed