opik 1.7.30 → 1.7.31

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.
@@ -2709,6 +2709,7 @@ interface ExperimentPublic {
2709
2709
  createdAt?: Date;
2710
2710
  duration?: PercentageValuesPublic;
2711
2711
  totalEstimatedCost?: number;
2712
+ totalEstimatedCostAvg?: number;
2712
2713
  usage?: Record<string, number>;
2713
2714
  lastUpdatedAt?: Date;
2714
2715
  createdBy?: string;
@@ -2709,6 +2709,7 @@ interface ExperimentPublic {
2709
2709
  createdAt?: Date;
2710
2710
  duration?: PercentageValuesPublic;
2711
2711
  totalEstimatedCost?: number;
2712
+ totalEstimatedCostAvg?: number;
2712
2713
  usage?: Record<string, number>;
2713
2714
  lastUpdatedAt?: Date;
2714
2715
  createdBy?: string;