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