File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed 
generators/src/main/java/com/algolia/codegen Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 3030public  class  AlgoliaSwiftGenerator  extends  Swift5ClientCodegen  {
3131
3232  private  static  final  List <String > reservedModelNames  = List .of (
33+     "abtestconfiguration" ,
34+     "abtestresponse" ,
35+     "abtestsvariant" ,
36+     "abtestsvariantsearchparams" ,
3337    "action" ,
38+     "addabtestsrequest" ,
39+     "addabtestsvariant" ,
3440    "advancedsyntaxfeatures" ,
3541    "alternativesasexact" ,
3642    "anchoring" ,
@@ -58,11 +64,18 @@ public class AlgoliaSwiftGenerator extends Swift5ClientCodegen {
5864    "consequenceparams" ,
5965    "consequencequery" ,
6066    "consequencequeryobject" ,
67+     "customsearchparams" ,
6168    "deletedatresponse" ,
69+     "direction" ,
6270    "distinct" ,
6371    "edit" ,
6472    "edittype" ,
73+     "effectmetric" ,
74+     "emptysearchfilter" ,
6575    "errorbase" ,
76+     "estimateabtestrequest" ,
77+     "estimateabtestresponse" ,
78+     "estimateconfiguration" ,
6679    "event" ,
6780    "eventstatus" ,
6881    "eventtype" ,
@@ -72,20 +85,24 @@ public class AlgoliaSwiftGenerator extends Swift5ClientCodegen {
7285    "facetordering" ,
7386    "facets" ,
7487    "facetstats" ,
88+     "filtereffects" ,
7589    "forbidden" ,
7690    "highlightresult" ,
7791    "highlightresultoption" ,
7892    "ignoreplurals" ,
7993    "indexsettingsassearchparams" ,
8094    "insideboundingbox" ,
8195    "languages" ,
96+     "listabtestsresponse" ,
8297    "loglevel" ,
8398    "matchedgeolocation" ,
8499    "matchlevel" ,
100+     "minimumdetectableeffect" ,
85101    "mode" ,
86102    "numericfilters" ,
87103    "optionalfilters" ,
88104    "optionalwords" ,
105+     "outliersfilter" ,
89106    "params" ,
90107    "personalization" ,
91108    "promote" ,
@@ -104,6 +121,8 @@ public class AlgoliaSwiftGenerator extends Swift5ClientCodegen {
104121    "removewordsifnoresults" ,
105122    "renderingcontent" ,
106123    "rerankingapplyfilter" ,
124+     "scheduleabtestresponse" ,
125+     "scheduleabtestsrequest" ,
107126    "searchpagination" ,
108127    "searchparams" ,
109128    "searchparamsobject" ,
@@ -122,6 +141,7 @@ public class AlgoliaSwiftGenerator extends Swift5ClientCodegen {
122141    "typotolerance" ,
123142    "typotoleranceenum" ,
124143    "value" ,
144+     "variant" ,
125145    "watchresponse" ,
126146    "widgets" 
127147  );
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments