diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.AnyOf.2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.AnyOf.2.g.cs index 9d3094d..8d2a343 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.AnyOf.2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.AnyOf.2.g.cs @@ -38,6 +38,13 @@ public bool TryPickValue1( return IsValue1; } + /// + /// + /// + public T1 PickValue1() => IsValue1 + ? Value1! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}."); + /// /// /// @@ -67,6 +74,13 @@ public bool TryPickValue2( value = Value2; return IsValue2; } + + /// + /// + /// + public T2 PickValue2() => IsValue2 + ? Value2! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}."); /// /// /// diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.AnyOf.3.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.AnyOf.3.g.cs index 02d7cdf..4ac8c97 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.AnyOf.3.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.AnyOf.3.g.cs @@ -38,6 +38,13 @@ public bool TryPickValue1( return IsValue1; } + /// + /// + /// + public T1 PickValue1() => IsValue1 + ? Value1! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}."); + /// /// /// @@ -68,6 +75,13 @@ public bool TryPickValue2( return IsValue2; } + /// + /// + /// + public T2 PickValue2() => IsValue2 + ? Value2! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}."); + /// /// /// @@ -97,6 +111,13 @@ public bool TryPickValue3( value = Value3; return IsValue3; } + + /// + /// + /// + public T3 PickValue3() => IsValue3 + ? Value3! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value3' but the value was {ToString()}."); /// /// /// diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.AnyOf.8.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.AnyOf.8.g.cs index 47df6be..670cf42 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.AnyOf.8.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.AnyOf.8.g.cs @@ -38,6 +38,13 @@ public bool TryPickValue1( return IsValue1; } + /// + /// + /// + public T1 PickValue1() => IsValue1 + ? Value1! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}."); + /// /// /// @@ -68,6 +75,13 @@ public bool TryPickValue2( return IsValue2; } + /// + /// + /// + public T2 PickValue2() => IsValue2 + ? Value2! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}."); + /// /// /// @@ -98,6 +112,13 @@ public bool TryPickValue3( return IsValue3; } + /// + /// + /// + public T3 PickValue3() => IsValue3 + ? Value3! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value3' but the value was {ToString()}."); + /// /// /// @@ -128,6 +149,13 @@ public bool TryPickValue4( return IsValue4; } + /// + /// + /// + public T4 PickValue4() => IsValue4 + ? Value4! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value4' but the value was {ToString()}."); + /// /// /// @@ -158,6 +186,13 @@ public bool TryPickValue5( return IsValue5; } + /// + /// + /// + public T5 PickValue5() => IsValue5 + ? Value5! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value5' but the value was {ToString()}."); + /// /// /// @@ -188,6 +223,13 @@ public bool TryPickValue6( return IsValue6; } + /// + /// + /// + public T6 PickValue6() => IsValue6 + ? Value6! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value6' but the value was {ToString()}."); + /// /// /// @@ -218,6 +260,13 @@ public bool TryPickValue7( return IsValue7; } + /// + /// + /// + public T7 PickValue7() => IsValue7 + ? Value7! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value7' but the value was {ToString()}."); + /// /// /// @@ -247,6 +296,13 @@ public bool TryPickValue8( value = Value8; return IsValue8; } + + /// + /// + /// + public T8 PickValue8() => IsValue8 + ? Value8! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value8' but the value was {ToString()}."); /// /// /// diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathGet.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPut.g.cs similarity index 95% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathGet.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPut.g.cs index e67fe6b..55a3f7f 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathGet.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPut.g.cs @@ -13,7 +13,7 @@ public partial interface IOrthogonalClient /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task ProxyX402PathGetAsync( + global::System.Threading.Tasks.Task ProxyX402PathPutAsync( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); @@ -26,7 +26,7 @@ public partial interface IOrthogonalClient /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task> ProxyX402PathGetAsResponseAsync( + global::System.Threading.Tasks.Task> ProxyX402PathPutAsResponseAsync( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathGet5.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPut2.g.cs similarity index 95% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathGet5.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPut2.g.cs index c9b2d65..6796685 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathGet5.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPut2.g.cs @@ -13,7 +13,7 @@ public partial interface IOrthogonalClient /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task ProxyX402PathGet5Async( + global::System.Threading.Tasks.Task ProxyX402PathPut2Async( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); @@ -26,7 +26,7 @@ public partial interface IOrthogonalClient /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task> ProxyX402PathGet5AsResponseAsync( + global::System.Threading.Tasks.Task> ProxyX402PathPut2AsResponseAsync( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathGet2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPut3.g.cs similarity index 95% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathGet2.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPut3.g.cs index 95f6f8d..82e97a4 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathGet2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPut3.g.cs @@ -13,7 +13,7 @@ public partial interface IOrthogonalClient /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task ProxyX402PathGet2Async( + global::System.Threading.Tasks.Task ProxyX402PathPut3Async( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); @@ -26,7 +26,7 @@ public partial interface IOrthogonalClient /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task> ProxyX402PathGet2AsResponseAsync( + global::System.Threading.Tasks.Task> ProxyX402PathPut3AsResponseAsync( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathGet3.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPut4.g.cs similarity index 95% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathGet3.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPut4.g.cs index 2052c86..ec1d123 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathGet3.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPut4.g.cs @@ -13,7 +13,7 @@ public partial interface IOrthogonalClient /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task ProxyX402PathGet3Async( + global::System.Threading.Tasks.Task ProxyX402PathPut4Async( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); @@ -26,7 +26,7 @@ public partial interface IOrthogonalClient /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task> ProxyX402PathGet3AsResponseAsync( + global::System.Threading.Tasks.Task> ProxyX402PathPut4AsResponseAsync( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathGet4.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPut5.g.cs similarity index 95% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathGet4.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPut5.g.cs index 535b615..292fa41 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathGet4.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.IOrthogonalClient.ProxyX402PathPut5.g.cs @@ -13,7 +13,7 @@ public partial interface IOrthogonalClient /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task ProxyX402PathGet4Async( + global::System.Threading.Tasks.Task ProxyX402PathPut5Async( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); @@ -26,7 +26,7 @@ public partial interface IOrthogonalClient /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task> ProxyX402PathGet4AsResponseAsync( + global::System.Threading.Tasks.Task> ProxyX402PathPut5AsResponseAsync( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ActionStep.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ActionStep.g.cs index fb60402..b5b35d0 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ActionStep.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ActionStep.g.cs @@ -69,5 +69,6 @@ public ActionStep( public ActionStep() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperHistoryResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperHistoryResponse.g.cs index 64d27f8..024d5b7 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperHistoryResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperHistoryResponse.g.cs @@ -53,5 +53,6 @@ public AgenticScraperHistoryResponse( public AgenticScraperHistoryResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperHistoryResponseNextKey.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperHistoryResponseNextKey.g.cs index 42dcd39..587b291 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperHistoryResponseNextKey.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperHistoryResponseNextKey.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScraperHistoryResponseNextKey /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperHistoryResponseNextKey2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperHistoryResponseNextKey2.g.cs index f39ac33..8aa7a8b 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperHistoryResponseNextKey2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperHistoryResponseNextKey2.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScraperHistoryResponseNextKey2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDB.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDB.g.cs index 42ac27a..8b7f09c 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDB.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDB.g.cs @@ -167,5 +167,6 @@ public AgenticScraperRequestDB( public AgenticScraperRequestDB() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBError.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBError.g.cs index 7549efd..baccea0 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBError.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBError.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScraperRequestDBError /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBFinishedAt.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBFinishedAt.g.cs index 5e88453..2948e86 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBFinishedAt.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBFinishedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScraperRequestDBFinishedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBMetadata.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBMetadata.g.cs index feb59c1..eb3a790 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBMetadata.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBMetadata.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScraperRequestDBMetadata /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBMetadata2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBMetadata2.g.cs index cd25c7f..44d46ef 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBMetadata2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBMetadata2.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScraperRequestDBMetadata2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBOutputSchema.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBOutputSchema.g.cs index 2052b87..e052369 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBOutputSchema.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBOutputSchema.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScraperRequestDBOutputSchema /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBOutputSchema2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBOutputSchema2.g.cs index cb00bf6..b9d77a6 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBOutputSchema2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBOutputSchema2.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScraperRequestDBOutputSchema2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBResult.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBResult.g.cs index 3807065..9a7e3b8 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBResult.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBResult.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScraperRequestDBResult /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBResult2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBResult2.g.cs index 8fbf702..d1a95c1 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBResult2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBResult2.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScraperRequestDBResult2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBTotalCost.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBTotalCost.g.cs index fa6051d..9b7c55d 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBTotalCost.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBTotalCost.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScraperRequestDBTotalCost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBUsageId.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBUsageId.g.cs index 5a61853..80b8994 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBUsageId.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBUsageId.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScraperRequestDBUsageId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBUserPrompt.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBUserPrompt.g.cs index a1da92b..096351a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBUserPrompt.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScraperRequestDBUserPrompt.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScraperRequestDBUserPrompt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperLiveSessionUrlRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperLiveSessionUrlRequest.g.cs index 133c751..69df8c2 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperLiveSessionUrlRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperLiveSessionUrlRequest.g.cs @@ -53,5 +53,6 @@ public AgenticScrapperLiveSessionUrlRequest( public AgenticScrapperLiveSessionUrlRequest() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperLiveSessionUrlResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperLiveSessionUrlResponse.g.cs index ac3c201..cf688b0 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperLiveSessionUrlResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperLiveSessionUrlResponse.g.cs @@ -50,5 +50,6 @@ public AgenticScrapperLiveSessionUrlResponse( public AgenticScrapperLiveSessionUrlResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequest.g.cs index 257835a..eda051a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequest.g.cs @@ -134,5 +134,6 @@ public AgenticScrapperRequest( public AgenticScrapperRequest() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestCountryCode.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestCountryCode.g.cs index e0a6b2c..9fa23ff 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestCountryCode.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestCountryCode.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScrapperRequestCountryCode /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestOutputSchema.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestOutputSchema.g.cs index d81cf9a..f7322d5 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestOutputSchema.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestOutputSchema.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScrapperRequestOutputSchema /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestOutputSchema2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestOutputSchema2.g.cs index 227329f..c4adcdb 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestOutputSchema2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestOutputSchema2.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScrapperRequestOutputSchema2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestSteps.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestSteps.g.cs index 0c937ad..e4dc8ec 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestSteps.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestSteps.g.cs @@ -15,5 +15,6 @@ public sealed partial class AgenticScrapperRequestSteps /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestUserPrompt.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestUserPrompt.g.cs index a3209a5..30c5de7 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestUserPrompt.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestUserPrompt.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScrapperRequestUserPrompt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestWebhookUrl.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestWebhookUrl.g.cs index b77c202..10cd965 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestWebhookUrl.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperRequestWebhookUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScrapperRequestWebhookUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperResponse.g.cs index 4022227..fe2f84f 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperResponse.g.cs @@ -68,5 +68,6 @@ public AgenticScrapperResponse( public AgenticScrapperResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperResponseError.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperResponseError.g.cs index ebd358f..2148da0 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperResponseError.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperResponseError.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScrapperResponseError /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperResponseResult.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperResponseResult.g.cs index a490315..554b91c 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperResponseResult.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperResponseResult.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScrapperResponseResult /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperResponseResult2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperResponseResult2.g.cs index cbf49c1..65fd376 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperResponseResult2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperResponseResult2.g.cs @@ -14,5 +14,6 @@ public sealed partial class AgenticScrapperResponseResult2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperStopSessionRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperStopSessionRequest.g.cs index d2da7c2..b04b9ec 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperStopSessionRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.AgenticScrapperStopSessionRequest.g.cs @@ -40,5 +40,6 @@ public AgenticScrapperStopSessionRequest( public AgenticScrapperStopSessionRequest() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedMarkdownifyResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedMarkdownifyResponse.g.cs index 99efdab..2c4ae4a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedMarkdownifyResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedMarkdownifyResponse.g.cs @@ -79,5 +79,6 @@ public CompletedMarkdownifyResponse( public CompletedMarkdownifyResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedMarkdownifyResponseResult.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedMarkdownifyResponseResult.g.cs index 86c3d06..c9b1908 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedMarkdownifyResponseResult.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedMarkdownifyResponseResult.g.cs @@ -14,5 +14,6 @@ public sealed partial class CompletedMarkdownifyResponseResult /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponse.g.cs index d46e2db..8f69d1b 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponse.g.cs @@ -109,5 +109,6 @@ public CompletedSearchScraperResponse( public CompletedSearchScraperResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseError.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseError.g.cs index e7a6ae2..a5faa41 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseError.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseError.g.cs @@ -14,5 +14,6 @@ public sealed partial class CompletedSearchScraperResponseError /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseMarkdownContent.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseMarkdownContent.g.cs index 1397a03..875be63 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseMarkdownContent.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseMarkdownContent.g.cs @@ -14,5 +14,6 @@ public sealed partial class CompletedSearchScraperResponseMarkdownContent /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseNumResults.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseNumResults.g.cs index 05d7ea4..c4a3369 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseNumResults.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseNumResults.g.cs @@ -14,5 +14,6 @@ public sealed partial class CompletedSearchScraperResponseNumResults /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseReferenceUrls.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseReferenceUrls.g.cs index 17ade8d..c527369 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseReferenceUrls.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseReferenceUrls.g.cs @@ -14,5 +14,6 @@ public sealed partial class CompletedSearchScraperResponseReferenceUrls /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseResultVariant1.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseResultVariant1.g.cs index abe5b79..2f5b7d6 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseResultVariant1.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseResultVariant1.g.cs @@ -14,5 +14,6 @@ public sealed partial class CompletedSearchScraperResponseResultVariant1 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseResultVariant2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseResultVariant2.g.cs index 75f0e6e..635d732 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseResultVariant2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSearchScraperResponseResultVariant2.g.cs @@ -14,5 +14,6 @@ public sealed partial class CompletedSearchScraperResponseResultVariant2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSmartscraperResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSmartscraperResponse.g.cs index 034d803..f5d8475 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSmartscraperResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSmartscraperResponse.g.cs @@ -89,5 +89,6 @@ public CompletedSmartscraperResponse( public CompletedSmartscraperResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSmartscraperResponseResult.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSmartscraperResponseResult.g.cs index 1885f01..9ce0db5 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSmartscraperResponseResult.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSmartscraperResponseResult.g.cs @@ -14,5 +14,6 @@ public sealed partial class CompletedSmartscraperResponseResult /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSmartscraperResponseWebsiteUrl.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSmartscraperResponseWebsiteUrl.g.cs index f7ba9d9..89fc4d6 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSmartscraperResponseWebsiteUrl.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CompletedSmartscraperResponseWebsiteUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class CompletedSmartscraperResponseWebsiteUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ConditionalStep.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ConditionalStep.g.cs index ee8bd74..b2fe6df 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ConditionalStep.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ConditionalStep.g.cs @@ -79,5 +79,6 @@ public ConditionalStep( public ConditionalStep() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ConditionalStepElseSteps.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ConditionalStepElseSteps.g.cs index 2b59c9e..fb44557 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ConditionalStepElseSteps.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ConditionalStepElseSteps.g.cs @@ -14,5 +14,6 @@ public sealed partial class ConditionalStepElseSteps /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJob.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJob.g.cs index cd00b1e..84947d7 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJob.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJob.g.cs @@ -201,5 +201,6 @@ public CrawlJob( public CrawlJob() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobBreadth.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobBreadth.g.cs index cc1a0cb..8cf2b96 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobBreadth.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobBreadth.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlJobBreadth /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobCountryCode.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobCountryCode.g.cs index 7e3d14f..e123636 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobCountryCode.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobCountryCode.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlJobCountryCode /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobMaxPages.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobMaxPages.g.cs index af5027d..42f1e09 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobMaxPages.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobMaxPages.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlJobMaxPages /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobPrompt.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobPrompt.g.cs index 21cba5c..a368b87 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobPrompt.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobPrompt.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlJobPrompt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRules.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRules.g.cs index eeddc13..bee7877 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRules.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRules.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlJobRules /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRules2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRules2.g.cs index 6463572..27edc41 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRules2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRules2.g.cs @@ -72,5 +72,6 @@ public CrawlJobRules2( public CrawlJobRules2() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRulesExclude.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRulesExclude.g.cs index eaf7555..f940674 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRulesExclude.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRulesExclude.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlJobRulesExclude /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRulesExcludePaths.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRulesExcludePaths.g.cs index 3bc3b28..6d3c374 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRulesExcludePaths.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRulesExcludePaths.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlJobRulesExcludePaths /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRulesIncludePaths.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRulesIncludePaths.g.cs index cce1f3a..dc25448 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRulesIncludePaths.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobRulesIncludePaths.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlJobRulesIncludePaths /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobSchema.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobSchema.g.cs index 0f108b5..24a38ef 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobSchema.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobSchema.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlJobSchema /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobSchema2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobSchema2.g.cs index 3effeea..a80c2c3 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobSchema2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobSchema2.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlJobSchema2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobWebhookUrl.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobWebhookUrl.g.cs index 6fd3487..b352b41 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobWebhookUrl.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlJobWebhookUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlJobWebhookUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerHistoryResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerHistoryResponse.g.cs index a310747..35e5e0c 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerHistoryResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerHistoryResponse.g.cs @@ -49,5 +49,6 @@ public CrawlerHistoryResponse( public CrawlerHistoryResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerHistoryResponseNextKey.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerHistoryResponseNextKey.g.cs index bcf9025..bf220fa 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerHistoryResponseNextKey.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerHistoryResponseNextKey.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerHistoryResponseNextKey /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerHistoryResponseNextKey2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerHistoryResponseNextKey2.g.cs index 18c032d..1559438 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerHistoryResponseNextKey2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerHistoryResponseNextKey2.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerHistoryResponseNextKey2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDB.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDB.g.cs index 670c86e..b2a9909 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDB.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDB.g.cs @@ -199,5 +199,6 @@ public CrawlerRequestDB( public CrawlerRequestDB() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBCrawledUrls.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBCrawledUrls.g.cs index 14847a1..21ffec0 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBCrawledUrls.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBCrawledUrls.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerRequestDBCrawledUrls /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBCreditsUsed.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBCreditsUsed.g.cs index f43e5b1..1b52998 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBCreditsUsed.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBCreditsUsed.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerRequestDBCreditsUsed /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBError.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBError.g.cs index ff55b35..19b351f 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBError.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBError.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerRequestDBError /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBFinishedAt.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBFinishedAt.g.cs index 733bc90..c598cc9 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBFinishedAt.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBFinishedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerRequestDBFinishedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBMetadata.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBMetadata.g.cs index 246d604..f3e144e 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBMetadata.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBMetadata.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerRequestDBMetadata /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBMetadata2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBMetadata2.g.cs index 604116d..ee050ee 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBMetadata2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBMetadata2.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerRequestDBMetadata2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBPagesProcessed.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBPagesProcessed.g.cs index 7bd40b4..d445635 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBPagesProcessed.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBPagesProcessed.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerRequestDBPagesProcessed /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBPrompt.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBPrompt.g.cs index 5d3a1e3..90c7881 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBPrompt.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBPrompt.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerRequestDBPrompt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBRequestParams.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBRequestParams.g.cs index f5a599a..2f02ded 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBRequestParams.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBRequestParams.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerRequestDBRequestParams /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBRequestParams2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBRequestParams2.g.cs index 81479c5..649d8ba 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBRequestParams2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBRequestParams2.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerRequestDBRequestParams2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBResult.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBResult.g.cs index 26419e0..3787c7b 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBResult.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBResult.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerRequestDBResult /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBResult2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBResult2.g.cs index b253774..fef0e68 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBResult2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBResult2.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerRequestDBResult2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBResultUrl.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBResultUrl.g.cs index 1ae5cd5..f646b76 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBResultUrl.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBResultUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerRequestDBResultUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBTaskId.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBTaskId.g.cs index d72e23f..bb64966 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBTaskId.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBTaskId.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerRequestDBTaskId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBTotalCost.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBTotalCost.g.cs index 6064867..add93f4 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBTotalCost.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CrawlerRequestDBTotalCost.g.cs @@ -14,5 +14,6 @@ public sealed partial class CrawlerRequestDBTotalCost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CreditsResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CreditsResponse.g.cs index 315c9a5..fc2b35e 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CreditsResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.CreditsResponse.g.cs @@ -50,5 +50,6 @@ public CreditsResponse( public CreditsResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.DeductCreditsBody.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.DeductCreditsBody.g.cs index 4bbdd73..153b2f4 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.DeductCreditsBody.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.DeductCreditsBody.g.cs @@ -40,5 +40,6 @@ public DeductCreditsBody( public DeductCreditsBody() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.DeductCreditsResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.DeductCreditsResponse.g.cs index ccc2a48..7cbe92c 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.DeductCreditsResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.DeductCreditsResponse.g.cs @@ -41,5 +41,6 @@ public DeductCreditsResponse( public DeductCreditsResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.DeleteMonitorV1SiteMonitorsMonitorIdDeleteResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.DeleteMonitorV1SiteMonitorsMonitorIdDeleteResponse.g.cs index a16831a..d54e27a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.DeleteMonitorV1SiteMonitorsMonitorIdDeleteResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.DeleteMonitorV1SiteMonitorsMonitorIdDeleteResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class DeleteMonitorV1SiteMonitorsMonitorIdDeleteResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.DeleteScheduledJobV1ScheduledJobsJobIdDeleteResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.DeleteScheduledJobV1ScheduledJobsJobIdDeleteResponse.g.cs index 248d061..87a671e 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.DeleteScheduledJobV1ScheduledJobsJobIdDeleteResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.DeleteScheduledJobV1ScheduledJobsJobIdDeleteResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class DeleteScheduledJobV1ScheduledJobsJobIdDeleteResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndPointSuggestionRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndPointSuggestionRequest.g.cs index 130dcab..c024e5a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndPointSuggestionRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndPointSuggestionRequest.g.cs @@ -50,5 +50,6 @@ public EndPointSuggestionRequest( public EndPointSuggestionRequest() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndPointSuggestions.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndPointSuggestions.g.cs index b821ac9..8bf3218 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndPointSuggestions.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndPointSuggestions.g.cs @@ -40,5 +40,6 @@ public EndPointSuggestions( public EndPointSuggestions() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndPointSuggestionsResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndPointSuggestionsResponse.g.cs index 35a0376..f56019e 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndPointSuggestionsResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndPointSuggestionsResponse.g.cs @@ -50,5 +50,6 @@ public EndPointSuggestionsResponse( public EndPointSuggestionsResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndPointSuggestionsResponseHtmlWithMarkdowns.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndPointSuggestionsResponseHtmlWithMarkdowns.g.cs index 656364d..8184420 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndPointSuggestionsResponseHtmlWithMarkdowns.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndPointSuggestionsResponseHtmlWithMarkdowns.g.cs @@ -14,5 +14,6 @@ public sealed partial class EndPointSuggestionsResponseHtmlWithMarkdowns /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndpointParameter.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndpointParameter.g.cs index d9273e7..3a2d716 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndpointParameter.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndpointParameter.g.cs @@ -91,5 +91,6 @@ public EndpointParameter( public EndpointParameter() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndpointSuggestion.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndpointSuggestion.g.cs index 2394860..40f8982 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndpointSuggestion.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndpointSuggestion.g.cs @@ -110,5 +110,6 @@ public EndpointSuggestion( public EndpointSuggestion() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndpointSuggestionInteractionSteps.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndpointSuggestionInteractionSteps.g.cs index 13c69a6..7af3371 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndpointSuggestionInteractionSteps.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndpointSuggestionInteractionSteps.g.cs @@ -14,5 +14,6 @@ public sealed partial class EndpointSuggestionInteractionSteps /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndpointSuggestionPydanticSchema.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndpointSuggestionPydanticSchema.g.cs index dad39ee..093f9a7 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndpointSuggestionPydanticSchema.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.EndpointSuggestionPydanticSchema.g.cs @@ -14,5 +14,6 @@ public sealed partial class EndpointSuggestionPydanticSchema /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExecuteEndpointV1EndpointEndpointIdFullPathPostRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExecuteEndpointV1EndpointEndpointIdFullPathPostRequest.g.cs index d56e781..bc41639 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExecuteEndpointV1EndpointEndpointIdFullPathPostRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExecuteEndpointV1EndpointEndpointIdFullPathPostRequest.g.cs @@ -14,5 +14,6 @@ public sealed partial class ExecuteEndpointV1EndpointEndpointIdFullPathPostReque /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExecuteEndpointV1EndpointEndpointIdFullPathPostResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExecuteEndpointV1EndpointEndpointIdFullPathPostResponse.g.cs index c0be8f3..544dbb5 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExecuteEndpointV1EndpointEndpointIdFullPathPostResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExecuteEndpointV1EndpointEndpointIdFullPathPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class ExecuteEndpointV1EndpointEndpointIdFullPathPostRespo /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExtractionStep.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExtractionStep.g.cs index f8ef8ab..73e2276 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExtractionStep.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExtractionStep.g.cs @@ -79,5 +79,6 @@ public ExtractionStep( public ExtractionStep() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExtractionStepSchema.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExtractionStepSchema.g.cs index 076bdba..bbcfe73 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExtractionStepSchema.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExtractionStepSchema.g.cs @@ -14,5 +14,6 @@ public sealed partial class ExtractionStepSchema /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExtractionStepSchema2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExtractionStepSchema2.g.cs index 3f7e925..94f765c 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExtractionStepSchema2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ExtractionStepSchema2.g.cs @@ -14,5 +14,6 @@ public sealed partial class ExtractionStepSchema2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FeedbackCreate.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FeedbackCreate.g.cs index 3206a60..eaf53e1 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FeedbackCreate.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FeedbackCreate.g.cs @@ -61,5 +61,6 @@ public FeedbackCreate( public FeedbackCreate() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FeedbackCreateFeedbackText.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FeedbackCreateFeedbackText.g.cs index ede157d..836a054 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FeedbackCreateFeedbackText.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FeedbackCreateFeedbackText.g.cs @@ -14,5 +14,6 @@ public sealed partial class FeedbackCreateFeedbackText /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FeedbackResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FeedbackResponse.g.cs index dc23f7b..13d8850 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FeedbackResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FeedbackResponse.g.cs @@ -71,5 +71,6 @@ public FeedbackResponse( public FeedbackResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FetchScheduledJobsV1ScheduledJobsGetIsActive.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FetchScheduledJobsV1ScheduledJobsGetIsActive.g.cs index ba5c9a5..3643c3f 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FetchScheduledJobsV1ScheduledJobsGetIsActive.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FetchScheduledJobsV1ScheduledJobsGetIsActive.g.cs @@ -14,5 +14,6 @@ public sealed partial class FetchScheduledJobsV1ScheduledJobsGetIsActive /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FetchScheduledJobsV1ScheduledJobsGetServiceType.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FetchScheduledJobsV1ScheduledJobsGetServiceType.g.cs index de78b5c..d9503a5 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FetchScheduledJobsV1ScheduledJobsGetServiceType.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.FetchScheduledJobsV1ScheduledJobsGetServiceType.g.cs @@ -14,5 +14,6 @@ public sealed partial class FetchScheduledJobsV1ScheduledJobsGetServiceType /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetAgenticScraperHistoryV1HistoryAgenticScraperGetRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetAgenticScraperHistoryV1HistoryAgenticScraperGetRequest.g.cs index e85db0c..12293c9 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetAgenticScraperHistoryV1HistoryAgenticScraperGetRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetAgenticScraperHistoryV1HistoryAgenticScraperGetRequest.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetAgenticScraperHistoryV1HistoryAgenticScraperGetRe /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetAgenticScraperHistoryV1HistoryAgenticScraperGetRequest2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetAgenticScraperHistoryV1HistoryAgenticScraperGetRequest2.g.cs index 72ce0cd..3cda552 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetAgenticScraperHistoryV1HistoryAgenticScraperGetRequest2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetAgenticScraperHistoryV1HistoryAgenticScraperGetRequest2.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetAgenticScraperHistoryV1HistoryAgenticScraperGetRe /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetCrawlResultV1CrawlTaskIdGetResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetCrawlResultV1CrawlTaskIdGetResponse.g.cs index 29aa598..21ea2d9 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetCrawlResultV1CrawlTaskIdGetResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetCrawlResultV1CrawlTaskIdGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetCrawlResultV1CrawlTaskIdGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetCrawlerHistoryV1HistoryCrawlGetRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetCrawlerHistoryV1HistoryCrawlGetRequest.g.cs index ec7af15..af43969 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetCrawlerHistoryV1HistoryCrawlGetRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetCrawlerHistoryV1HistoryCrawlGetRequest.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetCrawlerHistoryV1HistoryCrawlGetRequest /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetCrawlerHistoryV1HistoryCrawlGetRequest2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetCrawlerHistoryV1HistoryCrawlGetRequest2.g.cs index 6e280a8..c0a8e02 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetCrawlerHistoryV1HistoryCrawlGetRequest2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetCrawlerHistoryV1HistoryCrawlGetRequest2.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetCrawlerHistoryV1HistoryCrawlGetRequest2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetGenerateSchemaStatusV1GenerateSchemaRequestIdGetResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetGenerateSchemaStatusV1GenerateSchemaRequestIdGetResponse.g.cs index 4945969..91134a2 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetGenerateSchemaStatusV1GenerateSchemaRequestIdGetResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetGenerateSchemaStatusV1GenerateSchemaRequestIdGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetGenerateSchemaStatusV1GenerateSchemaRequestIdGetR /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetJobExecutionsV1ScheduledJobsJobIdExecutionsGetStatus.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetJobExecutionsV1ScheduledJobsJobIdExecutionsGetStatus.g.cs index 50c774b..c6a17f0 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetJobExecutionsV1ScheduledJobsJobIdExecutionsGetStatus.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetJobExecutionsV1ScheduledJobsJobIdExecutionsGetStatus.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetJobExecutionsV1ScheduledJobsJobIdExecutionsGetSta /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetMarkdownifyHistoryV1HistoryMarkdownifyGetRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetMarkdownifyHistoryV1HistoryMarkdownifyGetRequest.g.cs index 5d94c50..795a058 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetMarkdownifyHistoryV1HistoryMarkdownifyGetRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetMarkdownifyHistoryV1HistoryMarkdownifyGetRequest.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetMarkdownifyHistoryV1HistoryMarkdownifyGetRequest /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetMarkdownifyHistoryV1HistoryMarkdownifyGetRequest2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetMarkdownifyHistoryV1HistoryMarkdownifyGetRequest2.g.cs index ed8815b..f92b1d2 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetMarkdownifyHistoryV1HistoryMarkdownifyGetRequest2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetMarkdownifyHistoryV1HistoryMarkdownifyGetRequest2.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetMarkdownifyHistoryV1HistoryMarkdownifyGetRequest2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetMarkdownifyStatusV1MarkdownifyRequestIdGetResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetMarkdownifyStatusV1MarkdownifyRequestIdGetResponse.g.cs index 23a813f..32f73fa 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetMarkdownifyStatusV1MarkdownifyRequestIdGetResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetMarkdownifyStatusV1MarkdownifyRequestIdGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetMarkdownifyStatusV1MarkdownifyRequestIdGetRespons /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSalesFeedItemsDetailsV1BandcampGetItemDetailsPostResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSalesFeedItemsDetailsV1BandcampGetItemDetailsPostResponse.g.cs index 12febad..1bb9674 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSalesFeedItemsDetailsV1BandcampGetItemDetailsPostResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSalesFeedItemsDetailsV1BandcampGetItemDetailsPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetSalesFeedItemsDetailsV1BandcampGetItemDetailsPost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSalesFeedItemsV1BandcampGetSalesFeedItemsPostResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSalesFeedItemsV1BandcampGetSalesFeedItemsPostResponse.g.cs index 777a263..ae6dd2f 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSalesFeedItemsV1BandcampGetSalesFeedItemsPostResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSalesFeedItemsV1BandcampGetSalesFeedItemsPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetSalesFeedItemsV1BandcampGetSalesFeedItemsPostResp /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetScrapeHistoryV1HistoryScrapeGetRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetScrapeHistoryV1HistoryScrapeGetRequest.g.cs index 0163b4d..0faf328 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetScrapeHistoryV1HistoryScrapeGetRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetScrapeHistoryV1HistoryScrapeGetRequest.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetScrapeHistoryV1HistoryScrapeGetRequest /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetScrapeHistoryV1HistoryScrapeGetRequest2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetScrapeHistoryV1HistoryScrapeGetRequest2.g.cs index 2394ca8..0effb71 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetScrapeHistoryV1HistoryScrapeGetRequest2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetScrapeHistoryV1HistoryScrapeGetRequest2.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetScrapeHistoryV1HistoryScrapeGetRequest2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSearchscraperHistoryV1HistorySearchscraperGetRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSearchscraperHistoryV1HistorySearchscraperGetRequest.g.cs index 9d92daa..eb7113d 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSearchscraperHistoryV1HistorySearchscraperGetRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSearchscraperHistoryV1HistorySearchscraperGetRequest.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetSearchscraperHistoryV1HistorySearchscraperGetRequ /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSearchscraperHistoryV1HistorySearchscraperGetRequest2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSearchscraperHistoryV1HistorySearchscraperGetRequest2.g.cs index 4071580..ba6251a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSearchscraperHistoryV1HistorySearchscraperGetRequest2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSearchscraperHistoryV1HistorySearchscraperGetRequest2.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetSearchscraperHistoryV1HistorySearchscraperGetRequ /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSearchscraperStatusV1SearchscraperRequestIdGetResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSearchscraperStatusV1SearchscraperRequestIdGetResponse.g.cs index 0e0cbe8..5f824d4 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSearchscraperStatusV1SearchscraperRequestIdGetResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSearchscraperStatusV1SearchscraperRequestIdGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetSearchscraperStatusV1SearchscraperRequestIdGetRes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSitemapHistoryV1HistorySitemapGetRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSitemapHistoryV1HistorySitemapGetRequest.g.cs index b2c10f2..921fe48 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSitemapHistoryV1HistorySitemapGetRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSitemapHistoryV1HistorySitemapGetRequest.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetSitemapHistoryV1HistorySitemapGetRequest /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSitemapHistoryV1HistorySitemapGetRequest2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSitemapHistoryV1HistorySitemapGetRequest2.g.cs index b74e1d5..895e5ef 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSitemapHistoryV1HistorySitemapGetRequest2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSitemapHistoryV1HistorySitemapGetRequest2.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetSitemapHistoryV1HistorySitemapGetRequest2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSmartscraperHistoryV1HistorySmartscraperGetRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSmartscraperHistoryV1HistorySmartscraperGetRequest.g.cs index 544cefd..bf1db23 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSmartscraperHistoryV1HistorySmartscraperGetRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSmartscraperHistoryV1HistorySmartscraperGetRequest.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetSmartscraperHistoryV1HistorySmartscraperGetReques /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSmartscraperHistoryV1HistorySmartscraperGetRequest2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSmartscraperHistoryV1HistorySmartscraperGetRequest2.g.cs index aa1e9f2..364f56d 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSmartscraperHistoryV1HistorySmartscraperGetRequest2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSmartscraperHistoryV1HistorySmartscraperGetRequest2.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetSmartscraperHistoryV1HistorySmartscraperGetReques /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSmartscraperStatusV1SmartscraperRequestIdGetResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSmartscraperStatusV1SmartscraperRequestIdGetResponse.g.cs index 45fe57b..7a028a6 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSmartscraperStatusV1SmartscraperRequestIdGetResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetSmartscraperStatusV1SmartscraperRequestIdGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetSmartscraperStatusV1SmartscraperRequestIdGetRespo /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetUsageTimelineV1UsageTimelineGetDays.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetUsageTimelineV1UsageTimelineGetDays.g.cs index b42e1e2..81f7840 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetUsageTimelineV1UsageTimelineGetDays.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetUsageTimelineV1UsageTimelineGetDays.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetUsageTimelineV1UsageTimelineGetDays /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetWebhookLogsV1WebhookLogsCrawlerIdGetResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetWebhookLogsV1WebhookLogsCrawlerIdGetResponse.g.cs index 90b5f7a..2f3e6bd 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetWebhookLogsV1WebhookLogsCrawlerIdGetResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetWebhookLogsV1WebhookLogsCrawlerIdGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetWebhookLogsV1WebhookLogsCrawlerIdGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetWebhookStatusV1WebhookStatusWebhookIdGetResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetWebhookStatusV1WebhookStatusWebhookIdGetResponse.g.cs index 12f8298..0bd3702 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetWebhookStatusV1WebhookStatusWebhookIdGetResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.GetWebhookStatusV1WebhookStatusWebhookIdGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetWebhookStatusV1WebhookStatusWebhookIdGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.HTTPValidationError.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.HTTPValidationError.g.cs index e48c49f..9ccd247 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.HTTPValidationError.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.HTTPValidationError.g.cs @@ -39,5 +39,6 @@ public HTTPValidationError( public HTTPValidationError() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.HealthCheckHealthzGetResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.HealthCheckHealthzGetResponse.g.cs index f3dac8e..9e60ebc 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.HealthCheckHealthzGetResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.HealthCheckHealthzGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class HealthCheckHealthzGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionListResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionListResponse.g.cs index f572f0c..027795f 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionListResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionListResponse.g.cs @@ -70,5 +70,6 @@ public JobExecutionListResponse( public JobExecutionListResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponse.g.cs index 9ff926a..9cbdb08 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponse.g.cs @@ -118,5 +118,6 @@ public JobExecutionResponse( public JobExecutionResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponseCompletedAt.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponseCompletedAt.g.cs index 6fcd4f9..b5f6a9b 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponseCompletedAt.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponseCompletedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class JobExecutionResponseCompletedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponseErrorMessage.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponseErrorMessage.g.cs index 019b4d9..1bc7051 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponseErrorMessage.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponseErrorMessage.g.cs @@ -14,5 +14,6 @@ public sealed partial class JobExecutionResponseErrorMessage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponseResult.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponseResult.g.cs index 114159a..342d880 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponseResult.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponseResult.g.cs @@ -14,5 +14,6 @@ public sealed partial class JobExecutionResponseResult /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponseResult2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponseResult2.g.cs index b5e8b99..7a2315a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponseResult2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobExecutionResponseResult2.g.cs @@ -14,5 +14,6 @@ public sealed partial class JobExecutionResponseResult2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobTriggerResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobTriggerResponse.g.cs index 2db8562..c42b15a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobTriggerResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.JobTriggerResponse.g.cs @@ -70,5 +70,6 @@ public JobTriggerResponse( public JobTriggerResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ListMonitorsV1SiteMonitorsGetIsActive.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ListMonitorsV1SiteMonitorsGetIsActive.g.cs index 3e117fa..93de55d 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ListMonitorsV1SiteMonitorsGetIsActive.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ListMonitorsV1SiteMonitorsGetIsActive.g.cs @@ -14,5 +14,6 @@ public sealed partial class ListMonitorsV1SiteMonitorsGetIsActive /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.LoopStep.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.LoopStep.g.cs index 020c5ed..f866e97 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.LoopStep.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.LoopStep.g.cs @@ -105,5 +105,6 @@ public LoopStep( public LoopStep() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.LoopStepMaxIterations.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.LoopStepMaxIterations.g.cs index 55ff128..326ff79 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.LoopStepMaxIterations.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.LoopStepMaxIterations.g.cs @@ -14,5 +14,6 @@ public sealed partial class LoopStepMaxIterations /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownExtractionStep.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownExtractionStep.g.cs index 96e0f7e..da49f62 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownExtractionStep.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownExtractionStep.g.cs @@ -56,5 +56,6 @@ public MarkdownExtractionStep( public MarkdownExtractionStep() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyHistoryResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyHistoryResponse.g.cs index 557d420..20a7eab 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyHistoryResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyHistoryResponse.g.cs @@ -49,5 +49,6 @@ public MarkdownifyHistoryResponse( public MarkdownifyHistoryResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyHistoryResponseNextKey.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyHistoryResponseNextKey.g.cs index 4bb8c4c..39f1c62 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyHistoryResponseNextKey.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyHistoryResponseNextKey.g.cs @@ -14,5 +14,6 @@ public sealed partial class MarkdownifyHistoryResponseNextKey /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyHistoryResponseNextKey2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyHistoryResponseNextKey2.g.cs index 8a9c192..c9b95e5 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyHistoryResponseNextKey2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyHistoryResponseNextKey2.g.cs @@ -14,5 +14,6 @@ public sealed partial class MarkdownifyHistoryResponseNextKey2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequest.g.cs index 904341d..2f7b2a1 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequest.g.cs @@ -157,5 +157,6 @@ public MarkdownifyRequest( public MarkdownifyRequest() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestCountryCode.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestCountryCode.g.cs index 59e8753..c35ea0a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestCountryCode.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestCountryCode.g.cs @@ -14,5 +14,6 @@ public sealed partial class MarkdownifyRequestCountryCode /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDB.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDB.g.cs index 9054eca..b311970 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDB.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDB.g.cs @@ -152,5 +152,6 @@ public MarkdownifyRequestDB( public MarkdownifyRequestDB() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBError.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBError.g.cs index 7a5461c..f6c695a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBError.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBError.g.cs @@ -14,5 +14,6 @@ public sealed partial class MarkdownifyRequestDBError /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBFinishedAt.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBFinishedAt.g.cs index 967d696..1770f5f 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBFinishedAt.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBFinishedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class MarkdownifyRequestDBFinishedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBMetadata.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBMetadata.g.cs index 188e3bf..18fd05d 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBMetadata.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBMetadata.g.cs @@ -14,5 +14,6 @@ public sealed partial class MarkdownifyRequestDBMetadata /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBMetadata2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBMetadata2.g.cs index 32fa7d8..b56e45c 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBMetadata2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBMetadata2.g.cs @@ -14,5 +14,6 @@ public sealed partial class MarkdownifyRequestDBMetadata2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBRequestParams.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBRequestParams.g.cs index 3b4a8c4..e07e0f6 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBRequestParams.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBRequestParams.g.cs @@ -14,5 +14,6 @@ public sealed partial class MarkdownifyRequestDBRequestParams /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBRequestParams2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBRequestParams2.g.cs index 9002f68..83154ae 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBRequestParams2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBRequestParams2.g.cs @@ -14,5 +14,6 @@ public sealed partial class MarkdownifyRequestDBRequestParams2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBUsageId.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBUsageId.g.cs index fa223e6..c52fa16 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBUsageId.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBUsageId.g.cs @@ -14,5 +14,6 @@ public sealed partial class MarkdownifyRequestDBUsageId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBUserId.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBUserId.g.cs index 809f130..e04ac74 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBUserId.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class MarkdownifyRequestDBUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBWebpageId.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBWebpageId.g.cs index f36e74f..fe07589 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBWebpageId.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestDBWebpageId.g.cs @@ -14,5 +14,6 @@ public sealed partial class MarkdownifyRequestDBWebpageId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestHeaders.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestHeaders.g.cs index b971816..0be36f6 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestHeaders.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestHeaders.g.cs @@ -15,5 +15,6 @@ public sealed partial class MarkdownifyRequestHeaders /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestHeaders2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestHeaders2.g.cs index 2a08d13..e7ca814 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestHeaders2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestHeaders2.g.cs @@ -14,5 +14,6 @@ public sealed partial class MarkdownifyRequestHeaders2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestSteps.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestSteps.g.cs index 29de1f6..f239d9f 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestSteps.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestSteps.g.cs @@ -14,5 +14,6 @@ public sealed partial class MarkdownifyRequestSteps /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestWebhookUrl.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestWebhookUrl.g.cs index a612009..15006a4 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestWebhookUrl.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.MarkdownifyRequestWebhookUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class MarkdownifyRequestWebhookUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.NavigationStep.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.NavigationStep.g.cs index d047a2b..0fa2b4c 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.NavigationStep.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.NavigationStep.g.cs @@ -67,5 +67,6 @@ public NavigationStep( public NavigationStep() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.NavigationStepWaitFor.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.NavigationStepWaitFor.g.cs index d67e5e4..b035c47 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.NavigationStepWaitFor.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.NavigationStepWaitFor.g.cs @@ -14,5 +14,6 @@ public sealed partial class NavigationStepWaitFor /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.PauseScheduledJobV1ScheduledJobsJobIdPausePostResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.PauseScheduledJobV1ScheduledJobsJobIdPausePostResponse.g.cs index b1dec66..e828425 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.PauseScheduledJobV1ScheduledJobsJobIdPausePostResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.PauseScheduledJobV1ScheduledJobsJobIdPausePostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class PauseScheduledJobV1ScheduledJobsJobIdPausePostRespon /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedback.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedback.g.cs index 5d47329..96c1323 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedback.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedback.g.cs @@ -183,5 +183,6 @@ public ProductFeedback( public ProductFeedback() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackCanContact.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackCanContact.g.cs index c969e78..5cc00f0 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackCanContact.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackCanContact.g.cs @@ -14,5 +14,6 @@ public sealed partial class ProductFeedbackCanContact /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackCompany.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackCompany.g.cs index 3450d9e..172fc66 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackCompany.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackCompany.g.cs @@ -14,5 +14,6 @@ public sealed partial class ProductFeedbackCompany /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackContactMethod.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackContactMethod.g.cs index e8da195..c58db02 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackContactMethod.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackContactMethod.g.cs @@ -14,5 +14,6 @@ public sealed partial class ProductFeedbackContactMethod /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackDisliked.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackDisliked.g.cs index bc56788..3a589b5 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackDisliked.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackDisliked.g.cs @@ -14,5 +14,6 @@ public sealed partial class ProductFeedbackDisliked /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackEmail.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackEmail.g.cs index e524d33..0182194 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackEmail.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackEmail.g.cs @@ -14,5 +14,6 @@ public sealed partial class ProductFeedbackEmail /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackHowDiscovered.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackHowDiscovered.g.cs index 4c3145f..6f3ca23 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackHowDiscovered.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackHowDiscovered.g.cs @@ -14,5 +14,6 @@ public sealed partial class ProductFeedbackHowDiscovered /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackImprovementSuggestions.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackImprovementSuggestions.g.cs index 9f4d935..e1f1240 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackImprovementSuggestions.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackImprovementSuggestions.g.cs @@ -14,5 +14,6 @@ public sealed partial class ProductFeedbackImprovementSuggestions /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackIssues.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackIssues.g.cs index 1cf7a21..eee7b7c 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackIssues.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackIssues.g.cs @@ -14,5 +14,6 @@ public sealed partial class ProductFeedbackIssues /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackLikedMost.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackLikedMost.g.cs index 98c0ee0..e67a61d 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackLikedMost.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackLikedMost.g.cs @@ -14,5 +14,6 @@ public sealed partial class ProductFeedbackLikedMost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackName.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackName.g.cs index ba1013c..6faff90 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackName.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackName.g.cs @@ -14,5 +14,6 @@ public sealed partial class ProductFeedbackName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackRating.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackRating.g.cs index 7cd90a2..f1441ab 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackRating.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackRating.g.cs @@ -14,5 +14,6 @@ public sealed partial class ProductFeedbackRating /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackRecommendScore.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackRecommendScore.g.cs index 41857bd..3b94c23 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackRecommendScore.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackRecommendScore.g.cs @@ -14,5 +14,6 @@ public sealed partial class ProductFeedbackRecommendScore /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackRequestedFeatures.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackRequestedFeatures.g.cs index 7f354e2..0a5edb4 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackRequestedFeatures.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackRequestedFeatures.g.cs @@ -14,5 +14,6 @@ public sealed partial class ProductFeedbackRequestedFeatures /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackResponse.g.cs index e49e5e4..5655a15 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackResponse.g.cs @@ -41,5 +41,6 @@ public ProductFeedbackResponse( public ProductFeedbackResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackSetupEasy.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackSetupEasy.g.cs index cfd552f..093e189 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackSetupEasy.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackSetupEasy.g.cs @@ -14,5 +14,6 @@ public sealed partial class ProductFeedbackSetupEasy /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackUsageFrequency.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackUsageFrequency.g.cs index 9ee3d7d..6dadb39 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackUsageFrequency.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackUsageFrequency.g.cs @@ -14,5 +14,6 @@ public sealed partial class ProductFeedbackUsageFrequency /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackUseCases.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackUseCases.g.cs index 7c4a8f2..fe2959c 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackUseCases.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProductFeedbackUseCases.g.cs @@ -14,5 +14,6 @@ public sealed partial class ProductFeedbackUseCases /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse5.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse5.g.cs deleted file mode 100644 index 57a7067..0000000 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse5.g.cs +++ /dev/null @@ -1,18 +0,0 @@ - -#nullable enable - -namespace ScrapeGraphAI -{ - /// - /// - /// - public sealed partial class ProxyX402PathGetResponse5 - { - - /// - /// Additional properties that are not explicitly defined in the schema - /// - [global::System.Text.Json.Serialization.JsonExtensionData] - public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); - } -} \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse.Json.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse.Json.g.cs similarity index 87% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse.Json.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse.Json.g.cs index a21eb87..7db769f 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse.Json.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse.Json.g.cs @@ -2,7 +2,7 @@ namespace ScrapeGraphAI { - public sealed partial class ProxyX402PathGetResponse + public sealed partial class ProxyX402PathPutResponse { /// /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. @@ -34,14 +34,14 @@ public string ToJson( /// /// Deserializes a JSON string using the provided JsonSerializerContext. /// - public static global::ScrapeGraphAI.ProxyX402PathGetResponse? FromJson( + public static global::ScrapeGraphAI.ProxyX402PathPutResponse? FromJson( string json, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return global::System.Text.Json.JsonSerializer.Deserialize( json, - typeof(global::ScrapeGraphAI.ProxyX402PathGetResponse), - jsonSerializerContext) as global::ScrapeGraphAI.ProxyX402PathGetResponse; + typeof(global::ScrapeGraphAI.ProxyX402PathPutResponse), + jsonSerializerContext) as global::ScrapeGraphAI.ProxyX402PathPutResponse; } /// @@ -51,11 +51,11 @@ public string ToJson( [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.")] [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.")] #endif - public static global::ScrapeGraphAI.ProxyX402PathGetResponse? FromJson( + public static global::ScrapeGraphAI.ProxyX402PathPutResponse? FromJson( string json, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { - return global::System.Text.Json.JsonSerializer.Deserialize( + return global::System.Text.Json.JsonSerializer.Deserialize( json, jsonSerializerOptions); } @@ -63,14 +63,14 @@ public string ToJson( /// /// Deserializes a JSON stream using the provided JsonSerializerContext. /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, - typeof(global::ScrapeGraphAI.ProxyX402PathGetResponse), - jsonSerializerContext).ConfigureAwait(false)) as global::ScrapeGraphAI.ProxyX402PathGetResponse; + typeof(global::ScrapeGraphAI.ProxyX402PathPutResponse), + jsonSerializerContext).ConfigureAwait(false)) as global::ScrapeGraphAI.ProxyX402PathPutResponse; } /// @@ -80,11 +80,11 @@ public string ToJson( [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.")] [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.")] #endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { - return global::System.Text.Json.JsonSerializer.DeserializeAsync( + return global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, jsonSerializerOptions); } diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse.g.cs similarity index 89% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse.g.cs index 1bfd96f..5a16a93 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse.g.cs @@ -6,7 +6,7 @@ namespace ScrapeGraphAI /// /// /// - public sealed partial class ProxyX402PathGetResponse + public sealed partial class ProxyX402PathPutResponse { /// @@ -14,5 +14,6 @@ public sealed partial class ProxyX402PathGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse2.Json.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse2.Json.g.cs similarity index 87% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse2.Json.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse2.Json.g.cs index 77f4997..df7bbc6 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse2.Json.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse2.Json.g.cs @@ -2,7 +2,7 @@ namespace ScrapeGraphAI { - public sealed partial class ProxyX402PathGetResponse2 + public sealed partial class ProxyX402PathPutResponse2 { /// /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. @@ -34,14 +34,14 @@ public string ToJson( /// /// Deserializes a JSON string using the provided JsonSerializerContext. /// - public static global::ScrapeGraphAI.ProxyX402PathGetResponse2? FromJson( + public static global::ScrapeGraphAI.ProxyX402PathPutResponse2? FromJson( string json, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return global::System.Text.Json.JsonSerializer.Deserialize( json, - typeof(global::ScrapeGraphAI.ProxyX402PathGetResponse2), - jsonSerializerContext) as global::ScrapeGraphAI.ProxyX402PathGetResponse2; + typeof(global::ScrapeGraphAI.ProxyX402PathPutResponse2), + jsonSerializerContext) as global::ScrapeGraphAI.ProxyX402PathPutResponse2; } /// @@ -51,11 +51,11 @@ public string ToJson( [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.")] [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.")] #endif - public static global::ScrapeGraphAI.ProxyX402PathGetResponse2? FromJson( + public static global::ScrapeGraphAI.ProxyX402PathPutResponse2? FromJson( string json, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { - return global::System.Text.Json.JsonSerializer.Deserialize( + return global::System.Text.Json.JsonSerializer.Deserialize( json, jsonSerializerOptions); } @@ -63,14 +63,14 @@ public string ToJson( /// /// Deserializes a JSON stream using the provided JsonSerializerContext. /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, - typeof(global::ScrapeGraphAI.ProxyX402PathGetResponse2), - jsonSerializerContext).ConfigureAwait(false)) as global::ScrapeGraphAI.ProxyX402PathGetResponse2; + typeof(global::ScrapeGraphAI.ProxyX402PathPutResponse2), + jsonSerializerContext).ConfigureAwait(false)) as global::ScrapeGraphAI.ProxyX402PathPutResponse2; } /// @@ -80,11 +80,11 @@ public string ToJson( [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.")] [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.")] #endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { - return global::System.Text.Json.JsonSerializer.DeserializeAsync( + return global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, jsonSerializerOptions); } diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse2.g.cs similarity index 89% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse2.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse2.g.cs index d81fdd3..2dee67a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse2.g.cs @@ -6,7 +6,7 @@ namespace ScrapeGraphAI /// /// /// - public sealed partial class ProxyX402PathGetResponse2 + public sealed partial class ProxyX402PathPutResponse2 { /// @@ -14,5 +14,6 @@ public sealed partial class ProxyX402PathGetResponse2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse3.Json.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse3.Json.g.cs similarity index 87% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse3.Json.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse3.Json.g.cs index 4313300..ccac506 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse3.Json.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse3.Json.g.cs @@ -2,7 +2,7 @@ namespace ScrapeGraphAI { - public sealed partial class ProxyX402PathGetResponse3 + public sealed partial class ProxyX402PathPutResponse3 { /// /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. @@ -34,14 +34,14 @@ public string ToJson( /// /// Deserializes a JSON string using the provided JsonSerializerContext. /// - public static global::ScrapeGraphAI.ProxyX402PathGetResponse3? FromJson( + public static global::ScrapeGraphAI.ProxyX402PathPutResponse3? FromJson( string json, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return global::System.Text.Json.JsonSerializer.Deserialize( json, - typeof(global::ScrapeGraphAI.ProxyX402PathGetResponse3), - jsonSerializerContext) as global::ScrapeGraphAI.ProxyX402PathGetResponse3; + typeof(global::ScrapeGraphAI.ProxyX402PathPutResponse3), + jsonSerializerContext) as global::ScrapeGraphAI.ProxyX402PathPutResponse3; } /// @@ -51,11 +51,11 @@ public string ToJson( [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.")] [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.")] #endif - public static global::ScrapeGraphAI.ProxyX402PathGetResponse3? FromJson( + public static global::ScrapeGraphAI.ProxyX402PathPutResponse3? FromJson( string json, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { - return global::System.Text.Json.JsonSerializer.Deserialize( + return global::System.Text.Json.JsonSerializer.Deserialize( json, jsonSerializerOptions); } @@ -63,14 +63,14 @@ public string ToJson( /// /// Deserializes a JSON stream using the provided JsonSerializerContext. /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, - typeof(global::ScrapeGraphAI.ProxyX402PathGetResponse3), - jsonSerializerContext).ConfigureAwait(false)) as global::ScrapeGraphAI.ProxyX402PathGetResponse3; + typeof(global::ScrapeGraphAI.ProxyX402PathPutResponse3), + jsonSerializerContext).ConfigureAwait(false)) as global::ScrapeGraphAI.ProxyX402PathPutResponse3; } /// @@ -80,11 +80,11 @@ public string ToJson( [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.")] [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.")] #endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { - return global::System.Text.Json.JsonSerializer.DeserializeAsync( + return global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, jsonSerializerOptions); } diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse3.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse3.g.cs similarity index 89% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse3.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse3.g.cs index f6f85f9..ded43cd 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse3.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse3.g.cs @@ -6,7 +6,7 @@ namespace ScrapeGraphAI /// /// /// - public sealed partial class ProxyX402PathGetResponse3 + public sealed partial class ProxyX402PathPutResponse3 { /// @@ -14,5 +14,6 @@ public sealed partial class ProxyX402PathGetResponse3 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse4.Json.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse4.Json.g.cs similarity index 87% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse4.Json.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse4.Json.g.cs index 955f185..c2529ae 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse4.Json.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse4.Json.g.cs @@ -2,7 +2,7 @@ namespace ScrapeGraphAI { - public sealed partial class ProxyX402PathGetResponse4 + public sealed partial class ProxyX402PathPutResponse4 { /// /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. @@ -34,14 +34,14 @@ public string ToJson( /// /// Deserializes a JSON string using the provided JsonSerializerContext. /// - public static global::ScrapeGraphAI.ProxyX402PathGetResponse4? FromJson( + public static global::ScrapeGraphAI.ProxyX402PathPutResponse4? FromJson( string json, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return global::System.Text.Json.JsonSerializer.Deserialize( json, - typeof(global::ScrapeGraphAI.ProxyX402PathGetResponse4), - jsonSerializerContext) as global::ScrapeGraphAI.ProxyX402PathGetResponse4; + typeof(global::ScrapeGraphAI.ProxyX402PathPutResponse4), + jsonSerializerContext) as global::ScrapeGraphAI.ProxyX402PathPutResponse4; } /// @@ -51,11 +51,11 @@ public string ToJson( [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.")] [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.")] #endif - public static global::ScrapeGraphAI.ProxyX402PathGetResponse4? FromJson( + public static global::ScrapeGraphAI.ProxyX402PathPutResponse4? FromJson( string json, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { - return global::System.Text.Json.JsonSerializer.Deserialize( + return global::System.Text.Json.JsonSerializer.Deserialize( json, jsonSerializerOptions); } @@ -63,14 +63,14 @@ public string ToJson( /// /// Deserializes a JSON stream using the provided JsonSerializerContext. /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, - typeof(global::ScrapeGraphAI.ProxyX402PathGetResponse4), - jsonSerializerContext).ConfigureAwait(false)) as global::ScrapeGraphAI.ProxyX402PathGetResponse4; + typeof(global::ScrapeGraphAI.ProxyX402PathPutResponse4), + jsonSerializerContext).ConfigureAwait(false)) as global::ScrapeGraphAI.ProxyX402PathPutResponse4; } /// @@ -80,11 +80,11 @@ public string ToJson( [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.")] [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.")] #endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { - return global::System.Text.Json.JsonSerializer.DeserializeAsync( + return global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, jsonSerializerOptions); } diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse4.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse4.g.cs similarity index 89% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse4.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse4.g.cs index 877944a..2d222e8 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse4.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse4.g.cs @@ -6,7 +6,7 @@ namespace ScrapeGraphAI /// /// /// - public sealed partial class ProxyX402PathGetResponse4 + public sealed partial class ProxyX402PathPutResponse4 { /// @@ -14,5 +14,6 @@ public sealed partial class ProxyX402PathGetResponse4 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse5.Json.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse5.Json.g.cs similarity index 87% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse5.Json.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse5.Json.g.cs index 23495b0..5b74780 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathGetResponse5.Json.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse5.Json.g.cs @@ -2,7 +2,7 @@ namespace ScrapeGraphAI { - public sealed partial class ProxyX402PathGetResponse5 + public sealed partial class ProxyX402PathPutResponse5 { /// /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. @@ -34,14 +34,14 @@ public string ToJson( /// /// Deserializes a JSON string using the provided JsonSerializerContext. /// - public static global::ScrapeGraphAI.ProxyX402PathGetResponse5? FromJson( + public static global::ScrapeGraphAI.ProxyX402PathPutResponse5? FromJson( string json, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return global::System.Text.Json.JsonSerializer.Deserialize( json, - typeof(global::ScrapeGraphAI.ProxyX402PathGetResponse5), - jsonSerializerContext) as global::ScrapeGraphAI.ProxyX402PathGetResponse5; + typeof(global::ScrapeGraphAI.ProxyX402PathPutResponse5), + jsonSerializerContext) as global::ScrapeGraphAI.ProxyX402PathPutResponse5; } /// @@ -51,11 +51,11 @@ public string ToJson( [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.")] [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.")] #endif - public static global::ScrapeGraphAI.ProxyX402PathGetResponse5? FromJson( + public static global::ScrapeGraphAI.ProxyX402PathPutResponse5? FromJson( string json, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { - return global::System.Text.Json.JsonSerializer.Deserialize( + return global::System.Text.Json.JsonSerializer.Deserialize( json, jsonSerializerOptions); } @@ -63,14 +63,14 @@ public string ToJson( /// /// Deserializes a JSON stream using the provided JsonSerializerContext. /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, - typeof(global::ScrapeGraphAI.ProxyX402PathGetResponse5), - jsonSerializerContext).ConfigureAwait(false)) as global::ScrapeGraphAI.ProxyX402PathGetResponse5; + typeof(global::ScrapeGraphAI.ProxyX402PathPutResponse5), + jsonSerializerContext).ConfigureAwait(false)) as global::ScrapeGraphAI.ProxyX402PathPutResponse5; } /// @@ -80,11 +80,11 @@ public string ToJson( [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.")] [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.")] #endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { - return global::System.Text.Json.JsonSerializer.DeserializeAsync( + return global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, jsonSerializerOptions); } diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse5.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse5.g.cs new file mode 100644 index 0000000..1269e51 --- /dev/null +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ProxyX402PathPutResponse5.g.cs @@ -0,0 +1,19 @@ + +#nullable enable + +namespace ScrapeGraphAI +{ + /// + /// + /// + public sealed partial class ProxyX402PathPutResponse5 + { + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + + } +} \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.QueryRedisCacheByPatternRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.QueryRedisCacheByPatternRequest.g.cs index b25a4fd..b8c1cf6 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.QueryRedisCacheByPatternRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.QueryRedisCacheByPatternRequest.g.cs @@ -63,5 +63,6 @@ public QueryRedisCacheByPatternRequest( public QueryRedisCacheByPatternRequest() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.QueryRedisCacheByPatternV1AdminQueryRedisCacheByPatternPostResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.QueryRedisCacheByPatternV1AdminQueryRedisCacheByPatternPostResponse.g.cs index 4acf9d7..6d1afaa 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.QueryRedisCacheByPatternV1AdminQueryRedisCacheByPatternPostResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.QueryRedisCacheByPatternV1AdminQueryRedisCacheByPatternPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class QueryRedisCacheByPatternV1AdminQueryRedisCacheByPatt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ResumeScheduledJobV1ScheduledJobsJobIdResumePostResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ResumeScheduledJobV1ScheduledJobsJobIdResumePostResponse.g.cs index 58c15fa..6a083a3 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ResumeScheduledJobV1ScheduledJobsJobIdResumePostResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ResumeScheduledJobV1ScheduledJobsJobIdResumePostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class ResumeScheduledJobV1ScheduledJobsJobIdResumePostResp /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SaveEndpointV1EndpointSaveEndpointPostResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SaveEndpointV1EndpointSaveEndpointPostResponse.g.cs index f97f7e4..f492e15 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SaveEndpointV1EndpointSaveEndpointPostResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SaveEndpointV1EndpointSaveEndpointPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class SaveEndpointV1EndpointSaveEndpointPostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobCreate.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobCreate.g.cs index 4a4aff4..cbab426 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobCreate.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobCreate.g.cs @@ -103,5 +103,6 @@ public ScheduledJobCreate( public ScheduledJobCreate() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobCreateJobConfig.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobCreateJobConfig.g.cs index e661651..28c0131 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobCreateJobConfig.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobCreateJobConfig.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScheduledJobCreateJobConfig /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobCreateWebhookUrl.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobCreateWebhookUrl.g.cs index 3cb93b7..3af1749 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobCreateWebhookUrl.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobCreateWebhookUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScheduledJobCreateWebhookUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobListResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobListResponse.g.cs index deafd53..e886e7e 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobListResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobListResponse.g.cs @@ -70,5 +70,6 @@ public ScheduledJobListResponse( public ScheduledJobListResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobResponse.g.cs index 28f5990..89fa4f4 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobResponse.g.cs @@ -139,5 +139,6 @@ public ScheduledJobResponse( public ScheduledJobResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobResponseJobConfig.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobResponseJobConfig.g.cs index 4e84a51..57627cb 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobResponseJobConfig.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobResponseJobConfig.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScheduledJobResponseJobConfig /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobResponseLastRunAt.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobResponseLastRunAt.g.cs index 2d46ed0..98461aa 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobResponseLastRunAt.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobResponseLastRunAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScheduledJobResponseLastRunAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobResponseNextRunAt.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobResponseNextRunAt.g.cs index 1c13414..a512d2b 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobResponseNextRunAt.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScheduledJobResponseNextRunAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScheduledJobResponseNextRunAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationRequest.g.cs index b0466c7..37ec1bd 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationRequest.g.cs @@ -53,5 +53,6 @@ public SchemaGenerationRequest( public SchemaGenerationRequest() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationRequestExistingSchema.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationRequestExistingSchema.g.cs index 642b98a..29fe607 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationRequestExistingSchema.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationRequestExistingSchema.g.cs @@ -14,5 +14,6 @@ public sealed partial class SchemaGenerationRequestExistingSchema /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationRequestExistingSchema2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationRequestExistingSchema2.g.cs index 5e1ec9a..049ead9 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationRequestExistingSchema2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationRequestExistingSchema2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SchemaGenerationRequestExistingSchema2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationResponse.g.cs index 14bf427..cb1d5a3 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationResponse.g.cs @@ -93,5 +93,6 @@ public SchemaGenerationResponse( public SchemaGenerationResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationResponseError.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationResponseError.g.cs index 1031e08..7dfbc97 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationResponseError.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationResponseError.g.cs @@ -14,5 +14,6 @@ public sealed partial class SchemaGenerationResponseError /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationResponseGeneratedSchema.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationResponseGeneratedSchema.g.cs index 789bf17..3bfeeb3 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationResponseGeneratedSchema.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SchemaGenerationResponseGeneratedSchema.g.cs @@ -14,5 +14,6 @@ public sealed partial class SchemaGenerationResponseGeneratedSchema /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeHistoryResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeHistoryResponse.g.cs index 3c42196..2f573e3 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeHistoryResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeHistoryResponse.g.cs @@ -49,5 +49,6 @@ public ScrapeHistoryResponse( public ScrapeHistoryResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeHistoryResponseNextKey.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeHistoryResponseNextKey.g.cs index 788c132..3721738 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeHistoryResponseNextKey.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeHistoryResponseNextKey.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScrapeHistoryResponseNextKey /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeHistoryResponseNextKey2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeHistoryResponseNextKey2.g.cs index 42005fe..bff619d 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeHistoryResponseNextKey2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeHistoryResponseNextKey2.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScrapeHistoryResponseNextKey2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequest.g.cs index 745dcbc..88f7f2d 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequest.g.cs @@ -125,5 +125,6 @@ public ScrapeRequest( public ScrapeRequest() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestCountryCode.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestCountryCode.g.cs index 0c440fe..b03e431 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestCountryCode.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestCountryCode.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScrapeRequestCountryCode /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDB.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDB.g.cs index 4d336ae..9362d87 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDB.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDB.g.cs @@ -67,7 +67,7 @@ public sealed partial class ScrapeRequestDB public global::System.DateTime? FinishedAt { get; set; } /// - /// Default Value: 2026-05-03T11:07:37.179894 + /// Default Value: 2026-04-21T21:03:08.207432 /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_at")] public global::System.DateTime? RequestedAt { get; set; } @@ -110,7 +110,7 @@ public sealed partial class ScrapeRequestDB /// /// /// - /// Default Value: 2026-05-03T11:07:37.179894 + /// Default Value: 2026-04-21T21:03:08.207432 /// /// /// Default Value: 0 @@ -153,5 +153,6 @@ public ScrapeRequestDB( public ScrapeRequestDB() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBError.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBError.g.cs index 8215ea1..77bf08c 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBError.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBError.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScrapeRequestDBError /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBFinishedAt.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBFinishedAt.g.cs index c2b38bc..28cb8ca 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBFinishedAt.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBFinishedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScrapeRequestDBFinishedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBMetadata.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBMetadata.g.cs index e559fd3..697f768 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBMetadata.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBMetadata.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScrapeRequestDBMetadata /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBRequestParams.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBRequestParams.g.cs index fa0a47f..339b1e2 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBRequestParams.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBRequestParams.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScrapeRequestDBRequestParams /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBRequestParams2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBRequestParams2.g.cs index c25060b..384cb61 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBRequestParams2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBRequestParams2.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScrapeRequestDBRequestParams2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBResult.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBResult.g.cs index e7069aa..4db0642 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBResult.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBResult.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScrapeRequestDBResult /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBUserId.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBUserId.g.cs index 8db0bb8..9ae5ba3 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBUserId.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeRequestDBUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScrapeRequestDBUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeV1ScrapePostResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeV1ScrapePostResponse.g.cs index 1580569..18fa78a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeV1ScrapePostResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ScrapeV1ScrapePostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class ScrapeV1ScrapePostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequest.g.cs index 003f10a..ab9dfa6 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequest.g.cs @@ -178,5 +178,6 @@ public SearchScraperRequest( public SearchScraperRequest() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestHeaders.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestHeaders.g.cs index 6cfb73f..8373d1b 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestHeaders.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestHeaders.g.cs @@ -15,5 +15,6 @@ public sealed partial class SearchScraperRequestHeaders /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestHeaders2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestHeaders2.g.cs index af23a63..2854d8e 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestHeaders2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestHeaders2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchScraperRequestHeaders2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestLocationGeoCode.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestLocationGeoCode.g.cs index 5f29b7e..0a4111a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestLocationGeoCode.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestLocationGeoCode.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchScraperRequestLocationGeoCode /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestOutputSchema.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestOutputSchema.g.cs index 22db8dc..148aca8 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestOutputSchema.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestOutputSchema.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchScraperRequestOutputSchema /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestOutputSchema2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestOutputSchema2.g.cs index 159d71d..9cc3e24 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestOutputSchema2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestOutputSchema2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchScraperRequestOutputSchema2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestTimeRange.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestTimeRange.g.cs index c968e1b..7104e41 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestTimeRange.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestTimeRange.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchScraperRequestTimeRange /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestWebhookUrl.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestWebhookUrl.g.cs index 07cab57..eaadee4 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestWebhookUrl.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchScraperRequestWebhookUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchScraperRequestWebhookUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperHistoryResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperHistoryResponse.g.cs index b782861..f869f86 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperHistoryResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperHistoryResponse.g.cs @@ -49,5 +49,6 @@ public SearchscraperHistoryResponse( public SearchscraperHistoryResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperHistoryResponseNextKey.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperHistoryResponseNextKey.g.cs index eebb320..76abe6e 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperHistoryResponseNextKey.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperHistoryResponseNextKey.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchscraperHistoryResponseNextKey /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperHistoryResponseNextKey2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperHistoryResponseNextKey2.g.cs index 9fc0c9f..ab853d5 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperHistoryResponseNextKey2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperHistoryResponseNextKey2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchscraperHistoryResponseNextKey2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDB.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDB.g.cs index d83996e..dc01b50 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDB.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDB.g.cs @@ -151,5 +151,6 @@ public SearchscraperRequestDB( public SearchscraperRequestDB() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBError.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBError.g.cs index 629e9be..c31efc9 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBError.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBError.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchscraperRequestDBError /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBExtractionQuery.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBExtractionQuery.g.cs index 87250e4..0d1331c 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBExtractionQuery.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBExtractionQuery.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchscraperRequestDBExtractionQuery /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBFinishedAt.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBFinishedAt.g.cs index bed0b21..6c7da5e 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBFinishedAt.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBFinishedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchscraperRequestDBFinishedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBMetadata.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBMetadata.g.cs index 0dcb03f..de0fa91 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBMetadata.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBMetadata.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchscraperRequestDBMetadata /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBOutputSchema.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBOutputSchema.g.cs index 6114012..2a85838 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBOutputSchema.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBOutputSchema.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchscraperRequestDBOutputSchema /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBOutputSchema2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBOutputSchema2.g.cs index 0e5773c..0b44536 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBOutputSchema2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBOutputSchema2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchscraperRequestDBOutputSchema2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBReferencesUrls.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBReferencesUrls.g.cs index 5a7e661..8fb3fb1 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBReferencesUrls.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBReferencesUrls.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchscraperRequestDBReferencesUrls /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBResult.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBResult.g.cs index 9aed60d..0a149ee 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBResult.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBResult.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchscraperRequestDBResult /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBResult2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBResult2.g.cs index 18b3510..9ea75d5 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBResult2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBResult2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchscraperRequestDBResult2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBSearchQuery.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBSearchQuery.g.cs index 3c13188..f846c60 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBSearchQuery.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBSearchQuery.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchscraperRequestDBSearchQuery /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBUserId.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBUserId.g.cs index 9a3e4b8..ef57c7c 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBUserId.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SearchscraperRequestDBUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class SearchscraperRequestDBUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorCreate.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorCreate.g.cs index 5f017f2..b8646e5 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorCreate.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorCreate.g.cs @@ -90,5 +90,6 @@ public SiteMonitorCreate( public SiteMonitorCreate() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorCreateExtractionConfig.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorCreateExtractionConfig.g.cs index 01d2280..32b9aea 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorCreateExtractionConfig.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorCreateExtractionConfig.g.cs @@ -15,5 +15,6 @@ public sealed partial class SiteMonitorCreateExtractionConfig /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorCreateName.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorCreateName.g.cs index 4dd30b5..0f4b334 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorCreateName.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorCreateName.g.cs @@ -14,5 +14,6 @@ public sealed partial class SiteMonitorCreateName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorExtractionConfig.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorExtractionConfig.g.cs index 2d93a5f..8d9e5c0 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorExtractionConfig.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorExtractionConfig.g.cs @@ -52,5 +52,6 @@ public SiteMonitorExtractionConfig( public SiteMonitorExtractionConfig() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorExtractionConfigOutputSchema.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorExtractionConfigOutputSchema.g.cs index 7e4f9f7..42efe16 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorExtractionConfigOutputSchema.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorExtractionConfigOutputSchema.g.cs @@ -14,5 +14,6 @@ public sealed partial class SiteMonitorExtractionConfigOutputSchema /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorExtractionConfigOutputSchema2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorExtractionConfigOutputSchema2.g.cs index ef3b870..e2611bc 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorExtractionConfigOutputSchema2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorExtractionConfigOutputSchema2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SiteMonitorExtractionConfigOutputSchema2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorExtractionConfigUserPrompt.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorExtractionConfigUserPrompt.g.cs index 10340ef..e394af5 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorExtractionConfigUserPrompt.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorExtractionConfigUserPrompt.g.cs @@ -14,5 +14,6 @@ public sealed partial class SiteMonitorExtractionConfigUserPrompt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorListResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorListResponse.g.cs index bbf143c..623dde3 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorListResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorListResponse.g.cs @@ -70,5 +70,6 @@ public SiteMonitorListResponse( public SiteMonitorListResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponse.g.cs index 9ab6406..167f68c 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponse.g.cs @@ -156,5 +156,6 @@ public SiteMonitorResponse( public SiteMonitorResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseExtractionConfig.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseExtractionConfig.g.cs index 4bdd149..44ed9d9 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseExtractionConfig.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseExtractionConfig.g.cs @@ -14,5 +14,6 @@ public sealed partial class SiteMonitorResponseExtractionConfig /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseExtractionConfig2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseExtractionConfig2.g.cs index e214336..c591ee7 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseExtractionConfig2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseExtractionConfig2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SiteMonitorResponseExtractionConfig2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseLastRunAt.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseLastRunAt.g.cs index 82e6553..604efa7 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseLastRunAt.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseLastRunAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class SiteMonitorResponseLastRunAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseName.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseName.g.cs index dce7331..3d64c59 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseName.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseName.g.cs @@ -14,5 +14,6 @@ public sealed partial class SiteMonitorResponseName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseNextRunAt.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseNextRunAt.g.cs index 8336cd8..f0a40d0 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseNextRunAt.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorResponseNextRunAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class SiteMonitorResponseNextRunAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdate.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdate.g.cs index d5dcef5..7b290a2 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdate.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdate.g.cs @@ -75,5 +75,6 @@ public SiteMonitorUpdate( public SiteMonitorUpdate() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateCronExpression.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateCronExpression.g.cs index c242a65..1037aa9 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateCronExpression.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateCronExpression.g.cs @@ -14,5 +14,6 @@ public sealed partial class SiteMonitorUpdateCronExpression /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateExtractionConfig.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateExtractionConfig.g.cs index 5724255..4bab04b 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateExtractionConfig.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateExtractionConfig.g.cs @@ -14,5 +14,6 @@ public sealed partial class SiteMonitorUpdateExtractionConfig /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateIsActive.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateIsActive.g.cs index eca2752..38acf7d 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateIsActive.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateIsActive.g.cs @@ -14,5 +14,6 @@ public sealed partial class SiteMonitorUpdateIsActive /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateName.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateName.g.cs index 6ceb0f7..5db25c6 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateName.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateName.g.cs @@ -14,5 +14,6 @@ public sealed partial class SiteMonitorUpdateName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateWebhookUrl.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateWebhookUrl.g.cs index 499a7a2..64b53ab 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateWebhookUrl.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SiteMonitorUpdateWebhookUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class SiteMonitorUpdateWebhookUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapHistoryResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapHistoryResponse.g.cs index 19dd720..23c0e78 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapHistoryResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapHistoryResponse.g.cs @@ -53,5 +53,6 @@ public SitemapHistoryResponse( public SitemapHistoryResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapHistoryResponseNextKey.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapHistoryResponseNextKey.g.cs index 46962ab..3d051ce 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapHistoryResponseNextKey.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapHistoryResponseNextKey.g.cs @@ -14,5 +14,6 @@ public sealed partial class SitemapHistoryResponseNextKey /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapHistoryResponseNextKey2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapHistoryResponseNextKey2.g.cs index dbe5b67..24e298c 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapHistoryResponseNextKey2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapHistoryResponseNextKey2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SitemapHistoryResponseNextKey2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequest.g.cs index 0060e3b..95acf15 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequest.g.cs @@ -55,5 +55,6 @@ public SitemapRequest( public SitemapRequest() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequestDB.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequestDB.g.cs index f89bb20..9bd826b 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequestDB.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequestDB.g.cs @@ -118,5 +118,6 @@ public SitemapRequestDB( public SitemapRequestDB() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequestDBErrorMessage.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequestDBErrorMessage.g.cs index 2085eae..d02aef7 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequestDBErrorMessage.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequestDBErrorMessage.g.cs @@ -14,5 +14,6 @@ public sealed partial class SitemapRequestDBErrorMessage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequestDBMetadata.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequestDBMetadata.g.cs index 9abc9a3..db92a60 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequestDBMetadata.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequestDBMetadata.g.cs @@ -14,5 +14,6 @@ public sealed partial class SitemapRequestDBMetadata /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequestDBMetadata2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequestDBMetadata2.g.cs index 61e7987..651e393 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequestDBMetadata2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapRequestDBMetadata2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SitemapRequestDBMetadata2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapResponse.g.cs index 4f074f3..ecf8648 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SitemapResponse.g.cs @@ -54,5 +54,6 @@ public SitemapResponse( public SitemapResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperHistoryResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperHistoryResponse.g.cs index 07c761f..b56c3c0 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperHistoryResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperHistoryResponse.g.cs @@ -49,5 +49,6 @@ public SmartscraperHistoryResponse( public SmartscraperHistoryResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperHistoryResponseNextKey.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperHistoryResponseNextKey.g.cs index 82d3ff0..a865ce3 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperHistoryResponseNextKey.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperHistoryResponseNextKey.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperHistoryResponseNextKey /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperHistoryResponseNextKey2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperHistoryResponseNextKey2.g.cs index 629d286..5bbb392 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperHistoryResponseNextKey2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperHistoryResponseNextKey2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperHistoryResponseNextKey2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequest.g.cs index 89c5ad7..e0b08be 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequest.g.cs @@ -291,5 +291,6 @@ public SmartscraperRequest( public SmartscraperRequest() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestCookies.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestCookies.g.cs index 9adcac4..965e615 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestCookies.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestCookies.g.cs @@ -15,5 +15,6 @@ public sealed partial class SmartscraperRequestCookies /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestCookies2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestCookies2.g.cs index e98fb57..e59112f 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestCookies2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestCookies2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestCookies2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestCountryCode.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestCountryCode.g.cs index 1f896c2..cc85928 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestCountryCode.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestCountryCode.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestCountryCode /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDB.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDB.g.cs index fc7b4ef..45c4220 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDB.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDB.g.cs @@ -153,5 +153,6 @@ public SmartscraperRequestDB( public SmartscraperRequestDB() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBError.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBError.g.cs index 5070166..752df78 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBError.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBError.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestDBError /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBFinishedAt.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBFinishedAt.g.cs index da09ef3..0b6ac4e 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBFinishedAt.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBFinishedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestDBFinishedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBMetadata.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBMetadata.g.cs index 8dbea24..04000bc 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBMetadata.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBMetadata.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestDBMetadata /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBMetadata2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBMetadata2.g.cs index ada3550..b49a164 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBMetadata2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBMetadata2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestDBMetadata2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBOutputSchema.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBOutputSchema.g.cs index c03d16e..77a568c 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBOutputSchema.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBOutputSchema.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestDBOutputSchema /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBOutputSchema2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBOutputSchema2.g.cs index 2455ef9..c598420 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBOutputSchema2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBOutputSchema2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestDBOutputSchema2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBRequestParams.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBRequestParams.g.cs index 63d31d3..3a7c51f 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBRequestParams.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBRequestParams.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestDBRequestParams /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBRequestParams2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBRequestParams2.g.cs index 76055a5..ce33d8f 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBRequestParams2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBRequestParams2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestDBRequestParams2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBResultVariant1.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBResultVariant1.g.cs index 911cad0..504934a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBResultVariant1.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBResultVariant1.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestDBResultVariant1 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBResultVariant2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBResultVariant2.g.cs index 54efbc6..06b30dc 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBResultVariant2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBResultVariant2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestDBResultVariant2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBUserId.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBUserId.g.cs index 2bb7946..a4190d2 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBUserId.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBUserId.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestDBUserId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBWebpageId.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBWebpageId.g.cs index d3f3e92..210b57e 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBWebpageId.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBWebpageId.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestDBWebpageId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBWebsiteUrl.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBWebsiteUrl.g.cs index 3012959..f7019c6 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBWebsiteUrl.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestDBWebsiteUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestDBWebsiteUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestHeaders.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestHeaders.g.cs index b740c16..98ce199 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestHeaders.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestHeaders.g.cs @@ -15,5 +15,6 @@ public sealed partial class SmartscraperRequestHeaders /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestHeaders2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestHeaders2.g.cs index f9b741e..96a0041 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestHeaders2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestHeaders2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestHeaders2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestOutputSchema.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestOutputSchema.g.cs index a303cc0..0472839 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestOutputSchema.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestOutputSchema.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestOutputSchema /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestOutputSchema2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestOutputSchema2.g.cs index a92f1a7..54ccbf1 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestOutputSchema2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestOutputSchema2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestOutputSchema2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestSteps.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestSteps.g.cs index 14d10b3..7d39602 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestSteps.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestSteps.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestSteps /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestWebhookUrl.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestWebhookUrl.g.cs index 20370a8..c0ee94b 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestWebhookUrl.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestWebhookUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestWebhookUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestWebsiteHtml.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestWebsiteHtml.g.cs index 68c6f06..ec6932f 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestWebsiteHtml.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestWebsiteHtml.g.cs @@ -15,5 +15,6 @@ public sealed partial class SmartscraperRequestWebsiteHtml /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestWebsiteMarkdown.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestWebsiteMarkdown.g.cs index 28ce14a..4ff0ceb 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestWebsiteMarkdown.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestWebsiteMarkdown.g.cs @@ -16,5 +16,6 @@ public sealed partial class SmartscraperRequestWebsiteMarkdown /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestWebsiteUrl.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestWebsiteUrl.g.cs index 8a5769e..11a73bb 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestWebsiteUrl.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SmartscraperRequestWebsiteUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class SmartscraperRequestWebsiteUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StartCrawlV1CrawlPostResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StartCrawlV1CrawlPostResponse.g.cs index b2bf273..c5dead4 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StartCrawlV1CrawlPostResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StartCrawlV1CrawlPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class StartCrawlV1CrawlPostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StepResult.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StepResult.g.cs index 8c5f940..ebdf3da 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StepResult.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StepResult.g.cs @@ -91,5 +91,6 @@ public StepResult( public StepResult() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StepResultData.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StepResultData.g.cs index 7efc6c7..fee53ab 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StepResultData.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StepResultData.g.cs @@ -14,5 +14,6 @@ public sealed partial class StepResultData /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StepResultData2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StepResultData2.g.cs index 521afcc..ded1b86 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StepResultData2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StepResultData2.g.cs @@ -14,5 +14,6 @@ public sealed partial class StepResultData2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StepResultError.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StepResultError.g.cs index 6ec4885..00e4511 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StepResultError.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StepResultError.g.cs @@ -14,5 +14,6 @@ public sealed partial class StepResultError /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StopSessionV1StopSessionPostResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StopSessionV1StopSessionPostResponse.g.cs index 6fc1cfe..b3c9c67 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StopSessionV1StopSessionPostResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.StopSessionV1StopSessionPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class StopSessionV1StopSessionPostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStep.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStep.g.cs index a42371b..3fd907a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStep.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStep.g.cs @@ -88,5 +88,6 @@ public SubWorkflowStep( public SubWorkflowStep() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepInputMapping.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepInputMapping.g.cs index 18dc46d..94899a3 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepInputMapping.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepInputMapping.g.cs @@ -14,5 +14,6 @@ public sealed partial class SubWorkflowStepInputMapping /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepOutputMapping.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepOutputMapping.g.cs index 554d010..93139a6 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepOutputMapping.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepOutputMapping.g.cs @@ -14,5 +14,6 @@ public sealed partial class SubWorkflowStepOutputMapping /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepOutputMapping2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepOutputMapping2.g.cs index acc2e7e..2e49fca 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepOutputMapping2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepOutputMapping2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SubWorkflowStepOutputMapping2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepWorkflow.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepWorkflow.g.cs index a07c3e2..10e4a2f 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepWorkflow.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepWorkflow.g.cs @@ -14,5 +14,6 @@ public sealed partial class SubWorkflowStepWorkflow /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepWorkflowId.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepWorkflowId.g.cs index 9ab8c42..ea0aceb 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepWorkflowId.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.SubWorkflowStepWorkflowId.g.cs @@ -14,5 +14,6 @@ public sealed partial class SubWorkflowStepWorkflowId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.TimelineEntry.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.TimelineEntry.g.cs index 28fcfaf..3dff747 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.TimelineEntry.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.TimelineEntry.g.cs @@ -50,5 +50,6 @@ public TimelineEntry( public TimelineEntry() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ToonifyV1ToonifyPostRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ToonifyV1ToonifyPostRequest.g.cs index 9234f80..1e5dc4a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ToonifyV1ToonifyPostRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ToonifyV1ToonifyPostRequest.g.cs @@ -14,5 +14,6 @@ public sealed partial class ToonifyV1ToonifyPostRequest /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ToonifyV1ToonifyPostResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ToonifyV1ToonifyPostResponse.g.cs index b7795d5..6d2f2c7 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ToonifyV1ToonifyPostResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ToonifyV1ToonifyPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class ToonifyV1ToonifyPostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.UpdateScheduledJobV1ScheduledJobsJobIdPatchRequest.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.UpdateScheduledJobV1ScheduledJobsJobIdPatchRequest.g.cs index bc60ae1..a006589 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.UpdateScheduledJobV1ScheduledJobsJobIdPatchRequest.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.UpdateScheduledJobV1ScheduledJobsJobIdPatchRequest.g.cs @@ -14,5 +14,6 @@ public sealed partial class UpdateScheduledJobV1ScheduledJobsJobIdPatchRequest /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.UsageTimelineResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.UsageTimelineResponse.g.cs index bd3375b..d09e3d1 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.UsageTimelineResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.UsageTimelineResponse.g.cs @@ -40,5 +40,6 @@ public UsageTimelineResponse( public UsageTimelineResponse() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ValidateApiKeyV1ValidateGetResponse.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ValidateApiKeyV1ValidateGetResponse.g.cs index 00511b5..a3b2d37 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ValidateApiKeyV1ValidateGetResponse.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ValidateApiKeyV1ValidateGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class ValidateApiKeyV1ValidateGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ValidationError.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ValidationError.g.cs index 7d2bb2c..7375aa9 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ValidationError.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.ValidationError.g.cs @@ -60,5 +60,6 @@ public ValidationError( public ValidationError() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WaitStep.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WaitStep.g.cs index 11ba9d6..9b1f82d 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WaitStep.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WaitStep.g.cs @@ -77,5 +77,6 @@ public WaitStep( public WaitStep() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WaitStepDuration.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WaitStepDuration.g.cs index 72c3347..5b66b7b 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WaitStepDuration.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WaitStepDuration.g.cs @@ -14,5 +14,6 @@ public sealed partial class WaitStepDuration /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WaitStepForCondition.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WaitStepForCondition.g.cs index e88327b..fdaf04f 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WaitStepForCondition.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WaitStepForCondition.g.cs @@ -14,5 +14,6 @@ public sealed partial class WaitStepForCondition /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WaitStepForSelector.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WaitStepForSelector.g.cs index 328012b..3b6d4e1 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WaitStepForSelector.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WaitStepForSelector.g.cs @@ -14,5 +14,6 @@ public sealed partial class WaitStepForSelector /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinition.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinition.g.cs index e92b447..d4c76ff 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinition.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinition.g.cs @@ -122,5 +122,6 @@ public WorkflowDefinition( public WorkflowDefinition() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionDescription.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionDescription.g.cs index 57a468d..faf9a92 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionDescription.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class WorkflowDefinitionDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionInitialContext.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionInitialContext.g.cs index db8d792..7027d0e 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionInitialContext.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionInitialContext.g.cs @@ -14,5 +14,6 @@ public sealed partial class WorkflowDefinitionInitialContext /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionOutputVariables.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionOutputVariables.g.cs index 68263e8..d39c14e 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionOutputVariables.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionOutputVariables.g.cs @@ -14,5 +14,6 @@ public sealed partial class WorkflowDefinitionOutputVariables /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionStartUrl.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionStartUrl.g.cs index ec0c085..1d3c9ae 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionStartUrl.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionStartUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class WorkflowDefinitionStartUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionWorkflowId.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionWorkflowId.g.cs index a98c87f..dfe0cee 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionWorkflowId.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowDefinitionWorkflowId.g.cs @@ -14,5 +14,6 @@ public sealed partial class WorkflowDefinitionWorkflowId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResult.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResult.g.cs index 3eb51b2..6a88ea8 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResult.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResult.g.cs @@ -137,5 +137,6 @@ public WorkflowExecutionResult( public WorkflowExecutionResult() { } + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultError.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultError.g.cs index cb32409..72cdd1d 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultError.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultError.g.cs @@ -14,5 +14,6 @@ public sealed partial class WorkflowExecutionResultError /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultFinalContext.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultFinalContext.g.cs index 5272115..0fc01ff 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultFinalContext.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultFinalContext.g.cs @@ -14,5 +14,6 @@ public sealed partial class WorkflowExecutionResultFinalContext /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultFinalHtml.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultFinalHtml.g.cs index c26a8cf..823fc84 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultFinalHtml.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultFinalHtml.g.cs @@ -14,5 +14,6 @@ public sealed partial class WorkflowExecutionResultFinalHtml /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultFinalUrl.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultFinalUrl.g.cs index b60ecf7..9902e36 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultFinalUrl.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultFinalUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class WorkflowExecutionResultFinalUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultOutput.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultOutput.g.cs index a5d57ca..7f97f3b 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultOutput.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultOutput.g.cs @@ -14,5 +14,6 @@ public sealed partial class WorkflowExecutionResultOutput /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultSessionId.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultSessionId.g.cs index 3200ae6..0d777de 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultSessionId.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultSessionId.g.cs @@ -14,5 +14,6 @@ public sealed partial class WorkflowExecutionResultSessionId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultWorkflowId.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultWorkflowId.g.cs index 3ce6b86..0d33e2a 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultWorkflowId.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.Models.WorkflowExecutionResultWorkflowId.g.cs @@ -14,5 +14,6 @@ public sealed partial class WorkflowExecutionResultWorkflowId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OptionsSupport.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OptionsSupport.g.cs index 64a7f94..d9a4581 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OptionsSupport.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OptionsSupport.g.cs @@ -163,8 +163,24 @@ public sealed class AutoSDKAuthorizationProviderHook : global::ScrapeGraphAI.Aut { context = context ?? throw new global::System.ArgumentNullException(nameof(context)); + if (context.Request == null) + { + return; + } + + var perRequest = context.RequestOptions?.Authorizations; + if (perRequest != null && perRequest.Count > 0) + { + for (var index = 0; index < perRequest.Count; index++) + { + ApplyAuthorization(context.Request, perRequest[index]); + } + + return; + } + var provider = context.ClientOptions?.AuthorizationProvider; - if (provider == null || context.Request == null) + if (provider == null) { return; } @@ -237,6 +253,15 @@ public sealed class AutoSDKRequestOptions /// Overrides response buffering for this request when set. /// public bool? ReadResponseAsString { get; set; } + + /// + /// Optional per-request authorization values. When non-empty, the built-in + /// applies these instead of consulting + /// for this request only. + /// Useful for multi-tenant routing or "act-as" admin tooling that needs a different + /// credential per call without mutating shared client state. + /// + public global::System.Collections.Generic.IReadOnlyList? Authorizations { get; set; } } /// diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathGet5.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathPut.g.cs similarity index 93% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathGet5.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathPut.g.cs index 6b7d765..cba22f3 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathGet5.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathPut.g.cs @@ -7,7 +7,7 @@ public partial class OrthogonalClient { - private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement s_ProxyX402PathGet5SecurityRequirement0 = + private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement s_ProxyX402PathPutSecurityRequirement0 = new global::ScrapeGraphAI.EndPointSecurityRequirement { Authorizations = new global::ScrapeGraphAI.EndPointAuthorizationRequirement[] @@ -21,22 +21,22 @@ public partial class OrthogonalClient }, }, }; - private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement[] s_ProxyX402PathGet5SecurityRequirements = + private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement[] s_ProxyX402PathPutSecurityRequirements = new global::ScrapeGraphAI.EndPointSecurityRequirement[] - { s_ProxyX402PathGet5SecurityRequirement0, + { s_ProxyX402PathPutSecurityRequirement0, }; - partial void PrepareProxyX402PathGet5Arguments( + partial void PrepareProxyX402PathPutArguments( global::System.Net.Http.HttpClient httpClient, ref string path); - partial void PrepareProxyX402PathGet5Request( + partial void PrepareProxyX402PathPutRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string path); - partial void ProcessProxyX402PathGet5Response( + partial void ProcessProxyX402PathPutResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); - partial void ProcessProxyX402PathGet5ResponseContent( + partial void ProcessProxyX402PathPutResponseContent( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); @@ -50,12 +50,12 @@ partial void ProcessProxyX402PathGet5ResponseContent( /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task ProxyX402PathGet5Async( + public async global::System.Threading.Tasks.Task ProxyX402PathPutAsync( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __response = await ProxyX402PathGet5AsResponseAsync( + var __response = await ProxyX402PathPutAsResponseAsync( path: path, requestOptions: requestOptions, cancellationToken: cancellationToken @@ -72,22 +72,22 @@ partial void ProcessProxyX402PathGet5ResponseContent( /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task> ProxyX402PathGet5AsResponseAsync( + public async global::System.Threading.Tasks.Task> ProxyX402PathPutAsResponseAsync( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( client: HttpClient); - PrepareProxyX402PathGet5Arguments( + PrepareProxyX402PathPutArguments( httpClient: HttpClient, path: ref path); var __authorizations = global::ScrapeGraphAI.EndPointSecurityResolver.ResolveAuthorizations( availableAuthorizations: Authorizations, - securityRequirements: s_ProxyX402PathGet5SecurityRequirements, - operationName: "ProxyX402PathGet5Async"); + securityRequirements: s_ProxyX402PathPutSecurityRequirements, + operationName: "ProxyX402PathPutAsync"); using var __timeoutCancellationTokenSource = global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateTimeoutCancellationTokenSource( clientOptions: Options, @@ -146,7 +146,7 @@ partial void ProcessProxyX402PathGet5ResponseContent( PrepareRequest( client: HttpClient, request: __httpRequest); - PrepareProxyX402PathGet5Request( + PrepareProxyX402PathPutRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, path: path!); @@ -166,8 +166,8 @@ partial void ProcessProxyX402PathGet5ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnBeforeRequestAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet5", - methodName: "ProxyX402PathGet5Async", + operationId: "ProxyX402PathPut", + methodName: "ProxyX402PathPutAsync", pathTemplate: "$\"/x402/{path}\"", httpMethod: "PUT", baseUri: BaseUri, @@ -200,8 +200,8 @@ partial void ProcessProxyX402PathGet5ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet5", - methodName: "ProxyX402PathGet5Async", + operationId: "ProxyX402PathPut", + methodName: "ProxyX402PathPutAsync", pathTemplate: "$\"/x402/{path}\"", httpMethod: "PUT", baseUri: BaseUri, @@ -241,8 +241,8 @@ partial void ProcessProxyX402PathGet5ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet5", - methodName: "ProxyX402PathGet5Async", + operationId: "ProxyX402PathPut", + methodName: "ProxyX402PathPutAsync", pathTemplate: "$\"/x402/{path}\"", httpMethod: "PUT", baseUri: BaseUri, @@ -281,7 +281,7 @@ partial void ProcessProxyX402PathGet5ResponseContent( ProcessResponse( client: HttpClient, response: __response); - ProcessProxyX402PathGet5Response( + ProcessProxyX402PathPutResponse( httpClient: HttpClient, httpResponseMessage: __response); if (__response.IsSuccessStatusCode) @@ -289,8 +289,8 @@ partial void ProcessProxyX402PathGet5ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterSuccessAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet5", - methodName: "ProxyX402PathGet5Async", + operationId: "ProxyX402PathPut", + methodName: "ProxyX402PathPutAsync", pathTemplate: "$\"/x402/{path}\"", httpMethod: "PUT", baseUri: BaseUri, @@ -311,8 +311,8 @@ partial void ProcessProxyX402PathGet5ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet5", - methodName: "ProxyX402PathGet5Async", + operationId: "ProxyX402PathPut", + methodName: "ProxyX402PathPutAsync", pathTemplate: "$\"/x402/{path}\"", httpMethod: "PUT", baseUri: BaseUri, @@ -379,7 +379,7 @@ partial void ProcessProxyX402PathGet5ResponseContent( client: HttpClient, response: __response, content: ref __content); - ProcessProxyX402PathGet5ResponseContent( + ProcessProxyX402PathPutResponseContent( httpClient: HttpClient, httpResponseMessage: __response, content: ref __content); diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathGet.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathPut2.g.cs similarity index 93% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathGet.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathPut2.g.cs index b87e5cd..215e07d 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathGet.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathPut2.g.cs @@ -7,7 +7,7 @@ public partial class OrthogonalClient { - private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement s_ProxyX402PathGetSecurityRequirement0 = + private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement s_ProxyX402PathPut2SecurityRequirement0 = new global::ScrapeGraphAI.EndPointSecurityRequirement { Authorizations = new global::ScrapeGraphAI.EndPointAuthorizationRequirement[] @@ -21,22 +21,22 @@ public partial class OrthogonalClient }, }, }; - private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement[] s_ProxyX402PathGetSecurityRequirements = + private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement[] s_ProxyX402PathPut2SecurityRequirements = new global::ScrapeGraphAI.EndPointSecurityRequirement[] - { s_ProxyX402PathGetSecurityRequirement0, + { s_ProxyX402PathPut2SecurityRequirement0, }; - partial void PrepareProxyX402PathGetArguments( + partial void PrepareProxyX402PathPut2Arguments( global::System.Net.Http.HttpClient httpClient, ref string path); - partial void PrepareProxyX402PathGetRequest( + partial void PrepareProxyX402PathPut2Request( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string path); - partial void ProcessProxyX402PathGetResponse( + partial void ProcessProxyX402PathPut2Response( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); - partial void ProcessProxyX402PathGetResponseContent( + partial void ProcessProxyX402PathPut2ResponseContent( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); @@ -50,12 +50,12 @@ partial void ProcessProxyX402PathGetResponseContent( /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task ProxyX402PathGetAsync( + public async global::System.Threading.Tasks.Task ProxyX402PathPut2Async( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __response = await ProxyX402PathGetAsResponseAsync( + var __response = await ProxyX402PathPut2AsResponseAsync( path: path, requestOptions: requestOptions, cancellationToken: cancellationToken @@ -72,22 +72,22 @@ partial void ProcessProxyX402PathGetResponseContent( /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task> ProxyX402PathGetAsResponseAsync( + public async global::System.Threading.Tasks.Task> ProxyX402PathPut2AsResponseAsync( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( client: HttpClient); - PrepareProxyX402PathGetArguments( + PrepareProxyX402PathPut2Arguments( httpClient: HttpClient, path: ref path); var __authorizations = global::ScrapeGraphAI.EndPointSecurityResolver.ResolveAuthorizations( availableAuthorizations: Authorizations, - securityRequirements: s_ProxyX402PathGetSecurityRequirements, - operationName: "ProxyX402PathGetAsync"); + securityRequirements: s_ProxyX402PathPut2SecurityRequirements, + operationName: "ProxyX402PathPut2Async"); using var __timeoutCancellationTokenSource = global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateTimeoutCancellationTokenSource( clientOptions: Options, @@ -146,7 +146,7 @@ partial void ProcessProxyX402PathGetResponseContent( PrepareRequest( client: HttpClient, request: __httpRequest); - PrepareProxyX402PathGetRequest( + PrepareProxyX402PathPut2Request( httpClient: HttpClient, httpRequestMessage: __httpRequest, path: path!); @@ -166,8 +166,8 @@ partial void ProcessProxyX402PathGetResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnBeforeRequestAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet", - methodName: "ProxyX402PathGetAsync", + operationId: "ProxyX402PathPut2", + methodName: "ProxyX402PathPut2Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "GET", baseUri: BaseUri, @@ -200,8 +200,8 @@ partial void ProcessProxyX402PathGetResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet", - methodName: "ProxyX402PathGetAsync", + operationId: "ProxyX402PathPut2", + methodName: "ProxyX402PathPut2Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "GET", baseUri: BaseUri, @@ -241,8 +241,8 @@ partial void ProcessProxyX402PathGetResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet", - methodName: "ProxyX402PathGetAsync", + operationId: "ProxyX402PathPut2", + methodName: "ProxyX402PathPut2Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "GET", baseUri: BaseUri, @@ -281,7 +281,7 @@ partial void ProcessProxyX402PathGetResponseContent( ProcessResponse( client: HttpClient, response: __response); - ProcessProxyX402PathGetResponse( + ProcessProxyX402PathPut2Response( httpClient: HttpClient, httpResponseMessage: __response); if (__response.IsSuccessStatusCode) @@ -289,8 +289,8 @@ partial void ProcessProxyX402PathGetResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterSuccessAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet", - methodName: "ProxyX402PathGetAsync", + operationId: "ProxyX402PathPut2", + methodName: "ProxyX402PathPut2Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "GET", baseUri: BaseUri, @@ -311,8 +311,8 @@ partial void ProcessProxyX402PathGetResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet", - methodName: "ProxyX402PathGetAsync", + operationId: "ProxyX402PathPut2", + methodName: "ProxyX402PathPut2Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "GET", baseUri: BaseUri, @@ -379,7 +379,7 @@ partial void ProcessProxyX402PathGetResponseContent( client: HttpClient, response: __response, content: ref __content); - ProcessProxyX402PathGetResponseContent( + ProcessProxyX402PathPut2ResponseContent( httpClient: HttpClient, httpResponseMessage: __response, content: ref __content); diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathGet2.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathPut3.g.cs similarity index 93% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathGet2.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathPut3.g.cs index 2e4cb1c..7e59b7d 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathGet2.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathPut3.g.cs @@ -7,7 +7,7 @@ public partial class OrthogonalClient { - private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement s_ProxyX402PathGet2SecurityRequirement0 = + private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement s_ProxyX402PathPut3SecurityRequirement0 = new global::ScrapeGraphAI.EndPointSecurityRequirement { Authorizations = new global::ScrapeGraphAI.EndPointAuthorizationRequirement[] @@ -21,22 +21,22 @@ public partial class OrthogonalClient }, }, }; - private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement[] s_ProxyX402PathGet2SecurityRequirements = + private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement[] s_ProxyX402PathPut3SecurityRequirements = new global::ScrapeGraphAI.EndPointSecurityRequirement[] - { s_ProxyX402PathGet2SecurityRequirement0, + { s_ProxyX402PathPut3SecurityRequirement0, }; - partial void PrepareProxyX402PathGet2Arguments( + partial void PrepareProxyX402PathPut3Arguments( global::System.Net.Http.HttpClient httpClient, ref string path); - partial void PrepareProxyX402PathGet2Request( + partial void PrepareProxyX402PathPut3Request( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string path); - partial void ProcessProxyX402PathGet2Response( + partial void ProcessProxyX402PathPut3Response( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); - partial void ProcessProxyX402PathGet2ResponseContent( + partial void ProcessProxyX402PathPut3ResponseContent( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); @@ -50,12 +50,12 @@ partial void ProcessProxyX402PathGet2ResponseContent( /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task ProxyX402PathGet2Async( + public async global::System.Threading.Tasks.Task ProxyX402PathPut3Async( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __response = await ProxyX402PathGet2AsResponseAsync( + var __response = await ProxyX402PathPut3AsResponseAsync( path: path, requestOptions: requestOptions, cancellationToken: cancellationToken @@ -72,22 +72,22 @@ partial void ProcessProxyX402PathGet2ResponseContent( /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task> ProxyX402PathGet2AsResponseAsync( + public async global::System.Threading.Tasks.Task> ProxyX402PathPut3AsResponseAsync( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( client: HttpClient); - PrepareProxyX402PathGet2Arguments( + PrepareProxyX402PathPut3Arguments( httpClient: HttpClient, path: ref path); var __authorizations = global::ScrapeGraphAI.EndPointSecurityResolver.ResolveAuthorizations( availableAuthorizations: Authorizations, - securityRequirements: s_ProxyX402PathGet2SecurityRequirements, - operationName: "ProxyX402PathGet2Async"); + securityRequirements: s_ProxyX402PathPut3SecurityRequirements, + operationName: "ProxyX402PathPut3Async"); using var __timeoutCancellationTokenSource = global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateTimeoutCancellationTokenSource( clientOptions: Options, @@ -146,7 +146,7 @@ partial void ProcessProxyX402PathGet2ResponseContent( PrepareRequest( client: HttpClient, request: __httpRequest); - PrepareProxyX402PathGet2Request( + PrepareProxyX402PathPut3Request( httpClient: HttpClient, httpRequestMessage: __httpRequest, path: path!); @@ -166,8 +166,8 @@ partial void ProcessProxyX402PathGet2ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnBeforeRequestAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet2", - methodName: "ProxyX402PathGet2Async", + operationId: "ProxyX402PathPut3", + methodName: "ProxyX402PathPut3Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "POST", baseUri: BaseUri, @@ -200,8 +200,8 @@ partial void ProcessProxyX402PathGet2ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet2", - methodName: "ProxyX402PathGet2Async", + operationId: "ProxyX402PathPut3", + methodName: "ProxyX402PathPut3Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "POST", baseUri: BaseUri, @@ -241,8 +241,8 @@ partial void ProcessProxyX402PathGet2ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet2", - methodName: "ProxyX402PathGet2Async", + operationId: "ProxyX402PathPut3", + methodName: "ProxyX402PathPut3Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "POST", baseUri: BaseUri, @@ -281,7 +281,7 @@ partial void ProcessProxyX402PathGet2ResponseContent( ProcessResponse( client: HttpClient, response: __response); - ProcessProxyX402PathGet2Response( + ProcessProxyX402PathPut3Response( httpClient: HttpClient, httpResponseMessage: __response); if (__response.IsSuccessStatusCode) @@ -289,8 +289,8 @@ partial void ProcessProxyX402PathGet2ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterSuccessAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet2", - methodName: "ProxyX402PathGet2Async", + operationId: "ProxyX402PathPut3", + methodName: "ProxyX402PathPut3Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "POST", baseUri: BaseUri, @@ -311,8 +311,8 @@ partial void ProcessProxyX402PathGet2ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet2", - methodName: "ProxyX402PathGet2Async", + operationId: "ProxyX402PathPut3", + methodName: "ProxyX402PathPut3Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "POST", baseUri: BaseUri, @@ -379,7 +379,7 @@ partial void ProcessProxyX402PathGet2ResponseContent( client: HttpClient, response: __response, content: ref __content); - ProcessProxyX402PathGet2ResponseContent( + ProcessProxyX402PathPut3ResponseContent( httpClient: HttpClient, httpResponseMessage: __response, content: ref __content); diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathGet3.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathPut4.g.cs similarity index 93% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathGet3.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathPut4.g.cs index 11b049a..7ab0434 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathGet3.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathPut4.g.cs @@ -7,7 +7,7 @@ public partial class OrthogonalClient { - private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement s_ProxyX402PathGet3SecurityRequirement0 = + private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement s_ProxyX402PathPut4SecurityRequirement0 = new global::ScrapeGraphAI.EndPointSecurityRequirement { Authorizations = new global::ScrapeGraphAI.EndPointAuthorizationRequirement[] @@ -21,22 +21,22 @@ public partial class OrthogonalClient }, }, }; - private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement[] s_ProxyX402PathGet3SecurityRequirements = + private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement[] s_ProxyX402PathPut4SecurityRequirements = new global::ScrapeGraphAI.EndPointSecurityRequirement[] - { s_ProxyX402PathGet3SecurityRequirement0, + { s_ProxyX402PathPut4SecurityRequirement0, }; - partial void PrepareProxyX402PathGet3Arguments( + partial void PrepareProxyX402PathPut4Arguments( global::System.Net.Http.HttpClient httpClient, ref string path); - partial void PrepareProxyX402PathGet3Request( + partial void PrepareProxyX402PathPut4Request( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string path); - partial void ProcessProxyX402PathGet3Response( + partial void ProcessProxyX402PathPut4Response( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); - partial void ProcessProxyX402PathGet3ResponseContent( + partial void ProcessProxyX402PathPut4ResponseContent( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); @@ -50,12 +50,12 @@ partial void ProcessProxyX402PathGet3ResponseContent( /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task ProxyX402PathGet3Async( + public async global::System.Threading.Tasks.Task ProxyX402PathPut4Async( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __response = await ProxyX402PathGet3AsResponseAsync( + var __response = await ProxyX402PathPut4AsResponseAsync( path: path, requestOptions: requestOptions, cancellationToken: cancellationToken @@ -72,22 +72,22 @@ partial void ProcessProxyX402PathGet3ResponseContent( /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task> ProxyX402PathGet3AsResponseAsync( + public async global::System.Threading.Tasks.Task> ProxyX402PathPut4AsResponseAsync( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( client: HttpClient); - PrepareProxyX402PathGet3Arguments( + PrepareProxyX402PathPut4Arguments( httpClient: HttpClient, path: ref path); var __authorizations = global::ScrapeGraphAI.EndPointSecurityResolver.ResolveAuthorizations( availableAuthorizations: Authorizations, - securityRequirements: s_ProxyX402PathGet3SecurityRequirements, - operationName: "ProxyX402PathGet3Async"); + securityRequirements: s_ProxyX402PathPut4SecurityRequirements, + operationName: "ProxyX402PathPut4Async"); using var __timeoutCancellationTokenSource = global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateTimeoutCancellationTokenSource( clientOptions: Options, @@ -146,7 +146,7 @@ partial void ProcessProxyX402PathGet3ResponseContent( PrepareRequest( client: HttpClient, request: __httpRequest); - PrepareProxyX402PathGet3Request( + PrepareProxyX402PathPut4Request( httpClient: HttpClient, httpRequestMessage: __httpRequest, path: path!); @@ -166,8 +166,8 @@ partial void ProcessProxyX402PathGet3ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnBeforeRequestAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet3", - methodName: "ProxyX402PathGet3Async", + operationId: "ProxyX402PathPut4", + methodName: "ProxyX402PathPut4Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "PATCH", baseUri: BaseUri, @@ -200,8 +200,8 @@ partial void ProcessProxyX402PathGet3ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet3", - methodName: "ProxyX402PathGet3Async", + operationId: "ProxyX402PathPut4", + methodName: "ProxyX402PathPut4Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "PATCH", baseUri: BaseUri, @@ -241,8 +241,8 @@ partial void ProcessProxyX402PathGet3ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet3", - methodName: "ProxyX402PathGet3Async", + operationId: "ProxyX402PathPut4", + methodName: "ProxyX402PathPut4Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "PATCH", baseUri: BaseUri, @@ -281,7 +281,7 @@ partial void ProcessProxyX402PathGet3ResponseContent( ProcessResponse( client: HttpClient, response: __response); - ProcessProxyX402PathGet3Response( + ProcessProxyX402PathPut4Response( httpClient: HttpClient, httpResponseMessage: __response); if (__response.IsSuccessStatusCode) @@ -289,8 +289,8 @@ partial void ProcessProxyX402PathGet3ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterSuccessAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet3", - methodName: "ProxyX402PathGet3Async", + operationId: "ProxyX402PathPut4", + methodName: "ProxyX402PathPut4Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "PATCH", baseUri: BaseUri, @@ -311,8 +311,8 @@ partial void ProcessProxyX402PathGet3ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet3", - methodName: "ProxyX402PathGet3Async", + operationId: "ProxyX402PathPut4", + methodName: "ProxyX402PathPut4Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "PATCH", baseUri: BaseUri, @@ -379,7 +379,7 @@ partial void ProcessProxyX402PathGet3ResponseContent( client: HttpClient, response: __response, content: ref __content); - ProcessProxyX402PathGet3ResponseContent( + ProcessProxyX402PathPut4ResponseContent( httpClient: HttpClient, httpResponseMessage: __response, content: ref __content); diff --git a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathGet4.g.cs b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathPut5.g.cs similarity index 93% rename from src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathGet4.g.cs rename to src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathPut5.g.cs index 632a3cc..87a05a8 100644 --- a/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathGet4.g.cs +++ b/src/libs/ScrapeGraphAI/Generated/ScrapeGraphAI.OrthogonalClient.ProxyX402PathPut5.g.cs @@ -7,7 +7,7 @@ public partial class OrthogonalClient { - private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement s_ProxyX402PathGet4SecurityRequirement0 = + private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement s_ProxyX402PathPut5SecurityRequirement0 = new global::ScrapeGraphAI.EndPointSecurityRequirement { Authorizations = new global::ScrapeGraphAI.EndPointAuthorizationRequirement[] @@ -21,22 +21,22 @@ public partial class OrthogonalClient }, }, }; - private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement[] s_ProxyX402PathGet4SecurityRequirements = + private static readonly global::ScrapeGraphAI.EndPointSecurityRequirement[] s_ProxyX402PathPut5SecurityRequirements = new global::ScrapeGraphAI.EndPointSecurityRequirement[] - { s_ProxyX402PathGet4SecurityRequirement0, + { s_ProxyX402PathPut5SecurityRequirement0, }; - partial void PrepareProxyX402PathGet4Arguments( + partial void PrepareProxyX402PathPut5Arguments( global::System.Net.Http.HttpClient httpClient, ref string path); - partial void PrepareProxyX402PathGet4Request( + partial void PrepareProxyX402PathPut5Request( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string path); - partial void ProcessProxyX402PathGet4Response( + partial void ProcessProxyX402PathPut5Response( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); - partial void ProcessProxyX402PathGet4ResponseContent( + partial void ProcessProxyX402PathPut5ResponseContent( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); @@ -50,12 +50,12 @@ partial void ProcessProxyX402PathGet4ResponseContent( /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task ProxyX402PathGet4Async( + public async global::System.Threading.Tasks.Task ProxyX402PathPut5Async( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __response = await ProxyX402PathGet4AsResponseAsync( + var __response = await ProxyX402PathPut5AsResponseAsync( path: path, requestOptions: requestOptions, cancellationToken: cancellationToken @@ -72,22 +72,22 @@ partial void ProcessProxyX402PathGet4ResponseContent( /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task> ProxyX402PathGet4AsResponseAsync( + public async global::System.Threading.Tasks.Task> ProxyX402PathPut5AsResponseAsync( string path, global::ScrapeGraphAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( client: HttpClient); - PrepareProxyX402PathGet4Arguments( + PrepareProxyX402PathPut5Arguments( httpClient: HttpClient, path: ref path); var __authorizations = global::ScrapeGraphAI.EndPointSecurityResolver.ResolveAuthorizations( availableAuthorizations: Authorizations, - securityRequirements: s_ProxyX402PathGet4SecurityRequirements, - operationName: "ProxyX402PathGet4Async"); + securityRequirements: s_ProxyX402PathPut5SecurityRequirements, + operationName: "ProxyX402PathPut5Async"); using var __timeoutCancellationTokenSource = global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateTimeoutCancellationTokenSource( clientOptions: Options, @@ -146,7 +146,7 @@ partial void ProcessProxyX402PathGet4ResponseContent( PrepareRequest( client: HttpClient, request: __httpRequest); - PrepareProxyX402PathGet4Request( + PrepareProxyX402PathPut5Request( httpClient: HttpClient, httpRequestMessage: __httpRequest, path: path!); @@ -166,8 +166,8 @@ partial void ProcessProxyX402PathGet4ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnBeforeRequestAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet4", - methodName: "ProxyX402PathGet4Async", + operationId: "ProxyX402PathPut5", + methodName: "ProxyX402PathPut5Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "DELETE", baseUri: BaseUri, @@ -200,8 +200,8 @@ partial void ProcessProxyX402PathGet4ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet4", - methodName: "ProxyX402PathGet4Async", + operationId: "ProxyX402PathPut5", + methodName: "ProxyX402PathPut5Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "DELETE", baseUri: BaseUri, @@ -241,8 +241,8 @@ partial void ProcessProxyX402PathGet4ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet4", - methodName: "ProxyX402PathGet4Async", + operationId: "ProxyX402PathPut5", + methodName: "ProxyX402PathPut5Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "DELETE", baseUri: BaseUri, @@ -281,7 +281,7 @@ partial void ProcessProxyX402PathGet4ResponseContent( ProcessResponse( client: HttpClient, response: __response); - ProcessProxyX402PathGet4Response( + ProcessProxyX402PathPut5Response( httpClient: HttpClient, httpResponseMessage: __response); if (__response.IsSuccessStatusCode) @@ -289,8 +289,8 @@ partial void ProcessProxyX402PathGet4ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterSuccessAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet4", - methodName: "ProxyX402PathGet4Async", + operationId: "ProxyX402PathPut5", + methodName: "ProxyX402PathPut5Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "DELETE", baseUri: BaseUri, @@ -311,8 +311,8 @@ partial void ProcessProxyX402PathGet4ResponseContent( await global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::ScrapeGraphAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "ProxyX402PathGet4", - methodName: "ProxyX402PathGet4Async", + operationId: "ProxyX402PathPut5", + methodName: "ProxyX402PathPut5Async", pathTemplate: "$\"/x402/{path}\"", httpMethod: "DELETE", baseUri: BaseUri, @@ -379,7 +379,7 @@ partial void ProcessProxyX402PathGet4ResponseContent( client: HttpClient, response: __response, content: ref __content); - ProcessProxyX402PathGet4ResponseContent( + ProcessProxyX402PathPut5ResponseContent( httpClient: HttpClient, httpResponseMessage: __response, content: ref __content); diff --git a/src/libs/ScrapeGraphAI/openapi.yaml b/src/libs/ScrapeGraphAI/openapi.yaml index 308a616..08a013c 100644 --- a/src/libs/ScrapeGraphAI/openapi.yaml +++ b/src/libs/ScrapeGraphAI/openapi.yaml @@ -1 +1 @@ -{"openapi":"3.1.0","info":{"title":"FastAPI","version":"0.1.0"},"paths":{"/v1/smartscraper":{"post":{"tags":["SmartScraper"],"summary":"Start Smartscraper","operationId":"start_smartscraper_v1_smartscraper_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartscraperRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompletedSmartscraperResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/smartscraper/{request_id}":{"get":{"tags":["SmartScraper"],"summary":"Get Smartscraper Status","operationId":"get_smartscraper_status_v1_smartscraper__request_id__get","parameters":[{"name":"request_id","in":"path","required":true,"schema":{"type":"string","title":"Request Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/markdownify":{"post":{"tags":["Markdownify"],"summary":"Start Markdownify","operationId":"start_markdownify_v1_markdownify_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MarkdownifyRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompletedMarkdownifyResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/markdownify/{request_id}":{"get":{"tags":["Markdownify"],"summary":"Get Markdownify Status","operationId":"get_markdownify_status_v1_markdownify__request_id__get","parameters":[{"name":"request_id","in":"path","required":true,"schema":{"type":"string","title":"Request Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/scrape":{"post":{"tags":["Scrape"],"summary":"Scrape","operationId":"scrape_v1_scrape_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScrapeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/searchscraper":{"post":{"tags":["SearchScraper"],"summary":"Start Searchscraper","operationId":"start_searchscraper_v1_searchscraper_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchScraperRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompletedSearchScraperResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/searchscraper/{request_id}":{"get":{"tags":["SearchScraper"],"summary":"Get Searchscraper Status","operationId":"get_searchscraper_status_v1_searchscraper__request_id__get","parameters":[{"name":"request_id","in":"path","required":true,"schema":{"type":"string","title":"Request Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/generate_schema":{"post":{"tags":["SchemaGenerator"],"summary":"Generate or modify a JSON schema based on a search query","description":"Generate a refined search prompt and a structured JSON schema for analyzing search results.\n Optionally modify an existing schema to better fit the current search query.","operationId":"start_generate_schema_v1_generate_schema_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SchemaGenerationRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SchemaGenerationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/generate_schema/{request_id}":{"get":{"tags":["SchemaGenerator"],"summary":"Get Generate Schema Status","operationId":"get_generate_schema_status_v1_generate_schema__request_id__get","parameters":[{"name":"request_id","in":"path","required":true,"schema":{"type":"string","title":"Request Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/scheduled-jobs":{"post":{"tags":["ScheduledJobs"],"summary":"Create Scheduled Job","description":"Create a new scheduled job","operationId":"create_scheduled_job_v1_scheduled_jobs_post","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledJobCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledJobResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["ScheduledJobs"],"summary":"Fetch Scheduled Jobs","description":"Get user's scheduled jobs with pagination","operationId":"fetch_scheduled_jobs_v1_scheduled_jobs_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"description":"Page number","default":1,"title":"Page"},"description":"Page number"},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"description":"Number of jobs per page","default":20,"title":"Page Size"},"description":"Number of jobs per page"},{"name":"service_type","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/ServiceType"},{"type":"null"}],"description":"Filter by service type","title":"Service Type"},"description":"Filter by service type"},{"name":"is_active","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Filter by active status","title":"Is Active"},"description":"Filter by active status"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledJobListResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/scheduled-jobs/{job_id}":{"get":{"tags":["ScheduledJobs"],"summary":"Get Scheduled Job","description":"Get a specific scheduled job","operationId":"get_scheduled_job_v1_scheduled_jobs__job_id__get","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledJobResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["ScheduledJobs"],"summary":"Update Scheduled Job","description":"Update a scheduled job","operationId":"update_scheduled_job_v1_scheduled_jobs__job_id__patch","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","title":"Job Update"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledJobResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["ScheduledJobs"],"summary":"Replace Scheduled Job","operationId":"replace_scheduled_job_v1_scheduled_jobs__job_id__put","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledJobCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledJobResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["ScheduledJobs"],"summary":"Delete Scheduled Job","description":"Delete a scheduled job","operationId":"delete_scheduled_job_v1_scheduled_jobs__job_id__delete","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/scheduled-jobs/{job_id}/executions":{"get":{"tags":["ScheduledJobs"],"summary":"Get Job Executions","description":"Get execution history for a scheduled job","operationId":"get_job_executions_v1_scheduled_jobs__job_id__executions_get","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"description":"Page number","default":1,"title":"Page"},"description":"Page number"},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"description":"Number of executions per page","default":20,"title":"Page Size"},"description":"Number of executions per page"},{"name":"status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Filter by execution status","title":"Status"},"description":"Filter by execution status"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobExecutionListResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/scheduled-jobs/{job_id}/pause":{"post":{"tags":["ScheduledJobs"],"summary":"Pause Scheduled Job","operationId":"pause_scheduled_job_v1_scheduled_jobs__job_id__pause_post","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/scheduled-jobs/{job_id}/resume":{"post":{"tags":["ScheduledJobs"],"summary":"Resume Scheduled Job","operationId":"resume_scheduled_job_v1_scheduled_jobs__job_id__resume_post","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/scheduled-jobs/{job_id}/trigger":{"post":{"tags":["ScheduledJobs"],"summary":"Trigger Job Manually","description":"Manually trigger a scheduled job\n\nRate limited to 10 triggers per minute per user to prevent abuse.","operationId":"trigger_job_manually_v1_scheduled_jobs__job_id__trigger_post","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobTriggerResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/site-monitors":{"post":{"tags":["SiteMonitors"],"summary":"Create Monitor","description":"Register a website for monitoring. We will check on the given cron schedule and POST webhook events on content change.","operationId":"create_monitor_v1_site_monitors_post","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SiteMonitorCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SiteMonitorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["SiteMonitors"],"summary":"List Monitors","description":"List site monitors for the current user.","operationId":"list_monitors_v1_site_monitors_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":20,"title":"Page Size"}},{"name":"is_active","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Active"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SiteMonitorListResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/site-monitors/{monitor_id}":{"get":{"tags":["SiteMonitors"],"summary":"Get Monitor","description":"Get a site monitor by id.","operationId":"get_monitor_v1_site_monitors__monitor_id__get","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"type":"string","title":"Monitor Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SiteMonitorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["SiteMonitors"],"summary":"Update Monitor","description":"Update a site monitor. Schedule is updated if cron or config changed.","operationId":"update_monitor_v1_site_monitors__monitor_id__patch","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"type":"string","title":"Monitor Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SiteMonitorUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SiteMonitorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["SiteMonitors"],"summary":"Delete Monitor","description":"Delete a site monitor and its schedule.","operationId":"delete_monitor_v1_site_monitors__monitor_id__delete","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"type":"string","title":"Monitor Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/healthz":{"get":{"tags":["Health"],"summary":"Health Check","description":"Health check endpoint that includes memory monitoring","operationId":"health_check_healthz_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/credits":{"get":{"tags":["User"],"summary":"Get Credits","operationId":"get_credits_v1_credits_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreditsResponse"}}}}}}},"/v1/validate":{"get":{"tags":["User"],"summary":"Validate Api Key","operationId":"validate_api_key_v1_validate_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","title":"Response Validate Api Key V1 Validate Get"}}}}}}},"/v1/feedback":{"post":{"tags":["User"],"summary":"Submit Feedback","operationId":"submit_feedback_v1_feedback_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FeedbackCreate"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FeedbackResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/product-feedback":{"post":{"tags":["User"],"summary":"Submit Product Feedback","operationId":"submit_product_feedback_v1_product_feedback_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductFeedback"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductFeedbackResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/deduct-credits":{"post":{"tags":["User"],"summary":"Deduct Credits","operationId":"deduct_credits_v1_deduct_credits_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeductCreditsBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeductCreditsResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/crawl":{"post":{"tags":["Crawler"],"summary":"Start Crawl","description":"Start a new crawl job.","operationId":"start_crawl_v1_crawl_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CrawlJob"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/crawl/{task_id}":{"get":{"tags":["Crawler"],"summary":"Get Crawl Result","description":"Get the result of a crawl job by task ID.","operationId":"get_crawl_result_v1_crawl__task_id__get","parameters":[{"name":"task_id","in":"path","required":true,"schema":{"type":"string","title":"Task Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/webhook/logs/{crawler_id}":{"get":{"tags":["Crawler"],"summary":"Get Webhook Logs","description":"Get webhook delivery logs for a crawler job.","operationId":"get_webhook_logs_v1_webhook_logs__crawler_id__get","parameters":[{"name":"crawler_id","in":"path","required":true,"schema":{"type":"string","title":"Crawler Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/webhook/status/{webhook_id}":{"get":{"tags":["Crawler"],"summary":"Get Webhook Status","description":"Get status of a specific webhook delivery.","operationId":"get_webhook_status_v1_webhook_status__webhook_id__get","parameters":[{"name":"webhook_id","in":"path","required":true,"schema":{"type":"string","title":"Webhook Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/agentic-scrapper":{"post":{"tags":["AgenticScrapper"],"summary":"Agentic Scrapper","operationId":"agentic_scrapper_v1_agentic_scrapper_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgenticScrapperRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgenticScrapperResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/get-live-session-url":{"post":{"tags":["AgenticScrapper"],"summary":"Get Live Session Url","operationId":"get_live_session_url_v1_get_live_session_url_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgenticScrapperLiveSessionUrlRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgenticScrapperLiveSessionUrlResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/stop-session":{"post":{"tags":["AgenticScrapper"],"summary":"Stop Session","operationId":"stop_session_v1_stop_session_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgenticScrapperStopSessionRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/workflows/execute":{"post":{"tags":["AgenticScrapper"],"summary":"Agentic Browser V2","operationId":"agentic_browser_v2_v1_workflows_execute_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowDefinition"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowExecutionResult"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/history/markdownify":{"get":{"tags":["History"],"summary":"Get Markdownify History","description":"Get paginated history of markdownify requests.\n\nArgs:\n request: The FastAPI request object\n page: Page number (default: 1)\n page_size: Number of items per page (default: 10)\n\nReturns:\n MarkdownifyHistoryResponse containing the list of requests and next page key","operationId":"get_markdownify_history_v1_history_markdownify_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Page Size"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MarkdownifyHistoryResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/history/smartscraper":{"get":{"tags":["History"],"summary":"Get Smartscraper History","description":"Get paginated history of smart scraper requests.\n\nArgs:\n request: The FastAPI request object\n page: Page number (default: 1)\n page_size: Number of items per page (default: 10)\n\nReturns:\n SmartscraperHistoryResponse containing the list of requests and next page key","operationId":"get_smartscraper_history_v1_history_smartscraper_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Page Size"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartscraperHistoryResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/history/searchscraper":{"get":{"tags":["History"],"summary":"Get Searchscraper History","description":"Get paginated history of search scraper requests.\n\nArgs:\n request: The FastAPI request object\n page: Page number (default: 1)\n page_size: Number of items per page (default: 10)\n\nReturns:\n SearchscraperHistoryResponse containing the list of requests and next page key","operationId":"get_searchscraper_history_v1_history_searchscraper_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Page Size"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchscraperHistoryResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/history/scrape":{"get":{"tags":["History"],"summary":"Get Scrape History","description":"Get paginated history of scrape requests.\n\nArgs:\n request: The FastAPI request object\n page: Page number (default: 1)\n page_size: Number of items per page (default: 10)\n\nReturns:\n ScrapeHistoryResponse containing the list of requests and next page key","operationId":"get_scrape_history_v1_history_scrape_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Page Size"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScrapeHistoryResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/history/crawl":{"get":{"tags":["History"],"summary":"Get Crawler History","description":"Get paginated history of crawler requests.\n\nArgs:\n request: The FastAPI request object\n page: Page number (default: 1)\n page_size: Number of items per page (default: 10)\n\nReturns:\n CrawlerHistoryResponse containing the list of requests and next page key","operationId":"get_crawler_history_v1_history_crawl_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Page Size"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CrawlerHistoryResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/history/agentic-scraper":{"get":{"tags":["History"],"summary":"Get Agentic Scraper History","description":"Get paginated history of agentic scraper requests.\n\nArgs:\n request: The FastAPI request object\n page: Page number (default: 1)\n page_size: Number of items per page (default: 10)\n next_key: Key for pagination (default: None)\n\nReturns:\n AgenticScraperHistoryResponse containing the list of requests and next page key","operationId":"get_agentic_scraper_history_v1_history_agentic_scraper_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Page Size"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgenticScraperHistoryResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/history/sitemap":{"get":{"tags":["History"],"summary":"Get Sitemap History","description":"Get sitemap request history for the current API key.","operationId":"get_sitemap_history_v1_history_sitemap_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Page Size"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SitemapHistoryResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/sitemap":{"post":{"tags":["Sitemap"],"summary":"Generate Sitemap","operationId":"generate_sitemap_v1_sitemap_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SitemapRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SitemapResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/toonify":{"post":{"tags":["Toonify"],"summary":"Toonify","operationId":"toonify_v1_toonify_post","requestBody":{"content":{"application/json":{"schema":{"type":"object","title":"Body"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/usage/timeline":{"get":{"tags":["Usage"],"summary":"Get Usage Timeline","description":"Get usage timeline with only timestamps for chart rendering.","operationId":"get_usage_timeline_v1_usage_timeline_get","parameters":[{"name":"days","in":"query","required":false,"schema":{"anyOf":[{"enum":["7","14","30","all"],"type":"string"},{"type":"null"}],"default":"all","title":"Days"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UsageTimelineResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/bandcamp/get-sales-feed-items":{"post":{"tags":["EndpointPoc"],"summary":"Get Sales Feed Items","operationId":"get_sales_feed_items_v1_bandcamp_get_sales_feed_items_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/bandcamp/get-item-details/":{"post":{"tags":["EndpointPoc"],"summary":"Get Sales Feed Items Details","operationId":"get_sales_feed_items_details_v1_bandcamp_get_item_details__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/endpoint/get-suggestions":{"post":{"tags":["EndpointPoc"],"summary":"Get Suggestions","operationId":"get_suggestions_v1_endpoint_get_suggestions_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EndPointSuggestionRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EndPointSuggestionsResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/endpoint/save-endpoint":{"post":{"tags":["EndpointPoc"],"summary":"Save Endpoint","operationId":"save_endpoint_v1_endpoint_save_endpoint_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EndPointSuggestions"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/endpoint/{endpoint_id}/{full_path}":{"post":{"tags":["EndpointPoc"],"summary":"Execute Endpoint","operationId":"execute_endpoint_v1_endpoint__endpoint_id___full_path__post","parameters":[{"name":"endpoint_id","in":"path","required":true,"schema":{"type":"string","title":"Endpoint Id"}},{"name":"full_path","in":"path","required":true,"schema":{"type":"string","title":"Full Path"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","title":"Query Params"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/admin/query_redis_cache_by_pattern":{"post":{"tags":["Admin"],"summary":"Query Redis Cache By Pattern","operationId":"query_redis_cache_by_pattern_v1_admin_query_redis_cache_by_pattern_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueryRedisCacheByPatternRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/x402/{path}":{"get":{"tags":["Orthogonal"],"summary":"Proxy","description":"Proxy endpoint for Orthogonal API integration.\nForwards requests to https://api.orth.sh/pay/{ORTHOGONHAL_API_KEY}/{path}","operationId":"proxy_x402__path__get","parameters":[{"name":"path","in":"path","required":true,"schema":{"type":"string","title":"Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Orthogonal"],"summary":"Proxy","description":"Proxy endpoint for Orthogonal API integration.\nForwards requests to https://api.orth.sh/pay/{ORTHOGONHAL_API_KEY}/{path}","operationId":"proxy_x402__path__get","parameters":[{"name":"path","in":"path","required":true,"schema":{"type":"string","title":"Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["Orthogonal"],"summary":"Proxy","description":"Proxy endpoint for Orthogonal API integration.\nForwards requests to https://api.orth.sh/pay/{ORTHOGONHAL_API_KEY}/{path}","operationId":"proxy_x402__path__get","parameters":[{"name":"path","in":"path","required":true,"schema":{"type":"string","title":"Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["Orthogonal"],"summary":"Proxy","description":"Proxy endpoint for Orthogonal API integration.\nForwards requests to https://api.orth.sh/pay/{ORTHOGONHAL_API_KEY}/{path}","operationId":"proxy_x402__path__get","parameters":[{"name":"path","in":"path","required":true,"schema":{"type":"string","title":"Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["Orthogonal"],"summary":"Proxy","description":"Proxy endpoint for Orthogonal API integration.\nForwards requests to https://api.orth.sh/pay/{ORTHOGONHAL_API_KEY}/{path}","operationId":"proxy_x402__path__get","parameters":[{"name":"path","in":"path","required":true,"schema":{"type":"string","title":"Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"ActionStep":{"properties":{"type":{"$ref":"#/components/schemas/StepType","default":"action"},"action":{"type":"string","title":"Action","description":"Natural language action description (e.g., 'Click login button', 'Fill email with {{email}}')"},"observe_first":{"type":"boolean","title":"Observe First","description":"Whether to observe elements before acting","default":true}},"type":"object","required":["action"],"title":"ActionStep","description":"Perform an action on the page"},"AgenticScraperHistoryResponse":{"properties":{"requests":{"items":{"$ref":"#/components/schemas/AgenticScraperRequestDB"},"type":"array","title":"Requests","description":"List of agentic scraper requests"},"next_key":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key","description":"Key for next page"}},"type":"object","required":["requests"],"title":"AgenticScraperHistoryResponse"},"AgenticScraperRequestDB":{"properties":{"request_id":{"type":"string","title":"Request Id"},"user_id":{"type":"string","title":"User Id"},"webpage_id":{"type":"string","title":"Webpage Id"},"website_url":{"type":"string","title":"Website Url"},"user_prompt":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"User Prompt"},"output_schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Output Schema"},"requested_at":{"type":"string","format":"date-time","title":"Requested At"},"finished_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Finished At"},"status":{"$ref":"#/components/schemas/AgenticScrapperStatus"},"metadata":{"anyOf":[{},{"type":"null"}],"title":"Metadata"},"result":{"anyOf":[{},{"type":"null"}],"title":"Result"},"total_cost":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Total Cost","default":0.0},"usage_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Usage Id"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"}},"type":"object","required":["request_id","user_id","webpage_id","website_url","requested_at","status"],"title":"AgenticScraperRequestDB","description":"DynamoDB model for agentic scraper requests."},"AgenticScrapperLiveSessionUrlRequest":{"properties":{"url":{"type":"string","title":"Url"},"timeout":{"type":"integer","title":"Timeout","description":"Timeout for the live session","default":300}},"type":"object","required":["url"],"title":"AgenticScrapperLiveSessionUrlRequest"},"AgenticScrapperLiveSessionUrlResponse":{"properties":{"session_url":{"type":"string","title":"Session Url"},"session_id":{"type":"string","title":"Session Id"}},"type":"object","required":["session_url","session_id"],"title":"AgenticScrapperLiveSessionUrlResponse"},"AgenticScrapperRequest":{"properties":{"url":{"type":"string","title":"Url"},"user_prompt":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"User Prompt","default":""},"output_schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Output Schema","default":{}},"steps":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Steps","description":"List of steps to actions to perform on the website","default":[]},"use_session":{"type":"boolean","title":"Use Session","description":"Whether to use a session to scrape the website","default":false},"ai_extraction":{"type":"boolean","title":"Ai Extraction","description":"Whether to use AI extraction to extract the information","default":false},"stream":{"type":"boolean","title":"Stream","description":"Whether to return streaming response","default":false},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url","description":"Webhook URL to send the job result to"},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country Code","description":"The country code to use for the scrape (e.g. US, GB)"}},"type":"object","required":["url"],"title":"AgenticScrapperRequest"},"AgenticScrapperResponse":{"properties":{"request_id":{"type":"string","title":"Request Id"},"markdown":{"type":"string","title":"Markdown"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"},"result":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Result"}},"type":"object","required":["request_id","markdown"],"title":"AgenticScrapperResponse"},"AgenticScrapperStatus":{"type":"string","enum":["queued","processing","processinghtml","processedhtml","completed","failed"],"title":"AgenticScrapperStatus","description":"Status enum for agentic scraper requests."},"AgenticScrapperStopSessionRequest":{"properties":{"session_id":{"type":"string","title":"Session Id"}},"type":"object","required":["session_id"],"title":"AgenticScrapperStopSessionRequest"},"CompletedMarkdownifyResponse":{"properties":{"request_id":{"type":"string","title":"Request Id"},"status":{"$ref":"#/components/schemas/MarkdownifyStatus"},"website_url":{"type":"string","title":"Website Url"},"result":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Result"},"error":{"type":"string","title":"Error","default":""}},"type":"object","required":["request_id","status","website_url"],"title":"CompletedMarkdownifyResponse"},"CompletedSearchScraperResponse":{"properties":{"request_id":{"type":"string","format":"uuid","title":"Request Id"},"status":{"$ref":"#/components/schemas/SearchScraperStatus"},"user_prompt":{"type":"string","title":"User Prompt"},"num_results":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Num Results"},"result":{"anyOf":[{"type":"object"},{}],"title":"Result"},"reference_urls":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Reference Urls"},"markdown_content":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Markdown Content","description":"Raw markdown content when extraction_mode is False"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"}},"type":"object","required":["request_id","status","user_prompt","result","reference_urls"],"title":"CompletedSearchScraperResponse"},"CompletedSmartscraperResponse":{"properties":{"request_id":{"type":"string","title":"Request Id"},"status":{"$ref":"#/components/schemas/SmartscraperStatus"},"website_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Website Url"},"user_prompt":{"type":"string","title":"User Prompt"},"result":{"anyOf":[{"type":"object"},{"type":"string"},{"type":"null"}],"title":"Result"},"error":{"type":"string","title":"Error","default":""}},"type":"object","required":["request_id","status","user_prompt"],"title":"CompletedSmartscraperResponse"},"ConditionalStep":{"properties":{"type":{"$ref":"#/components/schemas/StepType","default":"conditional"},"condition":{"type":"string","title":"Condition","description":"Condition to evaluate (e.g., '{{index}} < 10', '{{item}} != null')"},"if_steps":{"items":{"anyOf":[{"$ref":"#/components/schemas/NavigationStep"},{"$ref":"#/components/schemas/ActionStep"},{"$ref":"#/components/schemas/ExtractionStep"},{"$ref":"#/components/schemas/MarkdownExtractionStep"},{"$ref":"#/components/schemas/LoopStep"},{"$ref":"#/components/schemas/ConditionalStep"},{"$ref":"#/components/schemas/SubWorkflowStep"},{"$ref":"#/components/schemas/WaitStep"}]},"type":"array","title":"If Steps","description":"Steps to execute if condition is true"},"else_steps":{"anyOf":[{"items":{"anyOf":[{"$ref":"#/components/schemas/NavigationStep"},{"$ref":"#/components/schemas/ActionStep"},{"$ref":"#/components/schemas/ExtractionStep"},{"$ref":"#/components/schemas/MarkdownExtractionStep"},{"$ref":"#/components/schemas/LoopStep"},{"$ref":"#/components/schemas/ConditionalStep"},{"$ref":"#/components/schemas/SubWorkflowStep"},{"$ref":"#/components/schemas/WaitStep"}]},"type":"array"},{"type":"null"}],"title":"Else Steps","description":"Steps to execute if condition is false"}},"type":"object","required":["condition","if_steps"],"title":"ConditionalStep","description":"Conditional execution (if/else)"},"CrawlJob":{"properties":{"url":{"type":"string","title":"Url"},"depth":{"type":"integer","title":"Depth","default":1},"breadth":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Breadth","description":"Maximum number of links to crawl per depth level. If None, unlimited (default). Ignored when sitemap=True."},"max_pages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Max Pages","default":10},"prompt":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Prompt"},"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Schema"},"rules":{"anyOf":[{"$ref":"#/components/schemas/CrawlJobRules"},{"type":"null"}]},"sitemap":{"type":"boolean","title":"Sitemap","default":true},"render_heavy_js":{"type":"boolean","title":"Render Heavy Js","default":false},"extraction_mode":{"type":"boolean","title":"Extraction Mode","default":true},"stealth":{"type":"boolean","title":"Stealth","description":"Enable stealth mode to avoid bot detection","default":false},"mock":{"type":"boolean","title":"Mock","default":false},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url","description":"Webhook URL to send the job result to"},"reader_mode":{"type":"boolean","title":"Reader Mode","default":false},"wait_ms":{"type":"integer","title":"Wait Ms","default":3000},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country Code","description":"The country code to use for fetching (e.g. US, GB)"}},"type":"object","required":["url"],"title":"CrawlJob"},"CrawlJobRules":{"properties":{"exclude":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Exclude"},"include_paths":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Include Paths","description":"List of path patterns to include (e.g., ['/products/*', '/blog/*']). If empty, all paths are included."},"exclude_paths":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Exclude Paths","description":"List of path patterns to exclude (e.g., ['/admin/*', '/api/*']). Takes precedence over include_paths."},"same_domain":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Same Domain","default":true}},"type":"object","title":"CrawlJobRules"},"CrawlStatus":{"type":"string","enum":["queued","processing","completed","failed"],"title":"CrawlStatus"},"CrawlerHistoryResponse":{"properties":{"requests":{"items":{"$ref":"#/components/schemas/CrawlerRequestDB"},"type":"array","title":"Requests"},"next_key":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}},"type":"object","required":["requests","next_key"],"title":"CrawlerHistoryResponse"},"CrawlerRequestDB":{"properties":{"request_id":{"type":"string","format":"uuid","title":"Request Id"},"user_id":{"type":"string","format":"uuid","title":"User Id"},"url":{"type":"string","title":"Url"},"prompt":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Prompt"},"max_pages":{"type":"integer","title":"Max Pages"},"status":{"$ref":"#/components/schemas/CrawlStatus"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Metadata"},"requested_at":{"type":"string","format":"date-time","title":"Requested At"},"finished_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Finished At"},"total_cost":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Total Cost"},"credits_used":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Credits Used"},"pages_processed":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Pages Processed"},"crawled_urls":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Crawled Urls"},"task_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Task Id"},"result":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Result"},"result_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Result Url"},"request_params":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Request Params"}},"type":"object","required":["request_id","user_id","url","max_pages","status","requested_at"],"title":"CrawlerRequestDB","description":"DynamoDB model for crawler requests"},"CreditsResponse":{"properties":{"remaining_credits":{"type":"integer","title":"Remaining Credits"},"total_credits_used":{"type":"integer","title":"Total Credits Used"}},"type":"object","required":["remaining_credits","total_credits_used"],"title":"CreditsResponse"},"DeductCreditsBody":{"properties":{"credits_to_deduct":{"type":"integer","title":"Credits To Deduct"}},"type":"object","required":["credits_to_deduct"],"title":"DeductCreditsBody"},"DeductCreditsResponse":{"properties":{"message":{"type":"string","title":"Message","default":"Credits deducted successfully"}},"type":"object","title":"DeductCreditsResponse"},"EndPointSuggestionRequest":{"properties":{"website_url":{"type":"string","title":"Website Url"},"prompt":{"type":"string","title":"Prompt"}},"type":"object","required":["website_url","prompt"],"title":"EndPointSuggestionRequest"},"EndPointSuggestions":{"properties":{"suggestions":{"items":{"$ref":"#/components/schemas/EndpointSuggestion"},"type":"array","title":"Suggestions"}},"type":"object","required":["suggestions"],"title":"EndPointSuggestions"},"EndPointSuggestionsResponse":{"properties":{"suggestions":{"items":{"$ref":"#/components/schemas/EndpointSuggestion"},"type":"array","title":"Suggestions"},"html_with_markdowns":{"title":"Html With Markdowns"}},"type":"object","required":["suggestions","html_with_markdowns"],"title":"EndPointSuggestionsResponse"},"EndpointParameter":{"properties":{"name":{"type":"string","title":"Name"},"type":{"type":"string","title":"Type"},"location":{"type":"string","title":"Location"},"required":{"type":"boolean","title":"Required"},"description":{"type":"string","title":"Description"},"is_url":{"type":"boolean","title":"Is Url","default":false}},"type":"object","required":["name","type","location","required","description"],"title":"EndpointParameter"},"EndpointSuggestion":{"properties":{"endpoint":{"type":"string","title":"Endpoint"},"method":{"type":"string","title":"Method","default":"POST"},"description":{"type":"string","title":"Description"},"target_url":{"type":"string","title":"Target Url"},"parameters":{"items":{"$ref":"#/components/schemas/EndpointParameter"},"type":"array","title":"Parameters"},"pydantic_schema":{"type":"object","title":"Pydantic Schema"},"extraction_prompt":{"type":"string","title":"Extraction Prompt"},"interaction_steps":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Interaction Steps"}},"type":"object","required":["endpoint","description","target_url","parameters","pydantic_schema","extraction_prompt"],"title":"EndpointSuggestion"},"ExtractionStep":{"properties":{"type":{"$ref":"#/components/schemas/StepType","default":"extract"},"instruction":{"type":"string","title":"Instruction","description":"What to extract (e.g., 'Extract all product links from the page')"},"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Schema","description":"Optional schema for structured extraction"},"save_to":{"type":"string","title":"Save To","description":"Variable name to save extracted data to (e.g., 'product_links')"}},"type":"object","required":["instruction","save_to"],"title":"ExtractionStep","description":"Extract data from the page"},"FeedbackCreate":{"properties":{"request_id":{"type":"string","format":"uuid","title":"Request Id","description":"ID of the request/session this feedback is for"},"rating":{"type":"integer","maximum":5.0,"minimum":0.0,"title":"Rating"},"feedback_text":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Feedback Text"}},"type":"object","required":["request_id","rating"],"title":"FeedbackCreate"},"FeedbackResponse":{"properties":{"feedback_id":{"type":"string","format":"uuid","title":"Feedback Id"},"request_id":{"type":"string","format":"uuid","title":"Request Id"},"message":{"type":"string","title":"Message","default":"Feedback submitted successfully"},"feedback_timestamp":{"type":"string","format":"date-time","title":"Feedback Timestamp"}},"type":"object","required":["feedback_id","request_id","feedback_timestamp"],"title":"FeedbackResponse"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"JobExecutionListResponse":{"properties":{"total":{"type":"integer","title":"Total"},"page":{"type":"integer","title":"Page"},"page_size":{"type":"integer","title":"Page Size"},"executions":{"items":{"$ref":"#/components/schemas/JobExecutionResponse"},"type":"array","title":"Executions"}},"type":"object","required":["total","page","page_size","executions"],"title":"JobExecutionListResponse","description":"Paginated response for job executions"},"JobExecutionResponse":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"scheduled_job_id":{"type":"string","format":"uuid","title":"Scheduled Job Id"},"execution_id":{"type":"string","title":"Execution Id"},"status":{"type":"string","title":"Status"},"started_at":{"type":"string","format":"date-time","title":"Started At"},"completed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Completed At"},"result":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Result"},"error_message":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error Message"},"credits_used":{"type":"integer","title":"Credits Used","default":0}},"type":"object","required":["id","scheduled_job_id","execution_id","status","started_at"],"title":"JobExecutionResponse","description":"Response model for job execution details"},"JobTriggerResponse":{"properties":{"execution_id":{"type":"string","title":"Execution Id"},"message":{"type":"string","title":"Message"},"scheduled_job_id":{"type":"string","format":"uuid","title":"Scheduled Job Id"},"triggered_at":{"type":"string","format":"date-time","title":"Triggered At"}},"type":"object","required":["execution_id","message","scheduled_job_id","triggered_at"],"title":"JobTriggerResponse","description":"Response model for manual job trigger"},"LoopStep":{"properties":{"type":{"$ref":"#/components/schemas/StepType","default":"loop"},"iterate_over":{"type":"string","title":"Iterate Over","description":"Variable name containing array to iterate over (e.g., 'product_links')"},"item_name":{"type":"string","title":"Item Name","description":"Variable name for current item in loop (e.g., 'current_link')","default":"item"},"index_name":{"type":"string","title":"Index Name","description":"Variable name for current index (e.g., 'i')","default":"index"},"steps":{"items":{"anyOf":[{"$ref":"#/components/schemas/NavigationStep"},{"$ref":"#/components/schemas/ActionStep"},{"$ref":"#/components/schemas/ExtractionStep"},{"$ref":"#/components/schemas/MarkdownExtractionStep"},{"$ref":"#/components/schemas/LoopStep"},{"$ref":"#/components/schemas/ConditionalStep"},{"$ref":"#/components/schemas/SubWorkflowStep"},{"$ref":"#/components/schemas/WaitStep"}]},"type":"array","title":"Steps","description":"Steps to execute for each item"},"max_iterations":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Max Iterations","description":"Maximum number of iterations (safety limit)"}},"type":"object","required":["iterate_over","steps"],"title":"LoopStep","description":"Iterate over an array"},"MarkdownExtractionStep":{"properties":{"type":{"$ref":"#/components/schemas/StepType","default":"extract_markdown"},"save_to":{"type":"string","title":"Save To","description":"Variable name to save extracted markdown to (e.g., 'markdown')"}},"type":"object","required":["save_to"],"title":"MarkdownExtractionStep","description":"Extract markdown from the page"},"MarkdownifyHistoryResponse":{"properties":{"requests":{"items":{"$ref":"#/components/schemas/MarkdownifyRequestDB"},"type":"array","title":"Requests"},"next_key":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}},"type":"object","required":["requests","next_key"],"title":"MarkdownifyHistoryResponse"},"MarkdownifyRequest":{"properties":{"website_url":{"type":"string","title":"Website Url","description":"The URL of the website to scrape"},"render_heavy_js":{"type":"boolean","title":"Render Heavy Js","default":false},"mock":{"type":"boolean","title":"Mock","default":false},"stealth":{"type":"boolean","title":"Stealth","default":false},"branding":{"type":"boolean","title":"Branding","default":false},"stream":{"type":"boolean","title":"Stream","description":"Whether to return streaming response","default":false},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country Code","description":"The country code to use for the scrape"},"wait_ms":{"type":"integer","title":"Wait Ms","description":"The number of milliseconds to wait before scraping the website","default":3000},"headers":{"anyOf":[{"additionalProperties":{"type":"string"},"type":"object"},{"type":"null"}],"title":"Headers","description":"Optional headers to send with the request, including cookies and user agent","example":{"Cookie":"cookie1=value1; cookie2=value2","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"}},"steps":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Steps"},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url","description":"Webhook URL to send the job result to"}},"type":"object","required":["website_url"],"title":"MarkdownifyRequest"},"MarkdownifyRequestDB":{"properties":{"request_id":{"type":"string","format":"uuid","title":"Request Id","description":"Unique identifier for the request"},"user_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"User Id","description":"ID of the user who made the request"},"webpage_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Webpage Id","description":"ID of the associated webpage"},"requested_at":{"type":"string","format":"date-time","title":"Requested At","description":"Timestamp when the request was made"},"status":{"$ref":"#/components/schemas/MarkdownifyRequestStatus","description":"Current status of the request"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error","description":"Error message if the request failed"},"website_url":{"type":"string","title":"Website Url","description":"URL of the website to be markdownified"},"finished_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Finished At","description":"Timestamp when the request was completed"},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Metadata","description":"Additional metadata about the request"},"usage_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Usage Id","description":"ID of the associated LLM usage record"},"request_params":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Request Params"}},"type":"object","required":["status","website_url"],"title":"MarkdownifyRequestDB","description":"Pydantic model representing the markdownify_requests database table."},"MarkdownifyRequestStatus":{"type":"string","enum":["queued","processing","completed","failed"],"title":"MarkdownifyRequestStatus"},"MarkdownifyStatus":{"type":"string","enum":["queued","processing","completed","failed"],"title":"MarkdownifyStatus"},"NavigationStep":{"properties":{"type":{"$ref":"#/components/schemas/StepType","default":"navigate"},"url":{"type":"string","title":"Url","description":"URL to navigate to. Supports variable interpolation: {{variable_name}}"},"wait_for":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Wait For","description":"Optional selector to wait for after navigation"}},"type":"object","required":["url"],"title":"NavigationStep","description":"Navigate to a URL"},"ProductFeedback":{"properties":{"feedback_id":{"type":"string","format":"uuid","title":"Feedback Id"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name","examples":["John Doe"]},"email":{"anyOf":[{"type":"string","format":"email"},{"type":"null"}],"title":"Email","examples":["john@example.com"]},"company":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Company","examples":["XYZ Ltd"]},"how_discovered":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"How Discovered","examples":["Twitter"]},"usage_frequency":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Usage Frequency","examples":["Weekly"]},"use_cases":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Use Cases","examples":[["Web scraping","Automation"]]},"rating":{"anyOf":[{"type":"integer","maximum":5.0,"minimum":1.0},{"type":"null"}],"title":"Rating"},"liked_most":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Liked Most","examples":["Easy setup"]},"disliked":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Disliked","examples":["Pagination issues"]},"requested_features":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Requested Features","examples":["Scheduler, dashboard analytics"]},"setup_easy":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Setup Easy","examples":[true]},"issues":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Issues","examples":["Error saving graphs"]},"recommend_score":{"anyOf":[{"type":"integer","maximum":10.0,"minimum":0.0},{"type":"null"}],"title":"Recommend Score"},"improvement_suggestions":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Improvement Suggestions","examples":["Better docs, faster runtime"]},"can_contact":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Can Contact","examples":[true]},"contact_method":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Contact Method","examples":["Email"]}},"type":"object","title":"ProductFeedback"},"ProductFeedbackResponse":{"properties":{"message":{"type":"string","title":"Message","default":"Product feedback submitted successfully"}},"type":"object","title":"ProductFeedbackResponse"},"QueryRedisCacheByPatternRequest":{"properties":{"cursor":{"type":"integer","title":"Cursor","default":0},"page_size":{"type":"integer","title":"Page Size","default":100},"pattern":{"type":"string","title":"Pattern","default":"providers_order:*"}},"type":"object","title":"QueryRedisCacheByPatternRequest"},"ScheduledJobCreate":{"properties":{"job_name":{"type":"string","maxLength":255,"minLength":1,"title":"Job Name","description":"Human-readable name for the scheduled job","strip_whitespace":true},"service_type":{"$ref":"#/components/schemas/ServiceType","description":"Type of service to run: smartscraper, searchscraper, markdownify, or smartcrawler"},"cron_expression":{"type":"string","title":"Cron Expression","description":"Standard 5-field cron expression (minute hour day month day_of_week) in UTC timezone. All times are interpreted as UTC (e.g., '0 9 * * 1' for 9 AM UTC every Monday)"},"job_config":{"type":"object","title":"Job Config","description":"Service-specific configuration that matches the service's request schema"},"is_active":{"type":"boolean","title":"Is Active","description":"Whether the job is active and should be scheduled","default":true},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url","description":"Webhook URL to send the job result to"}},"additionalProperties":false,"type":"object","required":["job_name","service_type","cron_expression","job_config"],"title":"ScheduledJobCreate","description":"Model for creating scheduled jobs (required fields enforced)"},"ScheduledJobListResponse":{"properties":{"total":{"type":"integer","title":"Total"},"page":{"type":"integer","title":"Page"},"page_size":{"type":"integer","title":"Page Size"},"jobs":{"items":{"$ref":"#/components/schemas/ScheduledJobResponse"},"type":"array","title":"Jobs"}},"type":"object","required":["total","page","page_size","jobs"],"title":"ScheduledJobListResponse","description":"Paginated response for scheduled jobs"},"ScheduledJobResponse":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"user_id":{"type":"string","format":"uuid","title":"User Id"},"job_name":{"type":"string","title":"Job Name"},"service_type":{"$ref":"#/components/schemas/ServiceType"},"cron_expression":{"type":"string","title":"Cron Expression"},"job_config":{"type":"object","title":"Job Config"},"is_active":{"type":"boolean","title":"Is Active"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"},"last_run_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Run At"},"next_run_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Next Run At"}},"type":"object","required":["id","user_id","job_name","service_type","cron_expression","job_config","is_active","created_at","updated_at"],"title":"ScheduledJobResponse","description":"Response model for scheduled job operations"},"SchemaGenerationRequest":{"properties":{"user_prompt":{"type":"string","title":"User Prompt","description":"The user's search query to be refined"},"existing_schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Existing Schema","description":"Optional existing JSON schema to modify/extend"}},"type":"object","required":["user_prompt"],"title":"SchemaGenerationRequest","description":"Request model for schema generation"},"SchemaGenerationResponse":{"properties":{"request_id":{"type":"string","format":"uuid","title":"Request Id"},"status":{"type":"string","title":"Status"},"user_prompt":{"type":"string","title":"User Prompt"},"refined_prompt":{"type":"string","title":"Refined Prompt","description":"The refined search query"},"generated_schema":{"type":"object","title":"Generated Schema","description":"The generated JSON schema"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"}},"type":"object","required":["request_id","status","user_prompt","refined_prompt","generated_schema"],"title":"SchemaGenerationResponse","description":"Response model for schema generation"},"ScrapeHistoryResponse":{"properties":{"requests":{"items":{"$ref":"#/components/schemas/ScrapeRequestDB"},"type":"array","title":"Requests"},"next_key":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}},"type":"object","required":["requests","next_key"],"title":"ScrapeHistoryResponse"},"ScrapeRequest":{"properties":{"website_url":{"type":"string","title":"Website Url","description":"The URL of the website to scrape"},"render_heavy_js":{"type":"boolean","title":"Render Heavy Js","description":"Whether to render heavy JS","default":false},"mock":{"type":"boolean","title":"Mock","default":false},"stealth":{"type":"boolean","title":"Stealth","default":false},"branding":{"type":"boolean","title":"Branding","default":false},"stream":{"type":"boolean","title":"Stream","description":"Whether to return streaming response","default":false},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country Code","description":"The country code to use for the scrape"},"wait_ms":{"type":"integer","title":"Wait Ms","description":"The number of milliseconds to wait before scraping the website","default":3000}},"type":"object","required":["website_url"],"title":"ScrapeRequest"},"ScrapeRequestDB":{"properties":{"request_id":{"type":"string","format":"uuid","title":"Request Id"},"user_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"User Id"},"website_url":{"type":"string","title":"Website Url"},"render_heavy_js":{"type":"boolean","title":"Render Heavy Js","default":false},"result":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Result"},"status":{"$ref":"#/components/schemas/ScrapeStatus","default":"queued"},"metadata":{"type":"object","title":"Metadata","default":{}},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"},"finished_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Finished At"},"requested_at":{"type":"string","format":"date-time","title":"Requested At","default":"2026-05-03T11:07:37.179894"},"cost":{"type":"integer","title":"Cost","default":0},"request_params":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Request Params"}},"type":"object","required":["request_id","website_url"],"title":"ScrapeRequestDB","description":"DynamoDB model for scrape requests."},"ScrapeStatus":{"type":"string","enum":["queued","processing","completed","failed"],"title":"ScrapeStatus","description":"Status of a scrape request."},"SearchScraperRequest":{"properties":{"user_prompt":{"type":"string","title":"User Prompt","example":"What is the latest version of Python?"},"num_results":{"type":"integer","maximum":20.0,"minimum":3.0,"title":"Num Results","description":"Number of websites to scrape (3-20). Default is 3.","default":3,"example":5},"headers":{"anyOf":[{"additionalProperties":{"type":"string"},"type":"object"},{"type":"null"}],"title":"Headers","description":"Optional headers to send with the request, including cookies and user agent","example":{"Cookie":"cookie1=value1; cookie2=value2","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"}},"output_schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Output Schema"},"extraction_mode":{"type":"boolean","title":"Extraction Mode","description":"True for AI extraction mode, False for markdown conversion only","default":true},"markdown_mode":{"type":"boolean","title":"Markdown Mode","description":"True for markdown conversion mode, False for raw mode","default":true},"stealth":{"type":"boolean","title":"Stealth","description":"Enable stealth mode to avoid bot detection","default":false},"mock":{"type":"boolean","title":"Mock","default":false},"stream":{"type":"boolean","title":"Stream","description":"Whether to return streaming response","default":false},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url","description":"Webhook URL to send the job result to"},"location_geo_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Location Geo Code","description":"The geo code of the location to search in"},"time_range":{"anyOf":[{"$ref":"#/components/schemas/TimeRange"},{"type":"null"}],"description":"The date range to search in","examples":["past_hour","past_24_hours","past_week","past_month","past_year"]}},"type":"object","required":["user_prompt"],"title":"SearchScraperRequest"},"SearchScraperStatus":{"type":"string","enum":["queued","processing","completed","failed"],"title":"SearchScraperStatus"},"SearchscraperHistoryResponse":{"properties":{"requests":{"items":{"$ref":"#/components/schemas/SearchscraperRequestDB"},"type":"array","title":"Requests"},"next_key":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}},"type":"object","required":["requests","next_key"],"title":"SearchscraperHistoryResponse"},"SearchscraperRequestDB":{"properties":{"request_id":{"type":"string","format":"uuid","title":"Request Id"},"user_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"User Id"},"user_prompt":{"type":"string","title":"User Prompt"},"search_query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Search Query"},"extraction_query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Extraction Query"},"references_urls":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"References Urls"},"output_schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Output Schema"},"result":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Result"},"status":{"$ref":"#/components/schemas/SearchScraperStatus","default":"queued"},"metadata":{"type":"object","title":"Metadata"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"},"requested_at":{"type":"string","format":"date-time","title":"Requested At"},"finished_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Finished At"}},"type":"object","required":["user_prompt"],"title":"SearchscraperRequestDB","description":"Database model for search scraper requests."},"ServiceType":{"type":"string","enum":["smartscraper","searchscraper","markdownify","smartcrawler","agenticscrapper","site_monitor"],"title":"ServiceType"},"SiteMonitorCreate":{"properties":{"name":{"anyOf":[{"type":"string","maxLength":255,"minLength":1},{"type":"null"}],"title":"Name","description":"Human-readable name for the monitor"},"website_url":{"type":"string","title":"Website Url","description":"URL to monitor"},"webhook_url":{"type":"string","title":"Webhook Url","description":"URL to POST webhook events to"},"cron_expression":{"type":"string","title":"Cron Expression","description":"Cron schedule (5 fields, UTC), e.g. '*/15 * * * *' for every 15 min"},"extraction_config":{"anyOf":[{"$ref":"#/components/schemas/SiteMonitorExtractionConfig"},{"type":"null"}],"description":"Optional: user_prompt and output_schema for structured extraction and diff","default":{"user_prompt":"Extract all main content and key data as structured JSON."}}},"additionalProperties":false,"type":"object","required":["website_url","webhook_url","cron_expression"],"title":"SiteMonitorCreate","description":"Request body for registering a new site monitor."},"SiteMonitorExtractionConfig":{"properties":{"user_prompt":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"User Prompt","description":"Prompt for extracting structured data from the page"},"output_schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Output Schema","description":"JSON schema for extracted fields (enables structured diff)"}},"additionalProperties":false,"type":"object","title":"SiteMonitorExtractionConfig","description":"Optional extraction config for monitored page (smartscraper-style)."},"SiteMonitorListResponse":{"properties":{"monitors":{"items":{"$ref":"#/components/schemas/SiteMonitorResponse"},"type":"array","title":"Monitors"},"total":{"type":"integer","title":"Total"},"page":{"type":"integer","title":"Page"},"page_size":{"type":"integer","title":"Page Size"}},"type":"object","required":["monitors","total","page","page_size"],"title":"SiteMonitorListResponse","description":"Paginated list of site monitors."},"SiteMonitorResponse":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"user_id":{"type":"string","format":"uuid","title":"User Id"},"api_key_id":{"type":"string","format":"uuid","title":"Api Key Id"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"website_url":{"type":"string","title":"Website Url"},"webhook_url":{"type":"string","title":"Webhook Url"},"cron_expression":{"type":"string","title":"Cron Expression"},"extraction_config":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Extraction Config"},"is_active":{"type":"boolean","title":"Is Active"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"},"last_run_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Run At"},"next_run_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Next Run At"}},"type":"object","required":["id","user_id","api_key_id","website_url","webhook_url","cron_expression","is_active","created_at","updated_at"],"title":"SiteMonitorResponse","description":"Response for a single site monitor."},"SiteMonitorUpdate":{"properties":{"name":{"anyOf":[{"type":"string","maxLength":255,"minLength":1},{"type":"null"}],"title":"Name"},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url"},"cron_expression":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Cron Expression"},"extraction_config":{"anyOf":[{"$ref":"#/components/schemas/SiteMonitorExtractionConfig"},{"type":"null"}]},"is_active":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Active"}},"additionalProperties":false,"type":"object","title":"SiteMonitorUpdate","description":"Request body for updating a site monitor (partial)."},"SitemapHistoryResponse":{"properties":{"requests":{"items":{"$ref":"#/components/schemas/SitemapRequestDB"},"type":"array","title":"Requests","description":"List of sitemap requests"},"next_key":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key","description":"Key for next page"}},"type":"object","required":["requests"],"title":"SitemapHistoryResponse"},"SitemapRequest":{"properties":{"website_url":{"type":"string","title":"Website Url","description":"The URL of the website to generate a sitemap for"},"stream":{"type":"boolean","title":"Stream","description":"Whether to return streaming response","default":false}},"type":"object","required":["website_url"],"title":"SitemapRequest"},"SitemapRequestDB":{"properties":{"request_id":{"type":"string","title":"Request Id"},"website_url":{"type":"string","title":"Website Url"},"api_key_id":{"type":"string","format":"uuid","title":"Api Key Id"},"user_id":{"type":"string","format":"uuid","title":"User Id"},"requested_at":{"type":"string","format":"date-time","title":"Requested At"},"status":{"type":"string","title":"Status"},"urls_count":{"type":"integer","title":"Urls Count"},"error_message":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error Message"},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Metadata"}},"type":"object","required":["request_id","website_url","api_key_id","user_id","requested_at","status","urls_count"],"title":"SitemapRequestDB","description":"Model for storing sitemap request history in DynamoDB."},"SitemapResponse":{"properties":{"urls":{"items":{"type":"string"},"type":"array","title":"Urls","description":"The URLs found in the sitemap"},"request_id":{"type":"string","title":"Request Id","description":"The ID of the sitemap request for tracking"}},"type":"object","required":["urls","request_id"],"title":"SitemapResponse"},"SmartscraperHistoryResponse":{"properties":{"requests":{"items":{"$ref":"#/components/schemas/SmartscraperRequestDB"},"type":"array","title":"Requests"},"next_key":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}},"type":"object","required":["requests","next_key"],"title":"SmartscraperHistoryResponse"},"SmartscraperRequest":{"properties":{"website_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Website Url","description":"The URL of the website to scrape (optional for Smartscraper)"},"render_heavy_js":{"type":"boolean","title":"Render Heavy Js","description":"Whether to render heavy JS","default":false},"mock":{"type":"boolean","title":"Mock","default":false},"stealth":{"type":"boolean","title":"Stealth","default":false},"branding":{"type":"boolean","title":"Branding","default":false},"stream":{"type":"boolean","title":"Stream","description":"Whether to return streaming response","default":false},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country Code","description":"The country code to use for the scrape"},"wait_ms":{"type":"integer","title":"Wait Ms","description":"The number of milliseconds to wait before scraping the website","default":3000},"user_prompt":{"type":"string","title":"User Prompt","example":"Extract info about the company"},"website_html":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Website Html","description":"HTML content, maximum size 2MB","example":"

Title

Content

"},"website_markdown":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Website Markdown","description":"Markdown content, maximum size 2MB","example":"# Title\n\nThis is some content in markdown format."},"output_schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Output Schema"},"headers":{"anyOf":[{"additionalProperties":{"type":"string"},"type":"object"},{"type":"null"}],"title":"Headers","description":"Optional headers to send with the request, including cookies and user agent","example":{"Cookie":"cookie1=value1; cookie2=value2","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"}},"number_of_scrolls":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Number Of Scrolls","description":"Number of scroll operations to perform for infinite scrolling (0 = disabled, range: 1-100). Values between 1-9 will be automatically set to 10.","default":0},"total_pages":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Total Pages","description":"Total number of pages to scrape if pagination enabled","default":1},"steps":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Steps","description":"List of steps to actions to perform on the website"},"cookies":{"anyOf":[{"additionalProperties":{"type":"string"},"type":"object"},{"type":"null"}],"title":"Cookies","description":"Cookies to send with the request","default":{}},"plain_text":{"type":"boolean","title":"Plain Text","default":false},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url","description":"Webhook URL to send the job result to"},"offset":{"type":"integer","title":"Offset","description":"Offset to start scraping from","default":0},"is_multipage_child":{"type":"boolean","title":"Is Multipage Child","description":"Whether this is a multi-page child request","default":false}},"type":"object","required":["user_prompt"],"title":"SmartscraperRequest"},"SmartscraperRequestDB":{"properties":{"request_id":{"type":"string","format":"uuid","title":"Request Id"},"user_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"User Id"},"webpage_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Webpage Id"},"website_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Website Url"},"user_prompt":{"type":"string","title":"User Prompt"},"output_schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Output Schema"},"result":{"anyOf":[{"type":"object"},{},{"type":"null"}],"title":"Result"},"status":{"$ref":"#/components/schemas/SmartscraperStatus","default":"processing"},"requested_at":{"type":"string","format":"date-time","title":"Requested At"},"finished_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Finished At"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Metadata"},"request_params":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Request Params"}},"type":"object","required":["request_id","user_prompt","requested_at"],"title":"SmartscraperRequestDB","description":"Database model for smart scraper requests."},"SmartscraperStatus":{"type":"string","enum":["queued","processing","completed","failed"],"title":"SmartscraperStatus"},"StepResult":{"properties":{"step_index":{"type":"integer","title":"Step Index"},"step_type":{"$ref":"#/components/schemas/StepType"},"success":{"type":"boolean","title":"Success"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"},"data":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Data"},"duration_seconds":{"type":"number","title":"Duration Seconds"}},"type":"object","required":["step_index","step_type","success","duration_seconds"],"title":"StepResult","description":"Result of a single step execution"},"StepType":{"type":"string","enum":["navigate","action","extract","loop","conditional","subworkflow","wait","extract_markdown"],"title":"StepType","description":"Types of workflow steps"},"SubWorkflowStep":{"properties":{"type":{"$ref":"#/components/schemas/StepType","default":"subworkflow"},"workflow_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Workflow Id","description":"ID of saved workflow to execute"},"workflow":{"anyOf":[{"$ref":"#/components/schemas/WorkflowDefinition"},{"type":"null"}],"description":"Inline workflow definition"},"input_mapping":{"additionalProperties":{"type":"string"},"type":"object","title":"Input Mapping","description":"Map parent context variables to subworkflow variables (e.g., {'url': '{{current_link}}'})"},"output_mapping":{"anyOf":[{"additionalProperties":{"type":"string"},"type":"object"},{"type":"null"}],"title":"Output Mapping","description":"Map subworkflow output variables back to parent context"}},"type":"object","title":"SubWorkflowStep","description":"Execute a subworkflow"},"TimeRange":{"type":"string","enum":["past_hour","past_24_hours","past_week","past_month","past_year"],"title":"TimeRange"},"TimelineEntry":{"properties":{"service":{"type":"string","title":"Service"},"timestamp":{"type":"string","title":"Timestamp"}},"type":"object","required":["service","timestamp"],"title":"TimelineEntry"},"UsageTimelineResponse":{"properties":{"timeline":{"items":{"$ref":"#/components/schemas/TimelineEntry"},"type":"array","title":"Timeline"}},"type":"object","required":["timeline"],"title":"UsageTimelineResponse"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"WaitStep":{"properties":{"type":{"$ref":"#/components/schemas/StepType","default":"wait"},"duration":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Duration","description":"Seconds to wait"},"for_selector":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"For Selector","description":"CSS selector to wait for"},"for_condition":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"For Condition","description":"JavaScript condition to wait for"}},"type":"object","title":"WaitStep","description":"Wait for a condition or time"},"WorkflowDefinition":{"properties":{"workflow_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Workflow Id","description":"Unique workflow identifier"},"name":{"type":"string","title":"Name","description":"Human-readable workflow name"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description","description":"Workflow description"},"start_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Start Url","description":"Initial URL to navigate to (can be overridden)"},"use_session":{"type":"boolean","title":"Use Session","description":"Whether to use persistent browser session","default":false},"steps":{"items":{"anyOf":[{"$ref":"#/components/schemas/NavigationStep"},{"$ref":"#/components/schemas/ActionStep"},{"$ref":"#/components/schemas/ExtractionStep"},{"$ref":"#/components/schemas/MarkdownExtractionStep"},{"$ref":"#/components/schemas/LoopStep"},{"$ref":"#/components/schemas/ConditionalStep"},{"$ref":"#/components/schemas/SubWorkflowStep"},{"$ref":"#/components/schemas/WaitStep"}]},"type":"array","title":"Steps","description":"Ordered list of workflow steps"},"initial_context":{"type":"object","title":"Initial Context","description":"Initial variables/context (e.g., {'email': 'user@example.com', 'password': 'secret'})"},"output_variables":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Output Variables","description":"List of variables to include in final output"}},"type":"object","required":["name","steps"],"title":"WorkflowDefinition","description":"Main workflow definition"},"WorkflowExecutionResult":{"properties":{"request_id":{"type":"string","title":"Request Id"},"workflow_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Workflow Id"},"success":{"type":"boolean","title":"Success"},"steps_executed":{"items":{"$ref":"#/components/schemas/StepResult"},"type":"array","title":"Steps Executed"},"total_duration_seconds":{"type":"number","title":"Total Duration Seconds"},"final_context":{"type":"object","title":"Final Context","description":"Final workflow context with all variables"},"output":{"type":"object","title":"Output","description":"Filtered output based on output_variables"},"final_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Final Url"},"final_html":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Final Html"},"session_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Session Id"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"}},"type":"object","required":["request_id","workflow_id","success","steps_executed","total_duration_seconds"],"title":"WorkflowExecutionResult","description":"Result of workflow execution"}}}} \ No newline at end of file +{"openapi":"3.1.0","info":{"title":"FastAPI","version":"0.1.0"},"paths":{"/v1/smartscraper":{"post":{"tags":["SmartScraper"],"summary":"Start Smartscraper","operationId":"start_smartscraper_v1_smartscraper_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartscraperRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompletedSmartscraperResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/smartscraper/{request_id}":{"get":{"tags":["SmartScraper"],"summary":"Get Smartscraper Status","operationId":"get_smartscraper_status_v1_smartscraper__request_id__get","parameters":[{"name":"request_id","in":"path","required":true,"schema":{"type":"string","title":"Request Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/markdownify":{"post":{"tags":["Markdownify"],"summary":"Start Markdownify","operationId":"start_markdownify_v1_markdownify_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MarkdownifyRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompletedMarkdownifyResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/markdownify/{request_id}":{"get":{"tags":["Markdownify"],"summary":"Get Markdownify Status","operationId":"get_markdownify_status_v1_markdownify__request_id__get","parameters":[{"name":"request_id","in":"path","required":true,"schema":{"type":"string","title":"Request Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/scrape":{"post":{"tags":["Scrape"],"summary":"Scrape","operationId":"scrape_v1_scrape_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScrapeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/searchscraper":{"post":{"tags":["SearchScraper"],"summary":"Start Searchscraper","operationId":"start_searchscraper_v1_searchscraper_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchScraperRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CompletedSearchScraperResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/searchscraper/{request_id}":{"get":{"tags":["SearchScraper"],"summary":"Get Searchscraper Status","operationId":"get_searchscraper_status_v1_searchscraper__request_id__get","parameters":[{"name":"request_id","in":"path","required":true,"schema":{"type":"string","title":"Request Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/generate_schema":{"post":{"tags":["SchemaGenerator"],"summary":"Generate or modify a JSON schema based on a search query","description":"Generate a refined search prompt and a structured JSON schema for analyzing search results.\n Optionally modify an existing schema to better fit the current search query.","operationId":"start_generate_schema_v1_generate_schema_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SchemaGenerationRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SchemaGenerationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/generate_schema/{request_id}":{"get":{"tags":["SchemaGenerator"],"summary":"Get Generate Schema Status","operationId":"get_generate_schema_status_v1_generate_schema__request_id__get","parameters":[{"name":"request_id","in":"path","required":true,"schema":{"type":"string","title":"Request Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/scheduled-jobs":{"post":{"tags":["ScheduledJobs"],"summary":"Create Scheduled Job","description":"Create a new scheduled job","operationId":"create_scheduled_job_v1_scheduled_jobs_post","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledJobCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledJobResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["ScheduledJobs"],"summary":"Fetch Scheduled Jobs","description":"Get user's scheduled jobs with pagination","operationId":"fetch_scheduled_jobs_v1_scheduled_jobs_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"description":"Page number","default":1,"title":"Page"},"description":"Page number"},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"description":"Number of jobs per page","default":20,"title":"Page Size"},"description":"Number of jobs per page"},{"name":"service_type","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/ServiceType"},{"type":"null"}],"description":"Filter by service type","title":"Service Type"},"description":"Filter by service type"},{"name":"is_active","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Filter by active status","title":"Is Active"},"description":"Filter by active status"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledJobListResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/scheduled-jobs/{job_id}":{"get":{"tags":["ScheduledJobs"],"summary":"Get Scheduled Job","description":"Get a specific scheduled job","operationId":"get_scheduled_job_v1_scheduled_jobs__job_id__get","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledJobResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["ScheduledJobs"],"summary":"Update Scheduled Job","description":"Update a scheduled job","operationId":"update_scheduled_job_v1_scheduled_jobs__job_id__patch","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","title":"Job Update"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledJobResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"put":{"tags":["ScheduledJobs"],"summary":"Replace Scheduled Job","operationId":"replace_scheduled_job_v1_scheduled_jobs__job_id__put","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledJobCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduledJobResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["ScheduledJobs"],"summary":"Delete Scheduled Job","description":"Delete a scheduled job","operationId":"delete_scheduled_job_v1_scheduled_jobs__job_id__delete","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/scheduled-jobs/{job_id}/executions":{"get":{"tags":["ScheduledJobs"],"summary":"Get Job Executions","description":"Get execution history for a scheduled job","operationId":"get_job_executions_v1_scheduled_jobs__job_id__executions_get","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"description":"Page number","default":1,"title":"Page"},"description":"Page number"},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"description":"Number of executions per page","default":20,"title":"Page Size"},"description":"Number of executions per page"},{"name":"status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Filter by execution status","title":"Status"},"description":"Filter by execution status"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobExecutionListResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/scheduled-jobs/{job_id}/pause":{"post":{"tags":["ScheduledJobs"],"summary":"Pause Scheduled Job","operationId":"pause_scheduled_job_v1_scheduled_jobs__job_id__pause_post","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","format":"uuid","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/scheduled-jobs/{job_id}/resume":{"post":{"tags":["ScheduledJobs"],"summary":"Resume Scheduled Job","operationId":"resume_scheduled_job_v1_scheduled_jobs__job_id__resume_post","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/scheduled-jobs/{job_id}/trigger":{"post":{"tags":["ScheduledJobs"],"summary":"Trigger Job Manually","description":"Manually trigger a scheduled job\n\nRate limited to 10 triggers per minute per user to prevent abuse.","operationId":"trigger_job_manually_v1_scheduled_jobs__job_id__trigger_post","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobTriggerResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/site-monitors":{"post":{"tags":["SiteMonitors"],"summary":"Create Monitor","description":"Register a website for monitoring. We will check on the given cron schedule and POST webhook events on content change.","operationId":"create_monitor_v1_site_monitors_post","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SiteMonitorCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SiteMonitorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["SiteMonitors"],"summary":"List Monitors","description":"List site monitors for the current user.","operationId":"list_monitors_v1_site_monitors_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":20,"title":"Page Size"}},{"name":"is_active","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Active"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SiteMonitorListResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/site-monitors/{monitor_id}":{"get":{"tags":["SiteMonitors"],"summary":"Get Monitor","description":"Get a site monitor by id.","operationId":"get_monitor_v1_site_monitors__monitor_id__get","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"type":"string","title":"Monitor Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SiteMonitorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["SiteMonitors"],"summary":"Update Monitor","description":"Update a site monitor. Schedule is updated if cron or config changed.","operationId":"update_monitor_v1_site_monitors__monitor_id__patch","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"type":"string","title":"Monitor Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SiteMonitorUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SiteMonitorResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["SiteMonitors"],"summary":"Delete Monitor","description":"Delete a site monitor and its schedule.","operationId":"delete_monitor_v1_site_monitors__monitor_id__delete","parameters":[{"name":"monitor_id","in":"path","required":true,"schema":{"type":"string","title":"Monitor Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/healthz":{"get":{"tags":["Health"],"summary":"Health Check","description":"Health check endpoint that includes memory monitoring","operationId":"health_check_healthz_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/credits":{"get":{"tags":["User"],"summary":"Get Credits","operationId":"get_credits_v1_credits_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreditsResponse"}}}}}}},"/v1/validate":{"get":{"tags":["User"],"summary":"Validate Api Key","operationId":"validate_api_key_v1_validate_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","title":"Response Validate Api Key V1 Validate Get"}}}}}}},"/v1/feedback":{"post":{"tags":["User"],"summary":"Submit Feedback","operationId":"submit_feedback_v1_feedback_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FeedbackCreate"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FeedbackResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/product-feedback":{"post":{"tags":["User"],"summary":"Submit Product Feedback","operationId":"submit_product_feedback_v1_product_feedback_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductFeedback"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductFeedbackResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/deduct-credits":{"post":{"tags":["User"],"summary":"Deduct Credits","operationId":"deduct_credits_v1_deduct_credits_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeductCreditsBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeductCreditsResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/crawl":{"post":{"tags":["Crawler"],"summary":"Start Crawl","description":"Start a new crawl job.","operationId":"start_crawl_v1_crawl_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CrawlJob"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/crawl/{task_id}":{"get":{"tags":["Crawler"],"summary":"Get Crawl Result","description":"Get the result of a crawl job by task ID.","operationId":"get_crawl_result_v1_crawl__task_id__get","parameters":[{"name":"task_id","in":"path","required":true,"schema":{"type":"string","title":"Task Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/webhook/logs/{crawler_id}":{"get":{"tags":["Crawler"],"summary":"Get Webhook Logs","description":"Get webhook delivery logs for a crawler job.","operationId":"get_webhook_logs_v1_webhook_logs__crawler_id__get","parameters":[{"name":"crawler_id","in":"path","required":true,"schema":{"type":"string","title":"Crawler Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/webhook/status/{webhook_id}":{"get":{"tags":["Crawler"],"summary":"Get Webhook Status","description":"Get status of a specific webhook delivery.","operationId":"get_webhook_status_v1_webhook_status__webhook_id__get","parameters":[{"name":"webhook_id","in":"path","required":true,"schema":{"type":"string","title":"Webhook Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/agentic-scrapper":{"post":{"tags":["AgenticScrapper"],"summary":"Agentic Scrapper","operationId":"agentic_scrapper_v1_agentic_scrapper_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgenticScrapperRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgenticScrapperResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/get-live-session-url":{"post":{"tags":["AgenticScrapper"],"summary":"Get Live Session Url","operationId":"get_live_session_url_v1_get_live_session_url_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgenticScrapperLiveSessionUrlRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgenticScrapperLiveSessionUrlResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/stop-session":{"post":{"tags":["AgenticScrapper"],"summary":"Stop Session","operationId":"stop_session_v1_stop_session_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgenticScrapperStopSessionRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/workflows/execute":{"post":{"tags":["AgenticScrapper"],"summary":"Agentic Browser V2","operationId":"agentic_browser_v2_v1_workflows_execute_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowDefinition"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowExecutionResult"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/history/markdownify":{"get":{"tags":["History"],"summary":"Get Markdownify History","description":"Get paginated history of markdownify requests.\n\nArgs:\n request: The FastAPI request object\n page: Page number (default: 1)\n page_size: Number of items per page (default: 10)\n\nReturns:\n MarkdownifyHistoryResponse containing the list of requests and next page key","operationId":"get_markdownify_history_v1_history_markdownify_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Page Size"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MarkdownifyHistoryResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/history/smartscraper":{"get":{"tags":["History"],"summary":"Get Smartscraper History","description":"Get paginated history of smart scraper requests.\n\nArgs:\n request: The FastAPI request object\n page: Page number (default: 1)\n page_size: Number of items per page (default: 10)\n\nReturns:\n SmartscraperHistoryResponse containing the list of requests and next page key","operationId":"get_smartscraper_history_v1_history_smartscraper_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Page Size"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartscraperHistoryResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/history/searchscraper":{"get":{"tags":["History"],"summary":"Get Searchscraper History","description":"Get paginated history of search scraper requests.\n\nArgs:\n request: The FastAPI request object\n page: Page number (default: 1)\n page_size: Number of items per page (default: 10)\n\nReturns:\n SearchscraperHistoryResponse containing the list of requests and next page key","operationId":"get_searchscraper_history_v1_history_searchscraper_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Page Size"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchscraperHistoryResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/history/scrape":{"get":{"tags":["History"],"summary":"Get Scrape History","description":"Get paginated history of scrape requests.\n\nArgs:\n request: The FastAPI request object\n page: Page number (default: 1)\n page_size: Number of items per page (default: 10)\n\nReturns:\n ScrapeHistoryResponse containing the list of requests and next page key","operationId":"get_scrape_history_v1_history_scrape_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Page Size"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScrapeHistoryResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/history/crawl":{"get":{"tags":["History"],"summary":"Get Crawler History","description":"Get paginated history of crawler requests.\n\nArgs:\n request: The FastAPI request object\n page: Page number (default: 1)\n page_size: Number of items per page (default: 10)\n\nReturns:\n CrawlerHistoryResponse containing the list of requests and next page key","operationId":"get_crawler_history_v1_history_crawl_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Page Size"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CrawlerHistoryResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/history/agentic-scraper":{"get":{"tags":["History"],"summary":"Get Agentic Scraper History","description":"Get paginated history of agentic scraper requests.\n\nArgs:\n request: The FastAPI request object\n page: Page number (default: 1)\n page_size: Number of items per page (default: 10)\n next_key: Key for pagination (default: None)\n\nReturns:\n AgenticScraperHistoryResponse containing the list of requests and next page key","operationId":"get_agentic_scraper_history_v1_history_agentic_scraper_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Page Size"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AgenticScraperHistoryResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/history/sitemap":{"get":{"tags":["History"],"summary":"Get Sitemap History","description":"Get sitemap request history for the current API key.","operationId":"get_sitemap_history_v1_history_sitemap_get","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Page Size"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SitemapHistoryResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/sitemap":{"post":{"tags":["Sitemap"],"summary":"Generate Sitemap","operationId":"generate_sitemap_v1_sitemap_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SitemapRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SitemapResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/toonify":{"post":{"tags":["Toonify"],"summary":"Toonify","operationId":"toonify_v1_toonify_post","requestBody":{"content":{"application/json":{"schema":{"type":"object","title":"Body"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/usage/timeline":{"get":{"tags":["Usage"],"summary":"Get Usage Timeline","description":"Get usage timeline with only timestamps for chart rendering.","operationId":"get_usage_timeline_v1_usage_timeline_get","parameters":[{"name":"days","in":"query","required":false,"schema":{"anyOf":[{"enum":["7","14","30","all"],"type":"string"},{"type":"null"}],"default":"all","title":"Days"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UsageTimelineResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/bandcamp/get-sales-feed-items":{"post":{"tags":["EndpointPoc"],"summary":"Get Sales Feed Items","operationId":"get_sales_feed_items_v1_bandcamp_get_sales_feed_items_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/bandcamp/get-item-details/":{"post":{"tags":["EndpointPoc"],"summary":"Get Sales Feed Items Details","operationId":"get_sales_feed_items_details_v1_bandcamp_get_item_details__post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/endpoint/get-suggestions":{"post":{"tags":["EndpointPoc"],"summary":"Get Suggestions","operationId":"get_suggestions_v1_endpoint_get_suggestions_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EndPointSuggestionRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EndPointSuggestionsResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/endpoint/save-endpoint":{"post":{"tags":["EndpointPoc"],"summary":"Save Endpoint","operationId":"save_endpoint_v1_endpoint_save_endpoint_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EndPointSuggestions"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/endpoint/{endpoint_id}/{full_path}":{"post":{"tags":["EndpointPoc"],"summary":"Execute Endpoint","operationId":"execute_endpoint_v1_endpoint__endpoint_id___full_path__post","parameters":[{"name":"endpoint_id","in":"path","required":true,"schema":{"type":"string","title":"Endpoint Id"}},{"name":"full_path","in":"path","required":true,"schema":{"type":"string","title":"Full Path"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","title":"Query Params"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/admin/query_redis_cache_by_pattern":{"post":{"tags":["Admin"],"summary":"Query Redis Cache By Pattern","operationId":"query_redis_cache_by_pattern_v1_admin_query_redis_cache_by_pattern_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueryRedisCacheByPatternRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/x402/{path}":{"put":{"tags":["Orthogonal"],"summary":"Proxy","description":"Proxy endpoint for Orthogonal API integration.\nForwards requests to https://api.orth.sh/pay/{ORTHOGONHAL_API_KEY}/{path}","operationId":"proxy_x402__path__put","parameters":[{"name":"path","in":"path","required":true,"schema":{"type":"string","title":"Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"get":{"tags":["Orthogonal"],"summary":"Proxy","description":"Proxy endpoint for Orthogonal API integration.\nForwards requests to https://api.orth.sh/pay/{ORTHOGONHAL_API_KEY}/{path}","operationId":"proxy_x402__path__put","parameters":[{"name":"path","in":"path","required":true,"schema":{"type":"string","title":"Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["Orthogonal"],"summary":"Proxy","description":"Proxy endpoint for Orthogonal API integration.\nForwards requests to https://api.orth.sh/pay/{ORTHOGONHAL_API_KEY}/{path}","operationId":"proxy_x402__path__put","parameters":[{"name":"path","in":"path","required":true,"schema":{"type":"string","title":"Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["Orthogonal"],"summary":"Proxy","description":"Proxy endpoint for Orthogonal API integration.\nForwards requests to https://api.orth.sh/pay/{ORTHOGONHAL_API_KEY}/{path}","operationId":"proxy_x402__path__put","parameters":[{"name":"path","in":"path","required":true,"schema":{"type":"string","title":"Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["Orthogonal"],"summary":"Proxy","description":"Proxy endpoint for Orthogonal API integration.\nForwards requests to https://api.orth.sh/pay/{ORTHOGONHAL_API_KEY}/{path}","operationId":"proxy_x402__path__put","parameters":[{"name":"path","in":"path","required":true,"schema":{"type":"string","title":"Path"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"ActionStep":{"properties":{"type":{"$ref":"#/components/schemas/StepType","default":"action"},"action":{"type":"string","title":"Action","description":"Natural language action description (e.g., 'Click login button', 'Fill email with {{email}}')"},"observe_first":{"type":"boolean","title":"Observe First","description":"Whether to observe elements before acting","default":true}},"type":"object","required":["action"],"title":"ActionStep","description":"Perform an action on the page"},"AgenticScraperHistoryResponse":{"properties":{"requests":{"items":{"$ref":"#/components/schemas/AgenticScraperRequestDB"},"type":"array","title":"Requests","description":"List of agentic scraper requests"},"next_key":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key","description":"Key for next page"}},"type":"object","required":["requests"],"title":"AgenticScraperHistoryResponse"},"AgenticScraperRequestDB":{"properties":{"request_id":{"type":"string","title":"Request Id"},"user_id":{"type":"string","title":"User Id"},"webpage_id":{"type":"string","title":"Webpage Id"},"website_url":{"type":"string","title":"Website Url"},"user_prompt":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"User Prompt"},"output_schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Output Schema"},"requested_at":{"type":"string","format":"date-time","title":"Requested At"},"finished_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Finished At"},"status":{"$ref":"#/components/schemas/AgenticScrapperStatus"},"metadata":{"anyOf":[{},{"type":"null"}],"title":"Metadata"},"result":{"anyOf":[{},{"type":"null"}],"title":"Result"},"total_cost":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Total Cost","default":0.0},"usage_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Usage Id"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"}},"type":"object","required":["request_id","user_id","webpage_id","website_url","requested_at","status"],"title":"AgenticScraperRequestDB","description":"DynamoDB model for agentic scraper requests."},"AgenticScrapperLiveSessionUrlRequest":{"properties":{"url":{"type":"string","title":"Url"},"timeout":{"type":"integer","title":"Timeout","description":"Timeout for the live session","default":300}},"type":"object","required":["url"],"title":"AgenticScrapperLiveSessionUrlRequest"},"AgenticScrapperLiveSessionUrlResponse":{"properties":{"session_url":{"type":"string","title":"Session Url"},"session_id":{"type":"string","title":"Session Id"}},"type":"object","required":["session_url","session_id"],"title":"AgenticScrapperLiveSessionUrlResponse"},"AgenticScrapperRequest":{"properties":{"url":{"type":"string","title":"Url"},"user_prompt":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"User Prompt","default":""},"output_schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Output Schema","default":{}},"steps":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Steps","description":"List of steps to actions to perform on the website","default":[]},"use_session":{"type":"boolean","title":"Use Session","description":"Whether to use a session to scrape the website","default":false},"ai_extraction":{"type":"boolean","title":"Ai Extraction","description":"Whether to use AI extraction to extract the information","default":false},"stream":{"type":"boolean","title":"Stream","description":"Whether to return streaming response","default":false},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url","description":"Webhook URL to send the job result to"},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country Code","description":"The country code to use for the scrape (e.g. US, GB)"}},"type":"object","required":["url"],"title":"AgenticScrapperRequest"},"AgenticScrapperResponse":{"properties":{"request_id":{"type":"string","title":"Request Id"},"markdown":{"type":"string","title":"Markdown"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"},"result":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Result"}},"type":"object","required":["request_id","markdown"],"title":"AgenticScrapperResponse"},"AgenticScrapperStatus":{"type":"string","enum":["queued","processing","processinghtml","processedhtml","completed","failed"],"title":"AgenticScrapperStatus","description":"Status enum for agentic scraper requests."},"AgenticScrapperStopSessionRequest":{"properties":{"session_id":{"type":"string","title":"Session Id"}},"type":"object","required":["session_id"],"title":"AgenticScrapperStopSessionRequest"},"CompletedMarkdownifyResponse":{"properties":{"request_id":{"type":"string","title":"Request Id"},"status":{"$ref":"#/components/schemas/MarkdownifyStatus"},"website_url":{"type":"string","title":"Website Url"},"result":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Result"},"error":{"type":"string","title":"Error","default":""}},"type":"object","required":["request_id","status","website_url"],"title":"CompletedMarkdownifyResponse"},"CompletedSearchScraperResponse":{"properties":{"request_id":{"type":"string","format":"uuid","title":"Request Id"},"status":{"$ref":"#/components/schemas/SearchScraperStatus"},"user_prompt":{"type":"string","title":"User Prompt"},"num_results":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Num Results"},"result":{"anyOf":[{"type":"object"},{}],"title":"Result"},"reference_urls":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Reference Urls"},"markdown_content":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Markdown Content","description":"Raw markdown content when extraction_mode is False"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"}},"type":"object","required":["request_id","status","user_prompt","result","reference_urls"],"title":"CompletedSearchScraperResponse"},"CompletedSmartscraperResponse":{"properties":{"request_id":{"type":"string","title":"Request Id"},"status":{"$ref":"#/components/schemas/SmartscraperStatus"},"website_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Website Url"},"user_prompt":{"type":"string","title":"User Prompt"},"result":{"anyOf":[{"type":"object"},{"type":"string"},{"type":"null"}],"title":"Result"},"error":{"type":"string","title":"Error","default":""}},"type":"object","required":["request_id","status","user_prompt"],"title":"CompletedSmartscraperResponse"},"ConditionalStep":{"properties":{"type":{"$ref":"#/components/schemas/StepType","default":"conditional"},"condition":{"type":"string","title":"Condition","description":"Condition to evaluate (e.g., '{{index}} < 10', '{{item}} != null')"},"if_steps":{"items":{"anyOf":[{"$ref":"#/components/schemas/NavigationStep"},{"$ref":"#/components/schemas/ActionStep"},{"$ref":"#/components/schemas/ExtractionStep"},{"$ref":"#/components/schemas/MarkdownExtractionStep"},{"$ref":"#/components/schemas/LoopStep"},{"$ref":"#/components/schemas/ConditionalStep"},{"$ref":"#/components/schemas/SubWorkflowStep"},{"$ref":"#/components/schemas/WaitStep"}]},"type":"array","title":"If Steps","description":"Steps to execute if condition is true"},"else_steps":{"anyOf":[{"items":{"anyOf":[{"$ref":"#/components/schemas/NavigationStep"},{"$ref":"#/components/schemas/ActionStep"},{"$ref":"#/components/schemas/ExtractionStep"},{"$ref":"#/components/schemas/MarkdownExtractionStep"},{"$ref":"#/components/schemas/LoopStep"},{"$ref":"#/components/schemas/ConditionalStep"},{"$ref":"#/components/schemas/SubWorkflowStep"},{"$ref":"#/components/schemas/WaitStep"}]},"type":"array"},{"type":"null"}],"title":"Else Steps","description":"Steps to execute if condition is false"}},"type":"object","required":["condition","if_steps"],"title":"ConditionalStep","description":"Conditional execution (if/else)"},"CrawlJob":{"properties":{"url":{"type":"string","title":"Url"},"depth":{"type":"integer","title":"Depth","default":1},"breadth":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Breadth","description":"Maximum number of links to crawl per depth level. If None, unlimited (default). Ignored when sitemap=True."},"max_pages":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Max Pages","default":10},"prompt":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Prompt"},"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Schema"},"rules":{"anyOf":[{"$ref":"#/components/schemas/CrawlJobRules"},{"type":"null"}]},"sitemap":{"type":"boolean","title":"Sitemap","default":true},"render_heavy_js":{"type":"boolean","title":"Render Heavy Js","default":false},"extraction_mode":{"type":"boolean","title":"Extraction Mode","default":true},"stealth":{"type":"boolean","title":"Stealth","description":"Enable stealth mode to avoid bot detection","default":false},"mock":{"type":"boolean","title":"Mock","default":false},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url","description":"Webhook URL to send the job result to"},"reader_mode":{"type":"boolean","title":"Reader Mode","default":false},"wait_ms":{"type":"integer","title":"Wait Ms","default":3000},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country Code","description":"The country code to use for fetching (e.g. US, GB)"}},"type":"object","required":["url"],"title":"CrawlJob"},"CrawlJobRules":{"properties":{"exclude":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Exclude"},"include_paths":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Include Paths","description":"List of path patterns to include (e.g., ['/products/*', '/blog/*']). If empty, all paths are included."},"exclude_paths":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Exclude Paths","description":"List of path patterns to exclude (e.g., ['/admin/*', '/api/*']). Takes precedence over include_paths."},"same_domain":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Same Domain","default":true}},"type":"object","title":"CrawlJobRules"},"CrawlStatus":{"type":"string","enum":["queued","processing","completed","failed"],"title":"CrawlStatus"},"CrawlerHistoryResponse":{"properties":{"requests":{"items":{"$ref":"#/components/schemas/CrawlerRequestDB"},"type":"array","title":"Requests"},"next_key":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}},"type":"object","required":["requests","next_key"],"title":"CrawlerHistoryResponse"},"CrawlerRequestDB":{"properties":{"request_id":{"type":"string","format":"uuid","title":"Request Id"},"user_id":{"type":"string","format":"uuid","title":"User Id"},"url":{"type":"string","title":"Url"},"prompt":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Prompt"},"max_pages":{"type":"integer","title":"Max Pages"},"status":{"$ref":"#/components/schemas/CrawlStatus"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Metadata"},"requested_at":{"type":"string","format":"date-time","title":"Requested At"},"finished_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Finished At"},"total_cost":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Total Cost"},"credits_used":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Credits Used"},"pages_processed":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Pages Processed"},"crawled_urls":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Crawled Urls"},"task_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Task Id"},"result":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Result"},"result_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Result Url"},"request_params":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Request Params"}},"type":"object","required":["request_id","user_id","url","max_pages","status","requested_at"],"title":"CrawlerRequestDB","description":"DynamoDB model for crawler requests"},"CreditsResponse":{"properties":{"remaining_credits":{"type":"integer","title":"Remaining Credits"},"total_credits_used":{"type":"integer","title":"Total Credits Used"}},"type":"object","required":["remaining_credits","total_credits_used"],"title":"CreditsResponse"},"DeductCreditsBody":{"properties":{"credits_to_deduct":{"type":"integer","title":"Credits To Deduct"}},"type":"object","required":["credits_to_deduct"],"title":"DeductCreditsBody"},"DeductCreditsResponse":{"properties":{"message":{"type":"string","title":"Message","default":"Credits deducted successfully"}},"type":"object","title":"DeductCreditsResponse"},"EndPointSuggestionRequest":{"properties":{"website_url":{"type":"string","title":"Website Url"},"prompt":{"type":"string","title":"Prompt"}},"type":"object","required":["website_url","prompt"],"title":"EndPointSuggestionRequest"},"EndPointSuggestions":{"properties":{"suggestions":{"items":{"$ref":"#/components/schemas/EndpointSuggestion"},"type":"array","title":"Suggestions"}},"type":"object","required":["suggestions"],"title":"EndPointSuggestions"},"EndPointSuggestionsResponse":{"properties":{"suggestions":{"items":{"$ref":"#/components/schemas/EndpointSuggestion"},"type":"array","title":"Suggestions"},"html_with_markdowns":{"title":"Html With Markdowns"}},"type":"object","required":["suggestions","html_with_markdowns"],"title":"EndPointSuggestionsResponse"},"EndpointParameter":{"properties":{"name":{"type":"string","title":"Name"},"type":{"type":"string","title":"Type"},"location":{"type":"string","title":"Location"},"required":{"type":"boolean","title":"Required"},"description":{"type":"string","title":"Description"},"is_url":{"type":"boolean","title":"Is Url","default":false}},"type":"object","required":["name","type","location","required","description"],"title":"EndpointParameter"},"EndpointSuggestion":{"properties":{"endpoint":{"type":"string","title":"Endpoint"},"method":{"type":"string","title":"Method","default":"POST"},"description":{"type":"string","title":"Description"},"target_url":{"type":"string","title":"Target Url"},"parameters":{"items":{"$ref":"#/components/schemas/EndpointParameter"},"type":"array","title":"Parameters"},"pydantic_schema":{"type":"object","title":"Pydantic Schema"},"extraction_prompt":{"type":"string","title":"Extraction Prompt"},"interaction_steps":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Interaction Steps"}},"type":"object","required":["endpoint","description","target_url","parameters","pydantic_schema","extraction_prompt"],"title":"EndpointSuggestion"},"ExtractionStep":{"properties":{"type":{"$ref":"#/components/schemas/StepType","default":"extract"},"instruction":{"type":"string","title":"Instruction","description":"What to extract (e.g., 'Extract all product links from the page')"},"schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Schema","description":"Optional schema for structured extraction"},"save_to":{"type":"string","title":"Save To","description":"Variable name to save extracted data to (e.g., 'product_links')"}},"type":"object","required":["instruction","save_to"],"title":"ExtractionStep","description":"Extract data from the page"},"FeedbackCreate":{"properties":{"request_id":{"type":"string","format":"uuid","title":"Request Id","description":"ID of the request/session this feedback is for"},"rating":{"type":"integer","maximum":5.0,"minimum":0.0,"title":"Rating"},"feedback_text":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Feedback Text"}},"type":"object","required":["request_id","rating"],"title":"FeedbackCreate"},"FeedbackResponse":{"properties":{"feedback_id":{"type":"string","format":"uuid","title":"Feedback Id"},"request_id":{"type":"string","format":"uuid","title":"Request Id"},"message":{"type":"string","title":"Message","default":"Feedback submitted successfully"},"feedback_timestamp":{"type":"string","format":"date-time","title":"Feedback Timestamp"}},"type":"object","required":["feedback_id","request_id","feedback_timestamp"],"title":"FeedbackResponse"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"JobExecutionListResponse":{"properties":{"total":{"type":"integer","title":"Total"},"page":{"type":"integer","title":"Page"},"page_size":{"type":"integer","title":"Page Size"},"executions":{"items":{"$ref":"#/components/schemas/JobExecutionResponse"},"type":"array","title":"Executions"}},"type":"object","required":["total","page","page_size","executions"],"title":"JobExecutionListResponse","description":"Paginated response for job executions"},"JobExecutionResponse":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"scheduled_job_id":{"type":"string","format":"uuid","title":"Scheduled Job Id"},"execution_id":{"type":"string","title":"Execution Id"},"status":{"type":"string","title":"Status"},"started_at":{"type":"string","format":"date-time","title":"Started At"},"completed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Completed At"},"result":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Result"},"error_message":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error Message"},"credits_used":{"type":"integer","title":"Credits Used","default":0}},"type":"object","required":["id","scheduled_job_id","execution_id","status","started_at"],"title":"JobExecutionResponse","description":"Response model for job execution details"},"JobTriggerResponse":{"properties":{"execution_id":{"type":"string","title":"Execution Id"},"message":{"type":"string","title":"Message"},"scheduled_job_id":{"type":"string","format":"uuid","title":"Scheduled Job Id"},"triggered_at":{"type":"string","format":"date-time","title":"Triggered At"}},"type":"object","required":["execution_id","message","scheduled_job_id","triggered_at"],"title":"JobTriggerResponse","description":"Response model for manual job trigger"},"LoopStep":{"properties":{"type":{"$ref":"#/components/schemas/StepType","default":"loop"},"iterate_over":{"type":"string","title":"Iterate Over","description":"Variable name containing array to iterate over (e.g., 'product_links')"},"item_name":{"type":"string","title":"Item Name","description":"Variable name for current item in loop (e.g., 'current_link')","default":"item"},"index_name":{"type":"string","title":"Index Name","description":"Variable name for current index (e.g., 'i')","default":"index"},"steps":{"items":{"anyOf":[{"$ref":"#/components/schemas/NavigationStep"},{"$ref":"#/components/schemas/ActionStep"},{"$ref":"#/components/schemas/ExtractionStep"},{"$ref":"#/components/schemas/MarkdownExtractionStep"},{"$ref":"#/components/schemas/LoopStep"},{"$ref":"#/components/schemas/ConditionalStep"},{"$ref":"#/components/schemas/SubWorkflowStep"},{"$ref":"#/components/schemas/WaitStep"}]},"type":"array","title":"Steps","description":"Steps to execute for each item"},"max_iterations":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Max Iterations","description":"Maximum number of iterations (safety limit)"}},"type":"object","required":["iterate_over","steps"],"title":"LoopStep","description":"Iterate over an array"},"MarkdownExtractionStep":{"properties":{"type":{"$ref":"#/components/schemas/StepType","default":"extract_markdown"},"save_to":{"type":"string","title":"Save To","description":"Variable name to save extracted markdown to (e.g., 'markdown')"}},"type":"object","required":["save_to"],"title":"MarkdownExtractionStep","description":"Extract markdown from the page"},"MarkdownifyHistoryResponse":{"properties":{"requests":{"items":{"$ref":"#/components/schemas/MarkdownifyRequestDB"},"type":"array","title":"Requests"},"next_key":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}},"type":"object","required":["requests","next_key"],"title":"MarkdownifyHistoryResponse"},"MarkdownifyRequest":{"properties":{"website_url":{"type":"string","title":"Website Url","description":"The URL of the website to scrape"},"render_heavy_js":{"type":"boolean","title":"Render Heavy Js","default":false},"mock":{"type":"boolean","title":"Mock","default":false},"stealth":{"type":"boolean","title":"Stealth","default":false},"branding":{"type":"boolean","title":"Branding","default":false},"stream":{"type":"boolean","title":"Stream","description":"Whether to return streaming response","default":false},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country Code","description":"The country code to use for the scrape"},"wait_ms":{"type":"integer","title":"Wait Ms","description":"The number of milliseconds to wait before scraping the website","default":3000},"headers":{"anyOf":[{"additionalProperties":{"type":"string"},"type":"object"},{"type":"null"}],"title":"Headers","description":"Optional headers to send with the request, including cookies and user agent","example":{"Cookie":"cookie1=value1; cookie2=value2","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"}},"steps":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Steps"},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url","description":"Webhook URL to send the job result to"}},"type":"object","required":["website_url"],"title":"MarkdownifyRequest"},"MarkdownifyRequestDB":{"properties":{"request_id":{"type":"string","format":"uuid","title":"Request Id","description":"Unique identifier for the request"},"user_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"User Id","description":"ID of the user who made the request"},"webpage_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Webpage Id","description":"ID of the associated webpage"},"requested_at":{"type":"string","format":"date-time","title":"Requested At","description":"Timestamp when the request was made"},"status":{"$ref":"#/components/schemas/MarkdownifyRequestStatus","description":"Current status of the request"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error","description":"Error message if the request failed"},"website_url":{"type":"string","title":"Website Url","description":"URL of the website to be markdownified"},"finished_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Finished At","description":"Timestamp when the request was completed"},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Metadata","description":"Additional metadata about the request"},"usage_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Usage Id","description":"ID of the associated LLM usage record"},"request_params":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Request Params"}},"type":"object","required":["status","website_url"],"title":"MarkdownifyRequestDB","description":"Pydantic model representing the markdownify_requests database table."},"MarkdownifyRequestStatus":{"type":"string","enum":["queued","processing","completed","failed"],"title":"MarkdownifyRequestStatus"},"MarkdownifyStatus":{"type":"string","enum":["queued","processing","completed","failed"],"title":"MarkdownifyStatus"},"NavigationStep":{"properties":{"type":{"$ref":"#/components/schemas/StepType","default":"navigate"},"url":{"type":"string","title":"Url","description":"URL to navigate to. Supports variable interpolation: {{variable_name}}"},"wait_for":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Wait For","description":"Optional selector to wait for after navigation"}},"type":"object","required":["url"],"title":"NavigationStep","description":"Navigate to a URL"},"ProductFeedback":{"properties":{"feedback_id":{"type":"string","format":"uuid","title":"Feedback Id"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name","examples":["John Doe"]},"email":{"anyOf":[{"type":"string","format":"email"},{"type":"null"}],"title":"Email","examples":["john@example.com"]},"company":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Company","examples":["XYZ Ltd"]},"how_discovered":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"How Discovered","examples":["Twitter"]},"usage_frequency":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Usage Frequency","examples":["Weekly"]},"use_cases":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Use Cases","examples":[["Web scraping","Automation"]]},"rating":{"anyOf":[{"type":"integer","maximum":5.0,"minimum":1.0},{"type":"null"}],"title":"Rating"},"liked_most":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Liked Most","examples":["Easy setup"]},"disliked":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Disliked","examples":["Pagination issues"]},"requested_features":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Requested Features","examples":["Scheduler, dashboard analytics"]},"setup_easy":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Setup Easy","examples":[true]},"issues":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Issues","examples":["Error saving graphs"]},"recommend_score":{"anyOf":[{"type":"integer","maximum":10.0,"minimum":0.0},{"type":"null"}],"title":"Recommend Score"},"improvement_suggestions":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Improvement Suggestions","examples":["Better docs, faster runtime"]},"can_contact":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Can Contact","examples":[true]},"contact_method":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Contact Method","examples":["Email"]}},"type":"object","title":"ProductFeedback"},"ProductFeedbackResponse":{"properties":{"message":{"type":"string","title":"Message","default":"Product feedback submitted successfully"}},"type":"object","title":"ProductFeedbackResponse"},"QueryRedisCacheByPatternRequest":{"properties":{"cursor":{"type":"integer","title":"Cursor","default":0},"page_size":{"type":"integer","title":"Page Size","default":100},"pattern":{"type":"string","title":"Pattern","default":"providers_order:*"}},"type":"object","title":"QueryRedisCacheByPatternRequest"},"ScheduledJobCreate":{"properties":{"job_name":{"type":"string","maxLength":255,"minLength":1,"title":"Job Name","description":"Human-readable name for the scheduled job","strip_whitespace":true},"service_type":{"$ref":"#/components/schemas/ServiceType","description":"Type of service to run: smartscraper, searchscraper, markdownify, or smartcrawler"},"cron_expression":{"type":"string","title":"Cron Expression","description":"Standard 5-field cron expression (minute hour day month day_of_week) in UTC timezone. All times are interpreted as UTC (e.g., '0 9 * * 1' for 9 AM UTC every Monday)"},"job_config":{"type":"object","title":"Job Config","description":"Service-specific configuration that matches the service's request schema"},"is_active":{"type":"boolean","title":"Is Active","description":"Whether the job is active and should be scheduled","default":true},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url","description":"Webhook URL to send the job result to"}},"additionalProperties":false,"type":"object","required":["job_name","service_type","cron_expression","job_config"],"title":"ScheduledJobCreate","description":"Model for creating scheduled jobs (required fields enforced)"},"ScheduledJobListResponse":{"properties":{"total":{"type":"integer","title":"Total"},"page":{"type":"integer","title":"Page"},"page_size":{"type":"integer","title":"Page Size"},"jobs":{"items":{"$ref":"#/components/schemas/ScheduledJobResponse"},"type":"array","title":"Jobs"}},"type":"object","required":["total","page","page_size","jobs"],"title":"ScheduledJobListResponse","description":"Paginated response for scheduled jobs"},"ScheduledJobResponse":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"user_id":{"type":"string","format":"uuid","title":"User Id"},"job_name":{"type":"string","title":"Job Name"},"service_type":{"$ref":"#/components/schemas/ServiceType"},"cron_expression":{"type":"string","title":"Cron Expression"},"job_config":{"type":"object","title":"Job Config"},"is_active":{"type":"boolean","title":"Is Active"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"},"last_run_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Run At"},"next_run_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Next Run At"}},"type":"object","required":["id","user_id","job_name","service_type","cron_expression","job_config","is_active","created_at","updated_at"],"title":"ScheduledJobResponse","description":"Response model for scheduled job operations"},"SchemaGenerationRequest":{"properties":{"user_prompt":{"type":"string","title":"User Prompt","description":"The user's search query to be refined"},"existing_schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Existing Schema","description":"Optional existing JSON schema to modify/extend"}},"type":"object","required":["user_prompt"],"title":"SchemaGenerationRequest","description":"Request model for schema generation"},"SchemaGenerationResponse":{"properties":{"request_id":{"type":"string","format":"uuid","title":"Request Id"},"status":{"type":"string","title":"Status"},"user_prompt":{"type":"string","title":"User Prompt"},"refined_prompt":{"type":"string","title":"Refined Prompt","description":"The refined search query"},"generated_schema":{"type":"object","title":"Generated Schema","description":"The generated JSON schema"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"}},"type":"object","required":["request_id","status","user_prompt","refined_prompt","generated_schema"],"title":"SchemaGenerationResponse","description":"Response model for schema generation"},"ScrapeHistoryResponse":{"properties":{"requests":{"items":{"$ref":"#/components/schemas/ScrapeRequestDB"},"type":"array","title":"Requests"},"next_key":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}},"type":"object","required":["requests","next_key"],"title":"ScrapeHistoryResponse"},"ScrapeRequest":{"properties":{"website_url":{"type":"string","title":"Website Url","description":"The URL of the website to scrape"},"render_heavy_js":{"type":"boolean","title":"Render Heavy Js","description":"Whether to render heavy JS","default":false},"mock":{"type":"boolean","title":"Mock","default":false},"stealth":{"type":"boolean","title":"Stealth","default":false},"branding":{"type":"boolean","title":"Branding","default":false},"stream":{"type":"boolean","title":"Stream","description":"Whether to return streaming response","default":false},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country Code","description":"The country code to use for the scrape"},"wait_ms":{"type":"integer","title":"Wait Ms","description":"The number of milliseconds to wait before scraping the website","default":3000}},"type":"object","required":["website_url"],"title":"ScrapeRequest"},"ScrapeRequestDB":{"properties":{"request_id":{"type":"string","format":"uuid","title":"Request Id"},"user_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"User Id"},"website_url":{"type":"string","title":"Website Url"},"render_heavy_js":{"type":"boolean","title":"Render Heavy Js","default":false},"result":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Result"},"status":{"$ref":"#/components/schemas/ScrapeStatus","default":"queued"},"metadata":{"type":"object","title":"Metadata","default":{}},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"},"finished_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Finished At"},"requested_at":{"type":"string","format":"date-time","title":"Requested At","default":"2026-04-21T21:03:08.207432"},"cost":{"type":"integer","title":"Cost","default":0},"request_params":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Request Params"}},"type":"object","required":["request_id","website_url"],"title":"ScrapeRequestDB","description":"DynamoDB model for scrape requests."},"ScrapeStatus":{"type":"string","enum":["queued","processing","completed","failed"],"title":"ScrapeStatus","description":"Status of a scrape request."},"SearchScraperRequest":{"properties":{"user_prompt":{"type":"string","title":"User Prompt","example":"What is the latest version of Python?"},"num_results":{"type":"integer","maximum":20.0,"minimum":3.0,"title":"Num Results","description":"Number of websites to scrape (3-20). Default is 3.","default":3,"example":5},"headers":{"anyOf":[{"additionalProperties":{"type":"string"},"type":"object"},{"type":"null"}],"title":"Headers","description":"Optional headers to send with the request, including cookies and user agent","example":{"Cookie":"cookie1=value1; cookie2=value2","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"}},"output_schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Output Schema"},"extraction_mode":{"type":"boolean","title":"Extraction Mode","description":"True for AI extraction mode, False for markdown conversion only","default":true},"markdown_mode":{"type":"boolean","title":"Markdown Mode","description":"True for markdown conversion mode, False for raw mode","default":true},"stealth":{"type":"boolean","title":"Stealth","description":"Enable stealth mode to avoid bot detection","default":false},"mock":{"type":"boolean","title":"Mock","default":false},"stream":{"type":"boolean","title":"Stream","description":"Whether to return streaming response","default":false},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url","description":"Webhook URL to send the job result to"},"location_geo_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Location Geo Code","description":"The geo code of the location to search in"},"time_range":{"anyOf":[{"$ref":"#/components/schemas/TimeRange"},{"type":"null"}],"description":"The date range to search in","examples":["past_hour","past_24_hours","past_week","past_month","past_year"]}},"type":"object","required":["user_prompt"],"title":"SearchScraperRequest"},"SearchScraperStatus":{"type":"string","enum":["queued","processing","completed","failed"],"title":"SearchScraperStatus"},"SearchscraperHistoryResponse":{"properties":{"requests":{"items":{"$ref":"#/components/schemas/SearchscraperRequestDB"},"type":"array","title":"Requests"},"next_key":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}},"type":"object","required":["requests","next_key"],"title":"SearchscraperHistoryResponse"},"SearchscraperRequestDB":{"properties":{"request_id":{"type":"string","format":"uuid","title":"Request Id"},"user_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"User Id"},"user_prompt":{"type":"string","title":"User Prompt"},"search_query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Search Query"},"extraction_query":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Extraction Query"},"references_urls":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"References Urls"},"output_schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Output Schema"},"result":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Result"},"status":{"$ref":"#/components/schemas/SearchScraperStatus","default":"queued"},"metadata":{"type":"object","title":"Metadata"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"},"requested_at":{"type":"string","format":"date-time","title":"Requested At"},"finished_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Finished At"}},"type":"object","required":["user_prompt"],"title":"SearchscraperRequestDB","description":"Database model for search scraper requests."},"ServiceType":{"type":"string","enum":["smartscraper","searchscraper","markdownify","smartcrawler","agenticscrapper","site_monitor"],"title":"ServiceType"},"SiteMonitorCreate":{"properties":{"name":{"anyOf":[{"type":"string","maxLength":255,"minLength":1},{"type":"null"}],"title":"Name","description":"Human-readable name for the monitor"},"website_url":{"type":"string","title":"Website Url","description":"URL to monitor"},"webhook_url":{"type":"string","title":"Webhook Url","description":"URL to POST webhook events to"},"cron_expression":{"type":"string","title":"Cron Expression","description":"Cron schedule (5 fields, UTC), e.g. '*/15 * * * *' for every 15 min"},"extraction_config":{"anyOf":[{"$ref":"#/components/schemas/SiteMonitorExtractionConfig"},{"type":"null"}],"description":"Optional: user_prompt and output_schema for structured extraction and diff","default":{"user_prompt":"Extract all main content and key data as structured JSON."}}},"additionalProperties":false,"type":"object","required":["website_url","webhook_url","cron_expression"],"title":"SiteMonitorCreate","description":"Request body for registering a new site monitor."},"SiteMonitorExtractionConfig":{"properties":{"user_prompt":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"User Prompt","description":"Prompt for extracting structured data from the page"},"output_schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Output Schema","description":"JSON schema for extracted fields (enables structured diff)"}},"additionalProperties":false,"type":"object","title":"SiteMonitorExtractionConfig","description":"Optional extraction config for monitored page (smartscraper-style)."},"SiteMonitorListResponse":{"properties":{"monitors":{"items":{"$ref":"#/components/schemas/SiteMonitorResponse"},"type":"array","title":"Monitors"},"total":{"type":"integer","title":"Total"},"page":{"type":"integer","title":"Page"},"page_size":{"type":"integer","title":"Page Size"}},"type":"object","required":["monitors","total","page","page_size"],"title":"SiteMonitorListResponse","description":"Paginated list of site monitors."},"SiteMonitorResponse":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"},"user_id":{"type":"string","format":"uuid","title":"User Id"},"api_key_id":{"type":"string","format":"uuid","title":"Api Key Id"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"website_url":{"type":"string","title":"Website Url"},"webhook_url":{"type":"string","title":"Webhook Url"},"cron_expression":{"type":"string","title":"Cron Expression"},"extraction_config":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Extraction Config"},"is_active":{"type":"boolean","title":"Is Active"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"updated_at":{"type":"string","format":"date-time","title":"Updated At"},"last_run_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Last Run At"},"next_run_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Next Run At"}},"type":"object","required":["id","user_id","api_key_id","website_url","webhook_url","cron_expression","is_active","created_at","updated_at"],"title":"SiteMonitorResponse","description":"Response for a single site monitor."},"SiteMonitorUpdate":{"properties":{"name":{"anyOf":[{"type":"string","maxLength":255,"minLength":1},{"type":"null"}],"title":"Name"},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url"},"cron_expression":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Cron Expression"},"extraction_config":{"anyOf":[{"$ref":"#/components/schemas/SiteMonitorExtractionConfig"},{"type":"null"}]},"is_active":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Active"}},"additionalProperties":false,"type":"object","title":"SiteMonitorUpdate","description":"Request body for updating a site monitor (partial)."},"SitemapHistoryResponse":{"properties":{"requests":{"items":{"$ref":"#/components/schemas/SitemapRequestDB"},"type":"array","title":"Requests","description":"List of sitemap requests"},"next_key":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key","description":"Key for next page"}},"type":"object","required":["requests"],"title":"SitemapHistoryResponse"},"SitemapRequest":{"properties":{"website_url":{"type":"string","title":"Website Url","description":"The URL of the website to generate a sitemap for"},"stream":{"type":"boolean","title":"Stream","description":"Whether to return streaming response","default":false}},"type":"object","required":["website_url"],"title":"SitemapRequest"},"SitemapRequestDB":{"properties":{"request_id":{"type":"string","title":"Request Id"},"website_url":{"type":"string","title":"Website Url"},"api_key_id":{"type":"string","format":"uuid","title":"Api Key Id"},"user_id":{"type":"string","format":"uuid","title":"User Id"},"requested_at":{"type":"string","format":"date-time","title":"Requested At"},"status":{"type":"string","title":"Status"},"urls_count":{"type":"integer","title":"Urls Count"},"error_message":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error Message"},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Metadata"}},"type":"object","required":["request_id","website_url","api_key_id","user_id","requested_at","status","urls_count"],"title":"SitemapRequestDB","description":"Model for storing sitemap request history in DynamoDB."},"SitemapResponse":{"properties":{"urls":{"items":{"type":"string"},"type":"array","title":"Urls","description":"The URLs found in the sitemap"},"request_id":{"type":"string","title":"Request Id","description":"The ID of the sitemap request for tracking"}},"type":"object","required":["urls","request_id"],"title":"SitemapResponse"},"SmartscraperHistoryResponse":{"properties":{"requests":{"items":{"$ref":"#/components/schemas/SmartscraperRequestDB"},"type":"array","title":"Requests"},"next_key":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Next Key"}},"type":"object","required":["requests","next_key"],"title":"SmartscraperHistoryResponse"},"SmartscraperRequest":{"properties":{"website_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Website Url","description":"The URL of the website to scrape (optional for Smartscraper)"},"render_heavy_js":{"type":"boolean","title":"Render Heavy Js","description":"Whether to render heavy JS","default":false},"mock":{"type":"boolean","title":"Mock","default":false},"stealth":{"type":"boolean","title":"Stealth","default":false},"branding":{"type":"boolean","title":"Branding","default":false},"stream":{"type":"boolean","title":"Stream","description":"Whether to return streaming response","default":false},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country Code","description":"The country code to use for the scrape"},"wait_ms":{"type":"integer","title":"Wait Ms","description":"The number of milliseconds to wait before scraping the website","default":3000},"user_prompt":{"type":"string","title":"User Prompt","example":"Extract info about the company"},"website_html":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Website Html","description":"HTML content, maximum size 2MB","example":"

Title

Content

"},"website_markdown":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Website Markdown","description":"Markdown content, maximum size 2MB","example":"# Title\n\nThis is some content in markdown format."},"output_schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Output Schema"},"headers":{"anyOf":[{"additionalProperties":{"type":"string"},"type":"object"},{"type":"null"}],"title":"Headers","description":"Optional headers to send with the request, including cookies and user agent","example":{"Cookie":"cookie1=value1; cookie2=value2","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"}},"number_of_scrolls":{"type":"integer","maximum":100.0,"minimum":0.0,"title":"Number Of Scrolls","description":"Number of scroll operations to perform for infinite scrolling (0 = disabled, range: 1-100). Values between 1-9 will be automatically set to 10.","default":0},"total_pages":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Total Pages","description":"Total number of pages to scrape if pagination enabled","default":1},"steps":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Steps","description":"List of steps to actions to perform on the website"},"cookies":{"anyOf":[{"additionalProperties":{"type":"string"},"type":"object"},{"type":"null"}],"title":"Cookies","description":"Cookies to send with the request","default":{}},"plain_text":{"type":"boolean","title":"Plain Text","default":false},"webhook_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Webhook Url","description":"Webhook URL to send the job result to"},"offset":{"type":"integer","title":"Offset","description":"Offset to start scraping from","default":0},"is_multipage_child":{"type":"boolean","title":"Is Multipage Child","description":"Whether this is a multi-page child request","default":false}},"type":"object","required":["user_prompt"],"title":"SmartscraperRequest"},"SmartscraperRequestDB":{"properties":{"request_id":{"type":"string","format":"uuid","title":"Request Id"},"user_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"User Id"},"webpage_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"title":"Webpage Id"},"website_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Website Url"},"user_prompt":{"type":"string","title":"User Prompt"},"output_schema":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Output Schema"},"result":{"anyOf":[{"type":"object"},{},{"type":"null"}],"title":"Result"},"status":{"$ref":"#/components/schemas/SmartscraperStatus","default":"processing"},"requested_at":{"type":"string","format":"date-time","title":"Requested At"},"finished_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Finished At"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"},"metadata":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Metadata"},"request_params":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Request Params"}},"type":"object","required":["request_id","user_prompt","requested_at"],"title":"SmartscraperRequestDB","description":"Database model for smart scraper requests."},"SmartscraperStatus":{"type":"string","enum":["queued","processing","completed","failed"],"title":"SmartscraperStatus"},"StepResult":{"properties":{"step_index":{"type":"integer","title":"Step Index"},"step_type":{"$ref":"#/components/schemas/StepType"},"success":{"type":"boolean","title":"Success"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"},"data":{"anyOf":[{"type":"object"},{"type":"null"}],"title":"Data"},"duration_seconds":{"type":"number","title":"Duration Seconds"}},"type":"object","required":["step_index","step_type","success","duration_seconds"],"title":"StepResult","description":"Result of a single step execution"},"StepType":{"type":"string","enum":["navigate","action","extract","loop","conditional","subworkflow","wait","extract_markdown"],"title":"StepType","description":"Types of workflow steps"},"SubWorkflowStep":{"properties":{"type":{"$ref":"#/components/schemas/StepType","default":"subworkflow"},"workflow_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Workflow Id","description":"ID of saved workflow to execute"},"workflow":{"anyOf":[{"$ref":"#/components/schemas/WorkflowDefinition"},{"type":"null"}],"description":"Inline workflow definition"},"input_mapping":{"additionalProperties":{"type":"string"},"type":"object","title":"Input Mapping","description":"Map parent context variables to subworkflow variables (e.g., {'url': '{{current_link}}'})"},"output_mapping":{"anyOf":[{"additionalProperties":{"type":"string"},"type":"object"},{"type":"null"}],"title":"Output Mapping","description":"Map subworkflow output variables back to parent context"}},"type":"object","title":"SubWorkflowStep","description":"Execute a subworkflow"},"TimeRange":{"type":"string","enum":["past_hour","past_24_hours","past_week","past_month","past_year"],"title":"TimeRange"},"TimelineEntry":{"properties":{"service":{"type":"string","title":"Service"},"timestamp":{"type":"string","title":"Timestamp"}},"type":"object","required":["service","timestamp"],"title":"TimelineEntry"},"UsageTimelineResponse":{"properties":{"timeline":{"items":{"$ref":"#/components/schemas/TimelineEntry"},"type":"array","title":"Timeline"}},"type":"object","required":["timeline"],"title":"UsageTimelineResponse"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"WaitStep":{"properties":{"type":{"$ref":"#/components/schemas/StepType","default":"wait"},"duration":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Duration","description":"Seconds to wait"},"for_selector":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"For Selector","description":"CSS selector to wait for"},"for_condition":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"For Condition","description":"JavaScript condition to wait for"}},"type":"object","title":"WaitStep","description":"Wait for a condition or time"},"WorkflowDefinition":{"properties":{"workflow_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Workflow Id","description":"Unique workflow identifier"},"name":{"type":"string","title":"Name","description":"Human-readable workflow name"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description","description":"Workflow description"},"start_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Start Url","description":"Initial URL to navigate to (can be overridden)"},"use_session":{"type":"boolean","title":"Use Session","description":"Whether to use persistent browser session","default":false},"steps":{"items":{"anyOf":[{"$ref":"#/components/schemas/NavigationStep"},{"$ref":"#/components/schemas/ActionStep"},{"$ref":"#/components/schemas/ExtractionStep"},{"$ref":"#/components/schemas/MarkdownExtractionStep"},{"$ref":"#/components/schemas/LoopStep"},{"$ref":"#/components/schemas/ConditionalStep"},{"$ref":"#/components/schemas/SubWorkflowStep"},{"$ref":"#/components/schemas/WaitStep"}]},"type":"array","title":"Steps","description":"Ordered list of workflow steps"},"initial_context":{"type":"object","title":"Initial Context","description":"Initial variables/context (e.g., {'email': 'user@example.com', 'password': 'secret'})"},"output_variables":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Output Variables","description":"List of variables to include in final output"}},"type":"object","required":["name","steps"],"title":"WorkflowDefinition","description":"Main workflow definition"},"WorkflowExecutionResult":{"properties":{"request_id":{"type":"string","title":"Request Id"},"workflow_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Workflow Id"},"success":{"type":"boolean","title":"Success"},"steps_executed":{"items":{"$ref":"#/components/schemas/StepResult"},"type":"array","title":"Steps Executed"},"total_duration_seconds":{"type":"number","title":"Total Duration Seconds"},"final_context":{"type":"object","title":"Final Context","description":"Final workflow context with all variables"},"output":{"type":"object","title":"Output","description":"Filtered output based on output_variables"},"final_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Final Url"},"final_html":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Final Html"},"session_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Session Id"},"error":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Error"}},"type":"object","required":["request_id","workflow_id","success","steps_executed","total_duration_seconds"],"title":"WorkflowExecutionResult","description":"Result of workflow execution"}}}} \ No newline at end of file