hyperstack 1.46.2a0__py3-none-any.whl → 1.47.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.
Files changed (28) hide show
  1. hyperstack/__init__.py +18 -1
  2. hyperstack/api/__init__.py +4 -0
  3. hyperstack/api/access_keys_api.py +885 -0
  4. hyperstack/api/api_key_api.py +1 -0
  5. hyperstack/api/buckets_api.py +865 -0
  6. hyperstack/api/health_api.py +282 -0
  7. hyperstack/api/partner_config_api.py +2 -0
  8. hyperstack/api/regions_api.py +282 -0
  9. hyperstack/api_client.py +1 -1
  10. hyperstack/configuration.py +1 -1
  11. hyperstack/models/__init__.py +13 -0
  12. hyperstack/models/object_storage_access_key_create_request.py +90 -0
  13. hyperstack/models/object_storage_access_key_create_response.py +101 -0
  14. hyperstack/models/object_storage_access_key_list_response.py +101 -0
  15. hyperstack/models/object_storage_access_key_response.py +99 -0
  16. hyperstack/models/object_storage_bucket_list_response.py +97 -0
  17. hyperstack/models/object_storage_bucket_response.py +101 -0
  18. hyperstack/models/object_storage_delete_response.py +87 -0
  19. hyperstack/models/object_storage_error_response.py +91 -0
  20. hyperstack/models/object_storage_health_response.py +87 -0
  21. hyperstack/models/object_storage_pagination_meta.py +91 -0
  22. hyperstack/models/object_storage_region_list_response.py +95 -0
  23. hyperstack/models/object_storage_region_response.py +87 -0
  24. hyperstack/models/object_storage_regions_enum.py +36 -0
  25. {hyperstack-1.46.2a0.dist-info → hyperstack-1.47.0a0.dist-info}/METADATA +1 -1
  26. {hyperstack-1.46.2a0.dist-info → hyperstack-1.47.0a0.dist-info}/RECORD +28 -11
  27. {hyperstack-1.46.2a0.dist-info → hyperstack-1.47.0a0.dist-info}/WHEEL +0 -0
  28. {hyperstack-1.46.2a0.dist-info → hyperstack-1.47.0a0.dist-info}/top_level.txt +0 -0
@@ -581,6 +581,7 @@ class ApiKeyApi:
581
581
 
582
582
  # authentication setting
583
583
  _auth_settings: List[str] = [
584
+ 'apiKey'
584
585
  ]
585
586
 
586
587
  return self.api_client.param_serialize(