Skip to content

Commit d21b5b9

Browse files
committed
Beautifying code
1 parent 889d585 commit d21b5b9

File tree

3 files changed

+103
-103
lines changed

3 files changed

+103
-103
lines changed

output/schema/schema.json

Lines changed: 92 additions & 92 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: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/watcher/_types/Input.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
import { Dictionary } from '@spec_utils/Dictionary'
2121
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
2222
import {
23-
ExpandWildcards, Id,
23+
ExpandWildcards,
24+
Id,
2425
IndexName,
2526
IndicesOptions,
2627
Password,
@@ -145,7 +146,6 @@ export class SearchTemplateRequestBody {
145146
source?: string
146147
}
147148

148-
149149
export class SearchInputRequestBody {
150150
query: QueryContainer
151151
}

0 commit comments

Comments
 (0)