@vertikalx/vtx-backend-client 1.0.0-dev-max.18 → 1.0.0-dev-max.20
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 +1 -31
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +39 -43
- package/src/client/schema.js +9 -9
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +18 -20
- package/src/client/types.js +86 -92
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -7,8 +7,8 @@ exports.default = {
|
|
|
7
7
|
14,
|
|
8
8
|
18,
|
|
9
9
|
101,
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
127,
|
|
11
|
+
130,
|
|
12
12
|
184
|
|
13
13
|
],
|
|
14
14
|
"types": {
|
|
@@ -2692,51 +2692,6 @@ exports.default = {
|
|
|
2692
2692
|
]
|
|
2693
2693
|
},
|
|
2694
2694
|
"ID": {},
|
|
2695
|
-
"StripeTransfer": {
|
|
2696
|
-
"_id": [
|
|
2697
|
-
101
|
|
2698
|
-
],
|
|
2699
|
-
"stripeId": [
|
|
2700
|
-
1
|
|
2701
|
-
],
|
|
2702
|
-
"amount": [
|
|
2703
|
-
18
|
|
2704
|
-
],
|
|
2705
|
-
"amount_reversed": [
|
|
2706
|
-
18
|
|
2707
|
-
],
|
|
2708
|
-
"currency": [
|
|
2709
|
-
1
|
|
2710
|
-
],
|
|
2711
|
-
"destination": [
|
|
2712
|
-
1
|
|
2713
|
-
],
|
|
2714
|
-
"description": [
|
|
2715
|
-
1
|
|
2716
|
-
],
|
|
2717
|
-
"reversed": [
|
|
2718
|
-
2
|
|
2719
|
-
],
|
|
2720
|
-
"livemode": [
|
|
2721
|
-
2
|
|
2722
|
-
],
|
|
2723
|
-
"transfer_group": [
|
|
2724
|
-
1
|
|
2725
|
-
],
|
|
2726
|
-
"status": [
|
|
2727
|
-
103
|
|
2728
|
-
],
|
|
2729
|
-
"lastError": [
|
|
2730
|
-
1
|
|
2731
|
-
],
|
|
2732
|
-
"json": [
|
|
2733
|
-
1
|
|
2734
|
-
],
|
|
2735
|
-
"__typename": [
|
|
2736
|
-
1
|
|
2737
|
-
]
|
|
2738
|
-
},
|
|
2739
|
-
"StripeTransferStatus": {},
|
|
2740
2695
|
"FundingCheckoutSessionData": {
|
|
2741
2696
|
"_id": [
|
|
2742
2697
|
101
|
|
@@ -2771,12 +2726,6 @@ exports.default = {
|
|
|
2771
2726
|
"message": [
|
|
2772
2727
|
1
|
|
2773
2728
|
],
|
|
2774
|
-
"transferToAthlete": [
|
|
2775
|
-
102
|
|
2776
|
-
],
|
|
2777
|
-
"transferToVtx": [
|
|
2778
|
-
102
|
|
2779
|
-
],
|
|
2780
2729
|
"__typename": [
|
|
2781
2730
|
1
|
|
2782
2731
|
]
|
|
@@ -2918,7 +2867,7 @@ exports.default = {
|
|
|
2918
2867
|
},
|
|
2919
2868
|
"InstagramPaging": {
|
|
2920
2869
|
"cursors": [
|
|
2921
|
-
|
|
2870
|
+
108
|
|
2922
2871
|
],
|
|
2923
2872
|
"next": [
|
|
2924
2873
|
1
|
|
@@ -2943,7 +2892,7 @@ exports.default = {
|
|
|
2943
2892
|
},
|
|
2944
2893
|
"InstagramInsights": {
|
|
2945
2894
|
"data": [
|
|
2946
|
-
|
|
2895
|
+
110
|
|
2947
2896
|
],
|
|
2948
2897
|
"__typename": [
|
|
2949
2898
|
1
|
|
@@ -2981,7 +2930,7 @@ exports.default = {
|
|
|
2981
2930
|
18
|
|
2982
2931
|
],
|
|
2983
2932
|
"insights": [
|
|
2984
|
-
|
|
2933
|
+
111
|
|
2985
2934
|
],
|
|
2986
2935
|
"__typename": [
|
|
2987
2936
|
1
|
|
@@ -2989,10 +2938,10 @@ exports.default = {
|
|
|
2989
2938
|
},
|
|
2990
2939
|
"InstagramMediaData": {
|
|
2991
2940
|
"data": [
|
|
2992
|
-
|
|
2941
|
+
112
|
|
2993
2942
|
],
|
|
2994
2943
|
"paging": [
|
|
2995
|
-
|
|
2944
|
+
109
|
|
2996
2945
|
],
|
|
2997
2946
|
"__typename": [
|
|
2998
2947
|
1
|
|
@@ -3035,7 +2984,7 @@ exports.default = {
|
|
|
3035
2984
|
14
|
|
3036
2985
|
],
|
|
3037
2986
|
"stravaAthleteData": [
|
|
3038
|
-
|
|
2987
|
+
107
|
|
3039
2988
|
],
|
|
3040
2989
|
"hasInstagramIntegration": [
|
|
3041
2990
|
2
|
|
@@ -3044,10 +2993,10 @@ exports.default = {
|
|
|
3044
2993
|
14
|
|
3045
2994
|
],
|
|
3046
2995
|
"instagramUserData": [
|
|
3047
|
-
|
|
2996
|
+
114
|
|
3048
2997
|
],
|
|
3049
2998
|
"instagramMediaData": [
|
|
3050
|
-
|
|
2999
|
+
113
|
|
3051
3000
|
],
|
|
3052
3001
|
"__typename": [
|
|
3053
3002
|
1
|
|
@@ -3089,7 +3038,7 @@ exports.default = {
|
|
|
3089
3038
|
1
|
|
3090
3039
|
],
|
|
3091
3040
|
"failureReason": [
|
|
3092
|
-
|
|
3041
|
+
117
|
|
3093
3042
|
],
|
|
3094
3043
|
"result": [
|
|
3095
3044
|
1
|
|
@@ -3106,7 +3055,7 @@ exports.default = {
|
|
|
3106
3055
|
2
|
|
3107
3056
|
],
|
|
3108
3057
|
"failureReason": [
|
|
3109
|
-
|
|
3058
|
+
117
|
|
3110
3059
|
],
|
|
3111
3060
|
"__typename": [
|
|
3112
3061
|
1
|
|
@@ -3125,7 +3074,7 @@ exports.default = {
|
|
|
3125
3074
|
},
|
|
3126
3075
|
"CursorPaginationResponse": {
|
|
3127
3076
|
"sort": [
|
|
3128
|
-
|
|
3077
|
+
120
|
|
3129
3078
|
],
|
|
3130
3079
|
"initialCursorId": [
|
|
3131
3080
|
1
|
|
@@ -3157,7 +3106,7 @@ exports.default = {
|
|
|
3157
3106
|
99
|
|
3158
3107
|
],
|
|
3159
3108
|
"cursor": [
|
|
3160
|
-
|
|
3109
|
+
121
|
|
3161
3110
|
],
|
|
3162
3111
|
"__typename": [
|
|
3163
3112
|
1
|
|
@@ -3188,7 +3137,7 @@ exports.default = {
|
|
|
3188
3137
|
1
|
|
3189
3138
|
],
|
|
3190
3139
|
"failureReason": [
|
|
3191
|
-
|
|
3140
|
+
117
|
|
3192
3141
|
],
|
|
3193
3142
|
"result": [
|
|
3194
3143
|
1
|
|
@@ -3210,7 +3159,7 @@ exports.default = {
|
|
|
3210
3159
|
1
|
|
3211
3160
|
],
|
|
3212
3161
|
"json": [
|
|
3213
|
-
|
|
3162
|
+
127
|
|
3214
3163
|
],
|
|
3215
3164
|
"__typename": [
|
|
3216
3165
|
1
|
|
@@ -3231,6 +3180,51 @@ exports.default = {
|
|
|
3231
3180
|
1
|
|
3232
3181
|
]
|
|
3233
3182
|
},
|
|
3183
|
+
"StripeTransfer": {
|
|
3184
|
+
"_id": [
|
|
3185
|
+
101
|
|
3186
|
+
],
|
|
3187
|
+
"stripeId": [
|
|
3188
|
+
1
|
|
3189
|
+
],
|
|
3190
|
+
"amount": [
|
|
3191
|
+
18
|
|
3192
|
+
],
|
|
3193
|
+
"amount_reversed": [
|
|
3194
|
+
18
|
|
3195
|
+
],
|
|
3196
|
+
"currency": [
|
|
3197
|
+
1
|
|
3198
|
+
],
|
|
3199
|
+
"destination": [
|
|
3200
|
+
1
|
|
3201
|
+
],
|
|
3202
|
+
"description": [
|
|
3203
|
+
1
|
|
3204
|
+
],
|
|
3205
|
+
"reversed": [
|
|
3206
|
+
2
|
|
3207
|
+
],
|
|
3208
|
+
"livemode": [
|
|
3209
|
+
2
|
|
3210
|
+
],
|
|
3211
|
+
"transfer_group": [
|
|
3212
|
+
1
|
|
3213
|
+
],
|
|
3214
|
+
"status": [
|
|
3215
|
+
130
|
|
3216
|
+
],
|
|
3217
|
+
"lastError": [
|
|
3218
|
+
1
|
|
3219
|
+
],
|
|
3220
|
+
"json": [
|
|
3221
|
+
1
|
|
3222
|
+
],
|
|
3223
|
+
"__typename": [
|
|
3224
|
+
1
|
|
3225
|
+
]
|
|
3226
|
+
},
|
|
3227
|
+
"StripeTransferStatus": {},
|
|
3234
3228
|
"CreateDatabaseFileDto": {
|
|
3235
3229
|
"identifier": [
|
|
3236
3230
|
1
|
|
@@ -4325,7 +4319,7 @@ exports.default = {
|
|
|
4325
4319
|
59
|
|
4326
4320
|
],
|
|
4327
4321
|
"findSponsorAthleteInvitation": [
|
|
4328
|
-
|
|
4322
|
+
103,
|
|
4329
4323
|
{
|
|
4330
4324
|
"input": [
|
|
4331
4325
|
187,
|
|
@@ -4337,7 +4331,7 @@ exports.default = {
|
|
|
4337
4331
|
99
|
|
4338
4332
|
],
|
|
4339
4333
|
"queryAthleteFundingCampaigns": [
|
|
4340
|
-
|
|
4334
|
+
122,
|
|
4341
4335
|
{
|
|
4342
4336
|
"input": [
|
|
4343
4337
|
152,
|
|
@@ -4433,7 +4427,7 @@ exports.default = {
|
|
|
4433
4427
|
}
|
|
4434
4428
|
],
|
|
4435
4429
|
"queryAthleteWithFilter": [
|
|
4436
|
-
|
|
4430
|
+
122,
|
|
4437
4431
|
{
|
|
4438
4432
|
"input": [
|
|
4439
4433
|
152,
|
|
@@ -4451,7 +4445,7 @@ exports.default = {
|
|
|
4451
4445
|
}
|
|
4452
4446
|
],
|
|
4453
4447
|
"screenNameAvailability": [
|
|
4454
|
-
|
|
4448
|
+
125,
|
|
4455
4449
|
{
|
|
4456
4450
|
"input": [
|
|
4457
4451
|
157,
|
|
@@ -4563,7 +4557,7 @@ exports.default = {
|
|
|
4563
4557
|
}
|
|
4564
4558
|
],
|
|
4565
4559
|
"getUserImagesFromEmail": [
|
|
4566
|
-
|
|
4560
|
+
128,
|
|
4567
4561
|
{
|
|
4568
4562
|
"loginEmail": [
|
|
4569
4563
|
1,
|
|
@@ -4605,16 +4599,16 @@ exports.default = {
|
|
|
4605
4599
|
80
|
|
4606
4600
|
],
|
|
4607
4601
|
"getAthleteStravaIntegration": [
|
|
4608
|
-
|
|
4602
|
+
115
|
|
4609
4603
|
],
|
|
4610
4604
|
"getAthleteInstagramIntegration": [
|
|
4611
|
-
|
|
4605
|
+
115
|
|
4612
4606
|
],
|
|
4613
4607
|
"getAthleteIntegrations": [
|
|
4614
|
-
|
|
4608
|
+
115
|
|
4615
4609
|
],
|
|
4616
4610
|
"stripeQuery": [
|
|
4617
|
-
|
|
4611
|
+
126,
|
|
4618
4612
|
{
|
|
4619
4613
|
"input": [
|
|
4620
4614
|
181,
|
|
@@ -4631,8 +4625,8 @@ exports.default = {
|
|
|
4631
4625
|
]
|
|
4632
4626
|
}
|
|
4633
4627
|
],
|
|
4634
|
-
"
|
|
4635
|
-
|
|
4628
|
+
"getFundingCheckoutSessionData": [
|
|
4629
|
+
102,
|
|
4636
4630
|
{
|
|
4637
4631
|
"input": [
|
|
4638
4632
|
183,
|
|
@@ -4841,7 +4835,7 @@ exports.default = {
|
|
|
4841
4835
|
}
|
|
4842
4836
|
],
|
|
4843
4837
|
"sendAthleteInvitations": [
|
|
4844
|
-
|
|
4838
|
+
103,
|
|
4845
4839
|
{
|
|
4846
4840
|
"input": [
|
|
4847
4841
|
141,
|
|
@@ -4859,7 +4853,7 @@ exports.default = {
|
|
|
4859
4853
|
}
|
|
4860
4854
|
],
|
|
4861
4855
|
"editProfileValue": [
|
|
4862
|
-
|
|
4856
|
+
116,
|
|
4863
4857
|
{
|
|
4864
4858
|
"input": [
|
|
4865
4859
|
205,
|
|
@@ -4868,7 +4862,7 @@ exports.default = {
|
|
|
4868
4862
|
}
|
|
4869
4863
|
],
|
|
4870
4864
|
"editPicture": [
|
|
4871
|
-
|
|
4865
|
+
123,
|
|
4872
4866
|
{
|
|
4873
4867
|
"input": [
|
|
4874
4868
|
153,
|
|
@@ -4877,7 +4871,7 @@ exports.default = {
|
|
|
4877
4871
|
}
|
|
4878
4872
|
],
|
|
4879
4873
|
"AddAlbumPictures": [
|
|
4880
|
-
|
|
4874
|
+
124,
|
|
4881
4875
|
{
|
|
4882
4876
|
"input": [
|
|
4883
4877
|
155,
|
|
@@ -4895,7 +4889,7 @@ exports.default = {
|
|
|
4895
4889
|
}
|
|
4896
4890
|
],
|
|
4897
4891
|
"deleteAthleteCompetition": [
|
|
4898
|
-
|
|
4892
|
+
119,
|
|
4899
4893
|
{
|
|
4900
4894
|
"input": [
|
|
4901
4895
|
149,
|
|
@@ -4922,7 +4916,7 @@ exports.default = {
|
|
|
4922
4916
|
}
|
|
4923
4917
|
],
|
|
4924
4918
|
"deleteAthleteAlbum": [
|
|
4925
|
-
|
|
4919
|
+
119,
|
|
4926
4920
|
{
|
|
4927
4921
|
"input": [
|
|
4928
4922
|
149,
|
|
@@ -4931,7 +4925,7 @@ exports.default = {
|
|
|
4931
4925
|
}
|
|
4932
4926
|
],
|
|
4933
4927
|
"deleteAthletePhotos": [
|
|
4934
|
-
|
|
4928
|
+
118,
|
|
4935
4929
|
{
|
|
4936
4930
|
"input": [
|
|
4937
4931
|
156,
|
|
@@ -5073,7 +5067,7 @@ exports.default = {
|
|
|
5073
5067
|
}
|
|
5074
5068
|
],
|
|
5075
5069
|
"createResetPasswordCode": [
|
|
5076
|
-
|
|
5070
|
+
116,
|
|
5077
5071
|
{
|
|
5078
5072
|
"input": [
|
|
5079
5073
|
1,
|
|
@@ -5082,7 +5076,7 @@ exports.default = {
|
|
|
5082
5076
|
}
|
|
5083
5077
|
],
|
|
5084
5078
|
"resetUserPassword": [
|
|
5085
|
-
|
|
5079
|
+
116,
|
|
5086
5080
|
{
|
|
5087
5081
|
"input": [
|
|
5088
5082
|
170,
|
|
@@ -5091,7 +5085,7 @@ exports.default = {
|
|
|
5091
5085
|
}
|
|
5092
5086
|
],
|
|
5093
5087
|
"handleStravaCallback": [
|
|
5094
|
-
|
|
5088
|
+
104,
|
|
5095
5089
|
{
|
|
5096
5090
|
"data": [
|
|
5097
5091
|
220,
|
|
@@ -5100,7 +5094,7 @@ exports.default = {
|
|
|
5100
5094
|
}
|
|
5101
5095
|
],
|
|
5102
5096
|
"refreshStravaToken": [
|
|
5103
|
-
|
|
5097
|
+
104,
|
|
5104
5098
|
{
|
|
5105
5099
|
"input": [
|
|
5106
5100
|
1,
|
|
@@ -5154,7 +5148,7 @@ exports.default = {
|
|
|
5154
5148
|
}
|
|
5155
5149
|
],
|
|
5156
5150
|
"deleteAthleteMembershipAffilation": [
|
|
5157
|
-
|
|
5151
|
+
119,
|
|
5158
5152
|
{
|
|
5159
5153
|
"input": [
|
|
5160
5154
|
149,
|
|
@@ -5181,10 +5175,10 @@ exports.default = {
|
|
|
5181
5175
|
}
|
|
5182
5176
|
],
|
|
5183
5177
|
"createAthleteStripeSession": [
|
|
5184
|
-
|
|
5178
|
+
105
|
|
5185
5179
|
],
|
|
5186
5180
|
"createStripeCheckoutSession": [
|
|
5187
|
-
|
|
5181
|
+
106,
|
|
5188
5182
|
{
|
|
5189
5183
|
"input": [
|
|
5190
5184
|
180,
|