maleo-schemas 0.0.9__tar.gz → 0.0.12__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_schemas-0.0.9 → maleo_schemas-0.0.12}/PKG-INFO +4 -3
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/maleo_schemas.egg-info/PKG-INFO +4 -3
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/maleo_schemas.egg-info/requires.txt +3 -2
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/pyproject.toml +4 -3
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/src/operation/request.py +18 -18
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/LICENSE +0 -0
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/README.md +0 -0
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/maleo_schemas.egg-info/SOURCES.txt +0 -0
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/maleo_schemas.egg-info/dependency_links.txt +0 -0
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/maleo_schemas.egg-info/top_level.txt +0 -0
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/setup.cfg +0 -0
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/src/__init__.py +0 -0
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/src/operation/__init__.py +0 -0
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/src/operation/action.py +0 -0
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/src/operation/base.py +0 -0
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/src/operation/resource.py +0 -0
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/src/operation/system.py +0 -0
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/src/request.py +0 -0
- {maleo_schemas-0.0.9 → maleo_schemas-0.0.12}/src/response.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: maleo-schemas
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.12
|
4
4
|
Summary: Schemas package for MaleoSuite
|
5
5
|
Author-email: Agra Bima Yuda <agra@nexmedis.com>
|
6
6
|
License: Proprietary
|
@@ -14,6 +14,7 @@ Requires-Dist: cachetools>=5.5.2
|
|
14
14
|
Requires-Dist: certifi>=2025.8.3
|
15
15
|
Requires-Dist: cffi>=1.17.1
|
16
16
|
Requires-Dist: cfgv>=3.4.0
|
17
|
+
Requires-Dist: charset-normalizer>=3.4.3
|
17
18
|
Requires-Dist: click>=8.2.1
|
18
19
|
Requires-Dist: cryptography>=45.0.7
|
19
20
|
Requires-Dist: distlib>=0.4.0
|
@@ -37,10 +38,10 @@ Requires-Dist: identify>=2.6.13
|
|
37
38
|
Requires-Dist: idna>=3.10
|
38
39
|
Requires-Dist: importlib_metadata>=8.7.0
|
39
40
|
Requires-Dist: maleo-constants>=0.0.5
|
40
|
-
Requires-Dist: maleo-dtos>=0.0.
|
41
|
+
Requires-Dist: maleo-dtos>=0.0.8
|
41
42
|
Requires-Dist: maleo-enums>=0.0.6
|
42
43
|
Requires-Dist: maleo-logging>=0.0.4
|
43
|
-
Requires-Dist: maleo-mixins>=0.0.
|
44
|
+
Requires-Dist: maleo-mixins>=0.0.12
|
44
45
|
Requires-Dist: maleo-types-base>=0.0.2
|
45
46
|
Requires-Dist: maleo-types-controllers>=0.0.1
|
46
47
|
Requires-Dist: maleo-types-enums>=0.0.4
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: maleo-schemas
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.12
|
4
4
|
Summary: Schemas package for MaleoSuite
|
5
5
|
Author-email: Agra Bima Yuda <agra@nexmedis.com>
|
6
6
|
License: Proprietary
|
@@ -14,6 +14,7 @@ Requires-Dist: cachetools>=5.5.2
|
|
14
14
|
Requires-Dist: certifi>=2025.8.3
|
15
15
|
Requires-Dist: cffi>=1.17.1
|
16
16
|
Requires-Dist: cfgv>=3.4.0
|
17
|
+
Requires-Dist: charset-normalizer>=3.4.3
|
17
18
|
Requires-Dist: click>=8.2.1
|
18
19
|
Requires-Dist: cryptography>=45.0.7
|
19
20
|
Requires-Dist: distlib>=0.4.0
|
@@ -37,10 +38,10 @@ Requires-Dist: identify>=2.6.13
|
|
37
38
|
Requires-Dist: idna>=3.10
|
38
39
|
Requires-Dist: importlib_metadata>=8.7.0
|
39
40
|
Requires-Dist: maleo-constants>=0.0.5
|
40
|
-
Requires-Dist: maleo-dtos>=0.0.
|
41
|
+
Requires-Dist: maleo-dtos>=0.0.8
|
41
42
|
Requires-Dist: maleo-enums>=0.0.6
|
42
43
|
Requires-Dist: maleo-logging>=0.0.4
|
43
|
-
Requires-Dist: maleo-mixins>=0.0.
|
44
|
+
Requires-Dist: maleo-mixins>=0.0.12
|
44
45
|
Requires-Dist: maleo-types-base>=0.0.2
|
45
46
|
Requires-Dist: maleo-types-controllers>=0.0.1
|
46
47
|
Requires-Dist: maleo-types-enums>=0.0.4
|
@@ -5,6 +5,7 @@ cachetools>=5.5.2
|
|
5
5
|
certifi>=2025.8.3
|
6
6
|
cffi>=1.17.1
|
7
7
|
cfgv>=3.4.0
|
8
|
+
charset-normalizer>=3.4.3
|
8
9
|
click>=8.2.1
|
9
10
|
cryptography>=45.0.7
|
10
11
|
distlib>=0.4.0
|
@@ -28,10 +29,10 @@ identify>=2.6.13
|
|
28
29
|
idna>=3.10
|
29
30
|
importlib_metadata>=8.7.0
|
30
31
|
maleo-constants>=0.0.5
|
31
|
-
maleo-dtos>=0.0.
|
32
|
+
maleo-dtos>=0.0.8
|
32
33
|
maleo-enums>=0.0.6
|
33
34
|
maleo-logging>=0.0.4
|
34
|
-
maleo-mixins>=0.0.
|
35
|
+
maleo-mixins>=0.0.12
|
35
36
|
maleo-types-base>=0.0.2
|
36
37
|
maleo-types-controllers>=0.0.1
|
37
38
|
maleo-types-enums>=0.0.4
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "maleo-schemas"
|
7
|
-
version = "0.0.
|
7
|
+
version = "0.0.12"
|
8
8
|
description = "Schemas package for MaleoSuite"
|
9
9
|
authors = [
|
10
10
|
{ name = "Agra Bima Yuda", email = "agra@nexmedis.com" }
|
@@ -20,6 +20,7 @@ dependencies = [
|
|
20
20
|
"certifi>=2025.8.3",
|
21
21
|
"cffi>=1.17.1",
|
22
22
|
"cfgv>=3.4.0",
|
23
|
+
"charset-normalizer>=3.4.3",
|
23
24
|
"click>=8.2.1",
|
24
25
|
"cryptography>=45.0.7",
|
25
26
|
"distlib>=0.4.0",
|
@@ -43,10 +44,10 @@ dependencies = [
|
|
43
44
|
"idna>=3.10",
|
44
45
|
"importlib_metadata>=8.7.0",
|
45
46
|
"maleo-constants>=0.0.5",
|
46
|
-
"maleo-dtos>=0.0.
|
47
|
+
"maleo-dtos>=0.0.8",
|
47
48
|
"maleo-enums>=0.0.6",
|
48
49
|
"maleo-logging>=0.0.4",
|
49
|
-
"maleo-mixins>=0.0.
|
50
|
+
"maleo-mixins>=0.0.12",
|
50
51
|
"maleo-types-base>=0.0.2",
|
51
52
|
"maleo-types-controllers>=0.0.1",
|
52
53
|
"maleo-types-enums>=0.0.4",
|
@@ -117,9 +117,9 @@ def generate_failed_request_operation(
|
|
117
117
|
timestamp: OperationTimestamp,
|
118
118
|
summary: str,
|
119
119
|
error: ErrorT,
|
120
|
-
request_context: RequestContext,
|
120
|
+
request_context: Optional[RequestContext],
|
121
121
|
authentication: AuthenticationT,
|
122
|
-
response_context: ResponseContext,
|
122
|
+
response_context: Optional[ResponseContext],
|
123
123
|
response: ErrorResponseT,
|
124
124
|
) -> CreateFailedRequestOperation[ErrorT, AuthenticationT, ErrorResponseT]: ...
|
125
125
|
@overload
|
@@ -132,9 +132,9 @@ def generate_failed_request_operation(
|
|
132
132
|
timestamp: OperationTimestamp,
|
133
133
|
summary: str,
|
134
134
|
error: ErrorT,
|
135
|
-
request_context: RequestContext,
|
135
|
+
request_context: Optional[RequestContext],
|
136
136
|
authentication: AuthenticationT,
|
137
|
-
response_context: ResponseContext,
|
137
|
+
response_context: Optional[ResponseContext],
|
138
138
|
response: ErrorResponseT,
|
139
139
|
) -> ReadFailedRequestOperation[ErrorT, AuthenticationT, ErrorResponseT]: ...
|
140
140
|
@overload
|
@@ -147,9 +147,9 @@ def generate_failed_request_operation(
|
|
147
147
|
timestamp: OperationTimestamp,
|
148
148
|
summary: str,
|
149
149
|
error: ErrorT,
|
150
|
-
request_context: RequestContext,
|
150
|
+
request_context: Optional[RequestContext],
|
151
151
|
authentication: AuthenticationT,
|
152
|
-
response_context: ResponseContext,
|
152
|
+
response_context: Optional[ResponseContext],
|
153
153
|
response: ErrorResponseT,
|
154
154
|
) -> UpdateFailedRequestOperation[ErrorT, AuthenticationT, ErrorResponseT]: ...
|
155
155
|
@overload
|
@@ -162,9 +162,9 @@ def generate_failed_request_operation(
|
|
162
162
|
timestamp: OperationTimestamp,
|
163
163
|
summary: str,
|
164
164
|
error: ErrorT,
|
165
|
-
request_context: RequestContext,
|
165
|
+
request_context: Optional[RequestContext],
|
166
166
|
authentication: AuthenticationT,
|
167
|
-
response_context: ResponseContext,
|
167
|
+
response_context: Optional[ResponseContext],
|
168
168
|
response: ErrorResponseT,
|
169
169
|
) -> DeleteFailedRequestOperation[ErrorT, AuthenticationT, ErrorResponseT]: ...
|
170
170
|
@overload
|
@@ -178,9 +178,9 @@ def generate_failed_request_operation(
|
|
178
178
|
timestamp: OperationTimestamp,
|
179
179
|
summary: str,
|
180
180
|
error: ErrorT,
|
181
|
-
request_context: RequestContext,
|
181
|
+
request_context: Optional[RequestContext],
|
182
182
|
authentication: AuthenticationT,
|
183
|
-
response_context: ResponseContext,
|
183
|
+
response_context: Optional[ResponseContext],
|
184
184
|
response: ErrorResponseT,
|
185
185
|
) -> CreateFailedRequestOperation[ErrorT, AuthenticationT, ErrorResponseT]: ...
|
186
186
|
@overload
|
@@ -193,9 +193,9 @@ def generate_failed_request_operation(
|
|
193
193
|
timestamp: OperationTimestamp,
|
194
194
|
summary: str,
|
195
195
|
error: ErrorT,
|
196
|
-
request_context: RequestContext,
|
196
|
+
request_context: Optional[RequestContext],
|
197
197
|
authentication: AuthenticationT,
|
198
|
-
response_context: ResponseContext,
|
198
|
+
response_context: Optional[ResponseContext],
|
199
199
|
response: ErrorResponseT,
|
200
200
|
) -> ReadFailedRequestOperation[ErrorT, AuthenticationT, ErrorResponseT]: ...
|
201
201
|
@overload
|
@@ -211,9 +211,9 @@ def generate_failed_request_operation(
|
|
211
211
|
timestamp: OperationTimestamp,
|
212
212
|
summary: str,
|
213
213
|
error: ErrorT,
|
214
|
-
request_context: RequestContext,
|
214
|
+
request_context: Optional[RequestContext],
|
215
215
|
authentication: AuthenticationT,
|
216
|
-
response_context: ResponseContext,
|
216
|
+
response_context: Optional[ResponseContext],
|
217
217
|
response: ErrorResponseT,
|
218
218
|
) -> UpdateFailedRequestOperation[ErrorT, AuthenticationT, ErrorResponseT]: ...
|
219
219
|
@overload
|
@@ -226,9 +226,9 @@ def generate_failed_request_operation(
|
|
226
226
|
timestamp: OperationTimestamp,
|
227
227
|
summary: str,
|
228
228
|
error: ErrorT,
|
229
|
-
request_context: RequestContext,
|
229
|
+
request_context: Optional[RequestContext],
|
230
230
|
authentication: AuthenticationT,
|
231
|
-
response_context: ResponseContext,
|
231
|
+
response_context: Optional[ResponseContext],
|
232
232
|
response: ErrorResponseT,
|
233
233
|
) -> DeleteFailedRequestOperation[ErrorT, AuthenticationT, ErrorResponseT]: ...
|
234
234
|
def generate_failed_request_operation(
|
@@ -245,9 +245,9 @@ def generate_failed_request_operation(
|
|
245
245
|
timestamp: OperationTimestamp,
|
246
246
|
summary: str,
|
247
247
|
error: ErrorT,
|
248
|
-
request_context: RequestContext,
|
248
|
+
request_context: Optional[RequestContext],
|
249
249
|
authentication: AuthenticationT,
|
250
|
-
response_context: ResponseContext,
|
250
|
+
response_context: Optional[ResponseContext],
|
251
251
|
response: ErrorResponseT,
|
252
252
|
) -> Union[
|
253
253
|
CreateFailedRequestOperation[ErrorT, AuthenticationT, ErrorResponseT],
|
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
|