@clerk/types 4.93.0-canary.v20251009124010 → 4.93.0-canary.v20251009142754
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 +7 -7
- package/dist/index.d.ts +7 -7
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -59,7 +59,7 @@ interface ClerkAPIResponseError extends Error {
|
|
59
59
|
|
60
60
|
type AlertId = 'danger' | 'warning' | 'info';
|
61
61
|
type FieldId = 'firstName' | 'lastName' | 'name' | 'slug' | 'emailAddress' | 'phoneNumber' | 'currentPassword' | 'newPassword' | 'signOutOfOtherSessions' | 'passkeyName' | 'password' | 'confirmPassword' | 'identifier' | 'username' | 'code' | 'role' | 'deleteConfirmation' | 'deleteOrganizationConfirmation' | 'enrollmentMode' | 'affiliationEmailAddress' | 'deleteExistingInvitationsSuggestions' | 'legalAccepted' | 'apiKeyDescription' | 'apiKeyExpirationDate' | 'apiKeyRevokeConfirmation';
|
62
|
-
type ProfileSectionId = 'profile' | 'username' | 'emailAddresses' | 'phoneNumbers' | 'connectedAccounts' | 'enterpriseAccounts' | 'web3Wallets' | 'password' | 'passkeys' | 'mfa' | 'danger' | 'activeDevices' | 'organizationProfile' | 'organizationDanger' | 'organizationDomains' | 'manageVerifiedDomains' | 'subscriptionsList' | '
|
62
|
+
type ProfileSectionId = 'profile' | 'username' | 'emailAddresses' | 'phoneNumbers' | 'connectedAccounts' | 'enterpriseAccounts' | 'web3Wallets' | 'password' | 'passkeys' | 'mfa' | 'danger' | 'activeDevices' | 'organizationProfile' | 'organizationDanger' | 'organizationDomains' | 'manageVerifiedDomains' | 'subscriptionsList' | 'paymentMethods';
|
63
63
|
type ProfilePageId = 'account' | 'security' | 'organizationGeneral' | 'organizationMembers' | 'billing';
|
64
64
|
type UserPreviewId = 'userButton' | 'personalWorkspace';
|
65
65
|
type OrganizationPreviewId = 'organizationSwitcherTrigger' | 'organizationList' | 'organizationSwitcherListedOrganization' | 'organizationSwitcherActiveOrganization' | 'taskChooseOrganization';
|
@@ -4713,12 +4713,12 @@ type ElementsConfig = {
|
|
4713
4713
|
selectButtonIcon: WithOptions<SelectId>;
|
4714
4714
|
selectOptionsContainer: WithOptions<SelectId>;
|
4715
4715
|
selectOption: WithOptions<SelectId>;
|
4716
|
-
|
4717
|
-
|
4718
|
-
|
4719
|
-
|
4720
|
-
|
4721
|
-
|
4716
|
+
paymentMethodRow: WithOptions;
|
4717
|
+
paymentMethodRowIcon: WithOptions;
|
4718
|
+
paymentMethodRowText: WithOptions;
|
4719
|
+
paymentMethodRowType: WithOptions;
|
4720
|
+
paymentMethodRowValue: WithOptions;
|
4721
|
+
paymentMethodRowBadge: WithOptions<'default' | 'expired'>;
|
4722
4722
|
statementRoot: WithOptions;
|
4723
4723
|
statementHeader: WithOptions;
|
4724
4724
|
statementHeaderTitle: WithOptions;
|
package/dist/index.d.ts
CHANGED
@@ -59,7 +59,7 @@ interface ClerkAPIResponseError extends Error {
|
|
59
59
|
|
60
60
|
type AlertId = 'danger' | 'warning' | 'info';
|
61
61
|
type FieldId = 'firstName' | 'lastName' | 'name' | 'slug' | 'emailAddress' | 'phoneNumber' | 'currentPassword' | 'newPassword' | 'signOutOfOtherSessions' | 'passkeyName' | 'password' | 'confirmPassword' | 'identifier' | 'username' | 'code' | 'role' | 'deleteConfirmation' | 'deleteOrganizationConfirmation' | 'enrollmentMode' | 'affiliationEmailAddress' | 'deleteExistingInvitationsSuggestions' | 'legalAccepted' | 'apiKeyDescription' | 'apiKeyExpirationDate' | 'apiKeyRevokeConfirmation';
|
62
|
-
type ProfileSectionId = 'profile' | 'username' | 'emailAddresses' | 'phoneNumbers' | 'connectedAccounts' | 'enterpriseAccounts' | 'web3Wallets' | 'password' | 'passkeys' | 'mfa' | 'danger' | 'activeDevices' | 'organizationProfile' | 'organizationDanger' | 'organizationDomains' | 'manageVerifiedDomains' | 'subscriptionsList' | '
|
62
|
+
type ProfileSectionId = 'profile' | 'username' | 'emailAddresses' | 'phoneNumbers' | 'connectedAccounts' | 'enterpriseAccounts' | 'web3Wallets' | 'password' | 'passkeys' | 'mfa' | 'danger' | 'activeDevices' | 'organizationProfile' | 'organizationDanger' | 'organizationDomains' | 'manageVerifiedDomains' | 'subscriptionsList' | 'paymentMethods';
|
63
63
|
type ProfilePageId = 'account' | 'security' | 'organizationGeneral' | 'organizationMembers' | 'billing';
|
64
64
|
type UserPreviewId = 'userButton' | 'personalWorkspace';
|
65
65
|
type OrganizationPreviewId = 'organizationSwitcherTrigger' | 'organizationList' | 'organizationSwitcherListedOrganization' | 'organizationSwitcherActiveOrganization' | 'taskChooseOrganization';
|
@@ -4713,12 +4713,12 @@ type ElementsConfig = {
|
|
4713
4713
|
selectButtonIcon: WithOptions<SelectId>;
|
4714
4714
|
selectOptionsContainer: WithOptions<SelectId>;
|
4715
4715
|
selectOption: WithOptions<SelectId>;
|
4716
|
-
|
4717
|
-
|
4718
|
-
|
4719
|
-
|
4720
|
-
|
4721
|
-
|
4716
|
+
paymentMethodRow: WithOptions;
|
4717
|
+
paymentMethodRowIcon: WithOptions;
|
4718
|
+
paymentMethodRowText: WithOptions;
|
4719
|
+
paymentMethodRowType: WithOptions;
|
4720
|
+
paymentMethodRowValue: WithOptions;
|
4721
|
+
paymentMethodRowBadge: WithOptions<'default' | 'expired'>;
|
4722
4722
|
statementRoot: WithOptions;
|
4723
4723
|
statementHeader: WithOptions;
|
4724
4724
|
statementHeaderTitle: WithOptions;
|