edge-impulse-api 1.93.2 → 1.93.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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/api/projectsApi.d.ts +25 -2
- package/build/library/sdk/api/projectsApi.js +160 -2
- 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 +47 -0
- package/build/library/sdk/model/actorProjectApiKey.js +81 -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/addIngestionOnlyProjectApiKeyRequest.d.ts +28 -0
- package/build/library/sdk/model/addIngestionOnlyProjectApiKeyRequest.js +29 -0
- package/build/library/sdk/model/addIngestionOnlyProjectApiKeyRequest.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/getSSODomainIdPsResponse.d.ts +4 -0
- package/build/library/sdk/model/getSSODomainIdPsResponse.js +5 -0
- package/build/library/sdk/model/getSSODomainIdPsResponse.js.map +1 -1
- package/build/library/sdk/model/getSSODomainIdPsResponseAllOf.d.ts +4 -0
- package/build/library/sdk/model/getSSODomainIdPsResponseAllOf.js +5 -0
- package/build/library/sdk/model/getSSODomainIdPsResponseAllOf.js.map +1 -1
- 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 +29 -0
- package/build/library/sdk/model/models.js +95 -0
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/oAuthScope.d.ts +1 -1
- package/build/library/sdk/model/oAuthScope.js +1 -1
- package/build/library/sdk/model/oAuthScope.js.map +1 -1
- package/build/library/sdk/model/oauthClient.d.ts +1 -1
- package/build/library/sdk/model/projectApiKey.d.ts +4 -0
- package/build/library/sdk/model/projectApiKey.js +5 -0
- package/build/library/sdk/model/projectApiKey.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,11 +8,17 @@ 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';
|
|
14
19
|
export * from './addCollaboratorRequest';
|
|
15
20
|
export * from './addHmacKeyRequest';
|
|
21
|
+
export * from './addIngestionOnlyProjectApiKeyRequest';
|
|
16
22
|
export * from './addKerasFilesRequest';
|
|
17
23
|
export * from './addMemberRequest';
|
|
18
24
|
export * from './addOrganizationApiKeyRequest';
|
|
@@ -236,6 +242,7 @@ export * from './cropSampleResponse';
|
|
|
236
242
|
export * from './cropSampleResponseAllOf';
|
|
237
243
|
export * from './crossValidationData';
|
|
238
244
|
export * from './crossValidationDataScores';
|
|
245
|
+
export * from './dBAction';
|
|
239
246
|
export * from './dSPBlock';
|
|
240
247
|
export * from './dSPConfig';
|
|
241
248
|
export * from './dSPConfigRequest';
|
|
@@ -273,6 +280,12 @@ export * from './datasetSplitPreviewResponse';
|
|
|
273
280
|
export * from './datasetSplitPreviewResponseAllOf';
|
|
274
281
|
export * from './datasetSplitPreviewRow';
|
|
275
282
|
export * from './datasetSplitPreviewSection';
|
|
283
|
+
export * from './datasetVersion';
|
|
284
|
+
export * from './datasetVersionChangeItem';
|
|
285
|
+
export * from './datasetVersionPendingWindow';
|
|
286
|
+
export * from './datasetVersionSummary';
|
|
287
|
+
export * from './datasetVersionSummaryActionCounts';
|
|
288
|
+
export * from './datasetVersionType';
|
|
276
289
|
export * from './deletePortalFileRequest';
|
|
277
290
|
export * from './deleteTestUserRequest';
|
|
278
291
|
export * from './deleteTestUserResponse';
|
|
@@ -420,6 +433,13 @@ export * from './getDataExplorerFeaturesResponseAllOfSample';
|
|
|
420
433
|
export * from './getDataExplorerSettingsResponse';
|
|
421
434
|
export * from './getDataExplorerSettingsResponseAllOf';
|
|
422
435
|
export * from './getDatasetRatioResponse';
|
|
436
|
+
export * from './getDatasetVersionRawDataResponse';
|
|
437
|
+
export * from './getDatasetVersionRawDataSampleResponse';
|
|
438
|
+
export * from './getDatasetVersionRawDataSampleResponseAllOf';
|
|
439
|
+
export * from './getDatasetVersionResponse';
|
|
440
|
+
export * from './getDatasetVersionResponseAllOf';
|
|
441
|
+
export * from './getDatasetVersionSampleChangeDetailsResponse';
|
|
442
|
+
export * from './getDatasetVersionSampleChangeDetailsResponseAllOf';
|
|
423
443
|
export * from './getDeploymentHistoryResponse';
|
|
424
444
|
export * from './getDeploymentHistoryResponseAllOf';
|
|
425
445
|
export * from './getDeploymentResponse';
|
|
@@ -639,6 +659,10 @@ export * from './kerasVisualLayer';
|
|
|
639
659
|
export * from './kerasVisualLayerType';
|
|
640
660
|
export * from './lastModificationDateResponse';
|
|
641
661
|
export * from './lastModificationDateResponseAllOf';
|
|
662
|
+
export * from './lastUpdatedByDatasetVersionRestore';
|
|
663
|
+
export * from './lastUpdatedByOAuthClient';
|
|
664
|
+
export * from './lastUpdatedByProjectApiKey';
|
|
665
|
+
export * from './lastUpdatedByUser';
|
|
642
666
|
export * from './latencyDevice';
|
|
643
667
|
export * from './learnBlock';
|
|
644
668
|
export * from './learnBlockType';
|
|
@@ -646,6 +670,10 @@ export * from './listAIActionsResponse';
|
|
|
646
670
|
export * from './listAIActionsResponseAllOf';
|
|
647
671
|
export * from './listApiKeysResponse';
|
|
648
672
|
export * from './listApiKeysResponseAllOf';
|
|
673
|
+
export * from './listDatasetVersionChangesResponse';
|
|
674
|
+
export * from './listDatasetVersionChangesResponseAllOf';
|
|
675
|
+
export * from './listDatasetVersionsResponse';
|
|
676
|
+
export * from './listDatasetVersionsResponseAllOf';
|
|
649
677
|
export * from './listDeploymentHistoryResponse';
|
|
650
678
|
export * from './listDeploymentHistoryResponseAllOf';
|
|
651
679
|
export * from './listDevicesResponse';
|
|
@@ -1071,6 +1099,7 @@ export * from './tunerTrialMetricsTest';
|
|
|
1071
1099
|
export * from './tunerTrialProgress';
|
|
1072
1100
|
export * from './tutorialType';
|
|
1073
1101
|
export * from './updateAIActionRequest';
|
|
1102
|
+
export * from './updateDatasetVersionRequest';
|
|
1074
1103
|
export * from './updateImpulseRequest';
|
|
1075
1104
|
export * from './updateJobRequest';
|
|
1076
1105
|
export * from './updateOrganizationAddCollaboratorRequest';
|