|  |  | @ -222,11 +222,7 @@ const installationschema = new mongoose.Schema({ | 
			
		
	
		
		
			
				
					
					|  |  |  |     reportingManager: { type: String, default: null }, |  |  |  |     reportingManager: { type: String, default: null }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     departmentName: { type: String, default: null }, |  |  |  |     departmentName: { type: String, default: null }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     zone: { type: String, default: null }, |  |  |  |     zone: { type: String, default: null }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     services: { |  |  |  |     services: { password: { bcrypt: String } }, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       password: { |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         bcrypt: { type: String, required: true } |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |       } |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |  | 
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     description: { type: String, default: null }, |  |  |  |     description: { type: String, default: null }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     startingPrice: { type: String, default: 0.0 }, |  |  |  |     startingPrice: { type: String, default: 0.0 }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     profile: { |  |  |  |     profile: { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |