File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ import {
2626 Name ,
2727 Uuid
2828} from '@_types/common'
29+ import { TypeMapping } from '@_types/mapping/TypeMapping'
2930import { integer } from '@_types/Numeric'
3031import { DataStreamLifecycleWithRollover } from '@indices/_types/DataStreamLifecycle'
3132import { IndexSettings } from '@indices/_types/IndexSettings'
32- import { TypeMapping } from '@_types/mapping/TypeMapping'
3333
3434enum ManagedBy {
3535 ilm = 'Index Lifecycle Management' ,
Original file line number Diff line number Diff line change 1919
2020import { RequestBase } from '@_types/Base'
2121import { Indices } from '@_types/common'
22- import { Duration } from '@_types/Time'
2322import { TypeMapping } from '@_types/mapping/TypeMapping'
23+ import { Duration } from '@_types/Time'
2424
2525/**
2626 * Update data stream mappings.
You can’t perform that action at this time.
0 commit comments