@blocklet/payment-types 1.20.0 → 1.20.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.
package/lib/customer.d.ts CHANGED
@@ -130,13 +130,13 @@ export declare class Customer extends Model<InferAttributes<Customer>, InferCrea
130
130
  decreaseTokenBalance(currencyId: string, amount: string, dryRun?: boolean): Promise<{
131
131
  starting: Record<string, string>;
132
132
  ending: {
133
- [x: string]: any;
133
+ [x: string]: string;
134
134
  };
135
135
  }>;
136
136
  increaseTokenBalance(currencyId: string, amount: string, dryRun?: boolean): Promise<{
137
137
  starting: Record<string, string>;
138
138
  ending: {
139
- [x: string]: any;
139
+ [x: string]: string;
140
140
  };
141
141
  }>;
142
142
  static initialize(sequelize: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.20.0",
3
+ "version": "1.20.1",
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": "ca71d3996c6c5be18827a9f3d516bab117b327dd"
51
+ "gitHead": "7b2ae13171bfff930083efd2b93974a8fa403de1"
52
52
  }