cuenca 2.1.4.dev0__py3-none-any.whl → 2.1.4.dev2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,10 +12,12 @@ class UserTOSAgreement(Creatable, Retrievable, Queryable):
12
12
 
13
13
  id: str
14
14
  created_at: dt.datetime
15
+ updated_at: dt.datetime
15
16
  user_id: str
16
17
  type: TermsOfService
17
18
  version: str
18
19
  ip: str
19
20
  location: str
20
- hash: str
21
- url: SerializableHttpUrl
21
+ digital_signature: str
22
+ signed_document_url: SerializableHttpUrl
23
+ notification_id: str
cuenca/version.py CHANGED
@@ -1,3 +1,3 @@
1
- __version__ = '2.1.4.dev0'
1
+ __version__ = '2.1.4.dev2'
2
2
  CLIENT_VERSION = __version__
3
3
  API_VERSION = '2020-03-19'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cuenca
3
- Version: 2.1.4.dev0
3
+ Version: 2.1.4.dev2
4
4
  Summary: Cuenca API Client
5
5
  Home-page: https://github.com/cuenca-mx/cuenca-python
6
6
  Author: Cuenca
@@ -2,7 +2,7 @@ cuenca/__init__.py,sha256=3vdbxgKHTcasyNd79-pWouw79PpMKJC6VBjQlWI1Yvo,1878
2
2
  cuenca/exc.py,sha256=r_lL03-JS0AsXw71wuNbiwNYLHNDagM56tRxpYyK6Lw,601
3
3
  cuenca/jwt.py,sha256=plB2ttHPZnL0xq3gqubw_Jjtj1QYG2E5bk99N3cn5zg,1502
4
4
  cuenca/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- cuenca/version.py,sha256=rpQeW5b0bKlr4wYsREOLh0dw3aMIJZZYm7MCpWyWqGI,83
5
+ cuenca/version.py,sha256=hBbdfrv9Jls_P0bc61QA1bW11RZEZi_DSRQihNy4sdY,83
6
6
  cuenca/http/__init__.py,sha256=V5TG6Ro9d3VY7umzcbtanmvHlGkv-k71H0tqrdMyH-s,49
7
7
  cuenca/http/client.py,sha256=psXJiSgd3SUSJ5jwvhdBWsVMNadenG353BNVXdh7HMY,4168
8
8
  cuenca/resources/__init__.py,sha256=9I3LDt_i-nA22WK_2RWa46tT-jc-iGIZlvzOF8skJxg,3266
@@ -46,12 +46,12 @@ cuenca/resources/user_events.py,sha256=L57v7clStwxyJX2vwe-357uRTrzeQglDpCCgXRg7v
46
46
  cuenca/resources/user_lists_validation.py,sha256=UrInfZRUVd4nODBIBOTH8ALEZ3pvdYS2_xfFR7UeNrc,1595
47
47
  cuenca/resources/user_logins.py,sha256=KDauv2c5BJUR-C5ZeIjAPsv-8VH11BhoT-wCU9KgrwY,1542
48
48
  cuenca/resources/users.py,sha256=3qb0-_3KBQCooqFUrknQ28ywU2v7s4JMudrd65z5Q-0,6321
49
- cuenca/resources/users_tos_agreements.py,sha256=bqt_mXnrl61jop36x6unufDvep3UtLh_U81-ivILDtw,504
49
+ cuenca/resources/users_tos_agreements.py,sha256=X9BYWmzRXlj7RER8fa_adCIhaNw53dcPj-Q4oxOLa44,586
50
50
  cuenca/resources/verifications.py,sha256=YyvSh5IpiJ02lHK8k-guTwoHSFoaMYSFk1aC2tPi7n0,1680
51
51
  cuenca/resources/wallet_transactions.py,sha256=8ePZI3-GaEd658GPYizAfHK9GVwlkt1r95-mEb7T3Jg,1030
52
52
  cuenca/resources/webhooks.py,sha256=bGjuvkSP3GXo4Q6v8iZ40Md8xc4AQrEmAD3r40VJqxM,392
53
53
  cuenca/resources/whatsapp_transfers.py,sha256=YSL606FBOMGKjhyKK5TiF0di96zdDKoiVtjiz_Zl_ZI,902
54
- cuenca-2.1.4.dev0.dist-info/licenses/LICENSE,sha256=aWv5PmUiAcNENEAdghcVQSeU56pXJHWexJYgklK9XLg,1063
54
+ cuenca-2.1.4.dev2.dist-info/licenses/LICENSE,sha256=aWv5PmUiAcNENEAdghcVQSeU56pXJHWexJYgklK9XLg,1063
55
55
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
56
56
  tests/conftest.py,sha256=xrQtFNkqWG4KG35HorTD5N3-QUL98CAXqmLxu93haKI,1769
57
57
  tests/test_cuenca.py,sha256=aeha_utz9YiHQg6eJK2PB7g66pVUYFi9U6pYMGXDKvk,1628
@@ -102,7 +102,7 @@ tests/resources/test_verifications.py,sha256=yyL-bdryQU3MvqnmAgnnzGG9t7UTxWwPiVu
102
102
  tests/resources/test_wallet_transactions.py,sha256=_L2hjPHT4FwwhxksUoaoVHwFFYOGWfF4ScCbk0kb7Hw,3945
103
103
  tests/resources/test_webhooks.py,sha256=nYCqAnlNJcMJKRHhgoHOWTQnFLWQHHvFyY8GVCxGTD8,328
104
104
  tests/resources/test_whatsapp_transfers.py,sha256=4Dmrsbytx7LRrLQo9M8TAL7cGKJufPStkp51UdRCnYU,1030
105
- cuenca-2.1.4.dev0.dist-info/METADATA,sha256=u9uLa6rn6oj86uSEdB3EHv8rynKF-sTZO8q6WQnS8-E,4988
106
- cuenca-2.1.4.dev0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
107
- cuenca-2.1.4.dev0.dist-info/top_level.txt,sha256=5h3K7XJTmJniDloPq4sIJHni_xLw-Uoc6ZJ5mcw_lZY,13
108
- cuenca-2.1.4.dev0.dist-info/RECORD,,
105
+ cuenca-2.1.4.dev2.dist-info/METADATA,sha256=awRTlUHyHycHm51MVNlpmVE46Rnf3YlLaaxTG10H1qQ,4988
106
+ cuenca-2.1.4.dev2.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
107
+ cuenca-2.1.4.dev2.dist-info/top_level.txt,sha256=5h3K7XJTmJniDloPq4sIJHni_xLw-Uoc6ZJ5mcw_lZY,13
108
+ cuenca-2.1.4.dev2.dist-info/RECORD,,