@proofhound/shared 0.1.6
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/LICENSE +190 -0
- package/dist/classification-options.d.ts +9 -0
- package/dist/classification-options.d.ts.map +1 -0
- package/dist/classification-options.js +121 -0
- package/dist/classification-options.js.map +1 -0
- package/dist/dto/annotation.dto.d.ts +291 -0
- package/dist/dto/annotation.dto.d.ts.map +1 -0
- package/dist/dto/annotation.dto.js +127 -0
- package/dist/dto/annotation.dto.js.map +1 -0
- package/dist/dto/canary-release.dto.d.ts +483 -0
- package/dist/dto/canary-release.dto.d.ts.map +1 -0
- package/dist/dto/canary-release.dto.js +276 -0
- package/dist/dto/canary-release.dto.js.map +1 -0
- package/dist/dto/connector.dto.d.ts +1568 -0
- package/dist/dto/connector.dto.d.ts.map +1 -0
- package/dist/dto/connector.dto.js +472 -0
- package/dist/dto/connector.dto.js.map +1 -0
- package/dist/dto/dataset-import.dto.d.ts +128 -0
- package/dist/dto/dataset-import.dto.d.ts.map +1 -0
- package/dist/dto/dataset-import.dto.js +53 -0
- package/dist/dto/dataset-import.dto.js.map +1 -0
- package/dist/dto/dataset-modality.d.ts +9 -0
- package/dist/dto/dataset-modality.d.ts.map +1 -0
- package/dist/dto/dataset-modality.js +17 -0
- package/dist/dto/dataset-modality.js.map +1 -0
- package/dist/dto/dataset.dto.d.ts +240 -0
- package/dist/dto/dataset.dto.d.ts.map +1 -0
- package/dist/dto/dataset.dto.js +110 -0
- package/dist/dto/dataset.dto.js.map +1 -0
- package/dist/dto/experiment.dto.d.ts +393 -0
- package/dist/dto/experiment.dto.d.ts.map +1 -0
- package/dist/dto/experiment.dto.js +121 -0
- package/dist/dto/experiment.dto.js.map +1 -0
- package/dist/dto/model.dto.d.ts +356 -0
- package/dist/dto/model.dto.d.ts.map +1 -0
- package/dist/dto/model.dto.js +183 -0
- package/dist/dto/model.dto.js.map +1 -0
- package/dist/dto/monitoring.dto.d.ts +354 -0
- package/dist/dto/monitoring.dto.d.ts.map +1 -0
- package/dist/dto/monitoring.dto.js +102 -0
- package/dist/dto/monitoring.dto.js.map +1 -0
- package/dist/dto/optimization.dto.d.ts +2086 -0
- package/dist/dto/optimization.dto.d.ts.map +1 -0
- package/dist/dto/optimization.dto.js +418 -0
- package/dist/dto/optimization.dto.js.map +1 -0
- package/dist/dto/production-release.dto.d.ts +317 -0
- package/dist/dto/production-release.dto.d.ts.map +1 -0
- package/dist/dto/production-release.dto.js +146 -0
- package/dist/dto/production-release.dto.js.map +1 -0
- package/dist/dto/prompt.dto.d.ts +469 -0
- package/dist/dto/prompt.dto.d.ts.map +1 -0
- package/dist/dto/prompt.dto.js +177 -0
- package/dist/dto/prompt.dto.js.map +1 -0
- package/dist/dto/quick-start.dto.d.ts +450 -0
- package/dist/dto/quick-start.dto.d.ts.map +1 -0
- package/dist/dto/quick-start.dto.js +106 -0
- package/dist/dto/quick-start.dto.js.map +1 -0
- package/dist/dto/release-line.dto.d.ts +1099 -0
- package/dist/dto/release-line.dto.d.ts.map +1 -0
- package/dist/dto/release-line.dto.js +190 -0
- package/dist/dto/release-line.dto.js.map +1 -0
- package/dist/dto/run-result.dto.d.ts +419 -0
- package/dist/dto/run-result.dto.d.ts.map +1 -0
- package/dist/dto/run-result.dto.js +200 -0
- package/dist/dto/run-result.dto.js.map +1 -0
- package/dist/dto/token.dto.d.ts +80 -0
- package/dist/dto/token.dto.d.ts.map +1 -0
- package/dist/dto/token.dto.js +65 -0
- package/dist/dto/token.dto.js.map +1 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +41 -0
- package/dist/index.js.map +1 -0
- package/dist/model-presets.d.ts +28 -0
- package/dist/model-presets.d.ts.map +1 -0
- package/dist/model-presets.js +295 -0
- package/dist/model-presets.js.map +1 -0
- package/dist/output-format/build.d.ts +18 -0
- package/dist/output-format/build.d.ts.map +1 -0
- package/dist/output-format/build.js +126 -0
- package/dist/output-format/build.js.map +1 -0
- package/dist/output-format/index.d.ts +3 -0
- package/dist/output-format/index.d.ts.map +1 -0
- package/dist/output-format/index.js +9 -0
- package/dist/output-format/index.js.map +1 -0
- package/dist/output-format/schema-bridge.d.ts +14 -0
- package/dist/output-format/schema-bridge.d.ts.map +1 -0
- package/dist/output-format/schema-bridge.js +58 -0
- package/dist/output-format/schema-bridge.js.map +1 -0
- package/dist/project-context.d.ts +13 -0
- package/dist/project-context.d.ts.map +1 -0
- package/dist/project-context.js +9 -0
- package/dist/project-context.js.map +1 -0
- package/dist/run-result-failure.d.ts +4 -0
- package/dist/run-result-failure.d.ts.map +1 -0
- package/dist/run-result-failure.js +16 -0
- package/dist/run-result-failure.js.map +1 -0
- package/package.json +45 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"release-line.dto.d.ts","sourceRoot":"","sources":["../../src/dto/release-line.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RELEASE_LINE_EVENT_OPERATIONS = exports.RELEASE_LINE_EVENT_STATUSES = exports.RELEASE_LINE_STATUSES = exports.updateReleaseLineRunConfigInputSchema = exports.updateReleaseLineTrafficRatioInputSchema = exports.releaseLineEventListResponseSchema = exports.releaseLineListResponseSchema = exports.releaseLineSchema = exports.releaseLineEventSchema = exports.releaseVariantSchema = exports.releaseLineOutputConnectorSchema = exports.releaseLineEventTerminalReasonSchema = exports.releaseLineEventOperationSchema = exports.releaseLineEventStatusSchema = exports.releaseLineLaneTypeSchema = exports.releaseLineStatusSchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const canary_release_dto_1 = require("./canary-release.dto");
|
|
6
|
+
const production_release_dto_1 = require("./production-release.dto");
|
|
7
|
+
exports.releaseLineStatusSchema = zod_1.z.enum([
|
|
8
|
+
'canary',
|
|
9
|
+
'production',
|
|
10
|
+
'production_with_canary',
|
|
11
|
+
'stopped',
|
|
12
|
+
'archived',
|
|
13
|
+
]);
|
|
14
|
+
exports.releaseLineLaneTypeSchema = zod_1.z.enum(['production', 'canary']);
|
|
15
|
+
exports.releaseLineEventStatusSchema = zod_1.z.enum([
|
|
16
|
+
'running',
|
|
17
|
+
'stopped',
|
|
18
|
+
'completed',
|
|
19
|
+
'failed',
|
|
20
|
+
'cancelled',
|
|
21
|
+
'archived',
|
|
22
|
+
]);
|
|
23
|
+
exports.releaseLineEventOperationSchema = zod_1.z.enum([
|
|
24
|
+
'create_production',
|
|
25
|
+
'create_production_from_experiment',
|
|
26
|
+
'create_canary',
|
|
27
|
+
'traffic_updated',
|
|
28
|
+
'mode_updated',
|
|
29
|
+
'config_changed',
|
|
30
|
+
'stop_lane',
|
|
31
|
+
'resume_lane',
|
|
32
|
+
'cancel_canary',
|
|
33
|
+
'promote_canary',
|
|
34
|
+
'rollback',
|
|
35
|
+
'force_stop',
|
|
36
|
+
'archive_line',
|
|
37
|
+
]);
|
|
38
|
+
exports.releaseLineEventTerminalReasonSchema = zod_1.z.enum([
|
|
39
|
+
'replaced',
|
|
40
|
+
'rolled_back',
|
|
41
|
+
'force_stopped',
|
|
42
|
+
'promoted',
|
|
43
|
+
'cancelled',
|
|
44
|
+
'archived',
|
|
45
|
+
'error',
|
|
46
|
+
]);
|
|
47
|
+
const connectorSnapshotSchema = zod_1.z.record(zod_1.z.string(), zod_1.z.unknown());
|
|
48
|
+
const promptSnapshotSchema = zod_1.z.record(zod_1.z.string(), zod_1.z.unknown());
|
|
49
|
+
const promptVersionSnapshotSchema = zod_1.z.record(zod_1.z.string(), zod_1.z.unknown());
|
|
50
|
+
const modelSnapshotSchema = zod_1.z.record(zod_1.z.string(), zod_1.z.unknown());
|
|
51
|
+
exports.releaseLineOutputConnectorSchema = zod_1.z.object({
|
|
52
|
+
id: zod_1.z.string().uuid(),
|
|
53
|
+
name: zod_1.z.string(),
|
|
54
|
+
type: zod_1.z.string(),
|
|
55
|
+
});
|
|
56
|
+
exports.releaseVariantSchema = zod_1.z.object({
|
|
57
|
+
id: zod_1.z.string().uuid(),
|
|
58
|
+
projectId: zod_1.z.string().uuid(),
|
|
59
|
+
releaseLineId: zod_1.z.string().uuid(),
|
|
60
|
+
variantNumber: zod_1.z.number().int().positive(),
|
|
61
|
+
label: zod_1.z.string(),
|
|
62
|
+
promptId: zod_1.z.string().uuid().nullable(),
|
|
63
|
+
promptName: zod_1.z.string(),
|
|
64
|
+
promptVersionId: zod_1.z.string().uuid(),
|
|
65
|
+
promptVersionNumber: zod_1.z.number().int().nullable(),
|
|
66
|
+
promptVersionLabel: zod_1.z.string().nullable(),
|
|
67
|
+
promptSnapshot: promptSnapshotSchema,
|
|
68
|
+
promptVersionSnapshot: promptVersionSnapshotSchema,
|
|
69
|
+
modelId: zod_1.z.string().uuid(),
|
|
70
|
+
modelName: zod_1.z.string().nullable(),
|
|
71
|
+
modelProvider: zod_1.z.string().nullable(),
|
|
72
|
+
modelSnapshot: modelSnapshotSchema,
|
|
73
|
+
createdBy: zod_1.z.string().uuid(),
|
|
74
|
+
createdAt: zod_1.z.string().datetime(),
|
|
75
|
+
updatedAt: zod_1.z.string().datetime(),
|
|
76
|
+
});
|
|
77
|
+
exports.releaseLineEventSchema = zod_1.z.object({
|
|
78
|
+
id: zod_1.z.string().uuid(),
|
|
79
|
+
projectId: zod_1.z.string().uuid(),
|
|
80
|
+
releaseLineId: zod_1.z.string().uuid(),
|
|
81
|
+
releaseVariantId: zod_1.z.string().uuid().nullable(),
|
|
82
|
+
releaseVariantNumber: zod_1.z.number().int().positive().nullable(),
|
|
83
|
+
releaseVariantLabel: zod_1.z.string().nullable(),
|
|
84
|
+
annotationTaskId: zod_1.z.string().uuid().nullable(),
|
|
85
|
+
laneType: exports.releaseLineLaneTypeSchema,
|
|
86
|
+
operation: exports.releaseLineEventOperationSchema,
|
|
87
|
+
status: exports.releaseLineEventStatusSchema,
|
|
88
|
+
terminalReason: exports.releaseLineEventTerminalReasonSchema.nullable(),
|
|
89
|
+
sourceEventId: zod_1.z.string().uuid().nullable(),
|
|
90
|
+
sourceLegacySource: zod_1.z.enum(['production_release_event', 'canary_release']).nullable(),
|
|
91
|
+
sourceLegacyId: zod_1.z.string().uuid().nullable(),
|
|
92
|
+
supersedesEventId: zod_1.z.string().uuid().nullable(),
|
|
93
|
+
rollbackTargetEventId: zod_1.z.string().uuid().nullable(),
|
|
94
|
+
legacySource: zod_1.z.enum(['production_release_event', 'canary_release']).nullable(),
|
|
95
|
+
legacySourceId: zod_1.z.string().uuid().nullable(),
|
|
96
|
+
promptId: zod_1.z.string().uuid().nullable(),
|
|
97
|
+
promptName: zod_1.z.string(),
|
|
98
|
+
promptVersionId: zod_1.z.string().uuid().nullable(),
|
|
99
|
+
promptVersionNumber: zod_1.z.number().int().nullable(),
|
|
100
|
+
promptVersionLabel: zod_1.z.string().nullable(),
|
|
101
|
+
promptSnapshot: promptSnapshotSchema,
|
|
102
|
+
promptVersionSnapshot: promptVersionSnapshotSchema,
|
|
103
|
+
modelId: zod_1.z.string().uuid().nullable(),
|
|
104
|
+
modelName: zod_1.z.string().nullable(),
|
|
105
|
+
modelProvider: zod_1.z.string().nullable(),
|
|
106
|
+
modelSnapshot: modelSnapshotSchema,
|
|
107
|
+
inputConnectorId: zod_1.z.string().uuid().nullable(),
|
|
108
|
+
inputConnectorName: zod_1.z.string().nullable(),
|
|
109
|
+
inputConnectorType: zod_1.z.string().nullable(),
|
|
110
|
+
inputConnectorSnapshot: connectorSnapshotSchema,
|
|
111
|
+
outputConnectorIds: zod_1.z.array(zod_1.z.string().uuid()),
|
|
112
|
+
outputConnectors: zod_1.z.array(exports.releaseLineOutputConnectorSchema),
|
|
113
|
+
outputConnectorSnapshots: zod_1.z.array(connectorSnapshotSchema),
|
|
114
|
+
trafficMode: zod_1.z.enum(['split', 'dual_run']).nullable(),
|
|
115
|
+
trafficRatio: zod_1.z.number().min(0).max(1).nullable(),
|
|
116
|
+
runConfig: zod_1.z.record(zod_1.z.string(), zod_1.z.unknown()),
|
|
117
|
+
variableMapping: zod_1.z.unknown(),
|
|
118
|
+
outputMapping: zod_1.z.unknown(),
|
|
119
|
+
filterRules: zod_1.z.unknown().nullable(),
|
|
120
|
+
recordMode: zod_1.z.enum(['all', 'correct_only']),
|
|
121
|
+
externalIdField: zod_1.z.string().nullable(),
|
|
122
|
+
retentionDays: zod_1.z.number().int().positive().nullable(),
|
|
123
|
+
sourceExperimentId: zod_1.z.string().uuid().nullable(),
|
|
124
|
+
submitReason: zod_1.z.string(),
|
|
125
|
+
metrics: zod_1.z.record(zod_1.z.string(), zod_1.z.unknown()).nullable(),
|
|
126
|
+
totalReceived: zod_1.z.number().int().nonnegative(),
|
|
127
|
+
totalProcessed: zod_1.z.number().int().nonnegative(),
|
|
128
|
+
totalFiltered: zod_1.z.number().int().nonnegative(),
|
|
129
|
+
totalCorrect: zod_1.z.number().int().nonnegative(),
|
|
130
|
+
totalErrors: zod_1.z.number().int().nonnegative(),
|
|
131
|
+
controlState: zod_1.z.string().nullable(),
|
|
132
|
+
controlStatePayload: zod_1.z.record(zod_1.z.string(), zod_1.z.unknown()).nullable(),
|
|
133
|
+
startedAt: zod_1.z.string().datetime().nullable(),
|
|
134
|
+
finishedAt: zod_1.z.string().datetime().nullable(),
|
|
135
|
+
createdBy: zod_1.z.string().uuid(),
|
|
136
|
+
createdAt: zod_1.z.string().datetime(),
|
|
137
|
+
updatedAt: zod_1.z.string().datetime(),
|
|
138
|
+
});
|
|
139
|
+
exports.releaseLineSchema = zod_1.z.object({
|
|
140
|
+
id: zod_1.z.string().uuid(),
|
|
141
|
+
projectId: zod_1.z.string().uuid(),
|
|
142
|
+
name: zod_1.z.string(),
|
|
143
|
+
description: zod_1.z.string().nullable(),
|
|
144
|
+
promptId: zod_1.z.string().uuid().nullable(),
|
|
145
|
+
promptName: zod_1.z.string(),
|
|
146
|
+
promptSnapshot: promptSnapshotSchema,
|
|
147
|
+
inputConnectorId: zod_1.z.string().uuid().nullable(),
|
|
148
|
+
inputConnectorName: zod_1.z.string().nullable(),
|
|
149
|
+
inputConnectorType: zod_1.z.string().nullable(),
|
|
150
|
+
inputConnectorSnapshot: connectorSnapshotSchema,
|
|
151
|
+
status: exports.releaseLineStatusSchema,
|
|
152
|
+
currentProductionEventId: zod_1.z.string().uuid().nullable(),
|
|
153
|
+
activeCanaryEventId: zod_1.z.string().uuid().nullable(),
|
|
154
|
+
currentProductionEvent: exports.releaseLineEventSchema.nullable(),
|
|
155
|
+
activeCanaryEvent: exports.releaseLineEventSchema.nullable(),
|
|
156
|
+
variants: zod_1.z.array(exports.releaseVariantSchema),
|
|
157
|
+
outputConnectors: zod_1.z.array(exports.releaseLineOutputConnectorSchema),
|
|
158
|
+
latestEvent: exports.releaseLineEventSchema.nullable(),
|
|
159
|
+
createdBy: zod_1.z.string().uuid(),
|
|
160
|
+
createdAt: zod_1.z.string().datetime(),
|
|
161
|
+
updatedAt: zod_1.z.string().datetime(),
|
|
162
|
+
archivedAt: zod_1.z.string().datetime().nullable(),
|
|
163
|
+
});
|
|
164
|
+
exports.releaseLineListResponseSchema = zod_1.z.object({
|
|
165
|
+
data: zod_1.z.array(exports.releaseLineSchema),
|
|
166
|
+
total: zod_1.z.number().int().nonnegative(),
|
|
167
|
+
});
|
|
168
|
+
exports.releaseLineEventListResponseSchema = zod_1.z.object({
|
|
169
|
+
data: zod_1.z.array(exports.releaseLineEventSchema),
|
|
170
|
+
total: zod_1.z.number().int().nonnegative(),
|
|
171
|
+
});
|
|
172
|
+
exports.updateReleaseLineTrafficRatioInputSchema = zod_1.z.object({
|
|
173
|
+
trafficRatio: zod_1.z.number().min(0).max(1),
|
|
174
|
+
});
|
|
175
|
+
exports.updateReleaseLineRunConfigInputSchema = zod_1.z.discriminatedUnion('laneType', [
|
|
176
|
+
zod_1.z.object({
|
|
177
|
+
laneType: zod_1.z.literal('production'),
|
|
178
|
+
modelId: zod_1.z.string().uuid().optional(),
|
|
179
|
+
runConfig: production_release_dto_1.productionReleaseRunConfigSchema,
|
|
180
|
+
}),
|
|
181
|
+
zod_1.z.object({
|
|
182
|
+
laneType: zod_1.z.literal('canary'),
|
|
183
|
+
modelId: zod_1.z.string().uuid().optional(),
|
|
184
|
+
runConfig: canary_release_dto_1.canaryReleaseRunConfigSchema,
|
|
185
|
+
}),
|
|
186
|
+
]);
|
|
187
|
+
exports.RELEASE_LINE_STATUSES = exports.releaseLineStatusSchema.options;
|
|
188
|
+
exports.RELEASE_LINE_EVENT_STATUSES = exports.releaseLineEventStatusSchema.options;
|
|
189
|
+
exports.RELEASE_LINE_EVENT_OPERATIONS = exports.releaseLineEventOperationSchema.options;
|
|
190
|
+
//# sourceMappingURL=release-line.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"release-line.dto.js","sourceRoot":"","sources":["../../src/dto/release-line.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,419 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const runResultStatusSchema: z.ZodEnum<{
|
|
3
|
+
error: "error";
|
|
4
|
+
success: "success";
|
|
5
|
+
timeout: "timeout";
|
|
6
|
+
rate_limited: "rate_limited";
|
|
7
|
+
}>;
|
|
8
|
+
export type RunResultStatusDto = z.infer<typeof runResultStatusSchema>;
|
|
9
|
+
export declare const runResultJudgmentStatusSchema: z.ZodEnum<{
|
|
10
|
+
correct: "correct";
|
|
11
|
+
incorrect: "incorrect";
|
|
12
|
+
parse_error: "parse_error";
|
|
13
|
+
judge_error: "judge_error";
|
|
14
|
+
}>;
|
|
15
|
+
export type RunResultJudgmentStatusDto = z.infer<typeof runResultJudgmentStatusSchema>;
|
|
16
|
+
export declare const runResultSourceSchema: z.ZodEnum<{
|
|
17
|
+
experiment: "experiment";
|
|
18
|
+
optimization_analysis: "optimization_analysis";
|
|
19
|
+
optimization_generate: "optimization_generate";
|
|
20
|
+
release: "release";
|
|
21
|
+
canary: "canary";
|
|
22
|
+
online: "online";
|
|
23
|
+
}>;
|
|
24
|
+
export type RunResultSourceDto = z.infer<typeof runResultSourceSchema>;
|
|
25
|
+
export declare const releaseRunResultLaneSchema: z.ZodEnum<{
|
|
26
|
+
production: "production";
|
|
27
|
+
canary: "canary";
|
|
28
|
+
}>;
|
|
29
|
+
export type ReleaseRunResultLaneDto = z.infer<typeof releaseRunResultLaneSchema>;
|
|
30
|
+
export declare const runResultSortSchema: z.ZodEnum<{
|
|
31
|
+
created_desc: "created_desc";
|
|
32
|
+
latency_desc: "latency_desc";
|
|
33
|
+
tokens_desc: "tokens_desc";
|
|
34
|
+
}>;
|
|
35
|
+
export type RunResultSortDto = z.infer<typeof runResultSortSchema>;
|
|
36
|
+
export declare const runResultDatasetFieldValueSchema: z.ZodObject<{
|
|
37
|
+
name: z.ZodString;
|
|
38
|
+
role: z.ZodEnum<{
|
|
39
|
+
text: "text";
|
|
40
|
+
image: "image";
|
|
41
|
+
image_url: "image_url";
|
|
42
|
+
image_base64: "image_base64";
|
|
43
|
+
expected_output: "expected_output";
|
|
44
|
+
metadata: "metadata";
|
|
45
|
+
}>;
|
|
46
|
+
value: z.ZodNullable<z.ZodUnknown>;
|
|
47
|
+
}, z.core.$strip>;
|
|
48
|
+
export type RunResultDatasetFieldValueDto = z.infer<typeof runResultDatasetFieldValueSchema>;
|
|
49
|
+
export declare const runResultListQuerySchema: z.ZodObject<{
|
|
50
|
+
page: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
51
|
+
pageSize: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
52
|
+
status: z.ZodPipe<z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
53
|
+
error: "error";
|
|
54
|
+
success: "success";
|
|
55
|
+
timeout: "timeout";
|
|
56
|
+
rate_limited: "rate_limited";
|
|
57
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
58
|
+
error: "error";
|
|
59
|
+
success: "success";
|
|
60
|
+
timeout: "timeout";
|
|
61
|
+
rate_limited: "rate_limited";
|
|
62
|
+
}>>, z.ZodString]>>, z.ZodTransform<("error" | "success" | "timeout" | "rate_limited")[] | undefined, string | ("error" | "success" | "timeout" | "rate_limited")[] | undefined>>;
|
|
63
|
+
judgmentStatus: z.ZodPipe<z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
64
|
+
correct: "correct";
|
|
65
|
+
incorrect: "incorrect";
|
|
66
|
+
parse_error: "parse_error";
|
|
67
|
+
judge_error: "judge_error";
|
|
68
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
69
|
+
correct: "correct";
|
|
70
|
+
incorrect: "incorrect";
|
|
71
|
+
parse_error: "parse_error";
|
|
72
|
+
judge_error: "judge_error";
|
|
73
|
+
}>>, z.ZodString]>>, z.ZodTransform<("correct" | "incorrect" | "parse_error" | "judge_error")[] | undefined, string | ("correct" | "incorrect" | "parse_error" | "judge_error")[] | undefined>>;
|
|
74
|
+
isCorrect: z.ZodPipe<z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodEnum<{
|
|
75
|
+
true: "true";
|
|
76
|
+
false: "false";
|
|
77
|
+
}>]>>, z.ZodTransform<boolean | undefined, boolean | "true" | "false" | undefined>>;
|
|
78
|
+
search: z.ZodOptional<z.ZodString>;
|
|
79
|
+
sort: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
80
|
+
created_desc: "created_desc";
|
|
81
|
+
latency_desc: "latency_desc";
|
|
82
|
+
tokens_desc: "tokens_desc";
|
|
83
|
+
}>>>;
|
|
84
|
+
}, z.core.$strip>;
|
|
85
|
+
export type RunResultListQueryDto = z.infer<typeof runResultListQuerySchema>;
|
|
86
|
+
export declare const runResultReleaseListQuerySchema: z.ZodObject<{
|
|
87
|
+
page: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
88
|
+
pageSize: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
89
|
+
status: z.ZodPipe<z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
90
|
+
error: "error";
|
|
91
|
+
success: "success";
|
|
92
|
+
timeout: "timeout";
|
|
93
|
+
rate_limited: "rate_limited";
|
|
94
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
95
|
+
error: "error";
|
|
96
|
+
success: "success";
|
|
97
|
+
timeout: "timeout";
|
|
98
|
+
rate_limited: "rate_limited";
|
|
99
|
+
}>>, z.ZodString]>>, z.ZodTransform<("error" | "success" | "timeout" | "rate_limited")[] | undefined, string | ("error" | "success" | "timeout" | "rate_limited")[] | undefined>>;
|
|
100
|
+
judgmentStatus: z.ZodPipe<z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
101
|
+
correct: "correct";
|
|
102
|
+
incorrect: "incorrect";
|
|
103
|
+
parse_error: "parse_error";
|
|
104
|
+
judge_error: "judge_error";
|
|
105
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
106
|
+
correct: "correct";
|
|
107
|
+
incorrect: "incorrect";
|
|
108
|
+
parse_error: "parse_error";
|
|
109
|
+
judge_error: "judge_error";
|
|
110
|
+
}>>, z.ZodString]>>, z.ZodTransform<("correct" | "incorrect" | "parse_error" | "judge_error")[] | undefined, string | ("correct" | "incorrect" | "parse_error" | "judge_error")[] | undefined>>;
|
|
111
|
+
isCorrect: z.ZodPipe<z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodEnum<{
|
|
112
|
+
true: "true";
|
|
113
|
+
false: "false";
|
|
114
|
+
}>]>>, z.ZodTransform<boolean | undefined, boolean | "true" | "false" | undefined>>;
|
|
115
|
+
search: z.ZodOptional<z.ZodString>;
|
|
116
|
+
sort: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
117
|
+
created_desc: "created_desc";
|
|
118
|
+
latency_desc: "latency_desc";
|
|
119
|
+
tokens_desc: "tokens_desc";
|
|
120
|
+
}>>>;
|
|
121
|
+
sourceIds: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
122
|
+
releaseVariantIds: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
123
|
+
promptVersionIds: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
124
|
+
lane: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
125
|
+
production: "production";
|
|
126
|
+
canary: "canary";
|
|
127
|
+
}>>>>;
|
|
128
|
+
externalId: z.ZodOptional<z.ZodString>;
|
|
129
|
+
from: z.ZodOptional<z.ZodString>;
|
|
130
|
+
to: z.ZodOptional<z.ZodString>;
|
|
131
|
+
}, z.core.$strip>;
|
|
132
|
+
export type RunResultReleaseListQueryDto = z.infer<typeof runResultReleaseListQuerySchema>;
|
|
133
|
+
export declare const runResultListItemSchema: z.ZodObject<{
|
|
134
|
+
id: z.ZodString;
|
|
135
|
+
projectId: z.ZodString;
|
|
136
|
+
experimentId: z.ZodString;
|
|
137
|
+
sampleId: z.ZodNullable<z.ZodString>;
|
|
138
|
+
externalId: z.ZodNullable<z.ZodString>;
|
|
139
|
+
status: z.ZodEnum<{
|
|
140
|
+
error: "error";
|
|
141
|
+
success: "success";
|
|
142
|
+
timeout: "timeout";
|
|
143
|
+
rate_limited: "rate_limited";
|
|
144
|
+
}>;
|
|
145
|
+
judgmentStatus: z.ZodNullable<z.ZodEnum<{
|
|
146
|
+
correct: "correct";
|
|
147
|
+
incorrect: "incorrect";
|
|
148
|
+
parse_error: "parse_error";
|
|
149
|
+
judge_error: "judge_error";
|
|
150
|
+
}>>;
|
|
151
|
+
isCorrect: z.ZodNullable<z.ZodBoolean>;
|
|
152
|
+
decisionOutput: z.ZodNullable<z.ZodString>;
|
|
153
|
+
expectedOutput: z.ZodNullable<z.ZodString>;
|
|
154
|
+
datasetTextFields: z.ZodArray<z.ZodObject<{
|
|
155
|
+
name: z.ZodString;
|
|
156
|
+
role: z.ZodEnum<{
|
|
157
|
+
text: "text";
|
|
158
|
+
image: "image";
|
|
159
|
+
image_url: "image_url";
|
|
160
|
+
image_base64: "image_base64";
|
|
161
|
+
expected_output: "expected_output";
|
|
162
|
+
metadata: "metadata";
|
|
163
|
+
}>;
|
|
164
|
+
value: z.ZodNullable<z.ZodUnknown>;
|
|
165
|
+
}, z.core.$strip>>;
|
|
166
|
+
datasetImageFields: z.ZodArray<z.ZodObject<{
|
|
167
|
+
name: z.ZodString;
|
|
168
|
+
role: z.ZodEnum<{
|
|
169
|
+
text: "text";
|
|
170
|
+
image: "image";
|
|
171
|
+
image_url: "image_url";
|
|
172
|
+
image_base64: "image_base64";
|
|
173
|
+
expected_output: "expected_output";
|
|
174
|
+
metadata: "metadata";
|
|
175
|
+
}>;
|
|
176
|
+
value: z.ZodNullable<z.ZodUnknown>;
|
|
177
|
+
}, z.core.$strip>>;
|
|
178
|
+
inputVariables: z.ZodNullable<z.ZodUnknown>;
|
|
179
|
+
rawResponse: z.ZodNullable<z.ZodString>;
|
|
180
|
+
parsedOutput: z.ZodNullable<z.ZodUnknown>;
|
|
181
|
+
errorClass: z.ZodNullable<z.ZodString>;
|
|
182
|
+
errorMessage: z.ZodNullable<z.ZodString>;
|
|
183
|
+
latencyMs: z.ZodNullable<z.ZodNumber>;
|
|
184
|
+
inputTokens: z.ZodNullable<z.ZodNumber>;
|
|
185
|
+
outputTokens: z.ZodNullable<z.ZodNumber>;
|
|
186
|
+
costEstimate: z.ZodNullable<z.ZodNumber>;
|
|
187
|
+
attempt: z.ZodNumber;
|
|
188
|
+
createdAt: z.ZodString;
|
|
189
|
+
}, z.core.$strip>;
|
|
190
|
+
export type RunResultListItemDto = z.infer<typeof runResultListItemSchema>;
|
|
191
|
+
export declare const runResultListResponseSchema: z.ZodObject<{
|
|
192
|
+
data: z.ZodArray<z.ZodObject<{
|
|
193
|
+
id: z.ZodString;
|
|
194
|
+
projectId: z.ZodString;
|
|
195
|
+
experimentId: z.ZodString;
|
|
196
|
+
sampleId: z.ZodNullable<z.ZodString>;
|
|
197
|
+
externalId: z.ZodNullable<z.ZodString>;
|
|
198
|
+
status: z.ZodEnum<{
|
|
199
|
+
error: "error";
|
|
200
|
+
success: "success";
|
|
201
|
+
timeout: "timeout";
|
|
202
|
+
rate_limited: "rate_limited";
|
|
203
|
+
}>;
|
|
204
|
+
judgmentStatus: z.ZodNullable<z.ZodEnum<{
|
|
205
|
+
correct: "correct";
|
|
206
|
+
incorrect: "incorrect";
|
|
207
|
+
parse_error: "parse_error";
|
|
208
|
+
judge_error: "judge_error";
|
|
209
|
+
}>>;
|
|
210
|
+
isCorrect: z.ZodNullable<z.ZodBoolean>;
|
|
211
|
+
decisionOutput: z.ZodNullable<z.ZodString>;
|
|
212
|
+
expectedOutput: z.ZodNullable<z.ZodString>;
|
|
213
|
+
datasetTextFields: z.ZodArray<z.ZodObject<{
|
|
214
|
+
name: z.ZodString;
|
|
215
|
+
role: z.ZodEnum<{
|
|
216
|
+
text: "text";
|
|
217
|
+
image: "image";
|
|
218
|
+
image_url: "image_url";
|
|
219
|
+
image_base64: "image_base64";
|
|
220
|
+
expected_output: "expected_output";
|
|
221
|
+
metadata: "metadata";
|
|
222
|
+
}>;
|
|
223
|
+
value: z.ZodNullable<z.ZodUnknown>;
|
|
224
|
+
}, z.core.$strip>>;
|
|
225
|
+
datasetImageFields: z.ZodArray<z.ZodObject<{
|
|
226
|
+
name: z.ZodString;
|
|
227
|
+
role: z.ZodEnum<{
|
|
228
|
+
text: "text";
|
|
229
|
+
image: "image";
|
|
230
|
+
image_url: "image_url";
|
|
231
|
+
image_base64: "image_base64";
|
|
232
|
+
expected_output: "expected_output";
|
|
233
|
+
metadata: "metadata";
|
|
234
|
+
}>;
|
|
235
|
+
value: z.ZodNullable<z.ZodUnknown>;
|
|
236
|
+
}, z.core.$strip>>;
|
|
237
|
+
inputVariables: z.ZodNullable<z.ZodUnknown>;
|
|
238
|
+
rawResponse: z.ZodNullable<z.ZodString>;
|
|
239
|
+
parsedOutput: z.ZodNullable<z.ZodUnknown>;
|
|
240
|
+
errorClass: z.ZodNullable<z.ZodString>;
|
|
241
|
+
errorMessage: z.ZodNullable<z.ZodString>;
|
|
242
|
+
latencyMs: z.ZodNullable<z.ZodNumber>;
|
|
243
|
+
inputTokens: z.ZodNullable<z.ZodNumber>;
|
|
244
|
+
outputTokens: z.ZodNullable<z.ZodNumber>;
|
|
245
|
+
costEstimate: z.ZodNullable<z.ZodNumber>;
|
|
246
|
+
attempt: z.ZodNumber;
|
|
247
|
+
createdAt: z.ZodString;
|
|
248
|
+
}, z.core.$strip>>;
|
|
249
|
+
total: z.ZodNumber;
|
|
250
|
+
page: z.ZodNumber;
|
|
251
|
+
pageSize: z.ZodNumber;
|
|
252
|
+
}, z.core.$strip>;
|
|
253
|
+
export type RunResultListResponseDto = z.infer<typeof runResultListResponseSchema>;
|
|
254
|
+
export declare const releaseRunResultListItemSchema: z.ZodObject<{
|
|
255
|
+
id: z.ZodString;
|
|
256
|
+
projectId: z.ZodString;
|
|
257
|
+
source: z.ZodLiteral<"release">;
|
|
258
|
+
sourceId: z.ZodString;
|
|
259
|
+
lane: z.ZodEnum<{
|
|
260
|
+
production: "production";
|
|
261
|
+
canary: "canary";
|
|
262
|
+
}>;
|
|
263
|
+
eventId: z.ZodNullable<z.ZodString>;
|
|
264
|
+
canaryId: z.ZodNullable<z.ZodString>;
|
|
265
|
+
releaseVariantId: z.ZodNullable<z.ZodString>;
|
|
266
|
+
releaseVariantNumber: z.ZodNullable<z.ZodNumber>;
|
|
267
|
+
releaseVariantLabel: z.ZodNullable<z.ZodString>;
|
|
268
|
+
externalId: z.ZodNullable<z.ZodString>;
|
|
269
|
+
promptName: z.ZodNullable<z.ZodString>;
|
|
270
|
+
promptVersionId: z.ZodString;
|
|
271
|
+
promptVersionNumber: z.ZodNullable<z.ZodNumber>;
|
|
272
|
+
modelId: z.ZodString;
|
|
273
|
+
modelName: z.ZodNullable<z.ZodString>;
|
|
274
|
+
modelProvider: z.ZodNullable<z.ZodString>;
|
|
275
|
+
status: z.ZodEnum<{
|
|
276
|
+
error: "error";
|
|
277
|
+
success: "success";
|
|
278
|
+
timeout: "timeout";
|
|
279
|
+
rate_limited: "rate_limited";
|
|
280
|
+
}>;
|
|
281
|
+
judgmentStatus: z.ZodNullable<z.ZodEnum<{
|
|
282
|
+
correct: "correct";
|
|
283
|
+
incorrect: "incorrect";
|
|
284
|
+
parse_error: "parse_error";
|
|
285
|
+
judge_error: "judge_error";
|
|
286
|
+
}>>;
|
|
287
|
+
isCorrect: z.ZodNullable<z.ZodBoolean>;
|
|
288
|
+
decisionOutput: z.ZodNullable<z.ZodString>;
|
|
289
|
+
inputVariables: z.ZodNullable<z.ZodUnknown>;
|
|
290
|
+
rawResponse: z.ZodNullable<z.ZodString>;
|
|
291
|
+
parsedOutput: z.ZodNullable<z.ZodUnknown>;
|
|
292
|
+
errorClass: z.ZodNullable<z.ZodString>;
|
|
293
|
+
errorMessage: z.ZodNullable<z.ZodString>;
|
|
294
|
+
latencyMs: z.ZodNullable<z.ZodNumber>;
|
|
295
|
+
inputTokens: z.ZodNullable<z.ZodNumber>;
|
|
296
|
+
outputTokens: z.ZodNullable<z.ZodNumber>;
|
|
297
|
+
costEstimate: z.ZodNullable<z.ZodNumber>;
|
|
298
|
+
attempt: z.ZodNumber;
|
|
299
|
+
createdAt: z.ZodString;
|
|
300
|
+
}, z.core.$strip>;
|
|
301
|
+
export type ReleaseRunResultListItemDto = z.infer<typeof releaseRunResultListItemSchema>;
|
|
302
|
+
export declare const releaseRunResultListResponseSchema: z.ZodObject<{
|
|
303
|
+
data: z.ZodArray<z.ZodObject<{
|
|
304
|
+
id: z.ZodString;
|
|
305
|
+
projectId: z.ZodString;
|
|
306
|
+
source: z.ZodLiteral<"release">;
|
|
307
|
+
sourceId: z.ZodString;
|
|
308
|
+
lane: z.ZodEnum<{
|
|
309
|
+
production: "production";
|
|
310
|
+
canary: "canary";
|
|
311
|
+
}>;
|
|
312
|
+
eventId: z.ZodNullable<z.ZodString>;
|
|
313
|
+
canaryId: z.ZodNullable<z.ZodString>;
|
|
314
|
+
releaseVariantId: z.ZodNullable<z.ZodString>;
|
|
315
|
+
releaseVariantNumber: z.ZodNullable<z.ZodNumber>;
|
|
316
|
+
releaseVariantLabel: z.ZodNullable<z.ZodString>;
|
|
317
|
+
externalId: z.ZodNullable<z.ZodString>;
|
|
318
|
+
promptName: z.ZodNullable<z.ZodString>;
|
|
319
|
+
promptVersionId: z.ZodString;
|
|
320
|
+
promptVersionNumber: z.ZodNullable<z.ZodNumber>;
|
|
321
|
+
modelId: z.ZodString;
|
|
322
|
+
modelName: z.ZodNullable<z.ZodString>;
|
|
323
|
+
modelProvider: z.ZodNullable<z.ZodString>;
|
|
324
|
+
status: z.ZodEnum<{
|
|
325
|
+
error: "error";
|
|
326
|
+
success: "success";
|
|
327
|
+
timeout: "timeout";
|
|
328
|
+
rate_limited: "rate_limited";
|
|
329
|
+
}>;
|
|
330
|
+
judgmentStatus: z.ZodNullable<z.ZodEnum<{
|
|
331
|
+
correct: "correct";
|
|
332
|
+
incorrect: "incorrect";
|
|
333
|
+
parse_error: "parse_error";
|
|
334
|
+
judge_error: "judge_error";
|
|
335
|
+
}>>;
|
|
336
|
+
isCorrect: z.ZodNullable<z.ZodBoolean>;
|
|
337
|
+
decisionOutput: z.ZodNullable<z.ZodString>;
|
|
338
|
+
inputVariables: z.ZodNullable<z.ZodUnknown>;
|
|
339
|
+
rawResponse: z.ZodNullable<z.ZodString>;
|
|
340
|
+
parsedOutput: z.ZodNullable<z.ZodUnknown>;
|
|
341
|
+
errorClass: z.ZodNullable<z.ZodString>;
|
|
342
|
+
errorMessage: z.ZodNullable<z.ZodString>;
|
|
343
|
+
latencyMs: z.ZodNullable<z.ZodNumber>;
|
|
344
|
+
inputTokens: z.ZodNullable<z.ZodNumber>;
|
|
345
|
+
outputTokens: z.ZodNullable<z.ZodNumber>;
|
|
346
|
+
costEstimate: z.ZodNullable<z.ZodNumber>;
|
|
347
|
+
attempt: z.ZodNumber;
|
|
348
|
+
createdAt: z.ZodString;
|
|
349
|
+
}, z.core.$strip>>;
|
|
350
|
+
total: z.ZodNumber;
|
|
351
|
+
page: z.ZodNumber;
|
|
352
|
+
pageSize: z.ZodNumber;
|
|
353
|
+
}, z.core.$strip>;
|
|
354
|
+
export type ReleaseRunResultListResponseDto = z.infer<typeof releaseRunResultListResponseSchema>;
|
|
355
|
+
export declare const runResultDetailSchema: z.ZodObject<{
|
|
356
|
+
id: z.ZodString;
|
|
357
|
+
projectId: z.ZodString;
|
|
358
|
+
experimentId: z.ZodString;
|
|
359
|
+
sampleId: z.ZodNullable<z.ZodString>;
|
|
360
|
+
externalId: z.ZodNullable<z.ZodString>;
|
|
361
|
+
status: z.ZodEnum<{
|
|
362
|
+
error: "error";
|
|
363
|
+
success: "success";
|
|
364
|
+
timeout: "timeout";
|
|
365
|
+
rate_limited: "rate_limited";
|
|
366
|
+
}>;
|
|
367
|
+
judgmentStatus: z.ZodNullable<z.ZodEnum<{
|
|
368
|
+
correct: "correct";
|
|
369
|
+
incorrect: "incorrect";
|
|
370
|
+
parse_error: "parse_error";
|
|
371
|
+
judge_error: "judge_error";
|
|
372
|
+
}>>;
|
|
373
|
+
isCorrect: z.ZodNullable<z.ZodBoolean>;
|
|
374
|
+
decisionOutput: z.ZodNullable<z.ZodString>;
|
|
375
|
+
expectedOutput: z.ZodNullable<z.ZodString>;
|
|
376
|
+
datasetTextFields: z.ZodArray<z.ZodObject<{
|
|
377
|
+
name: z.ZodString;
|
|
378
|
+
role: z.ZodEnum<{
|
|
379
|
+
text: "text";
|
|
380
|
+
image: "image";
|
|
381
|
+
image_url: "image_url";
|
|
382
|
+
image_base64: "image_base64";
|
|
383
|
+
expected_output: "expected_output";
|
|
384
|
+
metadata: "metadata";
|
|
385
|
+
}>;
|
|
386
|
+
value: z.ZodNullable<z.ZodUnknown>;
|
|
387
|
+
}, z.core.$strip>>;
|
|
388
|
+
datasetImageFields: z.ZodArray<z.ZodObject<{
|
|
389
|
+
name: z.ZodString;
|
|
390
|
+
role: z.ZodEnum<{
|
|
391
|
+
text: "text";
|
|
392
|
+
image: "image";
|
|
393
|
+
image_url: "image_url";
|
|
394
|
+
image_base64: "image_base64";
|
|
395
|
+
expected_output: "expected_output";
|
|
396
|
+
metadata: "metadata";
|
|
397
|
+
}>;
|
|
398
|
+
value: z.ZodNullable<z.ZodUnknown>;
|
|
399
|
+
}, z.core.$strip>>;
|
|
400
|
+
errorClass: z.ZodNullable<z.ZodString>;
|
|
401
|
+
errorMessage: z.ZodNullable<z.ZodString>;
|
|
402
|
+
latencyMs: z.ZodNullable<z.ZodNumber>;
|
|
403
|
+
inputTokens: z.ZodNullable<z.ZodNumber>;
|
|
404
|
+
outputTokens: z.ZodNullable<z.ZodNumber>;
|
|
405
|
+
costEstimate: z.ZodNullable<z.ZodNumber>;
|
|
406
|
+
attempt: z.ZodNumber;
|
|
407
|
+
createdAt: z.ZodString;
|
|
408
|
+
promptVersionId: z.ZodString;
|
|
409
|
+
modelId: z.ZodString;
|
|
410
|
+
source: z.ZodLiteral<"experiment">;
|
|
411
|
+
renderedPrompt: z.ZodUnknown;
|
|
412
|
+
inputVariables: z.ZodNullable<z.ZodUnknown>;
|
|
413
|
+
rawResponse: z.ZodNullable<z.ZodString>;
|
|
414
|
+
parsedOutput: z.ZodNullable<z.ZodUnknown>;
|
|
415
|
+
dbosWorkflowId: z.ZodNullable<z.ZodString>;
|
|
416
|
+
bullmqJobId: z.ZodNullable<z.ZodString>;
|
|
417
|
+
}, z.core.$strip>;
|
|
418
|
+
export type RunResultDetailDto = z.infer<typeof runResultDetailSchema>;
|
|
419
|
+
//# sourceMappingURL=run-result.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"run-result.dto.d.ts","sourceRoot":"","sources":["../../src/dto/run-result.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,qBAAqB;;;;;EAA0D,CAAC;AAC7F,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEvE,eAAO,MAAM,6BAA6B;;;;;EAAiE,CAAC;AAC5G,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAEvF,eAAO,MAAM,qBAAqB;;;;;;;EAOhC,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEvE,eAAO,MAAM,0BAA0B;;;EAAmC,CAAC;AAC3E,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAEjF,eAAO,MAAM,mBAAmB;;;;EAA0D,CAAC;AAC3F,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEnE,eAAO,MAAM,gCAAgC;;;;;;;;;;;iBAI3C,CAAC;AACH,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAoE7F,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAcnC,CAAC;AACH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE7E,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAQ1C,CAAC;AACH,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC;AAE3F,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAwBlC,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE3E,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAKtC,CAAC;AACH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEnF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiCzC,CAAC;AACH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC;AAEzF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAK7C,CAAC;AACH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAC;AAEjG,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAUhC,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
|