Skip to content

Commit 9d929c4

Browse files
committed
fix import
1 parent 303706c commit 9d929c4

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

specification/cat/component_templates/CatComponentTemplatesRequest.ts

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

20-
import { CatRequestBase } from '@cat/_types/CatBase'
21-
import {Bytes, ExpandWildcards, HealthStatus} from "@_types/common";
22-
import {TimeUnit} from "@_types/Time";
20+
import {CatRequestBase} from '@cat/_types/CatBase'
2321

2422
/**
2523
* Get component templates.
@@ -34,18 +32,18 @@ import {TimeUnit} from "@_types/Time";
3432
* @cluster_privileges monitor
3533
*/
3634
export interface Request extends CatRequestBase {
37-
path_parts: {
38-
/** The name of the component template. Accepts wildcard expressions. If omitted, all component templates are returned. */
39-
name?: string
40-
}
41-
query_parameters: {
42-
/**
43-
* If `true`, the request computes the list of selected nodes from the
44-
* local cluster state. If `false` the list of selected nodes are computed
45-
* from the cluster state of the master node. In both cases the coordinating
46-
* node will send requests for further information to each selected node.
47-
* @server_default false
48-
*/
49-
local?: boolean
50-
}
35+
path_parts: {
36+
/** The name of the component template. Accepts wildcard expressions. If omitted, all component templates are returned. */
37+
name?: string
38+
}
39+
query_parameters: {
40+
/**
41+
* If `true`, the request computes the list of selected nodes from the
42+
* local cluster state. If `false` the list of selected nodes are computed
43+
* from the cluster state of the master node. In both cases the coordinating
44+
* node will send requests for further information to each selected node.
45+
* @server_default false
46+
*/
47+
local?: boolean
48+
}
5149
}

0 commit comments

Comments
 (0)