Skip to content

Commit 7c19f9f

Browse files
alexisintechclaude
andcommitted
test(repo): refresh .typedoc snapshots for merged main state
Merged `main` into `aa/docs-11892` (see prior merge commit). Two of the three regenerated snapshots are cosmetic-only — column-width padding shifted after merged source updates changed the widest row in each table. The third (`clerk.mdx`) also captures two new fields on `ClerkAuthenticateWithWeb3Params` (`protectCheckUrl?`, `signUpProtectCheckUrl?`) added on main. All 16 `.typedoc/__tests__/` tests pass locally when run from `.typedoc/`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 58c94d1 commit 7c19f9f

3 files changed

Lines changed: 24 additions & 22 deletions

File tree

.typedoc/__tests__/__snapshots__/clerk-properties.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
| <a id="billing"></a> `billing` | [`BillingNamespace`](/docs/reference/objects/billing) | The `Billing` object used for managing billing. |
55
| <a id="client"></a> `client` | <code>undefined \| [ClientResource](/docs/reference/objects/client)</code> | The `Client` object for the current window. |
66
| <a id="domain"></a> `domain` | `string` | The current Clerk app's domain. Prefixed with `clerk.` on production if not already prefixed. Returns `""` when ran on the server. |
7-
| <a id="instancetype"></a> `instanceType` | <code>undefined \| "production" \| "development"</code> | Whether the Clerk instance is running in a production or development environment. |
8-
| <a id="issatellite"></a> `isSatellite` | `boolean` | Whether the instance is a satellite app. |
9-
| <a id="issignedin"></a> `isSignedIn` | `boolean` | Whether the current user has a valid signed-in client session. |
10-
| <a id="isstandardbrowser"></a> `isStandardBrowser` | <code>undefined \| boolean</code> | Whether the instance is being loaded in a standard browser environment. Set to `false` on native platforms where cookies cannot be set. When `undefined`, Clerk assumes a standard browser. |
11-
| <a id="loaded"></a> `loaded` | `boolean` | Whether the `Clerk` object is ready for use. Set to `false` when the `status` is `"loading"`. Set to `true` when the `status` is `"ready"` or `"degraded"`. |
7+
| <a id="instancetype"></a> `instanceType` | <code>undefined \| "production" \| "development"</code> | Whether the Clerk instance is running in a production or development environment. |
8+
| <a id="issatellite"></a> `isSatellite` | `boolean` | Whether the instance is a satellite app. |
9+
| <a id="issignedin"></a> `isSignedIn` | `boolean` | Whether the current user has a valid signed-in client session. |
10+
| <a id="isstandardbrowser"></a> `isStandardBrowser` | <code>undefined \| boolean</code> | Whether the instance is being loaded in a standard browser environment. Set to `false` on native platforms where cookies cannot be set. When `undefined`, Clerk assumes a standard browser. |
11+
| <a id="loaded"></a> `loaded` | `boolean` | Whether the `Clerk` object is ready for use. Set to `false` when the `status` is `"loading"`. Set to `true` when the `status` is `"ready"` or `"degraded"`. |
1212
| <a id="oauthapplication"></a> `oauthApplication` | [`OAuthApplicationNamespace`](/docs/reference/types/oauth-application) | OAuth application helpers (e.g. consent metadata for custom consent UIs). |
1313
| <a id="organization"></a> `organization` | <code>undefined \| null \| [OrganizationResource](/docs/reference/objects/organization)</code> | A shortcut to the last active `Session.user.organizationMemberships` which holds an instance of a `Organization` object. If the session is `null` or `undefined`, the user field will match. |
1414
| <a id="proxyurl"></a> `proxyUrl` | <code>undefined \| string</code> | **Required for applications that run behind a reverse proxy**. Your Clerk app's proxy URL. Can be either a relative path (`/__clerk`) or a full URL (`https://<your-domain>/__clerk`). |

0 commit comments

Comments
 (0)