refactor(search): isolate provider schemas
This commit is contained in:
parent
228db3dd9a
commit
97aa6713b5
14 changed files with 151 additions and 227 deletions
|
|
@ -8339,10 +8339,6 @@ export class Search extends HeyApiClient {
|
|||
} | null
|
||||
query?: string
|
||||
providerID?: string
|
||||
numResults?: number
|
||||
livecrawl?: "fallback" | "preferred"
|
||||
type?: "auto" | "fast" | "deep"
|
||||
contextMaxCharacters?: number
|
||||
},
|
||||
options?: Options<never, ThrowOnError>,
|
||||
) {
|
||||
|
|
@ -8354,10 +8350,6 @@ export class Search extends HeyApiClient {
|
|||
{ in: "query", key: "location" },
|
||||
{ in: "body", key: "query" },
|
||||
{ in: "body", key: "providerID" },
|
||||
{ in: "body", key: "numResults" },
|
||||
{ in: "body", key: "livecrawl" },
|
||||
{ in: "body", key: "type" },
|
||||
{ in: "body", key: "contextMaxCharacters" },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
|
|
@ -19036,10 +19036,6 @@ export type V2SearchQueryData = {
|
|||
body: {
|
||||
query: string
|
||||
providerID?: string
|
||||
numResults?: number
|
||||
livecrawl?: "fallback" | "preferred"
|
||||
type?: "auto" | "fast" | "deep"
|
||||
contextMaxCharacters?: number
|
||||
}
|
||||
path?: never
|
||||
query?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue