@vertikalx/vtx-backend-client 1.0.0-dev.3 → 1.0.0-dev.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/package.json +3 -2
  2. package/src/api/api-call-headers.d.ts +16 -0
  3. package/src/api/api-call-headers.js +20 -0
  4. package/src/api/api-call-headers.js.map +1 -0
  5. package/src/api/backend-response.d.ts +4 -0
  6. package/src/api/backend-response.js +3 -0
  7. package/src/api/backend-response.js.map +1 -0
  8. package/src/api/response-builder.d.ts +4 -0
  9. package/src/api/response-builder.js +63 -0
  10. package/src/api/response-builder.js.map +1 -0
  11. package/src/api/vtx-apikey-api.d.ts +6 -0
  12. package/src/api/vtx-apikey-api.js +19 -0
  13. package/src/api/vtx-apikey-api.js.map +1 -0
  14. package/src/api/vtx-base-api.d.ts +23 -0
  15. package/src/api/vtx-base-api.js +753 -0
  16. package/src/api/vtx-base-api.js.map +1 -0
  17. package/src/api/vtx-mobile-api.d.ts +6 -0
  18. package/src/api/vtx-mobile-api.js +27 -0
  19. package/src/api/vtx-mobile-api.js.map +1 -0
  20. package/src/api/vtx-web-browser-api.d.ts +7 -0
  21. package/src/api/vtx-web-browser-api.js +36 -0
  22. package/src/api/vtx-web-browser-api.js.map +1 -0
  23. package/src/api/vtx-web-server-api.d.ts +7 -0
  24. package/src/api/vtx-web-server-api.js +33 -0
  25. package/src/api/vtx-web-server-api.js.map +1 -0
  26. package/src/client/index.js.map +1 -0
  27. package/src/client/runtime/batcher.js.map +1 -0
  28. package/{runtime → src/client/runtime}/createClient.d.ts +4 -10
  29. package/src/client/runtime/createClient.js.map +1 -0
  30. package/src/client/runtime/error.js.map +1 -0
  31. package/src/client/runtime/fetcher.js.map +1 -0
  32. package/{runtime → src/client/runtime}/generateGraphqlOperation.d.ts +1 -1
  33. package/src/client/runtime/generateGraphqlOperation.js.map +1 -0
  34. package/src/client/runtime/index.js.map +1 -0
  35. package/src/client/runtime/linkTypeMap.js.map +1 -0
  36. package/src/client/runtime/typeSelection.js.map +1 -0
  37. package/src/client/runtime/types.js.map +1 -0
  38. package/src/client/schema.d.ts +1678 -0
  39. package/src/client/schema.graphql +793 -0
  40. package/src/client/schema.js +404 -0
  41. package/src/client/schema.js.map +1 -0
  42. package/src/client/types.d.ts +876 -0
  43. package/src/client/types.js +2250 -0
  44. package/src/client/types.js.map +1 -0
  45. package/src/index.d.ts +9 -0
  46. package/src/index.js +26 -0
  47. package/src/index.js.map +1 -0
  48. package/tsconfig.lib.tsbuildinfo +1 -1
  49. package/index.js.map +0 -1
  50. package/index.ts +0 -65
  51. package/runtime/batcher.js.map +0 -1
  52. package/runtime/batcher.ts +0 -275
  53. package/runtime/createClient.js.map +0 -1
  54. package/runtime/createClient.ts +0 -68
  55. package/runtime/error.js.map +0 -1
  56. package/runtime/error.ts +0 -29
  57. package/runtime/fetcher.js.map +0 -1
  58. package/runtime/fetcher.ts +0 -97
  59. package/runtime/generateGraphqlOperation.js.map +0 -1
  60. package/runtime/generateGraphqlOperation.ts +0 -225
  61. package/runtime/index.js.map +0 -1
  62. package/runtime/index.ts +0 -13
  63. package/runtime/linkTypeMap.js.map +0 -1
  64. package/runtime/linkTypeMap.ts +0 -156
  65. package/runtime/typeSelection.js.map +0 -1
  66. package/runtime/typeSelection.ts +0 -95
  67. package/runtime/types.js.map +0 -1
  68. package/runtime/types.ts +0 -69
  69. package/schema.d.ts +0 -704
  70. package/schema.graphql +0 -293
  71. package/schema.js +0 -186
  72. package/schema.js.map +0 -1
  73. package/schema.ts +0 -795
  74. package/types.d.ts +0 -335
  75. package/types.js +0 -856
  76. package/types.js.map +0 -1
  77. package/types.ts +0 -853
  78. /package/{index.d.ts → src/client/index.d.ts} +0 -0
  79. /package/{index.js → src/client/index.js} +0 -0
  80. /package/{runtime → src/client/runtime}/batcher.d.ts +0 -0
  81. /package/{runtime → src/client/runtime}/batcher.js +0 -0
  82. /package/{runtime → src/client/runtime}/createClient.js +0 -0
  83. /package/{runtime → src/client/runtime}/error.d.ts +0 -0
  84. /package/{runtime → src/client/runtime}/error.js +0 -0
  85. /package/{runtime → src/client/runtime}/fetcher.d.ts +0 -0
  86. /package/{runtime → src/client/runtime}/fetcher.js +0 -0
  87. /package/{runtime → src/client/runtime}/generateGraphqlOperation.js +0 -0
  88. /package/{runtime → src/client/runtime}/index.d.ts +0 -0
  89. /package/{runtime → src/client/runtime}/index.js +0 -0
  90. /package/{runtime → src/client/runtime}/linkTypeMap.d.ts +0 -0
  91. /package/{runtime → src/client/runtime}/linkTypeMap.js +0 -0
  92. /package/{runtime → src/client/runtime}/typeSelection.d.ts +0 -0
  93. /package/{runtime → src/client/runtime}/typeSelection.js +0 -0
  94. /package/{runtime → src/client/runtime}/types.d.ts +0 -0
  95. /package/{runtime → src/client/runtime}/types.js +0 -0
@@ -0,0 +1,2250 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = {
4
+ "scalars": [
5
+ 1,
6
+ 2,
7
+ 12,
8
+ 15
9
+ ],
10
+ "types": {
11
+ "User": {
12
+ "_id": [
13
+ 1
14
+ ],
15
+ "loginEmail": [
16
+ 1
17
+ ],
18
+ "suspended": [
19
+ 2
20
+ ],
21
+ "domains": [
22
+ 7
23
+ ],
24
+ "__typename": [
25
+ 1
26
+ ]
27
+ },
28
+ "String": {},
29
+ "Boolean": {},
30
+ "UserWithToken": {
31
+ "_id": [
32
+ 1
33
+ ],
34
+ "loginEmail": [
35
+ 1
36
+ ],
37
+ "suspended": [
38
+ 2
39
+ ],
40
+ "domains": [
41
+ 7
42
+ ],
43
+ "token": [
44
+ 8
45
+ ],
46
+ "__typename": [
47
+ 1
48
+ ]
49
+ },
50
+ "BaseTenant": {
51
+ "_id": [
52
+ 1
53
+ ],
54
+ "name": [
55
+ 1
56
+ ],
57
+ "tenant_uri": [
58
+ 1
59
+ ],
60
+ "domain": [
61
+ 6
62
+ ],
63
+ "__typename": [
64
+ 1
65
+ ]
66
+ },
67
+ "Tenant": {
68
+ "_id": [
69
+ 1
70
+ ],
71
+ "name": [
72
+ 1
73
+ ],
74
+ "tenant_uri": [
75
+ 1
76
+ ],
77
+ "domain": [
78
+ 6
79
+ ],
80
+ "email": [
81
+ 1
82
+ ],
83
+ "owner": [
84
+ 0
85
+ ],
86
+ "__typename": [
87
+ 1
88
+ ]
89
+ },
90
+ "Domain": {
91
+ "_id": [
92
+ 1
93
+ ],
94
+ "name": [
95
+ 1
96
+ ],
97
+ "description": [
98
+ 1
99
+ ],
100
+ "__typename": [
101
+ 1
102
+ ]
103
+ },
104
+ "DomainCredential": {
105
+ "_id": [
106
+ 1
107
+ ],
108
+ "name": [
109
+ 1
110
+ ],
111
+ "description": [
112
+ 1
113
+ ],
114
+ "tenant": [
115
+ 4
116
+ ],
117
+ "__typename": [
118
+ 1
119
+ ]
120
+ },
121
+ "UserToken": {
122
+ "actualToken": [
123
+ 1
124
+ ],
125
+ "refreshToken": [
126
+ 1
127
+ ],
128
+ "__typename": [
129
+ 1
130
+ ]
131
+ },
132
+ "TenantWithUserLogin": {
133
+ "_id": [
134
+ 1
135
+ ],
136
+ "name": [
137
+ 1
138
+ ],
139
+ "tenant_uri": [
140
+ 1
141
+ ],
142
+ "domain": [
143
+ 6
144
+ ],
145
+ "email": [
146
+ 1
147
+ ],
148
+ "owner": [
149
+ 0
150
+ ],
151
+ "user": [
152
+ 3
153
+ ],
154
+ "__typename": [
155
+ 1
156
+ ]
157
+ },
158
+ "UriAvailableType": {
159
+ "available": [
160
+ 2
161
+ ],
162
+ "valid": [
163
+ 2
164
+ ],
165
+ "__typename": [
166
+ 1
167
+ ]
168
+ },
169
+ "Agreement": {
170
+ "_id": [
171
+ 1
172
+ ],
173
+ "kind": [
174
+ 1
175
+ ],
176
+ "domain": [
177
+ 1
178
+ ],
179
+ "isActiveAgreement": [
180
+ 2
181
+ ],
182
+ "version": [
183
+ 1
184
+ ],
185
+ "publishedDate": [
186
+ 12
187
+ ],
188
+ "unPublishedDate": [
189
+ 12
190
+ ],
191
+ "locked": [
192
+ 2
193
+ ],
194
+ "name": [
195
+ 1
196
+ ],
197
+ "description": [
198
+ 1
199
+ ],
200
+ "content": [
201
+ 1
202
+ ],
203
+ "createdDate": [
204
+ 12
205
+ ],
206
+ "updatedDate": [
207
+ 12
208
+ ],
209
+ "__typename": [
210
+ 1
211
+ ]
212
+ },
213
+ "DateTime": {},
214
+ "BillEntity": {
215
+ "name": [
216
+ 1
217
+ ],
218
+ "taxId": [
219
+ 1
220
+ ],
221
+ "line1": [
222
+ 1
223
+ ],
224
+ "line2": [
225
+ 1
226
+ ],
227
+ "line3": [
228
+ 1
229
+ ],
230
+ "city": [
231
+ 1
232
+ ],
233
+ "state": [
234
+ 1
235
+ ],
236
+ "country": [
237
+ 1
238
+ ],
239
+ "zip": [
240
+ 1
241
+ ],
242
+ "__typename": [
243
+ 1
244
+ ]
245
+ },
246
+ "InvoiceItem": {
247
+ "_id": [
248
+ 1
249
+ ],
250
+ "unitPrice": [
251
+ 15
252
+ ],
253
+ "unitTax": [
254
+ 15
255
+ ],
256
+ "quantity": [
257
+ 15
258
+ ],
259
+ "unit": [
260
+ 1
261
+ ],
262
+ "itemPrice": [
263
+ 15
264
+ ],
265
+ "itemTotal": [
266
+ 15
267
+ ],
268
+ "__typename": [
269
+ 1
270
+ ]
271
+ },
272
+ "Float": {},
273
+ "Payment": {
274
+ "_id": [
275
+ 1
276
+ ],
277
+ "amount": [
278
+ 15
279
+ ],
280
+ "currency": [
281
+ 1
282
+ ],
283
+ "datePaid": [
284
+ 12
285
+ ],
286
+ "paymentComment": [
287
+ 1
288
+ ],
289
+ "transactionId": [
290
+ 1
291
+ ],
292
+ "processorType": [
293
+ 1
294
+ ],
295
+ "processorReference": [
296
+ 1
297
+ ],
298
+ "paidItemReference": [
299
+ 1
300
+ ],
301
+ "payeeReference": [
302
+ 1
303
+ ],
304
+ "payorReference": [
305
+ 1
306
+ ],
307
+ "paymentMethodType": [
308
+ 1
309
+ ],
310
+ "paymentMethodReference": [
311
+ 1
312
+ ],
313
+ "__typename": [
314
+ 1
315
+ ]
316
+ },
317
+ "PlaFeature": {
318
+ "_id": [
319
+ 1
320
+ ],
321
+ "title": [
322
+ 1
323
+ ],
324
+ "description": [
325
+ 1
326
+ ],
327
+ "quantity": [
328
+ 15
329
+ ],
330
+ "quantityUnit": [
331
+ 1
332
+ ],
333
+ "__typename": [
334
+ 1
335
+ ]
336
+ },
337
+ "Plan": {
338
+ "_id": [
339
+ 1
340
+ ],
341
+ "name": [
342
+ 1
343
+ ],
344
+ "description": [
345
+ 1
346
+ ],
347
+ "prices": [
348
+ 19
349
+ ],
350
+ "features": [
351
+ 17
352
+ ],
353
+ "isPublic": [
354
+ 2
355
+ ],
356
+ "active": [
357
+ 2
358
+ ],
359
+ "startOfferingDate": [
360
+ 12
361
+ ],
362
+ "endOfferingDate": [
363
+ 12
364
+ ],
365
+ "termsAndConditions": [
366
+ 1
367
+ ],
368
+ "__typename": [
369
+ 1
370
+ ]
371
+ },
372
+ "PlanPrice": {
373
+ "_id": [
374
+ 1
375
+ ],
376
+ "currency": [
377
+ 1
378
+ ],
379
+ "price": [
380
+ 15
381
+ ],
382
+ "taxMode": [
383
+ 1
384
+ ],
385
+ "period": [
386
+ 1
387
+ ],
388
+ "customDays": [
389
+ 15
390
+ ],
391
+ "plan": [
392
+ 18
393
+ ],
394
+ "__typename": [
395
+ 1
396
+ ]
397
+ },
398
+ "Invoice": {
399
+ "_id": [
400
+ 1
401
+ ],
402
+ "invoiceDate": [
403
+ 12
404
+ ],
405
+ "billedEntity": [
406
+ 13
407
+ ],
408
+ "dueDate": [
409
+ 12
410
+ ],
411
+ "billAmount": [
412
+ 15
413
+ ],
414
+ "tax": [
415
+ 15
416
+ ],
417
+ "total": [
418
+ 15
419
+ ],
420
+ "currency": [
421
+ 1
422
+ ],
423
+ "items": [
424
+ 14
425
+ ],
426
+ "payment": [
427
+ 16
428
+ ],
429
+ "__typename": [
430
+ 1
431
+ ]
432
+ },
433
+ "SubscriptionInvoice": {
434
+ "_id": [
435
+ 1
436
+ ],
437
+ "invoice": [
438
+ 20
439
+ ],
440
+ "billedPlan": [
441
+ 19
442
+ ],
443
+ "subscriber": [
444
+ 22
445
+ ],
446
+ "__typename": [
447
+ 1
448
+ ]
449
+ },
450
+ "PlanSubscription": {
451
+ "_id": [
452
+ 1
453
+ ],
454
+ "currentPlan": [
455
+ 19
456
+ ],
457
+ "billPrice": [
458
+ 15
459
+ ],
460
+ "billCurrency": [
461
+ 1
462
+ ],
463
+ "billPriceComment": [
464
+ 1
465
+ ],
466
+ "lastBillDate": [
467
+ 12
468
+ ],
469
+ "endAccessDate": [
470
+ 12
471
+ ],
472
+ "autoRenew": [
473
+ 2
474
+ ],
475
+ "autoRenewPlan": [
476
+ 19
477
+ ],
478
+ "autoRenewDate": [
479
+ 12
480
+ ],
481
+ "payments": [
482
+ 23
483
+ ],
484
+ "invoices": [
485
+ 21
486
+ ],
487
+ "__typename": [
488
+ 1
489
+ ]
490
+ },
491
+ "SubscriptionPayment": {
492
+ "_id": [
493
+ 1
494
+ ],
495
+ "payment": [
496
+ 16
497
+ ],
498
+ "subscriber": [
499
+ 22
500
+ ],
501
+ "__typename": [
502
+ 1
503
+ ]
504
+ },
505
+ "AWSS3File": {
506
+ "_id": [
507
+ 1
508
+ ],
509
+ "name": [
510
+ 1
511
+ ],
512
+ "contentType": [
513
+ 1
514
+ ],
515
+ "size": [
516
+ 15
517
+ ],
518
+ "useType": [
519
+ 1
520
+ ],
521
+ "url": [
522
+ 1
523
+ ],
524
+ "key": [
525
+ 1
526
+ ],
527
+ "pendingDelete": [
528
+ 2
529
+ ],
530
+ "__typename": [
531
+ 1
532
+ ]
533
+ },
534
+ "HttpRequestField": {
535
+ "key": [
536
+ 1
537
+ ],
538
+ "value": [
539
+ 1
540
+ ],
541
+ "__typename": [
542
+ 1
543
+ ]
544
+ },
545
+ "AWSS3UploadUrl": {
546
+ "uploadUrl": [
547
+ 1
548
+ ],
549
+ "fields": [
550
+ 25
551
+ ],
552
+ "downloadUrl": [
553
+ 1
554
+ ],
555
+ "bucket": [
556
+ 1
557
+ ],
558
+ "key": [
559
+ 1
560
+ ],
561
+ "__typename": [
562
+ 1
563
+ ]
564
+ },
565
+ "AWSS3CallResult": {
566
+ "httpStatus": [
567
+ 15
568
+ ],
569
+ "result": [
570
+ 1
571
+ ],
572
+ "message": [
573
+ 1
574
+ ],
575
+ "errors": [
576
+ 1
577
+ ],
578
+ "__typename": [
579
+ 1
580
+ ]
581
+ },
582
+ "BrandStats": {
583
+ "campaigns": [
584
+ 15
585
+ ],
586
+ "sponsorships": [
587
+ 15
588
+ ],
589
+ "sports": [
590
+ 15
591
+ ],
592
+ "athletes": [
593
+ 15
594
+ ],
595
+ "__typename": [
596
+ 1
597
+ ]
598
+ },
599
+ "BrandTranslation": {
600
+ "_id": [
601
+ 1
602
+ ],
603
+ "brandId": [
604
+ 1
605
+ ],
606
+ "language": [
607
+ 1
608
+ ],
609
+ "name": [
610
+ 1
611
+ ],
612
+ "slogan": [
613
+ 1
614
+ ],
615
+ "description": [
616
+ 1
617
+ ],
618
+ "logo": [
619
+ 24
620
+ ],
621
+ "banner": [
622
+ 24
623
+ ],
624
+ "__typename": [
625
+ 1
626
+ ]
627
+ },
628
+ "Brand": {
629
+ "_id": [
630
+ 1
631
+ ],
632
+ "name": [
633
+ 1
634
+ ],
635
+ "slogan": [
636
+ 1
637
+ ],
638
+ "website": [
639
+ 1
640
+ ],
641
+ "description": [
642
+ 1
643
+ ],
644
+ "approved": [
645
+ 2
646
+ ],
647
+ "published": [
648
+ 2
649
+ ],
650
+ "logo": [
651
+ 24
652
+ ],
653
+ "banner": [
654
+ 24
655
+ ],
656
+ "stats": [
657
+ 28
658
+ ],
659
+ "operatorIds": [
660
+ 1
661
+ ],
662
+ "translations": [
663
+ 29
664
+ ],
665
+ "__typename": [
666
+ 1
667
+ ]
668
+ },
669
+ "City": {
670
+ "_id": [
671
+ 1
672
+ ],
673
+ "name": [
674
+ 1
675
+ ],
676
+ "localizedName": [
677
+ 1
678
+ ],
679
+ "state": [
680
+ 32
681
+ ],
682
+ "latitude": [
683
+ 15
684
+ ],
685
+ "longitude": [
686
+ 15
687
+ ],
688
+ "timezone": [
689
+ 1
690
+ ],
691
+ "__typename": [
692
+ 1
693
+ ]
694
+ },
695
+ "State": {
696
+ "_id": [
697
+ 1
698
+ ],
699
+ "name": [
700
+ 1
701
+ ],
702
+ "country": [
703
+ 33
704
+ ],
705
+ "cities": [
706
+ 31
707
+ ],
708
+ "__typename": [
709
+ 1
710
+ ]
711
+ },
712
+ "Country": {
713
+ "_id": [
714
+ 1
715
+ ],
716
+ "name": [
717
+ 1
718
+ ],
719
+ "states": [
720
+ 32
721
+ ],
722
+ "__typename": [
723
+ 1
724
+ ]
725
+ },
726
+ "Qualification": {
727
+ "type": [
728
+ 1
729
+ ],
730
+ "__typename": [
731
+ 1
732
+ ]
733
+ },
734
+ "ScoreQualification": {
735
+ "type": [
736
+ 1
737
+ ],
738
+ "scoreType": [
739
+ 1
740
+ ],
741
+ "operator": [
742
+ 1
743
+ ],
744
+ "value": [
745
+ 15
746
+ ],
747
+ "__typename": [
748
+ 1
749
+ ]
750
+ },
751
+ "LocationQualification": {
752
+ "type": [
753
+ 1
754
+ ],
755
+ "operator": [
756
+ 1
757
+ ],
758
+ "countries": [
759
+ 33
760
+ ],
761
+ "states": [
762
+ 32
763
+ ],
764
+ "cities": [
765
+ 31
766
+ ],
767
+ "__typename": [
768
+ 1
769
+ ]
770
+ },
771
+ "DistanceQualification": {
772
+ "type": [
773
+ 1
774
+ ],
775
+ "maxDistance": [
776
+ 15
777
+ ],
778
+ "latitude": [
779
+ 15
780
+ ],
781
+ "longitude": [
782
+ 15
783
+ ],
784
+ "cityId": [
785
+ 1
786
+ ],
787
+ "__typename": [
788
+ 1
789
+ ]
790
+ },
791
+ "SportsQualification": {
792
+ "type": [
793
+ 1
794
+ ],
795
+ "sports": [
796
+ 1
797
+ ],
798
+ "operator": [
799
+ 1
800
+ ],
801
+ "__typename": [
802
+ 1
803
+ ]
804
+ },
805
+ "SportsLevelQualification": {
806
+ "type": [
807
+ 1
808
+ ],
809
+ "operator": [
810
+ 1
811
+ ],
812
+ "level": [
813
+ 1
814
+ ],
815
+ "__typename": [
816
+ 1
817
+ ]
818
+ },
819
+ "AthleteCriteria": {
820
+ "_id": [
821
+ 1
822
+ ],
823
+ "label": [
824
+ 1
825
+ ],
826
+ "qualifications": [
827
+ 34
828
+ ],
829
+ "__typename": [
830
+ 1
831
+ ]
832
+ },
833
+ "SponsorshipStats": {
834
+ "totalApplications": [
835
+ 15
836
+ ],
837
+ "newApplications": [
838
+ 15
839
+ ],
840
+ "discardedApplications": [
841
+ 15
842
+ ],
843
+ "selectedApplications": [
844
+ 15
845
+ ],
846
+ "approvedApplications": [
847
+ 15
848
+ ],
849
+ "grantedSponsorships": [
850
+ 15
851
+ ],
852
+ "remainingSponsorships": [
853
+ 15
854
+ ],
855
+ "__typename": [
856
+ 1
857
+ ]
858
+ },
859
+ "SponsorshipTranslation": {
860
+ "_id": [
861
+ 1
862
+ ],
863
+ "sponsorshipId": [
864
+ 1
865
+ ],
866
+ "language": [
867
+ 1
868
+ ],
869
+ "title": [
870
+ 1
871
+ ],
872
+ "description": [
873
+ 1
874
+ ],
875
+ "terms": [
876
+ 1
877
+ ],
878
+ "banner": [
879
+ 24
880
+ ],
881
+ "__typename": [
882
+ 1
883
+ ]
884
+ },
885
+ "Sponsorship": {
886
+ "_id": [
887
+ 1
888
+ ],
889
+ "title": [
890
+ 1
891
+ ],
892
+ "description": [
893
+ 1
894
+ ],
895
+ "terms": [
896
+ 1
897
+ ],
898
+ "banner": [
899
+ 24
900
+ ],
901
+ "stats": [
902
+ 41
903
+ ],
904
+ "translations": [
905
+ 42
906
+ ],
907
+ "approved": [
908
+ 2
909
+ ],
910
+ "published": [
911
+ 2
912
+ ],
913
+ "criteria": [
914
+ 40
915
+ ],
916
+ "__typename": [
917
+ 1
918
+ ]
919
+ },
920
+ "FollowStats": {
921
+ "followers": [
922
+ 15
923
+ ],
924
+ "followed": [
925
+ 15
926
+ ],
927
+ "raves": [
928
+ 15
929
+ ],
930
+ "favorites": [
931
+ 15
932
+ ],
933
+ "__typename": [
934
+ 1
935
+ ]
936
+ },
937
+ "Sport": {
938
+ "_id": [
939
+ 1
940
+ ],
941
+ "name": [
942
+ 1
943
+ ],
944
+ "__typename": [
945
+ 1
946
+ ]
947
+ },
948
+ "VtxScores": {
949
+ "vtxScore": [
950
+ 15
951
+ ],
952
+ "socialScore": [
953
+ 15
954
+ ],
955
+ "trainingScore": [
956
+ 15
957
+ ],
958
+ "competitionScore": [
959
+ 15
960
+ ],
961
+ "__typename": [
962
+ 1
963
+ ]
964
+ },
965
+ "SportLevelTranslation": {
966
+ "_id": [
967
+ 1
968
+ ],
969
+ "language": [
970
+ 1
971
+ ],
972
+ "label": [
973
+ 1
974
+ ],
975
+ "__typename": [
976
+ 1
977
+ ]
978
+ },
979
+ "SportLevel": {
980
+ "_id": [
981
+ 1
982
+ ],
983
+ "label": [
984
+ 1
985
+ ],
986
+ "index": [
987
+ 15
988
+ ],
989
+ "translations": [
990
+ 47
991
+ ],
992
+ "__typename": [
993
+ 1
994
+ ]
995
+ },
996
+ "Ranking": {
997
+ "scope": [
998
+ 1
999
+ ],
1000
+ "scopeId": [
1001
+ 1
1002
+ ],
1003
+ "scopeName": [
1004
+ 1
1005
+ ],
1006
+ "position": [
1007
+ 15
1008
+ ],
1009
+ "total": [
1010
+ 15
1011
+ ],
1012
+ "__typename": [
1013
+ 1
1014
+ ]
1015
+ },
1016
+ "AthleteRankings": {
1017
+ "worldRanking": [
1018
+ 49
1019
+ ],
1020
+ "countryRanking": [
1021
+ 49
1022
+ ],
1023
+ "stateRanking": [
1024
+ 49
1025
+ ],
1026
+ "cityRanking": [
1027
+ 49
1028
+ ],
1029
+ "__typename": [
1030
+ 1
1031
+ ]
1032
+ },
1033
+ "Team": {
1034
+ "_id": [
1035
+ 1
1036
+ ],
1037
+ "name": [
1038
+ 1
1039
+ ],
1040
+ "description": [
1041
+ 1
1042
+ ],
1043
+ "sports": [
1044
+ 45
1045
+ ],
1046
+ "approved": [
1047
+ 2
1048
+ ],
1049
+ "logo": [
1050
+ 24
1051
+ ],
1052
+ "banner": [
1053
+ 24
1054
+ ],
1055
+ "__typename": [
1056
+ 1
1057
+ ]
1058
+ },
1059
+ "SportsEvent": {
1060
+ "_id": [
1061
+ 1
1062
+ ],
1063
+ "name": [
1064
+ 1
1065
+ ],
1066
+ "eventWebSite": [
1067
+ 1
1068
+ ],
1069
+ "startDate": [
1070
+ 12
1071
+ ],
1072
+ "endDate": [
1073
+ 12
1074
+ ],
1075
+ "verified": [
1076
+ 2
1077
+ ],
1078
+ "banner": [
1079
+ 24
1080
+ ],
1081
+ "__typename": [
1082
+ 1
1083
+ ]
1084
+ },
1085
+ "AthleteCompetitionResult": {
1086
+ "_id": [
1087
+ 1
1088
+ ],
1089
+ "type": [
1090
+ 1
1091
+ ],
1092
+ "position": [
1093
+ 15
1094
+ ],
1095
+ "score": [
1096
+ 1
1097
+ ],
1098
+ "timems": [
1099
+ 15
1100
+ ],
1101
+ "resultWebLink": [
1102
+ 1
1103
+ ],
1104
+ "__typename": [
1105
+ 1
1106
+ ]
1107
+ },
1108
+ "AthleteCompetition": {
1109
+ "_id": [
1110
+ 1
1111
+ ],
1112
+ "event": [
1113
+ 52
1114
+ ],
1115
+ "eventName": [
1116
+ 1
1117
+ ],
1118
+ "date": [
1119
+ 12
1120
+ ],
1121
+ "result": [
1122
+ 53
1123
+ ],
1124
+ "__typename": [
1125
+ 1
1126
+ ]
1127
+ },
1128
+ "WorldLocation": {
1129
+ "_id": [
1130
+ 1
1131
+ ],
1132
+ "userProvidedLatitude": [
1133
+ 15
1134
+ ],
1135
+ "userProvidedLongitude": [
1136
+ 15
1137
+ ],
1138
+ "cityNameGeocode": [
1139
+ 1
1140
+ ],
1141
+ "stateNameGeocode": [
1142
+ 1
1143
+ ],
1144
+ "countryIso2CodeGeocode": [
1145
+ 1
1146
+ ],
1147
+ "timeZoneGeocode": [
1148
+ 1
1149
+ ],
1150
+ "latitudeGeocode": [
1151
+ 15
1152
+ ],
1153
+ "longitudeGeocode": [
1154
+ 15
1155
+ ],
1156
+ "city": [
1157
+ 31
1158
+ ],
1159
+ "__typename": [
1160
+ 1
1161
+ ]
1162
+ },
1163
+ "Athlete": {
1164
+ "_id": [
1165
+ 1
1166
+ ],
1167
+ "firstName": [
1168
+ 1
1169
+ ],
1170
+ "lastName": [
1171
+ 1
1172
+ ],
1173
+ "screenName": [
1174
+ 1
1175
+ ],
1176
+ "dob": [
1177
+ 12
1178
+ ],
1179
+ "lgbt": [
1180
+ 2
1181
+ ],
1182
+ "competitionGender": [
1183
+ 1
1184
+ ],
1185
+ "country": [
1186
+ 33
1187
+ ],
1188
+ "location": [
1189
+ 55
1190
+ ],
1191
+ "trainer": [
1192
+ 1
1193
+ ],
1194
+ "trainerUrl": [
1195
+ 1
1196
+ ],
1197
+ "followStats": [
1198
+ 44
1199
+ ],
1200
+ "mainSport": [
1201
+ 45
1202
+ ],
1203
+ "mainSportLevel": [
1204
+ 48
1205
+ ],
1206
+ "scores": [
1207
+ 46
1208
+ ],
1209
+ "rankings": [
1210
+ 50
1211
+ ],
1212
+ "allSports": [
1213
+ 45
1214
+ ],
1215
+ "teams": [
1216
+ 51
1217
+ ],
1218
+ "sponsorBrands": [
1219
+ 30
1220
+ ],
1221
+ "competitions": [
1222
+ 54
1223
+ ],
1224
+ "totalUpcomingCompetitions": [
1225
+ 15
1226
+ ],
1227
+ "totalPastCompetitions": [
1228
+ 15
1229
+ ],
1230
+ "__typename": [
1231
+ 1
1232
+ ]
1233
+ },
1234
+ "Industry": {
1235
+ "_id": [
1236
+ 1
1237
+ ],
1238
+ "name": [
1239
+ 1
1240
+ ],
1241
+ "__typename": [
1242
+ 1
1243
+ ]
1244
+ },
1245
+ "Sponsor": {
1246
+ "_id": [
1247
+ 1
1248
+ ],
1249
+ "name": [
1250
+ 1
1251
+ ],
1252
+ "description": [
1253
+ 1
1254
+ ],
1255
+ "__typename": [
1256
+ 1
1257
+ ]
1258
+ },
1259
+ "ScoreQualificationDto": {
1260
+ "type": [
1261
+ 1
1262
+ ],
1263
+ "scoreType": [
1264
+ 1
1265
+ ],
1266
+ "operator": [
1267
+ 1
1268
+ ],
1269
+ "value": [
1270
+ 15
1271
+ ],
1272
+ "__typename": [
1273
+ 1
1274
+ ]
1275
+ },
1276
+ "LocationQualificationDto": {
1277
+ "type": [
1278
+ 1
1279
+ ],
1280
+ "operator": [
1281
+ 1
1282
+ ],
1283
+ "countries": [
1284
+ 61
1285
+ ],
1286
+ "states": [
1287
+ 62
1288
+ ],
1289
+ "cities": [
1290
+ 63
1291
+ ],
1292
+ "__typename": [
1293
+ 1
1294
+ ]
1295
+ },
1296
+ "CountryReferenceDto": {
1297
+ "_id": [
1298
+ 1
1299
+ ],
1300
+ "name": [
1301
+ 1
1302
+ ],
1303
+ "__typename": [
1304
+ 1
1305
+ ]
1306
+ },
1307
+ "StateReferenceDto": {
1308
+ "_id": [
1309
+ 1
1310
+ ],
1311
+ "name": [
1312
+ 1
1313
+ ],
1314
+ "country": [
1315
+ 61
1316
+ ],
1317
+ "__typename": [
1318
+ 1
1319
+ ]
1320
+ },
1321
+ "CityReferenceDto": {
1322
+ "_id": [
1323
+ 1
1324
+ ],
1325
+ "name": [
1326
+ 1
1327
+ ],
1328
+ "state": [
1329
+ 62
1330
+ ],
1331
+ "__typename": [
1332
+ 1
1333
+ ]
1334
+ },
1335
+ "DistanceQualificationDto": {
1336
+ "type": [
1337
+ 1
1338
+ ],
1339
+ "maxDistance": [
1340
+ 15
1341
+ ],
1342
+ "latitude": [
1343
+ 15
1344
+ ],
1345
+ "longitude": [
1346
+ 15
1347
+ ],
1348
+ "cityId": [
1349
+ 1
1350
+ ],
1351
+ "__typename": [
1352
+ 1
1353
+ ]
1354
+ },
1355
+ "SportsQualificationDto": {
1356
+ "type": [
1357
+ 1
1358
+ ],
1359
+ "sports": [
1360
+ 1
1361
+ ],
1362
+ "operator": [
1363
+ 1
1364
+ ],
1365
+ "__typename": [
1366
+ 1
1367
+ ]
1368
+ },
1369
+ "SportsLevelQualificationDto": {
1370
+ "type": [
1371
+ 1
1372
+ ],
1373
+ "operator": [
1374
+ 1
1375
+ ],
1376
+ "level": [
1377
+ 1
1378
+ ],
1379
+ "__typename": [
1380
+ 1
1381
+ ]
1382
+ },
1383
+ "Query": {
1384
+ "findTenantById": [
1385
+ 5,
1386
+ {
1387
+ "_id": [
1388
+ 1,
1389
+ "String!"
1390
+ ]
1391
+ }
1392
+ ],
1393
+ "findTenantByEmail": [
1394
+ 5,
1395
+ {
1396
+ "email": [
1397
+ 1,
1398
+ "String!"
1399
+ ],
1400
+ "domainId": [
1401
+ 1,
1402
+ "String!"
1403
+ ]
1404
+ }
1405
+ ],
1406
+ "getTenants": [
1407
+ 5
1408
+ ],
1409
+ "isTenantUriAvailable": [
1410
+ 10,
1411
+ {
1412
+ "tenant_uri": [
1413
+ 1,
1414
+ "String!"
1415
+ ]
1416
+ }
1417
+ ],
1418
+ "findUserById": [
1419
+ 0,
1420
+ {
1421
+ "_id": [
1422
+ 1,
1423
+ "String!"
1424
+ ]
1425
+ }
1426
+ ],
1427
+ "findUserByEmail": [
1428
+ 0,
1429
+ {
1430
+ "email": [
1431
+ 1,
1432
+ "String!"
1433
+ ]
1434
+ }
1435
+ ],
1436
+ "getUploadUrl": [
1437
+ 26,
1438
+ {
1439
+ "input": [
1440
+ 68,
1441
+ "AWSS3GetUploadDto!"
1442
+ ]
1443
+ }
1444
+ ],
1445
+ "industries": [
1446
+ 57
1447
+ ],
1448
+ "findIndustryById": [
1449
+ 57,
1450
+ {
1451
+ "industryId": [
1452
+ 1,
1453
+ "String!"
1454
+ ]
1455
+ }
1456
+ ],
1457
+ "brands": [
1458
+ 30
1459
+ ],
1460
+ "getBrandByName": [
1461
+ 30,
1462
+ {
1463
+ "name": [
1464
+ 1,
1465
+ "String!"
1466
+ ],
1467
+ "translations": [
1468
+ 2,
1469
+ "Boolean!"
1470
+ ]
1471
+ }
1472
+ ],
1473
+ "getBrandTranslation": [
1474
+ 29,
1475
+ {
1476
+ "brandId": [
1477
+ 1,
1478
+ "String!"
1479
+ ],
1480
+ "language": [
1481
+ 1,
1482
+ "String!"
1483
+ ]
1484
+ }
1485
+ ],
1486
+ "existsValidSponsorForEmail": [
1487
+ 58,
1488
+ {
1489
+ "loginEmail": [
1490
+ 1,
1491
+ "String!"
1492
+ ]
1493
+ }
1494
+ ],
1495
+ "sponsors": [
1496
+ 58
1497
+ ],
1498
+ "athlete": [
1499
+ 56
1500
+ ],
1501
+ "findAthleteById": [
1502
+ 56,
1503
+ {
1504
+ "athleteId": [
1505
+ 1,
1506
+ "String!"
1507
+ ]
1508
+ }
1509
+ ],
1510
+ "getSports": [
1511
+ 45
1512
+ ],
1513
+ "findSportById": [
1514
+ 45,
1515
+ {
1516
+ "sportId": [
1517
+ 1,
1518
+ "String!"
1519
+ ]
1520
+ }
1521
+ ],
1522
+ "getSportLevels": [
1523
+ 48
1524
+ ],
1525
+ "getSponsorships": [
1526
+ 43,
1527
+ {
1528
+ "sponsorId": [
1529
+ 1,
1530
+ "String!"
1531
+ ]
1532
+ }
1533
+ ],
1534
+ "getCountries": [
1535
+ 33
1536
+ ],
1537
+ "getCountryStates": [
1538
+ 32,
1539
+ {
1540
+ "countryId": [
1541
+ 1,
1542
+ "String!"
1543
+ ]
1544
+ }
1545
+ ],
1546
+ "getStateCities": [
1547
+ 31,
1548
+ {
1549
+ "stateId": [
1550
+ 1,
1551
+ "String!"
1552
+ ]
1553
+ }
1554
+ ],
1555
+ "findCitiesStartingWith": [
1556
+ 31,
1557
+ {
1558
+ "text": [
1559
+ 1,
1560
+ "String!"
1561
+ ]
1562
+ }
1563
+ ],
1564
+ "__typename": [
1565
+ 1
1566
+ ]
1567
+ },
1568
+ "AWSS3GetUploadDto": {
1569
+ "useType": [
1570
+ 1
1571
+ ],
1572
+ "name": [
1573
+ 1
1574
+ ],
1575
+ "__typename": [
1576
+ 1
1577
+ ]
1578
+ },
1579
+ "Mutation": {
1580
+ "registerNewDomainTenant": [
1581
+ 5,
1582
+ {
1583
+ "tenant": [
1584
+ 70,
1585
+ "CreateTenantInput!"
1586
+ ]
1587
+ }
1588
+ ],
1589
+ "registerNewDomainTenantWithLogin": [
1590
+ 9,
1591
+ {
1592
+ "tenant": [
1593
+ 70,
1594
+ "CreateTenantInput!"
1595
+ ]
1596
+ }
1597
+ ],
1598
+ "createUserAndLogin": [
1599
+ 3,
1600
+ {
1601
+ "user": [
1602
+ 71,
1603
+ "CreateActiveUserInput!"
1604
+ ]
1605
+ }
1606
+ ],
1607
+ "loginUserFromEmail": [
1608
+ 8,
1609
+ {
1610
+ "email": [
1611
+ 1,
1612
+ "String!"
1613
+ ]
1614
+ }
1615
+ ],
1616
+ "registerUserToDomainFromEmail": [
1617
+ 0,
1618
+ {
1619
+ "input": [
1620
+ 72,
1621
+ "RegisterUserToDomainFromEmailInput!"
1622
+ ]
1623
+ }
1624
+ ],
1625
+ "refreshToken": [
1626
+ 8,
1627
+ {
1628
+ "dto": [
1629
+ 73,
1630
+ "RefreshTokenInput!"
1631
+ ]
1632
+ }
1633
+ ],
1634
+ "deleteUploadedUseTypeFile": [
1635
+ 27,
1636
+ {
1637
+ "input": [
1638
+ 74,
1639
+ "AWSS3DeleteUseTypeFileDto!"
1640
+ ]
1641
+ }
1642
+ ],
1643
+ "deleteUploadedBucketFile": [
1644
+ 27,
1645
+ {
1646
+ "input": [
1647
+ 75,
1648
+ "AWSS3DeleteBucketFileDto!"
1649
+ ]
1650
+ }
1651
+ ],
1652
+ "registerS3UploadedFile": [
1653
+ 24,
1654
+ {
1655
+ "input": [
1656
+ 76,
1657
+ "AWSS3UploadedFileDto!"
1658
+ ]
1659
+ }
1660
+ ],
1661
+ "createIndustry": [
1662
+ 57,
1663
+ {
1664
+ "input": [
1665
+ 77,
1666
+ "CreateIndustryDto!"
1667
+ ]
1668
+ }
1669
+ ],
1670
+ "createBrand": [
1671
+ 30,
1672
+ {
1673
+ "input": [
1674
+ 78,
1675
+ "CreateBrandDto!"
1676
+ ]
1677
+ }
1678
+ ],
1679
+ "registerSponsor": [
1680
+ 58,
1681
+ {
1682
+ "input": [
1683
+ 80,
1684
+ "RegisterSponsorInput!"
1685
+ ]
1686
+ }
1687
+ ],
1688
+ "createSponsor": [
1689
+ 58,
1690
+ {
1691
+ "input": [
1692
+ 81,
1693
+ "CreateSponsorDto!"
1694
+ ]
1695
+ }
1696
+ ],
1697
+ "registerAthlete": [
1698
+ 56,
1699
+ {
1700
+ "input": [
1701
+ 82,
1702
+ "RegisterAthleteDto!"
1703
+ ]
1704
+ }
1705
+ ],
1706
+ "createSport": [
1707
+ 45,
1708
+ {
1709
+ "input": [
1710
+ 83,
1711
+ "CreateSportDto!"
1712
+ ]
1713
+ }
1714
+ ],
1715
+ "updateSport": [
1716
+ 45,
1717
+ {
1718
+ "input": [
1719
+ 84,
1720
+ "UpdateSportDto!"
1721
+ ]
1722
+ }
1723
+ ],
1724
+ "createSportLevel": [
1725
+ 48,
1726
+ {
1727
+ "input": [
1728
+ 85,
1729
+ "CreateSportLevelDto!"
1730
+ ]
1731
+ }
1732
+ ],
1733
+ "createSponsorwhip": [
1734
+ 43,
1735
+ {
1736
+ "input": [
1737
+ 87,
1738
+ "CreateSponsorshipDto!"
1739
+ ]
1740
+ }
1741
+ ],
1742
+ "createCountry": [
1743
+ 33,
1744
+ {
1745
+ "input": [
1746
+ 93,
1747
+ "CreateCountryDto!"
1748
+ ]
1749
+ }
1750
+ ],
1751
+ "createState": [
1752
+ 32,
1753
+ {
1754
+ "input": [
1755
+ 94,
1756
+ "CreateStateDto!"
1757
+ ]
1758
+ }
1759
+ ],
1760
+ "createCity": [
1761
+ 31,
1762
+ {
1763
+ "input": [
1764
+ 95,
1765
+ "CreateCityDto!"
1766
+ ]
1767
+ }
1768
+ ],
1769
+ "__typename": [
1770
+ 1
1771
+ ]
1772
+ },
1773
+ "CreateTenantInput": {
1774
+ "name": [
1775
+ 1
1776
+ ],
1777
+ "email": [
1778
+ 1
1779
+ ],
1780
+ "tenant_uri": [
1781
+ 1
1782
+ ],
1783
+ "domain": [
1784
+ 1
1785
+ ],
1786
+ "__typename": [
1787
+ 1
1788
+ ]
1789
+ },
1790
+ "CreateActiveUserInput": {
1791
+ "loginEmail": [
1792
+ 1
1793
+ ],
1794
+ "password": [
1795
+ 1
1796
+ ],
1797
+ "__typename": [
1798
+ 1
1799
+ ]
1800
+ },
1801
+ "RegisterUserToDomainFromEmailInput": {
1802
+ "email": [
1803
+ 1
1804
+ ],
1805
+ "domainId": [
1806
+ 1
1807
+ ],
1808
+ "tenantId": [
1809
+ 1
1810
+ ],
1811
+ "createUserIfNotExist": [
1812
+ 2
1813
+ ],
1814
+ "__typename": [
1815
+ 1
1816
+ ]
1817
+ },
1818
+ "RefreshTokenInput": {
1819
+ "refreshToken": [
1820
+ 1
1821
+ ],
1822
+ "__typename": [
1823
+ 1
1824
+ ]
1825
+ },
1826
+ "AWSS3DeleteUseTypeFileDto": {
1827
+ "name": [
1828
+ 1
1829
+ ],
1830
+ "useType": [
1831
+ 1
1832
+ ],
1833
+ "__typename": [
1834
+ 1
1835
+ ]
1836
+ },
1837
+ "AWSS3DeleteBucketFileDto": {
1838
+ "key": [
1839
+ 1
1840
+ ],
1841
+ "bucket": [
1842
+ 1
1843
+ ],
1844
+ "credentialsId": [
1845
+ 1
1846
+ ],
1847
+ "__typename": [
1848
+ 1
1849
+ ]
1850
+ },
1851
+ "AWSS3UploadedFileDto": {
1852
+ "key": [
1853
+ 1
1854
+ ],
1855
+ "useType": [
1856
+ 1
1857
+ ],
1858
+ "contentType": [
1859
+ 1
1860
+ ],
1861
+ "originalFileName": [
1862
+ 1
1863
+ ],
1864
+ "fileSize": [
1865
+ 15
1866
+ ],
1867
+ "__typename": [
1868
+ 1
1869
+ ]
1870
+ },
1871
+ "CreateIndustryDto": {
1872
+ "name": [
1873
+ 1
1874
+ ],
1875
+ "__typename": [
1876
+ 1
1877
+ ]
1878
+ },
1879
+ "CreateBrandDto": {
1880
+ "name": [
1881
+ 1
1882
+ ],
1883
+ "description": [
1884
+ 1
1885
+ ],
1886
+ "slogan": [
1887
+ 1
1888
+ ],
1889
+ "website": [
1890
+ 1
1891
+ ],
1892
+ "logo": [
1893
+ 76
1894
+ ],
1895
+ "banner": [
1896
+ 76
1897
+ ],
1898
+ "translations": [
1899
+ 79
1900
+ ],
1901
+ "__typename": [
1902
+ 1
1903
+ ]
1904
+ },
1905
+ "BrandTranslationDto": {
1906
+ "brandId": [
1907
+ 1
1908
+ ],
1909
+ "language": [
1910
+ 1
1911
+ ],
1912
+ "name": [
1913
+ 1
1914
+ ],
1915
+ "description": [
1916
+ 1
1917
+ ],
1918
+ "slogan": [
1919
+ 1
1920
+ ],
1921
+ "logo": [
1922
+ 76
1923
+ ],
1924
+ "banner": [
1925
+ 76
1926
+ ],
1927
+ "__typename": [
1928
+ 1
1929
+ ]
1930
+ },
1931
+ "RegisterSponsorInput": {
1932
+ "name": [
1933
+ 1
1934
+ ],
1935
+ "phone": [
1936
+ 1
1937
+ ],
1938
+ "hasWhatsapp": [
1939
+ 2
1940
+ ],
1941
+ "companyName": [
1942
+ 1
1943
+ ],
1944
+ "companyEmail": [
1945
+ 1
1946
+ ],
1947
+ "industryId": [
1948
+ 1
1949
+ ],
1950
+ "companySize": [
1951
+ 1
1952
+ ],
1953
+ "operatorType": [
1954
+ 1
1955
+ ],
1956
+ "numberOfAthletes": [
1957
+ 1
1958
+ ],
1959
+ "brands": [
1960
+ 1
1961
+ ],
1962
+ "__typename": [
1963
+ 1
1964
+ ]
1965
+ },
1966
+ "CreateSponsorDto": {
1967
+ "name": [
1968
+ 1
1969
+ ],
1970
+ "description": [
1971
+ 1
1972
+ ],
1973
+ "__typename": [
1974
+ 1
1975
+ ]
1976
+ },
1977
+ "RegisterAthleteDto": {
1978
+ "email": [
1979
+ 1
1980
+ ],
1981
+ "firstName": [
1982
+ 1
1983
+ ],
1984
+ "lastName": [
1985
+ 1
1986
+ ],
1987
+ "screenName": [
1988
+ 1
1989
+ ],
1990
+ "nationality": [
1991
+ 1
1992
+ ],
1993
+ "cityId": [
1994
+ 1
1995
+ ],
1996
+ "locLatitude": [
1997
+ 15
1998
+ ],
1999
+ "locLongitude": [
2000
+ 15
2001
+ ],
2002
+ "dateOfBirth": [
2003
+ 12
2004
+ ],
2005
+ "team": [
2006
+ 1
2007
+ ],
2008
+ "gender": [
2009
+ 1
2010
+ ],
2011
+ "mainSport": [
2012
+ 1
2013
+ ],
2014
+ "mainSportLevel": [
2015
+ 1
2016
+ ],
2017
+ "__typename": [
2018
+ 1
2019
+ ]
2020
+ },
2021
+ "CreateSportDto": {
2022
+ "name": [
2023
+ 1
2024
+ ],
2025
+ "__typename": [
2026
+ 1
2027
+ ]
2028
+ },
2029
+ "UpdateSportDto": {
2030
+ "_id": [
2031
+ 1
2032
+ ],
2033
+ "name": [
2034
+ 1
2035
+ ],
2036
+ "__typename": [
2037
+ 1
2038
+ ]
2039
+ },
2040
+ "CreateSportLevelDto": {
2041
+ "_id": [
2042
+ 1
2043
+ ],
2044
+ "label": [
2045
+ 1
2046
+ ],
2047
+ "index": [
2048
+ 15
2049
+ ],
2050
+ "translations": [
2051
+ 86
2052
+ ],
2053
+ "__typename": [
2054
+ 1
2055
+ ]
2056
+ },
2057
+ "CreateSportLevelTranslationDto": {
2058
+ "language": [
2059
+ 1
2060
+ ],
2061
+ "label": [
2062
+ 1
2063
+ ],
2064
+ "__typename": [
2065
+ 1
2066
+ ]
2067
+ },
2068
+ "CreateSponsorshipDto": {
2069
+ "title": [
2070
+ 1
2071
+ ],
2072
+ "brandId": [
2073
+ 1
2074
+ ],
2075
+ "description": [
2076
+ 1
2077
+ ],
2078
+ "cashValue": [
2079
+ 15
2080
+ ],
2081
+ "otherValue": [
2082
+ 15
2083
+ ],
2084
+ "banner": [
2085
+ 76
2086
+ ],
2087
+ "criteria": [
2088
+ 88
2089
+ ],
2090
+ "sponsorshipItems": [
2091
+ 90
2092
+ ],
2093
+ "commitments": [
2094
+ 91
2095
+ ],
2096
+ "terms": [
2097
+ 1
2098
+ ],
2099
+ "published": [
2100
+ 2
2101
+ ],
2102
+ "translations": [
2103
+ 92
2104
+ ],
2105
+ "__typename": [
2106
+ 1
2107
+ ]
2108
+ },
2109
+ "AthleteCriteriaDto": {
2110
+ "_id": [
2111
+ 1
2112
+ ],
2113
+ "label": [
2114
+ 1
2115
+ ],
2116
+ "qualifications": [
2117
+ 89
2118
+ ],
2119
+ "__typename": [
2120
+ 1
2121
+ ]
2122
+ },
2123
+ "QualificationDto": {
2124
+ "type": [
2125
+ 1
2126
+ ],
2127
+ "__typename": [
2128
+ 1
2129
+ ]
2130
+ },
2131
+ "SponsorshipItemDto": {
2132
+ "_id": [
2133
+ 1
2134
+ ],
2135
+ "name": [
2136
+ 1
2137
+ ],
2138
+ "__typename": [
2139
+ 1
2140
+ ]
2141
+ },
2142
+ "SponsorshipCommitmentDto": {
2143
+ "_id": [
2144
+ 1
2145
+ ],
2146
+ "name": [
2147
+ 1
2148
+ ],
2149
+ "__typename": [
2150
+ 1
2151
+ ]
2152
+ },
2153
+ "SponsorshipTranslationDto": {
2154
+ "title": [
2155
+ 1
2156
+ ],
2157
+ "description": [
2158
+ 1
2159
+ ],
2160
+ "banner": [
2161
+ 76
2162
+ ],
2163
+ "terms": [
2164
+ 1
2165
+ ],
2166
+ "__typename": [
2167
+ 1
2168
+ ]
2169
+ },
2170
+ "CreateCountryDto": {
2171
+ "_id": [
2172
+ 1
2173
+ ],
2174
+ "name": [
2175
+ 1
2176
+ ],
2177
+ "__typename": [
2178
+ 1
2179
+ ]
2180
+ },
2181
+ "CreateStateDto": {
2182
+ "_id": [
2183
+ 1
2184
+ ],
2185
+ "name": [
2186
+ 1
2187
+ ],
2188
+ "countryId": [
2189
+ 1
2190
+ ],
2191
+ "__typename": [
2192
+ 1
2193
+ ]
2194
+ },
2195
+ "CreateCityDto": {
2196
+ "_id": [
2197
+ 1
2198
+ ],
2199
+ "cityName": [
2200
+ 1
2201
+ ],
2202
+ "cityNameLocalized": [
2203
+ 1
2204
+ ],
2205
+ "lat": [
2206
+ 15
2207
+ ],
2208
+ "lng": [
2209
+ 15
2210
+ ],
2211
+ "stateId": [
2212
+ 1
2213
+ ],
2214
+ "timezone": [
2215
+ 1
2216
+ ],
2217
+ "city_alt": [
2218
+ 1
2219
+ ],
2220
+ "iso3": [
2221
+ 1
2222
+ ],
2223
+ "admin_type": [
2224
+ 1
2225
+ ],
2226
+ "capital": [
2227
+ 1
2228
+ ],
2229
+ "density": [
2230
+ 15
2231
+ ],
2232
+ "population": [
2233
+ 15
2234
+ ],
2235
+ "population_proper": [
2236
+ 15
2237
+ ],
2238
+ "ranking": [
2239
+ 15
2240
+ ],
2241
+ "same_name": [
2242
+ 1
2243
+ ],
2244
+ "__typename": [
2245
+ 1
2246
+ ]
2247
+ }
2248
+ }
2249
+ };
2250
+ //# sourceMappingURL=types.js.map