@royalinvest/dto 0.71.10 → 0.71.11

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.
@@ -169,6 +169,7 @@ export interface ICreditCheckResult {
169
169
  flags: string[];
170
170
  created_at: Date;
171
171
  reason_codes?: TReason[];
172
+ credit_check_output?: ICreditCheckOutput;
172
173
  }
173
174
  export interface ICreditCheckReportFile {
174
175
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royalinvest/dto",
3
- "version": "0.71.10",
3
+ "version": "0.71.11",
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",