@vertikalx/vtx-backend-client 1.0.0-dev.8 → 1.0.0-dev.80

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 (73) hide show
  1. package/LICENSE.md +11 -11
  2. package/package.json +16 -16
  3. package/src/api/api-call-headers.d.ts +3 -3
  4. package/src/api/api-call-headers.js +3 -3
  5. package/src/api/api-call-headers.js.map +1 -1
  6. package/src/api/backend-response.d.ts +7 -1
  7. package/src/api/backend-response.js +0 -0
  8. package/src/api/backend-response.js.map +0 -0
  9. package/src/api/domains.d.ts +3 -0
  10. package/src/api/domains.js +7 -0
  11. package/src/api/domains.js.map +1 -0
  12. package/src/api/response-builder.d.ts +4 -0
  13. package/src/api/response-builder.js +123 -0
  14. package/src/api/response-builder.js.map +1 -0
  15. package/src/api/types.d.ts +2 -0
  16. package/src/api/types.js +3 -0
  17. package/src/api/types.js.map +1 -0
  18. package/src/api/vtx-apikey-api.d.ts +0 -0
  19. package/src/api/vtx-apikey-api.js +0 -0
  20. package/src/api/vtx-apikey-api.js.map +0 -0
  21. package/src/api/vtx-base-api.d.ts +57 -4
  22. package/src/api/vtx-base-api.js +4474 -115
  23. package/src/api/vtx-base-api.js.map +1 -1
  24. package/src/api/vtx-mobile-api.d.ts +0 -0
  25. package/src/api/vtx-mobile-api.js +0 -0
  26. package/src/api/vtx-mobile-api.js.map +0 -0
  27. package/src/api/vtx-web-browser-api.d.ts +0 -0
  28. package/src/api/vtx-web-browser-api.js +2 -2
  29. package/src/api/vtx-web-browser-api.js.map +1 -1
  30. package/src/api/vtx-web-server-api.d.ts +0 -0
  31. package/src/api/vtx-web-server-api.js +0 -0
  32. package/src/api/vtx-web-server-api.js.map +0 -0
  33. package/src/client/index.d.ts +0 -0
  34. package/src/client/index.js +0 -0
  35. package/src/client/index.js.map +0 -0
  36. package/src/client/runtime/batcher.d.ts +0 -0
  37. package/src/client/runtime/batcher.js +0 -0
  38. package/src/client/runtime/batcher.js.map +0 -0
  39. package/src/client/runtime/createClient.d.ts +4 -10
  40. package/src/client/runtime/createClient.js +0 -0
  41. package/src/client/runtime/createClient.js.map +0 -0
  42. package/src/client/runtime/error.d.ts +0 -0
  43. package/src/client/runtime/error.js +0 -0
  44. package/src/client/runtime/error.js.map +0 -0
  45. package/src/client/runtime/fetcher.d.ts +0 -0
  46. package/src/client/runtime/fetcher.js +0 -0
  47. package/src/client/runtime/fetcher.js.map +0 -0
  48. package/src/client/runtime/generateGraphqlOperation.d.ts +1 -1
  49. package/src/client/runtime/generateGraphqlOperation.js +0 -0
  50. package/src/client/runtime/generateGraphqlOperation.js.map +0 -0
  51. package/src/client/runtime/index.d.ts +0 -0
  52. package/src/client/runtime/index.js +0 -0
  53. package/src/client/runtime/index.js.map +0 -0
  54. package/src/client/runtime/linkTypeMap.d.ts +0 -0
  55. package/src/client/runtime/linkTypeMap.js +0 -0
  56. package/src/client/runtime/linkTypeMap.js.map +0 -0
  57. package/src/client/runtime/typeSelection.d.ts +0 -0
  58. package/src/client/runtime/typeSelection.js +0 -0
  59. package/src/client/runtime/typeSelection.js.map +0 -0
  60. package/src/client/runtime/types.d.ts +0 -0
  61. package/src/client/runtime/types.js +0 -0
  62. package/src/client/runtime/types.js.map +0 -0
  63. package/src/client/schema.d.ts +2658 -163
  64. package/src/client/schema.graphql +1330 -61
  65. package/src/client/schema.js +577 -44
  66. package/src/client/schema.js.map +1 -1
  67. package/src/client/types.d.ts +1470 -93
  68. package/src/client/types.js +3844 -251
  69. package/src/client/types.js.map +1 -1
  70. package/src/index.d.ts +3 -0
  71. package/src/index.js +3 -0
  72. package/src/index.js.map +1 -1
  73. package/tsconfig.lib.tsbuildinfo +1 -1
@@ -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,405 +209,3924 @@ 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": [
203
324
  1
204
325
  ],
205
- "description": [
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": [
206
354
  1
207
355
  ],
208
356
  "__typename": [
209
357
  1
210
358
  ]
211
359
  },
212
- "Industry": {
360
+ "PlaFeature": {
213
361
  "_id": [
214
362
  1
215
363
  ],
216
- "name": [
364
+ "title": [
365
+ 1
366
+ ],
367
+ "description": [
368
+ 1
369
+ ],
370
+ "quantity": [
371
+ 17
372
+ ],
373
+ "quantityUnit": [
217
374
  1
218
375
  ],
219
376
  "__typename": [
220
377
  1
221
378
  ]
222
379
  },
223
- "Query": {
224
- "tenant": [
225
- 8,
226
- {
227
- "_id": [
228
- 1,
229
- "String!"
230
- ]
231
- }
380
+ "Plan": {
381
+ "_id": [
382
+ 1
232
383
  ],
233
- "tenantByEmail": [
234
- 8,
235
- {
236
- "email": [
237
- 1,
238
- "String!"
239
- ]
240
- }
384
+ "name": [
385
+ 1
241
386
  ],
242
- "tenants": [
243
- 8
387
+ "description": [
388
+ 1
244
389
  ],
245
- "isTenantUriAvailable": [
246
- 9,
247
- {
248
- "tenant_uri": [
249
- 1,
250
- "String!"
251
- ]
252
- }
390
+ "prices": [
391
+ 21
253
392
  ],
254
- "tenantApiKeys": [
255
- 0
393
+ "features": [
394
+ 19
256
395
  ],
257
- "nontenantedUserById": [
258
- 6,
259
- {
260
- "_id": [
261
- 1,
262
- "String!"
263
- ]
264
- }
396
+ "isPublic": [
397
+ 2
265
398
  ],
266
- "nontenantedUserByEmail": [
267
- 6,
268
- {
269
- "email": [
270
- 1,
271
- "String!"
272
- ]
273
- }
399
+ "active": [
400
+ 2
274
401
  ],
275
- "industries": [
402
+ "startOfferingDate": [
276
403
  14
277
404
  ],
278
- "findIndustryById": [
279
- 14,
280
- {
281
- "industryId": [
282
- 1,
283
- "String!"
284
- ]
285
- }
286
- ],
287
- "brands": [
288
- 12
289
- ],
290
- "existsValidSponsorForEmail": [
291
- 13,
292
- {
293
- "loginEmail": [
294
- 1,
295
- "String!"
296
- ]
297
- }
405
+ "endOfferingDate": [
406
+ 14
298
407
  ],
299
- "sponsors": [
300
- 13
408
+ "termsAndConditions": [
409
+ 1
301
410
  ],
302
411
  "__typename": [
303
412
  1
304
413
  ]
305
414
  },
306
- "Mutation": {
307
- "createTenant": [
308
- 8,
309
- {
310
- "tenant": [
311
- 17,
312
- "CreateTenantInput!"
313
- ]
314
- }
415
+ "PlanPrice": {
416
+ "_id": [
417
+ 1
315
418
  ],
316
- "createTenantApiKey": [
317
- 0,
318
- {
319
- "newKeyInfo": [
320
- 18,
321
- "CreateApiKeyInput!"
322
- ]
323
- }
419
+ "currency": [
420
+ 1
324
421
  ],
325
- "createTenantApiKeyWithSystemKey": [
326
- 3,
327
- {
328
- "newKeyInfo": [
329
- 18,
330
- "CreateApiKeyInput!"
331
- ]
332
- }
422
+ "price": [
423
+ 17
333
424
  ],
334
- "createTenantWithLogin": [
335
- 10,
336
- {
337
- "tenant": [
338
- 17,
339
- "CreateTenantInput!"
340
- ]
341
- }
425
+ "taxMode": [
426
+ 1
342
427
  ],
343
- "createTenantUserToken": [
344
- 11,
345
- {
346
- "requestTokenDto": [
347
- 19,
348
- "CreateTenantUserTokenDto!"
349
- ]
350
- }
428
+ "period": [
429
+ 1
351
430
  ],
352
- "createTenantUserTokenFromEmailAndUri": [
353
- 11,
354
- {
355
- "requestTokenInfoDto": [
356
- 20,
357
- "CreateTenantUserTokenFromEmailAndUriDto!"
358
- ]
359
- }
431
+ "customDays": [
432
+ 17
360
433
  ],
361
- "createNonTenantedUserWithLogin": [
362
- 7,
363
- {
364
- "user": [
365
- 21,
366
- "CreateActiveUserInput!"
367
- ]
368
- }
434
+ "plan": [
435
+ 20
369
436
  ],
370
- "createNonTenantUserTokenFromEmail": [
371
- 4,
372
- {
373
- "email": [
374
- 1,
375
- "String!"
376
- ]
377
- }
437
+ "__typename": [
438
+ 1
439
+ ]
440
+ },
441
+ "Invoice": {
442
+ "_id": [
443
+ 1
378
444
  ],
379
- "createIndustry": [
380
- 14,
381
- {
382
- "input": [
383
- 22,
384
- "CreateIndustryDto!"
385
- ]
386
- }
445
+ "invoiceDate": [
446
+ 14
387
447
  ],
388
- "createBrand": [
389
- 12,
390
- {
391
- "input": [
392
- 23,
393
- "CreateBrandDto!"
394
- ]
395
- }
448
+ "billedEntity": [
449
+ 15
396
450
  ],
397
- "registerSponsor": [
398
- 13,
399
- {
400
- "input": [
401
- 24,
402
- "RegisterSponsorInput!"
403
- ]
404
- }
451
+ "dueDate": [
452
+ 14
405
453
  ],
406
- "createSponsor": [
407
- 13,
408
- {
409
- "input": [
410
- 25,
411
- "CreateSponsorDto!"
412
- ]
413
- }
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
414
471
  ],
415
472
  "__typename": [
416
473
  1
417
474
  ]
418
475
  },
419
- "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
+ ],
420
552
  "name": [
421
553
  1
422
554
  ],
423
- "email": [
555
+ "contentType": [
424
556
  1
425
557
  ],
426
- "tenant_uri": [
558
+ "size": [
559
+ 17
560
+ ],
561
+ "useType": [
562
+ 1
563
+ ],
564
+ "url": [
565
+ 1
566
+ ],
567
+ "key": [
427
568
  1
428
569
  ],
570
+ "pendingDelete": [
571
+ 2
572
+ ],
429
573
  "__typename": [
430
574
  1
431
575
  ]
432
576
  },
433
- "CreateApiKeyInput": {
434
- "keyName": [
577
+ "MagicLink": {
578
+ "_id": [
579
+ 1
580
+ ],
581
+ "code": [
582
+ 1
583
+ ],
584
+ "type": [
585
+ 1
586
+ ],
587
+ "url": [
435
588
  1
436
589
  ],
437
- "readAccess": [
590
+ "expires": [
591
+ 14
592
+ ],
593
+ "data": [
594
+ 1
595
+ ],
596
+ "isExpired": [
438
597
  2
439
598
  ],
440
- "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": [
441
620
  2
442
621
  ],
622
+ "createdDate": [
623
+ 14
624
+ ],
443
625
  "__typename": [
444
626
  1
445
627
  ]
446
628
  },
447
- "CreateTenantUserTokenDto": {
448
- "requestToken": [
629
+ "ErrorInfo": {
630
+ "errorCode": [
631
+ 17
632
+ ],
633
+ "errorMessage": [
449
634
  1
450
635
  ],
451
636
  "__typename": [
452
637
  1
453
638
  ]
454
639
  },
455
- "CreateTenantUserTokenFromEmailAndUriDto": {
456
- "email": [
640
+ "HttpRequestField": {
641
+ "key": [
457
642
  1
458
643
  ],
459
- "tenant_uri": [
644
+ "value": [
460
645
  1
461
646
  ],
462
647
  "__typename": [
463
648
  1
464
649
  ]
465
650
  },
466
- "CreateActiveUserInput": {
467
- "loginEmail": [
651
+ "AWSS3UploadUrl": {
652
+ "uploadUrl": [
468
653
  1
469
654
  ],
470
- "password": [
655
+ "fields": [
656
+ 30
657
+ ],
658
+ "downloadUrl": [
659
+ 1
660
+ ],
661
+ "bucket": [
662
+ 1
663
+ ],
664
+ "key": [
471
665
  1
472
666
  ],
473
667
  "__typename": [
474
668
  1
475
669
  ]
476
670
  },
477
- "CreateIndustryDto": {
478
- "name": [
671
+ "AWSS3CallResult": {
672
+ "httpStatus": [
673
+ 17
674
+ ],
675
+ "result": [
676
+ 1
677
+ ],
678
+ "message": [
679
+ 1
680
+ ],
681
+ "errors": [
479
682
  1
480
683
  ],
481
684
  "__typename": [
482
685
  1
483
686
  ]
484
687
  },
485
- "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
+ ],
486
729
  "name": [
487
730
  1
488
731
  ],
732
+ "slogan": [
733
+ 1
734
+ ],
489
735
  "description": [
490
736
  1
491
737
  ],
738
+ "logo": [
739
+ 26
740
+ ],
741
+ "banner": [
742
+ 26
743
+ ],
492
744
  "__typename": [
493
745
  1
494
746
  ]
495
747
  },
496
- "RegisterSponsorInput": {
748
+ "Brand": {
749
+ "_id": [
750
+ 1
751
+ ],
497
752
  "name": [
498
753
  1
499
754
  ],
500
- "phone": [
755
+ "slogan": [
501
756
  1
502
757
  ],
503
- "hasWhatsapp": [
758
+ "website": [
759
+ 1
760
+ ],
761
+ "description": [
762
+ 1
763
+ ],
764
+ "approved": [
504
765
  2
505
766
  ],
506
- "companyName": [
767
+ "published": [
768
+ 2
769
+ ],
770
+ "logo": [
771
+ 26
772
+ ],
773
+ "banner": [
774
+ 26
775
+ ],
776
+ "stats": [
777
+ 34
778
+ ],
779
+ "operatorIds": [
507
780
  1
508
781
  ],
509
- "companyEmail": [
782
+ "translations": [
783
+ 35
784
+ ],
785
+ "__typename": [
786
+ 1
787
+ ]
788
+ },
789
+ "City": {
790
+ "_id": [
510
791
  1
511
792
  ],
512
- "industryId": [
793
+ "name": [
513
794
  1
514
795
  ],
515
- "companySize": [
796
+ "localizedName": [
516
797
  1
517
798
  ],
518
- "operatorType": [
799
+ "state": [
800
+ 38
801
+ ],
802
+ "latitude": [
803
+ 17
804
+ ],
805
+ "longitude": [
806
+ 17
807
+ ],
808
+ "timezone": [
519
809
  1
520
810
  ],
521
- "numberOfAthletes": [
811
+ "__typename": [
812
+ 1
813
+ ]
814
+ },
815
+ "State": {
816
+ "_id": [
522
817
  1
523
818
  ],
524
- "brands": [
819
+ "name": [
525
820
  1
526
821
  ],
822
+ "country": [
823
+ 39
824
+ ],
825
+ "cities": [
826
+ 37
827
+ ],
527
828
  "__typename": [
528
829
  1
529
830
  ]
530
831
  },
531
- "CreateSponsorDto": {
832
+ "Country": {
833
+ "_id": [
834
+ 1
835
+ ],
532
836
  "name": [
533
837
  1
534
838
  ],
535
- "description": [
839
+ "states": [
840
+ 38
841
+ ],
842
+ "__typename": [
536
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
+ "WorldLocation": {
1449
+ "_id": [
1450
+ 1
1451
+ ],
1452
+ "userProvidedLatitude": [
1453
+ 17
1454
+ ],
1455
+ "userProvidedLongitude": [
1456
+ 17
1457
+ ],
1458
+ "cityNameGeocode": [
1459
+ 1
1460
+ ],
1461
+ "stateNameGeocode": [
1462
+ 1
1463
+ ],
1464
+ "countryIso2CodeGeocode": [
1465
+ 1
1466
+ ],
1467
+ "timeZoneGeocode": [
1468
+ 1
1469
+ ],
1470
+ "latitudeGeocode": [
1471
+ 17
1472
+ ],
1473
+ "longitudeGeocode": [
1474
+ 17
1475
+ ],
1476
+ "city": [
1477
+ 37
1478
+ ],
1479
+ "__typename": [
1480
+ 1
1481
+ ]
1482
+ },
1483
+ "SportsEvent": {
1484
+ "_id": [
1485
+ 1
1486
+ ],
1487
+ "name": [
1488
+ 1
1489
+ ],
1490
+ "mainSport": [
1491
+ 61
1492
+ ],
1493
+ "eventWebSite": [
1494
+ 1
1495
+ ],
1496
+ "startDate": [
1497
+ 14
1498
+ ],
1499
+ "endDate": [
1500
+ 14
1501
+ ],
1502
+ "verified": [
1503
+ 2
1504
+ ],
1505
+ "banner": [
1506
+ 26
1507
+ ],
1508
+ "location": [
1509
+ 68
1510
+ ],
1511
+ "__typename": [
1512
+ 1
1513
+ ]
1514
+ },
1515
+ "AthleteCompetitionResult": {
1516
+ "_id": [
1517
+ 1
1518
+ ],
1519
+ "resultType": [
1520
+ 1
1521
+ ],
1522
+ "position": [
1523
+ 17
1524
+ ],
1525
+ "score": [
1526
+ 1
1527
+ ],
1528
+ "finishTimeMS": [
1529
+ 17
1530
+ ],
1531
+ "resultWebLink": [
1532
+ 1
1533
+ ],
1534
+ "__typename": [
1535
+ 1
1536
+ ]
1537
+ },
1538
+ "BudgetItem": {
1539
+ "_id": [
1540
+ 1
1541
+ ],
1542
+ "quantity": [
1543
+ 17
1544
+ ],
1545
+ "concept": [
1546
+ 1
1547
+ ],
1548
+ "itemCost": [
1549
+ 17
1550
+ ],
1551
+ "__typename": [
1552
+ 1
1553
+ ]
1554
+ },
1555
+ "Budget": {
1556
+ "_id": [
1557
+ 1
1558
+ ],
1559
+ "initialFunds": [
1560
+ 17
1561
+ ],
1562
+ "totalRequired": [
1563
+ 17
1564
+ ],
1565
+ "items": [
1566
+ 71
1567
+ ],
1568
+ "__typename": [
1569
+ 1
1570
+ ]
1571
+ },
1572
+ "AthleteCompetition": {
1573
+ "_id": [
1574
+ 1
1575
+ ],
1576
+ "event": [
1577
+ 69
1578
+ ],
1579
+ "participationDate": [
1580
+ 14
1581
+ ],
1582
+ "competitionNumber": [
1583
+ 1
1584
+ ],
1585
+ "result": [
1586
+ 70
1587
+ ],
1588
+ "fundRaisingCampaignIds": [
1589
+ 1
1590
+ ],
1591
+ "budget": [
1592
+ 72
1593
+ ],
1594
+ "__typename": [
1595
+ 1
1596
+ ]
1597
+ },
1598
+ "MembershipOrganizationReference": {
1599
+ "_id": [
1600
+ 1
1601
+ ],
1602
+ "shortName": [
1603
+ 1
1604
+ ],
1605
+ "acronym": [
1606
+ 1
1607
+ ],
1608
+ "fullName": [
1609
+ 1
1610
+ ],
1611
+ "website": [
1612
+ 1
1613
+ ],
1614
+ "verified": [
1615
+ 2
1616
+ ],
1617
+ "logo": [
1618
+ 26
1619
+ ],
1620
+ "country": [
1621
+ 39
1622
+ ],
1623
+ "sport": [
1624
+ 61
1625
+ ],
1626
+ "__typename": [
1627
+ 1
1628
+ ]
1629
+ },
1630
+ "MembershipOrganization": {
1631
+ "_id": [
1632
+ 1
1633
+ ],
1634
+ "shortName": [
1635
+ 1
1636
+ ],
1637
+ "acronym": [
1638
+ 1
1639
+ ],
1640
+ "fullName": [
1641
+ 1
1642
+ ],
1643
+ "website": [
1644
+ 1
1645
+ ],
1646
+ "verified": [
1647
+ 2
1648
+ ],
1649
+ "logo": [
1650
+ 26
1651
+ ],
1652
+ "country": [
1653
+ 39
1654
+ ],
1655
+ "sport": [
1656
+ 61
1657
+ ],
1658
+ "memberships": [
1659
+ 76
1660
+ ],
1661
+ "__typename": [
1662
+ 1
1663
+ ]
1664
+ },
1665
+ "AthleteMembership": {
1666
+ "_id": [
1667
+ 1
1668
+ ],
1669
+ "organization": [
1670
+ 74
1671
+ ],
1672
+ "athlete": [
1673
+ 81
1674
+ ],
1675
+ "membershipNumber": [
1676
+ 1
1677
+ ],
1678
+ "membershipType": [
1679
+ 1
1680
+ ],
1681
+ "issueDate": [
1682
+ 14
1683
+ ],
1684
+ "expirationDate": [
1685
+ 14
1686
+ ],
1687
+ "__typename": [
1688
+ 1
1689
+ ]
1690
+ },
1691
+ "NewsLink": {
1692
+ "_id": [
1693
+ 1
1694
+ ],
1695
+ "title": [
1696
+ 1
1697
+ ],
1698
+ "url": [
1699
+ 1
1700
+ ],
1701
+ "abstract": [
1702
+ 1
1703
+ ],
1704
+ "__typename": [
1705
+ 1
1706
+ ]
1707
+ },
1708
+ "Channel": {
1709
+ "_id": [
1710
+ 1
1711
+ ],
1712
+ "type": [
1713
+ 1
1714
+ ],
1715
+ "handle": [
1716
+ 1
1717
+ ],
1718
+ "url": [
1719
+ 1
1720
+ ],
1721
+ "linked": [
1722
+ 2
1723
+ ],
1724
+ "__typename": [
1725
+ 1
1726
+ ]
1727
+ },
1728
+ "AthletePreferences": {
1729
+ "_id": [
1730
+ 1
1731
+ ],
1732
+ "showProfileHelper": [
1733
+ 2
1734
+ ],
1735
+ "__typename": [
1736
+ 1
1737
+ ]
1738
+ },
1739
+ "FundRaisingCampaign": {
1740
+ "_id": [
1741
+ 1
1742
+ ],
1743
+ "athlete": [
1744
+ 81
1745
+ ],
1746
+ "budgetMode": [
1747
+ 1
1748
+ ],
1749
+ "status": [
1750
+ 1
1751
+ ],
1752
+ "title": [
1753
+ 1
1754
+ ],
1755
+ "motivation": [
1756
+ 1
1757
+ ],
1758
+ "website": [
1759
+ 1
1760
+ ],
1761
+ "fundsRequired": [
1762
+ 17
1763
+ ],
1764
+ "initialFundsObtained": [
1765
+ 17
1766
+ ],
1767
+ "fundsObtained": [
1768
+ 17
1769
+ ],
1770
+ "location": [
1771
+ 68
1772
+ ],
1773
+ "endingDate": [
1774
+ 14
1775
+ ],
1776
+ "budget": [
1777
+ 72
1778
+ ],
1779
+ "competitions": [
1780
+ 73
1781
+ ],
1782
+ "__typename": [
1783
+ 1
1784
+ ]
1785
+ },
1786
+ "AthleteReference": {
1787
+ "_id": [
1788
+ 1
1789
+ ],
1790
+ "firstName": [
1791
+ 1
1792
+ ],
1793
+ "lastName": [
1794
+ 1
1795
+ ],
1796
+ "screenName": [
1797
+ 1
1798
+ ],
1799
+ "dob": [
1800
+ 14
1801
+ ],
1802
+ "lgbt": [
1803
+ 2
1804
+ ],
1805
+ "competitionGender": [
1806
+ 1
1807
+ ],
1808
+ "country": [
1809
+ 39
1810
+ ],
1811
+ "location": [
1812
+ 68
1813
+ ],
1814
+ "trainer": [
1815
+ 1
1816
+ ],
1817
+ "trainerUrl": [
1818
+ 1
1819
+ ],
1820
+ "followStats": [
1821
+ 60
1822
+ ],
1823
+ "mainSport": [
1824
+ 61
1825
+ ],
1826
+ "mainSportLevel": [
1827
+ 64
1828
+ ],
1829
+ "scores": [
1830
+ 62
1831
+ ],
1832
+ "rankings": [
1833
+ 66
1834
+ ],
1835
+ "totalUpcomingCompetitions": [
1836
+ 17
1837
+ ],
1838
+ "totalPastCompetitions": [
1839
+ 17
1840
+ ],
1841
+ "profilePicture": [
1842
+ 26
1843
+ ],
1844
+ "cardPicture": [
1845
+ 26
1846
+ ],
1847
+ "aboutMe": [
1848
+ 1
1849
+ ],
1850
+ "preferences": [
1851
+ 79
1852
+ ],
1853
+ "__typename": [
1854
+ 1
1855
+ ]
1856
+ },
1857
+ "Athlete": {
1858
+ "_id": [
1859
+ 1
1860
+ ],
1861
+ "firstName": [
1862
+ 1
1863
+ ],
1864
+ "lastName": [
1865
+ 1
1866
+ ],
1867
+ "screenName": [
1868
+ 1
1869
+ ],
1870
+ "dob": [
1871
+ 14
1872
+ ],
1873
+ "lgbt": [
1874
+ 2
1875
+ ],
1876
+ "competitionGender": [
1877
+ 1
1878
+ ],
1879
+ "country": [
1880
+ 39
1881
+ ],
1882
+ "location": [
1883
+ 68
1884
+ ],
1885
+ "trainer": [
1886
+ 1
1887
+ ],
1888
+ "trainerUrl": [
1889
+ 1
1890
+ ],
1891
+ "followStats": [
1892
+ 60
1893
+ ],
1894
+ "mainSport": [
1895
+ 61
1896
+ ],
1897
+ "mainSportLevel": [
1898
+ 64
1899
+ ],
1900
+ "scores": [
1901
+ 62
1902
+ ],
1903
+ "rankings": [
1904
+ 66
1905
+ ],
1906
+ "totalUpcomingCompetitions": [
1907
+ 17
1908
+ ],
1909
+ "totalPastCompetitions": [
1910
+ 17
1911
+ ],
1912
+ "profilePicture": [
1913
+ 26
1914
+ ],
1915
+ "cardPicture": [
1916
+ 26
1917
+ ],
1918
+ "aboutMe": [
1919
+ 1
1920
+ ],
1921
+ "preferences": [
1922
+ 79
1923
+ ],
1924
+ "allSports": [
1925
+ 61
1926
+ ],
1927
+ "teams": [
1928
+ 67
1929
+ ],
1930
+ "sponsorBrands": [
1931
+ 36
1932
+ ],
1933
+ "competitions": [
1934
+ 73
1935
+ ],
1936
+ "affiliations": [
1937
+ 76
1938
+ ],
1939
+ "newsLinks": [
1940
+ 77
1941
+ ],
1942
+ "channels": [
1943
+ 78
1944
+ ],
1945
+ "currentCampaign": [
1946
+ 80
1947
+ ],
1948
+ "fundingCampaigns": [
1949
+ 80
1950
+ ],
1951
+ "__typename": [
1952
+ 1
1953
+ ]
1954
+ },
1955
+ "SponsorAthleteInvitation": {
1956
+ "_id": [
1957
+ 1
1958
+ ],
1959
+ "name": [
1960
+ 1
1961
+ ],
1962
+ "email": [
1963
+ 1
1964
+ ],
1965
+ "dateSent": [
1966
+ 14
1967
+ ],
1968
+ "sponsor": [
1969
+ 53
1970
+ ],
1971
+ "magicLink": [
1972
+ 27
1973
+ ],
1974
+ "brand": [
1975
+ 36
1976
+ ],
1977
+ "status": [
1978
+ 1
1979
+ ],
1980
+ "__typename": [
1981
+ 1
1982
+ ]
1983
+ },
1984
+ "StravaToken": {
1985
+ "token_type": [
1986
+ 1
1987
+ ],
1988
+ "expires_at": [
1989
+ 1
1990
+ ],
1991
+ "refresh_token": [
1992
+ 1
1993
+ ],
1994
+ "access_token": [
1995
+ 1
1996
+ ],
1997
+ "__typename": [
1998
+ 1
1999
+ ]
2000
+ },
2001
+ "EditValueResponse": {
2002
+ "field": [
2003
+ 1
2004
+ ],
2005
+ "oldValue": [
2006
+ 1
2007
+ ],
2008
+ "newValue": [
2009
+ 1
2010
+ ],
2011
+ "changed": [
2012
+ 2
2013
+ ],
2014
+ "__typename": [
2015
+ 1
2016
+ ]
2017
+ },
2018
+ "ErrorType": {
2019
+ "code": [
2020
+ 17
2021
+ ],
2022
+ "message": [
2023
+ 1
2024
+ ],
2025
+ "__typename": [
2026
+ 1
2027
+ ]
2028
+ },
2029
+ "DeleteSingleValueResponse": {
2030
+ "idToDelete": [
2031
+ 1
2032
+ ],
2033
+ "deleted": [
2034
+ 2
2035
+ ],
2036
+ "failureReason": [
2037
+ 86
2038
+ ],
2039
+ "__typename": [
2040
+ 1
2041
+ ]
2042
+ },
2043
+ "SortOrder": {
2044
+ "sortField": [
2045
+ 1
2046
+ ],
2047
+ "order": [
2048
+ 1
2049
+ ],
2050
+ "__typename": [
2051
+ 1
2052
+ ]
2053
+ },
2054
+ "CursorPaginationResponse": {
2055
+ "sort": [
2056
+ 88
2057
+ ],
2058
+ "initialCursorId": [
2059
+ 1
2060
+ ],
2061
+ "nextCursorId": [
2062
+ 1
2063
+ ],
2064
+ "initialCursorValue": [
2065
+ 1
2066
+ ],
2067
+ "nextCursorValue": [
2068
+ 1
2069
+ ],
2070
+ "limit": [
2071
+ 17
2072
+ ],
2073
+ "retrieved": [
2074
+ 17
2075
+ ],
2076
+ "isLastPage": [
2077
+ 2
2078
+ ],
2079
+ "__typename": [
2080
+ 1
2081
+ ]
2082
+ },
2083
+ "AthleteQueryResponse": {
2084
+ "athletes": [
2085
+ 82
2086
+ ],
2087
+ "cursor": [
2088
+ 89
2089
+ ],
2090
+ "__typename": [
2091
+ 1
2092
+ ]
2093
+ },
2094
+ "UserImages": {
2095
+ "profilePictureUrl": [
2096
+ 1
2097
+ ],
2098
+ "cardPictureUrl": [
2099
+ 1
2100
+ ],
2101
+ "bannerPictureUrl": [
2102
+ 1
2103
+ ],
2104
+ "__typename": [
2105
+ 1
2106
+ ]
2107
+ },
2108
+ "DeleteValuesResponse": {
2109
+ "deleted": [
2110
+ 1
2111
+ ],
2112
+ "failedToDelete": [
2113
+ 1
2114
+ ],
2115
+ "failureReason": [
2116
+ 86
2117
+ ],
2118
+ "result": [
2119
+ 1
2120
+ ],
2121
+ "__typename": [
2122
+ 1
2123
+ ]
2124
+ },
2125
+ "CreateVerificationCodeDto": {
2126
+ "type": [
2127
+ 1
2128
+ ],
2129
+ "recipient": [
2130
+ 1
2131
+ ],
2132
+ "expiresTime": [
2133
+ 17
2134
+ ],
2135
+ "expiresUnit": [
2136
+ 1
2137
+ ],
2138
+ "data": [
2139
+ 1
2140
+ ],
2141
+ "__typename": [
2142
+ 1
2143
+ ]
2144
+ },
2145
+ "VerifyCodeDto": {
2146
+ "codeId": [
2147
+ 1
2148
+ ],
2149
+ "enteredCodeValue": [
2150
+ 1
2151
+ ],
2152
+ "type": [
2153
+ 1
2154
+ ],
2155
+ "__typename": [
2156
+ 1
2157
+ ]
2158
+ },
2159
+ "AthleteInvitationDto": {
2160
+ "email": [
2161
+ 1
2162
+ ],
2163
+ "name": [
2164
+ 1
2165
+ ],
2166
+ "sender": [
2167
+ 1
2168
+ ],
2169
+ "brandId": [
2170
+ 1
2171
+ ],
2172
+ "__typename": [
2173
+ 1
2174
+ ]
2175
+ },
2176
+ "InviteAthletesDto": {
2177
+ "language": [
2178
+ 1
2179
+ ],
2180
+ "invitations": [
2181
+ 95
2182
+ ],
2183
+ "__typename": [
2184
+ 1
2185
+ ]
2186
+ },
2187
+ "CompetitionResultDto": {
2188
+ "resultType": [
2189
+ 1
2190
+ ],
2191
+ "position": [
2192
+ 17
2193
+ ],
2194
+ "score": [
2195
+ 1
2196
+ ],
2197
+ "finishTimeMS": [
2198
+ 17
2199
+ ],
2200
+ "resultWebLink": [
2201
+ 1
2202
+ ],
2203
+ "__typename": [
2204
+ 1
2205
+ ]
2206
+ },
2207
+ "SetCompetitionResultDto": {
2208
+ "resultType": [
2209
+ 1
2210
+ ],
2211
+ "position": [
2212
+ 17
2213
+ ],
2214
+ "score": [
2215
+ 1
2216
+ ],
2217
+ "finishTimeMS": [
2218
+ 17
2219
+ ],
2220
+ "resultWebLink": [
2221
+ 1
2222
+ ],
2223
+ "competitionId": [
2224
+ 1
2225
+ ],
2226
+ "__typename": [
2227
+ 1
2228
+ ]
2229
+ },
2230
+ "CreateAthleteCompetitionDto": {
2231
+ "event": [
2232
+ 1
2233
+ ],
2234
+ "date": [
2235
+ 14
2236
+ ],
2237
+ "eventWebsite": [
2238
+ 1
2239
+ ],
2240
+ "competitionNumber": [
2241
+ 1
2242
+ ],
2243
+ "result": [
2244
+ 97
2245
+ ],
2246
+ "cityId": [
2247
+ 1
2248
+ ],
2249
+ "__typename": [
2250
+ 1
2251
+ ]
2252
+ },
2253
+ "CreateAthleteCompetitionForDto": {
2254
+ "event": [
2255
+ 1
2256
+ ],
2257
+ "date": [
2258
+ 14
2259
+ ],
2260
+ "eventWebsite": [
2261
+ 1
2262
+ ],
2263
+ "competitionNumber": [
2264
+ 1
2265
+ ],
2266
+ "result": [
2267
+ 97
2268
+ ],
2269
+ "cityId": [
2270
+ 1
2271
+ ],
2272
+ "loginEmail": [
2273
+ 1
2274
+ ],
2275
+ "__typename": [
2276
+ 1
2277
+ ]
2278
+ },
2279
+ "CursorPositionDto": {
2280
+ "cursorId": [
2281
+ 1
2282
+ ],
2283
+ "cursorFieldValue": [
2284
+ 1
2285
+ ],
2286
+ "__typename": [
2287
+ 1
2288
+ ]
2289
+ },
2290
+ "SortCriteriaDto": {
2291
+ "sortField": [
2292
+ 1
2293
+ ],
2294
+ "order": [
2295
+ 1
2296
+ ],
2297
+ "__typename": [
2298
+ 1
2299
+ ]
2300
+ },
2301
+ "CursorPaginationDto": {
2302
+ "sortCriteria": [
2303
+ 102
2304
+ ],
2305
+ "limit": [
2306
+ 17
2307
+ ],
2308
+ "cursorPosition": [
2309
+ 101
2310
+ ],
2311
+ "__typename": [
2312
+ 1
2313
+ ]
2314
+ },
2315
+ "DeleteSingleValueDto": {
2316
+ "idToDelete": [
2317
+ 1
2318
+ ],
2319
+ "__typename": [
2320
+ 1
2321
+ ]
2322
+ },
2323
+ "FundCampaignFilterDto": {
2324
+ "campaignTitle": [
2325
+ 1
2326
+ ],
2327
+ "status": [
2328
+ 1
2329
+ ],
2330
+ "minCompletion": [
2331
+ 17
2332
+ ],
2333
+ "maxCompletion": [
2334
+ 17
2335
+ ],
2336
+ "minFundsRequired": [
2337
+ 17
2338
+ ],
2339
+ "maxFundsRequired": [
2340
+ 17
2341
+ ],
2342
+ "minEndingDate": [
2343
+ 14
2344
+ ],
2345
+ "maxEndingDate": [
2346
+ 14
2347
+ ],
2348
+ "competitions": [
2349
+ 1
2350
+ ],
2351
+ "cities": [
2352
+ 1
2353
+ ],
2354
+ "states": [
2355
+ 1
2356
+ ],
2357
+ "countries": [
2358
+ 1
2359
+ ],
2360
+ "__typename": [
2361
+ 1
2362
+ ]
2363
+ },
2364
+ "AthleteFilterDto": {
2365
+ "name": [
2366
+ 1
2367
+ ],
2368
+ "cities": [
2369
+ 1
2370
+ ],
2371
+ "states": [
2372
+ 1
2373
+ ],
2374
+ "countries": [
2375
+ 1
2376
+ ],
2377
+ "teams": [
2378
+ 1
2379
+ ],
2380
+ "currentCampaign": [
2381
+ 105
2382
+ ],
2383
+ "sports": [
2384
+ 1
2385
+ ],
2386
+ "mainSportOnly": [
2387
+ 2
2388
+ ],
2389
+ "gender": [
2390
+ 1
2391
+ ],
2392
+ "minAge": [
2393
+ 17
2394
+ ],
2395
+ "maxAge": [
2396
+ 17
2397
+ ],
2398
+ "minDob": [
2399
+ 14
2400
+ ],
2401
+ "maxDob": [
2402
+ 14
2403
+ ],
2404
+ "minVTXScore": [
2405
+ 17
2406
+ ],
2407
+ "maxVTXScore": [
2408
+ 17
2409
+ ],
2410
+ "minSocialScore": [
2411
+ 17
2412
+ ],
2413
+ "maxSocialScore": [
2414
+ 17
2415
+ ],
2416
+ "minTrainingScore": [
2417
+ 17
2418
+ ],
2419
+ "maxTrainingScore": [
2420
+ 17
2421
+ ],
2422
+ "minPerformanceScore": [
2423
+ 17
2424
+ ],
2425
+ "maxPerformanceScore": [
2426
+ 17
2427
+ ],
2428
+ "__typename": [
2429
+ 1
2430
+ ]
2431
+ },
2432
+ "AthleteQueryDto": {
2433
+ "cursor": [
2434
+ 103
2435
+ ],
2436
+ "filters": [
2437
+ 106
2438
+ ],
2439
+ "__typename": [
2440
+ 1
2441
+ ]
2442
+ },
2443
+ "QualificationDto": {
2444
+ "type": [
2445
+ 1
2446
+ ],
2447
+ "__typename": [
2448
+ 1
2449
+ ]
2450
+ },
2451
+ "AgeQualificationDto": {
2452
+ "type": [
2453
+ 1
2454
+ ],
2455
+ "value": [
2456
+ 17
2457
+ ],
2458
+ "operator": [
2459
+ 1
2460
+ ],
2461
+ "__typename": [
2462
+ 1
2463
+ ]
2464
+ },
2465
+ "GenderQualificationDto": {
2466
+ "type": [
2467
+ 1
2468
+ ],
2469
+ "operator": [
2470
+ 1
2471
+ ],
2472
+ "values": [
2473
+ 1
2474
+ ],
2475
+ "__typename": [
2476
+ 1
2477
+ ]
2478
+ },
2479
+ "NationalityQualificationDto": {
2480
+ "type": [
2481
+ 1
2482
+ ],
2483
+ "operator": [
2484
+ 1
2485
+ ],
2486
+ "countries": [
2487
+ 1
2488
+ ],
2489
+ "__typename": [
2490
+ 1
2491
+ ]
2492
+ },
2493
+ "ScoreQualificationDto": {
2494
+ "type": [
2495
+ 1
2496
+ ],
2497
+ "scoreType": [
2498
+ 1
2499
+ ],
2500
+ "operator": [
2501
+ 1
2502
+ ],
2503
+ "value": [
2504
+ 17
2505
+ ],
2506
+ "__typename": [
2507
+ 1
2508
+ ]
2509
+ },
2510
+ "LocationQualificationDto": {
2511
+ "type": [
2512
+ 1
2513
+ ],
2514
+ "operator": [
2515
+ 1
2516
+ ],
2517
+ "countries": [
2518
+ 1
2519
+ ],
2520
+ "states": [
2521
+ 1
2522
+ ],
2523
+ "cities": [
2524
+ 1
2525
+ ],
2526
+ "__typename": [
2527
+ 1
2528
+ ]
2529
+ },
2530
+ "DistanceQualificationDto": {
2531
+ "type": [
2532
+ 1
2533
+ ],
2534
+ "maxDistance": [
2535
+ 17
2536
+ ],
2537
+ "latitude": [
2538
+ 17
2539
+ ],
2540
+ "longitude": [
2541
+ 17
2542
+ ],
2543
+ "cityId": [
2544
+ 1
2545
+ ],
2546
+ "__typename": [
2547
+ 1
2548
+ ]
2549
+ },
2550
+ "SportsQualificationDto": {
2551
+ "type": [
2552
+ 1
2553
+ ],
2554
+ "sports": [
2555
+ 1
2556
+ ],
2557
+ "operator": [
2558
+ 1
2559
+ ],
2560
+ "__typename": [
2561
+ 1
2562
+ ]
2563
+ },
2564
+ "SportsLevelQualificationDto": {
2565
+ "type": [
2566
+ 1
2567
+ ],
2568
+ "operator": [
2569
+ 1
2570
+ ],
2571
+ "level": [
2572
+ 1
2573
+ ],
2574
+ "__typename": [
2575
+ 1
2576
+ ]
2577
+ },
2578
+ "RegisterUserDto": {
2579
+ "email": [
2580
+ 1
2581
+ ],
2582
+ "password": [
2583
+ 1
2584
+ ],
2585
+ "inviteCode": [
2586
+ 1
2587
+ ],
2588
+ "__typename": [
2589
+ 1
2590
+ ]
2591
+ },
2592
+ "DeleteValuesDto": {
2593
+ "idsToDelete": [
2594
+ 1
2595
+ ],
2596
+ "allOrNone": [
2597
+ 2
2598
+ ],
2599
+ "__typename": [
2600
+ 1
2601
+ ]
2602
+ },
2603
+ "BudgetItemDto": {
2604
+ "quantity": [
2605
+ 17
2606
+ ],
2607
+ "concept": [
2608
+ 1
2609
+ ],
2610
+ "itemCost": [
2611
+ 17
2612
+ ],
2613
+ "__typename": [
2614
+ 1
2615
+ ]
2616
+ },
2617
+ "CreateBudgetItemDto": {
2618
+ "quantity": [
2619
+ 17
2620
+ ],
2621
+ "concept": [
2622
+ 1
2623
+ ],
2624
+ "itemCost": [
2625
+ 17
2626
+ ],
2627
+ "budgetId": [
2628
+ 1
2629
+ ],
2630
+ "__typename": [
2631
+ 1
2632
+ ]
2633
+ },
2634
+ "CreateBudgetDto": {
2635
+ "initialFunds": [
2636
+ 17
2637
+ ],
2638
+ "items": [
2639
+ 119
2640
+ ],
2641
+ "__typename": [
2642
+ 1
2643
+ ]
2644
+ },
2645
+ "CreateCompetitionBudgetDto": {
2646
+ "initialFunds": [
2647
+ 17
2648
+ ],
2649
+ "items": [
2650
+ 119
2651
+ ],
2652
+ "athleteCompetitionId": [
2653
+ 1
2654
+ ],
2655
+ "__typename": [
2656
+ 1
2657
+ ]
2658
+ },
2659
+ "CreateFundingCampaignDto": {
2660
+ "budgetMode": [
2661
+ 1
2662
+ ],
2663
+ "title": [
2664
+ 1
2665
+ ],
2666
+ "motivation": [
2667
+ 1
2668
+ ],
2669
+ "website": [
2670
+ 1
2671
+ ],
2672
+ "fundsRequired": [
2673
+ 17
2674
+ ],
2675
+ "initialFundsObtained": [
2676
+ 17
2677
+ ],
2678
+ "cityId": [
2679
+ 1
2680
+ ],
2681
+ "endingDate": [
2682
+ 14
2683
+ ],
2684
+ "budget": [
2685
+ 121
2686
+ ],
2687
+ "competitionBudgets": [
2688
+ 122
2689
+ ],
2690
+ "competitionIds": [
2691
+ 1
2692
+ ],
2693
+ "__typename": [
2694
+ 1
2695
+ ]
2696
+ },
2697
+ "CreateFundingCampaignForDto": {
2698
+ "budgetMode": [
2699
+ 1
2700
+ ],
2701
+ "title": [
2702
+ 1
2703
+ ],
2704
+ "motivation": [
2705
+ 1
2706
+ ],
2707
+ "website": [
2708
+ 1
2709
+ ],
2710
+ "fundsRequired": [
2711
+ 17
2712
+ ],
2713
+ "initialFundsObtained": [
2714
+ 17
2715
+ ],
2716
+ "cityId": [
2717
+ 1
2718
+ ],
2719
+ "endingDate": [
2720
+ 14
2721
+ ],
2722
+ "budget": [
2723
+ 121
2724
+ ],
2725
+ "competitionBudgets": [
2726
+ 122
2727
+ ],
2728
+ "competitionIds": [
2729
+ 1
2730
+ ],
2731
+ "loginEmail": [
2732
+ 1
2733
+ ],
2734
+ "__typename": [
2735
+ 1
2736
+ ]
2737
+ },
2738
+ "CreateMembershipOrganizationDto": {
2739
+ "shortName": [
2740
+ 1
2741
+ ],
2742
+ "acronym": [
2743
+ 1
2744
+ ],
2745
+ "fullName": [
2746
+ 1
2747
+ ],
2748
+ "website": [
2749
+ 1
2750
+ ],
2751
+ "logo": [
2752
+ 126
2753
+ ],
2754
+ "countryId": [
2755
+ 1
2756
+ ],
2757
+ "sportId": [
2758
+ 1
2759
+ ],
2760
+ "__typename": [
2761
+ 1
2762
+ ]
2763
+ },
2764
+ "AWSS3UploadedFileDto": {
2765
+ "key": [
2766
+ 1
2767
+ ],
2768
+ "useType": [
2769
+ 1
2770
+ ],
2771
+ "contentType": [
2772
+ 1
2773
+ ],
2774
+ "originalFileName": [
2775
+ 1
2776
+ ],
2777
+ "fileSize": [
2778
+ 17
2779
+ ],
2780
+ "__typename": [
2781
+ 1
2782
+ ]
2783
+ },
2784
+ "CreateAthleteMembershipDto": {
2785
+ "organizationId": [
2786
+ 1
2787
+ ],
2788
+ "athleteId": [
2789
+ 1
2790
+ ],
2791
+ "membershipNumber": [
2792
+ 1
2793
+ ],
2794
+ "membershipType": [
2795
+ 1
2796
+ ],
2797
+ "issueDate": [
2798
+ 14
2799
+ ],
2800
+ "expirationDate": [
2801
+ 14
2802
+ ],
2803
+ "__typename": [
2804
+ 1
2805
+ ]
2806
+ },
2807
+ "Query": {
2808
+ "findTenantById": [
2809
+ 5,
2810
+ {
2811
+ "_id": [
2812
+ 1,
2813
+ "String!"
2814
+ ]
2815
+ }
2816
+ ],
2817
+ "findTenantByEmail": [
2818
+ 5,
2819
+ {
2820
+ "email": [
2821
+ 1,
2822
+ "String!"
2823
+ ],
2824
+ "domainId": [
2825
+ 1,
2826
+ "String!"
2827
+ ]
2828
+ }
2829
+ ],
2830
+ "getTenants": [
2831
+ 5
2832
+ ],
2833
+ "isTenantUriAvailable": [
2834
+ 12,
2835
+ {
2836
+ "tenant_uri": [
2837
+ 1,
2838
+ "String!"
2839
+ ]
2840
+ }
2841
+ ],
2842
+ "findUserById": [
2843
+ 0,
2844
+ {
2845
+ "_id": [
2846
+ 1,
2847
+ "String!"
2848
+ ]
2849
+ }
2850
+ ],
2851
+ "findUserByEmail": [
2852
+ 0,
2853
+ {
2854
+ "email": [
2855
+ 1,
2856
+ "String!"
2857
+ ]
2858
+ }
2859
+ ],
2860
+ "validateUserCredentials": [
2861
+ 0,
2862
+ {
2863
+ "username": [
2864
+ 1,
2865
+ "String!"
2866
+ ],
2867
+ "password": [
2868
+ 1,
2869
+ "String!"
2870
+ ]
2871
+ }
2872
+ ],
2873
+ "getUploadUrl": [
2874
+ 31,
2875
+ {
2876
+ "input": [
2877
+ 129,
2878
+ "AWSS3GetUploadDto!"
2879
+ ]
2880
+ }
2881
+ ],
2882
+ "industries": [
2883
+ 50
2884
+ ],
2885
+ "findIndustryById": [
2886
+ 50,
2887
+ {
2888
+ "industryId": [
2889
+ 1,
2890
+ "String!"
2891
+ ]
2892
+ }
2893
+ ],
2894
+ "brands": [
2895
+ 36
2896
+ ],
2897
+ "getBrandByName": [
2898
+ 36,
2899
+ {
2900
+ "name": [
2901
+ 1,
2902
+ "String!"
2903
+ ],
2904
+ "translations": [
2905
+ 2,
2906
+ "Boolean!"
2907
+ ]
2908
+ }
2909
+ ],
2910
+ "getBrandTranslation": [
2911
+ 35,
2912
+ {
2913
+ "brandId": [
2914
+ 1,
2915
+ "String!"
2916
+ ],
2917
+ "language": [
2918
+ 1,
2919
+ "String!"
2920
+ ]
2921
+ }
2922
+ ],
2923
+ "existsValidSponsorForEmail": [
2924
+ 53,
2925
+ {
2926
+ "loginEmail": [
2927
+ 1,
2928
+ "String!"
2929
+ ]
2930
+ }
2931
+ ],
2932
+ "sponsors": [
2933
+ 53
2934
+ ],
2935
+ "findSponsorAthleteInvitation": [
2936
+ 83,
2937
+ {
2938
+ "input": [
2939
+ 130,
2940
+ "FindSponsorAthleteInvitationDto!"
2941
+ ]
2942
+ }
2943
+ ],
2944
+ "getAthletes": [
2945
+ 82
2946
+ ],
2947
+ "queryAthleteFundingCampaigns": [
2948
+ 90,
2949
+ {
2950
+ "input": [
2951
+ 107,
2952
+ "AthleteQueryDto!"
2953
+ ]
2954
+ }
2955
+ ],
2956
+ "searchAthletes": [
2957
+ 82,
2958
+ {
2959
+ "searchString": [
2960
+ 1,
2961
+ "String!"
2962
+ ]
2963
+ }
2964
+ ],
2965
+ "findAthleteById": [
2966
+ 82,
2967
+ {
2968
+ "athleteId": [
2969
+ 1,
2970
+ "String!"
2971
+ ]
2972
+ }
2973
+ ],
2974
+ "findAthleteForUser": [
2975
+ 82,
2976
+ {
2977
+ "loginEmail": [
2978
+ 1,
2979
+ "String!"
2980
+ ]
2981
+ }
2982
+ ],
2983
+ "getRecommendedAthletes": [
2984
+ 82,
2985
+ {
2986
+ "loginEmail": [
2987
+ 1,
2988
+ "String!"
2989
+ ]
2990
+ }
2991
+ ],
2992
+ "getSponsorAthletesForTenant": [
2993
+ 82
2994
+ ],
2995
+ "getAthleteCompetitions": [
2996
+ 73,
2997
+ {
2998
+ "input": [
2999
+ 131,
3000
+ "GetAthleteCompetitionsDto!"
3001
+ ]
3002
+ }
3003
+ ],
3004
+ "getAthleteMemberships": [
3005
+ 76,
3006
+ {
3007
+ "athleteId": [
3008
+ 1,
3009
+ "String!"
3010
+ ]
3011
+ }
3012
+ ],
3013
+ "getSports": [
3014
+ 61
3015
+ ],
3016
+ "findSportById": [
3017
+ 61,
3018
+ {
3019
+ "sportId": [
3020
+ 1,
3021
+ "String!"
3022
+ ]
3023
+ }
3024
+ ],
3025
+ "getSportLevels": [
3026
+ 64
3027
+ ],
3028
+ "getPublicSponsorships": [
3029
+ 59
3030
+ ],
3031
+ "getTenantSponsorships": [
3032
+ 59
3033
+ ],
3034
+ "getCountries": [
3035
+ 39
3036
+ ],
3037
+ "getCountryStates": [
3038
+ 38,
3039
+ {
3040
+ "countryId": [
3041
+ 1,
3042
+ "String!"
3043
+ ]
3044
+ }
3045
+ ],
3046
+ "getStateCities": [
3047
+ 37,
3048
+ {
3049
+ "stateId": [
3050
+ 1,
3051
+ "String!"
3052
+ ]
3053
+ }
3054
+ ],
3055
+ "findCitiesStartingWith": [
3056
+ 37,
3057
+ {
3058
+ "text": [
3059
+ 1,
3060
+ "String!"
3061
+ ]
3062
+ }
3063
+ ],
3064
+ "findCityById": [
3065
+ 37,
3066
+ {
3067
+ "cityId": [
3068
+ 1,
3069
+ "String!"
3070
+ ]
3071
+ }
3072
+ ],
3073
+ "findVtxUser": [
3074
+ 0,
3075
+ {
3076
+ "input": [
3077
+ 132,
3078
+ "FindVtxUserDto!"
3079
+ ]
3080
+ }
3081
+ ],
3082
+ "validateUserCredentialsVtx": [
3083
+ 0,
3084
+ {
3085
+ "username": [
3086
+ 1,
3087
+ "String!"
3088
+ ],
3089
+ "password": [
3090
+ 1,
3091
+ "String!"
3092
+ ]
3093
+ }
3094
+ ],
3095
+ "getUserImagesFromEmail": [
3096
+ 91,
3097
+ {
3098
+ "loginEmail": [
3099
+ 1,
3100
+ "String!"
3101
+ ]
3102
+ }
3103
+ ],
3104
+ "getStravaLoginUrl": [
3105
+ 1
3106
+ ],
3107
+ "getSportsEvents": [
3108
+ 69,
3109
+ {
3110
+ "input": [
3111
+ 133,
3112
+ "GetSportEventsDto!"
3113
+ ]
3114
+ }
3115
+ ],
3116
+ "getMembershipOrganizations": [
3117
+ 74
3118
+ ],
3119
+ "__typename": [
3120
+ 1
3121
+ ]
3122
+ },
3123
+ "AWSS3GetUploadDto": {
3124
+ "useType": [
3125
+ 1
3126
+ ],
3127
+ "name": [
3128
+ 1
3129
+ ],
3130
+ "__typename": [
3131
+ 1
3132
+ ]
3133
+ },
3134
+ "FindSponsorAthleteInvitationDto": {
3135
+ "code": [
3136
+ 1
3137
+ ],
3138
+ "type": [
3139
+ 1
3140
+ ],
3141
+ "__typename": [
3142
+ 1
3143
+ ]
3144
+ },
3145
+ "GetAthleteCompetitionsDto": {
3146
+ "athleteId": [
3147
+ 1
3148
+ ],
3149
+ "fromInclusive": [
3150
+ 14
3151
+ ],
3152
+ "toExclusive": [
3153
+ 14
3154
+ ],
3155
+ "__typename": [
3156
+ 1
3157
+ ]
3158
+ },
3159
+ "FindVtxUserDto": {
3160
+ "loginEmail": [
3161
+ 1
3162
+ ],
3163
+ "__typename": [
3164
+ 1
3165
+ ]
3166
+ },
3167
+ "GetSportEventsDto": {
3168
+ "matchString": [
3169
+ 1
3170
+ ],
3171
+ "__typename": [
3172
+ 1
3173
+ ]
3174
+ },
3175
+ "Mutation": {
3176
+ "registerNewDomainTenant": [
3177
+ 5,
3178
+ {
3179
+ "tenant": [
3180
+ 135,
3181
+ "CreateTenantInput!"
3182
+ ]
3183
+ }
3184
+ ],
3185
+ "registerNewDomainTenantWithLogin": [
3186
+ 11,
3187
+ {
3188
+ "tenant": [
3189
+ 135,
3190
+ "CreateTenantInput!"
3191
+ ]
3192
+ }
3193
+ ],
3194
+ "createUserAndLogin": [
3195
+ 3,
3196
+ {
3197
+ "user": [
3198
+ 136,
3199
+ "CreateActiveUserInput!"
3200
+ ]
3201
+ }
3202
+ ],
3203
+ "loginUserFromEmail": [
3204
+ 8,
3205
+ {
3206
+ "email": [
3207
+ 1,
3208
+ "String!"
3209
+ ],
3210
+ "loginMethod": [
3211
+ 1,
3212
+ "String!"
3213
+ ]
3214
+ }
3215
+ ],
3216
+ "loginUserFromCredentials": [
3217
+ 3,
3218
+ {
3219
+ "username": [
3220
+ 1,
3221
+ "String!"
3222
+ ],
3223
+ "password": [
3224
+ 1,
3225
+ "String!"
3226
+ ]
3227
+ }
3228
+ ],
3229
+ "registerUserToDomainFromEmail": [
3230
+ 0,
3231
+ {
3232
+ "input": [
3233
+ 137,
3234
+ "RegisterUserToDomainFromEmailInput!"
3235
+ ]
3236
+ }
3237
+ ],
3238
+ "refreshToken": [
3239
+ 8,
3240
+ {
3241
+ "dto": [
3242
+ 138,
3243
+ "RefreshTokenInput!"
3244
+ ]
3245
+ }
3246
+ ],
3247
+ "deleteUploadedUseTypeFile": [
3248
+ 32,
3249
+ {
3250
+ "input": [
3251
+ 139,
3252
+ "AWSS3DeleteUseTypeFileDto!"
3253
+ ]
3254
+ }
3255
+ ],
3256
+ "deleteUploadedBucketFile": [
3257
+ 32,
3258
+ {
3259
+ "input": [
3260
+ 140,
3261
+ "AWSS3DeleteBucketFileDto!"
3262
+ ]
3263
+ }
3264
+ ],
3265
+ "registerS3UploadedFile": [
3266
+ 26,
3267
+ {
3268
+ "input": [
3269
+ 126,
3270
+ "AWSS3UploadedFileDto!"
3271
+ ]
3272
+ }
3273
+ ],
3274
+ "createIndustry": [
3275
+ 50,
3276
+ {
3277
+ "input": [
3278
+ 141,
3279
+ "CreateIndustryDto!"
3280
+ ]
3281
+ }
3282
+ ],
3283
+ "createBrand": [
3284
+ 36,
3285
+ {
3286
+ "input": [
3287
+ 142,
3288
+ "CreateBrandDto!"
3289
+ ]
3290
+ }
3291
+ ],
3292
+ "registerSponsor": [
3293
+ 53,
3294
+ {
3295
+ "input": [
3296
+ 144,
3297
+ "RegisterSponsorInput!"
3298
+ ]
3299
+ }
3300
+ ],
3301
+ "createSponsor": [
3302
+ 53,
3303
+ {
3304
+ "input": [
3305
+ 145,
3306
+ "CreateSponsorDto!"
3307
+ ]
3308
+ }
3309
+ ],
3310
+ "sendAthleteInvitations": [
3311
+ 83,
3312
+ {
3313
+ "input": [
3314
+ 96,
3315
+ "InviteAthletesDto!"
3316
+ ]
3317
+ }
3318
+ ],
3319
+ "registerAthlete": [
3320
+ 82,
3321
+ {
3322
+ "input": [
3323
+ 146,
3324
+ "RegisterAthleteDto!"
3325
+ ]
3326
+ }
3327
+ ],
3328
+ "editProfileValue": [
3329
+ 85,
3330
+ {
3331
+ "input": [
3332
+ 147,
3333
+ "EditValueDto!"
3334
+ ]
3335
+ }
3336
+ ],
3337
+ "addAthleteCompetition": [
3338
+ 73,
3339
+ {
3340
+ "input": [
3341
+ 99,
3342
+ "CreateAthleteCompetitionDto!"
3343
+ ]
3344
+ }
3345
+ ],
3346
+ "deleteAthleteCompetition": [
3347
+ 87,
3348
+ {
3349
+ "input": [
3350
+ 104,
3351
+ "DeleteSingleValueDto!"
3352
+ ]
3353
+ }
3354
+ ],
3355
+ "createSport": [
3356
+ 61,
3357
+ {
3358
+ "input": [
3359
+ 148,
3360
+ "CreateSportDto!"
3361
+ ]
3362
+ }
3363
+ ],
3364
+ "updateSport": [
3365
+ 61,
3366
+ {
3367
+ "input": [
3368
+ 149,
3369
+ "UpdateSportDto!"
3370
+ ]
3371
+ }
3372
+ ],
3373
+ "createSportLevel": [
3374
+ 64,
3375
+ {
3376
+ "input": [
3377
+ 150,
3378
+ "CreateSportLevelDto!"
3379
+ ]
3380
+ }
3381
+ ],
3382
+ "createSponsorship": [
3383
+ 59,
3384
+ {
3385
+ "input": [
3386
+ 152,
3387
+ "CreateSponsorshipDto!"
3388
+ ]
3389
+ }
3390
+ ],
3391
+ "createCountry": [
3392
+ 39,
3393
+ {
3394
+ "input": [
3395
+ 159,
3396
+ "CreateCountryDto!"
3397
+ ]
3398
+ }
3399
+ ],
3400
+ "createState": [
3401
+ 38,
3402
+ {
3403
+ "input": [
3404
+ 160,
3405
+ "CreateStateDto!"
3406
+ ]
3407
+ }
3408
+ ],
3409
+ "createCity": [
3410
+ 37,
3411
+ {
3412
+ "input": [
3413
+ 161,
3414
+ "CreateCityDto!"
3415
+ ]
3416
+ }
3417
+ ],
3418
+ "preRegisterAthleteUser": [
3419
+ 28,
3420
+ {
3421
+ "input": [
3422
+ 117,
3423
+ "RegisterUserDto!"
3424
+ ]
3425
+ }
3426
+ ],
3427
+ "confirmAthleteUserRegistrationAndLogin": [
3428
+ 3,
3429
+ {
3430
+ "input": [
3431
+ 94,
3432
+ "VerifyCodeDto!"
3433
+ ]
3434
+ }
3435
+ ],
3436
+ "confirmAthleteUserRegistration": [
3437
+ 0,
3438
+ {
3439
+ "input": [
3440
+ 94,
3441
+ "VerifyCodeDto!"
3442
+ ]
3443
+ }
3444
+ ],
3445
+ "registerAthleteUser": [
3446
+ 0,
3447
+ {
3448
+ "input": [
3449
+ 117,
3450
+ "RegisterUserDto!"
3451
+ ]
3452
+ }
3453
+ ],
3454
+ "registerSponsorUser": [
3455
+ 0,
3456
+ {
3457
+ "input": [
3458
+ 117,
3459
+ "RegisterUserDto!"
3460
+ ]
3461
+ }
3462
+ ],
3463
+ "loginUserFromCredentialsVtx": [
3464
+ 3,
3465
+ {
3466
+ "username": [
3467
+ 1,
3468
+ "String!"
3469
+ ],
3470
+ "password": [
3471
+ 1,
3472
+ "String!"
3473
+ ]
3474
+ }
3475
+ ],
3476
+ "handleStravaCallback": [
3477
+ 84,
3478
+ {
3479
+ "data": [
3480
+ 162,
3481
+ "RegisterStravaDto!"
3482
+ ]
3483
+ }
3484
+ ],
3485
+ "refreshStravaToken": [
3486
+ 84,
3487
+ {
3488
+ "input": [
3489
+ 1,
3490
+ "String!"
3491
+ ]
3492
+ }
3493
+ ],
3494
+ "createSportsEvent": [
3495
+ 69,
3496
+ {
3497
+ "input": [
3498
+ 163,
3499
+ "CreateSportEventDto!"
3500
+ ]
3501
+ }
3502
+ ],
3503
+ "createFundingCampaign": [
3504
+ 80,
3505
+ {
3506
+ "input": [
3507
+ 123,
3508
+ "CreateFundingCampaignDto!"
3509
+ ]
3510
+ }
3511
+ ],
3512
+ "createMembershipOrganization": [
3513
+ 74,
3514
+ {
3515
+ "input": [
3516
+ 125,
3517
+ "CreateMembershipOrganizationDto!"
3518
+ ]
3519
+ }
3520
+ ],
3521
+ "createAthleteMembershipAffilation": [
3522
+ 76,
3523
+ {
3524
+ "input": [
3525
+ 127,
3526
+ "CreateAthleteMembershipDto!"
3527
+ ]
3528
+ }
3529
+ ],
3530
+ "__typename": [
3531
+ 1
3532
+ ]
3533
+ },
3534
+ "CreateTenantInput": {
3535
+ "name": [
3536
+ 1
3537
+ ],
3538
+ "email": [
3539
+ 1
3540
+ ],
3541
+ "tenant_uri": [
3542
+ 1
3543
+ ],
3544
+ "domain": [
3545
+ 1
3546
+ ],
3547
+ "__typename": [
3548
+ 1
3549
+ ]
3550
+ },
3551
+ "CreateActiveUserInput": {
3552
+ "loginEmail": [
3553
+ 1
3554
+ ],
3555
+ "password": [
3556
+ 1
3557
+ ],
3558
+ "loginMethod": [
3559
+ 1
3560
+ ],
3561
+ "__typename": [
3562
+ 1
3563
+ ]
3564
+ },
3565
+ "RegisterUserToDomainFromEmailInput": {
3566
+ "email": [
3567
+ 1
3568
+ ],
3569
+ "domainId": [
3570
+ 1
3571
+ ],
3572
+ "tenantId": [
3573
+ 1
3574
+ ],
3575
+ "createUserIfNotExist": [
3576
+ 2
3577
+ ],
3578
+ "__typename": [
3579
+ 1
3580
+ ]
3581
+ },
3582
+ "RefreshTokenInput": {
3583
+ "refreshToken": [
3584
+ 1
3585
+ ],
3586
+ "__typename": [
3587
+ 1
3588
+ ]
3589
+ },
3590
+ "AWSS3DeleteUseTypeFileDto": {
3591
+ "name": [
3592
+ 1
3593
+ ],
3594
+ "useType": [
3595
+ 1
3596
+ ],
3597
+ "__typename": [
3598
+ 1
3599
+ ]
3600
+ },
3601
+ "AWSS3DeleteBucketFileDto": {
3602
+ "key": [
3603
+ 1
3604
+ ],
3605
+ "bucket": [
3606
+ 1
3607
+ ],
3608
+ "credentialsId": [
3609
+ 1
3610
+ ],
3611
+ "__typename": [
3612
+ 1
3613
+ ]
3614
+ },
3615
+ "CreateIndustryDto": {
3616
+ "name": [
3617
+ 1
3618
+ ],
3619
+ "__typename": [
3620
+ 1
3621
+ ]
3622
+ },
3623
+ "CreateBrandDto": {
3624
+ "name": [
3625
+ 1
3626
+ ],
3627
+ "description": [
3628
+ 1
3629
+ ],
3630
+ "slogan": [
3631
+ 1
3632
+ ],
3633
+ "website": [
3634
+ 1
3635
+ ],
3636
+ "logo": [
3637
+ 126
3638
+ ],
3639
+ "banner": [
3640
+ 126
3641
+ ],
3642
+ "translations": [
3643
+ 143
3644
+ ],
3645
+ "__typename": [
3646
+ 1
3647
+ ]
3648
+ },
3649
+ "BrandTranslationDto": {
3650
+ "brandId": [
3651
+ 1
3652
+ ],
3653
+ "language": [
3654
+ 1
3655
+ ],
3656
+ "name": [
3657
+ 1
3658
+ ],
3659
+ "description": [
3660
+ 1
3661
+ ],
3662
+ "slogan": [
3663
+ 1
3664
+ ],
3665
+ "logo": [
3666
+ 126
3667
+ ],
3668
+ "banner": [
3669
+ 126
3670
+ ],
3671
+ "__typename": [
3672
+ 1
3673
+ ]
3674
+ },
3675
+ "RegisterSponsorInput": {
3676
+ "name": [
3677
+ 1
3678
+ ],
3679
+ "phone": [
3680
+ 1
3681
+ ],
3682
+ "hasWhatsapp": [
3683
+ 2
3684
+ ],
3685
+ "companyName": [
3686
+ 1
3687
+ ],
3688
+ "companyEmail": [
3689
+ 1
3690
+ ],
3691
+ "industryId": [
3692
+ 1
3693
+ ],
3694
+ "companySize": [
3695
+ 1
3696
+ ],
3697
+ "operatorType": [
3698
+ 1
3699
+ ],
3700
+ "numberOfAthletes": [
3701
+ 1
3702
+ ],
3703
+ "brands": [
3704
+ 1
3705
+ ],
3706
+ "__typename": [
3707
+ 1
3708
+ ]
3709
+ },
3710
+ "CreateSponsorDto": {
3711
+ "name": [
3712
+ 1
3713
+ ],
3714
+ "description": [
3715
+ 1
3716
+ ],
3717
+ "__typename": [
3718
+ 1
3719
+ ]
3720
+ },
3721
+ "RegisterAthleteDto": {
3722
+ "email": [
3723
+ 1
3724
+ ],
3725
+ "firstName": [
3726
+ 1
3727
+ ],
3728
+ "lastName": [
3729
+ 1
3730
+ ],
3731
+ "screenName": [
3732
+ 1
3733
+ ],
3734
+ "nationality": [
3735
+ 1
3736
+ ],
3737
+ "cityId": [
3738
+ 1
3739
+ ],
3740
+ "locLatitude": [
3741
+ 17
3742
+ ],
3743
+ "locLongitude": [
3744
+ 17
3745
+ ],
3746
+ "dateOfBirth": [
3747
+ 14
3748
+ ],
3749
+ "lgbt": [
3750
+ 2
3751
+ ],
3752
+ "trainer": [
3753
+ 1
3754
+ ],
3755
+ "trainerUrl": [
3756
+ 1
3757
+ ],
3758
+ "aboutMe": [
3759
+ 1
3760
+ ],
3761
+ "team": [
3762
+ 1
3763
+ ],
3764
+ "gender": [
3765
+ 1
3766
+ ],
3767
+ "mainSport": [
3768
+ 1
3769
+ ],
3770
+ "mainSportLevel": [
3771
+ 1
3772
+ ],
3773
+ "profilePicture": [
3774
+ 126
3775
+ ],
3776
+ "cardPicture": [
3777
+ 126
3778
+ ],
3779
+ "__typename": [
3780
+ 1
3781
+ ]
3782
+ },
3783
+ "EditValueDto": {
3784
+ "field": [
3785
+ 1
3786
+ ],
3787
+ "newValue": [
3788
+ 1
3789
+ ],
3790
+ "__typename": [
3791
+ 1
3792
+ ]
3793
+ },
3794
+ "CreateSportDto": {
3795
+ "name": [
3796
+ 1
3797
+ ],
3798
+ "resultType": [
3799
+ 1
3800
+ ],
3801
+ "__typename": [
3802
+ 1
3803
+ ]
3804
+ },
3805
+ "UpdateSportDto": {
3806
+ "_id": [
3807
+ 1
3808
+ ],
3809
+ "name": [
3810
+ 1
3811
+ ],
3812
+ "__typename": [
3813
+ 1
3814
+ ]
3815
+ },
3816
+ "CreateSportLevelDto": {
3817
+ "_id": [
3818
+ 1
3819
+ ],
3820
+ "label": [
3821
+ 1
3822
+ ],
3823
+ "index": [
3824
+ 17
3825
+ ],
3826
+ "translations": [
3827
+ 151
3828
+ ],
3829
+ "__typename": [
3830
+ 1
3831
+ ]
3832
+ },
3833
+ "CreateSportLevelTranslationDto": {
3834
+ "language": [
3835
+ 1
3836
+ ],
3837
+ "label": [
3838
+ 1
3839
+ ],
3840
+ "__typename": [
3841
+ 1
3842
+ ]
3843
+ },
3844
+ "CreateSponsorshipDto": {
3845
+ "title": [
3846
+ 1
3847
+ ],
3848
+ "brandId": [
3849
+ 1
3850
+ ],
3851
+ "description": [
3852
+ 1
3853
+ ],
3854
+ "cashValue": [
3855
+ 17
3856
+ ],
3857
+ "otherValue": [
3858
+ 17
3859
+ ],
3860
+ "banner": [
3861
+ 126
3862
+ ],
3863
+ "criteria": [
3864
+ 153
3865
+ ],
3866
+ "deadline": [
3867
+ 14
3868
+ ],
3869
+ "startDate": [
3870
+ 14
3871
+ ],
3872
+ "duration": [
3873
+ 155
3874
+ ],
3875
+ "sponsorshipItems": [
3876
+ 156
3877
+ ],
3878
+ "commitments": [
3879
+ 157
3880
+ ],
3881
+ "terms": [
3882
+ 1
3883
+ ],
3884
+ "published": [
3885
+ 2
3886
+ ],
3887
+ "isPrivate": [
3888
+ 2
3889
+ ],
3890
+ "translations": [
3891
+ 158
3892
+ ],
3893
+ "__typename": [
3894
+ 1
3895
+ ]
3896
+ },
3897
+ "AthleteCriteriaDto": {
3898
+ "_id": [
3899
+ 1
3900
+ ],
3901
+ "label": [
3902
+ 1
3903
+ ],
3904
+ "qualificationsBag": [
3905
+ 154
3906
+ ],
3907
+ "__typename": [
3908
+ 1
3909
+ ]
3910
+ },
3911
+ "QualificationsBagDto": {
3912
+ "ageQualifications": [
3913
+ 109
3914
+ ],
3915
+ "genderQualifications": [
3916
+ 110
3917
+ ],
3918
+ "scoreQualifications": [
3919
+ 112
3920
+ ],
3921
+ "locationQualifications": [
3922
+ 113
3923
+ ],
3924
+ "nationalityQualifications": [
3925
+ 111
3926
+ ],
3927
+ "distanceQualifications": [
3928
+ 114
3929
+ ],
3930
+ "sportsQualifications": [
3931
+ 115
3932
+ ],
3933
+ "levelQualifications": [
3934
+ 116
3935
+ ],
3936
+ "__typename": [
3937
+ 1
3938
+ ]
3939
+ },
3940
+ "DurationDto": {
3941
+ "length": [
3942
+ 17
3943
+ ],
3944
+ "unit": [
3945
+ 1
3946
+ ],
3947
+ "__typename": [
3948
+ 1
3949
+ ]
3950
+ },
3951
+ "SponsorshipItemDto": {
3952
+ "_id": [
3953
+ 1
3954
+ ],
3955
+ "quantity": [
3956
+ 17
3957
+ ],
3958
+ "title": [
3959
+ 1
3960
+ ],
3961
+ "value": [
3962
+ 17
3963
+ ],
3964
+ "__typename": [
3965
+ 1
3966
+ ]
3967
+ },
3968
+ "SponsorshipCommitmentDto": {
3969
+ "_id": [
3970
+ 1
3971
+ ],
3972
+ "title": [
3973
+ 1
3974
+ ],
3975
+ "details": [
3976
+ 1
3977
+ ],
3978
+ "hashTags": [
3979
+ 1
3980
+ ],
3981
+ "media": [
3982
+ 1
3983
+ ],
3984
+ "actionType": [
3985
+ 1
3986
+ ],
3987
+ "frequency": [
3988
+ 17
3989
+ ],
3990
+ "periodicity": [
3991
+ 1
3992
+ ],
3993
+ "__typename": [
3994
+ 1
3995
+ ]
3996
+ },
3997
+ "SponsorshipTranslationDto": {
3998
+ "sponsorshipId": [
3999
+ 1
4000
+ ],
4001
+ "language": [
4002
+ 1
4003
+ ],
4004
+ "title": [
4005
+ 1
4006
+ ],
4007
+ "description": [
4008
+ 1
4009
+ ],
4010
+ "banner": [
4011
+ 126
4012
+ ],
4013
+ "terms": [
4014
+ 1
4015
+ ],
4016
+ "__typename": [
4017
+ 1
4018
+ ]
4019
+ },
4020
+ "CreateCountryDto": {
4021
+ "_id": [
4022
+ 1
4023
+ ],
4024
+ "name": [
4025
+ 1
4026
+ ],
4027
+ "__typename": [
4028
+ 1
4029
+ ]
4030
+ },
4031
+ "CreateStateDto": {
4032
+ "_id": [
4033
+ 1
4034
+ ],
4035
+ "name": [
4036
+ 1
4037
+ ],
4038
+ "countryId": [
4039
+ 1
4040
+ ],
4041
+ "__typename": [
4042
+ 1
4043
+ ]
4044
+ },
4045
+ "CreateCityDto": {
4046
+ "_id": [
4047
+ 1
4048
+ ],
4049
+ "cityName": [
4050
+ 1
4051
+ ],
4052
+ "cityNameLocalized": [
4053
+ 1
4054
+ ],
4055
+ "lat": [
4056
+ 17
4057
+ ],
4058
+ "lng": [
4059
+ 17
4060
+ ],
4061
+ "stateId": [
4062
+ 1
4063
+ ],
4064
+ "timezone": [
4065
+ 1
4066
+ ],
4067
+ "city_alt": [
4068
+ 1
4069
+ ],
4070
+ "iso3": [
4071
+ 1
4072
+ ],
4073
+ "admin_type": [
4074
+ 1
4075
+ ],
4076
+ "capital": [
4077
+ 1
4078
+ ],
4079
+ "density": [
4080
+ 17
4081
+ ],
4082
+ "population": [
4083
+ 17
4084
+ ],
4085
+ "population_proper": [
4086
+ 17
4087
+ ],
4088
+ "ranking": [
4089
+ 17
4090
+ ],
4091
+ "same_name": [
4092
+ 1
4093
+ ],
4094
+ "__typename": [
4095
+ 1
4096
+ ]
4097
+ },
4098
+ "RegisterStravaDto": {
4099
+ "idAthlete": [
4100
+ 1
4101
+ ],
4102
+ "code": [
4103
+ 1
4104
+ ],
4105
+ "__typename": [
4106
+ 1
4107
+ ]
4108
+ },
4109
+ "CreateSportEventDto": {
4110
+ "name": [
4111
+ 1
4112
+ ],
4113
+ "cityId": [
4114
+ 1
4115
+ ],
4116
+ "sportId": [
4117
+ 1
4118
+ ],
4119
+ "startDate": [
4120
+ 14
4121
+ ],
4122
+ "endDate": [
4123
+ 14
4124
+ ],
4125
+ "website": [
4126
+ 1
4127
+ ],
4128
+ "banner": [
4129
+ 126
537
4130
  ],
538
4131
  "__typename": [
539
4132
  1