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.
- package/dist/{Client-CB3-ejaS.d.cts → Client-BKQUnRtV.d.cts} +1 -0
- package/dist/{Client-CB3-ejaS.d.ts → Client-BKQUnRtV.d.ts} +1 -0
- package/dist/chunk-KWSHUFC4.js +4 -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 +1 -1
- 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-PEQD6RFM.js +0 -4
|
@@ -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;
|