@vertikalx/vtx-backend-client 3.0.0-dev-max.129 → 3.0.0-dev-max.131
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
|
@@ -2392,6 +2392,15 @@ class VTXBaseAPI {
|
|
|
2392
2392
|
url: true,
|
|
2393
2393
|
sourceData: true
|
|
2394
2394
|
},
|
|
2395
|
+
coverImage: {
|
|
2396
|
+
_id: true,
|
|
2397
|
+
name: true,
|
|
2398
|
+
contentType: true,
|
|
2399
|
+
size: true,
|
|
2400
|
+
useType: true,
|
|
2401
|
+
url: true,
|
|
2402
|
+
key: true
|
|
2403
|
+
},
|
|
2395
2404
|
location: {
|
|
2396
2405
|
_id: true,
|
|
2397
2406
|
userProvidedLatitude: true,
|
|
@@ -5140,6 +5149,15 @@ class VTXBaseAPI {
|
|
|
5140
5149
|
url: true,
|
|
5141
5150
|
sourceData: true
|
|
5142
5151
|
},
|
|
5152
|
+
coverImage: {
|
|
5153
|
+
_id: true,
|
|
5154
|
+
name: true,
|
|
5155
|
+
contentType: true,
|
|
5156
|
+
size: true,
|
|
5157
|
+
useType: true,
|
|
5158
|
+
url: true,
|
|
5159
|
+
key: true
|
|
5160
|
+
},
|
|
5143
5161
|
endingDate: true,
|
|
5144
5162
|
competitions: {
|
|
5145
5163
|
_id: true,
|
|
@@ -6119,6 +6137,15 @@ class VTXBaseAPI {
|
|
|
6119
6137
|
url: true,
|
|
6120
6138
|
sourceData: true
|
|
6121
6139
|
},
|
|
6140
|
+
coverImage: {
|
|
6141
|
+
_id: true,
|
|
6142
|
+
name: true,
|
|
6143
|
+
contentType: true,
|
|
6144
|
+
size: true,
|
|
6145
|
+
useType: true,
|
|
6146
|
+
url: true,
|
|
6147
|
+
key: true
|
|
6148
|
+
},
|
|
6122
6149
|
location: {
|
|
6123
6150
|
_id: true,
|
|
6124
6151
|
userProvidedLatitude: true,
|
|
@@ -7207,6 +7234,15 @@ class VTXBaseAPI {
|
|
|
7207
7234
|
url: true,
|
|
7208
7235
|
sourceData: true
|
|
7209
7236
|
},
|
|
7237
|
+
coverImage: {
|
|
7238
|
+
_id: true,
|
|
7239
|
+
name: true,
|
|
7240
|
+
contentType: true,
|
|
7241
|
+
size: true,
|
|
7242
|
+
useType: true,
|
|
7243
|
+
url: true,
|
|
7244
|
+
key: true
|
|
7245
|
+
},
|
|
7210
7246
|
endingDate: true,
|
|
7211
7247
|
competitions: {
|
|
7212
7248
|
_id: true,
|