hyperstack 1.42.0a0__py3-none-any.whl → 1.42.1a0__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 +1 -1
- hyperstack/api_client.py +1 -1
- hyperstack/configuration.py +1 -1
- {hyperstack-1.42.0a0.dist-info → hyperstack-1.42.1a0.dist-info}/METADATA +1 -1
- {hyperstack-1.42.0a0.dist-info → hyperstack-1.42.1a0.dist-info}/RECORD +7 -7
- {hyperstack-1.42.0a0.dist-info → hyperstack-1.42.1a0.dist-info}/WHEEL +0 -0
- {hyperstack-1.42.0a0.dist-info → hyperstack-1.42.1a0.dist-info}/top_level.txt +0 -0
hyperstack/__init__.py
CHANGED
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.42.
|
|
93
|
+
self.user_agent = 'OpenAPI-Generator/v1.42.1-alpha/python'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
def __enter__(self):
|
hyperstack/configuration.py
CHANGED
|
@@ -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.42.
|
|
527
|
+
"SDK Package Version: v1.42.1-alpha".\
|
|
528
528
|
format(env=sys.platform, pyversion=sys.version)
|
|
529
529
|
|
|
530
530
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
hyperstack/__init__.py,sha256=
|
|
2
|
-
hyperstack/api_client.py,sha256=
|
|
1
|
+
hyperstack/__init__.py,sha256=E_GtEAd4aykgPsGC9ySgvDwXvFnB9npt7AD8LYkpTF4,24075
|
|
2
|
+
hyperstack/api_client.py,sha256=pHR6RNq4Gl_XEGWgJDKQFfoTV1zwI8GDoSy1UEGWVMg,27660
|
|
3
3
|
hyperstack/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
|
-
hyperstack/configuration.py,sha256=
|
|
4
|
+
hyperstack/configuration.py,sha256=0cFt769-NC7wOvtB6QOpGoce3rgBE_iI3xoZs8sdaos,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
|
|
@@ -345,7 +345,7 @@ hyperstack/models/volume_types.py,sha256=jMN2S8p-Yv8sw_wWYRmfIXLmtXDwSC0xc3Gt_SN
|
|
|
345
345
|
hyperstack/models/volumes.py,sha256=-zTxq9C_spyDF882oDIFcJnrTEM5A2aYQojmVUaHBq0,3694
|
|
346
346
|
hyperstack/models/volumes_fields.py,sha256=5c5YBJBmFbTSI_O00V9enZ_zEeRh4hZHtlf3hTH-Ios,4932
|
|
347
347
|
hyperstack/models/workload_billing_history_response.py,sha256=mXMmbg5JxL0oOdZ0rUuBlKxbSxPf8MhN1WluraZoyVU,3544
|
|
348
|
-
hyperstack-1.42.
|
|
349
|
-
hyperstack-1.42.
|
|
350
|
-
hyperstack-1.42.
|
|
351
|
-
hyperstack-1.42.
|
|
348
|
+
hyperstack-1.42.1a0.dist-info/METADATA,sha256=b5x_eHlp4cVxqux0Mi__NVBzLIw1dIjJfhsj-oodjss,918
|
|
349
|
+
hyperstack-1.42.1a0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
350
|
+
hyperstack-1.42.1a0.dist-info/top_level.txt,sha256=njn3-XmjCMziM6_3QadnDQbqsVh2KYw4J1IysqyY0HI,11
|
|
351
|
+
hyperstack-1.42.1a0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|