Skip to content

Commit 3e94d2b

Browse files
committed
code style + output
1 parent c3d4ce5 commit 3e94d2b

File tree

7 files changed

+134
-66
lines changed

7 files changed

+134
-66
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 31 additions & 16 deletions
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: 31 additions & 16 deletions
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: 68 additions & 28 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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/query_rules/test/QueryRulesetTestRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19-
import { RequestBase } from '@_types/Base'
20-
import { Id } from '@_types/common'
2119
import { Dictionary } from '@spec_utils/Dictionary'
2220
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
21+
import { RequestBase } from '@_types/Base'
22+
import { Id } from '@_types/common'
2323

2424
/**
2525
* Creates or updates a query ruleset.

specification/query_rules/test/QueryRulesetTestResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { QueryRulesetMatchedRule } from './types'
2222

2323
export class Response {
2424
body: {
25-
total_matched_rules: integer,
25+
total_matched_rules: integer
2626
matched_rules: QueryRulesetMatchedRule[]
2727
}
2828
}

specification/query_rules/test/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19-
import { Dictionary } from '@spec_utils/Dictionary'
2019
import { Id } from '@_types/common'
21-
import { integer } from '@_types/Numeric'
2220

2321
export class QueryRulesetMatchedRule {
2422
/**

0 commit comments

Comments
 (0)