@n8n/api-types 1.38.0 → 1.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agents/agent-integration.schema.d.ts +124 -0
- package/dist/agents/agent-integration.schema.js +21 -13
- package/dist/agents/agent-integration.schema.js.map +1 -1
- package/dist/agents/agent-interaction.schema.d.ts +7 -0
- package/dist/agents/agent-json-config.schema.d.ts +196 -0
- package/dist/agents/agent-json-config.schema.js +5 -3
- package/dist/agents/agent-json-config.schema.js.map +1 -1
- package/dist/agents/agent-skill.schema.d.ts +6 -18
- package/dist/agents/agent-skill.schema.js +13 -22
- package/dist/agents/agent-skill.schema.js.map +1 -1
- package/dist/agents/dto.d.ts +11 -40
- package/dist/agents/dto.js +3 -5
- package/dist/agents/dto.js.map +1 -1
- package/dist/agents/inline-agent-config.schema.d.ts +86 -16
- package/dist/agents/sub-agent.schema.d.ts +1 -1
- package/dist/agents/types.d.ts +2 -1
- package/dist/agents/types.js +6 -8
- package/dist/agents/types.js.map +1 -1
- package/dist/build.tsbuildinfo +1 -1
- package/dist/constants/role-mapping.d.ts +1 -0
- package/dist/constants/role-mapping.js +2 -1
- package/dist/constants/role-mapping.js.map +1 -1
- package/dist/dto/credentials/credential-public.dto.d.ts +221 -0
- package/dist/dto/credentials/credential-public.dto.js +31 -0
- package/dist/dto/credentials/credential-public.dto.js.map +1 -0
- package/dist/dto/credentials/list-credentials-query.dto.d.ts +11 -0
- package/dist/dto/credentials/list-credentials-query.dto.js +13 -0
- package/dist/dto/credentials/list-credentials-query.dto.js.map +1 -0
- package/dist/dto/executions/execution-public.dto.d.ts +467 -0
- package/dist/dto/executions/execution-public.dto.js +86 -0
- package/dist/dto/executions/execution-public.dto.js.map +1 -0
- package/dist/dto/executions/execution-public.openapi.d.ts +56 -0
- package/dist/dto/executions/execution-public.openapi.js +113 -0
- package/dist/dto/executions/execution-public.openapi.js.map +1 -0
- package/dist/dto/executions/execution-tags-public.dto.d.ts +24 -0
- package/dist/dto/executions/execution-tags-public.dto.js +9 -0
- package/dist/dto/executions/execution-tags-public.dto.js.map +1 -0
- package/dist/dto/executions/get-execution-query.dto.d.ts +13 -0
- package/dist/dto/executions/get-execution-query.dto.js +28 -0
- package/dist/dto/executions/get-execution-query.dto.js.map +1 -0
- package/dist/dto/executions/list-executions-query.dto.d.ts +28 -0
- package/dist/dto/executions/list-executions-query.dto.js +50 -0
- package/dist/dto/executions/list-executions-query.dto.js.map +1 -0
- package/dist/dto/executions/retried-execution-public.dto.d.ts +152 -0
- package/dist/dto/executions/retried-execution-public.dto.js +33 -0
- package/dist/dto/executions/retried-execution-public.dto.js.map +1 -0
- package/dist/dto/executions/retried-execution-public.openapi.d.ts +10 -0
- package/dist/dto/executions/retried-execution-public.openapi.js +42 -0
- package/dist/dto/executions/retried-execution-public.openapi.js.map +1 -0
- package/dist/dto/executions/retry-execution-public.dto.d.ts +17 -0
- package/dist/dto/executions/retry-execution-public.dto.js +14 -0
- package/dist/dto/executions/retry-execution-public.dto.js.map +1 -0
- package/dist/dto/executions/stop-many-executions-public.dto.d.ts +23 -0
- package/dist/dto/executions/stop-many-executions-public.dto.js +41 -0
- package/dist/dto/executions/stop-many-executions-public.dto.js.map +1 -0
- package/dist/dto/executions/stopped-execution-public.dto.d.ts +51 -0
- package/dist/dto/executions/stopped-execution-public.dto.js +24 -0
- package/dist/dto/executions/stopped-execution-public.dto.js.map +1 -0
- package/dist/dto/executions/stopped-execution-public.openapi.d.ts +25 -0
- package/dist/dto/executions/stopped-execution-public.openapi.js +22 -0
- package/dist/dto/executions/stopped-execution-public.openapi.js.map +1 -0
- package/dist/dto/git-connections/git-connections.dto.d.ts +37 -0
- package/dist/dto/git-connections/git-connections.dto.js +10 -2
- package/dist/dto/git-connections/git-connections.dto.js.map +1 -1
- package/dist/dto/index.d.ts +21 -2
- package/dist/dto/index.js +66 -4
- package/dist/dto/index.js.map +1 -1
- package/dist/dto/instance-ai/instance-ai-confirm-request.dto.d.ts +14 -0
- package/dist/dto/instance-ai/instance-ai-confirm-request.dto.js +5 -0
- package/dist/dto/instance-ai/instance-ai-confirm-request.dto.js.map +1 -1
- package/dist/dto/openapi-nullable.d.ts +2 -0
- package/dist/dto/openapi-nullable.js +7 -0
- package/dist/dto/openapi-nullable.js.map +1 -0
- package/dist/dto/otel/test-otel-trace.dto.d.ts +3 -1
- package/dist/dto/otel/test-otel-trace.dto.js +1 -0
- package/dist/dto/otel/test-otel-trace.dto.js.map +1 -1
- package/dist/dto/otel/update-otel-settings.dto.d.ts +6 -0
- package/dist/dto/otel/update-otel-settings.dto.js +9 -2
- package/dist/dto/otel/update-otel-settings.dto.js.map +1 -1
- package/dist/dto/packages/export-package-request.dto.d.ts +2 -0
- package/dist/dto/packages/export-package-request.dto.js +1 -0
- package/dist/dto/packages/export-package-request.dto.js.map +1 -1
- package/dist/dto/promotions/promotable-resource.dto.d.ts +45 -0
- package/dist/dto/promotions/promotable-resource.dto.js +21 -0
- package/dist/dto/promotions/promotable-resource.dto.js.map +1 -0
- package/dist/dto/source-control/push-work-folder-request.dto.d.ts +27 -13
- package/dist/dto/source-control/source-control-push-conflict-error-public.dto.d.ts +249 -0
- package/dist/dto/source-control/source-control-push-conflict-error-public.dto.js +13 -0
- package/dist/dto/source-control/source-control-push-conflict-error-public.dto.js.map +1 -0
- package/dist/dto/source-control/source-control-push-request-public.dto.d.ts +25 -0
- package/dist/dto/source-control/source-control-push-request-public.dto.js +18 -0
- package/dist/dto/source-control/source-control-push-request-public.dto.js.map +1 -0
- package/dist/dto/source-control/source-control-push-response-public.dto.d.ts +247 -0
- package/dist/dto/source-control/source-control-push-response-public.dto.js +12 -0
- package/dist/dto/source-control/source-control-push-response-public.dto.js.map +1 -0
- package/dist/dto/source-control/source-control-status-public.dto.d.ts +247 -0
- package/dist/dto/source-control/source-control-status-public.dto.js +12 -0
- package/dist/dto/source-control/source-control-status-public.dto.js.map +1 -0
- package/dist/dto/source-control/source-control-status-query-public.dto.d.ts +9 -0
- package/dist/dto/source-control/source-control-status-query-public.dto.js +11 -0
- package/dist/dto/source-control/source-control-status-query-public.dto.js.map +1 -0
- package/dist/dto/tag/tag-public.dto.d.ts +1 -0
- package/dist/dto/tag/tag-public.dto.js +5 -4
- package/dist/dto/tag/tag-public.dto.js.map +1 -1
- package/dist/dto/worker-pools/update-project-pool-settings.dto.d.ts +9 -0
- package/dist/dto/worker-pools/update-project-pool-settings.dto.js +12 -0
- package/dist/dto/worker-pools/update-project-pool-settings.dto.js.map +1 -0
- package/dist/dto/workflow-history/workflow-version-public.dto.d.ts +106 -0
- package/dist/dto/workflow-history/workflow-version-public.dto.js +13 -0
- package/dist/dto/workflow-history/workflow-version-public.dto.js.map +1 -0
- package/dist/dto/workflows/workflow-public.dto.js +3 -4
- package/dist/dto/workflows/workflow-public.dto.js.map +1 -1
- package/dist/dto/workflows/workflow-public.openapi.js +6 -8
- package/dist/dto/workflows/workflow-public.openapi.js.map +1 -1
- package/dist/dto/workflows/workflow-publish-forbidden-error-public.dto.d.ts +26 -0
- package/dist/dto/workflows/workflow-publish-forbidden-error-public.dto.js +14 -0
- package/dist/dto/workflows/workflow-publish-forbidden-error-public.dto.js.map +1 -0
- package/dist/dto/workflows/workflow-tags-public.dto.d.ts +1 -0
- package/dist/dto/workflows/workflow-tags-public.dto.js +2 -1
- package/dist/dto/workflows/workflow-tags-public.dto.js.map +1 -1
- package/dist/frontend-settings.d.ts +7 -0
- package/dist/index.d.ts +6 -5
- package/dist/index.js +20 -5
- package/dist/index.js.map +1 -1
- package/dist/instance-registry-types.d.ts +8 -0
- package/dist/instance-registry-types.js +1 -0
- package/dist/instance-registry-types.js.map +1 -1
- package/dist/push/instance-ai.d.ts +5 -0
- package/dist/scaling.d.ts +2 -0
- package/dist/schemas/agent-run-reducer.js +14 -24
- package/dist/schemas/agent-run-reducer.js.map +1 -1
- package/dist/schemas/content-import-policy-result.schema.js.map +1 -1
- package/dist/schemas/instance-ai.schema.d.ts +1482 -243
- package/dist/schemas/instance-ai.schema.js +91 -4
- package/dist/schemas/instance-ai.schema.js.map +1 -1
- package/dist/schemas/mcp-registry.schema.d.ts +6 -1
- package/dist/schemas/object-guard.schema.d.ts +3 -0
- package/dist/schemas/object-guard.schema.js +10 -0
- package/dist/schemas/object-guard.schema.js.map +1 -0
- package/dist/schemas/source-controlled-file.schema.d.ts +24 -11
- package/dist/schemas/workflow-publication-status.schema.d.ts +2 -0
- package/dist/schemas/workflow-publication-status.schema.js +14 -2
- package/dist/schemas/workflow-publication-status.schema.js.map +1 -1
- package/dist/worker-pools.d.ts +4 -0
- package/dist/worker-pools.js +3 -0
- package/dist/worker-pools.js.map +1 -0
- package/dist/workflow-publish-blocked-details.d.ts +36 -7
- package/dist/workflow-publish-blocked-details.js +15 -6
- package/dist/workflow-publish-blocked-details.js.map +1 -1
- package/package.json +10 -10
package/dist/dto/index.js
CHANGED
|
@@ -15,10 +15,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
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.AiGatewayProviderConfigEntry = exports.AiGatewayConfigDto = 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.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
18
|
+
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.variableValueSchema = exports.variableTypeSchema = exports.NEW_VARIABLE_KEY_REGEX = exports.CreateVariableRequestDto = exports.VariableListRequestDto = exports.ListCredentialsQueryDto = exports.credentialPublicSchema = exports.CredentialListPublicDto = exports.CredentialPublicDto = exports.CreateCredentialDto = exports.gitKeyGeneratorTypeSchema = exports.gitConnectionTypeSchema = exports.UpdateGitConnectionDto = exports.PushGitConnectionDto = exports.ListGitConnectionsQueryDto = exports.GitConnectionPushResultDto = exports.GitConnectionPullResultDto = exports.GitConnectionPublicDto = exports.GitConnectionProjectPublicDto = exports.GitConnectionProjectListPublicDto = exports.GitConnectionListPublicDto = exports.CreateGitConnectionDto = exports.CloneGitConnectionDto = exports.SourceControlPushConflictErrorPublicDto = exports.SourceControlPushResponsePublicDto = exports.SourceControlPushRequestPublicDto = exports.SourceControlStatusPublicDto = exports.SourceControlStatusQueryPublicDto = exports.PushWorkFolderRequestDto = exports.AUTO_PUBLISH_MODE = exports.PullWorkFolderRequestDto = exports.CommunityRegisteredRequestDto = exports.UserUpdateRequestDto = exports.UserSelfSettingsUpdateRequestDto = exports.SettingsUpdateRequestDto = exports.RoleChangeRequestDto = exports.PasswordUpdateRequestDto = exports.LdapSyncDto = exports.UpdateLdapConfigurationDto = exports.SamlToggleDto = exports.UpdateSamlConfigurationDto = void 0;
|
|
19
|
+
exports.DeleteFolderDto = exports.UpdateFolderDto = exports.CreateFolderDto = exports.LIST_API_KEYS_SORT_OPTIONS = exports.ListApiKeysQueryDto = exports.CreateApiKeyRequestDto = exports.UpdateApiKeyRequestDto = exports.tagPublicSchema = exports.TagListPublicDto = exports.TagPublicDto = exports.ListTagsQueryDto = exports.RetrieveTagQueryDto = exports.CreateOrUpdateTagRequestDto = exports.workflowPublishForbiddenErrorPublicSchema = exports.WorkflowPublishForbiddenErrorPublicDto = exports.workflowPublishBlockedErrorPublicSchema = exports.WorkflowPublishBlockedErrorPublicDto = exports.publishWorkflowPublicSchema = exports.PublishWorkflowPublicDto = exports.activateWorkflowPublicSchema = exports.ActivateWorkflowPublicDto = exports.UpdatedWorkflowPublicDto = exports.DeletedWorkflowPublicDto = exports.workflowParentFolderPublicSchema = exports.activeWorkflowVersionPublicSchema = exports.sharedWorkflowPublicSchema = exports.workflowListItemPublicSchema = exports.workflowPublishPublicSchema = exports.createdWorkflowPublicSchema = exports.workflowPublicSchema = exports.WorkflowPublishPublicDto = exports.WorkflowListPublicDto = exports.CreatedWorkflowPublicDto = exports.WorkflowPublicDto = exports.ListWorkflowsQueryDto = exports.UpdateWorkflowQueryDto = exports.UpdateWorkflowPublicDto = exports.GetWorkflowQueryDto = exports.CreateWorkflowPublicDto = exports.WorkflowTagsPublicDto = exports.TagIdsPublicDto = exports.GetResourceDependenciesDto = exports.GetResourceDependencyCountsDto = exports.ArchiveWorkflowDto = exports.DeactivateWorkflowDto = exports.ActivateWorkflowDto = exports.TransferWorkflowPublicDto = exports.TransferWorkflowBodyDto = exports.ImportWorkflowFromUrlDto = exports.ManualRunDto = void 0;
|
|
20
|
+
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.UpdateOidcConfigurationDto = exports.OidcConfigDto = exports.RoleMembersResponseDto = exports.RoleProjectMembersResponseDto = exports.RoleAssignmentsResponseDto = exports.RoleDeleteQueryDto = exports.RoleGetQueryDto = exports.RoleListQueryDto = exports.ListRoleMappingRuleQueryDto = exports.MoveRoleMappingRuleDto = exports.UpdateRoleMappingRulePublicDto = exports.PatchRoleMappingRuleDto = exports.RoleMappingRuleListQueryPublicDto = exports.RoleMappingRuleListPublicDto = exports.RoleMappingRulePublicDto = exports.CreateRoleMappingRuleDto = exports.RoleGetPublicDto = exports.RoleListQueryPublicDto = exports.RoleListPublicDto = exports.RolePublicDto = exports.CreateRoleDto = exports.UpdateRolePublicDto = exports.UpdateRoleDto = exports.USERS_LIST_SORT_OPTIONS = exports.UsersListFilterDto = exports.MAX_ITEMS_PER_PAGE = exports.PaginationDto = exports.PublicDestinationResponseDto = exports.PublicCreateDestinationDto = exports.DeleteDestinationQueryDto = exports.TestDestinationQueryDto = exports.CreateDestinationDto = exports.GetDestinationQueryDto = exports.InsightsDateFilterDto = exports.ListInsightsWorkflowQueryDto = exports.TransferFolderBodyDto = exports.ListFolderQueryDto = void 0;
|
|
21
|
+
exports.RetryExecutionPublicDto = exports.retriedExecutionPublicSchema = exports.RetriedExecutionPublicDto = exports.executionListItemPublicSchema = exports.deletedExecutionPublicSchema = exports.executionPublicSchema = exports.ExecutionListPublicDto = exports.DeletedExecutionPublicDto = exports.ExecutionPublicDto = exports.ListExecutionsQueryDto = exports.GetExecutionQueryDto = exports.DeleteExecutionsDto = exports.ExecutionRedactionQueryDtoSchema = exports.GetQuickConnectApiKeyDto = exports.UpdateSecretsProviderConnectionDto = exports.TestSecretsProviderConnectionDto = exports.SetSecretsProviderConnectionIsEnabledDto = exports.CreateSecretsProviderConnectionDto = exports.UpdateExternalSecretsSettingsDto = exports.workflowVersionPublicSchema = exports.WorkflowVersionPublicDto = exports.workflowVersionListItemPublicSchema = exports.WorkflowVersionHistoryListPublicDto = exports.ListWorkflowHistoryQueryDto = exports.workflowHistoryListItemSchema = exports.WorkflowHistoryListItemDto = exports.UpdateWorkflowHistoryVersionDto = exports.WorkflowHistoryVersionsByIdsDto = exports.UpdateProjectPoolSettingsDto = exports.UpdateSecurityPolicyDto = exports.UpdateSecuritySettingsDto = exports.SecuritySettingsDto = exports.ProvisioningConfigPatchDto = exports.ProvisioningConfigDto = exports.InstanceMcpClientStatsResponseDto = exports.DeleteOAuthClientResponseDto = exports.DeleteOAuthClientQueryDto = exports.ListOAuthClientsResponseDto = exports.ListOAuthClientsQueryDto = 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 = void 0;
|
|
22
|
+
exports.promoteRequestSchema = exports.promotableResourceTypeSchema = exports.promotableResourceStatusSchema = exports.promotableResourceSchema = exports.InstanceAiExamplesQueryDto = exports.TestOtelTraceDto = exports.exporterEndpointSchema = exports.otlpProtocolSchema = exports.OTLP_PROTOCOLS = exports.UpdateOtelSettingsDto = exports.WORKFLOW_REVIEW_TEXT_MAX_LENGTH = exports.CreateWorkflowReviewCommentDto = exports.ListWorkflowReviewActivityQueryDto = exports.UpdateWorkflowReviewRequestVersionDto = exports.ListWorkflowReviewRequestsQueryDto = exports.GetWorkflowReviewEligibleReviewersQueryDto = exports.DecideWorkflowReviewRequestDto = exports.CreateWorkflowReviewRequestDto = exports.ENCRYPTION_KEYS_SORT_OPTIONS = exports.ListEncryptionKeysQueryDto = exports.CreateEncryptionKeyDto = exports.VersionQueryDto = exports.VersionSinceDateQueryDto = exports.ExecutionTagsPublicDto = exports.STOPPABLE_PUBLIC_TO_INTERNAL_STATUS = exports.STOPPABLE_PUBLIC_EXECUTION_STATUSES = exports.StopManyExecutionsPublicDto = exports.stoppedExecutionsPublicSchema = exports.stoppedExecutionPublicSchema = exports.StoppedExecutionsPublicDto = exports.StoppedExecutionPublicDto = exports.retryExecutionPublicSchema = void 0;
|
|
22
23
|
var get_node_types_by_identifier_dto_1 = require("./node-types/get-node-types-by-identifier.dto");
|
|
23
24
|
Object.defineProperty(exports, "GetNodeTypesByIdentifierRequestDto", { enumerable: true, get: function () { return get_node_types_by_identifier_dto_1.GetNodeTypesByIdentifierRequestDto; } });
|
|
24
25
|
var ai_ask_request_dto_1 = require("./ai/ai-ask-request.dto");
|
|
@@ -141,6 +142,16 @@ Object.defineProperty(exports, "PullWorkFolderRequestDto", { enumerable: true, g
|
|
|
141
142
|
Object.defineProperty(exports, "AUTO_PUBLISH_MODE", { enumerable: true, get: function () { return pull_work_folder_request_dto_1.AUTO_PUBLISH_MODE; } });
|
|
142
143
|
var push_work_folder_request_dto_1 = require("./source-control/push-work-folder-request.dto");
|
|
143
144
|
Object.defineProperty(exports, "PushWorkFolderRequestDto", { enumerable: true, get: function () { return push_work_folder_request_dto_1.PushWorkFolderRequestDto; } });
|
|
145
|
+
var source_control_status_query_public_dto_1 = require("./source-control/source-control-status-query-public.dto");
|
|
146
|
+
Object.defineProperty(exports, "SourceControlStatusQueryPublicDto", { enumerable: true, get: function () { return source_control_status_query_public_dto_1.SourceControlStatusQueryPublicDto; } });
|
|
147
|
+
var source_control_status_public_dto_1 = require("./source-control/source-control-status-public.dto");
|
|
148
|
+
Object.defineProperty(exports, "SourceControlStatusPublicDto", { enumerable: true, get: function () { return source_control_status_public_dto_1.SourceControlStatusPublicDto; } });
|
|
149
|
+
var source_control_push_request_public_dto_1 = require("./source-control/source-control-push-request-public.dto");
|
|
150
|
+
Object.defineProperty(exports, "SourceControlPushRequestPublicDto", { enumerable: true, get: function () { return source_control_push_request_public_dto_1.SourceControlPushRequestPublicDto; } });
|
|
151
|
+
var source_control_push_response_public_dto_1 = require("./source-control/source-control-push-response-public.dto");
|
|
152
|
+
Object.defineProperty(exports, "SourceControlPushResponsePublicDto", { enumerable: true, get: function () { return source_control_push_response_public_dto_1.SourceControlPushResponsePublicDto; } });
|
|
153
|
+
var source_control_push_conflict_error_public_dto_1 = require("./source-control/source-control-push-conflict-error-public.dto");
|
|
154
|
+
Object.defineProperty(exports, "SourceControlPushConflictErrorPublicDto", { enumerable: true, get: function () { return source_control_push_conflict_error_public_dto_1.SourceControlPushConflictErrorPublicDto; } });
|
|
144
155
|
var git_connections_dto_1 = require("./git-connections/git-connections.dto");
|
|
145
156
|
Object.defineProperty(exports, "CloneGitConnectionDto", { enumerable: true, get: function () { return git_connections_dto_1.CloneGitConnectionDto; } });
|
|
146
157
|
Object.defineProperty(exports, "CreateGitConnectionDto", { enumerable: true, get: function () { return git_connections_dto_1.CreateGitConnectionDto; } });
|
|
@@ -151,11 +162,18 @@ Object.defineProperty(exports, "GitConnectionPublicDto", { enumerable: true, get
|
|
|
151
162
|
Object.defineProperty(exports, "GitConnectionPullResultDto", { enumerable: true, get: function () { return git_connections_dto_1.GitConnectionPullResultDto; } });
|
|
152
163
|
Object.defineProperty(exports, "GitConnectionPushResultDto", { enumerable: true, get: function () { return git_connections_dto_1.GitConnectionPushResultDto; } });
|
|
153
164
|
Object.defineProperty(exports, "ListGitConnectionsQueryDto", { enumerable: true, get: function () { return git_connections_dto_1.ListGitConnectionsQueryDto; } });
|
|
165
|
+
Object.defineProperty(exports, "PushGitConnectionDto", { enumerable: true, get: function () { return git_connections_dto_1.PushGitConnectionDto; } });
|
|
154
166
|
Object.defineProperty(exports, "UpdateGitConnectionDto", { enumerable: true, get: function () { return git_connections_dto_1.UpdateGitConnectionDto; } });
|
|
155
167
|
Object.defineProperty(exports, "gitConnectionTypeSchema", { enumerable: true, get: function () { return git_connections_dto_1.gitConnectionTypeSchema; } });
|
|
156
168
|
Object.defineProperty(exports, "gitKeyGeneratorTypeSchema", { enumerable: true, get: function () { return git_connections_dto_1.gitKeyGeneratorTypeSchema; } });
|
|
157
169
|
var create_credential_dto_1 = require("./credentials/create-credential.dto");
|
|
158
170
|
Object.defineProperty(exports, "CreateCredentialDto", { enumerable: true, get: function () { return create_credential_dto_1.CreateCredentialDto; } });
|
|
171
|
+
var credential_public_dto_1 = require("./credentials/credential-public.dto");
|
|
172
|
+
Object.defineProperty(exports, "CredentialPublicDto", { enumerable: true, get: function () { return credential_public_dto_1.CredentialPublicDto; } });
|
|
173
|
+
Object.defineProperty(exports, "CredentialListPublicDto", { enumerable: true, get: function () { return credential_public_dto_1.CredentialListPublicDto; } });
|
|
174
|
+
Object.defineProperty(exports, "credentialPublicSchema", { enumerable: true, get: function () { return credential_public_dto_1.credentialPublicSchema; } });
|
|
175
|
+
var list_credentials_query_dto_1 = require("./credentials/list-credentials-query.dto");
|
|
176
|
+
Object.defineProperty(exports, "ListCredentialsQueryDto", { enumerable: true, get: function () { return list_credentials_query_dto_1.ListCredentialsQueryDto; } });
|
|
159
177
|
var variables_list_request_dto_1 = require("./variables/variables-list-request.dto");
|
|
160
178
|
Object.defineProperty(exports, "VariableListRequestDto", { enumerable: true, get: function () { return variables_list_request_dto_1.VariableListRequestDto; } });
|
|
161
179
|
var create_variable_request_dto_1 = require("./variables/create-variable-request.dto");
|
|
@@ -233,6 +251,9 @@ Object.defineProperty(exports, "publishWorkflowPublicSchema", { enumerable: true
|
|
|
233
251
|
var workflow_publish_blocked_error_public_dto_1 = require("./workflows/workflow-publish-blocked-error-public.dto");
|
|
234
252
|
Object.defineProperty(exports, "WorkflowPublishBlockedErrorPublicDto", { enumerable: true, get: function () { return workflow_publish_blocked_error_public_dto_1.WorkflowPublishBlockedErrorPublicDto; } });
|
|
235
253
|
Object.defineProperty(exports, "workflowPublishBlockedErrorPublicSchema", { enumerable: true, get: function () { return workflow_publish_blocked_error_public_dto_1.workflowPublishBlockedErrorPublicSchema; } });
|
|
254
|
+
var workflow_publish_forbidden_error_public_dto_1 = require("./workflows/workflow-publish-forbidden-error-public.dto");
|
|
255
|
+
Object.defineProperty(exports, "WorkflowPublishForbiddenErrorPublicDto", { enumerable: true, get: function () { return workflow_publish_forbidden_error_public_dto_1.WorkflowPublishForbiddenErrorPublicDto; } });
|
|
256
|
+
Object.defineProperty(exports, "workflowPublishForbiddenErrorPublicSchema", { enumerable: true, get: function () { return workflow_publish_forbidden_error_public_dto_1.workflowPublishForbiddenErrorPublicSchema; } });
|
|
236
257
|
var create_or_update_tag_request_dto_1 = require("./tag/create-or-update-tag-request.dto");
|
|
237
258
|
Object.defineProperty(exports, "CreateOrUpdateTagRequestDto", { enumerable: true, get: function () { return create_or_update_tag_request_dto_1.CreateOrUpdateTagRequestDto; } });
|
|
238
259
|
var retrieve_tag_query_dto_1 = require("./tag/retrieve-tag-query.dto");
|
|
@@ -379,6 +400,8 @@ Object.defineProperty(exports, "SecuritySettingsDto", { enumerable: true, get: f
|
|
|
379
400
|
Object.defineProperty(exports, "UpdateSecuritySettingsDto", { enumerable: true, get: function () { return security_settings_dto_1.UpdateSecuritySettingsDto; } });
|
|
380
401
|
var security_policy_dto_1 = require("./security-settings/security-policy.dto");
|
|
381
402
|
Object.defineProperty(exports, "UpdateSecurityPolicyDto", { enumerable: true, get: function () { return security_policy_dto_1.UpdateSecurityPolicyDto; } });
|
|
403
|
+
var update_project_pool_settings_dto_1 = require("./worker-pools/update-project-pool-settings.dto");
|
|
404
|
+
Object.defineProperty(exports, "UpdateProjectPoolSettingsDto", { enumerable: true, get: function () { return update_project_pool_settings_dto_1.UpdateProjectPoolSettingsDto; } });
|
|
382
405
|
var workflow_history_versions_by_ids_dto_1 = require("./workflow-history/workflow-history-versions-by-ids.dto");
|
|
383
406
|
Object.defineProperty(exports, "WorkflowHistoryVersionsByIdsDto", { enumerable: true, get: function () { return workflow_history_versions_by_ids_dto_1.WorkflowHistoryVersionsByIdsDto; } });
|
|
384
407
|
var update_workflow_history_version_dto_1 = require("./workflow-history/update-workflow-history-version.dto");
|
|
@@ -391,6 +414,9 @@ Object.defineProperty(exports, "ListWorkflowHistoryQueryDto", { enumerable: true
|
|
|
391
414
|
var workflow_version_history_public_dto_1 = require("./workflow-history/workflow-version-history-public.dto");
|
|
392
415
|
Object.defineProperty(exports, "WorkflowVersionHistoryListPublicDto", { enumerable: true, get: function () { return workflow_version_history_public_dto_1.WorkflowVersionHistoryListPublicDto; } });
|
|
393
416
|
Object.defineProperty(exports, "workflowVersionListItemPublicSchema", { enumerable: true, get: function () { return workflow_version_history_public_dto_1.workflowVersionListItemPublicSchema; } });
|
|
417
|
+
var workflow_version_public_dto_1 = require("./workflow-history/workflow-version-public.dto");
|
|
418
|
+
Object.defineProperty(exports, "WorkflowVersionPublicDto", { enumerable: true, get: function () { return workflow_version_public_dto_1.WorkflowVersionPublicDto; } });
|
|
419
|
+
Object.defineProperty(exports, "workflowVersionPublicSchema", { enumerable: true, get: function () { return workflow_version_public_dto_1.workflowVersionPublicSchema; } });
|
|
394
420
|
var update_external_secrets_settings_dto_1 = require("./secrets-provider/update-external-secrets-settings.dto");
|
|
395
421
|
Object.defineProperty(exports, "UpdateExternalSecretsSettingsDto", { enumerable: true, get: function () { return update_external_secrets_settings_dto_1.UpdateExternalSecretsSettingsDto; } });
|
|
396
422
|
var create_secrets_provider_connection_dto_1 = require("./secrets-provider/create-secrets-provider-connection.dto");
|
|
@@ -407,6 +433,34 @@ var execution_redaction_query_dto_1 = require("./executions/execution-redaction-
|
|
|
407
433
|
Object.defineProperty(exports, "ExecutionRedactionQueryDtoSchema", { enumerable: true, get: function () { return execution_redaction_query_dto_1.ExecutionRedactionQueryDtoSchema; } });
|
|
408
434
|
var delete_executions_dto_1 = require("./executions/delete-executions.dto");
|
|
409
435
|
Object.defineProperty(exports, "DeleteExecutionsDto", { enumerable: true, get: function () { return delete_executions_dto_1.DeleteExecutionsDto; } });
|
|
436
|
+
var get_execution_query_dto_1 = require("./executions/get-execution-query.dto");
|
|
437
|
+
Object.defineProperty(exports, "GetExecutionQueryDto", { enumerable: true, get: function () { return get_execution_query_dto_1.GetExecutionQueryDto; } });
|
|
438
|
+
var list_executions_query_dto_1 = require("./executions/list-executions-query.dto");
|
|
439
|
+
Object.defineProperty(exports, "ListExecutionsQueryDto", { enumerable: true, get: function () { return list_executions_query_dto_1.ListExecutionsQueryDto; } });
|
|
440
|
+
var execution_public_dto_1 = require("./executions/execution-public.dto");
|
|
441
|
+
Object.defineProperty(exports, "ExecutionPublicDto", { enumerable: true, get: function () { return execution_public_dto_1.ExecutionPublicDto; } });
|
|
442
|
+
Object.defineProperty(exports, "DeletedExecutionPublicDto", { enumerable: true, get: function () { return execution_public_dto_1.DeletedExecutionPublicDto; } });
|
|
443
|
+
Object.defineProperty(exports, "ExecutionListPublicDto", { enumerable: true, get: function () { return execution_public_dto_1.ExecutionListPublicDto; } });
|
|
444
|
+
Object.defineProperty(exports, "executionPublicSchema", { enumerable: true, get: function () { return execution_public_dto_1.executionPublicSchema; } });
|
|
445
|
+
Object.defineProperty(exports, "deletedExecutionPublicSchema", { enumerable: true, get: function () { return execution_public_dto_1.deletedExecutionPublicSchema; } });
|
|
446
|
+
Object.defineProperty(exports, "executionListItemPublicSchema", { enumerable: true, get: function () { return execution_public_dto_1.executionListItemPublicSchema; } });
|
|
447
|
+
var retried_execution_public_dto_1 = require("./executions/retried-execution-public.dto");
|
|
448
|
+
Object.defineProperty(exports, "RetriedExecutionPublicDto", { enumerable: true, get: function () { return retried_execution_public_dto_1.RetriedExecutionPublicDto; } });
|
|
449
|
+
Object.defineProperty(exports, "retriedExecutionPublicSchema", { enumerable: true, get: function () { return retried_execution_public_dto_1.retriedExecutionPublicSchema; } });
|
|
450
|
+
var retry_execution_public_dto_1 = require("./executions/retry-execution-public.dto");
|
|
451
|
+
Object.defineProperty(exports, "RetryExecutionPublicDto", { enumerable: true, get: function () { return retry_execution_public_dto_1.RetryExecutionPublicDto; } });
|
|
452
|
+
Object.defineProperty(exports, "retryExecutionPublicSchema", { enumerable: true, get: function () { return retry_execution_public_dto_1.retryExecutionPublicSchema; } });
|
|
453
|
+
var stopped_execution_public_dto_1 = require("./executions/stopped-execution-public.dto");
|
|
454
|
+
Object.defineProperty(exports, "StoppedExecutionPublicDto", { enumerable: true, get: function () { return stopped_execution_public_dto_1.StoppedExecutionPublicDto; } });
|
|
455
|
+
Object.defineProperty(exports, "StoppedExecutionsPublicDto", { enumerable: true, get: function () { return stopped_execution_public_dto_1.StoppedExecutionsPublicDto; } });
|
|
456
|
+
Object.defineProperty(exports, "stoppedExecutionPublicSchema", { enumerable: true, get: function () { return stopped_execution_public_dto_1.stoppedExecutionPublicSchema; } });
|
|
457
|
+
Object.defineProperty(exports, "stoppedExecutionsPublicSchema", { enumerable: true, get: function () { return stopped_execution_public_dto_1.stoppedExecutionsPublicSchema; } });
|
|
458
|
+
var stop_many_executions_public_dto_1 = require("./executions/stop-many-executions-public.dto");
|
|
459
|
+
Object.defineProperty(exports, "StopManyExecutionsPublicDto", { enumerable: true, get: function () { return stop_many_executions_public_dto_1.StopManyExecutionsPublicDto; } });
|
|
460
|
+
Object.defineProperty(exports, "STOPPABLE_PUBLIC_EXECUTION_STATUSES", { enumerable: true, get: function () { return stop_many_executions_public_dto_1.STOPPABLE_PUBLIC_EXECUTION_STATUSES; } });
|
|
461
|
+
Object.defineProperty(exports, "STOPPABLE_PUBLIC_TO_INTERNAL_STATUS", { enumerable: true, get: function () { return stop_many_executions_public_dto_1.STOPPABLE_PUBLIC_TO_INTERNAL_STATUS; } });
|
|
462
|
+
var execution_tags_public_dto_1 = require("./executions/execution-tags-public.dto");
|
|
463
|
+
Object.defineProperty(exports, "ExecutionTagsPublicDto", { enumerable: true, get: function () { return execution_tags_public_dto_1.ExecutionTagsPublicDto; } });
|
|
410
464
|
var version_since_date_query_dto_1 = require("./instance-version-history/version-since-date-query.dto");
|
|
411
465
|
Object.defineProperty(exports, "VersionSinceDateQueryDto", { enumerable: true, get: function () { return version_since_date_query_dto_1.VersionSinceDateQueryDto; } });
|
|
412
466
|
var version_query_dto_1 = require("./instance-version-history/version-query.dto");
|
|
@@ -433,8 +487,16 @@ Object.defineProperty(exports, "CreateWorkflowReviewCommentDto", { enumerable: t
|
|
|
433
487
|
Object.defineProperty(exports, "WORKFLOW_REVIEW_TEXT_MAX_LENGTH", { enumerable: true, get: function () { return workflow_review_activity_dto_1.WORKFLOW_REVIEW_TEXT_MAX_LENGTH; } });
|
|
434
488
|
var update_otel_settings_dto_1 = require("./otel/update-otel-settings.dto");
|
|
435
489
|
Object.defineProperty(exports, "UpdateOtelSettingsDto", { enumerable: true, get: function () { return update_otel_settings_dto_1.UpdateOtelSettingsDto; } });
|
|
490
|
+
Object.defineProperty(exports, "OTLP_PROTOCOLS", { enumerable: true, get: function () { return update_otel_settings_dto_1.OTLP_PROTOCOLS; } });
|
|
491
|
+
Object.defineProperty(exports, "otlpProtocolSchema", { enumerable: true, get: function () { return update_otel_settings_dto_1.otlpProtocolSchema; } });
|
|
492
|
+
Object.defineProperty(exports, "exporterEndpointSchema", { enumerable: true, get: function () { return update_otel_settings_dto_1.exporterEndpointSchema; } });
|
|
436
493
|
var test_otel_trace_dto_1 = require("./otel/test-otel-trace.dto");
|
|
437
494
|
Object.defineProperty(exports, "TestOtelTraceDto", { enumerable: true, get: function () { return test_otel_trace_dto_1.TestOtelTraceDto; } });
|
|
438
495
|
var instance_ai_examples_query_dto_1 = require("./instance-ai-examples/instance-ai-examples-query.dto");
|
|
439
496
|
Object.defineProperty(exports, "InstanceAiExamplesQueryDto", { enumerable: true, get: function () { return instance_ai_examples_query_dto_1.InstanceAiExamplesQueryDto; } });
|
|
497
|
+
var promotable_resource_dto_1 = require("./promotions/promotable-resource.dto");
|
|
498
|
+
Object.defineProperty(exports, "promotableResourceSchema", { enumerable: true, get: function () { return promotable_resource_dto_1.promotableResourceSchema; } });
|
|
499
|
+
Object.defineProperty(exports, "promotableResourceStatusSchema", { enumerable: true, get: function () { return promotable_resource_dto_1.promotableResourceStatusSchema; } });
|
|
500
|
+
Object.defineProperty(exports, "promotableResourceTypeSchema", { enumerable: true, get: function () { return promotable_resource_dto_1.promotableResourceTypeSchema; } });
|
|
501
|
+
Object.defineProperty(exports, "promoteRequestSchema", { enumerable: true, get: function () { return promotable_resource_dto_1.promoteRequestSchema; } });
|
|
440
502
|
//# sourceMappingURL=index.js.map
|
package/dist/dto/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -71,6 +71,20 @@ export declare const InstanceAiConfirmRequestDto: z.ZodDiscriminatedUnion<"kind"
|
|
|
71
71
|
kind: "credentialAutoSetup";
|
|
72
72
|
credentialType: string;
|
|
73
73
|
attemptId?: string | undefined;
|
|
74
|
+
}>, z.ZodObject<Pick<{
|
|
75
|
+
origin: z.ZodEffects<z.ZodString, string, string>;
|
|
76
|
+
nodeNames: z.ZodArray<z.ZodString, "many">;
|
|
77
|
+
}, "origin"> & {
|
|
78
|
+
kind: z.ZodLiteral<"credentialDestination">;
|
|
79
|
+
approved: z.ZodBoolean;
|
|
80
|
+
}, "strip", z.ZodTypeAny, {
|
|
81
|
+
origin: string;
|
|
82
|
+
kind: "credentialDestination";
|
|
83
|
+
approved: boolean;
|
|
84
|
+
}, {
|
|
85
|
+
origin: string;
|
|
86
|
+
kind: "credentialDestination";
|
|
87
|
+
approved: boolean;
|
|
74
88
|
}>, z.ZodObject<{
|
|
75
89
|
kind: z.ZodLiteral<"domainAccessApprove">;
|
|
76
90
|
domainAccessAction: z.ZodEnum<["allow_once", "allow_domain", "allow_all"]>;
|
|
@@ -25,6 +25,10 @@ const credentialAutoSetupConfirmSchema = zod_1.z.object({
|
|
|
25
25
|
credentialType: zod_1.z.string(),
|
|
26
26
|
attemptId: zod_1.z.string().trim().min(1).max(64).optional(),
|
|
27
27
|
});
|
|
28
|
+
const credentialDestinationConfirmSchema = instance_ai_schema_1.credentialDestinationDecisionSchema.extend({
|
|
29
|
+
kind: zod_1.z.literal('credentialDestination'),
|
|
30
|
+
approved: zod_1.z.boolean(),
|
|
31
|
+
});
|
|
28
32
|
const domainAccessApproveSchema = zod_1.z.object({
|
|
29
33
|
kind: zod_1.z.literal('domainAccessApprove'),
|
|
30
34
|
domainAccessAction: instance_ai_schema_1.domainAccessActionSchema,
|
|
@@ -61,6 +65,7 @@ exports.InstanceAiConfirmRequestDto = zod_1.z.discriminatedUnion('kind', [
|
|
|
61
65
|
questionsConfirmSchema,
|
|
62
66
|
credentialSelectionConfirmSchema,
|
|
63
67
|
credentialAutoSetupConfirmSchema,
|
|
68
|
+
credentialDestinationConfirmSchema,
|
|
64
69
|
domainAccessApproveSchema,
|
|
65
70
|
domainAccessDenySchema,
|
|
66
71
|
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":";;;AAAA,6BAAwB;AAExB,
|
|
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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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"openapi-nullable.js","sourceRoot":"","sources":["../../src/dto/openapi-nullable.ts"],"names":[],"mappings":";;;AAKA,sBAA6B,QAA4B;IACxD,OAAO,EAAE,GAAG,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAwB,CAAC;AAC9D,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare const TestOtelTraceDto_base: import("../../zod-class").ZodClass<{
|
|
2
|
+
exporterProtocol: "grpc" | "http/protobuf";
|
|
2
3
|
exporterEndpoint: string;
|
|
3
4
|
exporterTracingPath: string;
|
|
4
5
|
exporterServiceName: string;
|
|
@@ -6,6 +7,7 @@ declare const TestOtelTraceDto_base: import("../../zod-class").ZodClass<{
|
|
|
6
7
|
startupConnectivityTimeoutMs: number;
|
|
7
8
|
}, Pick<{
|
|
8
9
|
enabled: import("zod").ZodBoolean;
|
|
10
|
+
exporterProtocol: import("zod").ZodDefault<import("zod").ZodEnum<["http/protobuf", "grpc"]>>;
|
|
9
11
|
exporterEndpoint: import("zod").ZodString;
|
|
10
12
|
exporterTracingPath: import("zod").ZodString;
|
|
11
13
|
exporterServiceName: import("zod").ZodString;
|
|
@@ -15,7 +17,7 @@ declare const TestOtelTraceDto_base: import("../../zod-class").ZodClass<{
|
|
|
15
17
|
includeNodeSpans: import("zod").ZodBoolean;
|
|
16
18
|
injectOutbound: import("zod").ZodBoolean;
|
|
17
19
|
productionExecutionsOnly: import("zod").ZodBoolean;
|
|
18
|
-
}, "exporterEndpoint" | "exporterHeaders" | "exporterServiceName" | "exporterTracingPath" | "startupConnectivityTimeoutMs">>;
|
|
20
|
+
}, "exporterEndpoint" | "exporterHeaders" | "exporterProtocol" | "exporterServiceName" | "exporterTracingPath" | "startupConnectivityTimeoutMs">>;
|
|
19
21
|
export declare class TestOtelTraceDto extends TestOtelTraceDto_base {
|
|
20
22
|
}
|
|
21
23
|
export {};
|
|
@@ -4,6 +4,7 @@ exports.TestOtelTraceDto = void 0;
|
|
|
4
4
|
const update_otel_settings_dto_1 = require("./update-otel-settings.dto");
|
|
5
5
|
const zod_class_1 = require("../../zod-class");
|
|
6
6
|
class TestOtelTraceDto extends zod_class_1.Z.class(update_otel_settings_dto_1.UpdateOtelSettingsDto.schema.pick({
|
|
7
|
+
exporterProtocol: true,
|
|
7
8
|
exporterEndpoint: true,
|
|
8
9
|
exporterTracingPath: true,
|
|
9
10
|
exporterServiceName: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test-otel-trace.dto.js","sourceRoot":"","sources":["../../../src/dto/otel/test-otel-trace.dto.ts"],"names":[],"mappings":";;;AAAA,yEAAmE;AACnE,+CAAoC;AAEpC,sBAA8B,SAAQ,aAAC,CAAC,KAAK,CAC5C,gDAAqB,CAAC,MAAM,CAAC,IAAI,CAAC;IACjC,gBAAgB,EAAE,IAAI;IACtB,mBAAmB,EAAE,IAAI;IACzB,mBAAmB,EAAE,IAAI;IACzB,eAAe,EAAE,IAAI;IACrB,4BAA4B,EAAE,IAAI;CAClC,CAAC,CAAC,KAAK,CACR;CAAG"}
|
|
1
|
+
{"version":3,"file":"test-otel-trace.dto.js","sourceRoot":"","sources":["../../../src/dto/otel/test-otel-trace.dto.ts"],"names":[],"mappings":";;;AAAA,yEAAmE;AACnE,+CAAoC;AAEpC,sBAA8B,SAAQ,aAAC,CAAC,KAAK,CAC5C,gDAAqB,CAAC,MAAM,CAAC,IAAI,CAAC;IACjC,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EAAE,IAAI;IACtB,mBAAmB,EAAE,IAAI;IACzB,mBAAmB,EAAE,IAAI;IACzB,eAAe,EAAE,IAAI;IACrB,4BAA4B,EAAE,IAAI;CAClC,CAAC,CAAC,KAAK,CACR;CAAG"}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
+
export declare const OTLP_PROTOCOLS: readonly ['http/protobuf', 'grpc'];
|
|
3
|
+
export type OtlpProtocol = (typeof OTLP_PROTOCOLS)[number];
|
|
4
|
+
export declare const otlpProtocolSchema: z.ZodEnum<["http/protobuf", "grpc"]>;
|
|
5
|
+
export declare const exporterEndpointSchema: z.ZodString;
|
|
2
6
|
declare const UpdateOtelSettingsDto_base: import("../../zod-class").ZodClass<{
|
|
3
7
|
enabled: boolean;
|
|
8
|
+
exporterProtocol: "grpc" | "http/protobuf";
|
|
4
9
|
exporterEndpoint: string;
|
|
5
10
|
exporterTracingPath: string;
|
|
6
11
|
exporterServiceName: string;
|
|
@@ -12,6 +17,7 @@ declare const UpdateOtelSettingsDto_base: import("../../zod-class").ZodClass<{
|
|
|
12
17
|
productionExecutionsOnly: boolean;
|
|
13
18
|
}, {
|
|
14
19
|
enabled: z.ZodBoolean;
|
|
20
|
+
exporterProtocol: z.ZodDefault<z.ZodEnum<["http/protobuf", "grpc"]>>;
|
|
15
21
|
exporterEndpoint: z.ZodString;
|
|
16
22
|
exporterTracingPath: z.ZodString;
|
|
17
23
|
exporterServiceName: z.ZodString;
|
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateOtelSettingsDto = void 0;
|
|
3
|
+
exports.UpdateOtelSettingsDto = exports.exporterEndpointSchema = exports.otlpProtocolSchema = exports.OTLP_PROTOCOLS = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const zod_class_1 = require("../../zod-class");
|
|
6
|
+
exports.OTLP_PROTOCOLS = ['http/protobuf', 'grpc'];
|
|
7
|
+
exports.otlpProtocolSchema = zod_1.z.enum(exports.OTLP_PROTOCOLS);
|
|
8
|
+
exports.exporterEndpointSchema = zod_1.z
|
|
9
|
+
.string()
|
|
10
|
+
.url()
|
|
11
|
+
.regex(/^https?:\/\//i, 'Endpoint must start with http:// or https://. The scheme selects TLS.');
|
|
6
12
|
class UpdateOtelSettingsDto extends zod_class_1.Z.class({
|
|
7
13
|
enabled: zod_1.z.boolean(),
|
|
8
|
-
|
|
14
|
+
exporterProtocol: exports.otlpProtocolSchema.default('http/protobuf'),
|
|
15
|
+
exporterEndpoint: exports.exporterEndpointSchema,
|
|
9
16
|
exporterTracingPath: zod_1.z.string(),
|
|
10
17
|
exporterServiceName: zod_1.z.string().min(1),
|
|
11
18
|
exporterHeaders: zod_1.z.string(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-otel-settings.dto.js","sourceRoot":"","sources":["../../../src/dto/otel/update-otel-settings.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,+CAAoC;
|
|
1
|
+
{"version":3,"file":"update-otel-settings.dto.js","sourceRoot":"","sources":["../../../src/dto/otel/update-otel-settings.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,+CAAoC;AAEvB,QAAA,cAAc,GAAG,CAAC,eAAe,EAAE,MAAM,CAAU,CAAC;AAIpD,QAAA,kBAAkB,GAAG,OAAC,CAAC,IAAI,CAAC,QAAA,cAAc,CAAC,CAAC;AAE5C,QAAA,sBAAsB,GAAG,OAAC;KACrC,MAAM,EAAE;KACR,GAAG,EAAE;KACL,KAAK,CAAC,eAAe,EAAE,uEAAuE,CAAC,CAAC;AAElG,2BAAmC,SAAQ,aAAC,CAAC,KAAK,CAAC;IAClD,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE;IAEpB,gBAAgB,EAAE,QAAA,kBAAkB,CAAC,OAAO,CAAC,eAAe,CAAC;IAC7D,gBAAgB,EAAE,QAAA,sBAAsB;IACxC,mBAAmB,EAAE,OAAC,CAAC,MAAM,EAAE;IAC/B,mBAAmB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACtC,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE;IAC3B,gBAAgB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;IAC1C,4BAA4B,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IAC5D,gBAAgB,EAAE,OAAC,CAAC,OAAO,EAAE;IAC7B,cAAc,EAAE,OAAC,CAAC,OAAO,EAAE;IAC3B,wBAAwB,EAAE,OAAC,CAAC,OAAO,EAAE;CACrC,CAAC;CAAG"}
|
|
@@ -8,6 +8,7 @@ declare const ExportPackageRequestDto_base: import("../../zod-class").ZodClass<{
|
|
|
8
8
|
missingWorkflowDependencyPolicy: "fail" | "include-in-package" | "reference-only";
|
|
9
9
|
workflowVersionPolicy: "ignore-unpublished" | "latest" | "prefer-published" | "published-strict";
|
|
10
10
|
credentialExportPolicy: "expression-values-only" | "no-values";
|
|
11
|
+
includeArchivedWorkflows: boolean;
|
|
11
12
|
}, {
|
|
12
13
|
workflowIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13
14
|
folderIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -17,6 +18,7 @@ declare const ExportPackageRequestDto_base: import("../../zod-class").ZodClass<{
|
|
|
17
18
|
missingWorkflowDependencyPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<["fail", "reference-only", "include-in-package"]>>>;
|
|
18
19
|
workflowVersionPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<["published-strict", "prefer-published", "ignore-unpublished", "latest"]>>>;
|
|
19
20
|
credentialExportPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<["expression-values-only", "no-values"]>>>;
|
|
21
|
+
includeArchivedWorkflows: z.ZodDefault<z.ZodBoolean>;
|
|
20
22
|
}>;
|
|
21
23
|
export declare class ExportPackageRequestDto extends ExportPackageRequestDto_base {
|
|
22
24
|
}
|
|
@@ -21,6 +21,7 @@ class ExportPackageRequestDto extends zod_class_1.Z.class({
|
|
|
21
21
|
.enum(['expression-values-only', 'no-values'])
|
|
22
22
|
.optional()
|
|
23
23
|
.default('expression-values-only'),
|
|
24
|
+
includeArchivedWorkflows: zod_1.z.boolean().default(false),
|
|
24
25
|
}) {
|
|
25
26
|
}
|
|
26
27
|
exports.ExportPackageRequestDto = ExportPackageRequestDto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"export-package-request.dto.js","sourceRoot":"","sources":["../../../src/dto/packages/export-package-request.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,+CAAoC;AAEpC,6BAAqC,SAAQ,aAAC,CAAC,KAAK,CAAC;IACpD,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,CAAC,QAAQ,EAAE;IACzE,SAAS,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,CAAC,QAAQ,EAAE;IACvE,UAAU,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,CAAC,QAAQ,EAAE;IACxE,qBAAqB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC;IAChD,WAAW,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC;IACtC,+BAA+B,EAAE,OAAC;SAChC,IAAI,CAAC,CAAC,MAAM,EAAE,gBAAgB,EAAE,oBAAoB,CAAC,CAAC;SACtD,QAAQ,EAAE;SACV,OAAO,CAAC,MAAM,CAAC;IACjB,qBAAqB,EAAE,OAAC;SACtB,IAAI,CAAC,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,QAAQ,CAAC,CAAC;SAC9E,QAAQ,EAAE;SACV,OAAO,CAAC,QAAQ,CAAC;IACnB,sBAAsB,EAAE,OAAC;SACvB,IAAI,CAAC,CAAC,wBAAwB,EAAE,WAAW,CAAC,CAAC;SAC7C,QAAQ,EAAE;SACV,OAAO,CAAC,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"export-package-request.dto.js","sourceRoot":"","sources":["../../../src/dto/packages/export-package-request.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,+CAAoC;AAEpC,6BAAqC,SAAQ,aAAC,CAAC,KAAK,CAAC;IACpD,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,CAAC,QAAQ,EAAE;IACzE,SAAS,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,CAAC,QAAQ,EAAE;IACvE,UAAU,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,CAAC,QAAQ,EAAE;IACxE,qBAAqB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC;IAChD,WAAW,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC;IACtC,+BAA+B,EAAE,OAAC;SAChC,IAAI,CAAC,CAAC,MAAM,EAAE,gBAAgB,EAAE,oBAAoB,CAAC,CAAC;SACtD,QAAQ,EAAE;SACV,OAAO,CAAC,MAAM,CAAC;IACjB,qBAAqB,EAAE,OAAC;SACtB,IAAI,CAAC,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,QAAQ,CAAC,CAAC;SAC9E,QAAQ,EAAE;SACV,OAAO,CAAC,QAAQ,CAAC;IACnB,sBAAsB,EAAE,OAAC;SACvB,IAAI,CAAC,CAAC,wBAAwB,EAAE,WAAW,CAAC,CAAC;SAC7C,QAAQ,EAAE;SACV,OAAO,CAAC,wBAAwB,CAAC;IACnC,wBAAwB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;CACpD,CAAC;CAAG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const promotableResourceStatusSchema: z.ZodEnum<["new", "modified", "archived", "deleted"]>;
|
|
3
|
+
export type PromotableResourceStatus = z.infer<typeof promotableResourceStatusSchema>;
|
|
4
|
+
export declare const promotableResourceTypeSchema: z.ZodEnum<["workflow"]>;
|
|
5
|
+
export type PromotableResourceType = z.infer<typeof promotableResourceTypeSchema>;
|
|
6
|
+
export declare const promotableResourceSchema: z.ZodObject<{
|
|
7
|
+
id: z.ZodString;
|
|
8
|
+
name: z.ZodString;
|
|
9
|
+
type: z.ZodEnum<["workflow"]>;
|
|
10
|
+
status: z.ZodEnum<["new", "modified", "archived", "deleted"]>;
|
|
11
|
+
version: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
updatedAt: z.ZodString;
|
|
13
|
+
updatedBy: z.ZodNullable<z.ZodString>;
|
|
14
|
+
dependencyCount: z.ZodNumber;
|
|
15
|
+
}, "strip", z.ZodTypeAny, {
|
|
16
|
+
id: string;
|
|
17
|
+
name: string;
|
|
18
|
+
type: "workflow";
|
|
19
|
+
status: "archived" | "deleted" | "modified" | "new";
|
|
20
|
+
version: number | null;
|
|
21
|
+
updatedAt: string;
|
|
22
|
+
updatedBy: string | null;
|
|
23
|
+
dependencyCount: number;
|
|
24
|
+
}, {
|
|
25
|
+
id: string;
|
|
26
|
+
name: string;
|
|
27
|
+
type: "workflow";
|
|
28
|
+
status: "archived" | "deleted" | "modified" | "new";
|
|
29
|
+
version: number | null;
|
|
30
|
+
updatedAt: string;
|
|
31
|
+
updatedBy: string | null;
|
|
32
|
+
dependencyCount: number;
|
|
33
|
+
}>;
|
|
34
|
+
export type PromotableResource = z.infer<typeof promotableResourceSchema>;
|
|
35
|
+
export declare const promoteRequestSchema: z.ZodObject<{
|
|
36
|
+
workflowIds: z.ZodArray<z.ZodString, "many">;
|
|
37
|
+
createBranch: z.ZodBoolean;
|
|
38
|
+
}, "strip", z.ZodTypeAny, {
|
|
39
|
+
workflowIds: string[];
|
|
40
|
+
createBranch: boolean;
|
|
41
|
+
}, {
|
|
42
|
+
workflowIds: string[];
|
|
43
|
+
createBranch: boolean;
|
|
44
|
+
}>;
|
|
45
|
+
export type PromoteRequest = z.infer<typeof promoteRequestSchema>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.promoteRequestSchema = exports.promotableResourceSchema = exports.promotableResourceTypeSchema = exports.promotableResourceStatusSchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.promotableResourceStatusSchema = zod_1.z.enum(['new', 'modified', 'archived', 'deleted']);
|
|
6
|
+
exports.promotableResourceTypeSchema = zod_1.z.enum(['workflow']);
|
|
7
|
+
exports.promotableResourceSchema = zod_1.z.object({
|
|
8
|
+
id: zod_1.z.string(),
|
|
9
|
+
name: zod_1.z.string(),
|
|
10
|
+
type: exports.promotableResourceTypeSchema,
|
|
11
|
+
status: exports.promotableResourceStatusSchema,
|
|
12
|
+
version: zod_1.z.number().int().nonnegative().nullable(),
|
|
13
|
+
updatedAt: zod_1.z.string(),
|
|
14
|
+
updatedBy: zod_1.z.string().nullable(),
|
|
15
|
+
dependencyCount: zod_1.z.number().int().nonnegative(),
|
|
16
|
+
});
|
|
17
|
+
exports.promoteRequestSchema = zod_1.z.object({
|
|
18
|
+
workflowIds: zod_1.z.array(zod_1.z.string().min(1)).min(1),
|
|
19
|
+
createBranch: zod_1.z.boolean(),
|
|
20
|
+
});
|
|
21
|
+
//# sourceMappingURL=promotable-resource.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"promotable-resource.dto.js","sourceRoot":"","sources":["../../../src/dto/promotions/promotable-resource.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAEX,QAAA,8BAA8B,GAAG,OAAC,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,CAAC,CAAC,CAAC;AAIpF,QAAA,4BAA4B,GAAG,OAAC,CAAC,IAAI,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC;AAIpD,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,IAAI,EAAE,QAAA,4BAA4B;IAClC,MAAM,EAAE,QAAA,8BAA8B;IACtC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE,CAAC,QAAQ,EAAE;IAClD,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;IACrB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;CAC/C,CAAC,CAAC;AAIU,QAAA,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC5C,WAAW,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;IAC9C,YAAY,EAAE,OAAC,CAAC,OAAO,EAAE;CACzB,CAAC,CAAC"}
|
|
@@ -24,8 +24,9 @@ declare const PushWorkFolderRequestDto_base: import("../../zod-class").ZodClass<
|
|
|
24
24
|
} | undefined;
|
|
25
25
|
publishingError?: string | undefined;
|
|
26
26
|
publishingErrorDetails?: {
|
|
27
|
-
reason: "changes_requested" | "review_pending";
|
|
28
|
-
workflowReviewRequestId
|
|
27
|
+
reason: "changes_requested" | "insufficient_api_key_scope" | "insufficient_permissions" | "review_pending";
|
|
28
|
+
workflowReviewRequestId?: string | undefined;
|
|
29
|
+
versionId?: string | undefined;
|
|
29
30
|
} | undefined;
|
|
30
31
|
contentImportPolicy?: {
|
|
31
32
|
violations: {
|
|
@@ -75,15 +76,26 @@ declare const PushWorkFolderRequestDto_base: import("../../zod-class").ZodClass<
|
|
|
75
76
|
projectName: string;
|
|
76
77
|
}>>;
|
|
77
78
|
publishingError: z.ZodOptional<z.ZodString>;
|
|
78
|
-
publishingErrorDetails: z.ZodOptional<z.ZodObject<{
|
|
79
|
-
reason: z.ZodEnum<["review_pending", "changes_requested"]>;
|
|
80
|
-
workflowReviewRequestId: z.ZodString
|
|
79
|
+
publishingErrorDetails: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
80
|
+
reason: z.ZodEnum<["review_pending", "changes_requested", "insufficient_api_key_scope", "insufficient_permissions"]>;
|
|
81
|
+
workflowReviewRequestId: z.ZodOptional<z.ZodString>;
|
|
82
|
+
versionId: z.ZodOptional<z.ZodString>;
|
|
81
83
|
}, "strict", z.ZodTypeAny, {
|
|
82
|
-
reason: "changes_requested" | "review_pending";
|
|
83
|
-
workflowReviewRequestId
|
|
84
|
+
reason: "changes_requested" | "insufficient_api_key_scope" | "insufficient_permissions" | "review_pending";
|
|
85
|
+
workflowReviewRequestId?: string | undefined;
|
|
86
|
+
versionId?: string | undefined;
|
|
84
87
|
}, {
|
|
85
|
-
reason: "changes_requested" | "review_pending";
|
|
86
|
-
workflowReviewRequestId
|
|
88
|
+
reason: "changes_requested" | "insufficient_api_key_scope" | "insufficient_permissions" | "review_pending";
|
|
89
|
+
workflowReviewRequestId?: string | undefined;
|
|
90
|
+
versionId?: string | undefined;
|
|
91
|
+
}>, {
|
|
92
|
+
reason: "changes_requested" | "insufficient_api_key_scope" | "insufficient_permissions" | "review_pending";
|
|
93
|
+
workflowReviewRequestId?: string | undefined;
|
|
94
|
+
versionId?: string | undefined;
|
|
95
|
+
}, {
|
|
96
|
+
reason: "changes_requested" | "insufficient_api_key_scope" | "insufficient_permissions" | "review_pending";
|
|
97
|
+
workflowReviewRequestId?: string | undefined;
|
|
98
|
+
versionId?: string | undefined;
|
|
87
99
|
}>>;
|
|
88
100
|
contentImportPolicy: z.ZodOptional<z.ZodObject<{
|
|
89
101
|
violations: z.ZodArray<z.ZodObject<{
|
|
@@ -172,8 +184,9 @@ declare const PushWorkFolderRequestDto_base: import("../../zod-class").ZodClass<
|
|
|
172
184
|
} | undefined;
|
|
173
185
|
publishingError?: string | undefined;
|
|
174
186
|
publishingErrorDetails?: {
|
|
175
|
-
reason: "changes_requested" | "review_pending";
|
|
176
|
-
workflowReviewRequestId
|
|
187
|
+
reason: "changes_requested" | "insufficient_api_key_scope" | "insufficient_permissions" | "review_pending";
|
|
188
|
+
workflowReviewRequestId?: string | undefined;
|
|
189
|
+
versionId?: string | undefined;
|
|
177
190
|
} | undefined;
|
|
178
191
|
contentImportPolicy?: {
|
|
179
192
|
violations: {
|
|
@@ -212,8 +225,9 @@ declare const PushWorkFolderRequestDto_base: import("../../zod-class").ZodClass<
|
|
|
212
225
|
} | undefined;
|
|
213
226
|
publishingError?: string | undefined;
|
|
214
227
|
publishingErrorDetails?: {
|
|
215
|
-
reason: "changes_requested" | "review_pending";
|
|
216
|
-
workflowReviewRequestId
|
|
228
|
+
reason: "changes_requested" | "insufficient_api_key_scope" | "insufficient_permissions" | "review_pending";
|
|
229
|
+
workflowReviewRequestId?: string | undefined;
|
|
230
|
+
versionId?: string | undefined;
|
|
217
231
|
} | undefined;
|
|
218
232
|
contentImportPolicy?: {
|
|
219
233
|
violations: {
|