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