@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/mysql2",
3
- "version": "1.4.135",
3
+ "version": "1.4.137",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",