From e3b480ef29717b50456b81992fba4129cdb00a44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Apr 2026 09:09:47 +0000 Subject: [PATCH] Publish proto files from de0019163 --- nebius/common/v1/warning.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nebius/common/v1/warning.proto b/nebius/common/v1/warning.proto index 79c2524..1df74ed 100644 --- a/nebius/common/v1/warning.proto +++ b/nebius/common/v1/warning.proto @@ -81,5 +81,8 @@ message Warning { // Deprecated value was observed in the response. CODE_DEPRECATED_SPEC_VALUE_RESPONSE = 6; + + // Not-recommended value was used in the request. + CODE_NOT_RECOMMENDED_SPEC_VALUE_REQUEST = 7; } }