@blocklet/payment-types 1.13.115 → 1.13.117
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.
|
@@ -286,6 +286,7 @@ export declare class CheckoutSession extends Model<InferAttributes<CheckoutSessi
|
|
|
286
286
|
static initialize(sequelize: any): void;
|
|
287
287
|
static associate(models: any): void;
|
|
288
288
|
static findByPkOrClientRefId(id: string, options?: FindOptions<CheckoutSession>): Promise<CheckoutSession | null>;
|
|
289
|
+
static cleanupExpiredSessions(): Promise<number>;
|
|
289
290
|
isImmutable(): boolean;
|
|
290
291
|
}
|
|
291
292
|
export type TCheckoutSession = InferAttributes<CheckoutSession>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/payment-types",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.117",
|
|
4
4
|
"description": "Typings for Payment Kit SDK",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"types",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"sequelize": "^6.35.1",
|
|
49
49
|
"type-fest": "^4.8.3"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "8cb6598da65c927de5beaf94f59b1884ba95162b"
|
|
52
52
|
}
|