@rentspree/express-elasticsearch-logger
Advanced tools
Comparing version 4.0.11 to 4.0.12
@@ -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.11", | ||
"version": "4.0.12", | ||
"homepage": "https://github.com/rentspree/express-elasticsearch-logger", | ||
@@ -6,0 +6,0 @@ "author": { |
32926
760