@stripe/stripe-js 3.4.0 → 3.4.1
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/pure.js +1 -1
- package/dist/pure.mjs +1 -1
- package/dist/stripe-js/stripe.d.mts +5 -0
- package/dist/stripe-js/stripe.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/dist/pure.js
CHANGED
package/dist/pure.mjs
CHANGED
|
@@ -1464,6 +1464,11 @@ export interface StripeError {
|
|
|
1464
1464
|
*/
|
|
1465
1465
|
param?: string;
|
|
1466
1466
|
|
|
1467
|
+
/**
|
|
1468
|
+
* A URL to the request log entry in your dashboard.
|
|
1469
|
+
*/
|
|
1470
|
+
request_log_url?: string;
|
|
1471
|
+
|
|
1467
1472
|
/**
|
|
1468
1473
|
* The `PaymentIntent` object for errors returned on a request involving a `PaymentIntent`.
|
|
1469
1474
|
*/
|
|
@@ -1464,6 +1464,11 @@ export interface StripeError {
|
|
|
1464
1464
|
*/
|
|
1465
1465
|
param?: string;
|
|
1466
1466
|
|
|
1467
|
+
/**
|
|
1468
|
+
* A URL to the request log entry in your dashboard.
|
|
1469
|
+
*/
|
|
1470
|
+
request_log_url?: string;
|
|
1471
|
+
|
|
1467
1472
|
/**
|
|
1468
1473
|
* The `PaymentIntent` object for errors returned on a request involving a `PaymentIntent`.
|
|
1469
1474
|
*/
|