@blocklet/payment-types 1.13.297 → 1.13.298
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/lib/index.d.ts +4 -0
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -137,6 +137,10 @@ export type TPaymentIntentExpanded = TPaymentIntent & {
|
|
|
137
137
|
checkoutSession?: TCheckoutSession;
|
|
138
138
|
subscription?: TSubscription;
|
|
139
139
|
invoice?: TInvoice;
|
|
140
|
+
refund?: {
|
|
141
|
+
amount: string;
|
|
142
|
+
totalAmount: string;
|
|
143
|
+
};
|
|
140
144
|
};
|
|
141
145
|
export type TSubscriptionExpanded = TSubscription & {
|
|
142
146
|
object: 'subscription';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/payment-types",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.298",
|
|
4
4
|
"description": "Typings for Payment Kit SDK",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"types",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"sequelize": "^6.37.3",
|
|
49
49
|
"type-fest": "^4.19.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "85dd6105a19723e06405eebb4bcc6ffddc2cd7aa"
|
|
52
52
|
}
|