@leonardo-ai/sdk 1.1.1 → 1.2.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.
- package/README.md +28 -27
- package/dist/sdk/{creatingdatasets.d.ts → dataset.d.ts} +13 -13
- package/dist/sdk/{creatingdatasets.js → dataset.js} +46 -46
- package/dist/sdk/{generatingimages.d.ts → generation.d.ts} +12 -12
- package/dist/sdk/{generatingimages.js → generation.js} +45 -45
- package/dist/sdk/{initimages.d.ts → initimage.d.ts} +5 -5
- package/dist/sdk/{initimages.js → initimage.js} +15 -15
- package/dist/sdk/{trainingmodels.d.ts → model.d.ts} +9 -9
- package/dist/sdk/{trainingmodels.js → model.js} +38 -38
- package/dist/sdk/models/operations/createdataset.d.ts +22 -0
- package/dist/sdk/models/operations/createdataset.js +104 -0
- package/dist/sdk/models/operations/creategeneration.d.ts +33 -0
- package/dist/sdk/models/operations/{postgenerations.js → creategeneration.js} +62 -38
- package/dist/sdk/models/operations/createmodel.d.ts +26 -0
- package/dist/sdk/models/operations/{postmodels.js → createmodel.js} +55 -31
- package/dist/sdk/models/operations/createvariationupscale.d.ts +18 -0
- package/dist/sdk/models/operations/createvariationupscale.js +96 -0
- package/dist/sdk/models/operations/deletedatasetsid.d.ts +10 -1
- package/dist/sdk/models/operations/deletedatasetsid.js +31 -3
- package/dist/sdk/models/operations/deletegenerationsid.d.ts +10 -1
- package/dist/sdk/models/operations/deletegenerationsid.js +31 -3
- package/dist/sdk/models/operations/deleteinitimageid.d.ts +10 -1
- package/dist/sdk/models/operations/deleteinitimageid.js +31 -3
- package/dist/sdk/models/operations/deletemodelsid.d.ts +10 -1
- package/dist/sdk/models/operations/deletemodelsid.js +31 -3
- package/dist/sdk/models/operations/getdatasetbyid.d.ts +34 -0
- package/dist/sdk/models/operations/getdatasetbyid.js +144 -0
- package/dist/sdk/models/operations/getgenerationbyid.d.ts +55 -0
- package/dist/sdk/models/operations/getgenerationbyid.js +220 -0
- package/dist/sdk/models/operations/getgenerationsbyuserid.d.ts +60 -0
- package/dist/sdk/models/operations/getgenerationsbyuserid.js +240 -0
- package/dist/sdk/models/operations/getinitimagebyid.d.ts +23 -0
- package/dist/sdk/models/operations/getinitimagebyid.js +108 -0
- package/dist/sdk/models/operations/getmodelbyid.d.ts +32 -0
- package/dist/sdk/models/operations/getmodelbyid.js +144 -0
- package/dist/sdk/models/operations/getuserself.d.ts +23 -0
- package/dist/sdk/models/operations/getuserself.js +100 -0
- package/dist/sdk/models/operations/getvariationbyid.d.ts +25 -0
- package/dist/sdk/models/operations/getvariationbyid.js +116 -0
- package/dist/sdk/models/operations/index.d.ts +14 -14
- package/dist/sdk/models/operations/index.js +14 -14
- package/dist/sdk/models/operations/uploaddatasetimage.d.ts +25 -0
- package/dist/sdk/models/operations/uploaddatasetimage.js +124 -0
- package/dist/sdk/models/operations/uploaddatasetimagefromgen.d.ts +22 -0
- package/dist/sdk/models/operations/uploaddatasetimagefromgen.js +112 -0
- package/dist/sdk/models/operations/uploadinitimage.d.ts +22 -0
- package/dist/sdk/models/operations/uploadinitimage.js +112 -0
- package/dist/sdk/sdk.d.ts +12 -12
- package/dist/sdk/sdk.js +13 -13
- package/dist/sdk/{userinformation.d.ts → user.d.ts} +3 -3
- package/dist/sdk/{userinformation.js → user.js} +8 -8
- package/dist/sdk/{imagevariations.d.ts → variation.d.ts} +7 -7
- package/dist/sdk/{imagevariations.js → variation.js} +30 -30
- package/package.json +2 -19
- package/dist/sdk/models/operations/getdatasetsid.d.ts +0 -12
- package/dist/sdk/models/operations/getdatasetsid.js +0 -72
- package/dist/sdk/models/operations/getgenerationsid.d.ts +0 -12
- package/dist/sdk/models/operations/getgenerationsid.js +0 -72
- package/dist/sdk/models/operations/getgenerationsuseruserid.d.ts +0 -17
- package/dist/sdk/models/operations/getgenerationsuseruserid.js +0 -92
- package/dist/sdk/models/operations/getinitimageid.d.ts +0 -12
- package/dist/sdk/models/operations/getinitimageid.js +0 -72
- package/dist/sdk/models/operations/getme.d.ts +0 -6
- package/dist/sdk/models/operations/getme.js +0 -48
- package/dist/sdk/models/operations/getmodelsid.d.ts +0 -12
- package/dist/sdk/models/operations/getmodelsid.js +0 -72
- package/dist/sdk/models/operations/getvariationsid.d.ts +0 -12
- package/dist/sdk/models/operations/getvariationsid.js +0 -72
- package/dist/sdk/models/operations/postdatasets.d.ts +0 -13
- package/dist/sdk/models/operations/postdatasets.js +0 -76
- package/dist/sdk/models/operations/postdatasetsdatasetidupload.d.ts +0 -16
- package/dist/sdk/models/operations/postdatasetsdatasetidupload.js +0 -88
- package/dist/sdk/models/operations/postdatasetsdatasetiduploadgen.d.ts +0 -16
- package/dist/sdk/models/operations/postdatasetsdatasetiduploadgen.js +0 -88
- package/dist/sdk/models/operations/postgenerations.d.ts +0 -27
- package/dist/sdk/models/operations/postinitimage.d.ts +0 -12
- package/dist/sdk/models/operations/postinitimage.js +0 -72
- package/dist/sdk/models/operations/postmodels.d.ts +0 -20
- package/dist/sdk/models/operations/postvariationsupscale.d.ts +0 -12
- package/dist/sdk/models/operations/postvariationsupscale.js +0 -72
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
20
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
21
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
22
|
-
};
|
|
23
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
24
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
25
|
-
};
|
|
26
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
-
exports.GetGenerationsUserUserIdResponse = exports.GetGenerationsUserUserIdRequest = exports.GetGenerationsUserUserIdQueryParams = exports.GetGenerationsUserUserIdPathParams = void 0;
|
|
28
|
-
var utils_1 = require("../../../internal/utils");
|
|
29
|
-
var GetGenerationsUserUserIdPathParams = /** @class */ (function (_super) {
|
|
30
|
-
__extends(GetGenerationsUserUserIdPathParams, _super);
|
|
31
|
-
function GetGenerationsUserUserIdPathParams() {
|
|
32
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
33
|
-
}
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=userId" }),
|
|
36
|
-
__metadata("design:type", String)
|
|
37
|
-
], GetGenerationsUserUserIdPathParams.prototype, "userId", void 0);
|
|
38
|
-
return GetGenerationsUserUserIdPathParams;
|
|
39
|
-
}(utils_1.SpeakeasyBase));
|
|
40
|
-
exports.GetGenerationsUserUserIdPathParams = GetGenerationsUserUserIdPathParams;
|
|
41
|
-
var GetGenerationsUserUserIdQueryParams = /** @class */ (function (_super) {
|
|
42
|
-
__extends(GetGenerationsUserUserIdQueryParams, _super);
|
|
43
|
-
function GetGenerationsUserUserIdQueryParams() {
|
|
44
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
45
|
-
}
|
|
46
|
-
__decorate([
|
|
47
|
-
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=limit" }),
|
|
48
|
-
__metadata("design:type", Number)
|
|
49
|
-
], GetGenerationsUserUserIdQueryParams.prototype, "limit", void 0);
|
|
50
|
-
__decorate([
|
|
51
|
-
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=offset" }),
|
|
52
|
-
__metadata("design:type", Number)
|
|
53
|
-
], GetGenerationsUserUserIdQueryParams.prototype, "offset", void 0);
|
|
54
|
-
return GetGenerationsUserUserIdQueryParams;
|
|
55
|
-
}(utils_1.SpeakeasyBase));
|
|
56
|
-
exports.GetGenerationsUserUserIdQueryParams = GetGenerationsUserUserIdQueryParams;
|
|
57
|
-
var GetGenerationsUserUserIdRequest = /** @class */ (function (_super) {
|
|
58
|
-
__extends(GetGenerationsUserUserIdRequest, _super);
|
|
59
|
-
function GetGenerationsUserUserIdRequest() {
|
|
60
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
61
|
-
}
|
|
62
|
-
__decorate([
|
|
63
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
64
|
-
__metadata("design:type", GetGenerationsUserUserIdPathParams)
|
|
65
|
-
], GetGenerationsUserUserIdRequest.prototype, "pathParams", void 0);
|
|
66
|
-
__decorate([
|
|
67
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
68
|
-
__metadata("design:type", GetGenerationsUserUserIdQueryParams)
|
|
69
|
-
], GetGenerationsUserUserIdRequest.prototype, "queryParams", void 0);
|
|
70
|
-
return GetGenerationsUserUserIdRequest;
|
|
71
|
-
}(utils_1.SpeakeasyBase));
|
|
72
|
-
exports.GetGenerationsUserUserIdRequest = GetGenerationsUserUserIdRequest;
|
|
73
|
-
var GetGenerationsUserUserIdResponse = /** @class */ (function (_super) {
|
|
74
|
-
__extends(GetGenerationsUserUserIdResponse, _super);
|
|
75
|
-
function GetGenerationsUserUserIdResponse() {
|
|
76
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
77
|
-
}
|
|
78
|
-
__decorate([
|
|
79
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
80
|
-
__metadata("design:type", String)
|
|
81
|
-
], GetGenerationsUserUserIdResponse.prototype, "contentType", void 0);
|
|
82
|
-
__decorate([
|
|
83
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
84
|
-
__metadata("design:type", Number)
|
|
85
|
-
], GetGenerationsUserUserIdResponse.prototype, "statusCode", void 0);
|
|
86
|
-
__decorate([
|
|
87
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
88
|
-
__metadata("design:type", Object)
|
|
89
|
-
], GetGenerationsUserUserIdResponse.prototype, "getGenerationsUserUserId200ApplicationJSONAny", void 0);
|
|
90
|
-
return GetGenerationsUserUserIdResponse;
|
|
91
|
-
}(utils_1.SpeakeasyBase));
|
|
92
|
-
exports.GetGenerationsUserUserIdResponse = GetGenerationsUserUserIdResponse;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
-
export declare class GetInitImageIdPathParams extends SpeakeasyBase {
|
|
3
|
-
id: string;
|
|
4
|
-
}
|
|
5
|
-
export declare class GetInitImageIdRequest extends SpeakeasyBase {
|
|
6
|
-
pathParams: GetInitImageIdPathParams;
|
|
7
|
-
}
|
|
8
|
-
export declare class GetInitImageIdResponse extends SpeakeasyBase {
|
|
9
|
-
contentType: string;
|
|
10
|
-
statusCode: number;
|
|
11
|
-
getInitImageId200ApplicationJSONAny?: any;
|
|
12
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
20
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
21
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
22
|
-
};
|
|
23
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
24
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
25
|
-
};
|
|
26
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
-
exports.GetInitImageIdResponse = exports.GetInitImageIdRequest = exports.GetInitImageIdPathParams = void 0;
|
|
28
|
-
var utils_1 = require("../../../internal/utils");
|
|
29
|
-
var GetInitImageIdPathParams = /** @class */ (function (_super) {
|
|
30
|
-
__extends(GetInitImageIdPathParams, _super);
|
|
31
|
-
function GetInitImageIdPathParams() {
|
|
32
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
33
|
-
}
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=id" }),
|
|
36
|
-
__metadata("design:type", String)
|
|
37
|
-
], GetInitImageIdPathParams.prototype, "id", void 0);
|
|
38
|
-
return GetInitImageIdPathParams;
|
|
39
|
-
}(utils_1.SpeakeasyBase));
|
|
40
|
-
exports.GetInitImageIdPathParams = GetInitImageIdPathParams;
|
|
41
|
-
var GetInitImageIdRequest = /** @class */ (function (_super) {
|
|
42
|
-
__extends(GetInitImageIdRequest, _super);
|
|
43
|
-
function GetInitImageIdRequest() {
|
|
44
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
45
|
-
}
|
|
46
|
-
__decorate([
|
|
47
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
48
|
-
__metadata("design:type", GetInitImageIdPathParams)
|
|
49
|
-
], GetInitImageIdRequest.prototype, "pathParams", void 0);
|
|
50
|
-
return GetInitImageIdRequest;
|
|
51
|
-
}(utils_1.SpeakeasyBase));
|
|
52
|
-
exports.GetInitImageIdRequest = GetInitImageIdRequest;
|
|
53
|
-
var GetInitImageIdResponse = /** @class */ (function (_super) {
|
|
54
|
-
__extends(GetInitImageIdResponse, _super);
|
|
55
|
-
function GetInitImageIdResponse() {
|
|
56
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
57
|
-
}
|
|
58
|
-
__decorate([
|
|
59
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
60
|
-
__metadata("design:type", String)
|
|
61
|
-
], GetInitImageIdResponse.prototype, "contentType", void 0);
|
|
62
|
-
__decorate([
|
|
63
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
64
|
-
__metadata("design:type", Number)
|
|
65
|
-
], GetInitImageIdResponse.prototype, "statusCode", void 0);
|
|
66
|
-
__decorate([
|
|
67
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
68
|
-
__metadata("design:type", Object)
|
|
69
|
-
], GetInitImageIdResponse.prototype, "getInitImageId200ApplicationJSONAny", void 0);
|
|
70
|
-
return GetInitImageIdResponse;
|
|
71
|
-
}(utils_1.SpeakeasyBase));
|
|
72
|
-
exports.GetInitImageIdResponse = GetInitImageIdResponse;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
20
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
21
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
22
|
-
};
|
|
23
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
24
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
25
|
-
};
|
|
26
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
-
exports.GetMeResponse = void 0;
|
|
28
|
-
var utils_1 = require("../../../internal/utils");
|
|
29
|
-
var GetMeResponse = /** @class */ (function (_super) {
|
|
30
|
-
__extends(GetMeResponse, _super);
|
|
31
|
-
function GetMeResponse() {
|
|
32
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
33
|
-
}
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
36
|
-
__metadata("design:type", String)
|
|
37
|
-
], GetMeResponse.prototype, "contentType", void 0);
|
|
38
|
-
__decorate([
|
|
39
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
40
|
-
__metadata("design:type", Number)
|
|
41
|
-
], GetMeResponse.prototype, "statusCode", void 0);
|
|
42
|
-
__decorate([
|
|
43
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
44
|
-
__metadata("design:type", Object)
|
|
45
|
-
], GetMeResponse.prototype, "getMe200ApplicationJSONAny", void 0);
|
|
46
|
-
return GetMeResponse;
|
|
47
|
-
}(utils_1.SpeakeasyBase));
|
|
48
|
-
exports.GetMeResponse = GetMeResponse;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
-
export declare class GetModelsIdPathParams extends SpeakeasyBase {
|
|
3
|
-
id: string;
|
|
4
|
-
}
|
|
5
|
-
export declare class GetModelsIdRequest extends SpeakeasyBase {
|
|
6
|
-
pathParams: GetModelsIdPathParams;
|
|
7
|
-
}
|
|
8
|
-
export declare class GetModelsIdResponse extends SpeakeasyBase {
|
|
9
|
-
contentType: string;
|
|
10
|
-
statusCode: number;
|
|
11
|
-
getModelsId200ApplicationJSONAny?: any;
|
|
12
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
20
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
21
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
22
|
-
};
|
|
23
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
24
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
25
|
-
};
|
|
26
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
-
exports.GetModelsIdResponse = exports.GetModelsIdRequest = exports.GetModelsIdPathParams = void 0;
|
|
28
|
-
var utils_1 = require("../../../internal/utils");
|
|
29
|
-
var GetModelsIdPathParams = /** @class */ (function (_super) {
|
|
30
|
-
__extends(GetModelsIdPathParams, _super);
|
|
31
|
-
function GetModelsIdPathParams() {
|
|
32
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
33
|
-
}
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=id" }),
|
|
36
|
-
__metadata("design:type", String)
|
|
37
|
-
], GetModelsIdPathParams.prototype, "id", void 0);
|
|
38
|
-
return GetModelsIdPathParams;
|
|
39
|
-
}(utils_1.SpeakeasyBase));
|
|
40
|
-
exports.GetModelsIdPathParams = GetModelsIdPathParams;
|
|
41
|
-
var GetModelsIdRequest = /** @class */ (function (_super) {
|
|
42
|
-
__extends(GetModelsIdRequest, _super);
|
|
43
|
-
function GetModelsIdRequest() {
|
|
44
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
45
|
-
}
|
|
46
|
-
__decorate([
|
|
47
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
48
|
-
__metadata("design:type", GetModelsIdPathParams)
|
|
49
|
-
], GetModelsIdRequest.prototype, "pathParams", void 0);
|
|
50
|
-
return GetModelsIdRequest;
|
|
51
|
-
}(utils_1.SpeakeasyBase));
|
|
52
|
-
exports.GetModelsIdRequest = GetModelsIdRequest;
|
|
53
|
-
var GetModelsIdResponse = /** @class */ (function (_super) {
|
|
54
|
-
__extends(GetModelsIdResponse, _super);
|
|
55
|
-
function GetModelsIdResponse() {
|
|
56
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
57
|
-
}
|
|
58
|
-
__decorate([
|
|
59
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
60
|
-
__metadata("design:type", String)
|
|
61
|
-
], GetModelsIdResponse.prototype, "contentType", void 0);
|
|
62
|
-
__decorate([
|
|
63
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
64
|
-
__metadata("design:type", Number)
|
|
65
|
-
], GetModelsIdResponse.prototype, "statusCode", void 0);
|
|
66
|
-
__decorate([
|
|
67
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
68
|
-
__metadata("design:type", Object)
|
|
69
|
-
], GetModelsIdResponse.prototype, "getModelsId200ApplicationJSONAny", void 0);
|
|
70
|
-
return GetModelsIdResponse;
|
|
71
|
-
}(utils_1.SpeakeasyBase));
|
|
72
|
-
exports.GetModelsIdResponse = GetModelsIdResponse;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
-
export declare class GetVariationsIdPathParams extends SpeakeasyBase {
|
|
3
|
-
id: string;
|
|
4
|
-
}
|
|
5
|
-
export declare class GetVariationsIdRequest extends SpeakeasyBase {
|
|
6
|
-
pathParams: GetVariationsIdPathParams;
|
|
7
|
-
}
|
|
8
|
-
export declare class GetVariationsIdResponse extends SpeakeasyBase {
|
|
9
|
-
contentType: string;
|
|
10
|
-
statusCode: number;
|
|
11
|
-
getVariationsId200ApplicationJSONAny?: any;
|
|
12
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
20
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
21
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
22
|
-
};
|
|
23
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
24
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
25
|
-
};
|
|
26
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
-
exports.GetVariationsIdResponse = exports.GetVariationsIdRequest = exports.GetVariationsIdPathParams = void 0;
|
|
28
|
-
var utils_1 = require("../../../internal/utils");
|
|
29
|
-
var GetVariationsIdPathParams = /** @class */ (function (_super) {
|
|
30
|
-
__extends(GetVariationsIdPathParams, _super);
|
|
31
|
-
function GetVariationsIdPathParams() {
|
|
32
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
33
|
-
}
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=id" }),
|
|
36
|
-
__metadata("design:type", String)
|
|
37
|
-
], GetVariationsIdPathParams.prototype, "id", void 0);
|
|
38
|
-
return GetVariationsIdPathParams;
|
|
39
|
-
}(utils_1.SpeakeasyBase));
|
|
40
|
-
exports.GetVariationsIdPathParams = GetVariationsIdPathParams;
|
|
41
|
-
var GetVariationsIdRequest = /** @class */ (function (_super) {
|
|
42
|
-
__extends(GetVariationsIdRequest, _super);
|
|
43
|
-
function GetVariationsIdRequest() {
|
|
44
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
45
|
-
}
|
|
46
|
-
__decorate([
|
|
47
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
48
|
-
__metadata("design:type", GetVariationsIdPathParams)
|
|
49
|
-
], GetVariationsIdRequest.prototype, "pathParams", void 0);
|
|
50
|
-
return GetVariationsIdRequest;
|
|
51
|
-
}(utils_1.SpeakeasyBase));
|
|
52
|
-
exports.GetVariationsIdRequest = GetVariationsIdRequest;
|
|
53
|
-
var GetVariationsIdResponse = /** @class */ (function (_super) {
|
|
54
|
-
__extends(GetVariationsIdResponse, _super);
|
|
55
|
-
function GetVariationsIdResponse() {
|
|
56
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
57
|
-
}
|
|
58
|
-
__decorate([
|
|
59
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
60
|
-
__metadata("design:type", String)
|
|
61
|
-
], GetVariationsIdResponse.prototype, "contentType", void 0);
|
|
62
|
-
__decorate([
|
|
63
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
64
|
-
__metadata("design:type", Number)
|
|
65
|
-
], GetVariationsIdResponse.prototype, "statusCode", void 0);
|
|
66
|
-
__decorate([
|
|
67
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
68
|
-
__metadata("design:type", Object)
|
|
69
|
-
], GetVariationsIdResponse.prototype, "getVariationsId200ApplicationJSONAny", void 0);
|
|
70
|
-
return GetVariationsIdResponse;
|
|
71
|
-
}(utils_1.SpeakeasyBase));
|
|
72
|
-
exports.GetVariationsIdResponse = GetVariationsIdResponse;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
-
export declare class PostDatasetsRequestBody extends SpeakeasyBase {
|
|
3
|
-
description?: string;
|
|
4
|
-
name: string;
|
|
5
|
-
}
|
|
6
|
-
export declare class PostDatasetsRequest extends SpeakeasyBase {
|
|
7
|
-
request: PostDatasetsRequestBody;
|
|
8
|
-
}
|
|
9
|
-
export declare class PostDatasetsResponse extends SpeakeasyBase {
|
|
10
|
-
contentType: string;
|
|
11
|
-
statusCode: number;
|
|
12
|
-
postDatasets200ApplicationJSONAny?: any;
|
|
13
|
-
}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
20
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
21
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
22
|
-
};
|
|
23
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
24
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
25
|
-
};
|
|
26
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
-
exports.PostDatasetsResponse = exports.PostDatasetsRequest = exports.PostDatasetsRequestBody = void 0;
|
|
28
|
-
var utils_1 = require("../../../internal/utils");
|
|
29
|
-
var PostDatasetsRequestBody = /** @class */ (function (_super) {
|
|
30
|
-
__extends(PostDatasetsRequestBody, _super);
|
|
31
|
-
function PostDatasetsRequestBody() {
|
|
32
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
33
|
-
}
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, utils_1.SpeakeasyMetadata)({ data: "json, name=description" }),
|
|
36
|
-
__metadata("design:type", String)
|
|
37
|
-
], PostDatasetsRequestBody.prototype, "description", void 0);
|
|
38
|
-
__decorate([
|
|
39
|
-
(0, utils_1.SpeakeasyMetadata)({ data: "json, name=name" }),
|
|
40
|
-
__metadata("design:type", String)
|
|
41
|
-
], PostDatasetsRequestBody.prototype, "name", void 0);
|
|
42
|
-
return PostDatasetsRequestBody;
|
|
43
|
-
}(utils_1.SpeakeasyBase));
|
|
44
|
-
exports.PostDatasetsRequestBody = PostDatasetsRequestBody;
|
|
45
|
-
var PostDatasetsRequest = /** @class */ (function (_super) {
|
|
46
|
-
__extends(PostDatasetsRequest, _super);
|
|
47
|
-
function PostDatasetsRequest() {
|
|
48
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
49
|
-
}
|
|
50
|
-
__decorate([
|
|
51
|
-
(0, utils_1.SpeakeasyMetadata)({ data: "request, media_type=application/json" }),
|
|
52
|
-
__metadata("design:type", PostDatasetsRequestBody)
|
|
53
|
-
], PostDatasetsRequest.prototype, "request", void 0);
|
|
54
|
-
return PostDatasetsRequest;
|
|
55
|
-
}(utils_1.SpeakeasyBase));
|
|
56
|
-
exports.PostDatasetsRequest = PostDatasetsRequest;
|
|
57
|
-
var PostDatasetsResponse = /** @class */ (function (_super) {
|
|
58
|
-
__extends(PostDatasetsResponse, _super);
|
|
59
|
-
function PostDatasetsResponse() {
|
|
60
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
61
|
-
}
|
|
62
|
-
__decorate([
|
|
63
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
64
|
-
__metadata("design:type", String)
|
|
65
|
-
], PostDatasetsResponse.prototype, "contentType", void 0);
|
|
66
|
-
__decorate([
|
|
67
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
68
|
-
__metadata("design:type", Number)
|
|
69
|
-
], PostDatasetsResponse.prototype, "statusCode", void 0);
|
|
70
|
-
__decorate([
|
|
71
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
72
|
-
__metadata("design:type", Object)
|
|
73
|
-
], PostDatasetsResponse.prototype, "postDatasets200ApplicationJSONAny", void 0);
|
|
74
|
-
return PostDatasetsResponse;
|
|
75
|
-
}(utils_1.SpeakeasyBase));
|
|
76
|
-
exports.PostDatasetsResponse = PostDatasetsResponse;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
-
export declare class PostDatasetsDatasetIdUploadPathParams extends SpeakeasyBase {
|
|
3
|
-
datasetId: string;
|
|
4
|
-
}
|
|
5
|
-
export declare class PostDatasetsDatasetIdUploadRequestBody extends SpeakeasyBase {
|
|
6
|
-
extension: string;
|
|
7
|
-
}
|
|
8
|
-
export declare class PostDatasetsDatasetIdUploadRequest extends SpeakeasyBase {
|
|
9
|
-
pathParams: PostDatasetsDatasetIdUploadPathParams;
|
|
10
|
-
request: PostDatasetsDatasetIdUploadRequestBody;
|
|
11
|
-
}
|
|
12
|
-
export declare class PostDatasetsDatasetIdUploadResponse extends SpeakeasyBase {
|
|
13
|
-
contentType: string;
|
|
14
|
-
statusCode: number;
|
|
15
|
-
postDatasetsDatasetIdUpload200ApplicationJSONAny?: any;
|
|
16
|
-
}
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
20
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
21
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
22
|
-
};
|
|
23
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
24
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
25
|
-
};
|
|
26
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
-
exports.PostDatasetsDatasetIdUploadResponse = exports.PostDatasetsDatasetIdUploadRequest = exports.PostDatasetsDatasetIdUploadRequestBody = exports.PostDatasetsDatasetIdUploadPathParams = void 0;
|
|
28
|
-
var utils_1 = require("../../../internal/utils");
|
|
29
|
-
var PostDatasetsDatasetIdUploadPathParams = /** @class */ (function (_super) {
|
|
30
|
-
__extends(PostDatasetsDatasetIdUploadPathParams, _super);
|
|
31
|
-
function PostDatasetsDatasetIdUploadPathParams() {
|
|
32
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
33
|
-
}
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=datasetId" }),
|
|
36
|
-
__metadata("design:type", String)
|
|
37
|
-
], PostDatasetsDatasetIdUploadPathParams.prototype, "datasetId", void 0);
|
|
38
|
-
return PostDatasetsDatasetIdUploadPathParams;
|
|
39
|
-
}(utils_1.SpeakeasyBase));
|
|
40
|
-
exports.PostDatasetsDatasetIdUploadPathParams = PostDatasetsDatasetIdUploadPathParams;
|
|
41
|
-
var PostDatasetsDatasetIdUploadRequestBody = /** @class */ (function (_super) {
|
|
42
|
-
__extends(PostDatasetsDatasetIdUploadRequestBody, _super);
|
|
43
|
-
function PostDatasetsDatasetIdUploadRequestBody() {
|
|
44
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
45
|
-
}
|
|
46
|
-
__decorate([
|
|
47
|
-
(0, utils_1.SpeakeasyMetadata)({ data: "json, name=extension" }),
|
|
48
|
-
__metadata("design:type", String)
|
|
49
|
-
], PostDatasetsDatasetIdUploadRequestBody.prototype, "extension", void 0);
|
|
50
|
-
return PostDatasetsDatasetIdUploadRequestBody;
|
|
51
|
-
}(utils_1.SpeakeasyBase));
|
|
52
|
-
exports.PostDatasetsDatasetIdUploadRequestBody = PostDatasetsDatasetIdUploadRequestBody;
|
|
53
|
-
var PostDatasetsDatasetIdUploadRequest = /** @class */ (function (_super) {
|
|
54
|
-
__extends(PostDatasetsDatasetIdUploadRequest, _super);
|
|
55
|
-
function PostDatasetsDatasetIdUploadRequest() {
|
|
56
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
57
|
-
}
|
|
58
|
-
__decorate([
|
|
59
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
60
|
-
__metadata("design:type", PostDatasetsDatasetIdUploadPathParams)
|
|
61
|
-
], PostDatasetsDatasetIdUploadRequest.prototype, "pathParams", void 0);
|
|
62
|
-
__decorate([
|
|
63
|
-
(0, utils_1.SpeakeasyMetadata)({ data: "request, media_type=application/json" }),
|
|
64
|
-
__metadata("design:type", PostDatasetsDatasetIdUploadRequestBody)
|
|
65
|
-
], PostDatasetsDatasetIdUploadRequest.prototype, "request", void 0);
|
|
66
|
-
return PostDatasetsDatasetIdUploadRequest;
|
|
67
|
-
}(utils_1.SpeakeasyBase));
|
|
68
|
-
exports.PostDatasetsDatasetIdUploadRequest = PostDatasetsDatasetIdUploadRequest;
|
|
69
|
-
var PostDatasetsDatasetIdUploadResponse = /** @class */ (function (_super) {
|
|
70
|
-
__extends(PostDatasetsDatasetIdUploadResponse, _super);
|
|
71
|
-
function PostDatasetsDatasetIdUploadResponse() {
|
|
72
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
73
|
-
}
|
|
74
|
-
__decorate([
|
|
75
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
76
|
-
__metadata("design:type", String)
|
|
77
|
-
], PostDatasetsDatasetIdUploadResponse.prototype, "contentType", void 0);
|
|
78
|
-
__decorate([
|
|
79
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
80
|
-
__metadata("design:type", Number)
|
|
81
|
-
], PostDatasetsDatasetIdUploadResponse.prototype, "statusCode", void 0);
|
|
82
|
-
__decorate([
|
|
83
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
84
|
-
__metadata("design:type", Object)
|
|
85
|
-
], PostDatasetsDatasetIdUploadResponse.prototype, "postDatasetsDatasetIdUpload200ApplicationJSONAny", void 0);
|
|
86
|
-
return PostDatasetsDatasetIdUploadResponse;
|
|
87
|
-
}(utils_1.SpeakeasyBase));
|
|
88
|
-
exports.PostDatasetsDatasetIdUploadResponse = PostDatasetsDatasetIdUploadResponse;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
-
export declare class PostDatasetsDatasetIdUploadGenPathParams extends SpeakeasyBase {
|
|
3
|
-
datasetId: string;
|
|
4
|
-
}
|
|
5
|
-
export declare class PostDatasetsDatasetIdUploadGenRequestBody extends SpeakeasyBase {
|
|
6
|
-
generatedImageId: string;
|
|
7
|
-
}
|
|
8
|
-
export declare class PostDatasetsDatasetIdUploadGenRequest extends SpeakeasyBase {
|
|
9
|
-
pathParams: PostDatasetsDatasetIdUploadGenPathParams;
|
|
10
|
-
request: PostDatasetsDatasetIdUploadGenRequestBody;
|
|
11
|
-
}
|
|
12
|
-
export declare class PostDatasetsDatasetIdUploadGenResponse extends SpeakeasyBase {
|
|
13
|
-
contentType: string;
|
|
14
|
-
statusCode: number;
|
|
15
|
-
postDatasetsDatasetIdUploadGen200ApplicationJSONAny?: any;
|
|
16
|
-
}
|