agilicus 1.213.0__py3-none-any.whl → 1.213.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.213.0/python'
80
+ self.user_agent = 'OpenAPI-Generator/1.213.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: 2023.08.10\n"\
390
- "SDK Package Version: 1.213.0".\
390
+ "SDK Package Version: 1.213.1".\
391
391
  format(env=sys.platform, pyversion=sys.version)
392
392
 
393
393
  def get_host_settings(self):
@@ -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: 2023.08.10
7
- - Package version: 1.213.0
7
+ - Package version: 1.213.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/connectors.py CHANGED
@@ -482,6 +482,7 @@ def replace_agent(
482
482
  proxy_tunnel_termination=None,
483
483
  dynamic_routes_enabled: Optional[Ternary] = None,
484
484
  admin_status=None,
485
+ trap_disabled=None,
485
486
  **kwargs,
486
487
  ):
487
488
  token = context.get_token(ctx)
@@ -541,6 +542,9 @@ def replace_agent(
541
542
  if admin_status is not None:
542
543
  connector.spec.admin_status = admin_status
543
544
 
545
+ if trap_disabled is not None:
546
+ connector.spec.trap_disabled = trap_disabled
547
+
544
548
  if proxy_tunnel_termination is not None:
545
549
  connector.spec.proxy_tunnel_termination = proxy_tunnel_termination
546
550
 
agilicus/main.py CHANGED
@@ -5023,6 +5023,11 @@ def show_connector(ctx, **kwargs):
5023
5023
  default=None,
5024
5024
  type=click.Choice(["active", "disabled", "testing", "deleted"]),
5025
5025
  )
5026
+ @click.option(
5027
+ "--trap-disabled",
5028
+ default=None,
5029
+ type=bool,
5030
+ )
5026
5031
  @click.pass_context
5027
5032
  def update_connector(ctx, **kwargs):
5028
5033
  result = connectors.update(ctx, **kwargs)
@@ -5235,6 +5240,11 @@ def show_agent_connector_info(ctx, connector_id, **kwargs):
5235
5240
  type=custom_types.TernaryParamType(),
5236
5241
  )
5237
5242
  @click.option("--admin-status", default=None)
5243
+ @click.option(
5244
+ "--trap-disabled",
5245
+ default=None,
5246
+ type=bool,
5247
+ )
5238
5248
  @click.pass_context
5239
5249
  def update_agent_connector(ctx, connector_id, **kwargs):
5240
5250
  result = connectors.replace_agent(ctx, connector_id, **kwargs)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: agilicus
3
- Version: 1.213.0
3
+ Version: 1.213.1
4
4
  Summary: Agilicus SDK
5
5
  Home-page: https://www.agilicus.com/
6
6
  License: MIT
@@ -56,9 +56,9 @@ agilicus/agilicus_api/api/users_api.py,sha256=8n1yZMPbW7W0vIfvmu0i3h89tELhw2ZuS2
56
56
  agilicus/agilicus_api/api/users_api_mock.py,sha256=wA_xiqL3Pz3KjljKlsmf5NveLZS1FpbaKJHBp7QvarY,15411
57
57
  agilicus/agilicus_api/api/whoami_api.py,sha256=R4Bk95b6-IFvZh1gaqaHjvxOQmKfwRJEzr6v9lYwKAI,7941
58
58
  agilicus/agilicus_api/api/whoami_api_mock.py,sha256=rlvZoWnMCqORMZBg7SOv6d3xp52kELdh6wXcCaIZ93w,346
59
- agilicus/agilicus_api/api_client.py,sha256=xcWlGCHYYW2PTOGByiLmkU2OUGEY8-MK461MYFjgZHg,38845
59
+ agilicus/agilicus_api/api_client.py,sha256=gYyJiVUucXpjkcJUlWKQ8yX_qm_CdbZvbobaHtzScVk,38845
60
60
  agilicus/agilicus_api/apis/__init__.py,sha256=RgE6ZpAhdJQlmXXP-1vt7yX_BF3wQ6M_GoYYIriEjeQ,1823
61
- agilicus/agilicus_api/configuration.py,sha256=oiCzqkfCR_IKhXukeg3kzNDWUV2FwoMORnEXnC6_Nm0,18447
61
+ agilicus/agilicus_api/configuration.py,sha256=NPMahB8RkbDQVdm_SDUJUrD_kHOWQIYJhqOqS6WOBbg,18447
62
62
  agilicus/agilicus_api/docs/APIKey.md,sha256=4cKuz4_l9HcEDnUrLwYbEnn9C2WoDayrjfrY1Ixgaf4,1747
63
63
  agilicus/agilicus_api/docs/APIKeyIntrospect.md,sha256=nJ-zkuFm3JMbWFDYYN_vYyQk1snGBtBvIxtCQxamhAU,1019
64
64
  agilicus/agilicus_api/docs/APIKeyIntrospectAuthorizationInfo.md,sha256=7RApOOLjvWQs5sw2jb25g7i3Kta1BiEY-s8VRXfppH8,725
@@ -2011,7 +2011,7 @@ agilicus/agilicus_api/test/test_x509_root_certificate.py,sha256=sRjJOBXkuRPqEP7-
2011
2011
  agilicus/agilicus_api/test/test_x509_root_certificate_spec.py,sha256=dbEyeX_SYwIoM-1xoxnFMGLSi1WCVTosSHs-_4zKNuU,2832
2012
2012
  agilicus/agilicus_api/test/test_x509_root_certificate_status.py,sha256=XLEUKWL3DtxlCgmBBO45sN3kueMLJIgnrUqCafV7avs,2846
2013
2013
  agilicus/agilicus_api/test/test_xss_settings.py,sha256=1or2BkVhP_hz4eZv8ajtC9oARRngZ6KQB8DWNF8m8Xk,2746
2014
- agilicus/agilicus_api_README.md,sha256=2wx6b-m1AS6MZi1ekJU1izbP6BHbIZgyS5yaEx2Yp04,127986
2014
+ agilicus/agilicus_api_README.md,sha256=QUT4ymVoW0I_pzCupOMrU9sT9uBA1pXWgtO9iDd2NgU,127986
2015
2015
  agilicus/aliases.ini,sha256=MxqiVo2f2xdUDVF1YDkNW36AIqN8hrYjlTVfraEUZXY,455
2016
2016
  agilicus/amq.py,sha256=yxi-YTbJPVl10s78Hlr1dmrQR63iaSIoROGVILzFPmE,1775
2017
2017
  agilicus/apps.py,sha256=obSyc4lBee1YoL3Zk-D9PJuyhSWcVf2CDmXfF1BYEtQ,48078
@@ -2023,7 +2023,7 @@ agilicus/certificate.py,sha256=iXC4iT3EGISyEezrvMgfic_lSCx2_JMSWevTLyGekR8,2739
2023
2023
  agilicus/challenges.py,sha256=HRSogUKlATul58pK-yWfsQa75K4-Nu-xIi5Vm24RsDM,6870
2024
2024
  agilicus/click_extension.py,sha256=uE57TjMqJxO9VFPBJO5-bTo9UrQiHPjIdI_iwKSaw6Q,224
2025
2025
  agilicus/client_secrets.json,sha256=eyPFVzziH48RuwWl66cfi0JE4jpmoec0Vo_F2TzYOeI,414
2026
- agilicus/connectors.py,sha256=mvOCHqTqNQCAema4bFAs4ofPc7SGFEVyuH0dIRsjnEc,32507
2026
+ agilicus/connectors.py,sha256=cgwSEJJMqTsM6qW143r5qbgBnkpO31j0YOGoRVBTOYk,32619
2027
2027
  agilicus/context.py,sha256=b_fc77IgpqWJ0h0We8HknVwzDf3nRfKhBGCmCoErXX4,6810
2028
2028
  agilicus/credentials.py,sha256=F3yPAwoMcziP1OLmzeJ8jIz1W-91-HXu4zcymyMp1E4,4730
2029
2029
  agilicus/csr.py,sha256=0vXx4-adVoSVqbclil93RuoV-3GbZt8r9yjVxdRacSY,3808
@@ -2048,7 +2048,7 @@ agilicus/keyring_storage.py,sha256=tQEfDPW27xEdjPIBnjAyZOAG3wHlk3KQ2DSKYr4B5fM,2
2048
2048
  agilicus/launchers.py,sha256=hn2Dq_ohZH4O-7eDy-yGxBSbUjHjk1EJFgzgIcfRNfk,10847
2049
2049
  agilicus/logs.py,sha256=tS8c_sdre1Dncrl59GVGQ0L3d2jtwlVjvIMl3SHJraY,766
2050
2050
  agilicus/lookups.py,sha256=MNmNsKpP7Fq_poLAnL9xo_iptFilKM9ziGLyIe8VKaw,669
2051
- agilicus/main.py,sha256=xXuoP4LzArcXRVBJsuU2HPDLnNgYy2ReqgJHzacuTgs,249238
2051
+ agilicus/main.py,sha256=cBwba8wm4AcgTDWLmZYxnGt3lSI81sICDsDWo5GoiH0,249384
2052
2052
  agilicus/messages.py,sha256=WflrK1dPJaYP15WGnVk4XGnlDw2q-EFnUXNOSWAnziE,4490
2053
2053
  agilicus/metrics.py,sha256=9l0T7ea4Gvcj7A1C4uC4mv6v26_S8HKnmIuxJjq3mQw,1424
2054
2054
  agilicus/orgs.py,sha256=9zC97w-XZJiluTGdoWw1izpVMnu3P3RDNnIIvVD6WMg,12031
@@ -2073,8 +2073,8 @@ agilicus/transfers.py,sha256=PYr_fW7dyXNUXzi5Wp5mUjZOvU7MbRzoN-D8Omo-YSQ,1523
2073
2073
  agilicus/users.py,sha256=HhZl99AZs87AbiWiCedhWj3tPrFvS3kMwQIJbuBWYS4,38025
2074
2074
  agilicus/version.py,sha256=G9OFdL1v_4dLDfk6I6taDNypM5bbO-JHAwilsu9LYgg,23
2075
2075
  agilicus/whoami.py,sha256=kqghtWMgZOd2rhKmfguDwCTm6A3gNS8Kj-S2IBxBtl0,206
2076
- agilicus-1.213.0.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
2077
- agilicus-1.213.0.dist-info/METADATA,sha256=A--7P-XhF0CQ3526GjqelxA7MIM4oqTNHAMrh5JzyJ8,3715
2078
- agilicus-1.213.0.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
2079
- agilicus-1.213.0.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
2080
- agilicus-1.213.0.dist-info/RECORD,,
2076
+ agilicus-1.213.1.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
2077
+ agilicus-1.213.1.dist-info/METADATA,sha256=gJNMIyuqhrHuqR-HlH7QGK8GF0xcBUsJ0AIHKqobIiA,3715
2078
+ agilicus-1.213.1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
2079
+ agilicus-1.213.1.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
2080
+ agilicus-1.213.1.dist-info/RECORD,,