mdz-enum 1.6.35 → 1.6.37

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 (42) 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 +245 -245
  5. package/dist/commercial/index.js +601 -601
  6. package/dist/common/index.d.ts +59 -59
  7. package/dist/common/index.js +171 -171
  8. package/dist/config/index.d.ts +187 -182
  9. package/dist/config/index.js +539 -525
  10. package/dist/eva/index.d.ts +142 -142
  11. package/dist/eva/index.js +170 -170
  12. package/dist/finance/index.d.ts +207 -207
  13. package/dist/finance/index.js +549 -549
  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/index.d.ts +15 -15
  21. package/dist/index.js +247 -246
  22. package/dist/integration/index.d.ts +27 -27
  23. package/dist/integration/index.js +80 -80
  24. package/dist/logistics/index.d.ts +142 -142
  25. package/dist/logistics/index.js +410 -410
  26. package/dist/marketplace/templates/components/index.d.ts +306 -306
  27. package/dist/marketplace/templates/components/index.js +331 -331
  28. package/dist/marketplace/templates/elements/index.d.ts +32 -32
  29. package/dist/marketplace/templates/elements/index.js +35 -35
  30. package/dist/marketplace/templates/index.d.ts +526 -523
  31. package/dist/marketplace/templates/index.js +48 -48
  32. package/dist/marketplace/templates/pages/index.d.ts +233 -233
  33. package/dist/marketplace/templates/pages/index.js +413 -413
  34. package/dist/marketplace/templates/reference/index.d.ts +24 -24
  35. package/dist/marketplace/templates/reference/index.js +26 -26
  36. package/dist/people/index.d.ts +62 -62
  37. package/dist/people/index.js +180 -180
  38. package/dist/platform/index.d.ts +207 -207
  39. package/dist/platform/index.js +600 -600
  40. package/dist/reports/index.d.ts +95 -95
  41. package/dist/reports/index.js +278 -278
  42. package/package.json +33 -33
@@ -1,182 +1,187 @@
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 TipoPermissaoMain: {
7
- Master: string;
8
- Administrador: string;
9
- Gestor: string;
10
- Vendedor: string;
11
- Financeiro: string;
12
- description(val: string): "Vendedor" | "enum not found" | "Master" | "Administrador" | "Gestor" | "Financeiro";
13
- };
14
- export declare const TipoDispositivo: {
15
- Cliente: string;
16
- Servidor: string;
17
- description(val: string): "enum not found" | "Cliente" | "Servidor";
18
- };
19
- export declare const TipoPeriferico: {
20
- ImpressoraA4: string;
21
- Balanca: string;
22
- Sat: string;
23
- ImpressoraComprovante: string;
24
- ImpressoraEtiqueta: string;
25
- POS: string;
26
- description(val: string): "enum not found" | "POS" | "Impressora A4" | "Impressora Comprovante" | "Impressora Etiqueta" | "Balanca" | "Sat";
27
- };
28
- export declare const ModeloPOS: {
29
- Vero: string;
30
- description(val: string): "enum not found" | "VERO";
31
- };
32
- export declare const ModeloSat: {
33
- Bematech: string;
34
- Gertec: string;
35
- Urano: string;
36
- Generica: string;
37
- Sweda: string;
38
- Tanca: string;
39
- Dimep: string;
40
- Nitere: string;
41
- Elgin: string;
42
- Care: string;
43
- Epson: string;
44
- ControlId: string;
45
- MFe: string;
46
- description(val: string): "enum not found" | "Bematech" | "Gertec" | "Urano" | "Generica" | "Sweda" | "Tanca" | "Dimep" | "Nitere" | "Elgin" | "Care" | "Epson" | "ControlId" | "MFe";
47
- };
48
- export declare const VersaoLayoutSat: {
49
- Layout007: string;
50
- Layout008: string;
51
- description(val: string): "enum not found" | "Layout 0.07" | "Layout 0.08";
52
- };
53
- export declare const ModoFinalizacao: {
54
- ImprimirDireto: string;
55
- SolicitarModal: string;
56
- description(val: string): "enum not found" | "Imprimir Direto" | "Solicitar Compartilhamento";
57
- };
58
- export declare const TipoPrecoPadrao: {
59
- Varejo: string;
60
- Atacado: string;
61
- description(val: string): "enum not found" | "Varejo" | "Atacado";
62
- };
63
- export declare const TipoEtiqueta: {
64
- Produto: string;
65
- Pedido: string;
66
- description(val: string): "enum not found" | "Produto" | "Pedido";
67
- };
68
- export declare const ModeloEtiqueta: {
69
- Personalizada: string;
70
- PreDefinida: string;
71
- Desenhada: string;
72
- description(val: string): "enum not found" | "Pré Definida" | "Personalizada" | "Desenhada";
73
- };
74
- export declare const ParametroEtiquetaProduto: {
75
- Sku: string;
76
- Nome: string;
77
- Barra: string;
78
- Marca: string;
79
- Grade: string;
80
- Pv: string;
81
- Pa: string;
82
- Pvp: string;
83
- Pap: string;
84
- Nomel2: string;
85
- Gradel2: string;
86
- Pparcelado: string;
87
- Nomel3: string;
88
- Indexador: string;
89
- description(val: string): "enum not found" | "Descrição" | "Descrição Linha 2" | "Sku" | "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" | "Preço Parcelado" | "Descrição Linha 3" | "Valor Indexador";
90
- };
91
- export declare const ModeloPimaco: {
92
- M6187: string;
93
- A4351: string;
94
- description(val: string): "enum not found" | "6187" | "A4351";
95
- };
96
- export declare const TipoImpressao: {
97
- Arquivo: string;
98
- Texto: string;
99
- description(val: string): "enum not found" | "Texto" | "Arquivo";
100
- };
101
- export declare const ModeloBalanca: {
102
- Filizola: string;
103
- Toledo: string;
104
- description(val: string): "enum not found" | "Filizola" | "Toledo";
105
- };
106
- export declare const TipoInformacaoBalanca: {
107
- Peso: string;
108
- PrecoTotal: string;
109
- description(val: string): "enum not found" | "Peso" | "Preço Total";
110
- };
111
- export declare const TipoAtualizacaoSocket: {
112
- Produto: string;
113
- TabelaPreco: string;
114
- Promocao: string;
115
- description(val: string): "enum not found" | "Produto" | "Tabela de Preço" | "Promoção";
116
- };
117
- export declare const TipoImportacao: {
118
- Produto: string;
119
- Pessoa: string;
120
- Estoque: string;
121
- CodigoBarras: string;
122
- Grade: string;
123
- DocumentoFinanceiro: string;
124
- PrecoProdutos: string;
125
- PrecoGrade: string;
126
- PrecoFilial: string;
127
- description(val: string): "enum not found" | "Produto" | "Pessoa" | "Estoque" | "Código de Barras" | "Grade" | "Documento Financeiro" | "Preço de Produtos" | "Preço de Grade" | "Preço de Filial";
128
- };
129
- export declare const ModeloImportacao: {
130
- Importacao: string;
131
- Atualizacao: string;
132
- description(val: string): "enum not found" | "Importação" | "Atualização";
133
- };
134
- export declare const TipoArquivoExportacao: {
135
- Pdf: string;
136
- Excel: string;
137
- description(val: string): "enum not found" | "PDF" | "EXCEL";
138
- };
139
- export declare const OrigemAutorizacao: {
140
- Nota: string;
141
- Pedido: string;
142
- description(val: string): "enum not found" | "Nota" | "Pedido";
143
- };
144
- export declare const SituacaoAutorizacao: {
145
- Pendente: string;
146
- Aprovado: string;
147
- Rejeitado: string;
148
- description(val: string): "enum not found" | "Pendente" | "Aprovado" | "Rejeitado";
149
- };
150
- export declare const TipoOperacaoComprovanteTroca: {
151
- Imprimir: string;
152
- Solicitar: string;
153
- description(val: string): "enum not found" | "Sempre Imprimir" | "Solicitar Impressão";
154
- };
155
- export declare const FusoHorario: {
156
- UTC_M12: number;
157
- UTC_M11: number;
158
- UTC_M10: number;
159
- UTC_M9: number;
160
- UTC_M8: number;
161
- UTC_M7: number;
162
- UTC_M6: number;
163
- UTC_M5: number;
164
- UTC_M4: number;
165
- UTC_M3: number;
166
- UTC_M2: number;
167
- UTC_M1: number;
168
- UTC_0: number;
169
- UTC_P1: number;
170
- UTC_P2: number;
171
- UTC_P3: number;
172
- UTC_P4: number;
173
- UTC_P5: number;
174
- UTC_P6: number;
175
- UTC_P7: number;
176
- UTC_P8: number;
177
- UTC_P9: number;
178
- UTC_P10: number;
179
- UTC_P11: number;
180
- UTC_P12: number;
181
- description(val: number): "UTC -12: Baker Island, Howland Island" | "UTC -11: Samoa Americana, Niue" | "UTC -10: Havaí, Polinésia Francesa" | "UTC -9: Alasca" | "UTC -8: Los Angeles, Vancouver, Tijuana" | "UTC -7: Denver, Calgary, Phoenix, Arizona" | "UTC -6: Cidade do México, Chicago, Winnipeg, Costa Rica" | "UTC -5: Nova York, Bogotá, Lima, Toronto" | "UTC -4: Caracas, Santiago, La Paz, Halifax" | "UTC -3: Brasília, Buenos Aires, Montevidéu, São Paulo" | "UTC -2: Ilha da Geórgia do Sul, Fernando de Noronha" | "UTC -1: Açores, Cabo Verde" | "UTC 0: Londres, Lisboa, Accra, Dublin" | "UTC +1: Paris, Berlim, Roma, Madri, Bruxelas" | "UTC +2: Atenas, Cairo, Joanesburgo, Helsinque" | "UTC +3: Moscou, Riad, Nairóbi, São Petersburgo" | "UTC +4: Dubai, Baku, Samara" | "UTC +5: Islamabad, Maldivas, Tasquente" | "UTC +6: Dhaka, Butão, Almaty" | "UTC +7: Bancoc, Jacarta, Hanói, Novosibirsk" | "UTC +8: Pequim, Hong Kong, Perth, Singapura" | "UTC +9: Tóquio, Seul, Yakutsk" | "UTC +10: Sydney, Vladivostok, Port Moresby" | "UTC +11: Ilhas Salomão, Nova Caledônia, Srednekolymsk" | "UTC +12: Nova Zelândia, Fiji, Kamchatka" | "Fuso horário não encontrado";
182
- };
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 TipoPermissaoMain: {
7
+ Master: string;
8
+ Administrador: string;
9
+ Gestor: string;
10
+ Vendedor: string;
11
+ Financeiro: string;
12
+ description(val: string): "Vendedor" | "enum not found" | "Master" | "Administrador" | "Gestor" | "Financeiro";
13
+ };
14
+ export declare const TipoDispositivo: {
15
+ Cliente: string;
16
+ Servidor: string;
17
+ description(val: string): "enum not found" | "Cliente" | "Servidor";
18
+ };
19
+ export declare const TipoPeriferico: {
20
+ ImpressoraA4: string;
21
+ Balanca: string;
22
+ Sat: string;
23
+ ImpressoraComprovante: string;
24
+ ImpressoraEtiqueta: string;
25
+ POS: string;
26
+ description(val: string): "enum not found" | "POS" | "Impressora A4" | "Impressora Comprovante" | "Impressora Etiqueta" | "Balanca" | "Sat";
27
+ };
28
+ export declare const ModeloPOS: {
29
+ Vero: string;
30
+ description(val: string): "enum not found" | "VERO";
31
+ };
32
+ export declare const ModeloSat: {
33
+ Bematech: string;
34
+ Gertec: string;
35
+ Urano: string;
36
+ Generica: string;
37
+ Sweda: string;
38
+ Tanca: string;
39
+ Dimep: string;
40
+ Nitere: string;
41
+ Elgin: string;
42
+ Care: string;
43
+ Epson: string;
44
+ ControlId: string;
45
+ MFe: string;
46
+ description(val: string): "enum not found" | "Bematech" | "Gertec" | "Urano" | "Generica" | "Sweda" | "Tanca" | "Dimep" | "Nitere" | "Elgin" | "Care" | "Epson" | "ControlId" | "MFe";
47
+ };
48
+ export declare const VersaoLayoutSat: {
49
+ Layout007: string;
50
+ Layout008: string;
51
+ description(val: string): "enum not found" | "Layout 0.07" | "Layout 0.08";
52
+ };
53
+ export declare const ModoFinalizacao: {
54
+ ImprimirDireto: string;
55
+ SolicitarModal: string;
56
+ description(val: string): "enum not found" | "Imprimir Direto" | "Solicitar Compartilhamento";
57
+ };
58
+ export declare const TipoPrecoPadrao: {
59
+ Varejo: string;
60
+ Atacado: string;
61
+ description(val: string): "enum not found" | "Varejo" | "Atacado";
62
+ };
63
+ export declare const TipoEtiqueta: {
64
+ Produto: string;
65
+ Pedido: string;
66
+ description(val: string): "enum not found" | "Produto" | "Pedido";
67
+ };
68
+ export declare const ModeloEtiqueta: {
69
+ Personalizada: string;
70
+ PreDefinida: string;
71
+ Desenhada: string;
72
+ description(val: string): "enum not found" | "Pré Definida" | "Personalizada" | "Desenhada";
73
+ };
74
+ export declare const ParametroEtiquetaProduto: {
75
+ Sku: string;
76
+ Nome: string;
77
+ Barra: string;
78
+ Marca: string;
79
+ Grade: string;
80
+ Pv: string;
81
+ Pa: string;
82
+ Pvp: string;
83
+ Pap: string;
84
+ Nomel2: string;
85
+ Gradel2: string;
86
+ Pparcelado: string;
87
+ Nomel3: string;
88
+ Indexador: string;
89
+ description(val: string): "enum not found" | "Descrição" | "Descrição Linha 2" | "Sku" | "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" | "Preço Parcelado" | "Descrição Linha 3" | "Valor Indexador";
90
+ };
91
+ export declare const ModeloPimaco: {
92
+ M6187: string;
93
+ A4351: string;
94
+ description(val: string): "enum not found" | "6187" | "A4351";
95
+ };
96
+ export declare const TipoImpressao: {
97
+ Arquivo: string;
98
+ Texto: string;
99
+ description(val: string): "enum not found" | "Texto" | "Arquivo";
100
+ };
101
+ export declare const ModeloBalanca: {
102
+ Filizola: string;
103
+ Toledo: string;
104
+ description(val: string): "enum not found" | "Filizola" | "Toledo";
105
+ };
106
+ export declare const TipoInformacaoBalanca: {
107
+ Peso: string;
108
+ PrecoTotal: string;
109
+ description(val: string): "enum not found" | "Peso" | "Preço Total";
110
+ };
111
+ export declare const TipoAtualizacaoSocket: {
112
+ Produto: string;
113
+ TabelaPreco: string;
114
+ Promocao: string;
115
+ description(val: string): "enum not found" | "Produto" | "Tabela de Preço" | "Promoção";
116
+ };
117
+ export declare const TipoImportacao: {
118
+ Produto: string;
119
+ Pessoa: string;
120
+ Estoque: string;
121
+ CodigoBarras: string;
122
+ Grade: string;
123
+ DocumentoFinanceiro: string;
124
+ PrecoProdutos: string;
125
+ PrecoGrade: string;
126
+ PrecoFilial: string;
127
+ description(val: string): "enum not found" | "Produto" | "Pessoa" | "Estoque" | "Código de Barras" | "Grade" | "Documento Financeiro" | "Preço de Produtos" | "Preço de Grade" | "Preço de Filial";
128
+ };
129
+ export declare const ModeloImportacao: {
130
+ Importacao: string;
131
+ Atualizacao: string;
132
+ description(val: string): "enum not found" | "Importação" | "Atualização";
133
+ };
134
+ export declare const TipoArquivoExportacao: {
135
+ Pdf: string;
136
+ Excel: string;
137
+ description(val: string): "enum not found" | "PDF" | "EXCEL";
138
+ };
139
+ export declare const OrigemAutorizacao: {
140
+ Nota: string;
141
+ Pedido: string;
142
+ description(val: string): "enum not found" | "Nota" | "Pedido";
143
+ };
144
+ export declare const SituacaoAutorizacao: {
145
+ Pendente: string;
146
+ Aprovado: string;
147
+ Rejeitado: string;
148
+ description(val: string): "enum not found" | "Pendente" | "Aprovado" | "Rejeitado";
149
+ };
150
+ export declare const TipoOperacaoComprovanteTroca: {
151
+ Imprimir: string;
152
+ Solicitar: string;
153
+ description(val: string): "enum not found" | "Sempre Imprimir" | "Solicitar Impressão";
154
+ };
155
+ export declare const FusoHorario: {
156
+ UTC_M12: number;
157
+ UTC_M11: number;
158
+ UTC_M10: number;
159
+ UTC_M9: number;
160
+ UTC_M8: number;
161
+ UTC_M7: number;
162
+ UTC_M6: number;
163
+ UTC_M5: number;
164
+ UTC_M4: number;
165
+ UTC_M3: number;
166
+ UTC_M2: number;
167
+ UTC_M1: number;
168
+ UTC_0: number;
169
+ UTC_P1: number;
170
+ UTC_P2: number;
171
+ UTC_P3: number;
172
+ UTC_P4: number;
173
+ UTC_P5: number;
174
+ UTC_P6: number;
175
+ UTC_P7: number;
176
+ UTC_P8: number;
177
+ UTC_P9: number;
178
+ UTC_P10: number;
179
+ UTC_P11: number;
180
+ UTC_P12: number;
181
+ description(val: number): "UTC -12: Baker Island, Howland Island" | "UTC -11: Samoa Americana, Niue" | "UTC -10: Havaí, Polinésia Francesa" | "UTC -9: Alasca" | "UTC -8: Los Angeles, Vancouver, Tijuana" | "UTC -7: Denver, Calgary, Phoenix, Arizona" | "UTC -6: Cidade do México, Chicago, Winnipeg, Costa Rica" | "UTC -5: Nova York, Bogotá, Lima, Toronto" | "UTC -4: Caracas, Santiago, La Paz, Halifax" | "UTC -3: Brasília, Buenos Aires, Montevidéu, São Paulo" | "UTC -2: Ilha da Geórgia do Sul, Fernando de Noronha" | "UTC -1: Açores, Cabo Verde" | "UTC 0: Londres, Lisboa, Accra, Dublin" | "UTC +1: Paris, Berlim, Roma, Madri, Bruxelas" | "UTC +2: Atenas, Cairo, Joanesburgo, Helsinque" | "UTC +3: Moscou, Riad, Nairóbi, São Petersburgo" | "UTC +4: Dubai, Baku, Samara" | "UTC +5: Islamabad, Maldivas, Tasquente" | "UTC +6: Dhaka, Butão, Almaty" | "UTC +7: Bancoc, Jacarta, Hanói, Novosibirsk" | "UTC +8: Pequim, Hong Kong, Perth, Singapura" | "UTC +9: Tóquio, Seul, Yakutsk" | "UTC +10: Sydney, Vladivostok, Port Moresby" | "UTC +11: Ilhas Salomão, Nova Caledônia, Srednekolymsk" | "UTC +12: Nova Zelândia, Fiji, Kamchatka" | "Fuso horário não encontrado";
182
+ };
183
+ export declare const TipoImpressaoConfissaoDivida: {
184
+ Canhoto: string;
185
+ A4: string;
186
+ description(val: string): "enum not found" | "Canhoto do carnê" | "Folha A4";
187
+ };