🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@atom8n/api-types

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atom8n/api-types - npm Package Compare versions

Comparing version
1.5.6
to
1.5.7
dist/typecheck.tsbuildinfo

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>;

{
"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