Skip to content

Commit f26927a

Browse files
algolia-botmillotp
andcommitted
fix(specs): add tags and scope to rules (generated)
algolia/api-clients-automation#5625 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 016bf12 commit f26927a

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

packages/client-search/model/rule.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ export type Rule = {
3434
* Time periods when the rule is active.
3535
*/
3636
validity?: Array<TimeRange> | undefined;
37+
38+
tags?: Array<string> | undefined;
39+
40+
scope?: string | undefined;
3741
};

0 commit comments

Comments
 (0)