Skip to content

Commit

Permalink
chore(types): deprecate studioHost, externalStudioHost properties (#7369
Browse files Browse the repository at this point in the history
)

Co-authored-by: Carolina Gonzalez <[email protected]>
  • Loading branch information
rexxars and cngonzalez authored Aug 20, 2024
1 parent 1872388 commit 565eb49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/sanity/src/core/store/_legacy/project/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@ import {type Observable} from 'rxjs'
export interface ProjectData {
id: string
displayName: string
/**
* @deprecated Use the `/user-applications` endpoint instead, which lists all deployed studios/applications
* @see https://www.sanity.io/help/studio-host-user-applications
*/
studioHost: string | null
isBlocked: boolean
isDisabled: boolean
isDisabledByUser: boolean
metadata: {
color: string
/**
* @deprecated Use the `/user-applications` endpoint instead, which lists all deployed studios/applications
* @see https://www.sanity.io/help/studio-host-user-applications
*/
externalStudioHost: string
}
maxRetentionDays: number
Expand Down

0 comments on commit 565eb49

Please sign in to comment.