mdz-enum 1.5.19 → 1.5.21
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 -1
- package/dist/checkout/index.d.ts +28 -28
- package/dist/checkout/index.js +83 -83
- package/dist/commercial/index.d.ts +227 -227
- package/dist/commercial/index.js +549 -549
- package/dist/common/index.d.ts +47 -47
- package/dist/common/index.js +137 -137
- package/dist/config/index.d.ts +138 -138
- package/dist/config/index.js +395 -395
- package/dist/finance/index.d.ts +164 -164
- package/dist/finance/index.js +425 -425
- package/dist/fiscal/index.d.ts +468 -468
- package/dist/fiscal/index.js +1165 -1165
- package/dist/functions.d.ts +11 -11
- package/dist/functions.js +74 -74
- package/dist/general/index.d.ts +257 -257
- package/dist/general/index.js +489 -489
- package/dist/index.d.ts +14 -14
- package/dist/index.js +208 -208
- package/dist/integration/index.d.ts +19 -19
- package/dist/integration/index.js +57 -57
- package/dist/logistics/index.d.ts +124 -124
- package/dist/logistics/index.js +359 -359
- package/dist/marketplace/templates/components/index.d.ts +158 -145
- package/dist/marketplace/templates/components/index.js +171 -156
- package/dist/marketplace/templates/elements/index.d.ts +32 -34
- package/dist/marketplace/templates/elements/index.js +35 -37
- package/dist/marketplace/templates/index.d.ts +295 -287
- package/dist/marketplace/templates/index.js +40 -38
- package/dist/marketplace/templates/pages/index.d.ts +140 -140
- package/dist/marketplace/templates/pages/index.js +310 -310
- package/dist/marketplace/templates/reference/index.d.ts +16 -16
- package/dist/marketplace/templates/reference/index.js +18 -18
- package/dist/people/index.d.ts +36 -36
- package/dist/people/index.js +105 -105
- package/dist/platform/index.d.ts +189 -189
- package/dist/platform/index.js +548 -548
- package/dist/reports/index.d.ts +49 -49
- package/dist/reports/index.js +145 -145
- package/package.json +32 -33
package/dist/common/index.d.ts
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
export declare const TipoSolicitacao: {
|
|
2
|
-
SPED: string;
|
|
3
|
-
SINTEGRA: string;
|
|
4
|
-
ProcessarNF: string;
|
|
5
|
-
GerarInfoBalanca: string;
|
|
6
|
-
description(val: string): "enum not found" | "SPED" | "SINTEGRA" | "Processar NFe" | "Gerar informações de balança";
|
|
7
|
-
};
|
|
8
|
-
export declare const SituacaoSolicitacao: {
|
|
9
|
-
EmEspera: string;
|
|
10
|
-
EmFila: string;
|
|
11
|
-
EmProcessamento: string;
|
|
12
|
-
Concluida: string;
|
|
13
|
-
ConcluidaComErro: string;
|
|
14
|
-
description(val: string): "enum not found" | "Concluída" | "Em processamento" | "Em espera" | "Em fila" | "Concluída com erro";
|
|
15
|
-
};
|
|
16
|
-
export declare const SituacaoFila: {
|
|
17
|
-
AguardandoProcessamento: string;
|
|
18
|
-
Processando: string;
|
|
19
|
-
description(val: string): "enum not found" | "Aguardando Processamento" | "Processando";
|
|
20
|
-
};
|
|
21
|
-
export declare const TipoHistoricoSolicitacao: {
|
|
22
|
-
AdicionarNaFila: string;
|
|
23
|
-
IniciarProcessamento: string;
|
|
24
|
-
ConcluirProcessamento: string;
|
|
25
|
-
ErroNoProcessamento: string;
|
|
26
|
-
description(val: string): "enum not found" | "Adicionou na fila" | "Iniciou o processamento" | "Concluiu o processamento" | "Erro no processamento";
|
|
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 criado" | "Novo pedido recebido" | "Nova devolução solicitada" | "Aninversario";
|
|
42
|
-
};
|
|
43
|
-
export declare const TipoBusca: {
|
|
44
|
-
Backend: string;
|
|
45
|
-
IndexedDB: string;
|
|
46
|
-
description(val: string): "enum not found" | "Backend" | "IndexedDB";
|
|
47
|
-
};
|
|
1
|
+
export declare const TipoSolicitacao: {
|
|
2
|
+
SPED: string;
|
|
3
|
+
SINTEGRA: string;
|
|
4
|
+
ProcessarNF: string;
|
|
5
|
+
GerarInfoBalanca: string;
|
|
6
|
+
description(val: string): "enum not found" | "SPED" | "SINTEGRA" | "Processar NFe" | "Gerar informações de balança";
|
|
7
|
+
};
|
|
8
|
+
export declare const SituacaoSolicitacao: {
|
|
9
|
+
EmEspera: string;
|
|
10
|
+
EmFila: string;
|
|
11
|
+
EmProcessamento: string;
|
|
12
|
+
Concluida: string;
|
|
13
|
+
ConcluidaComErro: string;
|
|
14
|
+
description(val: string): "enum not found" | "Concluída" | "Em processamento" | "Em espera" | "Em fila" | "Concluída com erro";
|
|
15
|
+
};
|
|
16
|
+
export declare const SituacaoFila: {
|
|
17
|
+
AguardandoProcessamento: string;
|
|
18
|
+
Processando: string;
|
|
19
|
+
description(val: string): "enum not found" | "Aguardando Processamento" | "Processando";
|
|
20
|
+
};
|
|
21
|
+
export declare const TipoHistoricoSolicitacao: {
|
|
22
|
+
AdicionarNaFila: string;
|
|
23
|
+
IniciarProcessamento: string;
|
|
24
|
+
ConcluirProcessamento: string;
|
|
25
|
+
ErroNoProcessamento: string;
|
|
26
|
+
description(val: string): "enum not found" | "Adicionou na fila" | "Iniciou o processamento" | "Concluiu o processamento" | "Erro no processamento";
|
|
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 criado" | "Novo pedido recebido" | "Nova devolução solicitada" | "Aninversario";
|
|
42
|
+
};
|
|
43
|
+
export declare const TipoBusca: {
|
|
44
|
+
Backend: string;
|
|
45
|
+
IndexedDB: string;
|
|
46
|
+
description(val: string): "enum not found" | "Backend" | "IndexedDB";
|
|
47
|
+
};
|
package/dist/common/index.js
CHANGED
|
@@ -1,137 +1,137 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TipoBusca = exports.TipoNotificacao = exports.TipoAbrangenciaNotificacao = exports.TipoHistoricoSolicitacao = exports.SituacaoFila = exports.SituacaoSolicitacao = exports.TipoSolicitacao = void 0;
|
|
4
|
-
exports.TipoSolicitacao = {
|
|
5
|
-
SPED: '1',
|
|
6
|
-
SINTEGRA: '2',
|
|
7
|
-
ProcessarNF: '3',
|
|
8
|
-
GerarInfoBalanca: '4',
|
|
9
|
-
description(val) {
|
|
10
|
-
switch (val) {
|
|
11
|
-
case this.SPED:
|
|
12
|
-
return 'SPED';
|
|
13
|
-
case this.SINTEGRA:
|
|
14
|
-
return 'SINTEGRA';
|
|
15
|
-
case this.ProcessarNF:
|
|
16
|
-
return 'Processar NFe';
|
|
17
|
-
case this.GerarInfoBalanca:
|
|
18
|
-
return 'Gerar informações de balança';
|
|
19
|
-
default:
|
|
20
|
-
return 'enum not found';
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
};
|
|
24
|
-
exports.SituacaoSolicitacao = {
|
|
25
|
-
EmEspera: '1',
|
|
26
|
-
EmFila: '2',
|
|
27
|
-
EmProcessamento: '3',
|
|
28
|
-
Concluida: '4',
|
|
29
|
-
ConcluidaComErro: '5',
|
|
30
|
-
description(val) {
|
|
31
|
-
switch (val) {
|
|
32
|
-
case this.EmEspera:
|
|
33
|
-
return 'Em espera';
|
|
34
|
-
case this.EmFila:
|
|
35
|
-
return 'Em fila';
|
|
36
|
-
case this.EmProcessamento:
|
|
37
|
-
return 'Em processamento';
|
|
38
|
-
case this.Concluida:
|
|
39
|
-
return 'Concluída';
|
|
40
|
-
case this.ConcluidaComErro:
|
|
41
|
-
return 'Concluída com erro';
|
|
42
|
-
default:
|
|
43
|
-
return 'enum not found';
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
};
|
|
47
|
-
exports.SituacaoFila = {
|
|
48
|
-
AguardandoProcessamento: '1',
|
|
49
|
-
Processando: '2',
|
|
50
|
-
description(val) {
|
|
51
|
-
switch (val) {
|
|
52
|
-
case this.AguardandoProcessamento:
|
|
53
|
-
return 'Aguardando Processamento';
|
|
54
|
-
case this.Processando:
|
|
55
|
-
return 'Processando';
|
|
56
|
-
default:
|
|
57
|
-
return 'enum not found';
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
};
|
|
61
|
-
exports.TipoHistoricoSolicitacao = {
|
|
62
|
-
AdicionarNaFila: '1',
|
|
63
|
-
IniciarProcessamento: '2',
|
|
64
|
-
ConcluirProcessamento: '3',
|
|
65
|
-
ErroNoProcessamento: '4',
|
|
66
|
-
description(val) {
|
|
67
|
-
switch (val) {
|
|
68
|
-
case this.AdicionarNaFila:
|
|
69
|
-
return 'Adicionou na fila';
|
|
70
|
-
case this.IniciarProcessamento:
|
|
71
|
-
return 'Iniciou o processamento';
|
|
72
|
-
case this.ConcluirProcessamento:
|
|
73
|
-
return 'Concluiu o processamento';
|
|
74
|
-
case this.ErroNoProcessamento:
|
|
75
|
-
return 'Erro no processamento';
|
|
76
|
-
default:
|
|
77
|
-
return 'enum not found';
|
|
78
|
-
}
|
|
79
|
-
},
|
|
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 criado';
|
|
113
|
-
case this.NovoPedidoEcommerce:
|
|
114
|
-
return 'Novo pedido recebido';
|
|
115
|
-
case this.NovaDevolucaoEcommerce:
|
|
116
|
-
return 'Nova devolução solicitada';
|
|
117
|
-
case this.Aninversario:
|
|
118
|
-
return 'Aninversario';
|
|
119
|
-
default:
|
|
120
|
-
return 'enum not found';
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
};
|
|
124
|
-
exports.TipoBusca = {
|
|
125
|
-
Backend: '0',
|
|
126
|
-
IndexedDB: '1',
|
|
127
|
-
description(val) {
|
|
128
|
-
switch (val) {
|
|
129
|
-
case this.Backend:
|
|
130
|
-
return 'Backend';
|
|
131
|
-
case this.IndexedDB:
|
|
132
|
-
return 'IndexedDB';
|
|
133
|
-
default:
|
|
134
|
-
return 'enum not found';
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TipoBusca = exports.TipoNotificacao = exports.TipoAbrangenciaNotificacao = exports.TipoHistoricoSolicitacao = exports.SituacaoFila = exports.SituacaoSolicitacao = exports.TipoSolicitacao = void 0;
|
|
4
|
+
exports.TipoSolicitacao = {
|
|
5
|
+
SPED: '1',
|
|
6
|
+
SINTEGRA: '2',
|
|
7
|
+
ProcessarNF: '3',
|
|
8
|
+
GerarInfoBalanca: '4',
|
|
9
|
+
description(val) {
|
|
10
|
+
switch (val) {
|
|
11
|
+
case this.SPED:
|
|
12
|
+
return 'SPED';
|
|
13
|
+
case this.SINTEGRA:
|
|
14
|
+
return 'SINTEGRA';
|
|
15
|
+
case this.ProcessarNF:
|
|
16
|
+
return 'Processar NFe';
|
|
17
|
+
case this.GerarInfoBalanca:
|
|
18
|
+
return 'Gerar informações de balança';
|
|
19
|
+
default:
|
|
20
|
+
return 'enum not found';
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
};
|
|
24
|
+
exports.SituacaoSolicitacao = {
|
|
25
|
+
EmEspera: '1',
|
|
26
|
+
EmFila: '2',
|
|
27
|
+
EmProcessamento: '3',
|
|
28
|
+
Concluida: '4',
|
|
29
|
+
ConcluidaComErro: '5',
|
|
30
|
+
description(val) {
|
|
31
|
+
switch (val) {
|
|
32
|
+
case this.EmEspera:
|
|
33
|
+
return 'Em espera';
|
|
34
|
+
case this.EmFila:
|
|
35
|
+
return 'Em fila';
|
|
36
|
+
case this.EmProcessamento:
|
|
37
|
+
return 'Em processamento';
|
|
38
|
+
case this.Concluida:
|
|
39
|
+
return 'Concluída';
|
|
40
|
+
case this.ConcluidaComErro:
|
|
41
|
+
return 'Concluída com erro';
|
|
42
|
+
default:
|
|
43
|
+
return 'enum not found';
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
};
|
|
47
|
+
exports.SituacaoFila = {
|
|
48
|
+
AguardandoProcessamento: '1',
|
|
49
|
+
Processando: '2',
|
|
50
|
+
description(val) {
|
|
51
|
+
switch (val) {
|
|
52
|
+
case this.AguardandoProcessamento:
|
|
53
|
+
return 'Aguardando Processamento';
|
|
54
|
+
case this.Processando:
|
|
55
|
+
return 'Processando';
|
|
56
|
+
default:
|
|
57
|
+
return 'enum not found';
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
};
|
|
61
|
+
exports.TipoHistoricoSolicitacao = {
|
|
62
|
+
AdicionarNaFila: '1',
|
|
63
|
+
IniciarProcessamento: '2',
|
|
64
|
+
ConcluirProcessamento: '3',
|
|
65
|
+
ErroNoProcessamento: '4',
|
|
66
|
+
description(val) {
|
|
67
|
+
switch (val) {
|
|
68
|
+
case this.AdicionarNaFila:
|
|
69
|
+
return 'Adicionou na fila';
|
|
70
|
+
case this.IniciarProcessamento:
|
|
71
|
+
return 'Iniciou o processamento';
|
|
72
|
+
case this.ConcluirProcessamento:
|
|
73
|
+
return 'Concluiu o processamento';
|
|
74
|
+
case this.ErroNoProcessamento:
|
|
75
|
+
return 'Erro no processamento';
|
|
76
|
+
default:
|
|
77
|
+
return 'enum not found';
|
|
78
|
+
}
|
|
79
|
+
},
|
|
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 criado';
|
|
113
|
+
case this.NovoPedidoEcommerce:
|
|
114
|
+
return 'Novo pedido recebido';
|
|
115
|
+
case this.NovaDevolucaoEcommerce:
|
|
116
|
+
return 'Nova devolução solicitada';
|
|
117
|
+
case this.Aninversario:
|
|
118
|
+
return 'Aninversario';
|
|
119
|
+
default:
|
|
120
|
+
return 'enum not found';
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
};
|
|
124
|
+
exports.TipoBusca = {
|
|
125
|
+
Backend: '0',
|
|
126
|
+
IndexedDB: '1',
|
|
127
|
+
description(val) {
|
|
128
|
+
switch (val) {
|
|
129
|
+
case this.Backend:
|
|
130
|
+
return 'Backend';
|
|
131
|
+
case this.IndexedDB:
|
|
132
|
+
return 'IndexedDB';
|
|
133
|
+
default:
|
|
134
|
+
return 'enum not found';
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
};
|
package/dist/config/index.d.ts
CHANGED
|
@@ -1,138 +1,138 @@
|
|
|
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
|
-
Gradel2: string;
|
|
77
|
-
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" | "Descrição Variação Linha 2";
|
|
78
|
-
};
|
|
79
|
-
export declare const ModeloPimaco: {
|
|
80
|
-
M6187: string;
|
|
81
|
-
A4351: string;
|
|
82
|
-
description(val: string): "enum not found" | "6187" | "A4351";
|
|
83
|
-
};
|
|
84
|
-
export declare const TipoImpressao: {
|
|
85
|
-
Arquivo: string;
|
|
86
|
-
Texto: string;
|
|
87
|
-
description(val: string): "enum not found" | "Texto" | "Arquivo";
|
|
88
|
-
};
|
|
89
|
-
export declare const ModeloBalanca: {
|
|
90
|
-
Filizola: string;
|
|
91
|
-
Toledo: string;
|
|
92
|
-
description(val: string): "enum not found" | "Filizola" | "Toledo";
|
|
93
|
-
};
|
|
94
|
-
export declare const TipoInformacaoBalanca: {
|
|
95
|
-
Peso: string;
|
|
96
|
-
PrecoTotal: string;
|
|
97
|
-
description(val: string): "enum not found" | "Peso" | "Preço Total";
|
|
98
|
-
};
|
|
99
|
-
export declare const TipoAtualizacaoSocket: {
|
|
100
|
-
Produto: string;
|
|
101
|
-
TabelaPreco: string;
|
|
102
|
-
Promocao: string;
|
|
103
|
-
description(val: string): "enum not found" | "Produto" | "Tabela de Preço" | "Promoção";
|
|
104
|
-
};
|
|
105
|
-
export declare const TipoImportacao: {
|
|
106
|
-
Produto: string;
|
|
107
|
-
Pessoa: string;
|
|
108
|
-
Estoque: string;
|
|
109
|
-
CodigoBarras: string;
|
|
110
|
-
Grade: string;
|
|
111
|
-
description(val: string): "enum not found" | "Produto" | "Pessoa" | "Estoque" | "Código de Barras" | "Grade";
|
|
112
|
-
};
|
|
113
|
-
export declare const ModeloImportacao: {
|
|
114
|
-
Importacao: string;
|
|
115
|
-
Atualizacao: string;
|
|
116
|
-
description(val: string): "enum not found" | "Importação" | "Atualização";
|
|
117
|
-
};
|
|
118
|
-
export declare const TipoArquivoExportacao: {
|
|
119
|
-
Pdf: string;
|
|
120
|
-
Excel: string;
|
|
121
|
-
description(val: string): "enum not found" | "PDF" | "EXCEL";
|
|
122
|
-
};
|
|
123
|
-
export declare const OrigemAutorizacao: {
|
|
124
|
-
Nota: string;
|
|
125
|
-
Pedido: string;
|
|
126
|
-
description(val: string): "enum not found" | "Nota" | "Pedido";
|
|
127
|
-
};
|
|
128
|
-
export declare const SituacaoAutorizacao: {
|
|
129
|
-
Pendente: string;
|
|
130
|
-
Aprovado: string;
|
|
131
|
-
Rejeitado: string;
|
|
132
|
-
description(val: string): "enum not found" | "Pendente" | "Aprovado" | "Rejeitado";
|
|
133
|
-
};
|
|
134
|
-
export declare const TipoOperacaoComprovanteTroca: {
|
|
135
|
-
Imprimir: string;
|
|
136
|
-
Solicitar: string;
|
|
137
|
-
description(val: string): "enum not found" | "Sempre Imprimir" | "Solicitar Impressão";
|
|
138
|
-
};
|
|
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
|
+
Gradel2: string;
|
|
77
|
+
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" | "Descrição Variação Linha 2";
|
|
78
|
+
};
|
|
79
|
+
export declare const ModeloPimaco: {
|
|
80
|
+
M6187: string;
|
|
81
|
+
A4351: string;
|
|
82
|
+
description(val: string): "enum not found" | "6187" | "A4351";
|
|
83
|
+
};
|
|
84
|
+
export declare const TipoImpressao: {
|
|
85
|
+
Arquivo: string;
|
|
86
|
+
Texto: string;
|
|
87
|
+
description(val: string): "enum not found" | "Texto" | "Arquivo";
|
|
88
|
+
};
|
|
89
|
+
export declare const ModeloBalanca: {
|
|
90
|
+
Filizola: string;
|
|
91
|
+
Toledo: string;
|
|
92
|
+
description(val: string): "enum not found" | "Filizola" | "Toledo";
|
|
93
|
+
};
|
|
94
|
+
export declare const TipoInformacaoBalanca: {
|
|
95
|
+
Peso: string;
|
|
96
|
+
PrecoTotal: string;
|
|
97
|
+
description(val: string): "enum not found" | "Peso" | "Preço Total";
|
|
98
|
+
};
|
|
99
|
+
export declare const TipoAtualizacaoSocket: {
|
|
100
|
+
Produto: string;
|
|
101
|
+
TabelaPreco: string;
|
|
102
|
+
Promocao: string;
|
|
103
|
+
description(val: string): "enum not found" | "Produto" | "Tabela de Preço" | "Promoção";
|
|
104
|
+
};
|
|
105
|
+
export declare const TipoImportacao: {
|
|
106
|
+
Produto: string;
|
|
107
|
+
Pessoa: string;
|
|
108
|
+
Estoque: string;
|
|
109
|
+
CodigoBarras: string;
|
|
110
|
+
Grade: string;
|
|
111
|
+
description(val: string): "enum not found" | "Produto" | "Pessoa" | "Estoque" | "Código de Barras" | "Grade";
|
|
112
|
+
};
|
|
113
|
+
export declare const ModeloImportacao: {
|
|
114
|
+
Importacao: string;
|
|
115
|
+
Atualizacao: string;
|
|
116
|
+
description(val: string): "enum not found" | "Importação" | "Atualização";
|
|
117
|
+
};
|
|
118
|
+
export declare const TipoArquivoExportacao: {
|
|
119
|
+
Pdf: string;
|
|
120
|
+
Excel: string;
|
|
121
|
+
description(val: string): "enum not found" | "PDF" | "EXCEL";
|
|
122
|
+
};
|
|
123
|
+
export declare const OrigemAutorizacao: {
|
|
124
|
+
Nota: string;
|
|
125
|
+
Pedido: string;
|
|
126
|
+
description(val: string): "enum not found" | "Nota" | "Pedido";
|
|
127
|
+
};
|
|
128
|
+
export declare const SituacaoAutorizacao: {
|
|
129
|
+
Pendente: string;
|
|
130
|
+
Aprovado: string;
|
|
131
|
+
Rejeitado: string;
|
|
132
|
+
description(val: string): "enum not found" | "Pendente" | "Aprovado" | "Rejeitado";
|
|
133
|
+
};
|
|
134
|
+
export declare const TipoOperacaoComprovanteTroca: {
|
|
135
|
+
Imprimir: string;
|
|
136
|
+
Solicitar: string;
|
|
137
|
+
description(val: string): "enum not found" | "Sempre Imprimir" | "Solicitar Impressão";
|
|
138
|
+
};
|