opik 1.8.79 → 1.8.80
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-CYTxhA2C.d.cts → Client-DZhX83gv.d.cts} +4 -0
- package/dist/{Client-CYTxhA2C.d.ts → Client-DZhX83gv.d.ts} +4 -0
- package/dist/chunk-FORBQAVS.js +13 -0
- package/dist/index.cjs +1 -1
- 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-72RFL2US.js +0 -13
|
@@ -1162,7 +1162,10 @@ interface AnnotationQueueUpdate {
|
|
|
1162
1162
|
*/
|
|
1163
1163
|
interface FindEvaluatorsRequest {
|
|
1164
1164
|
projectId?: string;
|
|
1165
|
+
id?: string;
|
|
1165
1166
|
name?: string;
|
|
1167
|
+
filters?: string;
|
|
1168
|
+
sorting?: string;
|
|
1166
1169
|
page?: number;
|
|
1167
1170
|
size?: number;
|
|
1168
1171
|
}
|
|
@@ -2387,6 +2390,7 @@ interface AutomationRuleEvaluatorPagePublic {
|
|
|
2387
2390
|
size?: number;
|
|
2388
2391
|
total?: number;
|
|
2389
2392
|
content?: AutomationRuleEvaluatorObjectPublic[];
|
|
2393
|
+
sortableBy?: string[];
|
|
2390
2394
|
}
|
|
2391
2395
|
|
|
2392
2396
|
/**
|
|
@@ -1162,7 +1162,10 @@ interface AnnotationQueueUpdate {
|
|
|
1162
1162
|
*/
|
|
1163
1163
|
interface FindEvaluatorsRequest {
|
|
1164
1164
|
projectId?: string;
|
|
1165
|
+
id?: string;
|
|
1165
1166
|
name?: string;
|
|
1167
|
+
filters?: string;
|
|
1168
|
+
sorting?: string;
|
|
1166
1169
|
page?: number;
|
|
1167
1170
|
size?: number;
|
|
1168
1171
|
}
|
|
@@ -2387,6 +2390,7 @@ interface AutomationRuleEvaluatorPagePublic {
|
|
|
2387
2390
|
size?: number;
|
|
2388
2391
|
total?: number;
|
|
2389
2392
|
content?: AutomationRuleEvaluatorObjectPublic[];
|
|
2393
|
+
sortableBy?: string[];
|
|
2390
2394
|
}
|
|
2391
2395
|
|
|
2392
2396
|
/**
|