@vertikalx/vtx-backend-client 1.0.1-dev-max.20 → 2.0.0-dev-max.0
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.
|
@@ -2148,6 +2148,17 @@ class VTXBaseAPI {
|
|
|
2148
2148
|
key: true
|
|
2149
2149
|
}
|
|
2150
2150
|
},
|
|
2151
|
+
budget: {
|
|
2152
|
+
_id: true,
|
|
2153
|
+
initialFunds: true,
|
|
2154
|
+
totalRequired: true,
|
|
2155
|
+
items: {
|
|
2156
|
+
_id: true,
|
|
2157
|
+
quantity: true,
|
|
2158
|
+
concept: true,
|
|
2159
|
+
itemCost: true
|
|
2160
|
+
}
|
|
2161
|
+
},
|
|
2151
2162
|
participationDate: true,
|
|
2152
2163
|
result: {
|
|
2153
2164
|
_id: true,
|