@vertikalx/vtx-backend-client 2.0.0-dev.13 → 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 +1 -1
- package/src/api/vtx-base-api.js +58 -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,13 @@ class VTXBaseAPI {
|
|
|
4612
4624
|
fundsRequired: true,
|
|
4613
4625
|
initialFundsObtained: true,
|
|
4614
4626
|
fundsObtained: true,
|
|
4627
|
+
vtxComissionPct: true,
|
|
4628
|
+
video: {
|
|
4629
|
+
_id: true,
|
|
4630
|
+
source: true,
|
|
4631
|
+
url: true,
|
|
4632
|
+
sourceData: true
|
|
4633
|
+
},
|
|
4615
4634
|
endingDate: true,
|
|
4616
4635
|
}
|
|
4617
4636
|
};
|
|
@@ -4980,6 +4999,12 @@ class VTXBaseAPI {
|
|
|
4980
4999
|
initialFundsObtained: true,
|
|
4981
5000
|
fundsObtained: true,
|
|
4982
5001
|
vtxComissionPct: true,
|
|
5002
|
+
video: {
|
|
5003
|
+
_id: true,
|
|
5004
|
+
source: true,
|
|
5005
|
+
url: true,
|
|
5006
|
+
sourceData: true
|
|
5007
|
+
},
|
|
4983
5008
|
location: {
|
|
4984
5009
|
userProvidedLatitude: true,
|
|
4985
5010
|
userProvidedLongitude: true,
|
|
@@ -5409,6 +5434,12 @@ class VTXBaseAPI {
|
|
|
5409
5434
|
fundsRequired: true,
|
|
5410
5435
|
initialFundsObtained: true,
|
|
5411
5436
|
fundsObtained: true,
|
|
5437
|
+
video: {
|
|
5438
|
+
_id: true,
|
|
5439
|
+
source: true,
|
|
5440
|
+
url: true,
|
|
5441
|
+
sourceData: true
|
|
5442
|
+
},
|
|
5412
5443
|
location: {
|
|
5413
5444
|
_id: true,
|
|
5414
5445
|
userProvidedLatitude: true,
|
|
@@ -5847,6 +5878,12 @@ class VTXBaseAPI {
|
|
|
5847
5878
|
initialFundsObtained: true,
|
|
5848
5879
|
fundsObtained: true,
|
|
5849
5880
|
vtxComissionPct: true,
|
|
5881
|
+
video: {
|
|
5882
|
+
_id: true,
|
|
5883
|
+
source: true,
|
|
5884
|
+
url: true,
|
|
5885
|
+
sourceData: true
|
|
5886
|
+
},
|
|
5850
5887
|
location: {
|
|
5851
5888
|
userProvidedLatitude: true,
|
|
5852
5889
|
userProvidedLongitude: true,
|
|
@@ -5990,6 +6027,12 @@ class VTXBaseAPI {
|
|
|
5990
6027
|
initialFundsObtained: true,
|
|
5991
6028
|
fundsObtained: true,
|
|
5992
6029
|
vtxComissionPct: true,
|
|
6030
|
+
video: {
|
|
6031
|
+
_id: true,
|
|
6032
|
+
source: true,
|
|
6033
|
+
url: true,
|
|
6034
|
+
sourceData: true
|
|
6035
|
+
},
|
|
5993
6036
|
location: {
|
|
5994
6037
|
userProvidedLatitude: true,
|
|
5995
6038
|
userProvidedLongitude: true,
|
|
@@ -6472,6 +6515,15 @@ class VTXBaseAPI {
|
|
|
6472
6515
|
title: true,
|
|
6473
6516
|
motivation: true,
|
|
6474
6517
|
website: true,
|
|
6518
|
+
fundsRequired: true,
|
|
6519
|
+
initialFundsObtained: true,
|
|
6520
|
+
fundsObtained: true,
|
|
6521
|
+
video: {
|
|
6522
|
+
_id: true,
|
|
6523
|
+
source: true,
|
|
6524
|
+
url: true,
|
|
6525
|
+
sourceData: true
|
|
6526
|
+
},
|
|
6475
6527
|
endingDate: true,
|
|
6476
6528
|
}
|
|
6477
6529
|
};
|
|
@@ -6830,6 +6882,12 @@ class VTXBaseAPI {
|
|
|
6830
6882
|
initialFundsObtained: true,
|
|
6831
6883
|
fundsObtained: true,
|
|
6832
6884
|
vtxComissionPct: true,
|
|
6885
|
+
video: {
|
|
6886
|
+
_id: true,
|
|
6887
|
+
source: true,
|
|
6888
|
+
url: true,
|
|
6889
|
+
sourceData: true
|
|
6890
|
+
},
|
|
6833
6891
|
location: {
|
|
6834
6892
|
userProvidedLatitude: true,
|
|
6835
6893
|
userProvidedLongitude: true,
|