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 81eaf49 commit da9c689
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": "A15CBDE583A29CD0CF5D52E1824B631949336666270FA4CD8183CF78DFD97CD38B54A99A8D168D5F1924C7846A68FFE32B81A9D6C1A90A48309F1E7CF81CF9BB",
"descriptionHash": "6198535C8618DF52C604457271227C60CB25FBE843929DDB9970F53DB37EB9E31AEEA0A70CC974BC8F670CAEC656E55058A944AF09F1519B83FA55EA8A0076DA",
"descriptionLocation": "../../../../../schemas/api.github.jparrowsec.cn.json",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.19.0",
Expand Down

0 comments on commit da9c689

Please sign in to comment.