strict matching no longer has support on latest version of Placekey api. By this, the strict matching params (strict_address_match, strict_name_match) have been removed form the calling functions.
Placekey api now supports alternate placekey types: address and building placekeys; more can be found in the documentation but these values can be retrieved by passing them in the fields param. Note, a placekey will always be returned and does not need to be passed.
Added support of place_metadata a dict[str,str] providing a location for the passing of store_id, phone_number, website, naics_code and mcc_code to the api.
Function Changes