Skip to content

Commit

Permalink
chore(typegen): 🤖 ✨ (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
  • Loading branch information
ecospark[bot] authored Dec 10, 2024
1 parent afa5dbc commit 2335a98
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/sanity.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export type Demo = {
_rev: string
title?: string
slug?: Slug
url?: string
}

export type Slug = {
Expand Down
1 change: 1 addition & 0 deletions next-14/sanity.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export type Demo = {
_rev: string
title?: string
slug?: Slug
url?: string
}

export type Slug = {
Expand Down
1 change: 1 addition & 0 deletions next-15/sanity.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export type Demo = {
_rev: string
title?: string
slug?: Slug
url?: string
}

export type Slug = {
Expand Down
1 change: 1 addition & 0 deletions next-canary/sanity.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export type Demo = {
_rev: string
title?: string
slug?: Slug
url?: string
}

export type Slug = {
Expand Down
1 change: 1 addition & 0 deletions next-enterprise/sanity.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export type Demo = {
_rev: string
title?: string
slug?: Slug
url?: string
}

export type Slug = {
Expand Down
7 changes: 7 additions & 0 deletions studio/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,13 @@
"name": "slug"
},
"optional": true
},
"url": {
"type": "objectAttribute",
"value": {
"type": "string"
},
"optional": true
}
}
},
Expand Down
1 change: 1 addition & 0 deletions tanstack-start/sanity.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export type Demo = {
_rev: string
title?: string
slug?: Slug
url?: string
}

export type Slug = {
Expand Down

0 comments on commit 2335a98

Please sign in to comment.