@stashfin/mysql2 1.4.203 → 1.4.205

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.
@@ -60,6 +60,7 @@ export interface CustomerTable {
60
60
  processing_rate?: number | null;
61
61
  txn_rate?: number | null;
62
62
  agent_id?: number | null;
63
+ banner_code?: string | null;
63
64
  /** Defaults to: new */
64
65
  application_type?: string | null;
65
66
  /** Defaults to: incomplete */
@@ -110,7 +111,7 @@ export interface DemographicsTable {
110
111
  nsdl_dob_matched?: number | null;
111
112
  okyc_dob?: string | null;
112
113
  dob_attempts?: number | null;
113
- is_upgradable?: number | null;
114
+ cli_enabled?: number | null;
114
115
  has_imps?: number | null;
115
116
  journey_inactive?: number | null;
116
117
  repeat_journey?: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/mysql2",
3
- "version": "1.4.203",
3
+ "version": "1.4.205",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",