@stashfin/mysql2 1.4.202 → 1.4.204

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.
@@ -10,14 +10,13 @@ export interface CollectionViewTable {
10
10
  customer_id?: bigint | null;
11
11
  customer_name?: string | null;
12
12
  loan_ids?: string | null;
13
- fullerton_id?: string | null;
14
13
  emiAmount?: string | null;
15
14
  customer_phone?: string | null;
16
15
  customer_email?: string | null;
17
16
  pan_number?: string | null;
18
17
  aadhar_number?: string | null;
19
18
  aadhar_name?: string | null;
20
- dob?: Date | null;
19
+ dob?: string | null;
21
20
  city_name?: string | null;
22
21
  city_id?: number | null;
23
22
  address?: string | null;
@@ -28,7 +27,7 @@ export interface CollectionViewTable {
28
27
  office_address?: string | null;
29
28
  office_pin?: string | null;
30
29
  salary?: string | null;
31
- salary_date?: string | null;
30
+ salary_date?: number | null;
32
31
  reference1?: string | null;
33
32
  reference1_mobile?: string | null;
34
33
  reference2?: string | null;
@@ -45,10 +44,10 @@ export interface CollectionViewTable {
45
44
  lpp?: number | null;
46
45
  charge?: number | null;
47
46
  total_overdue_amount?: number | null;
48
- due_date?: Date | null;
47
+ due_date?: string | null;
49
48
  daynum?: number | null;
50
49
  ageing?: number | null;
51
- next_emi_date?: Date | null;
50
+ next_emi_date?: string | null;
52
51
  emi_status?: string | null;
53
52
  collection_status?: number | null;
54
53
  status?: string | null;
@@ -56,7 +55,7 @@ export interface CollectionViewTable {
56
55
  cl_lead_assign_id?: number | null;
57
56
  agent_name?: string | null;
58
57
  fos_agent?: string | null;
59
- ptp_date?: Date | null;
58
+ ptp_date?: string | null;
60
59
  product_code?: string | null;
61
60
  product_type?: string | null;
62
61
  create_date?: Date | null;
@@ -110,7 +110,7 @@ export interface DemographicsTable {
110
110
  nsdl_dob_matched?: number | null;
111
111
  okyc_dob?: string | null;
112
112
  dob_attempts?: number | null;
113
- is_upgradable?: number | null;
113
+ cli_enabled?: number | null;
114
114
  has_imps?: number | null;
115
115
  journey_inactive?: number | null;
116
116
  repeat_journey?: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/mysql2",
3
- "version": "1.4.202",
3
+ "version": "1.4.204",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",