@vertikalx/vtx-backend-client 1.0.0-dev.92 → 1.0.0-dev.94
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
|
@@ -5310,22 +5310,6 @@ class VTXBaseAPI {
|
|
|
5310
5310
|
timezone: true,
|
|
5311
5311
|
}
|
|
5312
5312
|
},
|
|
5313
|
-
albums: {
|
|
5314
|
-
_id: true,
|
|
5315
|
-
label: true,
|
|
5316
|
-
description: true,
|
|
5317
|
-
photos: {
|
|
5318
|
-
photo: {
|
|
5319
|
-
_id: true,
|
|
5320
|
-
name: true,
|
|
5321
|
-
contentType: true,
|
|
5322
|
-
size: true,
|
|
5323
|
-
useType: true,
|
|
5324
|
-
url: true,
|
|
5325
|
-
key: true,
|
|
5326
|
-
},
|
|
5327
|
-
},
|
|
5328
|
-
},
|
|
5329
5313
|
trainer: true,
|
|
5330
5314
|
trainerUrl: true,
|
|
5331
5315
|
aboutMe: true,
|
|
@@ -5536,9 +5520,23 @@ class VTXBaseAPI {
|
|
|
5536
5520
|
url: true,
|
|
5537
5521
|
key: true
|
|
5538
5522
|
},
|
|
5523
|
+
bannerPicture: {
|
|
5524
|
+
_id: true,
|
|
5525
|
+
name: true,
|
|
5526
|
+
contentType: true,
|
|
5527
|
+
size: true,
|
|
5528
|
+
useType: true,
|
|
5529
|
+
url: true,
|
|
5530
|
+
key: true
|
|
5531
|
+
},
|
|
5539
5532
|
preferences: {
|
|
5540
5533
|
_id: true,
|
|
5541
|
-
showProfileHelper: true
|
|
5534
|
+
showProfileHelper: true,
|
|
5535
|
+
defaultAlbum: {
|
|
5536
|
+
_id: true,
|
|
5537
|
+
label: true,
|
|
5538
|
+
description: true,
|
|
5539
|
+
}
|
|
5542
5540
|
},
|
|
5543
5541
|
currentCampaign: {
|
|
5544
5542
|
_id: true,
|
|
@@ -5649,7 +5647,7 @@ class VTXBaseAPI {
|
|
|
5649
5647
|
resultWebLink: true
|
|
5650
5648
|
}
|
|
5651
5649
|
}
|
|
5652
|
-
}
|
|
5650
|
+
},
|
|
5653
5651
|
};
|
|
5654
5652
|
try {
|
|
5655
5653
|
let response = null;
|