@vertikalx/vtx-backend-client 3.0.0-dev-max.137 → 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
|
@@ -7826,11 +7826,27 @@ class VTXBaseAPI {
|
|
|
7826
7826
|
status: true,
|
|
7827
7827
|
createdDate: true,
|
|
7828
7828
|
endingDate: true,
|
|
7829
|
+
video: {
|
|
7830
|
+
_id: true,
|
|
7831
|
+
url: true,
|
|
7832
|
+
},
|
|
7829
7833
|
location: {
|
|
7830
7834
|
_id: true,
|
|
7831
7835
|
cityNameGeocode: true,
|
|
7832
7836
|
stateNameGeocode: true,
|
|
7833
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
|
+
},
|
|
7834
7850
|
},
|
|
7835
7851
|
coverImage: {
|
|
7836
7852
|
_id: true,
|
|
@@ -7841,6 +7857,34 @@ class VTXBaseAPI {
|
|
|
7841
7857
|
size: true,
|
|
7842
7858
|
useType: true
|
|
7843
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
|
+
},
|
|
7844
7888
|
athlete: {
|
|
7845
7889
|
_id: true,
|
|
7846
7890
|
firstName: true,
|