Skip to content

Commit e517fe0

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 e517fe0

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

cuenca/resources/password_resets.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,14 @@ 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': (
32+
'https://dashboard.metamap.com/identity/'
33+
'identity-id/verification/verification-id'
34+
),
3135
'created_at': '2026-05-06T14:15:22Z',
36+
'updated_at': '2026-05-06T14:18:22Z',
37+
'deactivated_at': '2026-05-06T14:20:22Z',
3238
}
3339
}
3440
)

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)