@royalinvest/dto 0.71.9 → 0.71.10

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.
@@ -235,7 +235,7 @@ export interface ICreditCheckForDashboard {
235
235
  inquiries: number;
236
236
  trades: number;
237
237
  flags?: string[];
238
- creditCheckOutput: ICreditCheckOutput;
238
+ creditCheckOutput?: ICreditCheckOutput;
239
239
  report_json_url?: string;
240
240
  raw_xml_url?: string;
241
241
  reason_codes?: TReason[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royalinvest/dto",
3
- "version": "0.71.9",
3
+ "version": "0.71.10",
4
4
  "description": "Data Transfer Objects (DTOs) to carry data between frontend and backend processes.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",