@oro-ai/sdk 1.0.103 → 1.0.104
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/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/generated/types.gen.ts +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -1341,6 +1341,7 @@ type EvaluationRunDetail = {
|
|
|
1341
1341
|
execution_kind?: 'legacy_shoppingbench' | 'envpack' | 'unknown';
|
|
1342
1342
|
execution_contract_id?: (string | null);
|
|
1343
1343
|
environment?: (SafeEnvironmentMetadata | null);
|
|
1344
|
+
items?: (EvaluationItemsRead | null);
|
|
1344
1345
|
};
|
|
1345
1346
|
type EvaluationRunPublic = {
|
|
1346
1347
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1341,6 +1341,7 @@ type EvaluationRunDetail = {
|
|
|
1341
1341
|
execution_kind?: 'legacy_shoppingbench' | 'envpack' | 'unknown';
|
|
1342
1342
|
execution_contract_id?: (string | null);
|
|
1343
1343
|
environment?: (SafeEnvironmentMetadata | null);
|
|
1344
|
+
items?: (EvaluationItemsRead | null);
|
|
1344
1345
|
};
|
|
1345
1346
|
type EvaluationRunPublic = {
|
|
1346
1347
|
/**
|
package/package.json
CHANGED
|
@@ -1405,6 +1405,7 @@ export type EvaluationRunDetail = {
|
|
|
1405
1405
|
execution_kind?: 'legacy_shoppingbench' | 'envpack' | 'unknown';
|
|
1406
1406
|
execution_contract_id?: (string | null);
|
|
1407
1407
|
environment?: (SafeEnvironmentMetadata | null);
|
|
1408
|
+
items?: (EvaluationItemsRead | null);
|
|
1408
1409
|
};
|
|
1409
1410
|
|
|
1410
1411
|
export type EvaluationRunPublic = {
|