opik 1.8.35 → 1.8.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{Client-CeuvADR-.d.cts → Client-Edr0LtQR.d.cts} +62 -30
- package/dist/{Client-CeuvADR-.d.ts → Client-Edr0LtQR.d.ts} +62 -30
- package/dist/chunk-KTXERFOD.js +9 -0
- package/dist/index.cjs +7 -7
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/vercel/index.cjs +7 -7
- package/dist/vercel/index.d.cts +1 -1
- package/dist/vercel/index.d.ts +1 -1
- package/dist/vercel/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-FSJWZBUZ.js +0 -9
|
@@ -687,6 +687,8 @@ interface ProjectMetricRequestPublic {
|
|
|
687
687
|
interval?: ProjectMetricRequestPublicInterval;
|
|
688
688
|
intervalStart?: Date;
|
|
689
689
|
intervalEnd?: Date;
|
|
690
|
+
traceFilters?: TraceFilterPublic[];
|
|
691
|
+
threadFilters?: TraceThreadFilterPublic[];
|
|
690
692
|
}
|
|
691
693
|
|
|
692
694
|
/**
|
|
@@ -3541,6 +3543,66 @@ interface ResultsNumberPublic {
|
|
|
3541
3543
|
data?: DataPointNumberPublic[];
|
|
3542
3544
|
}
|
|
3543
3545
|
|
|
3546
|
+
/**
|
|
3547
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3548
|
+
*/
|
|
3549
|
+
type TraceFilterPublicOperator = "contains" | "not_contains" | "starts_with" | "ends_with" | "=" | "!=" | ">" | ">=" | "<" | "<=" | "is_empty" | "is_not_empty";
|
|
3550
|
+
declare const TraceFilterPublicOperator: {
|
|
3551
|
+
readonly Contains: "contains";
|
|
3552
|
+
readonly NotContains: "not_contains";
|
|
3553
|
+
readonly StartsWith: "starts_with";
|
|
3554
|
+
readonly EndsWith: "ends_with";
|
|
3555
|
+
readonly EqualTo: "=";
|
|
3556
|
+
readonly NotEquals: "!=";
|
|
3557
|
+
readonly GreaterThan: ">";
|
|
3558
|
+
readonly GreaterThanOrEqualTo: ">=";
|
|
3559
|
+
readonly LessThan: "<";
|
|
3560
|
+
readonly LessThanOrEqualTo: "<=";
|
|
3561
|
+
readonly IsEmpty: "is_empty";
|
|
3562
|
+
readonly IsNotEmpty: "is_not_empty";
|
|
3563
|
+
};
|
|
3564
|
+
|
|
3565
|
+
/**
|
|
3566
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3567
|
+
*/
|
|
3568
|
+
|
|
3569
|
+
interface TraceFilterPublic {
|
|
3570
|
+
field?: string;
|
|
3571
|
+
operator?: TraceFilterPublicOperator;
|
|
3572
|
+
key?: string;
|
|
3573
|
+
value?: string;
|
|
3574
|
+
}
|
|
3575
|
+
|
|
3576
|
+
/**
|
|
3577
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3578
|
+
*/
|
|
3579
|
+
type TraceThreadFilterPublicOperator = "contains" | "not_contains" | "starts_with" | "ends_with" | "=" | "!=" | ">" | ">=" | "<" | "<=" | "is_empty" | "is_not_empty";
|
|
3580
|
+
declare const TraceThreadFilterPublicOperator: {
|
|
3581
|
+
readonly Contains: "contains";
|
|
3582
|
+
readonly NotContains: "not_contains";
|
|
3583
|
+
readonly StartsWith: "starts_with";
|
|
3584
|
+
readonly EndsWith: "ends_with";
|
|
3585
|
+
readonly EqualTo: "=";
|
|
3586
|
+
readonly NotEquals: "!=";
|
|
3587
|
+
readonly GreaterThan: ">";
|
|
3588
|
+
readonly GreaterThanOrEqualTo: ">=";
|
|
3589
|
+
readonly LessThan: "<";
|
|
3590
|
+
readonly LessThanOrEqualTo: "<=";
|
|
3591
|
+
readonly IsEmpty: "is_empty";
|
|
3592
|
+
readonly IsNotEmpty: "is_not_empty";
|
|
3593
|
+
};
|
|
3594
|
+
|
|
3595
|
+
/**
|
|
3596
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3597
|
+
*/
|
|
3598
|
+
|
|
3599
|
+
interface TraceThreadFilterPublic {
|
|
3600
|
+
field?: string;
|
|
3601
|
+
operator?: TraceThreadFilterPublicOperator;
|
|
3602
|
+
key?: string;
|
|
3603
|
+
value?: string;
|
|
3604
|
+
}
|
|
3605
|
+
|
|
3544
3606
|
/**
|
|
3545
3607
|
* This file was auto-generated by Fern from our API Definition.
|
|
3546
3608
|
*/
|
|
@@ -4264,36 +4326,6 @@ interface TraceThreadFilter {
|
|
|
4264
4326
|
value?: string;
|
|
4265
4327
|
}
|
|
4266
4328
|
|
|
4267
|
-
/**
|
|
4268
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4269
|
-
*/
|
|
4270
|
-
type TraceFilterPublicOperator = "contains" | "not_contains" | "starts_with" | "ends_with" | "=" | "!=" | ">" | ">=" | "<" | "<=" | "is_empty" | "is_not_empty";
|
|
4271
|
-
declare const TraceFilterPublicOperator: {
|
|
4272
|
-
readonly Contains: "contains";
|
|
4273
|
-
readonly NotContains: "not_contains";
|
|
4274
|
-
readonly StartsWith: "starts_with";
|
|
4275
|
-
readonly EndsWith: "ends_with";
|
|
4276
|
-
readonly EqualTo: "=";
|
|
4277
|
-
readonly NotEquals: "!=";
|
|
4278
|
-
readonly GreaterThan: ">";
|
|
4279
|
-
readonly GreaterThanOrEqualTo: ">=";
|
|
4280
|
-
readonly LessThan: "<";
|
|
4281
|
-
readonly LessThanOrEqualTo: "<=";
|
|
4282
|
-
readonly IsEmpty: "is_empty";
|
|
4283
|
-
readonly IsNotEmpty: "is_not_empty";
|
|
4284
|
-
};
|
|
4285
|
-
|
|
4286
|
-
/**
|
|
4287
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4288
|
-
*/
|
|
4289
|
-
|
|
4290
|
-
interface TraceFilterPublic {
|
|
4291
|
-
field?: string;
|
|
4292
|
-
operator?: TraceFilterPublicOperator;
|
|
4293
|
-
key?: string;
|
|
4294
|
-
value?: string;
|
|
4295
|
-
}
|
|
4296
|
-
|
|
4297
4329
|
/**
|
|
4298
4330
|
* This file was auto-generated by Fern from our API Definition.
|
|
4299
4331
|
*/
|
|
@@ -687,6 +687,8 @@ interface ProjectMetricRequestPublic {
|
|
|
687
687
|
interval?: ProjectMetricRequestPublicInterval;
|
|
688
688
|
intervalStart?: Date;
|
|
689
689
|
intervalEnd?: Date;
|
|
690
|
+
traceFilters?: TraceFilterPublic[];
|
|
691
|
+
threadFilters?: TraceThreadFilterPublic[];
|
|
690
692
|
}
|
|
691
693
|
|
|
692
694
|
/**
|
|
@@ -3541,6 +3543,66 @@ interface ResultsNumberPublic {
|
|
|
3541
3543
|
data?: DataPointNumberPublic[];
|
|
3542
3544
|
}
|
|
3543
3545
|
|
|
3546
|
+
/**
|
|
3547
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3548
|
+
*/
|
|
3549
|
+
type TraceFilterPublicOperator = "contains" | "not_contains" | "starts_with" | "ends_with" | "=" | "!=" | ">" | ">=" | "<" | "<=" | "is_empty" | "is_not_empty";
|
|
3550
|
+
declare const TraceFilterPublicOperator: {
|
|
3551
|
+
readonly Contains: "contains";
|
|
3552
|
+
readonly NotContains: "not_contains";
|
|
3553
|
+
readonly StartsWith: "starts_with";
|
|
3554
|
+
readonly EndsWith: "ends_with";
|
|
3555
|
+
readonly EqualTo: "=";
|
|
3556
|
+
readonly NotEquals: "!=";
|
|
3557
|
+
readonly GreaterThan: ">";
|
|
3558
|
+
readonly GreaterThanOrEqualTo: ">=";
|
|
3559
|
+
readonly LessThan: "<";
|
|
3560
|
+
readonly LessThanOrEqualTo: "<=";
|
|
3561
|
+
readonly IsEmpty: "is_empty";
|
|
3562
|
+
readonly IsNotEmpty: "is_not_empty";
|
|
3563
|
+
};
|
|
3564
|
+
|
|
3565
|
+
/**
|
|
3566
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3567
|
+
*/
|
|
3568
|
+
|
|
3569
|
+
interface TraceFilterPublic {
|
|
3570
|
+
field?: string;
|
|
3571
|
+
operator?: TraceFilterPublicOperator;
|
|
3572
|
+
key?: string;
|
|
3573
|
+
value?: string;
|
|
3574
|
+
}
|
|
3575
|
+
|
|
3576
|
+
/**
|
|
3577
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3578
|
+
*/
|
|
3579
|
+
type TraceThreadFilterPublicOperator = "contains" | "not_contains" | "starts_with" | "ends_with" | "=" | "!=" | ">" | ">=" | "<" | "<=" | "is_empty" | "is_not_empty";
|
|
3580
|
+
declare const TraceThreadFilterPublicOperator: {
|
|
3581
|
+
readonly Contains: "contains";
|
|
3582
|
+
readonly NotContains: "not_contains";
|
|
3583
|
+
readonly StartsWith: "starts_with";
|
|
3584
|
+
readonly EndsWith: "ends_with";
|
|
3585
|
+
readonly EqualTo: "=";
|
|
3586
|
+
readonly NotEquals: "!=";
|
|
3587
|
+
readonly GreaterThan: ">";
|
|
3588
|
+
readonly GreaterThanOrEqualTo: ">=";
|
|
3589
|
+
readonly LessThan: "<";
|
|
3590
|
+
readonly LessThanOrEqualTo: "<=";
|
|
3591
|
+
readonly IsEmpty: "is_empty";
|
|
3592
|
+
readonly IsNotEmpty: "is_not_empty";
|
|
3593
|
+
};
|
|
3594
|
+
|
|
3595
|
+
/**
|
|
3596
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3597
|
+
*/
|
|
3598
|
+
|
|
3599
|
+
interface TraceThreadFilterPublic {
|
|
3600
|
+
field?: string;
|
|
3601
|
+
operator?: TraceThreadFilterPublicOperator;
|
|
3602
|
+
key?: string;
|
|
3603
|
+
value?: string;
|
|
3604
|
+
}
|
|
3605
|
+
|
|
3544
3606
|
/**
|
|
3545
3607
|
* This file was auto-generated by Fern from our API Definition.
|
|
3546
3608
|
*/
|
|
@@ -4264,36 +4326,6 @@ interface TraceThreadFilter {
|
|
|
4264
4326
|
value?: string;
|
|
4265
4327
|
}
|
|
4266
4328
|
|
|
4267
|
-
/**
|
|
4268
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4269
|
-
*/
|
|
4270
|
-
type TraceFilterPublicOperator = "contains" | "not_contains" | "starts_with" | "ends_with" | "=" | "!=" | ">" | ">=" | "<" | "<=" | "is_empty" | "is_not_empty";
|
|
4271
|
-
declare const TraceFilterPublicOperator: {
|
|
4272
|
-
readonly Contains: "contains";
|
|
4273
|
-
readonly NotContains: "not_contains";
|
|
4274
|
-
readonly StartsWith: "starts_with";
|
|
4275
|
-
readonly EndsWith: "ends_with";
|
|
4276
|
-
readonly EqualTo: "=";
|
|
4277
|
-
readonly NotEquals: "!=";
|
|
4278
|
-
readonly GreaterThan: ">";
|
|
4279
|
-
readonly GreaterThanOrEqualTo: ">=";
|
|
4280
|
-
readonly LessThan: "<";
|
|
4281
|
-
readonly LessThanOrEqualTo: "<=";
|
|
4282
|
-
readonly IsEmpty: "is_empty";
|
|
4283
|
-
readonly IsNotEmpty: "is_not_empty";
|
|
4284
|
-
};
|
|
4285
|
-
|
|
4286
|
-
/**
|
|
4287
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4288
|
-
*/
|
|
4289
|
-
|
|
4290
|
-
interface TraceFilterPublic {
|
|
4291
|
-
field?: string;
|
|
4292
|
-
operator?: TraceFilterPublicOperator;
|
|
4293
|
-
key?: string;
|
|
4294
|
-
value?: string;
|
|
4295
|
-
}
|
|
4296
|
-
|
|
4297
4329
|
/**
|
|
4298
4330
|
* This file was auto-generated by Fern from our API Definition.
|
|
4299
4331
|
*/
|