Skip to content

Commit

Permalink
uppercase enum source mode (#3676)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta authored Jan 31, 2025
1 parent 1d7f08d commit 94e5ff9
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 94e5ff9

Please sign in to comment.