@picteus/extension-sdk 0.4.0 → 0.5.1

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.
Files changed (159) hide show
  1. package/dist/picteus-ws-client/apis/AdministrationApi.d.ts +1 -1
  2. package/dist/picteus-ws-client/apis/AdministrationApi.js +1 -1
  3. package/dist/picteus-ws-client/apis/ApiSecretApi.d.ts +1 -1
  4. package/dist/picteus-ws-client/apis/ApiSecretApi.js +1 -1
  5. package/dist/picteus-ws-client/apis/ExtensionApi.d.ts +1 -1
  6. package/dist/picteus-ws-client/apis/ExtensionApi.js +1 -1
  7. package/dist/picteus-ws-client/apis/ImageApi.d.ts +29 -2
  8. package/dist/picteus-ws-client/apis/ImageApi.js +33 -2
  9. package/dist/picteus-ws-client/apis/ImageAttachmentApi.d.ts +1 -1
  10. package/dist/picteus-ws-client/apis/ImageAttachmentApi.js +1 -1
  11. package/dist/picteus-ws-client/apis/MiscellaneousApi.d.ts +2 -2
  12. package/dist/picteus-ws-client/apis/MiscellaneousApi.js +1 -1
  13. package/dist/picteus-ws-client/apis/RepositoryApi.d.ts +1 -1
  14. package/dist/picteus-ws-client/apis/RepositoryApi.js +1 -1
  15. package/dist/picteus-ws-client/apis/SettingsApi.d.ts +1 -1
  16. package/dist/picteus-ws-client/apis/SettingsApi.js +1 -1
  17. package/dist/picteus-ws-client/models/ApiSecret.d.ts +2 -2
  18. package/dist/picteus-ws-client/models/ApiSecret.js +1 -1
  19. package/dist/picteus-ws-client/models/ApiSecretSummary.d.ts +2 -2
  20. package/dist/picteus-ws-client/models/ApiSecretSummary.js +1 -1
  21. package/dist/picteus-ws-client/models/ApiSecretType.d.ts +1 -1
  22. package/dist/picteus-ws-client/models/ApiSecretType.js +1 -1
  23. package/dist/picteus-ws-client/models/Automatic1111Instruction.d.ts +1 -1
  24. package/dist/picteus-ws-client/models/Automatic1111Instruction.js +1 -1
  25. package/dist/picteus-ws-client/models/Automatic1111UserComment.d.ts +1 -1
  26. package/dist/picteus-ws-client/models/Automatic1111UserComment.js +1 -1
  27. package/dist/picteus-ws-client/models/ComfyUiPromptAndWorkflow.d.ts +1 -1
  28. package/dist/picteus-ws-client/models/ComfyUiPromptAndWorkflow.js +1 -1
  29. package/dist/picteus-ws-client/models/CommandEntity.d.ts +1 -1
  30. package/dist/picteus-ws-client/models/CommandEntity.js +1 -1
  31. package/dist/picteus-ws-client/models/ComputedImageFormat.d.ts +2 -2
  32. package/dist/picteus-ws-client/models/ComputedImageFormat.js +1 -1
  33. package/dist/picteus-ws-client/models/ConfigurationCapability.d.ts +2 -2
  34. package/dist/picteus-ws-client/models/ConfigurationCapability.js +1 -1
  35. package/dist/picteus-ws-client/models/ConfigurationExtensionCommand.d.ts +2 -2
  36. package/dist/picteus-ws-client/models/ConfigurationExtensionCommand.js +1 -1
  37. package/dist/picteus-ws-client/models/Dates.d.ts +2 -2
  38. package/dist/picteus-ws-client/models/Dates.js +1 -1
  39. package/dist/picteus-ws-client/models/Extension.d.ts +2 -2
  40. package/dist/picteus-ws-client/models/Extension.js +1 -1
  41. package/dist/picteus-ws-client/models/ExtensionActivity.d.ts +2 -2
  42. package/dist/picteus-ws-client/models/ExtensionActivity.js +1 -1
  43. package/dist/picteus-ws-client/models/ExtensionActivityKind.d.ts +1 -1
  44. package/dist/picteus-ws-client/models/ExtensionActivityKind.js +1 -1
  45. package/dist/picteus-ws-client/models/ExtensionAndManual.d.ts +2 -2
  46. package/dist/picteus-ws-client/models/ExtensionAndManual.js +1 -1
  47. package/dist/picteus-ws-client/models/ExtensionGenerationOptions.d.ts +2 -2
  48. package/dist/picteus-ws-client/models/ExtensionGenerationOptions.js +1 -1
  49. package/dist/picteus-ws-client/models/ExtensionImageEmbeddings.d.ts +2 -2
  50. package/dist/picteus-ws-client/models/ExtensionImageEmbeddings.js +1 -1
  51. package/dist/picteus-ws-client/models/ExtensionImageFeature.d.ts +2 -2
  52. package/dist/picteus-ws-client/models/ExtensionImageFeature.js +1 -1
  53. package/dist/picteus-ws-client/models/ExtensionImageTag.d.ts +2 -2
  54. package/dist/picteus-ws-client/models/ExtensionImageTag.js +1 -1
  55. package/dist/picteus-ws-client/models/ExtensionManual.d.ts +2 -2
  56. package/dist/picteus-ws-client/models/ExtensionManual.js +1 -1
  57. package/dist/picteus-ws-client/models/ExtensionSettings.d.ts +2 -2
  58. package/dist/picteus-ws-client/models/ExtensionSettings.js +1 -1
  59. package/dist/picteus-ws-client/models/ExtensionStatus.d.ts +1 -1
  60. package/dist/picteus-ws-client/models/ExtensionStatus.js +1 -1
  61. package/dist/picteus-ws-client/models/ExtensionsConfiguration.d.ts +2 -2
  62. package/dist/picteus-ws-client/models/ExtensionsConfiguration.js +1 -1
  63. package/dist/picteus-ws-client/models/GenerationRecipe.d.ts +69 -0
  64. package/dist/picteus-ws-client/models/GenerationRecipe.js +56 -0
  65. package/dist/picteus-ws-client/models/GenerationRecipePrompt.d.ts +22 -0
  66. package/dist/picteus-ws-client/models/GenerationRecipePrompt.js +44 -0
  67. package/dist/picteus-ws-client/models/Image.d.ts +2 -2
  68. package/dist/picteus-ws-client/models/Image.js +1 -1
  69. package/dist/picteus-ws-client/models/ImageDimensions.d.ts +2 -2
  70. package/dist/picteus-ws-client/models/ImageDimensions.js +1 -1
  71. package/dist/picteus-ws-client/models/ImageDistance.d.ts +2 -2
  72. package/dist/picteus-ws-client/models/ImageDistance.js +1 -1
  73. package/dist/picteus-ws-client/models/ImageEmbeddings.d.ts +2 -2
  74. package/dist/picteus-ws-client/models/ImageEmbeddings.js +1 -1
  75. package/dist/picteus-ws-client/models/ImageFeature.d.ts +2 -2
  76. package/dist/picteus-ws-client/models/ImageFeature.js +1 -1
  77. package/dist/picteus-ws-client/models/ImageFeatureFormat.d.ts +1 -1
  78. package/dist/picteus-ws-client/models/ImageFeatureFormat.js +1 -1
  79. package/dist/picteus-ws-client/models/ImageFeatureType.d.ts +2 -1
  80. package/dist/picteus-ws-client/models/ImageFeatureType.js +2 -1
  81. package/dist/picteus-ws-client/models/ImageFormat.d.ts +1 -1
  82. package/dist/picteus-ws-client/models/ImageFormat.js +1 -1
  83. package/dist/picteus-ws-client/models/ImageGenerator.d.ts +1 -1
  84. package/dist/picteus-ws-client/models/ImageGenerator.js +1 -1
  85. package/dist/picteus-ws-client/models/ImageMediaUrl.d.ts +2 -2
  86. package/dist/picteus-ws-client/models/ImageMediaUrl.js +1 -1
  87. package/dist/picteus-ws-client/models/ImageMetadata.d.ts +2 -2
  88. package/dist/picteus-ws-client/models/ImageMetadata.js +1 -1
  89. package/dist/picteus-ws-client/models/ImageResizeRender.d.ts +1 -1
  90. package/dist/picteus-ws-client/models/ImageResizeRender.js +1 -1
  91. package/dist/picteus-ws-client/models/ImageSummary.d.ts +2 -2
  92. package/dist/picteus-ws-client/models/ImageSummary.js +1 -1
  93. package/dist/picteus-ws-client/models/ImageSummaryList.d.ts +2 -2
  94. package/dist/picteus-ws-client/models/ImageSummaryList.js +1 -1
  95. package/dist/picteus-ws-client/models/Manifest.d.ts +2 -2
  96. package/dist/picteus-ws-client/models/Manifest.js +1 -1
  97. package/dist/picteus-ws-client/models/ManifestCapability.d.ts +2 -2
  98. package/dist/picteus-ws-client/models/ManifestCapability.js +1 -1
  99. package/dist/picteus-ws-client/models/ManifestCapabilityId.d.ts +1 -1
  100. package/dist/picteus-ws-client/models/ManifestCapabilityId.js +1 -1
  101. package/dist/picteus-ws-client/models/ManifestEvent.d.ts +1 -1
  102. package/dist/picteus-ws-client/models/ManifestEvent.js +1 -1
  103. package/dist/picteus-ws-client/models/ManifestExecution.d.ts +2 -2
  104. package/dist/picteus-ws-client/models/ManifestExecution.js +1 -1
  105. package/dist/picteus-ws-client/models/ManifestExtensionCommand.d.ts +2 -2
  106. package/dist/picteus-ws-client/models/ManifestExtensionCommand.js +1 -1
  107. package/dist/picteus-ws-client/models/ManifestExtensionCommandOn.d.ts +2 -2
  108. package/dist/picteus-ws-client/models/ManifestExtensionCommandOn.js +1 -1
  109. package/dist/picteus-ws-client/models/ManifestExtensionCommandSpecification.d.ts +2 -2
  110. package/dist/picteus-ws-client/models/ManifestExtensionCommandSpecification.js +1 -1
  111. package/dist/picteus-ws-client/models/ManifestInstructions.d.ts +2 -2
  112. package/dist/picteus-ws-client/models/ManifestInstructions.js +1 -1
  113. package/dist/picteus-ws-client/models/ManifestInterfaceElement.d.ts +2 -2
  114. package/dist/picteus-ws-client/models/ManifestInterfaceElement.js +1 -1
  115. package/dist/picteus-ws-client/models/ManifestRuntime.d.ts +2 -2
  116. package/dist/picteus-ws-client/models/ManifestRuntime.js +1 -1
  117. package/dist/picteus-ws-client/models/ManifestRuntimeEnvironment.d.ts +1 -1
  118. package/dist/picteus-ws-client/models/ManifestRuntimeEnvironment.js +1 -1
  119. package/dist/picteus-ws-client/models/ManifestUserInterface.d.ts +2 -2
  120. package/dist/picteus-ws-client/models/ManifestUserInterface.js +1 -1
  121. package/dist/picteus-ws-client/models/MidjourneyInstructions.d.ts +1 -1
  122. package/dist/picteus-ws-client/models/MidjourneyInstructions.js +1 -1
  123. package/dist/picteus-ws-client/models/Repository.d.ts +2 -2
  124. package/dist/picteus-ws-client/models/Repository.js +1 -1
  125. package/dist/picteus-ws-client/models/RepositoryActivity.d.ts +2 -2
  126. package/dist/picteus-ws-client/models/RepositoryActivity.js +1 -1
  127. package/dist/picteus-ws-client/models/RepositoryActivityKind.d.ts +1 -1
  128. package/dist/picteus-ws-client/models/RepositoryActivityKind.js +1 -1
  129. package/dist/picteus-ws-client/models/RepositoryLocationType.d.ts +2 -2
  130. package/dist/picteus-ws-client/models/RepositoryLocationType.js +2 -2
  131. package/dist/picteus-ws-client/models/RepositoryStatus.d.ts +1 -1
  132. package/dist/picteus-ws-client/models/RepositoryStatus.js +1 -1
  133. package/dist/picteus-ws-client/models/SearchCriteria.d.ts +2 -2
  134. package/dist/picteus-ws-client/models/SearchCriteria.js +1 -1
  135. package/dist/picteus-ws-client/models/SearchKeyword.d.ts +2 -2
  136. package/dist/picteus-ws-client/models/SearchKeyword.js +1 -1
  137. package/dist/picteus-ws-client/models/SearchProperties.d.ts +2 -2
  138. package/dist/picteus-ws-client/models/SearchProperties.js +1 -1
  139. package/dist/picteus-ws-client/models/SearchPropertyRange.d.ts +2 -2
  140. package/dist/picteus-ws-client/models/SearchPropertyRange.js +1 -1
  141. package/dist/picteus-ws-client/models/SearchRange.d.ts +2 -2
  142. package/dist/picteus-ws-client/models/SearchRange.js +1 -1
  143. package/dist/picteus-ws-client/models/SearchSorting.d.ts +2 -2
  144. package/dist/picteus-ws-client/models/SearchSorting.js +1 -1
  145. package/dist/picteus-ws-client/models/SearchSortingProperty.d.ts +1 -1
  146. package/dist/picteus-ws-client/models/SearchSortingProperty.js +1 -1
  147. package/dist/picteus-ws-client/models/SearchTags.d.ts +2 -2
  148. package/dist/picteus-ws-client/models/SearchTags.js +1 -1
  149. package/dist/picteus-ws-client/models/Settings.d.ts +2 -2
  150. package/dist/picteus-ws-client/models/Settings.js +1 -1
  151. package/dist/picteus-ws-client/models/TextualPrompt.d.ts +32 -0
  152. package/dist/picteus-ws-client/models/TextualPrompt.js +43 -0
  153. package/dist/picteus-ws-client/models/UserInterfaceAnchor.d.ts +1 -1
  154. package/dist/picteus-ws-client/models/UserInterfaceAnchor.js +1 -1
  155. package/dist/picteus-ws-client/models/index.d.ts +3 -0
  156. package/dist/picteus-ws-client/models/index.js +3 -0
  157. package/dist/picteus-ws-client/runtime.d.ts +1 -1
  158. package/dist/picteus-ws-client/runtime.js +1 -1
  159. package/package.json +1 -1
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
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 { Automatic1111UserComment, ComfyUiPromptAndWorkflow, ComputedImageFormat, ExtensionImageEmbeddings, ExtensionImageFeature, ExtensionImageTag, Image, ImageDistance, ImageEmbeddings, ImageFeature, ImageFormat, ImageMediaUrl, ImageResizeRender, ImageSummaryList, MidjourneyInstructions, SearchCriteria, SearchRange, SearchSorting } from '../models/index.js';
13
+ import type { Automatic1111UserComment, ComfyUiPromptAndWorkflow, ComputedImageFormat, ExtensionImageEmbeddings, ExtensionImageFeature, ExtensionImageTag, Image, ImageDistance, ImageEmbeddings, ImageFeature, ImageFormat, ImageMediaUrl, ImageMetadata, ImageResizeRender, ImageSummaryList, MidjourneyInstructions, SearchCriteria, SearchRange, SearchSorting } from '../models/index.js';
14
14
  export interface ImageApiImageClosestEmbeddingsImagesRequest {
15
15
  extensionId: string;
16
16
  count: number;
@@ -64,6 +64,9 @@ export interface ImageApiImageGetEmbeddingsRequest {
64
64
  id: string;
65
65
  extensionId: string;
66
66
  }
67
+ export interface ImageApiImageGetMetadataRequest {
68
+ id: string;
69
+ }
67
70
  export interface ImageApiImageGetMidjourneyRequest {
68
71
  id: string;
69
72
  }
@@ -310,6 +313,20 @@ export interface ImageApiInterface {
310
313
  * Gets the embeddings of an image
311
314
  */
312
315
  imageGetEmbeddings(requestParameters: ImageApiImageGetEmbeddingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ImageEmbeddings>;
316
+ /**
317
+ * Returns all the metadata of an image available in its representation file.
318
+ * @summary Gets the metadata of an image
319
+ * @param {string} id The image identifier
320
+ * @param {*} [options] Override http request option.
321
+ * @throws {RequiredError}
322
+ * @memberof ImageApiInterface
323
+ */
324
+ imageGetMetadataRaw(requestParameters: ImageApiImageGetMetadataRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ImageMetadata>>;
325
+ /**
326
+ * Returns all the metadata of an image available in its representation file.
327
+ * Gets the metadata of an image
328
+ */
329
+ imageGetMetadata(requestParameters: ImageApiImageGetMetadataRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ImageMetadata>;
313
330
  /**
314
331
  * Returns the Midjourney generation instructions available in the image metadata.
315
332
  * @summary Gets the Midjourney instructions
@@ -587,6 +604,16 @@ export declare class ImageApi extends runtime.BaseAPI implements ImageApiInterfa
587
604
  * Gets the embeddings of an image
588
605
  */
589
606
  imageGetEmbeddings(requestParameters: ImageApiImageGetEmbeddingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ImageEmbeddings>;
607
+ /**
608
+ * Returns all the metadata of an image available in its representation file.
609
+ * Gets the metadata of an image
610
+ */
611
+ imageGetMetadataRaw(requestParameters: ImageApiImageGetMetadataRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ImageMetadata>>;
612
+ /**
613
+ * Returns all the metadata of an image available in its representation file.
614
+ * Gets the metadata of an image
615
+ */
616
+ imageGetMetadata(requestParameters: ImageApiImageGetMetadataRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ImageMetadata>;
590
617
  /**
591
618
  * Returns the Midjourney generation instructions available in the image metadata.
592
619
  * Gets the Midjourney instructions
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
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 { Automatic1111UserCommentFromJSON, ComfyUiPromptAndWorkflowFromJSON, ComputedImageFormatFromJSON, ExtensionImageEmbeddingsFromJSON, ExtensionImageFeatureFromJSON, ExtensionImageTagFromJSON, ImageFromJSON, ImageDistanceFromJSON, ImageEmbeddingsFromJSON, ImageEmbeddingsToJSON, ImageFeatureToJSON, ImageMediaUrlFromJSON, ImageSummaryListFromJSON, MidjourneyInstructionsFromJSON, } from '../models/index.js';
15
+ import { Automatic1111UserCommentFromJSON, ComfyUiPromptAndWorkflowFromJSON, ComputedImageFormatFromJSON, ExtensionImageEmbeddingsFromJSON, ExtensionImageFeatureFromJSON, ExtensionImageTagFromJSON, ImageFromJSON, ImageDistanceFromJSON, ImageEmbeddingsFromJSON, ImageEmbeddingsToJSON, ImageFeatureToJSON, ImageMediaUrlFromJSON, ImageMetadataFromJSON, ImageSummaryListFromJSON, MidjourneyInstructionsFromJSON, } from '../models/index.js';
16
16
  /**
17
17
  *
18
18
  */
@@ -487,6 +487,37 @@ export class ImageApi extends runtime.BaseAPI {
487
487
  const response = await this.imageGetEmbeddingsRaw(requestParameters, initOverrides);
488
488
  return await response.value();
489
489
  }
490
+ /**
491
+ * Returns all the metadata of an image available in its representation file.
492
+ * Gets the metadata of an image
493
+ */
494
+ async imageGetMetadataRaw(requestParameters, initOverrides) {
495
+ if (requestParameters['id'] == null) {
496
+ throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling imageGetMetadata().');
497
+ }
498
+ const queryParameters = {};
499
+ const headerParameters = {};
500
+ if (this.configuration && this.configuration.apiKey) {
501
+ headerParameters["X-API-KEY"] = await this.configuration.apiKey("X-API-KEY"); // api-key authentication
502
+ }
503
+ let urlPath = `/image/{id}/metadata`;
504
+ urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id'])));
505
+ const response = await this.request({
506
+ path: urlPath,
507
+ method: 'GET',
508
+ headers: headerParameters,
509
+ query: queryParameters,
510
+ }, initOverrides);
511
+ return new runtime.JSONApiResponse(response, (jsonValue) => ImageMetadataFromJSON(jsonValue));
512
+ }
513
+ /**
514
+ * Returns all the metadata of an image available in its representation file.
515
+ * Gets the metadata of an image
516
+ */
517
+ async imageGetMetadata(requestParameters, initOverrides) {
518
+ const response = await this.imageGetMetadataRaw(requestParameters, initOverrides);
519
+ return await response.value();
520
+ }
490
521
  /**
491
522
  * Returns the Midjourney generation instructions available in the image metadata.
492
523
  * Gets the Midjourney instructions
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -23,7 +23,7 @@ export interface MiscellaneousApiInterface {
23
23
  /**
24
24
  * It will only work provided the server is hosted by an Electron application.
25
25
  * @summary Installs a Chrome extension
26
- * @param {Blob} body The Chrome extension tarball archive
26
+ * @param {Blob} body The Chrome extension compressed tarball or zip archive
27
27
  * @param {*} [options] Override http request option.
28
28
  * @throws {RequiredError}
29
29
  * @memberof MiscellaneousApiInterface
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import type { ApiSecretType } from './ApiSecretType.js';
13
13
  /**
14
- *
14
+ * Detailed information about an API secret
15
15
  * @export
16
16
  * @interface ApiSecret
17
17
  */
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import type { ApiSecretType } from './ApiSecretType.js';
13
13
  /**
14
- *
14
+ * Basic information about an API secret
15
15
  * @export
16
16
  * @interface ApiSecretSummary
17
17
  */
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import type { ImageFormat } from './ImageFormat.js';
13
13
  /**
14
- *
14
+ * The computed format of an image
15
15
  * @export
16
16
  * @interface ComputedImageFormat
17
17
  */
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import type { ManifestCapability } from './ManifestCapability.js';
13
13
  /**
14
- *
14
+ * The supporting extensions of a capability
15
15
  * @export
16
16
  * @interface ConfigurationCapability
17
17
  */
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import type { ManifestExtensionCommand } from './ManifestExtensionCommand.js';
13
13
  /**
14
- *
14
+ * The definition of an extension command
15
15
  * @export
16
16
  * @interface ConfigurationExtensionCommand
17
17
  */
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
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
  /**
13
- *
13
+ * A pair of creation and modification dates
14
14
  * @export
15
15
  * @interface Dates
16
16
  */
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,7 +12,7 @@
12
12
  import type { ExtensionStatus } from './ExtensionStatus.js';
13
13
  import type { Manifest } from './Manifest.js';
14
14
  /**
15
- *
15
+ * The full definition of an extension
16
16
  * @export
17
17
  * @interface Extension
18
18
  */
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import type { ExtensionActivityKind } from './ExtensionActivityKind.js';
13
13
  /**
14
- *
14
+ * The activity of an extension
15
15
  * @export
16
16
  * @interface ExtensionActivity
17
17
  */
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0
7
+ * The version of the OpenAPI document: 0.5.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0
5
+ * The version of the OpenAPI document: 0.5.1
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,7 +13,7 @@ import type { ExtensionManual } from './ExtensionManual.js';
13
13
  import type { ExtensionStatus } from './ExtensionStatus.js';
14
14
  import type { Manifest } from './Manifest.js';
15
15
  /**
16
- *
16
+ * The manual and instructions of an extension
17
17
  * @export
18
18
  * @interface ExtensionAndManual
19
19
  */