mdz-enum 1.5.63 → 1.5.64

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 (40) hide show
  1. package/README.MD +7 -7
  2. package/dist/checkout/index.d.ts +28 -28
  3. package/dist/checkout/index.js +83 -83
  4. package/dist/commercial/index.d.ts +228 -228
  5. package/dist/commercial/index.js +552 -552
  6. package/dist/common/index.d.ts +52 -52
  7. package/dist/common/index.js +151 -151
  8. package/dist/config/index.d.ts +167 -167
  9. package/dist/config/index.js +481 -481
  10. package/dist/finance/index.d.ts +170 -170
  11. package/dist/finance/index.js +442 -442
  12. package/dist/fiscal/index.d.ts +486 -486
  13. package/dist/fiscal/index.js +1207 -1207
  14. package/dist/functions.d.ts +11 -11
  15. package/dist/functions.js +74 -74
  16. package/dist/general/index.d.ts +264 -264
  17. package/dist/general/index.js +509 -509
  18. package/dist/index.d.ts +14 -14
  19. package/dist/index.js +217 -217
  20. package/dist/integration/index.d.ts +30 -30
  21. package/dist/integration/index.js +89 -89
  22. package/dist/logistics/index.d.ts +130 -130
  23. package/dist/logistics/index.js +376 -376
  24. package/dist/marketplace/templates/components/index.d.ts +277 -277
  25. package/dist/marketplace/templates/components/index.js +295 -295
  26. package/dist/marketplace/templates/elements/index.d.ts +32 -32
  27. package/dist/marketplace/templates/elements/index.js +35 -35
  28. package/dist/marketplace/templates/index.d.ts +401 -401
  29. package/dist/marketplace/templates/index.js +44 -44
  30. package/dist/marketplace/templates/pages/index.d.ts +140 -140
  31. package/dist/marketplace/templates/pages/index.js +310 -310
  32. package/dist/marketplace/templates/reference/index.d.ts +24 -24
  33. package/dist/marketplace/templates/reference/index.js +26 -26
  34. package/dist/people/index.d.ts +42 -42
  35. package/dist/people/index.js +122 -122
  36. package/dist/platform/index.d.ts +196 -196
  37. package/dist/platform/index.js +567 -567
  38. package/dist/reports/index.d.ts +55 -55
  39. package/dist/reports/index.js +162 -162
  40. package/package.json +33 -33
@@ -1,167 +1,167 @@
1
- export declare const TipoPermissao: {
2
- Visualizacao: string;
3
- Funcao: string;
4
- description(val: string): "enum not found" | "Visualização" | "Função";
5
- };
6
- export declare const TipoDispositivo: {
7
- Cliente: string;
8
- Servidor: string;
9
- description(val: string): "enum not found" | "Cliente" | "Servidor";
10
- };
11
- export declare const TipoPeriferico: {
12
- ImpressoraA4: string;
13
- Balanca: string;
14
- Sat: string;
15
- ImpressoraComprovante: string;
16
- ImpressoraEtiqueta: string;
17
- POS: string;
18
- description(val: string): "enum not found" | "Impressora A4" | "Impressora Comprovante" | "Impressora Etiqueta" | "Balanca" | "Sat" | "POS";
19
- };
20
- export declare const ModeloPOS: {
21
- Vero: string;
22
- description(val: string): "enum not found" | "VERO";
23
- };
24
- export declare const ModeloSat: {
25
- Bematech: string;
26
- Gertec: string;
27
- Urano: string;
28
- Generica: string;
29
- Sweda: string;
30
- Tanca: string;
31
- Dimep: string;
32
- Nitere: string;
33
- Elgin: string;
34
- Care: string;
35
- Epson: string;
36
- ControlId: string;
37
- MFe: string;
38
- description(val: string): "enum not found" | "Bematech" | "Gertec" | "Urano" | "Generica" | "Sweda" | "Tanca" | "Dimep" | "Nitere" | "Elgin" | "Care" | "Epson" | "ControlId" | "MFe";
39
- };
40
- export declare const VersaoLayoutSat: {
41
- Layout007: string;
42
- Layout008: string;
43
- description(val: string): "enum not found" | "Layout 0.07" | "Layout 0.08";
44
- };
45
- export declare const ModoFinalizacao: {
46
- ImprimirDireto: string;
47
- SolicitarModal: string;
48
- description(val: string): "enum not found" | "Imprimir Direto" | "Solicitar Compartilhamento";
49
- };
50
- export declare const TipoPrecoPadrao: {
51
- Varejo: string;
52
- Atacado: string;
53
- description(val: string): "enum not found" | "Varejo" | "Atacado";
54
- };
55
- export declare const TipoEtiqueta: {
56
- Produto: string;
57
- Pedido: string;
58
- description(val: string): "enum not found" | "Produto" | "Pedido";
59
- };
60
- export declare const ModeloEtiqueta: {
61
- Personalizada: string;
62
- PreDefinida: string;
63
- description(val: string): "enum not found" | "Pré Definida" | "Personalizada";
64
- };
65
- export declare const ParametroEtiquetaProduto: {
66
- Sku: string;
67
- Nome: string;
68
- Barra: string;
69
- Marca: string;
70
- Grade: string;
71
- Pv: string;
72
- Pa: string;
73
- Pvp: string;
74
- Pap: string;
75
- Nomel2: string;
76
- Gradel2: string;
77
- description(val: string): "enum not found" | "Sku" | "Descrição" | "Descrição Linha 2" | "Codigo de Barras" | "Marca" | "Variação" | "Preço Varejo" | "Preço Atacado" | "Preço Varejo Promocional" | "Preço Atacado Promocional" | "Descrição Variação Linha 2";
78
- };
79
- export declare const ModeloPimaco: {
80
- M6187: string;
81
- A4351: string;
82
- description(val: string): "enum not found" | "6187" | "A4351";
83
- };
84
- export declare const TipoImpressao: {
85
- Arquivo: string;
86
- Texto: string;
87
- description(val: string): "enum not found" | "Texto" | "Arquivo";
88
- };
89
- export declare const ModeloBalanca: {
90
- Filizola: string;
91
- Toledo: string;
92
- description(val: string): "enum not found" | "Filizola" | "Toledo";
93
- };
94
- export declare const TipoInformacaoBalanca: {
95
- Peso: string;
96
- PrecoTotal: string;
97
- description(val: string): "enum not found" | "Peso" | "Preço Total";
98
- };
99
- export declare const TipoAtualizacaoSocket: {
100
- Produto: string;
101
- TabelaPreco: string;
102
- Promocao: string;
103
- description(val: string): "enum not found" | "Produto" | "Tabela de Preço" | "Promoção";
104
- };
105
- export declare const TipoImportacao: {
106
- Produto: string;
107
- Pessoa: string;
108
- Estoque: string;
109
- CodigoBarras: string;
110
- Grade: string;
111
- DocumentoFinanceiro: string;
112
- description(val: string): "enum not found" | "Produto" | "Pessoa" | "Estoque" | "Código de Barras" | "Grade" | "Documento Financeiro";
113
- };
114
- export declare const ModeloImportacao: {
115
- Importacao: string;
116
- Atualizacao: string;
117
- description(val: string): "enum not found" | "Importação" | "Atualização";
118
- };
119
- export declare const TipoArquivoExportacao: {
120
- Pdf: string;
121
- Excel: string;
122
- description(val: string): "enum not found" | "PDF" | "EXCEL";
123
- };
124
- export declare const OrigemAutorizacao: {
125
- Nota: string;
126
- Pedido: string;
127
- description(val: string): "enum not found" | "Nota" | "Pedido";
128
- };
129
- export declare const SituacaoAutorizacao: {
130
- Pendente: string;
131
- Aprovado: string;
132
- Rejeitado: string;
133
- description(val: string): "enum not found" | "Pendente" | "Aprovado" | "Rejeitado";
134
- };
135
- export declare const TipoOperacaoComprovanteTroca: {
136
- Imprimir: string;
137
- Solicitar: string;
138
- description(val: string): "enum not found" | "Sempre Imprimir" | "Solicitar Impressão";
139
- };
140
- export declare const FusoHorario: {
141
- UTC_M12: number;
142
- UTC_M11: number;
143
- UTC_M10: number;
144
- UTC_M9: number;
145
- UTC_M8: number;
146
- UTC_M7: number;
147
- UTC_M6: number;
148
- UTC_M5: number;
149
- UTC_M4: number;
150
- UTC_M3: number;
151
- UTC_M2: number;
152
- UTC_M1: number;
153
- UTC_0: number;
154
- UTC_P1: number;
155
- UTC_P2: number;
156
- UTC_P3: number;
157
- UTC_P4: number;
158
- UTC_P5: number;
159
- UTC_P6: number;
160
- UTC_P7: number;
161
- UTC_P8: number;
162
- UTC_P9: number;
163
- UTC_P10: number;
164
- UTC_P11: number;
165
- UTC_P12: number;
166
- description(val: number): "UTC -12: Baker Island, Howland Island" | "UTC -11: Samoa Americana, Niue" | "UTC -10: Havaí, Polinésia Francesa" | "UTC -9: Alasca" | "UTC -8: Los Angeles, Vancouver, Tijuana" | "UTC -7: Denver, Calgary, Phoenix, Arizona" | "UTC -6: Cidade do México, Chicago, Winnipeg, Costa Rica" | "UTC -5: Nova York, Bogotá, Lima, Toronto" | "UTC -4: Caracas, Santiago, La Paz, Halifax" | "UTC -3: Brasília, Buenos Aires, Montevidéu, São Paulo" | "UTC -2: Ilha da Geórgia do Sul, Fernando de Noronha" | "UTC -1: Açores, Cabo Verde" | "UTC 0: Londres, Lisboa, Accra, Dublin" | "UTC +1: Paris, Berlim, Roma, Madri, Bruxelas" | "UTC +2: Atenas, Cairo, Joanesburgo, Helsinque" | "UTC +3: Moscou, Riad, Nairóbi, São Petersburgo" | "UTC +4: Dubai, Baku, Samara" | "UTC +5: Islamabad, Maldivas, Tasquente" | "UTC +6: Dhaka, Butão, Almaty" | "UTC +7: Bancoc, Jacarta, Hanói, Novosibirsk" | "UTC +8: Pequim, Hong Kong, Perth, Singapura" | "UTC +9: Tóquio, Seul, Yakutsk" | "UTC +10: Sydney, Vladivostok, Port Moresby" | "UTC +11: Ilhas Salomão, Nova Caledônia, Srednekolymsk" | "UTC +12: Nova Zelândia, Fiji, Kamchatka" | "Fuso horário não encontrado";
167
- };
1
+ export declare const TipoPermissao: {
2
+ Visualizacao: string;
3
+ Funcao: string;
4
+ description(val: string): "enum not found" | "Visualização" | "Função";
5
+ };
6
+ export declare const TipoDispositivo: {
7
+ Cliente: string;
8
+ Servidor: string;
9
+ description(val: string): "enum not found" | "Cliente" | "Servidor";
10
+ };
11
+ export declare const TipoPeriferico: {
12
+ ImpressoraA4: string;
13
+ Balanca: string;
14
+ Sat: string;
15
+ ImpressoraComprovante: string;
16
+ ImpressoraEtiqueta: string;
17
+ POS: string;
18
+ description(val: string): "enum not found" | "Impressora A4" | "Impressora Comprovante" | "Impressora Etiqueta" | "Balanca" | "Sat" | "POS";
19
+ };
20
+ export declare const ModeloPOS: {
21
+ Vero: string;
22
+ description(val: string): "enum not found" | "VERO";
23
+ };
24
+ export declare const ModeloSat: {
25
+ Bematech: string;
26
+ Gertec: string;
27
+ Urano: string;
28
+ Generica: string;
29
+ Sweda: string;
30
+ Tanca: string;
31
+ Dimep: string;
32
+ Nitere: string;
33
+ Elgin: string;
34
+ Care: string;
35
+ Epson: string;
36
+ ControlId: string;
37
+ MFe: string;
38
+ description(val: string): "enum not found" | "Bematech" | "Gertec" | "Urano" | "Generica" | "Sweda" | "Tanca" | "Dimep" | "Nitere" | "Elgin" | "Care" | "Epson" | "ControlId" | "MFe";
39
+ };
40
+ export declare const VersaoLayoutSat: {
41
+ Layout007: string;
42
+ Layout008: string;
43
+ description(val: string): "enum not found" | "Layout 0.07" | "Layout 0.08";
44
+ };
45
+ export declare const ModoFinalizacao: {
46
+ ImprimirDireto: string;
47
+ SolicitarModal: string;
48
+ description(val: string): "enum not found" | "Imprimir Direto" | "Solicitar Compartilhamento";
49
+ };
50
+ export declare const TipoPrecoPadrao: {
51
+ Varejo: string;
52
+ Atacado: string;
53
+ description(val: string): "enum not found" | "Varejo" | "Atacado";
54
+ };
55
+ export declare const TipoEtiqueta: {
56
+ Produto: string;
57
+ Pedido: string;
58
+ description(val: string): "enum not found" | "Produto" | "Pedido";
59
+ };
60
+ export declare const ModeloEtiqueta: {
61
+ Personalizada: string;
62
+ PreDefinida: string;
63
+ description(val: string): "enum not found" | "Pré Definida" | "Personalizada";
64
+ };
65
+ export declare const ParametroEtiquetaProduto: {
66
+ Sku: string;
67
+ Nome: string;
68
+ Barra: string;
69
+ Marca: string;
70
+ Grade: string;
71
+ Pv: string;
72
+ Pa: string;
73
+ Pvp: string;
74
+ Pap: string;
75
+ Nomel2: string;
76
+ Gradel2: string;
77
+ description(val: string): "enum not found" | "Sku" | "Descrição" | "Descrição Linha 2" | "Codigo de Barras" | "Marca" | "Variação" | "Preço Varejo" | "Preço Atacado" | "Preço Varejo Promocional" | "Preço Atacado Promocional" | "Descrição Variação Linha 2";
78
+ };
79
+ export declare const ModeloPimaco: {
80
+ M6187: string;
81
+ A4351: string;
82
+ description(val: string): "enum not found" | "6187" | "A4351";
83
+ };
84
+ export declare const TipoImpressao: {
85
+ Arquivo: string;
86
+ Texto: string;
87
+ description(val: string): "enum not found" | "Texto" | "Arquivo";
88
+ };
89
+ export declare const ModeloBalanca: {
90
+ Filizola: string;
91
+ Toledo: string;
92
+ description(val: string): "enum not found" | "Filizola" | "Toledo";
93
+ };
94
+ export declare const TipoInformacaoBalanca: {
95
+ Peso: string;
96
+ PrecoTotal: string;
97
+ description(val: string): "enum not found" | "Peso" | "Preço Total";
98
+ };
99
+ export declare const TipoAtualizacaoSocket: {
100
+ Produto: string;
101
+ TabelaPreco: string;
102
+ Promocao: string;
103
+ description(val: string): "enum not found" | "Produto" | "Tabela de Preço" | "Promoção";
104
+ };
105
+ export declare const TipoImportacao: {
106
+ Produto: string;
107
+ Pessoa: string;
108
+ Estoque: string;
109
+ CodigoBarras: string;
110
+ Grade: string;
111
+ DocumentoFinanceiro: string;
112
+ description(val: string): "enum not found" | "Produto" | "Pessoa" | "Estoque" | "Código de Barras" | "Grade" | "Documento Financeiro";
113
+ };
114
+ export declare const ModeloImportacao: {
115
+ Importacao: string;
116
+ Atualizacao: string;
117
+ description(val: string): "enum not found" | "Importação" | "Atualização";
118
+ };
119
+ export declare const TipoArquivoExportacao: {
120
+ Pdf: string;
121
+ Excel: string;
122
+ description(val: string): "enum not found" | "PDF" | "EXCEL";
123
+ };
124
+ export declare const OrigemAutorizacao: {
125
+ Nota: string;
126
+ Pedido: string;
127
+ description(val: string): "enum not found" | "Nota" | "Pedido";
128
+ };
129
+ export declare const SituacaoAutorizacao: {
130
+ Pendente: string;
131
+ Aprovado: string;
132
+ Rejeitado: string;
133
+ description(val: string): "enum not found" | "Pendente" | "Aprovado" | "Rejeitado";
134
+ };
135
+ export declare const TipoOperacaoComprovanteTroca: {
136
+ Imprimir: string;
137
+ Solicitar: string;
138
+ description(val: string): "enum not found" | "Sempre Imprimir" | "Solicitar Impressão";
139
+ };
140
+ export declare const FusoHorario: {
141
+ UTC_M12: number;
142
+ UTC_M11: number;
143
+ UTC_M10: number;
144
+ UTC_M9: number;
145
+ UTC_M8: number;
146
+ UTC_M7: number;
147
+ UTC_M6: number;
148
+ UTC_M5: number;
149
+ UTC_M4: number;
150
+ UTC_M3: number;
151
+ UTC_M2: number;
152
+ UTC_M1: number;
153
+ UTC_0: number;
154
+ UTC_P1: number;
155
+ UTC_P2: number;
156
+ UTC_P3: number;
157
+ UTC_P4: number;
158
+ UTC_P5: number;
159
+ UTC_P6: number;
160
+ UTC_P7: number;
161
+ UTC_P8: number;
162
+ UTC_P9: number;
163
+ UTC_P10: number;
164
+ UTC_P11: number;
165
+ UTC_P12: number;
166
+ description(val: number): "UTC -12: Baker Island, Howland Island" | "UTC -11: Samoa Americana, Niue" | "UTC -10: Havaí, Polinésia Francesa" | "UTC -9: Alasca" | "UTC -8: Los Angeles, Vancouver, Tijuana" | "UTC -7: Denver, Calgary, Phoenix, Arizona" | "UTC -6: Cidade do México, Chicago, Winnipeg, Costa Rica" | "UTC -5: Nova York, Bogotá, Lima, Toronto" | "UTC -4: Caracas, Santiago, La Paz, Halifax" | "UTC -3: Brasília, Buenos Aires, Montevidéu, São Paulo" | "UTC -2: Ilha da Geórgia do Sul, Fernando de Noronha" | "UTC -1: Açores, Cabo Verde" | "UTC 0: Londres, Lisboa, Accra, Dublin" | "UTC +1: Paris, Berlim, Roma, Madri, Bruxelas" | "UTC +2: Atenas, Cairo, Joanesburgo, Helsinque" | "UTC +3: Moscou, Riad, Nairóbi, São Petersburgo" | "UTC +4: Dubai, Baku, Samara" | "UTC +5: Islamabad, Maldivas, Tasquente" | "UTC +6: Dhaka, Butão, Almaty" | "UTC +7: Bancoc, Jacarta, Hanói, Novosibirsk" | "UTC +8: Pequim, Hong Kong, Perth, Singapura" | "UTC +9: Tóquio, Seul, Yakutsk" | "UTC +10: Sydney, Vladivostok, Port Moresby" | "UTC +11: Ilhas Salomão, Nova Caledônia, Srednekolymsk" | "UTC +12: Nova Zelândia, Fiji, Kamchatka" | "Fuso horário não encontrado";
167
+ };