magic_hour 0.9.3__py3-none-any.whl → 0.9.5__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 (86) hide show
  1. magic_hour/__init__.py +1 -1
  2. magic_hour/client.py +10 -12
  3. magic_hour/core/__init__.py +2 -3
  4. magic_hour/core/query.py +106 -0
  5. magic_hour/core/request.py +3 -5
  6. magic_hour/core/utils.py +1 -1
  7. magic_hour/environment.py +3 -1
  8. magic_hour/resources/v1/ai_clothes_changer/client.py +0 -2
  9. magic_hour/resources/v1/ai_headshot_generator/client.py +0 -2
  10. magic_hour/resources/v1/ai_image_generator/client.py +1 -3
  11. magic_hour/resources/v1/ai_image_upscaler/client.py +0 -2
  12. magic_hour/resources/v1/ai_photo_editor/client.py +0 -2
  13. magic_hour/resources/v1/ai_qr_code_generator/client.py +0 -2
  14. magic_hour/resources/v1/animation/client.py +0 -2
  15. magic_hour/resources/v1/client.py +8 -42
  16. magic_hour/resources/v1/face_swap/client.py +0 -2
  17. magic_hour/resources/v1/face_swap_photo/client.py +0 -2
  18. magic_hour/resources/v1/files/client.py +0 -2
  19. magic_hour/resources/v1/files/upload_urls/client.py +0 -2
  20. magic_hour/resources/v1/image_background_remover/client.py +0 -2
  21. magic_hour/resources/v1/image_projects/README.md +1 -1
  22. magic_hour/resources/v1/image_projects/client.py +2 -6
  23. magic_hour/resources/v1/image_to_video/client.py +0 -2
  24. magic_hour/resources/v1/lip_sync/client.py +0 -2
  25. magic_hour/resources/v1/text_to_video/client.py +1 -3
  26. magic_hour/resources/v1/video_projects/README.md +1 -1
  27. magic_hour/resources/v1/video_projects/client.py +2 -6
  28. magic_hour/resources/v1/video_to_video/client.py +0 -2
  29. magic_hour/types/models/__init__.py +4 -4
  30. magic_hour/types/models/get_v1_image_projects_id_response.py +2 -2
  31. magic_hour/types/models/get_v1_video_projects_id_response.py +2 -2
  32. magic_hour/types/models/post_v1_ai_clothes_changer_response.py +1 -1
  33. magic_hour/types/models/post_v1_ai_headshot_generator_response.py +1 -1
  34. magic_hour/types/models/post_v1_ai_image_generator_response.py +1 -1
  35. magic_hour/types/models/post_v1_ai_image_upscaler_response.py +1 -1
  36. magic_hour/types/models/post_v1_ai_photo_editor_response.py +1 -1
  37. magic_hour/types/models/post_v1_ai_qr_code_generator_response.py +1 -1
  38. magic_hour/types/models/post_v1_animation_response.py +1 -1
  39. magic_hour/types/models/post_v1_face_swap_photo_response.py +1 -1
  40. magic_hour/types/models/post_v1_face_swap_response.py +1 -1
  41. magic_hour/types/models/post_v1_files_upload_urls_response.py +1 -1
  42. magic_hour/types/models/post_v1_image_background_remover_response.py +1 -1
  43. magic_hour/types/models/post_v1_image_to_video_response.py +1 -1
  44. magic_hour/types/models/post_v1_lip_sync_response.py +1 -1
  45. magic_hour/types/models/post_v1_text_to_video_response.py +1 -1
  46. magic_hour/types/models/post_v1_video_to_video_response.py +1 -1
  47. magic_hour/types/params/__init__.py +51 -51
  48. magic_hour/types/params/post_v1_ai_clothes_changer_body.py +1 -1
  49. magic_hour/types/params/post_v1_ai_clothes_changer_body_assets.py +3 -3
  50. magic_hour/types/params/post_v1_ai_headshot_generator_body.py +1 -1
  51. magic_hour/types/params/post_v1_ai_headshot_generator_body_assets.py +2 -2
  52. magic_hour/types/params/post_v1_ai_image_generator_body.py +1 -1
  53. magic_hour/types/params/post_v1_ai_image_generator_body_style.py +1 -1
  54. magic_hour/types/params/post_v1_ai_image_upscaler_body.py +1 -1
  55. magic_hour/types/params/post_v1_ai_image_upscaler_body_assets.py +2 -2
  56. magic_hour/types/params/post_v1_ai_image_upscaler_body_style.py +1 -1
  57. magic_hour/types/params/post_v1_ai_photo_editor_body.py +1 -1
  58. magic_hour/types/params/post_v1_ai_photo_editor_body_assets.py +2 -2
  59. magic_hour/types/params/post_v1_ai_photo_editor_body_style.py +1 -1
  60. magic_hour/types/params/post_v1_ai_qr_code_generator_body.py +1 -1
  61. magic_hour/types/params/post_v1_ai_qr_code_generator_body_style.py +1 -1
  62. magic_hour/types/params/post_v1_animation_body.py +1 -1
  63. magic_hour/types/params/post_v1_animation_body_assets.py +3 -3
  64. magic_hour/types/params/post_v1_animation_body_style.py +1 -1
  65. magic_hour/types/params/post_v1_face_swap_body.py +1 -1
  66. magic_hour/types/params/post_v1_face_swap_body_assets.py +3 -3
  67. magic_hour/types/params/post_v1_face_swap_photo_body.py +1 -1
  68. magic_hour/types/params/post_v1_face_swap_photo_body_assets.py +3 -3
  69. magic_hour/types/params/post_v1_files_upload_urls_body.py +1 -1
  70. magic_hour/types/params/post_v1_files_upload_urls_body_items_item.py +1 -1
  71. magic_hour/types/params/post_v1_image_background_remover_body.py +1 -1
  72. magic_hour/types/params/post_v1_image_background_remover_body_assets.py +2 -2
  73. magic_hour/types/params/post_v1_image_to_video_body.py +1 -1
  74. magic_hour/types/params/post_v1_image_to_video_body_assets.py +2 -2
  75. magic_hour/types/params/post_v1_image_to_video_body_style.py +1 -1
  76. magic_hour/types/params/post_v1_lip_sync_body.py +1 -1
  77. magic_hour/types/params/post_v1_lip_sync_body_assets.py +3 -3
  78. magic_hour/types/params/post_v1_text_to_video_body.py +1 -1
  79. magic_hour/types/params/post_v1_text_to_video_body_style.py +1 -1
  80. magic_hour/types/params/post_v1_video_to_video_body.py +1 -1
  81. magic_hour/types/params/post_v1_video_to_video_body_assets.py +2 -2
  82. magic_hour/types/params/post_v1_video_to_video_body_style.py +1 -1
  83. {magic_hour-0.9.3.dist-info → magic_hour-0.9.5.dist-info}/METADATA +1 -1
  84. {magic_hour-0.9.3.dist-info → magic_hour-0.9.5.dist-info}/RECORD +86 -85
  85. {magic_hour-0.9.3.dist-info → magic_hour-0.9.5.dist-info}/LICENSE +0 -0
  86. {magic_hour-0.9.3.dist-info → magic_hour-0.9.5.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
1
+ import pydantic
1
2
  import typing
2
3
  import typing_extensions
3
- import pydantic
4
4
 
5
5
 
6
6
  class PostV1AnimationBodyAssets(typing_extensions.TypedDict):
@@ -10,7 +10,7 @@ class PostV1AnimationBodyAssets(typing_extensions.TypedDict):
10
10
 
11
11
  audio_file_path: typing_extensions.NotRequired[str]
12
12
  """
13
- The path of the input audio. This field is required if `audio_source` is `file`. 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
+ The path of the input audio. This field is required if `audio_source` is `file`. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
14
14
  """
15
15
 
16
16
  audio_source: typing_extensions.Required[
@@ -22,7 +22,7 @@ class PostV1AnimationBodyAssets(typing_extensions.TypedDict):
22
22
 
23
23
  image_file_path: typing_extensions.NotRequired[str]
24
24
  """
25
- An initial image to use a the first frame of the video. 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.
25
+ An initial image to use a the first frame of the video. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
26
26
  """
27
27
 
28
28
  youtube_url: typing_extensions.NotRequired[str]
@@ -1,6 +1,6 @@
1
+ import pydantic
1
2
  import typing
2
3
  import typing_extensions
3
- import pydantic
4
4
 
5
5
 
6
6
  class PostV1AnimationBodyStyle(typing_extensions.TypedDict):
@@ -1,6 +1,6 @@
1
+ import pydantic
1
2
  import typing
2
3
  import typing_extensions
3
- import pydantic
4
4
 
5
5
  from .post_v1_face_swap_body_assets import (
6
6
  PostV1FaceSwapBodyAssets,
@@ -1,6 +1,6 @@
1
+ import pydantic
1
2
  import typing
2
3
  import typing_extensions
3
- import pydantic
4
4
 
5
5
 
6
6
  class PostV1FaceSwapBodyAssets(typing_extensions.TypedDict):
@@ -10,12 +10,12 @@ class PostV1FaceSwapBodyAssets(typing_extensions.TypedDict):
10
10
 
11
11
  image_file_path: typing_extensions.Required[str]
12
12
  """
13
- The path of the input 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
+ The path of the input image. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
14
14
  """
15
15
 
16
16
  video_file_path: typing_extensions.NotRequired[str]
17
17
  """
18
- The path of the input video. This field is required if `video_source` is `file`. 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.
18
+ The path of the input video. This field is required if `video_source` is `file`. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
19
19
  """
20
20
 
21
21
  video_source: typing_extensions.Required[
@@ -1,6 +1,6 @@
1
+ import pydantic
1
2
  import typing
2
3
  import typing_extensions
3
- import pydantic
4
4
 
5
5
  from .post_v1_face_swap_photo_body_assets import (
6
6
  PostV1FaceSwapPhotoBodyAssets,
@@ -1,5 +1,5 @@
1
- import typing_extensions
2
1
  import pydantic
2
+ import typing_extensions
3
3
 
4
4
 
5
5
  class PostV1FaceSwapPhotoBodyAssets(typing_extensions.TypedDict):
@@ -9,12 +9,12 @@ class PostV1FaceSwapPhotoBodyAssets(typing_extensions.TypedDict):
9
9
 
10
10
  source_file_path: typing_extensions.Required[str]
11
11
  """
12
- This is the image from which the face is extracted. 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.
12
+ This is the image from which the face is extracted. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
13
13
  """
14
14
 
15
15
  target_file_path: typing_extensions.Required[str]
16
16
  """
17
- This is the image where the face from the source image will be placed. 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.
17
+ This is the image where the face from the source image will be placed. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
18
18
  """
19
19
 
20
20
 
@@ -1,6 +1,6 @@
1
+ import pydantic
1
2
  import typing
2
3
  import typing_extensions
3
- import pydantic
4
4
 
5
5
  from .post_v1_files_upload_urls_body_items_item import (
6
6
  PostV1FilesUploadUrlsBodyItemsItem,
@@ -1,5 +1,5 @@
1
- import typing_extensions
2
1
  import pydantic
2
+ import typing_extensions
3
3
 
4
4
 
5
5
  class PostV1FilesUploadUrlsBodyItemsItem(typing_extensions.TypedDict):
@@ -1,6 +1,6 @@
1
+ import pydantic
1
2
  import typing
2
3
  import typing_extensions
3
- import pydantic
4
4
 
5
5
  from .post_v1_image_background_remover_body_assets import (
6
6
  PostV1ImageBackgroundRemoverBodyAssets,
@@ -1,5 +1,5 @@
1
- import typing_extensions
2
1
  import pydantic
2
+ import typing_extensions
3
3
 
4
4
 
5
5
  class PostV1ImageBackgroundRemoverBodyAssets(typing_extensions.TypedDict):
@@ -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 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.
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](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
13
13
  """
14
14
 
15
15
 
@@ -1,6 +1,6 @@
1
+ import pydantic
1
2
  import typing
2
3
  import typing_extensions
3
- import pydantic
4
4
 
5
5
  from .post_v1_image_to_video_body_assets import (
6
6
  PostV1ImageToVideoBodyAssets,
@@ -1,5 +1,5 @@
1
- import typing_extensions
2
1
  import pydantic
2
+ import typing_extensions
3
3
 
4
4
 
5
5
  class PostV1ImageToVideoBodyAssets(typing_extensions.TypedDict):
@@ -9,7 +9,7 @@ class PostV1ImageToVideoBodyAssets(typing_extensions.TypedDict):
9
9
 
10
10
  image_file_path: typing_extensions.Required[str]
11
11
  """
12
- The path of the image file. 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.
12
+ The path of the image file. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
13
13
  """
14
14
 
15
15
 
@@ -1,6 +1,6 @@
1
+ import pydantic
1
2
  import typing
2
3
  import typing_extensions
3
- import pydantic
4
4
 
5
5
 
6
6
  class PostV1ImageToVideoBodyStyle(typing_extensions.TypedDict):
@@ -1,6 +1,6 @@
1
+ import pydantic
1
2
  import typing
2
3
  import typing_extensions
3
- import pydantic
4
4
 
5
5
  from .post_v1_lip_sync_body_assets import (
6
6
  PostV1LipSyncBodyAssets,
@@ -1,6 +1,6 @@
1
+ import pydantic
1
2
  import typing
2
3
  import typing_extensions
3
- import pydantic
4
4
 
5
5
 
6
6
  class PostV1LipSyncBodyAssets(typing_extensions.TypedDict):
@@ -10,12 +10,12 @@ class PostV1LipSyncBodyAssets(typing_extensions.TypedDict):
10
10
 
11
11
  audio_file_path: typing_extensions.Required[str]
12
12
  """
13
- The path of the audio file. 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
+ The path of the audio file. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
14
14
  """
15
15
 
16
16
  video_file_path: typing_extensions.NotRequired[str]
17
17
  """
18
- The path of the input video. This field is required if `video_source` is `file`. 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.
18
+ The path of the input video. This field is required if `video_source` is `file`. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
19
19
  """
20
20
 
21
21
  video_source: typing_extensions.Required[
@@ -1,6 +1,6 @@
1
+ import pydantic
1
2
  import typing
2
3
  import typing_extensions
3
- import pydantic
4
4
 
5
5
  from .post_v1_text_to_video_body_style import (
6
6
  PostV1TextToVideoBodyStyle,
@@ -1,5 +1,5 @@
1
- import typing_extensions
2
1
  import pydantic
2
+ import typing_extensions
3
3
 
4
4
 
5
5
  class PostV1TextToVideoBodyStyle(typing_extensions.TypedDict):
@@ -1,6 +1,6 @@
1
+ import pydantic
1
2
  import typing
2
3
  import typing_extensions
3
- import pydantic
4
4
 
5
5
  from .post_v1_video_to_video_body_assets import (
6
6
  PostV1VideoToVideoBodyAssets,
@@ -1,6 +1,6 @@
1
+ import pydantic
1
2
  import typing
2
3
  import typing_extensions
3
- import pydantic
4
4
 
5
5
 
6
6
  class PostV1VideoToVideoBodyAssets(typing_extensions.TypedDict):
@@ -10,7 +10,7 @@ class PostV1VideoToVideoBodyAssets(typing_extensions.TypedDict):
10
10
 
11
11
  video_file_path: typing_extensions.NotRequired[str]
12
12
  """
13
- The path of the input video. This field is required if `video_source` is `file`. 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
+ The path of the input video. This field is required if `video_source` is `file`. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
14
14
  """
15
15
 
16
16
  video_source: typing_extensions.Required[
@@ -1,6 +1,6 @@
1
+ import pydantic
1
2
  import typing
2
3
  import typing_extensions
3
- import pydantic
4
4
 
5
5
 
6
6
  class PostV1VideoToVideoBodyStyle(typing_extensions.TypedDict):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: magic_hour
3
- Version: 0.9.3
3
+ Version: 0.9.5
4
4
  Summary: Python SDK for Magic Hour API
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,131 +1,132 @@
1
- magic_hour/__init__.py,sha256=9mcpfN52bfc0cw9wEz7dXOVpOsUuGmVdqFQ79NdnGYU,203
2
- magic_hour/client.py,sha256=2UhLa0mDgXsr5PQuPT5DUgwvXBVrwV1GskWUy5nKrr8,2014
3
- magic_hour/core/__init__.py,sha256=i6cIezufptVYpQS9F90nLCDIliQVXjUBsufIXmuI_9g,1145
1
+ magic_hour/__init__.py,sha256=KIpC-OAJjT6m-WLHmdIdUlsYyicCiX4WHVIwfPG-e0c,203
2
+ magic_hour/client.py,sha256=DMxeed7El-0q_URdGYXXNStGXJ11l7u6q1bQD8LWQ8g,2038
3
+ magic_hour/core/__init__.py,sha256=s2y_QWfn976ilhDlvKGz-QWhAYcRDzvtAYnLbMMOTEA,1167
4
4
  magic_hour/core/api_error.py,sha256=K1d47qRbhLBNEaUVbs0NPgxee24X3qGZ37gBhleUzEE,1760
5
5
  magic_hour/core/auth.py,sha256=NSjPcmTyHelRag9FqH1ufbchBWQgGDpH2P0akfppIPo,9130
6
6
  magic_hour/core/base_client.py,sha256=H9FJtNvN3ZfjjnPq4t9HXgh0c1324x1RFtAHXWEnqWk,18846
7
7
  magic_hour/core/binary_response.py,sha256=T-DATvb21P2ZRnYa4LlXmF77VfM8Tut2951QHEQct_U,681
8
- magic_hour/core/request.py,sha256=zdw-rie5wCy9MxIQ5ilhnZaBVPRyF8WAiZ5pGTam7Oc,5224
8
+ magic_hour/core/query.py,sha256=Z4NB5gSkJ8KMJU2vleHP_dx0NisP0v8S0em5XVlS_tE,4247
9
+ magic_hour/core/request.py,sha256=lyHrh2VWY238D7JPbgZJlodTqBlHSmQn4fBJiBfE1Es,5069
9
10
  magic_hour/core/response.py,sha256=Sl7nPL2axmz7em_6d9TkFSnQQKUpalWaVWbPPWoXJgM,10180
10
11
  magic_hour/core/type_utils.py,sha256=4bU9WXnMXJ6YTtuqOMiB8t6Xw0RlfVWJ-IDBONlqEtQ,461
11
- magic_hour/core/utils.py,sha256=Cp0SH9nBsdL53kCJSCsHgoJoo0HuXYmxShhQgeHw0KQ,1668
12
- magic_hour/environment.py,sha256=UPk4hchifaXp_W47nz38Dvv-A228cSWxi3EO1-8_4c0,167
12
+ magic_hour/core/utils.py,sha256=34SiC1vw2A0TkYHONgMA_d09soIIYiiBWRXCZGdwGIk,1669
13
+ magic_hour/environment.py,sha256=2M2b1t8TgRKMCl9mNpKghQK2LrceQGc9wAsF8IQJg2Y,212
13
14
  magic_hour/resources/v1/__init__.py,sha256=Aj0sjVcoijjQyieNBxv2_uewPYC2vO2UG-ehoBgCz5E,86
14
15
  magic_hour/resources/v1/ai_clothes_changer/README.md,sha256=KQTvbttct5GcdOJW3NG5gCsWF6G2qlwIoBjBd92TjUs,977
15
16
  magic_hour/resources/v1/ai_clothes_changer/__init__.py,sha256=6W_Y2HxG2sDOBiJyzngK3Q2S3xfQgpK-j8xFRmBAhbQ,142
16
- magic_hour/resources/v1/ai_clothes_changer/client.py,sha256=8SmSk7N_wkrUEFlK57wItp2TMgGaTmrKlYAlmZXdM-I,3995
17
+ magic_hour/resources/v1/ai_clothes_changer/client.py,sha256=AQNdWZdW3dMxcfOKRCh19lemru_OzF3btWDKkHC9-2E,3993
17
18
  magic_hour/resources/v1/ai_headshot_generator/README.md,sha256=CWihzwUuDVoLBItSDJKGBW1EQthz2REmkLkaaA68yao,705
18
19
  magic_hour/resources/v1/ai_headshot_generator/__init__.py,sha256=4WZ3jfrL2yPhQaPalMJrUEykwUoF3KBtop2VJEij-0s,154
19
- magic_hour/resources/v1/ai_headshot_generator/client.py,sha256=5eh9BzhlLMzQKbTfCiIkBRJSD4Qll__SnU-l0fVRj-U,3661
20
+ magic_hour/resources/v1/ai_headshot_generator/client.py,sha256=JThWOHSQE2CZoBeVpXqrf0tiRRrYUbBjlE0cT2k8g7I,3659
20
21
  magic_hour/resources/v1/ai_image_generator/README.md,sha256=TWC2PMVr3owH5tg8G6g14tiWt8pw5wQVv-p-5wRZXEw,742
21
22
  magic_hour/resources/v1/ai_image_generator/__init__.py,sha256=qZws7N5CALYAbnIUc2ERV8Cy-QJmHcJ9tU7W-epEnaQ,142
22
- magic_hour/resources/v1/ai_image_generator/client.py,sha256=wGu1Y9r1FtJOLEXrHtuCbtWV-QZ-LwS5D64MK5vLwB4,4442
23
+ magic_hour/resources/v1/ai_image_generator/client.py,sha256=fahngku6yx2U4WU37sHLiENLUflEIDrbgJNbw8DFjGg,4440
23
24
  magic_hour/resources/v1/ai_image_upscaler/README.md,sha256=MNmxGtfnow27ukASpD5GC_JTMg5c9WF6VvCZktteQI4,877
24
25
  magic_hour/resources/v1/ai_image_upscaler/__init__.py,sha256=9b1-2XfnAVa4qE3S-4WL8vN3wuqLkUuHKjdl_km8hUc,138
25
- magic_hour/resources/v1/ai_image_upscaler/client.py,sha256=7-RGUlnD4TS7j0ZPD7PcBPjXaf4WZ0kauhrG7hGLUzc,4509
26
+ magic_hour/resources/v1/ai_image_upscaler/client.py,sha256=Pa5a3ruMql49C_jAEKnhc3XjyjBT-MzwtjtTv0WlLfc,4507
26
27
  magic_hour/resources/v1/ai_photo_editor/README.md,sha256=H5mahQ4cU15c_ISYSxIwBCx4pROxUtaOSseZCq2ZcF4,1434
27
28
  magic_hour/resources/v1/ai_photo_editor/__init__.py,sha256=RPG6WaL2KN_DmgrtxImA_jNnEDMm-Ku2o2m2EnNwxts,130
28
- magic_hour/resources/v1/ai_photo_editor/client.py,sha256=9b29HjZuEkZG0YAx-ejix4umYT0AO3HERHGkdUiV-As,6027
29
+ magic_hour/resources/v1/ai_photo_editor/client.py,sha256=4VeM89VKQGuYs5rjYJU-mjesqafnZ74dPOvm-V7HlaA,6025
29
30
  magic_hour/resources/v1/ai_qr_code_generator/README.md,sha256=w6IE0mm_D-PnW-bDsIu9k8oPePekZ2TuW3gOFhi95_w,734
30
31
  magic_hour/resources/v1/ai_qr_code_generator/__init__.py,sha256=HnSTg7tB8M5LibZoCDRdE5Q71efmiqZIkNEve5SO1Mg,146
31
- magic_hour/resources/v1/ai_qr_code_generator/client.py,sha256=Kyzyb7TvPVC6AyQx6ZFV8O_CcEYkrKr1NeCpDf3qOgc,3831
32
+ magic_hour/resources/v1/ai_qr_code_generator/client.py,sha256=L63wmlf78KOcJlWcsycNJpQa2Ni8HlY9vtEJuM2vDkM,3829
32
33
  magic_hour/resources/v1/animation/README.md,sha256=uIVfUwD7iAOe2eJDgrxj4UyYmq9R30fdI3Z0JuEChc4,1477
33
34
  magic_hour/resources/v1/animation/__init__.py,sha256=M6KUe6TEZl_DAdyn1HFQ2kHYanZo6xy3mvUdCN264hQ,114
34
- magic_hour/resources/v1/animation/client.py,sha256=R5JaUbZKFkFgSVpa2sSwvtNF5HR91AKJ1PyDbTGTK3g,6077
35
- magic_hour/resources/v1/client.py,sha256=A2aXAjY8Y2yESfS1l2OjvvmkujCC1yj2d9xzmFcvPm8,5213
35
+ magic_hour/resources/v1/animation/client.py,sha256=F_KkZvsxvpydByZ1P3SZtWokU00wwmkCcqQrpyTPn5I,6075
36
+ magic_hour/resources/v1/client.py,sha256=qMbrBWBQ_EyV1zJqhQMPOAGf7NCHY2szNNbaLt3r4YQ,5179
36
37
  magic_hour/resources/v1/face_swap/README.md,sha256=7b6OeNBhMHJkxaQ7NFEuGUtgDUHOkpasXlU05KE5jkQ,1306
37
38
  magic_hour/resources/v1/face_swap/__init__.py,sha256=lyg5uAHyYHEUVAiAZtP3zwjGCEGqq8IWbQKexVdhr00,110
38
- magic_hour/resources/v1/face_swap/client.py,sha256=vNdhH4HQa_FSlk_18tNAVOqkqop9hX6Kb-uee-I_obQ,6153
39
+ magic_hour/resources/v1/face_swap/client.py,sha256=8tPX9CGzNcSX5sbLgyEIQyXUsULiVQz56OnH3bFNPCw,6151
39
40
  magic_hour/resources/v1/face_swap_photo/README.md,sha256=9iGINuGkWn60ZaZgZ4xz0Iho0lvfE-e_YVEA2vId6QU,964
40
41
  magic_hour/resources/v1/face_swap_photo/__init__.py,sha256=NZEplYX5kDPL_0qY0Q5tuxhDevipN0otByTYKMmF_1k,130
41
- magic_hour/resources/v1/face_swap_photo/client.py,sha256=w_Axxc58-EyvMYzzv4xLHNZyXfctMdGg_CeFUZSIgx0,4013
42
+ magic_hour/resources/v1/face_swap_photo/client.py,sha256=_BZZM71Qd6LtRPQkm8U9Y3zA9LUMKEY5aQc_V0-OVLY,4011
42
43
  magic_hour/resources/v1/files/__init__.py,sha256=ucXmaXDdZqXfRhnnioJeQAXeRLzBDb44gTfWijrub28,98
43
- magic_hour/resources/v1/files/client.py,sha256=7cBuncobIE3wIDrU9kxDXFzuA_LI12AOU5FKuvXx1TI,564
44
+ magic_hour/resources/v1/files/client.py,sha256=kJ636UbY_XZENwpqIKdz_2bxnr1P7TK9SDj_epNnItw,562
44
45
  magic_hour/resources/v1/files/upload_urls/README.md,sha256=NMlRR2mQxbVpAVx7sgCYW46-RuNlKVAYSNRNq8f_axU,1606
45
46
  magic_hour/resources/v1/files/upload_urls/__init__.py,sha256=hRp0s_emx-wib7z42V4L9VzYR9MQ3hnmS5bNv4QtfFM,118
46
- magic_hour/resources/v1/files/upload_urls/client.py,sha256=CgwF8p_qGQiyrqdS_Ty80hmBNpb04WHzNWqgouDzrqc,5307
47
+ magic_hour/resources/v1/files/upload_urls/client.py,sha256=0Lt0lwD64MJJeNoFCLTZPzAxzpJsKLcgFJah3hmG2VY,5289
47
48
  magic_hour/resources/v1/image_background_remover/README.md,sha256=98cs5SrY6Jo6_dKcD-Rk60kjo4KGJ3Z1ka7oqqrWhhw,753
48
49
  magic_hour/resources/v1/image_background_remover/__init__.py,sha256=Vb_e8zKEh7bdrq0q1175DqyOd1ptPBUIfSKSLFPBVU4,166
49
- magic_hour/resources/v1/image_background_remover/client.py,sha256=TeK6XdMzdWxN4KeQVIleKGTYfkWLJPKn6j5B7SZlbtM,3761
50
- magic_hour/resources/v1/image_projects/README.md,sha256=S7r_5dtF4Ggfh_mIbEEtFLFa1CdOFSKoMr2JIS64hb4,1589
50
+ magic_hour/resources/v1/image_background_remover/client.py,sha256=wVE6h-sL4WKmg9JC2VC8OExCdSlNbrMNc33FOajcqYo,3759
51
+ magic_hour/resources/v1/image_projects/README.md,sha256=-mcL1vJbk9PI3bT1VAmq7XWl7hruM73PbCURdndz-f4,1589
51
52
  magic_hour/resources/v1/image_projects/__init__.py,sha256=oBlV4e5IVYe8SclhoEy2VOYB53kKP2DORXwcztAwU3E,130
52
- magic_hour/resources/v1/image_projects/client.py,sha256=M6MwgQokexGimn9aZn4bQNKSMBtDia44BNVwIlw9VSE,5539
53
+ magic_hour/resources/v1/image_projects/client.py,sha256=utdgcMFdJ0Yv-ZF4yer0dWL10cLno5QYyQwUKtrr4eU,5535
53
54
  magic_hour/resources/v1/image_to_video/README.md,sha256=fX9SoSaUG-cO9krlzhiFsJi9qn6Nxs3EvasCNi8bUZg,1158
54
55
  magic_hour/resources/v1/image_to_video/__init__.py,sha256=tY_ABo6evwKQBRSq-M84lNX-pXqmxoozukmrO6NhCgA,126
55
- magic_hour/resources/v1/image_to_video/client.py,sha256=1k7DGW7jagSMWvonNFcJWabYvfCCpm_y3G6XDkNyhdc,5965
56
+ magic_hour/resources/v1/image_to_video/client.py,sha256=eDm50gwnnTQRSPKENwW0dwLVcAnSDt1Ne951rysHASU,5963
56
57
  magic_hour/resources/v1/lip_sync/README.md,sha256=uNZzAXARbUTmq9CcM3uYFhtfpJbM6xICqxkE6woL0BU,1350
57
58
  magic_hour/resources/v1/lip_sync/__init__.py,sha256=MlKUAoHNSKcuNzVyqNfLnLtD_PsqEn3l1TtVpPC1JqQ,106
58
- magic_hour/resources/v1/lip_sync/client.py,sha256=e58H9Cg4DxC33nWRYt8qLZFme-LJg1k8R9EbSZIlMWM,7203
59
+ magic_hour/resources/v1/lip_sync/client.py,sha256=DKGwWAQ85R-Nmm7dnWxvkdQshjT2hy5gBgwtik_a5YY,7201
59
60
  magic_hour/resources/v1/text_to_video/README.md,sha256=Ug9HDXxOE0L_4sY6M4vmP041m8mPCxpabM4QbQoGMjY,1038
60
61
  magic_hour/resources/v1/text_to_video/__init__.py,sha256=F18iHSi9tuYSdgpatznBzb7lbSySNpK-82w96-Om_k4,122
61
- magic_hour/resources/v1/text_to_video/client.py,sha256=60cYTtIN8vTjsxVVxq42EJ8679XQj4jiC2kiPyqHMX0,4996
62
- magic_hour/resources/v1/video_projects/README.md,sha256=jrNLefS4AacIUPUSjUwOfcEWHCyKl1VnXHmluSg5B90,1589
62
+ magic_hour/resources/v1/text_to_video/client.py,sha256=w6ZbW0DyUgFTjaVlzESotpcGhLgKh8MreaHHkAoMEiY,4994
63
+ magic_hour/resources/v1/video_projects/README.md,sha256=8z3EpBwXMR1nZL-ba34DAkoCfRZ0S2CyMaYCwLBYCEo,1589
63
64
  magic_hour/resources/v1/video_projects/__init__.py,sha256=1aj_tE-GAf8BuQ76RQvjGVn8Y39CjdAJDlcsCPucX0w,130
64
- magic_hour/resources/v1/video_projects/client.py,sha256=O8lA3LgpFDqYxE3R6BLfQIMse1KNBqy2Q5LacKySod4,5523
65
+ magic_hour/resources/v1/video_projects/client.py,sha256=_lZJQh3rwYZ_1a08E-zVZ1kdP5a5zCEKtPvm15LQ1zc,5519
65
66
  magic_hour/resources/v1/video_to_video/README.md,sha256=yzTvpH-7hwXiuwNDykzVIfzrKpFgZPe3E0nNahjgOG0,1622
66
67
  magic_hour/resources/v1/video_to_video/__init__.py,sha256=1SHaRLlsrlBkdxxKBYgdbHrGATlRvqlXc22RpjjHaOA,126
67
- magic_hour/resources/v1/video_to_video/client.py,sha256=2ITdQuy2t8oxQCJ23YKqX_XSmQpoiJlivP6wo5qwDn8,8162
68
- magic_hour/types/models/__init__.py,sha256=fNhJtvVAFiSKzXt57UnvNozv6QYWZURU36pWTVoZQ-M,2790
69
- magic_hour/types/models/get_v1_image_projects_id_response.py,sha256=8SsbpC_HTl1TDmqRgpKK7Vbj4kM_vnuhm_AZ4uIaf80,2140
68
+ magic_hour/resources/v1/video_to_video/client.py,sha256=vQ4Ps4BLuUcVD0ZQZaHUEw3TrMj5FAqxslpDa1jaOdM,8160
69
+ magic_hour/types/models/__init__.py,sha256=tYrnUaN0eaw-JsDJqqitJ5b7bvWIpzrPF1DHpQ54zJo,2790
70
+ magic_hour/types/models/get_v1_image_projects_id_response.py,sha256=CIl5-xKUDhm0D5GNOF2BMJ4CmekHHgxKBofcy40PV1U,2162
70
71
  magic_hour/types/models/get_v1_image_projects_id_response_downloads_item.py,sha256=ianjZWSKWOIRWAtakZKO_nn9YZXUuhVRatzXJnzQwKg,412
71
72
  magic_hour/types/models/get_v1_image_projects_id_response_error.py,sha256=nsgmUJ4wxhgRaBuOLSGw6c7AZcj7QZ8EUbuyR1Y0rZg,576
72
- magic_hour/types/models/get_v1_video_projects_id_response.py,sha256=VI5QFe3yjDWtynFKj7YItAXXwZ8u1NXZvorSnTsEx2U,3441
73
+ magic_hour/types/models/get_v1_video_projects_id_response.py,sha256=YZva0GVF2Io4J2rJQAOZLRWaRMz2le-gADICbZFnv7U,3463
73
74
  magic_hour/types/models/get_v1_video_projects_id_response_download.py,sha256=2UMuKoaYw75FI2Fy0vxiOmhCZTyqp8CqCnzrRoOmCuM,452
74
75
  magic_hour/types/models/get_v1_video_projects_id_response_downloads_item.py,sha256=u7yc9t6ezffB-QY95LrmE5NULdsQr0LqrJHGf3v8FYU,412
75
76
  magic_hour/types/models/get_v1_video_projects_id_response_error.py,sha256=5kkCjHrcT2WkyEyGkbkhhbfOTRFR6kmxxVG1OvSVzh0,576
76
- magic_hour/types/models/post_v1_ai_clothes_changer_response.py,sha256=kB_9-I21NNkBW61P3DXseqRkFZY07FRTcB5nsqf6P9w,601
77
- magic_hour/types/models/post_v1_ai_headshot_generator_response.py,sha256=g7hveQ-iPWutYEllQWkQoSPQ-pzza7UoS_s0uXd3MV4,604
78
- magic_hour/types/models/post_v1_ai_image_generator_response.py,sha256=trxRXIUj8-wE1gymgBus0IugYmxMxcnXl-5Z7-oESkQ,601
79
- magic_hour/types/models/post_v1_ai_image_upscaler_response.py,sha256=1gtVv85HHTmO9rq-wdVS2bCv-_6v2hjrT87h-Grr4yw,600
80
- magic_hour/types/models/post_v1_ai_photo_editor_response.py,sha256=DieY2kQHeeB2Tc1Ovp4_byvQn0ZvJUPRcSeJhL8j6_o,598
81
- magic_hour/types/models/post_v1_ai_qr_code_generator_response.py,sha256=vVwyjHrz7hIR44XORGAlVEs_WMisiCU9bf1nI7qSA2Y,602
82
- magic_hour/types/models/post_v1_animation_response.py,sha256=XGtj99dWPgP2L7YrQUx7NubyIPAJKG_STu1Spyqr8nY,709
83
- magic_hour/types/models/post_v1_face_swap_photo_response.py,sha256=HD2MSTT6IPbadLJN_MbwEw3geaDOXKyA5xNV465ZQSM,598
84
- magic_hour/types/models/post_v1_face_swap_response.py,sha256=bCfyKgEoK5RzELuyvsZYwEHyHDhuRLmo4fZuOmow11M,708
85
- magic_hour/types/models/post_v1_files_upload_urls_response.py,sha256=dPHBPnCyigVy2GJptnFazGUgweE1CUzQsSXYrvNNOaE,452
77
+ magic_hour/types/models/post_v1_ai_clothes_changer_response.py,sha256=V_rk2UV7b06knrVik-vvAQdMCv0uz_P6V7aV5FmMRZQ,623
78
+ magic_hour/types/models/post_v1_ai_headshot_generator_response.py,sha256=gs5Fw7EL3G-6pjTIq7nz_rUKAPjlQT8Yh1O4Pl2liSE,626
79
+ magic_hour/types/models/post_v1_ai_image_generator_response.py,sha256=07lgeQTwvtmst3QWY2B1HXZ4reaNY7lGbvFAJzxjZR0,623
80
+ magic_hour/types/models/post_v1_ai_image_upscaler_response.py,sha256=L4BbZeaoiWm3tIkr9Q_Xtng0cfOmhxIUvMHS5cHqzTE,622
81
+ magic_hour/types/models/post_v1_ai_photo_editor_response.py,sha256=F508dGQqh4-EKhKOre5gi4VFVYWJtVs-MIKj7OlEBXw,620
82
+ magic_hour/types/models/post_v1_ai_qr_code_generator_response.py,sha256=XIgb2ctWKIK_sMctwt1Dmm6HyEltTlGuI-a2wazXeIU,624
83
+ magic_hour/types/models/post_v1_animation_response.py,sha256=Hvz5a8MDAUjCA_8Zf_db1H7shO364tAOBayDHvGEoeQ,731
84
+ magic_hour/types/models/post_v1_face_swap_photo_response.py,sha256=VZYNPAZUTYOnHROI50Q_nojWPcvYdb-b-IQw2uWgtbw,620
85
+ magic_hour/types/models/post_v1_face_swap_response.py,sha256=h3TtemKBbbuXGwKrGj8ced10jkrFrAoMxTWAaUF6_Vg,730
86
+ magic_hour/types/models/post_v1_files_upload_urls_response.py,sha256=_eb9dMZ28L2rpvMbd8H_jobOvHj-dSyYqMmSm6C8TxM,452
86
87
  magic_hour/types/models/post_v1_files_upload_urls_response_items_item.py,sha256=ABemYYr4T6GOocxngMXq33gfM7oW_r6fqpPQypyNnNU,795
87
- magic_hour/types/models/post_v1_image_background_remover_response.py,sha256=3MoAbkFWYzXXPzhpdJF7599uUbRa7IcQhpBdS25o0PY,607
88
- magic_hour/types/models/post_v1_image_to_video_response.py,sha256=k6QtHzASUQhWLqVPOFXA5_mhIRoqo6YWUgMSxfeLnBg,712
89
- magic_hour/types/models/post_v1_lip_sync_response.py,sha256=rgNo935rl_5vuA0egLblAUVnOjvS2edd1D-rdfr9KcY,707
90
- magic_hour/types/models/post_v1_text_to_video_response.py,sha256=GJM5dSpXFZMQL-DO1DJVCtTqy4qmWadxh0vvZ5h7p6g,711
91
- magic_hour/types/models/post_v1_video_to_video_response.py,sha256=vZmfR3YnvVn6uLNJQax1iVs1o0nkHqabUEgEM5C0xn4,712
92
- magic_hour/types/params/__init__.py,sha256=Jhjcz5AamCr5Uv5YK1PStOOsYlFTwzzhd1rPvSAcmz8,7225
93
- magic_hour/types/params/post_v1_ai_clothes_changer_body.py,sha256=Bbj8EeRMWCnogOhkJ7PiKGlwa6_Jqde1uzU5HTgJ6X4,988
94
- magic_hour/types/params/post_v1_ai_clothes_changer_body_assets.py,sha256=KVUTyMBLsddJypIF60emDlUhI2dPNA0x1CFXRFt0uM4,1449
95
- magic_hour/types/params/post_v1_ai_headshot_generator_body.py,sha256=-HDQNE7hg45EPQVBYs-144l5pEjhHZeXlHSf2g7wlYY,1014
96
- magic_hour/types/params/post_v1_ai_headshot_generator_body_assets.py,sha256=Zs8ADjqKExW2TIGOeyKWCdD_wAkDCumX9DHOGcYq4ks,875
97
- magic_hour/types/params/post_v1_ai_image_generator_body.py,sha256=R1Soif6cetbQQDAzEBjhSOjYb0InZyBYpg8xJ8yGAeY,1370
98
- magic_hour/types/params/post_v1_ai_image_generator_body_style.py,sha256=vU83w7LRyQDXFgsS9-Q7W1HZ7Gz9pQNYFxAQCVwe-KY,613
99
- magic_hour/types/params/post_v1_ai_image_upscaler_body.py,sha256=KohjidTxMB4_JBzO4QAicfkNX7iv6zi7qqr4KLRmfcE,1483
100
- magic_hour/types/params/post_v1_ai_image_upscaler_body_assets.py,sha256=IgyUbwD4ygjvDyc2hjX-cQsxY-kjFSZ2UVacxgIM11A,794
101
- magic_hour/types/params/post_v1_ai_image_upscaler_body_style.py,sha256=RgQT3tigTxb5-QDLbpIE_nzVdUHdHuqv_eUhKVuyY5g,985
102
- magic_hour/types/params/post_v1_ai_photo_editor_body.py,sha256=ZccSuSVOmtH-E-r6kIjFFk0xbcNlEfBafzuDyS9CuX4,1912
103
- magic_hour/types/params/post_v1_ai_photo_editor_body_assets.py,sha256=U96Iobt-UHhdh8EVvWcHU3wLkrtrx1t-UNZtMdD2rCM,808
104
- magic_hour/types/params/post_v1_ai_photo_editor_body_style.py,sha256=d_BCTM1MEHP7mL6jWIs5LOYacTOvu1ftzusmGi9fvJk,2065
105
- magic_hour/types/params/post_v1_ai_qr_code_generator_body.py,sha256=J0IT4WRRIBGZjfu_eCvq1UenT0irY1Cf5nxdl9K9TOE,1091
106
- magic_hour/types/params/post_v1_ai_qr_code_generator_body_style.py,sha256=c523YFzkZb0nnzFzGbmX1YPuXuT_PEs7mOW_unLFOFw,831
107
- magic_hour/types/params/post_v1_animation_body.py,sha256=AmO2QsJ09Q5MyjwdZTsasflibsQyYEUI7S1R028cToQ,2193
108
- magic_hour/types/params/post_v1_animation_body_assets.py,sha256=tPItT9Ly-KUs_q886L8gVAuAExZoRlg7TbSmerAFP9I,1905
109
- magic_hour/types/params/post_v1_animation_body_style.py,sha256=oBy3jEiP7ptqmoMxr9OUTaWyt_4MrBjRO46034FqAB4,8039
110
- magic_hour/types/params/post_v1_face_swap_body.py,sha256=Hlvv6OFy9UuhaUVX-887dJx3uIKwS3MLphZEhvgLFtU,1995
111
- magic_hour/types/params/post_v1_face_swap_body_assets.py,sha256=e8_1b8nE4HOas6DeZLxVHKPrlFKCDV2rjesqvfD-NUs,1828
112
- magic_hour/types/params/post_v1_face_swap_photo_body.py,sha256=EEvxhjVZdlKMlCbdhDo6DAXLIRnPR3VwdEioXBWXfYo,961
113
- magic_hour/types/params/post_v1_face_swap_photo_body_assets.py,sha256=HZtyTcPZWGShDa44SC_PRckMlIIIvgECFw2BWhSPo0U,1219
114
- magic_hour/types/params/post_v1_files_upload_urls_body.py,sha256=njjElsiBXMs_qVij4hx-YdguMFZQqaVqhtYGOr2hAlo,799
115
- magic_hour/types/params/post_v1_files_upload_urls_body_items_item.py,sha256=bKZAxXRC_ShAZJJe8iF8Y7ixWt7KSWD3G53vIt2qCQ0,964
116
- magic_hour/types/params/post_v1_image_background_remover_body.py,sha256=NGJj0iwpm-zD7iAV5jkuroAHtD9PtcHKGsFykTzQ__Y,1045
117
- magic_hour/types/params/post_v1_image_background_remover_body_assets.py,sha256=ILA6p3oEM_kMwXXunnDI4bvECscS6Ugza2awenL3dMk,840
118
- magic_hour/types/params/post_v1_image_to_video_body.py,sha256=r7xgMOKA8mKS_btf0glgEH4bkfsUwhXLBhqhJ6tTafM,2014
119
- magic_hour/types/params/post_v1_image_to_video_body_assets.py,sha256=VwuT9RsSLbim46Vrq5EjpqPwFD0Gyip37_ndRjY6dpg,797
120
- magic_hour/types/params/post_v1_image_to_video_body_style.py,sha256=V2gCgFwFVlDfM_mjYNVrBYDw2wuYf7FNqS80XOWDcfw,952
121
- magic_hour/types/params/post_v1_lip_sync_body.py,sha256=9X-gk-hLBx8eXXTE4Rgo1EPTDwSOC5FQzBdw-rIFFm8,2430
122
- magic_hour/types/params/post_v1_lip_sync_body_assets.py,sha256=taDZlsw2R6IW3g6OQEZQyWq0azjYci859CKpPWxNd9w,1823
123
- magic_hour/types/params/post_v1_text_to_video_body.py,sha256=q9aFGvmh6xEu_1quAB1O5qqvn0Vt9dXt_7vxgxDqBkI,1418
124
- magic_hour/types/params/post_v1_text_to_video_body_style.py,sha256=8-zyz32Gz3qkeuL4y-ZWxdx-fktecKoOKtkqQRoLDMY,593
125
- magic_hour/types/params/post_v1_video_to_video_body.py,sha256=dbazkWaGco73sSirtD-Q6vnLzF4BZa4Od87UTih1_-o,2914
126
- magic_hour/types/params/post_v1_video_to_video_body_assets.py,sha256=0q7LCWMYJlAOjxl0b9F2BLIZbX40H16RJf8teg-TGGM,1498
127
- magic_hour/types/params/post_v1_video_to_video_body_style.py,sha256=RQWr8VJqipM4YmNwGCQXWf7XT7O8Y2hgqxRRH1Vh7Cs,5457
128
- magic_hour-0.9.3.dist-info/LICENSE,sha256=F3fxj7JXPgB2K0uj8YXRsVss4u-Dgt_-U3V4VXsivNI,1070
129
- magic_hour-0.9.3.dist-info/METADATA,sha256=BWkes17TXOOPoo8b7xh-2VOm2hvih4Nu5Cpa8olXNqM,4654
130
- magic_hour-0.9.3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
131
- magic_hour-0.9.3.dist-info/RECORD,,
88
+ magic_hour/types/models/post_v1_image_background_remover_response.py,sha256=A2RPPB0b2PSmdvhoc1W9zuLMRi_O4nbA1_kllRdxFF8,629
89
+ magic_hour/types/models/post_v1_image_to_video_response.py,sha256=IZ-itRZq-5y4wdn1K7j_DzMzRgcLP5V9GT7UrApUias,734
90
+ magic_hour/types/models/post_v1_lip_sync_response.py,sha256=2dFcwP4NhTbkHAhgC1zbch2dImE2WBfM6aPkNOeTdwI,729
91
+ magic_hour/types/models/post_v1_text_to_video_response.py,sha256=j--7szYxsDP_MDHTGUvo5WVzOqw0zceW3WKO3LPuQfE,733
92
+ magic_hour/types/models/post_v1_video_to_video_response.py,sha256=X1SwCuS4vdLVEz_5fkWG1ujupsGVmSyaVSN4Kpnd928,734
93
+ magic_hour/types/params/__init__.py,sha256=HzNMmI9Hnj2G1a0tqV03bcfdwEF4H4N0tefeKJhxgfQ,7225
94
+ magic_hour/types/params/post_v1_ai_clothes_changer_body.py,sha256=XRezupzQiwgYK0CEQv_PKWwv-gJTtezrPREOXVn6huk,988
95
+ magic_hour/types/params/post_v1_ai_clothes_changer_body_assets.py,sha256=bU40FZKOnw0GW_dDpzjw-SjV37MlkgRALJKToMxfhpE,1503
96
+ magic_hour/types/params/post_v1_ai_headshot_generator_body.py,sha256=5lMLNSAG6INvgkha0WkbzQrSEyP2Vj9XnZFw4tlMFuQ,1014
97
+ magic_hour/types/params/post_v1_ai_headshot_generator_body_assets.py,sha256=QwZwXcWI8jbc_CwVlVWSvX9-pxyXU65kV-JQvXGKeWM,902
98
+ magic_hour/types/params/post_v1_ai_image_generator_body.py,sha256=LKGLC5vF3LTLP5UqTXqFInHSCAjjB2WWq9tnmp1TyEk,1370
99
+ magic_hour/types/params/post_v1_ai_image_generator_body_style.py,sha256=VQuheW7qAG7Fw6kq9AniHyOlg4J27WHfLGhRPaTq__s,613
100
+ magic_hour/types/params/post_v1_ai_image_upscaler_body.py,sha256=P4m5Pk0DniYwADWqb-82V6ICjcLF0Jt84OuSzoXslLs,1483
101
+ magic_hour/types/params/post_v1_ai_image_upscaler_body_assets.py,sha256=TzCNI5SMPMBEIuZSlDM7kyi1R-rCF0GqWvCFL7mLOjo,821
102
+ magic_hour/types/params/post_v1_ai_image_upscaler_body_style.py,sha256=l6TJSzN4ClZCnsUTQ9LkWfaAmz6tQdcfES0TTYkTn-4,985
103
+ magic_hour/types/params/post_v1_ai_photo_editor_body.py,sha256=1U1weUr10GJB8v4acQQLHk3SjBuE9U-kYEH-FiWARHM,1912
104
+ magic_hour/types/params/post_v1_ai_photo_editor_body_assets.py,sha256=WtNtWhlGOHA2EqSRv5xsbxlAWkZIPgegJbsrDDoflUQ,835
105
+ magic_hour/types/params/post_v1_ai_photo_editor_body_style.py,sha256=2_agSrUgK4EdM_KTn1t64T1ClhkyQFjDcyHLdOs1tmY,2065
106
+ magic_hour/types/params/post_v1_ai_qr_code_generator_body.py,sha256=KWkx7y50M1ZIEo8dCy9prLn0qv3zPyHkSUF_eTyV_Eo,1091
107
+ magic_hour/types/params/post_v1_ai_qr_code_generator_body_style.py,sha256=jpWXIE1sGW0Svi4xNsv6rfUajZyaI7IWBGBgdIj6rDE,831
108
+ magic_hour/types/params/post_v1_animation_body.py,sha256=4dssudB2ZhvQCNmTSK1lZux49f_mTouLl-dvXb2Vf2A,2193
109
+ magic_hour/types/params/post_v1_animation_body_assets.py,sha256=Q_4-BJeeiwISXSDB3Dyjkr9Zp1DrDmhws84-FW7FIMY,1959
110
+ magic_hour/types/params/post_v1_animation_body_style.py,sha256=yBhy9HylcKosdf_NegLXB7eyr86EUgsu6t9XoKrZIMI,8039
111
+ magic_hour/types/params/post_v1_face_swap_body.py,sha256=8OOoSJbToohcSMF5Vwr8YzGBbBoQc3CpWg-JafFAh5s,1995
112
+ magic_hour/types/params/post_v1_face_swap_body_assets.py,sha256=t1HIVmYIBZ-AQ2mRFqdl8irWCKvYB3kUMjo2IPPuo7w,1882
113
+ magic_hour/types/params/post_v1_face_swap_photo_body.py,sha256=A0mhBenmItGON_MM9Lrdk6Gje-zRASxCAquRJXXyByg,961
114
+ magic_hour/types/params/post_v1_face_swap_photo_body_assets.py,sha256=9Q8POBrNXkhZhg2nkccZYla3YNqpPgFDuzpNvqDsPBg,1273
115
+ magic_hour/types/params/post_v1_files_upload_urls_body.py,sha256=pgqjVgLTnb0H22s0F4fZnMuoDeef6k7sWOXnWJxpxXk,799
116
+ magic_hour/types/params/post_v1_files_upload_urls_body_items_item.py,sha256=vvhKaS1Lbey94ycElNMpcFSf6MHxOqpAm2q23VqATVA,964
117
+ magic_hour/types/params/post_v1_image_background_remover_body.py,sha256=kFpun7DAJj4a6phEvWVRu6qVbztNSh0RAJ4Lqqv5mfQ,1045
118
+ magic_hour/types/params/post_v1_image_background_remover_body_assets.py,sha256=-CznU1LI37_4WW8vZhMX0pj0BchJv9h9IP-_HSn97B8,867
119
+ magic_hour/types/params/post_v1_image_to_video_body.py,sha256=LHB-7Mbvsl3mwpS8uNAazuG24SakHbotH1SYjGZTQQg,2014
120
+ magic_hour/types/params/post_v1_image_to_video_body_assets.py,sha256=ZcMKJT06eKSur24Tnnx9vw2DaWqcKQtSOg33VdtD4Hc,824
121
+ magic_hour/types/params/post_v1_image_to_video_body_style.py,sha256=Dxg2rsK2WNYTj5AXjkxNd7HDbqhL4npMBmgKUuxzIiY,952
122
+ magic_hour/types/params/post_v1_lip_sync_body.py,sha256=sUfZ2xoIu_Z_VKhkqVtqKSvpGYbInAHR4LclhvoQOyM,2430
123
+ magic_hour/types/params/post_v1_lip_sync_body_assets.py,sha256=tDlxYnyVuu4XiKmjzsVu97Y9bd59HIQsT0GZU4UNhno,1877
124
+ magic_hour/types/params/post_v1_text_to_video_body.py,sha256=xcpLXPjDvKvqC3BY5vaEYNZeILFi-sO8LfuqBl_eo_g,1418
125
+ magic_hour/types/params/post_v1_text_to_video_body_style.py,sha256=aA9_N_a0TdbwiP49rnsOTD3OFArQW4UPAMHtwZg-iEI,593
126
+ magic_hour/types/params/post_v1_video_to_video_body.py,sha256=2N3vg6UyyfpQ-ULtENSmY7TPlqyiRtjBVyVFi84WmIE,2914
127
+ magic_hour/types/params/post_v1_video_to_video_body_assets.py,sha256=h09tyrsAARJfPTJBYbpnffw0y5gUBpyR9d_fJWw3JZY,1525
128
+ magic_hour/types/params/post_v1_video_to_video_body_style.py,sha256=g9Q1B9mhuaGD4IsOEruKgWyNds_bk5uSuJ9zLMBfEY0,5457
129
+ magic_hour-0.9.5.dist-info/LICENSE,sha256=F3fxj7JXPgB2K0uj8YXRsVss4u-Dgt_-U3V4VXsivNI,1070
130
+ magic_hour-0.9.5.dist-info/METADATA,sha256=4NGVdPDfgdXuwlXR6wYYo85Xm0cNGaErBY7605xyRso,4654
131
+ magic_hour-0.9.5.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
132
+ magic_hour-0.9.5.dist-info/RECORD,,