@vertikalx/vtx-backend-client 1.0.0-dev.7 → 1.0.0-dev.70

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.
@@ -3,21 +3,26 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.default = {
4
4
  "scalars": [
5
5
  1,
6
- 2
6
+ 2,
7
+ 14,
8
+ 17
7
9
  ],
8
10
  "types": {
9
- "ApiKey": {
11
+ "User": {
10
12
  "_id": [
11
13
  1
12
14
  ],
13
- "keyName": [
15
+ "loginEmail": [
14
16
  1
15
17
  ],
16
- "readAccess": [
18
+ "suspended": [
17
19
  2
18
20
  ],
19
- "writeAccess": [
20
- 2
21
+ "domains": [
22
+ 7
23
+ ],
24
+ "loginMethods": [
25
+ 1
21
26
  ],
22
27
  "__typename": [
23
28
  1
@@ -25,33 +30,65 @@ exports.default = {
25
30
  },
26
31
  "String": {},
27
32
  "Boolean": {},
28
- "ApiKeyWithValue": {
33
+ "UserWithToken": {
29
34
  "_id": [
30
35
  1
31
36
  ],
32
- "keyName": [
37
+ "loginEmail": [
33
38
  1
34
39
  ],
35
- "readAccess": [
40
+ "suspended": [
36
41
  2
37
42
  ],
38
- "writeAccess": [
39
- 2
43
+ "domains": [
44
+ 7
40
45
  ],
41
- "actualKey": [
46
+ "loginMethods": [
42
47
  1
43
48
  ],
49
+ "token": [
50
+ 8
51
+ ],
44
52
  "__typename": [
45
53
  1
46
54
  ]
47
55
  },
48
- "UserToken": {
49
- "actualToken": [
56
+ "BaseTenant": {
57
+ "_id": [
50
58
  1
51
59
  ],
52
- "refreshToken": [
60
+ "name": [
61
+ 1
62
+ ],
63
+ "tenant_uri": [
64
+ 1
65
+ ],
66
+ "domain": [
67
+ 6
68
+ ],
69
+ "__typename": [
70
+ 1
71
+ ]
72
+ },
73
+ "Tenant": {
74
+ "_id": [
75
+ 1
76
+ ],
77
+ "name": [
78
+ 1
79
+ ],
80
+ "tenant_uri": [
53
81
  1
54
82
  ],
83
+ "domain": [
84
+ 6
85
+ ],
86
+ "email": [
87
+ 1
88
+ ],
89
+ "owner": [
90
+ 0
91
+ ],
55
92
  "__typename": [
56
93
  1
57
94
  ]
@@ -70,56 +107,93 @@ exports.default = {
70
107
  1
71
108
  ]
72
109
  },
73
- "User": {
110
+ "DomainCredential": {
74
111
  "_id": [
75
112
  1
76
113
  ],
77
- "loginEmail": [
114
+ "name": [
78
115
  1
79
116
  ],
80
- "suspended": [
81
- 2
117
+ "description": [
118
+ 1
82
119
  ],
83
- "domains": [
84
- 5
120
+ "tenant": [
121
+ 4
85
122
  ],
86
123
  "__typename": [
87
124
  1
88
125
  ]
89
126
  },
90
- "UserWithToken": {
91
- "_id": [
127
+ "UserToken": {
128
+ "actualToken": [
92
129
  1
93
130
  ],
94
- "loginEmail": [
131
+ "refreshToken": [
95
132
  1
96
133
  ],
97
- "suspended": [
98
- 2
134
+ "__typename": [
135
+ 1
136
+ ]
137
+ },
138
+ "DecodedToken": {
139
+ "tokenId": [
140
+ 1
141
+ ],
142
+ "systemId": [
143
+ 1
144
+ ],
145
+ "userId": [
146
+ 1
147
+ ],
148
+ "email": [
149
+ 1
150
+ ],
151
+ "refreshTokenId": [
152
+ 1
99
153
  ],
100
154
  "domains": [
101
- 5
155
+ 7
102
156
  ],
103
- "token": [
104
- 4
157
+ "__typename": [
158
+ 1
159
+ ]
160
+ },
161
+ "DecodedRefreshToken": {
162
+ "userId": [
163
+ 1
164
+ ],
165
+ "email": [
166
+ 1
167
+ ],
168
+ "originalTokenId": [
169
+ 1
105
170
  ],
106
171
  "__typename": [
107
172
  1
108
173
  ]
109
174
  },
110
- "Tenant": {
175
+ "TenantWithUserLogin": {
111
176
  "_id": [
112
177
  1
113
178
  ],
114
179
  "name": [
115
180
  1
116
181
  ],
117
- "email": [
182
+ "tenant_uri": [
118
183
  1
119
184
  ],
120
- "tenant_uri": [
185
+ "domain": [
186
+ 6
187
+ ],
188
+ "email": [
121
189
  1
122
190
  ],
191
+ "owner": [
192
+ 0
193
+ ],
194
+ "user": [
195
+ 3
196
+ ],
123
197
  "__typename": [
124
198
  1
125
199
  ]
@@ -135,380 +209,3154 @@ exports.default = {
135
209
  1
136
210
  ]
137
211
  },
138
- "TenantWithUserLogin": {
212
+ "Agreement": {
139
213
  "_id": [
140
214
  1
141
215
  ],
216
+ "kind": [
217
+ 1
218
+ ],
219
+ "domain": [
220
+ 1
221
+ ],
222
+ "isActiveAgreement": [
223
+ 2
224
+ ],
225
+ "version": [
226
+ 1
227
+ ],
228
+ "publishedDate": [
229
+ 14
230
+ ],
231
+ "unPublishedDate": [
232
+ 14
233
+ ],
234
+ "locked": [
235
+ 2
236
+ ],
142
237
  "name": [
143
238
  1
144
239
  ],
145
- "email": [
240
+ "description": [
146
241
  1
147
242
  ],
148
- "tenant_uri": [
243
+ "content": [
149
244
  1
150
245
  ],
151
- "user": [
152
- 7
246
+ "createdDate": [
247
+ 14
248
+ ],
249
+ "updatedDate": [
250
+ 14
153
251
  ],
154
252
  "__typename": [
155
253
  1
156
254
  ]
157
255
  },
158
- "TenantUserTokenWithInfo": {
159
- "actualToken": [
256
+ "DateTime": {},
257
+ "BillEntity": {
258
+ "name": [
160
259
  1
161
260
  ],
162
- "refreshToken": [
261
+ "taxId": [
163
262
  1
164
263
  ],
165
- "tenantId": [
264
+ "line1": [
166
265
  1
167
266
  ],
168
- "tenantUri": [
267
+ "line2": [
169
268
  1
170
269
  ],
171
- "loginEmail": [
270
+ "line3": [
271
+ 1
272
+ ],
273
+ "city": [
274
+ 1
275
+ ],
276
+ "state": [
277
+ 1
278
+ ],
279
+ "country": [
280
+ 1
281
+ ],
282
+ "zip": [
172
283
  1
173
284
  ],
174
285
  "__typename": [
175
286
  1
176
287
  ]
177
288
  },
178
- "Brand": {
289
+ "InvoiceItem": {
179
290
  "_id": [
180
291
  1
181
292
  ],
182
- "name": [
183
- 1
293
+ "unitPrice": [
294
+ 17
184
295
  ],
185
- "description": [
296
+ "unitTax": [
297
+ 17
298
+ ],
299
+ "quantity": [
300
+ 17
301
+ ],
302
+ "unit": [
186
303
  1
187
304
  ],
188
- "approved": [
189
- 2
305
+ "itemPrice": [
306
+ 17
190
307
  ],
191
- "published": [
192
- 2
308
+ "itemTotal": [
309
+ 17
193
310
  ],
194
311
  "__typename": [
195
312
  1
196
313
  ]
197
314
  },
198
- "Sponsor": {
315
+ "Float": {},
316
+ "Payment": {
199
317
  "_id": [
200
318
  1
201
319
  ],
202
- "name": [
320
+ "amount": [
321
+ 17
322
+ ],
323
+ "currency": [
324
+ 1
325
+ ],
326
+ "datePaid": [
327
+ 14
328
+ ],
329
+ "paymentComment": [
330
+ 1
331
+ ],
332
+ "transactionId": [
333
+ 1
334
+ ],
335
+ "processorType": [
336
+ 1
337
+ ],
338
+ "processorReference": [
339
+ 1
340
+ ],
341
+ "paidItemReference": [
342
+ 1
343
+ ],
344
+ "payeeReference": [
345
+ 1
346
+ ],
347
+ "payorReference": [
348
+ 1
349
+ ],
350
+ "paymentMethodType": [
351
+ 1
352
+ ],
353
+ "paymentMethodReference": [
203
354
  1
204
355
  ],
205
356
  "__typename": [
206
357
  1
207
358
  ]
208
359
  },
209
- "Industry": {
360
+ "PlaFeature": {
210
361
  "_id": [
211
362
  1
212
363
  ],
213
- "name": [
364
+ "title": [
365
+ 1
366
+ ],
367
+ "description": [
368
+ 1
369
+ ],
370
+ "quantity": [
371
+ 17
372
+ ],
373
+ "quantityUnit": [
214
374
  1
215
375
  ],
216
376
  "__typename": [
217
377
  1
218
378
  ]
219
379
  },
220
- "Query": {
221
- "tenant": [
222
- 8,
223
- {
224
- "_id": [
225
- 1,
226
- "String!"
227
- ]
228
- }
380
+ "Plan": {
381
+ "_id": [
382
+ 1
229
383
  ],
230
- "tenantByEmail": [
231
- 8,
232
- {
233
- "email": [
234
- 1,
235
- "String!"
236
- ]
237
- }
384
+ "name": [
385
+ 1
238
386
  ],
239
- "tenants": [
240
- 8
387
+ "description": [
388
+ 1
241
389
  ],
242
- "isTenantUriAvailable": [
243
- 9,
244
- {
245
- "tenant_uri": [
246
- 1,
247
- "String!"
248
- ]
249
- }
390
+ "prices": [
391
+ 21
250
392
  ],
251
- "tenantApiKeys": [
252
- 0
393
+ "features": [
394
+ 19
253
395
  ],
254
- "nontenantedUserById": [
255
- 6,
256
- {
257
- "_id": [
258
- 1,
259
- "String!"
260
- ]
261
- }
396
+ "isPublic": [
397
+ 2
262
398
  ],
263
- "nontenantedUserByEmail": [
264
- 6,
265
- {
266
- "email": [
267
- 1,
268
- "String!"
269
- ]
270
- }
399
+ "active": [
400
+ 2
271
401
  ],
272
- "industries": [
402
+ "startOfferingDate": [
273
403
  14
274
404
  ],
275
- "findIndustryById": [
276
- 14,
277
- {
278
- "industryId": [
279
- 1,
280
- "String!"
281
- ]
282
- }
283
- ],
284
- "brands": [
285
- 12
405
+ "endOfferingDate": [
406
+ 14
286
407
  ],
287
- "existsValidSponsorForEmail": [
288
- 13,
289
- {
290
- "loginEmail": [
291
- 1,
292
- "String!"
293
- ]
294
- }
408
+ "termsAndConditions": [
409
+ 1
295
410
  ],
296
411
  "__typename": [
297
412
  1
298
413
  ]
299
414
  },
300
- "Mutation": {
301
- "createTenant": [
302
- 8,
303
- {
304
- "tenant": [
305
- 17,
306
- "CreateTenantInput!"
307
- ]
308
- }
415
+ "PlanPrice": {
416
+ "_id": [
417
+ 1
309
418
  ],
310
- "createTenantApiKey": [
311
- 0,
312
- {
313
- "newKeyInfo": [
314
- 18,
315
- "CreateApiKeyInput!"
316
- ]
317
- }
419
+ "currency": [
420
+ 1
318
421
  ],
319
- "createTenantApiKeyWithSystemKey": [
320
- 3,
321
- {
322
- "newKeyInfo": [
323
- 18,
324
- "CreateApiKeyInput!"
325
- ]
326
- }
422
+ "price": [
423
+ 17
327
424
  ],
328
- "createTenantWithLogin": [
329
- 10,
330
- {
331
- "tenant": [
332
- 17,
333
- "CreateTenantInput!"
334
- ]
335
- }
425
+ "taxMode": [
426
+ 1
336
427
  ],
337
- "createTenantUserToken": [
338
- 11,
339
- {
340
- "requestTokenDto": [
341
- 19,
342
- "CreateTenantUserTokenDto!"
343
- ]
344
- }
428
+ "period": [
429
+ 1
345
430
  ],
346
- "createTenantUserTokenFromEmailAndUri": [
347
- 11,
348
- {
349
- "requestTokenInfoDto": [
350
- 20,
351
- "CreateTenantUserTokenFromEmailAndUriDto!"
352
- ]
353
- }
431
+ "customDays": [
432
+ 17
354
433
  ],
355
- "createNonTenantedUserWithLogin": [
356
- 7,
357
- {
358
- "user": [
359
- 21,
360
- "CreateActiveUserInput!"
361
- ]
362
- }
434
+ "plan": [
435
+ 20
363
436
  ],
364
- "createNonTenantUserTokenFromEmail": [
365
- 4,
366
- {
367
- "email": [
368
- 1,
369
- "String!"
370
- ]
371
- }
437
+ "__typename": [
438
+ 1
439
+ ]
440
+ },
441
+ "Invoice": {
442
+ "_id": [
443
+ 1
372
444
  ],
373
- "createIndustry": [
374
- 14,
375
- {
376
- "input": [
377
- 22,
378
- "CreateIndustryDto!"
379
- ]
380
- }
445
+ "invoiceDate": [
446
+ 14
381
447
  ],
382
- "createBrand": [
383
- 12,
384
- {
385
- "input": [
386
- 23,
387
- "CreateBrandDto!"
388
- ]
389
- }
448
+ "billedEntity": [
449
+ 15
390
450
  ],
391
- "registerSponsor": [
392
- 13,
393
- {
394
- "input": [
395
- 24,
396
- "RegisterSponsorInput!"
397
- ]
398
- }
451
+ "dueDate": [
452
+ 14
453
+ ],
454
+ "billAmount": [
455
+ 17
456
+ ],
457
+ "tax": [
458
+ 17
459
+ ],
460
+ "total": [
461
+ 17
462
+ ],
463
+ "currency": [
464
+ 1
465
+ ],
466
+ "items": [
467
+ 16
468
+ ],
469
+ "payment": [
470
+ 18
399
471
  ],
400
472
  "__typename": [
401
473
  1
402
474
  ]
403
475
  },
404
- "CreateTenantInput": {
476
+ "SubscriptionInvoice": {
477
+ "_id": [
478
+ 1
479
+ ],
480
+ "invoice": [
481
+ 22
482
+ ],
483
+ "billedPlan": [
484
+ 21
485
+ ],
486
+ "subscriber": [
487
+ 24
488
+ ],
489
+ "__typename": [
490
+ 1
491
+ ]
492
+ },
493
+ "PlanSubscription": {
494
+ "_id": [
495
+ 1
496
+ ],
497
+ "currentPlan": [
498
+ 21
499
+ ],
500
+ "billPrice": [
501
+ 17
502
+ ],
503
+ "billCurrency": [
504
+ 1
505
+ ],
506
+ "billPriceComment": [
507
+ 1
508
+ ],
509
+ "lastBillDate": [
510
+ 14
511
+ ],
512
+ "endAccessDate": [
513
+ 14
514
+ ],
515
+ "autoRenew": [
516
+ 2
517
+ ],
518
+ "autoRenewPlan": [
519
+ 21
520
+ ],
521
+ "autoRenewDate": [
522
+ 14
523
+ ],
524
+ "payments": [
525
+ 25
526
+ ],
527
+ "invoices": [
528
+ 23
529
+ ],
530
+ "__typename": [
531
+ 1
532
+ ]
533
+ },
534
+ "SubscriptionPayment": {
535
+ "_id": [
536
+ 1
537
+ ],
538
+ "payment": [
539
+ 18
540
+ ],
541
+ "subscriber": [
542
+ 24
543
+ ],
544
+ "__typename": [
545
+ 1
546
+ ]
547
+ },
548
+ "AWSS3File": {
549
+ "_id": [
550
+ 1
551
+ ],
405
552
  "name": [
406
553
  1
407
554
  ],
408
- "email": [
555
+ "contentType": [
409
556
  1
410
557
  ],
411
- "tenant_uri": [
558
+ "size": [
559
+ 17
560
+ ],
561
+ "useType": [
562
+ 1
563
+ ],
564
+ "url": [
565
+ 1
566
+ ],
567
+ "key": [
412
568
  1
413
569
  ],
570
+ "pendingDelete": [
571
+ 2
572
+ ],
414
573
  "__typename": [
415
574
  1
416
575
  ]
417
576
  },
418
- "CreateApiKeyInput": {
419
- "keyName": [
577
+ "MagicLink": {
578
+ "_id": [
579
+ 1
580
+ ],
581
+ "code": [
582
+ 1
583
+ ],
584
+ "type": [
420
585
  1
421
586
  ],
422
- "readAccess": [
587
+ "url": [
588
+ 1
589
+ ],
590
+ "expires": [
591
+ 14
592
+ ],
593
+ "data": [
594
+ 1
595
+ ],
596
+ "isExpired": [
423
597
  2
424
598
  ],
425
- "writeAccess": [
599
+ "__typename": [
600
+ 1
601
+ ]
602
+ },
603
+ "VerificationCode": {
604
+ "_id": [
605
+ 1
606
+ ],
607
+ "type": [
608
+ 1
609
+ ],
610
+ "recipient": [
611
+ 1
612
+ ],
613
+ "expires": [
614
+ 14
615
+ ],
616
+ "data": [
617
+ 1
618
+ ],
619
+ "isExpired": [
426
620
  2
427
621
  ],
622
+ "createdDate": [
623
+ 14
624
+ ],
428
625
  "__typename": [
429
626
  1
430
627
  ]
431
628
  },
432
- "CreateTenantUserTokenDto": {
433
- "requestToken": [
629
+ "ErrorInfo": {
630
+ "errorCode": [
631
+ 17
632
+ ],
633
+ "errorMessage": [
434
634
  1
435
635
  ],
436
636
  "__typename": [
437
637
  1
438
638
  ]
439
639
  },
440
- "CreateTenantUserTokenFromEmailAndUriDto": {
441
- "email": [
640
+ "HttpRequestField": {
641
+ "key": [
442
642
  1
443
643
  ],
444
- "tenant_uri": [
644
+ "value": [
445
645
  1
446
646
  ],
447
647
  "__typename": [
448
648
  1
449
649
  ]
450
650
  },
451
- "CreateActiveUserInput": {
452
- "loginEmail": [
651
+ "AWSS3UploadUrl": {
652
+ "uploadUrl": [
453
653
  1
454
654
  ],
455
- "password": [
655
+ "fields": [
656
+ 30
657
+ ],
658
+ "downloadUrl": [
659
+ 1
660
+ ],
661
+ "bucket": [
662
+ 1
663
+ ],
664
+ "key": [
456
665
  1
457
666
  ],
458
667
  "__typename": [
459
668
  1
460
669
  ]
461
670
  },
462
- "CreateIndustryDto": {
463
- "name": [
671
+ "AWSS3CallResult": {
672
+ "httpStatus": [
673
+ 17
674
+ ],
675
+ "result": [
676
+ 1
677
+ ],
678
+ "message": [
679
+ 1
680
+ ],
681
+ "errors": [
464
682
  1
465
683
  ],
466
684
  "__typename": [
467
685
  1
468
686
  ]
469
687
  },
470
- "CreateBrandDto": {
688
+ "CodeVerificationResponse": {
689
+ "result": [
690
+ 1
691
+ ],
692
+ "code": [
693
+ 28
694
+ ],
695
+ "error": [
696
+ 29
697
+ ],
698
+ "__typename": [
699
+ 1
700
+ ]
701
+ },
702
+ "BrandStats": {
703
+ "campaigns": [
704
+ 17
705
+ ],
706
+ "sponsorships": [
707
+ 17
708
+ ],
709
+ "sports": [
710
+ 17
711
+ ],
712
+ "athletes": [
713
+ 17
714
+ ],
715
+ "__typename": [
716
+ 1
717
+ ]
718
+ },
719
+ "BrandTranslation": {
720
+ "_id": [
721
+ 1
722
+ ],
723
+ "brandId": [
724
+ 1
725
+ ],
726
+ "language": [
727
+ 1
728
+ ],
471
729
  "name": [
472
730
  1
473
731
  ],
732
+ "slogan": [
733
+ 1
734
+ ],
474
735
  "description": [
475
736
  1
476
737
  ],
738
+ "logo": [
739
+ 26
740
+ ],
741
+ "banner": [
742
+ 26
743
+ ],
477
744
  "__typename": [
478
745
  1
479
746
  ]
480
747
  },
481
- "RegisterSponsorInput": {
748
+ "Brand": {
749
+ "_id": [
750
+ 1
751
+ ],
482
752
  "name": [
483
753
  1
484
754
  ],
485
- "phone": [
755
+ "slogan": [
486
756
  1
487
757
  ],
488
- "hasWhatsapp": [
758
+ "website": [
759
+ 1
760
+ ],
761
+ "description": [
762
+ 1
763
+ ],
764
+ "approved": [
489
765
  2
490
766
  ],
491
- "companyName": [
767
+ "published": [
768
+ 2
769
+ ],
770
+ "logo": [
771
+ 26
772
+ ],
773
+ "banner": [
774
+ 26
775
+ ],
776
+ "stats": [
777
+ 34
778
+ ],
779
+ "operatorIds": [
492
780
  1
493
781
  ],
494
- "companyEmail": [
782
+ "translations": [
783
+ 35
784
+ ],
785
+ "__typename": [
786
+ 1
787
+ ]
788
+ },
789
+ "City": {
790
+ "_id": [
495
791
  1
496
792
  ],
497
- "industryId": [
793
+ "name": [
498
794
  1
499
795
  ],
500
- "companySize": [
796
+ "localizedName": [
501
797
  1
502
798
  ],
503
- "operatorType": [
799
+ "state": [
800
+ 38
801
+ ],
802
+ "latitude": [
803
+ 17
804
+ ],
805
+ "longitude": [
806
+ 17
807
+ ],
808
+ "timezone": [
504
809
  1
505
810
  ],
506
- "numberOfAthletes": [
811
+ "__typename": [
812
+ 1
813
+ ]
814
+ },
815
+ "State": {
816
+ "_id": [
507
817
  1
508
818
  ],
509
- "brands": [
819
+ "name": [
820
+ 1
821
+ ],
822
+ "country": [
823
+ 39
824
+ ],
825
+ "cities": [
826
+ 37
827
+ ],
828
+ "__typename": [
829
+ 1
830
+ ]
831
+ },
832
+ "Country": {
833
+ "_id": [
510
834
  1
511
835
  ],
836
+ "name": [
837
+ 1
838
+ ],
839
+ "states": [
840
+ 38
841
+ ],
842
+ "__typename": [
843
+ 1
844
+ ]
845
+ },
846
+ "AgeQualification": {
847
+ "type": [
848
+ 1
849
+ ],
850
+ "value": [
851
+ 17
852
+ ],
853
+ "operator": [
854
+ 1
855
+ ],
856
+ "__typename": [
857
+ 1
858
+ ]
859
+ },
860
+ "GenderQualification": {
861
+ "type": [
862
+ 1
863
+ ],
864
+ "operator": [
865
+ 1
866
+ ],
867
+ "values": [
868
+ 1
869
+ ],
870
+ "__typename": [
871
+ 1
872
+ ]
873
+ },
874
+ "ScoreQualification": {
875
+ "type": [
876
+ 1
877
+ ],
878
+ "scoreType": [
879
+ 1
880
+ ],
881
+ "operator": [
882
+ 1
883
+ ],
884
+ "value": [
885
+ 17
886
+ ],
887
+ "__typename": [
888
+ 1
889
+ ]
890
+ },
891
+ "LocationQualification": {
892
+ "type": [
893
+ 1
894
+ ],
895
+ "operator": [
896
+ 1
897
+ ],
898
+ "countries": [
899
+ 39
900
+ ],
901
+ "states": [
902
+ 38
903
+ ],
904
+ "cities": [
905
+ 37
906
+ ],
907
+ "__typename": [
908
+ 1
909
+ ]
910
+ },
911
+ "NationalityQualification": {
912
+ "type": [
913
+ 1
914
+ ],
915
+ "operator": [
916
+ 1
917
+ ],
918
+ "countries": [
919
+ 39
920
+ ],
921
+ "__typename": [
922
+ 1
923
+ ]
924
+ },
925
+ "DistanceQualification": {
926
+ "type": [
927
+ 1
928
+ ],
929
+ "maxDistance": [
930
+ 17
931
+ ],
932
+ "latitude": [
933
+ 17
934
+ ],
935
+ "longitude": [
936
+ 17
937
+ ],
938
+ "cityId": [
939
+ 1
940
+ ],
941
+ "__typename": [
942
+ 1
943
+ ]
944
+ },
945
+ "SportsQualification": {
946
+ "type": [
947
+ 1
948
+ ],
949
+ "sports": [
950
+ 1
951
+ ],
952
+ "operator": [
953
+ 1
954
+ ],
955
+ "__typename": [
956
+ 1
957
+ ]
958
+ },
959
+ "SportsLevelQualification": {
960
+ "type": [
961
+ 1
962
+ ],
963
+ "operator": [
964
+ 1
965
+ ],
966
+ "level": [
967
+ 1
968
+ ],
969
+ "__typename": [
970
+ 1
971
+ ]
972
+ },
973
+ "AthleteCriteria": {
974
+ "_id": [
975
+ 1
976
+ ],
977
+ "label": [
978
+ 1
979
+ ],
980
+ "qualifications": [
981
+ 49
982
+ ],
983
+ "__typename": [
984
+ 1
985
+ ]
986
+ },
987
+ "QualificationTypeUnion": {
988
+ "on_AgeQualification": [
989
+ 40
990
+ ],
991
+ "on_GenderQualification": [
992
+ 41
993
+ ],
994
+ "on_ScoreQualification": [
995
+ 42
996
+ ],
997
+ "on_LocationQualification": [
998
+ 43
999
+ ],
1000
+ "on_NationalityQualification": [
1001
+ 44
1002
+ ],
1003
+ "on_DistanceQualification": [
1004
+ 45
1005
+ ],
1006
+ "on_SportsQualification": [
1007
+ 46
1008
+ ],
1009
+ "on_SportsLevelQualification": [
1010
+ 47
1011
+ ],
1012
+ "__typename": [
1013
+ 1
1014
+ ]
1015
+ },
1016
+ "Industry": {
1017
+ "_id": [
1018
+ 1
1019
+ ],
1020
+ "name": [
1021
+ 1
1022
+ ],
1023
+ "__typename": [
1024
+ 1
1025
+ ]
1026
+ },
1027
+ "SponsorStats": {
1028
+ "sponsoredAthletes": [
1029
+ 17
1030
+ ],
1031
+ "totalBrands": [
1032
+ 17
1033
+ ],
1034
+ "activeCampaigns": [
1035
+ 17
1036
+ ],
1037
+ "activeSponsorships": [
1038
+ 17
1039
+ ],
1040
+ "__typename": [
1041
+ 1
1042
+ ]
1043
+ },
1044
+ "SponsorBrand": {
1045
+ "_id": [
1046
+ 1
1047
+ ],
1048
+ "name": [
1049
+ 1
1050
+ ],
1051
+ "slogan": [
1052
+ 1
1053
+ ],
1054
+ "website": [
1055
+ 1
1056
+ ],
1057
+ "description": [
1058
+ 1
1059
+ ],
1060
+ "approved": [
1061
+ 2
1062
+ ],
1063
+ "published": [
1064
+ 2
1065
+ ],
1066
+ "logo": [
1067
+ 26
1068
+ ],
1069
+ "banner": [
1070
+ 26
1071
+ ],
1072
+ "stats": [
1073
+ 34
1074
+ ],
1075
+ "operatorIds": [
1076
+ 1
1077
+ ],
1078
+ "translations": [
1079
+ 35
1080
+ ],
1081
+ "sponsorBrandId": [
1082
+ 1
1083
+ ],
1084
+ "authorizedUse": [
1085
+ 2
1086
+ ],
1087
+ "isAuthorizer": [
1088
+ 2
1089
+ ],
1090
+ "__typename": [
1091
+ 1
1092
+ ]
1093
+ },
1094
+ "Sponsor": {
1095
+ "_id": [
1096
+ 1
1097
+ ],
1098
+ "name": [
1099
+ 1
1100
+ ],
1101
+ "description": [
1102
+ 1
1103
+ ],
1104
+ "tenant": [
1105
+ 5
1106
+ ],
1107
+ "industry": [
1108
+ 50
1109
+ ],
1110
+ "stats": [
1111
+ 51
1112
+ ],
1113
+ "brands": [
1114
+ 52
1115
+ ],
1116
+ "sponsorships": [
1117
+ 59
1118
+ ],
1119
+ "approved": [
1120
+ 2
1121
+ ],
1122
+ "__typename": [
1123
+ 1
1124
+ ]
1125
+ },
1126
+ "SponsorshipItem": {
1127
+ "_id": [
1128
+ 1
1129
+ ],
1130
+ "quantity": [
1131
+ 17
1132
+ ],
1133
+ "title": [
1134
+ 1
1135
+ ],
1136
+ "value": [
1137
+ 17
1138
+ ],
1139
+ "type": [
1140
+ 1
1141
+ ],
1142
+ "__typename": [
1143
+ 1
1144
+ ]
1145
+ },
1146
+ "SponsorshipCommitment": {
1147
+ "_id": [
1148
+ 1
1149
+ ],
1150
+ "title": [
1151
+ 1
1152
+ ],
1153
+ "details": [
1154
+ 1
1155
+ ],
1156
+ "hashTags": [
1157
+ 1
1158
+ ],
1159
+ "media": [
1160
+ 1
1161
+ ],
1162
+ "actionType": [
1163
+ 1
1164
+ ],
1165
+ "frequency": [
1166
+ 17
1167
+ ],
1168
+ "periodicity": [
1169
+ 1
1170
+ ],
1171
+ "autoMeasurable": [
1172
+ 2
1173
+ ],
1174
+ "__typename": [
1175
+ 1
1176
+ ]
1177
+ },
1178
+ "Duration": {
1179
+ "length": [
1180
+ 17
1181
+ ],
1182
+ "unit": [
1183
+ 1
1184
+ ],
1185
+ "__typename": [
1186
+ 1
1187
+ ]
1188
+ },
1189
+ "SponsorshipStats": {
1190
+ "totalSponsorships": [
1191
+ 17
1192
+ ],
1193
+ "totalApplications": [
1194
+ 17
1195
+ ],
1196
+ "newApplications": [
1197
+ 17
1198
+ ],
1199
+ "discardedApplications": [
1200
+ 17
1201
+ ],
1202
+ "selectedApplications": [
1203
+ 17
1204
+ ],
1205
+ "approvedApplications": [
1206
+ 17
1207
+ ],
1208
+ "grantedSponsorships": [
1209
+ 17
1210
+ ],
1211
+ "remainingSponsorships": [
1212
+ 17
1213
+ ],
1214
+ "__typename": [
1215
+ 1
1216
+ ]
1217
+ },
1218
+ "SponsorshipTranslation": {
1219
+ "_id": [
1220
+ 1
1221
+ ],
1222
+ "sponsorshipId": [
1223
+ 1
1224
+ ],
1225
+ "language": [
1226
+ 1
1227
+ ],
1228
+ "title": [
1229
+ 1
1230
+ ],
1231
+ "description": [
1232
+ 1
1233
+ ],
1234
+ "terms": [
1235
+ 1
1236
+ ],
1237
+ "banner": [
1238
+ 26
1239
+ ],
1240
+ "__typename": [
1241
+ 1
1242
+ ]
1243
+ },
1244
+ "Sponsorship": {
1245
+ "_id": [
1246
+ 1
1247
+ ],
1248
+ "title": [
1249
+ 1
1250
+ ],
1251
+ "description": [
1252
+ 1
1253
+ ],
1254
+ "cashValue": [
1255
+ 17
1256
+ ],
1257
+ "otherValue": [
1258
+ 17
1259
+ ],
1260
+ "brand": [
1261
+ 36
1262
+ ],
1263
+ "banner": [
1264
+ 26
1265
+ ],
1266
+ "criteria": [
1267
+ 48
1268
+ ],
1269
+ "deadline": [
1270
+ 14
1271
+ ],
1272
+ "startDate": [
1273
+ 14
1274
+ ],
1275
+ "duration": [
1276
+ 56
1277
+ ],
1278
+ "sponsor": [
1279
+ 53
1280
+ ],
1281
+ "sponsorshipItems": [
1282
+ 54
1283
+ ],
1284
+ "commitments": [
1285
+ 55
1286
+ ],
1287
+ "terms": [
1288
+ 1
1289
+ ],
1290
+ "stats": [
1291
+ 57
1292
+ ],
1293
+ "isPrivate": [
1294
+ 2
1295
+ ],
1296
+ "approved": [
1297
+ 2
1298
+ ],
1299
+ "published": [
1300
+ 2
1301
+ ],
1302
+ "translations": [
1303
+ 58
1304
+ ],
1305
+ "__typename": [
1306
+ 1
1307
+ ]
1308
+ },
1309
+ "FollowStats": {
1310
+ "followers": [
1311
+ 17
1312
+ ],
1313
+ "followed": [
1314
+ 17
1315
+ ],
1316
+ "raves": [
1317
+ 17
1318
+ ],
1319
+ "favorites": [
1320
+ 17
1321
+ ],
1322
+ "__typename": [
1323
+ 1
1324
+ ]
1325
+ },
1326
+ "Sport": {
1327
+ "_id": [
1328
+ 1
1329
+ ],
1330
+ "name": [
1331
+ 1
1332
+ ],
1333
+ "__typename": [
1334
+ 1
1335
+ ]
1336
+ },
1337
+ "VtxScores": {
1338
+ "vtxScore": [
1339
+ 17
1340
+ ],
1341
+ "socialScore": [
1342
+ 17
1343
+ ],
1344
+ "trainingScore": [
1345
+ 17
1346
+ ],
1347
+ "competitionScore": [
1348
+ 17
1349
+ ],
1350
+ "__typename": [
1351
+ 1
1352
+ ]
1353
+ },
1354
+ "SportLevelTranslation": {
1355
+ "_id": [
1356
+ 1
1357
+ ],
1358
+ "language": [
1359
+ 1
1360
+ ],
1361
+ "label": [
1362
+ 1
1363
+ ],
1364
+ "__typename": [
1365
+ 1
1366
+ ]
1367
+ },
1368
+ "SportLevel": {
1369
+ "_id": [
1370
+ 1
1371
+ ],
1372
+ "label": [
1373
+ 1
1374
+ ],
1375
+ "index": [
1376
+ 17
1377
+ ],
1378
+ "translations": [
1379
+ 63
1380
+ ],
1381
+ "__typename": [
1382
+ 1
1383
+ ]
1384
+ },
1385
+ "Ranking": {
1386
+ "scope": [
1387
+ 1
1388
+ ],
1389
+ "scopeId": [
1390
+ 1
1391
+ ],
1392
+ "scopeName": [
1393
+ 1
1394
+ ],
1395
+ "position": [
1396
+ 17
1397
+ ],
1398
+ "total": [
1399
+ 17
1400
+ ],
1401
+ "__typename": [
1402
+ 1
1403
+ ]
1404
+ },
1405
+ "AthleteRankings": {
1406
+ "worldRanking": [
1407
+ 65
1408
+ ],
1409
+ "countryRanking": [
1410
+ 65
1411
+ ],
1412
+ "stateRanking": [
1413
+ 65
1414
+ ],
1415
+ "cityRanking": [
1416
+ 65
1417
+ ],
1418
+ "__typename": [
1419
+ 1
1420
+ ]
1421
+ },
1422
+ "Team": {
1423
+ "_id": [
1424
+ 1
1425
+ ],
1426
+ "name": [
1427
+ 1
1428
+ ],
1429
+ "description": [
1430
+ 1
1431
+ ],
1432
+ "sports": [
1433
+ 61
1434
+ ],
1435
+ "approved": [
1436
+ 2
1437
+ ],
1438
+ "logo": [
1439
+ 26
1440
+ ],
1441
+ "banner": [
1442
+ 26
1443
+ ],
1444
+ "__typename": [
1445
+ 1
1446
+ ]
1447
+ },
1448
+ "SportsEvent": {
1449
+ "_id": [
1450
+ 1
1451
+ ],
1452
+ "name": [
1453
+ 1
1454
+ ],
1455
+ "eventWebSite": [
1456
+ 1
1457
+ ],
1458
+ "startDate": [
1459
+ 14
1460
+ ],
1461
+ "endDate": [
1462
+ 14
1463
+ ],
1464
+ "verified": [
1465
+ 2
1466
+ ],
1467
+ "banner": [
1468
+ 26
1469
+ ],
1470
+ "__typename": [
1471
+ 1
1472
+ ]
1473
+ },
1474
+ "AthleteCompetitionResult": {
1475
+ "_id": [
1476
+ 1
1477
+ ],
1478
+ "resultType": [
1479
+ 1
1480
+ ],
1481
+ "position": [
1482
+ 17
1483
+ ],
1484
+ "score": [
1485
+ 1
1486
+ ],
1487
+ "finishTimeMS": [
1488
+ 17
1489
+ ],
1490
+ "resultWebLink": [
1491
+ 1
1492
+ ],
1493
+ "__typename": [
1494
+ 1
1495
+ ]
1496
+ },
1497
+ "BudgetItem": {
1498
+ "_id": [
1499
+ 1
1500
+ ],
1501
+ "quantity": [
1502
+ 17
1503
+ ],
1504
+ "concept": [
1505
+ 1
1506
+ ],
1507
+ "itemCost": [
1508
+ 17
1509
+ ],
1510
+ "itemTotal": [
1511
+ 17
1512
+ ],
1513
+ "__typename": [
1514
+ 1
1515
+ ]
1516
+ },
1517
+ "Budget": {
1518
+ "_id": [
1519
+ 1
1520
+ ],
1521
+ "totalRequired": [
1522
+ 17
1523
+ ],
1524
+ "initialFunds": [
1525
+ 17
1526
+ ],
1527
+ "totalRaised": [
1528
+ 17
1529
+ ],
1530
+ "items": [
1531
+ 70
1532
+ ],
1533
+ "__typename": [
1534
+ 1
1535
+ ]
1536
+ },
1537
+ "AthleteCompetition": {
1538
+ "_id": [
1539
+ 1
1540
+ ],
1541
+ "event": [
1542
+ 68
1543
+ ],
1544
+ "participationDate": [
1545
+ 14
1546
+ ],
1547
+ "competitionNumber": [
1548
+ 1
1549
+ ],
1550
+ "result": [
1551
+ 69
1552
+ ],
1553
+ "fundRaisingCampaignId": [
1554
+ 1
1555
+ ],
1556
+ "budget": [
1557
+ 71
1558
+ ],
1559
+ "__typename": [
1560
+ 1
1561
+ ]
1562
+ },
1563
+ "WorldLocation": {
1564
+ "_id": [
1565
+ 1
1566
+ ],
1567
+ "userProvidedLatitude": [
1568
+ 17
1569
+ ],
1570
+ "userProvidedLongitude": [
1571
+ 17
1572
+ ],
1573
+ "cityNameGeocode": [
1574
+ 1
1575
+ ],
1576
+ "stateNameGeocode": [
1577
+ 1
1578
+ ],
1579
+ "countryIso2CodeGeocode": [
1580
+ 1
1581
+ ],
1582
+ "timeZoneGeocode": [
1583
+ 1
1584
+ ],
1585
+ "latitudeGeocode": [
1586
+ 17
1587
+ ],
1588
+ "longitudeGeocode": [
1589
+ 17
1590
+ ],
1591
+ "city": [
1592
+ 37
1593
+ ],
1594
+ "__typename": [
1595
+ 1
1596
+ ]
1597
+ },
1598
+ "Athlete": {
1599
+ "_id": [
1600
+ 1
1601
+ ],
1602
+ "firstName": [
1603
+ 1
1604
+ ],
1605
+ "lastName": [
1606
+ 1
1607
+ ],
1608
+ "screenName": [
1609
+ 1
1610
+ ],
1611
+ "dob": [
1612
+ 14
1613
+ ],
1614
+ "lgbt": [
1615
+ 2
1616
+ ],
1617
+ "competitionGender": [
1618
+ 1
1619
+ ],
1620
+ "country": [
1621
+ 39
1622
+ ],
1623
+ "location": [
1624
+ 73
1625
+ ],
1626
+ "trainer": [
1627
+ 1
1628
+ ],
1629
+ "trainerUrl": [
1630
+ 1
1631
+ ],
1632
+ "followStats": [
1633
+ 60
1634
+ ],
1635
+ "mainSport": [
1636
+ 61
1637
+ ],
1638
+ "mainSportLevel": [
1639
+ 64
1640
+ ],
1641
+ "scores": [
1642
+ 62
1643
+ ],
1644
+ "rankings": [
1645
+ 66
1646
+ ],
1647
+ "allSports": [
1648
+ 61
1649
+ ],
1650
+ "teams": [
1651
+ 67
1652
+ ],
1653
+ "sponsorBrands": [
1654
+ 36
1655
+ ],
1656
+ "competitions": [
1657
+ 72
1658
+ ],
1659
+ "totalUpcomingCompetitions": [
1660
+ 17
1661
+ ],
1662
+ "totalPastCompetitions": [
1663
+ 17
1664
+ ],
1665
+ "profilePicture": [
1666
+ 26
1667
+ ],
1668
+ "cardPicture": [
1669
+ 26
1670
+ ],
1671
+ "aboutMe": [
1672
+ 1
1673
+ ],
1674
+ "__typename": [
1675
+ 1
1676
+ ]
1677
+ },
1678
+ "SponsorAthleteInvitation": {
1679
+ "_id": [
1680
+ 1
1681
+ ],
1682
+ "name": [
1683
+ 1
1684
+ ],
1685
+ "email": [
1686
+ 1
1687
+ ],
1688
+ "dateSent": [
1689
+ 14
1690
+ ],
1691
+ "sponsor": [
1692
+ 53
1693
+ ],
1694
+ "magicLink": [
1695
+ 27
1696
+ ],
1697
+ "brand": [
1698
+ 36
1699
+ ],
1700
+ "status": [
1701
+ 1
1702
+ ],
1703
+ "__typename": [
1704
+ 1
1705
+ ]
1706
+ },
1707
+ "StravaToken": {
1708
+ "token_type": [
1709
+ 1
1710
+ ],
1711
+ "expires_at": [
1712
+ 1
1713
+ ],
1714
+ "refresh_token": [
1715
+ 1
1716
+ ],
1717
+ "access_token": [
1718
+ 1
1719
+ ],
1720
+ "__typename": [
1721
+ 1
1722
+ ]
1723
+ },
1724
+ "EditValueResponse": {
1725
+ "field": [
1726
+ 1
1727
+ ],
1728
+ "oldValue": [
1729
+ 1
1730
+ ],
1731
+ "newValue": [
1732
+ 1
1733
+ ],
1734
+ "changed": [
1735
+ 2
1736
+ ],
1737
+ "__typename": [
1738
+ 1
1739
+ ]
1740
+ },
1741
+ "UserImages": {
1742
+ "profilePictureUrl": [
1743
+ 1
1744
+ ],
1745
+ "cardPictureUrl": [
1746
+ 1
1747
+ ],
1748
+ "bannerPictureUrl": [
1749
+ 1
1750
+ ],
1751
+ "__typename": [
1752
+ 1
1753
+ ]
1754
+ },
1755
+ "FundRaisingCampaign": {
1756
+ "_id": [
1757
+ 1
1758
+ ],
1759
+ "title": [
1760
+ 1
1761
+ ],
1762
+ "motivation": [
1763
+ 1
1764
+ ],
1765
+ "website": [
1766
+ 1
1767
+ ],
1768
+ "fundsRequired": [
1769
+ 17
1770
+ ],
1771
+ "initialFundsObtained": [
1772
+ 17
1773
+ ],
1774
+ "fundsObtained": [
1775
+ 17
1776
+ ],
1777
+ "location": [
1778
+ 73
1779
+ ],
1780
+ "endingDate": [
1781
+ 14
1782
+ ],
1783
+ "status": [
1784
+ 1
1785
+ ],
1786
+ "budget": [
1787
+ 71
1788
+ ],
1789
+ "competitions": [
1790
+ 72
1791
+ ],
1792
+ "__typename": [
1793
+ 1
1794
+ ]
1795
+ },
1796
+ "CreateVerificationCodeDto": {
1797
+ "type": [
1798
+ 1
1799
+ ],
1800
+ "recipient": [
1801
+ 1
1802
+ ],
1803
+ "expiresTime": [
1804
+ 17
1805
+ ],
1806
+ "expiresUnit": [
1807
+ 1
1808
+ ],
1809
+ "data": [
1810
+ 1
1811
+ ],
1812
+ "__typename": [
1813
+ 1
1814
+ ]
1815
+ },
1816
+ "VerifyCodeDto": {
1817
+ "codeId": [
1818
+ 1
1819
+ ],
1820
+ "enteredCodeValue": [
1821
+ 1
1822
+ ],
1823
+ "type": [
1824
+ 1
1825
+ ],
1826
+ "__typename": [
1827
+ 1
1828
+ ]
1829
+ },
1830
+ "AthleteInvitationDto": {
1831
+ "email": [
1832
+ 1
1833
+ ],
1834
+ "name": [
1835
+ 1
1836
+ ],
1837
+ "sender": [
1838
+ 1
1839
+ ],
1840
+ "brandId": [
1841
+ 1
1842
+ ],
1843
+ "__typename": [
1844
+ 1
1845
+ ]
1846
+ },
1847
+ "InviteAthletesDto": {
1848
+ "language": [
1849
+ 1
1850
+ ],
1851
+ "invitations": [
1852
+ 82
1853
+ ],
1854
+ "__typename": [
1855
+ 1
1856
+ ]
1857
+ },
1858
+ "CompetitionResultDto": {
1859
+ "resultType": [
1860
+ 1
1861
+ ],
1862
+ "position": [
1863
+ 17
1864
+ ],
1865
+ "score": [
1866
+ 1
1867
+ ],
1868
+ "finishTimeMS": [
1869
+ 17
1870
+ ],
1871
+ "resultWebLink": [
1872
+ 1
1873
+ ],
1874
+ "__typename": [
1875
+ 1
1876
+ ]
1877
+ },
1878
+ "SetCompetitionResultDto": {
1879
+ "resultType": [
1880
+ 1
1881
+ ],
1882
+ "position": [
1883
+ 17
1884
+ ],
1885
+ "score": [
1886
+ 1
1887
+ ],
1888
+ "finishTimeMS": [
1889
+ 17
1890
+ ],
1891
+ "resultWebLink": [
1892
+ 1
1893
+ ],
1894
+ "competitionId": [
1895
+ 1
1896
+ ],
1897
+ "__typename": [
1898
+ 1
1899
+ ]
1900
+ },
1901
+ "CreateAthleteCompetitionDto": {
1902
+ "event": [
1903
+ 1
1904
+ ],
1905
+ "date": [
1906
+ 14
1907
+ ],
1908
+ "eventWebsite": [
1909
+ 1
1910
+ ],
1911
+ "competitionNumber": [
1912
+ 1
1913
+ ],
1914
+ "result": [
1915
+ 84
1916
+ ],
1917
+ "cityId": [
1918
+ 1
1919
+ ],
1920
+ "__typename": [
1921
+ 1
1922
+ ]
1923
+ },
1924
+ "CreateAthleteCompetitionForDto": {
1925
+ "event": [
1926
+ 1
1927
+ ],
1928
+ "date": [
1929
+ 14
1930
+ ],
1931
+ "eventWebsite": [
1932
+ 1
1933
+ ],
1934
+ "competitionNumber": [
1935
+ 1
1936
+ ],
1937
+ "result": [
1938
+ 84
1939
+ ],
1940
+ "cityId": [
1941
+ 1
1942
+ ],
1943
+ "loginEmail": [
1944
+ 1
1945
+ ],
1946
+ "__typename": [
1947
+ 1
1948
+ ]
1949
+ },
1950
+ "QualificationDto": {
1951
+ "type": [
1952
+ 1
1953
+ ],
1954
+ "__typename": [
1955
+ 1
1956
+ ]
1957
+ },
1958
+ "AgeQualificationDto": {
1959
+ "type": [
1960
+ 1
1961
+ ],
1962
+ "value": [
1963
+ 17
1964
+ ],
1965
+ "operator": [
1966
+ 1
1967
+ ],
1968
+ "__typename": [
1969
+ 1
1970
+ ]
1971
+ },
1972
+ "GenderQualificationDto": {
1973
+ "type": [
1974
+ 1
1975
+ ],
1976
+ "operator": [
1977
+ 1
1978
+ ],
1979
+ "values": [
1980
+ 1
1981
+ ],
1982
+ "__typename": [
1983
+ 1
1984
+ ]
1985
+ },
1986
+ "NationalityQualificationDto": {
1987
+ "type": [
1988
+ 1
1989
+ ],
1990
+ "operator": [
1991
+ 1
1992
+ ],
1993
+ "countries": [
1994
+ 1
1995
+ ],
1996
+ "__typename": [
1997
+ 1
1998
+ ]
1999
+ },
2000
+ "ScoreQualificationDto": {
2001
+ "type": [
2002
+ 1
2003
+ ],
2004
+ "scoreType": [
2005
+ 1
2006
+ ],
2007
+ "operator": [
2008
+ 1
2009
+ ],
2010
+ "value": [
2011
+ 17
2012
+ ],
2013
+ "__typename": [
2014
+ 1
2015
+ ]
2016
+ },
2017
+ "LocationQualificationDto": {
2018
+ "type": [
2019
+ 1
2020
+ ],
2021
+ "operator": [
2022
+ 1
2023
+ ],
2024
+ "countries": [
2025
+ 1
2026
+ ],
2027
+ "states": [
2028
+ 1
2029
+ ],
2030
+ "cities": [
2031
+ 1
2032
+ ],
2033
+ "__typename": [
2034
+ 1
2035
+ ]
2036
+ },
2037
+ "DistanceQualificationDto": {
2038
+ "type": [
2039
+ 1
2040
+ ],
2041
+ "maxDistance": [
2042
+ 17
2043
+ ],
2044
+ "latitude": [
2045
+ 17
2046
+ ],
2047
+ "longitude": [
2048
+ 17
2049
+ ],
2050
+ "cityId": [
2051
+ 1
2052
+ ],
2053
+ "__typename": [
2054
+ 1
2055
+ ]
2056
+ },
2057
+ "SportsQualificationDto": {
2058
+ "type": [
2059
+ 1
2060
+ ],
2061
+ "sports": [
2062
+ 1
2063
+ ],
2064
+ "operator": [
2065
+ 1
2066
+ ],
2067
+ "__typename": [
2068
+ 1
2069
+ ]
2070
+ },
2071
+ "SportsLevelQualificationDto": {
2072
+ "type": [
2073
+ 1
2074
+ ],
2075
+ "operator": [
2076
+ 1
2077
+ ],
2078
+ "level": [
2079
+ 1
2080
+ ],
2081
+ "__typename": [
2082
+ 1
2083
+ ]
2084
+ },
2085
+ "RegisterUserDto": {
2086
+ "email": [
2087
+ 1
2088
+ ],
2089
+ "password": [
2090
+ 1
2091
+ ],
2092
+ "inviteCode": [
2093
+ 1
2094
+ ],
2095
+ "__typename": [
2096
+ 1
2097
+ ]
2098
+ },
2099
+ "Query": {
2100
+ "findTenantById": [
2101
+ 5,
2102
+ {
2103
+ "_id": [
2104
+ 1,
2105
+ "String!"
2106
+ ]
2107
+ }
2108
+ ],
2109
+ "findTenantByEmail": [
2110
+ 5,
2111
+ {
2112
+ "email": [
2113
+ 1,
2114
+ "String!"
2115
+ ],
2116
+ "domainId": [
2117
+ 1,
2118
+ "String!"
2119
+ ]
2120
+ }
2121
+ ],
2122
+ "getTenants": [
2123
+ 5
2124
+ ],
2125
+ "isTenantUriAvailable": [
2126
+ 12,
2127
+ {
2128
+ "tenant_uri": [
2129
+ 1,
2130
+ "String!"
2131
+ ]
2132
+ }
2133
+ ],
2134
+ "findUserById": [
2135
+ 0,
2136
+ {
2137
+ "_id": [
2138
+ 1,
2139
+ "String!"
2140
+ ]
2141
+ }
2142
+ ],
2143
+ "findUserByEmail": [
2144
+ 0,
2145
+ {
2146
+ "email": [
2147
+ 1,
2148
+ "String!"
2149
+ ]
2150
+ }
2151
+ ],
2152
+ "validateUserCredentials": [
2153
+ 0,
2154
+ {
2155
+ "username": [
2156
+ 1,
2157
+ "String!"
2158
+ ],
2159
+ "password": [
2160
+ 1,
2161
+ "String!"
2162
+ ]
2163
+ }
2164
+ ],
2165
+ "getUploadUrl": [
2166
+ 31,
2167
+ {
2168
+ "input": [
2169
+ 99,
2170
+ "AWSS3GetUploadDto!"
2171
+ ]
2172
+ }
2173
+ ],
2174
+ "industries": [
2175
+ 50
2176
+ ],
2177
+ "findIndustryById": [
2178
+ 50,
2179
+ {
2180
+ "industryId": [
2181
+ 1,
2182
+ "String!"
2183
+ ]
2184
+ }
2185
+ ],
2186
+ "brands": [
2187
+ 36
2188
+ ],
2189
+ "getBrandByName": [
2190
+ 36,
2191
+ {
2192
+ "name": [
2193
+ 1,
2194
+ "String!"
2195
+ ],
2196
+ "translations": [
2197
+ 2,
2198
+ "Boolean!"
2199
+ ]
2200
+ }
2201
+ ],
2202
+ "getBrandTranslation": [
2203
+ 35,
2204
+ {
2205
+ "brandId": [
2206
+ 1,
2207
+ "String!"
2208
+ ],
2209
+ "language": [
2210
+ 1,
2211
+ "String!"
2212
+ ]
2213
+ }
2214
+ ],
2215
+ "existsValidSponsorForEmail": [
2216
+ 53,
2217
+ {
2218
+ "loginEmail": [
2219
+ 1,
2220
+ "String!"
2221
+ ]
2222
+ }
2223
+ ],
2224
+ "sponsors": [
2225
+ 53
2226
+ ],
2227
+ "findSponsorAthleteInvitation": [
2228
+ 75,
2229
+ {
2230
+ "input": [
2231
+ 100,
2232
+ "FindSponsorAthleteInvitationDto!"
2233
+ ]
2234
+ }
2235
+ ],
2236
+ "getAthletes": [
2237
+ 74
2238
+ ],
2239
+ "searchAthletes": [
2240
+ 74,
2241
+ {
2242
+ "searchString": [
2243
+ 1,
2244
+ "String!"
2245
+ ]
2246
+ }
2247
+ ],
2248
+ "findAthleteById": [
2249
+ 74,
2250
+ {
2251
+ "athleteId": [
2252
+ 1,
2253
+ "String!"
2254
+ ]
2255
+ }
2256
+ ],
2257
+ "findAthleteForUser": [
2258
+ 74,
2259
+ {
2260
+ "loginEmail": [
2261
+ 1,
2262
+ "String!"
2263
+ ]
2264
+ }
2265
+ ],
2266
+ "getRecommendedAthletes": [
2267
+ 74,
2268
+ {
2269
+ "loginEmail": [
2270
+ 1,
2271
+ "String!"
2272
+ ]
2273
+ }
2274
+ ],
2275
+ "getSponsorAthletesForTenant": [
2276
+ 74
2277
+ ],
2278
+ "getSports": [
2279
+ 61
2280
+ ],
2281
+ "findSportById": [
2282
+ 61,
2283
+ {
2284
+ "sportId": [
2285
+ 1,
2286
+ "String!"
2287
+ ]
2288
+ }
2289
+ ],
2290
+ "getSportLevels": [
2291
+ 64
2292
+ ],
2293
+ "getPublicSponsorships": [
2294
+ 59
2295
+ ],
2296
+ "getTenantSponsorships": [
2297
+ 59
2298
+ ],
2299
+ "getCountries": [
2300
+ 39
2301
+ ],
2302
+ "getCountryStates": [
2303
+ 38,
2304
+ {
2305
+ "countryId": [
2306
+ 1,
2307
+ "String!"
2308
+ ]
2309
+ }
2310
+ ],
2311
+ "getStateCities": [
2312
+ 37,
2313
+ {
2314
+ "stateId": [
2315
+ 1,
2316
+ "String!"
2317
+ ]
2318
+ }
2319
+ ],
2320
+ "findCitiesStartingWith": [
2321
+ 37,
2322
+ {
2323
+ "text": [
2324
+ 1,
2325
+ "String!"
2326
+ ]
2327
+ }
2328
+ ],
2329
+ "findCityById": [
2330
+ 37,
2331
+ {
2332
+ "cityId": [
2333
+ 1,
2334
+ "String!"
2335
+ ]
2336
+ }
2337
+ ],
2338
+ "findVtxUser": [
2339
+ 0,
2340
+ {
2341
+ "input": [
2342
+ 101,
2343
+ "FindVtxUserDto!"
2344
+ ]
2345
+ }
2346
+ ],
2347
+ "validateUserCredentialsVtx": [
2348
+ 0,
2349
+ {
2350
+ "username": [
2351
+ 1,
2352
+ "String!"
2353
+ ],
2354
+ "password": [
2355
+ 1,
2356
+ "String!"
2357
+ ]
2358
+ }
2359
+ ],
2360
+ "getUserImagesFromEmail": [
2361
+ 78,
2362
+ {
2363
+ "loginEmail": [
2364
+ 1,
2365
+ "String!"
2366
+ ]
2367
+ }
2368
+ ],
2369
+ "getStravaLoginUrl": [
2370
+ 1
2371
+ ],
2372
+ "getSportsEvents": [
2373
+ 68,
2374
+ {
2375
+ "input": [
2376
+ 102,
2377
+ "GetSportEventsDto!"
2378
+ ]
2379
+ }
2380
+ ],
2381
+ "__typename": [
2382
+ 1
2383
+ ]
2384
+ },
2385
+ "AWSS3GetUploadDto": {
2386
+ "useType": [
2387
+ 1
2388
+ ],
2389
+ "name": [
2390
+ 1
2391
+ ],
2392
+ "__typename": [
2393
+ 1
2394
+ ]
2395
+ },
2396
+ "FindSponsorAthleteInvitationDto": {
2397
+ "code": [
2398
+ 1
2399
+ ],
2400
+ "type": [
2401
+ 1
2402
+ ],
2403
+ "__typename": [
2404
+ 1
2405
+ ]
2406
+ },
2407
+ "FindVtxUserDto": {
2408
+ "loginEmail": [
2409
+ 1
2410
+ ],
2411
+ "__typename": [
2412
+ 1
2413
+ ]
2414
+ },
2415
+ "GetSportEventsDto": {
2416
+ "matchString": [
2417
+ 1
2418
+ ],
2419
+ "__typename": [
2420
+ 1
2421
+ ]
2422
+ },
2423
+ "Mutation": {
2424
+ "registerNewDomainTenant": [
2425
+ 5,
2426
+ {
2427
+ "tenant": [
2428
+ 104,
2429
+ "CreateTenantInput!"
2430
+ ]
2431
+ }
2432
+ ],
2433
+ "registerNewDomainTenantWithLogin": [
2434
+ 11,
2435
+ {
2436
+ "tenant": [
2437
+ 104,
2438
+ "CreateTenantInput!"
2439
+ ]
2440
+ }
2441
+ ],
2442
+ "createUserAndLogin": [
2443
+ 3,
2444
+ {
2445
+ "user": [
2446
+ 105,
2447
+ "CreateActiveUserInput!"
2448
+ ]
2449
+ }
2450
+ ],
2451
+ "loginUserFromEmail": [
2452
+ 8,
2453
+ {
2454
+ "email": [
2455
+ 1,
2456
+ "String!"
2457
+ ],
2458
+ "loginMethod": [
2459
+ 1,
2460
+ "String!"
2461
+ ]
2462
+ }
2463
+ ],
2464
+ "loginUserFromCredentials": [
2465
+ 3,
2466
+ {
2467
+ "username": [
2468
+ 1,
2469
+ "String!"
2470
+ ],
2471
+ "password": [
2472
+ 1,
2473
+ "String!"
2474
+ ]
2475
+ }
2476
+ ],
2477
+ "registerUserToDomainFromEmail": [
2478
+ 0,
2479
+ {
2480
+ "input": [
2481
+ 106,
2482
+ "RegisterUserToDomainFromEmailInput!"
2483
+ ]
2484
+ }
2485
+ ],
2486
+ "refreshToken": [
2487
+ 8,
2488
+ {
2489
+ "dto": [
2490
+ 107,
2491
+ "RefreshTokenInput!"
2492
+ ]
2493
+ }
2494
+ ],
2495
+ "deleteUploadedUseTypeFile": [
2496
+ 32,
2497
+ {
2498
+ "input": [
2499
+ 108,
2500
+ "AWSS3DeleteUseTypeFileDto!"
2501
+ ]
2502
+ }
2503
+ ],
2504
+ "deleteUploadedBucketFile": [
2505
+ 32,
2506
+ {
2507
+ "input": [
2508
+ 109,
2509
+ "AWSS3DeleteBucketFileDto!"
2510
+ ]
2511
+ }
2512
+ ],
2513
+ "registerS3UploadedFile": [
2514
+ 26,
2515
+ {
2516
+ "input": [
2517
+ 110,
2518
+ "AWSS3UploadedFileDto!"
2519
+ ]
2520
+ }
2521
+ ],
2522
+ "createIndustry": [
2523
+ 50,
2524
+ {
2525
+ "input": [
2526
+ 111,
2527
+ "CreateIndustryDto!"
2528
+ ]
2529
+ }
2530
+ ],
2531
+ "createBrand": [
2532
+ 36,
2533
+ {
2534
+ "input": [
2535
+ 112,
2536
+ "CreateBrandDto!"
2537
+ ]
2538
+ }
2539
+ ],
2540
+ "registerSponsor": [
2541
+ 53,
2542
+ {
2543
+ "input": [
2544
+ 114,
2545
+ "RegisterSponsorInput!"
2546
+ ]
2547
+ }
2548
+ ],
2549
+ "createSponsor": [
2550
+ 53,
2551
+ {
2552
+ "input": [
2553
+ 115,
2554
+ "CreateSponsorDto!"
2555
+ ]
2556
+ }
2557
+ ],
2558
+ "sendAthleteInvitations": [
2559
+ 75,
2560
+ {
2561
+ "input": [
2562
+ 83,
2563
+ "InviteAthletesDto!"
2564
+ ]
2565
+ }
2566
+ ],
2567
+ "registerAthlete": [
2568
+ 74,
2569
+ {
2570
+ "input": [
2571
+ 116,
2572
+ "RegisterAthleteDto!"
2573
+ ]
2574
+ }
2575
+ ],
2576
+ "editProfileValue": [
2577
+ 77,
2578
+ {
2579
+ "input": [
2580
+ 117,
2581
+ "EditValueDto!"
2582
+ ]
2583
+ }
2584
+ ],
2585
+ "addAthleteCompetition": [
2586
+ 72,
2587
+ {
2588
+ "input": [
2589
+ 86,
2590
+ "CreateAthleteCompetitionDto!"
2591
+ ]
2592
+ }
2593
+ ],
2594
+ "createSport": [
2595
+ 61,
2596
+ {
2597
+ "input": [
2598
+ 118,
2599
+ "CreateSportDto!"
2600
+ ]
2601
+ }
2602
+ ],
2603
+ "updateSport": [
2604
+ 61,
2605
+ {
2606
+ "input": [
2607
+ 119,
2608
+ "UpdateSportDto!"
2609
+ ]
2610
+ }
2611
+ ],
2612
+ "createSportLevel": [
2613
+ 64,
2614
+ {
2615
+ "input": [
2616
+ 120,
2617
+ "CreateSportLevelDto!"
2618
+ ]
2619
+ }
2620
+ ],
2621
+ "createSponsorship": [
2622
+ 59,
2623
+ {
2624
+ "input": [
2625
+ 122,
2626
+ "CreateSponsorshipDto!"
2627
+ ]
2628
+ }
2629
+ ],
2630
+ "createCountry": [
2631
+ 39,
2632
+ {
2633
+ "input": [
2634
+ 129,
2635
+ "CreateCountryDto!"
2636
+ ]
2637
+ }
2638
+ ],
2639
+ "createState": [
2640
+ 38,
2641
+ {
2642
+ "input": [
2643
+ 130,
2644
+ "CreateStateDto!"
2645
+ ]
2646
+ }
2647
+ ],
2648
+ "createCity": [
2649
+ 37,
2650
+ {
2651
+ "input": [
2652
+ 131,
2653
+ "CreateCityDto!"
2654
+ ]
2655
+ }
2656
+ ],
2657
+ "preRegisterAthleteUser": [
2658
+ 28,
2659
+ {
2660
+ "input": [
2661
+ 97,
2662
+ "RegisterUserDto!"
2663
+ ]
2664
+ }
2665
+ ],
2666
+ "confirmAthleteUserRegistrationAndLogin": [
2667
+ 3,
2668
+ {
2669
+ "input": [
2670
+ 81,
2671
+ "VerifyCodeDto!"
2672
+ ]
2673
+ }
2674
+ ],
2675
+ "confirmAthleteUserRegistration": [
2676
+ 0,
2677
+ {
2678
+ "input": [
2679
+ 81,
2680
+ "VerifyCodeDto!"
2681
+ ]
2682
+ }
2683
+ ],
2684
+ "registerAthleteUser": [
2685
+ 0,
2686
+ {
2687
+ "input": [
2688
+ 97,
2689
+ "RegisterUserDto!"
2690
+ ]
2691
+ }
2692
+ ],
2693
+ "registerSponsorUser": [
2694
+ 0,
2695
+ {
2696
+ "input": [
2697
+ 97,
2698
+ "RegisterUserDto!"
2699
+ ]
2700
+ }
2701
+ ],
2702
+ "loginUserFromCredentialsVtx": [
2703
+ 3,
2704
+ {
2705
+ "username": [
2706
+ 1,
2707
+ "String!"
2708
+ ],
2709
+ "password": [
2710
+ 1,
2711
+ "String!"
2712
+ ]
2713
+ }
2714
+ ],
2715
+ "handleStravaCallback": [
2716
+ 76,
2717
+ {
2718
+ "data": [
2719
+ 132,
2720
+ "RegisterStravaDto!"
2721
+ ]
2722
+ }
2723
+ ],
2724
+ "refreshStravaToken": [
2725
+ 76,
2726
+ {
2727
+ "input": [
2728
+ 1,
2729
+ "String!"
2730
+ ]
2731
+ }
2732
+ ],
2733
+ "createSportsEvent": [
2734
+ 68,
2735
+ {
2736
+ "input": [
2737
+ 133,
2738
+ "CreateSportEventDto!"
2739
+ ]
2740
+ }
2741
+ ],
2742
+ "__typename": [
2743
+ 1
2744
+ ]
2745
+ },
2746
+ "CreateTenantInput": {
2747
+ "name": [
2748
+ 1
2749
+ ],
2750
+ "email": [
2751
+ 1
2752
+ ],
2753
+ "tenant_uri": [
2754
+ 1
2755
+ ],
2756
+ "domain": [
2757
+ 1
2758
+ ],
2759
+ "__typename": [
2760
+ 1
2761
+ ]
2762
+ },
2763
+ "CreateActiveUserInput": {
2764
+ "loginEmail": [
2765
+ 1
2766
+ ],
2767
+ "password": [
2768
+ 1
2769
+ ],
2770
+ "loginMethod": [
2771
+ 1
2772
+ ],
2773
+ "__typename": [
2774
+ 1
2775
+ ]
2776
+ },
2777
+ "RegisterUserToDomainFromEmailInput": {
2778
+ "email": [
2779
+ 1
2780
+ ],
2781
+ "domainId": [
2782
+ 1
2783
+ ],
2784
+ "tenantId": [
2785
+ 1
2786
+ ],
2787
+ "createUserIfNotExist": [
2788
+ 2
2789
+ ],
2790
+ "__typename": [
2791
+ 1
2792
+ ]
2793
+ },
2794
+ "RefreshTokenInput": {
2795
+ "refreshToken": [
2796
+ 1
2797
+ ],
2798
+ "__typename": [
2799
+ 1
2800
+ ]
2801
+ },
2802
+ "AWSS3DeleteUseTypeFileDto": {
2803
+ "name": [
2804
+ 1
2805
+ ],
2806
+ "useType": [
2807
+ 1
2808
+ ],
2809
+ "__typename": [
2810
+ 1
2811
+ ]
2812
+ },
2813
+ "AWSS3DeleteBucketFileDto": {
2814
+ "key": [
2815
+ 1
2816
+ ],
2817
+ "bucket": [
2818
+ 1
2819
+ ],
2820
+ "credentialsId": [
2821
+ 1
2822
+ ],
2823
+ "__typename": [
2824
+ 1
2825
+ ]
2826
+ },
2827
+ "AWSS3UploadedFileDto": {
2828
+ "key": [
2829
+ 1
2830
+ ],
2831
+ "useType": [
2832
+ 1
2833
+ ],
2834
+ "contentType": [
2835
+ 1
2836
+ ],
2837
+ "originalFileName": [
2838
+ 1
2839
+ ],
2840
+ "fileSize": [
2841
+ 17
2842
+ ],
2843
+ "__typename": [
2844
+ 1
2845
+ ]
2846
+ },
2847
+ "CreateIndustryDto": {
2848
+ "name": [
2849
+ 1
2850
+ ],
2851
+ "__typename": [
2852
+ 1
2853
+ ]
2854
+ },
2855
+ "CreateBrandDto": {
2856
+ "name": [
2857
+ 1
2858
+ ],
2859
+ "description": [
2860
+ 1
2861
+ ],
2862
+ "slogan": [
2863
+ 1
2864
+ ],
2865
+ "website": [
2866
+ 1
2867
+ ],
2868
+ "logo": [
2869
+ 110
2870
+ ],
2871
+ "banner": [
2872
+ 110
2873
+ ],
2874
+ "translations": [
2875
+ 113
2876
+ ],
2877
+ "__typename": [
2878
+ 1
2879
+ ]
2880
+ },
2881
+ "BrandTranslationDto": {
2882
+ "brandId": [
2883
+ 1
2884
+ ],
2885
+ "language": [
2886
+ 1
2887
+ ],
2888
+ "name": [
2889
+ 1
2890
+ ],
2891
+ "description": [
2892
+ 1
2893
+ ],
2894
+ "slogan": [
2895
+ 1
2896
+ ],
2897
+ "logo": [
2898
+ 110
2899
+ ],
2900
+ "banner": [
2901
+ 110
2902
+ ],
2903
+ "__typename": [
2904
+ 1
2905
+ ]
2906
+ },
2907
+ "RegisterSponsorInput": {
2908
+ "name": [
2909
+ 1
2910
+ ],
2911
+ "phone": [
2912
+ 1
2913
+ ],
2914
+ "hasWhatsapp": [
2915
+ 2
2916
+ ],
2917
+ "companyName": [
2918
+ 1
2919
+ ],
2920
+ "companyEmail": [
2921
+ 1
2922
+ ],
2923
+ "industryId": [
2924
+ 1
2925
+ ],
2926
+ "companySize": [
2927
+ 1
2928
+ ],
2929
+ "operatorType": [
2930
+ 1
2931
+ ],
2932
+ "numberOfAthletes": [
2933
+ 1
2934
+ ],
2935
+ "brands": [
2936
+ 1
2937
+ ],
2938
+ "__typename": [
2939
+ 1
2940
+ ]
2941
+ },
2942
+ "CreateSponsorDto": {
2943
+ "name": [
2944
+ 1
2945
+ ],
2946
+ "description": [
2947
+ 1
2948
+ ],
2949
+ "__typename": [
2950
+ 1
2951
+ ]
2952
+ },
2953
+ "RegisterAthleteDto": {
2954
+ "email": [
2955
+ 1
2956
+ ],
2957
+ "firstName": [
2958
+ 1
2959
+ ],
2960
+ "lastName": [
2961
+ 1
2962
+ ],
2963
+ "screenName": [
2964
+ 1
2965
+ ],
2966
+ "nationality": [
2967
+ 1
2968
+ ],
2969
+ "cityId": [
2970
+ 1
2971
+ ],
2972
+ "locLatitude": [
2973
+ 17
2974
+ ],
2975
+ "locLongitude": [
2976
+ 17
2977
+ ],
2978
+ "dateOfBirth": [
2979
+ 14
2980
+ ],
2981
+ "lgbt": [
2982
+ 2
2983
+ ],
2984
+ "trainer": [
2985
+ 1
2986
+ ],
2987
+ "trainerUrl": [
2988
+ 1
2989
+ ],
2990
+ "aboutMe": [
2991
+ 1
2992
+ ],
2993
+ "team": [
2994
+ 1
2995
+ ],
2996
+ "gender": [
2997
+ 1
2998
+ ],
2999
+ "mainSport": [
3000
+ 1
3001
+ ],
3002
+ "mainSportLevel": [
3003
+ 1
3004
+ ],
3005
+ "profilePicture": [
3006
+ 110
3007
+ ],
3008
+ "cardPicture": [
3009
+ 110
3010
+ ],
3011
+ "__typename": [
3012
+ 1
3013
+ ]
3014
+ },
3015
+ "EditValueDto": {
3016
+ "field": [
3017
+ 1
3018
+ ],
3019
+ "newValue": [
3020
+ 1
3021
+ ],
3022
+ "__typename": [
3023
+ 1
3024
+ ]
3025
+ },
3026
+ "CreateSportDto": {
3027
+ "name": [
3028
+ 1
3029
+ ],
3030
+ "resultType": [
3031
+ 1
3032
+ ],
3033
+ "__typename": [
3034
+ 1
3035
+ ]
3036
+ },
3037
+ "UpdateSportDto": {
3038
+ "_id": [
3039
+ 1
3040
+ ],
3041
+ "name": [
3042
+ 1
3043
+ ],
3044
+ "__typename": [
3045
+ 1
3046
+ ]
3047
+ },
3048
+ "CreateSportLevelDto": {
3049
+ "_id": [
3050
+ 1
3051
+ ],
3052
+ "label": [
3053
+ 1
3054
+ ],
3055
+ "index": [
3056
+ 17
3057
+ ],
3058
+ "translations": [
3059
+ 121
3060
+ ],
3061
+ "__typename": [
3062
+ 1
3063
+ ]
3064
+ },
3065
+ "CreateSportLevelTranslationDto": {
3066
+ "language": [
3067
+ 1
3068
+ ],
3069
+ "label": [
3070
+ 1
3071
+ ],
3072
+ "__typename": [
3073
+ 1
3074
+ ]
3075
+ },
3076
+ "CreateSponsorshipDto": {
3077
+ "title": [
3078
+ 1
3079
+ ],
3080
+ "brandId": [
3081
+ 1
3082
+ ],
3083
+ "description": [
3084
+ 1
3085
+ ],
3086
+ "cashValue": [
3087
+ 17
3088
+ ],
3089
+ "otherValue": [
3090
+ 17
3091
+ ],
3092
+ "banner": [
3093
+ 110
3094
+ ],
3095
+ "criteria": [
3096
+ 123
3097
+ ],
3098
+ "deadline": [
3099
+ 14
3100
+ ],
3101
+ "startDate": [
3102
+ 14
3103
+ ],
3104
+ "duration": [
3105
+ 125
3106
+ ],
3107
+ "sponsorshipItems": [
3108
+ 126
3109
+ ],
3110
+ "commitments": [
3111
+ 127
3112
+ ],
3113
+ "terms": [
3114
+ 1
3115
+ ],
3116
+ "published": [
3117
+ 2
3118
+ ],
3119
+ "isPrivate": [
3120
+ 2
3121
+ ],
3122
+ "translations": [
3123
+ 128
3124
+ ],
3125
+ "__typename": [
3126
+ 1
3127
+ ]
3128
+ },
3129
+ "AthleteCriteriaDto": {
3130
+ "_id": [
3131
+ 1
3132
+ ],
3133
+ "label": [
3134
+ 1
3135
+ ],
3136
+ "qualificationsBag": [
3137
+ 124
3138
+ ],
3139
+ "__typename": [
3140
+ 1
3141
+ ]
3142
+ },
3143
+ "QualificationsBagDto": {
3144
+ "ageQualifications": [
3145
+ 89
3146
+ ],
3147
+ "genderQualifications": [
3148
+ 90
3149
+ ],
3150
+ "scoreQualifications": [
3151
+ 92
3152
+ ],
3153
+ "locationQualifications": [
3154
+ 93
3155
+ ],
3156
+ "nationalityQualifications": [
3157
+ 91
3158
+ ],
3159
+ "distanceQualifications": [
3160
+ 94
3161
+ ],
3162
+ "sportsQualifications": [
3163
+ 95
3164
+ ],
3165
+ "levelQualifications": [
3166
+ 96
3167
+ ],
3168
+ "__typename": [
3169
+ 1
3170
+ ]
3171
+ },
3172
+ "DurationDto": {
3173
+ "length": [
3174
+ 17
3175
+ ],
3176
+ "unit": [
3177
+ 1
3178
+ ],
3179
+ "__typename": [
3180
+ 1
3181
+ ]
3182
+ },
3183
+ "SponsorshipItemDto": {
3184
+ "_id": [
3185
+ 1
3186
+ ],
3187
+ "quantity": [
3188
+ 17
3189
+ ],
3190
+ "title": [
3191
+ 1
3192
+ ],
3193
+ "value": [
3194
+ 17
3195
+ ],
3196
+ "__typename": [
3197
+ 1
3198
+ ]
3199
+ },
3200
+ "SponsorshipCommitmentDto": {
3201
+ "_id": [
3202
+ 1
3203
+ ],
3204
+ "title": [
3205
+ 1
3206
+ ],
3207
+ "details": [
3208
+ 1
3209
+ ],
3210
+ "hashTags": [
3211
+ 1
3212
+ ],
3213
+ "media": [
3214
+ 1
3215
+ ],
3216
+ "actionType": [
3217
+ 1
3218
+ ],
3219
+ "frequency": [
3220
+ 17
3221
+ ],
3222
+ "periodicity": [
3223
+ 1
3224
+ ],
3225
+ "__typename": [
3226
+ 1
3227
+ ]
3228
+ },
3229
+ "SponsorshipTranslationDto": {
3230
+ "sponsorshipId": [
3231
+ 1
3232
+ ],
3233
+ "language": [
3234
+ 1
3235
+ ],
3236
+ "title": [
3237
+ 1
3238
+ ],
3239
+ "description": [
3240
+ 1
3241
+ ],
3242
+ "banner": [
3243
+ 110
3244
+ ],
3245
+ "terms": [
3246
+ 1
3247
+ ],
3248
+ "__typename": [
3249
+ 1
3250
+ ]
3251
+ },
3252
+ "CreateCountryDto": {
3253
+ "_id": [
3254
+ 1
3255
+ ],
3256
+ "name": [
3257
+ 1
3258
+ ],
3259
+ "__typename": [
3260
+ 1
3261
+ ]
3262
+ },
3263
+ "CreateStateDto": {
3264
+ "_id": [
3265
+ 1
3266
+ ],
3267
+ "name": [
3268
+ 1
3269
+ ],
3270
+ "countryId": [
3271
+ 1
3272
+ ],
3273
+ "__typename": [
3274
+ 1
3275
+ ]
3276
+ },
3277
+ "CreateCityDto": {
3278
+ "_id": [
3279
+ 1
3280
+ ],
3281
+ "cityName": [
3282
+ 1
3283
+ ],
3284
+ "cityNameLocalized": [
3285
+ 1
3286
+ ],
3287
+ "lat": [
3288
+ 17
3289
+ ],
3290
+ "lng": [
3291
+ 17
3292
+ ],
3293
+ "stateId": [
3294
+ 1
3295
+ ],
3296
+ "timezone": [
3297
+ 1
3298
+ ],
3299
+ "city_alt": [
3300
+ 1
3301
+ ],
3302
+ "iso3": [
3303
+ 1
3304
+ ],
3305
+ "admin_type": [
3306
+ 1
3307
+ ],
3308
+ "capital": [
3309
+ 1
3310
+ ],
3311
+ "density": [
3312
+ 17
3313
+ ],
3314
+ "population": [
3315
+ 17
3316
+ ],
3317
+ "population_proper": [
3318
+ 17
3319
+ ],
3320
+ "ranking": [
3321
+ 17
3322
+ ],
3323
+ "same_name": [
3324
+ 1
3325
+ ],
3326
+ "__typename": [
3327
+ 1
3328
+ ]
3329
+ },
3330
+ "RegisterStravaDto": {
3331
+ "idAthlete": [
3332
+ 1
3333
+ ],
3334
+ "code": [
3335
+ 1
3336
+ ],
3337
+ "__typename": [
3338
+ 1
3339
+ ]
3340
+ },
3341
+ "CreateSportEventDto": {
3342
+ "name": [
3343
+ 1
3344
+ ],
3345
+ "cityId": [
3346
+ 1
3347
+ ],
3348
+ "startDate": [
3349
+ 14
3350
+ ],
3351
+ "endDate": [
3352
+ 14
3353
+ ],
3354
+ "website": [
3355
+ 1
3356
+ ],
3357
+ "banner": [
3358
+ 110
3359
+ ],
512
3360
  "__typename": [
513
3361
  1
514
3362
  ]