edge-impulse-api 1.49.21 → 1.49.24
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/classifyApi.d.ts +18 -0
- package/build/library/sdk/api/classifyApi.js +91 -0
- package/build/library/sdk/api/classifyApi.js.map +1 -1
- package/build/library/sdk/api/jobsApi.d.ts +3 -1
- package/build/library/sdk/api/jobsApi.js +3 -1
- package/build/library/sdk/api/jobsApi.js.map +1 -1
- package/build/library/sdk/api/projectsApi.d.ts +11 -0
- package/build/library/sdk/api/projectsApi.js +73 -0
- package/build/library/sdk/api/projectsApi.js.map +1 -1
- package/build/library/sdk/api/userApi.d.ts +10 -0
- package/build/library/sdk/api/userApi.js +67 -0
- package/build/library/sdk/api/userApi.js.map +1 -1
- package/build/library/sdk/model/blockType.d.ts +1 -1
- package/build/library/sdk/model/blockType.js +1 -1
- package/build/library/sdk/model/blockType.js.map +1 -1
- package/build/library/sdk/model/classifyJobResponse.d.ts +5 -0
- package/build/library/sdk/model/classifyJobResponse.js +5 -0
- package/build/library/sdk/model/classifyJobResponse.js.map +1 -1
- package/build/library/sdk/model/classifyJobResponseAllOf.d.ts +5 -0
- package/build/library/sdk/model/classifyJobResponseAllOf.js +5 -0
- package/build/library/sdk/model/classifyJobResponseAllOf.js.map +1 -1
- package/build/library/sdk/model/classifySampleResponseMultipleVariants.d.ts +48 -0
- package/build/library/sdk/model/classifySampleResponseMultipleVariants.js +59 -0
- package/build/library/sdk/model/classifySampleResponseMultipleVariants.js.map +1 -0
- package/build/library/sdk/model/classifySampleResponseMultipleVariantsAllOf.d.ts +40 -0
- package/build/library/sdk/model/classifySampleResponseMultipleVariantsAllOf.js +49 -0
- package/build/library/sdk/model/classifySampleResponseMultipleVariantsAllOf.js.map +1 -0
- package/build/library/sdk/model/classifySampleResponseVariantResults.d.ts +28 -0
- package/build/library/sdk/model/classifySampleResponseVariantResults.js +34 -0
- package/build/library/sdk/model/classifySampleResponseVariantResults.js.map +1 -0
- package/build/library/sdk/model/getModelVariantsResponse.d.ts +37 -0
- package/build/library/sdk/model/getModelVariantsResponse.js +39 -0
- package/build/library/sdk/model/getModelVariantsResponse.js.map +1 -0
- package/build/library/sdk/model/getModelVariantsResponseAllOf.d.ts +29 -0
- package/build/library/sdk/model/getModelVariantsResponseAllOf.js +29 -0
- package/build/library/sdk/model/getModelVariantsResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/getUserResponse.d.ts +2 -0
- package/build/library/sdk/model/getUserResponse.js +5 -0
- package/build/library/sdk/model/getUserResponse.js.map +1 -1
- package/build/library/sdk/model/getUserResponseAllOf.d.ts +2 -0
- package/build/library/sdk/model/getUserResponseAllOf.js +5 -0
- package/build/library/sdk/model/getUserResponseAllOf.js.map +1 -1
- package/build/library/sdk/model/imageInputScaling.d.ts +2 -2
- package/build/library/sdk/model/imageInputScaling.js +1 -1
- package/build/library/sdk/model/imageInputScaling.js.map +1 -1
- package/build/library/sdk/model/models.d.ts +11 -0
- package/build/library/sdk/model/models.js +32 -0
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/projectModelVariant.d.ts +38 -0
- package/build/library/sdk/model/projectModelVariant.js +44 -0
- package/build/library/sdk/model/projectModelVariant.js.map +1 -0
- package/build/library/sdk/model/startClassifyJobRequest.d.ts +29 -0
- package/build/library/sdk/model/startClassifyJobRequest.js +29 -0
- package/build/library/sdk/model/startClassifyJobRequest.js.map +1 -0
- package/build/library/sdk/model/updateProjectRequest.d.ts +6 -0
- package/build/library/sdk/model/updateProjectRequest.js +10 -0
- package/build/library/sdk/model/updateProjectRequest.js.map +1 -1
- package/build/library/sdk/model/updateUserRequest.d.ts +2 -0
- package/build/library/sdk/model/updateUserRequest.js +5 -0
- package/build/library/sdk/model/updateUserRequest.js.map +1 -1
- package/build/library/sdk/model/userProjectsSortOrder.d.ts +13 -0
- package/build/library/sdk/model/userProjectsSortOrder.js +16 -0
- package/build/library/sdk/model/userProjectsSortOrder.js.map +1 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponse.d.ts +34 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponse.js +39 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponse.js.map +1 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponseAllOf.js +29 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponseAllOfMetrics.d.ts +44 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponseAllOfMetrics.js +49 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponseAllOfMetrics.js.map +1 -0
- package/package.json +1 -1
|
@@ -10,12 +10,17 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { ClassifyJobResponseAllOfAccuracy } from './classifyJobResponseAllOfAccuracy';
|
|
13
|
+
import { KerasModelVariantEnum } from './kerasModelVariantEnum';
|
|
13
14
|
import { ModelPrediction } from './modelPrediction';
|
|
14
15
|
import { ModelResult } from './modelResult';
|
|
15
16
|
export declare class ClassifyJobResponseAllOf {
|
|
16
17
|
'result': Array<ModelResult>;
|
|
17
18
|
'predictions': Array<ModelPrediction>;
|
|
18
19
|
'accuracy': ClassifyJobResponseAllOfAccuracy;
|
|
20
|
+
/**
|
|
21
|
+
* List of all model variants for which classification results exist
|
|
22
|
+
*/
|
|
23
|
+
'availableVariants': Array<KerasModelVariantEnum>;
|
|
19
24
|
static discriminator: string | undefined;
|
|
20
25
|
static attributeTypeMap: Array<{
|
|
21
26
|
name: string;
|
|
@@ -34,6 +34,11 @@ ClassifyJobResponseAllOf.attributeTypeMap = [
|
|
|
34
34
|
"name": "accuracy",
|
|
35
35
|
"baseName": "accuracy",
|
|
36
36
|
"type": "ClassifyJobResponseAllOfAccuracy"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "availableVariants",
|
|
40
|
+
"baseName": "availableVariants",
|
|
41
|
+
"type": "Array<KerasModelVariantEnum>"
|
|
37
42
|
}
|
|
38
43
|
];
|
|
39
44
|
//# sourceMappingURL=classifyJobResponseAllOf.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"classifyJobResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/classifyJobResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"classifyJobResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/classifyJobResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAOH,MAAa,wBAAwB;IAiCjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAnCL,4DAoCC;AA3BU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,8BAA8B;KACzC;CAAK,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
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 { ClassifySampleResponseVariantResults } from './classifySampleResponseVariantResults';
|
|
13
|
+
import { RawSampleData } from './rawSampleData';
|
|
14
|
+
export declare class ClassifySampleResponseMultipleVariants {
|
|
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
|
+
'results'?: Array<ClassifySampleResponseVariantResults>;
|
|
24
|
+
'sample': RawSampleData;
|
|
25
|
+
/**
|
|
26
|
+
* Size of the sliding window (as set by the impulse) in milliseconds.
|
|
27
|
+
*/
|
|
28
|
+
'windowSizeMs': number;
|
|
29
|
+
/**
|
|
30
|
+
* Number of milliseconds that the sliding window increased with (as set by the impulse)
|
|
31
|
+
*/
|
|
32
|
+
'windowIncreaseMs': number;
|
|
33
|
+
/**
|
|
34
|
+
* Whether this sample is already in the training database
|
|
35
|
+
*/
|
|
36
|
+
'alreadyInDatabase': boolean;
|
|
37
|
+
static discriminator: string | undefined;
|
|
38
|
+
static attributeTypeMap: Array<{
|
|
39
|
+
name: string;
|
|
40
|
+
baseName: string;
|
|
41
|
+
type: string;
|
|
42
|
+
}>;
|
|
43
|
+
static getAttributeTypeMap(): {
|
|
44
|
+
name: string;
|
|
45
|
+
baseName: string;
|
|
46
|
+
type: string;
|
|
47
|
+
}[];
|
|
48
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
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.ClassifySampleResponseMultipleVariants = void 0;
|
|
15
|
+
class ClassifySampleResponseMultipleVariants {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ClassifySampleResponseMultipleVariants.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ClassifySampleResponseMultipleVariants = ClassifySampleResponseMultipleVariants;
|
|
21
|
+
ClassifySampleResponseMultipleVariants.discriminator = undefined;
|
|
22
|
+
ClassifySampleResponseMultipleVariants.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": "results",
|
|
35
|
+
"baseName": "results",
|
|
36
|
+
"type": "Array<ClassifySampleResponseVariantResults>"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "sample",
|
|
40
|
+
"baseName": "sample",
|
|
41
|
+
"type": "RawSampleData"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "windowSizeMs",
|
|
45
|
+
"baseName": "windowSizeMs",
|
|
46
|
+
"type": "number"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "windowIncreaseMs",
|
|
50
|
+
"baseName": "windowIncreaseMs",
|
|
51
|
+
"type": "number"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "alreadyInDatabase",
|
|
55
|
+
"baseName": "alreadyInDatabase",
|
|
56
|
+
"type": "boolean"
|
|
57
|
+
}
|
|
58
|
+
];
|
|
59
|
+
//# sourceMappingURL=classifySampleResponseMultipleVariants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"classifySampleResponseMultipleVariants.js","sourceRoot":"","sources":["../../../../library/sdk/model/classifySampleResponseMultipleVariants.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAOH,MAAa,sCAAsC;IA+D/C,MAAM,CAAC,mBAAmB;QACtB,OAAO,sCAAsC,CAAC,gBAAgB,CAAC;IACnE,CAAC;;AAjEL,wFAkEC;AA1CU,oDAAa,GAAuB,SAAS,CAAC;AAE9C,uDAAgB,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,6CAA6C;KACxD;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { ClassifySampleResponseVariantResults } from './classifySampleResponseVariantResults';
|
|
13
|
+
import { RawSampleData } from './rawSampleData';
|
|
14
|
+
export declare class ClassifySampleResponseMultipleVariantsAllOf {
|
|
15
|
+
'results'?: Array<ClassifySampleResponseVariantResults>;
|
|
16
|
+
'sample': RawSampleData;
|
|
17
|
+
/**
|
|
18
|
+
* Size of the sliding window (as set by the impulse) in milliseconds.
|
|
19
|
+
*/
|
|
20
|
+
'windowSizeMs': number;
|
|
21
|
+
/**
|
|
22
|
+
* Number of milliseconds that the sliding window increased with (as set by the impulse)
|
|
23
|
+
*/
|
|
24
|
+
'windowIncreaseMs': number;
|
|
25
|
+
/**
|
|
26
|
+
* Whether this sample is already in the training database
|
|
27
|
+
*/
|
|
28
|
+
'alreadyInDatabase': boolean;
|
|
29
|
+
static discriminator: string | undefined;
|
|
30
|
+
static attributeTypeMap: Array<{
|
|
31
|
+
name: string;
|
|
32
|
+
baseName: string;
|
|
33
|
+
type: string;
|
|
34
|
+
}>;
|
|
35
|
+
static getAttributeTypeMap(): {
|
|
36
|
+
name: string;
|
|
37
|
+
baseName: string;
|
|
38
|
+
type: string;
|
|
39
|
+
}[];
|
|
40
|
+
}
|
|
@@ -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.ClassifySampleResponseMultipleVariantsAllOf = void 0;
|
|
15
|
+
class ClassifySampleResponseMultipleVariantsAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ClassifySampleResponseMultipleVariantsAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ClassifySampleResponseMultipleVariantsAllOf = ClassifySampleResponseMultipleVariantsAllOf;
|
|
21
|
+
ClassifySampleResponseMultipleVariantsAllOf.discriminator = undefined;
|
|
22
|
+
ClassifySampleResponseMultipleVariantsAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "results",
|
|
25
|
+
"baseName": "results",
|
|
26
|
+
"type": "Array<ClassifySampleResponseVariantResults>"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "sample",
|
|
30
|
+
"baseName": "sample",
|
|
31
|
+
"type": "RawSampleData"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "windowSizeMs",
|
|
35
|
+
"baseName": "windowSizeMs",
|
|
36
|
+
"type": "number"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "windowIncreaseMs",
|
|
40
|
+
"baseName": "windowIncreaseMs",
|
|
41
|
+
"type": "number"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "alreadyInDatabase",
|
|
45
|
+
"baseName": "alreadyInDatabase",
|
|
46
|
+
"type": "boolean"
|
|
47
|
+
}
|
|
48
|
+
];
|
|
49
|
+
//# sourceMappingURL=classifySampleResponseMultipleVariantsAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"classifySampleResponseMultipleVariantsAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/classifySampleResponseMultipleVariantsAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,2CAA2C;IA6CpD,MAAM,CAAC,mBAAmB;QACtB,OAAO,2CAA2C,CAAC,gBAAgB,CAAC;IACxE,CAAC;;AA/CL,kGAgDC;AAhCU,yDAAa,GAAuB,SAAS,CAAC;AAE9C,4DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,6CAA6C;KACxD;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 { ClassifySampleResponseClassification } from './classifySampleResponseClassification';
|
|
13
|
+
import { KerasModelVariantEnum } from './kerasModelVariantEnum';
|
|
14
|
+
export declare class ClassifySampleResponseVariantResults {
|
|
15
|
+
'variant': KerasModelVariantEnum;
|
|
16
|
+
'classifications': Array<ClassifySampleResponseClassification>;
|
|
17
|
+
static discriminator: string | undefined;
|
|
18
|
+
static attributeTypeMap: Array<{
|
|
19
|
+
name: string;
|
|
20
|
+
baseName: string;
|
|
21
|
+
type: string;
|
|
22
|
+
}>;
|
|
23
|
+
static getAttributeTypeMap(): {
|
|
24
|
+
name: string;
|
|
25
|
+
baseName: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}[];
|
|
28
|
+
}
|
|
@@ -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.ClassifySampleResponseVariantResults = void 0;
|
|
15
|
+
class ClassifySampleResponseVariantResults {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ClassifySampleResponseVariantResults.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ClassifySampleResponseVariantResults = ClassifySampleResponseVariantResults;
|
|
21
|
+
ClassifySampleResponseVariantResults.discriminator = undefined;
|
|
22
|
+
ClassifySampleResponseVariantResults.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "variant",
|
|
25
|
+
"baseName": "variant",
|
|
26
|
+
"type": "KerasModelVariantEnum"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "classifications",
|
|
30
|
+
"baseName": "classifications",
|
|
31
|
+
"type": "Array<ClassifySampleResponseClassification>"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=classifySampleResponseVariantResults.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"classifySampleResponseVariantResults.js","sourceRoot":"","sources":["../../../../library/sdk/model/classifySampleResponseVariantResults.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,oCAAoC;IAkB7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AApBL,oFAqBC;AAjBU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,6CAA6C;KACxD;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 { ProjectModelVariant } from './projectModelVariant';
|
|
13
|
+
export declare class GetModelVariantsResponse {
|
|
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
|
+
/**
|
|
23
|
+
* All model variants relevant for all learn blocks in the project
|
|
24
|
+
*/
|
|
25
|
+
'modelVariants'?: Array<ProjectModelVariant>;
|
|
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,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.GetModelVariantsResponse = void 0;
|
|
15
|
+
class GetModelVariantsResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetModelVariantsResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetModelVariantsResponse = GetModelVariantsResponse;
|
|
21
|
+
GetModelVariantsResponse.discriminator = undefined;
|
|
22
|
+
GetModelVariantsResponse.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": "modelVariants",
|
|
35
|
+
"baseName": "modelVariants",
|
|
36
|
+
"type": "Array<ProjectModelVariant>"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=getModelVariantsResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getModelVariantsResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getModelVariantsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,wBAAwB;IAiCjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAnCL,4DAoCC;AAtBU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,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,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,4BAA4B;KACvC;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 { ProjectModelVariant } from './projectModelVariant';
|
|
13
|
+
export declare class GetModelVariantsResponseAllOf {
|
|
14
|
+
/**
|
|
15
|
+
* All model variants relevant for all learn blocks in the project
|
|
16
|
+
*/
|
|
17
|
+
'modelVariants'?: Array<ProjectModelVariant>;
|
|
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,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.GetModelVariantsResponseAllOf = void 0;
|
|
15
|
+
class GetModelVariantsResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetModelVariantsResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetModelVariantsResponseAllOf = GetModelVariantsResponseAllOf;
|
|
21
|
+
GetModelVariantsResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetModelVariantsResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "modelVariants",
|
|
25
|
+
"baseName": "modelVariants",
|
|
26
|
+
"type": "Array<ProjectModelVariant>"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=getModelVariantsResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getModelVariantsResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getModelVariantsResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,6BAA6B;IAetC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AAjBL,sEAkBC;AAZU,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC"}
|
|
@@ -15,6 +15,7 @@ import { Project } from './project';
|
|
|
15
15
|
import { StaffInfo } from './staffInfo';
|
|
16
16
|
import { UserExperiment } from './userExperiment';
|
|
17
17
|
import { UserOrganization } from './userOrganization';
|
|
18
|
+
import { UserProjectsSortOrder } from './userProjectsSortOrder';
|
|
18
19
|
import { UserTierEnum } from './userTierEnum';
|
|
19
20
|
export declare class GetUserResponse {
|
|
20
21
|
/**
|
|
@@ -84,6 +85,7 @@ export declare class GetUserResponse {
|
|
|
84
85
|
* List of notifications to show to the user
|
|
85
86
|
*/
|
|
86
87
|
'notifications': Array<string>;
|
|
88
|
+
'projectsSortOrder': UserProjectsSortOrder;
|
|
87
89
|
static discriminator: string | undefined;
|
|
88
90
|
static attributeTypeMap: Array<{
|
|
89
91
|
name: string;
|
|
@@ -159,6 +159,11 @@ GetUserResponse.attributeTypeMap = [
|
|
|
159
159
|
"name": "notifications",
|
|
160
160
|
"baseName": "notifications",
|
|
161
161
|
"type": "Array<string>"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "projectsSortOrder",
|
|
165
|
+
"baseName": "projectsSortOrder",
|
|
166
|
+
"type": "UserProjectsSortOrder"
|
|
162
167
|
}
|
|
163
168
|
];
|
|
164
169
|
//# sourceMappingURL=getUserResponse.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUserResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getUserResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"getUserResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getUserResponse.ts"],"names":[],"mappings":"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"}
|
|
@@ -13,6 +13,7 @@ import { GetUserResponseAllOfWhitelabels } from './getUserResponseAllOfWhitelabe
|
|
|
13
13
|
import { Project } from './project';
|
|
14
14
|
import { UserExperiment } from './userExperiment';
|
|
15
15
|
import { UserOrganization } from './userOrganization';
|
|
16
|
+
import { UserProjectsSortOrder } from './userProjectsSortOrder';
|
|
16
17
|
export declare class GetUserResponseAllOf {
|
|
17
18
|
'email': string;
|
|
18
19
|
'activated': boolean;
|
|
@@ -45,6 +46,7 @@ export declare class GetUserResponseAllOf {
|
|
|
45
46
|
* List of notifications to show to the user
|
|
46
47
|
*/
|
|
47
48
|
'notifications': Array<string>;
|
|
49
|
+
'projectsSortOrder': UserProjectsSortOrder;
|
|
48
50
|
static discriminator: string | undefined;
|
|
49
51
|
static attributeTypeMap: Array<{
|
|
50
52
|
name: string;
|
|
@@ -69,6 +69,11 @@ GetUserResponseAllOf.attributeTypeMap = [
|
|
|
69
69
|
"name": "notifications",
|
|
70
70
|
"baseName": "notifications",
|
|
71
71
|
"type": "Array<string>"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "projectsSortOrder",
|
|
75
|
+
"baseName": "projectsSortOrder",
|
|
76
|
+
"type": "UserProjectsSortOrder"
|
|
72
77
|
}
|
|
73
78
|
];
|
|
74
79
|
//# sourceMappingURL=getUserResponseAllOf.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUserResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getUserResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"getUserResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getUserResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQH,MAAa,oBAAoB;IA6F7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA/FL,oDAgGC;AA9DU,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,gBAAgB;KAC3B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,wCAAwC;KACnD;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,uBAAuB;KAClC;CAAK,CAAC"}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
* Normalization that
|
|
13
|
+
* Normalization that is applied to images. If this is not set then 0..1 is used. \"0..1\" gives you non-normalized pixels between 0 and 1. \"-1..1\" gives you non-normalized pixels between -1 and 1. \"0..255\" gives you non-normalized pixels between 0 and 255. \"-128..127\" gives you non-normalized pixels between -128 and 127. \"torch\" first scales pixels between 0 and 1, then applies normalization using the ImageNet dataset (same as `torchvision.transforms.Normalize()`). \"bgr-subtract-imagenet-mean\" scales to 0..255, reorders pixels to BGR, and subtracts the ImageNet mean from each channel.
|
|
14
14
|
*/
|
|
15
|
-
export type ImageInputScaling = '0..1' | '-1..1' | '-128..127' | '0..255' | 'torch';
|
|
15
|
+
export type ImageInputScaling = '0..1' | '-1..1' | '-128..127' | '0..255' | 'torch' | 'bgr-subtract-imagenet-mean';
|
|
16
16
|
export declare const ImageInputScalingValues: string[];
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
*/
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
14
|
exports.ImageInputScalingValues = void 0;
|
|
15
|
-
exports.ImageInputScalingValues = ['0..1', '-1..1', '-128..127', '0..255', 'torch'];
|
|
15
|
+
exports.ImageInputScalingValues = ['0..1', '-1..1', '-128..127', '0..255', 'torch', 'bgr-subtract-imagenet-mean'];
|
|
16
16
|
//# sourceMappingURL=imageInputScaling.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"imageInputScaling.js","sourceRoot":"","sources":["../../../../library/sdk/model/imageInputScaling.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQU,QAAA,uBAAuB,GAAa,CAAC,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"imageInputScaling.js","sourceRoot":"","sources":["../../../../library/sdk/model/imageInputScaling.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQU,QAAA,uBAAuB,GAAa,CAAC,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,4BAA4B,CAAC,CAAC"}
|
|
@@ -125,6 +125,9 @@ export * from './classifySampleResponse';
|
|
|
125
125
|
export * from './classifySampleResponseAllOf';
|
|
126
126
|
export * from './classifySampleResponseClassification';
|
|
127
127
|
export * from './classifySampleResponseClassificationDetails';
|
|
128
|
+
export * from './classifySampleResponseMultipleVariants';
|
|
129
|
+
export * from './classifySampleResponseMultipleVariantsAllOf';
|
|
130
|
+
export * from './classifySampleResponseVariantResults';
|
|
128
131
|
export * from './convertUserRequest';
|
|
129
132
|
export * from './cosineSimilarityData';
|
|
130
133
|
export * from './cosineSimilarityIssue';
|
|
@@ -342,6 +345,8 @@ export * from './getLabelNoiseDataResponseAllOfData';
|
|
|
342
345
|
export * from './getLastDeploymentBuildResponse';
|
|
343
346
|
export * from './getLastDeploymentBuildResponseAllOf';
|
|
344
347
|
export * from './getLastDeploymentBuildResponseAllOfLastBuild';
|
|
348
|
+
export * from './getModelVariantsResponse';
|
|
349
|
+
export * from './getModelVariantsResponseAllOf';
|
|
345
350
|
export * from './getNotesResponse';
|
|
346
351
|
export * from './getNotesResponseAllOf';
|
|
347
352
|
export * from './getOrganizationBucketResponse';
|
|
@@ -712,6 +717,7 @@ export * from './projectInfoResponseAllOfShowGettingStartedWizard';
|
|
|
712
717
|
export * from './projectInfoResponseAllOfUrls';
|
|
713
718
|
export * from './projectInfoSummaryResponse';
|
|
714
719
|
export * from './projectInfoSummaryResponseAllOf';
|
|
720
|
+
export * from './projectModelVariant';
|
|
715
721
|
export * from './projectPrivateData';
|
|
716
722
|
export * from './projectPublicData';
|
|
717
723
|
export * from './projectPublicDataReadme';
|
|
@@ -776,6 +782,7 @@ export * from './socketTokenResponseAllOf';
|
|
|
776
782
|
export * from './socketTokenResponseAllOfToken';
|
|
777
783
|
export * from './splitSampleInFramesRequest';
|
|
778
784
|
export * from './staffInfo';
|
|
785
|
+
export * from './startClassifyJobRequest';
|
|
779
786
|
export * from './startDeviceDebugStreamResponse';
|
|
780
787
|
export * from './startDeviceDebugStreamResponseAllOf';
|
|
781
788
|
export * from './startDeviceSnapshotDebugStreamRequest';
|
|
@@ -870,9 +877,13 @@ export * from './userExperiment';
|
|
|
870
877
|
export * from './userGenerateNewMfaKeyResponse';
|
|
871
878
|
export * from './userGenerateNewMfaKeyResponseAllOf';
|
|
872
879
|
export * from './userOrganization';
|
|
880
|
+
export * from './userProjectsSortOrder';
|
|
873
881
|
export * from './userSetTotpMfaKeyRequest';
|
|
874
882
|
export * from './userSetTotpMfaKeyResponse';
|
|
875
883
|
export * from './userSetTotpMfaKeyResponseAllOf';
|
|
884
|
+
export * from './userSubscriptionMetricsResponse';
|
|
885
|
+
export * from './userSubscriptionMetricsResponseAllOf';
|
|
886
|
+
export * from './userSubscriptionMetricsResponseAllOfMetrics';
|
|
876
887
|
export * from './userTierEnum';
|
|
877
888
|
export * from './verifyDspBlockUrlRequest';
|
|
878
889
|
export * from './verifyDspBlockUrlResponse';
|