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