From 9d02d8bd4a76a4fd3101af33c3a6aa2f335b67a2 Mon Sep 17 00:00:00 2001 From: Pete Gillin Date: Wed, 23 Oct 2024 14:45:02 +0100 Subject: [PATCH] make generate --- output/schema/schema.json | 30 ++---------------------------- output/typescript/types.ts | 2 -- 2 files changed, 2 insertions(+), 30 deletions(-) diff --git a/output/schema/schema.json b/output/schema/schema.json index 420eea7f9..2864db870 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -129694,22 +129694,9 @@ "namespace": "_builtins" } } - }, - { - "description": "If `true`, the request retrieves information from the local node only.", - "name": "local", - "required": false, - "serverDefault": false, - "type": { - "kind": "instance_of", - "type": { - "name": "boolean", - "namespace": "_builtins" - } - } } ], - "specLocation": "indices/exists_alias/IndicesExistsAliasRequest.ts#L23-L68" + "specLocation": "indices/exists_alias/IndicesExistsAliasRequest.ts#L23-L63" }, { "kind": "response", @@ -131228,22 +131215,9 @@ "namespace": "_builtins" } } - }, - { - "description": "If `true`, the request retrieves information from the local node only.", - "name": "local", - "required": false, - "serverDefault": false, - "type": { - "kind": "instance_of", - "type": { - "name": "boolean", - "namespace": "_builtins" - } - } } ], - "specLocation": "indices/get_alias/IndicesGetAliasRequest.ts#L23-L71" + "specLocation": "indices/get_alias/IndicesGetAliasRequest.ts#L23-L66" }, { "kind": "response", diff --git a/output/typescript/types.ts b/output/typescript/types.ts index 586a24ea7..05456f0f8 100644 --- a/output/typescript/types.ts +++ b/output/typescript/types.ts @@ -11612,7 +11612,6 @@ export interface IndicesExistsAliasRequest extends RequestBase { allow_no_indices?: boolean expand_wildcards?: ExpandWildcards ignore_unavailable?: boolean - local?: boolean } export type IndicesExistsAliasResponse = boolean @@ -11767,7 +11766,6 @@ export interface IndicesGetAliasRequest extends RequestBase { allow_no_indices?: boolean expand_wildcards?: ExpandWildcards ignore_unavailable?: boolean - local?: boolean } export type IndicesGetAliasResponse = Record