From 03651b4efcf30b564cc9079c889c0fb8df5a2b7e Mon Sep 17 00:00:00 2001 From: HavenDV Date: Tue, 1 Oct 2024 05:08:23 +0400 Subject: [PATCH] fix: Fixed xml docs. --- src/libs/AutoSDK/Sources/Sources.Authorizations.cs | 5 +++-- .../NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs | 5 +++-- .../SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs | 5 +++-- .../NewtonsoftJson/_#G.Api.Constructors..g.verified.cs | 5 +++-- .../SystemTextJson/_#G.Api.Constructors..g.verified.cs | 5 +++-- .../NewtonsoftJson/_#G.Api.Constructors..g.verified.cs | 5 +++-- .../SystemTextJson/_#G.Api.Constructors..g.verified.cs | 5 +++-- .../NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs | 5 +++-- .../SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs | 5 +++-- .../NewtonsoftJson/_#G.Api.Constructors..g.verified.cs | 5 +++-- .../SystemTextJson/_#G.Api.Constructors..g.verified.cs | 5 +++-- .../NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs | 5 +++-- .../SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs | 5 +++-- .../_#G.OpenAiClient.Constructors.Bearer.g.verified.cs | 5 +++-- .../_#G.OpenAiClient.Constructors.Bearer.g.verified.cs | 5 +++-- .../NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs | 5 +++-- .../SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs | 5 +++-- .../NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs | 5 +++-- .../SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs | 5 +++-- .../NewtonsoftJson/_#G.Api.Constructors..g.verified.cs | 5 +++-- .../SystemTextJson/_#G.Api.Constructors..g.verified.cs | 5 +++-- .../NewtonsoftJson/_#G.Api.Constructors..g.verified.cs | 5 +++-- .../SystemTextJson/_#G.Api.Constructors..g.verified.cs | 5 +++-- .../NewtonsoftJson/_#G.Api.Constructors..g.verified.cs | 5 +++-- .../SystemTextJson/_#G.Api.Constructors..g.verified.cs | 5 +++-- .../NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs | 5 +++-- .../SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs | 5 +++-- .../NewtonsoftJson/_#G.Api.Constructors..g.verified.cs | 5 +++-- .../SystemTextJson/_#G.Api.Constructors..g.verified.cs | 5 +++-- 29 files changed, 87 insertions(+), 58 deletions(-) diff --git a/src/libs/AutoSDK/Sources/Sources.Authorizations.cs b/src/libs/AutoSDK/Sources/Sources.Authorizations.cs index 5456181580..f5490237a1 100644 --- a/src/libs/AutoSDK/Sources/Sources.Authorizations.cs +++ b/src/libs/AutoSDK/Sources/Sources.Authorizations.cs @@ -81,12 +81,13 @@ namespace {authorization.Settings.Namespace} {{ public sealed partial class {authorization.Settings.ClassName} {{ - /// + /// public {authorization.Settings.ClassName}( {string.Join("\n", authorization.Parameters.Select(x => $@" string {x},"))} global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::{authorization.Settings.Namespace}.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) {{ Authorizing(_httpClient, {string.Join(", ", authorization.Parameters.Select(x => $"ref {x}"))}); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/Ai21/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/Ai21/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs index f7dce371af..4b1e2f3a6e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/Ai21/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/Ai21/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/Ai21/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/Ai21/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs index f7dce371af..4b1e2f3a6e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/Ai21/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/Ai21/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/Anthropic/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/Anthropic/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs index 7ea5ff656d..c2d0e329e6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/Anthropic/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/Anthropic/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/Anthropic/SystemTextJson/_#G.Api.Constructors..g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/Anthropic/SystemTextJson/_#G.Api.Constructors..g.verified.cs index 7ea5ff656d..c2d0e329e6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/Anthropic/SystemTextJson/_#G.Api.Constructors..g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/Anthropic/SystemTextJson/_#G.Api.Constructors..g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/AssemblyAi/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/AssemblyAi/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs index 7ea5ff656d..c2d0e329e6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/AssemblyAi/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/AssemblyAi/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/AssemblyAi/SystemTextJson/_#G.Api.Constructors..g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/AssemblyAi/SystemTextJson/_#G.Api.Constructors..g.verified.cs index 7ea5ff656d..c2d0e329e6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/AssemblyAi/SystemTextJson/_#G.Api.Constructors..g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/AssemblyAi/SystemTextJson/_#G.Api.Constructors..g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/Cohere/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/Cohere/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs index f7dce371af..4b1e2f3a6e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/Cohere/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/Cohere/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/Cohere/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/Cohere/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs index f7dce371af..4b1e2f3a6e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/Cohere/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/Cohere/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/LangSmith/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/LangSmith/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs index 7ea5ff656d..c2d0e329e6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/LangSmith/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/LangSmith/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/LangSmith/SystemTextJson/_#G.Api.Constructors..g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/LangSmith/SystemTextJson/_#G.Api.Constructors..g.verified.cs index 7ea5ff656d..c2d0e329e6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/LangSmith/SystemTextJson/_#G.Api.Constructors..g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/LangSmith/SystemTextJson/_#G.Api.Constructors..g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/Leonardo/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/Leonardo/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs index f7dce371af..4b1e2f3a6e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/Leonardo/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/Leonardo/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/Leonardo/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/Leonardo/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs index f7dce371af..4b1e2f3a6e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/Leonardo/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/Leonardo/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/OpenAi/NewtonsoftJson/_#G.OpenAiClient.Constructors.Bearer.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/OpenAi/NewtonsoftJson/_#G.OpenAiClient.Constructors.Bearer.g.verified.cs index 6c1b671ac4..d68cb731d3 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/OpenAi/NewtonsoftJson/_#G.OpenAiClient.Constructors.Bearer.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/OpenAi/NewtonsoftJson/_#G.OpenAiClient.Constructors.Bearer.g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class OpenAiClient { - /// + /// public OpenAiClient( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/OpenAi/SystemTextJson/_#G.OpenAiClient.Constructors.Bearer.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/OpenAi/SystemTextJson/_#G.OpenAiClient.Constructors.Bearer.g.verified.cs index 6c1b671ac4..d68cb731d3 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/OpenAi/SystemTextJson/_#G.OpenAiClient.Constructors.Bearer.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/OpenAi/SystemTextJson/_#G.OpenAiClient.Constructors.Bearer.g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class OpenAiClient { - /// + /// public OpenAiClient( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/Replicate/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/Replicate/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs index f7dce371af..4b1e2f3a6e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/Replicate/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/Replicate/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/Replicate/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/Replicate/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs index f7dce371af..4b1e2f3a6e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/Replicate/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/Replicate/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/Together/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/Together/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs index f7dce371af..4b1e2f3a6e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/Together/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/Together/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/Together/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/Together/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs index f7dce371af..4b1e2f3a6e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/Together/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/Together/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/google-gemini/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/google-gemini/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs index 9ef71ab99b..f61356ded9 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/google-gemini/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/google-gemini/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/google-gemini/SystemTextJson/_#G.Api.Constructors..g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/google-gemini/SystemTextJson/_#G.Api.Constructors..g.verified.cs index 9ef71ab99b..f61356ded9 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/google-gemini/SystemTextJson/_#G.Api.Constructors..g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/google-gemini/SystemTextJson/_#G.Api.Constructors..g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/heygen/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/heygen/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs index 7ea5ff656d..c2d0e329e6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/heygen/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/heygen/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/heygen/SystemTextJson/_#G.Api.Constructors..g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/heygen/SystemTextJson/_#G.Api.Constructors..g.verified.cs index 7ea5ff656d..c2d0e329e6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/heygen/SystemTextJson/_#G.Api.Constructors..g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/heygen/SystemTextJson/_#G.Api.Constructors..g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/ideogram/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/ideogram/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs index 7ea5ff656d..c2d0e329e6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/ideogram/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/ideogram/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/ideogram/SystemTextJson/_#G.Api.Constructors..g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/ideogram/SystemTextJson/_#G.Api.Constructors..g.verified.cs index 7ea5ff656d..c2d0e329e6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/ideogram/SystemTextJson/_#G.Api.Constructors..g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/ideogram/SystemTextJson/_#G.Api.Constructors..g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs index f7dce371af..4b1e2f3a6e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Api.Constructors.Bearer.g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs index f7dce371af..4b1e2f3a6e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Api.Constructors.Bearer.g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/vectara/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/vectara/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs index 7ea5ff656d..c2d0e329e6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/vectara/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/vectara/NewtonsoftJson/_#G.Api.Constructors..g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/vectara/SystemTextJson/_#G.Api.Constructors..g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/vectara/SystemTextJson/_#G.Api.Constructors..g.verified.cs index 7ea5ff656d..c2d0e329e6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/vectara/SystemTextJson/_#G.Api.Constructors..g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/vectara/SystemTextJson/_#G.Api.Constructors..g.verified.cs @@ -6,11 +6,12 @@ namespace G { public sealed partial class Api { - /// + /// public Api( string apiKey, global::System.Net.Http.HttpClient? httpClient = null, - global::System.Uri? baseUri = null) : this(httpClient, baseUri) + global::System.Uri? baseUri = null, + global::G.EndPointAuthorization? authorization = null) : this(httpClient, baseUri, authorization) { Authorizing(_httpClient, ref apiKey);