@vertikalx/vtx-backend-client 1.0.0-dev-max.25 → 1.0.0-dev-max.27
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
|
@@ -6219,106 +6219,7 @@ class VTXBaseAPI {
|
|
|
6219
6219
|
fundsRequired: true,
|
|
6220
6220
|
initialFundsObtained: true,
|
|
6221
6221
|
fundsObtained: true,
|
|
6222
|
-
location: {
|
|
6223
|
-
_id: true,
|
|
6224
|
-
userProvidedLatitude: true,
|
|
6225
|
-
userProvidedLongitude: true,
|
|
6226
|
-
cityNameGeocode: true,
|
|
6227
|
-
stateNameGeocode: true,
|
|
6228
|
-
countryIso2CodeGeocode: true,
|
|
6229
|
-
timeZoneGeocode: true,
|
|
6230
|
-
latitudeGeocode: true,
|
|
6231
|
-
longitudeGeocode: true,
|
|
6232
|
-
city: {
|
|
6233
|
-
_id: true,
|
|
6234
|
-
name: true,
|
|
6235
|
-
localizedName: true,
|
|
6236
|
-
state: {
|
|
6237
|
-
_id: true,
|
|
6238
|
-
name: true,
|
|
6239
|
-
country: {
|
|
6240
|
-
_id: true,
|
|
6241
|
-
name: true
|
|
6242
|
-
}
|
|
6243
|
-
},
|
|
6244
|
-
latitude: true,
|
|
6245
|
-
longitude: true,
|
|
6246
|
-
timezone: true,
|
|
6247
|
-
}
|
|
6248
|
-
},
|
|
6249
6222
|
endingDate: true,
|
|
6250
|
-
budget: {
|
|
6251
|
-
_id: true,
|
|
6252
|
-
initialFunds: true,
|
|
6253
|
-
totalRequired: true,
|
|
6254
|
-
items: {
|
|
6255
|
-
_id: true,
|
|
6256
|
-
quantity: true,
|
|
6257
|
-
concept: true,
|
|
6258
|
-
itemCost: true
|
|
6259
|
-
}
|
|
6260
|
-
},
|
|
6261
|
-
competitions: {
|
|
6262
|
-
_id: true,
|
|
6263
|
-
event: {
|
|
6264
|
-
_id: true,
|
|
6265
|
-
name: true,
|
|
6266
|
-
mainSport: {
|
|
6267
|
-
_id: true,
|
|
6268
|
-
name: true
|
|
6269
|
-
},
|
|
6270
|
-
eventWebSite: true,
|
|
6271
|
-
startDate: true,
|
|
6272
|
-
endDate: true,
|
|
6273
|
-
verified: true,
|
|
6274
|
-
banner: {
|
|
6275
|
-
_id: true,
|
|
6276
|
-
name: true,
|
|
6277
|
-
contentType: true,
|
|
6278
|
-
size: true,
|
|
6279
|
-
useType: true,
|
|
6280
|
-
url: true,
|
|
6281
|
-
key: true
|
|
6282
|
-
},
|
|
6283
|
-
location: {
|
|
6284
|
-
_id: true,
|
|
6285
|
-
userProvidedLatitude: true,
|
|
6286
|
-
userProvidedLongitude: true,
|
|
6287
|
-
cityNameGeocode: true,
|
|
6288
|
-
stateNameGeocode: true,
|
|
6289
|
-
countryIso2CodeGeocode: true,
|
|
6290
|
-
timeZoneGeocode: true,
|
|
6291
|
-
latitudeGeocode: true,
|
|
6292
|
-
longitudeGeocode: true,
|
|
6293
|
-
city: {
|
|
6294
|
-
_id: true,
|
|
6295
|
-
name: true,
|
|
6296
|
-
localizedName: true,
|
|
6297
|
-
state: {
|
|
6298
|
-
_id: true,
|
|
6299
|
-
name: true,
|
|
6300
|
-
country: {
|
|
6301
|
-
_id: true,
|
|
6302
|
-
name: true
|
|
6303
|
-
}
|
|
6304
|
-
},
|
|
6305
|
-
latitude: true,
|
|
6306
|
-
longitude: true,
|
|
6307
|
-
timezone: true,
|
|
6308
|
-
}
|
|
6309
|
-
},
|
|
6310
|
-
},
|
|
6311
|
-
participationDate: true,
|
|
6312
|
-
competitionNumber: true,
|
|
6313
|
-
result: {
|
|
6314
|
-
resultType: true,
|
|
6315
|
-
position: true,
|
|
6316
|
-
score: true,
|
|
6317
|
-
finishTimeMS: true,
|
|
6318
|
-
resultWebLink: true
|
|
6319
|
-
},
|
|
6320
|
-
fundRaisingCampaignIds: true
|
|
6321
|
-
},
|
|
6322
6223
|
vtxComissionPct: true
|
|
6323
6224
|
},
|
|
6324
6225
|
mode: true,
|