@stashfin/mysql2 1.4.134 → 1.4.136

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