@vertikalx/vtx-backend-client 1.0.1-dev-max.8 → 1.0.1-dev-max.9

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.8",
3
+ "version": "1.0.1-dev-max.9",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertikalx/vtx-backend-client",
3
- "version": "1.0.1-dev-max.8",
3
+ "version": "1.0.1-dev-max.9",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -6643,6 +6643,16 @@ class VTXBaseAPI {
6643
6643
  },
6644
6644
  participationDate: true,
6645
6645
  competitionNumber: true,
6646
+ budget: {
6647
+ initialFunds: true,
6648
+ totalRequired: true,
6649
+ items: {
6650
+ _id: true,
6651
+ quantity: true,
6652
+ concept: true,
6653
+ itemCost: true
6654
+ }
6655
+ },
6646
6656
  result: {
6647
6657
  resultType: true,
6648
6658
  position: true,