@blocklet/payment-types 1.15.16 → 1.15.17

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.
Files changed (2) hide show
  1. package/lib/job.d.ts +1 -0
  2. package/package.json +2 -2
package/lib/job.d.ts CHANGED
@@ -52,5 +52,6 @@ export declare class Job extends Model<InferAttributes<Job>, InferCreationAttrib
52
52
  };
53
53
  static initialize(sequelize: any): void;
54
54
  static associate(): void;
55
+ static isInitialized(): boolean;
55
56
  }
56
57
  export type TJob = InferAttributes<Job>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.15.16",
3
+ "version": "1.15.17",
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": "6514eec9e9d7c69735a76ac097644248b3634b3f"
51
+ "gitHead": "746e67a4e0542f308289edd4e2d6bdd64e49e53e"
52
52
  }