Skip to content

Commit

Permalink
chore(types,backend): Remove experimental jsdoc tags from multi-domai…
Browse files Browse the repository at this point in the history
…n types (#1819)
  • Loading branch information
panteliselef committed Oct 3, 2023
1 parent fed24f1 commit c7c6912
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
6 changes: 6 additions & 0 deletions .changeset/light-spoons-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@clerk/backend': patch
'@clerk/types': patch
---

Remove experimenta jsdoc tags from multi-domain types.
15 changes: 0 additions & 15 deletions packages/backend/src/tokens/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,25 +79,10 @@ export type AuthenticateRequestOptions = OptionalVerifyTokenOptions &
referrer?: string;
/* Request user-agent value */
userAgent?: string;
/**
* @experimental
*/
domain?: string;
/**
* @experimental
*/
isSatellite?: boolean;
/**
* @experimental
*/
proxyUrl?: string;
/**
* @experimental
*/
searchParams?: URLSearchParams;
/**
* @experimental
*/
signInUrl?: string;
signUpUrl?: string;
afterSignInUrl?: string;
Expand Down
4 changes: 0 additions & 4 deletions packages/types/src/clerk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,10 +529,6 @@ export interface ClerkOptions {
* Defaults to false
*/
isInterstitial?: boolean;

/**
* @experimental
*/
isSatellite?: boolean | ((url: URL) => boolean);
}

Expand Down

0 comments on commit c7c6912

Please sign in to comment.