agilicus 1.299.12__py3-none-any.whl → 1.300.1__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.
- agilicus/agilicus_api/api_client.py +1 -1
- agilicus/agilicus_api/configuration.py +1 -1
- agilicus/agilicus_api_README.md +1 -1
- agilicus/apps.py +7 -0
- agilicus/main.py +2 -1
- {agilicus-1.299.12.dist-info → agilicus-1.300.1.dist-info}/METADATA +1 -1
- {agilicus-1.299.12.dist-info → agilicus-1.300.1.dist-info}/RECORD +10 -10
- {agilicus-1.299.12.dist-info → agilicus-1.300.1.dist-info}/LICENSE.txt +0 -0
- {agilicus-1.299.12.dist-info → agilicus-1.300.1.dist-info}/WHEEL +0 -0
- {agilicus-1.299.12.dist-info → agilicus-1.300.1.dist-info}/entry_points.txt +0 -0
@@ -77,7 +77,7 @@ class ApiClient(object):
|
|
77
77
|
self.default_headers[header_name] = header_value
|
78
78
|
self.cookie = cookie
|
79
79
|
# Set default User-Agent.
|
80
|
-
self.user_agent = 'OpenAPI-Generator/1.
|
80
|
+
self.user_agent = 'OpenAPI-Generator/1.300.1/python'
|
81
81
|
|
82
82
|
def __enter__(self):
|
83
83
|
return self
|
@@ -387,7 +387,7 @@ class Configuration(object):
|
|
387
387
|
"OS: {env}\n"\
|
388
388
|
"Python Version: {pyversion}\n"\
|
389
389
|
"Version of the API: 2025.09.10\n"\
|
390
|
-
"SDK Package Version: 1.
|
390
|
+
"SDK Package Version: 1.300.1".\
|
391
391
|
format(env=sys.platform, pyversion=sys.version)
|
392
392
|
|
393
393
|
def get_host_settings(self):
|
agilicus/agilicus_api_README.md
CHANGED
@@ -4,7 +4,7 @@ Agilicus is API-first. Modern software is controlled by other software, is open,
|
|
4
4
|
The `agilicus_api` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
5
5
|
|
6
6
|
- API version: 2025.09.10
|
7
|
-
- Package version: 1.
|
7
|
+
- Package version: 1.300.1
|
8
8
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
9
9
|
For more information, please visit [https://www.agilicus.com/api](https://www.agilicus.com/api)
|
10
10
|
|
agilicus/apps.py
CHANGED
@@ -973,6 +973,7 @@ def update_application_service( # noqa: C901
|
|
973
973
|
dynamic_source_port_override=None,
|
974
974
|
diagnostic_mode=None,
|
975
975
|
connector_instance_id=None,
|
976
|
+
set_token_cookie=None,
|
976
977
|
):
|
977
978
|
|
978
979
|
token = context.get_token(ctx)
|
@@ -1009,6 +1010,12 @@ def update_application_service( # noqa: C901
|
|
1009
1010
|
if not service.protocol_config.http_config:
|
1010
1011
|
service.protocol_config.http_config = agilicus.ServiceHttpConfig()
|
1011
1012
|
service.protocol_config.http_config.disable_http2 = disable_http2
|
1013
|
+
if set_token_cookie is not None:
|
1014
|
+
if not service.protocol_config:
|
1015
|
+
service.protocol_config = agilicus.ServiceProtocolConfig()
|
1016
|
+
if not service.protocol_config.http_config:
|
1017
|
+
service.protocol_config.http_config = agilicus.ServiceHttpConfig()
|
1018
|
+
service.protocol_config.http_config.set_token_cookie = set_token_cookie
|
1012
1019
|
if expose_as_hostname is not None:
|
1013
1020
|
if not service.protocol_config:
|
1014
1021
|
service.protocol_config = agilicus.ServiceProtocolConfig()
|
agilicus/main.py
CHANGED
@@ -1542,6 +1542,7 @@ def delete_js_injection(ctx, *args, **kwargs):
|
|
1542
1542
|
@click.option("--source-port-override", default=None)
|
1543
1543
|
@click.option("--source-address-override", default=None)
|
1544
1544
|
@click.option("--dynamic-source-port-override", type=bool, default=None)
|
1545
|
+
@click.option("--set-token-cookie", type=bool, default=None)
|
1545
1546
|
@click.pass_context
|
1546
1547
|
def update_application_service(ctx, id, **kwargs):
|
1547
1548
|
output_entry(ctx, apps.update_application_service(ctx, id, **kwargs))
|
@@ -2660,7 +2661,7 @@ def list_files(ctx, oper_status, **kwargs):
|
|
2660
2661
|
_file["label"],
|
2661
2662
|
_file["created"],
|
2662
2663
|
_file["last_access"],
|
2663
|
-
_file
|
2664
|
+
_file.get("size", None),
|
2664
2665
|
_file["visibility"],
|
2665
2666
|
]
|
2666
2667
|
)
|
@@ -73,9 +73,9 @@ agilicus/agilicus_api/api/users_api.py,sha256=PjpLkn_byzcJOMWTnrYHTOoc0glbBWU93a
|
|
73
73
|
agilicus/agilicus_api/api/users_api_mock.py,sha256=8FL2tkK1zGGN_SuPxtZ7CX-B6gqfZaqq37TuY9ETVV0,20960
|
74
74
|
agilicus/agilicus_api/api/whoami_api.py,sha256=CTnWh2Q70jHvzKcvwcQjfwQw3of_Qn_cuX9k5GiTSmc,7941
|
75
75
|
agilicus/agilicus_api/api/whoami_api_mock.py,sha256=rlvZoWnMCqORMZBg7SOv6d3xp52kELdh6wXcCaIZ93w,346
|
76
|
-
agilicus/agilicus_api/api_client.py,sha256=
|
76
|
+
agilicus/agilicus_api/api_client.py,sha256=rwki8MbFcoVhp05QtBS4F9eQbXWEXhsBtksgtujBbQ8,38845
|
77
77
|
agilicus/agilicus_api/apis/__init__.py,sha256=ijG84bKeWq8lCvqXBtmWXrEnDMfw2t5qu5nQwgAyckU,2280
|
78
|
-
agilicus/agilicus_api/configuration.py,sha256=
|
78
|
+
agilicus/agilicus_api/configuration.py,sha256=ebu6mDxu1HfaoYDixMxIJHKjO3fcA6AXBEu3U_qNe3M,18447
|
79
79
|
agilicus/agilicus_api/docs/APIKey.md,sha256=4cKuz4_l9HcEDnUrLwYbEnn9C2WoDayrjfrY1Ixgaf4,1747
|
80
80
|
agilicus/agilicus_api/docs/APIKeyIntrospect.md,sha256=nJ-zkuFm3JMbWFDYYN_vYyQk1snGBtBvIxtCQxamhAU,1019
|
81
81
|
agilicus/agilicus_api/docs/APIKeyIntrospectAuthorizationInfo.md,sha256=7RApOOLjvWQs5sw2jb25g7i3Kta1BiEY-s8VRXfppH8,725
|
@@ -2824,10 +2824,10 @@ agilicus/agilicus_api/test/test_x509_root_certificate.py,sha256=R9fOn6AtLh8JU5eV
|
|
2824
2824
|
agilicus/agilicus_api/test/test_x509_root_certificate_spec.py,sha256=o_daAvkkX_eLp7AKVnfzJf0K9vh0QCa1ujrWLbnoNW4,2832
|
2825
2825
|
agilicus/agilicus_api/test/test_x509_root_certificate_status.py,sha256=zEXKL3K7sPOKZsUruY72vV088EkjogH6NEib9clKD-M,2846
|
2826
2826
|
agilicus/agilicus_api/test/test_xss_settings.py,sha256=1EpGnNWX-N8KQ5k8qKyCrQuOYOiDNAs9XVfun6nZrGQ,2746
|
2827
|
-
agilicus/agilicus_api_README.md,sha256=
|
2827
|
+
agilicus/agilicus_api_README.md,sha256=pTobUoS7rguYi6sF-jIBryWmXU_brW93mJ1tAYUQIJM,181537
|
2828
2828
|
agilicus/aliases.ini,sha256=MxqiVo2f2xdUDVF1YDkNW36AIqN8hrYjlTVfraEUZXY,455
|
2829
2829
|
agilicus/amq.py,sha256=yxi-YTbJPVl10s78Hlr1dmrQR63iaSIoROGVILzFPmE,1775
|
2830
|
-
agilicus/apps.py,sha256=
|
2830
|
+
agilicus/apps.py,sha256=w4JfOq5mY8ts0myGJwfq1p2ZBf2eC9WMtZyraD1o5pI,54434
|
2831
2831
|
agilicus/audit_destinations.py,sha256=twQon8YiiaW0ZP1nb0C0-XoTEXayEhFr7DrXryHJits,6908
|
2832
2832
|
agilicus/audits.py,sha256=1qfxus6LoOXTt_UVNM3rNpZvR5iQQ5hPJ-GeoRN8mlc,4237
|
2833
2833
|
agilicus/billing.py,sha256=t6Kjn8rz2FLzkiw9-ucoPRBNxZBoQKBLm3exvI-tZ3U,28566
|
@@ -2885,7 +2885,7 @@ agilicus/licensing/licensing_main.py,sha256=go1GCWK3evgpwsA2TnHLZgi7joGG2s1vwKX3
|
|
2885
2885
|
agilicus/licensing/product_table_versions.py,sha256=Zk8L--z8wu6DPnbtYMGifc2J2KdNtnTBgyJv-CRAbr8,3038
|
2886
2886
|
agilicus/logs.py,sha256=Y4XVcLctY-2O-Q_CXbJs9sAqu0NknHKSsqilKiDM_A0,804
|
2887
2887
|
agilicus/lookups.py,sha256=MNmNsKpP7Fq_poLAnL9xo_iptFilKM9ziGLyIe8VKaw,669
|
2888
|
-
agilicus/main.py,sha256=
|
2888
|
+
agilicus/main.py,sha256=0MAWvSR3boeWmudMtHLA-A9WQNug5JYWikzqNCC09bg,296728
|
2889
2889
|
agilicus/messages/__init__.py,sha256=cVqfaKUndO-AYfppkdFICM5WvYFFB1hRjXihFWmiGPQ,174
|
2890
2890
|
agilicus/messages/messages.py,sha256=b2eO6BaWI9UZTLETcdy1NotyuNlKIJf6CS_TUzehuk4,9175
|
2891
2891
|
agilicus/messages/messages_main.py,sha256=A0xucYwwUZFIuUc0bAyAqVwofErakmyawq5bwhZKcOU,1598
|
@@ -2932,8 +2932,8 @@ agilicus/trusted_certs/trusted_certs_main.py,sha256=6dHHWXvNIcUa_nA9ptigL4Vibe4n
|
|
2932
2932
|
agilicus/users.py,sha256=DusnnWKg4gkkKkdUjuz1NXpC6FKvE9xwHKdKm3kjHZo,44910
|
2933
2933
|
agilicus/version.py,sha256=G9OFdL1v_4dLDfk6I6taDNypM5bbO-JHAwilsu9LYgg,23
|
2934
2934
|
agilicus/whoami.py,sha256=kqghtWMgZOd2rhKmfguDwCTm6A3gNS8Kj-S2IBxBtl0,206
|
2935
|
-
agilicus-1.
|
2936
|
-
agilicus-1.
|
2937
|
-
agilicus-1.
|
2938
|
-
agilicus-1.
|
2939
|
-
agilicus-1.
|
2935
|
+
agilicus-1.300.1.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
|
2936
|
+
agilicus-1.300.1.dist-info/METADATA,sha256=x39e4hhOwJZW4M-xfbQ-N5EcW0y9V1TCivSb_xdhmTI,3837
|
2937
|
+
agilicus-1.300.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
2938
|
+
agilicus-1.300.1.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
|
2939
|
+
agilicus-1.300.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|