@n8n/api-types 1.21.2 → 1.22.0
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/agent-sse.d.ts +0 -3
- package/dist/agents/agent-integration.schema.d.ts +184 -0
- package/dist/agents/agent-integration.schema.js +66 -0
- package/dist/agents/agent-integration.schema.js.map +1 -0
- package/dist/agents/agent-json-config.schema.d.ts +1787 -0
- package/dist/agents/agent-json-config.schema.js +144 -0
- package/dist/agents/agent-json-config.schema.js.map +1 -0
- package/dist/agents/dto.d.ts +149 -0
- package/dist/agents/dto.js +67 -0
- package/dist/agents/dto.js.map +1 -0
- package/dist/agents/index.d.ts +6 -0
- package/dist/agents/index.js +35 -0
- package/dist/agents/index.js.map +1 -0
- package/dist/{agents.d.ts → agents/types.d.ts} +7 -93
- package/dist/{agents.js → agents/types.js} +3 -16
- package/dist/agents/types.js.map +1 -0
- package/dist/build.tsbuildinfo +1 -1
- package/dist/chat-hub.d.ts +104 -30
- package/dist/chat-hub.js +8 -0
- package/dist/chat-hub.js.map +1 -1
- package/dist/dto/ai/ai-build-request.dto.d.ts +6 -6
- package/dist/dto/api-keys/update-api-key-request.dto.js +2 -9
- package/dist/dto/api-keys/update-api-key-request.dto.js.map +1 -1
- package/dist/dto/credentials/create-credential.dto.d.ts +1 -1
- package/dist/dto/data-table/create-data-table.dto.d.ts +1 -1
- package/dist/dto/data-table/public-api-create-data-table.dto.d.ts +1 -1
- package/dist/dto/data-table/update-data-table.dto.d.ts +1 -1
- package/dist/dto/dynamic-node-parameters/action-result-request.dto.d.ts +1 -1
- package/dist/dto/dynamic-node-parameters/base-dynamic-parameters-request.dto.d.ts +1 -1
- package/dist/dto/dynamic-node-parameters/options-request.dto.d.ts +1 -1
- package/dist/dto/dynamic-node-parameters/resource-locator-request.dto.d.ts +1 -1
- package/dist/dto/dynamic-node-parameters/resource-mapper-fields-request.dto.d.ts +1 -1
- package/dist/dto/evaluations/evaluation-config.dto.d.ts +2 -2
- package/dist/dto/folders/list-folder-query.dto.d.ts +2 -2
- package/dist/dto/index.d.ts +1 -9
- package/dist/dto/index.js +5 -22
- package/dist/dto/index.js.map +1 -1
- package/dist/dto/instance-ai/instance-ai-confirm-request.dto.d.ts +4 -4
- package/dist/dto/oauth/oauth-client.dto.d.ts +4 -4
- package/dist/dto/project/update-project.dto.d.ts +2 -2
- package/dist/dto/redaction-enforcement/redaction-enforcement.dto.d.ts +22 -0
- package/dist/dto/redaction-enforcement/redaction-enforcement.dto.js +19 -0
- package/dist/dto/redaction-enforcement/redaction-enforcement.dto.js.map +1 -0
- package/dist/dto/source-control/push-work-folder-request.dto.d.ts +3 -3
- package/dist/dto/user/user-update-request.dto.js +2 -9
- package/dist/dto/user/user-update-request.dto.js.map +1 -1
- package/dist/dto/user/users-list-filter.dto.d.ts +1 -1
- package/dist/dto/workflow-history/workflow-history-lookup.dto.d.ts +2 -0
- package/dist/dto/workflow-history/workflow-history-lookup.dto.js +11 -0
- package/dist/dto/workflow-history/workflow-history-lookup.dto.js.map +1 -0
- package/dist/dto/workflows/base-workflow.dto.d.ts +2 -2
- package/dist/dto/workflows/base-workflow.dto.js +3 -1
- package/dist/dto/workflows/base-workflow.dto.js.map +1 -1
- package/dist/dto/workflows/create-workflow.dto.d.ts +1 -1
- package/dist/dto/workflows/update-workflow.dto.d.ts +1 -1
- package/dist/frontend-settings.d.ts +3 -0
- package/dist/index.d.ts +8 -6
- package/dist/index.js +17 -19
- package/dist/index.js.map +1 -1
- package/dist/redaction-enforcement.d.ts +16 -0
- package/dist/redaction-enforcement.js +15 -0
- package/dist/redaction-enforcement.js.map +1 -0
- package/dist/schemas/breaking-changes.schema.d.ts +16 -16
- package/dist/schemas/credential-resolver.schema.d.ts +8 -8
- package/dist/schemas/credential-response.schema.d.ts +2 -2
- package/dist/schemas/data-table.schema.d.ts +4 -4
- package/dist/schemas/data-table.schema.js +7 -1
- package/dist/schemas/data-table.schema.js.map +1 -1
- package/dist/schemas/encryption-key.schema.d.ts +6 -6
- package/dist/schemas/eval-collections.schema.d.ts +165 -0
- package/dist/schemas/eval-collections.schema.js +38 -0
- package/dist/schemas/eval-collections.schema.js.map +1 -0
- package/dist/schemas/evaluations.schema.d.ts +0 -1
- package/dist/schemas/evaluations.schema.js +1 -2
- package/dist/schemas/evaluations.schema.js.map +1 -1
- package/dist/schemas/instance-ai.schema.d.ts +88 -71
- package/dist/schemas/instance-ai.schema.js +10 -3
- package/dist/schemas/instance-ai.schema.js.map +1 -1
- package/dist/schemas/secrets-provider.schema.d.ts +2 -2
- package/dist/schemas/source-controlled-file.schema.d.ts +2 -2
- package/dist/schemas/user.schema.d.ts +12 -12
- package/dist/schemas/workflow-publish-timeline.schema.d.ts +13 -0
- package/dist/schemas/workflow-publish-timeline.schema.js +3 -0
- package/dist/schemas/workflow-publish-timeline.schema.js.map +1 -0
- package/dist/utils/xss-check.d.ts +1 -0
- package/dist/utils/xss-check.js +10 -0
- package/dist/utils/xss-check.js.map +1 -0
- package/package.json +7 -7
- package/dist/agents.js.map +0 -1
- package/dist/dto/agents/agent-build-resume.dto.d.ts +0 -61
- package/dist/dto/agents/agent-build-resume.dto.js +0 -14
- package/dist/dto/agents/agent-build-resume.dto.js.map +0 -1
- package/dist/dto/agents/agent-chat-message.dto.d.ts +0 -11
- package/dist/dto/agents/agent-chat-message.dto.js +0 -12
- package/dist/dto/agents/agent-chat-message.dto.js.map +0 -1
- package/dist/dto/agents/agent-integration.dto.d.ts +0 -11
- package/dist/dto/agents/agent-integration.dto.js +0 -12
- package/dist/dto/agents/agent-integration.dto.js.map +0 -1
- package/dist/dto/agents/create-agent-skill.dto.d.ts +0 -27
- package/dist/dto/agents/create-agent-skill.dto.js +0 -17
- package/dist/dto/agents/create-agent-skill.dto.js.map +0 -1
- package/dist/dto/agents/create-agent.dto.d.ts +0 -9
- package/dist/dto/agents/create-agent.dto.js +0 -11
- package/dist/dto/agents/create-agent.dto.js.map +0 -1
- package/dist/dto/agents/update-agent-config.dto.d.ts +0 -9
- package/dist/dto/agents/update-agent-config.dto.js +0 -11
- package/dist/dto/agents/update-agent-config.dto.js.map +0 -1
- package/dist/dto/agents/update-agent-schedule.dto.d.ts +0 -11
- package/dist/dto/agents/update-agent-schedule.dto.js +0 -12
- package/dist/dto/agents/update-agent-schedule.dto.js.map +0 -1
- package/dist/dto/agents/update-agent-skill.dto.d.ts +0 -12
- package/dist/dto/agents/update-agent-skill.dto.js +0 -13
- package/dist/dto/agents/update-agent-skill.dto.js.map +0 -1
- package/dist/dto/agents/update-agent.dto.d.ts +0 -13
- package/dist/dto/agents/update-agent.dto.js +0 -13
- package/dist/dto/agents/update-agent.dto.js.map +0 -1
package/dist/agent-sse.d.ts
CHANGED
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const AGENT_TELEGRAM_ACCESS_MODES: readonly ["private", "public"];
|
|
3
|
+
export declare const AgentTelegramSettingsSchema: z.ZodEffects<z.ZodObject<{
|
|
4
|
+
accessMode: z.ZodEnum<["private", "public"]>;
|
|
5
|
+
allowedUsers: z.ZodEffects<z.ZodDefault<z.ZodArray<z.ZodString, "many">>, string[], string[] | undefined>;
|
|
6
|
+
}, "strict", z.ZodTypeAny, {
|
|
7
|
+
accessMode: "private" | "public";
|
|
8
|
+
allowedUsers: string[];
|
|
9
|
+
}, {
|
|
10
|
+
accessMode: "private" | "public";
|
|
11
|
+
allowedUsers?: string[] | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
accessMode: "private" | "public";
|
|
14
|
+
allowedUsers: string[];
|
|
15
|
+
}, {
|
|
16
|
+
accessMode: "private" | "public";
|
|
17
|
+
allowedUsers?: string[] | undefined;
|
|
18
|
+
}>;
|
|
19
|
+
export type AgentTelegramIntegrationSettings = z.infer<typeof AgentTelegramSettingsSchema>;
|
|
20
|
+
export declare const AgentIntegrationSettingsSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
21
|
+
accessMode: z.ZodEnum<["private", "public"]>;
|
|
22
|
+
allowedUsers: z.ZodEffects<z.ZodDefault<z.ZodArray<z.ZodString, "many">>, string[], string[] | undefined>;
|
|
23
|
+
}, "strict", z.ZodTypeAny, {
|
|
24
|
+
accessMode: "private" | "public";
|
|
25
|
+
allowedUsers: string[];
|
|
26
|
+
}, {
|
|
27
|
+
accessMode: "private" | "public";
|
|
28
|
+
allowedUsers?: string[] | undefined;
|
|
29
|
+
}>, {
|
|
30
|
+
accessMode: "private" | "public";
|
|
31
|
+
allowedUsers: string[];
|
|
32
|
+
}, {
|
|
33
|
+
accessMode: "private" | "public";
|
|
34
|
+
allowedUsers?: string[] | undefined;
|
|
35
|
+
}>, z.ZodUndefined]>;
|
|
36
|
+
export type AgentIntegrationSettings = z.infer<typeof AgentIntegrationSettingsSchema>;
|
|
37
|
+
export declare const AGENT_SCHEDULE_TRIGGER_TYPE = "schedule";
|
|
38
|
+
export declare const AgentScheduleIntegrationSchema: z.ZodObject<{
|
|
39
|
+
type: z.ZodLiteral<"schedule">;
|
|
40
|
+
active: z.ZodBoolean;
|
|
41
|
+
cronExpression: z.ZodString;
|
|
42
|
+
wakeUpPrompt: z.ZodString;
|
|
43
|
+
}, "strict", z.ZodTypeAny, {
|
|
44
|
+
type: "schedule";
|
|
45
|
+
active: boolean;
|
|
46
|
+
cronExpression: string;
|
|
47
|
+
wakeUpPrompt: string;
|
|
48
|
+
}, {
|
|
49
|
+
type: "schedule";
|
|
50
|
+
active: boolean;
|
|
51
|
+
cronExpression: string;
|
|
52
|
+
wakeUpPrompt: string;
|
|
53
|
+
}>;
|
|
54
|
+
export declare const AgentCredentialIntegrationSchema: z.ZodDiscriminatedUnion<"type", readonly [z.ZodObject<{
|
|
55
|
+
type: z.ZodLiteral<"telegram">;
|
|
56
|
+
credentialId: z.ZodString;
|
|
57
|
+
} & {
|
|
58
|
+
settings: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
59
|
+
accessMode: z.ZodEnum<["private", "public"]>;
|
|
60
|
+
allowedUsers: z.ZodEffects<z.ZodDefault<z.ZodArray<z.ZodString, "many">>, string[], string[] | undefined>;
|
|
61
|
+
}, "strict", z.ZodTypeAny, {
|
|
62
|
+
accessMode: "private" | "public";
|
|
63
|
+
allowedUsers: string[];
|
|
64
|
+
}, {
|
|
65
|
+
accessMode: "private" | "public";
|
|
66
|
+
allowedUsers?: string[] | undefined;
|
|
67
|
+
}>, {
|
|
68
|
+
accessMode: "private" | "public";
|
|
69
|
+
allowedUsers: string[];
|
|
70
|
+
}, {
|
|
71
|
+
accessMode: "private" | "public";
|
|
72
|
+
allowedUsers?: string[] | undefined;
|
|
73
|
+
}>>;
|
|
74
|
+
}, "strip", z.ZodTypeAny, {
|
|
75
|
+
type: "telegram";
|
|
76
|
+
credentialId: string;
|
|
77
|
+
settings?: {
|
|
78
|
+
accessMode: "private" | "public";
|
|
79
|
+
allowedUsers: string[];
|
|
80
|
+
} | undefined;
|
|
81
|
+
}, {
|
|
82
|
+
type: "telegram";
|
|
83
|
+
credentialId: string;
|
|
84
|
+
settings?: {
|
|
85
|
+
accessMode: "private" | "public";
|
|
86
|
+
allowedUsers?: string[] | undefined;
|
|
87
|
+
} | undefined;
|
|
88
|
+
}>, z.ZodObject<{
|
|
89
|
+
type: z.ZodLiteral<"slack">;
|
|
90
|
+
credentialId: z.ZodString;
|
|
91
|
+
}, "strip", z.ZodTypeAny, {
|
|
92
|
+
type: "slack";
|
|
93
|
+
credentialId: string;
|
|
94
|
+
}, {
|
|
95
|
+
type: "slack";
|
|
96
|
+
credentialId: string;
|
|
97
|
+
}>, z.ZodObject<{
|
|
98
|
+
type: z.ZodLiteral<"linear">;
|
|
99
|
+
credentialId: z.ZodString;
|
|
100
|
+
}, "strip", z.ZodTypeAny, {
|
|
101
|
+
type: "linear";
|
|
102
|
+
credentialId: string;
|
|
103
|
+
}, {
|
|
104
|
+
type: "linear";
|
|
105
|
+
credentialId: string;
|
|
106
|
+
}>]>;
|
|
107
|
+
export declare const AgentIntegrationSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
108
|
+
type: z.ZodLiteral<"telegram">;
|
|
109
|
+
credentialId: z.ZodString;
|
|
110
|
+
} & {
|
|
111
|
+
settings: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
112
|
+
accessMode: z.ZodEnum<["private", "public"]>;
|
|
113
|
+
allowedUsers: z.ZodEffects<z.ZodDefault<z.ZodArray<z.ZodString, "many">>, string[], string[] | undefined>;
|
|
114
|
+
}, "strict", z.ZodTypeAny, {
|
|
115
|
+
accessMode: "private" | "public";
|
|
116
|
+
allowedUsers: string[];
|
|
117
|
+
}, {
|
|
118
|
+
accessMode: "private" | "public";
|
|
119
|
+
allowedUsers?: string[] | undefined;
|
|
120
|
+
}>, {
|
|
121
|
+
accessMode: "private" | "public";
|
|
122
|
+
allowedUsers: string[];
|
|
123
|
+
}, {
|
|
124
|
+
accessMode: "private" | "public";
|
|
125
|
+
allowedUsers?: string[] | undefined;
|
|
126
|
+
}>>;
|
|
127
|
+
}, "strip", z.ZodTypeAny, {
|
|
128
|
+
type: "telegram";
|
|
129
|
+
credentialId: string;
|
|
130
|
+
settings?: {
|
|
131
|
+
accessMode: "private" | "public";
|
|
132
|
+
allowedUsers: string[];
|
|
133
|
+
} | undefined;
|
|
134
|
+
}, {
|
|
135
|
+
type: "telegram";
|
|
136
|
+
credentialId: string;
|
|
137
|
+
settings?: {
|
|
138
|
+
accessMode: "private" | "public";
|
|
139
|
+
allowedUsers?: string[] | undefined;
|
|
140
|
+
} | undefined;
|
|
141
|
+
}>, z.ZodObject<{
|
|
142
|
+
type: z.ZodLiteral<"slack">;
|
|
143
|
+
credentialId: z.ZodString;
|
|
144
|
+
}, "strip", z.ZodTypeAny, {
|
|
145
|
+
type: "slack";
|
|
146
|
+
credentialId: string;
|
|
147
|
+
}, {
|
|
148
|
+
type: "slack";
|
|
149
|
+
credentialId: string;
|
|
150
|
+
}>, z.ZodObject<{
|
|
151
|
+
type: z.ZodLiteral<"linear">;
|
|
152
|
+
credentialId: z.ZodString;
|
|
153
|
+
}, "strip", z.ZodTypeAny, {
|
|
154
|
+
type: "linear";
|
|
155
|
+
credentialId: string;
|
|
156
|
+
}, {
|
|
157
|
+
type: "linear";
|
|
158
|
+
credentialId: string;
|
|
159
|
+
}>, z.ZodObject<{
|
|
160
|
+
type: z.ZodLiteral<"schedule">;
|
|
161
|
+
active: z.ZodBoolean;
|
|
162
|
+
cronExpression: z.ZodString;
|
|
163
|
+
wakeUpPrompt: z.ZodString;
|
|
164
|
+
}, "strict", z.ZodTypeAny, {
|
|
165
|
+
type: "schedule";
|
|
166
|
+
active: boolean;
|
|
167
|
+
cronExpression: string;
|
|
168
|
+
wakeUpPrompt: string;
|
|
169
|
+
}, {
|
|
170
|
+
type: "schedule";
|
|
171
|
+
active: boolean;
|
|
172
|
+
cronExpression: string;
|
|
173
|
+
wakeUpPrompt: string;
|
|
174
|
+
}>]>;
|
|
175
|
+
export type AgentIntegrationConfig = z.infer<typeof AgentIntegrationSchema>;
|
|
176
|
+
export type AgentScheduleIntegrationConfig = z.infer<typeof AgentScheduleIntegrationSchema>;
|
|
177
|
+
export type AgentCredentialIntegrationConfig = Exclude<AgentIntegrationConfig, {
|
|
178
|
+
type: typeof AGENT_SCHEDULE_TRIGGER_TYPE;
|
|
179
|
+
}>;
|
|
180
|
+
export type AgentScheduleIntegration = AgentScheduleIntegrationConfig;
|
|
181
|
+
export type AgentCredentialIntegrationDto = AgentCredentialIntegrationConfig;
|
|
182
|
+
export type AgentIntegration = AgentIntegrationConfig;
|
|
183
|
+
export declare function isAgentScheduleIntegration(integration: AgentIntegrationConfig | null | undefined): integration is AgentScheduleIntegrationConfig;
|
|
184
|
+
export declare function isAgentCredentialIntegration(integration: AgentIntegrationConfig | null | undefined): integration is AgentCredentialIntegrationConfig;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AgentIntegrationSchema = exports.AgentCredentialIntegrationSchema = exports.AgentScheduleIntegrationSchema = exports.AGENT_SCHEDULE_TRIGGER_TYPE = exports.AgentIntegrationSettingsSchema = exports.AgentTelegramSettingsSchema = exports.AGENT_TELEGRAM_ACCESS_MODES = void 0;
|
|
4
|
+
exports.isAgentScheduleIntegration = isAgentScheduleIntegration;
|
|
5
|
+
exports.isAgentCredentialIntegration = isAgentCredentialIntegration;
|
|
6
|
+
const zod_1 = require("zod");
|
|
7
|
+
const createCredIntegrationSchema = (typeName, settingsSchema) => zod_1.z.object({
|
|
8
|
+
type: zod_1.z.literal(typeName),
|
|
9
|
+
credentialId: zod_1.z.string().min(1),
|
|
10
|
+
settings: settingsSchema,
|
|
11
|
+
});
|
|
12
|
+
const createSimpleIntegrationSchema = (typeName) => zod_1.z.object({
|
|
13
|
+
type: zod_1.z.literal(typeName),
|
|
14
|
+
credentialId: zod_1.z.string().min(1),
|
|
15
|
+
});
|
|
16
|
+
exports.AGENT_TELEGRAM_ACCESS_MODES = ['private', 'public'];
|
|
17
|
+
exports.AgentTelegramSettingsSchema = zod_1.z
|
|
18
|
+
.object({
|
|
19
|
+
accessMode: zod_1.z.enum(exports.AGENT_TELEGRAM_ACCESS_MODES),
|
|
20
|
+
allowedUsers: zod_1.z
|
|
21
|
+
.array(zod_1.z
|
|
22
|
+
.string()
|
|
23
|
+
.trim()
|
|
24
|
+
.regex(/^@?[a-zA-Z0-9_]+$/, 'Enter a valid Telegram user ID (numbers only) or username (letters, numbers, underscores)'))
|
|
25
|
+
.default([])
|
|
26
|
+
.transform((items) => [...new Set(items)]),
|
|
27
|
+
})
|
|
28
|
+
.strict()
|
|
29
|
+
.superRefine((settings, ctx) => {
|
|
30
|
+
if (settings.accessMode === 'private' && settings.allowedUsers.length === 0) {
|
|
31
|
+
ctx.addIssue({
|
|
32
|
+
code: zod_1.z.ZodIssueCode.custom,
|
|
33
|
+
path: ['allowedUsers'],
|
|
34
|
+
message: 'Add at least one Telegram user ID or username',
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
exports.AgentIntegrationSettingsSchema = zod_1.z.union([exports.AgentTelegramSettingsSchema, zod_1.z.undefined()]);
|
|
39
|
+
exports.AGENT_SCHEDULE_TRIGGER_TYPE = 'schedule';
|
|
40
|
+
exports.AgentScheduleIntegrationSchema = zod_1.z
|
|
41
|
+
.object({
|
|
42
|
+
type: zod_1.z.literal(exports.AGENT_SCHEDULE_TRIGGER_TYPE),
|
|
43
|
+
active: zod_1.z.boolean(),
|
|
44
|
+
cronExpression: zod_1.z.string().min(1, 'cronExpression is required'),
|
|
45
|
+
wakeUpPrompt: zod_1.z.string().min(1, 'wakeUpPrompt is required'),
|
|
46
|
+
})
|
|
47
|
+
.strict();
|
|
48
|
+
const credentialIntegrations = [
|
|
49
|
+
createCredIntegrationSchema('telegram', exports.AgentTelegramSettingsSchema).extend({
|
|
50
|
+
settings: exports.AgentTelegramSettingsSchema.optional(),
|
|
51
|
+
}),
|
|
52
|
+
createSimpleIntegrationSchema('slack'),
|
|
53
|
+
createSimpleIntegrationSchema('linear'),
|
|
54
|
+
];
|
|
55
|
+
exports.AgentCredentialIntegrationSchema = zod_1.z.discriminatedUnion('type', credentialIntegrations);
|
|
56
|
+
exports.AgentIntegrationSchema = zod_1.z.discriminatedUnion('type', [
|
|
57
|
+
...credentialIntegrations,
|
|
58
|
+
exports.AgentScheduleIntegrationSchema,
|
|
59
|
+
]);
|
|
60
|
+
function isAgentScheduleIntegration(integration) {
|
|
61
|
+
return integration?.type === exports.AGENT_SCHEDULE_TRIGGER_TYPE;
|
|
62
|
+
}
|
|
63
|
+
function isAgentCredentialIntegration(integration) {
|
|
64
|
+
return (integration !== null && integration !== undefined && !isAgentScheduleIntegration(integration));
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=agent-integration.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-integration.schema.js","sourceRoot":"","sources":["../../src/agents/agent-integration.schema.ts"],"names":[],"mappings":"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"}
|