veryfront 0.1.623 → 0.1.625
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/README.md +3 -3
- package/esm/cli/commands/knowledge/command-help.d.ts.map +1 -1
- package/esm/cli/commands/knowledge/command-help.js +2 -3
- package/esm/cli/commands/knowledge/command.d.ts +2 -47
- package/esm/cli/commands/knowledge/command.d.ts.map +1 -1
- package/esm/cli/commands/knowledge/command.js +22 -124
- package/esm/cli/commands/knowledge/parser.d.ts +40 -0
- package/esm/cli/commands/knowledge/parser.d.ts.map +1 -0
- package/esm/cli/commands/knowledge/parser.js +353 -0
- package/esm/cli/commands/knowledge/result.d.ts +3 -3
- package/esm/cli/commands/knowledge/result.js +1 -1
- package/esm/cli/commands/styles/command.js +2 -2
- package/esm/cli/commands/task/command.js +4 -4
- package/esm/cli/commands/worker/command-help.js +4 -4
- package/esm/cli/commands/worker/command.d.ts +1 -1
- package/esm/cli/commands/worker/command.js +9 -9
- package/esm/cli/commands/workflow/command.js +4 -4
- package/esm/cli/utils/sanitize-run-output.d.ts +2 -0
- package/esm/cli/utils/sanitize-run-output.d.ts.map +1 -0
- package/esm/cli/utils/{sanitize-job-output.js → sanitize-run-output.js} +1 -1
- package/esm/cli/utils/write-run-result.d.ts +2 -0
- package/esm/cli/utils/write-run-result.d.ts.map +1 -0
- package/esm/cli/utils/write-run-result.js +16 -0
- package/esm/deno.d.ts +4 -3
- package/esm/deno.js +6 -5
- package/esm/src/build/production-build/static-generation.d.ts.map +1 -1
- package/esm/src/build/production-build/static-generation.js +85 -0
- package/esm/src/html/hydration-script-builder/templates/renderer.d.ts.map +1 -1
- package/esm/src/html/hydration-script-builder/templates/renderer.js +37 -4
- package/esm/src/integrations/_data.js +1 -1
- package/esm/src/integrations/schema.d.ts +8 -0
- package/esm/src/integrations/schema.d.ts.map +1 -1
- package/esm/src/integrations/schema.js +3 -0
- package/esm/src/internal-agents/run-stream.d.ts.map +1 -1
- package/esm/src/internal-agents/run-stream.js +20 -3
- package/esm/src/platform/adapters/veryfront-api-client/operations.d.ts +2 -2
- package/esm/src/platform/adapters/veryfront-api-client/operations.d.ts.map +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/operations.js +2 -2
- package/esm/src/platform/adapters/veryfront-api-client/schemas/api.schema.d.ts +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/schemas/api.schema.js +1 -1
- package/esm/src/react/components/chat/chat/components/attachment-pill.js +1 -1
- package/esm/src/react/components/chat/chat/composition/chat-composer.d.ts +1 -0
- package/esm/src/react/components/chat/chat/composition/chat-composer.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/composition/chat-composer.js +27 -11
- package/esm/src/react/components/chat/chat/index.d.ts +1 -0
- package/esm/src/react/components/chat/chat/index.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/index.js +2 -2
- package/esm/src/react/components/chat/theme.js +1 -1
- package/esm/src/rendering/layouts/utils/applicator.d.ts.map +1 -1
- package/esm/src/rendering/layouts/utils/applicator.js +1 -1
- package/esm/src/rendering/layouts/utils/component-loader.d.ts +8 -0
- package/esm/src/rendering/layouts/utils/component-loader.d.ts.map +1 -1
- package/esm/src/rendering/layouts/utils/component-loader.js +19 -0
- package/esm/src/rendering/rsc/client-boot.ts +23 -6
- package/esm/src/runs/index.d.ts +27 -0
- package/esm/src/runs/index.d.ts.map +1 -0
- package/esm/src/runs/index.js +26 -0
- package/esm/src/runs/runs-client.d.ts +95 -0
- package/esm/src/runs/runs-client.d.ts.map +1 -0
- package/esm/src/runs/runs-client.js +181 -0
- package/esm/src/{jobs → runs}/runtime-env.d.ts.map +1 -1
- package/esm/src/{jobs → runs}/runtime-env.js +2 -2
- package/esm/src/runs/schemas.d.ts +236 -0
- package/esm/src/runs/schemas.d.ts.map +1 -0
- package/esm/src/runs/schemas.js +61 -0
- package/esm/src/security/deno-permissions.d.ts +2 -2
- package/esm/src/security/deno-permissions.js +2 -2
- package/esm/src/security/index.d.ts +1 -1
- package/esm/src/security/index.js +1 -1
- package/esm/src/server/build-app-route-renderer.d.ts +2 -0
- package/esm/src/server/build-app-route-renderer.d.ts.map +1 -1
- package/esm/src/server/build-app-route-renderer.js +51 -28
- package/esm/src/server/handlers/dev/framework-candidates.generated.d.ts.map +1 -1
- package/esm/src/server/handlers/dev/framework-candidates.generated.js +54 -8
- package/esm/src/server/services/rsc/endpoints/rsc-bundles.generated.d.ts.map +1 -1
- package/esm/src/server/services/rsc/endpoints/rsc-bundles.generated.js +1 -1
- package/esm/src/server/services/static/static-file.service.d.ts.map +1 -1
- package/esm/src/server/services/static/static-file.service.js +9 -4
- package/esm/src/skill/index.d.ts +1 -1
- package/esm/src/skill/index.d.ts.map +1 -1
- package/esm/src/skill/index.js +1 -1
- package/esm/src/skill/prompt-augmentation.js +2 -2
- package/esm/src/skill/tools.d.ts +1 -1
- package/esm/src/skill/tools.d.ts.map +1 -1
- package/esm/src/skill/tools.js +11 -9
- package/esm/src/skill/types.d.ts +1 -0
- package/esm/src/skill/types.d.ts.map +1 -1
- package/esm/src/skill/types.js +1 -0
- package/esm/src/task/runner.js +1 -1
- package/esm/src/task/types.d.ts +4 -4
- package/esm/src/task/types.d.ts.map +1 -1
- package/esm/src/task/types.js +1 -1
- package/esm/src/tool/factory.d.ts.map +1 -1
- package/esm/src/tool/factory.js +10 -0
- package/esm/src/tool/types.d.ts +5 -4
- package/esm/src/tool/types.d.ts.map +1 -1
- package/esm/src/utils/index.d.ts +1 -1
- package/esm/src/utils/index.js +1 -1
- package/esm/src/utils/logger/index.d.ts +1 -1
- package/esm/src/utils/logger/index.js +1 -1
- package/esm/src/utils/logger/logger.d.ts +6 -6
- package/esm/src/utils/logger/logger.d.ts.map +1 -1
- package/esm/src/utils/logger/logger.js +10 -10
- package/esm/src/utils/version-constant.d.ts +1 -1
- package/esm/src/utils/version-constant.js +1 -1
- package/esm/src/workflow/executor/workflow-executor.js +3 -3
- package/esm/src/workflow/worker/{dynamic-job-entrypoint.d.ts → dynamic-run-entrypoint.d.ts} +2 -2
- package/esm/src/workflow/worker/{dynamic-job-entrypoint.d.ts.map → dynamic-run-entrypoint.d.ts.map} +1 -1
- package/esm/src/workflow/worker/{dynamic-job-entrypoint.js → dynamic-run-entrypoint.js} +1 -1
- package/esm/src/workflow/worker/executors/index.d.ts +8 -8
- package/esm/src/workflow/worker/executors/index.d.ts.map +1 -1
- package/esm/src/workflow/worker/executors/index.js +5 -5
- package/esm/src/workflow/worker/executors/k8s.d.ts +34 -34
- package/esm/src/workflow/worker/executors/k8s.d.ts.map +1 -1
- package/esm/src/workflow/worker/executors/k8s.js +59 -58
- package/esm/src/workflow/worker/executors/process.d.ts +15 -15
- package/esm/src/workflow/worker/executors/process.d.ts.map +1 -1
- package/esm/src/workflow/worker/executors/process.js +86 -86
- package/esm/src/workflow/worker/executors/types.d.ts +38 -39
- package/esm/src/workflow/worker/executors/types.d.ts.map +1 -1
- package/esm/src/workflow/worker/executors/types.js +9 -10
- package/esm/src/workflow/worker/index.d.ts +7 -7
- package/esm/src/workflow/worker/index.d.ts.map +1 -1
- package/esm/src/workflow/worker/index.js +9 -9
- package/esm/src/workflow/worker/{job-entrypoint.d.ts → run-entrypoint.d.ts} +3 -3
- package/esm/src/workflow/worker/{job-entrypoint.d.ts.map → run-entrypoint.d.ts.map} +1 -1
- package/esm/src/workflow/worker/{job-entrypoint.js → run-entrypoint.js} +2 -2
- package/esm/src/workflow/worker/{job-manager.d.ts → run-manager.d.ts} +32 -32
- package/esm/src/workflow/worker/run-manager.d.ts.map +1 -0
- package/esm/src/workflow/worker/{job-manager.js → run-manager.js} +63 -63
- package/esm/src/workflow/worker/shared.js +1 -1
- package/package.json +4 -4
- package/esm/cli/commands/knowledge/parser-source.d.ts +0 -2
- package/esm/cli/commands/knowledge/parser-source.d.ts.map +0 -1
- package/esm/cli/commands/knowledge/parser-source.js +0 -641
- package/esm/cli/utils/sanitize-job-output.d.ts +0 -2
- package/esm/cli/utils/sanitize-job-output.d.ts.map +0 -1
- package/esm/cli/utils/write-job-result.d.ts +0 -2
- package/esm/cli/utils/write-job-result.d.ts.map +0 -1
- package/esm/cli/utils/write-job-result.js +0 -16
- package/esm/src/jobs/index.d.ts +0 -25
- package/esm/src/jobs/index.d.ts.map +0 -1
- package/esm/src/jobs/index.js +0 -24
- package/esm/src/jobs/jobs-client.d.ts +0 -182
- package/esm/src/jobs/jobs-client.d.ts.map +0 -1
- package/esm/src/jobs/jobs-client.js +0 -255
- package/esm/src/jobs/schemas.d.ts +0 -1146
- package/esm/src/jobs/schemas.d.ts.map +0 -1
- package/esm/src/jobs/schemas.js +0 -294
- package/esm/src/workflow/worker/job-manager.d.ts.map +0 -1
- /package/esm/src/{jobs → runs}/runtime-env.d.ts +0 -0
|
@@ -1,1146 +0,0 @@
|
|
|
1
|
-
import type { InferSchema } from "../extensions/schema/index.js";
|
|
2
|
-
export declare const getJobStatusSchema: () => import("../internal-agents/schema.js").Schema<"failed" | "completed" | "working" | "canceled" | "submitted">;
|
|
3
|
-
export declare const getCronJobStatusSchema: () => import("../internal-agents/schema.js").Schema<"deleting" | "paused" | "active">;
|
|
4
|
-
export declare const getJobKindSchema: () => import("../internal-agents/schema.js").Schema<"knowledge_ingest" | null>;
|
|
5
|
-
export declare const getReservedJobTargetFamilySchema: () => import("../internal-agents/schema.js").Schema<"task:*" | "workflow:*" | "deploy:*">;
|
|
6
|
-
export declare const getPageInfoSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
7
|
-
self: import("../internal-agents/schema.js").Schema<string | null>;
|
|
8
|
-
first: import("../internal-agents/schema.js").Schema<null>;
|
|
9
|
-
next: import("../internal-agents/schema.js").Schema<string | null>;
|
|
10
|
-
prev: import("../internal-agents/schema.js").Schema<string | null>;
|
|
11
|
-
}>>;
|
|
12
|
-
export declare const getKnowledgeIngestFileResultSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
13
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
14
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string>;
|
|
15
|
-
outputPath: import("../internal-agents/schema.js").Schema<string>;
|
|
16
|
-
remotePath: import("../internal-agents/schema.js").Schema<string>;
|
|
17
|
-
slug: import("../internal-agents/schema.js").Schema<string>;
|
|
18
|
-
sourceType: import("../internal-agents/schema.js").Schema<string>;
|
|
19
|
-
summary: import("../internal-agents/schema.js").Schema<string>;
|
|
20
|
-
stats: import("../internal-agents/schema.js").Schema<Record<string, unknown>>;
|
|
21
|
-
warnings: import("../internal-agents/schema.js").Schema<string[]>;
|
|
22
|
-
}>>;
|
|
23
|
-
export declare const getKnowledgeIngestSkippedFileResultSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
24
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
25
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string | null>;
|
|
26
|
-
reason: import("../internal-agents/schema.js").Schema<"hidden_path" | "ignored_directory" | "unsupported_file_type">;
|
|
27
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
28
|
-
}>>;
|
|
29
|
-
export declare const getKnowledgeIngestFailedFileResultSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
30
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
31
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string>;
|
|
32
|
-
reason: import("../internal-agents/schema.js").Schema<"parser_error" | "upload_error">;
|
|
33
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
34
|
-
}>>;
|
|
35
|
-
export declare const getKnowledgeIngestJobResultMetadataSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
36
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
37
|
-
source_mode: import("../internal-agents/schema.js").Schema<"explicit_sources" | "path_prefix">;
|
|
38
|
-
knowledge_path: import("../internal-agents/schema.js").Schema<string>;
|
|
39
|
-
}>>;
|
|
40
|
-
export declare const getKnowledgeIngestJobResultCountsSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
41
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
42
|
-
ingested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
43
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
44
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
45
|
-
}>>;
|
|
46
|
-
export declare const getKnowledgeIngestJobResultSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
47
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
48
|
-
version: import("../internal-agents/schema.js").Schema<1>;
|
|
49
|
-
metadata: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
50
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
51
|
-
source_mode: import("../internal-agents/schema.js").Schema<"explicit_sources" | "path_prefix">;
|
|
52
|
-
knowledge_path: import("../internal-agents/schema.js").Schema<string>;
|
|
53
|
-
}>>;
|
|
54
|
-
summary: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
55
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
56
|
-
ingested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
57
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
58
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
59
|
-
}>>;
|
|
60
|
-
ingested: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
61
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
62
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string>;
|
|
63
|
-
outputPath: import("../internal-agents/schema.js").Schema<string>;
|
|
64
|
-
remotePath: import("../internal-agents/schema.js").Schema<string>;
|
|
65
|
-
slug: import("../internal-agents/schema.js").Schema<string>;
|
|
66
|
-
sourceType: import("../internal-agents/schema.js").Schema<string>;
|
|
67
|
-
summary: import("../internal-agents/schema.js").Schema<string>;
|
|
68
|
-
stats: import("../internal-agents/schema.js").Schema<Record<string, unknown>>;
|
|
69
|
-
warnings: import("../internal-agents/schema.js").Schema<string[]>;
|
|
70
|
-
}>[]>;
|
|
71
|
-
skipped: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
72
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
73
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string | null>;
|
|
74
|
-
reason: import("../internal-agents/schema.js").Schema<"hidden_path" | "ignored_directory" | "unsupported_file_type">;
|
|
75
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
76
|
-
}>[]>;
|
|
77
|
-
failed: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
78
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
79
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string>;
|
|
80
|
-
reason: import("../internal-agents/schema.js").Schema<"parser_error" | "upload_error">;
|
|
81
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
82
|
-
}>[]>;
|
|
83
|
-
}>>;
|
|
84
|
-
export declare const getJobResultSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
85
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
86
|
-
version: import("../internal-agents/schema.js").Schema<1>;
|
|
87
|
-
metadata: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
88
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
89
|
-
source_mode: import("../internal-agents/schema.js").Schema<"explicit_sources" | "path_prefix">;
|
|
90
|
-
knowledge_path: import("../internal-agents/schema.js").Schema<string>;
|
|
91
|
-
}>>;
|
|
92
|
-
summary: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
93
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
94
|
-
ingested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
95
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
96
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
97
|
-
}>>;
|
|
98
|
-
ingested: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
99
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
100
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string>;
|
|
101
|
-
outputPath: import("../internal-agents/schema.js").Schema<string>;
|
|
102
|
-
remotePath: import("../internal-agents/schema.js").Schema<string>;
|
|
103
|
-
slug: import("../internal-agents/schema.js").Schema<string>;
|
|
104
|
-
sourceType: import("../internal-agents/schema.js").Schema<string>;
|
|
105
|
-
summary: import("../internal-agents/schema.js").Schema<string>;
|
|
106
|
-
stats: import("../internal-agents/schema.js").Schema<Record<string, unknown>>;
|
|
107
|
-
warnings: import("../internal-agents/schema.js").Schema<string[]>;
|
|
108
|
-
}>[]>;
|
|
109
|
-
skipped: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
110
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
111
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string | null>;
|
|
112
|
-
reason: import("../internal-agents/schema.js").Schema<"hidden_path" | "ignored_directory" | "unsupported_file_type">;
|
|
113
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
114
|
-
}>[]>;
|
|
115
|
-
failed: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
116
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
117
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string>;
|
|
118
|
-
reason: import("../internal-agents/schema.js").Schema<"parser_error" | "upload_error">;
|
|
119
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
120
|
-
}>[]>;
|
|
121
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
122
|
-
kind: import("../internal-agents/schema.js").Schema<"value">;
|
|
123
|
-
value: import("../internal-agents/schema.js").Schema<unknown>;
|
|
124
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
125
|
-
kind: import("../internal-agents/schema.js").Schema<"artifacts">;
|
|
126
|
-
artifacts: import("../internal-agents/schema.js").Schema<unknown[]>;
|
|
127
|
-
}> | null>;
|
|
128
|
-
export declare const getJobResultSummarySchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
129
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
130
|
-
state: import("../internal-agents/schema.js").Schema<"success" | "failed" | "partial_success">;
|
|
131
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
132
|
-
ingested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
133
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
134
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
135
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
136
|
-
kind: import("../internal-agents/schema.js").Schema<"value">;
|
|
137
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
138
|
-
kind: import("../internal-agents/schema.js").Schema<"artifacts">;
|
|
139
|
-
artifact_count: import("../internal-agents/schema.js").Schema<number>;
|
|
140
|
-
}> | null>;
|
|
141
|
-
export declare const getJobSchema: () => import("../internal-agents/schema.js").Schema<{
|
|
142
|
-
id: string;
|
|
143
|
-
project_id: string;
|
|
144
|
-
environment_id: string | null;
|
|
145
|
-
cron_job_id: string | null;
|
|
146
|
-
batch_id: string | null;
|
|
147
|
-
name: string;
|
|
148
|
-
status: "failed" | "completed" | "working" | "canceled" | "submitted";
|
|
149
|
-
target: string;
|
|
150
|
-
config: Record<string, unknown>;
|
|
151
|
-
context_id: string | null;
|
|
152
|
-
timeout_seconds: number;
|
|
153
|
-
backoff_limit: number;
|
|
154
|
-
exit_code: number | null;
|
|
155
|
-
started_at: string | null;
|
|
156
|
-
completed_at: string | null;
|
|
157
|
-
created_by: string | null;
|
|
158
|
-
created_at: string;
|
|
159
|
-
updated_at: string;
|
|
160
|
-
} & {
|
|
161
|
-
branch_id?: string | null | undefined;
|
|
162
|
-
} & {
|
|
163
|
-
failed_reason: string | null | undefined;
|
|
164
|
-
kind: "knowledge_ingest" | null;
|
|
165
|
-
failure_detail: string | null;
|
|
166
|
-
result_summary: import("../extensions/schema/schema-validator.js").InferShape<{
|
|
167
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
168
|
-
state: import("../internal-agents/schema.js").Schema<"success" | "failed" | "partial_success">;
|
|
169
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
170
|
-
ingested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
171
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
172
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
173
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
174
|
-
kind: import("../internal-agents/schema.js").Schema<"value">;
|
|
175
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
176
|
-
kind: import("../internal-agents/schema.js").Schema<"artifacts">;
|
|
177
|
-
artifact_count: import("../internal-agents/schema.js").Schema<number>;
|
|
178
|
-
}> | null;
|
|
179
|
-
result: import("../extensions/schema/schema-validator.js").InferShape<{
|
|
180
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
181
|
-
version: import("../internal-agents/schema.js").Schema<1>;
|
|
182
|
-
metadata: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
183
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
184
|
-
source_mode: import("../internal-agents/schema.js").Schema<"explicit_sources" | "path_prefix">;
|
|
185
|
-
knowledge_path: import("../internal-agents/schema.js").Schema<string>;
|
|
186
|
-
}>>;
|
|
187
|
-
summary: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
188
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
189
|
-
ingested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
190
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
191
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
192
|
-
}>>;
|
|
193
|
-
ingested: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
194
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
195
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string>;
|
|
196
|
-
outputPath: import("../internal-agents/schema.js").Schema<string>;
|
|
197
|
-
remotePath: import("../internal-agents/schema.js").Schema<string>;
|
|
198
|
-
slug: import("../internal-agents/schema.js").Schema<string>;
|
|
199
|
-
sourceType: import("../internal-agents/schema.js").Schema<string>;
|
|
200
|
-
summary: import("../internal-agents/schema.js").Schema<string>;
|
|
201
|
-
stats: import("../internal-agents/schema.js").Schema<Record<string, unknown>>;
|
|
202
|
-
warnings: import("../internal-agents/schema.js").Schema<string[]>;
|
|
203
|
-
}>[]>;
|
|
204
|
-
skipped: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
205
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
206
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string | null>;
|
|
207
|
-
reason: import("../internal-agents/schema.js").Schema<"hidden_path" | "ignored_directory" | "unsupported_file_type">;
|
|
208
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
209
|
-
}>[]>;
|
|
210
|
-
failed: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
211
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
212
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string>;
|
|
213
|
-
reason: import("../internal-agents/schema.js").Schema<"parser_error" | "upload_error">;
|
|
214
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
215
|
-
}>[]>;
|
|
216
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
217
|
-
kind: import("../internal-agents/schema.js").Schema<"value">;
|
|
218
|
-
value: import("../internal-agents/schema.js").Schema<unknown>;
|
|
219
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
220
|
-
kind: import("../internal-agents/schema.js").Schema<"artifacts">;
|
|
221
|
-
artifacts: import("../internal-agents/schema.js").Schema<unknown[]>;
|
|
222
|
-
}> | null;
|
|
223
|
-
}>;
|
|
224
|
-
export declare const getJobListItemSchema: () => import("../internal-agents/schema.js").Schema<{
|
|
225
|
-
id: string;
|
|
226
|
-
project_id: string;
|
|
227
|
-
environment_id: string | null;
|
|
228
|
-
cron_job_id: string | null;
|
|
229
|
-
batch_id: string | null;
|
|
230
|
-
name: string;
|
|
231
|
-
status: "failed" | "completed" | "working" | "canceled" | "submitted";
|
|
232
|
-
target: string;
|
|
233
|
-
config: Record<string, unknown>;
|
|
234
|
-
context_id: string | null;
|
|
235
|
-
timeout_seconds: number;
|
|
236
|
-
backoff_limit: number;
|
|
237
|
-
exit_code: number | null;
|
|
238
|
-
started_at: string | null;
|
|
239
|
-
completed_at: string | null;
|
|
240
|
-
created_by: string | null;
|
|
241
|
-
created_at: string;
|
|
242
|
-
updated_at: string;
|
|
243
|
-
} & {
|
|
244
|
-
branch_id?: string | null | undefined;
|
|
245
|
-
} & {
|
|
246
|
-
kind: "knowledge_ingest" | null;
|
|
247
|
-
failure_detail: string | null;
|
|
248
|
-
result_summary: import("../extensions/schema/schema-validator.js").InferShape<{
|
|
249
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
250
|
-
state: import("../internal-agents/schema.js").Schema<"success" | "failed" | "partial_success">;
|
|
251
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
252
|
-
ingested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
253
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
254
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
255
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
256
|
-
kind: import("../internal-agents/schema.js").Schema<"value">;
|
|
257
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
258
|
-
kind: import("../internal-agents/schema.js").Schema<"artifacts">;
|
|
259
|
-
artifact_count: import("../internal-agents/schema.js").Schema<number>;
|
|
260
|
-
}> | null;
|
|
261
|
-
}>;
|
|
262
|
-
export declare const getPaginatedJobsResponseSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
263
|
-
data: import("../internal-agents/schema.js").Schema<({
|
|
264
|
-
id: string;
|
|
265
|
-
project_id: string;
|
|
266
|
-
environment_id: string | null;
|
|
267
|
-
cron_job_id: string | null;
|
|
268
|
-
batch_id: string | null;
|
|
269
|
-
name: string;
|
|
270
|
-
status: "failed" | "completed" | "working" | "canceled" | "submitted";
|
|
271
|
-
target: string;
|
|
272
|
-
config: Record<string, unknown>;
|
|
273
|
-
context_id: string | null;
|
|
274
|
-
timeout_seconds: number;
|
|
275
|
-
backoff_limit: number;
|
|
276
|
-
exit_code: number | null;
|
|
277
|
-
started_at: string | null;
|
|
278
|
-
completed_at: string | null;
|
|
279
|
-
created_by: string | null;
|
|
280
|
-
created_at: string;
|
|
281
|
-
updated_at: string;
|
|
282
|
-
} & {
|
|
283
|
-
branch_id?: string | null | undefined;
|
|
284
|
-
} & {
|
|
285
|
-
kind: "knowledge_ingest" | null;
|
|
286
|
-
failure_detail: string | null;
|
|
287
|
-
result_summary: import("../extensions/schema/schema-validator.js").InferShape<{
|
|
288
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
289
|
-
state: import("../internal-agents/schema.js").Schema<"success" | "failed" | "partial_success">;
|
|
290
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
291
|
-
ingested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
292
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
293
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
294
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
295
|
-
kind: import("../internal-agents/schema.js").Schema<"value">;
|
|
296
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
297
|
-
kind: import("../internal-agents/schema.js").Schema<"artifacts">;
|
|
298
|
-
artifact_count: import("../internal-agents/schema.js").Schema<number>;
|
|
299
|
-
}> | null;
|
|
300
|
-
})[]>;
|
|
301
|
-
page_info: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
302
|
-
self: import("../internal-agents/schema.js").Schema<string | null>;
|
|
303
|
-
first: import("../internal-agents/schema.js").Schema<null>;
|
|
304
|
-
next: import("../internal-agents/schema.js").Schema<string | null>;
|
|
305
|
-
prev: import("../internal-agents/schema.js").Schema<string | null>;
|
|
306
|
-
}>>;
|
|
307
|
-
}>>;
|
|
308
|
-
export declare const getJobEventSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
309
|
-
timestamp: import("../internal-agents/schema.js").Schema<string>;
|
|
310
|
-
level: import("../internal-agents/schema.js").Schema<string>;
|
|
311
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
312
|
-
service: import("../internal-agents/schema.js").Schema<string>;
|
|
313
|
-
trace_id: import("../internal-agents/schema.js").Schema<string | undefined>;
|
|
314
|
-
request_id: import("../internal-agents/schema.js").Schema<string | undefined>;
|
|
315
|
-
metadata: import("../internal-agents/schema.js").Schema<Record<string, string> | undefined>;
|
|
316
|
-
}>>;
|
|
317
|
-
export declare const getJobEventsResponseSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
318
|
-
entries: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
319
|
-
timestamp: import("../internal-agents/schema.js").Schema<string>;
|
|
320
|
-
level: import("../internal-agents/schema.js").Schema<string>;
|
|
321
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
322
|
-
service: import("../internal-agents/schema.js").Schema<string>;
|
|
323
|
-
trace_id: import("../internal-agents/schema.js").Schema<string | undefined>;
|
|
324
|
-
request_id: import("../internal-agents/schema.js").Schema<string | undefined>;
|
|
325
|
-
metadata: import("../internal-agents/schema.js").Schema<Record<string, string> | undefined>;
|
|
326
|
-
}>[]>;
|
|
327
|
-
next_cursor: import("../internal-agents/schema.js").Schema<string | null>;
|
|
328
|
-
stats: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
329
|
-
bytes_processed: import("../internal-agents/schema.js").Schema<number>;
|
|
330
|
-
lines_processed: import("../internal-agents/schema.js").Schema<number>;
|
|
331
|
-
query_time_ms: import("../internal-agents/schema.js").Schema<number>;
|
|
332
|
-
}>>;
|
|
333
|
-
}>>;
|
|
334
|
-
export declare const getJobLogsResponseSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
335
|
-
logs: import("../internal-agents/schema.js").Schema<string | null>;
|
|
336
|
-
}>>;
|
|
337
|
-
export declare const getKnowledgeIngestBatchSourceSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
338
|
-
label: import("../internal-agents/schema.js").Schema<string>;
|
|
339
|
-
path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
340
|
-
upload_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
341
|
-
remote_path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
342
|
-
warning_count: import("../internal-agents/schema.js").Schema<number>;
|
|
343
|
-
}>>;
|
|
344
|
-
export declare const getKnowledgeIngestBatchSourceWithMessageSchema: () => import("../internal-agents/schema.js").Schema<{
|
|
345
|
-
label: string;
|
|
346
|
-
path: string | null;
|
|
347
|
-
upload_id: string | null;
|
|
348
|
-
remote_path: string | null;
|
|
349
|
-
warning_count: number;
|
|
350
|
-
} & {} & {
|
|
351
|
-
message: string;
|
|
352
|
-
}>;
|
|
353
|
-
export declare const getJobBatchStatusCountsSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
354
|
-
submitted: import("../internal-agents/schema.js").Schema<number>;
|
|
355
|
-
working: import("../internal-agents/schema.js").Schema<number>;
|
|
356
|
-
completed: import("../internal-agents/schema.js").Schema<number>;
|
|
357
|
-
failed: import("../internal-agents/schema.js").Schema<number>;
|
|
358
|
-
canceled: import("../internal-agents/schema.js").Schema<number>;
|
|
359
|
-
}>>;
|
|
360
|
-
export declare const getJobBatchResultSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
361
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
362
|
-
total_count: import("../internal-agents/schema.js").Schema<number>;
|
|
363
|
-
completed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
364
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
365
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
366
|
-
processing: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
367
|
-
label: import("../internal-agents/schema.js").Schema<string>;
|
|
368
|
-
path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
369
|
-
upload_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
370
|
-
remote_path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
371
|
-
warning_count: import("../internal-agents/schema.js").Schema<number>;
|
|
372
|
-
}>[]>;
|
|
373
|
-
completed: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
374
|
-
label: import("../internal-agents/schema.js").Schema<string>;
|
|
375
|
-
path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
376
|
-
upload_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
377
|
-
remote_path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
378
|
-
warning_count: import("../internal-agents/schema.js").Schema<number>;
|
|
379
|
-
}>[]>;
|
|
380
|
-
skipped: import("../internal-agents/schema.js").Schema<({
|
|
381
|
-
label: string;
|
|
382
|
-
path: string | null;
|
|
383
|
-
upload_id: string | null;
|
|
384
|
-
remote_path: string | null;
|
|
385
|
-
warning_count: number;
|
|
386
|
-
} & {} & {
|
|
387
|
-
message: string;
|
|
388
|
-
})[]>;
|
|
389
|
-
failed: import("../internal-agents/schema.js").Schema<({
|
|
390
|
-
label: string;
|
|
391
|
-
path: string | null;
|
|
392
|
-
upload_id: string | null;
|
|
393
|
-
remote_path: string | null;
|
|
394
|
-
warning_count: number;
|
|
395
|
-
} & {} & {
|
|
396
|
-
message: string;
|
|
397
|
-
})[]>;
|
|
398
|
-
remaining: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
399
|
-
label: import("../internal-agents/schema.js").Schema<string>;
|
|
400
|
-
path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
401
|
-
upload_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
402
|
-
remote_path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
403
|
-
warning_count: import("../internal-agents/schema.js").Schema<number>;
|
|
404
|
-
}>[]>;
|
|
405
|
-
remaining_label: import("../internal-agents/schema.js").Schema<"Remaining Files" | "Not Ingested Files">;
|
|
406
|
-
}> | null>;
|
|
407
|
-
export declare const getJobBatchSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
408
|
-
id: import("../internal-agents/schema.js").Schema<string>;
|
|
409
|
-
project_id: import("../internal-agents/schema.js").Schema<string>;
|
|
410
|
-
target: import("../internal-agents/schema.js").Schema<string | null>;
|
|
411
|
-
job_count: import("../internal-agents/schema.js").Schema<number>;
|
|
412
|
-
status_counts: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
413
|
-
submitted: import("../internal-agents/schema.js").Schema<number>;
|
|
414
|
-
working: import("../internal-agents/schema.js").Schema<number>;
|
|
415
|
-
completed: import("../internal-agents/schema.js").Schema<number>;
|
|
416
|
-
failed: import("../internal-agents/schema.js").Schema<number>;
|
|
417
|
-
canceled: import("../internal-agents/schema.js").Schema<number>;
|
|
418
|
-
}>>;
|
|
419
|
-
created_at: import("../internal-agents/schema.js").Schema<string>;
|
|
420
|
-
updated_at: import("../internal-agents/schema.js").Schema<string>;
|
|
421
|
-
result: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
422
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
423
|
-
total_count: import("../internal-agents/schema.js").Schema<number>;
|
|
424
|
-
completed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
425
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
426
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
427
|
-
processing: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
428
|
-
label: import("../internal-agents/schema.js").Schema<string>;
|
|
429
|
-
path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
430
|
-
upload_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
431
|
-
remote_path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
432
|
-
warning_count: import("../internal-agents/schema.js").Schema<number>;
|
|
433
|
-
}>[]>;
|
|
434
|
-
completed: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
435
|
-
label: import("../internal-agents/schema.js").Schema<string>;
|
|
436
|
-
path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
437
|
-
upload_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
438
|
-
remote_path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
439
|
-
warning_count: import("../internal-agents/schema.js").Schema<number>;
|
|
440
|
-
}>[]>;
|
|
441
|
-
skipped: import("../internal-agents/schema.js").Schema<({
|
|
442
|
-
label: string;
|
|
443
|
-
path: string | null;
|
|
444
|
-
upload_id: string | null;
|
|
445
|
-
remote_path: string | null;
|
|
446
|
-
warning_count: number;
|
|
447
|
-
} & {} & {
|
|
448
|
-
message: string;
|
|
449
|
-
})[]>;
|
|
450
|
-
failed: import("../internal-agents/schema.js").Schema<({
|
|
451
|
-
label: string;
|
|
452
|
-
path: string | null;
|
|
453
|
-
upload_id: string | null;
|
|
454
|
-
remote_path: string | null;
|
|
455
|
-
warning_count: number;
|
|
456
|
-
} & {} & {
|
|
457
|
-
message: string;
|
|
458
|
-
})[]>;
|
|
459
|
-
remaining: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
460
|
-
label: import("../internal-agents/schema.js").Schema<string>;
|
|
461
|
-
path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
462
|
-
upload_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
463
|
-
remote_path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
464
|
-
warning_count: import("../internal-agents/schema.js").Schema<number>;
|
|
465
|
-
}>[]>;
|
|
466
|
-
remaining_label: import("../internal-agents/schema.js").Schema<"Remaining Files" | "Not Ingested Files">;
|
|
467
|
-
}> | null>;
|
|
468
|
-
}>>;
|
|
469
|
-
export declare const getJobTargetDefinitionSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
470
|
-
target: import("../internal-agents/schema.js").Schema<string>;
|
|
471
|
-
family: import("../internal-agents/schema.js").Schema<string>;
|
|
472
|
-
description: import("../internal-agents/schema.js").Schema<string>;
|
|
473
|
-
input_schema: import("../internal-agents/schema.js").Schema<Record<string, unknown>>;
|
|
474
|
-
output_schema: import("../internal-agents/schema.js").Schema<Record<string, unknown> | null>;
|
|
475
|
-
}>>;
|
|
476
|
-
export declare const getJobTargetDefinitionsResponseSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
477
|
-
reserved_families: import("../internal-agents/schema.js").Schema<("task:*" | "workflow:*" | "deploy:*")[]>;
|
|
478
|
-
data: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
479
|
-
target: import("../internal-agents/schema.js").Schema<string>;
|
|
480
|
-
family: import("../internal-agents/schema.js").Schema<string>;
|
|
481
|
-
description: import("../internal-agents/schema.js").Schema<string>;
|
|
482
|
-
input_schema: import("../internal-agents/schema.js").Schema<Record<string, unknown>>;
|
|
483
|
-
output_schema: import("../internal-agents/schema.js").Schema<Record<string, unknown> | null>;
|
|
484
|
-
}>[]>;
|
|
485
|
-
}>>;
|
|
486
|
-
export declare const getCronJobSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
487
|
-
id: import("../internal-agents/schema.js").Schema<string>;
|
|
488
|
-
project_id: import("../internal-agents/schema.js").Schema<string>;
|
|
489
|
-
environment_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
490
|
-
branch_id: import("../internal-agents/schema.js").Schema<string | null | undefined>;
|
|
491
|
-
name: import("../internal-agents/schema.js").Schema<string>;
|
|
492
|
-
status: import("../internal-agents/schema.js").Schema<"deleting" | "paused" | "active">;
|
|
493
|
-
target: import("../internal-agents/schema.js").Schema<string>;
|
|
494
|
-
schedule: import("../internal-agents/schema.js").Schema<string>;
|
|
495
|
-
timezone: import("../internal-agents/schema.js").Schema<string>;
|
|
496
|
-
config: import("../internal-agents/schema.js").Schema<Record<string, unknown>>;
|
|
497
|
-
timeout_seconds: import("../internal-agents/schema.js").Schema<number>;
|
|
498
|
-
backoff_limit: import("../internal-agents/schema.js").Schema<number>;
|
|
499
|
-
concurrency_policy: import("../internal-agents/schema.js").Schema<string>;
|
|
500
|
-
last_scheduled_at: import("../internal-agents/schema.js").Schema<string | null>;
|
|
501
|
-
last_successful_at: import("../internal-agents/schema.js").Schema<string | null>;
|
|
502
|
-
created_by: import("../internal-agents/schema.js").Schema<string | null>;
|
|
503
|
-
created_at: import("../internal-agents/schema.js").Schema<string>;
|
|
504
|
-
updated_at: import("../internal-agents/schema.js").Schema<string>;
|
|
505
|
-
}>>;
|
|
506
|
-
export declare const getPaginatedCronJobsResponseSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
507
|
-
data: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
508
|
-
id: import("../internal-agents/schema.js").Schema<string>;
|
|
509
|
-
project_id: import("../internal-agents/schema.js").Schema<string>;
|
|
510
|
-
environment_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
511
|
-
branch_id: import("../internal-agents/schema.js").Schema<string | null | undefined>;
|
|
512
|
-
name: import("../internal-agents/schema.js").Schema<string>;
|
|
513
|
-
status: import("../internal-agents/schema.js").Schema<"deleting" | "paused" | "active">;
|
|
514
|
-
target: import("../internal-agents/schema.js").Schema<string>;
|
|
515
|
-
schedule: import("../internal-agents/schema.js").Schema<string>;
|
|
516
|
-
timezone: import("../internal-agents/schema.js").Schema<string>;
|
|
517
|
-
config: import("../internal-agents/schema.js").Schema<Record<string, unknown>>;
|
|
518
|
-
timeout_seconds: import("../internal-agents/schema.js").Schema<number>;
|
|
519
|
-
backoff_limit: import("../internal-agents/schema.js").Schema<number>;
|
|
520
|
-
concurrency_policy: import("../internal-agents/schema.js").Schema<string>;
|
|
521
|
-
last_scheduled_at: import("../internal-agents/schema.js").Schema<string | null>;
|
|
522
|
-
last_successful_at: import("../internal-agents/schema.js").Schema<string | null>;
|
|
523
|
-
created_by: import("../internal-agents/schema.js").Schema<string | null>;
|
|
524
|
-
created_at: import("../internal-agents/schema.js").Schema<string>;
|
|
525
|
-
updated_at: import("../internal-agents/schema.js").Schema<string>;
|
|
526
|
-
}>[]>;
|
|
527
|
-
page_info: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
528
|
-
self: import("../internal-agents/schema.js").Schema<string | null>;
|
|
529
|
-
first: import("../internal-agents/schema.js").Schema<null>;
|
|
530
|
-
next: import("../internal-agents/schema.js").Schema<string | null>;
|
|
531
|
-
prev: import("../internal-agents/schema.js").Schema<string | null>;
|
|
532
|
-
}>>;
|
|
533
|
-
}>>;
|
|
534
|
-
/** Zod schema for job status. */
|
|
535
|
-
export declare const JobStatusSchema: import("../internal-agents/schema.js").Schema<"failed" | "completed" | "working" | "canceled" | "submitted">;
|
|
536
|
-
/** Zod schema for cron job status. */
|
|
537
|
-
export declare const CronJobStatusSchema: import("../internal-agents/schema.js").Schema<"deleting" | "paused" | "active">;
|
|
538
|
-
/** Zod schema for job kind. */
|
|
539
|
-
export declare const JobKindSchema: import("../internal-agents/schema.js").Schema<"knowledge_ingest" | null>;
|
|
540
|
-
/** Zod schema for reserved job target family. */
|
|
541
|
-
export declare const ReservedJobTargetFamilySchema: import("../internal-agents/schema.js").Schema<"task:*" | "workflow:*" | "deploy:*">;
|
|
542
|
-
/** Zod schema for page info. */
|
|
543
|
-
export declare const PageInfoSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
544
|
-
self: import("../internal-agents/schema.js").Schema<string | null>;
|
|
545
|
-
first: import("../internal-agents/schema.js").Schema<null>;
|
|
546
|
-
next: import("../internal-agents/schema.js").Schema<string | null>;
|
|
547
|
-
prev: import("../internal-agents/schema.js").Schema<string | null>;
|
|
548
|
-
}>>;
|
|
549
|
-
/** Zod schema for knowledge ingest file result. */
|
|
550
|
-
export declare const KnowledgeIngestFileResultSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
551
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
552
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string>;
|
|
553
|
-
outputPath: import("../internal-agents/schema.js").Schema<string>;
|
|
554
|
-
remotePath: import("../internal-agents/schema.js").Schema<string>;
|
|
555
|
-
slug: import("../internal-agents/schema.js").Schema<string>;
|
|
556
|
-
sourceType: import("../internal-agents/schema.js").Schema<string>;
|
|
557
|
-
summary: import("../internal-agents/schema.js").Schema<string>;
|
|
558
|
-
stats: import("../internal-agents/schema.js").Schema<Record<string, unknown>>;
|
|
559
|
-
warnings: import("../internal-agents/schema.js").Schema<string[]>;
|
|
560
|
-
}>>;
|
|
561
|
-
/** Zod schema for knowledge ingest skipped file result. */
|
|
562
|
-
export declare const KnowledgeIngestSkippedFileResultSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
563
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
564
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string | null>;
|
|
565
|
-
reason: import("../internal-agents/schema.js").Schema<"hidden_path" | "ignored_directory" | "unsupported_file_type">;
|
|
566
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
567
|
-
}>>;
|
|
568
|
-
/** Zod schema for knowledge ingest failed file result. */
|
|
569
|
-
export declare const KnowledgeIngestFailedFileResultSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
570
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
571
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string>;
|
|
572
|
-
reason: import("../internal-agents/schema.js").Schema<"parser_error" | "upload_error">;
|
|
573
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
574
|
-
}>>;
|
|
575
|
-
/** Zod schema for knowledge ingest job result metadata. */
|
|
576
|
-
export declare const KnowledgeIngestJobResultMetadataSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
577
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
578
|
-
source_mode: import("../internal-agents/schema.js").Schema<"explicit_sources" | "path_prefix">;
|
|
579
|
-
knowledge_path: import("../internal-agents/schema.js").Schema<string>;
|
|
580
|
-
}>>;
|
|
581
|
-
/** Zod schema for knowledge ingest job result counts. */
|
|
582
|
-
export declare const KnowledgeIngestJobResultCountsSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
583
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
584
|
-
ingested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
585
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
586
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
587
|
-
}>>;
|
|
588
|
-
/** Zod schema for knowledge ingest job result. */
|
|
589
|
-
export declare const KnowledgeIngestJobResultSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
590
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
591
|
-
version: import("../internal-agents/schema.js").Schema<1>;
|
|
592
|
-
metadata: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
593
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
594
|
-
source_mode: import("../internal-agents/schema.js").Schema<"explicit_sources" | "path_prefix">;
|
|
595
|
-
knowledge_path: import("../internal-agents/schema.js").Schema<string>;
|
|
596
|
-
}>>;
|
|
597
|
-
summary: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
598
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
599
|
-
ingested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
600
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
601
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
602
|
-
}>>;
|
|
603
|
-
ingested: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
604
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
605
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string>;
|
|
606
|
-
outputPath: import("../internal-agents/schema.js").Schema<string>;
|
|
607
|
-
remotePath: import("../internal-agents/schema.js").Schema<string>;
|
|
608
|
-
slug: import("../internal-agents/schema.js").Schema<string>;
|
|
609
|
-
sourceType: import("../internal-agents/schema.js").Schema<string>;
|
|
610
|
-
summary: import("../internal-agents/schema.js").Schema<string>;
|
|
611
|
-
stats: import("../internal-agents/schema.js").Schema<Record<string, unknown>>;
|
|
612
|
-
warnings: import("../internal-agents/schema.js").Schema<string[]>;
|
|
613
|
-
}>[]>;
|
|
614
|
-
skipped: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
615
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
616
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string | null>;
|
|
617
|
-
reason: import("../internal-agents/schema.js").Schema<"hidden_path" | "ignored_directory" | "unsupported_file_type">;
|
|
618
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
619
|
-
}>[]>;
|
|
620
|
-
failed: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
621
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
622
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string>;
|
|
623
|
-
reason: import("../internal-agents/schema.js").Schema<"parser_error" | "upload_error">;
|
|
624
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
625
|
-
}>[]>;
|
|
626
|
-
}>>;
|
|
627
|
-
/** Zod schema for job result. */
|
|
628
|
-
export declare const JobResultSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
629
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
630
|
-
version: import("../internal-agents/schema.js").Schema<1>;
|
|
631
|
-
metadata: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
632
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
633
|
-
source_mode: import("../internal-agents/schema.js").Schema<"explicit_sources" | "path_prefix">;
|
|
634
|
-
knowledge_path: import("../internal-agents/schema.js").Schema<string>;
|
|
635
|
-
}>>;
|
|
636
|
-
summary: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
637
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
638
|
-
ingested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
639
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
640
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
641
|
-
}>>;
|
|
642
|
-
ingested: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
643
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
644
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string>;
|
|
645
|
-
outputPath: import("../internal-agents/schema.js").Schema<string>;
|
|
646
|
-
remotePath: import("../internal-agents/schema.js").Schema<string>;
|
|
647
|
-
slug: import("../internal-agents/schema.js").Schema<string>;
|
|
648
|
-
sourceType: import("../internal-agents/schema.js").Schema<string>;
|
|
649
|
-
summary: import("../internal-agents/schema.js").Schema<string>;
|
|
650
|
-
stats: import("../internal-agents/schema.js").Schema<Record<string, unknown>>;
|
|
651
|
-
warnings: import("../internal-agents/schema.js").Schema<string[]>;
|
|
652
|
-
}>[]>;
|
|
653
|
-
skipped: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
654
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
655
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string | null>;
|
|
656
|
-
reason: import("../internal-agents/schema.js").Schema<"hidden_path" | "ignored_directory" | "unsupported_file_type">;
|
|
657
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
658
|
-
}>[]>;
|
|
659
|
-
failed: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
660
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
661
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string>;
|
|
662
|
-
reason: import("../internal-agents/schema.js").Schema<"parser_error" | "upload_error">;
|
|
663
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
664
|
-
}>[]>;
|
|
665
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
666
|
-
kind: import("../internal-agents/schema.js").Schema<"value">;
|
|
667
|
-
value: import("../internal-agents/schema.js").Schema<unknown>;
|
|
668
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
669
|
-
kind: import("../internal-agents/schema.js").Schema<"artifacts">;
|
|
670
|
-
artifacts: import("../internal-agents/schema.js").Schema<unknown[]>;
|
|
671
|
-
}> | null>;
|
|
672
|
-
/** Zod schema for job result summary. */
|
|
673
|
-
export declare const JobResultSummarySchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
674
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
675
|
-
state: import("../internal-agents/schema.js").Schema<"success" | "failed" | "partial_success">;
|
|
676
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
677
|
-
ingested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
678
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
679
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
680
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
681
|
-
kind: import("../internal-agents/schema.js").Schema<"value">;
|
|
682
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
683
|
-
kind: import("../internal-agents/schema.js").Schema<"artifacts">;
|
|
684
|
-
artifact_count: import("../internal-agents/schema.js").Schema<number>;
|
|
685
|
-
}> | null>;
|
|
686
|
-
/** Zod schema for job. */
|
|
687
|
-
export declare const JobSchema: import("../internal-agents/schema.js").Schema<{
|
|
688
|
-
id: string;
|
|
689
|
-
project_id: string;
|
|
690
|
-
environment_id: string | null;
|
|
691
|
-
cron_job_id: string | null;
|
|
692
|
-
batch_id: string | null;
|
|
693
|
-
name: string;
|
|
694
|
-
status: "failed" | "completed" | "working" | "canceled" | "submitted";
|
|
695
|
-
target: string;
|
|
696
|
-
config: Record<string, unknown>;
|
|
697
|
-
context_id: string | null;
|
|
698
|
-
timeout_seconds: number;
|
|
699
|
-
backoff_limit: number;
|
|
700
|
-
exit_code: number | null;
|
|
701
|
-
started_at: string | null;
|
|
702
|
-
completed_at: string | null;
|
|
703
|
-
created_by: string | null;
|
|
704
|
-
created_at: string;
|
|
705
|
-
updated_at: string;
|
|
706
|
-
} & {
|
|
707
|
-
branch_id?: string | null | undefined;
|
|
708
|
-
} & {
|
|
709
|
-
failed_reason: string | null | undefined;
|
|
710
|
-
kind: "knowledge_ingest" | null;
|
|
711
|
-
failure_detail: string | null;
|
|
712
|
-
result_summary: import("../extensions/schema/schema-validator.js").InferShape<{
|
|
713
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
714
|
-
state: import("../internal-agents/schema.js").Schema<"success" | "failed" | "partial_success">;
|
|
715
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
716
|
-
ingested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
717
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
718
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
719
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
720
|
-
kind: import("../internal-agents/schema.js").Schema<"value">;
|
|
721
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
722
|
-
kind: import("../internal-agents/schema.js").Schema<"artifacts">;
|
|
723
|
-
artifact_count: import("../internal-agents/schema.js").Schema<number>;
|
|
724
|
-
}> | null;
|
|
725
|
-
result: import("../extensions/schema/schema-validator.js").InferShape<{
|
|
726
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
727
|
-
version: import("../internal-agents/schema.js").Schema<1>;
|
|
728
|
-
metadata: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
729
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
730
|
-
source_mode: import("../internal-agents/schema.js").Schema<"explicit_sources" | "path_prefix">;
|
|
731
|
-
knowledge_path: import("../internal-agents/schema.js").Schema<string>;
|
|
732
|
-
}>>;
|
|
733
|
-
summary: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
734
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
735
|
-
ingested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
736
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
737
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
738
|
-
}>>;
|
|
739
|
-
ingested: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
740
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
741
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string>;
|
|
742
|
-
outputPath: import("../internal-agents/schema.js").Schema<string>;
|
|
743
|
-
remotePath: import("../internal-agents/schema.js").Schema<string>;
|
|
744
|
-
slug: import("../internal-agents/schema.js").Schema<string>;
|
|
745
|
-
sourceType: import("../internal-agents/schema.js").Schema<string>;
|
|
746
|
-
summary: import("../internal-agents/schema.js").Schema<string>;
|
|
747
|
-
stats: import("../internal-agents/schema.js").Schema<Record<string, unknown>>;
|
|
748
|
-
warnings: import("../internal-agents/schema.js").Schema<string[]>;
|
|
749
|
-
}>[]>;
|
|
750
|
-
skipped: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
751
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
752
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string | null>;
|
|
753
|
-
reason: import("../internal-agents/schema.js").Schema<"hidden_path" | "ignored_directory" | "unsupported_file_type">;
|
|
754
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
755
|
-
}>[]>;
|
|
756
|
-
failed: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
757
|
-
source: import("../internal-agents/schema.js").Schema<string>;
|
|
758
|
-
localSourcePath: import("../internal-agents/schema.js").Schema<string>;
|
|
759
|
-
reason: import("../internal-agents/schema.js").Schema<"parser_error" | "upload_error">;
|
|
760
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
761
|
-
}>[]>;
|
|
762
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
763
|
-
kind: import("../internal-agents/schema.js").Schema<"value">;
|
|
764
|
-
value: import("../internal-agents/schema.js").Schema<unknown>;
|
|
765
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
766
|
-
kind: import("../internal-agents/schema.js").Schema<"artifacts">;
|
|
767
|
-
artifacts: import("../internal-agents/schema.js").Schema<unknown[]>;
|
|
768
|
-
}> | null;
|
|
769
|
-
}>;
|
|
770
|
-
/** Zod schema for job list item. */
|
|
771
|
-
export declare const JobListItemSchema: import("../internal-agents/schema.js").Schema<{
|
|
772
|
-
id: string;
|
|
773
|
-
project_id: string;
|
|
774
|
-
environment_id: string | null;
|
|
775
|
-
cron_job_id: string | null;
|
|
776
|
-
batch_id: string | null;
|
|
777
|
-
name: string;
|
|
778
|
-
status: "failed" | "completed" | "working" | "canceled" | "submitted";
|
|
779
|
-
target: string;
|
|
780
|
-
config: Record<string, unknown>;
|
|
781
|
-
context_id: string | null;
|
|
782
|
-
timeout_seconds: number;
|
|
783
|
-
backoff_limit: number;
|
|
784
|
-
exit_code: number | null;
|
|
785
|
-
started_at: string | null;
|
|
786
|
-
completed_at: string | null;
|
|
787
|
-
created_by: string | null;
|
|
788
|
-
created_at: string;
|
|
789
|
-
updated_at: string;
|
|
790
|
-
} & {
|
|
791
|
-
branch_id?: string | null | undefined;
|
|
792
|
-
} & {
|
|
793
|
-
kind: "knowledge_ingest" | null;
|
|
794
|
-
failure_detail: string | null;
|
|
795
|
-
result_summary: import("../extensions/schema/schema-validator.js").InferShape<{
|
|
796
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
797
|
-
state: import("../internal-agents/schema.js").Schema<"success" | "failed" | "partial_success">;
|
|
798
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
799
|
-
ingested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
800
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
801
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
802
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
803
|
-
kind: import("../internal-agents/schema.js").Schema<"value">;
|
|
804
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
805
|
-
kind: import("../internal-agents/schema.js").Schema<"artifacts">;
|
|
806
|
-
artifact_count: import("../internal-agents/schema.js").Schema<number>;
|
|
807
|
-
}> | null;
|
|
808
|
-
}>;
|
|
809
|
-
/** Zod schema for paginated jobs response. */
|
|
810
|
-
export declare const PaginatedJobsResponseSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
811
|
-
data: import("../internal-agents/schema.js").Schema<({
|
|
812
|
-
id: string;
|
|
813
|
-
project_id: string;
|
|
814
|
-
environment_id: string | null;
|
|
815
|
-
cron_job_id: string | null;
|
|
816
|
-
batch_id: string | null;
|
|
817
|
-
name: string;
|
|
818
|
-
status: "failed" | "completed" | "working" | "canceled" | "submitted";
|
|
819
|
-
target: string;
|
|
820
|
-
config: Record<string, unknown>;
|
|
821
|
-
context_id: string | null;
|
|
822
|
-
timeout_seconds: number;
|
|
823
|
-
backoff_limit: number;
|
|
824
|
-
exit_code: number | null;
|
|
825
|
-
started_at: string | null;
|
|
826
|
-
completed_at: string | null;
|
|
827
|
-
created_by: string | null;
|
|
828
|
-
created_at: string;
|
|
829
|
-
updated_at: string;
|
|
830
|
-
} & {
|
|
831
|
-
branch_id?: string | null | undefined;
|
|
832
|
-
} & {
|
|
833
|
-
kind: "knowledge_ingest" | null;
|
|
834
|
-
failure_detail: string | null;
|
|
835
|
-
result_summary: import("../extensions/schema/schema-validator.js").InferShape<{
|
|
836
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
837
|
-
state: import("../internal-agents/schema.js").Schema<"success" | "failed" | "partial_success">;
|
|
838
|
-
requested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
839
|
-
ingested_count: import("../internal-agents/schema.js").Schema<number>;
|
|
840
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
841
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
842
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
843
|
-
kind: import("../internal-agents/schema.js").Schema<"value">;
|
|
844
|
-
}> | import("../extensions/schema/schema-validator.js").InferShape<{
|
|
845
|
-
kind: import("../internal-agents/schema.js").Schema<"artifacts">;
|
|
846
|
-
artifact_count: import("../internal-agents/schema.js").Schema<number>;
|
|
847
|
-
}> | null;
|
|
848
|
-
})[]>;
|
|
849
|
-
page_info: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
850
|
-
self: import("../internal-agents/schema.js").Schema<string | null>;
|
|
851
|
-
first: import("../internal-agents/schema.js").Schema<null>;
|
|
852
|
-
next: import("../internal-agents/schema.js").Schema<string | null>;
|
|
853
|
-
prev: import("../internal-agents/schema.js").Schema<string | null>;
|
|
854
|
-
}>>;
|
|
855
|
-
}>>;
|
|
856
|
-
/** Zod schema for job event. */
|
|
857
|
-
export declare const JobEventSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
858
|
-
timestamp: import("../internal-agents/schema.js").Schema<string>;
|
|
859
|
-
level: import("../internal-agents/schema.js").Schema<string>;
|
|
860
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
861
|
-
service: import("../internal-agents/schema.js").Schema<string>;
|
|
862
|
-
trace_id: import("../internal-agents/schema.js").Schema<string | undefined>;
|
|
863
|
-
request_id: import("../internal-agents/schema.js").Schema<string | undefined>;
|
|
864
|
-
metadata: import("../internal-agents/schema.js").Schema<Record<string, string> | undefined>;
|
|
865
|
-
}>>;
|
|
866
|
-
/** Zod schema for job events response. */
|
|
867
|
-
export declare const JobEventsResponseSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
868
|
-
entries: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
869
|
-
timestamp: import("../internal-agents/schema.js").Schema<string>;
|
|
870
|
-
level: import("../internal-agents/schema.js").Schema<string>;
|
|
871
|
-
message: import("../internal-agents/schema.js").Schema<string>;
|
|
872
|
-
service: import("../internal-agents/schema.js").Schema<string>;
|
|
873
|
-
trace_id: import("../internal-agents/schema.js").Schema<string | undefined>;
|
|
874
|
-
request_id: import("../internal-agents/schema.js").Schema<string | undefined>;
|
|
875
|
-
metadata: import("../internal-agents/schema.js").Schema<Record<string, string> | undefined>;
|
|
876
|
-
}>[]>;
|
|
877
|
-
next_cursor: import("../internal-agents/schema.js").Schema<string | null>;
|
|
878
|
-
stats: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
879
|
-
bytes_processed: import("../internal-agents/schema.js").Schema<number>;
|
|
880
|
-
lines_processed: import("../internal-agents/schema.js").Schema<number>;
|
|
881
|
-
query_time_ms: import("../internal-agents/schema.js").Schema<number>;
|
|
882
|
-
}>>;
|
|
883
|
-
}>>;
|
|
884
|
-
/** Zod schema for job logs response. */
|
|
885
|
-
export declare const JobLogsResponseSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
886
|
-
logs: import("../internal-agents/schema.js").Schema<string | null>;
|
|
887
|
-
}>>;
|
|
888
|
-
/** Zod schema for knowledge ingest batch source. */
|
|
889
|
-
export declare const KnowledgeIngestBatchSourceSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
890
|
-
label: import("../internal-agents/schema.js").Schema<string>;
|
|
891
|
-
path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
892
|
-
upload_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
893
|
-
remote_path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
894
|
-
warning_count: import("../internal-agents/schema.js").Schema<number>;
|
|
895
|
-
}>>;
|
|
896
|
-
/** Zod schema for knowledge ingest batch source with message. */
|
|
897
|
-
export declare const KnowledgeIngestBatchSourceWithMessageSchema: import("../internal-agents/schema.js").Schema<{
|
|
898
|
-
label: string;
|
|
899
|
-
path: string | null;
|
|
900
|
-
upload_id: string | null;
|
|
901
|
-
remote_path: string | null;
|
|
902
|
-
warning_count: number;
|
|
903
|
-
} & {} & {
|
|
904
|
-
message: string;
|
|
905
|
-
}>;
|
|
906
|
-
/** Zod schema for job batch status counts. */
|
|
907
|
-
export declare const JobBatchStatusCountsSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
908
|
-
submitted: import("../internal-agents/schema.js").Schema<number>;
|
|
909
|
-
working: import("../internal-agents/schema.js").Schema<number>;
|
|
910
|
-
completed: import("../internal-agents/schema.js").Schema<number>;
|
|
911
|
-
failed: import("../internal-agents/schema.js").Schema<number>;
|
|
912
|
-
canceled: import("../internal-agents/schema.js").Schema<number>;
|
|
913
|
-
}>>;
|
|
914
|
-
/** Zod schema for job batch result. */
|
|
915
|
-
export declare const JobBatchResultSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
916
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
917
|
-
total_count: import("../internal-agents/schema.js").Schema<number>;
|
|
918
|
-
completed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
919
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
920
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
921
|
-
processing: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
922
|
-
label: import("../internal-agents/schema.js").Schema<string>;
|
|
923
|
-
path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
924
|
-
upload_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
925
|
-
remote_path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
926
|
-
warning_count: import("../internal-agents/schema.js").Schema<number>;
|
|
927
|
-
}>[]>;
|
|
928
|
-
completed: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
929
|
-
label: import("../internal-agents/schema.js").Schema<string>;
|
|
930
|
-
path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
931
|
-
upload_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
932
|
-
remote_path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
933
|
-
warning_count: import("../internal-agents/schema.js").Schema<number>;
|
|
934
|
-
}>[]>;
|
|
935
|
-
skipped: import("../internal-agents/schema.js").Schema<({
|
|
936
|
-
label: string;
|
|
937
|
-
path: string | null;
|
|
938
|
-
upload_id: string | null;
|
|
939
|
-
remote_path: string | null;
|
|
940
|
-
warning_count: number;
|
|
941
|
-
} & {} & {
|
|
942
|
-
message: string;
|
|
943
|
-
})[]>;
|
|
944
|
-
failed: import("../internal-agents/schema.js").Schema<({
|
|
945
|
-
label: string;
|
|
946
|
-
path: string | null;
|
|
947
|
-
upload_id: string | null;
|
|
948
|
-
remote_path: string | null;
|
|
949
|
-
warning_count: number;
|
|
950
|
-
} & {} & {
|
|
951
|
-
message: string;
|
|
952
|
-
})[]>;
|
|
953
|
-
remaining: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
954
|
-
label: import("../internal-agents/schema.js").Schema<string>;
|
|
955
|
-
path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
956
|
-
upload_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
957
|
-
remote_path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
958
|
-
warning_count: import("../internal-agents/schema.js").Schema<number>;
|
|
959
|
-
}>[]>;
|
|
960
|
-
remaining_label: import("../internal-agents/schema.js").Schema<"Remaining Files" | "Not Ingested Files">;
|
|
961
|
-
}> | null>;
|
|
962
|
-
/** Zod schema for job batch. */
|
|
963
|
-
export declare const JobBatchSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
964
|
-
id: import("../internal-agents/schema.js").Schema<string>;
|
|
965
|
-
project_id: import("../internal-agents/schema.js").Schema<string>;
|
|
966
|
-
target: import("../internal-agents/schema.js").Schema<string | null>;
|
|
967
|
-
job_count: import("../internal-agents/schema.js").Schema<number>;
|
|
968
|
-
status_counts: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
969
|
-
submitted: import("../internal-agents/schema.js").Schema<number>;
|
|
970
|
-
working: import("../internal-agents/schema.js").Schema<number>;
|
|
971
|
-
completed: import("../internal-agents/schema.js").Schema<number>;
|
|
972
|
-
failed: import("../internal-agents/schema.js").Schema<number>;
|
|
973
|
-
canceled: import("../internal-agents/schema.js").Schema<number>;
|
|
974
|
-
}>>;
|
|
975
|
-
created_at: import("../internal-agents/schema.js").Schema<string>;
|
|
976
|
-
updated_at: import("../internal-agents/schema.js").Schema<string>;
|
|
977
|
-
result: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
978
|
-
kind: import("../internal-agents/schema.js").Schema<"knowledge_ingest">;
|
|
979
|
-
total_count: import("../internal-agents/schema.js").Schema<number>;
|
|
980
|
-
completed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
981
|
-
skipped_count: import("../internal-agents/schema.js").Schema<number>;
|
|
982
|
-
failed_count: import("../internal-agents/schema.js").Schema<number>;
|
|
983
|
-
processing: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
984
|
-
label: import("../internal-agents/schema.js").Schema<string>;
|
|
985
|
-
path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
986
|
-
upload_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
987
|
-
remote_path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
988
|
-
warning_count: import("../internal-agents/schema.js").Schema<number>;
|
|
989
|
-
}>[]>;
|
|
990
|
-
completed: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
991
|
-
label: import("../internal-agents/schema.js").Schema<string>;
|
|
992
|
-
path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
993
|
-
upload_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
994
|
-
remote_path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
995
|
-
warning_count: import("../internal-agents/schema.js").Schema<number>;
|
|
996
|
-
}>[]>;
|
|
997
|
-
skipped: import("../internal-agents/schema.js").Schema<({
|
|
998
|
-
label: string;
|
|
999
|
-
path: string | null;
|
|
1000
|
-
upload_id: string | null;
|
|
1001
|
-
remote_path: string | null;
|
|
1002
|
-
warning_count: number;
|
|
1003
|
-
} & {} & {
|
|
1004
|
-
message: string;
|
|
1005
|
-
})[]>;
|
|
1006
|
-
failed: import("../internal-agents/schema.js").Schema<({
|
|
1007
|
-
label: string;
|
|
1008
|
-
path: string | null;
|
|
1009
|
-
upload_id: string | null;
|
|
1010
|
-
remote_path: string | null;
|
|
1011
|
-
warning_count: number;
|
|
1012
|
-
} & {} & {
|
|
1013
|
-
message: string;
|
|
1014
|
-
})[]>;
|
|
1015
|
-
remaining: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
1016
|
-
label: import("../internal-agents/schema.js").Schema<string>;
|
|
1017
|
-
path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
1018
|
-
upload_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
1019
|
-
remote_path: import("../internal-agents/schema.js").Schema<string | null>;
|
|
1020
|
-
warning_count: import("../internal-agents/schema.js").Schema<number>;
|
|
1021
|
-
}>[]>;
|
|
1022
|
-
remaining_label: import("../internal-agents/schema.js").Schema<"Remaining Files" | "Not Ingested Files">;
|
|
1023
|
-
}> | null>;
|
|
1024
|
-
}>>;
|
|
1025
|
-
/** Zod schema for job target definition. */
|
|
1026
|
-
export declare const JobTargetDefinitionSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
1027
|
-
target: import("../internal-agents/schema.js").Schema<string>;
|
|
1028
|
-
family: import("../internal-agents/schema.js").Schema<string>;
|
|
1029
|
-
description: import("../internal-agents/schema.js").Schema<string>;
|
|
1030
|
-
input_schema: import("../internal-agents/schema.js").Schema<Record<string, unknown>>;
|
|
1031
|
-
output_schema: import("../internal-agents/schema.js").Schema<Record<string, unknown> | null>;
|
|
1032
|
-
}>>;
|
|
1033
|
-
/** Zod schema for job target definitions response. */
|
|
1034
|
-
export declare const JobTargetDefinitionsResponseSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
1035
|
-
reserved_families: import("../internal-agents/schema.js").Schema<("task:*" | "workflow:*" | "deploy:*")[]>;
|
|
1036
|
-
data: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
1037
|
-
target: import("../internal-agents/schema.js").Schema<string>;
|
|
1038
|
-
family: import("../internal-agents/schema.js").Schema<string>;
|
|
1039
|
-
description: import("../internal-agents/schema.js").Schema<string>;
|
|
1040
|
-
input_schema: import("../internal-agents/schema.js").Schema<Record<string, unknown>>;
|
|
1041
|
-
output_schema: import("../internal-agents/schema.js").Schema<Record<string, unknown> | null>;
|
|
1042
|
-
}>[]>;
|
|
1043
|
-
}>>;
|
|
1044
|
-
/** Zod schema for cron job. */
|
|
1045
|
-
export declare const CronJobSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
1046
|
-
id: import("../internal-agents/schema.js").Schema<string>;
|
|
1047
|
-
project_id: import("../internal-agents/schema.js").Schema<string>;
|
|
1048
|
-
environment_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
1049
|
-
branch_id: import("../internal-agents/schema.js").Schema<string | null | undefined>;
|
|
1050
|
-
name: import("../internal-agents/schema.js").Schema<string>;
|
|
1051
|
-
status: import("../internal-agents/schema.js").Schema<"deleting" | "paused" | "active">;
|
|
1052
|
-
target: import("../internal-agents/schema.js").Schema<string>;
|
|
1053
|
-
schedule: import("../internal-agents/schema.js").Schema<string>;
|
|
1054
|
-
timezone: import("../internal-agents/schema.js").Schema<string>;
|
|
1055
|
-
config: import("../internal-agents/schema.js").Schema<Record<string, unknown>>;
|
|
1056
|
-
timeout_seconds: import("../internal-agents/schema.js").Schema<number>;
|
|
1057
|
-
backoff_limit: import("../internal-agents/schema.js").Schema<number>;
|
|
1058
|
-
concurrency_policy: import("../internal-agents/schema.js").Schema<string>;
|
|
1059
|
-
last_scheduled_at: import("../internal-agents/schema.js").Schema<string | null>;
|
|
1060
|
-
last_successful_at: import("../internal-agents/schema.js").Schema<string | null>;
|
|
1061
|
-
created_by: import("../internal-agents/schema.js").Schema<string | null>;
|
|
1062
|
-
created_at: import("../internal-agents/schema.js").Schema<string>;
|
|
1063
|
-
updated_at: import("../internal-agents/schema.js").Schema<string>;
|
|
1064
|
-
}>>;
|
|
1065
|
-
/** Zod schema for paginated cron jobs response. */
|
|
1066
|
-
export declare const PaginatedCronJobsResponseSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
1067
|
-
data: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
1068
|
-
id: import("../internal-agents/schema.js").Schema<string>;
|
|
1069
|
-
project_id: import("../internal-agents/schema.js").Schema<string>;
|
|
1070
|
-
environment_id: import("../internal-agents/schema.js").Schema<string | null>;
|
|
1071
|
-
branch_id: import("../internal-agents/schema.js").Schema<string | null | undefined>;
|
|
1072
|
-
name: import("../internal-agents/schema.js").Schema<string>;
|
|
1073
|
-
status: import("../internal-agents/schema.js").Schema<"deleting" | "paused" | "active">;
|
|
1074
|
-
target: import("../internal-agents/schema.js").Schema<string>;
|
|
1075
|
-
schedule: import("../internal-agents/schema.js").Schema<string>;
|
|
1076
|
-
timezone: import("../internal-agents/schema.js").Schema<string>;
|
|
1077
|
-
config: import("../internal-agents/schema.js").Schema<Record<string, unknown>>;
|
|
1078
|
-
timeout_seconds: import("../internal-agents/schema.js").Schema<number>;
|
|
1079
|
-
backoff_limit: import("../internal-agents/schema.js").Schema<number>;
|
|
1080
|
-
concurrency_policy: import("../internal-agents/schema.js").Schema<string>;
|
|
1081
|
-
last_scheduled_at: import("../internal-agents/schema.js").Schema<string | null>;
|
|
1082
|
-
last_successful_at: import("../internal-agents/schema.js").Schema<string | null>;
|
|
1083
|
-
created_by: import("../internal-agents/schema.js").Schema<string | null>;
|
|
1084
|
-
created_at: import("../internal-agents/schema.js").Schema<string>;
|
|
1085
|
-
updated_at: import("../internal-agents/schema.js").Schema<string>;
|
|
1086
|
-
}>[]>;
|
|
1087
|
-
page_info: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
1088
|
-
self: import("../internal-agents/schema.js").Schema<string | null>;
|
|
1089
|
-
first: import("../internal-agents/schema.js").Schema<null>;
|
|
1090
|
-
next: import("../internal-agents/schema.js").Schema<string | null>;
|
|
1091
|
-
prev: import("../internal-agents/schema.js").Schema<string | null>;
|
|
1092
|
-
}>>;
|
|
1093
|
-
}>>;
|
|
1094
|
-
/** Public API contract for job status. */
|
|
1095
|
-
export type JobStatus = InferSchema<ReturnType<typeof getJobStatusSchema>>;
|
|
1096
|
-
/** Public API contract for cron job status. */
|
|
1097
|
-
export type CronJobStatus = InferSchema<ReturnType<typeof getCronJobStatusSchema>>;
|
|
1098
|
-
/** Public API contract for job kind. */
|
|
1099
|
-
export type JobKind = InferSchema<ReturnType<typeof getJobKindSchema>>;
|
|
1100
|
-
/** Public API contract for reserved job target family. */
|
|
1101
|
-
export type ReservedJobTargetFamily = InferSchema<ReturnType<typeof getReservedJobTargetFamilySchema>>;
|
|
1102
|
-
/** Result returned from knowledge ingest file. */
|
|
1103
|
-
export type KnowledgeIngestFileResult = InferSchema<ReturnType<typeof getKnowledgeIngestFileResultSchema>>;
|
|
1104
|
-
/** Result returned from knowledge ingest skipped file. */
|
|
1105
|
-
export type KnowledgeIngestSkippedFileResult = InferSchema<ReturnType<typeof getKnowledgeIngestSkippedFileResultSchema>>;
|
|
1106
|
-
/** Result returned from knowledge ingest failed file. */
|
|
1107
|
-
export type KnowledgeIngestFailedFileResult = InferSchema<ReturnType<typeof getKnowledgeIngestFailedFileResultSchema>>;
|
|
1108
|
-
export type KnowledgeIngestJobResultMetadata = InferSchema<ReturnType<typeof getKnowledgeIngestJobResultMetadataSchema>>;
|
|
1109
|
-
export type KnowledgeIngestJobResultCounts = InferSchema<ReturnType<typeof getKnowledgeIngestJobResultCountsSchema>>;
|
|
1110
|
-
/** Result returned from knowledge ingest job. */
|
|
1111
|
-
export type KnowledgeIngestJobResult = InferSchema<ReturnType<typeof getKnowledgeIngestJobResultSchema>>;
|
|
1112
|
-
/** Result returned from job. */
|
|
1113
|
-
export type JobResult = InferSchema<ReturnType<typeof getJobResultSchema>>;
|
|
1114
|
-
/** Public API contract for job result summary. */
|
|
1115
|
-
export type JobResultSummary = InferSchema<ReturnType<typeof getJobResultSummarySchema>>;
|
|
1116
|
-
/** Public API contract for job. */
|
|
1117
|
-
export type Job = InferSchema<ReturnType<typeof getJobSchema>>;
|
|
1118
|
-
/** Public API contract for job list item. */
|
|
1119
|
-
export type JobListItem = InferSchema<ReturnType<typeof getJobListItemSchema>>;
|
|
1120
|
-
/** Response payload for paginated jobs. */
|
|
1121
|
-
export type PaginatedJobsResponse = InferSchema<ReturnType<typeof getPaginatedJobsResponseSchema>>;
|
|
1122
|
-
/** Event emitted for job. */
|
|
1123
|
-
export type JobEvent = InferSchema<ReturnType<typeof getJobEventSchema>>;
|
|
1124
|
-
/** Response payload for job events. */
|
|
1125
|
-
export type JobEventsResponse = InferSchema<ReturnType<typeof getJobEventsResponseSchema>>;
|
|
1126
|
-
/** Response payload for job logs. */
|
|
1127
|
-
export type JobLogsResponse = InferSchema<ReturnType<typeof getJobLogsResponseSchema>>;
|
|
1128
|
-
/** Public API contract for knowledge ingest batch source. */
|
|
1129
|
-
export type KnowledgeIngestBatchSource = InferSchema<ReturnType<typeof getKnowledgeIngestBatchSourceSchema>>;
|
|
1130
|
-
/** Message shape for knowledge ingest batch source with. */
|
|
1131
|
-
export type KnowledgeIngestBatchSourceWithMessage = InferSchema<ReturnType<typeof getKnowledgeIngestBatchSourceWithMessageSchema>>;
|
|
1132
|
-
/** Public API contract for job batch status counts. */
|
|
1133
|
-
export type JobBatchStatusCounts = InferSchema<ReturnType<typeof getJobBatchStatusCountsSchema>>;
|
|
1134
|
-
/** Result returned from job batch. */
|
|
1135
|
-
export type JobBatchResult = InferSchema<ReturnType<typeof getJobBatchResultSchema>>;
|
|
1136
|
-
/** Public API contract for job batch. */
|
|
1137
|
-
export type JobBatch = InferSchema<ReturnType<typeof getJobBatchSchema>>;
|
|
1138
|
-
/** Definition for job target. */
|
|
1139
|
-
export type JobTargetDefinition = InferSchema<ReturnType<typeof getJobTargetDefinitionSchema>>;
|
|
1140
|
-
/** Response payload for job target definitions. */
|
|
1141
|
-
export type JobTargetDefinitionsResponse = InferSchema<ReturnType<typeof getJobTargetDefinitionsResponseSchema>>;
|
|
1142
|
-
/** Public API contract for cron job. */
|
|
1143
|
-
export type CronJob = InferSchema<ReturnType<typeof getCronJobSchema>>;
|
|
1144
|
-
/** Response payload for paginated cron jobs. */
|
|
1145
|
-
export type PaginatedCronJobsResponse = InferSchema<ReturnType<typeof getPaginatedCronJobsResponseSchema>>;
|
|
1146
|
-
//# sourceMappingURL=schemas.d.ts.map
|