Skip to content

Commit 565eb49

Browse files
rexxarscngonzalez
andauthored
chore(types): deprecate studioHost, externalStudioHost properties (#7369)
Co-authored-by: Carolina Gonzalez <[email protected]>
1 parent 1872388 commit 565eb49

File tree

1 file changed

+8
-0
lines changed
  • packages/sanity/src/core/store/_legacy/project

1 file changed

+8
-0
lines changed

packages/sanity/src/core/store/_legacy/project/types.ts

+8
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,20 @@ import {type Observable} from 'rxjs'
77
export interface ProjectData {
88
id: string
99
displayName: string
10+
/**
11+
* @deprecated Use the `/user-applications` endpoint instead, which lists all deployed studios/applications
12+
* @see https://www.sanity.io/help/studio-host-user-applications
13+
*/
1014
studioHost: string | null
1115
isBlocked: boolean
1216
isDisabled: boolean
1317
isDisabledByUser: boolean
1418
metadata: {
1519
color: string
20+
/**
21+
* @deprecated Use the `/user-applications` endpoint instead, which lists all deployed studios/applications
22+
* @see https://www.sanity.io/help/studio-host-user-applications
23+
*/
1624
externalStudioHost: string
1725
}
1826
maxRetentionDays: number

0 commit comments

Comments
 (0)