mdz-enum 1.1.32 → 1.1.34
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 +1 -1
- package/dist/checkout/index.d.ts +25 -25
- package/dist/checkout/index.js +74 -74
- package/dist/commercial/index.d.ts +73 -73
- package/dist/commercial/index.js +210 -210
- package/dist/config/index.d.ts +79 -79
- package/dist/config/index.js +228 -228
- package/dist/finance/index.d.ts +112 -112
- package/dist/finance/index.js +324 -324
- package/dist/fiscal/index.d.ts +291 -291
- package/dist/fiscal/index.js +862 -862
- package/dist/functions.d.ts +4 -4
- package/dist/functions.js +37 -37
- package/dist/general/index.d.ts +56 -56
- package/dist/general/index.js +205 -205
- package/dist/index.d.ts +12 -12
- package/dist/index.js +110 -109
- package/dist/integration/index.d.ts +10 -10
- package/dist/integration/index.js +31 -31
- package/dist/logistics/index.d.ts +50 -50
- package/dist/logistics/index.js +146 -146
- package/dist/people/index.d.ts +20 -19
- package/dist/people/index.js +59 -56
- package/dist/plataform/index.d.ts +12 -12
- package/dist/plataform/index.js +37 -37
- package/dist/platform/index.d.ts +18 -18
- package/dist/platform/index.js +54 -54
- package/dist/reports/index.d.ts +12 -12
- package/dist/reports/index.js +33 -33
- package/package.json +32 -33
package/dist/commercial/index.js
CHANGED
|
@@ -1,210 +1,210 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
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
|
-
exports.SituacaoPedido = {
|
|
5
|
-
Edicao: '0',
|
|
6
|
-
Liberado: '1',
|
|
7
|
-
Cancelado: '2',
|
|
8
|
-
NotaPendente: '3',
|
|
9
|
-
Faturado: '4',
|
|
10
|
-
Pendente: '5',
|
|
11
|
-
description(val) {
|
|
12
|
-
switch (val) {
|
|
13
|
-
case this.Edicao:
|
|
14
|
-
return 'Edição';
|
|
15
|
-
case this.Liberado:
|
|
16
|
-
return 'Liberado';
|
|
17
|
-
case this.Cancelado:
|
|
18
|
-
return 'Cancelado';
|
|
19
|
-
case this.NotaPendente:
|
|
20
|
-
return 'Nota Pendente';
|
|
21
|
-
case this.Faturado:
|
|
22
|
-
return 'Faturado';
|
|
23
|
-
case this.Pendente:
|
|
24
|
-
return 'Pendente';
|
|
25
|
-
default:
|
|
26
|
-
return 'enum not found';
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
};
|
|
30
|
-
exports.OperacaoPedido = {
|
|
31
|
-
Orcamento: '0',
|
|
32
|
-
Pedido: '1',
|
|
33
|
-
description(val) {
|
|
34
|
-
switch (val) {
|
|
35
|
-
case this.Orcamento:
|
|
36
|
-
return 'Orcamento';
|
|
37
|
-
case this.Pedido:
|
|
38
|
-
return 'Pedido';
|
|
39
|
-
default:
|
|
40
|
-
return 'enum not found';
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
};
|
|
44
|
-
exports.OrigemPedido = {
|
|
45
|
-
Erp: '0',
|
|
46
|
-
Ecommerce: '1',
|
|
47
|
-
MercadoLivre: '2',
|
|
48
|
-
description(val) {
|
|
49
|
-
switch (val) {
|
|
50
|
-
case this.Erp:
|
|
51
|
-
return 'Erp';
|
|
52
|
-
case this.Ecommerce:
|
|
53
|
-
return 'Ecommerce';
|
|
54
|
-
case this.MercadoLivre:
|
|
55
|
-
return 'Mercado Livre';
|
|
56
|
-
default:
|
|
57
|
-
return 'enum not found';
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
};
|
|
61
|
-
exports.TipoFrete = {
|
|
62
|
-
ContratacaoContaRemetente: '0',
|
|
63
|
-
ContratacaoContaDestinatario: '1',
|
|
64
|
-
ContratacaoTerceiros: '2',
|
|
65
|
-
ProprioContaRemetente: '3',
|
|
66
|
-
ProprioContaDestinatario: '4',
|
|
67
|
-
SemFrete: '9',
|
|
68
|
-
description(val) {
|
|
69
|
-
switch (val) {
|
|
70
|
-
case this.ContratacaoContaRemetente:
|
|
71
|
-
return '0-Contratação do Frete por conta do Remetente (CIF)';
|
|
72
|
-
case this.ContratacaoContaDestinatario:
|
|
73
|
-
return '1-Contratação do Frete por conta do Destinatário (FOB)';
|
|
74
|
-
case this.ContratacaoTerceiros:
|
|
75
|
-
return '2-Contratação do Frete por conta de Terceiros';
|
|
76
|
-
case this.ProprioContaRemetente:
|
|
77
|
-
return '3-Transporte Próprio por conta do Remetente';
|
|
78
|
-
case this.ProprioContaDestinatario:
|
|
79
|
-
return '4-Transporte Próprio por conta do Destinatário';
|
|
80
|
-
case this.SemFrete:
|
|
81
|
-
return '9-Sem Ocorrência de Transporte';
|
|
82
|
-
default:
|
|
83
|
-
return 'enum not found';
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
|
-
};
|
|
87
|
-
exports.TipoDescontoPromocao = {
|
|
88
|
-
Valor: '0',
|
|
89
|
-
Percentual: '1',
|
|
90
|
-
description(val) {
|
|
91
|
-
switch (val) {
|
|
92
|
-
case this.Valor:
|
|
93
|
-
return 'Valor';
|
|
94
|
-
case this.Percentual:
|
|
95
|
-
return 'Percentual';
|
|
96
|
-
default:
|
|
97
|
-
return 'enum not found';
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
};
|
|
101
|
-
exports.TipoMarketplace = {
|
|
102
|
-
MercadoLivre: '1',
|
|
103
|
-
Ecommerce: '2',
|
|
104
|
-
All: '3',
|
|
105
|
-
description(val) {
|
|
106
|
-
switch (val) {
|
|
107
|
-
case this.MercadoLivre:
|
|
108
|
-
return 'Mercado Livre';
|
|
109
|
-
case this.Ecommerce:
|
|
110
|
-
return 'Ecommerce';
|
|
111
|
-
case this.All:
|
|
112
|
-
return 'Todas integrações';
|
|
113
|
-
default:
|
|
114
|
-
return 'enum not found';
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
};
|
|
118
|
-
exports.SituacaoProdutoMarketplace = {
|
|
119
|
-
Pendente: '1',
|
|
120
|
-
Publicado: '2',
|
|
121
|
-
Erro: '3',
|
|
122
|
-
Pausado: '4',
|
|
123
|
-
Fechado: '5',
|
|
124
|
-
description(val) {
|
|
125
|
-
switch (val) {
|
|
126
|
-
case this.Pendente:
|
|
127
|
-
return 'Pendente a envio';
|
|
128
|
-
case this.Publicado:
|
|
129
|
-
return 'Publicado';
|
|
130
|
-
case this.Erro:
|
|
131
|
-
return 'Erro';
|
|
132
|
-
case this.Pausado:
|
|
133
|
-
return 'Pausado';
|
|
134
|
-
case this.Fechado:
|
|
135
|
-
return 'Fechado';
|
|
136
|
-
default:
|
|
137
|
-
return 'enum not found';
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
};
|
|
141
|
-
exports.StatusProcessoCarrinho = {
|
|
142
|
-
Pendente: '1',
|
|
143
|
-
EmProcessamento: '2',
|
|
144
|
-
Processado: '3',
|
|
145
|
-
description(val) {
|
|
146
|
-
switch (val) {
|
|
147
|
-
case this.Pendente:
|
|
148
|
-
return 'Pendente';
|
|
149
|
-
case this.EmProcessamento:
|
|
150
|
-
return 'Em processamento';
|
|
151
|
-
case this.Processado:
|
|
152
|
-
return 'Processado';
|
|
153
|
-
default:
|
|
154
|
-
return 'enum not found';
|
|
155
|
-
}
|
|
156
|
-
},
|
|
157
|
-
};
|
|
158
|
-
exports.TipoAplicacaoTabelaPreco = {
|
|
159
|
-
Desconto: '0',
|
|
160
|
-
Acrescimo: '1',
|
|
161
|
-
description(val) {
|
|
162
|
-
switch (val) {
|
|
163
|
-
case this.Desconto:
|
|
164
|
-
return 'Desconto';
|
|
165
|
-
case this.Acrescimo:
|
|
166
|
-
return 'Acréscimo';
|
|
167
|
-
default:
|
|
168
|
-
return 'enum not found';
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
|
-
};
|
|
172
|
-
exports.TipoValorTabelaPreco = {
|
|
173
|
-
Percentual: '0',
|
|
174
|
-
ValorFixo: '1',
|
|
175
|
-
ValorTotal: '2',
|
|
176
|
-
description(val) {
|
|
177
|
-
switch (val) {
|
|
178
|
-
case this.Percentual:
|
|
179
|
-
return 'Percentual';
|
|
180
|
-
case this.ValorFixo:
|
|
181
|
-
return 'Valor fixo';
|
|
182
|
-
case this.ValorTotal:
|
|
183
|
-
return 'Valor total';
|
|
184
|
-
default:
|
|
185
|
-
return 'enum not found';
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
};
|
|
189
|
-
exports.TipoGrupoComissao = {
|
|
190
|
-
Vendedores: '0',
|
|
191
|
-
description(val) {
|
|
192
|
-
switch (val) {
|
|
193
|
-
case this.Vendedores:
|
|
194
|
-
return 'Vendedores';
|
|
195
|
-
default:
|
|
196
|
-
return 'enum not found';
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
};
|
|
200
|
-
exports.MotivoPedido = {
|
|
201
|
-
SemEstoque: '0',
|
|
202
|
-
description(val) {
|
|
203
|
-
switch (val) {
|
|
204
|
-
case this.SemEstoque:
|
|
205
|
-
return 'Sem Estoque';
|
|
206
|
-
default:
|
|
207
|
-
return 'enum not found';
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
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
|
+
exports.SituacaoPedido = {
|
|
5
|
+
Edicao: '0',
|
|
6
|
+
Liberado: '1',
|
|
7
|
+
Cancelado: '2',
|
|
8
|
+
NotaPendente: '3',
|
|
9
|
+
Faturado: '4',
|
|
10
|
+
Pendente: '5',
|
|
11
|
+
description(val) {
|
|
12
|
+
switch (val) {
|
|
13
|
+
case this.Edicao:
|
|
14
|
+
return 'Edição';
|
|
15
|
+
case this.Liberado:
|
|
16
|
+
return 'Liberado';
|
|
17
|
+
case this.Cancelado:
|
|
18
|
+
return 'Cancelado';
|
|
19
|
+
case this.NotaPendente:
|
|
20
|
+
return 'Nota Pendente';
|
|
21
|
+
case this.Faturado:
|
|
22
|
+
return 'Faturado';
|
|
23
|
+
case this.Pendente:
|
|
24
|
+
return 'Pendente';
|
|
25
|
+
default:
|
|
26
|
+
return 'enum not found';
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
exports.OperacaoPedido = {
|
|
31
|
+
Orcamento: '0',
|
|
32
|
+
Pedido: '1',
|
|
33
|
+
description(val) {
|
|
34
|
+
switch (val) {
|
|
35
|
+
case this.Orcamento:
|
|
36
|
+
return 'Orcamento';
|
|
37
|
+
case this.Pedido:
|
|
38
|
+
return 'Pedido';
|
|
39
|
+
default:
|
|
40
|
+
return 'enum not found';
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
exports.OrigemPedido = {
|
|
45
|
+
Erp: '0',
|
|
46
|
+
Ecommerce: '1',
|
|
47
|
+
MercadoLivre: '2',
|
|
48
|
+
description(val) {
|
|
49
|
+
switch (val) {
|
|
50
|
+
case this.Erp:
|
|
51
|
+
return 'Erp';
|
|
52
|
+
case this.Ecommerce:
|
|
53
|
+
return 'Ecommerce';
|
|
54
|
+
case this.MercadoLivre:
|
|
55
|
+
return 'Mercado Livre';
|
|
56
|
+
default:
|
|
57
|
+
return 'enum not found';
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
};
|
|
61
|
+
exports.TipoFrete = {
|
|
62
|
+
ContratacaoContaRemetente: '0',
|
|
63
|
+
ContratacaoContaDestinatario: '1',
|
|
64
|
+
ContratacaoTerceiros: '2',
|
|
65
|
+
ProprioContaRemetente: '3',
|
|
66
|
+
ProprioContaDestinatario: '4',
|
|
67
|
+
SemFrete: '9',
|
|
68
|
+
description(val) {
|
|
69
|
+
switch (val) {
|
|
70
|
+
case this.ContratacaoContaRemetente:
|
|
71
|
+
return '0-Contratação do Frete por conta do Remetente (CIF)';
|
|
72
|
+
case this.ContratacaoContaDestinatario:
|
|
73
|
+
return '1-Contratação do Frete por conta do Destinatário (FOB)';
|
|
74
|
+
case this.ContratacaoTerceiros:
|
|
75
|
+
return '2-Contratação do Frete por conta de Terceiros';
|
|
76
|
+
case this.ProprioContaRemetente:
|
|
77
|
+
return '3-Transporte Próprio por conta do Remetente';
|
|
78
|
+
case this.ProprioContaDestinatario:
|
|
79
|
+
return '4-Transporte Próprio por conta do Destinatário';
|
|
80
|
+
case this.SemFrete:
|
|
81
|
+
return '9-Sem Ocorrência de Transporte';
|
|
82
|
+
default:
|
|
83
|
+
return 'enum not found';
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
};
|
|
87
|
+
exports.TipoDescontoPromocao = {
|
|
88
|
+
Valor: '0',
|
|
89
|
+
Percentual: '1',
|
|
90
|
+
description(val) {
|
|
91
|
+
switch (val) {
|
|
92
|
+
case this.Valor:
|
|
93
|
+
return 'Valor';
|
|
94
|
+
case this.Percentual:
|
|
95
|
+
return 'Percentual';
|
|
96
|
+
default:
|
|
97
|
+
return 'enum not found';
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
};
|
|
101
|
+
exports.TipoMarketplace = {
|
|
102
|
+
MercadoLivre: '1',
|
|
103
|
+
Ecommerce: '2',
|
|
104
|
+
All: '3',
|
|
105
|
+
description(val) {
|
|
106
|
+
switch (val) {
|
|
107
|
+
case this.MercadoLivre:
|
|
108
|
+
return 'Mercado Livre';
|
|
109
|
+
case this.Ecommerce:
|
|
110
|
+
return 'Ecommerce';
|
|
111
|
+
case this.All:
|
|
112
|
+
return 'Todas integrações';
|
|
113
|
+
default:
|
|
114
|
+
return 'enum not found';
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
};
|
|
118
|
+
exports.SituacaoProdutoMarketplace = {
|
|
119
|
+
Pendente: '1',
|
|
120
|
+
Publicado: '2',
|
|
121
|
+
Erro: '3',
|
|
122
|
+
Pausado: '4',
|
|
123
|
+
Fechado: '5',
|
|
124
|
+
description(val) {
|
|
125
|
+
switch (val) {
|
|
126
|
+
case this.Pendente:
|
|
127
|
+
return 'Pendente a envio';
|
|
128
|
+
case this.Publicado:
|
|
129
|
+
return 'Publicado';
|
|
130
|
+
case this.Erro:
|
|
131
|
+
return 'Erro';
|
|
132
|
+
case this.Pausado:
|
|
133
|
+
return 'Pausado';
|
|
134
|
+
case this.Fechado:
|
|
135
|
+
return 'Fechado';
|
|
136
|
+
default:
|
|
137
|
+
return 'enum not found';
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
};
|
|
141
|
+
exports.StatusProcessoCarrinho = {
|
|
142
|
+
Pendente: '1',
|
|
143
|
+
EmProcessamento: '2',
|
|
144
|
+
Processado: '3',
|
|
145
|
+
description(val) {
|
|
146
|
+
switch (val) {
|
|
147
|
+
case this.Pendente:
|
|
148
|
+
return 'Pendente';
|
|
149
|
+
case this.EmProcessamento:
|
|
150
|
+
return 'Em processamento';
|
|
151
|
+
case this.Processado:
|
|
152
|
+
return 'Processado';
|
|
153
|
+
default:
|
|
154
|
+
return 'enum not found';
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
};
|
|
158
|
+
exports.TipoAplicacaoTabelaPreco = {
|
|
159
|
+
Desconto: '0',
|
|
160
|
+
Acrescimo: '1',
|
|
161
|
+
description(val) {
|
|
162
|
+
switch (val) {
|
|
163
|
+
case this.Desconto:
|
|
164
|
+
return 'Desconto';
|
|
165
|
+
case this.Acrescimo:
|
|
166
|
+
return 'Acréscimo';
|
|
167
|
+
default:
|
|
168
|
+
return 'enum not found';
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
};
|
|
172
|
+
exports.TipoValorTabelaPreco = {
|
|
173
|
+
Percentual: '0',
|
|
174
|
+
ValorFixo: '1',
|
|
175
|
+
ValorTotal: '2',
|
|
176
|
+
description(val) {
|
|
177
|
+
switch (val) {
|
|
178
|
+
case this.Percentual:
|
|
179
|
+
return 'Percentual';
|
|
180
|
+
case this.ValorFixo:
|
|
181
|
+
return 'Valor fixo';
|
|
182
|
+
case this.ValorTotal:
|
|
183
|
+
return 'Valor total';
|
|
184
|
+
default:
|
|
185
|
+
return 'enum not found';
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
};
|
|
189
|
+
exports.TipoGrupoComissao = {
|
|
190
|
+
Vendedores: '0',
|
|
191
|
+
description(val) {
|
|
192
|
+
switch (val) {
|
|
193
|
+
case this.Vendedores:
|
|
194
|
+
return 'Vendedores';
|
|
195
|
+
default:
|
|
196
|
+
return 'enum not found';
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
};
|
|
200
|
+
exports.MotivoPedido = {
|
|
201
|
+
SemEstoque: '0',
|
|
202
|
+
description(val) {
|
|
203
|
+
switch (val) {
|
|
204
|
+
case this.SemEstoque:
|
|
205
|
+
return 'Sem Estoque';
|
|
206
|
+
default:
|
|
207
|
+
return 'enum not found';
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
};
|
package/dist/config/index.d.ts
CHANGED
|
@@ -1,79 +1,79 @@
|
|
|
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
|
-
description(val: string): "enum not found" | "Impressora A4" | "Impressora Comprovante" | "Impressora Etiqueta" | "Balanca" | "Sat";
|
|
18
|
-
};
|
|
19
|
-
export declare const ModeloSat: {
|
|
20
|
-
Bematech: string;
|
|
21
|
-
Gertec: string;
|
|
22
|
-
Urano: string;
|
|
23
|
-
Generica: string;
|
|
24
|
-
Sweda: string;
|
|
25
|
-
Tanca: string;
|
|
26
|
-
Dimep: string;
|
|
27
|
-
Nitere: string;
|
|
28
|
-
Elgin: string;
|
|
29
|
-
Care: string;
|
|
30
|
-
Epson: string;
|
|
31
|
-
ControlId: string;
|
|
32
|
-
description(val: string): "enum not found" | "Bematech" | "Gertec" | "Urano" | "Generica" | "Sweda" | "Tanca" | "Dimep" | "Nitere" | "Elgin" | "Care" | "Epson" | "ControlId";
|
|
33
|
-
};
|
|
34
|
-
export declare const VersaoLayoutSat: {
|
|
35
|
-
Layout007: string;
|
|
36
|
-
Layout008: string;
|
|
37
|
-
description(val: string): "enum not found" | "Layout 0.07" | "Layout 0.08";
|
|
38
|
-
};
|
|
39
|
-
export declare const ModoFinalizacao: {
|
|
40
|
-
ImprimirDireto: string;
|
|
41
|
-
SolicitarModal: string;
|
|
42
|
-
description(val: string): "enum not found" | "Imprimir Direto" | "Solicitar Compartilhamento";
|
|
43
|
-
};
|
|
44
|
-
export declare const TipoPrecoPadrao: {
|
|
45
|
-
Varejo: string;
|
|
46
|
-
Atacado: string;
|
|
47
|
-
description(val: string): "enum not found" | "Varejo" | "Atacado";
|
|
48
|
-
};
|
|
49
|
-
export declare const TipoEtiqueta: {
|
|
50
|
-
Produto: string;
|
|
51
|
-
Pedido: string;
|
|
52
|
-
description(val: string): "enum not found" | "Pedido" | "Produto";
|
|
53
|
-
};
|
|
54
|
-
export declare const ModeloEtiqueta: {
|
|
55
|
-
Personalizada: string;
|
|
56
|
-
PreDefinida: string;
|
|
57
|
-
description(val: string): "enum not found" | "Pré Definida" | "Personalizada";
|
|
58
|
-
};
|
|
59
|
-
export declare const ParametroEtiquetaProduto: {
|
|
60
|
-
Sku: string;
|
|
61
|
-
Nome: string;
|
|
62
|
-
Barra: string;
|
|
63
|
-
Marca: string;
|
|
64
|
-
Grade: string;
|
|
65
|
-
Pv: string;
|
|
66
|
-
Pa: string;
|
|
67
|
-
Pvp: string;
|
|
68
|
-
Pap: string;
|
|
69
|
-
description(val: string): "enum not found" | "Sku" | "Descrição" | "Codigo de Barras" | "Marca" | "Variação" | "Preço Varejo" | "Preço Atacado" | "Preço Varejo Promocional" | "Preço Atacado Promocional";
|
|
70
|
-
};
|
|
71
|
-
export declare const ModeloPimaco: {
|
|
72
|
-
A4351: string;
|
|
73
|
-
description(val: string): "enum not found" | "A4351";
|
|
74
|
-
};
|
|
75
|
-
export declare const TipoImpressao: {
|
|
76
|
-
Arquivo: string;
|
|
77
|
-
Texto: string;
|
|
78
|
-
description(val: string): "enum not found" | "Arquivo" | "Texto";
|
|
79
|
-
};
|
|
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
|
+
description(val: string): "enum not found" | "Impressora A4" | "Impressora Comprovante" | "Impressora Etiqueta" | "Balanca" | "Sat";
|
|
18
|
+
};
|
|
19
|
+
export declare const ModeloSat: {
|
|
20
|
+
Bematech: string;
|
|
21
|
+
Gertec: string;
|
|
22
|
+
Urano: string;
|
|
23
|
+
Generica: string;
|
|
24
|
+
Sweda: string;
|
|
25
|
+
Tanca: string;
|
|
26
|
+
Dimep: string;
|
|
27
|
+
Nitere: string;
|
|
28
|
+
Elgin: string;
|
|
29
|
+
Care: string;
|
|
30
|
+
Epson: string;
|
|
31
|
+
ControlId: string;
|
|
32
|
+
description(val: string): "enum not found" | "Bematech" | "Gertec" | "Urano" | "Generica" | "Sweda" | "Tanca" | "Dimep" | "Nitere" | "Elgin" | "Care" | "Epson" | "ControlId";
|
|
33
|
+
};
|
|
34
|
+
export declare const VersaoLayoutSat: {
|
|
35
|
+
Layout007: string;
|
|
36
|
+
Layout008: string;
|
|
37
|
+
description(val: string): "enum not found" | "Layout 0.07" | "Layout 0.08";
|
|
38
|
+
};
|
|
39
|
+
export declare const ModoFinalizacao: {
|
|
40
|
+
ImprimirDireto: string;
|
|
41
|
+
SolicitarModal: string;
|
|
42
|
+
description(val: string): "enum not found" | "Imprimir Direto" | "Solicitar Compartilhamento";
|
|
43
|
+
};
|
|
44
|
+
export declare const TipoPrecoPadrao: {
|
|
45
|
+
Varejo: string;
|
|
46
|
+
Atacado: string;
|
|
47
|
+
description(val: string): "enum not found" | "Varejo" | "Atacado";
|
|
48
|
+
};
|
|
49
|
+
export declare const TipoEtiqueta: {
|
|
50
|
+
Produto: string;
|
|
51
|
+
Pedido: string;
|
|
52
|
+
description(val: string): "enum not found" | "Pedido" | "Produto";
|
|
53
|
+
};
|
|
54
|
+
export declare const ModeloEtiqueta: {
|
|
55
|
+
Personalizada: string;
|
|
56
|
+
PreDefinida: string;
|
|
57
|
+
description(val: string): "enum not found" | "Pré Definida" | "Personalizada";
|
|
58
|
+
};
|
|
59
|
+
export declare const ParametroEtiquetaProduto: {
|
|
60
|
+
Sku: string;
|
|
61
|
+
Nome: string;
|
|
62
|
+
Barra: string;
|
|
63
|
+
Marca: string;
|
|
64
|
+
Grade: string;
|
|
65
|
+
Pv: string;
|
|
66
|
+
Pa: string;
|
|
67
|
+
Pvp: string;
|
|
68
|
+
Pap: string;
|
|
69
|
+
description(val: string): "enum not found" | "Sku" | "Descrição" | "Codigo de Barras" | "Marca" | "Variação" | "Preço Varejo" | "Preço Atacado" | "Preço Varejo Promocional" | "Preço Atacado Promocional";
|
|
70
|
+
};
|
|
71
|
+
export declare const ModeloPimaco: {
|
|
72
|
+
A4351: string;
|
|
73
|
+
description(val: string): "enum not found" | "A4351";
|
|
74
|
+
};
|
|
75
|
+
export declare const TipoImpressao: {
|
|
76
|
+
Arquivo: string;
|
|
77
|
+
Texto: string;
|
|
78
|
+
description(val: string): "enum not found" | "Arquivo" | "Texto";
|
|
79
|
+
};
|