Skip to content

Commit

Permalink
uppercase enum source mode (#3676) (#3679)
Browse files Browse the repository at this point in the history
(cherry picked from commit 94e5ff9)

Co-authored-by: Laura Trotta <[email protected]>
  • Loading branch information
github-actions[bot] and l-trotta authored Jan 31, 2025
1 parent 994dd15 commit ac1361f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions output/openapi/elasticsearch-openapi.json

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

6 changes: 3 additions & 3 deletions output/openapi/elasticsearch-serverless-openapi.json

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

6 changes: 3 additions & 3 deletions output/schema/schema-serverless.json

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

6 changes: 3 additions & 3 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.

6 changes: 3 additions & 3 deletions specification/indices/_types/IndexSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -499,9 +499,9 @@ export class MappingLimitSettingsSourceFields {
}

export enum SourceMode {
disabled,
stored,
synthetic
DISABLED,
STORED,
SYNTHETIC
}

export class SlowlogSettings {
Expand Down

0 comments on commit ac1361f

Please sign in to comment.