@inkeep/agents-core 0.36.1 → 0.37.1
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/auth/auth-schema.js +1 -1
- package/dist/auth/auth-validation-schemas.js +1 -1
- package/dist/auth/auth.d.ts +3 -3
- package/dist/auth/auth.js +32 -5
- package/dist/{auth-detection-CGqhPDnj.d.ts → auth-detection-7G0Dxt55.d.ts} +11 -0
- package/dist/chunk-CMNLBV2A.js +39 -0
- package/dist/{chunk-SG75RA63.js → chunk-I6IF7ZTL.js} +2 -2
- package/dist/{chunk-ZCEKN54E.js → chunk-K6GMXJPW.js} +6 -6
- package/dist/{chunk-4RVJB4KV.js → chunk-LL6F3EAR.js} +4 -1
- package/dist/{chunk-TGESM3JG.js → chunk-MQMMFK2K.js} +14 -3
- package/dist/{chunk-NFYCSHD3.js → chunk-PVRIMF6N.js} +2 -1
- package/dist/{chunk-4OISWRFK.js → chunk-ROXPFQAM.js} +357 -40
- package/dist/{chunk-OEHP46F7.js → chunk-W3QDM7WH.js} +1 -1
- package/dist/{chunk-KMLLKRUY.js → chunk-ZEZCCHV7.js} +1 -1
- package/dist/{client-HrEgt7wv.d.ts → client-B_3j-V4-.d.ts} +1 -1
- package/dist/client-exports.d.ts +6 -3
- package/dist/client-exports.js +3 -3
- package/dist/constants/schema-validation/index.js +1 -1
- package/dist/credential-stores/index.d.ts +3 -3
- package/dist/db/schema.d.ts +2 -2
- package/dist/db/schema.js +2 -2
- package/dist/db/test-client.d.ts +3 -3
- package/dist/db/test-client.js +1 -1
- package/dist/index.d.ts +143 -9
- package/dist/index.js +280 -67
- package/dist/{schema-CoC3tYFX.d.ts → schema-DKbG39on.d.ts} +24 -1
- package/dist/server-BXoUiBMg.d.ts +127 -0
- package/dist/types/index.d.ts +33 -113
- package/dist/types/index.js +1 -1
- package/dist/{utility-C4QAannk.d.ts → utility-Lo5NoRHK.d.ts} +146 -11
- package/dist/validation/index.d.ts +2 -2
- package/dist/validation/index.js +2 -2
- package/drizzle/{0001_fair_malice.sql → 0001_calm_sheva_callister.sql} +1 -16
- package/drizzle/meta/0001_snapshot.json +7 -1
- package/drizzle/meta/_journal.json +2 -2
- package/package.json +12 -6
- package/dist/chunk-H2F72PDA.js +0 -15
- /package/dist/{chunk-NOPEANIU.js → chunk-NFTJ5JBY.js} +0 -0
|
@@ -9535,6 +9535,8 @@ declare const OAuthCallbackQuerySchema: z.ZodObject<{
|
|
|
9535
9535
|
error_description: z.ZodOptional<z.ZodString>;
|
|
9536
9536
|
}, z.core.$strip>;
|
|
9537
9537
|
declare const McpToolSchema: z.ZodObject<{
|
|
9538
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
9539
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
9538
9540
|
name: z.ZodString;
|
|
9539
9541
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9540
9542
|
credentialReferenceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -9576,9 +9578,7 @@ declare const McpToolSchema: z.ZodObject<{
|
|
|
9576
9578
|
needs_auth: "needs_auth";
|
|
9577
9579
|
}>>;
|
|
9578
9580
|
version: z.ZodOptional<z.ZodString>;
|
|
9579
|
-
|
|
9580
|
-
updatedAt: z.ZodDate;
|
|
9581
|
-
expiresAt: z.ZodOptional<z.ZodDate>;
|
|
9581
|
+
expiresAt: z.ZodOptional<z.ZodString>;
|
|
9582
9582
|
relationshipId: z.ZodOptional<z.ZodString>;
|
|
9583
9583
|
}, {
|
|
9584
9584
|
out: {};
|
|
@@ -9587,7 +9587,7 @@ declare const McpToolSchema: z.ZodObject<{
|
|
|
9587
9587
|
declare const MCPToolConfigSchema: z.ZodObject<{
|
|
9588
9588
|
id: z.ZodString;
|
|
9589
9589
|
name: z.ZodString;
|
|
9590
|
-
expiresAt: z.ZodOptional<z.
|
|
9590
|
+
expiresAt: z.ZodOptional<z.ZodString>;
|
|
9591
9591
|
headers: z.ZodOptional<z.ZodNullable<z.ZodType<Record<string, string>, Record<string, string>, z.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>>;
|
|
9592
9592
|
capabilities: z.ZodOptional<z.ZodNullable<z.ZodType<ToolServerCapabilities, ToolServerCapabilities, z.core.$ZodTypeInternals<ToolServerCapabilities, ToolServerCapabilities>>>>;
|
|
9593
9593
|
imageUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -10684,6 +10684,29 @@ declare const SubAgentToolRelationSelectSchema: drizzle_zod.BuildSchema<"select"
|
|
|
10684
10684
|
}, {}, {
|
|
10685
10685
|
$type: Record<string, string> | null;
|
|
10686
10686
|
}>;
|
|
10687
|
+
toolPolicies: drizzle_orm_pg_core.PgColumn<{
|
|
10688
|
+
name: "tool_policies";
|
|
10689
|
+
tableName: "sub_agent_tool_relations";
|
|
10690
|
+
dataType: "json";
|
|
10691
|
+
columnType: "PgJsonb";
|
|
10692
|
+
data: Record<string, {
|
|
10693
|
+
needsApproval?: boolean;
|
|
10694
|
+
}> | null;
|
|
10695
|
+
driverParam: unknown;
|
|
10696
|
+
notNull: false;
|
|
10697
|
+
hasDefault: false;
|
|
10698
|
+
isPrimaryKey: false;
|
|
10699
|
+
isAutoincrement: false;
|
|
10700
|
+
hasRuntimeDefault: false;
|
|
10701
|
+
enumValues: undefined;
|
|
10702
|
+
baseColumn: never;
|
|
10703
|
+
identity: undefined;
|
|
10704
|
+
generated: undefined;
|
|
10705
|
+
}, {}, {
|
|
10706
|
+
$type: Record<string, {
|
|
10707
|
+
needsApproval?: boolean;
|
|
10708
|
+
}> | null;
|
|
10709
|
+
}>;
|
|
10687
10710
|
subAgentId: drizzle_orm_pg_core.PgColumn<{
|
|
10688
10711
|
name: "sub_agent_id";
|
|
10689
10712
|
tableName: "sub_agent_tool_relations";
|
|
@@ -10871,6 +10894,29 @@ declare const SubAgentToolRelationSelectSchema: drizzle_zod.BuildSchema<"select"
|
|
|
10871
10894
|
}, {}, {
|
|
10872
10895
|
$type: Record<string, string> | null;
|
|
10873
10896
|
}>;
|
|
10897
|
+
toolPolicies: drizzle_orm_pg_core.PgColumn<{
|
|
10898
|
+
name: "tool_policies";
|
|
10899
|
+
tableName: "sub_agent_tool_relations";
|
|
10900
|
+
dataType: "json";
|
|
10901
|
+
columnType: "PgJsonb";
|
|
10902
|
+
data: Record<string, {
|
|
10903
|
+
needsApproval?: boolean;
|
|
10904
|
+
}> | null;
|
|
10905
|
+
driverParam: unknown;
|
|
10906
|
+
notNull: false;
|
|
10907
|
+
hasDefault: false;
|
|
10908
|
+
isPrimaryKey: false;
|
|
10909
|
+
isAutoincrement: false;
|
|
10910
|
+
hasRuntimeDefault: false;
|
|
10911
|
+
enumValues: undefined;
|
|
10912
|
+
baseColumn: never;
|
|
10913
|
+
identity: undefined;
|
|
10914
|
+
generated: undefined;
|
|
10915
|
+
}, {}, {
|
|
10916
|
+
$type: Record<string, {
|
|
10917
|
+
needsApproval?: boolean;
|
|
10918
|
+
}> | null;
|
|
10919
|
+
}>;
|
|
10874
10920
|
subAgentId: drizzle_orm_pg_core.PgColumn<{
|
|
10875
10921
|
name: "sub_agent_id";
|
|
10876
10922
|
tableName: "sub_agent_tool_relations";
|
|
@@ -10978,6 +11024,9 @@ declare const SubAgentToolRelationInsertSchema: z.ZodObject<{
|
|
|
10978
11024
|
toolId: z.ZodString;
|
|
10979
11025
|
selectedTools: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
10980
11026
|
headers: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
11027
|
+
toolPolicies: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
11028
|
+
needsApproval: z.ZodOptional<z.ZodBoolean>;
|
|
11029
|
+
}, z.core.$strip>>>>;
|
|
10981
11030
|
}, {
|
|
10982
11031
|
out: {};
|
|
10983
11032
|
in: {};
|
|
@@ -10993,6 +11042,9 @@ declare const SubAgentToolRelationUpdateSchema: z.ZodObject<{
|
|
|
10993
11042
|
toolId: z.ZodOptional<z.ZodString>;
|
|
10994
11043
|
selectedTools: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>>;
|
|
10995
11044
|
headers: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>>;
|
|
11045
|
+
toolPolicies: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
11046
|
+
needsApproval: z.ZodOptional<z.ZodBoolean>;
|
|
11047
|
+
}, z.core.$strip>>>>>;
|
|
10996
11048
|
}, {
|
|
10997
11049
|
out: {};
|
|
10998
11050
|
in: {};
|
|
@@ -11003,6 +11055,7 @@ declare const SubAgentToolRelationApiSelectSchema: z.ZodObject<{
|
|
|
11003
11055
|
updatedAt: z.ZodString;
|
|
11004
11056
|
headers: z.ZodNullable<z.ZodType<drizzle_zod.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>;
|
|
11005
11057
|
toolId: z.ZodString;
|
|
11058
|
+
toolPolicies: z.ZodNullable<z.ZodType<drizzle_zod.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>;
|
|
11006
11059
|
selectedTools: z.ZodNullable<z.ZodType<drizzle_zod.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>;
|
|
11007
11060
|
subAgentId: z.ZodString;
|
|
11008
11061
|
}, z.core.$strip>;
|
|
@@ -11012,6 +11065,9 @@ declare const SubAgentToolRelationApiInsertSchema: z.ZodObject<{
|
|
|
11012
11065
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
11013
11066
|
headers: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
11014
11067
|
toolId: z.ZodString;
|
|
11068
|
+
toolPolicies: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
11069
|
+
needsApproval: z.ZodOptional<z.ZodBoolean>;
|
|
11070
|
+
}, z.core.$strip>>>>;
|
|
11015
11071
|
selectedTools: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
11016
11072
|
subAgentId: z.ZodString;
|
|
11017
11073
|
}, z.core.$strip>;
|
|
@@ -11021,6 +11077,9 @@ declare const SubAgentToolRelationApiUpdateSchema: z.ZodObject<{
|
|
|
11021
11077
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
11022
11078
|
headers: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>>>;
|
|
11023
11079
|
toolId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
11080
|
+
toolPolicies: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
11081
|
+
needsApproval: z.ZodOptional<z.ZodBoolean>;
|
|
11082
|
+
}, z.core.$strip>>>>>>;
|
|
11024
11083
|
selectedTools: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>>>;
|
|
11025
11084
|
subAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
11026
11085
|
}, z.core.$strip>;
|
|
@@ -13246,6 +13305,9 @@ declare const CanUseItemSchema: z.ZodObject<{
|
|
|
13246
13305
|
toolId: z.ZodString;
|
|
13247
13306
|
toolSelection: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
13248
13307
|
headers: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
13308
|
+
toolPolicies: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
13309
|
+
needsApproval: z.ZodOptional<z.ZodBoolean>;
|
|
13310
|
+
}, z.core.$strip>>>>;
|
|
13249
13311
|
}, z.core.$strip>;
|
|
13250
13312
|
declare const canDelegateToExternalAgentSchema: z.ZodObject<{
|
|
13251
13313
|
externalAgentId: z.ZodString;
|
|
@@ -13298,6 +13360,9 @@ declare const FullAgentAgentInsertSchema: z.ZodObject<{
|
|
|
13298
13360
|
toolId: z.ZodString;
|
|
13299
13361
|
toolSelection: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
13300
13362
|
headers: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
13363
|
+
toolPolicies: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
13364
|
+
needsApproval: z.ZodOptional<z.ZodBoolean>;
|
|
13365
|
+
}, z.core.$strip>>>>;
|
|
13301
13366
|
}, z.core.$strip>>;
|
|
13302
13367
|
dataComponents: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
13303
13368
|
artifactComponents: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -13357,6 +13422,9 @@ declare const AgentWithinContextOfProjectSchema: z.ZodObject<{
|
|
|
13357
13422
|
toolId: z.ZodString;
|
|
13358
13423
|
toolSelection: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
13359
13424
|
headers: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
13425
|
+
toolPolicies: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
13426
|
+
needsApproval: z.ZodOptional<z.ZodBoolean>;
|
|
13427
|
+
}, z.core.$strip>>>>;
|
|
13360
13428
|
}, z.core.$strip>>;
|
|
13361
13429
|
dataComponents: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
13362
13430
|
artifactComponents: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -13728,6 +13796,9 @@ declare const FullProjectDefinitionSchema: z.ZodObject<{
|
|
|
13728
13796
|
toolId: z.ZodString;
|
|
13729
13797
|
toolSelection: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
13730
13798
|
headers: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
13799
|
+
toolPolicies: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
13800
|
+
needsApproval: z.ZodOptional<z.ZodBoolean>;
|
|
13801
|
+
}, z.core.$strip>>>>;
|
|
13731
13802
|
}, z.core.$strip>>;
|
|
13732
13803
|
dataComponents: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
13733
13804
|
artifactComponents: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -14849,6 +14920,7 @@ declare const SubAgentToolRelationResponse: z.ZodObject<{
|
|
|
14849
14920
|
updatedAt: z.ZodString;
|
|
14850
14921
|
headers: z.ZodNullable<z.ZodType<drizzle_zod.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>;
|
|
14851
14922
|
toolId: z.ZodString;
|
|
14923
|
+
toolPolicies: z.ZodNullable<z.ZodType<drizzle_zod.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>;
|
|
14852
14924
|
selectedTools: z.ZodNullable<z.ZodType<drizzle_zod.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>;
|
|
14853
14925
|
subAgentId: z.ZodString;
|
|
14854
14926
|
}, z.core.$strip>;
|
|
@@ -15852,6 +15924,7 @@ declare const SubAgentToolRelationListResponse: z.ZodObject<{
|
|
|
15852
15924
|
updatedAt: z.ZodString;
|
|
15853
15925
|
headers: z.ZodNullable<z.ZodType<drizzle_zod.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>;
|
|
15854
15926
|
toolId: z.ZodString;
|
|
15927
|
+
toolPolicies: z.ZodNullable<z.ZodType<drizzle_zod.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>;
|
|
15855
15928
|
selectedTools: z.ZodNullable<z.ZodType<drizzle_zod.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>;
|
|
15856
15929
|
subAgentId: z.ZodString;
|
|
15857
15930
|
}, z.core.$strip>>;
|
|
@@ -16020,6 +16093,9 @@ declare const FullProjectDefinitionResponse: z.ZodObject<{
|
|
|
16020
16093
|
toolId: z.ZodString;
|
|
16021
16094
|
toolSelection: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
16022
16095
|
headers: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
16096
|
+
toolPolicies: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
16097
|
+
needsApproval: z.ZodOptional<z.ZodBoolean>;
|
|
16098
|
+
}, z.core.$strip>>>>;
|
|
16023
16099
|
}, z.core.$strip>>;
|
|
16024
16100
|
dataComponents: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
16025
16101
|
artifactComponents: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -16301,6 +16377,9 @@ declare const AgentWithinContextOfProjectResponse: z.ZodObject<{
|
|
|
16301
16377
|
toolId: z.ZodString;
|
|
16302
16378
|
toolSelection: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
16303
16379
|
headers: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
16380
|
+
toolPolicies: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
16381
|
+
needsApproval: z.ZodOptional<z.ZodBoolean>;
|
|
16382
|
+
}, z.core.$strip>>>>;
|
|
16304
16383
|
}, z.core.$strip>>;
|
|
16305
16384
|
dataComponents: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
16306
16385
|
artifactComponents: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -16438,6 +16517,8 @@ declare const ComponentAssociationListResponse: z.ZodObject<{
|
|
|
16438
16517
|
}, z.core.$strip>;
|
|
16439
16518
|
declare const McpToolResponse: z.ZodObject<{
|
|
16440
16519
|
data: z.ZodObject<{
|
|
16520
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
16521
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
16441
16522
|
name: z.ZodString;
|
|
16442
16523
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16443
16524
|
credentialReferenceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -16479,9 +16560,7 @@ declare const McpToolResponse: z.ZodObject<{
|
|
|
16479
16560
|
needs_auth: "needs_auth";
|
|
16480
16561
|
}>>;
|
|
16481
16562
|
version: z.ZodOptional<z.ZodString>;
|
|
16482
|
-
|
|
16483
|
-
updatedAt: z.ZodDate;
|
|
16484
|
-
expiresAt: z.ZodOptional<z.ZodDate>;
|
|
16563
|
+
expiresAt: z.ZodOptional<z.ZodString>;
|
|
16485
16564
|
relationshipId: z.ZodOptional<z.ZodString>;
|
|
16486
16565
|
}, {
|
|
16487
16566
|
out: {};
|
|
@@ -16490,6 +16569,8 @@ declare const McpToolResponse: z.ZodObject<{
|
|
|
16490
16569
|
}, z.core.$strip>;
|
|
16491
16570
|
declare const McpToolListResponse: z.ZodObject<{
|
|
16492
16571
|
data: z.ZodArray<z.ZodObject<{
|
|
16572
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
16573
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
16493
16574
|
name: z.ZodString;
|
|
16494
16575
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16495
16576
|
credentialReferenceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -16531,9 +16612,7 @@ declare const McpToolListResponse: z.ZodObject<{
|
|
|
16531
16612
|
needs_auth: "needs_auth";
|
|
16532
16613
|
}>>;
|
|
16533
16614
|
version: z.ZodOptional<z.ZodString>;
|
|
16534
|
-
|
|
16535
|
-
updatedAt: z.ZodDate;
|
|
16536
|
-
expiresAt: z.ZodOptional<z.ZodDate>;
|
|
16615
|
+
expiresAt: z.ZodOptional<z.ZodString>;
|
|
16537
16616
|
relationshipId: z.ZodOptional<z.ZodString>;
|
|
16538
16617
|
}, {
|
|
16539
16618
|
out: {};
|
|
@@ -16949,6 +17028,11 @@ type ConversationMetadata = {
|
|
|
16949
17028
|
userContext?: Record<string, unknown>;
|
|
16950
17029
|
preferences?: Record<string, unknown>;
|
|
16951
17030
|
sessionData?: Record<string, unknown>;
|
|
17031
|
+
apiKeyId?: string;
|
|
17032
|
+
initiatedBy?: {
|
|
17033
|
+
type: 'user' | 'api_key';
|
|
17034
|
+
id: string;
|
|
17035
|
+
};
|
|
16952
17036
|
};
|
|
16953
17037
|
type MessageContent = {
|
|
16954
17038
|
text?: string;
|
|
@@ -17121,5 +17205,56 @@ interface ExecutionContext {
|
|
|
17121
17205
|
originAgentId?: string;
|
|
17122
17206
|
};
|
|
17123
17207
|
}
|
|
17208
|
+
/**
|
|
17209
|
+
* Reusable filter type that supports and/or operations
|
|
17210
|
+
*
|
|
17211
|
+
* Allows composition of filters using:
|
|
17212
|
+
* - Direct filter criteria (e.g., { agentIds: ['id1', 'id2'] })
|
|
17213
|
+
* - AND operation: { and: [filter1, filter2, ...] }
|
|
17214
|
+
* - OR operation: { or: [filter1, filter2, ...] }
|
|
17215
|
+
*
|
|
17216
|
+
* @template T - The base filter criteria type (e.g., { agentIds?: string[] })
|
|
17217
|
+
*
|
|
17218
|
+
* @example
|
|
17219
|
+
* // Simple filter
|
|
17220
|
+
* const filter: Filter<{ agentIds?: string[] }> = { agentIds: ['id1'] };
|
|
17221
|
+
*
|
|
17222
|
+
* @example
|
|
17223
|
+
* // AND operation
|
|
17224
|
+
* const filter: Filter<{ agentIds?: string[] }> = {
|
|
17225
|
+
* and: [
|
|
17226
|
+
* { agentIds: ['id1'] },
|
|
17227
|
+
* { agentIds: ['id2'] }
|
|
17228
|
+
* ]
|
|
17229
|
+
* };
|
|
17230
|
+
*
|
|
17231
|
+
* @example
|
|
17232
|
+
* // OR operation
|
|
17233
|
+
* const filter: Filter<{ agentIds?: string[] }> = {
|
|
17234
|
+
* or: [
|
|
17235
|
+
* { agentIds: ['id1'] },
|
|
17236
|
+
* { agentIds: ['id2'] }
|
|
17237
|
+
* ]
|
|
17238
|
+
* };
|
|
17239
|
+
*
|
|
17240
|
+
* @example
|
|
17241
|
+
* // Complex nested operations
|
|
17242
|
+
* const filter: Filter<{ agentIds?: string[] }> = {
|
|
17243
|
+
* and: [
|
|
17244
|
+
* { agentIds: ['id1'] },
|
|
17245
|
+
* {
|
|
17246
|
+
* or: [
|
|
17247
|
+
* { agentIds: ['id2'] },
|
|
17248
|
+
* { agentIds: ['id3'] }
|
|
17249
|
+
* ]
|
|
17250
|
+
* }
|
|
17251
|
+
* ]
|
|
17252
|
+
* };
|
|
17253
|
+
*/
|
|
17254
|
+
type Filter<T extends Record<string, unknown>> = T | {
|
|
17255
|
+
and: Array<Filter<T>>;
|
|
17256
|
+
} | {
|
|
17257
|
+
or: Array<Filter<T>>;
|
|
17258
|
+
};
|
|
17124
17259
|
|
|
17125
|
-
export { type CredentialReferenceInsert as $, ApiKeyApiUpdateSchema as A, type AgentSelect as B, type ConversationHistoryConfig as C, type ApiKeySelect as D, type ApiKeyInsert as E, FunctionApiInsertSchema as F, type ApiKeyUpdate as G, type CreateApiKeyParams as H, type ApiKeyCreateResult as I, type ArtifactComponentSelect as J, type ArtifactComponentInsert as K, type ArtifactComponentUpdate as L, ModelSettingsSchema as M, type SubAgentScopeConfig as N, type ContextCacheSelect as O, type Part as P, type ContextCacheInsert as Q, type ContextConfigInsert as R, StopWhenSchema as S, type TaskMetadataConfig as T, type ContextConfigUpdate as U, type ConversationSelect as V, type ConversationInsert as W, type ConversationUpdate as X, type CredentialReferenceSelect as Y, type ToolSelect as Z, type ExternalAgentSelect as _, FullAgentAgentInsertSchema as a, type TaskArtifactUpdateEvent as a$, type CredentialReferenceUpdate as a0, type DataComponentSelect as a1, type DataComponentInsert as a2, type DataComponentUpdate as a3, type ExternalAgentInsert as a4, type ExternalAgentUpdate as a5, type FunctionApiInsert as a6, type FunctionToolApiInsert as a7, type FunctionToolApiUpdate as a8, type Artifact as a9, type PartBase as aA, type TextPart as aB, type FileBase as aC, type FileWithBytes as aD, type FileWithUri as aE, type FilePart as aF, type DataPart as aG, TaskState as aH, type AgentCapabilities as aI, type AgentProvider as aJ, type AgentSkill as aK, type SecuritySchemeBase as aL, type APIKeySecurityScheme as aM, type HTTPAuthSecurityScheme as aN, type OAuthFlows as aO, type AuthorizationCodeOAuthFlow as aP, type ClientCredentialsOAuthFlow as aQ, type ImplicitOAuthFlow as aR, type PasswordOAuthFlow as aS, type OAuth2SecurityScheme as aT, type OpenIdConnectSecurityScheme as aU, type SecurityScheme as aV, type AgentCard as aW, type Message as aX, type TaskStatus as aY, type Task as aZ, type TaskStatusUpdateEvent as a_, type LedgerArtifactSelect as aa, type MessageVisibility as ab, type MessageInsert as ac, type MessageUpdate as ad, type FullProjectDefinition as ae, type ProjectInfo as af, type ProjectSelect as ag, type PaginationResult as ah, type ProjectResourceCounts as ai, type ProjectInsert as aj, type ProjectUpdate as ak, type SubAgentExternalAgentRelationInsert as al, type SubAgentRelationInsert as am, type SubAgentRelationUpdate as an, type SubAgentToolRelationUpdate as ao, type SubAgentInsert as ap, type SubAgentUpdate as aq, type SubAgentSelect as ar, type SubAgentTeamAgentRelationInsert as as, type TaskInsert as at, type TaskSelect as au, type McpTool as av, type ToolInsert as aw, type ToolUpdate as ax, type ExecutionContext as ay, PrebuiltMCPServerSchema as az, AgentStopWhenSchema as b, type TaskApiUpdate as b$, type JSONParseError as b0, type InvalidRequestError as b1, type MethodNotFoundError as b2, type InvalidParamsError as b3, type InternalError as b4, type TaskNotFoundError as b5, type TaskNotCancelableError as b6, type PushNotificationNotSupportedError as b7, type UnsupportedOperationError as b8, type ContentTypeNotSupportedError as b9, type GetTaskResponse as bA, type CancelTaskSuccessResponse as bB, type CancelTaskResponse as bC, type SetTaskPushNotificationConfigSuccessResponse as bD, type SetTaskPushNotificationConfigResponse as bE, type GetTaskPushNotificationConfigSuccessResponse as bF, type GetTaskPushNotificationConfigResponse as bG, type A2ARequest as bH, type A2AResponse as bI, type MessagePart as bJ, type TaskArtifact as bK, type SubAgentApiSelect as bL, type SubAgentApiInsert as bM, type SubAgentApiUpdate as bN, type SubAgentRelationSelect as bO, type SubAgentRelationApiSelect as bP, type SubAgentRelationApiInsert as bQ, type SubAgentRelationApiUpdate as bR, type SubAgentRelationQuery as bS, type ExternalSubAgentRelationInsert as bT, type ExternalSubAgentRelationApiInsert as bU, type AgentApiSelect as bV, type AgentApiInsert as bW, type AgentApiUpdate as bX, type TaskUpdate as bY, type TaskApiSelect as bZ, type TaskApiInsert as b_, type InvalidAgentResponseError as ba, type A2AError as bb, type PushNotificationAuthenticationInfo as bc, type PushNotificationConfig as bd, type TaskPushNotificationConfig as be, type TaskIdParams as bf, type TaskQueryParams as bg, type MessageSendConfiguration as bh, type MessageSendParams as bi, type JSONRPCMessage as bj, type JSONRPCRequest as bk, type JSONRPCError as bl, type JSONRPCResult as bm, type JSONRPCErrorResponse as bn, type SendMessageRequest as bo, type SendStreamingMessageRequest as bp, type GetTaskRequest as bq, type CancelTaskRequest as br, type SetTaskPushNotificationConfigRequest as bs, type GetTaskPushNotificationConfigRequest as bt, type TaskResubscriptionRequest as bu, type SendMessageSuccessResponse as bv, type SendMessageResponse as bw, type SendStreamingMessageSuccessResponse as bx, type SendStreamingMessageResponse as by, type GetTaskSuccessResponse as bz, SubAgentStopWhenSchema as c, type SubAgentToolRelationApiUpdate as c$, type TaskRelationSelect as c0, type TaskRelationInsert as c1, type TaskRelationUpdate as c2, type TaskRelationApiSelect as c3, type TaskRelationApiInsert as c4, type TaskRelationApiUpdate as c5, type ToolApiSelect as c6, type ToolApiInsert as c7, type ToolApiUpdate as c8, type FunctionSelect as c9, type SubAgentDataComponentUpdate as cA, type SubAgentDataComponentApiSelect as cB, type SubAgentDataComponentApiInsert as cC, type SubAgentDataComponentApiUpdate as cD, type ArtifactComponentApiSelect as cE, type ArtifactComponentApiInsert as cF, type ArtifactComponentApiUpdate as cG, type SubAgentArtifactComponentSelect as cH, type SubAgentArtifactComponentInsert as cI, type SubAgentArtifactComponentUpdate as cJ, type SubAgentArtifactComponentApiSelect as cK, type SubAgentArtifactComponentApiInsert as cL, type SubAgentArtifactComponentApiUpdate as cM, type ExternalAgentApiSelect as cN, type ExternalAgentApiInsert as cO, type ExternalAgentApiUpdate as cP, type AllAgentSelect as cQ, type ApiKeyApiSelect as cR, type ApiKeyApiInsert as cS, type ApiKeyApiUpdate as cT, type ApiKeyApiCreationResponse as cU, type CredentialReferenceApiSelect as cV, type CredentialReferenceApiUpdate as cW, type SubAgentToolRelationSelect as cX, type SubAgentToolRelationInsert as cY, type SubAgentToolRelationApiSelect as cZ, type SubAgentToolRelationApiInsert as c_, type FunctionInsert as ca, type FunctionUpdate as cb, type FunctionApiSelect as cc, type FunctionApiUpdate as cd, type FunctionToolApiSelect as ce, type ConversationApiSelect as cf, type ConversationApiInsert as cg, type ConversationApiUpdate as ch, type MessageSelect as ci, type MessageApiSelect as cj, type MessageApiInsert as ck, type MessageApiUpdate as cl, type ContextConfigApiSelect as cm, type ContextConfigApiInsert as cn, type ContextConfigApiUpdate as co, type FetchDefinition as cp, type FetchConfig as cq, type ContextCacheUpdate as cr, type ContextCacheApiSelect as cs, type ContextCacheApiInsert as ct, type ContextCacheApiUpdate as cu, type DataComponentApiSelect as cv, type DataComponentApiInsert as cw, type DataComponentApiUpdate as cx, type SubAgentDataComponentSelect as cy, type SubAgentDataComponentInsert as cz, type StopWhen as d, AgentSelectSchema as d$, type SubAgentExternalAgentRelationSelect as d0, type SubAgentExternalAgentRelationUpdate as d1, type SubAgentExternalAgentRelationApiSelect as d2, type SubAgentExternalAgentRelationApiInsert as d3, type SubAgentExternalAgentRelationApiUpdate as d4, type SubAgentTeamAgentRelationSelect as d5, type SubAgentTeamAgentRelationUpdate as d6, type SubAgentTeamAgentRelationApiSelect as d7, type SubAgentTeamAgentRelationApiInsert as d8, type SubAgentTeamAgentRelationApiUpdate as d9, type McpAuthType as dA, type McpServerAuth as dB, type McpTransportConfig as dC, type McpServerCapabilities as dD, type McpToolDefinition as dE, TOOL_STATUS_VALUES as dF, VALID_RELATION_TYPES as dG, MCPServerType as dH, ModelSchema as dI, ProjectModelSchema as dJ, FunctionToolConfigSchema as dK, type FunctionToolConfig as dL, SubAgentSelectSchema as dM, SubAgentInsertSchema as dN, SubAgentUpdateSchema as dO, SubAgentApiSelectSchema as dP, SubAgentApiInsertSchema as dQ, SubAgentApiUpdateSchema as dR, SubAgentRelationSelectSchema as dS, SubAgentRelationInsertSchema as dT, SubAgentRelationUpdateSchema as dU, SubAgentRelationApiSelectSchema as dV, SubAgentRelationApiInsertSchema as dW, SubAgentRelationApiUpdateSchema as dX, SubAgentRelationQuerySchema as dY, ExternalSubAgentRelationInsertSchema as dZ, ExternalSubAgentRelationApiInsertSchema as d_, type LedgerArtifactInsert as da, type LedgerArtifactUpdate as db, type LedgerArtifactApiSelect as dc, type LedgerArtifactApiInsert as dd, type LedgerArtifactApiUpdate as de, type FullAgentAgentInsert as df, type CanUseItem as dg, type CanDelegateToExternalAgent as dh, type SubAgentDefinition as di, type ToolDefinition as dj, type ProjectApiSelect as dk, type ProjectApiInsert as dl, type ProjectApiUpdate as dm, type Pagination as dn, type SummaryEvent as dp, type MessageType as dq, type MessageRole as dr, type MessageMode as ds, type Models as dt, type ProjectModels as du, type StatusUpdateSettings as dv, type StatusComponent as dw, type ConversationScopeOptions as dx, type AgentConversationHistoryConfig as dy, type ContextCacheEntry as dz, type AgentStopWhen as e, SubAgentArtifactComponentApiInsertSchema as e$, AgentInsertSchema as e0, AgentUpdateSchema as e1, AgentApiSelectSchema as e2, AgentApiInsertSchema as e3, AgentApiUpdateSchema as e4, TaskSelectSchema as e5, TaskInsertSchema as e6, TaskUpdateSchema as e7, TaskApiSelectSchema as e8, TaskApiInsertSchema as e9, ContextCacheUpdateSchema as eA, ContextCacheApiSelectSchema as eB, ContextCacheApiInsertSchema as eC, ContextCacheApiUpdateSchema as eD, DataComponentSelectSchema as eE, DataComponentInsertSchema as eF, DataComponentBaseSchema as eG, DataComponentUpdateSchema as eH, DataComponentApiSelectSchema as eI, DataComponentApiInsertSchema as eJ, DataComponentApiUpdateSchema as eK, SubAgentDataComponentSelectSchema as eL, SubAgentDataComponentInsertSchema as eM, SubAgentDataComponentUpdateSchema as eN, SubAgentDataComponentApiSelectSchema as eO, SubAgentDataComponentApiInsertSchema as eP, SubAgentDataComponentApiUpdateSchema as eQ, ArtifactComponentSelectSchema as eR, ArtifactComponentInsertSchema as eS, ArtifactComponentUpdateSchema as eT, ArtifactComponentApiSelectSchema as eU, ArtifactComponentApiInsertSchema as eV, ArtifactComponentApiUpdateSchema as eW, SubAgentArtifactComponentSelectSchema as eX, SubAgentArtifactComponentInsertSchema as eY, SubAgentArtifactComponentUpdateSchema as eZ, SubAgentArtifactComponentApiSelectSchema as e_, TaskApiUpdateSchema as ea, TaskRelationSelectSchema as eb, TaskRelationInsertSchema as ec, TaskRelationUpdateSchema as ed, TaskRelationApiSelectSchema as ee, TaskRelationApiInsertSchema as ef, TaskRelationApiUpdateSchema as eg, McpTransportConfigSchema as eh, ToolStatusSchema as ei, McpToolDefinitionSchema as ej, ToolSelectSchema as ek, ToolInsertSchema as el, ConversationSelectSchema as em, ConversationInsertSchema as en, ConversationUpdateSchema as eo, ConversationApiSelectSchema as ep, ConversationApiInsertSchema as eq, ConversationApiUpdateSchema as er, MessageSelectSchema as es, MessageInsertSchema as et, MessageUpdateSchema as eu, MessageApiSelectSchema as ev, MessageApiInsertSchema as ew, MessageApiUpdateSchema as ex, ContextCacheSelectSchema as ey, ContextCacheInsertSchema as ez, type SubAgentStopWhen as f, SubAgentTeamAgentRelationSelectSchema as f$, SubAgentArtifactComponentApiUpdateSchema as f0, ExternalAgentSelectSchema as f1, ExternalAgentInsertSchema as f2, ExternalAgentUpdateSchema as f3, ExternalAgentApiSelectSchema as f4, ExternalAgentApiInsertSchema as f5, ExternalAgentApiUpdateSchema as f6, AllAgentSchema as f7, ApiKeySelectSchema as f8, ApiKeyInsertSchema as f9, FunctionToolUpdateSchema as fA, FunctionToolApiSelectSchema as fB, FunctionToolApiInsertSchema as fC, FunctionToolApiUpdateSchema as fD, FunctionSelectSchema as fE, FunctionInsertSchema as fF, FunctionUpdateSchema as fG, FetchConfigSchema as fH, FetchDefinitionSchema as fI, ContextConfigSelectSchema as fJ, ContextConfigInsertSchema as fK, ContextConfigUpdateSchema as fL, ContextConfigApiSelectSchema as fM, ContextConfigApiInsertSchema as fN, ContextConfigApiUpdateSchema as fO, SubAgentToolRelationSelectSchema as fP, SubAgentToolRelationInsertSchema as fQ, SubAgentToolRelationUpdateSchema as fR, SubAgentToolRelationApiSelectSchema as fS, SubAgentToolRelationApiInsertSchema as fT, SubAgentToolRelationApiUpdateSchema as fU, SubAgentExternalAgentRelationSelectSchema as fV, SubAgentExternalAgentRelationInsertSchema as fW, SubAgentExternalAgentRelationUpdateSchema as fX, SubAgentExternalAgentRelationApiSelectSchema as fY, SubAgentExternalAgentRelationApiInsertSchema as fZ, SubAgentExternalAgentRelationApiUpdateSchema as f_, ApiKeyUpdateSchema as fa, ApiKeyApiSelectSchema as fb, ApiKeyApiCreationResponseSchema as fc, ApiKeyApiInsertSchema as fd, CredentialReferenceSelectSchema as fe, CredentialReferenceInsertSchema as ff, CredentialReferenceUpdateSchema as fg, CredentialReferenceApiSelectSchema as fh, CredentialReferenceApiInsertSchema as fi, CredentialReferenceApiUpdateSchema as fj, CredentialStoreSchema as fk, CredentialStoreListResponseSchema as fl, CreateCredentialInStoreRequestSchema as fm, CreateCredentialInStoreResponseSchema as fn, RelatedAgentInfoSchema as fo, ComponentAssociationSchema as fp, OAuthLoginQuerySchema as fq, OAuthCallbackQuerySchema as fr, McpToolSchema as fs, MCPToolConfigSchema as ft, ToolUpdateSchema as fu, ToolApiSelectSchema as fv, ToolApiInsertSchema as fw, ToolApiUpdateSchema as fx, FunctionToolSelectSchema as fy, FunctionToolInsertSchema as fz, type ModelSettings as g, SubAgentDataComponentResponse as g$, SubAgentTeamAgentRelationInsertSchema as g0, SubAgentTeamAgentRelationUpdateSchema as g1, SubAgentTeamAgentRelationApiSelectSchema as g2, SubAgentTeamAgentRelationApiInsertSchema as g3, SubAgentTeamAgentRelationApiUpdateSchema as g4, LedgerArtifactSelectSchema as g5, LedgerArtifactInsertSchema as g6, LedgerArtifactUpdateSchema as g7, LedgerArtifactApiSelectSchema as g8, LedgerArtifactApiInsertSchema as g9, ContextConfigResponse as gA, ApiKeyResponse as gB, CredentialReferenceResponse as gC, FunctionResponse as gD, FunctionToolResponse as gE, DataComponentResponse as gF, ArtifactComponentResponse as gG, SubAgentRelationResponse as gH, SubAgentToolRelationResponse as gI, ConversationResponse as gJ, MessageResponse as gK, ProjectListResponse as gL, SubAgentListResponse as gM, AgentListResponse as gN, ToolListResponse as gO, ExternalAgentListResponse as gP, ContextConfigListResponse as gQ, ApiKeyListResponse as gR, CredentialReferenceListResponse as gS, FunctionListResponse as gT, FunctionToolListResponse as gU, DataComponentListResponse as gV, ArtifactComponentListResponse as gW, SubAgentRelationListResponse as gX, SubAgentToolRelationListResponse as gY, ConversationListResponse as gZ, MessageListResponse as g_, LedgerArtifactApiUpdateSchema as ga, StatusComponentSchema as gb, StatusUpdateSchema as gc, CanUseItemSchema as gd, canDelegateToExternalAgentSchema as ge, canDelegateToTeamAgentSchema as gf, TeamAgentSchema as gg, AgentWithinContextOfProjectSchema as gh, PaginationSchema as gi, ListResponseSchema as gj, SingleResponseSchema as gk, ErrorResponseSchema as gl, ExistsResponseSchema as gm, RemovedResponseSchema as gn, ProjectSelectSchema as go, ProjectInsertSchema as gp, ProjectUpdateSchema as gq, ProjectApiSelectSchema as gr, ProjectApiInsertSchema as gs, ProjectApiUpdateSchema as gt, FullProjectDefinitionSchema as gu, ProjectResponse as gv, SubAgentResponse as gw, AgentResponse as gx, ToolResponse as gy, ExternalAgentResponse as gz, CredentialStoreType as h, SubAgentArtifactComponentResponse as h0, SubAgentDataComponentListResponse as h1, SubAgentArtifactComponentListResponse as h2, FullProjectDefinitionResponse as h3, AgentWithinContextOfProjectResponse as h4, RelatedAgentInfoListResponse as h5, ComponentAssociationListResponse as h6, McpToolResponse as h7, McpToolListResponse as h8, SubAgentTeamAgentRelationResponse as h9, SubAgentTeamAgentRelationListResponse as ha, SubAgentExternalAgentRelationResponse as hb, SubAgentExternalAgentRelationListResponse as hc, DataComponentArrayResponse as hd, ArtifactComponentArrayResponse as he, HeadersScopeSchema as hf, TenantParamsSchema as hg, TenantIdParamsSchema as hh, TenantProjectParamsSchema as hi, TenantProjectIdParamsSchema as hj, TenantProjectAgentParamsSchema as hk, TenantProjectAgentIdParamsSchema as hl, TenantProjectAgentSubAgentParamsSchema as hm, TenantProjectAgentSubAgentIdParamsSchema as hn, PaginationQueryParamsSchema as ho, MCPCatalogListResponse as hp, ThirdPartyMCPServerResponse as hq, MCPTransportType as i, FunctionApiSelectSchema as j, FunctionApiUpdateSchema as k, type ContextFetchDefinition as l, type ToolMcpConfig as m, type ToolServerCapabilities as n, type ConversationMetadata as o, type MessageContent as p, type MessageMetadata as q, type CredentialReferenceApiInsert as r, type ContextConfigSelect as s, type MCPToolConfig as t, type ProjectScopeConfig as u, type FullAgentDefinition as v, type AgentScopeConfig as w, type PaginationConfig as x, type AgentInsert as y, type AgentUpdate as z };
|
|
17260
|
+
export { type CredentialReferenceInsert as $, ApiKeyApiUpdateSchema as A, type AgentSelect as B, type ConversationHistoryConfig as C, type ApiKeySelect as D, type ApiKeyInsert as E, FunctionApiInsertSchema as F, type ApiKeyUpdate as G, type CreateApiKeyParams as H, type ApiKeyCreateResult as I, type ArtifactComponentSelect as J, type ArtifactComponentInsert as K, type ArtifactComponentUpdate as L, ModelSettingsSchema as M, type SubAgentScopeConfig as N, type ContextCacheSelect as O, type Part as P, type ContextCacheInsert as Q, type ContextConfigInsert as R, StopWhenSchema as S, type TaskMetadataConfig as T, type ContextConfigUpdate as U, type ConversationSelect as V, type ConversationInsert as W, type ConversationUpdate as X, type CredentialReferenceSelect as Y, type ToolSelect as Z, type ExternalAgentSelect as _, FullAgentAgentInsertSchema as a, type TaskStatusUpdateEvent as a$, type CredentialReferenceUpdate as a0, type DataComponentSelect as a1, type DataComponentInsert as a2, type DataComponentUpdate as a3, type ExternalAgentInsert as a4, type ExternalAgentUpdate as a5, type FunctionApiInsert as a6, type FunctionToolApiInsert as a7, type FunctionToolApiUpdate as a8, type Artifact as a9, PrebuiltMCPServerSchema as aA, type PartBase as aB, type TextPart as aC, type FileBase as aD, type FileWithBytes as aE, type FileWithUri as aF, type FilePart as aG, type DataPart as aH, TaskState as aI, type AgentCapabilities as aJ, type AgentProvider as aK, type AgentSkill as aL, type SecuritySchemeBase as aM, type APIKeySecurityScheme as aN, type HTTPAuthSecurityScheme as aO, type OAuthFlows as aP, type AuthorizationCodeOAuthFlow as aQ, type ClientCredentialsOAuthFlow as aR, type ImplicitOAuthFlow as aS, type PasswordOAuthFlow as aT, type OAuth2SecurityScheme as aU, type OpenIdConnectSecurityScheme as aV, type SecurityScheme as aW, type AgentCard as aX, type Message as aY, type TaskStatus as aZ, type Task as a_, type LedgerArtifactSelect as aa, type MessageVisibility as ab, type MessageInsert as ac, type MessageUpdate as ad, type FullProjectDefinition as ae, type ProjectInfo as af, type ProjectSelect as ag, type PaginationResult as ah, type ProjectResourceCounts as ai, type ProjectInsert as aj, type ProjectUpdate as ak, type SubAgentExternalAgentRelationInsert as al, type SubAgentRelationInsert as am, type SubAgentRelationUpdate as an, type SubAgentToolRelationUpdate as ao, type SubAgentInsert as ap, type SubAgentUpdate as aq, type SubAgentSelect as ar, type SubAgentTeamAgentRelationInsert as as, type TaskInsert as at, type TaskSelect as au, type McpTool as av, type ToolInsert as aw, type ToolUpdate as ax, type ExecutionContext as ay, type MessageSelect as az, AgentStopWhenSchema as b, type TaskApiInsert as b$, type TaskArtifactUpdateEvent as b0, type JSONParseError as b1, type InvalidRequestError as b2, type MethodNotFoundError as b3, type InvalidParamsError as b4, type InternalError as b5, type TaskNotFoundError as b6, type TaskNotCancelableError as b7, type PushNotificationNotSupportedError as b8, type UnsupportedOperationError as b9, type GetTaskSuccessResponse as bA, type GetTaskResponse as bB, type CancelTaskSuccessResponse as bC, type CancelTaskResponse as bD, type SetTaskPushNotificationConfigSuccessResponse as bE, type SetTaskPushNotificationConfigResponse as bF, type GetTaskPushNotificationConfigSuccessResponse as bG, type GetTaskPushNotificationConfigResponse as bH, type A2ARequest as bI, type A2AResponse as bJ, type MessagePart as bK, type TaskArtifact as bL, type SubAgentApiSelect as bM, type SubAgentApiInsert as bN, type SubAgentApiUpdate as bO, type SubAgentRelationSelect as bP, type SubAgentRelationApiSelect as bQ, type SubAgentRelationApiInsert as bR, type SubAgentRelationApiUpdate as bS, type SubAgentRelationQuery as bT, type ExternalSubAgentRelationInsert as bU, type ExternalSubAgentRelationApiInsert as bV, type AgentApiSelect as bW, type AgentApiInsert as bX, type AgentApiUpdate as bY, type TaskUpdate as bZ, type TaskApiSelect as b_, type ContentTypeNotSupportedError as ba, type InvalidAgentResponseError as bb, type A2AError as bc, type PushNotificationAuthenticationInfo as bd, type PushNotificationConfig as be, type TaskPushNotificationConfig as bf, type TaskIdParams as bg, type TaskQueryParams as bh, type MessageSendConfiguration as bi, type MessageSendParams as bj, type JSONRPCMessage as bk, type JSONRPCRequest as bl, type JSONRPCError as bm, type JSONRPCResult as bn, type JSONRPCErrorResponse as bo, type SendMessageRequest as bp, type SendStreamingMessageRequest as bq, type GetTaskRequest as br, type CancelTaskRequest as bs, type SetTaskPushNotificationConfigRequest as bt, type GetTaskPushNotificationConfigRequest as bu, type TaskResubscriptionRequest as bv, type SendMessageSuccessResponse as bw, type SendMessageResponse as bx, type SendStreamingMessageSuccessResponse as by, type SendStreamingMessageResponse as bz, SubAgentStopWhenSchema as c, type SubAgentToolRelationApiUpdate as c$, type TaskApiUpdate as c0, type TaskRelationSelect as c1, type TaskRelationInsert as c2, type TaskRelationUpdate as c3, type TaskRelationApiSelect as c4, type TaskRelationApiInsert as c5, type TaskRelationApiUpdate as c6, type ToolApiSelect as c7, type ToolApiInsert as c8, type ToolApiUpdate as c9, type SubAgentDataComponentUpdate as cA, type SubAgentDataComponentApiSelect as cB, type SubAgentDataComponentApiInsert as cC, type SubAgentDataComponentApiUpdate as cD, type ArtifactComponentApiSelect as cE, type ArtifactComponentApiInsert as cF, type ArtifactComponentApiUpdate as cG, type SubAgentArtifactComponentSelect as cH, type SubAgentArtifactComponentInsert as cI, type SubAgentArtifactComponentUpdate as cJ, type SubAgentArtifactComponentApiSelect as cK, type SubAgentArtifactComponentApiInsert as cL, type SubAgentArtifactComponentApiUpdate as cM, type ExternalAgentApiSelect as cN, type ExternalAgentApiInsert as cO, type ExternalAgentApiUpdate as cP, type AllAgentSelect as cQ, type ApiKeyApiSelect as cR, type ApiKeyApiInsert as cS, type ApiKeyApiUpdate as cT, type ApiKeyApiCreationResponse as cU, type CredentialReferenceApiSelect as cV, type CredentialReferenceApiUpdate as cW, type SubAgentToolRelationSelect as cX, type SubAgentToolRelationInsert as cY, type SubAgentToolRelationApiSelect as cZ, type SubAgentToolRelationApiInsert as c_, type FunctionSelect as ca, type FunctionInsert as cb, type FunctionUpdate as cc, type FunctionApiSelect as cd, type FunctionApiUpdate as ce, type FunctionToolApiSelect as cf, type ConversationApiSelect as cg, type ConversationApiInsert as ch, type ConversationApiUpdate as ci, type MessageApiSelect as cj, type MessageApiInsert as ck, type MessageApiUpdate as cl, type ContextConfigApiSelect as cm, type ContextConfigApiInsert as cn, type ContextConfigApiUpdate as co, type FetchDefinition as cp, type FetchConfig as cq, type ContextCacheUpdate as cr, type ContextCacheApiSelect as cs, type ContextCacheApiInsert as ct, type ContextCacheApiUpdate as cu, type DataComponentApiSelect as cv, type DataComponentApiInsert as cw, type DataComponentApiUpdate as cx, type SubAgentDataComponentSelect as cy, type SubAgentDataComponentInsert as cz, type StopWhen as d, ExternalSubAgentRelationApiInsertSchema as d$, type SubAgentExternalAgentRelationSelect as d0, type SubAgentExternalAgentRelationUpdate as d1, type SubAgentExternalAgentRelationApiSelect as d2, type SubAgentExternalAgentRelationApiInsert as d3, type SubAgentExternalAgentRelationApiUpdate as d4, type SubAgentTeamAgentRelationSelect as d5, type SubAgentTeamAgentRelationUpdate as d6, type SubAgentTeamAgentRelationApiSelect as d7, type SubAgentTeamAgentRelationApiInsert as d8, type SubAgentTeamAgentRelationApiUpdate as d9, type McpAuthType as dA, type McpServerAuth as dB, type McpTransportConfig as dC, type McpServerCapabilities as dD, type McpToolDefinition as dE, TOOL_STATUS_VALUES as dF, VALID_RELATION_TYPES as dG, MCPServerType as dH, type Filter as dI, ModelSchema as dJ, ProjectModelSchema as dK, FunctionToolConfigSchema as dL, type FunctionToolConfig as dM, SubAgentSelectSchema as dN, SubAgentInsertSchema as dO, SubAgentUpdateSchema as dP, SubAgentApiSelectSchema as dQ, SubAgentApiInsertSchema as dR, SubAgentApiUpdateSchema as dS, SubAgentRelationSelectSchema as dT, SubAgentRelationInsertSchema as dU, SubAgentRelationUpdateSchema as dV, SubAgentRelationApiSelectSchema as dW, SubAgentRelationApiInsertSchema as dX, SubAgentRelationApiUpdateSchema as dY, SubAgentRelationQuerySchema as dZ, ExternalSubAgentRelationInsertSchema as d_, type LedgerArtifactInsert as da, type LedgerArtifactUpdate as db, type LedgerArtifactApiSelect as dc, type LedgerArtifactApiInsert as dd, type LedgerArtifactApiUpdate as de, type FullAgentAgentInsert as df, type CanUseItem as dg, type CanDelegateToExternalAgent as dh, type SubAgentDefinition as di, type ToolDefinition as dj, type ProjectApiSelect as dk, type ProjectApiInsert as dl, type ProjectApiUpdate as dm, type Pagination as dn, type SummaryEvent as dp, type MessageType as dq, type MessageRole as dr, type MessageMode as ds, type Models as dt, type ProjectModels as du, type StatusUpdateSettings as dv, type StatusComponent as dw, type ConversationScopeOptions as dx, type AgentConversationHistoryConfig as dy, type ContextCacheEntry as dz, type AgentStopWhen as e, SubAgentArtifactComponentApiSelectSchema as e$, AgentSelectSchema as e0, AgentInsertSchema as e1, AgentUpdateSchema as e2, AgentApiSelectSchema as e3, AgentApiInsertSchema as e4, AgentApiUpdateSchema as e5, TaskSelectSchema as e6, TaskInsertSchema as e7, TaskUpdateSchema as e8, TaskApiSelectSchema as e9, ContextCacheInsertSchema as eA, ContextCacheUpdateSchema as eB, ContextCacheApiSelectSchema as eC, ContextCacheApiInsertSchema as eD, ContextCacheApiUpdateSchema as eE, DataComponentSelectSchema as eF, DataComponentInsertSchema as eG, DataComponentBaseSchema as eH, DataComponentUpdateSchema as eI, DataComponentApiSelectSchema as eJ, DataComponentApiInsertSchema as eK, DataComponentApiUpdateSchema as eL, SubAgentDataComponentSelectSchema as eM, SubAgentDataComponentInsertSchema as eN, SubAgentDataComponentUpdateSchema as eO, SubAgentDataComponentApiSelectSchema as eP, SubAgentDataComponentApiInsertSchema as eQ, SubAgentDataComponentApiUpdateSchema as eR, ArtifactComponentSelectSchema as eS, ArtifactComponentInsertSchema as eT, ArtifactComponentUpdateSchema as eU, ArtifactComponentApiSelectSchema as eV, ArtifactComponentApiInsertSchema as eW, ArtifactComponentApiUpdateSchema as eX, SubAgentArtifactComponentSelectSchema as eY, SubAgentArtifactComponentInsertSchema as eZ, SubAgentArtifactComponentUpdateSchema as e_, TaskApiInsertSchema as ea, TaskApiUpdateSchema as eb, TaskRelationSelectSchema as ec, TaskRelationInsertSchema as ed, TaskRelationUpdateSchema as ee, TaskRelationApiSelectSchema as ef, TaskRelationApiInsertSchema as eg, TaskRelationApiUpdateSchema as eh, McpTransportConfigSchema as ei, ToolStatusSchema as ej, McpToolDefinitionSchema as ek, ToolSelectSchema as el, ToolInsertSchema as em, ConversationSelectSchema as en, ConversationInsertSchema as eo, ConversationUpdateSchema as ep, ConversationApiSelectSchema as eq, ConversationApiInsertSchema as er, ConversationApiUpdateSchema as es, MessageSelectSchema as et, MessageInsertSchema as eu, MessageUpdateSchema as ev, MessageApiSelectSchema as ew, MessageApiInsertSchema as ex, MessageApiUpdateSchema as ey, ContextCacheSelectSchema as ez, type SubAgentStopWhen as f, SubAgentExternalAgentRelationApiUpdateSchema as f$, SubAgentArtifactComponentApiInsertSchema as f0, SubAgentArtifactComponentApiUpdateSchema as f1, ExternalAgentSelectSchema as f2, ExternalAgentInsertSchema as f3, ExternalAgentUpdateSchema as f4, ExternalAgentApiSelectSchema as f5, ExternalAgentApiInsertSchema as f6, ExternalAgentApiUpdateSchema as f7, AllAgentSchema as f8, ApiKeySelectSchema as f9, FunctionToolInsertSchema as fA, FunctionToolUpdateSchema as fB, FunctionToolApiSelectSchema as fC, FunctionToolApiInsertSchema as fD, FunctionToolApiUpdateSchema as fE, FunctionSelectSchema as fF, FunctionInsertSchema as fG, FunctionUpdateSchema as fH, FetchConfigSchema as fI, FetchDefinitionSchema as fJ, ContextConfigSelectSchema as fK, ContextConfigInsertSchema as fL, ContextConfigUpdateSchema as fM, ContextConfigApiSelectSchema as fN, ContextConfigApiInsertSchema as fO, ContextConfigApiUpdateSchema as fP, SubAgentToolRelationSelectSchema as fQ, SubAgentToolRelationInsertSchema as fR, SubAgentToolRelationUpdateSchema as fS, SubAgentToolRelationApiSelectSchema as fT, SubAgentToolRelationApiInsertSchema as fU, SubAgentToolRelationApiUpdateSchema as fV, SubAgentExternalAgentRelationSelectSchema as fW, SubAgentExternalAgentRelationInsertSchema as fX, SubAgentExternalAgentRelationUpdateSchema as fY, SubAgentExternalAgentRelationApiSelectSchema as fZ, SubAgentExternalAgentRelationApiInsertSchema as f_, ApiKeyInsertSchema as fa, ApiKeyUpdateSchema as fb, ApiKeyApiSelectSchema as fc, ApiKeyApiCreationResponseSchema as fd, ApiKeyApiInsertSchema as fe, CredentialReferenceSelectSchema as ff, CredentialReferenceInsertSchema as fg, CredentialReferenceUpdateSchema as fh, CredentialReferenceApiSelectSchema as fi, CredentialReferenceApiInsertSchema as fj, CredentialReferenceApiUpdateSchema as fk, CredentialStoreSchema as fl, CredentialStoreListResponseSchema as fm, CreateCredentialInStoreRequestSchema as fn, CreateCredentialInStoreResponseSchema as fo, RelatedAgentInfoSchema as fp, ComponentAssociationSchema as fq, OAuthLoginQuerySchema as fr, OAuthCallbackQuerySchema as fs, McpToolSchema as ft, MCPToolConfigSchema as fu, ToolUpdateSchema as fv, ToolApiSelectSchema as fw, ToolApiInsertSchema as fx, ToolApiUpdateSchema as fy, FunctionToolSelectSchema as fz, type ModelSettings as g, MessageListResponse as g$, SubAgentTeamAgentRelationSelectSchema as g0, SubAgentTeamAgentRelationInsertSchema as g1, SubAgentTeamAgentRelationUpdateSchema as g2, SubAgentTeamAgentRelationApiSelectSchema as g3, SubAgentTeamAgentRelationApiInsertSchema as g4, SubAgentTeamAgentRelationApiUpdateSchema as g5, LedgerArtifactSelectSchema as g6, LedgerArtifactInsertSchema as g7, LedgerArtifactUpdateSchema as g8, LedgerArtifactApiSelectSchema as g9, ExternalAgentResponse as gA, ContextConfigResponse as gB, ApiKeyResponse as gC, CredentialReferenceResponse as gD, FunctionResponse as gE, FunctionToolResponse as gF, DataComponentResponse as gG, ArtifactComponentResponse as gH, SubAgentRelationResponse as gI, SubAgentToolRelationResponse as gJ, ConversationResponse as gK, MessageResponse as gL, ProjectListResponse as gM, SubAgentListResponse as gN, AgentListResponse as gO, ToolListResponse as gP, ExternalAgentListResponse as gQ, ContextConfigListResponse as gR, ApiKeyListResponse as gS, CredentialReferenceListResponse as gT, FunctionListResponse as gU, FunctionToolListResponse as gV, DataComponentListResponse as gW, ArtifactComponentListResponse as gX, SubAgentRelationListResponse as gY, SubAgentToolRelationListResponse as gZ, ConversationListResponse as g_, LedgerArtifactApiInsertSchema as ga, LedgerArtifactApiUpdateSchema as gb, StatusComponentSchema as gc, StatusUpdateSchema as gd, CanUseItemSchema as ge, canDelegateToExternalAgentSchema as gf, canDelegateToTeamAgentSchema as gg, TeamAgentSchema as gh, AgentWithinContextOfProjectSchema as gi, PaginationSchema as gj, ListResponseSchema as gk, SingleResponseSchema as gl, ErrorResponseSchema as gm, ExistsResponseSchema as gn, RemovedResponseSchema as go, ProjectSelectSchema as gp, ProjectInsertSchema as gq, ProjectUpdateSchema as gr, ProjectApiSelectSchema as gs, ProjectApiInsertSchema as gt, ProjectApiUpdateSchema as gu, FullProjectDefinitionSchema as gv, ProjectResponse as gw, SubAgentResponse as gx, AgentResponse as gy, ToolResponse as gz, CredentialStoreType as h, SubAgentDataComponentResponse as h0, SubAgentArtifactComponentResponse as h1, SubAgentDataComponentListResponse as h2, SubAgentArtifactComponentListResponse as h3, FullProjectDefinitionResponse as h4, AgentWithinContextOfProjectResponse as h5, RelatedAgentInfoListResponse as h6, ComponentAssociationListResponse as h7, McpToolResponse as h8, McpToolListResponse as h9, SubAgentTeamAgentRelationResponse as ha, SubAgentTeamAgentRelationListResponse as hb, SubAgentExternalAgentRelationResponse as hc, SubAgentExternalAgentRelationListResponse as hd, DataComponentArrayResponse as he, ArtifactComponentArrayResponse as hf, HeadersScopeSchema as hg, TenantParamsSchema as hh, TenantIdParamsSchema as hi, TenantProjectParamsSchema as hj, TenantProjectIdParamsSchema as hk, TenantProjectAgentParamsSchema as hl, TenantProjectAgentIdParamsSchema as hm, TenantProjectAgentSubAgentParamsSchema as hn, TenantProjectAgentSubAgentIdParamsSchema as ho, PaginationQueryParamsSchema as hp, MCPCatalogListResponse as hq, ThirdPartyMCPServerResponse as hr, MCPTransportType as i, FunctionApiSelectSchema as j, FunctionApiUpdateSchema as k, type ContextFetchDefinition as l, type ToolMcpConfig as m, type ToolServerCapabilities as n, type ConversationMetadata as o, type MessageContent as p, type MessageMetadata as q, type CredentialReferenceApiInsert as r, type ContextConfigSelect as s, type MCPToolConfig as t, type ProjectScopeConfig as u, type FullAgentDefinition as v, type AgentScopeConfig as w, type PaginationConfig as x, type AgentInsert as y, type AgentUpdate as z };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z as z$1 } from 'zod';
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
2
|
+
import { gi as AgentWithinContextOfProjectSchema, v as FullAgentDefinition } from '../utility-Lo5NoRHK.js';
|
|
3
|
+
export { e4 as AgentApiInsertSchema, e3 as AgentApiSelectSchema, e5 as AgentApiUpdateSchema, e1 as AgentInsertSchema, gO as AgentListResponse, gy as AgentResponse, e0 as AgentSelectSchema, e as AgentStopWhen, b as AgentStopWhenSchema, e2 as AgentUpdateSchema, h5 as AgentWithinContextOfProjectResponse, f8 as AllAgentSchema, fd as ApiKeyApiCreationResponseSchema, fe as ApiKeyApiInsertSchema, fc as ApiKeyApiSelectSchema, A as ApiKeyApiUpdateSchema, fa as ApiKeyInsertSchema, gS as ApiKeyListResponse, gC as ApiKeyResponse, f9 as ApiKeySelectSchema, fb as ApiKeyUpdateSchema, eW as ArtifactComponentApiInsertSchema, eV as ArtifactComponentApiSelectSchema, eX as ArtifactComponentApiUpdateSchema, hf as ArtifactComponentArrayResponse, eT as ArtifactComponentInsertSchema, gX as ArtifactComponentListResponse, gH as ArtifactComponentResponse, eS as ArtifactComponentSelectSchema, eU as ArtifactComponentUpdateSchema, ge as CanUseItemSchema, h7 as ComponentAssociationListResponse, fq as ComponentAssociationSchema, eD as ContextCacheApiInsertSchema, eC as ContextCacheApiSelectSchema, eE as ContextCacheApiUpdateSchema, eA as ContextCacheInsertSchema, ez as ContextCacheSelectSchema, eB as ContextCacheUpdateSchema, fO as ContextConfigApiInsertSchema, fN as ContextConfigApiSelectSchema, fP as ContextConfigApiUpdateSchema, fL as ContextConfigInsertSchema, gR as ContextConfigListResponse, gB as ContextConfigResponse, fK as ContextConfigSelectSchema, fM as ContextConfigUpdateSchema, er as ConversationApiInsertSchema, eq as ConversationApiSelectSchema, es as ConversationApiUpdateSchema, eo as ConversationInsertSchema, g_ as ConversationListResponse, gK as ConversationResponse, en as ConversationSelectSchema, ep as ConversationUpdateSchema, fn as CreateCredentialInStoreRequestSchema, fo as CreateCredentialInStoreResponseSchema, fj as CredentialReferenceApiInsertSchema, fi as CredentialReferenceApiSelectSchema, fk as CredentialReferenceApiUpdateSchema, fg as CredentialReferenceInsertSchema, gT as CredentialReferenceListResponse, gD as CredentialReferenceResponse, ff as CredentialReferenceSelectSchema, fh as CredentialReferenceUpdateSchema, fm as CredentialStoreListResponseSchema, fl as CredentialStoreSchema, eK as DataComponentApiInsertSchema, eJ as DataComponentApiSelectSchema, eL as DataComponentApiUpdateSchema, he as DataComponentArrayResponse, eH as DataComponentBaseSchema, eG as DataComponentInsertSchema, gW as DataComponentListResponse, gG as DataComponentResponse, eF as DataComponentSelectSchema, eI as DataComponentUpdateSchema, gm as ErrorResponseSchema, gn as ExistsResponseSchema, f6 as ExternalAgentApiInsertSchema, f5 as ExternalAgentApiSelectSchema, f7 as ExternalAgentApiUpdateSchema, f3 as ExternalAgentInsertSchema, gQ as ExternalAgentListResponse, gA as ExternalAgentResponse, f2 as ExternalAgentSelectSchema, f4 as ExternalAgentUpdateSchema, d$ as ExternalSubAgentRelationApiInsertSchema, d_ as ExternalSubAgentRelationInsertSchema, fI as FetchConfigSchema, fJ as FetchDefinitionSchema, a as FullAgentAgentInsertSchema, h4 as FullProjectDefinitionResponse, gv as FullProjectDefinitionSchema, F as FunctionApiInsertSchema, j as FunctionApiSelectSchema, k as FunctionApiUpdateSchema, fG as FunctionInsertSchema, gU as FunctionListResponse, gE as FunctionResponse, fF as FunctionSelectSchema, fD as FunctionToolApiInsertSchema, fC as FunctionToolApiSelectSchema, fE as FunctionToolApiUpdateSchema, dM as FunctionToolConfig, dL as FunctionToolConfigSchema, fA as FunctionToolInsertSchema, gV as FunctionToolListResponse, gF as FunctionToolResponse, fz as FunctionToolSelectSchema, fB as FunctionToolUpdateSchema, fH as FunctionUpdateSchema, hg as HeadersScopeSchema, ga as LedgerArtifactApiInsertSchema, g9 as LedgerArtifactApiSelectSchema, gb as LedgerArtifactApiUpdateSchema, g7 as LedgerArtifactInsertSchema, g6 as LedgerArtifactSelectSchema, g8 as LedgerArtifactUpdateSchema, gk as ListResponseSchema, hq as MCPCatalogListResponse, fu as MCPToolConfigSchema, ek as McpToolDefinitionSchema, h9 as McpToolListResponse, h8 as McpToolResponse, ft as McpToolSchema, ei as McpTransportConfigSchema, ex as MessageApiInsertSchema, ew as MessageApiSelectSchema, ey as MessageApiUpdateSchema, eu as MessageInsertSchema, g$ as MessageListResponse, gL as MessageResponse, et as MessageSelectSchema, ev as MessageUpdateSchema, dJ as ModelSchema, g as ModelSettings, M as ModelSettingsSchema, fs as OAuthCallbackQuerySchema, fr as OAuthLoginQuerySchema, hp as PaginationQueryParamsSchema, gj as PaginationSchema, aA as PrebuiltMCPServerSchema, gt as ProjectApiInsertSchema, gs as ProjectApiSelectSchema, gu as ProjectApiUpdateSchema, gq as ProjectInsertSchema, gM as ProjectListResponse, dK as ProjectModelSchema, gw as ProjectResponse, gp as ProjectSelectSchema, gr as ProjectUpdateSchema, h6 as RelatedAgentInfoListResponse, fp as RelatedAgentInfoSchema, go as RemovedResponseSchema, gl as SingleResponseSchema, gc as StatusComponentSchema, gd as StatusUpdateSchema, d as StopWhen, S as StopWhenSchema, dR as SubAgentApiInsertSchema, dQ as SubAgentApiSelectSchema, dS as SubAgentApiUpdateSchema, f0 as SubAgentArtifactComponentApiInsertSchema, e$ as SubAgentArtifactComponentApiSelectSchema, f1 as SubAgentArtifactComponentApiUpdateSchema, eZ as SubAgentArtifactComponentInsertSchema, h3 as SubAgentArtifactComponentListResponse, h1 as SubAgentArtifactComponentResponse, eY as SubAgentArtifactComponentSelectSchema, e_ as SubAgentArtifactComponentUpdateSchema, eQ as SubAgentDataComponentApiInsertSchema, eP as SubAgentDataComponentApiSelectSchema, eR as SubAgentDataComponentApiUpdateSchema, eN as SubAgentDataComponentInsertSchema, h2 as SubAgentDataComponentListResponse, h0 as SubAgentDataComponentResponse, eM as SubAgentDataComponentSelectSchema, eO as SubAgentDataComponentUpdateSchema, f_ as SubAgentExternalAgentRelationApiInsertSchema, fZ as SubAgentExternalAgentRelationApiSelectSchema, f$ as SubAgentExternalAgentRelationApiUpdateSchema, fX as SubAgentExternalAgentRelationInsertSchema, hd as SubAgentExternalAgentRelationListResponse, hc as SubAgentExternalAgentRelationResponse, fW as SubAgentExternalAgentRelationSelectSchema, fY as SubAgentExternalAgentRelationUpdateSchema, dO as SubAgentInsertSchema, gN as SubAgentListResponse, dX as SubAgentRelationApiInsertSchema, dW as SubAgentRelationApiSelectSchema, dY as SubAgentRelationApiUpdateSchema, dU as SubAgentRelationInsertSchema, gY as SubAgentRelationListResponse, dZ as SubAgentRelationQuerySchema, gI as SubAgentRelationResponse, dT as SubAgentRelationSelectSchema, dV as SubAgentRelationUpdateSchema, gx as SubAgentResponse, dN as SubAgentSelectSchema, f as SubAgentStopWhen, c as SubAgentStopWhenSchema, g4 as SubAgentTeamAgentRelationApiInsertSchema, g3 as SubAgentTeamAgentRelationApiSelectSchema, g5 as SubAgentTeamAgentRelationApiUpdateSchema, g1 as SubAgentTeamAgentRelationInsertSchema, hb as SubAgentTeamAgentRelationListResponse, ha as SubAgentTeamAgentRelationResponse, g0 as SubAgentTeamAgentRelationSelectSchema, g2 as SubAgentTeamAgentRelationUpdateSchema, fU as SubAgentToolRelationApiInsertSchema, fT as SubAgentToolRelationApiSelectSchema, fV as SubAgentToolRelationApiUpdateSchema, fR as SubAgentToolRelationInsertSchema, gZ as SubAgentToolRelationListResponse, gJ as SubAgentToolRelationResponse, fQ as SubAgentToolRelationSelectSchema, fS as SubAgentToolRelationUpdateSchema, dP as SubAgentUpdateSchema, ea as TaskApiInsertSchema, e9 as TaskApiSelectSchema, eb as TaskApiUpdateSchema, e7 as TaskInsertSchema, eg as TaskRelationApiInsertSchema, ef as TaskRelationApiSelectSchema, eh as TaskRelationApiUpdateSchema, ed as TaskRelationInsertSchema, ec as TaskRelationSelectSchema, ee as TaskRelationUpdateSchema, e6 as TaskSelectSchema, e8 as TaskUpdateSchema, gh as TeamAgentSchema, hi as TenantIdParamsSchema, hh as TenantParamsSchema, hm as TenantProjectAgentIdParamsSchema, hl as TenantProjectAgentParamsSchema, ho as TenantProjectAgentSubAgentIdParamsSchema, hn as TenantProjectAgentSubAgentParamsSchema, hk as TenantProjectIdParamsSchema, hj as TenantProjectParamsSchema, hr as ThirdPartyMCPServerResponse, fx as ToolApiInsertSchema, fw as ToolApiSelectSchema, fy as ToolApiUpdateSchema, em as ToolInsertSchema, gP as ToolListResponse, gz as ToolResponse, el as ToolSelectSchema, ej as ToolStatusSchema, fv as ToolUpdateSchema, gf as canDelegateToExternalAgentSchema, gg as canDelegateToTeamAgentSchema } from '../utility-Lo5NoRHK.js';
|
|
4
4
|
export { P as PropsValidationResult, v as validatePropsAsJsonSchema } from '../props-validation-BMR1qNiy.js';
|
|
5
5
|
import { z } from '@hono/zod-openapi';
|
|
6
6
|
import 'drizzle-zod';
|
package/dist/validation/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { A2AMessageMetadataSchema, DataComponentStreamEventSchema, DataOperationDetailsSchema, DataOperationEventSchema, DataOperationStreamEventSchema, DataSummaryStreamEventSchema, DelegationReturnedDataSchema, DelegationSentDataSchema, StreamErrorEventSchema, StreamEventSchema, StreamFinishEventSchema, TextDeltaEventSchema, TextEndEventSchema, TextStartEventSchema, TransferDataSchema, generateIdFromName, isValidResourceId, validateAgentRelationships, validateAgentStructure, validateAndTypeAgentData, validateArtifactComponentReferences, validateDataComponentReferences, validateRender, validateSubAgentExternalAgentRelations, validateToolReferences } from '../chunk-
|
|
2
|
-
export { AgentApiInsertSchema, AgentApiSelectSchema, AgentApiUpdateSchema, AgentInsertSchema, AgentListResponse, AgentResponse, AgentSelectSchema, AgentStopWhenSchema, AgentUpdateSchema, AgentWithinContextOfProjectResponse, AgentWithinContextOfProjectSchema, AllAgentSchema, ApiKeyApiCreationResponseSchema, ApiKeyApiInsertSchema, ApiKeyApiSelectSchema, ApiKeyApiUpdateSchema, ApiKeyInsertSchema, ApiKeyListResponse, ApiKeyResponse, ApiKeySelectSchema, ApiKeyUpdateSchema, ArtifactComponentApiInsertSchema, ArtifactComponentApiSelectSchema, ArtifactComponentApiUpdateSchema, ArtifactComponentArrayResponse, ArtifactComponentInsertSchema, ArtifactComponentListResponse, ArtifactComponentResponse, ArtifactComponentSelectSchema, ArtifactComponentUpdateSchema, CanUseItemSchema, ComponentAssociationListResponse, ComponentAssociationSchema, ContextCacheApiInsertSchema, ContextCacheApiSelectSchema, ContextCacheApiUpdateSchema, ContextCacheInsertSchema, ContextCacheSelectSchema, ContextCacheUpdateSchema, ContextConfigApiInsertSchema, ContextConfigApiSelectSchema, ContextConfigApiUpdateSchema, ContextConfigInsertSchema, ContextConfigListResponse, ContextConfigResponse, ContextConfigSelectSchema, ContextConfigUpdateSchema, ConversationApiInsertSchema, ConversationApiSelectSchema, ConversationApiUpdateSchema, ConversationInsertSchema, ConversationListResponse, ConversationResponse, ConversationSelectSchema, ConversationUpdateSchema, CreateCredentialInStoreRequestSchema, CreateCredentialInStoreResponseSchema, CredentialReferenceApiInsertSchema, CredentialReferenceApiSelectSchema, CredentialReferenceApiUpdateSchema, CredentialReferenceInsertSchema, CredentialReferenceListResponse, CredentialReferenceResponse, CredentialReferenceSelectSchema, CredentialReferenceUpdateSchema, CredentialStoreListResponseSchema, CredentialStoreSchema, DataComponentApiInsertSchema, DataComponentApiSelectSchema, DataComponentApiUpdateSchema, DataComponentArrayResponse, DataComponentBaseSchema, DataComponentInsertSchema, DataComponentListResponse, DataComponentResponse, DataComponentSelectSchema, DataComponentUpdateSchema, ErrorResponseSchema, ExistsResponseSchema, ExternalAgentApiInsertSchema, ExternalAgentApiSelectSchema, ExternalAgentApiUpdateSchema, ExternalAgentInsertSchema, ExternalAgentListResponse, ExternalAgentResponse, ExternalAgentSelectSchema, ExternalAgentUpdateSchema, ExternalSubAgentRelationApiInsertSchema, ExternalSubAgentRelationInsertSchema, FetchConfigSchema, FetchDefinitionSchema, FullAgentAgentInsertSchema, FullProjectDefinitionResponse, FullProjectDefinitionSchema, FunctionApiInsertSchema, FunctionApiSelectSchema, FunctionApiUpdateSchema, FunctionInsertSchema, FunctionListResponse, FunctionResponse, FunctionSelectSchema, FunctionToolApiInsertSchema, FunctionToolApiSelectSchema, FunctionToolApiUpdateSchema, FunctionToolConfigSchema, FunctionToolInsertSchema, FunctionToolListResponse, FunctionToolResponse, FunctionToolSelectSchema, FunctionToolUpdateSchema, FunctionUpdateSchema, HeadersScopeSchema, LedgerArtifactApiInsertSchema, LedgerArtifactApiSelectSchema, LedgerArtifactApiUpdateSchema, LedgerArtifactInsertSchema, LedgerArtifactSelectSchema, LedgerArtifactUpdateSchema, ListResponseSchema, MAX_ID_LENGTH, MCPCatalogListResponse, MCPToolConfigSchema, MIN_ID_LENGTH, McpToolDefinitionSchema, McpToolListResponse, McpToolResponse, McpToolSchema, McpTransportConfigSchema, MessageApiInsertSchema, MessageApiSelectSchema, MessageApiUpdateSchema, MessageInsertSchema, MessageListResponse, MessageResponse, MessageSelectSchema, MessageUpdateSchema, ModelSchema, ModelSettingsSchema, OAuthCallbackQuerySchema, OAuthLoginQuerySchema, PaginationQueryParamsSchema, PaginationSchema, PrebuiltMCPServerSchema, ProjectApiInsertSchema, ProjectApiSelectSchema, ProjectApiUpdateSchema, ProjectInsertSchema, ProjectListResponse, ProjectModelSchema, ProjectResponse, ProjectSelectSchema, ProjectUpdateSchema, RelatedAgentInfoListResponse, RelatedAgentInfoSchema, RemovedResponseSchema, SingleResponseSchema, StatusComponentSchema, StatusUpdateSchema, StopWhenSchema, SubAgentApiInsertSchema, SubAgentApiSelectSchema, SubAgentApiUpdateSchema, SubAgentArtifactComponentApiInsertSchema, SubAgentArtifactComponentApiSelectSchema, SubAgentArtifactComponentApiUpdateSchema, SubAgentArtifactComponentInsertSchema, SubAgentArtifactComponentListResponse, SubAgentArtifactComponentResponse, SubAgentArtifactComponentSelectSchema, SubAgentArtifactComponentUpdateSchema, SubAgentDataComponentApiInsertSchema, SubAgentDataComponentApiSelectSchema, SubAgentDataComponentApiUpdateSchema, SubAgentDataComponentInsertSchema, SubAgentDataComponentListResponse, SubAgentDataComponentResponse, SubAgentDataComponentSelectSchema, SubAgentDataComponentUpdateSchema, SubAgentExternalAgentRelationApiInsertSchema, SubAgentExternalAgentRelationApiSelectSchema, SubAgentExternalAgentRelationApiUpdateSchema, SubAgentExternalAgentRelationInsertSchema, SubAgentExternalAgentRelationListResponse, SubAgentExternalAgentRelationResponse, SubAgentExternalAgentRelationSelectSchema, SubAgentExternalAgentRelationUpdateSchema, SubAgentInsertSchema, SubAgentListResponse, SubAgentRelationApiInsertSchema, SubAgentRelationApiSelectSchema, SubAgentRelationApiUpdateSchema, SubAgentRelationInsertSchema, SubAgentRelationListResponse, SubAgentRelationQuerySchema, SubAgentRelationResponse, SubAgentRelationSelectSchema, SubAgentRelationUpdateSchema, SubAgentResponse, SubAgentSelectSchema, SubAgentStopWhenSchema, SubAgentTeamAgentRelationApiInsertSchema, SubAgentTeamAgentRelationApiSelectSchema, SubAgentTeamAgentRelationApiUpdateSchema, SubAgentTeamAgentRelationInsertSchema, SubAgentTeamAgentRelationListResponse, SubAgentTeamAgentRelationResponse, SubAgentTeamAgentRelationSelectSchema, SubAgentTeamAgentRelationUpdateSchema, SubAgentToolRelationApiInsertSchema, SubAgentToolRelationApiSelectSchema, SubAgentToolRelationApiUpdateSchema, SubAgentToolRelationInsertSchema, SubAgentToolRelationListResponse, SubAgentToolRelationResponse, SubAgentToolRelationSelectSchema, SubAgentToolRelationUpdateSchema, SubAgentUpdateSchema, TaskApiInsertSchema, TaskApiSelectSchema, TaskApiUpdateSchema, TaskInsertSchema, TaskRelationApiInsertSchema, TaskRelationApiSelectSchema, TaskRelationApiUpdateSchema, TaskRelationInsertSchema, TaskRelationSelectSchema, TaskRelationUpdateSchema, TaskSelectSchema, TaskUpdateSchema, TeamAgentSchema, TenantIdParamsSchema, TenantParamsSchema, TenantProjectAgentIdParamsSchema, TenantProjectAgentParamsSchema, TenantProjectAgentSubAgentIdParamsSchema, TenantProjectAgentSubAgentParamsSchema, TenantProjectIdParamsSchema, TenantProjectParamsSchema, ThirdPartyMCPServerResponse, ToolApiInsertSchema, ToolApiSelectSchema, ToolApiUpdateSchema, ToolInsertSchema, ToolListResponse, ToolResponse, ToolSelectSchema, ToolStatusSchema, ToolUpdateSchema, URL_SAFE_ID_PATTERN, canDelegateToExternalAgentSchema, canDelegateToTeamAgentSchema, resourceIdSchema, validatePropsAsJsonSchema } from '../chunk-
|
|
1
|
+
export { A2AMessageMetadataSchema, DataComponentStreamEventSchema, DataOperationDetailsSchema, DataOperationEventSchema, DataOperationStreamEventSchema, DataSummaryStreamEventSchema, DelegationReturnedDataSchema, DelegationSentDataSchema, StreamErrorEventSchema, StreamEventSchema, StreamFinishEventSchema, TextDeltaEventSchema, TextEndEventSchema, TextStartEventSchema, TransferDataSchema, generateIdFromName, isValidResourceId, validateAgentRelationships, validateAgentStructure, validateAndTypeAgentData, validateArtifactComponentReferences, validateDataComponentReferences, validateRender, validateSubAgentExternalAgentRelations, validateToolReferences } from '../chunk-W3QDM7WH.js';
|
|
2
|
+
export { AgentApiInsertSchema, AgentApiSelectSchema, AgentApiUpdateSchema, AgentInsertSchema, AgentListResponse, AgentResponse, AgentSelectSchema, AgentStopWhenSchema, AgentUpdateSchema, AgentWithinContextOfProjectResponse, AgentWithinContextOfProjectSchema, AllAgentSchema, ApiKeyApiCreationResponseSchema, ApiKeyApiInsertSchema, ApiKeyApiSelectSchema, ApiKeyApiUpdateSchema, ApiKeyInsertSchema, ApiKeyListResponse, ApiKeyResponse, ApiKeySelectSchema, ApiKeyUpdateSchema, ArtifactComponentApiInsertSchema, ArtifactComponentApiSelectSchema, ArtifactComponentApiUpdateSchema, ArtifactComponentArrayResponse, ArtifactComponentInsertSchema, ArtifactComponentListResponse, ArtifactComponentResponse, ArtifactComponentSelectSchema, ArtifactComponentUpdateSchema, CanUseItemSchema, ComponentAssociationListResponse, ComponentAssociationSchema, ContextCacheApiInsertSchema, ContextCacheApiSelectSchema, ContextCacheApiUpdateSchema, ContextCacheInsertSchema, ContextCacheSelectSchema, ContextCacheUpdateSchema, ContextConfigApiInsertSchema, ContextConfigApiSelectSchema, ContextConfigApiUpdateSchema, ContextConfigInsertSchema, ContextConfigListResponse, ContextConfigResponse, ContextConfigSelectSchema, ContextConfigUpdateSchema, ConversationApiInsertSchema, ConversationApiSelectSchema, ConversationApiUpdateSchema, ConversationInsertSchema, ConversationListResponse, ConversationResponse, ConversationSelectSchema, ConversationUpdateSchema, CreateCredentialInStoreRequestSchema, CreateCredentialInStoreResponseSchema, CredentialReferenceApiInsertSchema, CredentialReferenceApiSelectSchema, CredentialReferenceApiUpdateSchema, CredentialReferenceInsertSchema, CredentialReferenceListResponse, CredentialReferenceResponse, CredentialReferenceSelectSchema, CredentialReferenceUpdateSchema, CredentialStoreListResponseSchema, CredentialStoreSchema, DataComponentApiInsertSchema, DataComponentApiSelectSchema, DataComponentApiUpdateSchema, DataComponentArrayResponse, DataComponentBaseSchema, DataComponentInsertSchema, DataComponentListResponse, DataComponentResponse, DataComponentSelectSchema, DataComponentUpdateSchema, ErrorResponseSchema, ExistsResponseSchema, ExternalAgentApiInsertSchema, ExternalAgentApiSelectSchema, ExternalAgentApiUpdateSchema, ExternalAgentInsertSchema, ExternalAgentListResponse, ExternalAgentResponse, ExternalAgentSelectSchema, ExternalAgentUpdateSchema, ExternalSubAgentRelationApiInsertSchema, ExternalSubAgentRelationInsertSchema, FetchConfigSchema, FetchDefinitionSchema, FullAgentAgentInsertSchema, FullProjectDefinitionResponse, FullProjectDefinitionSchema, FunctionApiInsertSchema, FunctionApiSelectSchema, FunctionApiUpdateSchema, FunctionInsertSchema, FunctionListResponse, FunctionResponse, FunctionSelectSchema, FunctionToolApiInsertSchema, FunctionToolApiSelectSchema, FunctionToolApiUpdateSchema, FunctionToolConfigSchema, FunctionToolInsertSchema, FunctionToolListResponse, FunctionToolResponse, FunctionToolSelectSchema, FunctionToolUpdateSchema, FunctionUpdateSchema, HeadersScopeSchema, LedgerArtifactApiInsertSchema, LedgerArtifactApiSelectSchema, LedgerArtifactApiUpdateSchema, LedgerArtifactInsertSchema, LedgerArtifactSelectSchema, LedgerArtifactUpdateSchema, ListResponseSchema, MAX_ID_LENGTH, MCPCatalogListResponse, MCPToolConfigSchema, MIN_ID_LENGTH, McpToolDefinitionSchema, McpToolListResponse, McpToolResponse, McpToolSchema, McpTransportConfigSchema, MessageApiInsertSchema, MessageApiSelectSchema, MessageApiUpdateSchema, MessageInsertSchema, MessageListResponse, MessageResponse, MessageSelectSchema, MessageUpdateSchema, ModelSchema, ModelSettingsSchema, OAuthCallbackQuerySchema, OAuthLoginQuerySchema, PaginationQueryParamsSchema, PaginationSchema, PrebuiltMCPServerSchema, ProjectApiInsertSchema, ProjectApiSelectSchema, ProjectApiUpdateSchema, ProjectInsertSchema, ProjectListResponse, ProjectModelSchema, ProjectResponse, ProjectSelectSchema, ProjectUpdateSchema, RelatedAgentInfoListResponse, RelatedAgentInfoSchema, RemovedResponseSchema, SingleResponseSchema, StatusComponentSchema, StatusUpdateSchema, StopWhenSchema, SubAgentApiInsertSchema, SubAgentApiSelectSchema, SubAgentApiUpdateSchema, SubAgentArtifactComponentApiInsertSchema, SubAgentArtifactComponentApiSelectSchema, SubAgentArtifactComponentApiUpdateSchema, SubAgentArtifactComponentInsertSchema, SubAgentArtifactComponentListResponse, SubAgentArtifactComponentResponse, SubAgentArtifactComponentSelectSchema, SubAgentArtifactComponentUpdateSchema, SubAgentDataComponentApiInsertSchema, SubAgentDataComponentApiSelectSchema, SubAgentDataComponentApiUpdateSchema, SubAgentDataComponentInsertSchema, SubAgentDataComponentListResponse, SubAgentDataComponentResponse, SubAgentDataComponentSelectSchema, SubAgentDataComponentUpdateSchema, SubAgentExternalAgentRelationApiInsertSchema, SubAgentExternalAgentRelationApiSelectSchema, SubAgentExternalAgentRelationApiUpdateSchema, SubAgentExternalAgentRelationInsertSchema, SubAgentExternalAgentRelationListResponse, SubAgentExternalAgentRelationResponse, SubAgentExternalAgentRelationSelectSchema, SubAgentExternalAgentRelationUpdateSchema, SubAgentInsertSchema, SubAgentListResponse, SubAgentRelationApiInsertSchema, SubAgentRelationApiSelectSchema, SubAgentRelationApiUpdateSchema, SubAgentRelationInsertSchema, SubAgentRelationListResponse, SubAgentRelationQuerySchema, SubAgentRelationResponse, SubAgentRelationSelectSchema, SubAgentRelationUpdateSchema, SubAgentResponse, SubAgentSelectSchema, SubAgentStopWhenSchema, SubAgentTeamAgentRelationApiInsertSchema, SubAgentTeamAgentRelationApiSelectSchema, SubAgentTeamAgentRelationApiUpdateSchema, SubAgentTeamAgentRelationInsertSchema, SubAgentTeamAgentRelationListResponse, SubAgentTeamAgentRelationResponse, SubAgentTeamAgentRelationSelectSchema, SubAgentTeamAgentRelationUpdateSchema, SubAgentToolRelationApiInsertSchema, SubAgentToolRelationApiSelectSchema, SubAgentToolRelationApiUpdateSchema, SubAgentToolRelationInsertSchema, SubAgentToolRelationListResponse, SubAgentToolRelationResponse, SubAgentToolRelationSelectSchema, SubAgentToolRelationUpdateSchema, SubAgentUpdateSchema, TaskApiInsertSchema, TaskApiSelectSchema, TaskApiUpdateSchema, TaskInsertSchema, TaskRelationApiInsertSchema, TaskRelationApiSelectSchema, TaskRelationApiUpdateSchema, TaskRelationInsertSchema, TaskRelationSelectSchema, TaskRelationUpdateSchema, TaskSelectSchema, TaskUpdateSchema, TeamAgentSchema, TenantIdParamsSchema, TenantParamsSchema, TenantProjectAgentIdParamsSchema, TenantProjectAgentParamsSchema, TenantProjectAgentSubAgentIdParamsSchema, TenantProjectAgentSubAgentParamsSchema, TenantProjectIdParamsSchema, TenantProjectParamsSchema, ThirdPartyMCPServerResponse, ToolApiInsertSchema, ToolApiSelectSchema, ToolApiUpdateSchema, ToolInsertSchema, ToolListResponse, ToolResponse, ToolSelectSchema, ToolStatusSchema, ToolUpdateSchema, URL_SAFE_ID_PATTERN, canDelegateToExternalAgentSchema, canDelegateToTeamAgentSchema, resourceIdSchema, validatePropsAsJsonSchema } from '../chunk-K6GMXJPW.js';
|
|
@@ -87,23 +87,8 @@ CREATE TABLE "verification" (
|
|
|
87
87
|
"updated_at" timestamp DEFAULT now() NOT NULL
|
|
88
88
|
);
|
|
89
89
|
--> statement-breakpoint
|
|
90
|
-
-- Data migration: Create organizations for all existing tenant_ids in projects and api_keys tables
|
|
91
|
-
INSERT INTO "organization" ("id", "name", "slug", "created_at", "metadata")
|
|
92
|
-
SELECT DISTINCT
|
|
93
|
-
tenant_id,
|
|
94
|
-
tenant_id,
|
|
95
|
-
tenant_id,
|
|
96
|
-
NOW(),
|
|
97
|
-
NULL
|
|
98
|
-
FROM (
|
|
99
|
-
SELECT tenant_id FROM "projects"
|
|
100
|
-
UNION
|
|
101
|
-
SELECT tenant_id FROM "api_keys"
|
|
102
|
-
) AS all_tenants
|
|
103
|
-
WHERE tenant_id IS NOT NULL
|
|
104
|
-
ON CONFLICT ("id") DO NOTHING;
|
|
105
|
-
--> statement-breakpoint
|
|
106
90
|
ALTER TABLE "sub_agents" ALTER COLUMN "conversation_history_config" SET DEFAULT '{"mode":"full","limit":50,"maxOutputTokens":4000,"includeInternal":false,"messageTypes":["chat","tool-result"]}'::jsonb;--> statement-breakpoint
|
|
91
|
+
ALTER TABLE "sub_agent_tool_relations" ADD COLUMN "tool_policies" jsonb;--> statement-breakpoint
|
|
107
92
|
ALTER TABLE "account" ADD CONSTRAINT "account_user_id_user_id_fk" FOREIGN KEY ("user_id") REFERENCES "public"."user"("id") ON DELETE cascade ON UPDATE no action;--> statement-breakpoint
|
|
108
93
|
ALTER TABLE "invitation" ADD CONSTRAINT "invitation_organization_id_organization_id_fk" FOREIGN KEY ("organization_id") REFERENCES "public"."organization"("id") ON DELETE cascade ON UPDATE no action;--> statement-breakpoint
|
|
109
94
|
ALTER TABLE "invitation" ADD CONSTRAINT "invitation_inviter_id_user_id_fk" FOREIGN KEY ("inviter_id") REFERENCES "public"."user"("id") ON DELETE cascade ON UPDATE no action;--> statement-breakpoint
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"id": "
|
|
2
|
+
"id": "a9538c67-3153-46d2-a18f-5a35fb0192f9",
|
|
3
3
|
"prevId": "ecc2e5f8-2b4e-4798-8b86-f70cc1cd4483",
|
|
4
4
|
"version": "7",
|
|
5
5
|
"dialect": "postgresql",
|
|
@@ -2891,6 +2891,12 @@
|
|
|
2891
2891
|
"primaryKey": false,
|
|
2892
2892
|
"notNull": false
|
|
2893
2893
|
},
|
|
2894
|
+
"tool_policies": {
|
|
2895
|
+
"name": "tool_policies",
|
|
2896
|
+
"type": "jsonb",
|
|
2897
|
+
"primaryKey": false,
|
|
2898
|
+
"notNull": false
|
|
2899
|
+
},
|
|
2894
2900
|
"created_at": {
|
|
2895
2901
|
"name": "created_at",
|
|
2896
2902
|
"type": "timestamp",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.1",
|
|
4
4
|
"description": "Agents Core contains the database schema, types, and validation schemas for Inkeep Agent Framework, along with core components.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -72,6 +72,11 @@
|
|
|
72
72
|
},
|
|
73
73
|
"clean-package": "./clean-package.config.json",
|
|
74
74
|
"dependencies": {
|
|
75
|
+
"@ai-sdk/anthropic": "2.0.2",
|
|
76
|
+
"@ai-sdk/gateway": "^1.0.23",
|
|
77
|
+
"@ai-sdk/google": "^2.0.14",
|
|
78
|
+
"@ai-sdk/openai": "2.0.11",
|
|
79
|
+
"@ai-sdk/openai-compatible": "^1.0.27",
|
|
75
80
|
"@composio/core": "^0.2.4",
|
|
76
81
|
"@electric-sql/pglite": "^0.3.13",
|
|
77
82
|
"@better-auth/sso": "^1.4.0",
|
|
@@ -79,6 +84,7 @@
|
|
|
79
84
|
"@modelcontextprotocol/sdk": "^1.17.2",
|
|
80
85
|
"@nangohq/node": "^0.69.5",
|
|
81
86
|
"@nangohq/types": "^0.69.5",
|
|
87
|
+
"@openrouter/ai-sdk-provider": "^1.2.0",
|
|
82
88
|
"@opentelemetry/api": "^1.9.0",
|
|
83
89
|
"@opentelemetry/auto-instrumentations-node": "^0.62.0",
|
|
84
90
|
"@opentelemetry/baggage-span-processor": "^0.4.0",
|
|
@@ -105,17 +111,18 @@
|
|
|
105
111
|
"pg": "^8.16.3",
|
|
106
112
|
"pino": "^9.11.0",
|
|
107
113
|
"pino-pretty": "^13.1.1",
|
|
108
|
-
"ts-pattern": "^5.7.1"
|
|
114
|
+
"ts-pattern": "^5.7.1",
|
|
115
|
+
"@hono/zod-openapi": "^1.1.5",
|
|
116
|
+
"zod": "^4.1.11"
|
|
109
117
|
},
|
|
110
118
|
"peerDependencies": {
|
|
111
|
-
"@hono/zod-openapi": "^1.
|
|
119
|
+
"@hono/zod-openapi": "^1.1.5",
|
|
112
120
|
"zod": "^4.1.11"
|
|
113
121
|
},
|
|
114
122
|
"optionalDependencies": {
|
|
115
123
|
"keytar": "^7.9.0"
|
|
116
124
|
},
|
|
117
125
|
"devDependencies": {
|
|
118
|
-
"@hono/zod-openapi": "^1.0.2",
|
|
119
126
|
"@types/jmespath": "^0.15.2",
|
|
120
127
|
"@types/node": "^20.11.24",
|
|
121
128
|
"@types/pg": "^8.15.6",
|
|
@@ -124,8 +131,7 @@
|
|
|
124
131
|
"drizzle-kit": "^0.31.6",
|
|
125
132
|
"tsx": "^4.19.2",
|
|
126
133
|
"typescript": "^5.9.2",
|
|
127
|
-
"vitest": "^3.2.4"
|
|
128
|
-
"zod": "^4.1.11"
|
|
134
|
+
"vitest": "^3.2.4"
|
|
129
135
|
},
|
|
130
136
|
"engines": {
|
|
131
137
|
"node": ">=22.0.0"
|
package/dist/chunk-H2F72PDA.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
// src/types/a2a.ts
|
|
2
|
-
var TaskState = /* @__PURE__ */ ((TaskState2) => {
|
|
3
|
-
TaskState2["Submitted"] = "submitted";
|
|
4
|
-
TaskState2["Working"] = "working";
|
|
5
|
-
TaskState2["InputRequired"] = "input-required";
|
|
6
|
-
TaskState2["Completed"] = "completed";
|
|
7
|
-
TaskState2["Canceled"] = "canceled";
|
|
8
|
-
TaskState2["Failed"] = "failed";
|
|
9
|
-
TaskState2["Rejected"] = "rejected";
|
|
10
|
-
TaskState2["AuthRequired"] = "auth-required";
|
|
11
|
-
TaskState2["Unknown"] = "unknown";
|
|
12
|
-
return TaskState2;
|
|
13
|
-
})(TaskState || {});
|
|
14
|
-
|
|
15
|
-
export { TaskState };
|
|
File without changes
|