hyperstack 1.47.0a0__py3-none-any.whl → 1.48.0a0__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.
hyperstack/__init__.py CHANGED
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "v1.47.0-alpha"
17
+ __version__ = "v1.48.0-alpha"
18
18
 
19
19
  # import apis into sdk package
20
20
  from .api.access_keys_api import AccessKeysApi
hyperstack/api_client.py CHANGED
@@ -90,7 +90,7 @@ class ApiClient:
90
90
  self.default_headers[header_name] = header_value
91
91
  self.cookie = cookie
92
92
  # Set default User-Agent.
93
- self.user_agent = 'OpenAPI-Generator/v1.47.0-alpha/python'
93
+ self.user_agent = 'OpenAPI-Generator/v1.48.0-alpha/python'
94
94
  self.client_side_validation = configuration.client_side_validation
95
95
 
96
96
  def __enter__(self):
@@ -524,7 +524,7 @@ conf = hyperstack.Configuration(
524
524
  "OS: {env}\n"\
525
525
  "Python Version: {pyversion}\n"\
526
526
  "Version of the API: 1.0\n"\
527
- "SDK Package Version: v1.47.0-alpha".\
527
+ "SDK Package Version: v1.48.0-alpha".\
528
528
  format(env=sys.platform, pyversion=sys.version)
529
529
 
530
530
  def get_host_settings(self) -> List[HostSetting]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hyperstack
3
- Version: 1.47.0a0
3
+ Version: 1.48.0a0
4
4
  Summary: Infrahub-API
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -1,7 +1,7 @@
1
- hyperstack/__init__.py,sha256=50eB6wBAdoalHJvt-sQmfLLm_EmU6E82CawYsn8lcfw,25733
2
- hyperstack/api_client.py,sha256=GWx6GGuAW7igc-27bfWMAVLWQWkO8KYVFXLU7bXI2XM,27660
1
+ hyperstack/__init__.py,sha256=1wllm5IjElQ_EjOjvu7zJ6mCtDJezptbWRE0ALh3f6Y,25733
2
+ hyperstack/api_client.py,sha256=1oXOumn8_2DQSR5EmopL38Nqz65lMNLr1IAMo5fEsvg,27660
3
3
  hyperstack/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- hyperstack/configuration.py,sha256=VOAXE5TS-beaAX5xAnNN0DKYLt2fXaTxFg20sy2silE,18804
4
+ hyperstack/configuration.py,sha256=rfGRYQdrIhDm-fz0moqWGPoXNMbzv3g01_ACsN-QmT8,18804
5
5
  hyperstack/exceptions.py,sha256=WNUju20ADFYpDuZnq5o9FKSoa9N5nsCkMPNaK_VUrNM,6230
6
6
  hyperstack/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  hyperstack/rest.py,sha256=ewQJgH66o4QmU-YgavYnTiOvGqjLOHbd43ENkvfdsLA,9656
@@ -368,7 +368,7 @@ hyperstack/models/volumes_fields.py,sha256=5c5YBJBmFbTSI_O00V9enZ_zEeRh4hZHtlf3h
368
368
  hyperstack/models/voucher.py,sha256=tAFBUSIrUHfpK2Rj5w964wfaWW6aJhoq4AjDUdC6gVU,2958
369
369
  hyperstack/models/voucher_redeem_response_schema.py,sha256=xvfvnnR1a_CpIpgenFHrDJbbHl27Rn_AASHz-QD7TE0,3400
370
370
  hyperstack/models/workload_billing_history_response.py,sha256=mXMmbg5JxL0oOdZ0rUuBlKxbSxPf8MhN1WluraZoyVU,3544
371
- hyperstack-1.47.0a0.dist-info/METADATA,sha256=_sdc3dUigAxU_DxEOpllFli8oAq2z5VFYj9v9_qXzbc,918
372
- hyperstack-1.47.0a0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
373
- hyperstack-1.47.0a0.dist-info/top_level.txt,sha256=njn3-XmjCMziM6_3QadnDQbqsVh2KYw4J1IysqyY0HI,11
374
- hyperstack-1.47.0a0.dist-info/RECORD,,
371
+ hyperstack-1.48.0a0.dist-info/METADATA,sha256=H9rDdVqXpeeye2VRCoHFs1f8eMM95Sr8An-d-DCvIEw,918
372
+ hyperstack-1.48.0a0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
373
+ hyperstack-1.48.0a0.dist-info/top_level.txt,sha256=njn3-XmjCMziM6_3QadnDQbqsVh2KYw4J1IysqyY0HI,11
374
+ hyperstack-1.48.0a0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5