@n8n/api-types 1.22.0 → 1.23.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.
Files changed (57) hide show
  1. package/dist/agents/agent-json-config.schema.d.ts +219 -4
  2. package/dist/agents/agent-json-config.schema.js +19 -0
  3. package/dist/agents/agent-json-config.schema.js.map +1 -1
  4. package/dist/agents/dto.d.ts +14 -0
  5. package/dist/agents/dto.js +11 -1
  6. package/dist/agents/dto.js.map +1 -1
  7. package/dist/agents/types.d.ts +46 -7
  8. package/dist/agents/types.js +1 -1
  9. package/dist/agents/types.js.map +1 -1
  10. package/dist/build.tsbuildinfo +1 -1
  11. package/dist/dto/ai/ai-build-request.dto.d.ts +3 -3
  12. package/dist/dto/credential-resolver/list-credential-resolvers-query.dto.d.ts +8 -0
  13. package/dist/dto/credential-resolver/list-credential-resolvers-query.dto.js +11 -0
  14. package/dist/dto/credential-resolver/list-credential-resolvers-query.dto.js.map +1 -0
  15. package/dist/dto/credentials/credential-connection-status.d.ts +3 -0
  16. package/dist/dto/credentials/credential-connection-status.js +3 -0
  17. package/dist/dto/credentials/credential-connection-status.js.map +1 -0
  18. package/dist/dto/index.d.ts +3 -1
  19. package/dist/dto/index.js +7 -7
  20. package/dist/dto/index.js.map +1 -1
  21. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.d.ts +6 -0
  22. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.js +4 -0
  23. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.js.map +1 -1
  24. package/dist/dto/packages/export-workflows-request.dto.d.ts +9 -0
  25. package/dist/dto/packages/export-workflows-request.dto.js +11 -0
  26. package/dist/dto/packages/export-workflows-request.dto.js.map +1 -0
  27. package/dist/dto/security-settings/security-settings.dto.d.ts +20 -0
  28. package/dist/dto/security-settings/security-settings.dto.js +6 -0
  29. package/dist/dto/security-settings/security-settings.dto.js.map +1 -1
  30. package/dist/dto/source-control/push-work-folder-request.dto.d.ts +3 -3
  31. package/dist/dto/workflows/base-workflow.dto.d.ts +26 -0
  32. package/dist/dto/workflows/base-workflow.dto.js +8 -1
  33. package/dist/dto/workflows/base-workflow.dto.js.map +1 -1
  34. package/dist/dto/workflows/create-workflow.dto.d.ts +18 -0
  35. package/dist/dto/workflows/get-resource-dependencies.dto.d.ts +1 -1
  36. package/dist/dto/workflows/get-resource-dependency-counts.dto.d.ts +1 -1
  37. package/dist/dto/workflows/update-workflow.dto.d.ts +18 -0
  38. package/dist/index.d.ts +4 -2
  39. package/dist/index.js +10 -1
  40. package/dist/index.js.map +1 -1
  41. package/dist/redaction-enforcement-floor.d.ts +3 -0
  42. package/dist/redaction-enforcement-floor.js +6 -0
  43. package/dist/redaction-enforcement-floor.js.map +1 -0
  44. package/dist/schemas/eval-collections.schema.d.ts +1 -1
  45. package/dist/schemas/eval-collections.schema.js +1 -1
  46. package/dist/schemas/eval-collections.schema.js.map +1 -1
  47. package/dist/schemas/eval-insights.schema.d.ts +286 -0
  48. package/dist/schemas/eval-insights.schema.js +52 -0
  49. package/dist/schemas/eval-insights.schema.js.map +1 -0
  50. package/dist/schemas/instance-ai.schema.d.ts +32 -28
  51. package/dist/schemas/instance-ai.schema.js +11 -16
  52. package/dist/schemas/instance-ai.schema.js.map +1 -1
  53. package/dist/schemas/source-controlled-file.schema.d.ts +2 -2
  54. package/package.json +8 -8
  55. package/dist/dto/redaction-enforcement/redaction-enforcement.dto.d.ts +0 -22
  56. package/dist/dto/redaction-enforcement/redaction-enforcement.dto.js +0 -19
  57. package/dist/dto/redaction-enforcement/redaction-enforcement.dto.js.map +0 -1
@@ -36,8 +36,8 @@ declare const AiBuilderChatRequestDto_base: import("../../zod-class").ZodClass<{
36
36
  selectedNodes?: SelectedNodeContext[] | undefined;
37
37
  };
38
38
  resumeData?: unknown[] | Record<string, unknown> | undefined;
39
- mode?: "build" | "plan" | undefined;
40
39
  versionId?: string | undefined;
40
+ mode?: "build" | "plan" | undefined;
41
41
  featureFlags?: {
42
42
  pinData?: boolean | undefined;
43
43
  templateExamples?: boolean | undefined;
@@ -147,8 +147,8 @@ declare const AiBuilderChatRequestDto_base: import("../../zod-class").ZodClass<{
147
147
  selectedNodes?: SelectedNodeContext[] | undefined;
148
148
  };
149
149
  resumeData?: unknown[] | Record<string, unknown> | undefined;
150
- mode?: "build" | "plan" | undefined;
151
150
  versionId?: string | undefined;
151
+ mode?: "build" | "plan" | undefined;
152
152
  featureFlags?: {
153
153
  pinData?: boolean | undefined;
154
154
  templateExamples?: boolean | undefined;
@@ -178,8 +178,8 @@ declare const AiBuilderChatRequestDto_base: import("../../zod-class").ZodClass<{
178
178
  selectedNodes?: SelectedNodeContext[] | undefined;
179
179
  };
180
180
  resumeData?: unknown[] | Record<string, unknown> | undefined;
181
- mode?: "build" | "plan" | undefined;
182
181
  versionId?: string | undefined;
182
+ mode?: "build" | "plan" | undefined;
183
183
  featureFlags?: {
184
184
  pinData?: boolean | undefined;
185
185
  templateExamples?: boolean | undefined;
@@ -0,0 +1,8 @@
1
+ declare const ListCredentialResolversQueryDto_base: import("../../zod-class").ZodClass<{
2
+ includeSystem?: boolean | undefined;
3
+ }, {
4
+ includeSystem: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEnum<["true", "false"]>, boolean, "true" | "false">>;
5
+ }>;
6
+ export declare class ListCredentialResolversQueryDto extends ListCredentialResolversQueryDto_base {
7
+ }
8
+ export {};
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListCredentialResolversQueryDto = void 0;
4
+ const boolean_from_string_1 = require("../../schemas/boolean-from-string");
5
+ const zod_class_1 = require("../../zod-class");
6
+ class ListCredentialResolversQueryDto extends zod_class_1.Z.class({
7
+ includeSystem: boolean_from_string_1.booleanFromString.optional(),
8
+ }) {
9
+ }
10
+ exports.ListCredentialResolversQueryDto = ListCredentialResolversQueryDto;
11
+ //# sourceMappingURL=list-credential-resolvers-query.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-credential-resolvers-query.dto.js","sourceRoot":"","sources":["../../../src/dto/credential-resolver/list-credential-resolvers-query.dto.ts"],"names":[],"mappings":";;;AAAA,2EAAsE;AACtE,+CAAoC;AAEpC,MAAa,+BAAgC,SAAQ,aAAC,CAAC,KAAK,CAAC;IAC5D,aAAa,EAAE,uCAAiB,CAAC,QAAQ,EAAE;CAC3C,CAAC;CAAG;AAFL,0EAEK"}
@@ -0,0 +1,3 @@
1
+ export interface CredentialConnectionStatus {
2
+ connectedByMe?: boolean;
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=credential-connection-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credential-connection-status.js","sourceRoot":"","sources":["../../../src/dto/credentials/credential-connection-status.ts"],"names":[],"mappings":""}
@@ -22,6 +22,7 @@ export { EmbedLoginQueryDto } from './auth/embed-login-query.dto';
22
22
  export { EmbedLoginBodyDto } from './auth/embed-login-body.dto';
23
23
  export { CreateCredentialResolverDto } from './credential-resolver/create-credential-resolver.dto';
24
24
  export { UpdateCredentialResolverDto } from './credential-resolver/update-credential-resolver.dto';
25
+ export { ListCredentialResolversQueryDto } from './credential-resolver/list-credential-resolvers-query.dto';
25
26
  export { OptionsRequestDto } from './dynamic-node-parameters/options-request.dto';
26
27
  export { ResourceLocatorRequestDto } from './dynamic-node-parameters/resource-locator-request.dto';
27
28
  export { ResourceMapperFieldsRequestDto } from './dynamic-node-parameters/resource-mapper-fields-request.dto';
@@ -59,6 +60,7 @@ export { UpdateVariableRequestDto } from './variables/update-variable-request.dt
59
60
  export { CredentialsGetOneRequestQuery } from './credentials/credentials-get-one-request.dto';
60
61
  export { CredentialsGetManyRequestQuery } from './credentials/credentials-get-many-request.dto';
61
62
  export { GenerateCredentialNameRequestQuery } from './credentials/generate-credential-name.dto';
63
+ export type { CredentialConnectionStatus } from './credentials/credential-connection-status';
62
64
  export { MAX_PINNED_DATA_SIZE, MAX_WORKFLOW_SIZE, MAX_EXPECTED_REQUEST_SIZE, } from './workflows/base-workflow.dto';
63
65
  export { CreateWorkflowDto } from './workflows/create-workflow.dto';
64
66
  export { UpdateWorkflowDto } from './workflows/update-workflow.dto';
@@ -114,11 +116,11 @@ export { RenameDataTableColumnDto } from './data-table/rename-data-table-column.
114
116
  export { updateDataTableColumnSchema, type UpdateDataTableColumnDto, } from './data-table/update-data-table-column.dto';
115
117
  export { DownloadDataTableCsvQueryDto } from './data-table/download-data-table-csv-query.dto';
116
118
  export { ImportCsvToDataTableDto } from './data-table/import-csv-to-data-table.dto';
119
+ export { ExportWorkflowsRequestDto } from './packages/export-workflows-request.dto';
117
120
  export * from './evaluations';
118
121
  export { OAuthClientResponseDto, ListOAuthClientsResponseDto, DeleteOAuthClientResponseDto, InstanceMcpClientStatsResponseDto, } from './oauth/oauth-client.dto';
119
122
  export { ProvisioningConfigDto, ProvisioningConfigPatchDto, type ProvisioningMode, type ProvisioningModeFlags, } from './provisioning/config.dto';
120
123
  export { SecuritySettingsDto, UpdateSecuritySettingsDto, } from './security-settings/security-settings.dto';
121
- export { RedactionEnforcementDto, UpdateRedactionEnforcementDto, redactionScopeSchema, type RedactionScope, } from './redaction-enforcement/redaction-enforcement.dto';
122
124
  export { WorkflowHistoryVersionsByIdsDto } from './workflow-history/workflow-history-versions-by-ids.dto';
123
125
  export { UpdateWorkflowHistoryVersionDto } from './workflow-history/update-workflow-history-version.dto';
124
126
  export { UpdateExternalSecretsSettingsDto } from './secrets-provider/update-external-secrets-settings.dto';
package/dist/dto/index.js CHANGED
@@ -14,9 +14,9 @@ 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.UserUpdateRequestDto = exports.UserSelfSettingsUpdateRequestDto = exports.SettingsUpdateRequestDto = exports.RoleChangeRequestDto = exports.PasswordUpdateRequestDto = exports.SamlToggleDto = exports.SamlPreferencesAttributeMapping = exports.SamlPreferences = exports.SamlAcsDto = exports.ListProjectsQueryDto = exports.ChangeUserRoleInProject = exports.AddUsersToProjectDto = exports.DeleteProjectDto = exports.UpdateProjectWithRelationsDto = exports.UpdateProjectDto = exports.CreateProjectDto = exports.ChangePasswordRequestDto = exports.ResolvePasswordTokenQueryDto = exports.ForgotPasswordRequestDto = exports.DismissBannerRequestDto = exports.OwnerSetupRequestDto = exports.AcceptInvitationRequestDto = exports.InviteUsersRequestDto = exports.ActionResultRequestDto = exports.ResourceMapperFieldsRequestDto = exports.ResourceLocatorRequestDto = exports.OptionsRequestDto = exports.UpdateCredentialResolverDto = exports.CreateCredentialResolverDto = exports.EmbedLoginBodyDto = exports.EmbedLoginQueryDto = exports.ResolveSignupTokenQueryDto = exports.LoginRequestDto = exports.BinaryDataSignedQueryDto = exports.BinaryDataQueryDto = exports.InstanceAiRenameThreadRequestDto = exports.InstanceAiFeedbackRequestDto = exports.InstanceAiConfirmRequestDto = exports.AiGatewayUsageQueryDto = exports.AiClearSessionRequestDto = exports.AiTruncateMessagesRequestDto = exports.AiUsageSettingsRequestDto = exports.AiSessionRetrievalRequestDto = exports.AiFreeCreditsRequestDto = exports.AiApplySuggestionRequestDto = exports.QUICK_REPLY_TYPES = exports.AiBuilderChatRequestDto = exports.AiChatRequestDto = exports.AiAskRequestDto = exports.GetNodeTypesByIdentifierRequestDto = void 0;
18
- exports.RoleGetQueryDto = exports.RoleListQueryDto = exports.ListRoleMappingRuleQueryDto = exports.MoveRoleMappingRuleDto = exports.PatchRoleMappingRuleDto = exports.CreateRoleMappingRuleDto = exports.CreateRoleDto = exports.UpdateRoleDto = exports.USERS_LIST_SORT_OPTIONS = exports.UsersListFilterDto = exports.PaginationDto = exports.DeleteDestinationQueryDto = exports.TestDestinationQueryDto = exports.CreateDestinationDto = exports.GetDestinationQueryDto = exports.InsightsDateFilterDto = exports.ListInsightsWorkflowQueryDto = exports.TransferFolderBodyDto = exports.ListFolderQueryDto = exports.DeleteFolderDto = exports.UpdateFolderDto = exports.CreateFolderDto = exports.CreateApiKeyRequestDto = exports.UpdateApiKeyRequestDto = exports.RetrieveTagQueryDto = exports.CreateOrUpdateTagRequestDto = exports.GetResourceDependenciesDto = exports.GetResourceDependencyCountsDto = exports.ArchiveWorkflowDto = exports.DeactivateWorkflowDto = exports.ActivateWorkflowDto = exports.TransferWorkflowBodyDto = exports.ImportWorkflowFromUrlDto = exports.UpdateWorkflowDto = exports.CreateWorkflowDto = exports.MAX_EXPECTED_REQUEST_SIZE = exports.MAX_WORKFLOW_SIZE = exports.MAX_PINNED_DATA_SIZE = exports.GenerateCredentialNameRequestQuery = exports.CredentialsGetManyRequestQuery = exports.CredentialsGetOneRequestQuery = exports.UpdateVariableRequestDto = exports.NEW_VARIABLE_KEY_REGEX = exports.CreateVariableRequestDto = exports.VariableListRequestDto = exports.CreateCredentialDto = exports.PushWorkFolderRequestDto = exports.AUTO_PUBLISH_MODE = exports.PullWorkFolderRequestDto = exports.CommunityRegisteredRequestDto = void 0;
19
- exports.ENCRYPTION_KEYS_SORT_OPTIONS = exports.ListEncryptionKeysQueryDto = exports.CreateEncryptionKeyDto = exports.VersionQueryDto = exports.VersionSinceDateQueryDto = exports.ExecutionRedactionQueryDtoSchema = exports.GetQuickConnectApiKeyDto = exports.UpdateSecretsProviderConnectionDto = exports.TestSecretsProviderConnectionDto = exports.SetSecretsProviderConnectionIsEnabledDto = exports.CreateSecretsProviderConnectionDto = exports.UpdateExternalSecretsSettingsDto = exports.UpdateWorkflowHistoryVersionDto = exports.WorkflowHistoryVersionsByIdsDto = exports.redactionScopeSchema = exports.UpdateRedactionEnforcementDto = exports.RedactionEnforcementDto = exports.UpdateSecuritySettingsDto = exports.SecuritySettingsDto = exports.ProvisioningConfigPatchDto = exports.ProvisioningConfigDto = exports.InstanceMcpClientStatsResponseDto = exports.DeleteOAuthClientResponseDto = exports.ListOAuthClientsResponseDto = exports.OAuthClientResponseDto = exports.ImportCsvToDataTableDto = exports.DownloadDataTableCsvQueryDto = exports.updateDataTableColumnSchema = exports.RenameDataTableColumnDto = exports.MoveDataTableColumnDto = exports.AddDataTableColumnDto = exports.AddDataTableRowsDto = exports.CreateDataTableColumnDto = exports.PublicApiListDataTableContentQueryDto = exports.ListDataTableContentQueryDto = exports.PublicApiListDataTableQueryDto = exports.ListDataTableQueryDto = exports.UpsertDataTableRowDto = exports.DeleteDataTableRowsDto = exports.UpdateDataTableRowDto = exports.PublicApiCreateDataTableDto = exports.UpdateDataTableDto = exports.CreateDataTableDto = exports.TestOidcConfigResponseDto = exports.OIDC_PROMPT_VALUES = exports.OidcConfigDto = exports.RoleProjectMembersResponseDto = exports.RoleAssignmentsResponseDto = void 0;
17
+ exports.UserSelfSettingsUpdateRequestDto = exports.SettingsUpdateRequestDto = exports.RoleChangeRequestDto = exports.PasswordUpdateRequestDto = exports.SamlToggleDto = exports.SamlPreferencesAttributeMapping = exports.SamlPreferences = exports.SamlAcsDto = exports.ListProjectsQueryDto = exports.ChangeUserRoleInProject = exports.AddUsersToProjectDto = exports.DeleteProjectDto = exports.UpdateProjectWithRelationsDto = exports.UpdateProjectDto = exports.CreateProjectDto = exports.ChangePasswordRequestDto = exports.ResolvePasswordTokenQueryDto = exports.ForgotPasswordRequestDto = exports.DismissBannerRequestDto = exports.OwnerSetupRequestDto = exports.AcceptInvitationRequestDto = exports.InviteUsersRequestDto = exports.ActionResultRequestDto = exports.ResourceMapperFieldsRequestDto = exports.ResourceLocatorRequestDto = exports.OptionsRequestDto = exports.ListCredentialResolversQueryDto = exports.UpdateCredentialResolverDto = exports.CreateCredentialResolverDto = exports.EmbedLoginBodyDto = exports.EmbedLoginQueryDto = exports.ResolveSignupTokenQueryDto = exports.LoginRequestDto = exports.BinaryDataSignedQueryDto = exports.BinaryDataQueryDto = exports.InstanceAiRenameThreadRequestDto = exports.InstanceAiFeedbackRequestDto = exports.InstanceAiConfirmRequestDto = exports.AiGatewayUsageQueryDto = exports.AiClearSessionRequestDto = exports.AiTruncateMessagesRequestDto = exports.AiUsageSettingsRequestDto = exports.AiSessionRetrievalRequestDto = exports.AiFreeCreditsRequestDto = exports.AiApplySuggestionRequestDto = exports.QUICK_REPLY_TYPES = exports.AiBuilderChatRequestDto = exports.AiChatRequestDto = exports.AiAskRequestDto = exports.GetNodeTypesByIdentifierRequestDto = void 0;
18
+ exports.RoleListQueryDto = exports.ListRoleMappingRuleQueryDto = exports.MoveRoleMappingRuleDto = exports.PatchRoleMappingRuleDto = exports.CreateRoleMappingRuleDto = exports.CreateRoleDto = exports.UpdateRoleDto = exports.USERS_LIST_SORT_OPTIONS = exports.UsersListFilterDto = exports.PaginationDto = exports.DeleteDestinationQueryDto = exports.TestDestinationQueryDto = exports.CreateDestinationDto = exports.GetDestinationQueryDto = exports.InsightsDateFilterDto = exports.ListInsightsWorkflowQueryDto = exports.TransferFolderBodyDto = exports.ListFolderQueryDto = exports.DeleteFolderDto = exports.UpdateFolderDto = exports.CreateFolderDto = exports.CreateApiKeyRequestDto = exports.UpdateApiKeyRequestDto = exports.RetrieveTagQueryDto = exports.CreateOrUpdateTagRequestDto = exports.GetResourceDependenciesDto = exports.GetResourceDependencyCountsDto = exports.ArchiveWorkflowDto = exports.DeactivateWorkflowDto = exports.ActivateWorkflowDto = exports.TransferWorkflowBodyDto = exports.ImportWorkflowFromUrlDto = exports.UpdateWorkflowDto = exports.CreateWorkflowDto = exports.MAX_EXPECTED_REQUEST_SIZE = exports.MAX_WORKFLOW_SIZE = exports.MAX_PINNED_DATA_SIZE = exports.GenerateCredentialNameRequestQuery = exports.CredentialsGetManyRequestQuery = exports.CredentialsGetOneRequestQuery = exports.UpdateVariableRequestDto = exports.NEW_VARIABLE_KEY_REGEX = exports.CreateVariableRequestDto = exports.VariableListRequestDto = exports.CreateCredentialDto = exports.PushWorkFolderRequestDto = exports.AUTO_PUBLISH_MODE = exports.PullWorkFolderRequestDto = exports.CommunityRegisteredRequestDto = exports.UserUpdateRequestDto = void 0;
19
+ exports.ENCRYPTION_KEYS_SORT_OPTIONS = exports.ListEncryptionKeysQueryDto = exports.CreateEncryptionKeyDto = exports.VersionQueryDto = exports.VersionSinceDateQueryDto = exports.ExecutionRedactionQueryDtoSchema = exports.GetQuickConnectApiKeyDto = exports.UpdateSecretsProviderConnectionDto = exports.TestSecretsProviderConnectionDto = exports.SetSecretsProviderConnectionIsEnabledDto = exports.CreateSecretsProviderConnectionDto = exports.UpdateExternalSecretsSettingsDto = exports.UpdateWorkflowHistoryVersionDto = exports.WorkflowHistoryVersionsByIdsDto = exports.UpdateSecuritySettingsDto = exports.SecuritySettingsDto = exports.ProvisioningConfigPatchDto = exports.ProvisioningConfigDto = exports.InstanceMcpClientStatsResponseDto = exports.DeleteOAuthClientResponseDto = exports.ListOAuthClientsResponseDto = exports.OAuthClientResponseDto = exports.ExportWorkflowsRequestDto = exports.ImportCsvToDataTableDto = exports.DownloadDataTableCsvQueryDto = exports.updateDataTableColumnSchema = exports.RenameDataTableColumnDto = exports.MoveDataTableColumnDto = exports.AddDataTableColumnDto = exports.AddDataTableRowsDto = exports.CreateDataTableColumnDto = exports.PublicApiListDataTableContentQueryDto = exports.ListDataTableContentQueryDto = exports.PublicApiListDataTableQueryDto = exports.ListDataTableQueryDto = exports.UpsertDataTableRowDto = exports.DeleteDataTableRowsDto = exports.UpdateDataTableRowDto = exports.PublicApiCreateDataTableDto = exports.UpdateDataTableDto = exports.CreateDataTableDto = exports.TestOidcConfigResponseDto = exports.OIDC_PROMPT_VALUES = exports.OidcConfigDto = exports.RoleProjectMembersResponseDto = exports.RoleAssignmentsResponseDto = exports.RoleGetQueryDto = void 0;
20
20
  var get_node_types_by_identifier_dto_1 = require("./node-types/get-node-types-by-identifier.dto");
21
21
  Object.defineProperty(exports, "GetNodeTypesByIdentifierRequestDto", { enumerable: true, get: function () { return get_node_types_by_identifier_dto_1.GetNodeTypesByIdentifierRequestDto; } });
22
22
  var ai_ask_request_dto_1 = require("./ai/ai-ask-request.dto");
@@ -62,6 +62,8 @@ var create_credential_resolver_dto_1 = require("./credential-resolver/create-cre
62
62
  Object.defineProperty(exports, "CreateCredentialResolverDto", { enumerable: true, get: function () { return create_credential_resolver_dto_1.CreateCredentialResolverDto; } });
63
63
  var update_credential_resolver_dto_1 = require("./credential-resolver/update-credential-resolver.dto");
64
64
  Object.defineProperty(exports, "UpdateCredentialResolverDto", { enumerable: true, get: function () { return update_credential_resolver_dto_1.UpdateCredentialResolverDto; } });
65
+ var list_credential_resolvers_query_dto_1 = require("./credential-resolver/list-credential-resolvers-query.dto");
66
+ Object.defineProperty(exports, "ListCredentialResolversQueryDto", { enumerable: true, get: function () { return list_credential_resolvers_query_dto_1.ListCredentialResolversQueryDto; } });
65
67
  var options_request_dto_1 = require("./dynamic-node-parameters/options-request.dto");
66
68
  Object.defineProperty(exports, "OptionsRequestDto", { enumerable: true, get: function () { return options_request_dto_1.OptionsRequestDto; } });
67
69
  var resource_locator_request_dto_1 = require("./dynamic-node-parameters/resource-locator-request.dto");
@@ -253,6 +255,8 @@ var download_data_table_csv_query_dto_1 = require("./data-table/download-data-ta
253
255
  Object.defineProperty(exports, "DownloadDataTableCsvQueryDto", { enumerable: true, get: function () { return download_data_table_csv_query_dto_1.DownloadDataTableCsvQueryDto; } });
254
256
  var import_csv_to_data_table_dto_1 = require("./data-table/import-csv-to-data-table.dto");
255
257
  Object.defineProperty(exports, "ImportCsvToDataTableDto", { enumerable: true, get: function () { return import_csv_to_data_table_dto_1.ImportCsvToDataTableDto; } });
258
+ var export_workflows_request_dto_1 = require("./packages/export-workflows-request.dto");
259
+ Object.defineProperty(exports, "ExportWorkflowsRequestDto", { enumerable: true, get: function () { return export_workflows_request_dto_1.ExportWorkflowsRequestDto; } });
256
260
  __exportStar(require("./evaluations"), exports);
257
261
  var oauth_client_dto_1 = require("./oauth/oauth-client.dto");
258
262
  Object.defineProperty(exports, "OAuthClientResponseDto", { enumerable: true, get: function () { return oauth_client_dto_1.OAuthClientResponseDto; } });
@@ -265,10 +269,6 @@ Object.defineProperty(exports, "ProvisioningConfigPatchDto", { enumerable: true,
265
269
  var security_settings_dto_1 = require("./security-settings/security-settings.dto");
266
270
  Object.defineProperty(exports, "SecuritySettingsDto", { enumerable: true, get: function () { return security_settings_dto_1.SecuritySettingsDto; } });
267
271
  Object.defineProperty(exports, "UpdateSecuritySettingsDto", { enumerable: true, get: function () { return security_settings_dto_1.UpdateSecuritySettingsDto; } });
268
- var redaction_enforcement_dto_1 = require("./redaction-enforcement/redaction-enforcement.dto");
269
- Object.defineProperty(exports, "RedactionEnforcementDto", { enumerable: true, get: function () { return redaction_enforcement_dto_1.RedactionEnforcementDto; } });
270
- Object.defineProperty(exports, "UpdateRedactionEnforcementDto", { enumerable: true, get: function () { return redaction_enforcement_dto_1.UpdateRedactionEnforcementDto; } });
271
- Object.defineProperty(exports, "redactionScopeSchema", { enumerable: true, get: function () { return redaction_enforcement_dto_1.redactionScopeSchema; } });
272
272
  var workflow_history_versions_by_ids_dto_1 = require("./workflow-history/workflow-history-versions-by-ids.dto");
273
273
  Object.defineProperty(exports, "WorkflowHistoryVersionsByIdsDto", { enumerable: true, get: function () { return workflow_history_versions_by_ids_dto_1.WorkflowHistoryVersionsByIdsDto; } });
274
274
  var update_workflow_history_version_dto_1 = require("./workflow-history/update-workflow-history-version.dto");
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":"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"}
@@ -70,6 +70,12 @@ export declare const InstanceAiConfirmRequestDto: z.ZodDiscriminatedUnion<"kind"
70
70
  kind: "domainAccessDeny";
71
71
  }, {
72
72
  kind: "domainAccessDeny";
73
+ }>, z.ZodObject<{
74
+ kind: z.ZodLiteral<"planDeny">;
75
+ }, "strip", z.ZodTypeAny, {
76
+ kind: "planDeny";
77
+ }, {
78
+ kind: "planDeny";
73
79
  }>, z.ZodObject<{
74
80
  kind: z.ZodLiteral<"resourceDecision">;
75
81
  resourceDecision: z.ZodEnum<["denyOnce", "allowOnce", "allowForSession"]>;
@@ -29,6 +29,9 @@ const domainAccessApproveSchema = zod_1.z.object({
29
29
  const domainAccessDenySchema = zod_1.z.object({
30
30
  kind: zod_1.z.literal('domainAccessDeny'),
31
31
  });
32
+ const planDenySchema = zod_1.z.object({
33
+ kind: zod_1.z.literal('planDeny'),
34
+ });
32
35
  const resourceDecisionConfirmSchema = zod_1.z.object({
33
36
  kind: zod_1.z.literal('resourceDecision'),
34
37
  resourceDecision: instance_ai_schema_1.instanceGatewayResourceDecisionSchema,
@@ -52,6 +55,7 @@ exports.InstanceAiConfirmRequestDto = zod_1.z.discriminatedUnion('kind', [
52
55
  credentialSelectionConfirmSchema,
53
56
  domainAccessApproveSchema,
54
57
  domainAccessDenySchema,
58
+ planDenySchema,
55
59
  resourceDecisionConfirmSchema,
56
60
  setupWorkflowApplyConfirmSchema,
57
61
  setupWorkflowTestTriggerConfirmSchema,
@@ -1 +1 @@
1
- {"version":3,"file":"instance-ai-confirm-request.dto.js","sourceRoot":"","sources":["../../../src/dto/instance-ai/instance-ai-confirm-request.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,yEAG0C;AAQ1C,MAAM,qBAAqB,GAAG,OAAC,CAAC,MAAM,CAAC;IACtC,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC3B,QAAQ,EAAE,OAAC,CAAC,OAAO,EAAE;IACrB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC;AAGH,MAAM,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IACvC,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IAC5B,OAAO,EAAE,OAAC,CAAC,KAAK,CACf,OAAC,CAAC,MAAM,CAAC;QACR,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;QACtB,eAAe,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;QACpC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACjC,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;KAC/B,CAAC,CACF;CACD,CAAC,CAAC;AAGH,MAAM,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC;AAEtD,MAAM,gCAAgC,GAAG,OAAC,CAAC,MAAM,CAAC;IACjD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,qBAAqB,CAAC;IACtC,WAAW,EAAE,wBAAwB;CACrC,CAAC,CAAC;AAGH,MAAM,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,qBAAqB,CAAC;IACtC,kBAAkB,EAAE,6CAAwB;CAC5C,CAAC,CAAC;AAGH,MAAM,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IACvC,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;CACnC,CAAC,CAAC;AAGH,MAAM,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;IACnC,gBAAgB,EAAE,0DAAqC;CACvD,CAAC,CAAC;AAGH,MAAM,qBAAqB,GAAG,OAAC,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC,QAAQ,EAAE,CAAC;AAE5E,MAAM,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC;AAIxE,MAAM,+BAA+B,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,oBAAoB,CAAC;IACrC,eAAe,EAAE,qBAAqB;IACtC,cAAc,EAAE,oBAAoB;CACpC,CAAC,CAAC;AAIH,MAAM,qCAAqC,GAAG,OAAC,CAAC,MAAM,CAAC;IACtD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,0BAA0B,CAAC;IAC3C,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE;IAC3B,eAAe,EAAE,qBAAqB;IACtC,cAAc,EAAE,oBAAoB;CACpC,CAAC,CAAC;AAEU,QAAA,2BAA2B,GAAG,OAAC,CAAC,kBAAkB,CAAC,MAAM,EAAE;IACvE,qBAAqB;IACrB,sBAAsB;IACtB,gCAAgC;IAChC,yBAAyB;IACzB,sBAAsB;IACtB,6BAA6B;IAC7B,+BAA+B;IAC/B,qCAAqC;CACrC,CAAC,CAAC"}
1
+ {"version":3,"file":"instance-ai-confirm-request.dto.js","sourceRoot":"","sources":["../../../src/dto/instance-ai/instance-ai-confirm-request.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,yEAG0C;AAQ1C,MAAM,qBAAqB,GAAG,OAAC,CAAC,MAAM,CAAC;IACtC,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC3B,QAAQ,EAAE,OAAC,CAAC,OAAO,EAAE;IACrB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC;AAGH,MAAM,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IACvC,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IAC5B,OAAO,EAAE,OAAC,CAAC,KAAK,CACf,OAAC,CAAC,MAAM,CAAC;QACR,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;QACtB,eAAe,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;QACpC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACjC,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;KAC/B,CAAC,CACF;CACD,CAAC,CAAC;AAGH,MAAM,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC;AAEtD,MAAM,gCAAgC,GAAG,OAAC,CAAC,MAAM,CAAC;IACjD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,qBAAqB,CAAC;IACtC,WAAW,EAAE,wBAAwB;CACrC,CAAC,CAAC;AAGH,MAAM,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,qBAAqB,CAAC;IACtC,kBAAkB,EAAE,6CAAwB;CAC5C,CAAC,CAAC;AAGH,MAAM,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IACvC,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;CACnC,CAAC,CAAC;AAIH,MAAM,cAAc,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/B,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,UAAU,CAAC;CAC3B,CAAC,CAAC;AAGH,MAAM,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;IACnC,gBAAgB,EAAE,0DAAqC;CACvD,CAAC,CAAC;AAGH,MAAM,qBAAqB,GAAG,OAAC,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC,QAAQ,EAAE,CAAC;AAE5E,MAAM,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC;AAIxE,MAAM,+BAA+B,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,oBAAoB,CAAC;IACrC,eAAe,EAAE,qBAAqB;IACtC,cAAc,EAAE,oBAAoB;CACpC,CAAC,CAAC;AAIH,MAAM,qCAAqC,GAAG,OAAC,CAAC,MAAM,CAAC;IACtD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,0BAA0B,CAAC;IAC3C,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE;IAC3B,eAAe,EAAE,qBAAqB;IACtC,cAAc,EAAE,oBAAoB;CACpC,CAAC,CAAC;AAEU,QAAA,2BAA2B,GAAG,OAAC,CAAC,kBAAkB,CAAC,MAAM,EAAE;IACvE,qBAAqB;IACrB,sBAAsB;IACtB,gCAAgC;IAChC,yBAAyB;IACzB,sBAAsB;IACtB,cAAc;IACd,6BAA6B;IAC7B,+BAA+B;IAC/B,qCAAqC;CACrC,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from 'zod';
2
+ declare const ExportWorkflowsRequestDto_base: import("../../zod-class").ZodClass<{
3
+ workflowIds: string[];
4
+ }, {
5
+ workflowIds: z.ZodArray<z.ZodString, "many">;
6
+ }>;
7
+ export declare class ExportWorkflowsRequestDto extends ExportWorkflowsRequestDto_base {
8
+ }
9
+ export {};
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ExportWorkflowsRequestDto = void 0;
4
+ const zod_1 = require("zod");
5
+ const zod_class_1 = require("../../zod-class");
6
+ class ExportWorkflowsRequestDto extends zod_class_1.Z.class({
7
+ workflowIds: zod_1.z.array(zod_1.z.string().trim().min(1)).min(1).max(300),
8
+ }) {
9
+ }
10
+ exports.ExportWorkflowsRequestDto = ExportWorkflowsRequestDto;
11
+ //# sourceMappingURL=export-workflows-request.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"export-workflows-request.dto.js","sourceRoot":"","sources":["../../../src/dto/packages/export-workflows-request.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,+CAAoC;AAEpC,MAAa,yBAA0B,SAAQ,aAAC,CAAC,KAAK,CAAC;IACtD,WAAW,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC;CAC9D,CAAC;CAAG;AAFL,8DAEK"}
@@ -6,6 +6,9 @@ declare const SecuritySettingsDto_base: import("../../zod-class").ZodClass<{
6
6
  sharedPersonalWorkflowsCount: number;
7
7
  sharedPersonalCredentialsCount: number;
8
8
  managedByEnv: boolean;
9
+ redactionEnforcement?: {
10
+ floor: "production" | "all" | "off";
11
+ } | undefined;
9
12
  }, {
10
13
  personalSpacePublishing: z.ZodBoolean;
11
14
  personalSpaceSharing: z.ZodBoolean;
@@ -13,15 +16,32 @@ declare const SecuritySettingsDto_base: import("../../zod-class").ZodClass<{
13
16
  sharedPersonalWorkflowsCount: z.ZodNumber;
14
17
  sharedPersonalCredentialsCount: z.ZodNumber;
15
18
  managedByEnv: z.ZodBoolean;
19
+ redactionEnforcement: z.ZodOptional<z.ZodObject<{
20
+ floor: z.ZodEnum<["off", "production", "all"]>;
21
+ }, "strip", z.ZodTypeAny, {
22
+ floor: "production" | "all" | "off";
23
+ }, {
24
+ floor: "production" | "all" | "off";
25
+ }>>;
16
26
  }>;
17
27
  export declare class SecuritySettingsDto extends SecuritySettingsDto_base {
18
28
  }
19
29
  declare const UpdateSecuritySettingsDto_base: import("../../zod-class").ZodClass<{
20
30
  personalSpacePublishing?: boolean | undefined;
21
31
  personalSpaceSharing?: boolean | undefined;
32
+ redactionEnforcement?: {
33
+ floor: "production" | "all" | "off";
34
+ } | undefined;
22
35
  }, {
23
36
  personalSpacePublishing: z.ZodOptional<z.ZodBoolean>;
24
37
  personalSpaceSharing: z.ZodOptional<z.ZodBoolean>;
38
+ redactionEnforcement: z.ZodOptional<z.ZodObject<{
39
+ floor: z.ZodEnum<["off", "production", "all"]>;
40
+ }, "strip", z.ZodTypeAny, {
41
+ floor: "production" | "all" | "off";
42
+ }, {
43
+ floor: "production" | "all" | "off";
44
+ }>>;
25
45
  }>;
26
46
  export declare class UpdateSecuritySettingsDto extends UpdateSecuritySettingsDto_base {
27
47
  }
@@ -2,7 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateSecuritySettingsDto = exports.SecuritySettingsDto = void 0;
4
4
  const zod_1 = require("zod");
5
+ const redaction_enforcement_floor_1 = require("../../redaction-enforcement-floor");
5
6
  const zod_class_1 = require("../../zod-class");
7
+ const redactionEnforcementFieldSchema = zod_1.z.object({
8
+ floor: redaction_enforcement_floor_1.redactionFloorSchema,
9
+ });
6
10
  class SecuritySettingsDto extends zod_class_1.Z.class({
7
11
  personalSpacePublishing: zod_1.z.boolean(),
8
12
  personalSpaceSharing: zod_1.z.boolean(),
@@ -10,12 +14,14 @@ class SecuritySettingsDto extends zod_class_1.Z.class({
10
14
  sharedPersonalWorkflowsCount: zod_1.z.number(),
11
15
  sharedPersonalCredentialsCount: zod_1.z.number(),
12
16
  managedByEnv: zod_1.z.boolean(),
17
+ redactionEnforcement: redactionEnforcementFieldSchema.optional(),
13
18
  }) {
14
19
  }
15
20
  exports.SecuritySettingsDto = SecuritySettingsDto;
16
21
  class UpdateSecuritySettingsDto extends zod_class_1.Z.class({
17
22
  personalSpacePublishing: zod_1.z.boolean().optional(),
18
23
  personalSpaceSharing: zod_1.z.boolean().optional(),
24
+ redactionEnforcement: redactionEnforcementFieldSchema.optional(),
19
25
  }) {
20
26
  }
21
27
  exports.UpdateSecuritySettingsDto = UpdateSecuritySettingsDto;
@@ -1 +1 @@
1
- {"version":3,"file":"security-settings.dto.js","sourceRoot":"","sources":["../../../src/dto/security-settings/security-settings.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,+CAAoC;AAEpC,MAAa,mBAAoB,SAAQ,aAAC,CAAC,KAAK,CAAC;IAChD,uBAAuB,EAAE,OAAC,CAAC,OAAO,EAAE;IACpC,oBAAoB,EAAE,OAAC,CAAC,OAAO,EAAE;IACjC,+BAA+B,EAAE,OAAC,CAAC,MAAM,EAAE;IAC3C,4BAA4B,EAAE,OAAC,CAAC,MAAM,EAAE;IACxC,8BAA8B,EAAE,OAAC,CAAC,MAAM,EAAE;IAC1C,YAAY,EAAE,OAAC,CAAC,OAAO,EAAE;CACzB,CAAC;CAAG;AAPL,kDAOK;AAEL,MAAa,yBAA0B,SAAQ,aAAC,CAAC,KAAK,CAAC;IACtD,uBAAuB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC/C,oBAAoB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAC5C,CAAC;CAAG;AAHL,8DAGK"}
1
+ {"version":3,"file":"security-settings.dto.js","sourceRoot":"","sources":["../../../src/dto/security-settings/security-settings.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,mFAAyE;AACzE,+CAAoC;AAEpC,MAAM,+BAA+B,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,KAAK,EAAE,kDAAoB;CAC3B,CAAC,CAAC;AAEH,MAAa,mBAAoB,SAAQ,aAAC,CAAC,KAAK,CAAC;IAChD,uBAAuB,EAAE,OAAC,CAAC,OAAO,EAAE;IACpC,oBAAoB,EAAE,OAAC,CAAC,OAAO,EAAE;IACjC,+BAA+B,EAAE,OAAC,CAAC,MAAM,EAAE;IAC3C,4BAA4B,EAAE,OAAC,CAAC,MAAM,EAAE;IACxC,8BAA8B,EAAE,OAAC,CAAC,MAAM,EAAE;IAC1C,YAAY,EAAE,OAAC,CAAC,OAAO,EAAE;IACzB,oBAAoB,EAAE,+BAA+B,CAAC,QAAQ,EAAE;CAChE,CAAC;CAAG;AARL,kDAQK;AAEL,MAAa,yBAA0B,SAAQ,aAAC,CAAC,KAAK,CAAC;IACtD,uBAAuB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC/C,oBAAoB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC5C,oBAAoB,EAAE,+BAA+B,CAAC,QAAQ,EAAE;CAChE,CAAC;CAAG;AAJL,8DAIK"}
@@ -2,7 +2,7 @@ import { z } from 'zod';
2
2
  declare const PushWorkFolderRequestDto_base: import("../../zod-class").ZodClass<{
3
3
  fileNames: {
4
4
  status: "unknown" | "new" | "modified" | "deleted" | "created" | "renamed" | "conflicted" | "ignored" | "staged";
5
- type: "workflow" | "credential" | "project" | "tags" | "variables" | "file" | "folders" | "datatable";
5
+ type: "credential" | "workflow" | "project" | "tags" | "variables" | "file" | "folders" | "datatable";
6
6
  id: string;
7
7
  name: string;
8
8
  updatedAt: string;
@@ -56,7 +56,7 @@ declare const PushWorkFolderRequestDto_base: import("../../zod-class").ZodClass<
56
56
  publishingError: z.ZodOptional<z.ZodString>;
57
57
  }, "strip", z.ZodTypeAny, {
58
58
  status: "unknown" | "new" | "modified" | "deleted" | "created" | "renamed" | "conflicted" | "ignored" | "staged";
59
- type: "workflow" | "credential" | "project" | "tags" | "variables" | "file" | "folders" | "datatable";
59
+ type: "credential" | "workflow" | "project" | "tags" | "variables" | "file" | "folders" | "datatable";
60
60
  id: string;
61
61
  name: string;
62
62
  updatedAt: string;
@@ -76,7 +76,7 @@ declare const PushWorkFolderRequestDto_base: import("../../zod-class").ZodClass<
76
76
  publishingError?: string | undefined;
77
77
  }, {
78
78
  status: "unknown" | "new" | "modified" | "deleted" | "created" | "renamed" | "conflicted" | "ignored" | "staged";
79
- type: "workflow" | "credential" | "project" | "tags" | "variables" | "file" | "folders" | "datatable";
79
+ type: "credential" | "workflow" | "project" | "tags" | "variables" | "file" | "folders" | "datatable";
80
80
  id: string;
81
81
  name: string;
82
82
  updatedAt: string;
@@ -12,6 +12,19 @@ export declare const workflowSettingsSchema: z.ZodType<IWorkflowSettings, z.ZodT
12
12
  export declare const workflowStaticDataSchema: z.ZodEffects<z.ZodType<IDataObject | null, z.ZodTypeDef, IDataObject | null>, IDataObject | null, unknown>;
13
13
  export declare const workflowPinDataSchema: z.ZodType<IPinData | null, z.ZodTypeDef, IPinData | null>;
14
14
  export declare const workflowMetaSchema: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
15
+ export declare const workflowNodeGroupsSchema: z.ZodArray<z.ZodObject<{
16
+ id: z.ZodString;
17
+ name: z.ZodString;
18
+ nodeIds: z.ZodArray<z.ZodString, "many">;
19
+ }, "strip", z.ZodTypeAny, {
20
+ id: string;
21
+ name: string;
22
+ nodeIds: string[];
23
+ }, {
24
+ id: string;
25
+ name: string;
26
+ nodeIds: string[];
27
+ }>, "many">;
15
28
  export declare const baseWorkflowShape: {
16
29
  readonly name: z.ZodEffects<z.ZodString, string, string>;
17
30
  readonly description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -21,6 +34,19 @@ export declare const baseWorkflowShape: {
21
34
  readonly staticData: z.ZodOptional<z.ZodEffects<z.ZodType<IDataObject | null, z.ZodTypeDef, IDataObject | null>, IDataObject | null, unknown>>;
22
35
  readonly meta: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
23
36
  readonly pinData: z.ZodOptional<z.ZodType<IPinData | null, z.ZodTypeDef, IPinData | null>>;
37
+ readonly nodeGroups: z.ZodOptional<z.ZodArray<z.ZodObject<{
38
+ id: z.ZodString;
39
+ name: z.ZodString;
40
+ nodeIds: z.ZodArray<z.ZodString, "many">;
41
+ }, "strip", z.ZodTypeAny, {
42
+ id: string;
43
+ name: string;
44
+ nodeIds: string[];
45
+ }, {
46
+ id: string;
47
+ name: string;
48
+ nodeIds: string[];
49
+ }>, "many">>;
24
50
  readonly hash: z.ZodOptional<z.ZodString>;
25
51
  readonly parentFolderId: z.ZodOptional<z.ZodString>;
26
52
  readonly parentFolder: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.baseWorkflowShape = exports.workflowMetaSchema = exports.workflowPinDataSchema = exports.workflowStaticDataSchema = exports.workflowSettingsSchema = exports.workflowConnectionsSchema = exports.workflowNodesSchema = exports.workflowDescriptionSchema = exports.workflowNameSchema = exports.MAX_EXPECTED_REQUEST_SIZE = exports.MAX_WORKFLOW_SIZE = exports.MAX_PINNED_DATA_SIZE = exports.WORKFLOW_NAME_MAX_LENGTH = void 0;
3
+ exports.baseWorkflowShape = exports.workflowNodeGroupsSchema = exports.workflowMetaSchema = exports.workflowPinDataSchema = exports.workflowStaticDataSchema = exports.workflowSettingsSchema = exports.workflowConnectionsSchema = exports.workflowNodesSchema = exports.workflowDescriptionSchema = exports.workflowNameSchema = exports.MAX_EXPECTED_REQUEST_SIZE = exports.MAX_WORKFLOW_SIZE = exports.MAX_PINNED_DATA_SIZE = exports.WORKFLOW_NAME_MAX_LENGTH = void 0;
4
4
  const zod_1 = require("zod");
5
5
  const xss_check_1 = require("../../utils/xss-check");
6
6
  exports.WORKFLOW_NAME_MAX_LENGTH = 128;
@@ -41,6 +41,12 @@ exports.workflowPinDataSchema = zod_1.z.custom((val) => val === null || (typeof
41
41
  message: 'Pin data must be an object or null',
42
42
  });
43
43
  exports.workflowMetaSchema = zod_1.z.record(zod_1.z.string(), zod_1.z.unknown()).nullable();
44
+ const workflowGroupSchema = zod_1.z.object({
45
+ id: zod_1.z.string().min(1),
46
+ name: zod_1.z.string().min(1),
47
+ nodeIds: zod_1.z.array(zod_1.z.string().min(1)),
48
+ });
49
+ exports.workflowNodeGroupsSchema = zod_1.z.array(workflowGroupSchema);
44
50
  exports.baseWorkflowShape = {
45
51
  name: exports.workflowNameSchema,
46
52
  description: exports.workflowDescriptionSchema.optional(),
@@ -50,6 +56,7 @@ exports.baseWorkflowShape = {
50
56
  staticData: exports.workflowStaticDataSchema.optional(),
51
57
  meta: exports.workflowMetaSchema.optional(),
52
58
  pinData: exports.workflowPinDataSchema.optional(),
59
+ nodeGroups: exports.workflowNodeGroupsSchema.optional(),
53
60
  hash: zod_1.z.string().optional(),
54
61
  parentFolderId: zod_1.z.string().optional(),
55
62
  parentFolder: zod_1.z.object({ id: zod_1.z.string(), name: zod_1.z.string() }).nullable().optional(),
@@ -1 +1 @@
1
- {"version":3,"file":"base-workflow.dto.js","sourceRoot":"","sources":["../../../src/dto/workflows/base-workflow.dto.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"base-workflow.dto.js","sourceRoot":"","sources":["../../../src/dto/workflows/base-workflow.dto.ts"],"names":[],"mappings":"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"}
@@ -11,6 +11,11 @@ declare const CreateWorkflowDto_base: import("../../zod-class").ZodClass<{
11
11
  staticData?: import("n8n-workflow").IDataObject | null | undefined;
12
12
  pinData?: import("n8n-workflow").IPinData | null | undefined;
13
13
  meta?: Record<string, unknown> | null | undefined;
14
+ nodeGroups?: {
15
+ id: string;
16
+ name: string;
17
+ nodeIds: string[];
18
+ }[] | undefined;
14
19
  uiContext?: string | undefined;
15
20
  tags?: string[] | undefined;
16
21
  parentFolderId?: string | undefined;
@@ -33,6 +38,19 @@ declare const CreateWorkflowDto_base: import("../../zod-class").ZodClass<{
33
38
  staticData: z.ZodOptional<z.ZodEffects<z.ZodType<import("n8n-workflow").IDataObject | null, z.ZodTypeDef, import("n8n-workflow").IDataObject | null>, import("n8n-workflow").IDataObject | null, unknown>>;
34
39
  meta: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
35
40
  pinData: z.ZodOptional<z.ZodType<import("n8n-workflow").IPinData | null, z.ZodTypeDef, import("n8n-workflow").IPinData | null>>;
41
+ nodeGroups: z.ZodOptional<z.ZodArray<z.ZodObject<{
42
+ id: z.ZodString;
43
+ name: z.ZodString;
44
+ nodeIds: z.ZodArray<z.ZodString, "many">;
45
+ }, "strip", z.ZodTypeAny, {
46
+ id: string;
47
+ name: string;
48
+ nodeIds: string[];
49
+ }, {
50
+ id: string;
51
+ name: string;
52
+ nodeIds: string[];
53
+ }>, "many">>;
36
54
  hash: z.ZodOptional<z.ZodString>;
37
55
  parentFolderId: z.ZodOptional<z.ZodString>;
38
56
  parentFolder: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  declare const GetResourceDependenciesDto_base: import("../../zod-class").ZodClass<{
3
3
  resourceIds: string[];
4
- resourceType: "workflow" | "credential" | "dataTable";
4
+ resourceType: "credential" | "workflow" | "dataTable";
5
5
  }, {
6
6
  resourceIds: z.ZodArray<z.ZodString, "many">;
7
7
  resourceType: z.ZodEnum<["workflow", "credential", "dataTable"]>;
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  declare const GetResourceDependencyCountsDto_base: import("../../zod-class").ZodClass<{
3
3
  resourceIds: string[];
4
- resourceType: "workflow" | "credential" | "dataTable";
4
+ resourceType: "credential" | "workflow" | "dataTable";
5
5
  }, {
6
6
  resourceIds: z.ZodArray<z.ZodString, "many">;
7
7
  resourceType: z.ZodEnum<["workflow", "credential", "dataTable"]>;
@@ -8,6 +8,11 @@ declare const UpdateWorkflowDto_base: import("../../zod-class").ZodClass<{
8
8
  staticData?: import("n8n-workflow").IDataObject | null | undefined;
9
9
  pinData?: import("n8n-workflow").IPinData | null | undefined;
10
10
  meta?: Record<string, unknown> | null | undefined;
11
+ nodeGroups?: {
12
+ id: string;
13
+ name: string;
14
+ nodeIds: string[];
15
+ }[] | undefined;
11
16
  uiContext?: string | undefined;
12
17
  tags?: string[] | undefined;
13
18
  parentFolderId?: string | undefined;
@@ -28,6 +33,19 @@ declare const UpdateWorkflowDto_base: import("../../zod-class").ZodClass<{
28
33
  readonly staticData: z.ZodOptional<z.ZodOptional<z.ZodEffects<z.ZodType<import("n8n-workflow").IDataObject | null, z.ZodTypeDef, import("n8n-workflow").IDataObject | null>, import("n8n-workflow").IDataObject | null, unknown>>>;
29
34
  readonly meta: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
30
35
  readonly pinData: z.ZodOptional<z.ZodOptional<z.ZodType<import("n8n-workflow").IPinData | null, z.ZodTypeDef, import("n8n-workflow").IPinData | null>>>;
36
+ readonly nodeGroups: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
37
+ id: z.ZodString;
38
+ name: z.ZodString;
39
+ nodeIds: z.ZodArray<z.ZodString, "many">;
40
+ }, "strip", z.ZodTypeAny, {
41
+ id: string;
42
+ name: string;
43
+ nodeIds: string[];
44
+ }, {
45
+ id: string;
46
+ name: string;
47
+ nodeIds: string[];
48
+ }>, "many">>>;
31
49
  readonly hash: z.ZodOptional<z.ZodOptional<z.ZodString>>;
32
50
  readonly parentFolderId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
33
51
  readonly parentFolder: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodObject<{
package/dist/index.d.ts CHANGED
@@ -11,6 +11,7 @@ export type * from './quick-connect';
11
11
  export * from './agents/index';
12
12
  export * from './instance-registry-types';
13
13
  export * from './redaction-enforcement';
14
+ export * from './redaction-enforcement-floor';
14
15
  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, 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';
15
16
  export { isValidTimeZone, StrictTimeZoneSchema, TimeZoneSchema } from './schemas/timezone.schema';
16
17
  export type { ChatHubPushMessage, ChatHubStreamEvent, ChatHubStreamBegin, ChatHubStreamChunk, ChatHubStreamEnd, ChatHubStreamError, ChatHubStreamMetadata, ChatHubExecutionEvent, ChatHubExecutionBegin, ChatHubExecutionEnd, ChatHubHumanMessageCreated, ChatHubMessageEdited, ChatHubAttachmentInfo, } from './push/chat-hub';
@@ -43,12 +44,13 @@ export type { SecretsProviderType, SecretsProviderState, SecretsProviderConnecti
43
44
  export { SECRETS_PROVIDER_KEY_PATTERN, SECRETS_PROVIDER_KEY_REGEX, testSecretProviderConnectionResponseSchema, reloadSecretProviderConnectionResponseSchema, } from './schemas/secrets-provider.schema';
44
45
  export { communityPackageResponseSchema, type CommunityPackageResponse, } from './schemas/community-package.schema';
45
46
  export { publicApiCredentialResponseSchema, type PublicApiCredentialResponse, } from './schemas/credential-response.schema';
46
- export { instanceAiEventTypeSchema, instanceAiRunStatusSchema, instanceAiConfirmationSeveritySchema, instanceAiAgentStatusSchema, instanceAiAgentKindSchema, instanceAiEventSchema, taskItemSchema, taskListSchema, plannedTaskArgSchema, runStartPayloadSchema, runFinishPayloadSchema, agentSpawnedPayloadSchema, agentCompletedPayloadSchema, textDeltaPayloadSchema, reasoningDeltaPayloadSchema, toolCallPayloadSchema, toolResultPayloadSchema, toolErrorPayloadSchema, confirmationRequestPayloadSchema, confirmationInputTypeSchema, credentialRequestSchema, workflowSetupNodeSchema, errorPayloadSchema, filesystemRequestPayloadSchema, mcpToolSchema, mcpToolCallRequestSchema, mcpToolCallResultSchema, getRenderHint, isDisplayableConfirmationRequest, isSafeObjectKey, DEFAULT_INSTANCE_AI_PERMISSIONS, UNLIMITED_CREDITS, domainAccessActionSchema, domainAccessMetaSchema, webSearchMetaSchema, credentialFlowSchema, gatewayConfirmationRequiredWirePayloadSchema, gatewayConfirmationRequiredPayloadSchema, instanceGatewayResourceDecisionSchema, GATEWAY_CONFIRMATION_REQUIRED_PREFIX, InstanceAiSendMessageRequest, InstanceAiEvalExecutionRequest, InstanceAiEvalSubAgentRequest, instanceAiGatewayKeySchema, InstanceAiGatewayEventsQuery, InstanceAiEventsQuery, InstanceAiCorrectTaskRequest, InstanceAiEnsureThreadRequest, InstanceAiThreadMessagesQuery, InstanceAiAdminSettingsUpdateRequest, InstanceAiUserPreferencesUpdateRequest, InstanceAiGatewayCapabilitiesDto, InstanceAiGatewayCreateCredentialDto, InstanceAiFilesystemResponseDto, applyBranchReadOnlyOverrides, } from './schemas/instance-ai.schema';
47
- export type { RunId, AgentId, ThreadId, ToolCallId, InstanceAiEventType, InstanceAiRunStatus, InstanceAiConfirmation, InstanceAiConfirmationInputType, 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, InstanceAiAttachment, InstanceAiSendMessageResponse, InstanceAiToolCallState, InstanceAiAgentNode, InstanceAiTimelineEntry, InstanceAiMessage, InstanceAiThreadSummary, InstanceAiSSEConnectionState, InstanceAiThreadInfo, InstanceAiThreadListResponse, InstanceAiEnsureThreadResponse, InstanceAiStoredMessage, InstanceAiThreadMessagesResponse, InstanceAiRichMessagesResponse, InstanceAiThreadStatusResponse, InstanceAiAdminSettingsResponse, InstanceAiUserPreferencesResponse, InstanceAiModelCredential, InstanceAiPermissionMode, InstanceAiPermissions, InstanceAiTargetResource, DomainAccessAction, DomainAccessMeta, WebSearchMeta, InstanceAiCredentialFlow, GatewayConfirmationRequiredWirePayload, GatewayConfirmationRequiredPayload, InstanceGatewayResourceDecision, ToolCategory, InstanceAiWorkflowSetupNode, PlannedTaskArg, InstanceAiEvalNodeExecutionMode, InstanceAiEvalInterceptedRequest, InstanceAiEvalNodeResult, InstanceAiEvalMockHints, InstanceAiEvalMockedCredential, InstanceAiEvalExecutionResult, InstanceAiEvalToolCall, InstanceAiEvalToolResult, InstanceAiEvalSubAgentResponse, } from './schemas/instance-ai.schema';
47
+ export { instanceAiEventTypeSchema, instanceAiRunStatusSchema, instanceAiConfirmationSeveritySchema, instanceAiAgentStatusSchema, instanceAiAgentKindSchema, instanceAiEventSchema, taskItemSchema, taskListSchema, plannedTaskArgSchema, runStartPayloadSchema, runFinishPayloadSchema, agentSpawnedPayloadSchema, agentCompletedPayloadSchema, textDeltaPayloadSchema, reasoningDeltaPayloadSchema, toolCallPayloadSchema, toolResultPayloadSchema, toolErrorPayloadSchema, confirmationRequestPayloadSchema, confirmationInputTypeSchema, credentialRequestSchema, workflowSetupNodeSchema, errorPayloadSchema, filesystemRequestPayloadSchema, mcpToolSchema, mcpToolCallRequestSchema, mcpToolCallResultSchema, getRenderHint, isDisplayableConfirmationRequest, isSafeObjectKey, DEFAULT_INSTANCE_AI_PERMISSIONS, UNLIMITED_CREDITS, EVAL_VENDOR_SDK_INTERCEPTION_FLAG, domainAccessActionSchema, domainAccessMetaSchema, webSearchMetaSchema, credentialFlowSchema, gatewayConfirmationRequiredWirePayloadSchema, gatewayConfirmationRequiredPayloadSchema, instanceGatewayResourceDecisionSchema, GATEWAY_CONFIRMATION_REQUIRED_PREFIX, InstanceAiSendMessageRequest, InstanceAiEvalExecutionRequest, InstanceAiEvalSubAgentRequest, instanceAiGatewayKeySchema, InstanceAiGatewayEventsQuery, InstanceAiEventsQuery, InstanceAiCorrectTaskRequest, InstanceAiEnsureThreadRequest, InstanceAiThreadMessagesQuery, InstanceAiAdminSettingsUpdateRequest, InstanceAiUserPreferencesUpdateRequest, InstanceAiGatewayCapabilitiesDto, InstanceAiGatewayCreateCredentialDto, InstanceAiFilesystemResponseDto, applyBranchReadOnlyOverrides, } from './schemas/instance-ai.schema';
48
+ export type { RunId, AgentId, ThreadId, ToolCallId, InstanceAiEventType, InstanceAiRunStatus, InstanceAiConfirmation, InstanceAiConfirmationInputType, 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, InstanceAiAttachment, InstanceAiSendMessageResponse, InstanceAiToolCallState, InstanceAiAgentNode, InstanceAiTimelineEntry, InstanceAiMessage, InstanceAiThreadSummary, InstanceAiSSEConnectionState, InstanceAiThreadInfo, InstanceAiThreadListResponse, InstanceAiEnsureThreadResponse, InstanceAiStoredMessage, InstanceAiThreadMessagesResponse, InstanceAiRichMessagesResponse, InstanceAiThreadStatusResponse, InstanceAiAdminSettingsResponse, InstanceAiUserPreferencesResponse, InstanceAiModelCredential, InstanceAiPermissionMode, InstanceAiPermissions, InstanceAiTargetResource, DomainAccessAction, DomainAccessMeta, WebSearchMeta, InstanceAiCredentialFlow, GatewayConfirmationRequiredWirePayload, GatewayConfirmationRequiredPayload, InstanceGatewayResourceDecision, ToolCategory, InstanceAiWorkflowSetupNode, PlannedTaskArg, InstanceAiEvalNodeExecutionMode, InstanceAiEvalInterceptedRequest, InstanceAiEvalNodeResult, InstanceAiEvalMockHints, InstanceAiEvalMockedCredential, InstanceAiEvalRewrittenCredential, InstanceAiEvalExecutionResult, InstanceAiEvalToolCall, InstanceAiEvalToolResult, InstanceAiEvalSubAgentResponse, } from './schemas/instance-ai.schema';
48
49
  export { createInitialState, reduceEvent, findAgent, toAgentTree, } from './schemas/agent-run-reducer';
49
50
  export type { AgentRunState, AgentNode } from './schemas/agent-run-reducer';
50
51
  export { startTestRunPayloadSchema, StartTestRunRequestDto, type StartTestRunPayload, } from './schemas/evaluations.schema';
51
52
  export { EVAL_COLLECTIONS_FLAG, 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';
53
+ 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';
52
54
  export { ALLOWED_DOMAINS, isAllowedDomain } from './utils/allowed-domains';
53
55
  export { xssCheck } from './utils/xss-check';
54
56
  export type { PublishTimelineEvent } from './schemas/workflow-publish-timeline.schema';