maleo-schemas 0.0.15__tar.gz → 0.0.16__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo-schemas
3
- Version: 0.0.15
3
+ Version: 0.0.16
4
4
  Summary: Schemas package for MaleoSuite
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: Proprietary
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo-schemas
3
- Version: 0.0.15
3
+ Version: 0.0.16
4
4
  Summary: Schemas package for MaleoSuite
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: Proprietary
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "maleo-schemas"
7
- version = "0.0.15"
7
+ version = "0.0.16"
8
8
  description = "Schemas package for MaleoSuite"
9
9
  authors = [
10
10
  { name = "Agra Bima Yuda", email = "agra@nexmedis.com" }
@@ -306,7 +306,7 @@ class CreateSingleDataResponse(
306
306
  SuccessResponse[DataPair[None, DataT], None, MetadataT],
307
307
  Generic[DataT, MetadataT],
308
308
  ):
309
- pass
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
- pass
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
- pass
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
- pass
336
+ pagination: None = None
337
337
 
338
338
 
339
339
  class OptionalSingleDataResponse(
File without changes
File without changes
File without changes