@vertikalx/vtx-backend-client 2.0.0-dev-alejo.27 → 2.0.0-dev-alejo.29

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertikalx/vtx-backend-client",
3
- "version": "2.0.0-dev-alejo.27",
3
+ "version": "2.0.0-dev-alejo.29",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -2225,12 +2225,6 @@ class VTXBaseAPI {
2225
2225
  fundsRequired: true,
2226
2226
  initialFundsObtained: true,
2227
2227
  fundsObtained: true,
2228
- video: {
2229
- _id: true,
2230
- source: true,
2231
- url: true,
2232
- sourceData: true
2233
- },
2234
2228
  location: {
2235
2229
  _id: true,
2236
2230
  userProvidedLatitude: true,
@@ -3789,7 +3783,8 @@ class VTXBaseAPI {
3789
3783
  eventWebSite: true,
3790
3784
  mainSport: {
3791
3785
  _id: true,
3792
- name: true
3786
+ name: true,
3787
+ resultType: true
3793
3788
  },
3794
3789
  startDate: true,
3795
3790
  endDate: true,
@@ -4279,12 +4274,6 @@ class VTXBaseAPI {
4279
4274
  initialFundsObtained: true,
4280
4275
  fundsObtained: true,
4281
4276
  vtxComissionPct: true,
4282
- video: {
4283
- _id: true,
4284
- source: true,
4285
- url: true,
4286
- sourceData: true
4287
- },
4288
4277
  location: {
4289
4278
  userProvidedLatitude: true,
4290
4279
  userProvidedLongitude: true,
@@ -4623,12 +4612,6 @@ class VTXBaseAPI {
4623
4612
  fundsRequired: true,
4624
4613
  initialFundsObtained: true,
4625
4614
  fundsObtained: true,
4626
- video: {
4627
- _id: true,
4628
- source: true,
4629
- url: true,
4630
- sourceData: true
4631
- },
4632
4615
  endingDate: true,
4633
4616
  }
4634
4617
  };
@@ -4997,12 +4980,6 @@ class VTXBaseAPI {
4997
4980
  initialFundsObtained: true,
4998
4981
  fundsObtained: true,
4999
4982
  vtxComissionPct: true,
5000
- video: {
5001
- _id: true,
5002
- source: true,
5003
- url: true,
5004
- sourceData: true
5005
- },
5006
4983
  location: {
5007
4984
  userProvidedLatitude: true,
5008
4985
  userProvidedLongitude: true,
@@ -5432,12 +5409,6 @@ class VTXBaseAPI {
5432
5409
  fundsRequired: true,
5433
5410
  initialFundsObtained: true,
5434
5411
  fundsObtained: true,
5435
- video: {
5436
- _id: true,
5437
- source: true,
5438
- url: true,
5439
- sourceData: true
5440
- },
5441
5412
  location: {
5442
5413
  _id: true,
5443
5414
  userProvidedLatitude: true,
@@ -5876,12 +5847,6 @@ class VTXBaseAPI {
5876
5847
  initialFundsObtained: true,
5877
5848
  fundsObtained: true,
5878
5849
  vtxComissionPct: true,
5879
- video: {
5880
- _id: true,
5881
- source: true,
5882
- url: true,
5883
- sourceData: true
5884
- },
5885
5850
  location: {
5886
5851
  userProvidedLatitude: true,
5887
5852
  userProvidedLongitude: true,
@@ -6025,12 +5990,6 @@ class VTXBaseAPI {
6025
5990
  initialFundsObtained: true,
6026
5991
  fundsObtained: true,
6027
5992
  vtxComissionPct: true,
6028
- video: {
6029
- _id: true,
6030
- source: true,
6031
- url: true,
6032
- sourceData: true
6033
- },
6034
5993
  location: {
6035
5994
  userProvidedLatitude: true,
6036
5995
  userProvidedLongitude: true,
@@ -6463,12 +6422,6 @@ class VTXBaseAPI {
6463
6422
  title: true,
6464
6423
  motivation: true,
6465
6424
  website: true,
6466
- video: {
6467
- _id: true,
6468
- source: true,
6469
- url: true,
6470
- sourceData: true
6471
- },
6472
6425
  endingDate: true,
6473
6426
  }
6474
6427
  };
@@ -6827,12 +6780,6 @@ class VTXBaseAPI {
6827
6780
  initialFundsObtained: true,
6828
6781
  fundsObtained: true,
6829
6782
  vtxComissionPct: true,
6830
- video: {
6831
- _id: true,
6832
- source: true,
6833
- url: true,
6834
- sourceData: true
6835
- },
6836
6783
  location: {
6837
6784
  userProvidedLatitude: true,
6838
6785
  userProvidedLongitude: true,
@@ -7057,7 +7004,6 @@ class VTXBaseAPI {
7057
7004
  },
7058
7005
  });
7059
7006
  VTXBaseAPI.Logger.debug('saveAthleteCompetitionResult Response:');
7060
- VTXBaseAPI.Logger.debug(JSON.stringify(response, null, 2));
7061
7007
  retValue = (0, response_builder_1.buildResponse)(response, 'saveAthleteCompetitionResult', (r) => {
7062
7008
  const isResponseOk = true && response?.saveAthleteCompetitionResult?._id;
7063
7009
  return isResponseOk;