@vertikalx/vtx-backend-client 2.0.0-dev-alejo.26 → 2.0.0-dev-alejo.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
|
@@ -2225,6 +2225,12 @@ 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
|
+
},
|
|
2228
2234
|
location: {
|
|
2229
2235
|
_id: true,
|
|
2230
2236
|
userProvidedLatitude: true,
|
|
@@ -4611,11 +4617,12 @@ class VTXBaseAPI {
|
|
|
4611
4617
|
},
|
|
4612
4618
|
currentCampaign: {
|
|
4613
4619
|
_id: true,
|
|
4614
|
-
budgetMode: true,
|
|
4615
4620
|
status: true,
|
|
4616
4621
|
title: true,
|
|
4617
4622
|
motivation: true,
|
|
4618
|
-
|
|
4623
|
+
fundsRequired: true,
|
|
4624
|
+
initialFundsObtained: true,
|
|
4625
|
+
fundsObtained: true,
|
|
4619
4626
|
video: {
|
|
4620
4627
|
_id: true,
|
|
4621
4628
|
source: true,
|
|
@@ -5425,6 +5432,12 @@ class VTXBaseAPI {
|
|
|
5425
5432
|
fundsRequired: true,
|
|
5426
5433
|
initialFundsObtained: true,
|
|
5427
5434
|
fundsObtained: true,
|
|
5435
|
+
video: {
|
|
5436
|
+
_id: true,
|
|
5437
|
+
source: true,
|
|
5438
|
+
url: true,
|
|
5439
|
+
sourceData: true
|
|
5440
|
+
},
|
|
5428
5441
|
location: {
|
|
5429
5442
|
_id: true,
|
|
5430
5443
|
userProvidedLatitude: true,
|
|
@@ -6450,6 +6463,12 @@ class VTXBaseAPI {
|
|
|
6450
6463
|
title: true,
|
|
6451
6464
|
motivation: true,
|
|
6452
6465
|
website: true,
|
|
6466
|
+
video: {
|
|
6467
|
+
_id: true,
|
|
6468
|
+
source: true,
|
|
6469
|
+
url: true,
|
|
6470
|
+
sourceData: true
|
|
6471
|
+
},
|
|
6453
6472
|
endingDate: true,
|
|
6454
6473
|
}
|
|
6455
6474
|
};
|