|
|
@ -28,7 +28,8 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
pincode: { type: "string" },
|
|
|
|
pincode: { type: "string" },
|
|
|
|
googleLocation: { type: "string" },
|
|
|
|
googleLocation: { type: "string" },
|
|
|
|
gstNo: { type: "string" },
|
|
|
|
gstNo: { type: "string" },
|
|
|
|
|
|
|
|
latitude: { type: 'number', default: 0.0 },
|
|
|
|
|
|
|
|
longitude: { type: 'number', default: 0.0 },
|
|
|
|
//departmentName: { type: "string" },
|
|
|
|
//departmentName: { type: "string" },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -567,7 +568,10 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
address2: { type: "string" },
|
|
|
|
address2: { type: "string" },
|
|
|
|
zone: { type: "string" },
|
|
|
|
zone: { type: "string" },
|
|
|
|
pincode: { type: "string" },
|
|
|
|
pincode: { type: "string" },
|
|
|
|
nameoftheContactPerson: { type: "string"}
|
|
|
|
nameoftheContactPerson: { type: "string"},
|
|
|
|
|
|
|
|
googleLocation: { type: "string" },
|
|
|
|
|
|
|
|
latitude: { type: 'number', default: 0.0 },
|
|
|
|
|
|
|
|
longitude: { type: 'number', default: 0.0 },
|
|
|
|
//departmentName: { type: "string" },
|
|
|
|
//departmentName: { type: "string" },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|