mdz-enum 1.5.12 → 1.5.13

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 (39) hide show
  1. package/dist/checkout/index.d.ts +28 -28
  2. package/dist/checkout/index.js +83 -83
  3. package/dist/commercial/index.d.ts +227 -227
  4. package/dist/commercial/index.js +549 -549
  5. package/dist/common/index.d.ts +47 -47
  6. package/dist/common/index.js +137 -137
  7. package/dist/config/index.d.ts +137 -137
  8. package/dist/config/index.js +392 -392
  9. package/dist/finance/index.d.ts +164 -164
  10. package/dist/finance/index.js +425 -425
  11. package/dist/fiscal/index.d.ts +468 -468
  12. package/dist/fiscal/index.js +1165 -1165
  13. package/dist/functions.d.ts +11 -11
  14. package/dist/functions.js +74 -74
  15. package/dist/general/index.d.ts +248 -243
  16. package/dist/general/index.js +463 -449
  17. package/dist/index.d.ts +14 -14
  18. package/dist/index.js +207 -206
  19. package/dist/integration/index.d.ts +19 -19
  20. package/dist/integration/index.js +57 -57
  21. package/dist/logistics/index.d.ts +124 -124
  22. package/dist/logistics/index.js +359 -359
  23. package/dist/marketplace/templates/components/index.d.ts +145 -145
  24. package/dist/marketplace/templates/components/index.js +156 -156
  25. package/dist/marketplace/templates/elements/index.d.ts +34 -34
  26. package/dist/marketplace/templates/elements/index.js +37 -37
  27. package/dist/marketplace/templates/index.d.ts +286 -284
  28. package/dist/marketplace/templates/index.js +38 -38
  29. package/dist/marketplace/templates/pages/index.d.ts +140 -140
  30. package/dist/marketplace/templates/pages/index.js +310 -310
  31. package/dist/marketplace/templates/reference/index.d.ts +16 -16
  32. package/dist/marketplace/templates/reference/index.js +18 -18
  33. package/dist/people/index.d.ts +36 -36
  34. package/dist/people/index.js +105 -105
  35. package/dist/platform/index.d.ts +189 -189
  36. package/dist/platform/index.js +548 -548
  37. package/dist/reports/index.d.ts +46 -46
  38. package/dist/reports/index.js +136 -136
  39. package/package.json +1 -1
@@ -1,46 +1,46 @@
1
- export declare const TipoRelatorio: {
2
- Resumido: string;
3
- Detalhado: string;
4
- description(val: string): "enum not found" | "Resumido" | "Detalhado";
5
- };
6
- export declare const AgrupamentoRelatorio: {
7
- Cliente: string;
8
- Data: string;
9
- Produto: string;
10
- Documento: string;
11
- Vendedor: string;
12
- Categoria: string;
13
- Marca: string;
14
- Filial: string;
15
- PlanoConta: string;
16
- CentroCusto: string;
17
- description(val: string): "enum not found" | "Produto" | "Cliente" | "Data" | "Marca" | "Documento" | "Vendedor" | "Categoria" | "Filial" | "Plano de Contas" | "Centro de Custo";
18
- };
19
- export declare const AgrupamentoRelatoriosProdutos: {
20
- Produto: string;
21
- Categoria: string;
22
- Marca: string;
23
- UnidadeMedida: string;
24
- CenarioFiscal: string;
25
- NCM: string;
26
- Filial: string;
27
- EnderecoEstoque: string;
28
- InventarioP7: string;
29
- description(val: string): "enum not found" | "Produto" | "Marca" | "Categoria" | "Filial" | "Unidade de Medida" | "Cenário Fiscal" | "NCM" | "Endereço de Estoque" | "Inventário P7";
30
- };
31
- export declare const TipoPreco: {
32
- Compra: string;
33
- CompraMedio: string;
34
- Custo: string;
35
- CustoMedio: string;
36
- Venda: string;
37
- VendaAtacado: string;
38
- description(val: string): "enum not found" | "Venda" | "Compra" | "Compra médio" | "Custo" | "Custo médio" | "Venda atacado";
39
- };
40
- export declare const AgrupamentoRelatorioPessoas: {
41
- Pessoa: string;
42
- Tipo: string;
43
- Classificacao: string;
44
- Cidade: string;
45
- description(val: string): "enum not found" | "Pessoa" | "Tipo" | "Classificação" | "Cidade";
46
- };
1
+ export declare const TipoRelatorio: {
2
+ Resumido: string;
3
+ Detalhado: string;
4
+ description(val: string): "enum not found" | "Resumido" | "Detalhado";
5
+ };
6
+ export declare const AgrupamentoRelatorio: {
7
+ Cliente: string;
8
+ Data: string;
9
+ Produto: string;
10
+ Documento: string;
11
+ Vendedor: string;
12
+ Categoria: string;
13
+ Marca: string;
14
+ Filial: string;
15
+ PlanoConta: string;
16
+ CentroCusto: string;
17
+ description(val: string): "enum not found" | "Produto" | "Cliente" | "Data" | "Marca" | "Documento" | "Vendedor" | "Categoria" | "Filial" | "Plano de Contas" | "Centro de Custo";
18
+ };
19
+ export declare const AgrupamentoRelatoriosProdutos: {
20
+ Produto: string;
21
+ Categoria: string;
22
+ Marca: string;
23
+ UnidadeMedida: string;
24
+ CenarioFiscal: string;
25
+ NCM: string;
26
+ Filial: string;
27
+ EnderecoEstoque: string;
28
+ InventarioP7: string;
29
+ description(val: string): "enum not found" | "Produto" | "Marca" | "Categoria" | "Filial" | "Unidade de Medida" | "Cenário Fiscal" | "NCM" | "Endereço de Estoque" | "Inventário P7";
30
+ };
31
+ export declare const TipoPreco: {
32
+ Compra: string;
33
+ CompraMedio: string;
34
+ Custo: string;
35
+ CustoMedio: string;
36
+ Venda: string;
37
+ VendaAtacado: string;
38
+ description(val: string): "enum not found" | "Venda" | "Compra" | "Compra médio" | "Custo" | "Custo médio" | "Venda atacado";
39
+ };
40
+ export declare const AgrupamentoRelatorioPessoas: {
41
+ Pessoa: string;
42
+ Tipo: string;
43
+ Classificacao: string;
44
+ Cidade: string;
45
+ description(val: string): "enum not found" | "Pessoa" | "Tipo" | "Classificação" | "Cidade";
46
+ };
@@ -1,136 +1,136 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AgrupamentoRelatorioPessoas = exports.TipoPreco = exports.AgrupamentoRelatoriosProdutos = exports.AgrupamentoRelatorio = exports.TipoRelatorio = void 0;
4
- exports.TipoRelatorio = {
5
- Resumido: '1',
6
- Detalhado: '2',
7
- description(val) {
8
- switch (val) {
9
- case this.Resumido:
10
- return 'Resumido';
11
- case this.Detalhado:
12
- return 'Detalhado';
13
- default:
14
- return 'enum not found';
15
- }
16
- },
17
- };
18
- exports.AgrupamentoRelatorio = {
19
- Cliente: '1',
20
- Data: '2',
21
- Produto: '3',
22
- Documento: '4',
23
- Vendedor: '5',
24
- Categoria: '6',
25
- Marca: '7',
26
- Filial: '8',
27
- PlanoConta: '9',
28
- CentroCusto: '10',
29
- description(val) {
30
- switch (val) {
31
- case this.Cliente:
32
- return 'Cliente';
33
- case this.Data:
34
- return 'Data';
35
- case this.Produto:
36
- return 'Produto';
37
- case this.Documento:
38
- return 'Documento';
39
- case this.Vendedor:
40
- return 'Vendedor';
41
- case this.Categoria:
42
- return 'Categoria';
43
- case this.Marca:
44
- return 'Marca';
45
- case this.Filial:
46
- return 'Filial';
47
- case this.PlanoConta:
48
- return 'Plano de Contas';
49
- case this.CentroCusto:
50
- return 'Centro de Custo';
51
- default:
52
- return 'enum not found';
53
- }
54
- },
55
- };
56
- exports.AgrupamentoRelatoriosProdutos = {
57
- Produto: '1',
58
- Categoria: '2',
59
- Marca: '3',
60
- UnidadeMedida: '4',
61
- CenarioFiscal: '5',
62
- NCM: '6',
63
- Filial: '7',
64
- EnderecoEstoque: '8',
65
- InventarioP7: '9',
66
- description(val) {
67
- switch (val) {
68
- case this.Produto:
69
- return 'Produto';
70
- case this.Categoria:
71
- return 'Categoria';
72
- case this.Marca:
73
- return 'Marca';
74
- case this.UnidadeMedida:
75
- return 'Unidade de Medida';
76
- case this.CenarioFiscal:
77
- return 'Cenário Fiscal';
78
- case this.NCM:
79
- return 'NCM';
80
- case this.Filial:
81
- return 'Filial';
82
- case this.EnderecoEstoque:
83
- return 'Endereço de Estoque';
84
- case this.InventarioP7:
85
- return 'Inventário P7';
86
- default:
87
- return 'enum not found';
88
- }
89
- },
90
- };
91
- exports.TipoPreco = {
92
- Compra: '1',
93
- CompraMedio: '2',
94
- Custo: '3',
95
- CustoMedio: '4',
96
- Venda: '5',
97
- VendaAtacado: '6',
98
- description(val) {
99
- switch (val) {
100
- case this.Compra:
101
- return 'Compra';
102
- case this.CompraMedio:
103
- return 'Compra médio';
104
- case this.Custo:
105
- return 'Custo';
106
- case this.CustoMedio:
107
- return 'Custo médio';
108
- case this.Venda:
109
- return 'Venda';
110
- case this.VendaAtacado:
111
- return 'Venda atacado';
112
- default:
113
- return 'enum not found';
114
- }
115
- },
116
- };
117
- exports.AgrupamentoRelatorioPessoas = {
118
- Pessoa: '0',
119
- Tipo: '1',
120
- Classificacao: '2',
121
- Cidade: '3',
122
- description(val) {
123
- switch (val) {
124
- case this.Pessoa:
125
- return 'Pessoa';
126
- case this.Tipo:
127
- return 'Tipo';
128
- case this.Classificacao:
129
- return 'Classificação';
130
- case this.Cidade:
131
- return 'Cidade';
132
- default:
133
- return 'enum not found';
134
- }
135
- },
136
- };
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AgrupamentoRelatorioPessoas = exports.TipoPreco = exports.AgrupamentoRelatoriosProdutos = exports.AgrupamentoRelatorio = exports.TipoRelatorio = void 0;
4
+ exports.TipoRelatorio = {
5
+ Resumido: '1',
6
+ Detalhado: '2',
7
+ description(val) {
8
+ switch (val) {
9
+ case this.Resumido:
10
+ return 'Resumido';
11
+ case this.Detalhado:
12
+ return 'Detalhado';
13
+ default:
14
+ return 'enum not found';
15
+ }
16
+ },
17
+ };
18
+ exports.AgrupamentoRelatorio = {
19
+ Cliente: '1',
20
+ Data: '2',
21
+ Produto: '3',
22
+ Documento: '4',
23
+ Vendedor: '5',
24
+ Categoria: '6',
25
+ Marca: '7',
26
+ Filial: '8',
27
+ PlanoConta: '9',
28
+ CentroCusto: '10',
29
+ description(val) {
30
+ switch (val) {
31
+ case this.Cliente:
32
+ return 'Cliente';
33
+ case this.Data:
34
+ return 'Data';
35
+ case this.Produto:
36
+ return 'Produto';
37
+ case this.Documento:
38
+ return 'Documento';
39
+ case this.Vendedor:
40
+ return 'Vendedor';
41
+ case this.Categoria:
42
+ return 'Categoria';
43
+ case this.Marca:
44
+ return 'Marca';
45
+ case this.Filial:
46
+ return 'Filial';
47
+ case this.PlanoConta:
48
+ return 'Plano de Contas';
49
+ case this.CentroCusto:
50
+ return 'Centro de Custo';
51
+ default:
52
+ return 'enum not found';
53
+ }
54
+ },
55
+ };
56
+ exports.AgrupamentoRelatoriosProdutos = {
57
+ Produto: '1',
58
+ Categoria: '2',
59
+ Marca: '3',
60
+ UnidadeMedida: '4',
61
+ CenarioFiscal: '5',
62
+ NCM: '6',
63
+ Filial: '7',
64
+ EnderecoEstoque: '8',
65
+ InventarioP7: '9',
66
+ description(val) {
67
+ switch (val) {
68
+ case this.Produto:
69
+ return 'Produto';
70
+ case this.Categoria:
71
+ return 'Categoria';
72
+ case this.Marca:
73
+ return 'Marca';
74
+ case this.UnidadeMedida:
75
+ return 'Unidade de Medida';
76
+ case this.CenarioFiscal:
77
+ return 'Cenário Fiscal';
78
+ case this.NCM:
79
+ return 'NCM';
80
+ case this.Filial:
81
+ return 'Filial';
82
+ case this.EnderecoEstoque:
83
+ return 'Endereço de Estoque';
84
+ case this.InventarioP7:
85
+ return 'Inventário P7';
86
+ default:
87
+ return 'enum not found';
88
+ }
89
+ },
90
+ };
91
+ exports.TipoPreco = {
92
+ Compra: '1',
93
+ CompraMedio: '2',
94
+ Custo: '3',
95
+ CustoMedio: '4',
96
+ Venda: '5',
97
+ VendaAtacado: '6',
98
+ description(val) {
99
+ switch (val) {
100
+ case this.Compra:
101
+ return 'Compra';
102
+ case this.CompraMedio:
103
+ return 'Compra médio';
104
+ case this.Custo:
105
+ return 'Custo';
106
+ case this.CustoMedio:
107
+ return 'Custo médio';
108
+ case this.Venda:
109
+ return 'Venda';
110
+ case this.VendaAtacado:
111
+ return 'Venda atacado';
112
+ default:
113
+ return 'enum not found';
114
+ }
115
+ },
116
+ };
117
+ exports.AgrupamentoRelatorioPessoas = {
118
+ Pessoa: '0',
119
+ Tipo: '1',
120
+ Classificacao: '2',
121
+ Cidade: '3',
122
+ description(val) {
123
+ switch (val) {
124
+ case this.Pessoa:
125
+ return 'Pessoa';
126
+ case this.Tipo:
127
+ return 'Tipo';
128
+ case this.Classificacao:
129
+ return 'Classificação';
130
+ case this.Cidade:
131
+ return 'Cidade';
132
+ default:
133
+ return 'enum not found';
134
+ }
135
+ },
136
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.5.12",
3
+ "version": "1.5.13",
4
4
  "description": "Enumerados ModerShop",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {