@vertikalx/vtx-backend-client 3.0.0-dev-max.25 → 3.0.0-dev-max.27
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/client/schema.d.ts +47 -33
- package/src/client/schema.js +14 -14
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +25 -11
- package/src/client/types.js +100 -64
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -11,7 +11,7 @@ exports.default = {
|
|
|
11
11
|
128,
|
|
12
12
|
150,
|
|
13
13
|
154,
|
|
14
|
-
|
|
14
|
+
159,
|
|
15
15
|
232
|
|
16
16
|
],
|
|
17
17
|
"types": {
|
|
@@ -3745,7 +3745,7 @@ exports.default = {
|
|
|
3745
3745
|
1
|
|
3746
3746
|
]
|
|
3747
3747
|
},
|
|
3748
|
-
"
|
|
3748
|
+
"EnhancedPaginationInfoType": {
|
|
3749
3749
|
"currentPage": [
|
|
3750
3750
|
154
|
|
3751
3751
|
],
|
|
@@ -3764,6 +3764,12 @@ exports.default = {
|
|
|
3764
3764
|
"hasPreviousPage": [
|
|
3765
3765
|
2
|
|
3766
3766
|
],
|
|
3767
|
+
"startIndex": [
|
|
3768
|
+
154
|
|
3769
|
+
],
|
|
3770
|
+
"endIndex": [
|
|
3771
|
+
154
|
|
3772
|
+
],
|
|
3767
3773
|
"__typename": [
|
|
3768
3774
|
1
|
|
3769
3775
|
]
|
|
@@ -3836,6 +3842,17 @@ exports.default = {
|
|
|
3836
3842
|
1
|
|
3837
3843
|
]
|
|
3838
3844
|
},
|
|
3845
|
+
"PaginatedEventsType": {
|
|
3846
|
+
"items": [
|
|
3847
|
+
75
|
|
3848
|
+
],
|
|
3849
|
+
"pagination": [
|
|
3850
|
+
153
|
|
3851
|
+
],
|
|
3852
|
+
"__typename": [
|
|
3853
|
+
1
|
|
3854
|
+
]
|
|
3855
|
+
},
|
|
3839
3856
|
"StripeTransfer": {
|
|
3840
3857
|
"_id": [
|
|
3841
3858
|
102
|
|
@@ -3868,7 +3885,7 @@ exports.default = {
|
|
|
3868
3885
|
1
|
|
3869
3886
|
],
|
|
3870
3887
|
"status": [
|
|
3871
|
-
|
|
3888
|
+
159
|
|
3872
3889
|
],
|
|
3873
3890
|
"lastError": [
|
|
3874
3891
|
1
|
|
@@ -3892,35 +3909,12 @@ exports.default = {
|
|
|
3892
3909
|
1
|
|
3893
3910
|
]
|
|
3894
3911
|
},
|
|
3895
|
-
"PaginationInfo": {
|
|
3896
|
-
"currentPage": [
|
|
3897
|
-
154
|
|
3898
|
-
],
|
|
3899
|
-
"totalPages": [
|
|
3900
|
-
154
|
|
3901
|
-
],
|
|
3902
|
-
"totalItems": [
|
|
3903
|
-
154
|
|
3904
|
-
],
|
|
3905
|
-
"itemsPerPage": [
|
|
3906
|
-
154
|
|
3907
|
-
],
|
|
3908
|
-
"hasNextPage": [
|
|
3909
|
-
2
|
|
3910
|
-
],
|
|
3911
|
-
"hasPreviousPage": [
|
|
3912
|
-
2
|
|
3913
|
-
],
|
|
3914
|
-
"__typename": [
|
|
3915
|
-
1
|
|
3916
|
-
]
|
|
3917
|
-
},
|
|
3918
3912
|
"PaginatedTransactionsType": {
|
|
3919
3913
|
"items": [
|
|
3920
3914
|
137
|
|
3921
3915
|
],
|
|
3922
3916
|
"pagination": [
|
|
3923
|
-
|
|
3917
|
+
153
|
|
3924
3918
|
],
|
|
3925
3919
|
"__typename": [
|
|
3926
3920
|
1
|
|
@@ -5715,8 +5709,7 @@ exports.default = {
|
|
|
5715
5709
|
155,
|
|
5716
5710
|
{
|
|
5717
5711
|
"query": [
|
|
5718
|
-
206
|
|
5719
|
-
"UserQueryDto!"
|
|
5712
|
+
206
|
|
5720
5713
|
]
|
|
5721
5714
|
}
|
|
5722
5715
|
],
|
|
@@ -5732,6 +5725,14 @@ exports.default = {
|
|
|
5732
5725
|
]
|
|
5733
5726
|
}
|
|
5734
5727
|
],
|
|
5728
|
+
"getSportsEventsPaginated": [
|
|
5729
|
+
157,
|
|
5730
|
+
{
|
|
5731
|
+
"query": [
|
|
5732
|
+
239
|
|
5733
|
+
]
|
|
5734
|
+
}
|
|
5735
|
+
],
|
|
5735
5736
|
"getBudgetsByAthlete": [
|
|
5736
5737
|
129
|
|
5737
5738
|
],
|
|
@@ -5892,12 +5893,47 @@ exports.default = {
|
|
|
5892
5893
|
1
|
|
5893
5894
|
]
|
|
5894
5895
|
},
|
|
5896
|
+
"EventQueryDto": {
|
|
5897
|
+
"page": [
|
|
5898
|
+
154
|
|
5899
|
+
],
|
|
5900
|
+
"limit": [
|
|
5901
|
+
154
|
|
5902
|
+
],
|
|
5903
|
+
"search": [
|
|
5904
|
+
1
|
|
5905
|
+
],
|
|
5906
|
+
"verified": [
|
|
5907
|
+
1
|
|
5908
|
+
],
|
|
5909
|
+
"sport": [
|
|
5910
|
+
1
|
|
5911
|
+
],
|
|
5912
|
+
"location": [
|
|
5913
|
+
1
|
|
5914
|
+
],
|
|
5915
|
+
"dateFrom": [
|
|
5916
|
+
1
|
|
5917
|
+
],
|
|
5918
|
+
"dateTo": [
|
|
5919
|
+
1
|
|
5920
|
+
],
|
|
5921
|
+
"sortField": [
|
|
5922
|
+
1
|
|
5923
|
+
],
|
|
5924
|
+
"sortOrder": [
|
|
5925
|
+
1
|
|
5926
|
+
],
|
|
5927
|
+
"__typename": [
|
|
5928
|
+
1
|
|
5929
|
+
]
|
|
5930
|
+
},
|
|
5895
5931
|
"Mutation": {
|
|
5896
5932
|
"registerNewDomainTenant": [
|
|
5897
5933
|
5,
|
|
5898
5934
|
{
|
|
5899
5935
|
"tenant": [
|
|
5900
|
-
|
|
5936
|
+
241,
|
|
5901
5937
|
"CreateTenantInput!"
|
|
5902
5938
|
]
|
|
5903
5939
|
}
|
|
@@ -5906,7 +5942,7 @@ exports.default = {
|
|
|
5906
5942
|
11,
|
|
5907
5943
|
{
|
|
5908
5944
|
"tenant": [
|
|
5909
|
-
|
|
5945
|
+
241,
|
|
5910
5946
|
"CreateTenantInput!"
|
|
5911
5947
|
]
|
|
5912
5948
|
}
|
|
@@ -5915,7 +5951,7 @@ exports.default = {
|
|
|
5915
5951
|
3,
|
|
5916
5952
|
{
|
|
5917
5953
|
"user": [
|
|
5918
|
-
|
|
5954
|
+
242,
|
|
5919
5955
|
"CreateActiveUserInput!"
|
|
5920
5956
|
]
|
|
5921
5957
|
}
|
|
@@ -5950,7 +5986,7 @@ exports.default = {
|
|
|
5950
5986
|
0,
|
|
5951
5987
|
{
|
|
5952
5988
|
"input": [
|
|
5953
|
-
|
|
5989
|
+
243,
|
|
5954
5990
|
"RegisterUserToDomainFromEmailInput!"
|
|
5955
5991
|
]
|
|
5956
5992
|
}
|
|
@@ -5959,7 +5995,7 @@ exports.default = {
|
|
|
5959
5995
|
8,
|
|
5960
5996
|
{
|
|
5961
5997
|
"dto": [
|
|
5962
|
-
|
|
5998
|
+
244,
|
|
5963
5999
|
"RefreshTokenInput!"
|
|
5964
6000
|
]
|
|
5965
6001
|
}
|
|
@@ -5968,7 +6004,7 @@ exports.default = {
|
|
|
5968
6004
|
33,
|
|
5969
6005
|
{
|
|
5970
6006
|
"input": [
|
|
5971
|
-
|
|
6007
|
+
245,
|
|
5972
6008
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5973
6009
|
]
|
|
5974
6010
|
}
|
|
@@ -5977,7 +6013,7 @@ exports.default = {
|
|
|
5977
6013
|
33,
|
|
5978
6014
|
{
|
|
5979
6015
|
"input": [
|
|
5980
|
-
|
|
6016
|
+
246,
|
|
5981
6017
|
"AWSS3DeleteBucketFileDto!"
|
|
5982
6018
|
]
|
|
5983
6019
|
}
|
|
@@ -5986,7 +6022,7 @@ exports.default = {
|
|
|
5986
6022
|
33,
|
|
5987
6023
|
{
|
|
5988
6024
|
"input": [
|
|
5989
|
-
|
|
6025
|
+
247,
|
|
5990
6026
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5991
6027
|
]
|
|
5992
6028
|
}
|
|
@@ -6004,7 +6040,7 @@ exports.default = {
|
|
|
6004
6040
|
56,
|
|
6005
6041
|
{
|
|
6006
6042
|
"input": [
|
|
6007
|
-
|
|
6043
|
+
248,
|
|
6008
6044
|
"CreateIndustryDto!"
|
|
6009
6045
|
]
|
|
6010
6046
|
}
|
|
@@ -6013,7 +6049,7 @@ exports.default = {
|
|
|
6013
6049
|
39,
|
|
6014
6050
|
{
|
|
6015
6051
|
"input": [
|
|
6016
|
-
|
|
6052
|
+
249,
|
|
6017
6053
|
"CreateBrandDto!"
|
|
6018
6054
|
]
|
|
6019
6055
|
}
|
|
@@ -6022,7 +6058,7 @@ exports.default = {
|
|
|
6022
6058
|
59,
|
|
6023
6059
|
{
|
|
6024
6060
|
"input": [
|
|
6025
|
-
|
|
6061
|
+
251,
|
|
6026
6062
|
"RegisterSponsorInput!"
|
|
6027
6063
|
]
|
|
6028
6064
|
}
|
|
@@ -6031,7 +6067,7 @@ exports.default = {
|
|
|
6031
6067
|
59,
|
|
6032
6068
|
{
|
|
6033
6069
|
"input": [
|
|
6034
|
-
|
|
6070
|
+
252,
|
|
6035
6071
|
"CreateSponsorDto!"
|
|
6036
6072
|
]
|
|
6037
6073
|
}
|
|
@@ -6058,7 +6094,7 @@ exports.default = {
|
|
|
6058
6094
|
100,
|
|
6059
6095
|
{
|
|
6060
6096
|
"input": [
|
|
6061
|
-
|
|
6097
|
+
253,
|
|
6062
6098
|
"RegisterAthleteDto!"
|
|
6063
6099
|
]
|
|
6064
6100
|
}
|
|
@@ -6067,7 +6103,7 @@ exports.default = {
|
|
|
6067
6103
|
138,
|
|
6068
6104
|
{
|
|
6069
6105
|
"input": [
|
|
6070
|
-
|
|
6106
|
+
254,
|
|
6071
6107
|
"EditValueDto!"
|
|
6072
6108
|
]
|
|
6073
6109
|
}
|
|
@@ -6121,7 +6157,7 @@ exports.default = {
|
|
|
6121
6157
|
80,
|
|
6122
6158
|
{
|
|
6123
6159
|
"input": [
|
|
6124
|
-
|
|
6160
|
+
255,
|
|
6125
6161
|
"EditDisplayIndexDto!"
|
|
6126
6162
|
]
|
|
6127
6163
|
}
|
|
@@ -6169,7 +6205,7 @@ exports.default = {
|
|
|
6169
6205
|
89,
|
|
6170
6206
|
{
|
|
6171
6207
|
"input": [
|
|
6172
|
-
|
|
6208
|
+
257,
|
|
6173
6209
|
"SetCurrentCampaignDto!"
|
|
6174
6210
|
]
|
|
6175
6211
|
}
|
|
@@ -6178,7 +6214,7 @@ exports.default = {
|
|
|
6178
6214
|
67,
|
|
6179
6215
|
{
|
|
6180
6216
|
"input": [
|
|
6181
|
-
|
|
6217
|
+
258,
|
|
6182
6218
|
"CreateSportDto!"
|
|
6183
6219
|
]
|
|
6184
6220
|
}
|
|
@@ -6187,7 +6223,7 @@ exports.default = {
|
|
|
6187
6223
|
67,
|
|
6188
6224
|
{
|
|
6189
6225
|
"input": [
|
|
6190
|
-
|
|
6226
|
+
259,
|
|
6191
6227
|
"UpdateSportDto!"
|
|
6192
6228
|
]
|
|
6193
6229
|
}
|
|
@@ -6196,7 +6232,7 @@ exports.default = {
|
|
|
6196
6232
|
70,
|
|
6197
6233
|
{
|
|
6198
6234
|
"input": [
|
|
6199
|
-
|
|
6235
|
+
260,
|
|
6200
6236
|
"CreateSportLevelDto!"
|
|
6201
6237
|
]
|
|
6202
6238
|
}
|
|
@@ -6205,7 +6241,7 @@ exports.default = {
|
|
|
6205
6241
|
65,
|
|
6206
6242
|
{
|
|
6207
6243
|
"input": [
|
|
6208
|
-
|
|
6244
|
+
262,
|
|
6209
6245
|
"CreateSponsorshipDto!"
|
|
6210
6246
|
]
|
|
6211
6247
|
}
|
|
@@ -6214,7 +6250,7 @@ exports.default = {
|
|
|
6214
6250
|
45,
|
|
6215
6251
|
{
|
|
6216
6252
|
"input": [
|
|
6217
|
-
|
|
6253
|
+
269,
|
|
6218
6254
|
"CreateCountryDto!"
|
|
6219
6255
|
]
|
|
6220
6256
|
}
|
|
@@ -6223,7 +6259,7 @@ exports.default = {
|
|
|
6223
6259
|
44,
|
|
6224
6260
|
{
|
|
6225
6261
|
"input": [
|
|
6226
|
-
|
|
6262
|
+
270,
|
|
6227
6263
|
"CreateStateDto!"
|
|
6228
6264
|
]
|
|
6229
6265
|
}
|
|
@@ -6232,7 +6268,7 @@ exports.default = {
|
|
|
6232
6268
|
43,
|
|
6233
6269
|
{
|
|
6234
6270
|
"input": [
|
|
6235
|
-
|
|
6271
|
+
271,
|
|
6236
6272
|
"CreateCityDto!"
|
|
6237
6273
|
]
|
|
6238
6274
|
}
|
|
@@ -6344,7 +6380,7 @@ exports.default = {
|
|
|
6344
6380
|
105,
|
|
6345
6381
|
{
|
|
6346
6382
|
"data": [
|
|
6347
|
-
|
|
6383
|
+
272,
|
|
6348
6384
|
"RegisterStravaDto!"
|
|
6349
6385
|
]
|
|
6350
6386
|
}
|
|
@@ -6362,7 +6398,7 @@ exports.default = {
|
|
|
6362
6398
|
75,
|
|
6363
6399
|
{
|
|
6364
6400
|
"input": [
|
|
6365
|
-
|
|
6401
|
+
273,
|
|
6366
6402
|
"CreateSportEventDto!"
|
|
6367
6403
|
]
|
|
6368
6404
|
}
|
|
@@ -6506,7 +6542,7 @@ exports.default = {
|
|
|
6506
6542
|
97,
|
|
6507
6543
|
{
|
|
6508
6544
|
"input": [
|
|
6509
|
-
|
|
6545
|
+
274,
|
|
6510
6546
|
"CreateStripeAccountDto!"
|
|
6511
6547
|
]
|
|
6512
6548
|
}
|
|
@@ -6665,7 +6701,7 @@ exports.default = {
|
|
|
6665
6701
|
186
|
|
6666
6702
|
],
|
|
6667
6703
|
"translations": [
|
|
6668
|
-
|
|
6704
|
+
250
|
|
6669
6705
|
],
|
|
6670
6706
|
"__typename": [
|
|
6671
6707
|
1
|
|
@@ -6818,7 +6854,7 @@ exports.default = {
|
|
|
6818
6854
|
},
|
|
6819
6855
|
"EditDisplayIndexDto": {
|
|
6820
6856
|
"updates": [
|
|
6821
|
-
|
|
6857
|
+
256
|
|
6822
6858
|
],
|
|
6823
6859
|
"__typename": [
|
|
6824
6860
|
1
|
|
@@ -6882,7 +6918,7 @@ exports.default = {
|
|
|
6882
6918
|
18
|
|
6883
6919
|
],
|
|
6884
6920
|
"translations": [
|
|
6885
|
-
|
|
6921
|
+
261
|
|
6886
6922
|
],
|
|
6887
6923
|
"__typename": [
|
|
6888
6924
|
1
|
|
@@ -6919,7 +6955,7 @@ exports.default = {
|
|
|
6919
6955
|
186
|
|
6920
6956
|
],
|
|
6921
6957
|
"criteria": [
|
|
6922
|
-
|
|
6958
|
+
263
|
|
6923
6959
|
],
|
|
6924
6960
|
"deadline": [
|
|
6925
6961
|
14
|
|
@@ -6928,13 +6964,13 @@ exports.default = {
|
|
|
6928
6964
|
14
|
|
6929
6965
|
],
|
|
6930
6966
|
"duration": [
|
|
6931
|
-
|
|
6967
|
+
265
|
|
6932
6968
|
],
|
|
6933
6969
|
"sponsorshipItems": [
|
|
6934
|
-
|
|
6970
|
+
266
|
|
6935
6971
|
],
|
|
6936
6972
|
"commitments": [
|
|
6937
|
-
|
|
6973
|
+
267
|
|
6938
6974
|
],
|
|
6939
6975
|
"terms": [
|
|
6940
6976
|
1
|
|
@@ -6946,7 +6982,7 @@ exports.default = {
|
|
|
6946
6982
|
2
|
|
6947
6983
|
],
|
|
6948
6984
|
"translations": [
|
|
6949
|
-
|
|
6985
|
+
268
|
|
6950
6986
|
],
|
|
6951
6987
|
"__typename": [
|
|
6952
6988
|
1
|
|
@@ -6960,7 +6996,7 @@ exports.default = {
|
|
|
6960
6996
|
1
|
|
6961
6997
|
],
|
|
6962
6998
|
"qualificationsBag": [
|
|
6963
|
-
|
|
6999
|
+
264
|
|
6964
7000
|
],
|
|
6965
7001
|
"__typename": [
|
|
6966
7002
|
1
|