maleo-foundation 0.0.79__tar.gz → 0.0.81__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.
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/PKG-INFO +2 -2
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/general/token.py +3 -1
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation.egg-info/PKG-INFO +2 -2
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation.egg-info/requires.txt +1 -1
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/pyproject.toml +2 -2
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/README.md +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/general/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/general/http.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/google/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/google/cloud/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/google/cloud/logging.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/google/cloud/secret.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/google/cloud/storage.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/utils/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/utils/logger.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/constants.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/db/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/db/engine.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/db/manager.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/db/session.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/db/table.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/enums.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/expanded_types/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/expanded_types/client.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/expanded_types/general.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/expanded_types/query.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/expanded_types/service.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/extended_types.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/middlewares/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/middlewares/base.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/middlewares/cors.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/responses.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/schemas/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/schemas/general.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/schemas/parameter.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/schemas/result.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/general/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/parameters/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/parameters/client.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/parameters/general.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/parameters/service.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/results/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/results/client/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/results/client/controllers/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/results/client/controllers/http.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/results/client/service.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/results/service/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/results/service/controllers/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/results/service/controllers/rest.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/results/service/general.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/results/service/query.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/types.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/utils/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/utils/controller.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/utils/exceptions.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/utils/formatter/__init__.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/utils/formatter/case.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/utils/keyloader.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/utils/logger.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/utils/query.py +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation.egg-info/SOURCES.txt +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation.egg-info/dependency_links.txt +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation.egg-info/top_level.txt +0 -0
- {maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: maleo_foundation
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.81
|
|
4
4
|
Summary: Foundation package for Maleo
|
|
5
5
|
Author-email: Agra Bima Yuda <agra@nexmedis.com>
|
|
6
6
|
License: MIT
|
|
@@ -24,7 +24,7 @@ Requires-Dist: google-cloud-audit-log>=0.3.2
|
|
|
24
24
|
Requires-Dist: google-cloud-core>=2.4.3
|
|
25
25
|
Requires-Dist: google-cloud-logging>=3.12.0
|
|
26
26
|
Requires-Dist: google-cloud-secret-manager>=2.23.3
|
|
27
|
-
Requires-Dist: google-cloud-storage>=
|
|
27
|
+
Requires-Dist: google-cloud-storage>=2.19.0
|
|
28
28
|
Requires-Dist: google-crc32c>=1.7.1
|
|
29
29
|
Requires-Dist: google-resumable-media>=2.7.2
|
|
30
30
|
Requires-Dist: googleapis-common-protos>=1.70.0
|
|
@@ -3,7 +3,7 @@ from datetime import datetime, timedelta, timezone
|
|
|
3
3
|
from maleo_foundation.types import BaseTypes
|
|
4
4
|
|
|
5
5
|
class BaseTokenGeneralTransfers:
|
|
6
|
-
class
|
|
6
|
+
class BasePayload(BaseModel):
|
|
7
7
|
sr:str = Field(..., description="System role")
|
|
8
8
|
u_u:str = Field(..., description="user's username")
|
|
9
9
|
u_e:str = Field(..., description="user's email")
|
|
@@ -11,6 +11,8 @@ class BaseTokenGeneralTransfers:
|
|
|
11
11
|
o:BaseTypes.OptionalString = Field(..., description="Organization's key")
|
|
12
12
|
o_ot:BaseTypes.OptionalString = Field(..., description="Organization's type")
|
|
13
13
|
uor:BaseTypes.OptionalListOfStrings = Field(..., description="User Organization Role")
|
|
14
|
+
|
|
15
|
+
class DecodePayload(BasePayload):
|
|
14
16
|
iat_dt:datetime = Field(datetime.now(timezone.utc), description="Issued at (datetime)")
|
|
15
17
|
iat:int = Field(..., description="Issued at (integer)")
|
|
16
18
|
exp_dt:datetime = Field(..., description="Expired at (datetime)")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: maleo_foundation
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.81
|
|
4
4
|
Summary: Foundation package for Maleo
|
|
5
5
|
Author-email: Agra Bima Yuda <agra@nexmedis.com>
|
|
6
6
|
License: MIT
|
|
@@ -24,7 +24,7 @@ Requires-Dist: google-cloud-audit-log>=0.3.2
|
|
|
24
24
|
Requires-Dist: google-cloud-core>=2.4.3
|
|
25
25
|
Requires-Dist: google-cloud-logging>=3.12.0
|
|
26
26
|
Requires-Dist: google-cloud-secret-manager>=2.23.3
|
|
27
|
-
Requires-Dist: google-cloud-storage>=
|
|
27
|
+
Requires-Dist: google-cloud-storage>=2.19.0
|
|
28
28
|
Requires-Dist: google-crc32c>=1.7.1
|
|
29
29
|
Requires-Dist: google-resumable-media>=2.7.2
|
|
30
30
|
Requires-Dist: googleapis-common-protos>=1.70.0
|
|
@@ -16,7 +16,7 @@ google-cloud-audit-log>=0.3.2
|
|
|
16
16
|
google-cloud-core>=2.4.3
|
|
17
17
|
google-cloud-logging>=3.12.0
|
|
18
18
|
google-cloud-secret-manager>=2.23.3
|
|
19
|
-
google-cloud-storage>=
|
|
19
|
+
google-cloud-storage>=2.19.0
|
|
20
20
|
google-crc32c>=1.7.1
|
|
21
21
|
google-resumable-media>=2.7.2
|
|
22
22
|
googleapis-common-protos>=1.70.0
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "maleo_foundation"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.81"
|
|
8
8
|
description = "Foundation package for Maleo"
|
|
9
9
|
authors = [
|
|
10
10
|
{ name = "Agra Bima Yuda", email = "agra@nexmedis.com" }
|
|
@@ -31,7 +31,7 @@ dependencies = [
|
|
|
31
31
|
"google-cloud-core>=2.4.3",
|
|
32
32
|
"google-cloud-logging>=3.12.0",
|
|
33
33
|
"google-cloud-secret-manager>=2.23.3",
|
|
34
|
-
"google-cloud-storage>=
|
|
34
|
+
"google-cloud-storage>=2.19.0",
|
|
35
35
|
"google-crc32c>=1.7.1",
|
|
36
36
|
"google-resumable-media>=2.7.2",
|
|
37
37
|
"googleapis-common-protos>=1.70.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/general/__init__.py
RENAMED
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/general/http.py
RENAMED
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/google/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/google/cloud/logging.py
RENAMED
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/google/cloud/secret.py
RENAMED
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/google/cloud/storage.py
RENAMED
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/utils/__init__.py
RENAMED
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/clients/utils/logger.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/expanded_types/__init__.py
RENAMED
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/expanded_types/client.py
RENAMED
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/expanded_types/general.py
RENAMED
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/expanded_types/query.py
RENAMED
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/expanded_types/service.py
RENAMED
|
File without changes
|
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/middlewares/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/schemas/__init__.py
RENAMED
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/schemas/general.py
RENAMED
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/schemas/parameter.py
RENAMED
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/schemas/result.py
RENAMED
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/models/transfers/__init__.py
RENAMED
|
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
|
|
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
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/utils/formatter/__init__.py
RENAMED
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation/utils/formatter/case.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maleo_foundation-0.0.79 → maleo_foundation-0.0.81}/maleo_foundation.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|