Skip to content

Commit 64355ae

Browse files
algolia-botkai687
andcommitted
chore: generated code for commit 8fc3319. [skip ci]
Co-authored-by: Kai Welke <[email protected]>
1 parent 8fc3319 commit 64355ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

clients/algoliasearch-client-javascript/packages/client-search/model/searchRulesParams.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export type SearchRulesParams = {
3131
/**
3232
* When specified, restricts matches to rules with a specific enabled status. When absent (default), all rules are retrieved, regardless of their enabled status.
3333
*/
34-
enabled?: boolean;
34+
enabled?: boolean | null;
3535

3636
/**
3737
* A mapping of requestOptions to send along with the request.

specs/bundled/search.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3833,6 +3833,7 @@ paths:
38333833
$ref: '#/components/schemas/parameters_hitsPerPage'
38343834
enabled:
38353835
type: boolean
3836+
nullable: true
38363837
default: null
38373838
description: >-
38383839
When specified, restricts matches to rules with a specific

0 commit comments

Comments
 (0)