internal 1.0.66__py3-none-any.whl → 1.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.

Potentially problematic release.


This version of internal might be problematic. Click here for more details.

@@ -72,3 +72,21 @@ class DateFormatException(InternalBaseException):
72
72
  def __init__(self, message: str = None, **kwargs):
73
73
  _message = message or self.message
74
74
  super().__init__(status.HTTP_422_UNPROCESSABLE_ENTITY, self.code, _message, **kwargs)
75
+
76
+
77
+ class LineUidNullPointException(InternalBaseException):
78
+ code = "error_line_uid_not_be_null"
79
+ message = "Line uid can not be null"
80
+
81
+ def __init__(self, message: str = None, **kwargs):
82
+ _message = message or self.message
83
+ super().__init__(status.HTTP_422_UNPROCESSABLE_ENTITY, self.code, _message, **kwargs)
84
+
85
+
86
+ class OrganizationIdNullPointException(InternalBaseException):
87
+ code = "error_organization_id_not_be_null"
88
+ message = "Organization id can not be null"
89
+
90
+ def __init__(self, message: str = None, **kwargs):
91
+ _message = message or self.message
92
+ super().__init__(status.HTTP_422_UNPROCESSABLE_ENTITY, self.code, _message, **kwargs)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: internal
3
- Version: 1.0.66
3
+ Version: 1.0.68
4
4
  Summary:
5
5
  Author: Ray
6
6
  Author-email: ray@cruisys.com
@@ -13,7 +13,7 @@ internal/common_enum/order_type.py,sha256=XwAl5JaZgFLahBQhBKG4VuMJ39Si9KZEhcSS0-
13
13
  internal/const.py,sha256=U1S9r7bjtHgad2oYQoHO19s8D4V0WDUG-L-haV4UaIw,1025
14
14
  internal/database.py,sha256=1u53JnFJ0jvP7H4HPY2faA2ABdPQ8SlsZigYmQAPktI,2470
15
15
  internal/exception/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- internal/exception/app_exception.py,sha256=wq18w3T1ZFvxarN3h1ViHSrWFtVheyTahm4cHAwqRAs,2776
16
+ internal/exception/app_exception.py,sha256=K4BZIZ_E7ap1sWr1fKzjy6EJLESStQO6H1PCsSMAX2Q,3461
17
17
  internal/exception/base_exception.py,sha256=8ctp525A3up9mZrHCq_-Jj0hWr_4NfZsXGg1e4ftVuQ,473
18
18
  internal/exception/internal_exception.py,sha256=rBi70sDFwoYc2NSnxXQ9LY6r2TnxA7ILC64xjpg5h4c,2296
19
19
  internal/ext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -32,6 +32,6 @@ internal/model/base_model.py,sha256=NS_GZvw_IqU1aZPHPpyQs6A741O34ybmzVzBPm9nGWU,
32
32
  internal/model/operate.py,sha256=QSM6yXYXpJMwrqkUGEWZLrEBaUgqHwVHY_Fi4S42hKc,3190
33
33
  internal/utils.py,sha256=CXYZs4rDDe33Zac27YeknBE4uQN437ys1YAbW3Xeyow,1517
34
34
  internal/validator_utils.py,sha256=5ZLcNIgw1hvkYOj1f6gS9AYxe7Y3ufW9FyDxUS7FsMQ,1226
35
- internal-1.0.66.dist-info/METADATA,sha256=DkC5LiavxT12Zrq_HY0M1I1SPCtfeBS-rX_XjRKurl0,625
36
- internal-1.0.66.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
37
- internal-1.0.66.dist-info/RECORD,,
35
+ internal-1.0.68.dist-info/METADATA,sha256=MPOYUBH8eveRJsFKXPB4zaOCo2yEsXDv1FvqT1M2FGY,625
36
+ internal-1.0.68.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
37
+ internal-1.0.68.dist-info/RECORD,,