maleo-metadata-client 0.0.14__tar.gz → 0.0.22__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.
Potentially problematic release.
This version of maleo-metadata-client might be problematic. Click here for more details.
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/PKG-INFO +36 -36
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/maleo_metadata_client.egg-info/PKG-INFO +36 -36
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/maleo_metadata_client.egg-info/SOURCES.txt +1 -0
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/maleo_metadata_client.egg-info/requires.txt +35 -35
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/pyproject.toml +37 -37
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/src/manager.py +9 -0
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/src/services/blood_type.py +25 -25
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/src/services/gender.py +25 -25
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/src/services/medical_role.py +35 -35
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/src/services/medical_service.py +25 -25
- maleo_metadata_client-0.0.22/src/services/organization_role.py +304 -0
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/src/services/organization_type.py +25 -27
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/src/services/service.py +25 -25
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/src/services/system_role.py +25 -25
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/src/services/user_type.py +25 -25
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/LICENSE +0 -0
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/README.md +0 -0
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/maleo_metadata_client.egg-info/dependency_links.txt +0 -0
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/maleo_metadata_client.egg-info/top_level.txt +0 -0
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/setup.cfg +0 -0
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/src/__init__.py +0 -0
- {maleo_metadata_client-0.0.14 → maleo_metadata_client-0.0.22}/src/services/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: maleo-metadata-client
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.22
|
|
4
4
|
Summary: MaleoMetadata client package
|
|
5
5
|
Author-email: Agra Bima Yuda <agra@nexmedis.com>
|
|
6
6
|
License: MIT
|
|
@@ -17,82 +17,82 @@ Requires-Dist: cachetools>=6.2.1
|
|
|
17
17
|
Requires-Dist: certifi>=2025.10.5
|
|
18
18
|
Requires-Dist: cffi>=2.0.0
|
|
19
19
|
Requires-Dist: cfgv>=3.4.0
|
|
20
|
-
Requires-Dist: charset-normalizer>=3.4.
|
|
20
|
+
Requires-Dist: charset-normalizer>=3.4.4
|
|
21
21
|
Requires-Dist: click>=8.3.0
|
|
22
22
|
Requires-Dist: colorama>=0.4.6
|
|
23
|
-
Requires-Dist: cryptography>=46.0.
|
|
23
|
+
Requires-Dist: cryptography>=46.0.3
|
|
24
24
|
Requires-Dist: distlib>=0.4.0
|
|
25
25
|
Requires-Dist: dnspython>=2.8.0
|
|
26
|
-
Requires-Dist: elastic-transport>=9.
|
|
26
|
+
Requires-Dist: elastic-transport>=9.2.0
|
|
27
27
|
Requires-Dist: elasticsearch>=9.1.1
|
|
28
|
-
Requires-Dist: fastapi>=0.119.
|
|
28
|
+
Requires-Dist: fastapi>=0.119.1
|
|
29
29
|
Requires-Dist: filelock>=3.20.0
|
|
30
|
-
Requires-Dist: google-api-core>=2.
|
|
30
|
+
Requires-Dist: google-api-core>=2.27.0
|
|
31
31
|
Requires-Dist: google-auth>=2.41.1
|
|
32
|
-
Requires-Dist: google-cloud-appengine-logging>=1.
|
|
33
|
-
Requires-Dist: google-cloud-audit-log>=0.
|
|
32
|
+
Requires-Dist: google-cloud-appengine-logging>=1.7.0
|
|
33
|
+
Requires-Dist: google-cloud-audit-log>=0.4.0
|
|
34
34
|
Requires-Dist: google-cloud-core>=2.4.3
|
|
35
35
|
Requires-Dist: google-cloud-logging>=3.12.1
|
|
36
36
|
Requires-Dist: google-cloud-pubsub>=2.31.1
|
|
37
|
-
Requires-Dist: google-cloud-secret-manager>=2.
|
|
37
|
+
Requires-Dist: google-cloud-secret-manager>=2.25.0
|
|
38
38
|
Requires-Dist: google-cloud-storage>=3.4.1
|
|
39
39
|
Requires-Dist: google-crc32c>=1.7.1
|
|
40
40
|
Requires-Dist: google-resumable-media>=2.7.2
|
|
41
|
-
Requires-Dist: googleapis-common-protos>=1.
|
|
41
|
+
Requires-Dist: googleapis-common-protos>=1.71.0
|
|
42
42
|
Requires-Dist: greenlet>=3.2.4
|
|
43
|
-
Requires-Dist: grpc-google-iam-v1>=0.14.
|
|
44
|
-
Requires-Dist: grpcio>=1.
|
|
45
|
-
Requires-Dist: grpcio-status>=1.
|
|
43
|
+
Requires-Dist: grpc-google-iam-v1>=0.14.3
|
|
44
|
+
Requires-Dist: grpcio>=1.76.0
|
|
45
|
+
Requires-Dist: grpcio-status>=1.76.0
|
|
46
46
|
Requires-Dist: h11>=0.16.0
|
|
47
47
|
Requires-Dist: httpcore>=1.0.9
|
|
48
48
|
Requires-Dist: httpx>=0.28.1
|
|
49
49
|
Requires-Dist: identify>=2.6.15
|
|
50
50
|
Requires-Dist: idna>=3.11
|
|
51
51
|
Requires-Dist: importlib_metadata>=8.7.0
|
|
52
|
-
Requires-Dist: iniconfig>=2.
|
|
53
|
-
Requires-Dist: maleo-client>=0.0.
|
|
54
|
-
Requires-Dist: maleo-crypto>=0.0.
|
|
55
|
-
Requires-Dist: maleo-database>=0.1.
|
|
56
|
-
Requires-Dist: maleo-enums>=0.0.
|
|
57
|
-
Requires-Dist: maleo-google>=0.1.
|
|
58
|
-
Requires-Dist: maleo-infra>=0.1.
|
|
59
|
-
Requires-Dist: maleo-logging>=0.0.
|
|
60
|
-
Requires-Dist: maleo-metadata>=0.3.
|
|
61
|
-
Requires-Dist: maleo-middlewares>=0.1.
|
|
62
|
-
Requires-Dist: maleo-schemas>=0.1.
|
|
63
|
-
Requires-Dist: maleo-soma>=0.2.
|
|
64
|
-
Requires-Dist: maleo-types>=0.0.
|
|
65
|
-
Requires-Dist: maleo-utils>=0.0.
|
|
52
|
+
Requires-Dist: iniconfig>=2.3.0
|
|
53
|
+
Requires-Dist: maleo-client>=0.0.14
|
|
54
|
+
Requires-Dist: maleo-crypto>=0.0.44
|
|
55
|
+
Requires-Dist: maleo-database>=0.1.54
|
|
56
|
+
Requires-Dist: maleo-enums>=0.0.44
|
|
57
|
+
Requires-Dist: maleo-google>=0.1.24
|
|
58
|
+
Requires-Dist: maleo-infra>=0.1.54
|
|
59
|
+
Requires-Dist: maleo-logging>=0.0.44
|
|
60
|
+
Requires-Dist: maleo-metadata>=0.3.58
|
|
61
|
+
Requires-Dist: maleo-middlewares>=0.1.24
|
|
62
|
+
Requires-Dist: maleo-schemas>=0.1.54
|
|
63
|
+
Requires-Dist: maleo-soma>=0.2.14
|
|
64
|
+
Requires-Dist: maleo-types>=0.0.24
|
|
65
|
+
Requires-Dist: maleo-utils>=0.0.44
|
|
66
66
|
Requires-Dist: motor>=3.7.1
|
|
67
67
|
Requires-Dist: mypy_extensions>=1.1.0
|
|
68
68
|
Requires-Dist: nodeenv>=1.9.1
|
|
69
|
-
Requires-Dist: opentelemetry-api>=1.
|
|
70
|
-
Requires-Dist: opentelemetry-sdk>=1.
|
|
71
|
-
Requires-Dist: opentelemetry-semantic-conventions>=0.
|
|
69
|
+
Requires-Dist: opentelemetry-api>=1.38.0
|
|
70
|
+
Requires-Dist: opentelemetry-sdk>=1.38.0
|
|
71
|
+
Requires-Dist: opentelemetry-semantic-conventions>=0.59b0
|
|
72
72
|
Requires-Dist: packaging>=25.0
|
|
73
73
|
Requires-Dist: pathspec>=0.12.1
|
|
74
74
|
Requires-Dist: platformdirs>=4.5.0
|
|
75
75
|
Requires-Dist: pluggy>=1.6.0
|
|
76
76
|
Requires-Dist: pre_commit>=4.3.0
|
|
77
77
|
Requires-Dist: proto-plus>=1.26.1
|
|
78
|
-
Requires-Dist: protobuf>=6.
|
|
79
|
-
Requires-Dist: psutil>=7.1.
|
|
78
|
+
Requires-Dist: protobuf>=6.33.0
|
|
79
|
+
Requires-Dist: psutil>=7.1.1
|
|
80
80
|
Requires-Dist: pyasn1>=0.6.1
|
|
81
81
|
Requires-Dist: pyasn1_modules>=0.4.2
|
|
82
82
|
Requires-Dist: pycparser>=2.23
|
|
83
83
|
Requires-Dist: pycryptodome>=3.23.0
|
|
84
|
-
Requires-Dist: pydantic>=2.12.
|
|
84
|
+
Requires-Dist: pydantic>=2.12.3
|
|
85
85
|
Requires-Dist: pydantic-settings>=2.11.0
|
|
86
|
-
Requires-Dist: pydantic_core>=2.41.
|
|
86
|
+
Requires-Dist: pydantic_core>=2.41.4
|
|
87
87
|
Requires-Dist: Pygments>=2.19.2
|
|
88
88
|
Requires-Dist: PyJWT>=2.10.1
|
|
89
89
|
Requires-Dist: pymongo>=4.15.3
|
|
90
90
|
Requires-Dist: pytest>=8.4.2
|
|
91
91
|
Requires-Dist: python-dateutil>=2.9.0.post0
|
|
92
92
|
Requires-Dist: python-dotenv>=1.1.1
|
|
93
|
-
Requires-Dist: pytokens>=0.
|
|
93
|
+
Requires-Dist: pytokens>=0.2.0
|
|
94
94
|
Requires-Dist: PyYAML>=6.0.3
|
|
95
|
-
Requires-Dist: redis>=
|
|
95
|
+
Requires-Dist: redis>=7.0.0
|
|
96
96
|
Requires-Dist: requests>=2.32.5
|
|
97
97
|
Requires-Dist: rsa>=4.9.1
|
|
98
98
|
Requires-Dist: six>=1.17.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: maleo-metadata-client
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.22
|
|
4
4
|
Summary: MaleoMetadata client package
|
|
5
5
|
Author-email: Agra Bima Yuda <agra@nexmedis.com>
|
|
6
6
|
License: MIT
|
|
@@ -17,82 +17,82 @@ Requires-Dist: cachetools>=6.2.1
|
|
|
17
17
|
Requires-Dist: certifi>=2025.10.5
|
|
18
18
|
Requires-Dist: cffi>=2.0.0
|
|
19
19
|
Requires-Dist: cfgv>=3.4.0
|
|
20
|
-
Requires-Dist: charset-normalizer>=3.4.
|
|
20
|
+
Requires-Dist: charset-normalizer>=3.4.4
|
|
21
21
|
Requires-Dist: click>=8.3.0
|
|
22
22
|
Requires-Dist: colorama>=0.4.6
|
|
23
|
-
Requires-Dist: cryptography>=46.0.
|
|
23
|
+
Requires-Dist: cryptography>=46.0.3
|
|
24
24
|
Requires-Dist: distlib>=0.4.0
|
|
25
25
|
Requires-Dist: dnspython>=2.8.0
|
|
26
|
-
Requires-Dist: elastic-transport>=9.
|
|
26
|
+
Requires-Dist: elastic-transport>=9.2.0
|
|
27
27
|
Requires-Dist: elasticsearch>=9.1.1
|
|
28
|
-
Requires-Dist: fastapi>=0.119.
|
|
28
|
+
Requires-Dist: fastapi>=0.119.1
|
|
29
29
|
Requires-Dist: filelock>=3.20.0
|
|
30
|
-
Requires-Dist: google-api-core>=2.
|
|
30
|
+
Requires-Dist: google-api-core>=2.27.0
|
|
31
31
|
Requires-Dist: google-auth>=2.41.1
|
|
32
|
-
Requires-Dist: google-cloud-appengine-logging>=1.
|
|
33
|
-
Requires-Dist: google-cloud-audit-log>=0.
|
|
32
|
+
Requires-Dist: google-cloud-appengine-logging>=1.7.0
|
|
33
|
+
Requires-Dist: google-cloud-audit-log>=0.4.0
|
|
34
34
|
Requires-Dist: google-cloud-core>=2.4.3
|
|
35
35
|
Requires-Dist: google-cloud-logging>=3.12.1
|
|
36
36
|
Requires-Dist: google-cloud-pubsub>=2.31.1
|
|
37
|
-
Requires-Dist: google-cloud-secret-manager>=2.
|
|
37
|
+
Requires-Dist: google-cloud-secret-manager>=2.25.0
|
|
38
38
|
Requires-Dist: google-cloud-storage>=3.4.1
|
|
39
39
|
Requires-Dist: google-crc32c>=1.7.1
|
|
40
40
|
Requires-Dist: google-resumable-media>=2.7.2
|
|
41
|
-
Requires-Dist: googleapis-common-protos>=1.
|
|
41
|
+
Requires-Dist: googleapis-common-protos>=1.71.0
|
|
42
42
|
Requires-Dist: greenlet>=3.2.4
|
|
43
|
-
Requires-Dist: grpc-google-iam-v1>=0.14.
|
|
44
|
-
Requires-Dist: grpcio>=1.
|
|
45
|
-
Requires-Dist: grpcio-status>=1.
|
|
43
|
+
Requires-Dist: grpc-google-iam-v1>=0.14.3
|
|
44
|
+
Requires-Dist: grpcio>=1.76.0
|
|
45
|
+
Requires-Dist: grpcio-status>=1.76.0
|
|
46
46
|
Requires-Dist: h11>=0.16.0
|
|
47
47
|
Requires-Dist: httpcore>=1.0.9
|
|
48
48
|
Requires-Dist: httpx>=0.28.1
|
|
49
49
|
Requires-Dist: identify>=2.6.15
|
|
50
50
|
Requires-Dist: idna>=3.11
|
|
51
51
|
Requires-Dist: importlib_metadata>=8.7.0
|
|
52
|
-
Requires-Dist: iniconfig>=2.
|
|
53
|
-
Requires-Dist: maleo-client>=0.0.
|
|
54
|
-
Requires-Dist: maleo-crypto>=0.0.
|
|
55
|
-
Requires-Dist: maleo-database>=0.1.
|
|
56
|
-
Requires-Dist: maleo-enums>=0.0.
|
|
57
|
-
Requires-Dist: maleo-google>=0.1.
|
|
58
|
-
Requires-Dist: maleo-infra>=0.1.
|
|
59
|
-
Requires-Dist: maleo-logging>=0.0.
|
|
60
|
-
Requires-Dist: maleo-metadata>=0.3.
|
|
61
|
-
Requires-Dist: maleo-middlewares>=0.1.
|
|
62
|
-
Requires-Dist: maleo-schemas>=0.1.
|
|
63
|
-
Requires-Dist: maleo-soma>=0.2.
|
|
64
|
-
Requires-Dist: maleo-types>=0.0.
|
|
65
|
-
Requires-Dist: maleo-utils>=0.0.
|
|
52
|
+
Requires-Dist: iniconfig>=2.3.0
|
|
53
|
+
Requires-Dist: maleo-client>=0.0.14
|
|
54
|
+
Requires-Dist: maleo-crypto>=0.0.44
|
|
55
|
+
Requires-Dist: maleo-database>=0.1.54
|
|
56
|
+
Requires-Dist: maleo-enums>=0.0.44
|
|
57
|
+
Requires-Dist: maleo-google>=0.1.24
|
|
58
|
+
Requires-Dist: maleo-infra>=0.1.54
|
|
59
|
+
Requires-Dist: maleo-logging>=0.0.44
|
|
60
|
+
Requires-Dist: maleo-metadata>=0.3.58
|
|
61
|
+
Requires-Dist: maleo-middlewares>=0.1.24
|
|
62
|
+
Requires-Dist: maleo-schemas>=0.1.54
|
|
63
|
+
Requires-Dist: maleo-soma>=0.2.14
|
|
64
|
+
Requires-Dist: maleo-types>=0.0.24
|
|
65
|
+
Requires-Dist: maleo-utils>=0.0.44
|
|
66
66
|
Requires-Dist: motor>=3.7.1
|
|
67
67
|
Requires-Dist: mypy_extensions>=1.1.0
|
|
68
68
|
Requires-Dist: nodeenv>=1.9.1
|
|
69
|
-
Requires-Dist: opentelemetry-api>=1.
|
|
70
|
-
Requires-Dist: opentelemetry-sdk>=1.
|
|
71
|
-
Requires-Dist: opentelemetry-semantic-conventions>=0.
|
|
69
|
+
Requires-Dist: opentelemetry-api>=1.38.0
|
|
70
|
+
Requires-Dist: opentelemetry-sdk>=1.38.0
|
|
71
|
+
Requires-Dist: opentelemetry-semantic-conventions>=0.59b0
|
|
72
72
|
Requires-Dist: packaging>=25.0
|
|
73
73
|
Requires-Dist: pathspec>=0.12.1
|
|
74
74
|
Requires-Dist: platformdirs>=4.5.0
|
|
75
75
|
Requires-Dist: pluggy>=1.6.0
|
|
76
76
|
Requires-Dist: pre_commit>=4.3.0
|
|
77
77
|
Requires-Dist: proto-plus>=1.26.1
|
|
78
|
-
Requires-Dist: protobuf>=6.
|
|
79
|
-
Requires-Dist: psutil>=7.1.
|
|
78
|
+
Requires-Dist: protobuf>=6.33.0
|
|
79
|
+
Requires-Dist: psutil>=7.1.1
|
|
80
80
|
Requires-Dist: pyasn1>=0.6.1
|
|
81
81
|
Requires-Dist: pyasn1_modules>=0.4.2
|
|
82
82
|
Requires-Dist: pycparser>=2.23
|
|
83
83
|
Requires-Dist: pycryptodome>=3.23.0
|
|
84
|
-
Requires-Dist: pydantic>=2.12.
|
|
84
|
+
Requires-Dist: pydantic>=2.12.3
|
|
85
85
|
Requires-Dist: pydantic-settings>=2.11.0
|
|
86
|
-
Requires-Dist: pydantic_core>=2.41.
|
|
86
|
+
Requires-Dist: pydantic_core>=2.41.4
|
|
87
87
|
Requires-Dist: Pygments>=2.19.2
|
|
88
88
|
Requires-Dist: PyJWT>=2.10.1
|
|
89
89
|
Requires-Dist: pymongo>=4.15.3
|
|
90
90
|
Requires-Dist: pytest>=8.4.2
|
|
91
91
|
Requires-Dist: python-dateutil>=2.9.0.post0
|
|
92
92
|
Requires-Dist: python-dotenv>=1.1.1
|
|
93
|
-
Requires-Dist: pytokens>=0.
|
|
93
|
+
Requires-Dist: pytokens>=0.2.0
|
|
94
94
|
Requires-Dist: PyYAML>=6.0.3
|
|
95
|
-
Requires-Dist: redis>=
|
|
95
|
+
Requires-Dist: redis>=7.0.0
|
|
96
96
|
Requires-Dist: requests>=2.32.5
|
|
97
97
|
Requires-Dist: rsa>=4.9.1
|
|
98
98
|
Requires-Dist: six>=1.17.0
|
|
@@ -8,82 +8,82 @@ cachetools>=6.2.1
|
|
|
8
8
|
certifi>=2025.10.5
|
|
9
9
|
cffi>=2.0.0
|
|
10
10
|
cfgv>=3.4.0
|
|
11
|
-
charset-normalizer>=3.4.
|
|
11
|
+
charset-normalizer>=3.4.4
|
|
12
12
|
click>=8.3.0
|
|
13
13
|
colorama>=0.4.6
|
|
14
|
-
cryptography>=46.0.
|
|
14
|
+
cryptography>=46.0.3
|
|
15
15
|
distlib>=0.4.0
|
|
16
16
|
dnspython>=2.8.0
|
|
17
|
-
elastic-transport>=9.
|
|
17
|
+
elastic-transport>=9.2.0
|
|
18
18
|
elasticsearch>=9.1.1
|
|
19
|
-
fastapi>=0.119.
|
|
19
|
+
fastapi>=0.119.1
|
|
20
20
|
filelock>=3.20.0
|
|
21
|
-
google-api-core>=2.
|
|
21
|
+
google-api-core>=2.27.0
|
|
22
22
|
google-auth>=2.41.1
|
|
23
|
-
google-cloud-appengine-logging>=1.
|
|
24
|
-
google-cloud-audit-log>=0.
|
|
23
|
+
google-cloud-appengine-logging>=1.7.0
|
|
24
|
+
google-cloud-audit-log>=0.4.0
|
|
25
25
|
google-cloud-core>=2.4.3
|
|
26
26
|
google-cloud-logging>=3.12.1
|
|
27
27
|
google-cloud-pubsub>=2.31.1
|
|
28
|
-
google-cloud-secret-manager>=2.
|
|
28
|
+
google-cloud-secret-manager>=2.25.0
|
|
29
29
|
google-cloud-storage>=3.4.1
|
|
30
30
|
google-crc32c>=1.7.1
|
|
31
31
|
google-resumable-media>=2.7.2
|
|
32
|
-
googleapis-common-protos>=1.
|
|
32
|
+
googleapis-common-protos>=1.71.0
|
|
33
33
|
greenlet>=3.2.4
|
|
34
|
-
grpc-google-iam-v1>=0.14.
|
|
35
|
-
grpcio>=1.
|
|
36
|
-
grpcio-status>=1.
|
|
34
|
+
grpc-google-iam-v1>=0.14.3
|
|
35
|
+
grpcio>=1.76.0
|
|
36
|
+
grpcio-status>=1.76.0
|
|
37
37
|
h11>=0.16.0
|
|
38
38
|
httpcore>=1.0.9
|
|
39
39
|
httpx>=0.28.1
|
|
40
40
|
identify>=2.6.15
|
|
41
41
|
idna>=3.11
|
|
42
42
|
importlib_metadata>=8.7.0
|
|
43
|
-
iniconfig>=2.
|
|
44
|
-
maleo-client>=0.0.
|
|
45
|
-
maleo-crypto>=0.0.
|
|
46
|
-
maleo-database>=0.1.
|
|
47
|
-
maleo-enums>=0.0.
|
|
48
|
-
maleo-google>=0.1.
|
|
49
|
-
maleo-infra>=0.1.
|
|
50
|
-
maleo-logging>=0.0.
|
|
51
|
-
maleo-metadata>=0.3.
|
|
52
|
-
maleo-middlewares>=0.1.
|
|
53
|
-
maleo-schemas>=0.1.
|
|
54
|
-
maleo-soma>=0.2.
|
|
55
|
-
maleo-types>=0.0.
|
|
56
|
-
maleo-utils>=0.0.
|
|
43
|
+
iniconfig>=2.3.0
|
|
44
|
+
maleo-client>=0.0.14
|
|
45
|
+
maleo-crypto>=0.0.44
|
|
46
|
+
maleo-database>=0.1.54
|
|
47
|
+
maleo-enums>=0.0.44
|
|
48
|
+
maleo-google>=0.1.24
|
|
49
|
+
maleo-infra>=0.1.54
|
|
50
|
+
maleo-logging>=0.0.44
|
|
51
|
+
maleo-metadata>=0.3.58
|
|
52
|
+
maleo-middlewares>=0.1.24
|
|
53
|
+
maleo-schemas>=0.1.54
|
|
54
|
+
maleo-soma>=0.2.14
|
|
55
|
+
maleo-types>=0.0.24
|
|
56
|
+
maleo-utils>=0.0.44
|
|
57
57
|
motor>=3.7.1
|
|
58
58
|
mypy_extensions>=1.1.0
|
|
59
59
|
nodeenv>=1.9.1
|
|
60
|
-
opentelemetry-api>=1.
|
|
61
|
-
opentelemetry-sdk>=1.
|
|
62
|
-
opentelemetry-semantic-conventions>=0.
|
|
60
|
+
opentelemetry-api>=1.38.0
|
|
61
|
+
opentelemetry-sdk>=1.38.0
|
|
62
|
+
opentelemetry-semantic-conventions>=0.59b0
|
|
63
63
|
packaging>=25.0
|
|
64
64
|
pathspec>=0.12.1
|
|
65
65
|
platformdirs>=4.5.0
|
|
66
66
|
pluggy>=1.6.0
|
|
67
67
|
pre_commit>=4.3.0
|
|
68
68
|
proto-plus>=1.26.1
|
|
69
|
-
protobuf>=6.
|
|
70
|
-
psutil>=7.1.
|
|
69
|
+
protobuf>=6.33.0
|
|
70
|
+
psutil>=7.1.1
|
|
71
71
|
pyasn1>=0.6.1
|
|
72
72
|
pyasn1_modules>=0.4.2
|
|
73
73
|
pycparser>=2.23
|
|
74
74
|
pycryptodome>=3.23.0
|
|
75
|
-
pydantic>=2.12.
|
|
75
|
+
pydantic>=2.12.3
|
|
76
76
|
pydantic-settings>=2.11.0
|
|
77
|
-
pydantic_core>=2.41.
|
|
77
|
+
pydantic_core>=2.41.4
|
|
78
78
|
Pygments>=2.19.2
|
|
79
79
|
PyJWT>=2.10.1
|
|
80
80
|
pymongo>=4.15.3
|
|
81
81
|
pytest>=8.4.2
|
|
82
82
|
python-dateutil>=2.9.0.post0
|
|
83
83
|
python-dotenv>=1.1.1
|
|
84
|
-
pytokens>=0.
|
|
84
|
+
pytokens>=0.2.0
|
|
85
85
|
PyYAML>=6.0.3
|
|
86
|
-
redis>=
|
|
86
|
+
redis>=7.0.0
|
|
87
87
|
requests>=2.32.5
|
|
88
88
|
rsa>=4.9.1
|
|
89
89
|
six>=1.17.0
|
|
@@ -3,8 +3,8 @@ requires = ["setuptools", "wheel"]
|
|
|
3
3
|
build-backend = "setuptools.build_meta"
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
|
-
name = "maleo-metadata-client"
|
|
7
|
-
version = "0.0.
|
|
6
|
+
name = "maleo-metadata-client"
|
|
7
|
+
version = "0.0.22"
|
|
8
8
|
description = "MaleoMetadata client package"
|
|
9
9
|
authors = [
|
|
10
10
|
{ name = "Agra Bima Yuda", email = "agra@nexmedis.com" }
|
|
@@ -23,82 +23,82 @@ dependencies = [
|
|
|
23
23
|
"certifi>=2025.10.5",
|
|
24
24
|
"cffi>=2.0.0",
|
|
25
25
|
"cfgv>=3.4.0",
|
|
26
|
-
"charset-normalizer>=3.4.
|
|
26
|
+
"charset-normalizer>=3.4.4",
|
|
27
27
|
"click>=8.3.0",
|
|
28
28
|
"colorama>=0.4.6",
|
|
29
|
-
"cryptography>=46.0.
|
|
29
|
+
"cryptography>=46.0.3",
|
|
30
30
|
"distlib>=0.4.0",
|
|
31
31
|
"dnspython>=2.8.0",
|
|
32
|
-
"elastic-transport>=9.
|
|
32
|
+
"elastic-transport>=9.2.0",
|
|
33
33
|
"elasticsearch>=9.1.1",
|
|
34
|
-
"fastapi>=0.119.
|
|
34
|
+
"fastapi>=0.119.1",
|
|
35
35
|
"filelock>=3.20.0",
|
|
36
|
-
"google-api-core>=2.
|
|
36
|
+
"google-api-core>=2.27.0",
|
|
37
37
|
"google-auth>=2.41.1",
|
|
38
|
-
"google-cloud-appengine-logging>=1.
|
|
39
|
-
"google-cloud-audit-log>=0.
|
|
38
|
+
"google-cloud-appengine-logging>=1.7.0",
|
|
39
|
+
"google-cloud-audit-log>=0.4.0",
|
|
40
40
|
"google-cloud-core>=2.4.3",
|
|
41
41
|
"google-cloud-logging>=3.12.1",
|
|
42
42
|
"google-cloud-pubsub>=2.31.1",
|
|
43
|
-
"google-cloud-secret-manager>=2.
|
|
43
|
+
"google-cloud-secret-manager>=2.25.0",
|
|
44
44
|
"google-cloud-storage>=3.4.1",
|
|
45
45
|
"google-crc32c>=1.7.1",
|
|
46
46
|
"google-resumable-media>=2.7.2",
|
|
47
|
-
"googleapis-common-protos>=1.
|
|
47
|
+
"googleapis-common-protos>=1.71.0",
|
|
48
48
|
"greenlet>=3.2.4",
|
|
49
|
-
"grpc-google-iam-v1>=0.14.
|
|
50
|
-
"grpcio>=1.
|
|
51
|
-
"grpcio-status>=1.
|
|
49
|
+
"grpc-google-iam-v1>=0.14.3",
|
|
50
|
+
"grpcio>=1.76.0",
|
|
51
|
+
"grpcio-status>=1.76.0",
|
|
52
52
|
"h11>=0.16.0",
|
|
53
53
|
"httpcore>=1.0.9",
|
|
54
54
|
"httpx>=0.28.1",
|
|
55
55
|
"identify>=2.6.15",
|
|
56
56
|
"idna>=3.11",
|
|
57
57
|
"importlib_metadata>=8.7.0",
|
|
58
|
-
"iniconfig>=2.
|
|
59
|
-
"maleo-client>=0.0.
|
|
60
|
-
"maleo-crypto>=0.0.
|
|
61
|
-
"maleo-database>=0.1.
|
|
62
|
-
"maleo-enums>=0.0.
|
|
63
|
-
"maleo-google>=0.1.
|
|
64
|
-
"maleo-infra>=0.1.
|
|
65
|
-
"maleo-logging>=0.0.
|
|
66
|
-
"maleo-metadata>=0.3.
|
|
67
|
-
"maleo-middlewares>=0.1.
|
|
68
|
-
"maleo-schemas>=0.1.
|
|
69
|
-
"maleo-soma>=0.2.
|
|
70
|
-
"maleo-types>=0.0.
|
|
71
|
-
"maleo-utils>=0.0.
|
|
58
|
+
"iniconfig>=2.3.0",
|
|
59
|
+
"maleo-client>=0.0.14",
|
|
60
|
+
"maleo-crypto>=0.0.44",
|
|
61
|
+
"maleo-database>=0.1.54",
|
|
62
|
+
"maleo-enums>=0.0.44",
|
|
63
|
+
"maleo-google>=0.1.24",
|
|
64
|
+
"maleo-infra>=0.1.54",
|
|
65
|
+
"maleo-logging>=0.0.44",
|
|
66
|
+
"maleo-metadata>=0.3.58",
|
|
67
|
+
"maleo-middlewares>=0.1.24",
|
|
68
|
+
"maleo-schemas>=0.1.54",
|
|
69
|
+
"maleo-soma>=0.2.14",
|
|
70
|
+
"maleo-types>=0.0.24",
|
|
71
|
+
"maleo-utils>=0.0.44",
|
|
72
72
|
"motor>=3.7.1",
|
|
73
73
|
"mypy_extensions>=1.1.0",
|
|
74
74
|
"nodeenv>=1.9.1",
|
|
75
|
-
"opentelemetry-api>=1.
|
|
76
|
-
"opentelemetry-sdk>=1.
|
|
77
|
-
"opentelemetry-semantic-conventions>=0.
|
|
75
|
+
"opentelemetry-api>=1.38.0",
|
|
76
|
+
"opentelemetry-sdk>=1.38.0",
|
|
77
|
+
"opentelemetry-semantic-conventions>=0.59b0",
|
|
78
78
|
"packaging>=25.0",
|
|
79
79
|
"pathspec>=0.12.1",
|
|
80
80
|
"platformdirs>=4.5.0",
|
|
81
81
|
"pluggy>=1.6.0",
|
|
82
82
|
"pre_commit>=4.3.0",
|
|
83
83
|
"proto-plus>=1.26.1",
|
|
84
|
-
"protobuf>=6.
|
|
85
|
-
"psutil>=7.1.
|
|
84
|
+
"protobuf>=6.33.0",
|
|
85
|
+
"psutil>=7.1.1",
|
|
86
86
|
"pyasn1>=0.6.1",
|
|
87
87
|
"pyasn1_modules>=0.4.2",
|
|
88
88
|
"pycparser>=2.23",
|
|
89
89
|
"pycryptodome>=3.23.0",
|
|
90
|
-
"pydantic>=2.12.
|
|
90
|
+
"pydantic>=2.12.3",
|
|
91
91
|
"pydantic-settings>=2.11.0",
|
|
92
|
-
"pydantic_core>=2.41.
|
|
92
|
+
"pydantic_core>=2.41.4",
|
|
93
93
|
"Pygments>=2.19.2",
|
|
94
94
|
"PyJWT>=2.10.1",
|
|
95
95
|
"pymongo>=4.15.3",
|
|
96
96
|
"pytest>=8.4.2",
|
|
97
97
|
"python-dateutil>=2.9.0.post0",
|
|
98
98
|
"python-dotenv>=1.1.1",
|
|
99
|
-
"pytokens>=0.
|
|
99
|
+
"pytokens>=0.2.0",
|
|
100
100
|
"PyYAML>=6.0.3",
|
|
101
|
-
"redis>=
|
|
101
|
+
"redis>=7.0.0",
|
|
102
102
|
"requests>=2.32.5",
|
|
103
103
|
"rsa>=4.9.1",
|
|
104
104
|
"six>=1.17.0",
|
|
@@ -4,6 +4,7 @@ from .services.blood_type import BloodTypeClientService
|
|
|
4
4
|
from .services.gender import GenderClientService
|
|
5
5
|
from .services.medical_role import MedicalRoleClientService
|
|
6
6
|
from .services.medical_service import MedicalServiceClientService
|
|
7
|
+
from .services.organization_role import OrganizationRoleClientService
|
|
7
8
|
from .services.organization_type import OrganizationTypeClientService
|
|
8
9
|
from .services.service import ServiceClientService
|
|
9
10
|
from .services.system_role import SystemRoleClientService
|
|
@@ -44,6 +45,14 @@ class MaleoMetadataClientManager(MaleoClientManager[MaleoMetadataClientConfig]):
|
|
|
44
45
|
private_key=self._private_key,
|
|
45
46
|
redis=self._redis,
|
|
46
47
|
)
|
|
48
|
+
self.organization_role = OrganizationRoleClientService(
|
|
49
|
+
application_context=self._application_context,
|
|
50
|
+
config=self._config,
|
|
51
|
+
logger=self._logger,
|
|
52
|
+
http_client_manager=self._http_client_manager,
|
|
53
|
+
private_key=self._private_key,
|
|
54
|
+
redis=self._redis,
|
|
55
|
+
)
|
|
47
56
|
self.organization_type = OrganizationTypeClientService(
|
|
48
57
|
application_context=self._application_context,
|
|
49
58
|
config=self._config,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import json
|
|
2
2
|
from copy import deepcopy
|
|
3
3
|
from datetime import datetime, timezone
|
|
4
|
-
from typing import Literal,
|
|
4
|
+
from typing import Literal, overload
|
|
5
5
|
from uuid import UUID
|
|
6
6
|
from maleo.client.maleo.config import MaleoMetadataClientConfig
|
|
7
7
|
from maleo.client.maleo.service import MaleoClientService
|
|
@@ -36,12 +36,12 @@ from maleo.schemas.response import (
|
|
|
36
36
|
ReadSingleDataResponse,
|
|
37
37
|
)
|
|
38
38
|
from maleo.schemas.security.authorization import (
|
|
39
|
-
|
|
39
|
+
OptAnyAuthorization,
|
|
40
40
|
AnyAuthorization,
|
|
41
41
|
Factory as AuthorizationFactory,
|
|
42
42
|
)
|
|
43
|
-
from maleo.schemas.security.impersonation import
|
|
44
|
-
from maleo.types.dict import
|
|
43
|
+
from maleo.schemas.security.impersonation import OptImpersonation
|
|
44
|
+
from maleo.types.dict import OptStrToStrDict
|
|
45
45
|
from maleo.utils.merger import merge_dicts
|
|
46
46
|
|
|
47
47
|
|
|
@@ -58,9 +58,9 @@ class BloodTypeClientService(MaleoClientService[MaleoMetadataClientConfig]):
|
|
|
58
58
|
resource_operation_action: ReadResourceOperationAction,
|
|
59
59
|
connection_context: ConnectionContext,
|
|
60
60
|
authorization: AnyAuthorization,
|
|
61
|
-
impersonation:
|
|
61
|
+
impersonation: OptImpersonation = None,
|
|
62
62
|
parameters: ReadMultipleParameter,
|
|
63
|
-
headers:
|
|
63
|
+
headers: OptStrToStrDict = None,
|
|
64
64
|
) -> ReadMultipleDataResponse[StandardBloodTypeSchema, StrictPagination, None]: ...
|
|
65
65
|
@overload
|
|
66
66
|
async def read(
|
|
@@ -72,9 +72,9 @@ class BloodTypeClientService(MaleoClientService[MaleoMetadataClientConfig]):
|
|
|
72
72
|
resource_operation_action: ReadResourceOperationAction,
|
|
73
73
|
connection_context: ConnectionContext,
|
|
74
74
|
authorization: AnyAuthorization,
|
|
75
|
-
impersonation:
|
|
75
|
+
impersonation: OptImpersonation = None,
|
|
76
76
|
parameters: ReadMultipleParameter,
|
|
77
|
-
headers:
|
|
77
|
+
headers: OptStrToStrDict = None,
|
|
78
78
|
) -> ReadMultipleDataResponse[FullBloodTypeSchema, StrictPagination, None]: ...
|
|
79
79
|
@overload
|
|
80
80
|
async def read(
|
|
@@ -86,9 +86,9 @@ class BloodTypeClientService(MaleoClientService[MaleoMetadataClientConfig]):
|
|
|
86
86
|
resource_operation_action: ReadResourceOperationAction,
|
|
87
87
|
connection_context: ConnectionContext,
|
|
88
88
|
authorization: AnyAuthorization,
|
|
89
|
-
impersonation:
|
|
89
|
+
impersonation: OptImpersonation = None,
|
|
90
90
|
parameters: ReadSingleParameter,
|
|
91
|
-
headers:
|
|
91
|
+
headers: OptStrToStrDict = None,
|
|
92
92
|
) -> ReadSingleDataResponse[StandardBloodTypeSchema, None]: ...
|
|
93
93
|
@overload
|
|
94
94
|
async def read(
|
|
@@ -100,9 +100,9 @@ class BloodTypeClientService(MaleoClientService[MaleoMetadataClientConfig]):
|
|
|
100
100
|
resource_operation_action: ReadResourceOperationAction,
|
|
101
101
|
connection_context: ConnectionContext,
|
|
102
102
|
authorization: AnyAuthorization,
|
|
103
|
-
impersonation:
|
|
103
|
+
impersonation: OptImpersonation = None,
|
|
104
104
|
parameters: ReadSingleParameter,
|
|
105
|
-
headers:
|
|
105
|
+
headers: OptStrToStrDict = None,
|
|
106
106
|
) -> ReadSingleDataResponse[FullBloodTypeSchema, None]: ...
|
|
107
107
|
async def read(
|
|
108
108
|
self,
|
|
@@ -112,16 +112,16 @@ class BloodTypeClientService(MaleoClientService[MaleoMetadataClientConfig]):
|
|
|
112
112
|
operation_id: UUID,
|
|
113
113
|
resource_operation_action: ReadResourceOperationAction,
|
|
114
114
|
connection_context: ConnectionContext,
|
|
115
|
-
authorization:
|
|
116
|
-
impersonation:
|
|
117
|
-
parameters:
|
|
118
|
-
headers:
|
|
119
|
-
) ->
|
|
120
|
-
ReadMultipleDataResponse[StandardBloodTypeSchema, StrictPagination, None]
|
|
121
|
-
ReadMultipleDataResponse[FullBloodTypeSchema, StrictPagination, None]
|
|
122
|
-
ReadSingleDataResponse[StandardBloodTypeSchema, None]
|
|
123
|
-
ReadSingleDataResponse[FullBloodTypeSchema, None]
|
|
124
|
-
|
|
115
|
+
authorization: OptAnyAuthorization = None,
|
|
116
|
+
impersonation: OptImpersonation = None,
|
|
117
|
+
parameters: ReadMultipleParameter | ReadSingleParameter,
|
|
118
|
+
headers: OptStrToStrDict = None,
|
|
119
|
+
) -> (
|
|
120
|
+
ReadMultipleDataResponse[StandardBloodTypeSchema, StrictPagination, None]
|
|
121
|
+
| ReadMultipleDataResponse[FullBloodTypeSchema, StrictPagination, None]
|
|
122
|
+
| ReadSingleDataResponse[StandardBloodTypeSchema, None]
|
|
123
|
+
| ReadSingleDataResponse[FullBloodTypeSchema, None]
|
|
124
|
+
):
|
|
125
125
|
redis_client = self._redis.manager.client.get(Connection.ASYNC)
|
|
126
126
|
data_model_cls = get_schema_model(granularity)
|
|
127
127
|
|
|
@@ -226,10 +226,10 @@ class BloodTypeClientService(MaleoClientService[MaleoMetadataClientConfig]):
|
|
|
226
226
|
if isinstance(parameters, ReadMultipleParameter):
|
|
227
227
|
url = f"{self._config.url}/v1/{self.resource.identifiers[-1].slug}/"
|
|
228
228
|
elif isinstance(parameters, ReadSingleParameter):
|
|
229
|
-
if parameters.
|
|
230
|
-
url = f"{self._config.url}/v1/{self.resource.identifiers[-1].slug}/{parameters.
|
|
229
|
+
if parameters.identifier_type is IdentifierType.ID:
|
|
230
|
+
url = f"{self._config.url}/v1/{self.resource.identifiers[-1].slug}/{parameters.identifier_value}"
|
|
231
231
|
else:
|
|
232
|
-
url = f"{self._config.url}/v1/{self.resource.identifiers[-1].slug}/{parameters.
|
|
232
|
+
url = f"{self._config.url}/v1/{self.resource.identifiers[-1].slug}/{parameters.identifier_type}/{parameters.identifier_value}"
|
|
233
233
|
|
|
234
234
|
params = parameters.to_query_params()
|
|
235
235
|
|