@vertikalx/vtx-backend-client 1.0.0-dev.105 → 1.0.0-dev.107
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/package.json
CHANGED
package/src/api/vtx-base-api.js
CHANGED
|
@@ -5482,7 +5482,8 @@ class VTXBaseAPI {
|
|
|
5482
5482
|
position: true,
|
|
5483
5483
|
score: true,
|
|
5484
5484
|
finishTimeMS: true,
|
|
5485
|
-
resultWebLink: true
|
|
5485
|
+
resultWebLink: true,
|
|
5486
|
+
totalParticipants: true,
|
|
5486
5487
|
}
|
|
5487
5488
|
},
|
|
5488
5489
|
affiliations: {
|
|
@@ -5664,7 +5665,8 @@ class VTXBaseAPI {
|
|
|
5664
5665
|
position: true,
|
|
5665
5666
|
score: true,
|
|
5666
5667
|
finishTimeMS: true,
|
|
5667
|
-
resultWebLink: true
|
|
5668
|
+
resultWebLink: true,
|
|
5669
|
+
totalParticipants: true,
|
|
5668
5670
|
}
|
|
5669
5671
|
}
|
|
5670
5672
|
},
|