File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def self.types_mapping
46
46
:threshold => :"Float" ,
47
47
:max_recommendations => :"Integer" ,
48
48
:query_parameters => :"RecommendSearchParams" ,
49
- :facet_name => :"Object " ,
49
+ :facet_name => :"String " ,
50
50
:model => :"TrendingFacetsModel" ,
51
51
:fallback_parameters => :"FallbackParams"
52
52
}
@@ -55,9 +55,7 @@ def self.types_mapping
55
55
# List of attributes with nullable: true
56
56
def self . openapi_nullable
57
57
Set . new (
58
- [
59
- :facet_name
60
- ]
58
+ [ ]
61
59
)
62
60
end
63
61
Original file line number Diff line number Diff line change @@ -48,9 +48,7 @@ def self.types_mapping
48
48
# List of attributes with nullable: true
49
49
def self . openapi_nullable
50
50
Set . new (
51
- [
52
- :user_data
53
- ]
51
+ [ ]
54
52
)
55
53
end
56
54
You can’t perform that action at this time.
0 commit comments