mdz-enum 1.6.84 → 1.6.86
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 +5 -5
- package/dist/commercial/index.d.ts +27 -27
- package/dist/commercial/index.js +1 -1
- package/dist/common/index.d.ts +11 -11
- package/dist/config/index.d.ts +27 -27
- package/dist/eva/index.d.ts +9 -9
- package/dist/finance/index.d.ts +27 -27
- package/dist/fiscal/index.d.ts +51 -45
- package/dist/fiscal/index.js +11 -1
- package/dist/general/index.d.ts +13 -13
- package/dist/home/index.d.ts +4 -4
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -4
- package/dist/integration/index.d.ts +5 -5
- package/dist/logistics/index.d.ts +27 -27
- package/dist/people/index.d.ts +9 -9
- package/dist/platform/index.d.ts +23 -23
- package/dist/reports/index.d.ts +11 -11
- package/package.json +32 -32
package/dist/platform/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export declare const SituacaoOrganizacao: {
|
|
|
4
4
|
Bloqueado: string;
|
|
5
5
|
AtivacaoSolicitada: string;
|
|
6
6
|
CancelamentoSolicitado: string;
|
|
7
|
-
description(val: string): "
|
|
7
|
+
description(val: string): "Ativação Solicitada" | "Ativo" | "Bloqueado" | "Cancelado" | "Cancelamento Solicitado" | "enum not found";
|
|
8
8
|
};
|
|
9
9
|
export declare const SituacaoAtivacao: {
|
|
10
10
|
Cancelado: string;
|
|
@@ -12,13 +12,13 @@ export declare const SituacaoAtivacao: {
|
|
|
12
12
|
Bloqueado: string;
|
|
13
13
|
PagamentoPendente: string;
|
|
14
14
|
CompraRecusada: string;
|
|
15
|
-
description(val: string): "
|
|
15
|
+
description(val: string): "Ativo" | "Bloqueado" | "Cancelado" | "Compra Recusada" | "Pagamento Pendente" | "enum not found";
|
|
16
16
|
};
|
|
17
17
|
export declare const SituacaoTicket: {
|
|
18
18
|
EmAberto: string;
|
|
19
19
|
EmAtendimento: string;
|
|
20
20
|
Concluido: string;
|
|
21
|
-
description(val: string): "
|
|
21
|
+
description(val: string): "Concluído" | "Em Aberto" | "Em Atendimento" | "enum not found";
|
|
22
22
|
};
|
|
23
23
|
export declare const TipoOrganizacao: {
|
|
24
24
|
Cliente: string;
|
|
@@ -26,34 +26,34 @@ export declare const TipoOrganizacao: {
|
|
|
26
26
|
Entidade: string;
|
|
27
27
|
Franquia: string;
|
|
28
28
|
Principal: string;
|
|
29
|
-
description(val: string): "
|
|
29
|
+
description(val: string): "Cliente" | "Entidade" | "Franquia" | "Parceiro" | "Principal" | "enum not found";
|
|
30
30
|
};
|
|
31
31
|
export declare const TipoBanners: {
|
|
32
32
|
Desktop: string;
|
|
33
33
|
Mobile: string;
|
|
34
|
-
description(val: string): "
|
|
34
|
+
description(val: string): "Desktop" | "Mobile" | "enum not found";
|
|
35
35
|
};
|
|
36
36
|
export declare const EstruturaNegocio: {
|
|
37
37
|
Matriz: string;
|
|
38
38
|
Filial: string;
|
|
39
|
-
description(val: string): "
|
|
39
|
+
description(val: string): "Filial" | "Matriz" | "enum not found";
|
|
40
40
|
};
|
|
41
41
|
export declare const SituacaoAplicativo: {
|
|
42
42
|
Inativo: string;
|
|
43
43
|
Ativo: string;
|
|
44
|
-
description(val: string): "
|
|
44
|
+
description(val: string): "Ativo" | "Inativo" | "enum not found";
|
|
45
45
|
};
|
|
46
46
|
export declare const SituacaoPlanos: {
|
|
47
47
|
Inativo: string;
|
|
48
48
|
Ativo: string;
|
|
49
|
-
description(val: string): "
|
|
49
|
+
description(val: string): "Ativo" | "Inativo" | "enum not found";
|
|
50
50
|
};
|
|
51
51
|
export declare const SituacaoUsuarios: {
|
|
52
52
|
Inativo: string;
|
|
53
53
|
Ativo: string;
|
|
54
54
|
ConfirmacaoPendente: string;
|
|
55
55
|
RedefinicaoSenha: string;
|
|
56
|
-
description(val: string): "
|
|
56
|
+
description(val: string): "Ativo" | "Confirmação pendente" | "Inativo" | "Redefinição de senha" | "enum not found";
|
|
57
57
|
};
|
|
58
58
|
export declare const Segmento: {
|
|
59
59
|
Produtos_Alimenticios: string;
|
|
@@ -78,33 +78,33 @@ export declare const Segmento: {
|
|
|
78
78
|
Artigos_Farmaceuticos: string;
|
|
79
79
|
Artigos_Ortopedicos: string;
|
|
80
80
|
Otica: string;
|
|
81
|
-
description(val: string): "
|
|
81
|
+
description(val: string): "Artigos Farmacêuticos - Farmácia" | "Artigos médicos" | "Artigos ortopédicos" | "Auto peças" | "Bebidas" | "Calçado" | "Combustíveis e lubrificantes" | "Eletrodomésticos" | "Hipermercado, supermercado" | "Informática e computação" | "Livraria" | "Material de construção" | "Material para escritório" | "Motocicleta" | "Móveis" | "Perfumaria e cosmético" | "Pet" | "Produtos alimentícios" | "Tecido" | "Vestuário" | "Veículos" | "enum not found" | "Ótica";
|
|
82
82
|
};
|
|
83
83
|
export declare const Perfis: {
|
|
84
84
|
Administrador: string;
|
|
85
85
|
Suporte: string;
|
|
86
86
|
Financeiro: string;
|
|
87
87
|
Comercial: string;
|
|
88
|
-
description(val: string): "
|
|
88
|
+
description(val: string): "Administrador" | "Comercial" | "Financeiro" | "Suporte" | "enum not found";
|
|
89
89
|
};
|
|
90
90
|
export declare const TipoRequisicao: {
|
|
91
91
|
Cobranca: string;
|
|
92
92
|
Compra: string;
|
|
93
93
|
Recorrencia: string;
|
|
94
|
-
description(val: string): "
|
|
94
|
+
description(val: string): "Cobrança" | "Compra" | "Recorrência" | "enum not found";
|
|
95
95
|
};
|
|
96
96
|
export declare const SituacaoRequisicao: {
|
|
97
97
|
Pendente: string;
|
|
98
98
|
EmAndamento: string;
|
|
99
99
|
Finalizada: string;
|
|
100
|
-
description(val: string): "
|
|
100
|
+
description(val: string): "Em andamento" | "Finalizada" | "Pendente" | "enum not found";
|
|
101
101
|
};
|
|
102
102
|
export declare const TipoTransacao: {
|
|
103
103
|
Compra: string;
|
|
104
104
|
Recorrencia: string;
|
|
105
105
|
Comissao: string;
|
|
106
106
|
Cobranca: string;
|
|
107
|
-
description(val: string): "
|
|
107
|
+
description(val: string): "Cobrança" | "Comissão" | "Compra" | "Recorrência" | "enum not found";
|
|
108
108
|
};
|
|
109
109
|
export declare const Modulos: {
|
|
110
110
|
Fiscal: number;
|
|
@@ -112,12 +112,12 @@ export declare const Modulos: {
|
|
|
112
112
|
Venda: number;
|
|
113
113
|
Financeiro: number;
|
|
114
114
|
PDV: number;
|
|
115
|
-
description(val: number): "
|
|
115
|
+
description(val: number): "Módulo Financeiro" | "Módulo Fiscal" | "Módulo de Produtos" | "Módulo de Venda" | "PDV" | "enum not found";
|
|
116
116
|
};
|
|
117
117
|
export declare const TipoAplicativo: {
|
|
118
118
|
Aplicativo: number;
|
|
119
119
|
Modulo: number;
|
|
120
|
-
description(val: number): "
|
|
120
|
+
description(val: number): "Aplicativo" | "Modulo" | "enum not found";
|
|
121
121
|
};
|
|
122
122
|
export declare const Aplicativos: {
|
|
123
123
|
Modershop: number;
|
|
@@ -144,12 +144,12 @@ export declare const Aplicativos: {
|
|
|
144
144
|
EvaMensagens500: number;
|
|
145
145
|
EvaMensagens1000: number;
|
|
146
146
|
Nuvemshop: number;
|
|
147
|
-
description(val: number): "
|
|
147
|
+
description(val: number): "Amazon" | "Cake ERP" | "EVA" | "EVA 1.000 mensagens" | "EVA 100 mensagens" | "EVA 500 mensagens" | "EVA Pro" | "Gestão Contábil" | "Loja Virtual" | "Magazine Luiza" | "Marketplace" | "Mercado Livre" | "Modershop" | "Modershop Light" | "Modershop PDV" | "Módulo Ótica" | "NFSe (Ambiente Nacional)" | "Nuvemshop" | "Shopee" | "Sped" | "TEF" | "TEF Destaxa" | "Tray" | "Vero POS" | "enum not found";
|
|
148
148
|
};
|
|
149
149
|
export declare const IsDemonstracao: {
|
|
150
150
|
Demonstracao: boolean;
|
|
151
151
|
NaoDemonstracao: boolean;
|
|
152
|
-
description(val: boolean): "
|
|
152
|
+
description(val: boolean): "Demonstração" | "Não Demonstracao" | "enum not found";
|
|
153
153
|
};
|
|
154
154
|
export declare const UnidadeFederativa: {
|
|
155
155
|
Acre: number;
|
|
@@ -179,7 +179,7 @@ export declare const UnidadeFederativa: {
|
|
|
179
179
|
Sergipe: number;
|
|
180
180
|
Sao_Paulo: number;
|
|
181
181
|
Tocantins: number;
|
|
182
|
-
description(val: number): "
|
|
182
|
+
description(val: number): "Acre" | "Alagoas" | "Amapá" | "Amazonas" | "Bahia" | "Ceará" | "Distrito Federal" | "Espírito Santo" | "Goiás" | "Maranhão" | "Mato Grosso" | "Mato Grosso do Sul" | "Minas Gerais" | "Paraná" | "Paraíba" | "Pará" | "Pernambuco" | "Piauí" | "Rio Grande do Norte" | "Rio Grande do Sul" | "Rio de Janeiro" | "Rondônia" | "Roraima" | "Santa Catarina" | "Sergipe" | "São Paulo" | "Tocantins" | "enum not found";
|
|
183
183
|
};
|
|
184
184
|
export declare const MotivoInativacao: {
|
|
185
185
|
Inadimplencia: string;
|
|
@@ -196,19 +196,19 @@ export declare const MotivoInativacao: {
|
|
|
196
196
|
Outros: string;
|
|
197
197
|
Testes: string;
|
|
198
198
|
MigracaoModershop: string;
|
|
199
|
-
description(val: string): "
|
|
199
|
+
description(val: string): "Adaptação" | "Ausência de Recursos" | "Complexidade" | "Concorrência" | "Encerramento das Atividades" | "Encerramento de testes" | "Inadimplência" | "Inativado" | "Insatisfação" | "Migração para o ModerShop" | "Outros" | "Preços" | "Solicitações não Atendidas" | "Suporte não resolvido";
|
|
200
200
|
};
|
|
201
201
|
export declare const UnidadeDeNegocio: {
|
|
202
202
|
ModerShop: number;
|
|
203
203
|
ModernizaLoja: number;
|
|
204
204
|
ModerFood: number;
|
|
205
205
|
ModerLog: number;
|
|
206
|
-
description(val: number): "
|
|
206
|
+
description(val: number): "ModerFood" | "ModerLog" | "ModerShop" | "Moderniza Loja" | "enum not found";
|
|
207
207
|
};
|
|
208
208
|
export declare const TipoSuporte: {
|
|
209
209
|
Admin: string;
|
|
210
210
|
Parceiro: string;
|
|
211
|
-
description(val: string): "
|
|
211
|
+
description(val: string): "Admin" | "Parceiro" | "enum not found";
|
|
212
212
|
};
|
|
213
213
|
export declare const TipoMovimentoMensagem: {
|
|
214
214
|
Compra: string;
|
|
@@ -216,5 +216,5 @@ export declare const TipoMovimentoMensagem: {
|
|
|
216
216
|
Ajuste: string;
|
|
217
217
|
Estorno: string;
|
|
218
218
|
Franquia: string;
|
|
219
|
-
description(val: string): "
|
|
219
|
+
description(val: string): "Ajuste manual" | "Compra de pacote" | "Consumo" | "Estorno" | "Franquia mensal" | "enum not found";
|
|
220
220
|
};
|
package/dist/reports/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const TipoRelatorio: {
|
|
2
2
|
Resumido: string;
|
|
3
3
|
Detalhado: string;
|
|
4
|
-
description(val: string): "
|
|
4
|
+
description(val: string): "Detalhado" | "Resumido" | "enum not found";
|
|
5
5
|
};
|
|
6
6
|
export declare const AgrupamentoRelatorio: {
|
|
7
7
|
Cliente: string;
|
|
@@ -25,12 +25,12 @@ export declare const AgrupamentoRelatorio: {
|
|
|
25
25
|
Objeto: string;
|
|
26
26
|
Situacao: string;
|
|
27
27
|
Consignacao: string;
|
|
28
|
-
description(val: string): "
|
|
28
|
+
description(val: string): "Categoria" | "Centro de Custo" | "Cliente" | "Coleção" | "Consignação" | "Data" | "Documento" | "Filial" | "Fornecedor" | "Lote" | "Marca" | "Meio de Pagamento" | "Objeto" | "Operadora Cartão" | "Operação" | "Plano de Contas" | "Preço" | "Produto" | "Situação" | "Validade" | "Vendedor" | "enum not found";
|
|
29
29
|
};
|
|
30
30
|
export declare const TipoPosicaoConsignacao: {
|
|
31
31
|
Posicao: string;
|
|
32
32
|
Movimentacao: string;
|
|
33
|
-
description(val: string): "
|
|
33
|
+
description(val: string): "Movimentação do período" | "Posição em aberto" | "enum not found";
|
|
34
34
|
};
|
|
35
35
|
export declare const AgrupamentoRelatoriosProdutos: {
|
|
36
36
|
Produto: string;
|
|
@@ -45,7 +45,7 @@ export declare const AgrupamentoRelatoriosProdutos: {
|
|
|
45
45
|
Lote: string;
|
|
46
46
|
Validade: string;
|
|
47
47
|
CodigoBarra: string;
|
|
48
|
-
description(val: string): "
|
|
48
|
+
description(val: string): "Categoria" | "Cenário Fiscal" | "Código de Barra" | "Endereço de Estoque" | "Filial" | "Inventário P7" | "Lote" | "Marca" | "NCM" | "Produto" | "Unidade de Medida" | "Validade" | "enum not found";
|
|
49
49
|
};
|
|
50
50
|
export declare const TipoPreco: {
|
|
51
51
|
Compra: string;
|
|
@@ -54,7 +54,7 @@ export declare const TipoPreco: {
|
|
|
54
54
|
CustoMedio: string;
|
|
55
55
|
Venda: string;
|
|
56
56
|
VendaAtacado: string;
|
|
57
|
-
description(val: string): "
|
|
57
|
+
description(val: string): "Compra" | "Compra médio" | "Custo" | "Custo médio" | "Venda" | "Venda atacado" | "enum not found";
|
|
58
58
|
};
|
|
59
59
|
export declare const AgrupamentoRelatorioPessoas: {
|
|
60
60
|
Pessoa: string;
|
|
@@ -62,19 +62,19 @@ export declare const AgrupamentoRelatorioPessoas: {
|
|
|
62
62
|
Classificacao: string;
|
|
63
63
|
Cidade: string;
|
|
64
64
|
Origem: string;
|
|
65
|
-
description(val: string): "
|
|
65
|
+
description(val: string): "Cidade" | "Classificação" | "Origem" | "Pessoa" | "Tipo" | "enum not found";
|
|
66
66
|
};
|
|
67
67
|
export declare const SituacaoQtdEstoque: {
|
|
68
68
|
Zerado: string;
|
|
69
69
|
Negativo: string;
|
|
70
70
|
Positivo: string;
|
|
71
|
-
description(val: string): "
|
|
71
|
+
description(val: string): "Negativo" | "Positivo" | "Zerado" | "enum not found";
|
|
72
72
|
};
|
|
73
73
|
export declare const PrioridadeCompra: {
|
|
74
74
|
Alta: string;
|
|
75
75
|
Media: string;
|
|
76
76
|
Baixa: string;
|
|
77
|
-
description(val: string): "
|
|
77
|
+
description(val: string): "Alta" | "Baixa" | "Média" | "enum not found";
|
|
78
78
|
};
|
|
79
79
|
export declare const StatusCompra: {
|
|
80
80
|
ComprarUrgente: string;
|
|
@@ -85,7 +85,7 @@ export declare const StatusCompra: {
|
|
|
85
85
|
SemDemanda: string;
|
|
86
86
|
Parado: string;
|
|
87
87
|
Excesso: string;
|
|
88
|
-
description(val: string): "
|
|
88
|
+
description(val: string): "Atenção" | "Comprar" | "Comprar urgente" | "Excesso" | "Normal" | "Parado" | "Revisar Demanda" | "Sem demanda" | "enum not found";
|
|
89
89
|
};
|
|
90
90
|
export declare const FaixaCobertura: {
|
|
91
91
|
Critica: string;
|
|
@@ -93,12 +93,12 @@ export declare const FaixaCobertura: {
|
|
|
93
93
|
Normal: string;
|
|
94
94
|
Alta: string;
|
|
95
95
|
Excesso: string;
|
|
96
|
-
description(val: string): "
|
|
96
|
+
description(val: string): "Alta" | "Baixa" | "Crítica" | "Excesso" | "Normal" | "enum not found";
|
|
97
97
|
};
|
|
98
98
|
export declare const TendenciaDemanda: {
|
|
99
99
|
Acelerando: string;
|
|
100
100
|
Estavel: string;
|
|
101
101
|
Desacelerando: string;
|
|
102
102
|
SemDemanda: string;
|
|
103
|
-
description(val: string): "
|
|
103
|
+
description(val: string): "Acelerando" | "Desacelerando" | "Estável" | "Sem demanda" | "enum not found";
|
|
104
104
|
};
|
package/package.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "mdz-enum",
|
|
3
|
-
"version": "1.6.
|
|
4
|
-
"description": "Enumerados ModerShop",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
|
-
"publicar": "tsc && git add . && git commit -m \"commit automatico\" && git push origin main && npm publish"
|
|
9
|
-
},
|
|
10
|
-
"files": [
|
|
11
|
-
"dist",
|
|
12
|
-
"package.json",
|
|
13
|
-
"README.md"
|
|
14
|
-
],
|
|
15
|
-
"repository": {
|
|
16
|
-
"type": "git",
|
|
17
|
-
"url": "https://github.com/moderniza-modershop/mdz-enum"
|
|
18
|
-
},
|
|
19
|
-
"keywords": [],
|
|
20
|
-
"author": "willian.moderniza",
|
|
21
|
-
"license": "ISC",
|
|
22
|
-
"bugs": {
|
|
23
|
-
"url": "https://github.com/moderniza-dev/mdz-enum/issues"
|
|
24
|
-
},
|
|
25
|
-
"homepage": "https://github.com/moderniza-dev/mdz-enum#readme",
|
|
26
|
-
"devDependencies": {
|
|
27
|
-
"@types/node": "^16.9.1",
|
|
28
|
-
"ts-node": "^10.2.1",
|
|
29
|
-
"typescript": "^4.4.3"
|
|
30
|
-
},
|
|
31
|
-
"dependencies": {}
|
|
32
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "mdz-enum",
|
|
3
|
+
"version": "1.6.86",
|
|
4
|
+
"description": "Enumerados ModerShop",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
|
+
"publicar": "tsc && git add . && git commit -m \"commit automatico\" && git push origin main && npm publish"
|
|
9
|
+
},
|
|
10
|
+
"files": [
|
|
11
|
+
"dist",
|
|
12
|
+
"package.json",
|
|
13
|
+
"README.md"
|
|
14
|
+
],
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "https://github.com/moderniza-modershop/mdz-enum"
|
|
18
|
+
},
|
|
19
|
+
"keywords": [],
|
|
20
|
+
"author": "willian.moderniza",
|
|
21
|
+
"license": "ISC",
|
|
22
|
+
"bugs": {
|
|
23
|
+
"url": "https://github.com/moderniza-dev/mdz-enum/issues"
|
|
24
|
+
},
|
|
25
|
+
"homepage": "https://github.com/moderniza-dev/mdz-enum#readme",
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@types/node": "^16.9.1",
|
|
28
|
+
"ts-node": "^10.2.1",
|
|
29
|
+
"typescript": "^4.4.3"
|
|
30
|
+
},
|
|
31
|
+
"dependencies": {}
|
|
32
|
+
}
|