Skip to content

Commit 4b03b61

Browse files
committed
small adjustments
1 parent 736a643 commit 4b03b61

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: engine/plugins/api/aviato/types.go

+7-7
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ type companyEnrichResult struct {
9595
Name string `json:"name"`
9696
LegalName string `json:"legalName"`
9797
AlternateNames []string `json:"alternateNames"`
98+
CageCode string `json:"cageCode"`
99+
CIKNumber string `json:"CIKNumber"`
100+
DunsNumber string `json:"dunsNumber"`
101+
LinkedinID string `json:"linkedinID"`
102+
NAICSCode string `json:"NAICSCode"`
103+
StockSymbol string `json:"stockSymbol"`
98104
Status string `json:"status"`
99105
Tagline string `json:"tagline"`
100106
Founded string `json:"founded"`
@@ -151,11 +157,8 @@ type companyEnrichResult struct {
151157
ProductName string `json:"productName"`
152158
ProductCategories []string `json:"productCategories"`
153159
} `json:"techStackList"`
154-
CIKNumber string `json:"CIKNumber"`
155-
NAICSCode string `json:"NAICSCode"`
156-
LinkedinFollowers int `json:"linkedinFollowers"`
157-
LinkedinID string `json:"linkedinID"`
158160
URLs URLResult `json:"URLs"`
161+
LinkedinFollowers int `json:"linkedinFollowers"`
159162
WebTrafficSources struct {
160163
Mail float64 `json:"mail"`
161164
Direct float64 `json:"direct"`
@@ -171,8 +174,6 @@ type companyEnrichResult struct {
171174
AcquireeName string `json:"acquireeName"`
172175
Price float64 `json:"price"`
173176
} `json:"acquiredBy"`
174-
CageCode string `json:"cageCode"`
175-
DunsNumber string `json:"dunsNumber"`
176177
EmbeddedNews []struct {
177178
Date string `json:"date"`
178179
Title string `json:"title"`
@@ -211,7 +212,6 @@ type companyEnrichResult struct {
211212
LatestDealType string `json:"latestDealType"`
212213
LatestDealAmount int `json:"latestDealAmount"`
213214
StockExchange string `json:"stockExchange"`
214-
StockSymbol string `json:"stockSymbol"`
215215
IPODate string `json:"ipoDate"`
216216
SharePrice float64 `json:"sharePrice"`
217217
OutstandingShares float64 `json:"outstandingShares"`

0 commit comments

Comments
 (0)