@blocklet/payment-types 1.18.28 → 1.18.30

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/types.d.ts +1 -0
  2. package/package.json +2 -2
package/lib/types.d.ts CHANGED
@@ -241,6 +241,7 @@ export type VaultConfig = {
241
241
  enabled: boolean;
242
242
  deposit_threshold: string;
243
243
  withdraw_threshold: string;
244
+ buffer_threshold: string;
244
245
  };
245
246
  export type PaymentSettings = {
246
247
  payment_method_options: PaymentMethodOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.18.28",
3
+ "version": "1.18.30",
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.23.0"
50
50
  },
51
- "gitHead": "5e904113fcdc51ef6ef4d67b664ed14f733da384"
51
+ "gitHead": "ed1753c48ee405a104cd2a0cab87cccb21e70ba8"
52
52
  }