agilicus 1.251.3__py3-none-any.whl → 1.251.4__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- agilicus/agilicus_api/api_client.py +1 -1
- agilicus/agilicus_api/configuration.py +1 -1
- agilicus/agilicus_api_README.md +1 -1
- agilicus/users.py +1 -2
- {agilicus-1.251.3.dist-info → agilicus-1.251.4.dist-info}/METADATA +1 -1
- {agilicus-1.251.3.dist-info → agilicus-1.251.4.dist-info}/RECORD +9 -9
- {agilicus-1.251.3.dist-info → agilicus-1.251.4.dist-info}/LICENSE.txt +0 -0
- {agilicus-1.251.3.dist-info → agilicus-1.251.4.dist-info}/WHEEL +0 -0
- {agilicus-1.251.3.dist-info → agilicus-1.251.4.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.251.
|
80
|
+
self.user_agent = 'OpenAPI-Generator/1.251.4/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.04.11\n"\
|
390
|
-
"SDK Package Version: 1.251.
|
390
|
+
"SDK Package Version: 1.251.4".\
|
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: 2024.04.11
|
7
|
-
- Package version: 1.251.
|
7
|
+
- Package version: 1.251.4
|
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/users.py
CHANGED
@@ -1157,7 +1157,7 @@ def format_user_orgs(ctx, orgs):
|
|
1157
1157
|
return format_table(ctx, orgs, columns)
|
1158
1158
|
|
1159
1159
|
|
1160
|
-
def list_user_guids(ctx, page_size=100,
|
1160
|
+
def list_user_guids(ctx, page_size=100, **kwargs):
|
1161
1161
|
client = context.get_apiclient_from_ctx(ctx)
|
1162
1162
|
kwargs = strip_none(kwargs)
|
1163
1163
|
|
@@ -1166,6 +1166,5 @@ def list_user_guids(ctx, page_size=100, page_at_id=None, **kwargs):
|
|
1166
1166
|
"guid_to_name_list",
|
1167
1167
|
maximum=kwargs.get("limit", None),
|
1168
1168
|
page_size=page_size,
|
1169
|
-
page_at_id=page_at_id,
|
1170
1169
|
**kwargs,
|
1171
1170
|
)
|
@@ -71,9 +71,9 @@ agilicus/agilicus_api/api/users_api.py,sha256=UVNZwoYz6f400eh-3ePelA0ppFpflrzTxz
|
|
71
71
|
agilicus/agilicus_api/api/users_api_mock.py,sha256=wA_xiqL3Pz3KjljKlsmf5NveLZS1FpbaKJHBp7QvarY,15411
|
72
72
|
agilicus/agilicus_api/api/whoami_api.py,sha256=8CgAP5sfBwXuyfcyJRx7_0k7maRvzmos7hqqVWnhLio,7941
|
73
73
|
agilicus/agilicus_api/api/whoami_api_mock.py,sha256=rlvZoWnMCqORMZBg7SOv6d3xp52kELdh6wXcCaIZ93w,346
|
74
|
-
agilicus/agilicus_api/api_client.py,sha256=
|
74
|
+
agilicus/agilicus_api/api_client.py,sha256=WHGVlVPU5h2Z7H3VIP9E1-PRbcOeVWGqcrgJbrDAmNQ,38845
|
75
75
|
agilicus/agilicus_api/apis/__init__.py,sha256=aJZD7x-umdSni6ZBr4XxzpH8pwtU9hA5LlCDxcqa1Q8,2224
|
76
|
-
agilicus/agilicus_api/configuration.py,sha256=
|
76
|
+
agilicus/agilicus_api/configuration.py,sha256=zqtUfDap0pj3Nn8V_QBhxK25G9O_nprzqQXQ7KwsS6A,18447
|
77
77
|
agilicus/agilicus_api/docs/APIKey.md,sha256=4cKuz4_l9HcEDnUrLwYbEnn9C2WoDayrjfrY1Ixgaf4,1747
|
78
78
|
agilicus/agilicus_api/docs/APIKeyIntrospect.md,sha256=nJ-zkuFm3JMbWFDYYN_vYyQk1snGBtBvIxtCQxamhAU,1019
|
79
79
|
agilicus/agilicus_api/docs/APIKeyIntrospectAuthorizationInfo.md,sha256=7RApOOLjvWQs5sw2jb25g7i3Kta1BiEY-s8VRXfppH8,725
|
@@ -2457,7 +2457,7 @@ agilicus/agilicus_api/test/test_x509_root_certificate.py,sha256=0hnwn-PQn0mBdoeS
|
|
2457
2457
|
agilicus/agilicus_api/test/test_x509_root_certificate_spec.py,sha256=45tuo6GHC_4V88Zle_dFQ-0bYas412T-JRSjuBqX8Yk,2832
|
2458
2458
|
agilicus/agilicus_api/test/test_x509_root_certificate_status.py,sha256=yY7C4F-oLokoBltUxNSUaNin3Ajjj-IexZfZtqFEmjo,2846
|
2459
2459
|
agilicus/agilicus_api/test/test_xss_settings.py,sha256=YbRSwHp5Gbl1XK-UPKWNsbJ-bqQsFLWMWhFqrm0Ggl4,2746
|
2460
|
-
agilicus/agilicus_api_README.md,sha256=
|
2460
|
+
agilicus/agilicus_api_README.md,sha256=TEVlJxq4uqu3MXI0gr3tbCg71ec6Krc6YAdOMqxUYtE,158240
|
2461
2461
|
agilicus/aliases.ini,sha256=MxqiVo2f2xdUDVF1YDkNW36AIqN8hrYjlTVfraEUZXY,455
|
2462
2462
|
agilicus/amq.py,sha256=yxi-YTbJPVl10s78Hlr1dmrQR63iaSIoROGVILzFPmE,1775
|
2463
2463
|
agilicus/apps.py,sha256=8k_tGraPUVKJURksZwKR8eNGW-4CSPv54FYcApQ3Ly8,50857
|
@@ -2544,11 +2544,11 @@ agilicus/tokens.py,sha256=LVXFWvLcAjTYlPa3_icnc4z0WDHn9Jd3wToz-BRMlbE,18575
|
|
2544
2544
|
agilicus/transfers.py,sha256=PYr_fW7dyXNUXzi5Wp5mUjZOvU7MbRzoN-D8Omo-YSQ,1523
|
2545
2545
|
agilicus/trusted_certs/trusted_certs.py,sha256=HCAvYxOA3ooaee2_KbYJd6Yt_dxDEn8hjhy1upVJUYE,7951
|
2546
2546
|
agilicus/trusted_certs/trusted_certs_main.py,sha256=6dHHWXvNIcUa_nA9ptigL4Vibe4nB2wnWFTTJ8AOgXo,5155
|
2547
|
-
agilicus/users.py,sha256=
|
2547
|
+
agilicus/users.py,sha256=JT7TIiUOtSFXPOdxmIVFm7ygZTH1FjsIkD9j-vjLuMM,38474
|
2548
2548
|
agilicus/version.py,sha256=G9OFdL1v_4dLDfk6I6taDNypM5bbO-JHAwilsu9LYgg,23
|
2549
2549
|
agilicus/whoami.py,sha256=kqghtWMgZOd2rhKmfguDwCTm6A3gNS8Kj-S2IBxBtl0,206
|
2550
|
-
agilicus-1.251.
|
2551
|
-
agilicus-1.251.
|
2552
|
-
agilicus-1.251.
|
2553
|
-
agilicus-1.251.
|
2554
|
-
agilicus-1.251.
|
2550
|
+
agilicus-1.251.4.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
|
2551
|
+
agilicus-1.251.4.dist-info/METADATA,sha256=_-hEUFB8gzHxRbPNM-qEv47KO2g0wRR6tIl2ZHWL2g8,3822
|
2552
|
+
agilicus-1.251.4.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
2553
|
+
agilicus-1.251.4.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
|
2554
|
+
agilicus-1.251.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|