opik 1.8.79 → 1.8.81

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.
@@ -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
  /**