@mastra/server 1.13.3-alpha.1 → 1.14.0-alpha.3
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/CHANGELOG.md +18 -0
- package/dist/_types/@internal_core/dist/index.d.ts +1333 -0
- package/dist/chunk-2UVJD67W.cjs +136 -0
- package/dist/chunk-2UVJD67W.cjs.map +1 -0
- package/dist/chunk-4VGZOVOI.js +656 -0
- package/dist/chunk-4VGZOVOI.js.map +1 -0
- package/dist/{chunk-A2443FGH.js → chunk-55AD3MAT.js} +24 -18
- package/dist/chunk-55AD3MAT.js.map +1 -0
- package/dist/{observational-memory-XXD6E2SO-RTIRYSYO.cjs → chunk-A6HL3JRC.cjs} +306 -130
- package/dist/chunk-A6HL3JRC.cjs.map +1 -0
- package/dist/{observational-memory-XXD6E2SO-TGAG7QCA.js → chunk-KZAB4IB3.js} +305 -131
- package/dist/chunk-KZAB4IB3.js.map +1 -0
- package/dist/{chunk-4AR4SH3H.cjs → chunk-L6ANZUEK.cjs} +7 -7
- package/dist/{chunk-4AR4SH3H.cjs.map → chunk-L6ANZUEK.cjs.map} +1 -1
- package/dist/{chunk-SFC2UJ2C.js → chunk-LE6IX2DD.js} +6 -6
- package/dist/{chunk-SFC2UJ2C.js.map → chunk-LE6IX2DD.js.map} +1 -1
- package/dist/chunk-LUHJDABR.cjs +675 -0
- package/dist/chunk-LUHJDABR.cjs.map +1 -0
- package/dist/{chunk-7P6XT5WB.cjs → chunk-OXZCCCIJ.cjs} +28 -22
- package/dist/chunk-OXZCCCIJ.cjs.map +1 -0
- package/dist/chunk-RSIZIEPW.js +131 -0
- package/dist/chunk-RSIZIEPW.js.map +1 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/observational-memory-UEDVTWS2-COV6JJZK.js +3 -0
- package/dist/observational-memory-UEDVTWS2-COV6JJZK.js.map +1 -0
- package/dist/observational-memory-UEDVTWS2-TU3KK4ZG.cjs +68 -0
- package/dist/observational-memory-UEDVTWS2-TU3KK4ZG.cjs.map +1 -0
- package/dist/server/handlers/agent-builder.cjs +16 -16
- package/dist/server/handlers/agent-builder.js +1 -1
- package/dist/server/handlers/observability-new-endpoints.cjs +80 -0
- package/dist/server/handlers/observability-new-endpoints.cjs.map +1 -0
- package/dist/server/handlers/observability-new-endpoints.d.ts +1212 -0
- package/dist/server/handlers/observability-new-endpoints.d.ts.map +1 -0
- package/dist/server/handlers/observability-new-endpoints.js +3 -0
- package/dist/server/handlers/observability-new-endpoints.js.map +1 -0
- package/dist/server/handlers/observability-shared.cjs +24 -0
- package/dist/server/handlers/observability-shared.cjs.map +1 -0
- package/dist/server/handlers/observability-shared.d.ts +126 -0
- package/dist/server/handlers/observability-shared.d.ts.map +1 -0
- package/dist/server/handlers/observability-shared.js +3 -0
- package/dist/server/handlers/observability-shared.js.map +1 -0
- package/dist/server/handlers/observability.cjs +78 -5
- package/dist/server/handlers/observability.d.ts +22 -20
- package/dist/server/handlers/observability.d.ts.map +1 -1
- package/dist/server/handlers/observability.js +2 -1
- package/dist/server/handlers.cjs +10 -10
- package/dist/server/handlers.js +3 -3
- package/dist/server/schemas/index.cjs +82 -82
- package/dist/server/schemas/index.js +2 -2
- package/dist/server/server-adapter/index.cjs +43 -24
- package/dist/server/server-adapter/index.cjs.map +1 -1
- package/dist/server/server-adapter/index.js +25 -6
- package/dist/server/server-adapter/index.js.map +1 -1
- package/dist/server/server-adapter/routes/observability.d.ts +531 -21
- package/dist/server/server-adapter/routes/observability.d.ts.map +1 -1
- package/package.json +6 -5
- package/dist/chunk-3NG2FRSI.js +0 -41
- package/dist/chunk-3NG2FRSI.js.map +0 -1
- package/dist/chunk-5ZBS3CWT.cjs +0 -43
- package/dist/chunk-5ZBS3CWT.cjs.map +0 -1
- package/dist/chunk-7P6XT5WB.cjs.map +0 -1
- package/dist/chunk-A2443FGH.js.map +0 -1
- package/dist/observational-memory-XXD6E2SO-RTIRYSYO.cjs.map +0 -1
- package/dist/observational-memory-XXD6E2SO-TGAG7QCA.js.map +0 -1
|
@@ -25,13 +25,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
25
25
|
requestContext?: Record<string, unknown> | null | undefined;
|
|
26
26
|
metadata?: Record<string, unknown> | null | undefined;
|
|
27
27
|
tags?: string[] | null | undefined;
|
|
28
|
-
entityType?: import("@mastra/core/
|
|
28
|
+
entityType?: import("@mastra/core/storage").EntityType | null | undefined;
|
|
29
29
|
entityId?: string | null | undefined;
|
|
30
30
|
entityName?: string | null | undefined;
|
|
31
|
-
parentEntityType?: import("@mastra/core/
|
|
31
|
+
parentEntityType?: import("@mastra/core/storage").EntityType | null | undefined;
|
|
32
32
|
parentEntityId?: string | null | undefined;
|
|
33
33
|
parentEntityName?: string | null | undefined;
|
|
34
|
-
rootEntityType?: import("@mastra/core/
|
|
34
|
+
rootEntityType?: import("@mastra/core/storage").EntityType | null | undefined;
|
|
35
35
|
rootEntityId?: string | null | undefined;
|
|
36
36
|
rootEntityName?: string | null | undefined;
|
|
37
37
|
userId?: string | null | undefined;
|
|
@@ -69,13 +69,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
69
69
|
requestContext: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
70
70
|
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
71
71
|
tags: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
72
|
-
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("@mastra/core/
|
|
72
|
+
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("@mastra/core/storage").EntityType>>>;
|
|
73
73
|
entityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
74
74
|
entityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
75
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("@mastra/core/
|
|
75
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("@mastra/core/storage").EntityType>>>;
|
|
76
76
|
parentEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
77
77
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
78
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("@mastra/core/
|
|
78
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("@mastra/core/storage").EntityType>>>;
|
|
79
79
|
rootEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
80
80
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
81
81
|
userId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -121,13 +121,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
121
121
|
requestContext?: Record<string, unknown> | null | undefined;
|
|
122
122
|
metadata?: Record<string, unknown> | null | undefined;
|
|
123
123
|
tags?: string[] | null | undefined;
|
|
124
|
-
entityType?: import("@mastra/core/
|
|
124
|
+
entityType?: import("@mastra/core/storage").EntityType | null | undefined;
|
|
125
125
|
entityId?: string | null | undefined;
|
|
126
126
|
entityName?: string | null | undefined;
|
|
127
|
-
parentEntityType?: import("@mastra/core/
|
|
127
|
+
parentEntityType?: import("@mastra/core/storage").EntityType | null | undefined;
|
|
128
128
|
parentEntityId?: string | null | undefined;
|
|
129
129
|
parentEntityName?: string | null | undefined;
|
|
130
|
-
rootEntityType?: import("@mastra/core/
|
|
130
|
+
rootEntityType?: import("@mastra/core/storage").EntityType | null | undefined;
|
|
131
131
|
rootEntityId?: string | null | undefined;
|
|
132
132
|
rootEntityName?: string | null | undefined;
|
|
133
133
|
userId?: string | null | undefined;
|
|
@@ -160,13 +160,13 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
160
160
|
requestContext: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
161
161
|
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
162
162
|
tags: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
163
|
-
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("@mastra/core/
|
|
163
|
+
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("@mastra/core/storage").EntityType>>>;
|
|
164
164
|
entityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
165
165
|
entityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
166
|
-
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("@mastra/core/
|
|
166
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("@mastra/core/storage").EntityType>>>;
|
|
167
167
|
parentEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
168
168
|
parentEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
169
|
-
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("@mastra/core/
|
|
169
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("@mastra/core/storage").EntityType>>>;
|
|
170
170
|
rootEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
171
171
|
rootEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
172
172
|
userId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -211,10 +211,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
211
211
|
}, import("zod/v4/core").$strip>>, "POST", "/observability/traces/score">, import(".").ServerRoute<import(".").InferParams<import("zod").ZodObject<{
|
|
212
212
|
traceId: import("zod").ZodString;
|
|
213
213
|
spanId: import("zod").ZodString;
|
|
214
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
}, import("zod/v4/core").$strip>, undefined>, {
|
|
214
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<Readonly<{
|
|
215
|
+
[k: string]: import("zod/v4/core").$ZodType<unknown, unknown, import("zod/v4/core").$ZodTypeInternals<unknown, unknown>>;
|
|
216
|
+
}>, import("zod/v4/core").$strip>, undefined>, {
|
|
218
217
|
pagination: {
|
|
219
218
|
total: number;
|
|
220
219
|
page: number;
|
|
@@ -257,10 +256,9 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
257
256
|
}, "json", import(".").RouteSchemas<import("zod").ZodObject<{
|
|
258
257
|
traceId: import("zod").ZodString;
|
|
259
258
|
spanId: import("zod").ZodString;
|
|
260
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
}, import("zod/v4/core").$strip>, undefined, import("zod").ZodObject<{
|
|
259
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<Readonly<{
|
|
260
|
+
[k: string]: import("zod/v4/core").$ZodType<unknown, unknown, import("zod/v4/core").$ZodTypeInternals<unknown, unknown>>;
|
|
261
|
+
}>, import("zod/v4/core").$strip>, undefined, import("zod").ZodObject<{
|
|
264
262
|
pagination: import("zod").ZodObject<{
|
|
265
263
|
total: import("zod").ZodNumber;
|
|
266
264
|
page: import("zod").ZodNumber;
|
|
@@ -305,5 +303,517 @@ export declare const OBSERVABILITY_ROUTES: readonly [import(".").ServerRoute<Rec
|
|
|
305
303
|
generateScorePrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
306
304
|
generateReasonPrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
307
305
|
}, import("zod/v4/core").$strip>>;
|
|
308
|
-
}, import("zod/v4/core").$strip>>, "GET", "/observability/traces/:traceId/:spanId/scores"
|
|
306
|
+
}, import("zod/v4/core").$strip>>, "GET", "/observability/traces/:traceId/:spanId/scores">, import(".").ServerRoute<Record<string, unknown>, {
|
|
307
|
+
pagination: {
|
|
308
|
+
total: number;
|
|
309
|
+
page: number;
|
|
310
|
+
perPage: number | false;
|
|
311
|
+
hasMore: boolean;
|
|
312
|
+
};
|
|
313
|
+
logs: {
|
|
314
|
+
timestamp: Date;
|
|
315
|
+
level: "debug" | "info" | "warn" | "error" | "fatal";
|
|
316
|
+
message: string;
|
|
317
|
+
tags?: string[] | null | undefined;
|
|
318
|
+
metadata?: Record<string, unknown> | null | undefined;
|
|
319
|
+
entityType?: import("../../../_types/@internal_core/dist/index.js").EntityType | null | undefined;
|
|
320
|
+
entityId?: string | null | undefined;
|
|
321
|
+
entityName?: string | null | undefined;
|
|
322
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/index.js").EntityType | null | undefined;
|
|
323
|
+
parentEntityId?: string | null | undefined;
|
|
324
|
+
parentEntityName?: string | null | undefined;
|
|
325
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/index.js").EntityType | null | undefined;
|
|
326
|
+
rootEntityId?: string | null | undefined;
|
|
327
|
+
rootEntityName?: string | null | undefined;
|
|
328
|
+
userId?: string | null | undefined;
|
|
329
|
+
organizationId?: string | null | undefined;
|
|
330
|
+
resourceId?: string | null | undefined;
|
|
331
|
+
runId?: string | null | undefined;
|
|
332
|
+
sessionId?: string | null | undefined;
|
|
333
|
+
threadId?: string | null | undefined;
|
|
334
|
+
requestId?: string | null | undefined;
|
|
335
|
+
environment?: string | null | undefined;
|
|
336
|
+
source?: string | null | undefined;
|
|
337
|
+
serviceName?: string | null | undefined;
|
|
338
|
+
scope?: Record<string, unknown> | null | undefined;
|
|
339
|
+
experimentId?: string | null | undefined;
|
|
340
|
+
data?: Record<string, unknown> | null | undefined;
|
|
341
|
+
traceId?: string | null | undefined;
|
|
342
|
+
spanId?: string | null | undefined;
|
|
343
|
+
}[];
|
|
344
|
+
}, "json", import(".").RouteSchemas<undefined, import("zod").ZodObject<Readonly<{
|
|
345
|
+
[k: string]: import("zod/v4/core").$ZodType<unknown, unknown, import("zod/v4/core").$ZodTypeInternals<unknown, unknown>>;
|
|
346
|
+
}>, import("zod/v4/core").$strip>, undefined, import("zod").ZodObject<{
|
|
347
|
+
pagination: import("zod").ZodObject<{
|
|
348
|
+
total: import("zod").ZodNumber;
|
|
349
|
+
page: import("zod").ZodNumber;
|
|
350
|
+
perPage: import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodLiteral<false>]>;
|
|
351
|
+
hasMore: import("zod").ZodBoolean;
|
|
352
|
+
}, import("zod/v4/core").$strip>;
|
|
353
|
+
logs: import("zod").ZodArray<import("zod").ZodObject<{
|
|
354
|
+
tags: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
355
|
+
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
356
|
+
entityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.js").EntityType>>>;
|
|
357
|
+
entityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
358
|
+
entityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
359
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.js").EntityType>>>;
|
|
360
|
+
parentEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
361
|
+
parentEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
362
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.js").EntityType>>>;
|
|
363
|
+
rootEntityId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
364
|
+
rootEntityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
365
|
+
userId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
366
|
+
organizationId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
367
|
+
resourceId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
368
|
+
runId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
369
|
+
sessionId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
370
|
+
threadId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
371
|
+
requestId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
372
|
+
environment: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
373
|
+
source: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
374
|
+
serviceName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
375
|
+
scope: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
376
|
+
experimentId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
377
|
+
timestamp: import("zod").ZodDate;
|
|
378
|
+
level: import("zod").ZodEnum<{
|
|
379
|
+
error: "error";
|
|
380
|
+
debug: "debug";
|
|
381
|
+
info: "info";
|
|
382
|
+
warn: "warn";
|
|
383
|
+
fatal: "fatal";
|
|
384
|
+
}>;
|
|
385
|
+
message: import("zod").ZodString;
|
|
386
|
+
data: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
387
|
+
traceId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
388
|
+
spanId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
389
|
+
}, import("zod/v4/core").$strip>>;
|
|
390
|
+
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<Record<string, unknown>, {
|
|
391
|
+
pagination: {
|
|
392
|
+
total: number;
|
|
393
|
+
page: number;
|
|
394
|
+
perPage: number | false;
|
|
395
|
+
hasMore: boolean;
|
|
396
|
+
};
|
|
397
|
+
scores: {
|
|
398
|
+
timestamp: Date;
|
|
399
|
+
traceId: string;
|
|
400
|
+
scorerId: string;
|
|
401
|
+
score: number;
|
|
402
|
+
spanId?: string | null | undefined;
|
|
403
|
+
scorerVersion?: string | null | undefined;
|
|
404
|
+
source?: string | null | undefined;
|
|
405
|
+
reason?: string | null | undefined;
|
|
406
|
+
experimentId?: string | null | undefined;
|
|
407
|
+
scoreTraceId?: string | null | undefined;
|
|
408
|
+
metadata?: Record<string, unknown> | null | undefined;
|
|
409
|
+
}[];
|
|
410
|
+
}, "json", import(".").RouteSchemas<undefined, import("zod").ZodObject<Readonly<{
|
|
411
|
+
[k: string]: import("zod/v4/core").$ZodType<unknown, unknown, import("zod/v4/core").$ZodTypeInternals<unknown, unknown>>;
|
|
412
|
+
}>, import("zod/v4/core").$strip>, undefined, import("zod").ZodObject<{
|
|
413
|
+
pagination: import("zod").ZodObject<{
|
|
414
|
+
total: import("zod").ZodNumber;
|
|
415
|
+
page: import("zod").ZodNumber;
|
|
416
|
+
perPage: import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodLiteral<false>]>;
|
|
417
|
+
hasMore: import("zod").ZodBoolean;
|
|
418
|
+
}, import("zod/v4/core").$strip>;
|
|
419
|
+
scores: import("zod").ZodArray<import("zod").ZodObject<{
|
|
420
|
+
timestamp: import("zod").ZodDate;
|
|
421
|
+
traceId: import("zod").ZodString;
|
|
422
|
+
spanId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
423
|
+
scorerId: import("zod").ZodString;
|
|
424
|
+
scorerVersion: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
425
|
+
source: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
426
|
+
score: import("zod").ZodNumber;
|
|
427
|
+
reason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
428
|
+
experimentId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
429
|
+
scoreTraceId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
430
|
+
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
431
|
+
}, import("zod/v4/core").$strip>>;
|
|
432
|
+
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<{
|
|
433
|
+
score: {
|
|
434
|
+
traceId: string;
|
|
435
|
+
scorerId: string;
|
|
436
|
+
score: number;
|
|
437
|
+
spanId?: string | null | undefined;
|
|
438
|
+
metadata?: Record<string, unknown> | null | undefined;
|
|
439
|
+
source?: string | null | undefined;
|
|
440
|
+
experimentId?: string | null | undefined;
|
|
441
|
+
scorerVersion?: string | null | undefined;
|
|
442
|
+
reason?: string | null | undefined;
|
|
443
|
+
scoreTraceId?: string | null | undefined;
|
|
444
|
+
};
|
|
445
|
+
}, {
|
|
446
|
+
success: boolean;
|
|
447
|
+
}, "json", import(".").RouteSchemas<undefined, undefined, import("zod").ZodObject<{
|
|
448
|
+
score: import("zod").ZodObject<{
|
|
449
|
+
traceId: import("zod").ZodString;
|
|
450
|
+
spanId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
451
|
+
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
452
|
+
source: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
453
|
+
experimentId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
454
|
+
scorerId: import("zod").ZodString;
|
|
455
|
+
score: import("zod").ZodNumber;
|
|
456
|
+
scorerVersion: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
457
|
+
reason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
458
|
+
scoreTraceId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
459
|
+
}, import("zod/v4/core").$strip>;
|
|
460
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
461
|
+
success: import("zod").ZodBoolean;
|
|
462
|
+
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<Record<string, unknown>, {
|
|
463
|
+
pagination: {
|
|
464
|
+
total: number;
|
|
465
|
+
page: number;
|
|
466
|
+
perPage: number | false;
|
|
467
|
+
hasMore: boolean;
|
|
468
|
+
};
|
|
469
|
+
feedback: {
|
|
470
|
+
timestamp: Date;
|
|
471
|
+
traceId: string;
|
|
472
|
+
source: string;
|
|
473
|
+
feedbackType: string;
|
|
474
|
+
value: string | number;
|
|
475
|
+
spanId?: string | null | undefined;
|
|
476
|
+
comment?: string | null | undefined;
|
|
477
|
+
experimentId?: string | null | undefined;
|
|
478
|
+
userId?: string | null | undefined;
|
|
479
|
+
metadata?: Record<string, unknown> | null | undefined;
|
|
480
|
+
}[];
|
|
481
|
+
}, "json", import(".").RouteSchemas<undefined, import("zod").ZodObject<Readonly<{
|
|
482
|
+
[k: string]: import("zod/v4/core").$ZodType<unknown, unknown, import("zod/v4/core").$ZodTypeInternals<unknown, unknown>>;
|
|
483
|
+
}>, import("zod/v4/core").$strip>, undefined, import("zod").ZodObject<{
|
|
484
|
+
pagination: import("zod").ZodObject<{
|
|
485
|
+
total: import("zod").ZodNumber;
|
|
486
|
+
page: import("zod").ZodNumber;
|
|
487
|
+
perPage: import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodLiteral<false>]>;
|
|
488
|
+
hasMore: import("zod").ZodBoolean;
|
|
489
|
+
}, import("zod/v4/core").$strip>;
|
|
490
|
+
feedback: import("zod").ZodArray<import("zod").ZodObject<{
|
|
491
|
+
timestamp: import("zod").ZodDate;
|
|
492
|
+
traceId: import("zod").ZodString;
|
|
493
|
+
spanId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
494
|
+
source: import("zod").ZodString;
|
|
495
|
+
feedbackType: import("zod").ZodString;
|
|
496
|
+
value: import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>;
|
|
497
|
+
comment: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
498
|
+
experimentId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
499
|
+
userId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
500
|
+
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
501
|
+
}, import("zod/v4/core").$strip>>;
|
|
502
|
+
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<{
|
|
503
|
+
feedback: {
|
|
504
|
+
value: string | number;
|
|
505
|
+
traceId: string;
|
|
506
|
+
source: string;
|
|
507
|
+
feedbackType: string;
|
|
508
|
+
spanId?: string | null | undefined;
|
|
509
|
+
metadata?: Record<string, unknown> | null | undefined;
|
|
510
|
+
userId?: string | null | undefined;
|
|
511
|
+
experimentId?: string | null | undefined;
|
|
512
|
+
comment?: string | null | undefined;
|
|
513
|
+
};
|
|
514
|
+
}, {
|
|
515
|
+
success: boolean;
|
|
516
|
+
}, "json", import(".").RouteSchemas<undefined, undefined, import("zod").ZodObject<{
|
|
517
|
+
feedback: import("zod").ZodObject<{
|
|
518
|
+
value: import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>;
|
|
519
|
+
traceId: import("zod").ZodString;
|
|
520
|
+
spanId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
521
|
+
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
522
|
+
userId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
523
|
+
source: import("zod").ZodString;
|
|
524
|
+
experimentId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
525
|
+
feedbackType: import("zod").ZodString;
|
|
526
|
+
comment: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
527
|
+
}, import("zod/v4/core").$strip>;
|
|
528
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
529
|
+
success: import("zod").ZodBoolean;
|
|
530
|
+
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<{
|
|
531
|
+
name: string[];
|
|
532
|
+
aggregation: "count" | "max" | "min" | "sum" | "avg" | "last";
|
|
533
|
+
filters?: {
|
|
534
|
+
name?: string[] | undefined;
|
|
535
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/index.js").EntityType | undefined;
|
|
536
|
+
parentEntityName?: string | undefined;
|
|
537
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/index.js").EntityType | undefined;
|
|
538
|
+
rootEntityName?: string | undefined;
|
|
539
|
+
runId?: string | undefined;
|
|
540
|
+
sessionId?: string | undefined;
|
|
541
|
+
labels?: Record<string, string> | undefined;
|
|
542
|
+
timestamp?: {
|
|
543
|
+
start?: Date | undefined;
|
|
544
|
+
end?: Date | undefined;
|
|
545
|
+
startExclusive?: boolean | undefined;
|
|
546
|
+
endExclusive?: boolean | undefined;
|
|
547
|
+
} | undefined;
|
|
548
|
+
traceId?: string | undefined;
|
|
549
|
+
spanId?: string | undefined;
|
|
550
|
+
entityType?: import("../../../_types/@internal_core/dist/index.js").EntityType | undefined;
|
|
551
|
+
entityName?: string | undefined;
|
|
552
|
+
userId?: string | undefined;
|
|
553
|
+
organizationId?: string | undefined;
|
|
554
|
+
experimentId?: string | undefined;
|
|
555
|
+
serviceName?: string | undefined;
|
|
556
|
+
environment?: string | undefined;
|
|
557
|
+
} | undefined;
|
|
558
|
+
comparePeriod?: "previous_period" | "previous_day" | "previous_week" | undefined;
|
|
559
|
+
}, {
|
|
560
|
+
value: number | null;
|
|
561
|
+
previousValue?: number | null | undefined;
|
|
562
|
+
changePercent?: number | null | undefined;
|
|
563
|
+
}, "json", import(".").RouteSchemas<undefined, undefined, import("zod").ZodObject<{
|
|
564
|
+
name: import("zod").ZodArray<import("zod").ZodString>;
|
|
565
|
+
aggregation: import("zod").ZodEnum<{
|
|
566
|
+
sum: "sum";
|
|
567
|
+
avg: "avg";
|
|
568
|
+
min: "min";
|
|
569
|
+
max: "max";
|
|
570
|
+
count: "count";
|
|
571
|
+
last: "last";
|
|
572
|
+
}>;
|
|
573
|
+
filters: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
574
|
+
name: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
575
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.js").EntityType>>;
|
|
576
|
+
parentEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
577
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.js").EntityType>>;
|
|
578
|
+
rootEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
579
|
+
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
580
|
+
sessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
581
|
+
labels: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
582
|
+
timestamp: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
583
|
+
start: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
584
|
+
end: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
585
|
+
startExclusive: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
586
|
+
endExclusive: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
587
|
+
}, import("zod/v4/core").$strip>>;
|
|
588
|
+
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
589
|
+
spanId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
590
|
+
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.js").EntityType>>;
|
|
591
|
+
entityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
592
|
+
userId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
593
|
+
organizationId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
594
|
+
experimentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
595
|
+
serviceName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
596
|
+
environment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
597
|
+
}, import("zod/v4/core").$strip>>;
|
|
598
|
+
comparePeriod: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
599
|
+
previous_period: "previous_period";
|
|
600
|
+
previous_day: "previous_day";
|
|
601
|
+
previous_week: "previous_week";
|
|
602
|
+
}>>;
|
|
603
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
604
|
+
value: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
605
|
+
previousValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
606
|
+
changePercent: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
607
|
+
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<{
|
|
608
|
+
name: string[];
|
|
609
|
+
interval: "5m" | "1h" | "1m" | "15m" | "1d";
|
|
610
|
+
aggregation: "count" | "max" | "min" | "sum" | "avg" | "last";
|
|
611
|
+
filters?: {
|
|
612
|
+
name?: string[] | undefined;
|
|
613
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/index.js").EntityType | undefined;
|
|
614
|
+
parentEntityName?: string | undefined;
|
|
615
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/index.js").EntityType | undefined;
|
|
616
|
+
rootEntityName?: string | undefined;
|
|
617
|
+
runId?: string | undefined;
|
|
618
|
+
sessionId?: string | undefined;
|
|
619
|
+
labels?: Record<string, string> | undefined;
|
|
620
|
+
timestamp?: {
|
|
621
|
+
start?: Date | undefined;
|
|
622
|
+
end?: Date | undefined;
|
|
623
|
+
startExclusive?: boolean | undefined;
|
|
624
|
+
endExclusive?: boolean | undefined;
|
|
625
|
+
} | undefined;
|
|
626
|
+
traceId?: string | undefined;
|
|
627
|
+
spanId?: string | undefined;
|
|
628
|
+
entityType?: import("../../../_types/@internal_core/dist/index.js").EntityType | undefined;
|
|
629
|
+
entityName?: string | undefined;
|
|
630
|
+
userId?: string | undefined;
|
|
631
|
+
organizationId?: string | undefined;
|
|
632
|
+
experimentId?: string | undefined;
|
|
633
|
+
serviceName?: string | undefined;
|
|
634
|
+
environment?: string | undefined;
|
|
635
|
+
} | undefined;
|
|
636
|
+
groupBy?: string[] | undefined;
|
|
637
|
+
}, {
|
|
638
|
+
series: {
|
|
639
|
+
name: string;
|
|
640
|
+
points: {
|
|
641
|
+
timestamp: Date;
|
|
642
|
+
value: number;
|
|
643
|
+
}[];
|
|
644
|
+
}[];
|
|
645
|
+
}, "json", import(".").RouteSchemas<undefined, undefined, import("zod").ZodObject<{
|
|
646
|
+
name: import("zod").ZodArray<import("zod").ZodString>;
|
|
647
|
+
interval: import("zod").ZodEnum<{
|
|
648
|
+
"1m": "1m";
|
|
649
|
+
"5m": "5m";
|
|
650
|
+
"15m": "15m";
|
|
651
|
+
"1h": "1h";
|
|
652
|
+
"1d": "1d";
|
|
653
|
+
}>;
|
|
654
|
+
aggregation: import("zod").ZodEnum<{
|
|
655
|
+
sum: "sum";
|
|
656
|
+
avg: "avg";
|
|
657
|
+
min: "min";
|
|
658
|
+
max: "max";
|
|
659
|
+
count: "count";
|
|
660
|
+
last: "last";
|
|
661
|
+
}>;
|
|
662
|
+
filters: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
663
|
+
name: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
664
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.js").EntityType>>;
|
|
665
|
+
parentEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
666
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.js").EntityType>>;
|
|
667
|
+
rootEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
668
|
+
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
669
|
+
sessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
670
|
+
labels: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
671
|
+
timestamp: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
672
|
+
start: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
673
|
+
end: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
674
|
+
startExclusive: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
675
|
+
endExclusive: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
676
|
+
}, import("zod/v4/core").$strip>>;
|
|
677
|
+
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
678
|
+
spanId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
679
|
+
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.js").EntityType>>;
|
|
680
|
+
entityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
681
|
+
userId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
682
|
+
organizationId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
683
|
+
experimentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
684
|
+
serviceName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
685
|
+
environment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
686
|
+
}, import("zod/v4/core").$strip>>;
|
|
687
|
+
groupBy: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
688
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
689
|
+
series: import("zod").ZodArray<import("zod").ZodObject<{
|
|
690
|
+
name: import("zod").ZodString;
|
|
691
|
+
points: import("zod").ZodArray<import("zod").ZodObject<{
|
|
692
|
+
timestamp: import("zod").ZodDate;
|
|
693
|
+
value: import("zod").ZodNumber;
|
|
694
|
+
}, import("zod/v4/core").$strip>>;
|
|
695
|
+
}, import("zod/v4/core").$strip>>;
|
|
696
|
+
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<{
|
|
697
|
+
name: string;
|
|
698
|
+
percentiles: number[];
|
|
699
|
+
interval: "5m" | "1h" | "1m" | "15m" | "1d";
|
|
700
|
+
filters?: {
|
|
701
|
+
name?: string[] | undefined;
|
|
702
|
+
parentEntityType?: import("../../../_types/@internal_core/dist/index.js").EntityType | undefined;
|
|
703
|
+
parentEntityName?: string | undefined;
|
|
704
|
+
rootEntityType?: import("../../../_types/@internal_core/dist/index.js").EntityType | undefined;
|
|
705
|
+
rootEntityName?: string | undefined;
|
|
706
|
+
runId?: string | undefined;
|
|
707
|
+
sessionId?: string | undefined;
|
|
708
|
+
labels?: Record<string, string> | undefined;
|
|
709
|
+
timestamp?: {
|
|
710
|
+
start?: Date | undefined;
|
|
711
|
+
end?: Date | undefined;
|
|
712
|
+
startExclusive?: boolean | undefined;
|
|
713
|
+
endExclusive?: boolean | undefined;
|
|
714
|
+
} | undefined;
|
|
715
|
+
traceId?: string | undefined;
|
|
716
|
+
spanId?: string | undefined;
|
|
717
|
+
entityType?: import("../../../_types/@internal_core/dist/index.js").EntityType | undefined;
|
|
718
|
+
entityName?: string | undefined;
|
|
719
|
+
userId?: string | undefined;
|
|
720
|
+
organizationId?: string | undefined;
|
|
721
|
+
experimentId?: string | undefined;
|
|
722
|
+
serviceName?: string | undefined;
|
|
723
|
+
environment?: string | undefined;
|
|
724
|
+
} | undefined;
|
|
725
|
+
}, {
|
|
726
|
+
series: {
|
|
727
|
+
percentile: number;
|
|
728
|
+
points: {
|
|
729
|
+
timestamp: Date;
|
|
730
|
+
value: number;
|
|
731
|
+
}[];
|
|
732
|
+
}[];
|
|
733
|
+
}, "json", import(".").RouteSchemas<undefined, undefined, import("zod").ZodObject<{
|
|
734
|
+
name: import("zod").ZodString;
|
|
735
|
+
percentiles: import("zod").ZodArray<import("zod").ZodNumber>;
|
|
736
|
+
interval: import("zod").ZodEnum<{
|
|
737
|
+
"1m": "1m";
|
|
738
|
+
"5m": "5m";
|
|
739
|
+
"15m": "15m";
|
|
740
|
+
"1h": "1h";
|
|
741
|
+
"1d": "1d";
|
|
742
|
+
}>;
|
|
743
|
+
filters: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
744
|
+
name: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
745
|
+
parentEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.js").EntityType>>;
|
|
746
|
+
parentEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
747
|
+
rootEntityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.js").EntityType>>;
|
|
748
|
+
rootEntityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
749
|
+
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
750
|
+
sessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
751
|
+
labels: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
752
|
+
timestamp: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
753
|
+
start: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
754
|
+
end: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
755
|
+
startExclusive: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
756
|
+
endExclusive: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
757
|
+
}, import("zod/v4/core").$strip>>;
|
|
758
|
+
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
759
|
+
spanId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
760
|
+
entityType: import("zod").ZodOptional<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.js").EntityType>>;
|
|
761
|
+
entityName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
762
|
+
userId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
763
|
+
organizationId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
764
|
+
experimentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
765
|
+
serviceName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
766
|
+
environment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
767
|
+
}, import("zod/v4/core").$strip>>;
|
|
768
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
769
|
+
series: import("zod").ZodArray<import("zod").ZodObject<{
|
|
770
|
+
percentile: import("zod").ZodNumber;
|
|
771
|
+
points: import("zod").ZodArray<import("zod").ZodObject<{
|
|
772
|
+
timestamp: import("zod").ZodDate;
|
|
773
|
+
value: import("zod").ZodNumber;
|
|
774
|
+
}, import("zod/v4/core").$strip>>;
|
|
775
|
+
}, import("zod/v4/core").$strip>>;
|
|
776
|
+
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<Record<string, unknown>, {
|
|
777
|
+
names: string[];
|
|
778
|
+
}, "json", import(".").RouteSchemas<undefined, import("zod").ZodObject<Readonly<{
|
|
779
|
+
[k: string]: import("zod/v4/core").$ZodType<unknown, unknown, import("zod/v4/core").$ZodTypeInternals<unknown, unknown>>;
|
|
780
|
+
}>, import("zod/v4/core").$strip>, undefined, import("zod").ZodObject<{
|
|
781
|
+
names: import("zod").ZodArray<import("zod").ZodString>;
|
|
782
|
+
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<Record<string, unknown>, {
|
|
783
|
+
keys: string[];
|
|
784
|
+
}, "json", import(".").RouteSchemas<undefined, import("zod").ZodObject<Readonly<{
|
|
785
|
+
[k: string]: import("zod/v4/core").$ZodType<unknown, unknown, import("zod/v4/core").$ZodTypeInternals<unknown, unknown>>;
|
|
786
|
+
}>, import("zod/v4/core").$strip>, undefined, import("zod").ZodObject<{
|
|
787
|
+
keys: import("zod").ZodArray<import("zod").ZodString>;
|
|
788
|
+
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<Record<string, unknown>, {
|
|
789
|
+
values: string[];
|
|
790
|
+
}, "json", import(".").RouteSchemas<undefined, import("zod").ZodObject<Readonly<{
|
|
791
|
+
[k: string]: import("zod/v4/core").$ZodType<unknown, unknown, import("zod/v4/core").$ZodTypeInternals<unknown, unknown>>;
|
|
792
|
+
}>, import("zod/v4/core").$strip>, undefined, import("zod").ZodObject<{
|
|
793
|
+
values: import("zod").ZodArray<import("zod").ZodString>;
|
|
794
|
+
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<{}, {
|
|
795
|
+
entityTypes: import("../../../_types/@internal_core/dist/index.js").EntityType[];
|
|
796
|
+
}, "json", import(".").RouteSchemas<undefined, undefined, undefined, import("zod").ZodObject<{
|
|
797
|
+
entityTypes: import("zod").ZodArray<import("zod").ZodEnum<typeof import("../../../_types/@internal_core/dist/index.js").EntityType>>;
|
|
798
|
+
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<Record<string, unknown>, {
|
|
799
|
+
names: string[];
|
|
800
|
+
}, "json", import(".").RouteSchemas<undefined, import("zod").ZodObject<Readonly<{
|
|
801
|
+
[k: string]: import("zod/v4/core").$ZodType<unknown, unknown, import("zod/v4/core").$ZodTypeInternals<unknown, unknown>>;
|
|
802
|
+
}>, import("zod/v4/core").$strip>, undefined, import("zod").ZodObject<{
|
|
803
|
+
names: import("zod").ZodArray<import("zod").ZodString>;
|
|
804
|
+
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<{}, {
|
|
805
|
+
serviceNames: string[];
|
|
806
|
+
}, "json", import(".").RouteSchemas<undefined, undefined, undefined, import("zod").ZodObject<{
|
|
807
|
+
serviceNames: import("zod").ZodArray<import("zod").ZodString>;
|
|
808
|
+
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<{}, {
|
|
809
|
+
environments: string[];
|
|
810
|
+
}, "json", import(".").RouteSchemas<undefined, undefined, undefined, import("zod").ZodObject<{
|
|
811
|
+
environments: import("zod").ZodArray<import("zod").ZodString>;
|
|
812
|
+
}, import("zod/v4/core").$strip>>, string, `/${string}`>, import(".").ServerRoute<Record<string, unknown>, {
|
|
813
|
+
tags: string[];
|
|
814
|
+
}, "json", import(".").RouteSchemas<undefined, import("zod").ZodObject<Readonly<{
|
|
815
|
+
[k: string]: import("zod/v4/core").$ZodType<unknown, unknown, import("zod/v4/core").$ZodTypeInternals<unknown, unknown>>;
|
|
816
|
+
}>, import("zod/v4/core").$strip>, undefined, import("zod").ZodObject<{
|
|
817
|
+
tags: import("zod").ZodArray<import("zod").ZodString>;
|
|
818
|
+
}, import("zod/v4/core").$strip>>, string, `/${string}`>];
|
|
309
819
|
//# sourceMappingURL=observability.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"observability.d.ts","sourceRoot":"","sources":["../../../../src/server/server-adapter/routes/observability.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"observability.d.ts","sourceRoot":"","sources":["../../../../src/server/server-adapter/routes/observability.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAuBvB,CAAC"}
|