@hautechai/sdk 2.3.3 → 2.3.4
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 +23 -0
- package/dist/index.d.ts +23 -0
- package/dist/index.js +24 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11425,6 +11425,12 @@ var useOperationsApi = () => {
|
|
|
11425
11425
|
},
|
|
11426
11426
|
creatomate: {
|
|
11427
11427
|
v1: hautechApi.operationsControllerRunAnimateCreatomateV1V1
|
|
11428
|
+
},
|
|
11429
|
+
veo3: {
|
|
11430
|
+
v1: hautechApi.operationsControllerRunVeo3V1V1,
|
|
11431
|
+
fast: {
|
|
11432
|
+
v1: hautechApi.operationsControllerRunVeo3FastV1V1
|
|
11433
|
+
}
|
|
11428
11434
|
}
|
|
11429
11435
|
},
|
|
11430
11436
|
edit: {
|
|
@@ -11464,10 +11470,27 @@ var useOperationsApi = () => {
|
|
|
11464
11470
|
imagine: {
|
|
11465
11471
|
kate: {
|
|
11466
11472
|
v1: hautechApi.operationsControllerRunImagineKateV1V1
|
|
11473
|
+
},
|
|
11474
|
+
flux_1_1_pro_ultra: {
|
|
11475
|
+
v1: hautechApi.operationsControllerRunImagineFlux11ProUltraV1V1
|
|
11476
|
+
},
|
|
11477
|
+
luma: {
|
|
11478
|
+
photon: {
|
|
11479
|
+
v1: hautechApi.operationsControllerRunLumaPhotonV1V1
|
|
11480
|
+
}
|
|
11481
|
+
},
|
|
11482
|
+
imagen4: {
|
|
11483
|
+
v1: hautechApi.operationsControllerRunImagen4V1V1
|
|
11484
|
+
},
|
|
11485
|
+
seedream3: {
|
|
11486
|
+
v1: hautechApi.operationsControllerRunSeedream3V1V1
|
|
11467
11487
|
}
|
|
11468
11488
|
},
|
|
11469
11489
|
upscale: {
|
|
11470
|
-
v1: hautechApi.operationsControllerRunUpscaleV1V1
|
|
11490
|
+
v1: hautechApi.operationsControllerRunUpscaleV1V1,
|
|
11491
|
+
topaz: {
|
|
11492
|
+
v1: hautechApi.operationsControllerRunTopazUpscaleV1V1
|
|
11493
|
+
}
|
|
11471
11494
|
},
|
|
11472
11495
|
objectDetection: {
|
|
11473
11496
|
v1: hautechApi.operationsControllerRunObjectDetectionV1V1
|