magic_hour 0.8.3__tar.gz → 0.8.4__tar.gz

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 (131) hide show
  1. {magic_hour-0.8.3 → magic_hour-0.8.4}/PKG-INFO +1 -1
  2. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/environment.py +1 -1
  3. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_headshot_generator/README.md +2 -2
  4. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_headshot_generator/client.py +4 -2
  5. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_image_upscaler/README.md +2 -2
  6. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_image_upscaler/client.py +2 -2
  7. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/image_background_remover/README.md +4 -2
  8. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/image_background_remover/client.py +2 -2
  9. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_ai_clothes_changer_body_assets.py +2 -2
  10. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_ai_headshot_generator_body_assets.py +1 -1
  11. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_ai_image_upscaler_body_assets.py +1 -1
  12. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_image_background_remover_body_assets.py +1 -1
  13. {magic_hour-0.8.3 → magic_hour-0.8.4}/pyproject.toml +1 -1
  14. {magic_hour-0.8.3 → magic_hour-0.8.4}/LICENSE +0 -0
  15. {magic_hour-0.8.3 → magic_hour-0.8.4}/README.md +0 -0
  16. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/__init__.py +0 -0
  17. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/client.py +1 -1
  18. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/core/__init__.py +0 -0
  19. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/core/api_error.py +0 -0
  20. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/core/auth.py +0 -0
  21. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/core/base_client.py +0 -0
  22. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/core/binary_response.py +0 -0
  23. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/core/request.py +0 -0
  24. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/core/response.py +0 -0
  25. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/core/type_utils.py +0 -0
  26. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/core/utils.py +0 -0
  27. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/__init__.py +0 -0
  28. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_clothes_changer/README.md +0 -0
  29. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_clothes_changer/__init__.py +0 -0
  30. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_clothes_changer/client.py +0 -0
  31. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_headshot_generator/__init__.py +0 -0
  32. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_image_generator/README.md +0 -0
  33. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_image_generator/__init__.py +0 -0
  34. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_image_generator/client.py +0 -0
  35. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_image_upscaler/__init__.py +0 -0
  36. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_photo_editor/README.md +0 -0
  37. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_photo_editor/__init__.py +0 -0
  38. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_photo_editor/client.py +0 -0
  39. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_qr_code_generator/README.md +0 -0
  40. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_qr_code_generator/__init__.py +0 -0
  41. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/ai_qr_code_generator/client.py +0 -0
  42. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/animation/README.md +0 -0
  43. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/animation/__init__.py +0 -0
  44. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/animation/client.py +0 -0
  45. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/client.py +0 -0
  46. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/face_swap/README.md +0 -0
  47. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/face_swap/__init__.py +0 -0
  48. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/face_swap/client.py +0 -0
  49. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/face_swap_photo/README.md +0 -0
  50. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/face_swap_photo/__init__.py +0 -0
  51. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/face_swap_photo/client.py +0 -0
  52. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/files/__init__.py +0 -0
  53. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/files/client.py +0 -0
  54. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/files/upload_urls/README.md +0 -0
  55. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/files/upload_urls/__init__.py +0 -0
  56. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/files/upload_urls/client.py +0 -0
  57. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/image_background_remover/__init__.py +0 -0
  58. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/image_projects/README.md +0 -0
  59. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/image_projects/__init__.py +0 -0
  60. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/image_projects/client.py +0 -0
  61. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/image_to_video/README.md +0 -0
  62. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/image_to_video/__init__.py +0 -0
  63. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/image_to_video/client.py +0 -0
  64. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/lip_sync/README.md +0 -0
  65. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/lip_sync/__init__.py +0 -0
  66. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/lip_sync/client.py +0 -0
  67. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/text_to_video/README.md +0 -0
  68. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/text_to_video/__init__.py +0 -0
  69. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/text_to_video/client.py +0 -0
  70. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/video_projects/README.md +0 -0
  71. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/video_projects/__init__.py +0 -0
  72. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/video_projects/client.py +0 -0
  73. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/video_to_video/README.md +0 -0
  74. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/video_to_video/__init__.py +0 -0
  75. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/resources/v1/video_to_video/client.py +0 -0
  76. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/__init__.py +0 -0
  77. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/get_v1_image_projects_id_response.py +0 -0
  78. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/get_v1_image_projects_id_response_downloads_item.py +0 -0
  79. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/get_v1_image_projects_id_response_error.py +0 -0
  80. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/get_v1_video_projects_id_response.py +0 -0
  81. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/get_v1_video_projects_id_response_download.py +0 -0
  82. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/get_v1_video_projects_id_response_downloads_item.py +0 -0
  83. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/get_v1_video_projects_id_response_error.py +0 -0
  84. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/post_v1_ai_clothes_changer_response.py +0 -0
  85. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/post_v1_ai_headshot_generator_response.py +0 -0
  86. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/post_v1_ai_image_generator_response.py +0 -0
  87. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/post_v1_ai_image_upscaler_response.py +0 -0
  88. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/post_v1_ai_photo_editor_response.py +0 -0
  89. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/post_v1_ai_qr_code_generator_response.py +0 -0
  90. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/post_v1_animation_response.py +0 -0
  91. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/post_v1_face_swap_photo_response.py +0 -0
  92. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/post_v1_face_swap_response.py +0 -0
  93. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/post_v1_files_upload_urls_response.py +0 -0
  94. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/post_v1_files_upload_urls_response_items_item.py +0 -0
  95. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/post_v1_image_background_remover_response.py +0 -0
  96. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/post_v1_image_to_video_response.py +0 -0
  97. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/post_v1_lip_sync_response.py +0 -0
  98. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/post_v1_text_to_video_response.py +0 -0
  99. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/models/post_v1_video_to_video_response.py +0 -0
  100. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/__init__.py +0 -0
  101. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_ai_clothes_changer_body.py +0 -0
  102. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_ai_headshot_generator_body.py +0 -0
  103. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_ai_image_generator_body.py +0 -0
  104. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_ai_image_generator_body_style.py +0 -0
  105. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_ai_image_upscaler_body.py +0 -0
  106. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_ai_image_upscaler_body_style.py +0 -0
  107. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_ai_photo_editor_body.py +0 -0
  108. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_ai_photo_editor_body_assets.py +0 -0
  109. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_ai_photo_editor_body_style.py +0 -0
  110. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_ai_qr_code_generator_body.py +0 -0
  111. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_ai_qr_code_generator_body_style.py +0 -0
  112. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_animation_body.py +0 -0
  113. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_animation_body_assets.py +0 -0
  114. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_animation_body_style.py +0 -0
  115. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_face_swap_body.py +0 -0
  116. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_face_swap_body_assets.py +0 -0
  117. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_face_swap_photo_body.py +0 -0
  118. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_face_swap_photo_body_assets.py +0 -0
  119. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_files_upload_urls_body.py +0 -0
  120. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_files_upload_urls_body_items_item.py +0 -0
  121. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_image_background_remover_body.py +0 -0
  122. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_image_to_video_body.py +0 -0
  123. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_image_to_video_body_assets.py +0 -0
  124. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_image_to_video_body_style.py +0 -0
  125. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_lip_sync_body.py +0 -0
  126. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_lip_sync_body_assets.py +0 -0
  127. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_text_to_video_body.py +0 -0
  128. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_text_to_video_body_style.py +0 -0
  129. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_video_to_video_body.py +0 -0
  130. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_video_to_video_body_assets.py +0 -0
  131. {magic_hour-0.8.3 → magic_hour-0.8.4}/magic_hour/types/params/post_v1_video_to_video_body_style.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: magic_hour
3
- Version: 0.8.3
3
+ Version: 0.8.4
4
4
  Summary: Python SDK for Magic Hour API
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -3,4 +3,4 @@ import enum
3
3
 
4
4
  class Environment(enum.Enum):
5
5
  ENVIRONMENT = "https://api.magichour.ai"
6
- MOCK_SERVER = "https://api.sideko.dev/v1/mock/magichour/magic-hour/0.8.3"
6
+ MOCK_SERVER = "https://api.sideko.dev/v1/mock/magichour/magic-hour/0.8.4"
@@ -14,7 +14,7 @@ from os import getenv
14
14
 
15
15
  client = Client(token=getenv("API_TOKEN"))
16
16
  res = client.v1.ai_headshot_generator.create(
17
- assets={"image_file_path": "image/id/1234.png"}, name="Ai Headshot image"
17
+ assets={"image_file_path": "api-assets/id/1234.png"}, name="Ai Headshot image"
18
18
  )
19
19
  ```
20
20
 
@@ -26,6 +26,6 @@ from os import getenv
26
26
 
27
27
  client = AsyncClient(token=getenv("API_TOKEN"))
28
28
  res = await client.v1.ai_headshot_generator.create(
29
- assets={"image_file_path": "image/id/1234.png"}, name="Ai Headshot image"
29
+ assets={"image_file_path": "api-assets/id/1234.png"}, name="Ai Headshot image"
30
30
  )
31
31
  ```
@@ -46,7 +46,8 @@ class AiHeadshotGeneratorClient:
46
46
  Examples:
47
47
  ```py
48
48
  client.v1.ai_headshot_generator.create(
49
- assets={"image_file_path": "image/id/1234.png"}, name="Ai Headshot image"
49
+ assets={"image_file_path": "api-assets/id/1234.png"},
50
+ name="Ai Headshot image",
50
51
  )
51
52
  ```
52
53
 
@@ -100,7 +101,8 @@ class AsyncAiHeadshotGeneratorClient:
100
101
  Examples:
101
102
  ```py
102
103
  await client.v1.ai_headshot_generator.create(
103
- assets={"image_file_path": "image/id/1234.png"}, name="Ai Headshot image"
104
+ assets={"image_file_path": "api-assets/id/1234.png"},
105
+ name="Ai Headshot image",
104
106
  )
105
107
  ```
106
108
 
@@ -14,7 +14,7 @@ from os import getenv
14
14
 
15
15
  client = Client(token=getenv("API_TOKEN"))
16
16
  res = client.v1.ai_image_upscaler.create(
17
- assets={"image_file_path": "image/id/1234.png"},
17
+ assets={"image_file_path": "api-assets/id/1234.png"},
18
18
  scale_factor=123.45,
19
19
  style={"enhancement": "Balanced"},
20
20
  name="Image Upscaler image",
@@ -29,7 +29,7 @@ from os import getenv
29
29
 
30
30
  client = AsyncClient(token=getenv("API_TOKEN"))
31
31
  res = await client.v1.ai_image_upscaler.create(
32
- assets={"image_file_path": "image/id/1234.png"},
32
+ assets={"image_file_path": "api-assets/id/1234.png"},
33
33
  scale_factor=123.45,
34
34
  style={"enhancement": "Balanced"},
35
35
  name="Image Upscaler image",
@@ -50,7 +50,7 @@ class AiImageUpscalerClient:
50
50
  Examples:
51
51
  ```py
52
52
  client.v1.ai_image_upscaler.create(
53
- assets={"image_file_path": "image/id/1234.png"},
53
+ assets={"image_file_path": "api-assets/id/1234.png"},
54
54
  scale_factor=123.0,
55
55
  style={"enhancement": "Balanced"},
56
56
  name="Image Upscaler image",
@@ -116,7 +116,7 @@ class AsyncAiImageUpscalerClient:
116
116
  Examples:
117
117
  ```py
118
118
  await client.v1.ai_image_upscaler.create(
119
- assets={"image_file_path": "image/id/1234.png"},
119
+ assets={"image_file_path": "api-assets/id/1234.png"},
120
120
  scale_factor=123.0,
121
121
  style={"enhancement": "Balanced"},
122
122
  name="Image Upscaler image",
@@ -14,7 +14,8 @@ from os import getenv
14
14
 
15
15
  client = Client(token=getenv("API_TOKEN"))
16
16
  res = client.v1.image_background_remover.create(
17
- assets={"image_file_path": "image/id/1234.png"}, name="Background Remover image"
17
+ assets={"image_file_path": "api-assets/id/1234.png"},
18
+ name="Background Remover image",
18
19
  )
19
20
  ```
20
21
 
@@ -26,6 +27,7 @@ from os import getenv
26
27
 
27
28
  client = AsyncClient(token=getenv("API_TOKEN"))
28
29
  res = await client.v1.image_background_remover.create(
29
- assets={"image_file_path": "image/id/1234.png"}, name="Background Remover image"
30
+ assets={"image_file_path": "api-assets/id/1234.png"},
31
+ name="Background Remover image",
30
32
  )
31
33
  ```
@@ -46,7 +46,7 @@ class ImageBackgroundRemoverClient:
46
46
  Examples:
47
47
  ```py
48
48
  client.v1.image_background_remover.create(
49
- assets={"image_file_path": "image/id/1234.png"},
49
+ assets={"image_file_path": "api-assets/id/1234.png"},
50
50
  name="Background Remover image",
51
51
  )
52
52
  ```
@@ -101,7 +101,7 @@ class AsyncImageBackgroundRemoverClient:
101
101
  Examples:
102
102
  ```py
103
103
  await client.v1.image_background_remover.create(
104
- assets={"image_file_path": "image/id/1234.png"},
104
+ assets={"image_file_path": "api-assets/id/1234.png"},
105
105
  name="Background Remover image",
106
106
  )
107
107
  ```
@@ -9,7 +9,7 @@ class PostV1AiClothesChangerBodyAssets(typing_extensions.TypedDict):
9
9
 
10
10
  garment_file_path: typing_extensions.Required[str]
11
11
  """
12
- The image of the outfit. This value can be the `file_path` field from the response of the [upload urls API](/docs/api/tag/files/post/v1/files/upload-urls), or the url of the file.
12
+ The image of the outfit. This value can be either the `file_path` field from the response of the [upload urls API](/docs/api/tag/files/post/v1/files/upload-urls), or the url of the file..
13
13
  """
14
14
 
15
15
  garment_type: typing_extensions.Required[
@@ -18,7 +18,7 @@ class PostV1AiClothesChangerBodyAssets(typing_extensions.TypedDict):
18
18
 
19
19
  person_file_path: typing_extensions.Required[str]
20
20
  """
21
- The image with the person. This value can be the `file_path` field from the response of the [upload urls API](/docs/api/tag/files/post/v1/files/upload-urls), or the url of the file.
21
+ The image with the person. This value can be either the `file_path` field from the response of the [upload urls API](/docs/api/tag/files/post/v1/files/upload-urls), or the url of the file..
22
22
  """
23
23
 
24
24
 
@@ -9,7 +9,7 @@ class PostV1AiHeadshotGeneratorBodyAssets(typing_extensions.TypedDict):
9
9
 
10
10
  image_file_path: typing_extensions.Required[str]
11
11
  """
12
- The image used to generate the headshot. This image must contain one detectable face. This is the `file_path` field from the response of the [upload urls API](/docs/api/tag/files/post/v1/files/upload-urls)
12
+ The image used to generate the headshot. This image must contain one detectable face. This value can be either the `file_path` field from the response of the [upload urls API](/docs/api/tag/files/post/v1/files/upload-urls), or the url of the file.
13
13
  """
14
14
 
15
15
 
@@ -9,7 +9,7 @@ class PostV1AiImageUpscalerBodyAssets(typing_extensions.TypedDict):
9
9
 
10
10
  image_file_path: typing_extensions.Required[str]
11
11
  """
12
- The image to upscale. This is the `file_path` field from the response of the [upload urls API](/docs/api/tag/files/post/v1/files/upload-urls)
12
+ The image to upscale. This value can be either the `file_path` field from the response of the [upload urls API](/docs/api/tag/files/post/v1/files/upload-urls), or the url of the file.
13
13
  """
14
14
 
15
15
 
@@ -9,7 +9,7 @@ class PostV1ImageBackgroundRemoverBodyAssets(typing_extensions.TypedDict):
9
9
 
10
10
  image_file_path: typing_extensions.Required[str]
11
11
  """
12
- The image used to generate the image. This is the `file_path` field from the response of the [upload urls API](/docs/api/tag/files/post/v1/files/upload-urls)
12
+ The image used to generate the image. This value can be either the `file_path` field from the response of the [upload urls API](/docs/api/tag/files/post/v1/files/upload-urls), or the url of the file.
13
13
  """
14
14
 
15
15
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "magic_hour"
3
- version = "0.8.3"
3
+ version = "0.8.4"
4
4
  description = "Python SDK for Magic Hour API"
5
5
  readme = "README.md"
6
6
  authors = []
File without changes
File without changes
@@ -1,8 +1,8 @@
1
1
  import httpx
2
2
  import typing
3
3
 
4
- from magic_hour.resources.v1 import AsyncV1Client, V1Client
5
4
  from magic_hour.environment import Environment
5
+ from magic_hour.resources.v1 import AsyncV1Client, V1Client
6
6
  from magic_hour.core import AsyncBaseClient, AuthBearer, SyncBaseClient
7
7
 
8
8