File tree Expand file tree Collapse file tree 6 files changed +8
-38
lines changed 
client/src/commonMain/kotlin/com/algolia/client/model Expand file tree Collapse file tree 6 files changed +8
-38
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import kotlinx.serialization.json.*
1313@Serializable
1414public  data class  BannerImage (
1515
16-   @SerialName(value =  " urls" val  urls :  BannerImageUrl ?  = null ,
16+   @SerialName(value =  " urls" val  urls :  List < BannerImageUrl > ?  = null ,
1717
1818  @SerialName(value =  " title" val  title :  String?  = null ,
1919)
Load Diff This file was deleted. 
Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ import kotlinx.serialization.json.*
77/* *
88 * widgets returned from any rules that are applied to the current search. 
99 * 
10-  * @param banners 
10+  * @param banners banners defined in the merchandising studio for the given search.  
1111 */  
1212@Serializable
1313public  data class  Widgets (
1414
15-   @SerialName(value =  " banners" val  banners :  Banners ?  = null ,
15+   /* * banners defined in the merchandising studio for the given search. */ 
16+   @SerialName(value =  " banners" val  banners :  List <Banner >?  = null ,
1617)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import kotlinx.serialization.json.*
1313@Serializable
1414public  data class  BannerImage (
1515
16-   @SerialName(value =  " urls" val  urls :  BannerImageUrl ?  = null ,
16+   @SerialName(value =  " urls" val  urls :  List < BannerImageUrl > ?  = null ,
1717
1818  @SerialName(value =  " title" val  title :  String?  = null ,
1919)
Load Diff This file was deleted. 
Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ import kotlinx.serialization.json.*
77/* *
88 * widgets returned from any rules that are applied to the current search. 
99 * 
10-  * @param banners 
10+  * @param banners banners defined in the merchandising studio for the given search.  
1111 */  
1212@Serializable
1313public  data class  Widgets (
1414
15-   @SerialName(value =  " banners" val  banners :  Banners ?  = null ,
15+   /* * banners defined in the merchandising studio for the given search. */ 
16+   @SerialName(value =  " banners" val  banners :  List <Banner >?  = null ,
1617)
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments