@cobre-npm/library-onboarding-core 0.1.6 → 0.1.8
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.
package/package.json
CHANGED
|
@@ -38,5 +38,13 @@
|
|
|
38
38
|
"confirmRemoveDescription": "Are you sure you want to remove this person? This action cannot be undone.",
|
|
39
39
|
"confirmRemoveYes": "Remove",
|
|
40
40
|
"confirmRemoveNo": "Cancel"
|
|
41
|
+
},
|
|
42
|
+
"personMatch": {
|
|
43
|
+
"continueAsNew": "Continue with \"{value}\" as a new name"
|
|
44
|
+
},
|
|
45
|
+
"corporateEntities": {
|
|
46
|
+
"legal_representatives": "Legal Representatives",
|
|
47
|
+
"beneficial_owners": "Beneficial Owners",
|
|
48
|
+
"maximal_controllers": "Maximal Controllers"
|
|
41
49
|
}
|
|
42
50
|
}
|
|
@@ -38,5 +38,13 @@
|
|
|
38
38
|
"confirmRemoveDescription": "¿Estás seguro de que deseas eliminar esta persona? Esta acción no se puede deshacer.",
|
|
39
39
|
"confirmRemoveYes": "Eliminar",
|
|
40
40
|
"confirmRemoveNo": "Cancelar"
|
|
41
|
+
},
|
|
42
|
+
"personMatch": {
|
|
43
|
+
"continueAsNew": "Continuar con \"{value}\" como nombre nuevo"
|
|
44
|
+
},
|
|
45
|
+
"corporateEntities": {
|
|
46
|
+
"legal_representatives": "Representantes Legales",
|
|
47
|
+
"beneficial_owners": "Beneficiarios Finales",
|
|
48
|
+
"maximal_controllers": "Controladores Máximos"
|
|
41
49
|
}
|
|
42
50
|
}
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
},
|
|
77
77
|
"form_iii_tesored": {
|
|
78
78
|
"description": "Complete the form with the relevant information about the company and the transaction estimated to be carried out with Cobre. Signed by legal representative.",
|
|
79
|
-
"template_url": "https://due-diligence-public-prod.s3.us-east-1.amazonaws.com/
|
|
79
|
+
"template_url": "https://due-diligence-public-prod.s3.us-east-1.amazonaws.com/eng/tesored_III.xlsx",
|
|
80
80
|
"label": "Form III"
|
|
81
81
|
},
|
|
82
82
|
"form_xv_tesored": {
|
|
83
83
|
"description": "Complete the form with the relevant details of the entity's shareholders. Signed by legal representative.",
|
|
84
|
-
"template_url": "https://due-diligence-public-prod.s3.us-east-1.amazonaws.com/
|
|
84
|
+
"template_url": "https://due-diligence-public-prod.s3.us-east-1.amazonaws.com/eng/tesored_XV.xlsx",
|
|
85
85
|
"label": "Form XV"
|
|
86
86
|
},
|
|
87
87
|
"fraud_policy": {
|