@@ -2404,6 +2404,8 @@ declare module "recombee-api-client" {
24042404 expertSettings ?: Record < string , unknown > ;
24052405 /** If there is a custom AB-testing running, return the name of the group to which the request belongs. */
24062406 returnAbGroup ?: boolean ;
2407+ /** A dictionary of [ReQL](https://docs.recombee.com/reql) expressions that will be executed for each recommended Item Segment. */
2408+ reqlExpressions ?: Record < string , string > ;
24072409 }
24082410 ) ;
24092411
@@ -2416,6 +2418,7 @@ declare module "recombee-api-client" {
24162418 logic ?: string | object ;
24172419 expertSettings ?: Record < string , unknown > ;
24182420 returnAbGroup ?: boolean ;
2421+ reqlExpressions ?: Record < string , string > ;
24192422 protected __response_type : RecommendationResponse ;
24202423
24212424 bodyParameters ( ) : {
@@ -2427,6 +2430,7 @@ declare module "recombee-api-client" {
24272430 logic ?: string | object ;
24282431 expertSettings ?: Record < string , unknown > ;
24292432 returnAbGroup ?: boolean ;
2433+ reqlExpressions ?: Record < string , string > ;
24302434 } ;
24312435
24322436 queryParameters ( ) : {
@@ -2482,6 +2486,8 @@ declare module "recombee-api-client" {
24822486 expertSettings ?: Record < string , unknown > ;
24832487 /** If there is a custom AB-testing running, return the name of the group to which the request belongs. */
24842488 returnAbGroup ?: boolean ;
2489+ /** A dictionary of [ReQL](https://docs.recombee.com/reql) expressions that will be executed for each recommended Item Segment. */
2490+ reqlExpressions ?: Record < string , string > ;
24852491 }
24862492 ) ;
24872493
@@ -2495,6 +2501,7 @@ declare module "recombee-api-client" {
24952501 logic ?: string | object ;
24962502 expertSettings ?: Record < string , unknown > ;
24972503 returnAbGroup ?: boolean ;
2504+ reqlExpressions ?: Record < string , string > ;
24982505 protected __response_type : RecommendationResponse ;
24992506
25002507 bodyParameters ( ) : {
@@ -2507,6 +2514,7 @@ declare module "recombee-api-client" {
25072514 logic ?: string | object ;
25082515 expertSettings ?: Record < string , unknown > ;
25092516 returnAbGroup ?: boolean ;
2517+ reqlExpressions ?: Record < string , string > ;
25102518 } ;
25112519
25122520 queryParameters ( ) : {
@@ -2561,6 +2569,8 @@ declare module "recombee-api-client" {
25612569 expertSettings ?: Record < string , unknown > ;
25622570 /** If there is a custom AB-testing running, return the name of the group to which the request belongs. */
25632571 returnAbGroup ?: boolean ;
2572+ /** A dictionary of [ReQL](https://docs.recombee.com/reql) expressions that will be executed for each recommended Item Segment. */
2573+ reqlExpressions ?: Record < string , string > ;
25642574 }
25652575 ) ;
25662576
@@ -2574,6 +2584,7 @@ declare module "recombee-api-client" {
25742584 logic ?: string | object ;
25752585 expertSettings ?: Record < string , unknown > ;
25762586 returnAbGroup ?: boolean ;
2587+ reqlExpressions ?: Record < string , string > ;
25772588 protected __response_type : RecommendationResponse ;
25782589
25792590 bodyParameters ( ) : {
@@ -2587,6 +2598,7 @@ declare module "recombee-api-client" {
25872598 logic ?: string | object ;
25882599 expertSettings ?: Record < string , unknown > ;
25892600 returnAbGroup ?: boolean ;
2601+ reqlExpressions ?: Record < string , string > ;
25902602 } ;
25912603
25922604 queryParameters ( ) : {
@@ -2788,6 +2800,8 @@ declare module "recombee-api-client" {
27882800 expertSettings ?: Record < string , unknown > ;
27892801 /** If there is a custom AB-testing running, return the name of the group to which the request belongs. */
27902802 returnAbGroup ?: boolean ;
2803+ /** A dictionary of [ReQL](https://docs.recombee.com/reql) expressions that will be executed for each recommended Item Segment. */
2804+ reqlExpressions ?: Record < string , string > ;
27912805 }
27922806 ) ;
27932807
@@ -2801,6 +2815,7 @@ declare module "recombee-api-client" {
28012815 logic ?: string | object ;
28022816 expertSettings ?: Record < string , unknown > ;
28032817 returnAbGroup ?: boolean ;
2818+ reqlExpressions ?: Record < string , string > ;
28042819 protected __response_type : SearchResponse ;
28052820
28062821 bodyParameters ( ) : {
@@ -2813,6 +2828,7 @@ declare module "recombee-api-client" {
28132828 logic ?: string | object ;
28142829 expertSettings ?: Record < string , unknown > ;
28152830 returnAbGroup ?: boolean ;
2831+ reqlExpressions ?: Record < string , string > ;
28162832 } ;
28172833
28182834 queryParameters ( ) : {
0 commit comments