refactor(schema): flatten provider identity
This commit is contained in:
parent
315ba3720e
commit
1a9bd8c1fd
16 changed files with 262 additions and 436 deletions
|
|
@ -4002,7 +4002,6 @@ export type ModelV2Info = {
|
|||
| {
|
||||
id: string
|
||||
type: "native"
|
||||
package?: string
|
||||
url?: string
|
||||
settings: {
|
||||
[key: string]: unknown
|
||||
|
|
@ -4024,9 +4023,6 @@ export type ModelV2Info = {
|
|||
}
|
||||
variants: Array<{
|
||||
id: string
|
||||
settings?: {
|
||||
[key: string]: unknown
|
||||
}
|
||||
headers: {
|
||||
[key: string]: string
|
||||
}
|
||||
|
|
@ -4074,7 +4070,6 @@ export type ProviderV2Info = {
|
|||
}
|
||||
| {
|
||||
type: "native"
|
||||
package?: string
|
||||
url?: string
|
||||
settings: {
|
||||
[key: string]: unknown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue