internal 1.0.31__py3-none-any.whl → 1.0.32__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.

internal/base_factory.py CHANGED
@@ -198,10 +198,10 @@ class BaseFactory(metaclass=ABCMeta):
198
198
 
199
199
  def __init_builtin_api(self, app):
200
200
 
201
- @app.get(f'/health', tags=["System"])
201
+ @app.get(f'/system/health', tags=["System"])
202
202
  async def health():
203
203
  return await async_response()
204
204
 
205
- @app.get(f'/hello', tags=["System"])
205
+ @app.get(f'/system/hello', tags=["System"])
206
206
  async def hello():
207
207
  return await async_response(data={"API version": app.version})
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: internal
3
- Version: 1.0.31
3
+ Version: 1.0.32
4
4
  Summary:
5
5
  Author: Ray
6
6
  Author-email: ray@cruisys.com
@@ -1,6 +1,6 @@
1
1
  internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  internal/base_config.py,sha256=5-s2muyaLOGKhrq8kVqq0qaXFD09FrcQZCAFmw1FQtk,1755
3
- internal/base_factory.py,sha256=ZQtT0mFwzZGzvLmQ4n8yZXUFhEjFvnY8EA4Yx975lPU,8414
3
+ internal/base_factory.py,sha256=8mJXCg_batPbT-ddEq2JOiLdFJG4IAdQJizirNSBIaU,8428
4
4
  internal/common_enum/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  internal/common_enum/contact_type.py,sha256=7QkTQ71UxpaT1YHI40FpjmLz3r-UbRU-sd0m5ajH1as,142
6
6
  internal/common_enum/description_type.py,sha256=kGwkFQh6dMnjDl6ipWYpA-qbNRrhEpnPq3NleTsNwwk,118
@@ -27,6 +27,6 @@ internal/model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  internal/model/base_model.py,sha256=Oc33c8AnPQcJEiEMQM_g3KT1b7iaa1IxgBMavds-_Ns,3010
28
28
  internal/model/operate.py,sha256=luEoP_Asvso_11qz1SAE1Kn5KxAnDRptM0VylC5tNik,1493
29
29
  internal/utils.py,sha256=0SubS0iUhDvjSX1F4TykasA5-enYJzt2VH-f7_0BnjI,1509
30
- internal-1.0.31.dist-info/METADATA,sha256=r7T8h-zbxeTtBw5MsS6hK1jJcAN94lP3ZidS8gJKwRg,625
31
- internal-1.0.31.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
32
- internal-1.0.31.dist-info/RECORD,,
30
+ internal-1.0.32.dist-info/METADATA,sha256=uVCn11lXuJqTSTyLDJU9Pbp21miI5H6OmPcXcP23tgA,625
31
+ internal-1.0.32.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
32
+ internal-1.0.32.dist-info/RECORD,,