@vertikalx/vtx-backend-client 3.0.0-dev-max.98 → 3.0.0-dev-max.100
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 +1 -1
- package/src/api/vtx-base-api.js +3 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +6 -0
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +3 -0
- package/src/client/types.js +9 -0
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/package.json
CHANGED
package/src/api/vtx-base-api.js
CHANGED
|
@@ -10772,6 +10772,7 @@ class VTXBaseAPI {
|
|
|
10772
10772
|
pointsEarned: true,
|
|
10773
10773
|
counted: true,
|
|
10774
10774
|
notCountedReason: true,
|
|
10775
|
+
prMetrics: true,
|
|
10775
10776
|
};
|
|
10776
10777
|
const fields = {
|
|
10777
10778
|
items: itemFields,
|
|
@@ -10810,6 +10811,7 @@ class VTXBaseAPI {
|
|
|
10810
10811
|
value: true,
|
|
10811
10812
|
unit: true,
|
|
10812
10813
|
athleteAverage: true,
|
|
10814
|
+
athleteMax: true,
|
|
10813
10815
|
comparisonPercent: true,
|
|
10814
10816
|
};
|
|
10815
10817
|
const scoreInfoFields = {
|
|
@@ -10824,6 +10826,7 @@ class VTXBaseAPI {
|
|
|
10824
10826
|
category: true,
|
|
10825
10827
|
metrics: metricFields,
|
|
10826
10828
|
scoreInfo: scoreInfoFields,
|
|
10829
|
+
prMetrics: true,
|
|
10827
10830
|
};
|
|
10828
10831
|
let retValue;
|
|
10829
10832
|
try {
|