From 562067a28788084832af4a2862d06f99a71476d3 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 25 May 2023 18:23:38 -0300 Subject: resolution field for all forms --- packages/exchange-backoffice-ui/src/forms/902_5e.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'packages/exchange-backoffice-ui/src/forms/902_5e.ts') diff --git a/packages/exchange-backoffice-ui/src/forms/902_5e.ts b/packages/exchange-backoffice-ui/src/forms/902_5e.ts index 8ff72e0c5..bd27b7a7f 100644 --- a/packages/exchange-backoffice-ui/src/forms/902_5e.ts +++ b/packages/exchange-backoffice-ui/src/forms/902_5e.ts @@ -6,6 +6,8 @@ import { import { FormState } from "../handlers/FormProvider.js"; import { FlexibleForm, currencyList } from "./index.js"; import { State } from "../pages/AntiMoneyLaunderingForm.js"; +import { AmlState } from "../types.js"; +import { Simplest, resolutionSection } from "./simplest.js"; export const v1 = (current: State): FlexibleForm => ({ versionId: "2023-05-15", @@ -229,6 +231,7 @@ export const v1 = (current: State): FlexibleForm => ({ }, ], }, + resolutionSection(current), ], behavior: function formBehavior( v: Partial, @@ -247,10 +250,9 @@ export const v1 = (current: State): FlexibleForm => ({ }); namespace Form902_5 { - export interface Form { + export interface Form extends Simplest.WithResolution { customer: string; fullName: string; - when: AbsoluteTime; businessActivity: string; financial: string; originOfAssets: { -- cgit v1.2.3