@blocklet/payment-types 1.25.1 → 1.25.4

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
@@ -270,6 +270,7 @@ export type PaymentDetails = {
270
270
  payer: string;
271
271
  type?: LiteralUnion<'slash' | 'transfer' | 'delegate' | 'stake_return' | 'credit', string>;
272
272
  receiver?: string;
273
+ delegation_address?: string;
273
274
  staking?: {
274
275
  tx_hash: string;
275
276
  address: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.25.1",
3
+ "version": "1.25.4",
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": "87555132c62024e5c677fd0a39df0d90be06a543"
51
+ "gitHead": "e551d0dd9b08432ff880a33d859fa9a00c8ff649"
52
52
  }