@hautechai/sdk 2.21.4 → 2.21.5

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.
package/dist/index.mjs CHANGED
@@ -14177,6 +14177,13 @@ var Veo3FastV1ResponseStatus = {
14177
14177
  failed: "failed"
14178
14178
  };
14179
14179
 
14180
+ // src/autogenerated/schemas/veo3V1InputAspectRatio.ts
14181
+ var Veo3V1InputAspectRatio = {
14182
+ "16:9": "16:9",
14183
+ "9:16": "9:16",
14184
+ "1:1": "1:1"
14185
+ };
14186
+
14180
14187
  // src/autogenerated/schemas/veo3V1InputResolution.ts
14181
14188
  var Veo3V1InputResolution = {
14182
14189
  "720p": "720p",
@@ -16476,6 +16483,7 @@ export {
16476
16483
  UpscaleV1ResponseStatus,
16477
16484
  Veo3FastV1ResponseKind,
16478
16485
  Veo3FastV1ResponseStatus,
16486
+ Veo3V1InputAspectRatio,
16479
16487
  Veo3V1InputResolution,
16480
16488
  Veo3V1ResponseKind,
16481
16489
  Veo3V1ResponseStatus,