公的地位引数の列挙値を Person API に追加しましたBreaking changes
新着情報
Changes the political_exposure property of the Person object to use enum values instead of a string.
Why is this a breaking change?
You can no longer assign a value to the political_
property that isn’t on the political exposure enums list.
Impact
You must update any code that creates or updates a Person
object using an invalid political_
value, or one that expects a Person to have an invalid political_
value.