Skip to content

Commit f2fc0b7

Browse files
committed
Update version to 2.2.0 and enhance PasswordReset resource with additional timestamps for updated and deactivated states.
1 parent 99ef901 commit f2fc0b7

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

cuenca/resources/password_resets.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ class PasswordReset(Creatable):
2727
'id': 'PRNEUInh69SuKXXmK95sROwQ',
2828
'platform_id': 'PT-1234567890',
2929
'flow_id': '123e4567-e89b-12d3-a456-426614174000',
30-
'status': 'created',
30+
'status': 'succeeded',
31+
'provider_url': 'https://dashboard.metamap.com/identity/identity-id/verification/verification-id',
3132
'created_at': '2026-05-06T14:15:22Z',
33+
'updated_at': '2026-05-06T14:18:22Z',
34+
'deactivated_at': '2026-05-06T14:20:22Z',
3235
}
3336
}
3437
)

cuenca/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '2.2.0.dev3'
1+
__version__ = '2.2.0'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

0 commit comments

Comments
 (0)