@oro-ai/sdk 1.0.30 → 1.0.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/index.d.mts +8 -0
- package/dist/index.d.ts +8 -0
- package/package.json +1 -1
- package/src/generated/types.gen.ts +8 -0
package/dist/index.d.mts
CHANGED
|
@@ -1807,6 +1807,14 @@ type ProblemProgressEntry = {
|
|
|
1807
1807
|
* Problem category
|
|
1808
1808
|
*/
|
|
1809
1809
|
category?: (string | null);
|
|
1810
|
+
/**
|
|
1811
|
+
* Evaluation phase: QUALIFYING or RACE
|
|
1812
|
+
*/
|
|
1813
|
+
phase?: (string | null);
|
|
1814
|
+
/**
|
|
1815
|
+
* Race ID when phase is RACE
|
|
1816
|
+
*/
|
|
1817
|
+
race_id?: (string | null);
|
|
1810
1818
|
/**
|
|
1811
1819
|
* Results from each validator that evaluated this problem
|
|
1812
1820
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1807,6 +1807,14 @@ type ProblemProgressEntry = {
|
|
|
1807
1807
|
* Problem category
|
|
1808
1808
|
*/
|
|
1809
1809
|
category?: (string | null);
|
|
1810
|
+
/**
|
|
1811
|
+
* Evaluation phase: QUALIFYING or RACE
|
|
1812
|
+
*/
|
|
1813
|
+
phase?: (string | null);
|
|
1814
|
+
/**
|
|
1815
|
+
* Race ID when phase is RACE
|
|
1816
|
+
*/
|
|
1817
|
+
race_id?: (string | null);
|
|
1810
1818
|
/**
|
|
1811
1819
|
* Results from each validator that evaluated this problem
|
|
1812
1820
|
*/
|
package/package.json
CHANGED
|
@@ -1889,6 +1889,14 @@ export type ProblemProgressEntry = {
|
|
|
1889
1889
|
* Problem category
|
|
1890
1890
|
*/
|
|
1891
1891
|
category?: (string | null);
|
|
1892
|
+
/**
|
|
1893
|
+
* Evaluation phase: QUALIFYING or RACE
|
|
1894
|
+
*/
|
|
1895
|
+
phase?: (string | null);
|
|
1896
|
+
/**
|
|
1897
|
+
* Race ID when phase is RACE
|
|
1898
|
+
*/
|
|
1899
|
+
race_id?: (string | null);
|
|
1892
1900
|
/**
|
|
1893
1901
|
* Results from each validator that evaluated this problem
|
|
1894
1902
|
*/
|