Skip to content

Commit

Permalink
fix: Fixed issue with Summary naming and collisions.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Sep 11, 2024
1 parent a64905e commit 559e613
Show file tree
Hide file tree
Showing 11 changed files with 109 additions and 108 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
//HintName: G.RAGEngineClient.V1LibraryManagement4.g.cs
//HintName: G.RAGEngineClient.V1LibraryManagement.g.cs

#nullable enable

namespace G
{
public partial class RAGEngineClient
{
partial void PrepareV1LibraryManagement4Arguments(
partial void PrepareV1LibraryManagementArguments(
global::System.Net.Http.HttpClient httpClient,
ref global::System.Guid fileId);
partial void PrepareV1LibraryManagement4Request(
partial void PrepareV1LibraryManagementRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
global::System.Guid fileId);
partial void ProcessV1LibraryManagement4Response(
partial void ProcessV1LibraryManagementResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);

partial void ProcessV1LibraryManagement4ResponseContent(
partial void ProcessV1LibraryManagementResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
Expand All @@ -28,13 +28,13 @@ partial void ProcessV1LibraryManagement4ResponseContent(
/// <param name="fileId"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
public async global::System.Threading.Tasks.Task<string> V1LibraryManagement4Async(
public async global::System.Threading.Tasks.Task<string> V1LibraryManagementAsync(
global::System.Guid fileId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: _httpClient);
PrepareV1LibraryManagement4Arguments(
PrepareV1LibraryManagementArguments(
httpClient: _httpClient,
fileId: ref fileId);

Expand All @@ -45,7 +45,7 @@ partial void ProcessV1LibraryManagement4ResponseContent(
PrepareRequest(
client: _httpClient,
request: httpRequest);
PrepareV1LibraryManagement4Request(
PrepareV1LibraryManagementRequest(
httpClient: _httpClient,
httpRequestMessage: httpRequest,
fileId: fileId);
Expand All @@ -58,7 +58,7 @@ partial void ProcessV1LibraryManagement4ResponseContent(
ProcessResponse(
client: _httpClient,
response: response);
ProcessV1LibraryManagement4Response(
ProcessV1LibraryManagementResponse(
httpClient: _httpClient,
httpResponseMessage: response);

Expand All @@ -68,7 +68,7 @@ partial void ProcessV1LibraryManagement4ResponseContent(
client: _httpClient,
response: response,
content: ref __content);
ProcessV1LibraryManagement4ResponseContent(
ProcessV1LibraryManagementResponseContent(
httpClient: _httpClient,
httpResponseMessage: response,
content: ref __content);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
//HintName: G.RAGEngineClient.V1LibraryManagement4.g.cs
//HintName: G.RAGEngineClient.V1LibraryManagement.g.cs

#nullable enable

namespace G
{
public partial class RAGEngineClient
{
partial void PrepareV1LibraryManagement4Arguments(
partial void PrepareV1LibraryManagementArguments(
global::System.Net.Http.HttpClient httpClient,
ref global::System.Guid fileId);
partial void PrepareV1LibraryManagement4Request(
partial void PrepareV1LibraryManagementRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
global::System.Guid fileId);
partial void ProcessV1LibraryManagement4Response(
partial void ProcessV1LibraryManagementResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);

partial void ProcessV1LibraryManagement4ResponseContent(
partial void ProcessV1LibraryManagementResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
Expand All @@ -28,13 +28,13 @@ partial void ProcessV1LibraryManagement4ResponseContent(
/// <param name="fileId"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
public async global::System.Threading.Tasks.Task<string> V1LibraryManagement4Async(
public async global::System.Threading.Tasks.Task<string> V1LibraryManagementAsync(
global::System.Guid fileId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: _httpClient);
PrepareV1LibraryManagement4Arguments(
PrepareV1LibraryManagementArguments(
httpClient: _httpClient,
fileId: ref fileId);

Expand All @@ -45,7 +45,7 @@ partial void ProcessV1LibraryManagement4ResponseContent(
PrepareRequest(
client: _httpClient,
request: httpRequest);
PrepareV1LibraryManagement4Request(
PrepareV1LibraryManagementRequest(
httpClient: _httpClient,
httpRequestMessage: httpRequest,
fileId: fileId);
Expand All @@ -58,7 +58,7 @@ partial void ProcessV1LibraryManagement4ResponseContent(
ProcessResponse(
client: _httpClient,
response: response);
ProcessV1LibraryManagement4Response(
ProcessV1LibraryManagementResponse(
httpClient: _httpClient,
httpResponseMessage: response);

Expand All @@ -68,7 +68,7 @@ partial void ProcessV1LibraryManagement4ResponseContent(
client: _httpClient,
response: response,
content: ref __content);
ProcessV1LibraryManagement4ResponseContent(
ProcessV1LibraryManagementResponseContent(
httpClient: _httpClient,
httpResponseMessage: response,
content: ref __content);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
//HintName: G.TtlSettingsClient.ListTtlSettings2.g.cs
//HintName: G.TtlSettingsClient.ListTtlSettings.g.cs

#nullable enable

namespace G
{
public partial class TtlSettingsClient
{
partial void PrepareListTtlSettings2Arguments(
partial void PrepareListTtlSettingsArguments(
global::System.Net.Http.HttpClient httpClient);
partial void PrepareListTtlSettings2Request(
partial void PrepareListTtlSettingsRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage);
partial void ProcessListTtlSettings2Response(
partial void ProcessListTtlSettingsResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);

partial void ProcessListTtlSettings2ResponseContent(
partial void ProcessListTtlSettingsResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
Expand All @@ -26,12 +26,12 @@ partial void ProcessListTtlSettings2ResponseContent(
/// </summary>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
public async global::System.Threading.Tasks.Task<global::System.Collections.Generic.IList<global::G.TTLSettings>> ListTtlSettings2Async(
public async global::System.Threading.Tasks.Task<global::System.Collections.Generic.IList<global::G.TTLSettings>> ListTtlSettingsAsync(
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: _httpClient);
PrepareListTtlSettings2Arguments(
PrepareListTtlSettingsArguments(
httpClient: _httpClient);

using var httpRequest = new global::System.Net.Http.HttpRequestMessage(
Expand All @@ -41,7 +41,7 @@ partial void ProcessListTtlSettings2ResponseContent(
PrepareRequest(
client: _httpClient,
request: httpRequest);
PrepareListTtlSettings2Request(
PrepareListTtlSettingsRequest(
httpClient: _httpClient,
httpRequestMessage: httpRequest);

Expand All @@ -53,7 +53,7 @@ partial void ProcessListTtlSettings2ResponseContent(
ProcessResponse(
client: _httpClient,
response: response);
ProcessListTtlSettings2Response(
ProcessListTtlSettingsResponse(
httpClient: _httpClient,
httpResponseMessage: response);

Expand All @@ -63,7 +63,7 @@ partial void ProcessListTtlSettings2ResponseContent(
client: _httpClient,
response: response,
content: ref __content);
ProcessListTtlSettings2ResponseContent(
ProcessListTtlSettingsResponseContent(
httpClient: _httpClient,
httpResponseMessage: response,
content: ref __content);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
//HintName: G.TtlSettingsClient.UpsertTtlSettings2.g.cs
//HintName: G.TtlSettingsClient.UpsertTtlSettings.g.cs

#nullable enable

namespace G
{
public partial class TtlSettingsClient
{
partial void PrepareUpsertTtlSettings2Arguments(
partial void PrepareUpsertTtlSettingsArguments(
global::System.Net.Http.HttpClient httpClient,
global::G.UpsertTTLSettingsRequest request);
partial void PrepareUpsertTtlSettings2Request(
partial void PrepareUpsertTtlSettingsRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
global::G.UpsertTTLSettingsRequest request);
partial void ProcessUpsertTtlSettings2Response(
partial void ProcessUpsertTtlSettingsResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);

partial void ProcessUpsertTtlSettings2ResponseContent(
partial void ProcessUpsertTtlSettingsResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
Expand All @@ -28,15 +28,15 @@ partial void ProcessUpsertTtlSettings2ResponseContent(
/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
public async global::System.Threading.Tasks.Task<global::G.TTLSettings> UpsertTtlSettings2Async(
public async global::System.Threading.Tasks.Task<global::G.TTLSettings> UpsertTtlSettingsAsync(
global::G.UpsertTTLSettingsRequest request,
global::System.Threading.CancellationToken cancellationToken = default)
{
request = request ?? throw new global::System.ArgumentNullException(nameof(request));

PrepareArguments(
client: _httpClient);
PrepareUpsertTtlSettings2Arguments(
PrepareUpsertTtlSettingsArguments(
httpClient: _httpClient,
request: request);

Expand All @@ -53,7 +53,7 @@ partial void ProcessUpsertTtlSettings2ResponseContent(
PrepareRequest(
client: _httpClient,
request: httpRequest);
PrepareUpsertTtlSettings2Request(
PrepareUpsertTtlSettingsRequest(
httpClient: _httpClient,
httpRequestMessage: httpRequest,
request: request);
Expand All @@ -66,7 +66,7 @@ partial void ProcessUpsertTtlSettings2ResponseContent(
ProcessResponse(
client: _httpClient,
response: response);
ProcessUpsertTtlSettings2Response(
ProcessUpsertTtlSettingsResponse(
httpClient: _httpClient,
httpResponseMessage: response);

Expand All @@ -76,7 +76,7 @@ partial void ProcessUpsertTtlSettings2ResponseContent(
client: _httpClient,
response: response,
content: ref __content);
ProcessUpsertTtlSettings2ResponseContent(
ProcessUpsertTtlSettingsResponseContent(
httpClient: _httpClient,
httpResponseMessage: response,
content: ref __content);
Expand All @@ -102,7 +102,7 @@ partial void ProcessUpsertTtlSettings2ResponseContent(
/// <param name="defaultTraceTier"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
public async global::System.Threading.Tasks.Task<global::G.TTLSettings> UpsertTtlSettings2Async(
public async global::System.Threading.Tasks.Task<global::G.TTLSettings> UpsertTtlSettingsAsync(
global::G.TraceTier3 defaultTraceTier,
global::G.AnyOf<global::System.Guid?, object>? tenantId = default,
global::System.Threading.CancellationToken cancellationToken = default)
Expand All @@ -113,7 +113,7 @@ partial void ProcessUpsertTtlSettings2ResponseContent(
DefaultTraceTier = defaultTraceTier,
};

return await UpsertTtlSettings2Async(
return await UpsertTtlSettingsAsync(
request: request,
cancellationToken: cancellationToken).ConfigureAwait(false);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
//HintName: G.WorkspacesClient.BulkUnshareEntities2.g.cs
//HintName: G.WorkspacesClient.BulkUnshareEntities.g.cs

#nullable enable

namespace G
{
public partial class WorkspacesClient
{
partial void PrepareBulkUnshareEntities2Arguments(
partial void PrepareBulkUnshareEntitiesArguments(
global::System.Net.Http.HttpClient httpClient,
global::G.TenantBulkUnshareRequest request);
partial void PrepareBulkUnshareEntities2Request(
partial void PrepareBulkUnshareEntitiesRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
global::G.TenantBulkUnshareRequest request);
partial void ProcessBulkUnshareEntities2Response(
partial void ProcessBulkUnshareEntitiesResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);

partial void ProcessBulkUnshareEntities2ResponseContent(
partial void ProcessBulkUnshareEntitiesResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
Expand All @@ -29,15 +29,15 @@ partial void ProcessBulkUnshareEntities2ResponseContent(
/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
public async global::System.Threading.Tasks.Task<global::G.BulkUnshareEntitiesApiV1WorkspacesCurrentSharedDeleteResponse> BulkUnshareEntities2Async(
public async global::System.Threading.Tasks.Task<global::G.BulkUnshareEntitiesApiV1WorkspacesCurrentSharedDeleteResponse> BulkUnshareEntitiesAsync(
global::G.TenantBulkUnshareRequest request,
global::System.Threading.CancellationToken cancellationToken = default)
{
request = request ?? throw new global::System.ArgumentNullException(nameof(request));

PrepareArguments(
client: _httpClient);
PrepareBulkUnshareEntities2Arguments(
PrepareBulkUnshareEntitiesArguments(
httpClient: _httpClient,
request: request);

Expand All @@ -54,7 +54,7 @@ partial void ProcessBulkUnshareEntities2ResponseContent(
PrepareRequest(
client: _httpClient,
request: httpRequest);
PrepareBulkUnshareEntities2Request(
PrepareBulkUnshareEntitiesRequest(
httpClient: _httpClient,
httpRequestMessage: httpRequest,
request: request);
Expand All @@ -67,7 +67,7 @@ partial void ProcessBulkUnshareEntities2ResponseContent(
ProcessResponse(
client: _httpClient,
response: response);
ProcessBulkUnshareEntities2Response(
ProcessBulkUnshareEntitiesResponse(
httpClient: _httpClient,
httpResponseMessage: response);

Expand All @@ -77,7 +77,7 @@ partial void ProcessBulkUnshareEntities2ResponseContent(
client: _httpClient,
response: response,
content: ref __content);
ProcessBulkUnshareEntities2ResponseContent(
ProcessBulkUnshareEntitiesResponseContent(
httpClient: _httpClient,
httpResponseMessage: response,
content: ref __content);
Expand All @@ -103,7 +103,7 @@ partial void ProcessBulkUnshareEntities2ResponseContent(
/// <param name="shareTokens"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
public async global::System.Threading.Tasks.Task<global::G.BulkUnshareEntitiesApiV1WorkspacesCurrentSharedDeleteResponse> BulkUnshareEntities2Async(
public async global::System.Threading.Tasks.Task<global::G.BulkUnshareEntitiesApiV1WorkspacesCurrentSharedDeleteResponse> BulkUnshareEntitiesAsync(
global::System.Collections.Generic.IList<global::System.Guid>? shareTokens = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
Expand All @@ -112,7 +112,7 @@ partial void ProcessBulkUnshareEntities2ResponseContent(
ShareTokens = shareTokens,
};

return await BulkUnshareEntities2Async(
return await BulkUnshareEntitiesAsync(
request: request,
cancellationToken: cancellationToken).ConfigureAwait(false);
}
Expand Down
Loading

0 comments on commit 559e613

Please sign in to comment.