@hautechai/sdk 2.22.1 → 2.22.2
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 +29 -4
- package/dist/index.d.ts +29 -4
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -14265,6 +14265,12 @@ var Seedream3V1ResponseStatus = {
|
|
|
14265
14265
|
failed: "failed"
|
|
14266
14266
|
};
|
|
14267
14267
|
|
|
14268
|
+
// src/autogenerated/schemas/seedream4EditV1InputOptimizePromptOptions.ts
|
|
14269
|
+
var Seedream4EditV1InputOptimizePromptOptions = {
|
|
14270
|
+
standard: "standard",
|
|
14271
|
+
fast: "fast"
|
|
14272
|
+
};
|
|
14273
|
+
|
|
14268
14274
|
// src/autogenerated/schemas/seedream4EditV1ResponseKind.ts
|
|
14269
14275
|
var Seedream4EditV1ResponseKind = {
|
|
14270
14276
|
operation: "operation"
|
|
@@ -16966,6 +16972,7 @@ export {
|
|
|
16966
16972
|
Seedream3V1InputSize,
|
|
16967
16973
|
Seedream3V1ResponseKind,
|
|
16968
16974
|
Seedream3V1ResponseStatus,
|
|
16975
|
+
Seedream4EditV1InputOptimizePromptOptions,
|
|
16969
16976
|
Seedream4EditV1ResponseKind,
|
|
16970
16977
|
Seedream4EditV1ResponseStatus,
|
|
16971
16978
|
Seedream4T2iV1ResponseKind,
|