Potentially Breaking Changes
get_well_known_jwks
replacesget_app_jwks
in theAccessTokenApi
class- users may now use their client ID with the kwarg
x_client_id
instead of using an access token with theauthorization
kwarg
- users may now use their client ID with the kwarg
LinkResponse
has been renamed toLinkCommon
LinkProductError
now hasNO_PERMISSION
added as an Enum valuePublicLinkError
now has the following Enums added:NO_ACCOUNTS
USER_SETUP_REQUIRED
INVALID_CREDENTIALS
USER_OAUTH_DENIED
USER_INPUT_INCORRECT
Minor Changes
raw_provider_data
andclosed
have been added to our Identity, Account, and Account Numbers objects when availableTransactionSyncResponse
now includes the fieldaccounts
which returns a list ofAccountResponse
objectsUpdateLinkRequest
now has the fieldlink_tags
Full Changelog: v0.1.15...v0.2.0