mdz-enum 1.6.48 → 1.6.49

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 (44) hide show
  1. package/README.MD +7 -7
  2. package/dist/checkout/index.d.ts +33 -33
  3. package/dist/checkout/index.js +97 -97
  4. package/dist/commercial/index.d.ts +247 -247
  5. package/dist/commercial/index.js +607 -607
  6. package/dist/common/index.d.ts +71 -71
  7. package/dist/common/index.js +205 -205
  8. package/dist/config/index.d.ts +192 -192
  9. package/dist/config/index.js +553 -553
  10. package/dist/eva/index.d.ts +142 -142
  11. package/dist/eva/index.js +170 -170
  12. package/dist/finance/index.d.ts +240 -240
  13. package/dist/finance/index.js +728 -728
  14. package/dist/fiscal/index.d.ts +536 -536
  15. package/dist/fiscal/index.js +1356 -1356
  16. package/dist/functions.d.ts +11 -11
  17. package/dist/functions.js +74 -74
  18. package/dist/general/index.d.ts +265 -265
  19. package/dist/general/index.js +512 -512
  20. package/dist/home/index.d.ts +72 -72
  21. package/dist/home/index.js +220 -220
  22. package/dist/index.d.ts +16 -16
  23. package/dist/index.js +261 -257
  24. package/dist/integration/index.d.ts +31 -31
  25. package/dist/integration/index.js +92 -92
  26. package/dist/logistics/index.d.ts +174 -142
  27. package/dist/logistics/index.js +493 -410
  28. package/dist/marketplace/templates/components/index.d.ts +306 -306
  29. package/dist/marketplace/templates/components/index.js +331 -331
  30. package/dist/marketplace/templates/elements/index.d.ts +32 -32
  31. package/dist/marketplace/templates/elements/index.js +35 -35
  32. package/dist/marketplace/templates/index.d.ts +526 -523
  33. package/dist/marketplace/templates/index.js +48 -48
  34. package/dist/marketplace/templates/pages/index.d.ts +233 -233
  35. package/dist/marketplace/templates/pages/index.js +413 -413
  36. package/dist/marketplace/templates/reference/index.d.ts +24 -24
  37. package/dist/marketplace/templates/reference/index.js +26 -26
  38. package/dist/people/index.d.ts +62 -62
  39. package/dist/people/index.js +180 -180
  40. package/dist/platform/index.d.ts +208 -208
  41. package/dist/platform/index.js +603 -603
  42. package/dist/reports/index.d.ts +95 -95
  43. package/dist/reports/index.js +278 -278
  44. package/package.json +33 -33
@@ -1,603 +1,603 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TipoSuporte = exports.UnidadeDeNegocio = exports.MotivoInativacao = exports.UnidadeFederativa = exports.IsDemonstracao = exports.Aplicativos = exports.TipoAplicativo = exports.Modulos = exports.TipoTransacao = exports.SituacaoRequisicao = exports.TipoRequisicao = exports.Perfis = exports.Segmento = exports.SituacaoUsuarios = exports.SituacaoPlanos = exports.SituacaoAplicativo = exports.EstruturaNegocio = exports.TipoBanners = exports.TipoOrganizacao = exports.SituacaoTicket = exports.SituacaoAtivacao = exports.SituacaoOrganizacao = void 0;
4
- exports.SituacaoOrganizacao = {
5
- Cancelado: '0',
6
- Ativo: '1',
7
- Bloqueado: '2',
8
- AtivacaoSolicitada: '3',
9
- CancelamentoSolicitado: '4',
10
- description(val) {
11
- switch (val) {
12
- case this.Ativo:
13
- return 'Ativo';
14
- case this.Bloqueado:
15
- return 'Bloqueado';
16
- case this.Cancelado:
17
- return 'Cancelado';
18
- case this.AtivacaoSolicitada:
19
- return 'Ativacao Solicitada';
20
- case this.CancelamentoSolicitado:
21
- return 'Cancelamento Solicitado';
22
- default:
23
- return 'enum not found';
24
- }
25
- },
26
- };
27
- exports.SituacaoAtivacao = {
28
- Cancelado: '0',
29
- Ativo: '1',
30
- Bloqueado: '2',
31
- PagamentoPendente: '4',
32
- CompraRecusada: '6',
33
- description(val) {
34
- switch (val) {
35
- case this.Ativo:
36
- return 'Ativo';
37
- case this.Bloqueado:
38
- return 'Bloqueado';
39
- case this.Cancelado:
40
- return 'Cancelado';
41
- case this.PagamentoPendente:
42
- return 'Pagamento Pendente';
43
- case this.CompraRecusada:
44
- return 'Compra Recusada';
45
- default:
46
- return 'enum not found';
47
- }
48
- },
49
- };
50
- exports.SituacaoTicket = {
51
- EmAberto: '0',
52
- EmAtendimento: '1',
53
- Concluido: '2',
54
- description(val) {
55
- switch (val) {
56
- case this.EmAberto:
57
- return 'Em Aberto';
58
- case this.EmAtendimento:
59
- return 'Em Atendimento';
60
- case this.Concluido:
61
- return 'Concluído';
62
- default:
63
- return 'enum not found';
64
- }
65
- },
66
- };
67
- exports.TipoOrganizacao = {
68
- Cliente: '1',
69
- Parceiro: '2',
70
- Entidade: '3',
71
- Franquia: '4',
72
- Principal: '5',
73
- description(val) {
74
- switch (val) {
75
- case this.Cliente:
76
- return 'Cliente';
77
- case this.Entidade:
78
- return 'Entidade';
79
- case this.Parceiro:
80
- return 'Parceiro';
81
- case this.Franquia:
82
- return 'Franquia';
83
- case this.Principal:
84
- return 'Principal';
85
- default:
86
- return 'enum not found';
87
- }
88
- },
89
- };
90
- exports.TipoBanners = {
91
- Desktop: '1',
92
- Mobile: '2',
93
- description(val) {
94
- switch (val) {
95
- case this.Desktop:
96
- return 'Desktop';
97
- case this.Mobile:
98
- return 'Mobile';
99
- default:
100
- return 'enum not found';
101
- }
102
- },
103
- };
104
- exports.EstruturaNegocio = {
105
- Matriz: '0',
106
- Filial: '1',
107
- description(val) {
108
- switch (val) {
109
- case this.Matriz:
110
- return 'Matriz';
111
- case this.Filial:
112
- return 'Filial';
113
- default:
114
- return 'enum not found';
115
- }
116
- },
117
- };
118
- exports.SituacaoAplicativo = {
119
- Inativo: '0',
120
- Ativo: '1',
121
- description(val) {
122
- switch (val) {
123
- case this.Inativo:
124
- return 'Inativo';
125
- case this.Ativo:
126
- return 'Ativo';
127
- default:
128
- return 'enum not found';
129
- }
130
- },
131
- };
132
- exports.SituacaoPlanos = {
133
- Inativo: '0',
134
- Ativo: '1',
135
- description(val) {
136
- switch (val) {
137
- case this.Inativo:
138
- return 'Inativo';
139
- case this.Ativo:
140
- return 'Ativo';
141
- default:
142
- return 'enum not found';
143
- }
144
- },
145
- };
146
- exports.SituacaoUsuarios = {
147
- Inativo: '0',
148
- Ativo: '1',
149
- ConfirmacaoPendente: '2',
150
- RedefinicaoSenha: '3',
151
- description(val) {
152
- switch (val) {
153
- case this.Inativo:
154
- return 'Inativo';
155
- case this.Ativo:
156
- return 'Ativo';
157
- case this.ConfirmacaoPendente:
158
- return 'Confirmação pendente';
159
- case this.RedefinicaoSenha:
160
- return 'Redefinição de senha';
161
- default:
162
- return 'enum not found';
163
- }
164
- },
165
- };
166
- exports.Segmento = {
167
- Produtos_Alimenticios: '0',
168
- Vestuario: '1',
169
- Material_de_construçao: '2',
170
- Mercado: '3',
171
- Informatica: '4',
172
- Auto_pecas: '5',
173
- Pet: '6',
174
- Bebidas: '7',
175
- Veiculos: '8',
176
- Moveis: '9',
177
- Cosmeticos: '10',
178
- Material_Para_Escritorio: '11',
179
- Tecido: '12',
180
- Eletrodomesticos: '13',
181
- Calcado: '14',
182
- Combustiveis_e_lubrificantes: '15',
183
- Artigos_Medicos: '16',
184
- Livraria: '17',
185
- Motocicleta: '18',
186
- Artigos_Farmaceuticos: '19',
187
- Artigos_Ortopedicos: '20',
188
- Otica: '21',
189
- description(val) {
190
- switch (val) {
191
- case this.Produtos_Alimenticios:
192
- return 'Produtos alimentícios';
193
- case this.Vestuario:
194
- return 'Vestuário';
195
- case this.Material_de_construçao:
196
- return 'Material de construção';
197
- case this.Mercado:
198
- return 'Hipermercado, supermercado';
199
- case this.Informatica:
200
- return 'Informática e computação';
201
- case this.Auto_pecas:
202
- return 'Auto peças';
203
- case this.Pet:
204
- return 'Pet';
205
- case this.Bebidas:
206
- return 'Bebidas';
207
- case this.Veiculos:
208
- return 'Veículos';
209
- case this.Moveis:
210
- return 'Móveis';
211
- case this.Cosmeticos:
212
- return 'Perfumaria e cosmético';
213
- case this.Material_Para_Escritorio:
214
- return 'Material para escritório';
215
- case this.Tecido:
216
- return 'Tecido';
217
- case this.Eletrodomesticos:
218
- return 'Eletrodomésticos';
219
- case this.Calcado:
220
- return 'Calçado';
221
- case this.Combustiveis_e_lubrificantes:
222
- return 'Combustíveis e lubrificantes';
223
- case this.Artigos_Medicos:
224
- return 'Artigos médicos';
225
- case this.Livraria:
226
- return 'Livraria';
227
- case this.Motocicleta:
228
- return 'Motocicleta';
229
- case this.Artigos_Farmaceuticos:
230
- return 'Artigos Farmacêuticos - Farmácia';
231
- case this.Artigos_Ortopedicos:
232
- return 'Artigos ortopédicos';
233
- case this.Otica:
234
- return 'Ótica';
235
- default:
236
- return 'enum not found';
237
- }
238
- },
239
- };
240
- exports.Perfis = {
241
- Administrador: '0',
242
- Suporte: '1',
243
- Financeiro: '2',
244
- Comercial: '3',
245
- description(val) {
246
- switch (val) {
247
- case this.Administrador:
248
- return 'Administrador';
249
- case this.Suporte:
250
- return 'Suporte';
251
- case this.Financeiro:
252
- return 'Financeiro';
253
- case this.Comercial:
254
- return 'Comercial';
255
- default:
256
- return 'enum not found';
257
- }
258
- },
259
- };
260
- exports.TipoRequisicao = {
261
- Cobranca: '1',
262
- Compra: '2',
263
- Recorrencia: '3',
264
- description(val) {
265
- switch (val) {
266
- case this.Cobranca:
267
- return 'Cobrança';
268
- case this.Compra:
269
- return 'Compra';
270
- case this.Recorrencia:
271
- return 'Recorrência';
272
- default:
273
- return 'enum not found';
274
- }
275
- },
276
- };
277
- exports.SituacaoRequisicao = {
278
- Pendente: '1',
279
- EmAndamento: '2',
280
- Finalizada: '3',
281
- description(val) {
282
- switch (val) {
283
- case this.Pendente:
284
- return 'Pendente';
285
- case this.EmAndamento:
286
- return 'Em andamento';
287
- case this.Finalizada:
288
- return 'Finalizada';
289
- default:
290
- return 'enum not found';
291
- }
292
- },
293
- };
294
- exports.TipoTransacao = {
295
- Compra: '1',
296
- Recorrencia: '2',
297
- Comissao: '3',
298
- Cobranca: '4',
299
- description(val) {
300
- switch (val) {
301
- case this.Comissao:
302
- return 'Comissão';
303
- case this.Compra:
304
- return 'Compra';
305
- case this.Recorrencia:
306
- return 'Recorrência';
307
- case this.Cobranca:
308
- return 'Cobrança';
309
- default:
310
- return 'enum not found';
311
- }
312
- },
313
- };
314
- exports.Modulos = {
315
- Fiscal: 1,
316
- Produtos: 2,
317
- Venda: 3,
318
- Financeiro: 4,
319
- PDV: 5,
320
- description(val) {
321
- switch (val) {
322
- case this.Fiscal:
323
- return 'Módulo Fiscal';
324
- case this.Produtos:
325
- return 'Módulo de Produtos';
326
- case this.Venda:
327
- return 'Módulo de Venda';
328
- case this.Financeiro:
329
- return 'Módulo Financeiro';
330
- case this.PDV:
331
- return 'PDV';
332
- default:
333
- return 'enum not found';
334
- }
335
- },
336
- };
337
- exports.TipoAplicativo = {
338
- Aplicativo: 0,
339
- Modulo: 1,
340
- description(val) {
341
- switch (val) {
342
- case this.Aplicativo:
343
- return 'Aplicativo';
344
- case this.Modulo:
345
- return 'Modulo';
346
- default:
347
- return 'enum not found';
348
- }
349
- },
350
- };
351
- exports.Aplicativos = {
352
- Modershop: 1,
353
- ModershopLight: 2,
354
- ModershopPDV: 3,
355
- Ecommerce: 5,
356
- Marketplace: 6,
357
- MercadoLivre: 7,
358
- Sped: 8,
359
- TEF: 9,
360
- CakeERP: 13,
361
- Otica: 14,
362
- Amazon: 15,
363
- Shopee: 16,
364
- MagazineLuiza: 17,
365
- Tray: 18,
366
- TEFDestaxa: 19,
367
- GestaoContabil: 20,
368
- NFSeNacional: 21,
369
- Eva: 22,
370
- VeroPOS: 22,
371
- Nuvemshop: 70,
372
- description(val) {
373
- switch (val) {
374
- case this.Modershop:
375
- return 'Modershop';
376
- case this.ModershopLight:
377
- return 'Modershop Light';
378
- case this.ModershopPDV:
379
- return 'Modershop PDV';
380
- case this.Marketplace:
381
- return 'Marketplace';
382
- case this.Ecommerce:
383
- return 'Loja Virtual';
384
- case this.MercadoLivre:
385
- return 'Mercado Livre';
386
- case this.Sped:
387
- return 'Sped';
388
- case this.TEF:
389
- return 'TEF';
390
- case this.CakeERP:
391
- return 'Cake ERP';
392
- case this.Otica:
393
- return 'Módulo Ótica';
394
- case this.Amazon:
395
- return 'Amazon';
396
- case this.Shopee:
397
- return 'Shopee';
398
- case this.MagazineLuiza:
399
- return 'Magazine Luiza';
400
- case this.Tray:
401
- return 'Tray';
402
- case this.Nuvemshop:
403
- return 'Nuvemshop';
404
- case this.TEFDestaxa:
405
- return 'TEF Destaxa';
406
- case this.GestaoContabil:
407
- return 'Gestão Contábil';
408
- case this.NFSeNacional:
409
- return 'NFSe (Ambiente Nacional)';
410
- case this.Eva:
411
- return 'EVA';
412
- case this.VeroPOS:
413
- return 'Vero POS';
414
- default:
415
- return 'enum not found';
416
- }
417
- },
418
- };
419
- exports.IsDemonstracao = {
420
- Demonstracao: true,
421
- NaoDemonstracao: false,
422
- description(val) {
423
- switch (val) {
424
- case this.Demonstracao:
425
- return 'Demonstração';
426
- case this.NaoDemonstracao:
427
- return 'Não Demonstracao';
428
- default:
429
- return 'enum not found';
430
- }
431
- },
432
- };
433
- exports.UnidadeFederativa = {
434
- Acre: 12,
435
- Alagoas: 27,
436
- Amazonas: 13,
437
- Amapa: 16,
438
- Bahia: 29,
439
- Ceara: 23,
440
- Distrito_Federal: 53,
441
- Espirito_Santo: 32,
442
- Goias: 52,
443
- Maranhao: 21,
444
- Minas_Gerais: 31,
445
- Mato_Grosso_do_Sul: 50,
446
- Mato_Grosso: 51,
447
- Para: 15,
448
- Paraiba: 25,
449
- Pernambuco: 26,
450
- Piaui: 22,
451
- Parana: 41,
452
- Rio_de_Janeiro: 33,
453
- Rio_Grande_do_Norte: 24,
454
- Rio_Grande_do_Sul: 43,
455
- Rondonia: 11,
456
- Roraima: 14,
457
- Santa_Catarina: 42,
458
- Sergipe: 28,
459
- Sao_Paulo: 35,
460
- Tocantins: 17,
461
- description(val) {
462
- switch (val) {
463
- case this.Acre:
464
- return 'Acre';
465
- case this.Alagoas:
466
- return 'Alagoas';
467
- case this.Amazonas:
468
- return 'Amazonas';
469
- case this.Amapa:
470
- return 'Amapá';
471
- case this.Bahia:
472
- return 'Bahia';
473
- case this.Ceara:
474
- return 'Ceará';
475
- case this.Distrito_Federal:
476
- return 'Distrito Federal';
477
- case this.Espirito_Santo:
478
- return 'Espírito Santo';
479
- case this.Goias:
480
- return 'Goiás';
481
- case this.Maranhao:
482
- return 'Maranhão';
483
- case this.Minas_Gerais:
484
- return 'Minas Gerais';
485
- case this.Mato_Grosso_do_Sul:
486
- return 'Mato Grosso do Sul';
487
- case this.Mato_Grosso:
488
- return 'Mato Grosso';
489
- case this.Para:
490
- return 'Pará';
491
- case this.Paraiba:
492
- return 'Paraíba';
493
- case this.Pernambuco:
494
- return 'Pernambuco';
495
- case this.Piaui:
496
- return 'Piauí';
497
- case this.Parana:
498
- return 'Paraná';
499
- case this.Rio_de_Janeiro:
500
- return 'Rio de Janeiro';
501
- case this.Rio_Grande_do_Norte:
502
- return 'Rio Grande do Norte';
503
- case this.Rio_Grande_do_Sul:
504
- return 'Rio Grande do Sul';
505
- case this.Rondonia:
506
- return 'Rondônia';
507
- case this.Roraima:
508
- return 'Roraima';
509
- case this.Santa_Catarina:
510
- return 'Santa Catarina';
511
- case this.Sergipe:
512
- return 'Sergipe';
513
- case this.Sao_Paulo:
514
- return 'São Paulo';
515
- case this.Tocantins:
516
- return 'Tocantins';
517
- default:
518
- return 'enum not found';
519
- }
520
- },
521
- };
522
- exports.MotivoInativacao = {
523
- Inadimplencia: '1',
524
- Inativacao: '2',
525
- Insatisfacao: '3',
526
- AusenciaRecurso: '4',
527
- EncerramentoAtividades: '5',
528
- Precos: '6',
529
- Concorrencia: '7',
530
- Adaptacao: '8',
531
- Complexidade: '9',
532
- Solicitacoes: '10',
533
- Suporte: '11',
534
- Outros: '12',
535
- Testes: '13',
536
- MigracaoModershop: '14',
537
- description(val) {
538
- switch (val) {
539
- case this.Inadimplencia:
540
- return 'Inadimplência';
541
- case this.Inativacao:
542
- return 'Inativado';
543
- case this.Insatisfacao:
544
- return 'Insatisfação';
545
- case this.AusenciaRecurso:
546
- return 'Ausência de Recursos';
547
- case this.EncerramentoAtividades:
548
- return 'Encerramento das Atividades';
549
- case this.Precos:
550
- return 'Preços';
551
- case this.Concorrencia:
552
- return 'Concorrência';
553
- case this.Adaptacao:
554
- return 'Adaptação';
555
- case this.Complexidade:
556
- return 'Complexidade';
557
- case this.Solicitacoes:
558
- return 'Solicitações não Atendidas';
559
- case this.Suporte:
560
- return 'Suporte não resolvido';
561
- case this.Testes:
562
- return 'Encerramento de testes';
563
- case this.MigracaoModershop:
564
- return 'Migração para o ModerShop';
565
- default:
566
- return 'Outros';
567
- }
568
- },
569
- };
570
- exports.UnidadeDeNegocio = {
571
- ModerShop: 0,
572
- ModernizaLoja: 1,
573
- ModerFood: 2,
574
- ModerLog: 3,
575
- description(val) {
576
- switch (val) {
577
- case this.ModerShop:
578
- return 'ModerShop';
579
- case this.ModernizaLoja:
580
- return 'Moderniza Loja';
581
- case this.ModerFood:
582
- return 'ModerFood';
583
- case this.ModerLog:
584
- return 'ModerLog';
585
- default:
586
- return 'enum not found';
587
- }
588
- },
589
- };
590
- exports.TipoSuporte = {
591
- Admin: '1',
592
- Parceiro: '2',
593
- description(val) {
594
- switch (val) {
595
- case this.Admin:
596
- return 'Admin';
597
- case this.Parceiro:
598
- return 'Parceiro';
599
- default:
600
- return 'enum not found';
601
- }
602
- },
603
- };
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TipoSuporte = exports.UnidadeDeNegocio = exports.MotivoInativacao = exports.UnidadeFederativa = exports.IsDemonstracao = exports.Aplicativos = exports.TipoAplicativo = exports.Modulos = exports.TipoTransacao = exports.SituacaoRequisicao = exports.TipoRequisicao = exports.Perfis = exports.Segmento = exports.SituacaoUsuarios = exports.SituacaoPlanos = exports.SituacaoAplicativo = exports.EstruturaNegocio = exports.TipoBanners = exports.TipoOrganizacao = exports.SituacaoTicket = exports.SituacaoAtivacao = exports.SituacaoOrganizacao = void 0;
4
+ exports.SituacaoOrganizacao = {
5
+ Cancelado: '0',
6
+ Ativo: '1',
7
+ Bloqueado: '2',
8
+ AtivacaoSolicitada: '3',
9
+ CancelamentoSolicitado: '4',
10
+ description(val) {
11
+ switch (val) {
12
+ case this.Ativo:
13
+ return 'Ativo';
14
+ case this.Bloqueado:
15
+ return 'Bloqueado';
16
+ case this.Cancelado:
17
+ return 'Cancelado';
18
+ case this.AtivacaoSolicitada:
19
+ return 'Ativacao Solicitada';
20
+ case this.CancelamentoSolicitado:
21
+ return 'Cancelamento Solicitado';
22
+ default:
23
+ return 'enum not found';
24
+ }
25
+ },
26
+ };
27
+ exports.SituacaoAtivacao = {
28
+ Cancelado: '0',
29
+ Ativo: '1',
30
+ Bloqueado: '2',
31
+ PagamentoPendente: '4',
32
+ CompraRecusada: '6',
33
+ description(val) {
34
+ switch (val) {
35
+ case this.Ativo:
36
+ return 'Ativo';
37
+ case this.Bloqueado:
38
+ return 'Bloqueado';
39
+ case this.Cancelado:
40
+ return 'Cancelado';
41
+ case this.PagamentoPendente:
42
+ return 'Pagamento Pendente';
43
+ case this.CompraRecusada:
44
+ return 'Compra Recusada';
45
+ default:
46
+ return 'enum not found';
47
+ }
48
+ },
49
+ };
50
+ exports.SituacaoTicket = {
51
+ EmAberto: '0',
52
+ EmAtendimento: '1',
53
+ Concluido: '2',
54
+ description(val) {
55
+ switch (val) {
56
+ case this.EmAberto:
57
+ return 'Em Aberto';
58
+ case this.EmAtendimento:
59
+ return 'Em Atendimento';
60
+ case this.Concluido:
61
+ return 'Concluído';
62
+ default:
63
+ return 'enum not found';
64
+ }
65
+ },
66
+ };
67
+ exports.TipoOrganizacao = {
68
+ Cliente: '1',
69
+ Parceiro: '2',
70
+ Entidade: '3',
71
+ Franquia: '4',
72
+ Principal: '5',
73
+ description(val) {
74
+ switch (val) {
75
+ case this.Cliente:
76
+ return 'Cliente';
77
+ case this.Entidade:
78
+ return 'Entidade';
79
+ case this.Parceiro:
80
+ return 'Parceiro';
81
+ case this.Franquia:
82
+ return 'Franquia';
83
+ case this.Principal:
84
+ return 'Principal';
85
+ default:
86
+ return 'enum not found';
87
+ }
88
+ },
89
+ };
90
+ exports.TipoBanners = {
91
+ Desktop: '1',
92
+ Mobile: '2',
93
+ description(val) {
94
+ switch (val) {
95
+ case this.Desktop:
96
+ return 'Desktop';
97
+ case this.Mobile:
98
+ return 'Mobile';
99
+ default:
100
+ return 'enum not found';
101
+ }
102
+ },
103
+ };
104
+ exports.EstruturaNegocio = {
105
+ Matriz: '0',
106
+ Filial: '1',
107
+ description(val) {
108
+ switch (val) {
109
+ case this.Matriz:
110
+ return 'Matriz';
111
+ case this.Filial:
112
+ return 'Filial';
113
+ default:
114
+ return 'enum not found';
115
+ }
116
+ },
117
+ };
118
+ exports.SituacaoAplicativo = {
119
+ Inativo: '0',
120
+ Ativo: '1',
121
+ description(val) {
122
+ switch (val) {
123
+ case this.Inativo:
124
+ return 'Inativo';
125
+ case this.Ativo:
126
+ return 'Ativo';
127
+ default:
128
+ return 'enum not found';
129
+ }
130
+ },
131
+ };
132
+ exports.SituacaoPlanos = {
133
+ Inativo: '0',
134
+ Ativo: '1',
135
+ description(val) {
136
+ switch (val) {
137
+ case this.Inativo:
138
+ return 'Inativo';
139
+ case this.Ativo:
140
+ return 'Ativo';
141
+ default:
142
+ return 'enum not found';
143
+ }
144
+ },
145
+ };
146
+ exports.SituacaoUsuarios = {
147
+ Inativo: '0',
148
+ Ativo: '1',
149
+ ConfirmacaoPendente: '2',
150
+ RedefinicaoSenha: '3',
151
+ description(val) {
152
+ switch (val) {
153
+ case this.Inativo:
154
+ return 'Inativo';
155
+ case this.Ativo:
156
+ return 'Ativo';
157
+ case this.ConfirmacaoPendente:
158
+ return 'Confirmação pendente';
159
+ case this.RedefinicaoSenha:
160
+ return 'Redefinição de senha';
161
+ default:
162
+ return 'enum not found';
163
+ }
164
+ },
165
+ };
166
+ exports.Segmento = {
167
+ Produtos_Alimenticios: '0',
168
+ Vestuario: '1',
169
+ Material_de_construçao: '2',
170
+ Mercado: '3',
171
+ Informatica: '4',
172
+ Auto_pecas: '5',
173
+ Pet: '6',
174
+ Bebidas: '7',
175
+ Veiculos: '8',
176
+ Moveis: '9',
177
+ Cosmeticos: '10',
178
+ Material_Para_Escritorio: '11',
179
+ Tecido: '12',
180
+ Eletrodomesticos: '13',
181
+ Calcado: '14',
182
+ Combustiveis_e_lubrificantes: '15',
183
+ Artigos_Medicos: '16',
184
+ Livraria: '17',
185
+ Motocicleta: '18',
186
+ Artigos_Farmaceuticos: '19',
187
+ Artigos_Ortopedicos: '20',
188
+ Otica: '21',
189
+ description(val) {
190
+ switch (val) {
191
+ case this.Produtos_Alimenticios:
192
+ return 'Produtos alimentícios';
193
+ case this.Vestuario:
194
+ return 'Vestuário';
195
+ case this.Material_de_construçao:
196
+ return 'Material de construção';
197
+ case this.Mercado:
198
+ return 'Hipermercado, supermercado';
199
+ case this.Informatica:
200
+ return 'Informática e computação';
201
+ case this.Auto_pecas:
202
+ return 'Auto peças';
203
+ case this.Pet:
204
+ return 'Pet';
205
+ case this.Bebidas:
206
+ return 'Bebidas';
207
+ case this.Veiculos:
208
+ return 'Veículos';
209
+ case this.Moveis:
210
+ return 'Móveis';
211
+ case this.Cosmeticos:
212
+ return 'Perfumaria e cosmético';
213
+ case this.Material_Para_Escritorio:
214
+ return 'Material para escritório';
215
+ case this.Tecido:
216
+ return 'Tecido';
217
+ case this.Eletrodomesticos:
218
+ return 'Eletrodomésticos';
219
+ case this.Calcado:
220
+ return 'Calçado';
221
+ case this.Combustiveis_e_lubrificantes:
222
+ return 'Combustíveis e lubrificantes';
223
+ case this.Artigos_Medicos:
224
+ return 'Artigos médicos';
225
+ case this.Livraria:
226
+ return 'Livraria';
227
+ case this.Motocicleta:
228
+ return 'Motocicleta';
229
+ case this.Artigos_Farmaceuticos:
230
+ return 'Artigos Farmacêuticos - Farmácia';
231
+ case this.Artigos_Ortopedicos:
232
+ return 'Artigos ortopédicos';
233
+ case this.Otica:
234
+ return 'Ótica';
235
+ default:
236
+ return 'enum not found';
237
+ }
238
+ },
239
+ };
240
+ exports.Perfis = {
241
+ Administrador: '0',
242
+ Suporte: '1',
243
+ Financeiro: '2',
244
+ Comercial: '3',
245
+ description(val) {
246
+ switch (val) {
247
+ case this.Administrador:
248
+ return 'Administrador';
249
+ case this.Suporte:
250
+ return 'Suporte';
251
+ case this.Financeiro:
252
+ return 'Financeiro';
253
+ case this.Comercial:
254
+ return 'Comercial';
255
+ default:
256
+ return 'enum not found';
257
+ }
258
+ },
259
+ };
260
+ exports.TipoRequisicao = {
261
+ Cobranca: '1',
262
+ Compra: '2',
263
+ Recorrencia: '3',
264
+ description(val) {
265
+ switch (val) {
266
+ case this.Cobranca:
267
+ return 'Cobrança';
268
+ case this.Compra:
269
+ return 'Compra';
270
+ case this.Recorrencia:
271
+ return 'Recorrência';
272
+ default:
273
+ return 'enum not found';
274
+ }
275
+ },
276
+ };
277
+ exports.SituacaoRequisicao = {
278
+ Pendente: '1',
279
+ EmAndamento: '2',
280
+ Finalizada: '3',
281
+ description(val) {
282
+ switch (val) {
283
+ case this.Pendente:
284
+ return 'Pendente';
285
+ case this.EmAndamento:
286
+ return 'Em andamento';
287
+ case this.Finalizada:
288
+ return 'Finalizada';
289
+ default:
290
+ return 'enum not found';
291
+ }
292
+ },
293
+ };
294
+ exports.TipoTransacao = {
295
+ Compra: '1',
296
+ Recorrencia: '2',
297
+ Comissao: '3',
298
+ Cobranca: '4',
299
+ description(val) {
300
+ switch (val) {
301
+ case this.Comissao:
302
+ return 'Comissão';
303
+ case this.Compra:
304
+ return 'Compra';
305
+ case this.Recorrencia:
306
+ return 'Recorrência';
307
+ case this.Cobranca:
308
+ return 'Cobrança';
309
+ default:
310
+ return 'enum not found';
311
+ }
312
+ },
313
+ };
314
+ exports.Modulos = {
315
+ Fiscal: 1,
316
+ Produtos: 2,
317
+ Venda: 3,
318
+ Financeiro: 4,
319
+ PDV: 5,
320
+ description(val) {
321
+ switch (val) {
322
+ case this.Fiscal:
323
+ return 'Módulo Fiscal';
324
+ case this.Produtos:
325
+ return 'Módulo de Produtos';
326
+ case this.Venda:
327
+ return 'Módulo de Venda';
328
+ case this.Financeiro:
329
+ return 'Módulo Financeiro';
330
+ case this.PDV:
331
+ return 'PDV';
332
+ default:
333
+ return 'enum not found';
334
+ }
335
+ },
336
+ };
337
+ exports.TipoAplicativo = {
338
+ Aplicativo: 0,
339
+ Modulo: 1,
340
+ description(val) {
341
+ switch (val) {
342
+ case this.Aplicativo:
343
+ return 'Aplicativo';
344
+ case this.Modulo:
345
+ return 'Modulo';
346
+ default:
347
+ return 'enum not found';
348
+ }
349
+ },
350
+ };
351
+ exports.Aplicativos = {
352
+ Modershop: 1,
353
+ ModershopLight: 2,
354
+ ModershopPDV: 3,
355
+ Ecommerce: 5,
356
+ Marketplace: 6,
357
+ MercadoLivre: 7,
358
+ Sped: 8,
359
+ TEF: 9,
360
+ CakeERP: 13,
361
+ Otica: 14,
362
+ Amazon: 15,
363
+ Shopee: 16,
364
+ MagazineLuiza: 17,
365
+ Tray: 18,
366
+ TEFDestaxa: 19,
367
+ GestaoContabil: 20,
368
+ NFSeNacional: 21,
369
+ Eva: 22,
370
+ VeroPOS: 22,
371
+ Nuvemshop: 70,
372
+ description(val) {
373
+ switch (val) {
374
+ case this.Modershop:
375
+ return 'Modershop';
376
+ case this.ModershopLight:
377
+ return 'Modershop Light';
378
+ case this.ModershopPDV:
379
+ return 'Modershop PDV';
380
+ case this.Marketplace:
381
+ return 'Marketplace';
382
+ case this.Ecommerce:
383
+ return 'Loja Virtual';
384
+ case this.MercadoLivre:
385
+ return 'Mercado Livre';
386
+ case this.Sped:
387
+ return 'Sped';
388
+ case this.TEF:
389
+ return 'TEF';
390
+ case this.CakeERP:
391
+ return 'Cake ERP';
392
+ case this.Otica:
393
+ return 'Módulo Ótica';
394
+ case this.Amazon:
395
+ return 'Amazon';
396
+ case this.Shopee:
397
+ return 'Shopee';
398
+ case this.MagazineLuiza:
399
+ return 'Magazine Luiza';
400
+ case this.Tray:
401
+ return 'Tray';
402
+ case this.Nuvemshop:
403
+ return 'Nuvemshop';
404
+ case this.TEFDestaxa:
405
+ return 'TEF Destaxa';
406
+ case this.GestaoContabil:
407
+ return 'Gestão Contábil';
408
+ case this.NFSeNacional:
409
+ return 'NFSe (Ambiente Nacional)';
410
+ case this.Eva:
411
+ return 'EVA';
412
+ case this.VeroPOS:
413
+ return 'Vero POS';
414
+ default:
415
+ return 'enum not found';
416
+ }
417
+ },
418
+ };
419
+ exports.IsDemonstracao = {
420
+ Demonstracao: true,
421
+ NaoDemonstracao: false,
422
+ description(val) {
423
+ switch (val) {
424
+ case this.Demonstracao:
425
+ return 'Demonstração';
426
+ case this.NaoDemonstracao:
427
+ return 'Não Demonstracao';
428
+ default:
429
+ return 'enum not found';
430
+ }
431
+ },
432
+ };
433
+ exports.UnidadeFederativa = {
434
+ Acre: 12,
435
+ Alagoas: 27,
436
+ Amazonas: 13,
437
+ Amapa: 16,
438
+ Bahia: 29,
439
+ Ceara: 23,
440
+ Distrito_Federal: 53,
441
+ Espirito_Santo: 32,
442
+ Goias: 52,
443
+ Maranhao: 21,
444
+ Minas_Gerais: 31,
445
+ Mato_Grosso_do_Sul: 50,
446
+ Mato_Grosso: 51,
447
+ Para: 15,
448
+ Paraiba: 25,
449
+ Pernambuco: 26,
450
+ Piaui: 22,
451
+ Parana: 41,
452
+ Rio_de_Janeiro: 33,
453
+ Rio_Grande_do_Norte: 24,
454
+ Rio_Grande_do_Sul: 43,
455
+ Rondonia: 11,
456
+ Roraima: 14,
457
+ Santa_Catarina: 42,
458
+ Sergipe: 28,
459
+ Sao_Paulo: 35,
460
+ Tocantins: 17,
461
+ description(val) {
462
+ switch (val) {
463
+ case this.Acre:
464
+ return 'Acre';
465
+ case this.Alagoas:
466
+ return 'Alagoas';
467
+ case this.Amazonas:
468
+ return 'Amazonas';
469
+ case this.Amapa:
470
+ return 'Amapá';
471
+ case this.Bahia:
472
+ return 'Bahia';
473
+ case this.Ceara:
474
+ return 'Ceará';
475
+ case this.Distrito_Federal:
476
+ return 'Distrito Federal';
477
+ case this.Espirito_Santo:
478
+ return 'Espírito Santo';
479
+ case this.Goias:
480
+ return 'Goiás';
481
+ case this.Maranhao:
482
+ return 'Maranhão';
483
+ case this.Minas_Gerais:
484
+ return 'Minas Gerais';
485
+ case this.Mato_Grosso_do_Sul:
486
+ return 'Mato Grosso do Sul';
487
+ case this.Mato_Grosso:
488
+ return 'Mato Grosso';
489
+ case this.Para:
490
+ return 'Pará';
491
+ case this.Paraiba:
492
+ return 'Paraíba';
493
+ case this.Pernambuco:
494
+ return 'Pernambuco';
495
+ case this.Piaui:
496
+ return 'Piauí';
497
+ case this.Parana:
498
+ return 'Paraná';
499
+ case this.Rio_de_Janeiro:
500
+ return 'Rio de Janeiro';
501
+ case this.Rio_Grande_do_Norte:
502
+ return 'Rio Grande do Norte';
503
+ case this.Rio_Grande_do_Sul:
504
+ return 'Rio Grande do Sul';
505
+ case this.Rondonia:
506
+ return 'Rondônia';
507
+ case this.Roraima:
508
+ return 'Roraima';
509
+ case this.Santa_Catarina:
510
+ return 'Santa Catarina';
511
+ case this.Sergipe:
512
+ return 'Sergipe';
513
+ case this.Sao_Paulo:
514
+ return 'São Paulo';
515
+ case this.Tocantins:
516
+ return 'Tocantins';
517
+ default:
518
+ return 'enum not found';
519
+ }
520
+ },
521
+ };
522
+ exports.MotivoInativacao = {
523
+ Inadimplencia: '1',
524
+ Inativacao: '2',
525
+ Insatisfacao: '3',
526
+ AusenciaRecurso: '4',
527
+ EncerramentoAtividades: '5',
528
+ Precos: '6',
529
+ Concorrencia: '7',
530
+ Adaptacao: '8',
531
+ Complexidade: '9',
532
+ Solicitacoes: '10',
533
+ Suporte: '11',
534
+ Outros: '12',
535
+ Testes: '13',
536
+ MigracaoModershop: '14',
537
+ description(val) {
538
+ switch (val) {
539
+ case this.Inadimplencia:
540
+ return 'Inadimplência';
541
+ case this.Inativacao:
542
+ return 'Inativado';
543
+ case this.Insatisfacao:
544
+ return 'Insatisfação';
545
+ case this.AusenciaRecurso:
546
+ return 'Ausência de Recursos';
547
+ case this.EncerramentoAtividades:
548
+ return 'Encerramento das Atividades';
549
+ case this.Precos:
550
+ return 'Preços';
551
+ case this.Concorrencia:
552
+ return 'Concorrência';
553
+ case this.Adaptacao:
554
+ return 'Adaptação';
555
+ case this.Complexidade:
556
+ return 'Complexidade';
557
+ case this.Solicitacoes:
558
+ return 'Solicitações não Atendidas';
559
+ case this.Suporte:
560
+ return 'Suporte não resolvido';
561
+ case this.Testes:
562
+ return 'Encerramento de testes';
563
+ case this.MigracaoModershop:
564
+ return 'Migração para o ModerShop';
565
+ default:
566
+ return 'Outros';
567
+ }
568
+ },
569
+ };
570
+ exports.UnidadeDeNegocio = {
571
+ ModerShop: 0,
572
+ ModernizaLoja: 1,
573
+ ModerFood: 2,
574
+ ModerLog: 3,
575
+ description(val) {
576
+ switch (val) {
577
+ case this.ModerShop:
578
+ return 'ModerShop';
579
+ case this.ModernizaLoja:
580
+ return 'Moderniza Loja';
581
+ case this.ModerFood:
582
+ return 'ModerFood';
583
+ case this.ModerLog:
584
+ return 'ModerLog';
585
+ default:
586
+ return 'enum not found';
587
+ }
588
+ },
589
+ };
590
+ exports.TipoSuporte = {
591
+ Admin: '1',
592
+ Parceiro: '2',
593
+ description(val) {
594
+ switch (val) {
595
+ case this.Admin:
596
+ return 'Admin';
597
+ case this.Parceiro:
598
+ return 'Parceiro';
599
+ default:
600
+ return 'enum not found';
601
+ }
602
+ },
603
+ };