mdz-enum 1.6.78 → 1.6.80

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 (44) 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 +248 -248
  5. package/dist/commercial/index.js +610 -610
  6. package/dist/common/index.d.ts +71 -71
  7. package/dist/common/index.js +205 -205
  8. package/dist/config/index.d.ts +200 -200
  9. package/dist/config/index.js +576 -576
  10. package/dist/eva/index.d.ts +145 -145
  11. package/dist/eva/index.js +179 -179
  12. package/dist/finance/index.d.ts +240 -240
  13. package/dist/finance/index.js +728 -728
  14. package/dist/fiscal/index.d.ts +572 -572
  15. package/dist/fiscal/index.js +1484 -1484
  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/home/index.d.ts +88 -88
  21. package/dist/home/index.js +268 -268
  22. package/dist/index.d.ts +16 -16
  23. package/dist/index.js +270 -270
  24. package/dist/integration/index.d.ts +37 -37
  25. package/dist/integration/index.js +109 -109
  26. package/dist/logistics/index.d.ts +195 -195
  27. package/dist/logistics/index.js +554 -554
  28. package/dist/marketplace/templates/components/index.d.ts +352 -348
  29. package/dist/marketplace/templates/components/index.js +383 -379
  30. package/dist/marketplace/templates/elements/index.d.ts +32 -32
  31. package/dist/marketplace/templates/elements/index.js +35 -35
  32. package/dist/marketplace/templates/index.d.ts +592 -564
  33. package/dist/marketplace/templates/index.js +49 -49
  34. package/dist/marketplace/templates/pages/index.d.ts +254 -233
  35. package/dist/marketplace/templates/pages/index.js +443 -413
  36. package/dist/marketplace/templates/reference/index.d.ts +24 -24
  37. package/dist/marketplace/templates/reference/index.js +26 -26
  38. package/dist/people/index.d.ts +65 -65
  39. package/dist/people/index.js +189 -189
  40. package/dist/platform/index.d.ts +220 -220
  41. package/dist/platform/index.js +638 -638
  42. package/dist/reports/index.d.ts +103 -103
  43. package/dist/reports/index.js +301 -301
  44. package/package.json +32 -32
@@ -1,200 +1,200 @@
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 TipoPermissaoMain: {
7
- Master: string;
8
- Administrador: string;
9
- Gestor: string;
10
- Vendedor: string;
11
- Financeiro: string;
12
- description(val: string): "Vendedor" | "enum not found" | "Master" | "Administrador" | "Gestor" | "Financeiro";
13
- };
14
- export declare const TipoDispositivo: {
15
- Cliente: string;
16
- Servidor: string;
17
- description(val: string): "enum not found" | "Cliente" | "Servidor";
18
- };
19
- export declare const TipoPeriferico: {
20
- ImpressoraA4: string;
21
- Balanca: string;
22
- Sat: string;
23
- ImpressoraComprovante: string;
24
- ImpressoraEtiqueta: string;
25
- POS: string;
26
- description(val: string): "enum not found" | "POS" | "Impressora A4" | "Impressora Comprovante" | "Impressora Etiqueta" | "Balanca" | "Sat";
27
- };
28
- export declare const ModeloPOS: {
29
- Vero: string;
30
- description(val: string): "enum not found" | "VERO";
31
- };
32
- export declare const ModeloSat: {
33
- Bematech: string;
34
- Gertec: string;
35
- Urano: string;
36
- Generica: string;
37
- Sweda: string;
38
- Tanca: string;
39
- Dimep: string;
40
- Nitere: string;
41
- Elgin: string;
42
- Care: string;
43
- Epson: string;
44
- ControlId: string;
45
- MFe: string;
46
- description(val: string): "enum not found" | "Bematech" | "Gertec" | "Urano" | "Generica" | "Sweda" | "Tanca" | "Dimep" | "Nitere" | "Elgin" | "Care" | "Epson" | "ControlId" | "MFe";
47
- };
48
- export declare const VersaoLayoutSat: {
49
- Layout007: string;
50
- Layout008: string;
51
- description(val: string): "enum not found" | "Layout 0.07" | "Layout 0.08";
52
- };
53
- export declare const ModoFinalizacao: {
54
- ImprimirDireto: string;
55
- SolicitarModal: string;
56
- description(val: string): "enum not found" | "Imprimir Direto" | "Solicitar Compartilhamento";
57
- };
58
- export declare const TipoPrecoPadrao: {
59
- Varejo: string;
60
- Atacado: string;
61
- description(val: string): "enum not found" | "Varejo" | "Atacado";
62
- };
63
- export declare const TipoEtiqueta: {
64
- Produto: string;
65
- Pedido: string;
66
- description(val: string): "enum not found" | "Produto" | "Pedido";
67
- };
68
- export declare const ModeloEtiqueta: {
69
- Personalizada: string;
70
- PreDefinida: string;
71
- Desenhada: string;
72
- description(val: string): "enum not found" | "Pré Definida" | "Personalizada" | "Desenhada";
73
- };
74
- export declare const ParametroEtiquetaProduto: {
75
- Sku: string;
76
- Nome: string;
77
- Barra: string;
78
- Marca: string;
79
- Grade: string;
80
- Pv: string;
81
- Pa: string;
82
- Pvp: string;
83
- Pap: string;
84
- Nomel2: string;
85
- Gradel2: string;
86
- Pparcelado: string;
87
- Nomel3: string;
88
- Indexador: string;
89
- description(val: string): "enum not found" | "Descrição" | "Descrição Linha 2" | "Sku" | "Código 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" | "Preço Parcelado" | "Descrição Linha 3" | "Valor Indexador";
90
- };
91
- export declare const ModeloPimaco: {
92
- M6187: string;
93
- A4351: string;
94
- description(val: string): "enum not found" | "6187" | "A4351";
95
- };
96
- export declare const TipoImpressao: {
97
- Arquivo: string;
98
- Texto: string;
99
- description(val: string): "enum not found" | "Texto" | "Arquivo";
100
- };
101
- export declare const ModeloBalanca: {
102
- Filizola: string;
103
- Toledo: string;
104
- description(val: string): "enum not found" | "Filizola" | "Toledo";
105
- };
106
- export declare const ModeloTerminalConsultaPreco: {
107
- Gertec: string;
108
- Sweda: string;
109
- Elgin: string;
110
- Tanca: string;
111
- description(val: string): "enum not found" | "Gertec" | "Sweda" | "Tanca" | "Elgin";
112
- };
113
- export declare const TipoInformacaoBalanca: {
114
- Peso: string;
115
- PrecoTotal: string;
116
- description(val: string): "enum not found" | "Peso" | "Preço Total";
117
- };
118
- export declare const TipoAtualizacaoSocket: {
119
- Produto: string;
120
- TabelaPreco: string;
121
- Promocao: string;
122
- description(val: string): "enum not found" | "Produto" | "Tabela de Preço" | "Promoção";
123
- };
124
- export declare const TipoImportacao: {
125
- Produto: string;
126
- Pessoa: string;
127
- Estoque: string;
128
- CodigoBarras: string;
129
- Grade: string;
130
- DocumentoFinanceiro: string;
131
- PrecoProdutos: string;
132
- PrecoGrade: string;
133
- PrecoFilial: string;
134
- description(val: string): "enum not found" | "Produto" | "Código de Barras" | "Pessoa" | "Estoque" | "Grade" | "Documento Financeiro" | "Preço de Produtos" | "Preço de Grade" | "Preço de Filial";
135
- };
136
- export declare const ModeloImportacao: {
137
- Importacao: string;
138
- Atualizacao: string;
139
- description(val: string): "enum not found" | "Importação" | "Atualização";
140
- };
141
- export declare const TipoArquivoExportacao: {
142
- Pdf: string;
143
- Excel: string;
144
- description(val: string): "enum not found" | "PDF" | "EXCEL";
145
- };
146
- export declare const OrigemAutorizacao: {
147
- Nota: string;
148
- Pedido: string;
149
- description(val: string): "enum not found" | "Nota" | "Pedido";
150
- };
151
- export declare const SituacaoAutorizacao: {
152
- Pendente: string;
153
- Aprovado: string;
154
- Rejeitado: string;
155
- description(val: string): "enum not found" | "Pendente" | "Rejeitado" | "Aprovado";
156
- };
157
- export declare const TipoOperacaoComprovanteTroca: {
158
- Imprimir: string;
159
- Solicitar: string;
160
- description(val: string): "enum not found" | "Sempre Imprimir" | "Solicitar Impressão";
161
- };
162
- export declare const FusoHorario: {
163
- UTC_M12: number;
164
- UTC_M11: number;
165
- UTC_M10: number;
166
- UTC_M9: number;
167
- UTC_M8: number;
168
- UTC_M7: number;
169
- UTC_M6: number;
170
- UTC_M5: number;
171
- UTC_M4: number;
172
- UTC_M3: number;
173
- UTC_M2: number;
174
- UTC_M1: number;
175
- UTC_0: number;
176
- UTC_P1: number;
177
- UTC_P2: number;
178
- UTC_P3: number;
179
- UTC_P4: number;
180
- UTC_P5: number;
181
- UTC_P6: number;
182
- UTC_P7: number;
183
- UTC_P8: number;
184
- UTC_P9: number;
185
- UTC_P10: number;
186
- UTC_P11: number;
187
- UTC_P12: number;
188
- 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: Bangcoc, 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";
189
- };
190
- export declare const TipoImpressaoConfissaoDivida: {
191
- Canhoto: string;
192
- A4: string;
193
- Comprovante: string;
194
- description(val: string): "enum not found" | "Canhoto do carnê" | "Folha A4" | "Comprovante";
195
- };
196
- export declare const TipoAssinaturaCarne: {
197
- PorParcela: string;
198
- NoFinal: string;
199
- description(val: string): "enum not found" | "Assinatura por parcela" | "Assinatura no final";
200
- };
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 TipoPermissaoMain: {
7
+ Master: string;
8
+ Administrador: string;
9
+ Gestor: string;
10
+ Vendedor: string;
11
+ Financeiro: string;
12
+ description(val: string): "Vendedor" | "enum not found" | "Master" | "Administrador" | "Gestor" | "Financeiro";
13
+ };
14
+ export declare const TipoDispositivo: {
15
+ Cliente: string;
16
+ Servidor: string;
17
+ description(val: string): "enum not found" | "Cliente" | "Servidor";
18
+ };
19
+ export declare const TipoPeriferico: {
20
+ ImpressoraA4: string;
21
+ Balanca: string;
22
+ Sat: string;
23
+ ImpressoraComprovante: string;
24
+ ImpressoraEtiqueta: string;
25
+ POS: string;
26
+ description(val: string): "enum not found" | "POS" | "Impressora A4" | "Impressora Comprovante" | "Impressora Etiqueta" | "Balanca" | "Sat";
27
+ };
28
+ export declare const ModeloPOS: {
29
+ Vero: string;
30
+ description(val: string): "enum not found" | "VERO";
31
+ };
32
+ export declare const ModeloSat: {
33
+ Bematech: string;
34
+ Gertec: string;
35
+ Urano: string;
36
+ Generica: string;
37
+ Sweda: string;
38
+ Tanca: string;
39
+ Dimep: string;
40
+ Nitere: string;
41
+ Elgin: string;
42
+ Care: string;
43
+ Epson: string;
44
+ ControlId: string;
45
+ MFe: string;
46
+ description(val: string): "enum not found" | "Bematech" | "Gertec" | "Urano" | "Generica" | "Sweda" | "Tanca" | "Dimep" | "Nitere" | "Elgin" | "Care" | "Epson" | "ControlId" | "MFe";
47
+ };
48
+ export declare const VersaoLayoutSat: {
49
+ Layout007: string;
50
+ Layout008: string;
51
+ description(val: string): "enum not found" | "Layout 0.07" | "Layout 0.08";
52
+ };
53
+ export declare const ModoFinalizacao: {
54
+ ImprimirDireto: string;
55
+ SolicitarModal: string;
56
+ description(val: string): "enum not found" | "Imprimir Direto" | "Solicitar Compartilhamento";
57
+ };
58
+ export declare const TipoPrecoPadrao: {
59
+ Varejo: string;
60
+ Atacado: string;
61
+ description(val: string): "enum not found" | "Varejo" | "Atacado";
62
+ };
63
+ export declare const TipoEtiqueta: {
64
+ Produto: string;
65
+ Pedido: string;
66
+ description(val: string): "enum not found" | "Produto" | "Pedido";
67
+ };
68
+ export declare const ModeloEtiqueta: {
69
+ Personalizada: string;
70
+ PreDefinida: string;
71
+ Desenhada: string;
72
+ description(val: string): "enum not found" | "Pré Definida" | "Personalizada" | "Desenhada";
73
+ };
74
+ export declare const ParametroEtiquetaProduto: {
75
+ Sku: string;
76
+ Nome: string;
77
+ Barra: string;
78
+ Marca: string;
79
+ Grade: string;
80
+ Pv: string;
81
+ Pa: string;
82
+ Pvp: string;
83
+ Pap: string;
84
+ Nomel2: string;
85
+ Gradel2: string;
86
+ Pparcelado: string;
87
+ Nomel3: string;
88
+ Indexador: string;
89
+ description(val: string): "enum not found" | "Descrição" | "Descrição Linha 2" | "Sku" | "Código 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" | "Preço Parcelado" | "Descrição Linha 3" | "Valor Indexador";
90
+ };
91
+ export declare const ModeloPimaco: {
92
+ M6187: string;
93
+ A4351: string;
94
+ description(val: string): "enum not found" | "6187" | "A4351";
95
+ };
96
+ export declare const TipoImpressao: {
97
+ Arquivo: string;
98
+ Texto: string;
99
+ description(val: string): "enum not found" | "Texto" | "Arquivo";
100
+ };
101
+ export declare const ModeloBalanca: {
102
+ Filizola: string;
103
+ Toledo: string;
104
+ description(val: string): "enum not found" | "Filizola" | "Toledo";
105
+ };
106
+ export declare const ModeloTerminalConsultaPreco: {
107
+ Gertec: string;
108
+ Sweda: string;
109
+ Elgin: string;
110
+ Tanca: string;
111
+ description(val: string): "enum not found" | "Gertec" | "Sweda" | "Tanca" | "Elgin";
112
+ };
113
+ export declare const TipoInformacaoBalanca: {
114
+ Peso: string;
115
+ PrecoTotal: string;
116
+ description(val: string): "enum not found" | "Peso" | "Preço Total";
117
+ };
118
+ export declare const TipoAtualizacaoSocket: {
119
+ Produto: string;
120
+ TabelaPreco: string;
121
+ Promocao: string;
122
+ description(val: string): "enum not found" | "Produto" | "Tabela de Preço" | "Promoção";
123
+ };
124
+ export declare const TipoImportacao: {
125
+ Produto: string;
126
+ Pessoa: string;
127
+ Estoque: string;
128
+ CodigoBarras: string;
129
+ Grade: string;
130
+ DocumentoFinanceiro: string;
131
+ PrecoProdutos: string;
132
+ PrecoGrade: string;
133
+ PrecoFilial: string;
134
+ description(val: string): "enum not found" | "Produto" | "Código de Barras" | "Pessoa" | "Estoque" | "Grade" | "Documento Financeiro" | "Preço de Produtos" | "Preço de Grade" | "Preço de Filial";
135
+ };
136
+ export declare const ModeloImportacao: {
137
+ Importacao: string;
138
+ Atualizacao: string;
139
+ description(val: string): "enum not found" | "Importação" | "Atualização";
140
+ };
141
+ export declare const TipoArquivoExportacao: {
142
+ Pdf: string;
143
+ Excel: string;
144
+ description(val: string): "enum not found" | "PDF" | "EXCEL";
145
+ };
146
+ export declare const OrigemAutorizacao: {
147
+ Nota: string;
148
+ Pedido: string;
149
+ description(val: string): "enum not found" | "Nota" | "Pedido";
150
+ };
151
+ export declare const SituacaoAutorizacao: {
152
+ Pendente: string;
153
+ Aprovado: string;
154
+ Rejeitado: string;
155
+ description(val: string): "enum not found" | "Pendente" | "Rejeitado" | "Aprovado";
156
+ };
157
+ export declare const TipoOperacaoComprovanteTroca: {
158
+ Imprimir: string;
159
+ Solicitar: string;
160
+ description(val: string): "enum not found" | "Sempre Imprimir" | "Solicitar Impressão";
161
+ };
162
+ export declare const FusoHorario: {
163
+ UTC_M12: number;
164
+ UTC_M11: number;
165
+ UTC_M10: number;
166
+ UTC_M9: number;
167
+ UTC_M8: number;
168
+ UTC_M7: number;
169
+ UTC_M6: number;
170
+ UTC_M5: number;
171
+ UTC_M4: number;
172
+ UTC_M3: number;
173
+ UTC_M2: number;
174
+ UTC_M1: number;
175
+ UTC_0: number;
176
+ UTC_P1: number;
177
+ UTC_P2: number;
178
+ UTC_P3: number;
179
+ UTC_P4: number;
180
+ UTC_P5: number;
181
+ UTC_P6: number;
182
+ UTC_P7: number;
183
+ UTC_P8: number;
184
+ UTC_P9: number;
185
+ UTC_P10: number;
186
+ UTC_P11: number;
187
+ UTC_P12: number;
188
+ 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: Bangcoc, 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";
189
+ };
190
+ export declare const TipoImpressaoConfissaoDivida: {
191
+ Canhoto: string;
192
+ A4: string;
193
+ Comprovante: string;
194
+ description(val: string): "enum not found" | "Canhoto do carnê" | "Folha A4" | "Comprovante";
195
+ };
196
+ export declare const TipoAssinaturaCarne: {
197
+ PorParcela: string;
198
+ NoFinal: string;
199
+ description(val: string): "enum not found" | "Assinatura por parcela" | "Assinatura no final";
200
+ };