@blocklet/payment-types 1.18.22 → 1.18.24

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
@@ -142,7 +142,7 @@ export declare class Customer extends Model<InferAttributes<Customer>, InferCrea
142
142
  static associate(models: any): void;
143
143
  static findByPkOrDid(id: string, options?: FindOptions<Customer>): Promise<Customer | null>;
144
144
  static getInvoicePrefix(): string;
145
- static formatAddressFromUser(user: any): {
145
+ static formatAddressFromUser(user: any, customer?: Customer): {
146
146
  country: any;
147
147
  state: any;
148
148
  city: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.18.22",
3
+ "version": "1.18.24",
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": "844883f56da79c1222fc5aa1b445abb2859e3230"
51
+ "gitHead": "6c36b088743e696ce250cda11f8502b3886df0ef"
52
52
  }