@vertikalx/vtx-backend-client 1.0.0-dev.6 → 1.0.0-dev.60

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,378 +209,3082 @@ 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": [
834
+ 1
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
+ "QualificationDto": {
1859
+ "type": [
1860
+ 1
1861
+ ],
1862
+ "__typename": [
1863
+ 1
1864
+ ]
1865
+ },
1866
+ "AgeQualificationDto": {
1867
+ "type": [
1868
+ 1
1869
+ ],
1870
+ "value": [
1871
+ 17
1872
+ ],
1873
+ "operator": [
1874
+ 1
1875
+ ],
1876
+ "__typename": [
1877
+ 1
1878
+ ]
1879
+ },
1880
+ "GenderQualificationDto": {
1881
+ "type": [
1882
+ 1
1883
+ ],
1884
+ "operator": [
1885
+ 1
1886
+ ],
1887
+ "values": [
1888
+ 1
1889
+ ],
1890
+ "__typename": [
1891
+ 1
1892
+ ]
1893
+ },
1894
+ "NationalityQualificationDto": {
1895
+ "type": [
1896
+ 1
1897
+ ],
1898
+ "operator": [
1899
+ 1
1900
+ ],
1901
+ "countries": [
1902
+ 1
1903
+ ],
1904
+ "__typename": [
1905
+ 1
1906
+ ]
1907
+ },
1908
+ "ScoreQualificationDto": {
1909
+ "type": [
1910
+ 1
1911
+ ],
1912
+ "scoreType": [
1913
+ 1
1914
+ ],
1915
+ "operator": [
1916
+ 1
1917
+ ],
1918
+ "value": [
1919
+ 17
1920
+ ],
1921
+ "__typename": [
1922
+ 1
1923
+ ]
1924
+ },
1925
+ "LocationQualificationDto": {
1926
+ "type": [
1927
+ 1
1928
+ ],
1929
+ "operator": [
1930
+ 1
1931
+ ],
1932
+ "countries": [
1933
+ 1
1934
+ ],
1935
+ "states": [
1936
+ 1
1937
+ ],
1938
+ "cities": [
1939
+ 1
1940
+ ],
1941
+ "__typename": [
1942
+ 1
1943
+ ]
1944
+ },
1945
+ "DistanceQualificationDto": {
1946
+ "type": [
1947
+ 1
1948
+ ],
1949
+ "maxDistance": [
1950
+ 17
1951
+ ],
1952
+ "latitude": [
1953
+ 17
1954
+ ],
1955
+ "longitude": [
1956
+ 17
1957
+ ],
1958
+ "cityId": [
1959
+ 1
1960
+ ],
1961
+ "__typename": [
1962
+ 1
1963
+ ]
1964
+ },
1965
+ "SportsQualificationDto": {
1966
+ "type": [
1967
+ 1
1968
+ ],
1969
+ "sports": [
1970
+ 1
1971
+ ],
1972
+ "operator": [
1973
+ 1
1974
+ ],
1975
+ "__typename": [
1976
+ 1
1977
+ ]
1978
+ },
1979
+ "SportsLevelQualificationDto": {
1980
+ "type": [
1981
+ 1
1982
+ ],
1983
+ "operator": [
1984
+ 1
1985
+ ],
1986
+ "level": [
1987
+ 1
1988
+ ],
1989
+ "__typename": [
1990
+ 1
1991
+ ]
1992
+ },
1993
+ "RegisterUserDto": {
1994
+ "email": [
1995
+ 1
1996
+ ],
1997
+ "password": [
1998
+ 1
1999
+ ],
2000
+ "inviteCode": [
2001
+ 1
2002
+ ],
2003
+ "__typename": [
2004
+ 1
2005
+ ]
2006
+ },
2007
+ "CompetitionResultDto": {
2008
+ "resultType": [
2009
+ 1
2010
+ ],
2011
+ "position": [
2012
+ 17
2013
+ ],
2014
+ "score": [
2015
+ 1
2016
+ ],
2017
+ "finishTimeMS": [
2018
+ 17
2019
+ ],
2020
+ "resultWebLink": [
2021
+ 1
2022
+ ],
2023
+ "__typename": [
2024
+ 1
2025
+ ]
2026
+ },
2027
+ "SetCompetitionResultDto": {
2028
+ "resultType": [
2029
+ 1
2030
+ ],
2031
+ "position": [
2032
+ 17
2033
+ ],
2034
+ "score": [
2035
+ 1
2036
+ ],
2037
+ "finishTimeMS": [
2038
+ 17
2039
+ ],
2040
+ "resultWebLink": [
2041
+ 1
2042
+ ],
2043
+ "competitionId": [
2044
+ 1
2045
+ ],
2046
+ "__typename": [
2047
+ 1
2048
+ ]
2049
+ },
2050
+ "CreateAthleteCompetitionDto": {
2051
+ "event": [
2052
+ 1
2053
+ ],
2054
+ "date": [
2055
+ 14
2056
+ ],
2057
+ "competitionNumber": [
2058
+ 1
2059
+ ],
2060
+ "result": [
2061
+ 94
2062
+ ],
2063
+ "__typename": [
2064
+ 1
2065
+ ]
2066
+ },
2067
+ "CreateAthleteCompetitionForDto": {
2068
+ "event": [
2069
+ 1
2070
+ ],
2071
+ "date": [
2072
+ 14
2073
+ ],
2074
+ "competitionNumber": [
2075
+ 1
2076
+ ],
2077
+ "result": [
2078
+ 94
2079
+ ],
2080
+ "loginEmail": [
2081
+ 1
2082
+ ],
2083
+ "__typename": [
2084
+ 1
2085
+ ]
2086
+ },
2087
+ "Query": {
2088
+ "findTenantById": [
2089
+ 5,
2090
+ {
2091
+ "_id": [
2092
+ 1,
2093
+ "String!"
2094
+ ]
2095
+ }
2096
+ ],
2097
+ "findTenantByEmail": [
2098
+ 5,
2099
+ {
2100
+ "email": [
2101
+ 1,
2102
+ "String!"
2103
+ ],
2104
+ "domainId": [
2105
+ 1,
2106
+ "String!"
2107
+ ]
2108
+ }
2109
+ ],
2110
+ "getTenants": [
2111
+ 5
2112
+ ],
2113
+ "isTenantUriAvailable": [
2114
+ 12,
2115
+ {
2116
+ "tenant_uri": [
2117
+ 1,
2118
+ "String!"
2119
+ ]
2120
+ }
2121
+ ],
2122
+ "findUserById": [
2123
+ 0,
2124
+ {
2125
+ "_id": [
2126
+ 1,
2127
+ "String!"
2128
+ ]
2129
+ }
2130
+ ],
2131
+ "findUserByEmail": [
2132
+ 0,
2133
+ {
2134
+ "email": [
2135
+ 1,
2136
+ "String!"
2137
+ ]
2138
+ }
2139
+ ],
2140
+ "validateUserCredentials": [
2141
+ 0,
2142
+ {
2143
+ "username": [
2144
+ 1,
2145
+ "String!"
2146
+ ],
2147
+ "password": [
2148
+ 1,
2149
+ "String!"
2150
+ ]
2151
+ }
2152
+ ],
2153
+ "getUploadUrl": [
2154
+ 31,
2155
+ {
2156
+ "input": [
2157
+ 99,
2158
+ "AWSS3GetUploadDto!"
2159
+ ]
2160
+ }
2161
+ ],
2162
+ "industries": [
2163
+ 50
2164
+ ],
2165
+ "findIndustryById": [
2166
+ 50,
2167
+ {
2168
+ "industryId": [
2169
+ 1,
2170
+ "String!"
2171
+ ]
2172
+ }
2173
+ ],
2174
+ "brands": [
2175
+ 36
2176
+ ],
2177
+ "getBrandByName": [
2178
+ 36,
2179
+ {
2180
+ "name": [
2181
+ 1,
2182
+ "String!"
2183
+ ],
2184
+ "translations": [
2185
+ 2,
2186
+ "Boolean!"
2187
+ ]
2188
+ }
2189
+ ],
2190
+ "getBrandTranslation": [
2191
+ 35,
2192
+ {
2193
+ "brandId": [
2194
+ 1,
2195
+ "String!"
2196
+ ],
2197
+ "language": [
2198
+ 1,
2199
+ "String!"
2200
+ ]
2201
+ }
2202
+ ],
2203
+ "existsValidSponsorForEmail": [
2204
+ 53,
2205
+ {
2206
+ "loginEmail": [
2207
+ 1,
2208
+ "String!"
2209
+ ]
2210
+ }
2211
+ ],
2212
+ "sponsors": [
2213
+ 53
2214
+ ],
2215
+ "findSponsorAthleteInvitation": [
2216
+ 75,
2217
+ {
2218
+ "input": [
2219
+ 100,
2220
+ "FindSponsorAthleteInvitationDto!"
2221
+ ]
2222
+ }
2223
+ ],
2224
+ "getAthletes": [
2225
+ 74
2226
+ ],
2227
+ "searchAthletes": [
2228
+ 74,
2229
+ {
2230
+ "searchString": [
2231
+ 1,
2232
+ "String!"
2233
+ ]
2234
+ }
2235
+ ],
2236
+ "findAthleteById": [
2237
+ 74,
2238
+ {
2239
+ "athleteId": [
2240
+ 1,
2241
+ "String!"
2242
+ ]
2243
+ }
2244
+ ],
2245
+ "findAthleteForUser": [
2246
+ 74,
2247
+ {
2248
+ "loginEmail": [
2249
+ 1,
2250
+ "String!"
2251
+ ]
2252
+ }
2253
+ ],
2254
+ "getRecommendedAthletes": [
2255
+ 74,
2256
+ {
2257
+ "loginEmail": [
2258
+ 1,
2259
+ "String!"
2260
+ ]
2261
+ }
2262
+ ],
2263
+ "getSponsorAthletesForTenant": [
2264
+ 74
2265
+ ],
2266
+ "getSports": [
2267
+ 61
2268
+ ],
2269
+ "findSportById": [
2270
+ 61,
2271
+ {
2272
+ "sportId": [
2273
+ 1,
2274
+ "String!"
2275
+ ]
2276
+ }
2277
+ ],
2278
+ "getSportLevels": [
2279
+ 64
2280
+ ],
2281
+ "getPublicSponsorships": [
2282
+ 59
2283
+ ],
2284
+ "getTenantSponsorships": [
2285
+ 59
2286
+ ],
2287
+ "getCountries": [
2288
+ 39
2289
+ ],
2290
+ "getCountryStates": [
2291
+ 38,
2292
+ {
2293
+ "countryId": [
2294
+ 1,
2295
+ "String!"
2296
+ ]
2297
+ }
2298
+ ],
2299
+ "getStateCities": [
2300
+ 37,
2301
+ {
2302
+ "stateId": [
2303
+ 1,
2304
+ "String!"
2305
+ ]
2306
+ }
2307
+ ],
2308
+ "findCitiesStartingWith": [
2309
+ 37,
2310
+ {
2311
+ "text": [
2312
+ 1,
2313
+ "String!"
2314
+ ]
2315
+ }
2316
+ ],
2317
+ "findCityById": [
2318
+ 37,
2319
+ {
2320
+ "cityId": [
2321
+ 1,
2322
+ "String!"
2323
+ ]
2324
+ }
2325
+ ],
2326
+ "findVtxUser": [
2327
+ 0,
2328
+ {
2329
+ "input": [
2330
+ 101,
2331
+ "FindVtxUserDto!"
2332
+ ]
2333
+ }
2334
+ ],
2335
+ "validateUserCredentialsVtx": [
2336
+ 0,
2337
+ {
2338
+ "username": [
2339
+ 1,
2340
+ "String!"
2341
+ ],
2342
+ "password": [
2343
+ 1,
2344
+ "String!"
2345
+ ]
2346
+ }
2347
+ ],
2348
+ "getUserImagesFromEmail": [
2349
+ 78,
2350
+ {
2351
+ "loginEmail": [
2352
+ 1,
2353
+ "String!"
2354
+ ]
2355
+ }
2356
+ ],
2357
+ "getStravaLoginUrl": [
2358
+ 1
2359
+ ],
2360
+ "__typename": [
2361
+ 1
2362
+ ]
2363
+ },
2364
+ "AWSS3GetUploadDto": {
2365
+ "useType": [
2366
+ 1
2367
+ ],
2368
+ "name": [
2369
+ 1
2370
+ ],
2371
+ "__typename": [
2372
+ 1
2373
+ ]
2374
+ },
2375
+ "FindSponsorAthleteInvitationDto": {
2376
+ "code": [
2377
+ 1
2378
+ ],
2379
+ "type": [
2380
+ 1
2381
+ ],
2382
+ "__typename": [
2383
+ 1
2384
+ ]
2385
+ },
2386
+ "FindVtxUserDto": {
2387
+ "loginEmail": [
2388
+ 1
2389
+ ],
2390
+ "__typename": [
2391
+ 1
2392
+ ]
2393
+ },
2394
+ "Mutation": {
2395
+ "registerNewDomainTenant": [
2396
+ 5,
2397
+ {
2398
+ "tenant": [
2399
+ 103,
2400
+ "CreateTenantInput!"
2401
+ ]
2402
+ }
2403
+ ],
2404
+ "registerNewDomainTenantWithLogin": [
2405
+ 11,
2406
+ {
2407
+ "tenant": [
2408
+ 103,
2409
+ "CreateTenantInput!"
2410
+ ]
2411
+ }
2412
+ ],
2413
+ "createUserAndLogin": [
2414
+ 3,
2415
+ {
2416
+ "user": [
2417
+ 104,
2418
+ "CreateActiveUserInput!"
2419
+ ]
2420
+ }
2421
+ ],
2422
+ "loginUserFromEmail": [
2423
+ 8,
2424
+ {
2425
+ "email": [
2426
+ 1,
2427
+ "String!"
2428
+ ],
2429
+ "loginMethod": [
2430
+ 1,
2431
+ "String!"
2432
+ ]
2433
+ }
2434
+ ],
2435
+ "loginUserFromCredentials": [
2436
+ 3,
2437
+ {
2438
+ "username": [
2439
+ 1,
2440
+ "String!"
2441
+ ],
2442
+ "password": [
2443
+ 1,
2444
+ "String!"
2445
+ ]
2446
+ }
2447
+ ],
2448
+ "registerUserToDomainFromEmail": [
2449
+ 0,
2450
+ {
2451
+ "input": [
2452
+ 105,
2453
+ "RegisterUserToDomainFromEmailInput!"
2454
+ ]
2455
+ }
2456
+ ],
2457
+ "refreshToken": [
2458
+ 8,
2459
+ {
2460
+ "dto": [
2461
+ 106,
2462
+ "RefreshTokenInput!"
2463
+ ]
2464
+ }
2465
+ ],
2466
+ "deleteUploadedUseTypeFile": [
2467
+ 32,
2468
+ {
2469
+ "input": [
2470
+ 107,
2471
+ "AWSS3DeleteUseTypeFileDto!"
2472
+ ]
2473
+ }
2474
+ ],
2475
+ "deleteUploadedBucketFile": [
2476
+ 32,
2477
+ {
2478
+ "input": [
2479
+ 108,
2480
+ "AWSS3DeleteBucketFileDto!"
2481
+ ]
2482
+ }
2483
+ ],
2484
+ "registerS3UploadedFile": [
2485
+ 26,
2486
+ {
2487
+ "input": [
2488
+ 109,
2489
+ "AWSS3UploadedFileDto!"
2490
+ ]
2491
+ }
2492
+ ],
2493
+ "createIndustry": [
2494
+ 50,
2495
+ {
2496
+ "input": [
2497
+ 110,
2498
+ "CreateIndustryDto!"
2499
+ ]
2500
+ }
2501
+ ],
2502
+ "createBrand": [
2503
+ 36,
2504
+ {
2505
+ "input": [
2506
+ 111,
2507
+ "CreateBrandDto!"
2508
+ ]
2509
+ }
2510
+ ],
2511
+ "registerSponsor": [
2512
+ 53,
2513
+ {
2514
+ "input": [
2515
+ 113,
2516
+ "RegisterSponsorInput!"
2517
+ ]
2518
+ }
2519
+ ],
2520
+ "createSponsor": [
2521
+ 53,
2522
+ {
2523
+ "input": [
2524
+ 114,
2525
+ "CreateSponsorDto!"
2526
+ ]
2527
+ }
2528
+ ],
2529
+ "sendAthleteInvitations": [
2530
+ 75,
2531
+ {
2532
+ "input": [
2533
+ 83,
2534
+ "InviteAthletesDto!"
2535
+ ]
2536
+ }
2537
+ ],
2538
+ "registerAthlete": [
2539
+ 74,
2540
+ {
2541
+ "input": [
2542
+ 115,
2543
+ "RegisterAthleteDto!"
2544
+ ]
2545
+ }
2546
+ ],
2547
+ "editProfileValue": [
2548
+ 77,
2549
+ {
2550
+ "input": [
2551
+ 116,
2552
+ "EditValueDto!"
2553
+ ]
2554
+ }
2555
+ ],
2556
+ "createSport": [
2557
+ 61,
2558
+ {
2559
+ "input": [
2560
+ 117,
2561
+ "CreateSportDto!"
2562
+ ]
2563
+ }
2564
+ ],
2565
+ "updateSport": [
2566
+ 61,
2567
+ {
2568
+ "input": [
2569
+ 118,
2570
+ "UpdateSportDto!"
2571
+ ]
2572
+ }
2573
+ ],
2574
+ "createSportLevel": [
2575
+ 64,
2576
+ {
2577
+ "input": [
2578
+ 119,
2579
+ "CreateSportLevelDto!"
2580
+ ]
2581
+ }
2582
+ ],
2583
+ "createSponsorship": [
2584
+ 59,
2585
+ {
2586
+ "input": [
2587
+ 121,
2588
+ "CreateSponsorshipDto!"
2589
+ ]
2590
+ }
2591
+ ],
2592
+ "createCountry": [
2593
+ 39,
2594
+ {
2595
+ "input": [
2596
+ 128,
2597
+ "CreateCountryDto!"
2598
+ ]
2599
+ }
2600
+ ],
2601
+ "createState": [
2602
+ 38,
2603
+ {
2604
+ "input": [
2605
+ 129,
2606
+ "CreateStateDto!"
2607
+ ]
2608
+ }
2609
+ ],
2610
+ "createCity": [
2611
+ 37,
2612
+ {
2613
+ "input": [
2614
+ 130,
2615
+ "CreateCityDto!"
2616
+ ]
2617
+ }
2618
+ ],
2619
+ "preRegisterAthleteUser": [
2620
+ 28,
2621
+ {
2622
+ "input": [
2623
+ 93,
2624
+ "RegisterUserDto!"
2625
+ ]
2626
+ }
2627
+ ],
2628
+ "confirmAthleteUserRegistrationAndLogin": [
2629
+ 3,
2630
+ {
2631
+ "input": [
2632
+ 81,
2633
+ "VerifyCodeDto!"
2634
+ ]
2635
+ }
2636
+ ],
2637
+ "confirmAthleteUserRegistration": [
2638
+ 0,
2639
+ {
2640
+ "input": [
2641
+ 81,
2642
+ "VerifyCodeDto!"
2643
+ ]
2644
+ }
2645
+ ],
2646
+ "registerAthleteUser": [
2647
+ 0,
2648
+ {
2649
+ "input": [
2650
+ 93,
2651
+ "RegisterUserDto!"
2652
+ ]
2653
+ }
2654
+ ],
2655
+ "registerSponsorUser": [
2656
+ 0,
2657
+ {
2658
+ "input": [
2659
+ 93,
2660
+ "RegisterUserDto!"
2661
+ ]
2662
+ }
2663
+ ],
2664
+ "loginUserFromCredentialsVtx": [
2665
+ 3,
2666
+ {
2667
+ "username": [
2668
+ 1,
2669
+ "String!"
2670
+ ],
2671
+ "password": [
2672
+ 1,
2673
+ "String!"
2674
+ ]
2675
+ }
2676
+ ],
2677
+ "handleStravaCallback": [
2678
+ 76,
2679
+ {
2680
+ "data": [
2681
+ 131,
2682
+ "RegisterStravaDto!"
2683
+ ]
2684
+ }
2685
+ ],
2686
+ "refreshStravaToken": [
2687
+ 76,
2688
+ {
2689
+ "input": [
2690
+ 1,
2691
+ "String!"
2692
+ ]
2693
+ }
2694
+ ],
2695
+ "__typename": [
2696
+ 1
2697
+ ]
2698
+ },
2699
+ "CreateTenantInput": {
2700
+ "name": [
2701
+ 1
2702
+ ],
2703
+ "email": [
2704
+ 1
2705
+ ],
2706
+ "tenant_uri": [
2707
+ 1
2708
+ ],
2709
+ "domain": [
2710
+ 1
2711
+ ],
2712
+ "__typename": [
2713
+ 1
2714
+ ]
2715
+ },
2716
+ "CreateActiveUserInput": {
2717
+ "loginEmail": [
2718
+ 1
2719
+ ],
2720
+ "password": [
2721
+ 1
2722
+ ],
2723
+ "loginMethod": [
2724
+ 1
2725
+ ],
2726
+ "__typename": [
2727
+ 1
2728
+ ]
2729
+ },
2730
+ "RegisterUserToDomainFromEmailInput": {
2731
+ "email": [
2732
+ 1
2733
+ ],
2734
+ "domainId": [
2735
+ 1
2736
+ ],
2737
+ "tenantId": [
2738
+ 1
2739
+ ],
2740
+ "createUserIfNotExist": [
2741
+ 2
2742
+ ],
2743
+ "__typename": [
2744
+ 1
2745
+ ]
2746
+ },
2747
+ "RefreshTokenInput": {
2748
+ "refreshToken": [
2749
+ 1
2750
+ ],
2751
+ "__typename": [
2752
+ 1
2753
+ ]
2754
+ },
2755
+ "AWSS3DeleteUseTypeFileDto": {
2756
+ "name": [
2757
+ 1
2758
+ ],
2759
+ "useType": [
2760
+ 1
2761
+ ],
2762
+ "__typename": [
2763
+ 1
2764
+ ]
2765
+ },
2766
+ "AWSS3DeleteBucketFileDto": {
2767
+ "key": [
2768
+ 1
2769
+ ],
2770
+ "bucket": [
2771
+ 1
2772
+ ],
2773
+ "credentialsId": [
2774
+ 1
2775
+ ],
2776
+ "__typename": [
2777
+ 1
2778
+ ]
2779
+ },
2780
+ "AWSS3UploadedFileDto": {
2781
+ "key": [
2782
+ 1
2783
+ ],
2784
+ "useType": [
2785
+ 1
2786
+ ],
2787
+ "contentType": [
2788
+ 1
2789
+ ],
2790
+ "originalFileName": [
2791
+ 1
2792
+ ],
2793
+ "fileSize": [
2794
+ 17
2795
+ ],
2796
+ "__typename": [
2797
+ 1
2798
+ ]
2799
+ },
2800
+ "CreateIndustryDto": {
2801
+ "name": [
2802
+ 1
2803
+ ],
2804
+ "__typename": [
2805
+ 1
2806
+ ]
2807
+ },
2808
+ "CreateBrandDto": {
2809
+ "name": [
2810
+ 1
2811
+ ],
2812
+ "description": [
2813
+ 1
2814
+ ],
2815
+ "slogan": [
2816
+ 1
2817
+ ],
2818
+ "website": [
2819
+ 1
2820
+ ],
2821
+ "logo": [
2822
+ 109
2823
+ ],
2824
+ "banner": [
2825
+ 109
2826
+ ],
2827
+ "translations": [
2828
+ 112
2829
+ ],
2830
+ "__typename": [
2831
+ 1
2832
+ ]
2833
+ },
2834
+ "BrandTranslationDto": {
2835
+ "brandId": [
2836
+ 1
2837
+ ],
2838
+ "language": [
2839
+ 1
2840
+ ],
2841
+ "name": [
2842
+ 1
2843
+ ],
2844
+ "description": [
2845
+ 1
2846
+ ],
2847
+ "slogan": [
2848
+ 1
2849
+ ],
2850
+ "logo": [
2851
+ 109
2852
+ ],
2853
+ "banner": [
2854
+ 109
2855
+ ],
2856
+ "__typename": [
2857
+ 1
2858
+ ]
2859
+ },
2860
+ "RegisterSponsorInput": {
2861
+ "name": [
2862
+ 1
2863
+ ],
2864
+ "phone": [
2865
+ 1
2866
+ ],
2867
+ "hasWhatsapp": [
2868
+ 2
2869
+ ],
2870
+ "companyName": [
2871
+ 1
2872
+ ],
2873
+ "companyEmail": [
2874
+ 1
2875
+ ],
2876
+ "industryId": [
2877
+ 1
2878
+ ],
2879
+ "companySize": [
2880
+ 1
2881
+ ],
2882
+ "operatorType": [
2883
+ 1
2884
+ ],
2885
+ "numberOfAthletes": [
2886
+ 1
2887
+ ],
2888
+ "brands": [
2889
+ 1
2890
+ ],
2891
+ "__typename": [
2892
+ 1
2893
+ ]
2894
+ },
2895
+ "CreateSponsorDto": {
2896
+ "name": [
2897
+ 1
2898
+ ],
2899
+ "description": [
2900
+ 1
2901
+ ],
2902
+ "__typename": [
2903
+ 1
2904
+ ]
2905
+ },
2906
+ "RegisterAthleteDto": {
2907
+ "email": [
2908
+ 1
2909
+ ],
2910
+ "firstName": [
2911
+ 1
2912
+ ],
2913
+ "lastName": [
2914
+ 1
2915
+ ],
2916
+ "screenName": [
2917
+ 1
2918
+ ],
2919
+ "nationality": [
2920
+ 1
2921
+ ],
2922
+ "cityId": [
2923
+ 1
2924
+ ],
2925
+ "locLatitude": [
2926
+ 17
2927
+ ],
2928
+ "locLongitude": [
2929
+ 17
2930
+ ],
2931
+ "dateOfBirth": [
2932
+ 14
2933
+ ],
2934
+ "lgbt": [
2935
+ 2
2936
+ ],
2937
+ "trainer": [
2938
+ 1
2939
+ ],
2940
+ "trainerUrl": [
2941
+ 1
2942
+ ],
2943
+ "aboutMe": [
2944
+ 1
2945
+ ],
2946
+ "team": [
2947
+ 1
2948
+ ],
2949
+ "gender": [
2950
+ 1
2951
+ ],
2952
+ "mainSport": [
2953
+ 1
2954
+ ],
2955
+ "mainSportLevel": [
2956
+ 1
2957
+ ],
2958
+ "profilePicture": [
2959
+ 109
2960
+ ],
2961
+ "cardPicture": [
2962
+ 109
2963
+ ],
2964
+ "__typename": [
2965
+ 1
2966
+ ]
2967
+ },
2968
+ "EditValueDto": {
2969
+ "field": [
2970
+ 1
2971
+ ],
2972
+ "newValue": [
2973
+ 1
2974
+ ],
2975
+ "__typename": [
2976
+ 1
2977
+ ]
2978
+ },
2979
+ "CreateSportDto": {
2980
+ "name": [
2981
+ 1
2982
+ ],
2983
+ "resultType": [
2984
+ 1
2985
+ ],
2986
+ "__typename": [
2987
+ 1
2988
+ ]
2989
+ },
2990
+ "UpdateSportDto": {
2991
+ "_id": [
2992
+ 1
2993
+ ],
2994
+ "name": [
2995
+ 1
2996
+ ],
2997
+ "__typename": [
2998
+ 1
2999
+ ]
3000
+ },
3001
+ "CreateSportLevelDto": {
3002
+ "_id": [
3003
+ 1
3004
+ ],
3005
+ "label": [
3006
+ 1
3007
+ ],
3008
+ "index": [
3009
+ 17
3010
+ ],
3011
+ "translations": [
3012
+ 120
3013
+ ],
3014
+ "__typename": [
3015
+ 1
3016
+ ]
3017
+ },
3018
+ "CreateSportLevelTranslationDto": {
3019
+ "language": [
3020
+ 1
3021
+ ],
3022
+ "label": [
3023
+ 1
3024
+ ],
3025
+ "__typename": [
3026
+ 1
3027
+ ]
3028
+ },
3029
+ "CreateSponsorshipDto": {
3030
+ "title": [
3031
+ 1
3032
+ ],
3033
+ "brandId": [
3034
+ 1
3035
+ ],
3036
+ "description": [
3037
+ 1
3038
+ ],
3039
+ "cashValue": [
3040
+ 17
3041
+ ],
3042
+ "otherValue": [
3043
+ 17
3044
+ ],
3045
+ "banner": [
3046
+ 109
3047
+ ],
3048
+ "criteria": [
3049
+ 122
3050
+ ],
3051
+ "deadline": [
3052
+ 14
3053
+ ],
3054
+ "startDate": [
3055
+ 14
3056
+ ],
3057
+ "duration": [
3058
+ 124
3059
+ ],
3060
+ "sponsorshipItems": [
3061
+ 125
3062
+ ],
3063
+ "commitments": [
3064
+ 126
3065
+ ],
3066
+ "terms": [
3067
+ 1
3068
+ ],
3069
+ "published": [
3070
+ 2
3071
+ ],
3072
+ "isPrivate": [
3073
+ 2
3074
+ ],
3075
+ "translations": [
3076
+ 127
3077
+ ],
3078
+ "__typename": [
3079
+ 1
3080
+ ]
3081
+ },
3082
+ "AthleteCriteriaDto": {
3083
+ "_id": [
3084
+ 1
3085
+ ],
3086
+ "label": [
3087
+ 1
3088
+ ],
3089
+ "qualificationsBag": [
3090
+ 123
3091
+ ],
3092
+ "__typename": [
3093
+ 1
3094
+ ]
3095
+ },
3096
+ "QualificationsBagDto": {
3097
+ "ageQualifications": [
3098
+ 85
3099
+ ],
3100
+ "genderQualifications": [
3101
+ 86
3102
+ ],
3103
+ "scoreQualifications": [
3104
+ 88
3105
+ ],
3106
+ "locationQualifications": [
3107
+ 89
3108
+ ],
3109
+ "nationalityQualifications": [
3110
+ 87
3111
+ ],
3112
+ "distanceQualifications": [
3113
+ 90
3114
+ ],
3115
+ "sportsQualifications": [
3116
+ 91
3117
+ ],
3118
+ "levelQualifications": [
3119
+ 92
3120
+ ],
3121
+ "__typename": [
3122
+ 1
3123
+ ]
3124
+ },
3125
+ "DurationDto": {
3126
+ "length": [
3127
+ 17
3128
+ ],
3129
+ "unit": [
3130
+ 1
3131
+ ],
3132
+ "__typename": [
3133
+ 1
3134
+ ]
3135
+ },
3136
+ "SponsorshipItemDto": {
3137
+ "_id": [
3138
+ 1
3139
+ ],
3140
+ "quantity": [
3141
+ 17
3142
+ ],
3143
+ "title": [
3144
+ 1
3145
+ ],
3146
+ "value": [
3147
+ 17
3148
+ ],
3149
+ "__typename": [
3150
+ 1
3151
+ ]
3152
+ },
3153
+ "SponsorshipCommitmentDto": {
3154
+ "_id": [
3155
+ 1
3156
+ ],
3157
+ "title": [
3158
+ 1
3159
+ ],
3160
+ "details": [
3161
+ 1
3162
+ ],
3163
+ "hashTags": [
3164
+ 1
3165
+ ],
3166
+ "media": [
3167
+ 1
3168
+ ],
3169
+ "actionType": [
3170
+ 1
3171
+ ],
3172
+ "frequency": [
3173
+ 17
3174
+ ],
3175
+ "periodicity": [
3176
+ 1
3177
+ ],
3178
+ "__typename": [
3179
+ 1
3180
+ ]
3181
+ },
3182
+ "SponsorshipTranslationDto": {
3183
+ "sponsorshipId": [
3184
+ 1
3185
+ ],
3186
+ "language": [
3187
+ 1
3188
+ ],
3189
+ "title": [
3190
+ 1
3191
+ ],
3192
+ "description": [
3193
+ 1
3194
+ ],
3195
+ "banner": [
3196
+ 109
3197
+ ],
3198
+ "terms": [
3199
+ 1
3200
+ ],
3201
+ "__typename": [
3202
+ 1
3203
+ ]
3204
+ },
3205
+ "CreateCountryDto": {
3206
+ "_id": [
3207
+ 1
3208
+ ],
3209
+ "name": [
3210
+ 1
3211
+ ],
3212
+ "__typename": [
3213
+ 1
3214
+ ]
3215
+ },
3216
+ "CreateStateDto": {
3217
+ "_id": [
3218
+ 1
3219
+ ],
3220
+ "name": [
3221
+ 1
3222
+ ],
3223
+ "countryId": [
3224
+ 1
3225
+ ],
3226
+ "__typename": [
3227
+ 1
3228
+ ]
3229
+ },
3230
+ "CreateCityDto": {
3231
+ "_id": [
3232
+ 1
3233
+ ],
3234
+ "cityName": [
3235
+ 1
3236
+ ],
3237
+ "cityNameLocalized": [
3238
+ 1
3239
+ ],
3240
+ "lat": [
3241
+ 17
3242
+ ],
3243
+ "lng": [
3244
+ 17
3245
+ ],
3246
+ "stateId": [
3247
+ 1
3248
+ ],
3249
+ "timezone": [
3250
+ 1
3251
+ ],
3252
+ "city_alt": [
3253
+ 1
3254
+ ],
3255
+ "iso3": [
3256
+ 1
3257
+ ],
3258
+ "admin_type": [
3259
+ 1
3260
+ ],
3261
+ "capital": [
3262
+ 1
3263
+ ],
3264
+ "density": [
3265
+ 17
3266
+ ],
3267
+ "population": [
3268
+ 17
3269
+ ],
3270
+ "population_proper": [
3271
+ 17
3272
+ ],
3273
+ "ranking": [
3274
+ 17
3275
+ ],
3276
+ "same_name": [
3277
+ 1
3278
+ ],
3279
+ "__typename": [
3280
+ 1
3281
+ ]
3282
+ },
3283
+ "RegisterStravaDto": {
3284
+ "idAthlete": [
3285
+ 1
3286
+ ],
3287
+ "code": [
510
3288
  1
511
3289
  ],
512
3290
  "__typename": [