ApiLogicServer 14.3.0__py3-none-any.whl → 14.3.11__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.
- {ApiLogicServer-14.3.0.dist-info → ApiLogicServer-14.3.11.dist-info}/METADATA +3 -3
- {ApiLogicServer-14.3.0.dist-info → ApiLogicServer-14.3.11.dist-info}/RECORD +58 -54
- api_logic_server_cli/api_logic_server.py +2 -1
- api_logic_server_cli/api_logic_server_info.yaml +3 -3
- api_logic_server_cli/cli.py +5 -2
- api_logic_server_cli/create_from_model/__pycache__/ont_build.cpython-312.pyc +0 -0
- api_logic_server_cli/create_from_model/ont_build.py +9 -9
- api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/asset-manifest.json +3 -3
- api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/build-0213.txt +1 -0
- api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/index.html +1 -1
- api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/js/main.7c8c0e37.js +3 -0
- api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/js/{main.bfe80d1d.js.map → main.7c8c0e37.js.map} +1 -1
- api_logic_server_cli/database/nw-gold.sqlite +0 -0
- api_logic_server_cli/genai/genai.py +13 -3
- api_logic_server_cli/genai/genai_svcs.py +2 -0
- api_logic_server_cli/manager.py +20 -16
- api_logic_server_cli/prototypes/base/api/system/expression_parser.py +10 -4
- api_logic_server_cli/prototypes/base/devops/docker-image/env.list +7 -2
- api_logic_server_cli/prototypes/base/integration/kafka/kafka_producer.py +31 -8
- api_logic_server_cli/prototypes/base/integration/system/RowDictMapper.py +33 -16
- api_logic_server_cli/prototypes/base/logic/declare_logic.py +1 -0
- api_logic_server_cli/prototypes/base/logic/load_verify_rules.py +2 -1
- api_logic_server_cli/prototypes/genai_demo/api/customize_api.py +9 -11
- api_logic_server_cli/prototypes/genai_demo/database/.DS_Store +0 -0
- api_logic_server_cli/prototypes/genai_demo/database/db.sqlite +0 -0
- api_logic_server_cli/prototypes/genai_demo/database/models.py +52 -42
- api_logic_server_cli/prototypes/genai_demo/integration/row_dict_maps/OrderB2B.py +4 -6
- api_logic_server_cli/prototypes/genai_demo/integration/row_dict_maps/__pycache__/OrderB2B.cpython-312.pyc +0 -0
- api_logic_server_cli/prototypes/genai_demo/integration/row_dict_maps/row_dict_maps_readme.md +3 -0
- api_logic_server_cli/prototypes/genai_demo/logic/__pycache__/declare_logic.cpython-312.pyc +0 -0
- api_logic_server_cli/prototypes/genai_demo/logic/__pycache__/load_verify_rules.cpython-312.pyc +0 -0
- api_logic_server_cli/prototypes/genai_demo/logic/declare_logic.py +57 -69
- api_logic_server_cli/prototypes/genai_demo/logic/load_verify_rules.py +216 -0
- api_logic_server_cli/prototypes/genai_demo/logic/logic_discovery/__pycache__/__init__.cpython-312.pyc +0 -0
- api_logic_server_cli/prototypes/genai_demo/logic/logic_discovery/__pycache__/auto_discovery.cpython-312.pyc +0 -0
- api_logic_server_cli/prototypes/genai_demo/logic/logic_discovery/__pycache__/error_testing.cpython-312.pyc +0 -0
- api_logic_server_cli/prototypes/genai_demo/logic/logic_discovery/auto_discovery.py +52 -0
- api_logic_server_cli/prototypes/genai_demo/logic/readme_declare_logic.md +172 -0
- api_logic_server_cli/prototypes/genai_demo/security/__pycache__/declare_security.cpython-312.pyc +0 -0
- api_logic_server_cli/prototypes/genai_demo/ui/admin/admin.yaml +86 -53
- api_logic_server_cli/prototypes/manager/.vscode/ApiLogicServer.code-workspace +2 -2
- api_logic_server_cli/prototypes/manager/.vscode/launch.json +21 -21
- api_logic_server_cli/prototypes/manager/README.md +1 -1
- api_logic_server_cli/prototypes/manager/system/genai/examples/genai_demo/genai_demo.prompt +4 -1
- api_logic_server_cli/prototypes/manager/system/genai/examples/genai_demo/genai_demo.response_example +15 -8
- api_logic_server_cli/prototypes/manager/system/genai/examples/genai_demo/genai_demo_informal.prompt +3 -0
- api_logic_server_cli/prototypes/manager/system/genai/examples/time_tracking_billing/002_create_db_models.prompt +3 -132
- api_logic_server_cli/prototypes/manager/system/genai/examples/time_tracking_billing/Invoice Made Ready.png +0 -0
- api_logic_server_cli/prototypes/manager/system/genai/examples/time_tracking_billing/readme.md +59 -6
- api_logic_server_cli/prototypes/manager/system/genai/learning_requests/logic_bank_api.prompt +22 -1
- api_logic_server_cli/prototypes/nw/logic/declare_logic.py +1 -1
- api_logic_server_cli/sqlacodegen_wrapper/sqlacodegen/sqlacodegen/__pycache__/codegen.cpython-312.pyc +0 -0
- api_logic_server_cli/sqlacodegen_wrapper/sqlacodegen/sqlacodegen/codegen.py +2 -1
- api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/build-0106.txt +0 -1
- api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/js/main.bfe80d1d.js +0 -3
- api_logic_server_cli/prototypes/genai_demo/database/chatgpt/__pycache__/copilot_models.cpython-312.pyc +0 -0
- api_logic_server_cli/prototypes/genai_demo/database/chatgpt/__pycache__/sample_ai_models.cpython-312.pyc +0 -0
- api_logic_server_cli/prototypes/genai_demo/database/chatgpt/sample_ai.chatgpt +0 -16
- api_logic_server_cli/prototypes/genai_demo/database/chatgpt/sample_ai.sql +0 -66
- api_logic_server_cli/prototypes/genai_demo/database/chatgpt/sample_ai.sqlite +0 -0
- api_logic_server_cli/prototypes/genai_demo/database/chatgpt/sample_ai_items.sqlite +0 -0
- api_logic_server_cli/prototypes/genai_demo/database/chatgpt/sample_ai_models.py +0 -156
- api_logic_server_cli/prototypes/genai_demo/database/chatgpt/sample_ai_models.sqlite +0 -0
- api_logic_server_cli/prototypes/genai_demo/logic/cocktail-napkin.jpg +0 -0
- {ApiLogicServer-14.3.0.dist-info → ApiLogicServer-14.3.11.dist-info}/LICENSE +0 -0
- {ApiLogicServer-14.3.0.dist-info → ApiLogicServer-14.3.11.dist-info}/WHEEL +0 -0
- {ApiLogicServer-14.3.0.dist-info → ApiLogicServer-14.3.11.dist-info}/entry_points.txt +0 -0
- {ApiLogicServer-14.3.0.dist-info → ApiLogicServer-14.3.11.dist-info}/top_level.txt +0 -0
- /api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/js/{main.bfe80d1d.js.LICENSE.txt → main.7c8c0e37.js.LICENSE.txt} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: ApiLogicServer
|
|
3
|
-
Version: 14.3.
|
|
3
|
+
Version: 14.3.11
|
|
4
4
|
Author-email: Val Huber <apilogicserver@gmail.com>
|
|
5
5
|
License: BSD-3-Clause
|
|
6
6
|
Project-URL: Homepage, https://apilogicserver.github.io/Docs/
|
|
@@ -35,7 +35,7 @@ Requires-Dist: Flask-SQLAlchemy==3.0.3
|
|
|
35
35
|
Requires-Dist: flask-swagger-ui>=4.11.1
|
|
36
36
|
Requires-Dist: flask_bcrypt==1.0.1
|
|
37
37
|
Requires-Dist: itsdangerous==2.1.2
|
|
38
|
-
Requires-Dist: Jinja2==3.1.
|
|
38
|
+
Requires-Dist: Jinja2==3.1.5
|
|
39
39
|
Requires-Dist: MarkupSafe==2.1.3
|
|
40
40
|
Requires-Dist: six==1.16.0
|
|
41
41
|
Requires-Dist: SQLAlchemy==2.0.15
|
|
@@ -47,7 +47,7 @@ Requires-Dist: Flask-Login==0.6.2
|
|
|
47
47
|
Requires-Dist: Flask-OpenID==1.3.0
|
|
48
48
|
Requires-Dist: python-dotenv==0.15.0
|
|
49
49
|
Requires-Dist: email-validator==1.1.1
|
|
50
|
-
Requires-Dist: LogicBank>=1.20.
|
|
50
|
+
Requires-Dist: LogicBank>=1.20.26
|
|
51
51
|
Requires-Dist: cryptography==36.0.1
|
|
52
52
|
Requires-Dist: rsa
|
|
53
53
|
Requires-Dist: PyMySQL==1.0.3
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
api_logic_server_cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
api_logic_server_cli/api_logic_server.py,sha256=
|
|
3
|
-
api_logic_server_cli/api_logic_server_info.yaml,sha256=
|
|
4
|
-
api_logic_server_cli/cli.py,sha256
|
|
2
|
+
api_logic_server_cli/api_logic_server.py,sha256=ugtA9gONRKOxXgwLL_JSx5nSEUJg7XUsuE7LbB6JaOg,113773
|
|
3
|
+
api_logic_server_cli/api_logic_server_info.yaml,sha256=B3p_TJirI-BMqwyD5rULFQ4sJS1nd_xkP1M6k9SXuUw,108
|
|
4
|
+
api_logic_server_cli/cli.py,sha256=IIz3frEJiZSi1q0HtRxLl7i-R4ABhPDqlBa7LTI6vcw,80765
|
|
5
5
|
api_logic_server_cli/cli_args_base.py,sha256=lr27KkOB7_WpZwTs7LgiK8LKDIHMKQkoZCTnE99BFxw,3280
|
|
6
6
|
api_logic_server_cli/cli_args_project.py,sha256=I5no_fGRV_ZsK3SuttVDAaQYI4Q5zCjx6LojGkM024w,4645
|
|
7
7
|
api_logic_server_cli/extended_builder.py,sha256=EhtXGAt_RrDR2tCtgvc2U82we7fr-F6pP-e6HS6dQWQ,13867
|
|
8
8
|
api_logic_server_cli/logging.yml,sha256=isWhKviFwJwYgjIUejfhUxcMli2zEbZeQbEvVhNk_4Y,1812
|
|
9
|
-
api_logic_server_cli/manager.py,sha256=
|
|
9
|
+
api_logic_server_cli/manager.py,sha256=j-nA8YYTkikp20xfJOcF7nmIe2rqJudW-bm1kN4xf4E,9966
|
|
10
10
|
api_logic_server_cli/create_from_model/.DS_Store,sha256=1LosUM11cnBvrMg9HziX_s4ehi93Q0Hl93FjOayxN2g,6148
|
|
11
11
|
api_logic_server_cli/create_from_model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
12
|
api_logic_server_cli/create_from_model/api_expose_api_models_creator.py,sha256=V-u3Hm404doztw66YuD2A043RCFmtw5QF5tMioC_1b0,7900
|
|
@@ -15,7 +15,7 @@ api_logic_server_cli/create_from_model/create_db_from_model.py,sha256=CvXVH-DEl8
|
|
|
15
15
|
api_logic_server_cli/create_from_model/dbml.py,sha256=IV9eG1bib10zTPFYyJNeFPveE0gNrt-NoPZCQHF74BM,8695
|
|
16
16
|
api_logic_server_cli/create_from_model/meta_model.py,sha256=ERf7tSgnSJSeRMVyggkdg-lvORQZSbfK0KMpL63qSEY,5837
|
|
17
17
|
api_logic_server_cli/create_from_model/model_creation_services.py,sha256=B86ljgUR98H_dCaxqiw-flrbvc05-XXtkC5It2BSezs,41479
|
|
18
|
-
api_logic_server_cli/create_from_model/ont_build.py,sha256=
|
|
18
|
+
api_logic_server_cli/create_from_model/ont_build.py,sha256=4QtFlfTb14awVEse4hFwhWGBGYWia5giFS4jf2zxwU0,60259
|
|
19
19
|
api_logic_server_cli/create_from_model/ont_create.py,sha256=98J17zc-T9Bml5G_kr3zkUfgopmggae0g3wXep_DpJw,13794
|
|
20
20
|
api_logic_server_cli/create_from_model/ui_admin_creator.py,sha256=j1hZuHn70c4NA7l0zXH_PbcwH79FQPgkZh1qF_6sLyU,38071
|
|
21
21
|
api_logic_server_cli/create_from_model/uri_info.py,sha256=WiDw7hRcidz9hasodQ6O2ZJnUMfhHeydueQ8HXzPXlc,2395
|
|
@@ -26,16 +26,16 @@ api_logic_server_cli/create_from_model/__pycache__/create_db_from_model.cpython-
|
|
|
26
26
|
api_logic_server_cli/create_from_model/__pycache__/dbml.cpython-312.pyc,sha256=E4oR4UFDjW7Z7SCfo-USc7vUVfwQFma1O_qldAT7L7c,8952
|
|
27
27
|
api_logic_server_cli/create_from_model/__pycache__/meta_model.cpython-312.pyc,sha256=Ylu_fwSC4BHfTr4xzXCfyY6ChXu9seDx_LphGw_Tl6Y,7133
|
|
28
28
|
api_logic_server_cli/create_from_model/__pycache__/model_creation_services.cpython-312.pyc,sha256=ZItAlFMbjQopl5EJ5zVKvSMweEczeky1o2uKewW-aus,36599
|
|
29
|
-
api_logic_server_cli/create_from_model/__pycache__/ont_build.cpython-312.pyc,sha256=
|
|
29
|
+
api_logic_server_cli/create_from_model/__pycache__/ont_build.cpython-312.pyc,sha256=TDNj_xZu8dpfTeYTPxUi-J4zyNPNifUz-YfWLmOjm_E,68547
|
|
30
30
|
api_logic_server_cli/create_from_model/__pycache__/ont_create.cpython-312.pyc,sha256=M9PIKa6_15c-il2FKP-fqeCGse_tbof3mvg_ZVlPy4I,14478
|
|
31
31
|
api_logic_server_cli/create_from_model/__pycache__/ui_admin_creator.cpython-312.pyc,sha256=dW3OP8i2imShiMvCVxfTu5w5t4renKVrIuATDSvDs9k,38555
|
|
32
32
|
api_logic_server_cli/create_from_model/__pycache__/uri_info.cpython-312.pyc,sha256=_xZHwvPJzehSzH-ueuTKwNqNLTJfUMDwYl5ddYNTxRM,2728
|
|
33
33
|
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
|
|
34
|
-
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/asset-manifest.json,sha256=
|
|
35
|
-
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/build-
|
|
34
|
+
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/asset-manifest.json,sha256=3RZNouIMPfAu3szFZrw25YtEVqe0YbC5TpDXT9GPHu4,19314
|
|
35
|
+
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/build-0213.txt,sha256=NJDVUIiDqsuGATHAb0Xxhh1BbgHivhNcxF7XGxH9FO8,29
|
|
36
36
|
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/favicon.ico,sha256=U1D10RQA1BEZ94F-R424lI7f9s-z1ajWFQCuKYs6xag,99134
|
|
37
37
|
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/favicon.ico.0,sha256=ssL3ErHtNizbokweZ94eJyh6vDHg78E8QULJweiRB3Q,19771
|
|
38
|
-
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/index.html,sha256=
|
|
38
|
+
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/index.html,sha256=kzYUgRRfUg5QCi-jaEWFxpYhKHuB7EHWmSfaSF7QIMw,925
|
|
39
39
|
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/index.html.landing,sha256=sPSAoeIW0OGtwLl3spteqZWAn1Z8sfZgIdZFPSlVSP4,3121
|
|
40
40
|
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/logo192.png,sha256=w4Y5bscNs2CAdbX7-qxKscyqhroFpoqzk-xVHrZsPgA,5347
|
|
41
41
|
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/logo512.png,sha256=nqT02nBQwMxAiSb2o5wlNiTpursdQ8eXfNghRFpgtGE,9664
|
|
@@ -385,9 +385,9 @@ api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/js/997
|
|
|
385
385
|
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/js/9991.d630f7c1.chunk.js,sha256=KYbywXSMOWP8JcGuML-0z3dTNY3isQ3nMmw-BUWA5Cc,2523
|
|
386
386
|
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/js/9991.d630f7c1.chunk.js.LICENSE.txt,sha256=lkDkHt6iI8RkbV1QqSBxv6G94jWIPAdt-IVhdG85_WE,387
|
|
387
387
|
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/js/9991.d630f7c1.chunk.js.map,sha256=7JOgC8vv2vYBuGoLiQAgOOqGVqx9TeEBwZRx2ZI2PTY,6522
|
|
388
|
-
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/js/main.
|
|
389
|
-
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/js/main.
|
|
390
|
-
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/js/main.
|
|
388
|
+
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/js/main.7c8c0e37.js,sha256=6KZED3kRbxRCkn8MFO28bj7LrgFWJquyoP_xg3KdsDA,2993851
|
|
389
|
+
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/js/main.7c8c0e37.js.LICENSE.txt,sha256=VXjXb0-tB8rKfwT7t3MekHoPuh6d-Ita_VMVXtDKCLw,3601
|
|
390
|
+
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/js/main.7c8c0e37.js.map,sha256=jOxH318a0epKmQnFKkPKpxwes6RUwiZ3jr5hJIFj9VE,10880182
|
|
391
391
|
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/media/codicon.2fa1fcf53c57a51b064d.ttf,sha256=izSevKNd2mT7WHZYsm4XzDTGwdk0_FCb7wRObtuJ20k,73624
|
|
392
392
|
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/media/uicons-bold-rounded-CPL6VNRV.81561c67697fc09f050b.eot,sha256=kn0AnKx0sRPLSTFJ1ry27wypiuAX5mGsPwng028-How,995112
|
|
393
393
|
api_logic_server_cli/create_from_model/safrs-react-admin-npm-build/static/media/uicons-bold-rounded-MQNABNC6.f1fa27ef1cfbccecbdcf.woff2,sha256=nLUMovzDz_y1nXCA6roHjV3GzQBkV0BfmMYmvMQZFGs,358868
|
|
@@ -448,7 +448,7 @@ api_logic_server_cli/database/customize_models.py,sha256=9QyFDo9mHo-VpwsVP-cXxU5
|
|
|
448
448
|
api_logic_server_cli/database/model_using_numeric.py,sha256=PDQqndxION4LIlH9-3J9Ozc0JKbXVaITqQI2sGULkW4,1812
|
|
449
449
|
api_logic_server_cli/database/new.sqlite,sha256=v9CtvF-XUjJqzvr6N7Fhm78rVCVIb4cH4WWUJGb-Z1U,16384
|
|
450
450
|
api_logic_server_cli/database/nw-gold-plus.sqlite,sha256=5hM8ub6BjZPnB_35GY8UTcfCfN0TGIavEZYAUzprxlk,522240
|
|
451
|
-
api_logic_server_cli/database/nw-gold.sqlite,sha256=
|
|
451
|
+
api_logic_server_cli/database/nw-gold.sqlite,sha256=BWXLeljOTNwmOUJjMZ8J3dJ_qUtn_9uj7N2d6M5b-lg,522240
|
|
452
452
|
api_logic_server_cli/database/nw-unused.sqlite,sha256=AOO0Ob_2K70MlgAFB6rbtvklGFZnNlZmwtY-fgpSD1Q,496640
|
|
453
453
|
api_logic_server_cli/database/sample_ai.txt,sha256=Fdry3fbbgGV8KnE0jWdm_g4F7CaDpSfIRxVhEX9--2Y,89
|
|
454
454
|
api_logic_server_cli/database/shipping.sqlite,sha256=68N8cN8oosuvEtQcAif42YjYH7ocXVbNIRAFMN1dInY,24576
|
|
@@ -471,9 +471,9 @@ api_logic_server_cli/fragments/nw_virtual_attrs.py,sha256=7hgvhnO1UcJ6OoPKCxR5bn
|
|
|
471
471
|
api_logic_server_cli/fragments/ui_basic_web_app_runZZ.py,sha256=UllBIkKHlUE3nyDE1qtFWCA-NTE1ltYxPvVUd7lZI5U,870
|
|
472
472
|
api_logic_server_cli/genai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
473
473
|
api_logic_server_cli/genai/client.py,sha256=36gyz-dqxj4dJj1SGtO9NZsy9-cfnf4d7uahHimwqHk,772
|
|
474
|
-
api_logic_server_cli/genai/genai.py,sha256=
|
|
474
|
+
api_logic_server_cli/genai/genai.py,sha256=PMBdcKAMXbmM7mdl6QB-_60dY6QiNXP8mVwhBEA0Zfg,59523
|
|
475
475
|
api_logic_server_cli/genai/genai_logic_builder.py,sha256=VkgOG0s17sdt-ElQmfTRuMCUnQLtxtyaH8Qfr0x1TrE,23552
|
|
476
|
-
api_logic_server_cli/genai/genai_svcs.py,sha256=
|
|
476
|
+
api_logic_server_cli/genai/genai_svcs.py,sha256=1J1LyzLpcjEBLYPsdqYzqR_6HvS5A69olD4v9B9fbYE,45989
|
|
477
477
|
api_logic_server_cli/genai/genai_utils.py,sha256=DKhIb0P-7Ps1a1jIXyDOlTT8DwXn4-c7LRrV83GgnC8,17128
|
|
478
478
|
api_logic_server_cli/genai/json2rules.py,sha256=ykoxxgZgqllzt8Ud06S-R_3QtumxXfmF5ksYC0Hh2Sk,2645
|
|
479
479
|
api_logic_server_cli/model_migrator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -537,7 +537,7 @@ api_logic_server_cli/prototypes/base/api/api_discovery/ontimize_api.py,sha256=_g
|
|
|
537
537
|
api_logic_server_cli/prototypes/base/api/api_discovery/system.py,sha256=Cv4qtnEG5s6vtk2alHmPAvwKlbtlHsd3Ugse_YKIk7Q,3345
|
|
538
538
|
api_logic_server_cli/prototypes/base/api/system/api_utils.py,sha256=cCwujmQRE3gb6756GAVlypx7r30eH_-aZzo-hi3BNTU,5812
|
|
539
539
|
api_logic_server_cli/prototypes/base/api/system/custom_endpoint.py,sha256=191JrBIhRM1-gjCdJhfy0VFTZtMHoGXIIXcwEGAPbeI,49786
|
|
540
|
-
api_logic_server_cli/prototypes/base/api/system/expression_parser.py,sha256=
|
|
540
|
+
api_logic_server_cli/prototypes/base/api/system/expression_parser.py,sha256=4kPnwihBTP-APE5xQ8_5M9lK8cd_z6z783GFY47-8eM,28008
|
|
541
541
|
api_logic_server_cli/prototypes/base/api/system/gen_csv_report.py,sha256=GDAFJV3v1phmjLDE-vfvp8jgZnu2R6sTdQ6UWgdk64c,1410
|
|
542
542
|
api_logic_server_cli/prototypes/base/api/system/gen_pdf_report.py,sha256=gOe5mSYbh17q94UDh_YQI4qUr7jjck7UfnTNe7CEXhA,8783
|
|
543
543
|
api_logic_server_cli/prototypes/base/api/system/opt_locking/opt_locking.py,sha256=ib-hb-ZLZ7P7XbyQ08teUKM_p-5WMAmo0Cyjao2GA9o,6432
|
|
@@ -592,7 +592,7 @@ api_logic_server_cli/prototypes/base/devops/docker-compose-dev-local-nginx/unuse
|
|
|
592
592
|
api_logic_server_cli/prototypes/base/devops/docker-compose-dev-local-nginx/unused/unused-requirements-slim.txt,sha256=tbSwU7qdwcp_5ILWgEcLLeS7frnLkLif9Gyf5r3Ou-E,14
|
|
593
593
|
api_logic_server_cli/prototypes/base/devops/docker-image/build_image.dockerfile,sha256=RVvOirRyqEloaZHgByW2_ux9ajL2ixRdEpc14JJHyg0,647
|
|
594
594
|
api_logic_server_cli/prototypes/base/devops/docker-image/build_image.sh,sha256=3PTPAr8cwYtxMgLYExzpXHZ-fiOY4EEp_7B7qhKtdbs,2025
|
|
595
|
-
api_logic_server_cli/prototypes/base/devops/docker-image/env.list,sha256=
|
|
595
|
+
api_logic_server_cli/prototypes/base/devops/docker-image/env.list,sha256=cSp4UlVVZdbuGOaMHcZP9a3Kws92fWSnQvDyae01Q4M,2243
|
|
596
596
|
api_logic_server_cli/prototypes/base/devops/docker-image/run_image.sh,sha256=D94avWpEftzC6nIoWHtjJPmIkTQtckc69ulSIsqbGiY,1176
|
|
597
597
|
api_logic_server_cli/prototypes/base/devops/keycloak/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
|
|
598
598
|
api_logic_server_cli/prototypes/base/devops/keycloak/docker-compose-dev-network.yml,sha256=19HvUXnEczbOi2dMSlVY9aqaHzeFiZ30f2gBZ9fxelE,1090
|
|
@@ -620,16 +620,16 @@ api_logic_server_cli/prototypes/base/devops/python-anywhere/python_anywhere_wsgi
|
|
|
620
620
|
api_logic_server_cli/prototypes/base/docs/logic/readme.md,sha256=s0s5FIF0TVPfinEPdNNSUy9f2HJwGQQdJ1h3xrJm3lA,590
|
|
621
621
|
api_logic_server_cli/prototypes/base/docs/logic_suggestions/readme_logic_suggestions.md,sha256=44ibQYGOy84J4zGFaChLCOf-GU9pOBrbgBbprujMtIs,184
|
|
622
622
|
api_logic_server_cli/prototypes/base/integration/kafka/kafka_consumer.py,sha256=2DOsFpYnsJ71gZzzfJweEmL-i99uCtEFU0hVwIKFGMw,1516
|
|
623
|
-
api_logic_server_cli/prototypes/base/integration/kafka/kafka_producer.py,sha256=
|
|
623
|
+
api_logic_server_cli/prototypes/base/integration/kafka/kafka_producer.py,sha256=nza_seZJhI7OSnaIXgOGmLv68NrPojt7_uvE7_2agDU,4131
|
|
624
624
|
api_logic_server_cli/prototypes/base/integration/kafka/kafka_readme.md,sha256=MlwykHWM2w41KzWh4vPuTnIodR8f-BQzrWpV4P1hrsI,161
|
|
625
625
|
api_logic_server_cli/prototypes/base/integration/n8n/N8N_WebHook_from_ApiLogicServer.json,sha256=s9JuoF9gLiuNZAD0dTVdnwQpORQHe0TseyPNVDe048w,10606
|
|
626
626
|
api_logic_server_cli/prototypes/base/integration/n8n/n8n_producer.py,sha256=loaF5AalPS2-7OJqSDi5Dnn_GyJG6dqiHxPzmLSB8j0,4869
|
|
627
627
|
api_logic_server_cli/prototypes/base/integration/n8n/n8n_readme.md,sha256=1ncnSAVI6_E3kIh8lU7xphi1xxUZI65MknK517N87wQ,2381
|
|
628
628
|
api_logic_server_cli/prototypes/base/integration/row_dict_maps/row_dict_maps_readme.md,sha256=5tOPwErjkcCQONrNcaGsttEwybxCIq-5j45dkOcDh1Q,206
|
|
629
629
|
api_logic_server_cli/prototypes/base/integration/system/FlaskKafka.py,sha256=_UsIUrQ022B7IzEPGRw6GgkUeWtvKHPBe2OSpFF8pEw,3203
|
|
630
|
-
api_logic_server_cli/prototypes/base/integration/system/RowDictMapper.py,sha256=
|
|
631
|
-
api_logic_server_cli/prototypes/base/logic/declare_logic.py,sha256=
|
|
632
|
-
api_logic_server_cli/prototypes/base/logic/load_verify_rules.py,sha256=
|
|
630
|
+
api_logic_server_cli/prototypes/base/integration/system/RowDictMapper.py,sha256=DSdmeAQZZ_wUWHHiSS_6ZgeTKIuEycNlgX140l3fnSE,19986
|
|
631
|
+
api_logic_server_cli/prototypes/base/logic/declare_logic.py,sha256=vglpAfVRM3QONLDbWIXcZrXTSttO8vUpwLbSJ51Fmw0,3290
|
|
632
|
+
api_logic_server_cli/prototypes/base/logic/load_verify_rules.py,sha256=dYEb-UxqQ5N08ry22I04vtFy8JtQe2pL7Jw8gR8nGu4,7742
|
|
633
633
|
api_logic_server_cli/prototypes/base/logic/readme_declare_logic.md,sha256=CFC13f9Z4rTkNiRoJTBEz3A2F_yRThOj-HrHDsSdKsw,6630
|
|
634
634
|
api_logic_server_cli/prototypes/base/logic/logic_discovery/auto_discovery.py,sha256=m97W6DYi6ouTDuFCiU1rPq1UqzJuNnVePyOeLU33D1s,2645
|
|
635
635
|
api_logic_server_cli/prototypes/base/logic/logic_discovery/__pycache__/__init__.cpython-312.pyc,sha256=5--1medTaKN83y-D_iv9EPiLD2uja_Q0r5ZkxX_pJM4,199
|
|
@@ -726,30 +726,33 @@ api_logic_server_cli/prototypes/fiddle/1. Learn APIs using Flask SqlAlchemy/data
|
|
|
726
726
|
api_logic_server_cli/prototypes/fiddle/1. Learn APIs using Flask SqlAlchemy/database/logging.yml,sha256=GIRd1gxe-Em7GpKRg8wTYg-Aq71QuEeA1rD9RV7iB18,1400
|
|
727
727
|
api_logic_server_cli/prototypes/fiddle/1. Learn APIs using Flask SqlAlchemy/database/models.py,sha256=eeVAXGs_PN8bmYzIao0-kbZv5Mbham49zWUmHloAMWc,11945
|
|
728
728
|
api_logic_server_cli/prototypes/fiddle/1. Learn APIs using Flask SqlAlchemy/test/server_test.py,sha256=XWmMCqixRy7aP47rpNEOjv_4NxSi7z-8yYjtqkShLE8,786
|
|
729
|
-
api_logic_server_cli/prototypes/genai_demo/api/customize_api.py,sha256=
|
|
730
|
-
api_logic_server_cli/prototypes/genai_demo/database
|
|
731
|
-
api_logic_server_cli/prototypes/genai_demo/database/
|
|
732
|
-
api_logic_server_cli/prototypes/genai_demo/database/
|
|
733
|
-
api_logic_server_cli/prototypes/genai_demo/
|
|
734
|
-
api_logic_server_cli/prototypes/genai_demo/database/chatgpt/sample_ai.sqlite,sha256=XbMAvWKnaG5bsicsA05-0wgd0PowZs7x3t15Qh7_wP0,24576
|
|
735
|
-
api_logic_server_cli/prototypes/genai_demo/database/chatgpt/sample_ai_items.sqlite,sha256=HGz9KW-r8yVz3c52Gsffxsm9DfNK1bWKMxfN2xFgZ20,24576
|
|
736
|
-
api_logic_server_cli/prototypes/genai_demo/database/chatgpt/sample_ai_models.py,sha256=EBu8nJt9bg-QJN1GG0eP4evsJeU7hvoOU8Aby17q1no,5567
|
|
737
|
-
api_logic_server_cli/prototypes/genai_demo/database/chatgpt/sample_ai_models.sqlite,sha256=xVXgtMoEsivbm0BrrMgsSh5t6V-3EKDRvHp0SobgmSk,20480
|
|
738
|
-
api_logic_server_cli/prototypes/genai_demo/database/chatgpt/__pycache__/copilot_models.cpython-312.pyc,sha256=kLUaHzeceWOfGTBdTCKN1gaEcyyUkYi2DTLstnL7HGk,1266
|
|
739
|
-
api_logic_server_cli/prototypes/genai_demo/database/chatgpt/__pycache__/sample_ai_models.cpython-312.pyc,sha256=Ss6fsPgoYUnKlUXm0QF3K2vOJGt3GAItskz8-dPRZYs,5899
|
|
740
|
-
api_logic_server_cli/prototypes/genai_demo/integration/row_dict_maps/OrderB2B.py,sha256=TXhhw54Iyp2mf629rDT8elawOc2q-VNfUaumYBaRAto,1236
|
|
729
|
+
api_logic_server_cli/prototypes/genai_demo/api/customize_api.py,sha256=u7XRsUaXF1C8yBtUlJU_WtvsbdwEUv9u8hRe63i5YoQ,7342
|
|
730
|
+
api_logic_server_cli/prototypes/genai_demo/database/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
|
|
731
|
+
api_logic_server_cli/prototypes/genai_demo/database/db.sqlite,sha256=zwG7ZsymnCAftk4qSeGv8N5ttJJaIoBdKq4oGsiaIoY,28672
|
|
732
|
+
api_logic_server_cli/prototypes/genai_demo/database/models.py,sha256=5XfE4-nn-FGvNHfIDZ3BbYiQiQScgiJ5wwPnY7Nrn5g,4303
|
|
733
|
+
api_logic_server_cli/prototypes/genai_demo/integration/row_dict_maps/OrderB2B.py,sha256=dJrATC4f4TOnUqF-U0swIZ3Y_TV5STk18pkeRSpBf1k,1180
|
|
741
734
|
api_logic_server_cli/prototypes/genai_demo/integration/row_dict_maps/OrderShipping.py,sha256=4wM45eRNkDNl7vcX689VSR7BgdKvae5hD26L8XZYGfc,1197
|
|
742
|
-
api_logic_server_cli/prototypes/genai_demo/
|
|
743
|
-
api_logic_server_cli/prototypes/genai_demo/
|
|
735
|
+
api_logic_server_cli/prototypes/genai_demo/integration/row_dict_maps/row_dict_maps_readme.md,sha256=5tOPwErjkcCQONrNcaGsttEwybxCIq-5j45dkOcDh1Q,206
|
|
736
|
+
api_logic_server_cli/prototypes/genai_demo/integration/row_dict_maps/__pycache__/OrderB2B.cpython-312.pyc,sha256=GAhE6t6Hd1OshSdpG7T10GapxWgU4lM95n7zd2jwN6Q,1955
|
|
737
|
+
api_logic_server_cli/prototypes/genai_demo/logic/declare_logic.py,sha256=_YUZsl6B6WHV4f9R-obOKniDtdYNCxfd5vJpLLdRXgw,4930
|
|
738
|
+
api_logic_server_cli/prototypes/genai_demo/logic/load_verify_rules.py,sha256=TWqzJ_KWX_QvpxWQv4ujqc487W1P9ZglrciSLor_NHA,7681
|
|
739
|
+
api_logic_server_cli/prototypes/genai_demo/logic/readme_declare_logic.md,sha256=CFC13f9Z4rTkNiRoJTBEz3A2F_yRThOj-HrHDsSdKsw,6630
|
|
740
|
+
api_logic_server_cli/prototypes/genai_demo/logic/__pycache__/declare_logic.cpython-312.pyc,sha256=heB0NPW04Ede5hY4x-lF8_Hj2TtfYSQrBSEaDOUEiuw,6990
|
|
741
|
+
api_logic_server_cli/prototypes/genai_demo/logic/__pycache__/load_verify_rules.cpython-312.pyc,sha256=fgiC8DnQdbIBl40QfKjDXUHtBgQcoGpUASgF7Da5rZQ,11198
|
|
742
|
+
api_logic_server_cli/prototypes/genai_demo/logic/logic_discovery/auto_discovery.py,sha256=m97W6DYi6ouTDuFCiU1rPq1UqzJuNnVePyOeLU33D1s,2645
|
|
743
|
+
api_logic_server_cli/prototypes/genai_demo/logic/logic_discovery/__pycache__/__init__.cpython-312.pyc,sha256=5--1medTaKN83y-D_iv9EPiLD2uja_Q0r5ZkxX_pJM4,199
|
|
744
|
+
api_logic_server_cli/prototypes/genai_demo/logic/logic_discovery/__pycache__/auto_discovery.cpython-312.pyc,sha256=khoFnahoi-hIONmyzvMoui7d6QAT1WcBtRHr1no6f_U,3252
|
|
745
|
+
api_logic_server_cli/prototypes/genai_demo/logic/logic_discovery/__pycache__/error_testing.cpython-312.pyc,sha256=NQKJ0pHsE53Nwmob8c03X_vkSV-MP_mj-1VFmJ3kRs0,2225
|
|
744
746
|
api_logic_server_cli/prototypes/genai_demo/security/declare_security.py,sha256=L3AL1bgdqIWQxdkJZcFVDOQ0XRpmeLAKqwlAYChFWKo,2108
|
|
745
|
-
api_logic_server_cli/prototypes/genai_demo/
|
|
747
|
+
api_logic_server_cli/prototypes/genai_demo/security/__pycache__/declare_security.cpython-312.pyc,sha256=6D4oMs3K6SAUIOdTg2nTodmAg0HyFA1SyoJTeJYgAUs,2264
|
|
748
|
+
api_logic_server_cli/prototypes/genai_demo/ui/admin/admin.yaml,sha256=jTNWI3n3TLrjtpG8fTd7AawKr3x1Jhrft-ow6bvmCGM,3449
|
|
746
749
|
api_logic_server_cli/prototypes/manager/.DS_Store,sha256=v0WHl9kV19fTkhSl1TOZkl0d_KnhnIhXNpgTNdFVSpY,6148
|
|
747
750
|
api_logic_server_cli/prototypes/manager/.gitignore,sha256=xfAjNQHokbo6GuN1ghx-eml8tQIzwUczLC_YVzElndI,195
|
|
748
|
-
api_logic_server_cli/prototypes/manager/README.md,sha256=
|
|
751
|
+
api_logic_server_cli/prototypes/manager/README.md,sha256=d5IIHjZ5etTOykAwVofcfehBguSryBKUycp_FQE1gag,20638
|
|
749
752
|
api_logic_server_cli/prototypes/manager/settings.txt,sha256=_jjL30jomIMxG21edDfrXYRT9Zfgr_0EdUWvcEUOnFQ,368
|
|
750
753
|
api_logic_server_cli/prototypes/manager/.vscode/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
|
|
751
|
-
api_logic_server_cli/prototypes/manager/.vscode/ApiLogicServer.code-workspace,sha256=
|
|
752
|
-
api_logic_server_cli/prototypes/manager/.vscode/launch.json,sha256=
|
|
754
|
+
api_logic_server_cli/prototypes/manager/.vscode/ApiLogicServer.code-workspace,sha256=EqvNleSV4PRL_tJIYy8gC0TKc0S2x3h3Vxba5QGyN4c,304
|
|
755
|
+
api_logic_server_cli/prototypes/manager/.vscode/launch.json,sha256=UMyprDcKb7bWjhTVaTFLW1l_1WYoTCg9JMzAIt5F0Z8,32527
|
|
753
756
|
api_logic_server_cli/prototypes/manager/.vscode/settings.json,sha256=wQgpFvviPbZCmsf02UgrJSGAz7g3i4chDZ_AdSIOr5Y,625
|
|
754
757
|
api_logic_server_cli/prototypes/manager/system/.DS_Store,sha256=r4gY37tWmhc60MVHeHWD-ZbqQBPlXqcC7xX2NhV42AA,6148
|
|
755
758
|
api_logic_server_cli/prototypes/manager/system/Manager_workspace.code-workspace,sha256=19Acdi2ZvX5U_IMokLiVaKkIMwsSxgbw5YjaRMpBAAI,333
|
|
@@ -1211,11 +1214,11 @@ api_logic_server_cli/prototypes/manager/system/genai/examples/emp_depts/emp_dept
|
|
|
1211
1214
|
api_logic_server_cli/prototypes/manager/system/genai/examples/emp_depts/logic_notes.md,sha256=mrEBKE1OQxEqFoRLD1zYL-SeC5ITPcWEZKaumRDw7U4,100
|
|
1212
1215
|
api_logic_server_cli/prototypes/manager/system/genai/examples/genai_demo/.DS_Store,sha256=zQYgpeXOUqrfba9eGY89I8y4TzyXt6KeFI8mi4jUJFk,6148
|
|
1213
1216
|
api_logic_server_cli/prototypes/manager/system/genai/examples/genai_demo/create_db_models.py,sha256=QyGtjgsuYkVF5UYOn35V8ZnAdI76s-1KyM7nnGM4lPI,3588
|
|
1214
|
-
api_logic_server_cli/prototypes/manager/system/genai/examples/genai_demo/genai_demo.prompt,sha256=
|
|
1215
|
-
api_logic_server_cli/prototypes/manager/system/genai/examples/genai_demo/genai_demo.response_example,sha256=
|
|
1217
|
+
api_logic_server_cli/prototypes/manager/system/genai/examples/genai_demo/genai_demo.prompt,sha256=OwdxIKDO60meoYFLuA4b2W3727npv5g7gp6xdSoVa-A,771
|
|
1218
|
+
api_logic_server_cli/prototypes/manager/system/genai/examples/genai_demo/genai_demo.response_example,sha256=AW8V5VmeSEfGMPsTDYY77kIWqlnZ9-rpk-7OfboBiwM,8755
|
|
1216
1219
|
api_logic_server_cli/prototypes/manager/system/genai/examples/genai_demo/genai_demo_fixup_required.json,sha256=b7SO0wkrV7DxIkW2UxmEF07wXONMwzC4UOw1ZG2cvAw,9670
|
|
1217
1220
|
api_logic_server_cli/prototypes/manager/system/genai/examples/genai_demo/genai_demo_formal.prompt,sha256=V8QdPiytwb1jqWeo6fZvaoPE5OkPTJZ2KsKrvo17f7k,432
|
|
1218
|
-
api_logic_server_cli/prototypes/manager/system/genai/examples/genai_demo/genai_demo_informal.prompt,sha256=
|
|
1221
|
+
api_logic_server_cli/prototypes/manager/system/genai/examples/genai_demo/genai_demo_informal.prompt,sha256=OwdxIKDO60meoYFLuA4b2W3727npv5g7gp6xdSoVa-A,771
|
|
1219
1222
|
api_logic_server_cli/prototypes/manager/system/genai/examples/genai_demo/genai_demo_informal_rules_only.prompt,sha256=rR-ZCr3knseA9ButjkZ80hxhy-Rxw5FbvVEbEXImo58,521
|
|
1220
1223
|
api_logic_server_cli/prototypes/manager/system/genai/examples/genai_demo/genai_demo_no_logic.prompt,sha256=IIsO4mxLpKccSoIE1dMNsQQ2efhhCpFnAcoGtbcHv50,95
|
|
1221
1224
|
api_logic_server_cli/prototypes/manager/system/genai/examples/genai_demo/__pycache__/create_db_models.cpython-312.pyc,sha256=GuOEED9cvP4Q9M73S2zAdHybuhe8W36kb1j5HRZb5YU,5578
|
|
@@ -5838,11 +5841,12 @@ api_logic_server_cli/prototypes/manager/system/genai/examples/students_classes_i
|
|
|
5838
5841
|
api_logic_server_cli/prototypes/manager/system/genai/examples/students_classes_informal_iteration/Educational_Management_System_iter_1_005.response-example,sha256=3immZZzc9feRiOwGcRVHkC1fuRmADj0m9KoRZ-GBdmE,11478
|
|
5839
5842
|
api_logic_server_cli/prototypes/manager/system/genai/examples/students_classes_informal_iteration/create_db_models.py,sha256=LxlroAV1iWLQFbTZcQDwpbZdT2iLWitD-spIcep2-2Y,8516
|
|
5840
5843
|
api_logic_server_cli/prototypes/manager/system/genai/examples/students_classes_informal_iteration/db.dbml,sha256=Kia6pVSg33hfGXiWeSV9Hb1-idh37Wpj-eF86nTL-8U,3026
|
|
5841
|
-
api_logic_server_cli/prototypes/manager/system/genai/examples/time_tracking_billing/002_create_db_models.prompt,sha256=
|
|
5844
|
+
api_logic_server_cli/prototypes/manager/system/genai/examples/time_tracking_billing/002_create_db_models.prompt,sha256=TdCw5gAtwLgsjldvlF-q_zdW2jhOeNtW167qucqsWHQ,3069
|
|
5842
5845
|
api_logic_server_cli/prototypes/manager/system/genai/examples/time_tracking_billing/003_create_db_models.response,sha256=-VGUaPaa-KR9ES2PCZpzJc3svOKuPdPXDVwP-tboXuw,27513
|
|
5846
|
+
api_logic_server_cli/prototypes/manager/system/genai/examples/time_tracking_billing/Invoice Made Ready.png,sha256=3FIO9vITJ5DMcUZfMYfDFdPxXgcI_L8HY7RFFFuWF4E,1321252
|
|
5843
5847
|
api_logic_server_cli/prototypes/manager/system/genai/examples/time_tracking_billing/db.sqlite,sha256=hfPdf_o69yP0r1_w60hUos6VZC7tekRvGwiXsGyNzuI,32768
|
|
5844
|
-
api_logic_server_cli/prototypes/manager/system/genai/examples/time_tracking_billing/readme.md,sha256=
|
|
5845
|
-
api_logic_server_cli/prototypes/manager/system/genai/learning_requests/logic_bank_api.prompt,sha256=
|
|
5848
|
+
api_logic_server_cli/prototypes/manager/system/genai/examples/time_tracking_billing/readme.md,sha256=wqRqpvrMOe2EdhWw1VDQe7TSxizFnDCLb2WlyEJpfMI,3017
|
|
5849
|
+
api_logic_server_cli/prototypes/manager/system/genai/learning_requests/logic_bank_api.prompt,sha256=xmDeCKBEoI2BdZBh-tvWwi4BKpFYDSL_Swrg0PlBso4,15399
|
|
5846
5850
|
api_logic_server_cli/prototypes/manager/system/genai/prompt_inserts/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
|
|
5847
5851
|
api_logic_server_cli/prototypes/manager/system/genai/prompt_inserts/fixup.prompt,sha256=ZdVl-0J9oi8dS_3pDTrwdtvMSpDymbArTIlSEwcjCrM,305
|
|
5848
5852
|
api_logic_server_cli/prototypes/manager/system/genai/prompt_inserts/import.prompt,sha256=nuSDA54ii9O5O920YhmA6sqaI_k3VFw3O97jgk0PCzo,493
|
|
@@ -5915,7 +5919,7 @@ api_logic_server_cli/prototypes/nw/integration/row_dict_maps/Customer_Orders.py,
|
|
|
5915
5919
|
api_logic_server_cli/prototypes/nw/integration/row_dict_maps/OrderB2B.py,sha256=NIz7XzuCLZK8JMqEZYfkJM5MOW1OU-NwBJheGgTrmkM,1392
|
|
5916
5920
|
api_logic_server_cli/prototypes/nw/integration/row_dict_maps/OrderById.py,sha256=2i2_jtq_o5vCThQq8fLLHy6WlcTPFb6aVO6YXdvoyrs,1102
|
|
5917
5921
|
api_logic_server_cli/prototypes/nw/integration/row_dict_maps/OrderShipping.py,sha256=K0K9ZDQ4kI_Kuw5_-Oby1oXlzgdb6PIluoYOtqm0axg,1438
|
|
5918
|
-
api_logic_server_cli/prototypes/nw/logic/declare_logic.py,sha256=
|
|
5922
|
+
api_logic_server_cli/prototypes/nw/logic/declare_logic.py,sha256=BFOk-ybMJDesjaHvmQOH5f9C0KajzFMQ_Utm6FRC2Uc,15771
|
|
5919
5923
|
api_logic_server_cli/prototypes/nw/logic/logic_discovery/integration.py,sha256=Hfm5wNI0aD9un3-lsB2hp4Rh3l3NM68NIIZ5hkQeQ5E,4101
|
|
5920
5924
|
api_logic_server_cli/prototypes/nw/logic/logic_discovery/simple_constraints.py,sha256=RxvO6AVmS9xoMGzWZ89HVE8kU22_qnNDPLxn3BZqAIw,1279
|
|
5921
5925
|
api_logic_server_cli/prototypes/nw/logic/logic_discovery/workflow_integration.pyZZ,sha256=XQacPVIKDKdYHgSaQ8IHp__DI2tZyNBr9qokEc6j0ws,2425
|
|
@@ -6224,10 +6228,10 @@ api_logic_server_cli/sqlacodegen_wrapper/sqlacodegen/setup.py,sha256=ekn0wq_leWE
|
|
|
6224
6228
|
api_logic_server_cli/sqlacodegen_wrapper/sqlacodegen/tox.ini,sha256=mVlmM_uI-7K4pLs-jBfu8ZOQpHwQj8fh7LogvwjXJyE,440
|
|
6225
6229
|
api_logic_server_cli/sqlacodegen_wrapper/sqlacodegen/__pycache__/__init__.cpython-312.pyc,sha256=TCTs9PqY75qnKtNXXWS41XVG_wGzHyRQ2eA3IWNY-Ss,237
|
|
6226
6230
|
api_logic_server_cli/sqlacodegen_wrapper/sqlacodegen/sqlacodegen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6227
|
-
api_logic_server_cli/sqlacodegen_wrapper/sqlacodegen/sqlacodegen/codegen.py,sha256=
|
|
6231
|
+
api_logic_server_cli/sqlacodegen_wrapper/sqlacodegen/sqlacodegen/codegen.py,sha256=p3MnTFVGE7vIzE2DqfWvoG43tJE9frkXjzODXA9UQeE,77486
|
|
6228
6232
|
api_logic_server_cli/sqlacodegen_wrapper/sqlacodegen/sqlacodegen/main.py,sha256=_kSzjbpJRgQURKP391SdIjYJOzBuyADEIP0qSSu8Nv0,3252
|
|
6229
6233
|
api_logic_server_cli/sqlacodegen_wrapper/sqlacodegen/sqlacodegen/__pycache__/__init__.cpython-312.pyc,sha256=KHmbHH1vUKhS8pIGx1wyXxO6iwO9X3znNZROjYUzTnI,249
|
|
6230
|
-
api_logic_server_cli/sqlacodegen_wrapper/sqlacodegen/sqlacodegen/__pycache__/codegen.cpython-312.pyc,sha256=
|
|
6234
|
+
api_logic_server_cli/sqlacodegen_wrapper/sqlacodegen/sqlacodegen/__pycache__/codegen.cpython-312.pyc,sha256=4hnUU0c1-SbhvP6ElD5usSEzhc2UJCxdct0jC9iz7d0,81261
|
|
6231
6235
|
api_logic_server_cli/sqlacodegen_wrapper/sqlacodegen/sqlacodegen/als_safrs_310/delete_log.txt,sha256=gMkXWPBkd-jEb-P7UA8WkCnV8tAccBL-IhT41Jz5TRw,16390
|
|
6232
6236
|
api_logic_server_cli/sqlacodegen_wrapper/sqlacodegen/sqlacodegen/als_safrs_310/notes.txt,sha256=6KP8dOvdWsIGrpRmaueXbo_ZpD-6Edz-pOfTE80cScA,3991
|
|
6233
6237
|
api_logic_server_cli/sqlacodegen_wrapper/sqlacodegen/sqlacodegen/als_safrs_310/nw-schema.txt,sha256=mxZHTNBEH2-0Sf0NbS53DmX6_BmD2a3xz1nEhatXc_A,7159
|
|
@@ -6260,9 +6264,9 @@ api_logic_server_cli/tools/mini_skel/database/system/SAFRSBaseX.py,sha256=p8C7AF
|
|
|
6260
6264
|
api_logic_server_cli/tools/mini_skel/database/system/TestDataBase.py,sha256=U02SYqThsbY5g3DX7XGaiMxjZBuOpzvtPS6RfI1WQFg,371
|
|
6261
6265
|
api_logic_server_cli/tools/mini_skel/logic/declare_logic.py,sha256=fTrlHyqMeZsw_TyEXFa1VlYBL7fzjZab5ONSXO7aApo,175
|
|
6262
6266
|
api_logic_server_cli/tools/mini_skel/logic/load_verify_rules.py,sha256=Rr5bySJpYCZmNPF2h-phcPJ53nAOPcT_ohZpCD93-a0,7530
|
|
6263
|
-
ApiLogicServer-14.3.
|
|
6264
|
-
ApiLogicServer-14.3.
|
|
6265
|
-
ApiLogicServer-14.3.
|
|
6266
|
-
ApiLogicServer-14.3.
|
|
6267
|
-
ApiLogicServer-14.3.
|
|
6268
|
-
ApiLogicServer-14.3.
|
|
6267
|
+
ApiLogicServer-14.3.11.dist-info/LICENSE,sha256=67BS7VC-Z8GpaR3wijngQJkHWV04qJrwQArVgn9ldoI,1485
|
|
6268
|
+
ApiLogicServer-14.3.11.dist-info/METADATA,sha256=jjQkv_uYPcSfjC-ClPq1xjx2_vRgEK9VYrT-506rwe0,6447
|
|
6269
|
+
ApiLogicServer-14.3.11.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
6270
|
+
ApiLogicServer-14.3.11.dist-info/entry_points.txt,sha256=KiLloZJ3c_RW-nIDqBtoE0WEsQTnZ3dELwHLWi23LMA,103
|
|
6271
|
+
ApiLogicServer-14.3.11.dist-info/top_level.txt,sha256=-r0AT_GEApleihg-jIh0OMvzzc0BO1RuhhOpE91H5qI,21
|
|
6272
|
+
ApiLogicServer-14.3.11.dist-info/RECORD,,
|
|
@@ -12,9 +12,10 @@ ApiLogicServer CLI: given a database url, create [and run] customizable ApiLogic
|
|
|
12
12
|
Called from api_logic_server_cli.py, by instantiating the ProjectRun object.
|
|
13
13
|
'''
|
|
14
14
|
|
|
15
|
-
__version__ = "14.03.
|
|
15
|
+
__version__ = "14.03.11"
|
|
16
16
|
recent_changes = \
|
|
17
17
|
f'\n\nRecent Changes:\n' +\
|
|
18
|
+
"\t02/13/2024 - 14.03.11: fixes [78: Keycloak, 79: boolean defaulting, 80: Send If missing attribute] \n"\
|
|
18
19
|
"\t01/31/2024 - 14.03.00: Issue 76: exp ending in right paren, Issue 74: Multi-db fix, extended default options, if-based Nat Lang formulas \n"\
|
|
19
20
|
"\t01/29/2024 - 14.02.34: save docs/response.json to fix bad rules for IS_GENAI_DEMO, LogicBank 1.20.23 (all defaults) \n"\
|
|
20
21
|
"\t01/26/2024 - 14.02.31: genai_logic fail-safe, Issue 74: Multi-db fix, support models named Rule, wg logic discovery, if formula \n"\
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
last_created_date:
|
|
2
|
-
last_created_project_name:
|
|
3
|
-
last_created_version: 14.
|
|
1
|
+
last_created_date: February 05, 2025 18:22:21
|
|
2
|
+
last_created_project_name: trk
|
|
3
|
+
last_created_version: 14.03.07
|
api_logic_server_cli/cli.py
CHANGED
|
@@ -216,10 +216,13 @@ def main(ctx):
|
|
|
216
216
|
@click.option('--clean/--no-clean', "clean",
|
|
217
217
|
default=False, is_flag=True,
|
|
218
218
|
help="Overlay existing manager (projects retained)")
|
|
219
|
+
@click.option('--samples/--no-samples', "samples",
|
|
220
|
+
default=True, is_flag=True,
|
|
221
|
+
help="Create sample projects")
|
|
219
222
|
@click.option('--open-manager/--no-open-manager', "open_manager",
|
|
220
223
|
default=True, is_flag=True,
|
|
221
224
|
help="Overlay existing manager (projects retained)")
|
|
222
|
-
def create_start_manager(ctx, open_with, clean: click.BOOL = True,
|
|
225
|
+
def create_start_manager(ctx, open_with, clean: click.BOOL = True, samples: click.BOOL = True,
|
|
223
226
|
volume: str = "ApiLogicServer", open_manager: click.BOOL = True):
|
|
224
227
|
"""
|
|
225
228
|
Create and Manage API Logic Projects.
|
|
@@ -227,7 +230,7 @@ def create_start_manager(ctx, open_with, clean: click.BOOL = True,
|
|
|
227
230
|
# print(f'start sees volume={volume}')
|
|
228
231
|
from api_logic_server_cli.manager import create_manager
|
|
229
232
|
create_manager(clean=clean, open_with=open_with, api_logic_server_path=get_api_logic_server_path(),
|
|
230
|
-
volume=volume, open_manager=open_manager)
|
|
233
|
+
volume=volume, open_manager=open_manager, samples=samples)
|
|
231
234
|
|
|
232
235
|
|
|
233
236
|
@main.command("about")
|
|
Binary file
|
|
@@ -536,7 +536,7 @@ class OntBuilder(object):
|
|
|
536
536
|
fav_column_type = "VARCHAR" if fav_column and fav_column.type.startswith("VARCHAR") else "INTEGER"
|
|
537
537
|
key = make_keys(entity["primary_key"])
|
|
538
538
|
entity_type = f"{entity.type}"
|
|
539
|
-
title = entity["label"] if hasattr(entity, "label") and entity.label != DotMap() else entity_name
|
|
539
|
+
title = entity["label"].replace("*","") if hasattr(entity, "label") and entity.label != DotMap() else entity_name
|
|
540
540
|
entity_upper = f"{entity_name[:1].upper()}{entity_name[1:]}"
|
|
541
541
|
entity_first_cap = f"{entity_name[:1].upper()}{entity_name[1:]}"
|
|
542
542
|
primaryKey = make_keys(entity["primary_key"])
|
|
@@ -600,11 +600,11 @@ class OntBuilder(object):
|
|
|
600
600
|
and len(tg["fks"]) == 1 \
|
|
601
601
|
and not exclude:
|
|
602
602
|
col_type = next((col.type for col in entity.columns if col.name == col_var["name"]), None)
|
|
603
|
-
if col_type and col_var["type"]
|
|
603
|
+
if col_type and col_var["type"].lower().split("(")[0] in ["bigint", "int","integer", "numeric","decimal"]:
|
|
604
604
|
tab_name, tab_var = self.get_tab_attrs(entity=entity, parent_entity=parent_entity, fk_tab=tg)
|
|
605
605
|
return self.table_cell_render.render(tab_var)
|
|
606
606
|
|
|
607
|
-
name = column.label if hasattr(column, "label") and column.label != DotMap() else column.name
|
|
607
|
+
name = column.label.replace("*","") if hasattr(column, "label") and column.label != DotMap() else column.name
|
|
608
608
|
self.add_title(column["name"], name)
|
|
609
609
|
#template_type = self.get_template_type(column)
|
|
610
610
|
template_type = calculate_template(column)
|
|
@@ -676,7 +676,7 @@ class OntBuilder(object):
|
|
|
676
676
|
return defaultValues
|
|
677
677
|
def get_new_column(self, column, fks, entity):
|
|
678
678
|
col_var = self.get_column_attrs(column)
|
|
679
|
-
name = column["label"] if hasattr(column, "label") and column.label != DotMap() else column["name"]
|
|
679
|
+
name = column["label"].replace("*","") if hasattr(column, "label") and column.label != DotMap() else column["name"]
|
|
680
680
|
self.add_title(column["name"], name)
|
|
681
681
|
for fk in fks:
|
|
682
682
|
exclude = fk.get("exclude", "false") == "true"
|
|
@@ -696,7 +696,7 @@ class OntBuilder(object):
|
|
|
696
696
|
"attr": column.name,
|
|
697
697
|
"name": column.name,
|
|
698
698
|
"title": (
|
|
699
|
-
column.label
|
|
699
|
+
column.label.replace("*","")
|
|
700
700
|
if hasattr(column, "label") and column.label != DotMap()
|
|
701
701
|
else column.name
|
|
702
702
|
),
|
|
@@ -716,7 +716,7 @@ class OntBuilder(object):
|
|
|
716
716
|
}
|
|
717
717
|
col_var |= self.global_values
|
|
718
718
|
#{entity.name}.{col_var["title"]}
|
|
719
|
-
col_var["label"] = col_var["title"] # "{{ '" + col_var["title"] + "' }}",
|
|
719
|
+
col_var["label"] = col_var["title"].replace("*","") # "{{ '" + col_var["title"] + "' }}",
|
|
720
720
|
#'{{ ' + f'"{col_var["name"]}"' + '| oTranslate }}'
|
|
721
721
|
return col_var
|
|
722
722
|
|
|
@@ -742,7 +742,7 @@ class OntBuilder(object):
|
|
|
742
742
|
|
|
743
743
|
def gen_detail_rows(self, column, fks, entity):
|
|
744
744
|
col_var = self.get_column_attrs(column)
|
|
745
|
-
name = column.label if hasattr(column, "label") and column.label != DotMap() else column.name
|
|
745
|
+
name = column.label.replace("*","") if hasattr(column, "label") and column.label != DotMap() else column.name
|
|
746
746
|
|
|
747
747
|
for fk in fks:
|
|
748
748
|
# TODO - not sure how to handle multiple fks attrs - so only support 1 for now
|
|
@@ -1025,7 +1025,7 @@ class OntBuilder(object):
|
|
|
1025
1025
|
sep = ""
|
|
1026
1026
|
for entity in group_entities:
|
|
1027
1027
|
name = entity.type
|
|
1028
|
-
title = entity["label"].upper() if hasattr(entity, "label") and entity.label != DotMap() else name.upper()
|
|
1028
|
+
title = entity["label"].upper().replace("*","") if hasattr(entity, "label") and entity.label != DotMap() else name.upper()
|
|
1029
1029
|
name_first_cap = name[:1].upper()+ name[1:]
|
|
1030
1030
|
menuitem = menu_item_template.render(name=name, title=title, name_upper=each_entity_name.upper())
|
|
1031
1031
|
menuitem = f"{sep}{menuitem}"
|
|
@@ -1218,7 +1218,7 @@ def gen_app_service_config(entities: any) -> str:
|
|
|
1218
1218
|
children = ""
|
|
1219
1219
|
for each_entity_name, each_entity in entities:
|
|
1220
1220
|
name = each_entity_name
|
|
1221
|
-
title = each_entity["label"] if hasattr(each_entity, "label") and each_entity.label != DotMap() else name
|
|
1221
|
+
title = each_entity["label"].replace("*","") if hasattr(each_entity, "label") and each_entity.label != DotMap() else name
|
|
1222
1222
|
child = child_template.render(title=title, name=name)
|
|
1223
1223
|
children += f"{sep}{child}\n"
|
|
1224
1224
|
sep = ","
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
3
|
"main.css": "/admin-app/static/css/main.a6dcf785.css",
|
|
4
|
-
"main.js": "/admin-app/static/js/main.
|
|
4
|
+
"main.js": "/admin-app/static/js/main.7c8c0e37.js",
|
|
5
5
|
"static/js/325.b8967990.chunk.js": "/admin-app/static/js/325.b8967990.chunk.js",
|
|
6
6
|
"static/css/4284.c1cb3055.chunk.css": "/admin-app/static/css/4284.c1cb3055.chunk.css",
|
|
7
7
|
"static/js/4284.94d7d6c7.chunk.js": "/admin-app/static/js/4284.94d7d6c7.chunk.js",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"static/media/uicons-brands-XJPKRNBN.woff2": "/admin-app/static/media/uicons-brands-XJPKRNBN.033917e9fd41cfa9727c.woff2",
|
|
121
121
|
"index.html": "/admin-app/index.html",
|
|
122
122
|
"main.a6dcf785.css.map": "/admin-app/static/css/main.a6dcf785.css.map",
|
|
123
|
-
"main.
|
|
123
|
+
"main.7c8c0e37.js.map": "/admin-app/static/js/main.7c8c0e37.js.map",
|
|
124
124
|
"325.b8967990.chunk.js.map": "/admin-app/static/js/325.b8967990.chunk.js.map",
|
|
125
125
|
"4284.c1cb3055.chunk.css.map": "/admin-app/static/css/4284.c1cb3055.chunk.css.map",
|
|
126
126
|
"4284.94d7d6c7.chunk.js.map": "/admin-app/static/js/4284.94d7d6c7.chunk.js.map",
|
|
@@ -212,6 +212,6 @@
|
|
|
212
212
|
},
|
|
213
213
|
"entrypoints": [
|
|
214
214
|
"static/css/main.a6dcf785.css",
|
|
215
|
-
"static/js/main.
|
|
215
|
+
"static/js/main.7c8c0e37.js"
|
|
216
216
|
]
|
|
217
217
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Thu Feb 13 19:03:10 CET 2025
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/admin-app/favicon.ico"/><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="ApiFabric Use AI to Generate APIs"/><link rel="apple-touch-icon" href="/admin-app/logo192.png"/><link rel="manifest" href="/admin-app/manifest.json"/><title>API Fabric - AI API Generator</title><script defer="defer" src="/admin-app/static/js/main.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/admin-app/favicon.ico"/><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="ApiFabric Use AI to Generate APIs"/><link rel="apple-touch-icon" href="/admin-app/logo192.png"/><link rel="manifest" href="/admin-app/manifest.json"/><title>API Fabric - AI API Generator</title><script defer="defer" src="/admin-app/static/js/main.7c8c0e37.js"></script><link href="/admin-app/static/css/main.a6dcf785.css" rel="stylesheet"></head><body><script>const origin=window.location.origin;origin.includes("apifabric")||(document.title="ApiLogicServer");const links=[]</script><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|