maleo-foundation 0.0.67__py3-none-any.whl → 0.0.68__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.
@@ -1,6 +1,25 @@
1
- from typing import Callable
1
+ from typing import Callable, List, Optional
2
2
  from maleo_foundation.models.transfers.parameters.general import BaseGeneralParametersTransfers
3
3
 
4
4
  class BaseGeneralExpandedTypes:
5
5
  #* Expansion processor related types
6
- FieldExpansionProcessor = Callable[[BaseGeneralParametersTransfers.FieldExpansionProcessor], None]
6
+ FieldExpansionProcessor = Callable[
7
+ [BaseGeneralParametersTransfers.FieldExpansionProcessor],
8
+ None
9
+ ]
10
+
11
+ ListOfFieldExpansionProcessor = List[
12
+ Callable[
13
+ [BaseGeneralParametersTransfers.FieldExpansionProcessor],
14
+ None
15
+ ]
16
+ ]
17
+
18
+ OptionalListOfFieldExpansionProcessor = Optional[
19
+ List[
20
+ Callable[
21
+ [BaseGeneralParametersTransfers.FieldExpansionProcessor],
22
+ None
23
+ ]
24
+ ]
25
+ ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo_foundation
3
- Version: 0.0.67
3
+ Version: 0.0.68
4
4
  Summary: Foundation package for Maleo
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: MIT
@@ -20,7 +20,7 @@ maleo_foundation/db/session.py,sha256=tI13DJ6rLo8FOpSIFZrmD4dbuxY_c0RTjwEGb76ZOo
20
20
  maleo_foundation/db/table.py,sha256=Dk5GXeO0gbBBPN2PJtZhlUx2x3vMbT4dxTBc3YLBbuc,1199
21
21
  maleo_foundation/expanded_types/__init__.py,sha256=lm_r7rxlLA0sgSTGQBMR9ZbZbVDpD7Te-UYb3oRVi1g,364
22
22
  maleo_foundation/expanded_types/client.py,sha256=To0kRXp3QTmuSu5rWKaCiTsMK9qkYiyYKYbHfw-y1fY,2396
23
- maleo_foundation/expanded_types/general.py,sha256=DPFFrQQzTZEZkvZ8iLTT74944kmcwaV8XLbpmPT9zyI,300
23
+ maleo_foundation/expanded_types/general.py,sha256=Ha4fIJEzBCBG7dQYihb4Euk9cnOSdbhnjPsUiMnHcgs,718
24
24
  maleo_foundation/expanded_types/query.py,sha256=0yUG-JIVsanzB7KAkrRz_OsrhP6J0bRqD9Q3l3atQnk,2384
25
25
  maleo_foundation/expanded_types/service.py,sha256=q8jpKdbCbLWwH1UPQavKpVE14rC5rveduk2cFWzuhGw,2416
26
26
  maleo_foundation/middlewares/__init__.py,sha256=bqE2EIFC3rWcR2AwFPR0fk2kSFfeTRzgA24GbnuT5RA,3697
@@ -54,7 +54,7 @@ maleo_foundation/utils/logger.py,sha256=978P57JOhGR-WIu7xdPXBIwd3JrfLLA8WerVzxhE
54
54
  maleo_foundation/utils/query.py,sha256=ODQ3adOYQNj5E2cRW9ytbjBz56nEDcnfq8mQ6YZbCCM,4375
55
55
  maleo_foundation/utils/formatter/__init__.py,sha256=iKf5YCbEdg1qKnFHyKqqcQbqAqEeRUf8mhI3v3dQoj8,78
56
56
  maleo_foundation/utils/formatter/case.py,sha256=TmvvlfzGdC_omMTB5vAa40TZBxQ3hnr-SYeo0M52Rlg,1352
57
- maleo_foundation-0.0.67.dist-info/METADATA,sha256=px6aoKIydoi2_fbbiXVTUSIfTlm3ldMpze_l-h7l4fU,3160
58
- maleo_foundation-0.0.67.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
59
- maleo_foundation-0.0.67.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
60
- maleo_foundation-0.0.67.dist-info/RECORD,,
57
+ maleo_foundation-0.0.68.dist-info/METADATA,sha256=wr0KduF82rUXSsqXOpFK4y5TO_Zo0kY2jseFsIKaC3k,3160
58
+ maleo_foundation-0.0.68.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
59
+ maleo_foundation-0.0.68.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
60
+ maleo_foundation-0.0.68.dist-info/RECORD,,