mdz-enum 1.6.7 → 1.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.MD +7 -7
- package/dist/checkout/index.d.ts +33 -33
- package/dist/checkout/index.js +97 -97
- package/dist/commercial/index.d.ts +237 -237
- package/dist/commercial/index.js +578 -578
- package/dist/common/index.d.ts +59 -59
- package/dist/common/index.js +171 -171
- package/dist/config/index.d.ts +179 -177
- package/dist/config/index.js +516 -510
- package/dist/finance/index.d.ts +177 -177
- package/dist/finance/index.js +462 -462
- package/dist/fiscal/index.d.ts +493 -493
- package/dist/fiscal/index.js +1227 -1227
- package/dist/functions.d.ts +11 -11
- package/dist/functions.js +74 -74
- package/dist/general/index.d.ts +265 -265
- package/dist/general/index.js +512 -512
- package/dist/index.d.ts +14 -14
- package/dist/index.js +229 -229
- package/dist/integration/index.d.ts +27 -27
- package/dist/integration/index.js +80 -80
- package/dist/logistics/index.d.ts +135 -135
- package/dist/logistics/index.js +390 -390
- package/dist/marketplace/templates/components/index.d.ts +285 -285
- package/dist/marketplace/templates/components/index.js +305 -305
- package/dist/marketplace/templates/elements/index.d.ts +32 -32
- package/dist/marketplace/templates/elements/index.js +35 -35
- package/dist/marketplace/templates/index.d.ts +502 -502
- package/dist/marketplace/templates/index.js +45 -45
- package/dist/marketplace/templates/pages/index.d.ts +233 -233
- package/dist/marketplace/templates/pages/index.js +413 -413
- package/dist/marketplace/templates/reference/index.d.ts +24 -24
- package/dist/marketplace/templates/reference/index.js +26 -26
- package/dist/people/index.d.ts +50 -50
- package/dist/people/index.js +145 -145
- package/dist/platform/index.d.ts +205 -205
- package/dist/platform/index.js +594 -594
- package/dist/reports/index.d.ts +90 -89
- package/dist/reports/index.js +263 -260
- package/package.json +33 -33
package/dist/reports/index.js
CHANGED
|
@@ -1,260 +1,263 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TendenciaDemanda = exports.FaixaCobertura = exports.StatusCompra = exports.PrioridadeCompra = exports.SituacaoQtdEstoque = exports.AgrupamentoRelatorioPessoas = exports.TipoPreco = exports.AgrupamentoRelatoriosProdutos = exports.AgrupamentoRelatorio = exports.TipoRelatorio = void 0;
|
|
4
|
-
exports.TipoRelatorio = {
|
|
5
|
-
Resumido: '1',
|
|
6
|
-
Detalhado: '2',
|
|
7
|
-
description(val) {
|
|
8
|
-
switch (val) {
|
|
9
|
-
case this.Resumido:
|
|
10
|
-
return 'Resumido';
|
|
11
|
-
case this.Detalhado:
|
|
12
|
-
return 'Detalhado';
|
|
13
|
-
default:
|
|
14
|
-
return 'enum not found';
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
};
|
|
18
|
-
exports.AgrupamentoRelatorio = {
|
|
19
|
-
Cliente: '1',
|
|
20
|
-
Data: '2',
|
|
21
|
-
Produto: '3',
|
|
22
|
-
Documento: '4',
|
|
23
|
-
Vendedor: '5',
|
|
24
|
-
Categoria: '6',
|
|
25
|
-
Marca: '7',
|
|
26
|
-
Filial: '8',
|
|
27
|
-
PlanoConta: '9',
|
|
28
|
-
CentroCusto: '10',
|
|
29
|
-
Preco: '11',
|
|
30
|
-
Operacao: '12',
|
|
31
|
-
MeioPagamento: '13',
|
|
32
|
-
Fornecedor: '14',
|
|
33
|
-
OperadoraCartao: '15',
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TendenciaDemanda = exports.FaixaCobertura = exports.StatusCompra = exports.PrioridadeCompra = exports.SituacaoQtdEstoque = exports.AgrupamentoRelatorioPessoas = exports.TipoPreco = exports.AgrupamentoRelatoriosProdutos = exports.AgrupamentoRelatorio = exports.TipoRelatorio = void 0;
|
|
4
|
+
exports.TipoRelatorio = {
|
|
5
|
+
Resumido: '1',
|
|
6
|
+
Detalhado: '2',
|
|
7
|
+
description(val) {
|
|
8
|
+
switch (val) {
|
|
9
|
+
case this.Resumido:
|
|
10
|
+
return 'Resumido';
|
|
11
|
+
case this.Detalhado:
|
|
12
|
+
return 'Detalhado';
|
|
13
|
+
default:
|
|
14
|
+
return 'enum not found';
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
};
|
|
18
|
+
exports.AgrupamentoRelatorio = {
|
|
19
|
+
Cliente: '1',
|
|
20
|
+
Data: '2',
|
|
21
|
+
Produto: '3',
|
|
22
|
+
Documento: '4',
|
|
23
|
+
Vendedor: '5',
|
|
24
|
+
Categoria: '6',
|
|
25
|
+
Marca: '7',
|
|
26
|
+
Filial: '8',
|
|
27
|
+
PlanoConta: '9',
|
|
28
|
+
CentroCusto: '10',
|
|
29
|
+
Preco: '11',
|
|
30
|
+
Operacao: '12',
|
|
31
|
+
MeioPagamento: '13',
|
|
32
|
+
Fornecedor: '14',
|
|
33
|
+
OperadoraCartao: '15',
|
|
34
|
+
Colecao: '16',
|
|
35
|
+
description(val) {
|
|
36
|
+
switch (val) {
|
|
37
|
+
case this.Cliente:
|
|
38
|
+
return 'Cliente';
|
|
39
|
+
case this.Data:
|
|
40
|
+
return 'Data';
|
|
41
|
+
case this.Produto:
|
|
42
|
+
return 'Produto';
|
|
43
|
+
case this.Documento:
|
|
44
|
+
return 'Documento';
|
|
45
|
+
case this.Vendedor:
|
|
46
|
+
return 'Vendedor';
|
|
47
|
+
case this.Categoria:
|
|
48
|
+
return 'Categoria';
|
|
49
|
+
case this.Marca:
|
|
50
|
+
return 'Marca';
|
|
51
|
+
case this.Filial:
|
|
52
|
+
return 'Filial';
|
|
53
|
+
case this.PlanoConta:
|
|
54
|
+
return 'Plano de Contas';
|
|
55
|
+
case this.CentroCusto:
|
|
56
|
+
return 'Centro de Custo';
|
|
57
|
+
case this.Preco:
|
|
58
|
+
return 'Preço';
|
|
59
|
+
case this.Operacao:
|
|
60
|
+
return 'Operação';
|
|
61
|
+
case this.MeioPagamento:
|
|
62
|
+
return 'Meio de Pagamento';
|
|
63
|
+
case this.Fornecedor:
|
|
64
|
+
return 'Fornecedor';
|
|
65
|
+
case this.OperadoraCartao:
|
|
66
|
+
return 'Operadora Cartão';
|
|
67
|
+
case this.Colecao:
|
|
68
|
+
return 'Coleção';
|
|
69
|
+
default:
|
|
70
|
+
return 'enum not found';
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
};
|
|
74
|
+
exports.AgrupamentoRelatoriosProdutos = {
|
|
75
|
+
Produto: '1',
|
|
76
|
+
Categoria: '2',
|
|
77
|
+
Marca: '3',
|
|
78
|
+
UnidadeMedida: '4',
|
|
79
|
+
CenarioFiscal: '5',
|
|
80
|
+
NCM: '6',
|
|
81
|
+
Filial: '7',
|
|
82
|
+
EnderecoEstoque: '8',
|
|
83
|
+
InventarioP7: '9',
|
|
84
|
+
description(val) {
|
|
85
|
+
switch (val) {
|
|
86
|
+
case this.Produto:
|
|
87
|
+
return 'Produto';
|
|
88
|
+
case this.Categoria:
|
|
89
|
+
return 'Categoria';
|
|
90
|
+
case this.Marca:
|
|
91
|
+
return 'Marca';
|
|
92
|
+
case this.UnidadeMedida:
|
|
93
|
+
return 'Unidade de Medida';
|
|
94
|
+
case this.CenarioFiscal:
|
|
95
|
+
return 'Cenário Fiscal';
|
|
96
|
+
case this.NCM:
|
|
97
|
+
return 'NCM';
|
|
98
|
+
case this.Filial:
|
|
99
|
+
return 'Filial';
|
|
100
|
+
case this.EnderecoEstoque:
|
|
101
|
+
return 'Endereço de Estoque';
|
|
102
|
+
case this.InventarioP7:
|
|
103
|
+
return 'Inventário P7';
|
|
104
|
+
default:
|
|
105
|
+
return 'enum not found';
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
};
|
|
109
|
+
exports.TipoPreco = {
|
|
110
|
+
Compra: '1',
|
|
111
|
+
CompraMedio: '2',
|
|
112
|
+
Custo: '3',
|
|
113
|
+
CustoMedio: '4',
|
|
114
|
+
Venda: '5',
|
|
115
|
+
VendaAtacado: '6',
|
|
116
|
+
description(val) {
|
|
117
|
+
switch (val) {
|
|
118
|
+
case this.Compra:
|
|
119
|
+
return 'Compra';
|
|
120
|
+
case this.CompraMedio:
|
|
121
|
+
return 'Compra médio';
|
|
122
|
+
case this.Custo:
|
|
123
|
+
return 'Custo';
|
|
124
|
+
case this.CustoMedio:
|
|
125
|
+
return 'Custo médio';
|
|
126
|
+
case this.Venda:
|
|
127
|
+
return 'Venda';
|
|
128
|
+
case this.VendaAtacado:
|
|
129
|
+
return 'Venda atacado';
|
|
130
|
+
default:
|
|
131
|
+
return 'enum not found';
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
};
|
|
135
|
+
exports.AgrupamentoRelatorioPessoas = {
|
|
136
|
+
Pessoa: '0',
|
|
137
|
+
Tipo: '1',
|
|
138
|
+
Classificacao: '2',
|
|
139
|
+
Cidade: '3',
|
|
140
|
+
description(val) {
|
|
141
|
+
switch (val) {
|
|
142
|
+
case this.Pessoa:
|
|
143
|
+
return 'Pessoa';
|
|
144
|
+
case this.Tipo:
|
|
145
|
+
return 'Tipo';
|
|
146
|
+
case this.Classificacao:
|
|
147
|
+
return 'Classificação';
|
|
148
|
+
case this.Cidade:
|
|
149
|
+
return 'Cidade';
|
|
150
|
+
default:
|
|
151
|
+
return 'enum not found';
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
};
|
|
155
|
+
exports.SituacaoQtdEstoque = {
|
|
156
|
+
Zerado: '0',
|
|
157
|
+
Negativo: '1',
|
|
158
|
+
Positivo: '2',
|
|
159
|
+
description(val) {
|
|
160
|
+
switch (val) {
|
|
161
|
+
case this.Zerado:
|
|
162
|
+
return 'Zerado';
|
|
163
|
+
case this.Negativo:
|
|
164
|
+
return 'Negativo';
|
|
165
|
+
case this.Positivo:
|
|
166
|
+
return 'Positivo';
|
|
167
|
+
default:
|
|
168
|
+
return 'enum not found';
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
};
|
|
172
|
+
exports.PrioridadeCompra = {
|
|
173
|
+
Alta: '0',
|
|
174
|
+
Media: '1',
|
|
175
|
+
Baixa: '2',
|
|
176
|
+
description(val) {
|
|
177
|
+
switch (val) {
|
|
178
|
+
case this.Alta:
|
|
179
|
+
return 'Alta';
|
|
180
|
+
case this.Media:
|
|
181
|
+
return 'Média';
|
|
182
|
+
case this.Baixa:
|
|
183
|
+
return 'Baixa';
|
|
184
|
+
default:
|
|
185
|
+
return 'enum not found';
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
};
|
|
189
|
+
exports.StatusCompra = {
|
|
190
|
+
ComprarUrgente: '0',
|
|
191
|
+
Comprar: '1',
|
|
192
|
+
Atencao: '2',
|
|
193
|
+
Normal: '3',
|
|
194
|
+
RevisarDemanda: '4',
|
|
195
|
+
SemDemanda: '5',
|
|
196
|
+
Parado: '6',
|
|
197
|
+
Excesso: '7',
|
|
198
|
+
description(val) {
|
|
199
|
+
switch (val) {
|
|
200
|
+
case this.ComprarUrgente:
|
|
201
|
+
return 'Comprar urgente';
|
|
202
|
+
case this.Comprar:
|
|
203
|
+
return 'Comprar';
|
|
204
|
+
case this.Atencao:
|
|
205
|
+
return 'Atenção';
|
|
206
|
+
case this.Normal:
|
|
207
|
+
return 'Normal';
|
|
208
|
+
case this.RevisarDemanda:
|
|
209
|
+
return 'Revisar Demanda';
|
|
210
|
+
case this.SemDemanda:
|
|
211
|
+
return 'Sem demanda';
|
|
212
|
+
case this.Parado:
|
|
213
|
+
return 'Parado';
|
|
214
|
+
case this.Excesso:
|
|
215
|
+
return 'Excesso';
|
|
216
|
+
default:
|
|
217
|
+
return 'enum not found';
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
};
|
|
221
|
+
exports.FaixaCobertura = {
|
|
222
|
+
Critica: '0',
|
|
223
|
+
Baixa: '1',
|
|
224
|
+
Normal: '2',
|
|
225
|
+
Alta: '3',
|
|
226
|
+
Excesso: '4',
|
|
227
|
+
description(val) {
|
|
228
|
+
switch (val) {
|
|
229
|
+
case this.Critica:
|
|
230
|
+
return 'Crítica';
|
|
231
|
+
case this.Baixa:
|
|
232
|
+
return 'Baixa';
|
|
233
|
+
case this.Normal:
|
|
234
|
+
return 'Normal';
|
|
235
|
+
case this.Alta:
|
|
236
|
+
return 'Alta';
|
|
237
|
+
case this.Excesso:
|
|
238
|
+
return 'Excesso';
|
|
239
|
+
default:
|
|
240
|
+
return 'enum not found';
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
};
|
|
244
|
+
exports.TendenciaDemanda = {
|
|
245
|
+
Acelerando: '0',
|
|
246
|
+
Estavel: '1',
|
|
247
|
+
Desacelerando: '2',
|
|
248
|
+
SemDemanda: '3',
|
|
249
|
+
description(val) {
|
|
250
|
+
switch (val) {
|
|
251
|
+
case this.Acelerando:
|
|
252
|
+
return 'Acelerando';
|
|
253
|
+
case this.Estavel:
|
|
254
|
+
return 'Estável';
|
|
255
|
+
case this.Desacelerando:
|
|
256
|
+
return 'Desacelerando';
|
|
257
|
+
case this.SemDemanda:
|
|
258
|
+
return 'Sem demanda';
|
|
259
|
+
default:
|
|
260
|
+
return 'enum not found';
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
};
|
package/package.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "mdz-enum",
|
|
3
|
-
"version": "1.6.
|
|
4
|
-
"description": "Enumerados ModerShop",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
|
-
"publicar": "tsc && git add . && git commit -m \"commit automatico\" && git push origin main && npm publish"
|
|
9
|
-
},
|
|
10
|
-
"files": [
|
|
11
|
-
"dist",
|
|
12
|
-
"package.json",
|
|
13
|
-
"README.md"
|
|
14
|
-
],
|
|
15
|
-
"repository": {
|
|
16
|
-
"type": "git",
|
|
17
|
-
"url": "https://github.com/moderniza-modershop/mdz-enum"
|
|
18
|
-
},
|
|
19
|
-
"keywords": [],
|
|
20
|
-
"author": "willian.moderniza",
|
|
21
|
-
"license": "ISC",
|
|
22
|
-
"bugs": {
|
|
23
|
-
"url": "https://github.com/moderniza-dev/mdz-enum/issues"
|
|
24
|
-
},
|
|
25
|
-
"homepage": "https://github.com/moderniza-dev/mdz-enum#readme",
|
|
26
|
-
"devDependencies": {
|
|
27
|
-
"@types/node": "^16.9.1",
|
|
28
|
-
"ts-node": "^10.2.1",
|
|
29
|
-
"typescript": "^4.4.3"
|
|
30
|
-
},
|
|
31
|
-
"dependencies": {}
|
|
32
|
-
}
|
|
33
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "mdz-enum",
|
|
3
|
+
"version": "1.6.9",
|
|
4
|
+
"description": "Enumerados ModerShop",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
|
+
"publicar": "tsc && git add . && git commit -m \"commit automatico\" && git push origin main && npm publish"
|
|
9
|
+
},
|
|
10
|
+
"files": [
|
|
11
|
+
"dist",
|
|
12
|
+
"package.json",
|
|
13
|
+
"README.md"
|
|
14
|
+
],
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "https://github.com/moderniza-modershop/mdz-enum"
|
|
18
|
+
},
|
|
19
|
+
"keywords": [],
|
|
20
|
+
"author": "willian.moderniza",
|
|
21
|
+
"license": "ISC",
|
|
22
|
+
"bugs": {
|
|
23
|
+
"url": "https://github.com/moderniza-dev/mdz-enum/issues"
|
|
24
|
+
},
|
|
25
|
+
"homepage": "https://github.com/moderniza-dev/mdz-enum#readme",
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@types/node": "^16.9.1",
|
|
28
|
+
"ts-node": "^10.2.1",
|
|
29
|
+
"typescript": "^4.4.3"
|
|
30
|
+
},
|
|
31
|
+
"dependencies": {}
|
|
32
|
+
}
|
|
33
|
+
|