@stashfin/mysql2 1.4.135 → 1.4.137
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
|
@@ -157,6 +157,7 @@ export interface CustomerDocumentsTable {
|
|
|
157
157
|
address_proof_url?: string | null;
|
|
158
158
|
selfiee_url?: string | null;
|
|
159
159
|
account_analytics_url?: string | null;
|
|
160
|
+
account_analytics_pdf?: string | null;
|
|
160
161
|
created_at?: Date | null;
|
|
161
162
|
updated_at?: Date | null;
|
|
162
163
|
}
|
|
@@ -244,6 +245,7 @@ export interface AaDetailsTable {
|
|
|
244
245
|
template?: string | null;
|
|
245
246
|
tracking_id?: string | null;
|
|
246
247
|
trans_status?: string | null;
|
|
248
|
+
journey_type?: string | null;
|
|
247
249
|
created_at?: Date | null;
|
|
248
250
|
updated_at?: Date | null;
|
|
249
251
|
vua_id?: string | null;
|