@stashfin/mysql2 1.4.213 → 1.4.215

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.
@@ -45,6 +45,7 @@ export interface CustomerTable {
45
45
  category?: Category | null;
46
46
  product_code?: string | null;
47
47
  loc_limit?: number | null;
48
+ enach_amount?: number | null;
48
49
  max_loc_limit?: number | null;
49
50
  sanction_amount?: number | null;
50
51
  lead_status?: string | null;
@@ -293,7 +294,7 @@ export interface BannersTable {
293
294
  sequence: string;
294
295
  title: string;
295
296
  url: string;
296
- type: 'banner' | 'widget';
297
+ type: 'banner' | 'widget' | 'popup';
297
298
  screen: string;
298
299
  rules?: Rule[];
299
300
  segment_id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/mysql2",
3
- "version": "1.4.213",
3
+ "version": "1.4.215",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",