@vertikalx/vtx-backend-client 1.0.0-dev-tmpint.2 → 1.0.0-dev-daniel.191
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 +4 -4
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +114 -75
- package/src/client/schema.graphql +82 -64
- package/src/client/schema.js +22 -8
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +84 -64
- package/src/client/types.js +286 -242
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -2040,61 +2040,83 @@ exports.default = {
|
|
|
2040
2040
|
1
|
|
2041
2041
|
]
|
|
2042
2042
|
},
|
|
2043
|
-
"
|
|
2044
|
-
"
|
|
2045
|
-
1
|
|
2046
|
-
],
|
|
2047
|
-
"cardPictureUrl": [
|
|
2043
|
+
"SortOrder": {
|
|
2044
|
+
"sortField": [
|
|
2048
2045
|
1
|
|
2049
2046
|
],
|
|
2050
|
-
"
|
|
2047
|
+
"order": [
|
|
2051
2048
|
1
|
|
2052
2049
|
],
|
|
2053
2050
|
"__typename": [
|
|
2054
2051
|
1
|
|
2055
2052
|
]
|
|
2056
2053
|
},
|
|
2057
|
-
"
|
|
2058
|
-
"
|
|
2054
|
+
"CursorPaginationResponse": {
|
|
2055
|
+
"sort": [
|
|
2056
|
+
88
|
|
2057
|
+
],
|
|
2058
|
+
"initialCursorId": [
|
|
2059
2059
|
1
|
|
2060
2060
|
],
|
|
2061
|
-
"
|
|
2061
|
+
"nextCursorId": [
|
|
2062
2062
|
1
|
|
2063
2063
|
],
|
|
2064
|
-
"
|
|
2065
|
-
|
|
2064
|
+
"initialCursorValue": [
|
|
2065
|
+
1
|
|
2066
2066
|
],
|
|
2067
|
-
"
|
|
2067
|
+
"nextCursorValue": [
|
|
2068
|
+
1
|
|
2069
|
+
],
|
|
2070
|
+
"limit": [
|
|
2071
|
+
17
|
|
2072
|
+
],
|
|
2073
|
+
"retrieved": [
|
|
2074
|
+
17
|
|
2075
|
+
],
|
|
2076
|
+
"isLastPage": [
|
|
2077
|
+
2
|
|
2078
|
+
],
|
|
2079
|
+
"__typename": [
|
|
2068
2080
|
1
|
|
2081
|
+
]
|
|
2082
|
+
},
|
|
2083
|
+
"AthleteQueryResponse": {
|
|
2084
|
+
"athletes": [
|
|
2085
|
+
82
|
|
2086
|
+
],
|
|
2087
|
+
"cursor": [
|
|
2088
|
+
89
|
|
2069
2089
|
],
|
|
2070
2090
|
"__typename": [
|
|
2071
2091
|
1
|
|
2072
2092
|
]
|
|
2073
2093
|
},
|
|
2074
|
-
"
|
|
2075
|
-
"
|
|
2094
|
+
"UserImages": {
|
|
2095
|
+
"profilePictureUrl": [
|
|
2076
2096
|
1
|
|
2077
2097
|
],
|
|
2078
|
-
"
|
|
2098
|
+
"cardPictureUrl": [
|
|
2079
2099
|
1
|
|
2080
2100
|
],
|
|
2081
|
-
"
|
|
2101
|
+
"bannerPictureUrl": [
|
|
2082
2102
|
1
|
|
2083
2103
|
],
|
|
2084
|
-
"
|
|
2104
|
+
"__typename": [
|
|
2085
2105
|
1
|
|
2086
|
-
]
|
|
2087
|
-
|
|
2106
|
+
]
|
|
2107
|
+
},
|
|
2108
|
+
"DeleteValuesResponse": {
|
|
2109
|
+
"deleted": [
|
|
2088
2110
|
1
|
|
2089
2111
|
],
|
|
2090
|
-
"
|
|
2112
|
+
"failedToDelete": [
|
|
2091
2113
|
1
|
|
2092
2114
|
],
|
|
2093
|
-
"
|
|
2094
|
-
|
|
2115
|
+
"failureReason": [
|
|
2116
|
+
86
|
|
2095
2117
|
],
|
|
2096
|
-
"
|
|
2097
|
-
|
|
2118
|
+
"result": [
|
|
2119
|
+
1
|
|
2098
2120
|
],
|
|
2099
2121
|
"__typename": [
|
|
2100
2122
|
1
|
|
@@ -2156,7 +2178,7 @@ exports.default = {
|
|
|
2156
2178
|
1
|
|
2157
2179
|
],
|
|
2158
2180
|
"invitations": [
|
|
2159
|
-
|
|
2181
|
+
95
|
|
2160
2182
|
],
|
|
2161
2183
|
"__typename": [
|
|
2162
2184
|
1
|
|
@@ -2219,7 +2241,7 @@ exports.default = {
|
|
|
2219
2241
|
1
|
|
2220
2242
|
],
|
|
2221
2243
|
"result": [
|
|
2222
|
-
|
|
2244
|
+
97
|
|
2223
2245
|
],
|
|
2224
2246
|
"cityId": [
|
|
2225
2247
|
1
|
|
@@ -2242,7 +2264,7 @@ exports.default = {
|
|
|
2242
2264
|
1
|
|
2243
2265
|
],
|
|
2244
2266
|
"result": [
|
|
2245
|
-
|
|
2267
|
+
97
|
|
2246
2268
|
],
|
|
2247
2269
|
"cityId": [
|
|
2248
2270
|
1
|
|
@@ -2254,6 +2276,42 @@ exports.default = {
|
|
|
2254
2276
|
1
|
|
2255
2277
|
]
|
|
2256
2278
|
},
|
|
2279
|
+
"CursorPositionDto": {
|
|
2280
|
+
"cursorId": [
|
|
2281
|
+
1
|
|
2282
|
+
],
|
|
2283
|
+
"cursorFieldValue": [
|
|
2284
|
+
1
|
|
2285
|
+
],
|
|
2286
|
+
"__typename": [
|
|
2287
|
+
1
|
|
2288
|
+
]
|
|
2289
|
+
},
|
|
2290
|
+
"SortCriteriaDto": {
|
|
2291
|
+
"sortField": [
|
|
2292
|
+
1
|
|
2293
|
+
],
|
|
2294
|
+
"order": [
|
|
2295
|
+
1
|
|
2296
|
+
],
|
|
2297
|
+
"__typename": [
|
|
2298
|
+
1
|
|
2299
|
+
]
|
|
2300
|
+
},
|
|
2301
|
+
"CursorPaginationDto": {
|
|
2302
|
+
"sortCriteria": [
|
|
2303
|
+
102
|
|
2304
|
+
],
|
|
2305
|
+
"limit": [
|
|
2306
|
+
17
|
|
2307
|
+
],
|
|
2308
|
+
"cursorPosition": [
|
|
2309
|
+
101
|
|
2310
|
+
],
|
|
2311
|
+
"__typename": [
|
|
2312
|
+
1
|
|
2313
|
+
]
|
|
2314
|
+
},
|
|
2257
2315
|
"DeleteSingleValueDto": {
|
|
2258
2316
|
"idToDelete": [
|
|
2259
2317
|
1
|
|
@@ -2262,6 +2320,126 @@ exports.default = {
|
|
|
2262
2320
|
1
|
|
2263
2321
|
]
|
|
2264
2322
|
},
|
|
2323
|
+
"FundCampaignFilterDto": {
|
|
2324
|
+
"campaignTitle": [
|
|
2325
|
+
1
|
|
2326
|
+
],
|
|
2327
|
+
"status": [
|
|
2328
|
+
1
|
|
2329
|
+
],
|
|
2330
|
+
"minCompletion": [
|
|
2331
|
+
17
|
|
2332
|
+
],
|
|
2333
|
+
"maxCompletion": [
|
|
2334
|
+
17
|
|
2335
|
+
],
|
|
2336
|
+
"minFundsRequired": [
|
|
2337
|
+
17
|
|
2338
|
+
],
|
|
2339
|
+
"maxFundsRequired": [
|
|
2340
|
+
17
|
|
2341
|
+
],
|
|
2342
|
+
"minEndingDate": [
|
|
2343
|
+
14
|
|
2344
|
+
],
|
|
2345
|
+
"maxEndingDate": [
|
|
2346
|
+
14
|
|
2347
|
+
],
|
|
2348
|
+
"competitions": [
|
|
2349
|
+
1
|
|
2350
|
+
],
|
|
2351
|
+
"cities": [
|
|
2352
|
+
1
|
|
2353
|
+
],
|
|
2354
|
+
"states": [
|
|
2355
|
+
1
|
|
2356
|
+
],
|
|
2357
|
+
"countries": [
|
|
2358
|
+
1
|
|
2359
|
+
],
|
|
2360
|
+
"__typename": [
|
|
2361
|
+
1
|
|
2362
|
+
]
|
|
2363
|
+
},
|
|
2364
|
+
"AthleteFilterDto": {
|
|
2365
|
+
"name": [
|
|
2366
|
+
1
|
|
2367
|
+
],
|
|
2368
|
+
"cities": [
|
|
2369
|
+
1
|
|
2370
|
+
],
|
|
2371
|
+
"states": [
|
|
2372
|
+
1
|
|
2373
|
+
],
|
|
2374
|
+
"countries": [
|
|
2375
|
+
1
|
|
2376
|
+
],
|
|
2377
|
+
"teams": [
|
|
2378
|
+
1
|
|
2379
|
+
],
|
|
2380
|
+
"currentCampaign": [
|
|
2381
|
+
105
|
|
2382
|
+
],
|
|
2383
|
+
"sports": [
|
|
2384
|
+
1
|
|
2385
|
+
],
|
|
2386
|
+
"mainSportOnly": [
|
|
2387
|
+
2
|
|
2388
|
+
],
|
|
2389
|
+
"gender": [
|
|
2390
|
+
1
|
|
2391
|
+
],
|
|
2392
|
+
"minAge": [
|
|
2393
|
+
17
|
|
2394
|
+
],
|
|
2395
|
+
"maxAge": [
|
|
2396
|
+
17
|
|
2397
|
+
],
|
|
2398
|
+
"minDob": [
|
|
2399
|
+
14
|
|
2400
|
+
],
|
|
2401
|
+
"maxDob": [
|
|
2402
|
+
14
|
|
2403
|
+
],
|
|
2404
|
+
"minVTXScore": [
|
|
2405
|
+
17
|
|
2406
|
+
],
|
|
2407
|
+
"maxVTXScore": [
|
|
2408
|
+
17
|
|
2409
|
+
],
|
|
2410
|
+
"minSocialScore": [
|
|
2411
|
+
17
|
|
2412
|
+
],
|
|
2413
|
+
"maxSocialScore": [
|
|
2414
|
+
17
|
|
2415
|
+
],
|
|
2416
|
+
"minTrainingScore": [
|
|
2417
|
+
17
|
|
2418
|
+
],
|
|
2419
|
+
"maxTrainingScore": [
|
|
2420
|
+
17
|
|
2421
|
+
],
|
|
2422
|
+
"minPerformanceScore": [
|
|
2423
|
+
17
|
|
2424
|
+
],
|
|
2425
|
+
"maxPerformanceScore": [
|
|
2426
|
+
17
|
|
2427
|
+
],
|
|
2428
|
+
"__typename": [
|
|
2429
|
+
1
|
|
2430
|
+
]
|
|
2431
|
+
},
|
|
2432
|
+
"AthleteQueryDto": {
|
|
2433
|
+
"cursor": [
|
|
2434
|
+
103
|
|
2435
|
+
],
|
|
2436
|
+
"filters": [
|
|
2437
|
+
106
|
|
2438
|
+
],
|
|
2439
|
+
"__typename": [
|
|
2440
|
+
1
|
|
2441
|
+
]
|
|
2442
|
+
},
|
|
2265
2443
|
"QualificationDto": {
|
|
2266
2444
|
"type": [
|
|
2267
2445
|
1
|
|
@@ -2458,7 +2636,7 @@ exports.default = {
|
|
|
2458
2636
|
17
|
|
2459
2637
|
],
|
|
2460
2638
|
"items": [
|
|
2461
|
-
|
|
2639
|
+
119
|
|
2462
2640
|
],
|
|
2463
2641
|
"__typename": [
|
|
2464
2642
|
1
|
|
@@ -2469,7 +2647,7 @@ exports.default = {
|
|
|
2469
2647
|
17
|
|
2470
2648
|
],
|
|
2471
2649
|
"items": [
|
|
2472
|
-
|
|
2650
|
+
119
|
|
2473
2651
|
],
|
|
2474
2652
|
"athleteCompetitionId": [
|
|
2475
2653
|
1
|
|
@@ -2504,10 +2682,10 @@ exports.default = {
|
|
|
2504
2682
|
14
|
|
2505
2683
|
],
|
|
2506
2684
|
"budget": [
|
|
2507
|
-
|
|
2685
|
+
121
|
|
2508
2686
|
],
|
|
2509
2687
|
"competitionBudgets": [
|
|
2510
|
-
|
|
2688
|
+
122
|
|
2511
2689
|
],
|
|
2512
2690
|
"competitionIds": [
|
|
2513
2691
|
1
|
|
@@ -2542,10 +2720,10 @@ exports.default = {
|
|
|
2542
2720
|
14
|
|
2543
2721
|
],
|
|
2544
2722
|
"budget": [
|
|
2545
|
-
|
|
2723
|
+
121
|
|
2546
2724
|
],
|
|
2547
2725
|
"competitionBudgets": [
|
|
2548
|
-
|
|
2726
|
+
122
|
|
2549
2727
|
],
|
|
2550
2728
|
"competitionIds": [
|
|
2551
2729
|
1
|
|
@@ -2557,149 +2735,6 @@ exports.default = {
|
|
|
2557
2735
|
1
|
|
2558
2736
|
]
|
|
2559
2737
|
},
|
|
2560
|
-
"CursorPaginationDto": {
|
|
2561
|
-
"sortField": [
|
|
2562
|
-
1
|
|
2563
|
-
],
|
|
2564
|
-
"order": [
|
|
2565
|
-
1
|
|
2566
|
-
],
|
|
2567
|
-
"direction": [
|
|
2568
|
-
1
|
|
2569
|
-
],
|
|
2570
|
-
"limit": [
|
|
2571
|
-
17
|
|
2572
|
-
],
|
|
2573
|
-
"cursorId": [
|
|
2574
|
-
1
|
|
2575
|
-
],
|
|
2576
|
-
"cursorFieldValue": [
|
|
2577
|
-
1
|
|
2578
|
-
],
|
|
2579
|
-
"__typename": [
|
|
2580
|
-
1
|
|
2581
|
-
]
|
|
2582
|
-
},
|
|
2583
|
-
"FundCampaignFilterDto": {
|
|
2584
|
-
"campaignTitle": [
|
|
2585
|
-
1
|
|
2586
|
-
],
|
|
2587
|
-
"status": [
|
|
2588
|
-
1
|
|
2589
|
-
],
|
|
2590
|
-
"minCompletion": [
|
|
2591
|
-
17
|
|
2592
|
-
],
|
|
2593
|
-
"maxCompletion": [
|
|
2594
|
-
17
|
|
2595
|
-
],
|
|
2596
|
-
"minFundsRequired": [
|
|
2597
|
-
17
|
|
2598
|
-
],
|
|
2599
|
-
"maxFundsRequired": [
|
|
2600
|
-
17
|
|
2601
|
-
],
|
|
2602
|
-
"minEndingDate": [
|
|
2603
|
-
14
|
|
2604
|
-
],
|
|
2605
|
-
"maxEndingDate": [
|
|
2606
|
-
14
|
|
2607
|
-
],
|
|
2608
|
-
"competitions": [
|
|
2609
|
-
1
|
|
2610
|
-
],
|
|
2611
|
-
"cities": [
|
|
2612
|
-
1
|
|
2613
|
-
],
|
|
2614
|
-
"states": [
|
|
2615
|
-
1
|
|
2616
|
-
],
|
|
2617
|
-
"countries": [
|
|
2618
|
-
1
|
|
2619
|
-
],
|
|
2620
|
-
"__typename": [
|
|
2621
|
-
1
|
|
2622
|
-
]
|
|
2623
|
-
},
|
|
2624
|
-
"AthleteFilterDto": {
|
|
2625
|
-
"name": [
|
|
2626
|
-
1
|
|
2627
|
-
],
|
|
2628
|
-
"cities": [
|
|
2629
|
-
1
|
|
2630
|
-
],
|
|
2631
|
-
"states": [
|
|
2632
|
-
1
|
|
2633
|
-
],
|
|
2634
|
-
"countries": [
|
|
2635
|
-
1
|
|
2636
|
-
],
|
|
2637
|
-
"teams": [
|
|
2638
|
-
1
|
|
2639
|
-
],
|
|
2640
|
-
"currentCampaign": [
|
|
2641
|
-
118
|
|
2642
|
-
],
|
|
2643
|
-
"sports": [
|
|
2644
|
-
1
|
|
2645
|
-
],
|
|
2646
|
-
"mainSportOnly": [
|
|
2647
|
-
2
|
|
2648
|
-
],
|
|
2649
|
-
"gender": [
|
|
2650
|
-
1
|
|
2651
|
-
],
|
|
2652
|
-
"minAge": [
|
|
2653
|
-
17
|
|
2654
|
-
],
|
|
2655
|
-
"maxAge": [
|
|
2656
|
-
17
|
|
2657
|
-
],
|
|
2658
|
-
"minDob": [
|
|
2659
|
-
14
|
|
2660
|
-
],
|
|
2661
|
-
"maxDob": [
|
|
2662
|
-
14
|
|
2663
|
-
],
|
|
2664
|
-
"minVTXScore": [
|
|
2665
|
-
17
|
|
2666
|
-
],
|
|
2667
|
-
"maxVTXScore": [
|
|
2668
|
-
17
|
|
2669
|
-
],
|
|
2670
|
-
"minSocialScore": [
|
|
2671
|
-
17
|
|
2672
|
-
],
|
|
2673
|
-
"maxSocialScore": [
|
|
2674
|
-
17
|
|
2675
|
-
],
|
|
2676
|
-
"minTrainingScore": [
|
|
2677
|
-
17
|
|
2678
|
-
],
|
|
2679
|
-
"maxTrainingScore": [
|
|
2680
|
-
17
|
|
2681
|
-
],
|
|
2682
|
-
"minPerformanceScore": [
|
|
2683
|
-
17
|
|
2684
|
-
],
|
|
2685
|
-
"maxPerformanceScore": [
|
|
2686
|
-
17
|
|
2687
|
-
],
|
|
2688
|
-
"__typename": [
|
|
2689
|
-
1
|
|
2690
|
-
]
|
|
2691
|
-
},
|
|
2692
|
-
"AthleteQueryDto": {
|
|
2693
|
-
"cursor": [
|
|
2694
|
-
117
|
|
2695
|
-
],
|
|
2696
|
-
"filters": [
|
|
2697
|
-
119
|
|
2698
|
-
],
|
|
2699
|
-
"__typename": [
|
|
2700
|
-
1
|
|
2701
|
-
]
|
|
2702
|
-
},
|
|
2703
2738
|
"CreateMembershipOrganizationDto": {
|
|
2704
2739
|
"shortName": [
|
|
2705
2740
|
1
|
|
@@ -2714,7 +2749,7 @@ exports.default = {
|
|
|
2714
2749
|
1
|
|
2715
2750
|
],
|
|
2716
2751
|
"logo": [
|
|
2717
|
-
|
|
2752
|
+
126
|
|
2718
2753
|
],
|
|
2719
2754
|
"countryId": [
|
|
2720
2755
|
1
|
|
@@ -2839,7 +2874,7 @@ exports.default = {
|
|
|
2839
2874
|
31,
|
|
2840
2875
|
{
|
|
2841
2876
|
"input": [
|
|
2842
|
-
|
|
2877
|
+
129,
|
|
2843
2878
|
"AWSS3GetUploadDto!"
|
|
2844
2879
|
]
|
|
2845
2880
|
}
|
|
@@ -2901,7 +2936,7 @@ exports.default = {
|
|
|
2901
2936
|
83,
|
|
2902
2937
|
{
|
|
2903
2938
|
"input": [
|
|
2904
|
-
|
|
2939
|
+
130,
|
|
2905
2940
|
"FindSponsorAthleteInvitationDto!"
|
|
2906
2941
|
]
|
|
2907
2942
|
}
|
|
@@ -2909,6 +2944,15 @@ exports.default = {
|
|
|
2909
2944
|
"getAthletes": [
|
|
2910
2945
|
82
|
|
2911
2946
|
],
|
|
2947
|
+
"queryAthleteFundingCampaigns": [
|
|
2948
|
+
90,
|
|
2949
|
+
{
|
|
2950
|
+
"input": [
|
|
2951
|
+
107,
|
|
2952
|
+
"AthleteQueryDto!"
|
|
2953
|
+
]
|
|
2954
|
+
}
|
|
2955
|
+
],
|
|
2912
2956
|
"searchAthletes": [
|
|
2913
2957
|
82,
|
|
2914
2958
|
{
|
|
@@ -2952,7 +2996,7 @@ exports.default = {
|
|
|
2952
2996
|
73,
|
|
2953
2997
|
{
|
|
2954
2998
|
"input": [
|
|
2955
|
-
|
|
2999
|
+
131,
|
|
2956
3000
|
"GetAthleteCompetitionsDto!"
|
|
2957
3001
|
]
|
|
2958
3002
|
}
|
|
@@ -3030,7 +3074,7 @@ exports.default = {
|
|
|
3030
3074
|
0,
|
|
3031
3075
|
{
|
|
3032
3076
|
"input": [
|
|
3033
|
-
|
|
3077
|
+
132,
|
|
3034
3078
|
"FindVtxUserDto!"
|
|
3035
3079
|
]
|
|
3036
3080
|
}
|
|
@@ -3049,7 +3093,7 @@ exports.default = {
|
|
|
3049
3093
|
}
|
|
3050
3094
|
],
|
|
3051
3095
|
"getUserImagesFromEmail": [
|
|
3052
|
-
|
|
3096
|
+
91,
|
|
3053
3097
|
{
|
|
3054
3098
|
"loginEmail": [
|
|
3055
3099
|
1,
|
|
@@ -3064,7 +3108,7 @@ exports.default = {
|
|
|
3064
3108
|
69,
|
|
3065
3109
|
{
|
|
3066
3110
|
"input": [
|
|
3067
|
-
|
|
3111
|
+
133,
|
|
3068
3112
|
"GetSportEventsDto!"
|
|
3069
3113
|
]
|
|
3070
3114
|
}
|
|
@@ -3133,7 +3177,7 @@ exports.default = {
|
|
|
3133
3177
|
5,
|
|
3134
3178
|
{
|
|
3135
3179
|
"tenant": [
|
|
3136
|
-
|
|
3180
|
+
135,
|
|
3137
3181
|
"CreateTenantInput!"
|
|
3138
3182
|
]
|
|
3139
3183
|
}
|
|
@@ -3142,7 +3186,7 @@ exports.default = {
|
|
|
3142
3186
|
11,
|
|
3143
3187
|
{
|
|
3144
3188
|
"tenant": [
|
|
3145
|
-
|
|
3189
|
+
135,
|
|
3146
3190
|
"CreateTenantInput!"
|
|
3147
3191
|
]
|
|
3148
3192
|
}
|
|
@@ -3151,7 +3195,7 @@ exports.default = {
|
|
|
3151
3195
|
3,
|
|
3152
3196
|
{
|
|
3153
3197
|
"user": [
|
|
3154
|
-
|
|
3198
|
+
136,
|
|
3155
3199
|
"CreateActiveUserInput!"
|
|
3156
3200
|
]
|
|
3157
3201
|
}
|
|
@@ -3186,7 +3230,7 @@ exports.default = {
|
|
|
3186
3230
|
0,
|
|
3187
3231
|
{
|
|
3188
3232
|
"input": [
|
|
3189
|
-
|
|
3233
|
+
137,
|
|
3190
3234
|
"RegisterUserToDomainFromEmailInput!"
|
|
3191
3235
|
]
|
|
3192
3236
|
}
|
|
@@ -3195,7 +3239,7 @@ exports.default = {
|
|
|
3195
3239
|
8,
|
|
3196
3240
|
{
|
|
3197
3241
|
"dto": [
|
|
3198
|
-
|
|
3242
|
+
138,
|
|
3199
3243
|
"RefreshTokenInput!"
|
|
3200
3244
|
]
|
|
3201
3245
|
}
|
|
@@ -3204,7 +3248,7 @@ exports.default = {
|
|
|
3204
3248
|
32,
|
|
3205
3249
|
{
|
|
3206
3250
|
"input": [
|
|
3207
|
-
|
|
3251
|
+
139,
|
|
3208
3252
|
"AWSS3DeleteUseTypeFileDto!"
|
|
3209
3253
|
]
|
|
3210
3254
|
}
|
|
@@ -3213,7 +3257,7 @@ exports.default = {
|
|
|
3213
3257
|
32,
|
|
3214
3258
|
{
|
|
3215
3259
|
"input": [
|
|
3216
|
-
|
|
3260
|
+
140,
|
|
3217
3261
|
"AWSS3DeleteBucketFileDto!"
|
|
3218
3262
|
]
|
|
3219
3263
|
}
|
|
@@ -3222,7 +3266,7 @@ exports.default = {
|
|
|
3222
3266
|
26,
|
|
3223
3267
|
{
|
|
3224
3268
|
"input": [
|
|
3225
|
-
|
|
3269
|
+
126,
|
|
3226
3270
|
"AWSS3UploadedFileDto!"
|
|
3227
3271
|
]
|
|
3228
3272
|
}
|
|
@@ -3231,7 +3275,7 @@ exports.default = {
|
|
|
3231
3275
|
50,
|
|
3232
3276
|
{
|
|
3233
3277
|
"input": [
|
|
3234
|
-
|
|
3278
|
+
141,
|
|
3235
3279
|
"CreateIndustryDto!"
|
|
3236
3280
|
]
|
|
3237
3281
|
}
|
|
@@ -3240,7 +3284,7 @@ exports.default = {
|
|
|
3240
3284
|
36,
|
|
3241
3285
|
{
|
|
3242
3286
|
"input": [
|
|
3243
|
-
|
|
3287
|
+
142,
|
|
3244
3288
|
"CreateBrandDto!"
|
|
3245
3289
|
]
|
|
3246
3290
|
}
|
|
@@ -3249,7 +3293,7 @@ exports.default = {
|
|
|
3249
3293
|
53,
|
|
3250
3294
|
{
|
|
3251
3295
|
"input": [
|
|
3252
|
-
|
|
3296
|
+
144,
|
|
3253
3297
|
"RegisterSponsorInput!"
|
|
3254
3298
|
]
|
|
3255
3299
|
}
|
|
@@ -3258,7 +3302,7 @@ exports.default = {
|
|
|
3258
3302
|
53,
|
|
3259
3303
|
{
|
|
3260
3304
|
"input": [
|
|
3261
|
-
|
|
3305
|
+
145,
|
|
3262
3306
|
"CreateSponsorDto!"
|
|
3263
3307
|
]
|
|
3264
3308
|
}
|
|
@@ -3267,7 +3311,7 @@ exports.default = {
|
|
|
3267
3311
|
83,
|
|
3268
3312
|
{
|
|
3269
3313
|
"input": [
|
|
3270
|
-
|
|
3314
|
+
96,
|
|
3271
3315
|
"InviteAthletesDto!"
|
|
3272
3316
|
]
|
|
3273
3317
|
}
|
|
@@ -3276,7 +3320,7 @@ exports.default = {
|
|
|
3276
3320
|
82,
|
|
3277
3321
|
{
|
|
3278
3322
|
"input": [
|
|
3279
|
-
|
|
3323
|
+
146,
|
|
3280
3324
|
"RegisterAthleteDto!"
|
|
3281
3325
|
]
|
|
3282
3326
|
}
|
|
@@ -3285,7 +3329,7 @@ exports.default = {
|
|
|
3285
3329
|
85,
|
|
3286
3330
|
{
|
|
3287
3331
|
"input": [
|
|
3288
|
-
|
|
3332
|
+
147,
|
|
3289
3333
|
"EditValueDto!"
|
|
3290
3334
|
]
|
|
3291
3335
|
}
|
|
@@ -3294,7 +3338,7 @@ exports.default = {
|
|
|
3294
3338
|
73,
|
|
3295
3339
|
{
|
|
3296
3340
|
"input": [
|
|
3297
|
-
|
|
3341
|
+
99,
|
|
3298
3342
|
"CreateAthleteCompetitionDto!"
|
|
3299
3343
|
]
|
|
3300
3344
|
}
|
|
@@ -3303,7 +3347,7 @@ exports.default = {
|
|
|
3303
3347
|
87,
|
|
3304
3348
|
{
|
|
3305
3349
|
"input": [
|
|
3306
|
-
|
|
3350
|
+
104,
|
|
3307
3351
|
"DeleteSingleValueDto!"
|
|
3308
3352
|
]
|
|
3309
3353
|
}
|
|
@@ -3312,7 +3356,7 @@ exports.default = {
|
|
|
3312
3356
|
61,
|
|
3313
3357
|
{
|
|
3314
3358
|
"input": [
|
|
3315
|
-
|
|
3359
|
+
148,
|
|
3316
3360
|
"CreateSportDto!"
|
|
3317
3361
|
]
|
|
3318
3362
|
}
|
|
@@ -3321,7 +3365,7 @@ exports.default = {
|
|
|
3321
3365
|
61,
|
|
3322
3366
|
{
|
|
3323
3367
|
"input": [
|
|
3324
|
-
|
|
3368
|
+
149,
|
|
3325
3369
|
"UpdateSportDto!"
|
|
3326
3370
|
]
|
|
3327
3371
|
}
|
|
@@ -3330,7 +3374,7 @@ exports.default = {
|
|
|
3330
3374
|
64,
|
|
3331
3375
|
{
|
|
3332
3376
|
"input": [
|
|
3333
|
-
|
|
3377
|
+
150,
|
|
3334
3378
|
"CreateSportLevelDto!"
|
|
3335
3379
|
]
|
|
3336
3380
|
}
|
|
@@ -3339,7 +3383,7 @@ exports.default = {
|
|
|
3339
3383
|
59,
|
|
3340
3384
|
{
|
|
3341
3385
|
"input": [
|
|
3342
|
-
|
|
3386
|
+
152,
|
|
3343
3387
|
"CreateSponsorshipDto!"
|
|
3344
3388
|
]
|
|
3345
3389
|
}
|
|
@@ -3348,7 +3392,7 @@ exports.default = {
|
|
|
3348
3392
|
39,
|
|
3349
3393
|
{
|
|
3350
3394
|
"input": [
|
|
3351
|
-
|
|
3395
|
+
159,
|
|
3352
3396
|
"CreateCountryDto!"
|
|
3353
3397
|
]
|
|
3354
3398
|
}
|
|
@@ -3357,7 +3401,7 @@ exports.default = {
|
|
|
3357
3401
|
38,
|
|
3358
3402
|
{
|
|
3359
3403
|
"input": [
|
|
3360
|
-
|
|
3404
|
+
160,
|
|
3361
3405
|
"CreateStateDto!"
|
|
3362
3406
|
]
|
|
3363
3407
|
}
|
|
@@ -3366,7 +3410,7 @@ exports.default = {
|
|
|
3366
3410
|
37,
|
|
3367
3411
|
{
|
|
3368
3412
|
"input": [
|
|
3369
|
-
|
|
3413
|
+
161,
|
|
3370
3414
|
"CreateCityDto!"
|
|
3371
3415
|
]
|
|
3372
3416
|
}
|
|
@@ -3375,7 +3419,7 @@ exports.default = {
|
|
|
3375
3419
|
28,
|
|
3376
3420
|
{
|
|
3377
3421
|
"input": [
|
|
3378
|
-
|
|
3422
|
+
117,
|
|
3379
3423
|
"RegisterUserDto!"
|
|
3380
3424
|
]
|
|
3381
3425
|
}
|
|
@@ -3384,7 +3428,7 @@ exports.default = {
|
|
|
3384
3428
|
3,
|
|
3385
3429
|
{
|
|
3386
3430
|
"input": [
|
|
3387
|
-
|
|
3431
|
+
94,
|
|
3388
3432
|
"VerifyCodeDto!"
|
|
3389
3433
|
]
|
|
3390
3434
|
}
|
|
@@ -3393,7 +3437,7 @@ exports.default = {
|
|
|
3393
3437
|
0,
|
|
3394
3438
|
{
|
|
3395
3439
|
"input": [
|
|
3396
|
-
|
|
3440
|
+
94,
|
|
3397
3441
|
"VerifyCodeDto!"
|
|
3398
3442
|
]
|
|
3399
3443
|
}
|
|
@@ -3402,7 +3446,7 @@ exports.default = {
|
|
|
3402
3446
|
0,
|
|
3403
3447
|
{
|
|
3404
3448
|
"input": [
|
|
3405
|
-
|
|
3449
|
+
117,
|
|
3406
3450
|
"RegisterUserDto!"
|
|
3407
3451
|
]
|
|
3408
3452
|
}
|
|
@@ -3411,7 +3455,7 @@ exports.default = {
|
|
|
3411
3455
|
0,
|
|
3412
3456
|
{
|
|
3413
3457
|
"input": [
|
|
3414
|
-
|
|
3458
|
+
117,
|
|
3415
3459
|
"RegisterUserDto!"
|
|
3416
3460
|
]
|
|
3417
3461
|
}
|
|
@@ -3433,7 +3477,7 @@ exports.default = {
|
|
|
3433
3477
|
84,
|
|
3434
3478
|
{
|
|
3435
3479
|
"data": [
|
|
3436
|
-
|
|
3480
|
+
162,
|
|
3437
3481
|
"RegisterStravaDto!"
|
|
3438
3482
|
]
|
|
3439
3483
|
}
|
|
@@ -3451,7 +3495,7 @@ exports.default = {
|
|
|
3451
3495
|
69,
|
|
3452
3496
|
{
|
|
3453
3497
|
"input": [
|
|
3454
|
-
|
|
3498
|
+
163,
|
|
3455
3499
|
"CreateSportEventDto!"
|
|
3456
3500
|
]
|
|
3457
3501
|
}
|
|
@@ -3460,7 +3504,7 @@ exports.default = {
|
|
|
3460
3504
|
80,
|
|
3461
3505
|
{
|
|
3462
3506
|
"input": [
|
|
3463
|
-
|
|
3507
|
+
123,
|
|
3464
3508
|
"CreateFundingCampaignDto!"
|
|
3465
3509
|
]
|
|
3466
3510
|
}
|
|
@@ -3469,7 +3513,7 @@ exports.default = {
|
|
|
3469
3513
|
74,
|
|
3470
3514
|
{
|
|
3471
3515
|
"input": [
|
|
3472
|
-
|
|
3516
|
+
125,
|
|
3473
3517
|
"CreateMembershipOrganizationDto!"
|
|
3474
3518
|
]
|
|
3475
3519
|
}
|
|
@@ -3478,7 +3522,7 @@ exports.default = {
|
|
|
3478
3522
|
76,
|
|
3479
3523
|
{
|
|
3480
3524
|
"input": [
|
|
3481
|
-
|
|
3525
|
+
127,
|
|
3482
3526
|
"CreateAthleteMembershipDto!"
|
|
3483
3527
|
]
|
|
3484
3528
|
}
|
|
@@ -3590,13 +3634,13 @@ exports.default = {
|
|
|
3590
3634
|
1
|
|
3591
3635
|
],
|
|
3592
3636
|
"logo": [
|
|
3593
|
-
|
|
3637
|
+
126
|
|
3594
3638
|
],
|
|
3595
3639
|
"banner": [
|
|
3596
|
-
|
|
3640
|
+
126
|
|
3597
3641
|
],
|
|
3598
3642
|
"translations": [
|
|
3599
|
-
|
|
3643
|
+
143
|
|
3600
3644
|
],
|
|
3601
3645
|
"__typename": [
|
|
3602
3646
|
1
|
|
@@ -3619,10 +3663,10 @@ exports.default = {
|
|
|
3619
3663
|
1
|
|
3620
3664
|
],
|
|
3621
3665
|
"logo": [
|
|
3622
|
-
|
|
3666
|
+
126
|
|
3623
3667
|
],
|
|
3624
3668
|
"banner": [
|
|
3625
|
-
|
|
3669
|
+
126
|
|
3626
3670
|
],
|
|
3627
3671
|
"__typename": [
|
|
3628
3672
|
1
|
|
@@ -3727,10 +3771,10 @@ exports.default = {
|
|
|
3727
3771
|
1
|
|
3728
3772
|
],
|
|
3729
3773
|
"profilePicture": [
|
|
3730
|
-
|
|
3774
|
+
126
|
|
3731
3775
|
],
|
|
3732
3776
|
"cardPicture": [
|
|
3733
|
-
|
|
3777
|
+
126
|
|
3734
3778
|
],
|
|
3735
3779
|
"__typename": [
|
|
3736
3780
|
1
|
|
@@ -3780,7 +3824,7 @@ exports.default = {
|
|
|
3780
3824
|
17
|
|
3781
3825
|
],
|
|
3782
3826
|
"translations": [
|
|
3783
|
-
|
|
3827
|
+
151
|
|
3784
3828
|
],
|
|
3785
3829
|
"__typename": [
|
|
3786
3830
|
1
|
|
@@ -3814,10 +3858,10 @@ exports.default = {
|
|
|
3814
3858
|
17
|
|
3815
3859
|
],
|
|
3816
3860
|
"banner": [
|
|
3817
|
-
|
|
3861
|
+
126
|
|
3818
3862
|
],
|
|
3819
3863
|
"criteria": [
|
|
3820
|
-
|
|
3864
|
+
153
|
|
3821
3865
|
],
|
|
3822
3866
|
"deadline": [
|
|
3823
3867
|
14
|
|
@@ -3826,13 +3870,13 @@ exports.default = {
|
|
|
3826
3870
|
14
|
|
3827
3871
|
],
|
|
3828
3872
|
"duration": [
|
|
3829
|
-
|
|
3873
|
+
155
|
|
3830
3874
|
],
|
|
3831
3875
|
"sponsorshipItems": [
|
|
3832
|
-
|
|
3876
|
+
156
|
|
3833
3877
|
],
|
|
3834
3878
|
"commitments": [
|
|
3835
|
-
|
|
3879
|
+
157
|
|
3836
3880
|
],
|
|
3837
3881
|
"terms": [
|
|
3838
3882
|
1
|
|
@@ -3844,7 +3888,7 @@ exports.default = {
|
|
|
3844
3888
|
2
|
|
3845
3889
|
],
|
|
3846
3890
|
"translations": [
|
|
3847
|
-
|
|
3891
|
+
158
|
|
3848
3892
|
],
|
|
3849
3893
|
"__typename": [
|
|
3850
3894
|
1
|
|
@@ -3858,7 +3902,7 @@ exports.default = {
|
|
|
3858
3902
|
1
|
|
3859
3903
|
],
|
|
3860
3904
|
"qualificationsBag": [
|
|
3861
|
-
|
|
3905
|
+
154
|
|
3862
3906
|
],
|
|
3863
3907
|
"__typename": [
|
|
3864
3908
|
1
|
|
@@ -3866,28 +3910,28 @@ exports.default = {
|
|
|
3866
3910
|
},
|
|
3867
3911
|
"QualificationsBagDto": {
|
|
3868
3912
|
"ageQualifications": [
|
|
3869
|
-
|
|
3913
|
+
109
|
|
3870
3914
|
],
|
|
3871
3915
|
"genderQualifications": [
|
|
3872
|
-
|
|
3916
|
+
110
|
|
3873
3917
|
],
|
|
3874
3918
|
"scoreQualifications": [
|
|
3875
|
-
|
|
3919
|
+
112
|
|
3876
3920
|
],
|
|
3877
3921
|
"locationQualifications": [
|
|
3878
|
-
|
|
3922
|
+
113
|
|
3879
3923
|
],
|
|
3880
3924
|
"nationalityQualifications": [
|
|
3881
|
-
|
|
3925
|
+
111
|
|
3882
3926
|
],
|
|
3883
3927
|
"distanceQualifications": [
|
|
3884
|
-
|
|
3928
|
+
114
|
|
3885
3929
|
],
|
|
3886
3930
|
"sportsQualifications": [
|
|
3887
|
-
|
|
3931
|
+
115
|
|
3888
3932
|
],
|
|
3889
3933
|
"levelQualifications": [
|
|
3890
|
-
|
|
3934
|
+
116
|
|
3891
3935
|
],
|
|
3892
3936
|
"__typename": [
|
|
3893
3937
|
1
|
|
@@ -3964,7 +4008,7 @@ exports.default = {
|
|
|
3964
4008
|
1
|
|
3965
4009
|
],
|
|
3966
4010
|
"banner": [
|
|
3967
|
-
|
|
4011
|
+
126
|
|
3968
4012
|
],
|
|
3969
4013
|
"terms": [
|
|
3970
4014
|
1
|
|
@@ -4082,7 +4126,7 @@ exports.default = {
|
|
|
4082
4126
|
1
|
|
4083
4127
|
],
|
|
4084
4128
|
"banner": [
|
|
4085
|
-
|
|
4129
|
+
126
|
|
4086
4130
|
],
|
|
4087
4131
|
"__typename": [
|
|
4088
4132
|
1
|