agilicus 1.287.4__py3-none-any.whl → 1.287.6__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/regions.py +1 -1
- {agilicus-1.287.4.dist-info → agilicus-1.287.6.dist-info}/METADATA +1 -1
- {agilicus-1.287.4.dist-info → agilicus-1.287.6.dist-info}/RECORD +9 -9
- {agilicus-1.287.4.dist-info → agilicus-1.287.6.dist-info}/LICENSE.txt +0 -0
- {agilicus-1.287.4.dist-info → agilicus-1.287.6.dist-info}/WHEEL +0 -0
- {agilicus-1.287.4.dist-info → agilicus-1.287.6.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.287.
|
80
|
+
self.user_agent = 'OpenAPI-Generator/1.287.6/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.04.30\n"\
|
390
|
-
"SDK Package Version: 1.287.
|
390
|
+
"SDK Package Version: 1.287.6".\
|
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.04.30
|
7
|
-
- Package version: 1.287.
|
7
|
+
- Package version: 1.287.6
|
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/regions.py
CHANGED
@@ -468,4 +468,4 @@ def routing_request(ctx, *args, ip_address=None, **kwargs):
|
|
468
468
|
|
469
469
|
def list_regional_locations(ctx, **kwargs):
|
470
470
|
apiclient = context.get_apiclient_from_ctx(ctx)
|
471
|
-
return apiclient.regions_api.get_regional_locations(**kwargs)
|
471
|
+
return apiclient.regions_api.get_regional_locations(**strip_none(kwargs))
|
@@ -71,9 +71,9 @@ agilicus/agilicus_api/api/users_api.py,sha256=Yz1Dpw5dNsUeDU9Vjubr31QBTh3eFKNvEv
|
|
71
71
|
agilicus/agilicus_api/api/users_api_mock.py,sha256=aMSUc12JQAo1O9rp2YnyQldANFGlfi57fMnQyCIrJuE,17209
|
72
72
|
agilicus/agilicus_api/api/whoami_api.py,sha256=5JGTFsFa-U_vJkQD7JbBHi8iWBKoiBYAB-hUG0P-Ma0,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=KLnv6HEEwo-MWf9MenDqfLNdxCV-dF7UrO_J8GKthsg,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=E90l6kBARmbMD6jgM53K5bRQ_JUqoKl9CHE5KeJ8DO0,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
|
@@ -2676,7 +2676,7 @@ agilicus/agilicus_api/test/test_x509_root_certificate.py,sha256=aGzyyL4OZ8OKiwir
|
|
2676
2676
|
agilicus/agilicus_api/test/test_x509_root_certificate_spec.py,sha256=ahv3c5cB_W1TZWhYwRiZHNbPl0z_ttDgfaGp3NiFa_0,2832
|
2677
2677
|
agilicus/agilicus_api/test/test_x509_root_certificate_status.py,sha256=zkaV5aPbweh6jwdH0xFZizLHtD7oTn39q79prULJvXs,2846
|
2678
2678
|
agilicus/agilicus_api/test/test_xss_settings.py,sha256=EXt8hLwXdKFyj4jIm-vpbxdHBIojushyHcEM9W5vXz4,2746
|
2679
|
-
agilicus/agilicus_api_README.md,sha256=
|
2679
|
+
agilicus/agilicus_api_README.md,sha256=aOR1eJv5MoF6V5BvLEHoq7db-6t0rmviW9Wo83mjRO0,172113
|
2680
2680
|
agilicus/aliases.ini,sha256=MxqiVo2f2xdUDVF1YDkNW36AIqN8hrYjlTVfraEUZXY,455
|
2681
2681
|
agilicus/amq.py,sha256=yxi-YTbJPVl10s78Hlr1dmrQR63iaSIoROGVILzFPmE,1775
|
2682
2682
|
agilicus/apps.py,sha256=Mdc_pRXyfa-IvIFH7gNbx0Ob64gUHggZyeSyLUDpjMs,54048
|
@@ -2758,7 +2758,7 @@ agilicus/pop_utils.py,sha256=e_vsdb2eZWvCyZHd6sJNYsyXgntNSJFc78c-wGoWeGE,1036
|
|
2758
2758
|
agilicus/products/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2759
2759
|
agilicus/products/products.py,sha256=he27jN3MUyXBdTdV2HRyvUYb0zD3W1TGsuC7NHLKngQ,5365
|
2760
2760
|
agilicus/products/products_main.py,sha256=saa2-e5oeHW6D5AWPcld99KwgQ9nBY3hoW8Jz_5nfMQ,3421
|
2761
|
-
agilicus/regions.py,sha256=
|
2761
|
+
agilicus/regions.py,sha256=P2VqBXtNQ0G2uY69niIuLcVTynugyZgox_EaNEGuGUs,13067
|
2762
2762
|
agilicus/resource_helpers.py,sha256=rATvmW5AN6rt_BIKtJnENyU9QEwujyWaIZV2ou6PPck,1271
|
2763
2763
|
agilicus/resources.py,sha256=PnJwLMSWVQgxSAzjreY-zcyNB2aWM7gtlqUSgrYvb3Y,10605
|
2764
2764
|
agilicus/response.py,sha256=tI2-dAJwhBuuDplSsouuMmCmKHSwR_Mx71af8tgsuYo,468
|
@@ -2778,8 +2778,8 @@ agilicus/trusted_certs/trusted_certs_main.py,sha256=6dHHWXvNIcUa_nA9ptigL4Vibe4n
|
|
2778
2778
|
agilicus/users.py,sha256=bUFtVlTjUeEoQlzsQcfS8ChN0X9mbHs8v0xbkK-cldQ,41772
|
2779
2779
|
agilicus/version.py,sha256=G9OFdL1v_4dLDfk6I6taDNypM5bbO-JHAwilsu9LYgg,23
|
2780
2780
|
agilicus/whoami.py,sha256=kqghtWMgZOd2rhKmfguDwCTm6A3gNS8Kj-S2IBxBtl0,206
|
2781
|
-
agilicus-1.287.
|
2782
|
-
agilicus-1.287.
|
2783
|
-
agilicus-1.287.
|
2784
|
-
agilicus-1.287.
|
2785
|
-
agilicus-1.287.
|
2781
|
+
agilicus-1.287.6.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
|
2782
|
+
agilicus-1.287.6.dist-info/METADATA,sha256=lbFo2Scsro2d8TAHzbz7ZLutkUzZjnmEBDBYCL167ek,3878
|
2783
|
+
agilicus-1.287.6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
2784
|
+
agilicus-1.287.6.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
|
2785
|
+
agilicus-1.287.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|