Skip to content

Commit d7cc86a

Browse files
Auto-generated API code (#3056)
1 parent 2414025 commit d7cc86a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15778,15 +15778,15 @@ export interface ClusterAllocationExplainDiskUsage {
1577815778
}
1577915779

1578015780
export interface ClusterAllocationExplainNodeAllocationExplanation {
15781-
deciders: ClusterAllocationExplainAllocationDecision[]
15781+
deciders?: ClusterAllocationExplainAllocationDecision[]
1578215782
node_attributes: Record<string, string>
1578315783
node_decision: ClusterAllocationExplainDecision
1578415784
node_id: Id
1578515785
node_name: Name
1578615786
roles: NodeRoles
1578715787
store?: ClusterAllocationExplainAllocationStore
1578815788
transport_address: TransportAddress
15789-
weight_ranking: integer
15789+
weight_ranking?: integer
1579015790
}
1579115791

1579215792
export interface ClusterAllocationExplainNodeDiskUsage {

0 commit comments

Comments
 (0)