@hautechai/sdk 2.21.2 → 2.21.3
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.d.mts +21 -1
- package/dist/index.d.ts +21 -1
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -13151,6 +13151,15 @@ var GiseleVtonV1InputCategory = {
|
|
|
13151
13151
|
upper_body: "upper_body"
|
|
13152
13152
|
};
|
|
13153
13153
|
|
|
13154
|
+
// src/autogenerated/schemas/googleNanoBananaV1InputAspectRatio.ts
|
|
13155
|
+
var GoogleNanoBananaV1InputAspectRatio = {
|
|
13156
|
+
"1:1": "1:1",
|
|
13157
|
+
"16:9": "16:9",
|
|
13158
|
+
"9:16": "9:16",
|
|
13159
|
+
"3:4": "3:4",
|
|
13160
|
+
"4:3": "4:3"
|
|
13161
|
+
};
|
|
13162
|
+
|
|
13154
13163
|
// src/autogenerated/schemas/googleNanoBananaV1InputOutputFormat.ts
|
|
13155
13164
|
var GoogleNanoBananaV1InputOutputFormat = {
|
|
13156
13165
|
jpg: "jpg",
|
|
@@ -16266,6 +16275,7 @@ export {
|
|
|
16266
16275
|
GPTV3WebSearchToolDtoType,
|
|
16267
16276
|
GetImageRepresentationParamsDtoType,
|
|
16268
16277
|
GiseleVtonV1InputCategory,
|
|
16278
|
+
GoogleNanoBananaV1InputAspectRatio,
|
|
16269
16279
|
GoogleNanoBananaV1InputOutputFormat,
|
|
16270
16280
|
GoogleNanoBananaV1ResponseKind,
|
|
16271
16281
|
GoogleNanoBananaV1ResponseStatus,
|