@avallon-labs/sdk 51.0.0-staging.1135 → 51.1.0
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.ts +4 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2066,6 +2066,7 @@ type CreateEvalBenchmarkEnvelopeDataRunsItemStatus = (typeof CreateEvalBenchmark
|
|
|
2066
2066
|
declare const CreateEvalBenchmarkEnvelopeDataRunsItemStatus: {
|
|
2067
2067
|
readonly queued: "queued";
|
|
2068
2068
|
readonly running: "running";
|
|
2069
|
+
readonly judging: "judging";
|
|
2069
2070
|
readonly passed: "passed";
|
|
2070
2071
|
readonly failed: "failed";
|
|
2071
2072
|
readonly error: "error";
|
|
@@ -5333,6 +5334,7 @@ type GetBenchmarkEnvelopeDataRunsItemStatus = (typeof GetBenchmarkEnvelopeDataRu
|
|
|
5333
5334
|
declare const GetBenchmarkEnvelopeDataRunsItemStatus: {
|
|
5334
5335
|
readonly queued: "queued";
|
|
5335
5336
|
readonly running: "running";
|
|
5337
|
+
readonly judging: "judging";
|
|
5336
5338
|
readonly passed: "passed";
|
|
5337
5339
|
readonly failed: "failed";
|
|
5338
5340
|
readonly error: "error";
|
|
@@ -5847,6 +5849,7 @@ type GetEvalRunEnvelopeDataStatus = (typeof GetEvalRunEnvelopeDataStatus)[keyof
|
|
|
5847
5849
|
declare const GetEvalRunEnvelopeDataStatus: {
|
|
5848
5850
|
readonly queued: "queued";
|
|
5849
5851
|
readonly running: "running";
|
|
5852
|
+
readonly judging: "judging";
|
|
5850
5853
|
readonly passed: "passed";
|
|
5851
5854
|
readonly failed: "failed";
|
|
5852
5855
|
readonly error: "error";
|
|
@@ -10922,6 +10925,7 @@ type RunEvalEnvelopeDataStatus = (typeof RunEvalEnvelopeDataStatus)[keyof typeof
|
|
|
10922
10925
|
declare const RunEvalEnvelopeDataStatus: {
|
|
10923
10926
|
readonly queued: "queued";
|
|
10924
10927
|
readonly running: "running";
|
|
10928
|
+
readonly judging: "judging";
|
|
10925
10929
|
readonly passed: "passed";
|
|
10926
10930
|
readonly failed: "failed";
|
|
10927
10931
|
readonly error: "error";
|
package/dist/index.js
CHANGED
|
@@ -5839,6 +5839,7 @@ var CreateEvalBenchmarkEnvelopeDataRunsItemConfiguration = {
|
|
|
5839
5839
|
var CreateEvalBenchmarkEnvelopeDataRunsItemStatus = {
|
|
5840
5840
|
queued: "queued",
|
|
5841
5841
|
running: "running",
|
|
5842
|
+
judging: "judging",
|
|
5842
5843
|
passed: "passed",
|
|
5843
5844
|
failed: "failed",
|
|
5844
5845
|
error: "error"
|
|
@@ -6098,6 +6099,7 @@ var GetBenchmarkEnvelopeDataRunsItemConfiguration = {
|
|
|
6098
6099
|
var GetBenchmarkEnvelopeDataRunsItemStatus = {
|
|
6099
6100
|
queued: "queued",
|
|
6100
6101
|
running: "running",
|
|
6102
|
+
judging: "judging",
|
|
6101
6103
|
passed: "passed",
|
|
6102
6104
|
failed: "failed",
|
|
6103
6105
|
error: "error"
|
|
@@ -6126,6 +6128,7 @@ var GetEvalRunEnvelopeDataConfiguration = {
|
|
|
6126
6128
|
var GetEvalRunEnvelopeDataStatus = {
|
|
6127
6129
|
queued: "queued",
|
|
6128
6130
|
running: "running",
|
|
6131
|
+
judging: "judging",
|
|
6129
6132
|
passed: "passed",
|
|
6130
6133
|
failed: "failed",
|
|
6131
6134
|
error: "error"
|
|
@@ -6726,6 +6729,7 @@ var RunEvalEnvelopeDataConfiguration = {
|
|
|
6726
6729
|
var RunEvalEnvelopeDataStatus = {
|
|
6727
6730
|
queued: "queued",
|
|
6728
6731
|
running: "running",
|
|
6732
|
+
judging: "judging",
|
|
6729
6733
|
passed: "passed",
|
|
6730
6734
|
failed: "failed",
|
|
6731
6735
|
error: "error"
|