@vertikalx/vtx-backend-client 2.0.0-dev.14 → 2.0.0-dev.15
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
|
@@ -4624,6 +4624,7 @@ class VTXBaseAPI {
|
|
|
4624
4624
|
fundsRequired: true,
|
|
4625
4625
|
initialFundsObtained: true,
|
|
4626
4626
|
fundsObtained: true,
|
|
4627
|
+
vtxComissionPct: true,
|
|
4627
4628
|
video: {
|
|
4628
4629
|
_id: true,
|
|
4629
4630
|
source: true,
|
|
@@ -6514,6 +6515,9 @@ class VTXBaseAPI {
|
|
|
6514
6515
|
title: true,
|
|
6515
6516
|
motivation: true,
|
|
6516
6517
|
website: true,
|
|
6518
|
+
fundsRequired: true,
|
|
6519
|
+
initialFundsObtained: true,
|
|
6520
|
+
fundsObtained: true,
|
|
6517
6521
|
video: {
|
|
6518
6522
|
_id: true,
|
|
6519
6523
|
source: true,
|