@vertikalx/vtx-backend-client 1.0.0-preprod.3 → 1.0.0-preprod.4

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.
Files changed (100) hide show
  1. package/package.json +1 -1
  2. package/src/api/response-builder.js +2 -3
  3. package/src/api/response-builder.js.map +1 -1
  4. package/src/api/vtx-base-api.d.ts +26 -6
  5. package/src/api/vtx-base-api.js +1301 -24
  6. package/src/api/vtx-base-api.js.map +1 -1
  7. package/src/client/runtime/generateGraphqlOperation.d.ts +1 -1
  8. package/src/client/schema.d.ts +535 -35
  9. package/src/client/schema.js +108 -10
  10. package/src/client/schema.js.map +1 -1
  11. package/src/client/types.d.ts +257 -22
  12. package/src/client/types.js +927 -290
  13. package/src/client/types.js.map +1 -1
  14. package/tsconfig.lib.tsbuildinfo +1 -1
  15. package/libs/vtx-backend-client/package.json +0 -16
  16. package/libs/vtx-backend-client/src/api/api-call-headers.d.ts +0 -16
  17. package/libs/vtx-backend-client/src/api/api-call-headers.js +0 -20
  18. package/libs/vtx-backend-client/src/api/api-call-headers.js.map +0 -1
  19. package/libs/vtx-backend-client/src/api/backend-response.d.ts +0 -10
  20. package/libs/vtx-backend-client/src/api/backend-response.js +0 -3
  21. package/libs/vtx-backend-client/src/api/backend-response.js.map +0 -1
  22. package/libs/vtx-backend-client/src/api/domains.d.ts +0 -3
  23. package/libs/vtx-backend-client/src/api/domains.js +0 -7
  24. package/libs/vtx-backend-client/src/api/domains.js.map +0 -1
  25. package/libs/vtx-backend-client/src/api/response-builder.d.ts +0 -4
  26. package/libs/vtx-backend-client/src/api/response-builder.js +0 -123
  27. package/libs/vtx-backend-client/src/api/response-builder.js.map +0 -1
  28. package/libs/vtx-backend-client/src/api/types.d.ts +0 -2
  29. package/libs/vtx-backend-client/src/api/types.js +0 -3
  30. package/libs/vtx-backend-client/src/api/types.js.map +0 -1
  31. package/libs/vtx-backend-client/src/api/vtx-apikey-api.d.ts +0 -6
  32. package/libs/vtx-backend-client/src/api/vtx-apikey-api.js +0 -19
  33. package/libs/vtx-backend-client/src/api/vtx-apikey-api.js.map +0 -1
  34. package/libs/vtx-backend-client/src/api/vtx-base-api.d.ts +0 -82
  35. package/libs/vtx-backend-client/src/api/vtx-base-api.js +0 -5725
  36. package/libs/vtx-backend-client/src/api/vtx-base-api.js.map +0 -1
  37. package/libs/vtx-backend-client/src/api/vtx-mobile-api.d.ts +0 -6
  38. package/libs/vtx-backend-client/src/api/vtx-mobile-api.js +0 -27
  39. package/libs/vtx-backend-client/src/api/vtx-mobile-api.js.map +0 -1
  40. package/libs/vtx-backend-client/src/api/vtx-web-browser-api.d.ts +0 -7
  41. package/libs/vtx-backend-client/src/api/vtx-web-browser-api.js +0 -36
  42. package/libs/vtx-backend-client/src/api/vtx-web-browser-api.js.map +0 -1
  43. package/libs/vtx-backend-client/src/api/vtx-web-server-api.d.ts +0 -7
  44. package/libs/vtx-backend-client/src/api/vtx-web-server-api.js +0 -33
  45. package/libs/vtx-backend-client/src/api/vtx-web-server-api.js.map +0 -1
  46. package/libs/vtx-backend-client/src/client/index.d.ts +0 -25
  47. package/libs/vtx-backend-client/src/client/index.js +0 -44
  48. package/libs/vtx-backend-client/src/client/index.js.map +0 -1
  49. package/libs/vtx-backend-client/src/client/runtime/batcher.d.ts +0 -36
  50. package/libs/vtx-backend-client/src/client/runtime/batcher.js +0 -123
  51. package/libs/vtx-backend-client/src/client/runtime/batcher.js.map +0 -1
  52. package/libs/vtx-backend-client/src/client/runtime/createClient.d.ts +0 -17
  53. package/libs/vtx-backend-client/src/client/runtime/createClient.js +0 -28
  54. package/libs/vtx-backend-client/src/client/runtime/createClient.js.map +0 -1
  55. package/libs/vtx-backend-client/src/client/runtime/error.d.ts +0 -15
  56. package/libs/vtx-backend-client/src/client/runtime/error.js +0 -19
  57. package/libs/vtx-backend-client/src/client/runtime/error.js.map +0 -1
  58. package/libs/vtx-backend-client/src/client/runtime/fetcher.d.ts +0 -10
  59. package/libs/vtx-backend-client/src/client/runtime/fetcher.js +0 -68
  60. package/libs/vtx-backend-client/src/client/runtime/fetcher.js.map +0 -1
  61. package/libs/vtx-backend-client/src/client/runtime/generateGraphqlOperation.d.ts +0 -30
  62. package/libs/vtx-backend-client/src/client/runtime/generateGraphqlOperation.js +0 -134
  63. package/libs/vtx-backend-client/src/client/runtime/generateGraphqlOperation.js.map +0 -1
  64. package/libs/vtx-backend-client/src/client/runtime/index.d.ts +0 -11
  65. package/libs/vtx-backend-client/src/client/runtime/index.js +0 -17
  66. package/libs/vtx-backend-client/src/client/runtime/index.js.map +0 -1
  67. package/libs/vtx-backend-client/src/client/runtime/linkTypeMap.d.ts +0 -9
  68. package/libs/vtx-backend-client/src/client/runtime/linkTypeMap.js +0 -95
  69. package/libs/vtx-backend-client/src/client/runtime/linkTypeMap.js.map +0 -1
  70. package/libs/vtx-backend-client/src/client/runtime/typeSelection.d.ts +0 -28
  71. package/libs/vtx-backend-client/src/client/runtime/typeSelection.js +0 -3
  72. package/libs/vtx-backend-client/src/client/runtime/typeSelection.js.map +0 -1
  73. package/libs/vtx-backend-client/src/client/runtime/types.d.ts +0 -55
  74. package/libs/vtx-backend-client/src/client/runtime/types.js +0 -3
  75. package/libs/vtx-backend-client/src/client/runtime/types.js.map +0 -1
  76. package/libs/vtx-backend-client/src/client/schema.d.ts +0 -3444
  77. package/libs/vtx-backend-client/src/client/schema.js +0 -748
  78. package/libs/vtx-backend-client/src/client/schema.js.map +0 -1
  79. package/libs/vtx-backend-client/src/client/types.d.ts +0 -1876
  80. package/libs/vtx-backend-client/src/client/types.js +0 -4870
  81. package/libs/vtx-backend-client/src/client/types.js.map +0 -1
  82. package/libs/vtx-backend-client/src/index.d.ts +0 -11
  83. package/libs/vtx-backend-client/src/index.js +0 -28
  84. package/libs/vtx-backend-client/src/index.js.map +0 -1
  85. package/src/api/dto/edit-picture.dto.d.ts +0 -5
  86. package/src/api/dto/edit-picture.dto.js +0 -31
  87. package/src/api/dto/edit-picture.dto.js.map +0 -1
  88. package/src/api/types/add-values-response.type.d.ts +0 -7
  89. package/src/api/types/add-values-response.type.js +0 -42
  90. package/src/api/types/add-values-response.type.js.map +0 -1
  91. package/src/api/types/delete-single-value-response.type.d.ts +0 -6
  92. package/src/api/types/delete-single-value-response.type.js +0 -36
  93. package/src/api/types/delete-single-value-response.type.js.map +0 -1
  94. package/src/api/types/edit-picture-response.type.d.ts +0 -7
  95. package/src/api/types/edit-picture-response.type.js +0 -39
  96. package/src/api/types/edit-picture-response.type.js.map +0 -1
  97. package/src/api/types/error.type.d.ts +0 -4
  98. package/src/api/types/error.type.js +0 -28
  99. package/src/api/types/error.type.js.map +0 -1
  100. package/src/client/schema.graphql +0 -1705
@@ -1,4870 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = {
4
- "scalars": [
5
- 1,
6
- 2,
7
- 14,
8
- 17,
9
- 106
10
- ],
11
- "types": {
12
- "User": {
13
- "_id": [
14
- 1
15
- ],
16
- "loginEmail": [
17
- 1
18
- ],
19
- "suspended": [
20
- 2
21
- ],
22
- "domains": [
23
- 7
24
- ],
25
- "loginMethods": [
26
- 1
27
- ],
28
- "__typename": [
29
- 1
30
- ]
31
- },
32
- "String": {},
33
- "Boolean": {},
34
- "UserWithToken": {
35
- "_id": [
36
- 1
37
- ],
38
- "loginEmail": [
39
- 1
40
- ],
41
- "suspended": [
42
- 2
43
- ],
44
- "domains": [
45
- 7
46
- ],
47
- "loginMethods": [
48
- 1
49
- ],
50
- "token": [
51
- 8
52
- ],
53
- "__typename": [
54
- 1
55
- ]
56
- },
57
- "BaseTenant": {
58
- "_id": [
59
- 1
60
- ],
61
- "name": [
62
- 1
63
- ],
64
- "tenant_uri": [
65
- 1
66
- ],
67
- "domain": [
68
- 6
69
- ],
70
- "__typename": [
71
- 1
72
- ]
73
- },
74
- "Tenant": {
75
- "_id": [
76
- 1
77
- ],
78
- "name": [
79
- 1
80
- ],
81
- "tenant_uri": [
82
- 1
83
- ],
84
- "domain": [
85
- 6
86
- ],
87
- "email": [
88
- 1
89
- ],
90
- "owner": [
91
- 0
92
- ],
93
- "__typename": [
94
- 1
95
- ]
96
- },
97
- "Domain": {
98
- "_id": [
99
- 1
100
- ],
101
- "name": [
102
- 1
103
- ],
104
- "description": [
105
- 1
106
- ],
107
- "__typename": [
108
- 1
109
- ]
110
- },
111
- "DomainCredential": {
112
- "_id": [
113
- 1
114
- ],
115
- "name": [
116
- 1
117
- ],
118
- "description": [
119
- 1
120
- ],
121
- "tenant": [
122
- 4
123
- ],
124
- "__typename": [
125
- 1
126
- ]
127
- },
128
- "UserToken": {
129
- "actualToken": [
130
- 1
131
- ],
132
- "refreshToken": [
133
- 1
134
- ],
135
- "__typename": [
136
- 1
137
- ]
138
- },
139
- "DecodedToken": {
140
- "tokenId": [
141
- 1
142
- ],
143
- "systemId": [
144
- 1
145
- ],
146
- "userId": [
147
- 1
148
- ],
149
- "email": [
150
- 1
151
- ],
152
- "refreshTokenId": [
153
- 1
154
- ],
155
- "domains": [
156
- 7
157
- ],
158
- "__typename": [
159
- 1
160
- ]
161
- },
162
- "DecodedRefreshToken": {
163
- "userId": [
164
- 1
165
- ],
166
- "email": [
167
- 1
168
- ],
169
- "originalTokenId": [
170
- 1
171
- ],
172
- "__typename": [
173
- 1
174
- ]
175
- },
176
- "TenantWithUserLogin": {
177
- "_id": [
178
- 1
179
- ],
180
- "name": [
181
- 1
182
- ],
183
- "tenant_uri": [
184
- 1
185
- ],
186
- "domain": [
187
- 6
188
- ],
189
- "email": [
190
- 1
191
- ],
192
- "owner": [
193
- 0
194
- ],
195
- "user": [
196
- 3
197
- ],
198
- "__typename": [
199
- 1
200
- ]
201
- },
202
- "UriAvailableType": {
203
- "available": [
204
- 2
205
- ],
206
- "valid": [
207
- 2
208
- ],
209
- "__typename": [
210
- 1
211
- ]
212
- },
213
- "Agreement": {
214
- "_id": [
215
- 1
216
- ],
217
- "kind": [
218
- 1
219
- ],
220
- "domain": [
221
- 1
222
- ],
223
- "isActiveAgreement": [
224
- 2
225
- ],
226
- "version": [
227
- 1
228
- ],
229
- "publishedDate": [
230
- 14
231
- ],
232
- "unPublishedDate": [
233
- 14
234
- ],
235
- "locked": [
236
- 2
237
- ],
238
- "name": [
239
- 1
240
- ],
241
- "description": [
242
- 1
243
- ],
244
- "content": [
245
- 1
246
- ],
247
- "createdDate": [
248
- 14
249
- ],
250
- "updatedDate": [
251
- 14
252
- ],
253
- "__typename": [
254
- 1
255
- ]
256
- },
257
- "DateTime": {},
258
- "BillEntity": {
259
- "name": [
260
- 1
261
- ],
262
- "taxId": [
263
- 1
264
- ],
265
- "line1": [
266
- 1
267
- ],
268
- "line2": [
269
- 1
270
- ],
271
- "line3": [
272
- 1
273
- ],
274
- "city": [
275
- 1
276
- ],
277
- "state": [
278
- 1
279
- ],
280
- "country": [
281
- 1
282
- ],
283
- "zip": [
284
- 1
285
- ],
286
- "__typename": [
287
- 1
288
- ]
289
- },
290
- "InvoiceItem": {
291
- "_id": [
292
- 1
293
- ],
294
- "unitPrice": [
295
- 17
296
- ],
297
- "unitTax": [
298
- 17
299
- ],
300
- "quantity": [
301
- 17
302
- ],
303
- "unit": [
304
- 1
305
- ],
306
- "itemPrice": [
307
- 17
308
- ],
309
- "itemTotal": [
310
- 17
311
- ],
312
- "__typename": [
313
- 1
314
- ]
315
- },
316
- "Float": {},
317
- "Payment": {
318
- "_id": [
319
- 1
320
- ],
321
- "amount": [
322
- 17
323
- ],
324
- "currency": [
325
- 1
326
- ],
327
- "datePaid": [
328
- 14
329
- ],
330
- "paymentComment": [
331
- 1
332
- ],
333
- "transactionId": [
334
- 1
335
- ],
336
- "processorType": [
337
- 1
338
- ],
339
- "processorReference": [
340
- 1
341
- ],
342
- "paidItemReference": [
343
- 1
344
- ],
345
- "payeeReference": [
346
- 1
347
- ],
348
- "payorReference": [
349
- 1
350
- ],
351
- "paymentMethodType": [
352
- 1
353
- ],
354
- "paymentMethodReference": [
355
- 1
356
- ],
357
- "__typename": [
358
- 1
359
- ]
360
- },
361
- "PlaFeature": {
362
- "_id": [
363
- 1
364
- ],
365
- "title": [
366
- 1
367
- ],
368
- "description": [
369
- 1
370
- ],
371
- "quantity": [
372
- 17
373
- ],
374
- "quantityUnit": [
375
- 1
376
- ],
377
- "__typename": [
378
- 1
379
- ]
380
- },
381
- "Plan": {
382
- "_id": [
383
- 1
384
- ],
385
- "name": [
386
- 1
387
- ],
388
- "description": [
389
- 1
390
- ],
391
- "prices": [
392
- 21
393
- ],
394
- "features": [
395
- 19
396
- ],
397
- "isPublic": [
398
- 2
399
- ],
400
- "active": [
401
- 2
402
- ],
403
- "startOfferingDate": [
404
- 14
405
- ],
406
- "endOfferingDate": [
407
- 14
408
- ],
409
- "termsAndConditions": [
410
- 1
411
- ],
412
- "__typename": [
413
- 1
414
- ]
415
- },
416
- "PlanPrice": {
417
- "_id": [
418
- 1
419
- ],
420
- "currency": [
421
- 1
422
- ],
423
- "price": [
424
- 17
425
- ],
426
- "taxMode": [
427
- 1
428
- ],
429
- "period": [
430
- 1
431
- ],
432
- "customDays": [
433
- 17
434
- ],
435
- "plan": [
436
- 20
437
- ],
438
- "__typename": [
439
- 1
440
- ]
441
- },
442
- "Invoice": {
443
- "_id": [
444
- 1
445
- ],
446
- "invoiceDate": [
447
- 14
448
- ],
449
- "billedEntity": [
450
- 15
451
- ],
452
- "dueDate": [
453
- 14
454
- ],
455
- "billAmount": [
456
- 17
457
- ],
458
- "tax": [
459
- 17
460
- ],
461
- "total": [
462
- 17
463
- ],
464
- "currency": [
465
- 1
466
- ],
467
- "items": [
468
- 16
469
- ],
470
- "payment": [
471
- 18
472
- ],
473
- "__typename": [
474
- 1
475
- ]
476
- },
477
- "SubscriptionInvoice": {
478
- "_id": [
479
- 1
480
- ],
481
- "invoice": [
482
- 22
483
- ],
484
- "billedPlan": [
485
- 21
486
- ],
487
- "subscriber": [
488
- 24
489
- ],
490
- "__typename": [
491
- 1
492
- ]
493
- },
494
- "PlanSubscription": {
495
- "_id": [
496
- 1
497
- ],
498
- "currentPlan": [
499
- 21
500
- ],
501
- "billPrice": [
502
- 17
503
- ],
504
- "billCurrency": [
505
- 1
506
- ],
507
- "billPriceComment": [
508
- 1
509
- ],
510
- "lastBillDate": [
511
- 14
512
- ],
513
- "endAccessDate": [
514
- 14
515
- ],
516
- "autoRenew": [
517
- 2
518
- ],
519
- "autoRenewPlan": [
520
- 21
521
- ],
522
- "autoRenewDate": [
523
- 14
524
- ],
525
- "payments": [
526
- 25
527
- ],
528
- "invoices": [
529
- 23
530
- ],
531
- "__typename": [
532
- 1
533
- ]
534
- },
535
- "SubscriptionPayment": {
536
- "_id": [
537
- 1
538
- ],
539
- "payment": [
540
- 18
541
- ],
542
- "subscriber": [
543
- 24
544
- ],
545
- "__typename": [
546
- 1
547
- ]
548
- },
549
- "AWSS3File": {
550
- "_id": [
551
- 1
552
- ],
553
- "name": [
554
- 1
555
- ],
556
- "contentType": [
557
- 1
558
- ],
559
- "size": [
560
- 17
561
- ],
562
- "useType": [
563
- 1
564
- ],
565
- "url": [
566
- 1
567
- ],
568
- "key": [
569
- 1
570
- ],
571
- "pendingDelete": [
572
- 2
573
- ],
574
- "__typename": [
575
- 1
576
- ]
577
- },
578
- "MagicLink": {
579
- "_id": [
580
- 1
581
- ],
582
- "code": [
583
- 1
584
- ],
585
- "type": [
586
- 1
587
- ],
588
- "url": [
589
- 1
590
- ],
591
- "expires": [
592
- 14
593
- ],
594
- "data": [
595
- 1
596
- ],
597
- "isExpired": [
598
- 2
599
- ],
600
- "__typename": [
601
- 1
602
- ]
603
- },
604
- "VerificationCode": {
605
- "_id": [
606
- 1
607
- ],
608
- "type": [
609
- 1
610
- ],
611
- "recipient": [
612
- 1
613
- ],
614
- "expires": [
615
- 14
616
- ],
617
- "data": [
618
- 1
619
- ],
620
- "isExpired": [
621
- 2
622
- ],
623
- "createdDate": [
624
- 14
625
- ],
626
- "__typename": [
627
- 1
628
- ]
629
- },
630
- "ErrorInfo": {
631
- "errorCode": [
632
- 17
633
- ],
634
- "errorMessage": [
635
- 1
636
- ],
637
- "__typename": [
638
- 1
639
- ]
640
- },
641
- "HttpRequestField": {
642
- "key": [
643
- 1
644
- ],
645
- "value": [
646
- 1
647
- ],
648
- "__typename": [
649
- 1
650
- ]
651
- },
652
- "AWSS3UploadUrl": {
653
- "uploadUrl": [
654
- 1
655
- ],
656
- "fields": [
657
- 30
658
- ],
659
- "downloadUrl": [
660
- 1
661
- ],
662
- "bucket": [
663
- 1
664
- ],
665
- "key": [
666
- 1
667
- ],
668
- "__typename": [
669
- 1
670
- ]
671
- },
672
- "AWSS3CallResult": {
673
- "httpStatus": [
674
- 17
675
- ],
676
- "result": [
677
- 1
678
- ],
679
- "message": [
680
- 1
681
- ],
682
- "errors": [
683
- 1
684
- ],
685
- "__typename": [
686
- 1
687
- ]
688
- },
689
- "DatabaseFile": {
690
- "_id": [
691
- 1
692
- ],
693
- "identifier": [
694
- 1
695
- ],
696
- "version": [
697
- 1
698
- ],
699
- "contentType": [
700
- 1
701
- ],
702
- "updated": [
703
- 14
704
- ],
705
- "created": [
706
- 14
707
- ],
708
- "__typename": [
709
- 1
710
- ]
711
- },
712
- "TextDatabaseFile": {
713
- "_id": [
714
- 1
715
- ],
716
- "identifier": [
717
- 1
718
- ],
719
- "version": [
720
- 1
721
- ],
722
- "contentType": [
723
- 1
724
- ],
725
- "updated": [
726
- 14
727
- ],
728
- "created": [
729
- 14
730
- ],
731
- "content": [
732
- 1
733
- ],
734
- "__typename": [
735
- 1
736
- ]
737
- },
738
- "CodeVerificationResponse": {
739
- "result": [
740
- 1
741
- ],
742
- "code": [
743
- 28
744
- ],
745
- "error": [
746
- 29
747
- ],
748
- "__typename": [
749
- 1
750
- ]
751
- },
752
- "BrandStats": {
753
- "campaigns": [
754
- 17
755
- ],
756
- "sponsorships": [
757
- 17
758
- ],
759
- "sports": [
760
- 17
761
- ],
762
- "athletes": [
763
- 17
764
- ],
765
- "__typename": [
766
- 1
767
- ]
768
- },
769
- "BrandTranslation": {
770
- "_id": [
771
- 1
772
- ],
773
- "brandId": [
774
- 1
775
- ],
776
- "language": [
777
- 1
778
- ],
779
- "name": [
780
- 1
781
- ],
782
- "slogan": [
783
- 1
784
- ],
785
- "description": [
786
- 1
787
- ],
788
- "logo": [
789
- 26
790
- ],
791
- "banner": [
792
- 26
793
- ],
794
- "__typename": [
795
- 1
796
- ]
797
- },
798
- "Brand": {
799
- "_id": [
800
- 1
801
- ],
802
- "name": [
803
- 1
804
- ],
805
- "slogan": [
806
- 1
807
- ],
808
- "website": [
809
- 1
810
- ],
811
- "description": [
812
- 1
813
- ],
814
- "approved": [
815
- 2
816
- ],
817
- "published": [
818
- 2
819
- ],
820
- "logo": [
821
- 26
822
- ],
823
- "banner": [
824
- 26
825
- ],
826
- "stats": [
827
- 36
828
- ],
829
- "operatorIds": [
830
- 1
831
- ],
832
- "translations": [
833
- 37
834
- ],
835
- "__typename": [
836
- 1
837
- ]
838
- },
839
- "City": {
840
- "_id": [
841
- 1
842
- ],
843
- "name": [
844
- 1
845
- ],
846
- "localizedName": [
847
- 1
848
- ],
849
- "state": [
850
- 40
851
- ],
852
- "latitude": [
853
- 17
854
- ],
855
- "longitude": [
856
- 17
857
- ],
858
- "timezone": [
859
- 1
860
- ],
861
- "__typename": [
862
- 1
863
- ]
864
- },
865
- "State": {
866
- "_id": [
867
- 1
868
- ],
869
- "name": [
870
- 1
871
- ],
872
- "country": [
873
- 41
874
- ],
875
- "cities": [
876
- 39
877
- ],
878
- "__typename": [
879
- 1
880
- ]
881
- },
882
- "Country": {
883
- "_id": [
884
- 1
885
- ],
886
- "name": [
887
- 1
888
- ],
889
- "states": [
890
- 40
891
- ],
892
- "__typename": [
893
- 1
894
- ]
895
- },
896
- "AgeQualification": {
897
- "type": [
898
- 1
899
- ],
900
- "value": [
901
- 17
902
- ],
903
- "operator": [
904
- 1
905
- ],
906
- "__typename": [
907
- 1
908
- ]
909
- },
910
- "GenderQualification": {
911
- "type": [
912
- 1
913
- ],
914
- "operator": [
915
- 1
916
- ],
917
- "values": [
918
- 1
919
- ],
920
- "__typename": [
921
- 1
922
- ]
923
- },
924
- "ScoreQualification": {
925
- "type": [
926
- 1
927
- ],
928
- "scoreType": [
929
- 1
930
- ],
931
- "operator": [
932
- 1
933
- ],
934
- "value": [
935
- 17
936
- ],
937
- "__typename": [
938
- 1
939
- ]
940
- },
941
- "LocationQualification": {
942
- "type": [
943
- 1
944
- ],
945
- "operator": [
946
- 1
947
- ],
948
- "countries": [
949
- 41
950
- ],
951
- "states": [
952
- 40
953
- ],
954
- "cities": [
955
- 39
956
- ],
957
- "__typename": [
958
- 1
959
- ]
960
- },
961
- "NationalityQualification": {
962
- "type": [
963
- 1
964
- ],
965
- "operator": [
966
- 1
967
- ],
968
- "countries": [
969
- 41
970
- ],
971
- "__typename": [
972
- 1
973
- ]
974
- },
975
- "DistanceQualification": {
976
- "type": [
977
- 1
978
- ],
979
- "maxDistance": [
980
- 17
981
- ],
982
- "latitude": [
983
- 17
984
- ],
985
- "longitude": [
986
- 17
987
- ],
988
- "cityId": [
989
- 1
990
- ],
991
- "__typename": [
992
- 1
993
- ]
994
- },
995
- "SportsQualification": {
996
- "type": [
997
- 1
998
- ],
999
- "sports": [
1000
- 1
1001
- ],
1002
- "operator": [
1003
- 1
1004
- ],
1005
- "__typename": [
1006
- 1
1007
- ]
1008
- },
1009
- "SportsLevelQualification": {
1010
- "type": [
1011
- 1
1012
- ],
1013
- "operator": [
1014
- 1
1015
- ],
1016
- "level": [
1017
- 1
1018
- ],
1019
- "__typename": [
1020
- 1
1021
- ]
1022
- },
1023
- "AthleteCriteria": {
1024
- "_id": [
1025
- 1
1026
- ],
1027
- "label": [
1028
- 1
1029
- ],
1030
- "qualifications": [
1031
- 51
1032
- ],
1033
- "__typename": [
1034
- 1
1035
- ]
1036
- },
1037
- "QualificationTypeUnion": {
1038
- "on_AgeQualification": [
1039
- 42
1040
- ],
1041
- "on_GenderQualification": [
1042
- 43
1043
- ],
1044
- "on_ScoreQualification": [
1045
- 44
1046
- ],
1047
- "on_LocationQualification": [
1048
- 45
1049
- ],
1050
- "on_NationalityQualification": [
1051
- 46
1052
- ],
1053
- "on_DistanceQualification": [
1054
- 47
1055
- ],
1056
- "on_SportsQualification": [
1057
- 48
1058
- ],
1059
- "on_SportsLevelQualification": [
1060
- 49
1061
- ],
1062
- "__typename": [
1063
- 1
1064
- ]
1065
- },
1066
- "Industry": {
1067
- "_id": [
1068
- 1
1069
- ],
1070
- "name": [
1071
- 1
1072
- ],
1073
- "__typename": [
1074
- 1
1075
- ]
1076
- },
1077
- "SponsorStats": {
1078
- "sponsoredAthletes": [
1079
- 17
1080
- ],
1081
- "totalBrands": [
1082
- 17
1083
- ],
1084
- "activeCampaigns": [
1085
- 17
1086
- ],
1087
- "activeSponsorships": [
1088
- 17
1089
- ],
1090
- "__typename": [
1091
- 1
1092
- ]
1093
- },
1094
- "SponsorBrand": {
1095
- "_id": [
1096
- 1
1097
- ],
1098
- "name": [
1099
- 1
1100
- ],
1101
- "slogan": [
1102
- 1
1103
- ],
1104
- "website": [
1105
- 1
1106
- ],
1107
- "description": [
1108
- 1
1109
- ],
1110
- "approved": [
1111
- 2
1112
- ],
1113
- "published": [
1114
- 2
1115
- ],
1116
- "logo": [
1117
- 26
1118
- ],
1119
- "banner": [
1120
- 26
1121
- ],
1122
- "stats": [
1123
- 36
1124
- ],
1125
- "operatorIds": [
1126
- 1
1127
- ],
1128
- "translations": [
1129
- 37
1130
- ],
1131
- "sponsorBrandId": [
1132
- 1
1133
- ],
1134
- "authorizedUse": [
1135
- 2
1136
- ],
1137
- "isAuthorizer": [
1138
- 2
1139
- ],
1140
- "__typename": [
1141
- 1
1142
- ]
1143
- },
1144
- "Sponsor": {
1145
- "_id": [
1146
- 1
1147
- ],
1148
- "name": [
1149
- 1
1150
- ],
1151
- "description": [
1152
- 1
1153
- ],
1154
- "tenant": [
1155
- 5
1156
- ],
1157
- "industry": [
1158
- 52
1159
- ],
1160
- "stats": [
1161
- 53
1162
- ],
1163
- "brands": [
1164
- 54
1165
- ],
1166
- "sponsorships": [
1167
- 61
1168
- ],
1169
- "approved": [
1170
- 2
1171
- ],
1172
- "__typename": [
1173
- 1
1174
- ]
1175
- },
1176
- "SponsorshipItem": {
1177
- "_id": [
1178
- 1
1179
- ],
1180
- "quantity": [
1181
- 17
1182
- ],
1183
- "title": [
1184
- 1
1185
- ],
1186
- "value": [
1187
- 17
1188
- ],
1189
- "type": [
1190
- 1
1191
- ],
1192
- "__typename": [
1193
- 1
1194
- ]
1195
- },
1196
- "SponsorshipCommitment": {
1197
- "_id": [
1198
- 1
1199
- ],
1200
- "title": [
1201
- 1
1202
- ],
1203
- "details": [
1204
- 1
1205
- ],
1206
- "hashTags": [
1207
- 1
1208
- ],
1209
- "media": [
1210
- 1
1211
- ],
1212
- "actionType": [
1213
- 1
1214
- ],
1215
- "frequency": [
1216
- 17
1217
- ],
1218
- "periodicity": [
1219
- 1
1220
- ],
1221
- "autoMeasurable": [
1222
- 2
1223
- ],
1224
- "__typename": [
1225
- 1
1226
- ]
1227
- },
1228
- "Duration": {
1229
- "length": [
1230
- 17
1231
- ],
1232
- "unit": [
1233
- 1
1234
- ],
1235
- "__typename": [
1236
- 1
1237
- ]
1238
- },
1239
- "SponsorshipStats": {
1240
- "totalSponsorships": [
1241
- 17
1242
- ],
1243
- "totalApplications": [
1244
- 17
1245
- ],
1246
- "newApplications": [
1247
- 17
1248
- ],
1249
- "discardedApplications": [
1250
- 17
1251
- ],
1252
- "selectedApplications": [
1253
- 17
1254
- ],
1255
- "approvedApplications": [
1256
- 17
1257
- ],
1258
- "grantedSponsorships": [
1259
- 17
1260
- ],
1261
- "remainingSponsorships": [
1262
- 17
1263
- ],
1264
- "__typename": [
1265
- 1
1266
- ]
1267
- },
1268
- "SponsorshipTranslation": {
1269
- "_id": [
1270
- 1
1271
- ],
1272
- "sponsorshipId": [
1273
- 1
1274
- ],
1275
- "language": [
1276
- 1
1277
- ],
1278
- "title": [
1279
- 1
1280
- ],
1281
- "description": [
1282
- 1
1283
- ],
1284
- "terms": [
1285
- 1
1286
- ],
1287
- "banner": [
1288
- 26
1289
- ],
1290
- "__typename": [
1291
- 1
1292
- ]
1293
- },
1294
- "Sponsorship": {
1295
- "_id": [
1296
- 1
1297
- ],
1298
- "title": [
1299
- 1
1300
- ],
1301
- "description": [
1302
- 1
1303
- ],
1304
- "cashValue": [
1305
- 17
1306
- ],
1307
- "otherValue": [
1308
- 17
1309
- ],
1310
- "brand": [
1311
- 38
1312
- ],
1313
- "banner": [
1314
- 26
1315
- ],
1316
- "criteria": [
1317
- 50
1318
- ],
1319
- "deadline": [
1320
- 14
1321
- ],
1322
- "startDate": [
1323
- 14
1324
- ],
1325
- "duration": [
1326
- 58
1327
- ],
1328
- "sponsor": [
1329
- 55
1330
- ],
1331
- "sponsorshipItems": [
1332
- 56
1333
- ],
1334
- "commitments": [
1335
- 57
1336
- ],
1337
- "terms": [
1338
- 1
1339
- ],
1340
- "stats": [
1341
- 59
1342
- ],
1343
- "isPrivate": [
1344
- 2
1345
- ],
1346
- "approved": [
1347
- 2
1348
- ],
1349
- "published": [
1350
- 2
1351
- ],
1352
- "translations": [
1353
- 60
1354
- ],
1355
- "__typename": [
1356
- 1
1357
- ]
1358
- },
1359
- "FollowStats": {
1360
- "followers": [
1361
- 17
1362
- ],
1363
- "followed": [
1364
- 17
1365
- ],
1366
- "raves": [
1367
- 17
1368
- ],
1369
- "favorites": [
1370
- 17
1371
- ],
1372
- "__typename": [
1373
- 1
1374
- ]
1375
- },
1376
- "Sport": {
1377
- "_id": [
1378
- 1
1379
- ],
1380
- "name": [
1381
- 1
1382
- ],
1383
- "__typename": [
1384
- 1
1385
- ]
1386
- },
1387
- "VtxScores": {
1388
- "vtxScore": [
1389
- 17
1390
- ],
1391
- "socialScore": [
1392
- 17
1393
- ],
1394
- "trainingScore": [
1395
- 17
1396
- ],
1397
- "competitionScore": [
1398
- 17
1399
- ],
1400
- "__typename": [
1401
- 1
1402
- ]
1403
- },
1404
- "SportLevelTranslation": {
1405
- "_id": [
1406
- 1
1407
- ],
1408
- "language": [
1409
- 1
1410
- ],
1411
- "label": [
1412
- 1
1413
- ],
1414
- "__typename": [
1415
- 1
1416
- ]
1417
- },
1418
- "SportLevel": {
1419
- "_id": [
1420
- 1
1421
- ],
1422
- "label": [
1423
- 1
1424
- ],
1425
- "index": [
1426
- 17
1427
- ],
1428
- "translations": [
1429
- 65
1430
- ],
1431
- "__typename": [
1432
- 1
1433
- ]
1434
- },
1435
- "Ranking": {
1436
- "scope": [
1437
- 1
1438
- ],
1439
- "scopeId": [
1440
- 1
1441
- ],
1442
- "scopeName": [
1443
- 1
1444
- ],
1445
- "position": [
1446
- 17
1447
- ],
1448
- "total": [
1449
- 17
1450
- ],
1451
- "__typename": [
1452
- 1
1453
- ]
1454
- },
1455
- "AthleteRankings": {
1456
- "worldRanking": [
1457
- 67
1458
- ],
1459
- "countryRanking": [
1460
- 67
1461
- ],
1462
- "stateRanking": [
1463
- 67
1464
- ],
1465
- "cityRanking": [
1466
- 67
1467
- ],
1468
- "__typename": [
1469
- 1
1470
- ]
1471
- },
1472
- "Team": {
1473
- "_id": [
1474
- 1
1475
- ],
1476
- "name": [
1477
- 1
1478
- ],
1479
- "description": [
1480
- 1
1481
- ],
1482
- "sports": [
1483
- 63
1484
- ],
1485
- "approved": [
1486
- 2
1487
- ],
1488
- "logo": [
1489
- 26
1490
- ],
1491
- "banner": [
1492
- 26
1493
- ],
1494
- "__typename": [
1495
- 1
1496
- ]
1497
- },
1498
- "WorldLocation": {
1499
- "_id": [
1500
- 1
1501
- ],
1502
- "userProvidedLatitude": [
1503
- 17
1504
- ],
1505
- "userProvidedLongitude": [
1506
- 17
1507
- ],
1508
- "cityNameGeocode": [
1509
- 1
1510
- ],
1511
- "stateNameGeocode": [
1512
- 1
1513
- ],
1514
- "countryIso2CodeGeocode": [
1515
- 1
1516
- ],
1517
- "timeZoneGeocode": [
1518
- 1
1519
- ],
1520
- "latitudeGeocode": [
1521
- 17
1522
- ],
1523
- "longitudeGeocode": [
1524
- 17
1525
- ],
1526
- "city": [
1527
- 39
1528
- ],
1529
- "__typename": [
1530
- 1
1531
- ]
1532
- },
1533
- "SportsEvent": {
1534
- "_id": [
1535
- 1
1536
- ],
1537
- "name": [
1538
- 1
1539
- ],
1540
- "mainSport": [
1541
- 63
1542
- ],
1543
- "eventWebSite": [
1544
- 1
1545
- ],
1546
- "startDate": [
1547
- 14
1548
- ],
1549
- "endDate": [
1550
- 14
1551
- ],
1552
- "verified": [
1553
- 2
1554
- ],
1555
- "banner": [
1556
- 26
1557
- ],
1558
- "location": [
1559
- 70
1560
- ],
1561
- "__typename": [
1562
- 1
1563
- ]
1564
- },
1565
- "AthleteCompetitionResult": {
1566
- "_id": [
1567
- 1
1568
- ],
1569
- "resultType": [
1570
- 1
1571
- ],
1572
- "position": [
1573
- 17
1574
- ],
1575
- "score": [
1576
- 1
1577
- ],
1578
- "finishTimeMS": [
1579
- 17
1580
- ],
1581
- "resultWebLink": [
1582
- 1
1583
- ],
1584
- "__typename": [
1585
- 1
1586
- ]
1587
- },
1588
- "BudgetItem": {
1589
- "_id": [
1590
- 1
1591
- ],
1592
- "quantity": [
1593
- 17
1594
- ],
1595
- "concept": [
1596
- 1
1597
- ],
1598
- "itemCost": [
1599
- 17
1600
- ],
1601
- "__typename": [
1602
- 1
1603
- ]
1604
- },
1605
- "Budget": {
1606
- "_id": [
1607
- 1
1608
- ],
1609
- "initialFunds": [
1610
- 17
1611
- ],
1612
- "totalRequired": [
1613
- 17
1614
- ],
1615
- "items": [
1616
- 73
1617
- ],
1618
- "__typename": [
1619
- 1
1620
- ]
1621
- },
1622
- "AthleteCompetition": {
1623
- "_id": [
1624
- 1
1625
- ],
1626
- "event": [
1627
- 71
1628
- ],
1629
- "participationDate": [
1630
- 14
1631
- ],
1632
- "competitionNumber": [
1633
- 1
1634
- ],
1635
- "result": [
1636
- 72
1637
- ],
1638
- "fundRaisingCampaignIds": [
1639
- 1
1640
- ],
1641
- "budget": [
1642
- 74
1643
- ],
1644
- "__typename": [
1645
- 1
1646
- ]
1647
- },
1648
- "MembershipOrganizationReference": {
1649
- "_id": [
1650
- 1
1651
- ],
1652
- "shortName": [
1653
- 1
1654
- ],
1655
- "acronym": [
1656
- 1
1657
- ],
1658
- "fullName": [
1659
- 1
1660
- ],
1661
- "website": [
1662
- 1
1663
- ],
1664
- "verified": [
1665
- 2
1666
- ],
1667
- "logo": [
1668
- 26
1669
- ],
1670
- "country": [
1671
- 41
1672
- ],
1673
- "sport": [
1674
- 63
1675
- ],
1676
- "__typename": [
1677
- 1
1678
- ]
1679
- },
1680
- "MembershipOrganization": {
1681
- "_id": [
1682
- 1
1683
- ],
1684
- "shortName": [
1685
- 1
1686
- ],
1687
- "acronym": [
1688
- 1
1689
- ],
1690
- "fullName": [
1691
- 1
1692
- ],
1693
- "website": [
1694
- 1
1695
- ],
1696
- "verified": [
1697
- 2
1698
- ],
1699
- "logo": [
1700
- 26
1701
- ],
1702
- "country": [
1703
- 41
1704
- ],
1705
- "sport": [
1706
- 63
1707
- ],
1708
- "memberships": [
1709
- 78
1710
- ],
1711
- "__typename": [
1712
- 1
1713
- ]
1714
- },
1715
- "AthleteMembership": {
1716
- "_id": [
1717
- 1
1718
- ],
1719
- "organization": [
1720
- 76
1721
- ],
1722
- "athlete": [
1723
- 91
1724
- ],
1725
- "membershipNumber": [
1726
- 1
1727
- ],
1728
- "membershipType": [
1729
- 1
1730
- ],
1731
- "issueDate": [
1732
- 14
1733
- ],
1734
- "expirationDate": [
1735
- 14
1736
- ],
1737
- "__typename": [
1738
- 1
1739
- ]
1740
- },
1741
- "NewsLink": {
1742
- "_id": [
1743
- 1
1744
- ],
1745
- "title": [
1746
- 1
1747
- ],
1748
- "url": [
1749
- 1
1750
- ],
1751
- "abstract": [
1752
- 1
1753
- ],
1754
- "__typename": [
1755
- 1
1756
- ]
1757
- },
1758
- "Channel": {
1759
- "_id": [
1760
- 1
1761
- ],
1762
- "type": [
1763
- 1
1764
- ],
1765
- "handle": [
1766
- 1
1767
- ],
1768
- "url": [
1769
- 1
1770
- ],
1771
- "linked": [
1772
- 2
1773
- ],
1774
- "__typename": [
1775
- 1
1776
- ]
1777
- },
1778
- "AthletePreferences": {
1779
- "_id": [
1780
- 1
1781
- ],
1782
- "showProfileHelper": [
1783
- 2
1784
- ],
1785
- "__typename": [
1786
- 1
1787
- ]
1788
- },
1789
- "FundRaisingCampaign": {
1790
- "_id": [
1791
- 1
1792
- ],
1793
- "athlete": [
1794
- 91
1795
- ],
1796
- "budgetMode": [
1797
- 1
1798
- ],
1799
- "status": [
1800
- 1
1801
- ],
1802
- "title": [
1803
- 1
1804
- ],
1805
- "motivation": [
1806
- 1
1807
- ],
1808
- "website": [
1809
- 1
1810
- ],
1811
- "fundsRequired": [
1812
- 17
1813
- ],
1814
- "initialFundsObtained": [
1815
- 17
1816
- ],
1817
- "fundsObtained": [
1818
- 17
1819
- ],
1820
- "location": [
1821
- 70
1822
- ],
1823
- "endingDate": [
1824
- 14
1825
- ],
1826
- "budget": [
1827
- 74
1828
- ],
1829
- "competitions": [
1830
- 75
1831
- ],
1832
- "__typename": [
1833
- 1
1834
- ]
1835
- },
1836
- "StripeCapabilityType": {
1837
- "acss_debit_payments": [
1838
- 1
1839
- ],
1840
- "affirm_payments": [
1841
- 1
1842
- ],
1843
- "afterpay_clearpay_payments": [
1844
- 1
1845
- ],
1846
- "alma_payments": [
1847
- 1
1848
- ],
1849
- "amazon_pay_payments": [
1850
- 1
1851
- ],
1852
- "au_becs_debit_payments": [
1853
- 1
1854
- ],
1855
- "bacs_debit_payments": [
1856
- 1
1857
- ],
1858
- "bancontact_payments": [
1859
- 1
1860
- ],
1861
- "bank_transfer_payments": [
1862
- 1
1863
- ],
1864
- "blik_payments": [
1865
- 1
1866
- ],
1867
- "boleto_payments": [
1868
- 1
1869
- ],
1870
- "card_issuing": [
1871
- 1
1872
- ],
1873
- "card_payments": [
1874
- 1
1875
- ],
1876
- "cartes_bancaires_payments": [
1877
- 1
1878
- ],
1879
- "cashapp_payments": [
1880
- 1
1881
- ],
1882
- "eps_payments": [
1883
- 1
1884
- ],
1885
- "fpx_payments": [
1886
- 1
1887
- ],
1888
- "gb_bank_transfer_payments": [
1889
- 1
1890
- ],
1891
- "giropay_payments": [
1892
- 1
1893
- ],
1894
- "grabpay_payments": [
1895
- 1
1896
- ],
1897
- "ideal_payments": [
1898
- 1
1899
- ],
1900
- "india_international_payments": [
1901
- 1
1902
- ],
1903
- "jcb_payments": [
1904
- 1
1905
- ],
1906
- "jp_bank_transfer_payments": [
1907
- 1
1908
- ],
1909
- "kakao_pay_payments": [
1910
- 1
1911
- ],
1912
- "klarna_payments": [
1913
- 1
1914
- ],
1915
- "konbini_payments": [
1916
- 1
1917
- ],
1918
- "kr_card_payments": [
1919
- 1
1920
- ],
1921
- "legacy_payments": [
1922
- 1
1923
- ],
1924
- "link_payments": [
1925
- 1
1926
- ],
1927
- "mobilepay_payments": [
1928
- 1
1929
- ],
1930
- "multibanco_payments": [
1931
- 1
1932
- ],
1933
- "mx_bank_transfer_payments": [
1934
- 1
1935
- ],
1936
- "naver_pay_payments": [
1937
- 1
1938
- ],
1939
- "oxxo_payments": [
1940
- 1
1941
- ],
1942
- "p24_payments": [
1943
- 1
1944
- ],
1945
- "pay_by_bank_payments": [
1946
- 1
1947
- ],
1948
- "payco_payments": [
1949
- 1
1950
- ],
1951
- "paynow_payments": [
1952
- 1
1953
- ],
1954
- "promptpay_payments": [
1955
- 1
1956
- ],
1957
- "revolut_pay_payments": [
1958
- 1
1959
- ],
1960
- "samsung_pay_payments": [
1961
- 1
1962
- ],
1963
- "sepa_bank_transfer_payments": [
1964
- 1
1965
- ],
1966
- "sepa_debit_payments": [
1967
- 1
1968
- ],
1969
- "sofort_payments": [
1970
- 1
1971
- ],
1972
- "swish_payments": [
1973
- 1
1974
- ],
1975
- "tax_reporting_us_1099_k": [
1976
- 1
1977
- ],
1978
- "tax_reporting_us_1099_misc": [
1979
- 1
1980
- ],
1981
- "transfers": [
1982
- 1
1983
- ],
1984
- "treasury": [
1985
- 1
1986
- ],
1987
- "twint_payments": [
1988
- 1
1989
- ],
1990
- "us_bank_account_ach_payments": [
1991
- 1
1992
- ],
1993
- "us_bank_transfer_payments": [
1994
- 1
1995
- ],
1996
- "zip_payments": [
1997
- 1
1998
- ],
1999
- "__typename": [
2000
- 1
2001
- ]
2002
- },
2003
- "StripeRequirementAlternativeType": {
2004
- "alternative_fields_due": [
2005
- 1
2006
- ],
2007
- "original_fields_due": [
2008
- 1
2009
- ],
2010
- "__typename": [
2011
- 1
2012
- ]
2013
- },
2014
- "StripeFutureRequirementAlternativeType": {
2015
- "alternative_fields_due": [
2016
- 1
2017
- ],
2018
- "original_fields_due": [
2019
- 1
2020
- ],
2021
- "__typename": [
2022
- 1
2023
- ]
2024
- },
2025
- "StripeErrorType": {
2026
- "code": [
2027
- 1
2028
- ],
2029
- "reason": [
2030
- 1
2031
- ],
2032
- "requirement": [
2033
- 1
2034
- ],
2035
- "__typename": [
2036
- 1
2037
- ]
2038
- },
2039
- "StripeRequirementType": {
2040
- "alternatives": [
2041
- 84
2042
- ],
2043
- "current_deadline": [
2044
- 14
2045
- ],
2046
- "currently_due": [
2047
- 1
2048
- ],
2049
- "disabled_reason": [
2050
- 1
2051
- ],
2052
- "errors": [
2053
- 86
2054
- ],
2055
- "eventually_due": [
2056
- 1
2057
- ],
2058
- "past_due": [
2059
- 1
2060
- ],
2061
- "pending_verification": [
2062
- 1
2063
- ],
2064
- "__typename": [
2065
- 1
2066
- ]
2067
- },
2068
- "StripeFutureRequirementType": {
2069
- "alternatives": [
2070
- 85
2071
- ],
2072
- "current_deadline": [
2073
- 14
2074
- ],
2075
- "currently_due": [
2076
- 1
2077
- ],
2078
- "disabled_reason": [
2079
- 1
2080
- ],
2081
- "errors": [
2082
- 86
2083
- ],
2084
- "eventually_due": [
2085
- 1
2086
- ],
2087
- "past_due": [
2088
- 1
2089
- ],
2090
- "pending_verification": [
2091
- 1
2092
- ],
2093
- "__typename": [
2094
- 1
2095
- ]
2096
- },
2097
- "StripeAccount": {
2098
- "id": [
2099
- 1
2100
- ],
2101
- "object": [
2102
- 1
2103
- ],
2104
- "business_type": [
2105
- 1
2106
- ],
2107
- "country": [
2108
- 1
2109
- ],
2110
- "email": [
2111
- 1
2112
- ],
2113
- "capabilities": [
2114
- 83
2115
- ],
2116
- "requirements": [
2117
- 87
2118
- ],
2119
- "future_requirements": [
2120
- 88
2121
- ],
2122
- "type": [
2123
- 1
2124
- ],
2125
- "charges_enabled": [
2126
- 2
2127
- ],
2128
- "payouts_enabled": [
2129
- 2
2130
- ],
2131
- "created": [
2132
- 14
2133
- ],
2134
- "default_currency": [
2135
- 1
2136
- ],
2137
- "__typename": [
2138
- 1
2139
- ]
2140
- },
2141
- "StripeAccountReference": {
2142
- "_id": [
2143
- 1
2144
- ],
2145
- "stripeAccountId": [
2146
- 1
2147
- ],
2148
- "account": [
2149
- 89
2150
- ],
2151
- "__typename": [
2152
- 1
2153
- ]
2154
- },
2155
- "AthleteReference": {
2156
- "_id": [
2157
- 1
2158
- ],
2159
- "firstName": [
2160
- 1
2161
- ],
2162
- "lastName": [
2163
- 1
2164
- ],
2165
- "screenName": [
2166
- 1
2167
- ],
2168
- "dob": [
2169
- 14
2170
- ],
2171
- "lgbt": [
2172
- 2
2173
- ],
2174
- "competitionGender": [
2175
- 1
2176
- ],
2177
- "country": [
2178
- 41
2179
- ],
2180
- "location": [
2181
- 70
2182
- ],
2183
- "trainer": [
2184
- 1
2185
- ],
2186
- "trainerUrl": [
2187
- 1
2188
- ],
2189
- "followStats": [
2190
- 62
2191
- ],
2192
- "mainSport": [
2193
- 63
2194
- ],
2195
- "mainSportLevel": [
2196
- 66
2197
- ],
2198
- "scores": [
2199
- 64
2200
- ],
2201
- "rankings": [
2202
- 68
2203
- ],
2204
- "totalUpcomingCompetitions": [
2205
- 17
2206
- ],
2207
- "totalPastCompetitions": [
2208
- 17
2209
- ],
2210
- "profilePicture": [
2211
- 26
2212
- ],
2213
- "cardPicture": [
2214
- 26
2215
- ],
2216
- "aboutMe": [
2217
- 1
2218
- ],
2219
- "preferences": [
2220
- 81
2221
- ],
2222
- "__typename": [
2223
- 1
2224
- ]
2225
- },
2226
- "Athlete": {
2227
- "_id": [
2228
- 1
2229
- ],
2230
- "firstName": [
2231
- 1
2232
- ],
2233
- "lastName": [
2234
- 1
2235
- ],
2236
- "screenName": [
2237
- 1
2238
- ],
2239
- "dob": [
2240
- 14
2241
- ],
2242
- "lgbt": [
2243
- 2
2244
- ],
2245
- "competitionGender": [
2246
- 1
2247
- ],
2248
- "country": [
2249
- 41
2250
- ],
2251
- "location": [
2252
- 70
2253
- ],
2254
- "trainer": [
2255
- 1
2256
- ],
2257
- "trainerUrl": [
2258
- 1
2259
- ],
2260
- "followStats": [
2261
- 62
2262
- ],
2263
- "mainSport": [
2264
- 63
2265
- ],
2266
- "mainSportLevel": [
2267
- 66
2268
- ],
2269
- "scores": [
2270
- 64
2271
- ],
2272
- "rankings": [
2273
- 68
2274
- ],
2275
- "totalUpcomingCompetitions": [
2276
- 17
2277
- ],
2278
- "totalPastCompetitions": [
2279
- 17
2280
- ],
2281
- "profilePicture": [
2282
- 26
2283
- ],
2284
- "cardPicture": [
2285
- 26
2286
- ],
2287
- "aboutMe": [
2288
- 1
2289
- ],
2290
- "preferences": [
2291
- 81
2292
- ],
2293
- "allSports": [
2294
- 63
2295
- ],
2296
- "teams": [
2297
- 69
2298
- ],
2299
- "sponsorBrands": [
2300
- 38
2301
- ],
2302
- "competitions": [
2303
- 75
2304
- ],
2305
- "affiliations": [
2306
- 78
2307
- ],
2308
- "newsLinks": [
2309
- 79
2310
- ],
2311
- "channels": [
2312
- 80
2313
- ],
2314
- "currentCampaign": [
2315
- 82
2316
- ],
2317
- "fundingCampaigns": [
2318
- 82
2319
- ],
2320
- "stripeAccountReference": [
2321
- 90
2322
- ],
2323
- "__typename": [
2324
- 1
2325
- ]
2326
- },
2327
- "SponsorAthleteInvitation": {
2328
- "_id": [
2329
- 1
2330
- ],
2331
- "name": [
2332
- 1
2333
- ],
2334
- "email": [
2335
- 1
2336
- ],
2337
- "dateSent": [
2338
- 14
2339
- ],
2340
- "sponsor": [
2341
- 55
2342
- ],
2343
- "magicLink": [
2344
- 27
2345
- ],
2346
- "brand": [
2347
- 38
2348
- ],
2349
- "status": [
2350
- 1
2351
- ],
2352
- "__typename": [
2353
- 1
2354
- ]
2355
- },
2356
- "StravaToken": {
2357
- "token_type": [
2358
- 1
2359
- ],
2360
- "expires_at": [
2361
- 1
2362
- ],
2363
- "refresh_token": [
2364
- 1
2365
- ],
2366
- "access_token": [
2367
- 1
2368
- ],
2369
- "__typename": [
2370
- 1
2371
- ]
2372
- },
2373
- "StripeSession": {
2374
- "account": [
2375
- 1
2376
- ],
2377
- "client_secret": [
2378
- 1
2379
- ],
2380
- "expires_at": [
2381
- 17
2382
- ],
2383
- "livemode": [
2384
- 2
2385
- ],
2386
- "__typename": [
2387
- 1
2388
- ]
2389
- },
2390
- "StripeCheckoutSession": {
2391
- "client_secret": [
2392
- 1
2393
- ],
2394
- "expires_at": [
2395
- 17
2396
- ],
2397
- "livemode": [
2398
- 2
2399
- ],
2400
- "__typename": [
2401
- 1
2402
- ]
2403
- },
2404
- "EditValueResponse": {
2405
- "field": [
2406
- 1
2407
- ],
2408
- "oldValue": [
2409
- 1
2410
- ],
2411
- "newValue": [
2412
- 1
2413
- ],
2414
- "changed": [
2415
- 2
2416
- ],
2417
- "__typename": [
2418
- 1
2419
- ]
2420
- },
2421
- "ErrorType": {
2422
- "code": [
2423
- 17
2424
- ],
2425
- "message": [
2426
- 1
2427
- ],
2428
- "__typename": [
2429
- 1
2430
- ]
2431
- },
2432
- "DeleteSingleValueResponse": {
2433
- "idToDelete": [
2434
- 1
2435
- ],
2436
- "deleted": [
2437
- 2
2438
- ],
2439
- "failureReason": [
2440
- 98
2441
- ],
2442
- "__typename": [
2443
- 1
2444
- ]
2445
- },
2446
- "SortOrder": {
2447
- "sortField": [
2448
- 1
2449
- ],
2450
- "order": [
2451
- 1
2452
- ],
2453
- "__typename": [
2454
- 1
2455
- ]
2456
- },
2457
- "CursorPaginationResponse": {
2458
- "sort": [
2459
- 100
2460
- ],
2461
- "initialCursorId": [
2462
- 1
2463
- ],
2464
- "nextCursorId": [
2465
- 1
2466
- ],
2467
- "initialCursorValue": [
2468
- 1
2469
- ],
2470
- "nextCursorValue": [
2471
- 1
2472
- ],
2473
- "limit": [
2474
- 17
2475
- ],
2476
- "retrieved": [
2477
- 17
2478
- ],
2479
- "isLastPage": [
2480
- 2
2481
- ],
2482
- "__typename": [
2483
- 1
2484
- ]
2485
- },
2486
- "AthleteQueryResponse": {
2487
- "athletes": [
2488
- 92
2489
- ],
2490
- "cursor": [
2491
- 101
2492
- ],
2493
- "__typename": [
2494
- 1
2495
- ]
2496
- },
2497
- "EditPictureResponse": {
2498
- "field": [
2499
- 1
2500
- ],
2501
- "oldValue": [
2502
- 26
2503
- ],
2504
- "newValue": [
2505
- 26
2506
- ],
2507
- "changed": [
2508
- 2
2509
- ],
2510
- "__typename": [
2511
- 1
2512
- ]
2513
- },
2514
- "AddValuesResponse": {
2515
- "added": [
2516
- 1
2517
- ],
2518
- "failedToAdd": [
2519
- 1
2520
- ],
2521
- "failureReason": [
2522
- 98
2523
- ],
2524
- "result": [
2525
- 1
2526
- ],
2527
- "__typename": [
2528
- 1
2529
- ]
2530
- },
2531
- "StripeObject": {
2532
- "type": [
2533
- 1
2534
- ],
2535
- "json": [
2536
- 106
2537
- ],
2538
- "__typename": [
2539
- 1
2540
- ]
2541
- },
2542
- "JSONObject": {},
2543
- "UserImages": {
2544
- "profilePictureUrl": [
2545
- 1
2546
- ],
2547
- "cardPictureUrl": [
2548
- 1
2549
- ],
2550
- "bannerPictureUrl": [
2551
- 1
2552
- ],
2553
- "__typename": [
2554
- 1
2555
- ]
2556
- },
2557
- "DeleteValuesResponse": {
2558
- "deleted": [
2559
- 1
2560
- ],
2561
- "failedToDelete": [
2562
- 1
2563
- ],
2564
- "failureReason": [
2565
- 98
2566
- ],
2567
- "result": [
2568
- 1
2569
- ],
2570
- "__typename": [
2571
- 1
2572
- ]
2573
- },
2574
- "CreateDatabaseFileDto": {
2575
- "identifier": [
2576
- 1
2577
- ],
2578
- "version": [
2579
- 1
2580
- ],
2581
- "contentType": [
2582
- 1
2583
- ],
2584
- "__typename": [
2585
- 1
2586
- ]
2587
- },
2588
- "CreateTextDatabaseFileDto": {
2589
- "identifier": [
2590
- 1
2591
- ],
2592
- "version": [
2593
- 1
2594
- ],
2595
- "contentType": [
2596
- 1
2597
- ],
2598
- "content": [
2599
- 1
2600
- ],
2601
- "__typename": [
2602
- 1
2603
- ]
2604
- },
2605
- "UpdateDatabaseFileDto": {
2606
- "_id": [
2607
- 1
2608
- ],
2609
- "identifier": [
2610
- 1
2611
- ],
2612
- "version": [
2613
- 1
2614
- ],
2615
- "contentType": [
2616
- 1
2617
- ],
2618
- "__typename": [
2619
- 1
2620
- ]
2621
- },
2622
- "UpdateTextDatabaseFileDto": {
2623
- "_id": [
2624
- 1
2625
- ],
2626
- "identifier": [
2627
- 1
2628
- ],
2629
- "version": [
2630
- 1
2631
- ],
2632
- "contentType": [
2633
- 1
2634
- ],
2635
- "content": [
2636
- 1
2637
- ],
2638
- "__typename": [
2639
- 1
2640
- ]
2641
- },
2642
- "CloneDatabaseFileDto": {
2643
- "_id": [
2644
- 1
2645
- ],
2646
- "version": [
2647
- 1
2648
- ],
2649
- "__typename": [
2650
- 1
2651
- ]
2652
- },
2653
- "FindDatabaseFilesDto": {
2654
- "_id": [
2655
- 1
2656
- ],
2657
- "identifier": [
2658
- 1
2659
- ],
2660
- "version": [
2661
- 1
2662
- ],
2663
- "__typename": [
2664
- 1
2665
- ]
2666
- },
2667
- "GetDatabaseFileDto": {
2668
- "identifier": [
2669
- 1
2670
- ],
2671
- "version": [
2672
- 1
2673
- ],
2674
- "__typename": [
2675
- 1
2676
- ]
2677
- },
2678
- "CreateVerificationCodeDto": {
2679
- "type": [
2680
- 1
2681
- ],
2682
- "recipient": [
2683
- 1
2684
- ],
2685
- "expiresTime": [
2686
- 17
2687
- ],
2688
- "expiresUnit": [
2689
- 1
2690
- ],
2691
- "data": [
2692
- 1
2693
- ],
2694
- "__typename": [
2695
- 1
2696
- ]
2697
- },
2698
- "VerifyCodeDto": {
2699
- "codeId": [
2700
- 1
2701
- ],
2702
- "enteredCodeValue": [
2703
- 1
2704
- ],
2705
- "type": [
2706
- 1
2707
- ],
2708
- "__typename": [
2709
- 1
2710
- ]
2711
- },
2712
- "AthleteInvitationDto": {
2713
- "email": [
2714
- 1
2715
- ],
2716
- "name": [
2717
- 1
2718
- ],
2719
- "sender": [
2720
- 1
2721
- ],
2722
- "brandId": [
2723
- 1
2724
- ],
2725
- "__typename": [
2726
- 1
2727
- ]
2728
- },
2729
- "InviteAthletesDto": {
2730
- "language": [
2731
- 1
2732
- ],
2733
- "invitations": [
2734
- 118
2735
- ],
2736
- "__typename": [
2737
- 1
2738
- ]
2739
- },
2740
- "CompetitionResultDto": {
2741
- "resultType": [
2742
- 1
2743
- ],
2744
- "position": [
2745
- 17
2746
- ],
2747
- "score": [
2748
- 1
2749
- ],
2750
- "finishTimeMS": [
2751
- 17
2752
- ],
2753
- "resultWebLink": [
2754
- 1
2755
- ],
2756
- "__typename": [
2757
- 1
2758
- ]
2759
- },
2760
- "SetCompetitionResultDto": {
2761
- "resultType": [
2762
- 1
2763
- ],
2764
- "position": [
2765
- 17
2766
- ],
2767
- "score": [
2768
- 1
2769
- ],
2770
- "finishTimeMS": [
2771
- 17
2772
- ],
2773
- "resultWebLink": [
2774
- 1
2775
- ],
2776
- "competitionId": [
2777
- 1
2778
- ],
2779
- "__typename": [
2780
- 1
2781
- ]
2782
- },
2783
- "CreateAthleteCompetitionDto": {
2784
- "event": [
2785
- 1
2786
- ],
2787
- "date": [
2788
- 14
2789
- ],
2790
- "eventWebsite": [
2791
- 1
2792
- ],
2793
- "competitionNumber": [
2794
- 1
2795
- ],
2796
- "result": [
2797
- 120
2798
- ],
2799
- "cityId": [
2800
- 1
2801
- ],
2802
- "__typename": [
2803
- 1
2804
- ]
2805
- },
2806
- "CreateAthleteCompetitionForDto": {
2807
- "event": [
2808
- 1
2809
- ],
2810
- "date": [
2811
- 14
2812
- ],
2813
- "eventWebsite": [
2814
- 1
2815
- ],
2816
- "competitionNumber": [
2817
- 1
2818
- ],
2819
- "result": [
2820
- 120
2821
- ],
2822
- "cityId": [
2823
- 1
2824
- ],
2825
- "loginEmail": [
2826
- 1
2827
- ],
2828
- "__typename": [
2829
- 1
2830
- ]
2831
- },
2832
- "CursorPositionDto": {
2833
- "cursorId": [
2834
- 1
2835
- ],
2836
- "cursorFieldValue": [
2837
- 1
2838
- ],
2839
- "__typename": [
2840
- 1
2841
- ]
2842
- },
2843
- "SortCriteriaDto": {
2844
- "sortField": [
2845
- 1
2846
- ],
2847
- "order": [
2848
- 1
2849
- ],
2850
- "__typename": [
2851
- 1
2852
- ]
2853
- },
2854
- "CursorPaginationDto": {
2855
- "sortCriteria": [
2856
- 125
2857
- ],
2858
- "limit": [
2859
- 17
2860
- ],
2861
- "cursorPosition": [
2862
- 124
2863
- ],
2864
- "__typename": [
2865
- 1
2866
- ]
2867
- },
2868
- "DeleteSingleValueDto": {
2869
- "idToDelete": [
2870
- 1
2871
- ],
2872
- "__typename": [
2873
- 1
2874
- ]
2875
- },
2876
- "FundCampaignFilterDto": {
2877
- "campaignTitle": [
2878
- 1
2879
- ],
2880
- "status": [
2881
- 1
2882
- ],
2883
- "minCompletion": [
2884
- 17
2885
- ],
2886
- "maxCompletion": [
2887
- 17
2888
- ],
2889
- "minFundsRequired": [
2890
- 17
2891
- ],
2892
- "maxFundsRequired": [
2893
- 17
2894
- ],
2895
- "minEndingDate": [
2896
- 14
2897
- ],
2898
- "maxEndingDate": [
2899
- 14
2900
- ],
2901
- "competitions": [
2902
- 1
2903
- ],
2904
- "cities": [
2905
- 1
2906
- ],
2907
- "states": [
2908
- 1
2909
- ],
2910
- "countries": [
2911
- 1
2912
- ],
2913
- "__typename": [
2914
- 1
2915
- ]
2916
- },
2917
- "AthleteFilterDto": {
2918
- "name": [
2919
- 1
2920
- ],
2921
- "cities": [
2922
- 1
2923
- ],
2924
- "states": [
2925
- 1
2926
- ],
2927
- "countries": [
2928
- 1
2929
- ],
2930
- "teams": [
2931
- 1
2932
- ],
2933
- "currentCampaign": [
2934
- 128
2935
- ],
2936
- "sports": [
2937
- 1
2938
- ],
2939
- "mainSportOnly": [
2940
- 2
2941
- ],
2942
- "gender": [
2943
- 1
2944
- ],
2945
- "minAge": [
2946
- 17
2947
- ],
2948
- "maxAge": [
2949
- 17
2950
- ],
2951
- "minDob": [
2952
- 14
2953
- ],
2954
- "maxDob": [
2955
- 14
2956
- ],
2957
- "minVTXScore": [
2958
- 17
2959
- ],
2960
- "maxVTXScore": [
2961
- 17
2962
- ],
2963
- "minSocialScore": [
2964
- 17
2965
- ],
2966
- "maxSocialScore": [
2967
- 17
2968
- ],
2969
- "minTrainingScore": [
2970
- 17
2971
- ],
2972
- "maxTrainingScore": [
2973
- 17
2974
- ],
2975
- "minPerformanceScore": [
2976
- 17
2977
- ],
2978
- "maxPerformanceScore": [
2979
- 17
2980
- ],
2981
- "__typename": [
2982
- 1
2983
- ]
2984
- },
2985
- "AthleteQueryDto": {
2986
- "cursor": [
2987
- 126
2988
- ],
2989
- "filters": [
2990
- 129
2991
- ],
2992
- "__typename": [
2993
- 1
2994
- ]
2995
- },
2996
- "UploadAlbumsPicturesDto": {
2997
- "label": [
2998
- 1
2999
- ],
3000
- "description": [
3001
- 1
3002
- ],
3003
- "pictures": [
3004
- 132
3005
- ],
3006
- "__typename": [
3007
- 1
3008
- ]
3009
- },
3010
- "AWSS3UploadedFileDto": {
3011
- "key": [
3012
- 1
3013
- ],
3014
- "useType": [
3015
- 1
3016
- ],
3017
- "contentType": [
3018
- 1
3019
- ],
3020
- "originalFileName": [
3021
- 1
3022
- ],
3023
- "fileSize": [
3024
- 17
3025
- ],
3026
- "__typename": [
3027
- 1
3028
- ]
3029
- },
3030
- "QualificationDto": {
3031
- "type": [
3032
- 1
3033
- ],
3034
- "__typename": [
3035
- 1
3036
- ]
3037
- },
3038
- "AgeQualificationDto": {
3039
- "type": [
3040
- 1
3041
- ],
3042
- "value": [
3043
- 17
3044
- ],
3045
- "operator": [
3046
- 1
3047
- ],
3048
- "__typename": [
3049
- 1
3050
- ]
3051
- },
3052
- "GenderQualificationDto": {
3053
- "type": [
3054
- 1
3055
- ],
3056
- "operator": [
3057
- 1
3058
- ],
3059
- "values": [
3060
- 1
3061
- ],
3062
- "__typename": [
3063
- 1
3064
- ]
3065
- },
3066
- "NationalityQualificationDto": {
3067
- "type": [
3068
- 1
3069
- ],
3070
- "operator": [
3071
- 1
3072
- ],
3073
- "countries": [
3074
- 1
3075
- ],
3076
- "__typename": [
3077
- 1
3078
- ]
3079
- },
3080
- "ScoreQualificationDto": {
3081
- "type": [
3082
- 1
3083
- ],
3084
- "scoreType": [
3085
- 1
3086
- ],
3087
- "operator": [
3088
- 1
3089
- ],
3090
- "value": [
3091
- 17
3092
- ],
3093
- "__typename": [
3094
- 1
3095
- ]
3096
- },
3097
- "LocationQualificationDto": {
3098
- "type": [
3099
- 1
3100
- ],
3101
- "operator": [
3102
- 1
3103
- ],
3104
- "countries": [
3105
- 1
3106
- ],
3107
- "states": [
3108
- 1
3109
- ],
3110
- "cities": [
3111
- 1
3112
- ],
3113
- "__typename": [
3114
- 1
3115
- ]
3116
- },
3117
- "DistanceQualificationDto": {
3118
- "type": [
3119
- 1
3120
- ],
3121
- "maxDistance": [
3122
- 17
3123
- ],
3124
- "latitude": [
3125
- 17
3126
- ],
3127
- "longitude": [
3128
- 17
3129
- ],
3130
- "cityId": [
3131
- 1
3132
- ],
3133
- "__typename": [
3134
- 1
3135
- ]
3136
- },
3137
- "SportsQualificationDto": {
3138
- "type": [
3139
- 1
3140
- ],
3141
- "sports": [
3142
- 1
3143
- ],
3144
- "operator": [
3145
- 1
3146
- ],
3147
- "__typename": [
3148
- 1
3149
- ]
3150
- },
3151
- "SportsLevelQualificationDto": {
3152
- "type": [
3153
- 1
3154
- ],
3155
- "operator": [
3156
- 1
3157
- ],
3158
- "level": [
3159
- 1
3160
- ],
3161
- "__typename": [
3162
- 1
3163
- ]
3164
- },
3165
- "RegisterUserDto": {
3166
- "email": [
3167
- 1
3168
- ],
3169
- "password": [
3170
- 1
3171
- ],
3172
- "inviteCode": [
3173
- 1
3174
- ],
3175
- "__typename": [
3176
- 1
3177
- ]
3178
- },
3179
- "DeleteValuesDto": {
3180
- "idsToDelete": [
3181
- 1
3182
- ],
3183
- "allOrNone": [
3184
- 2
3185
- ],
3186
- "__typename": [
3187
- 1
3188
- ]
3189
- },
3190
- "BudgetItemDto": {
3191
- "quantity": [
3192
- 17
3193
- ],
3194
- "concept": [
3195
- 1
3196
- ],
3197
- "itemCost": [
3198
- 17
3199
- ],
3200
- "__typename": [
3201
- 1
3202
- ]
3203
- },
3204
- "CreateBudgetItemDto": {
3205
- "quantity": [
3206
- 17
3207
- ],
3208
- "concept": [
3209
- 1
3210
- ],
3211
- "itemCost": [
3212
- 17
3213
- ],
3214
- "budgetId": [
3215
- 1
3216
- ],
3217
- "__typename": [
3218
- 1
3219
- ]
3220
- },
3221
- "CreateBudgetDto": {
3222
- "initialFunds": [
3223
- 17
3224
- ],
3225
- "items": [
3226
- 144
3227
- ],
3228
- "__typename": [
3229
- 1
3230
- ]
3231
- },
3232
- "CreateCompetitionBudgetDto": {
3233
- "initialFunds": [
3234
- 17
3235
- ],
3236
- "items": [
3237
- 144
3238
- ],
3239
- "athleteCompetitionId": [
3240
- 1
3241
- ],
3242
- "__typename": [
3243
- 1
3244
- ]
3245
- },
3246
- "CreateFundingCampaignDto": {
3247
- "budgetMode": [
3248
- 1
3249
- ],
3250
- "title": [
3251
- 1
3252
- ],
3253
- "motivation": [
3254
- 1
3255
- ],
3256
- "website": [
3257
- 1
3258
- ],
3259
- "fundsRequired": [
3260
- 17
3261
- ],
3262
- "initialFundsObtained": [
3263
- 17
3264
- ],
3265
- "cityId": [
3266
- 1
3267
- ],
3268
- "endingDate": [
3269
- 14
3270
- ],
3271
- "budget": [
3272
- 146
3273
- ],
3274
- "competitionBudgets": [
3275
- 147
3276
- ],
3277
- "competitionIds": [
3278
- 1
3279
- ],
3280
- "__typename": [
3281
- 1
3282
- ]
3283
- },
3284
- "CreateFundingCampaignForDto": {
3285
- "budgetMode": [
3286
- 1
3287
- ],
3288
- "title": [
3289
- 1
3290
- ],
3291
- "motivation": [
3292
- 1
3293
- ],
3294
- "website": [
3295
- 1
3296
- ],
3297
- "fundsRequired": [
3298
- 17
3299
- ],
3300
- "initialFundsObtained": [
3301
- 17
3302
- ],
3303
- "cityId": [
3304
- 1
3305
- ],
3306
- "endingDate": [
3307
- 14
3308
- ],
3309
- "budget": [
3310
- 146
3311
- ],
3312
- "competitionBudgets": [
3313
- 147
3314
- ],
3315
- "competitionIds": [
3316
- 1
3317
- ],
3318
- "loginEmail": [
3319
- 1
3320
- ],
3321
- "__typename": [
3322
- 1
3323
- ]
3324
- },
3325
- "SetFundingStatusDto": {
3326
- "fundingCampaignId": [
3327
- 1
3328
- ],
3329
- "newStatus": [
3330
- 1
3331
- ],
3332
- "__typename": [
3333
- 1
3334
- ]
3335
- },
3336
- "CreateMembershipOrganizationDto": {
3337
- "shortName": [
3338
- 1
3339
- ],
3340
- "acronym": [
3341
- 1
3342
- ],
3343
- "fullName": [
3344
- 1
3345
- ],
3346
- "website": [
3347
- 1
3348
- ],
3349
- "logo": [
3350
- 132
3351
- ],
3352
- "countryId": [
3353
- 1
3354
- ],
3355
- "sportId": [
3356
- 1
3357
- ],
3358
- "__typename": [
3359
- 1
3360
- ]
3361
- },
3362
- "CreateAthleteMembershipDto": {
3363
- "organizationId": [
3364
- 1
3365
- ],
3366
- "membershipNumber": [
3367
- 1
3368
- ],
3369
- "membershipType": [
3370
- 1
3371
- ],
3372
- "issueDate": [
3373
- 14
3374
- ],
3375
- "expirationDate": [
3376
- 14
3377
- ],
3378
- "__typename": [
3379
- 1
3380
- ]
3381
- },
3382
- "DonationCheckoutDto": {
3383
- "fundingCampaignId": [
3384
- 1
3385
- ],
3386
- "donationAmount": [
3387
- 17
3388
- ],
3389
- "mode": [
3390
- 1
3391
- ],
3392
- "fromName": [
3393
- 1
3394
- ],
3395
- "fromEmail": [
3396
- 1
3397
- ],
3398
- "fromPhone": [
3399
- 1
3400
- ],
3401
- "message": [
3402
- 1
3403
- ],
3404
- "__typename": [
3405
- 1
3406
- ]
3407
- },
3408
- "StripeQueryDto": {
3409
- "operation": [
3410
- 1
3411
- ],
3412
- "id": [
3413
- 1
3414
- ],
3415
- "params": [
3416
- 1
3417
- ],
3418
- "__typename": [
3419
- 1
3420
- ]
3421
- },
3422
- "Query": {
3423
- "findTenantById": [
3424
- 5,
3425
- {
3426
- "_id": [
3427
- 1,
3428
- "String!"
3429
- ]
3430
- }
3431
- ],
3432
- "findTenantByEmail": [
3433
- 5,
3434
- {
3435
- "email": [
3436
- 1,
3437
- "String!"
3438
- ],
3439
- "domainId": [
3440
- 1,
3441
- "String!"
3442
- ]
3443
- }
3444
- ],
3445
- "getTenants": [
3446
- 5
3447
- ],
3448
- "isTenantUriAvailable": [
3449
- 12,
3450
- {
3451
- "tenant_uri": [
3452
- 1,
3453
- "String!"
3454
- ]
3455
- }
3456
- ],
3457
- "findUserById": [
3458
- 0,
3459
- {
3460
- "_id": [
3461
- 1,
3462
- "String!"
3463
- ]
3464
- }
3465
- ],
3466
- "findUserByEmail": [
3467
- 0,
3468
- {
3469
- "email": [
3470
- 1,
3471
- "String!"
3472
- ]
3473
- }
3474
- ],
3475
- "validateUserCredentials": [
3476
- 0,
3477
- {
3478
- "username": [
3479
- 1,
3480
- "String!"
3481
- ],
3482
- "password": [
3483
- 1,
3484
- "String!"
3485
- ]
3486
- }
3487
- ],
3488
- "getUploadUrl": [
3489
- 31,
3490
- {
3491
- "input": [
3492
- 156,
3493
- "AWSS3GetUploadDto!"
3494
- ]
3495
- }
3496
- ],
3497
- "industries": [
3498
- 52
3499
- ],
3500
- "findIndustryById": [
3501
- 52,
3502
- {
3503
- "industryId": [
3504
- 1,
3505
- "String!"
3506
- ]
3507
- }
3508
- ],
3509
- "brands": [
3510
- 38
3511
- ],
3512
- "getBrandByName": [
3513
- 38,
3514
- {
3515
- "name": [
3516
- 1,
3517
- "String!"
3518
- ],
3519
- "translations": [
3520
- 2,
3521
- "Boolean!"
3522
- ]
3523
- }
3524
- ],
3525
- "getBrandTranslation": [
3526
- 37,
3527
- {
3528
- "brandId": [
3529
- 1,
3530
- "String!"
3531
- ],
3532
- "language": [
3533
- 1,
3534
- "String!"
3535
- ]
3536
- }
3537
- ],
3538
- "existsValidSponsorForEmail": [
3539
- 55,
3540
- {
3541
- "loginEmail": [
3542
- 1,
3543
- "String!"
3544
- ]
3545
- }
3546
- ],
3547
- "sponsors": [
3548
- 55
3549
- ],
3550
- "findSponsorAthleteInvitation": [
3551
- 93,
3552
- {
3553
- "input": [
3554
- 157,
3555
- "FindSponsorAthleteInvitationDto!"
3556
- ]
3557
- }
3558
- ],
3559
- "getAthletes": [
3560
- 92
3561
- ],
3562
- "queryAthleteFundingCampaigns": [
3563
- 102,
3564
- {
3565
- "input": [
3566
- 130,
3567
- "AthleteQueryDto!"
3568
- ]
3569
- }
3570
- ],
3571
- "searchAthletes": [
3572
- 92,
3573
- {
3574
- "searchString": [
3575
- 1,
3576
- "String!"
3577
- ]
3578
- }
3579
- ],
3580
- "findAthleteById": [
3581
- 92,
3582
- {
3583
- "athleteId": [
3584
- 1,
3585
- "String!"
3586
- ]
3587
- }
3588
- ],
3589
- "findAthleteForUser": [
3590
- 92,
3591
- {
3592
- "loginEmail": [
3593
- 1,
3594
- "String!"
3595
- ]
3596
- }
3597
- ],
3598
- "getRecommendedAthletes": [
3599
- 92,
3600
- {
3601
- "loginEmail": [
3602
- 1,
3603
- "String!"
3604
- ]
3605
- }
3606
- ],
3607
- "getSponsorAthletesForTenant": [
3608
- 92
3609
- ],
3610
- "getAthleteCompetitions": [
3611
- 75,
3612
- {
3613
- "input": [
3614
- 158,
3615
- "GetAthleteCompetitionsDto!"
3616
- ]
3617
- }
3618
- ],
3619
- "getAthleteMemberships": [
3620
- 78,
3621
- {
3622
- "athleteId": [
3623
- 1,
3624
- "String!"
3625
- ]
3626
- }
3627
- ],
3628
- "findAthletebyIdpublic": [
3629
- 92,
3630
- {
3631
- "athleteId": [
3632
- 1,
3633
- "String!"
3634
- ]
3635
- }
3636
- ],
3637
- "getSports": [
3638
- 63
3639
- ],
3640
- "findSportById": [
3641
- 63,
3642
- {
3643
- "sportId": [
3644
- 1,
3645
- "String!"
3646
- ]
3647
- }
3648
- ],
3649
- "getSportLevels": [
3650
- 66
3651
- ],
3652
- "getPublicSponsorships": [
3653
- 61
3654
- ],
3655
- "getTenantSponsorships": [
3656
- 61
3657
- ],
3658
- "getCountries": [
3659
- 41
3660
- ],
3661
- "getCountryStates": [
3662
- 40,
3663
- {
3664
- "countryId": [
3665
- 1,
3666
- "String!"
3667
- ]
3668
- }
3669
- ],
3670
- "getStateCities": [
3671
- 39,
3672
- {
3673
- "stateId": [
3674
- 1,
3675
- "String!"
3676
- ]
3677
- }
3678
- ],
3679
- "findCitiesStartingWith": [
3680
- 39,
3681
- {
3682
- "text": [
3683
- 1,
3684
- "String!"
3685
- ]
3686
- }
3687
- ],
3688
- "findCityById": [
3689
- 39,
3690
- {
3691
- "cityId": [
3692
- 1,
3693
- "String!"
3694
- ]
3695
- }
3696
- ],
3697
- "findVtxUser": [
3698
- 0,
3699
- {
3700
- "input": [
3701
- 159,
3702
- "FindVtxUserDto!"
3703
- ]
3704
- }
3705
- ],
3706
- "validateUserCredentialsVtx": [
3707
- 0,
3708
- {
3709
- "username": [
3710
- 1,
3711
- "String!"
3712
- ],
3713
- "password": [
3714
- 1,
3715
- "String!"
3716
- ]
3717
- }
3718
- ],
3719
- "getUserImagesFromEmail": [
3720
- 107,
3721
- {
3722
- "loginEmail": [
3723
- 1,
3724
- "String!"
3725
- ]
3726
- }
3727
- ],
3728
- "getStravaLoginUrl": [
3729
- 1
3730
- ],
3731
- "getSportsEvents": [
3732
- 71,
3733
- {
3734
- "input": [
3735
- 160,
3736
- "GetSportEventsDto!"
3737
- ]
3738
- }
3739
- ],
3740
- "getMembershipOrganizations": [
3741
- 76
3742
- ],
3743
- "stripeQuery": [
3744
- 105,
3745
- {
3746
- "input": [
3747
- 154,
3748
- "StripeQueryDto!"
3749
- ]
3750
- }
3751
- ],
3752
- "getDatabaseTextFile": [
3753
- 34,
3754
- {
3755
- "input": [
3756
- 115,
3757
- "GetDatabaseFileDto!"
3758
- ]
3759
- }
3760
- ],
3761
- "__typename": [
3762
- 1
3763
- ]
3764
- },
3765
- "AWSS3GetUploadDto": {
3766
- "useType": [
3767
- 1
3768
- ],
3769
- "name": [
3770
- 1
3771
- ],
3772
- "__typename": [
3773
- 1
3774
- ]
3775
- },
3776
- "FindSponsorAthleteInvitationDto": {
3777
- "code": [
3778
- 1
3779
- ],
3780
- "type": [
3781
- 1
3782
- ],
3783
- "__typename": [
3784
- 1
3785
- ]
3786
- },
3787
- "GetAthleteCompetitionsDto": {
3788
- "athleteId": [
3789
- 1
3790
- ],
3791
- "fromInclusive": [
3792
- 14
3793
- ],
3794
- "toExclusive": [
3795
- 14
3796
- ],
3797
- "__typename": [
3798
- 1
3799
- ]
3800
- },
3801
- "FindVtxUserDto": {
3802
- "loginEmail": [
3803
- 1
3804
- ],
3805
- "__typename": [
3806
- 1
3807
- ]
3808
- },
3809
- "GetSportEventsDto": {
3810
- "matchString": [
3811
- 1
3812
- ],
3813
- "__typename": [
3814
- 1
3815
- ]
3816
- },
3817
- "Mutation": {
3818
- "registerNewDomainTenant": [
3819
- 5,
3820
- {
3821
- "tenant": [
3822
- 162,
3823
- "CreateTenantInput!"
3824
- ]
3825
- }
3826
- ],
3827
- "registerNewDomainTenantWithLogin": [
3828
- 11,
3829
- {
3830
- "tenant": [
3831
- 162,
3832
- "CreateTenantInput!"
3833
- ]
3834
- }
3835
- ],
3836
- "createUserAndLogin": [
3837
- 3,
3838
- {
3839
- "user": [
3840
- 163,
3841
- "CreateActiveUserInput!"
3842
- ]
3843
- }
3844
- ],
3845
- "loginUserFromEmail": [
3846
- 8,
3847
- {
3848
- "email": [
3849
- 1,
3850
- "String!"
3851
- ],
3852
- "loginMethod": [
3853
- 1,
3854
- "String!"
3855
- ]
3856
- }
3857
- ],
3858
- "loginUserFromCredentials": [
3859
- 3,
3860
- {
3861
- "username": [
3862
- 1,
3863
- "String!"
3864
- ],
3865
- "password": [
3866
- 1,
3867
- "String!"
3868
- ]
3869
- }
3870
- ],
3871
- "registerUserToDomainFromEmail": [
3872
- 0,
3873
- {
3874
- "input": [
3875
- 164,
3876
- "RegisterUserToDomainFromEmailInput!"
3877
- ]
3878
- }
3879
- ],
3880
- "refreshToken": [
3881
- 8,
3882
- {
3883
- "dto": [
3884
- 165,
3885
- "RefreshTokenInput!"
3886
- ]
3887
- }
3888
- ],
3889
- "deleteUploadedUseTypeFile": [
3890
- 32,
3891
- {
3892
- "input": [
3893
- 166,
3894
- "AWSS3DeleteUseTypeFileDto!"
3895
- ]
3896
- }
3897
- ],
3898
- "deleteUploadedBucketFile": [
3899
- 32,
3900
- {
3901
- "input": [
3902
- 167,
3903
- "AWSS3DeleteBucketFileDto!"
3904
- ]
3905
- }
3906
- ],
3907
- "registerS3UploadedFile": [
3908
- 26,
3909
- {
3910
- "input": [
3911
- 132,
3912
- "AWSS3UploadedFileDto!"
3913
- ]
3914
- }
3915
- ],
3916
- "createIndustry": [
3917
- 52,
3918
- {
3919
- "input": [
3920
- 168,
3921
- "CreateIndustryDto!"
3922
- ]
3923
- }
3924
- ],
3925
- "createBrand": [
3926
- 38,
3927
- {
3928
- "input": [
3929
- 169,
3930
- "CreateBrandDto!"
3931
- ]
3932
- }
3933
- ],
3934
- "registerSponsor": [
3935
- 55,
3936
- {
3937
- "input": [
3938
- 171,
3939
- "RegisterSponsorInput!"
3940
- ]
3941
- }
3942
- ],
3943
- "createSponsor": [
3944
- 55,
3945
- {
3946
- "input": [
3947
- 172,
3948
- "CreateSponsorDto!"
3949
- ]
3950
- }
3951
- ],
3952
- "sendAthleteInvitations": [
3953
- 93,
3954
- {
3955
- "input": [
3956
- 119,
3957
- "InviteAthletesDto!"
3958
- ]
3959
- }
3960
- ],
3961
- "registerAthlete": [
3962
- 92,
3963
- {
3964
- "input": [
3965
- 173,
3966
- "RegisterAthleteDto!"
3967
- ]
3968
- }
3969
- ],
3970
- "editProfileValue": [
3971
- 97,
3972
- {
3973
- "input": [
3974
- 174,
3975
- "EditValueDto!"
3976
- ]
3977
- }
3978
- ],
3979
- "editPicture": [
3980
- 103,
3981
- {
3982
- "input": [
3983
- 175,
3984
- "EditPictureDto!"
3985
- ]
3986
- }
3987
- ],
3988
- "AddAlbumPictures": [
3989
- 104,
3990
- {
3991
- "input": [
3992
- 131,
3993
- "UploadAlbumsPicturesDto!"
3994
- ]
3995
- }
3996
- ],
3997
- "DeletePictureBuket": [
3998
- 99,
3999
- {
4000
- "input": [
4001
- 166,
4002
- "AWSS3DeleteUseTypeFileDto!"
4003
- ]
4004
- }
4005
- ],
4006
- "addAthleteCompetition": [
4007
- 75,
4008
- {
4009
- "input": [
4010
- 122,
4011
- "CreateAthleteCompetitionDto!"
4012
- ]
4013
- }
4014
- ],
4015
- "deleteAthleteCompetition": [
4016
- 99,
4017
- {
4018
- "input": [
4019
- 127,
4020
- "DeleteSingleValueDto!"
4021
- ]
4022
- }
4023
- ],
4024
- "createSport": [
4025
- 63,
4026
- {
4027
- "input": [
4028
- 176,
4029
- "CreateSportDto!"
4030
- ]
4031
- }
4032
- ],
4033
- "updateSport": [
4034
- 63,
4035
- {
4036
- "input": [
4037
- 177,
4038
- "UpdateSportDto!"
4039
- ]
4040
- }
4041
- ],
4042
- "createSportLevel": [
4043
- 66,
4044
- {
4045
- "input": [
4046
- 178,
4047
- "CreateSportLevelDto!"
4048
- ]
4049
- }
4050
- ],
4051
- "createSponsorship": [
4052
- 61,
4053
- {
4054
- "input": [
4055
- 180,
4056
- "CreateSponsorshipDto!"
4057
- ]
4058
- }
4059
- ],
4060
- "createCountry": [
4061
- 41,
4062
- {
4063
- "input": [
4064
- 187,
4065
- "CreateCountryDto!"
4066
- ]
4067
- }
4068
- ],
4069
- "createState": [
4070
- 40,
4071
- {
4072
- "input": [
4073
- 188,
4074
- "CreateStateDto!"
4075
- ]
4076
- }
4077
- ],
4078
- "createCity": [
4079
- 39,
4080
- {
4081
- "input": [
4082
- 189,
4083
- "CreateCityDto!"
4084
- ]
4085
- }
4086
- ],
4087
- "preRegisterAthleteUser": [
4088
- 28,
4089
- {
4090
- "input": [
4091
- 142,
4092
- "RegisterUserDto!"
4093
- ]
4094
- }
4095
- ],
4096
- "confirmAthleteUserRegistrationAndLogin": [
4097
- 3,
4098
- {
4099
- "input": [
4100
- 117,
4101
- "VerifyCodeDto!"
4102
- ]
4103
- }
4104
- ],
4105
- "confirmAthleteUserRegistration": [
4106
- 0,
4107
- {
4108
- "input": [
4109
- 117,
4110
- "VerifyCodeDto!"
4111
- ]
4112
- }
4113
- ],
4114
- "registerAthleteUser": [
4115
- 0,
4116
- {
4117
- "input": [
4118
- 142,
4119
- "RegisterUserDto!"
4120
- ]
4121
- }
4122
- ],
4123
- "registerSponsorUser": [
4124
- 0,
4125
- {
4126
- "input": [
4127
- 142,
4128
- "RegisterUserDto!"
4129
- ]
4130
- }
4131
- ],
4132
- "loginUserFromCredentialsVtx": [
4133
- 3,
4134
- {
4135
- "username": [
4136
- 1,
4137
- "String!"
4138
- ],
4139
- "password": [
4140
- 1,
4141
- "String!"
4142
- ]
4143
- }
4144
- ],
4145
- "handleStravaCallback": [
4146
- 94,
4147
- {
4148
- "data": [
4149
- 190,
4150
- "RegisterStravaDto!"
4151
- ]
4152
- }
4153
- ],
4154
- "refreshStravaToken": [
4155
- 94,
4156
- {
4157
- "input": [
4158
- 1,
4159
- "String!"
4160
- ]
4161
- }
4162
- ],
4163
- "createSportsEvent": [
4164
- 71,
4165
- {
4166
- "input": [
4167
- 191,
4168
- "CreateSportEventDto!"
4169
- ]
4170
- }
4171
- ],
4172
- "setFundingStatus": [
4173
- 82,
4174
- {
4175
- "input": [
4176
- 150,
4177
- "SetFundingStatusDto!"
4178
- ]
4179
- }
4180
- ],
4181
- "createFundingCampaign": [
4182
- 82,
4183
- {
4184
- "input": [
4185
- 148,
4186
- "CreateFundingCampaignDto!"
4187
- ]
4188
- }
4189
- ],
4190
- "createMembershipOrganization": [
4191
- 76,
4192
- {
4193
- "input": [
4194
- 151,
4195
- "CreateMembershipOrganizationDto!"
4196
- ]
4197
- }
4198
- ],
4199
- "createAthleteMembershipAffilation": [
4200
- 78,
4201
- {
4202
- "input": [
4203
- 152,
4204
- "CreateAthleteMembershipDto!"
4205
- ]
4206
- }
4207
- ],
4208
- "deleteAthleteMembershipAffilation": [
4209
- 99,
4210
- {
4211
- "input": [
4212
- 127,
4213
- "DeleteSingleValueDto!"
4214
- ]
4215
- }
4216
- ],
4217
- "createStripeAccount": [
4218
- 90,
4219
- {
4220
- "input": [
4221
- 192,
4222
- "CreateStripeAccountDto!"
4223
- ]
4224
- }
4225
- ],
4226
- "createAthleteStripeSession": [
4227
- 95
4228
- ],
4229
- "createStripeCheckoutSession": [
4230
- 96,
4231
- {
4232
- "input": [
4233
- 153,
4234
- "DonationCheckoutDto!"
4235
- ]
4236
- }
4237
- ],
4238
- "__typename": [
4239
- 1
4240
- ]
4241
- },
4242
- "CreateTenantInput": {
4243
- "name": [
4244
- 1
4245
- ],
4246
- "email": [
4247
- 1
4248
- ],
4249
- "tenant_uri": [
4250
- 1
4251
- ],
4252
- "domain": [
4253
- 1
4254
- ],
4255
- "__typename": [
4256
- 1
4257
- ]
4258
- },
4259
- "CreateActiveUserInput": {
4260
- "loginEmail": [
4261
- 1
4262
- ],
4263
- "password": [
4264
- 1
4265
- ],
4266
- "loginMethod": [
4267
- 1
4268
- ],
4269
- "__typename": [
4270
- 1
4271
- ]
4272
- },
4273
- "RegisterUserToDomainFromEmailInput": {
4274
- "email": [
4275
- 1
4276
- ],
4277
- "domainId": [
4278
- 1
4279
- ],
4280
- "tenantId": [
4281
- 1
4282
- ],
4283
- "createUserIfNotExist": [
4284
- 2
4285
- ],
4286
- "__typename": [
4287
- 1
4288
- ]
4289
- },
4290
- "RefreshTokenInput": {
4291
- "refreshToken": [
4292
- 1
4293
- ],
4294
- "__typename": [
4295
- 1
4296
- ]
4297
- },
4298
- "AWSS3DeleteUseTypeFileDto": {
4299
- "name": [
4300
- 1
4301
- ],
4302
- "useType": [
4303
- 1
4304
- ],
4305
- "__typename": [
4306
- 1
4307
- ]
4308
- },
4309
- "AWSS3DeleteBucketFileDto": {
4310
- "key": [
4311
- 1
4312
- ],
4313
- "bucket": [
4314
- 1
4315
- ],
4316
- "credentialsId": [
4317
- 1
4318
- ],
4319
- "__typename": [
4320
- 1
4321
- ]
4322
- },
4323
- "CreateIndustryDto": {
4324
- "name": [
4325
- 1
4326
- ],
4327
- "__typename": [
4328
- 1
4329
- ]
4330
- },
4331
- "CreateBrandDto": {
4332
- "name": [
4333
- 1
4334
- ],
4335
- "description": [
4336
- 1
4337
- ],
4338
- "slogan": [
4339
- 1
4340
- ],
4341
- "website": [
4342
- 1
4343
- ],
4344
- "logo": [
4345
- 132
4346
- ],
4347
- "banner": [
4348
- 132
4349
- ],
4350
- "translations": [
4351
- 170
4352
- ],
4353
- "__typename": [
4354
- 1
4355
- ]
4356
- },
4357
- "BrandTranslationDto": {
4358
- "brandId": [
4359
- 1
4360
- ],
4361
- "language": [
4362
- 1
4363
- ],
4364
- "name": [
4365
- 1
4366
- ],
4367
- "description": [
4368
- 1
4369
- ],
4370
- "slogan": [
4371
- 1
4372
- ],
4373
- "logo": [
4374
- 132
4375
- ],
4376
- "banner": [
4377
- 132
4378
- ],
4379
- "__typename": [
4380
- 1
4381
- ]
4382
- },
4383
- "RegisterSponsorInput": {
4384
- "name": [
4385
- 1
4386
- ],
4387
- "phone": [
4388
- 1
4389
- ],
4390
- "hasWhatsapp": [
4391
- 2
4392
- ],
4393
- "companyName": [
4394
- 1
4395
- ],
4396
- "companyEmail": [
4397
- 1
4398
- ],
4399
- "industryId": [
4400
- 1
4401
- ],
4402
- "companySize": [
4403
- 1
4404
- ],
4405
- "operatorType": [
4406
- 1
4407
- ],
4408
- "numberOfAthletes": [
4409
- 1
4410
- ],
4411
- "brands": [
4412
- 1
4413
- ],
4414
- "__typename": [
4415
- 1
4416
- ]
4417
- },
4418
- "CreateSponsorDto": {
4419
- "name": [
4420
- 1
4421
- ],
4422
- "description": [
4423
- 1
4424
- ],
4425
- "__typename": [
4426
- 1
4427
- ]
4428
- },
4429
- "RegisterAthleteDto": {
4430
- "email": [
4431
- 1
4432
- ],
4433
- "firstName": [
4434
- 1
4435
- ],
4436
- "lastName": [
4437
- 1
4438
- ],
4439
- "screenName": [
4440
- 1
4441
- ],
4442
- "nationality": [
4443
- 1
4444
- ],
4445
- "cityId": [
4446
- 1
4447
- ],
4448
- "locLatitude": [
4449
- 17
4450
- ],
4451
- "locLongitude": [
4452
- 17
4453
- ],
4454
- "dateOfBirth": [
4455
- 14
4456
- ],
4457
- "lgbt": [
4458
- 2
4459
- ],
4460
- "trainer": [
4461
- 1
4462
- ],
4463
- "trainerUrl": [
4464
- 1
4465
- ],
4466
- "aboutMe": [
4467
- 1
4468
- ],
4469
- "team": [
4470
- 1
4471
- ],
4472
- "gender": [
4473
- 1
4474
- ],
4475
- "mainSport": [
4476
- 1
4477
- ],
4478
- "mainSportLevel": [
4479
- 1
4480
- ],
4481
- "profilePicture": [
4482
- 132
4483
- ],
4484
- "cardPicture": [
4485
- 132
4486
- ],
4487
- "__typename": [
4488
- 1
4489
- ]
4490
- },
4491
- "EditValueDto": {
4492
- "field": [
4493
- 1
4494
- ],
4495
- "newValue": [
4496
- 1
4497
- ],
4498
- "__typename": [
4499
- 1
4500
- ]
4501
- },
4502
- "EditPictureDto": {
4503
- "field": [
4504
- 1
4505
- ],
4506
- "newPicture": [
4507
- 132
4508
- ],
4509
- "__typename": [
4510
- 1
4511
- ]
4512
- },
4513
- "CreateSportDto": {
4514
- "name": [
4515
- 1
4516
- ],
4517
- "resultType": [
4518
- 1
4519
- ],
4520
- "__typename": [
4521
- 1
4522
- ]
4523
- },
4524
- "UpdateSportDto": {
4525
- "_id": [
4526
- 1
4527
- ],
4528
- "name": [
4529
- 1
4530
- ],
4531
- "__typename": [
4532
- 1
4533
- ]
4534
- },
4535
- "CreateSportLevelDto": {
4536
- "_id": [
4537
- 1
4538
- ],
4539
- "label": [
4540
- 1
4541
- ],
4542
- "index": [
4543
- 17
4544
- ],
4545
- "translations": [
4546
- 179
4547
- ],
4548
- "__typename": [
4549
- 1
4550
- ]
4551
- },
4552
- "CreateSportLevelTranslationDto": {
4553
- "language": [
4554
- 1
4555
- ],
4556
- "label": [
4557
- 1
4558
- ],
4559
- "__typename": [
4560
- 1
4561
- ]
4562
- },
4563
- "CreateSponsorshipDto": {
4564
- "title": [
4565
- 1
4566
- ],
4567
- "brandId": [
4568
- 1
4569
- ],
4570
- "description": [
4571
- 1
4572
- ],
4573
- "cashValue": [
4574
- 17
4575
- ],
4576
- "otherValue": [
4577
- 17
4578
- ],
4579
- "banner": [
4580
- 132
4581
- ],
4582
- "criteria": [
4583
- 181
4584
- ],
4585
- "deadline": [
4586
- 14
4587
- ],
4588
- "startDate": [
4589
- 14
4590
- ],
4591
- "duration": [
4592
- 183
4593
- ],
4594
- "sponsorshipItems": [
4595
- 184
4596
- ],
4597
- "commitments": [
4598
- 185
4599
- ],
4600
- "terms": [
4601
- 1
4602
- ],
4603
- "published": [
4604
- 2
4605
- ],
4606
- "isPrivate": [
4607
- 2
4608
- ],
4609
- "translations": [
4610
- 186
4611
- ],
4612
- "__typename": [
4613
- 1
4614
- ]
4615
- },
4616
- "AthleteCriteriaDto": {
4617
- "_id": [
4618
- 1
4619
- ],
4620
- "label": [
4621
- 1
4622
- ],
4623
- "qualificationsBag": [
4624
- 182
4625
- ],
4626
- "__typename": [
4627
- 1
4628
- ]
4629
- },
4630
- "QualificationsBagDto": {
4631
- "ageQualifications": [
4632
- 134
4633
- ],
4634
- "genderQualifications": [
4635
- 135
4636
- ],
4637
- "scoreQualifications": [
4638
- 137
4639
- ],
4640
- "locationQualifications": [
4641
- 138
4642
- ],
4643
- "nationalityQualifications": [
4644
- 136
4645
- ],
4646
- "distanceQualifications": [
4647
- 139
4648
- ],
4649
- "sportsQualifications": [
4650
- 140
4651
- ],
4652
- "levelQualifications": [
4653
- 141
4654
- ],
4655
- "__typename": [
4656
- 1
4657
- ]
4658
- },
4659
- "DurationDto": {
4660
- "length": [
4661
- 17
4662
- ],
4663
- "unit": [
4664
- 1
4665
- ],
4666
- "__typename": [
4667
- 1
4668
- ]
4669
- },
4670
- "SponsorshipItemDto": {
4671
- "_id": [
4672
- 1
4673
- ],
4674
- "quantity": [
4675
- 17
4676
- ],
4677
- "title": [
4678
- 1
4679
- ],
4680
- "value": [
4681
- 17
4682
- ],
4683
- "__typename": [
4684
- 1
4685
- ]
4686
- },
4687
- "SponsorshipCommitmentDto": {
4688
- "_id": [
4689
- 1
4690
- ],
4691
- "title": [
4692
- 1
4693
- ],
4694
- "details": [
4695
- 1
4696
- ],
4697
- "hashTags": [
4698
- 1
4699
- ],
4700
- "media": [
4701
- 1
4702
- ],
4703
- "actionType": [
4704
- 1
4705
- ],
4706
- "frequency": [
4707
- 17
4708
- ],
4709
- "periodicity": [
4710
- 1
4711
- ],
4712
- "__typename": [
4713
- 1
4714
- ]
4715
- },
4716
- "SponsorshipTranslationDto": {
4717
- "sponsorshipId": [
4718
- 1
4719
- ],
4720
- "language": [
4721
- 1
4722
- ],
4723
- "title": [
4724
- 1
4725
- ],
4726
- "description": [
4727
- 1
4728
- ],
4729
- "banner": [
4730
- 132
4731
- ],
4732
- "terms": [
4733
- 1
4734
- ],
4735
- "__typename": [
4736
- 1
4737
- ]
4738
- },
4739
- "CreateCountryDto": {
4740
- "_id": [
4741
- 1
4742
- ],
4743
- "name": [
4744
- 1
4745
- ],
4746
- "__typename": [
4747
- 1
4748
- ]
4749
- },
4750
- "CreateStateDto": {
4751
- "_id": [
4752
- 1
4753
- ],
4754
- "name": [
4755
- 1
4756
- ],
4757
- "countryId": [
4758
- 1
4759
- ],
4760
- "__typename": [
4761
- 1
4762
- ]
4763
- },
4764
- "CreateCityDto": {
4765
- "_id": [
4766
- 1
4767
- ],
4768
- "cityName": [
4769
- 1
4770
- ],
4771
- "cityNameLocalized": [
4772
- 1
4773
- ],
4774
- "lat": [
4775
- 17
4776
- ],
4777
- "lng": [
4778
- 17
4779
- ],
4780
- "stateId": [
4781
- 1
4782
- ],
4783
- "timezone": [
4784
- 1
4785
- ],
4786
- "city_alt": [
4787
- 1
4788
- ],
4789
- "iso3": [
4790
- 1
4791
- ],
4792
- "admin_type": [
4793
- 1
4794
- ],
4795
- "capital": [
4796
- 1
4797
- ],
4798
- "density": [
4799
- 17
4800
- ],
4801
- "population": [
4802
- 17
4803
- ],
4804
- "population_proper": [
4805
- 17
4806
- ],
4807
- "ranking": [
4808
- 17
4809
- ],
4810
- "same_name": [
4811
- 1
4812
- ],
4813
- "__typename": [
4814
- 1
4815
- ]
4816
- },
4817
- "RegisterStravaDto": {
4818
- "idAthlete": [
4819
- 1
4820
- ],
4821
- "code": [
4822
- 1
4823
- ],
4824
- "__typename": [
4825
- 1
4826
- ]
4827
- },
4828
- "CreateSportEventDto": {
4829
- "name": [
4830
- 1
4831
- ],
4832
- "cityId": [
4833
- 1
4834
- ],
4835
- "sportId": [
4836
- 1
4837
- ],
4838
- "startDate": [
4839
- 14
4840
- ],
4841
- "endDate": [
4842
- 14
4843
- ],
4844
- "website": [
4845
- 1
4846
- ],
4847
- "banner": [
4848
- 132
4849
- ],
4850
- "__typename": [
4851
- 1
4852
- ]
4853
- },
4854
- "CreateStripeAccountDto": {
4855
- "countryId": [
4856
- 1
4857
- ],
4858
- "acceptedTermsId": [
4859
- 1
4860
- ],
4861
- "acceptedPrivacyId": [
4862
- 1
4863
- ],
4864
- "__typename": [
4865
- 1
4866
- ]
4867
- }
4868
- }
4869
- };
4870
- //# sourceMappingURL=types.js.map