@blocklet/payment-types 1.18.0 → 1.18.1

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 +2 -0
  2. package/package.json +2 -2
package/lib/types.d.ts CHANGED
@@ -281,6 +281,8 @@ export type PaymentDetails = {
281
281
  export type PaymentBeneficiary = {
282
282
  address: string;
283
283
  share: string;
284
+ name?: string;
285
+ avatar?: string;
284
286
  memo?: string;
285
287
  };
286
288
  export type DonationSettings = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.18.0",
3
+ "version": "1.18.1",
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": "052c301e1f565558766c9346ba355f2fd072108e"
51
+ "gitHead": "22060b542145f7c62282ee0d3ec132ff581e13ec"
52
52
  }