xn-auth 0.2.46__tar.gz → 0.2.47__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xn-auth
3
- Version: 0.2.46
3
+ Version: 0.2.47
4
4
  Summary: Auth adapter for XN-Api framework
5
5
  Author-email: Artemiev <mixartemev@gmail.com>
6
6
  License: MIT
@@ -36,7 +36,7 @@ from x_auth.enums import Lang, Role, PeerType
36
36
 
37
37
 
38
38
  class Username(TortModel):
39
- id: int = UInt8Field(True, description="tg_id")
39
+ id: int = BigIntField(True, description="tg_id")
40
40
  username: str = CharField(127, null=True)
41
41
  phone = UInt8Field(null=True)
42
42
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xn-auth
3
- Version: 0.2.46
3
+ Version: 0.2.47
4
4
  Summary: Auth adapter for XN-Api framework
5
5
  Author-email: Artemiev <mixartemev@gmail.com>
6
6
  License: MIT
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes