@vertikalx/vtx-backend-client 1.0.0-dev-daniel.189 → 1.0.0-dev-tmpint.0
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 +4 -1
- package/src/api/vtx-base-api.js +115 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +77 -7
- package/src/client/schema.graphql +72 -8
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +76 -8
- package/src/client/types.js +249 -65
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -2580,6 +2580,189 @@ exports.default = {
|
|
|
2580
2580
|
1
|
|
2581
2581
|
]
|
|
2582
2582
|
},
|
|
2583
|
+
"FundCampaignFilterDto": {
|
|
2584
|
+
"campaignTitle": [
|
|
2585
|
+
1
|
|
2586
|
+
],
|
|
2587
|
+
"minCompletion": [
|
|
2588
|
+
17
|
|
2589
|
+
],
|
|
2590
|
+
"maxCompletion": [
|
|
2591
|
+
17
|
|
2592
|
+
],
|
|
2593
|
+
"minFundsRequired": [
|
|
2594
|
+
17
|
|
2595
|
+
],
|
|
2596
|
+
"maxFundsRequired": [
|
|
2597
|
+
17
|
|
2598
|
+
],
|
|
2599
|
+
"minEndingDate": [
|
|
2600
|
+
14
|
|
2601
|
+
],
|
|
2602
|
+
"maxEndingDate": [
|
|
2603
|
+
14
|
|
2604
|
+
],
|
|
2605
|
+
"competitions": [
|
|
2606
|
+
1
|
|
2607
|
+
],
|
|
2608
|
+
"cities": [
|
|
2609
|
+
1
|
|
2610
|
+
],
|
|
2611
|
+
"states": [
|
|
2612
|
+
1
|
|
2613
|
+
],
|
|
2614
|
+
"countries": [
|
|
2615
|
+
1
|
|
2616
|
+
],
|
|
2617
|
+
"__typename": [
|
|
2618
|
+
1
|
|
2619
|
+
]
|
|
2620
|
+
},
|
|
2621
|
+
"AthleteFilterDto": {
|
|
2622
|
+
"name": [
|
|
2623
|
+
1
|
|
2624
|
+
],
|
|
2625
|
+
"cities": [
|
|
2626
|
+
1
|
|
2627
|
+
],
|
|
2628
|
+
"states": [
|
|
2629
|
+
1
|
|
2630
|
+
],
|
|
2631
|
+
"countries": [
|
|
2632
|
+
1
|
|
2633
|
+
],
|
|
2634
|
+
"teams": [
|
|
2635
|
+
1
|
|
2636
|
+
],
|
|
2637
|
+
"currentCampaign": [
|
|
2638
|
+
118
|
|
2639
|
+
],
|
|
2640
|
+
"sports": [
|
|
2641
|
+
1
|
|
2642
|
+
],
|
|
2643
|
+
"mainSportOnly": [
|
|
2644
|
+
2
|
|
2645
|
+
],
|
|
2646
|
+
"minAge": [
|
|
2647
|
+
17
|
|
2648
|
+
],
|
|
2649
|
+
"maxAge": [
|
|
2650
|
+
17
|
|
2651
|
+
],
|
|
2652
|
+
"minDob": [
|
|
2653
|
+
14
|
|
2654
|
+
],
|
|
2655
|
+
"maxDob": [
|
|
2656
|
+
14
|
|
2657
|
+
],
|
|
2658
|
+
"minVTXScore": [
|
|
2659
|
+
17
|
|
2660
|
+
],
|
|
2661
|
+
"maxVTXScore": [
|
|
2662
|
+
17
|
|
2663
|
+
],
|
|
2664
|
+
"minSocialScore": [
|
|
2665
|
+
17
|
|
2666
|
+
],
|
|
2667
|
+
"maxSocialScore": [
|
|
2668
|
+
17
|
|
2669
|
+
],
|
|
2670
|
+
"minTrainingScore": [
|
|
2671
|
+
17
|
|
2672
|
+
],
|
|
2673
|
+
"maxTrainingScore": [
|
|
2674
|
+
17
|
|
2675
|
+
],
|
|
2676
|
+
"minPerformanceScore": [
|
|
2677
|
+
17
|
|
2678
|
+
],
|
|
2679
|
+
"maxPerformanceScore": [
|
|
2680
|
+
17
|
|
2681
|
+
],
|
|
2682
|
+
"__typename": [
|
|
2683
|
+
1
|
|
2684
|
+
]
|
|
2685
|
+
},
|
|
2686
|
+
"AthleteQueryDto": {
|
|
2687
|
+
"cursor": [
|
|
2688
|
+
117
|
|
2689
|
+
],
|
|
2690
|
+
"filters": [
|
|
2691
|
+
119
|
|
2692
|
+
],
|
|
2693
|
+
"__typename": [
|
|
2694
|
+
1
|
|
2695
|
+
]
|
|
2696
|
+
},
|
|
2697
|
+
"CreateMembershipOrganizationDto": {
|
|
2698
|
+
"shortName": [
|
|
2699
|
+
1
|
|
2700
|
+
],
|
|
2701
|
+
"acronym": [
|
|
2702
|
+
1
|
|
2703
|
+
],
|
|
2704
|
+
"fullName": [
|
|
2705
|
+
1
|
|
2706
|
+
],
|
|
2707
|
+
"website": [
|
|
2708
|
+
1
|
|
2709
|
+
],
|
|
2710
|
+
"logo": [
|
|
2711
|
+
122
|
|
2712
|
+
],
|
|
2713
|
+
"countryId": [
|
|
2714
|
+
1
|
|
2715
|
+
],
|
|
2716
|
+
"sportId": [
|
|
2717
|
+
1
|
|
2718
|
+
],
|
|
2719
|
+
"__typename": [
|
|
2720
|
+
1
|
|
2721
|
+
]
|
|
2722
|
+
},
|
|
2723
|
+
"AWSS3UploadedFileDto": {
|
|
2724
|
+
"key": [
|
|
2725
|
+
1
|
|
2726
|
+
],
|
|
2727
|
+
"useType": [
|
|
2728
|
+
1
|
|
2729
|
+
],
|
|
2730
|
+
"contentType": [
|
|
2731
|
+
1
|
|
2732
|
+
],
|
|
2733
|
+
"originalFileName": [
|
|
2734
|
+
1
|
|
2735
|
+
],
|
|
2736
|
+
"fileSize": [
|
|
2737
|
+
17
|
|
2738
|
+
],
|
|
2739
|
+
"__typename": [
|
|
2740
|
+
1
|
|
2741
|
+
]
|
|
2742
|
+
},
|
|
2743
|
+
"CreateAthleteMembershipDto": {
|
|
2744
|
+
"organizationId": [
|
|
2745
|
+
1
|
|
2746
|
+
],
|
|
2747
|
+
"athleteId": [
|
|
2748
|
+
1
|
|
2749
|
+
],
|
|
2750
|
+
"membershipNumber": [
|
|
2751
|
+
1
|
|
2752
|
+
],
|
|
2753
|
+
"membershipType": [
|
|
2754
|
+
1
|
|
2755
|
+
],
|
|
2756
|
+
"issueDate": [
|
|
2757
|
+
14
|
|
2758
|
+
],
|
|
2759
|
+
"expirationDate": [
|
|
2760
|
+
14
|
|
2761
|
+
],
|
|
2762
|
+
"__typename": [
|
|
2763
|
+
1
|
|
2764
|
+
]
|
|
2765
|
+
},
|
|
2583
2766
|
"Query": {
|
|
2584
2767
|
"findTenantById": [
|
|
2585
2768
|
5,
|
|
@@ -2650,7 +2833,7 @@ exports.default = {
|
|
|
2650
2833
|
31,
|
|
2651
2834
|
{
|
|
2652
2835
|
"input": [
|
|
2653
|
-
|
|
2836
|
+
125,
|
|
2654
2837
|
"AWSS3GetUploadDto!"
|
|
2655
2838
|
]
|
|
2656
2839
|
}
|
|
@@ -2712,7 +2895,7 @@ exports.default = {
|
|
|
2712
2895
|
83,
|
|
2713
2896
|
{
|
|
2714
2897
|
"input": [
|
|
2715
|
-
|
|
2898
|
+
126,
|
|
2716
2899
|
"FindSponsorAthleteInvitationDto!"
|
|
2717
2900
|
]
|
|
2718
2901
|
}
|
|
@@ -2763,7 +2946,7 @@ exports.default = {
|
|
|
2763
2946
|
73,
|
|
2764
2947
|
{
|
|
2765
2948
|
"input": [
|
|
2766
|
-
|
|
2949
|
+
127,
|
|
2767
2950
|
"GetAthleteCompetitionsDto!"
|
|
2768
2951
|
]
|
|
2769
2952
|
}
|
|
@@ -2841,7 +3024,7 @@ exports.default = {
|
|
|
2841
3024
|
0,
|
|
2842
3025
|
{
|
|
2843
3026
|
"input": [
|
|
2844
|
-
|
|
3027
|
+
128,
|
|
2845
3028
|
"FindVtxUserDto!"
|
|
2846
3029
|
]
|
|
2847
3030
|
}
|
|
@@ -2875,11 +3058,14 @@ exports.default = {
|
|
|
2875
3058
|
69,
|
|
2876
3059
|
{
|
|
2877
3060
|
"input": [
|
|
2878
|
-
|
|
3061
|
+
129,
|
|
2879
3062
|
"GetSportEventsDto!"
|
|
2880
3063
|
]
|
|
2881
3064
|
}
|
|
2882
3065
|
],
|
|
3066
|
+
"getMembershipOrganizations": [
|
|
3067
|
+
74
|
|
3068
|
+
],
|
|
2883
3069
|
"__typename": [
|
|
2884
3070
|
1
|
|
2885
3071
|
]
|
|
@@ -2941,7 +3127,7 @@ exports.default = {
|
|
|
2941
3127
|
5,
|
|
2942
3128
|
{
|
|
2943
3129
|
"tenant": [
|
|
2944
|
-
|
|
3130
|
+
131,
|
|
2945
3131
|
"CreateTenantInput!"
|
|
2946
3132
|
]
|
|
2947
3133
|
}
|
|
@@ -2950,7 +3136,7 @@ exports.default = {
|
|
|
2950
3136
|
11,
|
|
2951
3137
|
{
|
|
2952
3138
|
"tenant": [
|
|
2953
|
-
|
|
3139
|
+
131,
|
|
2954
3140
|
"CreateTenantInput!"
|
|
2955
3141
|
]
|
|
2956
3142
|
}
|
|
@@ -2959,7 +3145,7 @@ exports.default = {
|
|
|
2959
3145
|
3,
|
|
2960
3146
|
{
|
|
2961
3147
|
"user": [
|
|
2962
|
-
|
|
3148
|
+
132,
|
|
2963
3149
|
"CreateActiveUserInput!"
|
|
2964
3150
|
]
|
|
2965
3151
|
}
|
|
@@ -2994,7 +3180,7 @@ exports.default = {
|
|
|
2994
3180
|
0,
|
|
2995
3181
|
{
|
|
2996
3182
|
"input": [
|
|
2997
|
-
|
|
3183
|
+
133,
|
|
2998
3184
|
"RegisterUserToDomainFromEmailInput!"
|
|
2999
3185
|
]
|
|
3000
3186
|
}
|
|
@@ -3003,7 +3189,7 @@ exports.default = {
|
|
|
3003
3189
|
8,
|
|
3004
3190
|
{
|
|
3005
3191
|
"dto": [
|
|
3006
|
-
|
|
3192
|
+
134,
|
|
3007
3193
|
"RefreshTokenInput!"
|
|
3008
3194
|
]
|
|
3009
3195
|
}
|
|
@@ -3012,7 +3198,7 @@ exports.default = {
|
|
|
3012
3198
|
32,
|
|
3013
3199
|
{
|
|
3014
3200
|
"input": [
|
|
3015
|
-
|
|
3201
|
+
135,
|
|
3016
3202
|
"AWSS3DeleteUseTypeFileDto!"
|
|
3017
3203
|
]
|
|
3018
3204
|
}
|
|
@@ -3021,7 +3207,7 @@ exports.default = {
|
|
|
3021
3207
|
32,
|
|
3022
3208
|
{
|
|
3023
3209
|
"input": [
|
|
3024
|
-
|
|
3210
|
+
136,
|
|
3025
3211
|
"AWSS3DeleteBucketFileDto!"
|
|
3026
3212
|
]
|
|
3027
3213
|
}
|
|
@@ -3030,7 +3216,7 @@ exports.default = {
|
|
|
3030
3216
|
26,
|
|
3031
3217
|
{
|
|
3032
3218
|
"input": [
|
|
3033
|
-
|
|
3219
|
+
122,
|
|
3034
3220
|
"AWSS3UploadedFileDto!"
|
|
3035
3221
|
]
|
|
3036
3222
|
}
|
|
@@ -3039,7 +3225,7 @@ exports.default = {
|
|
|
3039
3225
|
50,
|
|
3040
3226
|
{
|
|
3041
3227
|
"input": [
|
|
3042
|
-
|
|
3228
|
+
137,
|
|
3043
3229
|
"CreateIndustryDto!"
|
|
3044
3230
|
]
|
|
3045
3231
|
}
|
|
@@ -3048,7 +3234,7 @@ exports.default = {
|
|
|
3048
3234
|
36,
|
|
3049
3235
|
{
|
|
3050
3236
|
"input": [
|
|
3051
|
-
|
|
3237
|
+
138,
|
|
3052
3238
|
"CreateBrandDto!"
|
|
3053
3239
|
]
|
|
3054
3240
|
}
|
|
@@ -3057,7 +3243,7 @@ exports.default = {
|
|
|
3057
3243
|
53,
|
|
3058
3244
|
{
|
|
3059
3245
|
"input": [
|
|
3060
|
-
|
|
3246
|
+
140,
|
|
3061
3247
|
"RegisterSponsorInput!"
|
|
3062
3248
|
]
|
|
3063
3249
|
}
|
|
@@ -3066,7 +3252,7 @@ exports.default = {
|
|
|
3066
3252
|
53,
|
|
3067
3253
|
{
|
|
3068
3254
|
"input": [
|
|
3069
|
-
|
|
3255
|
+
141,
|
|
3070
3256
|
"CreateSponsorDto!"
|
|
3071
3257
|
]
|
|
3072
3258
|
}
|
|
@@ -3084,7 +3270,7 @@ exports.default = {
|
|
|
3084
3270
|
82,
|
|
3085
3271
|
{
|
|
3086
3272
|
"input": [
|
|
3087
|
-
|
|
3273
|
+
142,
|
|
3088
3274
|
"RegisterAthleteDto!"
|
|
3089
3275
|
]
|
|
3090
3276
|
}
|
|
@@ -3093,7 +3279,7 @@ exports.default = {
|
|
|
3093
3279
|
85,
|
|
3094
3280
|
{
|
|
3095
3281
|
"input": [
|
|
3096
|
-
|
|
3282
|
+
143,
|
|
3097
3283
|
"EditValueDto!"
|
|
3098
3284
|
]
|
|
3099
3285
|
}
|
|
@@ -3120,7 +3306,7 @@ exports.default = {
|
|
|
3120
3306
|
61,
|
|
3121
3307
|
{
|
|
3122
3308
|
"input": [
|
|
3123
|
-
|
|
3309
|
+
144,
|
|
3124
3310
|
"CreateSportDto!"
|
|
3125
3311
|
]
|
|
3126
3312
|
}
|
|
@@ -3129,7 +3315,7 @@ exports.default = {
|
|
|
3129
3315
|
61,
|
|
3130
3316
|
{
|
|
3131
3317
|
"input": [
|
|
3132
|
-
|
|
3318
|
+
145,
|
|
3133
3319
|
"UpdateSportDto!"
|
|
3134
3320
|
]
|
|
3135
3321
|
}
|
|
@@ -3138,7 +3324,7 @@ exports.default = {
|
|
|
3138
3324
|
64,
|
|
3139
3325
|
{
|
|
3140
3326
|
"input": [
|
|
3141
|
-
|
|
3327
|
+
146,
|
|
3142
3328
|
"CreateSportLevelDto!"
|
|
3143
3329
|
]
|
|
3144
3330
|
}
|
|
@@ -3147,7 +3333,7 @@ exports.default = {
|
|
|
3147
3333
|
59,
|
|
3148
3334
|
{
|
|
3149
3335
|
"input": [
|
|
3150
|
-
|
|
3336
|
+
148,
|
|
3151
3337
|
"CreateSponsorshipDto!"
|
|
3152
3338
|
]
|
|
3153
3339
|
}
|
|
@@ -3156,7 +3342,7 @@ exports.default = {
|
|
|
3156
3342
|
39,
|
|
3157
3343
|
{
|
|
3158
3344
|
"input": [
|
|
3159
|
-
|
|
3345
|
+
155,
|
|
3160
3346
|
"CreateCountryDto!"
|
|
3161
3347
|
]
|
|
3162
3348
|
}
|
|
@@ -3165,7 +3351,7 @@ exports.default = {
|
|
|
3165
3351
|
38,
|
|
3166
3352
|
{
|
|
3167
3353
|
"input": [
|
|
3168
|
-
|
|
3354
|
+
156,
|
|
3169
3355
|
"CreateStateDto!"
|
|
3170
3356
|
]
|
|
3171
3357
|
}
|
|
@@ -3174,7 +3360,7 @@ exports.default = {
|
|
|
3174
3360
|
37,
|
|
3175
3361
|
{
|
|
3176
3362
|
"input": [
|
|
3177
|
-
|
|
3363
|
+
157,
|
|
3178
3364
|
"CreateCityDto!"
|
|
3179
3365
|
]
|
|
3180
3366
|
}
|
|
@@ -3241,7 +3427,7 @@ exports.default = {
|
|
|
3241
3427
|
84,
|
|
3242
3428
|
{
|
|
3243
3429
|
"data": [
|
|
3244
|
-
|
|
3430
|
+
158,
|
|
3245
3431
|
"RegisterStravaDto!"
|
|
3246
3432
|
]
|
|
3247
3433
|
}
|
|
@@ -3259,7 +3445,7 @@ exports.default = {
|
|
|
3259
3445
|
69,
|
|
3260
3446
|
{
|
|
3261
3447
|
"input": [
|
|
3262
|
-
|
|
3448
|
+
159,
|
|
3263
3449
|
"CreateSportEventDto!"
|
|
3264
3450
|
]
|
|
3265
3451
|
}
|
|
@@ -3273,6 +3459,24 @@ exports.default = {
|
|
|
3273
3459
|
]
|
|
3274
3460
|
}
|
|
3275
3461
|
],
|
|
3462
|
+
"createMembershipOrganization": [
|
|
3463
|
+
74,
|
|
3464
|
+
{
|
|
3465
|
+
"input": [
|
|
3466
|
+
121,
|
|
3467
|
+
"CreateMembershipOrganizationDto!"
|
|
3468
|
+
]
|
|
3469
|
+
}
|
|
3470
|
+
],
|
|
3471
|
+
"createAthleteMembershipAffilation": [
|
|
3472
|
+
76,
|
|
3473
|
+
{
|
|
3474
|
+
"input": [
|
|
3475
|
+
123,
|
|
3476
|
+
"CreateAthleteMembershipDto!"
|
|
3477
|
+
]
|
|
3478
|
+
}
|
|
3479
|
+
],
|
|
3276
3480
|
"__typename": [
|
|
3277
3481
|
1
|
|
3278
3482
|
]
|
|
@@ -3358,26 +3562,6 @@ exports.default = {
|
|
|
3358
3562
|
1
|
|
3359
3563
|
]
|
|
3360
3564
|
},
|
|
3361
|
-
"AWSS3UploadedFileDto": {
|
|
3362
|
-
"key": [
|
|
3363
|
-
1
|
|
3364
|
-
],
|
|
3365
|
-
"useType": [
|
|
3366
|
-
1
|
|
3367
|
-
],
|
|
3368
|
-
"contentType": [
|
|
3369
|
-
1
|
|
3370
|
-
],
|
|
3371
|
-
"originalFileName": [
|
|
3372
|
-
1
|
|
3373
|
-
],
|
|
3374
|
-
"fileSize": [
|
|
3375
|
-
17
|
|
3376
|
-
],
|
|
3377
|
-
"__typename": [
|
|
3378
|
-
1
|
|
3379
|
-
]
|
|
3380
|
-
},
|
|
3381
3565
|
"CreateIndustryDto": {
|
|
3382
3566
|
"name": [
|
|
3383
3567
|
1
|
|
@@ -3400,13 +3584,13 @@ exports.default = {
|
|
|
3400
3584
|
1
|
|
3401
3585
|
],
|
|
3402
3586
|
"logo": [
|
|
3403
|
-
|
|
3587
|
+
122
|
|
3404
3588
|
],
|
|
3405
3589
|
"banner": [
|
|
3406
|
-
|
|
3590
|
+
122
|
|
3407
3591
|
],
|
|
3408
3592
|
"translations": [
|
|
3409
|
-
|
|
3593
|
+
139
|
|
3410
3594
|
],
|
|
3411
3595
|
"__typename": [
|
|
3412
3596
|
1
|
|
@@ -3429,10 +3613,10 @@ exports.default = {
|
|
|
3429
3613
|
1
|
|
3430
3614
|
],
|
|
3431
3615
|
"logo": [
|
|
3432
|
-
|
|
3616
|
+
122
|
|
3433
3617
|
],
|
|
3434
3618
|
"banner": [
|
|
3435
|
-
|
|
3619
|
+
122
|
|
3436
3620
|
],
|
|
3437
3621
|
"__typename": [
|
|
3438
3622
|
1
|
|
@@ -3537,10 +3721,10 @@ exports.default = {
|
|
|
3537
3721
|
1
|
|
3538
3722
|
],
|
|
3539
3723
|
"profilePicture": [
|
|
3540
|
-
|
|
3724
|
+
122
|
|
3541
3725
|
],
|
|
3542
3726
|
"cardPicture": [
|
|
3543
|
-
|
|
3727
|
+
122
|
|
3544
3728
|
],
|
|
3545
3729
|
"__typename": [
|
|
3546
3730
|
1
|
|
@@ -3590,7 +3774,7 @@ exports.default = {
|
|
|
3590
3774
|
17
|
|
3591
3775
|
],
|
|
3592
3776
|
"translations": [
|
|
3593
|
-
|
|
3777
|
+
147
|
|
3594
3778
|
],
|
|
3595
3779
|
"__typename": [
|
|
3596
3780
|
1
|
|
@@ -3624,10 +3808,10 @@ exports.default = {
|
|
|
3624
3808
|
17
|
|
3625
3809
|
],
|
|
3626
3810
|
"banner": [
|
|
3627
|
-
|
|
3811
|
+
122
|
|
3628
3812
|
],
|
|
3629
3813
|
"criteria": [
|
|
3630
|
-
|
|
3814
|
+
149
|
|
3631
3815
|
],
|
|
3632
3816
|
"deadline": [
|
|
3633
3817
|
14
|
|
@@ -3636,13 +3820,13 @@ exports.default = {
|
|
|
3636
3820
|
14
|
|
3637
3821
|
],
|
|
3638
3822
|
"duration": [
|
|
3639
|
-
|
|
3823
|
+
151
|
|
3640
3824
|
],
|
|
3641
3825
|
"sponsorshipItems": [
|
|
3642
|
-
|
|
3826
|
+
152
|
|
3643
3827
|
],
|
|
3644
3828
|
"commitments": [
|
|
3645
|
-
|
|
3829
|
+
153
|
|
3646
3830
|
],
|
|
3647
3831
|
"terms": [
|
|
3648
3832
|
1
|
|
@@ -3654,7 +3838,7 @@ exports.default = {
|
|
|
3654
3838
|
2
|
|
3655
3839
|
],
|
|
3656
3840
|
"translations": [
|
|
3657
|
-
|
|
3841
|
+
154
|
|
3658
3842
|
],
|
|
3659
3843
|
"__typename": [
|
|
3660
3844
|
1
|
|
@@ -3668,7 +3852,7 @@ exports.default = {
|
|
|
3668
3852
|
1
|
|
3669
3853
|
],
|
|
3670
3854
|
"qualificationsBag": [
|
|
3671
|
-
|
|
3855
|
+
150
|
|
3672
3856
|
],
|
|
3673
3857
|
"__typename": [
|
|
3674
3858
|
1
|
|
@@ -3774,7 +3958,7 @@ exports.default = {
|
|
|
3774
3958
|
1
|
|
3775
3959
|
],
|
|
3776
3960
|
"banner": [
|
|
3777
|
-
|
|
3961
|
+
122
|
|
3778
3962
|
],
|
|
3779
3963
|
"terms": [
|
|
3780
3964
|
1
|
|
@@ -3892,7 +4076,7 @@ exports.default = {
|
|
|
3892
4076
|
1
|
|
3893
4077
|
],
|
|
3894
4078
|
"banner": [
|
|
3895
|
-
|
|
4079
|
+
122
|
|
3896
4080
|
],
|
|
3897
4081
|
"__typename": [
|
|
3898
4082
|
1
|