Skip to content

Commit a4e5459

Browse files
HavenDVgithub-actions[bot]
andauthored
feat: Updated OpenAPI spec (#8)
Co-authored-by: github-actions[bot] <dependabot@bot.com>
1 parent eb60f56 commit a4e5459

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/libs/Sightengine/Generated/Sightengine.ISightengineClient.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ public partial interface ISightengineClient : global::System.IDisposable
3636
/// ensuring <see cref="ApiException.ResponseBody"/> is populated.
3737
/// </summary>
3838
public bool ReadResponseAsString { get; set; }
39-
4039
/// <summary>
4140
/// Client-wide request defaults such as headers, query parameters, retries, and timeout.
4241
/// </summary>
4342
public global::Sightengine.AutoSDKClientOptions Options { get; }
4443

44+
4545
/// <summary>
4646
///
4747
/// </summary>

src/libs/Sightengine/Generated/Sightengine.OptionsSupport.g.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public sealed class AutoSDKRetryOptions
106106
public global::System.TimeSpan? Delay { get; set; }
107107
}
108108

109+
109110
/// <summary>
110111
/// Runtime hook interface for generated SDK lifecycle events.
111112
/// </summary>
@@ -236,6 +237,7 @@ public sealed class AutoSDKHookContext
236237
public global::System.Threading.CancellationToken CancellationToken { get; set; }
237238
}
238239

240+
239241
internal static class AutoSDKRequestOptionsSupport
240242
{
241243
internal static global::Sightengine.AutoSDKHookContext CreateHookContext(

0 commit comments

Comments
 (0)