@hautechai/sdk 2.19.0 → 2.20.0

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.mjs CHANGED
@@ -10601,7 +10601,16 @@ var getWorkflows = () => {
10601
10601
  options
10602
10602
  );
10603
10603
  };
10604
- return { workflowsControllerCreateWorkflowV1, workflowsControllerListWorkflowsV1, workflowsControllerGetWorkflowV1, workflowsControllerUpdateWorkflowV1, workflowsControllerDeleteWorkflowV1, workflowsControllerRunWorkflowV1, workflowsControllerGetWorkflowSchemaV1 };
10604
+ const workflowsControllerGetSharedWorkflowStatisticsV1 = (id, options) => {
10605
+ return axiosMutator(
10606
+ {
10607
+ url: `/v1/workflows/${id}/statistics`,
10608
+ method: "GET"
10609
+ },
10610
+ options
10611
+ );
10612
+ };
10613
+ return { workflowsControllerCreateWorkflowV1, workflowsControllerListWorkflowsV1, workflowsControllerGetWorkflowV1, workflowsControllerUpdateWorkflowV1, workflowsControllerDeleteWorkflowV1, workflowsControllerRunWorkflowV1, workflowsControllerGetWorkflowSchemaV1, workflowsControllerGetSharedWorkflowStatisticsV1 };
10605
10614
  };
10606
10615
 
10607
10616
  // src/sdk/api-definitions/workflows.ts
@@ -11532,7 +11541,40 @@ var getOperations = () => {
11532
11541
  options
11533
11542
  );
11534
11543
  };
11535
- 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, operationsControllerRunKlingKolorsVtonV1V1, operationsControllerRunSeedream4EditV1V1, operationsControllerRunJsonToImageV1V1, operationsControllerRunJsonToVideoV1V1, operationsControllerRunYolo11xPoseV1V1 };
11544
+ const operationsControllerRunSeedream4T2iV1V1 = (seedream4T2iV1Request, options) => {
11545
+ return axiosMutator(
11546
+ {
11547
+ url: `/v1/operations/run/seedream.4_t2i.v1`,
11548
+ method: "POST",
11549
+ headers: { "Content-Type": "application/json" },
11550
+ data: seedream4T2iV1Request
11551
+ },
11552
+ options
11553
+ );
11554
+ };
11555
+ const operationsControllerRunImagen4FastV1V1 = (imagen4FastV1Request, options) => {
11556
+ return axiosMutator(
11557
+ {
11558
+ url: `/v1/operations/run/imagen4.fast.v1`,
11559
+ method: "POST",
11560
+ headers: { "Content-Type": "application/json" },
11561
+ data: imagen4FastV1Request
11562
+ },
11563
+ options
11564
+ );
11565
+ };
11566
+ const operationsControllerRunWorkflowsRunV1V1 = (workflowsRunV1Request, options) => {
11567
+ return axiosMutator(
11568
+ {
11569
+ url: `/v1/operations/run/workflows.run.v1`,
11570
+ method: "POST",
11571
+ headers: { "Content-Type": "application/json" },
11572
+ data: workflowsRunV1Request
11573
+ },
11574
+ options
11575
+ );
11576
+ };
11577
+ 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, operationsControllerRunKlingKolorsVtonV1V1, operationsControllerRunSeedream4EditV1V1, operationsControllerRunJsonToImageV1V1, operationsControllerRunJsonToVideoV1V1, operationsControllerRunYolo11xPoseV1V1, operationsControllerRunSeedream4T2iV1V1, operationsControllerRunImagen4FastV1V1, operationsControllerRunWorkflowsRunV1V1 };
11536
11578
  };
11537
11579
 
11538
11580
  // src/sdk/api-definitions/operations.ts
@@ -11693,6 +11735,11 @@ var useOperationsApi = () => {
11693
11735
  nano_banana: {
11694
11736
  v1: hautechApi.operationsControllerRunGoogleNanoBananaV1V1
11695
11737
  }
11738
+ },
11739
+ workflow: {
11740
+ run: {
11741
+ v1: hautechApi.operationsControllerRunWorkflowsRunV1V1
11742
+ }
11696
11743
  }
11697
11744
  },
11698
11745
  get: wrapApiCallNullable(hautechApi.operationsControllerGetOperationV1),
@@ -13144,6 +13191,27 @@ var ImageEntityKind = {
13144
13191
  dataset: "dataset"
13145
13192
  };
13146
13193
 
13194
+ // src/autogenerated/schemas/imagen4FastV1InputAspectRatio.ts
13195
+ var Imagen4FastV1InputAspectRatio = {
13196
+ "1:1": "1:1",
13197
+ "16:9": "16:9",
13198
+ "9:16": "9:16",
13199
+ "3:4": "3:4",
13200
+ "4:3": "4:3"
13201
+ };
13202
+
13203
+ // src/autogenerated/schemas/imagen4FastV1ResponseKind.ts
13204
+ var Imagen4FastV1ResponseKind = {
13205
+ operation: "operation"
13206
+ };
13207
+
13208
+ // src/autogenerated/schemas/imagen4FastV1ResponseStatus.ts
13209
+ var Imagen4FastV1ResponseStatus = {
13210
+ pending: "pending",
13211
+ finished: "finished",
13212
+ failed: "failed"
13213
+ };
13214
+
13147
13215
  // src/autogenerated/schemas/imagen4InputAspectRatio.ts
13148
13216
  var Imagen4InputAspectRatio = {
13149
13217
  "1:1": "1:1",
@@ -13782,6 +13850,18 @@ var Seedream4EditV1ResponseStatus = {
13782
13850
  failed: "failed"
13783
13851
  };
13784
13852
 
13853
+ // src/autogenerated/schemas/seedream4T2iV1ResponseKind.ts
13854
+ var Seedream4T2iV1ResponseKind = {
13855
+ operation: "operation"
13856
+ };
13857
+
13858
+ // src/autogenerated/schemas/seedream4T2iV1ResponseStatus.ts
13859
+ var Seedream4T2iV1ResponseStatus = {
13860
+ pending: "pending",
13861
+ finished: "finished",
13862
+ failed: "failed"
13863
+ };
13864
+
13785
13865
  // src/autogenerated/schemas/segmentAnythingEmbeddingsV1ResponseKind.ts
13786
13866
  var SegmentAnythingEmbeddingsV1ResponseKind = {
13787
13867
  operation: "operation"
@@ -13985,6 +14065,18 @@ var WorkflowsControllerListWorkflowsV1OrderBy = {
13985
14065
  updatedAt_DESC: "updatedAt_DESC"
13986
14066
  };
13987
14067
 
14068
+ // src/autogenerated/schemas/workflowsRunV1ResponseKind.ts
14069
+ var WorkflowsRunV1ResponseKind = {
14070
+ operation: "operation"
14071
+ };
14072
+
14073
+ // src/autogenerated/schemas/workflowsRunV1ResponseStatus.ts
14074
+ var WorkflowsRunV1ResponseStatus = {
14075
+ pending: "pending",
14076
+ finished: "finished",
14077
+ failed: "failed"
14078
+ };
14079
+
13988
14080
  // src/autogenerated/schemas/yolo11xPoseV1OutputKind.ts
13989
14081
  var Yolo11xPoseV1OutputKind = {
13990
14082
  json: "json"
@@ -14898,6 +14990,39 @@ var getCall = () => {
14898
14990
  options
14899
14991
  );
14900
14992
  };
14993
+ const callControllerCallOperationsRunSeedream4T2iV1V1 = (seedream4T2iV1Request, options) => {
14994
+ return axiosMutator(
14995
+ {
14996
+ url: `/v1/call/operations.run.seedream.4_t2i.v1`,
14997
+ method: "POST",
14998
+ headers: { "Content-Type": "application/json" },
14999
+ data: seedream4T2iV1Request
15000
+ },
15001
+ options
15002
+ );
15003
+ };
15004
+ const callControllerCallOperationsRunImagen4FastV1V1 = (imagen4FastV1Request, options) => {
15005
+ return axiosMutator(
15006
+ {
15007
+ url: `/v1/call/operations.run.imagen4.fast.v1`,
15008
+ method: "POST",
15009
+ headers: { "Content-Type": "application/json" },
15010
+ data: imagen4FastV1Request
15011
+ },
15012
+ options
15013
+ );
15014
+ };
15015
+ const callControllerCallOperationsRunWorkflowsRunV1V1 = (workflowsRunV1Request, options) => {
15016
+ return axiosMutator(
15017
+ {
15018
+ url: `/v1/call/operations.run.workflows.run.v1`,
15019
+ method: "POST",
15020
+ headers: { "Content-Type": "application/json" },
15021
+ data: workflowsRunV1Request
15022
+ },
15023
+ options
15024
+ );
15025
+ };
14901
15026
  const callControllerCallPosesGetV1 = (getPoseParamsDto, options) => {
14902
15027
  return axiosMutator(
14903
15028
  {
@@ -15052,7 +15177,7 @@ var getCall = () => {
15052
15177
  options
15053
15178
  );
15054
15179
  };
15055
- 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, callControllerCallOperationsRunKlingKolorsVtonV1V1, callControllerCallOperationsRunSeedream4EditV1V1, callControllerCallOperationsRunJsonToImageV1V1, callControllerCallOperationsRunJsonToVideoV1V1, callControllerCallOperationsRunYolo11xPoseV1V1, callControllerCallPosesGetV1, callControllerCallPosesListV1, callControllerCallPosesPreviewSetV1, callControllerCallPosesMetadataUpdateV1, callControllerCallStacksCreateV1, callControllerCallStacksGetV1, callControllerCallStacksListV1, callControllerCallStacksMetadataUpdateV1, callControllerCallStacksItemsAddV1, callControllerCallStacksItemsRemoveV1, callControllerCallStorageCreateV1, callControllerCallStorageDeleteV1, callControllerCallStorageGetManyV1, callControllerCallStorageUpdateV1 };
15180
+ 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, callControllerCallOperationsRunKlingKolorsVtonV1V1, callControllerCallOperationsRunSeedream4EditV1V1, callControllerCallOperationsRunJsonToImageV1V1, callControllerCallOperationsRunJsonToVideoV1V1, callControllerCallOperationsRunYolo11xPoseV1V1, callControllerCallOperationsRunSeedream4T2iV1V1, callControllerCallOperationsRunImagen4FastV1V1, callControllerCallOperationsRunWorkflowsRunV1V1, callControllerCallPosesGetV1, callControllerCallPosesListV1, callControllerCallPosesPreviewSetV1, callControllerCallPosesMetadataUpdateV1, callControllerCallStacksCreateV1, callControllerCallStacksGetV1, callControllerCallStacksListV1, callControllerCallStacksMetadataUpdateV1, callControllerCallStacksItemsAddV1, callControllerCallStacksItemsRemoveV1, callControllerCallStorageCreateV1, callControllerCallStorageDeleteV1, callControllerCallStorageGetManyV1, callControllerCallStorageUpdateV1 };
15056
15181
  };
15057
15182
 
15058
15183
  // src/autogenerated/pipeline-methods.ts
@@ -15235,7 +15360,10 @@ var usePipelineDefinitions = () => {
15235
15360
  "v1": api.callControllerCallOperationsRunPipelineMapV1V1
15236
15361
  },
15237
15362
  "imagen4": {
15238
- "v1": api.callControllerCallOperationsRunImagen4V1V1
15363
+ "v1": api.callControllerCallOperationsRunImagen4V1V1,
15364
+ "fast": {
15365
+ "v1": api.callControllerCallOperationsRunImagen4FastV1V1
15366
+ }
15239
15367
  },
15240
15368
  "topaz": {
15241
15369
  "upscale": {
@@ -15281,6 +15409,9 @@ var usePipelineDefinitions = () => {
15281
15409
  "seedream": {
15282
15410
  "4_edit": {
15283
15411
  "v1": api.callControllerCallOperationsRunSeedream4EditV1V1
15412
+ },
15413
+ "4_t2i": {
15414
+ "v1": api.callControllerCallOperationsRunSeedream4T2iV1V1
15284
15415
  }
15285
15416
  },
15286
15417
  "json_to_image": {
@@ -15291,6 +15422,11 @@ var usePipelineDefinitions = () => {
15291
15422
  },
15292
15423
  "yolo11x_pose": {
15293
15424
  "v1": api.callControllerCallOperationsRunYolo11xPoseV1V1
15425
+ },
15426
+ "workflows": {
15427
+ "run": {
15428
+ "v1": api.callControllerCallOperationsRunWorkflowsRunV1V1
15429
+ }
15294
15430
  }
15295
15431
  }
15296
15432
  },
@@ -15946,6 +16082,9 @@ export {
15946
16082
  IdeogramCharacterV1ResponseKind,
15947
16083
  IdeogramCharacterV1ResponseStatus,
15948
16084
  ImageEntityKind,
16085
+ Imagen4FastV1InputAspectRatio,
16086
+ Imagen4FastV1ResponseKind,
16087
+ Imagen4FastV1ResponseStatus,
15949
16088
  Imagen4InputAspectRatio,
15950
16089
  Imagen4InputSafetyFilterLevel,
15951
16090
  Imagen4V1ResponseKind,
@@ -16036,6 +16175,8 @@ export {
16036
16175
  Seedream3V1ResponseStatus,
16037
16176
  Seedream4EditV1ResponseKind,
16038
16177
  Seedream4EditV1ResponseStatus,
16178
+ Seedream4T2iV1ResponseKind,
16179
+ Seedream4T2iV1ResponseStatus,
16039
16180
  SegmentAnythingEmbeddingsV1ResponseKind,
16040
16181
  SegmentAnythingEmbeddingsV1ResponseStatus,
16041
16182
  SegmentAnythingMaskV1ResponseKind,
@@ -16066,6 +16207,8 @@ export {
16066
16207
  VtonGiseleV1ResponseKind,
16067
16208
  VtonGiseleV1ResponseStatus,
16068
16209
  WorkflowsControllerListWorkflowsV1OrderBy,
16210
+ WorkflowsRunV1ResponseKind,
16211
+ WorkflowsRunV1ResponseStatus,
16069
16212
  Yolo11xPoseV1OutputKind,
16070
16213
  Yolo11xPoseV1ResponseKind,
16071
16214
  Yolo11xPoseV1ResponseStatus,