Skip to content

Commit 8eff3b5

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

25 files changed

+229
-229
lines changed

src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPost.g.cs renamed to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathDelete.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public partial interface IOrthogonalClient
1212
/// <param name="path"></param>
1313
/// <param name="cancellationToken">The token to cancel the operation with</param>
1414
/// <exception cref="global::ScrapeGraphAI.ApiException"></exception>
15-
global::System.Threading.Tasks.Task<string> ProxyX402PathPostAsync(
15+
global::System.Threading.Tasks.Task<string> ProxyX402PathDeleteAsync(
1616
string path,
1717
global::System.Threading.CancellationToken cancellationToken = default);
1818
}

src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPost2.g.cs renamed to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathDelete2.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public partial interface IOrthogonalClient
1212
/// <param name="path"></param>
1313
/// <param name="cancellationToken">The token to cancel the operation with</param>
1414
/// <exception cref="global::ScrapeGraphAI.ApiException"></exception>
15-
global::System.Threading.Tasks.Task<string> ProxyX402PathPost2Async(
15+
global::System.Threading.Tasks.Task<string> ProxyX402PathDelete2Async(
1616
string path,
1717
global::System.Threading.CancellationToken cancellationToken = default);
1818
}

src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPost3.g.cs renamed to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathDelete3.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public partial interface IOrthogonalClient
1212
/// <param name="path"></param>
1313
/// <param name="cancellationToken">The token to cancel the operation with</param>
1414
/// <exception cref="global::ScrapeGraphAI.ApiException"></exception>
15-
global::System.Threading.Tasks.Task<string> ProxyX402PathPost3Async(
15+
global::System.Threading.Tasks.Task<string> ProxyX402PathDelete3Async(
1616
string path,
1717
global::System.Threading.CancellationToken cancellationToken = default);
1818
}

src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPost4.g.cs renamed to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathDelete4.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public partial interface IOrthogonalClient
1212
/// <param name="path"></param>
1313
/// <param name="cancellationToken">The token to cancel the operation with</param>
1414
/// <exception cref="global::ScrapeGraphAI.ApiException"></exception>
15-
global::System.Threading.Tasks.Task<string> ProxyX402PathPost4Async(
15+
global::System.Threading.Tasks.Task<string> ProxyX402PathDelete4Async(
1616
string path,
1717
global::System.Threading.CancellationToken cancellationToken = default);
1818
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#nullable enable
2+
3+
namespace ScrapeGraphAI
4+
{
5+
public partial interface IOrthogonalClient
6+
{
7+
/// <summary>
8+
/// Proxy<br/>
9+
/// Proxy endpoint for Orthogonal API integration.<br/>
10+
/// Forwards requests to https://api.orth.sh/pay/{ORTHOGONHAL_API_KEY}/{path}
11+
/// </summary>
12+
/// <param name="path"></param>
13+
/// <param name="cancellationToken">The token to cancel the operation with</param>
14+
/// <exception cref="global::ScrapeGraphAI.ApiException"></exception>
15+
global::System.Threading.Tasks.Task<string> ProxyX402PathDelete5Async(
16+
string path,
17+
global::System.Threading.CancellationToken cancellationToken = default);
18+
}
19+
}

src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPost5.g.cs

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPostResponse.Json.g.cs renamed to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathDeleteResponse.Json.g.cs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace ScrapeGraphAI
44
{
5-
public sealed partial class ProxyX402PathPostResponse
5+
public sealed partial class ProxyX402PathDeleteResponse
66
{
77
/// <summary>
88
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
@@ -34,14 +34,14 @@ public string ToJson(
3434
/// <summary>
3535
/// Deserializes a JSON string using the provided JsonSerializerContext.
3636
/// </summary>
37-
public static global::ScrapeGraphAI.ProxyX402PathPostResponse? FromJson(
37+
public static global::ScrapeGraphAI.ProxyX402PathDeleteResponse? FromJson(
3838
string json,
3939
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
4040
{
4141
return global::System.Text.Json.JsonSerializer.Deserialize(
4242
json,
43-
typeof(global::ScrapeGraphAI.ProxyX402PathPostResponse),
44-
jsonSerializerContext) as global::ScrapeGraphAI.ProxyX402PathPostResponse;
43+
typeof(global::ScrapeGraphAI.ProxyX402PathDeleteResponse),
44+
jsonSerializerContext) as global::ScrapeGraphAI.ProxyX402PathDeleteResponse;
4545
}
4646

4747
/// <summary>
@@ -51,26 +51,26 @@ public string ToJson(
5151
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
5252
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
5353
#endif
54-
public static global::ScrapeGraphAI.ProxyX402PathPostResponse? FromJson(
54+
public static global::ScrapeGraphAI.ProxyX402PathDeleteResponse? FromJson(
5555
string json,
5656
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
5757
{
58-
return global::System.Text.Json.JsonSerializer.Deserialize<global::ScrapeGraphAI.ProxyX402PathPostResponse>(
58+
return global::System.Text.Json.JsonSerializer.Deserialize<global::ScrapeGraphAI.ProxyX402PathDeleteResponse>(
5959
json,
6060
jsonSerializerOptions);
6161
}
6262

6363
/// <summary>
6464
/// Deserializes a JSON stream using the provided JsonSerializerContext.
6565
/// </summary>
66-
public static async global::System.Threading.Tasks.ValueTask<global::ScrapeGraphAI.ProxyX402PathPostResponse?> FromJsonStreamAsync(
66+
public static async global::System.Threading.Tasks.ValueTask<global::ScrapeGraphAI.ProxyX402PathDeleteResponse?> FromJsonStreamAsync(
6767
global::System.IO.Stream jsonStream,
6868
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
6969
{
7070
return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
7171
jsonStream,
72-
typeof(global::ScrapeGraphAI.ProxyX402PathPostResponse),
73-
jsonSerializerContext).ConfigureAwait(false)) as global::ScrapeGraphAI.ProxyX402PathPostResponse;
72+
typeof(global::ScrapeGraphAI.ProxyX402PathDeleteResponse),
73+
jsonSerializerContext).ConfigureAwait(false)) as global::ScrapeGraphAI.ProxyX402PathDeleteResponse;
7474
}
7575

7676
/// <summary>
@@ -80,11 +80,11 @@ public string ToJson(
8080
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
8181
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
8282
#endif
83-
public static global::System.Threading.Tasks.ValueTask<global::ScrapeGraphAI.ProxyX402PathPostResponse?> FromJsonStreamAsync(
83+
public static global::System.Threading.Tasks.ValueTask<global::ScrapeGraphAI.ProxyX402PathDeleteResponse?> FromJsonStreamAsync(
8484
global::System.IO.Stream jsonStream,
8585
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
8686
{
87-
return global::System.Text.Json.JsonSerializer.DeserializeAsync<global::ScrapeGraphAI.ProxyX402PathPostResponse?>(
87+
return global::System.Text.Json.JsonSerializer.DeserializeAsync<global::ScrapeGraphAI.ProxyX402PathDeleteResponse?>(
8888
jsonStream,
8989
jsonSerializerOptions);
9090
}

src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPostResponse4.g.cs renamed to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathDeleteResponse.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace ScrapeGraphAI
66
/// <summary>
77
///
88
/// </summary>
9-
public sealed partial class ProxyX402PathPostResponse4
9+
public sealed partial class ProxyX402PathDeleteResponse
1010
{
1111

1212
/// <summary>

src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPostResponse2.Json.g.cs renamed to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathDeleteResponse2.Json.g.cs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace ScrapeGraphAI
44
{
5-
public sealed partial class ProxyX402PathPostResponse2
5+
public sealed partial class ProxyX402PathDeleteResponse2
66
{
77
/// <summary>
88
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
@@ -34,14 +34,14 @@ public string ToJson(
3434
/// <summary>
3535
/// Deserializes a JSON string using the provided JsonSerializerContext.
3636
/// </summary>
37-
public static global::ScrapeGraphAI.ProxyX402PathPostResponse2? FromJson(
37+
public static global::ScrapeGraphAI.ProxyX402PathDeleteResponse2? FromJson(
3838
string json,
3939
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
4040
{
4141
return global::System.Text.Json.JsonSerializer.Deserialize(
4242
json,
43-
typeof(global::ScrapeGraphAI.ProxyX402PathPostResponse2),
44-
jsonSerializerContext) as global::ScrapeGraphAI.ProxyX402PathPostResponse2;
43+
typeof(global::ScrapeGraphAI.ProxyX402PathDeleteResponse2),
44+
jsonSerializerContext) as global::ScrapeGraphAI.ProxyX402PathDeleteResponse2;
4545
}
4646

4747
/// <summary>
@@ -51,26 +51,26 @@ public string ToJson(
5151
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
5252
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
5353
#endif
54-
public static global::ScrapeGraphAI.ProxyX402PathPostResponse2? FromJson(
54+
public static global::ScrapeGraphAI.ProxyX402PathDeleteResponse2? FromJson(
5555
string json,
5656
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
5757
{
58-
return global::System.Text.Json.JsonSerializer.Deserialize<global::ScrapeGraphAI.ProxyX402PathPostResponse2>(
58+
return global::System.Text.Json.JsonSerializer.Deserialize<global::ScrapeGraphAI.ProxyX402PathDeleteResponse2>(
5959
json,
6060
jsonSerializerOptions);
6161
}
6262

6363
/// <summary>
6464
/// Deserializes a JSON stream using the provided JsonSerializerContext.
6565
/// </summary>
66-
public static async global::System.Threading.Tasks.ValueTask<global::ScrapeGraphAI.ProxyX402PathPostResponse2?> FromJsonStreamAsync(
66+
public static async global::System.Threading.Tasks.ValueTask<global::ScrapeGraphAI.ProxyX402PathDeleteResponse2?> FromJsonStreamAsync(
6767
global::System.IO.Stream jsonStream,
6868
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
6969
{
7070
return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
7171
jsonStream,
72-
typeof(global::ScrapeGraphAI.ProxyX402PathPostResponse2),
73-
jsonSerializerContext).ConfigureAwait(false)) as global::ScrapeGraphAI.ProxyX402PathPostResponse2;
72+
typeof(global::ScrapeGraphAI.ProxyX402PathDeleteResponse2),
73+
jsonSerializerContext).ConfigureAwait(false)) as global::ScrapeGraphAI.ProxyX402PathDeleteResponse2;
7474
}
7575

7676
/// <summary>
@@ -80,11 +80,11 @@ public string ToJson(
8080
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
8181
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
8282
#endif
83-
public static global::System.Threading.Tasks.ValueTask<global::ScrapeGraphAI.ProxyX402PathPostResponse2?> FromJsonStreamAsync(
83+
public static global::System.Threading.Tasks.ValueTask<global::ScrapeGraphAI.ProxyX402PathDeleteResponse2?> FromJsonStreamAsync(
8484
global::System.IO.Stream jsonStream,
8585
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
8686
{
87-
return global::System.Text.Json.JsonSerializer.DeserializeAsync<global::ScrapeGraphAI.ProxyX402PathPostResponse2?>(
87+
return global::System.Text.Json.JsonSerializer.DeserializeAsync<global::ScrapeGraphAI.ProxyX402PathDeleteResponse2?>(
8888
jsonStream,
8989
jsonSerializerOptions);
9090
}

src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPostResponse.g.cs renamed to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathDeleteResponse2.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace ScrapeGraphAI
66
/// <summary>
77
///
88
/// </summary>
9-
public sealed partial class ProxyX402PathPostResponse
9+
public sealed partial class ProxyX402PathDeleteResponse2
1010
{
1111

1212
/// <summary>

0 commit comments

Comments
 (0)