@leonardo-ai/sdk 2.1.3 → 2.1.4

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 (54) hide show
  1. package/dist/sdk/models/operations/createdataset.d.ts +1 -1
  2. package/dist/sdk/models/operations/creategeneration.d.ts +1 -1
  3. package/dist/sdk/models/operations/createmodel.d.ts +1 -1
  4. package/dist/sdk/models/operations/createvariationnobg.d.ts +1 -1
  5. package/dist/sdk/models/operations/createvariationupscale.d.ts +1 -1
  6. package/dist/sdk/models/operations/deletedatasetbyid.d.ts +1 -1
  7. package/dist/sdk/models/operations/deletegenerationbyid.d.ts +1 -1
  8. package/dist/sdk/models/operations/deletegenerationstextureid.d.ts +1 -1
  9. package/dist/sdk/models/operations/deleteinitimagebyid.d.ts +1 -1
  10. package/dist/sdk/models/operations/deletemodelbyid.d.ts +1 -1
  11. package/dist/sdk/models/operations/deletemodels3did.d.ts +1 -1
  12. package/dist/sdk/models/operations/getdatasetbyid.d.ts +1 -1
  13. package/dist/sdk/models/operations/getelements.d.ts +1 -1
  14. package/dist/sdk/models/operations/getgenerationbyid.d.ts +1 -1
  15. package/dist/sdk/models/operations/getgenerationsbyuserid.d.ts +1 -1
  16. package/dist/sdk/models/operations/getinitimagebyid.d.ts +1 -1
  17. package/dist/sdk/models/operations/getmodelbyid.d.ts +1 -1
  18. package/dist/sdk/models/operations/getplatformmodels.d.ts +1 -1
  19. package/dist/sdk/models/operations/getuserself.d.ts +1 -1
  20. package/dist/sdk/models/operations/getvariationbyid.d.ts +1 -1
  21. package/dist/sdk/models/operations/postgenerationstexture.d.ts +1 -1
  22. package/dist/sdk/models/operations/postmodels3dupload.d.ts +1 -1
  23. package/dist/sdk/models/operations/postvariationsunzoom.d.ts +1 -1
  24. package/dist/sdk/models/operations/uploaddatasetimage.d.ts +1 -1
  25. package/dist/sdk/models/operations/uploaddatasetimagefromgen.d.ts +1 -1
  26. package/dist/sdk/models/operations/uploadinitimage.d.ts +1 -1
  27. package/dist/sdk/sdk.js +3 -3
  28. package/docs/sdk/models/operations/createdatasetresponse.md +1 -1
  29. package/docs/sdk/models/operations/creategenerationresponse.md +1 -1
  30. package/docs/sdk/models/operations/createmodelresponse.md +1 -1
  31. package/docs/sdk/models/operations/createvariationnobgresponse.md +1 -1
  32. package/docs/sdk/models/operations/createvariationupscaleresponse.md +1 -1
  33. package/docs/sdk/models/operations/deletedatasetbyidresponse.md +1 -1
  34. package/docs/sdk/models/operations/deletegenerationbyidresponse.md +1 -1
  35. package/docs/sdk/models/operations/deletegenerationstextureidresponse.md +1 -1
  36. package/docs/sdk/models/operations/deleteinitimagebyidresponse.md +1 -1
  37. package/docs/sdk/models/operations/deletemodelbyidresponse.md +1 -1
  38. package/docs/sdk/models/operations/deletemodels3didresponse.md +1 -1
  39. package/docs/sdk/models/operations/getdatasetbyidresponse.md +1 -1
  40. package/docs/sdk/models/operations/getelementsresponse.md +1 -1
  41. package/docs/sdk/models/operations/getgenerationbyidresponse.md +1 -1
  42. package/docs/sdk/models/operations/getgenerationsbyuseridresponse.md +1 -1
  43. package/docs/sdk/models/operations/getinitimagebyidresponse.md +1 -1
  44. package/docs/sdk/models/operations/getmodelbyidresponse.md +1 -1
  45. package/docs/sdk/models/operations/getplatformmodelsresponse.md +1 -1
  46. package/docs/sdk/models/operations/getuserselfresponse.md +1 -1
  47. package/docs/sdk/models/operations/getvariationbyidresponse.md +1 -1
  48. package/docs/sdk/models/operations/postgenerationstextureresponse.md +1 -1
  49. package/docs/sdk/models/operations/postmodels3duploadresponse.md +1 -1
  50. package/docs/sdk/models/operations/postvariationsunzoomresponse.md +1 -1
  51. package/docs/sdk/models/operations/uploaddatasetimagefromgenresponse.md +1 -1
  52. package/docs/sdk/models/operations/uploaddatasetimageresponse.md +1 -1
  53. package/docs/sdk/models/operations/uploadinitimageresponse.md +1 -1
  54. package/package.json +1 -1
@@ -40,7 +40,7 @@ export declare class CreateDatasetResponse extends SpeakeasyBase {
40
40
  /**
41
41
  * Raw HTTP response; suitable for custom response parsing
42
42
  */
43
- rawResponse?: AxiosResponse;
43
+ rawResponse: AxiosResponse;
44
44
  /**
45
45
  * Responses for POST /datasets
46
46
  */
@@ -167,7 +167,7 @@ export declare class CreateGenerationResponse extends SpeakeasyBase {
167
167
  /**
168
168
  * Raw HTTP response; suitable for custom response parsing
169
169
  */
170
- rawResponse?: AxiosResponse;
170
+ rawResponse: AxiosResponse;
171
171
  /**
172
172
  * Responses for POST /generations
173
173
  */
@@ -67,7 +67,7 @@ export declare class CreateModelResponse extends SpeakeasyBase {
67
67
  /**
68
68
  * Raw HTTP response; suitable for custom response parsing
69
69
  */
70
- rawResponse?: AxiosResponse;
70
+ rawResponse: AxiosResponse;
71
71
  /**
72
72
  * Responses for POST /models
73
73
  */
@@ -32,7 +32,7 @@ export declare class CreateVariationNoBGResponse extends SpeakeasyBase {
32
32
  /**
33
33
  * Raw HTTP response; suitable for custom response parsing
34
34
  */
35
- rawResponse?: AxiosResponse;
35
+ rawResponse: AxiosResponse;
36
36
  /**
37
37
  * Responses for POST /variations/nobg
38
38
  */
@@ -31,7 +31,7 @@ export declare class CreateVariationUpscaleResponse extends SpeakeasyBase {
31
31
  /**
32
32
  * Raw HTTP response; suitable for custom response parsing
33
33
  */
34
- rawResponse?: AxiosResponse;
34
+ rawResponse: AxiosResponse;
35
35
  /**
36
36
  * Responses for POST /variations/upscale
37
37
  */
@@ -33,7 +33,7 @@ export declare class DeleteDatasetByIdResponse extends SpeakeasyBase {
33
33
  /**
34
34
  * Raw HTTP response; suitable for custom response parsing
35
35
  */
36
- rawResponse?: AxiosResponse;
36
+ rawResponse: AxiosResponse;
37
37
  /**
38
38
  * Responses for DELETE /datasets/{id}
39
39
  */
@@ -33,7 +33,7 @@ export declare class DeleteGenerationByIdResponse extends SpeakeasyBase {
33
33
  /**
34
34
  * Raw HTTP response; suitable for custom response parsing
35
35
  */
36
- rawResponse?: AxiosResponse;
36
+ rawResponse: AxiosResponse;
37
37
  /**
38
38
  * Responses for DELETE /generations/{id}
39
39
  */
@@ -43,7 +43,7 @@ export declare class DeleteGenerationsTextureIdResponse extends SpeakeasyBase {
43
43
  /**
44
44
  * Raw HTTP response; suitable for custom response parsing
45
45
  */
46
- rawResponse?: AxiosResponse;
46
+ rawResponse: AxiosResponse;
47
47
  /**
48
48
  * Responses for DELETE /api/rest/v1/generations-texture/{id}
49
49
  */
@@ -33,7 +33,7 @@ export declare class DeleteInitImageByIdResponse extends SpeakeasyBase {
33
33
  /**
34
34
  * Raw HTTP response; suitable for custom response parsing
35
35
  */
36
- rawResponse?: AxiosResponse;
36
+ rawResponse: AxiosResponse;
37
37
  /**
38
38
  * Responses for DELETE /init-image/{id}
39
39
  */
@@ -33,7 +33,7 @@ export declare class DeleteModelByIdResponse extends SpeakeasyBase {
33
33
  /**
34
34
  * Raw HTTP response; suitable for custom response parsing
35
35
  */
36
- rawResponse?: AxiosResponse;
36
+ rawResponse: AxiosResponse;
37
37
  /**
38
38
  * Responses for DELETE /models/{id}
39
39
  */
@@ -43,7 +43,7 @@ export declare class DeleteModels3dIdResponse extends SpeakeasyBase {
43
43
  /**
44
44
  * Raw HTTP response; suitable for custom response parsing
45
45
  */
46
- rawResponse?: AxiosResponse;
46
+ rawResponse: AxiosResponse;
47
47
  /**
48
48
  * Responses for DELETE /api/rest/v1/models-3d/{id}
49
49
  */
@@ -46,7 +46,7 @@ export declare class GetDatasetByIdResponse extends SpeakeasyBase {
46
46
  /**
47
47
  * Raw HTTP response; suitable for custom response parsing
48
48
  */
49
- rawResponse?: AxiosResponse;
49
+ rawResponse: AxiosResponse;
50
50
  /**
51
51
  * Responses for GET /datasets/{id}
52
52
  */
@@ -60,7 +60,7 @@ export declare class GetElementsResponse extends SpeakeasyBase {
60
60
  /**
61
61
  * Raw HTTP response; suitable for custom response parsing
62
62
  */
63
- rawResponse?: AxiosResponse;
63
+ rawResponse: AxiosResponse;
64
64
  /**
65
65
  * Responses for GET /api/rest/v1/elements
66
66
  */
@@ -156,7 +156,7 @@ export declare class GetGenerationByIdResponse extends SpeakeasyBase {
156
156
  /**
157
157
  * Raw HTTP response; suitable for custom response parsing
158
158
  */
159
- rawResponse?: AxiosResponse;
159
+ rawResponse: AxiosResponse;
160
160
  /**
161
161
  * Responses for GET /generations/{id}
162
162
  */
@@ -152,7 +152,7 @@ export declare class GetGenerationsByUserIdResponse extends SpeakeasyBase {
152
152
  /**
153
153
  * Raw HTTP response; suitable for custom response parsing
154
154
  */
155
- rawResponse?: AxiosResponse;
155
+ rawResponse: AxiosResponse;
156
156
  /**
157
157
  * Responses for GET /generations/user/{userId}
158
158
  */
@@ -35,7 +35,7 @@ export declare class GetInitImageByIdResponse extends SpeakeasyBase {
35
35
  /**
36
36
  * Raw HTTP response; suitable for custom response parsing
37
37
  */
38
- rawResponse?: AxiosResponse;
38
+ rawResponse: AxiosResponse;
39
39
  /**
40
40
  * Responses for GET /init-image/{id}
41
41
  */
@@ -54,7 +54,7 @@ export declare class GetModelByIdResponse extends SpeakeasyBase {
54
54
  /**
55
55
  * Raw HTTP response; suitable for custom response parsing
56
56
  */
57
- rawResponse?: AxiosResponse;
57
+ rawResponse: AxiosResponse;
58
58
  /**
59
59
  * Responses for GET /models/{id}
60
60
  */
@@ -43,7 +43,7 @@ export declare class GetPlatformModelsResponse extends SpeakeasyBase {
43
43
  /**
44
44
  * Raw HTTP response; suitable for custom response parsing
45
45
  */
46
- rawResponse?: AxiosResponse;
46
+ rawResponse: AxiosResponse;
47
47
  /**
48
48
  * Responses for GET /api/rest/v1/platformModels
49
49
  */
@@ -39,7 +39,7 @@ export declare class GetUserSelfResponse extends SpeakeasyBase {
39
39
  /**
40
40
  * Raw HTTP response; suitable for custom response parsing
41
41
  */
42
- rawResponse?: AxiosResponse;
42
+ rawResponse: AxiosResponse;
43
43
  /**
44
44
  * Responses for GET /me
45
45
  */
@@ -41,7 +41,7 @@ export declare class GetVariationByIdResponse extends SpeakeasyBase {
41
41
  /**
42
42
  * Raw HTTP response; suitable for custom response parsing
43
43
  */
44
- rawResponse?: AxiosResponse;
44
+ rawResponse: AxiosResponse;
45
45
  /**
46
46
  * Responses for GET /variations/{id}
47
47
  */
@@ -38,7 +38,7 @@ export declare class PostGenerationsTextureResponse extends SpeakeasyBase {
38
38
  /**
39
39
  * Raw HTTP response; suitable for custom response parsing
40
40
  */
41
- rawResponse?: AxiosResponse;
41
+ rawResponse: AxiosResponse;
42
42
  /**
43
43
  * Responses for POST /api/rest/v1/generations-texture
44
44
  */
@@ -31,7 +31,7 @@ export declare class PostModels3dUploadResponse extends SpeakeasyBase {
31
31
  /**
32
32
  * Raw HTTP response; suitable for custom response parsing
33
33
  */
34
- rawResponse?: AxiosResponse;
34
+ rawResponse: AxiosResponse;
35
35
  /**
36
36
  * Responses for POST /api/rest/v1/models-3d/upload
37
37
  */
@@ -32,7 +32,7 @@ export declare class PostVariationsUnzoomResponse extends SpeakeasyBase {
32
32
  /**
33
33
  * Raw HTTP response; suitable for custom response parsing
34
34
  */
35
- rawResponse?: AxiosResponse;
35
+ rawResponse: AxiosResponse;
36
36
  /**
37
37
  * Responses for POST /api/rest/v1/variations/unzoom
38
38
  */
@@ -43,7 +43,7 @@ export declare class UploadDatasetImageResponse extends SpeakeasyBase {
43
43
  /**
44
44
  * Raw HTTP response; suitable for custom response parsing
45
45
  */
46
- rawResponse?: AxiosResponse;
46
+ rawResponse: AxiosResponse;
47
47
  /**
48
48
  * Responses for POST /datasets/{datasetId}/upload
49
49
  */
@@ -40,7 +40,7 @@ export declare class UploadDatasetImageFromGenResponse extends SpeakeasyBase {
40
40
  /**
41
41
  * Raw HTTP response; suitable for custom response parsing
42
42
  */
43
- rawResponse?: AxiosResponse;
43
+ rawResponse: AxiosResponse;
44
44
  /**
45
45
  * Responses for POST /datasets/{datasetId}/upload/gen
46
46
  */
@@ -33,7 +33,7 @@ export declare class UploadInitImageResponse extends SpeakeasyBase {
33
33
  /**
34
34
  * Raw HTTP response; suitable for custom response parsing
35
35
  */
36
- rawResponse?: AxiosResponse;
36
+ rawResponse: AxiosResponse;
37
37
  /**
38
38
  * Responses for POST /init-image
39
39
  */
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 = "2.1.3";
56
- this.genVersion = "2.191.3";
57
- this.userAgent = "speakeasy-sdk/typescript 2.1.3 2.191.3 v1.0.0 @leonardo-ai/sdk";
55
+ this.sdkVersion = "2.1.4";
56
+ this.genVersion = "2.192.6";
57
+ this.userAgent = "speakeasy-sdk/typescript 2.1.4 2.192.6 v1.0.0 @leonardo-ai/sdk";
58
58
  Object.assign(this, init);
59
59
  }
60
60
  return SDKConfiguration;
@@ -7,5 +7,5 @@
7
7
  | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.CreateDatasetResponseBody](../../../sdk/models/operations/createdatasetresponsebody.md) | :heavy_minus_sign: | Responses for POST /datasets |
@@ -7,5 +7,5 @@
7
7
  | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.CreateGenerationResponseBody](../../../sdk/models/operations/creategenerationresponsebody.md) | :heavy_minus_sign: | Responses for POST /generations |
@@ -7,5 +7,5 @@
7
7
  | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.CreateModelResponseBody](../../../sdk/models/operations/createmodelresponsebody.md) | :heavy_minus_sign: | Responses for POST /models |
@@ -7,5 +7,5 @@
7
7
  | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.CreateVariationNoBGResponseBody](../../../sdk/models/operations/createvariationnobgresponsebody.md) | :heavy_minus_sign: | Responses for POST /variations/nobg |
@@ -7,5 +7,5 @@
7
7
  | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.CreateVariationUpscaleResponseBody](../../../sdk/models/operations/createvariationupscaleresponsebody.md) | :heavy_minus_sign: | Responses for POST /variations/upscale |
@@ -7,5 +7,5 @@
7
7
  | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.DeleteDatasetByIdResponseBody](../../../sdk/models/operations/deletedatasetbyidresponsebody.md) | :heavy_minus_sign: | Responses for DELETE /datasets/{id} |
@@ -7,5 +7,5 @@
7
7
  | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.DeleteGenerationByIdResponseBody](../../../sdk/models/operations/deletegenerationbyidresponsebody.md) | :heavy_minus_sign: | Responses for DELETE /generations/{id} |
@@ -7,5 +7,5 @@
7
7
  | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.DeleteGenerationsTextureIdResponseBody](../../../sdk/models/operations/deletegenerationstextureidresponsebody.md) | :heavy_minus_sign: | Responses for DELETE /api/rest/v1/generations-texture/{id} |
@@ -7,5 +7,5 @@
7
7
  | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.DeleteInitImageByIdResponseBody](../../../sdk/models/operations/deleteinitimagebyidresponsebody.md) | :heavy_minus_sign: | Responses for DELETE /init-image/{id} |
@@ -7,5 +7,5 @@
7
7
  | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.DeleteModelByIdResponseBody](../../../sdk/models/operations/deletemodelbyidresponsebody.md) | :heavy_minus_sign: | Responses for DELETE /models/{id} |
@@ -7,5 +7,5 @@
7
7
  | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.DeleteModels3dIdResponseBody](../../../sdk/models/operations/deletemodels3didresponsebody.md) | :heavy_minus_sign: | Responses for DELETE /api/rest/v1/models-3d/{id} |
@@ -7,5 +7,5 @@
7
7
  | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.GetDatasetByIdResponseBody](../../../sdk/models/operations/getdatasetbyidresponsebody.md) | :heavy_minus_sign: | Responses for GET /datasets/{id} |
@@ -7,5 +7,5 @@
7
7
  | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.GetElementsResponseBody](../../../sdk/models/operations/getelementsresponsebody.md) | :heavy_minus_sign: | Responses for GET /api/rest/v1/elements |
@@ -7,5 +7,5 @@
7
7
  | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.GetGenerationByIdResponseBody](../../../sdk/models/operations/getgenerationbyidresponsebody.md) | :heavy_minus_sign: | Responses for GET /generations/{id} |
@@ -7,5 +7,5 @@
7
7
  | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.GetGenerationsByUserIdResponseBody](../../../sdk/models/operations/getgenerationsbyuseridresponsebody.md) | :heavy_minus_sign: | Responses for GET /generations/user/{userId} |
@@ -7,5 +7,5 @@
7
7
  | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.GetInitImageByIdResponseBody](../../../sdk/models/operations/getinitimagebyidresponsebody.md) | :heavy_minus_sign: | Responses for GET /init-image/{id} |
@@ -7,5 +7,5 @@
7
7
  | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.GetModelByIdResponseBody](../../../sdk/models/operations/getmodelbyidresponsebody.md) | :heavy_minus_sign: | Responses for GET /models/{id} |
@@ -7,5 +7,5 @@
7
7
  | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.GetPlatformModelsResponseBody](../../../sdk/models/operations/getplatformmodelsresponsebody.md) | :heavy_minus_sign: | Responses for GET /api/rest/v1/platformModels |
@@ -7,5 +7,5 @@
7
7
  | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.GetUserSelfResponseBody](../../../sdk/models/operations/getuserselfresponsebody.md) | :heavy_minus_sign: | Responses for GET /me |
@@ -7,5 +7,5 @@
7
7
  | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.GetVariationByIdResponseBody](../../../sdk/models/operations/getvariationbyidresponsebody.md) | :heavy_minus_sign: | Responses for GET /variations/{id} |
@@ -7,5 +7,5 @@
7
7
  | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.PostGenerationsTextureResponseBody](../../../sdk/models/operations/postgenerationstextureresponsebody.md) | :heavy_minus_sign: | Responses for POST /api/rest/v1/generations-texture |
@@ -7,5 +7,5 @@
7
7
  | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.PostModels3dUploadResponseBody](../../../sdk/models/operations/postmodels3duploadresponsebody.md) | :heavy_minus_sign: | Responses for POST /api/rest/v1/models-3d/upload |
@@ -7,5 +7,5 @@
7
7
  | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.PostVariationsUnzoomResponseBody](../../../sdk/models/operations/postvariationsunzoomresponsebody.md) | :heavy_minus_sign: | Responses for POST /api/rest/v1/variations/unzoom |
@@ -7,5 +7,5 @@
7
7
  | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.UploadDatasetImageFromGenResponseBody](../../../sdk/models/operations/uploaddatasetimagefromgenresponsebody.md) | :heavy_minus_sign: | Responses for POST /datasets/{datasetId}/upload/gen |
@@ -7,5 +7,5 @@
7
7
  | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.UploadDatasetImageResponseBody](../../../sdk/models/operations/uploaddatasetimageresponsebody.md) | :heavy_minus_sign: | Responses for POST /datasets/{datasetId}/upload |
@@ -7,5 +7,5 @@
7
7
  | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
8
8
  | `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9
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 |
10
+ | `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11
11
  | `object` | [operations.UploadInitImageResponseBody](../../../sdk/models/operations/uploadinitimageresponsebody.md) | :heavy_minus_sign: | Responses for POST /init-image |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leonardo-ai/sdk",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "author": "leonardoai",
5
5
  "scripts": {
6
6
  "prepare": "tsc --build",