@cobre-npm/library-onboarding-core 0.7.2 → 0.7.4

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/dist/index.d.ts CHANGED
@@ -2360,6 +2360,7 @@ export declare const locales: {
2360
2360
  badExtensionQuestionnaire: string;
2361
2361
  tooLarge: string;
2362
2362
  tooLargeQuestionnaire: string;
2363
+ empty: string;
2363
2364
  rejected: string;
2364
2365
  invalidFileType: string;
2365
2366
  invalidFileName: string;
@@ -2433,6 +2434,7 @@ export declare const locales: {
2433
2434
  badExtensionQuestionnaire: string;
2434
2435
  tooLarge: string;
2435
2436
  tooLargeQuestionnaire: string;
2437
+ empty: string;
2436
2438
  rejected: string;
2437
2439
  invalidFileType: string;
2438
2440
  invalidFileName: string;
@@ -9,6 +9,7 @@
9
9
  "badExtensionQuestionnaire": "The questionnaire must be a PDF or HTML file.",
10
10
  "tooLarge": "The file exceeds the 90 MB maximum.",
11
11
  "tooLargeQuestionnaire": "The file exceeds the 5 MB maximum.",
12
+ "empty": "The file is empty. Please select a file with content.",
12
13
  "rejected": "The document was rejected because its contents don't match an allowed format. Please upload it again.",
13
14
  "invalidFileType": "File type not allowed. Accepted: PDF, images (PNG, JPG), Office documents (Word, Excel, PowerPoint) and ZIP.",
14
15
  "invalidFileName": "This file name isn't allowed. Rename the file and try again.",
@@ -9,6 +9,7 @@
9
9
  "badExtensionQuestionnaire": "El cuestionario debe ser un archivo PDF o HTML.",
10
10
  "tooLarge": "El archivo supera el tamaño máximo de 90 MB.",
11
11
  "tooLargeQuestionnaire": "El archivo supera el tamaño máximo de 5 MB.",
12
+ "empty": "El archivo está vacío. Selecciona un archivo con contenido.",
12
13
  "rejected": "El documento fue rechazado porque su contenido no corresponde a un formato permitido. Vuelve a subirlo.",
13
14
  "invalidFileType": "Tipo de archivo no permitido. Formatos aceptados: PDF, imágenes (PNG, JPG), documentos de Office (Word, Excel, PowerPoint) y ZIP.",
14
15
  "invalidFileName": "El nombre del archivo no es válido. Renómbralo e inténtalo de nuevo.",
@@ -17,7 +17,7 @@
17
17
  "label": "Acta Constitutiva"
18
18
  },
19
19
  "attestation_of_contract": {
20
- "description": "Certificación de tus contratos ante PROFECO/CONDUSEF u autoridad competente en México. Obligatorio para algunas actividades además de licencia.",
20
+ "description": "Certificación de tus contratos ante PROFECO/CONDUSEF o autoridad competente en México. Obligatorio para algunas actividades además de licencia.",
21
21
  "label": "Certificación de Contrato"
22
22
  },
23
23
  "bank_certificate_30_days": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/library-onboarding-core",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
4
4
  "description": "Shared configurations and resources for onboarding MFEs",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",