@hautechai/sdk 2.3.2 → 2.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +23 -0
- package/dist/index.d.ts +23 -0
- package/dist/index.js +24 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -9074,6 +9074,12 @@ declare const apiDefinitions: {
|
|
|
9074
9074
|
creatomate: {
|
|
9075
9075
|
v1: (animateCreatomateV1Request: AnimateCreatomateV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<AnimateCreatomateV1Response, any>>;
|
|
9076
9076
|
};
|
|
9077
|
+
veo3: {
|
|
9078
|
+
v1: (veo3V1Request: Veo3V1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Veo3V1Response, any>>;
|
|
9079
|
+
fast: {
|
|
9080
|
+
v1: (veo3FastV1Request: Veo3FastV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Veo3FastV1Response, any>>;
|
|
9081
|
+
};
|
|
9082
|
+
};
|
|
9077
9083
|
};
|
|
9078
9084
|
edit: {
|
|
9079
9085
|
flux_kontext_dev: {
|
|
@@ -9113,9 +9119,26 @@ declare const apiDefinitions: {
|
|
|
9113
9119
|
kate: {
|
|
9114
9120
|
v1: (imagineKateV1Request: ImagineKateV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<ImagineKateV1Response, any>>;
|
|
9115
9121
|
};
|
|
9122
|
+
flux_1_1_pro_ultra: {
|
|
9123
|
+
v1: (imagineFlux11ProUltraV1Request: ImagineFlux11ProUltraV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<ImagineFlux11ProUltraV1Response, any>>;
|
|
9124
|
+
};
|
|
9125
|
+
luma: {
|
|
9126
|
+
photon: {
|
|
9127
|
+
v1: (lumaPhotonV1Request: LumaPhotonV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<LumaPhotonV1Response, any>>;
|
|
9128
|
+
};
|
|
9129
|
+
};
|
|
9130
|
+
imagen4: {
|
|
9131
|
+
v1: (imagen4V1Request: Imagen4V1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Imagen4V1Response, any>>;
|
|
9132
|
+
};
|
|
9133
|
+
seedream3: {
|
|
9134
|
+
v1: (seedream3V1Request: Seedream3V1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Seedream3V1Response, any>>;
|
|
9135
|
+
};
|
|
9116
9136
|
};
|
|
9117
9137
|
upscale: {
|
|
9118
9138
|
v1: (upscaleV1Request: UpscaleV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<UpscaleV1Response, any>>;
|
|
9139
|
+
topaz: {
|
|
9140
|
+
v1: (topazUpscaleV1Request: TopazUpscaleV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<TopazUpscaleV1Response, any>>;
|
|
9141
|
+
};
|
|
9119
9142
|
};
|
|
9120
9143
|
objectDetection: {
|
|
9121
9144
|
v1: (objectDetectionV1Request: ObjectDetectionV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<ObjectDetectionV1Response, any>>;
|
package/dist/index.d.ts
CHANGED
|
@@ -9074,6 +9074,12 @@ declare const apiDefinitions: {
|
|
|
9074
9074
|
creatomate: {
|
|
9075
9075
|
v1: (animateCreatomateV1Request: AnimateCreatomateV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<AnimateCreatomateV1Response, any>>;
|
|
9076
9076
|
};
|
|
9077
|
+
veo3: {
|
|
9078
|
+
v1: (veo3V1Request: Veo3V1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Veo3V1Response, any>>;
|
|
9079
|
+
fast: {
|
|
9080
|
+
v1: (veo3FastV1Request: Veo3FastV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Veo3FastV1Response, any>>;
|
|
9081
|
+
};
|
|
9082
|
+
};
|
|
9077
9083
|
};
|
|
9078
9084
|
edit: {
|
|
9079
9085
|
flux_kontext_dev: {
|
|
@@ -9113,9 +9119,26 @@ declare const apiDefinitions: {
|
|
|
9113
9119
|
kate: {
|
|
9114
9120
|
v1: (imagineKateV1Request: ImagineKateV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<ImagineKateV1Response, any>>;
|
|
9115
9121
|
};
|
|
9122
|
+
flux_1_1_pro_ultra: {
|
|
9123
|
+
v1: (imagineFlux11ProUltraV1Request: ImagineFlux11ProUltraV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<ImagineFlux11ProUltraV1Response, any>>;
|
|
9124
|
+
};
|
|
9125
|
+
luma: {
|
|
9126
|
+
photon: {
|
|
9127
|
+
v1: (lumaPhotonV1Request: LumaPhotonV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<LumaPhotonV1Response, any>>;
|
|
9128
|
+
};
|
|
9129
|
+
};
|
|
9130
|
+
imagen4: {
|
|
9131
|
+
v1: (imagen4V1Request: Imagen4V1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Imagen4V1Response, any>>;
|
|
9132
|
+
};
|
|
9133
|
+
seedream3: {
|
|
9134
|
+
v1: (seedream3V1Request: Seedream3V1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<Seedream3V1Response, any>>;
|
|
9135
|
+
};
|
|
9116
9136
|
};
|
|
9117
9137
|
upscale: {
|
|
9118
9138
|
v1: (upscaleV1Request: UpscaleV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<UpscaleV1Response, any>>;
|
|
9139
|
+
topaz: {
|
|
9140
|
+
v1: (topazUpscaleV1Request: TopazUpscaleV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<TopazUpscaleV1Response, any>>;
|
|
9141
|
+
};
|
|
9119
9142
|
};
|
|
9120
9143
|
objectDetection: {
|
|
9121
9144
|
v1: (objectDetectionV1Request: ObjectDetectionV1Request, options?: axios.AxiosRequestConfig<any> | undefined) => Promise<axios.AxiosResponse<ObjectDetectionV1Response, any>>;
|
package/dist/index.js
CHANGED
|
@@ -11658,6 +11658,12 @@ var useOperationsApi = () => {
|
|
|
11658
11658
|
},
|
|
11659
11659
|
creatomate: {
|
|
11660
11660
|
v1: hautechApi.operationsControllerRunAnimateCreatomateV1V1
|
|
11661
|
+
},
|
|
11662
|
+
veo3: {
|
|
11663
|
+
v1: hautechApi.operationsControllerRunVeo3V1V1,
|
|
11664
|
+
fast: {
|
|
11665
|
+
v1: hautechApi.operationsControllerRunVeo3FastV1V1
|
|
11666
|
+
}
|
|
11661
11667
|
}
|
|
11662
11668
|
},
|
|
11663
11669
|
edit: {
|
|
@@ -11697,10 +11703,27 @@ var useOperationsApi = () => {
|
|
|
11697
11703
|
imagine: {
|
|
11698
11704
|
kate: {
|
|
11699
11705
|
v1: hautechApi.operationsControllerRunImagineKateV1V1
|
|
11706
|
+
},
|
|
11707
|
+
flux_1_1_pro_ultra: {
|
|
11708
|
+
v1: hautechApi.operationsControllerRunImagineFlux11ProUltraV1V1
|
|
11709
|
+
},
|
|
11710
|
+
luma: {
|
|
11711
|
+
photon: {
|
|
11712
|
+
v1: hautechApi.operationsControllerRunLumaPhotonV1V1
|
|
11713
|
+
}
|
|
11714
|
+
},
|
|
11715
|
+
imagen4: {
|
|
11716
|
+
v1: hautechApi.operationsControllerRunImagen4V1V1
|
|
11717
|
+
},
|
|
11718
|
+
seedream3: {
|
|
11719
|
+
v1: hautechApi.operationsControllerRunSeedream3V1V1
|
|
11700
11720
|
}
|
|
11701
11721
|
},
|
|
11702
11722
|
upscale: {
|
|
11703
|
-
v1: hautechApi.operationsControllerRunUpscaleV1V1
|
|
11723
|
+
v1: hautechApi.operationsControllerRunUpscaleV1V1,
|
|
11724
|
+
topaz: {
|
|
11725
|
+
v1: hautechApi.operationsControllerRunTopazUpscaleV1V1
|
|
11726
|
+
}
|
|
11704
11727
|
},
|
|
11705
11728
|
objectDetection: {
|
|
11706
11729
|
v1: hautechApi.operationsControllerRunObjectDetectionV1V1
|