@inkeep/agents-core 0.27.0 → 0.29.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/{chunk-QPOB7LI5.js → chunk-C2QU7WTO.js} +2 -1
- package/dist/{chunk-TE25X6YU.js → chunk-OSAGBXSF.js} +25 -31
- package/dist/{chunk-YD4OSCYB.js → chunk-T5TTDZ6L.js} +2 -1
- package/dist/client-exports.cjs +9 -2
- package/dist/client-exports.d.cts +7 -2
- package/dist/client-exports.d.ts +7 -2
- package/dist/client-exports.js +8 -3
- package/dist/db/schema.cjs +2 -1
- package/dist/db/schema.d.cts +2 -2
- package/dist/db/schema.d.ts +2 -2
- package/dist/db/schema.js +1 -1
- package/dist/index.cjs +100 -151
- package/dist/index.d.cts +12 -14
- package/dist/index.d.ts +12 -14
- package/dist/index.js +79 -126
- package/dist/{schema-Y8eFxpzw.d.ts → schema-BQf2wGSE.d.ts} +26 -7
- package/dist/{schema-D_tjHvOp.d.cts → schema-C-rqra-r.d.cts} +26 -7
- package/dist/types/index.d.cts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/dist/{utility-ne-rF1pW.d.cts → utility-C5D70uSj.d.cts} +98 -87
- package/dist/{utility-ne-rF1pW.d.ts → utility-C5D70uSj.d.ts} +98 -87
- package/dist/validation/index.cjs +107 -111
- package/dist/validation/index.d.cts +10 -10
- package/dist/validation/index.d.ts +10 -10
- package/dist/validation/index.js +2 -2
- package/drizzle/0013_shocking_blur.sql +19 -0
- package/drizzle/0014_broad_hellfire_club.sql +29 -0
- package/drizzle/meta/0013_snapshot.json +2988 -0
- package/drizzle/meta/0014_snapshot.json +2992 -0
- package/drizzle/meta/_journal.json +14 -0
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as drizzle_orm from 'drizzle-orm';
|
|
2
2
|
import * as drizzle_orm_sqlite_core from 'drizzle-orm/sqlite-core';
|
|
3
|
-
import { l as ContextFetchDefinition, C as ConversationHistoryConfig, T as TaskMetadataConfig, m as ToolMcpConfig, n as ToolServerCapabilities, o as ConversationMetadata, p as MessageContent, q as MessageMetadata, P as Part } from './utility-
|
|
3
|
+
import { l as ContextFetchDefinition, C as ConversationHistoryConfig, T as TaskMetadataConfig, m as ToolMcpConfig, n as ToolServerCapabilities, o as ConversationMetadata, p as MessageContent, q as MessageMetadata, P as Part } from './utility-C5D70uSj.cjs';
|
|
4
4
|
|
|
5
5
|
declare const projects: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
6
6
|
name: "projects";
|
|
@@ -1954,14 +1954,14 @@ declare const dataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1954
1954
|
}, {}, {
|
|
1955
1955
|
$type: Record<string, unknown>;
|
|
1956
1956
|
}>;
|
|
1957
|
-
|
|
1958
|
-
name: "
|
|
1957
|
+
render: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1958
|
+
name: "render";
|
|
1959
1959
|
tableName: "data_components";
|
|
1960
1960
|
dataType: "json";
|
|
1961
1961
|
columnType: "SQLiteBlobJson";
|
|
1962
1962
|
data: {
|
|
1963
|
-
|
|
1964
|
-
|
|
1963
|
+
component: string;
|
|
1964
|
+
mockData: Record<string, unknown>;
|
|
1965
1965
|
};
|
|
1966
1966
|
driverParam: Buffer<ArrayBufferLike>;
|
|
1967
1967
|
notNull: false;
|
|
@@ -1975,8 +1975,8 @@ declare const dataComponents: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1975
1975
|
generated: undefined;
|
|
1976
1976
|
}, {}, {
|
|
1977
1977
|
$type: {
|
|
1978
|
-
|
|
1979
|
-
|
|
1978
|
+
component: string;
|
|
1979
|
+
mockData: Record<string, unknown>;
|
|
1980
1980
|
};
|
|
1981
1981
|
}>;
|
|
1982
1982
|
name: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
@@ -5054,6 +5054,25 @@ declare const credentialReferences: drizzle_orm_sqlite_core.SQLiteTableWithColum
|
|
|
5054
5054
|
}, {}, {
|
|
5055
5055
|
length: number | undefined;
|
|
5056
5056
|
}>;
|
|
5057
|
+
name: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
5058
|
+
name: "name";
|
|
5059
|
+
tableName: "credential_references";
|
|
5060
|
+
dataType: "string";
|
|
5061
|
+
columnType: "SQLiteText";
|
|
5062
|
+
data: string;
|
|
5063
|
+
driverParam: string;
|
|
5064
|
+
notNull: true;
|
|
5065
|
+
hasDefault: false;
|
|
5066
|
+
isPrimaryKey: false;
|
|
5067
|
+
isAutoincrement: false;
|
|
5068
|
+
hasRuntimeDefault: false;
|
|
5069
|
+
enumValues: [string, ...string[]];
|
|
5070
|
+
baseColumn: never;
|
|
5071
|
+
identity: undefined;
|
|
5072
|
+
generated: undefined;
|
|
5073
|
+
}, {}, {
|
|
5074
|
+
length: number | undefined;
|
|
5075
|
+
}>;
|
|
5057
5076
|
type: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
5058
5077
|
name: "type";
|
|
5059
5078
|
tableName: "credential_references";
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { h as CredentialStoreType } from '../utility-
|
|
2
|
-
export { ba as A2AError, bG as A2ARequest, bH as A2AResponse, aL as APIKeySecurityScheme, bV as AgentApiInsert, bU as AgentApiSelect, bW as AgentApiUpdate, aH as AgentCapabilities, aV as AgentCard, dx as AgentConversationHistoryConfig, y as AgentInsert, aI as AgentProvider, w as AgentScopeConfig, B as AgentSelect, aJ as AgentSkill, z as AgentUpdate, cP as AllAgentSelect, cT as ApiKeyApiCreationResponse, cR as ApiKeyApiInsert, cQ as ApiKeyApiSelect, cS as ApiKeyApiUpdate, I as ApiKeyCreateResult, E as ApiKeyInsert, D as ApiKeySelect, G as ApiKeyUpdate, a9 as Artifact, cE as ArtifactComponentApiInsert, cD as ArtifactComponentApiSelect, cF as ArtifactComponentApiUpdate, K as ArtifactComponentInsert, J as ArtifactComponentSelect, L as ArtifactComponentUpdate, aO as AuthorizationCodeOAuthFlow, dg as CanDelegateToExternalAgent, df as CanUseItem, bq as CancelTaskRequest, bB as CancelTaskResponse, bA as CancelTaskSuccessResponse, aP as ClientCredentialsOAuthFlow, b8 as ContentTypeNotSupportedError, cs as ContextCacheApiInsert, cr as ContextCacheApiSelect, ct as ContextCacheApiUpdate, dy as ContextCacheEntry, Q as ContextCacheInsert, O as ContextCacheSelect, cq as ContextCacheUpdate, cm as ContextConfigApiInsert, cl as ContextConfigApiSelect, cn as ContextConfigApiUpdate, R as ContextConfigInsert, s as ContextConfigSelect, U as ContextConfigUpdate, l as ContextFetchDefinition, cf as ConversationApiInsert, ce as ConversationApiSelect, cg as ConversationApiUpdate, C as ConversationHistoryConfig, W as ConversationInsert, o as ConversationMetadata, dw as ConversationScopeOptions, V as ConversationSelect, X as ConversationUpdate, H as CreateApiKeyParams, r as CredentialReferenceApiInsert, cU as CredentialReferenceApiSelect, cV as CredentialReferenceApiUpdate, $ as CredentialReferenceInsert, Y as CredentialReferenceSelect, a0 as CredentialReferenceUpdate, cv as DataComponentApiInsert, cu as DataComponentApiSelect, cw as DataComponentApiUpdate, a2 as DataComponentInsert, a1 as DataComponentSelect, a3 as DataComponentUpdate, aF as DataPart, ay as ExecutionContext, cN as ExternalAgentApiInsert, cM as ExternalAgentApiSelect, cO as ExternalAgentApiUpdate, a4 as ExternalAgentInsert, _ as ExternalAgentSelect, a5 as ExternalAgentUpdate, bT as ExternalSubAgentRelationApiInsert, bS as ExternalSubAgentRelationInsert, cp as FetchConfig, co as FetchDefinition, aB as FileBase, aE as FilePart, aC as FileWithBytes, aD as FileWithUri, de as FullAgentAgentInsert, v as FullAgentDefinition, ae as FullProjectDefinition, a6 as FunctionApiInsert, cb as FunctionApiSelect, cc as FunctionApiUpdate, c9 as FunctionInsert, c8 as FunctionSelect, a7 as FunctionToolApiInsert, cd as FunctionToolApiSelect, a8 as FunctionToolApiUpdate, ca as FunctionUpdate, bs as GetTaskPushNotificationConfigRequest, bF as GetTaskPushNotificationConfigResponse, bE as GetTaskPushNotificationConfigSuccessResponse, bp as GetTaskRequest, bz as GetTaskResponse, by as GetTaskSuccessResponse, aM as HTTPAuthSecurityScheme, aQ as ImplicitOAuthFlow, b3 as InternalError, b9 as InvalidAgentResponseError, b2 as InvalidParamsError, b0 as InvalidRequestError, a$ as JSONParseError, bk as JSONRPCError, bm as JSONRPCErrorResponse, bi as JSONRPCMessage, bj as JSONRPCRequest, bl as JSONRPCResult, dc as LedgerArtifactApiInsert, db as LedgerArtifactApiSelect, dd as LedgerArtifactApiUpdate, d9 as LedgerArtifactInsert, aa as LedgerArtifactSelect, da as LedgerArtifactUpdate, dG as MCPServerType, t as MCPToolConfig, i as MCPTransportType, dz as McpAuthType, dA as McpServerAuth, dC as McpServerCapabilities, av as McpTool, dD as McpToolDefinition, dB as McpTransportConfig, aW as Message, cj as MessageApiInsert, ci as MessageApiSelect, ck as MessageApiUpdate, p as MessageContent, ac as MessageInsert, q as MessageMetadata, dr as MessageMode, bI as MessagePart, dq as MessageRole, ch as MessageSelect, bg as MessageSendConfiguration, bh as MessageSendParams, dp as MessageType, ad as MessageUpdate, ab as MessageVisibility, b1 as MethodNotFoundError, ds as Models, aS as OAuth2SecurityScheme, aN as OAuthFlows, aT as OpenIdConnectSecurityScheme, dm as Pagination, x as PaginationConfig, ah as PaginationResult, P as Part, az as PartBase, aR as PasswordOAuthFlow, dk as ProjectApiInsert, dj as ProjectApiSelect, dl as ProjectApiUpdate, af as ProjectInfo, aj as ProjectInsert, dt as ProjectModels, ai as ProjectResourceCounts, u as ProjectScopeConfig, ag as ProjectSelect, ak as ProjectUpdate, bb as PushNotificationAuthenticationInfo, bc as PushNotificationConfig, b6 as PushNotificationNotSupportedError, aU as SecurityScheme, aK as SecuritySchemeBase, bn as SendMessageRequest, bv as SendMessageResponse, bu as SendMessageSuccessResponse, bo as SendStreamingMessageRequest, bx as SendStreamingMessageResponse, bw as SendStreamingMessageSuccessResponse, br as SetTaskPushNotificationConfigRequest, bD as SetTaskPushNotificationConfigResponse, bC as SetTaskPushNotificationConfigSuccessResponse, dv as StatusComponent, du as StatusUpdateSettings, bL as SubAgentApiInsert, bK as SubAgentApiSelect, bM as SubAgentApiUpdate, cK as SubAgentArtifactComponentApiInsert, cJ as SubAgentArtifactComponentApiSelect, cL as SubAgentArtifactComponentApiUpdate, cH as SubAgentArtifactComponentInsert, cG as SubAgentArtifactComponentSelect, cI as SubAgentArtifactComponentUpdate, cB as SubAgentDataComponentApiInsert, cA as SubAgentDataComponentApiSelect, cC as SubAgentDataComponentApiUpdate, cy as SubAgentDataComponentInsert, cx as SubAgentDataComponentSelect, cz as SubAgentDataComponentUpdate, dh as SubAgentDefinition, d2 as SubAgentExternalAgentRelationApiInsert, d1 as SubAgentExternalAgentRelationApiSelect, d3 as SubAgentExternalAgentRelationApiUpdate, al as SubAgentExternalAgentRelationInsert, c$ as SubAgentExternalAgentRelationSelect, d0 as SubAgentExternalAgentRelationUpdate, ap as SubAgentInsert, bP as SubAgentRelationApiInsert, bO as SubAgentRelationApiSelect, bQ as SubAgentRelationApiUpdate, am as SubAgentRelationInsert, bR as SubAgentRelationQuery, bN as SubAgentRelationSelect, an as SubAgentRelationUpdate, N as SubAgentScopeConfig, ar as SubAgentSelect, d7 as SubAgentTeamAgentRelationApiInsert, d6 as SubAgentTeamAgentRelationApiSelect, d8 as SubAgentTeamAgentRelationApiUpdate, as as SubAgentTeamAgentRelationInsert, d4 as SubAgentTeamAgentRelationSelect, d5 as SubAgentTeamAgentRelationUpdate, cZ as SubAgentToolRelationApiInsert, cY as SubAgentToolRelationApiSelect, c_ as SubAgentToolRelationApiUpdate, cX as SubAgentToolRelationInsert, cW as SubAgentToolRelationSelect, ao as SubAgentToolRelationUpdate, aq as SubAgentUpdate, dn as SummaryEvent, dE as TOOL_STATUS_VALUES, aY as Task, bZ as TaskApiInsert, bY as TaskApiSelect, b_ as TaskApiUpdate, bJ as TaskArtifact, a_ as TaskArtifactUpdateEvent, be as TaskIdParams, at as TaskInsert, T as TaskMetadataConfig, b5 as TaskNotCancelableError, b4 as TaskNotFoundError, bd as TaskPushNotificationConfig, bf as TaskQueryParams, c3 as TaskRelationApiInsert, c2 as TaskRelationApiSelect, c4 as TaskRelationApiUpdate, c0 as TaskRelationInsert, b$ as TaskRelationSelect, c1 as TaskRelationUpdate, bt as TaskResubscriptionRequest, au as TaskSelect, aG as TaskState, aX as TaskStatus, aZ as TaskStatusUpdateEvent, bX as TaskUpdate, aA as TextPart, c6 as ToolApiInsert, c5 as ToolApiSelect, c7 as ToolApiUpdate, di as ToolDefinition, aw as ToolInsert, m as ToolMcpConfig, Z as ToolSelect, n as ToolServerCapabilities, ax as ToolUpdate, b7 as UnsupportedOperationError, dF as VALID_RELATION_TYPES } from '../utility-
|
|
1
|
+
import { h as CredentialStoreType } from '../utility-C5D70uSj.cjs';
|
|
2
|
+
export { ba as A2AError, bG as A2ARequest, bH as A2AResponse, aL as APIKeySecurityScheme, bV as AgentApiInsert, bU as AgentApiSelect, bW as AgentApiUpdate, aH as AgentCapabilities, aV as AgentCard, dx as AgentConversationHistoryConfig, y as AgentInsert, aI as AgentProvider, w as AgentScopeConfig, B as AgentSelect, aJ as AgentSkill, z as AgentUpdate, cP as AllAgentSelect, cT as ApiKeyApiCreationResponse, cR as ApiKeyApiInsert, cQ as ApiKeyApiSelect, cS as ApiKeyApiUpdate, I as ApiKeyCreateResult, E as ApiKeyInsert, D as ApiKeySelect, G as ApiKeyUpdate, a9 as Artifact, cE as ArtifactComponentApiInsert, cD as ArtifactComponentApiSelect, cF as ArtifactComponentApiUpdate, K as ArtifactComponentInsert, J as ArtifactComponentSelect, L as ArtifactComponentUpdate, aO as AuthorizationCodeOAuthFlow, dg as CanDelegateToExternalAgent, df as CanUseItem, bq as CancelTaskRequest, bB as CancelTaskResponse, bA as CancelTaskSuccessResponse, aP as ClientCredentialsOAuthFlow, b8 as ContentTypeNotSupportedError, cs as ContextCacheApiInsert, cr as ContextCacheApiSelect, ct as ContextCacheApiUpdate, dy as ContextCacheEntry, Q as ContextCacheInsert, O as ContextCacheSelect, cq as ContextCacheUpdate, cm as ContextConfigApiInsert, cl as ContextConfigApiSelect, cn as ContextConfigApiUpdate, R as ContextConfigInsert, s as ContextConfigSelect, U as ContextConfigUpdate, l as ContextFetchDefinition, cf as ConversationApiInsert, ce as ConversationApiSelect, cg as ConversationApiUpdate, C as ConversationHistoryConfig, W as ConversationInsert, o as ConversationMetadata, dw as ConversationScopeOptions, V as ConversationSelect, X as ConversationUpdate, H as CreateApiKeyParams, r as CredentialReferenceApiInsert, cU as CredentialReferenceApiSelect, cV as CredentialReferenceApiUpdate, $ as CredentialReferenceInsert, Y as CredentialReferenceSelect, a0 as CredentialReferenceUpdate, cv as DataComponentApiInsert, cu as DataComponentApiSelect, cw as DataComponentApiUpdate, a2 as DataComponentInsert, a1 as DataComponentSelect, a3 as DataComponentUpdate, aF as DataPart, ay as ExecutionContext, cN as ExternalAgentApiInsert, cM as ExternalAgentApiSelect, cO as ExternalAgentApiUpdate, a4 as ExternalAgentInsert, _ as ExternalAgentSelect, a5 as ExternalAgentUpdate, bT as ExternalSubAgentRelationApiInsert, bS as ExternalSubAgentRelationInsert, cp as FetchConfig, co as FetchDefinition, aB as FileBase, aE as FilePart, aC as FileWithBytes, aD as FileWithUri, de as FullAgentAgentInsert, v as FullAgentDefinition, ae as FullProjectDefinition, a6 as FunctionApiInsert, cb as FunctionApiSelect, cc as FunctionApiUpdate, c9 as FunctionInsert, c8 as FunctionSelect, a7 as FunctionToolApiInsert, cd as FunctionToolApiSelect, a8 as FunctionToolApiUpdate, ca as FunctionUpdate, bs as GetTaskPushNotificationConfigRequest, bF as GetTaskPushNotificationConfigResponse, bE as GetTaskPushNotificationConfigSuccessResponse, bp as GetTaskRequest, bz as GetTaskResponse, by as GetTaskSuccessResponse, aM as HTTPAuthSecurityScheme, aQ as ImplicitOAuthFlow, b3 as InternalError, b9 as InvalidAgentResponseError, b2 as InvalidParamsError, b0 as InvalidRequestError, a$ as JSONParseError, bk as JSONRPCError, bm as JSONRPCErrorResponse, bi as JSONRPCMessage, bj as JSONRPCRequest, bl as JSONRPCResult, dc as LedgerArtifactApiInsert, db as LedgerArtifactApiSelect, dd as LedgerArtifactApiUpdate, d9 as LedgerArtifactInsert, aa as LedgerArtifactSelect, da as LedgerArtifactUpdate, dG as MCPServerType, t as MCPToolConfig, i as MCPTransportType, dz as McpAuthType, dA as McpServerAuth, dC as McpServerCapabilities, av as McpTool, dD as McpToolDefinition, dB as McpTransportConfig, aW as Message, cj as MessageApiInsert, ci as MessageApiSelect, ck as MessageApiUpdate, p as MessageContent, ac as MessageInsert, q as MessageMetadata, dr as MessageMode, bI as MessagePart, dq as MessageRole, ch as MessageSelect, bg as MessageSendConfiguration, bh as MessageSendParams, dp as MessageType, ad as MessageUpdate, ab as MessageVisibility, b1 as MethodNotFoundError, ds as Models, aS as OAuth2SecurityScheme, aN as OAuthFlows, aT as OpenIdConnectSecurityScheme, dm as Pagination, x as PaginationConfig, ah as PaginationResult, P as Part, az as PartBase, aR as PasswordOAuthFlow, dk as ProjectApiInsert, dj as ProjectApiSelect, dl as ProjectApiUpdate, af as ProjectInfo, aj as ProjectInsert, dt as ProjectModels, ai as ProjectResourceCounts, u as ProjectScopeConfig, ag as ProjectSelect, ak as ProjectUpdate, bb as PushNotificationAuthenticationInfo, bc as PushNotificationConfig, b6 as PushNotificationNotSupportedError, aU as SecurityScheme, aK as SecuritySchemeBase, bn as SendMessageRequest, bv as SendMessageResponse, bu as SendMessageSuccessResponse, bo as SendStreamingMessageRequest, bx as SendStreamingMessageResponse, bw as SendStreamingMessageSuccessResponse, br as SetTaskPushNotificationConfigRequest, bD as SetTaskPushNotificationConfigResponse, bC as SetTaskPushNotificationConfigSuccessResponse, dv as StatusComponent, du as StatusUpdateSettings, bL as SubAgentApiInsert, bK as SubAgentApiSelect, bM as SubAgentApiUpdate, cK as SubAgentArtifactComponentApiInsert, cJ as SubAgentArtifactComponentApiSelect, cL as SubAgentArtifactComponentApiUpdate, cH as SubAgentArtifactComponentInsert, cG as SubAgentArtifactComponentSelect, cI as SubAgentArtifactComponentUpdate, cB as SubAgentDataComponentApiInsert, cA as SubAgentDataComponentApiSelect, cC as SubAgentDataComponentApiUpdate, cy as SubAgentDataComponentInsert, cx as SubAgentDataComponentSelect, cz as SubAgentDataComponentUpdate, dh as SubAgentDefinition, d2 as SubAgentExternalAgentRelationApiInsert, d1 as SubAgentExternalAgentRelationApiSelect, d3 as SubAgentExternalAgentRelationApiUpdate, al as SubAgentExternalAgentRelationInsert, c$ as SubAgentExternalAgentRelationSelect, d0 as SubAgentExternalAgentRelationUpdate, ap as SubAgentInsert, bP as SubAgentRelationApiInsert, bO as SubAgentRelationApiSelect, bQ as SubAgentRelationApiUpdate, am as SubAgentRelationInsert, bR as SubAgentRelationQuery, bN as SubAgentRelationSelect, an as SubAgentRelationUpdate, N as SubAgentScopeConfig, ar as SubAgentSelect, d7 as SubAgentTeamAgentRelationApiInsert, d6 as SubAgentTeamAgentRelationApiSelect, d8 as SubAgentTeamAgentRelationApiUpdate, as as SubAgentTeamAgentRelationInsert, d4 as SubAgentTeamAgentRelationSelect, d5 as SubAgentTeamAgentRelationUpdate, cZ as SubAgentToolRelationApiInsert, cY as SubAgentToolRelationApiSelect, c_ as SubAgentToolRelationApiUpdate, cX as SubAgentToolRelationInsert, cW as SubAgentToolRelationSelect, ao as SubAgentToolRelationUpdate, aq as SubAgentUpdate, dn as SummaryEvent, dE as TOOL_STATUS_VALUES, aY as Task, bZ as TaskApiInsert, bY as TaskApiSelect, b_ as TaskApiUpdate, bJ as TaskArtifact, a_ as TaskArtifactUpdateEvent, be as TaskIdParams, at as TaskInsert, T as TaskMetadataConfig, b5 as TaskNotCancelableError, b4 as TaskNotFoundError, bd as TaskPushNotificationConfig, bf as TaskQueryParams, c3 as TaskRelationApiInsert, c2 as TaskRelationApiSelect, c4 as TaskRelationApiUpdate, c0 as TaskRelationInsert, b$ as TaskRelationSelect, c1 as TaskRelationUpdate, bt as TaskResubscriptionRequest, au as TaskSelect, aG as TaskState, aX as TaskStatus, aZ as TaskStatusUpdateEvent, bX as TaskUpdate, aA as TextPart, c6 as ToolApiInsert, c5 as ToolApiSelect, c7 as ToolApiUpdate, di as ToolDefinition, aw as ToolInsert, m as ToolMcpConfig, Z as ToolSelect, n as ToolServerCapabilities, ax as ToolUpdate, b7 as UnsupportedOperationError, dF as VALID_RELATION_TYPES } from '../utility-C5D70uSj.cjs';
|
|
3
3
|
import { Context } from 'hono';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'drizzle-zod';
|
|
@@ -25,7 +25,7 @@ interface CredentialStore {
|
|
|
25
25
|
/**
|
|
26
26
|
* Set a credential
|
|
27
27
|
*/
|
|
28
|
-
set(key: string, value: string): Promise<void>;
|
|
28
|
+
set(key: string, value: string, metadata?: Record<string, string>): Promise<void>;
|
|
29
29
|
/**
|
|
30
30
|
* Check if a credential exists
|
|
31
31
|
*/
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { h as CredentialStoreType } from '../utility-
|
|
2
|
-
export { ba as A2AError, bG as A2ARequest, bH as A2AResponse, aL as APIKeySecurityScheme, bV as AgentApiInsert, bU as AgentApiSelect, bW as AgentApiUpdate, aH as AgentCapabilities, aV as AgentCard, dx as AgentConversationHistoryConfig, y as AgentInsert, aI as AgentProvider, w as AgentScopeConfig, B as AgentSelect, aJ as AgentSkill, z as AgentUpdate, cP as AllAgentSelect, cT as ApiKeyApiCreationResponse, cR as ApiKeyApiInsert, cQ as ApiKeyApiSelect, cS as ApiKeyApiUpdate, I as ApiKeyCreateResult, E as ApiKeyInsert, D as ApiKeySelect, G as ApiKeyUpdate, a9 as Artifact, cE as ArtifactComponentApiInsert, cD as ArtifactComponentApiSelect, cF as ArtifactComponentApiUpdate, K as ArtifactComponentInsert, J as ArtifactComponentSelect, L as ArtifactComponentUpdate, aO as AuthorizationCodeOAuthFlow, dg as CanDelegateToExternalAgent, df as CanUseItem, bq as CancelTaskRequest, bB as CancelTaskResponse, bA as CancelTaskSuccessResponse, aP as ClientCredentialsOAuthFlow, b8 as ContentTypeNotSupportedError, cs as ContextCacheApiInsert, cr as ContextCacheApiSelect, ct as ContextCacheApiUpdate, dy as ContextCacheEntry, Q as ContextCacheInsert, O as ContextCacheSelect, cq as ContextCacheUpdate, cm as ContextConfigApiInsert, cl as ContextConfigApiSelect, cn as ContextConfigApiUpdate, R as ContextConfigInsert, s as ContextConfigSelect, U as ContextConfigUpdate, l as ContextFetchDefinition, cf as ConversationApiInsert, ce as ConversationApiSelect, cg as ConversationApiUpdate, C as ConversationHistoryConfig, W as ConversationInsert, o as ConversationMetadata, dw as ConversationScopeOptions, V as ConversationSelect, X as ConversationUpdate, H as CreateApiKeyParams, r as CredentialReferenceApiInsert, cU as CredentialReferenceApiSelect, cV as CredentialReferenceApiUpdate, $ as CredentialReferenceInsert, Y as CredentialReferenceSelect, a0 as CredentialReferenceUpdate, cv as DataComponentApiInsert, cu as DataComponentApiSelect, cw as DataComponentApiUpdate, a2 as DataComponentInsert, a1 as DataComponentSelect, a3 as DataComponentUpdate, aF as DataPart, ay as ExecutionContext, cN as ExternalAgentApiInsert, cM as ExternalAgentApiSelect, cO as ExternalAgentApiUpdate, a4 as ExternalAgentInsert, _ as ExternalAgentSelect, a5 as ExternalAgentUpdate, bT as ExternalSubAgentRelationApiInsert, bS as ExternalSubAgentRelationInsert, cp as FetchConfig, co as FetchDefinition, aB as FileBase, aE as FilePart, aC as FileWithBytes, aD as FileWithUri, de as FullAgentAgentInsert, v as FullAgentDefinition, ae as FullProjectDefinition, a6 as FunctionApiInsert, cb as FunctionApiSelect, cc as FunctionApiUpdate, c9 as FunctionInsert, c8 as FunctionSelect, a7 as FunctionToolApiInsert, cd as FunctionToolApiSelect, a8 as FunctionToolApiUpdate, ca as FunctionUpdate, bs as GetTaskPushNotificationConfigRequest, bF as GetTaskPushNotificationConfigResponse, bE as GetTaskPushNotificationConfigSuccessResponse, bp as GetTaskRequest, bz as GetTaskResponse, by as GetTaskSuccessResponse, aM as HTTPAuthSecurityScheme, aQ as ImplicitOAuthFlow, b3 as InternalError, b9 as InvalidAgentResponseError, b2 as InvalidParamsError, b0 as InvalidRequestError, a$ as JSONParseError, bk as JSONRPCError, bm as JSONRPCErrorResponse, bi as JSONRPCMessage, bj as JSONRPCRequest, bl as JSONRPCResult, dc as LedgerArtifactApiInsert, db as LedgerArtifactApiSelect, dd as LedgerArtifactApiUpdate, d9 as LedgerArtifactInsert, aa as LedgerArtifactSelect, da as LedgerArtifactUpdate, dG as MCPServerType, t as MCPToolConfig, i as MCPTransportType, dz as McpAuthType, dA as McpServerAuth, dC as McpServerCapabilities, av as McpTool, dD as McpToolDefinition, dB as McpTransportConfig, aW as Message, cj as MessageApiInsert, ci as MessageApiSelect, ck as MessageApiUpdate, p as MessageContent, ac as MessageInsert, q as MessageMetadata, dr as MessageMode, bI as MessagePart, dq as MessageRole, ch as MessageSelect, bg as MessageSendConfiguration, bh as MessageSendParams, dp as MessageType, ad as MessageUpdate, ab as MessageVisibility, b1 as MethodNotFoundError, ds as Models, aS as OAuth2SecurityScheme, aN as OAuthFlows, aT as OpenIdConnectSecurityScheme, dm as Pagination, x as PaginationConfig, ah as PaginationResult, P as Part, az as PartBase, aR as PasswordOAuthFlow, dk as ProjectApiInsert, dj as ProjectApiSelect, dl as ProjectApiUpdate, af as ProjectInfo, aj as ProjectInsert, dt as ProjectModels, ai as ProjectResourceCounts, u as ProjectScopeConfig, ag as ProjectSelect, ak as ProjectUpdate, bb as PushNotificationAuthenticationInfo, bc as PushNotificationConfig, b6 as PushNotificationNotSupportedError, aU as SecurityScheme, aK as SecuritySchemeBase, bn as SendMessageRequest, bv as SendMessageResponse, bu as SendMessageSuccessResponse, bo as SendStreamingMessageRequest, bx as SendStreamingMessageResponse, bw as SendStreamingMessageSuccessResponse, br as SetTaskPushNotificationConfigRequest, bD as SetTaskPushNotificationConfigResponse, bC as SetTaskPushNotificationConfigSuccessResponse, dv as StatusComponent, du as StatusUpdateSettings, bL as SubAgentApiInsert, bK as SubAgentApiSelect, bM as SubAgentApiUpdate, cK as SubAgentArtifactComponentApiInsert, cJ as SubAgentArtifactComponentApiSelect, cL as SubAgentArtifactComponentApiUpdate, cH as SubAgentArtifactComponentInsert, cG as SubAgentArtifactComponentSelect, cI as SubAgentArtifactComponentUpdate, cB as SubAgentDataComponentApiInsert, cA as SubAgentDataComponentApiSelect, cC as SubAgentDataComponentApiUpdate, cy as SubAgentDataComponentInsert, cx as SubAgentDataComponentSelect, cz as SubAgentDataComponentUpdate, dh as SubAgentDefinition, d2 as SubAgentExternalAgentRelationApiInsert, d1 as SubAgentExternalAgentRelationApiSelect, d3 as SubAgentExternalAgentRelationApiUpdate, al as SubAgentExternalAgentRelationInsert, c$ as SubAgentExternalAgentRelationSelect, d0 as SubAgentExternalAgentRelationUpdate, ap as SubAgentInsert, bP as SubAgentRelationApiInsert, bO as SubAgentRelationApiSelect, bQ as SubAgentRelationApiUpdate, am as SubAgentRelationInsert, bR as SubAgentRelationQuery, bN as SubAgentRelationSelect, an as SubAgentRelationUpdate, N as SubAgentScopeConfig, ar as SubAgentSelect, d7 as SubAgentTeamAgentRelationApiInsert, d6 as SubAgentTeamAgentRelationApiSelect, d8 as SubAgentTeamAgentRelationApiUpdate, as as SubAgentTeamAgentRelationInsert, d4 as SubAgentTeamAgentRelationSelect, d5 as SubAgentTeamAgentRelationUpdate, cZ as SubAgentToolRelationApiInsert, cY as SubAgentToolRelationApiSelect, c_ as SubAgentToolRelationApiUpdate, cX as SubAgentToolRelationInsert, cW as SubAgentToolRelationSelect, ao as SubAgentToolRelationUpdate, aq as SubAgentUpdate, dn as SummaryEvent, dE as TOOL_STATUS_VALUES, aY as Task, bZ as TaskApiInsert, bY as TaskApiSelect, b_ as TaskApiUpdate, bJ as TaskArtifact, a_ as TaskArtifactUpdateEvent, be as TaskIdParams, at as TaskInsert, T as TaskMetadataConfig, b5 as TaskNotCancelableError, b4 as TaskNotFoundError, bd as TaskPushNotificationConfig, bf as TaskQueryParams, c3 as TaskRelationApiInsert, c2 as TaskRelationApiSelect, c4 as TaskRelationApiUpdate, c0 as TaskRelationInsert, b$ as TaskRelationSelect, c1 as TaskRelationUpdate, bt as TaskResubscriptionRequest, au as TaskSelect, aG as TaskState, aX as TaskStatus, aZ as TaskStatusUpdateEvent, bX as TaskUpdate, aA as TextPart, c6 as ToolApiInsert, c5 as ToolApiSelect, c7 as ToolApiUpdate, di as ToolDefinition, aw as ToolInsert, m as ToolMcpConfig, Z as ToolSelect, n as ToolServerCapabilities, ax as ToolUpdate, b7 as UnsupportedOperationError, dF as VALID_RELATION_TYPES } from '../utility-
|
|
1
|
+
import { h as CredentialStoreType } from '../utility-C5D70uSj.js';
|
|
2
|
+
export { ba as A2AError, bG as A2ARequest, bH as A2AResponse, aL as APIKeySecurityScheme, bV as AgentApiInsert, bU as AgentApiSelect, bW as AgentApiUpdate, aH as AgentCapabilities, aV as AgentCard, dx as AgentConversationHistoryConfig, y as AgentInsert, aI as AgentProvider, w as AgentScopeConfig, B as AgentSelect, aJ as AgentSkill, z as AgentUpdate, cP as AllAgentSelect, cT as ApiKeyApiCreationResponse, cR as ApiKeyApiInsert, cQ as ApiKeyApiSelect, cS as ApiKeyApiUpdate, I as ApiKeyCreateResult, E as ApiKeyInsert, D as ApiKeySelect, G as ApiKeyUpdate, a9 as Artifact, cE as ArtifactComponentApiInsert, cD as ArtifactComponentApiSelect, cF as ArtifactComponentApiUpdate, K as ArtifactComponentInsert, J as ArtifactComponentSelect, L as ArtifactComponentUpdate, aO as AuthorizationCodeOAuthFlow, dg as CanDelegateToExternalAgent, df as CanUseItem, bq as CancelTaskRequest, bB as CancelTaskResponse, bA as CancelTaskSuccessResponse, aP as ClientCredentialsOAuthFlow, b8 as ContentTypeNotSupportedError, cs as ContextCacheApiInsert, cr as ContextCacheApiSelect, ct as ContextCacheApiUpdate, dy as ContextCacheEntry, Q as ContextCacheInsert, O as ContextCacheSelect, cq as ContextCacheUpdate, cm as ContextConfigApiInsert, cl as ContextConfigApiSelect, cn as ContextConfigApiUpdate, R as ContextConfigInsert, s as ContextConfigSelect, U as ContextConfigUpdate, l as ContextFetchDefinition, cf as ConversationApiInsert, ce as ConversationApiSelect, cg as ConversationApiUpdate, C as ConversationHistoryConfig, W as ConversationInsert, o as ConversationMetadata, dw as ConversationScopeOptions, V as ConversationSelect, X as ConversationUpdate, H as CreateApiKeyParams, r as CredentialReferenceApiInsert, cU as CredentialReferenceApiSelect, cV as CredentialReferenceApiUpdate, $ as CredentialReferenceInsert, Y as CredentialReferenceSelect, a0 as CredentialReferenceUpdate, cv as DataComponentApiInsert, cu as DataComponentApiSelect, cw as DataComponentApiUpdate, a2 as DataComponentInsert, a1 as DataComponentSelect, a3 as DataComponentUpdate, aF as DataPart, ay as ExecutionContext, cN as ExternalAgentApiInsert, cM as ExternalAgentApiSelect, cO as ExternalAgentApiUpdate, a4 as ExternalAgentInsert, _ as ExternalAgentSelect, a5 as ExternalAgentUpdate, bT as ExternalSubAgentRelationApiInsert, bS as ExternalSubAgentRelationInsert, cp as FetchConfig, co as FetchDefinition, aB as FileBase, aE as FilePart, aC as FileWithBytes, aD as FileWithUri, de as FullAgentAgentInsert, v as FullAgentDefinition, ae as FullProjectDefinition, a6 as FunctionApiInsert, cb as FunctionApiSelect, cc as FunctionApiUpdate, c9 as FunctionInsert, c8 as FunctionSelect, a7 as FunctionToolApiInsert, cd as FunctionToolApiSelect, a8 as FunctionToolApiUpdate, ca as FunctionUpdate, bs as GetTaskPushNotificationConfigRequest, bF as GetTaskPushNotificationConfigResponse, bE as GetTaskPushNotificationConfigSuccessResponse, bp as GetTaskRequest, bz as GetTaskResponse, by as GetTaskSuccessResponse, aM as HTTPAuthSecurityScheme, aQ as ImplicitOAuthFlow, b3 as InternalError, b9 as InvalidAgentResponseError, b2 as InvalidParamsError, b0 as InvalidRequestError, a$ as JSONParseError, bk as JSONRPCError, bm as JSONRPCErrorResponse, bi as JSONRPCMessage, bj as JSONRPCRequest, bl as JSONRPCResult, dc as LedgerArtifactApiInsert, db as LedgerArtifactApiSelect, dd as LedgerArtifactApiUpdate, d9 as LedgerArtifactInsert, aa as LedgerArtifactSelect, da as LedgerArtifactUpdate, dG as MCPServerType, t as MCPToolConfig, i as MCPTransportType, dz as McpAuthType, dA as McpServerAuth, dC as McpServerCapabilities, av as McpTool, dD as McpToolDefinition, dB as McpTransportConfig, aW as Message, cj as MessageApiInsert, ci as MessageApiSelect, ck as MessageApiUpdate, p as MessageContent, ac as MessageInsert, q as MessageMetadata, dr as MessageMode, bI as MessagePart, dq as MessageRole, ch as MessageSelect, bg as MessageSendConfiguration, bh as MessageSendParams, dp as MessageType, ad as MessageUpdate, ab as MessageVisibility, b1 as MethodNotFoundError, ds as Models, aS as OAuth2SecurityScheme, aN as OAuthFlows, aT as OpenIdConnectSecurityScheme, dm as Pagination, x as PaginationConfig, ah as PaginationResult, P as Part, az as PartBase, aR as PasswordOAuthFlow, dk as ProjectApiInsert, dj as ProjectApiSelect, dl as ProjectApiUpdate, af as ProjectInfo, aj as ProjectInsert, dt as ProjectModels, ai as ProjectResourceCounts, u as ProjectScopeConfig, ag as ProjectSelect, ak as ProjectUpdate, bb as PushNotificationAuthenticationInfo, bc as PushNotificationConfig, b6 as PushNotificationNotSupportedError, aU as SecurityScheme, aK as SecuritySchemeBase, bn as SendMessageRequest, bv as SendMessageResponse, bu as SendMessageSuccessResponse, bo as SendStreamingMessageRequest, bx as SendStreamingMessageResponse, bw as SendStreamingMessageSuccessResponse, br as SetTaskPushNotificationConfigRequest, bD as SetTaskPushNotificationConfigResponse, bC as SetTaskPushNotificationConfigSuccessResponse, dv as StatusComponent, du as StatusUpdateSettings, bL as SubAgentApiInsert, bK as SubAgentApiSelect, bM as SubAgentApiUpdate, cK as SubAgentArtifactComponentApiInsert, cJ as SubAgentArtifactComponentApiSelect, cL as SubAgentArtifactComponentApiUpdate, cH as SubAgentArtifactComponentInsert, cG as SubAgentArtifactComponentSelect, cI as SubAgentArtifactComponentUpdate, cB as SubAgentDataComponentApiInsert, cA as SubAgentDataComponentApiSelect, cC as SubAgentDataComponentApiUpdate, cy as SubAgentDataComponentInsert, cx as SubAgentDataComponentSelect, cz as SubAgentDataComponentUpdate, dh as SubAgentDefinition, d2 as SubAgentExternalAgentRelationApiInsert, d1 as SubAgentExternalAgentRelationApiSelect, d3 as SubAgentExternalAgentRelationApiUpdate, al as SubAgentExternalAgentRelationInsert, c$ as SubAgentExternalAgentRelationSelect, d0 as SubAgentExternalAgentRelationUpdate, ap as SubAgentInsert, bP as SubAgentRelationApiInsert, bO as SubAgentRelationApiSelect, bQ as SubAgentRelationApiUpdate, am as SubAgentRelationInsert, bR as SubAgentRelationQuery, bN as SubAgentRelationSelect, an as SubAgentRelationUpdate, N as SubAgentScopeConfig, ar as SubAgentSelect, d7 as SubAgentTeamAgentRelationApiInsert, d6 as SubAgentTeamAgentRelationApiSelect, d8 as SubAgentTeamAgentRelationApiUpdate, as as SubAgentTeamAgentRelationInsert, d4 as SubAgentTeamAgentRelationSelect, d5 as SubAgentTeamAgentRelationUpdate, cZ as SubAgentToolRelationApiInsert, cY as SubAgentToolRelationApiSelect, c_ as SubAgentToolRelationApiUpdate, cX as SubAgentToolRelationInsert, cW as SubAgentToolRelationSelect, ao as SubAgentToolRelationUpdate, aq as SubAgentUpdate, dn as SummaryEvent, dE as TOOL_STATUS_VALUES, aY as Task, bZ as TaskApiInsert, bY as TaskApiSelect, b_ as TaskApiUpdate, bJ as TaskArtifact, a_ as TaskArtifactUpdateEvent, be as TaskIdParams, at as TaskInsert, T as TaskMetadataConfig, b5 as TaskNotCancelableError, b4 as TaskNotFoundError, bd as TaskPushNotificationConfig, bf as TaskQueryParams, c3 as TaskRelationApiInsert, c2 as TaskRelationApiSelect, c4 as TaskRelationApiUpdate, c0 as TaskRelationInsert, b$ as TaskRelationSelect, c1 as TaskRelationUpdate, bt as TaskResubscriptionRequest, au as TaskSelect, aG as TaskState, aX as TaskStatus, aZ as TaskStatusUpdateEvent, bX as TaskUpdate, aA as TextPart, c6 as ToolApiInsert, c5 as ToolApiSelect, c7 as ToolApiUpdate, di as ToolDefinition, aw as ToolInsert, m as ToolMcpConfig, Z as ToolSelect, n as ToolServerCapabilities, ax as ToolUpdate, b7 as UnsupportedOperationError, dF as VALID_RELATION_TYPES } from '../utility-C5D70uSj.js';
|
|
3
3
|
import { Context } from 'hono';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'drizzle-zod';
|
|
@@ -25,7 +25,7 @@ interface CredentialStore {
|
|
|
25
25
|
/**
|
|
26
26
|
* Set a credential
|
|
27
27
|
*/
|
|
28
|
-
set(key: string, value: string): Promise<void>;
|
|
28
|
+
set(key: string, value: string, metadata?: Record<string, string>): Promise<void>;
|
|
29
29
|
/**
|
|
30
30
|
* Check if a credential exists
|
|
31
31
|
*/
|
|
@@ -4293,14 +4293,14 @@ declare const DataComponentSelectSchema: drizzle_zod.BuildSchema<"select", {
|
|
|
4293
4293
|
}, {}, {
|
|
4294
4294
|
$type: Record<string, unknown>;
|
|
4295
4295
|
}>;
|
|
4296
|
-
|
|
4297
|
-
name: "
|
|
4296
|
+
render: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
4297
|
+
name: "render";
|
|
4298
4298
|
tableName: "data_components";
|
|
4299
4299
|
dataType: "json";
|
|
4300
4300
|
columnType: "SQLiteBlobJson";
|
|
4301
4301
|
data: {
|
|
4302
|
-
|
|
4303
|
-
|
|
4302
|
+
component: string;
|
|
4303
|
+
mockData: Record<string, unknown>;
|
|
4304
4304
|
};
|
|
4305
4305
|
driverParam: Buffer<ArrayBufferLike>;
|
|
4306
4306
|
notNull: false;
|
|
@@ -4314,8 +4314,8 @@ declare const DataComponentSelectSchema: drizzle_zod.BuildSchema<"select", {
|
|
|
4314
4314
|
generated: undefined;
|
|
4315
4315
|
}, {}, {
|
|
4316
4316
|
$type: {
|
|
4317
|
-
|
|
4318
|
-
|
|
4317
|
+
component: string;
|
|
4318
|
+
mockData: Record<string, unknown>;
|
|
4319
4319
|
};
|
|
4320
4320
|
}>;
|
|
4321
4321
|
name: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
@@ -4418,18 +4418,18 @@ declare const DataComponentInsertSchema: z.ZodObject<{
|
|
|
4418
4418
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
4419
4419
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
4420
4420
|
props: z.ZodOptional<z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>>;
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
|
|
4421
|
+
render: z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
4422
|
+
component: string;
|
|
4423
|
+
mockData: Record<string, unknown>;
|
|
4424
4424
|
}, {
|
|
4425
|
-
|
|
4426
|
-
|
|
4425
|
+
component: string;
|
|
4426
|
+
mockData: Record<string, unknown>;
|
|
4427
4427
|
}, z.core.$ZodTypeInternals<{
|
|
4428
|
-
|
|
4429
|
-
|
|
4428
|
+
component: string;
|
|
4429
|
+
mockData: Record<string, unknown>;
|
|
4430
4430
|
}, {
|
|
4431
|
-
|
|
4432
|
-
|
|
4431
|
+
component: string;
|
|
4432
|
+
mockData: Record<string, unknown>;
|
|
4433
4433
|
}>>>>;
|
|
4434
4434
|
name: z.ZodString;
|
|
4435
4435
|
description: z.ZodString;
|
|
@@ -4447,18 +4447,18 @@ declare const DataComponentBaseSchema: z.ZodObject<{
|
|
|
4447
4447
|
name: z.ZodString;
|
|
4448
4448
|
description: z.ZodString;
|
|
4449
4449
|
props: z.ZodOptional<z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>>;
|
|
4450
|
-
|
|
4451
|
-
|
|
4452
|
-
|
|
4450
|
+
render: z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
4451
|
+
component: string;
|
|
4452
|
+
mockData: Record<string, unknown>;
|
|
4453
4453
|
}, {
|
|
4454
|
-
|
|
4455
|
-
|
|
4454
|
+
component: string;
|
|
4455
|
+
mockData: Record<string, unknown>;
|
|
4456
4456
|
}, z.core.$ZodTypeInternals<{
|
|
4457
|
-
|
|
4458
|
-
|
|
4457
|
+
component: string;
|
|
4458
|
+
mockData: Record<string, unknown>;
|
|
4459
4459
|
}, {
|
|
4460
|
-
|
|
4461
|
-
|
|
4460
|
+
component: string;
|
|
4461
|
+
mockData: Record<string, unknown>;
|
|
4462
4462
|
}>>>>;
|
|
4463
4463
|
}, {
|
|
4464
4464
|
out: {};
|
|
@@ -4468,18 +4468,18 @@ declare const DataComponentUpdateSchema: z.ZodObject<{
|
|
|
4468
4468
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
4469
4469
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
4470
4470
|
props: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>>>;
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4471
|
+
render: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
4472
|
+
component: string;
|
|
4473
|
+
mockData: Record<string, unknown>;
|
|
4474
4474
|
}, {
|
|
4475
|
-
|
|
4476
|
-
|
|
4475
|
+
component: string;
|
|
4476
|
+
mockData: Record<string, unknown>;
|
|
4477
4477
|
}, z.core.$ZodTypeInternals<{
|
|
4478
|
-
|
|
4479
|
-
|
|
4478
|
+
component: string;
|
|
4479
|
+
mockData: Record<string, unknown>;
|
|
4480
4480
|
}, {
|
|
4481
|
-
|
|
4482
|
-
|
|
4481
|
+
component: string;
|
|
4482
|
+
mockData: Record<string, unknown>;
|
|
4483
4483
|
}>>>>>;
|
|
4484
4484
|
name: z.ZodOptional<z.ZodString>;
|
|
4485
4485
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -4497,18 +4497,18 @@ declare const DataComponentApiSelectSchema: z.ZodObject<{
|
|
|
4497
4497
|
createdAt: z.ZodString;
|
|
4498
4498
|
updatedAt: z.ZodString;
|
|
4499
4499
|
props: z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4500
|
+
render: z.ZodNullable<z.ZodType<{
|
|
4501
|
+
component: string;
|
|
4502
|
+
mockData: Record<string, unknown>;
|
|
4503
4503
|
}, {
|
|
4504
|
-
|
|
4505
|
-
|
|
4504
|
+
component: string;
|
|
4505
|
+
mockData: Record<string, unknown>;
|
|
4506
4506
|
}, z.core.$ZodTypeInternals<{
|
|
4507
|
-
|
|
4508
|
-
|
|
4507
|
+
component: string;
|
|
4508
|
+
mockData: Record<string, unknown>;
|
|
4509
4509
|
}, {
|
|
4510
|
-
|
|
4511
|
-
|
|
4510
|
+
component: string;
|
|
4511
|
+
mockData: Record<string, unknown>;
|
|
4512
4512
|
}>>>;
|
|
4513
4513
|
}, z.core.$strip>;
|
|
4514
4514
|
declare const DataComponentApiInsertSchema: z.ZodObject<{
|
|
@@ -4518,18 +4518,18 @@ declare const DataComponentApiInsertSchema: z.ZodObject<{
|
|
|
4518
4518
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
4519
4519
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
4520
4520
|
props: z.ZodOptional<z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>>;
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4521
|
+
render: z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
4522
|
+
component: string;
|
|
4523
|
+
mockData: Record<string, unknown>;
|
|
4524
4524
|
}, {
|
|
4525
|
-
|
|
4526
|
-
|
|
4525
|
+
component: string;
|
|
4526
|
+
mockData: Record<string, unknown>;
|
|
4527
4527
|
}, z.core.$ZodTypeInternals<{
|
|
4528
|
-
|
|
4529
|
-
|
|
4528
|
+
component: string;
|
|
4529
|
+
mockData: Record<string, unknown>;
|
|
4530
4530
|
}, {
|
|
4531
|
-
|
|
4532
|
-
|
|
4531
|
+
component: string;
|
|
4532
|
+
mockData: Record<string, unknown>;
|
|
4533
4533
|
}>>>>;
|
|
4534
4534
|
}, z.core.$strip>;
|
|
4535
4535
|
declare const DataComponentApiUpdateSchema: z.ZodObject<{
|
|
@@ -4539,18 +4539,18 @@ declare const DataComponentApiUpdateSchema: z.ZodObject<{
|
|
|
4539
4539
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
4540
4540
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
4541
4541
|
props: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>>>>;
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
|
|
4542
|
+
render: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
4543
|
+
component: string;
|
|
4544
|
+
mockData: Record<string, unknown>;
|
|
4545
4545
|
}, {
|
|
4546
|
-
|
|
4547
|
-
|
|
4546
|
+
component: string;
|
|
4547
|
+
mockData: Record<string, unknown>;
|
|
4548
4548
|
}, z.core.$ZodTypeInternals<{
|
|
4549
|
-
|
|
4550
|
-
|
|
4549
|
+
component: string;
|
|
4550
|
+
mockData: Record<string, unknown>;
|
|
4551
4551
|
}, {
|
|
4552
|
-
|
|
4553
|
-
|
|
4552
|
+
component: string;
|
|
4553
|
+
mockData: Record<string, unknown>;
|
|
4554
4554
|
}>>>>>>;
|
|
4555
4555
|
}, z.core.$strip>;
|
|
4556
4556
|
declare const SubAgentDataComponentSelectSchema: drizzle_zod.BuildSchema<"select", {
|
|
@@ -5703,6 +5703,7 @@ declare const CredentialReferenceSelectSchema: z.ZodObject<{
|
|
|
5703
5703
|
id: z.ZodString;
|
|
5704
5704
|
tenantId: z.ZodString;
|
|
5705
5705
|
projectId: z.ZodString;
|
|
5706
|
+
name: z.ZodString;
|
|
5706
5707
|
type: z.ZodString;
|
|
5707
5708
|
credentialStoreId: z.ZodString;
|
|
5708
5709
|
retrievalParams: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -5712,6 +5713,7 @@ declare const CredentialReferenceSelectSchema: z.ZodObject<{
|
|
|
5712
5713
|
declare const CredentialReferenceInsertSchema: z.ZodObject<{
|
|
5713
5714
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
5714
5715
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
5716
|
+
name: z.ZodString;
|
|
5715
5717
|
projectId: z.ZodString;
|
|
5716
5718
|
tenantId: z.ZodString;
|
|
5717
5719
|
id: z.ZodString;
|
|
@@ -5725,6 +5727,7 @@ declare const CredentialReferenceInsertSchema: z.ZodObject<{
|
|
|
5725
5727
|
declare const CredentialReferenceUpdateSchema: z.ZodObject<{
|
|
5726
5728
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
5727
5729
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
5730
|
+
name: z.ZodOptional<z.ZodString>;
|
|
5728
5731
|
projectId: z.ZodOptional<z.ZodString>;
|
|
5729
5732
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
5730
5733
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -5737,6 +5740,7 @@ declare const CredentialReferenceUpdateSchema: z.ZodObject<{
|
|
|
5737
5740
|
}>;
|
|
5738
5741
|
declare const CredentialReferenceApiSelectSchema: z.ZodObject<{
|
|
5739
5742
|
id: z.ZodString;
|
|
5743
|
+
name: z.ZodString;
|
|
5740
5744
|
createdAt: z.ZodString;
|
|
5741
5745
|
updatedAt: z.ZodString;
|
|
5742
5746
|
credentialStoreId: z.ZodString;
|
|
@@ -6018,6 +6022,7 @@ declare const CredentialReferenceApiSelectSchema: z.ZodObject<{
|
|
|
6018
6022
|
}, z.core.$strip>;
|
|
6019
6023
|
declare const CredentialReferenceApiInsertSchema: z.ZodObject<{
|
|
6020
6024
|
id: z.ZodString;
|
|
6025
|
+
name: z.ZodString;
|
|
6021
6026
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
6022
6027
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
6023
6028
|
credentialStoreId: z.ZodString;
|
|
@@ -6030,6 +6035,7 @@ declare const CredentialReferenceApiInsertSchema: z.ZodObject<{
|
|
|
6030
6035
|
}, z.core.$strip>;
|
|
6031
6036
|
declare const CredentialReferenceApiUpdateSchema: z.ZodObject<{
|
|
6032
6037
|
id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
6038
|
+
name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
6033
6039
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
6034
6040
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
6035
6041
|
credentialStoreId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
@@ -6123,6 +6129,7 @@ declare const MCPToolConfigSchema: z.ZodObject<{
|
|
|
6123
6129
|
}, z.core.$strip>>;
|
|
6124
6130
|
credential: z.ZodOptional<z.ZodObject<{
|
|
6125
6131
|
id: z.ZodString;
|
|
6132
|
+
name: z.ZodString;
|
|
6126
6133
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
6127
6134
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
6128
6135
|
credentialStoreId: z.ZodString;
|
|
@@ -6730,6 +6737,7 @@ declare const FetchDefinitionSchema: z.ZodObject<{
|
|
|
6730
6737
|
defaultValue: z.ZodOptional<z.ZodAny>;
|
|
6731
6738
|
credential: z.ZodOptional<z.ZodObject<{
|
|
6732
6739
|
id: z.ZodString;
|
|
6740
|
+
name: z.ZodString;
|
|
6733
6741
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
6734
6742
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
6735
6743
|
credentialStoreId: z.ZodString;
|
|
@@ -9133,18 +9141,18 @@ declare const FullProjectDefinitionSchema: z.ZodObject<{
|
|
|
9133
9141
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
9134
9142
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
9135
9143
|
props: z.ZodOptional<z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>>;
|
|
9136
|
-
|
|
9137
|
-
|
|
9138
|
-
|
|
9144
|
+
render: z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
9145
|
+
component: string;
|
|
9146
|
+
mockData: Record<string, unknown>;
|
|
9139
9147
|
}, {
|
|
9140
|
-
|
|
9141
|
-
|
|
9148
|
+
component: string;
|
|
9149
|
+
mockData: Record<string, unknown>;
|
|
9142
9150
|
}, z.core.$ZodTypeInternals<{
|
|
9143
|
-
|
|
9144
|
-
|
|
9151
|
+
component: string;
|
|
9152
|
+
mockData: Record<string, unknown>;
|
|
9145
9153
|
}, {
|
|
9146
|
-
|
|
9147
|
-
|
|
9154
|
+
component: string;
|
|
9155
|
+
mockData: Record<string, unknown>;
|
|
9148
9156
|
}>>>>;
|
|
9149
9157
|
}, z.core.$strip>>>;
|
|
9150
9158
|
artifactComponents: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -9182,6 +9190,7 @@ declare const FullProjectDefinitionSchema: z.ZodObject<{
|
|
|
9182
9190
|
}, z.core.$strip>>;
|
|
9183
9191
|
credentialReferences: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
9184
9192
|
id: z.ZodString;
|
|
9193
|
+
name: z.ZodString;
|
|
9185
9194
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
9186
9195
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
9187
9196
|
credentialStoreId: z.ZodString;
|
|
@@ -9546,6 +9555,7 @@ declare const ApiKeyResponse: z.ZodObject<{
|
|
|
9546
9555
|
declare const CredentialReferenceResponse: z.ZodObject<{
|
|
9547
9556
|
data: z.ZodObject<{
|
|
9548
9557
|
id: z.ZodString;
|
|
9558
|
+
name: z.ZodString;
|
|
9549
9559
|
createdAt: z.ZodString;
|
|
9550
9560
|
updatedAt: z.ZodString;
|
|
9551
9561
|
credentialStoreId: z.ZodString;
|
|
@@ -9855,18 +9865,18 @@ declare const DataComponentResponse: z.ZodObject<{
|
|
|
9855
9865
|
createdAt: z.ZodString;
|
|
9856
9866
|
updatedAt: z.ZodString;
|
|
9857
9867
|
props: z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
9858
|
-
|
|
9859
|
-
|
|
9860
|
-
|
|
9868
|
+
render: z.ZodNullable<z.ZodType<{
|
|
9869
|
+
component: string;
|
|
9870
|
+
mockData: Record<string, unknown>;
|
|
9861
9871
|
}, {
|
|
9862
|
-
|
|
9863
|
-
|
|
9872
|
+
component: string;
|
|
9873
|
+
mockData: Record<string, unknown>;
|
|
9864
9874
|
}, z.core.$ZodTypeInternals<{
|
|
9865
|
-
|
|
9866
|
-
|
|
9875
|
+
component: string;
|
|
9876
|
+
mockData: Record<string, unknown>;
|
|
9867
9877
|
}, {
|
|
9868
|
-
|
|
9869
|
-
|
|
9878
|
+
component: string;
|
|
9879
|
+
mockData: Record<string, unknown>;
|
|
9870
9880
|
}>>>;
|
|
9871
9881
|
}, z.core.$strip>;
|
|
9872
9882
|
}, z.core.$strip>;
|
|
@@ -10326,6 +10336,7 @@ declare const ApiKeyListResponse: z.ZodObject<{
|
|
|
10326
10336
|
declare const CredentialReferenceListResponse: z.ZodObject<{
|
|
10327
10337
|
data: z.ZodArray<z.ZodObject<{
|
|
10328
10338
|
id: z.ZodString;
|
|
10339
|
+
name: z.ZodString;
|
|
10329
10340
|
createdAt: z.ZodString;
|
|
10330
10341
|
updatedAt: z.ZodString;
|
|
10331
10342
|
credentialStoreId: z.ZodString;
|
|
@@ -10653,18 +10664,18 @@ declare const DataComponentListResponse: z.ZodObject<{
|
|
|
10653
10664
|
createdAt: z.ZodString;
|
|
10654
10665
|
updatedAt: z.ZodString;
|
|
10655
10666
|
props: z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
10656
|
-
|
|
10657
|
-
|
|
10658
|
-
|
|
10667
|
+
render: z.ZodNullable<z.ZodType<{
|
|
10668
|
+
component: string;
|
|
10669
|
+
mockData: Record<string, unknown>;
|
|
10659
10670
|
}, {
|
|
10660
|
-
|
|
10661
|
-
|
|
10671
|
+
component: string;
|
|
10672
|
+
mockData: Record<string, unknown>;
|
|
10662
10673
|
}, z.core.$ZodTypeInternals<{
|
|
10663
|
-
|
|
10664
|
-
|
|
10674
|
+
component: string;
|
|
10675
|
+
mockData: Record<string, unknown>;
|
|
10665
10676
|
}, {
|
|
10666
|
-
|
|
10667
|
-
|
|
10677
|
+
component: string;
|
|
10678
|
+
mockData: Record<string, unknown>;
|
|
10668
10679
|
}>>>;
|
|
10669
10680
|
}, z.core.$strip>>;
|
|
10670
10681
|
pagination: z.ZodObject<{
|