@blocklet/payment-types 1.17.5 → 1.17.7
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.
|
|
3
|
+
"version": "1.17.7",
|
|
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": "
|
|
51
|
+
"gitHead": "f2a439af19e405746a6663b4dbef8a96231a1076"
|
|
52
52
|
}
|