@rentspree/express-elasticsearch-logger
Advanced tools
Comparing version 4.0.8 to 4.0.9-rc.0
@@ -179,4 +179,67 @@ const indexSettings = { | ||
body: { | ||
type: "object", | ||
enabled: false, | ||
properties: { | ||
agentEmail: { | ||
type: "text", | ||
fields: { | ||
keyword: { | ||
type: "keyword", | ||
normalizer: "lowercase", | ||
}, | ||
}, | ||
}, | ||
renterEmails: { | ||
type: "text", | ||
fields: { | ||
keyword: { | ||
type: "keyword", | ||
normalizer: "lowercase", | ||
}, | ||
}, | ||
}, | ||
screeningOption: { | ||
properties: { | ||
payerType: { | ||
type: "text", | ||
}, | ||
selectedScreeningOption: { | ||
properties: { | ||
application: { | ||
type: "text", | ||
}, | ||
creditReport: { | ||
type: "text", | ||
}, | ||
criminal: { | ||
type: "text", | ||
}, | ||
eviction: { | ||
type: "text", | ||
}, | ||
}, | ||
}, | ||
}, | ||
}, | ||
property: { | ||
properties: { | ||
propertyID: { | ||
type: "text", | ||
}, | ||
unitNumber: { | ||
type: "text", | ||
}, | ||
street: { | ||
type: "text", | ||
}, | ||
city: { | ||
type: "text", | ||
}, | ||
state: { | ||
type: "text", | ||
}, | ||
zip: { | ||
type: "text", | ||
}, | ||
}, | ||
}, | ||
}, | ||
}, | ||
@@ -183,0 +246,0 @@ }, |
{ | ||
"name": "@rentspree/express-elasticsearch-logger", | ||
"description": "Log Express app requests to ElasticSearch.", | ||
"version": "4.0.8", | ||
"version": "4.0.9-rc.0", | ||
"homepage": "https://github.com/rentspree/express-elasticsearch-logger", | ||
@@ -6,0 +6,0 @@ "author": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32932
760
1