@vertikalx/vtx-backend-client 2.0.0-dev-alejo.25 → 2.0.0-dev-alejo.26
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
|
@@ -4611,12 +4611,11 @@ class VTXBaseAPI {
|
|
|
4611
4611
|
},
|
|
4612
4612
|
currentCampaign: {
|
|
4613
4613
|
_id: true,
|
|
4614
|
+
budgetMode: true,
|
|
4614
4615
|
status: true,
|
|
4615
4616
|
title: true,
|
|
4616
4617
|
motivation: true,
|
|
4617
|
-
|
|
4618
|
-
initialFundsObtained: true,
|
|
4619
|
-
fundsObtained: true,
|
|
4618
|
+
website: true,
|
|
4620
4619
|
video: {
|
|
4621
4620
|
_id: true,
|
|
4622
4621
|
source: true,
|