@vertikalx/vtx-backend-client 3.0.0-dev.30 → 3.0.0-dev.32

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertikalx/vtx-backend-client",
3
- "version": "3.0.0-dev.30",
3
+ "version": "3.0.0-dev.32",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -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,
@@ -10825,6 +10826,7 @@ class VTXBaseAPI {
10825
10826
  category: true,
10826
10827
  metrics: metricFields,
10827
10828
  scoreInfo: scoreInfoFields,
10829
+ prMetrics: true,
10828
10830
  };
10829
10831
  let retValue;
10830
10832
  try {