@cobre-npm/library-onboarding-core 0.7.9 → 0.7.10

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.
@@ -90,7 +90,7 @@
90
90
  "label": "Fraud Prevention Policy"
91
91
  },
92
92
  "funding_company_shareholder_structure": {
93
- "description": "Formalized document detailing the current shareholding structure, identifying all shareholders with a stake equal to or greater than 5%.",
93
+ "description": "Formalized document detailing the company's current shareholding structure, assigning 100% of the shares or interests to their holders (individuals or legal entities), regardless of each holder's individual ownership percentage.",
94
94
  "label": "Funding Company Shareholder Structure"
95
95
  },
96
96
  "id_document": {
@@ -126,7 +126,7 @@
126
126
  "label": "Proof of Address"
127
127
  },
128
128
  "shareholder_structure": {
129
- "description": "Formalized document certifying the entity's current shareholding structure, identifying all shareholders holding an interest equal to or greater than five percent (5%)",
129
+ "description": "Formalized document detailing the company's current shareholding structure, assigning 100% of the shares or interests to their holders (individuals or legal entities), regardless of each holder's individual ownership percentage.",
130
130
  "label": "Shareholder Structure Document"
131
131
  },
132
132
  "tax_id_documentation": {
@@ -90,7 +90,7 @@
90
90
  "label": "Política de Prevención de Fraude"
91
91
  },
92
92
  "funding_company_shareholder_structure": {
93
- "description": "Acta formalizada que detalle la estructura accionaria vigente, identificando a los accionistas con una participación igual o superior al 5%.",
93
+ "description": "Acta formalizada que detalle la estructura accionaria vigente de la empresa, asignando el 100% de las acciones o participaciones a sus titulares (personas naturales o jurídicas), sin importar su porcentaje de participación individual.",
94
94
  "label": "Estructura accionaria legalizada"
95
95
  },
96
96
  "id_document": {
@@ -126,7 +126,7 @@
126
126
  "label": "Comprobante de Domicilio"
127
127
  },
128
128
  "shareholder_structure": {
129
- "description": "Acta formalizada que detalle la estructura accionaria vigente, identificando a los accionistas con una participación igual o superior al 5%.",
129
+ "description": "Acta formalizada que detalle la estructura accionaria vigente de la empresa, asignando el 100% de las acciones o participaciones a sus titulares (personas naturales o jurídicas), sin importar su porcentaje de participación individual.",
130
130
  "label": "Estructura accionaria legalizada"
131
131
  },
132
132
  "tax_id_documentation": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/library-onboarding-core",
3
- "version": "0.7.9",
3
+ "version": "0.7.10",
4
4
  "description": "Shared configurations and resources for onboarding MFEs",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",