@stashfin/mysql2 1.4.84 → 1.4.85

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.
@@ -146,6 +146,7 @@ export interface CustomerDocumentsTable {
146
146
  aadhaar_url?: string | null;
147
147
  address_proof_url?: string | null;
148
148
  selfiee_url?: string | null;
149
+ account_analytics_url?: string | null;
149
150
  created_at?: Date | null;
150
151
  updated_at?: Date | null;
151
152
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/mysql2",
3
- "version": "1.4.84",
3
+ "version": "1.4.85",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",