|
|
@ -26,6 +26,8 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
alternativePhone: { type: "string" },
|
|
|
|
alternativePhone: { type: "string" },
|
|
|
|
email: { type: "string" },
|
|
|
|
email: { type: "string" },
|
|
|
|
status: { type: "string" },
|
|
|
|
status: { type: "string" },
|
|
|
|
|
|
|
|
officeName: { type: "string" },
|
|
|
|
|
|
|
|
city: { type: "string" },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -76,7 +78,7 @@ fastify.get("/api/getAllDepartments/:officeName/:city", {
|
|
|
|
description: "Department ID to fetch team members from"
|
|
|
|
description: "Department ID to fetch team members from"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
required: ["departmentId"]
|
|
|
|
required: ["departmentId"]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|