Skip to content

Commit 09ac917

Browse files
committed
Use path alias
1 parent 8eb28d3 commit 09ac917

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

specification/connector/update_filtering_validation/ConnectorUpdateFilteringValidationRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
import { RequestBase } from '@_types/Base'
2020
import { Id } from '@_types/common'
21-
import { FilteringRulesValidation } from 'connector/_types/Connector'
21+
import { FilteringRulesValidation } from '@connector/_types/Connector'
2222

2323
/**
2424
* Update the connector draft filtering validation.

specification/fleet/msearch/MultiSearchResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919

20-
import { ResponseItem } from '_global/msearch/types'
20+
import { ResponseItem } from '@global/msearch/types'
2121

2222
// Keep changes in sync with:
2323
// - msearch

specification/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@cat/*": ["cat/*"],
2626
"@ccr/*": ["ccr/*"],
2727
"@cluster/*": ["cluster/*"],
28+
"@connector/*": ["connector/*"],
2829
"@dangling_indices/*": ["dangling_indices/*"],
2930
"@enrich/*": ["enrich/*"],
3031
"@eql/*": ["eql/*"],

0 commit comments

Comments
 (0)