agilicus 1.235.3__py3-none-any.whl → 1.235.5__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.235.3/python'
80
+ self.user_agent = 'OpenAPI-Generator/1.235.5/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.12.15\n"\
390
- "SDK Package Version: 1.235.3".\
390
+ "SDK Package Version: 1.235.5".\
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.12.15
7
- - Package version: 1.235.3
7
+ - Package version: 1.235.5
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
 
@@ -60,7 +60,7 @@ def add_feature(
60
60
  if max:
61
61
  val.max = max
62
62
 
63
- if enabled:
63
+ if enabled is not None:
64
64
  val.enabled = enabled
65
65
 
66
66
  return api.create_feature(agilicus.Feature(spec))
agilicus/main.py CHANGED
@@ -6807,7 +6807,9 @@ def update_subscription(ctx, subscription_id, billing_account_id=None, **kwargs)
6807
6807
  usage_min = mins.pop(0) if len(mins) > 0 else None
6808
6808
  usage_max = maxs.pop(0) if len(maxs) > 0 else None
6809
6809
  usage_step = steps.pop(0) if len(steps) > 0 else None
6810
- group_by_org = group_by_org.pop(0)
6810
+ group_by_org = (
6811
+ group_by_org.pop(0) if group_by_org and len(group_by_org) > 0 else None
6812
+ )
6811
6813
  usage_override = override_replace(
6812
6814
  metric, usage_override, usage_min, usage_max, usage_step, group_by_org
6813
6815
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: agilicus
3
- Version: 1.235.3
3
+ Version: 1.235.5
4
4
  Summary: Agilicus SDK
5
5
  Home-page: https://www.agilicus.com/
6
6
  License: MIT
@@ -67,9 +67,9 @@ agilicus/agilicus_api/api/users_api.py,sha256=LYBkMTRfpgSYHuFgFnkndHdJn9J__dGbqK
67
67
  agilicus/agilicus_api/api/users_api_mock.py,sha256=wA_xiqL3Pz3KjljKlsmf5NveLZS1FpbaKJHBp7QvarY,15411
68
68
  agilicus/agilicus_api/api/whoami_api.py,sha256=g871DyNxDhGWCmkr-jiMan9gsz9vf9CTkhZ_0VG5iuQ,7941
69
69
  agilicus/agilicus_api/api/whoami_api_mock.py,sha256=rlvZoWnMCqORMZBg7SOv6d3xp52kELdh6wXcCaIZ93w,346
70
- agilicus/agilicus_api/api_client.py,sha256=KpspSAuKeWNv6ETxxNhm6g4p0ZqXNlFskLZDuha52t4,38845
70
+ agilicus/agilicus_api/api_client.py,sha256=XwCXsmlpJKlNscQV6eOXDIOHeY2VrzOdJhvlAJHLYjc,38845
71
71
  agilicus/agilicus_api/apis/__init__.py,sha256=m_hg6OJsEsMp6mZ1mn9OlaTflLjrU3Jc-jvYD9gi_PA,2092
72
- agilicus/agilicus_api/configuration.py,sha256=0J_XAKPHHItor97EkRNM0OiDQHsmQtPzE2sFwSxSNEM,18447
72
+ agilicus/agilicus_api/configuration.py,sha256=sPyrZLcHiRqHuMzGTyhWm-6LEWh0FnzLbrlQPPi-s_Q,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
@@ -2338,7 +2338,7 @@ agilicus/agilicus_api/test/test_x509_root_certificate.py,sha256=Lfg4RqEI4LW1TcMv
2338
2338
  agilicus/agilicus_api/test/test_x509_root_certificate_spec.py,sha256=8rBBKZ1fEUFWalJ-Us0gW8YsEiQ0CvWx9rwvYXY2xSw,2832
2339
2339
  agilicus/agilicus_api/test/test_x509_root_certificate_status.py,sha256=sU8X_0AYylgIY7t39Eu1S_0EkxfJF25QBxIVOQlrwoU,2846
2340
2340
  agilicus/agilicus_api/test/test_xss_settings.py,sha256=e_pj73f8a6buA5B0cZgLV4Pu2BXUyfFmLLxVvW3I3Tw,2746
2341
- agilicus/agilicus_api_README.md,sha256=GCqsF1E1sQNsagdu0Yspe9uUE-TSK_zWydy0-9OHTOg,150199
2341
+ agilicus/agilicus_api_README.md,sha256=_NccAZ82qgsXLGC0UlWwnAN7kDw5eEaG3Riln7Dj3Wc,150199
2342
2342
  agilicus/aliases.ini,sha256=MxqiVo2f2xdUDVF1YDkNW36AIqN8hrYjlTVfraEUZXY,455
2343
2343
  agilicus/amq.py,sha256=yxi-YTbJPVl10s78Hlr1dmrQR63iaSIoROGVILzFPmE,1775
2344
2344
  agilicus/apps.py,sha256=3j7Yj82S8hr4IHw2uzYiJ1-kOq_9PT1G0-0ZbxflAQ0,48757
@@ -2364,7 +2364,7 @@ agilicus/desktops.py,sha256=YdZlo5-MP9zNajfQ4xfoHOux1hKkcpnZZDAs3YjvMgU,10013
2364
2364
  agilicus/env_config.py,sha256=sqg9hecJYA7jXj58TmZOvmYboqIKbZ5Rxl2Rqe75M4Q,7629
2365
2365
  agilicus/examples/update_user.py,sha256=jGaEVTWFFlD26soSEYYcAtlGfELU85z3YnXAwK5q4fM,1082
2366
2366
  agilicus/features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2367
- agilicus/features/features.py,sha256=2yporqf0STis4iyodQbLaDv-4JFzCy2ondwLEGP3c0Y,2234
2367
+ agilicus/features/features.py,sha256=cXhlp_HsKqGe5fg3gwanVMhRiBjs3tNd00ZChubWkQM,2246
2368
2368
  agilicus/features/features_main.py,sha256=cSe5zRNu_da-jw_5-VOeNjo2gPRYpFXkyt2Dxa-MbrI,3160
2369
2369
  agilicus/features.py,sha256=wnh3uD57xZRzt4aCYCrGXu4DaMKv2-uwZc3akUiXUYE,1118
2370
2370
  agilicus/file_shares.py,sha256=ZwO3OwfRsDTZu6VwDcvqyC5OeHWnoA9hQ8vzygXGeE8,4326
@@ -2385,7 +2385,7 @@ agilicus/labels/labels_main.py,sha256=aXRNRT1CPiUc0x1Gh_VoCmzrbROzsC5e9ycrwPNT0q
2385
2385
  agilicus/launchers.py,sha256=Yy59dzHMCz9ZSs_mMjVGaTw3vdNX58WsmIfX56by69U,11077
2386
2386
  agilicus/logs.py,sha256=tS8c_sdre1Dncrl59GVGQ0L3d2jtwlVjvIMl3SHJraY,766
2387
2387
  agilicus/lookups.py,sha256=MNmNsKpP7Fq_poLAnL9xo_iptFilKM9ziGLyIe8VKaw,669
2388
- agilicus/main.py,sha256=Kmh2N7PolNTiy8gFpFWS1bWGh2KNS4q9yRotCceM0gk,255098
2388
+ agilicus/main.py,sha256=RRuhTjZPNzGbJ_QEAnK12QYrwNOuYLfiXExGc66tcwQ,255174
2389
2389
  agilicus/messages.py,sha256=Ydm-VhAsK23UnYdstv_HsOybBODfui5ubKc7F8R_dsw,5187
2390
2390
  agilicus/metrics.py,sha256=9l0T7ea4Gvcj7A1C4uC4mv6v26_S8HKnmIuxJjq3mQw,1424
2391
2391
  agilicus/orgs.py,sha256=hrKmF8RI4H1htQNWPiwFOzy2EPBLdgNpV4c9CMxYSiM,12701
@@ -2419,8 +2419,8 @@ agilicus/trusted_certs/trusted_certs_main.py,sha256=6dHHWXvNIcUa_nA9ptigL4Vibe4n
2419
2419
  agilicus/users.py,sha256=X8BdmfyTwGGZRZi34HQomVPqCAPq0T45bZTUITt5bdc,39190
2420
2420
  agilicus/version.py,sha256=G9OFdL1v_4dLDfk6I6taDNypM5bbO-JHAwilsu9LYgg,23
2421
2421
  agilicus/whoami.py,sha256=kqghtWMgZOd2rhKmfguDwCTm6A3gNS8Kj-S2IBxBtl0,206
2422
- agilicus-1.235.3.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
2423
- agilicus-1.235.3.dist-info/METADATA,sha256=B53GRpWpmKd_AGGhhdqODd8qwUFJtg22t1C5QGxIU4I,3742
2424
- agilicus-1.235.3.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
2425
- agilicus-1.235.3.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
2426
- agilicus-1.235.3.dist-info/RECORD,,
2422
+ agilicus-1.235.5.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
2423
+ agilicus-1.235.5.dist-info/METADATA,sha256=cSg9u3lQPVI8XmcJdWcE7kJaN8YarPHA9IB7dGCEvs8,3742
2424
+ agilicus-1.235.5.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
2425
+ agilicus-1.235.5.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
2426
+ agilicus-1.235.5.dist-info/RECORD,,