@vertikalx/vtx-backend-client 1.0.1-dev-daniel.3 → 1.0.1-dev-carlos.2
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.
- package/package.json +1 -1
- package/src/api/vtx-base-api.d.ts +2 -1
- package/src/api/vtx-base-api.js +74 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +163 -23
- package/src/client/schema.js +62 -1
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +61 -15
- package/src/client/types.js +283 -175
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -7,9 +7,11 @@ exports.default = {
|
|
|
7
7
|
14,
|
|
8
8
|
18,
|
|
9
9
|
101,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
124,
|
|
11
|
+
125,
|
|
12
|
+
138,
|
|
13
|
+
141,
|
|
14
|
+
196
|
|
13
15
|
],
|
|
14
16
|
"types": {
|
|
15
17
|
"User": {
|
|
@@ -1841,21 +1843,6 @@ exports.default = {
|
|
|
1841
1843
|
"adversary": [
|
|
1842
1844
|
1
|
|
1843
1845
|
],
|
|
1844
|
-
"genderPosition": [
|
|
1845
|
-
18
|
|
1846
|
-
],
|
|
1847
|
-
"genderParticipants": [
|
|
1848
|
-
18
|
|
1849
|
-
],
|
|
1850
|
-
"categoryPosition": [
|
|
1851
|
-
18
|
|
1852
|
-
],
|
|
1853
|
-
"categoryParticipants": [
|
|
1854
|
-
18
|
|
1855
|
-
],
|
|
1856
|
-
"categoryName": [
|
|
1857
|
-
1
|
|
1858
|
-
],
|
|
1859
1846
|
"__typename": [
|
|
1860
1847
|
1
|
|
1861
1848
|
]
|
|
@@ -2727,7 +2714,7 @@ exports.default = {
|
|
|
2727
2714
|
88
|
|
2728
2715
|
],
|
|
2729
2716
|
"mode": [
|
|
2730
|
-
|
|
2717
|
+
196
|
|
2731
2718
|
],
|
|
2732
2719
|
"athleteId": [
|
|
2733
2720
|
1
|
|
@@ -3057,6 +3044,154 @@ exports.default = {
|
|
|
3057
3044
|
1
|
|
3058
3045
|
]
|
|
3059
3046
|
},
|
|
3047
|
+
"BudgetItemReference": {
|
|
3048
|
+
"_id": [
|
|
3049
|
+
1
|
|
3050
|
+
],
|
|
3051
|
+
"concept": [
|
|
3052
|
+
1
|
|
3053
|
+
],
|
|
3054
|
+
"quantity": [
|
|
3055
|
+
18
|
|
3056
|
+
],
|
|
3057
|
+
"itemCost": [
|
|
3058
|
+
18
|
|
3059
|
+
],
|
|
3060
|
+
"totalCost": [
|
|
3061
|
+
18
|
|
3062
|
+
],
|
|
3063
|
+
"__typename": [
|
|
3064
|
+
1
|
|
3065
|
+
]
|
|
3066
|
+
},
|
|
3067
|
+
"BudgetReference": {
|
|
3068
|
+
"_id": [
|
|
3069
|
+
1
|
|
3070
|
+
],
|
|
3071
|
+
"items": [
|
|
3072
|
+
118
|
|
3073
|
+
],
|
|
3074
|
+
"totalAmount": [
|
|
3075
|
+
18
|
|
3076
|
+
],
|
|
3077
|
+
"__typename": [
|
|
3078
|
+
1
|
|
3079
|
+
]
|
|
3080
|
+
},
|
|
3081
|
+
"CompetitionBudgetReference": {
|
|
3082
|
+
"competitionId": [
|
|
3083
|
+
1
|
|
3084
|
+
],
|
|
3085
|
+
"eventName": [
|
|
3086
|
+
1
|
|
3087
|
+
],
|
|
3088
|
+
"budget": [
|
|
3089
|
+
119
|
|
3090
|
+
],
|
|
3091
|
+
"__typename": [
|
|
3092
|
+
1
|
|
3093
|
+
]
|
|
3094
|
+
},
|
|
3095
|
+
"BaseBudgetData": {
|
|
3096
|
+
"id": [
|
|
3097
|
+
1
|
|
3098
|
+
],
|
|
3099
|
+
"dateCreated": [
|
|
3100
|
+
1
|
|
3101
|
+
],
|
|
3102
|
+
"type": [
|
|
3103
|
+
1
|
|
3104
|
+
],
|
|
3105
|
+
"name": [
|
|
3106
|
+
1
|
|
3107
|
+
],
|
|
3108
|
+
"budget": [
|
|
3109
|
+
18
|
|
3110
|
+
],
|
|
3111
|
+
"__typename": [
|
|
3112
|
+
1
|
|
3113
|
+
]
|
|
3114
|
+
},
|
|
3115
|
+
"CompetitionBudgetData": {
|
|
3116
|
+
"id": [
|
|
3117
|
+
1
|
|
3118
|
+
],
|
|
3119
|
+
"dateCreated": [
|
|
3120
|
+
1
|
|
3121
|
+
],
|
|
3122
|
+
"type": [
|
|
3123
|
+
1
|
|
3124
|
+
],
|
|
3125
|
+
"name": [
|
|
3126
|
+
1
|
|
3127
|
+
],
|
|
3128
|
+
"budget": [
|
|
3129
|
+
18
|
|
3130
|
+
],
|
|
3131
|
+
"eventDate": [
|
|
3132
|
+
1
|
|
3133
|
+
],
|
|
3134
|
+
"campaign": [
|
|
3135
|
+
1
|
|
3136
|
+
],
|
|
3137
|
+
"items": [
|
|
3138
|
+
118
|
|
3139
|
+
],
|
|
3140
|
+
"__typename": [
|
|
3141
|
+
1
|
|
3142
|
+
]
|
|
3143
|
+
},
|
|
3144
|
+
"CampaignBudgetData": {
|
|
3145
|
+
"id": [
|
|
3146
|
+
1
|
|
3147
|
+
],
|
|
3148
|
+
"dateCreated": [
|
|
3149
|
+
1
|
|
3150
|
+
],
|
|
3151
|
+
"type": [
|
|
3152
|
+
1
|
|
3153
|
+
],
|
|
3154
|
+
"name": [
|
|
3155
|
+
1
|
|
3156
|
+
],
|
|
3157
|
+
"budget": [
|
|
3158
|
+
18
|
|
3159
|
+
],
|
|
3160
|
+
"endingDate": [
|
|
3161
|
+
1
|
|
3162
|
+
],
|
|
3163
|
+
"competitions": [
|
|
3164
|
+
18
|
|
3165
|
+
],
|
|
3166
|
+
"status": [
|
|
3167
|
+
124
|
|
3168
|
+
],
|
|
3169
|
+
"budgetMode": [
|
|
3170
|
+
125
|
|
3171
|
+
],
|
|
3172
|
+
"items": [
|
|
3173
|
+
118
|
|
3174
|
+
],
|
|
3175
|
+
"competitionBudgets": [
|
|
3176
|
+
120
|
|
3177
|
+
],
|
|
3178
|
+
"__typename": [
|
|
3179
|
+
1
|
|
3180
|
+
]
|
|
3181
|
+
},
|
|
3182
|
+
"FundingStatus": {},
|
|
3183
|
+
"FundingMode": {},
|
|
3184
|
+
"BudgetData": {
|
|
3185
|
+
"competitions": [
|
|
3186
|
+
122
|
|
3187
|
+
],
|
|
3188
|
+
"campaigns": [
|
|
3189
|
+
123
|
|
3190
|
+
],
|
|
3191
|
+
"__typename": [
|
|
3192
|
+
1
|
|
3193
|
+
]
|
|
3194
|
+
},
|
|
3060
3195
|
"EditValueResponse": {
|
|
3061
3196
|
"field": [
|
|
3062
3197
|
1
|
|
@@ -3093,7 +3228,7 @@ exports.default = {
|
|
|
3093
3228
|
1
|
|
3094
3229
|
],
|
|
3095
3230
|
"failureReason": [
|
|
3096
|
-
|
|
3231
|
+
128
|
|
3097
3232
|
],
|
|
3098
3233
|
"result": [
|
|
3099
3234
|
1
|
|
@@ -3110,7 +3245,7 @@ exports.default = {
|
|
|
3110
3245
|
2
|
|
3111
3246
|
],
|
|
3112
3247
|
"failureReason": [
|
|
3113
|
-
|
|
3248
|
+
128
|
|
3114
3249
|
],
|
|
3115
3250
|
"__typename": [
|
|
3116
3251
|
1
|
|
@@ -3129,7 +3264,7 @@ exports.default = {
|
|
|
3129
3264
|
},
|
|
3130
3265
|
"CursorPaginationResponse": {
|
|
3131
3266
|
"sort": [
|
|
3132
|
-
|
|
3267
|
+
131
|
|
3133
3268
|
],
|
|
3134
3269
|
"initialCursorId": [
|
|
3135
3270
|
1
|
|
@@ -3161,7 +3296,7 @@ exports.default = {
|
|
|
3161
3296
|
99
|
|
3162
3297
|
],
|
|
3163
3298
|
"cursor": [
|
|
3164
|
-
|
|
3299
|
+
132
|
|
3165
3300
|
],
|
|
3166
3301
|
"__typename": [
|
|
3167
3302
|
1
|
|
@@ -3192,7 +3327,7 @@ exports.default = {
|
|
|
3192
3327
|
1
|
|
3193
3328
|
],
|
|
3194
3329
|
"failureReason": [
|
|
3195
|
-
|
|
3330
|
+
128
|
|
3196
3331
|
],
|
|
3197
3332
|
"result": [
|
|
3198
3333
|
1
|
|
@@ -3214,7 +3349,7 @@ exports.default = {
|
|
|
3214
3349
|
1
|
|
3215
3350
|
],
|
|
3216
3351
|
"json": [
|
|
3217
|
-
|
|
3352
|
+
138
|
|
3218
3353
|
],
|
|
3219
3354
|
"__typename": [
|
|
3220
3355
|
1
|
|
@@ -3267,7 +3402,7 @@ exports.default = {
|
|
|
3267
3402
|
1
|
|
3268
3403
|
],
|
|
3269
3404
|
"status": [
|
|
3270
|
-
|
|
3405
|
+
141
|
|
3271
3406
|
],
|
|
3272
3407
|
"lastError": [
|
|
3273
3408
|
1
|
|
@@ -3440,7 +3575,7 @@ exports.default = {
|
|
|
3440
3575
|
1
|
|
3441
3576
|
],
|
|
3442
3577
|
"invitations": [
|
|
3443
|
-
|
|
3578
|
+
151
|
|
3444
3579
|
],
|
|
3445
3580
|
"__typename": [
|
|
3446
3581
|
1
|
|
@@ -3471,21 +3606,6 @@ exports.default = {
|
|
|
3471
3606
|
"adversary": [
|
|
3472
3607
|
1
|
|
3473
3608
|
],
|
|
3474
|
-
"genderPosition": [
|
|
3475
|
-
18
|
|
3476
|
-
],
|
|
3477
|
-
"genderParticipants": [
|
|
3478
|
-
18
|
|
3479
|
-
],
|
|
3480
|
-
"categoryPosition": [
|
|
3481
|
-
18
|
|
3482
|
-
],
|
|
3483
|
-
"categoryParticipants": [
|
|
3484
|
-
18
|
|
3485
|
-
],
|
|
3486
|
-
"categoryName": [
|
|
3487
|
-
1
|
|
3488
|
-
],
|
|
3489
3609
|
"__typename": [
|
|
3490
3610
|
1
|
|
3491
3611
|
]
|
|
@@ -3515,21 +3635,6 @@ exports.default = {
|
|
|
3515
3635
|
"adversary": [
|
|
3516
3636
|
1
|
|
3517
3637
|
],
|
|
3518
|
-
"genderPosition": [
|
|
3519
|
-
18
|
|
3520
|
-
],
|
|
3521
|
-
"genderParticipants": [
|
|
3522
|
-
18
|
|
3523
|
-
],
|
|
3524
|
-
"categoryPosition": [
|
|
3525
|
-
18
|
|
3526
|
-
],
|
|
3527
|
-
"categoryParticipants": [
|
|
3528
|
-
18
|
|
3529
|
-
],
|
|
3530
|
-
"categoryName": [
|
|
3531
|
-
1
|
|
3532
|
-
],
|
|
3533
3638
|
"competitionId": [
|
|
3534
3639
|
1
|
|
3535
3640
|
],
|
|
@@ -3551,7 +3656,7 @@ exports.default = {
|
|
|
3551
3656
|
1
|
|
3552
3657
|
],
|
|
3553
3658
|
"result": [
|
|
3554
|
-
|
|
3659
|
+
153
|
|
3555
3660
|
],
|
|
3556
3661
|
"cityId": [
|
|
3557
3662
|
1
|
|
@@ -3574,7 +3679,7 @@ exports.default = {
|
|
|
3574
3679
|
1
|
|
3575
3680
|
],
|
|
3576
3681
|
"result": [
|
|
3577
|
-
|
|
3682
|
+
153
|
|
3578
3683
|
],
|
|
3579
3684
|
"cityId": [
|
|
3580
3685
|
1
|
|
@@ -3610,13 +3715,13 @@ exports.default = {
|
|
|
3610
3715
|
},
|
|
3611
3716
|
"CursorPaginationDto": {
|
|
3612
3717
|
"sortCriteria": [
|
|
3613
|
-
|
|
3718
|
+
158
|
|
3614
3719
|
],
|
|
3615
3720
|
"limit": [
|
|
3616
3721
|
18
|
|
3617
3722
|
],
|
|
3618
3723
|
"cursorPosition": [
|
|
3619
|
-
|
|
3724
|
+
157
|
|
3620
3725
|
],
|
|
3621
3726
|
"__typename": [
|
|
3622
3727
|
1
|
|
@@ -3691,7 +3796,7 @@ exports.default = {
|
|
|
3691
3796
|
1
|
|
3692
3797
|
],
|
|
3693
3798
|
"currentCampaign": [
|
|
3694
|
-
|
|
3799
|
+
161
|
|
3695
3800
|
],
|
|
3696
3801
|
"sports": [
|
|
3697
3802
|
1
|
|
@@ -3747,10 +3852,10 @@ exports.default = {
|
|
|
3747
3852
|
},
|
|
3748
3853
|
"AthleteQueryDto": {
|
|
3749
3854
|
"cursor": [
|
|
3750
|
-
|
|
3855
|
+
159
|
|
3751
3856
|
],
|
|
3752
3857
|
"filters": [
|
|
3753
|
-
|
|
3858
|
+
162
|
|
3754
3859
|
],
|
|
3755
3860
|
"__typename": [
|
|
3756
3861
|
1
|
|
@@ -3761,7 +3866,7 @@ exports.default = {
|
|
|
3761
3866
|
1
|
|
3762
3867
|
],
|
|
3763
3868
|
"newPicture": [
|
|
3764
|
-
|
|
3869
|
+
165
|
|
3765
3870
|
],
|
|
3766
3871
|
"__typename": [
|
|
3767
3872
|
1
|
|
@@ -3795,7 +3900,7 @@ exports.default = {
|
|
|
3795
3900
|
1
|
|
3796
3901
|
],
|
|
3797
3902
|
"pictures": [
|
|
3798
|
-
|
|
3903
|
+
165
|
|
3799
3904
|
],
|
|
3800
3905
|
"albumId": [
|
|
3801
3906
|
1
|
|
@@ -4005,7 +4110,7 @@ exports.default = {
|
|
|
4005
4110
|
},
|
|
4006
4111
|
"resetPasswordDto": {
|
|
4007
4112
|
"code": [
|
|
4008
|
-
|
|
4113
|
+
150
|
|
4009
4114
|
],
|
|
4010
4115
|
"newPassword": [
|
|
4011
4116
|
1
|
|
@@ -4058,7 +4163,7 @@ exports.default = {
|
|
|
4058
4163
|
18
|
|
4059
4164
|
],
|
|
4060
4165
|
"items": [
|
|
4061
|
-
|
|
4166
|
+
183
|
|
4062
4167
|
],
|
|
4063
4168
|
"__typename": [
|
|
4064
4169
|
1
|
|
@@ -4069,7 +4174,7 @@ exports.default = {
|
|
|
4069
4174
|
18
|
|
4070
4175
|
],
|
|
4071
4176
|
"items": [
|
|
4072
|
-
|
|
4177
|
+
183
|
|
4073
4178
|
],
|
|
4074
4179
|
"athleteCompetitionId": [
|
|
4075
4180
|
1
|
|
@@ -4104,10 +4209,10 @@ exports.default = {
|
|
|
4104
4209
|
14
|
|
4105
4210
|
],
|
|
4106
4211
|
"budget": [
|
|
4107
|
-
|
|
4212
|
+
185
|
|
4108
4213
|
],
|
|
4109
4214
|
"competitionBudgets": [
|
|
4110
|
-
|
|
4215
|
+
186
|
|
4111
4216
|
],
|
|
4112
4217
|
"competitionIds": [
|
|
4113
4218
|
1
|
|
@@ -4142,10 +4247,10 @@ exports.default = {
|
|
|
4142
4247
|
14
|
|
4143
4248
|
],
|
|
4144
4249
|
"budget": [
|
|
4145
|
-
|
|
4250
|
+
185
|
|
4146
4251
|
],
|
|
4147
4252
|
"competitionBudgets": [
|
|
4148
|
-
|
|
4253
|
+
186
|
|
4149
4254
|
],
|
|
4150
4255
|
"competitionIds": [
|
|
4151
4256
|
1
|
|
@@ -4182,7 +4287,7 @@ exports.default = {
|
|
|
4182
4287
|
1
|
|
4183
4288
|
],
|
|
4184
4289
|
"logo": [
|
|
4185
|
-
|
|
4290
|
+
165
|
|
4186
4291
|
],
|
|
4187
4292
|
"countryId": [
|
|
4188
4293
|
1
|
|
@@ -4353,7 +4458,7 @@ exports.default = {
|
|
|
4353
4458
|
32,
|
|
4354
4459
|
{
|
|
4355
4460
|
"input": [
|
|
4356
|
-
|
|
4461
|
+
198,
|
|
4357
4462
|
"AWSS3GetUploadDto!"
|
|
4358
4463
|
]
|
|
4359
4464
|
}
|
|
@@ -4415,7 +4520,7 @@ exports.default = {
|
|
|
4415
4520
|
103,
|
|
4416
4521
|
{
|
|
4417
4522
|
"input": [
|
|
4418
|
-
|
|
4523
|
+
199,
|
|
4419
4524
|
"FindSponsorAthleteInvitationDto!"
|
|
4420
4525
|
]
|
|
4421
4526
|
}
|
|
@@ -4424,10 +4529,10 @@ exports.default = {
|
|
|
4424
4529
|
99
|
|
4425
4530
|
],
|
|
4426
4531
|
"queryAthleteFundingCampaigns": [
|
|
4427
|
-
|
|
4532
|
+
133,
|
|
4428
4533
|
{
|
|
4429
4534
|
"input": [
|
|
4430
|
-
|
|
4535
|
+
163,
|
|
4431
4536
|
"AthleteQueryDto!"
|
|
4432
4537
|
]
|
|
4433
4538
|
}
|
|
@@ -4475,7 +4580,7 @@ exports.default = {
|
|
|
4475
4580
|
79,
|
|
4476
4581
|
{
|
|
4477
4582
|
"input": [
|
|
4478
|
-
|
|
4583
|
+
200,
|
|
4479
4584
|
"GetAthleteCompetitionsDto!"
|
|
4480
4585
|
]
|
|
4481
4586
|
}
|
|
@@ -4520,10 +4625,10 @@ exports.default = {
|
|
|
4520
4625
|
}
|
|
4521
4626
|
],
|
|
4522
4627
|
"queryAthleteWithFilter": [
|
|
4523
|
-
|
|
4628
|
+
133,
|
|
4524
4629
|
{
|
|
4525
4630
|
"input": [
|
|
4526
|
-
|
|
4631
|
+
163,
|
|
4527
4632
|
"AthleteQueryDto!"
|
|
4528
4633
|
]
|
|
4529
4634
|
}
|
|
@@ -4538,10 +4643,10 @@ exports.default = {
|
|
|
4538
4643
|
}
|
|
4539
4644
|
],
|
|
4540
4645
|
"screenNameAvailability": [
|
|
4541
|
-
|
|
4646
|
+
136,
|
|
4542
4647
|
{
|
|
4543
4648
|
"input": [
|
|
4544
|
-
|
|
4649
|
+
168,
|
|
4545
4650
|
"existValueDto!"
|
|
4546
4651
|
]
|
|
4547
4652
|
}
|
|
@@ -4550,7 +4655,7 @@ exports.default = {
|
|
|
4550
4655
|
97,
|
|
4551
4656
|
{
|
|
4552
4657
|
"input": [
|
|
4553
|
-
|
|
4658
|
+
170,
|
|
4554
4659
|
"GetHistoricalScoresDto!"
|
|
4555
4660
|
]
|
|
4556
4661
|
}
|
|
@@ -4559,7 +4664,7 @@ exports.default = {
|
|
|
4559
4664
|
97,
|
|
4560
4665
|
{
|
|
4561
4666
|
"input": [
|
|
4562
|
-
|
|
4667
|
+
169,
|
|
4563
4668
|
"GetMyHistoricalScoresDto!"
|
|
4564
4669
|
]
|
|
4565
4670
|
}
|
|
@@ -4631,7 +4736,7 @@ exports.default = {
|
|
|
4631
4736
|
0,
|
|
4632
4737
|
{
|
|
4633
4738
|
"input": [
|
|
4634
|
-
|
|
4739
|
+
201,
|
|
4635
4740
|
"FindVtxUserDto!"
|
|
4636
4741
|
]
|
|
4637
4742
|
}
|
|
@@ -4650,7 +4755,7 @@ exports.default = {
|
|
|
4650
4755
|
}
|
|
4651
4756
|
],
|
|
4652
4757
|
"getUserImagesFromEmail": [
|
|
4653
|
-
|
|
4758
|
+
139,
|
|
4654
4759
|
{
|
|
4655
4760
|
"loginEmail": [
|
|
4656
4761
|
1,
|
|
@@ -4671,7 +4776,7 @@ exports.default = {
|
|
|
4671
4776
|
36,
|
|
4672
4777
|
{
|
|
4673
4778
|
"input": [
|
|
4674
|
-
|
|
4779
|
+
150,
|
|
4675
4780
|
"VerifyCodeDto!"
|
|
4676
4781
|
]
|
|
4677
4782
|
}
|
|
@@ -4683,11 +4788,14 @@ exports.default = {
|
|
|
4683
4788
|
75,
|
|
4684
4789
|
{
|
|
4685
4790
|
"input": [
|
|
4686
|
-
|
|
4791
|
+
202,
|
|
4687
4792
|
"GetSportEventsDto!"
|
|
4688
4793
|
]
|
|
4689
4794
|
}
|
|
4690
4795
|
],
|
|
4796
|
+
"getBudgetsByAthlete": [
|
|
4797
|
+
126
|
|
4798
|
+
],
|
|
4691
4799
|
"getMembershipOrganizations": [
|
|
4692
4800
|
80
|
|
4693
4801
|
],
|
|
@@ -4701,10 +4809,10 @@ exports.default = {
|
|
|
4701
4809
|
115
|
|
4702
4810
|
],
|
|
4703
4811
|
"stripeQuery": [
|
|
4704
|
-
|
|
4812
|
+
137,
|
|
4705
4813
|
{
|
|
4706
4814
|
"input": [
|
|
4707
|
-
|
|
4815
|
+
193,
|
|
4708
4816
|
"StripeQueryDto!"
|
|
4709
4817
|
]
|
|
4710
4818
|
}
|
|
@@ -4713,7 +4821,7 @@ exports.default = {
|
|
|
4713
4821
|
35,
|
|
4714
4822
|
{
|
|
4715
4823
|
"input": [
|
|
4716
|
-
|
|
4824
|
+
148,
|
|
4717
4825
|
"GetDatabaseFileDto!"
|
|
4718
4826
|
]
|
|
4719
4827
|
}
|
|
@@ -4722,7 +4830,7 @@ exports.default = {
|
|
|
4722
4830
|
116,
|
|
4723
4831
|
{
|
|
4724
4832
|
"input": [
|
|
4725
|
-
|
|
4833
|
+
182,
|
|
4726
4834
|
"GetReceiptDto!"
|
|
4727
4835
|
]
|
|
4728
4836
|
}
|
|
@@ -4731,7 +4839,7 @@ exports.default = {
|
|
|
4731
4839
|
117,
|
|
4732
4840
|
{
|
|
4733
4841
|
"input": [
|
|
4734
|
-
|
|
4842
|
+
182,
|
|
4735
4843
|
"GetReceiptDto!"
|
|
4736
4844
|
]
|
|
4737
4845
|
}
|
|
@@ -4797,7 +4905,7 @@ exports.default = {
|
|
|
4797
4905
|
5,
|
|
4798
4906
|
{
|
|
4799
4907
|
"tenant": [
|
|
4800
|
-
|
|
4908
|
+
204,
|
|
4801
4909
|
"CreateTenantInput!"
|
|
4802
4910
|
]
|
|
4803
4911
|
}
|
|
@@ -4806,7 +4914,7 @@ exports.default = {
|
|
|
4806
4914
|
11,
|
|
4807
4915
|
{
|
|
4808
4916
|
"tenant": [
|
|
4809
|
-
|
|
4917
|
+
204,
|
|
4810
4918
|
"CreateTenantInput!"
|
|
4811
4919
|
]
|
|
4812
4920
|
}
|
|
@@ -4815,7 +4923,7 @@ exports.default = {
|
|
|
4815
4923
|
3,
|
|
4816
4924
|
{
|
|
4817
4925
|
"user": [
|
|
4818
|
-
|
|
4926
|
+
205,
|
|
4819
4927
|
"CreateActiveUserInput!"
|
|
4820
4928
|
]
|
|
4821
4929
|
}
|
|
@@ -4850,7 +4958,7 @@ exports.default = {
|
|
|
4850
4958
|
0,
|
|
4851
4959
|
{
|
|
4852
4960
|
"input": [
|
|
4853
|
-
|
|
4961
|
+
206,
|
|
4854
4962
|
"RegisterUserToDomainFromEmailInput!"
|
|
4855
4963
|
]
|
|
4856
4964
|
}
|
|
@@ -4859,7 +4967,7 @@ exports.default = {
|
|
|
4859
4967
|
8,
|
|
4860
4968
|
{
|
|
4861
4969
|
"dto": [
|
|
4862
|
-
|
|
4970
|
+
207,
|
|
4863
4971
|
"RefreshTokenInput!"
|
|
4864
4972
|
]
|
|
4865
4973
|
}
|
|
@@ -4868,7 +4976,7 @@ exports.default = {
|
|
|
4868
4976
|
33,
|
|
4869
4977
|
{
|
|
4870
4978
|
"input": [
|
|
4871
|
-
|
|
4979
|
+
208,
|
|
4872
4980
|
"AWSS3DeleteUseTypeFileDto!"
|
|
4873
4981
|
]
|
|
4874
4982
|
}
|
|
@@ -4877,7 +4985,7 @@ exports.default = {
|
|
|
4877
4985
|
33,
|
|
4878
4986
|
{
|
|
4879
4987
|
"input": [
|
|
4880
|
-
|
|
4988
|
+
209,
|
|
4881
4989
|
"AWSS3DeleteBucketFileDto!"
|
|
4882
4990
|
]
|
|
4883
4991
|
}
|
|
@@ -4886,7 +4994,7 @@ exports.default = {
|
|
|
4886
4994
|
33,
|
|
4887
4995
|
{
|
|
4888
4996
|
"input": [
|
|
4889
|
-
|
|
4997
|
+
210,
|
|
4890
4998
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
4891
4999
|
]
|
|
4892
5000
|
}
|
|
@@ -4895,7 +5003,7 @@ exports.default = {
|
|
|
4895
5003
|
27,
|
|
4896
5004
|
{
|
|
4897
5005
|
"input": [
|
|
4898
|
-
|
|
5006
|
+
165,
|
|
4899
5007
|
"AWSS3UploadedFileDto!"
|
|
4900
5008
|
]
|
|
4901
5009
|
}
|
|
@@ -4904,7 +5012,7 @@ exports.default = {
|
|
|
4904
5012
|
56,
|
|
4905
5013
|
{
|
|
4906
5014
|
"input": [
|
|
4907
|
-
|
|
5015
|
+
211,
|
|
4908
5016
|
"CreateIndustryDto!"
|
|
4909
5017
|
]
|
|
4910
5018
|
}
|
|
@@ -4913,7 +5021,7 @@ exports.default = {
|
|
|
4913
5021
|
39,
|
|
4914
5022
|
{
|
|
4915
5023
|
"input": [
|
|
4916
|
-
|
|
5024
|
+
212,
|
|
4917
5025
|
"CreateBrandDto!"
|
|
4918
5026
|
]
|
|
4919
5027
|
}
|
|
@@ -4922,7 +5030,7 @@ exports.default = {
|
|
|
4922
5030
|
59,
|
|
4923
5031
|
{
|
|
4924
5032
|
"input": [
|
|
4925
|
-
|
|
5033
|
+
214,
|
|
4926
5034
|
"RegisterSponsorInput!"
|
|
4927
5035
|
]
|
|
4928
5036
|
}
|
|
@@ -4931,7 +5039,7 @@ exports.default = {
|
|
|
4931
5039
|
59,
|
|
4932
5040
|
{
|
|
4933
5041
|
"input": [
|
|
4934
|
-
|
|
5042
|
+
215,
|
|
4935
5043
|
"CreateSponsorDto!"
|
|
4936
5044
|
]
|
|
4937
5045
|
}
|
|
@@ -4940,7 +5048,7 @@ exports.default = {
|
|
|
4940
5048
|
103,
|
|
4941
5049
|
{
|
|
4942
5050
|
"input": [
|
|
4943
|
-
|
|
5051
|
+
152,
|
|
4944
5052
|
"InviteAthletesDto!"
|
|
4945
5053
|
]
|
|
4946
5054
|
}
|
|
@@ -4949,34 +5057,34 @@ exports.default = {
|
|
|
4949
5057
|
99,
|
|
4950
5058
|
{
|
|
4951
5059
|
"input": [
|
|
4952
|
-
|
|
5060
|
+
216,
|
|
4953
5061
|
"RegisterAthleteDto!"
|
|
4954
5062
|
]
|
|
4955
5063
|
}
|
|
4956
5064
|
],
|
|
4957
5065
|
"editProfileValue": [
|
|
4958
|
-
|
|
5066
|
+
127,
|
|
4959
5067
|
{
|
|
4960
5068
|
"input": [
|
|
4961
|
-
|
|
5069
|
+
217,
|
|
4962
5070
|
"EditValueDto!"
|
|
4963
5071
|
]
|
|
4964
5072
|
}
|
|
4965
5073
|
],
|
|
4966
5074
|
"editPicture": [
|
|
4967
|
-
|
|
5075
|
+
134,
|
|
4968
5076
|
{
|
|
4969
5077
|
"input": [
|
|
4970
|
-
|
|
5078
|
+
164,
|
|
4971
5079
|
"EditPictureDto!"
|
|
4972
5080
|
]
|
|
4973
5081
|
}
|
|
4974
5082
|
],
|
|
4975
5083
|
"AddAlbumPictures": [
|
|
4976
|
-
|
|
5084
|
+
135,
|
|
4977
5085
|
{
|
|
4978
5086
|
"input": [
|
|
4979
|
-
|
|
5087
|
+
166,
|
|
4980
5088
|
"UploadAlbumsPicturesDto!"
|
|
4981
5089
|
]
|
|
4982
5090
|
}
|
|
@@ -4985,16 +5093,16 @@ exports.default = {
|
|
|
4985
5093
|
79,
|
|
4986
5094
|
{
|
|
4987
5095
|
"input": [
|
|
4988
|
-
|
|
5096
|
+
155,
|
|
4989
5097
|
"CreateAthleteCompetitionDto!"
|
|
4990
5098
|
]
|
|
4991
5099
|
}
|
|
4992
5100
|
],
|
|
4993
5101
|
"deleteAthleteCompetition": [
|
|
4994
|
-
|
|
5102
|
+
130,
|
|
4995
5103
|
{
|
|
4996
5104
|
"input": [
|
|
4997
|
-
|
|
5105
|
+
160,
|
|
4998
5106
|
"DeleteSingleValueDto!"
|
|
4999
5107
|
]
|
|
5000
5108
|
}
|
|
@@ -5003,7 +5111,7 @@ exports.default = {
|
|
|
5003
5111
|
86,
|
|
5004
5112
|
{
|
|
5005
5113
|
"input": [
|
|
5006
|
-
|
|
5114
|
+
166,
|
|
5007
5115
|
"UploadAlbumsPicturesDto!"
|
|
5008
5116
|
]
|
|
5009
5117
|
}
|
|
@@ -5012,25 +5120,25 @@ exports.default = {
|
|
|
5012
5120
|
86,
|
|
5013
5121
|
{
|
|
5014
5122
|
"input": [
|
|
5015
|
-
|
|
5123
|
+
166,
|
|
5016
5124
|
"UploadAlbumsPicturesDto!"
|
|
5017
5125
|
]
|
|
5018
5126
|
}
|
|
5019
5127
|
],
|
|
5020
5128
|
"deleteAthleteAlbum": [
|
|
5021
|
-
|
|
5129
|
+
130,
|
|
5022
5130
|
{
|
|
5023
5131
|
"input": [
|
|
5024
|
-
|
|
5132
|
+
160,
|
|
5025
5133
|
"DeleteSingleValueDto!"
|
|
5026
5134
|
]
|
|
5027
5135
|
}
|
|
5028
5136
|
],
|
|
5029
5137
|
"deleteAthletePhotos": [
|
|
5030
|
-
|
|
5138
|
+
129,
|
|
5031
5139
|
{
|
|
5032
5140
|
"input": [
|
|
5033
|
-
|
|
5141
|
+
167,
|
|
5034
5142
|
"DeleteValuesDto!"
|
|
5035
5143
|
]
|
|
5036
5144
|
}
|
|
@@ -5039,7 +5147,7 @@ exports.default = {
|
|
|
5039
5147
|
76,
|
|
5040
5148
|
{
|
|
5041
5149
|
"input": [
|
|
5042
|
-
|
|
5150
|
+
154,
|
|
5043
5151
|
"SetCompetitionResultDto!"
|
|
5044
5152
|
]
|
|
5045
5153
|
}
|
|
@@ -5051,7 +5159,7 @@ exports.default = {
|
|
|
5051
5159
|
67,
|
|
5052
5160
|
{
|
|
5053
5161
|
"input": [
|
|
5054
|
-
|
|
5162
|
+
218,
|
|
5055
5163
|
"CreateSportDto!"
|
|
5056
5164
|
]
|
|
5057
5165
|
}
|
|
@@ -5060,7 +5168,7 @@ exports.default = {
|
|
|
5060
5168
|
67,
|
|
5061
5169
|
{
|
|
5062
5170
|
"input": [
|
|
5063
|
-
|
|
5171
|
+
219,
|
|
5064
5172
|
"UpdateSportDto!"
|
|
5065
5173
|
]
|
|
5066
5174
|
}
|
|
@@ -5069,7 +5177,7 @@ exports.default = {
|
|
|
5069
5177
|
70,
|
|
5070
5178
|
{
|
|
5071
5179
|
"input": [
|
|
5072
|
-
|
|
5180
|
+
220,
|
|
5073
5181
|
"CreateSportLevelDto!"
|
|
5074
5182
|
]
|
|
5075
5183
|
}
|
|
@@ -5078,7 +5186,7 @@ exports.default = {
|
|
|
5078
5186
|
65,
|
|
5079
5187
|
{
|
|
5080
5188
|
"input": [
|
|
5081
|
-
|
|
5189
|
+
222,
|
|
5082
5190
|
"CreateSponsorshipDto!"
|
|
5083
5191
|
]
|
|
5084
5192
|
}
|
|
@@ -5087,7 +5195,7 @@ exports.default = {
|
|
|
5087
5195
|
45,
|
|
5088
5196
|
{
|
|
5089
5197
|
"input": [
|
|
5090
|
-
|
|
5198
|
+
229,
|
|
5091
5199
|
"CreateCountryDto!"
|
|
5092
5200
|
]
|
|
5093
5201
|
}
|
|
@@ -5096,7 +5204,7 @@ exports.default = {
|
|
|
5096
5204
|
44,
|
|
5097
5205
|
{
|
|
5098
5206
|
"input": [
|
|
5099
|
-
|
|
5207
|
+
230,
|
|
5100
5208
|
"CreateStateDto!"
|
|
5101
5209
|
]
|
|
5102
5210
|
}
|
|
@@ -5105,7 +5213,7 @@ exports.default = {
|
|
|
5105
5213
|
43,
|
|
5106
5214
|
{
|
|
5107
5215
|
"input": [
|
|
5108
|
-
|
|
5216
|
+
231,
|
|
5109
5217
|
"CreateCityDto!"
|
|
5110
5218
|
]
|
|
5111
5219
|
}
|
|
@@ -5114,7 +5222,7 @@ exports.default = {
|
|
|
5114
5222
|
29,
|
|
5115
5223
|
{
|
|
5116
5224
|
"input": [
|
|
5117
|
-
|
|
5225
|
+
180,
|
|
5118
5226
|
"RegisterUserDto!"
|
|
5119
5227
|
]
|
|
5120
5228
|
}
|
|
@@ -5123,7 +5231,7 @@ exports.default = {
|
|
|
5123
5231
|
3,
|
|
5124
5232
|
{
|
|
5125
5233
|
"input": [
|
|
5126
|
-
|
|
5234
|
+
150,
|
|
5127
5235
|
"VerifyCodeDto!"
|
|
5128
5236
|
]
|
|
5129
5237
|
}
|
|
@@ -5132,7 +5240,7 @@ exports.default = {
|
|
|
5132
5240
|
0,
|
|
5133
5241
|
{
|
|
5134
5242
|
"input": [
|
|
5135
|
-
|
|
5243
|
+
150,
|
|
5136
5244
|
"VerifyCodeDto!"
|
|
5137
5245
|
]
|
|
5138
5246
|
}
|
|
@@ -5141,7 +5249,7 @@ exports.default = {
|
|
|
5141
5249
|
0,
|
|
5142
5250
|
{
|
|
5143
5251
|
"input": [
|
|
5144
|
-
|
|
5252
|
+
180,
|
|
5145
5253
|
"RegisterUserDto!"
|
|
5146
5254
|
]
|
|
5147
5255
|
}
|
|
@@ -5150,7 +5258,7 @@ exports.default = {
|
|
|
5150
5258
|
0,
|
|
5151
5259
|
{
|
|
5152
5260
|
"input": [
|
|
5153
|
-
|
|
5261
|
+
180,
|
|
5154
5262
|
"RegisterUserDto!"
|
|
5155
5263
|
]
|
|
5156
5264
|
}
|
|
@@ -5169,7 +5277,7 @@ exports.default = {
|
|
|
5169
5277
|
}
|
|
5170
5278
|
],
|
|
5171
5279
|
"createResetPasswordCode": [
|
|
5172
|
-
|
|
5280
|
+
127,
|
|
5173
5281
|
{
|
|
5174
5282
|
"input": [
|
|
5175
5283
|
1,
|
|
@@ -5178,10 +5286,10 @@ exports.default = {
|
|
|
5178
5286
|
}
|
|
5179
5287
|
],
|
|
5180
5288
|
"resetUserPassword": [
|
|
5181
|
-
|
|
5289
|
+
127,
|
|
5182
5290
|
{
|
|
5183
5291
|
"input": [
|
|
5184
|
-
|
|
5292
|
+
181,
|
|
5185
5293
|
"resetPasswordDto!"
|
|
5186
5294
|
]
|
|
5187
5295
|
}
|
|
@@ -5190,7 +5298,7 @@ exports.default = {
|
|
|
5190
5298
|
104,
|
|
5191
5299
|
{
|
|
5192
5300
|
"data": [
|
|
5193
|
-
|
|
5301
|
+
232,
|
|
5194
5302
|
"RegisterStravaDto!"
|
|
5195
5303
|
]
|
|
5196
5304
|
}
|
|
@@ -5208,7 +5316,7 @@ exports.default = {
|
|
|
5208
5316
|
75,
|
|
5209
5317
|
{
|
|
5210
5318
|
"input": [
|
|
5211
|
-
|
|
5319
|
+
233,
|
|
5212
5320
|
"CreateSportEventDto!"
|
|
5213
5321
|
]
|
|
5214
5322
|
}
|
|
@@ -5217,7 +5325,7 @@ exports.default = {
|
|
|
5217
5325
|
88,
|
|
5218
5326
|
{
|
|
5219
5327
|
"input": [
|
|
5220
|
-
|
|
5328
|
+
189,
|
|
5221
5329
|
"SetFundingStatusDto!"
|
|
5222
5330
|
]
|
|
5223
5331
|
}
|
|
@@ -5226,7 +5334,7 @@ exports.default = {
|
|
|
5226
5334
|
88,
|
|
5227
5335
|
{
|
|
5228
5336
|
"input": [
|
|
5229
|
-
|
|
5337
|
+
187,
|
|
5230
5338
|
"CreateFundingCampaignDto!"
|
|
5231
5339
|
]
|
|
5232
5340
|
}
|
|
@@ -5235,7 +5343,7 @@ exports.default = {
|
|
|
5235
5343
|
80,
|
|
5236
5344
|
{
|
|
5237
5345
|
"input": [
|
|
5238
|
-
|
|
5346
|
+
190,
|
|
5239
5347
|
"CreateMembershipOrganizationDto!"
|
|
5240
5348
|
]
|
|
5241
5349
|
}
|
|
@@ -5244,16 +5352,16 @@ exports.default = {
|
|
|
5244
5352
|
82,
|
|
5245
5353
|
{
|
|
5246
5354
|
"input": [
|
|
5247
|
-
|
|
5355
|
+
191,
|
|
5248
5356
|
"CreateAthleteMembershipDto!"
|
|
5249
5357
|
]
|
|
5250
5358
|
}
|
|
5251
5359
|
],
|
|
5252
5360
|
"deleteAthleteMembershipAffilation": [
|
|
5253
|
-
|
|
5361
|
+
130,
|
|
5254
5362
|
{
|
|
5255
5363
|
"input": [
|
|
5256
|
-
|
|
5364
|
+
160,
|
|
5257
5365
|
"DeleteSingleValueDto!"
|
|
5258
5366
|
]
|
|
5259
5367
|
}
|
|
@@ -5271,7 +5379,7 @@ exports.default = {
|
|
|
5271
5379
|
96,
|
|
5272
5380
|
{
|
|
5273
5381
|
"input": [
|
|
5274
|
-
|
|
5382
|
+
234,
|
|
5275
5383
|
"CreateStripeAccountDto!"
|
|
5276
5384
|
]
|
|
5277
5385
|
}
|
|
@@ -5283,7 +5391,7 @@ exports.default = {
|
|
|
5283
5391
|
106,
|
|
5284
5392
|
{
|
|
5285
5393
|
"input": [
|
|
5286
|
-
|
|
5394
|
+
192,
|
|
5287
5395
|
"DonationCheckoutDto!"
|
|
5288
5396
|
]
|
|
5289
5397
|
}
|
|
@@ -5406,13 +5514,13 @@ exports.default = {
|
|
|
5406
5514
|
1
|
|
5407
5515
|
],
|
|
5408
5516
|
"logo": [
|
|
5409
|
-
|
|
5517
|
+
165
|
|
5410
5518
|
],
|
|
5411
5519
|
"banner": [
|
|
5412
|
-
|
|
5520
|
+
165
|
|
5413
5521
|
],
|
|
5414
5522
|
"translations": [
|
|
5415
|
-
|
|
5523
|
+
213
|
|
5416
5524
|
],
|
|
5417
5525
|
"__typename": [
|
|
5418
5526
|
1
|
|
@@ -5435,10 +5543,10 @@ exports.default = {
|
|
|
5435
5543
|
1
|
|
5436
5544
|
],
|
|
5437
5545
|
"logo": [
|
|
5438
|
-
|
|
5546
|
+
165
|
|
5439
5547
|
],
|
|
5440
5548
|
"banner": [
|
|
5441
|
-
|
|
5549
|
+
165
|
|
5442
5550
|
],
|
|
5443
5551
|
"__typename": [
|
|
5444
5552
|
1
|
|
@@ -5543,10 +5651,10 @@ exports.default = {
|
|
|
5543
5651
|
1
|
|
5544
5652
|
],
|
|
5545
5653
|
"profilePicture": [
|
|
5546
|
-
|
|
5654
|
+
165
|
|
5547
5655
|
],
|
|
5548
5656
|
"cardPicture": [
|
|
5549
|
-
|
|
5657
|
+
165
|
|
5550
5658
|
],
|
|
5551
5659
|
"__typename": [
|
|
5552
5660
|
1
|
|
@@ -5602,7 +5710,7 @@ exports.default = {
|
|
|
5602
5710
|
18
|
|
5603
5711
|
],
|
|
5604
5712
|
"translations": [
|
|
5605
|
-
|
|
5713
|
+
221
|
|
5606
5714
|
],
|
|
5607
5715
|
"__typename": [
|
|
5608
5716
|
1
|
|
@@ -5636,10 +5744,10 @@ exports.default = {
|
|
|
5636
5744
|
18
|
|
5637
5745
|
],
|
|
5638
5746
|
"banner": [
|
|
5639
|
-
|
|
5747
|
+
165
|
|
5640
5748
|
],
|
|
5641
5749
|
"criteria": [
|
|
5642
|
-
|
|
5750
|
+
223
|
|
5643
5751
|
],
|
|
5644
5752
|
"deadline": [
|
|
5645
5753
|
14
|
|
@@ -5648,13 +5756,13 @@ exports.default = {
|
|
|
5648
5756
|
14
|
|
5649
5757
|
],
|
|
5650
5758
|
"duration": [
|
|
5651
|
-
|
|
5759
|
+
225
|
|
5652
5760
|
],
|
|
5653
5761
|
"sponsorshipItems": [
|
|
5654
|
-
|
|
5762
|
+
226
|
|
5655
5763
|
],
|
|
5656
5764
|
"commitments": [
|
|
5657
|
-
|
|
5765
|
+
227
|
|
5658
5766
|
],
|
|
5659
5767
|
"terms": [
|
|
5660
5768
|
1
|
|
@@ -5666,7 +5774,7 @@ exports.default = {
|
|
|
5666
5774
|
2
|
|
5667
5775
|
],
|
|
5668
5776
|
"translations": [
|
|
5669
|
-
|
|
5777
|
+
228
|
|
5670
5778
|
],
|
|
5671
5779
|
"__typename": [
|
|
5672
5780
|
1
|
|
@@ -5680,7 +5788,7 @@ exports.default = {
|
|
|
5680
5788
|
1
|
|
5681
5789
|
],
|
|
5682
5790
|
"qualificationsBag": [
|
|
5683
|
-
|
|
5791
|
+
224
|
|
5684
5792
|
],
|
|
5685
5793
|
"__typename": [
|
|
5686
5794
|
1
|
|
@@ -5688,28 +5796,28 @@ exports.default = {
|
|
|
5688
5796
|
},
|
|
5689
5797
|
"QualificationsBagDto": {
|
|
5690
5798
|
"ageQualifications": [
|
|
5691
|
-
|
|
5799
|
+
172
|
|
5692
5800
|
],
|
|
5693
5801
|
"genderQualifications": [
|
|
5694
|
-
|
|
5802
|
+
173
|
|
5695
5803
|
],
|
|
5696
5804
|
"scoreQualifications": [
|
|
5697
|
-
|
|
5805
|
+
175
|
|
5698
5806
|
],
|
|
5699
5807
|
"locationQualifications": [
|
|
5700
|
-
|
|
5808
|
+
176
|
|
5701
5809
|
],
|
|
5702
5810
|
"nationalityQualifications": [
|
|
5703
|
-
|
|
5811
|
+
174
|
|
5704
5812
|
],
|
|
5705
5813
|
"distanceQualifications": [
|
|
5706
|
-
|
|
5814
|
+
177
|
|
5707
5815
|
],
|
|
5708
5816
|
"sportsQualifications": [
|
|
5709
|
-
|
|
5817
|
+
178
|
|
5710
5818
|
],
|
|
5711
5819
|
"levelQualifications": [
|
|
5712
|
-
|
|
5820
|
+
179
|
|
5713
5821
|
],
|
|
5714
5822
|
"__typename": [
|
|
5715
5823
|
1
|
|
@@ -5786,7 +5894,7 @@ exports.default = {
|
|
|
5786
5894
|
1
|
|
5787
5895
|
],
|
|
5788
5896
|
"banner": [
|
|
5789
|
-
|
|
5897
|
+
165
|
|
5790
5898
|
],
|
|
5791
5899
|
"terms": [
|
|
5792
5900
|
1
|
|
@@ -5904,7 +6012,7 @@ exports.default = {
|
|
|
5904
6012
|
1
|
|
5905
6013
|
],
|
|
5906
6014
|
"banner": [
|
|
5907
|
-
|
|
6015
|
+
165
|
|
5908
6016
|
],
|
|
5909
6017
|
"eventLevel": [
|
|
5910
6018
|
1
|