Skip to content

chore(shared): Add JSDocs to all organization resources#8748

Open
LauraBeatris wants to merge 6 commits into
mainfrom
laura/add-jsdocs-org-resources
Open

chore(shared): Add JSDocs to all organization resources#8748
LauraBeatris wants to merge 6 commits into
mainfrom
laura/add-jsdocs-org-resources

Conversation

@LauraBeatris
Copy link
Copy Markdown
Member

@LauraBeatris LauraBeatris commented Jun 4, 2026

Description

This PR introduces JSDocs coverage on all types from organization resources to improve docs generation

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Summary by CodeRabbit

  • New Features

    • Added a reject() action for organization membership requests.
  • Documentation

    • Expanded and clarified JSDoc/API documentation across organization-related types (invitations, memberships, domains, settings, suggestions, creation defaults) for clearer field and method descriptions.
  • Chores

    • Published a patch release for the shared package.

@LauraBeatris LauraBeatris self-assigned this Jun 4, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Jun 5, 2026 5:47pm

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jun 4, 2026

🦋 Changeset detected

Latest commit: 8b31f1f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 20 packages
Name Type
@clerk/shared Patch
@clerk/astro Patch
@clerk/backend Patch
@clerk/chrome-extension Patch
@clerk/clerk-js Patch
@clerk/expo-passkeys Patch
@clerk/expo Patch
@clerk/express Patch
@clerk/fastify Patch
@clerk/hono Patch
@clerk/localizations Patch
@clerk/msw Patch
@clerk/nextjs Patch
@clerk/nuxt Patch
@clerk/react-router Patch
@clerk/react Patch
@clerk/tanstack-react-start Patch
@clerk/testing Patch
@clerk/ui Patch
@clerk/vue Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@LauraBeatris LauraBeatris changed the title chore(shared): Add JSDoc to all organization resources chore(shared): Add JSDocs to all organization resources Jun 4, 2026
@LauraBeatris LauraBeatris marked this pull request as ready for review June 4, 2026 01:05
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Jun 4, 2026

Open in StackBlitz

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@8748

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@8748

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@8748

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@8748

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@8748

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@8748

@clerk/express

npm i https://pkg.pr.new/@clerk/express@8748

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@8748

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@8748

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@8748

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@8748

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@8748

@clerk/react

npm i https://pkg.pr.new/@clerk/react@8748

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@8748

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@8748

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@8748

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@8748

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@8748

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@8748

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@8748

commit: 8b31f1f

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

API Changes Report

Generated by Break Check on 2026-06-05T17:51:57.245Z

Summary

Metric Count
Packages analyzed 19
Packages with changes 2
🔴 Breaking changes 0
🟡 Non-breaking changes 4
🟢 Additions 1

🤖 This report was reviewed by claude-sonnet-4-6.

Note
Break Check could not snapshot 3 subpaths; the diff below excludes them.

  • @clerk/astro ./env: Internal Error: Unable to determine module for: /home/runner/_work/javascript/javascript/packages/astro/env.d.ts You have encountered a software defect. Please consider reporting the issue to the maintainers of this application.
  • @clerk/shared ./cookie: Internal Error: Unable to follow symbol for "Cookies" You have encountered a software defect. Please consider reporting the issue to the maintainers of this application.
  • @clerk/testing ./cypress: Symbol not found for identifier: Cypress

@clerk/astro

Current version: 3.3.3
Recommended bump: MINOR → 3.4.0

Subpath ./client

🟡 Non-breaking Changes (3)

Modified: $authStore
  $authStore: nanostores.ReadableAtom<{
      userId: string | null | undefined;
-     user: _clerk_shared__chunks_index_PY1DuvnM.gs | null | undefined;
+     user: _clerk_shared__chunks_index_DZ_a3_GN.gs | null | undefined;
      sessionId: string | null | undefined;
-     session: _clerk_shared__chunks_index_PY1DuvnM.ts | null | undefined;
+     session: _clerk_shared__chunks_index_DZ_a3_GN.ts | null | undefined;
      sessionStatus: "active" | "pending" | undefined;
-     sessionClaims: _clerk_shared__chunks_index_PY1DuvnM.io | null | undefined;
-     organization: _clerk_shared__chunks_index_PY1DuvnM.wo | null | undefined;
+     sessionClaims: _clerk_shared__chunks_index_DZ_a3_GN.io | null | undefined;
+     organization: _clerk_shared__chunks_index_DZ_a3_GN.wo | null | undefined;
      orgId: string | null | undefined;
      orgRole: string | null | undefined;
      orgSlug: string | null | undefined;
-     orgPermissions: _clerk_shared__chunks_index_PY1DuvnM.bm<_clerk_shared__chunks_index_PY1DuvnM.do>[] | null | undefined;
-     actor: _clerk_shared__chunks_index_PY1DuvnM.$a | null | undefined;
+     orgPermissions: _clerk_shared__chunks_index_DZ_a3_GN.bm<_clerk_shared__chunks_index_DZ_a3_GN.do>[] | null | undefined;
+     actor: _clerk_shared__chunks_index_DZ_a3_GN.$a | null | undefined;
      factorVerificationAge: [number, number] | null;
  }>

Static analyzer: Breaking change in variable $authStore: Type changed: $authStore:import("nanostores").ReadableAtom<{userId:string|null|undefined;user:!_clerk_shared__chunks_index_PY1DuvnM.g…$authStore:import("nanostores").ReadableAtom<{userId:string|null|undefined;user:!_clerk_shared__chunks_index_DZ_a3_GN.g…

🤖 AI review (reclassified as non-breaking) (90%): The change is purely a rename of an internal chunk file hash (PY1DuvnMDZ_a3_GN); the structural shape of all referenced type aliases (gs, ts, io, wo, bm, do, $a) is identical — only the internal module path identifier changed, not the actual type definitions.

Modified: $organizationStore
- $organizationStore: nanostores.ReadableAtom<_clerk_shared__chunks_index_PY1DuvnM.wo | null | undefined>
+ $organizationStore: nanostores.ReadableAtom<_clerk_shared__chunks_index_DZ_a3_GN.wo | null | undefined>

Static analyzer: Breaking change in variable $organizationStore: Type changed: $organizationStore:import("nanostores").ReadableAtom<!_clerk_shared__chunks_index_PY1DuvnM.wo:type|null|undefined>$organizationStore:import("nanostores").ReadableAtom<!_clerk_shared__chunks_index_DZ_a3_GN.wo:type|null|undefined>

🤖 AI review (reclassified as non-breaking) (90%): The change is purely an internal chunk file hash rename (PY1DuvnMDZ_a3_GN); the wo type alias itself is structurally unchanged, so consumers reading the store value are unaffected.

Modified: $userStore
- $userStore: nanostores.ReadableAtom<_clerk_shared__chunks_index_PY1DuvnM.gs | null | undefined>
+ $userStore: nanostores.ReadableAtom<_clerk_shared__chunks_index_DZ_a3_GN.gs | null | undefined>

Static analyzer: Breaking change in variable $userStore: Type changed: $userStore:import("nanostores").ReadableAtom<!_clerk_shared__chunks_index_PY1DuvnM.gs:type|null|undefined>$userStore:import("nanostores").ReadableAtom<!_clerk_shared__chunks_index_DZ_a3_GN.gs:type|null|undefined>

🤖 AI review (reclassified as non-breaking) (90%): The change is purely an internal chunk file hash rename (PY1DuvnMDZ_a3_GN); the gs type alias itself is structurally unchanged, so consumers reading the store value are unaffected.


@clerk/shared

Current version: 4.15.0
Recommended bump: MINOR → 4.16.0

Subpath ./types

🟡 Non-breaking Changes (1)

Modified: OrganizationDomainVerification.strategy
- strategy: 'email_code';
+ strategy: OrganizationDomainVerificationStrategy;

Static analyzer: Breaking change in property OrganizationDomainVerification.strategy: Type changed: strategy:'email_code';strategy:import("@clerk/shared").~OrganizationDomainVerificationStrategy;

🤖 AI review (reclassified as non-breaking) (80%): The change widens strategy from the literal 'email_code' to OrganizationDomainVerificationStrategy; if that type is a union that includes 'email_code' (the only previously valid value), consumers reading this field who already handle 'email_code' are unaffected, and the type is an output/read property so no consumer is required to assign it. If OrganizationDomainVerificationStrategy is purely additive (more variants), existing consumers are safe; the definition is not provided but the naming convention strongly implies it is a union of strategy string literals including 'email_code'.

🟢 Additions (1)

Added: OrganizationMembershipResource.__internal_toSnapshot
+ __internal_toSnapshot: () => OrganizationMembershipJSONSnapshot;

Added property OrganizationMembershipResource.__internal_toSnapshot


Report generated by Break Check

Last ran on 8b31f1f. Pushes that change no tracked declarations (no API surface change vs. base) are skipped and don't update this comment.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 4, 2026

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Repository UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 61c74438-fe8c-4bd4-9afc-8d493f9b2c7d

📥 Commits

Reviewing files that changed from the base of the PR and between b4bcde4 and 8b31f1f.

📒 Files selected for processing (2)
  • packages/shared/src/types/organizationDomain.ts
  • packages/shared/src/types/organizationInvitation.ts
✅ Files skipped from review due to trivial changes (1)
  • packages/shared/src/types/organizationInvitation.ts
🚧 Files skipped from review as they are similar to previous changes (1)
  • packages/shared/src/types/organizationDomain.ts

📝 Walkthrough

Walkthrough

Adds extensive JSDoc to organization-related types in @clerk/shared, extracts OrganizationDomainVerificationStrategy for domain verification typing, and adds a reject() method to OrganizationMembershipRequestResource. A patch changeset for @clerk/shared is included.

Changes

Organization types documentation improvements

Layer / File(s) Summary
Type refinements and added method
packages/shared/src/types/organizationDomain.ts, packages/shared/src/types/organizationMembershipRequest.ts
Extracts OrganizationDomainVerificationStrategy, updates OrganizationDomainVerification.strategy to reference it, expands domain param JSDoc, and adds reject() to OrganizationMembershipRequestResource.
JSDoc additions across organization types
packages/shared/src/types/organizationSuggestion.ts, packages/shared/src/types/organizationCreationDefaults.ts, packages/shared/src/types/organizationDomain.ts, packages/shared/src/types/organizationInvitation.ts, packages/shared/src/types/organizationMembership.ts, packages/shared/src/types/organizationSettings.ts
Adds or expands JSDoc/TSDoc for suggestion, creation defaults, domain fields/methods/params, invitation metadata and status docs, membership metadata and methods, and settings fields (no public type signatures changed except the strategy rename and added reject() method).
Patch release declaration
.changeset/good-bottles-deny.md
Patch changeset added for @clerk/shared noting the documentation updates.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Suggested labels

clerk-js

Suggested reviewers

  • wobsoriano

Poem

I'm a rabbit with a quill so neat,
I hop through types and pad my feet,
I tuck in docs with tidy care,
Now org-types sparkle everywhere,
🐇✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding JSDoc documentation to organization resource types to improve API documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
packages/shared/src/types/organizationMembershipRequest.ts (1)

41-47: ⚡ Quick win

Add tests for the newly exposed reject() contract.

This PR introduces/documents a new public API surface on OrganizationMembershipRequestResource; please add or update tests to cover reject() behavior and return-shape expectations.

As per coding guidelines, "If there are no tests added or modified as part of the PR, please suggest that tests be added to cover the changes."

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@packages/shared/src/types/organizationMembershipRequest.ts` around lines 41 -
47, Add unit tests that cover the newly exposed
OrganizationMembershipRequestResource.reject() contract: write tests that call
reject() on a mocked OrganizationMembershipRequestResource instance (or via the
factory that produces it), assert it returns a Promise resolving to the expected
OrganizationMembershipRequestResource-shaped object, and verify side effects
(e.g., status/state changes or API call invocation) and error handling. Ensure
tests check the returned object's shape/fields match the documented
OrganizationMembershipRequest (including any status field indicating rejection),
mock the underlying API/HTTP client to assert the correct endpoint/method is
invoked, and add cases for successful resolve and failure/rejection behavior.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@packages/shared/src/types/organizationMembershipRequest.ts`:
- Around line 41-47: Add unit tests that cover the newly exposed
OrganizationMembershipRequestResource.reject() contract: write tests that call
reject() on a mocked OrganizationMembershipRequestResource instance (or via the
factory that produces it), assert it returns a Promise resolving to the expected
OrganizationMembershipRequestResource-shaped object, and verify side effects
(e.g., status/state changes or API call invocation) and error handling. Ensure
tests check the returned object's shape/fields match the documented
OrganizationMembershipRequest (including any status field indicating rejection),
mock the underlying API/HTTP client to assert the correct endpoint/method is
invoked, and add cases for successful resolve and failure/rejection behavior.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: e4fc9d15-2d56-4a92-837b-94f5d4cc9f8c

📥 Commits

Reviewing files that changed from the base of the PR and between 9c9960a and 0b9ddeb.

📒 Files selected for processing (8)
  • .changeset/good-bottles-deny.md
  • packages/shared/src/types/organizationCreationDefaults.ts
  • packages/shared/src/types/organizationDomain.ts
  • packages/shared/src/types/organizationInvitation.ts
  • packages/shared/src/types/organizationMembership.ts
  • packages/shared/src/types/organizationMembershipRequest.ts
  • packages/shared/src/types/organizationSettings.ts
  • packages/shared/src/types/organizationSuggestion.ts

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
packages/shared/src/types/organizationDomain.ts (1)

25-26: ⚡ Quick win

Consider exporting OrganizationDomainVerificationStrategy for consistency.

The type alias OrganizationDomainVerificationStrategy is not exported, while similar types like OrganizationDomainVerificationStatus (line 29) and OrganizationEnrollmentMode (line 40) are both exported. This inconsistency may prevent TypeScript consumers from directly referencing the strategy type when needed (e.g., in type guards or conditional logic).

For consistency and to match the backend implementation (which exports this type), consider adding export:

-/** `@inline` */
-type OrganizationDomainVerificationStrategy = 'email_code';
+/** `@inline` */
+export type OrganizationDomainVerificationStrategy = 'email_code';
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@packages/shared/src/types/organizationDomain.ts` around lines 25 - 26, The
type alias OrganizationDomainVerificationStrategy is currently unexported while
related types like OrganizationDomainVerificationStatus and
OrganizationEnrollmentMode are exported; update the declaration of
OrganizationDomainVerificationStrategy to export it so consumers can import and
reference it (i.e., make OrganizationDomainVerificationStrategy exported to
match the other exported types and the backend contract).
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@packages/shared/src/types/organizationDomain.ts`:
- Around line 25-26: The type alias OrganizationDomainVerificationStrategy is
currently unexported while related types like
OrganizationDomainVerificationStatus and OrganizationEnrollmentMode are
exported; update the declaration of OrganizationDomainVerificationStrategy to
export it so consumers can import and reference it (i.e., make
OrganizationDomainVerificationStrategy exported to match the other exported
types and the backend contract).

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Repository UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 3dca1cce-30f6-4fa6-ae76-686f7ff8efbf

📥 Commits

Reviewing files that changed from the base of the PR and between 0b9ddeb and 581b5c2.

📒 Files selected for processing (6)
  • packages/shared/src/types/organizationCreationDefaults.ts
  • packages/shared/src/types/organizationDomain.ts
  • packages/shared/src/types/organizationInvitation.ts
  • packages/shared/src/types/organizationMembership.ts
  • packages/shared/src/types/organizationMembershipRequest.ts
  • packages/shared/src/types/organizationSettings.ts
✅ Files skipped from review due to trivial changes (2)
  • packages/shared/src/types/organizationInvitation.ts
  • packages/shared/src/types/organizationSettings.ts
🚧 Files skipped from review as they are similar to previous changes (2)
  • packages/shared/src/types/organizationMembership.ts
  • packages/shared/src/types/organizationMembershipRequest.ts

enabled: boolean;
};
/**
* @internal
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We need to use @hidden to hide this from the documentation tooling, but still maintain the type as being part of the public API contract.

Suggested change
* @internal
* @hidden

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Updated it here baea803

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
packages/shared/src/types/organizationMembershipRequest.ts (1)

11-47: Public API JSDoc changed — please include Docs-team review.

These JSDoc updates are on a reference-facing exported type and are likely to flow into generated /object/** docs, so a Docs-team pass would be useful before merge.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@packages/shared/src/types/organizationMembershipRequest.ts` around lines 11 -
47, The JSDoc changes in the exported type OrganizationMembershipRequestResource
(packages/shared/src/types/organizationMembershipRequest.ts) affect
reference-facing docs — request a Docs-team review before merging by adding the
Docs-team as a required reviewer on the PR (or apply a "needs-docs-review"
label) and include a short PR note listing the changed exported symbols
(OrganizationMembershipRequestResource, accept, reject, publicUserData) so docs
can validate wording and generated /object/** output; update the PR description
to mention the JSDoc change and link to this file for their review.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@packages/shared/src/types/organizationMembershipRequest.ts`:
- Around line 11-47: The JSDoc changes in the exported type
OrganizationMembershipRequestResource
(packages/shared/src/types/organizationMembershipRequest.ts) affect
reference-facing docs — request a Docs-team review before merging by adding the
Docs-team as a required reviewer on the PR (or apply a "needs-docs-review"
label) and include a short PR note listing the changed exported symbols
(OrganizationMembershipRequestResource, accept, reject, publicUserData) so docs
can validate wording and generated /object/** output; update the PR description
to mention the JSDoc change and link to this file for their review.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Repository UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 25480bdf-a2d1-40ab-a49a-3054a46f7026

📥 Commits

Reviewing files that changed from the base of the PR and between 581b5c2 and 2227ef1.

📒 Files selected for processing (8)
  • .changeset/good-bottles-deny.md
  • packages/shared/src/types/organizationCreationDefaults.ts
  • packages/shared/src/types/organizationDomain.ts
  • packages/shared/src/types/organizationInvitation.ts
  • packages/shared/src/types/organizationMembership.ts
  • packages/shared/src/types/organizationMembershipRequest.ts
  • packages/shared/src/types/organizationSettings.ts
  • packages/shared/src/types/organizationSuggestion.ts
✅ Files skipped from review due to trivial changes (6)
  • .changeset/good-bottles-deny.md
  • packages/shared/src/types/organizationInvitation.ts
  • packages/shared/src/types/organizationSuggestion.ts
  • packages/shared/src/types/organizationSettings.ts
  • packages/shared/src/types/organizationMembership.ts
  • packages/shared/src/types/organizationCreationDefaults.ts
🚧 Files skipped from review as they are similar to previous changes (1)
  • packages/shared/src/types/organizationDomain.ts

@alexisintech
Copy link
Copy Markdown
Member

alexisintech commented Jun 5, 2026

Hi Laura! Thanks for adding all of these descriptions 😸💖 I've posted my docs review

  • Removed comments for JSON objects, as those don't get generated and we don't need those for the docs!
  • Ensured the proper Clerk nomenclature of features have been capitalized.
  • Added links to references where necessary.
  • Removed descriptions from types that are @inline. Those don't need a standalone description because they're inlined at the use site.

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.

3 participants