diff --git a/compiler/src/model/build-model.ts b/compiler/src/model/build-model.ts index 400a0f008b..d320212a14 100644 --- a/compiler/src/model/build-model.ts +++ b/compiler/src/model/build-model.ts @@ -384,12 +384,11 @@ function compileClassOrInterfaceDeclaration (declaration: ClassDeclaration | Int type.body = { kind: 'no_body' } } else { const tags = parseJsDocTags((member as PropertySignature).getJsDocs()) - // TODO: Enable this after adding the missing codegen names. - // assert( - // member as Node, - // tags.codegen_name != null, - // 'You should configure a body @codegen_name' - // ) + assert( + member as Node, + tags.codegen_name != null, + 'You should configure a body @codegen_name' + ) type.body = { kind: 'value', value: property.valueOf, diff --git a/output/schema/schema.json b/output/schema/schema.json index 3b5ae5bafe..dd5315cece 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -25178,6 +25178,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -25190,7 +25191,7 @@ "name": "Response", "namespace": "_global.create" }, - "specLocation": "_global/create/CreateResponse.ts#L22-L24" + "specLocation": "_global/create/CreateResponse.ts#L22-L25" }, { "kind": "request", @@ -25348,6 +25349,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -25396,7 +25398,7 @@ "name": "Response", "namespace": "_global.delete" }, - "specLocation": "_global/delete/DeleteResponse.ts#L22-L34" + "specLocation": "_global/delete/DeleteResponse.ts#L22-L35" }, { "kind": "request", @@ -26156,6 +26158,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "task_list", "value": { "kind": "instance_of", "type": { @@ -26168,7 +26171,7 @@ "name": "Response", "namespace": "_global.delete_by_query_rethrottle" }, - "specLocation": "_global/delete_by_query_rethrottle/DeleteByQueryRethrottleResponse.ts#L22-L24" + "specLocation": "_global/delete_by_query_rethrottle/DeleteByQueryRethrottleResponse.ts#L22-L25" }, { "kind": "request", @@ -26237,6 +26240,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -26249,7 +26253,7 @@ "name": "Response", "namespace": "_global.delete_script" }, - "specLocation": "_global/delete_script/DeleteScriptResponse.ts#L22-L24" + "specLocation": "_global/delete_script/DeleteScriptResponse.ts#L22-L25" }, { "kind": "request", @@ -27837,6 +27841,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "generics": [ @@ -27919,7 +27924,7 @@ "name": "Response", "namespace": "_global.get" }, - "specLocation": "_global/get/GetResponse.ts#L23-L34" + "specLocation": "_global/get/GetResponse.ts#L23-L35" }, { "kind": "request", @@ -30246,6 +30251,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "response", "value": { "kind": "instance_of", "type": { @@ -30270,7 +30276,7 @@ "name": "Response", "namespace": "_global.index" }, - "specLocation": "_global/index/IndexResponse.ts#L22-L24" + "specLocation": "_global/index/IndexResponse.ts#L22-L25" }, { "kind": "request", @@ -32072,6 +32078,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "generics": [ @@ -32099,7 +32106,7 @@ "name": "Response", "namespace": "_global.msearch" }, - "specLocation": "_global/msearch/MultiSearchResponse.ts#L25-L27" + "specLocation": "_global/msearch/MultiSearchResponse.ts#L25-L28" }, { "kind": "type_alias", @@ -32299,6 +32306,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "generics": [ @@ -32326,7 +32334,7 @@ "name": "Response", "namespace": "_global.msearch_template" }, - "specLocation": "_global/msearch_template/MultiSearchTemplateResponse.ts#L22-L31" + "specLocation": "_global/msearch_template/MultiSearchTemplateResponse.ts#L22-L33" }, { "kind": "interface", @@ -33259,6 +33267,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -33271,7 +33280,7 @@ "name": "Response", "namespace": "_global.put_script" }, - "specLocation": "_global/put_script/PutScriptResponse.ts#L22-L24" + "specLocation": "_global/put_script/PutScriptResponse.ts#L22-L25" }, { "kind": "interface", @@ -35763,6 +35772,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "generics": [ @@ -35790,7 +35800,7 @@ "name": "Response", "namespace": "_global.scroll" }, - "specLocation": "_global/scroll/ScrollResponse.ts#L22-L24" + "specLocation": "_global/scroll/ScrollResponse.ts#L22-L25" }, { "kind": "request", @@ -36987,6 +36997,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "generics": [ @@ -37020,7 +37031,7 @@ "name": "Response", "namespace": "_global.search" }, - "specLocation": "_global/search/SearchResponse.ts#L34-L36" + "specLocation": "_global/search/SearchResponse.ts#L34-L37" }, { "kind": "interface", @@ -37247,7 +37258,7 @@ } } ], - "specLocation": "_global/search/SearchResponse.ts#L38-L84" + "specLocation": "_global/search/SearchResponse.ts#L39-L85" }, { "kind": "interface", @@ -45563,6 +45574,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "generics": [ @@ -45597,7 +45609,7 @@ "name": "Response", "namespace": "_global.update" }, - "specLocation": "_global/update/UpdateResponse.ts#L27-L29" + "specLocation": "_global/update/UpdateResponse.ts#L27-L30" }, { "kind": "interface", @@ -81749,7 +81761,7 @@ }, { "kind": "enum", - "esQuirk": "This enum is a boolean that evolved into a tri-state enum. True and False have\nto be (de)serialized as JSON booleans.", + "esQuirk": "This enum is a boolean that evolved into a tri-state enum. True and False have\r\nto be (de)serialized as JSON booleans.", "members": [ { "name": "true" @@ -91802,6 +91814,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -91814,7 +91827,7 @@ "name": "Response", "namespace": "async_search.delete" }, - "specLocation": "async_search/delete/AsyncSearchDeleteResponse.ts#L22-L24" + "specLocation": "async_search/delete/AsyncSearchDeleteResponse.ts#L22-L25" }, { "kind": "request", @@ -91893,6 +91906,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "generics": [ @@ -91926,7 +91940,7 @@ "name": "Response", "namespace": "async_search.get" }, - "specLocation": "async_search/get/AsyncSearchGetResponse.ts#L22-L24" + "specLocation": "async_search/get/AsyncSearchGetResponse.ts#L22-L25" }, { "kind": "request", @@ -91982,6 +91996,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "status", "value": { "kind": "instance_of", "type": { @@ -92011,7 +92026,7 @@ "name": "Response", "namespace": "async_search.status" }, - "specLocation": "async_search/status/AsyncSearchStatusResponse.ts#L39-L41" + "specLocation": "async_search/status/AsyncSearchStatusResponse.ts#L39-L42" }, { "kind": "interface", @@ -93127,6 +93142,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "generics": [ @@ -93160,7 +93176,7 @@ "name": "Response", "namespace": "async_search.submit" }, - "specLocation": "async_search/submit/AsyncSearchSubmitResponse.ts#L22-L24" + "specLocation": "async_search/submit/AsyncSearchSubmitResponse.ts#L22-L25" }, { "kind": "interface", @@ -93274,6 +93290,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -93293,7 +93310,7 @@ "name": "Response", "namespace": "autoscaling.delete_autoscaling_policy" }, - "specLocation": "autoscaling/delete_autoscaling_policy/DeleteAutoscalingPolicyResponse.ts#L22-L24" + "specLocation": "autoscaling/delete_autoscaling_policy/DeleteAutoscalingPolicyResponse.ts#L22-L25" }, { "kind": "interface", @@ -93620,6 +93637,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "policy", "value": { "kind": "instance_of", "type": { @@ -93639,7 +93657,7 @@ "name": "Response", "namespace": "autoscaling.get_autoscaling_policy" }, - "specLocation": "autoscaling/get_autoscaling_policy/GetAutoscalingPolicyResponse.ts#L22-L24" + "specLocation": "autoscaling/get_autoscaling_policy/GetAutoscalingPolicyResponse.ts#L22-L25" }, { "kind": "request", @@ -93727,6 +93745,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -93745,7 +93764,7 @@ "name": "Response", "namespace": "autoscaling.put_autoscaling_policy" }, - "specLocation": "autoscaling/put_autoscaling_policy/PutAutoscalingPolicyResponse.ts#L22-L24" + "specLocation": "autoscaling/put_autoscaling_policy/PutAutoscalingPolicyResponse.ts#L22-L25" }, { "kind": "enum", @@ -95190,6 +95209,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "aliases", "value": { "kind": "array_of", "value": { @@ -95211,7 +95231,7 @@ "name": "Response", "namespace": "cat.aliases" }, - "specLocation": "cat/aliases/CatAliasesResponse.ts#L22-L24" + "specLocation": "cat/aliases/CatAliasesResponse.ts#L22-L25" }, { "kind": "interface", @@ -95666,6 +95686,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "allocations", "value": { "kind": "array_of", "value": { @@ -95687,7 +95708,7 @@ "name": "Response", "namespace": "cat.allocation" }, - "specLocation": "cat/allocation/CatAllocationResponse.ts#L22-L24" + "specLocation": "cat/allocation/CatAllocationResponse.ts#L22-L25" }, { "kind": "interface", @@ -95880,6 +95901,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "component_templates", "value": { "kind": "array_of", "value": { @@ -95901,7 +95923,7 @@ "name": "Response", "namespace": "cat.component_templates" }, - "specLocation": "cat/component_templates/CatComponentTemplatesResponse.ts#L22-L24" + "specLocation": "cat/component_templates/CatComponentTemplatesResponse.ts#L22-L25" }, { "kind": "interface", @@ -96047,6 +96069,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "count_records", "value": { "kind": "array_of", "value": { @@ -96074,7 +96097,7 @@ "name": "Response", "namespace": "cat.count" }, - "specLocation": "cat/count/CatCountResponse.ts#L22-L24" + "specLocation": "cat/count/CatCountResponse.ts#L22-L25" }, { "kind": "interface", @@ -96257,6 +96280,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "fielddata_records", "value": { "kind": "array_of", "value": { @@ -96284,7 +96308,7 @@ "name": "Response", "namespace": "cat.fielddata" }, - "specLocation": "cat/fielddata/CatFielddataResponse.ts#L22-L24" + "specLocation": "cat/fielddata/CatFielddataResponse.ts#L22-L25" }, { "kind": "interface", @@ -96637,6 +96661,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "health_records", "value": { "kind": "array_of", "value": { @@ -96658,7 +96683,7 @@ "name": "Response", "namespace": "cat.health" }, - "specLocation": "cat/health/CatHealthResponse.ts#L22-L24" + "specLocation": "cat/health/CatHealthResponse.ts#L22-L25" }, { "kind": "request", @@ -98921,6 +98946,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "indices", "value": { "kind": "array_of", "value": { @@ -98942,7 +98968,7 @@ "name": "Response", "namespace": "cat.indices" }, - "specLocation": "cat/indices/CatIndicesResponse.ts#L22-L24" + "specLocation": "cat/indices/CatIndicesResponse.ts#L22-L25" }, { "kind": "interface", @@ -99087,6 +99113,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "masters", "value": { "kind": "array_of", "value": { @@ -99108,7 +99135,7 @@ "name": "Response", "namespace": "cat.master" }, - "specLocation": "cat/master/CatMasterResponse.ts#L22-L24" + "specLocation": "cat/master/CatMasterResponse.ts#L22-L25" }, { "kind": "interface", @@ -99470,6 +99497,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "data_frame_analytics", "value": { "kind": "array_of", "value": { @@ -99491,7 +99519,7 @@ "name": "Response", "namespace": "cat.ml_data_frame_analytics" }, - "specLocation": "cat/ml_data_frame_analytics/CatDataFrameAnalyticsResponse.ts#L22-L24" + "specLocation": "cat/ml_data_frame_analytics/CatDataFrameAnalyticsResponse.ts#L22-L25" }, { "kind": "interface", @@ -99781,6 +99809,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "datafeeds", "value": { "kind": "array_of", "value": { @@ -99802,7 +99831,7 @@ "name": "Response", "namespace": "cat.ml_datafeeds" }, - "specLocation": "cat/ml_datafeeds/CatDatafeedsResponse.ts#L22-L24" + "specLocation": "cat/ml_datafeeds/CatDatafeedsResponse.ts#L22-L25" }, { "kind": "interface", @@ -100870,6 +100899,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "jobs", "value": { "kind": "array_of", "value": { @@ -100891,7 +100921,7 @@ "name": "Response", "namespace": "cat.ml_jobs" }, - "specLocation": "cat/ml_jobs/CatJobsResponse.ts#L22-L24" + "specLocation": "cat/ml_jobs/CatJobsResponse.ts#L22-L25" }, { "kind": "request", @@ -101020,6 +101050,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "trained_models", "value": { "kind": "array_of", "value": { @@ -101041,7 +101072,7 @@ "name": "Response", "namespace": "cat.ml_trained_models" }, - "specLocation": "cat/ml_trained_models/CatTrainedModelsResponse.ts#L22-L24" + "specLocation": "cat/ml_trained_models/CatTrainedModelsResponse.ts#L22-L25" }, { "kind": "interface", @@ -101525,6 +101556,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "node_attributes", "value": { "kind": "array_of", "value": { @@ -101552,7 +101584,7 @@ "name": "Response", "namespace": "cat.nodeattrs" }, - "specLocation": "cat/nodeattrs/CatNodeAttributesResponse.ts#L22-L24" + "specLocation": "cat/nodeattrs/CatNodeAttributesResponse.ts#L22-L25" }, { "kind": "interface", @@ -103197,6 +103229,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "nodes", "value": { "kind": "array_of", "value": { @@ -103224,7 +103257,7 @@ "name": "Response", "namespace": "cat.nodes" }, - "specLocation": "cat/nodes/CatNodesResponse.ts#L22-L24" + "specLocation": "cat/nodes/CatNodesResponse.ts#L22-L25" }, { "kind": "interface", @@ -103387,6 +103420,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "pending_tasks", "value": { "kind": "array_of", "value": { @@ -103408,7 +103442,7 @@ "name": "Response", "namespace": "cat.pending_tasks" }, - "specLocation": "cat/pending_tasks/CatPendingTasksResponse.ts#L22-L24" + "specLocation": "cat/pending_tasks/CatPendingTasksResponse.ts#L22-L25" }, { "kind": "interface", @@ -103599,6 +103633,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "plugins", "value": { "kind": "array_of", "value": { @@ -103620,7 +103655,7 @@ "name": "Response", "namespace": "cat.plugins" }, - "specLocation": "cat/plugins/CatPluginsResponse.ts#L22-L24" + "specLocation": "cat/plugins/CatPluginsResponse.ts#L22-L25" }, { "kind": "interface", @@ -104171,6 +104206,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "recovery_records", "value": { "kind": "array_of", "value": { @@ -104203,7 +104239,7 @@ "name": "Response", "namespace": "cat.recovery" }, - "specLocation": "cat/recovery/CatRecoveryResponse.ts#L22-L24" + "specLocation": "cat/recovery/CatRecoveryResponse.ts#L22-L25" }, { "kind": "interface", @@ -104324,6 +104360,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "repositories", "value": { "kind": "array_of", "value": { @@ -104345,7 +104382,7 @@ "name": "Response", "namespace": "cat.repositories" }, - "specLocation": "cat/repositories/CatRepositoriesResponse.ts#L22-L24" + "specLocation": "cat/repositories/CatRepositoriesResponse.ts#L22-L25" }, { "kind": "request", @@ -104451,6 +104488,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "segments", "value": { "kind": "array_of", "value": { @@ -104472,7 +104510,7 @@ "name": "Response", "namespace": "cat.segments" }, - "specLocation": "cat/segments/CatSegmentsResponse.ts#L22-L24" + "specLocation": "cat/segments/CatSegmentsResponse.ts#L22-L25" }, { "kind": "interface", @@ -104817,6 +104855,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "shards", "value": { "kind": "array_of", "value": { @@ -104859,7 +104898,7 @@ "name": "Response", "namespace": "cat.shards" }, - "specLocation": "cat/shards/CatShardsResponse.ts#L22-L24" + "specLocation": "cat/shards/CatShardsResponse.ts#L22-L25" }, { "kind": "interface", @@ -106246,6 +106285,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "snapshots", "value": { "kind": "array_of", "value": { @@ -106267,7 +106307,7 @@ "name": "Response", "namespace": "cat.snapshots" }, - "specLocation": "cat/snapshots/CatSnapshotsResponse.ts#L22-L24" + "specLocation": "cat/snapshots/CatSnapshotsResponse.ts#L22-L25" }, { "kind": "interface", @@ -106661,6 +106701,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "tasks", "value": { "kind": "array_of", "value": { @@ -106682,7 +106723,7 @@ "name": "Response", "namespace": "cat.tasks" }, - "specLocation": "cat/tasks/CatTasksResponse.ts#L22-L24" + "specLocation": "cat/tasks/CatTasksResponse.ts#L22-L25" }, { "kind": "interface", @@ -107022,6 +107063,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "templates", "value": { "kind": "array_of", "value": { @@ -107043,7 +107085,7 @@ "name": "Response", "namespace": "cat.templates" }, - "specLocation": "cat/templates/CatTemplatesResponse.ts#L22-L24" + "specLocation": "cat/templates/CatTemplatesResponse.ts#L22-L25" }, { "kind": "interface", @@ -107247,6 +107289,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "thread_pools", "value": { "kind": "array_of", "value": { @@ -107274,7 +107317,7 @@ "name": "Response", "namespace": "cat.thread_pool" }, - "specLocation": "cat/thread_pool/CatThreadPoolResponse.ts#L22-L24" + "specLocation": "cat/thread_pool/CatThreadPoolResponse.ts#L22-L25" }, { "kind": "interface", @@ -107752,6 +107795,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "transforms", "value": { "kind": "array_of", "value": { @@ -107773,7 +107817,7 @@ "name": "Response", "namespace": "cat.transforms" }, - "specLocation": "cat/transforms/CatTransformsResponse.ts#L22-L24" + "specLocation": "cat/transforms/CatTransformsResponse.ts#L22-L25" }, { "kind": "interface", @@ -108897,6 +108941,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -108915,7 +108960,7 @@ "name": "Response", "namespace": "ccr.delete_auto_follow_pattern" }, - "specLocation": "ccr/delete_auto_follow_pattern/DeleteAutoFollowPatternResponse.ts#L22-L24" + "specLocation": "ccr/delete_auto_follow_pattern/DeleteAutoFollowPatternResponse.ts#L22-L25" }, { "kind": "request", @@ -109984,6 +110029,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -110002,7 +110048,7 @@ "name": "Response", "namespace": "ccr.pause_auto_follow_pattern" }, - "specLocation": "ccr/pause_auto_follow_pattern/PauseAutoFollowPatternResponse.ts#L22-L24" + "specLocation": "ccr/pause_auto_follow_pattern/PauseAutoFollowPatternResponse.ts#L22-L25" }, { "kind": "request", @@ -110058,6 +110104,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -110076,7 +110123,7 @@ "name": "Response", "namespace": "ccr.pause_follow" }, - "specLocation": "ccr/pause_follow/PauseFollowIndexResponse.ts#L22-L24" + "specLocation": "ccr/pause_follow/PauseFollowIndexResponse.ts#L22-L25" }, { "kind": "request", @@ -110339,6 +110386,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -110357,7 +110405,7 @@ "name": "Response", "namespace": "ccr.put_auto_follow_pattern" }, - "specLocation": "ccr/put_auto_follow_pattern/PutAutoFollowPatternResponse.ts#L22-L24" + "specLocation": "ccr/put_auto_follow_pattern/PutAutoFollowPatternResponse.ts#L22-L25" }, { "kind": "request", @@ -110413,6 +110461,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -110431,7 +110480,7 @@ "name": "Response", "namespace": "ccr.resume_auto_follow_pattern" }, - "specLocation": "ccr/resume_auto_follow_pattern/ResumeAutoFollowPatternResponse.ts#L22-L24" + "specLocation": "ccr/resume_auto_follow_pattern/ResumeAutoFollowPatternResponse.ts#L22-L25" }, { "kind": "request", @@ -110605,6 +110654,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -110623,7 +110673,7 @@ "name": "Response", "namespace": "ccr.resume_follow" }, - "specLocation": "ccr/resume_follow/ResumeFollowIndexResponse.ts#L22-L24" + "specLocation": "ccr/resume_follow/ResumeFollowIndexResponse.ts#L22-L25" }, { "kind": "interface", @@ -110923,6 +110973,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -110941,7 +110992,7 @@ "name": "Response", "namespace": "ccr.unfollow" }, - "specLocation": "ccr/unfollow/UnfollowIndexResponse.ts#L22-L24" + "specLocation": "ccr/unfollow/UnfollowIndexResponse.ts#L22-L25" }, { "kind": "interface", @@ -112497,6 +112548,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -112509,7 +112561,7 @@ "name": "Response", "namespace": "cluster.delete_component_template" }, - "specLocation": "cluster/delete_component_template/ClusterDeleteComponentTemplateResponse.ts#L22-L24" + "specLocation": "cluster/delete_component_template/ClusterDeleteComponentTemplateResponse.ts#L22-L25" }, { "kind": "request", @@ -113156,7 +113208,7 @@ } } ], - "specLocation": "cluster/health/ClusterHealthResponse.ts#L39-L74" + "specLocation": "cluster/health/ClusterHealthResponse.ts#L40-L75" }, { "kind": "interface", @@ -113481,6 +113533,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -113516,7 +113569,7 @@ "name": "Response", "namespace": "cluster.health" }, - "specLocation": "cluster/health/ClusterHealthResponse.ts#L26-L37" + "specLocation": "cluster/health/ClusterHealthResponse.ts#L26-L38" }, { "kind": "interface", @@ -114101,6 +114154,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -114113,7 +114167,7 @@ "name": "Response", "namespace": "cluster.put_component_template" }, - "specLocation": "cluster/put_component_template/ClusterPutComponentTemplateResponse.ts#L22-L24" + "specLocation": "cluster/put_component_template/ClusterPutComponentTemplateResponse.ts#L22-L25" }, { "kind": "request", @@ -115351,6 +115405,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "state", "value": { "kind": "user_defined_value" } @@ -115359,7 +115414,7 @@ "name": "Response", "namespace": "cluster.state" }, - "specLocation": "cluster/state/ClusterStateResponse.ts#L22-L29" + "specLocation": "cluster/state/ClusterStateResponse.ts#L22-L31" }, { "kind": "interface", @@ -117457,6 +117512,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "stats", "value": { "kind": "instance_of", "type": { @@ -117469,7 +117525,7 @@ "name": "Response", "namespace": "cluster.stats" }, - "specLocation": "cluster/stats/ClusterStatsResponse.ts#L53-L55" + "specLocation": "cluster/stats/ClusterStatsResponse.ts#L53-L56" }, { "kind": "interface", @@ -119953,6 +120009,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -119970,7 +120027,7 @@ "name": "Response", "namespace": "connector.delete" }, - "specLocation": "connector/delete/ConnectorDeleteResponse.ts#L22-L24" + "specLocation": "connector/delete/ConnectorDeleteResponse.ts#L22-L25" }, { "kind": "request", @@ -120026,6 +120083,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "connector", "value": { "kind": "instance_of", "type": { @@ -120038,7 +120096,7 @@ "name": "Response", "namespace": "connector.get" }, - "specLocation": "connector/get/ConnectorGetResponse.ts#L22-L24" + "specLocation": "connector/get/ConnectorGetResponse.ts#L22-L25" }, { "kind": "request", @@ -120878,6 +120936,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -120895,7 +120954,7 @@ "name": "Response", "namespace": "connector.sync_job_delete" }, - "specLocation": "connector/sync_job_delete/SyncJobDeleteResponse.ts#L22-L24" + "specLocation": "connector/sync_job_delete/SyncJobDeleteResponse.ts#L22-L25" }, { "kind": "request", @@ -121004,6 +121063,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "sync_job", "value": { "kind": "instance_of", "type": { @@ -121016,7 +121076,7 @@ "name": "Response", "namespace": "connector.sync_job_get" }, - "specLocation": "connector/sync_job_get/SyncJobGetResponse.ts#L22-L24" + "specLocation": "connector/sync_job_get/SyncJobGetResponse.ts#L22-L25" }, { "kind": "request", @@ -122659,6 +122719,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -122671,7 +122732,7 @@ "name": "Response", "namespace": "dangling_indices.delete_dangling_index" }, - "specLocation": "dangling_indices/delete_dangling_index/DeleteDanglingIndexResponse.ts#L22-L24" + "specLocation": "dangling_indices/delete_dangling_index/DeleteDanglingIndexResponse.ts#L22-L25" }, { "kind": "request", @@ -122750,6 +122811,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -122768,7 +122830,7 @@ "name": "Response", "namespace": "dangling_indices.import_dangling_index" }, - "specLocation": "dangling_indices/import_dangling_index/ImportDanglingIndexResponse.ts#L22-L24" + "specLocation": "dangling_indices/import_dangling_index/ImportDanglingIndexResponse.ts#L22-L25" }, { "kind": "interface", @@ -123069,6 +123131,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -123081,7 +123144,7 @@ "name": "Response", "namespace": "enrich.delete_policy" }, - "specLocation": "enrich/delete_policy/DeleteEnrichPolicyResponse.ts#L22-L24" + "specLocation": "enrich/delete_policy/DeleteEnrichPolicyResponse.ts#L22-L25" }, { "kind": "enum", @@ -123393,6 +123456,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -123405,7 +123469,7 @@ "name": "Response", "namespace": "enrich.put_policy" }, - "specLocation": "enrich/put_policy/PutEnrichPolicyResponse.ts#L22-L24" + "specLocation": "enrich/put_policy/PutEnrichPolicyResponse.ts#L22-L25" }, { "kind": "interface", @@ -124100,6 +124164,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -124112,7 +124177,7 @@ "name": "Response", "namespace": "eql.delete" }, - "specLocation": "eql/delete/EqlDeleteResponse.ts#L22-L24" + "specLocation": "eql/delete/EqlDeleteResponse.ts#L22-L25" }, { "kind": "request", @@ -124179,6 +124244,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "generics": [ @@ -124206,7 +124272,7 @@ "name": "Response", "namespace": "eql.get" }, - "specLocation": "eql/get/EqlGetResponse.ts#L22-L24" + "specLocation": "eql/get/EqlGetResponse.ts#L22-L25" }, { "kind": "request", @@ -124755,6 +124821,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "generics": [ @@ -124789,7 +124856,7 @@ "name": "Response", "namespace": "eql.search" }, - "specLocation": "eql/search/EqlSearchResponse.ts#L22-L24" + "specLocation": "eql/search/EqlSearchResponse.ts#L22-L25" }, { "kind": "enum", @@ -125292,6 +125359,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "data", "value": { "kind": "instance_of", "type": { @@ -125304,7 +125372,7 @@ "name": "Response", "namespace": "esql.async_query" }, - "specLocation": "esql/async_query/AsyncQueryResponse.ts#L22-L24" + "specLocation": "esql/async_query/AsyncQueryResponse.ts#L22-L25" }, { "kind": "request", @@ -125346,6 +125414,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -125358,7 +125427,7 @@ "name": "Response", "namespace": "esql.async_query_delete" }, - "specLocation": "esql/async_query_delete/AsyncQueryDeleteResponse.ts#L22-L24" + "specLocation": "esql/async_query_delete/AsyncQueryDeleteResponse.ts#L22-L25" }, { "kind": "request", @@ -125438,6 +125507,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "data", "value": { "kind": "instance_of", "type": { @@ -125450,7 +125520,7 @@ "name": "Response", "namespace": "esql.async_query_get" }, - "specLocation": "esql/async_query_get/AsyncQueryGetResponse.ts#L22-L24" + "specLocation": "esql/async_query_get/AsyncQueryGetResponse.ts#L22-L25" }, { "kind": "request", @@ -125506,6 +125576,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "data", "value": { "kind": "instance_of", "type": { @@ -125518,7 +125589,7 @@ "name": "Response", "namespace": "esql.async_query_stop" }, - "specLocation": "esql/async_query_stop/AsyncQueryStopResponse.ts#L22-L24" + "specLocation": "esql/async_query_stop/AsyncQueryStopResponse.ts#L22-L25" }, { "kind": "request", @@ -128935,6 +129006,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -128953,7 +129025,7 @@ "name": "Response", "namespace": "ilm.delete_lifecycle" }, - "specLocation": "ilm/delete_lifecycle/DeleteLifecycleResponse.ts#L22-L24" + "specLocation": "ilm/delete_lifecycle/DeleteLifecycleResponse.ts#L22-L25" }, { "kind": "type_alias", @@ -130024,6 +130096,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -130042,7 +130115,7 @@ "name": "Response", "namespace": "ilm.move_to_step" }, - "specLocation": "ilm/move_to_step/MoveToStepResponse.ts#L22-L24" + "specLocation": "ilm/move_to_step/MoveToStepResponse.ts#L22-L25" }, { "kind": "interface", @@ -130176,6 +130249,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -130194,7 +130268,7 @@ "name": "Response", "namespace": "ilm.put_lifecycle" }, - "specLocation": "ilm/put_lifecycle/PutLifecycleResponse.ts#L22-L24" + "specLocation": "ilm/put_lifecycle/PutLifecycleResponse.ts#L22-L25" }, { "kind": "request", @@ -130316,6 +130390,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -130328,7 +130403,7 @@ "name": "Response", "namespace": "ilm.retry" }, - "specLocation": "ilm/retry/RetryIlmResponse.ts#L22-L24" + "specLocation": "ilm/retry/RetryIlmResponse.ts#L22-L25" }, { "kind": "request", @@ -130384,6 +130459,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -130402,7 +130478,7 @@ "name": "Response", "namespace": "ilm.start" }, - "specLocation": "ilm/start/StartIlmResponse.ts#L22-L24" + "specLocation": "ilm/start/StartIlmResponse.ts#L22-L25" }, { "kind": "request", @@ -130458,6 +130534,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -130476,7 +130553,7 @@ "name": "Response", "namespace": "ilm.stop" }, - "specLocation": "ilm/stop/StopIlmResponse.ts#L22-L24" + "specLocation": "ilm/stop/StopIlmResponse.ts#L22-L25" }, { "kind": "interface", @@ -136014,6 +136091,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -136026,7 +136104,7 @@ "name": "Response", "namespace": "indices.cancel_migrate_reindex" }, - "specLocation": "indices/cancel_migrate_reindex/MigrateCancelReindexResponse.ts#L22-L24" + "specLocation": "indices/cancel_migrate_reindex/MigrateCancelReindexResponse.ts#L22-L25" }, { "kind": "request", @@ -136168,6 +136246,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -136180,7 +136259,7 @@ "name": "Response", "namespace": "indices.clear_cache" }, - "specLocation": "indices/clear_cache/IndicesClearCacheResponse.ts#L22-L24" + "specLocation": "indices/clear_cache/IndicesClearCacheResponse.ts#L22-L25" }, { "kind": "request", @@ -136873,6 +136952,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -136885,7 +136965,7 @@ "name": "Response", "namespace": "indices.create_data_stream" }, - "specLocation": "indices/create_data_stream/IndicesCreateDataStreamResponse.ts#L22-L24" + "specLocation": "indices/create_data_stream/IndicesCreateDataStreamResponse.ts#L22-L25" }, { "kind": "interface", @@ -137365,6 +137445,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -137377,7 +137458,7 @@ "name": "Response", "namespace": "indices.delete" }, - "specLocation": "indices/delete/IndicesDeleteResponse.ts#L22-L24" + "specLocation": "indices/delete/IndicesDeleteResponse.ts#L22-L25" }, { "kind": "request", @@ -137458,6 +137539,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -137470,7 +137552,7 @@ "name": "Response", "namespace": "indices.delete_alias" }, - "specLocation": "indices/delete_alias/IndicesDeleteAliasResponse.ts#L22-L24" + "specLocation": "indices/delete_alias/IndicesDeleteAliasResponse.ts#L22-L25" }, { "kind": "request", @@ -137549,6 +137631,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -137567,7 +137650,7 @@ "name": "Response", "namespace": "indices.delete_data_lifecycle" }, - "specLocation": "indices/delete_data_lifecycle/IndicesDeleteDataLifecycleResponse.ts#L22-L24" + "specLocation": "indices/delete_data_lifecycle/IndicesDeleteDataLifecycleResponse.ts#L22-L25" }, { "kind": "request", @@ -137636,6 +137719,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -137648,7 +137732,7 @@ "name": "Response", "namespace": "indices.delete_data_stream" }, - "specLocation": "indices/delete_data_stream/IndicesDeleteDataStreamResponse.ts#L22-L24" + "specLocation": "indices/delete_data_stream/IndicesDeleteDataStreamResponse.ts#L22-L25" }, { "kind": "request", @@ -137717,6 +137801,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -137729,7 +137814,7 @@ "name": "Response", "namespace": "indices.delete_index_template" }, - "specLocation": "indices/delete_index_template/IndicesDeleteIndexTemplateResponse.ts#L22-L24" + "specLocation": "indices/delete_index_template/IndicesDeleteIndexTemplateResponse.ts#L22-L25" }, { "kind": "request", @@ -137798,6 +137883,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -137810,7 +137896,7 @@ "name": "Response", "namespace": "indices.delete_template" }, - "specLocation": "indices/delete_template/IndicesDeleteTemplateResponse.ts#L22-L24" + "specLocation": "indices/delete_template/IndicesDeleteTemplateResponse.ts#L22-L25" }, { "kind": "request", @@ -138748,7 +138834,7 @@ } } ], - "specLocation": "indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts#L57-L66" + "specLocation": "indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts#L58-L67" }, { "kind": "interface", @@ -138800,7 +138886,7 @@ } } ], - "specLocation": "indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts#L32-L39" + "specLocation": "indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts#L33-L40" }, { "kind": "interface", @@ -138887,7 +138973,7 @@ } } ], - "specLocation": "indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts#L68-L76" + "specLocation": "indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts#L69-L77" }, { "kind": "request", @@ -138979,6 +139065,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "stats", "value": { "kind": "instance_of", "type": { @@ -138997,7 +139084,7 @@ "name": "Response", "namespace": "indices.field_usage_stats" }, - "specLocation": "indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts#L28-L30" + "specLocation": "indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts#L28-L31" }, { "kind": "interface", @@ -139040,7 +139127,7 @@ } } ], - "specLocation": "indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts#L52-L55" + "specLocation": "indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts#L53-L56" }, { "kind": "interface", @@ -139064,7 +139151,7 @@ } } ], - "specLocation": "indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts#L41-L43" + "specLocation": "indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts#L42-L44" }, { "kind": "interface", @@ -139127,7 +139214,7 @@ } } ], - "specLocation": "indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts#L45-L50" + "specLocation": "indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts#L46-L51" }, { "kind": "request", @@ -139235,6 +139322,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -139247,7 +139335,7 @@ "name": "Response", "namespace": "indices.flush" }, - "specLocation": "indices/flush/IndicesFlushResponse.ts#L22-L24" + "specLocation": "indices/flush/IndicesFlushResponse.ts#L22-L25" }, { "kind": "request", @@ -139374,6 +139462,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -139386,7 +139475,7 @@ "name": "Response", "namespace": "indices.forcemerge" }, - "specLocation": "indices/forcemerge/IndicesForceMergeResponse.ts#L22-L24" + "specLocation": "indices/forcemerge/IndicesForceMergeResponse.ts#L22-L25" }, { "kind": "interface", @@ -141375,6 +141464,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -141387,7 +141477,7 @@ "name": "Response", "namespace": "indices.migrate_reindex" }, - "specLocation": "indices/migrate_reindex/MigrateReindexResponse.ts#L22-L24" + "specLocation": "indices/migrate_reindex/MigrateReindexResponse.ts#L22-L25" }, { "kind": "interface", @@ -141477,6 +141567,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -141489,7 +141580,7 @@ "name": "Response", "namespace": "indices.migrate_to_data_stream" }, - "specLocation": "indices/migrate_to_data_stream/IndicesMigrateToDataStreamResponse.ts#L22-L24" + "specLocation": "indices/migrate_to_data_stream/IndicesMigrateToDataStreamResponse.ts#L22-L25" }, { "kind": "interface", @@ -141606,6 +141697,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -141618,7 +141710,7 @@ "name": "Response", "namespace": "indices.modify_data_stream" }, - "specLocation": "indices/modify_data_stream/IndicesModifyDataStreamResponse.ts#L22-L24" + "specLocation": "indices/modify_data_stream/IndicesModifyDataStreamResponse.ts#L22-L25" }, { "kind": "request", @@ -141991,6 +142083,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -142003,7 +142096,7 @@ "name": "Response", "namespace": "indices.put_alias" }, - "specLocation": "indices/put_alias/IndicesPutAliasResponse.ts#L22-L24" + "specLocation": "indices/put_alias/IndicesPutAliasResponse.ts#L22-L25" }, { "kind": "request", @@ -142135,6 +142228,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -142153,7 +142247,7 @@ "name": "Response", "namespace": "indices.put_data_lifecycle" }, - "specLocation": "indices/put_data_lifecycle/IndicesPutDataLifecycleResponse.ts#L22-L24" + "specLocation": "indices/put_data_lifecycle/IndicesPutDataLifecycleResponse.ts#L22-L25" }, { "kind": "interface", @@ -142452,6 +142546,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -142464,7 +142559,7 @@ "name": "Response", "namespace": "indices.put_index_template" }, - "specLocation": "indices/put_index_template/IndicesPutIndexTemplateResponse.ts#L22-L24" + "specLocation": "indices/put_index_template/IndicesPutIndexTemplateResponse.ts#L22-L25" }, { "kind": "request", @@ -142755,6 +142850,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -142767,7 +142863,7 @@ "name": "Response", "namespace": "indices.put_mapping" }, - "specLocation": "indices/put_mapping/IndicesPutMappingResponse.ts#L22-L24" + "specLocation": "indices/put_mapping/IndicesPutMappingResponse.ts#L22-L25" }, { "kind": "request", @@ -142938,6 +143034,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -142950,7 +143047,7 @@ "name": "Response", "namespace": "indices.put_settings" }, - "specLocation": "indices/put_settings/IndicesPutSettingsResponse.ts#L22-L24" + "specLocation": "indices/put_settings/IndicesPutSettingsResponse.ts#L22-L25" }, { "kind": "request", @@ -143154,6 +143251,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -143166,7 +143264,7 @@ "name": "Response", "namespace": "indices.put_template" }, - "specLocation": "indices/put_template/IndicesPutTemplateResponse.ts#L22-L24" + "specLocation": "indices/put_template/IndicesPutTemplateResponse.ts#L22-L25" }, { "kind": "interface", @@ -144317,6 +144415,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -144329,7 +144428,7 @@ "name": "Response", "namespace": "indices.refresh" }, - "specLocation": "indices/refresh/IndicesRefreshResponse.ts#L22-L24" + "specLocation": "indices/refresh/IndicesRefreshResponse.ts#L22-L25" }, { "kind": "interface", @@ -144509,6 +144608,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -144521,7 +144621,7 @@ "name": "Response", "namespace": "indices.reload_search_analyzers" }, - "specLocation": "indices/reload_search_analyzers/ReloadSearchAnalyzersResponse.ts#L22-L24" + "specLocation": "indices/reload_search_analyzers/ReloadSearchAnalyzersResponse.ts#L22-L25" }, { "kind": "request", @@ -149092,6 +149192,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -149104,7 +149205,7 @@ "name": "Response", "namespace": "indices.update_aliases" }, - "specLocation": "indices/update_aliases/IndicesUpdateAliasesResponse.ts#L22-L24" + "specLocation": "indices/update_aliases/IndicesUpdateAliasesResponse.ts#L22-L25" }, { "kind": "interface", @@ -150550,6 +150651,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "data", "value": { "kind": "instance_of", "type": { @@ -150562,7 +150664,7 @@ "name": "Response", "namespace": "inference.chat_completion_unified" }, - "specLocation": "inference/chat_completion_unified/UnifiedResponse.ts#L22-L24" + "specLocation": "inference/chat_completion_unified/UnifiedResponse.ts#L22-L25" }, { "kind": "interface", @@ -150748,6 +150850,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "inference_result", "value": { "kind": "instance_of", "type": { @@ -150767,7 +150870,7 @@ "name": "Response", "namespace": "inference.completion" }, - "specLocation": "inference/completion/CompletionResponse.ts#L22-L24" + "specLocation": "inference/completion/CompletionResponse.ts#L22-L25" }, { "kind": "request", @@ -150848,6 +150951,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -150860,7 +150964,7 @@ "name": "Response", "namespace": "inference.delete" }, - "specLocation": "inference/delete/DeleteResponse.ts#L22-L24" + "specLocation": "inference/delete/DeleteResponse.ts#L22-L25" }, { "kind": "request", @@ -150978,6 +151082,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "data", "value": { "kind": "instance_of", "type": { @@ -150990,7 +151095,7 @@ "name": "Response", "namespace": "inference.post_eis_chat_completion" }, - "specLocation": "inference/post_eis_chat_completion/PostEisChatCompletionResponse.ts#L22-L24" + "specLocation": "inference/post_eis_chat_completion/PostEisChatCompletionResponse.ts#L22-L25" }, { "kind": "request", @@ -151052,6 +151157,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -151064,7 +151170,7 @@ "name": "Response", "namespace": "inference.put" }, - "specLocation": "inference/put/PutResponse.ts#L22-L24" + "specLocation": "inference/put/PutResponse.ts#L22-L25" }, { "kind": "interface", @@ -151320,6 +151426,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -151332,7 +151439,7 @@ "name": "Response", "namespace": "inference.put_alibabacloud" }, - "specLocation": "inference/put_alibabacloud/PutAlibabaCloudResponse.ts#L22-L24" + "specLocation": "inference/put_alibabacloud/PutAlibabaCloudResponse.ts#L22-L25" }, { "kind": "enum", @@ -151626,6 +151733,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -151638,7 +151746,7 @@ "name": "Response", "namespace": "inference.put_amazonbedrock" }, - "specLocation": "inference/put_amazonbedrock/PutAmazonBedrockResponse.ts#L22-L24" + "specLocation": "inference/put_amazonbedrock/PutAmazonBedrockResponse.ts#L22-L25" }, { "kind": "enum", @@ -151883,6 +151991,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -151895,7 +152004,7 @@ "name": "Response", "namespace": "inference.put_anthropic" }, - "specLocation": "inference/put_anthropic/PutAnthropicResponse.ts#L22-L24" + "specLocation": "inference/put_anthropic/PutAnthropicResponse.ts#L22-L25" }, { "kind": "enum", @@ -152187,6 +152296,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -152199,7 +152309,7 @@ "name": "Response", "namespace": "inference.put_azureaistudio" }, - "specLocation": "inference/put_azureaistudio/PutAzureAiStudioResponse.ts#L22-L24" + "specLocation": "inference/put_azureaistudio/PutAzureAiStudioResponse.ts#L22-L25" }, { "kind": "enum", @@ -152460,6 +152570,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -152472,7 +152583,7 @@ "name": "Response", "namespace": "inference.put_azureopenai" }, - "specLocation": "inference/put_azureopenai/PutAzureOpenAiResponse.ts#L22-L24" + "specLocation": "inference/put_azureopenai/PutAzureOpenAiResponse.ts#L22-L25" }, { "kind": "enum", @@ -152794,6 +152905,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -152806,7 +152918,7 @@ "name": "Response", "namespace": "inference.put_cohere" }, - "specLocation": "inference/put_cohere/PutCohereResponse.ts#L22-L24" + "specLocation": "inference/put_cohere/PutCohereResponse.ts#L22-L25" }, { "kind": "enum", @@ -152984,6 +153096,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -152996,7 +153109,7 @@ "name": "Response", "namespace": "inference.put_eis" }, - "specLocation": "inference/put_eis/PutEisResponse.ts#L22-L24" + "specLocation": "inference/put_eis/PutEisResponse.ts#L22-L25" }, { "kind": "enum", @@ -153261,6 +153374,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -153279,7 +153393,7 @@ "name": "Response", "namespace": "inference.put_elasticsearch" }, - "specLocation": "inference/put_elasticsearch/PutElasticsearchResponse.ts#L22-L24" + "specLocation": "inference/put_elasticsearch/PutElasticsearchResponse.ts#L22-L25" }, { "kind": "enum", @@ -153461,6 +153575,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -153479,7 +153594,7 @@ "name": "Response", "namespace": "inference.put_elser" }, - "specLocation": "inference/put_elser/PutElserResponse.ts#L22-L24" + "specLocation": "inference/put_elser/PutElserResponse.ts#L22-L25" }, { "kind": "enum", @@ -153657,6 +153772,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -153669,7 +153785,7 @@ "name": "Response", "namespace": "inference.put_googleaistudio" }, - "specLocation": "inference/put_googleaistudio/PutGoogleAiStudioResponse.ts#L22-L24" + "specLocation": "inference/put_googleaistudio/PutGoogleAiStudioResponse.ts#L22-L25" }, { "kind": "enum", @@ -153924,6 +154040,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -153936,7 +154053,7 @@ "name": "Response", "namespace": "inference.put_googlevertexai" }, - "specLocation": "inference/put_googlevertexai/PutGoogleVertexAiResponse.ts#L22-L24" + "specLocation": "inference/put_googlevertexai/PutGoogleVertexAiResponse.ts#L22-L25" }, { "kind": "enum", @@ -154111,6 +154228,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -154123,7 +154241,7 @@ "name": "Response", "namespace": "inference.put_hugging_face" }, - "specLocation": "inference/put_hugging_face/PutHuggingFaceResponse.ts#L22-L24" + "specLocation": "inference/put_hugging_face/PutHuggingFaceResponse.ts#L22-L25" }, { "kind": "enum", @@ -154378,6 +154496,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -154390,7 +154509,7 @@ "name": "Response", "namespace": "inference.put_jinaai" }, - "specLocation": "inference/put_jinaai/PutJinaAiResponse.ts#L22-L24" + "specLocation": "inference/put_jinaai/PutJinaAiResponse.ts#L22-L25" }, { "kind": "enum", @@ -154619,6 +154738,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -154631,7 +154751,7 @@ "name": "Response", "namespace": "inference.put_mistral" }, - "specLocation": "inference/put_mistral/PutMistralResponse.ts#L22-L24" + "specLocation": "inference/put_mistral/PutMistralResponse.ts#L22-L25" }, { "kind": "enum", @@ -154890,6 +155010,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -154902,7 +155023,7 @@ "name": "Response", "namespace": "inference.put_openai" }, - "specLocation": "inference/put_openai/PutOpenAiResponse.ts#L22-L24" + "specLocation": "inference/put_openai/PutOpenAiResponse.ts#L22-L25" }, { "kind": "enum", @@ -155033,6 +155154,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -155045,7 +155167,7 @@ "name": "Response", "namespace": "inference.put_voyageai" }, - "specLocation": "inference/put_voyageai/PutVoyageAIResponse.ts#L22-L24" + "specLocation": "inference/put_voyageai/PutVoyageAIResponse.ts#L22-L25" }, { "kind": "enum", @@ -155284,6 +155406,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -155296,7 +155419,7 @@ "name": "Response", "namespace": "inference.put_watsonx" }, - "specLocation": "inference/put_watsonx/PutWatsonxResponse.ts#L22-L24" + "specLocation": "inference/put_watsonx/PutWatsonxResponse.ts#L22-L25" }, { "kind": "enum", @@ -155526,6 +155649,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "inference_result", "value": { "kind": "instance_of", "type": { @@ -155545,7 +155669,7 @@ "name": "Response", "namespace": "inference.rerank" }, - "specLocation": "inference/rerank/RerankResponse.ts#L22-L24" + "specLocation": "inference/rerank/RerankResponse.ts#L22-L25" }, { "kind": "request", @@ -155649,6 +155773,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "inference_result", "value": { "kind": "instance_of", "type": { @@ -155668,7 +155793,7 @@ "name": "Response", "namespace": "inference.sparse_embedding" }, - "specLocation": "inference/sparse_embedding/SparseEmbeddingResponse.ts#L22-L24" + "specLocation": "inference/sparse_embedding/SparseEmbeddingResponse.ts#L22-L25" }, { "kind": "request", @@ -155758,6 +155883,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "data", "value": { "kind": "instance_of", "type": { @@ -155770,7 +155896,7 @@ "name": "Response", "namespace": "inference.stream_completion" }, - "specLocation": "inference/stream_completion/StreamInferenceResponse.ts#L22-L24" + "specLocation": "inference/stream_completion/StreamInferenceResponse.ts#L22-L25" }, { "kind": "request", @@ -155874,6 +156000,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "inference_result", "value": { "kind": "instance_of", "type": { @@ -155893,7 +156020,7 @@ "name": "Response", "namespace": "inference.text_embedding" }, - "specLocation": "inference/text_embedding/TextEmbeddingResponse.ts#L22-L24" + "specLocation": "inference/text_embedding/TextEmbeddingResponse.ts#L22-L25" }, { "kind": "request", @@ -155955,6 +156082,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "endpoint_info", "value": { "kind": "instance_of", "type": { @@ -155967,7 +156095,7 @@ "name": "Response", "namespace": "inference.update" }, - "specLocation": "inference/update/UpdateInferenceResponse.ts#L22-L24" + "specLocation": "inference/update/UpdateInferenceResponse.ts#L22-L25" }, { "kind": "interface", @@ -161199,6 +161327,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -161211,7 +161340,7 @@ "name": "Response", "namespace": "ingest.delete_geoip_database" }, - "specLocation": "ingest/delete_geoip_database/DeleteGeoipDatabaseResponse.ts#L22-L24" + "specLocation": "ingest/delete_geoip_database/DeleteGeoipDatabaseResponse.ts#L22-L25" }, { "kind": "request", @@ -161280,6 +161409,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -161292,7 +161422,7 @@ "name": "Response", "namespace": "ingest.delete_ip_location_database" }, - "specLocation": "ingest/delete_ip_location_database/DeleteIpLocationDatabaseResponse.ts#L22-L24" + "specLocation": "ingest/delete_ip_location_database/DeleteIpLocationDatabaseResponse.ts#L22-L25" }, { "kind": "request", @@ -161361,6 +161491,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -161373,7 +161504,7 @@ "name": "Response", "namespace": "ingest.delete_pipeline" }, - "specLocation": "ingest/delete_pipeline/DeletePipelineResponse.ts#L22-L24" + "specLocation": "ingest/delete_pipeline/DeletePipelineResponse.ts#L22-L25" }, { "kind": "interface", @@ -162136,6 +162267,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -162148,7 +162280,7 @@ "name": "Response", "namespace": "ingest.put_geoip_database" }, - "specLocation": "ingest/put_geoip_database/PutGeoipDatabaseResponse.ts#L22-L24" + "specLocation": "ingest/put_geoip_database/PutGeoipDatabaseResponse.ts#L22-L25" }, { "kind": "request", @@ -162225,6 +162357,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -162237,7 +162370,7 @@ "name": "Response", "namespace": "ingest.put_ip_location_database" }, - "specLocation": "ingest/put_ip_location_database/PutIpLocationDatabaseResponse.ts#L22-L24" + "specLocation": "ingest/put_ip_location_database/PutIpLocationDatabaseResponse.ts#L22-L25" }, { "kind": "request", @@ -162410,6 +162543,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -162422,7 +162556,7 @@ "name": "Response", "namespace": "ingest.put_pipeline" }, - "specLocation": "ingest/put_pipeline/PutPipelineResponse.ts#L22-L24" + "specLocation": "ingest/put_pipeline/PutPipelineResponse.ts#L22-L25" }, { "kind": "request", @@ -162814,6 +162948,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -162826,7 +162961,7 @@ "name": "Response", "namespace": "license.delete" }, - "specLocation": "license/delete/DeleteLicenseResponse.ts#L22-L24" + "specLocation": "license/delete/DeleteLicenseResponse.ts#L22-L25" }, { "kind": "interface", @@ -177688,6 +177823,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -177706,7 +177842,7 @@ "name": "Response", "namespace": "ml.delete_calendar" }, - "specLocation": "ml/delete_calendar/MlDeleteCalendarResponse.ts#L22-L24" + "specLocation": "ml/delete_calendar/MlDeleteCalendarResponse.ts#L22-L25" }, { "kind": "request", @@ -177760,6 +177896,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -177778,7 +177915,7 @@ "name": "Response", "namespace": "ml.delete_calendar_event" }, - "specLocation": "ml/delete_calendar_event/MlDeleteCalendarEventResponse.ts#L22-L24" + "specLocation": "ml/delete_calendar_event/MlDeleteCalendarEventResponse.ts#L22-L25" }, { "kind": "request", @@ -177950,6 +178087,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -177968,7 +178106,7 @@ "name": "Response", "namespace": "ml.delete_data_frame_analytics" }, - "specLocation": "ml/delete_data_frame_analytics/MlDeleteDataFrameAnalyticsResponse.ts#L22-L24" + "specLocation": "ml/delete_data_frame_analytics/MlDeleteDataFrameAnalyticsResponse.ts#L22-L25" }, { "kind": "request", @@ -178023,6 +178161,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -178041,7 +178180,7 @@ "name": "Response", "namespace": "ml.delete_datafeed" }, - "specLocation": "ml/delete_datafeed/MlDeleteDatafeedResponse.ts#L22-L24" + "specLocation": "ml/delete_datafeed/MlDeleteDatafeedResponse.ts#L22-L25" }, { "kind": "request", @@ -178202,6 +178341,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -178220,7 +178360,7 @@ "name": "Response", "namespace": "ml.delete_filter" }, - "specLocation": "ml/delete_filter/MlDeleteFilterResponse.ts#L22-L24" + "specLocation": "ml/delete_filter/MlDeleteFilterResponse.ts#L22-L25" }, { "kind": "request", @@ -178301,6 +178441,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -178319,7 +178460,7 @@ "name": "Response", "namespace": "ml.delete_forecast" }, - "specLocation": "ml/delete_forecast/MlDeleteForecastResponse.ts#L22-L24" + "specLocation": "ml/delete_forecast/MlDeleteForecastResponse.ts#L22-L25" }, { "kind": "request", @@ -178400,6 +178541,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -178424,7 +178566,7 @@ "name": "Response", "namespace": "ml.delete_job" }, - "specLocation": "ml/delete_job/MlDeleteJobResponse.ts#L22-L24" + "specLocation": "ml/delete_job/MlDeleteJobResponse.ts#L22-L25" }, { "kind": "request", @@ -178478,6 +178620,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -178496,7 +178639,7 @@ "name": "Response", "namespace": "ml.delete_model_snapshot" }, - "specLocation": "ml/delete_model_snapshot/MlDeleteModelSnapshotResponse.ts#L22-L24" + "specLocation": "ml/delete_model_snapshot/MlDeleteModelSnapshotResponse.ts#L22-L25" }, { "kind": "request", @@ -178564,6 +178707,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -178582,7 +178726,7 @@ "name": "Response", "namespace": "ml.delete_trained_model" }, - "specLocation": "ml/delete_trained_model/MlDeleteTrainedModelResponse.ts#L22-L24" + "specLocation": "ml/delete_trained_model/MlDeleteTrainedModelResponse.ts#L22-L25" }, { "kind": "request", @@ -178636,6 +178780,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -178654,7 +178799,7 @@ "name": "Response", "namespace": "ml.delete_trained_model_alias" }, - "specLocation": "ml/delete_trained_model_alias/MlDeleteTrainedModelAliasResponse.ts#L22-L24" + "specLocation": "ml/delete_trained_model_alias/MlDeleteTrainedModelAliasResponse.ts#L22-L25" }, { "kind": "request", @@ -184135,7 +184280,7 @@ } } ], - "specLocation": "ml/post_data/MlPostJobDataRequest.ts#L24-L76" + "specLocation": "ml/post_data/MlPostJobDataRequest.ts#L24-L77" }, { "kind": "response", @@ -186936,6 +187081,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "trained_model_config", "value": { "kind": "instance_of", "type": { @@ -186948,7 +187094,7 @@ "name": "Response", "namespace": "ml.put_trained_model" }, - "specLocation": "ml/put_trained_model/MlPutTrainedModelResponse.ts#L22-L24" + "specLocation": "ml/put_trained_model/MlPutTrainedModelResponse.ts#L22-L25" }, { "kind": "interface", @@ -187320,6 +187466,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -187332,7 +187479,7 @@ "name": "Response", "namespace": "ml.put_trained_model_alias" }, - "specLocation": "ml/put_trained_model_alias/MlPutTrainedModelAliasResponse.ts#L22-L24" + "specLocation": "ml/put_trained_model_alias/MlPutTrainedModelAliasResponse.ts#L22-L25" }, { "kind": "request", @@ -187424,6 +187571,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -187436,7 +187584,7 @@ "name": "Response", "namespace": "ml.put_trained_model_definition_part" }, - "specLocation": "ml/put_trained_model_definition_part/MlPutTrainedModelDefinitionPartResponse.ts#L22-L24" + "specLocation": "ml/put_trained_model_definition_part/MlPutTrainedModelDefinitionPartResponse.ts#L22-L25" }, { "kind": "request", @@ -187537,6 +187685,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -187549,7 +187698,7 @@ "name": "Response", "namespace": "ml.put_trained_model_vocabulary" }, - "specLocation": "ml/put_trained_model_vocabulary/MlPutTrainedModelVocabularyResponse.ts#L22-L24" + "specLocation": "ml/put_trained_model_vocabulary/MlPutTrainedModelVocabularyResponse.ts#L22-L25" }, { "kind": "request", @@ -187618,6 +187767,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -187630,7 +187780,7 @@ "name": "Response", "namespace": "ml.reset_job" }, - "specLocation": "ml/reset_job/MlResetJobResponse.ts#L22-L24" + "specLocation": "ml/reset_job/MlResetJobResponse.ts#L22-L25" }, { "kind": "request", @@ -187787,6 +187937,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -187799,7 +187950,7 @@ "name": "Response", "namespace": "ml.set_upgrade_mode" }, - "specLocation": "ml/set_upgrade_mode/MlSetUpgradeModeResponse.ts#L22-L24" + "specLocation": "ml/set_upgrade_mode/MlSetUpgradeModeResponse.ts#L22-L25" }, { "kind": "request", @@ -190363,6 +190514,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -190375,7 +190527,7 @@ "name": "Response", "namespace": "ml.validate" }, - "specLocation": "ml/validate/MlValidateJobResponse.ts#L22-L24" + "specLocation": "ml/validate/MlValidateJobResponse.ts#L22-L25" }, { "kind": "request", @@ -190412,6 +190564,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -190424,7 +190577,7 @@ "name": "Response", "namespace": "ml.validate_detector" }, - "specLocation": "ml/validate_detector/MlValidateDetectorResponse.ts#L22-L24" + "specLocation": "ml/validate_detector/MlValidateDetectorResponse.ts#L22-L25" }, { "kind": "request", @@ -195333,6 +195486,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "metering_infos", "value": { "kind": "instance_of", "type": { @@ -195345,7 +195499,7 @@ "name": "Response", "namespace": "nodes.clear_repositories_metering_archive" }, - "specLocation": "nodes/clear_repositories_metering_archive/ClearRepositoriesMeteringArchiveResponse.ts#L37-L39" + "specLocation": "nodes/clear_repositories_metering_archive/ClearRepositoriesMeteringArchiveResponse.ts#L37-L40" }, { "kind": "interface", @@ -195440,6 +195594,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "metering_infos", "value": { "kind": "instance_of", "type": { @@ -195452,7 +195607,7 @@ "name": "Response", "namespace": "nodes.get_repositories_metering_info" }, - "specLocation": "nodes/get_repositories_metering_info/GetRepositoriesMeteringInfoResponse.ts#L36-L38" + "specLocation": "nodes/get_repositories_metering_info/GetRepositoriesMeteringInfoResponse.ts#L36-L39" }, { "kind": "interface", @@ -198694,6 +198849,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "infos", "value": { "kind": "instance_of", "type": { @@ -198712,7 +198868,7 @@ "name": "Response", "namespace": "nodes.info" }, - "specLocation": "nodes/info/NodesInfoResponse.ts#L30-L32" + "specLocation": "nodes/info/NodesInfoResponse.ts#L30-L33" }, { "kind": "interface", @@ -198837,6 +198993,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "reload_results", "value": { "kind": "instance_of", "type": { @@ -198855,7 +199012,7 @@ "name": "Response", "namespace": "nodes.reload_secure_settings" }, - "specLocation": "nodes/reload_secure_settings/ReloadSecureSettingsResponse.ts#L30-L32" + "specLocation": "nodes/reload_secure_settings/ReloadSecureSettingsResponse.ts#L30-L33" }, { "kind": "interface", @@ -199085,6 +199242,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "stats", "value": { "kind": "instance_of", "type": { @@ -199097,7 +199255,7 @@ "name": "Response", "namespace": "nodes.stats" }, - "specLocation": "nodes/stats/NodesStatsResponse.ts#L30-L32" + "specLocation": "nodes/stats/NodesStatsResponse.ts#L30-L33" }, { "kind": "interface", @@ -199304,6 +199462,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "usages", "value": { "kind": "instance_of", "type": { @@ -199316,7 +199475,7 @@ "name": "Response", "namespace": "nodes.usage" }, - "specLocation": "nodes/usage/NodesUsageResponse.ts#L30-L32" + "specLocation": "nodes/usage/NodesUsageResponse.ts#L30-L33" }, { "kind": "interface", @@ -199687,6 +199846,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -199699,7 +199859,7 @@ "name": "Response", "namespace": "query_rules.delete_rule" }, - "specLocation": "query_rules/delete_rule/QueryRuleDeleteResponse.ts#L22-L24" + "specLocation": "query_rules/delete_rule/QueryRuleDeleteResponse.ts#L22-L25" }, { "kind": "request", @@ -199741,6 +199901,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -199753,7 +199914,7 @@ "name": "Response", "namespace": "query_rules.delete_ruleset" }, - "specLocation": "query_rules/delete_ruleset/QueryRulesetDeleteResponse.ts#L22-L24" + "specLocation": "query_rules/delete_ruleset/QueryRulesetDeleteResponse.ts#L22-L25" }, { "kind": "request", @@ -199807,6 +199968,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "rule", "value": { "kind": "instance_of", "type": { @@ -199825,7 +199987,7 @@ "name": "Response", "namespace": "query_rules.get_rule" }, - "specLocation": "query_rules/get_rule/QueryRuleGetResponse.ts#L22-L24" + "specLocation": "query_rules/get_rule/QueryRuleGetResponse.ts#L22-L25" }, { "kind": "request", @@ -199867,6 +200029,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "ruleset", "value": { "kind": "instance_of", "type": { @@ -199885,7 +200048,7 @@ "name": "Response", "namespace": "query_rules.get_ruleset" }, - "specLocation": "query_rules/get_ruleset/QueryRulesetGetResponse.ts#L22-L24" + "specLocation": "query_rules/get_ruleset/QueryRulesetGetResponse.ts#L22-L25" }, { "kind": "interface", @@ -201819,6 +201982,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -201836,7 +202000,7 @@ "name": "Response", "namespace": "rollup.put_job" }, - "specLocation": "rollup/put_job/CreateRollupJobResponse.ts#L22-L24" + "specLocation": "rollup/put_job/CreateRollupJobResponse.ts#L22-L25" }, { "kind": "request", @@ -202462,6 +202626,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -202474,7 +202639,7 @@ "name": "Response", "namespace": "search_application.delete" }, - "specLocation": "search_application/delete/SearchApplicationsDeleteResponse.ts#L22-L24" + "specLocation": "search_application/delete/SearchApplicationsDeleteResponse.ts#L22-L25" }, { "kind": "request", @@ -202520,6 +202685,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -202532,7 +202698,7 @@ "name": "Response", "namespace": "search_application.delete_behavioral_analytics" }, - "specLocation": "search_application/delete_behavioral_analytics/BehavioralAnalyticsDeleteResponse.ts#L22-L24" + "specLocation": "search_application/delete_behavioral_analytics/BehavioralAnalyticsDeleteResponse.ts#L22-L25" }, { "kind": "request", @@ -202574,6 +202740,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "search_application", "value": { "kind": "instance_of", "type": { @@ -202592,7 +202759,7 @@ "name": "Response", "namespace": "search_application.get" }, - "specLocation": "search_application/get/SearchApplicationsGetResponse.ts#L22-L24" + "specLocation": "search_application/get/SearchApplicationsGetResponse.ts#L22-L25" }, { "kind": "request", @@ -203027,7 +203194,7 @@ } } ], - "specLocation": "search_application/put_behavioral_analytics/BehavioralAnalyticsPutResponse.ts#L27-L32" + "specLocation": "search_application/put_behavioral_analytics/BehavioralAnalyticsPutResponse.ts#L28-L33" }, { "kind": "request", @@ -203073,6 +203240,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -203085,7 +203253,7 @@ "name": "Response", "namespace": "search_application.put_behavioral_analytics" }, - "specLocation": "search_application/put_behavioral_analytics/BehavioralAnalyticsPutResponse.ts#L23-L25" + "specLocation": "search_application/put_behavioral_analytics/BehavioralAnalyticsPutResponse.ts#L23-L26" }, { "kind": "request", @@ -203254,6 +203422,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "generics": [ @@ -203281,7 +203450,7 @@ "name": "Response", "namespace": "search_application.search" }, - "specLocation": "search_application/search/SearchApplicationsSearchResponse.ts#L22-L24" + "specLocation": "search_application/search/SearchApplicationsSearchResponse.ts#L22-L25" }, { "kind": "enum", @@ -206851,6 +207020,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "user_profile", "value": { "kind": "instance_of", "type": { @@ -206869,7 +207039,7 @@ "name": "Response", "namespace": "security.activate_user_profile" }, - "specLocation": "security/activate_user_profile/Response.ts#L22-L24" + "specLocation": "security/activate_user_profile/Response.ts#L22-L25" }, { "kind": "interface", @@ -209631,6 +209801,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -209643,7 +209814,7 @@ "name": "Response", "namespace": "security.disable_user_profile" }, - "specLocation": "security/disable_user_profile/Response.ts#L22-L24" + "specLocation": "security/disable_user_profile/Response.ts#L22-L25" }, { "kind": "request", @@ -209760,6 +209931,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -209772,7 +209944,7 @@ "name": "Response", "namespace": "security.enable_user_profile" }, - "specLocation": "security/enable_user_profile/Response.ts#L22-L24" + "specLocation": "security/enable_user_profile/Response.ts#L22-L25" }, { "kind": "request", @@ -217577,6 +217749,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -217595,7 +217768,7 @@ "name": "Response", "namespace": "security.update_user_profile_data" }, - "specLocation": "security/update_user_profile_data/Response.ts#L22-L24" + "specLocation": "security/update_user_profile_data/Response.ts#L22-L25" }, { "kind": "enum", @@ -217683,6 +217856,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -217701,7 +217875,7 @@ "name": "Response", "namespace": "shutdown.delete_node" }, - "specLocation": "shutdown/delete_node/ShutdownDeleteNodeResponse.ts#L22-L24" + "specLocation": "shutdown/delete_node/ShutdownDeleteNodeResponse.ts#L22-L25" }, { "kind": "interface", @@ -218117,6 +218291,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -218129,7 +218304,7 @@ "name": "Response", "namespace": "shutdown.put_node" }, - "specLocation": "shutdown/put_node/ShutdownPutNodeResponse.ts#L22-L24" + "specLocation": "shutdown/put_node/ShutdownPutNodeResponse.ts#L22-L25" }, { "kind": "interface", @@ -219166,6 +219341,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -219178,7 +219354,7 @@ "name": "Response", "namespace": "slm.delete_lifecycle" }, - "specLocation": "slm/delete_lifecycle/DeleteSnapshotLifecycleResponse.ts#L22-L24" + "specLocation": "slm/delete_lifecycle/DeleteSnapshotLifecycleResponse.ts#L22-L25" }, { "kind": "request", @@ -219327,6 +219503,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -219339,7 +219516,7 @@ "name": "Response", "namespace": "slm.execute_retention" }, - "specLocation": "slm/execute_retention/ExecuteRetentionResponse.ts#L22-L24" + "specLocation": "slm/execute_retention/ExecuteRetentionResponse.ts#L22-L25" }, { "kind": "request", @@ -219853,6 +220030,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -219865,7 +220043,7 @@ "name": "Response", "namespace": "slm.put_lifecycle" }, - "specLocation": "slm/put_lifecycle/PutSnapshotLifecycleResponse.ts#L22-L24" + "specLocation": "slm/put_lifecycle/PutSnapshotLifecycleResponse.ts#L22-L25" }, { "kind": "request", @@ -219921,6 +220099,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -219939,7 +220118,7 @@ "name": "Response", "namespace": "slm.start" }, - "specLocation": "slm/start/StartSnapshotLifecycleManagementResponse.ts#L22-L24" + "specLocation": "slm/start/StartSnapshotLifecycleManagementResponse.ts#L22-L25" }, { "kind": "request", @@ -219995,6 +220174,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -220007,7 +220187,7 @@ "name": "Response", "namespace": "slm.stop" }, - "specLocation": "slm/stop/StopSnapshotLifecycleManagementResponse.ts#L22-L24" + "specLocation": "slm/stop/StopSnapshotLifecycleManagementResponse.ts#L22-L25" }, { "kind": "interface", @@ -222268,6 +222448,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -222280,7 +222461,7 @@ "name": "Response", "namespace": "snapshot.clone" }, - "specLocation": "snapshot/clone/SnapshotCloneResponse.ts#L22-L24" + "specLocation": "snapshot/clone/SnapshotCloneResponse.ts#L22-L25" }, { "kind": "request", @@ -222628,6 +222809,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -222640,7 +222822,7 @@ "name": "Response", "namespace": "snapshot.create_repository" }, - "specLocation": "snapshot/create_repository/SnapshotCreateRepositoryResponse.ts#L22-L24" + "specLocation": "snapshot/create_repository/SnapshotCreateRepositoryResponse.ts#L22-L25" }, { "kind": "request", @@ -222708,6 +222890,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -222726,7 +222909,7 @@ "name": "Response", "namespace": "snapshot.delete" }, - "specLocation": "snapshot/delete/SnapshotDeleteResponse.ts#L22-L24" + "specLocation": "snapshot/delete/SnapshotDeleteResponse.ts#L22-L25" }, { "kind": "request", @@ -222796,6 +222979,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -222808,7 +222992,7 @@ "name": "Response", "namespace": "snapshot.delete_repository" }, - "specLocation": "snapshot/delete_repository/SnapshotDeleteRepositoryResponse.ts#L22-L24" + "specLocation": "snapshot/delete_repository/SnapshotDeleteRepositoryResponse.ts#L22-L25" }, { "kind": "request", @@ -223288,6 +223472,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "repositories", "value": { "kind": "dictionary_of", "key": { @@ -223317,7 +223502,7 @@ "name": "Response", "namespace": "snapshot.get_repository" }, - "specLocation": "snapshot/get_repository/SnapshotGetRepositoryResponse.ts#L23-L25" + "specLocation": "snapshot/get_repository/SnapshotGetRepositoryResponse.ts#L23-L26" }, { "kind": "interface", @@ -224662,6 +224847,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "user_defined_value" } @@ -224670,7 +224856,7 @@ "name": "Response", "namespace": "snapshot.repository_verify_integrity" }, - "specLocation": "snapshot/repository_verify_integrity/SnapshotRepositoryVerifyIntegrityResponse.ts#L22-L24" + "specLocation": "snapshot/repository_verify_integrity/SnapshotRepositoryVerifyIntegrityResponse.ts#L22-L25" }, { "kind": "request", @@ -225359,6 +225545,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -225371,7 +225558,7 @@ "name": "Response", "namespace": "sql.delete_async" }, - "specLocation": "sql/delete_async/SqlDeleteAsyncResponse.ts#L22-L24" + "specLocation": "sql/delete_async/SqlDeleteAsyncResponse.ts#L22-L25" }, { "kind": "request", @@ -226414,6 +226601,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "certificates", "value": { "kind": "array_of", "value": { @@ -226435,7 +226623,7 @@ "name": "Response", "namespace": "ssl.certificates" }, - "specLocation": "ssl/certificates/GetCertificatesResponse.ts#L22-L24" + "specLocation": "ssl/certificates/GetCertificatesResponse.ts#L22-L25" }, { "kind": "interface", @@ -226618,6 +226806,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -226630,7 +226819,7 @@ "name": "Response", "namespace": "synonyms.delete_synonym" }, - "specLocation": "synonyms/delete_synonym/SynonymsDeleteResponse.ts#L22-L24" + "specLocation": "synonyms/delete_synonym/SynonymsDeleteResponse.ts#L22-L25" }, { "kind": "request", @@ -226684,6 +226873,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "update_result", "value": { "kind": "instance_of", "type": { @@ -226702,7 +226892,7 @@ "name": "Response", "namespace": "synonyms.delete_synonym_rule" }, - "specLocation": "synonyms/delete_synonym_rule/SynonymRuleDeleteResponse.ts#L22-L24" + "specLocation": "synonyms/delete_synonym_rule/SynonymRuleDeleteResponse.ts#L22-L25" }, { "kind": "request", @@ -226865,6 +227055,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "synonym_rule", "value": { "kind": "instance_of", "type": { @@ -226883,7 +227074,7 @@ "name": "Response", "namespace": "synonyms.get_synonym_rule" }, - "specLocation": "synonyms/get_synonym_rule/SynonymRuleGetResponse.ts#L22-L24" + "specLocation": "synonyms/get_synonym_rule/SynonymRuleGetResponse.ts#L22-L25" }, { "kind": "request", @@ -227192,6 +227383,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "update_result", "value": { "kind": "instance_of", "type": { @@ -227210,7 +227402,7 @@ "name": "Response", "namespace": "synonyms.put_synonym_rule" }, - "specLocation": "synonyms/put_synonym_rule/SynonymRulePutResponse.ts#L22-L24" + "specLocation": "synonyms/put_synonym_rule/SynonymRulePutResponse.ts#L22-L25" }, { "kind": "enum", @@ -227782,6 +227974,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "task_list", "value": { "kind": "instance_of", "type": { @@ -227794,7 +227987,7 @@ "name": "Response", "namespace": "tasks.cancel" }, - "specLocation": "tasks/cancel/CancelTasksResponse.ts#L22-L24" + "specLocation": "tasks/cancel/CancelTasksResponse.ts#L22-L25" }, { "kind": "request", @@ -228054,6 +228247,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "task_list", "value": { "kind": "instance_of", "type": { @@ -228072,7 +228266,7 @@ "name": "Response", "namespace": "tasks.list" }, - "specLocation": "tasks/list/ListTasksResponse.ts#L22-L24" + "specLocation": "tasks/list/ListTasksResponse.ts#L22-L25" }, { "kind": "enum", @@ -230278,6 +230472,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -230296,7 +230491,7 @@ "name": "Response", "namespace": "transform.delete_transform" }, - "specLocation": "transform/delete_transform/DeleteTransformResponse.ts#L22-L24" + "specLocation": "transform/delete_transform/DeleteTransformResponse.ts#L22-L25" }, { "kind": "request", @@ -231880,6 +232075,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -231898,7 +232094,7 @@ "name": "Response", "namespace": "transform.put_transform" }, - "specLocation": "transform/put_transform/PutTransformResponse.ts#L22-L24" + "specLocation": "transform/put_transform/PutTransformResponse.ts#L22-L25" }, { "kind": "request", @@ -231967,6 +232163,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -231985,7 +232182,7 @@ "name": "Response", "namespace": "transform.reset_transform" }, - "specLocation": "transform/reset_transform/ResetTransformResponse.ts#L22-L24" + "specLocation": "transform/reset_transform/ResetTransformResponse.ts#L22-L25" }, { "kind": "request", @@ -232041,6 +232238,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -232059,7 +232257,7 @@ "name": "Response", "namespace": "transform.schedule_now_transform" }, - "specLocation": "transform/schedule_now_transform/ScheduleNowTransformResponse.ts#L21-L23" + "specLocation": "transform/schedule_now_transform/ScheduleNowTransformResponse.ts#L21-L24" }, { "kind": "request", @@ -232127,6 +232325,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -232145,7 +232344,7 @@ "name": "Response", "namespace": "transform.start_transform" }, - "specLocation": "transform/start_transform/StartTransformResponse.ts#L22-L24" + "specLocation": "transform/start_transform/StartTransformResponse.ts#L22-L25" }, { "kind": "request", @@ -232253,6 +232452,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -232271,7 +232471,7 @@ "name": "Response", "namespace": "transform.stop_transform" }, - "specLocation": "transform/stop_transform/StopTransformResponse.ts#L22-L24" + "specLocation": "transform/stop_transform/StopTransformResponse.ts#L22-L25" }, { "kind": "request", @@ -238474,6 +238674,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -238492,7 +238693,7 @@ "name": "Response", "namespace": "watcher.start" }, - "specLocation": "watcher/start/WatcherStartResponse.ts#L22-L24" + "specLocation": "watcher/start/WatcherStartResponse.ts#L22-L25" }, { "kind": "request", @@ -238937,6 +239138,7 @@ "kind": "response", "body": { "kind": "value", + "codegenName": "result", "value": { "kind": "instance_of", "type": { @@ -238955,7 +239157,7 @@ "name": "Response", "namespace": "watcher.stop" }, - "specLocation": "watcher/stop/WatcherStopResponse.ts#L22-L24" + "specLocation": "watcher/stop/WatcherStopResponse.ts#L22-L25" }, { "kind": "request", diff --git a/specification/_global/create/CreateResponse.ts b/specification/_global/create/CreateResponse.ts index bc69b62000..4805aed210 100644 --- a/specification/_global/create/CreateResponse.ts +++ b/specification/_global/create/CreateResponse.ts @@ -20,5 +20,6 @@ import { WriteResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: WriteResponseBase } diff --git a/specification/_global/delete/DeleteResponse.ts b/specification/_global/delete/DeleteResponse.ts index 3907f2dbb8..ab82380f5a 100644 --- a/specification/_global/delete/DeleteResponse.ts +++ b/specification/_global/delete/DeleteResponse.ts @@ -20,6 +20,7 @@ import { ErrorResponseBase, WriteResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: WriteResponseBase exceptions: [ { diff --git a/specification/_global/delete_by_query_rethrottle/DeleteByQueryRethrottleResponse.ts b/specification/_global/delete_by_query_rethrottle/DeleteByQueryRethrottleResponse.ts index 2164fbcc52..343ca44ed9 100644 --- a/specification/_global/delete_by_query_rethrottle/DeleteByQueryRethrottleResponse.ts +++ b/specification/_global/delete_by_query_rethrottle/DeleteByQueryRethrottleResponse.ts @@ -20,5 +20,6 @@ import { TaskListResponseBase } from '@tasks/_types/TaskListResponseBase' export class Response { + /** @codegen_name task_list */ body: TaskListResponseBase } diff --git a/specification/_global/delete_script/DeleteScriptResponse.ts b/specification/_global/delete_script/DeleteScriptResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/_global/delete_script/DeleteScriptResponse.ts +++ b/specification/_global/delete_script/DeleteScriptResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/_global/get/GetResponse.ts b/specification/_global/get/GetResponse.ts index 7a0fd0c4c8..011118bb9e 100644 --- a/specification/_global/get/GetResponse.ts +++ b/specification/_global/get/GetResponse.ts @@ -21,6 +21,7 @@ import { GetResult } from '@global/get/types' import { ErrorResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: GetResult exceptions: [ { diff --git a/specification/_global/index/IndexResponse.ts b/specification/_global/index/IndexResponse.ts index bc69b62000..ebbbce31d0 100644 --- a/specification/_global/index/IndexResponse.ts +++ b/specification/_global/index/IndexResponse.ts @@ -20,5 +20,6 @@ import { WriteResponseBase } from '@_types/Base' export class Response { + /** @codegen_name response */ body: WriteResponseBase } diff --git a/specification/_global/msearch/MultiSearchResponse.ts b/specification/_global/msearch/MultiSearchResponse.ts index 9bd7e4bb43..6cbd3c3583 100644 --- a/specification/_global/msearch/MultiSearchResponse.ts +++ b/specification/_global/msearch/MultiSearchResponse.ts @@ -23,5 +23,6 @@ import { MultiSearchResult } from '@global/msearch/types' // - msearch // - fleet.msearch export class Response { + /** @codegen_name result */ body: MultiSearchResult } diff --git a/specification/_global/msearch_template/MultiSearchTemplateResponse.ts b/specification/_global/msearch_template/MultiSearchTemplateResponse.ts index 9abc22d3a8..3873390393 100644 --- a/specification/_global/msearch_template/MultiSearchTemplateResponse.ts +++ b/specification/_global/msearch_template/MultiSearchTemplateResponse.ts @@ -26,6 +26,8 @@ export class Response { * * The body contains results for each search, returned in the order submitted. * Each object uses the same properties as the search API's response. + * + * @codegen_name result */ body: MultiSearchResult } diff --git a/specification/_global/put_script/PutScriptResponse.ts b/specification/_global/put_script/PutScriptResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/_global/put_script/PutScriptResponse.ts +++ b/specification/_global/put_script/PutScriptResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/_global/scroll/ScrollResponse.ts b/specification/_global/scroll/ScrollResponse.ts index ee5a08b7c9..c407d4b640 100644 --- a/specification/_global/scroll/ScrollResponse.ts +++ b/specification/_global/scroll/ScrollResponse.ts @@ -20,5 +20,6 @@ import { ResponseBody } from '@global/search/SearchResponse' export class Response { + /** @codegen_name result */ body: ResponseBody } diff --git a/specification/_global/search/SearchResponse.ts b/specification/_global/search/SearchResponse.ts index 33fdeb3042..052ab50057 100644 --- a/specification/_global/search/SearchResponse.ts +++ b/specification/_global/search/SearchResponse.ts @@ -32,6 +32,7 @@ import { Suggest } from './_types/suggester' // - fleet.search // - scroll export class Response { + /** @codegen_name result */ body: ResponseBody } diff --git a/specification/_global/update/UpdateResponse.ts b/specification/_global/update/UpdateResponse.ts index 9b5e4970d3..6a30ea7938 100644 --- a/specification/_global/update/UpdateResponse.ts +++ b/specification/_global/update/UpdateResponse.ts @@ -25,5 +25,6 @@ export class UpdateWriteResponseBase extends WriteResponseBase { } export class Response { + /** @codegen_name result */ body: UpdateWriteResponseBase } diff --git a/specification/async_search/delete/AsyncSearchDeleteResponse.ts b/specification/async_search/delete/AsyncSearchDeleteResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/async_search/delete/AsyncSearchDeleteResponse.ts +++ b/specification/async_search/delete/AsyncSearchDeleteResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/async_search/get/AsyncSearchGetResponse.ts b/specification/async_search/get/AsyncSearchGetResponse.ts index 35ed02a5b0..7c94fb4288 100644 --- a/specification/async_search/get/AsyncSearchGetResponse.ts +++ b/specification/async_search/get/AsyncSearchGetResponse.ts @@ -20,5 +20,6 @@ import { AsyncSearchDocumentResponseBase } from '@async_search/_types/AsyncSearchResponseBase' export class Response { + /** @codegen_name result */ body: AsyncSearchDocumentResponseBase } diff --git a/specification/async_search/status/AsyncSearchStatusResponse.ts b/specification/async_search/status/AsyncSearchStatusResponse.ts index 9b74b71fd3..f2f173961f 100644 --- a/specification/async_search/status/AsyncSearchStatusResponse.ts +++ b/specification/async_search/status/AsyncSearchStatusResponse.ts @@ -37,5 +37,6 @@ export class StatusResponseBase extends AsyncSearchResponseBase { completion_status?: integer } export class Response { + /** @codegen_name status */ body: StatusResponseBase } diff --git a/specification/async_search/submit/AsyncSearchSubmitResponse.ts b/specification/async_search/submit/AsyncSearchSubmitResponse.ts index 35ed02a5b0..7c94fb4288 100644 --- a/specification/async_search/submit/AsyncSearchSubmitResponse.ts +++ b/specification/async_search/submit/AsyncSearchSubmitResponse.ts @@ -20,5 +20,6 @@ import { AsyncSearchDocumentResponseBase } from '@async_search/_types/AsyncSearchResponseBase' export class Response { + /** @codegen_name result */ body: AsyncSearchDocumentResponseBase } diff --git a/specification/autoscaling/delete_autoscaling_policy/DeleteAutoscalingPolicyResponse.ts b/specification/autoscaling/delete_autoscaling_policy/DeleteAutoscalingPolicyResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/autoscaling/delete_autoscaling_policy/DeleteAutoscalingPolicyResponse.ts +++ b/specification/autoscaling/delete_autoscaling_policy/DeleteAutoscalingPolicyResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/autoscaling/get_autoscaling_policy/GetAutoscalingPolicyResponse.ts b/specification/autoscaling/get_autoscaling_policy/GetAutoscalingPolicyResponse.ts index 9f4b2373fa..03804c1305 100644 --- a/specification/autoscaling/get_autoscaling_policy/GetAutoscalingPolicyResponse.ts +++ b/specification/autoscaling/get_autoscaling_policy/GetAutoscalingPolicyResponse.ts @@ -20,5 +20,6 @@ import { AutoscalingPolicy } from '@autoscaling/_types/AutoscalingPolicy' export class Response { + /** @codegen_name policy */ body: AutoscalingPolicy } diff --git a/specification/autoscaling/put_autoscaling_policy/PutAutoscalingPolicyResponse.ts b/specification/autoscaling/put_autoscaling_policy/PutAutoscalingPolicyResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/autoscaling/put_autoscaling_policy/PutAutoscalingPolicyResponse.ts +++ b/specification/autoscaling/put_autoscaling_policy/PutAutoscalingPolicyResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/cat/aliases/CatAliasesResponse.ts b/specification/cat/aliases/CatAliasesResponse.ts index c0186ee850..f01a00e1ad 100644 --- a/specification/cat/aliases/CatAliasesResponse.ts +++ b/specification/cat/aliases/CatAliasesResponse.ts @@ -20,5 +20,6 @@ import { AliasesRecord } from './types' export class Response { + /** @codegen_name aliases */ body: Array } diff --git a/specification/cat/allocation/CatAllocationResponse.ts b/specification/cat/allocation/CatAllocationResponse.ts index 1871bdf38a..e80294ea71 100644 --- a/specification/cat/allocation/CatAllocationResponse.ts +++ b/specification/cat/allocation/CatAllocationResponse.ts @@ -20,5 +20,6 @@ import { AllocationRecord } from './types' export class Response { + /** @codegen_name allocations */ body: Array } diff --git a/specification/cat/component_templates/CatComponentTemplatesResponse.ts b/specification/cat/component_templates/CatComponentTemplatesResponse.ts index 5a858bb8c5..95e85651b6 100644 --- a/specification/cat/component_templates/CatComponentTemplatesResponse.ts +++ b/specification/cat/component_templates/CatComponentTemplatesResponse.ts @@ -20,5 +20,6 @@ import { ComponentTemplate } from './types' export class Response { + /** @codegen_name component_templates */ body: Array } diff --git a/specification/cat/count/CatCountResponse.ts b/specification/cat/count/CatCountResponse.ts index 8272507ab7..003a8c877f 100644 --- a/specification/cat/count/CatCountResponse.ts +++ b/specification/cat/count/CatCountResponse.ts @@ -20,5 +20,6 @@ import { CountRecord } from './types' export class Response { + /** @codegen_name count_records */ body: Array } diff --git a/specification/cat/fielddata/CatFielddataResponse.ts b/specification/cat/fielddata/CatFielddataResponse.ts index 17bca091c8..c519e91b9f 100644 --- a/specification/cat/fielddata/CatFielddataResponse.ts +++ b/specification/cat/fielddata/CatFielddataResponse.ts @@ -20,5 +20,6 @@ import { FielddataRecord } from './types' export class Response { + /** @codegen_name fielddata_records */ body: Array } diff --git a/specification/cat/health/CatHealthResponse.ts b/specification/cat/health/CatHealthResponse.ts index fe9861da1a..3427496a45 100644 --- a/specification/cat/health/CatHealthResponse.ts +++ b/specification/cat/health/CatHealthResponse.ts @@ -20,5 +20,6 @@ import { HealthRecord } from './types' export class Response { + /** @codegen_name health_records */ body: Array } diff --git a/specification/cat/indices/CatIndicesResponse.ts b/specification/cat/indices/CatIndicesResponse.ts index afd999b6cc..62baee63bf 100644 --- a/specification/cat/indices/CatIndicesResponse.ts +++ b/specification/cat/indices/CatIndicesResponse.ts @@ -20,5 +20,6 @@ import { IndicesRecord } from './types' export class Response { + /** @codegen_name indices */ body: Array } diff --git a/specification/cat/master/CatMasterResponse.ts b/specification/cat/master/CatMasterResponse.ts index 196d7f4487..96efc938d4 100644 --- a/specification/cat/master/CatMasterResponse.ts +++ b/specification/cat/master/CatMasterResponse.ts @@ -20,5 +20,6 @@ import { MasterRecord } from './types' export class Response { + /** @codegen_name masters */ body: Array } diff --git a/specification/cat/ml_data_frame_analytics/CatDataFrameAnalyticsResponse.ts b/specification/cat/ml_data_frame_analytics/CatDataFrameAnalyticsResponse.ts index 4b9daaa655..49eee4cff3 100644 --- a/specification/cat/ml_data_frame_analytics/CatDataFrameAnalyticsResponse.ts +++ b/specification/cat/ml_data_frame_analytics/CatDataFrameAnalyticsResponse.ts @@ -20,5 +20,6 @@ import { DataFrameAnalyticsRecord } from './types' export class Response { + /** @codegen_name data_frame_analytics */ body: Array } diff --git a/specification/cat/ml_datafeeds/CatDatafeedsResponse.ts b/specification/cat/ml_datafeeds/CatDatafeedsResponse.ts index 94fb4c5dba..5129b16ec2 100644 --- a/specification/cat/ml_datafeeds/CatDatafeedsResponse.ts +++ b/specification/cat/ml_datafeeds/CatDatafeedsResponse.ts @@ -20,5 +20,6 @@ import { DatafeedsRecord } from './types' export class Response { + /** @codegen_name datafeeds */ body: Array } diff --git a/specification/cat/ml_jobs/CatJobsResponse.ts b/specification/cat/ml_jobs/CatJobsResponse.ts index ff32decacf..a8450d2692 100644 --- a/specification/cat/ml_jobs/CatJobsResponse.ts +++ b/specification/cat/ml_jobs/CatJobsResponse.ts @@ -20,5 +20,6 @@ import { JobsRecord } from './types' export class Response { + /** @codegen_name jobs */ body: Array } diff --git a/specification/cat/ml_trained_models/CatTrainedModelsResponse.ts b/specification/cat/ml_trained_models/CatTrainedModelsResponse.ts index 89dc77330e..1187bc9e84 100644 --- a/specification/cat/ml_trained_models/CatTrainedModelsResponse.ts +++ b/specification/cat/ml_trained_models/CatTrainedModelsResponse.ts @@ -20,5 +20,6 @@ import { TrainedModelsRecord } from './types' export class Response { + /** @codegen_name trained_models */ body: Array } diff --git a/specification/cat/nodeattrs/CatNodeAttributesResponse.ts b/specification/cat/nodeattrs/CatNodeAttributesResponse.ts index 111d24d912..31f0674cb7 100644 --- a/specification/cat/nodeattrs/CatNodeAttributesResponse.ts +++ b/specification/cat/nodeattrs/CatNodeAttributesResponse.ts @@ -20,5 +20,6 @@ import { NodeAttributesRecord } from './types' export class Response { + /** @codegen_name node_attributes */ body: Array } diff --git a/specification/cat/nodes/CatNodesResponse.ts b/specification/cat/nodes/CatNodesResponse.ts index e364db2539..8e746a3650 100644 --- a/specification/cat/nodes/CatNodesResponse.ts +++ b/specification/cat/nodes/CatNodesResponse.ts @@ -20,5 +20,6 @@ import { NodesRecord } from './types' export class Response { + /** @codegen_name nodes */ body: Array } diff --git a/specification/cat/pending_tasks/CatPendingTasksResponse.ts b/specification/cat/pending_tasks/CatPendingTasksResponse.ts index b4b0b0b148..7aa1ce332d 100644 --- a/specification/cat/pending_tasks/CatPendingTasksResponse.ts +++ b/specification/cat/pending_tasks/CatPendingTasksResponse.ts @@ -20,5 +20,6 @@ import { PendingTasksRecord } from './types' export class Response { + /** @codegen_name pending_tasks */ body: Array } diff --git a/specification/cat/plugins/CatPluginsResponse.ts b/specification/cat/plugins/CatPluginsResponse.ts index 2af8712da4..65d526a3cd 100644 --- a/specification/cat/plugins/CatPluginsResponse.ts +++ b/specification/cat/plugins/CatPluginsResponse.ts @@ -20,5 +20,6 @@ import { PluginsRecord } from './types' export class Response { + /** @codegen_name plugins */ body: Array } diff --git a/specification/cat/recovery/CatRecoveryResponse.ts b/specification/cat/recovery/CatRecoveryResponse.ts index 241d4fb749..71b7c18463 100644 --- a/specification/cat/recovery/CatRecoveryResponse.ts +++ b/specification/cat/recovery/CatRecoveryResponse.ts @@ -20,5 +20,6 @@ import { RecoveryRecord } from './types' export class Response { + /** @codegen_name recovery_records */ body: Array } diff --git a/specification/cat/repositories/CatRepositoriesResponse.ts b/specification/cat/repositories/CatRepositoriesResponse.ts index b42ddc8a82..ce45ab272a 100644 --- a/specification/cat/repositories/CatRepositoriesResponse.ts +++ b/specification/cat/repositories/CatRepositoriesResponse.ts @@ -20,5 +20,6 @@ import { RepositoriesRecord } from './types' export class Response { + /** @codegen_name repositories */ body: Array } diff --git a/specification/cat/segments/CatSegmentsResponse.ts b/specification/cat/segments/CatSegmentsResponse.ts index 288449de89..62b8200626 100644 --- a/specification/cat/segments/CatSegmentsResponse.ts +++ b/specification/cat/segments/CatSegmentsResponse.ts @@ -20,5 +20,6 @@ import { SegmentsRecord } from './types' export class Response { + /** @codegen_name segments */ body: Array } diff --git a/specification/cat/shards/CatShardsResponse.ts b/specification/cat/shards/CatShardsResponse.ts index 8bcb9ea0ec..bcbb2c48dc 100644 --- a/specification/cat/shards/CatShardsResponse.ts +++ b/specification/cat/shards/CatShardsResponse.ts @@ -20,5 +20,6 @@ import { ShardsRecord } from './types' export class Response { + /** @codegen_name shards */ body: Array } diff --git a/specification/cat/snapshots/CatSnapshotsResponse.ts b/specification/cat/snapshots/CatSnapshotsResponse.ts index d005ad20f3..2e05b216fd 100644 --- a/specification/cat/snapshots/CatSnapshotsResponse.ts +++ b/specification/cat/snapshots/CatSnapshotsResponse.ts @@ -20,5 +20,6 @@ import { SnapshotsRecord } from './types' export class Response { + /** @codegen_name snapshots */ body: Array } diff --git a/specification/cat/tasks/CatTasksResponse.ts b/specification/cat/tasks/CatTasksResponse.ts index 48d8bf5f29..2254484f5b 100644 --- a/specification/cat/tasks/CatTasksResponse.ts +++ b/specification/cat/tasks/CatTasksResponse.ts @@ -20,5 +20,6 @@ import { TasksRecord } from './types' export class Response { + /** @codegen_name tasks */ body: Array } diff --git a/specification/cat/templates/CatTemplatesResponse.ts b/specification/cat/templates/CatTemplatesResponse.ts index 2dd9e829c9..7c391038c1 100644 --- a/specification/cat/templates/CatTemplatesResponse.ts +++ b/specification/cat/templates/CatTemplatesResponse.ts @@ -20,5 +20,6 @@ import { TemplatesRecord } from './types' export class Response { + /** @codegen_name templates */ body: Array } diff --git a/specification/cat/thread_pool/CatThreadPoolResponse.ts b/specification/cat/thread_pool/CatThreadPoolResponse.ts index f4d8a482a1..d0e7f3e7c1 100644 --- a/specification/cat/thread_pool/CatThreadPoolResponse.ts +++ b/specification/cat/thread_pool/CatThreadPoolResponse.ts @@ -20,5 +20,6 @@ import { ThreadPoolRecord } from './types' export class Response { + /** @codegen_name thread_pools */ body: Array } diff --git a/specification/cat/transforms/CatTransformsResponse.ts b/specification/cat/transforms/CatTransformsResponse.ts index 29830973f9..a7299b3b04 100644 --- a/specification/cat/transforms/CatTransformsResponse.ts +++ b/specification/cat/transforms/CatTransformsResponse.ts @@ -20,5 +20,6 @@ import { TransformsRecord } from './types' export class Response { + /** @codegen_name transforms */ body: Array } diff --git a/specification/ccr/delete_auto_follow_pattern/DeleteAutoFollowPatternResponse.ts b/specification/ccr/delete_auto_follow_pattern/DeleteAutoFollowPatternResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ccr/delete_auto_follow_pattern/DeleteAutoFollowPatternResponse.ts +++ b/specification/ccr/delete_auto_follow_pattern/DeleteAutoFollowPatternResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ccr/pause_auto_follow_pattern/PauseAutoFollowPatternResponse.ts b/specification/ccr/pause_auto_follow_pattern/PauseAutoFollowPatternResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ccr/pause_auto_follow_pattern/PauseAutoFollowPatternResponse.ts +++ b/specification/ccr/pause_auto_follow_pattern/PauseAutoFollowPatternResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ccr/pause_follow/PauseFollowIndexResponse.ts b/specification/ccr/pause_follow/PauseFollowIndexResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ccr/pause_follow/PauseFollowIndexResponse.ts +++ b/specification/ccr/pause_follow/PauseFollowIndexResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ccr/put_auto_follow_pattern/PutAutoFollowPatternResponse.ts b/specification/ccr/put_auto_follow_pattern/PutAutoFollowPatternResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ccr/put_auto_follow_pattern/PutAutoFollowPatternResponse.ts +++ b/specification/ccr/put_auto_follow_pattern/PutAutoFollowPatternResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ccr/resume_auto_follow_pattern/ResumeAutoFollowPatternResponse.ts b/specification/ccr/resume_auto_follow_pattern/ResumeAutoFollowPatternResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ccr/resume_auto_follow_pattern/ResumeAutoFollowPatternResponse.ts +++ b/specification/ccr/resume_auto_follow_pattern/ResumeAutoFollowPatternResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ccr/resume_follow/ResumeFollowIndexResponse.ts b/specification/ccr/resume_follow/ResumeFollowIndexResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ccr/resume_follow/ResumeFollowIndexResponse.ts +++ b/specification/ccr/resume_follow/ResumeFollowIndexResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ccr/unfollow/UnfollowIndexResponse.ts b/specification/ccr/unfollow/UnfollowIndexResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ccr/unfollow/UnfollowIndexResponse.ts +++ b/specification/ccr/unfollow/UnfollowIndexResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/cluster/delete_component_template/ClusterDeleteComponentTemplateResponse.ts b/specification/cluster/delete_component_template/ClusterDeleteComponentTemplateResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/cluster/delete_component_template/ClusterDeleteComponentTemplateResponse.ts +++ b/specification/cluster/delete_component_template/ClusterDeleteComponentTemplateResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/cluster/health/ClusterHealthResponse.ts b/specification/cluster/health/ClusterHealthResponse.ts index 252898f39c..053c56856a 100644 --- a/specification/cluster/health/ClusterHealthResponse.ts +++ b/specification/cluster/health/ClusterHealthResponse.ts @@ -27,6 +27,7 @@ import { IndexHealthStats } from './types' * @doc_id cluster-health */ export class Response { + /** @codegen_name result */ body: HealthResponseBody exceptions: [ { diff --git a/specification/cluster/put_component_template/ClusterPutComponentTemplateResponse.ts b/specification/cluster/put_component_template/ClusterPutComponentTemplateResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/cluster/put_component_template/ClusterPutComponentTemplateResponse.ts +++ b/specification/cluster/put_component_template/ClusterPutComponentTemplateResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/cluster/state/ClusterStateResponse.ts b/specification/cluster/state/ClusterStateResponse.ts index d5f501f7b7..bd140e5a49 100644 --- a/specification/cluster/state/ClusterStateResponse.ts +++ b/specification/cluster/state/ClusterStateResponse.ts @@ -24,6 +24,8 @@ export class Response { * There aren't any guarantees on the output/structure of the raw cluster state. * Here you will find the internal representation of the cluster, which can * differ from the external representation. + * + * @codegen_name state */ body: UserDefinedValue } diff --git a/specification/cluster/stats/ClusterStatsResponse.ts b/specification/cluster/stats/ClusterStatsResponse.ts index b6a440811d..2179323653 100644 --- a/specification/cluster/stats/ClusterStatsResponse.ts +++ b/specification/cluster/stats/ClusterStatsResponse.ts @@ -51,5 +51,6 @@ export class StatsResponseBase extends NodesResponseBase { } export class Response { + /** @codegen_name stats */ body: StatsResponseBase } diff --git a/specification/connector/delete/ConnectorDeleteResponse.ts b/specification/connector/delete/ConnectorDeleteResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/connector/delete/ConnectorDeleteResponse.ts +++ b/specification/connector/delete/ConnectorDeleteResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/connector/get/ConnectorGetResponse.ts b/specification/connector/get/ConnectorGetResponse.ts index fcd6d37908..2f1f3f698b 100644 --- a/specification/connector/get/ConnectorGetResponse.ts +++ b/specification/connector/get/ConnectorGetResponse.ts @@ -20,5 +20,6 @@ import { Connector } from '../_types/Connector' export class Response { + /** @codegen_name connector */ body: Connector } diff --git a/specification/connector/sync_job_delete/SyncJobDeleteResponse.ts b/specification/connector/sync_job_delete/SyncJobDeleteResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/connector/sync_job_delete/SyncJobDeleteResponse.ts +++ b/specification/connector/sync_job_delete/SyncJobDeleteResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/connector/sync_job_get/SyncJobGetResponse.ts b/specification/connector/sync_job_get/SyncJobGetResponse.ts index d99c57ee7f..464b5ce450 100644 --- a/specification/connector/sync_job_get/SyncJobGetResponse.ts +++ b/specification/connector/sync_job_get/SyncJobGetResponse.ts @@ -20,5 +20,6 @@ import { ConnectorSyncJob } from '../_types/SyncJob' export class Response { + /** @codegen_name sync_job */ body: ConnectorSyncJob } diff --git a/specification/dangling_indices/delete_dangling_index/DeleteDanglingIndexResponse.ts b/specification/dangling_indices/delete_dangling_index/DeleteDanglingIndexResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/dangling_indices/delete_dangling_index/DeleteDanglingIndexResponse.ts +++ b/specification/dangling_indices/delete_dangling_index/DeleteDanglingIndexResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/dangling_indices/import_dangling_index/ImportDanglingIndexResponse.ts b/specification/dangling_indices/import_dangling_index/ImportDanglingIndexResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/dangling_indices/import_dangling_index/ImportDanglingIndexResponse.ts +++ b/specification/dangling_indices/import_dangling_index/ImportDanglingIndexResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/enrich/delete_policy/DeleteEnrichPolicyResponse.ts b/specification/enrich/delete_policy/DeleteEnrichPolicyResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/enrich/delete_policy/DeleteEnrichPolicyResponse.ts +++ b/specification/enrich/delete_policy/DeleteEnrichPolicyResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/enrich/put_policy/PutEnrichPolicyResponse.ts b/specification/enrich/put_policy/PutEnrichPolicyResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/enrich/put_policy/PutEnrichPolicyResponse.ts +++ b/specification/enrich/put_policy/PutEnrichPolicyResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/eql/delete/EqlDeleteResponse.ts b/specification/eql/delete/EqlDeleteResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/eql/delete/EqlDeleteResponse.ts +++ b/specification/eql/delete/EqlDeleteResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/eql/get/EqlGetResponse.ts b/specification/eql/get/EqlGetResponse.ts index cb32db5e05..af8d6ebe00 100644 --- a/specification/eql/get/EqlGetResponse.ts +++ b/specification/eql/get/EqlGetResponse.ts @@ -20,5 +20,6 @@ import { EqlSearchResponseBase } from '@eql/_types/EqlSearchResponseBase' export class Response { + /** @codegen_name result */ body: EqlSearchResponseBase } diff --git a/specification/eql/search/EqlSearchResponse.ts b/specification/eql/search/EqlSearchResponse.ts index cb32db5e05..af8d6ebe00 100644 --- a/specification/eql/search/EqlSearchResponse.ts +++ b/specification/eql/search/EqlSearchResponse.ts @@ -20,5 +20,6 @@ import { EqlSearchResponseBase } from '@eql/_types/EqlSearchResponseBase' export class Response { + /** @codegen_name result */ body: EqlSearchResponseBase } diff --git a/specification/esql/async_query/AsyncQueryResponse.ts b/specification/esql/async_query/AsyncQueryResponse.ts index 33fc735dbe..ba2058f084 100644 --- a/specification/esql/async_query/AsyncQueryResponse.ts +++ b/specification/esql/async_query/AsyncQueryResponse.ts @@ -20,5 +20,6 @@ import { EsqlResult } from '@_types/Binary' export class Response { + /** @codegen_name data */ body: EsqlResult } diff --git a/specification/esql/async_query_delete/AsyncQueryDeleteResponse.ts b/specification/esql/async_query_delete/AsyncQueryDeleteResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/esql/async_query_delete/AsyncQueryDeleteResponse.ts +++ b/specification/esql/async_query_delete/AsyncQueryDeleteResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/esql/async_query_get/AsyncQueryGetResponse.ts b/specification/esql/async_query_get/AsyncQueryGetResponse.ts index 33fc735dbe..ba2058f084 100644 --- a/specification/esql/async_query_get/AsyncQueryGetResponse.ts +++ b/specification/esql/async_query_get/AsyncQueryGetResponse.ts @@ -20,5 +20,6 @@ import { EsqlResult } from '@_types/Binary' export class Response { + /** @codegen_name data */ body: EsqlResult } diff --git a/specification/esql/async_query_stop/AsyncQueryStopResponse.ts b/specification/esql/async_query_stop/AsyncQueryStopResponse.ts index 33fc735dbe..ba2058f084 100644 --- a/specification/esql/async_query_stop/AsyncQueryStopResponse.ts +++ b/specification/esql/async_query_stop/AsyncQueryStopResponse.ts @@ -20,5 +20,6 @@ import { EsqlResult } from '@_types/Binary' export class Response { + /** @codegen_name data */ body: EsqlResult } diff --git a/specification/ilm/delete_lifecycle/DeleteLifecycleResponse.ts b/specification/ilm/delete_lifecycle/DeleteLifecycleResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ilm/delete_lifecycle/DeleteLifecycleResponse.ts +++ b/specification/ilm/delete_lifecycle/DeleteLifecycleResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ilm/move_to_step/MoveToStepResponse.ts b/specification/ilm/move_to_step/MoveToStepResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ilm/move_to_step/MoveToStepResponse.ts +++ b/specification/ilm/move_to_step/MoveToStepResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ilm/put_lifecycle/PutLifecycleResponse.ts b/specification/ilm/put_lifecycle/PutLifecycleResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ilm/put_lifecycle/PutLifecycleResponse.ts +++ b/specification/ilm/put_lifecycle/PutLifecycleResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ilm/retry/RetryIlmResponse.ts b/specification/ilm/retry/RetryIlmResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ilm/retry/RetryIlmResponse.ts +++ b/specification/ilm/retry/RetryIlmResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ilm/start/StartIlmResponse.ts b/specification/ilm/start/StartIlmResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ilm/start/StartIlmResponse.ts +++ b/specification/ilm/start/StartIlmResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ilm/stop/StopIlmResponse.ts b/specification/ilm/stop/StopIlmResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ilm/stop/StopIlmResponse.ts +++ b/specification/ilm/stop/StopIlmResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/indices/cancel_migrate_reindex/MigrateCancelReindexResponse.ts b/specification/indices/cancel_migrate_reindex/MigrateCancelReindexResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/indices/cancel_migrate_reindex/MigrateCancelReindexResponse.ts +++ b/specification/indices/cancel_migrate_reindex/MigrateCancelReindexResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/indices/clear_cache/IndicesClearCacheResponse.ts b/specification/indices/clear_cache/IndicesClearCacheResponse.ts index c9a520e78d..21676b7cbb 100644 --- a/specification/indices/clear_cache/IndicesClearCacheResponse.ts +++ b/specification/indices/clear_cache/IndicesClearCacheResponse.ts @@ -20,5 +20,6 @@ import { ShardsOperationResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: ShardsOperationResponseBase } diff --git a/specification/indices/create_data_stream/IndicesCreateDataStreamResponse.ts b/specification/indices/create_data_stream/IndicesCreateDataStreamResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/indices/create_data_stream/IndicesCreateDataStreamResponse.ts +++ b/specification/indices/create_data_stream/IndicesCreateDataStreamResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/indices/delete/IndicesDeleteResponse.ts b/specification/indices/delete/IndicesDeleteResponse.ts index 794c4c4ef9..60df7bec39 100644 --- a/specification/indices/delete/IndicesDeleteResponse.ts +++ b/specification/indices/delete/IndicesDeleteResponse.ts @@ -20,5 +20,6 @@ import { IndicesResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: IndicesResponseBase } diff --git a/specification/indices/delete_alias/IndicesDeleteAliasResponse.ts b/specification/indices/delete_alias/IndicesDeleteAliasResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/indices/delete_alias/IndicesDeleteAliasResponse.ts +++ b/specification/indices/delete_alias/IndicesDeleteAliasResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/indices/delete_data_lifecycle/IndicesDeleteDataLifecycleResponse.ts b/specification/indices/delete_data_lifecycle/IndicesDeleteDataLifecycleResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/indices/delete_data_lifecycle/IndicesDeleteDataLifecycleResponse.ts +++ b/specification/indices/delete_data_lifecycle/IndicesDeleteDataLifecycleResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/indices/delete_data_stream/IndicesDeleteDataStreamResponse.ts b/specification/indices/delete_data_stream/IndicesDeleteDataStreamResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/indices/delete_data_stream/IndicesDeleteDataStreamResponse.ts +++ b/specification/indices/delete_data_stream/IndicesDeleteDataStreamResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/indices/delete_index_template/IndicesDeleteIndexTemplateResponse.ts b/specification/indices/delete_index_template/IndicesDeleteIndexTemplateResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/indices/delete_index_template/IndicesDeleteIndexTemplateResponse.ts +++ b/specification/indices/delete_index_template/IndicesDeleteIndexTemplateResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/indices/delete_template/IndicesDeleteTemplateResponse.ts b/specification/indices/delete_template/IndicesDeleteTemplateResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/indices/delete_template/IndicesDeleteTemplateResponse.ts +++ b/specification/indices/delete_template/IndicesDeleteTemplateResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts b/specification/indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts index 95ceb23e35..5322238ebb 100644 --- a/specification/indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts +++ b/specification/indices/field_usage_stats/IndicesFieldUsageStatsResponse.ts @@ -26,6 +26,7 @@ import { ShardStatistics } from '@_types/Stats' import { EpochTime, UnitMillis } from '@_types/Time' export class Response { + /** @codegen_name stats */ body: FieldsUsageBody } diff --git a/specification/indices/flush/IndicesFlushResponse.ts b/specification/indices/flush/IndicesFlushResponse.ts index c9a520e78d..21676b7cbb 100644 --- a/specification/indices/flush/IndicesFlushResponse.ts +++ b/specification/indices/flush/IndicesFlushResponse.ts @@ -20,5 +20,6 @@ import { ShardsOperationResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: ShardsOperationResponseBase } diff --git a/specification/indices/forcemerge/IndicesForceMergeResponse.ts b/specification/indices/forcemerge/IndicesForceMergeResponse.ts index 1f434199f3..cb559cf7f1 100644 --- a/specification/indices/forcemerge/IndicesForceMergeResponse.ts +++ b/specification/indices/forcemerge/IndicesForceMergeResponse.ts @@ -20,5 +20,6 @@ import { ForceMergeResponseBody } from '@indices/forcemerge/_types/response' export class Response { + /** @codegen_name result */ body: ForceMergeResponseBody } diff --git a/specification/indices/migrate_reindex/MigrateReindexResponse.ts b/specification/indices/migrate_reindex/MigrateReindexResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/indices/migrate_reindex/MigrateReindexResponse.ts +++ b/specification/indices/migrate_reindex/MigrateReindexResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/indices/migrate_to_data_stream/IndicesMigrateToDataStreamResponse.ts b/specification/indices/migrate_to_data_stream/IndicesMigrateToDataStreamResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/indices/migrate_to_data_stream/IndicesMigrateToDataStreamResponse.ts +++ b/specification/indices/migrate_to_data_stream/IndicesMigrateToDataStreamResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/indices/modify_data_stream/IndicesModifyDataStreamResponse.ts b/specification/indices/modify_data_stream/IndicesModifyDataStreamResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/indices/modify_data_stream/IndicesModifyDataStreamResponse.ts +++ b/specification/indices/modify_data_stream/IndicesModifyDataStreamResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/indices/put_alias/IndicesPutAliasResponse.ts b/specification/indices/put_alias/IndicesPutAliasResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/indices/put_alias/IndicesPutAliasResponse.ts +++ b/specification/indices/put_alias/IndicesPutAliasResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/indices/put_data_lifecycle/IndicesPutDataLifecycleResponse.ts b/specification/indices/put_data_lifecycle/IndicesPutDataLifecycleResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/indices/put_data_lifecycle/IndicesPutDataLifecycleResponse.ts +++ b/specification/indices/put_data_lifecycle/IndicesPutDataLifecycleResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/indices/put_index_template/IndicesPutIndexTemplateResponse.ts b/specification/indices/put_index_template/IndicesPutIndexTemplateResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/indices/put_index_template/IndicesPutIndexTemplateResponse.ts +++ b/specification/indices/put_index_template/IndicesPutIndexTemplateResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/indices/put_mapping/IndicesPutMappingResponse.ts b/specification/indices/put_mapping/IndicesPutMappingResponse.ts index 794c4c4ef9..60df7bec39 100644 --- a/specification/indices/put_mapping/IndicesPutMappingResponse.ts +++ b/specification/indices/put_mapping/IndicesPutMappingResponse.ts @@ -20,5 +20,6 @@ import { IndicesResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: IndicesResponseBase } diff --git a/specification/indices/put_settings/IndicesPutSettingsResponse.ts b/specification/indices/put_settings/IndicesPutSettingsResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/indices/put_settings/IndicesPutSettingsResponse.ts +++ b/specification/indices/put_settings/IndicesPutSettingsResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/indices/put_template/IndicesPutTemplateResponse.ts b/specification/indices/put_template/IndicesPutTemplateResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/indices/put_template/IndicesPutTemplateResponse.ts +++ b/specification/indices/put_template/IndicesPutTemplateResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/indices/refresh/IndicesRefreshResponse.ts b/specification/indices/refresh/IndicesRefreshResponse.ts index c9a520e78d..21676b7cbb 100644 --- a/specification/indices/refresh/IndicesRefreshResponse.ts +++ b/specification/indices/refresh/IndicesRefreshResponse.ts @@ -20,5 +20,6 @@ import { ShardsOperationResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: ShardsOperationResponseBase } diff --git a/specification/indices/reload_search_analyzers/ReloadSearchAnalyzersResponse.ts b/specification/indices/reload_search_analyzers/ReloadSearchAnalyzersResponse.ts index d8107aeb8c..bc7c6da3c4 100644 --- a/specification/indices/reload_search_analyzers/ReloadSearchAnalyzersResponse.ts +++ b/specification/indices/reload_search_analyzers/ReloadSearchAnalyzersResponse.ts @@ -20,5 +20,6 @@ import { ReloadResult } from './types' export class Response { + /** @codegen_name result */ body: ReloadResult } diff --git a/specification/indices/update_aliases/IndicesUpdateAliasesResponse.ts b/specification/indices/update_aliases/IndicesUpdateAliasesResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/indices/update_aliases/IndicesUpdateAliasesResponse.ts +++ b/specification/indices/update_aliases/IndicesUpdateAliasesResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/inference/chat_completion_unified/UnifiedResponse.ts b/specification/inference/chat_completion_unified/UnifiedResponse.ts index 74b823bf40..0f945768fe 100644 --- a/specification/inference/chat_completion_unified/UnifiedResponse.ts +++ b/specification/inference/chat_completion_unified/UnifiedResponse.ts @@ -20,5 +20,6 @@ import { StreamResult } from '@_types/Binary' export class Response { + /** @codegen_name data */ body: StreamResult } diff --git a/specification/inference/completion/CompletionResponse.ts b/specification/inference/completion/CompletionResponse.ts index f852232d0f..2459a8e145 100644 --- a/specification/inference/completion/CompletionResponse.ts +++ b/specification/inference/completion/CompletionResponse.ts @@ -20,5 +20,6 @@ import { CompletionInferenceResult } from '@inference/_types/Results' export class Response { + /** @codegen_name inference_result */ body: CompletionInferenceResult } diff --git a/specification/inference/delete/DeleteResponse.ts b/specification/inference/delete/DeleteResponse.ts index 25a812a097..903afa5b82 100644 --- a/specification/inference/delete/DeleteResponse.ts +++ b/specification/inference/delete/DeleteResponse.ts @@ -20,5 +20,6 @@ import { DeleteInferenceEndpointResult } from '@inference/_types/Results' export class Response { + /** @codegen_name result */ body: DeleteInferenceEndpointResult } diff --git a/specification/inference/post_eis_chat_completion/PostEisChatCompletionResponse.ts b/specification/inference/post_eis_chat_completion/PostEisChatCompletionResponse.ts index 74b823bf40..0f945768fe 100644 --- a/specification/inference/post_eis_chat_completion/PostEisChatCompletionResponse.ts +++ b/specification/inference/post_eis_chat_completion/PostEisChatCompletionResponse.ts @@ -20,5 +20,6 @@ import { StreamResult } from '@_types/Binary' export class Response { + /** @codegen_name data */ body: StreamResult } diff --git a/specification/inference/put/PutResponse.ts b/specification/inference/put/PutResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put/PutResponse.ts +++ b/specification/inference/put/PutResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_alibabacloud/PutAlibabaCloudResponse.ts b/specification/inference/put_alibabacloud/PutAlibabaCloudResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_alibabacloud/PutAlibabaCloudResponse.ts +++ b/specification/inference/put_alibabacloud/PutAlibabaCloudResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_amazonbedrock/PutAmazonBedrockResponse.ts b/specification/inference/put_amazonbedrock/PutAmazonBedrockResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_amazonbedrock/PutAmazonBedrockResponse.ts +++ b/specification/inference/put_amazonbedrock/PutAmazonBedrockResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_anthropic/PutAnthropicResponse.ts b/specification/inference/put_anthropic/PutAnthropicResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_anthropic/PutAnthropicResponse.ts +++ b/specification/inference/put_anthropic/PutAnthropicResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_azureaistudio/PutAzureAiStudioResponse.ts b/specification/inference/put_azureaistudio/PutAzureAiStudioResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_azureaistudio/PutAzureAiStudioResponse.ts +++ b/specification/inference/put_azureaistudio/PutAzureAiStudioResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_azureopenai/PutAzureOpenAiResponse.ts b/specification/inference/put_azureopenai/PutAzureOpenAiResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_azureopenai/PutAzureOpenAiResponse.ts +++ b/specification/inference/put_azureopenai/PutAzureOpenAiResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_cohere/PutCohereResponse.ts b/specification/inference/put_cohere/PutCohereResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_cohere/PutCohereResponse.ts +++ b/specification/inference/put_cohere/PutCohereResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_eis/PutEisResponse.ts b/specification/inference/put_eis/PutEisResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_eis/PutEisResponse.ts +++ b/specification/inference/put_eis/PutEisResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_elasticsearch/PutElasticsearchResponse.ts b/specification/inference/put_elasticsearch/PutElasticsearchResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_elasticsearch/PutElasticsearchResponse.ts +++ b/specification/inference/put_elasticsearch/PutElasticsearchResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_elser/PutElserResponse.ts b/specification/inference/put_elser/PutElserResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_elser/PutElserResponse.ts +++ b/specification/inference/put_elser/PutElserResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_googleaistudio/PutGoogleAiStudioResponse.ts b/specification/inference/put_googleaistudio/PutGoogleAiStudioResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_googleaistudio/PutGoogleAiStudioResponse.ts +++ b/specification/inference/put_googleaistudio/PutGoogleAiStudioResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_googlevertexai/PutGoogleVertexAiResponse.ts b/specification/inference/put_googlevertexai/PutGoogleVertexAiResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_googlevertexai/PutGoogleVertexAiResponse.ts +++ b/specification/inference/put_googlevertexai/PutGoogleVertexAiResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_hugging_face/PutHuggingFaceResponse.ts b/specification/inference/put_hugging_face/PutHuggingFaceResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_hugging_face/PutHuggingFaceResponse.ts +++ b/specification/inference/put_hugging_face/PutHuggingFaceResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_jinaai/PutJinaAiResponse.ts b/specification/inference/put_jinaai/PutJinaAiResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_jinaai/PutJinaAiResponse.ts +++ b/specification/inference/put_jinaai/PutJinaAiResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_mistral/PutMistralResponse.ts b/specification/inference/put_mistral/PutMistralResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_mistral/PutMistralResponse.ts +++ b/specification/inference/put_mistral/PutMistralResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_openai/PutOpenAiResponse.ts b/specification/inference/put_openai/PutOpenAiResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_openai/PutOpenAiResponse.ts +++ b/specification/inference/put_openai/PutOpenAiResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_voyageai/PutVoyageAIResponse.ts b/specification/inference/put_voyageai/PutVoyageAIResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_voyageai/PutVoyageAIResponse.ts +++ b/specification/inference/put_voyageai/PutVoyageAIResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/put_watsonx/PutWatsonxResponse.ts b/specification/inference/put_watsonx/PutWatsonxResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/put_watsonx/PutWatsonxResponse.ts +++ b/specification/inference/put_watsonx/PutWatsonxResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/inference/rerank/RerankResponse.ts b/specification/inference/rerank/RerankResponse.ts index f0a4b48a67..80c0254559 100644 --- a/specification/inference/rerank/RerankResponse.ts +++ b/specification/inference/rerank/RerankResponse.ts @@ -20,5 +20,6 @@ import { RerankedInferenceResult } from '@inference/_types/Results' export class Response { + /** @codegen_name inference_result */ body: RerankedInferenceResult } diff --git a/specification/inference/sparse_embedding/SparseEmbeddingResponse.ts b/specification/inference/sparse_embedding/SparseEmbeddingResponse.ts index 3a7e0de59a..c037714f26 100644 --- a/specification/inference/sparse_embedding/SparseEmbeddingResponse.ts +++ b/specification/inference/sparse_embedding/SparseEmbeddingResponse.ts @@ -20,5 +20,6 @@ import { SparseEmbeddingInferenceResult } from '@inference/_types/Results' export class Response { + /** @codegen_name inference_result */ body: SparseEmbeddingInferenceResult } diff --git a/specification/inference/stream_completion/StreamInferenceResponse.ts b/specification/inference/stream_completion/StreamInferenceResponse.ts index 74b823bf40..0f945768fe 100644 --- a/specification/inference/stream_completion/StreamInferenceResponse.ts +++ b/specification/inference/stream_completion/StreamInferenceResponse.ts @@ -20,5 +20,6 @@ import { StreamResult } from '@_types/Binary' export class Response { + /** @codegen_name data */ body: StreamResult } diff --git a/specification/inference/text_embedding/TextEmbeddingResponse.ts b/specification/inference/text_embedding/TextEmbeddingResponse.ts index c5cb85bd66..a927b7600e 100644 --- a/specification/inference/text_embedding/TextEmbeddingResponse.ts +++ b/specification/inference/text_embedding/TextEmbeddingResponse.ts @@ -20,5 +20,6 @@ import { TextEmbeddingInferenceResult } from '@inference/_types/Results' export class Response { + /** @codegen_name inference_result */ body: TextEmbeddingInferenceResult } diff --git a/specification/inference/update/UpdateInferenceResponse.ts b/specification/inference/update/UpdateInferenceResponse.ts index d40639b031..581909e650 100644 --- a/specification/inference/update/UpdateInferenceResponse.ts +++ b/specification/inference/update/UpdateInferenceResponse.ts @@ -20,5 +20,6 @@ import { InferenceEndpointInfo } from '@inference/_types/Services' export class Response { + /** @codegen_name endpoint_info */ body: InferenceEndpointInfo } diff --git a/specification/ingest/delete_geoip_database/DeleteGeoipDatabaseResponse.ts b/specification/ingest/delete_geoip_database/DeleteGeoipDatabaseResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ingest/delete_geoip_database/DeleteGeoipDatabaseResponse.ts +++ b/specification/ingest/delete_geoip_database/DeleteGeoipDatabaseResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ingest/delete_ip_location_database/DeleteIpLocationDatabaseResponse.ts b/specification/ingest/delete_ip_location_database/DeleteIpLocationDatabaseResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ingest/delete_ip_location_database/DeleteIpLocationDatabaseResponse.ts +++ b/specification/ingest/delete_ip_location_database/DeleteIpLocationDatabaseResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ingest/delete_pipeline/DeletePipelineResponse.ts b/specification/ingest/delete_pipeline/DeletePipelineResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ingest/delete_pipeline/DeletePipelineResponse.ts +++ b/specification/ingest/delete_pipeline/DeletePipelineResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ingest/put_geoip_database/PutGeoipDatabaseResponse.ts b/specification/ingest/put_geoip_database/PutGeoipDatabaseResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ingest/put_geoip_database/PutGeoipDatabaseResponse.ts +++ b/specification/ingest/put_geoip_database/PutGeoipDatabaseResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ingest/put_ip_location_database/PutIpLocationDatabaseResponse.ts b/specification/ingest/put_ip_location_database/PutIpLocationDatabaseResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ingest/put_ip_location_database/PutIpLocationDatabaseResponse.ts +++ b/specification/ingest/put_ip_location_database/PutIpLocationDatabaseResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ingest/put_pipeline/PutPipelineResponse.ts b/specification/ingest/put_pipeline/PutPipelineResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ingest/put_pipeline/PutPipelineResponse.ts +++ b/specification/ingest/put_pipeline/PutPipelineResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/license/delete/DeleteLicenseResponse.ts b/specification/license/delete/DeleteLicenseResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/license/delete/DeleteLicenseResponse.ts +++ b/specification/license/delete/DeleteLicenseResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/delete_calendar/MlDeleteCalendarResponse.ts b/specification/ml/delete_calendar/MlDeleteCalendarResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/delete_calendar/MlDeleteCalendarResponse.ts +++ b/specification/ml/delete_calendar/MlDeleteCalendarResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/delete_calendar_event/MlDeleteCalendarEventResponse.ts b/specification/ml/delete_calendar_event/MlDeleteCalendarEventResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/delete_calendar_event/MlDeleteCalendarEventResponse.ts +++ b/specification/ml/delete_calendar_event/MlDeleteCalendarEventResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/delete_data_frame_analytics/MlDeleteDataFrameAnalyticsResponse.ts b/specification/ml/delete_data_frame_analytics/MlDeleteDataFrameAnalyticsResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/delete_data_frame_analytics/MlDeleteDataFrameAnalyticsResponse.ts +++ b/specification/ml/delete_data_frame_analytics/MlDeleteDataFrameAnalyticsResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/delete_datafeed/MlDeleteDatafeedResponse.ts b/specification/ml/delete_datafeed/MlDeleteDatafeedResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/delete_datafeed/MlDeleteDatafeedResponse.ts +++ b/specification/ml/delete_datafeed/MlDeleteDatafeedResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/delete_filter/MlDeleteFilterResponse.ts b/specification/ml/delete_filter/MlDeleteFilterResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/delete_filter/MlDeleteFilterResponse.ts +++ b/specification/ml/delete_filter/MlDeleteFilterResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/delete_forecast/MlDeleteForecastResponse.ts b/specification/ml/delete_forecast/MlDeleteForecastResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/delete_forecast/MlDeleteForecastResponse.ts +++ b/specification/ml/delete_forecast/MlDeleteForecastResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/delete_job/MlDeleteJobResponse.ts b/specification/ml/delete_job/MlDeleteJobResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/delete_job/MlDeleteJobResponse.ts +++ b/specification/ml/delete_job/MlDeleteJobResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/delete_model_snapshot/MlDeleteModelSnapshotResponse.ts b/specification/ml/delete_model_snapshot/MlDeleteModelSnapshotResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/delete_model_snapshot/MlDeleteModelSnapshotResponse.ts +++ b/specification/ml/delete_model_snapshot/MlDeleteModelSnapshotResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/delete_trained_model/MlDeleteTrainedModelResponse.ts b/specification/ml/delete_trained_model/MlDeleteTrainedModelResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/delete_trained_model/MlDeleteTrainedModelResponse.ts +++ b/specification/ml/delete_trained_model/MlDeleteTrainedModelResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/delete_trained_model_alias/MlDeleteTrainedModelAliasResponse.ts b/specification/ml/delete_trained_model_alias/MlDeleteTrainedModelAliasResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/delete_trained_model_alias/MlDeleteTrainedModelAliasResponse.ts +++ b/specification/ml/delete_trained_model_alias/MlDeleteTrainedModelAliasResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/post_data/MlPostJobDataRequest.ts b/specification/ml/post_data/MlPostJobDataRequest.ts index 28333faed3..916ed586bf 100644 --- a/specification/ml/post_data/MlPostJobDataRequest.ts +++ b/specification/ml/post_data/MlPostJobDataRequest.ts @@ -70,6 +70,7 @@ export interface Request extends RequestBase { * If your data is larger, split it into multiple chunks and upload each one separately in sequential time order. * When running in real time, it is generally recommended that you perform many small uploads, * rather than queueing data to upload larger files. + * * @codegen_name data * */ body: Array diff --git a/specification/ml/put_trained_model/MlPutTrainedModelResponse.ts b/specification/ml/put_trained_model/MlPutTrainedModelResponse.ts index 268552dbb1..2a5a284de7 100644 --- a/specification/ml/put_trained_model/MlPutTrainedModelResponse.ts +++ b/specification/ml/put_trained_model/MlPutTrainedModelResponse.ts @@ -20,5 +20,6 @@ import { TrainedModelConfig } from '@ml/_types/TrainedModel' export class Response { + /** @codegen_name trained_model_config */ body: TrainedModelConfig } diff --git a/specification/ml/put_trained_model_alias/MlPutTrainedModelAliasResponse.ts b/specification/ml/put_trained_model_alias/MlPutTrainedModelAliasResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/put_trained_model_alias/MlPutTrainedModelAliasResponse.ts +++ b/specification/ml/put_trained_model_alias/MlPutTrainedModelAliasResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/put_trained_model_definition_part/MlPutTrainedModelDefinitionPartResponse.ts b/specification/ml/put_trained_model_definition_part/MlPutTrainedModelDefinitionPartResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/put_trained_model_definition_part/MlPutTrainedModelDefinitionPartResponse.ts +++ b/specification/ml/put_trained_model_definition_part/MlPutTrainedModelDefinitionPartResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/put_trained_model_vocabulary/MlPutTrainedModelVocabularyResponse.ts b/specification/ml/put_trained_model_vocabulary/MlPutTrainedModelVocabularyResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/put_trained_model_vocabulary/MlPutTrainedModelVocabularyResponse.ts +++ b/specification/ml/put_trained_model_vocabulary/MlPutTrainedModelVocabularyResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/reset_job/MlResetJobResponse.ts b/specification/ml/reset_job/MlResetJobResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/reset_job/MlResetJobResponse.ts +++ b/specification/ml/reset_job/MlResetJobResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/set_upgrade_mode/MlSetUpgradeModeResponse.ts b/specification/ml/set_upgrade_mode/MlSetUpgradeModeResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/set_upgrade_mode/MlSetUpgradeModeResponse.ts +++ b/specification/ml/set_upgrade_mode/MlSetUpgradeModeResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/validate/MlValidateJobResponse.ts b/specification/ml/validate/MlValidateJobResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/validate/MlValidateJobResponse.ts +++ b/specification/ml/validate/MlValidateJobResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ml/validate_detector/MlValidateDetectorResponse.ts b/specification/ml/validate_detector/MlValidateDetectorResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/ml/validate_detector/MlValidateDetectorResponse.ts +++ b/specification/ml/validate_detector/MlValidateDetectorResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/nodes/clear_repositories_metering_archive/ClearRepositoriesMeteringArchiveResponse.ts b/specification/nodes/clear_repositories_metering_archive/ClearRepositoriesMeteringArchiveResponse.ts index 88f04b62c6..6300d351b6 100644 --- a/specification/nodes/clear_repositories_metering_archive/ClearRepositoriesMeteringArchiveResponse.ts +++ b/specification/nodes/clear_repositories_metering_archive/ClearRepositoriesMeteringArchiveResponse.ts @@ -35,5 +35,6 @@ export class ResponseBase extends NodesResponseBase { } export class Response { + /** @codegen_name metering_infos */ body: ResponseBase } diff --git a/specification/nodes/get_repositories_metering_info/GetRepositoriesMeteringInfoResponse.ts b/specification/nodes/get_repositories_metering_info/GetRepositoriesMeteringInfoResponse.ts index 3c5edd03c2..796e2553d0 100644 --- a/specification/nodes/get_repositories_metering_info/GetRepositoriesMeteringInfoResponse.ts +++ b/specification/nodes/get_repositories_metering_info/GetRepositoriesMeteringInfoResponse.ts @@ -34,5 +34,6 @@ export class ResponseBase extends NodesResponseBase { } export class Response { + /** @codegen_name metering_infos */ body: ResponseBase } diff --git a/specification/nodes/info/NodesInfoResponse.ts b/specification/nodes/info/NodesInfoResponse.ts index 42a92e6535..1b3576d697 100644 --- a/specification/nodes/info/NodesInfoResponse.ts +++ b/specification/nodes/info/NodesInfoResponse.ts @@ -28,5 +28,6 @@ export class ResponseBase extends NodesResponseBase { } export class Response { + /** @codegen_name infos */ body: ResponseBase } diff --git a/specification/nodes/reload_secure_settings/ReloadSecureSettingsResponse.ts b/specification/nodes/reload_secure_settings/ReloadSecureSettingsResponse.ts index de712b9edd..702abe2383 100644 --- a/specification/nodes/reload_secure_settings/ReloadSecureSettingsResponse.ts +++ b/specification/nodes/reload_secure_settings/ReloadSecureSettingsResponse.ts @@ -28,5 +28,6 @@ export class ResponseBase extends NodesResponseBase { } export class Response { + /** @codegen_name reload_results */ body: ResponseBase } diff --git a/specification/nodes/stats/NodesStatsResponse.ts b/specification/nodes/stats/NodesStatsResponse.ts index 7653417fff..ba80858360 100644 --- a/specification/nodes/stats/NodesStatsResponse.ts +++ b/specification/nodes/stats/NodesStatsResponse.ts @@ -28,5 +28,6 @@ export class ResponseBase extends NodesResponseBase { } export class Response { + /** @codegen_name stats */ body: ResponseBase } diff --git a/specification/nodes/usage/NodesUsageResponse.ts b/specification/nodes/usage/NodesUsageResponse.ts index d8f2401d0d..943998b3ca 100644 --- a/specification/nodes/usage/NodesUsageResponse.ts +++ b/specification/nodes/usage/NodesUsageResponse.ts @@ -28,5 +28,6 @@ export class ResponseBase extends NodesResponseBase { } export class Response { + /** @codegen_name usages */ body: ResponseBase } diff --git a/specification/query_rules/delete_rule/QueryRuleDeleteResponse.ts b/specification/query_rules/delete_rule/QueryRuleDeleteResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/query_rules/delete_rule/QueryRuleDeleteResponse.ts +++ b/specification/query_rules/delete_rule/QueryRuleDeleteResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/query_rules/delete_ruleset/QueryRulesetDeleteResponse.ts b/specification/query_rules/delete_ruleset/QueryRulesetDeleteResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/query_rules/delete_ruleset/QueryRulesetDeleteResponse.ts +++ b/specification/query_rules/delete_ruleset/QueryRulesetDeleteResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/query_rules/get_rule/QueryRuleGetResponse.ts b/specification/query_rules/get_rule/QueryRuleGetResponse.ts index 0885301fdb..b1940cd2f6 100644 --- a/specification/query_rules/get_rule/QueryRuleGetResponse.ts +++ b/specification/query_rules/get_rule/QueryRuleGetResponse.ts @@ -20,5 +20,6 @@ import { QueryRule } from '../_types/QueryRuleset' export class Response { + /** @codegen_name rule */ body: QueryRule } diff --git a/specification/query_rules/get_ruleset/QueryRulesetGetResponse.ts b/specification/query_rules/get_ruleset/QueryRulesetGetResponse.ts index 163b9b097d..4e27fd668c 100644 --- a/specification/query_rules/get_ruleset/QueryRulesetGetResponse.ts +++ b/specification/query_rules/get_ruleset/QueryRulesetGetResponse.ts @@ -20,5 +20,6 @@ import { QueryRuleset } from '../_types/QueryRuleset' export class Response { + /** @codegen_name ruleset */ body: QueryRuleset } diff --git a/specification/rollup/put_job/CreateRollupJobResponse.ts b/specification/rollup/put_job/CreateRollupJobResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/rollup/put_job/CreateRollupJobResponse.ts +++ b/specification/rollup/put_job/CreateRollupJobResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/search_application/delete/SearchApplicationsDeleteResponse.ts b/specification/search_application/delete/SearchApplicationsDeleteResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/search_application/delete/SearchApplicationsDeleteResponse.ts +++ b/specification/search_application/delete/SearchApplicationsDeleteResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/search_application/delete_behavioral_analytics/BehavioralAnalyticsDeleteResponse.ts b/specification/search_application/delete_behavioral_analytics/BehavioralAnalyticsDeleteResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/search_application/delete_behavioral_analytics/BehavioralAnalyticsDeleteResponse.ts +++ b/specification/search_application/delete_behavioral_analytics/BehavioralAnalyticsDeleteResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/search_application/get/SearchApplicationsGetResponse.ts b/specification/search_application/get/SearchApplicationsGetResponse.ts index 46c7d051ee..590fdd5e41 100644 --- a/specification/search_application/get/SearchApplicationsGetResponse.ts +++ b/specification/search_application/get/SearchApplicationsGetResponse.ts @@ -20,5 +20,6 @@ import { SearchApplication } from '@search_application/_types/SearchApplication' export class Response { + /** @codegen_name search_application */ body: SearchApplication } diff --git a/specification/search_application/put_behavioral_analytics/BehavioralAnalyticsPutResponse.ts b/specification/search_application/put_behavioral_analytics/BehavioralAnalyticsPutResponse.ts index cfa80071fa..b4b5804194 100644 --- a/specification/search_application/put_behavioral_analytics/BehavioralAnalyticsPutResponse.ts +++ b/specification/search_application/put_behavioral_analytics/BehavioralAnalyticsPutResponse.ts @@ -21,6 +21,7 @@ import { AcknowledgedResponseBase } from '@_types/Base' import { Name } from '@_types/common' export class Response { + /** @codegen_name result */ body: AnalyticsAcknowledgeResponseBase } diff --git a/specification/search_application/search/SearchApplicationsSearchResponse.ts b/specification/search_application/search/SearchApplicationsSearchResponse.ts index ee5a08b7c9..c407d4b640 100644 --- a/specification/search_application/search/SearchApplicationsSearchResponse.ts +++ b/specification/search_application/search/SearchApplicationsSearchResponse.ts @@ -20,5 +20,6 @@ import { ResponseBody } from '@global/search/SearchResponse' export class Response { + /** @codegen_name result */ body: ResponseBody } diff --git a/specification/security/activate_user_profile/Response.ts b/specification/security/activate_user_profile/Response.ts index 5fda0256a6..68601d3b85 100644 --- a/specification/security/activate_user_profile/Response.ts +++ b/specification/security/activate_user_profile/Response.ts @@ -20,5 +20,6 @@ import { UserProfileWithMetadata } from '@security/_types/UserProfile' export class Response { + /** @codegen_name user_profile */ body: UserProfileWithMetadata } diff --git a/specification/security/disable_user_profile/Response.ts b/specification/security/disable_user_profile/Response.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/security/disable_user_profile/Response.ts +++ b/specification/security/disable_user_profile/Response.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/security/enable_user_profile/Response.ts b/specification/security/enable_user_profile/Response.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/security/enable_user_profile/Response.ts +++ b/specification/security/enable_user_profile/Response.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/security/update_user_profile_data/Response.ts b/specification/security/update_user_profile_data/Response.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/security/update_user_profile_data/Response.ts +++ b/specification/security/update_user_profile_data/Response.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/shutdown/delete_node/ShutdownDeleteNodeResponse.ts b/specification/shutdown/delete_node/ShutdownDeleteNodeResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/shutdown/delete_node/ShutdownDeleteNodeResponse.ts +++ b/specification/shutdown/delete_node/ShutdownDeleteNodeResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/shutdown/put_node/ShutdownPutNodeResponse.ts b/specification/shutdown/put_node/ShutdownPutNodeResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/shutdown/put_node/ShutdownPutNodeResponse.ts +++ b/specification/shutdown/put_node/ShutdownPutNodeResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/slm/delete_lifecycle/DeleteSnapshotLifecycleResponse.ts b/specification/slm/delete_lifecycle/DeleteSnapshotLifecycleResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/slm/delete_lifecycle/DeleteSnapshotLifecycleResponse.ts +++ b/specification/slm/delete_lifecycle/DeleteSnapshotLifecycleResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/slm/execute_retention/ExecuteRetentionResponse.ts b/specification/slm/execute_retention/ExecuteRetentionResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/slm/execute_retention/ExecuteRetentionResponse.ts +++ b/specification/slm/execute_retention/ExecuteRetentionResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/slm/put_lifecycle/PutSnapshotLifecycleResponse.ts b/specification/slm/put_lifecycle/PutSnapshotLifecycleResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/slm/put_lifecycle/PutSnapshotLifecycleResponse.ts +++ b/specification/slm/put_lifecycle/PutSnapshotLifecycleResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/slm/start/StartSnapshotLifecycleManagementResponse.ts b/specification/slm/start/StartSnapshotLifecycleManagementResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/slm/start/StartSnapshotLifecycleManagementResponse.ts +++ b/specification/slm/start/StartSnapshotLifecycleManagementResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/slm/stop/StopSnapshotLifecycleManagementResponse.ts b/specification/slm/stop/StopSnapshotLifecycleManagementResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/slm/stop/StopSnapshotLifecycleManagementResponse.ts +++ b/specification/slm/stop/StopSnapshotLifecycleManagementResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/snapshot/clone/SnapshotCloneResponse.ts b/specification/snapshot/clone/SnapshotCloneResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/snapshot/clone/SnapshotCloneResponse.ts +++ b/specification/snapshot/clone/SnapshotCloneResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/snapshot/create_repository/SnapshotCreateRepositoryResponse.ts b/specification/snapshot/create_repository/SnapshotCreateRepositoryResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/snapshot/create_repository/SnapshotCreateRepositoryResponse.ts +++ b/specification/snapshot/create_repository/SnapshotCreateRepositoryResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/snapshot/delete/SnapshotDeleteResponse.ts b/specification/snapshot/delete/SnapshotDeleteResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/snapshot/delete/SnapshotDeleteResponse.ts +++ b/specification/snapshot/delete/SnapshotDeleteResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/snapshot/delete_repository/SnapshotDeleteRepositoryResponse.ts b/specification/snapshot/delete_repository/SnapshotDeleteRepositoryResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/snapshot/delete_repository/SnapshotDeleteRepositoryResponse.ts +++ b/specification/snapshot/delete_repository/SnapshotDeleteRepositoryResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/snapshot/get_repository/SnapshotGetRepositoryResponse.ts b/specification/snapshot/get_repository/SnapshotGetRepositoryResponse.ts index 8660951772..fce1c76309 100644 --- a/specification/snapshot/get_repository/SnapshotGetRepositoryResponse.ts +++ b/specification/snapshot/get_repository/SnapshotGetRepositoryResponse.ts @@ -21,5 +21,6 @@ import { Repository } from '@snapshot/_types/SnapshotRepository' import { Dictionary } from '@spec_utils/Dictionary' export class Response { + /** @codegen_name repositories */ body: Dictionary } diff --git a/specification/snapshot/repository_verify_integrity/SnapshotRepositoryVerifyIntegrityResponse.ts b/specification/snapshot/repository_verify_integrity/SnapshotRepositoryVerifyIntegrityResponse.ts index f4ed729ed2..6a01ac73d6 100644 --- a/specification/snapshot/repository_verify_integrity/SnapshotRepositoryVerifyIntegrityResponse.ts +++ b/specification/snapshot/repository_verify_integrity/SnapshotRepositoryVerifyIntegrityResponse.ts @@ -20,5 +20,6 @@ import { UserDefinedValue } from '@spec_utils/UserDefinedValue' export class Response { + /** @codegen_name result */ body: UserDefinedValue } diff --git a/specification/sql/delete_async/SqlDeleteAsyncResponse.ts b/specification/sql/delete_async/SqlDeleteAsyncResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/sql/delete_async/SqlDeleteAsyncResponse.ts +++ b/specification/sql/delete_async/SqlDeleteAsyncResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/ssl/certificates/GetCertificatesResponse.ts b/specification/ssl/certificates/GetCertificatesResponse.ts index abb81101f6..c8a2b37498 100644 --- a/specification/ssl/certificates/GetCertificatesResponse.ts +++ b/specification/ssl/certificates/GetCertificatesResponse.ts @@ -20,5 +20,6 @@ import { CertificateInformation } from './types' export class Response { + /** @codegen_name certificates */ body: Array } diff --git a/specification/synonyms/delete_synonym/SynonymsDeleteResponse.ts b/specification/synonyms/delete_synonym/SynonymsDeleteResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/synonyms/delete_synonym/SynonymsDeleteResponse.ts +++ b/specification/synonyms/delete_synonym/SynonymsDeleteResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/synonyms/delete_synonym_rule/SynonymRuleDeleteResponse.ts b/specification/synonyms/delete_synonym_rule/SynonymRuleDeleteResponse.ts index 59f2633364..c618620724 100644 --- a/specification/synonyms/delete_synonym_rule/SynonymRuleDeleteResponse.ts +++ b/specification/synonyms/delete_synonym_rule/SynonymRuleDeleteResponse.ts @@ -20,5 +20,6 @@ import { SynonymsUpdateResult } from '../_types/SynonymsUpdateResult' export class Response { + /** @codegen_name update_result */ body: SynonymsUpdateResult } diff --git a/specification/synonyms/get_synonym_rule/SynonymRuleGetResponse.ts b/specification/synonyms/get_synonym_rule/SynonymRuleGetResponse.ts index 9c65b58c5a..067601f00f 100644 --- a/specification/synonyms/get_synonym_rule/SynonymRuleGetResponse.ts +++ b/specification/synonyms/get_synonym_rule/SynonymRuleGetResponse.ts @@ -20,5 +20,6 @@ import { SynonymRuleRead } from '../_types/SynonymRule' export class Response { + /** @codegen_name synonym_rule */ body: SynonymRuleRead } diff --git a/specification/synonyms/put_synonym_rule/SynonymRulePutResponse.ts b/specification/synonyms/put_synonym_rule/SynonymRulePutResponse.ts index 59f2633364..c618620724 100644 --- a/specification/synonyms/put_synonym_rule/SynonymRulePutResponse.ts +++ b/specification/synonyms/put_synonym_rule/SynonymRulePutResponse.ts @@ -20,5 +20,6 @@ import { SynonymsUpdateResult } from '../_types/SynonymsUpdateResult' export class Response { + /** @codegen_name update_result */ body: SynonymsUpdateResult } diff --git a/specification/tasks/cancel/CancelTasksResponse.ts b/specification/tasks/cancel/CancelTasksResponse.ts index 2164fbcc52..343ca44ed9 100644 --- a/specification/tasks/cancel/CancelTasksResponse.ts +++ b/specification/tasks/cancel/CancelTasksResponse.ts @@ -20,5 +20,6 @@ import { TaskListResponseBase } from '@tasks/_types/TaskListResponseBase' export class Response { + /** @codegen_name task_list */ body: TaskListResponseBase } diff --git a/specification/tasks/list/ListTasksResponse.ts b/specification/tasks/list/ListTasksResponse.ts index 2164fbcc52..343ca44ed9 100644 --- a/specification/tasks/list/ListTasksResponse.ts +++ b/specification/tasks/list/ListTasksResponse.ts @@ -20,5 +20,6 @@ import { TaskListResponseBase } from '@tasks/_types/TaskListResponseBase' export class Response { + /** @codegen_name task_list */ body: TaskListResponseBase } diff --git a/specification/transform/delete_transform/DeleteTransformResponse.ts b/specification/transform/delete_transform/DeleteTransformResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/transform/delete_transform/DeleteTransformResponse.ts +++ b/specification/transform/delete_transform/DeleteTransformResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/transform/put_transform/PutTransformResponse.ts b/specification/transform/put_transform/PutTransformResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/transform/put_transform/PutTransformResponse.ts +++ b/specification/transform/put_transform/PutTransformResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/transform/reset_transform/ResetTransformResponse.ts b/specification/transform/reset_transform/ResetTransformResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/transform/reset_transform/ResetTransformResponse.ts +++ b/specification/transform/reset_transform/ResetTransformResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/transform/schedule_now_transform/ScheduleNowTransformResponse.ts b/specification/transform/schedule_now_transform/ScheduleNowTransformResponse.ts index e7e9348795..fa060b29c3 100644 --- a/specification/transform/schedule_now_transform/ScheduleNowTransformResponse.ts +++ b/specification/transform/schedule_now_transform/ScheduleNowTransformResponse.ts @@ -19,5 +19,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/transform/start_transform/StartTransformResponse.ts b/specification/transform/start_transform/StartTransformResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/transform/start_transform/StartTransformResponse.ts +++ b/specification/transform/start_transform/StartTransformResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/transform/stop_transform/StopTransformResponse.ts b/specification/transform/stop_transform/StopTransformResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/transform/stop_transform/StopTransformResponse.ts +++ b/specification/transform/stop_transform/StopTransformResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/watcher/start/WatcherStartResponse.ts b/specification/watcher/start/WatcherStartResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/watcher/start/WatcherStartResponse.ts +++ b/specification/watcher/start/WatcherStartResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase } diff --git a/specification/watcher/stop/WatcherStopResponse.ts b/specification/watcher/stop/WatcherStopResponse.ts index 7374da4a4c..9e7bdb91cd 100644 --- a/specification/watcher/stop/WatcherStopResponse.ts +++ b/specification/watcher/stop/WatcherStopResponse.ts @@ -20,5 +20,6 @@ import { AcknowledgedResponseBase } from '@_types/Base' export class Response { + /** @codegen_name result */ body: AcknowledgedResponseBase }