@clerk/types 4.93.0-canary.v20251013073345 → 4.93.0-canary.v20251013115124
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -4097,7 +4097,7 @@ interface BillingPaymentMethodJSON extends ClerkResourceJSON {
|
|
4097
4097
|
* @experimental This is an experimental API for the Billing feature that is available under a public beta, and the API is subject to change. It is advised to [pin](https://clerk.com/docs/pinning) the SDK version and the clerk-js version to avoid breaking changes.
|
4098
4098
|
*/
|
4099
4099
|
interface BillingInitializedPaymentMethodJSON extends ClerkResourceJSON {
|
4100
|
-
object: '
|
4100
|
+
object: 'commerce_payment_method_initialize';
|
4101
4101
|
external_client_secret: string;
|
4102
4102
|
external_gateway_id: string;
|
4103
4103
|
payment_method_order: string[];
|
package/dist/index.d.ts
CHANGED
@@ -4097,7 +4097,7 @@ interface BillingPaymentMethodJSON extends ClerkResourceJSON {
|
|
4097
4097
|
* @experimental This is an experimental API for the Billing feature that is available under a public beta, and the API is subject to change. It is advised to [pin](https://clerk.com/docs/pinning) the SDK version and the clerk-js version to avoid breaking changes.
|
4098
4098
|
*/
|
4099
4099
|
interface BillingInitializedPaymentMethodJSON extends ClerkResourceJSON {
|
4100
|
-
object: '
|
4100
|
+
object: 'commerce_payment_method_initialize';
|
4101
4101
|
external_client_secret: string;
|
4102
4102
|
external_gateway_id: string;
|
4103
4103
|
payment_method_order: string[];
|