Skip to content

Commit

Permalink
fix: deprecate studioHost, externalStudioHost in typings (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars authored Aug 14, 2024
1 parent c5da67e commit ebe840b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,10 @@ export interface SanityProjectMember {
export interface SanityProject {
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
organizationId: string | null
isBlocked: boolean
Expand All @@ -384,6 +388,10 @@ export interface SanityProject {
metadata: {
cliInitializedAt?: string
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
}
}
Expand Down

0 comments on commit ebe840b

Please sign in to comment.