@vertikalx/vtx-backend-client 2.0.0-dev.12 → 2.0.0-dev.14
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 +1 -1
- package/src/api/vtx-base-api.js +54 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/api/vtx-mobile-api.d.ts +2 -5
- package/src/api/vtx-mobile-api.js +5 -40
- package/src/api/vtx-mobile-api.js.map +1 -1
- package/src/client/schema.d.ts +28 -24
- package/src/client/schema.js +9 -9
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +17 -10
- package/src/client/types.js +192 -175
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/package.json
CHANGED
package/src/api/vtx-base-api.js
CHANGED
|
@@ -2225,6 +2225,12 @@ class VTXBaseAPI {
|
|
|
2225
2225
|
fundsRequired: true,
|
|
2226
2226
|
initialFundsObtained: true,
|
|
2227
2227
|
fundsObtained: true,
|
|
2228
|
+
video: {
|
|
2229
|
+
_id: true,
|
|
2230
|
+
source: true,
|
|
2231
|
+
url: true,
|
|
2232
|
+
sourceData: true
|
|
2233
|
+
},
|
|
2228
2234
|
location: {
|
|
2229
2235
|
_id: true,
|
|
2230
2236
|
userProvidedLatitude: true,
|
|
@@ -4274,6 +4280,12 @@ class VTXBaseAPI {
|
|
|
4274
4280
|
initialFundsObtained: true,
|
|
4275
4281
|
fundsObtained: true,
|
|
4276
4282
|
vtxComissionPct: true,
|
|
4283
|
+
video: {
|
|
4284
|
+
_id: true,
|
|
4285
|
+
source: true,
|
|
4286
|
+
url: true,
|
|
4287
|
+
sourceData: true
|
|
4288
|
+
},
|
|
4277
4289
|
location: {
|
|
4278
4290
|
userProvidedLatitude: true,
|
|
4279
4291
|
userProvidedLongitude: true,
|
|
@@ -4612,6 +4624,12 @@ class VTXBaseAPI {
|
|
|
4612
4624
|
fundsRequired: true,
|
|
4613
4625
|
initialFundsObtained: true,
|
|
4614
4626
|
fundsObtained: true,
|
|
4627
|
+
video: {
|
|
4628
|
+
_id: true,
|
|
4629
|
+
source: true,
|
|
4630
|
+
url: true,
|
|
4631
|
+
sourceData: true
|
|
4632
|
+
},
|
|
4615
4633
|
endingDate: true,
|
|
4616
4634
|
}
|
|
4617
4635
|
};
|
|
@@ -4980,6 +4998,12 @@ class VTXBaseAPI {
|
|
|
4980
4998
|
initialFundsObtained: true,
|
|
4981
4999
|
fundsObtained: true,
|
|
4982
5000
|
vtxComissionPct: true,
|
|
5001
|
+
video: {
|
|
5002
|
+
_id: true,
|
|
5003
|
+
source: true,
|
|
5004
|
+
url: true,
|
|
5005
|
+
sourceData: true
|
|
5006
|
+
},
|
|
4983
5007
|
location: {
|
|
4984
5008
|
userProvidedLatitude: true,
|
|
4985
5009
|
userProvidedLongitude: true,
|
|
@@ -5409,6 +5433,12 @@ class VTXBaseAPI {
|
|
|
5409
5433
|
fundsRequired: true,
|
|
5410
5434
|
initialFundsObtained: true,
|
|
5411
5435
|
fundsObtained: true,
|
|
5436
|
+
video: {
|
|
5437
|
+
_id: true,
|
|
5438
|
+
source: true,
|
|
5439
|
+
url: true,
|
|
5440
|
+
sourceData: true
|
|
5441
|
+
},
|
|
5412
5442
|
location: {
|
|
5413
5443
|
_id: true,
|
|
5414
5444
|
userProvidedLatitude: true,
|
|
@@ -5847,6 +5877,12 @@ class VTXBaseAPI {
|
|
|
5847
5877
|
initialFundsObtained: true,
|
|
5848
5878
|
fundsObtained: true,
|
|
5849
5879
|
vtxComissionPct: true,
|
|
5880
|
+
video: {
|
|
5881
|
+
_id: true,
|
|
5882
|
+
source: true,
|
|
5883
|
+
url: true,
|
|
5884
|
+
sourceData: true
|
|
5885
|
+
},
|
|
5850
5886
|
location: {
|
|
5851
5887
|
userProvidedLatitude: true,
|
|
5852
5888
|
userProvidedLongitude: true,
|
|
@@ -5990,6 +6026,12 @@ class VTXBaseAPI {
|
|
|
5990
6026
|
initialFundsObtained: true,
|
|
5991
6027
|
fundsObtained: true,
|
|
5992
6028
|
vtxComissionPct: true,
|
|
6029
|
+
video: {
|
|
6030
|
+
_id: true,
|
|
6031
|
+
source: true,
|
|
6032
|
+
url: true,
|
|
6033
|
+
sourceData: true
|
|
6034
|
+
},
|
|
5993
6035
|
location: {
|
|
5994
6036
|
userProvidedLatitude: true,
|
|
5995
6037
|
userProvidedLongitude: true,
|
|
@@ -6472,6 +6514,12 @@ class VTXBaseAPI {
|
|
|
6472
6514
|
title: true,
|
|
6473
6515
|
motivation: true,
|
|
6474
6516
|
website: true,
|
|
6517
|
+
video: {
|
|
6518
|
+
_id: true,
|
|
6519
|
+
source: true,
|
|
6520
|
+
url: true,
|
|
6521
|
+
sourceData: true
|
|
6522
|
+
},
|
|
6475
6523
|
endingDate: true,
|
|
6476
6524
|
}
|
|
6477
6525
|
};
|
|
@@ -6830,6 +6878,12 @@ class VTXBaseAPI {
|
|
|
6830
6878
|
initialFundsObtained: true,
|
|
6831
6879
|
fundsObtained: true,
|
|
6832
6880
|
vtxComissionPct: true,
|
|
6881
|
+
video: {
|
|
6882
|
+
_id: true,
|
|
6883
|
+
source: true,
|
|
6884
|
+
url: true,
|
|
6885
|
+
sourceData: true
|
|
6886
|
+
},
|
|
6833
6887
|
location: {
|
|
6834
6888
|
userProvidedLatitude: true,
|
|
6835
6889
|
userProvidedLongitude: true,
|