@vertikalx/vtx-backend-client 1.0.0-dev-daniel.201 → 1.0.0-dev-daniel.202

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.
@@ -1670,7 +1670,7 @@ exports.default = {
1670
1670
  74
1671
1671
  ],
1672
1672
  "athlete": [
1673
- 82
1673
+ 89
1674
1674
  ],
1675
1675
  "membershipNumber": [
1676
1676
  1
@@ -1741,7 +1741,7 @@ exports.default = {
1741
1741
  1
1742
1742
  ],
1743
1743
  "athlete": [
1744
- 82
1744
+ 89
1745
1745
  ],
1746
1746
  "budgetMode": [
1747
1747
  1
@@ -1783,35 +1783,325 @@ exports.default = {
1783
1783
  1
1784
1784
  ]
1785
1785
  },
1786
+ "StripeCapabilityType": {
1787
+ "acss_debit_payments": [
1788
+ 1
1789
+ ],
1790
+ "affirm_payments": [
1791
+ 1
1792
+ ],
1793
+ "afterpay_clearpay_payments": [
1794
+ 1
1795
+ ],
1796
+ "alma_payments": [
1797
+ 1
1798
+ ],
1799
+ "amazon_pay_payments": [
1800
+ 1
1801
+ ],
1802
+ "au_becs_debit_payments": [
1803
+ 1
1804
+ ],
1805
+ "bacs_debit_payments": [
1806
+ 1
1807
+ ],
1808
+ "bancontact_payments": [
1809
+ 1
1810
+ ],
1811
+ "bank_transfer_payments": [
1812
+ 1
1813
+ ],
1814
+ "blik_payments": [
1815
+ 1
1816
+ ],
1817
+ "boleto_payments": [
1818
+ 1
1819
+ ],
1820
+ "card_issuing": [
1821
+ 1
1822
+ ],
1823
+ "card_payments": [
1824
+ 1
1825
+ ],
1826
+ "cartes_bancaires_payments": [
1827
+ 1
1828
+ ],
1829
+ "cashapp_payments": [
1830
+ 1
1831
+ ],
1832
+ "eps_payments": [
1833
+ 1
1834
+ ],
1835
+ "fpx_payments": [
1836
+ 1
1837
+ ],
1838
+ "gb_bank_transfer_payments": [
1839
+ 1
1840
+ ],
1841
+ "giropay_payments": [
1842
+ 1
1843
+ ],
1844
+ "grabpay_payments": [
1845
+ 1
1846
+ ],
1847
+ "ideal_payments": [
1848
+ 1
1849
+ ],
1850
+ "india_international_payments": [
1851
+ 1
1852
+ ],
1853
+ "jcb_payments": [
1854
+ 1
1855
+ ],
1856
+ "jp_bank_transfer_payments": [
1857
+ 1
1858
+ ],
1859
+ "kakao_pay_payments": [
1860
+ 1
1861
+ ],
1862
+ "klarna_payments": [
1863
+ 1
1864
+ ],
1865
+ "konbini_payments": [
1866
+ 1
1867
+ ],
1868
+ "kr_card_payments": [
1869
+ 1
1870
+ ],
1871
+ "legacy_payments": [
1872
+ 1
1873
+ ],
1874
+ "link_payments": [
1875
+ 1
1876
+ ],
1877
+ "mobilepay_payments": [
1878
+ 1
1879
+ ],
1880
+ "multibanco_payments": [
1881
+ 1
1882
+ ],
1883
+ "mx_bank_transfer_payments": [
1884
+ 1
1885
+ ],
1886
+ "naver_pay_payments": [
1887
+ 1
1888
+ ],
1889
+ "oxxo_payments": [
1890
+ 1
1891
+ ],
1892
+ "p24_payments": [
1893
+ 1
1894
+ ],
1895
+ "pay_by_bank_payments": [
1896
+ 1
1897
+ ],
1898
+ "payco_payments": [
1899
+ 1
1900
+ ],
1901
+ "paynow_payments": [
1902
+ 1
1903
+ ],
1904
+ "promptpay_payments": [
1905
+ 1
1906
+ ],
1907
+ "revolut_pay_payments": [
1908
+ 1
1909
+ ],
1910
+ "samsung_pay_payments": [
1911
+ 1
1912
+ ],
1913
+ "sepa_bank_transfer_payments": [
1914
+ 1
1915
+ ],
1916
+ "sepa_debit_payments": [
1917
+ 1
1918
+ ],
1919
+ "sofort_payments": [
1920
+ 1
1921
+ ],
1922
+ "swish_payments": [
1923
+ 1
1924
+ ],
1925
+ "tax_reporting_us_1099_k": [
1926
+ 1
1927
+ ],
1928
+ "tax_reporting_us_1099_misc": [
1929
+ 1
1930
+ ],
1931
+ "transfers": [
1932
+ 1
1933
+ ],
1934
+ "treasury": [
1935
+ 1
1936
+ ],
1937
+ "twint_payments": [
1938
+ 1
1939
+ ],
1940
+ "us_bank_account_ach_payments": [
1941
+ 1
1942
+ ],
1943
+ "us_bank_transfer_payments": [
1944
+ 1
1945
+ ],
1946
+ "zip_payments": [
1947
+ 1
1948
+ ],
1949
+ "__typename": [
1950
+ 1
1951
+ ]
1952
+ },
1953
+ "StripeRequirementAlternativeType": {
1954
+ "alternative_fields_due": [
1955
+ 1
1956
+ ],
1957
+ "original_fields_due": [
1958
+ 1
1959
+ ],
1960
+ "__typename": [
1961
+ 1
1962
+ ]
1963
+ },
1964
+ "StripeFutureRequirementAlternativeType": {
1965
+ "alternative_fields_due": [
1966
+ 1
1967
+ ],
1968
+ "original_fields_due": [
1969
+ 1
1970
+ ],
1971
+ "__typename": [
1972
+ 1
1973
+ ]
1974
+ },
1975
+ "StripeErrorType": {
1976
+ "code": [
1977
+ 1
1978
+ ],
1979
+ "reason": [
1980
+ 1
1981
+ ],
1982
+ "requirement": [
1983
+ 1
1984
+ ],
1985
+ "__typename": [
1986
+ 1
1987
+ ]
1988
+ },
1989
+ "StripeRequirementType": {
1990
+ "alternatives": [
1991
+ 82
1992
+ ],
1993
+ "current_deadline": [
1994
+ 14
1995
+ ],
1996
+ "currently_due": [
1997
+ 1
1998
+ ],
1999
+ "disabled_reason": [
2000
+ 1
2001
+ ],
2002
+ "errors": [
2003
+ 84
2004
+ ],
2005
+ "eventually_due": [
2006
+ 1
2007
+ ],
2008
+ "past_due": [
2009
+ 1
2010
+ ],
2011
+ "pending_verification": [
2012
+ 1
2013
+ ],
2014
+ "__typename": [
2015
+ 1
2016
+ ]
2017
+ },
2018
+ "StripeFutureRequirementType": {
2019
+ "alternatives": [
2020
+ 83
2021
+ ],
2022
+ "current_deadline": [
2023
+ 14
2024
+ ],
2025
+ "currently_due": [
2026
+ 1
2027
+ ],
2028
+ "disabled_reason": [
2029
+ 1
2030
+ ],
2031
+ "errors": [
2032
+ 84
2033
+ ],
2034
+ "eventually_due": [
2035
+ 1
2036
+ ],
2037
+ "past_due": [
2038
+ 1
2039
+ ],
2040
+ "pending_verification": [
2041
+ 1
2042
+ ],
2043
+ "__typename": [
2044
+ 1
2045
+ ]
2046
+ },
1786
2047
  "StripeAccount": {
1787
- "_id": [
2048
+ "id": [
1788
2049
  1
1789
2050
  ],
1790
- "stripeAccountId": [
2051
+ "object": [
1791
2052
  1
1792
2053
  ],
1793
- "email": [
2054
+ "business_type": [
1794
2055
  1
1795
2056
  ],
1796
- "needsConfiguration": [
1797
- 2
2057
+ "country": [
2058
+ 1
1798
2059
  ],
1799
- "countryId": [
2060
+ "email": [
1800
2061
  1
1801
2062
  ],
1802
- "defaultCurrency": [
2063
+ "capabilities": [
2064
+ 81
2065
+ ],
2066
+ "requirements": [
2067
+ 85
2068
+ ],
2069
+ "future_requirements": [
2070
+ 86
2071
+ ],
2072
+ "type": [
1803
2073
  1
1804
2074
  ],
2075
+ "charges_enabled": [
2076
+ 2
2077
+ ],
2078
+ "payouts_enabled": [
2079
+ 2
2080
+ ],
1805
2081
  "created": [
1806
- 17
2082
+ 14
1807
2083
  ],
1808
- "accountData": [
2084
+ "default_currency": [
1809
2085
  1
1810
2086
  ],
1811
2087
  "__typename": [
1812
2088
  1
1813
2089
  ]
1814
2090
  },
2091
+ "StripeAccountReference": {
2092
+ "_id": [
2093
+ 1
2094
+ ],
2095
+ "stripeAccountId": [
2096
+ 1
2097
+ ],
2098
+ "account": [
2099
+ 87
2100
+ ],
2101
+ "__typename": [
2102
+ 1
2103
+ ]
2104
+ },
1815
2105
  "AthleteReference": {
1816
2106
  "_id": [
1817
2107
  1
@@ -1977,8 +2267,8 @@ exports.default = {
1977
2267
  "fundingCampaigns": [
1978
2268
  80
1979
2269
  ],
1980
- "stripeAccount": [
1981
- 81
2270
+ "stripeAccountReference": [
2271
+ 88
1982
2272
  ],
1983
2273
  "__typename": [
1984
2274
  1
@@ -2083,7 +2373,7 @@ exports.default = {
2083
2373
  2
2084
2374
  ],
2085
2375
  "failureReason": [
2086
- 88
2376
+ 95
2087
2377
  ],
2088
2378
  "__typename": [
2089
2379
  1
@@ -2102,7 +2392,7 @@ exports.default = {
2102
2392
  },
2103
2393
  "CursorPaginationResponse": {
2104
2394
  "sort": [
2105
- 90
2395
+ 97
2106
2396
  ],
2107
2397
  "initialCursorId": [
2108
2398
  1
@@ -2131,10 +2421,10 @@ exports.default = {
2131
2421
  },
2132
2422
  "AthleteQueryResponse": {
2133
2423
  "athletes": [
2134
- 83
2424
+ 90
2135
2425
  ],
2136
2426
  "cursor": [
2137
- 91
2427
+ 98
2138
2428
  ],
2139
2429
  "__typename": [
2140
2430
  1
@@ -2162,7 +2452,7 @@ exports.default = {
2162
2452
  1
2163
2453
  ],
2164
2454
  "failureReason": [
2165
- 88
2455
+ 95
2166
2456
  ],
2167
2457
  "result": [
2168
2458
  1
@@ -2227,7 +2517,7 @@ exports.default = {
2227
2517
  1
2228
2518
  ],
2229
2519
  "invitations": [
2230
- 97
2520
+ 104
2231
2521
  ],
2232
2522
  "__typename": [
2233
2523
  1
@@ -2290,7 +2580,7 @@ exports.default = {
2290
2580
  1
2291
2581
  ],
2292
2582
  "result": [
2293
- 99
2583
+ 106
2294
2584
  ],
2295
2585
  "cityId": [
2296
2586
  1
@@ -2313,7 +2603,7 @@ exports.default = {
2313
2603
  1
2314
2604
  ],
2315
2605
  "result": [
2316
- 99
2606
+ 106
2317
2607
  ],
2318
2608
  "cityId": [
2319
2609
  1
@@ -2349,13 +2639,13 @@ exports.default = {
2349
2639
  },
2350
2640
  "CursorPaginationDto": {
2351
2641
  "sortCriteria": [
2352
- 104
2642
+ 111
2353
2643
  ],
2354
2644
  "limit": [
2355
2645
  17
2356
2646
  ],
2357
2647
  "cursorPosition": [
2358
- 103
2648
+ 110
2359
2649
  ],
2360
2650
  "__typename": [
2361
2651
  1
@@ -2427,7 +2717,7 @@ exports.default = {
2427
2717
  1
2428
2718
  ],
2429
2719
  "currentCampaign": [
2430
- 107
2720
+ 114
2431
2721
  ],
2432
2722
  "sports": [
2433
2723
  1
@@ -2480,10 +2770,10 @@ exports.default = {
2480
2770
  },
2481
2771
  "AthleteQueryDto": {
2482
2772
  "cursor": [
2483
- 105
2773
+ 112
2484
2774
  ],
2485
2775
  "filters": [
2486
- 108
2776
+ 115
2487
2777
  ],
2488
2778
  "__typename": [
2489
2779
  1
@@ -2685,7 +2975,7 @@ exports.default = {
2685
2975
  17
2686
2976
  ],
2687
2977
  "items": [
2688
- 121
2978
+ 128
2689
2979
  ],
2690
2980
  "__typename": [
2691
2981
  1
@@ -2696,7 +2986,7 @@ exports.default = {
2696
2986
  17
2697
2987
  ],
2698
2988
  "items": [
2699
- 121
2989
+ 128
2700
2990
  ],
2701
2991
  "athleteCompetitionId": [
2702
2992
  1
@@ -2731,10 +3021,10 @@ exports.default = {
2731
3021
  14
2732
3022
  ],
2733
3023
  "budget": [
2734
- 123
3024
+ 130
2735
3025
  ],
2736
3026
  "competitionBudgets": [
2737
- 124
3027
+ 131
2738
3028
  ],
2739
3029
  "competitionIds": [
2740
3030
  1
@@ -2769,10 +3059,10 @@ exports.default = {
2769
3059
  14
2770
3060
  ],
2771
3061
  "budget": [
2772
- 123
3062
+ 130
2773
3063
  ],
2774
3064
  "competitionBudgets": [
2775
- 124
3065
+ 131
2776
3066
  ],
2777
3067
  "competitionIds": [
2778
3068
  1
@@ -2798,7 +3088,7 @@ exports.default = {
2798
3088
  1
2799
3089
  ],
2800
3090
  "logo": [
2801
- 128
3091
+ 135
2802
3092
  ],
2803
3093
  "countryId": [
2804
3094
  1
@@ -2923,7 +3213,7 @@ exports.default = {
2923
3213
  31,
2924
3214
  {
2925
3215
  "input": [
2926
- 131,
3216
+ 138,
2927
3217
  "AWSS3GetUploadDto!"
2928
3218
  ]
2929
3219
  }
@@ -2982,28 +3272,28 @@ exports.default = {
2982
3272
  53
2983
3273
  ],
2984
3274
  "findSponsorAthleteInvitation": [
2985
- 84,
3275
+ 91,
2986
3276
  {
2987
3277
  "input": [
2988
- 132,
3278
+ 139,
2989
3279
  "FindSponsorAthleteInvitationDto!"
2990
3280
  ]
2991
3281
  }
2992
3282
  ],
2993
3283
  "getAthletes": [
2994
- 83
3284
+ 90
2995
3285
  ],
2996
3286
  "queryAthleteFundingCampaigns": [
2997
- 92,
3287
+ 99,
2998
3288
  {
2999
3289
  "input": [
3000
- 109,
3290
+ 116,
3001
3291
  "AthleteQueryDto!"
3002
3292
  ]
3003
3293
  }
3004
3294
  ],
3005
3295
  "searchAthletes": [
3006
- 83,
3296
+ 90,
3007
3297
  {
3008
3298
  "searchString": [
3009
3299
  1,
@@ -3012,7 +3302,7 @@ exports.default = {
3012
3302
  }
3013
3303
  ],
3014
3304
  "findAthleteById": [
3015
- 83,
3305
+ 90,
3016
3306
  {
3017
3307
  "athleteId": [
3018
3308
  1,
@@ -3021,7 +3311,7 @@ exports.default = {
3021
3311
  }
3022
3312
  ],
3023
3313
  "findAthleteForUser": [
3024
- 83,
3314
+ 90,
3025
3315
  {
3026
3316
  "loginEmail": [
3027
3317
  1,
@@ -3030,7 +3320,7 @@ exports.default = {
3030
3320
  }
3031
3321
  ],
3032
3322
  "getRecommendedAthletes": [
3033
- 83,
3323
+ 90,
3034
3324
  {
3035
3325
  "loginEmail": [
3036
3326
  1,
@@ -3039,13 +3329,13 @@ exports.default = {
3039
3329
  }
3040
3330
  ],
3041
3331
  "getSponsorAthletesForTenant": [
3042
- 83
3332
+ 90
3043
3333
  ],
3044
3334
  "getAthleteCompetitions": [
3045
3335
  73,
3046
3336
  {
3047
3337
  "input": [
3048
- 133,
3338
+ 140,
3049
3339
  "GetAthleteCompetitionsDto!"
3050
3340
  ]
3051
3341
  }
@@ -3123,7 +3413,7 @@ exports.default = {
3123
3413
  0,
3124
3414
  {
3125
3415
  "input": [
3126
- 134,
3416
+ 141,
3127
3417
  "FindVtxUserDto!"
3128
3418
  ]
3129
3419
  }
@@ -3142,7 +3432,7 @@ exports.default = {
3142
3432
  }
3143
3433
  ],
3144
3434
  "getUserImagesFromEmail": [
3145
- 93,
3435
+ 100,
3146
3436
  {
3147
3437
  "loginEmail": [
3148
3438
  1,
@@ -3157,7 +3447,7 @@ exports.default = {
3157
3447
  69,
3158
3448
  {
3159
3449
  "input": [
3160
- 135,
3450
+ 142,
3161
3451
  "GetSportEventsDto!"
3162
3452
  ]
3163
3453
  }
@@ -3226,7 +3516,7 @@ exports.default = {
3226
3516
  5,
3227
3517
  {
3228
3518
  "tenant": [
3229
- 137,
3519
+ 144,
3230
3520
  "CreateTenantInput!"
3231
3521
  ]
3232
3522
  }
@@ -3235,7 +3525,7 @@ exports.default = {
3235
3525
  11,
3236
3526
  {
3237
3527
  "tenant": [
3238
- 137,
3528
+ 144,
3239
3529
  "CreateTenantInput!"
3240
3530
  ]
3241
3531
  }
@@ -3244,7 +3534,7 @@ exports.default = {
3244
3534
  3,
3245
3535
  {
3246
3536
  "user": [
3247
- 138,
3537
+ 145,
3248
3538
  "CreateActiveUserInput!"
3249
3539
  ]
3250
3540
  }
@@ -3279,7 +3569,7 @@ exports.default = {
3279
3569
  0,
3280
3570
  {
3281
3571
  "input": [
3282
- 139,
3572
+ 146,
3283
3573
  "RegisterUserToDomainFromEmailInput!"
3284
3574
  ]
3285
3575
  }
@@ -3288,7 +3578,7 @@ exports.default = {
3288
3578
  8,
3289
3579
  {
3290
3580
  "dto": [
3291
- 140,
3581
+ 147,
3292
3582
  "RefreshTokenInput!"
3293
3583
  ]
3294
3584
  }
@@ -3297,7 +3587,7 @@ exports.default = {
3297
3587
  32,
3298
3588
  {
3299
3589
  "input": [
3300
- 141,
3590
+ 148,
3301
3591
  "AWSS3DeleteUseTypeFileDto!"
3302
3592
  ]
3303
3593
  }
@@ -3306,7 +3596,7 @@ exports.default = {
3306
3596
  32,
3307
3597
  {
3308
3598
  "input": [
3309
- 142,
3599
+ 149,
3310
3600
  "AWSS3DeleteBucketFileDto!"
3311
3601
  ]
3312
3602
  }
@@ -3315,7 +3605,7 @@ exports.default = {
3315
3605
  26,
3316
3606
  {
3317
3607
  "input": [
3318
- 128,
3608
+ 135,
3319
3609
  "AWSS3UploadedFileDto!"
3320
3610
  ]
3321
3611
  }
@@ -3324,7 +3614,7 @@ exports.default = {
3324
3614
  50,
3325
3615
  {
3326
3616
  "input": [
3327
- 143,
3617
+ 150,
3328
3618
  "CreateIndustryDto!"
3329
3619
  ]
3330
3620
  }
@@ -3333,7 +3623,7 @@ exports.default = {
3333
3623
  36,
3334
3624
  {
3335
3625
  "input": [
3336
- 144,
3626
+ 151,
3337
3627
  "CreateBrandDto!"
3338
3628
  ]
3339
3629
  }
@@ -3342,7 +3632,7 @@ exports.default = {
3342
3632
  53,
3343
3633
  {
3344
3634
  "input": [
3345
- 146,
3635
+ 153,
3346
3636
  "RegisterSponsorInput!"
3347
3637
  ]
3348
3638
  }
@@ -3351,34 +3641,34 @@ exports.default = {
3351
3641
  53,
3352
3642
  {
3353
3643
  "input": [
3354
- 147,
3644
+ 154,
3355
3645
  "CreateSponsorDto!"
3356
3646
  ]
3357
3647
  }
3358
3648
  ],
3359
3649
  "sendAthleteInvitations": [
3360
- 84,
3650
+ 91,
3361
3651
  {
3362
3652
  "input": [
3363
- 98,
3653
+ 105,
3364
3654
  "InviteAthletesDto!"
3365
3655
  ]
3366
3656
  }
3367
3657
  ],
3368
3658
  "registerAthlete": [
3369
- 83,
3659
+ 90,
3370
3660
  {
3371
3661
  "input": [
3372
- 148,
3662
+ 155,
3373
3663
  "RegisterAthleteDto!"
3374
3664
  ]
3375
3665
  }
3376
3666
  ],
3377
3667
  "editProfileValue": [
3378
- 87,
3668
+ 94,
3379
3669
  {
3380
3670
  "input": [
3381
- 149,
3671
+ 156,
3382
3672
  "EditValueDto!"
3383
3673
  ]
3384
3674
  }
@@ -3387,16 +3677,16 @@ exports.default = {
3387
3677
  73,
3388
3678
  {
3389
3679
  "input": [
3390
- 101,
3680
+ 108,
3391
3681
  "CreateAthleteCompetitionDto!"
3392
3682
  ]
3393
3683
  }
3394
3684
  ],
3395
3685
  "deleteAthleteCompetition": [
3396
- 89,
3686
+ 96,
3397
3687
  {
3398
3688
  "input": [
3399
- 106,
3689
+ 113,
3400
3690
  "DeleteSingleValueDto!"
3401
3691
  ]
3402
3692
  }
@@ -3405,7 +3695,7 @@ exports.default = {
3405
3695
  61,
3406
3696
  {
3407
3697
  "input": [
3408
- 150,
3698
+ 157,
3409
3699
  "CreateSportDto!"
3410
3700
  ]
3411
3701
  }
@@ -3414,7 +3704,7 @@ exports.default = {
3414
3704
  61,
3415
3705
  {
3416
3706
  "input": [
3417
- 151,
3707
+ 158,
3418
3708
  "UpdateSportDto!"
3419
3709
  ]
3420
3710
  }
@@ -3423,7 +3713,7 @@ exports.default = {
3423
3713
  64,
3424
3714
  {
3425
3715
  "input": [
3426
- 152,
3716
+ 159,
3427
3717
  "CreateSportLevelDto!"
3428
3718
  ]
3429
3719
  }
@@ -3432,7 +3722,7 @@ exports.default = {
3432
3722
  59,
3433
3723
  {
3434
3724
  "input": [
3435
- 154,
3725
+ 161,
3436
3726
  "CreateSponsorshipDto!"
3437
3727
  ]
3438
3728
  }
@@ -3441,7 +3731,7 @@ exports.default = {
3441
3731
  39,
3442
3732
  {
3443
3733
  "input": [
3444
- 161,
3734
+ 168,
3445
3735
  "CreateCountryDto!"
3446
3736
  ]
3447
3737
  }
@@ -3450,7 +3740,7 @@ exports.default = {
3450
3740
  38,
3451
3741
  {
3452
3742
  "input": [
3453
- 162,
3743
+ 169,
3454
3744
  "CreateStateDto!"
3455
3745
  ]
3456
3746
  }
@@ -3459,7 +3749,7 @@ exports.default = {
3459
3749
  37,
3460
3750
  {
3461
3751
  "input": [
3462
- 163,
3752
+ 170,
3463
3753
  "CreateCityDto!"
3464
3754
  ]
3465
3755
  }
@@ -3468,7 +3758,7 @@ exports.default = {
3468
3758
  28,
3469
3759
  {
3470
3760
  "input": [
3471
- 119,
3761
+ 126,
3472
3762
  "RegisterUserDto!"
3473
3763
  ]
3474
3764
  }
@@ -3477,7 +3767,7 @@ exports.default = {
3477
3767
  3,
3478
3768
  {
3479
3769
  "input": [
3480
- 96,
3770
+ 103,
3481
3771
  "VerifyCodeDto!"
3482
3772
  ]
3483
3773
  }
@@ -3486,7 +3776,7 @@ exports.default = {
3486
3776
  0,
3487
3777
  {
3488
3778
  "input": [
3489
- 96,
3779
+ 103,
3490
3780
  "VerifyCodeDto!"
3491
3781
  ]
3492
3782
  }
@@ -3495,7 +3785,7 @@ exports.default = {
3495
3785
  0,
3496
3786
  {
3497
3787
  "input": [
3498
- 119,
3788
+ 126,
3499
3789
  "RegisterUserDto!"
3500
3790
  ]
3501
3791
  }
@@ -3504,7 +3794,7 @@ exports.default = {
3504
3794
  0,
3505
3795
  {
3506
3796
  "input": [
3507
- 119,
3797
+ 126,
3508
3798
  "RegisterUserDto!"
3509
3799
  ]
3510
3800
  }
@@ -3523,16 +3813,16 @@ exports.default = {
3523
3813
  }
3524
3814
  ],
3525
3815
  "handleStravaCallback": [
3526
- 85,
3816
+ 92,
3527
3817
  {
3528
3818
  "data": [
3529
- 164,
3819
+ 171,
3530
3820
  "RegisterStravaDto!"
3531
3821
  ]
3532
3822
  }
3533
3823
  ],
3534
3824
  "refreshStravaToken": [
3535
- 85,
3825
+ 92,
3536
3826
  {
3537
3827
  "input": [
3538
3828
  1,
@@ -3544,7 +3834,7 @@ exports.default = {
3544
3834
  69,
3545
3835
  {
3546
3836
  "input": [
3547
- 165,
3837
+ 172,
3548
3838
  "CreateSportEventDto!"
3549
3839
  ]
3550
3840
  }
@@ -3553,7 +3843,7 @@ exports.default = {
3553
3843
  80,
3554
3844
  {
3555
3845
  "input": [
3556
- 125,
3846
+ 132,
3557
3847
  "CreateFundingCampaignDto!"
3558
3848
  ]
3559
3849
  }
@@ -3562,7 +3852,7 @@ exports.default = {
3562
3852
  74,
3563
3853
  {
3564
3854
  "input": [
3565
- 127,
3855
+ 134,
3566
3856
  "CreateMembershipOrganizationDto!"
3567
3857
  ]
3568
3858
  }
@@ -3571,31 +3861,31 @@ exports.default = {
3571
3861
  76,
3572
3862
  {
3573
3863
  "input": [
3574
- 129,
3864
+ 136,
3575
3865
  "CreateAthleteMembershipDto!"
3576
3866
  ]
3577
3867
  }
3578
3868
  ],
3579
3869
  "deleteAthleteMembershipAffilation": [
3580
- 89,
3870
+ 96,
3581
3871
  {
3582
3872
  "input": [
3583
- 106,
3873
+ 113,
3584
3874
  "DeleteSingleValueDto!"
3585
3875
  ]
3586
3876
  }
3587
3877
  ],
3588
3878
  "createStripeAccount": [
3589
- 81,
3879
+ 88,
3590
3880
  {
3591
3881
  "input": [
3592
- 166,
3882
+ 173,
3593
3883
  "CreateStripeAccountDto!"
3594
3884
  ]
3595
3885
  }
3596
3886
  ],
3597
3887
  "createAthleteStripeSession": [
3598
- 86
3888
+ 93
3599
3889
  ],
3600
3890
  "__typename": [
3601
3891
  1
@@ -3704,13 +3994,13 @@ exports.default = {
3704
3994
  1
3705
3995
  ],
3706
3996
  "logo": [
3707
- 128
3997
+ 135
3708
3998
  ],
3709
3999
  "banner": [
3710
- 128
4000
+ 135
3711
4001
  ],
3712
4002
  "translations": [
3713
- 145
4003
+ 152
3714
4004
  ],
3715
4005
  "__typename": [
3716
4006
  1
@@ -3733,10 +4023,10 @@ exports.default = {
3733
4023
  1
3734
4024
  ],
3735
4025
  "logo": [
3736
- 128
4026
+ 135
3737
4027
  ],
3738
4028
  "banner": [
3739
- 128
4029
+ 135
3740
4030
  ],
3741
4031
  "__typename": [
3742
4032
  1
@@ -3841,10 +4131,10 @@ exports.default = {
3841
4131
  1
3842
4132
  ],
3843
4133
  "profilePicture": [
3844
- 128
4134
+ 135
3845
4135
  ],
3846
4136
  "cardPicture": [
3847
- 128
4137
+ 135
3848
4138
  ],
3849
4139
  "__typename": [
3850
4140
  1
@@ -3894,7 +4184,7 @@ exports.default = {
3894
4184
  17
3895
4185
  ],
3896
4186
  "translations": [
3897
- 153
4187
+ 160
3898
4188
  ],
3899
4189
  "__typename": [
3900
4190
  1
@@ -3928,10 +4218,10 @@ exports.default = {
3928
4218
  17
3929
4219
  ],
3930
4220
  "banner": [
3931
- 128
4221
+ 135
3932
4222
  ],
3933
4223
  "criteria": [
3934
- 155
4224
+ 162
3935
4225
  ],
3936
4226
  "deadline": [
3937
4227
  14
@@ -3940,13 +4230,13 @@ exports.default = {
3940
4230
  14
3941
4231
  ],
3942
4232
  "duration": [
3943
- 157
4233
+ 164
3944
4234
  ],
3945
4235
  "sponsorshipItems": [
3946
- 158
4236
+ 165
3947
4237
  ],
3948
4238
  "commitments": [
3949
- 159
4239
+ 166
3950
4240
  ],
3951
4241
  "terms": [
3952
4242
  1
@@ -3958,7 +4248,7 @@ exports.default = {
3958
4248
  2
3959
4249
  ],
3960
4250
  "translations": [
3961
- 160
4251
+ 167
3962
4252
  ],
3963
4253
  "__typename": [
3964
4254
  1
@@ -3972,7 +4262,7 @@ exports.default = {
3972
4262
  1
3973
4263
  ],
3974
4264
  "qualificationsBag": [
3975
- 156
4265
+ 163
3976
4266
  ],
3977
4267
  "__typename": [
3978
4268
  1
@@ -3980,28 +4270,28 @@ exports.default = {
3980
4270
  },
3981
4271
  "QualificationsBagDto": {
3982
4272
  "ageQualifications": [
3983
- 111
4273
+ 118
3984
4274
  ],
3985
4275
  "genderQualifications": [
3986
- 112
4276
+ 119
3987
4277
  ],
3988
4278
  "scoreQualifications": [
3989
- 114
4279
+ 121
3990
4280
  ],
3991
4281
  "locationQualifications": [
3992
- 115
4282
+ 122
3993
4283
  ],
3994
4284
  "nationalityQualifications": [
3995
- 113
4285
+ 120
3996
4286
  ],
3997
4287
  "distanceQualifications": [
3998
- 116
4288
+ 123
3999
4289
  ],
4000
4290
  "sportsQualifications": [
4001
- 117
4291
+ 124
4002
4292
  ],
4003
4293
  "levelQualifications": [
4004
- 118
4294
+ 125
4005
4295
  ],
4006
4296
  "__typename": [
4007
4297
  1
@@ -4078,7 +4368,7 @@ exports.default = {
4078
4368
  1
4079
4369
  ],
4080
4370
  "banner": [
4081
- 128
4371
+ 135
4082
4372
  ],
4083
4373
  "terms": [
4084
4374
  1
@@ -4196,7 +4486,7 @@ exports.default = {
4196
4486
  1
4197
4487
  ],
4198
4488
  "banner": [
4199
- 128
4489
+ 135
4200
4490
  ],
4201
4491
  "__typename": [
4202
4492
  1