@picteus/extension-sdk 0.3.3 → 0.4.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 (161) 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 +138 -0
  4. package/dist/picteus-ws-client/apis/ApiSecretApi.js +156 -0
  5. package/dist/picteus-ws-client/apis/ExperimentApi.d.ts +1 -1
  6. package/dist/picteus-ws-client/apis/ExperimentApi.js +1 -1
  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 +68 -30
  10. package/dist/picteus-ws-client/apis/ImageApi.js +81 -24
  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 +98 -0
  14. package/dist/picteus-ws-client/apis/MiscellaneousApi.js +114 -0
  15. package/dist/picteus-ws-client/apis/PingApi.d.ts +1 -1
  16. package/dist/picteus-ws-client/apis/PingApi.js +1 -1
  17. package/dist/picteus-ws-client/apis/RepositoryApi.d.ts +1 -1
  18. package/dist/picteus-ws-client/apis/RepositoryApi.js +1 -1
  19. package/dist/picteus-ws-client/apis/SettingsApi.d.ts +1 -1
  20. package/dist/picteus-ws-client/apis/SettingsApi.js +1 -1
  21. package/dist/picteus-ws-client/apis/index.d.ts +2 -2
  22. package/dist/picteus-ws-client/apis/index.js +2 -2
  23. package/dist/picteus-ws-client/models/ApiSecret.d.ts +75 -0
  24. package/dist/picteus-ws-client/models/ApiSecret.js +66 -0
  25. package/dist/picteus-ws-client/models/ApiSecretSummary.d.ts +63 -0
  26. package/dist/picteus-ws-client/models/ApiSecretSummary.js +60 -0
  27. package/dist/picteus-ws-client/models/ApiSecretType.d.ts +25 -0
  28. package/dist/picteus-ws-client/models/ApiSecretType.js +43 -0
  29. package/dist/picteus-ws-client/models/Automatic1111Instruction.d.ts +1 -1
  30. package/dist/picteus-ws-client/models/Automatic1111Instruction.js +1 -1
  31. package/dist/picteus-ws-client/models/Automatic1111UserComment.d.ts +1 -1
  32. package/dist/picteus-ws-client/models/Automatic1111UserComment.js +1 -1
  33. package/dist/picteus-ws-client/models/ComfyUiPromptAndWorkflow.d.ts +1 -1
  34. package/dist/picteus-ws-client/models/ComfyUiPromptAndWorkflow.js +1 -1
  35. package/dist/picteus-ws-client/models/CommandEntity.d.ts +1 -1
  36. package/dist/picteus-ws-client/models/CommandEntity.js +1 -1
  37. package/dist/picteus-ws-client/models/ComputedImageFormat.d.ts +33 -0
  38. package/dist/picteus-ws-client/models/ComputedImageFormat.js +44 -0
  39. package/dist/picteus-ws-client/models/ConfigurationCapability.d.ts +1 -1
  40. package/dist/picteus-ws-client/models/ConfigurationCapability.js +1 -1
  41. package/dist/picteus-ws-client/models/ConfigurationExtensionCommand.d.ts +1 -1
  42. package/dist/picteus-ws-client/models/ConfigurationExtensionCommand.js +1 -1
  43. package/dist/picteus-ws-client/models/Dates.d.ts +1 -1
  44. package/dist/picteus-ws-client/models/Dates.js +1 -1
  45. package/dist/picteus-ws-client/models/Extension.d.ts +1 -1
  46. package/dist/picteus-ws-client/models/Extension.js +1 -1
  47. package/dist/picteus-ws-client/models/ExtensionActivity.d.ts +1 -1
  48. package/dist/picteus-ws-client/models/ExtensionActivity.js +1 -1
  49. package/dist/picteus-ws-client/models/ExtensionActivityKind.d.ts +1 -1
  50. package/dist/picteus-ws-client/models/ExtensionActivityKind.js +1 -1
  51. package/dist/picteus-ws-client/models/ExtensionAndManual.d.ts +1 -1
  52. package/dist/picteus-ws-client/models/ExtensionAndManual.js +1 -1
  53. package/dist/picteus-ws-client/models/ExtensionGenerationOptions.d.ts +1 -1
  54. package/dist/picteus-ws-client/models/ExtensionGenerationOptions.js +1 -1
  55. package/dist/picteus-ws-client/models/ExtensionImageEmbeddings.d.ts +1 -1
  56. package/dist/picteus-ws-client/models/ExtensionImageEmbeddings.js +1 -1
  57. package/dist/picteus-ws-client/models/ExtensionImageFeature.d.ts +1 -1
  58. package/dist/picteus-ws-client/models/ExtensionImageFeature.js +1 -1
  59. package/dist/picteus-ws-client/models/ExtensionImageTag.d.ts +1 -1
  60. package/dist/picteus-ws-client/models/ExtensionImageTag.js +1 -1
  61. package/dist/picteus-ws-client/models/ExtensionManual.d.ts +1 -1
  62. package/dist/picteus-ws-client/models/ExtensionManual.js +1 -1
  63. package/dist/picteus-ws-client/models/ExtensionSettings.d.ts +1 -1
  64. package/dist/picteus-ws-client/models/ExtensionSettings.js +1 -1
  65. package/dist/picteus-ws-client/models/ExtensionStatus.d.ts +1 -1
  66. package/dist/picteus-ws-client/models/ExtensionStatus.js +1 -1
  67. package/dist/picteus-ws-client/models/ExtensionsConfiguration.d.ts +1 -1
  68. package/dist/picteus-ws-client/models/ExtensionsConfiguration.js +1 -1
  69. package/dist/picteus-ws-client/models/Image.d.ts +7 -1
  70. package/dist/picteus-ws-client/models/Image.js +5 -1
  71. package/dist/picteus-ws-client/models/ImageDimensions.d.ts +1 -1
  72. package/dist/picteus-ws-client/models/ImageDimensions.js +1 -1
  73. package/dist/picteus-ws-client/models/ImageDistance.d.ts +1 -1
  74. package/dist/picteus-ws-client/models/ImageDistance.js +1 -1
  75. package/dist/picteus-ws-client/models/ImageEmbeddings.d.ts +1 -1
  76. package/dist/picteus-ws-client/models/ImageEmbeddings.js +1 -1
  77. package/dist/picteus-ws-client/models/ImageFeature.d.ts +1 -1
  78. package/dist/picteus-ws-client/models/ImageFeature.js +1 -1
  79. package/dist/picteus-ws-client/models/ImageFeatureFormat.d.ts +1 -1
  80. package/dist/picteus-ws-client/models/ImageFeatureFormat.js +1 -1
  81. package/dist/picteus-ws-client/models/ImageFeatureType.d.ts +2 -1
  82. package/dist/picteus-ws-client/models/ImageFeatureType.js +2 -1
  83. package/dist/picteus-ws-client/models/ImageFormat.d.ts +1 -1
  84. package/dist/picteus-ws-client/models/ImageFormat.js +1 -1
  85. package/dist/picteus-ws-client/models/ImageGenerator.d.ts +1 -1
  86. package/dist/picteus-ws-client/models/ImageGenerator.js +1 -1
  87. package/dist/picteus-ws-client/models/ImageMediaUrl.d.ts +1 -1
  88. package/dist/picteus-ws-client/models/ImageMediaUrl.js +1 -1
  89. package/dist/picteus-ws-client/models/ImageMetadata.d.ts +1 -1
  90. package/dist/picteus-ws-client/models/ImageMetadata.js +1 -1
  91. package/dist/picteus-ws-client/models/ImageResizeRender.d.ts +25 -0
  92. package/dist/picteus-ws-client/models/ImageResizeRender.js +43 -0
  93. package/dist/picteus-ws-client/models/ImageSummary.d.ts +7 -1
  94. package/dist/picteus-ws-client/models/ImageSummary.js +5 -1
  95. package/dist/picteus-ws-client/models/ImageSummaryList.d.ts +1 -1
  96. package/dist/picteus-ws-client/models/ImageSummaryList.js +1 -1
  97. package/dist/picteus-ws-client/models/Manifest.d.ts +1 -1
  98. package/dist/picteus-ws-client/models/Manifest.js +1 -1
  99. package/dist/picteus-ws-client/models/ManifestCapability.d.ts +1 -1
  100. package/dist/picteus-ws-client/models/ManifestCapability.js +1 -1
  101. package/dist/picteus-ws-client/models/ManifestCapabilityId.d.ts +1 -1
  102. package/dist/picteus-ws-client/models/ManifestCapabilityId.js +1 -1
  103. package/dist/picteus-ws-client/models/ManifestEvent.d.ts +2 -1
  104. package/dist/picteus-ws-client/models/ManifestEvent.js +2 -1
  105. package/dist/picteus-ws-client/models/ManifestExecution.d.ts +1 -1
  106. package/dist/picteus-ws-client/models/ManifestExecution.js +1 -1
  107. package/dist/picteus-ws-client/models/ManifestExtensionCommand.d.ts +6 -6
  108. package/dist/picteus-ws-client/models/ManifestExtensionCommand.js +6 -8
  109. package/dist/picteus-ws-client/models/ManifestExtensionCommandOn.d.ts +1 -1
  110. package/dist/picteus-ws-client/models/ManifestExtensionCommandOn.js +1 -1
  111. package/dist/picteus-ws-client/models/ManifestExtensionCommandSpecification.d.ts +44 -0
  112. package/dist/picteus-ws-client/models/ManifestExtensionCommandSpecification.js +51 -0
  113. package/dist/picteus-ws-client/models/ManifestInstructions.d.ts +1 -1
  114. package/dist/picteus-ws-client/models/ManifestInstructions.js +1 -1
  115. package/dist/picteus-ws-client/models/ManifestInterfaceElement.d.ts +1 -1
  116. package/dist/picteus-ws-client/models/ManifestInterfaceElement.js +1 -1
  117. package/dist/picteus-ws-client/models/ManifestRuntime.d.ts +1 -1
  118. package/dist/picteus-ws-client/models/ManifestRuntime.js +1 -1
  119. package/dist/picteus-ws-client/models/ManifestRuntimeEnvironment.d.ts +1 -1
  120. package/dist/picteus-ws-client/models/ManifestRuntimeEnvironment.js +1 -1
  121. package/dist/picteus-ws-client/models/ManifestUserInterface.d.ts +1 -1
  122. package/dist/picteus-ws-client/models/ManifestUserInterface.js +1 -1
  123. package/dist/picteus-ws-client/models/MidjourneyInstructions.d.ts +1 -1
  124. package/dist/picteus-ws-client/models/MidjourneyInstructions.js +1 -1
  125. package/dist/picteus-ws-client/models/Repository.d.ts +1 -1
  126. package/dist/picteus-ws-client/models/Repository.js +1 -1
  127. package/dist/picteus-ws-client/models/RepositoryActivity.d.ts +1 -1
  128. package/dist/picteus-ws-client/models/RepositoryActivity.js +1 -1
  129. package/dist/picteus-ws-client/models/RepositoryActivityKind.d.ts +1 -1
  130. package/dist/picteus-ws-client/models/RepositoryActivityKind.js +1 -1
  131. package/dist/picteus-ws-client/models/RepositoryLocationType.d.ts +1 -1
  132. package/dist/picteus-ws-client/models/RepositoryLocationType.js +1 -1
  133. package/dist/picteus-ws-client/models/RepositoryStatus.d.ts +1 -1
  134. package/dist/picteus-ws-client/models/RepositoryStatus.js +1 -1
  135. package/dist/picteus-ws-client/models/SearchCriteria.d.ts +16 -2
  136. package/dist/picteus-ws-client/models/SearchCriteria.js +7 -1
  137. package/dist/picteus-ws-client/models/SearchKeyword.d.ts +1 -1
  138. package/dist/picteus-ws-client/models/SearchKeyword.js +1 -1
  139. package/dist/picteus-ws-client/models/SearchProperties.d.ts +57 -0
  140. package/dist/picteus-ws-client/models/SearchProperties.js +50 -0
  141. package/dist/picteus-ws-client/models/SearchPropertyRange.d.ts +38 -0
  142. package/dist/picteus-ws-client/models/SearchPropertyRange.js +43 -0
  143. package/dist/picteus-ws-client/models/SearchRange.d.ts +1 -1
  144. package/dist/picteus-ws-client/models/SearchRange.js +1 -1
  145. package/dist/picteus-ws-client/models/SearchSorting.d.ts +1 -1
  146. package/dist/picteus-ws-client/models/SearchSorting.js +1 -1
  147. package/dist/picteus-ws-client/models/SearchSortingProperty.d.ts +1 -1
  148. package/dist/picteus-ws-client/models/SearchSortingProperty.js +1 -1
  149. package/dist/picteus-ws-client/models/SearchTags.d.ts +32 -0
  150. package/dist/picteus-ws-client/models/SearchTags.js +43 -0
  151. package/dist/picteus-ws-client/models/Settings.d.ts +1 -1
  152. package/dist/picteus-ws-client/models/Settings.js +1 -1
  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 +9 -1
  156. package/dist/picteus-ws-client/models/index.js +9 -1
  157. package/dist/picteus-ws-client/runtime.d.ts +1 -1
  158. package/dist/picteus-ws-client/runtime.js +1 -1
  159. package/dist/picteusExtension.d.ts +7 -2
  160. package/dist/picteusExtension.js +33 -8
  161. 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.3.0
5
+ * The version of the OpenAPI document: 0.4.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.3.0
7
+ * The version of the OpenAPI document: 0.4.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.3.0
5
+ * The version of the OpenAPI document: 0.4.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.3.0
7
+ * The version of the OpenAPI document: 0.4.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.3.0
5
+ * The version of the OpenAPI document: 0.4.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.3.0
7
+ * The version of the OpenAPI document: 0.4.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.3.0
5
+ * The version of the OpenAPI document: 0.4.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.3.0
7
+ * The version of the OpenAPI document: 0.4.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.3.0
5
+ * The version of the OpenAPI document: 0.4.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.3.0
7
+ * The version of the OpenAPI document: 0.4.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,13 +2,15 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.3.0
5
+ * The version of the OpenAPI document: 0.4.0
6
6
  * Contact: edouard@koppasoft.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { SearchProperties } from './SearchProperties.js';
13
+ import type { SearchTags } from './SearchTags.js';
12
14
  import type { ImageGenerator } from './ImageGenerator.js';
13
15
  import type { SearchKeyword } from './SearchKeyword.js';
14
16
  import type { ImageFormat } from './ImageFormat.js';
@@ -25,11 +27,23 @@ export interface SearchCriteria {
25
27
  */
26
28
  formats?: Array<ImageFormat>;
27
29
  /**
28
- * A filter used by the search which will limit the result entities with the provided text features
30
+ * A filter which limits the result entities with the provided text specifications
29
31
  * @type {SearchKeyword}
30
32
  * @memberof SearchCriteria
31
33
  */
32
34
  keyword?: SearchKeyword;
35
+ /**
36
+ * A filter which limits the result entities with the provided tags specifications
37
+ * @type {SearchTags}
38
+ * @memberof SearchCriteria
39
+ */
40
+ tags?: SearchTags;
41
+ /**
42
+ * A filter which limits the result entities with the provided technical properties
43
+ * @type {SearchProperties}
44
+ * @memberof SearchCriteria
45
+ */
46
+ properties?: SearchProperties;
33
47
  /**
34
48
  * A filter used by the search which will limit the result entities to the provided generator used to produce the image
35
49
  * @type {ImageGenerator}
@@ -4,13 +4,15 @@
4
4
  * Picteus
5
5
  * The Picteus API
6
6
  *
7
- * The version of the OpenAPI document: 0.3.0
7
+ * The version of the OpenAPI document: 0.4.0
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
+ import { SearchPropertiesFromJSON, SearchPropertiesToJSON, } from './SearchProperties.js';
15
+ import { SearchTagsFromJSON, SearchTagsToJSON, } from './SearchTags.js';
14
16
  import { ImageGeneratorFromJSON, ImageGeneratorToJSON, } from './ImageGenerator.js';
15
17
  import { SearchKeywordFromJSON, SearchKeywordToJSON, } from './SearchKeyword.js';
16
18
  import { ImageFormatFromJSON, ImageFormatToJSON, } from './ImageFormat.js';
@@ -30,6 +32,8 @@ export function SearchCriteriaFromJSONTyped(json, ignoreDiscriminator) {
30
32
  return {
31
33
  'formats': json['formats'] == null ? undefined : (json['formats'].map(ImageFormatFromJSON)),
32
34
  'keyword': json['keyword'] == null ? undefined : SearchKeywordFromJSON(json['keyword']),
35
+ 'tags': json['tags'] == null ? undefined : SearchTagsFromJSON(json['tags']),
36
+ 'properties': json['properties'] == null ? undefined : SearchPropertiesFromJSON(json['properties']),
33
37
  'generator': json['generator'] == null ? undefined : ImageGeneratorFromJSON(json['generator']),
34
38
  };
35
39
  }
@@ -43,6 +47,8 @@ export function SearchCriteriaToJSONTyped(value, ignoreDiscriminator = false) {
43
47
  return {
44
48
  'formats': value['formats'] == null ? undefined : (value['formats'].map(ImageFormatToJSON)),
45
49
  'keyword': SearchKeywordToJSON(value['keyword']),
50
+ 'tags': SearchTagsToJSON(value['tags']),
51
+ 'properties': SearchPropertiesToJSON(value['properties']),
46
52
  'generator': ImageGeneratorToJSON(value['generator']),
47
53
  };
48
54
  }
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.3.0
5
+ * The version of the OpenAPI document: 0.4.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.3.0
7
+ * The version of the OpenAPI document: 0.4.0
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,57 @@
1
+ /**
2
+ * Picteus
3
+ * The Picteus API
4
+ *
5
+ * The version of the OpenAPI document: 0.4.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
+ import type { SearchPropertyRange } from './SearchPropertyRange.js';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SearchProperties
17
+ */
18
+ export interface SearchProperties {
19
+ /**
20
+ * The range of the image width
21
+ * @type {SearchPropertyRange}
22
+ * @memberof SearchProperties
23
+ */
24
+ width?: SearchPropertyRange;
25
+ /**
26
+ * The range of the image height
27
+ * @type {SearchPropertyRange}
28
+ * @memberof SearchProperties
29
+ */
30
+ height?: SearchPropertyRange;
31
+ /**
32
+ * The range of the image binary weight
33
+ * @type {SearchPropertyRange}
34
+ * @memberof SearchProperties
35
+ */
36
+ weightInBytes?: SearchPropertyRange;
37
+ /**
38
+ * The range of the image creation dates, expressed in milliseconds from 1970, January 1st
39
+ * @type {SearchPropertyRange}
40
+ * @memberof SearchProperties
41
+ */
42
+ creationDate?: SearchPropertyRange;
43
+ /**
44
+ * The range of the image modification dates, expressed in milliseconds from 1970, January 1st
45
+ * @type {SearchPropertyRange}
46
+ * @memberof SearchProperties
47
+ */
48
+ modificationDate?: SearchPropertyRange;
49
+ }
50
+ /**
51
+ * Check if a given object implements the SearchProperties interface.
52
+ */
53
+ export declare function instanceOfSearchProperties(value: object): value is SearchProperties;
54
+ export declare function SearchPropertiesFromJSON(json: any): SearchProperties;
55
+ export declare function SearchPropertiesFromJSONTyped(json: any, ignoreDiscriminator: boolean): SearchProperties;
56
+ export declare function SearchPropertiesToJSON(json: any): SearchProperties;
57
+ export declare function SearchPropertiesToJSONTyped(value?: SearchProperties | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,50 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Picteus
5
+ * The Picteus API
6
+ *
7
+ * The version of the OpenAPI document: 0.4.0
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 { SearchPropertyRangeFromJSON, SearchPropertyRangeToJSON, } from './SearchPropertyRange.js';
15
+ /**
16
+ * Check if a given object implements the SearchProperties interface.
17
+ */
18
+ export function instanceOfSearchProperties(value) {
19
+ return true;
20
+ }
21
+ export function SearchPropertiesFromJSON(json) {
22
+ return SearchPropertiesFromJSONTyped(json, false);
23
+ }
24
+ export function SearchPropertiesFromJSONTyped(json, ignoreDiscriminator) {
25
+ if (json == null) {
26
+ return json;
27
+ }
28
+ return {
29
+ 'width': json['width'] == null ? undefined : SearchPropertyRangeFromJSON(json['width']),
30
+ 'height': json['height'] == null ? undefined : SearchPropertyRangeFromJSON(json['height']),
31
+ 'weightInBytes': json['weightInBytes'] == null ? undefined : SearchPropertyRangeFromJSON(json['weightInBytes']),
32
+ 'creationDate': json['creationDate'] == null ? undefined : SearchPropertyRangeFromJSON(json['creationDate']),
33
+ 'modificationDate': json['modificationDate'] == null ? undefined : SearchPropertyRangeFromJSON(json['modificationDate']),
34
+ };
35
+ }
36
+ export function SearchPropertiesToJSON(json) {
37
+ return SearchPropertiesToJSONTyped(json, false);
38
+ }
39
+ export function SearchPropertiesToJSONTyped(value, ignoreDiscriminator = false) {
40
+ if (value == null) {
41
+ return value;
42
+ }
43
+ return {
44
+ 'width': SearchPropertyRangeToJSON(value['width']),
45
+ 'height': SearchPropertyRangeToJSON(value['height']),
46
+ 'weightInBytes': SearchPropertyRangeToJSON(value['weightInBytes']),
47
+ 'creationDate': SearchPropertyRangeToJSON(value['creationDate']),
48
+ 'modificationDate': SearchPropertyRangeToJSON(value['modificationDate']),
49
+ };
50
+ }
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Picteus
3
+ * The Picteus API
4
+ *
5
+ * The version of the OpenAPI document: 0.4.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
+ *
14
+ * @export
15
+ * @interface SearchPropertyRange
16
+ */
17
+ export interface SearchPropertyRange {
18
+ /**
19
+ * The minimal value
20
+ * @type {number}
21
+ * @memberof SearchPropertyRange
22
+ */
23
+ minimum?: number;
24
+ /**
25
+ * The maximal value
26
+ * @type {number}
27
+ * @memberof SearchPropertyRange
28
+ */
29
+ maximum?: number;
30
+ }
31
+ /**
32
+ * Check if a given object implements the SearchPropertyRange interface.
33
+ */
34
+ export declare function instanceOfSearchPropertyRange(value: object): value is SearchPropertyRange;
35
+ export declare function SearchPropertyRangeFromJSON(json: any): SearchPropertyRange;
36
+ export declare function SearchPropertyRangeFromJSONTyped(json: any, ignoreDiscriminator: boolean): SearchPropertyRange;
37
+ export declare function SearchPropertyRangeToJSON(json: any): SearchPropertyRange;
38
+ export declare function SearchPropertyRangeToJSONTyped(value?: SearchPropertyRange | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,43 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Picteus
5
+ * The Picteus API
6
+ *
7
+ * The version of the OpenAPI document: 0.4.0
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
+ * Check if a given object implements the SearchPropertyRange interface.
16
+ */
17
+ export function instanceOfSearchPropertyRange(value) {
18
+ return true;
19
+ }
20
+ export function SearchPropertyRangeFromJSON(json) {
21
+ return SearchPropertyRangeFromJSONTyped(json, false);
22
+ }
23
+ export function SearchPropertyRangeFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'minimum': json['minimum'] == null ? undefined : json['minimum'],
29
+ 'maximum': json['maximum'] == null ? undefined : json['maximum'],
30
+ };
31
+ }
32
+ export function SearchPropertyRangeToJSON(json) {
33
+ return SearchPropertyRangeToJSONTyped(json, false);
34
+ }
35
+ export function SearchPropertyRangeToJSONTyped(value, ignoreDiscriminator = false) {
36
+ if (value == null) {
37
+ return value;
38
+ }
39
+ return {
40
+ 'minimum': value['minimum'],
41
+ 'maximum': value['maximum'],
42
+ };
43
+ }
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.3.0
5
+ * The version of the OpenAPI document: 0.4.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.3.0
7
+ * The version of the OpenAPI document: 0.4.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.3.0
5
+ * The version of the OpenAPI document: 0.4.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.3.0
7
+ * The version of the OpenAPI document: 0.4.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.3.0
5
+ * The version of the OpenAPI document: 0.4.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.3.0
7
+ * The version of the OpenAPI document: 0.4.0
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,32 @@
1
+ /**
2
+ * Picteus
3
+ * The Picteus API
4
+ *
5
+ * The version of the OpenAPI document: 0.4.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
+ *
14
+ * @export
15
+ * @interface SearchTags
16
+ */
17
+ export interface SearchTags {
18
+ /**
19
+ * The tags to search for
20
+ * @type {Array<string>}
21
+ * @memberof SearchTags
22
+ */
23
+ values: Array<string>;
24
+ }
25
+ /**
26
+ * Check if a given object implements the SearchTags interface.
27
+ */
28
+ export declare function instanceOfSearchTags(value: object): value is SearchTags;
29
+ export declare function SearchTagsFromJSON(json: any): SearchTags;
30
+ export declare function SearchTagsFromJSONTyped(json: any, ignoreDiscriminator: boolean): SearchTags;
31
+ export declare function SearchTagsToJSON(json: any): SearchTags;
32
+ export declare function SearchTagsToJSONTyped(value?: SearchTags | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,43 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Picteus
5
+ * The Picteus API
6
+ *
7
+ * The version of the OpenAPI document: 0.4.0
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
+ * Check if a given object implements the SearchTags interface.
16
+ */
17
+ export function instanceOfSearchTags(value) {
18
+ if (!('values' in value) || value['values'] === undefined)
19
+ return false;
20
+ return true;
21
+ }
22
+ export function SearchTagsFromJSON(json) {
23
+ return SearchTagsFromJSONTyped(json, false);
24
+ }
25
+ export function SearchTagsFromJSONTyped(json, ignoreDiscriminator) {
26
+ if (json == null) {
27
+ return json;
28
+ }
29
+ return {
30
+ 'values': json['values'],
31
+ };
32
+ }
33
+ export function SearchTagsToJSON(json) {
34
+ return SearchTagsToJSONTyped(json, false);
35
+ }
36
+ export function SearchTagsToJSONTyped(value, ignoreDiscriminator = false) {
37
+ if (value == null) {
38
+ return value;
39
+ }
40
+ return {
41
+ 'values': value['values'],
42
+ };
43
+ }
@@ -2,7 +2,7 @@
2
2
  * Picteus
3
3
  * The Picteus API
4
4
  *
5
- * The version of the OpenAPI document: 0.3.0
5
+ * The version of the OpenAPI document: 0.4.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.3.0
7
+ * The version of the OpenAPI document: 0.4.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.3.0
5
+ * The version of the OpenAPI document: 0.4.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.3.0
7
+ * The version of the OpenAPI document: 0.4.0
8
8
  * Contact: edouard@koppasoft.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,7 +1,11 @@
1
+ export * from './ApiSecret.js';
2
+ export * from './ApiSecretSummary.js';
3
+ export * from './ApiSecretType.js';
1
4
  export * from './Automatic1111Instruction.js';
2
5
  export * from './Automatic1111UserComment.js';
3
6
  export * from './ComfyUiPromptAndWorkflow.js';
4
7
  export * from './CommandEntity.js';
8
+ export * from './ComputedImageFormat.js';
5
9
  export * from './ConfigurationCapability.js';
6
10
  export * from './ConfigurationExtensionCommand.js';
7
11
  export * from './Dates.js';
@@ -28,6 +32,7 @@ export * from './ImageFormat.js';
28
32
  export * from './ImageGenerator.js';
29
33
  export * from './ImageMediaUrl.js';
30
34
  export * from './ImageMetadata.js';
35
+ export * from './ImageResizeRender.js';
31
36
  export * from './ImageSummary.js';
32
37
  export * from './ImageSummaryList.js';
33
38
  export * from './Manifest.js';
@@ -36,8 +41,8 @@ export * from './ManifestCapabilityId.js';
36
41
  export * from './ManifestEvent.js';
37
42
  export * from './ManifestExecution.js';
38
43
  export * from './ManifestExtensionCommand.js';
39
- export * from './ManifestExtensionCommandLabel.js';
40
44
  export * from './ManifestExtensionCommandOn.js';
45
+ export * from './ManifestExtensionCommandSpecification.js';
41
46
  export * from './ManifestInstructions.js';
42
47
  export * from './ManifestInterfaceElement.js';
43
48
  export * from './ManifestRuntime.js';
@@ -51,8 +56,11 @@ export * from './RepositoryLocationType.js';
51
56
  export * from './RepositoryStatus.js';
52
57
  export * from './SearchCriteria.js';
53
58
  export * from './SearchKeyword.js';
59
+ export * from './SearchProperties.js';
60
+ export * from './SearchPropertyRange.js';
54
61
  export * from './SearchRange.js';
55
62
  export * from './SearchSorting.js';
56
63
  export * from './SearchSortingProperty.js';
64
+ export * from './SearchTags.js';
57
65
  export * from './Settings.js';
58
66
  export * from './UserInterfaceAnchor.js';
@@ -1,9 +1,13 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
+ export * from './ApiSecret.js';
4
+ export * from './ApiSecretSummary.js';
5
+ export * from './ApiSecretType.js';
3
6
  export * from './Automatic1111Instruction.js';
4
7
  export * from './Automatic1111UserComment.js';
5
8
  export * from './ComfyUiPromptAndWorkflow.js';
6
9
  export * from './CommandEntity.js';
10
+ export * from './ComputedImageFormat.js';
7
11
  export * from './ConfigurationCapability.js';
8
12
  export * from './ConfigurationExtensionCommand.js';
9
13
  export * from './Dates.js';
@@ -30,6 +34,7 @@ export * from './ImageFormat.js';
30
34
  export * from './ImageGenerator.js';
31
35
  export * from './ImageMediaUrl.js';
32
36
  export * from './ImageMetadata.js';
37
+ export * from './ImageResizeRender.js';
33
38
  export * from './ImageSummary.js';
34
39
  export * from './ImageSummaryList.js';
35
40
  export * from './Manifest.js';
@@ -38,8 +43,8 @@ export * from './ManifestCapabilityId.js';
38
43
  export * from './ManifestEvent.js';
39
44
  export * from './ManifestExecution.js';
40
45
  export * from './ManifestExtensionCommand.js';
41
- export * from './ManifestExtensionCommandLabel.js';
42
46
  export * from './ManifestExtensionCommandOn.js';
47
+ export * from './ManifestExtensionCommandSpecification.js';
43
48
  export * from './ManifestInstructions.js';
44
49
  export * from './ManifestInterfaceElement.js';
45
50
  export * from './ManifestRuntime.js';
@@ -53,8 +58,11 @@ export * from './RepositoryLocationType.js';
53
58
  export * from './RepositoryStatus.js';
54
59
  export * from './SearchCriteria.js';
55
60
  export * from './SearchKeyword.js';
61
+ export * from './SearchProperties.js';
62
+ export * from './SearchPropertyRange.js';
56
63
  export * from './SearchRange.js';
57
64
  export * from './SearchSorting.js';
58
65
  export * from './SearchSortingProperty.js';
66
+ export * from './SearchTags.js';
59
67
  export * from './Settings.js';
60
68
  export * from './UserInterfaceAnchor.js';