agilicus 1.241.0__py3-none-any.whl → 1.241.2__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
agilicus/admin.py CHANGED
@@ -1,5 +1,5 @@
1
1
  import sys
2
- from agilicus.agilicus_api import UnauthorizedException
2
+ import agilicus_api
3
3
  from prettytable import PrettyTable
4
4
 
5
5
  import textwrap
@@ -278,7 +278,7 @@ def all_org_status(ctx, **kwargs):
278
278
  n_orgs = 0
279
279
  try:
280
280
  orgs = apiclient.org_api.list_orgs(**params)
281
- except UnauthorizedException:
281
+ except agilicus_api.exceptions.UnauthorizedException:
282
282
  orgs = apiclient.org_api.list_orgs(**params)
283
283
  for org in orgs.orgs:
284
284
  n_orgs += 1
@@ -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.241.0/python'
80
+ self.user_agent = 'OpenAPI-Generator/1.241.2/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: 2024.02.09\n"\
390
- "SDK Package Version: 1.241.0".\
390
+ "SDK Package Version: 1.241.2".\
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: 2024.02.09
7
- - Package version: 1.241.0
7
+ - Package version: 1.241.2
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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: agilicus
3
- Version: 1.241.0
3
+ Version: 1.241.2
4
4
  Summary: Agilicus SDK
5
5
  Home-page: https://www.agilicus.com/
6
6
  License: MIT
@@ -4,7 +4,7 @@ agilicus/.openapi-generator/VERSION,sha256=LXsIFraL1muXBEww1sZWaewc9ji87Ih3gIa04
4
4
  agilicus/.openapi-generator-ignore,sha256=pu2PTide7pJtJ-DFLzDy0cTYQJRlrB-8RRH3zGLeUds,1040
5
5
  agilicus/__init__.py,sha256=_H58rxzMyqBJq8B0TpwzyVIYDlPaLOqGTcwp-GDaDSM,4949
6
6
  agilicus/access.py,sha256=UEHHhE3cCaCjxXQDjhKxQAoUEMWandygN0d-yEIIf8A,5457
7
- agilicus/admin.py,sha256=-dZsqxJjiKoepaqZZgemRDFMj0jjIbtwMqyDmcBugJY,9356
7
+ agilicus/admin.py,sha256=Jds5WGhJqhDPiM1mReRT6RHLoI1m0lC60qefsgJ2qFY,9344
8
8
  agilicus/agilicus_api/__init__.py,sha256=anhIm94J1YNap0fda283XDHWfVCgtc37dWEGiZyCaas,60523
9
9
  agilicus/agilicus_api/api/__init__.py,sha256=wX02QuCPW9YclBXGwbfv5NVh213HdW_jWBUyZg6ouHo,228
10
10
  agilicus/agilicus_api/api/application_services_api.py,sha256=1qjsxo95-f7pg5-L33qVAPYYZoe_vXpSHJ03Aqxlh08,177624
@@ -67,9 +67,9 @@ agilicus/agilicus_api/api/users_api.py,sha256=6RCCxd1losAa5p5hORM3oXrtzcwWdwX2dv
67
67
  agilicus/agilicus_api/api/users_api_mock.py,sha256=wA_xiqL3Pz3KjljKlsmf5NveLZS1FpbaKJHBp7QvarY,15411
68
68
  agilicus/agilicus_api/api/whoami_api.py,sha256=bGGOqbHJIqgVNYuBCVs2yMcfyBPv7F07XePFHR98rCo,7941
69
69
  agilicus/agilicus_api/api/whoami_api_mock.py,sha256=rlvZoWnMCqORMZBg7SOv6d3xp52kELdh6wXcCaIZ93w,346
70
- agilicus/agilicus_api/api_client.py,sha256=W7RKRH82WT_byyuTCyYReo-BVWYnoAa_v2x9KyX7oJU,38845
70
+ agilicus/agilicus_api/api_client.py,sha256=grBZQpcN0MlNKc78HAueOqG9WnUQlY-7_DM-Ddfx6gw,38845
71
71
  agilicus/agilicus_api/apis/__init__.py,sha256=m_hg6OJsEsMp6mZ1mn9OlaTflLjrU3Jc-jvYD9gi_PA,2092
72
- agilicus/agilicus_api/configuration.py,sha256=rr_vJxrDzvkdZ4JsBhvBOikov3JCSbLRIYu2F_svpsM,18447
72
+ agilicus/agilicus_api/configuration.py,sha256=p2CigATmn42T8EErtqYSECYIAL1omzeMaWKI0v-SfXA,18447
73
73
  agilicus/agilicus_api/docs/APIKey.md,sha256=4cKuz4_l9HcEDnUrLwYbEnn9C2WoDayrjfrY1Ixgaf4,1747
74
74
  agilicus/agilicus_api/docs/APIKeyIntrospect.md,sha256=nJ-zkuFm3JMbWFDYYN_vYyQk1snGBtBvIxtCQxamhAU,1019
75
75
  agilicus/agilicus_api/docs/APIKeyIntrospectAuthorizationInfo.md,sha256=7RApOOLjvWQs5sw2jb25g7i3Kta1BiEY-s8VRXfppH8,725
@@ -2380,7 +2380,7 @@ agilicus/agilicus_api/test/test_x509_root_certificate.py,sha256=ltpsTdSo40wkExFl
2380
2380
  agilicus/agilicus_api/test/test_x509_root_certificate_spec.py,sha256=RIHf9HGy6YTjJUOj3-IRUYmVo2ztWUjDNJnFMvkvBW0,2832
2381
2381
  agilicus/agilicus_api/test/test_x509_root_certificate_status.py,sha256=SWPruGuOagBSddDjgX0UkcQHk9k_3yvsLhCrHhmcGMo,2846
2382
2382
  agilicus/agilicus_api/test/test_xss_settings.py,sha256=FKr-Qqk5rZaaSIsaakX8yNC-uByG4fsz3UPzE3sGJvs,2746
2383
- agilicus/agilicus_api_README.md,sha256=NRzdYm9YhQtXja-Cip9poD8Lhi6kagZvZ2pNZCHco-U,153763
2383
+ agilicus/agilicus_api_README.md,sha256=LDhHXuJyOTHvJLPGTbRbQnm4L9pMu8-2zNy8YX5ECgE,153763
2384
2384
  agilicus/aliases.ini,sha256=MxqiVo2f2xdUDVF1YDkNW36AIqN8hrYjlTVfraEUZXY,455
2385
2385
  agilicus/amq.py,sha256=yxi-YTbJPVl10s78Hlr1dmrQR63iaSIoROGVILzFPmE,1775
2386
2386
  agilicus/apps.py,sha256=P8Ak1c9Zlr_RFLR1s3WevxoyIPY8fd9BNmV-M-LoRRk,49060
@@ -2466,8 +2466,8 @@ agilicus/trusted_certs/trusted_certs_main.py,sha256=6dHHWXvNIcUa_nA9ptigL4Vibe4n
2466
2466
  agilicus/users.py,sha256=9qTbS2yzV1D7DuTh1FopKT_K4Z1i0d-ZgpQtEEsnOyE,38377
2467
2467
  agilicus/version.py,sha256=G9OFdL1v_4dLDfk6I6taDNypM5bbO-JHAwilsu9LYgg,23
2468
2468
  agilicus/whoami.py,sha256=kqghtWMgZOd2rhKmfguDwCTm6A3gNS8Kj-S2IBxBtl0,206
2469
- agilicus-1.241.0.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
2470
- agilicus-1.241.0.dist-info/METADATA,sha256=9eNNgGlYWIi7uVxFKE2qm7jxKCjEr34KVbMpmKlJrnY,3742
2471
- agilicus-1.241.0.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
2472
- agilicus-1.241.0.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
2473
- agilicus-1.241.0.dist-info/RECORD,,
2469
+ agilicus-1.241.2.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
2470
+ agilicus-1.241.2.dist-info/METADATA,sha256=ArsE2Ff9EXNmtrQtqhm43-v5_13pUwK4qwUvVjPksO0,3742
2471
+ agilicus-1.241.2.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
2472
+ agilicus-1.241.2.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
2473
+ agilicus-1.241.2.dist-info/RECORD,,