mdz-enum 1.6.80 → 1.6.82
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/dist/checkout/index.d.ts +33 -33
- package/dist/checkout/index.js +97 -97
- package/dist/commercial/index.d.ts +254 -248
- package/dist/commercial/index.js +627 -610
- package/dist/common/index.d.ts +71 -71
- package/dist/common/index.js +205 -205
- package/dist/config/index.d.ts +200 -200
- package/dist/config/index.js +576 -576
- package/dist/eva/index.d.ts +164 -145
- package/dist/eva/index.js +233 -179
- package/dist/finance/index.d.ts +240 -240
- package/dist/finance/index.js +728 -728
- package/dist/fiscal/index.d.ts +572 -572
- package/dist/fiscal/index.js +1484 -1484
- 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/home/index.d.ts +88 -88
- package/dist/home/index.js +268 -268
- package/dist/index.d.ts +16 -16
- package/dist/index.js +275 -270
- package/dist/integration/index.d.ts +37 -37
- package/dist/integration/index.js +109 -109
- package/dist/logistics/index.d.ts +195 -195
- package/dist/logistics/index.js +554 -554
- package/dist/marketplace/templates/components/index.d.ts +352 -352
- package/dist/marketplace/templates/components/index.js +383 -383
- 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 +589 -592
- package/dist/marketplace/templates/index.js +49 -49
- package/dist/marketplace/templates/pages/index.d.ts +254 -254
- package/dist/marketplace/templates/pages/index.js +443 -443
- 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 +65 -65
- package/dist/people/index.js +189 -189
- package/dist/platform/index.d.ts +220 -220
- package/dist/platform/index.js +638 -638
- package/dist/reports/index.d.ts +103 -103
- package/dist/reports/index.js +301 -301
- package/package.json +1 -1
package/dist/eva/index.d.ts
CHANGED
|
@@ -1,145 +1,164 @@
|
|
|
1
|
-
export declare const EvaOrigemMensagem: {
|
|
2
|
-
Manual: string;
|
|
3
|
-
Campanha: string;
|
|
4
|
-
Automacao: string;
|
|
5
|
-
PosVenda: string;
|
|
6
|
-
Aniversario: string;
|
|
7
|
-
Conversa: string;
|
|
8
|
-
Enquete: string;
|
|
9
|
-
description(val: string): "enum not found" | "Manual" | "Campanha" | "Automação" | "Pós-venda" | "Aniversário" | "Conversa" | "Enquete";
|
|
10
|
-
};
|
|
11
|
-
export declare const EvaSituacaoMensagem: {
|
|
12
|
-
Pendente: string;
|
|
13
|
-
Enviada: string;
|
|
14
|
-
Entregue: string;
|
|
15
|
-
Lida: string;
|
|
16
|
-
Respondida: string;
|
|
17
|
-
Convertida: string;
|
|
18
|
-
Holdout: string;
|
|
19
|
-
Falha: string;
|
|
20
|
-
description(val: string): "enum not found" | "Pendente" | "Enviada" | "Entregue" | "Lida" | "Respondida" | "Converteu" | "Grupo de controle" | "Falhou";
|
|
21
|
-
};
|
|
22
|
-
export declare const EvaSituacaoCampanha: {
|
|
23
|
-
Rascunho: string;
|
|
24
|
-
Enviando: string;
|
|
25
|
-
Pausada: string;
|
|
26
|
-
Concluida: string;
|
|
27
|
-
Cancelada: string;
|
|
28
|
-
description(val: string): "enum not found" | "Cancelada" | "Concluída" | "Rascunho" | "Enviando" | "Pausada";
|
|
29
|
-
};
|
|
30
|
-
export declare const EvaSituacaoCampanhaPessoa: {
|
|
31
|
-
Pendente: string;
|
|
32
|
-
Enviada: string;
|
|
33
|
-
Falha: string;
|
|
34
|
-
description(val: string): "enum not found" | "Pendente" | "Enviada" | "Falhou";
|
|
35
|
-
};
|
|
36
|
-
export type EvaTierValor = 'ouro' | 'prata' | 'bronze' | 'basico';
|
|
37
|
-
export declare const EvaTier: {
|
|
38
|
-
Ouro: string;
|
|
39
|
-
Prata: string;
|
|
40
|
-
Bronze: string;
|
|
41
|
-
Basico: string;
|
|
42
|
-
description(val: string): "enum not found" | "Ouro" | "Prata" | "Bronze" | "Básico";
|
|
43
|
-
};
|
|
44
|
-
export declare const EvaSituacaoConexaoWhatsapp: {
|
|
45
|
-
Conectado: string;
|
|
46
|
-
Iniciando: string;
|
|
47
|
-
AguardandoLeitura: string;
|
|
48
|
-
Desconectado: string;
|
|
49
|
-
Encerrando: string;
|
|
50
|
-
Falha: string;
|
|
51
|
-
Indisponivel: string;
|
|
52
|
-
description(val: string): "enum not found" | "Falhou" | "Conectado" | "Iniciando" | "Aguardando leitura" | "Desconectado" | "Encerrando" | "WhatsApp indisponível";
|
|
53
|
-
};
|
|
54
|
-
export declare const VariaveisPosVenda: {
|
|
55
|
-
PrimeiroNome: {
|
|
56
|
-
Descricao: string;
|
|
57
|
-
Chave: string;
|
|
58
|
-
};
|
|
59
|
-
Nome: {
|
|
60
|
-
Descricao: string;
|
|
61
|
-
Chave: string;
|
|
62
|
-
};
|
|
63
|
-
Loja: {
|
|
64
|
-
Descricao: string;
|
|
65
|
-
Chave: string;
|
|
66
|
-
};
|
|
67
|
-
Vendedor: {
|
|
68
|
-
Descricao: string;
|
|
69
|
-
Chave: string;
|
|
70
|
-
};
|
|
71
|
-
ValorCompra: {
|
|
72
|
-
Descricao: string;
|
|
73
|
-
Chave: string;
|
|
74
|
-
};
|
|
75
|
-
DataCompra: {
|
|
76
|
-
Descricao: string;
|
|
77
|
-
Chave: string;
|
|
78
|
-
};
|
|
79
|
-
NumeroNota: {
|
|
80
|
-
Descricao: string;
|
|
81
|
-
Chave: string;
|
|
82
|
-
};
|
|
83
|
-
CategoriaComprada: {
|
|
84
|
-
Descricao: string;
|
|
85
|
-
Chave: string;
|
|
86
|
-
};
|
|
87
|
-
CashbackCompra: {
|
|
88
|
-
Descricao: string;
|
|
89
|
-
Chave: string;
|
|
90
|
-
};
|
|
91
|
-
CashbackDisponivel: {
|
|
92
|
-
Descricao: string;
|
|
93
|
-
Chave: string;
|
|
94
|
-
};
|
|
95
|
-
Cupom: {
|
|
96
|
-
Descricao: string;
|
|
97
|
-
Chave: string;
|
|
98
|
-
};
|
|
99
|
-
CupomDesconto: {
|
|
100
|
-
Descricao: string;
|
|
101
|
-
Chave: string;
|
|
102
|
-
};
|
|
103
|
-
CupomValidade: {
|
|
104
|
-
Descricao: string;
|
|
105
|
-
Chave: string;
|
|
106
|
-
};
|
|
107
|
-
};
|
|
108
|
-
export declare const VariaveisAniversario: {
|
|
109
|
-
PrimeiroNome: {
|
|
110
|
-
Descricao: string;
|
|
111
|
-
Chave: string;
|
|
112
|
-
};
|
|
113
|
-
Nome: {
|
|
114
|
-
Descricao: string;
|
|
115
|
-
Chave: string;
|
|
116
|
-
};
|
|
117
|
-
Loja: {
|
|
118
|
-
Descricao: string;
|
|
119
|
-
Chave: string;
|
|
120
|
-
};
|
|
121
|
-
Vendedor: {
|
|
122
|
-
Descricao: string;
|
|
123
|
-
Chave: string;
|
|
124
|
-
};
|
|
125
|
-
CategoriaPreferida: {
|
|
126
|
-
Descricao: string;
|
|
127
|
-
Chave: string;
|
|
128
|
-
};
|
|
129
|
-
CashbackDisponivel: {
|
|
130
|
-
Descricao: string;
|
|
131
|
-
Chave: string;
|
|
132
|
-
};
|
|
133
|
-
Cupom: {
|
|
134
|
-
Descricao: string;
|
|
135
|
-
Chave: string;
|
|
136
|
-
};
|
|
137
|
-
CupomDesconto: {
|
|
138
|
-
Descricao: string;
|
|
139
|
-
Chave: string;
|
|
140
|
-
};
|
|
141
|
-
CupomValidade: {
|
|
142
|
-
Descricao: string;
|
|
143
|
-
Chave: string;
|
|
144
|
-
};
|
|
145
|
-
};
|
|
1
|
+
export declare const EvaOrigemMensagem: {
|
|
2
|
+
Manual: string;
|
|
3
|
+
Campanha: string;
|
|
4
|
+
Automacao: string;
|
|
5
|
+
PosVenda: string;
|
|
6
|
+
Aniversario: string;
|
|
7
|
+
Conversa: string;
|
|
8
|
+
Enquete: string;
|
|
9
|
+
description(val: string): "enum not found" | "Manual" | "Campanha" | "Automação" | "Pós-venda" | "Aniversário" | "Conversa" | "Enquete";
|
|
10
|
+
};
|
|
11
|
+
export declare const EvaSituacaoMensagem: {
|
|
12
|
+
Pendente: string;
|
|
13
|
+
Enviada: string;
|
|
14
|
+
Entregue: string;
|
|
15
|
+
Lida: string;
|
|
16
|
+
Respondida: string;
|
|
17
|
+
Convertida: string;
|
|
18
|
+
Holdout: string;
|
|
19
|
+
Falha: string;
|
|
20
|
+
description(val: string): "enum not found" | "Pendente" | "Enviada" | "Entregue" | "Lida" | "Respondida" | "Converteu" | "Grupo de controle" | "Falhou";
|
|
21
|
+
};
|
|
22
|
+
export declare const EvaSituacaoCampanha: {
|
|
23
|
+
Rascunho: string;
|
|
24
|
+
Enviando: string;
|
|
25
|
+
Pausada: string;
|
|
26
|
+
Concluida: string;
|
|
27
|
+
Cancelada: string;
|
|
28
|
+
description(val: string): "enum not found" | "Cancelada" | "Concluída" | "Rascunho" | "Enviando" | "Pausada";
|
|
29
|
+
};
|
|
30
|
+
export declare const EvaSituacaoCampanhaPessoa: {
|
|
31
|
+
Pendente: string;
|
|
32
|
+
Enviada: string;
|
|
33
|
+
Falha: string;
|
|
34
|
+
description(val: string): "enum not found" | "Pendente" | "Enviada" | "Falhou";
|
|
35
|
+
};
|
|
36
|
+
export type EvaTierValor = 'ouro' | 'prata' | 'bronze' | 'basico';
|
|
37
|
+
export declare const EvaTier: {
|
|
38
|
+
Ouro: string;
|
|
39
|
+
Prata: string;
|
|
40
|
+
Bronze: string;
|
|
41
|
+
Basico: string;
|
|
42
|
+
description(val: string): "enum not found" | "Ouro" | "Prata" | "Bronze" | "Básico";
|
|
43
|
+
};
|
|
44
|
+
export declare const EvaSituacaoConexaoWhatsapp: {
|
|
45
|
+
Conectado: string;
|
|
46
|
+
Iniciando: string;
|
|
47
|
+
AguardandoLeitura: string;
|
|
48
|
+
Desconectado: string;
|
|
49
|
+
Encerrando: string;
|
|
50
|
+
Falha: string;
|
|
51
|
+
Indisponivel: string;
|
|
52
|
+
description(val: string): "enum not found" | "Falhou" | "Conectado" | "Iniciando" | "Aguardando leitura" | "Desconectado" | "Encerrando" | "WhatsApp indisponível";
|
|
53
|
+
};
|
|
54
|
+
export declare const VariaveisPosVenda: {
|
|
55
|
+
PrimeiroNome: {
|
|
56
|
+
Descricao: string;
|
|
57
|
+
Chave: string;
|
|
58
|
+
};
|
|
59
|
+
Nome: {
|
|
60
|
+
Descricao: string;
|
|
61
|
+
Chave: string;
|
|
62
|
+
};
|
|
63
|
+
Loja: {
|
|
64
|
+
Descricao: string;
|
|
65
|
+
Chave: string;
|
|
66
|
+
};
|
|
67
|
+
Vendedor: {
|
|
68
|
+
Descricao: string;
|
|
69
|
+
Chave: string;
|
|
70
|
+
};
|
|
71
|
+
ValorCompra: {
|
|
72
|
+
Descricao: string;
|
|
73
|
+
Chave: string;
|
|
74
|
+
};
|
|
75
|
+
DataCompra: {
|
|
76
|
+
Descricao: string;
|
|
77
|
+
Chave: string;
|
|
78
|
+
};
|
|
79
|
+
NumeroNota: {
|
|
80
|
+
Descricao: string;
|
|
81
|
+
Chave: string;
|
|
82
|
+
};
|
|
83
|
+
CategoriaComprada: {
|
|
84
|
+
Descricao: string;
|
|
85
|
+
Chave: string;
|
|
86
|
+
};
|
|
87
|
+
CashbackCompra: {
|
|
88
|
+
Descricao: string;
|
|
89
|
+
Chave: string;
|
|
90
|
+
};
|
|
91
|
+
CashbackDisponivel: {
|
|
92
|
+
Descricao: string;
|
|
93
|
+
Chave: string;
|
|
94
|
+
};
|
|
95
|
+
Cupom: {
|
|
96
|
+
Descricao: string;
|
|
97
|
+
Chave: string;
|
|
98
|
+
};
|
|
99
|
+
CupomDesconto: {
|
|
100
|
+
Descricao: string;
|
|
101
|
+
Chave: string;
|
|
102
|
+
};
|
|
103
|
+
CupomValidade: {
|
|
104
|
+
Descricao: string;
|
|
105
|
+
Chave: string;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
export declare const VariaveisAniversario: {
|
|
109
|
+
PrimeiroNome: {
|
|
110
|
+
Descricao: string;
|
|
111
|
+
Chave: string;
|
|
112
|
+
};
|
|
113
|
+
Nome: {
|
|
114
|
+
Descricao: string;
|
|
115
|
+
Chave: string;
|
|
116
|
+
};
|
|
117
|
+
Loja: {
|
|
118
|
+
Descricao: string;
|
|
119
|
+
Chave: string;
|
|
120
|
+
};
|
|
121
|
+
Vendedor: {
|
|
122
|
+
Descricao: string;
|
|
123
|
+
Chave: string;
|
|
124
|
+
};
|
|
125
|
+
CategoriaPreferida: {
|
|
126
|
+
Descricao: string;
|
|
127
|
+
Chave: string;
|
|
128
|
+
};
|
|
129
|
+
CashbackDisponivel: {
|
|
130
|
+
Descricao: string;
|
|
131
|
+
Chave: string;
|
|
132
|
+
};
|
|
133
|
+
Cupom: {
|
|
134
|
+
Descricao: string;
|
|
135
|
+
Chave: string;
|
|
136
|
+
};
|
|
137
|
+
CupomDesconto: {
|
|
138
|
+
Descricao: string;
|
|
139
|
+
Chave: string;
|
|
140
|
+
};
|
|
141
|
+
CupomValidade: {
|
|
142
|
+
Descricao: string;
|
|
143
|
+
Chave: string;
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
export declare const EvaVitrineTipoEntrega: {
|
|
147
|
+
Retirada: string;
|
|
148
|
+
Entrega: string;
|
|
149
|
+
description(val: string): "enum not found" | "Retirar na loja" | "Entrega";
|
|
150
|
+
};
|
|
151
|
+
export declare const EvaVitrineSituacaoCheckout: {
|
|
152
|
+
Aberto: string;
|
|
153
|
+
AguardandoPagamento: string;
|
|
154
|
+
Pago: string;
|
|
155
|
+
Expirado: string;
|
|
156
|
+
Cancelado: string;
|
|
157
|
+
Falha: string;
|
|
158
|
+
description(val: string): "enum not found" | "Cancelado" | "Aberto" | "Pago" | "Falhou" | "Aguardando pagamento" | "Expirado";
|
|
159
|
+
};
|
|
160
|
+
export declare const EvaVitrineOrigemVisita: {
|
|
161
|
+
Direta: string;
|
|
162
|
+
Mensagem: string;
|
|
163
|
+
description(val: string): "enum not found" | "Direta" | "Mensagem da EVA";
|
|
164
|
+
};
|