mdz-enum 1.6.34 → 1.6.35

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.
Files changed (42) hide show
  1. package/README.MD +7 -7
  2. package/dist/checkout/index.d.ts +33 -33
  3. package/dist/checkout/index.js +97 -97
  4. package/dist/commercial/index.d.ts +245 -243
  5. package/dist/commercial/index.js +601 -595
  6. package/dist/common/index.d.ts +59 -59
  7. package/dist/common/index.js +171 -171
  8. package/dist/config/index.d.ts +182 -182
  9. package/dist/config/index.js +525 -525
  10. package/dist/eva/index.d.ts +142 -142
  11. package/dist/eva/index.js +170 -170
  12. package/dist/finance/index.d.ts +207 -207
  13. package/dist/finance/index.js +549 -549
  14. package/dist/fiscal/index.d.ts +536 -536
  15. package/dist/fiscal/index.js +1356 -1356
  16. package/dist/functions.d.ts +11 -11
  17. package/dist/functions.js +74 -74
  18. package/dist/general/index.d.ts +265 -265
  19. package/dist/general/index.js +512 -512
  20. package/dist/index.d.ts +15 -15
  21. package/dist/index.js +246 -246
  22. package/dist/integration/index.d.ts +27 -27
  23. package/dist/integration/index.js +80 -80
  24. package/dist/logistics/index.d.ts +142 -142
  25. package/dist/logistics/index.js +410 -410
  26. package/dist/marketplace/templates/components/index.d.ts +306 -306
  27. package/dist/marketplace/templates/components/index.js +331 -331
  28. package/dist/marketplace/templates/elements/index.d.ts +32 -32
  29. package/dist/marketplace/templates/elements/index.js +35 -35
  30. package/dist/marketplace/templates/index.d.ts +523 -526
  31. package/dist/marketplace/templates/index.js +48 -48
  32. package/dist/marketplace/templates/pages/index.d.ts +233 -233
  33. package/dist/marketplace/templates/pages/index.js +413 -413
  34. package/dist/marketplace/templates/reference/index.d.ts +24 -24
  35. package/dist/marketplace/templates/reference/index.js +26 -26
  36. package/dist/people/index.d.ts +62 -62
  37. package/dist/people/index.js +180 -180
  38. package/dist/platform/index.d.ts +207 -207
  39. package/dist/platform/index.js +600 -600
  40. package/dist/reports/index.d.ts +95 -95
  41. package/dist/reports/index.js +278 -278
  42. package/package.json +33 -33
@@ -1,32 +1,32 @@
1
- /**
2
- * Referencia da aparencia do logo
3
- */
4
- declare const LOGO: {
5
- URL: {
6
- DESKTOP: {
7
- KEY: string;
8
- };
9
- MOBILE: {
10
- KEY: string;
11
- };
12
- };
13
- TYPE: {
14
- DESKTOP: {
15
- KEY: string;
16
- DEFAULT: string;
17
- };
18
- MOBILE: {
19
- KEY: string;
20
- DEFAULT: string;
21
- };
22
- };
23
- DESCRIPTION: {
24
- MOBILE: {
25
- KEY: string;
26
- };
27
- DESKTOP: {
28
- KEY: string;
29
- };
30
- };
31
- };
32
- export { LOGO };
1
+ /**
2
+ * Referencia da aparencia do logo
3
+ */
4
+ declare const LOGO: {
5
+ URL: {
6
+ DESKTOP: {
7
+ KEY: string;
8
+ };
9
+ MOBILE: {
10
+ KEY: string;
11
+ };
12
+ };
13
+ TYPE: {
14
+ DESKTOP: {
15
+ KEY: string;
16
+ DEFAULT: string;
17
+ };
18
+ MOBILE: {
19
+ KEY: string;
20
+ DEFAULT: string;
21
+ };
22
+ };
23
+ DESCRIPTION: {
24
+ MOBILE: {
25
+ KEY: string;
26
+ };
27
+ DESKTOP: {
28
+ KEY: string;
29
+ };
30
+ };
31
+ };
32
+ export { LOGO };
@@ -1,35 +1,35 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LOGO = void 0;
4
- /**
5
- * Referencia da aparencia do logo
6
- */
7
- const LOGO = {
8
- URL: {
9
- DESKTOP: {
10
- KEY: 'logo_desktop',
11
- },
12
- MOBILE: {
13
- KEY: 'logo_mobile',
14
- },
15
- },
16
- TYPE: {
17
- DESKTOP: {
18
- KEY: 'logo_type_desktop',
19
- DEFAULT: '1',
20
- },
21
- MOBILE: {
22
- KEY: 'logo_type_mobile',
23
- DEFAULT: '0',
24
- },
25
- },
26
- DESCRIPTION: {
27
- MOBILE: {
28
- KEY: 'logo_mobile_description',
29
- },
30
- DESKTOP: {
31
- KEY: 'logo_desktop_description',
32
- },
33
- },
34
- };
35
- exports.LOGO = LOGO;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LOGO = void 0;
4
+ /**
5
+ * Referencia da aparencia do logo
6
+ */
7
+ const LOGO = {
8
+ URL: {
9
+ DESKTOP: {
10
+ KEY: 'logo_desktop',
11
+ },
12
+ MOBILE: {
13
+ KEY: 'logo_mobile',
14
+ },
15
+ },
16
+ TYPE: {
17
+ DESKTOP: {
18
+ KEY: 'logo_type_desktop',
19
+ DEFAULT: '1',
20
+ },
21
+ MOBILE: {
22
+ KEY: 'logo_type_mobile',
23
+ DEFAULT: '0',
24
+ },
25
+ },
26
+ DESCRIPTION: {
27
+ MOBILE: {
28
+ KEY: 'logo_mobile_description',
29
+ },
30
+ DESKTOP: {
31
+ KEY: 'logo_desktop_description',
32
+ },
33
+ },
34
+ };
35
+ exports.LOGO = LOGO;