@royalinvest/dto 0.61.2 → 0.61.3

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.
@@ -159,6 +159,7 @@ export interface ICreditCheckResult {
159
159
  trades: number;
160
160
  flags: string[];
161
161
  created_at: Date;
162
+ reason_codes?: TReason[];
162
163
  }
163
164
  export interface ICreditCheckReportFile {
164
165
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royalinvest/dto",
3
- "version": "0.61.2",
3
+ "version": "0.61.3",
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",