|
|
@ -98,6 +98,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
phone: { type: "string" },
|
|
|
|
phone: { type: "string" },
|
|
|
|
firstName: { type: "string" },
|
|
|
|
firstName: { type: "string" },
|
|
|
|
lastName: { type: "string" },
|
|
|
|
lastName: { type: "string" },
|
|
|
|
|
|
|
|
|
|
|
|
address1: { type: "string" },
|
|
|
|
address1: { type: "string" },
|
|
|
|
address2: { type: "string" },
|
|
|
|
address2: { type: "string" },
|
|
|
|
city: { type: "string" },
|
|
|
|
city: { type: "string" },
|
|
|
@ -345,6 +346,8 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
phone: { type: "string" },
|
|
|
|
phone: { type: "string" },
|
|
|
|
firstName: { type: "string" },
|
|
|
|
firstName: { type: "string" },
|
|
|
|
lastName: { type: "string" },
|
|
|
|
lastName: { type: "string" },
|
|
|
|
|
|
|
|
username: { type: "string" },
|
|
|
|
|
|
|
|
email: { type: "string" },
|
|
|
|
address1: { type: "string" },
|
|
|
|
address1: { type: "string" },
|
|
|
|
address2: { type: "string" },
|
|
|
|
address2: { type: "string" },
|
|
|
|
city: { type: "string" },
|
|
|
|
city: { type: "string" },
|
|
|
|