@stashfin/mysql2 1.4.136 → 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.
@@ -245,6 +245,7 @@ export interface AaDetailsTable {
245
245
  template?: string | null;
246
246
  tracking_id?: string | null;
247
247
  trans_status?: string | null;
248
+ journey_type?: string | null;
248
249
  created_at?: Date | null;
249
250
  updated_at?: Date | null;
250
251
  vua_id?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/mysql2",
3
- "version": "1.4.136",
3
+ "version": "1.4.137",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",