mdz-enum 1.2.16 → 1.2.17
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.
- package/dist/commercial/index.d.ts +4 -48
- package/dist/commercial/index.js +7 -133
- package/dist/common/index.d.ts +0 -15
- package/dist/common/index.js +1 -44
- package/dist/config/index.d.ts +0 -11
- package/dist/config/index.js +1 -32
- package/dist/fiscal/index.d.ts +0 -16
- package/dist/fiscal/index.js +1 -46
- package/dist/general/index.d.ts +2 -8
- package/dist/general/index.js +1 -26
- package/dist/index.d.ts +7 -7
- package/dist/index.js +3 -21
- package/dist/logistics/index.d.ts +0 -15
- package/dist/logistics/index.js +1 -47
- package/dist/people/index.d.ts +1 -3
- package/dist/people/index.js +0 -6
- package/dist/platform/index.d.ts +1 -16
- package/dist/platform/index.js +1 -43
- package/dist/reports/index.d.ts +3 -8
- package/dist/reports/index.js +3 -22
- package/package.json +1 -1
|
@@ -9,7 +9,9 @@ export declare const SituacaoPedido: {
|
|
|
9
9
|
RetornoCliente: string;
|
|
10
10
|
AguardandoConclusao: string;
|
|
11
11
|
Concluida: string;
|
|
12
|
-
|
|
12
|
+
AguardandoPagamento: string;
|
|
13
|
+
AguardandoRetirada: string;
|
|
14
|
+
description(val: string): "Edição" | "Liberado" | "Cancelado" | "Nota Pendente" | "Faturado" | "Pendente" | "Enviado ao Cliente" | "Retorno do Cliente" | "Aguardando Conclusão" | "Concluída" | "Aguardando Pagamento" | "Aguardando Retirada" | "enum not found";
|
|
13
15
|
};
|
|
14
16
|
export declare const OperacaoPedido: {
|
|
15
17
|
Orcamento: string;
|
|
@@ -106,8 +108,7 @@ export declare const ModalConsignacaoOperacao: {
|
|
|
106
108
|
};
|
|
107
109
|
export declare const TipoIntegracaoFrete: {
|
|
108
110
|
Frenet: string;
|
|
109
|
-
|
|
110
|
-
description(val: string): "enum not found" | "Frenet" | "Melhor Envio";
|
|
111
|
+
description(val: string): "enum not found" | "Frenet";
|
|
111
112
|
};
|
|
112
113
|
export declare const SituacaoOperacao: {
|
|
113
114
|
EmEdicao: string;
|
|
@@ -115,48 +116,3 @@ export declare const SituacaoOperacao: {
|
|
|
115
116
|
Processado: string;
|
|
116
117
|
description(val: string): "Pendente" | "enum not found" | "Processado" | "Em edição";
|
|
117
118
|
};
|
|
118
|
-
export declare const SituacaoPagamento: {
|
|
119
|
-
Pendente: string;
|
|
120
|
-
Autorizado: string;
|
|
121
|
-
Recusado: string;
|
|
122
|
-
Combinar: string;
|
|
123
|
-
Informado: string;
|
|
124
|
-
description(val: string): "enum not found" | "Pagamento pendente" | "Pagamento autorizado" | "Pagamento recusado" | "Pagamento a combinar" | "Pagamento informado";
|
|
125
|
-
};
|
|
126
|
-
export declare const SituacaoEntrega: {
|
|
127
|
-
Aguardando: string;
|
|
128
|
-
Postado: string;
|
|
129
|
-
EmTransporte: string;
|
|
130
|
-
Entregue: string;
|
|
131
|
-
Combinar: string;
|
|
132
|
-
description(val: string): "enum not found" | "Aguardando envio" | "Objeto postado" | "Objeto em transporte" | "Objeto entregue" | "Entrega a combinar";
|
|
133
|
-
};
|
|
134
|
-
export declare const SituacaoEtiqueta: {
|
|
135
|
-
Pendente: string;
|
|
136
|
-
Criada: string;
|
|
137
|
-
Paga: string;
|
|
138
|
-
Gerada: string;
|
|
139
|
-
Impressa: string;
|
|
140
|
-
description(val: string): "enum not found" | "Etiqueta Pendente" | "Etiqueta Criada" | "Etiqueta Paga" | "Etiqueta Gerada" | "Etiqueta Impressa";
|
|
141
|
-
};
|
|
142
|
-
export declare const MotivoDevolucao: {
|
|
143
|
-
ProdutoAmassadoOuViolado: string;
|
|
144
|
-
NaoReconheçoEstaCompra: string;
|
|
145
|
-
MeArrependiDaCompra: string;
|
|
146
|
-
ProdutoDiferente: string;
|
|
147
|
-
ProdutoComDefeito: string;
|
|
148
|
-
description(val: string): "enum not found" | "Pedido amassado ou violado" | "Não reconheço está compra" | "Me arrependi da compra" | "Produto diferente" | "Produto com defeito";
|
|
149
|
-
};
|
|
150
|
-
export declare const SituacaoDevolucao: {
|
|
151
|
-
Pendente: string;
|
|
152
|
-
Aprovado: string;
|
|
153
|
-
Recusado: string;
|
|
154
|
-
Faturado: string;
|
|
155
|
-
description(val: string): "Faturado" | "Pendente" | "enum not found" | "Aprovado" | "Recusado";
|
|
156
|
-
};
|
|
157
|
-
export declare const SituacaoDevolucaoPedido: {
|
|
158
|
-
Pendente: string;
|
|
159
|
-
Liberado: string;
|
|
160
|
-
Finalizado: string;
|
|
161
|
-
description(val: string): "Liberado" | "Pendente" | "enum not found" | "Finalizado";
|
|
162
|
-
};
|
package/dist/commercial/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.SituacaoOperacao = exports.TipoIntegracaoFrete = exports.ModalConsignacaoOperacao = exports.TipoDataPedido = exports.SituacaoItemConsignacao = exports.MotivoPedido = exports.TipoGrupoComissao = exports.TipoValorTabelaPreco = exports.TipoAplicacaoTabelaPreco = exports.StatusProcessoCarrinho = exports.SituacaoProdutoMarketplace = exports.TipoMarketplace = exports.TipoDescontoPromocao = exports.TipoFrete = exports.OrigemPedido = exports.OperacaoPedido = exports.SituacaoPedido = void 0;
|
|
4
4
|
exports.SituacaoPedido = {
|
|
5
5
|
Edicao: '0',
|
|
6
6
|
Liberado: '1',
|
|
@@ -12,6 +12,8 @@ exports.SituacaoPedido = {
|
|
|
12
12
|
RetornoCliente: '7',
|
|
13
13
|
AguardandoConclusao: '8',
|
|
14
14
|
Concluida: '9',
|
|
15
|
+
AguardandoPagamento: '10',
|
|
16
|
+
AguardandoRetirada: '11',
|
|
15
17
|
description(val) {
|
|
16
18
|
switch (val) {
|
|
17
19
|
case this.Edicao:
|
|
@@ -34,6 +36,10 @@ exports.SituacaoPedido = {
|
|
|
34
36
|
return 'Aguardando Conclusão';
|
|
35
37
|
case this.Concluida:
|
|
36
38
|
return 'Concluída';
|
|
39
|
+
case this.AguardandoPagamento:
|
|
40
|
+
return 'Aguardando Pagamento';
|
|
41
|
+
case this.AguardandoRetirada:
|
|
42
|
+
return 'Aguardando Retirada';
|
|
37
43
|
default:
|
|
38
44
|
return 'enum not found';
|
|
39
45
|
}
|
|
@@ -306,13 +312,10 @@ exports.ModalConsignacaoOperacao = {
|
|
|
306
312
|
};
|
|
307
313
|
exports.TipoIntegracaoFrete = {
|
|
308
314
|
Frenet: '1',
|
|
309
|
-
MelhorEnvio: '2',
|
|
310
315
|
description(val) {
|
|
311
316
|
switch (val) {
|
|
312
317
|
case this.Frenet:
|
|
313
318
|
return 'Frenet';
|
|
314
|
-
case this.MelhorEnvio:
|
|
315
|
-
return 'Melhor Envio';
|
|
316
319
|
default:
|
|
317
320
|
return 'enum not found';
|
|
318
321
|
}
|
|
@@ -335,132 +338,3 @@ exports.SituacaoOperacao = {
|
|
|
335
338
|
}
|
|
336
339
|
},
|
|
337
340
|
};
|
|
338
|
-
exports.SituacaoPagamento = {
|
|
339
|
-
Pendente: '0',
|
|
340
|
-
Autorizado: '1',
|
|
341
|
-
Recusado: '2',
|
|
342
|
-
Combinar: '3',
|
|
343
|
-
Informado: '4',
|
|
344
|
-
description(val) {
|
|
345
|
-
switch (val) {
|
|
346
|
-
case this.Pendente:
|
|
347
|
-
return 'Pagamento pendente';
|
|
348
|
-
case this.Autorizado:
|
|
349
|
-
return 'Pagamento autorizado';
|
|
350
|
-
case this.Recusado:
|
|
351
|
-
return 'Pagamento recusado';
|
|
352
|
-
case this.Combinar:
|
|
353
|
-
return 'Pagamento a combinar';
|
|
354
|
-
case this.Informado:
|
|
355
|
-
return 'Pagamento informado';
|
|
356
|
-
default:
|
|
357
|
-
return 'enum not found';
|
|
358
|
-
}
|
|
359
|
-
},
|
|
360
|
-
};
|
|
361
|
-
exports.SituacaoEntrega = {
|
|
362
|
-
Aguardando: '0',
|
|
363
|
-
Postado: '1',
|
|
364
|
-
EmTransporte: '2',
|
|
365
|
-
Entregue: '3',
|
|
366
|
-
Combinar: '4',
|
|
367
|
-
description(val) {
|
|
368
|
-
switch (val) {
|
|
369
|
-
case this.Aguardando:
|
|
370
|
-
return 'Aguardando envio';
|
|
371
|
-
case this.Postado:
|
|
372
|
-
return 'Objeto postado';
|
|
373
|
-
case this.EmTransporte:
|
|
374
|
-
return 'Objeto em transporte';
|
|
375
|
-
case this.Entregue:
|
|
376
|
-
return 'Objeto entregue';
|
|
377
|
-
case this.Combinar:
|
|
378
|
-
return 'Entrega a combinar';
|
|
379
|
-
default:
|
|
380
|
-
return 'enum not found';
|
|
381
|
-
}
|
|
382
|
-
},
|
|
383
|
-
};
|
|
384
|
-
exports.SituacaoEtiqueta = {
|
|
385
|
-
Pendente: '0',
|
|
386
|
-
Criada: '1',
|
|
387
|
-
Paga: '2',
|
|
388
|
-
Gerada: '3',
|
|
389
|
-
Impressa: '4',
|
|
390
|
-
description(val) {
|
|
391
|
-
switch (val) {
|
|
392
|
-
case this.Pendente:
|
|
393
|
-
return 'Etiqueta Pendente';
|
|
394
|
-
case this.Criada:
|
|
395
|
-
return 'Etiqueta Criada';
|
|
396
|
-
case this.Paga:
|
|
397
|
-
return 'Etiqueta Paga';
|
|
398
|
-
case this.Gerada:
|
|
399
|
-
return 'Etiqueta Gerada';
|
|
400
|
-
case this.Impressa:
|
|
401
|
-
return 'Etiqueta Impressa';
|
|
402
|
-
default:
|
|
403
|
-
return 'enum not found';
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
};
|
|
407
|
-
exports.MotivoDevolucao = {
|
|
408
|
-
ProdutoAmassadoOuViolado: '0',
|
|
409
|
-
NaoReconheçoEstaCompra: '1',
|
|
410
|
-
MeArrependiDaCompra: '2',
|
|
411
|
-
ProdutoDiferente: '3',
|
|
412
|
-
ProdutoComDefeito: '4',
|
|
413
|
-
description(val) {
|
|
414
|
-
switch (val) {
|
|
415
|
-
case this.ProdutoAmassadoOuViolado:
|
|
416
|
-
return 'Pedido amassado ou violado';
|
|
417
|
-
case this.NaoReconheçoEstaCompra:
|
|
418
|
-
return 'Não reconheço está compra';
|
|
419
|
-
case this.MeArrependiDaCompra:
|
|
420
|
-
return 'Me arrependi da compra';
|
|
421
|
-
case this.ProdutoDiferente:
|
|
422
|
-
return 'Produto diferente';
|
|
423
|
-
case this.ProdutoComDefeito:
|
|
424
|
-
return 'Produto com defeito';
|
|
425
|
-
default:
|
|
426
|
-
return 'enum not found';
|
|
427
|
-
}
|
|
428
|
-
},
|
|
429
|
-
};
|
|
430
|
-
exports.SituacaoDevolucao = {
|
|
431
|
-
Pendente: '0',
|
|
432
|
-
Aprovado: '1',
|
|
433
|
-
Recusado: '2',
|
|
434
|
-
Faturado: '3',
|
|
435
|
-
description(val) {
|
|
436
|
-
switch (val) {
|
|
437
|
-
case this.Pendente:
|
|
438
|
-
return 'Pendente';
|
|
439
|
-
case this.Aprovado:
|
|
440
|
-
return 'Aprovado';
|
|
441
|
-
case this.Recusado:
|
|
442
|
-
return 'Recusado';
|
|
443
|
-
case this.Faturado:
|
|
444
|
-
return 'Faturado';
|
|
445
|
-
default:
|
|
446
|
-
return 'enum not found';
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
};
|
|
450
|
-
exports.SituacaoDevolucaoPedido = {
|
|
451
|
-
Pendente: '0',
|
|
452
|
-
Liberado: '1',
|
|
453
|
-
Finalizado: '2',
|
|
454
|
-
description(val) {
|
|
455
|
-
switch (val) {
|
|
456
|
-
case this.Pendente:
|
|
457
|
-
return 'Pendente';
|
|
458
|
-
case this.Liberado:
|
|
459
|
-
return 'Liberado';
|
|
460
|
-
case this.Finalizado:
|
|
461
|
-
return 'Finalizado';
|
|
462
|
-
default:
|
|
463
|
-
return 'enum not found';
|
|
464
|
-
}
|
|
465
|
-
},
|
|
466
|
-
};
|
package/dist/common/index.d.ts
CHANGED
|
@@ -25,18 +25,3 @@ export declare const TipoHistoricoSolicitacao: {
|
|
|
25
25
|
ErroNoProcessamento: string;
|
|
26
26
|
description(val: string): "enum not found" | "Adicionou na fila" | "Iniciou o processamento" | "Concluiu o processamento" | "Erro no processamento";
|
|
27
27
|
};
|
|
28
|
-
export declare const TipoAbrangenciaNotificacao: {
|
|
29
|
-
Usuario: string;
|
|
30
|
-
Filial: string;
|
|
31
|
-
Empresa: string;
|
|
32
|
-
Todos: string;
|
|
33
|
-
description(val: string): "enum not found" | "Usuário logado" | "Usuários da Filial" | "Usuários da Empresa" | "Todos usuários do sistema";
|
|
34
|
-
};
|
|
35
|
-
export declare const TipoNotificacao: {
|
|
36
|
-
Teste: string;
|
|
37
|
-
NovoPedidoGestao: string;
|
|
38
|
-
NovoPedidoEcommerce: string;
|
|
39
|
-
NovaDevolucaoEcommerce: string;
|
|
40
|
-
Aninversario: string;
|
|
41
|
-
description(val: string): "enum not found" | "Teste..." | "Novo pedido foi criado!" | "Novo pedido recebido pelo Ecommerce" | "Nova devolução solicitada pelo Ecommerce" | "Aninversario";
|
|
42
|
-
};
|
package/dist/common/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.TipoHistoricoSolicitacao = exports.SituacaoFila = exports.SituacaoSolicitacao = exports.TipoSolicitacao = void 0;
|
|
4
4
|
exports.TipoSolicitacao = {
|
|
5
5
|
SPED: '1',
|
|
6
6
|
SINTEGRA: '2',
|
|
@@ -78,46 +78,3 @@ exports.TipoHistoricoSolicitacao = {
|
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
80
|
};
|
|
81
|
-
exports.TipoAbrangenciaNotificacao = {
|
|
82
|
-
Usuario: '0',
|
|
83
|
-
Filial: '1',
|
|
84
|
-
Empresa: '3',
|
|
85
|
-
Todos: '4',
|
|
86
|
-
description(val) {
|
|
87
|
-
switch (val) {
|
|
88
|
-
case this.Usuario:
|
|
89
|
-
return 'Usuário logado';
|
|
90
|
-
case this.Filial:
|
|
91
|
-
return 'Usuários da Filial';
|
|
92
|
-
case this.Empresa:
|
|
93
|
-
return 'Usuários da Empresa';
|
|
94
|
-
case this.Todos:
|
|
95
|
-
return 'Todos usuários do sistema';
|
|
96
|
-
default:
|
|
97
|
-
return 'enum not found';
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
};
|
|
101
|
-
exports.TipoNotificacao = {
|
|
102
|
-
Teste: '0',
|
|
103
|
-
NovoPedidoGestao: '1',
|
|
104
|
-
NovoPedidoEcommerce: '2',
|
|
105
|
-
NovaDevolucaoEcommerce: '3',
|
|
106
|
-
Aninversario: '4',
|
|
107
|
-
description(val) {
|
|
108
|
-
switch (val) {
|
|
109
|
-
case this.Teste:
|
|
110
|
-
return 'Teste...';
|
|
111
|
-
case this.NovoPedidoGestao:
|
|
112
|
-
return 'Novo pedido foi criado!';
|
|
113
|
-
case this.NovoPedidoEcommerce:
|
|
114
|
-
return 'Novo pedido recebido pelo Ecommerce';
|
|
115
|
-
case this.NovaDevolucaoEcommerce:
|
|
116
|
-
return 'Nova devolução solicitada pelo Ecommerce';
|
|
117
|
-
case this.Aninversario:
|
|
118
|
-
return 'Aninversario';
|
|
119
|
-
default:
|
|
120
|
-
return 'enum not found';
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
};
|
package/dist/config/index.d.ts
CHANGED
|
@@ -104,14 +104,3 @@ export declare const TipoArquivoExportacao: {
|
|
|
104
104
|
Excel: string;
|
|
105
105
|
description(val: string): "enum not found" | "PDF" | "EXCEL";
|
|
106
106
|
};
|
|
107
|
-
export declare const OrigemAutorizacao: {
|
|
108
|
-
Nota: string;
|
|
109
|
-
Pedido: string;
|
|
110
|
-
description(val: string): "enum not found" | "Pedido" | "Nota";
|
|
111
|
-
};
|
|
112
|
-
export declare const SituacaoAutorizacao: {
|
|
113
|
-
Pendente: string;
|
|
114
|
-
Aprovado: string;
|
|
115
|
-
Rejeitado: string;
|
|
116
|
-
description(val: string): "Pendente" | "enum not found" | "Aprovado" | "Rejeitado";
|
|
117
|
-
};
|
package/dist/config/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
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.TipoPeriferico = exports.TipoDispositivo = exports.TipoPermissao = void 0;
|
|
4
4
|
exports.TipoPermissao = {
|
|
5
5
|
Visualizacao: '1',
|
|
6
6
|
Funcao: '2',
|
|
@@ -302,34 +302,3 @@ exports.TipoArquivoExportacao = {
|
|
|
302
302
|
}
|
|
303
303
|
},
|
|
304
304
|
};
|
|
305
|
-
exports.OrigemAutorizacao = {
|
|
306
|
-
Nota: '0',
|
|
307
|
-
Pedido: '1',
|
|
308
|
-
description(val) {
|
|
309
|
-
switch (val) {
|
|
310
|
-
case this.Nota:
|
|
311
|
-
return 'Nota';
|
|
312
|
-
case this.Pedido:
|
|
313
|
-
return 'Pedido';
|
|
314
|
-
default:
|
|
315
|
-
return 'enum not found';
|
|
316
|
-
}
|
|
317
|
-
},
|
|
318
|
-
};
|
|
319
|
-
exports.SituacaoAutorizacao = {
|
|
320
|
-
Pendente: '0',
|
|
321
|
-
Aprovado: '1',
|
|
322
|
-
Rejeitado: '2',
|
|
323
|
-
description(val) {
|
|
324
|
-
switch (val) {
|
|
325
|
-
case this.Pendente:
|
|
326
|
-
return 'Pendente';
|
|
327
|
-
case this.Aprovado:
|
|
328
|
-
return 'Aprovado';
|
|
329
|
-
case this.Rejeitado:
|
|
330
|
-
return 'Rejeitado';
|
|
331
|
-
default:
|
|
332
|
-
return 'enum not found';
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
|
-
};
|
package/dist/fiscal/index.d.ts
CHANGED
|
@@ -289,19 +289,3 @@ export declare const TipoEventoManifestacao: {
|
|
|
289
289
|
OperacaoNaoRealizada: string;
|
|
290
290
|
description(val: string): "enum not found" | "Operação não realizada" | "Confirmação da Operação" | "Ciência da Operação" | "Desconhecimento da Operação";
|
|
291
291
|
};
|
|
292
|
-
export declare const PerfilSped: {
|
|
293
|
-
PerfilA: string;
|
|
294
|
-
PerfilB: string;
|
|
295
|
-
PerfilC: string;
|
|
296
|
-
description(val: string): "enum not found" | "Perfil A" | "Perfil B" | "Perfil C";
|
|
297
|
-
};
|
|
298
|
-
export declare const TipoAtividade: {
|
|
299
|
-
IndustrialEquiparadoIndustrial: string;
|
|
300
|
-
Outros: string;
|
|
301
|
-
description(val: string): "enum not found" | "Outros" | "Industrial ou equiparado a industrial";
|
|
302
|
-
};
|
|
303
|
-
export declare const IndicadorEmitente: {
|
|
304
|
-
EmissaoPropria: string;
|
|
305
|
-
Terceiros: string;
|
|
306
|
-
description(val: string): "enum not found" | "Outros" | "Emissão própria";
|
|
307
|
-
};
|
package/dist/fiscal/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.TipoEventoManifestacao = exports.TipoDesconto = exports.TipoInformacaoAdicional = exports.SituacaoManifestoDestinatario = exports.SituacaoNotaFiscal = exports.MotivoDesoneracao = exports.ModalidadeBaseCalculoST = exports.ModalidadeBaseCalculo = exports.IndicadorIEDestinatario = exports.RegimeTributario = exports.IndicadorIntermediador = exports.IndicadorPresencaNotaFiscal = exports.ConsumidorFinalNotaFiscal = exports.AmbienteNotaFiscal = exports.FinalidadeEmissaoNotaFiscal = exports.TipoEmissaoNotaFiscal = exports.TipoImpressaoDanfe = exports.IdentificadorLocalDestino = exports.ModeloNotaFiscal = exports.OperacaoNotaFiscal = exports.TipoOperacaoNotaFiscal = exports.OrigemProduto = exports.COFINS = exports.PIS = exports.IPI = exports.ICMS_CSOSN = exports.ICMS_CST = void 0;
|
|
4
4
|
exports.ICMS_CST = {
|
|
5
5
|
TributadoIntegralmente: '00',
|
|
6
6
|
TributadoCobrancaIcmsSt: '10',
|
|
@@ -860,48 +860,3 @@ exports.TipoEventoManifestacao = {
|
|
|
860
860
|
}
|
|
861
861
|
},
|
|
862
862
|
};
|
|
863
|
-
exports.PerfilSped = {
|
|
864
|
-
PerfilA: 'A',
|
|
865
|
-
PerfilB: 'B',
|
|
866
|
-
PerfilC: 'C',
|
|
867
|
-
description(val) {
|
|
868
|
-
switch (val) {
|
|
869
|
-
case this.PerfilA:
|
|
870
|
-
return 'Perfil A';
|
|
871
|
-
case this.PerfilB:
|
|
872
|
-
return 'Perfil B';
|
|
873
|
-
case this.PerfilC:
|
|
874
|
-
return 'Perfil C';
|
|
875
|
-
default:
|
|
876
|
-
return 'enum not found';
|
|
877
|
-
}
|
|
878
|
-
},
|
|
879
|
-
};
|
|
880
|
-
exports.TipoAtividade = {
|
|
881
|
-
IndustrialEquiparadoIndustrial: '0',
|
|
882
|
-
Outros: '1',
|
|
883
|
-
description(val) {
|
|
884
|
-
switch (val) {
|
|
885
|
-
case this.IndustrialEquiparadoIndustrial:
|
|
886
|
-
return 'Industrial ou equiparado a industrial';
|
|
887
|
-
case this.Outros:
|
|
888
|
-
return 'Outros';
|
|
889
|
-
default:
|
|
890
|
-
return 'enum not found';
|
|
891
|
-
}
|
|
892
|
-
},
|
|
893
|
-
};
|
|
894
|
-
exports.IndicadorEmitente = {
|
|
895
|
-
EmissaoPropria: '0',
|
|
896
|
-
Terceiros: '1',
|
|
897
|
-
description(val) {
|
|
898
|
-
switch (val) {
|
|
899
|
-
case this.EmissaoPropria:
|
|
900
|
-
return 'Emissão própria';
|
|
901
|
-
case this.Terceiros:
|
|
902
|
-
return 'Outros';
|
|
903
|
-
default:
|
|
904
|
-
return 'enum not found';
|
|
905
|
-
}
|
|
906
|
-
},
|
|
907
|
-
};
|
package/dist/general/index.d.ts
CHANGED
|
@@ -51,8 +51,8 @@ export declare const Uf: {
|
|
|
51
51
|
DF: string;
|
|
52
52
|
AN: string;
|
|
53
53
|
EX: string;
|
|
54
|
-
description(val: string): "Rondônia" | "Acre" | "Amazonas" | "Roraima" | "Pará" | "Amapá" | "Tocantins" | "Maranhão" | "Rio Grande do Norte" | "Paraíba" | "Pernambuco" | "Alagoas" | "Sergipe" | "Bahia" | "Minas Gerais" | "Espírito Santo" | "Rio de Janeiro" | "São Paulo" | "Paraná" | "Santa Catarina" | "Rio Grande do Sul" | "Mato Grosso do Sul" | "Mato Grosso" | "Goiás" | "Distrito Federal" |
|
|
55
|
-
shortDescription(val: string): "
|
|
54
|
+
description(val: string): "Rondônia" | "Acre" | "Amazonas" | "Roraima" | "Pará" | "Amapá" | "Tocantins" | "Maranhão" | "Rio Grande do Norte" | "Paraíba" | "Pernambuco" | "Alagoas" | "Sergipe" | "Bahia" | "Minas Gerais" | "Espírito Santo" | "Rio de Janeiro" | "São Paulo" | "Paraná" | "Santa Catarina" | "Rio Grande do Sul" | "Mato Grosso do Sul" | "Mato Grosso" | "Goiás" | "Distrito Federal" | undefined;
|
|
55
|
+
shortDescription(val: string): "RO" | "AC" | "AM" | "RR" | "PA" | "AP" | "TO" | "MA" | "RN" | "PB" | "PE" | "AL" | "SE" | "BA" | "MG" | "ES" | "RJ" | "SP" | "PR" | "SC" | "RS" | "MS" | "MT" | "GO" | "DF" | undefined;
|
|
56
56
|
};
|
|
57
57
|
export declare const ProporcaoImagem: {
|
|
58
58
|
'1/1': string;
|
|
@@ -65,9 +65,3 @@ export declare const TipoLogos: {
|
|
|
65
65
|
Retangular: string;
|
|
66
66
|
description(val: string): "enum not found" | "Quadrada" | "Retangular";
|
|
67
67
|
};
|
|
68
|
-
export declare const StyleTypeLogos: {
|
|
69
|
-
Branca: string;
|
|
70
|
-
Preta: string;
|
|
71
|
-
Default: string;
|
|
72
|
-
description(val: string): "enum not found" | "Branca" | "Preta" | "Default";
|
|
73
|
-
};
|
package/dist/general/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.TipoLogos = exports.ProporcaoImagem = exports.Uf = exports.TipoTempo = exports.TipoDescontoGeneral = exports.TipoCompartilhamento = exports.Situacao = void 0;
|
|
4
4
|
exports.Situacao = {
|
|
5
5
|
Inativo: '0',
|
|
6
6
|
Ativo: '1',
|
|
@@ -146,18 +146,10 @@ exports.Uf = {
|
|
|
146
146
|
return 'Goiás';
|
|
147
147
|
case this.DF:
|
|
148
148
|
return 'Distrito Federal';
|
|
149
|
-
case this.PI:
|
|
150
|
-
return 'Piauí';
|
|
151
|
-
case this.CE:
|
|
152
|
-
return 'Ceará';
|
|
153
149
|
}
|
|
154
150
|
},
|
|
155
151
|
shortDescription(val) {
|
|
156
152
|
switch (val) {
|
|
157
|
-
case this.PI:
|
|
158
|
-
return 'PI';
|
|
159
|
-
case this.CE:
|
|
160
|
-
return 'CE';
|
|
161
153
|
case this.RO:
|
|
162
154
|
return 'RO';
|
|
163
155
|
case this.AC:
|
|
@@ -249,20 +241,3 @@ exports.TipoLogos = {
|
|
|
249
241
|
}
|
|
250
242
|
},
|
|
251
243
|
};
|
|
252
|
-
exports.StyleTypeLogos = {
|
|
253
|
-
Branca: '0',
|
|
254
|
-
Preta: '1',
|
|
255
|
-
Default: '2',
|
|
256
|
-
description(val) {
|
|
257
|
-
switch (val) {
|
|
258
|
-
case this.Branca:
|
|
259
|
-
return 'Branca';
|
|
260
|
-
case this.Preta:
|
|
261
|
-
return 'Preta';
|
|
262
|
-
case this.Default:
|
|
263
|
-
return 'Default';
|
|
264
|
-
default:
|
|
265
|
-
return 'enum not found';
|
|
266
|
-
}
|
|
267
|
-
},
|
|
268
|
-
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { listEnum } from './functions';
|
|
2
|
-
export { SituacaoPedido, OperacaoPedido, OrigemPedido, TipoFrete, TipoDescontoPromocao, TipoMarketplace, SituacaoProdutoMarketplace, StatusProcessoCarrinho, TipoAplicacaoTabelaPreco, TipoValorTabelaPreco, TipoGrupoComissao, MotivoPedido, SituacaoItemConsignacao, TipoDataPedido, ModalConsignacaoOperacao, TipoIntegracaoFrete, SituacaoOperacao,
|
|
3
|
-
export { TipoDispositivo, TipoPermissao, TipoPeriferico, ModeloSat, ModoFinalizacao, VersaoLayoutSat, TipoPrecoPadrao, TipoEtiqueta, ModeloEtiqueta, ParametroEtiquetaProduto, ModeloPimaco, TipoImpressao, TipoInformacaoBalanca, ModeloBalanca, TipoAtualizacaoSocket, TipoArquivoExportacao, TipoImportacao,
|
|
2
|
+
export { SituacaoPedido, OperacaoPedido, OrigemPedido, TipoFrete, TipoDescontoPromocao, TipoMarketplace, SituacaoProdutoMarketplace, StatusProcessoCarrinho, TipoAplicacaoTabelaPreco, TipoValorTabelaPreco, TipoGrupoComissao, MotivoPedido, SituacaoItemConsignacao, TipoDataPedido, ModalConsignacaoOperacao, TipoIntegracaoFrete, SituacaoOperacao, } from './commercial';
|
|
3
|
+
export { TipoDispositivo, TipoPermissao, TipoPeriferico, ModeloSat, ModoFinalizacao, VersaoLayoutSat, TipoPrecoPadrao, TipoEtiqueta, ModeloEtiqueta, ParametroEtiquetaProduto, ModeloPimaco, TipoImpressao, TipoInformacaoBalanca, ModeloBalanca, TipoAtualizacaoSocket, TipoArquivoExportacao, TipoImportacao, } from './config';
|
|
4
4
|
export { MeioPagamento, OperacaoOperadoraCartao, TipoCalculoParcelamento, TipoPromocao, IndicadorFormaPagamento, BandeiraCartao, SituacaoDocumentoFinanceiro, TipoLancamentoDocumentoFinanceiro, TipoCaixaOperacao, SituacaoCaixa, TipoValorConfiguracaoBoleto, SituacaoBoleto, SituacaoConciliacao, TipoDataDocumentoFinanceiro, TipoCalculoTaxaCartaoCredito, } from './finance';
|
|
5
|
-
export { COFINS, ICMS_CSOSN, ICMS_CST, IPI, PIS, TipoOperacaoNotaFiscal, OperacaoNotaFiscal, ModeloNotaFiscal, OrigemProduto, IdentificadorLocalDestino, AmbienteNotaFiscal, ConsumidorFinalNotaFiscal, FinalidadeEmissaoNotaFiscal, IndicadorIEDestinatario, IndicadorIntermediador, IndicadorPresencaNotaFiscal, ModalidadeBaseCalculo, ModalidadeBaseCalculoST, MotivoDesoneracao, RegimeTributario, TipoEmissaoNotaFiscal, TipoImpressaoDanfe, SituacaoNotaFiscal, TipoInformacaoAdicional, TipoDesconto, SituacaoManifestoDestinatario, TipoEventoManifestacao,
|
|
6
|
-
export { Situacao, TipoCompartilhamento, TipoDescontoGeneral, TipoTempo, Uf, ProporcaoImagem, TipoLogos,
|
|
5
|
+
export { COFINS, ICMS_CSOSN, ICMS_CST, IPI, PIS, TipoOperacaoNotaFiscal, OperacaoNotaFiscal, ModeloNotaFiscal, OrigemProduto, IdentificadorLocalDestino, AmbienteNotaFiscal, ConsumidorFinalNotaFiscal, FinalidadeEmissaoNotaFiscal, IndicadorIEDestinatario, IndicadorIntermediador, IndicadorPresencaNotaFiscal, ModalidadeBaseCalculo, ModalidadeBaseCalculoST, MotivoDesoneracao, RegimeTributario, TipoEmissaoNotaFiscal, TipoImpressaoDanfe, SituacaoNotaFiscal, TipoInformacaoAdicional, TipoDesconto, SituacaoManifestoDestinatario, TipoEventoManifestacao, } from './fiscal';
|
|
6
|
+
export { Situacao, TipoCompartilhamento, TipoDescontoGeneral, TipoTempo, Uf, ProporcaoImagem, TipoLogos, } from './general';
|
|
7
7
|
export { TipoEndereco, TipoPessoa, GeneroPessoa, TipoOperacaoPessoaContaCorrente } from './people';
|
|
8
|
-
export { TipoProduto, TipoValoracao, SituacaoMovimentacaoEstoque, OrigemMovimentacaoEstoque, TipoCategoria, TipoImagemGaleria, TipoAtualizacaoEstoque, TipoLeiRotulagem, TipoQuantidadeInfoNutricional,
|
|
8
|
+
export { TipoProduto, TipoValoracao, SituacaoMovimentacaoEstoque, OrigemMovimentacaoEstoque, TipoCategoria, TipoImagemGaleria, TipoAtualizacaoEstoque, TipoLeiRotulagem, TipoQuantidadeInfoNutricional, } from './logistics';
|
|
9
9
|
export { TipoRelatorio, AgrupamentoRelatorio } from './reports/index';
|
|
10
|
-
export { TipoOrganizacao, SituacaoOrganizacao, TipoBanners, EstruturaNegocio, SituacaoAtivacao, TipoTicket, SituacaoTicket,
|
|
10
|
+
export { TipoOrganizacao, SituacaoOrganizacao, TipoBanners, EstruturaNegocio, SituacaoAtivacao, TipoTicket, SituacaoTicket, } from './platform';
|
|
11
11
|
export { TipoIntegracaoPagamento, TipoPagamentoTuo, TipoPagamentoSafeTwoPay } from './integration';
|
|
12
12
|
export { ModoOperacaoPdv, ModoVisualizacaoMobile, TipoBuscaAutocomplete, TipoItemCheckout } from './checkout';
|
|
13
|
-
export { TipoSolicitacao, SituacaoSolicitacao, SituacaoFila, TipoHistoricoSolicitacao
|
|
13
|
+
export { TipoSolicitacao, SituacaoSolicitacao, SituacaoFila, TipoHistoricoSolicitacao } from './common';
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
3
|
+
exports.TipoCalculoTaxaCartaoCredito = exports.TipoDataDocumentoFinanceiro = exports.SituacaoConciliacao = exports.SituacaoBoleto = exports.TipoValorConfiguracaoBoleto = exports.SituacaoCaixa = exports.TipoCaixaOperacao = exports.TipoLancamentoDocumentoFinanceiro = exports.SituacaoDocumentoFinanceiro = exports.BandeiraCartao = exports.IndicadorFormaPagamento = exports.TipoPromocao = exports.TipoCalculoParcelamento = exports.OperacaoOperadoraCartao = exports.MeioPagamento = exports.TipoImportacao = exports.TipoArquivoExportacao = exports.TipoAtualizacaoSocket = exports.ModeloBalanca = exports.TipoInformacaoBalanca = exports.TipoImpressao = exports.ModeloPimaco = exports.ParametroEtiquetaProduto = exports.ModeloEtiqueta = exports.TipoEtiqueta = exports.TipoPrecoPadrao = exports.VersaoLayoutSat = exports.ModoFinalizacao = exports.ModeloSat = exports.TipoPeriferico = exports.TipoPermissao = exports.TipoDispositivo = exports.SituacaoOperacao = exports.TipoIntegracaoFrete = exports.ModalConsignacaoOperacao = exports.TipoDataPedido = exports.SituacaoItemConsignacao = exports.MotivoPedido = exports.TipoGrupoComissao = exports.TipoValorTabelaPreco = exports.TipoAplicacaoTabelaPreco = exports.StatusProcessoCarrinho = exports.SituacaoProdutoMarketplace = exports.TipoMarketplace = exports.TipoDescontoPromocao = exports.TipoFrete = exports.OrigemPedido = exports.OperacaoPedido = exports.SituacaoPedido = exports.listEnum = void 0;
|
|
4
|
+
exports.TipoOrganizacao = exports.AgrupamentoRelatorio = exports.TipoRelatorio = exports.TipoQuantidadeInfoNutricional = exports.TipoLeiRotulagem = exports.TipoAtualizacaoEstoque = exports.TipoImagemGaleria = exports.TipoCategoria = exports.OrigemMovimentacaoEstoque = exports.SituacaoMovimentacaoEstoque = exports.TipoValoracao = exports.TipoProduto = exports.TipoOperacaoPessoaContaCorrente = exports.GeneroPessoa = exports.TipoPessoa = exports.TipoEndereco = exports.TipoLogos = exports.ProporcaoImagem = exports.Uf = exports.TipoTempo = exports.TipoDescontoGeneral = exports.TipoCompartilhamento = exports.Situacao = exports.TipoEventoManifestacao = exports.SituacaoManifestoDestinatario = exports.TipoDesconto = exports.TipoInformacaoAdicional = exports.SituacaoNotaFiscal = exports.TipoImpressaoDanfe = exports.TipoEmissaoNotaFiscal = exports.RegimeTributario = exports.MotivoDesoneracao = exports.ModalidadeBaseCalculoST = exports.ModalidadeBaseCalculo = exports.IndicadorPresencaNotaFiscal = exports.IndicadorIntermediador = exports.IndicadorIEDestinatario = exports.FinalidadeEmissaoNotaFiscal = exports.ConsumidorFinalNotaFiscal = exports.AmbienteNotaFiscal = exports.IdentificadorLocalDestino = exports.OrigemProduto = exports.ModeloNotaFiscal = exports.OperacaoNotaFiscal = exports.TipoOperacaoNotaFiscal = exports.PIS = exports.IPI = exports.ICMS_CST = exports.ICMS_CSOSN = exports.COFINS = void 0;
|
|
5
|
+
exports.TipoHistoricoSolicitacao = exports.SituacaoFila = exports.SituacaoSolicitacao = exports.TipoSolicitacao = exports.TipoItemCheckout = exports.TipoBuscaAutocomplete = exports.ModoVisualizacaoMobile = exports.ModoOperacaoPdv = exports.TipoPagamentoSafeTwoPay = exports.TipoPagamentoTuo = exports.TipoIntegracaoPagamento = exports.SituacaoTicket = exports.TipoTicket = exports.SituacaoAtivacao = exports.EstruturaNegocio = exports.TipoBanners = exports.SituacaoOrganizacao = void 0;
|
|
6
6
|
var functions_1 = require("./functions");
|
|
7
7
|
Object.defineProperty(exports, "listEnum", { enumerable: true, get: function () { return functions_1.listEnum; } });
|
|
8
8
|
var commercial_1 = require("./commercial");
|
|
@@ -23,12 +23,6 @@ Object.defineProperty(exports, "TipoDataPedido", { enumerable: true, get: functi
|
|
|
23
23
|
Object.defineProperty(exports, "ModalConsignacaoOperacao", { enumerable: true, get: function () { return commercial_1.ModalConsignacaoOperacao; } });
|
|
24
24
|
Object.defineProperty(exports, "TipoIntegracaoFrete", { enumerable: true, get: function () { return commercial_1.TipoIntegracaoFrete; } });
|
|
25
25
|
Object.defineProperty(exports, "SituacaoOperacao", { enumerable: true, get: function () { return commercial_1.SituacaoOperacao; } });
|
|
26
|
-
Object.defineProperty(exports, "SituacaoPagamento", { enumerable: true, get: function () { return commercial_1.SituacaoPagamento; } });
|
|
27
|
-
Object.defineProperty(exports, "SituacaoEntrega", { enumerable: true, get: function () { return commercial_1.SituacaoEntrega; } });
|
|
28
|
-
Object.defineProperty(exports, "SituacaoEtiqueta", { enumerable: true, get: function () { return commercial_1.SituacaoEtiqueta; } });
|
|
29
|
-
Object.defineProperty(exports, "MotivoDevolucao", { enumerable: true, get: function () { return commercial_1.MotivoDevolucao; } });
|
|
30
|
-
Object.defineProperty(exports, "SituacaoDevolucao", { enumerable: true, get: function () { return commercial_1.SituacaoDevolucao; } });
|
|
31
|
-
Object.defineProperty(exports, "SituacaoDevolucaoPedido", { enumerable: true, get: function () { return commercial_1.SituacaoDevolucaoPedido; } });
|
|
32
26
|
var config_1 = require("./config");
|
|
33
27
|
Object.defineProperty(exports, "TipoDispositivo", { enumerable: true, get: function () { return config_1.TipoDispositivo; } });
|
|
34
28
|
Object.defineProperty(exports, "TipoPermissao", { enumerable: true, get: function () { return config_1.TipoPermissao; } });
|
|
@@ -47,8 +41,6 @@ Object.defineProperty(exports, "ModeloBalanca", { enumerable: true, get: functio
|
|
|
47
41
|
Object.defineProperty(exports, "TipoAtualizacaoSocket", { enumerable: true, get: function () { return config_1.TipoAtualizacaoSocket; } });
|
|
48
42
|
Object.defineProperty(exports, "TipoArquivoExportacao", { enumerable: true, get: function () { return config_1.TipoArquivoExportacao; } });
|
|
49
43
|
Object.defineProperty(exports, "TipoImportacao", { enumerable: true, get: function () { return config_1.TipoImportacao; } });
|
|
50
|
-
Object.defineProperty(exports, "OrigemAutorizacao", { enumerable: true, get: function () { return config_1.OrigemAutorizacao; } });
|
|
51
|
-
Object.defineProperty(exports, "SituacaoAutorizacao", { enumerable: true, get: function () { return config_1.SituacaoAutorizacao; } });
|
|
52
44
|
var finance_1 = require("./finance");
|
|
53
45
|
Object.defineProperty(exports, "MeioPagamento", { enumerable: true, get: function () { return finance_1.MeioPagamento; } });
|
|
54
46
|
Object.defineProperty(exports, "OperacaoOperadoraCartao", { enumerable: true, get: function () { return finance_1.OperacaoOperadoraCartao; } });
|
|
@@ -94,9 +86,6 @@ Object.defineProperty(exports, "TipoInformacaoAdicional", { enumerable: true, ge
|
|
|
94
86
|
Object.defineProperty(exports, "TipoDesconto", { enumerable: true, get: function () { return fiscal_1.TipoDesconto; } });
|
|
95
87
|
Object.defineProperty(exports, "SituacaoManifestoDestinatario", { enumerable: true, get: function () { return fiscal_1.SituacaoManifestoDestinatario; } });
|
|
96
88
|
Object.defineProperty(exports, "TipoEventoManifestacao", { enumerable: true, get: function () { return fiscal_1.TipoEventoManifestacao; } });
|
|
97
|
-
Object.defineProperty(exports, "PerfilSped", { enumerable: true, get: function () { return fiscal_1.PerfilSped; } });
|
|
98
|
-
Object.defineProperty(exports, "TipoAtividade", { enumerable: true, get: function () { return fiscal_1.TipoAtividade; } });
|
|
99
|
-
Object.defineProperty(exports, "IndicadorEmitente", { enumerable: true, get: function () { return fiscal_1.IndicadorEmitente; } });
|
|
100
89
|
var general_1 = require("./general");
|
|
101
90
|
Object.defineProperty(exports, "Situacao", { enumerable: true, get: function () { return general_1.Situacao; } });
|
|
102
91
|
Object.defineProperty(exports, "TipoCompartilhamento", { enumerable: true, get: function () { return general_1.TipoCompartilhamento; } });
|
|
@@ -105,7 +94,6 @@ Object.defineProperty(exports, "TipoTempo", { enumerable: true, get: function ()
|
|
|
105
94
|
Object.defineProperty(exports, "Uf", { enumerable: true, get: function () { return general_1.Uf; } });
|
|
106
95
|
Object.defineProperty(exports, "ProporcaoImagem", { enumerable: true, get: function () { return general_1.ProporcaoImagem; } });
|
|
107
96
|
Object.defineProperty(exports, "TipoLogos", { enumerable: true, get: function () { return general_1.TipoLogos; } });
|
|
108
|
-
Object.defineProperty(exports, "StyleTypeLogos", { enumerable: true, get: function () { return general_1.StyleTypeLogos; } });
|
|
109
97
|
var people_1 = require("./people");
|
|
110
98
|
Object.defineProperty(exports, "TipoEndereco", { enumerable: true, get: function () { return people_1.TipoEndereco; } });
|
|
111
99
|
Object.defineProperty(exports, "TipoPessoa", { enumerable: true, get: function () { return people_1.TipoPessoa; } });
|
|
@@ -121,7 +109,6 @@ Object.defineProperty(exports, "TipoImagemGaleria", { enumerable: true, get: fun
|
|
|
121
109
|
Object.defineProperty(exports, "TipoAtualizacaoEstoque", { enumerable: true, get: function () { return logistics_1.TipoAtualizacaoEstoque; } });
|
|
122
110
|
Object.defineProperty(exports, "TipoLeiRotulagem", { enumerable: true, get: function () { return logistics_1.TipoLeiRotulagem; } });
|
|
123
111
|
Object.defineProperty(exports, "TipoQuantidadeInfoNutricional", { enumerable: true, get: function () { return logistics_1.TipoQuantidadeInfoNutricional; } });
|
|
124
|
-
Object.defineProperty(exports, "TipoItem", { enumerable: true, get: function () { return logistics_1.TipoItem; } });
|
|
125
112
|
var index_1 = require("./reports/index");
|
|
126
113
|
Object.defineProperty(exports, "TipoRelatorio", { enumerable: true, get: function () { return index_1.TipoRelatorio; } });
|
|
127
114
|
Object.defineProperty(exports, "AgrupamentoRelatorio", { enumerable: true, get: function () { return index_1.AgrupamentoRelatorio; } });
|
|
@@ -133,9 +120,6 @@ Object.defineProperty(exports, "EstruturaNegocio", { enumerable: true, get: func
|
|
|
133
120
|
Object.defineProperty(exports, "SituacaoAtivacao", { enumerable: true, get: function () { return platform_1.SituacaoAtivacao; } });
|
|
134
121
|
Object.defineProperty(exports, "TipoTicket", { enumerable: true, get: function () { return platform_1.TipoTicket; } });
|
|
135
122
|
Object.defineProperty(exports, "SituacaoTicket", { enumerable: true, get: function () { return platform_1.SituacaoTicket; } });
|
|
136
|
-
Object.defineProperty(exports, "SituacaoAplicativo", { enumerable: true, get: function () { return platform_1.SituacaoAplicativo; } });
|
|
137
|
-
Object.defineProperty(exports, "SituacaoPlanos", { enumerable: true, get: function () { return platform_1.SituacaoPlanos; } });
|
|
138
|
-
Object.defineProperty(exports, "SituacaoUsuarios", { enumerable: true, get: function () { return platform_1.SituacaoUsuarios; } });
|
|
139
123
|
var integration_1 = require("./integration");
|
|
140
124
|
Object.defineProperty(exports, "TipoIntegracaoPagamento", { enumerable: true, get: function () { return integration_1.TipoIntegracaoPagamento; } });
|
|
141
125
|
Object.defineProperty(exports, "TipoPagamentoTuo", { enumerable: true, get: function () { return integration_1.TipoPagamentoTuo; } });
|
|
@@ -150,5 +134,3 @@ Object.defineProperty(exports, "TipoSolicitacao", { enumerable: true, get: funct
|
|
|
150
134
|
Object.defineProperty(exports, "SituacaoSolicitacao", { enumerable: true, get: function () { return common_1.SituacaoSolicitacao; } });
|
|
151
135
|
Object.defineProperty(exports, "SituacaoFila", { enumerable: true, get: function () { return common_1.SituacaoFila; } });
|
|
152
136
|
Object.defineProperty(exports, "TipoHistoricoSolicitacao", { enumerable: true, get: function () { return common_1.TipoHistoricoSolicitacao; } });
|
|
153
|
-
Object.defineProperty(exports, "TipoAbrangenciaNotificacao", { enumerable: true, get: function () { return common_1.TipoAbrangenciaNotificacao; } });
|
|
154
|
-
Object.defineProperty(exports, "TipoNotificacao", { enumerable: true, get: function () { return common_1.TipoNotificacao; } });
|
|
@@ -58,18 +58,3 @@ export declare const TipoQuantidadeInfoNutricional: {
|
|
|
58
58
|
Mililitro: string;
|
|
59
59
|
description(val: string): "enum not found" | "100 G (100 gramas)" | "100 ML (100 mililitros)";
|
|
60
60
|
};
|
|
61
|
-
export declare const TipoItem: {
|
|
62
|
-
MercadoriaRevenda: string;
|
|
63
|
-
MateriaPrima: string;
|
|
64
|
-
Embalagem: string;
|
|
65
|
-
ProdutoProcesso: string;
|
|
66
|
-
ProdutoAcabado: string;
|
|
67
|
-
Subproduto: string;
|
|
68
|
-
ProdutoIntermediario: string;
|
|
69
|
-
MaterialUsoConsumo: string;
|
|
70
|
-
AtivoImobilizado: string;
|
|
71
|
-
Servicos: string;
|
|
72
|
-
OutrosInsumos: string;
|
|
73
|
-
Outras: string;
|
|
74
|
-
description(val: string): "enum not found" | "Mercadoria para revenda" | "Matéria-prima" | "Embalagem" | "Produto em processo" | "Produto acabado" | "Subproduto" | "Produto intermediário" | "Material de uso e consumo" | "Ativo imobilizado" | "Serviços" | "Outros insumos" | "Outras";
|
|
75
|
-
};
|
package/dist/logistics/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.TipoQuantidadeInfoNutricional = exports.TipoLeiRotulagem = exports.TipoAtualizacaoEstoque = exports.TipoImagemGaleria = exports.TipoCategoria = exports.OrigemMovimentacaoEstoque = exports.SituacaoMovimentacaoEstoque = exports.TipoValoracao = exports.TipoProduto = void 0;
|
|
4
4
|
exports.TipoProduto = {
|
|
5
5
|
Simples: '0',
|
|
6
6
|
ComGrade: '1',
|
|
@@ -172,49 +172,3 @@ exports.TipoQuantidadeInfoNutricional = {
|
|
|
172
172
|
}
|
|
173
173
|
},
|
|
174
174
|
};
|
|
175
|
-
exports.TipoItem = {
|
|
176
|
-
MercadoriaRevenda: '00',
|
|
177
|
-
MateriaPrima: '01',
|
|
178
|
-
Embalagem: '02',
|
|
179
|
-
ProdutoProcesso: '03',
|
|
180
|
-
ProdutoAcabado: '04',
|
|
181
|
-
Subproduto: '05',
|
|
182
|
-
ProdutoIntermediario: '06',
|
|
183
|
-
MaterialUsoConsumo: '07',
|
|
184
|
-
AtivoImobilizado: '08',
|
|
185
|
-
Servicos: '09',
|
|
186
|
-
OutrosInsumos: '10',
|
|
187
|
-
Outras: '99',
|
|
188
|
-
description(val) {
|
|
189
|
-
switch (val) {
|
|
190
|
-
case this.MercadoriaRevenda:
|
|
191
|
-
return 'Mercadoria para revenda';
|
|
192
|
-
case this.MateriaPrima:
|
|
193
|
-
return 'Matéria-prima';
|
|
194
|
-
case this.MateriaPrima:
|
|
195
|
-
return 'Matéria-prima';
|
|
196
|
-
case this.Embalagem:
|
|
197
|
-
return 'Embalagem';
|
|
198
|
-
case this.ProdutoProcesso:
|
|
199
|
-
return 'Produto em processo';
|
|
200
|
-
case this.ProdutoAcabado:
|
|
201
|
-
return 'Produto acabado';
|
|
202
|
-
case this.Subproduto:
|
|
203
|
-
return 'Subproduto';
|
|
204
|
-
case this.ProdutoIntermediario:
|
|
205
|
-
return 'Produto intermediário';
|
|
206
|
-
case this.MaterialUsoConsumo:
|
|
207
|
-
return 'Material de uso e consumo';
|
|
208
|
-
case this.AtivoImobilizado:
|
|
209
|
-
return 'Ativo imobilizado';
|
|
210
|
-
case this.Servicos:
|
|
211
|
-
return 'Serviços';
|
|
212
|
-
case this.OutrosInsumos:
|
|
213
|
-
return 'Outros insumos';
|
|
214
|
-
case this.Outras:
|
|
215
|
-
return 'Outras';
|
|
216
|
-
default:
|
|
217
|
-
return 'enum not found';
|
|
218
|
-
}
|
|
219
|
-
},
|
|
220
|
-
};
|
package/dist/people/index.d.ts
CHANGED
|
@@ -16,7 +16,5 @@ export declare const GeneroPessoa: {
|
|
|
16
16
|
export declare const TipoOperacaoPessoaContaCorrente: {
|
|
17
17
|
DevolucaoVenda: string;
|
|
18
18
|
CompraNotaFiscal: string;
|
|
19
|
-
|
|
20
|
-
EstornoSaldoGerado: string;
|
|
21
|
-
description(val: string): "enum not found" | "Compra" | "Devolução de Venda" | "Estorno de saldo usado" | "Estorno de Saldo Gerado";
|
|
19
|
+
description(val: string): "enum not found" | "Compra" | "Devolução de Venda";
|
|
22
20
|
};
|
package/dist/people/index.js
CHANGED
|
@@ -46,18 +46,12 @@ exports.GeneroPessoa = {
|
|
|
46
46
|
exports.TipoOperacaoPessoaContaCorrente = {
|
|
47
47
|
DevolucaoVenda: '0',
|
|
48
48
|
CompraNotaFiscal: '1',
|
|
49
|
-
EstornoSaldoUsado: '2',
|
|
50
|
-
EstornoSaldoGerado: '3',
|
|
51
49
|
description(val) {
|
|
52
50
|
switch (val) {
|
|
53
51
|
case this.DevolucaoVenda:
|
|
54
52
|
return 'Devolução de Venda';
|
|
55
53
|
case this.CompraNotaFiscal:
|
|
56
54
|
return 'Compra';
|
|
57
|
-
case this.EstornoSaldoUsado:
|
|
58
|
-
return 'Estorno de saldo usado';
|
|
59
|
-
case this.EstornoSaldoGerado:
|
|
60
|
-
return 'Estorno de Saldo Gerado';
|
|
61
55
|
default:
|
|
62
56
|
return 'enum not found';
|
|
63
57
|
}
|
package/dist/platform/index.d.ts
CHANGED
|
@@ -41,20 +41,5 @@ export declare const TipoBanners: {
|
|
|
41
41
|
export declare const EstruturaNegocio: {
|
|
42
42
|
Matriz: string;
|
|
43
43
|
Filial: string;
|
|
44
|
-
description(val: string): "enum not found" | "
|
|
45
|
-
};
|
|
46
|
-
export declare const SituacaoAplicativo: {
|
|
47
|
-
Inativo: string;
|
|
48
|
-
Ativo: string;
|
|
49
|
-
description(val: string): "enum not found" | "Inativo" | "Ativo";
|
|
50
|
-
};
|
|
51
|
-
export declare const SituacaoPlanos: {
|
|
52
|
-
Inativo: string;
|
|
53
|
-
Ativo: string;
|
|
54
|
-
description(val: string): "enum not found" | "Inativo" | "Ativo";
|
|
55
|
-
};
|
|
56
|
-
export declare const SituacaoUsuarios: {
|
|
57
|
-
Inativo: string;
|
|
58
|
-
Ativo: string;
|
|
59
|
-
description(val: string): "enum not found" | "Inativo" | "Ativo";
|
|
44
|
+
description(val: string): "enum not found" | "Matriz" | "Filial";
|
|
60
45
|
};
|
package/dist/platform/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.EstruturaNegocio = exports.TipoBanners = exports.TipoOrganizacao = exports.SituacaoTicket = exports.TipoTicket = exports.SituacaoAtivacao = exports.SituacaoOrganizacao = void 0;
|
|
4
4
|
exports.SituacaoOrganizacao = {
|
|
5
5
|
Cancelado: '0',
|
|
6
6
|
Ativo: '1',
|
|
@@ -129,45 +129,3 @@ exports.EstruturaNegocio = {
|
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
131
|
};
|
|
132
|
-
exports.SituacaoAplicativo = {
|
|
133
|
-
Inativo: '0',
|
|
134
|
-
Ativo: '1',
|
|
135
|
-
description(val) {
|
|
136
|
-
switch (val) {
|
|
137
|
-
case this.Inativo:
|
|
138
|
-
return 'Inativo';
|
|
139
|
-
case this.Ativo:
|
|
140
|
-
return 'Ativo';
|
|
141
|
-
default:
|
|
142
|
-
return 'enum not found';
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
};
|
|
146
|
-
exports.SituacaoPlanos = {
|
|
147
|
-
Inativo: '0',
|
|
148
|
-
Ativo: '1',
|
|
149
|
-
description(val) {
|
|
150
|
-
switch (val) {
|
|
151
|
-
case this.Inativo:
|
|
152
|
-
return 'Inativo';
|
|
153
|
-
case this.Ativo:
|
|
154
|
-
return 'Ativo';
|
|
155
|
-
default:
|
|
156
|
-
return 'enum not found';
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
|
-
};
|
|
160
|
-
exports.SituacaoUsuarios = {
|
|
161
|
-
Inativo: '0',
|
|
162
|
-
Ativo: '1',
|
|
163
|
-
description(val) {
|
|
164
|
-
switch (val) {
|
|
165
|
-
case this.Inativo:
|
|
166
|
-
return 'Inativo';
|
|
167
|
-
case this.Ativo:
|
|
168
|
-
return 'Ativo';
|
|
169
|
-
default:
|
|
170
|
-
return 'enum not found';
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
};
|
package/dist/reports/index.d.ts
CHANGED
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
export declare const TipoRelatorio: {
|
|
2
2
|
Resumido: string;
|
|
3
3
|
Detalhado: string;
|
|
4
|
-
description(val: string): "
|
|
4
|
+
description(val: string): "Resumido" | "Detalhado" | undefined;
|
|
5
5
|
};
|
|
6
6
|
export declare const AgrupamentoRelatorio: {
|
|
7
|
-
|
|
7
|
+
Pessoa: string;
|
|
8
8
|
Data: string;
|
|
9
9
|
Produto: string;
|
|
10
10
|
Documento: string;
|
|
11
11
|
Vendedor: string;
|
|
12
|
-
|
|
13
|
-
Marca: string;
|
|
14
|
-
Filial: string;
|
|
15
|
-
PlanoConta: string;
|
|
16
|
-
CentroCusto: string;
|
|
17
|
-
description(val: string): "enum not found" | "Cliente" | "Produto" | "Marca" | "Data" | "Documento" | "Vendedor" | "Categoria" | "Filial" | "Plano de Contas" | "Centro de Custo";
|
|
12
|
+
description(val: string): "Produto" | "Pessoa" | "Data" | "Documento" | "Vendedor" | undefined;
|
|
18
13
|
};
|
package/dist/reports/index.js
CHANGED
|
@@ -10,26 +10,19 @@ exports.TipoRelatorio = {
|
|
|
10
10
|
return 'Resumido';
|
|
11
11
|
case this.Detalhado:
|
|
12
12
|
return 'Detalhado';
|
|
13
|
-
default:
|
|
14
|
-
return 'enum not found';
|
|
15
13
|
}
|
|
16
14
|
},
|
|
17
15
|
};
|
|
18
16
|
exports.AgrupamentoRelatorio = {
|
|
19
|
-
|
|
17
|
+
Pessoa: '1',
|
|
20
18
|
Data: '2',
|
|
21
19
|
Produto: '3',
|
|
22
20
|
Documento: '4',
|
|
23
21
|
Vendedor: '5',
|
|
24
|
-
Categoria: '6',
|
|
25
|
-
Marca: '7',
|
|
26
|
-
Filial: '8',
|
|
27
|
-
PlanoConta: '9',
|
|
28
|
-
CentroCusto: '10',
|
|
29
22
|
description(val) {
|
|
30
23
|
switch (val) {
|
|
31
|
-
case this.
|
|
32
|
-
return '
|
|
24
|
+
case this.Pessoa:
|
|
25
|
+
return 'Pessoa';
|
|
33
26
|
case this.Data:
|
|
34
27
|
return 'Data';
|
|
35
28
|
case this.Produto:
|
|
@@ -38,18 +31,6 @@ exports.AgrupamentoRelatorio = {
|
|
|
38
31
|
return 'Documento';
|
|
39
32
|
case this.Vendedor:
|
|
40
33
|
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
34
|
}
|
|
54
35
|
},
|
|
55
36
|
};
|