Skip to content

Commit 9cfc88f

Browse files
authored
Merge pull request #752 from companieshouse/feature/IDVA5-1771-Store-update-acsp-data-to-mongo
Adding acspId to AcspData model
2 parents 713904c + 2a2af0a commit 9cfc88f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/acsp/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export interface AcspData {
5050
howAreYouRegisteredWithAml?: string;
5151
applicantDetails?: ApplicantDetails;
5252
acspType?: string;
53+
acspId?: string;
5354
}
5455

5556
export interface AcspResponse {
@@ -72,6 +73,7 @@ export interface AcspDataDto {
7273
how_are_you_registered_with_aml?: string;
7374
applicant_details?: ApplicantDetailsDto;
7475
acsp_type?: string;
76+
acsp_id?: string;
7577
}
7678

7779
export interface ApplicantDetailsDto {

0 commit comments

Comments
 (0)