Skip to content

Commit 2708be3

Browse files
author
gabino
committed
Add updated_at and notification_id attributes to UserTOSAgreement
1 parent 7c453d2 commit 2708be3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cuenca/resources/users_tos_agreements.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ class UserTOSAgreement(Creatable, Retrievable, Queryable):
1212

1313
id: str
1414
created_at: dt.datetime
15+
updated_at: dt.datetime
1516
user_id: str
1617
type: TermsOfService
1718
version: str
1819
ip: str
1920
location: str
2021
digital_signature: str
2122
signed_document_url: SerializableHttpUrl
23+
notification_id: str

cuenca/version.py

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

0 commit comments

Comments
 (0)