@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.
- package/models/Customer.d.ts +2 -0
- package/package.json +1 -1
package/models/Customer.d.ts
CHANGED
|
@@ -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;
|