@civitai/client 0.2.0-beta.3 → 0.2.0-beta.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.
|
@@ -2022,7 +2022,10 @@ export type HeadBlobResponse = HeadBlobResponses[keyof HeadBlobResponses];
|
|
|
2022
2022
|
export type InvokeAgeClassificationStepTemplateData = {
|
|
2023
2023
|
body?: AgeClassificationInput;
|
|
2024
2024
|
path?: never;
|
|
2025
|
-
query?:
|
|
2025
|
+
query?: {
|
|
2026
|
+
experimental?: boolean;
|
|
2027
|
+
allowMatureContent?: boolean;
|
|
2028
|
+
};
|
|
2026
2029
|
url: '/v2/consumer/recipes/ageClassification';
|
|
2027
2030
|
};
|
|
2028
2031
|
export type InvokeAgeClassificationStepTemplateErrors = {
|
|
@@ -2048,7 +2051,10 @@ export type InvokeAgeClassificationStepTemplateResponse =
|
|
|
2048
2051
|
export type InvokeComfyStepTemplateData = {
|
|
2049
2052
|
body?: ComfyInput;
|
|
2050
2053
|
path?: never;
|
|
2051
|
-
query?:
|
|
2054
|
+
query?: {
|
|
2055
|
+
experimental?: boolean;
|
|
2056
|
+
allowMatureContent?: boolean;
|
|
2057
|
+
};
|
|
2052
2058
|
url: '/v2/consumer/recipes/comfy';
|
|
2053
2059
|
};
|
|
2054
2060
|
export type InvokeComfyStepTemplateErrors = {
|
|
@@ -2074,7 +2080,10 @@ export type InvokeComfyStepTemplateResponse =
|
|
|
2074
2080
|
export type InvokeEchoStepTemplateData = {
|
|
2075
2081
|
body?: EchoInput;
|
|
2076
2082
|
path?: never;
|
|
2077
|
-
query?:
|
|
2083
|
+
query?: {
|
|
2084
|
+
experimental?: boolean;
|
|
2085
|
+
allowMatureContent?: boolean;
|
|
2086
|
+
};
|
|
2078
2087
|
url: '/v2/consumer/recipes/echo';
|
|
2079
2088
|
};
|
|
2080
2089
|
export type InvokeEchoStepTemplateErrors = {
|
|
@@ -2100,7 +2109,10 @@ export type InvokeEchoStepTemplateResponse =
|
|
|
2100
2109
|
export type InvokeImageGenStepTemplateData = {
|
|
2101
2110
|
body?: ImageGenInput;
|
|
2102
2111
|
path?: never;
|
|
2103
|
-
query?:
|
|
2112
|
+
query?: {
|
|
2113
|
+
experimental?: boolean;
|
|
2114
|
+
allowMatureContent?: boolean;
|
|
2115
|
+
};
|
|
2104
2116
|
url: '/v2/consumer/recipes/imageGen';
|
|
2105
2117
|
};
|
|
2106
2118
|
export type InvokeImageGenStepTemplateErrors = {
|
|
@@ -2126,7 +2138,10 @@ export type InvokeImageGenStepTemplateResponse =
|
|
|
2126
2138
|
export type InvokeImageResourceTrainingStepTemplateData = {
|
|
2127
2139
|
body?: ImageResourceTrainingInput;
|
|
2128
2140
|
path?: never;
|
|
2129
|
-
query?:
|
|
2141
|
+
query?: {
|
|
2142
|
+
experimental?: boolean;
|
|
2143
|
+
allowMatureContent?: boolean;
|
|
2144
|
+
};
|
|
2130
2145
|
url: '/v2/consumer/recipes/imageResourceTraining';
|
|
2131
2146
|
};
|
|
2132
2147
|
export type InvokeImageResourceTrainingStepTemplateErrors = {
|
|
@@ -2152,7 +2167,10 @@ export type InvokeImageResourceTrainingStepTemplateResponse =
|
|
|
2152
2167
|
export type InvokeImageUploadStepTemplateData = {
|
|
2153
2168
|
body?: string;
|
|
2154
2169
|
path?: never;
|
|
2155
|
-
query?:
|
|
2170
|
+
query?: {
|
|
2171
|
+
experimental?: boolean;
|
|
2172
|
+
allowMatureContent?: boolean;
|
|
2173
|
+
};
|
|
2156
2174
|
url: '/v2/consumer/recipes/imageUpload';
|
|
2157
2175
|
};
|
|
2158
2176
|
export type InvokeImageUploadStepTemplateErrors = {
|
|
@@ -2178,7 +2196,10 @@ export type InvokeImageUploadStepTemplateResponse =
|
|
|
2178
2196
|
export type InvokeTextToImageStepTemplateData = {
|
|
2179
2197
|
body?: TextToImageInput;
|
|
2180
2198
|
path?: never;
|
|
2181
|
-
query?:
|
|
2199
|
+
query?: {
|
|
2200
|
+
experimental?: boolean;
|
|
2201
|
+
allowMatureContent?: boolean;
|
|
2202
|
+
};
|
|
2182
2203
|
url: '/v2/consumer/recipes/textToImage';
|
|
2183
2204
|
};
|
|
2184
2205
|
export type InvokeTextToImageStepTemplateErrors = {
|
|
@@ -2204,7 +2225,10 @@ export type InvokeTextToImageStepTemplateResponse =
|
|
|
2204
2225
|
export type InvokeVideoEnhancementStepTemplateData = {
|
|
2205
2226
|
body?: VideoEnhancementInput;
|
|
2206
2227
|
path?: never;
|
|
2207
|
-
query?:
|
|
2228
|
+
query?: {
|
|
2229
|
+
experimental?: boolean;
|
|
2230
|
+
allowMatureContent?: boolean;
|
|
2231
|
+
};
|
|
2208
2232
|
url: '/v2/consumer/recipes/videoEnhancement';
|
|
2209
2233
|
};
|
|
2210
2234
|
export type InvokeVideoEnhancementStepTemplateErrors = {
|
|
@@ -2230,7 +2254,10 @@ export type InvokeVideoEnhancementStepTemplateResponse =
|
|
|
2230
2254
|
export type InvokeVideoGenStepTemplateData = {
|
|
2231
2255
|
body?: VideoGenInput;
|
|
2232
2256
|
path?: never;
|
|
2233
|
-
query?:
|
|
2257
|
+
query?: {
|
|
2258
|
+
experimental?: boolean;
|
|
2259
|
+
allowMatureContent?: boolean;
|
|
2260
|
+
};
|
|
2234
2261
|
url: '/v2/consumer/recipes/videoGen';
|
|
2235
2262
|
};
|
|
2236
2263
|
export type InvokeVideoGenStepTemplateErrors = {
|