@hautechai/sdk 2.31.1 → 2.32.1

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.js CHANGED
@@ -10376,13 +10376,7 @@ __export(index_exports, {
10376
10376
  FluxKontextDevV1ResponseKind: () => FluxKontextDevV1ResponseKind,
10377
10377
  FluxKontextDevV1ResponseStatus: () => FluxKontextDevV1ResponseStatus,
10378
10378
  FluxKontextPrepareDatasetOutputDtoKind: () => FluxKontextPrepareDatasetOutputDtoKind,
10379
- FluxKontextPrepareDatasetV1ResponseKind: () => FluxKontextPrepareDatasetV1ResponseKind,
10380
- FluxKontextPrepareDatasetV1ResponseStatus: () => FluxKontextPrepareDatasetV1ResponseStatus,
10381
10379
  FluxKontextTrainOutputDtoKind: () => FluxKontextTrainOutputDtoKind,
10382
- FluxKontextTrainV1ResponseKind: () => FluxKontextTrainV1ResponseKind,
10383
- FluxKontextTrainV1ResponseStatus: () => FluxKontextTrainV1ResponseStatus,
10384
- FluxKontextV1ResponseKind: () => FluxKontextV1ResponseKind,
10385
- FluxKontextV1ResponseStatus: () => FluxKontextV1ResponseStatus,
10386
10380
  GPTV1InputModel: () => GPTV1InputModel,
10387
10381
  GPTV2AssistantMessageDtoRole: () => GPTV2AssistantMessageDtoRole,
10388
10382
  GPTV2DeveloperMessageDtoRole: () => GPTV2DeveloperMessageDtoRole,
@@ -10611,9 +10605,7 @@ __export(index_exports, {
10611
10605
  SeedV1ResponseStatus: () => SeedV1ResponseStatus,
10612
10606
  SeedanceV1FastV1ResponseKind: () => SeedanceV1FastV1ResponseKind,
10613
10607
  SeedanceV1FastV1ResponseStatus: () => SeedanceV1FastV1ResponseStatus,
10614
- SeedanceV1InputAspectRatio: () => SeedanceV1InputAspectRatio,
10615
10608
  SeedanceV1InputResolution: () => SeedanceV1InputResolution,
10616
- SeedanceV1InputType: () => SeedanceV1InputType,
10617
10609
  SeedanceV1LightV1ResponseKind: () => SeedanceV1LightV1ResponseKind,
10618
10610
  SeedanceV1LightV1ResponseStatus: () => SeedanceV1LightV1ResponseStatus,
10619
10611
  SeedanceV1ProV1ResponseKind: () => SeedanceV1ProV1ResponseKind,
@@ -10622,6 +10614,15 @@ __export(index_exports, {
10622
10614
  Seedream3V1InputSize: () => Seedream3V1InputSize,
10623
10615
  Seedream3V1ResponseKind: () => Seedream3V1ResponseKind,
10624
10616
  Seedream3V1ResponseStatus: () => Seedream3V1ResponseStatus,
10617
+ Seedream45EditV1InputHeight: () => Seedream45EditV1InputHeight,
10618
+ Seedream45EditV1InputOptimizePromptOptions: () => Seedream45EditV1InputOptimizePromptOptions,
10619
+ Seedream45EditV1InputWidth: () => Seedream45EditV1InputWidth,
10620
+ Seedream45EditV1ResponseKind: () => Seedream45EditV1ResponseKind,
10621
+ Seedream45EditV1ResponseStatus: () => Seedream45EditV1ResponseStatus,
10622
+ Seedream45T2IV1InputHeight: () => Seedream45T2IV1InputHeight,
10623
+ Seedream45T2IV1InputWidth: () => Seedream45T2IV1InputWidth,
10624
+ Seedream45T2iV1ResponseKind: () => Seedream45T2iV1ResponseKind,
10625
+ Seedream45T2iV1ResponseStatus: () => Seedream45T2iV1ResponseStatus,
10625
10626
  Seedream4EditV1InputOptimizePromptOptions: () => Seedream4EditV1InputOptimizePromptOptions,
10626
10627
  Seedream4EditV1ResponseKind: () => Seedream4EditV1ResponseKind,
10627
10628
  Seedream4EditV1ResponseStatus: () => Seedream4EditV1ResponseStatus,
@@ -10632,7 +10633,6 @@ __export(index_exports, {
10632
10633
  SegmentAnythingMaskV1ResponseKind: () => SegmentAnythingMaskV1ResponseKind,
10633
10634
  SegmentAnythingMaskV1ResponseStatus: () => SegmentAnythingMaskV1ResponseStatus,
10634
10635
  SelfAccountDtoType: () => SelfAccountDtoType,
10635
- ShareWithEveryoneControllerParamsDtoAccess: () => ShareWithEveryoneControllerParamsDtoAccess,
10636
10636
  ShareWithEveryoneControllerParamsDtoAccessItem: () => ShareWithEveryoneControllerParamsDtoAccessItem,
10637
10637
  SharedAccessEntryDtoRelationsItem: () => SharedAccessEntryDtoRelationsItem,
10638
10638
  SharedAccessResponseDtoPublicAccessItem: () => SharedAccessResponseDtoPublicAccessItem,
@@ -11049,6 +11049,15 @@ var getWorkflows = () => {
11049
11049
  options
11050
11050
  );
11051
11051
  };
11052
+ const workflowsControllerGetPublicWorkflowByAliasV1 = (alias, options) => {
11053
+ return axiosMutator(
11054
+ {
11055
+ url: `/v1/workflows/public/alias/${alias}`,
11056
+ method: "GET"
11057
+ },
11058
+ options
11059
+ );
11060
+ };
11052
11061
  const workflowsControllerRunPublicWorkflowV1 = (id, runWorkflowParamsDto, options) => {
11053
11062
  return axiosMutator(
11054
11063
  {
@@ -11138,7 +11147,7 @@ var getWorkflows = () => {
11138
11147
  options
11139
11148
  );
11140
11149
  };
11141
- return { workflowsControllerCreateWorkflowV1, workflowsControllerListWorkflowsV1, workflowsControllerListPublicWorkflowsV1, workflowsControllerGetPublicWorkflowV1, workflowsControllerRunPublicWorkflowV1, workflowsControllerShareWorkflowWithEveryoneV1, workflowsControllerRevokeWorkflowPublicAccessV1, workflowsControllerGetWorkflowV1, workflowsControllerUpdateWorkflowV1, workflowsControllerDeleteWorkflowV1, workflowsControllerRunWorkflowV1, workflowsControllerGetWorkflowSchemaV1, workflowsControllerGetSharedWorkflowStatisticsV1 };
11150
+ return { workflowsControllerCreateWorkflowV1, workflowsControllerListWorkflowsV1, workflowsControllerListPublicWorkflowsV1, workflowsControllerGetPublicWorkflowV1, workflowsControllerGetPublicWorkflowByAliasV1, workflowsControllerRunPublicWorkflowV1, workflowsControllerShareWorkflowWithEveryoneV1, workflowsControllerRevokeWorkflowPublicAccessV1, workflowsControllerGetWorkflowV1, workflowsControllerUpdateWorkflowV1, workflowsControllerDeleteWorkflowV1, workflowsControllerRunWorkflowV1, workflowsControllerGetWorkflowSchemaV1, workflowsControllerGetSharedWorkflowStatisticsV1 };
11142
11151
  };
11143
11152
 
11144
11153
  // src/sdk/api-definitions/workflows.ts
@@ -11147,6 +11156,7 @@ var useWorkflowsApi = () => {
11147
11156
  return useApi({
11148
11157
  create: hautechApi.workflowsControllerCreateWorkflowV1,
11149
11158
  get: wrapApiCallNullable(hautechApi.workflowsControllerGetWorkflowV1),
11159
+ getByAlias: wrapApiCallNullable(hautechApi.workflowsControllerGetPublicWorkflowByAliasV1),
11150
11160
  list: hautechApi.workflowsControllerListWorkflowsV1,
11151
11161
  update: hautechApi.workflowsControllerUpdateWorkflowV1,
11152
11162
  delete: hautechApi.workflowsControllerDeleteWorkflowV1,
@@ -12144,6 +12154,17 @@ var getOperations = () => {
12144
12154
  options
12145
12155
  );
12146
12156
  };
12157
+ const operationsControllerRunSeedream45EditV1V1 = (seedream45EditV1Request, options) => {
12158
+ return axiosMutator(
12159
+ {
12160
+ url: `/v1/operations/run/seedream.4_5_edit.v1`,
12161
+ method: "POST",
12162
+ headers: { "Content-Type": "application/json" },
12163
+ data: seedream45EditV1Request
12164
+ },
12165
+ options
12166
+ );
12167
+ };
12147
12168
  const operationsControllerRunJsonToImageV1V1 = (jsonToImageV1Request, options) => {
12148
12169
  return axiosMutator(
12149
12170
  {
@@ -12199,6 +12220,17 @@ var getOperations = () => {
12199
12220
  options
12200
12221
  );
12201
12222
  };
12223
+ const operationsControllerRunSeedream45T2iV1V1 = (seedream45T2iV1Request, options) => {
12224
+ return axiosMutator(
12225
+ {
12226
+ url: `/v1/operations/run/seedream.4_5_t2i.v1`,
12227
+ method: "POST",
12228
+ headers: { "Content-Type": "application/json" },
12229
+ data: seedream45T2iV1Request
12230
+ },
12231
+ options
12232
+ );
12233
+ };
12202
12234
  const operationsControllerRunSeedanceV1ProV1V1 = (seedanceV1ProV1Request, options) => {
12203
12235
  return axiosMutator(
12204
12236
  {
@@ -12342,7 +12374,7 @@ var getOperations = () => {
12342
12374
  options
12343
12375
  );
12344
12376
  };
12345
- return { operationsControllerGetOperationV1, operationsControllerGetOperationsV1, operationsControllerListOperationsV1, operationsControllerUpdateMetadataV1, operationsControllerRunHauteLindaV1V1, operationsControllerRunHauteNaomiV1V1, operationsControllerRunInpaintKateV1V1, operationsControllerRunGptV1V1, operationsControllerRunGptV2V1, operationsControllerRunGptV3V1, operationsControllerRunTranslateV1V1, operationsControllerRunStringsTemplateV1V1, operationsControllerRunStringsSwitchV1V1, operationsControllerRunStringsSliceV1V1, operationsControllerRunStringsLengthV1V1, operationsControllerRunImagineKateV1V1, operationsControllerRunUpscaleV1V1, operationsControllerRunObjectDetectionV1V1, operationsControllerRunSegmentAnythingEmbeddingsV1V1, operationsControllerRunSegmentAnythingMaskV1V1, operationsControllerRunPoseEstimationV1V1, operationsControllerRunCutV1V1, operationsControllerRunCropV1V1, operationsControllerRunNoiseV1V1, operationsControllerRunResizeV1V1, operationsControllerRunImagesDownscaleV1V1, operationsControllerRunContrastV1V1, operationsControllerRunCompositeV1V1, operationsControllerRunVtonGiseleV1V1, operationsControllerRunNegateImageV1V1, operationsControllerRunEchoV1V1, operationsControllerRunMathV1V1, operationsControllerRunAnimateKling16ProV1V1, operationsControllerRunAnimateKling21V1V1, operationsControllerRunAnimateKling21StandardV1V1, operationsControllerRunAnimateKling21ProV1V1, operationsControllerRunAnimateCreatomateV1V1, operationsControllerRunOnecompilerV1V1, operationsControllerRunEditFluxKontextDevV1V1, operationsControllerRunVeo3V1V1, operationsControllerRunVeo3FastV1V1, operationsControllerRunVeo31V1V1, operationsControllerRunVeo31FastV1V1, operationsControllerRunPipelineMapV1V1, operationsControllerRunImagen4V1V1, operationsControllerRunTopazUpscaleV1V1, operationsControllerRunIdeogramCharacterV1V1, operationsControllerRunSeedream3V1V1, operationsControllerRunLumaPhotonV1V1, operationsControllerRunImagineFlux11ProUltraV1V1, operationsControllerRunSeedV1V1, operationsControllerRunGoogleNanoBananaV1V1, operationsControllerRunGoogleNanoBananaProEditV1V1, operationsControllerRunHauteNaomiTrainV1V1, operationsControllerRunHauteNaomiPrepareDatasetV1V1, operationsControllerRunFashnVton16V1V1, operationsControllerRunAlphabakeVtonV1V1, operationsControllerRunKlingKolorsVtonV1V1, operationsControllerRunSeedream4EditV1V1, operationsControllerRunJsonToImageV1V1, operationsControllerRunJsonToVideoV1V1, operationsControllerRunReveRemixV1V1, operationsControllerRunYolo11xPoseV1V1, operationsControllerRunSeedream4T2iV1V1, operationsControllerRunSeedanceV1ProV1V1, operationsControllerRunSeedanceV1FastV1V1, operationsControllerRunSeedanceV1LightV1V1, operationsControllerRunImagen4FastV1V1, operationsControllerRunImagen4StandardV1V1, operationsControllerRunImagen4UltraV1V1, operationsControllerRunWorkflowsRunV1V1, operationsControllerRunKlingVideo25ProImageToVideoV1V1, operationsControllerRunFluxKontextDevPrepareDatasetV1V1, operationsControllerRunFluxKontextDevTrainV1V1, operationsControllerRunFluxKontextDevV1V1, operationsControllerRunImagesRenameV1V1, operationsControllerRunClipClassifyV1V1 };
12377
+ return { operationsControllerGetOperationV1, operationsControllerGetOperationsV1, operationsControllerListOperationsV1, operationsControllerUpdateMetadataV1, operationsControllerRunHauteLindaV1V1, operationsControllerRunHauteNaomiV1V1, operationsControllerRunInpaintKateV1V1, operationsControllerRunGptV1V1, operationsControllerRunGptV2V1, operationsControllerRunGptV3V1, operationsControllerRunTranslateV1V1, operationsControllerRunStringsTemplateV1V1, operationsControllerRunStringsSwitchV1V1, operationsControllerRunStringsSliceV1V1, operationsControllerRunStringsLengthV1V1, operationsControllerRunImagineKateV1V1, operationsControllerRunUpscaleV1V1, operationsControllerRunObjectDetectionV1V1, operationsControllerRunSegmentAnythingEmbeddingsV1V1, operationsControllerRunSegmentAnythingMaskV1V1, operationsControllerRunPoseEstimationV1V1, operationsControllerRunCutV1V1, operationsControllerRunCropV1V1, operationsControllerRunNoiseV1V1, operationsControllerRunResizeV1V1, operationsControllerRunImagesDownscaleV1V1, operationsControllerRunContrastV1V1, operationsControllerRunCompositeV1V1, operationsControllerRunVtonGiseleV1V1, operationsControllerRunNegateImageV1V1, operationsControllerRunEchoV1V1, operationsControllerRunMathV1V1, operationsControllerRunAnimateKling16ProV1V1, operationsControllerRunAnimateKling21V1V1, operationsControllerRunAnimateKling21StandardV1V1, operationsControllerRunAnimateKling21ProV1V1, operationsControllerRunAnimateCreatomateV1V1, operationsControllerRunOnecompilerV1V1, operationsControllerRunEditFluxKontextDevV1V1, operationsControllerRunVeo3V1V1, operationsControllerRunVeo3FastV1V1, operationsControllerRunVeo31V1V1, operationsControllerRunVeo31FastV1V1, operationsControllerRunPipelineMapV1V1, operationsControllerRunImagen4V1V1, operationsControllerRunTopazUpscaleV1V1, operationsControllerRunIdeogramCharacterV1V1, operationsControllerRunSeedream3V1V1, operationsControllerRunLumaPhotonV1V1, operationsControllerRunImagineFlux11ProUltraV1V1, operationsControllerRunSeedV1V1, operationsControllerRunGoogleNanoBananaV1V1, operationsControllerRunGoogleNanoBananaProEditV1V1, operationsControllerRunHauteNaomiTrainV1V1, operationsControllerRunHauteNaomiPrepareDatasetV1V1, operationsControllerRunFashnVton16V1V1, operationsControllerRunAlphabakeVtonV1V1, operationsControllerRunKlingKolorsVtonV1V1, operationsControllerRunSeedream4EditV1V1, operationsControllerRunSeedream45EditV1V1, operationsControllerRunJsonToImageV1V1, operationsControllerRunJsonToVideoV1V1, operationsControllerRunReveRemixV1V1, operationsControllerRunYolo11xPoseV1V1, operationsControllerRunSeedream4T2iV1V1, operationsControllerRunSeedream45T2iV1V1, operationsControllerRunSeedanceV1ProV1V1, operationsControllerRunSeedanceV1FastV1V1, operationsControllerRunSeedanceV1LightV1V1, operationsControllerRunImagen4FastV1V1, operationsControllerRunImagen4StandardV1V1, operationsControllerRunImagen4UltraV1V1, operationsControllerRunWorkflowsRunV1V1, operationsControllerRunKlingVideo25ProImageToVideoV1V1, operationsControllerRunFluxKontextDevPrepareDatasetV1V1, operationsControllerRunFluxKontextDevTrainV1V1, operationsControllerRunFluxKontextDevV1V1, operationsControllerRunImagesRenameV1V1, operationsControllerRunClipClassifyV1V1 };
12346
12378
  };
12347
12379
 
12348
12380
  // src/sdk/api-definitions/operations.ts
@@ -13416,47 +13448,11 @@ var FluxKontextPrepareDatasetOutputDtoKind = {
13416
13448
  json: "json"
13417
13449
  };
13418
13450
 
13419
- // src/autogenerated/schemas/fluxKontextPrepareDatasetV1ResponseKind.ts
13420
- var FluxKontextPrepareDatasetV1ResponseKind = {
13421
- operation: "operation"
13422
- };
13423
-
13424
- // src/autogenerated/schemas/fluxKontextPrepareDatasetV1ResponseStatus.ts
13425
- var FluxKontextPrepareDatasetV1ResponseStatus = {
13426
- pending: "pending",
13427
- finished: "finished",
13428
- failed: "failed"
13429
- };
13430
-
13431
13451
  // src/autogenerated/schemas/fluxKontextTrainOutputDtoKind.ts
13432
13452
  var FluxKontextTrainOutputDtoKind = {
13433
13453
  json: "json"
13434
13454
  };
13435
13455
 
13436
- // src/autogenerated/schemas/fluxKontextTrainV1ResponseKind.ts
13437
- var FluxKontextTrainV1ResponseKind = {
13438
- operation: "operation"
13439
- };
13440
-
13441
- // src/autogenerated/schemas/fluxKontextTrainV1ResponseStatus.ts
13442
- var FluxKontextTrainV1ResponseStatus = {
13443
- pending: "pending",
13444
- finished: "finished",
13445
- failed: "failed"
13446
- };
13447
-
13448
- // src/autogenerated/schemas/fluxKontextV1ResponseKind.ts
13449
- var FluxKontextV1ResponseKind = {
13450
- operation: "operation"
13451
- };
13452
-
13453
- // src/autogenerated/schemas/fluxKontextV1ResponseStatus.ts
13454
- var FluxKontextV1ResponseStatus = {
13455
- pending: "pending",
13456
- finished: "finished",
13457
- failed: "failed"
13458
- };
13459
-
13460
13456
  // src/autogenerated/schemas/gPTV1InputModel.ts
13461
13457
  var GPTV1InputModel = {
13462
13458
  "gpt-4o": "gpt-4o",
@@ -14950,17 +14946,6 @@ var SeedanceV1FastV1ResponseStatus = {
14950
14946
  failed: "failed"
14951
14947
  };
14952
14948
 
14953
- // src/autogenerated/schemas/seedanceV1InputAspectRatio.ts
14954
- var SeedanceV1InputAspectRatio = {
14955
- "16:9": "16:9",
14956
- "4:3": "4:3",
14957
- "1:1": "1:1",
14958
- "3:4": "3:4",
14959
- "9:16": "9:16",
14960
- "21:9": "21:9",
14961
- adaptive: "adaptive"
14962
- };
14963
-
14964
14949
  // src/autogenerated/schemas/seedanceV1InputResolution.ts
14965
14950
  var SeedanceV1InputResolution = {
14966
14951
  "480p": "480p",
@@ -14968,13 +14953,6 @@ var SeedanceV1InputResolution = {
14968
14953
  "1080p": "1080p"
14969
14954
  };
14970
14955
 
14971
- // src/autogenerated/schemas/seedanceV1InputType.ts
14972
- var SeedanceV1InputType = {
14973
- text_to_video: "text_to_video",
14974
- image_to_video_first_frame: "image_to_video_first_frame",
14975
- image_to_video_first_and_last: "image_to_video_first_and_last"
14976
- };
14977
-
14978
14956
  // src/autogenerated/schemas/seedanceV1LightV1ResponseKind.ts
14979
14957
  var SeedanceV1LightV1ResponseKind = {
14980
14958
  operation: "operation"
@@ -15031,6 +15009,60 @@ var Seedream3V1ResponseStatus = {
15031
15009
  failed: "failed"
15032
15010
  };
15033
15011
 
15012
+ // src/autogenerated/schemas/seedream45EditV1InputHeight.ts
15013
+ var Seedream45EditV1InputHeight = {
15014
+ NUMBER_2048: 2048,
15015
+ NUMBER_4096: 4096
15016
+ };
15017
+
15018
+ // src/autogenerated/schemas/seedream45EditV1InputOptimizePromptOptions.ts
15019
+ var Seedream45EditV1InputOptimizePromptOptions = {
15020
+ standard: "standard",
15021
+ fast: "fast"
15022
+ };
15023
+
15024
+ // src/autogenerated/schemas/seedream45EditV1InputWidth.ts
15025
+ var Seedream45EditV1InputWidth = {
15026
+ NUMBER_2048: 2048,
15027
+ NUMBER_4096: 4096
15028
+ };
15029
+
15030
+ // src/autogenerated/schemas/seedream45EditV1ResponseKind.ts
15031
+ var Seedream45EditV1ResponseKind = {
15032
+ operation: "operation"
15033
+ };
15034
+
15035
+ // src/autogenerated/schemas/seedream45EditV1ResponseStatus.ts
15036
+ var Seedream45EditV1ResponseStatus = {
15037
+ pending: "pending",
15038
+ finished: "finished",
15039
+ failed: "failed"
15040
+ };
15041
+
15042
+ // src/autogenerated/schemas/seedream45T2IV1InputHeight.ts
15043
+ var Seedream45T2IV1InputHeight = {
15044
+ NUMBER_2048: 2048,
15045
+ NUMBER_4096: 4096
15046
+ };
15047
+
15048
+ // src/autogenerated/schemas/seedream45T2IV1InputWidth.ts
15049
+ var Seedream45T2IV1InputWidth = {
15050
+ NUMBER_2048: 2048,
15051
+ NUMBER_4096: 4096
15052
+ };
15053
+
15054
+ // src/autogenerated/schemas/seedream45T2iV1ResponseKind.ts
15055
+ var Seedream45T2iV1ResponseKind = {
15056
+ operation: "operation"
15057
+ };
15058
+
15059
+ // src/autogenerated/schemas/seedream45T2iV1ResponseStatus.ts
15060
+ var Seedream45T2iV1ResponseStatus = {
15061
+ pending: "pending",
15062
+ finished: "finished",
15063
+ failed: "failed"
15064
+ };
15065
+
15034
15066
  // src/autogenerated/schemas/seedream4EditV1InputOptimizePromptOptions.ts
15035
15067
  var Seedream4EditV1InputOptimizePromptOptions = {
15036
15068
  standard: "standard",
@@ -15091,12 +15123,6 @@ var SelfAccountDtoType = {
15091
15123
  user: "user"
15092
15124
  };
15093
15125
 
15094
- // src/autogenerated/schemas/shareWithEveryoneControllerParamsDtoAccess.ts
15095
- var ShareWithEveryoneControllerParamsDtoAccess = {
15096
- public_execute: "public_execute",
15097
- public_read: "public_read"
15098
- };
15099
-
15100
15126
  // src/autogenerated/schemas/shareWithEveryoneControllerParamsDtoAccessItem.ts
15101
15127
  var ShareWithEveryoneControllerParamsDtoAccessItem = {
15102
15128
  public_execute: "public_execute",
@@ -16406,6 +16432,17 @@ var getCall = () => {
16406
16432
  options
16407
16433
  );
16408
16434
  };
16435
+ const callControllerCallOperationsRunSeedream45EditV1V1 = (seedream45EditV1Request, options) => {
16436
+ return axiosMutator(
16437
+ {
16438
+ url: `/v1/call/operations.run.seedream.4_5_edit.v1`,
16439
+ method: "POST",
16440
+ headers: { "Content-Type": "application/json" },
16441
+ data: seedream45EditV1Request
16442
+ },
16443
+ options
16444
+ );
16445
+ };
16409
16446
  const callControllerCallOperationsRunJsonToImageV1V1 = (jsonToImageV1Request, options) => {
16410
16447
  return axiosMutator(
16411
16448
  {
@@ -16461,6 +16498,17 @@ var getCall = () => {
16461
16498
  options
16462
16499
  );
16463
16500
  };
16501
+ const callControllerCallOperationsRunSeedream45T2iV1V1 = (seedream45T2iV1Request, options) => {
16502
+ return axiosMutator(
16503
+ {
16504
+ url: `/v1/call/operations.run.seedream.4_5_t2i.v1`,
16505
+ method: "POST",
16506
+ headers: { "Content-Type": "application/json" },
16507
+ data: seedream45T2iV1Request
16508
+ },
16509
+ options
16510
+ );
16511
+ };
16464
16512
  const callControllerCallOperationsRunSeedanceV1ProV1V1 = (seedanceV1ProV1Request, options) => {
16465
16513
  return axiosMutator(
16466
16514
  {
@@ -16758,7 +16806,7 @@ var getCall = () => {
16758
16806
  options
16759
16807
  );
16760
16808
  };
16761
- 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, callControllerCallOperationsRunStringsSwitchV1V1, callControllerCallOperationsRunStringsSliceV1V1, callControllerCallOperationsRunStringsLengthV1V1, callControllerCallOperationsRunImagineKateV1V1, callControllerCallOperationsRunUpscaleV1V1, callControllerCallOperationsRunObjectDetectionV1V1, callControllerCallOperationsRunSegmentAnythingEmbeddingsV1V1, callControllerCallOperationsRunSegmentAnythingMaskV1V1, callControllerCallOperationsRunPoseEstimationV1V1, callControllerCallOperationsRunCutV1V1, callControllerCallOperationsRunCropV1V1, callControllerCallOperationsRunNoiseV1V1, callControllerCallOperationsRunResizeV1V1, callControllerCallOperationsRunImagesDownscaleV1V1, callControllerCallOperationsRunContrastV1V1, callControllerCallOperationsRunCompositeV1V1, callControllerCallOperationsRunVtonGiseleV1V1, callControllerCallOperationsRunNegateImageV1V1, callControllerCallOperationsRunEchoV1V1, callControllerCallOperationsRunMathV1V1, callControllerCallOperationsRunAnimateKling16ProV1V1, callControllerCallOperationsRunAnimateKling21V1V1, callControllerCallOperationsRunAnimateKling21StandardV1V1, callControllerCallOperationsRunAnimateKling21ProV1V1, callControllerCallOperationsRunAnimateCreatomateV1V1, callControllerCallOperationsRunOnecompilerV1V1, callControllerCallOperationsRunEditFluxKontextDevV1V1, callControllerCallOperationsRunVeo3V1V1, callControllerCallOperationsRunVeo3FastV1V1, callControllerCallOperationsRunVeo31V1V1, callControllerCallOperationsRunVeo31FastV1V1, callControllerCallOperationsRunPipelineMapV1V1, callControllerCallOperationsRunImagen4V1V1, callControllerCallOperationsRunTopazUpscaleV1V1, callControllerCallOperationsRunIdeogramCharacterV1V1, callControllerCallOperationsRunSeedream3V1V1, callControllerCallOperationsRunLumaPhotonV1V1, callControllerCallOperationsRunImagineFlux11ProUltraV1V1, callControllerCallOperationsRunSeedV1V1, callControllerCallOperationsRunGoogleNanoBananaV1V1, callControllerCallOperationsRunGoogleNanoBananaProEditV1V1, callControllerCallOperationsRunHauteNaomiTrainV1V1, callControllerCallOperationsRunHauteNaomiPrepareDatasetV1V1, callControllerCallOperationsRunFashnVton16V1V1, callControllerCallOperationsRunAlphabakeVtonV1V1, callControllerCallOperationsRunKlingKolorsVtonV1V1, callControllerCallOperationsRunSeedream4EditV1V1, callControllerCallOperationsRunJsonToImageV1V1, callControllerCallOperationsRunJsonToVideoV1V1, callControllerCallOperationsRunReveRemixV1V1, callControllerCallOperationsRunYolo11xPoseV1V1, callControllerCallOperationsRunSeedream4T2iV1V1, callControllerCallOperationsRunSeedanceV1ProV1V1, callControllerCallOperationsRunSeedanceV1FastV1V1, callControllerCallOperationsRunSeedanceV1LightV1V1, callControllerCallOperationsRunImagen4FastV1V1, callControllerCallOperationsRunImagen4StandardV1V1, callControllerCallOperationsRunImagen4UltraV1V1, callControllerCallOperationsRunWorkflowsRunV1V1, callControllerCallOperationsRunKlingVideo25ProImageToVideoV1V1, callControllerCallOperationsRunFluxKontextDevPrepareDatasetV1V1, callControllerCallOperationsRunFluxKontextDevTrainV1V1, callControllerCallOperationsRunFluxKontextDevV1V1, callControllerCallOperationsRunImagesRenameV1V1, callControllerCallOperationsRunClipClassifyV1V1, callControllerCallPosesGetV1, callControllerCallPosesListV1, callControllerCallPosesPreviewSetV1, callControllerCallPosesMetadataUpdateV1, callControllerCallStacksCreateV1, callControllerCallStacksGetV1, callControllerCallStacksListV1, callControllerCallStacksMetadataUpdateV1, callControllerCallStacksItemsAddV1, callControllerCallStacksItemsRemoveV1, callControllerCallStorageCreateV1, callControllerCallStorageDeleteV1, callControllerCallStorageGetManyV1, callControllerCallStorageUpdateV1 };
16809
+ 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, callControllerCallOperationsRunStringsSwitchV1V1, callControllerCallOperationsRunStringsSliceV1V1, callControllerCallOperationsRunStringsLengthV1V1, callControllerCallOperationsRunImagineKateV1V1, callControllerCallOperationsRunUpscaleV1V1, callControllerCallOperationsRunObjectDetectionV1V1, callControllerCallOperationsRunSegmentAnythingEmbeddingsV1V1, callControllerCallOperationsRunSegmentAnythingMaskV1V1, callControllerCallOperationsRunPoseEstimationV1V1, callControllerCallOperationsRunCutV1V1, callControllerCallOperationsRunCropV1V1, callControllerCallOperationsRunNoiseV1V1, callControllerCallOperationsRunResizeV1V1, callControllerCallOperationsRunImagesDownscaleV1V1, callControllerCallOperationsRunContrastV1V1, callControllerCallOperationsRunCompositeV1V1, callControllerCallOperationsRunVtonGiseleV1V1, callControllerCallOperationsRunNegateImageV1V1, callControllerCallOperationsRunEchoV1V1, callControllerCallOperationsRunMathV1V1, callControllerCallOperationsRunAnimateKling16ProV1V1, callControllerCallOperationsRunAnimateKling21V1V1, callControllerCallOperationsRunAnimateKling21StandardV1V1, callControllerCallOperationsRunAnimateKling21ProV1V1, callControllerCallOperationsRunAnimateCreatomateV1V1, callControllerCallOperationsRunOnecompilerV1V1, callControllerCallOperationsRunEditFluxKontextDevV1V1, callControllerCallOperationsRunVeo3V1V1, callControllerCallOperationsRunVeo3FastV1V1, callControllerCallOperationsRunVeo31V1V1, callControllerCallOperationsRunVeo31FastV1V1, callControllerCallOperationsRunPipelineMapV1V1, callControllerCallOperationsRunImagen4V1V1, callControllerCallOperationsRunTopazUpscaleV1V1, callControllerCallOperationsRunIdeogramCharacterV1V1, callControllerCallOperationsRunSeedream3V1V1, callControllerCallOperationsRunLumaPhotonV1V1, callControllerCallOperationsRunImagineFlux11ProUltraV1V1, callControllerCallOperationsRunSeedV1V1, callControllerCallOperationsRunGoogleNanoBananaV1V1, callControllerCallOperationsRunGoogleNanoBananaProEditV1V1, callControllerCallOperationsRunHauteNaomiTrainV1V1, callControllerCallOperationsRunHauteNaomiPrepareDatasetV1V1, callControllerCallOperationsRunFashnVton16V1V1, callControllerCallOperationsRunAlphabakeVtonV1V1, callControllerCallOperationsRunKlingKolorsVtonV1V1, callControllerCallOperationsRunSeedream4EditV1V1, callControllerCallOperationsRunSeedream45EditV1V1, callControllerCallOperationsRunJsonToImageV1V1, callControllerCallOperationsRunJsonToVideoV1V1, callControllerCallOperationsRunReveRemixV1V1, callControllerCallOperationsRunYolo11xPoseV1V1, callControllerCallOperationsRunSeedream4T2iV1V1, callControllerCallOperationsRunSeedream45T2iV1V1, callControllerCallOperationsRunSeedanceV1ProV1V1, callControllerCallOperationsRunSeedanceV1FastV1V1, callControllerCallOperationsRunSeedanceV1LightV1V1, callControllerCallOperationsRunImagen4FastV1V1, callControllerCallOperationsRunImagen4StandardV1V1, callControllerCallOperationsRunImagen4UltraV1V1, callControllerCallOperationsRunWorkflowsRunV1V1, callControllerCallOperationsRunKlingVideo25ProImageToVideoV1V1, callControllerCallOperationsRunFluxKontextDevPrepareDatasetV1V1, callControllerCallOperationsRunFluxKontextDevTrainV1V1, callControllerCallOperationsRunFluxKontextDevV1V1, callControllerCallOperationsRunImagesRenameV1V1, callControllerCallOperationsRunClipClassifyV1V1, callControllerCallPosesGetV1, callControllerCallPosesListV1, callControllerCallPosesPreviewSetV1, callControllerCallPosesMetadataUpdateV1, callControllerCallStacksCreateV1, callControllerCallStacksGetV1, callControllerCallStacksListV1, callControllerCallStacksMetadataUpdateV1, callControllerCallStacksItemsAddV1, callControllerCallStacksItemsRemoveV1, callControllerCallStorageCreateV1, callControllerCallStorageDeleteV1, callControllerCallStorageGetManyV1, callControllerCallStorageUpdateV1 };
16762
16810
  };
16763
16811
 
16764
16812
  // src/autogenerated/pipeline-methods.ts
@@ -17036,8 +17084,14 @@ var usePipelineDefinitions = () => {
17036
17084
  "4_edit": {
17037
17085
  "v1": api.callControllerCallOperationsRunSeedream4EditV1V1
17038
17086
  },
17087
+ "4_5_edit": {
17088
+ "v1": api.callControllerCallOperationsRunSeedream45EditV1V1
17089
+ },
17039
17090
  "4_t2i": {
17040
17091
  "v1": api.callControllerCallOperationsRunSeedream4T2iV1V1
17092
+ },
17093
+ "4_5_t2i": {
17094
+ "v1": api.callControllerCallOperationsRunSeedream45T2iV1V1
17041
17095
  }
17042
17096
  },
17043
17097
  "json_to_image": {
@@ -17409,6 +17463,70 @@ var useRewardsApi = () => {
17409
17463
  });
17410
17464
  };
17411
17465
 
17466
+ // src/autogenerated/workflow-versions/workflow-versions.ts
17467
+ var getWorkflowVersions = () => {
17468
+ const workflowVersionsControllerPublishVersionV1 = (workflowId, publishWorkflowVersionParamsDto, options) => {
17469
+ return axiosMutator(
17470
+ {
17471
+ url: `/v1/workflow-versions/workflows/${workflowId}`,
17472
+ method: "POST",
17473
+ headers: { "Content-Type": "application/json" },
17474
+ data: publishWorkflowVersionParamsDto
17475
+ },
17476
+ options
17477
+ );
17478
+ };
17479
+ const workflowVersionsControllerListWorkflowVersionsV1 = (workflowId, options) => {
17480
+ return axiosMutator(
17481
+ {
17482
+ url: `/v1/workflow-versions/workflows/${workflowId}`,
17483
+ method: "GET"
17484
+ },
17485
+ options
17486
+ );
17487
+ };
17488
+ const workflowVersionsControllerGetVersionByNumberV1 = (workflowId, versionNumber, options) => {
17489
+ return axiosMutator(
17490
+ {
17491
+ url: `/v1/workflow-versions/workflows/${workflowId}/version/${versionNumber}`,
17492
+ method: "GET"
17493
+ },
17494
+ options
17495
+ );
17496
+ };
17497
+ const workflowVersionsControllerGetVersionV1 = (versionId, options) => {
17498
+ return axiosMutator(
17499
+ {
17500
+ url: `/v1/workflow-versions/${versionId}`,
17501
+ method: "GET"
17502
+ },
17503
+ options
17504
+ );
17505
+ };
17506
+ const workflowVersionsControllerDeleteVersionV1 = (versionId, options) => {
17507
+ return axiosMutator(
17508
+ {
17509
+ url: `/v1/workflow-versions/${versionId}`,
17510
+ method: "DELETE"
17511
+ },
17512
+ options
17513
+ );
17514
+ };
17515
+ return { workflowVersionsControllerPublishVersionV1, workflowVersionsControllerListWorkflowVersionsV1, workflowVersionsControllerGetVersionByNumberV1, workflowVersionsControllerGetVersionV1, workflowVersionsControllerDeleteVersionV1 };
17516
+ };
17517
+
17518
+ // src/sdk/api-definitions/workflow-versions.ts
17519
+ var useWorkflowVersionsApi = () => {
17520
+ const hautechApi = getWorkflowVersions();
17521
+ return useApi({
17522
+ publish: hautechApi.workflowVersionsControllerPublishVersionV1,
17523
+ list: hautechApi.workflowVersionsControllerListWorkflowVersionsV1,
17524
+ get: hautechApi.workflowVersionsControllerGetVersionV1,
17525
+ getByNumber: hautechApi.workflowVersionsControllerGetVersionByNumberV1,
17526
+ delete: hautechApi.workflowVersionsControllerDeleteVersionV1
17527
+ });
17528
+ };
17529
+
17412
17530
  // src/sdk/ws-client.ts
17413
17531
  var import_socket = require("socket.io-client");
17414
17532
  var useWsClient = (config) => new WsClient(config);
@@ -17495,6 +17613,7 @@ var WsClient = class {
17495
17613
  var apiDefinitions = {
17496
17614
  videos: useVideosApi(),
17497
17615
  workflows: useWorkflowsApi(),
17616
+ workflowVersions: useWorkflowVersionsApi(),
17498
17617
  storage: useStorageApi(),
17499
17618
  stacks: useStacksApi(),
17500
17619
  poses: usePosesApi(),
@@ -17694,13 +17813,7 @@ var createTokenSigner = (options) => {
17694
17813
  FluxKontextDevV1ResponseKind,
17695
17814
  FluxKontextDevV1ResponseStatus,
17696
17815
  FluxKontextPrepareDatasetOutputDtoKind,
17697
- FluxKontextPrepareDatasetV1ResponseKind,
17698
- FluxKontextPrepareDatasetV1ResponseStatus,
17699
17816
  FluxKontextTrainOutputDtoKind,
17700
- FluxKontextTrainV1ResponseKind,
17701
- FluxKontextTrainV1ResponseStatus,
17702
- FluxKontextV1ResponseKind,
17703
- FluxKontextV1ResponseStatus,
17704
17817
  GPTV1InputModel,
17705
17818
  GPTV2AssistantMessageDtoRole,
17706
17819
  GPTV2DeveloperMessageDtoRole,
@@ -17929,9 +18042,7 @@ var createTokenSigner = (options) => {
17929
18042
  SeedV1ResponseStatus,
17930
18043
  SeedanceV1FastV1ResponseKind,
17931
18044
  SeedanceV1FastV1ResponseStatus,
17932
- SeedanceV1InputAspectRatio,
17933
18045
  SeedanceV1InputResolution,
17934
- SeedanceV1InputType,
17935
18046
  SeedanceV1LightV1ResponseKind,
17936
18047
  SeedanceV1LightV1ResponseStatus,
17937
18048
  SeedanceV1ProV1ResponseKind,
@@ -17940,6 +18051,15 @@ var createTokenSigner = (options) => {
17940
18051
  Seedream3V1InputSize,
17941
18052
  Seedream3V1ResponseKind,
17942
18053
  Seedream3V1ResponseStatus,
18054
+ Seedream45EditV1InputHeight,
18055
+ Seedream45EditV1InputOptimizePromptOptions,
18056
+ Seedream45EditV1InputWidth,
18057
+ Seedream45EditV1ResponseKind,
18058
+ Seedream45EditV1ResponseStatus,
18059
+ Seedream45T2IV1InputHeight,
18060
+ Seedream45T2IV1InputWidth,
18061
+ Seedream45T2iV1ResponseKind,
18062
+ Seedream45T2iV1ResponseStatus,
17943
18063
  Seedream4EditV1InputOptimizePromptOptions,
17944
18064
  Seedream4EditV1ResponseKind,
17945
18065
  Seedream4EditV1ResponseStatus,
@@ -17950,7 +18070,6 @@ var createTokenSigner = (options) => {
17950
18070
  SegmentAnythingMaskV1ResponseKind,
17951
18071
  SegmentAnythingMaskV1ResponseStatus,
17952
18072
  SelfAccountDtoType,
17953
- ShareWithEveryoneControllerParamsDtoAccess,
17954
18073
  ShareWithEveryoneControllerParamsDtoAccessItem,
17955
18074
  SharedAccessEntryDtoRelationsItem,
17956
18075
  SharedAccessResponseDtoPublicAccessItem,