|
|
|
@ -20,6 +20,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
|
items: { type: "string" },
|
|
|
|
|
},
|
|
|
|
|
state: { type: "string" },
|
|
|
|
|
email: { type: "string" },
|
|
|
|
|
country: { type: "string" },
|
|
|
|
|
office_address1: { type: "string" },
|
|
|
|
|
address2: { type: "string" },
|
|
|
|
@ -144,6 +145,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
|
zone: { type: "string" },
|
|
|
|
|
pincode: { type: "string" },
|
|
|
|
|
departmentName: { type: "string" },
|
|
|
|
|
email: { type: "string" },
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|