Skip to content

Commit

Permalink
[Connectors API] Fix advanced snippet value type (#3025)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrazb authored Oct 17, 2024
1 parent e7547bb commit 82461cc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 34 deletions.
5 changes: 1 addition & 4 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions output/schema/schema-serverless.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion specification/connector/_types/Connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ enum FilteringValidationState {
export interface FilteringAdvancedSnippet {
created_at?: DateTime
updated_at?: DateTime
value: Dictionary<string, UserDefinedValue>
value: UserDefinedValue
}

export interface FilteringRulesValidation {
Expand Down

0 comments on commit 82461cc

Please sign in to comment.