@n8n/api-types 1.29.5 → 1.30.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/dist/agent-builder-interactive.d.ts +6 -6
  2. package/dist/agents/agent-files.constants.d.ts +1 -1
  3. package/dist/agents/agent-files.constants.js +1 -1
  4. package/dist/agents/agent-files.constants.js.map +1 -1
  5. package/dist/agents/agent-json-config.schema.d.ts +685 -302
  6. package/dist/agents/agent-json-config.schema.js +45 -1
  7. package/dist/agents/agent-json-config.schema.js.map +1 -1
  8. package/dist/agents/dto.d.ts +8 -1
  9. package/dist/agents/dto.js +6 -1
  10. package/dist/agents/dto.js.map +1 -1
  11. package/dist/agents/model-providers.d.ts +22 -0
  12. package/dist/agents/provider-capabilities.d.ts +7 -0
  13. package/dist/agents/provider-capabilities.js +21 -8
  14. package/dist/agents/provider-capabilities.js.map +1 -1
  15. package/dist/agents/rich-card.schema.d.ts +158 -158
  16. package/dist/build.tsbuildinfo +1 -1
  17. package/dist/chat-hub.d.ts +24 -24
  18. package/dist/dto/api-keys/list-api-keys-query.dto.d.ts +1 -1
  19. package/dist/dto/breaking-changes/breaking-change-report-query.dto.d.ts +8 -0
  20. package/dist/dto/breaking-changes/breaking-change-report-query.dto.js +11 -0
  21. package/dist/dto/breaking-changes/breaking-change-report-query.dto.js.map +1 -0
  22. package/dist/dto/data-table/add-data-table-rows.dto.d.ts +1 -1
  23. package/dist/dto/data-table/list-data-table-query.dto.d.ts +4 -4
  24. package/dist/dto/evaluations/evaluation-config.dto.d.ts +78 -78
  25. package/dist/dto/evaluations/index.d.ts +1 -0
  26. package/dist/dto/evaluations/public-api-test-run.dto.d.ts +28 -0
  27. package/dist/dto/evaluations/public-api-test-run.dto.js +3 -0
  28. package/dist/dto/evaluations/public-api-test-run.dto.js.map +1 -0
  29. package/dist/dto/folders/list-folder-query.dto.d.ts +2 -2
  30. package/dist/dto/index.d.ts +2 -1
  31. package/dist/dto/index.js +8 -6
  32. package/dist/dto/index.js.map +1 -1
  33. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.d.ts +9 -0
  34. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.js +5 -0
  35. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.js.map +1 -1
  36. package/dist/dto/instance-version-history/version-query.dto.d.ts +1 -1
  37. package/dist/dto/log-streaming/create-destination.dto.d.ts +102 -102
  38. package/dist/dto/oauth/oauth-client.dto.d.ts +4 -4
  39. package/dist/dto/owner/owner-setup-request.dto.d.ts +1 -1
  40. package/dist/dto/packages/export-package-request.dto.d.ts +13 -0
  41. package/dist/dto/packages/export-package-request.dto.js +13 -0
  42. package/dist/dto/packages/export-package-request.dto.js.map +1 -0
  43. package/dist/dto/roles/role-member.schema.d.ts +2 -2
  44. package/dist/dto/roles/role-members-response.dto.d.ts +3 -3
  45. package/dist/dto/roles/role-project-members-response.dto.d.ts +3 -3
  46. package/dist/dto/saml/saml-preferences.dto.d.ts +5 -5
  47. package/dist/dto/security-settings/security-settings.dto.d.ts +6 -6
  48. package/dist/dto/source-control/push-work-folder-request.dto.d.ts +6 -6
  49. package/dist/dto/user/users-list-filter.dto.d.ts +3 -3
  50. package/dist/dto/variables/update-variable-request.dto.d.ts +1 -1
  51. package/dist/dto/workflows/base-workflow.dto.d.ts +7 -7
  52. package/dist/dto/workflows/create-workflow.dto.d.ts +6 -6
  53. package/dist/dto/workflows/update-workflow.dto.d.ts +6 -6
  54. package/dist/frontend-settings.d.ts +2 -0
  55. package/dist/index.d.ts +4 -3
  56. package/dist/index.js +12 -3
  57. package/dist/index.js.map +1 -1
  58. package/dist/instance-registry-types.d.ts +22 -22
  59. package/dist/schemas/agent-run-reducer.d.ts +2 -0
  60. package/dist/schemas/agent-run-reducer.js +40 -1
  61. package/dist/schemas/agent-run-reducer.js.map +1 -1
  62. package/dist/schemas/breaking-changes.schema.d.ts +65 -65
  63. package/dist/schemas/breaking-changes.schema.js +2 -2
  64. package/dist/schemas/breaking-changes.schema.js.map +1 -1
  65. package/dist/schemas/credential-resolver.schema.d.ts +12 -12
  66. package/dist/schemas/credential-response.schema.d.ts +2 -2
  67. package/dist/schemas/data-table.schema.d.ts +2 -2
  68. package/dist/schemas/encryption-key.schema.d.ts +6 -6
  69. package/dist/schemas/instance-ai.schema.d.ts +337 -199
  70. package/dist/schemas/instance-ai.schema.js +34 -3
  71. package/dist/schemas/instance-ai.schema.js.map +1 -1
  72. package/dist/schemas/secrets-provider.schema.d.ts +12 -12
  73. package/dist/schemas/source-controlled-file.schema.d.ts +4 -4
  74. package/dist/schemas/usage.schema.d.ts +14 -14
  75. package/dist/schemas/user.schema.d.ts +18 -18
  76. package/dist/schemas/workflow-publication-status.schema.d.ts +38 -0
  77. package/dist/schemas/workflow-publication-status.schema.js +15 -0
  78. package/dist/schemas/workflow-publication-status.schema.js.map +1 -0
  79. package/package.json +7 -6
  80. package/dist/dto/packages/export-workflows-request.dto.d.ts +0 -9
  81. package/dist/dto/packages/export-workflows-request.dto.js +0 -11
  82. package/dist/dto/packages/export-workflows-request.dto.js.map +0 -1
@@ -1,3 +1,4 @@
1
1
  export * from './dataset-row.dto';
2
2
  export * from './evaluation-config.dto';
3
3
  export * from './evaluation-error-code';
4
+ export type * from './public-api-test-run.dto';
@@ -0,0 +1,28 @@
1
+ export type PublicTestRunStatus = 'new' | 'running' | 'completed' | 'error' | 'cancelled';
2
+ export type PublicTestRunFinalResult = 'success' | 'error' | 'warning';
3
+ export type PublicTestCaseExecutionStatus = 'new' | 'running' | 'evaluation_running' | 'success' | 'error' | 'warning' | 'cancelled';
4
+ export interface TestRunSummaryDto {
5
+ id: string;
6
+ status: PublicTestRunStatus;
7
+ runAt: string | null;
8
+ completedAt: string | null;
9
+ metrics: Record<string, number | boolean> | null;
10
+ errorCode: string | null;
11
+ errorDetails: Record<string, unknown> | null;
12
+ finalResult: PublicTestRunFinalResult | null;
13
+ testCaseCount: number;
14
+ createdAt: string;
15
+ updatedAt: string;
16
+ }
17
+ export interface TestCaseExecutionDto {
18
+ id: string;
19
+ status: PublicTestCaseExecutionStatus;
20
+ runAt: string | null;
21
+ completedAt: string | null;
22
+ metrics: Record<string, number | boolean> | null;
23
+ errorCode: string | null;
24
+ errorDetails: Record<string, unknown> | null;
25
+ inputs: Record<string, unknown> | null;
26
+ outputs: Record<string, unknown> | null;
27
+ executionId: string | null;
28
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=public-api-test-run.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public-api-test-run.dto.js","sourceRoot":"","sources":["../../../src/dto/evaluations/public-api-test-run.dto.ts"],"names":[],"mappings":""}
@@ -25,7 +25,7 @@ declare const ListFolderQueryDto_base: import("../../zod-class").ZodClass<{
25
25
  excludeFolderIdAndDescendants?: string | undefined;
26
26
  } | undefined;
27
27
  sortBy?: "name:asc" | "name:desc" | "createdAt:asc" | "createdAt:desc" | "updatedAt:asc" | "updatedAt:desc" | undefined;
28
- select?: Record<"path" | "id" | "name" | "createdAt" | "updatedAt" | "tags" | "project" | "parentFolder" | "workflowCount" | "subFolderCount", true> | undefined;
28
+ select?: Record<"path" | "name" | "id" | "project" | "createdAt" | "updatedAt" | "tags" | "parentFolder" | "workflowCount" | "subFolderCount", true> | undefined;
29
29
  }, {
30
30
  filter: z.ZodEffects<z.ZodOptional<z.ZodString>, {
31
31
  name?: string | undefined;
@@ -35,7 +35,7 @@ declare const ListFolderQueryDto_base: import("../../zod-class").ZodClass<{
35
35
  } | undefined, string | undefined>;
36
36
  skip: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, number, string | undefined>, number, string | undefined>;
37
37
  take: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, number, string | undefined>, number, string | undefined>;
38
- select: z.ZodEffects<z.ZodOptional<z.ZodString>, Record<"path" | "id" | "name" | "createdAt" | "updatedAt" | "tags" | "project" | "parentFolder" | "workflowCount" | "subFolderCount", true> | undefined, string | undefined>;
38
+ select: z.ZodEffects<z.ZodOptional<z.ZodString>, Record<"path" | "name" | "id" | "project" | "createdAt" | "updatedAt" | "tags" | "parentFolder" | "workflowCount" | "subFolderCount", true> | undefined, string | undefined>;
39
39
  sortBy: z.ZodOptional<z.ZodEnum<["name:asc", "name:desc", "createdAt:asc", "createdAt:desc", "updatedAt:asc", "updatedAt:desc"]>>;
40
40
  }>;
41
41
  export declare class ListFolderQueryDto extends ListFolderQueryDto_base {
@@ -18,6 +18,7 @@ export { InstanceAiMcpCreateConnectionRequestDto } from './instance-ai/instance-
18
18
  export { InstanceAiMcpUpdateConnectionRequestDto } from './instance-ai/instance-ai-mcp-update-connection-request.dto';
19
19
  export { BinaryDataQueryDto } from './binary-data/binary-data-query.dto';
20
20
  export { BinaryDataSignedQueryDto } from './binary-data/binary-data-signed-query.dto';
21
+ export { BreakingChangeReportQueryDto } from './breaking-changes/breaking-change-report-query.dto';
21
22
  export { LoginRequestDto } from './auth/login-request.dto';
22
23
  export { ResolveSignupTokenQueryDto } from './auth/resolve-signup-token-query.dto';
23
24
  export { EmbedLoginQueryDto } from './auth/embed-login-query.dto';
@@ -120,8 +121,8 @@ export { RenameDataTableColumnDto } from './data-table/rename-data-table-column.
120
121
  export { updateDataTableColumnSchema, type UpdateDataTableColumnDto, } from './data-table/update-data-table-column.dto';
121
122
  export { DownloadDataTableCsvQueryDto } from './data-table/download-data-table-csv-query.dto';
122
123
  export { ImportCsvToDataTableDto } from './data-table/import-csv-to-data-table.dto';
123
- export { ExportWorkflowsRequestDto } from './packages/export-workflows-request.dto';
124
124
  export { ImportPackageRequestDto, IMPORT_PACKAGE_REQUEST_FORM_FIELDS, } from './packages/import-package-request.dto';
125
+ export { ExportPackageRequestDto } from './packages/export-package-request.dto';
125
126
  export * from './evaluations';
126
127
  export { OAuthClientResponseDto, ListOAuthClientsResponseDto, DeleteOAuthClientResponseDto, InstanceMcpClientStatsResponseDto, } from './oauth/oauth-client.dto';
127
128
  export { ProvisioningConfigDto, ProvisioningConfigPatchDto, type ProvisioningMode, type ProvisioningModeFlags, } from './provisioning/config.dto';
package/dist/dto/index.js CHANGED
@@ -14,10 +14,10 @@ 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.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.InstanceAiMcpUpdateConnectionRequestDto = exports.InstanceAiMcpCreateConnectionRequestDto = 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.CreateRoleDto = exports.UpdateRoleDto = exports.USERS_LIST_SORT_OPTIONS = exports.UsersListFilterDto = exports.MAX_ITEMS_PER_PAGE = 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.LIST_API_KEYS_SORT_OPTIONS = exports.ListApiKeysQueryDto = 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 = exports.UserSelfSettingsUpdateRequestDto = exports.SettingsUpdateRequestDto = void 0;
19
- 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.IMPORT_PACKAGE_REQUEST_FORM_FIELDS = exports.ImportPackageRequestDto = 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.RoleMembersResponseDto = exports.RoleProjectMembersResponseDto = exports.RoleAssignmentsResponseDto = exports.RoleGetQueryDto = exports.RoleListQueryDto = exports.ListRoleMappingRuleQueryDto = exports.MoveRoleMappingRuleDto = exports.PatchRoleMappingRuleDto = exports.CreateRoleMappingRuleDto = void 0;
20
- exports.TestOtelConnectionDto = exports.UpdateOtelSettingsDto = exports.ENCRYPTION_KEYS_SORT_OPTIONS = exports.ListEncryptionKeysQueryDto = exports.CreateEncryptionKeyDto = exports.VersionQueryDto = exports.VersionSinceDateQueryDto = void 0;
17
+ 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.BreakingChangeReportQueryDto = exports.BinaryDataSignedQueryDto = exports.BinaryDataQueryDto = exports.InstanceAiMcpUpdateConnectionRequestDto = exports.InstanceAiMcpCreateConnectionRequestDto = 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.UpdateRoleDto = exports.USERS_LIST_SORT_OPTIONS = exports.UsersListFilterDto = exports.MAX_ITEMS_PER_PAGE = 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.LIST_API_KEYS_SORT_OPTIONS = exports.ListApiKeysQueryDto = 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 = exports.UserSelfSettingsUpdateRequestDto = exports.SettingsUpdateRequestDto = exports.RoleChangeRequestDto = void 0;
19
+ 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.ExportPackageRequestDto = exports.IMPORT_PACKAGE_REQUEST_FORM_FIELDS = exports.ImportPackageRequestDto = 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.RoleMembersResponseDto = exports.RoleProjectMembersResponseDto = exports.RoleAssignmentsResponseDto = exports.RoleGetQueryDto = exports.RoleListQueryDto = exports.ListRoleMappingRuleQueryDto = exports.MoveRoleMappingRuleDto = exports.PatchRoleMappingRuleDto = exports.CreateRoleMappingRuleDto = exports.CreateRoleDto = void 0;
20
+ exports.TestOtelConnectionDto = exports.UpdateOtelSettingsDto = exports.ENCRYPTION_KEYS_SORT_OPTIONS = exports.ListEncryptionKeysQueryDto = exports.CreateEncryptionKeyDto = exports.VersionQueryDto = exports.VersionSinceDateQueryDto = exports.ExecutionRedactionQueryDtoSchema = void 0;
21
21
  var get_node_types_by_identifier_dto_1 = require("./node-types/get-node-types-by-identifier.dto");
22
22
  Object.defineProperty(exports, "GetNodeTypesByIdentifierRequestDto", { enumerable: true, get: function () { return get_node_types_by_identifier_dto_1.GetNodeTypesByIdentifierRequestDto; } });
23
23
  var ai_ask_request_dto_1 = require("./ai/ai-ask-request.dto");
@@ -55,6 +55,8 @@ var binary_data_query_dto_1 = require("./binary-data/binary-data-query.dto");
55
55
  Object.defineProperty(exports, "BinaryDataQueryDto", { enumerable: true, get: function () { return binary_data_query_dto_1.BinaryDataQueryDto; } });
56
56
  var binary_data_signed_query_dto_1 = require("./binary-data/binary-data-signed-query.dto");
57
57
  Object.defineProperty(exports, "BinaryDataSignedQueryDto", { enumerable: true, get: function () { return binary_data_signed_query_dto_1.BinaryDataSignedQueryDto; } });
58
+ var breaking_change_report_query_dto_1 = require("./breaking-changes/breaking-change-report-query.dto");
59
+ Object.defineProperty(exports, "BreakingChangeReportQueryDto", { enumerable: true, get: function () { return breaking_change_report_query_dto_1.BreakingChangeReportQueryDto; } });
58
60
  var login_request_dto_1 = require("./auth/login-request.dto");
59
61
  Object.defineProperty(exports, "LoginRequestDto", { enumerable: true, get: function () { return login_request_dto_1.LoginRequestDto; } });
60
62
  var resolve_signup_token_query_dto_1 = require("./auth/resolve-signup-token-query.dto");
@@ -266,11 +268,11 @@ var download_data_table_csv_query_dto_1 = require("./data-table/download-data-ta
266
268
  Object.defineProperty(exports, "DownloadDataTableCsvQueryDto", { enumerable: true, get: function () { return download_data_table_csv_query_dto_1.DownloadDataTableCsvQueryDto; } });
267
269
  var import_csv_to_data_table_dto_1 = require("./data-table/import-csv-to-data-table.dto");
268
270
  Object.defineProperty(exports, "ImportCsvToDataTableDto", { enumerable: true, get: function () { return import_csv_to_data_table_dto_1.ImportCsvToDataTableDto; } });
269
- var export_workflows_request_dto_1 = require("./packages/export-workflows-request.dto");
270
- Object.defineProperty(exports, "ExportWorkflowsRequestDto", { enumerable: true, get: function () { return export_workflows_request_dto_1.ExportWorkflowsRequestDto; } });
271
271
  var import_package_request_dto_1 = require("./packages/import-package-request.dto");
272
272
  Object.defineProperty(exports, "ImportPackageRequestDto", { enumerable: true, get: function () { return import_package_request_dto_1.ImportPackageRequestDto; } });
273
273
  Object.defineProperty(exports, "IMPORT_PACKAGE_REQUEST_FORM_FIELDS", { enumerable: true, get: function () { return import_package_request_dto_1.IMPORT_PACKAGE_REQUEST_FORM_FIELDS; } });
274
+ var export_package_request_dto_1 = require("./packages/export-package-request.dto");
275
+ Object.defineProperty(exports, "ExportPackageRequestDto", { enumerable: true, get: function () { return export_package_request_dto_1.ExportPackageRequestDto; } });
274
276
  __exportStar(require("./evaluations"), exports);
275
277
  var oauth_client_dto_1 = require("./oauth/oauth-client.dto");
276
278
  Object.defineProperty(exports, "OAuthClientResponseDto", { enumerable: true, get: function () { return oauth_client_dto_1.OAuthClientResponseDto; } });
@@ -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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"}
@@ -58,6 +58,15 @@ export declare const InstanceAiConfirmRequestDto: z.ZodDiscriminatedUnion<"kind"
58
58
  }, {
59
59
  credentials: Record<string, string>;
60
60
  kind: "credentialSelection";
61
+ }>, z.ZodObject<{
62
+ kind: z.ZodLiteral<"credentialAutoSetup">;
63
+ credentialType: z.ZodString;
64
+ }, "strip", z.ZodTypeAny, {
65
+ credentialType: string;
66
+ kind: "credentialAutoSetup";
67
+ }, {
68
+ credentialType: string;
69
+ kind: "credentialAutoSetup";
61
70
  }>, z.ZodObject<{
62
71
  kind: z.ZodLiteral<"domainAccessApprove">;
63
72
  domainAccessAction: z.ZodEnum<["allow_once", "allow_domain", "allow_all"]>;
@@ -23,6 +23,10 @@ const credentialSelectionConfirmSchema = zod_1.z.object({
23
23
  kind: zod_1.z.literal('credentialSelection'),
24
24
  credentials: credentialIdByTypeSchema,
25
25
  });
26
+ const credentialAutoSetupConfirmSchema = zod_1.z.object({
27
+ kind: zod_1.z.literal('credentialAutoSetup'),
28
+ credentialType: zod_1.z.string(),
29
+ });
26
30
  const domainAccessApproveSchema = zod_1.z.object({
27
31
  kind: zod_1.z.literal('domainAccessApprove'),
28
32
  domainAccessAction: instance_ai_schema_1.domainAccessActionSchema,
@@ -54,6 +58,7 @@ exports.InstanceAiConfirmRequestDto = zod_1.z.discriminatedUnion('kind', [
54
58
  approvalConfirmSchema,
55
59
  questionsConfirmSchema,
56
60
  credentialSelectionConfirmSchema,
61
+ credentialAutoSetupConfirmSchema,
57
62
  domainAccessApproveSchema,
58
63
  domainAccessDenySchema,
59
64
  planDenySchema,
@@ -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":"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"}
1
+ {"version":3,"file":"instance-ai-confirm-request.dto.js","sourceRoot":"","sources":["../../../src/dto/instance-ai/instance-ai-confirm-request.dto.ts"],"names":[],"mappings":"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"}
@@ -1,8 +1,8 @@
1
1
  import { z } from 'zod';
2
2
  declare const VersionQueryDto_base: import("../../zod-class").ZodClass<{
3
+ patch: number;
3
4
  major: number;
4
5
  minor: number;
5
- patch: number;
6
6
  }, {
7
7
  major: z.ZodNumber;
8
8
  minor: z.ZodNumber;
@@ -45,21 +45,21 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
45
45
  name: z.ZodString;
46
46
  value: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>;
47
47
  }, "strip", z.ZodTypeAny, {
48
- value: string | number | boolean | null;
49
48
  name: string;
50
- }, {
51
49
  value: string | number | boolean | null;
50
+ }, {
52
51
  name: string;
52
+ value: string | number | boolean | null;
53
53
  }>, "many">;
54
54
  }, "strip", z.ZodTypeAny, {
55
55
  parameters: {
56
- value: string | number | boolean | null;
57
56
  name: string;
57
+ value: string | number | boolean | null;
58
58
  }[];
59
59
  }, {
60
60
  parameters: {
61
- value: string | number | boolean | null;
62
61
  name: string;
62
+ value: string | number | boolean | null;
63
63
  }[];
64
64
  }>>;
65
65
  queryParameters: z.ZodOptional<z.ZodObject<{
@@ -67,21 +67,21 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
67
67
  name: z.ZodString;
68
68
  value: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>;
69
69
  }, "strip", z.ZodTypeAny, {
70
- value: string | number | boolean | null;
71
70
  name: string;
72
- }, {
73
71
  value: string | number | boolean | null;
72
+ }, {
74
73
  name: string;
74
+ value: string | number | boolean | null;
75
75
  }>, "many">;
76
76
  }, "strip", z.ZodTypeAny, {
77
77
  parameters: {
78
- value: string | number | boolean | null;
79
78
  name: string;
79
+ value: string | number | boolean | null;
80
80
  }[];
81
81
  }, {
82
82
  parameters: {
83
- value: string | number | boolean | null;
84
83
  name: string;
84
+ value: string | number | boolean | null;
85
85
  }[];
86
86
  }>>;
87
87
  sendPayload: z.ZodOptional<z.ZodBoolean>;
@@ -103,21 +103,21 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
103
103
  followRedirects: z.ZodOptional<z.ZodBoolean>;
104
104
  maxRedirects: z.ZodOptional<z.ZodNumber>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- followRedirects?: boolean | undefined;
107
106
  maxRedirects?: number | undefined;
108
- }, {
109
107
  followRedirects?: boolean | undefined;
108
+ }, {
110
109
  maxRedirects?: number | undefined;
110
+ followRedirects?: boolean | undefined;
111
111
  }>;
112
112
  }, "strip", z.ZodTypeAny, {
113
113
  redirect: {
114
- followRedirects?: boolean | undefined;
115
114
  maxRedirects?: number | undefined;
115
+ followRedirects?: boolean | undefined;
116
116
  };
117
117
  }, {
118
118
  redirect: {
119
- followRedirects?: boolean | undefined;
120
119
  maxRedirects?: number | undefined;
120
+ followRedirects?: boolean | undefined;
121
121
  };
122
122
  }>>;
123
123
  response: z.ZodOptional<z.ZodObject<{
@@ -194,18 +194,7 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
194
194
  maxFreeSockets?: number | undefined;
195
195
  }>>;
196
196
  }, "strip", z.ZodTypeAny, {
197
- batch?: {
198
- batchSize?: number | undefined;
199
- batchInterval?: number | undefined;
200
- } | undefined;
201
- allowUnauthorizedCerts?: boolean | undefined;
202
- queryParameterArrays?: "indices" | "brackets" | "repeat" | undefined;
203
- redirect?: {
204
- redirect: {
205
- followRedirects?: boolean | undefined;
206
- maxRedirects?: number | undefined;
207
- };
208
- } | undefined;
197
+ timeout?: number | undefined;
209
198
  response?: {
210
199
  response?: {
211
200
  fullResponse?: boolean | undefined;
@@ -221,25 +210,25 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
221
210
  port: number;
222
211
  };
223
212
  } | undefined;
224
- timeout?: number | undefined;
225
- socket?: {
226
- keepAlive?: boolean | undefined;
227
- maxSockets?: number | undefined;
228
- maxFreeSockets?: number | undefined;
229
- } | undefined;
230
- }, {
231
213
  batch?: {
232
214
  batchSize?: number | undefined;
233
215
  batchInterval?: number | undefined;
234
216
  } | undefined;
235
217
  allowUnauthorizedCerts?: boolean | undefined;
236
- queryParameterArrays?: "indices" | "brackets" | "repeat" | undefined;
218
+ queryParameterArrays?: "repeat" | "indices" | "brackets" | undefined;
237
219
  redirect?: {
238
220
  redirect: {
239
- followRedirects?: boolean | undefined;
240
221
  maxRedirects?: number | undefined;
222
+ followRedirects?: boolean | undefined;
241
223
  };
242
224
  } | undefined;
225
+ socket?: {
226
+ keepAlive?: boolean | undefined;
227
+ maxSockets?: number | undefined;
228
+ maxFreeSockets?: number | undefined;
229
+ } | undefined;
230
+ }, {
231
+ timeout?: number | undefined;
243
232
  response?: {
244
233
  response?: {
245
234
  fullResponse?: boolean | undefined;
@@ -255,29 +244,30 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
255
244
  port: number;
256
245
  };
257
246
  } | undefined;
258
- timeout?: number | undefined;
259
- socket?: {
260
- keepAlive?: boolean | undefined;
261
- maxSockets?: number | undefined;
262
- maxFreeSockets?: number | undefined;
263
- } | undefined;
264
- }>>;
265
- }, "strip", z.ZodTypeAny, {
266
- url: string;
267
- __type: "$$MessageEventBusDestinationWebhook";
268
- options?: {
269
247
  batch?: {
270
248
  batchSize?: number | undefined;
271
249
  batchInterval?: number | undefined;
272
250
  } | undefined;
273
251
  allowUnauthorizedCerts?: boolean | undefined;
274
- queryParameterArrays?: "indices" | "brackets" | "repeat" | undefined;
252
+ queryParameterArrays?: "repeat" | "indices" | "brackets" | undefined;
275
253
  redirect?: {
276
254
  redirect: {
277
- followRedirects?: boolean | undefined;
278
255
  maxRedirects?: number | undefined;
256
+ followRedirects?: boolean | undefined;
279
257
  };
280
258
  } | undefined;
259
+ socket?: {
260
+ keepAlive?: boolean | undefined;
261
+ maxSockets?: number | undefined;
262
+ maxFreeSockets?: number | undefined;
263
+ } | undefined;
264
+ }>>;
265
+ }, "strip", z.ZodTypeAny, {
266
+ url: string;
267
+ __type: "$$MessageEventBusDestinationWebhook";
268
+ id?: string | undefined;
269
+ options?: {
270
+ timeout?: number | undefined;
281
271
  response?: {
282
272
  response?: {
283
273
  fullResponse?: boolean | undefined;
@@ -293,7 +283,18 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
293
283
  port: number;
294
284
  };
295
285
  } | undefined;
296
- timeout?: number | undefined;
286
+ batch?: {
287
+ batchSize?: number | undefined;
288
+ batchInterval?: number | undefined;
289
+ } | undefined;
290
+ allowUnauthorizedCerts?: boolean | undefined;
291
+ queryParameterArrays?: "repeat" | "indices" | "brackets" | undefined;
292
+ redirect?: {
293
+ redirect: {
294
+ maxRedirects?: number | undefined;
295
+ followRedirects?: boolean | undefined;
296
+ };
297
+ } | undefined;
297
298
  socket?: {
298
299
  keepAlive?: boolean | undefined;
299
300
  maxSockets?: number | undefined;
@@ -301,9 +302,18 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
301
302
  } | undefined;
302
303
  } | undefined;
303
304
  credentials?: Record<string, unknown> | undefined;
304
- id?: string | undefined;
305
- label?: string | undefined;
306
305
  enabled?: boolean | undefined;
306
+ method?: string | undefined;
307
+ authentication?: "none" | "predefinedCredentialType" | "genericCredentialType" | undefined;
308
+ genericAuthType?: string | undefined;
309
+ nodeCredentialType?: string | undefined;
310
+ sendHeaders?: boolean | undefined;
311
+ specifyHeaders?: string | undefined;
312
+ jsonHeaders?: string | undefined;
313
+ sendQuery?: boolean | undefined;
314
+ specifyQuery?: string | undefined;
315
+ jsonQuery?: string | undefined;
316
+ label?: string | undefined;
307
317
  subscribedEvents?: string[] | undefined;
308
318
  anonymizeAuditMessages?: boolean | undefined;
309
319
  circuitBreaker?: {
@@ -315,45 +325,25 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
315
325
  } | undefined;
316
326
  responseCodeMustMatch?: boolean | undefined;
317
327
  expectedStatusCode?: number | undefined;
318
- method?: string | undefined;
319
- authentication?: "none" | "predefinedCredentialType" | "genericCredentialType" | undefined;
320
- sendQuery?: boolean | undefined;
321
- sendHeaders?: boolean | undefined;
322
- genericAuthType?: string | undefined;
323
- nodeCredentialType?: string | undefined;
324
- specifyHeaders?: string | undefined;
325
- specifyQuery?: string | undefined;
326
- jsonQuery?: string | undefined;
327
- jsonHeaders?: string | undefined;
328
328
  headerParameters?: {
329
329
  parameters: {
330
- value: string | number | boolean | null;
331
330
  name: string;
331
+ value: string | number | boolean | null;
332
332
  }[];
333
333
  } | undefined;
334
334
  queryParameters?: {
335
335
  parameters: {
336
- value: string | number | boolean | null;
337
336
  name: string;
337
+ value: string | number | boolean | null;
338
338
  }[];
339
339
  } | undefined;
340
340
  sendPayload?: boolean | undefined;
341
341
  }, {
342
342
  url: string;
343
343
  __type: "$$MessageEventBusDestinationWebhook";
344
+ id?: string | undefined;
344
345
  options?: {
345
- batch?: {
346
- batchSize?: number | undefined;
347
- batchInterval?: number | undefined;
348
- } | undefined;
349
- allowUnauthorizedCerts?: boolean | undefined;
350
- queryParameterArrays?: "indices" | "brackets" | "repeat" | undefined;
351
- redirect?: {
352
- redirect: {
353
- followRedirects?: boolean | undefined;
354
- maxRedirects?: number | undefined;
355
- };
356
- } | undefined;
346
+ timeout?: number | undefined;
357
347
  response?: {
358
348
  response?: {
359
349
  fullResponse?: boolean | undefined;
@@ -369,7 +359,18 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
369
359
  port: number;
370
360
  };
371
361
  } | undefined;
372
- timeout?: number | undefined;
362
+ batch?: {
363
+ batchSize?: number | undefined;
364
+ batchInterval?: number | undefined;
365
+ } | undefined;
366
+ allowUnauthorizedCerts?: boolean | undefined;
367
+ queryParameterArrays?: "repeat" | "indices" | "brackets" | undefined;
368
+ redirect?: {
369
+ redirect: {
370
+ maxRedirects?: number | undefined;
371
+ followRedirects?: boolean | undefined;
372
+ };
373
+ } | undefined;
373
374
  socket?: {
374
375
  keepAlive?: boolean | undefined;
375
376
  maxSockets?: number | undefined;
@@ -377,9 +378,18 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
377
378
  } | undefined;
378
379
  } | undefined;
379
380
  credentials?: Record<string, unknown> | undefined;
380
- id?: string | undefined;
381
- label?: string | undefined;
382
381
  enabled?: boolean | undefined;
382
+ method?: string | undefined;
383
+ authentication?: "none" | "predefinedCredentialType" | "genericCredentialType" | undefined;
384
+ genericAuthType?: string | undefined;
385
+ nodeCredentialType?: string | undefined;
386
+ sendHeaders?: boolean | undefined;
387
+ specifyHeaders?: string | undefined;
388
+ jsonHeaders?: string | undefined;
389
+ sendQuery?: boolean | undefined;
390
+ specifyQuery?: string | undefined;
391
+ jsonQuery?: string | undefined;
392
+ label?: string | undefined;
383
393
  subscribedEvents?: string[] | undefined;
384
394
  anonymizeAuditMessages?: boolean | undefined;
385
395
  circuitBreaker?: {
@@ -391,26 +401,16 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
391
401
  } | undefined;
392
402
  responseCodeMustMatch?: boolean | undefined;
393
403
  expectedStatusCode?: number | undefined;
394
- method?: string | undefined;
395
- authentication?: "none" | "predefinedCredentialType" | "genericCredentialType" | undefined;
396
- sendQuery?: boolean | undefined;
397
- sendHeaders?: boolean | undefined;
398
- genericAuthType?: string | undefined;
399
- nodeCredentialType?: string | undefined;
400
- specifyHeaders?: string | undefined;
401
- specifyQuery?: string | undefined;
402
- jsonQuery?: string | undefined;
403
- jsonHeaders?: string | undefined;
404
404
  headerParameters?: {
405
405
  parameters: {
406
- value: string | number | boolean | null;
407
406
  name: string;
407
+ value: string | number | boolean | null;
408
408
  }[];
409
409
  } | undefined;
410
410
  queryParameters?: {
411
411
  parameters: {
412
- value: string | number | boolean | null;
413
412
  name: string;
413
+ value: string | number | boolean | null;
414
414
  }[];
415
415
  } | undefined;
416
416
  sendPayload?: boolean | undefined;
@@ -448,10 +448,10 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
448
448
  }, "strip", z.ZodTypeAny, {
449
449
  __type: "$$MessageEventBusDestinationSentry";
450
450
  dsn: string;
451
- credentials?: Record<string, unknown> | undefined;
452
451
  id?: string | undefined;
453
- label?: string | undefined;
452
+ credentials?: Record<string, unknown> | undefined;
454
453
  enabled?: boolean | undefined;
454
+ label?: string | undefined;
455
455
  subscribedEvents?: string[] | undefined;
456
456
  anonymizeAuditMessages?: boolean | undefined;
457
457
  circuitBreaker?: {
@@ -466,10 +466,10 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
466
466
  }, {
467
467
  __type: "$$MessageEventBusDestinationSentry";
468
468
  dsn: string;
469
- credentials?: Record<string, unknown> | undefined;
470
469
  id?: string | undefined;
471
- label?: string | undefined;
470
+ credentials?: Record<string, unknown> | undefined;
472
471
  enabled?: boolean | undefined;
472
+ label?: string | undefined;
473
473
  subscribedEvents?: string[] | undefined;
474
474
  anonymizeAuditMessages?: boolean | undefined;
475
475
  circuitBreaker?: {
@@ -518,12 +518,14 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
518
518
  eol: z.ZodOptional<z.ZodString>;
519
519
  tlsCa: z.ZodOptional<z.ZodString>;
520
520
  }, "strip", z.ZodTypeAny, {
521
- __type: "$$MessageEventBusDestinationSyslog";
522
521
  host: string;
523
- credentials?: Record<string, unknown> | undefined;
522
+ __type: "$$MessageEventBusDestinationSyslog";
524
523
  id?: string | undefined;
525
- label?: string | undefined;
524
+ credentials?: Record<string, unknown> | undefined;
526
525
  enabled?: boolean | undefined;
526
+ protocol?: "udp" | "tcp" | "tls" | undefined;
527
+ port?: number | undefined;
528
+ label?: string | undefined;
527
529
  subscribedEvents?: string[] | undefined;
528
530
  anonymizeAuditMessages?: boolean | undefined;
529
531
  circuitBreaker?: {
@@ -534,19 +536,19 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
534
536
  maxConcurrentHalfOpenRequests?: number | undefined;
535
537
  } | undefined;
536
538
  expectedStatusCode?: number | undefined;
537
- protocol?: "udp" | "tcp" | "tls" | undefined;
538
- port?: number | undefined;
539
539
  facility?: number | undefined;
540
540
  app_name?: string | undefined;
541
541
  eol?: string | undefined;
542
542
  tlsCa?: string | undefined;
543
543
  }, {
544
- __type: "$$MessageEventBusDestinationSyslog";
545
544
  host: string;
546
- credentials?: Record<string, unknown> | undefined;
545
+ __type: "$$MessageEventBusDestinationSyslog";
547
546
  id?: string | undefined;
548
- label?: string | undefined;
547
+ credentials?: Record<string, unknown> | undefined;
549
548
  enabled?: boolean | undefined;
549
+ protocol?: "udp" | "tcp" | "tls" | undefined;
550
+ port?: number | undefined;
551
+ label?: string | undefined;
550
552
  subscribedEvents?: string[] | undefined;
551
553
  anonymizeAuditMessages?: boolean | undefined;
552
554
  circuitBreaker?: {
@@ -557,8 +559,6 @@ export declare const CreateDestinationDto: z.ZodDiscriminatedUnion<"__type", [z.
557
559
  maxConcurrentHalfOpenRequests?: number | undefined;
558
560
  } | undefined;
559
561
  expectedStatusCode?: number | undefined;
560
- protocol?: "udp" | "tcp" | "tls" | undefined;
561
- port?: number | undefined;
562
562
  facility?: number | undefined;
563
563
  app_name?: string | undefined;
564
564
  eol?: string | undefined;