@vertikalx/vtx-backend-client 2.0.0-dev-alejo.14 → 2.0.0-dev-alejo.16
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
|
@@ -3783,7 +3783,8 @@ class VTXBaseAPI {
|
|
|
3783
3783
|
eventWebSite: true,
|
|
3784
3784
|
mainSport: {
|
|
3785
3785
|
_id: true,
|
|
3786
|
-
name: true
|
|
3786
|
+
name: true,
|
|
3787
|
+
resultType: true
|
|
3787
3788
|
},
|
|
3788
3789
|
startDate: true,
|
|
3789
3790
|
endDate: true,
|
|
@@ -7003,7 +7004,6 @@ class VTXBaseAPI {
|
|
|
7003
7004
|
},
|
|
7004
7005
|
});
|
|
7005
7006
|
VTXBaseAPI.Logger.debug('saveAthleteCompetitionResult Response:');
|
|
7006
|
-
VTXBaseAPI.Logger.debug(JSON.stringify(response, null, 2));
|
|
7007
7007
|
retValue = (0, response_builder_1.buildResponse)(response, 'saveAthleteCompetitionResult', (r) => {
|
|
7008
7008
|
const isResponseOk = true && response?.saveAthleteCompetitionResult?._id;
|
|
7009
7009
|
return isResponseOk;
|