liberty-framework 6.0.76__py3-none-any.whl → 6.0.77__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.
- liberty/framework/controllers/api_controller.py +2 -2
- liberty/framework/postgres/dump/airflow.dump +0 -0
- liberty/framework/postgres/dump/gitea.dump +0 -0
- liberty/framework/postgres/dump/keycloak.dump +0 -0
- liberty/framework/postgres/dump/liberty.dump +0 -0
- liberty/framework/postgres/dump/libnarf.dump +0 -0
- liberty/framework/postgres/dump/libnjde.dump +0 -0
- liberty/framework/postgres/dump/libnsx1.dump +0 -0
- liberty/framework/postgres/dump/nomaarf.dump +0 -0
- liberty/framework/postgres/dump/nomajde.dump +0 -0
- liberty/framework/postgres/dump/nomasx1.dump +0 -0
- liberty/framework/public/frontend/assets/{index-EFn3tk9z.js → index-Cs2kujxt.js} +3 -3
- liberty/framework/public/frontend/assets/{index-EFn3tk9z.js.map → index-Cs2kujxt.js.map} +1 -1
- liberty/framework/public/frontend/assets/{index.es-CBlJRKZK-BqZkX10j.js → index.es-CBlJRKZK-Cfv2J47X.js} +2 -2
- liberty/framework/public/frontend/assets/{index.es-CBlJRKZK-BqZkX10j.js.map → index.es-CBlJRKZK-Cfv2J47X.js.map} +1 -1
- liberty/framework/public/frontend/index.html +1 -1
- liberty/framework/setup/data/libnjde.json +23 -23
- liberty/framework/setup/data/libnsx1.json +426 -76
- liberty/framework/setup/models/nomasx1.py +26 -4
- liberty/framework/setup/services/dump.py +1 -1
- {liberty_framework-6.0.76.dist-info → liberty_framework-6.0.77.dist-info}/METADATA +1 -1
- {liberty_framework-6.0.76.dist-info → liberty_framework-6.0.77.dist-info}/RECORD +26 -26
- {liberty_framework-6.0.76.dist-info → liberty_framework-6.0.77.dist-info}/WHEEL +0 -0
- {liberty_framework-6.0.76.dist-info → liberty_framework-6.0.77.dist-info}/entry_points.txt +0 -0
- {liberty_framework-6.0.76.dist-info → liberty_framework-6.0.77.dist-info}/licenses/LICENSE.md +0 -0
- {liberty_framework-6.0.76.dist-info → liberty_framework-6.0.77.dist-info}/top_level.txt +0 -0
|
@@ -75,10 +75,10 @@ class ApiController:
|
|
|
75
75
|
return await self.rest.ai_prompt(req)
|
|
76
76
|
|
|
77
77
|
async def ai_welcome(self, req: Request):
|
|
78
|
-
return await self.
|
|
78
|
+
return await self.rest.ai_welcome(req)
|
|
79
79
|
|
|
80
80
|
async def call_rest(self, req: Request):
|
|
81
81
|
return await self.rest.call_rest(req)
|
|
82
82
|
|
|
83
83
|
async def version(self, req: Request):
|
|
84
|
-
return await self.
|
|
84
|
+
return await self.rest.get_version(req)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|