@vertikalx/vtx-backend-client 3.0.0-dev-max.123 → 3.0.0-dev-max.124

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-max.123",
3
+ "version": "3.0.0-dev-max.124",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -7976,6 +7976,14 @@ class VTXBaseAPI {
7976
7976
  status: true,
7977
7977
  message: true,
7978
7978
  },
7979
+ diagnostics: {
7980
+ activitiesDeleted: true,
7981
+ activitiesFetched: true,
7982
+ activitiesDateRange: true,
7983
+ activityRefsSaved: true,
7984
+ historicalDatesProcessed: true,
7985
+ historicalRebuildStatus: true,
7986
+ },
7979
7987
  },
7980
7988
  successCount: true,
7981
7989
  failureCount: true,