Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public sealed partial class ScrapeRequestDB
public global::System.DateTime? FinishedAt { get; set; }

/// <summary>
/// Default Value: 2026-03-22T00:23:21.046510
/// Default Value: 2026-03-16T07:28:43.154090
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("requested_at")]
public global::System.DateTime? RequestedAt { get; set; }
Expand Down Expand Up @@ -110,7 +110,7 @@ public sealed partial class ScrapeRequestDB
/// <param name="error"></param>
/// <param name="finishedAt"></param>
/// <param name="requestedAt">
/// Default Value: 2026-03-22T00:23:21.046510
/// Default Value: 2026-03-16T07:28:43.154090
/// </param>
/// <param name="cost">
/// Default Value: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ partial void ProcessProxyX402PathDelete3ResponseContent(
baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
method: new global::System.Net.Http.HttpMethod("PATCH"),
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
#if NET6_0_OR_GREATER
__httpRequest.Version = global::System.Net.HttpVersion.Version11;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ partial void ProcessProxyX402PathDelete5ResponseContent(
baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
method: global::System.Net.Http.HttpMethod.Post,
requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute));
#if NET6_0_OR_GREATER
__httpRequest.Version = global::System.Net.HttpVersion.Version11;
Expand Down
2 changes: 1 addition & 1 deletion src/libs/ScrapeGraphAI/openapi.yaml

Large diffs are not rendered by default.