@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.
package/package.json
CHANGED
package/src/api/vtx-base-api.js
CHANGED
|
@@ -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,
|