@blocklet/payment-types 1.19.22 → 1.20.0

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.
@@ -95,6 +95,7 @@ export declare class CheckoutSession extends Model<InferAttributes<CheckoutSessi
95
95
  };
96
96
  days_until_due?: number;
97
97
  days_until_cancel?: number;
98
+ no_stake?: boolean;
98
99
  };
99
100
  payment_details?: PaymentDetails;
100
101
  payment_intent_data?: PaymentIntentData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.19.22",
3
+ "version": "1.20.0",
4
4
  "description": "Typings for Payment Kit SDK",
5
5
  "keywords": [
6
6
  "types",
@@ -48,5 +48,5 @@
48
48
  "sequelize": "^6.37.7",
49
49
  "type-fest": "^4.41.0"
50
50
  },
51
- "gitHead": "53d092fa1c88542b297c6333b810ba29751eef19"
51
+ "gitHead": "ca71d3996c6c5be18827a9f3d516bab117b327dd"
52
52
  }