postalCodeToAddressPartsを追加
内容
{県,市区町村,町域}を返すAPIpostalCodeToAddressPartsを作成
postalCodeToAddressParts(postCode:string) => Promise<{ prefecture: Prefecture, city: string, suburb: string }>;
目的
s.digibook.com/postcodeのaws移植に当たり、市区町村と町域が分離したAPIが必要になったため。