edge-impulse-api 1.93.1 → 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/adminApi.d.ts +15 -0
- package/build/library/sdk/api/adminApi.js +77 -0
- package/build/library/sdk/api/adminApi.js.map +1 -1
- 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/dSPApi.d.ts +3 -3
- package/build/library/sdk/api/dSPApi.js +3 -3
- package/build/library/sdk/api/dSPApi.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/api/projectsApi.d.ts +10 -0
- package/build/library/sdk/api/projectsApi.js +73 -0
- package/build/library/sdk/api/projectsApi.js.map +1 -1
- 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/adminProjectKillSwitchResponse.d.ts +40 -0
- package/build/library/sdk/model/adminProjectKillSwitchResponse.js +44 -0
- package/build/library/sdk/model/adminProjectKillSwitchResponse.js.map +1 -0
- package/build/library/sdk/model/adminProjectKillSwitchResponseAllOf.d.ts +32 -0
- package/build/library/sdk/model/adminProjectKillSwitchResponseAllOf.js +34 -0
- package/build/library/sdk/model/adminProjectKillSwitchResponseAllOf.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 +30 -0
- package/build/library/sdk/model/models.js +98 -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,34 @@
|
|
|
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
|
+
/**
|
|
13
|
+
* The user who last updated a sample.
|
|
14
|
+
*/
|
|
15
|
+
export declare class LastUpdatedByUser {
|
|
16
|
+
'type': LastUpdatedByUserTypeEnum;
|
|
17
|
+
/**
|
|
18
|
+
* The ID of the user that last updated the sample.
|
|
19
|
+
*/
|
|
20
|
+
'id': number;
|
|
21
|
+
static discriminator: string | undefined;
|
|
22
|
+
static attributeTypeMap: Array<{
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}>;
|
|
27
|
+
static getAttributeTypeMap(): {
|
|
28
|
+
name: string;
|
|
29
|
+
baseName: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}[];
|
|
32
|
+
}
|
|
33
|
+
export type LastUpdatedByUserTypeEnum = 'user';
|
|
34
|
+
export declare const LastUpdatedByUserTypeEnumValues: string[];
|
|
@@ -0,0 +1,38 @@
|
|
|
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.LastUpdatedByUserTypeEnumValues = exports.LastUpdatedByUser = void 0;
|
|
15
|
+
/**
|
|
16
|
+
* The user who last updated a sample.
|
|
17
|
+
*/
|
|
18
|
+
class LastUpdatedByUser {
|
|
19
|
+
static getAttributeTypeMap() {
|
|
20
|
+
return LastUpdatedByUser.attributeTypeMap;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.LastUpdatedByUser = LastUpdatedByUser;
|
|
24
|
+
LastUpdatedByUser.discriminator = undefined;
|
|
25
|
+
LastUpdatedByUser.attributeTypeMap = [
|
|
26
|
+
{
|
|
27
|
+
"name": "type",
|
|
28
|
+
"baseName": "type",
|
|
29
|
+
"type": "LastUpdatedByUserTypeEnum"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "id",
|
|
33
|
+
"baseName": "id",
|
|
34
|
+
"type": "number"
|
|
35
|
+
}
|
|
36
|
+
];
|
|
37
|
+
exports.LastUpdatedByUserTypeEnumValues = ['user'];
|
|
38
|
+
//# sourceMappingURL=lastUpdatedByUser.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lastUpdatedByUser.js","sourceRoot":"","sources":["../../../../library/sdk/model/lastUpdatedByUser.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;;EAEE;AACF,MAAa,iBAAiB;IAqB1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AAvBL,8CAwBC;AAjBU,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,+BAA+B,GAAa,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -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';
|
|
@@ -97,6 +102,8 @@ export * from './adminOrganizationInfoResponse';
|
|
|
97
102
|
export * from './adminOrganizationInfoResponseAllOf';
|
|
98
103
|
export * from './adminProjectInfoResponse';
|
|
99
104
|
export * from './adminProjectInfoResponseAllOf';
|
|
105
|
+
export * from './adminProjectKillSwitchResponse';
|
|
106
|
+
export * from './adminProjectKillSwitchResponseAllOf';
|
|
100
107
|
export * from './adminRotateOauthClientSecretResponse';
|
|
101
108
|
export * from './adminRotateOauthClientSecretResponseAllOf';
|
|
102
109
|
export * from './adminStartEnterpriseTrialRequest';
|
|
@@ -234,6 +241,7 @@ export * from './cropSampleResponse';
|
|
|
234
241
|
export * from './cropSampleResponseAllOf';
|
|
235
242
|
export * from './crossValidationData';
|
|
236
243
|
export * from './crossValidationDataScores';
|
|
244
|
+
export * from './dBAction';
|
|
237
245
|
export * from './dSPBlock';
|
|
238
246
|
export * from './dSPConfig';
|
|
239
247
|
export * from './dSPConfigRequest';
|
|
@@ -271,6 +279,12 @@ export * from './datasetSplitPreviewResponse';
|
|
|
271
279
|
export * from './datasetSplitPreviewResponseAllOf';
|
|
272
280
|
export * from './datasetSplitPreviewRow';
|
|
273
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';
|
|
274
288
|
export * from './deletePortalFileRequest';
|
|
275
289
|
export * from './deleteTestUserRequest';
|
|
276
290
|
export * from './deleteTestUserResponse';
|
|
@@ -418,6 +432,13 @@ export * from './getDataExplorerFeaturesResponseAllOfSample';
|
|
|
418
432
|
export * from './getDataExplorerSettingsResponse';
|
|
419
433
|
export * from './getDataExplorerSettingsResponseAllOf';
|
|
420
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';
|
|
421
442
|
export * from './getDeploymentHistoryResponse';
|
|
422
443
|
export * from './getDeploymentHistoryResponseAllOf';
|
|
423
444
|
export * from './getDeploymentResponse';
|
|
@@ -637,6 +658,10 @@ export * from './kerasVisualLayer';
|
|
|
637
658
|
export * from './kerasVisualLayerType';
|
|
638
659
|
export * from './lastModificationDateResponse';
|
|
639
660
|
export * from './lastModificationDateResponseAllOf';
|
|
661
|
+
export * from './lastUpdatedByDatasetVersionRestore';
|
|
662
|
+
export * from './lastUpdatedByOAuthClient';
|
|
663
|
+
export * from './lastUpdatedByProjectApiKey';
|
|
664
|
+
export * from './lastUpdatedByUser';
|
|
640
665
|
export * from './latencyDevice';
|
|
641
666
|
export * from './learnBlock';
|
|
642
667
|
export * from './learnBlockType';
|
|
@@ -644,6 +669,10 @@ export * from './listAIActionsResponse';
|
|
|
644
669
|
export * from './listAIActionsResponseAllOf';
|
|
645
670
|
export * from './listApiKeysResponse';
|
|
646
671
|
export * from './listApiKeysResponseAllOf';
|
|
672
|
+
export * from './listDatasetVersionChangesResponse';
|
|
673
|
+
export * from './listDatasetVersionChangesResponseAllOf';
|
|
674
|
+
export * from './listDatasetVersionsResponse';
|
|
675
|
+
export * from './listDatasetVersionsResponseAllOf';
|
|
647
676
|
export * from './listDeploymentHistoryResponse';
|
|
648
677
|
export * from './listDeploymentHistoryResponseAllOf';
|
|
649
678
|
export * from './listDevicesResponse';
|
|
@@ -1069,6 +1098,7 @@ export * from './tunerTrialMetricsTest';
|
|
|
1069
1098
|
export * from './tunerTrialProgress';
|
|
1070
1099
|
export * from './tutorialType';
|
|
1071
1100
|
export * from './updateAIActionRequest';
|
|
1101
|
+
export * from './updateDatasetVersionRequest';
|
|
1072
1102
|
export * from './updateImpulseRequest';
|
|
1073
1103
|
export * from './updateJobRequest';
|
|
1074
1104
|
export * from './updateOrganizationAddCollaboratorRequest';
|