@vertikalx/vtx-backend-client 1.0.0-dev.2 → 1.0.0-dev.20

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 +20 -0
  15. package/src/api/vtx-base-api.js +634 -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 +1034 -0
  39. package/src/client/schema.graphql +453 -0
  40. package/src/client/schema.js +242 -0
  41. package/src/client/schema.js.map +1 -0
  42. package/src/client/types.d.ts +526 -0
  43. package/src/client/types.js +1360 -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 -406
  70. package/schema.graphql +0 -162
  71. package/schema.js +0 -109
  72. package/schema.js.map +0 -1
  73. package/schema.ts +0 -420
  74. package/types.d.ts +0 -207
  75. package/types.js +0 -518
  76. package/types.js.map +0 -1
  77. package/types.ts +0 -515
  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,1360 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = {
4
+ "scalars": [
5
+ 1,
6
+ 2,
7
+ 13,
8
+ 16
9
+ ],
10
+ "types": {
11
+ "ApiKey": {
12
+ "_id": [
13
+ 1
14
+ ],
15
+ "keyName": [
16
+ 1
17
+ ],
18
+ "keyType": [
19
+ 1
20
+ ],
21
+ "readAccess": [
22
+ 2
23
+ ],
24
+ "writeAccess": [
25
+ 2
26
+ ],
27
+ "__typename": [
28
+ 1
29
+ ]
30
+ },
31
+ "String": {},
32
+ "Boolean": {},
33
+ "ApiKeyWithValue": {
34
+ "_id": [
35
+ 1
36
+ ],
37
+ "keyName": [
38
+ 1
39
+ ],
40
+ "keyType": [
41
+ 1
42
+ ],
43
+ "readAccess": [
44
+ 2
45
+ ],
46
+ "writeAccess": [
47
+ 2
48
+ ],
49
+ "actualKey": [
50
+ 1
51
+ ],
52
+ "__typename": [
53
+ 1
54
+ ]
55
+ },
56
+ "UserToken": {
57
+ "actualToken": [
58
+ 1
59
+ ],
60
+ "refreshToken": [
61
+ 1
62
+ ],
63
+ "__typename": [
64
+ 1
65
+ ]
66
+ },
67
+ "Domain": {
68
+ "_id": [
69
+ 1
70
+ ],
71
+ "name": [
72
+ 1
73
+ ],
74
+ "description": [
75
+ 1
76
+ ],
77
+ "__typename": [
78
+ 1
79
+ ]
80
+ },
81
+ "User": {
82
+ "_id": [
83
+ 1
84
+ ],
85
+ "loginEmail": [
86
+ 1
87
+ ],
88
+ "suspended": [
89
+ 2
90
+ ],
91
+ "domains": [
92
+ 5
93
+ ],
94
+ "__typename": [
95
+ 1
96
+ ]
97
+ },
98
+ "UserWithToken": {
99
+ "_id": [
100
+ 1
101
+ ],
102
+ "loginEmail": [
103
+ 1
104
+ ],
105
+ "suspended": [
106
+ 2
107
+ ],
108
+ "domains": [
109
+ 5
110
+ ],
111
+ "token": [
112
+ 4
113
+ ],
114
+ "__typename": [
115
+ 1
116
+ ]
117
+ },
118
+ "Tenant": {
119
+ "_id": [
120
+ 1
121
+ ],
122
+ "name": [
123
+ 1
124
+ ],
125
+ "email": [
126
+ 1
127
+ ],
128
+ "tenant_uri": [
129
+ 1
130
+ ],
131
+ "__typename": [
132
+ 1
133
+ ]
134
+ },
135
+ "UriAvailableType": {
136
+ "available": [
137
+ 2
138
+ ],
139
+ "valid": [
140
+ 2
141
+ ],
142
+ "__typename": [
143
+ 1
144
+ ]
145
+ },
146
+ "TenantWithUserLogin": {
147
+ "_id": [
148
+ 1
149
+ ],
150
+ "name": [
151
+ 1
152
+ ],
153
+ "email": [
154
+ 1
155
+ ],
156
+ "tenant_uri": [
157
+ 1
158
+ ],
159
+ "user": [
160
+ 7
161
+ ],
162
+ "__typename": [
163
+ 1
164
+ ]
165
+ },
166
+ "TenantUserTokenWithInfo": {
167
+ "actualToken": [
168
+ 1
169
+ ],
170
+ "refreshToken": [
171
+ 1
172
+ ],
173
+ "tenantId": [
174
+ 1
175
+ ],
176
+ "tenantUri": [
177
+ 1
178
+ ],
179
+ "loginEmail": [
180
+ 1
181
+ ],
182
+ "__typename": [
183
+ 1
184
+ ]
185
+ },
186
+ "Agreement": {
187
+ "_id": [
188
+ 1
189
+ ],
190
+ "kind": [
191
+ 1
192
+ ],
193
+ "domain": [
194
+ 1
195
+ ],
196
+ "isActiveAgreement": [
197
+ 2
198
+ ],
199
+ "version": [
200
+ 1
201
+ ],
202
+ "publishedDate": [
203
+ 13
204
+ ],
205
+ "unPublishedDate": [
206
+ 13
207
+ ],
208
+ "locked": [
209
+ 2
210
+ ],
211
+ "name": [
212
+ 1
213
+ ],
214
+ "description": [
215
+ 1
216
+ ],
217
+ "content": [
218
+ 1
219
+ ],
220
+ "createdDate": [
221
+ 13
222
+ ],
223
+ "updatedDate": [
224
+ 13
225
+ ],
226
+ "__typename": [
227
+ 1
228
+ ]
229
+ },
230
+ "DateTime": {},
231
+ "BillEntity": {
232
+ "name": [
233
+ 1
234
+ ],
235
+ "taxId": [
236
+ 1
237
+ ],
238
+ "line1": [
239
+ 1
240
+ ],
241
+ "line2": [
242
+ 1
243
+ ],
244
+ "line3": [
245
+ 1
246
+ ],
247
+ "city": [
248
+ 1
249
+ ],
250
+ "state": [
251
+ 1
252
+ ],
253
+ "country": [
254
+ 1
255
+ ],
256
+ "zip": [
257
+ 1
258
+ ],
259
+ "__typename": [
260
+ 1
261
+ ]
262
+ },
263
+ "InvoiceItem": {
264
+ "_id": [
265
+ 1
266
+ ],
267
+ "unitPrice": [
268
+ 16
269
+ ],
270
+ "unitTax": [
271
+ 16
272
+ ],
273
+ "quantity": [
274
+ 16
275
+ ],
276
+ "unit": [
277
+ 1
278
+ ],
279
+ "itemPrice": [
280
+ 16
281
+ ],
282
+ "itemTotal": [
283
+ 16
284
+ ],
285
+ "__typename": [
286
+ 1
287
+ ]
288
+ },
289
+ "Float": {},
290
+ "Payment": {
291
+ "_id": [
292
+ 1
293
+ ],
294
+ "amount": [
295
+ 16
296
+ ],
297
+ "currency": [
298
+ 1
299
+ ],
300
+ "datePaid": [
301
+ 13
302
+ ],
303
+ "paymentComment": [
304
+ 1
305
+ ],
306
+ "transactionId": [
307
+ 1
308
+ ],
309
+ "processorType": [
310
+ 1
311
+ ],
312
+ "processorReference": [
313
+ 1
314
+ ],
315
+ "paidItemReference": [
316
+ 1
317
+ ],
318
+ "payeeReference": [
319
+ 1
320
+ ],
321
+ "payorReference": [
322
+ 1
323
+ ],
324
+ "paymentMethodType": [
325
+ 1
326
+ ],
327
+ "paymentMethodReference": [
328
+ 1
329
+ ],
330
+ "__typename": [
331
+ 1
332
+ ]
333
+ },
334
+ "PlaFeature": {
335
+ "_id": [
336
+ 1
337
+ ],
338
+ "title": [
339
+ 1
340
+ ],
341
+ "description": [
342
+ 1
343
+ ],
344
+ "quantity": [
345
+ 16
346
+ ],
347
+ "quantityUnit": [
348
+ 1
349
+ ],
350
+ "__typename": [
351
+ 1
352
+ ]
353
+ },
354
+ "Plan": {
355
+ "_id": [
356
+ 1
357
+ ],
358
+ "name": [
359
+ 1
360
+ ],
361
+ "description": [
362
+ 1
363
+ ],
364
+ "prices": [
365
+ 20
366
+ ],
367
+ "features": [
368
+ 18
369
+ ],
370
+ "isPublic": [
371
+ 2
372
+ ],
373
+ "active": [
374
+ 2
375
+ ],
376
+ "startOfferingDate": [
377
+ 13
378
+ ],
379
+ "endOfferingDate": [
380
+ 13
381
+ ],
382
+ "termsAndConditions": [
383
+ 1
384
+ ],
385
+ "__typename": [
386
+ 1
387
+ ]
388
+ },
389
+ "PlanPrice": {
390
+ "_id": [
391
+ 1
392
+ ],
393
+ "currency": [
394
+ 1
395
+ ],
396
+ "price": [
397
+ 16
398
+ ],
399
+ "taxMode": [
400
+ 1
401
+ ],
402
+ "period": [
403
+ 1
404
+ ],
405
+ "customDays": [
406
+ 16
407
+ ],
408
+ "plan": [
409
+ 19
410
+ ],
411
+ "__typename": [
412
+ 1
413
+ ]
414
+ },
415
+ "Invoice": {
416
+ "_id": [
417
+ 1
418
+ ],
419
+ "invoiceDate": [
420
+ 13
421
+ ],
422
+ "billedEntity": [
423
+ 14
424
+ ],
425
+ "dueDate": [
426
+ 13
427
+ ],
428
+ "billAmount": [
429
+ 16
430
+ ],
431
+ "tax": [
432
+ 16
433
+ ],
434
+ "total": [
435
+ 16
436
+ ],
437
+ "currency": [
438
+ 1
439
+ ],
440
+ "items": [
441
+ 15
442
+ ],
443
+ "payment": [
444
+ 17
445
+ ],
446
+ "__typename": [
447
+ 1
448
+ ]
449
+ },
450
+ "SubscriptionInvoice": {
451
+ "_id": [
452
+ 1
453
+ ],
454
+ "invoice": [
455
+ 21
456
+ ],
457
+ "billedPlan": [
458
+ 20
459
+ ],
460
+ "subscriber": [
461
+ 23
462
+ ],
463
+ "__typename": [
464
+ 1
465
+ ]
466
+ },
467
+ "PlanSubscription": {
468
+ "_id": [
469
+ 1
470
+ ],
471
+ "currentPlan": [
472
+ 20
473
+ ],
474
+ "billPrice": [
475
+ 16
476
+ ],
477
+ "billCurrency": [
478
+ 1
479
+ ],
480
+ "billPriceComment": [
481
+ 1
482
+ ],
483
+ "lastBillDate": [
484
+ 13
485
+ ],
486
+ "endAccessDate": [
487
+ 13
488
+ ],
489
+ "autoRenew": [
490
+ 2
491
+ ],
492
+ "autoRenewPlan": [
493
+ 20
494
+ ],
495
+ "autoRenewDate": [
496
+ 13
497
+ ],
498
+ "payments": [
499
+ 24
500
+ ],
501
+ "invoices": [
502
+ 22
503
+ ],
504
+ "__typename": [
505
+ 1
506
+ ]
507
+ },
508
+ "SubscriptionPayment": {
509
+ "_id": [
510
+ 1
511
+ ],
512
+ "payment": [
513
+ 17
514
+ ],
515
+ "subscriber": [
516
+ 23
517
+ ],
518
+ "__typename": [
519
+ 1
520
+ ]
521
+ },
522
+ "AWSS3File": {
523
+ "_id": [
524
+ 1
525
+ ],
526
+ "name": [
527
+ 1
528
+ ],
529
+ "contentType": [
530
+ 1
531
+ ],
532
+ "size": [
533
+ 16
534
+ ],
535
+ "useType": [
536
+ 1
537
+ ],
538
+ "url": [
539
+ 1
540
+ ],
541
+ "key": [
542
+ 1
543
+ ],
544
+ "pendingDelete": [
545
+ 2
546
+ ],
547
+ "__typename": [
548
+ 1
549
+ ]
550
+ },
551
+ "HttpRequestField": {
552
+ "key": [
553
+ 1
554
+ ],
555
+ "value": [
556
+ 1
557
+ ],
558
+ "__typename": [
559
+ 1
560
+ ]
561
+ },
562
+ "AWSS3UploadUrl": {
563
+ "uploadUrl": [
564
+ 1
565
+ ],
566
+ "fields": [
567
+ 26
568
+ ],
569
+ "downloadUrl": [
570
+ 1
571
+ ],
572
+ "bucket": [
573
+ 1
574
+ ],
575
+ "key": [
576
+ 1
577
+ ],
578
+ "__typename": [
579
+ 1
580
+ ]
581
+ },
582
+ "AWSS3CallResult": {
583
+ "httpStatus": [
584
+ 16
585
+ ],
586
+ "result": [
587
+ 1
588
+ ],
589
+ "message": [
590
+ 1
591
+ ],
592
+ "errors": [
593
+ 1
594
+ ],
595
+ "__typename": [
596
+ 1
597
+ ]
598
+ },
599
+ "BrandStats": {
600
+ "campaigns": [
601
+ 16
602
+ ],
603
+ "sponsorships": [
604
+ 16
605
+ ],
606
+ "sports": [
607
+ 16
608
+ ],
609
+ "athletes": [
610
+ 16
611
+ ],
612
+ "__typename": [
613
+ 1
614
+ ]
615
+ },
616
+ "BrandTranslation": {
617
+ "_id": [
618
+ 1
619
+ ],
620
+ "brandId": [
621
+ 1
622
+ ],
623
+ "language": [
624
+ 1
625
+ ],
626
+ "name": [
627
+ 1
628
+ ],
629
+ "slogan": [
630
+ 1
631
+ ],
632
+ "description": [
633
+ 1
634
+ ],
635
+ "logo": [
636
+ 25
637
+ ],
638
+ "banner": [
639
+ 25
640
+ ],
641
+ "__typename": [
642
+ 1
643
+ ]
644
+ },
645
+ "Brand": {
646
+ "_id": [
647
+ 1
648
+ ],
649
+ "name": [
650
+ 1
651
+ ],
652
+ "slogan": [
653
+ 1
654
+ ],
655
+ "website": [
656
+ 1
657
+ ],
658
+ "description": [
659
+ 1
660
+ ],
661
+ "approved": [
662
+ 2
663
+ ],
664
+ "published": [
665
+ 2
666
+ ],
667
+ "logo": [
668
+ 25
669
+ ],
670
+ "banner": [
671
+ 25
672
+ ],
673
+ "stats": [
674
+ 29
675
+ ],
676
+ "operatorIds": [
677
+ 1
678
+ ],
679
+ "translations": [
680
+ 30
681
+ ],
682
+ "__typename": [
683
+ 1
684
+ ]
685
+ },
686
+ "Sponsor": {
687
+ "_id": [
688
+ 1
689
+ ],
690
+ "name": [
691
+ 1
692
+ ],
693
+ "description": [
694
+ 1
695
+ ],
696
+ "__typename": [
697
+ 1
698
+ ]
699
+ },
700
+ "Industry": {
701
+ "_id": [
702
+ 1
703
+ ],
704
+ "name": [
705
+ 1
706
+ ],
707
+ "__typename": [
708
+ 1
709
+ ]
710
+ },
711
+ "Athlete": {
712
+ "_id": [
713
+ 1
714
+ ],
715
+ "firstName": [
716
+ 1
717
+ ],
718
+ "lastName": [
719
+ 1
720
+ ],
721
+ "screenName": [
722
+ 1
723
+ ],
724
+ "nationalityIso2": [
725
+ 1
726
+ ],
727
+ "__typename": [
728
+ 1
729
+ ]
730
+ },
731
+ "Sport": {
732
+ "_id": [
733
+ 1
734
+ ],
735
+ "name": [
736
+ 1
737
+ ],
738
+ "__typename": [
739
+ 1
740
+ ]
741
+ },
742
+ "Query": {
743
+ "tenant": [
744
+ 8,
745
+ {
746
+ "_id": [
747
+ 1,
748
+ "String!"
749
+ ]
750
+ }
751
+ ],
752
+ "tenantByEmail": [
753
+ 8,
754
+ {
755
+ "email": [
756
+ 1,
757
+ "String!"
758
+ ]
759
+ }
760
+ ],
761
+ "tenants": [
762
+ 8
763
+ ],
764
+ "isTenantUriAvailable": [
765
+ 9,
766
+ {
767
+ "tenant_uri": [
768
+ 1,
769
+ "String!"
770
+ ]
771
+ }
772
+ ],
773
+ "tenantApiKeys": [
774
+ 0
775
+ ],
776
+ "nontenantedUserById": [
777
+ 6,
778
+ {
779
+ "_id": [
780
+ 1,
781
+ "String!"
782
+ ]
783
+ }
784
+ ],
785
+ "nontenantedUserByEmail": [
786
+ 6,
787
+ {
788
+ "email": [
789
+ 1,
790
+ "String!"
791
+ ]
792
+ }
793
+ ],
794
+ "getUploadUrl": [
795
+ 27,
796
+ {
797
+ "input": [
798
+ 37,
799
+ "AWSS3GetUploadDto!"
800
+ ]
801
+ }
802
+ ],
803
+ "industries": [
804
+ 33
805
+ ],
806
+ "findIndustryById": [
807
+ 33,
808
+ {
809
+ "industryId": [
810
+ 1,
811
+ "String!"
812
+ ]
813
+ }
814
+ ],
815
+ "brands": [
816
+ 31
817
+ ],
818
+ "getBrandByName": [
819
+ 31,
820
+ {
821
+ "name": [
822
+ 1,
823
+ "String!"
824
+ ],
825
+ "translations": [
826
+ 2,
827
+ "Boolean!"
828
+ ]
829
+ }
830
+ ],
831
+ "getBrandTranslation": [
832
+ 30,
833
+ {
834
+ "brandId": [
835
+ 1,
836
+ "String!"
837
+ ],
838
+ "language": [
839
+ 1,
840
+ "String!"
841
+ ]
842
+ }
843
+ ],
844
+ "existsValidSponsorForEmail": [
845
+ 32,
846
+ {
847
+ "loginEmail": [
848
+ 1,
849
+ "String!"
850
+ ]
851
+ }
852
+ ],
853
+ "sponsors": [
854
+ 32
855
+ ],
856
+ "athlete": [
857
+ 34
858
+ ],
859
+ "findAthleteById": [
860
+ 34,
861
+ {
862
+ "athleteId": [
863
+ 1,
864
+ "String!"
865
+ ]
866
+ }
867
+ ],
868
+ "sports": [
869
+ 35
870
+ ],
871
+ "findSportById": [
872
+ 35,
873
+ {
874
+ "sportId": [
875
+ 1,
876
+ "String!"
877
+ ]
878
+ }
879
+ ],
880
+ "__typename": [
881
+ 1
882
+ ]
883
+ },
884
+ "AWSS3GetUploadDto": {
885
+ "useType": [
886
+ 1
887
+ ],
888
+ "name": [
889
+ 1
890
+ ],
891
+ "__typename": [
892
+ 1
893
+ ]
894
+ },
895
+ "Mutation": {
896
+ "createTenant": [
897
+ 8,
898
+ {
899
+ "tenant": [
900
+ 39,
901
+ "CreateTenantInput!"
902
+ ]
903
+ }
904
+ ],
905
+ "createTenantApiKey": [
906
+ 0,
907
+ {
908
+ "newKeyInfo": [
909
+ 40,
910
+ "CreateApiKeyInput!"
911
+ ]
912
+ }
913
+ ],
914
+ "createTenantApiKeyWithSystemKey": [
915
+ 3,
916
+ {
917
+ "newKeyInfo": [
918
+ 40,
919
+ "CreateApiKeyInput!"
920
+ ]
921
+ }
922
+ ],
923
+ "createTenantWithLogin": [
924
+ 10,
925
+ {
926
+ "tenant": [
927
+ 39,
928
+ "CreateTenantInput!"
929
+ ]
930
+ }
931
+ ],
932
+ "createTenantUserToken": [
933
+ 11,
934
+ {
935
+ "requestTokenDto": [
936
+ 41,
937
+ "CreateTenantUserTokenDto!"
938
+ ]
939
+ }
940
+ ],
941
+ "createTenantUserTokenFromEmailAndUri": [
942
+ 11,
943
+ {
944
+ "requestTokenInfoDto": [
945
+ 42,
946
+ "CreateTenantUserTokenFromEmailAndUriDto!"
947
+ ]
948
+ }
949
+ ],
950
+ "refreshTenantToken": [
951
+ 4,
952
+ {
953
+ "dto": [
954
+ 43,
955
+ "RefreshTokenInput!"
956
+ ]
957
+ }
958
+ ],
959
+ "createNonTenantedUserWithLogin": [
960
+ 7,
961
+ {
962
+ "user": [
963
+ 44,
964
+ "CreateActiveUserInput!"
965
+ ]
966
+ }
967
+ ],
968
+ "createNonTenantUserTokenFromEmail": [
969
+ 4,
970
+ {
971
+ "email": [
972
+ 1,
973
+ "String!"
974
+ ]
975
+ }
976
+ ],
977
+ "refreshToken": [
978
+ 4,
979
+ {
980
+ "dto": [
981
+ 43,
982
+ "RefreshTokenInput!"
983
+ ]
984
+ }
985
+ ],
986
+ "deleteUploadedUseTypeFile": [
987
+ 28,
988
+ {
989
+ "input": [
990
+ 45,
991
+ "AWSS3DeleteUseTypeFileDto!"
992
+ ]
993
+ }
994
+ ],
995
+ "deleteUploadedBucketFile": [
996
+ 28,
997
+ {
998
+ "input": [
999
+ 46,
1000
+ "AWSS3DeleteBucketFileDto!"
1001
+ ]
1002
+ }
1003
+ ],
1004
+ "registerS3UploadedFile": [
1005
+ 25,
1006
+ {
1007
+ "input": [
1008
+ 47,
1009
+ "AWSS3UploadedFileDto!"
1010
+ ]
1011
+ }
1012
+ ],
1013
+ "createIndustry": [
1014
+ 33,
1015
+ {
1016
+ "input": [
1017
+ 48,
1018
+ "CreateIndustryDto!"
1019
+ ]
1020
+ }
1021
+ ],
1022
+ "createBrand": [
1023
+ 31,
1024
+ {
1025
+ "input": [
1026
+ 49,
1027
+ "CreateBrandDto!"
1028
+ ]
1029
+ }
1030
+ ],
1031
+ "registerSponsor": [
1032
+ 32,
1033
+ {
1034
+ "input": [
1035
+ 51,
1036
+ "RegisterSponsorInput!"
1037
+ ]
1038
+ }
1039
+ ],
1040
+ "createSponsor": [
1041
+ 32,
1042
+ {
1043
+ "input": [
1044
+ 52,
1045
+ "CreateSponsorDto!"
1046
+ ]
1047
+ }
1048
+ ],
1049
+ "registerAthlete": [
1050
+ 34,
1051
+ {
1052
+ "input": [
1053
+ 53,
1054
+ "RegisterAthleteDto!"
1055
+ ]
1056
+ }
1057
+ ],
1058
+ "createSport": [
1059
+ 35,
1060
+ {
1061
+ "input": [
1062
+ 54,
1063
+ "CreateSportDto!"
1064
+ ]
1065
+ }
1066
+ ],
1067
+ "updateSport": [
1068
+ 35,
1069
+ {
1070
+ "sportId": [
1071
+ 1,
1072
+ "String!"
1073
+ ],
1074
+ "input": [
1075
+ 55,
1076
+ "UpdateSportDto!"
1077
+ ]
1078
+ }
1079
+ ],
1080
+ "__typename": [
1081
+ 1
1082
+ ]
1083
+ },
1084
+ "CreateTenantInput": {
1085
+ "name": [
1086
+ 1
1087
+ ],
1088
+ "email": [
1089
+ 1
1090
+ ],
1091
+ "tenant_uri": [
1092
+ 1
1093
+ ],
1094
+ "__typename": [
1095
+ 1
1096
+ ]
1097
+ },
1098
+ "CreateApiKeyInput": {
1099
+ "keyName": [
1100
+ 1
1101
+ ],
1102
+ "keyType": [
1103
+ 1
1104
+ ],
1105
+ "readAccess": [
1106
+ 2
1107
+ ],
1108
+ "writeAccess": [
1109
+ 2
1110
+ ],
1111
+ "__typename": [
1112
+ 1
1113
+ ]
1114
+ },
1115
+ "CreateTenantUserTokenDto": {
1116
+ "requestToken": [
1117
+ 1
1118
+ ],
1119
+ "__typename": [
1120
+ 1
1121
+ ]
1122
+ },
1123
+ "CreateTenantUserTokenFromEmailAndUriDto": {
1124
+ "email": [
1125
+ 1
1126
+ ],
1127
+ "tenant_uri": [
1128
+ 1
1129
+ ],
1130
+ "__typename": [
1131
+ 1
1132
+ ]
1133
+ },
1134
+ "RefreshTokenInput": {
1135
+ "refreshToken": [
1136
+ 1
1137
+ ],
1138
+ "__typename": [
1139
+ 1
1140
+ ]
1141
+ },
1142
+ "CreateActiveUserInput": {
1143
+ "loginEmail": [
1144
+ 1
1145
+ ],
1146
+ "password": [
1147
+ 1
1148
+ ],
1149
+ "__typename": [
1150
+ 1
1151
+ ]
1152
+ },
1153
+ "AWSS3DeleteUseTypeFileDto": {
1154
+ "name": [
1155
+ 1
1156
+ ],
1157
+ "useType": [
1158
+ 1
1159
+ ],
1160
+ "__typename": [
1161
+ 1
1162
+ ]
1163
+ },
1164
+ "AWSS3DeleteBucketFileDto": {
1165
+ "key": [
1166
+ 1
1167
+ ],
1168
+ "bucket": [
1169
+ 1
1170
+ ],
1171
+ "credentialsId": [
1172
+ 1
1173
+ ],
1174
+ "__typename": [
1175
+ 1
1176
+ ]
1177
+ },
1178
+ "AWSS3UploadedFileDto": {
1179
+ "key": [
1180
+ 1
1181
+ ],
1182
+ "useType": [
1183
+ 1
1184
+ ],
1185
+ "contentType": [
1186
+ 1
1187
+ ],
1188
+ "originalFileName": [
1189
+ 1
1190
+ ],
1191
+ "fileSize": [
1192
+ 16
1193
+ ],
1194
+ "__typename": [
1195
+ 1
1196
+ ]
1197
+ },
1198
+ "CreateIndustryDto": {
1199
+ "name": [
1200
+ 1
1201
+ ],
1202
+ "__typename": [
1203
+ 1
1204
+ ]
1205
+ },
1206
+ "CreateBrandDto": {
1207
+ "name": [
1208
+ 1
1209
+ ],
1210
+ "description": [
1211
+ 1
1212
+ ],
1213
+ "slogan": [
1214
+ 1
1215
+ ],
1216
+ "website": [
1217
+ 1
1218
+ ],
1219
+ "logo": [
1220
+ 47
1221
+ ],
1222
+ "banner": [
1223
+ 47
1224
+ ],
1225
+ "translations": [
1226
+ 50
1227
+ ],
1228
+ "__typename": [
1229
+ 1
1230
+ ]
1231
+ },
1232
+ "BrandTranslationDto": {
1233
+ "brandId": [
1234
+ 1
1235
+ ],
1236
+ "language": [
1237
+ 1
1238
+ ],
1239
+ "name": [
1240
+ 1
1241
+ ],
1242
+ "description": [
1243
+ 1
1244
+ ],
1245
+ "slogan": [
1246
+ 1
1247
+ ],
1248
+ "logo": [
1249
+ 47
1250
+ ],
1251
+ "banner": [
1252
+ 47
1253
+ ],
1254
+ "__typename": [
1255
+ 1
1256
+ ]
1257
+ },
1258
+ "RegisterSponsorInput": {
1259
+ "name": [
1260
+ 1
1261
+ ],
1262
+ "phone": [
1263
+ 1
1264
+ ],
1265
+ "hasWhatsapp": [
1266
+ 2
1267
+ ],
1268
+ "companyName": [
1269
+ 1
1270
+ ],
1271
+ "companyEmail": [
1272
+ 1
1273
+ ],
1274
+ "industryId": [
1275
+ 1
1276
+ ],
1277
+ "companySize": [
1278
+ 1
1279
+ ],
1280
+ "operatorType": [
1281
+ 1
1282
+ ],
1283
+ "numberOfAthletes": [
1284
+ 1
1285
+ ],
1286
+ "brands": [
1287
+ 1
1288
+ ],
1289
+ "__typename": [
1290
+ 1
1291
+ ]
1292
+ },
1293
+ "CreateSponsorDto": {
1294
+ "name": [
1295
+ 1
1296
+ ],
1297
+ "description": [
1298
+ 1
1299
+ ],
1300
+ "__typename": [
1301
+ 1
1302
+ ]
1303
+ },
1304
+ "RegisterAthleteDto": {
1305
+ "email": [
1306
+ 1
1307
+ ],
1308
+ "firstName": [
1309
+ 1
1310
+ ],
1311
+ "lastName": [
1312
+ 1
1313
+ ],
1314
+ "screenName": [
1315
+ 1
1316
+ ],
1317
+ "nationality": [
1318
+ 1
1319
+ ],
1320
+ "cityOfResidence": [
1321
+ 1
1322
+ ],
1323
+ "dateOfBirth": [
1324
+ 13
1325
+ ],
1326
+ "competitionLevel": [
1327
+ 16
1328
+ ],
1329
+ "team": [
1330
+ 1
1331
+ ],
1332
+ "gender": [
1333
+ 1
1334
+ ],
1335
+ "mainSport": [
1336
+ 1
1337
+ ],
1338
+ "__typename": [
1339
+ 1
1340
+ ]
1341
+ },
1342
+ "CreateSportDto": {
1343
+ "name": [
1344
+ 1
1345
+ ],
1346
+ "__typename": [
1347
+ 1
1348
+ ]
1349
+ },
1350
+ "UpdateSportDto": {
1351
+ "name": [
1352
+ 1
1353
+ ],
1354
+ "__typename": [
1355
+ 1
1356
+ ]
1357
+ }
1358
+ }
1359
+ };
1360
+ //# sourceMappingURL=types.js.map