@stashfin/mysql2 1.4.59 → 1.4.60

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.
@@ -181,8 +181,8 @@ export interface CustomerRCProfile {
181
181
  requestId: string;
182
182
  rcNumber: string;
183
183
  name: string;
184
- presentAddress?: JSONObject;
185
- permanentAddress?: JSONObject;
184
+ presentAddress?: string;
185
+ permanentAddress?: string;
186
186
  fatherName?: string;
187
187
  financed?: boolean;
188
188
  financier?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/mysql2",
3
- "version": "1.4.59",
3
+ "version": "1.4.60",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",