Skip to content

Commit 50154b5

Browse files
committed
Run make contrib
1 parent d3eadfa commit 50154b5

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

output/openapi/elasticsearch-openapi.json

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

specification/_types/mapping/core.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
import { FielddataFrequencyFilter } from '@indices/_types/FielddataFrequencyFilter'
21-
import { NumericFielddata } from '@indices/_types/NumericFielddata'
22-
import { Dictionary } from '@spec_utils/Dictionary'
2320
import {
2421
Fields,
2522
FieldValue,
@@ -38,6 +35,9 @@ import {
3835
} from '@_types/Numeric'
3936
import { Script } from '@_types/Scripting'
4037
import { DateTime } from '@_types/Time'
38+
import { FielddataFrequencyFilter } from '@indices/_types/FielddataFrequencyFilter'
39+
import { NumericFielddata } from '@indices/_types/NumericFielddata'
40+
import { Dictionary } from '@spec_utils/Dictionary'
4141
import { ChunkingSettings } from './ChunkingSettings'
4242
import { Property, PropertyBase } from './Property'
4343
import { SemanticTextIndexOptions } from './SemanticTextIndexOptions'

0 commit comments

Comments
 (0)