@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop-many-executions-public.dto.js","sourceRoot":"","sources":["../../../src/dto/executions/stop-many-executions-public.dto.ts"],"names":[],"mappings":";;;AAAA,gCAA8B;AAG9B,6BAAwB;AAExB,+CAAoC;AAEvB,QAAA,mCAAmC,GAAG,CAAC,QAAQ,EAAE,SAAS,EAAE,SAAS,CAAU,CAAC;AAKhF,QAAA,mCAAmC,GAAG;IAClD,MAAM,EAAE,KAAK;IACb,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;CACyD,CAAC;AAE7E,iCAAyC,SAAQ,aAAC,CAAC,KAAK,CAAC;IACxD,MAAM,EAAE,OAAC;SACP,KAAK,CAAC,OAAC,CAAC,IAAI,CAAC,QAAA,mCAAmC,CAAC,CAAC;SAClD,GAAG,CAAC,CAAC,EAAE,kCAAkC,CAAC;SAC1C,OAAO,CAAC;QACR,WAAW,EAAE,wEAAwE;QACrF,OAAO,EAAE,CAAC,QAAQ,EAAE,SAAS,EAAE,SAAS,CAAC;KACzC,CAAC;IACH,UAAU,EAAE,OAAC;SACX,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,OAAO,CAAC;QACR,WAAW,EACV,mFAAmF;YACnF,kFAAkF;YAClF,cAAc;QACf,OAAO,EAAE,kBAAkB;KAC3B,CAAC;IACH,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC;QACtE,WAAW,EAAE,oDAAoD;QACjE,OAAO,EAAE,0BAA0B;KACnC,CAAC;IACF,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC;QACvE,WAAW,EAAE,qDAAqD;QAClE,OAAO,EAAE,0BAA0B;KACnC,CAAC;CACF,CAAC;CAAG"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import '../../openapi-extend';
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
export declare const stoppedExecutionPublicSchema: z.ZodObject<{
|
|
4
|
+
mode: z.ZodString;
|
|
5
|
+
startedAt: z.ZodString;
|
|
6
|
+
stoppedAt: z.ZodOptional<z.ZodString>;
|
|
7
|
+
finished: z.ZodBoolean;
|
|
8
|
+
status: z.ZodString;
|
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
mode: string;
|
|
11
|
+
startedAt: string;
|
|
12
|
+
stoppedAt?: string | undefined;
|
|
13
|
+
finished: boolean;
|
|
14
|
+
status: string;
|
|
15
|
+
}, {
|
|
16
|
+
mode: string;
|
|
17
|
+
startedAt: string;
|
|
18
|
+
stoppedAt?: string | undefined;
|
|
19
|
+
finished: boolean;
|
|
20
|
+
status: string;
|
|
21
|
+
}>;
|
|
22
|
+
declare const StoppedExecutionPublicDto_base: import("../../zod-class").ZodClass<{
|
|
23
|
+
mode: string;
|
|
24
|
+
startedAt: string;
|
|
25
|
+
stoppedAt?: string | undefined;
|
|
26
|
+
finished: boolean;
|
|
27
|
+
status: string;
|
|
28
|
+
}, {
|
|
29
|
+
mode: z.ZodString;
|
|
30
|
+
startedAt: z.ZodString;
|
|
31
|
+
stoppedAt: z.ZodOptional<z.ZodString>;
|
|
32
|
+
finished: z.ZodBoolean;
|
|
33
|
+
status: z.ZodString;
|
|
34
|
+
}>;
|
|
35
|
+
export declare class StoppedExecutionPublicDto extends StoppedExecutionPublicDto_base {
|
|
36
|
+
}
|
|
37
|
+
export declare const stoppedExecutionsPublicSchema: z.ZodObject<{
|
|
38
|
+
stopped: z.ZodNumber;
|
|
39
|
+
}, "strip", z.ZodTypeAny, {
|
|
40
|
+
stopped: number;
|
|
41
|
+
}, {
|
|
42
|
+
stopped: number;
|
|
43
|
+
}>;
|
|
44
|
+
declare const StoppedExecutionsPublicDto_base: import("../../zod-class").ZodClass<{
|
|
45
|
+
stopped: number;
|
|
46
|
+
}, {
|
|
47
|
+
stopped: z.ZodNumber;
|
|
48
|
+
}>;
|
|
49
|
+
export declare class StoppedExecutionsPublicDto extends StoppedExecutionsPublicDto_base {
|
|
50
|
+
}
|
|
51
|
+
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StoppedExecutionsPublicDto = exports.stoppedExecutionsPublicSchema = exports.StoppedExecutionPublicDto = exports.stoppedExecutionPublicSchema = void 0;
|
|
4
|
+
require("../../openapi-extend");
|
|
5
|
+
const zod_1 = require("zod");
|
|
6
|
+
const stopped_execution_public_openapi_1 = require("./stopped-execution-public.openapi");
|
|
7
|
+
const zod_class_1 = require("../../zod-class");
|
|
8
|
+
exports.stoppedExecutionPublicSchema = zod_1.z.object({
|
|
9
|
+
mode: zod_1.z.string().openapi(stopped_execution_public_openapi_1.stoppedExecutionFieldDocs.mode),
|
|
10
|
+
startedAt: zod_1.z.string().openapi(stopped_execution_public_openapi_1.stoppedExecutionFieldDocs.startedAt),
|
|
11
|
+
stoppedAt: zod_1.z.string().optional().openapi(stopped_execution_public_openapi_1.stoppedExecutionFieldDocs.stoppedAt),
|
|
12
|
+
finished: zod_1.z.boolean().openapi(stopped_execution_public_openapi_1.stoppedExecutionFieldDocs.finished),
|
|
13
|
+
status: zod_1.z.string().openapi(stopped_execution_public_openapi_1.stoppedExecutionFieldDocs.status),
|
|
14
|
+
});
|
|
15
|
+
class StoppedExecutionPublicDto extends zod_class_1.Z.class(exports.stoppedExecutionPublicSchema.shape) {
|
|
16
|
+
}
|
|
17
|
+
exports.StoppedExecutionPublicDto = StoppedExecutionPublicDto;
|
|
18
|
+
exports.stoppedExecutionsPublicSchema = zod_1.z.object({
|
|
19
|
+
stopped: zod_1.z.number().int().openapi(stopped_execution_public_openapi_1.stoppedCountOpenApi),
|
|
20
|
+
});
|
|
21
|
+
class StoppedExecutionsPublicDto extends zod_class_1.Z.class(exports.stoppedExecutionsPublicSchema.shape) {
|
|
22
|
+
}
|
|
23
|
+
exports.StoppedExecutionsPublicDto = StoppedExecutionsPublicDto;
|
|
24
|
+
//# sourceMappingURL=stopped-execution-public.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stopped-execution-public.dto.js","sourceRoot":"","sources":["../../../src/dto/executions/stopped-execution-public.dto.ts"],"names":[],"mappings":";;;AAAA,gCAA8B;AAC9B,6BAAwB;AAExB,yFAAoG;AACpG,+CAAoC;AAEvB,QAAA,4BAA4B,GAAG,OAAC,CAAC,MAAM,CAAC;IACpD,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,4DAAyB,CAAC,IAAI,CAAC;IACxD,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,4DAAyB,CAAC,SAAS,CAAC;IAClE,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,4DAAyB,CAAC,SAAS,CAAC;IAC7E,QAAQ,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,4DAAyB,CAAC,QAAQ,CAAC;IACjE,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,4DAAyB,CAAC,MAAM,CAAC;CAC5D,CAAC,CAAC;AAEH,+BAAuC,SAAQ,aAAC,CAAC,KAAK,CAAC,QAAA,4BAA4B,CAAC,KAAK,CAAC;CAAG;;AAEhF,QAAA,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IACrD,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,sDAAmB,CAAC;CACtD,CAAC,CAAC;AAEH,gCAAwC,SAAQ,aAAC,CAAC,KAAK,CAAC,QAAA,6BAA6B,CAAC,KAAK,CAAC;CAAG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { ZodOpenAPIMetadata } from '@asteasolutions/zod-to-openapi';
|
|
2
|
+
export declare const stoppedExecutionFieldDocs: {
|
|
3
|
+
readonly mode: {
|
|
4
|
+
readonly enum: ["cli", "error", "integrated", "internal", "manual", "retry", "trigger", "webhook", "evaluation", "chat", "agent"];
|
|
5
|
+
readonly example: 'manual';
|
|
6
|
+
};
|
|
7
|
+
readonly startedAt: {
|
|
8
|
+
readonly format: 'date-time';
|
|
9
|
+
readonly description: 'The time at which the execution started.';
|
|
10
|
+
};
|
|
11
|
+
readonly stoppedAt: {
|
|
12
|
+
readonly format: 'date-time';
|
|
13
|
+
readonly description: 'The time at which the execution stopped. Absent when no stop time was recorded.';
|
|
14
|
+
};
|
|
15
|
+
readonly finished: {
|
|
16
|
+
readonly deprecated: true;
|
|
17
|
+
readonly description: 'Whether the execution ran to completion. Use `status` instead.';
|
|
18
|
+
readonly example: false;
|
|
19
|
+
};
|
|
20
|
+
readonly status: {
|
|
21
|
+
readonly enum: ["canceled", "crashed", "error", "new", "running", "success", "unknown", "waiting"];
|
|
22
|
+
readonly example: 'canceled';
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export declare const stoppedCountOpenApi: ZodOpenAPIMetadata;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.stoppedCountOpenApi = exports.stoppedExecutionFieldDocs = void 0;
|
|
4
|
+
const execution_public_openapi_1 = require("./execution-public.openapi");
|
|
5
|
+
exports.stoppedExecutionFieldDocs = {
|
|
6
|
+
mode: execution_public_openapi_1.executionFieldDocs.mode,
|
|
7
|
+
startedAt: {
|
|
8
|
+
format: 'date-time',
|
|
9
|
+
description: 'The time at which the execution started.',
|
|
10
|
+
},
|
|
11
|
+
stoppedAt: {
|
|
12
|
+
format: 'date-time',
|
|
13
|
+
description: 'The time at which the execution stopped. Absent when no stop time was recorded.',
|
|
14
|
+
},
|
|
15
|
+
finished: { ...execution_public_openapi_1.executionFieldDocs.finished, example: false },
|
|
16
|
+
status: { ...execution_public_openapi_1.executionFieldDocs.status, example: 'canceled' },
|
|
17
|
+
};
|
|
18
|
+
exports.stoppedCountOpenApi = {
|
|
19
|
+
description: 'The number of executions that were successfully stopped.',
|
|
20
|
+
example: 5,
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=stopped-execution-public.openapi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stopped-execution-public.openapi.js","sourceRoot":"","sources":["../../../src/dto/executions/stopped-execution-public.openapi.ts"],"names":[],"mappings":";;;AAEA,yEAAgE;AAEnD,QAAA,yBAAyB,GAAG;IACxC,IAAI,EAAE,6CAAkB,CAAC,IAAI;IAC7B,SAAS,EAAE;QACV,MAAM,EAAE,WAAW;QACnB,WAAW,EAAE,0CAA0C;KACvD;IACD,SAAS,EAAE;QACV,MAAM,EAAE,WAAW;QACnB,WAAW,EAAE,iFAAiF;KAC9F;IACD,QAAQ,EAAE,EAAE,GAAG,6CAAkB,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;IAC5D,MAAM,EAAE,EAAE,GAAG,6CAAkB,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE;CACP,CAAC;AAE3C,QAAA,mBAAmB,GAAuB;IACtD,WAAW,EAAE,0DAA0D;IACvE,OAAO,EAAE,CAAC;CACV,CAAC"}
|
|
@@ -48,6 +48,15 @@ declare const CloneGitConnectionDto_base: import("../../zod-class").ZodClass<{
|
|
|
48
48
|
}>;
|
|
49
49
|
export declare class CloneGitConnectionDto extends CloneGitConnectionDto_base {
|
|
50
50
|
}
|
|
51
|
+
declare const PushGitConnectionDto_base: import("../../zod-class").ZodClass<{
|
|
52
|
+
commitMessage: string;
|
|
53
|
+
force?: boolean | undefined;
|
|
54
|
+
}, {
|
|
55
|
+
commitMessage: z.ZodString;
|
|
56
|
+
force: z.ZodOptional<z.ZodBoolean>;
|
|
57
|
+
}>;
|
|
58
|
+
export declare class PushGitConnectionDto extends PushGitConnectionDto_base {
|
|
59
|
+
}
|
|
51
60
|
declare const ListGitConnectionsQueryDto_base: import("../../zod-class").ZodClass<{
|
|
52
61
|
limit: number;
|
|
53
62
|
cursor?: string | undefined;
|
|
@@ -162,6 +171,7 @@ export declare const gitConnectionPushResultSchema: z.ZodObject<{
|
|
|
162
171
|
variables: number;
|
|
163
172
|
tags: number;
|
|
164
173
|
}>;
|
|
174
|
+
commitSha: z.ZodString;
|
|
165
175
|
}, "strip", z.ZodTypeAny, {
|
|
166
176
|
connectionId: string;
|
|
167
177
|
counts: {
|
|
@@ -172,6 +182,7 @@ export declare const gitConnectionPushResultSchema: z.ZodObject<{
|
|
|
172
182
|
variables: number;
|
|
173
183
|
tags: number;
|
|
174
184
|
};
|
|
185
|
+
commitSha: string;
|
|
175
186
|
}, {
|
|
176
187
|
connectionId: string;
|
|
177
188
|
counts: {
|
|
@@ -182,6 +193,7 @@ export declare const gitConnectionPushResultSchema: z.ZodObject<{
|
|
|
182
193
|
variables: number;
|
|
183
194
|
tags: number;
|
|
184
195
|
};
|
|
196
|
+
commitSha: string;
|
|
185
197
|
}>;
|
|
186
198
|
declare const GitConnectionPushResultDto_base: import("../../zod-class").ZodClass<{
|
|
187
199
|
connectionId: string;
|
|
@@ -193,6 +205,7 @@ declare const GitConnectionPushResultDto_base: import("../../zod-class").ZodClas
|
|
|
193
205
|
variables: number;
|
|
194
206
|
tags: number;
|
|
195
207
|
};
|
|
208
|
+
commitSha: string;
|
|
196
209
|
}, {
|
|
197
210
|
connectionId: z.ZodString;
|
|
198
211
|
counts: z.ZodObject<{
|
|
@@ -217,6 +230,7 @@ declare const GitConnectionPushResultDto_base: import("../../zod-class").ZodClas
|
|
|
217
230
|
variables: number;
|
|
218
231
|
tags: number;
|
|
219
232
|
}>;
|
|
233
|
+
commitSha: z.ZodString;
|
|
220
234
|
}>;
|
|
221
235
|
export declare class GitConnectionPushResultDto extends GitConnectionPushResultDto_base {
|
|
222
236
|
}
|
|
@@ -225,14 +239,17 @@ export declare const gitConnectionImportCountsSchema: z.ZodObject<{
|
|
|
225
239
|
created: z.ZodNumber;
|
|
226
240
|
updated: z.ZodNumber;
|
|
227
241
|
skipped: z.ZodNumber;
|
|
242
|
+
deleted: z.ZodNumber;
|
|
228
243
|
}, "strip", z.ZodTypeAny, {
|
|
229
244
|
created: number;
|
|
230
245
|
updated: number;
|
|
231
246
|
skipped: number;
|
|
247
|
+
deleted: number;
|
|
232
248
|
}, {
|
|
233
249
|
created: number;
|
|
234
250
|
updated: number;
|
|
235
251
|
skipped: number;
|
|
252
|
+
deleted: number;
|
|
236
253
|
}>;
|
|
237
254
|
folders: z.ZodObject<{
|
|
238
255
|
created: z.ZodNumber;
|
|
@@ -362,6 +379,7 @@ export declare const gitConnectionImportCountsSchema: z.ZodObject<{
|
|
|
362
379
|
created: number;
|
|
363
380
|
updated: number;
|
|
364
381
|
skipped: number;
|
|
382
|
+
deleted: number;
|
|
365
383
|
};
|
|
366
384
|
folders: {
|
|
367
385
|
created: number;
|
|
@@ -409,6 +427,7 @@ export declare const gitConnectionImportCountsSchema: z.ZodObject<{
|
|
|
409
427
|
created: number;
|
|
410
428
|
updated: number;
|
|
411
429
|
skipped: number;
|
|
430
|
+
deleted: number;
|
|
412
431
|
};
|
|
413
432
|
folders: {
|
|
414
433
|
created: number;
|
|
@@ -459,14 +478,17 @@ export declare const gitConnectionPullResultSchema: z.ZodObject<{
|
|
|
459
478
|
created: z.ZodNumber;
|
|
460
479
|
updated: z.ZodNumber;
|
|
461
480
|
skipped: z.ZodNumber;
|
|
481
|
+
deleted: z.ZodNumber;
|
|
462
482
|
}, "strip", z.ZodTypeAny, {
|
|
463
483
|
created: number;
|
|
464
484
|
updated: number;
|
|
465
485
|
skipped: number;
|
|
486
|
+
deleted: number;
|
|
466
487
|
}, {
|
|
467
488
|
created: number;
|
|
468
489
|
updated: number;
|
|
469
490
|
skipped: number;
|
|
491
|
+
deleted: number;
|
|
470
492
|
}>;
|
|
471
493
|
folders: z.ZodObject<{
|
|
472
494
|
created: z.ZodNumber;
|
|
@@ -596,6 +618,7 @@ export declare const gitConnectionPullResultSchema: z.ZodObject<{
|
|
|
596
618
|
created: number;
|
|
597
619
|
updated: number;
|
|
598
620
|
skipped: number;
|
|
621
|
+
deleted: number;
|
|
599
622
|
};
|
|
600
623
|
folders: {
|
|
601
624
|
created: number;
|
|
@@ -643,6 +666,7 @@ export declare const gitConnectionPullResultSchema: z.ZodObject<{
|
|
|
643
666
|
created: number;
|
|
644
667
|
updated: number;
|
|
645
668
|
skipped: number;
|
|
669
|
+
deleted: number;
|
|
646
670
|
};
|
|
647
671
|
folders: {
|
|
648
672
|
created: number;
|
|
@@ -686,6 +710,7 @@ export declare const gitConnectionPullResultSchema: z.ZodObject<{
|
|
|
686
710
|
skipped: number;
|
|
687
711
|
};
|
|
688
712
|
}>;
|
|
713
|
+
commitSha: z.ZodString;
|
|
689
714
|
}, "strip", z.ZodTypeAny, {
|
|
690
715
|
connectionId: string;
|
|
691
716
|
counts: {
|
|
@@ -693,6 +718,7 @@ export declare const gitConnectionPullResultSchema: z.ZodObject<{
|
|
|
693
718
|
created: number;
|
|
694
719
|
updated: number;
|
|
695
720
|
skipped: number;
|
|
721
|
+
deleted: number;
|
|
696
722
|
};
|
|
697
723
|
folders: {
|
|
698
724
|
created: number;
|
|
@@ -736,6 +762,7 @@ export declare const gitConnectionPullResultSchema: z.ZodObject<{
|
|
|
736
762
|
skipped: number;
|
|
737
763
|
};
|
|
738
764
|
};
|
|
765
|
+
commitSha: string;
|
|
739
766
|
}, {
|
|
740
767
|
connectionId: string;
|
|
741
768
|
counts: {
|
|
@@ -743,6 +770,7 @@ export declare const gitConnectionPullResultSchema: z.ZodObject<{
|
|
|
743
770
|
created: number;
|
|
744
771
|
updated: number;
|
|
745
772
|
skipped: number;
|
|
773
|
+
deleted: number;
|
|
746
774
|
};
|
|
747
775
|
folders: {
|
|
748
776
|
created: number;
|
|
@@ -786,6 +814,7 @@ export declare const gitConnectionPullResultSchema: z.ZodObject<{
|
|
|
786
814
|
skipped: number;
|
|
787
815
|
};
|
|
788
816
|
};
|
|
817
|
+
commitSha: string;
|
|
789
818
|
}>;
|
|
790
819
|
declare const GitConnectionPullResultDto_base: import("../../zod-class").ZodClass<{
|
|
791
820
|
connectionId: string;
|
|
@@ -794,6 +823,7 @@ declare const GitConnectionPullResultDto_base: import("../../zod-class").ZodClas
|
|
|
794
823
|
created: number;
|
|
795
824
|
updated: number;
|
|
796
825
|
skipped: number;
|
|
826
|
+
deleted: number;
|
|
797
827
|
};
|
|
798
828
|
folders: {
|
|
799
829
|
created: number;
|
|
@@ -837,6 +867,7 @@ declare const GitConnectionPullResultDto_base: import("../../zod-class").ZodClas
|
|
|
837
867
|
skipped: number;
|
|
838
868
|
};
|
|
839
869
|
};
|
|
870
|
+
commitSha: string;
|
|
840
871
|
}, {
|
|
841
872
|
connectionId: z.ZodString;
|
|
842
873
|
counts: z.ZodObject<{
|
|
@@ -844,14 +875,17 @@ declare const GitConnectionPullResultDto_base: import("../../zod-class").ZodClas
|
|
|
844
875
|
created: z.ZodNumber;
|
|
845
876
|
updated: z.ZodNumber;
|
|
846
877
|
skipped: z.ZodNumber;
|
|
878
|
+
deleted: z.ZodNumber;
|
|
847
879
|
}, "strip", z.ZodTypeAny, {
|
|
848
880
|
created: number;
|
|
849
881
|
updated: number;
|
|
850
882
|
skipped: number;
|
|
883
|
+
deleted: number;
|
|
851
884
|
}, {
|
|
852
885
|
created: number;
|
|
853
886
|
updated: number;
|
|
854
887
|
skipped: number;
|
|
888
|
+
deleted: number;
|
|
855
889
|
}>;
|
|
856
890
|
folders: z.ZodObject<{
|
|
857
891
|
created: z.ZodNumber;
|
|
@@ -981,6 +1015,7 @@ declare const GitConnectionPullResultDto_base: import("../../zod-class").ZodClas
|
|
|
981
1015
|
created: number;
|
|
982
1016
|
updated: number;
|
|
983
1017
|
skipped: number;
|
|
1018
|
+
deleted: number;
|
|
984
1019
|
};
|
|
985
1020
|
folders: {
|
|
986
1021
|
created: number;
|
|
@@ -1028,6 +1063,7 @@ declare const GitConnectionPullResultDto_base: import("../../zod-class").ZodClas
|
|
|
1028
1063
|
created: number;
|
|
1029
1064
|
updated: number;
|
|
1030
1065
|
skipped: number;
|
|
1066
|
+
deleted: number;
|
|
1031
1067
|
};
|
|
1032
1068
|
folders: {
|
|
1033
1069
|
created: number;
|
|
@@ -1071,6 +1107,7 @@ declare const GitConnectionPullResultDto_base: import("../../zod-class").ZodClas
|
|
|
1071
1107
|
skipped: number;
|
|
1072
1108
|
};
|
|
1073
1109
|
}>;
|
|
1110
|
+
commitSha: z.ZodString;
|
|
1074
1111
|
}>;
|
|
1075
1112
|
export declare class GitConnectionPullResultDto extends GitConnectionPullResultDto_base {
|
|
1076
1113
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GitConnectionProjectListPublicDto = exports.GitConnectionProjectPublicDto = exports.gitConnectionProjectPublicSchema = exports.GitConnectionListPublicDto = exports.gitConnectionSummarySchema = exports.GitConnectionPullResultDto = exports.gitConnectionPullResultSchema = exports.gitConnectionImportCountsSchema = exports.GitConnectionPushResultDto = exports.gitConnectionPushResultSchema = exports.gitConnectionExportCountsSchema = exports.GitConnectionPublicDto = exports.gitConnectionPublicSchema = exports.ListGitConnectionsQueryDto = exports.CloneGitConnectionDto = exports.UpdateGitConnectionDto = exports.CreateGitConnectionDto = exports.gitKeyGeneratorTypeSchema = exports.gitConnectionTypeSchema = void 0;
|
|
3
|
+
exports.GitConnectionProjectListPublicDto = exports.GitConnectionProjectPublicDto = exports.gitConnectionProjectPublicSchema = exports.GitConnectionListPublicDto = exports.gitConnectionSummarySchema = exports.GitConnectionPullResultDto = exports.gitConnectionPullResultSchema = exports.gitConnectionImportCountsSchema = exports.GitConnectionPushResultDto = exports.gitConnectionPushResultSchema = exports.gitConnectionExportCountsSchema = exports.GitConnectionPublicDto = exports.gitConnectionPublicSchema = exports.ListGitConnectionsQueryDto = exports.PushGitConnectionDto = exports.CloneGitConnectionDto = exports.UpdateGitConnectionDto = exports.CreateGitConnectionDto = exports.gitKeyGeneratorTypeSchema = exports.gitConnectionTypeSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const zod_class_1 = require("../../zod-class");
|
|
6
6
|
const pagination_dto_1 = require("../pagination/pagination.dto");
|
|
@@ -37,6 +37,12 @@ class CloneGitConnectionDto extends zod_class_1.Z.class({
|
|
|
37
37
|
}) {
|
|
38
38
|
}
|
|
39
39
|
exports.CloneGitConnectionDto = CloneGitConnectionDto;
|
|
40
|
+
class PushGitConnectionDto extends zod_class_1.Z.class({
|
|
41
|
+
commitMessage: zod_1.z.string().trim().min(1).max(1000),
|
|
42
|
+
force: zod_1.z.boolean().optional(),
|
|
43
|
+
}, { strict: true }) {
|
|
44
|
+
}
|
|
45
|
+
exports.PushGitConnectionDto = PushGitConnectionDto;
|
|
40
46
|
class ListGitConnectionsQueryDto extends zod_class_1.Z.class({
|
|
41
47
|
limit: pagination_dto_1.publicApiPaginationSchema.limit,
|
|
42
48
|
cursor: zod_1.z.string().optional(),
|
|
@@ -69,13 +75,14 @@ exports.gitConnectionExportCountsSchema = zod_1.z.object({
|
|
|
69
75
|
exports.gitConnectionPushResultSchema = zod_1.z.object({
|
|
70
76
|
connectionId: zod_1.z.string(),
|
|
71
77
|
counts: exports.gitConnectionExportCountsSchema,
|
|
78
|
+
commitSha: zod_1.z.string(),
|
|
72
79
|
});
|
|
73
80
|
class GitConnectionPushResultDto extends zod_class_1.Z.class(exports.gitConnectionPushResultSchema.shape) {
|
|
74
81
|
}
|
|
75
82
|
exports.GitConnectionPushResultDto = GitConnectionPushResultDto;
|
|
76
83
|
const count = () => zod_1.z.number().int().nonnegative();
|
|
77
84
|
exports.gitConnectionImportCountsSchema = zod_1.z.object({
|
|
78
|
-
projects: zod_1.z.object({ created: count(), updated: count(), skipped: count() }),
|
|
85
|
+
projects: zod_1.z.object({ created: count(), updated: count(), skipped: count(), deleted: count() }),
|
|
79
86
|
folders: zod_1.z.object({ created: count(), skipped: count(), removed: count() }),
|
|
80
87
|
workflows: zod_1.z.object({
|
|
81
88
|
created: count(),
|
|
@@ -111,6 +118,7 @@ exports.gitConnectionImportCountsSchema = zod_1.z.object({
|
|
|
111
118
|
exports.gitConnectionPullResultSchema = zod_1.z.object({
|
|
112
119
|
connectionId: zod_1.z.string(),
|
|
113
120
|
counts: exports.gitConnectionImportCountsSchema,
|
|
121
|
+
commitSha: zod_1.z.string(),
|
|
114
122
|
});
|
|
115
123
|
class GitConnectionPullResultDto extends zod_class_1.Z.class(exports.gitConnectionPullResultSchema.shape) {
|
|
116
124
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"git-connections.dto.js","sourceRoot":"","sources":["../../../src/dto/git-connections/git-connections.dto.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"git-connections.dto.js","sourceRoot":"","sources":["../../../src/dto/git-connections/git-connections.dto.ts"],"names":[],"mappings":"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"}
|
package/dist/dto/index.d.ts
CHANGED
|
@@ -62,8 +62,15 @@ export { CommunityRegisteredRequestDto } from './license/community-registered-re
|
|
|
62
62
|
export { PullWorkFolderRequestDto, AUTO_PUBLISH_MODE, } from './source-control/pull-work-folder-request.dto';
|
|
63
63
|
export { PushWorkFolderRequestDto } from './source-control/push-work-folder-request.dto';
|
|
64
64
|
export { type GitCommitInfo } from './source-control/push-work-folder-response.dto';
|
|
65
|
-
export {
|
|
65
|
+
export { SourceControlStatusQueryPublicDto } from './source-control/source-control-status-query-public.dto';
|
|
66
|
+
export { SourceControlStatusPublicDto } from './source-control/source-control-status-public.dto';
|
|
67
|
+
export { SourceControlPushRequestPublicDto } from './source-control/source-control-push-request-public.dto';
|
|
68
|
+
export { SourceControlPushResponsePublicDto } from './source-control/source-control-push-response-public.dto';
|
|
69
|
+
export { SourceControlPushConflictErrorPublicDto } from './source-control/source-control-push-conflict-error-public.dto';
|
|
70
|
+
export { CloneGitConnectionDto, CreateGitConnectionDto, GitConnectionListPublicDto, GitConnectionProjectListPublicDto, GitConnectionProjectPublicDto, GitConnectionPublicDto, GitConnectionPullResultDto, GitConnectionPushResultDto, ListGitConnectionsQueryDto, PushGitConnectionDto, UpdateGitConnectionDto, gitConnectionTypeSchema, gitKeyGeneratorTypeSchema, type GitConnectionType, type GitKeyGeneratorType, } from './git-connections/git-connections.dto';
|
|
66
71
|
export { CreateCredentialDto } from './credentials/create-credential.dto';
|
|
72
|
+
export { CredentialPublicDto, CredentialListPublicDto, credentialPublicSchema, } from './credentials/credential-public.dto';
|
|
73
|
+
export { ListCredentialsQueryDto } from './credentials/list-credentials-query.dto';
|
|
67
74
|
export { VariableListRequestDto } from './variables/variables-list-request.dto';
|
|
68
75
|
export { CreateVariableRequestDto, NEW_VARIABLE_KEY_REGEX, } from './variables/create-variable-request.dto';
|
|
69
76
|
export { variableTypeSchema, variableValueSchema } from './variables/base.dto';
|
|
@@ -93,6 +100,7 @@ export { ListWorkflowsQueryDto } from './workflows/list-workflows-query.dto';
|
|
|
93
100
|
export { WorkflowPublicDto, CreatedWorkflowPublicDto, WorkflowListPublicDto, WorkflowPublishPublicDto, workflowPublicSchema, createdWorkflowPublicSchema, workflowPublishPublicSchema, workflowListItemPublicSchema, sharedWorkflowPublicSchema, activeWorkflowVersionPublicSchema, workflowParentFolderPublicSchema, DeletedWorkflowPublicDto, UpdatedWorkflowPublicDto, } from './workflows/workflow-public.dto';
|
|
94
101
|
export { ActivateWorkflowPublicDto, activateWorkflowPublicSchema, PublishWorkflowPublicDto, publishWorkflowPublicSchema, } from './workflows/publish-workflow-public.dto';
|
|
95
102
|
export { WorkflowPublishBlockedErrorPublicDto, workflowPublishBlockedErrorPublicSchema, } from './workflows/workflow-publish-blocked-error-public.dto';
|
|
103
|
+
export { WorkflowPublishForbiddenErrorPublicDto, workflowPublishForbiddenErrorPublicSchema, } from './workflows/workflow-publish-forbidden-error-public.dto';
|
|
96
104
|
export { CreateOrUpdateTagRequestDto } from './tag/create-or-update-tag-request.dto';
|
|
97
105
|
export { RetrieveTagQueryDto } from './tag/retrieve-tag-query.dto';
|
|
98
106
|
export { ListTagsQueryDto } from './tag/list-tags-query.dto';
|
|
@@ -155,11 +163,13 @@ export { OAuthClientResponseDto, ListOAuthClientsQueryDto, ListOAuthClientsRespo
|
|
|
155
163
|
export { ProvisioningConfigDto, ProvisioningConfigPatchDto, type ProvisioningMode, type ProvisioningModeFlags, } from './provisioning/config.dto';
|
|
156
164
|
export { SecuritySettingsDto, UpdateSecuritySettingsDto, } from './security-settings/security-settings.dto';
|
|
157
165
|
export { UpdateSecurityPolicyDto, type SecurityPolicyResponse, } from './security-settings/security-policy.dto';
|
|
166
|
+
export { UpdateProjectPoolSettingsDto } from './worker-pools/update-project-pool-settings.dto';
|
|
158
167
|
export { WorkflowHistoryVersionsByIdsDto } from './workflow-history/workflow-history-versions-by-ids.dto';
|
|
159
168
|
export { UpdateWorkflowHistoryVersionDto } from './workflow-history/update-workflow-history-version.dto';
|
|
160
169
|
export { WorkflowHistoryListItemDto, workflowHistoryListItemSchema, } from './workflow-history/workflow-history-list-item.dto';
|
|
161
170
|
export { ListWorkflowHistoryQueryDto } from './workflow-history/list-workflow-history-query.dto';
|
|
162
171
|
export { WorkflowVersionHistoryListPublicDto, workflowVersionListItemPublicSchema, } from './workflow-history/workflow-version-history-public.dto';
|
|
172
|
+
export { WorkflowVersionPublicDto, workflowVersionPublicSchema, } from './workflow-history/workflow-version-public.dto';
|
|
163
173
|
export { UpdateExternalSecretsSettingsDto } from './secrets-provider/update-external-secrets-settings.dto';
|
|
164
174
|
export { CreateSecretsProviderConnectionDto } from './secrets-provider/create-secrets-provider-connection.dto';
|
|
165
175
|
export { SetSecretsProviderConnectionIsEnabledDto } from './secrets-provider/set-secrets-provider-connection-is-enabled.dto';
|
|
@@ -168,6 +178,14 @@ export { UpdateSecretsProviderConnectionDto } from './secrets-provider/update-se
|
|
|
168
178
|
export { GetQuickConnectApiKeyDto } from './quick-connect/create-quick-connect-credential.dto';
|
|
169
179
|
export { ExecutionRedactionQueryDtoSchema, type ExecutionRedactionQueryDto, } from './executions/execution-redaction-query.dto';
|
|
170
180
|
export { DeleteExecutionsDto } from './executions/delete-executions.dto';
|
|
181
|
+
export { GetExecutionQueryDto } from './executions/get-execution-query.dto';
|
|
182
|
+
export { ListExecutionsQueryDto } from './executions/list-executions-query.dto';
|
|
183
|
+
export { ExecutionPublicDto, DeletedExecutionPublicDto, ExecutionListPublicDto, executionPublicSchema, deletedExecutionPublicSchema, executionListItemPublicSchema, } from './executions/execution-public.dto';
|
|
184
|
+
export { RetriedExecutionPublicDto, retriedExecutionPublicSchema, } from './executions/retried-execution-public.dto';
|
|
185
|
+
export { RetryExecutionPublicDto, retryExecutionPublicSchema, } from './executions/retry-execution-public.dto';
|
|
186
|
+
export { StoppedExecutionPublicDto, StoppedExecutionsPublicDto, stoppedExecutionPublicSchema, stoppedExecutionsPublicSchema, } from './executions/stopped-execution-public.dto';
|
|
187
|
+
export { StopManyExecutionsPublicDto, STOPPABLE_PUBLIC_EXECUTION_STATUSES, STOPPABLE_PUBLIC_TO_INTERNAL_STATUS, type StoppablePublicExecutionStatus, } from './executions/stop-many-executions-public.dto';
|
|
188
|
+
export { ExecutionTagsPublicDto } from './executions/execution-tags-public.dto';
|
|
171
189
|
export { VersionSinceDateQueryDto } from './instance-version-history/version-since-date-query.dto';
|
|
172
190
|
export { VersionQueryDto } from './instance-version-history/version-query.dto';
|
|
173
191
|
export { CreateEncryptionKeyDto } from './encryption/create-encryption-key.dto';
|
|
@@ -181,6 +199,7 @@ export { UpdateWorkflowReviewRequestVersionDto } from './workflow-reviews/update
|
|
|
181
199
|
export * from './workflow-reviews/list-workflow-review-inbox.dto';
|
|
182
200
|
export type * from './workflow-reviews/get-workflow-review-request-detail.dto';
|
|
183
201
|
export { ListWorkflowReviewActivityQueryDto, CreateWorkflowReviewCommentDto, WORKFLOW_REVIEW_TEXT_MAX_LENGTH, type ListWorkflowReviewActivityResponse, } from './workflow-reviews/workflow-review-activity.dto';
|
|
184
|
-
export { UpdateOtelSettingsDto } from './otel/update-otel-settings.dto';
|
|
202
|
+
export { UpdateOtelSettingsDto, OTLP_PROTOCOLS, otlpProtocolSchema, exporterEndpointSchema, type OtlpProtocol, } from './otel/update-otel-settings.dto';
|
|
185
203
|
export { TestOtelTraceDto } from './otel/test-otel-trace.dto';
|
|
186
204
|
export { InstanceAiExamplesQueryDto } from './instance-ai-examples/instance-ai-examples-query.dto';
|
|
205
|
+
export { promotableResourceSchema, promotableResourceStatusSchema, promotableResourceTypeSchema, promoteRequestSchema, type PromotableResource, type PromotableResourceStatus, type PromotableResourceType, type PromoteRequest, } from './promotions/promotable-resource.dto';
|