maleo-foundation 0.2.40__py3-none-any.whl → 0.2.41__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.
- maleo_foundation/models/transfers/general/token.py +2 -2
- {maleo_foundation-0.2.40.dist-info → maleo_foundation-0.2.41.dist-info}/METADATA +1 -1
- {maleo_foundation-0.2.40.dist-info → maleo_foundation-0.2.41.dist-info}/RECORD +5 -5
- {maleo_foundation-0.2.40.dist-info → maleo_foundation-0.2.41.dist-info}/WHEEL +1 -1
- {maleo_foundation-0.2.40.dist-info → maleo_foundation-0.2.41.dist-info}/top_level.txt +0 -0
@@ -8,9 +8,9 @@ from maleo_foundation.models.schemas.token import MaleoFoundationTokenSchemas
|
|
8
8
|
class MaleoFoundationTokenGeneralTransfers:
|
9
9
|
class BasePayload(BaseModel):
|
10
10
|
iss:BaseTypes.OptionalString = Field(None, description="Token's issuer")
|
11
|
-
sub:
|
11
|
+
sub:str = Field(..., description="Token's subject")
|
12
12
|
sr:str = Field(..., description="System role")
|
13
|
-
u_i:
|
13
|
+
u_i:int = Field(..., description="user's id")
|
14
14
|
u_uu:UUID = Field(..., description="user's uuid")
|
15
15
|
u_u:str = Field(..., description="user's username")
|
16
16
|
u_e:str = Field(..., description="user's email")
|
@@ -65,7 +65,7 @@ maleo_foundation/models/transfers/__init__.py,sha256=oJLJ3Geeme6vBw7R2Dhvdvg4ziV
|
|
65
65
|
maleo_foundation/models/transfers/general/__init__.py,sha256=UPIE9l9XXCb6nWzaV3atMgbbCeBeRzsvFyROJuH2d2w,168
|
66
66
|
maleo_foundation/models/transfers/general/key.py,sha256=tLKkXbwNu7Oc1MdKa8-Y7TlBAIk54h_02AmL5Yg2PrQ,751
|
67
67
|
maleo_foundation/models/transfers/general/signature.py,sha256=J9xQy2HjpCQOnES7RJqsUnDgjFPuakQ1mxyfdTdstSE,297
|
68
|
-
maleo_foundation/models/transfers/general/token.py,sha256=
|
68
|
+
maleo_foundation/models/transfers/general/token.py,sha256=O_U6dQS7oMScJzqufl6Pe21pTxMsYhOzKH8aFLxjblQ,2895
|
69
69
|
maleo_foundation/models/transfers/parameters/__init__.py,sha256=oKW4RPIEISISRjsJzD8lsCGY1HhZRTzshPpWHcJu86k,353
|
70
70
|
maleo_foundation/models/transfers/parameters/client.py,sha256=3X1iCThKr72_vds4gdldB0YxTlXoLTF1rGbsXyjyBpg,4051
|
71
71
|
maleo_foundation/models/transfers/parameters/general.py,sha256=WoekZJCIoAllhXdRIJkNRdNq0QEIn0bteiHJLtzkCxU,579
|
@@ -117,7 +117,7 @@ maleo_foundation/utils/loaders/credential/__init__.py,sha256=qopTKvcMVoTFwyRijeg
|
|
117
117
|
maleo_foundation/utils/loaders/credential/google.py,sha256=SKsqPuFnAiCcYLf24CxKnMybhVHpgqnq1gGSlThqjts,994
|
118
118
|
maleo_foundation/utils/loaders/key/__init__.py,sha256=hVygcC2ImHc_aVrSrOmyedR8tMUZokWUKCKOSh5ctbo,106
|
119
119
|
maleo_foundation/utils/loaders/key/rsa.py,sha256=gDhyX6iTFtHiluuhFCozaZ3pOLKU2Y9TlrNMK_GVyGU,3796
|
120
|
-
maleo_foundation-0.2.
|
121
|
-
maleo_foundation-0.2.
|
122
|
-
maleo_foundation-0.2.
|
123
|
-
maleo_foundation-0.2.
|
120
|
+
maleo_foundation-0.2.41.dist-info/METADATA,sha256=DLgcwbVIoByJAS1mCAYMd5QD18S1MvskFTAkKio7ceM,3598
|
121
|
+
maleo_foundation-0.2.41.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
122
|
+
maleo_foundation-0.2.41.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
123
|
+
maleo_foundation-0.2.41.dist-info/RECORD,,
|
File without changes
|