@leonardo-ai/sdk 1.64.2 → 2.0.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 (190) hide show
  1. package/README.md +69 -10
  2. package/dist/sdk/dataset.js +5 -5
  3. package/dist/sdk/element.js +1 -1
  4. package/dist/sdk/generation.js +6 -6
  5. package/dist/sdk/initimage.js +3 -3
  6. package/dist/sdk/model.js +6 -6
  7. package/dist/sdk/models/operations/createdataset.d.ts +4 -4
  8. package/dist/sdk/models/operations/createdataset.js +17 -17
  9. package/dist/sdk/models/operations/creategeneration.d.ts +7 -7
  10. package/dist/sdk/models/operations/creategeneration.js +18 -18
  11. package/dist/sdk/models/operations/createmodel.d.ts +4 -4
  12. package/dist/sdk/models/operations/createmodel.js +18 -18
  13. package/dist/sdk/models/operations/createvariationnobg.d.ts +4 -4
  14. package/dist/sdk/models/operations/createvariationnobg.js +18 -18
  15. package/dist/sdk/models/operations/createvariationupscale.d.ts +4 -4
  16. package/dist/sdk/models/operations/createvariationupscale.js +18 -18
  17. package/dist/sdk/models/operations/deletedatasetbyid.d.ts +4 -4
  18. package/dist/sdk/models/operations/deletedatasetbyid.js +17 -17
  19. package/dist/sdk/models/operations/deletegenerationbyid.d.ts +4 -4
  20. package/dist/sdk/models/operations/deletegenerationbyid.js +17 -17
  21. package/dist/sdk/models/operations/deletegenerationstextureid.d.ts +4 -4
  22. package/dist/sdk/models/operations/deletegenerationstextureid.js +17 -17
  23. package/dist/sdk/models/operations/deleteinitimagebyid.d.ts +4 -4
  24. package/dist/sdk/models/operations/deleteinitimagebyid.js +17 -17
  25. package/dist/sdk/models/operations/deletemodelbyid.d.ts +4 -4
  26. package/dist/sdk/models/operations/deletemodelbyid.js +17 -17
  27. package/dist/sdk/models/operations/deletemodels3did.d.ts +4 -4
  28. package/dist/sdk/models/operations/deletemodels3did.js +17 -17
  29. package/dist/sdk/models/operations/getdatasetbyid.d.ts +6 -6
  30. package/dist/sdk/models/operations/getdatasetbyid.js +32 -32
  31. package/dist/sdk/models/operations/getelements.d.ts +4 -4
  32. package/dist/sdk/models/operations/getelements.js +25 -25
  33. package/dist/sdk/models/operations/getgenerationbyid.d.ts +13 -13
  34. package/dist/sdk/models/operations/getgenerationbyid.js +87 -93
  35. package/dist/sdk/models/operations/getgenerationsbyuserid.d.ts +13 -13
  36. package/dist/sdk/models/operations/getgenerationsbyuserid.js +87 -95
  37. package/dist/sdk/models/operations/getinitimagebyid.d.ts +4 -4
  38. package/dist/sdk/models/operations/getinitimagebyid.js +19 -19
  39. package/dist/sdk/models/operations/getmodelbyid.d.ts +4 -4
  40. package/dist/sdk/models/operations/getmodelbyid.js +28 -28
  41. package/dist/sdk/models/operations/getplatformmodels.d.ts +6 -6
  42. package/dist/sdk/models/operations/getplatformmodels.js +31 -31
  43. package/dist/sdk/models/operations/getuserself.d.ts +6 -6
  44. package/dist/sdk/models/operations/getuserself.js +31 -31
  45. package/dist/sdk/models/operations/getvariationbyid.d.ts +4 -4
  46. package/dist/sdk/models/operations/getvariationbyid.js +21 -23
  47. package/dist/sdk/models/operations/postgenerationstexture.d.ts +4 -4
  48. package/dist/sdk/models/operations/postgenerationstexture.js +18 -18
  49. package/dist/sdk/models/operations/postmodels3dupload.d.ts +4 -4
  50. package/dist/sdk/models/operations/postmodels3dupload.js +20 -20
  51. package/dist/sdk/models/operations/postvariationsunzoom.d.ts +4 -4
  52. package/dist/sdk/models/operations/postvariationsunzoom.js +18 -18
  53. package/dist/sdk/models/operations/uploaddatasetimage.d.ts +4 -4
  54. package/dist/sdk/models/operations/uploaddatasetimage.js +20 -20
  55. package/dist/sdk/models/operations/uploaddatasetimagefromgen.d.ts +4 -4
  56. package/dist/sdk/models/operations/uploaddatasetimagefromgen.js +17 -17
  57. package/dist/sdk/models/operations/uploadinitimage.d.ts +4 -4
  58. package/dist/sdk/models/operations/uploadinitimage.js +20 -20
  59. package/dist/sdk/sdk.js +3 -3
  60. package/dist/sdk/user.js +1 -1
  61. package/dist/sdk/variation.js +4 -4
  62. package/docs/models/operations/createdatasetresponse.md +6 -6
  63. package/docs/models/operations/createdatasetresponsebody.md +10 -0
  64. package/docs/models/operations/creategenerationrequestbody.md +3 -3
  65. package/docs/models/operations/creategenerationresponse.md +6 -6
  66. package/docs/models/operations/creategenerationresponsebody.md +10 -0
  67. package/docs/models/operations/createmodelresponse.md +6 -6
  68. package/docs/models/operations/createmodelresponsebody.md +10 -0
  69. package/docs/models/operations/createvariationnobgresponse.md +6 -6
  70. package/docs/models/operations/createvariationnobgresponsebody.md +10 -0
  71. package/docs/models/operations/createvariationupscaleresponse.md +6 -6
  72. package/docs/models/operations/{getdatasetbyid200applicationjson.md → createvariationupscaleresponsebody.md} +3 -3
  73. package/docs/models/operations/{createvariationupscale200applicationjsonsdupscalejoboutput.md → createvariationupscalesdupscalejoboutput.md} +1 -1
  74. package/docs/models/operations/{deletemodelbyid200applicationjsoncustommodels.md → custommodels.md} +1 -1
  75. package/docs/models/operations/{uploaddatasetimagefromgen200applicationjsondatasetgenuploadoutput.md → datasetgenuploadoutput.md} +1 -1
  76. package/docs/models/operations/{getdatasetbyid200applicationjsondatasetsdatasetimages.md → datasetimages.md} +1 -1
  77. package/docs/models/operations/{createdataset200applicationjsondatasets.md → datasets.md} +1 -1
  78. package/docs/models/operations/{uploadinitimage200applicationjsoninitimageuploadoutput.md → datasetuploadoutput.md} +1 -1
  79. package/docs/models/operations/{deletedatasetbyid200applicationjsondatasets.md → deletedatasetbyiddatasets.md} +1 -1
  80. package/docs/models/operations/deletedatasetbyidresponse.md +6 -6
  81. package/docs/models/operations/deletedatasetbyidresponsebody.md +10 -0
  82. package/docs/models/operations/deletegenerationbyidresponse.md +6 -6
  83. package/docs/models/operations/deletegenerationbyidresponsebody.md +10 -0
  84. package/docs/models/operations/deletegenerationstextureidresponse.md +6 -6
  85. package/docs/models/operations/deletegenerationstextureidresponsebody.md +10 -0
  86. package/docs/models/operations/deleteinitimagebyidresponse.md +6 -6
  87. package/docs/models/operations/deleteinitimagebyidresponsebody.md +10 -0
  88. package/docs/models/operations/deletemodelbyidresponse.md +6 -6
  89. package/docs/models/operations/deletemodelbyidresponsebody.md +10 -0
  90. package/docs/models/operations/deletemodels3didresponse.md +6 -6
  91. package/docs/models/operations/deletemodels3didresponsebody.md +10 -0
  92. package/docs/models/operations/{getgenerationbyid200applicationjsongenerationsgenerationelementsloras.md → elements.md} +1 -1
  93. package/docs/models/operations/generatedimages.md +14 -0
  94. package/docs/models/operations/{getvariationbyid200applicationjsongeneratedimagevariationgeneric.md → generatedimagevariationgeneric.md} +1 -1
  95. package/docs/models/operations/generationelements.md +12 -0
  96. package/docs/models/operations/{deletegenerationbyid200applicationjsongenerations.md → generations.md} +1 -1
  97. package/docs/models/operations/getdatasetbyiddatasets.md +15 -0
  98. package/docs/models/operations/getdatasetbyidresponse.md +6 -6
  99. package/docs/models/operations/getdatasetbyidresponsebody.md +10 -0
  100. package/docs/models/operations/getelementsresponse.md +6 -6
  101. package/docs/models/operations/getelementsresponsebody.md +10 -0
  102. package/docs/models/operations/{getgenerationbyid200applicationjsongenerationsgeneratedimagesgeneratedimagevariationgeneric.md → getgenerationbyidgeneratedimagevariationgeneric.md} +1 -1
  103. package/docs/models/operations/{getgenerationbyid200applicationjsongenerations.md → getgenerationbyidgenerations.md} +4 -4
  104. package/docs/models/operations/{getgenerationsbyuserid200applicationjsongenerationsgenerationelementselements.md → getgenerationbyidloras.md} +1 -1
  105. package/docs/models/operations/getgenerationbyidresponse.md +6 -6
  106. package/docs/models/operations/getgenerationbyidresponsebody.md +10 -0
  107. package/docs/models/operations/{getgenerationbyid200applicationjsongenerationsgenerationelements.md → getgenerationsbyuseridgeneratedimages.md} +9 -7
  108. package/docs/models/operations/{getgenerationsbyuserid200applicationjsongenerationsgeneratedimagesgeneratedimagevariationgeneric.md → getgenerationsbyuseridgeneratedimagevariationgeneric.md} +1 -1
  109. package/docs/models/operations/getgenerationsbyuseridgenerationelements.md +12 -0
  110. package/docs/models/operations/{getgenerationsbyuserid200applicationjsongenerations.md → getgenerationsbyuseridgenerations.md} +4 -4
  111. package/docs/models/operations/getgenerationsbyuseridresponse.md +6 -6
  112. package/docs/models/operations/getgenerationsbyuseridresponsebody.md +10 -0
  113. package/docs/models/operations/{getinitimagebyid200applicationjsoninitimages.md → getinitimagebyidinitimages.md} +1 -1
  114. package/docs/models/operations/getinitimagebyidresponse.md +6 -6
  115. package/docs/models/operations/getinitimagebyidresponsebody.md +10 -0
  116. package/docs/models/operations/{getmodelbyid200applicationjsoncustommodels.md → getmodelbyidcustommodels.md} +1 -1
  117. package/docs/models/operations/getmodelbyidresponse.md +6 -6
  118. package/docs/models/operations/getmodelbyidresponsebody.md +10 -0
  119. package/docs/models/operations/getplatformmodelscustommodels.md +15 -0
  120. package/docs/models/operations/{getplatformmodels200applicationjsoncustommodelsgeneratedimages.md → getplatformmodelsgeneratedimages.md} +1 -1
  121. package/docs/models/operations/getplatformmodelsresponse.md +6 -6
  122. package/docs/models/operations/getplatformmodelsresponsebody.md +10 -0
  123. package/docs/models/operations/getuserselfresponse.md +6 -6
  124. package/docs/models/operations/getuserselfresponsebody.md +10 -0
  125. package/docs/models/operations/getvariationbyidresponse.md +6 -6
  126. package/docs/models/operations/getvariationbyidresponsebody.md +10 -0
  127. package/docs/models/operations/{deleteinitimagebyid200applicationjsoninitimages.md → initimages.md} +1 -1
  128. package/docs/models/operations/{uploaddatasetimage200applicationjsondatasetuploadoutput.md → initimageuploadoutput.md} +1 -1
  129. package/docs/models/operations/{getelements200applicationjsonloras.md → loras.md} +1 -1
  130. package/docs/models/operations/{deletemodels3did200applicationjsonmodelassets.md → modelassets.md} +1 -1
  131. package/docs/models/operations/{deletegenerationstextureid200applicationjsonmodelassettexturegenerations.md → modelassettexturegenerations.md} +1 -1
  132. package/docs/models/operations/{postmodels3dupload200applicationjsonmodelassetuploadoutput.md → modelassetuploadoutput.md} +1 -1
  133. package/docs/models/operations/postgenerationstextureresponse.md +6 -6
  134. package/docs/models/operations/postgenerationstextureresponsebody.md +10 -0
  135. package/docs/models/operations/postmodels3duploadresponse.md +6 -6
  136. package/docs/models/operations/postmodels3duploadresponsebody.md +10 -0
  137. package/docs/models/operations/postvariationsunzoomresponse.md +6 -6
  138. package/docs/models/operations/postvariationsunzoomresponsebody.md +10 -0
  139. package/docs/models/operations/{creategeneration200applicationjsonsdgenerationoutput.md → sdgenerationoutput.md} +1 -1
  140. package/docs/models/operations/{createmodel200applicationjsonsdtrainingoutput.md → sdtrainingoutput.md} +1 -1
  141. package/docs/models/operations/{postvariationsunzoom200applicationjsonsdunzoomoutput.md → sdunzoomoutput.md} +1 -1
  142. package/docs/models/operations/{createvariationnobg200applicationjsonsdupscalejoboutput.md → sdupscalejoboutput.md} +1 -1
  143. package/docs/models/operations/{postgenerationstexture200applicationjsontexturegenerationjoboutput.md → texturegenerationjoboutput.md} +1 -1
  144. package/docs/models/operations/uploaddatasetimagefromgenresponse.md +6 -6
  145. package/docs/models/operations/uploaddatasetimagefromgenresponsebody.md +10 -0
  146. package/docs/models/operations/uploaddatasetimageresponse.md +6 -6
  147. package/docs/models/operations/uploaddatasetimageresponsebody.md +10 -0
  148. package/docs/models/operations/uploadinitimageresponse.md +6 -6
  149. package/docs/models/operations/uploadinitimageresponsebody.md +10 -0
  150. package/docs/models/operations/userdetails.md +15 -0
  151. package/docs/models/operations/{getuserself200applicationjsonuserdetailsusers.md → users.md} +1 -1
  152. package/docs/sdks/dataset/README.md +6 -1
  153. package/docs/sdks/element/README.md +2 -1
  154. package/docs/sdks/generation/README.md +7 -1
  155. package/docs/sdks/initimage/README.md +4 -1
  156. package/docs/sdks/model/README.md +7 -1
  157. package/docs/sdks/user/README.md +2 -1
  158. package/docs/sdks/variation/README.md +5 -1
  159. package/package.json +1 -1
  160. package/docs/models/operations/createdataset200applicationjson.md +0 -10
  161. package/docs/models/operations/creategeneration200applicationjson.md +0 -10
  162. package/docs/models/operations/createmodel200applicationjson.md +0 -10
  163. package/docs/models/operations/createvariationnobg200applicationjson.md +0 -10
  164. package/docs/models/operations/createvariationupscale200applicationjson.md +0 -10
  165. package/docs/models/operations/deletedatasetbyid200applicationjson.md +0 -10
  166. package/docs/models/operations/deletegenerationbyid200applicationjson.md +0 -10
  167. package/docs/models/operations/deletegenerationstextureid200applicationjson.md +0 -10
  168. package/docs/models/operations/deleteinitimagebyid200applicationjson.md +0 -10
  169. package/docs/models/operations/deletemodelbyid200applicationjson.md +0 -10
  170. package/docs/models/operations/deletemodels3did200applicationjson.md +0 -10
  171. package/docs/models/operations/getdatasetbyid200applicationjsondatasets.md +0 -15
  172. package/docs/models/operations/getelements200applicationjson.md +0 -10
  173. package/docs/models/operations/getgenerationbyid200applicationjson.md +0 -10
  174. package/docs/models/operations/getgenerationbyid200applicationjsongenerationsgeneratedimages.md +0 -14
  175. package/docs/models/operations/getgenerationsbyuserid200applicationjson.md +0 -10
  176. package/docs/models/operations/getgenerationsbyuserid200applicationjsongenerationsgeneratedimages.md +0 -14
  177. package/docs/models/operations/getgenerationsbyuserid200applicationjsongenerationsgenerationelements.md +0 -12
  178. package/docs/models/operations/getinitimagebyid200applicationjson.md +0 -10
  179. package/docs/models/operations/getmodelbyid200applicationjson.md +0 -10
  180. package/docs/models/operations/getplatformmodels200applicationjson.md +0 -10
  181. package/docs/models/operations/getplatformmodels200applicationjsoncustommodels.md +0 -15
  182. package/docs/models/operations/getuserself200applicationjson.md +0 -10
  183. package/docs/models/operations/getuserself200applicationjsonuserdetails.md +0 -15
  184. package/docs/models/operations/getvariationbyid200applicationjson.md +0 -10
  185. package/docs/models/operations/postgenerationstexture200applicationjson.md +0 -10
  186. package/docs/models/operations/postmodels3dupload200applicationjson.md +0 -10
  187. package/docs/models/operations/postvariationsunzoom200applicationjson.md +0 -10
  188. package/docs/models/operations/uploaddatasetimage200applicationjson.md +0 -10
  189. package/docs/models/operations/uploaddatasetimagefromgen200applicationjson.md +0 -10
  190. package/docs/models/operations/uploadinitimage200applicationjson.md +0 -10
package/dist/sdk/sdk.js CHANGED
@@ -52,9 +52,9 @@ var SDKConfiguration = /** @class */ (function () {
52
52
  function SDKConfiguration(init) {
53
53
  this.language = "typescript";
54
54
  this.openapiDocVersion = "v1.0.0";
55
- this.sdkVersion = "1.64.2";
56
- this.genVersion = "2.172.0";
57
- this.userAgent = "speakeasy-sdk/typescript 1.64.2 2.172.0 v1.0.0 @leonardo-ai/sdk";
55
+ this.sdkVersion = "2.0.0";
56
+ this.genVersion = "2.175.0";
57
+ this.userAgent = "speakeasy-sdk/typescript 2.0.0 2.175.0 v1.0.0 @leonardo-ai/sdk";
58
58
  Object.assign(this, init);
59
59
  }
60
60
  return SDKConfiguration;
package/dist/sdk/user.js CHANGED
@@ -128,7 +128,7 @@ var User = /** @class */ (function () {
128
128
  switch (true) {
129
129
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
130
130
  if (utils.matchContentType(contentType, "application/json")) {
131
- res.getUserSelf200ApplicationJSONObject = utils.objectToClass(JSON.parse(decodedRes), operations.GetUserSelf200ApplicationJSON);
131
+ res.object = utils.objectToClass(JSON.parse(decodedRes), operations.GetUserSelfResponseBody);
132
132
  }
133
133
  else {
134
134
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -159,7 +159,7 @@ var Variation = /** @class */ (function () {
159
159
  switch (true) {
160
160
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
161
161
  if (utils.matchContentType(contentType, "application/json")) {
162
- res.createVariationNoBG200ApplicationJSONObject = utils.objectToClass(JSON.parse(decodedRes), operations.CreateVariationNoBg200ApplicationJSON);
162
+ res.object = utils.objectToClass(JSON.parse(decodedRes), operations.CreateVariationNoBGResponseBody);
163
163
  }
164
164
  else {
165
165
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -230,7 +230,7 @@ var Variation = /** @class */ (function () {
230
230
  switch (true) {
231
231
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
232
232
  if (utils.matchContentType(contentType, "application/json")) {
233
- res.createVariationUpscale200ApplicationJSONObject = utils.objectToClass(JSON.parse(decodedRes), operations.CreateVariationUpscale200ApplicationJSON);
233
+ res.object = utils.objectToClass(JSON.parse(decodedRes), operations.CreateVariationUpscaleResponseBody);
234
234
  }
235
235
  else {
236
236
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -291,7 +291,7 @@ var Variation = /** @class */ (function () {
291
291
  switch (true) {
292
292
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
293
293
  if (utils.matchContentType(contentType, "application/json")) {
294
- res.getVariationById200ApplicationJSONObject = utils.objectToClass(JSON.parse(decodedRes), operations.GetVariationById200ApplicationJSON);
294
+ res.object = utils.objectToClass(JSON.parse(decodedRes), operations.GetVariationByIdResponseBody);
295
295
  }
296
296
  else {
297
297
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -362,7 +362,7 @@ var Variation = /** @class */ (function () {
362
362
  switch (true) {
363
363
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
364
364
  if (utils.matchContentType(contentType, "application/json")) {
365
- res.postVariationsUnzoom200ApplicationJSONObject = utils.objectToClass(JSON.parse(decodedRes), operations.PostVariationsUnzoom200ApplicationJSON);
365
+ res.object = utils.objectToClass(JSON.parse(decodedRes), operations.PostVariationsUnzoomResponseBody);
366
366
  }
367
367
  else {
368
368
  throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
@@ -3,9 +3,9 @@
3
3
 
4
4
  ## Fields
5
5
 
6
- | Field | Type | Required | Description |
7
- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
- | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
- | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
- | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
- | `createDataset200ApplicationJSONObject` | [CreateDataset200ApplicationJSON](../../models/operations/createdataset200applicationjson.md) | :heavy_minus_sign: | Responses for POST /datasets |
6
+ | Field | Type | Required | Description |
7
+ | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
8
+ | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
+ | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
+ | `object` | [CreateDatasetResponseBody](../../models/operations/createdatasetresponsebody.md) | :heavy_minus_sign: | Responses for POST /datasets |
@@ -0,0 +1,10 @@
1
+ # CreateDatasetResponseBody
2
+
3
+ Responses for POST /datasets
4
+
5
+
6
+ ## Fields
7
+
8
+ | Field | Type | Required | Description |
9
+ | ----------------------------------------------- | ----------------------------------------------- | ----------------------------------------------- | ----------------------------------------------- |
10
+ | `insertDatasetsOne` | [Datasets](../../models/operations/datasets.md) | :heavy_minus_sign: | columns and relationships of "datasets" |
@@ -14,7 +14,7 @@ Query parameters to be provided in the request body as a JSON object
14
14
  | `elements` | [shared.ElementInput](../../models/shared/elementinput.md)[] | :heavy_minus_sign: | N/A |
15
15
  | `expandedDomain` | *boolean* | :heavy_minus_sign: | Enable to use the Expanded Domain feature of Alchemy. |
16
16
  | `guidanceScale` | *number* | :heavy_minus_sign: | How strongly the generation should reflect the prompt. 7 is recommended. Must be between 1 and 20. |
17
- | `height` | *number* | :heavy_minus_sign: | The height of the images. Must be between 32 and 1024 and be a multiple of 8. |
17
+ | `height` | *number* | :heavy_minus_sign: | The input height of the images. Must be between 32 and 1024 and be a multiple of 8. Note: Input resolution is not always the same as output resolution due to upscaling from other features. |
18
18
  | `highContrast` | *boolean* | :heavy_minus_sign: | Enable to use the High Contrast feature of Prompt Magic. Note: Controls RAW mode. Set to false to enable RAW mode. |
19
19
  | `highResolution` | *boolean* | :heavy_minus_sign: | Enable to use the High Resolution feature of Prompt Magic. |
20
20
  | `imagePromptWeight` | *number* | :heavy_minus_sign: | N/A |
@@ -28,7 +28,7 @@ Query parameters to be provided in the request body as a JSON object
28
28
  | `numImages` | *number* | :heavy_minus_sign: | The number of images to generate. Must be between 1 and 8. If either width or height is over 768, must be between 1 and 4. |
29
29
  | `numInferenceSteps` | *number* | :heavy_minus_sign: | The number of inference steps to use for the generation. Must be between 30 and 60. |
30
30
  | `photoReal` | *boolean* | :heavy_minus_sign: | Enable the photoReal feature. Requires enabling alchemy and unspecifying modelId. |
31
- | `photoRealStrength` | *number* | :heavy_minus_sign: | Depth of field of photoReal. Must be 0.55 for low, 0.5 for medium, or 0.45 for high. |
31
+ | `photoRealStrength` | *number* | :heavy_minus_sign: | Depth of field of photoReal. Must be 0.55 for low, 0.5 for medium, or 0.45 for high. Defaults to 0.55 if not specified. |
32
32
  | `presetStyle` | [shared.SdGenerationStyle](../../models/shared/sdgenerationstyle.md) | :heavy_minus_sign: | The style to generate images with. When photoReal is enabled, use CINEMATIC, CREATIVE, VIBRANT, or NONE. When alchemy is disabled, use LEONARDO or NONE. When alchemy is enabled, use ANIME, CREATIVE, DYNAMIC, ENVIRONMENT, GENERAL, ILLUSTRATION, PHOTOGRAPHY, RAYTRACED, RENDER_3D, SKETCH_BW, SKETCH_COLOR, or NONE. |
33
33
  | `prompt` | *string* | :heavy_minus_sign: | The prompt used to generate images |
34
34
  | `promptMagic` | *boolean* | :heavy_minus_sign: | Enable to use Prompt Magic. |
@@ -43,4 +43,4 @@ Query parameters to be provided in the request body as a JSON object
43
43
  | `unzoomAmount` | *number* | :heavy_minus_sign: | How much the image should be unzoomed (requires an init_image_id and unzoom to be set to true). |
44
44
  | `upscaleRatio` | *number* | :heavy_minus_sign: | How much the image should be upscaled. (Enterprise Only) |
45
45
  | `weighting` | *number* | :heavy_minus_sign: | How much weighting to use for generation. |
46
- | `width` | *number* | :heavy_minus_sign: | The width of the images. Must be between 32 and 1024 and be a multiple of 8. |
46
+ | `width` | *number* | :heavy_minus_sign: | The input width of the images. Must be between 32 and 1024 and be a multiple of 8. Note: Input resolution is not always the same as output resolution due to upscaling from other features. |
@@ -3,9 +3,9 @@
3
3
 
4
4
  ## Fields
5
5
 
6
- | Field | Type | Required | Description |
7
- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
8
- | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
- | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
- | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
- | `createGeneration200ApplicationJSONObject` | [CreateGeneration200ApplicationJSON](../../models/operations/creategeneration200applicationjson.md) | :heavy_minus_sign: | Responses for POST /generations |
6
+ | Field | Type | Required | Description |
7
+ | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
8
+ | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
+ | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
+ | `object` | [CreateGenerationResponseBody](../../models/operations/creategenerationresponsebody.md) | :heavy_minus_sign: | Responses for POST /generations |
@@ -0,0 +1,10 @@
1
+ # CreateGenerationResponseBody
2
+
3
+ Responses for POST /generations
4
+
5
+
6
+ ## Fields
7
+
8
+ | Field | Type | Required | Description |
9
+ | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
10
+ | `sdGenerationJob` | [SDGenerationOutput](../../models/operations/sdgenerationoutput.md) | :heavy_minus_sign: | N/A |
@@ -3,9 +3,9 @@
3
3
 
4
4
  ## Fields
5
5
 
6
- | Field | Type | Required | Description |
7
- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
8
- | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
- | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
- | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
- | `createModel200ApplicationJSONObject` | [CreateModel200ApplicationJSON](../../models/operations/createmodel200applicationjson.md) | :heavy_minus_sign: | Responses for POST /models |
6
+ | Field | Type | Required | Description |
7
+ | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
8
+ | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
+ | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
+ | `object` | [CreateModelResponseBody](../../models/operations/createmodelresponsebody.md) | :heavy_minus_sign: | Responses for POST /models |
@@ -0,0 +1,10 @@
1
+ # CreateModelResponseBody
2
+
3
+ Responses for POST /models
4
+
5
+
6
+ ## Fields
7
+
8
+ | Field | Type | Required | Description |
9
+ | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
10
+ | `sdTrainingJob` | [SDTrainingOutput](../../models/operations/sdtrainingoutput.md) | :heavy_minus_sign: | N/A |
@@ -3,9 +3,9 @@
3
3
 
4
4
  ## Fields
5
5
 
6
- | Field | Type | Required | Description |
7
- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
8
- | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
- | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
- | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
- | `createVariationNoBG200ApplicationJSONObject` | [CreateVariationNoBg200ApplicationJSON](../../models/operations/createvariationnobg200applicationjson.md) | :heavy_minus_sign: | Responses for POST /variations/nobg |
6
+ | Field | Type | Required | Description |
7
+ | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
+ | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
+ | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
+ | `object` | [CreateVariationNoBGResponseBody](../../models/operations/createvariationnobgresponsebody.md) | :heavy_minus_sign: | Responses for POST /variations/nobg |
@@ -0,0 +1,10 @@
1
+ # CreateVariationNoBGResponseBody
2
+
3
+ Responses for POST /variations/nobg
4
+
5
+
6
+ ## Fields
7
+
8
+ | Field | Type | Required | Description |
9
+ | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
10
+ | `sdNobgJob` | [SDUpscaleJobOutput](../../models/operations/sdupscalejoboutput.md) | :heavy_minus_sign: | N/A |
@@ -3,9 +3,9 @@
3
3
 
4
4
  ## Fields
5
5
 
6
- | Field | Type | Required | Description |
7
- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
8
- | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
- | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
- | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
- | `createVariationUpscale200ApplicationJSONObject` | [CreateVariationUpscale200ApplicationJSON](../../models/operations/createvariationupscale200applicationjson.md) | :heavy_minus_sign: | Responses for POST /variations/upscale |
6
+ | Field | Type | Required | Description |
7
+ | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
8
+ | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
+ | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
+ | `object` | [CreateVariationUpscaleResponseBody](../../models/operations/createvariationupscaleresponsebody.md) | :heavy_minus_sign: | Responses for POST /variations/upscale |
@@ -1,10 +1,10 @@
1
- # GetDatasetById200ApplicationJSON
1
+ # CreateVariationUpscaleResponseBody
2
2
 
3
- Responses for GET /datasets/{id}
3
+ Responses for POST /variations/upscale
4
4
 
5
5
 
6
6
  ## Fields
7
7
 
8
8
  | Field | Type | Required | Description |
9
9
  | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
10
- | `datasetsByPk` | [GetDatasetById200ApplicationJSONDatasets](../../models/operations/getdatasetbyid200applicationjsondatasets.md) | :heavy_minus_sign: | columns and relationships of "datasets" |
10
+ | `sdUpscaleJob` | [CreateVariationUpscaleSDUpscaleJobOutput](../../models/operations/createvariationupscalesdupscalejoboutput.md) | :heavy_minus_sign: | N/A |
@@ -1,4 +1,4 @@
1
- # CreateVariationUpscale200ApplicationJSONSDUpscaleJobOutput
1
+ # CreateVariationUpscaleSDUpscaleJobOutput
2
2
 
3
3
 
4
4
  ## Fields
@@ -1,4 +1,4 @@
1
- # DeleteModelById200ApplicationJSONCustomModels
1
+ # CustomModels
2
2
 
3
3
  columns and relationships of "custom_models"
4
4
 
@@ -1,4 +1,4 @@
1
- # UploadDatasetImageFromGen200ApplicationJSONDatasetGenUploadOutput
1
+ # DatasetGenUploadOutput
2
2
 
3
3
 
4
4
  ## Fields
@@ -1,4 +1,4 @@
1
- # GetDatasetById200ApplicationJSONDatasetsDatasetImages
1
+ # DatasetImages
2
2
 
3
3
  columns and relationships of "dataset_images"
4
4
 
@@ -1,4 +1,4 @@
1
- # CreateDataset200ApplicationJSONDatasets
1
+ # Datasets
2
2
 
3
3
  columns and relationships of "datasets"
4
4
 
@@ -1,4 +1,4 @@
1
- # UploadInitImage200ApplicationJSONInitImageUploadOutput
1
+ # DatasetUploadOutput
2
2
 
3
3
 
4
4
  ## Fields
@@ -1,4 +1,4 @@
1
- # DeleteDatasetById200ApplicationJSONDatasets
1
+ # DeleteDatasetByIdDatasets
2
2
 
3
3
  columns and relationships of "datasets"
4
4
 
@@ -3,9 +3,9 @@
3
3
 
4
4
  ## Fields
5
5
 
6
- | Field | Type | Required | Description |
7
- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
8
- | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
- | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
- | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
- | `deleteDatasetById200ApplicationJSONObject` | [DeleteDatasetById200ApplicationJSON](../../models/operations/deletedatasetbyid200applicationjson.md) | :heavy_minus_sign: | Responses for DELETE /datasets/{id} |
6
+ | Field | Type | Required | Description |
7
+ | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
8
+ | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
+ | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
+ | `object` | [DeleteDatasetByIdResponseBody](../../models/operations/deletedatasetbyidresponsebody.md) | :heavy_minus_sign: | Responses for DELETE /datasets/{id} |
@@ -0,0 +1,10 @@
1
+ # DeleteDatasetByIdResponseBody
2
+
3
+ Responses for DELETE /datasets/{id}
4
+
5
+
6
+ ## Fields
7
+
8
+ | Field | Type | Required | Description |
9
+ | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
10
+ | `deleteDatasetsByPk` | [DeleteDatasetByIdDatasets](../../models/operations/deletedatasetbyiddatasets.md) | :heavy_minus_sign: | columns and relationships of "datasets" |
@@ -3,9 +3,9 @@
3
3
 
4
4
  ## Fields
5
5
 
6
- | Field | Type | Required | Description |
7
- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
8
- | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
- | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
- | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
- | `deleteGenerationById200ApplicationJSONObject` | [DeleteGenerationById200ApplicationJSON](../../models/operations/deletegenerationbyid200applicationjson.md) | :heavy_minus_sign: | Responses for DELETE /generations/{id} |
6
+ | Field | Type | Required | Description |
7
+ | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
8
+ | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
+ | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
+ | `object` | [DeleteGenerationByIdResponseBody](../../models/operations/deletegenerationbyidresponsebody.md) | :heavy_minus_sign: | Responses for DELETE /generations/{id} |
@@ -0,0 +1,10 @@
1
+ # DeleteGenerationByIdResponseBody
2
+
3
+ Responses for DELETE /generations/{id}
4
+
5
+
6
+ ## Fields
7
+
8
+ | Field | Type | Required | Description |
9
+ | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
10
+ | `deleteGenerationsByPk` | [Generations](../../models/operations/generations.md) | :heavy_minus_sign: | columns and relationships of "generations" |
@@ -3,9 +3,9 @@
3
3
 
4
4
  ## Fields
5
5
 
6
- | Field | Type | Required | Description |
7
- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
8
- | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
- | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
- | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
- | `deleteGenerationsTextureId200ApplicationJSONObject` | [DeleteGenerationsTextureId200ApplicationJSON](../../models/operations/deletegenerationstextureid200applicationjson.md) | :heavy_minus_sign: | Responses for DELETE /api/rest/v1/generations-texture/{id} |
6
+ | Field | Type | Required | Description |
7
+ | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
8
+ | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
+ | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
+ | `object` | [DeleteGenerationsTextureIdResponseBody](../../models/operations/deletegenerationstextureidresponsebody.md) | :heavy_minus_sign: | Responses for DELETE /api/rest/v1/generations-texture/{id} |
@@ -0,0 +1,10 @@
1
+ # DeleteGenerationsTextureIdResponseBody
2
+
3
+ Responses for DELETE /api/rest/v1/generations-texture/{id}
4
+
5
+
6
+ ## Fields
7
+
8
+ | Field | Type | Required | Description |
9
+ | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
10
+ | `deleteModelAssetTextureGenerationsByPk` | [ModelAssetTextureGenerations](../../models/operations/modelassettexturegenerations.md) | :heavy_minus_sign: | columns and relationships of "model_asset_texture_generations" |
@@ -3,9 +3,9 @@
3
3
 
4
4
  ## Fields
5
5
 
6
- | Field | Type | Required | Description |
7
- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
8
- | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
- | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
- | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
- | `deleteInitImageById200ApplicationJSONObject` | [DeleteInitImageById200ApplicationJSON](../../models/operations/deleteinitimagebyid200applicationjson.md) | :heavy_minus_sign: | Responses for DELETE /init-image/{id} |
6
+ | Field | Type | Required | Description |
7
+ | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
+ | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
+ | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
+ | `object` | [DeleteInitImageByIdResponseBody](../../models/operations/deleteinitimagebyidresponsebody.md) | :heavy_minus_sign: | Responses for DELETE /init-image/{id} |
@@ -0,0 +1,10 @@
1
+ # DeleteInitImageByIdResponseBody
2
+
3
+ Responses for DELETE /init-image/{id}
4
+
5
+
6
+ ## Fields
7
+
8
+ | Field | Type | Required | Description |
9
+ | --------------------------------------------------- | --------------------------------------------------- | --------------------------------------------------- | --------------------------------------------------- |
10
+ | `deleteInitImagesByPk` | [InitImages](../../models/operations/initimages.md) | :heavy_minus_sign: | columns and relationships of "init_images" |
@@ -3,9 +3,9 @@
3
3
 
4
4
  ## Fields
5
5
 
6
- | Field | Type | Required | Description |
7
- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
8
- | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
- | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
- | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
- | `deleteModelById200ApplicationJSONObject` | [DeleteModelById200ApplicationJSON](../../models/operations/deletemodelbyid200applicationjson.md) | :heavy_minus_sign: | Responses for DELETE /models/{id} |
6
+ | Field | Type | Required | Description |
7
+ | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8
+ | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
+ | `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11
+ | `object` | [DeleteModelByIdResponseBody](../../models/operations/deletemodelbyidresponsebody.md) | :heavy_minus_sign: | Responses for DELETE /models/{id} |
@@ -0,0 +1,10 @@
1
+ # DeleteModelByIdResponseBody
2
+
3
+ Responses for DELETE /models/{id}
4
+
5
+
6
+ ## Fields
7
+
8
+ | Field | Type | Required | Description |
9
+ | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
10
+ | `deleteCustomModelsByPk` | [CustomModels](../../models/operations/custommodels.md) | :heavy_minus_sign: | columns and relationships of "custom_models" |