@hautechai/sdk 2.40.0 → 2.42.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/README.md +6 -0
- package/dist/index.d.mts +322 -1
- package/dist/index.d.ts +322 -1
- package/dist/index.js +73 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +69 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -411,6 +411,8 @@ interface AlphabakeVtonV1Response {
|
|
|
411
411
|
id: string;
|
|
412
412
|
creatorId: string;
|
|
413
413
|
metadata: AlphabakeVtonV1ResponseMetadata;
|
|
414
|
+
/** @nullable */
|
|
415
|
+
expiresAt: string | null;
|
|
414
416
|
createdAt: string;
|
|
415
417
|
updatedAt: string;
|
|
416
418
|
}
|
|
@@ -556,6 +558,8 @@ interface AnimateCreatomateV1Response {
|
|
|
556
558
|
id: string;
|
|
557
559
|
creatorId: string;
|
|
558
560
|
metadata: AnimateCreatomateV1ResponseMetadata;
|
|
561
|
+
/** @nullable */
|
|
562
|
+
expiresAt: string | null;
|
|
559
563
|
createdAt: string;
|
|
560
564
|
updatedAt: string;
|
|
561
565
|
}
|
|
@@ -694,6 +698,8 @@ interface AnimateKling16ProV1Response {
|
|
|
694
698
|
id: string;
|
|
695
699
|
creatorId: string;
|
|
696
700
|
metadata: AnimateKling16ProV1ResponseMetadata;
|
|
701
|
+
/** @nullable */
|
|
702
|
+
expiresAt: string | null;
|
|
697
703
|
createdAt: string;
|
|
698
704
|
updatedAt: string;
|
|
699
705
|
}
|
|
@@ -813,6 +819,8 @@ interface AnimateKling21ProV1Response {
|
|
|
813
819
|
id: string;
|
|
814
820
|
creatorId: string;
|
|
815
821
|
metadata: AnimateKling21ProV1ResponseMetadata;
|
|
822
|
+
/** @nullable */
|
|
823
|
+
expiresAt: string | null;
|
|
816
824
|
createdAt: string;
|
|
817
825
|
updatedAt: string;
|
|
818
826
|
}
|
|
@@ -931,6 +939,8 @@ interface AnimateKling21StandardV1Response {
|
|
|
931
939
|
id: string;
|
|
932
940
|
creatorId: string;
|
|
933
941
|
metadata: AnimateKling21StandardV1ResponseMetadata;
|
|
942
|
+
/** @nullable */
|
|
943
|
+
expiresAt: string | null;
|
|
934
944
|
createdAt: string;
|
|
935
945
|
updatedAt: string;
|
|
936
946
|
}
|
|
@@ -1049,6 +1059,8 @@ interface AnimateKling21V1Response {
|
|
|
1049
1059
|
id: string;
|
|
1050
1060
|
creatorId: string;
|
|
1051
1061
|
metadata: AnimateKling21V1ResponseMetadata;
|
|
1062
|
+
/** @nullable */
|
|
1063
|
+
expiresAt: string | null;
|
|
1052
1064
|
createdAt: string;
|
|
1053
1065
|
updatedAt: string;
|
|
1054
1066
|
}
|
|
@@ -1500,6 +1512,8 @@ interface ClipClassifyV1Response {
|
|
|
1500
1512
|
id: string;
|
|
1501
1513
|
creatorId: string;
|
|
1502
1514
|
metadata: ClipClassifyV1ResponseMetadata;
|
|
1515
|
+
/** @nullable */
|
|
1516
|
+
expiresAt: string | null;
|
|
1503
1517
|
createdAt: string;
|
|
1504
1518
|
updatedAt: string;
|
|
1505
1519
|
}
|
|
@@ -1546,6 +1560,8 @@ interface CollectionEntity {
|
|
|
1546
1560
|
id: string;
|
|
1547
1561
|
creatorId: string;
|
|
1548
1562
|
metadata: CollectionEntityMetadata;
|
|
1563
|
+
/** @nullable */
|
|
1564
|
+
expiresAt: string | null;
|
|
1549
1565
|
createdAt: string;
|
|
1550
1566
|
updatedAt: string;
|
|
1551
1567
|
}
|
|
@@ -1802,6 +1818,8 @@ interface CompositeV1Response {
|
|
|
1802
1818
|
id: string;
|
|
1803
1819
|
creatorId: string;
|
|
1804
1820
|
metadata: CompositeV1ResponseMetadata;
|
|
1821
|
+
/** @nullable */
|
|
1822
|
+
expiresAt: string | null;
|
|
1805
1823
|
createdAt: string;
|
|
1806
1824
|
updatedAt: string;
|
|
1807
1825
|
}
|
|
@@ -1905,6 +1923,8 @@ interface ContrastV1Response {
|
|
|
1905
1923
|
id: string;
|
|
1906
1924
|
creatorId: string;
|
|
1907
1925
|
metadata: ContrastV1ResponseMetadata;
|
|
1926
|
+
/** @nullable */
|
|
1927
|
+
expiresAt: string | null;
|
|
1908
1928
|
createdAt: string;
|
|
1909
1929
|
updatedAt: string;
|
|
1910
1930
|
}
|
|
@@ -1971,6 +1991,8 @@ interface CreateCollectionParamsDto {
|
|
|
1971
1991
|
*/
|
|
1972
1992
|
interface CreateImageParamsDto {
|
|
1973
1993
|
fileToken?: string;
|
|
1994
|
+
/** @minimum 1 */
|
|
1995
|
+
ttlSeconds?: number;
|
|
1974
1996
|
}
|
|
1975
1997
|
|
|
1976
1998
|
/**
|
|
@@ -2278,6 +2300,8 @@ interface CropV1Response {
|
|
|
2278
2300
|
id: string;
|
|
2279
2301
|
creatorId: string;
|
|
2280
2302
|
metadata: CropV1ResponseMetadata;
|
|
2303
|
+
/** @nullable */
|
|
2304
|
+
expiresAt: string | null;
|
|
2281
2305
|
createdAt: string;
|
|
2282
2306
|
updatedAt: string;
|
|
2283
2307
|
}
|
|
@@ -2422,6 +2446,8 @@ interface CutV1Response {
|
|
|
2422
2446
|
id: string;
|
|
2423
2447
|
creatorId: string;
|
|
2424
2448
|
metadata: CutV1ResponseMetadata;
|
|
2449
|
+
/** @nullable */
|
|
2450
|
+
expiresAt: string | null;
|
|
2425
2451
|
createdAt: string;
|
|
2426
2452
|
updatedAt: string;
|
|
2427
2453
|
}
|
|
@@ -2591,6 +2617,8 @@ interface EchoV1Response {
|
|
|
2591
2617
|
id: string;
|
|
2592
2618
|
creatorId: string;
|
|
2593
2619
|
metadata: EchoV1ResponseMetadata;
|
|
2620
|
+
/** @nullable */
|
|
2621
|
+
expiresAt: string | null;
|
|
2594
2622
|
createdAt: string;
|
|
2595
2623
|
updatedAt: string;
|
|
2596
2624
|
}
|
|
@@ -2705,6 +2733,8 @@ interface EditFluxKontextDevV1Response {
|
|
|
2705
2733
|
id: string;
|
|
2706
2734
|
creatorId: string;
|
|
2707
2735
|
metadata: EditFluxKontextDevV1ResponseMetadata;
|
|
2736
|
+
/** @nullable */
|
|
2737
|
+
expiresAt: string | null;
|
|
2708
2738
|
createdAt: string;
|
|
2709
2739
|
updatedAt: string;
|
|
2710
2740
|
}
|
|
@@ -2868,6 +2898,8 @@ interface FashnVton16V1Response {
|
|
|
2868
2898
|
id: string;
|
|
2869
2899
|
creatorId: string;
|
|
2870
2900
|
metadata: FashnVton16V1ResponseMetadata;
|
|
2901
|
+
/** @nullable */
|
|
2902
|
+
expiresAt: string | null;
|
|
2871
2903
|
createdAt: string;
|
|
2872
2904
|
updatedAt: string;
|
|
2873
2905
|
}
|
|
@@ -3026,6 +3058,8 @@ interface FluxKontextDevPrepareDatasetV1Response {
|
|
|
3026
3058
|
id: string;
|
|
3027
3059
|
creatorId: string;
|
|
3028
3060
|
metadata: FluxKontextDevPrepareDatasetV1ResponseMetadata;
|
|
3061
|
+
/** @nullable */
|
|
3062
|
+
expiresAt: string | null;
|
|
3029
3063
|
createdAt: string;
|
|
3030
3064
|
updatedAt: string;
|
|
3031
3065
|
}
|
|
@@ -3162,6 +3196,8 @@ interface FluxKontextDevTrainV1Response {
|
|
|
3162
3196
|
id: string;
|
|
3163
3197
|
creatorId: string;
|
|
3164
3198
|
metadata: FluxKontextDevTrainV1ResponseMetadata;
|
|
3199
|
+
/** @nullable */
|
|
3200
|
+
expiresAt: string | null;
|
|
3165
3201
|
createdAt: string;
|
|
3166
3202
|
updatedAt: string;
|
|
3167
3203
|
}
|
|
@@ -3278,6 +3314,8 @@ interface FluxKontextDevV1Response {
|
|
|
3278
3314
|
id: string;
|
|
3279
3315
|
creatorId: string;
|
|
3280
3316
|
metadata: FluxKontextDevV1ResponseMetadata;
|
|
3317
|
+
/** @nullable */
|
|
3318
|
+
expiresAt: string | null;
|
|
3281
3319
|
createdAt: string;
|
|
3282
3320
|
updatedAt: string;
|
|
3283
3321
|
}
|
|
@@ -6376,6 +6414,8 @@ interface GoogleNanoBananaProEditV1Response {
|
|
|
6376
6414
|
id: string;
|
|
6377
6415
|
creatorId: string;
|
|
6378
6416
|
metadata: GoogleNanoBananaProEditV1ResponseMetadata;
|
|
6417
|
+
/** @nullable */
|
|
6418
|
+
expiresAt: string | null;
|
|
6379
6419
|
createdAt: string;
|
|
6380
6420
|
updatedAt: string;
|
|
6381
6421
|
}
|
|
@@ -6519,6 +6559,8 @@ interface GoogleNanoBananaV1Response {
|
|
|
6519
6559
|
id: string;
|
|
6520
6560
|
creatorId: string;
|
|
6521
6561
|
metadata: GoogleNanoBananaV1ResponseMetadata;
|
|
6562
|
+
/** @nullable */
|
|
6563
|
+
expiresAt: string | null;
|
|
6522
6564
|
createdAt: string;
|
|
6523
6565
|
updatedAt: string;
|
|
6524
6566
|
}
|
|
@@ -6657,6 +6699,8 @@ interface GptV1Response {
|
|
|
6657
6699
|
id: string;
|
|
6658
6700
|
creatorId: string;
|
|
6659
6701
|
metadata: GptV1ResponseMetadata;
|
|
6702
|
+
/** @nullable */
|
|
6703
|
+
expiresAt: string | null;
|
|
6660
6704
|
createdAt: string;
|
|
6661
6705
|
updatedAt: string;
|
|
6662
6706
|
}
|
|
@@ -6749,6 +6793,8 @@ interface GptV2Response {
|
|
|
6749
6793
|
id: string;
|
|
6750
6794
|
creatorId: string;
|
|
6751
6795
|
metadata: GptV2ResponseMetadata;
|
|
6796
|
+
/** @nullable */
|
|
6797
|
+
expiresAt: string | null;
|
|
6752
6798
|
createdAt: string;
|
|
6753
6799
|
updatedAt: string;
|
|
6754
6800
|
}
|
|
@@ -6841,6 +6887,8 @@ interface GptV3Response {
|
|
|
6841
6887
|
id: string;
|
|
6842
6888
|
creatorId: string;
|
|
6843
6889
|
metadata: GptV3ResponseMetadata;
|
|
6890
|
+
/** @nullable */
|
|
6891
|
+
expiresAt: string | null;
|
|
6844
6892
|
createdAt: string;
|
|
6845
6893
|
updatedAt: string;
|
|
6846
6894
|
}
|
|
@@ -7075,6 +7123,8 @@ interface HauteLindaV1Response {
|
|
|
7075
7123
|
id: string;
|
|
7076
7124
|
creatorId: string;
|
|
7077
7125
|
metadata: HauteLindaV1ResponseMetadata;
|
|
7126
|
+
/** @nullable */
|
|
7127
|
+
expiresAt: string | null;
|
|
7078
7128
|
createdAt: string;
|
|
7079
7129
|
updatedAt: string;
|
|
7080
7130
|
}
|
|
@@ -7212,6 +7262,8 @@ interface HauteNaomiPrepareDatasetV1Response {
|
|
|
7212
7262
|
id: string;
|
|
7213
7263
|
creatorId: string;
|
|
7214
7264
|
metadata: HauteNaomiPrepareDatasetV1ResponseMetadata;
|
|
7265
|
+
/** @nullable */
|
|
7266
|
+
expiresAt: string | null;
|
|
7215
7267
|
createdAt: string;
|
|
7216
7268
|
updatedAt: string;
|
|
7217
7269
|
}
|
|
@@ -7349,6 +7401,8 @@ interface HauteNaomiTrainV1Response {
|
|
|
7349
7401
|
id: string;
|
|
7350
7402
|
creatorId: string;
|
|
7351
7403
|
metadata: HauteNaomiTrainV1ResponseMetadata;
|
|
7404
|
+
/** @nullable */
|
|
7405
|
+
expiresAt: string | null;
|
|
7352
7406
|
createdAt: string;
|
|
7353
7407
|
updatedAt: string;
|
|
7354
7408
|
}
|
|
@@ -7492,6 +7546,8 @@ interface HauteNaomiV1Response {
|
|
|
7492
7546
|
id: string;
|
|
7493
7547
|
creatorId: string;
|
|
7494
7548
|
metadata: HauteNaomiV1ResponseMetadata;
|
|
7549
|
+
/** @nullable */
|
|
7550
|
+
expiresAt: string | null;
|
|
7495
7551
|
createdAt: string;
|
|
7496
7552
|
updatedAt: string;
|
|
7497
7553
|
}
|
|
@@ -7598,6 +7654,8 @@ interface IdeogramCharacterV1Response {
|
|
|
7598
7654
|
id: string;
|
|
7599
7655
|
creatorId: string;
|
|
7600
7656
|
metadata: IdeogramCharacterV1ResponseMetadata;
|
|
7657
|
+
/** @nullable */
|
|
7658
|
+
expiresAt: string | null;
|
|
7601
7659
|
createdAt: string;
|
|
7602
7660
|
updatedAt: string;
|
|
7603
7661
|
}
|
|
@@ -7668,6 +7726,8 @@ interface ImageEntity {
|
|
|
7668
7726
|
id: string;
|
|
7669
7727
|
creatorId: string;
|
|
7670
7728
|
metadata: ImageEntityMetadata;
|
|
7729
|
+
/** @nullable */
|
|
7730
|
+
expiresAt: string | null;
|
|
7671
7731
|
createdAt: string;
|
|
7672
7732
|
updatedAt: string;
|
|
7673
7733
|
format: string;
|
|
@@ -7827,6 +7887,8 @@ interface Imagen4FastV1Response {
|
|
|
7827
7887
|
id: string;
|
|
7828
7888
|
creatorId: string;
|
|
7829
7889
|
metadata: Imagen4FastV1ResponseMetadata;
|
|
7890
|
+
/** @nullable */
|
|
7891
|
+
expiresAt: string | null;
|
|
7830
7892
|
createdAt: string;
|
|
7831
7893
|
updatedAt: string;
|
|
7832
7894
|
}
|
|
@@ -7996,6 +8058,8 @@ interface Imagen4StandardV1Response {
|
|
|
7996
8058
|
id: string;
|
|
7997
8059
|
creatorId: string;
|
|
7998
8060
|
metadata: Imagen4StandardV1ResponseMetadata;
|
|
8061
|
+
/** @nullable */
|
|
8062
|
+
expiresAt: string | null;
|
|
7999
8063
|
createdAt: string;
|
|
8000
8064
|
updatedAt: string;
|
|
8001
8065
|
}
|
|
@@ -8124,6 +8188,8 @@ interface Imagen4UltraV1Response {
|
|
|
8124
8188
|
id: string;
|
|
8125
8189
|
creatorId: string;
|
|
8126
8190
|
metadata: Imagen4UltraV1ResponseMetadata;
|
|
8191
|
+
/** @nullable */
|
|
8192
|
+
expiresAt: string | null;
|
|
8127
8193
|
createdAt: string;
|
|
8128
8194
|
updatedAt: string;
|
|
8129
8195
|
}
|
|
@@ -8216,6 +8282,8 @@ interface Imagen4V1Response {
|
|
|
8216
8282
|
id: string;
|
|
8217
8283
|
creatorId: string;
|
|
8218
8284
|
metadata: Imagen4V1ResponseMetadata;
|
|
8285
|
+
/** @nullable */
|
|
8286
|
+
expiresAt: string | null;
|
|
8219
8287
|
createdAt: string;
|
|
8220
8288
|
updatedAt: string;
|
|
8221
8289
|
}
|
|
@@ -8320,6 +8388,8 @@ interface ImagesDownscaleV1Response {
|
|
|
8320
8388
|
id: string;
|
|
8321
8389
|
creatorId: string;
|
|
8322
8390
|
metadata: ImagesDownscaleV1ResponseMetadata;
|
|
8391
|
+
/** @nullable */
|
|
8392
|
+
expiresAt: string | null;
|
|
8323
8393
|
createdAt: string;
|
|
8324
8394
|
updatedAt: string;
|
|
8325
8395
|
}
|
|
@@ -8423,6 +8493,8 @@ interface ImagesRenameV1Response {
|
|
|
8423
8493
|
id: string;
|
|
8424
8494
|
creatorId: string;
|
|
8425
8495
|
metadata: ImagesRenameV1ResponseMetadata;
|
|
8496
|
+
/** @nullable */
|
|
8497
|
+
expiresAt: string | null;
|
|
8426
8498
|
createdAt: string;
|
|
8427
8499
|
updatedAt: string;
|
|
8428
8500
|
}
|
|
@@ -8515,6 +8587,8 @@ interface ImagineFlux11ProUltraV1Response {
|
|
|
8515
8587
|
id: string;
|
|
8516
8588
|
creatorId: string;
|
|
8517
8589
|
metadata: ImagineFlux11ProUltraV1ResponseMetadata;
|
|
8590
|
+
/** @nullable */
|
|
8591
|
+
expiresAt: string | null;
|
|
8518
8592
|
createdAt: string;
|
|
8519
8593
|
updatedAt: string;
|
|
8520
8594
|
}
|
|
@@ -8637,6 +8711,8 @@ interface ImagineKateV1Response {
|
|
|
8637
8711
|
id: string;
|
|
8638
8712
|
creatorId: string;
|
|
8639
8713
|
metadata: ImagineKateV1ResponseMetadata;
|
|
8714
|
+
/** @nullable */
|
|
8715
|
+
expiresAt: string | null;
|
|
8640
8716
|
createdAt: string;
|
|
8641
8717
|
updatedAt: string;
|
|
8642
8718
|
}
|
|
@@ -8809,6 +8885,8 @@ interface InpaintKateV1Response {
|
|
|
8809
8885
|
id: string;
|
|
8810
8886
|
creatorId: string;
|
|
8811
8887
|
metadata: InpaintKateV1ResponseMetadata;
|
|
8888
|
+
/** @nullable */
|
|
8889
|
+
expiresAt: string | null;
|
|
8812
8890
|
createdAt: string;
|
|
8813
8891
|
updatedAt: string;
|
|
8814
8892
|
}
|
|
@@ -8912,6 +8990,8 @@ interface JsonToImageV1Response {
|
|
|
8912
8990
|
id: string;
|
|
8913
8991
|
creatorId: string;
|
|
8914
8992
|
metadata: JsonToImageV1ResponseMetadata;
|
|
8993
|
+
/** @nullable */
|
|
8994
|
+
expiresAt: string | null;
|
|
8915
8995
|
createdAt: string;
|
|
8916
8996
|
updatedAt: string;
|
|
8917
8997
|
}
|
|
@@ -9041,6 +9121,8 @@ interface JsonToVideoV1Response {
|
|
|
9041
9121
|
id: string;
|
|
9042
9122
|
creatorId: string;
|
|
9043
9123
|
metadata: JsonToVideoV1ResponseMetadata;
|
|
9124
|
+
/** @nullable */
|
|
9125
|
+
expiresAt: string | null;
|
|
9044
9126
|
createdAt: string;
|
|
9045
9127
|
updatedAt: string;
|
|
9046
9128
|
}
|
|
@@ -9144,6 +9226,8 @@ interface KlingKolorsVtonV1Response {
|
|
|
9144
9226
|
id: string;
|
|
9145
9227
|
creatorId: string;
|
|
9146
9228
|
metadata: KlingKolorsVtonV1ResponseMetadata;
|
|
9229
|
+
/** @nullable */
|
|
9230
|
+
expiresAt: string | null;
|
|
9147
9231
|
createdAt: string;
|
|
9148
9232
|
updatedAt: string;
|
|
9149
9233
|
}
|
|
@@ -9267,6 +9351,147 @@ interface KlingVideo25ProImageToVideoV1Response {
|
|
|
9267
9351
|
id: string;
|
|
9268
9352
|
creatorId: string;
|
|
9269
9353
|
metadata: KlingVideo25ProImageToVideoV1ResponseMetadata;
|
|
9354
|
+
/** @nullable */
|
|
9355
|
+
expiresAt: string | null;
|
|
9356
|
+
createdAt: string;
|
|
9357
|
+
updatedAt: string;
|
|
9358
|
+
}
|
|
9359
|
+
|
|
9360
|
+
/**
|
|
9361
|
+
* Generated by orval v7.10.0 🍺
|
|
9362
|
+
* Do not edit manually.
|
|
9363
|
+
* Hautech API
|
|
9364
|
+
* OpenAPI spec version: 1.0
|
|
9365
|
+
*/
|
|
9366
|
+
type KlingVideo25TurboProImageToVideoV1InputDuration = typeof KlingVideo25TurboProImageToVideoV1InputDuration[keyof typeof KlingVideo25TurboProImageToVideoV1InputDuration];
|
|
9367
|
+
declare const KlingVideo25TurboProImageToVideoV1InputDuration: {
|
|
9368
|
+
readonly NUMBER_5: 5;
|
|
9369
|
+
readonly NUMBER_10: 10;
|
|
9370
|
+
};
|
|
9371
|
+
|
|
9372
|
+
/**
|
|
9373
|
+
* Generated by orval v7.10.0 🍺
|
|
9374
|
+
* Do not edit manually.
|
|
9375
|
+
* Hautech API
|
|
9376
|
+
* OpenAPI spec version: 1.0
|
|
9377
|
+
*/
|
|
9378
|
+
type KlingVideo25TurboProImageToVideoV1InputAspectRatio = typeof KlingVideo25TurboProImageToVideoV1InputAspectRatio[keyof typeof KlingVideo25TurboProImageToVideoV1InputAspectRatio];
|
|
9379
|
+
declare const KlingVideo25TurboProImageToVideoV1InputAspectRatio: {
|
|
9380
|
+
readonly '16:9': "16:9";
|
|
9381
|
+
readonly '9:16': "9:16";
|
|
9382
|
+
readonly '1:1': "1:1";
|
|
9383
|
+
};
|
|
9384
|
+
|
|
9385
|
+
/**
|
|
9386
|
+
* Generated by orval v7.10.0 🍺
|
|
9387
|
+
* Do not edit manually.
|
|
9388
|
+
* Hautech API
|
|
9389
|
+
* OpenAPI spec version: 1.0
|
|
9390
|
+
*/
|
|
9391
|
+
|
|
9392
|
+
interface KlingVideo25TurboProImageToVideoV1Input {
|
|
9393
|
+
/** Text prompt used to drive the Kling generation */
|
|
9394
|
+
prompt: string;
|
|
9395
|
+
/** Negative prompt */
|
|
9396
|
+
negative_prompt?: string;
|
|
9397
|
+
duration?: KlingVideo25TurboProImageToVideoV1InputDuration;
|
|
9398
|
+
/** Image asset ID to guide the video */
|
|
9399
|
+
start_image?: string;
|
|
9400
|
+
/** Optional ending reference image */
|
|
9401
|
+
end_image?: string;
|
|
9402
|
+
aspect_ratio?: KlingVideo25TurboProImageToVideoV1InputAspectRatio;
|
|
9403
|
+
}
|
|
9404
|
+
|
|
9405
|
+
/**
|
|
9406
|
+
* Generated by orval v7.10.0 🍺
|
|
9407
|
+
* Do not edit manually.
|
|
9408
|
+
* Hautech API
|
|
9409
|
+
* OpenAPI spec version: 1.0
|
|
9410
|
+
*/
|
|
9411
|
+
type KlingVideo25TurboProImageToVideoV1RequestMetadata = {
|
|
9412
|
+
[key: string]: unknown;
|
|
9413
|
+
};
|
|
9414
|
+
|
|
9415
|
+
/**
|
|
9416
|
+
* Generated by orval v7.10.0 🍺
|
|
9417
|
+
* Do not edit manually.
|
|
9418
|
+
* Hautech API
|
|
9419
|
+
* OpenAPI spec version: 1.0
|
|
9420
|
+
*/
|
|
9421
|
+
|
|
9422
|
+
interface KlingVideo25TurboProImageToVideoV1Request {
|
|
9423
|
+
input: KlingVideo25TurboProImageToVideoV1Input;
|
|
9424
|
+
metadata?: KlingVideo25TurboProImageToVideoV1RequestMetadata;
|
|
9425
|
+
}
|
|
9426
|
+
|
|
9427
|
+
/**
|
|
9428
|
+
* Generated by orval v7.10.0 🍺
|
|
9429
|
+
* Do not edit manually.
|
|
9430
|
+
* Hautech API
|
|
9431
|
+
* OpenAPI spec version: 1.0
|
|
9432
|
+
*/
|
|
9433
|
+
type KlingVideo25TurboProImageToVideoV1ResponseKind = typeof KlingVideo25TurboProImageToVideoV1ResponseKind[keyof typeof KlingVideo25TurboProImageToVideoV1ResponseKind];
|
|
9434
|
+
declare const KlingVideo25TurboProImageToVideoV1ResponseKind: {
|
|
9435
|
+
readonly operation: "operation";
|
|
9436
|
+
};
|
|
9437
|
+
|
|
9438
|
+
/**
|
|
9439
|
+
* Generated by orval v7.10.0 🍺
|
|
9440
|
+
* Do not edit manually.
|
|
9441
|
+
* Hautech API
|
|
9442
|
+
* OpenAPI spec version: 1.0
|
|
9443
|
+
*/
|
|
9444
|
+
type KlingVideo25TurboProImageToVideoV1ResponseInput = {
|
|
9445
|
+
[key: string]: unknown;
|
|
9446
|
+
};
|
|
9447
|
+
|
|
9448
|
+
/**
|
|
9449
|
+
* Generated by orval v7.10.0 🍺
|
|
9450
|
+
* Do not edit manually.
|
|
9451
|
+
* Hautech API
|
|
9452
|
+
* OpenAPI spec version: 1.0
|
|
9453
|
+
*/
|
|
9454
|
+
type KlingVideo25TurboProImageToVideoV1ResponseStatus = typeof KlingVideo25TurboProImageToVideoV1ResponseStatus[keyof typeof KlingVideo25TurboProImageToVideoV1ResponseStatus];
|
|
9455
|
+
declare const KlingVideo25TurboProImageToVideoV1ResponseStatus: {
|
|
9456
|
+
readonly pending: "pending";
|
|
9457
|
+
readonly finished: "finished";
|
|
9458
|
+
readonly failed: "failed";
|
|
9459
|
+
};
|
|
9460
|
+
|
|
9461
|
+
/**
|
|
9462
|
+
* Generated by orval v7.10.0 🍺
|
|
9463
|
+
* Do not edit manually.
|
|
9464
|
+
* Hautech API
|
|
9465
|
+
* OpenAPI spec version: 1.0
|
|
9466
|
+
*/
|
|
9467
|
+
type KlingVideo25TurboProImageToVideoV1ResponseMetadata = {
|
|
9468
|
+
[key: string]: unknown;
|
|
9469
|
+
};
|
|
9470
|
+
|
|
9471
|
+
/**
|
|
9472
|
+
* Generated by orval v7.10.0 🍺
|
|
9473
|
+
* Do not edit manually.
|
|
9474
|
+
* Hautech API
|
|
9475
|
+
* OpenAPI spec version: 1.0
|
|
9476
|
+
*/
|
|
9477
|
+
|
|
9478
|
+
interface KlingVideo25TurboProImageToVideoV1Response {
|
|
9479
|
+
kind: KlingVideo25TurboProImageToVideoV1ResponseKind;
|
|
9480
|
+
output: OperationOutputVideoSingle;
|
|
9481
|
+
input: KlingVideo25TurboProImageToVideoV1ResponseInput;
|
|
9482
|
+
status: KlingVideo25TurboProImageToVideoV1ResponseStatus;
|
|
9483
|
+
type: string;
|
|
9484
|
+
/** @nullable */
|
|
9485
|
+
price?: string | null;
|
|
9486
|
+
/** @nullable */
|
|
9487
|
+
estimatedPrice?: string | null;
|
|
9488
|
+
errorMessage?: string;
|
|
9489
|
+
errorCode?: string;
|
|
9490
|
+
id: string;
|
|
9491
|
+
creatorId: string;
|
|
9492
|
+
metadata: KlingVideo25TurboProImageToVideoV1ResponseMetadata;
|
|
9493
|
+
/** @nullable */
|
|
9494
|
+
expiresAt: string | null;
|
|
9270
9495
|
createdAt: string;
|
|
9271
9496
|
updatedAt: string;
|
|
9272
9497
|
}
|
|
@@ -9438,6 +9663,8 @@ interface ResourceEntity {
|
|
|
9438
9663
|
id: string;
|
|
9439
9664
|
creatorId: string;
|
|
9440
9665
|
metadata: ResourceEntityMetadata;
|
|
9666
|
+
/** @nullable */
|
|
9667
|
+
expiresAt: string | null;
|
|
9441
9668
|
createdAt: string;
|
|
9442
9669
|
updatedAt: string;
|
|
9443
9670
|
}
|
|
@@ -9677,6 +9904,8 @@ interface OperationEntity {
|
|
|
9677
9904
|
id: string;
|
|
9678
9905
|
creatorId: string;
|
|
9679
9906
|
metadata: OperationEntityMetadata;
|
|
9907
|
+
/** @nullable */
|
|
9908
|
+
expiresAt: string | null;
|
|
9680
9909
|
createdAt: string;
|
|
9681
9910
|
updatedAt: string;
|
|
9682
9911
|
}
|
|
@@ -9823,6 +10052,8 @@ interface PoseEntity {
|
|
|
9823
10052
|
id: string;
|
|
9824
10053
|
creatorId: string;
|
|
9825
10054
|
metadata: PoseEntityMetadata;
|
|
10055
|
+
/** @nullable */
|
|
10056
|
+
expiresAt: string | null;
|
|
9826
10057
|
createdAt: string;
|
|
9827
10058
|
updatedAt: string;
|
|
9828
10059
|
}
|
|
@@ -9968,6 +10199,8 @@ interface VideoEntity {
|
|
|
9968
10199
|
id: string;
|
|
9969
10200
|
creatorId: string;
|
|
9970
10201
|
metadata: VideoEntityMetadata;
|
|
10202
|
+
/** @nullable */
|
|
10203
|
+
expiresAt: string | null;
|
|
9971
10204
|
createdAt: string;
|
|
9972
10205
|
updatedAt: string;
|
|
9973
10206
|
}
|
|
@@ -10004,6 +10237,8 @@ interface StackEntity {
|
|
|
10004
10237
|
id: string;
|
|
10005
10238
|
creatorId: string;
|
|
10006
10239
|
metadata: StackEntityMetadata;
|
|
10240
|
+
/** @nullable */
|
|
10241
|
+
expiresAt: string | null;
|
|
10007
10242
|
createdAt: string;
|
|
10008
10243
|
updatedAt: string;
|
|
10009
10244
|
}
|
|
@@ -10277,6 +10512,8 @@ interface LumaPhotonV1Response {
|
|
|
10277
10512
|
id: string;
|
|
10278
10513
|
creatorId: string;
|
|
10279
10514
|
metadata: LumaPhotonV1ResponseMetadata;
|
|
10515
|
+
/** @nullable */
|
|
10516
|
+
expiresAt: string | null;
|
|
10280
10517
|
createdAt: string;
|
|
10281
10518
|
updatedAt: string;
|
|
10282
10519
|
}
|
|
@@ -10396,6 +10633,8 @@ interface MathV1Response {
|
|
|
10396
10633
|
id: string;
|
|
10397
10634
|
creatorId: string;
|
|
10398
10635
|
metadata: MathV1ResponseMetadata;
|
|
10636
|
+
/** @nullable */
|
|
10637
|
+
expiresAt: string | null;
|
|
10399
10638
|
createdAt: string;
|
|
10400
10639
|
updatedAt: string;
|
|
10401
10640
|
}
|
|
@@ -10553,6 +10792,8 @@ interface NegateImageV1Response {
|
|
|
10553
10792
|
id: string;
|
|
10554
10793
|
creatorId: string;
|
|
10555
10794
|
metadata: NegateImageV1ResponseMetadata;
|
|
10795
|
+
/** @nullable */
|
|
10796
|
+
expiresAt: string | null;
|
|
10556
10797
|
createdAt: string;
|
|
10557
10798
|
updatedAt: string;
|
|
10558
10799
|
}
|
|
@@ -10657,6 +10898,8 @@ interface NoiseV1Response {
|
|
|
10657
10898
|
id: string;
|
|
10658
10899
|
creatorId: string;
|
|
10659
10900
|
metadata: NoiseV1ResponseMetadata;
|
|
10901
|
+
/** @nullable */
|
|
10902
|
+
expiresAt: string | null;
|
|
10660
10903
|
createdAt: string;
|
|
10661
10904
|
updatedAt: string;
|
|
10662
10905
|
}
|
|
@@ -10783,6 +11026,8 @@ interface ObjectDetectionV1Response {
|
|
|
10783
11026
|
id: string;
|
|
10784
11027
|
creatorId: string;
|
|
10785
11028
|
metadata: ObjectDetectionV1ResponseMetadata;
|
|
11029
|
+
/** @nullable */
|
|
11030
|
+
expiresAt: string | null;
|
|
10786
11031
|
createdAt: string;
|
|
10787
11032
|
updatedAt: string;
|
|
10788
11033
|
}
|
|
@@ -10981,6 +11226,8 @@ interface OnecompilerV1Response {
|
|
|
10981
11226
|
id: string;
|
|
10982
11227
|
creatorId: string;
|
|
10983
11228
|
metadata: OnecompilerV1ResponseMetadata;
|
|
11229
|
+
/** @nullable */
|
|
11230
|
+
expiresAt: string | null;
|
|
10984
11231
|
createdAt: string;
|
|
10985
11232
|
updatedAt: string;
|
|
10986
11233
|
}
|
|
@@ -11367,6 +11614,8 @@ interface PipelineMapV1Response {
|
|
|
11367
11614
|
id: string;
|
|
11368
11615
|
creatorId: string;
|
|
11369
11616
|
metadata: PipelineMapV1ResponseMetadata;
|
|
11617
|
+
/** @nullable */
|
|
11618
|
+
expiresAt: string | null;
|
|
11370
11619
|
createdAt: string;
|
|
11371
11620
|
updatedAt: string;
|
|
11372
11621
|
}
|
|
@@ -11607,6 +11856,8 @@ interface PoseEstimationV1Response {
|
|
|
11607
11856
|
id: string;
|
|
11608
11857
|
creatorId: string;
|
|
11609
11858
|
metadata: PoseEstimationV1ResponseMetadata;
|
|
11859
|
+
/** @nullable */
|
|
11860
|
+
expiresAt: string | null;
|
|
11610
11861
|
createdAt: string;
|
|
11611
11862
|
updatedAt: string;
|
|
11612
11863
|
}
|
|
@@ -12062,6 +12313,8 @@ interface ResizeV1Response {
|
|
|
12062
12313
|
id: string;
|
|
12063
12314
|
creatorId: string;
|
|
12064
12315
|
metadata: ResizeV1ResponseMetadata;
|
|
12316
|
+
/** @nullable */
|
|
12317
|
+
expiresAt: string | null;
|
|
12065
12318
|
createdAt: string;
|
|
12066
12319
|
updatedAt: string;
|
|
12067
12320
|
}
|
|
@@ -12202,6 +12455,8 @@ interface ReveRemixV1Response {
|
|
|
12202
12455
|
id: string;
|
|
12203
12456
|
creatorId: string;
|
|
12204
12457
|
metadata: ReveRemixV1ResponseMetadata;
|
|
12458
|
+
/** @nullable */
|
|
12459
|
+
expiresAt: string | null;
|
|
12205
12460
|
createdAt: string;
|
|
12206
12461
|
updatedAt: string;
|
|
12207
12462
|
}
|
|
@@ -12425,6 +12680,8 @@ interface SeedV1Response {
|
|
|
12425
12680
|
id: string;
|
|
12426
12681
|
creatorId: string;
|
|
12427
12682
|
metadata: SeedV1ResponseMetadata;
|
|
12683
|
+
/** @nullable */
|
|
12684
|
+
expiresAt: string | null;
|
|
12428
12685
|
createdAt: string;
|
|
12429
12686
|
updatedAt: string;
|
|
12430
12687
|
}
|
|
@@ -12556,6 +12813,8 @@ interface SeedanceV1FastV1Response {
|
|
|
12556
12813
|
id: string;
|
|
12557
12814
|
creatorId: string;
|
|
12558
12815
|
metadata: SeedanceV1FastV1ResponseMetadata;
|
|
12816
|
+
/** @nullable */
|
|
12817
|
+
expiresAt: string | null;
|
|
12559
12818
|
createdAt: string;
|
|
12560
12819
|
updatedAt: string;
|
|
12561
12820
|
}
|
|
@@ -12648,6 +12907,8 @@ interface SeedanceV1LightV1Response {
|
|
|
12648
12907
|
id: string;
|
|
12649
12908
|
creatorId: string;
|
|
12650
12909
|
metadata: SeedanceV1LightV1ResponseMetadata;
|
|
12910
|
+
/** @nullable */
|
|
12911
|
+
expiresAt: string | null;
|
|
12651
12912
|
createdAt: string;
|
|
12652
12913
|
updatedAt: string;
|
|
12653
12914
|
}
|
|
@@ -12740,6 +13001,8 @@ interface SeedanceV1ProV1Response {
|
|
|
12740
13001
|
id: string;
|
|
12741
13002
|
creatorId: string;
|
|
12742
13003
|
metadata: SeedanceV1ProV1ResponseMetadata;
|
|
13004
|
+
/** @nullable */
|
|
13005
|
+
expiresAt: string | null;
|
|
12743
13006
|
createdAt: string;
|
|
12744
13007
|
updatedAt: string;
|
|
12745
13008
|
}
|
|
@@ -12893,6 +13156,8 @@ interface Seedream3V1Response {
|
|
|
12893
13156
|
id: string;
|
|
12894
13157
|
creatorId: string;
|
|
12895
13158
|
metadata: Seedream3V1ResponseMetadata;
|
|
13159
|
+
/** @nullable */
|
|
13160
|
+
expiresAt: string | null;
|
|
12896
13161
|
createdAt: string;
|
|
12897
13162
|
updatedAt: string;
|
|
12898
13163
|
}
|
|
@@ -13055,6 +13320,8 @@ interface Seedream45EditV1Response {
|
|
|
13055
13320
|
id: string;
|
|
13056
13321
|
creatorId: string;
|
|
13057
13322
|
metadata: Seedream45EditV1ResponseMetadata;
|
|
13323
|
+
/** @nullable */
|
|
13324
|
+
expiresAt: string | null;
|
|
13058
13325
|
createdAt: string;
|
|
13059
13326
|
updatedAt: string;
|
|
13060
13327
|
}
|
|
@@ -13194,6 +13461,8 @@ interface Seedream45T2iV1Response {
|
|
|
13194
13461
|
id: string;
|
|
13195
13462
|
creatorId: string;
|
|
13196
13463
|
metadata: Seedream45T2iV1ResponseMetadata;
|
|
13464
|
+
/** @nullable */
|
|
13465
|
+
expiresAt: string | null;
|
|
13197
13466
|
createdAt: string;
|
|
13198
13467
|
updatedAt: string;
|
|
13199
13468
|
}
|
|
@@ -13326,6 +13595,8 @@ interface Seedream4EditV1Response {
|
|
|
13326
13595
|
id: string;
|
|
13327
13596
|
creatorId: string;
|
|
13328
13597
|
metadata: Seedream4EditV1ResponseMetadata;
|
|
13598
|
+
/** @nullable */
|
|
13599
|
+
expiresAt: string | null;
|
|
13329
13600
|
createdAt: string;
|
|
13330
13601
|
updatedAt: string;
|
|
13331
13602
|
}
|
|
@@ -13435,6 +13706,8 @@ interface Seedream4T2iV1Response {
|
|
|
13435
13706
|
id: string;
|
|
13436
13707
|
creatorId: string;
|
|
13437
13708
|
metadata: Seedream4T2iV1ResponseMetadata;
|
|
13709
|
+
/** @nullable */
|
|
13710
|
+
expiresAt: string | null;
|
|
13438
13711
|
createdAt: string;
|
|
13439
13712
|
updatedAt: string;
|
|
13440
13713
|
}
|
|
@@ -13537,6 +13810,8 @@ interface SegmentAnythingEmbeddingsV1Response {
|
|
|
13537
13810
|
id: string;
|
|
13538
13811
|
creatorId: string;
|
|
13539
13812
|
metadata: SegmentAnythingEmbeddingsV1ResponseMetadata;
|
|
13813
|
+
/** @nullable */
|
|
13814
|
+
expiresAt: string | null;
|
|
13540
13815
|
createdAt: string;
|
|
13541
13816
|
updatedAt: string;
|
|
13542
13817
|
}
|
|
@@ -13646,6 +13921,8 @@ interface SegmentAnythingMaskV1Response {
|
|
|
13646
13921
|
id: string;
|
|
13647
13922
|
creatorId: string;
|
|
13648
13923
|
metadata: SegmentAnythingMaskV1ResponseMetadata;
|
|
13924
|
+
/** @nullable */
|
|
13925
|
+
expiresAt: string | null;
|
|
13649
13926
|
createdAt: string;
|
|
13650
13927
|
updatedAt: string;
|
|
13651
13928
|
}
|
|
@@ -13888,6 +14165,8 @@ interface StorageEntity {
|
|
|
13888
14165
|
id: string;
|
|
13889
14166
|
creatorId: string;
|
|
13890
14167
|
metadata: StorageEntityMetadata;
|
|
14168
|
+
/** @nullable */
|
|
14169
|
+
expiresAt: string | null;
|
|
13891
14170
|
createdAt: string;
|
|
13892
14171
|
updatedAt: string;
|
|
13893
14172
|
}
|
|
@@ -14026,6 +14305,8 @@ interface StringsLengthV1Response {
|
|
|
14026
14305
|
id: string;
|
|
14027
14306
|
creatorId: string;
|
|
14028
14307
|
metadata: StringsLengthV1ResponseMetadata;
|
|
14308
|
+
/** @nullable */
|
|
14309
|
+
expiresAt: string | null;
|
|
14029
14310
|
createdAt: string;
|
|
14030
14311
|
updatedAt: string;
|
|
14031
14312
|
}
|
|
@@ -14129,6 +14410,8 @@ interface StringsParseJsonV1Response {
|
|
|
14129
14410
|
id: string;
|
|
14130
14411
|
creatorId: string;
|
|
14131
14412
|
metadata: StringsParseJsonV1ResponseMetadata;
|
|
14413
|
+
/** @nullable */
|
|
14414
|
+
expiresAt: string | null;
|
|
14132
14415
|
createdAt: string;
|
|
14133
14416
|
updatedAt: string;
|
|
14134
14417
|
}
|
|
@@ -14236,6 +14519,8 @@ interface StringsSliceV1Response {
|
|
|
14236
14519
|
id: string;
|
|
14237
14520
|
creatorId: string;
|
|
14238
14521
|
metadata: StringsSliceV1ResponseMetadata;
|
|
14522
|
+
/** @nullable */
|
|
14523
|
+
expiresAt: string | null;
|
|
14239
14524
|
createdAt: string;
|
|
14240
14525
|
updatedAt: string;
|
|
14241
14526
|
}
|
|
@@ -14344,6 +14629,8 @@ interface StringsSwitchV1Response {
|
|
|
14344
14629
|
id: string;
|
|
14345
14630
|
creatorId: string;
|
|
14346
14631
|
metadata: StringsSwitchV1ResponseMetadata;
|
|
14632
|
+
/** @nullable */
|
|
14633
|
+
expiresAt: string | null;
|
|
14347
14634
|
createdAt: string;
|
|
14348
14635
|
updatedAt: string;
|
|
14349
14636
|
}
|
|
@@ -14472,6 +14759,8 @@ interface StringsTemplateV1Response {
|
|
|
14472
14759
|
id: string;
|
|
14473
14760
|
creatorId: string;
|
|
14474
14761
|
metadata: StringsTemplateV1ResponseMetadata;
|
|
14762
|
+
/** @nullable */
|
|
14763
|
+
expiresAt: string | null;
|
|
14475
14764
|
createdAt: string;
|
|
14476
14765
|
updatedAt: string;
|
|
14477
14766
|
}
|
|
@@ -14631,6 +14920,8 @@ interface TopazUpscaleV1Response {
|
|
|
14631
14920
|
id: string;
|
|
14632
14921
|
creatorId: string;
|
|
14633
14922
|
metadata: TopazUpscaleV1ResponseMetadata;
|
|
14923
|
+
/** @nullable */
|
|
14924
|
+
expiresAt: string | null;
|
|
14634
14925
|
createdAt: string;
|
|
14635
14926
|
updatedAt: string;
|
|
14636
14927
|
}
|
|
@@ -14767,6 +15058,8 @@ interface TranslateV1Response {
|
|
|
14767
15058
|
id: string;
|
|
14768
15059
|
creatorId: string;
|
|
14769
15060
|
metadata: TranslateV1ResponseMetadata;
|
|
15061
|
+
/** @nullable */
|
|
15062
|
+
expiresAt: string | null;
|
|
14770
15063
|
createdAt: string;
|
|
14771
15064
|
updatedAt: string;
|
|
14772
15065
|
}
|
|
@@ -15043,6 +15336,8 @@ interface UpscaleV1Response {
|
|
|
15043
15336
|
id: string;
|
|
15044
15337
|
creatorId: string;
|
|
15045
15338
|
metadata: UpscaleV1ResponseMetadata;
|
|
15339
|
+
/** @nullable */
|
|
15340
|
+
expiresAt: string | null;
|
|
15046
15341
|
createdAt: string;
|
|
15047
15342
|
updatedAt: string;
|
|
15048
15343
|
}
|
|
@@ -15214,6 +15509,8 @@ interface Veo31FastV1Response {
|
|
|
15214
15509
|
id: string;
|
|
15215
15510
|
creatorId: string;
|
|
15216
15511
|
metadata: Veo31FastV1ResponseMetadata;
|
|
15512
|
+
/** @nullable */
|
|
15513
|
+
expiresAt: string | null;
|
|
15217
15514
|
createdAt: string;
|
|
15218
15515
|
updatedAt: string;
|
|
15219
15516
|
}
|
|
@@ -15306,6 +15603,8 @@ interface Veo31V1Response {
|
|
|
15306
15603
|
id: string;
|
|
15307
15604
|
creatorId: string;
|
|
15308
15605
|
metadata: Veo31V1ResponseMetadata;
|
|
15606
|
+
/** @nullable */
|
|
15607
|
+
expiresAt: string | null;
|
|
15309
15608
|
createdAt: string;
|
|
15310
15609
|
updatedAt: string;
|
|
15311
15610
|
}
|
|
@@ -15470,6 +15769,8 @@ interface Veo3FastV1Response {
|
|
|
15470
15769
|
id: string;
|
|
15471
15770
|
creatorId: string;
|
|
15472
15771
|
metadata: Veo3FastV1ResponseMetadata;
|
|
15772
|
+
/** @nullable */
|
|
15773
|
+
expiresAt: string | null;
|
|
15473
15774
|
createdAt: string;
|
|
15474
15775
|
updatedAt: string;
|
|
15475
15776
|
}
|
|
@@ -15562,6 +15863,8 @@ interface Veo3V1Response {
|
|
|
15562
15863
|
id: string;
|
|
15563
15864
|
creatorId: string;
|
|
15564
15865
|
metadata: Veo3V1ResponseMetadata;
|
|
15866
|
+
/** @nullable */
|
|
15867
|
+
expiresAt: string | null;
|
|
15565
15868
|
createdAt: string;
|
|
15566
15869
|
updatedAt: string;
|
|
15567
15870
|
}
|
|
@@ -15675,6 +15978,8 @@ interface VtonGiseleV1Response {
|
|
|
15675
15978
|
id: string;
|
|
15676
15979
|
creatorId: string;
|
|
15677
15980
|
metadata: VtonGiseleV1ResponseMetadata;
|
|
15981
|
+
/** @nullable */
|
|
15982
|
+
expiresAt: string | null;
|
|
15678
15983
|
createdAt: string;
|
|
15679
15984
|
updatedAt: string;
|
|
15680
15985
|
}
|
|
@@ -16004,6 +16309,8 @@ interface WorkflowsRunV1Response {
|
|
|
16004
16309
|
id: string;
|
|
16005
16310
|
creatorId: string;
|
|
16006
16311
|
metadata: WorkflowsRunV1ResponseMetadata;
|
|
16312
|
+
/** @nullable */
|
|
16313
|
+
expiresAt: string | null;
|
|
16007
16314
|
createdAt: string;
|
|
16008
16315
|
updatedAt: string;
|
|
16009
16316
|
}
|
|
@@ -16130,6 +16437,8 @@ interface Yolo11xPoseV1Response {
|
|
|
16130
16437
|
id: string;
|
|
16131
16438
|
creatorId: string;
|
|
16132
16439
|
metadata: Yolo11xPoseV1ResponseMetadata;
|
|
16440
|
+
/** @nullable */
|
|
16441
|
+
expiresAt: string | null;
|
|
16133
16442
|
createdAt: string;
|
|
16134
16443
|
updatedAt: string;
|
|
16135
16444
|
}
|
|
@@ -16262,6 +16571,8 @@ declare const apiDefinitions: {
|
|
|
16262
16571
|
stream: NodeJS.ReadableStream;
|
|
16263
16572
|
filename: string;
|
|
16264
16573
|
contentType: string;
|
|
16574
|
+
}, options?: {
|
|
16575
|
+
ttlSeconds?: number;
|
|
16265
16576
|
}) => Promise<ImageEntity>;
|
|
16266
16577
|
createFromUrl: (this: any, fileUrl: string) => Promise<ImageEntity>;
|
|
16267
16578
|
}>;
|
|
@@ -16476,6 +16787,11 @@ declare const apiDefinitions: {
|
|
|
16476
16787
|
v1: (klingVideo25ProImageToVideoV1Request: KlingVideo25ProImageToVideoV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<KlingVideo25ProImageToVideoV1Response, any>>;
|
|
16477
16788
|
};
|
|
16478
16789
|
};
|
|
16790
|
+
video_2_5_turbo_pro: {
|
|
16791
|
+
image_to_video: {
|
|
16792
|
+
v1: (klingVideo25TurboProImageToVideoV1Request: KlingVideo25TurboProImageToVideoV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<KlingVideo25TurboProImageToVideoV1Response, any>>;
|
|
16793
|
+
};
|
|
16794
|
+
};
|
|
16479
16795
|
};
|
|
16480
16796
|
json_to_image: {
|
|
16481
16797
|
v1: (jsonToImageV1Request: JsonToImageV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<JsonToImageV1Response, any>>;
|
|
@@ -16893,6 +17209,11 @@ declare const pipelineDefinitions: {
|
|
|
16893
17209
|
v1: (klingVideo25ProImageToVideoV1Request: KlingVideo25ProImageToVideoV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<KlingVideo25ProImageToVideoV1Response, any>>;
|
|
16894
17210
|
};
|
|
16895
17211
|
};
|
|
17212
|
+
video_2_5_turbo_pro: {
|
|
17213
|
+
image_to_video: {
|
|
17214
|
+
v1: (klingVideo25TurboProImageToVideoV1Request: KlingVideo25TurboProImageToVideoV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<KlingVideo25TurboProImageToVideoV1Response, any>>;
|
|
17215
|
+
};
|
|
17216
|
+
};
|
|
16896
17217
|
};
|
|
16897
17218
|
seedream: {
|
|
16898
17219
|
'4_edit': {
|
|
@@ -17244,4 +17565,4 @@ interface UserProfileDto {
|
|
|
17244
17565
|
pictureUrl?: string | null;
|
|
17245
17566
|
}
|
|
17246
17567
|
|
|
17247
|
-
export { type AccessControllerListSharedV1Params, AccessControllerListSharedV1Type, type AccountEntity, AccountEntityType, AccountsControllerListAccountsV1OrderBy, type AccountsControllerListAccountsV1Params, type AddAccountToGroupControllerParamsDto, AddAccountToGroupControllerParamsDtoRole, type AddAccountToGroupParamsDto, AddAccountToGroupParamsDtoRole, type AddBalanceControllerParamsDto, type AddBalanceParamsDto, type AddChatItemsDto, type AddChatItemsDtoItemsItem, type AddItemsToCollectionControllerParamsDto, type AddItemsToCollectionParamsDto, type AddItemsToStackControllerParamsDto, type AddItemsToStackParamsDto, type AlphabakeVtonV1Input, AlphabakeVtonV1InputGarmentType, AlphabakeVtonV1InputMode, AlphabakeVtonV1InputProcessAsset, type AlphabakeVtonV1Request, type AlphabakeVtonV1RequestMetadata, type AlphabakeVtonV1Response, type AlphabakeVtonV1ResponseInput, AlphabakeVtonV1ResponseKind, type AlphabakeVtonV1ResponseMetadata, AlphabakeVtonV1ResponseStatus, type AnimateCreatomateV1Input, type AnimateCreatomateV1InputTemplate, type AnimateCreatomateV1InputTemplateOneOf, type AnimateCreatomateV1Request, type AnimateCreatomateV1RequestMetadata, type AnimateCreatomateV1Response, type AnimateCreatomateV1ResponseInput, AnimateCreatomateV1ResponseKind, type AnimateCreatomateV1ResponseMetadata, AnimateCreatomateV1ResponseStatus, type AnimateKling16ProV1Input, AnimateKling16ProV1InputAspectRatio, AnimateKling16ProV1InputDuration, type AnimateKling16ProV1Request, type AnimateKling16ProV1RequestMetadata, type AnimateKling16ProV1Response, type AnimateKling16ProV1ResponseInput, AnimateKling16ProV1ResponseKind, type AnimateKling16ProV1ResponseMetadata, AnimateKling16ProV1ResponseStatus, type AnimateKling21ProV1Input, AnimateKling21ProV1InputDuration, type AnimateKling21ProV1Request, type AnimateKling21ProV1RequestMetadata, type AnimateKling21ProV1Response, type AnimateKling21ProV1ResponseInput, AnimateKling21ProV1ResponseKind, type AnimateKling21ProV1ResponseMetadata, AnimateKling21ProV1ResponseStatus, type AnimateKling21StandardV1Input, AnimateKling21StandardV1InputDuration, type AnimateKling21StandardV1Request, type AnimateKling21StandardV1RequestMetadata, type AnimateKling21StandardV1Response, type AnimateKling21StandardV1ResponseInput, AnimateKling21StandardV1ResponseKind, type AnimateKling21StandardV1ResponseMetadata, AnimateKling21StandardV1ResponseStatus, type AnimateKling21V1Input, AnimateKling21V1InputDuration, type AnimateKling21V1Request, type AnimateKling21V1RequestMetadata, type AnimateKling21V1Response, type AnimateKling21V1ResponseInput, AnimateKling21V1ResponseKind, type AnimateKling21V1ResponseMetadata, AnimateKling21V1ResponseStatus, type ApiDefinitionTree, type AttachAccessControllerParamsDto, type AttachAccessParamsDto, type BalanceResultDto, type BaseWsEvent, type BaseWsEventType, type CaseDto, ChatControllerListChatsV1OrderBy, type ChatControllerListChatsV1Params, type ChatDto, type ChatDtoItemsItem, type ChatParametersDto, type ChatParametersDtoResponseFormat, type ClassifyImageInputDto, type ClassifyImageOutputDto, ClassifyImageOutputDtoKind, type ClipClassifyV1Request, type ClipClassifyV1RequestMetadata, type ClipClassifyV1Response, type ClipClassifyV1ResponseInput, ClipClassifyV1ResponseKind, type ClipClassifyV1ResponseMetadata, ClipClassifyV1ResponseStatus, type CollectionEntity, CollectionEntityKind, type CollectionEntityMetadata, CollectionsControllerListCollectionsV1OrderBy, type CollectionsControllerListCollectionsV1Params, CollectionsControllerListItemsV1Kind, CollectionsControllerListItemsV1OrderBy, type CollectionsControllerListItemsV1Params, type CompositeElement, CompositeElementBlend, CompositeElementFit, type CompositeV1Input, type CompositeV1Request, type CompositeV1RequestMetadata, type CompositeV1Response, type CompositeV1ResponseInput, CompositeV1ResponseKind, type CompositeV1ResponseMetadata, CompositeV1ResponseStatus, type ContrastV1Input, type ContrastV1Request, type ContrastV1RequestMetadata, type ContrastV1Response, type ContrastV1ResponseInput, ContrastV1ResponseKind, type ContrastV1ResponseMetadata, ContrastV1ResponseStatus, type CountPipelinesResultDto, type CreateAccountParamsDto, type CreateChatParamsDto, type CreateCollectionParamsDto, type CreateCollectionParamsDtoMetadata, type CreateImageParamsDto, type CreatePipelineParamsDto, type CreatePipelineParamsDtoMetadata, type CreatePipelineParamsDtoOutputRef, type CreatePipelineParamsDtoPipelineInput, type CreatePipelineParamsDtoState, type CreatePipelineTaskDto, type CreatePipelineTaskDtoArgsItem, type CreatePipelineTaskDtoArgsItemOneOf, type CreateStackParamsDto, type CreateStackParamsDtoMetadata, type CreateStorageRecordParamsDto, type CreateStorageRecordParamsDtoValue, type CreateStorageRecordParamsDtoValueOneOf, type CreateUserProfileDto, type CreateVideoParamsDto, type CreateWorkflowParamsDto, type CreateWorkflowParamsDtoData, type CreateWorkflowParamsDtoMetadata, type CreateWorkflowParamsDtoPipelineTemplate, type CropV1Input, type CropV1Request, type CropV1RequestMetadata, type CropV1Response, type CropV1ResponseInput, CropV1ResponseKind, type CropV1ResponseMetadata, CropV1ResponseStatus, type CurrentAccessControllerDto, CurrentAccessControllerDtoRelationsItem, type CutV1Input, type CutV1Request, type CutV1RequestMetadata, type CutV1Response, type CutV1ResponseInput, CutV1ResponseKind, type CutV1ResponseMetadata, CutV1ResponseStatus, type DatasetItemDto, type Decimal, type DeepWrap, type DeleteParamsDto, type DeleteStorageParamsDto, type DetachAccessControllerParamsDto, type DirectorySDK, type DirectorySDKOptions, type EchoV1Input, type EchoV1Request, type EchoV1RequestMetadata, type EchoV1Response, type EchoV1ResponseInput, EchoV1ResponseKind, type EchoV1ResponseMetadata, EchoV1ResponseStatus, type EditFluxKontextDevV1Input, type EditFluxKontextDevV1Request, type EditFluxKontextDevV1RequestMetadata, type EditFluxKontextDevV1Response, type EditFluxKontextDevV1ResponseInput, EditFluxKontextDevV1ResponseKind, type EditFluxKontextDevV1ResponseMetadata, EditFluxKontextDevV1ResponseStatus, type EntityEventKeys, type EntityEventPayload, type FashnVton16V1Request, type FashnVton16V1RequestMetadata, type FashnVton16V1Response, type FashnVton16V1ResponseInput, FashnVton16V1ResponseKind, type FashnVton16V1ResponseMetadata, FashnVton16V1ResponseStatus, type FashnVtonV1Input, FashnVtonV1InputCategory, FashnVtonV1InputGarmentPhotoType, FashnVtonV1InputMode, FashnVtonV1InputModerationLevel, type Flux11ProUltraV1Input, type FluxKontextDatasetItemDto, type FluxKontextDevPrepareDatasetV1Request, type FluxKontextDevPrepareDatasetV1RequestMetadata, type FluxKontextDevPrepareDatasetV1Response, type FluxKontextDevPrepareDatasetV1ResponseInput, FluxKontextDevPrepareDatasetV1ResponseKind, type FluxKontextDevPrepareDatasetV1ResponseMetadata, FluxKontextDevPrepareDatasetV1ResponseStatus, type FluxKontextDevTrainV1Request, type FluxKontextDevTrainV1RequestMetadata, type FluxKontextDevTrainV1Response, type FluxKontextDevTrainV1ResponseInput, FluxKontextDevTrainV1ResponseKind, type FluxKontextDevTrainV1ResponseMetadata, FluxKontextDevTrainV1ResponseStatus, type FluxKontextDevV1Request, type FluxKontextDevV1RequestMetadata, type FluxKontextDevV1Response, type FluxKontextDevV1ResponseInput, FluxKontextDevV1ResponseKind, type FluxKontextDevV1ResponseMetadata, FluxKontextDevV1ResponseStatus, type FluxKontextPrepareDatasetInputDto, type FluxKontextPrepareDatasetOutputDto, FluxKontextPrepareDatasetOutputDtoKind, type FluxKontextPrepareDatasetResultDto, type FluxKontextTrainInputDto, type FluxKontextTrainOutputDto, FluxKontextTrainOutputDtoKind, type FluxKontextTrainResultDto, type FluxKontextV1InputDto, type GPTV1Input, GPTV1InputModel, type GPTV2AssistantMessageDto, GPTV2AssistantMessageDtoRole, type GPTV2DeveloperMessageDto, GPTV2DeveloperMessageDtoRole, type GPTV2Input, type GPTV2InputMessagesItem, GPTV2InputModel, type GPTV2InputResponseFormat, type GPTV2MessageToolCallDto, type GPTV2MessageToolCallDtoFunction, GPTV2MessageToolCallDtoType, type GPTV2ResponseFormatJsonSchemaDetailsDto, type GPTV2ResponseFormatJsonSchemaDetailsDtoSchema, type GPTV2ResponseFormatJsonSchemaDto, GPTV2ResponseFormatJsonSchemaDtoType, type GPTV2ResponseFormatTextOrObjectDto, GPTV2ResponseFormatTextOrObjectDtoType, type GPTV2SystemMessageDto, GPTV2SystemMessageDtoRole, type GPTV2ToolChoiceDto, GPTV2ToolChoiceDtoType, type GPTV2ToolChoiceFunctionDto, type GPTV2ToolDto, GPTV2ToolDtoType, type GPTV2ToolFunctionDto, type GPTV2ToolFunctionDtoParameters, type GPTV2ToolMessageDto, GPTV2ToolMessageDtoRole, type GPTV2UserMessageDto, GPTV2UserMessageDtoRole, type GPTV3FileSearchCallDetailsDto, type GPTV3FileSearchCallDetailsDtoFilters, type GPTV3FileSearchCallDetailsDtoRanking, type GPTV3FileSearchCallDto, GPTV3FileSearchCallDtoType, type GPTV3FileSearchToolDto, GPTV3FileSearchToolDtoType, type GPTV3FunctionCallDetailsDto, type GPTV3FunctionToolDto, type GPTV3FunctionToolDtoParameters, GPTV3FunctionToolDtoType, type GPTV3ImageGenerationCallDto, GPTV3ImageGenerationCallDtoType, type GPTV3ImageGenerationToolDto, GPTV3ImageGenerationToolDtoQuality, GPTV3ImageGenerationToolDtoSize, GPTV3ImageGenerationToolDtoType, type GPTV3ImageInputDto, GPTV3ImageInputDtoDetail, GPTV3ImageInputDtoType, type GPTV3Input, type GPTV3InputInput, type GPTV3InputInputOneOfItem, GPTV3InputModel, type GPTV3InputToolChoice, type GPTV3InputToolsItem, type GPTV3Output, GPTV3OutputKind, type GPTV3ResponseCodeInterpreterToolCallDto, type GPTV3ResponseCodeInterpreterToolCallDtoOutputsItem, GPTV3ResponseCodeInterpreterToolCallDtoStatus, GPTV3ResponseCodeInterpreterToolCallDtoType, type GPTV3ResponseCodeInterpreterToolCallImageDto, GPTV3ResponseCodeInterpreterToolCallImageDtoType, type GPTV3ResponseCodeInterpreterToolCallLogsDto, GPTV3ResponseCodeInterpreterToolCallLogsDtoType, type GPTV3ResponseComputerToolCallClickDto, GPTV3ResponseComputerToolCallClickDtoButton, GPTV3ResponseComputerToolCallClickDtoType, type GPTV3ResponseComputerToolCallDoubleClickDto, GPTV3ResponseComputerToolCallDoubleClickDtoType, type GPTV3ResponseComputerToolCallDragDto, GPTV3ResponseComputerToolCallDragDtoType, type GPTV3ResponseComputerToolCallDragPathDto, type GPTV3ResponseComputerToolCallDto, type GPTV3ResponseComputerToolCallDtoAction, GPTV3ResponseComputerToolCallDtoStatus, GPTV3ResponseComputerToolCallDtoType, type GPTV3ResponseComputerToolCallKeypressDto, GPTV3ResponseComputerToolCallKeypressDtoType, type GPTV3ResponseComputerToolCallMoveDto, GPTV3ResponseComputerToolCallMoveDtoType, type GPTV3ResponseComputerToolCallPendingSafetyCheckDto, type GPTV3ResponseComputerToolCallScreenshotDto, GPTV3ResponseComputerToolCallScreenshotDtoType, type GPTV3ResponseComputerToolCallScrollDto, GPTV3ResponseComputerToolCallScrollDtoType, type GPTV3ResponseComputerToolCallTypeDto, GPTV3ResponseComputerToolCallTypeDtoType, type GPTV3ResponseComputerToolCallWaitDto, GPTV3ResponseComputerToolCallWaitDtoType, type GPTV3ResponseCustomToolCallDto, GPTV3ResponseCustomToolCallDtoStatus, GPTV3ResponseCustomToolCallDtoType, type GPTV3ResponseCustomToolCallOutputDto, GPTV3ResponseCustomToolCallOutputDtoType, type GPTV3ResponseDto, type GPTV3ResponseDtoOutputItem, type GPTV3ResponseFileSearchToolCallDto, GPTV3ResponseFileSearchToolCallDtoStatus, GPTV3ResponseFileSearchToolCallDtoType, type GPTV3ResponseFileSearchToolCallResultDto, type GPTV3ResponseFileSearchToolCallResultDtoAttributes, type GPTV3ResponseFormatJsonSchemaDto, type GPTV3ResponseFormatJsonSchemaDtoSchema, GPTV3ResponseFormatJsonSchemaDtoType, type GPTV3ResponseFormatTextDto, GPTV3ResponseFormatTextDtoType, type GPTV3ResponseFunctionToolCallDto, GPTV3ResponseFunctionToolCallDtoStatus, GPTV3ResponseFunctionToolCallDtoType, type GPTV3ResponseFunctionWebSearchDto, GPTV3ResponseFunctionWebSearchDtoStatus, GPTV3ResponseFunctionWebSearchDtoType, type GPTV3ResponseImageGenerationResultsDto, type GPTV3ResponseInputComputerCallOutputAcknowledgedSafetyCheckDto, type GPTV3ResponseInputComputerCallOutputDto, GPTV3ResponseInputComputerCallOutputDtoStatus, GPTV3ResponseInputComputerCallOutputDtoType, type GPTV3ResponseInputComputerCallOutputScreenshotDto, GPTV3ResponseInputComputerCallOutputScreenshotDtoType, type GPTV3ResponseInputFunctionCallOutputDto, GPTV3ResponseInputFunctionCallOutputDtoStatus, GPTV3ResponseInputFunctionCallOutputDtoType, type GPTV3ResponseInputItemImageGenerationCallDto, GPTV3ResponseInputItemImageGenerationCallDtoStatus, GPTV3ResponseInputItemImageGenerationCallDtoType, type GPTV3ResponseInputItemMessage, type GPTV3ResponseInputItemMessageContentItem, GPTV3ResponseInputItemMessageRole, GPTV3ResponseInputItemMessageStatus, GPTV3ResponseInputItemMessageType, type GPTV3ResponseInputItemReferenceDto, GPTV3ResponseInputItemReferenceDtoType, type GPTV3ResponseInputLocalShellCallActionDto, type GPTV3ResponseInputLocalShellCallActionDtoEnv, GPTV3ResponseInputLocalShellCallActionDtoType, type GPTV3ResponseInputLocalShellCallDto, GPTV3ResponseInputLocalShellCallDtoStatus, GPTV3ResponseInputLocalShellCallDtoType, type GPTV3ResponseInputLocalShellCallOutputDto, GPTV3ResponseInputLocalShellCallOutputDtoStatus, GPTV3ResponseInputLocalShellCallOutputDtoType, type GPTV3ResponseInputMcpApprovalRequestDto, GPTV3ResponseInputMcpApprovalRequestDtoType, type GPTV3ResponseInputMcpApprovalResponseDto, GPTV3ResponseInputMcpApprovalResponseDtoType, type GPTV3ResponseInputMcpCallDto, GPTV3ResponseInputMcpCallDtoType, type GPTV3ResponseInputMcpListToolsDto, GPTV3ResponseInputMcpListToolsDtoType, type GPTV3ResponseInputMcpListToolsToolDto, type GPTV3ResponseInputMcpListToolsToolDtoAnnotations, type GPTV3ResponseInputMcpListToolsToolDtoInputSchema, type GPTV3ResponseLocalShellCallActionDto, type GPTV3ResponseLocalShellCallActionDtoEnv, GPTV3ResponseLocalShellCallActionDtoType, type GPTV3ResponseLocalShellCallDto, GPTV3ResponseLocalShellCallDtoStatus, GPTV3ResponseLocalShellCallDtoType, type GPTV3ResponseMcpApprovalRequestDto, GPTV3ResponseMcpApprovalRequestDtoType, type GPTV3ResponseMcpCallDto, GPTV3ResponseMcpCallDtoType, type GPTV3ResponseMcpListToolsDto, GPTV3ResponseMcpListToolsDtoType, type GPTV3ResponseMcpListToolsToolDto, type GPTV3ResponseMcpListToolsToolDtoAnnotations, type GPTV3ResponseMcpListToolsToolDtoInputSchema, type GPTV3ResponseOutputItemImageGenerationCallDto, type GPTV3ResponseOutputItemImageGenerationCallDtoMetadata, GPTV3ResponseOutputItemImageGenerationCallDtoStatus, GPTV3ResponseOutputItemImageGenerationCallDtoType, type GPTV3ResponseOutputMessageDto, type GPTV3ResponseOutputMessageDtoContentItem, GPTV3ResponseOutputMessageDtoRole, type GPTV3ResponseOutputMessageDtoStatus, GPTV3ResponseOutputMessageDtoType, type GPTV3ResponseOutputRefusalDto, GPTV3ResponseOutputRefusalDtoType, type GPTV3ResponseOutputTextContainerFileCitationDto, GPTV3ResponseOutputTextContainerFileCitationDtoType, type GPTV3ResponseOutputTextDto, type GPTV3ResponseOutputTextDtoAnnotationsItem, GPTV3ResponseOutputTextDtoType, type GPTV3ResponseOutputTextFileCitationDto, GPTV3ResponseOutputTextFileCitationDtoType, type GPTV3ResponseOutputTextFilePathDto, GPTV3ResponseOutputTextFilePathDtoType, type GPTV3ResponseOutputTextLogprobDto, type GPTV3ResponseOutputTextLogprobTopLogprobDto, type GPTV3ResponseOutputTextURLCitationDto, GPTV3ResponseOutputTextURLCitationDtoType, type GPTV3ResponseReasoningItemDto, GPTV3ResponseReasoningItemDtoStatus, GPTV3ResponseReasoningItemDtoType, type GPTV3ResponseReasoningItemSummaryDto, GPTV3ResponseReasoningItemSummaryDtoType, type GPTV3TextConfigDto, type GPTV3TextConfigDtoFormat, type GPTV3TextInputDto, GPTV3TextInputDtoType, type GPTV3WebSearchCallDto, GPTV3WebSearchCallDtoType, type GPTV3WebSearchToolDto, GPTV3WebSearchToolDtoSearchContextSize, GPTV3WebSearchToolDtoType, type GetAccountParamsDto, type GetBalanceParamsDto, type GetCollectionParamsDto, type GetGroupParamsDto, type GetImageParamsDto, type GetImageRepresentationParamsDto, GetImageRepresentationParamsDtoType, type GetOperationParamsDto, type GetOperationsParamsDto, type GetPoseParamsDto, type GetStackParamsDto, type GetStorageRecordParamsDto, type GetUploadedFileUrlResponseDto, type GetUrlsForImagesParamsDto, type GetVideoParamsDto, type GetVideosParamsDto, type GiseleVtonV1Input, GiseleVtonV1InputCategory, type GoogleNanoBananaProEditV1Input, GoogleNanoBananaProEditV1InputAspectRatio, GoogleNanoBananaProEditV1InputResolution, type GoogleNanoBananaProEditV1Request, type GoogleNanoBananaProEditV1RequestMetadata, type GoogleNanoBananaProEditV1Response, type GoogleNanoBananaProEditV1ResponseInput, GoogleNanoBananaProEditV1ResponseKind, type GoogleNanoBananaProEditV1ResponseMetadata, GoogleNanoBananaProEditV1ResponseStatus, type GoogleNanoBananaV1Input, GoogleNanoBananaV1InputAspectRatio, GoogleNanoBananaV1InputOutputFormat, type GoogleNanoBananaV1Request, type GoogleNanoBananaV1RequestMetadata, type GoogleNanoBananaV1Response, type GoogleNanoBananaV1ResponseInput, GoogleNanoBananaV1ResponseKind, type GoogleNanoBananaV1ResponseMetadata, GoogleNanoBananaV1ResponseStatus, type GptV1Request, type GptV1RequestMetadata, type GptV1Response, type GptV1ResponseInput, GptV1ResponseKind, type GptV1ResponseMetadata, GptV1ResponseStatus, type GptV2Request, type GptV2RequestMetadata, type GptV2Response, type GptV2ResponseInput, GptV2ResponseKind, type GptV2ResponseMetadata, GptV2ResponseStatus, type GptV3Request, type GptV3RequestMetadata, type GptV3Response, type GptV3ResponseInput, GptV3ResponseKind, type GptV3ResponseMetadata, GptV3ResponseStatus, type GrantAccessControllerParams, GrantAccessControllerParamsAccess, GrantAccessControllerParamsPrincipalType, type GroupEntity, type HauteLindaV1Request, type HauteLindaV1RequestMetadata, type HauteLindaV1Response, type HauteLindaV1ResponseInput, HauteLindaV1ResponseKind, type HauteLindaV1ResponseMetadata, HauteLindaV1ResponseStatus, type HauteNaomiPrepareDatasetV1Request, type HauteNaomiPrepareDatasetV1RequestMetadata, type HauteNaomiPrepareDatasetV1Response, type HauteNaomiPrepareDatasetV1ResponseInput, HauteNaomiPrepareDatasetV1ResponseKind, type HauteNaomiPrepareDatasetV1ResponseMetadata, HauteNaomiPrepareDatasetV1ResponseStatus, type HauteNaomiTrainV1Request, type HauteNaomiTrainV1RequestMetadata, type HauteNaomiTrainV1Response, type HauteNaomiTrainV1ResponseInput, HauteNaomiTrainV1ResponseKind, type HauteNaomiTrainV1ResponseMetadata, HauteNaomiTrainV1ResponseStatus, type HauteNaomiV1Request, type HauteNaomiV1RequestMetadata, type HauteNaomiV1Response, type HauteNaomiV1ResponseInput, HauteNaomiV1ResponseKind, type HauteNaomiV1ResponseMetadata, HauteNaomiV1ResponseStatus, type IdeogramCharacterV1Input, type IdeogramCharacterV1Request, type IdeogramCharacterV1RequestMetadata, type IdeogramCharacterV1Response, type IdeogramCharacterV1ResponseInput, IdeogramCharacterV1ResponseKind, type IdeogramCharacterV1ResponseMetadata, IdeogramCharacterV1ResponseStatus, type ImageCompositionJson, type ImageCompositionJsonElementsItem, type ImageEntity, ImageEntityKind, type ImageEntityMetadata, type ImageRepresentationResponseDto, type ImageUrlResponseDto, type Imagen4FastV1Input, Imagen4FastV1InputAspectRatio, type Imagen4FastV1Request, type Imagen4FastV1RequestMetadata, type Imagen4FastV1Response, type Imagen4FastV1ResponseInput, Imagen4FastV1ResponseKind, type Imagen4FastV1ResponseMetadata, Imagen4FastV1ResponseStatus, type Imagen4Input, Imagen4InputAspectRatio, Imagen4InputSafetyFilterLevel, type Imagen4StandardV1Input, Imagen4StandardV1InputAspectRatio, type Imagen4StandardV1Request, type Imagen4StandardV1RequestMetadata, type Imagen4StandardV1Response, type Imagen4StandardV1ResponseInput, Imagen4StandardV1ResponseKind, type Imagen4StandardV1ResponseMetadata, Imagen4StandardV1ResponseStatus, type Imagen4UltraV1Input, Imagen4UltraV1InputAspectRatio, type Imagen4UltraV1Request, type Imagen4UltraV1RequestMetadata, type Imagen4UltraV1Response, type Imagen4UltraV1ResponseInput, Imagen4UltraV1ResponseKind, type Imagen4UltraV1ResponseMetadata, Imagen4UltraV1ResponseStatus, type Imagen4V1Request, type Imagen4V1RequestMetadata, type Imagen4V1Response, type Imagen4V1ResponseInput, Imagen4V1ResponseKind, type Imagen4V1ResponseMetadata, Imagen4V1ResponseStatus, type ImagesDownscaleV1Input, type ImagesDownscaleV1Request, type ImagesDownscaleV1RequestMetadata, type ImagesDownscaleV1Response, type ImagesDownscaleV1ResponseInput, ImagesDownscaleV1ResponseKind, type ImagesDownscaleV1ResponseMetadata, ImagesDownscaleV1ResponseStatus, type ImagesRenameV1Input, type ImagesRenameV1Request, type ImagesRenameV1RequestMetadata, type ImagesRenameV1Response, type ImagesRenameV1ResponseInput, ImagesRenameV1ResponseKind, type ImagesRenameV1ResponseMetadata, ImagesRenameV1ResponseStatus, type ImagineFlux11ProUltraV1Request, type ImagineFlux11ProUltraV1RequestMetadata, type ImagineFlux11ProUltraV1Response, type ImagineFlux11ProUltraV1ResponseInput, ImagineFlux11ProUltraV1ResponseKind, type ImagineFlux11ProUltraV1ResponseMetadata, ImagineFlux11ProUltraV1ResponseStatus, type ImagineKateV1Request, type ImagineKateV1RequestMetadata, type ImagineKateV1Response, type ImagineKateV1ResponseInput, ImagineKateV1ResponseKind, type ImagineKateV1ResponseMetadata, ImagineKateV1ResponseStatus, type InitializeGenericUploadParamsDto, type InitializeGenericUploadResponseDto, type InitializeImageUploadResultDto, type InpaintKateV1Request, type InpaintKateV1RequestMetadata, type InpaintKateV1Response, type InpaintKateV1ResponseInput, InpaintKateV1ResponseKind, type InpaintKateV1ResponseMetadata, InpaintKateV1ResponseStatus, type JsonToImageV1Input, type JsonToImageV1Request, type JsonToImageV1RequestMetadata, type JsonToImageV1Response, type JsonToImageV1ResponseInput, JsonToImageV1ResponseKind, type JsonToImageV1ResponseMetadata, JsonToImageV1ResponseStatus, type JsonToVideoV1Input, type JsonToVideoV1Request, type JsonToVideoV1RequestMetadata, type JsonToVideoV1Response, type JsonToVideoV1ResponseInput, JsonToVideoV1ResponseKind, type JsonToVideoV1ResponseMetadata, JsonToVideoV1ResponseStatus, type KateImagineV1Input, KateImagineV1InputAspectRatio, type KateInpaintV1Input, KateInpaintV1InputBranch, type KlingKolorsVtonV1Input, type KlingKolorsVtonV1Request, type KlingKolorsVtonV1RequestMetadata, type KlingKolorsVtonV1Response, type KlingKolorsVtonV1ResponseInput, KlingKolorsVtonV1ResponseKind, type KlingKolorsVtonV1ResponseMetadata, KlingKolorsVtonV1ResponseStatus, type KlingVideo25ProImageToVideoV1Input, KlingVideo25ProImageToVideoV1InputDuration, type KlingVideo25ProImageToVideoV1Request, type KlingVideo25ProImageToVideoV1RequestMetadata, type KlingVideo25ProImageToVideoV1Response, type KlingVideo25ProImageToVideoV1ResponseInput, KlingVideo25ProImageToVideoV1ResponseKind, type KlingVideo25ProImageToVideoV1ResponseMetadata, KlingVideo25ProImageToVideoV1ResponseStatus, type LindaHauteV1Input, LindaHauteV1InputAspectRatio, type ListAccessControllerAttachmentsDto, type ListAccessControllerDto, type ListAccessControllerGrantsDto, ListAccessControllerGrantsDtoAccess, type ListAccountsDto, type ListAccountsParamsDto, ListAccountsParamsDtoOrderBy, type ListChatsDto, type ListCollectionItemsDto, type ListCollectionItemsParamsDto, ListCollectionItemsParamsDtoKind, ListCollectionItemsParamsDtoOrderBy, type ListCollectionsDto, type ListCollectionsParamsDto, ListCollectionsParamsDtoOrderBy, type ListLorasDto, type ListOperationsDto, type ListOperationsParamsDto, ListOperationsParamsDtoOrderBy, type ListPipelinesDto, type ListPosesDto, type ListPosesParamsDto, ListPosesParamsDtoOrderBy, type ListSharedResourcesResponseDto, type ListStacksDto, type ListStacksParamsDto, ListStacksParamsDtoOrderBy, type ListWorkflowsDto, LoraControllerGetLorasV1ModelType, type LoraControllerGetLorasV1Params, type LoraDto, LoraDtoModelType, LoraDtoStatus, type LumaPhotonV1Input, LumaPhotonV1InputAspectRatio, type LumaPhotonV1Request, type LumaPhotonV1RequestMetadata, type LumaPhotonV1Response, type LumaPhotonV1ResponseInput, LumaPhotonV1ResponseKind, type LumaPhotonV1ResponseMetadata, LumaPhotonV1ResponseStatus, type MathV1Input, type MathV1InputInput, type MathV1Request, type MathV1RequestMetadata, type MathV1Response, type MathV1ResponseInput, MathV1ResponseKind, type MathV1ResponseMetadata, MathV1ResponseStatus, type MethodsPermissions, type ModifyAccessParamsDto, ModifyAccessParamsDtoAccess, ModifyAccessParamsDtoPrincipalType, type NaomiHauteTrainInputDto, type NaomiHauteTrainOutputDto, NaomiHauteTrainOutputDtoKind, type NaomiHauteTrainResultDto, type NaomiHauteV1Input, NaomiHauteV1InputMode, type NaomiPrepareDatasetInputDto, type NaomiPrepareDatasetOutputDto, NaomiPrepareDatasetOutputDtoKind, type NaomiPrepareDatasetResultDto, type NegateImageV1Input, type NegateImageV1Request, type NegateImageV1RequestMetadata, type NegateImageV1Response, type NegateImageV1ResponseInput, NegateImageV1ResponseKind, type NegateImageV1ResponseMetadata, NegateImageV1ResponseStatus, type NoiseV1Input, type NoiseV1Request, type NoiseV1RequestMetadata, type NoiseV1Response, type NoiseV1ResponseInput, NoiseV1ResponseKind, type NoiseV1ResponseMetadata, NoiseV1ResponseStatus, type ObjectDetectionV1Input, type ObjectDetectionV1Output, ObjectDetectionV1OutputKind, type ObjectDetectionV1Request, type ObjectDetectionV1RequestMetadata, type ObjectDetectionV1Response, type ObjectDetectionV1ResponseInput, ObjectDetectionV1ResponseKind, type ObjectDetectionV1ResponseMetadata, ObjectDetectionV1ResponseStatus, type OnRequestError, type OnRequestErrorResult, type OneCompilerV1Input, type OneCompilerV1InputInput, OneCompilerV1InputLanguage, type OnecompilerV1Output, type OnecompilerV1OutputData, type OnecompilerV1OutputDataResult, type OnecompilerV1OutputDataResultOneOf, OnecompilerV1OutputKind, type OnecompilerV1Request, type OnecompilerV1RequestMetadata, type OnecompilerV1Response, type OnecompilerV1ResponseInput, OnecompilerV1ResponseKind, type OnecompilerV1ResponseMetadata, OnecompilerV1ResponseStatus, type OperationEntity, type OperationEntityInput, OperationEntityKind, type OperationEntityMetadata, type OperationEntityOutput, OperationEntityStatus, type OperationOutputImageMultiple, OperationOutputImageMultipleKind, type OperationOutputImageSingle, OperationOutputImageSingleKind, type OperationOutputJSON, type OperationOutputJSONData, type OperationOutputJSONDataOneOf, OperationOutputJSONKind, type OperationOutputNumber, OperationOutputNumberKind, type OperationOutputTextSingle, OperationOutputTextSingleKind, type OperationOutputVideoSingle, OperationOutputVideoSingleKind, type OperationStatusDto, type OperationStatusDtoOperation, OperationStatusDtoStatus, type OperationsControllerGetOperationStatusV1200, OperationsControllerListOperationsV1OrderBy, type OperationsControllerListOperationsV1Params, type PageInfoDto, type PipelineDto, type PipelineDtoInput, PipelineDtoKind, type PipelineDtoMetadata, type PipelineDtoOutput, type PipelineDtoState, type PipelineDtoStateOutput, PipelineDtoStateStatus, PipelineDtoStatus, type PipelineMapV1Input, type PipelineMapV1InputInputItem, type PipelineMapV1Request, type PipelineMapV1RequestMetadata, type PipelineMapV1Response, type PipelineMapV1ResponseInput, PipelineMapV1ResponseKind, type PipelineMapV1ResponseMetadata, PipelineMapV1ResponseStatus, type PipelinePreviewDto, PipelinePreviewDtoKind, type PipelinePreviewDtoMetadata, PipelinePreviewDtoStatus, type PipelineSDK, type PipelineStatusDto, PipelineStatusDtoStatus, type PipelinesControllerCountPipelinesV1Params, PipelinesControllerCountPipelinesV1Status, type PipelinesControllerGetPipelineStatusV1200, PipelinesControllerListPipelinesV1OrderBy, type PipelinesControllerListPipelinesV1Params, PipelinesControllerListPipelinesV1Status, type PoseEntity, PoseEntityKind, type PoseEntityMetadata, type PoseEstimationV1Input, type PoseEstimationV1Output, type PoseEstimationV1OutputData, PoseEstimationV1OutputKind, type PoseEstimationV1Request, type PoseEstimationV1RequestMetadata, type PoseEstimationV1Response, type PoseEstimationV1ResponseInput, PoseEstimationV1ResponseKind, type PoseEstimationV1ResponseMetadata, PoseEstimationV1ResponseStatus, PosesControllerListPosesV1OrderBy, type PosesControllerListPosesV1Params, PricingControllerListPricingV1OrderBy, type PricingControllerListPricingV1Params, PricingControllerListPricingV1Strategy, type PublicUserProfileDto, type PublicWorkflowAccessDto, type PublicWorkflowDto, type PublicWorkflowDtoData, type PublicWorkflowDtoInputSchema, type PublicWorkflowDtoMetadata, type PublicWorkflowDtoOutputSchema, type PublicWorkflowDtoPipelineTemplate, type PublicWorkflowSummaryDto, type PublicWorkflowSummaryDtoInputSchema, type PublicWorkflowSummaryDtoMetadata, type PublicWorkflowSummaryDtoOutputSchema, type PublishWorkflowVersionParamsDto, type PublishWorkflowVersionParamsDtoExampleOutput, type RemoveAccountFromGroupControllerParamsDto, RemoveAccountFromGroupControllerParamsDtoRole, type RemoveAccountFromGroupParamsDto, RemoveAccountFromGroupParamsDtoRole, type RemoveItemsFromCollectionControllerParamsDto, type RemoveItemsFromCollectionParamsDto, type RemoveItemsFromStackParamsDto, type RequestContextInfo, type RequestErrorInfo, type ResizeV1Input, type ResizeV1Request, type ResizeV1RequestMetadata, type ResizeV1Response, type ResizeV1ResponseInput, ResizeV1ResponseKind, type ResizeV1ResponseMetadata, ResizeV1ResponseStatus, type ResourceEntity, ResourceEntityKind, type ResourceEntityMetadata, type ResponseInfo, type ReveRemixV1Input, ReveRemixV1InputAspectRatio, ReveRemixV1InputVersion, type ReveRemixV1Request, type ReveRemixV1RequestMetadata, type ReveRemixV1Response, type ReveRemixV1ResponseInput, ReveRemixV1ResponseKind, type ReveRemixV1ResponseMetadata, ReveRemixV1ResponseStatus, type RevokeAccessControllerParamsDto, RevokeAccessControllerParamsDtoAccess, RevokeAccessControllerParamsDtoPrincipalType, type RunPublicWorkflowResponseDto, type RunWorkflowParamsDto, type RunWorkflowParamsDtoInput, type RunWorkflowParamsDtoMetadata, type RunWorkflowResponseDto, type SDK, type SDKOptions, type SeedV1Input, type SeedV1InputSeed, type SeedV1Request, type SeedV1RequestMetadata, type SeedV1Response, type SeedV1ResponseInput, SeedV1ResponseKind, type SeedV1ResponseMetadata, SeedV1ResponseStatus, type SeedanceV1FastV1Request, type SeedanceV1FastV1RequestMetadata, type SeedanceV1FastV1Response, type SeedanceV1FastV1ResponseInput, SeedanceV1FastV1ResponseKind, type SeedanceV1FastV1ResponseMetadata, SeedanceV1FastV1ResponseStatus, type SeedanceV1Input, SeedanceV1InputResolution, type SeedanceV1LightV1Request, type SeedanceV1LightV1RequestMetadata, type SeedanceV1LightV1Response, type SeedanceV1LightV1ResponseInput, SeedanceV1LightV1ResponseKind, type SeedanceV1LightV1ResponseMetadata, SeedanceV1LightV1ResponseStatus, type SeedanceV1ProV1Request, type SeedanceV1ProV1RequestMetadata, type SeedanceV1ProV1Response, type SeedanceV1ProV1ResponseInput, SeedanceV1ProV1ResponseKind, type SeedanceV1ProV1ResponseMetadata, SeedanceV1ProV1ResponseStatus, type Seedream3V1Input, Seedream3V1InputAspectRatio, Seedream3V1InputSize, type Seedream3V1Request, type Seedream3V1RequestMetadata, type Seedream3V1Response, type Seedream3V1ResponseInput, Seedream3V1ResponseKind, type Seedream3V1ResponseMetadata, Seedream3V1ResponseStatus, type Seedream45EditV1Input, Seedream45EditV1InputHeight, Seedream45EditV1InputOptimizePromptOptions, Seedream45EditV1InputWidth, type Seedream45EditV1Request, type Seedream45EditV1RequestMetadata, type Seedream45EditV1Response, type Seedream45EditV1ResponseInput, Seedream45EditV1ResponseKind, type Seedream45EditV1ResponseMetadata, Seedream45EditV1ResponseStatus, type Seedream45T2IV1Input, Seedream45T2IV1InputHeight, Seedream45T2IV1InputWidth, type Seedream45T2iV1Request, type Seedream45T2iV1RequestMetadata, type Seedream45T2iV1Response, type Seedream45T2iV1ResponseInput, Seedream45T2iV1ResponseKind, type Seedream45T2iV1ResponseMetadata, Seedream45T2iV1ResponseStatus, type Seedream4EditV1Input, Seedream4EditV1InputOptimizePromptOptions, type Seedream4EditV1Request, type Seedream4EditV1RequestMetadata, type Seedream4EditV1Response, type Seedream4EditV1ResponseInput, Seedream4EditV1ResponseKind, type Seedream4EditV1ResponseMetadata, Seedream4EditV1ResponseStatus, type Seedream4T2IV1Input, type Seedream4T2iV1Request, type Seedream4T2iV1RequestMetadata, type Seedream4T2iV1Response, type Seedream4T2iV1ResponseInput, Seedream4T2iV1ResponseKind, type Seedream4T2iV1ResponseMetadata, Seedream4T2iV1ResponseStatus, type SegmentAnythingEmbeddingsV1Input, type SegmentAnythingEmbeddingsV1Request, type SegmentAnythingEmbeddingsV1RequestMetadata, type SegmentAnythingEmbeddingsV1Response, type SegmentAnythingEmbeddingsV1ResponseInput, SegmentAnythingEmbeddingsV1ResponseKind, type SegmentAnythingEmbeddingsV1ResponseMetadata, SegmentAnythingEmbeddingsV1ResponseStatus, type SegmentAnythingMaskV1Input, type SegmentAnythingMaskV1Request, type SegmentAnythingMaskV1RequestMetadata, type SegmentAnythingMaskV1Response, type SegmentAnythingMaskV1ResponseInput, SegmentAnythingMaskV1ResponseKind, type SegmentAnythingMaskV1ResponseMetadata, SegmentAnythingMaskV1ResponseStatus, type SelfAccountDto, type SelfAccountDtoPermissions, SelfAccountDtoType, type SetPosePreviewControllerParamsDto, type SetPosePreviewDto, type ShareWithEveryoneControllerParamsDto, ShareWithEveryoneControllerParamsDtoAccessItem, type SharedAccessEntryDto, SharedAccessEntryDtoRelationsItem, type SharedAccessResponseDto, SharedAccessResponseDtoPublicAccessItem, type SharedResourceDto, SharedResourceDtoType, type StackEntity, type StackEntityItemsItem, StackEntityKind, type StackEntityMetadata, StacksControllerListStacksV1OrderBy, type StacksControllerListStacksV1Params, type StorageEntity, StorageEntityKind, type StorageEntityMetadata, type StorageEntityValue, type StorageRecordsResultDto, type StorageRecordsResultDtoValue, type StorageRecordsResultDtoValueOneOf, type StringsLengthV1Input, type StringsLengthV1Request, type StringsLengthV1RequestMetadata, type StringsLengthV1Response, type StringsLengthV1ResponseInput, StringsLengthV1ResponseKind, type StringsLengthV1ResponseMetadata, StringsLengthV1ResponseStatus, type StringsParseJsonV1Input, type StringsParseJsonV1Request, type StringsParseJsonV1RequestMetadata, type StringsParseJsonV1Response, type StringsParseJsonV1ResponseInput, StringsParseJsonV1ResponseKind, type StringsParseJsonV1ResponseMetadata, StringsParseJsonV1ResponseStatus, type StringsSliceV1Input, type StringsSliceV1Request, type StringsSliceV1RequestMetadata, type StringsSliceV1Response, type StringsSliceV1ResponseInput, StringsSliceV1ResponseKind, type StringsSliceV1ResponseMetadata, StringsSliceV1ResponseStatus, type StringsSwitchV1Input, type StringsSwitchV1Request, type StringsSwitchV1RequestMetadata, type StringsSwitchV1Response, type StringsSwitchV1ResponseInput, StringsSwitchV1ResponseKind, type StringsSwitchV1ResponseMetadata, StringsSwitchV1ResponseStatus, type StringsTemplateV1Input, type StringsTemplateV1Request, type StringsTemplateV1RequestMetadata, type StringsTemplateV1Response, type StringsTemplateV1ResponseInput, StringsTemplateV1ResponseKind, type StringsTemplateV1ResponseMetadata, StringsTemplateV1ResponseStatus, type SubscribePayload, type SupportFile, type TaskDto, type TaskDtoArgsItem, type TaskDtoArgsItemOneOf, type TopazUpscaleV1Input, TopazUpscaleV1InputEnhanceModel, TopazUpscaleV1InputSubjectDetection, TopazUpscaleV1InputUpscaleFactor, type TopazUpscaleV1Request, type TopazUpscaleV1RequestMetadata, type TopazUpscaleV1Response, type TopazUpscaleV1ResponseInput, TopazUpscaleV1ResponseKind, type TopazUpscaleV1ResponseMetadata, TopazUpscaleV1ResponseStatus, type TranslateV1Input, type TranslateV1Output, type TranslateV1OutputData, TranslateV1OutputKind, type TranslateV1Request, type TranslateV1RequestMetadata, type TranslateV1Response, type TranslateV1ResponseInput, TranslateV1ResponseKind, type TranslateV1ResponseMetadata, TranslateV1ResponseStatus, type UpdateAccountControllerParamsDto, type UpdateAccountParamsDto, type UpdateMetadataDto, type UpdateMetadataDtoOverwrite, type UpdateResourceMetadataDto, type UpdateStorageRecordParamsDto, type UpdateStorageRecordParamsDtoValue, type UpdateStorageRecordParamsDtoValueOneOf, type UpdateUserProfileDto, type UpdateWorkflowParamsDto, type UpdateWorkflowParamsDtoData, type UpdateWorkflowParamsDtoMetadata, type UpdateWorkflowParamsDtoPipelineTemplate, type UpdateWorkflowVersionParamsDto, type UpdateWorkflowVersionParamsDtoExampleOutput, type UploadControllerGetUploadedFileUrlV1Params, type UpscaleV1Input, type UpscaleV1Request, type UpscaleV1RequestMetadata, type UpscaleV1Response, type UpscaleV1ResponseInput, UpscaleV1ResponseKind, type UpscaleV1ResponseMetadata, UpscaleV1ResponseStatus, type UserProfileDto, type VariableDto, type VariableDtoValue, type Veo31FastV1Request, type Veo31FastV1RequestMetadata, type Veo31FastV1Response, type Veo31FastV1ResponseInput, Veo31FastV1ResponseKind, type Veo31FastV1ResponseMetadata, Veo31FastV1ResponseStatus, type Veo31Input, Veo31InputAspectRatio, Veo31InputDuration, Veo31InputResolution, type Veo31V1Request, type Veo31V1RequestMetadata, type Veo31V1Response, type Veo31V1ResponseInput, Veo31V1ResponseKind, type Veo31V1ResponseMetadata, Veo31V1ResponseStatus, type Veo3FastV1Request, type Veo3FastV1RequestMetadata, type Veo3FastV1Response, type Veo3FastV1ResponseInput, Veo3FastV1ResponseKind, type Veo3FastV1ResponseMetadata, Veo3FastV1ResponseStatus, type Veo3V1Input, Veo3V1InputAspectRatio, Veo3V1InputDuration, Veo3V1InputResolution, type Veo3V1Request, type Veo3V1RequestMetadata, type Veo3V1Response, type Veo3V1ResponseInput, Veo3V1ResponseKind, type Veo3V1ResponseMetadata, Veo3V1ResponseStatus, type VideoCompositionJson, type VideoCompositionJsonElementsItem, type VideoEntity, VideoEntityKind, type VideoEntityMetadata, type VideoUrlResponseDto, type VideosControllerGetVideosV1Params, type VtonGiseleV1Request, type VtonGiseleV1RequestMetadata, type VtonGiseleV1Response, type VtonGiseleV1ResponseInput, VtonGiseleV1ResponseKind, type VtonGiseleV1ResponseMetadata, VtonGiseleV1ResponseStatus, type WaitOperationParamsDto, type WorkflowDto, type WorkflowDtoData, type WorkflowDtoMetadata, type WorkflowDtoPipelineTemplate, type WorkflowStatisticsDto, type WorkflowVersionDto, type WorkflowVersionDtoData, type WorkflowVersionDtoExampleOutput, type WorkflowVersionDtoMetadata, type WorkflowVersionDtoPipelineTemplate, type WorkflowVersionSummaryDto, type WorkflowVersionSummaryDtoExampleOutput, type WorkflowVersionSummaryDtoMetadata, WorkflowsControllerListWorkflowsV1OrderBy, type WorkflowsControllerListWorkflowsV1Params, type WorkflowsRunV1Input, type WorkflowsRunV1InputInput, type WorkflowsRunV1InputMetadata, type WorkflowsRunV1Output, type WorkflowsRunV1OutputOutput, type WorkflowsRunV1Request, type WorkflowsRunV1RequestMetadata, type WorkflowsRunV1Response, type WorkflowsRunV1ResponseInput, WorkflowsRunV1ResponseKind, type WorkflowsRunV1ResponseMetadata, WorkflowsRunV1ResponseStatus, type WsEventEntity, type WsEventMap, type Yolo11xPoseV1Input, type Yolo11xPoseV1Output, Yolo11xPoseV1OutputKind, type Yolo11xPoseV1Request, type Yolo11xPoseV1RequestMetadata, type Yolo11xPoseV1Response, type Yolo11xPoseV1ResponseInput, Yolo11xPoseV1ResponseKind, type Yolo11xPoseV1ResponseMetadata, Yolo11xPoseV1ResponseStatus, createDirectorySDK, createSDK, createTokenSigner };
|
|
17568
|
+
export { type AccessControllerListSharedV1Params, AccessControllerListSharedV1Type, type AccountEntity, AccountEntityType, AccountsControllerListAccountsV1OrderBy, type AccountsControllerListAccountsV1Params, type AddAccountToGroupControllerParamsDto, AddAccountToGroupControllerParamsDtoRole, type AddAccountToGroupParamsDto, AddAccountToGroupParamsDtoRole, type AddBalanceControllerParamsDto, type AddBalanceParamsDto, type AddChatItemsDto, type AddChatItemsDtoItemsItem, type AddItemsToCollectionControllerParamsDto, type AddItemsToCollectionParamsDto, type AddItemsToStackControllerParamsDto, type AddItemsToStackParamsDto, type AlphabakeVtonV1Input, AlphabakeVtonV1InputGarmentType, AlphabakeVtonV1InputMode, AlphabakeVtonV1InputProcessAsset, type AlphabakeVtonV1Request, type AlphabakeVtonV1RequestMetadata, type AlphabakeVtonV1Response, type AlphabakeVtonV1ResponseInput, AlphabakeVtonV1ResponseKind, type AlphabakeVtonV1ResponseMetadata, AlphabakeVtonV1ResponseStatus, type AnimateCreatomateV1Input, type AnimateCreatomateV1InputTemplate, type AnimateCreatomateV1InputTemplateOneOf, type AnimateCreatomateV1Request, type AnimateCreatomateV1RequestMetadata, type AnimateCreatomateV1Response, type AnimateCreatomateV1ResponseInput, AnimateCreatomateV1ResponseKind, type AnimateCreatomateV1ResponseMetadata, AnimateCreatomateV1ResponseStatus, type AnimateKling16ProV1Input, AnimateKling16ProV1InputAspectRatio, AnimateKling16ProV1InputDuration, type AnimateKling16ProV1Request, type AnimateKling16ProV1RequestMetadata, type AnimateKling16ProV1Response, type AnimateKling16ProV1ResponseInput, AnimateKling16ProV1ResponseKind, type AnimateKling16ProV1ResponseMetadata, AnimateKling16ProV1ResponseStatus, type AnimateKling21ProV1Input, AnimateKling21ProV1InputDuration, type AnimateKling21ProV1Request, type AnimateKling21ProV1RequestMetadata, type AnimateKling21ProV1Response, type AnimateKling21ProV1ResponseInput, AnimateKling21ProV1ResponseKind, type AnimateKling21ProV1ResponseMetadata, AnimateKling21ProV1ResponseStatus, type AnimateKling21StandardV1Input, AnimateKling21StandardV1InputDuration, type AnimateKling21StandardV1Request, type AnimateKling21StandardV1RequestMetadata, type AnimateKling21StandardV1Response, type AnimateKling21StandardV1ResponseInput, AnimateKling21StandardV1ResponseKind, type AnimateKling21StandardV1ResponseMetadata, AnimateKling21StandardV1ResponseStatus, type AnimateKling21V1Input, AnimateKling21V1InputDuration, type AnimateKling21V1Request, type AnimateKling21V1RequestMetadata, type AnimateKling21V1Response, type AnimateKling21V1ResponseInput, AnimateKling21V1ResponseKind, type AnimateKling21V1ResponseMetadata, AnimateKling21V1ResponseStatus, type ApiDefinitionTree, type AttachAccessControllerParamsDto, type AttachAccessParamsDto, type BalanceResultDto, type BaseWsEvent, type BaseWsEventType, type CaseDto, ChatControllerListChatsV1OrderBy, type ChatControllerListChatsV1Params, type ChatDto, type ChatDtoItemsItem, type ChatParametersDto, type ChatParametersDtoResponseFormat, type ClassifyImageInputDto, type ClassifyImageOutputDto, ClassifyImageOutputDtoKind, type ClipClassifyV1Request, type ClipClassifyV1RequestMetadata, type ClipClassifyV1Response, type ClipClassifyV1ResponseInput, ClipClassifyV1ResponseKind, type ClipClassifyV1ResponseMetadata, ClipClassifyV1ResponseStatus, type CollectionEntity, CollectionEntityKind, type CollectionEntityMetadata, CollectionsControllerListCollectionsV1OrderBy, type CollectionsControllerListCollectionsV1Params, CollectionsControllerListItemsV1Kind, CollectionsControllerListItemsV1OrderBy, type CollectionsControllerListItemsV1Params, type CompositeElement, CompositeElementBlend, CompositeElementFit, type CompositeV1Input, type CompositeV1Request, type CompositeV1RequestMetadata, type CompositeV1Response, type CompositeV1ResponseInput, CompositeV1ResponseKind, type CompositeV1ResponseMetadata, CompositeV1ResponseStatus, type ContrastV1Input, type ContrastV1Request, type ContrastV1RequestMetadata, type ContrastV1Response, type ContrastV1ResponseInput, ContrastV1ResponseKind, type ContrastV1ResponseMetadata, ContrastV1ResponseStatus, type CountPipelinesResultDto, type CreateAccountParamsDto, type CreateChatParamsDto, type CreateCollectionParamsDto, type CreateCollectionParamsDtoMetadata, type CreateImageParamsDto, type CreatePipelineParamsDto, type CreatePipelineParamsDtoMetadata, type CreatePipelineParamsDtoOutputRef, type CreatePipelineParamsDtoPipelineInput, type CreatePipelineParamsDtoState, type CreatePipelineTaskDto, type CreatePipelineTaskDtoArgsItem, type CreatePipelineTaskDtoArgsItemOneOf, type CreateStackParamsDto, type CreateStackParamsDtoMetadata, type CreateStorageRecordParamsDto, type CreateStorageRecordParamsDtoValue, type CreateStorageRecordParamsDtoValueOneOf, type CreateUserProfileDto, type CreateVideoParamsDto, type CreateWorkflowParamsDto, type CreateWorkflowParamsDtoData, type CreateWorkflowParamsDtoMetadata, type CreateWorkflowParamsDtoPipelineTemplate, type CropV1Input, type CropV1Request, type CropV1RequestMetadata, type CropV1Response, type CropV1ResponseInput, CropV1ResponseKind, type CropV1ResponseMetadata, CropV1ResponseStatus, type CurrentAccessControllerDto, CurrentAccessControllerDtoRelationsItem, type CutV1Input, type CutV1Request, type CutV1RequestMetadata, type CutV1Response, type CutV1ResponseInput, CutV1ResponseKind, type CutV1ResponseMetadata, CutV1ResponseStatus, type DatasetItemDto, type Decimal, type DeepWrap, type DeleteParamsDto, type DeleteStorageParamsDto, type DetachAccessControllerParamsDto, type DirectorySDK, type DirectorySDKOptions, type EchoV1Input, type EchoV1Request, type EchoV1RequestMetadata, type EchoV1Response, type EchoV1ResponseInput, EchoV1ResponseKind, type EchoV1ResponseMetadata, EchoV1ResponseStatus, type EditFluxKontextDevV1Input, type EditFluxKontextDevV1Request, type EditFluxKontextDevV1RequestMetadata, type EditFluxKontextDevV1Response, type EditFluxKontextDevV1ResponseInput, EditFluxKontextDevV1ResponseKind, type EditFluxKontextDevV1ResponseMetadata, EditFluxKontextDevV1ResponseStatus, type EntityEventKeys, type EntityEventPayload, type FashnVton16V1Request, type FashnVton16V1RequestMetadata, type FashnVton16V1Response, type FashnVton16V1ResponseInput, FashnVton16V1ResponseKind, type FashnVton16V1ResponseMetadata, FashnVton16V1ResponseStatus, type FashnVtonV1Input, FashnVtonV1InputCategory, FashnVtonV1InputGarmentPhotoType, FashnVtonV1InputMode, FashnVtonV1InputModerationLevel, type Flux11ProUltraV1Input, type FluxKontextDatasetItemDto, type FluxKontextDevPrepareDatasetV1Request, type FluxKontextDevPrepareDatasetV1RequestMetadata, type FluxKontextDevPrepareDatasetV1Response, type FluxKontextDevPrepareDatasetV1ResponseInput, FluxKontextDevPrepareDatasetV1ResponseKind, type FluxKontextDevPrepareDatasetV1ResponseMetadata, FluxKontextDevPrepareDatasetV1ResponseStatus, type FluxKontextDevTrainV1Request, type FluxKontextDevTrainV1RequestMetadata, type FluxKontextDevTrainV1Response, type FluxKontextDevTrainV1ResponseInput, FluxKontextDevTrainV1ResponseKind, type FluxKontextDevTrainV1ResponseMetadata, FluxKontextDevTrainV1ResponseStatus, type FluxKontextDevV1Request, type FluxKontextDevV1RequestMetadata, type FluxKontextDevV1Response, type FluxKontextDevV1ResponseInput, FluxKontextDevV1ResponseKind, type FluxKontextDevV1ResponseMetadata, FluxKontextDevV1ResponseStatus, type FluxKontextPrepareDatasetInputDto, type FluxKontextPrepareDatasetOutputDto, FluxKontextPrepareDatasetOutputDtoKind, type FluxKontextPrepareDatasetResultDto, type FluxKontextTrainInputDto, type FluxKontextTrainOutputDto, FluxKontextTrainOutputDtoKind, type FluxKontextTrainResultDto, type FluxKontextV1InputDto, type GPTV1Input, GPTV1InputModel, type GPTV2AssistantMessageDto, GPTV2AssistantMessageDtoRole, type GPTV2DeveloperMessageDto, GPTV2DeveloperMessageDtoRole, type GPTV2Input, type GPTV2InputMessagesItem, GPTV2InputModel, type GPTV2InputResponseFormat, type GPTV2MessageToolCallDto, type GPTV2MessageToolCallDtoFunction, GPTV2MessageToolCallDtoType, type GPTV2ResponseFormatJsonSchemaDetailsDto, type GPTV2ResponseFormatJsonSchemaDetailsDtoSchema, type GPTV2ResponseFormatJsonSchemaDto, GPTV2ResponseFormatJsonSchemaDtoType, type GPTV2ResponseFormatTextOrObjectDto, GPTV2ResponseFormatTextOrObjectDtoType, type GPTV2SystemMessageDto, GPTV2SystemMessageDtoRole, type GPTV2ToolChoiceDto, GPTV2ToolChoiceDtoType, type GPTV2ToolChoiceFunctionDto, type GPTV2ToolDto, GPTV2ToolDtoType, type GPTV2ToolFunctionDto, type GPTV2ToolFunctionDtoParameters, type GPTV2ToolMessageDto, GPTV2ToolMessageDtoRole, type GPTV2UserMessageDto, GPTV2UserMessageDtoRole, type GPTV3FileSearchCallDetailsDto, type GPTV3FileSearchCallDetailsDtoFilters, type GPTV3FileSearchCallDetailsDtoRanking, type GPTV3FileSearchCallDto, GPTV3FileSearchCallDtoType, type GPTV3FileSearchToolDto, GPTV3FileSearchToolDtoType, type GPTV3FunctionCallDetailsDto, type GPTV3FunctionToolDto, type GPTV3FunctionToolDtoParameters, GPTV3FunctionToolDtoType, type GPTV3ImageGenerationCallDto, GPTV3ImageGenerationCallDtoType, type GPTV3ImageGenerationToolDto, GPTV3ImageGenerationToolDtoQuality, GPTV3ImageGenerationToolDtoSize, GPTV3ImageGenerationToolDtoType, type GPTV3ImageInputDto, GPTV3ImageInputDtoDetail, GPTV3ImageInputDtoType, type GPTV3Input, type GPTV3InputInput, type GPTV3InputInputOneOfItem, GPTV3InputModel, type GPTV3InputToolChoice, type GPTV3InputToolsItem, type GPTV3Output, GPTV3OutputKind, type GPTV3ResponseCodeInterpreterToolCallDto, type GPTV3ResponseCodeInterpreterToolCallDtoOutputsItem, GPTV3ResponseCodeInterpreterToolCallDtoStatus, GPTV3ResponseCodeInterpreterToolCallDtoType, type GPTV3ResponseCodeInterpreterToolCallImageDto, GPTV3ResponseCodeInterpreterToolCallImageDtoType, type GPTV3ResponseCodeInterpreterToolCallLogsDto, GPTV3ResponseCodeInterpreterToolCallLogsDtoType, type GPTV3ResponseComputerToolCallClickDto, GPTV3ResponseComputerToolCallClickDtoButton, GPTV3ResponseComputerToolCallClickDtoType, type GPTV3ResponseComputerToolCallDoubleClickDto, GPTV3ResponseComputerToolCallDoubleClickDtoType, type GPTV3ResponseComputerToolCallDragDto, GPTV3ResponseComputerToolCallDragDtoType, type GPTV3ResponseComputerToolCallDragPathDto, type GPTV3ResponseComputerToolCallDto, type GPTV3ResponseComputerToolCallDtoAction, GPTV3ResponseComputerToolCallDtoStatus, GPTV3ResponseComputerToolCallDtoType, type GPTV3ResponseComputerToolCallKeypressDto, GPTV3ResponseComputerToolCallKeypressDtoType, type GPTV3ResponseComputerToolCallMoveDto, GPTV3ResponseComputerToolCallMoveDtoType, type GPTV3ResponseComputerToolCallPendingSafetyCheckDto, type GPTV3ResponseComputerToolCallScreenshotDto, GPTV3ResponseComputerToolCallScreenshotDtoType, type GPTV3ResponseComputerToolCallScrollDto, GPTV3ResponseComputerToolCallScrollDtoType, type GPTV3ResponseComputerToolCallTypeDto, GPTV3ResponseComputerToolCallTypeDtoType, type GPTV3ResponseComputerToolCallWaitDto, GPTV3ResponseComputerToolCallWaitDtoType, type GPTV3ResponseCustomToolCallDto, GPTV3ResponseCustomToolCallDtoStatus, GPTV3ResponseCustomToolCallDtoType, type GPTV3ResponseCustomToolCallOutputDto, GPTV3ResponseCustomToolCallOutputDtoType, type GPTV3ResponseDto, type GPTV3ResponseDtoOutputItem, type GPTV3ResponseFileSearchToolCallDto, GPTV3ResponseFileSearchToolCallDtoStatus, GPTV3ResponseFileSearchToolCallDtoType, type GPTV3ResponseFileSearchToolCallResultDto, type GPTV3ResponseFileSearchToolCallResultDtoAttributes, type GPTV3ResponseFormatJsonSchemaDto, type GPTV3ResponseFormatJsonSchemaDtoSchema, GPTV3ResponseFormatJsonSchemaDtoType, type GPTV3ResponseFormatTextDto, GPTV3ResponseFormatTextDtoType, type GPTV3ResponseFunctionToolCallDto, GPTV3ResponseFunctionToolCallDtoStatus, GPTV3ResponseFunctionToolCallDtoType, type GPTV3ResponseFunctionWebSearchDto, GPTV3ResponseFunctionWebSearchDtoStatus, GPTV3ResponseFunctionWebSearchDtoType, type GPTV3ResponseImageGenerationResultsDto, type GPTV3ResponseInputComputerCallOutputAcknowledgedSafetyCheckDto, type GPTV3ResponseInputComputerCallOutputDto, GPTV3ResponseInputComputerCallOutputDtoStatus, GPTV3ResponseInputComputerCallOutputDtoType, type GPTV3ResponseInputComputerCallOutputScreenshotDto, GPTV3ResponseInputComputerCallOutputScreenshotDtoType, type GPTV3ResponseInputFunctionCallOutputDto, GPTV3ResponseInputFunctionCallOutputDtoStatus, GPTV3ResponseInputFunctionCallOutputDtoType, type GPTV3ResponseInputItemImageGenerationCallDto, GPTV3ResponseInputItemImageGenerationCallDtoStatus, GPTV3ResponseInputItemImageGenerationCallDtoType, type GPTV3ResponseInputItemMessage, type GPTV3ResponseInputItemMessageContentItem, GPTV3ResponseInputItemMessageRole, GPTV3ResponseInputItemMessageStatus, GPTV3ResponseInputItemMessageType, type GPTV3ResponseInputItemReferenceDto, GPTV3ResponseInputItemReferenceDtoType, type GPTV3ResponseInputLocalShellCallActionDto, type GPTV3ResponseInputLocalShellCallActionDtoEnv, GPTV3ResponseInputLocalShellCallActionDtoType, type GPTV3ResponseInputLocalShellCallDto, GPTV3ResponseInputLocalShellCallDtoStatus, GPTV3ResponseInputLocalShellCallDtoType, type GPTV3ResponseInputLocalShellCallOutputDto, GPTV3ResponseInputLocalShellCallOutputDtoStatus, GPTV3ResponseInputLocalShellCallOutputDtoType, type GPTV3ResponseInputMcpApprovalRequestDto, GPTV3ResponseInputMcpApprovalRequestDtoType, type GPTV3ResponseInputMcpApprovalResponseDto, GPTV3ResponseInputMcpApprovalResponseDtoType, type GPTV3ResponseInputMcpCallDto, GPTV3ResponseInputMcpCallDtoType, type GPTV3ResponseInputMcpListToolsDto, GPTV3ResponseInputMcpListToolsDtoType, type GPTV3ResponseInputMcpListToolsToolDto, type GPTV3ResponseInputMcpListToolsToolDtoAnnotations, type GPTV3ResponseInputMcpListToolsToolDtoInputSchema, type GPTV3ResponseLocalShellCallActionDto, type GPTV3ResponseLocalShellCallActionDtoEnv, GPTV3ResponseLocalShellCallActionDtoType, type GPTV3ResponseLocalShellCallDto, GPTV3ResponseLocalShellCallDtoStatus, GPTV3ResponseLocalShellCallDtoType, type GPTV3ResponseMcpApprovalRequestDto, GPTV3ResponseMcpApprovalRequestDtoType, type GPTV3ResponseMcpCallDto, GPTV3ResponseMcpCallDtoType, type GPTV3ResponseMcpListToolsDto, GPTV3ResponseMcpListToolsDtoType, type GPTV3ResponseMcpListToolsToolDto, type GPTV3ResponseMcpListToolsToolDtoAnnotations, type GPTV3ResponseMcpListToolsToolDtoInputSchema, type GPTV3ResponseOutputItemImageGenerationCallDto, type GPTV3ResponseOutputItemImageGenerationCallDtoMetadata, GPTV3ResponseOutputItemImageGenerationCallDtoStatus, GPTV3ResponseOutputItemImageGenerationCallDtoType, type GPTV3ResponseOutputMessageDto, type GPTV3ResponseOutputMessageDtoContentItem, GPTV3ResponseOutputMessageDtoRole, type GPTV3ResponseOutputMessageDtoStatus, GPTV3ResponseOutputMessageDtoType, type GPTV3ResponseOutputRefusalDto, GPTV3ResponseOutputRefusalDtoType, type GPTV3ResponseOutputTextContainerFileCitationDto, GPTV3ResponseOutputTextContainerFileCitationDtoType, type GPTV3ResponseOutputTextDto, type GPTV3ResponseOutputTextDtoAnnotationsItem, GPTV3ResponseOutputTextDtoType, type GPTV3ResponseOutputTextFileCitationDto, GPTV3ResponseOutputTextFileCitationDtoType, type GPTV3ResponseOutputTextFilePathDto, GPTV3ResponseOutputTextFilePathDtoType, type GPTV3ResponseOutputTextLogprobDto, type GPTV3ResponseOutputTextLogprobTopLogprobDto, type GPTV3ResponseOutputTextURLCitationDto, GPTV3ResponseOutputTextURLCitationDtoType, type GPTV3ResponseReasoningItemDto, GPTV3ResponseReasoningItemDtoStatus, GPTV3ResponseReasoningItemDtoType, type GPTV3ResponseReasoningItemSummaryDto, GPTV3ResponseReasoningItemSummaryDtoType, type GPTV3TextConfigDto, type GPTV3TextConfigDtoFormat, type GPTV3TextInputDto, GPTV3TextInputDtoType, type GPTV3WebSearchCallDto, GPTV3WebSearchCallDtoType, type GPTV3WebSearchToolDto, GPTV3WebSearchToolDtoSearchContextSize, GPTV3WebSearchToolDtoType, type GetAccountParamsDto, type GetBalanceParamsDto, type GetCollectionParamsDto, type GetGroupParamsDto, type GetImageParamsDto, type GetImageRepresentationParamsDto, GetImageRepresentationParamsDtoType, type GetOperationParamsDto, type GetOperationsParamsDto, type GetPoseParamsDto, type GetStackParamsDto, type GetStorageRecordParamsDto, type GetUploadedFileUrlResponseDto, type GetUrlsForImagesParamsDto, type GetVideoParamsDto, type GetVideosParamsDto, type GiseleVtonV1Input, GiseleVtonV1InputCategory, type GoogleNanoBananaProEditV1Input, GoogleNanoBananaProEditV1InputAspectRatio, GoogleNanoBananaProEditV1InputResolution, type GoogleNanoBananaProEditV1Request, type GoogleNanoBananaProEditV1RequestMetadata, type GoogleNanoBananaProEditV1Response, type GoogleNanoBananaProEditV1ResponseInput, GoogleNanoBananaProEditV1ResponseKind, type GoogleNanoBananaProEditV1ResponseMetadata, GoogleNanoBananaProEditV1ResponseStatus, type GoogleNanoBananaV1Input, GoogleNanoBananaV1InputAspectRatio, GoogleNanoBananaV1InputOutputFormat, type GoogleNanoBananaV1Request, type GoogleNanoBananaV1RequestMetadata, type GoogleNanoBananaV1Response, type GoogleNanoBananaV1ResponseInput, GoogleNanoBananaV1ResponseKind, type GoogleNanoBananaV1ResponseMetadata, GoogleNanoBananaV1ResponseStatus, type GptV1Request, type GptV1RequestMetadata, type GptV1Response, type GptV1ResponseInput, GptV1ResponseKind, type GptV1ResponseMetadata, GptV1ResponseStatus, type GptV2Request, type GptV2RequestMetadata, type GptV2Response, type GptV2ResponseInput, GptV2ResponseKind, type GptV2ResponseMetadata, GptV2ResponseStatus, type GptV3Request, type GptV3RequestMetadata, type GptV3Response, type GptV3ResponseInput, GptV3ResponseKind, type GptV3ResponseMetadata, GptV3ResponseStatus, type GrantAccessControllerParams, GrantAccessControllerParamsAccess, GrantAccessControllerParamsPrincipalType, type GroupEntity, type HauteLindaV1Request, type HauteLindaV1RequestMetadata, type HauteLindaV1Response, type HauteLindaV1ResponseInput, HauteLindaV1ResponseKind, type HauteLindaV1ResponseMetadata, HauteLindaV1ResponseStatus, type HauteNaomiPrepareDatasetV1Request, type HauteNaomiPrepareDatasetV1RequestMetadata, type HauteNaomiPrepareDatasetV1Response, type HauteNaomiPrepareDatasetV1ResponseInput, HauteNaomiPrepareDatasetV1ResponseKind, type HauteNaomiPrepareDatasetV1ResponseMetadata, HauteNaomiPrepareDatasetV1ResponseStatus, type HauteNaomiTrainV1Request, type HauteNaomiTrainV1RequestMetadata, type HauteNaomiTrainV1Response, type HauteNaomiTrainV1ResponseInput, HauteNaomiTrainV1ResponseKind, type HauteNaomiTrainV1ResponseMetadata, HauteNaomiTrainV1ResponseStatus, type HauteNaomiV1Request, type HauteNaomiV1RequestMetadata, type HauteNaomiV1Response, type HauteNaomiV1ResponseInput, HauteNaomiV1ResponseKind, type HauteNaomiV1ResponseMetadata, HauteNaomiV1ResponseStatus, type IdeogramCharacterV1Input, type IdeogramCharacterV1Request, type IdeogramCharacterV1RequestMetadata, type IdeogramCharacterV1Response, type IdeogramCharacterV1ResponseInput, IdeogramCharacterV1ResponseKind, type IdeogramCharacterV1ResponseMetadata, IdeogramCharacterV1ResponseStatus, type ImageCompositionJson, type ImageCompositionJsonElementsItem, type ImageEntity, ImageEntityKind, type ImageEntityMetadata, type ImageRepresentationResponseDto, type ImageUrlResponseDto, type Imagen4FastV1Input, Imagen4FastV1InputAspectRatio, type Imagen4FastV1Request, type Imagen4FastV1RequestMetadata, type Imagen4FastV1Response, type Imagen4FastV1ResponseInput, Imagen4FastV1ResponseKind, type Imagen4FastV1ResponseMetadata, Imagen4FastV1ResponseStatus, type Imagen4Input, Imagen4InputAspectRatio, Imagen4InputSafetyFilterLevel, type Imagen4StandardV1Input, Imagen4StandardV1InputAspectRatio, type Imagen4StandardV1Request, type Imagen4StandardV1RequestMetadata, type Imagen4StandardV1Response, type Imagen4StandardV1ResponseInput, Imagen4StandardV1ResponseKind, type Imagen4StandardV1ResponseMetadata, Imagen4StandardV1ResponseStatus, type Imagen4UltraV1Input, Imagen4UltraV1InputAspectRatio, type Imagen4UltraV1Request, type Imagen4UltraV1RequestMetadata, type Imagen4UltraV1Response, type Imagen4UltraV1ResponseInput, Imagen4UltraV1ResponseKind, type Imagen4UltraV1ResponseMetadata, Imagen4UltraV1ResponseStatus, type Imagen4V1Request, type Imagen4V1RequestMetadata, type Imagen4V1Response, type Imagen4V1ResponseInput, Imagen4V1ResponseKind, type Imagen4V1ResponseMetadata, Imagen4V1ResponseStatus, type ImagesDownscaleV1Input, type ImagesDownscaleV1Request, type ImagesDownscaleV1RequestMetadata, type ImagesDownscaleV1Response, type ImagesDownscaleV1ResponseInput, ImagesDownscaleV1ResponseKind, type ImagesDownscaleV1ResponseMetadata, ImagesDownscaleV1ResponseStatus, type ImagesRenameV1Input, type ImagesRenameV1Request, type ImagesRenameV1RequestMetadata, type ImagesRenameV1Response, type ImagesRenameV1ResponseInput, ImagesRenameV1ResponseKind, type ImagesRenameV1ResponseMetadata, ImagesRenameV1ResponseStatus, type ImagineFlux11ProUltraV1Request, type ImagineFlux11ProUltraV1RequestMetadata, type ImagineFlux11ProUltraV1Response, type ImagineFlux11ProUltraV1ResponseInput, ImagineFlux11ProUltraV1ResponseKind, type ImagineFlux11ProUltraV1ResponseMetadata, ImagineFlux11ProUltraV1ResponseStatus, type ImagineKateV1Request, type ImagineKateV1RequestMetadata, type ImagineKateV1Response, type ImagineKateV1ResponseInput, ImagineKateV1ResponseKind, type ImagineKateV1ResponseMetadata, ImagineKateV1ResponseStatus, type InitializeGenericUploadParamsDto, type InitializeGenericUploadResponseDto, type InitializeImageUploadResultDto, type InpaintKateV1Request, type InpaintKateV1RequestMetadata, type InpaintKateV1Response, type InpaintKateV1ResponseInput, InpaintKateV1ResponseKind, type InpaintKateV1ResponseMetadata, InpaintKateV1ResponseStatus, type JsonToImageV1Input, type JsonToImageV1Request, type JsonToImageV1RequestMetadata, type JsonToImageV1Response, type JsonToImageV1ResponseInput, JsonToImageV1ResponseKind, type JsonToImageV1ResponseMetadata, JsonToImageV1ResponseStatus, type JsonToVideoV1Input, type JsonToVideoV1Request, type JsonToVideoV1RequestMetadata, type JsonToVideoV1Response, type JsonToVideoV1ResponseInput, JsonToVideoV1ResponseKind, type JsonToVideoV1ResponseMetadata, JsonToVideoV1ResponseStatus, type KateImagineV1Input, KateImagineV1InputAspectRatio, type KateInpaintV1Input, KateInpaintV1InputBranch, type KlingKolorsVtonV1Input, type KlingKolorsVtonV1Request, type KlingKolorsVtonV1RequestMetadata, type KlingKolorsVtonV1Response, type KlingKolorsVtonV1ResponseInput, KlingKolorsVtonV1ResponseKind, type KlingKolorsVtonV1ResponseMetadata, KlingKolorsVtonV1ResponseStatus, type KlingVideo25ProImageToVideoV1Input, KlingVideo25ProImageToVideoV1InputDuration, type KlingVideo25ProImageToVideoV1Request, type KlingVideo25ProImageToVideoV1RequestMetadata, type KlingVideo25ProImageToVideoV1Response, type KlingVideo25ProImageToVideoV1ResponseInput, KlingVideo25ProImageToVideoV1ResponseKind, type KlingVideo25ProImageToVideoV1ResponseMetadata, KlingVideo25ProImageToVideoV1ResponseStatus, type KlingVideo25TurboProImageToVideoV1Input, KlingVideo25TurboProImageToVideoV1InputAspectRatio, KlingVideo25TurboProImageToVideoV1InputDuration, type KlingVideo25TurboProImageToVideoV1Request, type KlingVideo25TurboProImageToVideoV1RequestMetadata, type KlingVideo25TurboProImageToVideoV1Response, type KlingVideo25TurboProImageToVideoV1ResponseInput, KlingVideo25TurboProImageToVideoV1ResponseKind, type KlingVideo25TurboProImageToVideoV1ResponseMetadata, KlingVideo25TurboProImageToVideoV1ResponseStatus, type LindaHauteV1Input, LindaHauteV1InputAspectRatio, type ListAccessControllerAttachmentsDto, type ListAccessControllerDto, type ListAccessControllerGrantsDto, ListAccessControllerGrantsDtoAccess, type ListAccountsDto, type ListAccountsParamsDto, ListAccountsParamsDtoOrderBy, type ListChatsDto, type ListCollectionItemsDto, type ListCollectionItemsParamsDto, ListCollectionItemsParamsDtoKind, ListCollectionItemsParamsDtoOrderBy, type ListCollectionsDto, type ListCollectionsParamsDto, ListCollectionsParamsDtoOrderBy, type ListLorasDto, type ListOperationsDto, type ListOperationsParamsDto, ListOperationsParamsDtoOrderBy, type ListPipelinesDto, type ListPosesDto, type ListPosesParamsDto, ListPosesParamsDtoOrderBy, type ListSharedResourcesResponseDto, type ListStacksDto, type ListStacksParamsDto, ListStacksParamsDtoOrderBy, type ListWorkflowsDto, LoraControllerGetLorasV1ModelType, type LoraControllerGetLorasV1Params, type LoraDto, LoraDtoModelType, LoraDtoStatus, type LumaPhotonV1Input, LumaPhotonV1InputAspectRatio, type LumaPhotonV1Request, type LumaPhotonV1RequestMetadata, type LumaPhotonV1Response, type LumaPhotonV1ResponseInput, LumaPhotonV1ResponseKind, type LumaPhotonV1ResponseMetadata, LumaPhotonV1ResponseStatus, type MathV1Input, type MathV1InputInput, type MathV1Request, type MathV1RequestMetadata, type MathV1Response, type MathV1ResponseInput, MathV1ResponseKind, type MathV1ResponseMetadata, MathV1ResponseStatus, type MethodsPermissions, type ModifyAccessParamsDto, ModifyAccessParamsDtoAccess, ModifyAccessParamsDtoPrincipalType, type NaomiHauteTrainInputDto, type NaomiHauteTrainOutputDto, NaomiHauteTrainOutputDtoKind, type NaomiHauteTrainResultDto, type NaomiHauteV1Input, NaomiHauteV1InputMode, type NaomiPrepareDatasetInputDto, type NaomiPrepareDatasetOutputDto, NaomiPrepareDatasetOutputDtoKind, type NaomiPrepareDatasetResultDto, type NegateImageV1Input, type NegateImageV1Request, type NegateImageV1RequestMetadata, type NegateImageV1Response, type NegateImageV1ResponseInput, NegateImageV1ResponseKind, type NegateImageV1ResponseMetadata, NegateImageV1ResponseStatus, type NoiseV1Input, type NoiseV1Request, type NoiseV1RequestMetadata, type NoiseV1Response, type NoiseV1ResponseInput, NoiseV1ResponseKind, type NoiseV1ResponseMetadata, NoiseV1ResponseStatus, type ObjectDetectionV1Input, type ObjectDetectionV1Output, ObjectDetectionV1OutputKind, type ObjectDetectionV1Request, type ObjectDetectionV1RequestMetadata, type ObjectDetectionV1Response, type ObjectDetectionV1ResponseInput, ObjectDetectionV1ResponseKind, type ObjectDetectionV1ResponseMetadata, ObjectDetectionV1ResponseStatus, type OnRequestError, type OnRequestErrorResult, type OneCompilerV1Input, type OneCompilerV1InputInput, OneCompilerV1InputLanguage, type OnecompilerV1Output, type OnecompilerV1OutputData, type OnecompilerV1OutputDataResult, type OnecompilerV1OutputDataResultOneOf, OnecompilerV1OutputKind, type OnecompilerV1Request, type OnecompilerV1RequestMetadata, type OnecompilerV1Response, type OnecompilerV1ResponseInput, OnecompilerV1ResponseKind, type OnecompilerV1ResponseMetadata, OnecompilerV1ResponseStatus, type OperationEntity, type OperationEntityInput, OperationEntityKind, type OperationEntityMetadata, type OperationEntityOutput, OperationEntityStatus, type OperationOutputImageMultiple, OperationOutputImageMultipleKind, type OperationOutputImageSingle, OperationOutputImageSingleKind, type OperationOutputJSON, type OperationOutputJSONData, type OperationOutputJSONDataOneOf, OperationOutputJSONKind, type OperationOutputNumber, OperationOutputNumberKind, type OperationOutputTextSingle, OperationOutputTextSingleKind, type OperationOutputVideoSingle, OperationOutputVideoSingleKind, type OperationStatusDto, type OperationStatusDtoOperation, OperationStatusDtoStatus, type OperationsControllerGetOperationStatusV1200, OperationsControllerListOperationsV1OrderBy, type OperationsControllerListOperationsV1Params, type PageInfoDto, type PipelineDto, type PipelineDtoInput, PipelineDtoKind, type PipelineDtoMetadata, type PipelineDtoOutput, type PipelineDtoState, type PipelineDtoStateOutput, PipelineDtoStateStatus, PipelineDtoStatus, type PipelineMapV1Input, type PipelineMapV1InputInputItem, type PipelineMapV1Request, type PipelineMapV1RequestMetadata, type PipelineMapV1Response, type PipelineMapV1ResponseInput, PipelineMapV1ResponseKind, type PipelineMapV1ResponseMetadata, PipelineMapV1ResponseStatus, type PipelinePreviewDto, PipelinePreviewDtoKind, type PipelinePreviewDtoMetadata, PipelinePreviewDtoStatus, type PipelineSDK, type PipelineStatusDto, PipelineStatusDtoStatus, type PipelinesControllerCountPipelinesV1Params, PipelinesControllerCountPipelinesV1Status, type PipelinesControllerGetPipelineStatusV1200, PipelinesControllerListPipelinesV1OrderBy, type PipelinesControllerListPipelinesV1Params, PipelinesControllerListPipelinesV1Status, type PoseEntity, PoseEntityKind, type PoseEntityMetadata, type PoseEstimationV1Input, type PoseEstimationV1Output, type PoseEstimationV1OutputData, PoseEstimationV1OutputKind, type PoseEstimationV1Request, type PoseEstimationV1RequestMetadata, type PoseEstimationV1Response, type PoseEstimationV1ResponseInput, PoseEstimationV1ResponseKind, type PoseEstimationV1ResponseMetadata, PoseEstimationV1ResponseStatus, PosesControllerListPosesV1OrderBy, type PosesControllerListPosesV1Params, PricingControllerListPricingV1OrderBy, type PricingControllerListPricingV1Params, PricingControllerListPricingV1Strategy, type PublicUserProfileDto, type PublicWorkflowAccessDto, type PublicWorkflowDto, type PublicWorkflowDtoData, type PublicWorkflowDtoInputSchema, type PublicWorkflowDtoMetadata, type PublicWorkflowDtoOutputSchema, type PublicWorkflowDtoPipelineTemplate, type PublicWorkflowSummaryDto, type PublicWorkflowSummaryDtoInputSchema, type PublicWorkflowSummaryDtoMetadata, type PublicWorkflowSummaryDtoOutputSchema, type PublishWorkflowVersionParamsDto, type PublishWorkflowVersionParamsDtoExampleOutput, type RemoveAccountFromGroupControllerParamsDto, RemoveAccountFromGroupControllerParamsDtoRole, type RemoveAccountFromGroupParamsDto, RemoveAccountFromGroupParamsDtoRole, type RemoveItemsFromCollectionControllerParamsDto, type RemoveItemsFromCollectionParamsDto, type RemoveItemsFromStackParamsDto, type RequestContextInfo, type RequestErrorInfo, type ResizeV1Input, type ResizeV1Request, type ResizeV1RequestMetadata, type ResizeV1Response, type ResizeV1ResponseInput, ResizeV1ResponseKind, type ResizeV1ResponseMetadata, ResizeV1ResponseStatus, type ResourceEntity, ResourceEntityKind, type ResourceEntityMetadata, type ResponseInfo, type ReveRemixV1Input, ReveRemixV1InputAspectRatio, ReveRemixV1InputVersion, type ReveRemixV1Request, type ReveRemixV1RequestMetadata, type ReveRemixV1Response, type ReveRemixV1ResponseInput, ReveRemixV1ResponseKind, type ReveRemixV1ResponseMetadata, ReveRemixV1ResponseStatus, type RevokeAccessControllerParamsDto, RevokeAccessControllerParamsDtoAccess, RevokeAccessControllerParamsDtoPrincipalType, type RunPublicWorkflowResponseDto, type RunWorkflowParamsDto, type RunWorkflowParamsDtoInput, type RunWorkflowParamsDtoMetadata, type RunWorkflowResponseDto, type SDK, type SDKOptions, type SeedV1Input, type SeedV1InputSeed, type SeedV1Request, type SeedV1RequestMetadata, type SeedV1Response, type SeedV1ResponseInput, SeedV1ResponseKind, type SeedV1ResponseMetadata, SeedV1ResponseStatus, type SeedanceV1FastV1Request, type SeedanceV1FastV1RequestMetadata, type SeedanceV1FastV1Response, type SeedanceV1FastV1ResponseInput, SeedanceV1FastV1ResponseKind, type SeedanceV1FastV1ResponseMetadata, SeedanceV1FastV1ResponseStatus, type SeedanceV1Input, SeedanceV1InputResolution, type SeedanceV1LightV1Request, type SeedanceV1LightV1RequestMetadata, type SeedanceV1LightV1Response, type SeedanceV1LightV1ResponseInput, SeedanceV1LightV1ResponseKind, type SeedanceV1LightV1ResponseMetadata, SeedanceV1LightV1ResponseStatus, type SeedanceV1ProV1Request, type SeedanceV1ProV1RequestMetadata, type SeedanceV1ProV1Response, type SeedanceV1ProV1ResponseInput, SeedanceV1ProV1ResponseKind, type SeedanceV1ProV1ResponseMetadata, SeedanceV1ProV1ResponseStatus, type Seedream3V1Input, Seedream3V1InputAspectRatio, Seedream3V1InputSize, type Seedream3V1Request, type Seedream3V1RequestMetadata, type Seedream3V1Response, type Seedream3V1ResponseInput, Seedream3V1ResponseKind, type Seedream3V1ResponseMetadata, Seedream3V1ResponseStatus, type Seedream45EditV1Input, Seedream45EditV1InputHeight, Seedream45EditV1InputOptimizePromptOptions, Seedream45EditV1InputWidth, type Seedream45EditV1Request, type Seedream45EditV1RequestMetadata, type Seedream45EditV1Response, type Seedream45EditV1ResponseInput, Seedream45EditV1ResponseKind, type Seedream45EditV1ResponseMetadata, Seedream45EditV1ResponseStatus, type Seedream45T2IV1Input, Seedream45T2IV1InputHeight, Seedream45T2IV1InputWidth, type Seedream45T2iV1Request, type Seedream45T2iV1RequestMetadata, type Seedream45T2iV1Response, type Seedream45T2iV1ResponseInput, Seedream45T2iV1ResponseKind, type Seedream45T2iV1ResponseMetadata, Seedream45T2iV1ResponseStatus, type Seedream4EditV1Input, Seedream4EditV1InputOptimizePromptOptions, type Seedream4EditV1Request, type Seedream4EditV1RequestMetadata, type Seedream4EditV1Response, type Seedream4EditV1ResponseInput, Seedream4EditV1ResponseKind, type Seedream4EditV1ResponseMetadata, Seedream4EditV1ResponseStatus, type Seedream4T2IV1Input, type Seedream4T2iV1Request, type Seedream4T2iV1RequestMetadata, type Seedream4T2iV1Response, type Seedream4T2iV1ResponseInput, Seedream4T2iV1ResponseKind, type Seedream4T2iV1ResponseMetadata, Seedream4T2iV1ResponseStatus, type SegmentAnythingEmbeddingsV1Input, type SegmentAnythingEmbeddingsV1Request, type SegmentAnythingEmbeddingsV1RequestMetadata, type SegmentAnythingEmbeddingsV1Response, type SegmentAnythingEmbeddingsV1ResponseInput, SegmentAnythingEmbeddingsV1ResponseKind, type SegmentAnythingEmbeddingsV1ResponseMetadata, SegmentAnythingEmbeddingsV1ResponseStatus, type SegmentAnythingMaskV1Input, type SegmentAnythingMaskV1Request, type SegmentAnythingMaskV1RequestMetadata, type SegmentAnythingMaskV1Response, type SegmentAnythingMaskV1ResponseInput, SegmentAnythingMaskV1ResponseKind, type SegmentAnythingMaskV1ResponseMetadata, SegmentAnythingMaskV1ResponseStatus, type SelfAccountDto, type SelfAccountDtoPermissions, SelfAccountDtoType, type SetPosePreviewControllerParamsDto, type SetPosePreviewDto, type ShareWithEveryoneControllerParamsDto, ShareWithEveryoneControllerParamsDtoAccessItem, type SharedAccessEntryDto, SharedAccessEntryDtoRelationsItem, type SharedAccessResponseDto, SharedAccessResponseDtoPublicAccessItem, type SharedResourceDto, SharedResourceDtoType, type StackEntity, type StackEntityItemsItem, StackEntityKind, type StackEntityMetadata, StacksControllerListStacksV1OrderBy, type StacksControllerListStacksV1Params, type StorageEntity, StorageEntityKind, type StorageEntityMetadata, type StorageEntityValue, type StorageRecordsResultDto, type StorageRecordsResultDtoValue, type StorageRecordsResultDtoValueOneOf, type StringsLengthV1Input, type StringsLengthV1Request, type StringsLengthV1RequestMetadata, type StringsLengthV1Response, type StringsLengthV1ResponseInput, StringsLengthV1ResponseKind, type StringsLengthV1ResponseMetadata, StringsLengthV1ResponseStatus, type StringsParseJsonV1Input, type StringsParseJsonV1Request, type StringsParseJsonV1RequestMetadata, type StringsParseJsonV1Response, type StringsParseJsonV1ResponseInput, StringsParseJsonV1ResponseKind, type StringsParseJsonV1ResponseMetadata, StringsParseJsonV1ResponseStatus, type StringsSliceV1Input, type StringsSliceV1Request, type StringsSliceV1RequestMetadata, type StringsSliceV1Response, type StringsSliceV1ResponseInput, StringsSliceV1ResponseKind, type StringsSliceV1ResponseMetadata, StringsSliceV1ResponseStatus, type StringsSwitchV1Input, type StringsSwitchV1Request, type StringsSwitchV1RequestMetadata, type StringsSwitchV1Response, type StringsSwitchV1ResponseInput, StringsSwitchV1ResponseKind, type StringsSwitchV1ResponseMetadata, StringsSwitchV1ResponseStatus, type StringsTemplateV1Input, type StringsTemplateV1Request, type StringsTemplateV1RequestMetadata, type StringsTemplateV1Response, type StringsTemplateV1ResponseInput, StringsTemplateV1ResponseKind, type StringsTemplateV1ResponseMetadata, StringsTemplateV1ResponseStatus, type SubscribePayload, type SupportFile, type TaskDto, type TaskDtoArgsItem, type TaskDtoArgsItemOneOf, type TopazUpscaleV1Input, TopazUpscaleV1InputEnhanceModel, TopazUpscaleV1InputSubjectDetection, TopazUpscaleV1InputUpscaleFactor, type TopazUpscaleV1Request, type TopazUpscaleV1RequestMetadata, type TopazUpscaleV1Response, type TopazUpscaleV1ResponseInput, TopazUpscaleV1ResponseKind, type TopazUpscaleV1ResponseMetadata, TopazUpscaleV1ResponseStatus, type TranslateV1Input, type TranslateV1Output, type TranslateV1OutputData, TranslateV1OutputKind, type TranslateV1Request, type TranslateV1RequestMetadata, type TranslateV1Response, type TranslateV1ResponseInput, TranslateV1ResponseKind, type TranslateV1ResponseMetadata, TranslateV1ResponseStatus, type UpdateAccountControllerParamsDto, type UpdateAccountParamsDto, type UpdateMetadataDto, type UpdateMetadataDtoOverwrite, type UpdateResourceMetadataDto, type UpdateStorageRecordParamsDto, type UpdateStorageRecordParamsDtoValue, type UpdateStorageRecordParamsDtoValueOneOf, type UpdateUserProfileDto, type UpdateWorkflowParamsDto, type UpdateWorkflowParamsDtoData, type UpdateWorkflowParamsDtoMetadata, type UpdateWorkflowParamsDtoPipelineTemplate, type UpdateWorkflowVersionParamsDto, type UpdateWorkflowVersionParamsDtoExampleOutput, type UploadControllerGetUploadedFileUrlV1Params, type UpscaleV1Input, type UpscaleV1Request, type UpscaleV1RequestMetadata, type UpscaleV1Response, type UpscaleV1ResponseInput, UpscaleV1ResponseKind, type UpscaleV1ResponseMetadata, UpscaleV1ResponseStatus, type UserProfileDto, type VariableDto, type VariableDtoValue, type Veo31FastV1Request, type Veo31FastV1RequestMetadata, type Veo31FastV1Response, type Veo31FastV1ResponseInput, Veo31FastV1ResponseKind, type Veo31FastV1ResponseMetadata, Veo31FastV1ResponseStatus, type Veo31Input, Veo31InputAspectRatio, Veo31InputDuration, Veo31InputResolution, type Veo31V1Request, type Veo31V1RequestMetadata, type Veo31V1Response, type Veo31V1ResponseInput, Veo31V1ResponseKind, type Veo31V1ResponseMetadata, Veo31V1ResponseStatus, type Veo3FastV1Request, type Veo3FastV1RequestMetadata, type Veo3FastV1Response, type Veo3FastV1ResponseInput, Veo3FastV1ResponseKind, type Veo3FastV1ResponseMetadata, Veo3FastV1ResponseStatus, type Veo3V1Input, Veo3V1InputAspectRatio, Veo3V1InputDuration, Veo3V1InputResolution, type Veo3V1Request, type Veo3V1RequestMetadata, type Veo3V1Response, type Veo3V1ResponseInput, Veo3V1ResponseKind, type Veo3V1ResponseMetadata, Veo3V1ResponseStatus, type VideoCompositionJson, type VideoCompositionJsonElementsItem, type VideoEntity, VideoEntityKind, type VideoEntityMetadata, type VideoUrlResponseDto, type VideosControllerGetVideosV1Params, type VtonGiseleV1Request, type VtonGiseleV1RequestMetadata, type VtonGiseleV1Response, type VtonGiseleV1ResponseInput, VtonGiseleV1ResponseKind, type VtonGiseleV1ResponseMetadata, VtonGiseleV1ResponseStatus, type WaitOperationParamsDto, type WorkflowDto, type WorkflowDtoData, type WorkflowDtoMetadata, type WorkflowDtoPipelineTemplate, type WorkflowStatisticsDto, type WorkflowVersionDto, type WorkflowVersionDtoData, type WorkflowVersionDtoExampleOutput, type WorkflowVersionDtoMetadata, type WorkflowVersionDtoPipelineTemplate, type WorkflowVersionSummaryDto, type WorkflowVersionSummaryDtoExampleOutput, type WorkflowVersionSummaryDtoMetadata, WorkflowsControllerListWorkflowsV1OrderBy, type WorkflowsControllerListWorkflowsV1Params, type WorkflowsRunV1Input, type WorkflowsRunV1InputInput, type WorkflowsRunV1InputMetadata, type WorkflowsRunV1Output, type WorkflowsRunV1OutputOutput, type WorkflowsRunV1Request, type WorkflowsRunV1RequestMetadata, type WorkflowsRunV1Response, type WorkflowsRunV1ResponseInput, WorkflowsRunV1ResponseKind, type WorkflowsRunV1ResponseMetadata, WorkflowsRunV1ResponseStatus, type WsEventEntity, type WsEventMap, type Yolo11xPoseV1Input, type Yolo11xPoseV1Output, Yolo11xPoseV1OutputKind, type Yolo11xPoseV1Request, type Yolo11xPoseV1RequestMetadata, type Yolo11xPoseV1Response, type Yolo11xPoseV1ResponseInput, Yolo11xPoseV1ResponseKind, type Yolo11xPoseV1ResponseMetadata, Yolo11xPoseV1ResponseStatus, createDirectorySDK, createSDK, createTokenSigner };
|