Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHES 3.13: Changes in generated code #85

Merged
merged 3 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion cli/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ static async Task Main(string[] args)
{
if (args == null || args.Length == 0)
{
Console.WriteLine("Please provide an argument: 'AppInstallationToken' or 'PersonalAccessToken'");
Console.WriteLine("Please provide an argument: 'AppInstallationToken', 'PersonalAccessToken', or 'Sandbox'");
return;
}

Expand All @@ -35,6 +35,9 @@ static async Task Main(string[] args)
case "PersonalAccessToken":
await PersonalAccessToken.Run(approach);
break;
case "Sandbox":
await Example.Run();
break;
default:
Console.WriteLine("Invalid argument. Please provide 'AppInstallationToken' or 'PersonalAccessToken'");
break;
Expand Down
7 changes: 7 additions & 0 deletions cli/SandBox.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
public class Example
{
public static async Task Run()
{
Console.WriteLine("Hello, World!");
}
}
2 changes: 1 addition & 1 deletion cli/cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RestoreSources>$(RestoreSources);../src/bin/Debug;https://api.nuget.org/v3/index.json</RestoreSources>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.0.2" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.1.0" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.12.4" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.12.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.12.4" />
Expand Down
15 changes: 8 additions & 7 deletions src/GitHub.Octokit.GHES.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@

<ItemGroup>
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.1.0" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.12.4" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.12.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.12.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.12.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Multipart" Version="1.12.4" />
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.12.4" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.12.4" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.13.0" />
<PackageReference Include="Microsoft.Kiota.Bundle" Version="1.13.0" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.13.0" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.13.0" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.13.0" />
<PackageReference Include="Microsoft.Kiota.Serialization.Multipart" Version="1.13.0" />
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.13.0" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.13.0" />
<None Include="NugetREADME.md" Pack="true" PackagePath="\" />
<None Include="octokit.png" Pack="true" PackagePath="\" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/Admin/AdminRequestBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace GitHub.Admin
/// <summary>
/// Builds and executes requests for operations under \admin
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class AdminRequestBuilder : BaseRequestBuilder
{
/// <summary>The hooks property</summary>
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/Admin/Hooks/HooksPostRequestBody.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System;
namespace GitHub.Admin.Hooks
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
#pragma warning disable CS1591
public partial class HooksPostRequestBody : IAdditionalDataHolder, IParsable
#pragma warning restore CS1591
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/Admin/Hooks/HooksPostRequestBody_config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace GitHub.Admin.Hooks
/// <summary>
/// Key/value pairs to provide settings for this webhook.
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class HooksPostRequestBody_config : IAdditionalDataHolder, IParsable
{
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
Expand Down
4 changes: 2 additions & 2 deletions src/GitHub/Admin/Hooks/HooksRequestBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace GitHub.Admin.Hooks
/// <summary>
/// Builds and executes requests for operations under \admin\hooks
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class HooksRequestBuilder : BaseRequestBuilder
{
/// <summary>Gets an item from the GitHub.admin.hooks.item collection</summary>
Expand Down Expand Up @@ -134,7 +134,7 @@ public RequestInformation ToPostRequestInformation(global::GitHub.Admin.Hooks.Ho
/// <summary>
/// List global webhooks
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class HooksRequestBuilderGetQueryParameters
{
/// <summary>The page number of the results to fetch. For more information, see &quot;[Using pagination in the REST API](https://docs.github.com/[email protected]/rest/using-the-rest-api/using-pagination-in-the-rest-api).&quot;</summary>
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/Admin/Hooks/Item/Pings/PingsRequestBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace GitHub.Admin.Hooks.Item.Pings
/// <summary>
/// Builds and executes requests for operations under \admin\hooks\{hook_id}\pings
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class PingsRequestBuilder : BaseRequestBuilder
{
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/Admin/Hooks/Item/WithHook_ItemRequestBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace GitHub.Admin.Hooks.Item
/// <summary>
/// Builds and executes requests for operations under \admin\hooks\{hook_id}
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class WithHook_ItemRequestBuilder : BaseRequestBuilder
{
/// <summary>The pings property</summary>
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/Admin/Hooks/Item/WithHook_PatchRequestBody.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System;
namespace GitHub.Admin.Hooks.Item
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
#pragma warning disable CS1591
public partial class WithHook_PatchRequestBody : IAdditionalDataHolder, IParsable
#pragma warning restore CS1591
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace GitHub.Admin.Hooks.Item
/// <summary>
/// Key/value pairs to provide settings for this webhook.
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class WithHook_PatchRequestBody_config : IAdditionalDataHolder, IParsable
{
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/Admin/Keys/GetDirectionQueryParameterType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System;
namespace GitHub.Admin.Keys
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
#pragma warning disable CS1591
public enum GetDirectionQueryParameterType
#pragma warning restore CS1591
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/Admin/Keys/GetSortQueryParameterType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System;
namespace GitHub.Admin.Keys
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
#pragma warning disable CS1591
public enum GetSortQueryParameterType
#pragma warning restore CS1591
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace GitHub.Admin.Keys.Item
/// <summary>
/// Builds and executes requests for operations under \admin\keys\{key_ids}
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class WithKey_idsItemRequestBuilder : BaseRequestBuilder
{
/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions src/GitHub/Admin/Keys/KeysRequestBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace GitHub.Admin.Keys
/// <summary>
/// Builds and executes requests for operations under \admin\keys
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class KeysRequestBuilder : BaseRequestBuilder
{
/// <summary>Gets an item from the GitHub.admin.keys.item collection</summary>
Expand Down Expand Up @@ -94,7 +94,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<gl
/// <summary>
/// List public keys
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class KeysRequestBuilderGetQueryParameters
{
/// <summary>The direction to sort the results by.</summary>
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/Admin/Ldap/LdapRequestBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace GitHub.Admin.Ldap
/// <summary>
/// Builds and executes requests for operations under \admin\ldap
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class LdapRequestBuilder : BaseRequestBuilder
{
/// <summary>The teams property</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System;
namespace GitHub.Admin.Ldap.Teams.Item.Mapping
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
#pragma warning disable CS1591
public partial class MappingPatchRequestBody : IAdditionalDataHolder, IParsable
#pragma warning restore CS1591
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace GitHub.Admin.Ldap.Teams.Item.Mapping
/// <summary>
/// Builds and executes requests for operations under \admin\ldap\teams\{team_id}\mapping
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class MappingRequestBuilder : BaseRequestBuilder
{
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/Admin/Ldap/Teams/Item/Sync/SyncPostResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System;
namespace GitHub.Admin.Ldap.Teams.Item.Sync
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
#pragma warning disable CS1591
public partial class SyncPostResponse : IAdditionalDataHolder, IParsable
#pragma warning restore CS1591
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace GitHub.Admin.Ldap.Teams.Item.Sync
/// <summary>
/// Builds and executes requests for operations under \admin\ldap\teams\{team_id}\sync
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class SyncRequestBuilder : BaseRequestBuilder
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace GitHub.Admin.Ldap.Teams.Item
/// <summary>
/// Builds and executes requests for operations under \admin\ldap\teams\{team_id}
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class WithTeam_ItemRequestBuilder : BaseRequestBuilder
{
/// <summary>The mapping property</summary>
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/Admin/Ldap/Teams/TeamsRequestBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace GitHub.Admin.Ldap.Teams
/// <summary>
/// Builds and executes requests for operations under \admin\ldap\teams
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class TeamsRequestBuilder : BaseRequestBuilder
{
/// <summary>Gets an item from the GitHub.admin.ldap.teams.item collection</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System;
namespace GitHub.Admin.Ldap.Users.Item.Mapping
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
#pragma warning disable CS1591
public partial class MappingPatchRequestBody : IAdditionalDataHolder, IParsable
#pragma warning restore CS1591
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace GitHub.Admin.Ldap.Users.Item.Mapping
/// <summary>
/// Builds and executes requests for operations under \admin\ldap\users\{username}\mapping
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class MappingRequestBuilder : BaseRequestBuilder
{
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/Admin/Ldap/Users/Item/Sync/SyncPostResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System;
namespace GitHub.Admin.Ldap.Users.Item.Sync
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
#pragma warning disable CS1591
public partial class SyncPostResponse : IAdditionalDataHolder, IParsable
#pragma warning restore CS1591
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace GitHub.Admin.Ldap.Users.Item.Sync
/// <summary>
/// Builds and executes requests for operations under \admin\ldap\users\{username}\sync
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class SyncRequestBuilder : BaseRequestBuilder
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace GitHub.Admin.Ldap.Users.Item
/// <summary>
/// Builds and executes requests for operations under \admin\ldap\users\{username}
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class WithUsernameItemRequestBuilder : BaseRequestBuilder
{
/// <summary>The mapping property</summary>
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/Admin/Ldap/Users/UsersRequestBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace GitHub.Admin.Ldap.Users
/// <summary>
/// Builds and executes requests for operations under \admin\ldap\users
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class UsersRequestBuilder : BaseRequestBuilder
{
/// <summary>Gets an item from the GitHub.admin.ldap.users.item collection</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace GitHub.Admin.Organizations.Item
/// <summary>
/// Builds and executes requests for operations under \admin\organizations\{org}
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class WithOrgItemRequestBuilder : BaseRequestBuilder
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System;
namespace GitHub.Admin.Organizations.Item
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
#pragma warning disable CS1591
public partial class WithOrgPatchRequestBody : IAdditionalDataHolder, IParsable
#pragma warning restore CS1591
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System;
namespace GitHub.Admin.Organizations.Item
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
#pragma warning disable CS1591
public partial class WithOrgPatchResponse : IAdditionalDataHolder, IParsable
#pragma warning restore CS1591
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System;
namespace GitHub.Admin.Organizations
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
#pragma warning disable CS1591
public partial class OrganizationsPostRequestBody : IAdditionalDataHolder, IParsable
#pragma warning restore CS1591
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace GitHub.Admin.Organizations
/// <summary>
/// Builds and executes requests for operations under \admin\organizations
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class OrganizationsRequestBuilder : BaseRequestBuilder
{
/// <summary>Gets an item from the GitHub.admin.organizations.item collection</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System;
namespace GitHub.Admin.PreReceiveEnvironments
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
#pragma warning disable CS1591
public enum GetDirectionQueryParameterType
#pragma warning restore CS1591
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System;
namespace GitHub.Admin.PreReceiveEnvironments
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
#pragma warning disable CS1591
public enum GetSortQueryParameterType
#pragma warning restore CS1591
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace GitHub.Admin.PreReceiveEnvironments.Item.Downloads
/// <summary>
/// Builds and executes requests for operations under \admin\pre-receive-environments\{pre_receive_environment_id}\downloads
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class DownloadsRequestBuilder : BaseRequestBuilder
{
/// <summary>The latest property</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace GitHub.Admin.PreReceiveEnvironments.Item.Downloads.Latest
/// <summary>
/// Builds and executes requests for operations under \admin\pre-receive-environments\{pre_receive_environment_id}\downloads\latest
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class LatestRequestBuilder : BaseRequestBuilder
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using System;
namespace GitHub.Admin.PreReceiveEnvironments.Item.Downloads
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
#pragma warning disable CS1591
public partial class PreReceiveEnvironmentDownloadStatus422Error : ApiException, IAdditionalDataHolder, IParsable
#pragma warning restore CS1591
Expand Down
Loading
Loading