@blocklet/payment-types 1.13.297 → 1.13.299

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +4 -0
  2. 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.297",
3
+ "version": "1.13.299",
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": "bcdfb08a169f1ec57a5f63b378c6b5ea10a2f40d"
51
+ "gitHead": "1cda070f8f82a765a14eb6303c4eb1343dbd91da"
52
52
  }