@vertikalx/vtx-backend-client 2.0.0-dev-alejo.24 → 2.0.0-dev-alejo.25
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
|
@@ -4617,6 +4617,12 @@ class VTXBaseAPI {
|
|
|
4617
4617
|
fundsRequired: true,
|
|
4618
4618
|
initialFundsObtained: true,
|
|
4619
4619
|
fundsObtained: true,
|
|
4620
|
+
video: {
|
|
4621
|
+
_id: true,
|
|
4622
|
+
source: true,
|
|
4623
|
+
url: true,
|
|
4624
|
+
sourceData: true
|
|
4625
|
+
},
|
|
4620
4626
|
endingDate: true,
|
|
4621
4627
|
}
|
|
4622
4628
|
};
|