@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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Picteus
|
|
5
5
|
* The Picteus API
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.10.0
|
|
8
8
|
* Contact: edouard@koppasoft.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import * as runtime from '../runtime.js';
|
|
15
|
-
import {
|
|
15
|
+
import { ComputedImageFormatFromJSON, ExtensionImageEmbeddingsFromJSON, ExtensionImageFeatureFromJSON, ExtensionImageTagFromJSON, GenerationRecipeFromJSON, ImageFromJSON, ImageDistanceFromJSON, ImageEmbeddingsFromJSON, ImageEmbeddingsToJSON, ImageFeatureFromJSON, ImageFeatureToJSON, ImageMediaUrlFromJSON, ImageMetadataFromJSON, ImageSummaryListFromJSON, } from '../models/index.js';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
@@ -177,6 +177,36 @@ export class ImageApi extends runtime.BaseAPI {
|
|
|
177
177
|
const response = await this.imageConvertRaw(requestParameters, initOverrides);
|
|
178
178
|
return await response.value();
|
|
179
179
|
}
|
|
180
|
+
/**
|
|
181
|
+
* Deletes the image from the back-end and from the databases.
|
|
182
|
+
* Deletes an image
|
|
183
|
+
*/
|
|
184
|
+
async imageDeleteRaw(requestParameters, initOverrides) {
|
|
185
|
+
if (requestParameters['id'] == null) {
|
|
186
|
+
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling imageDelete().');
|
|
187
|
+
}
|
|
188
|
+
const queryParameters = {};
|
|
189
|
+
const headerParameters = {};
|
|
190
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
191
|
+
headerParameters["X-API-KEY"] = await this.configuration.apiKey("X-API-KEY"); // api-key authentication
|
|
192
|
+
}
|
|
193
|
+
let urlPath = `/image/{id}/delete`;
|
|
194
|
+
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id'])));
|
|
195
|
+
const response = await this.request({
|
|
196
|
+
path: urlPath,
|
|
197
|
+
method: 'DELETE',
|
|
198
|
+
headers: headerParameters,
|
|
199
|
+
query: queryParameters,
|
|
200
|
+
}, initOverrides);
|
|
201
|
+
return new runtime.VoidApiResponse(response);
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
204
|
+
* Deletes the image from the back-end and from the databases.
|
|
205
|
+
* Deletes an image
|
|
206
|
+
*/
|
|
207
|
+
async imageDelete(requestParameters, initOverrides) {
|
|
208
|
+
await this.imageDeleteRaw(requestParameters, initOverrides);
|
|
209
|
+
}
|
|
180
210
|
/**
|
|
181
211
|
* Returns the binary form of an image.
|
|
182
212
|
* Downloads an image
|
|
@@ -358,19 +388,19 @@ export class ImageApi extends runtime.BaseAPI {
|
|
|
358
388
|
return await response.value();
|
|
359
389
|
}
|
|
360
390
|
/**
|
|
361
|
-
* Returns the
|
|
362
|
-
* Gets all the
|
|
391
|
+
* Returns the recipes of an image for all extensions.
|
|
392
|
+
* Gets all the recipes of an image
|
|
363
393
|
*/
|
|
364
|
-
async
|
|
394
|
+
async imageGetAllRecipesRaw(requestParameters, initOverrides) {
|
|
365
395
|
if (requestParameters['id'] == null) {
|
|
366
|
-
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling
|
|
396
|
+
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling imageGetAllRecipes().');
|
|
367
397
|
}
|
|
368
398
|
const queryParameters = {};
|
|
369
399
|
const headerParameters = {};
|
|
370
400
|
if (this.configuration && this.configuration.apiKey) {
|
|
371
401
|
headerParameters["X-API-KEY"] = await this.configuration.apiKey("X-API-KEY"); // api-key authentication
|
|
372
402
|
}
|
|
373
|
-
let urlPath = `/image/{id}/
|
|
403
|
+
let urlPath = `/image/{id}/getAllRecipes`;
|
|
374
404
|
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id'])));
|
|
375
405
|
const response = await this.request({
|
|
376
406
|
path: urlPath,
|
|
@@ -378,30 +408,30 @@ export class ImageApi extends runtime.BaseAPI {
|
|
|
378
408
|
headers: headerParameters,
|
|
379
409
|
query: queryParameters,
|
|
380
410
|
}, initOverrides);
|
|
381
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(
|
|
411
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(GenerationRecipeFromJSON));
|
|
382
412
|
}
|
|
383
413
|
/**
|
|
384
|
-
* Returns the
|
|
385
|
-
* Gets all the
|
|
414
|
+
* Returns the recipes of an image for all extensions.
|
|
415
|
+
* Gets all the recipes of an image
|
|
386
416
|
*/
|
|
387
|
-
async
|
|
388
|
-
const response = await this.
|
|
417
|
+
async imageGetAllRecipes(requestParameters, initOverrides) {
|
|
418
|
+
const response = await this.imageGetAllRecipesRaw(requestParameters, initOverrides);
|
|
389
419
|
return await response.value();
|
|
390
420
|
}
|
|
391
421
|
/**
|
|
392
|
-
* Returns the
|
|
393
|
-
* Gets the
|
|
422
|
+
* Returns the tags of an image for all extensions.
|
|
423
|
+
* Gets all the tags of an image
|
|
394
424
|
*/
|
|
395
|
-
async
|
|
425
|
+
async imageGetAllTagsRaw(requestParameters, initOverrides) {
|
|
396
426
|
if (requestParameters['id'] == null) {
|
|
397
|
-
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling
|
|
427
|
+
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling imageGetAllTags().');
|
|
398
428
|
}
|
|
399
429
|
const queryParameters = {};
|
|
400
430
|
const headerParameters = {};
|
|
401
431
|
if (this.configuration && this.configuration.apiKey) {
|
|
402
432
|
headerParameters["X-API-KEY"] = await this.configuration.apiKey("X-API-KEY"); // api-key authentication
|
|
403
433
|
}
|
|
404
|
-
let urlPath = `/image/{id}/
|
|
434
|
+
let urlPath = `/image/{id}/getAllTags`;
|
|
405
435
|
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id'])));
|
|
406
436
|
const response = await this.request({
|
|
407
437
|
path: urlPath,
|
|
@@ -409,30 +439,36 @@ export class ImageApi extends runtime.BaseAPI {
|
|
|
409
439
|
headers: headerParameters,
|
|
410
440
|
query: queryParameters,
|
|
411
441
|
}, initOverrides);
|
|
412
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
442
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(ExtensionImageTagFromJSON));
|
|
413
443
|
}
|
|
414
444
|
/**
|
|
415
|
-
* Returns the
|
|
416
|
-
* Gets the
|
|
445
|
+
* Returns the tags of an image for all extensions.
|
|
446
|
+
* Gets all the tags of an image
|
|
417
447
|
*/
|
|
418
|
-
async
|
|
419
|
-
const response = await this.
|
|
448
|
+
async imageGetAllTags(requestParameters, initOverrides) {
|
|
449
|
+
const response = await this.imageGetAllTagsRaw(requestParameters, initOverrides);
|
|
420
450
|
return await response.value();
|
|
421
451
|
}
|
|
422
452
|
/**
|
|
423
|
-
* Returns the
|
|
424
|
-
* Gets the
|
|
453
|
+
* Returns the computed embeddings of an image for a given extension.
|
|
454
|
+
* Gets the embeddings of an image
|
|
425
455
|
*/
|
|
426
|
-
async
|
|
456
|
+
async imageGetEmbeddingsRaw(requestParameters, initOverrides) {
|
|
427
457
|
if (requestParameters['id'] == null) {
|
|
428
|
-
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling
|
|
458
|
+
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling imageGetEmbeddings().');
|
|
459
|
+
}
|
|
460
|
+
if (requestParameters['extensionId'] == null) {
|
|
461
|
+
throw new runtime.RequiredError('extensionId', 'Required parameter "extensionId" was null or undefined when calling imageGetEmbeddings().');
|
|
429
462
|
}
|
|
430
463
|
const queryParameters = {};
|
|
464
|
+
if (requestParameters['extensionId'] != null) {
|
|
465
|
+
queryParameters['extensionId'] = requestParameters['extensionId'];
|
|
466
|
+
}
|
|
431
467
|
const headerParameters = {};
|
|
432
468
|
if (this.configuration && this.configuration.apiKey) {
|
|
433
469
|
headerParameters["X-API-KEY"] = await this.configuration.apiKey("X-API-KEY"); // api-key authentication
|
|
434
470
|
}
|
|
435
|
-
let urlPath = `/image/{id}/
|
|
471
|
+
let urlPath = `/image/{id}/getEmbeddings`;
|
|
436
472
|
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id'])));
|
|
437
473
|
const response = await this.request({
|
|
438
474
|
path: urlPath,
|
|
@@ -440,26 +476,26 @@ export class ImageApi extends runtime.BaseAPI {
|
|
|
440
476
|
headers: headerParameters,
|
|
441
477
|
query: queryParameters,
|
|
442
478
|
}, initOverrides);
|
|
443
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
479
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ImageEmbeddingsFromJSON(jsonValue));
|
|
444
480
|
}
|
|
445
481
|
/**
|
|
446
|
-
* Returns the
|
|
447
|
-
* Gets the
|
|
482
|
+
* Returns the computed embeddings of an image for a given extension.
|
|
483
|
+
* Gets the embeddings of an image
|
|
448
484
|
*/
|
|
449
|
-
async
|
|
450
|
-
const response = await this.
|
|
485
|
+
async imageGetEmbeddings(requestParameters, initOverrides) {
|
|
486
|
+
const response = await this.imageGetEmbeddingsRaw(requestParameters, initOverrides);
|
|
451
487
|
return await response.value();
|
|
452
488
|
}
|
|
453
489
|
/**
|
|
454
|
-
* Returns the
|
|
455
|
-
* Gets the
|
|
490
|
+
* Returns the features of an image given an extension.
|
|
491
|
+
* Gets all the features of an image for an extension
|
|
456
492
|
*/
|
|
457
|
-
async
|
|
493
|
+
async imageGetFeaturesRaw(requestParameters, initOverrides) {
|
|
458
494
|
if (requestParameters['id'] == null) {
|
|
459
|
-
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling
|
|
495
|
+
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling imageGetFeatures().');
|
|
460
496
|
}
|
|
461
497
|
if (requestParameters['extensionId'] == null) {
|
|
462
|
-
throw new runtime.RequiredError('extensionId', 'Required parameter "extensionId" was null or undefined when calling
|
|
498
|
+
throw new runtime.RequiredError('extensionId', 'Required parameter "extensionId" was null or undefined when calling imageGetFeatures().');
|
|
463
499
|
}
|
|
464
500
|
const queryParameters = {};
|
|
465
501
|
if (requestParameters['extensionId'] != null) {
|
|
@@ -469,7 +505,7 @@ export class ImageApi extends runtime.BaseAPI {
|
|
|
469
505
|
if (this.configuration && this.configuration.apiKey) {
|
|
470
506
|
headerParameters["X-API-KEY"] = await this.configuration.apiKey("X-API-KEY"); // api-key authentication
|
|
471
507
|
}
|
|
472
|
-
let urlPath = `/image/{id}/
|
|
508
|
+
let urlPath = `/image/{id}/getFeatures`;
|
|
473
509
|
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id'])));
|
|
474
510
|
const response = await this.request({
|
|
475
511
|
path: urlPath,
|
|
@@ -477,14 +513,14 @@ export class ImageApi extends runtime.BaseAPI {
|
|
|
477
513
|
headers: headerParameters,
|
|
478
514
|
query: queryParameters,
|
|
479
515
|
}, initOverrides);
|
|
480
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
516
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(ImageFeatureFromJSON));
|
|
481
517
|
}
|
|
482
518
|
/**
|
|
483
|
-
* Returns the
|
|
484
|
-
* Gets the
|
|
519
|
+
* Returns the features of an image given an extension.
|
|
520
|
+
* Gets all the features of an image for an extension
|
|
485
521
|
*/
|
|
486
|
-
async
|
|
487
|
-
const response = await this.
|
|
522
|
+
async imageGetFeatures(requestParameters, initOverrides) {
|
|
523
|
+
const response = await this.imageGetFeaturesRaw(requestParameters, initOverrides);
|
|
488
524
|
return await response.value();
|
|
489
525
|
}
|
|
490
526
|
/**
|
|
@@ -519,19 +555,25 @@ export class ImageApi extends runtime.BaseAPI {
|
|
|
519
555
|
return await response.value();
|
|
520
556
|
}
|
|
521
557
|
/**
|
|
522
|
-
* Returns the
|
|
523
|
-
* Gets the
|
|
558
|
+
* Returns the tags of an image given an extension.
|
|
559
|
+
* Gets the tags of an image for an extension
|
|
524
560
|
*/
|
|
525
|
-
async
|
|
561
|
+
async imageGetTagsRaw(requestParameters, initOverrides) {
|
|
526
562
|
if (requestParameters['id'] == null) {
|
|
527
|
-
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling
|
|
563
|
+
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling imageGetTags().');
|
|
564
|
+
}
|
|
565
|
+
if (requestParameters['extensionId'] == null) {
|
|
566
|
+
throw new runtime.RequiredError('extensionId', 'Required parameter "extensionId" was null or undefined when calling imageGetTags().');
|
|
528
567
|
}
|
|
529
568
|
const queryParameters = {};
|
|
569
|
+
if (requestParameters['extensionId'] != null) {
|
|
570
|
+
queryParameters['extensionId'] = requestParameters['extensionId'];
|
|
571
|
+
}
|
|
530
572
|
const headerParameters = {};
|
|
531
573
|
if (this.configuration && this.configuration.apiKey) {
|
|
532
574
|
headerParameters["X-API-KEY"] = await this.configuration.apiKey("X-API-KEY"); // api-key authentication
|
|
533
575
|
}
|
|
534
|
-
let urlPath = `/image/{id}/
|
|
576
|
+
let urlPath = `/image/{id}/getTags`;
|
|
535
577
|
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id'])));
|
|
536
578
|
const response = await this.request({
|
|
537
579
|
path: urlPath,
|
|
@@ -539,14 +581,14 @@ export class ImageApi extends runtime.BaseAPI {
|
|
|
539
581
|
headers: headerParameters,
|
|
540
582
|
query: queryParameters,
|
|
541
583
|
}, initOverrides);
|
|
542
|
-
return new runtime.JSONApiResponse(response
|
|
584
|
+
return new runtime.JSONApiResponse(response);
|
|
543
585
|
}
|
|
544
586
|
/**
|
|
545
|
-
* Returns the
|
|
546
|
-
* Gets the
|
|
587
|
+
* Returns the tags of an image given an extension.
|
|
588
|
+
* Gets the tags of an image for an extension
|
|
547
589
|
*/
|
|
548
|
-
async
|
|
549
|
-
const response = await this.
|
|
590
|
+
async imageGetTags(requestParameters, initOverrides) {
|
|
591
|
+
const response = await this.imageGetTagsRaw(requestParameters, initOverrides);
|
|
550
592
|
return await response.value();
|
|
551
593
|
}
|
|
552
594
|
/**
|
|
@@ -629,23 +671,20 @@ export class ImageApi extends runtime.BaseAPI {
|
|
|
629
671
|
return await response.value();
|
|
630
672
|
}
|
|
631
673
|
/**
|
|
632
|
-
* Searches images, given criteria.
|
|
674
|
+
* Searches for images, given criteria.
|
|
633
675
|
* Searches images
|
|
634
676
|
*/
|
|
635
677
|
async imageSearchRaw(requestParameters, initOverrides) {
|
|
636
678
|
const queryParameters = {};
|
|
637
|
-
if (requestParameters['
|
|
638
|
-
queryParameters['
|
|
679
|
+
if (requestParameters['filter'] != null) {
|
|
680
|
+
queryParameters['filter'] = requestParameters['filter'];
|
|
639
681
|
}
|
|
640
|
-
if (requestParameters['
|
|
641
|
-
queryParameters['
|
|
682
|
+
if (requestParameters['collectionId'] != null) {
|
|
683
|
+
queryParameters['collectionId'] = requestParameters['collectionId'];
|
|
642
684
|
}
|
|
643
685
|
if (requestParameters['range'] != null) {
|
|
644
686
|
queryParameters['range'] = requestParameters['range'];
|
|
645
687
|
}
|
|
646
|
-
if (requestParameters['ids'] != null) {
|
|
647
|
-
queryParameters['ids'] = requestParameters['ids'];
|
|
648
|
-
}
|
|
649
688
|
const headerParameters = {};
|
|
650
689
|
if (this.configuration && this.configuration.apiKey) {
|
|
651
690
|
headerParameters["X-API-KEY"] = await this.configuration.apiKey("X-API-KEY"); // api-key authentication
|
|
@@ -660,7 +699,7 @@ export class ImageApi extends runtime.BaseAPI {
|
|
|
660
699
|
return new runtime.JSONApiResponse(response, (jsonValue) => ImageSummaryListFromJSON(jsonValue));
|
|
661
700
|
}
|
|
662
701
|
/**
|
|
663
|
-
* Searches images, given criteria.
|
|
702
|
+
* Searches for images, given criteria.
|
|
664
703
|
* Searches images
|
|
665
704
|
*/
|
|
666
705
|
async imageSearch(requestParameters = {}, initOverrides) {
|
|
@@ -751,7 +790,7 @@ export class ImageApi extends runtime.BaseAPI {
|
|
|
751
790
|
}
|
|
752
791
|
/**
|
|
753
792
|
* Sets the tags of an image for a given extension.
|
|
754
|
-
* Sets the tags of an image
|
|
793
|
+
* Sets the tags of an image
|
|
755
794
|
*/
|
|
756
795
|
async imageSetTagsRaw(requestParameters, initOverrides) {
|
|
757
796
|
if (requestParameters['id'] == null) {
|
|
@@ -785,11 +824,42 @@ export class ImageApi extends runtime.BaseAPI {
|
|
|
785
824
|
}
|
|
786
825
|
/**
|
|
787
826
|
* Sets the tags of an image for a given extension.
|
|
788
|
-
* Sets the tags of an image
|
|
827
|
+
* Sets the tags of an image
|
|
789
828
|
*/
|
|
790
829
|
async imageSetTags(requestParameters, initOverrides) {
|
|
791
830
|
await this.imageSetTagsRaw(requestParameters, initOverrides);
|
|
792
831
|
}
|
|
832
|
+
/**
|
|
833
|
+
* Runs all extensions capabilities against the image.
|
|
834
|
+
* Synchronizes an image
|
|
835
|
+
*/
|
|
836
|
+
async imageSynchronizeRaw(requestParameters, initOverrides) {
|
|
837
|
+
if (requestParameters['id'] == null) {
|
|
838
|
+
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling imageSynchronize().');
|
|
839
|
+
}
|
|
840
|
+
const queryParameters = {};
|
|
841
|
+
const headerParameters = {};
|
|
842
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
843
|
+
headerParameters["X-API-KEY"] = await this.configuration.apiKey("X-API-KEY"); // api-key authentication
|
|
844
|
+
}
|
|
845
|
+
let urlPath = `/image/{id}/synchronize`;
|
|
846
|
+
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id'])));
|
|
847
|
+
const response = await this.request({
|
|
848
|
+
path: urlPath,
|
|
849
|
+
method: 'PUT',
|
|
850
|
+
headers: headerParameters,
|
|
851
|
+
query: queryParameters,
|
|
852
|
+
}, initOverrides);
|
|
853
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ImageFromJSON(jsonValue));
|
|
854
|
+
}
|
|
855
|
+
/**
|
|
856
|
+
* Runs all extensions capabilities against the image.
|
|
857
|
+
* Synchronizes an image
|
|
858
|
+
*/
|
|
859
|
+
async imageSynchronize(requestParameters, initOverrides) {
|
|
860
|
+
const response = await this.imageSynchronizeRaw(requestParameters, initOverrides);
|
|
861
|
+
return await response.value();
|
|
862
|
+
}
|
|
793
863
|
/**
|
|
794
864
|
* Returns the closest images for a given text which will be turned into embeddings, following the embeddings of a given extension.
|
|
795
865
|
* Gets the closest images to a text following the embeddings of an extension
|
|
@@ -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 { ExtensionImageFeatureName, ExtensionImageTag, Image, Repository, RepositoryActivity } from '../models/index.js';
|
|
14
14
|
export interface RepositoryApiRepositoryCreateRequest {
|
|
15
15
|
type: RepositoryCreateTypeEnum;
|
|
16
16
|
url: string;
|
|
@@ -40,12 +40,6 @@ export interface RepositoryApiRepositoryRenameImageRequest {
|
|
|
40
40
|
nameWithoutExtension: string;
|
|
41
41
|
relativeDirectoryPath?: string;
|
|
42
42
|
}
|
|
43
|
-
export interface RepositoryApiRepositorySearchImagesRequest {
|
|
44
|
-
id: string;
|
|
45
|
-
criteria?: SearchCriteria;
|
|
46
|
-
sorting?: SearchSorting;
|
|
47
|
-
range?: SearchRange;
|
|
48
|
-
}
|
|
49
43
|
export interface RepositoryApiRepositoryStartOrStopRequest {
|
|
50
44
|
isStart: boolean;
|
|
51
45
|
}
|
|
@@ -149,6 +143,19 @@ export interface RepositoryApiInterface {
|
|
|
149
143
|
* Gets a repository
|
|
150
144
|
*/
|
|
151
145
|
repositoryGet(requestParameters: RepositoryApiRepositoryGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Repository>;
|
|
146
|
+
/**
|
|
147
|
+
* Returns the feature names of all images extensions.
|
|
148
|
+
* @summary Gets all the feature names
|
|
149
|
+
* @param {*} [options] Override http request option.
|
|
150
|
+
* @throws {RequiredError}
|
|
151
|
+
* @memberof RepositoryApiInterface
|
|
152
|
+
*/
|
|
153
|
+
repositoryGetFeatureNamesRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<ExtensionImageFeatureName>>>;
|
|
154
|
+
/**
|
|
155
|
+
* Returns the feature names of all images extensions.
|
|
156
|
+
* Gets all the feature names
|
|
157
|
+
*/
|
|
158
|
+
repositoryGetFeatureNames(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<ExtensionImageFeatureName>>;
|
|
152
159
|
/**
|
|
153
160
|
* Returns the details about an image.
|
|
154
161
|
* @summary Gets an image from its URL
|
|
@@ -163,6 +170,19 @@ export interface RepositoryApiInterface {
|
|
|
163
170
|
* Gets an image from its URL
|
|
164
171
|
*/
|
|
165
172
|
repositoryGetImageByUrl(requestParameters: RepositoryApiRepositoryGetImageByUrlRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Image>;
|
|
173
|
+
/**
|
|
174
|
+
* Returns the tags of all images extensions.
|
|
175
|
+
* @summary Gets all the tags
|
|
176
|
+
* @param {*} [options] Override http request option.
|
|
177
|
+
* @throws {RequiredError}
|
|
178
|
+
* @memberof RepositoryApiInterface
|
|
179
|
+
*/
|
|
180
|
+
repositoryGetTagsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<ExtensionImageTag>>>;
|
|
181
|
+
/**
|
|
182
|
+
* Returns the tags of all images extensions.
|
|
183
|
+
* Gets all the tags
|
|
184
|
+
*/
|
|
185
|
+
repositoryGetTags(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<ExtensionImageTag>>;
|
|
166
186
|
/**
|
|
167
187
|
* Lists all the declared repositories.
|
|
168
188
|
* @summary Lists repositories
|
|
@@ -193,23 +213,6 @@ export interface RepositoryApiInterface {
|
|
|
193
213
|
* Renames an image
|
|
194
214
|
*/
|
|
195
215
|
repositoryRenameImage(requestParameters: RepositoryApiRepositoryRenameImageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Image>;
|
|
196
|
-
/**
|
|
197
|
-
* Searches images within the repository with the provided criteria.
|
|
198
|
-
* @summary Searches for images within the repository
|
|
199
|
-
* @param {string} id The repository identifier
|
|
200
|
-
* @param {SearchCriteria} [criteria] The criteria that will be applied to the search as a filter
|
|
201
|
-
* @param {SearchSorting} [sorting] Indicates how the search results should be sorted
|
|
202
|
-
* @param {SearchRange} [range] The range of items to consider following the search
|
|
203
|
-
* @param {*} [options] Override http request option.
|
|
204
|
-
* @throws {RequiredError}
|
|
205
|
-
* @memberof RepositoryApiInterface
|
|
206
|
-
*/
|
|
207
|
-
repositorySearchImagesRaw(requestParameters: RepositoryApiRepositorySearchImagesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ImageSummaryList>>;
|
|
208
|
-
/**
|
|
209
|
-
* Searches images within the repository with the provided criteria.
|
|
210
|
-
* Searches for images within the repository
|
|
211
|
-
*/
|
|
212
|
-
repositorySearchImages(requestParameters: RepositoryApiRepositorySearchImagesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ImageSummaryList>;
|
|
213
216
|
/**
|
|
214
217
|
* Starts all the repositories, resume synchronization if necessary and starts watching them, or stops them.
|
|
215
218
|
* @summary Starts or stop the repositories
|
|
@@ -328,6 +331,16 @@ export declare class RepositoryApi extends runtime.BaseAPI implements Repository
|
|
|
328
331
|
* Gets a repository
|
|
329
332
|
*/
|
|
330
333
|
repositoryGet(requestParameters: RepositoryApiRepositoryGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Repository>;
|
|
334
|
+
/**
|
|
335
|
+
* Returns the feature names of all images extensions.
|
|
336
|
+
* Gets all the feature names
|
|
337
|
+
*/
|
|
338
|
+
repositoryGetFeatureNamesRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<ExtensionImageFeatureName>>>;
|
|
339
|
+
/**
|
|
340
|
+
* Returns the feature names of all images extensions.
|
|
341
|
+
* Gets all the feature names
|
|
342
|
+
*/
|
|
343
|
+
repositoryGetFeatureNames(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<ExtensionImageFeatureName>>;
|
|
331
344
|
/**
|
|
332
345
|
* Returns the details about an image.
|
|
333
346
|
* Gets an image from its URL
|
|
@@ -338,6 +351,16 @@ export declare class RepositoryApi extends runtime.BaseAPI implements Repository
|
|
|
338
351
|
* Gets an image from its URL
|
|
339
352
|
*/
|
|
340
353
|
repositoryGetImageByUrl(requestParameters: RepositoryApiRepositoryGetImageByUrlRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Image>;
|
|
354
|
+
/**
|
|
355
|
+
* Returns the tags of all images extensions.
|
|
356
|
+
* Gets all the tags
|
|
357
|
+
*/
|
|
358
|
+
repositoryGetTagsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<ExtensionImageTag>>>;
|
|
359
|
+
/**
|
|
360
|
+
* Returns the tags of all images extensions.
|
|
361
|
+
* Gets all the tags
|
|
362
|
+
*/
|
|
363
|
+
repositoryGetTags(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<ExtensionImageTag>>;
|
|
341
364
|
/**
|
|
342
365
|
* Lists all the declared repositories.
|
|
343
366
|
* Lists repositories
|
|
@@ -358,16 +381,6 @@ export declare class RepositoryApi extends runtime.BaseAPI implements Repository
|
|
|
358
381
|
* Renames an image
|
|
359
382
|
*/
|
|
360
383
|
repositoryRenameImage(requestParameters: RepositoryApiRepositoryRenameImageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Image>;
|
|
361
|
-
/**
|
|
362
|
-
* Searches images within the repository with the provided criteria.
|
|
363
|
-
* Searches for images within the repository
|
|
364
|
-
*/
|
|
365
|
-
repositorySearchImagesRaw(requestParameters: RepositoryApiRepositorySearchImagesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ImageSummaryList>>;
|
|
366
|
-
/**
|
|
367
|
-
* Searches images within the repository with the provided criteria.
|
|
368
|
-
* Searches for images within the repository
|
|
369
|
-
*/
|
|
370
|
-
repositorySearchImages(requestParameters: RepositoryApiRepositorySearchImagesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ImageSummaryList>;
|
|
371
384
|
/**
|
|
372
385
|
* Starts all the repositories, resume synchronization if necessary and starts watching them, or stops them.
|
|
373
386
|
* Starts or stop the repositories
|