Skip to content

Commit caaa700

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/compiler/glob-10.5.0
2 parents 282a87c + 152f368 commit caaa700

File tree

7 files changed

+682
-532
lines changed

7 files changed

+682
-532
lines changed

docs/examples/package-lock.json

Lines changed: 645 additions & 520 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"dependencies": {
66
"@elastic/request-converter": "^9.1.2",
7-
"@redocly/cli": "^1.34.5",
7+
"@redocly/cli": "^2.11.1",
88
"@stoplight/spectral-cli": "^6.14.2",
99
"yaml": "^2.8.0",
1010
"java-caller": "^4.1.1"

output/openapi/elasticsearch-openapi.json

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

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

specification/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/text_structure/find_structure/FindStructureRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export interface Request<TJsonDocument> {
6767
* If this parameter is not specified, the structure finder uses the column names from the header row of the text.
6868
* If the text does not have a header role, columns are named "column1", "column2", "column3", for example.
6969
*/
70-
column_names?: string
70+
column_names?: string | string[]
7171
/**
7272
* If you have set `format` to `delimited`, you can specify the character used to delimit the values in each row.
7373
* Only a single character is supported; the delimiter cannot have multiple characters.

0 commit comments

Comments
 (0)