Skip to content

Commit 3ffd3e2

Browse files
fix(specs): add deprecated field condition in rule schemas (generated)
algolia/api-clients-automation#5983 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Mario-Alexandru Dan <marioalexandrudan@gmail.com>
1 parent 1f64f1f commit 3ffd3e2

File tree

1 file changed

+2
-0
lines changed
  • packages/client-search/model

1 file changed

+2
-0
lines changed

packages/client-search/model/rule.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ export type Rule = {
3838
tags?: Array<string> | undefined;
3939

4040
scope?: string | undefined;
41+
42+
condition?: Condition | undefined;
4143
};

0 commit comments

Comments
 (0)