@vertikalx/vtx-backend-client 1.0.0-dev-daniel.168 → 1.0.0-dev-daniel.169
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/client/schema.d.ts +61 -0
- package/src/client/schema.graphql +28 -0
- package/src/client/schema.js +22 -1
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +30 -0
- package/src/client/types.js +134 -64
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -1962,6 +1962,31 @@ exports.default = {
|
|
|
1962
1962
|
1
|
|
1963
1963
|
]
|
|
1964
1964
|
},
|
|
1965
|
+
"ErrorType": {
|
|
1966
|
+
"code": [
|
|
1967
|
+
17
|
|
1968
|
+
],
|
|
1969
|
+
"message": [
|
|
1970
|
+
1
|
|
1971
|
+
],
|
|
1972
|
+
"__typename": [
|
|
1973
|
+
1
|
|
1974
|
+
]
|
|
1975
|
+
},
|
|
1976
|
+
"DeleteSingleValueResponse": {
|
|
1977
|
+
"idToDelete": [
|
|
1978
|
+
1
|
|
1979
|
+
],
|
|
1980
|
+
"deleted": [
|
|
1981
|
+
2
|
|
1982
|
+
],
|
|
1983
|
+
"failureReason": [
|
|
1984
|
+
85
|
|
1985
|
+
],
|
|
1986
|
+
"__typename": [
|
|
1987
|
+
1
|
|
1988
|
+
]
|
|
1989
|
+
},
|
|
1965
1990
|
"UserImages": {
|
|
1966
1991
|
"profilePictureUrl": [
|
|
1967
1992
|
1
|
|
@@ -2017,6 +2042,23 @@ exports.default = {
|
|
|
2017
2042
|
1
|
|
2018
2043
|
]
|
|
2019
2044
|
},
|
|
2045
|
+
"DeleteValuesResponse": {
|
|
2046
|
+
"deleted": [
|
|
2047
|
+
1
|
|
2048
|
+
],
|
|
2049
|
+
"failedToDelete": [
|
|
2050
|
+
1
|
|
2051
|
+
],
|
|
2052
|
+
"failureReason": [
|
|
2053
|
+
85
|
|
2054
|
+
],
|
|
2055
|
+
"result": [
|
|
2056
|
+
1
|
|
2057
|
+
],
|
|
2058
|
+
"__typename": [
|
|
2059
|
+
1
|
|
2060
|
+
]
|
|
2061
|
+
},
|
|
2020
2062
|
"CreateVerificationCodeDto": {
|
|
2021
2063
|
"type": [
|
|
2022
2064
|
1
|
|
@@ -2073,7 +2115,7 @@ exports.default = {
|
|
|
2073
2115
|
1
|
|
2074
2116
|
],
|
|
2075
2117
|
"invitations": [
|
|
2076
|
-
|
|
2118
|
+
92
|
|
2077
2119
|
],
|
|
2078
2120
|
"__typename": [
|
|
2079
2121
|
1
|
|
@@ -2136,7 +2178,7 @@ exports.default = {
|
|
|
2136
2178
|
1
|
|
2137
2179
|
],
|
|
2138
2180
|
"result": [
|
|
2139
|
-
|
|
2181
|
+
94
|
|
2140
2182
|
],
|
|
2141
2183
|
"cityId": [
|
|
2142
2184
|
1
|
|
@@ -2159,7 +2201,7 @@ exports.default = {
|
|
|
2159
2201
|
1
|
|
2160
2202
|
],
|
|
2161
2203
|
"result": [
|
|
2162
|
-
|
|
2204
|
+
94
|
|
2163
2205
|
],
|
|
2164
2206
|
"cityId": [
|
|
2165
2207
|
1
|
|
@@ -2171,6 +2213,14 @@ exports.default = {
|
|
|
2171
2213
|
1
|
|
2172
2214
|
]
|
|
2173
2215
|
},
|
|
2216
|
+
"DeleteSingleValueDto": {
|
|
2217
|
+
"idToDelete": [
|
|
2218
|
+
1
|
|
2219
|
+
],
|
|
2220
|
+
"__typename": [
|
|
2221
|
+
1
|
|
2222
|
+
]
|
|
2223
|
+
},
|
|
2174
2224
|
"QualificationDto": {
|
|
2175
2225
|
"type": [
|
|
2176
2226
|
1
|
|
@@ -2320,6 +2370,17 @@ exports.default = {
|
|
|
2320
2370
|
1
|
|
2321
2371
|
]
|
|
2322
2372
|
},
|
|
2373
|
+
"DeleteValuesDto": {
|
|
2374
|
+
"idsToDelete": [
|
|
2375
|
+
1
|
|
2376
|
+
],
|
|
2377
|
+
"allOrNone": [
|
|
2378
|
+
2
|
|
2379
|
+
],
|
|
2380
|
+
"__typename": [
|
|
2381
|
+
1
|
|
2382
|
+
]
|
|
2383
|
+
},
|
|
2323
2384
|
"Query": {
|
|
2324
2385
|
"findTenantById": [
|
|
2325
2386
|
5,
|
|
@@ -2390,7 +2451,7 @@ exports.default = {
|
|
|
2390
2451
|
31,
|
|
2391
2452
|
{
|
|
2392
2453
|
"input": [
|
|
2393
|
-
|
|
2454
|
+
111,
|
|
2394
2455
|
"AWSS3GetUploadDto!"
|
|
2395
2456
|
]
|
|
2396
2457
|
}
|
|
@@ -2452,7 +2513,7 @@ exports.default = {
|
|
|
2452
2513
|
82,
|
|
2453
2514
|
{
|
|
2454
2515
|
"input": [
|
|
2455
|
-
|
|
2516
|
+
112,
|
|
2456
2517
|
"FindSponsorAthleteInvitationDto!"
|
|
2457
2518
|
]
|
|
2458
2519
|
}
|
|
@@ -2503,7 +2564,7 @@ exports.default = {
|
|
|
2503
2564
|
72,
|
|
2504
2565
|
{
|
|
2505
2566
|
"input": [
|
|
2506
|
-
|
|
2567
|
+
113,
|
|
2507
2568
|
"GetAthleteCompetitionsDto!"
|
|
2508
2569
|
]
|
|
2509
2570
|
}
|
|
@@ -2581,7 +2642,7 @@ exports.default = {
|
|
|
2581
2642
|
0,
|
|
2582
2643
|
{
|
|
2583
2644
|
"input": [
|
|
2584
|
-
|
|
2645
|
+
114,
|
|
2585
2646
|
"FindVtxUserDto!"
|
|
2586
2647
|
]
|
|
2587
2648
|
}
|
|
@@ -2600,7 +2661,7 @@ exports.default = {
|
|
|
2600
2661
|
}
|
|
2601
2662
|
],
|
|
2602
2663
|
"getUserImagesFromEmail": [
|
|
2603
|
-
|
|
2664
|
+
87,
|
|
2604
2665
|
{
|
|
2605
2666
|
"loginEmail": [
|
|
2606
2667
|
1,
|
|
@@ -2615,7 +2676,7 @@ exports.default = {
|
|
|
2615
2676
|
68,
|
|
2616
2677
|
{
|
|
2617
2678
|
"input": [
|
|
2618
|
-
|
|
2679
|
+
115,
|
|
2619
2680
|
"GetSportEventsDto!"
|
|
2620
2681
|
]
|
|
2621
2682
|
}
|
|
@@ -2681,7 +2742,7 @@ exports.default = {
|
|
|
2681
2742
|
5,
|
|
2682
2743
|
{
|
|
2683
2744
|
"tenant": [
|
|
2684
|
-
|
|
2745
|
+
117,
|
|
2685
2746
|
"CreateTenantInput!"
|
|
2686
2747
|
]
|
|
2687
2748
|
}
|
|
@@ -2690,7 +2751,7 @@ exports.default = {
|
|
|
2690
2751
|
11,
|
|
2691
2752
|
{
|
|
2692
2753
|
"tenant": [
|
|
2693
|
-
|
|
2754
|
+
117,
|
|
2694
2755
|
"CreateTenantInput!"
|
|
2695
2756
|
]
|
|
2696
2757
|
}
|
|
@@ -2699,7 +2760,7 @@ exports.default = {
|
|
|
2699
2760
|
3,
|
|
2700
2761
|
{
|
|
2701
2762
|
"user": [
|
|
2702
|
-
|
|
2763
|
+
118,
|
|
2703
2764
|
"CreateActiveUserInput!"
|
|
2704
2765
|
]
|
|
2705
2766
|
}
|
|
@@ -2734,7 +2795,7 @@ exports.default = {
|
|
|
2734
2795
|
0,
|
|
2735
2796
|
{
|
|
2736
2797
|
"input": [
|
|
2737
|
-
|
|
2798
|
+
119,
|
|
2738
2799
|
"RegisterUserToDomainFromEmailInput!"
|
|
2739
2800
|
]
|
|
2740
2801
|
}
|
|
@@ -2743,7 +2804,7 @@ exports.default = {
|
|
|
2743
2804
|
8,
|
|
2744
2805
|
{
|
|
2745
2806
|
"dto": [
|
|
2746
|
-
|
|
2807
|
+
120,
|
|
2747
2808
|
"RefreshTokenInput!"
|
|
2748
2809
|
]
|
|
2749
2810
|
}
|
|
@@ -2752,7 +2813,7 @@ exports.default = {
|
|
|
2752
2813
|
32,
|
|
2753
2814
|
{
|
|
2754
2815
|
"input": [
|
|
2755
|
-
|
|
2816
|
+
121,
|
|
2756
2817
|
"AWSS3DeleteUseTypeFileDto!"
|
|
2757
2818
|
]
|
|
2758
2819
|
}
|
|
@@ -2761,7 +2822,7 @@ exports.default = {
|
|
|
2761
2822
|
32,
|
|
2762
2823
|
{
|
|
2763
2824
|
"input": [
|
|
2764
|
-
|
|
2825
|
+
122,
|
|
2765
2826
|
"AWSS3DeleteBucketFileDto!"
|
|
2766
2827
|
]
|
|
2767
2828
|
}
|
|
@@ -2770,7 +2831,7 @@ exports.default = {
|
|
|
2770
2831
|
26,
|
|
2771
2832
|
{
|
|
2772
2833
|
"input": [
|
|
2773
|
-
|
|
2834
|
+
123,
|
|
2774
2835
|
"AWSS3UploadedFileDto!"
|
|
2775
2836
|
]
|
|
2776
2837
|
}
|
|
@@ -2779,7 +2840,7 @@ exports.default = {
|
|
|
2779
2840
|
50,
|
|
2780
2841
|
{
|
|
2781
2842
|
"input": [
|
|
2782
|
-
|
|
2843
|
+
124,
|
|
2783
2844
|
"CreateIndustryDto!"
|
|
2784
2845
|
]
|
|
2785
2846
|
}
|
|
@@ -2788,7 +2849,7 @@ exports.default = {
|
|
|
2788
2849
|
36,
|
|
2789
2850
|
{
|
|
2790
2851
|
"input": [
|
|
2791
|
-
|
|
2852
|
+
125,
|
|
2792
2853
|
"CreateBrandDto!"
|
|
2793
2854
|
]
|
|
2794
2855
|
}
|
|
@@ -2797,7 +2858,7 @@ exports.default = {
|
|
|
2797
2858
|
53,
|
|
2798
2859
|
{
|
|
2799
2860
|
"input": [
|
|
2800
|
-
|
|
2861
|
+
127,
|
|
2801
2862
|
"RegisterSponsorInput!"
|
|
2802
2863
|
]
|
|
2803
2864
|
}
|
|
@@ -2806,7 +2867,7 @@ exports.default = {
|
|
|
2806
2867
|
53,
|
|
2807
2868
|
{
|
|
2808
2869
|
"input": [
|
|
2809
|
-
|
|
2870
|
+
128,
|
|
2810
2871
|
"CreateSponsorDto!"
|
|
2811
2872
|
]
|
|
2812
2873
|
}
|
|
@@ -2815,7 +2876,7 @@ exports.default = {
|
|
|
2815
2876
|
82,
|
|
2816
2877
|
{
|
|
2817
2878
|
"input": [
|
|
2818
|
-
|
|
2879
|
+
93,
|
|
2819
2880
|
"InviteAthletesDto!"
|
|
2820
2881
|
]
|
|
2821
2882
|
}
|
|
@@ -2824,7 +2885,7 @@ exports.default = {
|
|
|
2824
2885
|
81,
|
|
2825
2886
|
{
|
|
2826
2887
|
"input": [
|
|
2827
|
-
|
|
2888
|
+
129,
|
|
2828
2889
|
"RegisterAthleteDto!"
|
|
2829
2890
|
]
|
|
2830
2891
|
}
|
|
@@ -2833,7 +2894,7 @@ exports.default = {
|
|
|
2833
2894
|
84,
|
|
2834
2895
|
{
|
|
2835
2896
|
"input": [
|
|
2836
|
-
|
|
2897
|
+
130,
|
|
2837
2898
|
"EditValueDto!"
|
|
2838
2899
|
]
|
|
2839
2900
|
}
|
|
@@ -2842,16 +2903,25 @@ exports.default = {
|
|
|
2842
2903
|
72,
|
|
2843
2904
|
{
|
|
2844
2905
|
"input": [
|
|
2845
|
-
|
|
2906
|
+
96,
|
|
2846
2907
|
"CreateAthleteCompetitionDto!"
|
|
2847
2908
|
]
|
|
2848
2909
|
}
|
|
2849
2910
|
],
|
|
2911
|
+
"deleteAthleteCompetition": [
|
|
2912
|
+
86,
|
|
2913
|
+
{
|
|
2914
|
+
"input": [
|
|
2915
|
+
98,
|
|
2916
|
+
"DeleteSingleValueDto!"
|
|
2917
|
+
]
|
|
2918
|
+
}
|
|
2919
|
+
],
|
|
2850
2920
|
"createSport": [
|
|
2851
2921
|
61,
|
|
2852
2922
|
{
|
|
2853
2923
|
"input": [
|
|
2854
|
-
|
|
2924
|
+
131,
|
|
2855
2925
|
"CreateSportDto!"
|
|
2856
2926
|
]
|
|
2857
2927
|
}
|
|
@@ -2860,7 +2930,7 @@ exports.default = {
|
|
|
2860
2930
|
61,
|
|
2861
2931
|
{
|
|
2862
2932
|
"input": [
|
|
2863
|
-
|
|
2933
|
+
132,
|
|
2864
2934
|
"UpdateSportDto!"
|
|
2865
2935
|
]
|
|
2866
2936
|
}
|
|
@@ -2869,7 +2939,7 @@ exports.default = {
|
|
|
2869
2939
|
64,
|
|
2870
2940
|
{
|
|
2871
2941
|
"input": [
|
|
2872
|
-
|
|
2942
|
+
133,
|
|
2873
2943
|
"CreateSportLevelDto!"
|
|
2874
2944
|
]
|
|
2875
2945
|
}
|
|
@@ -2878,7 +2948,7 @@ exports.default = {
|
|
|
2878
2948
|
59,
|
|
2879
2949
|
{
|
|
2880
2950
|
"input": [
|
|
2881
|
-
|
|
2951
|
+
135,
|
|
2882
2952
|
"CreateSponsorshipDto!"
|
|
2883
2953
|
]
|
|
2884
2954
|
}
|
|
@@ -2887,7 +2957,7 @@ exports.default = {
|
|
|
2887
2957
|
39,
|
|
2888
2958
|
{
|
|
2889
2959
|
"input": [
|
|
2890
|
-
|
|
2960
|
+
142,
|
|
2891
2961
|
"CreateCountryDto!"
|
|
2892
2962
|
]
|
|
2893
2963
|
}
|
|
@@ -2896,7 +2966,7 @@ exports.default = {
|
|
|
2896
2966
|
38,
|
|
2897
2967
|
{
|
|
2898
2968
|
"input": [
|
|
2899
|
-
|
|
2969
|
+
143,
|
|
2900
2970
|
"CreateStateDto!"
|
|
2901
2971
|
]
|
|
2902
2972
|
}
|
|
@@ -2905,7 +2975,7 @@ exports.default = {
|
|
|
2905
2975
|
37,
|
|
2906
2976
|
{
|
|
2907
2977
|
"input": [
|
|
2908
|
-
|
|
2978
|
+
144,
|
|
2909
2979
|
"CreateCityDto!"
|
|
2910
2980
|
]
|
|
2911
2981
|
}
|
|
@@ -2914,7 +2984,7 @@ exports.default = {
|
|
|
2914
2984
|
28,
|
|
2915
2985
|
{
|
|
2916
2986
|
"input": [
|
|
2917
|
-
|
|
2987
|
+
108,
|
|
2918
2988
|
"RegisterUserDto!"
|
|
2919
2989
|
]
|
|
2920
2990
|
}
|
|
@@ -2923,7 +2993,7 @@ exports.default = {
|
|
|
2923
2993
|
3,
|
|
2924
2994
|
{
|
|
2925
2995
|
"input": [
|
|
2926
|
-
|
|
2996
|
+
91,
|
|
2927
2997
|
"VerifyCodeDto!"
|
|
2928
2998
|
]
|
|
2929
2999
|
}
|
|
@@ -2932,7 +3002,7 @@ exports.default = {
|
|
|
2932
3002
|
0,
|
|
2933
3003
|
{
|
|
2934
3004
|
"input": [
|
|
2935
|
-
|
|
3005
|
+
91,
|
|
2936
3006
|
"VerifyCodeDto!"
|
|
2937
3007
|
]
|
|
2938
3008
|
}
|
|
@@ -2941,7 +3011,7 @@ exports.default = {
|
|
|
2941
3011
|
0,
|
|
2942
3012
|
{
|
|
2943
3013
|
"input": [
|
|
2944
|
-
|
|
3014
|
+
108,
|
|
2945
3015
|
"RegisterUserDto!"
|
|
2946
3016
|
]
|
|
2947
3017
|
}
|
|
@@ -2950,7 +3020,7 @@ exports.default = {
|
|
|
2950
3020
|
0,
|
|
2951
3021
|
{
|
|
2952
3022
|
"input": [
|
|
2953
|
-
|
|
3023
|
+
108,
|
|
2954
3024
|
"RegisterUserDto!"
|
|
2955
3025
|
]
|
|
2956
3026
|
}
|
|
@@ -2972,7 +3042,7 @@ exports.default = {
|
|
|
2972
3042
|
83,
|
|
2973
3043
|
{
|
|
2974
3044
|
"data": [
|
|
2975
|
-
|
|
3045
|
+
145,
|
|
2976
3046
|
"RegisterStravaDto!"
|
|
2977
3047
|
]
|
|
2978
3048
|
}
|
|
@@ -2990,7 +3060,7 @@ exports.default = {
|
|
|
2990
3060
|
68,
|
|
2991
3061
|
{
|
|
2992
3062
|
"input": [
|
|
2993
|
-
|
|
3063
|
+
146,
|
|
2994
3064
|
"CreateSportEventDto!"
|
|
2995
3065
|
]
|
|
2996
3066
|
}
|
|
@@ -3122,13 +3192,13 @@ exports.default = {
|
|
|
3122
3192
|
1
|
|
3123
3193
|
],
|
|
3124
3194
|
"logo": [
|
|
3125
|
-
|
|
3195
|
+
123
|
|
3126
3196
|
],
|
|
3127
3197
|
"banner": [
|
|
3128
|
-
|
|
3198
|
+
123
|
|
3129
3199
|
],
|
|
3130
3200
|
"translations": [
|
|
3131
|
-
|
|
3201
|
+
126
|
|
3132
3202
|
],
|
|
3133
3203
|
"__typename": [
|
|
3134
3204
|
1
|
|
@@ -3151,10 +3221,10 @@ exports.default = {
|
|
|
3151
3221
|
1
|
|
3152
3222
|
],
|
|
3153
3223
|
"logo": [
|
|
3154
|
-
|
|
3224
|
+
123
|
|
3155
3225
|
],
|
|
3156
3226
|
"banner": [
|
|
3157
|
-
|
|
3227
|
+
123
|
|
3158
3228
|
],
|
|
3159
3229
|
"__typename": [
|
|
3160
3230
|
1
|
|
@@ -3259,10 +3329,10 @@ exports.default = {
|
|
|
3259
3329
|
1
|
|
3260
3330
|
],
|
|
3261
3331
|
"profilePicture": [
|
|
3262
|
-
|
|
3332
|
+
123
|
|
3263
3333
|
],
|
|
3264
3334
|
"cardPicture": [
|
|
3265
|
-
|
|
3335
|
+
123
|
|
3266
3336
|
],
|
|
3267
3337
|
"__typename": [
|
|
3268
3338
|
1
|
|
@@ -3312,7 +3382,7 @@ exports.default = {
|
|
|
3312
3382
|
17
|
|
3313
3383
|
],
|
|
3314
3384
|
"translations": [
|
|
3315
|
-
|
|
3385
|
+
134
|
|
3316
3386
|
],
|
|
3317
3387
|
"__typename": [
|
|
3318
3388
|
1
|
|
@@ -3346,10 +3416,10 @@ exports.default = {
|
|
|
3346
3416
|
17
|
|
3347
3417
|
],
|
|
3348
3418
|
"banner": [
|
|
3349
|
-
|
|
3419
|
+
123
|
|
3350
3420
|
],
|
|
3351
3421
|
"criteria": [
|
|
3352
|
-
|
|
3422
|
+
136
|
|
3353
3423
|
],
|
|
3354
3424
|
"deadline": [
|
|
3355
3425
|
14
|
|
@@ -3358,13 +3428,13 @@ exports.default = {
|
|
|
3358
3428
|
14
|
|
3359
3429
|
],
|
|
3360
3430
|
"duration": [
|
|
3361
|
-
|
|
3431
|
+
138
|
|
3362
3432
|
],
|
|
3363
3433
|
"sponsorshipItems": [
|
|
3364
|
-
|
|
3434
|
+
139
|
|
3365
3435
|
],
|
|
3366
3436
|
"commitments": [
|
|
3367
|
-
|
|
3437
|
+
140
|
|
3368
3438
|
],
|
|
3369
3439
|
"terms": [
|
|
3370
3440
|
1
|
|
@@ -3376,7 +3446,7 @@ exports.default = {
|
|
|
3376
3446
|
2
|
|
3377
3447
|
],
|
|
3378
3448
|
"translations": [
|
|
3379
|
-
|
|
3449
|
+
141
|
|
3380
3450
|
],
|
|
3381
3451
|
"__typename": [
|
|
3382
3452
|
1
|
|
@@ -3390,7 +3460,7 @@ exports.default = {
|
|
|
3390
3460
|
1
|
|
3391
3461
|
],
|
|
3392
3462
|
"qualificationsBag": [
|
|
3393
|
-
|
|
3463
|
+
137
|
|
3394
3464
|
],
|
|
3395
3465
|
"__typename": [
|
|
3396
3466
|
1
|
|
@@ -3398,28 +3468,28 @@ exports.default = {
|
|
|
3398
3468
|
},
|
|
3399
3469
|
"QualificationsBagDto": {
|
|
3400
3470
|
"ageQualifications": [
|
|
3401
|
-
|
|
3471
|
+
100
|
|
3402
3472
|
],
|
|
3403
3473
|
"genderQualifications": [
|
|
3404
|
-
|
|
3474
|
+
101
|
|
3405
3475
|
],
|
|
3406
3476
|
"scoreQualifications": [
|
|
3407
|
-
|
|
3477
|
+
103
|
|
3408
3478
|
],
|
|
3409
3479
|
"locationQualifications": [
|
|
3410
|
-
|
|
3480
|
+
104
|
|
3411
3481
|
],
|
|
3412
3482
|
"nationalityQualifications": [
|
|
3413
|
-
|
|
3483
|
+
102
|
|
3414
3484
|
],
|
|
3415
3485
|
"distanceQualifications": [
|
|
3416
|
-
|
|
3486
|
+
105
|
|
3417
3487
|
],
|
|
3418
3488
|
"sportsQualifications": [
|
|
3419
|
-
|
|
3489
|
+
106
|
|
3420
3490
|
],
|
|
3421
3491
|
"levelQualifications": [
|
|
3422
|
-
|
|
3492
|
+
107
|
|
3423
3493
|
],
|
|
3424
3494
|
"__typename": [
|
|
3425
3495
|
1
|
|
@@ -3496,7 +3566,7 @@ exports.default = {
|
|
|
3496
3566
|
1
|
|
3497
3567
|
],
|
|
3498
3568
|
"banner": [
|
|
3499
|
-
|
|
3569
|
+
123
|
|
3500
3570
|
],
|
|
3501
3571
|
"terms": [
|
|
3502
3572
|
1
|
|
@@ -3611,7 +3681,7 @@ exports.default = {
|
|
|
3611
3681
|
1
|
|
3612
3682
|
],
|
|
3613
3683
|
"banner": [
|
|
3614
|
-
|
|
3684
|
+
123
|
|
3615
3685
|
],
|
|
3616
3686
|
"__typename": [
|
|
3617
3687
|
1
|