taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 19f85ef886d178be7121a0594b87f1b732b6363c
parent 3c4b9d819add3b4804e2a8a2e95228efd55a3a91
Author: Sebastian <sebasjm@gmail.com>
Date:   Wed, 14 May 2025 17:33:42 -0300

update from gana

Diffstat:
Mpackages/taler-util/src/taler-form-attributes.ts | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/packages/taler-util/src/taler-form-attributes.ts b/packages/taler-util/src/taler-form-attributes.ts @@ -51,7 +51,7 @@ export const TalerFormAttributes = { */ CUSTOMER_TYPE: "CUSTOMER_TYPE" as const, /** - * Description: Date of birth for natural persons. + * Description: Date of birth for natural persons. It should be in the past and less than 120 years. * * GANA Type: ISO Date */ @@ -195,7 +195,7 @@ export const TalerFormAttributes = { */ EMBARGO_TERRORISM_INFO: "EMBARGO_TERRORISM_INFO" as const, /** - * Description: Verification date in the sancations lists. + * Description: Verification date in the sancations lists. It should be in the past and less than 120 years. * * GANA Type: Date */ @@ -225,19 +225,19 @@ export const TalerFormAttributes = { */ PEP_INTERNATIONAL_ORGANIZATION: "PEP_INTERNATIONAL_ORGANIZATION" as const, /** - * Description: The decision of the Senior executive body on the acceptance of a business relationsip was obtained on ___ + * Description: The decision of the Senior executive body on the acceptance of a business relationsip was obtained on ___. It should be in the past and less than 120 years. * * GANA Type: AbsoluteDateTime */ PEP_ACCEPTANCE_DATE: "PEP_ACCEPTANCE_DATE" as const, /** - * Description: True if the person is in a country for which FATF requires increased dilegence. + * Description: True if the person is in a country for which FATF requires incresed dilegence. * * GANA Type: Boolean */ HIGH_RISK_COUNTRY: "HIGH_RISK_COUNTRY" as const, /** - * Description: The decision of the Senior executive body on the acceptance of a business relationsip was obtained on ___ + * Description: The decision of the Senior executive body on the acceptance of a business relationsip was obtained on ___. It should be in the past and less than 120 years. * * GANA Type: AbsoluteDateTime */ @@ -303,7 +303,7 @@ export const TalerFormAttributes = { */ RISK_RATIONALE: "RISK_RATIONALE" as const, /** - * Description: The decision of the Senior executive body on the acceptance of a business relationsip was obtained on ___ + * Description: The decision of the Senior executive body on the acceptance of a business relationsip was obtained on ___. It should be in the past and less than 120 years. * * GANA Type: AbsoluteDateTime */ @@ -525,7 +525,7 @@ export const TalerFormAttributes = { */ REGISTER_COURT_LOCATION: "REGISTER_COURT_LOCATION" as const, /** - * Description: Registration founding date of the company or business. + * Description: Registration founding date of the company or business. It should be in the past and less than 120 years. * * GANA Type: AbsoluteDate */