Hello Paul,
For shape properties you should now access shape.geometry (actually, should be available in 1.7 API as well).
For example, to add a point shape:
point = chunk.shapes.addShape()
point.geometry = Metashape.Geometry.Point(Metashape.Vector([x,y,z]))