vinty-library 1.0.0
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 +20 -0
- package/dist/Components/AmbienteBadge.d.ts +5 -0
- package/dist/Components/ContainerFields.d.ts +5 -0
- package/dist/Components/CustomSnackBar.d.ts +2 -0
- package/dist/Components/DataTable.d.ts +4 -0
- package/dist/Components/Filtros/FilterChips.d.ts +7 -0
- package/dist/Components/Filtros/FilterHistEmailErro.d.ts +2 -0
- package/dist/Components/GlobalSearchAutocomplete.d.ts +4 -0
- package/dist/Components/Icons/CustomIcon.d.ts +15 -0
- package/dist/Components/Icons/IconsSvg.d.ts +93 -0
- package/dist/Components/Icons/index.d.ts +2 -0
- package/dist/Components/Inputs/InputText.d.ts +7 -0
- package/dist/Components/Inputs/inputAutocomplete.d.ts +5 -0
- package/dist/Components/Inputs/inputCheck.d.ts +4 -0
- package/dist/Components/Inputs/inputDataPicker.d.ts +5 -0
- package/dist/Components/Inputs/inputRadio.d.ts +4 -0
- package/dist/Components/Inputs/inputTextArea.d.ts +5 -0
- package/dist/Components/Inputs/virtualKeyboard.d.ts +8 -0
- package/dist/Components/Modais/ModalConfirm.d.ts +17 -0
- package/dist/Components/Modais/ModalHistEmailErro.d.ts +8 -0
- package/dist/Components/NavBar/Demo.d.ts +2 -0
- package/dist/Components/NavBar/MenuNavbar.d.ts +10 -0
- package/dist/Components/NavBar/MenuNavbarMobile.d.ts +2 -0
- package/dist/Components/NavBar/ModalHistEmailErro.d.ts +8 -0
- package/dist/Components/NavBar/Navbar.d.ts +9 -0
- package/dist/Components/NavBar/Notificacao.d.ts +2 -0
- package/dist/Components/TitlePage.d.ts +7 -0
- package/dist/Contexts/AuthContext.d.ts +6 -0
- package/dist/Contexts/PrefsContext.d.ts +7 -0
- package/dist/Contexts/ThemeContext.d.ts +10 -0
- package/dist/GlobalStyle.d.ts +2 -0
- package/dist/GraphQL/mutations.d.ts +22 -0
- package/dist/GraphQL/queries.d.ts +56 -0
- package/dist/Helpers.d.ts +18 -0
- package/dist/Pages/Signin.d.ts +3 -0
- package/dist/Templates/Auth.d.ts +6 -0
- package/dist/Theme/breakpoints.d.ts +10 -0
- package/dist/Theme/components.d.ts +156 -0
- package/dist/Theme/index.d.ts +2 -0
- package/dist/Theme/shadows.d.ts +3 -0
- package/dist/Theme/typography.d.ts +3 -0
- package/dist/Theme/variants.d.ts +73 -0
- package/dist/Types/graphTypes.d.ts +947 -0
- package/dist/Types/types.d.ts +375 -0
- package/dist/auth.d.ts +4 -0
- package/dist/constants.d.ts +16 -0
- package/dist/hooks/useAuth.d.ts +2 -0
- package/dist/hooks/useCookies.d.ts +3 -0
- package/dist/hooks/useLocalStorage.d.ts +2 -0
- package/dist/hooks/usePrefs.d.ts +2 -0
- package/dist/hooks/useTheme.d.ts +5 -0
- package/dist/index.css +22 -0
- package/dist/index.d.ts +1331 -0
- package/dist/index.esm.css +22 -0
- package/dist/index.esm.js +45674 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/index.js +45736 -0
- package/dist/index.js.map +1 -0
- package/package.json +87 -0
|
@@ -0,0 +1,947 @@
|
|
|
1
|
+
import { AutocompleteType } from "./types";
|
|
2
|
+
export type GetTokenType = {
|
|
3
|
+
token: TokenType;
|
|
4
|
+
};
|
|
5
|
+
export type TokenType = {
|
|
6
|
+
token: string;
|
|
7
|
+
error: string;
|
|
8
|
+
codUser: number;
|
|
9
|
+
codPerm: number[];
|
|
10
|
+
};
|
|
11
|
+
export type GetSeriesType = {
|
|
12
|
+
series_Nfe: series_Nfe[];
|
|
13
|
+
};
|
|
14
|
+
export type series_Nfe = {
|
|
15
|
+
codempresa: number;
|
|
16
|
+
contingencia: string;
|
|
17
|
+
modelo: string;
|
|
18
|
+
nseqnf: number;
|
|
19
|
+
serienf: string;
|
|
20
|
+
};
|
|
21
|
+
export type ClientesAutoType = {
|
|
22
|
+
clientesAutocomplete: AutocompleteType[];
|
|
23
|
+
};
|
|
24
|
+
export type PrioridadesAutoType = {
|
|
25
|
+
prioridadesAutocomplete: AutocompleteType[];
|
|
26
|
+
};
|
|
27
|
+
export type TransportadorasAutoType = {
|
|
28
|
+
transportadorasAutocomplete: AutocompleteType[];
|
|
29
|
+
};
|
|
30
|
+
export type EmpresasAutoType = {
|
|
31
|
+
empresasAutocomplete: AutocompleteType[];
|
|
32
|
+
};
|
|
33
|
+
export type NatOpAutoType = {
|
|
34
|
+
naturezaopAutocomplete: AutocompleteType[];
|
|
35
|
+
};
|
|
36
|
+
export type CfopAutoType = {
|
|
37
|
+
cfopAutocomplete: AutocompleteType[];
|
|
38
|
+
};
|
|
39
|
+
export type ContasEmailAutoType = {
|
|
40
|
+
contasEmailAutocomplete: AutocompleteType[];
|
|
41
|
+
};
|
|
42
|
+
export type EnviosEmailAutoType = {
|
|
43
|
+
enviosEmail: EnvioEmailType[];
|
|
44
|
+
};
|
|
45
|
+
export type CstAutoType = {
|
|
46
|
+
cstAutocomplete: AutocompleteType[];
|
|
47
|
+
};
|
|
48
|
+
export type AliquotaAutoType = {
|
|
49
|
+
aliquotaAutocomplete: AutocompleteType[];
|
|
50
|
+
};
|
|
51
|
+
export type UsuariosAutoType = {
|
|
52
|
+
usuariosAutocomplete: AutocompleteType[];
|
|
53
|
+
};
|
|
54
|
+
export type VendedoresAutoType = {
|
|
55
|
+
vendedoresAutocomplete: AutocompleteType[];
|
|
56
|
+
};
|
|
57
|
+
export type FornecedoresAutoType = {
|
|
58
|
+
fornecedoresAutocomplete: AutocompleteType[];
|
|
59
|
+
};
|
|
60
|
+
export type FabricantesAutoType = {
|
|
61
|
+
fabricantesAutocomplete: AutocompleteType[];
|
|
62
|
+
};
|
|
63
|
+
export type SegmentosAutoType = {
|
|
64
|
+
segmentosAutocomplete: AutocompleteType[];
|
|
65
|
+
};
|
|
66
|
+
export type ContatosAutoType = {
|
|
67
|
+
contatosAutocomplete: AutocompleteType[];
|
|
68
|
+
};
|
|
69
|
+
export type EnvioEmailType = {
|
|
70
|
+
email: string;
|
|
71
|
+
classificacao: string;
|
|
72
|
+
id: number;
|
|
73
|
+
nome: string;
|
|
74
|
+
};
|
|
75
|
+
export type PedOperType = {
|
|
76
|
+
id: number;
|
|
77
|
+
situacaoNFeProtocolo: string;
|
|
78
|
+
npedido: number | string;
|
|
79
|
+
documento: string;
|
|
80
|
+
emissao: Date | string;
|
|
81
|
+
faturamento: Date | string;
|
|
82
|
+
situacao: string;
|
|
83
|
+
numeroDeOperacao: number | string;
|
|
84
|
+
cliente: string;
|
|
85
|
+
codclie: number;
|
|
86
|
+
valorTotalMercad: number;
|
|
87
|
+
desconto: number;
|
|
88
|
+
valorTotalNota: number;
|
|
89
|
+
valorFrete: number;
|
|
90
|
+
valorSeguro: number;
|
|
91
|
+
outrosValores: number;
|
|
92
|
+
valorIcmsSt: number;
|
|
93
|
+
valorBaseICMsSt: number;
|
|
94
|
+
usuarioLiberFatur: string;
|
|
95
|
+
taxaAplicada: number;
|
|
96
|
+
tipoCalc: string;
|
|
97
|
+
dateMov: Date | string;
|
|
98
|
+
horaMov: Date | string;
|
|
99
|
+
codempresa: number;
|
|
100
|
+
nRec: string;
|
|
101
|
+
rejeicaoXml: string;
|
|
102
|
+
xmlValidado: string;
|
|
103
|
+
serienfe: string;
|
|
104
|
+
conferidoExpedido: boolean;
|
|
105
|
+
};
|
|
106
|
+
export type PedOperQueryType = {
|
|
107
|
+
pedidos_Operacoes_Emissao: PedOperType[];
|
|
108
|
+
};
|
|
109
|
+
export type LoteInfo = {
|
|
110
|
+
cStat: string;
|
|
111
|
+
numpedido: number;
|
|
112
|
+
nopermov: number;
|
|
113
|
+
xmlRetorno: string;
|
|
114
|
+
xmlValidado: string;
|
|
115
|
+
nRec: string;
|
|
116
|
+
situacaoNFe: string;
|
|
117
|
+
rejeicoes: string[];
|
|
118
|
+
documento: string;
|
|
119
|
+
};
|
|
120
|
+
export type MsgLotesXml = {
|
|
121
|
+
error: string;
|
|
122
|
+
message: string;
|
|
123
|
+
lotes: LoteInfo[];
|
|
124
|
+
};
|
|
125
|
+
export type MutEnvioLote = {
|
|
126
|
+
emitirNfeLote: MsgLotesXml;
|
|
127
|
+
};
|
|
128
|
+
export type ProtInfo = {
|
|
129
|
+
cStat: string;
|
|
130
|
+
xMotivo: string;
|
|
131
|
+
dhRecbto: string;
|
|
132
|
+
xmlRetorno: string;
|
|
133
|
+
xmlEnvio: string;
|
|
134
|
+
nRec: string;
|
|
135
|
+
rejeicoes: string[];
|
|
136
|
+
};
|
|
137
|
+
export type MessageXmlPayload = {
|
|
138
|
+
message: string;
|
|
139
|
+
error: string;
|
|
140
|
+
xml: ProtInfo;
|
|
141
|
+
situacaonfe: string;
|
|
142
|
+
};
|
|
143
|
+
export type MutProtNfe = {
|
|
144
|
+
protocoloNfe: MessageXmlPayload;
|
|
145
|
+
};
|
|
146
|
+
export type certificados_empresas = {
|
|
147
|
+
cnpj: string;
|
|
148
|
+
emissor: string;
|
|
149
|
+
empresa: string;
|
|
150
|
+
expiracert: string;
|
|
151
|
+
codempresa: number;
|
|
152
|
+
};
|
|
153
|
+
export type GetCertNfe = {
|
|
154
|
+
certificados_empresas: certificados_empresas[];
|
|
155
|
+
};
|
|
156
|
+
export type MessagePayload = {
|
|
157
|
+
message: string;
|
|
158
|
+
error: string;
|
|
159
|
+
};
|
|
160
|
+
export type DeleteCert = {
|
|
161
|
+
deleteRegistro: MessagePayload;
|
|
162
|
+
};
|
|
163
|
+
export type enviarEmail = {
|
|
164
|
+
envioEmail_nfe: MessagePayload;
|
|
165
|
+
};
|
|
166
|
+
export type incluirCartaCorrecao = {
|
|
167
|
+
alterar_Carta_de_Correcao: any;
|
|
168
|
+
incluir_Registro_Carta_de_Correcao: MessagePayload;
|
|
169
|
+
};
|
|
170
|
+
export type alterarCartaCorrecao = {
|
|
171
|
+
alterar_Carta_de_Correcao: MessagePayload;
|
|
172
|
+
};
|
|
173
|
+
export type excluirCartaCorrecao = {
|
|
174
|
+
excluir_Registro_Carta_de_Correcao: MessagePayload;
|
|
175
|
+
};
|
|
176
|
+
export type transmitirCartaCorrecao = {
|
|
177
|
+
gerar_XML_Carta_de_Correcao: CartaCorrecaoResp;
|
|
178
|
+
};
|
|
179
|
+
export type CartaCorrecaoResp = {
|
|
180
|
+
message: string;
|
|
181
|
+
error: string;
|
|
182
|
+
info: infoCorrecao | null;
|
|
183
|
+
};
|
|
184
|
+
export type infoCorrecao = {
|
|
185
|
+
cStat: string | null;
|
|
186
|
+
cStatFora: string | null;
|
|
187
|
+
xMotivo: string | null;
|
|
188
|
+
xml: string | null;
|
|
189
|
+
xmlEnviada: string | null;
|
|
190
|
+
};
|
|
191
|
+
export type carta_correcao_consultar = {
|
|
192
|
+
XMLDownload: string;
|
|
193
|
+
id: number;
|
|
194
|
+
codCce: number;
|
|
195
|
+
correcao: string;
|
|
196
|
+
chavenfe: string;
|
|
197
|
+
numfiscal: number;
|
|
198
|
+
codusuario: number;
|
|
199
|
+
data: Date | string;
|
|
200
|
+
xmlproc: string;
|
|
201
|
+
xmlenvio: string;
|
|
202
|
+
situacao: string;
|
|
203
|
+
nprotocolo: string;
|
|
204
|
+
nseqCce: number;
|
|
205
|
+
};
|
|
206
|
+
export type carta_correcao_type = {
|
|
207
|
+
carta_de_Correcao: carta_correcao_consultar[];
|
|
208
|
+
};
|
|
209
|
+
export type CreateCert = {
|
|
210
|
+
cadastrarCertificados: MessagePayload;
|
|
211
|
+
};
|
|
212
|
+
export type cert = {
|
|
213
|
+
chavearq: string;
|
|
214
|
+
nomearq: string;
|
|
215
|
+
dadosarq: string;
|
|
216
|
+
};
|
|
217
|
+
export type Get_certificado = {
|
|
218
|
+
certificado: cert[];
|
|
219
|
+
};
|
|
220
|
+
export type ConsultaSeqNFeEmpresas = {
|
|
221
|
+
id: number;
|
|
222
|
+
codEmpresa: number;
|
|
223
|
+
nomeAbrev: string;
|
|
224
|
+
seqNFe: number;
|
|
225
|
+
modeloNFe: string;
|
|
226
|
+
contigenciaNFe: string;
|
|
227
|
+
ativaNFe: string;
|
|
228
|
+
serieNFe: string;
|
|
229
|
+
};
|
|
230
|
+
export type ParamDanfe = {
|
|
231
|
+
id: number;
|
|
232
|
+
codempresa: number;
|
|
233
|
+
formatodanfe: number;
|
|
234
|
+
modelodanfe: number;
|
|
235
|
+
ativaNFe: string;
|
|
236
|
+
};
|
|
237
|
+
export type ConfigValorParamDanfe = {
|
|
238
|
+
id: number;
|
|
239
|
+
nomeParam: string;
|
|
240
|
+
descParam: string;
|
|
241
|
+
ativoParam: string;
|
|
242
|
+
codempresa: number;
|
|
243
|
+
};
|
|
244
|
+
export type ConfigValorParamEmail = {
|
|
245
|
+
corpoemailpadrao: string;
|
|
246
|
+
};
|
|
247
|
+
export type parametros_Danfe = {
|
|
248
|
+
config_Danfe: ParamDanfe[];
|
|
249
|
+
};
|
|
250
|
+
export type QueryConfigParam_Danfe = {
|
|
251
|
+
configParam_Danfe: ConfigValorParamDanfe[];
|
|
252
|
+
};
|
|
253
|
+
export type QueryConfigParam_Email = {
|
|
254
|
+
config_email: ConfigValorParamEmail[];
|
|
255
|
+
};
|
|
256
|
+
export type hist_Email = {
|
|
257
|
+
id: number;
|
|
258
|
+
dhenvio: string;
|
|
259
|
+
numero: number;
|
|
260
|
+
origem: string;
|
|
261
|
+
tipo: number;
|
|
262
|
+
usuenvio: string;
|
|
263
|
+
codusucadastro: number;
|
|
264
|
+
nomecodusucadastro?: string;
|
|
265
|
+
};
|
|
266
|
+
export interface ConfigHistEmailConnection {
|
|
267
|
+
totalCount: number;
|
|
268
|
+
items: hist_Email[];
|
|
269
|
+
}
|
|
270
|
+
export interface GetHistEmail {
|
|
271
|
+
hist_Email: ConfigHistEmailConnection;
|
|
272
|
+
}
|
|
273
|
+
export type notificacaoHistEmailErro = {
|
|
274
|
+
id: number;
|
|
275
|
+
codhistemailerro?: number;
|
|
276
|
+
emailenviado: string;
|
|
277
|
+
dhenvio: string;
|
|
278
|
+
assunto: string;
|
|
279
|
+
mensagem: string;
|
|
280
|
+
destinatario: string;
|
|
281
|
+
erro: string;
|
|
282
|
+
numero: number;
|
|
283
|
+
origem: string;
|
|
284
|
+
tipo: number;
|
|
285
|
+
codempresa: number;
|
|
286
|
+
codusucadastro: number;
|
|
287
|
+
usuenvio: string;
|
|
288
|
+
chavenfe: string;
|
|
289
|
+
};
|
|
290
|
+
export type HistEmailErrorConnection = {
|
|
291
|
+
totalCount: number;
|
|
292
|
+
items: notificacaoHistEmailErro[];
|
|
293
|
+
};
|
|
294
|
+
export type GetHistEmailErro = {
|
|
295
|
+
notificacaoHistEmailErro: HistEmailErrorConnection;
|
|
296
|
+
};
|
|
297
|
+
export type ParamAmb = {
|
|
298
|
+
id: number;
|
|
299
|
+
codempresa: number;
|
|
300
|
+
cnpj: string;
|
|
301
|
+
ambiente: number;
|
|
302
|
+
nomeAbrev: string;
|
|
303
|
+
ativaNFe: string;
|
|
304
|
+
};
|
|
305
|
+
export type parametros_Amb = {
|
|
306
|
+
config_Amb: ParamAmb[];
|
|
307
|
+
};
|
|
308
|
+
export type ContasEmail = {
|
|
309
|
+
id: number;
|
|
310
|
+
nome: string;
|
|
311
|
+
classificacao: string;
|
|
312
|
+
email: string;
|
|
313
|
+
nomeConfig: AutocompleteType | null;
|
|
314
|
+
tipoPesquisa: AutocompleteType | null;
|
|
315
|
+
};
|
|
316
|
+
export type parametros_contasemail = {
|
|
317
|
+
contasEmail: ContasEmail[];
|
|
318
|
+
};
|
|
319
|
+
export type parametros_NFe_Series_Notas = {
|
|
320
|
+
parametros_NFe_Series_Notas: ConsultaSeqNFeEmpresas[];
|
|
321
|
+
};
|
|
322
|
+
export type excluir_Sequencial_NFe = {
|
|
323
|
+
excluir_Sequencial_NFe: MessagePayload;
|
|
324
|
+
};
|
|
325
|
+
export type incluir_Sequencial_NFe = {
|
|
326
|
+
incluir_Sequencial_NFe: MessagePayload;
|
|
327
|
+
};
|
|
328
|
+
export type alterar_informacoes_NFe = {
|
|
329
|
+
alterar_informacoes_NFe: MessagePayload;
|
|
330
|
+
};
|
|
331
|
+
export type alterar_danfe = {
|
|
332
|
+
alterar_danfe: MessagePayload;
|
|
333
|
+
};
|
|
334
|
+
export type alterar_configemail = {
|
|
335
|
+
alterar_configemail: MessagePayload;
|
|
336
|
+
};
|
|
337
|
+
export type alterar_config_param_danfe = {
|
|
338
|
+
alterarConfigParam_Danfe: MessagePayload;
|
|
339
|
+
};
|
|
340
|
+
export type alterar_Amb = {
|
|
341
|
+
alterar_Ambnfe: MessagePayload;
|
|
342
|
+
};
|
|
343
|
+
export type enviarNotaFiscalInutilizacao = {
|
|
344
|
+
enviarNotaFiscalInutilizacao: InutResp;
|
|
345
|
+
};
|
|
346
|
+
export type InutResp = {
|
|
347
|
+
message: string;
|
|
348
|
+
error: string;
|
|
349
|
+
info: InutInfo | null;
|
|
350
|
+
};
|
|
351
|
+
export type InutInfo = {
|
|
352
|
+
tpAmb: string;
|
|
353
|
+
verAplic: string;
|
|
354
|
+
cStat: string;
|
|
355
|
+
xMotivo: string;
|
|
356
|
+
cUF: string;
|
|
357
|
+
anoNfe: string;
|
|
358
|
+
cnpj: string;
|
|
359
|
+
mod: string;
|
|
360
|
+
serie: string;
|
|
361
|
+
nNFIni: string;
|
|
362
|
+
nNFFin: string;
|
|
363
|
+
dhRecbto: string;
|
|
364
|
+
nProt: string;
|
|
365
|
+
xJust: string;
|
|
366
|
+
xml: string;
|
|
367
|
+
xmlEnviada: string;
|
|
368
|
+
};
|
|
369
|
+
export type notfiscais_Consultar = {
|
|
370
|
+
nseqCce: any;
|
|
371
|
+
id: number;
|
|
372
|
+
emailCliente: string | null;
|
|
373
|
+
numpedido: number;
|
|
374
|
+
codempresa: number;
|
|
375
|
+
status: string;
|
|
376
|
+
numfiscal: number;
|
|
377
|
+
datafatur: Date | string;
|
|
378
|
+
datasaida: Date | string;
|
|
379
|
+
dataaut: Date | string;
|
|
380
|
+
serienfe: string;
|
|
381
|
+
modelo: string;
|
|
382
|
+
serienf: string;
|
|
383
|
+
xmlesquema: string | null;
|
|
384
|
+
xmlautorizacao: string | null;
|
|
385
|
+
xmlprocessado: string | null;
|
|
386
|
+
vltotalnf: number;
|
|
387
|
+
estado: string;
|
|
388
|
+
nopermov: number;
|
|
389
|
+
nomerazao: string;
|
|
390
|
+
cnpjCpf: string;
|
|
391
|
+
chavenfe: string;
|
|
392
|
+
codcfop: string;
|
|
393
|
+
codnatureza: number;
|
|
394
|
+
naturezaDesc: string;
|
|
395
|
+
codvend: number[];
|
|
396
|
+
codfab: number[];
|
|
397
|
+
nomeabrev: string;
|
|
398
|
+
descresum: string;
|
|
399
|
+
tipomovi: string;
|
|
400
|
+
protocoloaut: string;
|
|
401
|
+
valorfrete: string;
|
|
402
|
+
valorseguro: number;
|
|
403
|
+
vltotal: string;
|
|
404
|
+
valordesconto: number;
|
|
405
|
+
valorroutdes: number;
|
|
406
|
+
somaVicmsUfDest: number;
|
|
407
|
+
movespecie: string;
|
|
408
|
+
valortotalreceita: number;
|
|
409
|
+
vltotalnf_diff_receita: number;
|
|
410
|
+
valorIpi: number;
|
|
411
|
+
endereco: string;
|
|
412
|
+
bairro: string;
|
|
413
|
+
numero: string;
|
|
414
|
+
cep: string;
|
|
415
|
+
cidade: string;
|
|
416
|
+
telefone: string;
|
|
417
|
+
inscrest: string;
|
|
418
|
+
chaveRefNfe: string;
|
|
419
|
+
pais: string;
|
|
420
|
+
codibge: number;
|
|
421
|
+
codpaisbacen: number;
|
|
422
|
+
tipofrete: string;
|
|
423
|
+
nfecrt: string;
|
|
424
|
+
finalidadeTodas?: AutocompleteType;
|
|
425
|
+
situacaoTodas?: AutocompleteType;
|
|
426
|
+
tipoMovTodas?: AutocompleteType;
|
|
427
|
+
outrosUfs?: AutocompleteType;
|
|
428
|
+
outrosNatop?: AutocompleteType;
|
|
429
|
+
outrosCfop?: AutocompleteType;
|
|
430
|
+
outrosUsuarios?: AutocompleteType;
|
|
431
|
+
outrosVendedores?: AutocompleteType;
|
|
432
|
+
outrosFornecedores?: AutocompleteType;
|
|
433
|
+
outrosFabricantes?: AutocompleteType;
|
|
434
|
+
outrosClientes?: AutocompleteType;
|
|
435
|
+
outrosSegmentos?: AutocompleteType;
|
|
436
|
+
outrosContatos?: AutocompleteType;
|
|
437
|
+
outrosTransportadoras?: AutocompleteType;
|
|
438
|
+
ordenacaoConfig?: AutocompleteType;
|
|
439
|
+
nomeClieConfig?: AutocompleteType;
|
|
440
|
+
nfDesc?: boolean;
|
|
441
|
+
nfSeg?: boolean;
|
|
442
|
+
nfDesAcess?: boolean;
|
|
443
|
+
nfVendSemReceita?: boolean;
|
|
444
|
+
nfVendCustoLucro?: boolean;
|
|
445
|
+
nfVendFrete?: boolean;
|
|
446
|
+
nfDifalIcms?: boolean;
|
|
447
|
+
nfTotalReceitas?: boolean;
|
|
448
|
+
nfRef?: boolean;
|
|
449
|
+
obs: string;
|
|
450
|
+
codusuariocancel: number;
|
|
451
|
+
justcancel: string;
|
|
452
|
+
datacancelfat: Date | string;
|
|
453
|
+
usuariocancel: string;
|
|
454
|
+
usuariofatur: string;
|
|
455
|
+
};
|
|
456
|
+
export type notfiscais_ConsultarQueryType = {
|
|
457
|
+
notfiscais_Consultar: notfiscais_Consultar[];
|
|
458
|
+
};
|
|
459
|
+
export type NotfiscaisConsultarCollection = {
|
|
460
|
+
totalCount: number;
|
|
461
|
+
items: notfiscais_Consultar[];
|
|
462
|
+
};
|
|
463
|
+
export type NotfiscaisConsultarPagedQuery = {
|
|
464
|
+
notfiscais_Consultar: NotfiscaisConsultarCollection;
|
|
465
|
+
};
|
|
466
|
+
export type gerar_XML_Carta_de_Correcao = {
|
|
467
|
+
gerar_XML_Carta_de_Correcao: RecepcaoEventoResp;
|
|
468
|
+
};
|
|
469
|
+
export type RecepcaoEventoResp = {
|
|
470
|
+
message: string;
|
|
471
|
+
error: string;
|
|
472
|
+
info: RecepcaoEventoInfo | null;
|
|
473
|
+
};
|
|
474
|
+
export type RecepcaoEventoInfo = {
|
|
475
|
+
xMotivo: string;
|
|
476
|
+
cStat: string;
|
|
477
|
+
xml: string;
|
|
478
|
+
xmlEnviada: string;
|
|
479
|
+
};
|
|
480
|
+
export type produtos_Faturados_NFe_Row = {
|
|
481
|
+
id: number;
|
|
482
|
+
coditemanual: string;
|
|
483
|
+
descricao: string;
|
|
484
|
+
marca: string;
|
|
485
|
+
qtdmaiorfat: number;
|
|
486
|
+
unidade: string;
|
|
487
|
+
qtdembaped: number;
|
|
488
|
+
vlunit: number;
|
|
489
|
+
vltotal: number;
|
|
490
|
+
codcfop: string;
|
|
491
|
+
codcst: string;
|
|
492
|
+
percicms: number;
|
|
493
|
+
vlBcIpi: number;
|
|
494
|
+
vfcp: number;
|
|
495
|
+
vlpis: number;
|
|
496
|
+
vlCofins: number;
|
|
497
|
+
};
|
|
498
|
+
export type produtos_Faturados_NFe = {
|
|
499
|
+
produtos_Faturados_NFe: produtos_Faturados_NFe_Row[];
|
|
500
|
+
};
|
|
501
|
+
export type produtos_Pedidos_NFe_Row = {
|
|
502
|
+
id: number;
|
|
503
|
+
coditemanual: string;
|
|
504
|
+
descricao: string;
|
|
505
|
+
marca: string;
|
|
506
|
+
qtdmaiorfat: number;
|
|
507
|
+
unidade: string;
|
|
508
|
+
qtdembaped: number;
|
|
509
|
+
vlunit: number;
|
|
510
|
+
vltotal: number;
|
|
511
|
+
codcfop: string;
|
|
512
|
+
codcst: string;
|
|
513
|
+
percicms: number;
|
|
514
|
+
vlBcIpi: number;
|
|
515
|
+
vfcp: number;
|
|
516
|
+
vlpis: number;
|
|
517
|
+
vlCofins: number;
|
|
518
|
+
quantidadeItens: number;
|
|
519
|
+
codigoitem: number;
|
|
520
|
+
vltotaltrib: number;
|
|
521
|
+
vlicms: number;
|
|
522
|
+
bcicms: number;
|
|
523
|
+
vlicmsst: number;
|
|
524
|
+
bcicmsst: number;
|
|
525
|
+
percfrete: number;
|
|
526
|
+
percsubtrib: number;
|
|
527
|
+
codcsosn: string;
|
|
528
|
+
perccofins: number;
|
|
529
|
+
codcstcofins: string;
|
|
530
|
+
percpis: number;
|
|
531
|
+
codncm: string;
|
|
532
|
+
codcstpis: string;
|
|
533
|
+
percipi: number;
|
|
534
|
+
codcstipi: number;
|
|
535
|
+
percicmsst: number;
|
|
536
|
+
valordesconto: number;
|
|
537
|
+
percredbcicms: number;
|
|
538
|
+
qtdMenor: number;
|
|
539
|
+
percredsubtrib: number;
|
|
540
|
+
vlcreditosn: number;
|
|
541
|
+
percmvast: number;
|
|
542
|
+
percacredesc: number;
|
|
543
|
+
tipocalc: string;
|
|
544
|
+
};
|
|
545
|
+
export type produtos_Pedidos_NFe = {
|
|
546
|
+
produtos_Pedidos_NFe: produtos_Pedidos_NFe_Row[];
|
|
547
|
+
};
|
|
548
|
+
export type cfop = {
|
|
549
|
+
codcfop: string;
|
|
550
|
+
descricao: string;
|
|
551
|
+
};
|
|
552
|
+
export type cfop_query = {
|
|
553
|
+
cfop: cfop[];
|
|
554
|
+
};
|
|
555
|
+
export type ReceitasNfeDTO = {
|
|
556
|
+
id: number;
|
|
557
|
+
numduplic: string;
|
|
558
|
+
status: string;
|
|
559
|
+
valpagto: number;
|
|
560
|
+
valduplic: number;
|
|
561
|
+
datavenc: Date | string;
|
|
562
|
+
datapagto: Date | string;
|
|
563
|
+
valdesc: number;
|
|
564
|
+
valjuros: number;
|
|
565
|
+
numboleto: string;
|
|
566
|
+
formapg: string;
|
|
567
|
+
situacao: string;
|
|
568
|
+
};
|
|
569
|
+
export type Notfiscais_receitas = {
|
|
570
|
+
notfiscais_receitas: ReceitasNfeDTO[];
|
|
571
|
+
};
|
|
572
|
+
export type ResumoFinDTO = {
|
|
573
|
+
valornfe: number;
|
|
574
|
+
valornfce: number;
|
|
575
|
+
valorcnfe: number;
|
|
576
|
+
valorcnfce: number;
|
|
577
|
+
valordevnfe: number;
|
|
578
|
+
valoricmsnfe: number;
|
|
579
|
+
valoricmsnfce: number;
|
|
580
|
+
valoricmsnfdev: number;
|
|
581
|
+
qtdnfe: number;
|
|
582
|
+
qtdnfce: number;
|
|
583
|
+
qtddevnf: number;
|
|
584
|
+
qtdcnfe: number;
|
|
585
|
+
qtdcnfce: number;
|
|
586
|
+
};
|
|
587
|
+
export type resumoFechamento = {
|
|
588
|
+
resumo_Financeiro_NFE: ResumoFinDTO;
|
|
589
|
+
};
|
|
590
|
+
export type existePrioridade = {
|
|
591
|
+
existePrioridade: boolean;
|
|
592
|
+
};
|
|
593
|
+
export type incluirItemNFeComplementar = {
|
|
594
|
+
incluirItemNFeComplementar: NfeComplementarQueryType[];
|
|
595
|
+
};
|
|
596
|
+
export type NfeComplementarQueryType = {
|
|
597
|
+
id: number;
|
|
598
|
+
codigoitem: string;
|
|
599
|
+
codigoitemNavigation: CodigoItemNavigation;
|
|
600
|
+
vlDif: string | number;
|
|
601
|
+
qtdmaior: string;
|
|
602
|
+
unidade: string;
|
|
603
|
+
vltotal: string | number;
|
|
604
|
+
vlbcicmsDif: string | number;
|
|
605
|
+
bcicms: string | number;
|
|
606
|
+
percicms: string | number;
|
|
607
|
+
vlicms: string | number;
|
|
608
|
+
bcicmsst: string | number;
|
|
609
|
+
percicmsst: string;
|
|
610
|
+
vlicmsst: string | number;
|
|
611
|
+
codcst: string;
|
|
612
|
+
codcfop: string;
|
|
613
|
+
codcsosn: string;
|
|
614
|
+
};
|
|
615
|
+
export type CodigoItemNavigation = {
|
|
616
|
+
descricao: string;
|
|
617
|
+
codncm?: string;
|
|
618
|
+
coditemanual?: string;
|
|
619
|
+
};
|
|
620
|
+
export type ItemNFeComplementar = {
|
|
621
|
+
numfiscal: number;
|
|
622
|
+
serienfe: string;
|
|
623
|
+
datafatur: Date;
|
|
624
|
+
datasaida: Date;
|
|
625
|
+
dataautnfe: Date;
|
|
626
|
+
chavenfe: string;
|
|
627
|
+
chaveRefNfe: boolean;
|
|
628
|
+
nomerazao: string;
|
|
629
|
+
cnpjCpf: string;
|
|
630
|
+
endereco: string;
|
|
631
|
+
numero: number;
|
|
632
|
+
bairro: string;
|
|
633
|
+
cep: string;
|
|
634
|
+
telefone: string;
|
|
635
|
+
estado: string;
|
|
636
|
+
inscrest: string;
|
|
637
|
+
valorfrete: number;
|
|
638
|
+
valorseguro: number;
|
|
639
|
+
vltotal: string;
|
|
640
|
+
valordesconto: number;
|
|
641
|
+
valorroutdes: number;
|
|
642
|
+
somaVicmsUfDest: number;
|
|
643
|
+
movespecie: string;
|
|
644
|
+
valortotalreceita: number;
|
|
645
|
+
vltotalnf_diff_receita: number;
|
|
646
|
+
};
|
|
647
|
+
export type notfiscais_Consultar_Complementar = {
|
|
648
|
+
notfiscais_Consultar_Complementar: ItemNFeComplementar[];
|
|
649
|
+
};
|
|
650
|
+
export type VendasDevDTO = {
|
|
651
|
+
id: number;
|
|
652
|
+
situacao?: string;
|
|
653
|
+
modelo?: string;
|
|
654
|
+
serie?: string;
|
|
655
|
+
numfiscal?: number;
|
|
656
|
+
dataEmissao?: Date;
|
|
657
|
+
naturezaOP?: string;
|
|
658
|
+
nomeDest?: string;
|
|
659
|
+
vlTotal?: number;
|
|
660
|
+
nfeDev?: string;
|
|
661
|
+
dataEmissaoDev?: Date;
|
|
662
|
+
vlTotalDev?: number;
|
|
663
|
+
};
|
|
664
|
+
export type vendasDevNfe = {
|
|
665
|
+
vendasDevNfe: VendasDevDTO[];
|
|
666
|
+
};
|
|
667
|
+
export type TotalDiarioDTO = {
|
|
668
|
+
registros: RegistroTotalDiario[];
|
|
669
|
+
totalSaida: RegistroTotal;
|
|
670
|
+
totalEntrada: RegistroTotal;
|
|
671
|
+
totalGeral: RegistroTotal;
|
|
672
|
+
};
|
|
673
|
+
export type totalDiario = {
|
|
674
|
+
totalDiario: TotalDiarioDTO;
|
|
675
|
+
};
|
|
676
|
+
export type RegistroTotalDiario = {
|
|
677
|
+
id: number;
|
|
678
|
+
dataEmissao: Date;
|
|
679
|
+
dia: string;
|
|
680
|
+
qtdNfe: number;
|
|
681
|
+
vlTotalNfe: number;
|
|
682
|
+
};
|
|
683
|
+
export type RegistroTotal = {
|
|
684
|
+
qtdTotal: number;
|
|
685
|
+
vlTotal: number;
|
|
686
|
+
};
|
|
687
|
+
export type ResumoICMSSpedDTO = {
|
|
688
|
+
id: number;
|
|
689
|
+
codcst: string | null;
|
|
690
|
+
codcfop: string | null;
|
|
691
|
+
percicms: number | null;
|
|
692
|
+
vltotal: number;
|
|
693
|
+
vl_bc_icms: number;
|
|
694
|
+
vl_icms: number;
|
|
695
|
+
vl_bc_icmsst: number | null;
|
|
696
|
+
vl_icmsst: number | null;
|
|
697
|
+
vl_ipi: number | null;
|
|
698
|
+
vl_desc: number;
|
|
699
|
+
vl_frete: number;
|
|
700
|
+
vl_outros: number;
|
|
701
|
+
vl_seguro: number;
|
|
702
|
+
vl_fcp: number;
|
|
703
|
+
};
|
|
704
|
+
export type resumoCstIcms = {
|
|
705
|
+
resumoCstIcms: ResumoICMSSpedDTO[];
|
|
706
|
+
};
|
|
707
|
+
export type ResumoPisCofinsDTO = {
|
|
708
|
+
id: number;
|
|
709
|
+
codcst: string | null;
|
|
710
|
+
descricao: string;
|
|
711
|
+
vlTotal: number;
|
|
712
|
+
vl_bc_pis: number;
|
|
713
|
+
vl_pis: number;
|
|
714
|
+
vl_bc_cofins: number | null;
|
|
715
|
+
vl_cofins: number | null;
|
|
716
|
+
vl_desc: number;
|
|
717
|
+
vl_frete: number;
|
|
718
|
+
vl_outros: number;
|
|
719
|
+
vl_seguro: number;
|
|
720
|
+
};
|
|
721
|
+
export type resumoPisCofins = {
|
|
722
|
+
resumoPisCofins: ResumoPisCofinsDTO[];
|
|
723
|
+
};
|
|
724
|
+
export type resumoCFOP = {
|
|
725
|
+
resumoCFOP: ResumoCfopDTO;
|
|
726
|
+
};
|
|
727
|
+
export type ResumoCfopDTO = {
|
|
728
|
+
registros: RegistroCFOP[];
|
|
729
|
+
totalSaida: RegistroCFOP;
|
|
730
|
+
totalEntrada: RegistroCFOP;
|
|
731
|
+
totalGeral: RegistroCFOP;
|
|
732
|
+
};
|
|
733
|
+
export type RegistroCFOP = {
|
|
734
|
+
id: number;
|
|
735
|
+
tipomovi?: string | null;
|
|
736
|
+
codcfop?: string | null;
|
|
737
|
+
descricao?: string | null;
|
|
738
|
+
codnatureza?: number | null;
|
|
739
|
+
natureza: string;
|
|
740
|
+
totalNF?: number | null;
|
|
741
|
+
vltotalNF?: number | null;
|
|
742
|
+
totalNFC?: number | null;
|
|
743
|
+
vltotalNFC?: number | null;
|
|
744
|
+
valoripi?: number | null;
|
|
745
|
+
vl_bc_icms?: number | null;
|
|
746
|
+
vl_icms?: number | null;
|
|
747
|
+
vl_bc_icmsst?: number | null;
|
|
748
|
+
vl_icmsst?: number | null;
|
|
749
|
+
vl_frete?: number | null;
|
|
750
|
+
vl_seguro?: number | null;
|
|
751
|
+
vl_outros?: number | null;
|
|
752
|
+
valorpis?: number | null;
|
|
753
|
+
valorcofins?: number | null;
|
|
754
|
+
};
|
|
755
|
+
export type resumoNatureza = {
|
|
756
|
+
resumoNatureza: ResumoNaturezaDTO;
|
|
757
|
+
};
|
|
758
|
+
export type ResumoNaturezaDTO = {
|
|
759
|
+
registros: RegistroNatureza[];
|
|
760
|
+
totalSaida: RegistroNatureza;
|
|
761
|
+
totalEntrada: RegistroNatureza;
|
|
762
|
+
totalGeral: RegistroNatureza;
|
|
763
|
+
};
|
|
764
|
+
export type RegistroNatureza = {
|
|
765
|
+
id: number;
|
|
766
|
+
tipomovi?: string | null;
|
|
767
|
+
codnatureza?: string | null;
|
|
768
|
+
descricao?: string | null;
|
|
769
|
+
totalNF?: number | null;
|
|
770
|
+
vltotalNF?: number | null;
|
|
771
|
+
totalNFC?: number | null;
|
|
772
|
+
vltotalNFC?: number | null;
|
|
773
|
+
valoripi?: number | null;
|
|
774
|
+
vl_bc_icms?: number | null;
|
|
775
|
+
vl_icms?: number | null;
|
|
776
|
+
vl_bc_icmsst?: number | null;
|
|
777
|
+
vl_icmsst?: number | null;
|
|
778
|
+
vl_frete?: number | null;
|
|
779
|
+
vl_seguro?: number | null;
|
|
780
|
+
vl_outros?: number | null;
|
|
781
|
+
valorpis?: number | null;
|
|
782
|
+
valorcofins?: number | null;
|
|
783
|
+
};
|
|
784
|
+
export type resumoUF = {
|
|
785
|
+
resumoUF: ResumoUFDTO;
|
|
786
|
+
};
|
|
787
|
+
export type ResumoUFDTO = {
|
|
788
|
+
registros: RegistroUF[];
|
|
789
|
+
totalSaida: RegistroUF;
|
|
790
|
+
totalEntrada: RegistroUF;
|
|
791
|
+
totalGeral: RegistroUF;
|
|
792
|
+
};
|
|
793
|
+
export type RegistroUF = {
|
|
794
|
+
id: number;
|
|
795
|
+
tipomovi?: string | null;
|
|
796
|
+
uf?: string | null;
|
|
797
|
+
descricao?: string | null;
|
|
798
|
+
totalNF?: number | null;
|
|
799
|
+
vltotalNF?: number | null;
|
|
800
|
+
totalNFC?: number | null;
|
|
801
|
+
vltotalNFC?: number | null;
|
|
802
|
+
valoripi?: number | null;
|
|
803
|
+
vl_bc_icms?: number | null;
|
|
804
|
+
vl_icms?: number | null;
|
|
805
|
+
vl_bc_icmsst?: number | null;
|
|
806
|
+
vl_icmsst?: number | null;
|
|
807
|
+
vl_frete?: number | null;
|
|
808
|
+
vl_seguro?: number | null;
|
|
809
|
+
vl_outros?: number | null;
|
|
810
|
+
valorpis?: number | null;
|
|
811
|
+
valorcofins?: number | null;
|
|
812
|
+
};
|
|
813
|
+
export type auditoriaProcessos = {
|
|
814
|
+
auditoriaProcessos: Auditoria[];
|
|
815
|
+
};
|
|
816
|
+
export type Auditoria = {
|
|
817
|
+
id: number;
|
|
818
|
+
codmodulo: number;
|
|
819
|
+
codprocesso: number;
|
|
820
|
+
datahora: string;
|
|
821
|
+
usuariosnavigation: Usuarios;
|
|
822
|
+
descricao: string;
|
|
823
|
+
codcadastro: number;
|
|
824
|
+
numcadastro: number;
|
|
825
|
+
};
|
|
826
|
+
export type Usuarios = {
|
|
827
|
+
usuario: string;
|
|
828
|
+
};
|
|
829
|
+
export type Empresa = {
|
|
830
|
+
logo: number[];
|
|
831
|
+
};
|
|
832
|
+
export type empresaPadrao = {
|
|
833
|
+
empresaPadrao: Empresa;
|
|
834
|
+
};
|
|
835
|
+
export type PedidoPainelType = {
|
|
836
|
+
id: number;
|
|
837
|
+
codPedido: number;
|
|
838
|
+
natureza: string;
|
|
839
|
+
liberado: string;
|
|
840
|
+
nomePrioridade: string;
|
|
841
|
+
conferido: string;
|
|
842
|
+
valorTotal: number;
|
|
843
|
+
cliente: string;
|
|
844
|
+
corStatus: string;
|
|
845
|
+
};
|
|
846
|
+
export type GetPedidosPrioridadePainelData = {
|
|
847
|
+
pedidosPrioridadePainel: PedidoPainelType[];
|
|
848
|
+
};
|
|
849
|
+
export type GetUltimosPedidosPainel = {
|
|
850
|
+
ultimosPedidosPainel: PedidoPainelType[];
|
|
851
|
+
};
|
|
852
|
+
export type PerfilUsuarioDTO = {
|
|
853
|
+
urlWebhook: string;
|
|
854
|
+
foto?: string | null;
|
|
855
|
+
cargo?: string | null;
|
|
856
|
+
email?: string | null;
|
|
857
|
+
nome?: string | null;
|
|
858
|
+
nomeEmpresa?: string | null;
|
|
859
|
+
};
|
|
860
|
+
export type NotificacaoVintyType = {
|
|
861
|
+
idNotificacao: number;
|
|
862
|
+
titulo: string;
|
|
863
|
+
subtitulo: string;
|
|
864
|
+
moduloRef: number;
|
|
865
|
+
};
|
|
866
|
+
export type CadastroPadraoType = {
|
|
867
|
+
id: number;
|
|
868
|
+
descricao: string;
|
|
869
|
+
ativo?: boolean;
|
|
870
|
+
obs?: string;
|
|
871
|
+
federal?: boolean;
|
|
872
|
+
estadual?: boolean;
|
|
873
|
+
municipal?: boolean;
|
|
874
|
+
df?: boolean;
|
|
875
|
+
codFunc?: AutocompleteType;
|
|
876
|
+
};
|
|
877
|
+
export type UsuarioType = {
|
|
878
|
+
id: number;
|
|
879
|
+
codusuario: number;
|
|
880
|
+
usuario: string;
|
|
881
|
+
dtAddPerfilVinty: Date | string;
|
|
882
|
+
nomeFuncionario?: string | null;
|
|
883
|
+
usuarioDisplay: string;
|
|
884
|
+
};
|
|
885
|
+
export type codusuarioNavigationAuditoria = {
|
|
886
|
+
usuario: string;
|
|
887
|
+
};
|
|
888
|
+
export type codmoduloNavigationAuditoria = {
|
|
889
|
+
descricao: string;
|
|
890
|
+
};
|
|
891
|
+
export type vintyAuditoria = {
|
|
892
|
+
id: number;
|
|
893
|
+
codusuarioNavigation: codusuarioNavigationAuditoria;
|
|
894
|
+
alteracao: string;
|
|
895
|
+
datahora: Date;
|
|
896
|
+
atividade: number;
|
|
897
|
+
detalhamento: string;
|
|
898
|
+
codmoduloNavigation: codmoduloNavigationAuditoria;
|
|
899
|
+
};
|
|
900
|
+
export type consultaUsuarios = {
|
|
901
|
+
id: number;
|
|
902
|
+
codUsuario: number | null;
|
|
903
|
+
usuario: string;
|
|
904
|
+
nomeFuncionario: string;
|
|
905
|
+
cargo: string;
|
|
906
|
+
descricao: string;
|
|
907
|
+
};
|
|
908
|
+
export type getPerfilUsuario = {
|
|
909
|
+
perfilUsuario: PerfilUsuarioDTO;
|
|
910
|
+
};
|
|
911
|
+
export declare enum searchType {
|
|
912
|
+
PAGE = 0,
|
|
913
|
+
MODAL = 1
|
|
914
|
+
}
|
|
915
|
+
export declare enum moduloType {
|
|
916
|
+
VINTY = 0,
|
|
917
|
+
NFE = 1,
|
|
918
|
+
ESTOQUE = 2,
|
|
919
|
+
FINANCEIRO = 3
|
|
920
|
+
}
|
|
921
|
+
export declare enum parameterType {
|
|
922
|
+
openCertModal = "openCertModal",
|
|
923
|
+
openConfigModal = "openConfigModal",
|
|
924
|
+
openDanfeModal = "openDanfeModal",
|
|
925
|
+
openAmbModal = "openAmbModal"
|
|
926
|
+
}
|
|
927
|
+
export interface SearchResult {
|
|
928
|
+
id: number;
|
|
929
|
+
label: string[];
|
|
930
|
+
type: searchType;
|
|
931
|
+
path: string;
|
|
932
|
+
parameters: Partial<Record<string, boolean>> | null;
|
|
933
|
+
globalPathProd: string;
|
|
934
|
+
globalPathHomolog: string;
|
|
935
|
+
modulo: moduloType;
|
|
936
|
+
hasPermission: boolean;
|
|
937
|
+
}
|
|
938
|
+
export interface GlobalSearchResponse {
|
|
939
|
+
globalSearch: SearchResult[];
|
|
940
|
+
}
|
|
941
|
+
export interface LocationState extends Location {
|
|
942
|
+
state: StateType[] | null;
|
|
943
|
+
}
|
|
944
|
+
export interface StateType {
|
|
945
|
+
key: string;
|
|
946
|
+
value: boolean;
|
|
947
|
+
}
|