@stashfin/mysql2 1.4.104 → 1.4.105

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.
@@ -39,6 +39,7 @@ export interface CustomerTable {
39
39
  app_version?: string | null;
40
40
  biometric_enabled?: number | null;
41
41
  journey_sequence?: number | null;
42
+ journey_status?: string | null;
42
43
  category?: Category | null;
43
44
  loc_limit?: number | null;
44
45
  /** Defaults to: active. */
@@ -111,6 +112,7 @@ export interface DemographicsTable {
111
112
  suspended_apps?: number | null;
112
113
  selfie_match?: number | null;
113
114
  selfie_match_score?: number | null;
115
+ limit_option?: string | null;
114
116
  }
115
117
  export interface CustomerBanksTable {
116
118
  id?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/mysql2",
3
- "version": "1.4.104",
3
+ "version": "1.4.105",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",