@stashfin/mysql2 1.4.78 → 1.4.79

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.
@@ -99,7 +99,6 @@ export interface DemographicsTable {
99
99
  journey_inactive?: number | null;
100
100
  repeat_journey?: number | null;
101
101
  mobile_network?: string | null;
102
- nsdl_dob?: Date | null;
103
102
  state?: string | null;
104
103
  avg_salary?: number | null;
105
104
  suspended_apps?: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/mysql2",
3
- "version": "1.4.78",
3
+ "version": "1.4.79",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",