@vertikalx/vtx-backend-client 2.0.0-dev.25 → 2.0.0-dev.26
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
|
@@ -4705,6 +4705,7 @@ class VTXBaseAPI {
|
|
|
4705
4705
|
},
|
|
4706
4706
|
currentCampaign: {
|
|
4707
4707
|
_id: true,
|
|
4708
|
+
budgetMode: true,
|
|
4708
4709
|
status: true,
|
|
4709
4710
|
title: true,
|
|
4710
4711
|
motivation: true,
|
|
@@ -4719,6 +4720,78 @@ class VTXBaseAPI {
|
|
|
4719
4720
|
sourceData: true
|
|
4720
4721
|
},
|
|
4721
4722
|
endingDate: true,
|
|
4723
|
+
competitions: {
|
|
4724
|
+
_id: true,
|
|
4725
|
+
event: {
|
|
4726
|
+
_id: true,
|
|
4727
|
+
name: true,
|
|
4728
|
+
mainSport: {
|
|
4729
|
+
_id: true,
|
|
4730
|
+
name: true
|
|
4731
|
+
},
|
|
4732
|
+
eventWebSite: true,
|
|
4733
|
+
startDate: true,
|
|
4734
|
+
endDate: true,
|
|
4735
|
+
verified: true,
|
|
4736
|
+
banner: {
|
|
4737
|
+
_id: true,
|
|
4738
|
+
name: true,
|
|
4739
|
+
contentType: true,
|
|
4740
|
+
size: true,
|
|
4741
|
+
useType: true,
|
|
4742
|
+
url: true,
|
|
4743
|
+
key: true
|
|
4744
|
+
},
|
|
4745
|
+
location: {
|
|
4746
|
+
_id: true,
|
|
4747
|
+
userProvidedLatitude: true,
|
|
4748
|
+
userProvidedLongitude: true,
|
|
4749
|
+
cityNameGeocode: true,
|
|
4750
|
+
stateNameGeocode: true,
|
|
4751
|
+
countryIso2CodeGeocode: true,
|
|
4752
|
+
timeZoneGeocode: true,
|
|
4753
|
+
latitudeGeocode: true,
|
|
4754
|
+
longitudeGeocode: true,
|
|
4755
|
+
city: {
|
|
4756
|
+
_id: true,
|
|
4757
|
+
name: true,
|
|
4758
|
+
localizedName: true,
|
|
4759
|
+
state: {
|
|
4760
|
+
_id: true,
|
|
4761
|
+
name: true,
|
|
4762
|
+
country: {
|
|
4763
|
+
_id: true,
|
|
4764
|
+
name: true
|
|
4765
|
+
}
|
|
4766
|
+
},
|
|
4767
|
+
latitude: true,
|
|
4768
|
+
longitude: true,
|
|
4769
|
+
timezone: true,
|
|
4770
|
+
}
|
|
4771
|
+
},
|
|
4772
|
+
},
|
|
4773
|
+
participationDate: true,
|
|
4774
|
+
result: {
|
|
4775
|
+
_id: true,
|
|
4776
|
+
resultType: true,
|
|
4777
|
+
position: true,
|
|
4778
|
+
score: true,
|
|
4779
|
+
finishTimeMS: true,
|
|
4780
|
+
resultWebLink: true
|
|
4781
|
+
},
|
|
4782
|
+
budget: {
|
|
4783
|
+
_id: true,
|
|
4784
|
+
initialFunds: true,
|
|
4785
|
+
totalRequired: true,
|
|
4786
|
+
items: {
|
|
4787
|
+
_id: true,
|
|
4788
|
+
quantity: true,
|
|
4789
|
+
concept: true,
|
|
4790
|
+
itemCost: true,
|
|
4791
|
+
unit: true
|
|
4792
|
+
}
|
|
4793
|
+
},
|
|
4794
|
+
}
|
|
4722
4795
|
}
|
|
4723
4796
|
};
|
|
4724
4797
|
const fields = {
|
|
@@ -6667,6 +6740,78 @@ class VTXBaseAPI {
|
|
|
6667
6740
|
sourceData: true
|
|
6668
6741
|
},
|
|
6669
6742
|
endingDate: true,
|
|
6743
|
+
competitions: {
|
|
6744
|
+
_id: true,
|
|
6745
|
+
event: {
|
|
6746
|
+
_id: true,
|
|
6747
|
+
name: true,
|
|
6748
|
+
mainSport: {
|
|
6749
|
+
_id: true,
|
|
6750
|
+
name: true
|
|
6751
|
+
},
|
|
6752
|
+
eventWebSite: true,
|
|
6753
|
+
startDate: true,
|
|
6754
|
+
endDate: true,
|
|
6755
|
+
verified: true,
|
|
6756
|
+
banner: {
|
|
6757
|
+
_id: true,
|
|
6758
|
+
name: true,
|
|
6759
|
+
contentType: true,
|
|
6760
|
+
size: true,
|
|
6761
|
+
useType: true,
|
|
6762
|
+
url: true,
|
|
6763
|
+
key: true
|
|
6764
|
+
},
|
|
6765
|
+
location: {
|
|
6766
|
+
_id: true,
|
|
6767
|
+
userProvidedLatitude: true,
|
|
6768
|
+
userProvidedLongitude: true,
|
|
6769
|
+
cityNameGeocode: true,
|
|
6770
|
+
stateNameGeocode: true,
|
|
6771
|
+
countryIso2CodeGeocode: true,
|
|
6772
|
+
timeZoneGeocode: true,
|
|
6773
|
+
latitudeGeocode: true,
|
|
6774
|
+
longitudeGeocode: true,
|
|
6775
|
+
city: {
|
|
6776
|
+
_id: true,
|
|
6777
|
+
name: true,
|
|
6778
|
+
localizedName: true,
|
|
6779
|
+
state: {
|
|
6780
|
+
_id: true,
|
|
6781
|
+
name: true,
|
|
6782
|
+
country: {
|
|
6783
|
+
_id: true,
|
|
6784
|
+
name: true
|
|
6785
|
+
}
|
|
6786
|
+
},
|
|
6787
|
+
latitude: true,
|
|
6788
|
+
longitude: true,
|
|
6789
|
+
timezone: true,
|
|
6790
|
+
}
|
|
6791
|
+
},
|
|
6792
|
+
},
|
|
6793
|
+
participationDate: true,
|
|
6794
|
+
result: {
|
|
6795
|
+
_id: true,
|
|
6796
|
+
resultType: true,
|
|
6797
|
+
position: true,
|
|
6798
|
+
score: true,
|
|
6799
|
+
finishTimeMS: true,
|
|
6800
|
+
resultWebLink: true
|
|
6801
|
+
},
|
|
6802
|
+
budget: {
|
|
6803
|
+
_id: true,
|
|
6804
|
+
initialFunds: true,
|
|
6805
|
+
totalRequired: true,
|
|
6806
|
+
items: {
|
|
6807
|
+
_id: true,
|
|
6808
|
+
quantity: true,
|
|
6809
|
+
concept: true,
|
|
6810
|
+
itemCost: true,
|
|
6811
|
+
unit: true
|
|
6812
|
+
}
|
|
6813
|
+
},
|
|
6814
|
+
}
|
|
6670
6815
|
}
|
|
6671
6816
|
};
|
|
6672
6817
|
const fields = {
|