@vertikalx/vtx-backend-client 2.0.0-dev-alejo.25 → 2.0.0-dev-alejo.26

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": "2.0.0-dev-alejo.25",
3
+ "version": "2.0.0-dev-alejo.26",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -4611,12 +4611,11 @@ class VTXBaseAPI {
4611
4611
  },
4612
4612
  currentCampaign: {
4613
4613
  _id: true,
4614
+ budgetMode: true,
4614
4615
  status: true,
4615
4616
  title: true,
4616
4617
  motivation: true,
4617
- fundsRequired: true,
4618
- initialFundsObtained: true,
4619
- fundsObtained: true,
4618
+ website: true,
4620
4619
  video: {
4621
4620
  _id: true,
4622
4621
  source: true,