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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/libs/Serper/Generated/Serper.Models.AnswerBox.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ public AnswerBox(
public AnswerBox()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ public AutocompleteRequest(
public AutocompleteRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ public AutocompleteResponse(
public AutocompleteResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ public AutocompleteSuggestion(
public AutocompleteSuggestion()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,6 @@ public BaseSearchRequest(
public BaseSearchRequest()
{
}

}
}
1 change: 1 addition & 0 deletions src/libs/Serper/Generated/Serper.Models.CitedBy.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ public CitedBy(
public CitedBy()
{
}

}
}
1 change: 1 addition & 0 deletions src/libs/Serper/Generated/Serper.Models.ImageResult.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,6 @@ public ImageResult(
public ImageResult()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ public bool TryPickBase(
value = Base;
return IsBase;
}

/// <summary>
///
/// </summary>
public global::Serper.BaseSearchRequest PickBase() => IsBase
? Base!
: throw new global::System.InvalidOperationException($"Expected union variant 'Base' but the value was {ToString()}.");
/// <summary>
///
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ public ImageSearchResponse(
public ImageSearchResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,6 @@ public KnowledgeGraph(
public KnowledgeGraph()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class KnowledgeGraphAttributes
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
1 change: 1 addition & 0 deletions src/libs/Serper/Generated/Serper.Models.NewsResult.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@ public NewsResult(
public NewsResult()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ public bool TryPickBase(
value = Base;
return IsBase;
}

/// <summary>
///
/// </summary>
public global::Serper.BaseSearchRequest PickBase() => IsBase
? Base!
: throw new global::System.InvalidOperationException($"Expected union variant 'Base' but the value was {ToString()}.");
/// <summary>
///
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ public NewsSearchResponse(
public NewsSearchResponse()
{
}

}
}
1 change: 1 addition & 0 deletions src/libs/Serper/Generated/Serper.Models.OrganicResult.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,6 @@ public OrganicResult(
public OrganicResult()
{
}

}
}
1 change: 1 addition & 0 deletions src/libs/Serper/Generated/Serper.Models.PatentResult.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,6 @@ public PatentResult(
public PatentResult()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ public bool TryPickBase(
value = Base;
return IsBase;
}

/// <summary>
///
/// </summary>
public global::Serper.BaseSearchRequest PickBase() => IsBase
? Base!
: throw new global::System.InvalidOperationException($"Expected union variant 'Base' but the value was {ToString()}.");
/// <summary>
///
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ public PatentSearchResponse(
public PatentSearchResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ public PeopleAlsoAskItem(
public PeopleAlsoAskItem()
{
}

}
}
1 change: 1 addition & 0 deletions src/libs/Serper/Generated/Serper.Models.PlaceResult.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,6 @@ public PlaceResult(
public PlaceResult()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ public bool TryPickBase(
value = Base;
return IsBase;
}

/// <summary>
///
/// </summary>
public global::Serper.BaseSearchRequest PickBase() => IsBase
? Base!
: throw new global::System.InvalidOperationException($"Expected union variant 'Base' but the value was {ToString()}.");
/// <summary>
///
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ public PlacesSearchResponse(
public PlacesSearchResponse()
{
}

}
}
1 change: 1 addition & 0 deletions src/libs/Serper/Generated/Serper.Models.RelatedSearch.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ public RelatedSearch(
public RelatedSearch()
{
}

}
}
1 change: 1 addition & 0 deletions src/libs/Serper/Generated/Serper.Models.ScholarResult.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@ public ScholarResult(
public ScholarResult()
{
}

}
}
14 changes: 14 additions & 0 deletions src/libs/Serper/Generated/Serper.Models.ScholarSearchRequest.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ public bool TryPickBase(
return IsBase;
}

/// <summary>
///
/// </summary>
public global::Serper.BaseSearchRequest PickBase() => IsBase
? Base!
: throw new global::System.InvalidOperationException($"Expected union variant 'Base' but the value was {ToString()}.");

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -68,6 +75,13 @@ public bool TryPickScholarSearchRequestVariant2(
value = ScholarSearchRequestVariant2;
return IsScholarSearchRequestVariant2;
}

/// <summary>
///
/// </summary>
public global::Serper.ScholarSearchRequestVariant2 PickScholarSearchRequestVariant2() => IsScholarSearchRequestVariant2
? ScholarSearchRequestVariant2!
: throw new global::System.InvalidOperationException($"Expected union variant 'ScholarSearchRequestVariant2' but the value was {ToString()}.");
/// <summary>
///
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ public ScholarSearchRequestVariant2(
public ScholarSearchRequestVariant2()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ public ScholarSearchResponse(
public ScholarSearchResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@ public SearchParameters(
public SearchParameters()
{
}

}
}
14 changes: 14 additions & 0 deletions src/libs/Serper/Generated/Serper.Models.SearchRequest.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ public bool TryPickBase(
return IsBase;
}

/// <summary>
///
/// </summary>
public global::Serper.BaseSearchRequest PickBase() => IsBase
? Base!
: throw new global::System.InvalidOperationException($"Expected union variant 'Base' but the value was {ToString()}.");

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -68,6 +75,13 @@ public bool TryPickSearchRequestVariant2(
value = SearchRequestVariant2;
return IsSearchRequestVariant2;
}

/// <summary>
///
/// </summary>
public global::Serper.SearchRequestVariant2 PickSearchRequestVariant2() => IsSearchRequestVariant2
? SearchRequestVariant2!
: throw new global::System.InvalidOperationException($"Expected union variant 'SearchRequestVariant2' but the value was {ToString()}.");
/// <summary>
///
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ public SearchRequestVariant2(
public SearchRequestVariant2()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,6 @@ public SearchResponse(
public SearchResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,6 @@ public ShoppingResult(
public ShoppingResult()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ public bool TryPickBase(
value = Base;
return IsBase;
}

/// <summary>
///
/// </summary>
public global::Serper.BaseSearchRequest PickBase() => IsBase
? Base!
: throw new global::System.InvalidOperationException($"Expected union variant 'Base' but the value was {ToString()}.");
/// <summary>
///
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ public ShoppingSearchResponse(
public ShoppingSearchResponse()
{
}

}
}
1 change: 1 addition & 0 deletions src/libs/Serper/Generated/Serper.Models.Sitelink.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ public Sitelink(
public Sitelink()
{
}

}
}
1 change: 1 addition & 0 deletions src/libs/Serper/Generated/Serper.Models.VideoResult.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,6 @@ public VideoResult(
public VideoResult()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ public bool TryPickBase(
value = Base;
return IsBase;
}

/// <summary>
///
/// </summary>
public global::Serper.BaseSearchRequest PickBase() => IsBase
? Base!
: throw new global::System.InvalidOperationException($"Expected union variant 'Base' but the value was {ToString()}.");
/// <summary>
///
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ public VideoSearchResponse(
public VideoSearchResponse()
{
}

}
}
Loading