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,29 @@
|
|
|
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.GetDatasetVersionRawDataSampleResponseAllOf = void 0;
|
|
15
|
+
class GetDatasetVersionRawDataSampleResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetDatasetVersionRawDataSampleResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetDatasetVersionRawDataSampleResponseAllOf = GetDatasetVersionRawDataSampleResponseAllOf;
|
|
21
|
+
GetDatasetVersionRawDataSampleResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetDatasetVersionRawDataSampleResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "sample",
|
|
25
|
+
"baseName": "sample",
|
|
26
|
+
"type": "Sample"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=getDatasetVersionRawDataSampleResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDatasetVersionRawDataSampleResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getDatasetVersionRawDataSampleResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,2CAA2C;IAYpD,MAAM,CAAC,mBAAmB;QACtB,OAAO,2CAA2C,CAAC,gBAAgB,CAAC;IACxE,CAAC;;AAdL,kGAeC;AAZU,yDAAa,GAAuB,SAAS,CAAC;AAE9C,4DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -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
|
+
import { DatasetVersion } from './datasetVersion';
|
|
13
|
+
export declare class GetDatasetVersionResponse {
|
|
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
|
+
'datasetVersion': DatasetVersion;
|
|
23
|
+
static discriminator: string | undefined;
|
|
24
|
+
static attributeTypeMap: Array<{
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}>;
|
|
29
|
+
static getAttributeTypeMap(): {
|
|
30
|
+
name: string;
|
|
31
|
+
baseName: string;
|
|
32
|
+
type: string;
|
|
33
|
+
}[];
|
|
34
|
+
}
|
|
@@ -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.GetDatasetVersionResponse = void 0;
|
|
15
|
+
class GetDatasetVersionResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetDatasetVersionResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetDatasetVersionResponse = GetDatasetVersionResponse;
|
|
21
|
+
GetDatasetVersionResponse.discriminator = undefined;
|
|
22
|
+
GetDatasetVersionResponse.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": "datasetVersion",
|
|
35
|
+
"baseName": "datasetVersion",
|
|
36
|
+
"type": "DatasetVersion"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=getDatasetVersionResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDatasetVersionResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getDatasetVersionResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,yBAAyB;IA8BlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAhCL,8DAiCC;AAtBU,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,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,gBAAgB;KAC3B;CAAK,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
export declare class GetDatasetVersionResponseAllOf {
|
|
14
|
+
'datasetVersion': DatasetVersion;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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.GetDatasetVersionResponseAllOf = void 0;
|
|
15
|
+
class GetDatasetVersionResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetDatasetVersionResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetDatasetVersionResponseAllOf = GetDatasetVersionResponseAllOf;
|
|
21
|
+
GetDatasetVersionResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetDatasetVersionResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "datasetVersion",
|
|
25
|
+
"baseName": "datasetVersion",
|
|
26
|
+
"type": "DatasetVersion"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=getDatasetVersionResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDatasetVersionResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getDatasetVersionResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,8BAA8B;IAYvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AAdL,wEAeC;AAZU,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,gBAAgB;KAC3B;CAAK,CAAC"}
|
|
@@ -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
|
+
import { DatasetVersionChangeItem } from './datasetVersionChangeItem';
|
|
13
|
+
export declare class GetDatasetVersionSampleChangeDetailsResponse {
|
|
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
|
+
'change': DatasetVersionChangeItem;
|
|
23
|
+
static discriminator: string | undefined;
|
|
24
|
+
static attributeTypeMap: Array<{
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}>;
|
|
29
|
+
static getAttributeTypeMap(): {
|
|
30
|
+
name: string;
|
|
31
|
+
baseName: string;
|
|
32
|
+
type: string;
|
|
33
|
+
}[];
|
|
34
|
+
}
|
|
@@ -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.GetDatasetVersionSampleChangeDetailsResponse = void 0;
|
|
15
|
+
class GetDatasetVersionSampleChangeDetailsResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetDatasetVersionSampleChangeDetailsResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetDatasetVersionSampleChangeDetailsResponse = GetDatasetVersionSampleChangeDetailsResponse;
|
|
21
|
+
GetDatasetVersionSampleChangeDetailsResponse.discriminator = undefined;
|
|
22
|
+
GetDatasetVersionSampleChangeDetailsResponse.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": "change",
|
|
35
|
+
"baseName": "change",
|
|
36
|
+
"type": "DatasetVersionChangeItem"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=getDatasetVersionSampleChangeDetailsResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDatasetVersionSampleChangeDetailsResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getDatasetVersionSampleChangeDetailsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,4CAA4C;IA8BrD,MAAM,CAAC,mBAAmB;QACtB,OAAO,4CAA4C,CAAC,gBAAgB,CAAC;IACzE,CAAC;;AAhCL,oGAiCC;AAtBU,0DAAa,GAAuB,SAAS,CAAC;AAE9C,6DAAgB,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,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 GetDatasetVersionSampleChangeDetailsResponseAllOf {
|
|
14
|
+
'change': DatasetVersionChangeItem;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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.GetDatasetVersionSampleChangeDetailsResponseAllOf = void 0;
|
|
15
|
+
class GetDatasetVersionSampleChangeDetailsResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetDatasetVersionSampleChangeDetailsResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetDatasetVersionSampleChangeDetailsResponseAllOf = GetDatasetVersionSampleChangeDetailsResponseAllOf;
|
|
21
|
+
GetDatasetVersionSampleChangeDetailsResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetDatasetVersionSampleChangeDetailsResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "change",
|
|
25
|
+
"baseName": "change",
|
|
26
|
+
"type": "DatasetVersionChangeItem"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=getDatasetVersionSampleChangeDetailsResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDatasetVersionSampleChangeDetailsResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getDatasetVersionSampleChangeDetailsResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,iDAAiD;IAY1D,MAAM,CAAC,mBAAmB;QACtB,OAAO,iDAAiD,CAAC,gBAAgB,CAAC;IAC9E,CAAC;;AAdL,8GAeC;AAZU,+DAAa,GAAuB,SAAS,CAAC;AAE9C,kEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { LastUpdatedByUser } from './lastUpdatedByUser';
|
|
13
|
+
import { LastUpdatedByProjectApiKey } from './lastUpdatedByProjectApiKey';
|
|
14
|
+
import { LastUpdatedByOAuthClient } from './lastUpdatedByOAuthClient';
|
|
15
|
+
/**
|
|
16
|
+
* The dataset restore that last updated a sample.
|
|
17
|
+
*/
|
|
18
|
+
export declare class LastUpdatedByDatasetVersionRestore {
|
|
19
|
+
'type': LastUpdatedByDatasetVersionRestoreTypeEnum;
|
|
20
|
+
/**
|
|
21
|
+
* The ID of the dataset version that last updated the sample.
|
|
22
|
+
*/
|
|
23
|
+
'datasetVersionId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* A random grouping ID to keep restore snapshots isolated.
|
|
26
|
+
*/
|
|
27
|
+
'groupKey'?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The actor that started the dataset restore operation.
|
|
30
|
+
*/
|
|
31
|
+
'actor'?: LastUpdatedByUser | LastUpdatedByProjectApiKey | LastUpdatedByOAuthClient;
|
|
32
|
+
static discriminator: string | undefined;
|
|
33
|
+
static attributeTypeMap: Array<{
|
|
34
|
+
name: string;
|
|
35
|
+
baseName: string;
|
|
36
|
+
type: string;
|
|
37
|
+
}>;
|
|
38
|
+
static getAttributeTypeMap(): {
|
|
39
|
+
name: string;
|
|
40
|
+
baseName: string;
|
|
41
|
+
type: string;
|
|
42
|
+
}[];
|
|
43
|
+
}
|
|
44
|
+
export type LastUpdatedByDatasetVersionRestoreTypeEnum = 'datasetVersionRestore';
|
|
45
|
+
export declare const LastUpdatedByDatasetVersionRestoreTypeEnumValues: string[];
|
|
@@ -0,0 +1,48 @@
|
|
|
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.LastUpdatedByDatasetVersionRestoreTypeEnumValues = exports.LastUpdatedByDatasetVersionRestore = void 0;
|
|
15
|
+
/**
|
|
16
|
+
* The dataset restore that last updated a sample.
|
|
17
|
+
*/
|
|
18
|
+
class LastUpdatedByDatasetVersionRestore {
|
|
19
|
+
static getAttributeTypeMap() {
|
|
20
|
+
return LastUpdatedByDatasetVersionRestore.attributeTypeMap;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.LastUpdatedByDatasetVersionRestore = LastUpdatedByDatasetVersionRestore;
|
|
24
|
+
LastUpdatedByDatasetVersionRestore.discriminator = undefined;
|
|
25
|
+
LastUpdatedByDatasetVersionRestore.attributeTypeMap = [
|
|
26
|
+
{
|
|
27
|
+
"name": "type",
|
|
28
|
+
"baseName": "type",
|
|
29
|
+
"type": "LastUpdatedByDatasetVersionRestoreTypeEnum"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "datasetVersionId",
|
|
33
|
+
"baseName": "datasetVersionId",
|
|
34
|
+
"type": "number"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "groupKey",
|
|
38
|
+
"baseName": "groupKey",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "actor",
|
|
43
|
+
"baseName": "actor",
|
|
44
|
+
"type": "LastUpdatedByUser | LastUpdatedByProjectApiKey | LastUpdatedByOAuthClient"
|
|
45
|
+
}
|
|
46
|
+
];
|
|
47
|
+
exports.LastUpdatedByDatasetVersionRestoreTypeEnumValues = ['datasetVersionRestore'];
|
|
48
|
+
//# sourceMappingURL=lastUpdatedByDatasetVersionRestore.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lastUpdatedByDatasetVersionRestore.js","sourceRoot":"","sources":["../../../../library/sdk/model/lastUpdatedByDatasetVersionRestore.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH;;EAEE;AACF,MAAa,kCAAkC;IAuC3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AAzCL,gFA0CC;AA3BU,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,4CAA4C;KACvD;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2EAA2E;KACtF;CAAK,CAAC;AASF,QAAA,gDAAgD,GAAa,CAAC,uBAAuB,CAAC,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 OAuth client that last updated a sample, and the user it is acting on behalf of.
|
|
14
|
+
*/
|
|
15
|
+
export declare class LastUpdatedByOAuthClient {
|
|
16
|
+
'type': LastUpdatedByOAuthClientTypeEnum;
|
|
17
|
+
/**
|
|
18
|
+
* The ID of the OAuth client that last updated the sample.
|
|
19
|
+
*/
|
|
20
|
+
'oauthClientId': string;
|
|
21
|
+
/**
|
|
22
|
+
* The user ID the OAuth client is acting on behalf of.
|
|
23
|
+
*/
|
|
24
|
+
'userId'?: number;
|
|
25
|
+
static discriminator: string | undefined;
|
|
26
|
+
static attributeTypeMap: Array<{
|
|
27
|
+
name: string;
|
|
28
|
+
baseName: string;
|
|
29
|
+
type: string;
|
|
30
|
+
}>;
|
|
31
|
+
static getAttributeTypeMap(): {
|
|
32
|
+
name: string;
|
|
33
|
+
baseName: string;
|
|
34
|
+
type: string;
|
|
35
|
+
}[];
|
|
36
|
+
}
|
|
37
|
+
export type LastUpdatedByOAuthClientTypeEnum = 'oauthClient';
|
|
38
|
+
export declare const LastUpdatedByOAuthClientTypeEnumValues: string[];
|
|
@@ -0,0 +1,43 @@
|
|
|
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.LastUpdatedByOAuthClientTypeEnumValues = exports.LastUpdatedByOAuthClient = void 0;
|
|
15
|
+
/**
|
|
16
|
+
* The OAuth client that last updated a sample, and the user it is acting on behalf of.
|
|
17
|
+
*/
|
|
18
|
+
class LastUpdatedByOAuthClient {
|
|
19
|
+
static getAttributeTypeMap() {
|
|
20
|
+
return LastUpdatedByOAuthClient.attributeTypeMap;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.LastUpdatedByOAuthClient = LastUpdatedByOAuthClient;
|
|
24
|
+
LastUpdatedByOAuthClient.discriminator = undefined;
|
|
25
|
+
LastUpdatedByOAuthClient.attributeTypeMap = [
|
|
26
|
+
{
|
|
27
|
+
"name": "type",
|
|
28
|
+
"baseName": "type",
|
|
29
|
+
"type": "LastUpdatedByOAuthClientTypeEnum"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "oauthClientId",
|
|
33
|
+
"baseName": "oauthClientId",
|
|
34
|
+
"type": "string"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "userId",
|
|
38
|
+
"baseName": "userId",
|
|
39
|
+
"type": "number"
|
|
40
|
+
}
|
|
41
|
+
];
|
|
42
|
+
exports.LastUpdatedByOAuthClientTypeEnumValues = ['oauthClient'];
|
|
43
|
+
//# sourceMappingURL=lastUpdatedByOAuthClient.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lastUpdatedByOAuthClient.js","sourceRoot":"","sources":["../../../../library/sdk/model/lastUpdatedByOAuthClient.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;;EAEE;AACF,MAAa,wBAAwB;IA8BjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAhCL,4DAiCC;AAtBU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,sCAAsC,GAAa,CAAC,aAAa,CAAC,CAAC"}
|
|
@@ -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 project API key that last updated a sample.
|
|
14
|
+
*/
|
|
15
|
+
export declare class LastUpdatedByProjectApiKey {
|
|
16
|
+
'type': LastUpdatedByProjectApiKeyTypeEnum;
|
|
17
|
+
/**
|
|
18
|
+
* The ID of the project API key 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 LastUpdatedByProjectApiKeyTypeEnum = 'projectApiKey';
|
|
34
|
+
export declare const LastUpdatedByProjectApiKeyTypeEnumValues: 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.LastUpdatedByProjectApiKeyTypeEnumValues = exports.LastUpdatedByProjectApiKey = void 0;
|
|
15
|
+
/**
|
|
16
|
+
* The project API key that last updated a sample.
|
|
17
|
+
*/
|
|
18
|
+
class LastUpdatedByProjectApiKey {
|
|
19
|
+
static getAttributeTypeMap() {
|
|
20
|
+
return LastUpdatedByProjectApiKey.attributeTypeMap;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.LastUpdatedByProjectApiKey = LastUpdatedByProjectApiKey;
|
|
24
|
+
LastUpdatedByProjectApiKey.discriminator = undefined;
|
|
25
|
+
LastUpdatedByProjectApiKey.attributeTypeMap = [
|
|
26
|
+
{
|
|
27
|
+
"name": "type",
|
|
28
|
+
"baseName": "type",
|
|
29
|
+
"type": "LastUpdatedByProjectApiKeyTypeEnum"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "id",
|
|
33
|
+
"baseName": "id",
|
|
34
|
+
"type": "number"
|
|
35
|
+
}
|
|
36
|
+
];
|
|
37
|
+
exports.LastUpdatedByProjectApiKeyTypeEnumValues = ['projectApiKey'];
|
|
38
|
+
//# sourceMappingURL=lastUpdatedByProjectApiKey.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lastUpdatedByProjectApiKey.js","sourceRoot":"","sources":["../../../../library/sdk/model/lastUpdatedByProjectApiKey.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;;EAEE;AACF,MAAa,0BAA0B;IAqBnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AAvBL,gEAwBC;AAjBU,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,wCAAwC,GAAa,CAAC,eAAe,CAAC,CAAC"}
|
|
@@ -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"}
|