@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.
Files changed (209) 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 +2 -2
  5. package/dist/picteus-ws-client/apis/CollectionApi.d.ts +167 -0
  6. package/dist/picteus-ws-client/apis/CollectionApi.js +188 -0
  7. package/dist/picteus-ws-client/apis/ExtensionApi.d.ts +1 -1
  8. package/dist/picteus-ws-client/apis/ExtensionApi.js +1 -1
  9. package/dist/picteus-ws-client/apis/ImageApi.d.ts +133 -77
  10. package/dist/picteus-ws-client/apis/ImageApi.js +134 -64
  11. package/dist/picteus-ws-client/apis/ImageAttachmentApi.d.ts +1 -1
  12. package/dist/picteus-ws-client/apis/ImageAttachmentApi.js +1 -1
  13. package/dist/picteus-ws-client/apis/MiscellaneousApi.d.ts +1 -1
  14. package/dist/picteus-ws-client/apis/MiscellaneousApi.js +1 -1
  15. package/dist/picteus-ws-client/apis/RepositoryApi.d.ts +48 -35
  16. package/dist/picteus-ws-client/apis/RepositoryApi.js +56 -42
  17. package/dist/picteus-ws-client/apis/SettingsApi.d.ts +1 -1
  18. package/dist/picteus-ws-client/apis/SettingsApi.js +1 -1
  19. package/dist/picteus-ws-client/apis/index.d.ts +1 -0
  20. package/dist/picteus-ws-client/apis/index.js +1 -0
  21. package/dist/picteus-ws-client/models/ApiSecret.d.ts +17 -17
  22. package/dist/picteus-ws-client/models/ApiSecret.js +7 -7
  23. package/dist/picteus-ws-client/models/ApiSecretSummary.d.ts +17 -17
  24. package/dist/picteus-ws-client/models/ApiSecretSummary.js +7 -7
  25. package/dist/picteus-ws-client/models/ApiSecretType.d.ts +1 -1
  26. package/dist/picteus-ws-client/models/ApiSecretType.js +1 -1
  27. package/dist/picteus-ws-client/models/ApplicationMetadata.d.ts +1 -1
  28. package/dist/picteus-ws-client/models/ApplicationMetadata.js +1 -1
  29. package/dist/picteus-ws-client/models/ApplicationMetadataItem.d.ts +1 -1
  30. package/dist/picteus-ws-client/models/ApplicationMetadataItem.js +1 -1
  31. package/dist/picteus-ws-client/models/ApplicationMetadataItemValue.d.ts +1 -1
  32. package/dist/picteus-ws-client/models/ApplicationMetadataItemValue.js +1 -1
  33. package/dist/picteus-ws-client/models/Automatic1111Instruction.d.ts +1 -1
  34. package/dist/picteus-ws-client/models/Automatic1111Instruction.js +1 -1
  35. package/dist/picteus-ws-client/models/Automatic1111UserComment.d.ts +1 -1
  36. package/dist/picteus-ws-client/models/Automatic1111UserComment.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/ComfyUiPromptAndWorkflow.d.ts +1 -1
  40. package/dist/picteus-ws-client/models/ComfyUiPromptAndWorkflow.js +1 -1
  41. package/dist/picteus-ws-client/models/CommandEntity.d.ts +1 -1
  42. package/dist/picteus-ws-client/models/CommandEntity.js +1 -1
  43. package/dist/picteus-ws-client/models/ComputedImageFormat.d.ts +1 -1
  44. package/dist/picteus-ws-client/models/ComputedImageFormat.js +1 -1
  45. package/dist/picteus-ws-client/models/ConfigurationCapability.d.ts +1 -1
  46. package/dist/picteus-ws-client/models/ConfigurationCapability.js +1 -1
  47. package/dist/picteus-ws-client/models/ConfigurationExtensionCommand.d.ts +1 -1
  48. package/dist/picteus-ws-client/models/ConfigurationExtensionCommand.js +1 -1
  49. package/dist/picteus-ws-client/models/ConstantsRegistry.d.ts +40 -0
  50. package/dist/picteus-ws-client/models/ConstantsRegistry.js +49 -0
  51. package/dist/picteus-ws-client/models/Dates.d.ts +1 -1
  52. package/dist/picteus-ws-client/models/Dates.js +1 -1
  53. package/dist/picteus-ws-client/models/Extension.d.ts +1 -1
  54. package/dist/picteus-ws-client/models/Extension.js +1 -1
  55. package/dist/picteus-ws-client/models/ExtensionActivity.d.ts +1 -1
  56. package/dist/picteus-ws-client/models/ExtensionActivity.js +1 -1
  57. package/dist/picteus-ws-client/models/ExtensionActivityKind.d.ts +1 -1
  58. package/dist/picteus-ws-client/models/ExtensionActivityKind.js +1 -1
  59. package/dist/picteus-ws-client/models/ExtensionAndManual.d.ts +1 -1
  60. package/dist/picteus-ws-client/models/ExtensionAndManual.js +1 -1
  61. package/dist/picteus-ws-client/models/ExtensionGenerationOptions.d.ts +1 -1
  62. package/dist/picteus-ws-client/models/ExtensionGenerationOptions.js +1 -1
  63. package/dist/picteus-ws-client/models/ExtensionImageEmbeddings.d.ts +1 -1
  64. package/dist/picteus-ws-client/models/ExtensionImageEmbeddings.js +1 -1
  65. package/dist/picteus-ws-client/models/ExtensionImageFeature.d.ts +6 -5
  66. package/dist/picteus-ws-client/models/ExtensionImageFeature.js +4 -3
  67. package/dist/picteus-ws-client/models/ExtensionImageFeatureName.d.ts +52 -0
  68. package/dist/picteus-ws-client/models/ExtensionImageFeatureName.js +57 -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/ExtensionManual.d.ts +1 -1
  72. package/dist/picteus-ws-client/models/ExtensionManual.js +1 -1
  73. package/dist/picteus-ws-client/models/ExtensionSettings.d.ts +1 -1
  74. package/dist/picteus-ws-client/models/ExtensionSettings.js +1 -1
  75. package/dist/picteus-ws-client/models/ExtensionStatus.d.ts +1 -1
  76. package/dist/picteus-ws-client/models/ExtensionStatus.js +1 -1
  77. package/dist/picteus-ws-client/models/ExtensionsConfiguration.d.ts +1 -1
  78. package/dist/picteus-ws-client/models/ExtensionsConfiguration.js +1 -1
  79. package/dist/picteus-ws-client/models/GenerationRecipe.d.ts +2 -2
  80. package/dist/picteus-ws-client/models/GenerationRecipe.js +4 -2
  81. package/dist/picteus-ws-client/models/GenerationRecipePrompt.d.ts +1 -1
  82. package/dist/picteus-ws-client/models/GenerationRecipePrompt.js +1 -1
  83. package/dist/picteus-ws-client/models/Image.d.ts +1 -8
  84. package/dist/picteus-ws-client/models/Image.js +1 -6
  85. package/dist/picteus-ws-client/models/ImageDimensions.d.ts +1 -1
  86. package/dist/picteus-ws-client/models/ImageDimensions.js +1 -1
  87. package/dist/picteus-ws-client/models/ImageDistance.d.ts +1 -1
  88. package/dist/picteus-ws-client/models/ImageDistance.js +1 -1
  89. package/dist/picteus-ws-client/models/ImageEmbeddings.d.ts +1 -1
  90. package/dist/picteus-ws-client/models/ImageEmbeddings.js +1 -1
  91. package/dist/picteus-ws-client/models/ImageFeature.d.ts +6 -5
  92. package/dist/picteus-ws-client/models/ImageFeature.js +4 -3
  93. package/dist/picteus-ws-client/models/ImageFeatureFormat.d.ts +4 -1
  94. package/dist/picteus-ws-client/models/ImageFeatureFormat.js +4 -1
  95. package/dist/picteus-ws-client/models/ImageFeatureNullValue.d.ts +24 -0
  96. package/dist/picteus-ws-client/models/ImageFeatureNullValue.js +42 -0
  97. package/dist/picteus-ws-client/models/ImageFeatureType.d.ts +3 -1
  98. package/dist/picteus-ws-client/models/ImageFeatureType.js +3 -1
  99. package/dist/picteus-ws-client/models/ImageFeatureValue.d.ts +21 -0
  100. package/dist/picteus-ws-client/models/ImageFeatureValue.js +55 -0
  101. package/dist/picteus-ws-client/models/ImageFormat.d.ts +2 -2
  102. package/dist/picteus-ws-client/models/ImageFormat.js +2 -2
  103. package/dist/picteus-ws-client/models/ImageGenerator.d.ts +1 -1
  104. package/dist/picteus-ws-client/models/ImageGenerator.js +1 -1
  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 +1 -8
  112. package/dist/picteus-ws-client/models/ImageSummary.js +1 -6
  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 +1 -1
  124. package/dist/picteus-ws-client/models/ManifestEvent.js +1 -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 +1 -1
  136. package/dist/picteus-ws-client/models/ManifestInterfaceElement.js +1 -1
  137. package/dist/picteus-ws-client/models/ManifestRuntime.d.ts +1 -1
  138. package/dist/picteus-ws-client/models/ManifestRuntime.js +1 -1
  139. package/dist/picteus-ws-client/models/ManifestRuntimeEnvironment.d.ts +1 -1
  140. package/dist/picteus-ws-client/models/ManifestRuntimeEnvironment.js +1 -1
  141. package/dist/picteus-ws-client/models/ManifestThrottlingPolicy.d.ts +1 -1
  142. package/dist/picteus-ws-client/models/ManifestThrottlingPolicy.js +1 -1
  143. package/dist/picteus-ws-client/models/ManifestUserInterface.d.ts +1 -1
  144. package/dist/picteus-ws-client/models/ManifestUserInterface.js +1 -1
  145. package/dist/picteus-ws-client/models/MidjourneyInstructions.d.ts +1 -1
  146. package/dist/picteus-ws-client/models/MidjourneyInstructions.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 -8
  160. package/dist/picteus-ws-client/models/SearchCriteria.js +4 -4
  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 +21 -0
  166. package/dist/picteus-ws-client/models/SearchFeatureConditionValue.js +55 -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/SearchFilter.d.ts +47 -0
  172. package/dist/picteus-ws-client/models/SearchFilter.js +48 -0
  173. package/dist/picteus-ws-client/models/SearchFilterOrigin.d.ts +27 -0
  174. package/dist/picteus-ws-client/models/SearchFilterOrigin.js +47 -0
  175. package/dist/picteus-ws-client/models/SearchImagesOrigin.d.ts +39 -0
  176. package/dist/picteus-ws-client/models/SearchImagesOrigin.js +48 -0
  177. package/dist/picteus-ws-client/models/SearchKeyword.d.ts +2 -2
  178. package/dist/picteus-ws-client/models/SearchKeyword.js +1 -1
  179. package/dist/picteus-ws-client/models/SearchOriginNature.d.ts +25 -0
  180. package/dist/picteus-ws-client/models/SearchOriginNature.js +43 -0
  181. package/dist/picteus-ws-client/models/SearchProperties.d.ts +2 -2
  182. package/dist/picteus-ws-client/models/SearchProperties.js +1 -1
  183. package/dist/picteus-ws-client/models/SearchPropertyRange.d.ts +1 -1
  184. package/dist/picteus-ws-client/models/SearchPropertyRange.js +1 -1
  185. package/dist/picteus-ws-client/models/SearchRange.d.ts +2 -2
  186. package/dist/picteus-ws-client/models/SearchRange.js +1 -1
  187. package/dist/picteus-ws-client/models/SearchRepositoriesOrigin.d.ts +39 -0
  188. package/dist/picteus-ws-client/models/SearchRepositoriesOrigin.js +48 -0
  189. package/dist/picteus-ws-client/models/SearchSorting.d.ts +1 -1
  190. package/dist/picteus-ws-client/models/SearchSorting.js +1 -1
  191. package/dist/picteus-ws-client/models/SearchSortingProperty.d.ts +3 -1
  192. package/dist/picteus-ws-client/models/SearchSortingProperty.js +3 -1
  193. package/dist/picteus-ws-client/models/SearchTags.d.ts +3 -3
  194. package/dist/picteus-ws-client/models/SearchTags.js +1 -1
  195. package/dist/picteus-ws-client/models/Settings.d.ts +1 -1
  196. package/dist/picteus-ws-client/models/Settings.js +1 -1
  197. package/dist/picteus-ws-client/models/Software.d.ts +24 -0
  198. package/dist/picteus-ws-client/models/Software.js +42 -0
  199. package/dist/picteus-ws-client/models/TextualPrompt.d.ts +1 -1
  200. package/dist/picteus-ws-client/models/TextualPrompt.js +1 -1
  201. package/dist/picteus-ws-client/models/UserInterfaceAnchor.d.ts +2 -1
  202. package/dist/picteus-ws-client/models/UserInterfaceAnchor.js +2 -1
  203. package/dist/picteus-ws-client/models/index.d.ts +16 -5
  204. package/dist/picteus-ws-client/models/index.js +16 -5
  205. package/dist/picteus-ws-client/runtime.d.ts +1 -1
  206. package/dist/picteus-ws-client/runtime.js +1 -1
  207. package/dist/picteusExtension.d.ts +8 -4
  208. package/dist/picteusExtension.js +1 -1
  209. 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.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).
@@ -13,7 +13,6 @@
13
13
  */
14
14
  import { ImageDimensionsFromJSON, ImageDimensionsToJSON, } from './ImageDimensions.js';
15
15
  import { DatesFromJSON, DatesToJSON, } from './Dates.js';
16
- import { ImageGeneratorFromJSON, ImageGeneratorToJSON, } from './ImageGenerator.js';
17
16
  import { ImageFormatFromJSON, ImageFormatToJSON, } from './ImageFormat.js';
18
17
  /**
19
18
  * Check if a given object implements the ImageSummary interface.
@@ -43,8 +42,6 @@ export function instanceOfImageSummary(value) {
43
42
  return false;
44
43
  if (!('fileDates' in value) || value['fileDates'] === undefined)
45
44
  return false;
46
- if (!('generators' in value) || value['generators'] === undefined)
47
- return false;
48
45
  return true;
49
46
  }
50
47
  export function ImageSummaryFromJSON(json) {
@@ -69,7 +66,6 @@ export function ImageSummaryFromJSONTyped(json, ignoreDiscriminator) {
69
66
  'sizeInBytes': json['sizeInBytes'],
70
67
  'dimensions': ImageDimensionsFromJSON(json['dimensions']),
71
68
  'fileDates': DatesFromJSON(json['fileDates']),
72
- 'generators': (json['generators'].map(ImageGeneratorFromJSON)),
73
69
  };
74
70
  }
75
71
  export function ImageSummaryToJSON(json) {
@@ -94,6 +90,5 @@ export function ImageSummaryToJSONTyped(value, ignoreDiscriminator = false) {
94
90
  'sizeInBytes': value['sizeInBytes'],
95
91
  'dimensions': ImageDimensionsToJSON(value['dimensions']),
96
92
  'fileDates': DatesToJSON(value['fileDates']),
97
- 'generators': (value['generators'].map(ImageGeneratorToJSON)),
98
93
  };
99
94
  }
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.0
5
+ * The version of the OpenAPI document: 0.8.0
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.7.0
7
+ * The version of the OpenAPI document: 0.8.0
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.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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).
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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).
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.7.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,8 +10,8 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { SearchProperties } from './SearchProperties.js';
13
+ import type { SearchFeatures } from './SearchFeatures.js';
13
14
  import type { SearchTags } from './SearchTags.js';
14
- import type { ImageGenerator } from './ImageGenerator.js';
15
15
  import type { SearchKeyword } from './SearchKeyword.js';
16
16
  import type { ImageFormat } from './ImageFormat.js';
17
17
  /**
@@ -39,17 +39,17 @@ export interface SearchCriteria {
39
39
  */
40
40
  tags?: SearchTags;
41
41
  /**
42
- * A filter which limits the result entities with the provided technical properties
43
- * @type {SearchProperties}
42
+ * A filter which limits the result entities with the provided features specifications
43
+ * @type {SearchFeatures}
44
44
  * @memberof SearchCriteria
45
45
  */
46
- properties?: SearchProperties;
46
+ features?: SearchFeatures;
47
47
  /**
48
- * A filter used by the search which will limit the result entities to the provided generator used to produce the image
49
- * @type {ImageGenerator}
48
+ * A filter which limits the result entities with the provided technical properties
49
+ * @type {SearchProperties}
50
50
  * @memberof SearchCriteria
51
51
  */
52
- generator?: ImageGenerator;
52
+ properties?: SearchProperties;
53
53
  }
54
54
  /**
55
55
  * Check if a given object implements the SearchCriteria interface.
@@ -4,7 +4,7 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.7.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,8 +12,8 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  import { SearchPropertiesFromJSON, SearchPropertiesToJSON, } from './SearchProperties.js';
15
+ import { SearchFeaturesFromJSON, SearchFeaturesToJSON, } from './SearchFeatures.js';
15
16
  import { SearchTagsFromJSON, SearchTagsToJSON, } from './SearchTags.js';
16
- import { ImageGeneratorFromJSON, ImageGeneratorToJSON, } from './ImageGenerator.js';
17
17
  import { SearchKeywordFromJSON, SearchKeywordToJSON, } from './SearchKeyword.js';
18
18
  import { ImageFormatFromJSON, ImageFormatToJSON, } from './ImageFormat.js';
19
19
  /**
@@ -33,8 +33,8 @@ export function SearchCriteriaFromJSONTyped(json, ignoreDiscriminator) {
33
33
  'formats': json['formats'] == null ? undefined : (json['formats'].map(ImageFormatFromJSON)),
34
34
  'keyword': json['keyword'] == null ? undefined : SearchKeywordFromJSON(json['keyword']),
35
35
  'tags': json['tags'] == null ? undefined : SearchTagsFromJSON(json['tags']),
36
+ 'features': json['features'] == null ? undefined : SearchFeaturesFromJSON(json['features']),
36
37
  'properties': json['properties'] == null ? undefined : SearchPropertiesFromJSON(json['properties']),
37
- 'generator': json['generator'] == null ? undefined : ImageGeneratorFromJSON(json['generator']),
38
38
  };
39
39
  }
40
40
  export function SearchCriteriaToJSON(json) {
@@ -48,7 +48,7 @@ export function SearchCriteriaToJSONTyped(value, ignoreDiscriminator = false) {
48
48
  'formats': value['formats'] == null ? undefined : (value['formats'].map(ImageFormatToJSON)),
49
49
  'keyword': SearchKeywordToJSON(value['keyword']),
50
50
  'tags': SearchTagsToJSON(value['tags']),
51
+ 'features': SearchFeaturesToJSON(value['features']),
51
52
  'properties': SearchPropertiesToJSON(value['properties']),
52
- 'generator': ImageGeneratorToJSON(value['generator']),
53
53
  };
54
54
  }
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Picteus
3
+ * The Picteus API
4
+ *
5
+ * The version of the OpenAPI document: 0.10.0
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 image feature comparison operator
14
+ * @export
15
+ */
16
+ export declare const SearchFeatureComparisonOperator: {
17
+ readonly Equals: "equals";
18
+ readonly Different: "different";
19
+ readonly Contains: "contains";
20
+ readonly GreaterThan: "greaterThan";
21
+ readonly GreaterThanOrEqual: "greaterThanOrEqual";
22
+ readonly LessThan: "lessThan";
23
+ readonly LessThanOrEqual: "lessThanOrEqual";
24
+ };
25
+ export type SearchFeatureComparisonOperator = typeof SearchFeatureComparisonOperator[keyof typeof SearchFeatureComparisonOperator];
26
+ export declare function instanceOfSearchFeatureComparisonOperator(value: any): boolean;
27
+ export declare function SearchFeatureComparisonOperatorFromJSON(json: any): SearchFeatureComparisonOperator;
28
+ export declare function SearchFeatureComparisonOperatorFromJSONTyped(json: any, ignoreDiscriminator: boolean): SearchFeatureComparisonOperator;
29
+ export declare function SearchFeatureComparisonOperatorToJSON(value?: SearchFeatureComparisonOperator | null): any;
30
+ export declare function SearchFeatureComparisonOperatorToJSONTyped(value: any, ignoreDiscriminator: boolean): SearchFeatureComparisonOperator;