@credithub/harlan-components 1.1.1
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 +44 -0
- package/lib/cjs/components/adresses/adresses.d.ts +18 -0
- package/lib/cjs/components/adresses/adresses.js +68 -0
- package/lib/cjs/components/adresses/getGeocode.d.ts +6 -0
- package/lib/cjs/components/adresses/getGeocode.js +74 -0
- package/lib/cjs/components/adresses/map.d.ts +11 -0
- package/lib/cjs/components/adresses/map.js +50 -0
- package/lib/cjs/components/bank-accounts/bank-accounts.d.ts +3 -0
- package/lib/cjs/components/bank-accounts/bank-accounts.js +28 -0
- package/lib/cjs/components/ccf/ccf.d.ts +6 -0
- package/lib/cjs/components/ccf/ccf.js +31 -0
- package/lib/cjs/components/ccf/ccfList.d.ts +13 -0
- package/lib/cjs/components/ccf/ccfList.js +46 -0
- package/lib/cjs/components/common/addItem.d.ts +11 -0
- package/lib/cjs/components/common/addItem.js +40 -0
- package/lib/cjs/components/common/button.d.ts +5 -0
- package/lib/cjs/components/common/button.js +15 -0
- package/lib/cjs/components/common/carousel.d.ts +4 -0
- package/lib/cjs/components/common/carousel.js +24 -0
- package/lib/cjs/components/common/headerAction.d.ts +9 -0
- package/lib/cjs/components/common/headerAction.js +15 -0
- package/lib/cjs/components/contacts/contacts.d.ts +14 -0
- package/lib/cjs/components/contacts/contacts.js +68 -0
- package/lib/cjs/components/contacts/contactsLikeDislike.d.ts +9 -0
- package/lib/cjs/components/contacts/contactsLikeDislike.js +14 -0
- package/lib/cjs/components/contacts/thumbsButton.d.ts +10 -0
- package/lib/cjs/components/contacts/thumbsButton.js +22 -0
- package/lib/cjs/components/dossie/carrousel/carrousel.d.ts +8 -0
- package/lib/cjs/components/dossie/carrousel/carrousel.js +15 -0
- package/lib/cjs/components/dossie/companyLogo/companyLogo.d.ts +7 -0
- package/lib/cjs/components/dossie/companyLogo/companyLogo.js +19 -0
- package/lib/cjs/components/dossie/dossie.d.ts +35 -0
- package/lib/cjs/components/dossie/dossie.js +66 -0
- package/lib/cjs/components/dossie/summary/summary.d.ts +17 -0
- package/lib/cjs/components/dossie/summary/summary.js +187 -0
- package/lib/cjs/components/dossie/transactionTable/transactionTable.d.ts +6 -0
- package/lib/cjs/components/dossie/transactionTable/transactionTable.js +39 -0
- package/lib/cjs/components/interface/header.d.ts +16 -0
- package/lib/cjs/components/interface/header.js +56 -0
- package/lib/cjs/components/interface/result.d.ts +7 -0
- package/lib/cjs/components/interface/result.js +38 -0
- package/lib/cjs/components/interface/section.d.ts +14 -0
- package/lib/cjs/components/interface/section.js +45 -0
- package/lib/cjs/components/partners/partnerField.d.ts +9 -0
- package/lib/cjs/components/partners/partnerField.js +14 -0
- package/lib/cjs/components/partners/partnerList.d.ts +16 -0
- package/lib/cjs/components/partners/partnerList.js +43 -0
- package/lib/cjs/components/partners/partners.d.ts +3 -0
- package/lib/cjs/components/partners/partners.js +55 -0
- package/lib/cjs/components/processos-juridicos/envolvidosList.d.ts +9 -0
- package/lib/cjs/components/processos-juridicos/envolvidosList.js +22 -0
- package/lib/cjs/components/processos-juridicos/processosJuridicos.d.ts +7 -0
- package/lib/cjs/components/processos-juridicos/processosJuridicos.js +24 -0
- package/lib/cjs/components/processos-juridicos/processosJuridicosList.d.ts +15 -0
- package/lib/cjs/components/processos-juridicos/processosJuridicosList.js +52 -0
- package/lib/cjs/components/protestos/protestos.d.ts +3 -0
- package/lib/cjs/components/protestos/protestos.js +69 -0
- package/lib/cjs/components/protestos/protestosCategory.d.ts +7 -0
- package/lib/cjs/components/protestos/protestosCategory.js +21 -0
- package/lib/cjs/components/protestos/protestosList.d.ts +33 -0
- package/lib/cjs/components/protestos/protestosList.js +73 -0
- package/lib/cjs/components/reclameAqui/reclameAquiCarousel.d.ts +26 -0
- package/lib/cjs/components/reclameAqui/reclameAquiCarousel.js +64 -0
- package/lib/cjs/components/resultWithoutInformation/ResultWithoutInformation.d.ts +4 -0
- package/lib/cjs/components/resultWithoutInformation/ResultWithoutInformation.js +37 -0
- package/lib/cjs/components/webservice.d.ts +67 -0
- package/lib/cjs/components/webservice.js +150 -0
- package/lib/cjs/constants/regex.d.ts +2 -0
- package/lib/cjs/constants/regex.js +5 -0
- package/lib/cjs/hooks/useToggle.d.ts +10 -0
- package/lib/cjs/hooks/useToggle.js +26 -0
- package/lib/cjs/index.d.ts +12 -0
- package/lib/cjs/index.js +43 -0
- package/lib/cjs/mock/dossie.d.ts +207 -0
- package/lib/cjs/mock/dossie.js +630 -0
- package/lib/cjs/utils/number.d.ts +1 -0
- package/lib/cjs/utils/number.js +10 -0
- package/lib/cjs/utils/string.d.ts +3 -0
- package/lib/cjs/utils/string.js +22 -0
- package/lib/cjs/utils/xpath.d.ts +4 -0
- package/lib/cjs/utils/xpath.js +12 -0
- package/lib/esm/components/adresses/adresses.d.ts +18 -0
- package/lib/esm/components/adresses/adresses.js +40 -0
- package/lib/esm/components/adresses/getGeocode.d.ts +6 -0
- package/lib/esm/components/adresses/getGeocode.js +67 -0
- package/lib/esm/components/adresses/map.d.ts +11 -0
- package/lib/esm/components/adresses/map.js +25 -0
- package/lib/esm/components/bank-accounts/bank-accounts.d.ts +3 -0
- package/lib/esm/components/bank-accounts/bank-accounts.js +23 -0
- package/lib/esm/components/ccf/ccf.d.ts +6 -0
- package/lib/esm/components/ccf/ccf.js +26 -0
- package/lib/esm/components/ccf/ccfList.d.ts +13 -0
- package/lib/esm/components/ccf/ccfList.js +18 -0
- package/lib/esm/components/common/addItem.d.ts +11 -0
- package/lib/esm/components/common/addItem.js +35 -0
- package/lib/esm/components/common/button.d.ts +5 -0
- package/lib/esm/components/common/button.js +10 -0
- package/lib/esm/components/common/carousel.d.ts +4 -0
- package/lib/esm/components/common/carousel.js +19 -0
- package/lib/esm/components/common/headerAction.d.ts +9 -0
- package/lib/esm/components/common/headerAction.js +10 -0
- package/lib/esm/components/contacts/contacts.d.ts +14 -0
- package/lib/esm/components/contacts/contacts.js +40 -0
- package/lib/esm/components/contacts/contactsLikeDislike.d.ts +9 -0
- package/lib/esm/components/contacts/contactsLikeDislike.js +9 -0
- package/lib/esm/components/contacts/thumbsButton.d.ts +10 -0
- package/lib/esm/components/contacts/thumbsButton.js +17 -0
- package/lib/esm/components/dossie/carrousel/carrousel.d.ts +8 -0
- package/lib/esm/components/dossie/carrousel/carrousel.js +8 -0
- package/lib/esm/components/dossie/companyLogo/companyLogo.d.ts +7 -0
- package/lib/esm/components/dossie/companyLogo/companyLogo.js +14 -0
- package/lib/esm/components/dossie/dossie.d.ts +35 -0
- package/lib/esm/components/dossie/dossie.js +38 -0
- package/lib/esm/components/dossie/summary/summary.d.ts +17 -0
- package/lib/esm/components/dossie/summary/summary.js +180 -0
- package/lib/esm/components/dossie/transactionTable/transactionTable.d.ts +6 -0
- package/lib/esm/components/dossie/transactionTable/transactionTable.js +32 -0
- package/lib/esm/components/interface/header.d.ts +16 -0
- package/lib/esm/components/interface/header.js +51 -0
- package/lib/esm/components/interface/result.d.ts +7 -0
- package/lib/esm/components/interface/result.js +31 -0
- package/lib/esm/components/interface/section.d.ts +14 -0
- package/lib/esm/components/interface/section.js +40 -0
- package/lib/esm/components/partners/partnerField.d.ts +9 -0
- package/lib/esm/components/partners/partnerField.js +9 -0
- package/lib/esm/components/partners/partnerList.d.ts +16 -0
- package/lib/esm/components/partners/partnerList.js +15 -0
- package/lib/esm/components/partners/partners.d.ts +3 -0
- package/lib/esm/components/partners/partners.js +27 -0
- package/lib/esm/components/processos-juridicos/envolvidosList.d.ts +9 -0
- package/lib/esm/components/processos-juridicos/envolvidosList.js +17 -0
- package/lib/esm/components/processos-juridicos/processosJuridicos.d.ts +7 -0
- package/lib/esm/components/processos-juridicos/processosJuridicos.js +19 -0
- package/lib/esm/components/processos-juridicos/processosJuridicosList.d.ts +15 -0
- package/lib/esm/components/processos-juridicos/processosJuridicosList.js +24 -0
- package/lib/esm/components/protestos/protestos.d.ts +3 -0
- package/lib/esm/components/protestos/protestos.js +41 -0
- package/lib/esm/components/protestos/protestosCategory.d.ts +7 -0
- package/lib/esm/components/protestos/protestosCategory.js +16 -0
- package/lib/esm/components/protestos/protestosList.d.ts +33 -0
- package/lib/esm/components/protestos/protestosList.js +43 -0
- package/lib/esm/components/reclameAqui/reclameAquiCarousel.d.ts +26 -0
- package/lib/esm/components/reclameAqui/reclameAquiCarousel.js +57 -0
- package/lib/esm/components/resultWithoutInformation/ResultWithoutInformation.d.ts +4 -0
- package/lib/esm/components/resultWithoutInformation/ResultWithoutInformation.js +32 -0
- package/lib/esm/components/webservice.d.ts +67 -0
- package/lib/esm/components/webservice.js +119 -0
- package/lib/esm/constants/regex.d.ts +2 -0
- package/lib/esm/constants/regex.js +2 -0
- package/lib/esm/hooks/useToggle.d.ts +10 -0
- package/lib/esm/hooks/useToggle.js +24 -0
- package/lib/esm/index.d.ts +12 -0
- package/lib/esm/index.js +12 -0
- package/lib/esm/mock/dossie.d.ts +207 -0
- package/lib/esm/mock/dossie.js +628 -0
- package/lib/esm/utils/number.d.ts +1 -0
- package/lib/esm/utils/number.js +6 -0
- package/lib/esm/utils/string.d.ts +3 -0
- package/lib/esm/utils/string.js +16 -0
- package/lib/esm/utils/xpath.d.ts +4 -0
- package/lib/esm/utils/xpath.js +10 -0
- package/package.json +79 -0
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
declare const returnData: () => {
|
|
2
|
+
"@type": string;
|
|
3
|
+
"@version": string;
|
|
4
|
+
associates: {
|
|
5
|
+
tipo: string;
|
|
6
|
+
document: string;
|
|
7
|
+
dividasPublicas: string;
|
|
8
|
+
nome: string;
|
|
9
|
+
protestos: number;
|
|
10
|
+
receitaStatus: string;
|
|
11
|
+
}[];
|
|
12
|
+
events: {
|
|
13
|
+
"@types": string;
|
|
14
|
+
"@version": string;
|
|
15
|
+
identificator: string;
|
|
16
|
+
name: string;
|
|
17
|
+
memories: string;
|
|
18
|
+
message: string;
|
|
19
|
+
parameters: {
|
|
20
|
+
name: string;
|
|
21
|
+
"CPF/CNPJ": string;
|
|
22
|
+
};
|
|
23
|
+
queryType: string;
|
|
24
|
+
resultBehaviour: number;
|
|
25
|
+
resultNotation: string;
|
|
26
|
+
status: number;
|
|
27
|
+
target: {
|
|
28
|
+
"@types": string;
|
|
29
|
+
"@version": string;
|
|
30
|
+
about: {
|
|
31
|
+
fantasyName: string;
|
|
32
|
+
phones: string[];
|
|
33
|
+
addresses: {
|
|
34
|
+
street: string;
|
|
35
|
+
number: string;
|
|
36
|
+
complement: string;
|
|
37
|
+
district: string;
|
|
38
|
+
city: string;
|
|
39
|
+
state: string;
|
|
40
|
+
country: string;
|
|
41
|
+
zipcode: string;
|
|
42
|
+
main: boolean;
|
|
43
|
+
}[];
|
|
44
|
+
birthday: string;
|
|
45
|
+
emails: string[];
|
|
46
|
+
status: boolean;
|
|
47
|
+
companySize: string;
|
|
48
|
+
jointStock: string;
|
|
49
|
+
numberOfEmployees: string;
|
|
50
|
+
companyAge: string;
|
|
51
|
+
openingDate: string;
|
|
52
|
+
economicActivity: string;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
}[];
|
|
56
|
+
notations: {
|
|
57
|
+
"@types": string;
|
|
58
|
+
"@version": string;
|
|
59
|
+
identificator: string;
|
|
60
|
+
queryType: string;
|
|
61
|
+
results: ({
|
|
62
|
+
"@types": string;
|
|
63
|
+
"@version": string;
|
|
64
|
+
behaviour: number;
|
|
65
|
+
items: {
|
|
66
|
+
"@types": string;
|
|
67
|
+
"@version": string;
|
|
68
|
+
about: {
|
|
69
|
+
name: string;
|
|
70
|
+
phones: string[];
|
|
71
|
+
addresses: {
|
|
72
|
+
street: string;
|
|
73
|
+
number: string;
|
|
74
|
+
complement: string;
|
|
75
|
+
district: string;
|
|
76
|
+
city: string;
|
|
77
|
+
state: string;
|
|
78
|
+
country: string;
|
|
79
|
+
zipcode: string;
|
|
80
|
+
main: boolean;
|
|
81
|
+
urlImage: string;
|
|
82
|
+
pastUrlImage: string;
|
|
83
|
+
urlMaps: string;
|
|
84
|
+
}[];
|
|
85
|
+
birthday: string;
|
|
86
|
+
emails: string[];
|
|
87
|
+
};
|
|
88
|
+
}[];
|
|
89
|
+
notation: string;
|
|
90
|
+
notationType: number;
|
|
91
|
+
sideNote: string;
|
|
92
|
+
subtitle: string;
|
|
93
|
+
title: string;
|
|
94
|
+
} | {
|
|
95
|
+
"@types": string;
|
|
96
|
+
"@version": string;
|
|
97
|
+
behaviour: number;
|
|
98
|
+
items: {
|
|
99
|
+
"@types": string;
|
|
100
|
+
"@version": string;
|
|
101
|
+
about: {
|
|
102
|
+
name: string;
|
|
103
|
+
phones: string[];
|
|
104
|
+
addresses: {
|
|
105
|
+
street: string;
|
|
106
|
+
number: string;
|
|
107
|
+
complement: string;
|
|
108
|
+
district: string;
|
|
109
|
+
city: string;
|
|
110
|
+
state: string;
|
|
111
|
+
country: string;
|
|
112
|
+
zipcode: string;
|
|
113
|
+
main: boolean;
|
|
114
|
+
urlImage: string;
|
|
115
|
+
urlMaps: string;
|
|
116
|
+
}[];
|
|
117
|
+
birthday: string;
|
|
118
|
+
emails: string[];
|
|
119
|
+
};
|
|
120
|
+
}[];
|
|
121
|
+
notation: string;
|
|
122
|
+
notationType: number;
|
|
123
|
+
sideNote: string;
|
|
124
|
+
subtitle: string;
|
|
125
|
+
title: string;
|
|
126
|
+
})[];
|
|
127
|
+
target: {
|
|
128
|
+
"@types": string;
|
|
129
|
+
"@version": string;
|
|
130
|
+
about: {
|
|
131
|
+
fantasyName: string;
|
|
132
|
+
phones: string[];
|
|
133
|
+
addresses: {
|
|
134
|
+
street: string;
|
|
135
|
+
number: string;
|
|
136
|
+
complement: string;
|
|
137
|
+
district: string;
|
|
138
|
+
city: string;
|
|
139
|
+
state: string;
|
|
140
|
+
country: string;
|
|
141
|
+
zipcode: string;
|
|
142
|
+
main: boolean;
|
|
143
|
+
}[];
|
|
144
|
+
birthday: string;
|
|
145
|
+
emails: string[];
|
|
146
|
+
status: boolean;
|
|
147
|
+
companySize: string;
|
|
148
|
+
jointStock: string;
|
|
149
|
+
numberOfEmployees: string;
|
|
150
|
+
companyAge: string;
|
|
151
|
+
openingDate: string;
|
|
152
|
+
economicActivity: string;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
}[];
|
|
156
|
+
relations: {
|
|
157
|
+
"@types": string;
|
|
158
|
+
"@version": string;
|
|
159
|
+
description: string;
|
|
160
|
+
from: string;
|
|
161
|
+
to: string;
|
|
162
|
+
type: number;
|
|
163
|
+
};
|
|
164
|
+
target: {
|
|
165
|
+
"@types": string;
|
|
166
|
+
"@version": string;
|
|
167
|
+
about: {
|
|
168
|
+
nomeFantasia: string;
|
|
169
|
+
contacts: {
|
|
170
|
+
phone: string;
|
|
171
|
+
email: string;
|
|
172
|
+
validEmail: boolean;
|
|
173
|
+
}[];
|
|
174
|
+
addresses: {
|
|
175
|
+
address: string;
|
|
176
|
+
type: string;
|
|
177
|
+
number: string;
|
|
178
|
+
complement: string;
|
|
179
|
+
district: string;
|
|
180
|
+
city: string;
|
|
181
|
+
state: string;
|
|
182
|
+
country: string;
|
|
183
|
+
zipcode: string;
|
|
184
|
+
main: boolean;
|
|
185
|
+
urlImage: string;
|
|
186
|
+
urlMaps: string;
|
|
187
|
+
}[];
|
|
188
|
+
aniversario: string;
|
|
189
|
+
emails: string[];
|
|
190
|
+
situacao: string;
|
|
191
|
+
dividaPublica: string;
|
|
192
|
+
porteDaEmpresa: string;
|
|
193
|
+
capitalSocial: string;
|
|
194
|
+
chequesDevolvidos: number;
|
|
195
|
+
totalDeProtestos: number;
|
|
196
|
+
quantidadeDeFuncionarios: string;
|
|
197
|
+
idadeDaEmpresa: string;
|
|
198
|
+
dataDeAbertura: string;
|
|
199
|
+
atividadeEconomica: string;
|
|
200
|
+
"CPF/CNPJ": string;
|
|
201
|
+
};
|
|
202
|
+
identificator: {
|
|
203
|
+
"CPF/CNPJ": string;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
export default returnData;
|