@blocklet/payment-js 1.23.8 → 1.23.9

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
@@ -379,6 +379,8 @@ declare const _default: {
379
379
  customer_id: string;
380
380
  currency_id: string;
381
381
  pending_amount?: string;
382
+ max_recharge_times?: number;
383
+ max_pending_amount?: string;
382
384
  }, data?: never) => Promise<{
383
385
  can_continue: boolean;
384
386
  reason?: string;
@@ -50,6 +50,8 @@ declare const _default: {
50
50
  customer_id: string;
51
51
  currency_id: string;
52
52
  pending_amount?: string;
53
+ max_recharge_times?: number;
54
+ max_pending_amount?: string;
53
55
  }, data?: never) => Promise<{
54
56
  can_continue: boolean;
55
57
  reason?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-js",
3
- "version": "1.23.8",
3
+ "version": "1.23.9",
4
4
  "description": "Node.js client for Payment Kit",
5
5
  "keywords": [
6
6
  "types",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@blocklet/constant": "^1.17.8-beta-20260104-120132-cb5b1914",
40
- "@blocklet/payment-types": "1.23.8",
40
+ "@blocklet/payment-types": "1.23.9",
41
41
  "@blocklet/sdk": "^1.17.8-beta-20260104-120132-cb5b1914"
42
42
  },
43
43
  "importSort": {
@@ -64,5 +64,5 @@
64
64
  "type-fest": "^4.41.0",
65
65
  "typescript": "5.5.4"
66
66
  },
67
- "gitHead": "aa568bbcb40b44a3375c0d6b95c41a64bc541d7a"
67
+ "gitHead": "98f0267cd0769183f21ea954a8fe0b4573f7d684"
68
68
  }