@royalinvest/dto 0.61.1 → 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.
@@ -122,7 +122,6 @@ export interface ICreditCheckConsentRequest {
122
122
  }
123
123
  export interface ICreditCheckConsentResponse {
124
124
  id: string;
125
- credit_check_subject_id: string;
126
125
  consent_confirmed: boolean;
127
126
  consent_confirmed_at: Date;
128
127
  consent_method: IConsentMethod;
@@ -160,6 +159,7 @@ export interface ICreditCheckResult {
160
159
  trades: number;
161
160
  flags: string[];
162
161
  created_at: Date;
162
+ reason_codes?: TReason[];
163
163
  }
164
164
  export interface ICreditCheckReportFile {
165
165
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royalinvest/dto",
3
- "version": "0.61.1",
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",