@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertikalx/vtx-backend-client",
3
- "version": "2.0.0-dev-alejo.24",
3
+ "version": "2.0.0-dev-alejo.25",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -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
  };