agilicus 1.285.2__py3-none-any.whl → 1.285.3__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.
@@ -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.285.2/python'
80
+ self.user_agent = 'OpenAPI-Generator/1.285.3/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.01\n"\
390
- "SDK Package Version: 1.285.2".\
390
+ "SDK Package Version: 1.285.3".\
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: 2025.04.01
7
- - Package version: 1.285.2
7
+ - Package version: 1.285.3
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/main.py CHANGED
@@ -7265,7 +7265,10 @@ def update_subscription(
7265
7265
  bsub.spec.usage_override = usage_override
7266
7266
 
7267
7267
  if subscription_id is not None:
7268
- bsub.spec.subscription_id = subscription_id
7268
+ if subscription_id:
7269
+ bsub.spec.subscription_id = subscription_id
7270
+ else:
7271
+ bsub.spec.subscription_id = None
7269
7272
 
7270
7273
  if billing_account_id:
7271
7274
  bsub.spec.billing_account_id = billing_account_id
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: agilicus
3
- Version: 1.285.2
3
+ Version: 1.285.3
4
4
  Summary: Agilicus SDK
5
5
  Home-page: https://www.agilicus.com/
6
6
  License: MIT
@@ -71,9 +71,9 @@ agilicus/agilicus_api/api/users_api.py,sha256=9D_6-R2uVUWK8noW4xwWiXhkHEXFtaTKIQ
71
71
  agilicus/agilicus_api/api/users_api_mock.py,sha256=OwIrqWy2lYEnE7JZSJ0koHvgcAXdWvWVn8rvUgdB5p0,16880
72
72
  agilicus/agilicus_api/api/whoami_api.py,sha256=FREoDOgDLyIu17HQ5QFoENTdD86FM8Hn6-PE5eXxNJY,7941
73
73
  agilicus/agilicus_api/api/whoami_api_mock.py,sha256=rlvZoWnMCqORMZBg7SOv6d3xp52kELdh6wXcCaIZ93w,346
74
- agilicus/agilicus_api/api_client.py,sha256=tm20OEeea1sq_dEd1zaASETO0dZhDDv39B-HOmP6Fp8,38845
74
+ agilicus/agilicus_api/api_client.py,sha256=Uu6pKVa6V75EtYeGB6ucXww2uWSEbqOxY0QowyiQE0c,38845
75
75
  agilicus/agilicus_api/apis/__init__.py,sha256=aJZD7x-umdSni6ZBr4XxzpH8pwtU9hA5LlCDxcqa1Q8,2224
76
- agilicus/agilicus_api/configuration.py,sha256=yqDh8lsT3KlY529RA3TUW-PVdHAM60e9VqGPKeU-Lo0,18447
76
+ agilicus/agilicus_api/configuration.py,sha256=ggw4uNKLfthvRMo9cuPoNEyzA4l8qXYJ0XPp0mSRsCE,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
@@ -2643,7 +2643,7 @@ agilicus/agilicus_api/test/test_x509_root_certificate.py,sha256=8ror_Rve_EByGoYJ
2643
2643
  agilicus/agilicus_api/test/test_x509_root_certificate_spec.py,sha256=SmJBFZ8_HFSF0MyO_YCDs_YU1ovyzQHQJkXL9zEDk68,2832
2644
2644
  agilicus/agilicus_api/test/test_x509_root_certificate_status.py,sha256=dTc5PpQoZGucaJu-hovXvYg8idpmkBWfP8STokN8nL8,2846
2645
2645
  agilicus/agilicus_api/test/test_xss_settings.py,sha256=vHIVTT0yeC6YHe7XNLsyeSallHn1mbokRtqeuhl7n9o,2746
2646
- agilicus/agilicus_api_README.md,sha256=XYAEyUQx_vP2vo9lMXmOSqdOcgUxdryh-CrbgaDrXs8,170895
2646
+ agilicus/agilicus_api_README.md,sha256=1_zw7TapfJJANR8ImF3NtpiTAe_iPRLYw8puWB6WXuk,170895
2647
2647
  agilicus/aliases.ini,sha256=MxqiVo2f2xdUDVF1YDkNW36AIqN8hrYjlTVfraEUZXY,455
2648
2648
  agilicus/amq.py,sha256=yxi-YTbJPVl10s78Hlr1dmrQR63iaSIoROGVILzFPmE,1775
2649
2649
  agilicus/apps.py,sha256=Mdc_pRXyfa-IvIFH7gNbx0Ob64gUHggZyeSyLUDpjMs,54048
@@ -2698,7 +2698,7 @@ agilicus/labels/labels_main.py,sha256=l2z_41X3sMJoSM483LmAzJE6bKKHVAEvrPjfz7QvFg
2698
2698
  agilicus/launchers.py,sha256=r4nctnVtfP-Ho_HXEfAiMaMqJI0u7pbieHSS3Vd0QBE,11361
2699
2699
  agilicus/logs.py,sha256=Y4XVcLctY-2O-Q_CXbJs9sAqu0NknHKSsqilKiDM_A0,804
2700
2700
  agilicus/lookups.py,sha256=MNmNsKpP7Fq_poLAnL9xo_iptFilKM9ziGLyIe8VKaw,669
2701
- agilicus/main.py,sha256=3j0T1UzBeqPh8d-0-UiJRTkR4U6yjCEkj5LpzEnWh54,288692
2701
+ agilicus/main.py,sha256=lJRrx6MueVEVxSpFB5Bqh6NnIrfjwNEJQnyTL3TSewQ,288783
2702
2702
  agilicus/messages/__init__.py,sha256=cVqfaKUndO-AYfppkdFICM5WvYFFB1hRjXihFWmiGPQ,174
2703
2703
  agilicus/messages/messages.py,sha256=b2eO6BaWI9UZTLETcdy1NotyuNlKIJf6CS_TUzehuk4,9175
2704
2704
  agilicus/messages/messages_main.py,sha256=A0xucYwwUZFIuUc0bAyAqVwofErakmyawq5bwhZKcOU,1598
@@ -2743,8 +2743,8 @@ agilicus/trusted_certs/trusted_certs_main.py,sha256=6dHHWXvNIcUa_nA9ptigL4Vibe4n
2743
2743
  agilicus/users.py,sha256=-LuH9FHaGNWIEqpmgyJx3gfhW5fmkZHWP-G8wKExWpw,41165
2744
2744
  agilicus/version.py,sha256=G9OFdL1v_4dLDfk6I6taDNypM5bbO-JHAwilsu9LYgg,23
2745
2745
  agilicus/whoami.py,sha256=kqghtWMgZOd2rhKmfguDwCTm6A3gNS8Kj-S2IBxBtl0,206
2746
- agilicus-1.285.2.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
2747
- agilicus-1.285.2.dist-info/METADATA,sha256=3_gbX9LYSl5VABF2ik1nT0dvVmuY8mpzWzIwqSwqwqw,3878
2748
- agilicus-1.285.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
2749
- agilicus-1.285.2.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
2750
- agilicus-1.285.2.dist-info/RECORD,,
2746
+ agilicus-1.285.3.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
2747
+ agilicus-1.285.3.dist-info/METADATA,sha256=Dp9nTI7ysGOXVg1ufMEJHwreBmzrpGbFsdR8l2JzW_I,3878
2748
+ agilicus-1.285.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
2749
+ agilicus-1.285.3.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
2750
+ agilicus-1.285.3.dist-info/RECORD,,