@stashfin/mysql2 1.4.49 → 1.4.50

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.
@@ -103,6 +103,7 @@ export interface DemographicsTable {
103
103
  nsdl_dob?: Date | null;
104
104
  state?: string | null;
105
105
  avg_salary?: number | null;
106
+ suspended_apps?: number | null;
106
107
  }
107
108
  export interface CustomerBanksTable {
108
109
  id?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/mysql2",
3
- "version": "1.4.49",
3
+ "version": "1.4.50",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",