@blocklet/payment-types 1.13.234 → 1.13.236

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.
@@ -92,7 +92,7 @@ export declare class PaymentCurrency extends Model<InferAttributes<PaymentCurren
92
92
  };
93
93
  };
94
94
  static initialize(sequelize: any): void;
95
- static associate(): void;
95
+ static associate(models: any): void;
96
96
  static findByPkOrSymbol(id: string, options?: FindOptions<PaymentCurrency>): Promise<PaymentCurrency | null>;
97
97
  }
98
98
  export type TPaymentCurrency = InferAttributes<PaymentCurrency>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.13.234",
3
+ "version": "1.13.236",
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.15.0"
50
50
  },
51
- "gitHead": "7b34eb52c3c96ab9124d80da66777fcd88f023ce"
51
+ "gitHead": "458c748371a1dac07c0aa9039fb71f6fcbb68e14"
52
52
  }