Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 12, 2025

@github-actions github-actions bot requested a review from a team as a code owner August 12, 2025 09:36
Copy link

vercel bot commented Aug 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Project Deployment Preview Updated (UTC)
clerk-docs Ready Preview Aug 12, 2025 6:54pm

@@ -16,7 +16,7 @@
| <a id="experimental"></a> `experimental?` | `Autocomplete`\<<code>\{ commerce: boolean; persistClient: boolean; rethrowOfflineNetworkErrors: boolean; \}</code>, `Record`\<`string`, `any`\>\> | Enable experimental flags to gain access to new features. These flags are not guaranteed to be stable and may change drastically in between patch or minor versions. |
| <a id="initialstate"></a> `initialState?` | `Serializable`\<<code>\{ actor: undefined \| \{ [x: string]: unknown; sub: string; \}; factorVerificationAge: \[number, number\]; organization: undefined \| [OrganizationResource](/docs/references/javascript/organization); orgId: undefined \| string; orgPermissions: undefined \| string[]; orgRole: undefined \| string; orgSlug: undefined \| string; session: undefined \| [SessionResource](/docs/references/javascript/session); sessionClaims: JwtPayload; sessionId: undefined \| string; sessionStatus: [SessionStatusClaim](/docs/references/javascript/types/session-status); user: undefined \| [UserResource](/docs/references/javascript/user); userId: undefined \| string; \}</code>\> | Provide an initial state of the Clerk client during server-side rendering. You don't need to set this value yourself unless you're [developing an SDK](/docs/references/sdk/overview). |
| <a id="issatellite"></a> `isSatellite?` | <code>boolean \| (url) => boolean</code> | A boolean that indicates whether the application is a satellite application. |
| <a id="localization"></a> `localization?` | `DeepPartial`\<[Localization](/docs/customization/localization)\> | Optional object to localize your components. Will only affect [Clerk Components](/docs/components/overview) and not [Account Portal](/docs/account-portal/overview) pages. |
| <a id="localization"></a> `localization?` | `DeepPartial`\<`DeepLocalizationWithoutObjects`\<`__internal_LocalizationResource`\>\> | Optional object to localize your components. Will only affect [Clerk Components](/docs/components/overview) and not [Account Portal](/docs/account-portal/overview) pages. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a regression in the docs, used to be linked [Localization](/docs/customization/localization) now its not

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -36,3 +36,67 @@ The Backend `User` object is similar to the `User` object as it holds informatio
| <a id="updatedat"></a> `updatedAt` | `number` | The date when the user was last updated. |
| <a id="username"></a> `username` | <code>null \| string</code> | The user's username. |
| <a id="web3wallets"></a> `web3Wallets` | <code>[Web3Wallet](/docs/references/backend/types/backend-web3-wallet)[]</code> | An array of all the `Web3Wallet` objects associated with the user. Includes the primary. |

## Accessors
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These accessors markdown processing is completely broken, needs to be processed in to a table

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -7,4 +7,4 @@
| <a id="membershiprequests"></a> `membershipRequests` | <code>null \| PaginatedResourcesWithDefault\<[OrganizationMembershipRequestResource](/docs/references/javascript/types/organization-membership-request)\> \| [PaginatedResources](#paginated-resources)\<[OrganizationMembershipRequestResource](/docs/references/javascript/types/organization-membership-request), T\["membershipRequests"\] _extends_ \{ infinite: true; \} ? true : false\></code> | Includes a paginated list of the organization's membership requests. |
| <a id="memberships"></a> `memberships` | <code>null \| PaginatedResourcesWithDefault\<[OrganizationMembershipResource](/docs/references/javascript/types/organization-membership)\> \| [PaginatedResources](#paginated-resources)\<[OrganizationMembershipResource](/docs/references/javascript/types/organization-membership), T\["memberships"\] _extends_ \{ infinite: true; \} ? true : false\></code> | Includes a paginated list of the organization's memberships. |
| <a id="organization"></a> `organization` | <code>undefined \| null \| [OrganizationResource](/docs/references/javascript/organization)</code> | The currently active organization. |
| <a id="subscriptions"></a> `subscriptions` | <code>null \| PaginatedResourcesWithDefault\<[CommerceSubscriptionResource](../types/commerce-subscription-resource.mdx)\> \| [PaginatedResources](#paginated-resources)\<[CommerceSubscriptionResource](../types/commerce-subscription-resource.mdx), T\["subscriptions"\] _extends_ \{ infinite: true; \} ? true : false\></code> | **`Experimental`** This is an experimental API for the Billing feature that is available under a public beta, and the API is subject to change. Includes a paginated list of the organization's subscriptions. |
| <a id="subscriptions"></a> `subscriptions` | <code>null \| PaginatedResourcesWithDefault\<[CommerceSubscriptionItemResource](../types/commerce-subscription-item-resource.mdx)\> \| [PaginatedResources](#paginated-resources)\<[CommerceSubscriptionItemResource](../types/commerce-subscription-item-resource.mdx), T\["subscriptions"\] _extends_ \{ infinite: true; \} ? true : false\></code> | **`Experimental`** This is an experimental API for the Billing feature that is available under a public beta, and the API is subject to change. Includes a paginated list of the organization's subscriptions. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link ../types/commerce-subscription-item-resource.mdx is broken, it points to /docs/nextjs/types/commerce-subscription-item-resource.mdx which 404s

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NWylynko
Copy link
Contributor

Closed because of new typedoc pr #2496

@NWylynko NWylynko closed this Aug 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant