@blocklet/payment-types 1.13.150 → 1.13.151

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 CHANGED
@@ -200,7 +200,7 @@ export type TPricingTableExpanded = TPricingTable & {
200
200
  export type TRefundExpanded = TRefund & {
201
201
  customer: TCustomer;
202
202
  paymentCurrency: TPaymentCurrency;
203
- paymentMethod?: TPaymentMethod;
203
+ paymentMethod: TPaymentMethod;
204
204
  paymentIntent: TPaymentIntent;
205
205
  invoice?: TInvoice;
206
206
  subscription?: TSubscription;
package/lib/refund.d.ts CHANGED
@@ -11,6 +11,7 @@ export declare class Refund extends Model<InferAttributes<Refund>, InferCreation
11
11
  currency_id: string;
12
12
  customer_id: string;
13
13
  payment_intent_id: string;
14
+ payment_method_id: string;
14
15
  invoice_id?: string;
15
16
  subscription_id?: string;
16
17
  metadata?: Record<string, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.13.150",
3
+ "version": "1.13.151",
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": "b65548baa2ab6bd40aec35b2a6594bfe6dbb7ee9"
51
+ "gitHead": "1697697b65f9372e868fb10d5766edb3144f44f8"
52
52
  }