mdz-enum 1.2.74 → 1.2.76

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.
@@ -0,0 +1,125 @@
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
+ 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";
77
+ };
78
+ export declare const ModeloPimaco: {
79
+ A4351: string;
80
+ description(val: string): "enum not found" | "A4351";
81
+ };
82
+ export declare const TipoImpressao: {
83
+ Arquivo: string;
84
+ Texto: string;
85
+ description(val: string): "enum not found" | "Texto" | "Arquivo";
86
+ };
87
+ export declare const ModeloBalanca: {
88
+ Filizola: string;
89
+ Toledo: string;
90
+ description(val: string): "enum not found" | "Filizola" | "Toledo";
91
+ };
92
+ export declare const TipoInformacaoBalanca: {
93
+ Peso: string;
94
+ PrecoTotal: string;
95
+ description(val: string): "enum not found" | "Peso" | "Preço Total";
96
+ };
97
+ export declare const TipoAtualizacaoSocket: {
98
+ Produto: string;
99
+ TabelaPreco: string;
100
+ Promocao: string;
101
+ description(val: string): "enum not found" | "Produto" | "Tabela de Preço" | "Promoção";
102
+ };
103
+ export declare const TipoImportacao: {
104
+ Produto: string;
105
+ Pessoa: string;
106
+ Estoque: string;
107
+ CodigoBarras: string;
108
+ description(val: string): "enum not found" | "Produto" | "Pessoa" | "Estoque" | "Código de Barras";
109
+ };
110
+ export declare const TipoArquivoExportacao: {
111
+ Pdf: string;
112
+ Excel: string;
113
+ description(val: string): "enum not found" | "PDF" | "EXCEL";
114
+ };
115
+ export declare const OrigemAutorizacao: {
116
+ Nota: string;
117
+ Pedido: string;
118
+ description(val: string): "enum not found" | "Nota" | "Pedido";
119
+ };
120
+ export declare const SituacaoAutorizacao: {
121
+ Pendente: string;
122
+ Aprovado: string;
123
+ Rejeitado: string;
124
+ description(val: string): "enum not found" | "Pendente" | "Aprovado" | "Rejeitado";
125
+ };
@@ -0,0 +1,358 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SituacaoAutorizacao = exports.OrigemAutorizacao = exports.TipoArquivoExportacao = exports.TipoImportacao = exports.TipoAtualizacaoSocket = exports.TipoInformacaoBalanca = exports.ModeloBalanca = exports.TipoImpressao = exports.ModeloPimaco = exports.ParametroEtiquetaProduto = exports.ModeloEtiqueta = exports.TipoEtiqueta = exports.TipoPrecoPadrao = exports.ModoFinalizacao = exports.VersaoLayoutSat = exports.ModeloSat = exports.ModeloPOS = exports.TipoPeriferico = exports.TipoDispositivo = exports.TipoPermissao = void 0;
4
+ exports.TipoPermissao = {
5
+ Visualizacao: '1',
6
+ Funcao: '2',
7
+ description(val) {
8
+ switch (val) {
9
+ case this.Visualizacao:
10
+ return 'Visualização';
11
+ case this.Funcao:
12
+ return 'Função';
13
+ default:
14
+ return 'enum not found';
15
+ }
16
+ },
17
+ };
18
+ exports.TipoDispositivo = {
19
+ Cliente: '1',
20
+ Servidor: '2',
21
+ description(val) {
22
+ switch (val) {
23
+ case this.Cliente:
24
+ return 'Cliente';
25
+ case this.Servidor:
26
+ return 'Servidor';
27
+ default:
28
+ return 'enum not found';
29
+ }
30
+ },
31
+ };
32
+ exports.TipoPeriferico = {
33
+ ImpressoraA4: '1',
34
+ Balanca: '2',
35
+ Sat: '3',
36
+ ImpressoraComprovante: '4',
37
+ ImpressoraEtiqueta: '5',
38
+ POS: '6',
39
+ description(val) {
40
+ switch (val) {
41
+ case this.ImpressoraA4:
42
+ return 'Impressora A4';
43
+ case this.ImpressoraComprovante:
44
+ return 'Impressora Comprovante';
45
+ case this.ImpressoraEtiqueta:
46
+ return 'Impressora Etiqueta';
47
+ case this.Balanca:
48
+ return 'Balanca';
49
+ case this.Sat:
50
+ return 'Sat';
51
+ case this.POS:
52
+ return 'POS';
53
+ default:
54
+ return 'enum not found';
55
+ }
56
+ },
57
+ };
58
+ exports.ModeloPOS = {
59
+ Vero: '1',
60
+ description(val) {
61
+ switch (val) {
62
+ case this.Vero:
63
+ return 'VERO';
64
+ default:
65
+ return 'enum not found';
66
+ }
67
+ }
68
+ };
69
+ exports.ModeloSat = {
70
+ Bematech: '1',
71
+ Gertec: '2',
72
+ Urano: '3',
73
+ Generica: '4',
74
+ Sweda: '5',
75
+ Tanca: '6',
76
+ Dimep: '7',
77
+ Nitere: '9',
78
+ Elgin: '10',
79
+ Care: '11',
80
+ Epson: '12',
81
+ ControlId: '13',
82
+ MFe: '99',
83
+ description(val) {
84
+ switch (val) {
85
+ case this.Bematech:
86
+ return 'Bematech';
87
+ case this.Gertec:
88
+ return 'Gertec';
89
+ case this.Urano:
90
+ return 'Urano';
91
+ case this.Generica:
92
+ return 'Generica';
93
+ case this.Sweda:
94
+ return 'Sweda';
95
+ case this.Tanca:
96
+ return 'Tanca';
97
+ case this.Dimep:
98
+ return 'Dimep';
99
+ case this.Nitere:
100
+ return 'Nitere';
101
+ case this.Elgin:
102
+ return 'Elgin';
103
+ case this.Care:
104
+ return 'Care';
105
+ case this.Epson:
106
+ return 'Epson';
107
+ case this.ControlId:
108
+ return 'ControlId';
109
+ case this.MFe:
110
+ return 'MFe';
111
+ default:
112
+ return 'enum not found';
113
+ }
114
+ },
115
+ };
116
+ exports.VersaoLayoutSat = {
117
+ Layout007: '0.07',
118
+ Layout008: '0.08',
119
+ description(val) {
120
+ switch (val) {
121
+ case this.Layout007:
122
+ return 'Layout 0.07';
123
+ case this.Layout008:
124
+ return 'Layout 0.08';
125
+ default:
126
+ return 'enum not found';
127
+ }
128
+ },
129
+ };
130
+ exports.ModoFinalizacao = {
131
+ ImprimirDireto: '1',
132
+ SolicitarModal: '2',
133
+ description(val) {
134
+ switch (val) {
135
+ case this.ImprimirDireto:
136
+ return 'Imprimir Direto';
137
+ case this.SolicitarModal:
138
+ return 'Solicitar Compartilhamento';
139
+ default:
140
+ return 'enum not found';
141
+ }
142
+ },
143
+ };
144
+ exports.TipoPrecoPadrao = {
145
+ Varejo: '0',
146
+ Atacado: '1',
147
+ description(val) {
148
+ switch (val) {
149
+ case this.Varejo:
150
+ return 'Varejo';
151
+ case this.Atacado:
152
+ return 'Atacado';
153
+ default:
154
+ return 'enum not found';
155
+ }
156
+ },
157
+ };
158
+ exports.TipoEtiqueta = {
159
+ Produto: '1',
160
+ Pedido: '2',
161
+ description(val) {
162
+ switch (val) {
163
+ case this.Produto:
164
+ return 'Produto';
165
+ case this.Pedido:
166
+ return 'Pedido';
167
+ default:
168
+ return 'enum not found';
169
+ }
170
+ },
171
+ };
172
+ exports.ModeloEtiqueta = {
173
+ Personalizada: '1',
174
+ PreDefinida: '2',
175
+ description(val) {
176
+ switch (val) {
177
+ case this.PreDefinida:
178
+ return 'Pré Definida';
179
+ case this.Personalizada:
180
+ return 'Personalizada';
181
+ default:
182
+ return 'enum not found';
183
+ }
184
+ },
185
+ };
186
+ exports.ParametroEtiquetaProduto = {
187
+ Sku: '1',
188
+ Nome: '2',
189
+ Barra: '3',
190
+ Marca: '4',
191
+ Grade: '5',
192
+ Pv: '6',
193
+ Pa: '7',
194
+ Pvp: '8',
195
+ Pap: '9',
196
+ Nomel2: '10',
197
+ description(val) {
198
+ switch (val) {
199
+ case this.Sku:
200
+ return 'Sku';
201
+ case this.Nome:
202
+ return 'Descrição';
203
+ case this.Nomel2:
204
+ return 'Descrição Linha 2';
205
+ case this.Barra:
206
+ return 'Codigo de Barras';
207
+ case this.Marca:
208
+ return 'Marca';
209
+ case this.Grade:
210
+ return 'Variação';
211
+ case this.Pv:
212
+ return 'Preço Varejo';
213
+ case this.Pa:
214
+ return 'Preço Atacado';
215
+ case this.Pvp:
216
+ return 'Preço Varejo Promocional';
217
+ case this.Pap:
218
+ return 'Preço Atacado Promocional';
219
+ default:
220
+ return 'enum not found';
221
+ }
222
+ },
223
+ };
224
+ exports.ModeloPimaco = {
225
+ A4351: '0',
226
+ description(val) {
227
+ switch (val) {
228
+ case this.A4351:
229
+ return 'A4351';
230
+ default:
231
+ return 'enum not found';
232
+ }
233
+ },
234
+ };
235
+ exports.TipoImpressao = {
236
+ Arquivo: '1',
237
+ Texto: '2',
238
+ description(val) {
239
+ switch (val) {
240
+ case this.Arquivo:
241
+ return 'Arquivo';
242
+ case this.Texto:
243
+ return 'Texto';
244
+ default:
245
+ return 'enum not found';
246
+ }
247
+ },
248
+ };
249
+ exports.ModeloBalanca = {
250
+ Filizola: '1',
251
+ Toledo: '2',
252
+ description(val) {
253
+ switch (val) {
254
+ case this.Filizola:
255
+ return 'Filizola';
256
+ case this.Toledo:
257
+ return 'Toledo';
258
+ default:
259
+ return 'enum not found';
260
+ }
261
+ },
262
+ };
263
+ exports.TipoInformacaoBalanca = {
264
+ Peso: '1',
265
+ PrecoTotal: '2',
266
+ description(val) {
267
+ switch (val) {
268
+ case this.Peso:
269
+ return 'Peso';
270
+ case this.PrecoTotal:
271
+ return 'Preço Total';
272
+ default:
273
+ return 'enum not found';
274
+ }
275
+ },
276
+ };
277
+ exports.TipoAtualizacaoSocket = {
278
+ Produto: '1',
279
+ TabelaPreco: '2',
280
+ Promocao: '3',
281
+ description(val) {
282
+ switch (val) {
283
+ case this.Produto:
284
+ return 'Produto';
285
+ case this.TabelaPreco:
286
+ return 'Tabela de Preço';
287
+ case this.Promocao:
288
+ return 'Promoção';
289
+ default:
290
+ return 'enum not found';
291
+ }
292
+ },
293
+ };
294
+ exports.TipoImportacao = {
295
+ Produto: '1',
296
+ Pessoa: '2',
297
+ Estoque: '3',
298
+ CodigoBarras: '4',
299
+ description(val) {
300
+ switch (val) {
301
+ case this.Produto:
302
+ return 'Produto';
303
+ case this.Pessoa:
304
+ return 'Pessoa';
305
+ case this.Estoque:
306
+ return 'Estoque';
307
+ case this.CodigoBarras:
308
+ return 'Código de Barras';
309
+ default:
310
+ return 'enum not found';
311
+ }
312
+ },
313
+ };
314
+ exports.TipoArquivoExportacao = {
315
+ Pdf: '0',
316
+ Excel: '1',
317
+ description(val) {
318
+ switch (val) {
319
+ case this.Pdf:
320
+ return 'PDF';
321
+ case this.Excel:
322
+ return 'EXCEL';
323
+ default:
324
+ return 'enum not found';
325
+ }
326
+ },
327
+ };
328
+ exports.OrigemAutorizacao = {
329
+ Nota: '0',
330
+ Pedido: '1',
331
+ description(val) {
332
+ switch (val) {
333
+ case this.Nota:
334
+ return 'Nota';
335
+ case this.Pedido:
336
+ return 'Pedido';
337
+ default:
338
+ return 'enum not found';
339
+ }
340
+ },
341
+ };
342
+ exports.SituacaoAutorizacao = {
343
+ Pendente: '0',
344
+ Aprovado: '1',
345
+ Rejeitado: '2',
346
+ description(val) {
347
+ switch (val) {
348
+ case this.Pendente:
349
+ return 'Pendente';
350
+ case this.Aprovado:
351
+ return 'Aprovado';
352
+ case this.Rejeitado:
353
+ return 'Rejeitado';
354
+ default:
355
+ return 'enum not found';
356
+ }
357
+ },
358
+ };
@@ -0,0 +1,145 @@
1
+ export declare const MeioPagamento: {
2
+ Dinheiro: string;
3
+ Cheque: string;
4
+ CartaoCredito: string;
5
+ CartaoDebito: string;
6
+ CreditoLoja: string;
7
+ ValeAlimentacao: string;
8
+ ValeRefeicao: string;
9
+ ValePresente: string;
10
+ ValeCombustivel: string;
11
+ BoletoBancario: string;
12
+ DepositoBancario: string;
13
+ PIX: string;
14
+ TransferenciaBancaria: string;
15
+ ProgramaFidelidade: string;
16
+ SemPagamento: string;
17
+ Outros: string;
18
+ description(val: string): "enum not found" | "Outros" | "Dinheiro" | "Cheque" | "Cartão de Crédito" | "Cartão de Débito" | "Crédito Loja" | "Vale Alimentação" | "Vale Refeição" | "Vale Presente" | "Vale Combustível" | "Boleto Bancário" | "Depósito Bancário" | "PIX" | "Transferência Bancária" | "Programa de Fidelidade" | "Sem Pagamento";
19
+ };
20
+ export declare const IndicadorFormaPagamento: {
21
+ PagamentoAVista: string;
22
+ PagamentoAPrazo: string;
23
+ description(val: string): "enum not found" | "Pagamento à Vista" | "Pagamento à Prazo";
24
+ };
25
+ export declare const OperacaoOperadoraCartao: {
26
+ Credito: string;
27
+ Debito: string;
28
+ description(val: string): "enum not found" | "Crédito" | "Débito";
29
+ };
30
+ export declare const BandeiraCartao: {
31
+ Visa: string;
32
+ Mastercard: string;
33
+ AmericanExpress: string;
34
+ Sorocred: string;
35
+ DinersClub: string;
36
+ Elo: string;
37
+ Hipercard: string;
38
+ Aura: string;
39
+ Cabal: string;
40
+ Outros: string;
41
+ description(val: string): "enum not found" | "Outros" | "Visa" | "Mastercard" | "American Express" | "Sorocred" | "Diners Club" | "Elo" | "Hipercard" | "Aura" | "Cabal";
42
+ };
43
+ export declare const TipoCalculoParcelamento: {
44
+ Simples: string;
45
+ Composto: string;
46
+ description(val: string): "enum not found" | "Simples" | "Composto";
47
+ };
48
+ export declare const TipoPromocao: {
49
+ Percentual: string;
50
+ Valor: string;
51
+ description(val: string): "enum not found" | "Percentual" | "Valor";
52
+ };
53
+ export declare const SituacaoDocumentoFinanceiro: {
54
+ Aberto: string;
55
+ Quitado: string;
56
+ Estornado: string;
57
+ Vencido: string;
58
+ description(val: string): "enum not found" | "Aberto" | "Quitado" | "Estornado" | "Vencido";
59
+ };
60
+ export declare const TipoDataDocumentoFinanceiro: {
61
+ Emissao: string;
62
+ Quitacao: string;
63
+ Vencimento: string;
64
+ description(val: string): "enum not found" | "Emissão" | "Quitação" | "Vencimento";
65
+ };
66
+ export declare const TipoLancamentoDocumentoFinanceiro: {
67
+ Abertura: string;
68
+ Pagamento: string;
69
+ Desconto: string;
70
+ Acrescimo: string;
71
+ Juros: string;
72
+ Multa: string;
73
+ description(val: string): "enum not found" | "Desconto" | "Acréscimo" | "Abertura" | "Pagamento" | "Juros" | "Multa";
74
+ };
75
+ export declare const TipoCaixaOperacao: {
76
+ Abertura: string;
77
+ Entrada: string;
78
+ Saida: string;
79
+ Recebimento: string;
80
+ Pagamento: string;
81
+ Compra: string;
82
+ Venda: string;
83
+ Fechamento: string;
84
+ VendaValeCredito: string;
85
+ description(val: string): "enum not found" | "Venda" | "Compra" | "Entrada" | "Saída" | "Abertura" | "Pagamento" | "Recebimento" | "Fechamento" | "Venda vale crédito";
86
+ };
87
+ export declare const SituacaoCaixa: {
88
+ Aberto: string;
89
+ Fechado: string;
90
+ FechadoComDiferenca: string;
91
+ description(val: string): "enum not found" | "Fechado" | "Aberto" | "Fechado com Diferença";
92
+ };
93
+ export declare const TipoValorConfiguracaoBoleto: {
94
+ Percentual: string;
95
+ Valor: string;
96
+ description(val: string): "enum not found" | "Percentual" | "Valor";
97
+ };
98
+ export declare const SituacaoBoleto: {
99
+ Pendente: string;
100
+ Pago: string;
101
+ Cancelado: string;
102
+ Vencido: string;
103
+ description(val: string): "enum not found" | "Cancelado" | "Pendente" | "Vencido" | "Pago";
104
+ };
105
+ export declare const SituacaoConciliacao: {
106
+ NaoConciliado: string;
107
+ Conciliado: string;
108
+ description(val: string): "enum not found" | "Não Conciliado" | "Conciliado";
109
+ };
110
+ export declare const TipoCalculoTaxaCartaoCredito: {
111
+ PercentualCadaParcela: string;
112
+ PercentualSobreParcelasAnteriores: string;
113
+ description(val: string): "enum not found" | "Percentual para cada parcela" | "Percentual sobre todas parcelas anteriores";
114
+ };
115
+ export declare const VariaveisBoleto: {
116
+ DataVencimento: {
117
+ Descricao: string;
118
+ Chave: string;
119
+ Tipo: string;
120
+ Aplicacao: string;
121
+ };
122
+ NumeroCodigoBarra: {
123
+ Descricao: string;
124
+ Chave: string;
125
+ Tipo: string;
126
+ Aplicacao: string;
127
+ };
128
+ Valor: {
129
+ Descricao: string;
130
+ Chave: string;
131
+ Tipo: string;
132
+ Aplicacao: string;
133
+ };
134
+ Cliente: {
135
+ Descricao: string;
136
+ Chave: string;
137
+ Tipo: string;
138
+ Aplicacao: string;
139
+ };
140
+ };
141
+ export declare const SituacaoContaMatera: {
142
+ EmCriacao: string;
143
+ Regular: string;
144
+ description(val: string): "Aguardando confirmação" | "Regular" | "Conta com erro.";
145
+ };