diff --git a/.changeset/happy-apes-open.md b/.changeset/happy-apes-open.md new file mode 100644 index 00000000000..77f3d517639 --- /dev/null +++ b/.changeset/happy-apes-open.md @@ -0,0 +1,6 @@ +--- +'@clerk/shared': patch +'@clerk/types': patch +--- + +[Billing Beta] Add experimental JSDoc for `org.getSubscriptions`. diff --git a/packages/shared/src/react/hooks/useOrganization.tsx b/packages/shared/src/react/hooks/useOrganization.tsx index d5cb1b3bba7..ad45b6a867c 100644 --- a/packages/shared/src/react/hooks/useOrganization.tsx +++ b/packages/shared/src/react/hooks/useOrganization.tsx @@ -67,6 +67,7 @@ export type UseOrganizationParams = { */ invitations?: true | PaginatedHookConfig; /** + * @experimental This is an experimental API for the Billing feature that is available under a public beta, and the API is subject to change. * If set to `true`, all default properties will be used.
* Otherwise, accepts an object with the following optional properties: *