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,265 +1,265 @@
1
- export declare const Situacao: {
2
- Inativo: string;
3
- Ativo: string;
4
- description(val: string): "enum not found" | "Inativo" | "Ativo";
5
- };
6
- export declare const TipoCompartilhamento: {
7
- NotaFiscal: string;
8
- PedidoVenda: string;
9
- Boleto: string;
10
- description(val: string): "enum not found" | "Pedido" | "Boleto" | "Nota Fiscal";
11
- };
12
- export declare const TipoDescontoGeneral: {
13
- Percentual: string;
14
- Valor: string;
15
- description(val: string): "enum not found" | "Percentual" | "Valor";
16
- };
17
- export declare const TipoTempo: {
18
- Dias: string;
19
- Semanas: string;
20
- Meses: string;
21
- Anos: string;
22
- description(val: string): "Dias" | "Semanas" | "Meses" | "Anos" | undefined;
23
- };
24
- export declare const Uf: {
25
- RO: string;
26
- AC: string;
27
- AM: string;
28
- RR: string;
29
- PA: string;
30
- AP: string;
31
- TO: string;
32
- MA: string;
33
- PI: string;
34
- CE: string;
35
- RN: string;
36
- PB: string;
37
- PE: string;
38
- AL: string;
39
- SE: string;
40
- BA: string;
41
- MG: string;
42
- ES: string;
43
- RJ: string;
44
- SP: string;
45
- PR: string;
46
- SC: string;
47
- RS: string;
48
- MS: string;
49
- MT: string;
50
- GO: string;
51
- DF: string;
52
- AN: string;
53
- EX: string;
54
- description(val: string): "Rondônia" | "Acre" | "Amazonas" | "Roraima" | "Pará" | "Amapá" | "Tocantins" | "Maranhão" | "Piauí" | "Ceará" | "Rio Grande do Norte" | "Paraíba" | "Pernambuco" | "Alagoas" | "Sergipe" | "Bahia" | "Espírito Santo" | "Rio de Janeiro" | "São Paulo" | "Paraná" | "Santa Catarina" | "Mato Grosso do Sul" | "Mato Grosso" | "Goiás" | "Distrito Federal" | "Rio Grande do Sul" | "Minas Gerais" | undefined;
55
- shortDescription(val: string): "RO" | "AC" | "AM" | "RR" | "PA" | "AP" | "TO" | "MA" | "PI" | "CE" | "RN" | "PB" | "PE" | "AL" | "SE" | "BA" | "MG" | "ES" | "RJ" | "SP" | "PR" | "SC" | "MS" | "MT" | "GO" | "DF" | "RS" | undefined;
56
- };
57
- export declare const ProporcaoImagem: {
58
- '1/1': string;
59
- '9/16': string;
60
- description(val: string): "enum not found" | "1/1" | "9/16";
61
- aspectRatioValue(val: string): number;
62
- };
63
- export declare const TipoLogos: {
64
- Quadrada: string;
65
- Retangular: string;
66
- description(val: string): "enum not found" | "Quadrada" | "Retangular";
67
- };
68
- export declare const StyleTypeLogos: {
69
- Branca: string;
70
- Preta: string;
71
- Default: string;
72
- description(val: string): "enum not found" | "Branca" | "Preta" | "Default";
73
- };
74
- export declare const UfDB: {
75
- RO: {
76
- Descricao: string;
77
- Chave: number;
78
- Codigo_Ibge: string;
79
- Nome: string;
80
- };
81
- AC: {
82
- Descricao: string;
83
- Chave: number;
84
- Codigo_Ibge: string;
85
- Nome: string;
86
- };
87
- AM: {
88
- Descricao: string;
89
- Chave: number;
90
- Codigo_Ibge: string;
91
- Nome: string;
92
- };
93
- RR: {
94
- Descricao: string;
95
- Chave: number;
96
- Codigo_Ibge: string;
97
- Nome: string;
98
- };
99
- PA: {
100
- Descricao: string;
101
- Chave: number;
102
- Codigo_Ibge: string;
103
- Nome: string;
104
- };
105
- AP: {
106
- Descricao: string;
107
- Chave: number;
108
- Codigo_Ibge: string;
109
- Nome: string;
110
- };
111
- TO: {
112
- Descricao: string;
113
- Chave: number;
114
- Codigo_Ibge: string;
115
- Nome: string;
116
- };
117
- MA: {
118
- Descricao: string;
119
- Chave: number;
120
- Codigo_Ibge: string;
121
- Nome: string;
122
- };
123
- PI: {
124
- Descricao: string;
125
- Chave: number;
126
- Codigo_Ibge: string;
127
- Nome: string;
128
- };
129
- CE: {
130
- Descricao: string;
131
- Chave: number;
132
- Codigo_Ibge: string;
133
- Nome: string;
134
- };
135
- RN: {
136
- Descricao: string;
137
- Chave: number;
138
- Codigo_Ibge: string;
139
- Nome: string;
140
- };
141
- PB: {
142
- Descricao: string;
143
- Chave: number;
144
- Codigo_Ibge: string;
145
- Nome: string;
146
- };
147
- PE: {
148
- Descricao: string;
149
- Chave: number;
150
- Codigo_Ibge: string;
151
- Nome: string;
152
- };
153
- AL: {
154
- Descricao: string;
155
- Chave: number;
156
- Codigo_Ibge: string;
157
- Nome: string;
158
- };
159
- SE: {
160
- Descricao: string;
161
- Chave: number;
162
- Codigo_Ibge: string;
163
- Nome: string;
164
- };
165
- BA: {
166
- Descricao: string;
167
- Chave: number;
168
- Codigo_Ibge: string;
169
- Nome: string;
170
- };
171
- MG: {
172
- Descricao: string;
173
- Chave: number;
174
- Codigo_Ibge: string;
175
- Nome: string;
176
- };
177
- ES: {
178
- Descricao: string;
179
- Chave: number;
180
- Codigo_Ibge: string;
181
- Nome: string;
182
- };
183
- RJ: {
184
- Descricao: string;
185
- Chave: number;
186
- Codigo_Ibge: string;
187
- Nome: string;
188
- };
189
- SP: {
190
- Descricao: string;
191
- Chave: number;
192
- Codigo_Ibge: string;
193
- Nome: string;
194
- };
195
- PR: {
196
- Descricao: string;
197
- Chave: number;
198
- Codigo_Ibge: string;
199
- Nome: string;
200
- };
201
- SC: {
202
- Descricao: string;
203
- Chave: number;
204
- Codigo_Ibge: string;
205
- Nome: string;
206
- };
207
- MS: {
208
- Descricao: string;
209
- Chave: number;
210
- Codigo_Ibge: string;
211
- Nome: string;
212
- };
213
- MT: {
214
- Descricao: string;
215
- Chave: number;
216
- Codigo_Ibge: string;
217
- Nome: string;
218
- };
219
- GO: {
220
- Descricao: string;
221
- Chave: number;
222
- Codigo_Ibge: string;
223
- Nome: string;
224
- };
225
- DF: {
226
- Descricao: string;
227
- Chave: number;
228
- Codigo_Ibge: string;
229
- Nome: string;
230
- };
231
- RS: {
232
- Descricao: string;
233
- Chave: number;
234
- Codigo_Ibge: string;
235
- Nome: string;
236
- };
237
- };
238
- export declare const TipoData: {
239
- DataCadastro: string;
240
- DataAlteracao: string;
241
- DataExclusao: string;
242
- description(val: string): "enum not found" | "Data de Cadastro" | "Data de Alteração" | "Data de Exclusão";
243
- };
244
- export declare const TipoAjuste: {
245
- Desconto: string;
246
- Acrescimo: string;
247
- description(val: string): "enum not found" | "Desconto" | "Acréscimo";
248
- };
249
- export declare const TipoPendencia: {
250
- Aniversariantes: string;
251
- DocumentoEntrada: string;
252
- DocumentoSaida: string;
253
- PedidosEntrega: string;
254
- Orcamento: string;
255
- Consignacao: string;
256
- PedidoCompra: string;
257
- NotasPendente: string;
258
- OrdemServico: string;
259
- description(val: string): "enum not found" | "Ordem de Serviço" | "Aniversariantes" | "Documento de Entrada" | "Documento de Saída" | "Pedidos de Entrega" | "Orçamentos" | "Consignações" | "Pedidos de Compra" | "Notas Pendentes";
260
- };
261
- export declare const TipoDocumento: {
262
- Identidade: string;
263
- CarteiraHabilitacao: string;
264
- description(val: string): "enum not found" | "Identidade" | "Carteira Nacional de Habilitação";
265
- };
1
+ export declare const Situacao: {
2
+ Inativo: string;
3
+ Ativo: string;
4
+ description(val: string): "enum not found" | "Inativo" | "Ativo";
5
+ };
6
+ export declare const TipoCompartilhamento: {
7
+ NotaFiscal: string;
8
+ PedidoVenda: string;
9
+ Boleto: string;
10
+ description(val: string): "enum not found" | "Pedido" | "Boleto" | "Nota Fiscal";
11
+ };
12
+ export declare const TipoDescontoGeneral: {
13
+ Percentual: string;
14
+ Valor: string;
15
+ description(val: string): "enum not found" | "Percentual" | "Valor";
16
+ };
17
+ export declare const TipoTempo: {
18
+ Dias: string;
19
+ Semanas: string;
20
+ Meses: string;
21
+ Anos: string;
22
+ description(val: string): "Dias" | "Semanas" | "Meses" | "Anos" | undefined;
23
+ };
24
+ export declare const Uf: {
25
+ RO: string;
26
+ AC: string;
27
+ AM: string;
28
+ RR: string;
29
+ PA: string;
30
+ AP: string;
31
+ TO: string;
32
+ MA: string;
33
+ PI: string;
34
+ CE: string;
35
+ RN: string;
36
+ PB: string;
37
+ PE: string;
38
+ AL: string;
39
+ SE: string;
40
+ BA: string;
41
+ MG: string;
42
+ ES: string;
43
+ RJ: string;
44
+ SP: string;
45
+ PR: string;
46
+ SC: string;
47
+ RS: string;
48
+ MS: string;
49
+ MT: string;
50
+ GO: string;
51
+ DF: string;
52
+ AN: string;
53
+ EX: string;
54
+ description(val: string): "Rondônia" | "Acre" | "Amazonas" | "Roraima" | "Pará" | "Amapá" | "Tocantins" | "Maranhão" | "Piauí" | "Ceará" | "Rio Grande do Norte" | "Paraíba" | "Pernambuco" | "Alagoas" | "Sergipe" | "Bahia" | "Espírito Santo" | "Rio de Janeiro" | "São Paulo" | "Paraná" | "Santa Catarina" | "Mato Grosso do Sul" | "Mato Grosso" | "Goiás" | "Distrito Federal" | "Rio Grande do Sul" | "Minas Gerais" | undefined;
55
+ shortDescription(val: string): "RO" | "AC" | "AM" | "RR" | "PA" | "AP" | "TO" | "MA" | "PI" | "CE" | "RN" | "PB" | "PE" | "AL" | "SE" | "BA" | "MG" | "ES" | "RJ" | "SP" | "PR" | "SC" | "MS" | "MT" | "GO" | "DF" | "RS" | undefined;
56
+ };
57
+ export declare const ProporcaoImagem: {
58
+ '1/1': string;
59
+ '9/16': string;
60
+ description(val: string): "enum not found" | "1/1" | "9/16";
61
+ aspectRatioValue(val: string): number;
62
+ };
63
+ export declare const TipoLogos: {
64
+ Quadrada: string;
65
+ Retangular: string;
66
+ description(val: string): "enum not found" | "Quadrada" | "Retangular";
67
+ };
68
+ export declare const StyleTypeLogos: {
69
+ Branca: string;
70
+ Preta: string;
71
+ Default: string;
72
+ description(val: string): "enum not found" | "Branca" | "Preta" | "Default";
73
+ };
74
+ export declare const UfDB: {
75
+ RO: {
76
+ Descricao: string;
77
+ Chave: number;
78
+ Codigo_Ibge: string;
79
+ Nome: string;
80
+ };
81
+ AC: {
82
+ Descricao: string;
83
+ Chave: number;
84
+ Codigo_Ibge: string;
85
+ Nome: string;
86
+ };
87
+ AM: {
88
+ Descricao: string;
89
+ Chave: number;
90
+ Codigo_Ibge: string;
91
+ Nome: string;
92
+ };
93
+ RR: {
94
+ Descricao: string;
95
+ Chave: number;
96
+ Codigo_Ibge: string;
97
+ Nome: string;
98
+ };
99
+ PA: {
100
+ Descricao: string;
101
+ Chave: number;
102
+ Codigo_Ibge: string;
103
+ Nome: string;
104
+ };
105
+ AP: {
106
+ Descricao: string;
107
+ Chave: number;
108
+ Codigo_Ibge: string;
109
+ Nome: string;
110
+ };
111
+ TO: {
112
+ Descricao: string;
113
+ Chave: number;
114
+ Codigo_Ibge: string;
115
+ Nome: string;
116
+ };
117
+ MA: {
118
+ Descricao: string;
119
+ Chave: number;
120
+ Codigo_Ibge: string;
121
+ Nome: string;
122
+ };
123
+ PI: {
124
+ Descricao: string;
125
+ Chave: number;
126
+ Codigo_Ibge: string;
127
+ Nome: string;
128
+ };
129
+ CE: {
130
+ Descricao: string;
131
+ Chave: number;
132
+ Codigo_Ibge: string;
133
+ Nome: string;
134
+ };
135
+ RN: {
136
+ Descricao: string;
137
+ Chave: number;
138
+ Codigo_Ibge: string;
139
+ Nome: string;
140
+ };
141
+ PB: {
142
+ Descricao: string;
143
+ Chave: number;
144
+ Codigo_Ibge: string;
145
+ Nome: string;
146
+ };
147
+ PE: {
148
+ Descricao: string;
149
+ Chave: number;
150
+ Codigo_Ibge: string;
151
+ Nome: string;
152
+ };
153
+ AL: {
154
+ Descricao: string;
155
+ Chave: number;
156
+ Codigo_Ibge: string;
157
+ Nome: string;
158
+ };
159
+ SE: {
160
+ Descricao: string;
161
+ Chave: number;
162
+ Codigo_Ibge: string;
163
+ Nome: string;
164
+ };
165
+ BA: {
166
+ Descricao: string;
167
+ Chave: number;
168
+ Codigo_Ibge: string;
169
+ Nome: string;
170
+ };
171
+ MG: {
172
+ Descricao: string;
173
+ Chave: number;
174
+ Codigo_Ibge: string;
175
+ Nome: string;
176
+ };
177
+ ES: {
178
+ Descricao: string;
179
+ Chave: number;
180
+ Codigo_Ibge: string;
181
+ Nome: string;
182
+ };
183
+ RJ: {
184
+ Descricao: string;
185
+ Chave: number;
186
+ Codigo_Ibge: string;
187
+ Nome: string;
188
+ };
189
+ SP: {
190
+ Descricao: string;
191
+ Chave: number;
192
+ Codigo_Ibge: string;
193
+ Nome: string;
194
+ };
195
+ PR: {
196
+ Descricao: string;
197
+ Chave: number;
198
+ Codigo_Ibge: string;
199
+ Nome: string;
200
+ };
201
+ SC: {
202
+ Descricao: string;
203
+ Chave: number;
204
+ Codigo_Ibge: string;
205
+ Nome: string;
206
+ };
207
+ MS: {
208
+ Descricao: string;
209
+ Chave: number;
210
+ Codigo_Ibge: string;
211
+ Nome: string;
212
+ };
213
+ MT: {
214
+ Descricao: string;
215
+ Chave: number;
216
+ Codigo_Ibge: string;
217
+ Nome: string;
218
+ };
219
+ GO: {
220
+ Descricao: string;
221
+ Chave: number;
222
+ Codigo_Ibge: string;
223
+ Nome: string;
224
+ };
225
+ DF: {
226
+ Descricao: string;
227
+ Chave: number;
228
+ Codigo_Ibge: string;
229
+ Nome: string;
230
+ };
231
+ RS: {
232
+ Descricao: string;
233
+ Chave: number;
234
+ Codigo_Ibge: string;
235
+ Nome: string;
236
+ };
237
+ };
238
+ export declare const TipoData: {
239
+ DataCadastro: string;
240
+ DataAlteracao: string;
241
+ DataExclusao: string;
242
+ description(val: string): "enum not found" | "Data de Cadastro" | "Data de Alteração" | "Data de Exclusão";
243
+ };
244
+ export declare const TipoAjuste: {
245
+ Desconto: string;
246
+ Acrescimo: string;
247
+ description(val: string): "enum not found" | "Desconto" | "Acréscimo";
248
+ };
249
+ export declare const TipoPendencia: {
250
+ Aniversariantes: string;
251
+ DocumentoEntrada: string;
252
+ DocumentoSaida: string;
253
+ PedidosEntrega: string;
254
+ Orcamento: string;
255
+ Consignacao: string;
256
+ PedidoCompra: string;
257
+ NotasPendente: string;
258
+ OrdemServico: string;
259
+ description(val: string): "enum not found" | "Ordem de Serviço" | "Aniversariantes" | "Documento de Entrada" | "Documento de Saída" | "Pedidos de Entrega" | "Orçamentos" | "Consignações" | "Pedidos de Compra" | "Notas Pendentes";
260
+ };
261
+ export declare const TipoDocumento: {
262
+ Identidade: string;
263
+ CarteiraHabilitacao: string;
264
+ description(val: string): "enum not found" | "Identidade" | "Carteira Nacional de Habilitação";
265
+ };