@royalinvest/dto 0.63.1 → 0.63.2

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.
@@ -16,6 +16,7 @@ export type TReason = {
16
16
  export interface ICreateDraftCreditCheckRequest {
17
17
  request_type: TCreditCheckInitiated;
18
18
  bureau: TBureau;
19
+ screening_questionnaire_id?: string;
19
20
  }
20
21
  export interface ICreateDraftCreditCheckResponse {
21
22
  request_id: string;
@@ -253,6 +254,7 @@ export interface ICreditCheckConsentTenantInfoResponse {
253
254
  sender_first_name: string;
254
255
  sender_last_name: string;
255
256
  sender_email: string;
257
+ screening_questionnaire_id?: string;
256
258
  rental_address: IAddress;
257
259
  }
258
260
  export interface ICreditCheckReportFileDownload {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royalinvest/dto",
3
- "version": "0.63.1",
3
+ "version": "0.63.2",
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",