@blocklet/payment-types 1.17.5 → 1.17.6

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.
@@ -100,5 +100,7 @@ export declare class PaymentCurrency extends Model<InferAttributes<PaymentCurren
100
100
  static initialize(sequelize: any): void;
101
101
  static associate(models: any): void;
102
102
  static findByPkOrSymbol(id: string, options?: FindOptions<PaymentCurrency>): Promise<PaymentCurrency | null>;
103
+ isLocked(): Promise<boolean>;
104
+ isUsed(): Promise<boolean>;
103
105
  }
104
106
  export type TPaymentCurrency = InferAttributes<PaymentCurrency>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.17.5",
3
+ "version": "1.17.6",
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": "7713be8272f1056796820a9d52f742ed63899900"
51
+ "gitHead": "50e93ab4340be53c9d9bd18718c6db26048578c5"
52
52
  }