@blocklet/payment-types 1.13.223 → 1.13.224

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 +1 -0
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -119,6 +119,7 @@ export type TPaymentMethodExpanded = TPaymentMethod & {
119
119
  };
120
120
  export type TPaymentCurrencyExpanded = TPaymentCurrency & {
121
121
  object: 'payment_currency';
122
+ paymentMethod: TPaymentMethod;
122
123
  };
123
124
  export type TCheckoutSessionExpanded = TCheckoutSession & {
124
125
  object: 'checkout_session';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.13.223",
3
+ "version": "1.13.224",
4
4
  "description": "Typings for Payment Kit SDK",
5
5
  "keywords": [
6
6
  "types",
@@ -48,5 +48,5 @@
48
48
  "sequelize": "^6.36.0",
49
49
  "type-fest": "^4.10.2"
50
50
  },
51
- "gitHead": "596ab32828f65f124b02c80b1e4ec5745c1167cb"
51
+ "gitHead": "748bfdf66a77b47f5d879cc4838ba519b9a5f6d3"
52
52
  }