Skip to content

Commit 713904c

Browse files
authored
Merge pull request #751 from companieshouse/feature/IDVA5-1771-Store-update-acsp-data-to-mongo
Adding removedAmlSupervisoryBodies field to AcspData
2 parents 156391e + 69953c4 commit 713904c

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
@@ -44,6 +44,7 @@ export interface AcspData {
4444
businessName?: string;
4545
workSector?: string;
4646
amlSupervisoryBodies?: AmlSupervisoryBody[];
47+
removedAmlSupervisoryBodies?: AmlSupervisoryBody[];
4748
companyDetails?: Company;
4849
companyAuthCodeProvided?: boolean;
4950
howAreYouRegisteredWithAml?: string;
@@ -65,6 +66,7 @@ export interface AcspDataDto {
6566
business_name?: string;
6667
work_sector?: string;
6768
aml_supervisory_bodies?: AmlSupervisoryBodyDto[];
69+
removed_aml_supervisory_bodies?: AmlSupervisoryBodyDto[];
6870
company_details?: CompanyDto;
6971
company_auth_code_provided?: boolean;
7072
how_are_you_registered_with_aml?: string;

0 commit comments

Comments
 (0)