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

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
@@ -20,6 +20,7 @@ export declare const locales: {
20
20
  label: string;
21
21
  };
22
22
  attestation_of_contract: {
23
+ description: string;
23
24
  label: string;
24
25
  };
25
26
  bank_certificate_30_days: {
@@ -1118,6 +1119,7 @@ export declare const locales: {
1118
1119
  label: string;
1119
1120
  };
1120
1121
  attestation_of_contract: {
1122
+ description: string;
1121
1123
  label: string;
1122
1124
  };
1123
1125
  bank_certificate_30_days: {
@@ -17,6 +17,7 @@
17
17
  "label": "Articles of Incorporation"
18
18
  },
19
19
  "attestation_of_contract": {
20
+ "description": "Proof your contracts are registered with Mexico's consumer protection authority. Required for certain business types in addition to licensing.",
20
21
  "label": "Attestation of Contract"
21
22
  },
22
23
  "bank_certificate_30_days": {
@@ -17,6 +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
21
  "label": "Certificación de Contrato"
21
22
  },
22
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.1",
3
+ "version": "0.7.2",
4
4
  "description": "Shared configurations and resources for onboarding MFEs",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",