@vertikalx/vtx-backend-client 2.0.0-dev-daniel.4 → 2.0.0-dev-daniel.6
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
|
@@ -4273,6 +4273,12 @@ class VTXBaseAPI {
|
|
|
4273
4273
|
initialFundsObtained: true,
|
|
4274
4274
|
fundsObtained: true,
|
|
4275
4275
|
vtxComissionPct: true,
|
|
4276
|
+
video: {
|
|
4277
|
+
_id: true,
|
|
4278
|
+
source: true,
|
|
4279
|
+
url: true,
|
|
4280
|
+
sourceData: true
|
|
4281
|
+
},
|
|
4276
4282
|
location: {
|
|
4277
4283
|
userProvidedLatitude: true,
|
|
4278
4284
|
userProvidedLongitude: true,
|
|
@@ -4979,6 +4985,12 @@ class VTXBaseAPI {
|
|
|
4979
4985
|
initialFundsObtained: true,
|
|
4980
4986
|
fundsObtained: true,
|
|
4981
4987
|
vtxComissionPct: true,
|
|
4988
|
+
video: {
|
|
4989
|
+
_id: true,
|
|
4990
|
+
source: true,
|
|
4991
|
+
url: true,
|
|
4992
|
+
sourceData: true
|
|
4993
|
+
},
|
|
4982
4994
|
location: {
|
|
4983
4995
|
userProvidedLatitude: true,
|
|
4984
4996
|
userProvidedLongitude: true,
|
|
@@ -5846,6 +5858,12 @@ class VTXBaseAPI {
|
|
|
5846
5858
|
initialFundsObtained: true,
|
|
5847
5859
|
fundsObtained: true,
|
|
5848
5860
|
vtxComissionPct: true,
|
|
5861
|
+
video: {
|
|
5862
|
+
_id: true,
|
|
5863
|
+
source: true,
|
|
5864
|
+
url: true,
|
|
5865
|
+
sourceData: true
|
|
5866
|
+
},
|
|
5849
5867
|
location: {
|
|
5850
5868
|
userProvidedLatitude: true,
|
|
5851
5869
|
userProvidedLongitude: true,
|
|
@@ -5989,6 +6007,12 @@ class VTXBaseAPI {
|
|
|
5989
6007
|
initialFundsObtained: true,
|
|
5990
6008
|
fundsObtained: true,
|
|
5991
6009
|
vtxComissionPct: true,
|
|
6010
|
+
video: {
|
|
6011
|
+
_id: true,
|
|
6012
|
+
source: true,
|
|
6013
|
+
url: true,
|
|
6014
|
+
sourceData: true
|
|
6015
|
+
},
|
|
5992
6016
|
location: {
|
|
5993
6017
|
userProvidedLatitude: true,
|
|
5994
6018
|
userProvidedLongitude: true,
|
|
@@ -6779,6 +6803,12 @@ class VTXBaseAPI {
|
|
|
6779
6803
|
initialFundsObtained: true,
|
|
6780
6804
|
fundsObtained: true,
|
|
6781
6805
|
vtxComissionPct: true,
|
|
6806
|
+
video: {
|
|
6807
|
+
_id: true,
|
|
6808
|
+
source: true,
|
|
6809
|
+
url: true,
|
|
6810
|
+
sourceData: true
|
|
6811
|
+
},
|
|
6782
6812
|
location: {
|
|
6783
6813
|
userProvidedLatitude: true,
|
|
6784
6814
|
userProvidedLongitude: true,
|