@picteus/extension-sdk 0.7.1 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/picteus-ws-client/apis/AdministrationApi.d.ts +1 -1
- package/dist/picteus-ws-client/apis/AdministrationApi.js +1 -1
- package/dist/picteus-ws-client/apis/ApiSecretApi.d.ts +1 -1
- package/dist/picteus-ws-client/apis/ApiSecretApi.js +2 -2
- package/dist/picteus-ws-client/apis/CollectionApi.d.ts +167 -0
- package/dist/picteus-ws-client/apis/CollectionApi.js +188 -0
- package/dist/picteus-ws-client/apis/ExtensionApi.d.ts +1 -1
- package/dist/picteus-ws-client/apis/ExtensionApi.js +1 -1
- package/dist/picteus-ws-client/apis/ImageApi.d.ts +133 -77
- package/dist/picteus-ws-client/apis/ImageApi.js +134 -64
- package/dist/picteus-ws-client/apis/ImageAttachmentApi.d.ts +1 -1
- package/dist/picteus-ws-client/apis/ImageAttachmentApi.js +1 -1
- package/dist/picteus-ws-client/apis/MiscellaneousApi.d.ts +1 -1
- package/dist/picteus-ws-client/apis/MiscellaneousApi.js +1 -1
- package/dist/picteus-ws-client/apis/RepositoryApi.d.ts +48 -35
- package/dist/picteus-ws-client/apis/RepositoryApi.js +56 -42
- package/dist/picteus-ws-client/apis/SettingsApi.d.ts +1 -1
- package/dist/picteus-ws-client/apis/SettingsApi.js +1 -1
- package/dist/picteus-ws-client/apis/index.d.ts +1 -0
- package/dist/picteus-ws-client/apis/index.js +1 -0
- package/dist/picteus-ws-client/models/ApiSecret.d.ts +17 -17
- package/dist/picteus-ws-client/models/ApiSecret.js +7 -7
- package/dist/picteus-ws-client/models/ApiSecretSummary.d.ts +17 -17
- package/dist/picteus-ws-client/models/ApiSecretSummary.js +7 -7
- package/dist/picteus-ws-client/models/ApiSecretType.d.ts +1 -1
- package/dist/picteus-ws-client/models/ApiSecretType.js +1 -1
- package/dist/picteus-ws-client/models/ApplicationMetadata.d.ts +1 -1
- package/dist/picteus-ws-client/models/ApplicationMetadata.js +1 -1
- package/dist/picteus-ws-client/models/ApplicationMetadataItem.d.ts +1 -1
- package/dist/picteus-ws-client/models/ApplicationMetadataItem.js +1 -1
- package/dist/picteus-ws-client/models/ApplicationMetadataItemValue.d.ts +1 -1
- package/dist/picteus-ws-client/models/ApplicationMetadataItemValue.js +1 -1
- package/dist/picteus-ws-client/models/Automatic1111Instruction.d.ts +1 -1
- package/dist/picteus-ws-client/models/Automatic1111Instruction.js +1 -1
- package/dist/picteus-ws-client/models/Automatic1111UserComment.d.ts +1 -1
- package/dist/picteus-ws-client/models/Automatic1111UserComment.js +1 -1
- package/dist/picteus-ws-client/models/Collection.d.ts +63 -0
- package/dist/picteus-ws-client/models/Collection.js +62 -0
- package/dist/picteus-ws-client/models/ComfyUiPromptAndWorkflow.d.ts +1 -1
- package/dist/picteus-ws-client/models/ComfyUiPromptAndWorkflow.js +1 -1
- package/dist/picteus-ws-client/models/CommandEntity.d.ts +1 -1
- package/dist/picteus-ws-client/models/CommandEntity.js +1 -1
- package/dist/picteus-ws-client/models/ComputedImageFormat.d.ts +1 -1
- package/dist/picteus-ws-client/models/ComputedImageFormat.js +1 -1
- package/dist/picteus-ws-client/models/ConfigurationCapability.d.ts +1 -1
- package/dist/picteus-ws-client/models/ConfigurationCapability.js +1 -1
- package/dist/picteus-ws-client/models/ConfigurationExtensionCommand.d.ts +1 -1
- package/dist/picteus-ws-client/models/ConfigurationExtensionCommand.js +1 -1
- package/dist/picteus-ws-client/models/ConstantsRegistry.d.ts +40 -0
- package/dist/picteus-ws-client/models/ConstantsRegistry.js +49 -0
- package/dist/picteus-ws-client/models/Dates.d.ts +1 -1
- package/dist/picteus-ws-client/models/Dates.js +1 -1
- package/dist/picteus-ws-client/models/Extension.d.ts +1 -1
- package/dist/picteus-ws-client/models/Extension.js +1 -1
- package/dist/picteus-ws-client/models/ExtensionActivity.d.ts +1 -1
- package/dist/picteus-ws-client/models/ExtensionActivity.js +1 -1
- package/dist/picteus-ws-client/models/ExtensionActivityKind.d.ts +1 -1
- package/dist/picteus-ws-client/models/ExtensionActivityKind.js +1 -1
- package/dist/picteus-ws-client/models/ExtensionAndManual.d.ts +1 -1
- package/dist/picteus-ws-client/models/ExtensionAndManual.js +1 -1
- package/dist/picteus-ws-client/models/ExtensionGenerationOptions.d.ts +1 -1
- package/dist/picteus-ws-client/models/ExtensionGenerationOptions.js +1 -1
- package/dist/picteus-ws-client/models/ExtensionImageEmbeddings.d.ts +1 -1
- package/dist/picteus-ws-client/models/ExtensionImageEmbeddings.js +1 -1
- package/dist/picteus-ws-client/models/ExtensionImageFeature.d.ts +6 -5
- package/dist/picteus-ws-client/models/ExtensionImageFeature.js +4 -3
- package/dist/picteus-ws-client/models/ExtensionImageFeatureName.d.ts +52 -0
- package/dist/picteus-ws-client/models/ExtensionImageFeatureName.js +57 -0
- package/dist/picteus-ws-client/models/ExtensionImageTag.d.ts +2 -2
- package/dist/picteus-ws-client/models/ExtensionImageTag.js +1 -1
- package/dist/picteus-ws-client/models/ExtensionManual.d.ts +1 -1
- package/dist/picteus-ws-client/models/ExtensionManual.js +1 -1
- package/dist/picteus-ws-client/models/ExtensionSettings.d.ts +1 -1
- package/dist/picteus-ws-client/models/ExtensionSettings.js +1 -1
- package/dist/picteus-ws-client/models/ExtensionStatus.d.ts +1 -1
- package/dist/picteus-ws-client/models/ExtensionStatus.js +1 -1
- package/dist/picteus-ws-client/models/ExtensionsConfiguration.d.ts +1 -1
- package/dist/picteus-ws-client/models/ExtensionsConfiguration.js +1 -1
- package/dist/picteus-ws-client/models/GenerationRecipe.d.ts +2 -2
- package/dist/picteus-ws-client/models/GenerationRecipe.js +4 -2
- package/dist/picteus-ws-client/models/GenerationRecipePrompt.d.ts +1 -1
- package/dist/picteus-ws-client/models/GenerationRecipePrompt.js +1 -1
- package/dist/picteus-ws-client/models/Image.d.ts +1 -8
- package/dist/picteus-ws-client/models/Image.js +1 -6
- package/dist/picteus-ws-client/models/ImageDimensions.d.ts +1 -1
- package/dist/picteus-ws-client/models/ImageDimensions.js +1 -1
- package/dist/picteus-ws-client/models/ImageDistance.d.ts +1 -1
- package/dist/picteus-ws-client/models/ImageDistance.js +1 -1
- package/dist/picteus-ws-client/models/ImageEmbeddings.d.ts +1 -1
- package/dist/picteus-ws-client/models/ImageEmbeddings.js +1 -1
- package/dist/picteus-ws-client/models/ImageFeature.d.ts +6 -5
- package/dist/picteus-ws-client/models/ImageFeature.js +4 -3
- package/dist/picteus-ws-client/models/ImageFeatureFormat.d.ts +4 -1
- package/dist/picteus-ws-client/models/ImageFeatureFormat.js +4 -1
- package/dist/picteus-ws-client/models/ImageFeatureNullValue.d.ts +24 -0
- package/dist/picteus-ws-client/models/ImageFeatureNullValue.js +42 -0
- package/dist/picteus-ws-client/models/ImageFeatureType.d.ts +3 -1
- package/dist/picteus-ws-client/models/ImageFeatureType.js +3 -1
- package/dist/picteus-ws-client/models/ImageFeatureValue.d.ts +21 -0
- package/dist/picteus-ws-client/models/ImageFeatureValue.js +55 -0
- package/dist/picteus-ws-client/models/ImageFormat.d.ts +2 -2
- package/dist/picteus-ws-client/models/ImageFormat.js +2 -2
- package/dist/picteus-ws-client/models/ImageGenerator.d.ts +1 -1
- package/dist/picteus-ws-client/models/ImageGenerator.js +1 -1
- package/dist/picteus-ws-client/models/ImageMediaUrl.d.ts +1 -1
- package/dist/picteus-ws-client/models/ImageMediaUrl.js +1 -1
- package/dist/picteus-ws-client/models/ImageMetadata.d.ts +1 -1
- package/dist/picteus-ws-client/models/ImageMetadata.js +1 -1
- package/dist/picteus-ws-client/models/ImageResizeRender.d.ts +1 -1
- package/dist/picteus-ws-client/models/ImageResizeRender.js +1 -1
- package/dist/picteus-ws-client/models/ImageSummary.d.ts +1 -8
- package/dist/picteus-ws-client/models/ImageSummary.js +1 -6
- package/dist/picteus-ws-client/models/ImageSummaryList.d.ts +1 -1
- package/dist/picteus-ws-client/models/ImageSummaryList.js +1 -1
- package/dist/picteus-ws-client/models/InstructionsPrompt.d.ts +1 -1
- package/dist/picteus-ws-client/models/InstructionsPrompt.js +1 -1
- package/dist/picteus-ws-client/models/Manifest.d.ts +1 -1
- package/dist/picteus-ws-client/models/Manifest.js +1 -1
- package/dist/picteus-ws-client/models/ManifestCapability.d.ts +1 -1
- package/dist/picteus-ws-client/models/ManifestCapability.js +1 -1
- package/dist/picteus-ws-client/models/ManifestCapabilityId.d.ts +1 -1
- package/dist/picteus-ws-client/models/ManifestCapabilityId.js +1 -1
- package/dist/picteus-ws-client/models/ManifestEvent.d.ts +1 -1
- package/dist/picteus-ws-client/models/ManifestEvent.js +1 -1
- package/dist/picteus-ws-client/models/ManifestExecution.d.ts +1 -1
- package/dist/picteus-ws-client/models/ManifestExecution.js +1 -1
- package/dist/picteus-ws-client/models/ManifestExtensionCommand.d.ts +1 -1
- package/dist/picteus-ws-client/models/ManifestExtensionCommand.js +1 -1
- package/dist/picteus-ws-client/models/ManifestExtensionCommandOn.d.ts +1 -1
- package/dist/picteus-ws-client/models/ManifestExtensionCommandOn.js +1 -1
- package/dist/picteus-ws-client/models/ManifestExtensionCommandSpecification.d.ts +1 -1
- package/dist/picteus-ws-client/models/ManifestExtensionCommandSpecification.js +1 -1
- package/dist/picteus-ws-client/models/ManifestInstructions.d.ts +1 -1
- package/dist/picteus-ws-client/models/ManifestInstructions.js +1 -1
- package/dist/picteus-ws-client/models/ManifestInterfaceElement.d.ts +1 -1
- package/dist/picteus-ws-client/models/ManifestInterfaceElement.js +1 -1
- package/dist/picteus-ws-client/models/ManifestRuntime.d.ts +1 -1
- package/dist/picteus-ws-client/models/ManifestRuntime.js +1 -1
- package/dist/picteus-ws-client/models/ManifestRuntimeEnvironment.d.ts +1 -1
- package/dist/picteus-ws-client/models/ManifestRuntimeEnvironment.js +1 -1
- package/dist/picteus-ws-client/models/ManifestThrottlingPolicy.d.ts +1 -1
- package/dist/picteus-ws-client/models/ManifestThrottlingPolicy.js +1 -1
- package/dist/picteus-ws-client/models/ManifestUserInterface.d.ts +1 -1
- package/dist/picteus-ws-client/models/ManifestUserInterface.js +1 -1
- package/dist/picteus-ws-client/models/MidjourneyInstructions.d.ts +1 -1
- package/dist/picteus-ws-client/models/MidjourneyInstructions.js +1 -1
- package/dist/picteus-ws-client/models/PromptKind.d.ts +1 -1
- package/dist/picteus-ws-client/models/PromptKind.js +1 -1
- package/dist/picteus-ws-client/models/Repository.d.ts +1 -1
- package/dist/picteus-ws-client/models/Repository.js +1 -1
- package/dist/picteus-ws-client/models/RepositoryActivity.d.ts +1 -1
- package/dist/picteus-ws-client/models/RepositoryActivity.js +1 -1
- package/dist/picteus-ws-client/models/RepositoryActivityKind.d.ts +1 -1
- package/dist/picteus-ws-client/models/RepositoryActivityKind.js +1 -1
- package/dist/picteus-ws-client/models/RepositoryLocationType.d.ts +1 -1
- package/dist/picteus-ws-client/models/RepositoryLocationType.js +1 -1
- package/dist/picteus-ws-client/models/RepositoryStatus.d.ts +1 -1
- package/dist/picteus-ws-client/models/RepositoryStatus.js +1 -1
- package/dist/picteus-ws-client/models/SearchCriteria.d.ts +8 -8
- package/dist/picteus-ws-client/models/SearchCriteria.js +4 -4
- package/dist/picteus-ws-client/models/SearchFeatureComparisonOperator.d.ts +30 -0
- package/dist/picteus-ws-client/models/SearchFeatureComparisonOperator.js +48 -0
- package/dist/picteus-ws-client/models/SearchFeatureCondition.d.ts +60 -0
- package/dist/picteus-ws-client/models/SearchFeatureCondition.js +59 -0
- package/dist/picteus-ws-client/models/SearchFeatureConditionValue.d.ts +21 -0
- package/dist/picteus-ws-client/models/SearchFeatureConditionValue.js +55 -0
- package/dist/picteus-ws-client/models/SearchFeatureLogicalOperator.d.ts +26 -0
- package/dist/picteus-ws-client/models/SearchFeatureLogicalOperator.js +44 -0
- package/dist/picteus-ws-client/models/SearchFeatures.d.ts +46 -0
- package/dist/picteus-ws-client/models/SearchFeatures.js +51 -0
- package/dist/picteus-ws-client/models/SearchFilter.d.ts +47 -0
- package/dist/picteus-ws-client/models/SearchFilter.js +48 -0
- package/dist/picteus-ws-client/models/SearchFilterOrigin.d.ts +27 -0
- package/dist/picteus-ws-client/models/SearchFilterOrigin.js +47 -0
- package/dist/picteus-ws-client/models/SearchImagesOrigin.d.ts +39 -0
- package/dist/picteus-ws-client/models/SearchImagesOrigin.js +48 -0
- package/dist/picteus-ws-client/models/SearchKeyword.d.ts +2 -2
- package/dist/picteus-ws-client/models/SearchKeyword.js +1 -1
- package/dist/picteus-ws-client/models/SearchOriginNature.d.ts +25 -0
- package/dist/picteus-ws-client/models/SearchOriginNature.js +43 -0
- package/dist/picteus-ws-client/models/SearchProperties.d.ts +2 -2
- package/dist/picteus-ws-client/models/SearchProperties.js +1 -1
- package/dist/picteus-ws-client/models/SearchPropertyRange.d.ts +1 -1
- package/dist/picteus-ws-client/models/SearchPropertyRange.js +1 -1
- package/dist/picteus-ws-client/models/SearchRange.d.ts +2 -2
- package/dist/picteus-ws-client/models/SearchRange.js +1 -1
- package/dist/picteus-ws-client/models/SearchRepositoriesOrigin.d.ts +39 -0
- package/dist/picteus-ws-client/models/SearchRepositoriesOrigin.js +48 -0
- package/dist/picteus-ws-client/models/SearchSorting.d.ts +1 -1
- package/dist/picteus-ws-client/models/SearchSorting.js +1 -1
- package/dist/picteus-ws-client/models/SearchSortingProperty.d.ts +3 -1
- package/dist/picteus-ws-client/models/SearchSortingProperty.js +3 -1
- package/dist/picteus-ws-client/models/SearchTags.d.ts +3 -3
- package/dist/picteus-ws-client/models/SearchTags.js +1 -1
- package/dist/picteus-ws-client/models/Settings.d.ts +1 -1
- package/dist/picteus-ws-client/models/Settings.js +1 -1
- package/dist/picteus-ws-client/models/Software.d.ts +24 -0
- package/dist/picteus-ws-client/models/Software.js +42 -0
- package/dist/picteus-ws-client/models/TextualPrompt.d.ts +1 -1
- package/dist/picteus-ws-client/models/TextualPrompt.js +1 -1
- package/dist/picteus-ws-client/models/UserInterfaceAnchor.d.ts +2 -1
- package/dist/picteus-ws-client/models/UserInterfaceAnchor.js +2 -1
- package/dist/picteus-ws-client/models/index.d.ts +16 -5
- package/dist/picteus-ws-client/models/index.js +16 -5
- package/dist/picteus-ws-client/runtime.d.ts +1 -1
- package/dist/picteus-ws-client/runtime.js +1 -1
- package/dist/picteusExtension.d.ts +8 -4
- package/dist/picteusExtension.js +1 -1
- package/package.json +4 -4
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Picteus
|
|
3
3
|
* The Picteus API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.
|
|
5
|
+
* The version of the OpenAPI document: 0.10.0
|
|
6
6
|
* Contact: edouard@koppasoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime.js';
|
|
13
|
-
import type {
|
|
13
|
+
import type { ComputedImageFormat, ExtensionImageEmbeddings, ExtensionImageFeature, ExtensionImageTag, GenerationRecipe, Image, ImageDistance, ImageEmbeddings, ImageFeature, ImageFormat, ImageMediaUrl, ImageMetadata, ImageResizeRender, ImageSummaryList, SearchFilter, SearchRange } from '../models/index.js';
|
|
14
14
|
export interface ImageApiImageClosestEmbeddingsImagesRequest {
|
|
15
15
|
extensionId: string;
|
|
16
16
|
count: number;
|
|
@@ -29,6 +29,9 @@ export interface ImageApiImageConvertRequest {
|
|
|
29
29
|
body: Blob;
|
|
30
30
|
quality?: number;
|
|
31
31
|
}
|
|
32
|
+
export interface ImageApiImageDeleteRequest {
|
|
33
|
+
id: string;
|
|
34
|
+
}
|
|
32
35
|
export interface ImageApiImageDownloadRequest {
|
|
33
36
|
id: string;
|
|
34
37
|
format?: ImageFormat;
|
|
@@ -51,24 +54,26 @@ export interface ImageApiImageGetAllEmbeddingsRequest {
|
|
|
51
54
|
export interface ImageApiImageGetAllFeaturesRequest {
|
|
52
55
|
id: string;
|
|
53
56
|
}
|
|
54
|
-
export interface
|
|
57
|
+
export interface ImageApiImageGetAllRecipesRequest {
|
|
55
58
|
id: string;
|
|
56
59
|
}
|
|
57
|
-
export interface
|
|
60
|
+
export interface ImageApiImageGetAllTagsRequest {
|
|
58
61
|
id: string;
|
|
59
62
|
}
|
|
60
|
-
export interface
|
|
63
|
+
export interface ImageApiImageGetEmbeddingsRequest {
|
|
61
64
|
id: string;
|
|
65
|
+
extensionId: string;
|
|
62
66
|
}
|
|
63
|
-
export interface
|
|
67
|
+
export interface ImageApiImageGetFeaturesRequest {
|
|
64
68
|
id: string;
|
|
65
69
|
extensionId: string;
|
|
66
70
|
}
|
|
67
71
|
export interface ImageApiImageGetMetadataRequest {
|
|
68
72
|
id: string;
|
|
69
73
|
}
|
|
70
|
-
export interface
|
|
74
|
+
export interface ImageApiImageGetTagsRequest {
|
|
71
75
|
id: string;
|
|
76
|
+
extensionId: string;
|
|
72
77
|
}
|
|
73
78
|
export interface ImageApiImageMediaUrlRequest {
|
|
74
79
|
id: string;
|
|
@@ -82,10 +87,9 @@ export interface ImageApiImageModifyRequest {
|
|
|
82
87
|
body: Blob;
|
|
83
88
|
}
|
|
84
89
|
export interface ImageApiImageSearchRequest {
|
|
85
|
-
|
|
86
|
-
|
|
90
|
+
filter?: SearchFilter;
|
|
91
|
+
collectionId?: number;
|
|
87
92
|
range?: SearchRange;
|
|
88
|
-
ids?: Array<string>;
|
|
89
93
|
}
|
|
90
94
|
export interface ImageApiImageSetEmbeddingsRequest {
|
|
91
95
|
id: string;
|
|
@@ -102,6 +106,9 @@ export interface ImageApiImageSetTagsRequest {
|
|
|
102
106
|
extensionId: string;
|
|
103
107
|
requestBody: Array<string>;
|
|
104
108
|
}
|
|
109
|
+
export interface ImageApiImageSynchronizeRequest {
|
|
110
|
+
id: string;
|
|
111
|
+
}
|
|
105
112
|
export interface ImageApiImageTextToImagesRequest {
|
|
106
113
|
text: string;
|
|
107
114
|
extensionId: string;
|
|
@@ -176,6 +183,20 @@ export interface ImageApiInterface {
|
|
|
176
183
|
* Converts an image into a format
|
|
177
184
|
*/
|
|
178
185
|
imageConvert(requestParameters: ImageApiImageConvertRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Blob>;
|
|
186
|
+
/**
|
|
187
|
+
* Deletes the image from the back-end and from the databases.
|
|
188
|
+
* @summary Deletes an image
|
|
189
|
+
* @param {string} id The image identifier
|
|
190
|
+
* @param {*} [options] Override http request option.
|
|
191
|
+
* @throws {RequiredError}
|
|
192
|
+
* @memberof ImageApiInterface
|
|
193
|
+
*/
|
|
194
|
+
imageDeleteRaw(requestParameters: ImageApiImageDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
195
|
+
/**
|
|
196
|
+
* Deletes the image from the back-end and from the databases.
|
|
197
|
+
* Deletes an image
|
|
198
|
+
*/
|
|
199
|
+
imageDelete(requestParameters: ImageApiImageDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
179
200
|
/**
|
|
180
201
|
* Returns the binary form of an image.
|
|
181
202
|
* @summary Downloads an image
|
|
@@ -254,62 +275,63 @@ export interface ImageApiInterface {
|
|
|
254
275
|
*/
|
|
255
276
|
imageGetAllFeatures(requestParameters: ImageApiImageGetAllFeaturesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<ExtensionImageFeature>>;
|
|
256
277
|
/**
|
|
257
|
-
* Returns the
|
|
258
|
-
* @summary Gets all the
|
|
278
|
+
* Returns the recipes of an image for all extensions.
|
|
279
|
+
* @summary Gets all the recipes of an image
|
|
259
280
|
* @param {string} id The image identifier
|
|
260
281
|
* @param {*} [options] Override http request option.
|
|
261
282
|
* @throws {RequiredError}
|
|
262
283
|
* @memberof ImageApiInterface
|
|
263
284
|
*/
|
|
264
|
-
|
|
285
|
+
imageGetAllRecipesRaw(requestParameters: ImageApiImageGetAllRecipesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<GenerationRecipe>>>;
|
|
265
286
|
/**
|
|
266
|
-
* Returns the
|
|
267
|
-
* Gets all the
|
|
287
|
+
* Returns the recipes of an image for all extensions.
|
|
288
|
+
* Gets all the recipes of an image
|
|
268
289
|
*/
|
|
269
|
-
|
|
290
|
+
imageGetAllRecipes(requestParameters: ImageApiImageGetAllRecipesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<GenerationRecipe>>;
|
|
270
291
|
/**
|
|
271
|
-
* Returns the
|
|
272
|
-
* @summary Gets the
|
|
292
|
+
* Returns the tags of an image for all extensions.
|
|
293
|
+
* @summary Gets all the tags of an image
|
|
273
294
|
* @param {string} id The image identifier
|
|
274
295
|
* @param {*} [options] Override http request option.
|
|
275
296
|
* @throws {RequiredError}
|
|
276
297
|
* @memberof ImageApiInterface
|
|
277
298
|
*/
|
|
278
|
-
|
|
299
|
+
imageGetAllTagsRaw(requestParameters: ImageApiImageGetAllTagsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<ExtensionImageTag>>>;
|
|
279
300
|
/**
|
|
280
|
-
* Returns the
|
|
281
|
-
* Gets the
|
|
301
|
+
* Returns the tags of an image for all extensions.
|
|
302
|
+
* Gets all the tags of an image
|
|
282
303
|
*/
|
|
283
|
-
|
|
304
|
+
imageGetAllTags(requestParameters: ImageApiImageGetAllTagsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<ExtensionImageTag>>;
|
|
284
305
|
/**
|
|
285
|
-
* Returns the
|
|
286
|
-
* @summary Gets the
|
|
306
|
+
* Returns the computed embeddings of an image for a given extension.
|
|
307
|
+
* @summary Gets the embeddings of an image
|
|
287
308
|
* @param {string} id The image identifier
|
|
309
|
+
* @param {string} extensionId The extension identifier
|
|
288
310
|
* @param {*} [options] Override http request option.
|
|
289
311
|
* @throws {RequiredError}
|
|
290
312
|
* @memberof ImageApiInterface
|
|
291
313
|
*/
|
|
292
|
-
|
|
314
|
+
imageGetEmbeddingsRaw(requestParameters: ImageApiImageGetEmbeddingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ImageEmbeddings>>;
|
|
293
315
|
/**
|
|
294
|
-
* Returns the
|
|
295
|
-
* Gets the
|
|
316
|
+
* Returns the computed embeddings of an image for a given extension.
|
|
317
|
+
* Gets the embeddings of an image
|
|
296
318
|
*/
|
|
297
|
-
|
|
319
|
+
imageGetEmbeddings(requestParameters: ImageApiImageGetEmbeddingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ImageEmbeddings>;
|
|
298
320
|
/**
|
|
299
|
-
* Returns the
|
|
300
|
-
* @summary Gets the
|
|
321
|
+
* Returns the features of an image given an extension.
|
|
322
|
+
* @summary Gets all the features of an image for an extension
|
|
301
323
|
* @param {string} id The image identifier
|
|
302
324
|
* @param {string} extensionId The extension identifier
|
|
303
325
|
* @param {*} [options] Override http request option.
|
|
304
326
|
* @throws {RequiredError}
|
|
305
327
|
* @memberof ImageApiInterface
|
|
306
328
|
*/
|
|
307
|
-
|
|
329
|
+
imageGetFeaturesRaw(requestParameters: ImageApiImageGetFeaturesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<ImageFeature>>>;
|
|
308
330
|
/**
|
|
309
|
-
* Returns the
|
|
310
|
-
* Gets the
|
|
331
|
+
* Returns the features of an image given an extension.
|
|
332
|
+
* Gets all the features of an image for an extension
|
|
311
333
|
*/
|
|
312
|
-
|
|
334
|
+
imageGetFeatures(requestParameters: ImageApiImageGetFeaturesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<ImageFeature>>;
|
|
313
335
|
/**
|
|
314
336
|
* Returns all the metadata of an image available in its representation file.
|
|
315
337
|
* @summary Gets the metadata of an image
|
|
@@ -325,19 +347,20 @@ export interface ImageApiInterface {
|
|
|
325
347
|
*/
|
|
326
348
|
imageGetMetadata(requestParameters: ImageApiImageGetMetadataRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ImageMetadata>;
|
|
327
349
|
/**
|
|
328
|
-
* Returns the
|
|
329
|
-
* @summary Gets the
|
|
350
|
+
* Returns the tags of an image given an extension.
|
|
351
|
+
* @summary Gets the tags of an image for an extension
|
|
330
352
|
* @param {string} id The image identifier
|
|
353
|
+
* @param {string} extensionId The extension identifier
|
|
331
354
|
* @param {*} [options] Override http request option.
|
|
332
355
|
* @throws {RequiredError}
|
|
333
356
|
* @memberof ImageApiInterface
|
|
334
357
|
*/
|
|
335
|
-
|
|
358
|
+
imageGetTagsRaw(requestParameters: ImageApiImageGetTagsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<string>>>;
|
|
336
359
|
/**
|
|
337
|
-
* Returns the
|
|
338
|
-
* Gets the
|
|
360
|
+
* Returns the tags of an image given an extension.
|
|
361
|
+
* Gets the tags of an image for an extension
|
|
339
362
|
*/
|
|
340
|
-
|
|
363
|
+
imageGetTags(requestParameters: ImageApiImageGetTagsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<string>>;
|
|
341
364
|
/**
|
|
342
365
|
* Returns the URL of the image, given for some given dimensions and format, which may used to display it.
|
|
343
366
|
* @summary Gets an URL of the image
|
|
@@ -372,19 +395,18 @@ export interface ImageApiInterface {
|
|
|
372
395
|
*/
|
|
373
396
|
imageModify(requestParameters: ImageApiImageModifyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Image>;
|
|
374
397
|
/**
|
|
375
|
-
* Searches images, given criteria.
|
|
398
|
+
* Searches for images, given criteria.
|
|
376
399
|
* @summary Searches images
|
|
377
|
-
* @param {
|
|
378
|
-
* @param {
|
|
400
|
+
* @param {SearchFilter} [filter] The filter which will be used to narrow down the returned items
|
|
401
|
+
* @param {number} [collectionId] The collection identifier to filter with to narrow down the returned items
|
|
379
402
|
* @param {SearchRange} [range] The range of items to consider following the search
|
|
380
|
-
* @param {Array<string>} [ids] The repository identifiers the images should belong to
|
|
381
403
|
* @param {*} [options] Override http request option.
|
|
382
404
|
* @throws {RequiredError}
|
|
383
405
|
* @memberof ImageApiInterface
|
|
384
406
|
*/
|
|
385
407
|
imageSearchRaw(requestParameters: ImageApiImageSearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ImageSummaryList>>;
|
|
386
408
|
/**
|
|
387
|
-
* Searches images, given criteria.
|
|
409
|
+
* Searches for images, given criteria.
|
|
388
410
|
* Searches images
|
|
389
411
|
*/
|
|
390
412
|
imageSearch(requestParameters: ImageApiImageSearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ImageSummaryList>;
|
|
@@ -422,7 +444,7 @@ export interface ImageApiInterface {
|
|
|
422
444
|
imageSetFeatures(requestParameters: ImageApiImageSetFeaturesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
423
445
|
/**
|
|
424
446
|
* Sets the tags of an image for a given extension.
|
|
425
|
-
* @summary Sets the tags of an image
|
|
447
|
+
* @summary Sets the tags of an image
|
|
426
448
|
* @param {string} id The image identifier
|
|
427
449
|
* @param {string} extensionId The extension identifier
|
|
428
450
|
* @param {Array<string>} requestBody The image tags
|
|
@@ -433,9 +455,23 @@ export interface ImageApiInterface {
|
|
|
433
455
|
imageSetTagsRaw(requestParameters: ImageApiImageSetTagsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
434
456
|
/**
|
|
435
457
|
* Sets the tags of an image for a given extension.
|
|
436
|
-
* Sets the tags of an image
|
|
458
|
+
* Sets the tags of an image
|
|
437
459
|
*/
|
|
438
460
|
imageSetTags(requestParameters: ImageApiImageSetTagsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
461
|
+
/**
|
|
462
|
+
* Runs all extensions capabilities against the image.
|
|
463
|
+
* @summary Synchronizes an image
|
|
464
|
+
* @param {string} id The image identifier
|
|
465
|
+
* @param {*} [options] Override http request option.
|
|
466
|
+
* @throws {RequiredError}
|
|
467
|
+
* @memberof ImageApiInterface
|
|
468
|
+
*/
|
|
469
|
+
imageSynchronizeRaw(requestParameters: ImageApiImageSynchronizeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Image>>;
|
|
470
|
+
/**
|
|
471
|
+
* Runs all extensions capabilities against the image.
|
|
472
|
+
* Synchronizes an image
|
|
473
|
+
*/
|
|
474
|
+
imageSynchronize(requestParameters: ImageApiImageSynchronizeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Image>;
|
|
439
475
|
/**
|
|
440
476
|
* Returns the closest images for a given text which will be turned into embeddings, following the embeddings of a given extension.
|
|
441
477
|
* @summary Gets the closest images to a text following the embeddings of an extension
|
|
@@ -497,6 +533,16 @@ export declare class ImageApi extends runtime.BaseAPI implements ImageApiInterfa
|
|
|
497
533
|
* Converts an image into a format
|
|
498
534
|
*/
|
|
499
535
|
imageConvert(requestParameters: ImageApiImageConvertRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Blob>;
|
|
536
|
+
/**
|
|
537
|
+
* Deletes the image from the back-end and from the databases.
|
|
538
|
+
* Deletes an image
|
|
539
|
+
*/
|
|
540
|
+
imageDeleteRaw(requestParameters: ImageApiImageDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
541
|
+
/**
|
|
542
|
+
* Deletes the image from the back-end and from the databases.
|
|
543
|
+
* Deletes an image
|
|
544
|
+
*/
|
|
545
|
+
imageDelete(requestParameters: ImageApiImageDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
500
546
|
/**
|
|
501
547
|
* Returns the binary form of an image.
|
|
502
548
|
* Downloads an image
|
|
@@ -547,6 +593,16 @@ export declare class ImageApi extends runtime.BaseAPI implements ImageApiInterfa
|
|
|
547
593
|
* Gets all the features of an image
|
|
548
594
|
*/
|
|
549
595
|
imageGetAllFeatures(requestParameters: ImageApiImageGetAllFeaturesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<ExtensionImageFeature>>;
|
|
596
|
+
/**
|
|
597
|
+
* Returns the recipes of an image for all extensions.
|
|
598
|
+
* Gets all the recipes of an image
|
|
599
|
+
*/
|
|
600
|
+
imageGetAllRecipesRaw(requestParameters: ImageApiImageGetAllRecipesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<GenerationRecipe>>>;
|
|
601
|
+
/**
|
|
602
|
+
* Returns the recipes of an image for all extensions.
|
|
603
|
+
* Gets all the recipes of an image
|
|
604
|
+
*/
|
|
605
|
+
imageGetAllRecipes(requestParameters: ImageApiImageGetAllRecipesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<GenerationRecipe>>;
|
|
550
606
|
/**
|
|
551
607
|
* Returns the tags of an image for all extensions.
|
|
552
608
|
* Gets all the tags of an image
|
|
@@ -557,26 +613,6 @@ export declare class ImageApi extends runtime.BaseAPI implements ImageApiInterfa
|
|
|
557
613
|
* Gets all the tags of an image
|
|
558
614
|
*/
|
|
559
615
|
imageGetAllTags(requestParameters: ImageApiImageGetAllTagsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<ExtensionImageTag>>;
|
|
560
|
-
/**
|
|
561
|
-
* Returns the Automatic1111 generation instructions available in the image metadata.
|
|
562
|
-
* Gets the Automatic1111 instructions
|
|
563
|
-
*/
|
|
564
|
-
imageGetAutomatic1111Raw(requestParameters: ImageApiImageGetAutomatic1111Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Automatic1111UserComment>>;
|
|
565
|
-
/**
|
|
566
|
-
* Returns the Automatic1111 generation instructions available in the image metadata.
|
|
567
|
-
* Gets the Automatic1111 instructions
|
|
568
|
-
*/
|
|
569
|
-
imageGetAutomatic1111(requestParameters: ImageApiImageGetAutomatic1111Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Automatic1111UserComment>;
|
|
570
|
-
/**
|
|
571
|
-
* Returns the ComfyUI prompt and workflow entities available in the image metadata.
|
|
572
|
-
* Gets the ComfyUI prompt and workflow
|
|
573
|
-
*/
|
|
574
|
-
imageGetComfyUiRaw(requestParameters: ImageApiImageGetComfyUiRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ComfyUiPromptAndWorkflow>>;
|
|
575
|
-
/**
|
|
576
|
-
* Returns the ComfyUI prompt and workflow entities available in the image metadata.
|
|
577
|
-
* Gets the ComfyUI prompt and workflow
|
|
578
|
-
*/
|
|
579
|
-
imageGetComfyUi(requestParameters: ImageApiImageGetComfyUiRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ComfyUiPromptAndWorkflow>;
|
|
580
616
|
/**
|
|
581
617
|
* Returns the computed embeddings of an image for a given extension.
|
|
582
618
|
* Gets the embeddings of an image
|
|
@@ -587,6 +623,16 @@ export declare class ImageApi extends runtime.BaseAPI implements ImageApiInterfa
|
|
|
587
623
|
* Gets the embeddings of an image
|
|
588
624
|
*/
|
|
589
625
|
imageGetEmbeddings(requestParameters: ImageApiImageGetEmbeddingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ImageEmbeddings>;
|
|
626
|
+
/**
|
|
627
|
+
* Returns the features of an image given an extension.
|
|
628
|
+
* Gets all the features of an image for an extension
|
|
629
|
+
*/
|
|
630
|
+
imageGetFeaturesRaw(requestParameters: ImageApiImageGetFeaturesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<ImageFeature>>>;
|
|
631
|
+
/**
|
|
632
|
+
* Returns the features of an image given an extension.
|
|
633
|
+
* Gets all the features of an image for an extension
|
|
634
|
+
*/
|
|
635
|
+
imageGetFeatures(requestParameters: ImageApiImageGetFeaturesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<ImageFeature>>;
|
|
590
636
|
/**
|
|
591
637
|
* Returns all the metadata of an image available in its representation file.
|
|
592
638
|
* Gets the metadata of an image
|
|
@@ -598,15 +644,15 @@ export declare class ImageApi extends runtime.BaseAPI implements ImageApiInterfa
|
|
|
598
644
|
*/
|
|
599
645
|
imageGetMetadata(requestParameters: ImageApiImageGetMetadataRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ImageMetadata>;
|
|
600
646
|
/**
|
|
601
|
-
* Returns the
|
|
602
|
-
* Gets the
|
|
647
|
+
* Returns the tags of an image given an extension.
|
|
648
|
+
* Gets the tags of an image for an extension
|
|
603
649
|
*/
|
|
604
|
-
|
|
650
|
+
imageGetTagsRaw(requestParameters: ImageApiImageGetTagsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<string>>>;
|
|
605
651
|
/**
|
|
606
|
-
* Returns the
|
|
607
|
-
* Gets the
|
|
652
|
+
* Returns the tags of an image given an extension.
|
|
653
|
+
* Gets the tags of an image for an extension
|
|
608
654
|
*/
|
|
609
|
-
|
|
655
|
+
imageGetTags(requestParameters: ImageApiImageGetTagsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<string>>;
|
|
610
656
|
/**
|
|
611
657
|
* Returns the URL of the image, given for some given dimensions and format, which may used to display it.
|
|
612
658
|
* Gets an URL of the image
|
|
@@ -628,12 +674,12 @@ export declare class ImageApi extends runtime.BaseAPI implements ImageApiInterfa
|
|
|
628
674
|
*/
|
|
629
675
|
imageModify(requestParameters: ImageApiImageModifyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Image>;
|
|
630
676
|
/**
|
|
631
|
-
* Searches images, given criteria.
|
|
677
|
+
* Searches for images, given criteria.
|
|
632
678
|
* Searches images
|
|
633
679
|
*/
|
|
634
680
|
imageSearchRaw(requestParameters: ImageApiImageSearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ImageSummaryList>>;
|
|
635
681
|
/**
|
|
636
|
-
* Searches images, given criteria.
|
|
682
|
+
* Searches for images, given criteria.
|
|
637
683
|
* Searches images
|
|
638
684
|
*/
|
|
639
685
|
imageSearch(requestParameters?: ImageApiImageSearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ImageSummaryList>;
|
|
@@ -659,14 +705,24 @@ export declare class ImageApi extends runtime.BaseAPI implements ImageApiInterfa
|
|
|
659
705
|
imageSetFeatures(requestParameters: ImageApiImageSetFeaturesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
660
706
|
/**
|
|
661
707
|
* Sets the tags of an image for a given extension.
|
|
662
|
-
* Sets the tags of an image
|
|
708
|
+
* Sets the tags of an image
|
|
663
709
|
*/
|
|
664
710
|
imageSetTagsRaw(requestParameters: ImageApiImageSetTagsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
665
711
|
/**
|
|
666
712
|
* Sets the tags of an image for a given extension.
|
|
667
|
-
* Sets the tags of an image
|
|
713
|
+
* Sets the tags of an image
|
|
668
714
|
*/
|
|
669
715
|
imageSetTags(requestParameters: ImageApiImageSetTagsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
716
|
+
/**
|
|
717
|
+
* Runs all extensions capabilities against the image.
|
|
718
|
+
* Synchronizes an image
|
|
719
|
+
*/
|
|
720
|
+
imageSynchronizeRaw(requestParameters: ImageApiImageSynchronizeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Image>>;
|
|
721
|
+
/**
|
|
722
|
+
* Runs all extensions capabilities against the image.
|
|
723
|
+
* Synchronizes an image
|
|
724
|
+
*/
|
|
725
|
+
imageSynchronize(requestParameters: ImageApiImageSynchronizeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Image>;
|
|
670
726
|
/**
|
|
671
727
|
* Returns the closest images for a given text which will be turned into embeddings, following the embeddings of a given extension.
|
|
672
728
|
* Gets the closest images to a text following the embeddings of an extension
|