@hautechai/sdk 2.14.0 → 2.14.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 +117 -2
- package/dist/index.d.ts +117 -2
- package/dist/index.js +45 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +43 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11468,7 +11468,18 @@ var getOperations = () => {
|
|
|
11468
11468
|
options
|
|
11469
11469
|
);
|
|
11470
11470
|
};
|
|
11471
|
-
|
|
11471
|
+
const operationsControllerRunSeedream4EditV1V1 = (seedream4EditV1Request, options) => {
|
|
11472
|
+
return axiosMutator(
|
|
11473
|
+
{
|
|
11474
|
+
url: `/v1/operations/run/seedream.4_edit.v1`,
|
|
11475
|
+
method: "POST",
|
|
11476
|
+
headers: { "Content-Type": "application/json" },
|
|
11477
|
+
data: seedream4EditV1Request
|
|
11478
|
+
},
|
|
11479
|
+
options
|
|
11480
|
+
);
|
|
11481
|
+
};
|
|
11482
|
+
return { operationsControllerGetOperationV1, operationsControllerGetOperationsV1, operationsControllerListOperationsV1, operationsControllerUpdateMetadataV1, operationsControllerRunHauteLindaV1V1, operationsControllerRunHauteNaomiV1V1, operationsControllerRunInpaintKateV1V1, operationsControllerRunGptV1V1, operationsControllerRunGptV2V1, operationsControllerRunGptV3V1, operationsControllerRunTranslateV1V1, operationsControllerRunStringsTemplateV1V1, operationsControllerRunImagineKateV1V1, operationsControllerRunUpscaleV1V1, operationsControllerRunObjectDetectionV1V1, operationsControllerRunSegmentAnythingEmbeddingsV1V1, operationsControllerRunSegmentAnythingMaskV1V1, operationsControllerRunPoseEstimationV1V1, operationsControllerRunCutV1V1, operationsControllerRunCropV1V1, operationsControllerRunNoiseV1V1, operationsControllerRunResizeV1V1, operationsControllerRunContrastV1V1, operationsControllerRunCompositeV1V1, operationsControllerRunVtonGiseleV1V1, operationsControllerRunNegateImageV1V1, operationsControllerRunEchoV1V1, operationsControllerRunMathV1V1, operationsControllerRunAnimateKling16ProV1V1, operationsControllerRunAnimateKling21V1V1, operationsControllerRunAnimateCreatomateV1V1, operationsControllerRunOnecompilerV1V1, operationsControllerRunEditFluxKontextDevV1V1, operationsControllerRunVeo3V1V1, operationsControllerRunVeo3FastV1V1, operationsControllerRunPipelineMapV1V1, operationsControllerRunImagen4V1V1, operationsControllerRunTopazUpscaleV1V1, operationsControllerRunIdeogramCharacterV1V1, operationsControllerRunSeedream3V1V1, operationsControllerRunLumaPhotonV1V1, operationsControllerRunImagineFlux11ProUltraV1V1, operationsControllerRunSeedV1V1, operationsControllerRunGoogleNanoBananaV1V1, operationsControllerRunHauteNaomiTrainV1V1, operationsControllerRunHauteNaomiPrepareDatasetV1V1, operationsControllerRunFashnVton16V1V1, operationsControllerRunAlphabakeVtonV1V1, operationsControllerRunSeedream4EditV1V1 };
|
|
11472
11483
|
};
|
|
11473
11484
|
|
|
11474
11485
|
// src/sdk/api-definitions/operations.ts
|
|
@@ -13622,6 +13633,18 @@ var Seedream3V1ResponseStatus = {
|
|
|
13622
13633
|
failed: "failed"
|
|
13623
13634
|
};
|
|
13624
13635
|
|
|
13636
|
+
// src/autogenerated/schemas/seedream4EditV1ResponseKind.ts
|
|
13637
|
+
var Seedream4EditV1ResponseKind = {
|
|
13638
|
+
operation: "operation"
|
|
13639
|
+
};
|
|
13640
|
+
|
|
13641
|
+
// src/autogenerated/schemas/seedream4EditV1ResponseStatus.ts
|
|
13642
|
+
var Seedream4EditV1ResponseStatus = {
|
|
13643
|
+
pending: "pending",
|
|
13644
|
+
finished: "finished",
|
|
13645
|
+
failed: "failed"
|
|
13646
|
+
};
|
|
13647
|
+
|
|
13625
13648
|
// src/autogenerated/schemas/segmentAnythingEmbeddingsV1ResponseKind.ts
|
|
13626
13649
|
var SegmentAnythingEmbeddingsV1ResponseKind = {
|
|
13627
13650
|
operation: "operation"
|
|
@@ -14652,6 +14675,17 @@ var getCall = () => {
|
|
|
14652
14675
|
options
|
|
14653
14676
|
);
|
|
14654
14677
|
};
|
|
14678
|
+
const callControllerCallOperationsRunSeedream4EditV1V1 = (seedream4EditV1Request, options) => {
|
|
14679
|
+
return axiosMutator(
|
|
14680
|
+
{
|
|
14681
|
+
url: `/v1/call/operations.run.seedream.4_edit.v1`,
|
|
14682
|
+
method: "POST",
|
|
14683
|
+
headers: { "Content-Type": "application/json" },
|
|
14684
|
+
data: seedream4EditV1Request
|
|
14685
|
+
},
|
|
14686
|
+
options
|
|
14687
|
+
);
|
|
14688
|
+
};
|
|
14655
14689
|
const callControllerCallPosesGetV1 = (getPoseParamsDto, options) => {
|
|
14656
14690
|
return axiosMutator(
|
|
14657
14691
|
{
|
|
@@ -14806,7 +14840,7 @@ var getCall = () => {
|
|
|
14806
14840
|
options
|
|
14807
14841
|
);
|
|
14808
14842
|
};
|
|
14809
|
-
return { callControllerCallAccessGrantV1, callControllerCallAccessAttachV1, callControllerCallAccountsCreateV1, callControllerCallAccountsGetV1, callControllerCallAccountsSelfV1, callControllerCallAccountsListV1, callControllerCallAccountsUpdateV1, callControllerCallAccountsBalanceAddV1, callControllerCallAccountsBalanceSelfV1, callControllerCallAccountsBalanceGetV1, callControllerCallCollectionsCreateV1, callControllerCallCollectionsGetV1, callControllerCallCollectionsListV1, callControllerCallCollectionsMetadataUpdateV1, callControllerCallCollectionsItemsAddV1, callControllerCallCollectionsItemsListV1, callControllerCallCollectionsItemsRemoveV1, callControllerCallGroupsCreateV1, callControllerCallGroupsGetV1, callControllerCallGroupsDeleteV1, callControllerCallGroupsAccountsAddV1, callControllerCallGroupsAccountsRemoveV1, callControllerCallImagesGetManyV1, callControllerCallImagesGetV1, callControllerCallImagesRepresentationsGetV1, callControllerCallVideosGetManyV1, callControllerCallVideosGetV1, callControllerCallOperationsGetV1, callControllerCallOperationsGetManyV1, callControllerCallOperationsListV1, callControllerCallOperationsMetadataUpdateV1, callControllerCallOperationsWaitV1, callControllerCallOperationsRunHauteLindaV1V1, callControllerCallOperationsRunHauteNaomiV1V1, callControllerCallOperationsRunInpaintKateV1V1, callControllerCallOperationsRunGptV1V1, callControllerCallOperationsRunGptV2V1, callControllerCallOperationsRunGptV3V1, callControllerCallOperationsRunTranslateV1V1, callControllerCallOperationsRunStringsTemplateV1V1, callControllerCallOperationsRunImagineKateV1V1, callControllerCallOperationsRunUpscaleV1V1, callControllerCallOperationsRunObjectDetectionV1V1, callControllerCallOperationsRunSegmentAnythingEmbeddingsV1V1, callControllerCallOperationsRunSegmentAnythingMaskV1V1, callControllerCallOperationsRunPoseEstimationV1V1, callControllerCallOperationsRunCutV1V1, callControllerCallOperationsRunCropV1V1, callControllerCallOperationsRunNoiseV1V1, callControllerCallOperationsRunResizeV1V1, callControllerCallOperationsRunContrastV1V1, callControllerCallOperationsRunCompositeV1V1, callControllerCallOperationsRunVtonGiseleV1V1, callControllerCallOperationsRunNegateImageV1V1, callControllerCallOperationsRunEchoV1V1, callControllerCallOperationsRunMathV1V1, callControllerCallOperationsRunAnimateKling16ProV1V1, callControllerCallOperationsRunAnimateKling21V1V1, callControllerCallOperationsRunAnimateCreatomateV1V1, callControllerCallOperationsRunOnecompilerV1V1, callControllerCallOperationsRunEditFluxKontextDevV1V1, callControllerCallOperationsRunVeo3V1V1, callControllerCallOperationsRunVeo3FastV1V1, callControllerCallOperationsRunPipelineMapV1V1, callControllerCallOperationsRunImagen4V1V1, callControllerCallOperationsRunTopazUpscaleV1V1, callControllerCallOperationsRunIdeogramCharacterV1V1, callControllerCallOperationsRunSeedream3V1V1, callControllerCallOperationsRunLumaPhotonV1V1, callControllerCallOperationsRunImagineFlux11ProUltraV1V1, callControllerCallOperationsRunSeedV1V1, callControllerCallOperationsRunGoogleNanoBananaV1V1, callControllerCallOperationsRunHauteNaomiTrainV1V1, callControllerCallOperationsRunHauteNaomiPrepareDatasetV1V1, callControllerCallOperationsRunFashnVton16V1V1, callControllerCallOperationsRunAlphabakeVtonV1V1, callControllerCallPosesGetV1, callControllerCallPosesListV1, callControllerCallPosesPreviewSetV1, callControllerCallPosesMetadataUpdateV1, callControllerCallStacksCreateV1, callControllerCallStacksGetV1, callControllerCallStacksListV1, callControllerCallStacksMetadataUpdateV1, callControllerCallStacksItemsAddV1, callControllerCallStacksItemsRemoveV1, callControllerCallStorageCreateV1, callControllerCallStorageDeleteV1, callControllerCallStorageGetManyV1, callControllerCallStorageUpdateV1 };
|
|
14843
|
+
return { callControllerCallAccessGrantV1, callControllerCallAccessAttachV1, callControllerCallAccountsCreateV1, callControllerCallAccountsGetV1, callControllerCallAccountsSelfV1, callControllerCallAccountsListV1, callControllerCallAccountsUpdateV1, callControllerCallAccountsBalanceAddV1, callControllerCallAccountsBalanceSelfV1, callControllerCallAccountsBalanceGetV1, callControllerCallCollectionsCreateV1, callControllerCallCollectionsGetV1, callControllerCallCollectionsListV1, callControllerCallCollectionsMetadataUpdateV1, callControllerCallCollectionsItemsAddV1, callControllerCallCollectionsItemsListV1, callControllerCallCollectionsItemsRemoveV1, callControllerCallGroupsCreateV1, callControllerCallGroupsGetV1, callControllerCallGroupsDeleteV1, callControllerCallGroupsAccountsAddV1, callControllerCallGroupsAccountsRemoveV1, callControllerCallImagesGetManyV1, callControllerCallImagesGetV1, callControllerCallImagesRepresentationsGetV1, callControllerCallVideosGetManyV1, callControllerCallVideosGetV1, callControllerCallOperationsGetV1, callControllerCallOperationsGetManyV1, callControllerCallOperationsListV1, callControllerCallOperationsMetadataUpdateV1, callControllerCallOperationsWaitV1, callControllerCallOperationsRunHauteLindaV1V1, callControllerCallOperationsRunHauteNaomiV1V1, callControllerCallOperationsRunInpaintKateV1V1, callControllerCallOperationsRunGptV1V1, callControllerCallOperationsRunGptV2V1, callControllerCallOperationsRunGptV3V1, callControllerCallOperationsRunTranslateV1V1, callControllerCallOperationsRunStringsTemplateV1V1, callControllerCallOperationsRunImagineKateV1V1, callControllerCallOperationsRunUpscaleV1V1, callControllerCallOperationsRunObjectDetectionV1V1, callControllerCallOperationsRunSegmentAnythingEmbeddingsV1V1, callControllerCallOperationsRunSegmentAnythingMaskV1V1, callControllerCallOperationsRunPoseEstimationV1V1, callControllerCallOperationsRunCutV1V1, callControllerCallOperationsRunCropV1V1, callControllerCallOperationsRunNoiseV1V1, callControllerCallOperationsRunResizeV1V1, callControllerCallOperationsRunContrastV1V1, callControllerCallOperationsRunCompositeV1V1, callControllerCallOperationsRunVtonGiseleV1V1, callControllerCallOperationsRunNegateImageV1V1, callControllerCallOperationsRunEchoV1V1, callControllerCallOperationsRunMathV1V1, callControllerCallOperationsRunAnimateKling16ProV1V1, callControllerCallOperationsRunAnimateKling21V1V1, callControllerCallOperationsRunAnimateCreatomateV1V1, callControllerCallOperationsRunOnecompilerV1V1, callControllerCallOperationsRunEditFluxKontextDevV1V1, callControllerCallOperationsRunVeo3V1V1, callControllerCallOperationsRunVeo3FastV1V1, callControllerCallOperationsRunPipelineMapV1V1, callControllerCallOperationsRunImagen4V1V1, callControllerCallOperationsRunTopazUpscaleV1V1, callControllerCallOperationsRunIdeogramCharacterV1V1, callControllerCallOperationsRunSeedream3V1V1, callControllerCallOperationsRunLumaPhotonV1V1, callControllerCallOperationsRunImagineFlux11ProUltraV1V1, callControllerCallOperationsRunSeedV1V1, callControllerCallOperationsRunGoogleNanoBananaV1V1, callControllerCallOperationsRunHauteNaomiTrainV1V1, callControllerCallOperationsRunHauteNaomiPrepareDatasetV1V1, callControllerCallOperationsRunFashnVton16V1V1, callControllerCallOperationsRunAlphabakeVtonV1V1, callControllerCallOperationsRunSeedream4EditV1V1, callControllerCallPosesGetV1, callControllerCallPosesListV1, callControllerCallPosesPreviewSetV1, callControllerCallPosesMetadataUpdateV1, callControllerCallStacksCreateV1, callControllerCallStacksGetV1, callControllerCallStacksListV1, callControllerCallStacksMetadataUpdateV1, callControllerCallStacksItemsAddV1, callControllerCallStacksItemsRemoveV1, callControllerCallStorageCreateV1, callControllerCallStorageDeleteV1, callControllerCallStorageGetManyV1, callControllerCallStorageUpdateV1 };
|
|
14810
14844
|
};
|
|
14811
14845
|
|
|
14812
14846
|
// src/autogenerated/pipeline-methods.ts
|
|
@@ -15026,6 +15060,11 @@ var usePipelineDefinitions = () => {
|
|
|
15026
15060
|
"vton": {
|
|
15027
15061
|
"v1": api.callControllerCallOperationsRunAlphabakeVtonV1V1
|
|
15028
15062
|
}
|
|
15063
|
+
},
|
|
15064
|
+
"seedream": {
|
|
15065
|
+
"4_edit": {
|
|
15066
|
+
"v1": api.callControllerCallOperationsRunSeedream4EditV1V1
|
|
15067
|
+
}
|
|
15029
15068
|
}
|
|
15030
15069
|
}
|
|
15031
15070
|
},
|
|
@@ -15635,6 +15674,8 @@ export {
|
|
|
15635
15674
|
Seedream3V1InputSize,
|
|
15636
15675
|
Seedream3V1ResponseKind,
|
|
15637
15676
|
Seedream3V1ResponseStatus,
|
|
15677
|
+
Seedream4EditV1ResponseKind,
|
|
15678
|
+
Seedream4EditV1ResponseStatus,
|
|
15638
15679
|
SegmentAnythingEmbeddingsV1ResponseKind,
|
|
15639
15680
|
SegmentAnythingEmbeddingsV1ResponseStatus,
|
|
15640
15681
|
SegmentAnythingMaskV1ResponseKind,
|