@n8n/api-types 1.32.2 → 1.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-builder-tool-node-types.d.ts +0 -1
- package/dist/agent-builder-tool-node-types.js +9 -7
- package/dist/agent-builder-tool-node-types.js.map +1 -1
- package/dist/agent-sse.d.ts +42 -0
- package/dist/agents/agent-chat-attachments.constants.d.ts +6 -0
- package/dist/agents/agent-chat-attachments.constants.js +10 -0
- package/dist/agents/agent-chat-attachments.constants.js.map +1 -0
- package/dist/agents/agent-config-lifecycle.d.ts +6 -0
- package/dist/agents/agent-config-lifecycle.js +11 -0
- package/dist/agents/agent-config-lifecycle.js.map +1 -0
- package/dist/agents/agent-config-validation.schema.d.ts +16 -16
- package/dist/agents/agent-config-validation.schema.js +1 -0
- package/dist/agents/agent-config-validation.schema.js.map +1 -1
- package/dist/agents/agent-interaction.schema.js.map +1 -1
- package/dist/agents/agent-json-config.schema.d.ts +471 -140
- package/dist/agents/agent-json-config.schema.js +34 -20
- package/dist/agents/agent-json-config.schema.js.map +1 -1
- package/dist/agents/agent-node-tool-operations.d.ts +1 -0
- package/dist/agents/agent-node-tool-operations.js +8 -0
- package/dist/agents/agent-node-tool-operations.js.map +1 -0
- package/dist/agents/agent-personalisation.d.ts +6 -0
- package/dist/agents/agent-personalisation.js +79 -0
- package/dist/agents/agent-personalisation.js.map +1 -0
- package/dist/agents/agent-task.schema.js +5 -1
- package/dist/agents/agent-task.schema.js.map +1 -1
- package/dist/agents/child-trace.d.ts +5 -0
- package/dist/agents/child-trace.js +67 -0
- package/dist/agents/child-trace.js.map +1 -0
- package/dist/agents/dto.d.ts +125 -0
- package/dist/agents/dto.js +47 -5
- package/dist/agents/dto.js.map +1 -1
- package/dist/agents/index.d.ts +8 -2
- package/dist/agents/index.js +7 -2
- package/dist/agents/index.js.map +1 -1
- package/dist/agents/inline-agent-config.schema.d.ts +18 -58
- package/dist/agents/inline-agent-config.schema.js +2 -2
- package/dist/agents/inline-agent-config.schema.js.map +1 -1
- package/dist/agents/model-providers.d.ts +19 -1
- package/dist/agents/model-providers.js +21 -1
- package/dist/agents/model-providers.js.map +1 -1
- package/dist/agents/provider-capabilities.d.ts +7 -0
- package/dist/agents/provider-capabilities.js +68 -7
- package/dist/agents/provider-capabilities.js.map +1 -1
- package/dist/agents/reasoning.d.ts +2 -0
- package/dist/agents/reasoning.js +5 -0
- package/dist/agents/reasoning.js.map +1 -0
- package/dist/agents/sanitize-agent-json-config.js +2 -2
- package/dist/agents/sanitize-agent-json-config.js.map +1 -1
- package/dist/agents/types.d.ts +26 -2
- package/dist/agents/types.js.map +1 -1
- package/dist/build.tsbuildinfo +1 -1
- package/dist/constants/role-mapping.d.ts +1 -0
- package/dist/constants/role-mapping.js +5 -0
- package/dist/constants/role-mapping.js.map +1 -0
- package/dist/dto/credentials/create-credential.dto.d.ts +2 -0
- package/dist/dto/credentials/create-credential.dto.js +1 -0
- package/dist/dto/credentials/create-credential.dto.js.map +1 -1
- package/dist/dto/index.d.ts +16 -2
- package/dist/dto/index.js +31 -5
- package/dist/dto/index.js.map +1 -1
- package/dist/dto/ldap/ldap-configuration-response.dto.d.ts +2 -0
- package/dist/dto/ldap/ldap-configuration-response.dto.js +3 -0
- package/dist/dto/ldap/ldap-configuration-response.dto.js.map +1 -0
- package/dist/dto/ldap/ldap-configuration.dto.d.ts +47 -0
- package/dist/dto/ldap/ldap-configuration.dto.js +31 -0
- package/dist/dto/ldap/ldap-configuration.dto.js.map +1 -0
- package/dist/dto/ldap/ldap-sync.dto.d.ts +9 -0
- package/dist/dto/ldap/ldap-sync.dto.js +9 -0
- package/dist/dto/ldap/ldap-sync.dto.js.map +1 -0
- package/dist/dto/oidc/config.dto.d.ts +35 -0
- package/dist/dto/oidc/config.dto.js +11 -1
- package/dist/dto/oidc/config.dto.js.map +1 -1
- package/dist/dto/otel/{test-otel-connection.dto.d.ts → test-otel-trace.dto.d.ts} +2 -2
- package/dist/dto/otel/{test-otel-connection.dto.js → test-otel-trace.dto.js} +4 -4
- package/dist/dto/otel/test-otel-trace.dto.js.map +1 -0
- package/dist/dto/packages/export-package-request.dto.d.ts +2 -0
- package/dist/dto/packages/export-package-request.dto.js +1 -0
- package/dist/dto/packages/export-package-request.dto.js.map +1 -1
- package/dist/dto/packages/import-package-request.dto.d.ts +20 -10
- package/dist/dto/packages/import-package-request.dto.js +21 -21
- package/dist/dto/packages/import-package-request.dto.js.map +1 -1
- package/dist/dto/provisioning/config.dto.d.ts +4 -0
- package/dist/dto/provisioning/config.dto.js +2 -0
- package/dist/dto/provisioning/config.dto.js.map +1 -1
- package/dist/dto/roles/role-delete-query.dto.d.ts +9 -0
- package/dist/dto/roles/role-delete-query.dto.js +11 -0
- package/dist/dto/roles/role-delete-query.dto.js.map +1 -0
- package/dist/dto/source-control/push-work-folder-request.dto.d.ts +22 -0
- package/dist/dto/workflow-history/list-workflow-history-query.dto.d.ts +13 -0
- package/dist/dto/workflow-history/list-workflow-history-query.dto.js +13 -0
- package/dist/dto/workflow-history/list-workflow-history-query.dto.js.map +1 -0
- package/dist/dto/workflow-history/workflow-history-list-item.dto.d.ts +51 -0
- package/dist/dto/workflow-history/workflow-history-list-item.dto.js +19 -0
- package/dist/dto/workflow-history/workflow-history-list-item.dto.js.map +1 -0
- package/dist/dto/workflow-history/workflow-version-history-public.dto.d.ts +70 -0
- package/dist/dto/workflow-history/workflow-version-history-public.dto.js +16 -0
- package/dist/dto/workflow-history/workflow-version-history-public.dto.js.map +1 -0
- package/dist/dto/workflow-reviews/create-workflow-review-request.dto.d.ts +27 -0
- package/dist/dto/workflow-reviews/create-workflow-review-request.dto.js +20 -0
- package/dist/dto/workflow-reviews/create-workflow-review-request.dto.js.map +1 -0
- package/dist/dto/workflow-reviews/decide-workflow-review-request.dto.d.ts +8 -0
- package/dist/dto/workflow-reviews/decide-workflow-review-request.dto.js +11 -0
- package/dist/dto/workflow-reviews/decide-workflow-review-request.dto.js.map +1 -0
- package/dist/dto/workflow-reviews/get-eligible-reviewers-query.dto.d.ts +8 -0
- package/dist/dto/workflow-reviews/get-eligible-reviewers-query.dto.js +11 -0
- package/dist/dto/workflow-reviews/get-eligible-reviewers-query.dto.js.map +1 -0
- package/dist/dto/workflow-reviews/get-workflow-review-request-detail.dto.d.ts +21 -0
- package/dist/dto/workflow-reviews/get-workflow-review-request-detail.dto.js +3 -0
- package/dist/dto/workflow-reviews/get-workflow-review-request-detail.dto.js.map +1 -0
- package/dist/dto/workflow-reviews/list-workflow-review-inbox.dto.d.ts +31 -0
- package/dist/dto/workflow-reviews/list-workflow-review-inbox.dto.js +14 -0
- package/dist/dto/workflow-reviews/list-workflow-review-inbox.dto.js.map +1 -0
- package/dist/dto/workflow-reviews/list-workflow-review-requests-query.dto.d.ts +25 -0
- package/dist/dto/workflow-reviews/list-workflow-review-requests-query.dto.js +15 -0
- package/dist/dto/workflow-reviews/list-workflow-review-requests-query.dto.js.map +1 -0
- package/dist/dto/workflow-reviews/update-workflow-review-request-version.dto.d.ts +10 -0
- package/dist/dto/workflow-reviews/update-workflow-review-request-version.dto.js +12 -0
- package/dist/dto/workflow-reviews/update-workflow-review-request-version.dto.js.map +1 -0
- package/dist/frontend-settings.d.ts +3 -0
- package/dist/index.d.ts +13 -6
- package/dist/index.js +41 -6
- package/dist/index.js.map +1 -1
- package/dist/push/index.d.ts +2 -1
- package/dist/push/workflow-review.d.ts +7 -0
- package/dist/push/workflow-review.js +3 -0
- package/dist/push/workflow-review.js.map +1 -0
- package/dist/schemas/agent-evals.schema.d.ts +343 -0
- package/dist/schemas/agent-evals.schema.js +84 -0
- package/dist/schemas/agent-evals.schema.js.map +1 -0
- package/dist/schemas/agent-run-reducer.js +1 -1
- package/dist/schemas/agent-run-reducer.js.map +1 -1
- package/dist/schemas/breaking-changes.schema.d.ts +57 -0
- package/dist/schemas/breaking-changes.schema.js +9 -0
- package/dist/schemas/breaking-changes.schema.js.map +1 -1
- package/dist/schemas/eval-collections.schema.d.ts +10 -1
- package/dist/schemas/eval-collections.schema.js +58 -4
- package/dist/schemas/eval-collections.schema.js.map +1 -1
- package/dist/schemas/eval-insights.schema.js +14 -10
- package/dist/schemas/eval-insights.schema.js.map +1 -1
- package/dist/schemas/id.schema.d.ts +2 -0
- package/dist/schemas/id.schema.js +6 -0
- package/dist/schemas/id.schema.js.map +1 -0
- package/dist/schemas/instance-ai.schema.d.ts +136 -9
- package/dist/schemas/instance-ai.schema.js +46 -12
- package/dist/schemas/instance-ai.schema.js.map +1 -1
- package/dist/schemas/mcp.schema.d.ts +3 -1
- package/dist/schemas/mcp.schema.js +4 -1
- package/dist/schemas/mcp.schema.js.map +1 -1
- package/dist/schemas/source-controlled-file.schema.d.ts +18 -0
- package/dist/schemas/source-controlled-file.schema.js +2 -0
- package/dist/schemas/source-controlled-file.schema.js.map +1 -1
- package/dist/schemas/user.schema.d.ts +100 -0
- package/dist/schemas/user.schema.js +2 -0
- package/dist/schemas/user.schema.js.map +1 -1
- package/dist/workflow-publish-blocked-details.d.ts +14 -0
- package/dist/workflow-publish-blocked-details.js +15 -0
- package/dist/workflow-publish-blocked-details.js.map +1 -0
- package/dist/workflow-review-eligible-reviewer.d.ts +10 -0
- package/dist/workflow-review-eligible-reviewer.js +3 -0
- package/dist/workflow-review-eligible-reviewer.js.map +1 -0
- package/dist/workflow-review-request-summary.d.ts +23 -0
- package/dist/workflow-review-request-summary.js +11 -0
- package/dist/workflow-review-request-summary.js.map +1 -0
- package/package.json +6 -6
- package/dist/dto/otel/test-otel-connection.dto.js.map +0 -1
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { WorkflowReviewEligibleReviewer } from '../../workflow-review-eligible-reviewer';
|
|
2
|
+
import { type WorkflowReviewRequestSummary } from '../../workflow-review-request-summary';
|
|
3
|
+
declare const ListWorkflowReviewRequestsQueryDto_base: import("../../zod-class").ZodClass<{
|
|
4
|
+
skip: number;
|
|
5
|
+
take: number;
|
|
6
|
+
workflowId: string;
|
|
7
|
+
state?: "closed" | "open" | undefined;
|
|
8
|
+
}, {
|
|
9
|
+
skip: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, number, string | undefined>, number, string | undefined>, number, string | undefined>;
|
|
10
|
+
take: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, number, string | undefined>, number, string | undefined>, number, string | undefined>, number, string | undefined>;
|
|
11
|
+
workflowId: import("zod").ZodString;
|
|
12
|
+
state: import("zod").ZodOptional<import("zod").ZodEnum<["open", "closed"]>>;
|
|
13
|
+
}>;
|
|
14
|
+
export declare class ListWorkflowReviewRequestsQueryDto extends ListWorkflowReviewRequestsQueryDto_base {
|
|
15
|
+
}
|
|
16
|
+
export type WorkflowReviewApprovedPublicationState = 'published' | 'superseded' | 'not_published' | 'unknown';
|
|
17
|
+
export interface WorkflowReviewRequestForWorkflow extends WorkflowReviewRequestSummary {
|
|
18
|
+
decisionBy: WorkflowReviewEligibleReviewer | null;
|
|
19
|
+
approvedVersionPublicationState: WorkflowReviewApprovedPublicationState | null;
|
|
20
|
+
}
|
|
21
|
+
export interface WorkflowReviewRequestList {
|
|
22
|
+
count: number;
|
|
23
|
+
data: WorkflowReviewRequestForWorkflow[];
|
|
24
|
+
}
|
|
25
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListWorkflowReviewRequestsQueryDto = void 0;
|
|
4
|
+
const id_schema_1 = require("../../schemas/id.schema");
|
|
5
|
+
const workflow_review_request_summary_1 = require("../../workflow-review-request-summary");
|
|
6
|
+
const zod_class_1 = require("../../zod-class");
|
|
7
|
+
const pagination_dto_1 = require("../pagination/pagination.dto");
|
|
8
|
+
class ListWorkflowReviewRequestsQueryDto extends zod_class_1.Z.class({
|
|
9
|
+
...pagination_dto_1.paginationSchema,
|
|
10
|
+
workflowId: id_schema_1.n8nIdSchema,
|
|
11
|
+
state: workflow_review_request_summary_1.workflowReviewRequestStateSchema.optional(),
|
|
12
|
+
}) {
|
|
13
|
+
}
|
|
14
|
+
exports.ListWorkflowReviewRequestsQueryDto = ListWorkflowReviewRequestsQueryDto;
|
|
15
|
+
//# sourceMappingURL=list-workflow-review-requests-query.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-workflow-review-requests-query.dto.js","sourceRoot":"","sources":["../../../src/dto/workflow-reviews/list-workflow-review-requests-query.dto.ts"],"names":[],"mappings":";;;AAAA,uDAAsD;AAEtD,2FAG+C;AAC/C,+CAAoC;AACpC,iEAAgE;AAEhE,wCAAgD,SAAQ,aAAC,CAAC,KAAK,CAAC;IAC/D,GAAG,iCAAgB;IAEnB,UAAU,EAAE,uBAAW;IACvB,KAAK,EAAE,kEAAgC,CAAC,QAAQ,EAAE;CAClD,CAAC;CAAG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const UpdateWorkflowReviewRequestVersionDto_base: import("../../zod-class").ZodClass<{
|
|
2
|
+
workflowId: string;
|
|
3
|
+
workflowVersionId: string;
|
|
4
|
+
}, {
|
|
5
|
+
workflowId: import("zod").ZodString;
|
|
6
|
+
workflowVersionId: import("zod").ZodString;
|
|
7
|
+
}>;
|
|
8
|
+
export declare class UpdateWorkflowReviewRequestVersionDto extends UpdateWorkflowReviewRequestVersionDto_base {
|
|
9
|
+
}
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateWorkflowReviewRequestVersionDto = void 0;
|
|
4
|
+
const id_schema_1 = require("../../schemas/id.schema");
|
|
5
|
+
const zod_class_1 = require("../../zod-class");
|
|
6
|
+
class UpdateWorkflowReviewRequestVersionDto extends zod_class_1.Z.class({
|
|
7
|
+
workflowId: id_schema_1.n8nIdSchema,
|
|
8
|
+
workflowVersionId: id_schema_1.n8nIdSchema,
|
|
9
|
+
}) {
|
|
10
|
+
}
|
|
11
|
+
exports.UpdateWorkflowReviewRequestVersionDto = UpdateWorkflowReviewRequestVersionDto;
|
|
12
|
+
//# sourceMappingURL=update-workflow-review-request-version.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-workflow-review-request-version.dto.js","sourceRoot":"","sources":["../../../src/dto/workflow-reviews/update-workflow-review-request-version.dto.ts"],"names":[],"mappings":";;;AAAA,uDAAsD;AACtD,+CAAoC;AAEpC,2CAAmD,SAAQ,aAAC,CAAC,KAAK,CAAC;IAClE,UAAU,EAAE,uBAAW;IACvB,iBAAiB,EAAE,uBAAW;CAC9B,CAAC;CAAG"}
|
|
@@ -244,6 +244,7 @@ export interface FrontendSettings {
|
|
|
244
244
|
};
|
|
245
245
|
security: {
|
|
246
246
|
blockFileAccessToN8nFiles: boolean;
|
|
247
|
+
postMessageAllowedOrigins: string[];
|
|
247
248
|
};
|
|
248
249
|
chatTrigger?: {
|
|
249
250
|
disablePublicChat: boolean;
|
|
@@ -252,6 +253,8 @@ export interface FrontendSettings {
|
|
|
252
253
|
evaluation: {
|
|
253
254
|
quota: number;
|
|
254
255
|
collectionsEnabled: boolean;
|
|
256
|
+
configEvalsEnabled: boolean;
|
|
257
|
+
agentEvalsEnabled: boolean;
|
|
255
258
|
};
|
|
256
259
|
activeModules: string[];
|
|
257
260
|
canvasOnly: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -13,6 +13,9 @@ export * from './instance-registry-types';
|
|
|
13
13
|
export * from './redaction-enforcement';
|
|
14
14
|
export * from './redaction-enforcement-floor';
|
|
15
15
|
export * from './workflow-reviews-policy';
|
|
16
|
+
export type * from './workflow-review-eligible-reviewer';
|
|
17
|
+
export * from './workflow-review-request-summary';
|
|
18
|
+
export * from './workflow-publish-blocked-details';
|
|
16
19
|
export { chatHubConversationModelSchema, type ChatModelDto, type ChatModelMetadataDto, type ChatHubOpenAIModel, type ChatHubAnthropicModel, type ChatHubGoogleModel, type ChatHubBaseLLMModel, type ChatHubN8nModel, type ChatHubCustomAgentModel, type ChatHubConversationModel, type ChatHubModuleSettings, chatHubProviderSchema, chatHubLLMProviderSchema, chatHubSessionTypeSchema, type ChatHubProvider, type ChatHubLLMProvider, type ChatHubSessionType, type ChatHubMessageType, type ChatHubMessageStatus, PROVIDER_CREDENTIAL_TYPE_MAP, chatModelsRequestSchema, emptyChatModelsResponse, type ChatModelsRequest, type ChatModelsResponse, chatAttachmentSchema, type ChatAttachment, ChatHubSendMessageRequest, ChatHubManualSendMessageRequest, ChatHubRegenerateMessageRequest, ChatHubManualRegenerateMessageRequest, ChatHubEditMessageRequest, ChatHubManualEditMessageRequest, ChatHubUpdateConversationRequest, ChatHubConversationsRequest, type ChatMessageId, type ChatSessionId, type ChatHubMessageDto, type ChatHubSessionDto, type ChatHubConversationDto, type ChatHubConversationResponse, type ChatHubConversationsResponse, type ChatHubAgentDto, type ChatHubAgentKnowledgeItem, type ChatHubAgentKnowledgeItemStatus, ChatHubCreateAgentRequest, ChatHubUpdateAgentRequest, type AgentIconOrEmoji, agentIconOrEmojiSchema, type SuggestedPrompt, suggestedPromptsSchema, type MessageChunk, UpdateChatSettingsRequest, UpdateChatEnabledRequest, ChatHubSemanticSearchSettings, type ChatProviderSettingsDto, type ChatSendMessageResponse, type ChatReconnectResponse, ChatReconnectRequest, type ChatArtifact, type ChatArtifactCreateCommand, type ChatArtifactEditCommand, type ChatMessageContentChunk, type ChatHubMessageButton, chatHubMessageWithButtonsSchema, type ChatHubMessageWithButtons, type ChatHubToolDto, ChatHubCreateToolRequest, ChatHubUpdateToolRequest, ALWAYS_BLOCKED_CHAT_HUB_TOOL_TYPES, CHAT_USER_BLOCKED_CHAT_HUB_TOOL_TYPES, chatHubVectorStoreProviderSchema, type ChatHubVectorStoreProvider, VECTOR_STORE_PROVIDER_CREDENTIAL_TYPE_MAP, } from './chat-hub';
|
|
17
20
|
export { isValidTimeZone, StrictTimeZoneSchema, TimeZoneSchema } from './schemas/timezone.schema';
|
|
18
21
|
export type { ChatHubPushMessage, ChatHubStreamEvent, ChatHubStreamBegin, ChatHubStreamChunk, ChatHubStreamEnd, ChatHubStreamError, ChatHubStreamMetadata, ChatHubExecutionEvent, ChatHubExecutionBegin, ChatHubExecutionEnd, ChatHubHumanMessageCreated, ChatHubMessageEdited, ChatHubAttachmentInfo, } from './push/chat-hub';
|
|
@@ -26,6 +29,7 @@ export { FAVORITE_RESOURCE_TYPES } from './schemas/favorites.schema';
|
|
|
26
29
|
export type { BannerName } from './schemas/banner-name.schema';
|
|
27
30
|
export { ViewableMimeTypes } from './schemas/binary-data.schema';
|
|
28
31
|
export { passwordSchema, createPasswordSchema } from './schemas/password.schema';
|
|
32
|
+
export { n8nIdSchema } from './schemas/id.schema';
|
|
29
33
|
export { SYSTEM_RESOLVER_ID, credentialResolverSchema, credentialResolversSchema, credentialResolverTypeSchema, credentialResolverTypesSchema, credentialResolverAffectedWorkflowsSchema, type CredentialResolver, type CredentialResolverType, type CredentialResolverAffectedWorkflow, } from './schemas/credential-resolver.schema';
|
|
30
34
|
export { WORKFLOW_VERSION_NAME_MAX_LENGTH, WORKFLOW_VERSION_DESCRIPTION_MAX_LENGTH, } from './schemas/workflow-version.schema';
|
|
31
35
|
export type { DependencyType, DependencyResourceType, ResolvedDependency, ResolvedDependenciesResult, DependenciesBatchResponse, } from './schemas/dependency.schema';
|
|
@@ -33,7 +37,7 @@ export type { DependencyTypeCounts, DependencyCountsBatchResponse, } from './sch
|
|
|
33
37
|
export type { ProjectType, ProjectIcon, ProjectRelation, } from './schemas/project.schema';
|
|
34
38
|
export { isSourceControlledFileStatus, type SourceControlledFileStatus, type SourceControlledFile, SOURCE_CONTROL_FILE_LOCATION, SOURCE_CONTROL_FILE_STATUS, SOURCE_CONTROL_FILE_TYPE, } from './schemas/source-controlled-file.schema';
|
|
35
39
|
export { insightsSummarySchema, type InsightsSummaryType, type InsightsSummaryUnit, type InsightsSummary, type InsightsByWorkflow, type InsightsByTime, type InsightsDateRange, type RestrictedInsightsByTime, } from './schemas/insights.schema';
|
|
36
|
-
export { ROLE, type Role, type User, type UsersList, usersListSchema, userBaseSchema, userDetailSchema, } from './schemas/user.schema';
|
|
40
|
+
export { ROLE, type Role, type User, type UsersList, type UserProject, usersListSchema, userBaseSchema, userDetailSchema, } from './schemas/user.schema';
|
|
37
41
|
export { encryptionKeySchema, encryptionKeysListSchema, type EncryptionKey, type EncryptionKeysList, } from './schemas/encryption-key.schema';
|
|
38
42
|
export { DATA_TABLE_COLUMN_REGEX, DATA_TABLE_COLUMN_MAX_LENGTH, DATA_TABLE_COLUMN_ERROR_MESSAGE, type DataTable, type DataTableColumn, type DataTableCreateColumnSchema, type DataTableListFilter, type DataTableListOptions, type DataTableListSortBy, dateTimeSchema, dataTableColumnNameSchema, dataTableColumnTypeSchema, dataTableIdSchema, dataTableNameSchema, } from './schemas/data-table.schema';
|
|
39
43
|
export type { DataTableFilter, DataTableFilterConditionType, } from './schemas/data-table-filter.schema';
|
|
@@ -41,24 +45,27 @@ export type { ExternalSecretsProvider, ExternalSecretsProviderSecret, ExternalSe
|
|
|
41
45
|
export { WorkflowExecutionStatusSchema, type WorkflowExecutionStatus, } from './schemas/workflow-execution-status.schema';
|
|
42
46
|
export { WorkflowPublicationStatusSchema, type WorkflowPublicationStatus, } from './schemas/workflow-publication-status.schema';
|
|
43
47
|
export type { UsageState } from './schemas/usage.schema';
|
|
44
|
-
export type { BreakingChangeRuleSeverity, BreakingChangeRecommendation, BreakingChangeAffectedWorkflow, BreakingChangeInstanceIssue, BreakingChangeWorkflowIssue, BreakingChangeInstanceRuleResult, BreakingChangeWorkflowRuleResult, BreakingChangeReportResult, BreakingChangeLightReportResult, BreakingChangeVersion, } from './schemas/breaking-changes.schema';
|
|
48
|
+
export type { BreakingChangeRuleSeverity, BreakingChangeRecommendation, BreakingChangeAffectedWorkflow, BreakingChangeInstanceIssue, BreakingChangeWorkflowIssue, BreakingChangeInstanceRuleResult, BreakingChangeWorkflowRuleResult, BreakingChangeReportResult, BreakingChangeLightReportResult, BreakingChangeVersion, WorkflowMigrationResult, } from './schemas/breaking-changes.schema';
|
|
45
49
|
export { MIGRATION_REPORT_TARGET_VERSION } from './schemas/breaking-changes.schema';
|
|
46
50
|
export type { SecretsProviderType, SecretsProviderState, SecretsProviderConnectionTestState, SecretsProviderAccessRole, ConnectionProjectSummary, SecretProviderConnectionListItem, SecretProviderConnection, SecretProviderTypeResponse, SecretCompletionsResponse, TestSecretProviderConnectionResponse, ReloadSecretProviderConnectionResponse, } from './schemas/secrets-provider.schema';
|
|
47
51
|
export { SECRETS_PROVIDER_KEY_PATTERN, SECRETS_PROVIDER_KEY_REGEX, testSecretProviderConnectionResponseSchema, reloadSecretProviderConnectionResponseSchema, } from './schemas/secrets-provider.schema';
|
|
48
52
|
export { communityPackageResponseSchema, type CommunityPackageResponse, } from './schemas/community-package.schema';
|
|
49
53
|
export { publicApiCredentialResponseSchema, type PublicApiCredentialResponse, } from './schemas/credential-response.schema';
|
|
50
|
-
export { buildRunWorkflowSessionGrantKey, buildFetchUrlGrantKey, FETCH_URL_ALLOW_ALL_GRANT_KEY, WEB_SEARCH_GRANT_KEY, parseDomainAccessGrants, instanceAiEventTypeSchema, INSTANCE_AI_EPHEMERAL_EVENT_TYPES, instanceAiRunStatusSchema, instanceAiConfirmationSeveritySchema, instanceAiAgentStatusSchema, instanceAiAgentKindSchema, instanceAiEventSchema, taskItemSchema, taskListSchema, plannedTaskArgSchema, runStartPayloadSchema, runFinishPayloadSchema, agentSpawnedPayloadSchema, agentCompletedPayloadSchema, textDeltaPayloadSchema, reasoningDeltaPayloadSchema, toolCallPayloadSchema, toolResultPayloadSchema, toolErrorPayloadSchema, confirmationRequestPayloadSchema, confirmationInputTypeSchema, channelConfigSchema, credentialRequestSchema, workflowSetupNodeSchema, errorPayloadSchema, filesystemRequestPayloadSchema, mcpToolSchema, mcpToolCallRequestSchema, mcpToolCallResultSchema, getRenderHint, isDisplayableConfirmationRequest, isSafeObjectKey, DEFAULT_INSTANCE_AI_PERMISSIONS, UNLIMITED_CREDITS, EVAL_VENDOR_SDK_INTERCEPTION_FLAG, CONFIG_EVALUATIONS_FLAG, CONFIG_EVALUATIONS_ENABLED_VARIANT, domainAccessActionSchema, domainAccessMetaSchema, webSearchMetaSchema, credentialFlowSchema, instanceAiCredentialHandoffContextSchema, instanceAiAgentPreviewHandoffContextSchema, instanceAiHandoffContextSchema, gatewayConfirmationRequiredWirePayloadSchema, gatewayConfirmationRequiredPayloadSchema, instanceGatewayResourceDecisionSchema, instanceAiSandboxProviderSchema, isInstanceAiSandboxProvider, GATEWAY_CONFIRMATION_REQUIRED_PREFIX, InstanceAiSendMessageRequest, InstanceAiEvalExecutionRequest, InstanceAiEvalCredentialAllowlistRequest, INSTANCE_AI_MEMORY_TASK_WAIT_TIMEOUT_MS, AI_GATEWAY_MANAGED_TAG, InstanceAiEvalRestoreThreadRequest, InstanceAiEvalSeedDataTableRowsRequest, instanceAiGatewayKeySchema, InstanceAiGatewayEventsQuery, InstanceAiEventsQuery, InstanceAiCorrectTaskRequest, InstanceAiEnsureThreadRequest, instanceAiAgentAttachmentSchema, instanceAiAttachmentSchema, instanceAiFileAttachmentSchema, instanceAiResourceAttachmentSchema, instanceAiWorkflowAttachmentSchema, InstanceAiThreadMessagesQuery, InstanceAiAdminSettingsUpdateRequest, InstanceAiUserPreferencesUpdateRequest, InstanceAiGatewayCapabilitiesDto, InstanceAiGatewayCreateCredentialDto, InstanceAiFilesystemResponseDto, instanceAiEvalSeedDataTableSchema, applyBranchReadOnlyOverrides,
|
|
54
|
+
export { buildRunWorkflowSessionGrantKey, buildFetchUrlGrantKey, FETCH_URL_ALLOW_ALL_GRANT_KEY, WEB_SEARCH_GRANT_KEY, parseDomainAccessGrants, instanceAiEventTypeSchema, INSTANCE_AI_EPHEMERAL_EVENT_TYPES, instanceAiRunStatusSchema, instanceAiConfirmationSeveritySchema, instanceAiAgentStatusSchema, instanceAiAgentKindSchema, instanceAiEventSchema, taskItemSchema, taskListSchema, plannedTaskArgSchema, runStartPayloadSchema, runFinishPayloadSchema, agentSpawnedPayloadSchema, agentCompletedPayloadSchema, textDeltaPayloadSchema, reasoningDeltaPayloadSchema, toolCallPayloadSchema, toolResultPayloadSchema, toolErrorPayloadSchema, confirmationRequestPayloadSchema, confirmationInputTypeSchema, channelConfigSchema, credentialRequestSchema, workflowSetupNodeSchema, errorPayloadSchema, filesystemRequestPayloadSchema, mcpToolSchema, mcpToolCallRequestSchema, mcpToolCallResultSchema, getRenderHint, isDisplayableConfirmationRequest, isSafeObjectKey, DEFAULT_INSTANCE_AI_PERMISSIONS, UNLIMITED_CREDITS, EVAL_VENDOR_SDK_INTERCEPTION_FLAG, CONFIG_EVALUATIONS_FLAG, CONFIG_EVALUATIONS_ENABLED_VARIANT, domainAccessActionSchema, domainAccessMetaSchema, webSearchMetaSchema, credentialFlowSchema, instanceAiCredentialHandoffContextSchema, instanceAiAgentPreviewHandoffContextSchema, instanceAiHandoffContextSchema, gatewayConfirmationRequiredWirePayloadSchema, gatewayConfirmationRequiredPayloadSchema, instanceGatewayResourceDecisionSchema, instanceAiSandboxProviderSchema, instanceAiConnectionSchema, isInstanceAiSandboxProvider, INSTANCE_AI_MODEL_CREDENTIAL_TYPES, INSTANCE_AI_SEARCH_CREDENTIAL_TYPES, GATEWAY_CONFIRMATION_REQUIRED_PREFIX, InstanceAiSendMessageRequest, InstanceAiEvalExecutionRequest, InstanceAiEvalAgentExecutionRequest, InstanceAiEvalCredentialAllowlistRequest, INSTANCE_AI_MEMORY_TASK_WAIT_TIMEOUT_MS, AI_GATEWAY_MANAGED_TAG, InstanceAiEvalRestoreThreadRequest, InstanceAiEvalSeedDataTableRowsRequest, instanceAiGatewayKeySchema, InstanceAiGatewayEventsQuery, InstanceAiEventsQuery, InstanceAiCorrectTaskRequest, InstanceAiEnsureThreadRequest, instanceAiAgentAttachmentSchema, instanceAiAttachmentSchema, instanceAiFileAttachmentSchema, instanceAiResourceAttachmentSchema, instanceAiWorkflowAttachmentSchema, InstanceAiThreadMessagesQuery, InstanceAiAdminSettingsUpdateRequest, InstanceAiUserPreferencesUpdateRequest, InstanceAiGatewayCapabilitiesDto, InstanceAiGatewayCreateCredentialDto, InstanceAiFilesystemResponseDto, instanceAiEvalSeedDataTableSchema, applyBranchReadOnlyOverrides, INSTANCE_AI_THREAD_SOURCES, INSTANCE_AI_THREAD_SOURCE_FALLBACK, } from './schemas/instance-ai.schema';
|
|
51
55
|
export type { InstanceAiThreadSource, InstanceAiThreadSourcePersisted, InstanceAiThreadOrigin, } from './schemas/instance-ai.schema';
|
|
52
|
-
export type { RunId, AgentId, ThreadId, ToolCallId, InstanceAiEventType, InstanceAiRunStatus, InstanceAiConfirmation, InstanceAiConfirmationInputType, InstanceAiChannelConfig, InstanceAiConfirmationRequestPayload, InstanceAiConfirmationSeverity, InstanceAiCredentialRequest, InstanceAiAgentStatus, InstanceAiAgentKind, TaskItem, TaskList, InstanceAiRunStartEvent, InstanceAiRunFinishEvent, InstanceAiAgentSpawnedEvent, InstanceAiAgentCompletedEvent, InstanceAiTextDeltaEvent, InstanceAiReasoningDeltaEvent, InstanceAiToolCallEvent, InstanceAiToolResultEvent, InstanceAiToolErrorEvent, InstanceAiConfirmationRequestEvent, InstanceAiErrorEvent, InstanceAiFilesystemRequestEvent, InstanceAiFilesystemResponse, InstanceAiGatewayCapabilities, McpTool, McpToolAnnotations, McpToolCallRequest, McpToolCallResult, InstanceAiEvent, InstanceAiAgentAttachment, InstanceAiAttachment, InstanceAiSendMessageResponse, InstanceAiToolCallState, InstanceAiAgentNode, InstanceAiTimelineEntry, InstanceAiMessage, InstanceAiThreadSummary, InstanceAiSSEConnectionState, InstanceAiThreadInfo, InstanceAiThreadListResponse, InstanceAiEnsureThreadResponse, InstanceAiStoredMessage, InstanceAiThreadMessagesResponse, InstanceAiRunDebugSummary, InstanceAiRunDebugStep, InstanceAiRunDebugWorkflowCodeSnapshot, InstanceAiRunDebugResponse, InstanceAiThreadDebugRunsResponse, InstanceAiRichMessagesResponse, InstanceAiMemoryTaskKind, InstanceAiMemoryTaskStatus, InstanceAiMemoryTaskSnapshot, InstanceAiThreadStatusResponse, InstanceAiConfirmResponse, InstanceAiAdminSettingsResponse, InstanceAiUserPreferencesResponse,
|
|
56
|
+
export type { RunId, AgentId, ThreadId, ToolCallId, InstanceAiEventType, InstanceAiRunStatus, InstanceAiConfirmation, InstanceAiConfirmationInputType, InstanceAiChannelConfig, InstanceAiConfirmationRequestPayload, InstanceAiConfirmationSeverity, InstanceAiCredentialRequest, InstanceAiAgentStatus, InstanceAiAgentKind, TaskItem, TaskList, InstanceAiRunStartEvent, InstanceAiRunFinishEvent, InstanceAiAgentSpawnedEvent, InstanceAiAgentCompletedEvent, InstanceAiTextDeltaEvent, InstanceAiReasoningDeltaEvent, InstanceAiToolCallEvent, InstanceAiToolResultEvent, InstanceAiToolErrorEvent, InstanceAiConfirmationRequestEvent, InstanceAiErrorEvent, InstanceAiFilesystemRequestEvent, InstanceAiFilesystemResponse, InstanceAiGatewayCapabilities, McpTool, McpToolAnnotations, McpToolCallRequest, McpToolCallResult, InstanceAiEvent, InstanceAiAgentAttachment, InstanceAiAttachment, InstanceAiSendMessageResponse, InstanceAiToolCallState, InstanceAiAgentNode, InstanceAiTimelineEntry, InstanceAiMessage, InstanceAiThreadSummary, InstanceAiSSEConnectionState, InstanceAiThreadInfo, InstanceAiThreadListResponse, InstanceAiEnsureThreadResponse, InstanceAiStoredMessage, InstanceAiThreadMessagesResponse, InstanceAiRunDebugSummary, InstanceAiRunDebugStep, InstanceAiRunDebugWorkflowCodeSnapshot, InstanceAiRunDebugResponse, InstanceAiThreadDebugRunsResponse, InstanceAiRichMessagesResponse, InstanceAiMemoryTaskKind, InstanceAiMemoryTaskStatus, InstanceAiMemoryTaskSnapshot, InstanceAiThreadStatusResponse, InstanceAiConfirmResponse, InstanceAiAdminSettingsResponse, InstanceAiUserPreferencesResponse, InstanceAiProviderConnection, InstanceAiSandboxProvider, InstanceAiConnectionUpdate, InstanceAiMcpConnectionResponse, InstanceAiMcpConnectionToolFilterResponse, InstanceAiMcpConnectionToolResponse, InstanceAiPermissionMode, InstanceAiPermissions, InstanceAiTargetResource, InstanceAiFileAttachment, InstanceAiResourceAttachment, InstanceAiWorkflowAttachment, DomainAccessAction, DomainAccessGrants, DomainAccessMeta, WebSearchMeta, InstanceAiCredentialFlow, InstanceAiCredentialHandoffContext, InstanceAiAgentPreviewHandoffContext, InstanceAiHandoffContext, GatewayConfirmationRequiredWirePayload, GatewayConfirmationRequiredPayload, InstanceGatewayResourceDecision, InstanceAiBrowserCreateLinkResponse, InstanceAiBrowserStatusResponse, ToolCategory, InstanceAiWorkflowSetupNode, PlannedTaskArg, InstanceAiEvalNodeExecutionMode, InstanceAiEvalInterceptedRequest, InstanceAiEvalNodeResult, InstanceAiEvalMockHints, InstanceAiEvalMockedCredential, InstanceAiEvalRewrittenCredential, InstanceAiEvalExecutionResult, InstanceAiEvalAgentToolCallRecord, InstanceAiEvalAgentModelTurnRecord, InstanceAiEvalAgentScenarioSeed, InstanceAiEvalAgentSkippedFeature, InstanceAiEvalAgentExecutionResult, InstanceAiEvalSeedWorkflow, InstanceAiEvalSeedDataTable, } from './schemas/instance-ai.schema';
|
|
53
57
|
export type { McpRegistryServerStatus, McpRegistryServerIconResponse, McpRegistryServerToolResponse, McpRegistryServerResponse, } from './schemas/mcp-registry.schema';
|
|
54
58
|
export { createInitialState, reduceEvent, findAgent, toAgentTree, stateFromAgentTree, normalizeLegacyReasoningTimeline, normalizeAgentTree, } from './schemas/agent-run-reducer';
|
|
55
59
|
export type { AgentRunState } from './schemas/agent-run-reducer';
|
|
56
60
|
export { formatDebugJson, summarizeJsonValue, parseSystemPromptForDisplay, parseMessageBlocks, parseUsageSummary, parseInputExtras, parseOutputDisplayBlocks, parseOutputExtras, parseStepSummary, } from './schemas/llm-step-display';
|
|
57
61
|
export type { ReadableContentBlock, ReadableSegment } from './schemas/llm-step-display';
|
|
58
62
|
export { startTestRunPayloadSchema, StartTestRunRequestDto, type StartTestRunPayload, } from './schemas/evaluations.schema';
|
|
59
|
-
export { MCP_APPS_FLAG, MCP_APPS_VARIANT_CONTROL, MCP_APPS_VARIANT_ENABLED, MCP_INSTANCE_SCOPES, MCP_CLIENT_BRAND_MATCHERS, MCP_CLIENT_TYPE_FILTERS, MCP_CLIENT_TYPE_FILTER_BUCKETS, MCP_CLIENT_CONNECTED_PERIODS, getMcpClientType, type McpScope, type McpClientType, type McpClientBrandName, type McpClientTypeFilter, type McpClientConnectedPeriod, } from './schemas/mcp.schema';
|
|
60
|
-
export { EVAL_COLLECTIONS_FLAG, RESERVED_METRIC_KEYS, ONE_TO_FIVE_METRIC_KEYS, normalizeMetricScore, evalCollectionVersionEntrySchema, createEvaluationCollectionSchema, CreateEvaluationCollectionDto, updateEvaluationCollectionSchema, UpdateEvaluationCollectionDto, addRunToCollectionSchema, AddRunToCollectionDto, type EvalCollectionVersionEntry, type CreateEvaluationCollectionPayload, type UpdateEvaluationCollectionPayload, type AddRunToCollectionPayload, type EvalCollectionRunStatus, type EvaluationCollectionRecord, type EvaluationCollectionRunSummary, type EvaluationCollectionDetail, type EvalVersionEntry, type EvalVersionsResponse, } from './schemas/eval-collections.schema';
|
|
63
|
+
export { MCP_APPS_FLAG, MCP_APPS_VARIANT_CONTROL, MCP_APPS_VARIANT_ENABLED, MCP_CANVAS_GROUPS_FLAG, MCP_AGENT_SCOPES, MCP_INSTANCE_SCOPES, MCP_CLIENT_BRAND_MATCHERS, MCP_CLIENT_TYPE_FILTERS, MCP_CLIENT_TYPE_FILTER_BUCKETS, MCP_CLIENT_CONNECTED_PERIODS, getMcpClientType, type McpScope, type McpClientType, type McpClientBrandName, type McpClientTypeFilter, type McpClientConnectedPeriod, } from './schemas/mcp.schema';
|
|
64
|
+
export { EVAL_COLLECTIONS_FLAG, RESERVED_METRIC_KEYS, ONE_TO_FIVE_METRIC_KEYS, normalizeMetricScore, normalizedScores, averageNormalizedScore, metricScaleFromConfig, metricScalesFromConfig, metricScalesFromSnapshot, type MetricScale, evalCollectionVersionEntrySchema, createEvaluationCollectionSchema, CreateEvaluationCollectionDto, updateEvaluationCollectionSchema, UpdateEvaluationCollectionDto, addRunToCollectionSchema, AddRunToCollectionDto, type EvalCollectionVersionEntry, type CreateEvaluationCollectionPayload, type UpdateEvaluationCollectionPayload, type AddRunToCollectionPayload, type EvalCollectionRunStatus, type EvaluationCollectionRecord, type EvaluationCollectionRunSummary, type EvaluationCollectionDetail, type EvalVersionEntry, type EvalVersionsResponse, } from './schemas/eval-collections.schema';
|
|
65
|
+
export { AGENT_EVALS_FLAG, agentEvalColumnMappingSchema, agentEvalRunStatusSchema, agentEvalResultStatusSchema, agentEvalVoteSchema, createAgentEvalDatasetSchema, updateAgentEvalDatasetSchema, UpdateAgentEvalDatasetDto, createAgentEvalRunSchema, CreateAgentEvalRunDto, agentEvalCorrectionSchema, createAgentEvalRatingSchema, CreateAgentEvalRatingDto, agentEvalDraftCaseSchema, generateDraftCasesOptionsSchema, GenerateDraftCasesOptionsDto, } from './schemas/agent-evals.schema';
|
|
66
|
+
export type { AgentEvalColumnMapping, AgentEvalRunStatus, AgentEvalResultStatus, AgentEvalVote, AgentEvalCorrection, CreateAgentEvalDatasetDto, UpdateAgentEvalDatasetPayload, CreateAgentEvalRunPayload, CreateAgentEvalRatingPayload, AgentEvalDatasetRecord, AgentEvalRunRecord, AgentEvalResultRecord, AgentEvalRatingRecord, AgentEvalRunDetail, AgentEvalRunSummary, AgentEvalDraftCase, GenerateDraftCasesOptions, GenerateDraftCasesResult, } from './schemas/agent-evals.schema';
|
|
61
67
|
export { aiInsightsStatusSchema, aiInsightsPayloadSchema, aiInsightsResponseSchema, generateInsightsSchema, GenerateInsightsDto, type AiInsightsStatus, type AiInsightsWinner, type AiInsightsRegression, type AiInsightsSuggestedNext, type AiInsightsPayload, type AiInsightsResponse, type GenerateInsightsPayload, } from './schemas/eval-insights.schema';
|
|
62
68
|
export { ALLOWED_DOMAINS, isAllowedDomain } from './utils/allowed-domains';
|
|
63
69
|
export type { PublishTimelineEvent } from './schemas/workflow-publish-timeline.schema';
|
|
64
70
|
export { X_N8N_FEATURE_HEADER, X_N8N_VERSION_HEADER, N8N_PROXY_FEATURES, buildProxyHeaders, type N8nProxyFeature, type ProxyHeaderInput, } from './constants/proxy-feature';
|
|
71
|
+
export { BLOCK_ACCESS_ASSIGNMENT } from './constants/role-mapping';
|
package/dist/index.js
CHANGED
|
@@ -14,11 +14,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.buildProxyHeaders = exports.N8N_PROXY_FEATURES = exports.X_N8N_VERSION_HEADER = exports.X_N8N_FEATURE_HEADER = exports.isAllowedDomain = exports.ALLOWED_DOMAINS = exports.GenerateInsightsDto = void 0;
|
|
17
|
+
exports.WORKFLOW_VERSION_DESCRIPTION_MAX_LENGTH = exports.WORKFLOW_VERSION_NAME_MAX_LENGTH = exports.credentialResolverAffectedWorkflowsSchema = exports.credentialResolverTypesSchema = exports.credentialResolverTypeSchema = exports.credentialResolversSchema = exports.credentialResolverSchema = exports.SYSTEM_RESOLVER_ID = exports.n8nIdSchema = exports.createPasswordSchema = exports.passwordSchema = exports.ViewableMimeTypes = exports.FAVORITE_RESOURCE_TYPES = exports.heartbeatMessageSchema = exports.createHeartbeatMessage = exports.TimeZoneSchema = exports.StrictTimeZoneSchema = exports.isValidTimeZone = exports.VECTOR_STORE_PROVIDER_CREDENTIAL_TYPE_MAP = exports.chatHubVectorStoreProviderSchema = exports.CHAT_USER_BLOCKED_CHAT_HUB_TOOL_TYPES = exports.ALWAYS_BLOCKED_CHAT_HUB_TOOL_TYPES = exports.ChatHubUpdateToolRequest = exports.ChatHubCreateToolRequest = exports.chatHubMessageWithButtonsSchema = exports.ChatReconnectRequest = exports.ChatHubSemanticSearchSettings = exports.UpdateChatEnabledRequest = exports.UpdateChatSettingsRequest = exports.suggestedPromptsSchema = exports.agentIconOrEmojiSchema = exports.ChatHubUpdateAgentRequest = exports.ChatHubCreateAgentRequest = exports.ChatHubConversationsRequest = exports.ChatHubUpdateConversationRequest = exports.ChatHubManualEditMessageRequest = exports.ChatHubEditMessageRequest = exports.ChatHubManualRegenerateMessageRequest = exports.ChatHubRegenerateMessageRequest = exports.ChatHubManualSendMessageRequest = exports.ChatHubSendMessageRequest = exports.chatAttachmentSchema = exports.emptyChatModelsResponse = exports.chatModelsRequestSchema = exports.PROVIDER_CREDENTIAL_TYPE_MAP = exports.chatHubSessionTypeSchema = exports.chatHubLLMProviderSchema = exports.chatHubProviderSchema = exports.chatHubConversationModelSchema = exports.Z = void 0;
|
|
18
|
+
exports.toolCallPayloadSchema = exports.reasoningDeltaPayloadSchema = exports.textDeltaPayloadSchema = exports.agentCompletedPayloadSchema = exports.agentSpawnedPayloadSchema = exports.runFinishPayloadSchema = exports.runStartPayloadSchema = exports.plannedTaskArgSchema = exports.taskListSchema = exports.taskItemSchema = exports.instanceAiEventSchema = exports.instanceAiAgentKindSchema = exports.instanceAiAgentStatusSchema = exports.instanceAiConfirmationSeveritySchema = exports.instanceAiRunStatusSchema = exports.INSTANCE_AI_EPHEMERAL_EVENT_TYPES = exports.instanceAiEventTypeSchema = exports.parseDomainAccessGrants = exports.WEB_SEARCH_GRANT_KEY = exports.FETCH_URL_ALLOW_ALL_GRANT_KEY = exports.buildFetchUrlGrantKey = exports.buildRunWorkflowSessionGrantKey = exports.publicApiCredentialResponseSchema = exports.communityPackageResponseSchema = exports.reloadSecretProviderConnectionResponseSchema = exports.testSecretProviderConnectionResponseSchema = exports.SECRETS_PROVIDER_KEY_REGEX = exports.SECRETS_PROVIDER_KEY_PATTERN = exports.MIGRATION_REPORT_TARGET_VERSION = exports.WorkflowPublicationStatusSchema = exports.WorkflowExecutionStatusSchema = exports.dataTableNameSchema = exports.dataTableIdSchema = exports.dataTableColumnTypeSchema = exports.dataTableColumnNameSchema = exports.dateTimeSchema = exports.DATA_TABLE_COLUMN_ERROR_MESSAGE = exports.DATA_TABLE_COLUMN_MAX_LENGTH = exports.DATA_TABLE_COLUMN_REGEX = exports.encryptionKeysListSchema = exports.encryptionKeySchema = exports.userDetailSchema = exports.userBaseSchema = exports.usersListSchema = exports.ROLE = exports.insightsSummarySchema = exports.SOURCE_CONTROL_FILE_TYPE = exports.SOURCE_CONTROL_FILE_STATUS = exports.SOURCE_CONTROL_FILE_LOCATION = exports.isSourceControlledFileStatus = void 0;
|
|
19
|
+
exports.instanceAiAgentAttachmentSchema = exports.InstanceAiEnsureThreadRequest = exports.InstanceAiCorrectTaskRequest = exports.InstanceAiEventsQuery = exports.InstanceAiGatewayEventsQuery = exports.instanceAiGatewayKeySchema = exports.InstanceAiEvalSeedDataTableRowsRequest = exports.InstanceAiEvalRestoreThreadRequest = exports.AI_GATEWAY_MANAGED_TAG = exports.INSTANCE_AI_MEMORY_TASK_WAIT_TIMEOUT_MS = exports.InstanceAiEvalCredentialAllowlistRequest = exports.InstanceAiEvalAgentExecutionRequest = exports.InstanceAiEvalExecutionRequest = exports.InstanceAiSendMessageRequest = exports.GATEWAY_CONFIRMATION_REQUIRED_PREFIX = exports.INSTANCE_AI_SEARCH_CREDENTIAL_TYPES = exports.INSTANCE_AI_MODEL_CREDENTIAL_TYPES = exports.isInstanceAiSandboxProvider = exports.instanceAiConnectionSchema = exports.instanceAiSandboxProviderSchema = exports.instanceGatewayResourceDecisionSchema = exports.gatewayConfirmationRequiredPayloadSchema = exports.gatewayConfirmationRequiredWirePayloadSchema = exports.instanceAiHandoffContextSchema = exports.instanceAiAgentPreviewHandoffContextSchema = exports.instanceAiCredentialHandoffContextSchema = exports.credentialFlowSchema = exports.webSearchMetaSchema = exports.domainAccessMetaSchema = exports.domainAccessActionSchema = exports.CONFIG_EVALUATIONS_ENABLED_VARIANT = exports.CONFIG_EVALUATIONS_FLAG = exports.EVAL_VENDOR_SDK_INTERCEPTION_FLAG = exports.UNLIMITED_CREDITS = exports.DEFAULT_INSTANCE_AI_PERMISSIONS = exports.isSafeObjectKey = exports.isDisplayableConfirmationRequest = exports.getRenderHint = exports.mcpToolCallResultSchema = exports.mcpToolCallRequestSchema = exports.mcpToolSchema = exports.filesystemRequestPayloadSchema = exports.errorPayloadSchema = exports.workflowSetupNodeSchema = exports.credentialRequestSchema = exports.channelConfigSchema = exports.confirmationInputTypeSchema = exports.confirmationRequestPayloadSchema = exports.toolErrorPayloadSchema = exports.toolResultPayloadSchema = void 0;
|
|
20
|
+
exports.metricScaleFromConfig = exports.averageNormalizedScore = exports.normalizedScores = exports.normalizeMetricScore = exports.ONE_TO_FIVE_METRIC_KEYS = exports.RESERVED_METRIC_KEYS = exports.EVAL_COLLECTIONS_FLAG = exports.getMcpClientType = exports.MCP_CLIENT_CONNECTED_PERIODS = exports.MCP_CLIENT_TYPE_FILTER_BUCKETS = exports.MCP_CLIENT_TYPE_FILTERS = exports.MCP_CLIENT_BRAND_MATCHERS = exports.MCP_INSTANCE_SCOPES = exports.MCP_AGENT_SCOPES = exports.MCP_CANVAS_GROUPS_FLAG = exports.MCP_APPS_VARIANT_ENABLED = exports.MCP_APPS_VARIANT_CONTROL = exports.MCP_APPS_FLAG = exports.StartTestRunRequestDto = exports.startTestRunPayloadSchema = exports.parseStepSummary = exports.parseOutputExtras = exports.parseOutputDisplayBlocks = exports.parseInputExtras = exports.parseUsageSummary = exports.parseMessageBlocks = exports.parseSystemPromptForDisplay = exports.summarizeJsonValue = exports.formatDebugJson = exports.normalizeAgentTree = exports.normalizeLegacyReasoningTimeline = exports.stateFromAgentTree = exports.toAgentTree = exports.findAgent = exports.reduceEvent = exports.createInitialState = exports.INSTANCE_AI_THREAD_SOURCE_FALLBACK = exports.INSTANCE_AI_THREAD_SOURCES = exports.applyBranchReadOnlyOverrides = exports.instanceAiEvalSeedDataTableSchema = exports.InstanceAiFilesystemResponseDto = exports.InstanceAiGatewayCreateCredentialDto = exports.InstanceAiGatewayCapabilitiesDto = exports.InstanceAiUserPreferencesUpdateRequest = exports.InstanceAiAdminSettingsUpdateRequest = exports.InstanceAiThreadMessagesQuery = exports.instanceAiWorkflowAttachmentSchema = exports.instanceAiResourceAttachmentSchema = exports.instanceAiFileAttachmentSchema = exports.instanceAiAttachmentSchema = void 0;
|
|
21
|
+
exports.BLOCK_ACCESS_ASSIGNMENT = exports.buildProxyHeaders = exports.N8N_PROXY_FEATURES = exports.X_N8N_VERSION_HEADER = exports.X_N8N_FEATURE_HEADER = exports.isAllowedDomain = exports.ALLOWED_DOMAINS = exports.GenerateInsightsDto = exports.generateInsightsSchema = exports.aiInsightsResponseSchema = exports.aiInsightsPayloadSchema = exports.aiInsightsStatusSchema = exports.GenerateDraftCasesOptionsDto = exports.generateDraftCasesOptionsSchema = exports.agentEvalDraftCaseSchema = exports.CreateAgentEvalRatingDto = exports.createAgentEvalRatingSchema = exports.agentEvalCorrectionSchema = exports.CreateAgentEvalRunDto = exports.createAgentEvalRunSchema = exports.UpdateAgentEvalDatasetDto = exports.updateAgentEvalDatasetSchema = exports.createAgentEvalDatasetSchema = exports.agentEvalVoteSchema = exports.agentEvalResultStatusSchema = exports.agentEvalRunStatusSchema = exports.agentEvalColumnMappingSchema = exports.AGENT_EVALS_FLAG = exports.AddRunToCollectionDto = exports.addRunToCollectionSchema = exports.UpdateEvaluationCollectionDto = exports.updateEvaluationCollectionSchema = exports.CreateEvaluationCollectionDto = exports.createEvaluationCollectionSchema = exports.evalCollectionVersionEntrySchema = exports.metricScalesFromSnapshot = exports.metricScalesFromConfig = void 0;
|
|
22
22
|
var zod_class_1 = require("./zod-class");
|
|
23
23
|
Object.defineProperty(exports, "Z", { enumerable: true, get: function () { return zod_class_1.Z; } });
|
|
24
24
|
__exportStar(require("./dto"), exports);
|
|
@@ -28,6 +28,8 @@ __exportStar(require("./instance-registry-types"), exports);
|
|
|
28
28
|
__exportStar(require("./redaction-enforcement"), exports);
|
|
29
29
|
__exportStar(require("./redaction-enforcement-floor"), exports);
|
|
30
30
|
__exportStar(require("./workflow-reviews-policy"), exports);
|
|
31
|
+
__exportStar(require("./workflow-review-request-summary"), exports);
|
|
32
|
+
__exportStar(require("./workflow-publish-blocked-details"), exports);
|
|
31
33
|
var chat_hub_1 = require("./chat-hub");
|
|
32
34
|
Object.defineProperty(exports, "chatHubConversationModelSchema", { enumerable: true, get: function () { return chat_hub_1.chatHubConversationModelSchema; } });
|
|
33
35
|
Object.defineProperty(exports, "chatHubProviderSchema", { enumerable: true, get: function () { return chat_hub_1.chatHubProviderSchema; } });
|
|
@@ -74,6 +76,8 @@ Object.defineProperty(exports, "ViewableMimeTypes", { enumerable: true, get: fun
|
|
|
74
76
|
var password_schema_1 = require("./schemas/password.schema");
|
|
75
77
|
Object.defineProperty(exports, "passwordSchema", { enumerable: true, get: function () { return password_schema_1.passwordSchema; } });
|
|
76
78
|
Object.defineProperty(exports, "createPasswordSchema", { enumerable: true, get: function () { return password_schema_1.createPasswordSchema; } });
|
|
79
|
+
var id_schema_1 = require("./schemas/id.schema");
|
|
80
|
+
Object.defineProperty(exports, "n8nIdSchema", { enumerable: true, get: function () { return id_schema_1.n8nIdSchema; } });
|
|
77
81
|
var credential_resolver_schema_1 = require("./schemas/credential-resolver.schema");
|
|
78
82
|
Object.defineProperty(exports, "SYSTEM_RESOLVER_ID", { enumerable: true, get: function () { return credential_resolver_schema_1.SYSTEM_RESOLVER_ID; } });
|
|
79
83
|
Object.defineProperty(exports, "credentialResolverSchema", { enumerable: true, get: function () { return credential_resolver_schema_1.credentialResolverSchema; } });
|
|
@@ -177,10 +181,14 @@ Object.defineProperty(exports, "gatewayConfirmationRequiredWirePayloadSchema", {
|
|
|
177
181
|
Object.defineProperty(exports, "gatewayConfirmationRequiredPayloadSchema", { enumerable: true, get: function () { return instance_ai_schema_1.gatewayConfirmationRequiredPayloadSchema; } });
|
|
178
182
|
Object.defineProperty(exports, "instanceGatewayResourceDecisionSchema", { enumerable: true, get: function () { return instance_ai_schema_1.instanceGatewayResourceDecisionSchema; } });
|
|
179
183
|
Object.defineProperty(exports, "instanceAiSandboxProviderSchema", { enumerable: true, get: function () { return instance_ai_schema_1.instanceAiSandboxProviderSchema; } });
|
|
184
|
+
Object.defineProperty(exports, "instanceAiConnectionSchema", { enumerable: true, get: function () { return instance_ai_schema_1.instanceAiConnectionSchema; } });
|
|
180
185
|
Object.defineProperty(exports, "isInstanceAiSandboxProvider", { enumerable: true, get: function () { return instance_ai_schema_1.isInstanceAiSandboxProvider; } });
|
|
186
|
+
Object.defineProperty(exports, "INSTANCE_AI_MODEL_CREDENTIAL_TYPES", { enumerable: true, get: function () { return instance_ai_schema_1.INSTANCE_AI_MODEL_CREDENTIAL_TYPES; } });
|
|
187
|
+
Object.defineProperty(exports, "INSTANCE_AI_SEARCH_CREDENTIAL_TYPES", { enumerable: true, get: function () { return instance_ai_schema_1.INSTANCE_AI_SEARCH_CREDENTIAL_TYPES; } });
|
|
181
188
|
Object.defineProperty(exports, "GATEWAY_CONFIRMATION_REQUIRED_PREFIX", { enumerable: true, get: function () { return instance_ai_schema_1.GATEWAY_CONFIRMATION_REQUIRED_PREFIX; } });
|
|
182
189
|
Object.defineProperty(exports, "InstanceAiSendMessageRequest", { enumerable: true, get: function () { return instance_ai_schema_1.InstanceAiSendMessageRequest; } });
|
|
183
190
|
Object.defineProperty(exports, "InstanceAiEvalExecutionRequest", { enumerable: true, get: function () { return instance_ai_schema_1.InstanceAiEvalExecutionRequest; } });
|
|
191
|
+
Object.defineProperty(exports, "InstanceAiEvalAgentExecutionRequest", { enumerable: true, get: function () { return instance_ai_schema_1.InstanceAiEvalAgentExecutionRequest; } });
|
|
184
192
|
Object.defineProperty(exports, "InstanceAiEvalCredentialAllowlistRequest", { enumerable: true, get: function () { return instance_ai_schema_1.InstanceAiEvalCredentialAllowlistRequest; } });
|
|
185
193
|
Object.defineProperty(exports, "INSTANCE_AI_MEMORY_TASK_WAIT_TIMEOUT_MS", { enumerable: true, get: function () { return instance_ai_schema_1.INSTANCE_AI_MEMORY_TASK_WAIT_TIMEOUT_MS; } });
|
|
186
194
|
Object.defineProperty(exports, "AI_GATEWAY_MANAGED_TAG", { enumerable: true, get: function () { return instance_ai_schema_1.AI_GATEWAY_MANAGED_TAG; } });
|
|
@@ -204,7 +212,8 @@ Object.defineProperty(exports, "InstanceAiGatewayCreateCredentialDto", { enumera
|
|
|
204
212
|
Object.defineProperty(exports, "InstanceAiFilesystemResponseDto", { enumerable: true, get: function () { return instance_ai_schema_1.InstanceAiFilesystemResponseDto; } });
|
|
205
213
|
Object.defineProperty(exports, "instanceAiEvalSeedDataTableSchema", { enumerable: true, get: function () { return instance_ai_schema_1.instanceAiEvalSeedDataTableSchema; } });
|
|
206
214
|
Object.defineProperty(exports, "applyBranchReadOnlyOverrides", { enumerable: true, get: function () { return instance_ai_schema_1.applyBranchReadOnlyOverrides; } });
|
|
207
|
-
Object.defineProperty(exports, "
|
|
215
|
+
Object.defineProperty(exports, "INSTANCE_AI_THREAD_SOURCES", { enumerable: true, get: function () { return instance_ai_schema_1.INSTANCE_AI_THREAD_SOURCES; } });
|
|
216
|
+
Object.defineProperty(exports, "INSTANCE_AI_THREAD_SOURCE_FALLBACK", { enumerable: true, get: function () { return instance_ai_schema_1.INSTANCE_AI_THREAD_SOURCE_FALLBACK; } });
|
|
208
217
|
var agent_run_reducer_1 = require("./schemas/agent-run-reducer");
|
|
209
218
|
Object.defineProperty(exports, "createInitialState", { enumerable: true, get: function () { return agent_run_reducer_1.createInitialState; } });
|
|
210
219
|
Object.defineProperty(exports, "reduceEvent", { enumerable: true, get: function () { return agent_run_reducer_1.reduceEvent; } });
|
|
@@ -230,6 +239,8 @@ var mcp_schema_1 = require("./schemas/mcp.schema");
|
|
|
230
239
|
Object.defineProperty(exports, "MCP_APPS_FLAG", { enumerable: true, get: function () { return mcp_schema_1.MCP_APPS_FLAG; } });
|
|
231
240
|
Object.defineProperty(exports, "MCP_APPS_VARIANT_CONTROL", { enumerable: true, get: function () { return mcp_schema_1.MCP_APPS_VARIANT_CONTROL; } });
|
|
232
241
|
Object.defineProperty(exports, "MCP_APPS_VARIANT_ENABLED", { enumerable: true, get: function () { return mcp_schema_1.MCP_APPS_VARIANT_ENABLED; } });
|
|
242
|
+
Object.defineProperty(exports, "MCP_CANVAS_GROUPS_FLAG", { enumerable: true, get: function () { return mcp_schema_1.MCP_CANVAS_GROUPS_FLAG; } });
|
|
243
|
+
Object.defineProperty(exports, "MCP_AGENT_SCOPES", { enumerable: true, get: function () { return mcp_schema_1.MCP_AGENT_SCOPES; } });
|
|
233
244
|
Object.defineProperty(exports, "MCP_INSTANCE_SCOPES", { enumerable: true, get: function () { return mcp_schema_1.MCP_INSTANCE_SCOPES; } });
|
|
234
245
|
Object.defineProperty(exports, "MCP_CLIENT_BRAND_MATCHERS", { enumerable: true, get: function () { return mcp_schema_1.MCP_CLIENT_BRAND_MATCHERS; } });
|
|
235
246
|
Object.defineProperty(exports, "MCP_CLIENT_TYPE_FILTERS", { enumerable: true, get: function () { return mcp_schema_1.MCP_CLIENT_TYPE_FILTERS; } });
|
|
@@ -241,6 +252,11 @@ Object.defineProperty(exports, "EVAL_COLLECTIONS_FLAG", { enumerable: true, get:
|
|
|
241
252
|
Object.defineProperty(exports, "RESERVED_METRIC_KEYS", { enumerable: true, get: function () { return eval_collections_schema_1.RESERVED_METRIC_KEYS; } });
|
|
242
253
|
Object.defineProperty(exports, "ONE_TO_FIVE_METRIC_KEYS", { enumerable: true, get: function () { return eval_collections_schema_1.ONE_TO_FIVE_METRIC_KEYS; } });
|
|
243
254
|
Object.defineProperty(exports, "normalizeMetricScore", { enumerable: true, get: function () { return eval_collections_schema_1.normalizeMetricScore; } });
|
|
255
|
+
Object.defineProperty(exports, "normalizedScores", { enumerable: true, get: function () { return eval_collections_schema_1.normalizedScores; } });
|
|
256
|
+
Object.defineProperty(exports, "averageNormalizedScore", { enumerable: true, get: function () { return eval_collections_schema_1.averageNormalizedScore; } });
|
|
257
|
+
Object.defineProperty(exports, "metricScaleFromConfig", { enumerable: true, get: function () { return eval_collections_schema_1.metricScaleFromConfig; } });
|
|
258
|
+
Object.defineProperty(exports, "metricScalesFromConfig", { enumerable: true, get: function () { return eval_collections_schema_1.metricScalesFromConfig; } });
|
|
259
|
+
Object.defineProperty(exports, "metricScalesFromSnapshot", { enumerable: true, get: function () { return eval_collections_schema_1.metricScalesFromSnapshot; } });
|
|
244
260
|
Object.defineProperty(exports, "evalCollectionVersionEntrySchema", { enumerable: true, get: function () { return eval_collections_schema_1.evalCollectionVersionEntrySchema; } });
|
|
245
261
|
Object.defineProperty(exports, "createEvaluationCollectionSchema", { enumerable: true, get: function () { return eval_collections_schema_1.createEvaluationCollectionSchema; } });
|
|
246
262
|
Object.defineProperty(exports, "CreateEvaluationCollectionDto", { enumerable: true, get: function () { return eval_collections_schema_1.CreateEvaluationCollectionDto; } });
|
|
@@ -248,6 +264,23 @@ Object.defineProperty(exports, "updateEvaluationCollectionSchema", { enumerable:
|
|
|
248
264
|
Object.defineProperty(exports, "UpdateEvaluationCollectionDto", { enumerable: true, get: function () { return eval_collections_schema_1.UpdateEvaluationCollectionDto; } });
|
|
249
265
|
Object.defineProperty(exports, "addRunToCollectionSchema", { enumerable: true, get: function () { return eval_collections_schema_1.addRunToCollectionSchema; } });
|
|
250
266
|
Object.defineProperty(exports, "AddRunToCollectionDto", { enumerable: true, get: function () { return eval_collections_schema_1.AddRunToCollectionDto; } });
|
|
267
|
+
var agent_evals_schema_1 = require("./schemas/agent-evals.schema");
|
|
268
|
+
Object.defineProperty(exports, "AGENT_EVALS_FLAG", { enumerable: true, get: function () { return agent_evals_schema_1.AGENT_EVALS_FLAG; } });
|
|
269
|
+
Object.defineProperty(exports, "agentEvalColumnMappingSchema", { enumerable: true, get: function () { return agent_evals_schema_1.agentEvalColumnMappingSchema; } });
|
|
270
|
+
Object.defineProperty(exports, "agentEvalRunStatusSchema", { enumerable: true, get: function () { return agent_evals_schema_1.agentEvalRunStatusSchema; } });
|
|
271
|
+
Object.defineProperty(exports, "agentEvalResultStatusSchema", { enumerable: true, get: function () { return agent_evals_schema_1.agentEvalResultStatusSchema; } });
|
|
272
|
+
Object.defineProperty(exports, "agentEvalVoteSchema", { enumerable: true, get: function () { return agent_evals_schema_1.agentEvalVoteSchema; } });
|
|
273
|
+
Object.defineProperty(exports, "createAgentEvalDatasetSchema", { enumerable: true, get: function () { return agent_evals_schema_1.createAgentEvalDatasetSchema; } });
|
|
274
|
+
Object.defineProperty(exports, "updateAgentEvalDatasetSchema", { enumerable: true, get: function () { return agent_evals_schema_1.updateAgentEvalDatasetSchema; } });
|
|
275
|
+
Object.defineProperty(exports, "UpdateAgentEvalDatasetDto", { enumerable: true, get: function () { return agent_evals_schema_1.UpdateAgentEvalDatasetDto; } });
|
|
276
|
+
Object.defineProperty(exports, "createAgentEvalRunSchema", { enumerable: true, get: function () { return agent_evals_schema_1.createAgentEvalRunSchema; } });
|
|
277
|
+
Object.defineProperty(exports, "CreateAgentEvalRunDto", { enumerable: true, get: function () { return agent_evals_schema_1.CreateAgentEvalRunDto; } });
|
|
278
|
+
Object.defineProperty(exports, "agentEvalCorrectionSchema", { enumerable: true, get: function () { return agent_evals_schema_1.agentEvalCorrectionSchema; } });
|
|
279
|
+
Object.defineProperty(exports, "createAgentEvalRatingSchema", { enumerable: true, get: function () { return agent_evals_schema_1.createAgentEvalRatingSchema; } });
|
|
280
|
+
Object.defineProperty(exports, "CreateAgentEvalRatingDto", { enumerable: true, get: function () { return agent_evals_schema_1.CreateAgentEvalRatingDto; } });
|
|
281
|
+
Object.defineProperty(exports, "agentEvalDraftCaseSchema", { enumerable: true, get: function () { return agent_evals_schema_1.agentEvalDraftCaseSchema; } });
|
|
282
|
+
Object.defineProperty(exports, "generateDraftCasesOptionsSchema", { enumerable: true, get: function () { return agent_evals_schema_1.generateDraftCasesOptionsSchema; } });
|
|
283
|
+
Object.defineProperty(exports, "GenerateDraftCasesOptionsDto", { enumerable: true, get: function () { return agent_evals_schema_1.GenerateDraftCasesOptionsDto; } });
|
|
251
284
|
var eval_insights_schema_1 = require("./schemas/eval-insights.schema");
|
|
252
285
|
Object.defineProperty(exports, "aiInsightsStatusSchema", { enumerable: true, get: function () { return eval_insights_schema_1.aiInsightsStatusSchema; } });
|
|
253
286
|
Object.defineProperty(exports, "aiInsightsPayloadSchema", { enumerable: true, get: function () { return eval_insights_schema_1.aiInsightsPayloadSchema; } });
|
|
@@ -262,4 +295,6 @@ Object.defineProperty(exports, "X_N8N_FEATURE_HEADER", { enumerable: true, get:
|
|
|
262
295
|
Object.defineProperty(exports, "X_N8N_VERSION_HEADER", { enumerable: true, get: function () { return proxy_feature_1.X_N8N_VERSION_HEADER; } });
|
|
263
296
|
Object.defineProperty(exports, "N8N_PROXY_FEATURES", { enumerable: true, get: function () { return proxy_feature_1.N8N_PROXY_FEATURES; } });
|
|
264
297
|
Object.defineProperty(exports, "buildProxyHeaders", { enumerable: true, get: function () { return proxy_feature_1.buildProxyHeaders; } });
|
|
298
|
+
var role_mapping_1 = require("./constants/role-mapping");
|
|
299
|
+
Object.defineProperty(exports, "BLOCK_ACCESS_ASSIGNMENT", { enumerable: true, get: function () { return role_mapping_1.BLOCK_ACCESS_ASSIGNMENT; } });
|
|
265
300
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA,yCAA+C;AAAtC,8FAAA,CAAC,OAAA;AAEV,wCAAsB;AAGtB,sDAAoC;AAKpC,iDAA+B;AAC/B,4DAA0C;AAC1C,0DAAwC;AACxC,gEAA8C;AAC9C,4DAA0C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/push/index.d.ts
CHANGED
|
@@ -8,7 +8,8 @@ import type { InstanceAiPushMessage } from './instance-ai';
|
|
|
8
8
|
import type { WebhookPushMessage } from './webhook';
|
|
9
9
|
import type { WorkerPushMessage } from './worker';
|
|
10
10
|
import type { WorkflowPushMessage } from './workflow';
|
|
11
|
-
|
|
11
|
+
import type { WorkflowReviewPushMessage } from './workflow-review';
|
|
12
|
+
export type PushMessage = ExecutionPushMessage | WorkflowPushMessage | HotReloadPushMessage | WebhookPushMessage | WorkerPushMessage | CollaborationPushMessage | DebugPushMessage | BuilderCreditsPushMessage | ChatHubPushMessage | InstanceAiPushMessage | WorkflowReviewPushMessage;
|
|
12
13
|
export type PushType = PushMessage['type'];
|
|
13
14
|
export type PushPayload<T extends PushType> = Extract<PushMessage, {
|
|
14
15
|
type: T;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-review.js","sourceRoot":"","sources":["../../src/push/workflow-review.ts"],"names":[],"mappings":""}
|