Skip to content

Commit

Permalink
New updates to generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot committed Dec 7, 2024
1 parent 7171334 commit 8ccfaab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/GitHub/Models/CopilotSeatDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public partial class CopilotSeatDetails : IParsable
public Date? PendingCancellationDate { get; set; }
/// <summary>The Copilot plan of the organization, or the parent enterprise, when applicable.</summary>
public global::GitHub.Models.CopilotSeatDetails_plan_type? PlanType { get; set; }
/// <summary>Timestamp of when the assignee&apos;s GitHub Copilot access was last updated, in ISO 8601 format.</summary>
/// <summary>**Closing down notice:** This field is no longer relevant and is closing down. Use the `created_at` field to determine when the assignee was last granted access to GitHub Copilot. Timestamp of when the assignee&apos;s GitHub Copilot access was last updated, in ISO 8601 format.</summary>
[Obsolete("")]
public DateTimeOffset? UpdatedAt { get; set; }
/// <summary>
/// Creates a new instance of the appropriate class based on discriminator value
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"descriptionHash": "359D34560DB5525B18FEE0AD444F7D6425FD630338D1CEE3900C2A3E138A7C537AC3252638A65030BF1150F6C221E708F67B73F4C846965CBA7ACD69F5A2743D",
"descriptionHash": "5F3932F7F14AA12BB2C97702F0EE735758C6C249B31D04391FBB341C3298CE8462BA31D4C2F54761746A2697C272B2E51E529F1AD57BA30691FE4496B9F113B4",
"descriptionLocation": "../../../../../schemas/ghec.json",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.19.0",
Expand Down

0 comments on commit 8ccfaab

Please sign in to comment.