Skip to content

Commit cfd662e

Browse files
Merge pull request #181 from HavenDV/bot/update-openapi_202509160608
feat:@coderabbitai
2 parents 5201363 + 89a7643 commit cfd662e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/libs/GitHub/Generated/GitHub.Models.DiffEntry.g.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public sealed partial class DiffEntry
1414
/// <example>bbcd538c8e72b8c175046e27cc8f907076331401</example>
1515
[global::System.Text.Json.Serialization.JsonPropertyName("sha")]
1616
[global::System.Text.Json.Serialization.JsonRequired]
17-
public required string Sha { get; set; }
17+
public required string? Sha { get; set; }
1818

1919
/// <summary>
2020
/// Example: file1.txt
@@ -141,7 +141,7 @@ public sealed partial class DiffEntry
141141
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
142142
#endif
143143
public DiffEntry(
144-
string sha,
144+
string? sha,
145145
string filename,
146146
global::GitHub.DiffEntryStatus status,
147147
int additions,

src/libs/GitHub/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88621,6 +88621,7 @@ components:
8862188621
properties:
8862288622
sha:
8862388623
type: string
88624+
nullable: true
8862488625
example: bbcd538c8e72b8c175046e27cc8f907076331401
8862588626
filename:
8862688627
type: string

0 commit comments

Comments
 (0)