@vertikalx/vtx-backend-client 2.0.0-dev-geo.5 → 2.0.0-dev-geo.6

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertikalx/vtx-backend-client",
3
- "version": "2.0.0-dev-geo.5",
3
+ "version": "2.0.0-dev-geo.6",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -6372,6 +6372,15 @@ class VTXBaseAPI {
6372
6372
  profilePicture: {
6373
6373
  url: true,
6374
6374
  },
6375
+ currentCampaign: {
6376
+ _id: true,
6377
+ budgetMode: true,
6378
+ status: true,
6379
+ title: true,
6380
+ motivation: true,
6381
+ website: true,
6382
+ endingDate: true,
6383
+ }
6375
6384
  };
6376
6385
  const fields = {
6377
6386
  athletes: fieldsAthlete,