@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.
- package/dist/sdk/models/operations/createdataset.d.ts +1 -1
- package/dist/sdk/models/operations/creategeneration.d.ts +1 -1
- package/dist/sdk/models/operations/createmodel.d.ts +1 -1
- package/dist/sdk/models/operations/createvariationnobg.d.ts +1 -1
- package/dist/sdk/models/operations/createvariationupscale.d.ts +1 -1
- package/dist/sdk/models/operations/deletedatasetbyid.d.ts +1 -1
- package/dist/sdk/models/operations/deletegenerationbyid.d.ts +1 -1
- package/dist/sdk/models/operations/deletegenerationstextureid.d.ts +1 -1
- package/dist/sdk/models/operations/deleteinitimagebyid.d.ts +1 -1
- package/dist/sdk/models/operations/deletemodelbyid.d.ts +1 -1
- package/dist/sdk/models/operations/deletemodels3did.d.ts +1 -1
- package/dist/sdk/models/operations/getdatasetbyid.d.ts +1 -1
- package/dist/sdk/models/operations/getelements.d.ts +1 -1
- package/dist/sdk/models/operations/getgenerationbyid.d.ts +1 -1
- package/dist/sdk/models/operations/getgenerationsbyuserid.d.ts +1 -1
- package/dist/sdk/models/operations/getinitimagebyid.d.ts +1 -1
- package/dist/sdk/models/operations/getmodelbyid.d.ts +1 -1
- package/dist/sdk/models/operations/getplatformmodels.d.ts +1 -1
- package/dist/sdk/models/operations/getuserself.d.ts +1 -1
- package/dist/sdk/models/operations/getvariationbyid.d.ts +1 -1
- package/dist/sdk/models/operations/postgenerationstexture.d.ts +1 -1
- package/dist/sdk/models/operations/postmodels3dupload.d.ts +1 -1
- package/dist/sdk/models/operations/postvariationsunzoom.d.ts +1 -1
- package/dist/sdk/models/operations/uploaddatasetimage.d.ts +1 -1
- package/dist/sdk/models/operations/uploaddatasetimagefromgen.d.ts +1 -1
- package/dist/sdk/models/operations/uploadinitimage.d.ts +1 -1
- package/dist/sdk/sdk.js +3 -3
- package/docs/sdk/models/operations/createdatasetresponse.md +1 -1
- package/docs/sdk/models/operations/creategenerationresponse.md +1 -1
- package/docs/sdk/models/operations/createmodelresponse.md +1 -1
- package/docs/sdk/models/operations/createvariationnobgresponse.md +1 -1
- package/docs/sdk/models/operations/createvariationupscaleresponse.md +1 -1
- package/docs/sdk/models/operations/deletedatasetbyidresponse.md +1 -1
- package/docs/sdk/models/operations/deletegenerationbyidresponse.md +1 -1
- package/docs/sdk/models/operations/deletegenerationstextureidresponse.md +1 -1
- package/docs/sdk/models/operations/deleteinitimagebyidresponse.md +1 -1
- package/docs/sdk/models/operations/deletemodelbyidresponse.md +1 -1
- package/docs/sdk/models/operations/deletemodels3didresponse.md +1 -1
- package/docs/sdk/models/operations/getdatasetbyidresponse.md +1 -1
- package/docs/sdk/models/operations/getelementsresponse.md +1 -1
- package/docs/sdk/models/operations/getgenerationbyidresponse.md +1 -1
- package/docs/sdk/models/operations/getgenerationsbyuseridresponse.md +1 -1
- package/docs/sdk/models/operations/getinitimagebyidresponse.md +1 -1
- package/docs/sdk/models/operations/getmodelbyidresponse.md +1 -1
- package/docs/sdk/models/operations/getplatformmodelsresponse.md +1 -1
- package/docs/sdk/models/operations/getuserselfresponse.md +1 -1
- package/docs/sdk/models/operations/getvariationbyidresponse.md +1 -1
- package/docs/sdk/models/operations/postgenerationstextureresponse.md +1 -1
- package/docs/sdk/models/operations/postmodels3duploadresponse.md +1 -1
- package/docs/sdk/models/operations/postvariationsunzoomresponse.md +1 -1
- package/docs/sdk/models/operations/uploaddatasetimagefromgenresponse.md +1 -1
- package/docs/sdk/models/operations/uploaddatasetimageresponse.md +1 -1
- package/docs/sdk/models/operations/uploadinitimageresponse.md +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
170
|
+
rawResponse: AxiosResponse;
|
|
171
171
|
/**
|
|
172
172
|
* Responses for POST /generations
|
|
173
173
|
*/
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
36
|
+
rawResponse: AxiosResponse;
|
|
37
37
|
/**
|
|
38
38
|
* Responses for DELETE /init-image/{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
|
|
46
|
+
rawResponse: AxiosResponse;
|
|
47
47
|
/**
|
|
48
48
|
* Responses for DELETE /api/rest/v1/models-3d/{id}
|
|
49
49
|
*/
|
|
@@ -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
|
|
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
|
|
155
|
+
rawResponse: AxiosResponse;
|
|
156
156
|
/**
|
|
157
157
|
* Responses for GET /generations/user/{userId}
|
|
158
158
|
*/
|
|
@@ -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
|
|
46
|
+
rawResponse: AxiosResponse;
|
|
47
47
|
/**
|
|
48
48
|
* Responses for GET /api/rest/v1/platformModels
|
|
49
49
|
*/
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
43
|
+
rawResponse: AxiosResponse;
|
|
44
44
|
/**
|
|
45
45
|
* Responses for POST /datasets/{datasetId}/upload/gen
|
|
46
46
|
*/
|
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.
|
|
56
|
-
this.genVersion = "2.
|
|
57
|
-
this.userAgent = "speakeasy-sdk/typescript 2.1.
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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) | :
|
|
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 |
|