@vertikalx/vtx-backend-client 1.0.1-dev-max.4 → 1.0.1-dev-max.5

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": "1.0.1-dev-max.4",
3
+ "version": "1.0.1-dev-max.5",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -2318,6 +2318,17 @@ class VTXBaseAPI {
2318
2318
  }
2319
2319
  },
2320
2320
  },
2321
+ budget: {
2322
+ _id: true,
2323
+ initialFunds: true,
2324
+ totalRequired: true,
2325
+ items: {
2326
+ _id: true,
2327
+ quantity: true,
2328
+ concept: true,
2329
+ itemCost: true
2330
+ }
2331
+ },
2321
2332
  participationDate: true,
2322
2333
  result: {
2323
2334
  _id: true,