@stashfin/mysql2 1.4.101 → 1.4.103

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.
@@ -226,6 +226,8 @@ export interface AaDetailsTable {
226
226
  account?: JSONValue | null;
227
227
  analytics?: JSONValue | null;
228
228
  customer_id?: number | null;
229
+ provider?: string | null;
230
+ perfios_data?: JSONValue | string;
229
231
  reference_id?: string | null;
230
232
  sub_status?: string | null;
231
233
  template?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/mysql2",
3
- "version": "1.4.101",
3
+ "version": "1.4.103",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",