edge-impulse-linux 1.9.1 → 1.9.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/README.md +5 -0
- package/build/cli/aws-iotcore-connector.d.ts +62 -0
- package/build/cli/aws-iotcore-connector.js +255 -0
- package/build/cli/aws-iotcore-connector.js.map +1 -0
- package/build/cli/aws-sm-utils.d.ts +18 -0
- package/build/cli/aws-sm-utils.js +52 -0
- package/build/cli/aws-sm-utils.js.map +1 -0
- package/build/cli/init-cli-app.d.ts +10 -0
- package/build/cli/init-cli-app.js +62 -1
- package/build/cli/init-cli-app.js.map +1 -1
- package/build/cli/linux/linux.js +3 -0
- package/build/cli/linux/linux.js.map +1 -1
- package/build/cli/linux/runner.js +121 -7
- package/build/cli/linux/runner.js.map +1 -1
- package/build/sdk/studio/sdk/api/rawDataApi.d.ts +4 -0
- package/build/sdk/studio/sdk/api/rawDataApi.js +8 -0
- package/build/sdk/studio/sdk/api/rawDataApi.js.map +1 -1
- package/build/sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.d.ts +1 -0
- package/build/sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.js +5 -0
- package/build/sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.js.map +1 -1
- package/build/sdk/studio/sdk/model/aIActionsConfig.d.ts +2 -10
- package/build/sdk/studio/sdk/model/aIActionsConfig.js +3 -8
- package/build/sdk/studio/sdk/model/aIActionsConfig.js.map +1 -1
- package/build/sdk/studio/sdk/model/aIActionsConfigStep.d.ts +34 -0
- package/build/sdk/studio/sdk/model/aIActionsConfigStep.js +34 -0
- package/build/sdk/studio/sdk/model/aIActionsConfigStep.js.map +1 -0
- package/build/sdk/studio/sdk/model/aIActionsOperatesOn.d.ts +13 -0
- package/build/sdk/studio/sdk/model/aIActionsOperatesOn.js +16 -0
- package/build/sdk/studio/sdk/model/aIActionsOperatesOn.js.map +1 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.d.ts +6 -1
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js +5 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/createPreviewAIActionsJobRequest.d.ts +2 -10
- package/build/sdk/studio/sdk/model/createPreviewAIActionsJobRequest.js +3 -8
- package/build/sdk/studio/sdk/model/createPreviewAIActionsJobRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/dSPGroupItem.d.ts +8 -0
- package/build/sdk/studio/sdk/model/dSPGroupItem.js +10 -0
- package/build/sdk/studio/sdk/model/dSPGroupItem.js.map +1 -1
- package/build/sdk/studio/sdk/model/models.d.ts +4 -2
- package/build/sdk/studio/sdk/model/models.js +11 -6
- package/build/sdk/studio/sdk/model/models.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.d.ts +6 -1
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.js +5 -0
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/profileModelInfoMemory.d.ts +4 -5
- package/build/sdk/studio/sdk/model/profileModelInfoMemory.js +3 -3
- package/build/sdk/studio/sdk/model/profileModelInfoMemory.js.map +1 -1
- package/build/sdk/studio/sdk/model/{profileModelInfoMemoryTflite.d.ts → profileModelInfoMemoryDetails.d.ts} +10 -1
- package/build/sdk/studio/sdk/model/{profileModelInfoMemoryTflite.js → profileModelInfoMemoryDetails.js} +7 -7
- package/build/sdk/studio/sdk/model/profileModelInfoMemoryDetails.js.map +1 -0
- package/build/sdk/studio/sdk/model/profileModelTableMcuMemory.d.ts +4 -4
- package/build/sdk/studio/sdk/model/profileModelTableMcuMemory.js +3 -3
- package/build/sdk/studio/sdk/model/profileModelTableMcuMemory.js.map +1 -1
- package/build/sdk/studio/sdk/model/{profileModelInfoMemoryEon.d.ts → profileModelTableMcuMemoryTflite.d.ts} +1 -1
- package/build/sdk/studio/sdk/model/{profileModelInfoMemoryEon.js → profileModelTableMcuMemoryTflite.js} +7 -7
- package/build/sdk/studio/sdk/model/profileModelTableMcuMemoryTflite.js.map +1 -0
- package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.d.ts +6 -1
- package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.js +5 -0
- package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateAIActionRequest.d.ts +2 -10
- package/build/sdk/studio/sdk/model/updateAIActionRequest.js +3 -8
- package/build/sdk/studio/sdk/model/updateAIActionRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.d.ts +6 -1
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js +5 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js.map +1 -1
- package/build/shared/viewmodels/init.d.ts +4 -1
- package/build/shared/viewmodels/init.js +4 -1
- package/build/shared/viewmodels/init.js.map +1 -1
- package/cli/linux/webserver/public/assets/argon-dashboard.css +20595 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-120.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-128.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-144.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-152.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-16.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-180.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-228.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-32.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-57.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-76.png +0 -0
- package/cli/linux/webserver/public/assets/favicon-color/favicon-96.png +0 -0
- package/cli/linux/webserver/public/assets/logo-rgb.svg +18 -0
- package/cli/linux/webserver/public/assets/mark.svg +20 -0
- package/cli/linux/webserver/public/assets/mobileclient.css +4179 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.svg +332 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.svg +345 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.svg +336 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.svg +349 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.svg +334 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.svg +342 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.svg +336 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.svg +342 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.svg +349 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.woff2 +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.eot +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.svg +336 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.ttf +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.woff +0 -0
- package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.woff2 +0 -0
- package/cli/linux/webserver/public/index.html +114 -0
- package/cli/linux/webserver/public/inference-server.js +216 -0
- package/cli/linux/webserver/public/webserver.js +247 -0
- package/package.json +5 -1
- package/build/sdk/studio/sdk/model/profileModelInfoMemoryEon.js.map +0 -1
- package/build/sdk/studio/sdk/model/profileModelInfoMemoryTflite.js.map +0 -1
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import { SampleProposedChanges } from './sampleProposedChanges';
|
|
13
13
|
export declare class AIActionLastPreviewStateProposedChanges {
|
|
14
14
|
'sampleId': number;
|
|
15
|
+
'step': number;
|
|
15
16
|
'proposedChanges': SampleProposedChanges;
|
|
16
17
|
static discriminator: string | undefined;
|
|
17
18
|
static attributeTypeMap: Array<{
|
|
@@ -25,6 +25,11 @@ AIActionLastPreviewStateProposedChanges.attributeTypeMap = [
|
|
|
25
25
|
"baseName": "sampleId",
|
|
26
26
|
"type": "number"
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
"name": "step",
|
|
30
|
+
"baseName": "step",
|
|
31
|
+
"type": "number"
|
|
32
|
+
},
|
|
28
33
|
{
|
|
29
34
|
"name": "proposedChanges",
|
|
30
35
|
"baseName": "proposedChanges",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aIActionLastPreviewStateProposedChanges.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,uCAAuC;
|
|
1
|
+
{"version":3,"file":"aIActionLastPreviewStateProposedChanges.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,uCAAuC;IAwBhD,MAAM,CAAC,mBAAmB;QACtB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IACpE,CAAC;;AA1BL,0FA2BC;AAtBU,qDAAa,GAAuB,SAAS,CAAC;AAE9C,wDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,uBAAuB;KAClC;CAAK,CAAC"}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { AIActionsConfigStep } from './aIActionsConfigStep';
|
|
12
13
|
import { AIActionsDataCategory } from './aIActionsDataCategory';
|
|
13
14
|
export declare class AIActionsConfig {
|
|
14
15
|
'dataCategory': AIActionsDataCategory;
|
|
@@ -20,16 +21,7 @@ export declare class AIActionsConfig {
|
|
|
20
21
|
* Metadata value to filter on. Required if dataCategory is equal to \"dataWithMetadata\".
|
|
21
22
|
*/
|
|
22
23
|
'dataMetadataValue'?: string;
|
|
23
|
-
|
|
24
|
-
* The selected transformation block ID.
|
|
25
|
-
*/
|
|
26
|
-
'lastUsedTransformationBlockId'?: number;
|
|
27
|
-
/**
|
|
28
|
-
* Parameters for the transformation block. These map back to the parameters in OrganizationTransformationBlock \'parameters\' property.
|
|
29
|
-
*/
|
|
30
|
-
'lastUsedParameters'?: {
|
|
31
|
-
[key: string]: string;
|
|
32
|
-
};
|
|
24
|
+
'steps': Array<AIActionsConfigStep>;
|
|
33
25
|
static discriminator: string | undefined;
|
|
34
26
|
static attributeTypeMap: Array<{
|
|
35
27
|
name: string;
|
|
@@ -36,14 +36,9 @@ AIActionsConfig.attributeTypeMap = [
|
|
|
36
36
|
"type": "string"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"name": "
|
|
40
|
-
"baseName": "
|
|
41
|
-
"type": "
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "lastUsedParameters",
|
|
45
|
-
"baseName": "lastUsedParameters",
|
|
46
|
-
"type": "{ [key: string]: string; }"
|
|
39
|
+
"name": "steps",
|
|
40
|
+
"baseName": "steps",
|
|
41
|
+
"type": "Array<AIActionsConfigStep>"
|
|
47
42
|
}
|
|
48
43
|
];
|
|
49
44
|
//# sourceMappingURL=aIActionsConfig.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aIActionsConfig.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/aIActionsConfig.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"aIActionsConfig.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/aIActionsConfig.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,eAAe;IAoCxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AAtCL,0CAuCC;AA3BU,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,4BAA4B;KACvC;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
|
+
export declare class AIActionsConfigStep {
|
|
13
|
+
/**
|
|
14
|
+
* The selected transformation block ID.
|
|
15
|
+
*/
|
|
16
|
+
'transformationBlockId': number;
|
|
17
|
+
/**
|
|
18
|
+
* Parameters for the transformation block. These map back to the parameters in OrganizationTransformationBlock \'parameters\' property.
|
|
19
|
+
*/
|
|
20
|
+
'parameters': {
|
|
21
|
+
[key: string]: string;
|
|
22
|
+
};
|
|
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,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.AIActionsConfigStep = void 0;
|
|
15
|
+
class AIActionsConfigStep {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return AIActionsConfigStep.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.AIActionsConfigStep = AIActionsConfigStep;
|
|
21
|
+
AIActionsConfigStep.discriminator = undefined;
|
|
22
|
+
AIActionsConfigStep.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "transformationBlockId",
|
|
25
|
+
"baseName": "transformationBlockId",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "parameters",
|
|
30
|
+
"baseName": "parameters",
|
|
31
|
+
"type": "{ [key: string]: string; }"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=aIActionsConfigStep.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aIActionsConfigStep.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/aIActionsConfigStep.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,mBAAmB;IAwB5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA1BL,kDA2BC;AAjBU,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
export type AIActionsOperatesOn = 'images_object_detection' | 'images_single_label' | 'audio' | 'other';
|
|
13
|
+
export declare const AIActionsOperatesOnValues: string[];
|
|
@@ -0,0 +1,16 @@
|
|
|
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.AIActionsOperatesOnValues = void 0;
|
|
15
|
+
exports.AIActionsOperatesOnValues = ['images_object_detection', 'images_single_label', 'audio', 'other'];
|
|
16
|
+
//# sourceMappingURL=aIActionsOperatesOn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aIActionsOperatesOn.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/aIActionsOperatesOn.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKU,QAAA,yBAAyB,GAAa,CAAC,yBAAyB,EAAE,qBAAqB,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC"}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { AIActionsOperatesOn } from './aIActionsOperatesOn';
|
|
12
13
|
import { EnvironmentVariable } from './environmentVariable';
|
|
13
14
|
import { TransformationBlockAdditionalMountPoint } from './transformationBlockAdditionalMountPoint';
|
|
14
15
|
export declare class AddOrganizationTransformationBlockRequest {
|
|
@@ -53,10 +54,14 @@ export declare class AddOrganizationTransformationBlockRequest {
|
|
|
53
54
|
*/
|
|
54
55
|
'showInSyntheticData'?: boolean;
|
|
55
56
|
/**
|
|
56
|
-
* Whether to show this block in \'AI
|
|
57
|
+
* Whether to show this block in \'AI Labeling\'. Only applies for standalone blocks.
|
|
57
58
|
*/
|
|
58
59
|
'showInAIActions'?: boolean;
|
|
59
60
|
'environmentVariables'?: Array<EnvironmentVariable>;
|
|
61
|
+
/**
|
|
62
|
+
* For AI labeling blocks, this lists the data types that the block supports. If this field is empty then there\'s no information about supported data types.
|
|
63
|
+
*/
|
|
64
|
+
'aiActionsOperatesOn'?: Array<AIActionsOperatesOn>;
|
|
60
65
|
static discriminator: string | undefined;
|
|
61
66
|
static attributeTypeMap: Array<{
|
|
62
67
|
name: string;
|
|
@@ -124,6 +124,11 @@ AddOrganizationTransformationBlockRequest.attributeTypeMap = [
|
|
|
124
124
|
"name": "environmentVariables",
|
|
125
125
|
"baseName": "environmentVariables",
|
|
126
126
|
"type": "Array<EnvironmentVariable>"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "aiActionsOperatesOn",
|
|
130
|
+
"baseName": "aiActionsOperatesOn",
|
|
131
|
+
"type": "Array<AIActionsOperatesOn>"
|
|
127
132
|
}
|
|
128
133
|
];
|
|
129
134
|
exports.AddOrganizationTransformationBlockRequestOperatesOnEnumValues = ['file', 'directory', 'dataitem', 'standalone'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"addOrganizationTransformationBlockRequest.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"addOrganizationTransformationBlockRequest.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,yCAAyC;IAqKlD,MAAM,CAAC,mBAAmB;QACtB,OAAO,yCAAyC,CAAC,gBAAgB,CAAC;IACtE,CAAC;;AAvKL,8FAwKC;AArHU,uDAAa,GAAuB,SAAS,CAAC;AAE9C,0DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,gDAAgD;KAC3D;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,yDAAyD;KACpE;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,+BAA+B;QACvC,UAAU,EAAE,+BAA+B;QAC3C,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC;AASF,QAAA,6DAA6D,GAAa,CAAC,MAAM,EAAE,WAAW,EAAE,UAAU,EAAE,YAAY,CAAC,CAAC"}
|
|
@@ -9,17 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { AIActionsConfigStep } from './aIActionsConfigStep';
|
|
12
13
|
export declare class CreatePreviewAIActionsJobRequest {
|
|
13
|
-
|
|
14
|
-
* The ID of an AI Actions transform block ID (public or private)
|
|
15
|
-
*/
|
|
16
|
-
'transformationBlockId': number;
|
|
17
|
-
/**
|
|
18
|
-
* Parameters for the transformation block. These map back to the parameters in OrganizationTransformationBlock \'parameters\' property.
|
|
19
|
-
*/
|
|
20
|
-
'parameters': {
|
|
21
|
-
[key: string]: string;
|
|
22
|
-
};
|
|
14
|
+
'steps': Array<AIActionsConfigStep>;
|
|
23
15
|
'sampleIds': Array<number>;
|
|
24
16
|
static discriminator: string | undefined;
|
|
25
17
|
static attributeTypeMap: Array<{
|
|
@@ -21,14 +21,9 @@ exports.CreatePreviewAIActionsJobRequest = CreatePreviewAIActionsJobRequest;
|
|
|
21
21
|
CreatePreviewAIActionsJobRequest.discriminator = undefined;
|
|
22
22
|
CreatePreviewAIActionsJobRequest.attributeTypeMap = [
|
|
23
23
|
{
|
|
24
|
-
"name": "
|
|
25
|
-
"baseName": "
|
|
26
|
-
"type": "
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "parameters",
|
|
30
|
-
"baseName": "parameters",
|
|
31
|
-
"type": "{ [key: string]: string; }"
|
|
24
|
+
"name": "steps",
|
|
25
|
+
"baseName": "steps",
|
|
26
|
+
"type": "Array<AIActionsConfigStep>"
|
|
32
27
|
},
|
|
33
28
|
{
|
|
34
29
|
"name": "sampleIds",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPreviewAIActionsJobRequest.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/createPreviewAIActionsJobRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"createPreviewAIActionsJobRequest.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/createPreviewAIActionsJobRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,gCAAgC;IAkBzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AApBL,4EAqBC;AAjBU,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC"}
|
|
@@ -32,6 +32,14 @@ export declare class DSPGroupItem {
|
|
|
32
32
|
*/
|
|
33
33
|
'multiline'?: boolean;
|
|
34
34
|
'required': boolean;
|
|
35
|
+
/**
|
|
36
|
+
* If set, shows a hint below the input.
|
|
37
|
+
*/
|
|
38
|
+
'hint'?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Sets the placeholder text on the input element (for types \"string\", \"int\", \"float\" and \"secret\")
|
|
41
|
+
*/
|
|
42
|
+
'placeholder'?: string;
|
|
35
43
|
static discriminator: string | undefined;
|
|
36
44
|
static attributeTypeMap: Array<{
|
|
37
45
|
name: string;
|
|
@@ -89,6 +89,16 @@ DSPGroupItem.attributeTypeMap = [
|
|
|
89
89
|
"name": "required",
|
|
90
90
|
"baseName": "required",
|
|
91
91
|
"type": "boolean"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "hint",
|
|
95
|
+
"baseName": "hint",
|
|
96
|
+
"type": "string"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "placeholder",
|
|
100
|
+
"baseName": "placeholder",
|
|
101
|
+
"type": "string"
|
|
92
102
|
}
|
|
93
103
|
];
|
|
94
104
|
exports.DSPGroupItemSectionEnumValues = ['advanced', 'augmentation'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dSPGroupItem.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/dSPGroupItem.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,YAAY;
|
|
1
|
+
{"version":3,"file":"dSPGroupItem.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/dSPGroupItem.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,YAAY;IAkHrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AApHL,oCAqHC;AAvFU,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;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,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,SAAS;KACpB;IACD;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,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,6BAA6B,GAAa,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC"}
|
|
@@ -2,7 +2,9 @@ export * from './aIAction';
|
|
|
2
2
|
export * from './aIActionLastPreviewState';
|
|
3
3
|
export * from './aIActionLastPreviewStateProposedChanges';
|
|
4
4
|
export * from './aIActionsConfig';
|
|
5
|
+
export * from './aIActionsConfigStep';
|
|
5
6
|
export * from './aIActionsDataCategory';
|
|
7
|
+
export * from './aIActionsOperatesOn';
|
|
6
8
|
export * from './activateUserByThirdPartyActivationCodeRequest';
|
|
7
9
|
export * from './activateUserOrVerifyEmailRequest';
|
|
8
10
|
export * from './addApiKeyRequest';
|
|
@@ -751,11 +753,11 @@ export * from './previewDefaultFilesInFolderResponse';
|
|
|
751
753
|
export * from './previewDefaultFilesInFolderResponseAllOf';
|
|
752
754
|
export * from './profileModelInfo';
|
|
753
755
|
export * from './profileModelInfoMemory';
|
|
754
|
-
export * from './
|
|
755
|
-
export * from './profileModelInfoMemoryTflite';
|
|
756
|
+
export * from './profileModelInfoMemoryDetails';
|
|
756
757
|
export * from './profileModelTable';
|
|
757
758
|
export * from './profileModelTableMcu';
|
|
758
759
|
export * from './profileModelTableMcuMemory';
|
|
760
|
+
export * from './profileModelTableMcuMemoryTflite';
|
|
759
761
|
export * from './profileModelTableMpu';
|
|
760
762
|
export * from './profileTfLiteRequest';
|
|
761
763
|
export * from './profileTfLiteResponse';
|
|
@@ -19,7 +19,9 @@ __exportStar(require("./aIAction"), exports);
|
|
|
19
19
|
__exportStar(require("./aIActionLastPreviewState"), exports);
|
|
20
20
|
__exportStar(require("./aIActionLastPreviewStateProposedChanges"), exports);
|
|
21
21
|
__exportStar(require("./aIActionsConfig"), exports);
|
|
22
|
+
__exportStar(require("./aIActionsConfigStep"), exports);
|
|
22
23
|
__exportStar(require("./aIActionsDataCategory"), exports);
|
|
24
|
+
__exportStar(require("./aIActionsOperatesOn"), exports);
|
|
23
25
|
__exportStar(require("./activateUserByThirdPartyActivationCodeRequest"), exports);
|
|
24
26
|
__exportStar(require("./activateUserOrVerifyEmailRequest"), exports);
|
|
25
27
|
__exportStar(require("./addApiKeyRequest"), exports);
|
|
@@ -768,11 +770,11 @@ __exportStar(require("./previewDefaultFilesInFolderResponse"), exports);
|
|
|
768
770
|
__exportStar(require("./previewDefaultFilesInFolderResponseAllOf"), exports);
|
|
769
771
|
__exportStar(require("./profileModelInfo"), exports);
|
|
770
772
|
__exportStar(require("./profileModelInfoMemory"), exports);
|
|
771
|
-
__exportStar(require("./
|
|
772
|
-
__exportStar(require("./profileModelInfoMemoryTflite"), exports);
|
|
773
|
+
__exportStar(require("./profileModelInfoMemoryDetails"), exports);
|
|
773
774
|
__exportStar(require("./profileModelTable"), exports);
|
|
774
775
|
__exportStar(require("./profileModelTableMcu"), exports);
|
|
775
776
|
__exportStar(require("./profileModelTableMcuMemory"), exports);
|
|
777
|
+
__exportStar(require("./profileModelTableMcuMemoryTflite"), exports);
|
|
776
778
|
__exportStar(require("./profileModelTableMpu"), exports);
|
|
777
779
|
__exportStar(require("./profileTfLiteRequest"), exports);
|
|
778
780
|
__exportStar(require("./profileTfLiteResponse"), exports);
|
|
@@ -1012,6 +1014,7 @@ const aIAction_1 = require("./aIAction");
|
|
|
1012
1014
|
const aIActionLastPreviewState_1 = require("./aIActionLastPreviewState");
|
|
1013
1015
|
const aIActionLastPreviewStateProposedChanges_1 = require("./aIActionLastPreviewStateProposedChanges");
|
|
1014
1016
|
const aIActionsConfig_1 = require("./aIActionsConfig");
|
|
1017
|
+
const aIActionsConfigStep_1 = require("./aIActionsConfigStep");
|
|
1015
1018
|
const activateUserByThirdPartyActivationCodeRequest_1 = require("./activateUserByThirdPartyActivationCodeRequest");
|
|
1016
1019
|
const activateUserOrVerifyEmailRequest_1 = require("./activateUserOrVerifyEmailRequest");
|
|
1017
1020
|
const addApiKeyRequest_1 = require("./addApiKeyRequest");
|
|
@@ -1736,11 +1739,11 @@ const previewDefaultFilesInFolderResponse_1 = require("./previewDefaultFilesInFo
|
|
|
1736
1739
|
const previewDefaultFilesInFolderResponseAllOf_1 = require("./previewDefaultFilesInFolderResponseAllOf");
|
|
1737
1740
|
const profileModelInfo_1 = require("./profileModelInfo");
|
|
1738
1741
|
const profileModelInfoMemory_1 = require("./profileModelInfoMemory");
|
|
1739
|
-
const
|
|
1740
|
-
const profileModelInfoMemoryTflite_1 = require("./profileModelInfoMemoryTflite");
|
|
1742
|
+
const profileModelInfoMemoryDetails_1 = require("./profileModelInfoMemoryDetails");
|
|
1741
1743
|
const profileModelTable_1 = require("./profileModelTable");
|
|
1742
1744
|
const profileModelTableMcu_1 = require("./profileModelTableMcu");
|
|
1743
1745
|
const profileModelTableMcuMemory_1 = require("./profileModelTableMcuMemory");
|
|
1746
|
+
const profileModelTableMcuMemoryTflite_1 = require("./profileModelTableMcuMemoryTflite");
|
|
1744
1747
|
const profileModelTableMpu_1 = require("./profileModelTableMpu");
|
|
1745
1748
|
const profileTfLiteRequest_1 = require("./profileTfLiteRequest");
|
|
1746
1749
|
const profileTfLiteResponse_1 = require("./profileTfLiteResponse");
|
|
@@ -1981,6 +1984,7 @@ let primitives = [
|
|
|
1981
1984
|
];
|
|
1982
1985
|
let enumsMap = {
|
|
1983
1986
|
"AIActionsDataCategory": "AIActionsDataCategory",
|
|
1987
|
+
"AIActionsOperatesOn": "AIActionsOperatesOn",
|
|
1984
1988
|
"AddOrganizationApiKeyRequestRoleEnum": "AddOrganizationApiKeyRequestRoleEnum",
|
|
1985
1989
|
"AddOrganizationApiKeyRequestAllOfRoleEnum": "AddOrganizationApiKeyRequestAllOfRoleEnum",
|
|
1986
1990
|
"AddOrganizationDataCampaignDashboardRequestWhenToEmailEnum": "AddOrganizationDataCampaignDashboardRequestWhenToEmailEnum",
|
|
@@ -2144,6 +2148,7 @@ let typeMap = {
|
|
|
2144
2148
|
"AIActionLastPreviewState": aIActionLastPreviewState_1.AIActionLastPreviewState,
|
|
2145
2149
|
"AIActionLastPreviewStateProposedChanges": aIActionLastPreviewStateProposedChanges_1.AIActionLastPreviewStateProposedChanges,
|
|
2146
2150
|
"AIActionsConfig": aIActionsConfig_1.AIActionsConfig,
|
|
2151
|
+
"AIActionsConfigStep": aIActionsConfigStep_1.AIActionsConfigStep,
|
|
2147
2152
|
"ActivateUserByThirdPartyActivationCodeRequest": activateUserByThirdPartyActivationCodeRequest_1.ActivateUserByThirdPartyActivationCodeRequest,
|
|
2148
2153
|
"ActivateUserOrVerifyEmailRequest": activateUserOrVerifyEmailRequest_1.ActivateUserOrVerifyEmailRequest,
|
|
2149
2154
|
"AddApiKeyRequest": addApiKeyRequest_1.AddApiKeyRequest,
|
|
@@ -2868,11 +2873,11 @@ let typeMap = {
|
|
|
2868
2873
|
"PreviewDefaultFilesInFolderResponseAllOf": previewDefaultFilesInFolderResponseAllOf_1.PreviewDefaultFilesInFolderResponseAllOf,
|
|
2869
2874
|
"ProfileModelInfo": profileModelInfo_1.ProfileModelInfo,
|
|
2870
2875
|
"ProfileModelInfoMemory": profileModelInfoMemory_1.ProfileModelInfoMemory,
|
|
2871
|
-
"
|
|
2872
|
-
"ProfileModelInfoMemoryTflite": profileModelInfoMemoryTflite_1.ProfileModelInfoMemoryTflite,
|
|
2876
|
+
"ProfileModelInfoMemoryDetails": profileModelInfoMemoryDetails_1.ProfileModelInfoMemoryDetails,
|
|
2873
2877
|
"ProfileModelTable": profileModelTable_1.ProfileModelTable,
|
|
2874
2878
|
"ProfileModelTableMcu": profileModelTableMcu_1.ProfileModelTableMcu,
|
|
2875
2879
|
"ProfileModelTableMcuMemory": profileModelTableMcuMemory_1.ProfileModelTableMcuMemory,
|
|
2880
|
+
"ProfileModelTableMcuMemoryTflite": profileModelTableMcuMemoryTflite_1.ProfileModelTableMcuMemoryTflite,
|
|
2876
2881
|
"ProfileModelTableMpu": profileModelTableMpu_1.ProfileModelTableMpu,
|
|
2877
2882
|
"ProfileTfLiteRequest": profileTfLiteRequest_1.ProfileTfLiteRequest,
|
|
2878
2883
|
"ProfileTfLiteResponse": profileTfLiteResponse_1.ProfileTfLiteResponse,
|