@vertikalx/vtx-backend-client 2.0.0-dev-carlos.22 → 2.0.0-dev-carlos.23

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-carlos.22",
3
+ "version": "2.0.0-dev-carlos.23",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -4623,6 +4623,7 @@ class VTXBaseAPI {
4623
4623
  },
4624
4624
  currentCampaign: {
4625
4625
  _id: true,
4626
+ budgetMode: true,
4626
4627
  status: true,
4627
4628
  title: true,
4628
4629
  motivation: true,
@@ -6665,7 +6666,19 @@ class VTXBaseAPI {
6665
6666
  score: true,
6666
6667
  finishTimeMS: true,
6667
6668
  resultWebLink: true
6668
- }
6669
+ },
6670
+ budget: {
6671
+ _id: true,
6672
+ initialFunds: true,
6673
+ totalRequired: true,
6674
+ items: {
6675
+ _id: true,
6676
+ quantity: true,
6677
+ concept: true,
6678
+ itemCost: true,
6679
+ unit: true
6680
+ }
6681
+ },
6669
6682
  }
6670
6683
  }
6671
6684
  };