@clerk/types 4.63.0-snapshot.v20250703142444 → 4.63.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1870,7 +1870,7 @@ type OrganizationCustomPermissionKey = ClerkAuthorization extends Placeholder ?
1870
1870
  /**
1871
1871
  * `OrganizationCustomRoleKey` is a type that represents the user's role in an organization. It will be string unless the developer has provided their own types through [`ClerkAuthorization`](https://clerk.com/docs/guides/custom-types#example-custom-roles-and-permissions).
1872
1872
  *
1873
- * Clerk provides the [default roles](https://clerk.com/docs/organizations/roles-permissions#default-roles) `org:admin` and `org:member`. However, you can create [custom roles](https://clerk.com/docs/organizations/create-roles-permissions) as well.
1873
+ * Clerk provides the [default roles](https://clerk.com/docs/organizations/roles-permissions#default-roles) `org:admin` and `org:member`. However, you can create [custom roles](https://clerk.com/docs/organizations/roles-permissions#custom-roles) as well.
1874
1874
  *
1875
1875
  * @interface
1876
1876
  */
package/dist/index.d.ts CHANGED
@@ -1870,7 +1870,7 @@ type OrganizationCustomPermissionKey = ClerkAuthorization extends Placeholder ?
1870
1870
  /**
1871
1871
  * `OrganizationCustomRoleKey` is a type that represents the user's role in an organization. It will be string unless the developer has provided their own types through [`ClerkAuthorization`](https://clerk.com/docs/guides/custom-types#example-custom-roles-and-permissions).
1872
1872
  *
1873
- * Clerk provides the [default roles](https://clerk.com/docs/organizations/roles-permissions#default-roles) `org:admin` and `org:member`. However, you can create [custom roles](https://clerk.com/docs/organizations/create-roles-permissions) as well.
1873
+ * Clerk provides the [default roles](https://clerk.com/docs/organizations/roles-permissions#default-roles) `org:admin` and `org:member`. However, you can create [custom roles](https://clerk.com/docs/organizations/roles-permissions#custom-roles) as well.
1874
1874
  *
1875
1875
  * @interface
1876
1876
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/types",
3
- "version": "4.63.0-snapshot.v20250703142444",
3
+ "version": "4.63.0",
4
4
  "description": "Typings for Clerk libraries.",
5
5
  "keywords": [
6
6
  "clerk",