@picteus/extension-sdk 0.8.0 → 0.10.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.
Files changed (225) hide show
  1. package/dist/Intents.d.ts +125 -0
  2. package/dist/Intents.js +20 -0
  3. package/dist/index.d.ts +1 -0
  4. package/dist/index.js +1 -0
  5. package/dist/picteus-ws-client/apis/AdministrationApi.d.ts +1 -1
  6. package/dist/picteus-ws-client/apis/AdministrationApi.js +1 -1
  7. package/dist/picteus-ws-client/apis/ApiSecretApi.d.ts +1 -1
  8. package/dist/picteus-ws-client/apis/ApiSecretApi.js +2 -2
  9. package/dist/picteus-ws-client/apis/CollectionApi.d.ts +167 -0
  10. package/dist/picteus-ws-client/apis/CollectionApi.js +188 -0
  11. package/dist/picteus-ws-client/apis/ExtensionApi.d.ts +1 -1
  12. package/dist/picteus-ws-client/apis/ExtensionApi.js +1 -1
  13. package/dist/picteus-ws-client/apis/ImageApi.d.ts +230 -31
  14. package/dist/picteus-ws-client/apis/ImageApi.js +268 -24
  15. package/dist/picteus-ws-client/apis/ImageAttachmentApi.d.ts +1 -1
  16. package/dist/picteus-ws-client/apis/ImageAttachmentApi.js +1 -1
  17. package/dist/picteus-ws-client/apis/MiscellaneousApi.d.ts +1 -1
  18. package/dist/picteus-ws-client/apis/MiscellaneousApi.js +1 -1
  19. package/dist/picteus-ws-client/apis/RepositoryApi.d.ts +25 -35
  20. package/dist/picteus-ws-client/apis/RepositoryApi.js +29 -42
  21. package/dist/picteus-ws-client/apis/SettingsApi.d.ts +1 -1
  22. package/dist/picteus-ws-client/apis/SettingsApi.js +1 -1
  23. package/dist/picteus-ws-client/apis/index.d.ts +1 -0
  24. package/dist/picteus-ws-client/apis/index.js +1 -0
  25. package/dist/picteus-ws-client/models/ApiSecret.d.ts +17 -17
  26. package/dist/picteus-ws-client/models/ApiSecret.js +7 -7
  27. package/dist/picteus-ws-client/models/ApiSecretSummary.d.ts +17 -17
  28. package/dist/picteus-ws-client/models/ApiSecretSummary.js +7 -7
  29. package/dist/picteus-ws-client/models/ApiSecretType.d.ts +1 -1
  30. package/dist/picteus-ws-client/models/ApiSecretType.js +1 -1
  31. package/dist/picteus-ws-client/models/ApplicationMetadata.d.ts +1 -1
  32. package/dist/picteus-ws-client/models/ApplicationMetadata.js +1 -1
  33. package/dist/picteus-ws-client/models/ApplicationMetadataItem.d.ts +1 -1
  34. package/dist/picteus-ws-client/models/ApplicationMetadataItem.js +1 -1
  35. package/dist/picteus-ws-client/models/ApplicationMetadataItemValue.d.ts +1 -1
  36. package/dist/picteus-ws-client/models/ApplicationMetadataItemValue.js +1 -1
  37. package/dist/picteus-ws-client/models/Collection.d.ts +63 -0
  38. package/dist/picteus-ws-client/models/Collection.js +62 -0
  39. package/dist/picteus-ws-client/models/CommandEntity.d.ts +1 -1
  40. package/dist/picteus-ws-client/models/CommandEntity.js +1 -1
  41. package/dist/picteus-ws-client/models/ComputedImageFormat.d.ts +1 -1
  42. package/dist/picteus-ws-client/models/ComputedImageFormat.js +1 -1
  43. package/dist/picteus-ws-client/models/ConfigurationCapability.d.ts +1 -1
  44. package/dist/picteus-ws-client/models/ConfigurationCapability.js +1 -1
  45. package/dist/picteus-ws-client/models/ConfigurationExtensionCommand.d.ts +1 -1
  46. package/dist/picteus-ws-client/models/ConfigurationExtensionCommand.js +1 -1
  47. package/dist/picteus-ws-client/models/ConstantsRegistry.d.ts +40 -0
  48. package/dist/picteus-ws-client/models/ConstantsRegistry.js +49 -0
  49. package/dist/picteus-ws-client/models/Dates.d.ts +1 -1
  50. package/dist/picteus-ws-client/models/Dates.js +1 -1
  51. package/dist/picteus-ws-client/models/Extension.d.ts +1 -1
  52. package/dist/picteus-ws-client/models/Extension.js +1 -1
  53. package/dist/picteus-ws-client/models/ExtensionActivity.d.ts +1 -1
  54. package/dist/picteus-ws-client/models/ExtensionActivity.js +1 -1
  55. package/dist/picteus-ws-client/models/ExtensionActivityKind.d.ts +1 -1
  56. package/dist/picteus-ws-client/models/ExtensionActivityKind.js +1 -1
  57. package/dist/picteus-ws-client/models/ExtensionAndManual.d.ts +1 -1
  58. package/dist/picteus-ws-client/models/ExtensionAndManual.js +1 -1
  59. package/dist/picteus-ws-client/models/ExtensionGenerationOptions.d.ts +1 -1
  60. package/dist/picteus-ws-client/models/ExtensionGenerationOptions.js +1 -1
  61. package/dist/picteus-ws-client/models/ExtensionImageEmbeddings.d.ts +2 -2
  62. package/dist/picteus-ws-client/models/ExtensionImageEmbeddings.js +1 -1
  63. package/dist/picteus-ws-client/models/ExtensionImageFeature.d.ts +6 -5
  64. package/dist/picteus-ws-client/models/ExtensionImageFeature.js +4 -3
  65. package/dist/picteus-ws-client/models/ExtensionImageFeatureName.d.ts +52 -0
  66. package/dist/picteus-ws-client/models/ExtensionImageFeatureName.js +57 -0
  67. package/dist/picteus-ws-client/models/ExtensionImageFeaturesAttribute.d.ts +39 -0
  68. package/dist/picteus-ws-client/models/ExtensionImageFeaturesAttribute.js +48 -0
  69. package/dist/picteus-ws-client/models/ExtensionImageTag.d.ts +2 -2
  70. package/dist/picteus-ws-client/models/ExtensionImageTag.js +1 -1
  71. package/dist/picteus-ws-client/models/ExtensionImageTagsAttribute.d.ts +39 -0
  72. package/dist/picteus-ws-client/models/ExtensionImageTagsAttribute.js +48 -0
  73. package/dist/picteus-ws-client/models/ExtensionManual.d.ts +1 -1
  74. package/dist/picteus-ws-client/models/ExtensionManual.js +1 -1
  75. package/dist/picteus-ws-client/models/ExtensionSettings.d.ts +1 -1
  76. package/dist/picteus-ws-client/models/ExtensionSettings.js +1 -1
  77. package/dist/picteus-ws-client/models/ExtensionStatus.d.ts +1 -1
  78. package/dist/picteus-ws-client/models/ExtensionStatus.js +1 -1
  79. package/dist/picteus-ws-client/models/ExtensionsConfiguration.d.ts +1 -1
  80. package/dist/picteus-ws-client/models/ExtensionsConfiguration.js +1 -1
  81. package/dist/picteus-ws-client/models/GenerationRecipe.d.ts +2 -2
  82. package/dist/picteus-ws-client/models/GenerationRecipe.js +4 -2
  83. package/dist/picteus-ws-client/models/GenerationRecipePrompt.d.ts +1 -1
  84. package/dist/picteus-ws-client/models/GenerationRecipePrompt.js +1 -1
  85. package/dist/picteus-ws-client/models/Image.d.ts +2 -2
  86. package/dist/picteus-ws-client/models/Image.js +1 -1
  87. package/dist/picteus-ws-client/models/ImageDimensions.d.ts +1 -1
  88. package/dist/picteus-ws-client/models/ImageDimensions.js +1 -1
  89. package/dist/picteus-ws-client/models/ImageDistance.d.ts +2 -2
  90. package/dist/picteus-ws-client/models/ImageDistance.js +1 -1
  91. package/dist/picteus-ws-client/models/ImageEmbeddings.d.ts +2 -2
  92. package/dist/picteus-ws-client/models/ImageEmbeddings.js +1 -1
  93. package/dist/picteus-ws-client/models/ImageFeature.d.ts +6 -5
  94. package/dist/picteus-ws-client/models/ImageFeature.js +4 -3
  95. package/dist/picteus-ws-client/models/ImageFeatureFormat.d.ts +4 -1
  96. package/dist/picteus-ws-client/models/ImageFeatureFormat.js +4 -1
  97. package/dist/picteus-ws-client/models/ImageFeatureNullValue.d.ts +24 -0
  98. package/dist/picteus-ws-client/models/ImageFeatureNullValue.js +42 -0
  99. package/dist/picteus-ws-client/models/ImageFeatureType.d.ts +3 -1
  100. package/dist/picteus-ws-client/models/ImageFeatureType.js +3 -1
  101. package/dist/picteus-ws-client/models/ImageFeatureValue.d.ts +26 -0
  102. package/dist/picteus-ws-client/models/ImageFeatureValue.js +31 -0
  103. package/dist/picteus-ws-client/models/ImageFormat.d.ts +2 -2
  104. package/dist/picteus-ws-client/models/ImageFormat.js +2 -2
  105. package/dist/picteus-ws-client/models/ImageMediaUrl.d.ts +1 -1
  106. package/dist/picteus-ws-client/models/ImageMediaUrl.js +1 -1
  107. package/dist/picteus-ws-client/models/ImageMetadata.d.ts +1 -1
  108. package/dist/picteus-ws-client/models/ImageMetadata.js +1 -1
  109. package/dist/picteus-ws-client/models/ImageResizeRender.d.ts +1 -1
  110. package/dist/picteus-ws-client/models/ImageResizeRender.js +1 -1
  111. package/dist/picteus-ws-client/models/ImageSummary.d.ts +2 -2
  112. package/dist/picteus-ws-client/models/ImageSummary.js +1 -1
  113. package/dist/picteus-ws-client/models/ImageSummaryList.d.ts +1 -1
  114. package/dist/picteus-ws-client/models/ImageSummaryList.js +1 -1
  115. package/dist/picteus-ws-client/models/InstructionsPrompt.d.ts +1 -1
  116. package/dist/picteus-ws-client/models/InstructionsPrompt.js +1 -1
  117. package/dist/picteus-ws-client/models/Manifest.d.ts +1 -1
  118. package/dist/picteus-ws-client/models/Manifest.js +1 -1
  119. package/dist/picteus-ws-client/models/ManifestCapability.d.ts +1 -1
  120. package/dist/picteus-ws-client/models/ManifestCapability.js +1 -1
  121. package/dist/picteus-ws-client/models/ManifestCapabilityId.d.ts +1 -1
  122. package/dist/picteus-ws-client/models/ManifestCapabilityId.js +1 -1
  123. package/dist/picteus-ws-client/models/ManifestEvent.d.ts +3 -1
  124. package/dist/picteus-ws-client/models/ManifestEvent.js +3 -1
  125. package/dist/picteus-ws-client/models/ManifestExecution.d.ts +1 -1
  126. package/dist/picteus-ws-client/models/ManifestExecution.js +1 -1
  127. package/dist/picteus-ws-client/models/ManifestExtensionCommand.d.ts +1 -1
  128. package/dist/picteus-ws-client/models/ManifestExtensionCommand.js +1 -1
  129. package/dist/picteus-ws-client/models/ManifestExtensionCommandOn.d.ts +1 -1
  130. package/dist/picteus-ws-client/models/ManifestExtensionCommandOn.js +1 -1
  131. package/dist/picteus-ws-client/models/ManifestExtensionCommandSpecification.d.ts +1 -1
  132. package/dist/picteus-ws-client/models/ManifestExtensionCommandSpecification.js +1 -1
  133. package/dist/picteus-ws-client/models/ManifestInstructions.d.ts +1 -1
  134. package/dist/picteus-ws-client/models/ManifestInstructions.js +1 -1
  135. package/dist/picteus-ws-client/models/ManifestInterfaceElement.d.ts +13 -7
  136. package/dist/picteus-ws-client/models/ManifestInterfaceElement.js +9 -5
  137. package/dist/picteus-ws-client/models/ManifestInterfaceElementIntegration.d.ts +27 -0
  138. package/dist/picteus-ws-client/models/ManifestInterfaceElementIntegration.js +47 -0
  139. package/dist/picteus-ws-client/models/ManifestRuntime.d.ts +1 -1
  140. package/dist/picteus-ws-client/models/ManifestRuntime.js +1 -1
  141. package/dist/picteus-ws-client/models/ManifestRuntimeEnvironment.d.ts +1 -1
  142. package/dist/picteus-ws-client/models/ManifestRuntimeEnvironment.js +1 -1
  143. package/dist/picteus-ws-client/models/ManifestThrottlingPolicy.d.ts +1 -1
  144. package/dist/picteus-ws-client/models/ManifestThrottlingPolicy.js +1 -1
  145. package/dist/picteus-ws-client/models/ManifestUserInterface.d.ts +1 -1
  146. package/dist/picteus-ws-client/models/ManifestUserInterface.js +1 -1
  147. package/dist/picteus-ws-client/models/PromptKind.d.ts +1 -1
  148. package/dist/picteus-ws-client/models/PromptKind.js +1 -1
  149. package/dist/picteus-ws-client/models/Repository.d.ts +1 -1
  150. package/dist/picteus-ws-client/models/Repository.js +1 -1
  151. package/dist/picteus-ws-client/models/RepositoryActivity.d.ts +1 -1
  152. package/dist/picteus-ws-client/models/RepositoryActivity.js +1 -1
  153. package/dist/picteus-ws-client/models/RepositoryActivityKind.d.ts +1 -1
  154. package/dist/picteus-ws-client/models/RepositoryActivityKind.js +1 -1
  155. package/dist/picteus-ws-client/models/RepositoryLocationType.d.ts +1 -1
  156. package/dist/picteus-ws-client/models/RepositoryLocationType.js +1 -1
  157. package/dist/picteus-ws-client/models/RepositoryStatus.d.ts +1 -1
  158. package/dist/picteus-ws-client/models/RepositoryStatus.js +1 -1
  159. package/dist/picteus-ws-client/models/SearchCriteria.d.ts +8 -1
  160. package/dist/picteus-ws-client/models/SearchCriteria.js +4 -1
  161. package/dist/picteus-ws-client/models/SearchFeatureComparisonOperator.d.ts +30 -0
  162. package/dist/picteus-ws-client/models/SearchFeatureComparisonOperator.js +48 -0
  163. package/dist/picteus-ws-client/models/SearchFeatureCondition.d.ts +60 -0
  164. package/dist/picteus-ws-client/models/SearchFeatureCondition.js +59 -0
  165. package/dist/picteus-ws-client/models/SearchFeatureConditionValue.d.ts +26 -0
  166. package/dist/picteus-ws-client/models/SearchFeatureConditionValue.js +31 -0
  167. package/dist/picteus-ws-client/models/SearchFeatureLogicalOperator.d.ts +26 -0
  168. package/dist/picteus-ws-client/models/SearchFeatureLogicalOperator.js +44 -0
  169. package/dist/picteus-ws-client/models/SearchFeatures.d.ts +46 -0
  170. package/dist/picteus-ws-client/models/SearchFeatures.js +51 -0
  171. package/dist/picteus-ws-client/models/SearchFeaturesResult.d.ts +39 -0
  172. package/dist/picteus-ws-client/models/SearchFeaturesResult.js +48 -0
  173. package/dist/picteus-ws-client/models/SearchFilter.d.ts +47 -0
  174. package/dist/picteus-ws-client/models/SearchFilter.js +48 -0
  175. package/dist/picteus-ws-client/models/SearchFilterOrigin.d.ts +27 -0
  176. package/dist/picteus-ws-client/models/SearchFilterOrigin.js +47 -0
  177. package/dist/picteus-ws-client/models/SearchImageResult.d.ts +39 -0
  178. package/dist/picteus-ws-client/models/SearchImageResult.js +48 -0
  179. package/dist/picteus-ws-client/models/SearchImageSummaryResult.d.ts +39 -0
  180. package/dist/picteus-ws-client/models/SearchImageSummaryResult.js +48 -0
  181. package/dist/picteus-ws-client/models/SearchImagesOrigin.d.ts +39 -0
  182. package/dist/picteus-ws-client/models/SearchImagesOrigin.js +48 -0
  183. package/dist/picteus-ws-client/models/SearchKeyword.d.ts +2 -2
  184. package/dist/picteus-ws-client/models/SearchKeyword.js +1 -1
  185. package/dist/picteus-ws-client/models/SearchMediaUrlResult.d.ts +39 -0
  186. package/dist/picteus-ws-client/models/SearchMediaUrlResult.js +48 -0
  187. package/dist/picteus-ws-client/models/SearchOriginNature.d.ts +25 -0
  188. package/dist/picteus-ws-client/models/SearchOriginNature.js +43 -0
  189. package/dist/picteus-ws-client/models/SearchParameters.d.ts +46 -0
  190. package/dist/picteus-ws-client/models/SearchParameters.js +47 -0
  191. package/dist/picteus-ws-client/models/SearchProperties.d.ts +2 -2
  192. package/dist/picteus-ws-client/models/SearchProperties.js +1 -1
  193. package/dist/picteus-ws-client/models/SearchPropertyRange.d.ts +1 -1
  194. package/dist/picteus-ws-client/models/SearchPropertyRange.js +1 -1
  195. package/dist/picteus-ws-client/models/SearchRange.d.ts +2 -2
  196. package/dist/picteus-ws-client/models/SearchRange.js +1 -1
  197. package/dist/picteus-ws-client/models/SearchRepositoriesOrigin.d.ts +39 -0
  198. package/dist/picteus-ws-client/models/SearchRepositoriesOrigin.js +48 -0
  199. package/dist/picteus-ws-client/models/SearchSorting.d.ts +1 -1
  200. package/dist/picteus-ws-client/models/SearchSorting.js +1 -1
  201. package/dist/picteus-ws-client/models/SearchSortingProperty.d.ts +1 -1
  202. package/dist/picteus-ws-client/models/SearchSortingProperty.js +1 -1
  203. package/dist/picteus-ws-client/models/SearchTags.d.ts +3 -3
  204. package/dist/picteus-ws-client/models/SearchTags.js +1 -1
  205. package/dist/picteus-ws-client/models/SearchTagsResult.d.ts +39 -0
  206. package/dist/picteus-ws-client/models/SearchTagsResult.js +48 -0
  207. package/dist/picteus-ws-client/models/Settings.d.ts +1 -1
  208. package/dist/picteus-ws-client/models/Settings.js +1 -1
  209. package/dist/picteus-ws-client/models/Software.d.ts +24 -0
  210. package/dist/picteus-ws-client/models/Software.js +42 -0
  211. package/dist/picteus-ws-client/models/TextualPrompt.d.ts +1 -1
  212. package/dist/picteus-ws-client/models/TextualPrompt.js +1 -1
  213. package/dist/picteus-ws-client/models/UserInterfaceAnchor.d.ts +2 -3
  214. package/dist/picteus-ws-client/models/UserInterfaceAnchor.js +2 -3
  215. package/dist/picteus-ws-client/models/UserInterfaceSidebarIntegration.d.ts +39 -0
  216. package/dist/picteus-ws-client/models/UserInterfaceSidebarIntegration.js +48 -0
  217. package/dist/picteus-ws-client/models/UserInterfaceWindowIntegration.d.ts +33 -0
  218. package/dist/picteus-ws-client/models/UserInterfaceWindowIntegration.js +44 -0
  219. package/dist/picteus-ws-client/models/index.d.ts +27 -1
  220. package/dist/picteus-ws-client/models/index.js +27 -1
  221. package/dist/picteus-ws-client/runtime.d.ts +1 -1
  222. package/dist/picteus-ws-client/runtime.js +1 -1
  223. package/dist/picteusExtension.d.ts +6 -63
  224. package/dist/picteusExtension.js +19 -21
  225. 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.9.0
5
+ * The version of the OpenAPI document: 0.14.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.9.0
7
+ * The version of the OpenAPI document: 0.14.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.9.0
5
+ * The version of the OpenAPI document: 0.14.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.9.0
7
+ * The version of the OpenAPI document: 0.14.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.9.0
5
+ * The version of the OpenAPI document: 0.14.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,13 +10,13 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * The matching values of tags to match when searching for images
13
+ * The matching values of tags to match when searching for images, i.e. how an image search should operate regarding the image tags
14
14
  * @export
15
15
  * @interface SearchTags
16
16
  */
17
17
  export interface SearchTags {
18
18
  /**
19
- * The tags to search for
19
+ * The tags to search for, i.e. images matching at least of the tags will be included in the result
20
20
  * @type {Array<string>}
21
21
  * @memberof SearchTags
22
22
  */
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.9.0
7
+ * The version of the OpenAPI document: 0.14.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Picteus
3
+ * The Picteus API
4
+ *
5
+ * The version of the OpenAPI document: 0.14.1
6
+ * Contact: edouard@koppasoft.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ExtensionImageTagsAttribute } from './ExtensionImageTagsAttribute.js';
13
+ /**
14
+ * The result of an image tags search
15
+ * @export
16
+ * @interface SearchTagsResult
17
+ */
18
+ export interface SearchTagsResult {
19
+ /**
20
+ * The items corresponding to the search filter and to the range
21
+ * @type {Array<ExtensionImageTagsAttribute>}
22
+ * @memberof SearchTagsResult
23
+ */
24
+ items: Array<ExtensionImageTagsAttribute>;
25
+ /**
26
+ * The total number of items
27
+ * @type {number}
28
+ * @memberof SearchTagsResult
29
+ */
30
+ totalCount: number;
31
+ }
32
+ /**
33
+ * Check if a given object implements the SearchTagsResult interface.
34
+ */
35
+ export declare function instanceOfSearchTagsResult(value: object): value is SearchTagsResult;
36
+ export declare function SearchTagsResultFromJSON(json: any): SearchTagsResult;
37
+ export declare function SearchTagsResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): SearchTagsResult;
38
+ export declare function SearchTagsResultToJSON(json: any): SearchTagsResult;
39
+ export declare function SearchTagsResultToJSONTyped(value?: SearchTagsResult | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,48 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Picteus
5
+ * The Picteus API
6
+ *
7
+ * The version of the OpenAPI document: 0.14.1
8
+ * Contact: edouard@koppasoft.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { ExtensionImageTagsAttributeFromJSON, ExtensionImageTagsAttributeToJSON, } from './ExtensionImageTagsAttribute.js';
15
+ /**
16
+ * Check if a given object implements the SearchTagsResult interface.
17
+ */
18
+ export function instanceOfSearchTagsResult(value) {
19
+ if (!('items' in value) || value['items'] === undefined)
20
+ return false;
21
+ if (!('totalCount' in value) || value['totalCount'] === undefined)
22
+ return false;
23
+ return true;
24
+ }
25
+ export function SearchTagsResultFromJSON(json) {
26
+ return SearchTagsResultFromJSONTyped(json, false);
27
+ }
28
+ export function SearchTagsResultFromJSONTyped(json, ignoreDiscriminator) {
29
+ if (json == null) {
30
+ return json;
31
+ }
32
+ return {
33
+ 'items': (json['items'].map(ExtensionImageTagsAttributeFromJSON)),
34
+ 'totalCount': json['totalCount'],
35
+ };
36
+ }
37
+ export function SearchTagsResultToJSON(json) {
38
+ return SearchTagsResultToJSONTyped(json, false);
39
+ }
40
+ export function SearchTagsResultToJSONTyped(value, ignoreDiscriminator = false) {
41
+ if (value == null) {
42
+ return value;
43
+ }
44
+ return {
45
+ 'items': (value['items'].map(ExtensionImageTagsAttributeToJSON)),
46
+ 'totalCount': value['totalCount'],
47
+ };
48
+ }
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.9.0
5
+ * The version of the OpenAPI document: 0.14.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.9.0
7
+ * The version of the OpenAPI document: 0.14.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Picteus
3
+ * The Picteus API
4
+ *
5
+ * The version of the OpenAPI document: 0.14.1
6
+ * Contact: edouard@koppasoft.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * The application name
14
+ * @export
15
+ */
16
+ export declare const Software: {
17
+ readonly Picteus: "picteus";
18
+ };
19
+ export type Software = typeof Software[keyof typeof Software];
20
+ export declare function instanceOfSoftware(value: any): boolean;
21
+ export declare function SoftwareFromJSON(json: any): Software;
22
+ export declare function SoftwareFromJSONTyped(json: any, ignoreDiscriminator: boolean): Software;
23
+ export declare function SoftwareToJSON(value?: Software | null): any;
24
+ export declare function SoftwareToJSONTyped(value: any, ignoreDiscriminator: boolean): Software;
@@ -0,0 +1,42 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Picteus
5
+ * The Picteus API
6
+ *
7
+ * The version of the OpenAPI document: 0.14.1
8
+ * Contact: edouard@koppasoft.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * The application name
16
+ * @export
17
+ */
18
+ export const Software = {
19
+ Picteus: 'picteus'
20
+ };
21
+ export function instanceOfSoftware(value) {
22
+ for (const key in Software) {
23
+ if (Object.prototype.hasOwnProperty.call(Software, key)) {
24
+ if (Software[key] === value) {
25
+ return true;
26
+ }
27
+ }
28
+ }
29
+ return false;
30
+ }
31
+ export function SoftwareFromJSON(json) {
32
+ return SoftwareFromJSONTyped(json, false);
33
+ }
34
+ export function SoftwareFromJSONTyped(json, ignoreDiscriminator) {
35
+ return json;
36
+ }
37
+ export function SoftwareToJSON(value) {
38
+ return value;
39
+ }
40
+ export function SoftwareToJSONTyped(value, ignoreDiscriminator) {
41
+ return value;
42
+ }
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.9.0
5
+ * The version of the OpenAPI document: 0.14.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.9.0
7
+ * The version of the OpenAPI document: 0.14.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.9.0
5
+ * The version of the OpenAPI document: 0.14.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,11 +10,10 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * The location where the User Interface is anchored
13
+ * The location where an UI fragment is anchored
14
14
  * @export
15
15
  */
16
16
  export declare const UserInterfaceAnchor: {
17
- readonly Modal: "modal";
18
17
  readonly Sidebar: "sidebar";
19
18
  readonly Window: "window";
20
19
  readonly ImageDetail: "imageDetail";
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.9.0
7
+ * The version of the OpenAPI document: 0.14.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,11 +12,10 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  /**
15
- * The location where the User Interface is anchored
15
+ * The location where an UI fragment is anchored
16
16
  * @export
17
17
  */
18
18
  export const UserInterfaceAnchor = {
19
- Modal: 'modal',
20
19
  Sidebar: 'sidebar',
21
20
  Window: 'window',
22
21
  ImageDetail: 'imageDetail'
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Picteus
3
+ * The Picteus API
4
+ *
5
+ * The version of the OpenAPI document: 0.14.1
6
+ * Contact: edouard@koppasoft.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { UserInterfaceAnchor } from './UserInterfaceAnchor.js';
13
+ /**
14
+ * Specifies how a sidebar UI element integrates
15
+ * @export
16
+ * @interface UserInterfaceSidebarIntegration
17
+ */
18
+ export interface UserInterfaceSidebarIntegration {
19
+ /**
20
+ * The location where an UI fragment is anchored
21
+ * @type {UserInterfaceAnchor}
22
+ * @memberof UserInterfaceSidebarIntegration
23
+ */
24
+ anchor: UserInterfaceAnchor;
25
+ /**
26
+ * Whether the element should be displayed via an external window or through an internal frame
27
+ * @type {boolean}
28
+ * @memberof UserInterfaceSidebarIntegration
29
+ */
30
+ isExternal: boolean;
31
+ }
32
+ /**
33
+ * Check if a given object implements the UserInterfaceSidebarIntegration interface.
34
+ */
35
+ export declare function instanceOfUserInterfaceSidebarIntegration(value: object): value is UserInterfaceSidebarIntegration;
36
+ export declare function UserInterfaceSidebarIntegrationFromJSON(json: any): UserInterfaceSidebarIntegration;
37
+ export declare function UserInterfaceSidebarIntegrationFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserInterfaceSidebarIntegration;
38
+ export declare function UserInterfaceSidebarIntegrationToJSON(json: any): UserInterfaceSidebarIntegration;
39
+ export declare function UserInterfaceSidebarIntegrationToJSONTyped(value?: UserInterfaceSidebarIntegration | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,48 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Picteus
5
+ * The Picteus API
6
+ *
7
+ * The version of the OpenAPI document: 0.14.1
8
+ * Contact: edouard@koppasoft.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { UserInterfaceAnchorFromJSON, UserInterfaceAnchorToJSON, } from './UserInterfaceAnchor.js';
15
+ /**
16
+ * Check if a given object implements the UserInterfaceSidebarIntegration interface.
17
+ */
18
+ export function instanceOfUserInterfaceSidebarIntegration(value) {
19
+ if (!('anchor' in value) || value['anchor'] === undefined)
20
+ return false;
21
+ if (!('isExternal' in value) || value['isExternal'] === undefined)
22
+ return false;
23
+ return true;
24
+ }
25
+ export function UserInterfaceSidebarIntegrationFromJSON(json) {
26
+ return UserInterfaceSidebarIntegrationFromJSONTyped(json, false);
27
+ }
28
+ export function UserInterfaceSidebarIntegrationFromJSONTyped(json, ignoreDiscriminator) {
29
+ if (json == null) {
30
+ return json;
31
+ }
32
+ return {
33
+ 'anchor': UserInterfaceAnchorFromJSON(json['anchor']),
34
+ 'isExternal': json['isExternal'],
35
+ };
36
+ }
37
+ export function UserInterfaceSidebarIntegrationToJSON(json) {
38
+ return UserInterfaceSidebarIntegrationToJSONTyped(json, false);
39
+ }
40
+ export function UserInterfaceSidebarIntegrationToJSONTyped(value, ignoreDiscriminator = false) {
41
+ if (value == null) {
42
+ return value;
43
+ }
44
+ return {
45
+ 'anchor': UserInterfaceAnchorToJSON(value['anchor']),
46
+ 'isExternal': value['isExternal'],
47
+ };
48
+ }
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Picteus
3
+ * The Picteus API
4
+ *
5
+ * The version of the OpenAPI document: 0.14.1
6
+ * Contact: edouard@koppasoft.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { UserInterfaceAnchor } from './UserInterfaceAnchor.js';
13
+ /**
14
+ * Specifies how a window UI element integrates
15
+ * @export
16
+ * @interface UserInterfaceWindowIntegration
17
+ */
18
+ export interface UserInterfaceWindowIntegration {
19
+ /**
20
+ * The location where an UI fragment is anchored
21
+ * @type {UserInterfaceAnchor}
22
+ * @memberof UserInterfaceWindowIntegration
23
+ */
24
+ anchor: UserInterfaceAnchor;
25
+ }
26
+ /**
27
+ * Check if a given object implements the UserInterfaceWindowIntegration interface.
28
+ */
29
+ export declare function instanceOfUserInterfaceWindowIntegration(value: object): value is UserInterfaceWindowIntegration;
30
+ export declare function UserInterfaceWindowIntegrationFromJSON(json: any): UserInterfaceWindowIntegration;
31
+ export declare function UserInterfaceWindowIntegrationFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserInterfaceWindowIntegration;
32
+ export declare function UserInterfaceWindowIntegrationToJSON(json: any): UserInterfaceWindowIntegration;
33
+ export declare function UserInterfaceWindowIntegrationToJSONTyped(value?: UserInterfaceWindowIntegration | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,44 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Picteus
5
+ * The Picteus API
6
+ *
7
+ * The version of the OpenAPI document: 0.14.1
8
+ * Contact: edouard@koppasoft.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { UserInterfaceAnchorFromJSON, UserInterfaceAnchorToJSON, } from './UserInterfaceAnchor.js';
15
+ /**
16
+ * Check if a given object implements the UserInterfaceWindowIntegration interface.
17
+ */
18
+ export function instanceOfUserInterfaceWindowIntegration(value) {
19
+ if (!('anchor' in value) || value['anchor'] === undefined)
20
+ return false;
21
+ return true;
22
+ }
23
+ export function UserInterfaceWindowIntegrationFromJSON(json) {
24
+ return UserInterfaceWindowIntegrationFromJSONTyped(json, false);
25
+ }
26
+ export function UserInterfaceWindowIntegrationFromJSONTyped(json, ignoreDiscriminator) {
27
+ if (json == null) {
28
+ return json;
29
+ }
30
+ return {
31
+ 'anchor': UserInterfaceAnchorFromJSON(json['anchor']),
32
+ };
33
+ }
34
+ export function UserInterfaceWindowIntegrationToJSON(json) {
35
+ return UserInterfaceWindowIntegrationToJSONTyped(json, false);
36
+ }
37
+ export function UserInterfaceWindowIntegrationToJSONTyped(value, ignoreDiscriminator = false) {
38
+ if (value == null) {
39
+ return value;
40
+ }
41
+ return {
42
+ 'anchor': UserInterfaceAnchorToJSON(value['anchor']),
43
+ };
44
+ }
@@ -4,10 +4,12 @@ export * from './ApiSecretType.js';
4
4
  export * from './ApplicationMetadata.js';
5
5
  export * from './ApplicationMetadataItem.js';
6
6
  export * from './ApplicationMetadataItemValue.js';
7
+ export * from './Collection.js';
7
8
  export * from './CommandEntity.js';
8
9
  export * from './ComputedImageFormat.js';
9
10
  export * from './ConfigurationCapability.js';
10
11
  export * from './ConfigurationExtensionCommand.js';
12
+ export * from './ConstantsRegistry.js';
11
13
  export * from './Dates.js';
12
14
  export * from './Extension.js';
13
15
  export * from './ExtensionActivity.js';
@@ -16,7 +18,10 @@ export * from './ExtensionAndManual.js';
16
18
  export * from './ExtensionGenerationOptions.js';
17
19
  export * from './ExtensionImageEmbeddings.js';
18
20
  export * from './ExtensionImageFeature.js';
21
+ export * from './ExtensionImageFeatureName.js';
22
+ export * from './ExtensionImageFeaturesAttribute.js';
19
23
  export * from './ExtensionImageTag.js';
24
+ export * from './ExtensionImageTagsAttribute.js';
20
25
  export * from './ExtensionManual.js';
21
26
  export * from './ExtensionSettings.js';
22
27
  export * from './ExtensionStatus.js';
@@ -29,13 +34,14 @@ export * from './ImageDistance.js';
29
34
  export * from './ImageEmbeddings.js';
30
35
  export * from './ImageFeature.js';
31
36
  export * from './ImageFeatureFormat.js';
37
+ export * from './ImageFeatureNullValue.js';
32
38
  export * from './ImageFeatureType.js';
39
+ export * from './ImageFeatureValue.js';
33
40
  export * from './ImageFormat.js';
34
41
  export * from './ImageMediaUrl.js';
35
42
  export * from './ImageMetadata.js';
36
43
  export * from './ImageResizeRender.js';
37
44
  export * from './ImageSummary.js';
38
- export * from './ImageSummaryList.js';
39
45
  export * from './InstructionsPrompt.js';
40
46
  export * from './Manifest.js';
41
47
  export * from './ManifestCapability.js';
@@ -47,6 +53,7 @@ export * from './ManifestExtensionCommandOn.js';
47
53
  export * from './ManifestExtensionCommandSpecification.js';
48
54
  export * from './ManifestInstructions.js';
49
55
  export * from './ManifestInterfaceElement.js';
56
+ export * from './ManifestInterfaceElementIntegration.js';
50
57
  export * from './ManifestRuntime.js';
51
58
  export * from './ManifestRuntimeEnvironment.js';
52
59
  export * from './ManifestThrottlingPolicy.js';
@@ -58,13 +65,32 @@ export * from './RepositoryActivityKind.js';
58
65
  export * from './RepositoryLocationType.js';
59
66
  export * from './RepositoryStatus.js';
60
67
  export * from './SearchCriteria.js';
68
+ export * from './SearchFeatureComparisonOperator.js';
69
+ export * from './SearchFeatureCondition.js';
70
+ export * from './SearchFeatureConditionValue.js';
71
+ export * from './SearchFeatureLogicalOperator.js';
72
+ export * from './SearchFeatures.js';
73
+ export * from './SearchFeaturesResult.js';
74
+ export * from './SearchFilter.js';
75
+ export * from './SearchFilterOrigin.js';
76
+ export * from './SearchImageResult.js';
77
+ export * from './SearchImageSummaryResult.js';
78
+ export * from './SearchImagesOrigin.js';
61
79
  export * from './SearchKeyword.js';
80
+ export * from './SearchMediaUrlResult.js';
81
+ export * from './SearchOriginNature.js';
82
+ export * from './SearchParameters.js';
62
83
  export * from './SearchProperties.js';
63
84
  export * from './SearchPropertyRange.js';
64
85
  export * from './SearchRange.js';
86
+ export * from './SearchRepositoriesOrigin.js';
65
87
  export * from './SearchSorting.js';
66
88
  export * from './SearchSortingProperty.js';
67
89
  export * from './SearchTags.js';
90
+ export * from './SearchTagsResult.js';
68
91
  export * from './Settings.js';
92
+ export * from './Software.js';
69
93
  export * from './TextualPrompt.js';
70
94
  export * from './UserInterfaceAnchor.js';
95
+ export * from './UserInterfaceSidebarIntegration.js';
96
+ export * from './UserInterfaceWindowIntegration.js';
@@ -6,10 +6,12 @@ export * from './ApiSecretType.js';
6
6
  export * from './ApplicationMetadata.js';
7
7
  export * from './ApplicationMetadataItem.js';
8
8
  export * from './ApplicationMetadataItemValue.js';
9
+ export * from './Collection.js';
9
10
  export * from './CommandEntity.js';
10
11
  export * from './ComputedImageFormat.js';
11
12
  export * from './ConfigurationCapability.js';
12
13
  export * from './ConfigurationExtensionCommand.js';
14
+ export * from './ConstantsRegistry.js';
13
15
  export * from './Dates.js';
14
16
  export * from './Extension.js';
15
17
  export * from './ExtensionActivity.js';
@@ -18,7 +20,10 @@ export * from './ExtensionAndManual.js';
18
20
  export * from './ExtensionGenerationOptions.js';
19
21
  export * from './ExtensionImageEmbeddings.js';
20
22
  export * from './ExtensionImageFeature.js';
23
+ export * from './ExtensionImageFeatureName.js';
24
+ export * from './ExtensionImageFeaturesAttribute.js';
21
25
  export * from './ExtensionImageTag.js';
26
+ export * from './ExtensionImageTagsAttribute.js';
22
27
  export * from './ExtensionManual.js';
23
28
  export * from './ExtensionSettings.js';
24
29
  export * from './ExtensionStatus.js';
@@ -31,13 +36,14 @@ export * from './ImageDistance.js';
31
36
  export * from './ImageEmbeddings.js';
32
37
  export * from './ImageFeature.js';
33
38
  export * from './ImageFeatureFormat.js';
39
+ export * from './ImageFeatureNullValue.js';
34
40
  export * from './ImageFeatureType.js';
41
+ export * from './ImageFeatureValue.js';
35
42
  export * from './ImageFormat.js';
36
43
  export * from './ImageMediaUrl.js';
37
44
  export * from './ImageMetadata.js';
38
45
  export * from './ImageResizeRender.js';
39
46
  export * from './ImageSummary.js';
40
- export * from './ImageSummaryList.js';
41
47
  export * from './InstructionsPrompt.js';
42
48
  export * from './Manifest.js';
43
49
  export * from './ManifestCapability.js';
@@ -49,6 +55,7 @@ export * from './ManifestExtensionCommandOn.js';
49
55
  export * from './ManifestExtensionCommandSpecification.js';
50
56
  export * from './ManifestInstructions.js';
51
57
  export * from './ManifestInterfaceElement.js';
58
+ export * from './ManifestInterfaceElementIntegration.js';
52
59
  export * from './ManifestRuntime.js';
53
60
  export * from './ManifestRuntimeEnvironment.js';
54
61
  export * from './ManifestThrottlingPolicy.js';
@@ -60,13 +67,32 @@ export * from './RepositoryActivityKind.js';
60
67
  export * from './RepositoryLocationType.js';
61
68
  export * from './RepositoryStatus.js';
62
69
  export * from './SearchCriteria.js';
70
+ export * from './SearchFeatureComparisonOperator.js';
71
+ export * from './SearchFeatureCondition.js';
72
+ export * from './SearchFeatureConditionValue.js';
73
+ export * from './SearchFeatureLogicalOperator.js';
74
+ export * from './SearchFeatures.js';
75
+ export * from './SearchFeaturesResult.js';
76
+ export * from './SearchFilter.js';
77
+ export * from './SearchFilterOrigin.js';
78
+ export * from './SearchImageResult.js';
79
+ export * from './SearchImageSummaryResult.js';
80
+ export * from './SearchImagesOrigin.js';
63
81
  export * from './SearchKeyword.js';
82
+ export * from './SearchMediaUrlResult.js';
83
+ export * from './SearchOriginNature.js';
84
+ export * from './SearchParameters.js';
64
85
  export * from './SearchProperties.js';
65
86
  export * from './SearchPropertyRange.js';
66
87
  export * from './SearchRange.js';
88
+ export * from './SearchRepositoriesOrigin.js';
67
89
  export * from './SearchSorting.js';
68
90
  export * from './SearchSortingProperty.js';
69
91
  export * from './SearchTags.js';
92
+ export * from './SearchTagsResult.js';
70
93
  export * from './Settings.js';
94
+ export * from './Software.js';
71
95
  export * from './TextualPrompt.js';
72
96
  export * from './UserInterfaceAnchor.js';
97
+ export * from './UserInterfaceSidebarIntegration.js';
98
+ export * from './UserInterfaceWindowIntegration.js';
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.9.0
5
+ * The version of the OpenAPI document: 0.14.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.9.0
7
+ * The version of the OpenAPI document: 0.14.1
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).