@cendo/database-schemas
Advanced tools
Comparing version
{ | ||
"name": "@cendo/database-schemas", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -36,4 +36,9 @@ const {Schema} = require('mongoose') | ||
}, | ||
phone_plain_text: { | ||
type: String, | ||
trim: true, | ||
} | ||
}) | ||
module.exports = ShippingAddress |
10767
0.68%547
0.74%