@vertikalx/vtx-backend-client 1.0.0-dev-max.1 → 1.0.0-dev-max.2
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
|
@@ -5923,12 +5923,10 @@ class VTXBaseAPI {
|
|
|
5923
5923
|
headers: this.headers,
|
|
5924
5924
|
});
|
|
5925
5925
|
const fieldsAthlete = {
|
|
5926
|
-
_id: true,
|
|
5927
5926
|
firstName: true,
|
|
5928
5927
|
lastName: true,
|
|
5929
5928
|
screenName: true,
|
|
5930
5929
|
dob: true,
|
|
5931
|
-
lgbt: true,
|
|
5932
5930
|
competitionGender: true,
|
|
5933
5931
|
country: {
|
|
5934
5932
|
_id: true,
|
|
@@ -5937,13 +5935,11 @@ class VTXBaseAPI {
|
|
|
5937
5935
|
city: {
|
|
5938
5936
|
name: true,
|
|
5939
5937
|
state: {
|
|
5940
|
-
_id: true,
|
|
5941
5938
|
name: true,
|
|
5942
5939
|
country: {
|
|
5943
5940
|
_id: true,
|
|
5944
5941
|
}
|
|
5945
5942
|
},
|
|
5946
|
-
timezone: true,
|
|
5947
5943
|
}
|
|
5948
5944
|
},
|
|
5949
5945
|
aboutMe: true,
|