@vertikalx/vtx-backend-client 3.0.0-dev-max.136 → 3.0.0-dev-max.138
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
|
@@ -7822,9 +7822,32 @@ class VTXBaseAPI {
|
|
|
7822
7822
|
motivation: true,
|
|
7823
7823
|
fundsRequired: true,
|
|
7824
7824
|
fundsObtained: true,
|
|
7825
|
+
website: true,
|
|
7825
7826
|
status: true,
|
|
7826
7827
|
createdDate: true,
|
|
7827
7828
|
endingDate: true,
|
|
7829
|
+
video: {
|
|
7830
|
+
_id: true,
|
|
7831
|
+
url: true,
|
|
7832
|
+
},
|
|
7833
|
+
location: {
|
|
7834
|
+
_id: true,
|
|
7835
|
+
cityNameGeocode: true,
|
|
7836
|
+
stateNameGeocode: true,
|
|
7837
|
+
countryIso2CodeGeocode: true,
|
|
7838
|
+
city: {
|
|
7839
|
+
_id: true,
|
|
7840
|
+
name: true,
|
|
7841
|
+
state: {
|
|
7842
|
+
_id: true,
|
|
7843
|
+
name: true,
|
|
7844
|
+
country: {
|
|
7845
|
+
_id: true,
|
|
7846
|
+
name: true,
|
|
7847
|
+
},
|
|
7848
|
+
},
|
|
7849
|
+
},
|
|
7850
|
+
},
|
|
7828
7851
|
coverImage: {
|
|
7829
7852
|
_id: true,
|
|
7830
7853
|
url: true,
|
|
@@ -7834,6 +7857,34 @@ class VTXBaseAPI {
|
|
|
7834
7857
|
size: true,
|
|
7835
7858
|
useType: true
|
|
7836
7859
|
},
|
|
7860
|
+
budgetMode: true,
|
|
7861
|
+
budget: {
|
|
7862
|
+
_id: true,
|
|
7863
|
+
items: {
|
|
7864
|
+
_id: true,
|
|
7865
|
+
concept: true,
|
|
7866
|
+
quantity: true,
|
|
7867
|
+
itemCost: true,
|
|
7868
|
+
unit: true,
|
|
7869
|
+
},
|
|
7870
|
+
},
|
|
7871
|
+
competitions: {
|
|
7872
|
+
_id: true,
|
|
7873
|
+
event: {
|
|
7874
|
+
_id: true,
|
|
7875
|
+
name: true,
|
|
7876
|
+
},
|
|
7877
|
+
budget: {
|
|
7878
|
+
_id: true,
|
|
7879
|
+
items: {
|
|
7880
|
+
_id: true,
|
|
7881
|
+
concept: true,
|
|
7882
|
+
quantity: true,
|
|
7883
|
+
itemCost: true,
|
|
7884
|
+
unit: true,
|
|
7885
|
+
},
|
|
7886
|
+
},
|
|
7887
|
+
},
|
|
7837
7888
|
athlete: {
|
|
7838
7889
|
_id: true,
|
|
7839
7890
|
firstName: true,
|