@n8n/api-types 1.38.1 → 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-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/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/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 +17 -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 +12 -1
- 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 +1608 -453
- package/dist/schemas/instance-ai.schema.js +63 -3
- 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
|
@@ -0,0 +1,467 @@
|
|
|
1
|
+
import '../../openapi-extend';
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
export declare const executionPublicSchema: z.ZodObject<{
|
|
4
|
+
finished: z.ZodBoolean;
|
|
5
|
+
mode: z.ZodString;
|
|
6
|
+
retryOf: z.ZodNullable<z.ZodString>;
|
|
7
|
+
retrySuccessId: z.ZodNullable<z.ZodString>;
|
|
8
|
+
status: z.ZodString;
|
|
9
|
+
createdAt: z.ZodString;
|
|
10
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
11
|
+
stoppedAt: z.ZodNullable<z.ZodString>;
|
|
12
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
13
|
+
workflowId: z.ZodString;
|
|
14
|
+
waitTill: z.ZodNullable<z.ZodString>;
|
|
15
|
+
storedAt: z.ZodString;
|
|
16
|
+
tracingContext: z.ZodNullable<z.ZodObject<{
|
|
17
|
+
traceparent: z.ZodString;
|
|
18
|
+
tracestate: z.ZodOptional<z.ZodString>;
|
|
19
|
+
}, "strip", z.ZodTypeAny, {
|
|
20
|
+
traceparent: string;
|
|
21
|
+
tracestate?: string | undefined;
|
|
22
|
+
}, {
|
|
23
|
+
traceparent: string;
|
|
24
|
+
tracestate?: string | undefined;
|
|
25
|
+
}>>;
|
|
26
|
+
deduplicationKey: z.ZodNullable<z.ZodString>;
|
|
27
|
+
jsonSizeBytes: z.ZodNumber;
|
|
28
|
+
binaryDataSizeBytes: z.ZodNumber;
|
|
29
|
+
workflowVersionId: z.ZodNullable<z.ZodString>;
|
|
30
|
+
usedPrivateCredentials: z.ZodBoolean;
|
|
31
|
+
id: z.ZodString;
|
|
32
|
+
data: z.ZodOptional<z.ZodType<Record<string, unknown>, z.ZodTypeDef, Record<string, unknown>>>;
|
|
33
|
+
customData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
34
|
+
workflowData: z.ZodOptional<z.ZodType<Record<string, unknown>, z.ZodTypeDef, Record<string, unknown>>>;
|
|
35
|
+
dataTooLargeToDisplay: z.ZodOptional<z.ZodBoolean>;
|
|
36
|
+
}, "strip", z.ZodTypeAny, {
|
|
37
|
+
finished: boolean;
|
|
38
|
+
mode: string;
|
|
39
|
+
retryOf: string | null;
|
|
40
|
+
retrySuccessId: string | null;
|
|
41
|
+
status: string;
|
|
42
|
+
createdAt: string;
|
|
43
|
+
startedAt: string | null;
|
|
44
|
+
stoppedAt: string | null;
|
|
45
|
+
deletedAt: string | null;
|
|
46
|
+
workflowId: string;
|
|
47
|
+
waitTill: string | null;
|
|
48
|
+
storedAt: string;
|
|
49
|
+
tracingContext: {
|
|
50
|
+
traceparent: string;
|
|
51
|
+
tracestate?: string | undefined;
|
|
52
|
+
} | null;
|
|
53
|
+
deduplicationKey: string | null;
|
|
54
|
+
jsonSizeBytes: number;
|
|
55
|
+
binaryDataSizeBytes: number;
|
|
56
|
+
workflowVersionId: string | null;
|
|
57
|
+
usedPrivateCredentials: boolean;
|
|
58
|
+
id: string;
|
|
59
|
+
data?: Record<string, unknown> | undefined;
|
|
60
|
+
customData?: Record<string, string> | undefined;
|
|
61
|
+
workflowData?: Record<string, unknown> | undefined;
|
|
62
|
+
dataTooLargeToDisplay?: boolean | undefined;
|
|
63
|
+
}, {
|
|
64
|
+
finished: boolean;
|
|
65
|
+
mode: string;
|
|
66
|
+
retryOf: string | null;
|
|
67
|
+
retrySuccessId: string | null;
|
|
68
|
+
status: string;
|
|
69
|
+
createdAt: string;
|
|
70
|
+
startedAt: string | null;
|
|
71
|
+
stoppedAt: string | null;
|
|
72
|
+
deletedAt: string | null;
|
|
73
|
+
workflowId: string;
|
|
74
|
+
waitTill: string | null;
|
|
75
|
+
storedAt: string;
|
|
76
|
+
tracingContext: {
|
|
77
|
+
traceparent: string;
|
|
78
|
+
tracestate?: string | undefined;
|
|
79
|
+
} | null;
|
|
80
|
+
deduplicationKey: string | null;
|
|
81
|
+
jsonSizeBytes: number;
|
|
82
|
+
binaryDataSizeBytes: number;
|
|
83
|
+
workflowVersionId: string | null;
|
|
84
|
+
usedPrivateCredentials: boolean;
|
|
85
|
+
id: string;
|
|
86
|
+
data?: Record<string, unknown> | undefined;
|
|
87
|
+
customData?: Record<string, string> | undefined;
|
|
88
|
+
workflowData?: Record<string, unknown> | undefined;
|
|
89
|
+
dataTooLargeToDisplay?: boolean | undefined;
|
|
90
|
+
}>;
|
|
91
|
+
declare const ExecutionPublicDto_base: import("../../zod-class").ZodClass<{
|
|
92
|
+
finished: boolean;
|
|
93
|
+
mode: string;
|
|
94
|
+
retryOf: string | null;
|
|
95
|
+
retrySuccessId: string | null;
|
|
96
|
+
status: string;
|
|
97
|
+
createdAt: string;
|
|
98
|
+
startedAt: string | null;
|
|
99
|
+
stoppedAt: string | null;
|
|
100
|
+
deletedAt: string | null;
|
|
101
|
+
workflowId: string;
|
|
102
|
+
waitTill: string | null;
|
|
103
|
+
storedAt: string;
|
|
104
|
+
tracingContext: {
|
|
105
|
+
traceparent: string;
|
|
106
|
+
tracestate?: string | undefined;
|
|
107
|
+
} | null;
|
|
108
|
+
deduplicationKey: string | null;
|
|
109
|
+
jsonSizeBytes: number;
|
|
110
|
+
binaryDataSizeBytes: number;
|
|
111
|
+
workflowVersionId: string | null;
|
|
112
|
+
usedPrivateCredentials: boolean;
|
|
113
|
+
id: string;
|
|
114
|
+
data?: Record<string, unknown> | undefined;
|
|
115
|
+
customData?: Record<string, string> | undefined;
|
|
116
|
+
workflowData?: Record<string, unknown> | undefined;
|
|
117
|
+
dataTooLargeToDisplay?: boolean | undefined;
|
|
118
|
+
}, {
|
|
119
|
+
finished: z.ZodBoolean;
|
|
120
|
+
mode: z.ZodString;
|
|
121
|
+
retryOf: z.ZodNullable<z.ZodString>;
|
|
122
|
+
retrySuccessId: z.ZodNullable<z.ZodString>;
|
|
123
|
+
status: z.ZodString;
|
|
124
|
+
createdAt: z.ZodString;
|
|
125
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
126
|
+
stoppedAt: z.ZodNullable<z.ZodString>;
|
|
127
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
128
|
+
workflowId: z.ZodString;
|
|
129
|
+
waitTill: z.ZodNullable<z.ZodString>;
|
|
130
|
+
storedAt: z.ZodString;
|
|
131
|
+
tracingContext: z.ZodNullable<z.ZodObject<{
|
|
132
|
+
traceparent: z.ZodString;
|
|
133
|
+
tracestate: z.ZodOptional<z.ZodString>;
|
|
134
|
+
}, "strip", z.ZodTypeAny, {
|
|
135
|
+
traceparent: string;
|
|
136
|
+
tracestate?: string | undefined;
|
|
137
|
+
}, {
|
|
138
|
+
traceparent: string;
|
|
139
|
+
tracestate?: string | undefined;
|
|
140
|
+
}>>;
|
|
141
|
+
deduplicationKey: z.ZodNullable<z.ZodString>;
|
|
142
|
+
jsonSizeBytes: z.ZodNumber;
|
|
143
|
+
binaryDataSizeBytes: z.ZodNumber;
|
|
144
|
+
workflowVersionId: z.ZodNullable<z.ZodString>;
|
|
145
|
+
usedPrivateCredentials: z.ZodBoolean;
|
|
146
|
+
id: z.ZodString;
|
|
147
|
+
data: z.ZodOptional<z.ZodType<Record<string, unknown>, z.ZodTypeDef, Record<string, unknown>>>;
|
|
148
|
+
customData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
149
|
+
workflowData: z.ZodOptional<z.ZodType<Record<string, unknown>, z.ZodTypeDef, Record<string, unknown>>>;
|
|
150
|
+
dataTooLargeToDisplay: z.ZodOptional<z.ZodBoolean>;
|
|
151
|
+
}>;
|
|
152
|
+
export declare class ExecutionPublicDto extends ExecutionPublicDto_base {
|
|
153
|
+
}
|
|
154
|
+
export declare const deletedExecutionPublicSchema: z.ZodObject<{
|
|
155
|
+
finished: z.ZodBoolean;
|
|
156
|
+
mode: z.ZodString;
|
|
157
|
+
retryOf: z.ZodNullable<z.ZodString>;
|
|
158
|
+
retrySuccessId: z.ZodNullable<z.ZodString>;
|
|
159
|
+
status: z.ZodString;
|
|
160
|
+
createdAt: z.ZodString;
|
|
161
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
162
|
+
stoppedAt: z.ZodNullable<z.ZodString>;
|
|
163
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
164
|
+
workflowId: z.ZodString;
|
|
165
|
+
waitTill: z.ZodNullable<z.ZodString>;
|
|
166
|
+
storedAt: z.ZodString;
|
|
167
|
+
tracingContext: z.ZodNullable<z.ZodObject<{
|
|
168
|
+
traceparent: z.ZodString;
|
|
169
|
+
tracestate: z.ZodOptional<z.ZodString>;
|
|
170
|
+
}, "strip", z.ZodTypeAny, {
|
|
171
|
+
traceparent: string;
|
|
172
|
+
tracestate?: string | undefined;
|
|
173
|
+
}, {
|
|
174
|
+
traceparent: string;
|
|
175
|
+
tracestate?: string | undefined;
|
|
176
|
+
}>>;
|
|
177
|
+
deduplicationKey: z.ZodNullable<z.ZodString>;
|
|
178
|
+
jsonSizeBytes: z.ZodNumber;
|
|
179
|
+
binaryDataSizeBytes: z.ZodNumber;
|
|
180
|
+
workflowVersionId: z.ZodNullable<z.ZodString>;
|
|
181
|
+
usedPrivateCredentials: z.ZodBoolean;
|
|
182
|
+
id: z.ZodNumber;
|
|
183
|
+
}, "strip", z.ZodTypeAny, {
|
|
184
|
+
finished: boolean;
|
|
185
|
+
mode: string;
|
|
186
|
+
retryOf: string | null;
|
|
187
|
+
retrySuccessId: string | null;
|
|
188
|
+
status: string;
|
|
189
|
+
createdAt: string;
|
|
190
|
+
startedAt: string | null;
|
|
191
|
+
stoppedAt: string | null;
|
|
192
|
+
deletedAt: string | null;
|
|
193
|
+
workflowId: string;
|
|
194
|
+
waitTill: string | null;
|
|
195
|
+
storedAt: string;
|
|
196
|
+
tracingContext: {
|
|
197
|
+
traceparent: string;
|
|
198
|
+
tracestate?: string | undefined;
|
|
199
|
+
} | null;
|
|
200
|
+
deduplicationKey: string | null;
|
|
201
|
+
jsonSizeBytes: number;
|
|
202
|
+
binaryDataSizeBytes: number;
|
|
203
|
+
workflowVersionId: string | null;
|
|
204
|
+
usedPrivateCredentials: boolean;
|
|
205
|
+
id: number;
|
|
206
|
+
}, {
|
|
207
|
+
finished: boolean;
|
|
208
|
+
mode: string;
|
|
209
|
+
retryOf: string | null;
|
|
210
|
+
retrySuccessId: string | null;
|
|
211
|
+
status: string;
|
|
212
|
+
createdAt: string;
|
|
213
|
+
startedAt: string | null;
|
|
214
|
+
stoppedAt: string | null;
|
|
215
|
+
deletedAt: string | null;
|
|
216
|
+
workflowId: string;
|
|
217
|
+
waitTill: string | null;
|
|
218
|
+
storedAt: string;
|
|
219
|
+
tracingContext: {
|
|
220
|
+
traceparent: string;
|
|
221
|
+
tracestate?: string | undefined;
|
|
222
|
+
} | null;
|
|
223
|
+
deduplicationKey: string | null;
|
|
224
|
+
jsonSizeBytes: number;
|
|
225
|
+
binaryDataSizeBytes: number;
|
|
226
|
+
workflowVersionId: string | null;
|
|
227
|
+
usedPrivateCredentials: boolean;
|
|
228
|
+
id: number;
|
|
229
|
+
}>;
|
|
230
|
+
declare const DeletedExecutionPublicDto_base: import("../../zod-class").ZodClass<{
|
|
231
|
+
finished: boolean;
|
|
232
|
+
mode: string;
|
|
233
|
+
retryOf: string | null;
|
|
234
|
+
retrySuccessId: string | null;
|
|
235
|
+
status: string;
|
|
236
|
+
createdAt: string;
|
|
237
|
+
startedAt: string | null;
|
|
238
|
+
stoppedAt: string | null;
|
|
239
|
+
deletedAt: string | null;
|
|
240
|
+
workflowId: string;
|
|
241
|
+
waitTill: string | null;
|
|
242
|
+
storedAt: string;
|
|
243
|
+
tracingContext: {
|
|
244
|
+
traceparent: string;
|
|
245
|
+
tracestate?: string | undefined;
|
|
246
|
+
} | null;
|
|
247
|
+
deduplicationKey: string | null;
|
|
248
|
+
jsonSizeBytes: number;
|
|
249
|
+
binaryDataSizeBytes: number;
|
|
250
|
+
workflowVersionId: string | null;
|
|
251
|
+
usedPrivateCredentials: boolean;
|
|
252
|
+
id: number;
|
|
253
|
+
}, {
|
|
254
|
+
finished: z.ZodBoolean;
|
|
255
|
+
mode: z.ZodString;
|
|
256
|
+
retryOf: z.ZodNullable<z.ZodString>;
|
|
257
|
+
retrySuccessId: z.ZodNullable<z.ZodString>;
|
|
258
|
+
status: z.ZodString;
|
|
259
|
+
createdAt: z.ZodString;
|
|
260
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
261
|
+
stoppedAt: z.ZodNullable<z.ZodString>;
|
|
262
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
263
|
+
workflowId: z.ZodString;
|
|
264
|
+
waitTill: z.ZodNullable<z.ZodString>;
|
|
265
|
+
storedAt: z.ZodString;
|
|
266
|
+
tracingContext: z.ZodNullable<z.ZodObject<{
|
|
267
|
+
traceparent: z.ZodString;
|
|
268
|
+
tracestate: z.ZodOptional<z.ZodString>;
|
|
269
|
+
}, "strip", z.ZodTypeAny, {
|
|
270
|
+
traceparent: string;
|
|
271
|
+
tracestate?: string | undefined;
|
|
272
|
+
}, {
|
|
273
|
+
traceparent: string;
|
|
274
|
+
tracestate?: string | undefined;
|
|
275
|
+
}>>;
|
|
276
|
+
deduplicationKey: z.ZodNullable<z.ZodString>;
|
|
277
|
+
jsonSizeBytes: z.ZodNumber;
|
|
278
|
+
binaryDataSizeBytes: z.ZodNumber;
|
|
279
|
+
workflowVersionId: z.ZodNullable<z.ZodString>;
|
|
280
|
+
usedPrivateCredentials: z.ZodBoolean;
|
|
281
|
+
id: z.ZodNumber;
|
|
282
|
+
}>;
|
|
283
|
+
export declare class DeletedExecutionPublicDto extends DeletedExecutionPublicDto_base {
|
|
284
|
+
}
|
|
285
|
+
export declare const executionListItemPublicSchema: z.ZodObject<Pick<{
|
|
286
|
+
finished: z.ZodBoolean;
|
|
287
|
+
mode: z.ZodString;
|
|
288
|
+
retryOf: z.ZodNullable<z.ZodString>;
|
|
289
|
+
retrySuccessId: z.ZodNullable<z.ZodString>;
|
|
290
|
+
status: z.ZodString;
|
|
291
|
+
createdAt: z.ZodString;
|
|
292
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
293
|
+
stoppedAt: z.ZodNullable<z.ZodString>;
|
|
294
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
295
|
+
workflowId: z.ZodString;
|
|
296
|
+
waitTill: z.ZodNullable<z.ZodString>;
|
|
297
|
+
storedAt: z.ZodString;
|
|
298
|
+
tracingContext: z.ZodNullable<z.ZodObject<{
|
|
299
|
+
traceparent: z.ZodString;
|
|
300
|
+
tracestate: z.ZodOptional<z.ZodString>;
|
|
301
|
+
}, "strip", z.ZodTypeAny, {
|
|
302
|
+
traceparent: string;
|
|
303
|
+
tracestate?: string | undefined;
|
|
304
|
+
}, {
|
|
305
|
+
traceparent: string;
|
|
306
|
+
tracestate?: string | undefined;
|
|
307
|
+
}>>;
|
|
308
|
+
deduplicationKey: z.ZodNullable<z.ZodString>;
|
|
309
|
+
jsonSizeBytes: z.ZodNumber;
|
|
310
|
+
binaryDataSizeBytes: z.ZodNumber;
|
|
311
|
+
workflowVersionId: z.ZodNullable<z.ZodString>;
|
|
312
|
+
usedPrivateCredentials: z.ZodBoolean;
|
|
313
|
+
id: z.ZodString;
|
|
314
|
+
data: z.ZodOptional<z.ZodType<Record<string, unknown>, z.ZodTypeDef, Record<string, unknown>>>;
|
|
315
|
+
customData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
316
|
+
workflowData: z.ZodOptional<z.ZodType<Record<string, unknown>, z.ZodTypeDef, Record<string, unknown>>>;
|
|
317
|
+
dataTooLargeToDisplay: z.ZodOptional<z.ZodBoolean>;
|
|
318
|
+
}, "finished" | "id" | "mode" | "retryOf" | "retrySuccessId" | "startedAt" | "status" | "stoppedAt" | "waitTill" | "workflowId"> & {
|
|
319
|
+
storedAt: z.ZodOptional<z.ZodString>;
|
|
320
|
+
jsonSizeBytes: z.ZodOptional<z.ZodNumber>;
|
|
321
|
+
workflowVersionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
322
|
+
data: z.ZodOptional<z.ZodType<Record<string, unknown>, z.ZodTypeDef, Record<string, unknown>>>;
|
|
323
|
+
workflowData: z.ZodOptional<z.ZodType<Record<string, unknown>, z.ZodTypeDef, Record<string, unknown>>>;
|
|
324
|
+
customData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
325
|
+
dataTooLargeToDisplay: z.ZodOptional<z.ZodBoolean>;
|
|
326
|
+
}, "strip", z.ZodTypeAny, {
|
|
327
|
+
finished: boolean;
|
|
328
|
+
mode: string;
|
|
329
|
+
retryOf: string | null;
|
|
330
|
+
retrySuccessId: string | null;
|
|
331
|
+
status: string;
|
|
332
|
+
startedAt: string | null;
|
|
333
|
+
stoppedAt: string | null;
|
|
334
|
+
workflowId: string;
|
|
335
|
+
waitTill: string | null;
|
|
336
|
+
id: string;
|
|
337
|
+
storedAt?: string | undefined;
|
|
338
|
+
jsonSizeBytes?: number | undefined;
|
|
339
|
+
workflowVersionId?: string | null | undefined;
|
|
340
|
+
data?: Record<string, unknown> | undefined;
|
|
341
|
+
workflowData?: Record<string, unknown> | undefined;
|
|
342
|
+
customData?: Record<string, string> | undefined;
|
|
343
|
+
dataTooLargeToDisplay?: boolean | undefined;
|
|
344
|
+
}, {
|
|
345
|
+
finished: boolean;
|
|
346
|
+
mode: string;
|
|
347
|
+
retryOf: string | null;
|
|
348
|
+
retrySuccessId: string | null;
|
|
349
|
+
status: string;
|
|
350
|
+
startedAt: string | null;
|
|
351
|
+
stoppedAt: string | null;
|
|
352
|
+
workflowId: string;
|
|
353
|
+
waitTill: string | null;
|
|
354
|
+
id: string;
|
|
355
|
+
storedAt?: string | undefined;
|
|
356
|
+
jsonSizeBytes?: number | undefined;
|
|
357
|
+
workflowVersionId?: string | null | undefined;
|
|
358
|
+
data?: Record<string, unknown> | undefined;
|
|
359
|
+
workflowData?: Record<string, unknown> | undefined;
|
|
360
|
+
customData?: Record<string, string> | undefined;
|
|
361
|
+
dataTooLargeToDisplay?: boolean | undefined;
|
|
362
|
+
}>;
|
|
363
|
+
declare const ExecutionListPublicDto_base: import("../../zod-class").ZodClass<{
|
|
364
|
+
data: {
|
|
365
|
+
finished: boolean;
|
|
366
|
+
mode: string;
|
|
367
|
+
retryOf: string | null;
|
|
368
|
+
retrySuccessId: string | null;
|
|
369
|
+
status: string;
|
|
370
|
+
startedAt: string | null;
|
|
371
|
+
stoppedAt: string | null;
|
|
372
|
+
workflowId: string;
|
|
373
|
+
waitTill: string | null;
|
|
374
|
+
id: string;
|
|
375
|
+
storedAt?: string | undefined;
|
|
376
|
+
jsonSizeBytes?: number | undefined;
|
|
377
|
+
workflowVersionId?: string | null | undefined;
|
|
378
|
+
data?: Record<string, unknown> | undefined;
|
|
379
|
+
workflowData?: Record<string, unknown> | undefined;
|
|
380
|
+
customData?: Record<string, string> | undefined;
|
|
381
|
+
dataTooLargeToDisplay?: boolean | undefined;
|
|
382
|
+
}[];
|
|
383
|
+
nextCursor: string | null;
|
|
384
|
+
}, {
|
|
385
|
+
data: z.ZodArray<z.ZodObject<Pick<{
|
|
386
|
+
finished: z.ZodBoolean;
|
|
387
|
+
mode: z.ZodString;
|
|
388
|
+
retryOf: z.ZodNullable<z.ZodString>;
|
|
389
|
+
retrySuccessId: z.ZodNullable<z.ZodString>;
|
|
390
|
+
status: z.ZodString;
|
|
391
|
+
createdAt: z.ZodString;
|
|
392
|
+
startedAt: z.ZodNullable<z.ZodString>;
|
|
393
|
+
stoppedAt: z.ZodNullable<z.ZodString>;
|
|
394
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
395
|
+
workflowId: z.ZodString;
|
|
396
|
+
waitTill: z.ZodNullable<z.ZodString>;
|
|
397
|
+
storedAt: z.ZodString;
|
|
398
|
+
tracingContext: z.ZodNullable<z.ZodObject<{
|
|
399
|
+
traceparent: z.ZodString;
|
|
400
|
+
tracestate: z.ZodOptional<z.ZodString>;
|
|
401
|
+
}, "strip", z.ZodTypeAny, {
|
|
402
|
+
traceparent: string;
|
|
403
|
+
tracestate?: string | undefined;
|
|
404
|
+
}, {
|
|
405
|
+
traceparent: string;
|
|
406
|
+
tracestate?: string | undefined;
|
|
407
|
+
}>>;
|
|
408
|
+
deduplicationKey: z.ZodNullable<z.ZodString>;
|
|
409
|
+
jsonSizeBytes: z.ZodNumber;
|
|
410
|
+
binaryDataSizeBytes: z.ZodNumber;
|
|
411
|
+
workflowVersionId: z.ZodNullable<z.ZodString>;
|
|
412
|
+
usedPrivateCredentials: z.ZodBoolean;
|
|
413
|
+
id: z.ZodString;
|
|
414
|
+
data: z.ZodOptional<z.ZodType<Record<string, unknown>, z.ZodTypeDef, Record<string, unknown>>>;
|
|
415
|
+
customData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
416
|
+
workflowData: z.ZodOptional<z.ZodType<Record<string, unknown>, z.ZodTypeDef, Record<string, unknown>>>;
|
|
417
|
+
dataTooLargeToDisplay: z.ZodOptional<z.ZodBoolean>;
|
|
418
|
+
}, "finished" | "id" | "mode" | "retryOf" | "retrySuccessId" | "startedAt" | "status" | "stoppedAt" | "waitTill" | "workflowId"> & {
|
|
419
|
+
storedAt: z.ZodOptional<z.ZodString>;
|
|
420
|
+
jsonSizeBytes: z.ZodOptional<z.ZodNumber>;
|
|
421
|
+
workflowVersionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
422
|
+
data: z.ZodOptional<z.ZodType<Record<string, unknown>, z.ZodTypeDef, Record<string, unknown>>>;
|
|
423
|
+
workflowData: z.ZodOptional<z.ZodType<Record<string, unknown>, z.ZodTypeDef, Record<string, unknown>>>;
|
|
424
|
+
customData: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
425
|
+
dataTooLargeToDisplay: z.ZodOptional<z.ZodBoolean>;
|
|
426
|
+
}, "strip", z.ZodTypeAny, {
|
|
427
|
+
finished: boolean;
|
|
428
|
+
mode: string;
|
|
429
|
+
retryOf: string | null;
|
|
430
|
+
retrySuccessId: string | null;
|
|
431
|
+
status: string;
|
|
432
|
+
startedAt: string | null;
|
|
433
|
+
stoppedAt: string | null;
|
|
434
|
+
workflowId: string;
|
|
435
|
+
waitTill: string | null;
|
|
436
|
+
id: string;
|
|
437
|
+
storedAt?: string | undefined;
|
|
438
|
+
jsonSizeBytes?: number | undefined;
|
|
439
|
+
workflowVersionId?: string | null | undefined;
|
|
440
|
+
data?: Record<string, unknown> | undefined;
|
|
441
|
+
workflowData?: Record<string, unknown> | undefined;
|
|
442
|
+
customData?: Record<string, string> | undefined;
|
|
443
|
+
dataTooLargeToDisplay?: boolean | undefined;
|
|
444
|
+
}, {
|
|
445
|
+
finished: boolean;
|
|
446
|
+
mode: string;
|
|
447
|
+
retryOf: string | null;
|
|
448
|
+
retrySuccessId: string | null;
|
|
449
|
+
status: string;
|
|
450
|
+
startedAt: string | null;
|
|
451
|
+
stoppedAt: string | null;
|
|
452
|
+
workflowId: string;
|
|
453
|
+
waitTill: string | null;
|
|
454
|
+
id: string;
|
|
455
|
+
storedAt?: string | undefined;
|
|
456
|
+
jsonSizeBytes?: number | undefined;
|
|
457
|
+
workflowVersionId?: string | null | undefined;
|
|
458
|
+
data?: Record<string, unknown> | undefined;
|
|
459
|
+
workflowData?: Record<string, unknown> | undefined;
|
|
460
|
+
customData?: Record<string, string> | undefined;
|
|
461
|
+
dataTooLargeToDisplay?: boolean | undefined;
|
|
462
|
+
}>, "many">;
|
|
463
|
+
nextCursor: z.ZodNullable<z.ZodString>;
|
|
464
|
+
}>;
|
|
465
|
+
export declare class ExecutionListPublicDto extends ExecutionListPublicDto_base {
|
|
466
|
+
}
|
|
467
|
+
export {};
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ExecutionListPublicDto = exports.executionListItemPublicSchema = exports.DeletedExecutionPublicDto = exports.deletedExecutionPublicSchema = exports.ExecutionPublicDto = exports.executionPublicSchema = void 0;
|
|
4
|
+
require("../../openapi-extend");
|
|
5
|
+
const zod_1 = require("zod");
|
|
6
|
+
const execution_public_openapi_1 = require("./execution-public.openapi");
|
|
7
|
+
const object_guard_schema_1 = require("../../schemas/object-guard.schema");
|
|
8
|
+
const zod_class_1 = require("../../zod-class");
|
|
9
|
+
const anyObjectSchema = (0, object_guard_schema_1.objectGuardSchema)();
|
|
10
|
+
const tracingContextSchema = zod_1.z
|
|
11
|
+
.object({ traceparent: zod_1.z.string(), tracestate: zod_1.z.string().optional() })
|
|
12
|
+
.nullable();
|
|
13
|
+
const executionBaseShape = {
|
|
14
|
+
finished: zod_1.z.boolean().openapi(execution_public_openapi_1.executionFieldDocs.finished),
|
|
15
|
+
mode: zod_1.z.string().openapi(execution_public_openapi_1.executionFieldDocs.mode),
|
|
16
|
+
retryOf: zod_1.z.string().nullable().openapi(execution_public_openapi_1.executionFieldDocs.retryOf),
|
|
17
|
+
retrySuccessId: zod_1.z.string().nullable().openapi(execution_public_openapi_1.executionFieldDocs.retrySuccessId),
|
|
18
|
+
status: zod_1.z.string().openapi(execution_public_openapi_1.executionFieldDocs.status),
|
|
19
|
+
createdAt: zod_1.z.string().openapi(execution_public_openapi_1.executionFieldDocs.createdAt),
|
|
20
|
+
startedAt: zod_1.z.string().nullable().openapi(execution_public_openapi_1.executionFieldDocs.startedAt),
|
|
21
|
+
stoppedAt: zod_1.z.string().nullable().openapi(execution_public_openapi_1.executionFieldDocs.stoppedAt),
|
|
22
|
+
deletedAt: zod_1.z.string().nullable().openapi(execution_public_openapi_1.executionFieldDocs.deletedAt),
|
|
23
|
+
workflowId: zod_1.z.string().openapi(execution_public_openapi_1.executionFieldDocs.workflowId),
|
|
24
|
+
waitTill: zod_1.z.string().nullable().openapi(execution_public_openapi_1.executionFieldDocs.waitTill),
|
|
25
|
+
storedAt: zod_1.z.string().openapi(execution_public_openapi_1.executionFieldDocs.storedAt),
|
|
26
|
+
tracingContext: tracingContextSchema.openapi(execution_public_openapi_1.tracingContextOpenApi),
|
|
27
|
+
deduplicationKey: zod_1.z.string().nullable().openapi(execution_public_openapi_1.executionFieldDocs.deduplicationKey),
|
|
28
|
+
jsonSizeBytes: zod_1.z.number().openapi(execution_public_openapi_1.executionFieldDocs.jsonSizeBytes),
|
|
29
|
+
binaryDataSizeBytes: zod_1.z.number().openapi(execution_public_openapi_1.executionFieldDocs.binaryDataSizeBytes),
|
|
30
|
+
workflowVersionId: zod_1.z.string().nullable().openapi(execution_public_openapi_1.executionFieldDocs.workflowVersionId),
|
|
31
|
+
usedPrivateCredentials: zod_1.z.boolean().openapi(execution_public_openapi_1.executionFieldDocs.usedPrivateCredentials),
|
|
32
|
+
};
|
|
33
|
+
exports.executionPublicSchema = zod_1.z.object({
|
|
34
|
+
id: zod_1.z.string().openapi(execution_public_openapi_1.executionFieldDocs.id),
|
|
35
|
+
...executionBaseShape,
|
|
36
|
+
data: anyObjectSchema.optional().openapi(execution_public_openapi_1.dataOpenApi),
|
|
37
|
+
customData: zod_1.z.record(zod_1.z.string()).optional().openapi(execution_public_openapi_1.customDataOpenApi),
|
|
38
|
+
workflowData: anyObjectSchema.optional().openapi(execution_public_openapi_1.workflowDataOpenApi),
|
|
39
|
+
dataTooLargeToDisplay: zod_1.z.boolean().optional().openapi(execution_public_openapi_1.executionFieldDocs.dataTooLargeToDisplay),
|
|
40
|
+
});
|
|
41
|
+
class ExecutionPublicDto extends zod_class_1.Z.class(exports.executionPublicSchema.shape) {
|
|
42
|
+
}
|
|
43
|
+
exports.ExecutionPublicDto = ExecutionPublicDto;
|
|
44
|
+
exports.deletedExecutionPublicSchema = zod_1.z.object({
|
|
45
|
+
id: zod_1.z.number().openapi(execution_public_openapi_1.deletedExecutionIdOpenApi),
|
|
46
|
+
...executionBaseShape,
|
|
47
|
+
});
|
|
48
|
+
class DeletedExecutionPublicDto extends zod_class_1.Z.class(exports.deletedExecutionPublicSchema.shape) {
|
|
49
|
+
}
|
|
50
|
+
exports.DeletedExecutionPublicDto = DeletedExecutionPublicDto;
|
|
51
|
+
exports.executionListItemPublicSchema = exports.executionPublicSchema
|
|
52
|
+
.pick({
|
|
53
|
+
id: true,
|
|
54
|
+
finished: true,
|
|
55
|
+
mode: true,
|
|
56
|
+
retryOf: true,
|
|
57
|
+
retrySuccessId: true,
|
|
58
|
+
status: true,
|
|
59
|
+
startedAt: true,
|
|
60
|
+
stoppedAt: true,
|
|
61
|
+
workflowId: true,
|
|
62
|
+
waitTill: true,
|
|
63
|
+
})
|
|
64
|
+
.extend({
|
|
65
|
+
storedAt: exports.executionPublicSchema.shape.storedAt.optional(),
|
|
66
|
+
jsonSizeBytes: exports.executionPublicSchema.shape.jsonSizeBytes.optional(),
|
|
67
|
+
workflowVersionId: exports.executionPublicSchema.shape.workflowVersionId.optional(),
|
|
68
|
+
data: exports.executionPublicSchema.shape.data,
|
|
69
|
+
workflowData: exports.executionPublicSchema.shape.workflowData,
|
|
70
|
+
customData: exports.executionPublicSchema.shape.customData,
|
|
71
|
+
dataTooLargeToDisplay: exports.executionPublicSchema.shape.dataTooLargeToDisplay,
|
|
72
|
+
});
|
|
73
|
+
class ExecutionListPublicDto extends zod_class_1.Z.class({
|
|
74
|
+
data: zod_1.z.array(exports.executionListItemPublicSchema),
|
|
75
|
+
nextCursor: zod_1.z
|
|
76
|
+
.string()
|
|
77
|
+
.nullable()
|
|
78
|
+
.openapi({
|
|
79
|
+
description: 'Paginate through executions by setting the cursor parameter to a nextCursor attribute ' +
|
|
80
|
+
'returned by a previous request. Default value fetches the first "page" of the collection.',
|
|
81
|
+
example: 'eyJsYXN0SWQiOiIxMDAwIiwibGltaXQiOjEwMH0=',
|
|
82
|
+
}),
|
|
83
|
+
}) {
|
|
84
|
+
}
|
|
85
|
+
exports.ExecutionListPublicDto = ExecutionListPublicDto;
|
|
86
|
+
//# sourceMappingURL=execution-public.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execution-public.dto.js","sourceRoot":"","sources":["../../../src/dto/executions/execution-public.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import type { ZodOpenAPIMetadata } from '@asteasolutions/zod-to-openapi';
|
|
2
|
+
export declare const executionFieldDocs: {
|
|
3
|
+
readonly id: {
|
|
4
|
+
readonly example: '1000';
|
|
5
|
+
};
|
|
6
|
+
readonly finished: {
|
|
7
|
+
readonly example: true;
|
|
8
|
+
readonly deprecated: true;
|
|
9
|
+
readonly description: 'Whether the execution ran to completion. Use `status` instead.';
|
|
10
|
+
};
|
|
11
|
+
readonly mode: {
|
|
12
|
+
readonly enum: ["cli", "error", "integrated", "internal", "manual", "retry", "trigger", "webhook", "evaluation", "chat", "agent"];
|
|
13
|
+
readonly example: 'manual';
|
|
14
|
+
};
|
|
15
|
+
readonly retryOf: ZodOpenAPIMetadata;
|
|
16
|
+
readonly retrySuccessId: ZodOpenAPIMetadata;
|
|
17
|
+
readonly status: {
|
|
18
|
+
readonly enum: ["canceled", "crashed", "error", "new", "running", "success", "unknown", "waiting"];
|
|
19
|
+
};
|
|
20
|
+
readonly createdAt: {
|
|
21
|
+
readonly format: 'date-time';
|
|
22
|
+
};
|
|
23
|
+
readonly startedAt: ZodOpenAPIMetadata;
|
|
24
|
+
readonly stoppedAt: ZodOpenAPIMetadata;
|
|
25
|
+
readonly deletedAt: ZodOpenAPIMetadata;
|
|
26
|
+
readonly workflowId: {
|
|
27
|
+
readonly example: '1000';
|
|
28
|
+
};
|
|
29
|
+
readonly waitTill: ZodOpenAPIMetadata;
|
|
30
|
+
readonly storedAt: {
|
|
31
|
+
readonly enum: ["db", "fs", "s3", "az"];
|
|
32
|
+
readonly description: 'Where the execution data is stored.';
|
|
33
|
+
};
|
|
34
|
+
readonly deduplicationKey: ZodOpenAPIMetadata;
|
|
35
|
+
readonly jsonSizeBytes: {
|
|
36
|
+
readonly description: 'Size of the stored execution data in bytes. 0 means unknown.';
|
|
37
|
+
readonly example: 0;
|
|
38
|
+
};
|
|
39
|
+
readonly binaryDataSizeBytes: {
|
|
40
|
+
readonly description: 'Size of the stored binary data in bytes. 0 means unknown.';
|
|
41
|
+
readonly example: 0;
|
|
42
|
+
};
|
|
43
|
+
readonly workflowVersionId: ZodOpenAPIMetadata;
|
|
44
|
+
readonly usedPrivateCredentials: {
|
|
45
|
+
readonly description: 'Whether the execution used credentials that are not shared with the project.';
|
|
46
|
+
readonly example: false;
|
|
47
|
+
};
|
|
48
|
+
readonly dataTooLargeToDisplay: {
|
|
49
|
+
readonly description: string;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
export declare const deletedExecutionIdOpenApi: ZodOpenAPIMetadata;
|
|
53
|
+
export declare const dataOpenApi: ZodOpenAPIMetadata;
|
|
54
|
+
export declare const workflowDataOpenApi: ZodOpenAPIMetadata;
|
|
55
|
+
export declare const customDataOpenApi: ZodOpenAPIMetadata;
|
|
56
|
+
export declare const tracingContextOpenApi: ZodOpenAPIMetadata;
|