Skip to content

Commit e646145

Browse files
committed
term string to fieldvalue
1 parent 2bc7f44 commit e646145

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/query_dsl/term.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ export class TermsSetQuery extends QueryBase {
270270
/**
271271
* Array of terms you wish to find in the provided field.
272272
*/
273-
terms: string[]
273+
terms: FieldValue[]
274274
}
275275

276276
export class TypeQuery extends QueryBase {

0 commit comments

Comments
 (0)