@hautechai/sdk 0.3.23 → 0.3.24

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.
@@ -371,6 +371,13 @@ export declare const createSDK: (options: SDKOptions) => {
371
371
  __taskOutput__?: never;
372
372
  }) => Promise<import("../types").OperationEntity>;
373
373
  run: {
374
+ animate: {
375
+ kling_1_6_pro: {
376
+ v1: (params: import("../autogenerated").AnimateKling16ProV1Request & {
377
+ __taskOutput__?: never;
378
+ }) => Promise<import("../autogenerated").AnimateKling16ProV1Response>;
379
+ };
380
+ };
374
381
  haute: {
375
382
  linda: {
376
383
  v1: (params: import("../autogenerated").HauteLindaV1Request & {
@@ -619,6 +626,13 @@ export declare const createSDK: (options: SDKOptions) => {
619
626
  __taskOutput__?: never;
620
627
  }) => Promise<import("../types").OperationEntity>;
621
628
  run: {
629
+ animate: {
630
+ kling_1_6_pro: {
631
+ v1: (params: import("../autogenerated").AnimateKling16ProV1Request & {
632
+ __taskOutput__?: never;
633
+ }) => Promise<import("../autogenerated").AnimateKling16ProV1Response>;
634
+ };
635
+ };
622
636
  haute: {
623
637
  linda: {
624
638
  v1: (params: import("../autogenerated").HauteLindaV1Request & {
@@ -867,6 +881,13 @@ export declare const createSDK: (options: SDKOptions) => {
867
881
  __taskOutput__?: never;
868
882
  }) => Promise<import("../types").OperationEntity>;
869
883
  run: {
884
+ animate: {
885
+ kling_1_6_pro: {
886
+ v1: (params: import("../autogenerated").AnimateKling16ProV1Request & {
887
+ __taskOutput__?: never;
888
+ }) => Promise<import("../autogenerated").AnimateKling16ProV1Response>;
889
+ };
890
+ };
870
891
  haute: {
871
892
  linda: {
872
893
  v1: (params: import("../autogenerated").HauteLindaV1Request & {
@@ -1118,6 +1139,13 @@ export declare const createSDK: (options: SDKOptions) => {
1118
1139
  __taskOutput__?: never;
1119
1140
  }) => Promise<import("../types").OperationEntity>;
1120
1141
  run: {
1142
+ animate: {
1143
+ kling_1_6_pro: {
1144
+ v1: (params: import("../autogenerated").AnimateKling16ProV1Request & {
1145
+ __taskOutput__?: never;
1146
+ }) => Promise<import("../autogenerated").AnimateKling16ProV1Response>;
1147
+ };
1148
+ };
1121
1149
  haute: {
1122
1150
  linda: {
1123
1151
  v1: (params: import("../autogenerated").HauteLindaV1Request & {
@@ -99,6 +99,13 @@ declare const pipelines: (options: SDKOptions) => {
99
99
  __taskOutput__?: never;
100
100
  }) => Promise<import("../../autogenerated").OperationEntity>;
101
101
  run: {
102
+ animate: {
103
+ kling_1_6_pro: {
104
+ v1: (params: import("../../autogenerated").AnimateKling16ProV1Request & {
105
+ __taskOutput__?: never;
106
+ }) => Promise<import("../../autogenerated").AnimateKling16ProV1Response>;
107
+ };
108
+ };
102
109
  haute: {
103
110
  linda: {
104
111
  v1: (params: import("../../autogenerated").HauteLindaV1Request & {
@@ -347,6 +354,13 @@ declare const pipelines: (options: SDKOptions) => {
347
354
  __taskOutput__?: never;
348
355
  }) => Promise<import("../../autogenerated").OperationEntity>;
349
356
  run: {
357
+ animate: {
358
+ kling_1_6_pro: {
359
+ v1: (params: import("../../autogenerated").AnimateKling16ProV1Request & {
360
+ __taskOutput__?: never;
361
+ }) => Promise<import("../../autogenerated").AnimateKling16ProV1Response>;
362
+ };
363
+ };
350
364
  haute: {
351
365
  linda: {
352
366
  v1: (params: import("../../autogenerated").HauteLindaV1Request & {
@@ -595,6 +609,13 @@ declare const pipelines: (options: SDKOptions) => {
595
609
  __taskOutput__?: never;
596
610
  }) => Promise<import("../../autogenerated").OperationEntity>;
597
611
  run: {
612
+ animate: {
613
+ kling_1_6_pro: {
614
+ v1: (params: import("../../autogenerated").AnimateKling16ProV1Request & {
615
+ __taskOutput__?: never;
616
+ }) => Promise<import("../../autogenerated").AnimateKling16ProV1Response>;
617
+ };
618
+ };
598
619
  haute: {
599
620
  linda: {
600
621
  v1: (params: import("../../autogenerated").HauteLindaV1Request & {
@@ -846,6 +867,13 @@ declare const pipelines: (options: SDKOptions) => {
846
867
  __taskOutput__?: never;
847
868
  }) => Promise<import("../../autogenerated").OperationEntity>;
848
869
  run: {
870
+ animate: {
871
+ kling_1_6_pro: {
872
+ v1: (params: import("../../autogenerated").AnimateKling16ProV1Request & {
873
+ __taskOutput__?: never;
874
+ }) => Promise<import("../../autogenerated").AnimateKling16ProV1Response>;
875
+ };
876
+ };
849
877
  haute: {
850
878
  linda: {
851
879
  v1: (params: import("../../autogenerated").HauteLindaV1Request & {
@@ -54,6 +54,11 @@ const pipelines = (options) => {
54
54
  list: callMethod((methods) => methods.callControllerCallOperationsListV1),
55
55
  updateMetadata: callMethod((methods) => methods.callControllerCallOperationsMetadataUpdateV1),
56
56
  run: {
57
+ animate: {
58
+ kling_1_6_pro: {
59
+ v1: callMethod((methods) => methods.callControllerCallOperationsRunAnimateKling16ProV1V1),
60
+ },
61
+ },
57
62
  haute: {
58
63
  linda: {
59
64
  v1: callMethod((methods) => methods.callControllerCallOperationsRunHauteLindaV1V1),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hautechai/sdk",
3
- "version": "0.3.23",
3
+ "version": "0.3.24",
4
4
  "license": "MIT",
5
5
  "keywords": [],
6
6
  "repository": {