@clerk/types 4.93.0-canary.v20251013102712 → 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 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: 'commerce_payment_source_initialize';
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: 'commerce_payment_source_initialize';
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/types",
3
- "version": "4.93.0-canary.v20251013102712",
3
+ "version": "4.93.0-canary.v20251013115124",
4
4
  "description": "Typings for Clerk libraries.",
5
5
  "keywords": [
6
6
  "clerk",