mdz-enum 1.6.4 → 1.6.6
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/README.MD +7 -7
- package/dist/checkout/index.d.ts +33 -33
- package/dist/checkout/index.js +97 -97
- package/dist/commercial/index.d.ts +237 -237
- package/dist/commercial/index.js +578 -578
- package/dist/common/index.d.ts +59 -59
- package/dist/common/index.js +171 -171
- package/dist/config/index.d.ts +177 -177
- package/dist/config/index.js +510 -510
- package/dist/finance/index.d.ts +177 -177
- package/dist/finance/index.js +462 -462
- package/dist/fiscal/index.d.ts +493 -492
- package/dist/fiscal/index.js +1227 -1224
- package/dist/functions.d.ts +11 -11
- package/dist/functions.js +74 -74
- package/dist/general/index.d.ts +265 -265
- package/dist/general/index.js +512 -512
- package/dist/index.d.ts +14 -14
- package/dist/index.js +229 -225
- package/dist/integration/index.d.ts +27 -27
- package/dist/integration/index.js +80 -80
- package/dist/logistics/index.d.ts +135 -135
- package/dist/logistics/index.js +390 -390
- package/dist/marketplace/templates/components/index.d.ts +285 -285
- package/dist/marketplace/templates/components/index.js +305 -305
- package/dist/marketplace/templates/elements/index.d.ts +32 -32
- package/dist/marketplace/templates/elements/index.js +35 -35
- package/dist/marketplace/templates/index.d.ts +502 -502
- package/dist/marketplace/templates/index.js +45 -45
- package/dist/marketplace/templates/pages/index.d.ts +233 -233
- package/dist/marketplace/templates/pages/index.js +413 -413
- package/dist/marketplace/templates/reference/index.d.ts +24 -24
- package/dist/marketplace/templates/reference/index.js +26 -26
- package/dist/people/index.d.ts +50 -50
- package/dist/people/index.js +145 -145
- package/dist/platform/index.d.ts +205 -204
- package/dist/platform/index.js +594 -591
- package/dist/reports/index.d.ts +89 -57
- package/dist/reports/index.js +260 -168
- package/package.json +33 -32
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
export declare const TipoIntegracaoPagamento: {
|
|
2
|
-
Tuo: string;
|
|
3
|
-
ModerBank: string;
|
|
4
|
-
SafeTwoPay: string;
|
|
5
|
-
Interno: string;
|
|
6
|
-
Pagbank: string;
|
|
7
|
-
description(val: string): "enum not found" | "Tuo Bank" | "ModerBank" | "Safe2Pay" | "Interno" | "Pagbank";
|
|
8
|
-
};
|
|
9
|
-
export declare const TipoPagamentoTuo: {
|
|
10
|
-
Boleto: number;
|
|
11
|
-
Debito: number;
|
|
12
|
-
Cartao: number;
|
|
13
|
-
description(val: number): "enum not found" | "Boleto" | "Cartão de Crédito" | "Débito";
|
|
14
|
-
};
|
|
15
|
-
export declare const TipoPagamentoSafeTwoPay: {
|
|
16
|
-
Boleto: number;
|
|
17
|
-
CartaoCredito: number;
|
|
18
|
-
PIX: number;
|
|
19
|
-
description(val: number): "enum not found" | "Boleto" | "Cartão de Crédito" | "PIX";
|
|
20
|
-
};
|
|
21
|
-
export declare const TipoProcessamentoPlugFourMarket: {
|
|
22
|
-
CadastroProduto: number;
|
|
23
|
-
AtualizacaoEstoque: number;
|
|
24
|
-
ReceberPedido: number;
|
|
25
|
-
ParearCategorias: number;
|
|
26
|
-
description(val: number): "enum not found" | "Cadastro Produto" | "Atualização Estoque" | "Receber Pedido" | "Parear Categorias";
|
|
27
|
-
};
|
|
1
|
+
export declare const TipoIntegracaoPagamento: {
|
|
2
|
+
Tuo: string;
|
|
3
|
+
ModerBank: string;
|
|
4
|
+
SafeTwoPay: string;
|
|
5
|
+
Interno: string;
|
|
6
|
+
Pagbank: string;
|
|
7
|
+
description(val: string): "enum not found" | "Tuo Bank" | "ModerBank" | "Safe2Pay" | "Interno" | "Pagbank";
|
|
8
|
+
};
|
|
9
|
+
export declare const TipoPagamentoTuo: {
|
|
10
|
+
Boleto: number;
|
|
11
|
+
Debito: number;
|
|
12
|
+
Cartao: number;
|
|
13
|
+
description(val: number): "enum not found" | "Boleto" | "Cartão de Crédito" | "Débito";
|
|
14
|
+
};
|
|
15
|
+
export declare const TipoPagamentoSafeTwoPay: {
|
|
16
|
+
Boleto: number;
|
|
17
|
+
CartaoCredito: number;
|
|
18
|
+
PIX: number;
|
|
19
|
+
description(val: number): "enum not found" | "Boleto" | "Cartão de Crédito" | "PIX";
|
|
20
|
+
};
|
|
21
|
+
export declare const TipoProcessamentoPlugFourMarket: {
|
|
22
|
+
CadastroProduto: number;
|
|
23
|
+
AtualizacaoEstoque: number;
|
|
24
|
+
ReceberPedido: number;
|
|
25
|
+
ParearCategorias: number;
|
|
26
|
+
description(val: number): "enum not found" | "Cadastro Produto" | "Atualização Estoque" | "Receber Pedido" | "Parear Categorias";
|
|
27
|
+
};
|
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TipoProcessamentoPlugFourMarket = exports.TipoPagamentoSafeTwoPay = exports.TipoPagamentoTuo = exports.TipoIntegracaoPagamento = void 0;
|
|
4
|
-
exports.TipoIntegracaoPagamento = {
|
|
5
|
-
Tuo: '0',
|
|
6
|
-
ModerBank: '1',
|
|
7
|
-
SafeTwoPay: '2',
|
|
8
|
-
Interno: '3',
|
|
9
|
-
Pagbank: '4',
|
|
10
|
-
description(val) {
|
|
11
|
-
switch (val) {
|
|
12
|
-
case this.Tuo:
|
|
13
|
-
return 'Tuo Bank';
|
|
14
|
-
case this.ModerBank:
|
|
15
|
-
return 'ModerBank';
|
|
16
|
-
case this.SafeTwoPay:
|
|
17
|
-
return 'Safe2Pay';
|
|
18
|
-
case this.Interno:
|
|
19
|
-
return 'Interno';
|
|
20
|
-
case this.Pagbank:
|
|
21
|
-
return 'Pagbank';
|
|
22
|
-
default:
|
|
23
|
-
return 'enum not found';
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
};
|
|
27
|
-
exports.TipoPagamentoTuo = {
|
|
28
|
-
Boleto: 1,
|
|
29
|
-
Debito: 2,
|
|
30
|
-
Cartao: 3,
|
|
31
|
-
description(val) {
|
|
32
|
-
switch (val) {
|
|
33
|
-
case this.Boleto:
|
|
34
|
-
return 'Boleto';
|
|
35
|
-
case this.Cartao:
|
|
36
|
-
return 'Cartão de Crédito';
|
|
37
|
-
case this.Debito:
|
|
38
|
-
return 'Débito';
|
|
39
|
-
default:
|
|
40
|
-
return 'enum not found';
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
};
|
|
44
|
-
exports.TipoPagamentoSafeTwoPay = {
|
|
45
|
-
Boleto: 1,
|
|
46
|
-
CartaoCredito: 2,
|
|
47
|
-
PIX: 6,
|
|
48
|
-
description(val) {
|
|
49
|
-
switch (val) {
|
|
50
|
-
case this.Boleto:
|
|
51
|
-
return 'Boleto';
|
|
52
|
-
case this.CartaoCredito:
|
|
53
|
-
return 'Cartão de Crédito';
|
|
54
|
-
case this.PIX:
|
|
55
|
-
return 'PIX';
|
|
56
|
-
default:
|
|
57
|
-
return 'enum not found';
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
};
|
|
61
|
-
exports.TipoProcessamentoPlugFourMarket = {
|
|
62
|
-
CadastroProduto: 1,
|
|
63
|
-
AtualizacaoEstoque: 2,
|
|
64
|
-
ReceberPedido: 4,
|
|
65
|
-
ParearCategorias: 9,
|
|
66
|
-
description(val) {
|
|
67
|
-
switch (val) {
|
|
68
|
-
case this.CadastroProduto:
|
|
69
|
-
return 'Cadastro Produto';
|
|
70
|
-
case this.AtualizacaoEstoque:
|
|
71
|
-
return 'Atualização Estoque';
|
|
72
|
-
case this.ReceberPedido:
|
|
73
|
-
return 'Receber Pedido';
|
|
74
|
-
case this.ParearCategorias:
|
|
75
|
-
return 'Parear Categorias';
|
|
76
|
-
default:
|
|
77
|
-
return 'enum not found';
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TipoProcessamentoPlugFourMarket = exports.TipoPagamentoSafeTwoPay = exports.TipoPagamentoTuo = exports.TipoIntegracaoPagamento = void 0;
|
|
4
|
+
exports.TipoIntegracaoPagamento = {
|
|
5
|
+
Tuo: '0',
|
|
6
|
+
ModerBank: '1',
|
|
7
|
+
SafeTwoPay: '2',
|
|
8
|
+
Interno: '3',
|
|
9
|
+
Pagbank: '4',
|
|
10
|
+
description(val) {
|
|
11
|
+
switch (val) {
|
|
12
|
+
case this.Tuo:
|
|
13
|
+
return 'Tuo Bank';
|
|
14
|
+
case this.ModerBank:
|
|
15
|
+
return 'ModerBank';
|
|
16
|
+
case this.SafeTwoPay:
|
|
17
|
+
return 'Safe2Pay';
|
|
18
|
+
case this.Interno:
|
|
19
|
+
return 'Interno';
|
|
20
|
+
case this.Pagbank:
|
|
21
|
+
return 'Pagbank';
|
|
22
|
+
default:
|
|
23
|
+
return 'enum not found';
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
exports.TipoPagamentoTuo = {
|
|
28
|
+
Boleto: 1,
|
|
29
|
+
Debito: 2,
|
|
30
|
+
Cartao: 3,
|
|
31
|
+
description(val) {
|
|
32
|
+
switch (val) {
|
|
33
|
+
case this.Boleto:
|
|
34
|
+
return 'Boleto';
|
|
35
|
+
case this.Cartao:
|
|
36
|
+
return 'Cartão de Crédito';
|
|
37
|
+
case this.Debito:
|
|
38
|
+
return 'Débito';
|
|
39
|
+
default:
|
|
40
|
+
return 'enum not found';
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
exports.TipoPagamentoSafeTwoPay = {
|
|
45
|
+
Boleto: 1,
|
|
46
|
+
CartaoCredito: 2,
|
|
47
|
+
PIX: 6,
|
|
48
|
+
description(val) {
|
|
49
|
+
switch (val) {
|
|
50
|
+
case this.Boleto:
|
|
51
|
+
return 'Boleto';
|
|
52
|
+
case this.CartaoCredito:
|
|
53
|
+
return 'Cartão de Crédito';
|
|
54
|
+
case this.PIX:
|
|
55
|
+
return 'PIX';
|
|
56
|
+
default:
|
|
57
|
+
return 'enum not found';
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
};
|
|
61
|
+
exports.TipoProcessamentoPlugFourMarket = {
|
|
62
|
+
CadastroProduto: 1,
|
|
63
|
+
AtualizacaoEstoque: 2,
|
|
64
|
+
ReceberPedido: 4,
|
|
65
|
+
ParearCategorias: 9,
|
|
66
|
+
description(val) {
|
|
67
|
+
switch (val) {
|
|
68
|
+
case this.CadastroProduto:
|
|
69
|
+
return 'Cadastro Produto';
|
|
70
|
+
case this.AtualizacaoEstoque:
|
|
71
|
+
return 'Atualização Estoque';
|
|
72
|
+
case this.ReceberPedido:
|
|
73
|
+
return 'Receber Pedido';
|
|
74
|
+
case this.ParearCategorias:
|
|
75
|
+
return 'Parear Categorias';
|
|
76
|
+
default:
|
|
77
|
+
return 'enum not found';
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
};
|
|
@@ -1,135 +1,135 @@
|
|
|
1
|
-
export declare const TipoProduto: {
|
|
2
|
-
Simples: string;
|
|
3
|
-
ComGrade: string;
|
|
4
|
-
description(val: string): "enum not found" | "Simples" | "Com Grade";
|
|
5
|
-
};
|
|
6
|
-
export declare const TipoValoracao: {
|
|
7
|
-
PrecoCompra: string;
|
|
8
|
-
PrecoCusto: string;
|
|
9
|
-
PrecoVenda: string;
|
|
10
|
-
PrecoAtacado: string;
|
|
11
|
-
description(val: string): "enum not found" | "Preço de Compra" | "Preço de Custo" | "Preço de Venda" | "Preço de Atacado";
|
|
12
|
-
};
|
|
13
|
-
export declare const SituacaoMovimentacaoEstoque: {
|
|
14
|
-
EmEdicao: string;
|
|
15
|
-
Processado: string;
|
|
16
|
-
Estornado: string;
|
|
17
|
-
description(val: string): "enum not found" | "Em Edição" | "Processado" | "Estornado";
|
|
18
|
-
};
|
|
19
|
-
export declare const OrigemMovimentacaoEstoque: {
|
|
20
|
-
Manual: string;
|
|
21
|
-
NotaFiscal: string;
|
|
22
|
-
Pedido: string;
|
|
23
|
-
Inventario: string;
|
|
24
|
-
description(val: string): "enum not found" | "Pedido" | "Nota Fiscal" | "Manual" | "Inventário";
|
|
25
|
-
};
|
|
26
|
-
export declare const OperacaoMovimentacaoEstoque: {
|
|
27
|
-
Entrada: string;
|
|
28
|
-
Saida: string;
|
|
29
|
-
Transferencia: string;
|
|
30
|
-
description(val: string): "enum not found" | "Entrada" | "Saída" | "Transferência";
|
|
31
|
-
};
|
|
32
|
-
export declare const SituacaoQuantidadeEstoque: {
|
|
33
|
-
Negativo: string;
|
|
34
|
-
Positivo: string;
|
|
35
|
-
description(val: string): "enum not found" | "Negativo" | "Positivo";
|
|
36
|
-
};
|
|
37
|
-
export declare const TipoCategoria: {
|
|
38
|
-
Beleza: string;
|
|
39
|
-
Bolsa: string;
|
|
40
|
-
Calçado: string;
|
|
41
|
-
Celular: string;
|
|
42
|
-
Decoracao: string;
|
|
43
|
-
Eletrodomestico: string;
|
|
44
|
-
Eletronico: string;
|
|
45
|
-
Esporte: string;
|
|
46
|
-
Ferramenta: string;
|
|
47
|
-
Game: string;
|
|
48
|
-
Movel: string;
|
|
49
|
-
Vestuario: string;
|
|
50
|
-
Saude: string;
|
|
51
|
-
Automotivo: string;
|
|
52
|
-
MateriaisConstrucao: string;
|
|
53
|
-
description(val: string): "Beleza" | "Bolsas" | "Calçados" | "Celular" | "Decoração" | "Eletrodomésticos" | "Eletrônicos" | "Esportes" | "Ferramentas" | "Games" | "Móveis" | "Vestuário" | "Saúde" | "Automotivo" | "Materiais de Construção" | undefined;
|
|
54
|
-
};
|
|
55
|
-
export declare const TipoImagemGaleria: {
|
|
56
|
-
Geral: string;
|
|
57
|
-
PorGrade: string;
|
|
58
|
-
description(val: string): "enum not found" | "Geral" | "Por Grade";
|
|
59
|
-
};
|
|
60
|
-
export declare const TipoAtualizacaoEstoque: {
|
|
61
|
-
NotaFiscal: string;
|
|
62
|
-
MovimentacaoEstoque: string;
|
|
63
|
-
description(val: string): "enum not found" | "Nota Fiscal" | "Movimentaçaõ de Estoque";
|
|
64
|
-
};
|
|
65
|
-
export declare const TipoLeiRotulagem: {
|
|
66
|
-
Lei_360: string;
|
|
67
|
-
Lei_429: string;
|
|
68
|
-
description(val: string): "enum not found" | "RDC 359/360" | "RDC 429";
|
|
69
|
-
};
|
|
70
|
-
export declare const TipoQuantidadeInfoNutricional: {
|
|
71
|
-
Grama: string;
|
|
72
|
-
Mililitro: string;
|
|
73
|
-
description(val: string): "enum not found" | "100 G (100 gramas)" | "100 ML (100 mililitros)";
|
|
74
|
-
};
|
|
75
|
-
export declare const TipoItem: {
|
|
76
|
-
MercadoriaRevenda: string;
|
|
77
|
-
MateriaPrima: string;
|
|
78
|
-
Embalagem: string;
|
|
79
|
-
ProdutoProcesso: string;
|
|
80
|
-
ProdutoAcabado: string;
|
|
81
|
-
Subproduto: string;
|
|
82
|
-
ProdutoIntermediario: string;
|
|
83
|
-
MaterialUsoConsumo: string;
|
|
84
|
-
AtivoImobilizado: string;
|
|
85
|
-
Servicos: string;
|
|
86
|
-
OutrosInsumos: string;
|
|
87
|
-
Outras: string;
|
|
88
|
-
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";
|
|
89
|
-
};
|
|
90
|
-
export declare const SituacaoInventario: {
|
|
91
|
-
EmAndamento: string;
|
|
92
|
-
Concluido: string;
|
|
93
|
-
Cancelado: string;
|
|
94
|
-
description(val: string): "enum not found" | "Cancelado" | "Em Andamento" | "Concluído";
|
|
95
|
-
};
|
|
96
|
-
export declare const SituacaoItemInventario: {
|
|
97
|
-
Excluido: string;
|
|
98
|
-
Atualizado: string;
|
|
99
|
-
AtualizacaoPendente: string;
|
|
100
|
-
InclusaoPendente: string;
|
|
101
|
-
description(val: string): "enum not found" | "Atualizado" | "Excluído" | "Atualização Pendente" | "Inclusão Pendente";
|
|
102
|
-
};
|
|
103
|
-
export declare const TipoAjusteInventario: {
|
|
104
|
-
Ajuste: string;
|
|
105
|
-
ApenasEntrada: string;
|
|
106
|
-
ApenasSaida: string;
|
|
107
|
-
description(val: string): "enum not found" | "Ajuste" | "Apenas Entrada" | "Apenas Saída";
|
|
108
|
-
};
|
|
109
|
-
export declare const TipoMovimentacaoItemInventario: {
|
|
110
|
-
Entrada: string;
|
|
111
|
-
Saida: string;
|
|
112
|
-
SemMov: string;
|
|
113
|
-
description(val: string): "enum not found" | "Entrada" | "Saída" | "Não Mov.";
|
|
114
|
-
};
|
|
115
|
-
export declare const TipoDesdobramentoProduto: {
|
|
116
|
-
EmProduto: string;
|
|
117
|
-
EmGrade: string;
|
|
118
|
-
description(val: string): "enum not found" | "Produtos" | "Grades";
|
|
119
|
-
};
|
|
120
|
-
export declare const TipoCodigoEtiquetaProduto: {
|
|
121
|
-
SkuProduto: string;
|
|
122
|
-
Ean13: string;
|
|
123
|
-
CodigoBarra: string;
|
|
124
|
-
description(val: string): "enum not found" | "SKU do Produto" | "EAN13" | "Cód. de Barras";
|
|
125
|
-
};
|
|
126
|
-
export declare const SituacaoImagemProduto: {
|
|
127
|
-
ComImagem: string;
|
|
128
|
-
SemImagem: string;
|
|
129
|
-
description(val: string): "enum not found" | "Com Imagem" | "Sem Imagem";
|
|
130
|
-
};
|
|
131
|
-
export declare const SituacaoColecao: {
|
|
132
|
-
Encerrada: string;
|
|
133
|
-
EmAndamento: string;
|
|
134
|
-
description(val: string): "enum not found" | "Em Andamento" | "Encerrada";
|
|
135
|
-
};
|
|
1
|
+
export declare const TipoProduto: {
|
|
2
|
+
Simples: string;
|
|
3
|
+
ComGrade: string;
|
|
4
|
+
description(val: string): "enum not found" | "Simples" | "Com Grade";
|
|
5
|
+
};
|
|
6
|
+
export declare const TipoValoracao: {
|
|
7
|
+
PrecoCompra: string;
|
|
8
|
+
PrecoCusto: string;
|
|
9
|
+
PrecoVenda: string;
|
|
10
|
+
PrecoAtacado: string;
|
|
11
|
+
description(val: string): "enum not found" | "Preço de Compra" | "Preço de Custo" | "Preço de Venda" | "Preço de Atacado";
|
|
12
|
+
};
|
|
13
|
+
export declare const SituacaoMovimentacaoEstoque: {
|
|
14
|
+
EmEdicao: string;
|
|
15
|
+
Processado: string;
|
|
16
|
+
Estornado: string;
|
|
17
|
+
description(val: string): "enum not found" | "Em Edição" | "Processado" | "Estornado";
|
|
18
|
+
};
|
|
19
|
+
export declare const OrigemMovimentacaoEstoque: {
|
|
20
|
+
Manual: string;
|
|
21
|
+
NotaFiscal: string;
|
|
22
|
+
Pedido: string;
|
|
23
|
+
Inventario: string;
|
|
24
|
+
description(val: string): "enum not found" | "Pedido" | "Nota Fiscal" | "Manual" | "Inventário";
|
|
25
|
+
};
|
|
26
|
+
export declare const OperacaoMovimentacaoEstoque: {
|
|
27
|
+
Entrada: string;
|
|
28
|
+
Saida: string;
|
|
29
|
+
Transferencia: string;
|
|
30
|
+
description(val: string): "enum not found" | "Entrada" | "Saída" | "Transferência";
|
|
31
|
+
};
|
|
32
|
+
export declare const SituacaoQuantidadeEstoque: {
|
|
33
|
+
Negativo: string;
|
|
34
|
+
Positivo: string;
|
|
35
|
+
description(val: string): "enum not found" | "Negativo" | "Positivo";
|
|
36
|
+
};
|
|
37
|
+
export declare const TipoCategoria: {
|
|
38
|
+
Beleza: string;
|
|
39
|
+
Bolsa: string;
|
|
40
|
+
Calçado: string;
|
|
41
|
+
Celular: string;
|
|
42
|
+
Decoracao: string;
|
|
43
|
+
Eletrodomestico: string;
|
|
44
|
+
Eletronico: string;
|
|
45
|
+
Esporte: string;
|
|
46
|
+
Ferramenta: string;
|
|
47
|
+
Game: string;
|
|
48
|
+
Movel: string;
|
|
49
|
+
Vestuario: string;
|
|
50
|
+
Saude: string;
|
|
51
|
+
Automotivo: string;
|
|
52
|
+
MateriaisConstrucao: string;
|
|
53
|
+
description(val: string): "Beleza" | "Bolsas" | "Calçados" | "Celular" | "Decoração" | "Eletrodomésticos" | "Eletrônicos" | "Esportes" | "Ferramentas" | "Games" | "Móveis" | "Vestuário" | "Saúde" | "Automotivo" | "Materiais de Construção" | undefined;
|
|
54
|
+
};
|
|
55
|
+
export declare const TipoImagemGaleria: {
|
|
56
|
+
Geral: string;
|
|
57
|
+
PorGrade: string;
|
|
58
|
+
description(val: string): "enum not found" | "Geral" | "Por Grade";
|
|
59
|
+
};
|
|
60
|
+
export declare const TipoAtualizacaoEstoque: {
|
|
61
|
+
NotaFiscal: string;
|
|
62
|
+
MovimentacaoEstoque: string;
|
|
63
|
+
description(val: string): "enum not found" | "Nota Fiscal" | "Movimentaçaõ de Estoque";
|
|
64
|
+
};
|
|
65
|
+
export declare const TipoLeiRotulagem: {
|
|
66
|
+
Lei_360: string;
|
|
67
|
+
Lei_429: string;
|
|
68
|
+
description(val: string): "enum not found" | "RDC 359/360" | "RDC 429";
|
|
69
|
+
};
|
|
70
|
+
export declare const TipoQuantidadeInfoNutricional: {
|
|
71
|
+
Grama: string;
|
|
72
|
+
Mililitro: string;
|
|
73
|
+
description(val: string): "enum not found" | "100 G (100 gramas)" | "100 ML (100 mililitros)";
|
|
74
|
+
};
|
|
75
|
+
export declare const TipoItem: {
|
|
76
|
+
MercadoriaRevenda: string;
|
|
77
|
+
MateriaPrima: string;
|
|
78
|
+
Embalagem: string;
|
|
79
|
+
ProdutoProcesso: string;
|
|
80
|
+
ProdutoAcabado: string;
|
|
81
|
+
Subproduto: string;
|
|
82
|
+
ProdutoIntermediario: string;
|
|
83
|
+
MaterialUsoConsumo: string;
|
|
84
|
+
AtivoImobilizado: string;
|
|
85
|
+
Servicos: string;
|
|
86
|
+
OutrosInsumos: string;
|
|
87
|
+
Outras: string;
|
|
88
|
+
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";
|
|
89
|
+
};
|
|
90
|
+
export declare const SituacaoInventario: {
|
|
91
|
+
EmAndamento: string;
|
|
92
|
+
Concluido: string;
|
|
93
|
+
Cancelado: string;
|
|
94
|
+
description(val: string): "enum not found" | "Cancelado" | "Em Andamento" | "Concluído";
|
|
95
|
+
};
|
|
96
|
+
export declare const SituacaoItemInventario: {
|
|
97
|
+
Excluido: string;
|
|
98
|
+
Atualizado: string;
|
|
99
|
+
AtualizacaoPendente: string;
|
|
100
|
+
InclusaoPendente: string;
|
|
101
|
+
description(val: string): "enum not found" | "Atualizado" | "Excluído" | "Atualização Pendente" | "Inclusão Pendente";
|
|
102
|
+
};
|
|
103
|
+
export declare const TipoAjusteInventario: {
|
|
104
|
+
Ajuste: string;
|
|
105
|
+
ApenasEntrada: string;
|
|
106
|
+
ApenasSaida: string;
|
|
107
|
+
description(val: string): "enum not found" | "Ajuste" | "Apenas Entrada" | "Apenas Saída";
|
|
108
|
+
};
|
|
109
|
+
export declare const TipoMovimentacaoItemInventario: {
|
|
110
|
+
Entrada: string;
|
|
111
|
+
Saida: string;
|
|
112
|
+
SemMov: string;
|
|
113
|
+
description(val: string): "enum not found" | "Entrada" | "Saída" | "Não Mov.";
|
|
114
|
+
};
|
|
115
|
+
export declare const TipoDesdobramentoProduto: {
|
|
116
|
+
EmProduto: string;
|
|
117
|
+
EmGrade: string;
|
|
118
|
+
description(val: string): "enum not found" | "Produtos" | "Grades";
|
|
119
|
+
};
|
|
120
|
+
export declare const TipoCodigoEtiquetaProduto: {
|
|
121
|
+
SkuProduto: string;
|
|
122
|
+
Ean13: string;
|
|
123
|
+
CodigoBarra: string;
|
|
124
|
+
description(val: string): "enum not found" | "SKU do Produto" | "EAN13" | "Cód. de Barras";
|
|
125
|
+
};
|
|
126
|
+
export declare const SituacaoImagemProduto: {
|
|
127
|
+
ComImagem: string;
|
|
128
|
+
SemImagem: string;
|
|
129
|
+
description(val: string): "enum not found" | "Com Imagem" | "Sem Imagem";
|
|
130
|
+
};
|
|
131
|
+
export declare const SituacaoColecao: {
|
|
132
|
+
Encerrada: string;
|
|
133
|
+
EmAndamento: string;
|
|
134
|
+
description(val: string): "enum not found" | "Em Andamento" | "Encerrada";
|
|
135
|
+
};
|