mdz-enum 1.6.80 → 1.6.81

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.
Files changed (43) hide show
  1. package/dist/checkout/index.d.ts +33 -33
  2. package/dist/checkout/index.js +97 -97
  3. package/dist/commercial/index.d.ts +249 -248
  4. package/dist/commercial/index.js +613 -610
  5. package/dist/common/index.d.ts +71 -71
  6. package/dist/common/index.js +205 -205
  7. package/dist/config/index.d.ts +200 -200
  8. package/dist/config/index.js +576 -576
  9. package/dist/eva/index.d.ts +164 -145
  10. package/dist/eva/index.js +233 -179
  11. package/dist/finance/index.d.ts +240 -240
  12. package/dist/finance/index.js +728 -728
  13. package/dist/fiscal/index.d.ts +572 -572
  14. package/dist/fiscal/index.js +1484 -1484
  15. package/dist/functions.d.ts +11 -11
  16. package/dist/functions.js +74 -74
  17. package/dist/general/index.d.ts +265 -265
  18. package/dist/general/index.js +512 -512
  19. package/dist/home/index.d.ts +88 -88
  20. package/dist/home/index.js +268 -268
  21. package/dist/index.d.ts +16 -16
  22. package/dist/index.js +273 -270
  23. package/dist/integration/index.d.ts +37 -37
  24. package/dist/integration/index.js +109 -109
  25. package/dist/logistics/index.d.ts +195 -195
  26. package/dist/logistics/index.js +554 -554
  27. package/dist/marketplace/templates/components/index.d.ts +352 -352
  28. package/dist/marketplace/templates/components/index.js +383 -383
  29. package/dist/marketplace/templates/elements/index.d.ts +32 -32
  30. package/dist/marketplace/templates/elements/index.js +35 -35
  31. package/dist/marketplace/templates/index.d.ts +589 -592
  32. package/dist/marketplace/templates/index.js +49 -49
  33. package/dist/marketplace/templates/pages/index.d.ts +254 -254
  34. package/dist/marketplace/templates/pages/index.js +443 -443
  35. package/dist/marketplace/templates/reference/index.d.ts +24 -24
  36. package/dist/marketplace/templates/reference/index.js +26 -26
  37. package/dist/people/index.d.ts +65 -65
  38. package/dist/people/index.js +189 -189
  39. package/dist/platform/index.d.ts +220 -220
  40. package/dist/platform/index.js +638 -638
  41. package/dist/reports/index.d.ts +103 -103
  42. package/dist/reports/index.js +301 -301
  43. package/package.json +1 -1
@@ -1,576 +1,576 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TipoAssinaturaCarne = exports.TipoImpressaoConfissaoDivida = exports.FusoHorario = exports.TipoOperacaoComprovanteTroca = exports.SituacaoAutorizacao = exports.OrigemAutorizacao = exports.TipoArquivoExportacao = exports.ModeloImportacao = exports.TipoImportacao = exports.TipoAtualizacaoSocket = exports.TipoInformacaoBalanca = exports.ModeloTerminalConsultaPreco = exports.ModeloBalanca = exports.TipoImpressao = exports.ModeloPimaco = exports.ParametroEtiquetaProduto = exports.ModeloEtiqueta = exports.TipoEtiqueta = exports.TipoPrecoPadrao = exports.ModoFinalizacao = exports.VersaoLayoutSat = exports.ModeloSat = exports.ModeloPOS = exports.TipoPeriferico = exports.TipoDispositivo = exports.TipoPermissaoMain = exports.TipoPermissao = void 0;
4
- exports.TipoPermissao = {
5
- Visualizacao: '1',
6
- Funcao: '2',
7
- description(val) {
8
- switch (val) {
9
- case this.Visualizacao:
10
- return 'Visualização';
11
- case this.Funcao:
12
- return 'Função';
13
- default:
14
- return 'enum not found';
15
- }
16
- },
17
- };
18
- exports.TipoPermissaoMain = {
19
- Master: '1',
20
- Administrador: '2',
21
- Gestor: '3',
22
- Vendedor: '4',
23
- Financeiro: '5',
24
- description(val) {
25
- switch (val) {
26
- case this.Master:
27
- return 'Master';
28
- case this.Administrador:
29
- return 'Administrador';
30
- case this.Gestor:
31
- return 'Gestor';
32
- case this.Vendedor:
33
- return 'Vendedor';
34
- case this.Financeiro:
35
- return 'Financeiro';
36
- default:
37
- return 'enum not found';
38
- }
39
- },
40
- };
41
- exports.TipoDispositivo = {
42
- Cliente: '1',
43
- Servidor: '2',
44
- description(val) {
45
- switch (val) {
46
- case this.Cliente:
47
- return 'Cliente';
48
- case this.Servidor:
49
- return 'Servidor';
50
- default:
51
- return 'enum not found';
52
- }
53
- },
54
- };
55
- exports.TipoPeriferico = {
56
- ImpressoraA4: '1',
57
- Balanca: '2',
58
- Sat: '3',
59
- ImpressoraComprovante: '4',
60
- ImpressoraEtiqueta: '5',
61
- POS: '6',
62
- description(val) {
63
- switch (val) {
64
- case this.ImpressoraA4:
65
- return 'Impressora A4';
66
- case this.ImpressoraComprovante:
67
- return 'Impressora Comprovante';
68
- case this.ImpressoraEtiqueta:
69
- return 'Impressora Etiqueta';
70
- case this.Balanca:
71
- return 'Balanca';
72
- case this.Sat:
73
- return 'Sat';
74
- case this.POS:
75
- return 'POS';
76
- default:
77
- return 'enum not found';
78
- }
79
- },
80
- };
81
- exports.ModeloPOS = {
82
- Vero: '1',
83
- description(val) {
84
- switch (val) {
85
- case this.Vero:
86
- return 'VERO';
87
- default:
88
- return 'enum not found';
89
- }
90
- },
91
- };
92
- exports.ModeloSat = {
93
- Bematech: '1',
94
- Gertec: '2',
95
- Urano: '3',
96
- Generica: '4',
97
- Sweda: '5',
98
- Tanca: '6',
99
- Dimep: '7',
100
- Nitere: '9',
101
- Elgin: '10',
102
- Care: '11',
103
- Epson: '12',
104
- ControlId: '13',
105
- MFe: '99',
106
- description(val) {
107
- switch (val) {
108
- case this.Bematech:
109
- return 'Bematech';
110
- case this.Gertec:
111
- return 'Gertec';
112
- case this.Urano:
113
- return 'Urano';
114
- case this.Generica:
115
- return 'Generica';
116
- case this.Sweda:
117
- return 'Sweda';
118
- case this.Tanca:
119
- return 'Tanca';
120
- case this.Dimep:
121
- return 'Dimep';
122
- case this.Nitere:
123
- return 'Nitere';
124
- case this.Elgin:
125
- return 'Elgin';
126
- case this.Care:
127
- return 'Care';
128
- case this.Epson:
129
- return 'Epson';
130
- case this.ControlId:
131
- return 'ControlId';
132
- case this.MFe:
133
- return 'MFe';
134
- default:
135
- return 'enum not found';
136
- }
137
- },
138
- };
139
- exports.VersaoLayoutSat = {
140
- Layout007: '0.07',
141
- Layout008: '0.08',
142
- description(val) {
143
- switch (val) {
144
- case this.Layout007:
145
- return 'Layout 0.07';
146
- case this.Layout008:
147
- return 'Layout 0.08';
148
- default:
149
- return 'enum not found';
150
- }
151
- },
152
- };
153
- exports.ModoFinalizacao = {
154
- ImprimirDireto: '1',
155
- SolicitarModal: '2',
156
- description(val) {
157
- switch (val) {
158
- case this.ImprimirDireto:
159
- return 'Imprimir Direto';
160
- case this.SolicitarModal:
161
- return 'Solicitar Compartilhamento';
162
- default:
163
- return 'enum not found';
164
- }
165
- },
166
- };
167
- exports.TipoPrecoPadrao = {
168
- Varejo: '0',
169
- Atacado: '1',
170
- description(val) {
171
- switch (val) {
172
- case this.Varejo:
173
- return 'Varejo';
174
- case this.Atacado:
175
- return 'Atacado';
176
- default:
177
- return 'enum not found';
178
- }
179
- },
180
- };
181
- exports.TipoEtiqueta = {
182
- Produto: '1',
183
- Pedido: '2',
184
- description(val) {
185
- switch (val) {
186
- case this.Produto:
187
- return 'Produto';
188
- case this.Pedido:
189
- return 'Pedido';
190
- default:
191
- return 'enum not found';
192
- }
193
- },
194
- };
195
- exports.ModeloEtiqueta = {
196
- Personalizada: '1',
197
- PreDefinida: '2',
198
- Desenhada: '3',
199
- description(val) {
200
- switch (val) {
201
- case this.PreDefinida:
202
- return 'Pré Definida';
203
- case this.Personalizada:
204
- return 'Personalizada';
205
- case this.Desenhada:
206
- return 'Desenhada';
207
- default:
208
- return 'enum not found';
209
- }
210
- },
211
- };
212
- exports.ParametroEtiquetaProduto = {
213
- Sku: '1',
214
- Nome: '2',
215
- Barra: '3',
216
- Marca: '4',
217
- Grade: '5',
218
- Pv: '6',
219
- Pa: '7',
220
- Pvp: '8',
221
- Pap: '9',
222
- Nomel2: '10',
223
- Gradel2: '11',
224
- Pparcelado: '12',
225
- Nomel3: '13',
226
- Indexador: '14',
227
- description(val) {
228
- switch (val) {
229
- case this.Nome:
230
- return 'Descrição';
231
- case this.Nomel2:
232
- return 'Descrição Linha 2';
233
- case this.Sku:
234
- return 'Sku';
235
- case this.Barra:
236
- return 'Código de Barras';
237
- case this.Marca:
238
- return 'Marca';
239
- case this.Grade:
240
- return 'Variação';
241
- case this.Pv:
242
- return 'Preço Varejo';
243
- case this.Pa:
244
- return 'Preço Atacado';
245
- case this.Pvp:
246
- return 'Preço Varejo Promocional';
247
- case this.Pap:
248
- return 'Preço Atacado Promocional';
249
- case this.Gradel2:
250
- return 'Descrição Variação Linha 2';
251
- case this.Pparcelado:
252
- return 'Preço Parcelado';
253
- case this.Nomel3:
254
- return 'Descrição Linha 3';
255
- case this.Indexador:
256
- return 'Valor Indexador';
257
- default:
258
- return 'enum not found';
259
- }
260
- },
261
- };
262
- exports.ModeloPimaco = {
263
- M6187: '0',
264
- A4351: '1',
265
- description(val) {
266
- switch (val) {
267
- case this.M6187:
268
- return '6187';
269
- case this.A4351:
270
- return 'A4351';
271
- default:
272
- return 'enum not found';
273
- }
274
- },
275
- };
276
- exports.TipoImpressao = {
277
- Arquivo: '1',
278
- Texto: '2',
279
- description(val) {
280
- switch (val) {
281
- case this.Arquivo:
282
- return 'Arquivo';
283
- case this.Texto:
284
- return 'Texto';
285
- default:
286
- return 'enum not found';
287
- }
288
- },
289
- };
290
- exports.ModeloBalanca = {
291
- Filizola: '1',
292
- Toledo: '2',
293
- description(val) {
294
- switch (val) {
295
- case this.Filizola:
296
- return 'Filizola';
297
- case this.Toledo:
298
- return 'Toledo';
299
- default:
300
- return 'enum not found';
301
- }
302
- },
303
- };
304
- exports.ModeloTerminalConsultaPreco = {
305
- Gertec: '1',
306
- Sweda: '2',
307
- Elgin: '3',
308
- Tanca: '4',
309
- description(val) {
310
- switch (val) {
311
- case this.Gertec:
312
- return 'Gertec';
313
- case this.Sweda:
314
- return 'Sweda';
315
- case this.Elgin:
316
- return 'Elgin';
317
- case this.Tanca:
318
- return 'Tanca';
319
- default:
320
- return 'enum not found';
321
- }
322
- },
323
- };
324
- exports.TipoInformacaoBalanca = {
325
- Peso: '1',
326
- PrecoTotal: '2',
327
- description(val) {
328
- switch (val) {
329
- case this.Peso:
330
- return 'Peso';
331
- case this.PrecoTotal:
332
- return 'Preço Total';
333
- default:
334
- return 'enum not found';
335
- }
336
- },
337
- };
338
- exports.TipoAtualizacaoSocket = {
339
- Produto: '1',
340
- TabelaPreco: '2',
341
- Promocao: '3',
342
- description(val) {
343
- switch (val) {
344
- case this.Produto:
345
- return 'Produto';
346
- case this.TabelaPreco:
347
- return 'Tabela de Preço';
348
- case this.Promocao:
349
- return 'Promoção';
350
- default:
351
- return 'enum not found';
352
- }
353
- },
354
- };
355
- exports.TipoImportacao = {
356
- Produto: '1',
357
- Pessoa: '2',
358
- Estoque: '3',
359
- CodigoBarras: '4',
360
- Grade: '5',
361
- DocumentoFinanceiro: '6',
362
- PrecoProdutos: '7',
363
- PrecoGrade: '8',
364
- PrecoFilial: '9',
365
- description(val) {
366
- switch (val) {
367
- case this.Produto:
368
- return 'Produto';
369
- case this.Pessoa:
370
- return 'Pessoa';
371
- case this.Estoque:
372
- return 'Estoque';
373
- case this.CodigoBarras:
374
- return 'Código de Barras';
375
- case this.Grade:
376
- return 'Grade';
377
- case this.DocumentoFinanceiro:
378
- return 'Documento Financeiro';
379
- case this.PrecoProdutos:
380
- return 'Preço de Produtos';
381
- case this.PrecoGrade:
382
- return 'Preço de Grade';
383
- case this.PrecoFilial:
384
- return 'Preço de Filial';
385
- default:
386
- return 'enum not found';
387
- }
388
- },
389
- };
390
- exports.ModeloImportacao = {
391
- Importacao: '1',
392
- Atualizacao: '2',
393
- description(val) {
394
- switch (val) {
395
- case this.Importacao:
396
- return 'Importação';
397
- case this.Atualizacao:
398
- return 'Atualização';
399
- default:
400
- return 'enum not found';
401
- }
402
- },
403
- };
404
- exports.TipoArquivoExportacao = {
405
- Pdf: '0',
406
- Excel: '1',
407
- description(val) {
408
- switch (val) {
409
- case this.Pdf:
410
- return 'PDF';
411
- case this.Excel:
412
- return 'EXCEL';
413
- default:
414
- return 'enum not found';
415
- }
416
- },
417
- };
418
- exports.OrigemAutorizacao = {
419
- Nota: '0',
420
- Pedido: '1',
421
- description(val) {
422
- switch (val) {
423
- case this.Nota:
424
- return 'Nota';
425
- case this.Pedido:
426
- return 'Pedido';
427
- default:
428
- return 'enum not found';
429
- }
430
- },
431
- };
432
- exports.SituacaoAutorizacao = {
433
- Pendente: '0',
434
- Aprovado: '1',
435
- Rejeitado: '2',
436
- description(val) {
437
- switch (val) {
438
- case this.Pendente:
439
- return 'Pendente';
440
- case this.Aprovado:
441
- return 'Aprovado';
442
- case this.Rejeitado:
443
- return 'Rejeitado';
444
- default:
445
- return 'enum not found';
446
- }
447
- },
448
- };
449
- exports.TipoOperacaoComprovanteTroca = {
450
- Imprimir: '0',
451
- Solicitar: '1',
452
- description(val) {
453
- switch (val) {
454
- case this.Imprimir:
455
- return 'Sempre Imprimir';
456
- case this.Solicitar:
457
- return 'Solicitar Impressão';
458
- default:
459
- return 'enum not found';
460
- }
461
- },
462
- };
463
- exports.FusoHorario = {
464
- UTC_M12: -12,
465
- UTC_M11: -11,
466
- UTC_M10: -10,
467
- UTC_M9: -9,
468
- UTC_M8: -8,
469
- UTC_M7: -7,
470
- UTC_M6: -6,
471
- UTC_M5: -5,
472
- UTC_M4: -4,
473
- UTC_M3: -3,
474
- UTC_M2: -2,
475
- UTC_M1: -1,
476
- UTC_0: 0,
477
- UTC_P1: +1,
478
- UTC_P2: +2,
479
- UTC_P3: +3,
480
- UTC_P4: +4,
481
- UTC_P5: +5,
482
- UTC_P6: +6,
483
- UTC_P7: +7,
484
- UTC_P8: +8,
485
- UTC_P9: +9,
486
- UTC_P10: +10,
487
- UTC_P11: +11,
488
- UTC_P12: +12,
489
- description(val) {
490
- switch (val) {
491
- case this.UTC_M12:
492
- return 'UTC -12: Baker Island, Howland Island';
493
- case this.UTC_M11:
494
- return 'UTC -11: Samoa Americana, Niue';
495
- case this.UTC_M10:
496
- return 'UTC -10: Havaí, Polinésia Francesa';
497
- case this.UTC_M9:
498
- return 'UTC -9: Alasca';
499
- case this.UTC_M8:
500
- return 'UTC -8: Los Angeles, Vancouver, Tijuana';
501
- case this.UTC_M7:
502
- return 'UTC -7: Denver, Calgary, Phoenix, Arizona';
503
- case this.UTC_M6:
504
- return 'UTC -6: Cidade do México, Chicago, Winnipeg, Costa Rica';
505
- case this.UTC_M5:
506
- return 'UTC -5: Nova York, Bogotá, Lima, Toronto';
507
- case this.UTC_M4:
508
- return 'UTC -4: Caracas, Santiago, La Paz, Halifax';
509
- case this.UTC_M3:
510
- return 'UTC -3: Brasília, Buenos Aires, Montevidéu, São Paulo';
511
- case this.UTC_M2:
512
- return 'UTC -2: Ilha da Geórgia do Sul, Fernando de Noronha';
513
- case this.UTC_M1:
514
- return 'UTC -1: Açores, Cabo Verde';
515
- case this.UTC_0:
516
- return 'UTC 0: Londres, Lisboa, Accra, Dublin';
517
- case this.UTC_P1:
518
- return 'UTC +1: Paris, Berlim, Roma, Madri, Bruxelas';
519
- case this.UTC_P2:
520
- return 'UTC +2: Atenas, Cairo, Joanesburgo, Helsinque';
521
- case this.UTC_P3:
522
- return 'UTC +3: Moscou, Riad, Nairóbi, São Petersburgo';
523
- case this.UTC_P4:
524
- return 'UTC +4: Dubai, Baku, Samara';
525
- case this.UTC_P5:
526
- return 'UTC +5: Islamabad, Maldivas, Tasquente';
527
- case this.UTC_P6:
528
- return 'UTC +6: Dhaka, Butão, Almaty';
529
- case this.UTC_P7:
530
- return 'UTC +7: Bangcoc, Jacarta, Hanói, Novosibirsk';
531
- case this.UTC_P8:
532
- return 'UTC +8: Pequim, Hong Kong, Perth, Singapura';
533
- case this.UTC_P9:
534
- return 'UTC +9: Tóquio, Seul, Yakutsk';
535
- case this.UTC_P10:
536
- return 'UTC +10: Sydney, Vladivostok, Port Moresby';
537
- case this.UTC_P11:
538
- return 'UTC +11: Ilhas Salomão, Nova Caledônia, Srednekolymsk';
539
- case this.UTC_P12:
540
- return 'UTC +12: Nova Zelândia, Fiji, Kamchatka';
541
- default:
542
- return 'Fuso horário não encontrado';
543
- }
544
- },
545
- };
546
- exports.TipoImpressaoConfissaoDivida = {
547
- Canhoto: '0',
548
- A4: '1',
549
- Comprovante: '2',
550
- description(val) {
551
- switch (val) {
552
- case this.Canhoto:
553
- return 'Canhoto do carnê';
554
- case this.A4:
555
- return 'Folha A4';
556
- case this.Comprovante:
557
- return 'Comprovante';
558
- default:
559
- return 'enum not found';
560
- }
561
- },
562
- };
563
- exports.TipoAssinaturaCarne = {
564
- PorParcela: '0',
565
- NoFinal: '1',
566
- description(val) {
567
- switch (val) {
568
- case this.PorParcela:
569
- return 'Assinatura por parcela';
570
- case this.NoFinal:
571
- return 'Assinatura no final';
572
- default:
573
- return 'enum not found';
574
- }
575
- },
576
- };
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TipoAssinaturaCarne = exports.TipoImpressaoConfissaoDivida = exports.FusoHorario = exports.TipoOperacaoComprovanteTroca = exports.SituacaoAutorizacao = exports.OrigemAutorizacao = exports.TipoArquivoExportacao = exports.ModeloImportacao = exports.TipoImportacao = exports.TipoAtualizacaoSocket = exports.TipoInformacaoBalanca = exports.ModeloTerminalConsultaPreco = exports.ModeloBalanca = exports.TipoImpressao = exports.ModeloPimaco = exports.ParametroEtiquetaProduto = exports.ModeloEtiqueta = exports.TipoEtiqueta = exports.TipoPrecoPadrao = exports.ModoFinalizacao = exports.VersaoLayoutSat = exports.ModeloSat = exports.ModeloPOS = exports.TipoPeriferico = exports.TipoDispositivo = exports.TipoPermissaoMain = exports.TipoPermissao = void 0;
4
+ exports.TipoPermissao = {
5
+ Visualizacao: '1',
6
+ Funcao: '2',
7
+ description(val) {
8
+ switch (val) {
9
+ case this.Visualizacao:
10
+ return 'Visualização';
11
+ case this.Funcao:
12
+ return 'Função';
13
+ default:
14
+ return 'enum not found';
15
+ }
16
+ },
17
+ };
18
+ exports.TipoPermissaoMain = {
19
+ Master: '1',
20
+ Administrador: '2',
21
+ Gestor: '3',
22
+ Vendedor: '4',
23
+ Financeiro: '5',
24
+ description(val) {
25
+ switch (val) {
26
+ case this.Master:
27
+ return 'Master';
28
+ case this.Administrador:
29
+ return 'Administrador';
30
+ case this.Gestor:
31
+ return 'Gestor';
32
+ case this.Vendedor:
33
+ return 'Vendedor';
34
+ case this.Financeiro:
35
+ return 'Financeiro';
36
+ default:
37
+ return 'enum not found';
38
+ }
39
+ },
40
+ };
41
+ exports.TipoDispositivo = {
42
+ Cliente: '1',
43
+ Servidor: '2',
44
+ description(val) {
45
+ switch (val) {
46
+ case this.Cliente:
47
+ return 'Cliente';
48
+ case this.Servidor:
49
+ return 'Servidor';
50
+ default:
51
+ return 'enum not found';
52
+ }
53
+ },
54
+ };
55
+ exports.TipoPeriferico = {
56
+ ImpressoraA4: '1',
57
+ Balanca: '2',
58
+ Sat: '3',
59
+ ImpressoraComprovante: '4',
60
+ ImpressoraEtiqueta: '5',
61
+ POS: '6',
62
+ description(val) {
63
+ switch (val) {
64
+ case this.ImpressoraA4:
65
+ return 'Impressora A4';
66
+ case this.ImpressoraComprovante:
67
+ return 'Impressora Comprovante';
68
+ case this.ImpressoraEtiqueta:
69
+ return 'Impressora Etiqueta';
70
+ case this.Balanca:
71
+ return 'Balanca';
72
+ case this.Sat:
73
+ return 'Sat';
74
+ case this.POS:
75
+ return 'POS';
76
+ default:
77
+ return 'enum not found';
78
+ }
79
+ },
80
+ };
81
+ exports.ModeloPOS = {
82
+ Vero: '1',
83
+ description(val) {
84
+ switch (val) {
85
+ case this.Vero:
86
+ return 'VERO';
87
+ default:
88
+ return 'enum not found';
89
+ }
90
+ },
91
+ };
92
+ exports.ModeloSat = {
93
+ Bematech: '1',
94
+ Gertec: '2',
95
+ Urano: '3',
96
+ Generica: '4',
97
+ Sweda: '5',
98
+ Tanca: '6',
99
+ Dimep: '7',
100
+ Nitere: '9',
101
+ Elgin: '10',
102
+ Care: '11',
103
+ Epson: '12',
104
+ ControlId: '13',
105
+ MFe: '99',
106
+ description(val) {
107
+ switch (val) {
108
+ case this.Bematech:
109
+ return 'Bematech';
110
+ case this.Gertec:
111
+ return 'Gertec';
112
+ case this.Urano:
113
+ return 'Urano';
114
+ case this.Generica:
115
+ return 'Generica';
116
+ case this.Sweda:
117
+ return 'Sweda';
118
+ case this.Tanca:
119
+ return 'Tanca';
120
+ case this.Dimep:
121
+ return 'Dimep';
122
+ case this.Nitere:
123
+ return 'Nitere';
124
+ case this.Elgin:
125
+ return 'Elgin';
126
+ case this.Care:
127
+ return 'Care';
128
+ case this.Epson:
129
+ return 'Epson';
130
+ case this.ControlId:
131
+ return 'ControlId';
132
+ case this.MFe:
133
+ return 'MFe';
134
+ default:
135
+ return 'enum not found';
136
+ }
137
+ },
138
+ };
139
+ exports.VersaoLayoutSat = {
140
+ Layout007: '0.07',
141
+ Layout008: '0.08',
142
+ description(val) {
143
+ switch (val) {
144
+ case this.Layout007:
145
+ return 'Layout 0.07';
146
+ case this.Layout008:
147
+ return 'Layout 0.08';
148
+ default:
149
+ return 'enum not found';
150
+ }
151
+ },
152
+ };
153
+ exports.ModoFinalizacao = {
154
+ ImprimirDireto: '1',
155
+ SolicitarModal: '2',
156
+ description(val) {
157
+ switch (val) {
158
+ case this.ImprimirDireto:
159
+ return 'Imprimir Direto';
160
+ case this.SolicitarModal:
161
+ return 'Solicitar Compartilhamento';
162
+ default:
163
+ return 'enum not found';
164
+ }
165
+ },
166
+ };
167
+ exports.TipoPrecoPadrao = {
168
+ Varejo: '0',
169
+ Atacado: '1',
170
+ description(val) {
171
+ switch (val) {
172
+ case this.Varejo:
173
+ return 'Varejo';
174
+ case this.Atacado:
175
+ return 'Atacado';
176
+ default:
177
+ return 'enum not found';
178
+ }
179
+ },
180
+ };
181
+ exports.TipoEtiqueta = {
182
+ Produto: '1',
183
+ Pedido: '2',
184
+ description(val) {
185
+ switch (val) {
186
+ case this.Produto:
187
+ return 'Produto';
188
+ case this.Pedido:
189
+ return 'Pedido';
190
+ default:
191
+ return 'enum not found';
192
+ }
193
+ },
194
+ };
195
+ exports.ModeloEtiqueta = {
196
+ Personalizada: '1',
197
+ PreDefinida: '2',
198
+ Desenhada: '3',
199
+ description(val) {
200
+ switch (val) {
201
+ case this.PreDefinida:
202
+ return 'Pré Definida';
203
+ case this.Personalizada:
204
+ return 'Personalizada';
205
+ case this.Desenhada:
206
+ return 'Desenhada';
207
+ default:
208
+ return 'enum not found';
209
+ }
210
+ },
211
+ };
212
+ exports.ParametroEtiquetaProduto = {
213
+ Sku: '1',
214
+ Nome: '2',
215
+ Barra: '3',
216
+ Marca: '4',
217
+ Grade: '5',
218
+ Pv: '6',
219
+ Pa: '7',
220
+ Pvp: '8',
221
+ Pap: '9',
222
+ Nomel2: '10',
223
+ Gradel2: '11',
224
+ Pparcelado: '12',
225
+ Nomel3: '13',
226
+ Indexador: '14',
227
+ description(val) {
228
+ switch (val) {
229
+ case this.Nome:
230
+ return 'Descrição';
231
+ case this.Nomel2:
232
+ return 'Descrição Linha 2';
233
+ case this.Sku:
234
+ return 'Sku';
235
+ case this.Barra:
236
+ return 'Código de Barras';
237
+ case this.Marca:
238
+ return 'Marca';
239
+ case this.Grade:
240
+ return 'Variação';
241
+ case this.Pv:
242
+ return 'Preço Varejo';
243
+ case this.Pa:
244
+ return 'Preço Atacado';
245
+ case this.Pvp:
246
+ return 'Preço Varejo Promocional';
247
+ case this.Pap:
248
+ return 'Preço Atacado Promocional';
249
+ case this.Gradel2:
250
+ return 'Descrição Variação Linha 2';
251
+ case this.Pparcelado:
252
+ return 'Preço Parcelado';
253
+ case this.Nomel3:
254
+ return 'Descrição Linha 3';
255
+ case this.Indexador:
256
+ return 'Valor Indexador';
257
+ default:
258
+ return 'enum not found';
259
+ }
260
+ },
261
+ };
262
+ exports.ModeloPimaco = {
263
+ M6187: '0',
264
+ A4351: '1',
265
+ description(val) {
266
+ switch (val) {
267
+ case this.M6187:
268
+ return '6187';
269
+ case this.A4351:
270
+ return 'A4351';
271
+ default:
272
+ return 'enum not found';
273
+ }
274
+ },
275
+ };
276
+ exports.TipoImpressao = {
277
+ Arquivo: '1',
278
+ Texto: '2',
279
+ description(val) {
280
+ switch (val) {
281
+ case this.Arquivo:
282
+ return 'Arquivo';
283
+ case this.Texto:
284
+ return 'Texto';
285
+ default:
286
+ return 'enum not found';
287
+ }
288
+ },
289
+ };
290
+ exports.ModeloBalanca = {
291
+ Filizola: '1',
292
+ Toledo: '2',
293
+ description(val) {
294
+ switch (val) {
295
+ case this.Filizola:
296
+ return 'Filizola';
297
+ case this.Toledo:
298
+ return 'Toledo';
299
+ default:
300
+ return 'enum not found';
301
+ }
302
+ },
303
+ };
304
+ exports.ModeloTerminalConsultaPreco = {
305
+ Gertec: '1',
306
+ Sweda: '2',
307
+ Elgin: '3',
308
+ Tanca: '4',
309
+ description(val) {
310
+ switch (val) {
311
+ case this.Gertec:
312
+ return 'Gertec';
313
+ case this.Sweda:
314
+ return 'Sweda';
315
+ case this.Elgin:
316
+ return 'Elgin';
317
+ case this.Tanca:
318
+ return 'Tanca';
319
+ default:
320
+ return 'enum not found';
321
+ }
322
+ },
323
+ };
324
+ exports.TipoInformacaoBalanca = {
325
+ Peso: '1',
326
+ PrecoTotal: '2',
327
+ description(val) {
328
+ switch (val) {
329
+ case this.Peso:
330
+ return 'Peso';
331
+ case this.PrecoTotal:
332
+ return 'Preço Total';
333
+ default:
334
+ return 'enum not found';
335
+ }
336
+ },
337
+ };
338
+ exports.TipoAtualizacaoSocket = {
339
+ Produto: '1',
340
+ TabelaPreco: '2',
341
+ Promocao: '3',
342
+ description(val) {
343
+ switch (val) {
344
+ case this.Produto:
345
+ return 'Produto';
346
+ case this.TabelaPreco:
347
+ return 'Tabela de Preço';
348
+ case this.Promocao:
349
+ return 'Promoção';
350
+ default:
351
+ return 'enum not found';
352
+ }
353
+ },
354
+ };
355
+ exports.TipoImportacao = {
356
+ Produto: '1',
357
+ Pessoa: '2',
358
+ Estoque: '3',
359
+ CodigoBarras: '4',
360
+ Grade: '5',
361
+ DocumentoFinanceiro: '6',
362
+ PrecoProdutos: '7',
363
+ PrecoGrade: '8',
364
+ PrecoFilial: '9',
365
+ description(val) {
366
+ switch (val) {
367
+ case this.Produto:
368
+ return 'Produto';
369
+ case this.Pessoa:
370
+ return 'Pessoa';
371
+ case this.Estoque:
372
+ return 'Estoque';
373
+ case this.CodigoBarras:
374
+ return 'Código de Barras';
375
+ case this.Grade:
376
+ return 'Grade';
377
+ case this.DocumentoFinanceiro:
378
+ return 'Documento Financeiro';
379
+ case this.PrecoProdutos:
380
+ return 'Preço de Produtos';
381
+ case this.PrecoGrade:
382
+ return 'Preço de Grade';
383
+ case this.PrecoFilial:
384
+ return 'Preço de Filial';
385
+ default:
386
+ return 'enum not found';
387
+ }
388
+ },
389
+ };
390
+ exports.ModeloImportacao = {
391
+ Importacao: '1',
392
+ Atualizacao: '2',
393
+ description(val) {
394
+ switch (val) {
395
+ case this.Importacao:
396
+ return 'Importação';
397
+ case this.Atualizacao:
398
+ return 'Atualização';
399
+ default:
400
+ return 'enum not found';
401
+ }
402
+ },
403
+ };
404
+ exports.TipoArquivoExportacao = {
405
+ Pdf: '0',
406
+ Excel: '1',
407
+ description(val) {
408
+ switch (val) {
409
+ case this.Pdf:
410
+ return 'PDF';
411
+ case this.Excel:
412
+ return 'EXCEL';
413
+ default:
414
+ return 'enum not found';
415
+ }
416
+ },
417
+ };
418
+ exports.OrigemAutorizacao = {
419
+ Nota: '0',
420
+ Pedido: '1',
421
+ description(val) {
422
+ switch (val) {
423
+ case this.Nota:
424
+ return 'Nota';
425
+ case this.Pedido:
426
+ return 'Pedido';
427
+ default:
428
+ return 'enum not found';
429
+ }
430
+ },
431
+ };
432
+ exports.SituacaoAutorizacao = {
433
+ Pendente: '0',
434
+ Aprovado: '1',
435
+ Rejeitado: '2',
436
+ description(val) {
437
+ switch (val) {
438
+ case this.Pendente:
439
+ return 'Pendente';
440
+ case this.Aprovado:
441
+ return 'Aprovado';
442
+ case this.Rejeitado:
443
+ return 'Rejeitado';
444
+ default:
445
+ return 'enum not found';
446
+ }
447
+ },
448
+ };
449
+ exports.TipoOperacaoComprovanteTroca = {
450
+ Imprimir: '0',
451
+ Solicitar: '1',
452
+ description(val) {
453
+ switch (val) {
454
+ case this.Imprimir:
455
+ return 'Sempre Imprimir';
456
+ case this.Solicitar:
457
+ return 'Solicitar Impressão';
458
+ default:
459
+ return 'enum not found';
460
+ }
461
+ },
462
+ };
463
+ exports.FusoHorario = {
464
+ UTC_M12: -12,
465
+ UTC_M11: -11,
466
+ UTC_M10: -10,
467
+ UTC_M9: -9,
468
+ UTC_M8: -8,
469
+ UTC_M7: -7,
470
+ UTC_M6: -6,
471
+ UTC_M5: -5,
472
+ UTC_M4: -4,
473
+ UTC_M3: -3,
474
+ UTC_M2: -2,
475
+ UTC_M1: -1,
476
+ UTC_0: 0,
477
+ UTC_P1: +1,
478
+ UTC_P2: +2,
479
+ UTC_P3: +3,
480
+ UTC_P4: +4,
481
+ UTC_P5: +5,
482
+ UTC_P6: +6,
483
+ UTC_P7: +7,
484
+ UTC_P8: +8,
485
+ UTC_P9: +9,
486
+ UTC_P10: +10,
487
+ UTC_P11: +11,
488
+ UTC_P12: +12,
489
+ description(val) {
490
+ switch (val) {
491
+ case this.UTC_M12:
492
+ return 'UTC -12: Baker Island, Howland Island';
493
+ case this.UTC_M11:
494
+ return 'UTC -11: Samoa Americana, Niue';
495
+ case this.UTC_M10:
496
+ return 'UTC -10: Havaí, Polinésia Francesa';
497
+ case this.UTC_M9:
498
+ return 'UTC -9: Alasca';
499
+ case this.UTC_M8:
500
+ return 'UTC -8: Los Angeles, Vancouver, Tijuana';
501
+ case this.UTC_M7:
502
+ return 'UTC -7: Denver, Calgary, Phoenix, Arizona';
503
+ case this.UTC_M6:
504
+ return 'UTC -6: Cidade do México, Chicago, Winnipeg, Costa Rica';
505
+ case this.UTC_M5:
506
+ return 'UTC -5: Nova York, Bogotá, Lima, Toronto';
507
+ case this.UTC_M4:
508
+ return 'UTC -4: Caracas, Santiago, La Paz, Halifax';
509
+ case this.UTC_M3:
510
+ return 'UTC -3: Brasília, Buenos Aires, Montevidéu, São Paulo';
511
+ case this.UTC_M2:
512
+ return 'UTC -2: Ilha da Geórgia do Sul, Fernando de Noronha';
513
+ case this.UTC_M1:
514
+ return 'UTC -1: Açores, Cabo Verde';
515
+ case this.UTC_0:
516
+ return 'UTC 0: Londres, Lisboa, Accra, Dublin';
517
+ case this.UTC_P1:
518
+ return 'UTC +1: Paris, Berlim, Roma, Madri, Bruxelas';
519
+ case this.UTC_P2:
520
+ return 'UTC +2: Atenas, Cairo, Joanesburgo, Helsinque';
521
+ case this.UTC_P3:
522
+ return 'UTC +3: Moscou, Riad, Nairóbi, São Petersburgo';
523
+ case this.UTC_P4:
524
+ return 'UTC +4: Dubai, Baku, Samara';
525
+ case this.UTC_P5:
526
+ return 'UTC +5: Islamabad, Maldivas, Tasquente';
527
+ case this.UTC_P6:
528
+ return 'UTC +6: Dhaka, Butão, Almaty';
529
+ case this.UTC_P7:
530
+ return 'UTC +7: Bangcoc, Jacarta, Hanói, Novosibirsk';
531
+ case this.UTC_P8:
532
+ return 'UTC +8: Pequim, Hong Kong, Perth, Singapura';
533
+ case this.UTC_P9:
534
+ return 'UTC +9: Tóquio, Seul, Yakutsk';
535
+ case this.UTC_P10:
536
+ return 'UTC +10: Sydney, Vladivostok, Port Moresby';
537
+ case this.UTC_P11:
538
+ return 'UTC +11: Ilhas Salomão, Nova Caledônia, Srednekolymsk';
539
+ case this.UTC_P12:
540
+ return 'UTC +12: Nova Zelândia, Fiji, Kamchatka';
541
+ default:
542
+ return 'Fuso horário não encontrado';
543
+ }
544
+ },
545
+ };
546
+ exports.TipoImpressaoConfissaoDivida = {
547
+ Canhoto: '0',
548
+ A4: '1',
549
+ Comprovante: '2',
550
+ description(val) {
551
+ switch (val) {
552
+ case this.Canhoto:
553
+ return 'Canhoto do carnê';
554
+ case this.A4:
555
+ return 'Folha A4';
556
+ case this.Comprovante:
557
+ return 'Comprovante';
558
+ default:
559
+ return 'enum not found';
560
+ }
561
+ },
562
+ };
563
+ exports.TipoAssinaturaCarne = {
564
+ PorParcela: '0',
565
+ NoFinal: '1',
566
+ description(val) {
567
+ switch (val) {
568
+ case this.PorParcela:
569
+ return 'Assinatura por parcela';
570
+ case this.NoFinal:
571
+ return 'Assinatura no final';
572
+ default:
573
+ return 'enum not found';
574
+ }
575
+ },
576
+ };