maleo-schemas 0.0.15__py3-none-any.whl → 0.0.16__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/schemas/response.py +4 -4
- {maleo_schemas-0.0.15.dist-info → maleo_schemas-0.0.16.dist-info}/METADATA +1 -1
- {maleo_schemas-0.0.15.dist-info → maleo_schemas-0.0.16.dist-info}/RECORD +6 -6
- {maleo_schemas-0.0.15.dist-info → maleo_schemas-0.0.16.dist-info}/WHEEL +0 -0
- {maleo_schemas-0.0.15.dist-info → maleo_schemas-0.0.16.dist-info}/licenses/LICENSE +0 -0
- {maleo_schemas-0.0.15.dist-info → maleo_schemas-0.0.16.dist-info}/top_level.txt +0 -0
maleo/schemas/response.py
CHANGED
@@ -306,7 +306,7 @@ class CreateSingleDataResponse(
|
|
306
306
|
SuccessResponse[DataPair[None, DataT], None, MetadataT],
|
307
307
|
Generic[DataT, MetadataT],
|
308
308
|
):
|
309
|
-
|
309
|
+
pagination: None = None
|
310
310
|
|
311
311
|
|
312
312
|
class ReadSingleDataResponse(
|
@@ -315,7 +315,7 @@ class ReadSingleDataResponse(
|
|
315
315
|
SuccessResponse[DataPair[DataT, None], None, MetadataT],
|
316
316
|
Generic[DataT, MetadataT],
|
317
317
|
):
|
318
|
-
|
318
|
+
pagination: None = None
|
319
319
|
|
320
320
|
|
321
321
|
class UpdateSingleDataResponse(
|
@@ -324,7 +324,7 @@ class UpdateSingleDataResponse(
|
|
324
324
|
SuccessResponse[DataPair[DataT, DataT], None, MetadataT],
|
325
325
|
Generic[DataT, MetadataT],
|
326
326
|
):
|
327
|
-
|
327
|
+
pagination: None = None
|
328
328
|
|
329
329
|
|
330
330
|
class DeleteSingleDataResponse(
|
@@ -333,7 +333,7 @@ class DeleteSingleDataResponse(
|
|
333
333
|
SuccessResponse[DataPair[DataT, None], None, MetadataT],
|
334
334
|
Generic[DataT, MetadataT],
|
335
335
|
):
|
336
|
-
|
336
|
+
pagination: None = None
|
337
337
|
|
338
338
|
|
339
339
|
class OptionalSingleDataResponse(
|
@@ -1,14 +1,14 @@
|
|
1
1
|
maleo/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
maleo/schemas/request.py,sha256=1tFUZyr6kofpNHVM5h1Qx9TCHt4EqS_hfIZlADuaUI0,733
|
3
|
-
maleo/schemas/response.py,sha256=
|
3
|
+
maleo/schemas/response.py,sha256=4Xtz9kI1sWpr0oG4fzdUY2Bu9Pd144i0VBx3Xmvo9Lc,9992
|
4
4
|
maleo/schemas/operation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
maleo/schemas/operation/action.py,sha256=LjR7KQBpB_oA64iFT4WGvnA0IrwXW4v0sI35o3vlY5Y,293
|
6
6
|
maleo/schemas/operation/base.py,sha256=yW9UUEevwEmKc-DktYmrXgBzWVksSMCOzMWeAzEDtww,7262
|
7
7
|
maleo/schemas/operation/request.py,sha256=KGm42XIET9fx74TEkF-FVqA-ARaE5mZTZOQLPDTR-2Q,15571
|
8
8
|
maleo/schemas/operation/resource.py,sha256=ecqAxMjzHumYiPiXk-6BHinXj1FRu72YPccDNfgS6Z4,27965
|
9
9
|
maleo/schemas/operation/system.py,sha256=nZgRwp2cc6DLqpl8-notwJjZTkedfBa_72sY_HbcBk4,1865
|
10
|
-
maleo_schemas-0.0.
|
11
|
-
maleo_schemas-0.0.
|
12
|
-
maleo_schemas-0.0.
|
13
|
-
maleo_schemas-0.0.
|
14
|
-
maleo_schemas-0.0.
|
10
|
+
maleo_schemas-0.0.16.dist-info/licenses/LICENSE,sha256=aftGsecnk7TWVX-7KW94FqK4Syy6YSZ8PZEF7EcIp3M,2621
|
11
|
+
maleo_schemas-0.0.16.dist-info/METADATA,sha256=HkrnK4eYptGppnTo2ANQg_AgX4pEyXKr-eeGQJtrxxc,3360
|
12
|
+
maleo_schemas-0.0.16.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
13
|
+
maleo_schemas-0.0.16.dist-info/top_level.txt,sha256=3Tpd1siVsfYoeI9FEOJNYnffx_shzZ3wsPpTvz5bljc,6
|
14
|
+
maleo_schemas-0.0.16.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|