edge-impulse-api 1.93.2 → 1.93.3
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/build/library/sdk/api/apis.d.ts +3 -1
- package/build/library/sdk/api/apis.js +3 -1
- package/build/library/sdk/api/apis.js.map +1 -1
- package/build/library/sdk/api/datasetVersionsApi.d.ts +204 -0
- package/build/library/sdk/api/datasetVersionsApi.js +873 -0
- package/build/library/sdk/api/datasetVersionsApi.js.map +1 -0
- package/build/library/sdk/model/actorOAuthClient.d.ts +33 -0
- package/build/library/sdk/model/actorOAuthClient.js +55 -0
- package/build/library/sdk/model/actorOAuthClient.js.map +1 -0
- package/build/library/sdk/model/actorProjectApiKey.d.ts +43 -0
- package/build/library/sdk/model/actorProjectApiKey.js +76 -0
- package/build/library/sdk/model/actorProjectApiKey.js.map +1 -0
- package/build/library/sdk/model/actorProjectApiKeyAllOf.d.ts +27 -0
- package/build/library/sdk/model/actorProjectApiKeyAllOf.js +30 -0
- package/build/library/sdk/model/actorProjectApiKeyAllOf.js.map +1 -0
- package/build/library/sdk/model/actorUser.d.ts +31 -0
- package/build/library/sdk/model/actorUser.js +50 -0
- package/build/library/sdk/model/actorUser.js.map +1 -0
- package/build/library/sdk/model/actorUserAllOf.d.ts +27 -0
- package/build/library/sdk/model/actorUserAllOf.js +30 -0
- package/build/library/sdk/model/actorUserAllOf.js.map +1 -0
- package/build/library/sdk/model/dBAction.d.ts +13 -0
- package/build/library/sdk/model/dBAction.js +16 -0
- package/build/library/sdk/model/dBAction.js.map +1 -0
- package/build/library/sdk/model/datasetVersion.d.ts +67 -0
- package/build/library/sdk/model/datasetVersion.js +79 -0
- package/build/library/sdk/model/datasetVersion.js.map +1 -0
- package/build/library/sdk/model/datasetVersionChangeItem.d.ts +35 -0
- package/build/library/sdk/model/datasetVersionChangeItem.js +44 -0
- package/build/library/sdk/model/datasetVersionChangeItem.js.map +1 -0
- package/build/library/sdk/model/datasetVersionPendingWindow.d.ts +36 -0
- package/build/library/sdk/model/datasetVersionPendingWindow.js +39 -0
- package/build/library/sdk/model/datasetVersionPendingWindow.js.map +1 -0
- package/build/library/sdk/model/datasetVersionSummary.d.ts +34 -0
- package/build/library/sdk/model/datasetVersionSummary.js +39 -0
- package/build/library/sdk/model/datasetVersionSummary.js.map +1 -0
- package/build/library/sdk/model/datasetVersionSummaryActionCounts.d.ts +39 -0
- package/build/library/sdk/model/datasetVersionSummaryActionCounts.js +42 -0
- package/build/library/sdk/model/datasetVersionSummaryActionCounts.js.map +1 -0
- package/build/library/sdk/model/datasetVersionType.d.ts +13 -0
- package/build/library/sdk/model/datasetVersionType.js +16 -0
- package/build/library/sdk/model/datasetVersionType.js.map +1 -0
- package/build/library/sdk/model/getDatasetVersionRawDataResponse.d.ts +35 -0
- package/build/library/sdk/model/getDatasetVersionRawDataResponse.js +44 -0
- package/build/library/sdk/model/getDatasetVersionRawDataResponse.js.map +1 -0
- package/build/library/sdk/model/getDatasetVersionRawDataSampleResponse.d.ts +34 -0
- package/build/library/sdk/model/getDatasetVersionRawDataSampleResponse.js +39 -0
- package/build/library/sdk/model/getDatasetVersionRawDataSampleResponse.js.map +1 -0
- package/build/library/sdk/model/getDatasetVersionRawDataSampleResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getDatasetVersionRawDataSampleResponseAllOf.js +29 -0
- package/build/library/sdk/model/getDatasetVersionRawDataSampleResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/getDatasetVersionResponse.d.ts +34 -0
- package/build/library/sdk/model/getDatasetVersionResponse.js +39 -0
- package/build/library/sdk/model/getDatasetVersionResponse.js.map +1 -0
- package/build/library/sdk/model/getDatasetVersionResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getDatasetVersionResponseAllOf.js +29 -0
- package/build/library/sdk/model/getDatasetVersionResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponse.d.ts +34 -0
- package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponse.js +39 -0
- package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponse.js.map +1 -0
- package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponseAllOf.js +29 -0
- package/build/library/sdk/model/getDatasetVersionSampleChangeDetailsResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/lastUpdatedByDatasetVersionRestore.d.ts +45 -0
- package/build/library/sdk/model/lastUpdatedByDatasetVersionRestore.js +48 -0
- package/build/library/sdk/model/lastUpdatedByDatasetVersionRestore.js.map +1 -0
- package/build/library/sdk/model/lastUpdatedByOAuthClient.d.ts +38 -0
- package/build/library/sdk/model/lastUpdatedByOAuthClient.js +43 -0
- package/build/library/sdk/model/lastUpdatedByOAuthClient.js.map +1 -0
- package/build/library/sdk/model/lastUpdatedByProjectApiKey.d.ts +34 -0
- package/build/library/sdk/model/lastUpdatedByProjectApiKey.js +38 -0
- package/build/library/sdk/model/lastUpdatedByProjectApiKey.js.map +1 -0
- package/build/library/sdk/model/lastUpdatedByUser.d.ts +34 -0
- package/build/library/sdk/model/lastUpdatedByUser.js +38 -0
- package/build/library/sdk/model/lastUpdatedByUser.js.map +1 -0
- package/build/library/sdk/model/listDatasetVersionChangesResponse.d.ts +35 -0
- package/build/library/sdk/model/listDatasetVersionChangesResponse.js +44 -0
- package/build/library/sdk/model/listDatasetVersionChangesResponse.js.map +1 -0
- package/build/library/sdk/model/listDatasetVersionChangesResponseAllOf.d.ts +27 -0
- package/build/library/sdk/model/listDatasetVersionChangesResponseAllOf.js +34 -0
- package/build/library/sdk/model/listDatasetVersionChangesResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/listDatasetVersionsResponse.d.ts +37 -0
- package/build/library/sdk/model/listDatasetVersionsResponse.js +49 -0
- package/build/library/sdk/model/listDatasetVersionsResponse.js.map +1 -0
- package/build/library/sdk/model/listDatasetVersionsResponseAllOf.d.ts +29 -0
- package/build/library/sdk/model/listDatasetVersionsResponseAllOf.js +39 -0
- package/build/library/sdk/model/listDatasetVersionsResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/models.d.ts +28 -0
- package/build/library/sdk/model/models.js +92 -0
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/sample.d.ts +8 -0
- package/build/library/sdk/model/sample.js +5 -0
- package/build/library/sdk/model/sample.js.map +1 -1
- package/build/library/sdk/model/updateDatasetVersionRequest.d.ts +25 -0
- package/build/library/sdk/model/updateDatasetVersionRequest.js +29 -0
- package/build/library/sdk/model/updateDatasetVersionRequest.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { DatasetVersionChangeItem } from './datasetVersionChangeItem';
|
|
13
|
+
export declare class ListDatasetVersionChangesResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Whether the operation succeeded
|
|
16
|
+
*/
|
|
17
|
+
'success': boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Optional error description (set if \'success\' was false)
|
|
20
|
+
*/
|
|
21
|
+
'error'?: string;
|
|
22
|
+
'changes': Array<DatasetVersionChangeItem>;
|
|
23
|
+
'totalCount': number;
|
|
24
|
+
static discriminator: string | undefined;
|
|
25
|
+
static attributeTypeMap: Array<{
|
|
26
|
+
name: string;
|
|
27
|
+
baseName: string;
|
|
28
|
+
type: string;
|
|
29
|
+
}>;
|
|
30
|
+
static getAttributeTypeMap(): {
|
|
31
|
+
name: string;
|
|
32
|
+
baseName: string;
|
|
33
|
+
type: string;
|
|
34
|
+
}[];
|
|
35
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.ListDatasetVersionChangesResponse = void 0;
|
|
15
|
+
class ListDatasetVersionChangesResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ListDatasetVersionChangesResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ListDatasetVersionChangesResponse = ListDatasetVersionChangesResponse;
|
|
21
|
+
ListDatasetVersionChangesResponse.discriminator = undefined;
|
|
22
|
+
ListDatasetVersionChangesResponse.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "success",
|
|
25
|
+
"baseName": "success",
|
|
26
|
+
"type": "boolean"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "error",
|
|
30
|
+
"baseName": "error",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "changes",
|
|
35
|
+
"baseName": "changes",
|
|
36
|
+
"type": "Array<DatasetVersionChangeItem>"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "totalCount",
|
|
40
|
+
"baseName": "totalCount",
|
|
41
|
+
"type": "number"
|
|
42
|
+
}
|
|
43
|
+
];
|
|
44
|
+
//# sourceMappingURL=listDatasetVersionChangesResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listDatasetVersionChangesResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/listDatasetVersionChangesResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,iCAAiC;IAoC1C,MAAM,CAAC,mBAAmB;QACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AAtCL,8EAuCC;AA3BU,+CAAa,GAAuB,SAAS,CAAC;AAE9C,kDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { DatasetVersionChangeItem } from './datasetVersionChangeItem';
|
|
13
|
+
export declare class ListDatasetVersionChangesResponseAllOf {
|
|
14
|
+
'changes': Array<DatasetVersionChangeItem>;
|
|
15
|
+
'totalCount': number;
|
|
16
|
+
static discriminator: string | undefined;
|
|
17
|
+
static attributeTypeMap: Array<{
|
|
18
|
+
name: string;
|
|
19
|
+
baseName: string;
|
|
20
|
+
type: string;
|
|
21
|
+
}>;
|
|
22
|
+
static getAttributeTypeMap(): {
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}[];
|
|
27
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.ListDatasetVersionChangesResponseAllOf = void 0;
|
|
15
|
+
class ListDatasetVersionChangesResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ListDatasetVersionChangesResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ListDatasetVersionChangesResponseAllOf = ListDatasetVersionChangesResponseAllOf;
|
|
21
|
+
ListDatasetVersionChangesResponseAllOf.discriminator = undefined;
|
|
22
|
+
ListDatasetVersionChangesResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "changes",
|
|
25
|
+
"baseName": "changes",
|
|
26
|
+
"type": "Array<DatasetVersionChangeItem>"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "totalCount",
|
|
30
|
+
"baseName": "totalCount",
|
|
31
|
+
"type": "number"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=listDatasetVersionChangesResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listDatasetVersionChangesResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/listDatasetVersionChangesResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,sCAAsC;IAkB/C,MAAM,CAAC,mBAAmB;QACtB,OAAO,sCAAsC,CAAC,gBAAgB,CAAC;IACnE,CAAC;;AApBL,wFAqBC;AAjBU,oDAAa,GAAuB,SAAS,CAAC;AAE9C,uDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { DatasetVersion } from './datasetVersion';
|
|
13
|
+
import { DatasetVersionPendingWindow } from './datasetVersionPendingWindow';
|
|
14
|
+
export declare class ListDatasetVersionsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Whether the operation succeeded
|
|
17
|
+
*/
|
|
18
|
+
'success': boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Optional error description (set if \'success\' was false)
|
|
21
|
+
*/
|
|
22
|
+
'error'?: string;
|
|
23
|
+
'pendingWindows': Array<DatasetVersionPendingWindow>;
|
|
24
|
+
'datasetVersions': Array<DatasetVersion>;
|
|
25
|
+
'totalCount': number;
|
|
26
|
+
static discriminator: string | undefined;
|
|
27
|
+
static attributeTypeMap: Array<{
|
|
28
|
+
name: string;
|
|
29
|
+
baseName: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}>;
|
|
32
|
+
static getAttributeTypeMap(): {
|
|
33
|
+
name: string;
|
|
34
|
+
baseName: string;
|
|
35
|
+
type: string;
|
|
36
|
+
}[];
|
|
37
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.ListDatasetVersionsResponse = void 0;
|
|
15
|
+
class ListDatasetVersionsResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ListDatasetVersionsResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ListDatasetVersionsResponse = ListDatasetVersionsResponse;
|
|
21
|
+
ListDatasetVersionsResponse.discriminator = undefined;
|
|
22
|
+
ListDatasetVersionsResponse.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "success",
|
|
25
|
+
"baseName": "success",
|
|
26
|
+
"type": "boolean"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "error",
|
|
30
|
+
"baseName": "error",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "pendingWindows",
|
|
35
|
+
"baseName": "pendingWindows",
|
|
36
|
+
"type": "Array<DatasetVersionPendingWindow>"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "datasetVersions",
|
|
40
|
+
"baseName": "datasetVersions",
|
|
41
|
+
"type": "Array<DatasetVersion>"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "totalCount",
|
|
45
|
+
"baseName": "totalCount",
|
|
46
|
+
"type": "number"
|
|
47
|
+
}
|
|
48
|
+
];
|
|
49
|
+
//# sourceMappingURL=listDatasetVersionsResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listDatasetVersionsResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/listDatasetVersionsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAOH,MAAa,2BAA2B;IA0CpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA5CL,kEA6CC;AAhCU,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { DatasetVersion } from './datasetVersion';
|
|
13
|
+
import { DatasetVersionPendingWindow } from './datasetVersionPendingWindow';
|
|
14
|
+
export declare class ListDatasetVersionsResponseAllOf {
|
|
15
|
+
'pendingWindows': Array<DatasetVersionPendingWindow>;
|
|
16
|
+
'datasetVersions': Array<DatasetVersion>;
|
|
17
|
+
'totalCount': number;
|
|
18
|
+
static discriminator: string | undefined;
|
|
19
|
+
static attributeTypeMap: Array<{
|
|
20
|
+
name: string;
|
|
21
|
+
baseName: string;
|
|
22
|
+
type: string;
|
|
23
|
+
}>;
|
|
24
|
+
static getAttributeTypeMap(): {
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}[];
|
|
29
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.ListDatasetVersionsResponseAllOf = void 0;
|
|
15
|
+
class ListDatasetVersionsResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ListDatasetVersionsResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ListDatasetVersionsResponseAllOf = ListDatasetVersionsResponseAllOf;
|
|
21
|
+
ListDatasetVersionsResponseAllOf.discriminator = undefined;
|
|
22
|
+
ListDatasetVersionsResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "pendingWindows",
|
|
25
|
+
"baseName": "pendingWindows",
|
|
26
|
+
"type": "Array<DatasetVersionPendingWindow>"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "datasetVersions",
|
|
30
|
+
"baseName": "datasetVersions",
|
|
31
|
+
"type": "Array<DatasetVersion>"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "totalCount",
|
|
35
|
+
"baseName": "totalCount",
|
|
36
|
+
"type": "number"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=listDatasetVersionsResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listDatasetVersionsResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/listDatasetVersionsResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,gCAAgC;IAwBzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AA1BL,4EA2BC;AAtBU,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -8,6 +8,11 @@ export * from './aIActionsOperatesOn';
|
|
|
8
8
|
export * from './acceptEulaRequest';
|
|
9
9
|
export * from './activateUserByThirdPartyActivationCodeRequest';
|
|
10
10
|
export * from './activateUserOrVerifyEmailRequest';
|
|
11
|
+
export * from './actorOAuthClient';
|
|
12
|
+
export * from './actorProjectApiKey';
|
|
13
|
+
export * from './actorProjectApiKeyAllOf';
|
|
14
|
+
export * from './actorUser';
|
|
15
|
+
export * from './actorUserAllOf';
|
|
11
16
|
export * from './addApiKeyRequest';
|
|
12
17
|
export * from './addApiKeyResponse';
|
|
13
18
|
export * from './addApiKeyResponseAllOf';
|
|
@@ -236,6 +241,7 @@ export * from './cropSampleResponse';
|
|
|
236
241
|
export * from './cropSampleResponseAllOf';
|
|
237
242
|
export * from './crossValidationData';
|
|
238
243
|
export * from './crossValidationDataScores';
|
|
244
|
+
export * from './dBAction';
|
|
239
245
|
export * from './dSPBlock';
|
|
240
246
|
export * from './dSPConfig';
|
|
241
247
|
export * from './dSPConfigRequest';
|
|
@@ -273,6 +279,12 @@ export * from './datasetSplitPreviewResponse';
|
|
|
273
279
|
export * from './datasetSplitPreviewResponseAllOf';
|
|
274
280
|
export * from './datasetSplitPreviewRow';
|
|
275
281
|
export * from './datasetSplitPreviewSection';
|
|
282
|
+
export * from './datasetVersion';
|
|
283
|
+
export * from './datasetVersionChangeItem';
|
|
284
|
+
export * from './datasetVersionPendingWindow';
|
|
285
|
+
export * from './datasetVersionSummary';
|
|
286
|
+
export * from './datasetVersionSummaryActionCounts';
|
|
287
|
+
export * from './datasetVersionType';
|
|
276
288
|
export * from './deletePortalFileRequest';
|
|
277
289
|
export * from './deleteTestUserRequest';
|
|
278
290
|
export * from './deleteTestUserResponse';
|
|
@@ -420,6 +432,13 @@ export * from './getDataExplorerFeaturesResponseAllOfSample';
|
|
|
420
432
|
export * from './getDataExplorerSettingsResponse';
|
|
421
433
|
export * from './getDataExplorerSettingsResponseAllOf';
|
|
422
434
|
export * from './getDatasetRatioResponse';
|
|
435
|
+
export * from './getDatasetVersionRawDataResponse';
|
|
436
|
+
export * from './getDatasetVersionRawDataSampleResponse';
|
|
437
|
+
export * from './getDatasetVersionRawDataSampleResponseAllOf';
|
|
438
|
+
export * from './getDatasetVersionResponse';
|
|
439
|
+
export * from './getDatasetVersionResponseAllOf';
|
|
440
|
+
export * from './getDatasetVersionSampleChangeDetailsResponse';
|
|
441
|
+
export * from './getDatasetVersionSampleChangeDetailsResponseAllOf';
|
|
423
442
|
export * from './getDeploymentHistoryResponse';
|
|
424
443
|
export * from './getDeploymentHistoryResponseAllOf';
|
|
425
444
|
export * from './getDeploymentResponse';
|
|
@@ -639,6 +658,10 @@ export * from './kerasVisualLayer';
|
|
|
639
658
|
export * from './kerasVisualLayerType';
|
|
640
659
|
export * from './lastModificationDateResponse';
|
|
641
660
|
export * from './lastModificationDateResponseAllOf';
|
|
661
|
+
export * from './lastUpdatedByDatasetVersionRestore';
|
|
662
|
+
export * from './lastUpdatedByOAuthClient';
|
|
663
|
+
export * from './lastUpdatedByProjectApiKey';
|
|
664
|
+
export * from './lastUpdatedByUser';
|
|
642
665
|
export * from './latencyDevice';
|
|
643
666
|
export * from './learnBlock';
|
|
644
667
|
export * from './learnBlockType';
|
|
@@ -646,6 +669,10 @@ export * from './listAIActionsResponse';
|
|
|
646
669
|
export * from './listAIActionsResponseAllOf';
|
|
647
670
|
export * from './listApiKeysResponse';
|
|
648
671
|
export * from './listApiKeysResponseAllOf';
|
|
672
|
+
export * from './listDatasetVersionChangesResponse';
|
|
673
|
+
export * from './listDatasetVersionChangesResponseAllOf';
|
|
674
|
+
export * from './listDatasetVersionsResponse';
|
|
675
|
+
export * from './listDatasetVersionsResponseAllOf';
|
|
649
676
|
export * from './listDeploymentHistoryResponse';
|
|
650
677
|
export * from './listDeploymentHistoryResponseAllOf';
|
|
651
678
|
export * from './listDevicesResponse';
|
|
@@ -1071,6 +1098,7 @@ export * from './tunerTrialMetricsTest';
|
|
|
1071
1098
|
export * from './tunerTrialProgress';
|
|
1072
1099
|
export * from './tutorialType';
|
|
1073
1100
|
export * from './updateAIActionRequest';
|
|
1101
|
+
export * from './updateDatasetVersionRequest';
|
|
1074
1102
|
export * from './updateImpulseRequest';
|
|
1075
1103
|
export * from './updateJobRequest';
|
|
1076
1104
|
export * from './updateOrganizationAddCollaboratorRequest';
|
|
@@ -25,6 +25,11 @@ __exportStar(require("./aIActionsOperatesOn"), exports);
|
|
|
25
25
|
__exportStar(require("./acceptEulaRequest"), exports);
|
|
26
26
|
__exportStar(require("./activateUserByThirdPartyActivationCodeRequest"), exports);
|
|
27
27
|
__exportStar(require("./activateUserOrVerifyEmailRequest"), exports);
|
|
28
|
+
__exportStar(require("./actorOAuthClient"), exports);
|
|
29
|
+
__exportStar(require("./actorProjectApiKey"), exports);
|
|
30
|
+
__exportStar(require("./actorProjectApiKeyAllOf"), exports);
|
|
31
|
+
__exportStar(require("./actorUser"), exports);
|
|
32
|
+
__exportStar(require("./actorUserAllOf"), exports);
|
|
28
33
|
__exportStar(require("./addApiKeyRequest"), exports);
|
|
29
34
|
__exportStar(require("./addApiKeyResponse"), exports);
|
|
30
35
|
__exportStar(require("./addApiKeyResponseAllOf"), exports);
|
|
@@ -253,6 +258,7 @@ __exportStar(require("./cropSampleResponse"), exports);
|
|
|
253
258
|
__exportStar(require("./cropSampleResponseAllOf"), exports);
|
|
254
259
|
__exportStar(require("./crossValidationData"), exports);
|
|
255
260
|
__exportStar(require("./crossValidationDataScores"), exports);
|
|
261
|
+
__exportStar(require("./dBAction"), exports);
|
|
256
262
|
__exportStar(require("./dSPBlock"), exports);
|
|
257
263
|
__exportStar(require("./dSPConfig"), exports);
|
|
258
264
|
__exportStar(require("./dSPConfigRequest"), exports);
|
|
@@ -290,6 +296,12 @@ __exportStar(require("./datasetSplitPreviewResponse"), exports);
|
|
|
290
296
|
__exportStar(require("./datasetSplitPreviewResponseAllOf"), exports);
|
|
291
297
|
__exportStar(require("./datasetSplitPreviewRow"), exports);
|
|
292
298
|
__exportStar(require("./datasetSplitPreviewSection"), exports);
|
|
299
|
+
__exportStar(require("./datasetVersion"), exports);
|
|
300
|
+
__exportStar(require("./datasetVersionChangeItem"), exports);
|
|
301
|
+
__exportStar(require("./datasetVersionPendingWindow"), exports);
|
|
302
|
+
__exportStar(require("./datasetVersionSummary"), exports);
|
|
303
|
+
__exportStar(require("./datasetVersionSummaryActionCounts"), exports);
|
|
304
|
+
__exportStar(require("./datasetVersionType"), exports);
|
|
293
305
|
__exportStar(require("./deletePortalFileRequest"), exports);
|
|
294
306
|
__exportStar(require("./deleteTestUserRequest"), exports);
|
|
295
307
|
__exportStar(require("./deleteTestUserResponse"), exports);
|
|
@@ -437,6 +449,13 @@ __exportStar(require("./getDataExplorerFeaturesResponseAllOfSample"), exports);
|
|
|
437
449
|
__exportStar(require("./getDataExplorerSettingsResponse"), exports);
|
|
438
450
|
__exportStar(require("./getDataExplorerSettingsResponseAllOf"), exports);
|
|
439
451
|
__exportStar(require("./getDatasetRatioResponse"), exports);
|
|
452
|
+
__exportStar(require("./getDatasetVersionRawDataResponse"), exports);
|
|
453
|
+
__exportStar(require("./getDatasetVersionRawDataSampleResponse"), exports);
|
|
454
|
+
__exportStar(require("./getDatasetVersionRawDataSampleResponseAllOf"), exports);
|
|
455
|
+
__exportStar(require("./getDatasetVersionResponse"), exports);
|
|
456
|
+
__exportStar(require("./getDatasetVersionResponseAllOf"), exports);
|
|
457
|
+
__exportStar(require("./getDatasetVersionSampleChangeDetailsResponse"), exports);
|
|
458
|
+
__exportStar(require("./getDatasetVersionSampleChangeDetailsResponseAllOf"), exports);
|
|
440
459
|
__exportStar(require("./getDeploymentHistoryResponse"), exports);
|
|
441
460
|
__exportStar(require("./getDeploymentHistoryResponseAllOf"), exports);
|
|
442
461
|
__exportStar(require("./getDeploymentResponse"), exports);
|
|
@@ -656,6 +675,10 @@ __exportStar(require("./kerasVisualLayer"), exports);
|
|
|
656
675
|
__exportStar(require("./kerasVisualLayerType"), exports);
|
|
657
676
|
__exportStar(require("./lastModificationDateResponse"), exports);
|
|
658
677
|
__exportStar(require("./lastModificationDateResponseAllOf"), exports);
|
|
678
|
+
__exportStar(require("./lastUpdatedByDatasetVersionRestore"), exports);
|
|
679
|
+
__exportStar(require("./lastUpdatedByOAuthClient"), exports);
|
|
680
|
+
__exportStar(require("./lastUpdatedByProjectApiKey"), exports);
|
|
681
|
+
__exportStar(require("./lastUpdatedByUser"), exports);
|
|
659
682
|
__exportStar(require("./latencyDevice"), exports);
|
|
660
683
|
__exportStar(require("./learnBlock"), exports);
|
|
661
684
|
__exportStar(require("./learnBlockType"), exports);
|
|
@@ -663,6 +686,10 @@ __exportStar(require("./listAIActionsResponse"), exports);
|
|
|
663
686
|
__exportStar(require("./listAIActionsResponseAllOf"), exports);
|
|
664
687
|
__exportStar(require("./listApiKeysResponse"), exports);
|
|
665
688
|
__exportStar(require("./listApiKeysResponseAllOf"), exports);
|
|
689
|
+
__exportStar(require("./listDatasetVersionChangesResponse"), exports);
|
|
690
|
+
__exportStar(require("./listDatasetVersionChangesResponseAllOf"), exports);
|
|
691
|
+
__exportStar(require("./listDatasetVersionsResponse"), exports);
|
|
692
|
+
__exportStar(require("./listDatasetVersionsResponseAllOf"), exports);
|
|
666
693
|
__exportStar(require("./listDeploymentHistoryResponse"), exports);
|
|
667
694
|
__exportStar(require("./listDeploymentHistoryResponseAllOf"), exports);
|
|
668
695
|
__exportStar(require("./listDevicesResponse"), exports);
|
|
@@ -1088,6 +1115,7 @@ __exportStar(require("./tunerTrialMetricsTest"), exports);
|
|
|
1088
1115
|
__exportStar(require("./tunerTrialProgress"), exports);
|
|
1089
1116
|
__exportStar(require("./tutorialType"), exports);
|
|
1090
1117
|
__exportStar(require("./updateAIActionRequest"), exports);
|
|
1118
|
+
__exportStar(require("./updateDatasetVersionRequest"), exports);
|
|
1091
1119
|
__exportStar(require("./updateImpulseRequest"), exports);
|
|
1092
1120
|
__exportStar(require("./updateJobRequest"), exports);
|
|
1093
1121
|
__exportStar(require("./updateOrganizationAddCollaboratorRequest"), exports);
|
|
@@ -1208,6 +1236,11 @@ const aIActionsConfigStep_1 = require("./aIActionsConfigStep");
|
|
|
1208
1236
|
const acceptEulaRequest_1 = require("./acceptEulaRequest");
|
|
1209
1237
|
const activateUserByThirdPartyActivationCodeRequest_1 = require("./activateUserByThirdPartyActivationCodeRequest");
|
|
1210
1238
|
const activateUserOrVerifyEmailRequest_1 = require("./activateUserOrVerifyEmailRequest");
|
|
1239
|
+
const actorOAuthClient_1 = require("./actorOAuthClient");
|
|
1240
|
+
const actorProjectApiKey_1 = require("./actorProjectApiKey");
|
|
1241
|
+
const actorProjectApiKeyAllOf_1 = require("./actorProjectApiKeyAllOf");
|
|
1242
|
+
const actorUser_1 = require("./actorUser");
|
|
1243
|
+
const actorUserAllOf_1 = require("./actorUserAllOf");
|
|
1211
1244
|
const addApiKeyRequest_1 = require("./addApiKeyRequest");
|
|
1212
1245
|
const addApiKeyResponse_1 = require("./addApiKeyResponse");
|
|
1213
1246
|
const addApiKeyResponseAllOf_1 = require("./addApiKeyResponseAllOf");
|
|
@@ -1467,6 +1500,11 @@ const datasetSplitPreviewResponse_1 = require("./datasetSplitPreviewResponse");
|
|
|
1467
1500
|
const datasetSplitPreviewResponseAllOf_1 = require("./datasetSplitPreviewResponseAllOf");
|
|
1468
1501
|
const datasetSplitPreviewRow_1 = require("./datasetSplitPreviewRow");
|
|
1469
1502
|
const datasetSplitPreviewSection_1 = require("./datasetSplitPreviewSection");
|
|
1503
|
+
const datasetVersion_1 = require("./datasetVersion");
|
|
1504
|
+
const datasetVersionChangeItem_1 = require("./datasetVersionChangeItem");
|
|
1505
|
+
const datasetVersionPendingWindow_1 = require("./datasetVersionPendingWindow");
|
|
1506
|
+
const datasetVersionSummary_1 = require("./datasetVersionSummary");
|
|
1507
|
+
const datasetVersionSummaryActionCounts_1 = require("./datasetVersionSummaryActionCounts");
|
|
1470
1508
|
const deletePortalFileRequest_1 = require("./deletePortalFileRequest");
|
|
1471
1509
|
const deleteTestUserRequest_1 = require("./deleteTestUserRequest");
|
|
1472
1510
|
const deleteTestUserResponse_1 = require("./deleteTestUserResponse");
|
|
@@ -1608,6 +1646,13 @@ const getDataExplorerFeaturesResponseAllOfSample_1 = require("./getDataExplorerF
|
|
|
1608
1646
|
const getDataExplorerSettingsResponse_1 = require("./getDataExplorerSettingsResponse");
|
|
1609
1647
|
const getDataExplorerSettingsResponseAllOf_1 = require("./getDataExplorerSettingsResponseAllOf");
|
|
1610
1648
|
const getDatasetRatioResponse_1 = require("./getDatasetRatioResponse");
|
|
1649
|
+
const getDatasetVersionRawDataResponse_1 = require("./getDatasetVersionRawDataResponse");
|
|
1650
|
+
const getDatasetVersionRawDataSampleResponse_1 = require("./getDatasetVersionRawDataSampleResponse");
|
|
1651
|
+
const getDatasetVersionRawDataSampleResponseAllOf_1 = require("./getDatasetVersionRawDataSampleResponseAllOf");
|
|
1652
|
+
const getDatasetVersionResponse_1 = require("./getDatasetVersionResponse");
|
|
1653
|
+
const getDatasetVersionResponseAllOf_1 = require("./getDatasetVersionResponseAllOf");
|
|
1654
|
+
const getDatasetVersionSampleChangeDetailsResponse_1 = require("./getDatasetVersionSampleChangeDetailsResponse");
|
|
1655
|
+
const getDatasetVersionSampleChangeDetailsResponseAllOf_1 = require("./getDatasetVersionSampleChangeDetailsResponseAllOf");
|
|
1611
1656
|
const getDeploymentHistoryResponse_1 = require("./getDeploymentHistoryResponse");
|
|
1612
1657
|
const getDeploymentHistoryResponseAllOf_1 = require("./getDeploymentHistoryResponseAllOf");
|
|
1613
1658
|
const getDeploymentResponse_1 = require("./getDeploymentResponse");
|
|
@@ -1817,12 +1862,20 @@ const kerasResponse_1 = require("./kerasResponse");
|
|
|
1817
1862
|
const kerasVisualLayer_1 = require("./kerasVisualLayer");
|
|
1818
1863
|
const lastModificationDateResponse_1 = require("./lastModificationDateResponse");
|
|
1819
1864
|
const lastModificationDateResponseAllOf_1 = require("./lastModificationDateResponseAllOf");
|
|
1865
|
+
const lastUpdatedByDatasetVersionRestore_1 = require("./lastUpdatedByDatasetVersionRestore");
|
|
1866
|
+
const lastUpdatedByOAuthClient_1 = require("./lastUpdatedByOAuthClient");
|
|
1867
|
+
const lastUpdatedByProjectApiKey_1 = require("./lastUpdatedByProjectApiKey");
|
|
1868
|
+
const lastUpdatedByUser_1 = require("./lastUpdatedByUser");
|
|
1820
1869
|
const latencyDevice_1 = require("./latencyDevice");
|
|
1821
1870
|
const learnBlock_1 = require("./learnBlock");
|
|
1822
1871
|
const listAIActionsResponse_1 = require("./listAIActionsResponse");
|
|
1823
1872
|
const listAIActionsResponseAllOf_1 = require("./listAIActionsResponseAllOf");
|
|
1824
1873
|
const listApiKeysResponse_1 = require("./listApiKeysResponse");
|
|
1825
1874
|
const listApiKeysResponseAllOf_1 = require("./listApiKeysResponseAllOf");
|
|
1875
|
+
const listDatasetVersionChangesResponse_1 = require("./listDatasetVersionChangesResponse");
|
|
1876
|
+
const listDatasetVersionChangesResponseAllOf_1 = require("./listDatasetVersionChangesResponseAllOf");
|
|
1877
|
+
const listDatasetVersionsResponse_1 = require("./listDatasetVersionsResponse");
|
|
1878
|
+
const listDatasetVersionsResponseAllOf_1 = require("./listDatasetVersionsResponseAllOf");
|
|
1826
1879
|
const listDeploymentHistoryResponse_1 = require("./listDeploymentHistoryResponse");
|
|
1827
1880
|
const listDeploymentHistoryResponseAllOf_1 = require("./listDeploymentHistoryResponseAllOf");
|
|
1828
1881
|
const listDevicesResponse_1 = require("./listDevicesResponse");
|
|
@@ -2227,6 +2280,7 @@ const tunerTrialMetrics_1 = require("./tunerTrialMetrics");
|
|
|
2227
2280
|
const tunerTrialMetricsTest_1 = require("./tunerTrialMetricsTest");
|
|
2228
2281
|
const tunerTrialProgress_1 = require("./tunerTrialProgress");
|
|
2229
2282
|
const updateAIActionRequest_1 = require("./updateAIActionRequest");
|
|
2283
|
+
const updateDatasetVersionRequest_1 = require("./updateDatasetVersionRequest");
|
|
2230
2284
|
const updateImpulseRequest_1 = require("./updateImpulseRequest");
|
|
2231
2285
|
const updateJobRequest_1 = require("./updateJobRequest");
|
|
2232
2286
|
const updateOrganizationAddCollaboratorRequest_1 = require("./updateOrganizationAddCollaboratorRequest");
|
|
@@ -2339,6 +2393,12 @@ const primitives = ["string", "boolean", "double", "integer", "long", "float", "
|
|
|
2339
2393
|
const enumsMap = {
|
|
2340
2394
|
"AIActionsDataCategory": "AIActionsDataCategory",
|
|
2341
2395
|
"AIActionsOperatesOn": "AIActionsOperatesOn",
|
|
2396
|
+
"ActorOAuthClientTypeEnum": "ActorOAuthClientTypeEnum",
|
|
2397
|
+
"ActorProjectApiKeyRoleEnum": "ActorProjectApiKeyRoleEnum",
|
|
2398
|
+
"ActorProjectApiKeyTypeEnum": "ActorProjectApiKeyTypeEnum",
|
|
2399
|
+
"ActorProjectApiKeyAllOfTypeEnum": "ActorProjectApiKeyAllOfTypeEnum",
|
|
2400
|
+
"ActorUserTypeEnum": "ActorUserTypeEnum",
|
|
2401
|
+
"ActorUserAllOfTypeEnum": "ActorUserAllOfTypeEnum",
|
|
2342
2402
|
"AddOrganizationApiKeyRequestRoleEnum": "AddOrganizationApiKeyRequestRoleEnum",
|
|
2343
2403
|
"AddOrganizationApiKeyRequestAllOfRoleEnum": "AddOrganizationApiKeyRequestAllOfRoleEnum",
|
|
2344
2404
|
"AddOrganizationDataCampaignDashboardRequestWhenToEmailEnum": "AddOrganizationDataCampaignDashboardRequestWhenToEmailEnum",
|
|
@@ -2365,6 +2425,7 @@ const enumsMap = {
|
|
|
2365
2425
|
"CreateEnterpriseTrialUserRequestUserHasMLModelsInProductionEnum": "CreateEnterpriseTrialUserRequestUserHasMLModelsInProductionEnum",
|
|
2366
2426
|
"CreateUserThirdPartyResponseStatusEnum": "CreateUserThirdPartyResponseStatusEnum",
|
|
2367
2427
|
"CreateUserThirdPartyResponseAllOfStatusEnum": "CreateUserThirdPartyResponseAllOfStatusEnum",
|
|
2428
|
+
"DBAction": "DBAction",
|
|
2368
2429
|
"DSPGroupItemSectionEnum": "DSPGroupItemSectionEnum",
|
|
2369
2430
|
"DSPGroupItemShowIfOperatorEnum": "DSPGroupItemShowIfOperatorEnum",
|
|
2370
2431
|
"DSPMetadataOutputConfigTypeEnum": "DSPMetadataOutputConfigTypeEnum",
|
|
@@ -2376,6 +2437,7 @@ const enumsMap = {
|
|
|
2376
2437
|
"DataExplorerSettingsPresetEnum": "DataExplorerSettingsPresetEnum",
|
|
2377
2438
|
"DataExplorerSettingsDimensionalityReductionTechniqueEnum": "DataExplorerSettingsDimensionalityReductionTechniqueEnum",
|
|
2378
2439
|
"DatasetSplitPreviewRowSplitCategoryEnum": "DatasetSplitPreviewRowSplitCategoryEnum",
|
|
2440
|
+
"DatasetVersionType": "DatasetVersionType",
|
|
2379
2441
|
"DeployPretrainedModelInputAudioInputTypeEnum": "DeployPretrainedModelInputAudioInputTypeEnum",
|
|
2380
2442
|
"DeployPretrainedModelInputImageInputTypeEnum": "DeployPretrainedModelInputImageInputTypeEnum",
|
|
2381
2443
|
"DeployPretrainedModelInputOtherInputTypeEnum": "DeployPretrainedModelInputOtherInputTypeEnum",
|
|
@@ -2435,6 +2497,10 @@ const enumsMap = {
|
|
|
2435
2497
|
"KerasModelVariantEnum": "KerasModelVariantEnum",
|
|
2436
2498
|
"KerasResponseModeEnum": "KerasResponseModeEnum",
|
|
2437
2499
|
"KerasVisualLayerType": "KerasVisualLayerType",
|
|
2500
|
+
"LastUpdatedByDatasetVersionRestoreTypeEnum": "LastUpdatedByDatasetVersionRestoreTypeEnum",
|
|
2501
|
+
"LastUpdatedByOAuthClientTypeEnum": "LastUpdatedByOAuthClientTypeEnum",
|
|
2502
|
+
"LastUpdatedByProjectApiKeyTypeEnum": "LastUpdatedByProjectApiKeyTypeEnum",
|
|
2503
|
+
"LastUpdatedByUserTypeEnum": "LastUpdatedByUserTypeEnum",
|
|
2438
2504
|
"LearnBlockType": "LearnBlockType",
|
|
2439
2505
|
"LogStdoutResponseAllOfStdoutLogLevelEnum": "LogStdoutResponseAllOfStdoutLogLevelEnum",
|
|
2440
2506
|
"MigrationStateEnum": "MigrationStateEnum",
|
|
@@ -2545,6 +2611,11 @@ const typeMap = {
|
|
|
2545
2611
|
"AcceptEulaRequest": acceptEulaRequest_1.AcceptEulaRequest,
|
|
2546
2612
|
"ActivateUserByThirdPartyActivationCodeRequest": activateUserByThirdPartyActivationCodeRequest_1.ActivateUserByThirdPartyActivationCodeRequest,
|
|
2547
2613
|
"ActivateUserOrVerifyEmailRequest": activateUserOrVerifyEmailRequest_1.ActivateUserOrVerifyEmailRequest,
|
|
2614
|
+
"ActorOAuthClient": actorOAuthClient_1.ActorOAuthClient,
|
|
2615
|
+
"ActorProjectApiKey": actorProjectApiKey_1.ActorProjectApiKey,
|
|
2616
|
+
"ActorProjectApiKeyAllOf": actorProjectApiKeyAllOf_1.ActorProjectApiKeyAllOf,
|
|
2617
|
+
"ActorUser": actorUser_1.ActorUser,
|
|
2618
|
+
"ActorUserAllOf": actorUserAllOf_1.ActorUserAllOf,
|
|
2548
2619
|
"AddApiKeyRequest": addApiKeyRequest_1.AddApiKeyRequest,
|
|
2549
2620
|
"AddApiKeyResponse": addApiKeyResponse_1.AddApiKeyResponse,
|
|
2550
2621
|
"AddApiKeyResponseAllOf": addApiKeyResponseAllOf_1.AddApiKeyResponseAllOf,
|
|
@@ -2804,6 +2875,11 @@ const typeMap = {
|
|
|
2804
2875
|
"DatasetSplitPreviewResponseAllOf": datasetSplitPreviewResponseAllOf_1.DatasetSplitPreviewResponseAllOf,
|
|
2805
2876
|
"DatasetSplitPreviewRow": datasetSplitPreviewRow_1.DatasetSplitPreviewRow,
|
|
2806
2877
|
"DatasetSplitPreviewSection": datasetSplitPreviewSection_1.DatasetSplitPreviewSection,
|
|
2878
|
+
"DatasetVersion": datasetVersion_1.DatasetVersion,
|
|
2879
|
+
"DatasetVersionChangeItem": datasetVersionChangeItem_1.DatasetVersionChangeItem,
|
|
2880
|
+
"DatasetVersionPendingWindow": datasetVersionPendingWindow_1.DatasetVersionPendingWindow,
|
|
2881
|
+
"DatasetVersionSummary": datasetVersionSummary_1.DatasetVersionSummary,
|
|
2882
|
+
"DatasetVersionSummaryActionCounts": datasetVersionSummaryActionCounts_1.DatasetVersionSummaryActionCounts,
|
|
2807
2883
|
"DeletePortalFileRequest": deletePortalFileRequest_1.DeletePortalFileRequest,
|
|
2808
2884
|
"DeleteTestUserRequest": deleteTestUserRequest_1.DeleteTestUserRequest,
|
|
2809
2885
|
"DeleteTestUserResponse": deleteTestUserResponse_1.DeleteTestUserResponse,
|
|
@@ -2945,6 +3021,13 @@ const typeMap = {
|
|
|
2945
3021
|
"GetDataExplorerSettingsResponse": getDataExplorerSettingsResponse_1.GetDataExplorerSettingsResponse,
|
|
2946
3022
|
"GetDataExplorerSettingsResponseAllOf": getDataExplorerSettingsResponseAllOf_1.GetDataExplorerSettingsResponseAllOf,
|
|
2947
3023
|
"GetDatasetRatioResponse": getDatasetRatioResponse_1.GetDatasetRatioResponse,
|
|
3024
|
+
"GetDatasetVersionRawDataResponse": getDatasetVersionRawDataResponse_1.GetDatasetVersionRawDataResponse,
|
|
3025
|
+
"GetDatasetVersionRawDataSampleResponse": getDatasetVersionRawDataSampleResponse_1.GetDatasetVersionRawDataSampleResponse,
|
|
3026
|
+
"GetDatasetVersionRawDataSampleResponseAllOf": getDatasetVersionRawDataSampleResponseAllOf_1.GetDatasetVersionRawDataSampleResponseAllOf,
|
|
3027
|
+
"GetDatasetVersionResponse": getDatasetVersionResponse_1.GetDatasetVersionResponse,
|
|
3028
|
+
"GetDatasetVersionResponseAllOf": getDatasetVersionResponseAllOf_1.GetDatasetVersionResponseAllOf,
|
|
3029
|
+
"GetDatasetVersionSampleChangeDetailsResponse": getDatasetVersionSampleChangeDetailsResponse_1.GetDatasetVersionSampleChangeDetailsResponse,
|
|
3030
|
+
"GetDatasetVersionSampleChangeDetailsResponseAllOf": getDatasetVersionSampleChangeDetailsResponseAllOf_1.GetDatasetVersionSampleChangeDetailsResponseAllOf,
|
|
2948
3031
|
"GetDeploymentHistoryResponse": getDeploymentHistoryResponse_1.GetDeploymentHistoryResponse,
|
|
2949
3032
|
"GetDeploymentHistoryResponseAllOf": getDeploymentHistoryResponseAllOf_1.GetDeploymentHistoryResponseAllOf,
|
|
2950
3033
|
"GetDeploymentResponse": getDeploymentResponse_1.GetDeploymentResponse,
|
|
@@ -3154,12 +3237,20 @@ const typeMap = {
|
|
|
3154
3237
|
"KerasVisualLayer": kerasVisualLayer_1.KerasVisualLayer,
|
|
3155
3238
|
"LastModificationDateResponse": lastModificationDateResponse_1.LastModificationDateResponse,
|
|
3156
3239
|
"LastModificationDateResponseAllOf": lastModificationDateResponseAllOf_1.LastModificationDateResponseAllOf,
|
|
3240
|
+
"LastUpdatedByDatasetVersionRestore": lastUpdatedByDatasetVersionRestore_1.LastUpdatedByDatasetVersionRestore,
|
|
3241
|
+
"LastUpdatedByOAuthClient": lastUpdatedByOAuthClient_1.LastUpdatedByOAuthClient,
|
|
3242
|
+
"LastUpdatedByProjectApiKey": lastUpdatedByProjectApiKey_1.LastUpdatedByProjectApiKey,
|
|
3243
|
+
"LastUpdatedByUser": lastUpdatedByUser_1.LastUpdatedByUser,
|
|
3157
3244
|
"LatencyDevice": latencyDevice_1.LatencyDevice,
|
|
3158
3245
|
"LearnBlock": learnBlock_1.LearnBlock,
|
|
3159
3246
|
"ListAIActionsResponse": listAIActionsResponse_1.ListAIActionsResponse,
|
|
3160
3247
|
"ListAIActionsResponseAllOf": listAIActionsResponseAllOf_1.ListAIActionsResponseAllOf,
|
|
3161
3248
|
"ListApiKeysResponse": listApiKeysResponse_1.ListApiKeysResponse,
|
|
3162
3249
|
"ListApiKeysResponseAllOf": listApiKeysResponseAllOf_1.ListApiKeysResponseAllOf,
|
|
3250
|
+
"ListDatasetVersionChangesResponse": listDatasetVersionChangesResponse_1.ListDatasetVersionChangesResponse,
|
|
3251
|
+
"ListDatasetVersionChangesResponseAllOf": listDatasetVersionChangesResponseAllOf_1.ListDatasetVersionChangesResponseAllOf,
|
|
3252
|
+
"ListDatasetVersionsResponse": listDatasetVersionsResponse_1.ListDatasetVersionsResponse,
|
|
3253
|
+
"ListDatasetVersionsResponseAllOf": listDatasetVersionsResponseAllOf_1.ListDatasetVersionsResponseAllOf,
|
|
3163
3254
|
"ListDeploymentHistoryResponse": listDeploymentHistoryResponse_1.ListDeploymentHistoryResponse,
|
|
3164
3255
|
"ListDeploymentHistoryResponseAllOf": listDeploymentHistoryResponseAllOf_1.ListDeploymentHistoryResponseAllOf,
|
|
3165
3256
|
"ListDevicesResponse": listDevicesResponse_1.ListDevicesResponse,
|
|
@@ -3564,6 +3655,7 @@ const typeMap = {
|
|
|
3564
3655
|
"TunerTrialMetricsTest": tunerTrialMetricsTest_1.TunerTrialMetricsTest,
|
|
3565
3656
|
"TunerTrialProgress": tunerTrialProgress_1.TunerTrialProgress,
|
|
3566
3657
|
"UpdateAIActionRequest": updateAIActionRequest_1.UpdateAIActionRequest,
|
|
3658
|
+
"UpdateDatasetVersionRequest": updateDatasetVersionRequest_1.UpdateDatasetVersionRequest,
|
|
3567
3659
|
"UpdateImpulseRequest": updateImpulseRequest_1.UpdateImpulseRequest,
|
|
3568
3660
|
"UpdateJobRequest": updateJobRequest_1.UpdateJobRequest,
|
|
3569
3661
|
"UpdateOrganizationAddCollaboratorRequest": updateOrganizationAddCollaboratorRequest_1.UpdateOrganizationAddCollaboratorRequest,
|