diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceChat.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceChat.g.cs
index 84644e2..7766450 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceChat.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceChat.g.cs
@@ -60,6 +60,10 @@ partial void ProcessAppPublicServiceChatResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateAgent.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateAgent.g.cs
index f39a39a..06b830d 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateAgent.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateAgent.g.cs
@@ -53,6 +53,10 @@ partial void ProcessAppPublicServiceCreateAgentResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateApp.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateApp.g.cs
index 7caca7d..576ae31 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateApp.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateApp.g.cs
@@ -53,6 +53,10 @@ partial void ProcessAppPublicServiceCreateAppResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateChat.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateChat.g.cs
index 19eed4c..81276e5 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateChat.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateChat.g.cs
@@ -53,6 +53,10 @@ partial void ProcessAppPublicServiceCreateChatResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateConversation.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateConversation.g.cs
index 1b00e65..c8ec7b7 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateConversation.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateConversation.g.cs
@@ -58,6 +58,10 @@ partial void ProcessAppPublicServiceCreateConversationResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateMessage.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateMessage.g.cs
index 82c467a..e4e5919 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateMessage.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceCreateMessage.g.cs
@@ -63,6 +63,10 @@ partial void ProcessAppPublicServiceCreateMessageResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteAgent.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteAgent.g.cs
index f850dd4..7ef66cb 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteAgent.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteAgent.g.cs
@@ -51,6 +51,10 @@ partial void ProcessAppPublicServiceDeleteAgentResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteApp.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteApp.g.cs
index b1d1599..c8925fc 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteApp.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteApp.g.cs
@@ -51,6 +51,10 @@ partial void ProcessAppPublicServiceDeleteAppResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteChat.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteChat.g.cs
index ee1c4c0..dd8b255 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteChat.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteChat.g.cs
@@ -51,6 +51,10 @@ partial void ProcessAppPublicServiceDeleteChatResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteConversation.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteConversation.g.cs
index 7c7805c..4457aa5 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteConversation.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteConversation.g.cs
@@ -56,6 +56,10 @@ partial void ProcessAppPublicServiceDeleteConversationResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteMessage.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteMessage.g.cs
index 8181d15..987413e 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteMessage.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceDeleteMessage.g.cs
@@ -61,6 +61,10 @@ partial void ProcessAppPublicServiceDeleteMessageResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceGetPlaygroundConversation.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceGetPlaygroundConversation.g.cs
index d6caed1..d92ca5d 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceGetPlaygroundConversation.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceGetPlaygroundConversation.g.cs
@@ -51,6 +51,10 @@ partial void ProcessAppPublicServiceGetPlaygroundConversationResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListAgents.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListAgents.g.cs
index fbfd7dc..628fa87 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListAgents.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListAgents.g.cs
@@ -46,6 +46,10 @@ partial void ProcessAppPublicServiceListAgentsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListApps.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListApps.g.cs
index 2be5d6c..2c98c9e 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListApps.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListApps.g.cs
@@ -54,6 +54,10 @@ partial void ProcessAppPublicServiceListAppsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListChatMessages.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListChatMessages.g.cs
index 04f708a..f5b6697 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListChatMessages.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListChatMessages.g.cs
@@ -71,6 +71,10 @@ partial void ProcessAppPublicServiceListChatMessagesResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListChats.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListChats.g.cs
index 731de9e..bdb2108 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListChats.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListChats.g.cs
@@ -72,6 +72,10 @@ partial void ProcessAppPublicServiceListChatsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListConversations.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListConversations.g.cs
index ca35aff..553d606 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListConversations.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListConversations.g.cs
@@ -83,6 +83,10 @@ partial void ProcessAppPublicServiceListConversationsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListMessages.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListMessages.g.cs
index cf6e6a9..0ef1b0c 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListMessages.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListMessages.g.cs
@@ -94,6 +94,10 @@ partial void ProcessAppPublicServiceListMessagesResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListTools.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListTools.g.cs
index bdd6f48..672a88b 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListTools.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceListTools.g.cs
@@ -46,6 +46,10 @@ partial void ProcessAppPublicServiceListToolsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceRestartPlaygroundConversation.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceRestartPlaygroundConversation.g.cs
index 5dd5c3c..0a3618b 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceRestartPlaygroundConversation.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceRestartPlaygroundConversation.g.cs
@@ -52,6 +52,10 @@ partial void ProcessAppPublicServiceRestartPlaygroundConversationResponseContent
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateAgent.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateAgent.g.cs
index 9236cde..87b13cd 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateAgent.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateAgent.g.cs
@@ -58,6 +58,10 @@ partial void ProcessAppPublicServiceUpdateAgentResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Put,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateApp.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateApp.g.cs
index edadd3d..8418436 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateApp.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateApp.g.cs
@@ -58,6 +58,10 @@ partial void ProcessAppPublicServiceUpdateAppResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Put,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateChat.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateChat.g.cs
index ba70bd0..943636f 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateChat.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateChat.g.cs
@@ -58,6 +58,10 @@ partial void ProcessAppPublicServiceUpdateChatResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Put,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateConversation.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateConversation.g.cs
index bb163ef..afad771 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateConversation.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateConversation.g.cs
@@ -63,6 +63,10 @@ partial void ProcessAppPublicServiceUpdateConversationResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Put,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateMessage.g.cs b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateMessage.g.cs
index 04293b7..e322cf4 100644
--- a/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateMessage.g.cs
+++ b/src/libs/Instill/Generated/Instill.AppClient.AppPublicServiceUpdateMessage.g.cs
@@ -68,6 +68,10 @@ partial void ProcessAppPublicServiceUpdateMessageResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Put,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.CreateCatalog.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.CreateCatalog.g.cs
index 3db7013..445ebd9 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.CreateCatalog.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.CreateCatalog.g.cs
@@ -53,6 +53,10 @@ partial void ProcessCreateCatalogResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.DeleteCatalog.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.DeleteCatalog.g.cs
index b28bc64..b3d7d4b 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.DeleteCatalog.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.DeleteCatalog.g.cs
@@ -51,6 +51,10 @@ partial void ProcessDeleteCatalogResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.DeleteCatalogFile.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.DeleteCatalogFile.g.cs
index 447b2e6..ab50142 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.DeleteCatalogFile.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.DeleteCatalogFile.g.cs
@@ -49,6 +49,10 @@ partial void ProcessDeleteCatalogFileResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.GetFileCatalog.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.GetFileCatalog.g.cs
index 7135273..0b7879c 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.GetFileCatalog.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.GetFileCatalog.g.cs
@@ -65,6 +65,10 @@ partial void ProcessGetFileCatalogResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.GetObjectDownloadURL.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.GetObjectDownloadURL.g.cs
index 7e999c4..d62ce8a 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.GetObjectDownloadURL.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.GetObjectDownloadURL.g.cs
@@ -60,6 +60,10 @@ partial void ProcessGetObjectDownloadURLResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.GetObjectUploadURL.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.GetObjectUploadURL.g.cs
index 1be2584..946dd81 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.GetObjectUploadURL.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.GetObjectUploadURL.g.cs
@@ -72,6 +72,10 @@ partial void ProcessGetObjectUploadURLResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.GetSourceFile.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.GetSourceFile.g.cs
index 53628ec..5e22c14 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.GetSourceFile.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.GetSourceFile.g.cs
@@ -56,6 +56,10 @@ partial void ProcessGetSourceFileResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.ListCatalogFiles.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.ListCatalogFiles.g.cs
index 695e80b..1066dfa 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.ListCatalogFiles.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.ListCatalogFiles.g.cs
@@ -71,6 +71,10 @@ partial void ProcessListCatalogFilesResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.ListCatalogRuns.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.ListCatalogRuns.g.cs
index 42a0362..a6deb48 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.ListCatalogRuns.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.ListCatalogRuns.g.cs
@@ -77,6 +77,10 @@ partial void ProcessListCatalogRunsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.ListCatalogs.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.ListCatalogs.g.cs
index 8dba860..b8713fa 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.ListCatalogs.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.ListCatalogs.g.cs
@@ -46,6 +46,10 @@ partial void ProcessListCatalogsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.ListChunks.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.ListChunks.g.cs
index 342641e..a05704f 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.ListChunks.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.ListChunks.g.cs
@@ -65,6 +65,10 @@ partial void ProcessListChunksResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.ProcessCatalogFiles.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.ProcessCatalogFiles.g.cs
index 1a24acc..9e45bec 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.ProcessCatalogFiles.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.ProcessCatalogFiles.g.cs
@@ -52,6 +52,10 @@ partial void ProcessProcessCatalogFilesResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.QuestionAnswering.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.QuestionAnswering.g.cs
index baf8026..c44d1fd 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.QuestionAnswering.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.QuestionAnswering.g.cs
@@ -62,6 +62,10 @@ partial void ProcessQuestionAnsweringResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.SimilarityChunksSearch.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.SimilarityChunksSearch.g.cs
index 7e240f7..61874c6 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.SimilarityChunksSearch.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.SimilarityChunksSearch.g.cs
@@ -62,6 +62,10 @@ partial void ProcessSimilarityChunksSearchResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.UpdateCatalog.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.UpdateCatalog.g.cs
index 0914ebf..971c053 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.UpdateCatalog.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.UpdateCatalog.g.cs
@@ -58,6 +58,10 @@ partial void ProcessUpdateCatalogResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Put,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.UpdateChunk.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.UpdateChunk.g.cs
index fc75ec4..9e96717 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.UpdateChunk.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.UpdateChunk.g.cs
@@ -53,6 +53,10 @@ partial void ProcessUpdateChunkResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ArtifactClient.UploadCatalogFile.g.cs b/src/libs/Instill/Generated/Instill.ArtifactClient.UploadCatalogFile.g.cs
index 861a0fc..212d7de 100644
--- a/src/libs/Instill/Generated/Instill.ArtifactClient.UploadCatalogFile.g.cs
+++ b/src/libs/Instill/Generated/Instill.ArtifactClient.UploadCatalogFile.g.cs
@@ -58,6 +58,10 @@ partial void ProcessUploadCatalogFileResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.IInstillClient.Authorizations.Bearer.g.cs b/src/libs/Instill/Generated/Instill.IInstillClient.Authorizations.Bearer.g.cs
new file mode 100644
index 0000000..4b721af
--- /dev/null
+++ b/src/libs/Instill/Generated/Instill.IInstillClient.Authorizations.Bearer.g.cs
@@ -0,0 +1,15 @@
+
+#nullable enable
+
+namespace Instill
+{
+ public partial interface IInstillClient
+ {
+ ///
+ /// Authorize using bearer authentication.
+ ///
+ ///
+ public void AuthorizeUsingBearer(
+ string apiKey);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/Instill/Generated/Instill.InstillClient.Authorizations.Bearer.g.cs b/src/libs/Instill/Generated/Instill.InstillClient.Authorizations.Bearer.g.cs
index 1118ec1..f6c7559 100644
--- a/src/libs/Instill/Generated/Instill.InstillClient.Authorizations.Bearer.g.cs
+++ b/src/libs/Instill/Generated/Instill.InstillClient.Authorizations.Bearer.g.cs
@@ -5,10 +5,7 @@ namespace Instill
{
public sealed partial class InstillClient
{
- ///
- /// Authorize using bearer authentication.
- ///
- ///
+ ///
public void AuthorizeUsingBearer(
string apiKey)
{
diff --git a/src/libs/Instill/Generated/Instill.MetricsClient.ListCreditConsumptionChartRecords.g.cs b/src/libs/Instill/Generated/Instill.MetricsClient.ListCreditConsumptionChartRecords.g.cs
index 1ffefef..30ed9d7 100644
--- a/src/libs/Instill/Generated/Instill.MetricsClient.ListCreditConsumptionChartRecords.g.cs
+++ b/src/libs/Instill/Generated/Instill.MetricsClient.ListCreditConsumptionChartRecords.g.cs
@@ -71,6 +71,10 @@ partial void ProcessListCreditConsumptionChartRecordsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.MetricsClient.ListModelTriggerChartRecords.g.cs b/src/libs/Instill/Generated/Instill.MetricsClient.ListModelTriggerChartRecords.g.cs
index cb3b8f7..82cb7d1 100644
--- a/src/libs/Instill/Generated/Instill.MetricsClient.ListModelTriggerChartRecords.g.cs
+++ b/src/libs/Instill/Generated/Instill.MetricsClient.ListModelTriggerChartRecords.g.cs
@@ -69,6 +69,10 @@ partial void ProcessListModelTriggerChartRecordsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.MetricsClient.ListPipelineTriggerChartRecords.g.cs b/src/libs/Instill/Generated/Instill.MetricsClient.ListPipelineTriggerChartRecords.g.cs
index 9c31d75..add4c4a 100644
--- a/src/libs/Instill/Generated/Instill.MetricsClient.ListPipelineTriggerChartRecords.g.cs
+++ b/src/libs/Instill/Generated/Instill.MetricsClient.ListPipelineTriggerChartRecords.g.cs
@@ -69,6 +69,10 @@ partial void ProcessListPipelineTriggerChartRecordsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceCreateNamespaceModel.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceCreateNamespaceModel.g.cs
index 1d98aee..b4be399 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceCreateNamespaceModel.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceCreateNamespaceModel.g.cs
@@ -57,6 +57,10 @@ partial void ProcessModelPublicServiceCreateNamespaceModelResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceDeleteNamespaceModel.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceDeleteNamespaceModel.g.cs
index 2dbb351..70789f7 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceDeleteNamespaceModel.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceDeleteNamespaceModel.g.cs
@@ -52,6 +52,10 @@ partial void ProcessModelPublicServiceDeleteNamespaceModelResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.cs
index a0b4fb9..783b49a 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.cs
@@ -57,6 +57,10 @@ partial void ProcessModelPublicServiceDeleteNamespaceModelVersionResponseContent
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetModelDefinition.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetModelDefinition.g.cs
index 8fd130e..c259767 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetModelDefinition.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetModelDefinition.g.cs
@@ -54,6 +54,10 @@ partial void ProcessModelPublicServiceGetModelDefinitionResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetModelOperation.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetModelOperation.g.cs
index 370e9f7..6060c91 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetModelOperation.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetModelOperation.g.cs
@@ -55,6 +55,10 @@ partial void ProcessModelPublicServiceGetModelOperationResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.cs
index e32110d..048daa4 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.cs
@@ -60,6 +60,10 @@ partial void ProcessModelPublicServiceGetNamespaceLatestModelOperationResponseCo
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetNamespaceModel.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetNamespaceModel.g.cs
index 7f484cb..5dabec5 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetNamespaceModel.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetNamespaceModel.g.cs
@@ -59,6 +59,10 @@ partial void ProcessModelPublicServiceGetNamespaceModelResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.cs
index a4de6c1..0d309e1 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.cs
@@ -66,6 +66,10 @@ partial void ProcessModelPublicServiceGetNamespaceModelOperationResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListAvailableRegions.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListAvailableRegions.g.cs
index b4b4256..7c1b313 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListAvailableRegions.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListAvailableRegions.g.cs
@@ -41,6 +41,10 @@ partial void ProcessModelPublicServiceListAvailableRegionsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListModelDefinitions.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListModelDefinitions.g.cs
index 116ec95..cbd36d6 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListModelDefinitions.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListModelDefinitions.g.cs
@@ -61,6 +61,10 @@ partial void ProcessModelPublicServiceListModelDefinitionsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListModelRuns.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListModelRuns.g.cs
index 8f1b5ac..41547ed 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListModelRuns.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListModelRuns.g.cs
@@ -81,6 +81,10 @@ partial void ProcessModelPublicServiceListModelRunsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListModelRunsByRequester.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListModelRunsByRequester.g.cs
index c5d06b5..d881c2d 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListModelRunsByRequester.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListModelRunsByRequester.g.cs
@@ -90,6 +90,10 @@ partial void ProcessModelPublicServiceListModelRunsByRequesterResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListModels.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListModels.g.cs
index 6e1bc2f..9aa4719 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListModels.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListModels.g.cs
@@ -85,6 +85,10 @@ partial void ProcessModelPublicServiceListModelsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListNamespaceModelVersions.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListNamespaceModelVersions.g.cs
index 72a7bd4..2b67681 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListNamespaceModelVersions.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListNamespaceModelVersions.g.cs
@@ -66,6 +66,10 @@ partial void ProcessModelPublicServiceListNamespaceModelVersionsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListNamespaceModels.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListNamespaceModels.g.cs
index cabc1f8..a9ffbcc 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListNamespaceModels.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceListNamespaceModels.g.cs
@@ -90,6 +90,10 @@ partial void ProcessModelPublicServiceListNamespaceModelsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceRenameNamespaceModel.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceRenameNamespaceModel.g.cs
index ff9a270..687effc 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceRenameNamespaceModel.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceRenameNamespaceModel.g.cs
@@ -59,6 +59,10 @@ partial void ProcessModelPublicServiceRenameNamespaceModelResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.cs
index 510ff3c..87042a3 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.cs
@@ -63,6 +63,10 @@ partial void ProcessModelPublicServiceTriggerAsyncNamespaceLatestModelResponseCo
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.cs
index 5b70149..f47ebf5 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.cs
@@ -68,6 +68,10 @@ partial void ProcessModelPublicServiceTriggerAsyncNamespaceModelResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.cs
index c214b66..5153977 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.cs
@@ -63,6 +63,10 @@ partial void ProcessModelPublicServiceTriggerNamespaceLatestModelResponseContent
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceTriggerNamespaceModel.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceTriggerNamespaceModel.g.cs
index b0696bf..9006bcb 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceTriggerNamespaceModel.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceTriggerNamespaceModel.g.cs
@@ -68,6 +68,10 @@ partial void ProcessModelPublicServiceTriggerNamespaceModelResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceUpdateNamespaceModel.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceUpdateNamespaceModel.g.cs
index f794620..0892da6 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceUpdateNamespaceModel.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceUpdateNamespaceModel.g.cs
@@ -61,6 +61,10 @@ partial void ProcessModelPublicServiceUpdateNamespaceModelResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.cs
index 9c7e0b6..5d4651d 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.cs
@@ -53,6 +53,10 @@ partial void ProcessModelPublicServiceWatchNamespaceLatestModelResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceWatchNamespaceModel.g.cs b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceWatchNamespaceModel.g.cs
index cf8091a..8f4bd0a 100644
--- a/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceWatchNamespaceModel.g.cs
+++ b/src/libs/Instill/Generated/Instill.ModelClient.ModelPublicServiceWatchNamespaceModel.g.cs
@@ -58,6 +58,10 @@ partial void ProcessModelPublicServiceWatchNamespaceModelResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.CheckNamespace.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.CheckNamespace.g.cs
index cf6a1f0..1dcd17a 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.CheckNamespace.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.CheckNamespace.g.cs
@@ -49,6 +49,10 @@ partial void ProcessCheckNamespaceResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.CreateOrganization.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.CreateOrganization.g.cs
index 5480ee2..9949624 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.CreateOrganization.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.CreateOrganization.g.cs
@@ -48,6 +48,10 @@ partial void ProcessCreateOrganizationResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.CreateToken.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.CreateToken.g.cs
index 1a1842a..4713e85 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.CreateToken.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.CreateToken.g.cs
@@ -48,6 +48,10 @@ partial void ProcessCreateTokenResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.DeleteOrganization.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.DeleteOrganization.g.cs
index a8123d9..88c0f01 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.DeleteOrganization.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.DeleteOrganization.g.cs
@@ -46,6 +46,10 @@ partial void ProcessDeleteOrganizationResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.DeleteOrganizationMembership.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.DeleteOrganizationMembership.g.cs
index 6500b39..67d6b40 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.DeleteOrganizationMembership.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.DeleteOrganizationMembership.g.cs
@@ -51,6 +51,10 @@ partial void ProcessDeleteOrganizationMembershipResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.DeleteToken.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.DeleteToken.g.cs
index 0d3318c..56a0601 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.DeleteToken.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.DeleteToken.g.cs
@@ -46,6 +46,10 @@ partial void ProcessDeleteTokenResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.DeleteUserMembership.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.DeleteUserMembership.g.cs
index 7d75b7a..0242b79 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.DeleteUserMembership.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.DeleteUserMembership.g.cs
@@ -51,6 +51,10 @@ partial void ProcessDeleteUserMembershipResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.GetAuthenticatedUser.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.GetAuthenticatedUser.g.cs
index 4100326..7eecf8d 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.GetAuthenticatedUser.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.GetAuthenticatedUser.g.cs
@@ -41,6 +41,10 @@ partial void ProcessGetAuthenticatedUserResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.GetOrganization.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.GetOrganization.g.cs
index 9b9c4fa..16da85a 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.GetOrganization.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.GetOrganization.g.cs
@@ -54,6 +54,10 @@ partial void ProcessGetOrganizationResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.GetOrganizationMembership.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.GetOrganizationMembership.g.cs
index e0b98f3..6574dca 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.GetOrganizationMembership.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.GetOrganizationMembership.g.cs
@@ -59,6 +59,10 @@ partial void ProcessGetOrganizationMembershipResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.GetToken.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.GetToken.g.cs
index 6d6da94..5c8cd48 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.GetToken.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.GetToken.g.cs
@@ -46,6 +46,10 @@ partial void ProcessGetTokenResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.GetUser.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.GetUser.g.cs
index 6b4b1da..d2c64f0 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.GetUser.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.GetUser.g.cs
@@ -54,6 +54,10 @@ partial void ProcessGetUserResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.GetUserMembership.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.GetUserMembership.g.cs
index 44aea01..1489a46 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.GetUserMembership.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.GetUserMembership.g.cs
@@ -60,6 +60,10 @@ partial void ProcessGetUserMembershipResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.ListOrganizationMemberships.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.ListOrganizationMemberships.g.cs
index fbd4f8a..8ef60a3 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.ListOrganizationMemberships.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.ListOrganizationMemberships.g.cs
@@ -46,6 +46,10 @@ partial void ProcessListOrganizationMembershipsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.ListOrganizations.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.ListOrganizations.g.cs
index ba504e7..379dfa1 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.ListOrganizations.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.ListOrganizations.g.cs
@@ -67,6 +67,10 @@ partial void ProcessListOrganizationsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.ListTokens.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.ListTokens.g.cs
index 66a4c19..f92e670 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.ListTokens.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.ListTokens.g.cs
@@ -55,6 +55,10 @@ partial void ProcessListTokensResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.ListUserMemberships.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.ListUserMemberships.g.cs
index 8c31191..feaee30 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.ListUserMemberships.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.ListUserMemberships.g.cs
@@ -46,6 +46,10 @@ partial void ProcessListUserMembershipsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.ListUsers.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.ListUsers.g.cs
index 48929df..243d666 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.ListUsers.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.ListUsers.g.cs
@@ -67,6 +67,10 @@ partial void ProcessListUsersResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.PatchAuthenticatedUser.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.PatchAuthenticatedUser.g.cs
index 1663169..383f0cb 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.PatchAuthenticatedUser.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.PatchAuthenticatedUser.g.cs
@@ -50,6 +50,10 @@ partial void ProcessPatchAuthenticatedUserResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.UpdateOrganization.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.UpdateOrganization.g.cs
index 921d933..7482a3c 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.UpdateOrganization.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.UpdateOrganization.g.cs
@@ -55,6 +55,10 @@ partial void ProcessUpdateOrganizationResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.UpdateOrganizationMembership.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.UpdateOrganizationMembership.g.cs
index 73b6afe..b2bc261 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.UpdateOrganizationMembership.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.UpdateOrganizationMembership.g.cs
@@ -66,6 +66,10 @@ partial void ProcessUpdateOrganizationMembershipResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Put,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.UpdateUserMembership.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.UpdateUserMembership.g.cs
index 2e67331..d6e5f48 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.UpdateUserMembership.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.UpdateUserMembership.g.cs
@@ -66,6 +66,10 @@ partial void ProcessUpdateUserMembershipResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Put,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.NamespaceClient.ValidateToken.g.cs b/src/libs/Instill/Generated/Instill.NamespaceClient.ValidateToken.g.cs
index 6f66bc5..0458274 100644
--- a/src/libs/Instill/Generated/Instill.NamespaceClient.ValidateToken.g.cs
+++ b/src/libs/Instill/Generated/Instill.NamespaceClient.ValidateToken.g.cs
@@ -41,6 +41,10 @@ partial void ProcessValidateTokenResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.SubscriptionClient.GetAuthenticatedUserSubscription.g.cs b/src/libs/Instill/Generated/Instill.SubscriptionClient.GetAuthenticatedUserSubscription.g.cs
index d9a8cd3..7d1ab42 100644
--- a/src/libs/Instill/Generated/Instill.SubscriptionClient.GetAuthenticatedUserSubscription.g.cs
+++ b/src/libs/Instill/Generated/Instill.SubscriptionClient.GetAuthenticatedUserSubscription.g.cs
@@ -41,6 +41,10 @@ partial void ProcessGetAuthenticatedUserSubscriptionResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.SubscriptionClient.GetOrganizationSubscription.g.cs b/src/libs/Instill/Generated/Instill.SubscriptionClient.GetOrganizationSubscription.g.cs
index 5df3b2c..71b0a12 100644
--- a/src/libs/Instill/Generated/Instill.SubscriptionClient.GetOrganizationSubscription.g.cs
+++ b/src/libs/Instill/Generated/Instill.SubscriptionClient.GetOrganizationSubscription.g.cs
@@ -46,6 +46,10 @@ partial void ProcessGetOrganizationSubscriptionResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.SubscriptionClient.GetRemainingCredit.g.cs b/src/libs/Instill/Generated/Instill.SubscriptionClient.GetRemainingCredit.g.cs
index 71a18cd..450f10e 100644
--- a/src/libs/Instill/Generated/Instill.SubscriptionClient.GetRemainingCredit.g.cs
+++ b/src/libs/Instill/Generated/Instill.SubscriptionClient.GetRemainingCredit.g.cs
@@ -49,6 +49,10 @@ partial void ProcessGetRemainingCreditResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.cs
index fd484fc..d333d1d 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.cs
@@ -59,6 +59,10 @@ partial void ProcessPipelinePublicServiceCloneNamespacePipelineResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.cs
index ca66073..b9b9a18 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.cs
@@ -64,6 +64,10 @@ partial void ProcessPipelinePublicServiceCloneNamespacePipelineReleaseResponseCo
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.cs
index 24e1a13..db3d130 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.cs
@@ -53,6 +53,10 @@ partial void ProcessPipelinePublicServiceCreateNamespaceConnectionResponseConten
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.cs
index b1c1c7e..a994dd9 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.cs
@@ -53,6 +53,10 @@ partial void ProcessPipelinePublicServiceCreateNamespacePipelineResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.cs
index bf98b1d..9958186 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.cs
@@ -61,6 +61,10 @@ partial void ProcessPipelinePublicServiceCreateNamespacePipelineReleaseResponseC
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.cs
index 375d42d..359f013 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.cs
@@ -53,6 +53,10 @@ partial void ProcessPipelinePublicServiceCreateNamespaceSecretResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.cs
index 33215e1..721a0f1 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.cs
@@ -51,6 +51,10 @@ partial void ProcessPipelinePublicServiceDeleteNamespaceConnectionResponseConten
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.cs
index 54b3955..83bdf13 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.cs
@@ -53,6 +53,10 @@ partial void ProcessPipelinePublicServiceDeleteNamespacePipelineResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.cs
index 19bc09c..76313fa 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.cs
@@ -59,6 +59,10 @@ partial void ProcessPipelinePublicServiceDeleteNamespacePipelineReleaseResponseC
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.cs
index 33a8482..588c0c4 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.cs
@@ -52,6 +52,10 @@ partial void ProcessPipelinePublicServiceDeleteNamespaceSecretResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetIntegration.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetIntegration.g.cs
index f17ec46..3adad0c 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetIntegration.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetIntegration.g.cs
@@ -54,6 +54,10 @@ partial void ProcessPipelinePublicServiceGetIntegrationResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetNamespaceConnection.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetNamespaceConnection.g.cs
index c087c8d..d759ea3 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetNamespaceConnection.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetNamespaceConnection.g.cs
@@ -59,6 +59,10 @@ partial void ProcessPipelinePublicServiceGetNamespaceConnectionResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetNamespacePipeline.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetNamespacePipeline.g.cs
index 4589b54..4e0d435 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetNamespacePipeline.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetNamespacePipeline.g.cs
@@ -59,6 +59,10 @@ partial void ProcessPipelinePublicServiceGetNamespacePipelineResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.cs
index 6a8066e..8f8e6ff 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.cs
@@ -65,6 +65,10 @@ partial void ProcessPipelinePublicServiceGetNamespacePipelineReleaseResponseCont
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetNamespaceSecret.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetNamespaceSecret.g.cs
index e18b068..8f6e3a9 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetNamespaceSecret.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetNamespaceSecret.g.cs
@@ -52,6 +52,10 @@ partial void ProcessPipelinePublicServiceGetNamespaceSecretResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetOperation.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetOperation.g.cs
index 1e93d9a..2076c18 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetOperation.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceGetOperation.g.cs
@@ -51,6 +51,10 @@ partial void ProcessPipelinePublicServiceGetOperationResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListComponentDefinitions.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListComponentDefinitions.g.cs
index e5bec2c..df4cd10 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListComponentDefinitions.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListComponentDefinitions.g.cs
@@ -69,6 +69,10 @@ partial void ProcessPipelinePublicServiceListComponentDefinitionsResponseContent
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListComponentRuns.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListComponentRuns.g.cs
index 032d75d..d22340b 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListComponentRuns.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListComponentRuns.g.cs
@@ -82,6 +82,10 @@ partial void ProcessPipelinePublicServiceListComponentRunsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListIntegrations.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListIntegrations.g.cs
index 9137226..0f500f4 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListIntegrations.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListIntegrations.g.cs
@@ -61,6 +61,10 @@ partial void ProcessPipelinePublicServiceListIntegrationsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListNamespaceConnections.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListNamespaceConnections.g.cs
index b352f1f..0dcf5bd 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListNamespaceConnections.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListNamespaceConnections.g.cs
@@ -66,6 +66,10 @@ partial void ProcessPipelinePublicServiceListNamespaceConnectionsResponseContent
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.cs
index b54e947..063c1b0 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.cs
@@ -84,6 +84,10 @@ partial void ProcessPipelinePublicServiceListNamespacePipelineReleasesResponseCo
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListNamespacePipelines.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListNamespacePipelines.g.cs
index 4e3f7ac..03110f7 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListNamespacePipelines.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListNamespacePipelines.g.cs
@@ -90,6 +90,10 @@ partial void ProcessPipelinePublicServiceListNamespacePipelinesResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListNamespaceSecrets.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListNamespaceSecrets.g.cs
index 1ded47b..748a1f0 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListNamespaceSecrets.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListNamespaceSecrets.g.cs
@@ -61,6 +61,10 @@ partial void ProcessPipelinePublicServiceListNamespaceSecretsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.cs
index ee2f561..a810e58 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.cs
@@ -73,6 +73,10 @@ partial void ProcessPipelinePublicServiceListPipelineIDsByConnectionIDResponseCo
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListPipelineRuns.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListPipelineRuns.g.cs
index 6482af0..eab50fe 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListPipelineRuns.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListPipelineRuns.g.cs
@@ -84,6 +84,10 @@ partial void ProcessPipelinePublicServiceListPipelineRunsResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.cs
index 6bcd905..6733d8a 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.cs
@@ -90,6 +90,10 @@ partial void ProcessPipelinePublicServiceListPipelineRunsByRequesterResponseCont
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListPipelines.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListPipelines.g.cs
index 7b2dc08..6f376b2 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListPipelines.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceListPipelines.g.cs
@@ -85,6 +85,10 @@ partial void ProcessPipelinePublicServiceListPipelinesResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.cs
index c8ea2c5..4bb4f0a 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.cs
@@ -64,6 +64,10 @@ partial void ProcessPipelinePublicServiceRenameNamespacePipelineResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTestNamespaceConnection.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTestNamespaceConnection.g.cs
index 8efb301..4d2c77a 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTestNamespaceConnection.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTestNamespaceConnection.g.cs
@@ -56,6 +56,10 @@ partial void ProcessPipelinePublicServiceTestNamespaceConnectionResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.cs
index 9fc86be..f72b960 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.cs
@@ -68,6 +68,10 @@ partial void ProcessPipelinePublicServiceTriggerAsyncNamespacePipelineResponseCo
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.cs
index e78d8d8..8e016f9 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.cs
@@ -72,6 +72,10 @@ partial void ProcessPipelinePublicServiceTriggerAsyncNamespacePipelineReleaseRes
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.cs
index 8708511..0a08f7e 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.cs
@@ -67,6 +67,10 @@ partial void ProcessPipelinePublicServiceTriggerNamespacePipelineResponseContent
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.cs
index 60c4930..9344778 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.cs
@@ -72,6 +72,10 @@ partial void ProcessPipelinePublicServiceTriggerNamespacePipelineReleaseResponse
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.cs
index 1243c2c..6527bd4 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.cs
@@ -66,6 +66,10 @@ partial void ProcessPipelinePublicServiceTriggerNamespacePipelineWithStreamRespo
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.cs
index 46c8bd4..a80e743 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.cs
@@ -58,6 +58,10 @@ partial void ProcessPipelinePublicServiceUpdateNamespaceConnectionResponseConten
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.cs
index 11f32b3..0756d48 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.cs
@@ -62,6 +62,10 @@ partial void ProcessPipelinePublicServiceUpdateNamespacePipelineResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.cs
index b68e3d4..0e20741 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.cs
@@ -66,6 +66,10 @@ partial void ProcessPipelinePublicServiceUpdateNamespacePipelineReleaseResponseC
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.cs
index 00426e5..695a0aa 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.cs
@@ -60,6 +60,10 @@ partial void ProcessPipelinePublicServiceUpdateNamespaceSecretResponseContent(
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{
diff --git a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.cs b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.cs
index 6d6c60c..8021730 100644
--- a/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.cs
+++ b/src/libs/Instill/Generated/Instill.VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.cs
@@ -60,6 +60,10 @@ partial void ProcessPipelinePublicServiceValidateNamespacePipelineResponseConten
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
+#if NET6_0_OR_GREATER
+ __httpRequest.Version = global::System.Net.HttpVersion.Version11;
+ __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
+#endif
foreach (var __authorization in Authorizations)
{