edge-impulse-linux 1.9.0 → 1.9.2
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/sensors/gstreamer.d.ts +6 -2
- package/build/library/sensors/gstreamer.js +31 -12
- package/build/library/sensors/gstreamer.js.map +1 -1
- package/build/sdk/studio/sdk/api/classifyApi.d.ts +20 -0
- package/build/sdk/studio/sdk/api/classifyApi.js +86 -0
- package/build/sdk/studio/sdk/api/classifyApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/jobsApi.d.ts +26 -0
- package/build/sdk/studio/sdk/api/jobsApi.js +168 -0
- package/build/sdk/studio/sdk/api/jobsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationBlocksApi.d.ts +12 -0
- package/build/sdk/studio/sdk/api/organizationBlocksApi.js +79 -0
- package/build/sdk/studio/sdk/api/organizationBlocksApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationJobsApi.d.ts +2 -0
- package/build/sdk/studio/sdk/api/organizationJobsApi.js +4 -0
- package/build/sdk/studio/sdk/api/organizationJobsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/projectsApi.d.ts +107 -0
- package/build/sdk/studio/sdk/api/projectsApi.js +735 -26
- package/build/sdk/studio/sdk/api/projectsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/rawDataApi.d.ts +147 -10
- package/build/sdk/studio/sdk/api/rawDataApi.js +561 -10
- package/build/sdk/studio/sdk/api/rawDataApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/userApi.d.ts +16 -1
- package/build/sdk/studio/sdk/api/userApi.js +72 -1
- package/build/sdk/studio/sdk/api/userApi.js.map +1 -1
- package/build/sdk/studio/sdk/model/aIAction.d.ts +51 -0
- package/build/sdk/studio/sdk/model/aIAction.js +69 -0
- package/build/sdk/studio/sdk/model/aIAction.js.map +1 -0
- package/build/sdk/studio/sdk/model/aIActionLastPreviewState.d.ts +31 -0
- package/build/sdk/studio/sdk/model/aIActionLastPreviewState.js +37 -0
- package/build/sdk/studio/sdk/model/aIActionLastPreviewState.js.map +1 -0
- package/build/sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.d.ts +27 -0
- package/build/sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.js +34 -0
- package/build/sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.js.map +1 -0
- package/build/sdk/studio/sdk/model/aIActionsConfig.d.ts +44 -0
- package/build/sdk/studio/sdk/model/aIActionsConfig.js +49 -0
- package/build/sdk/studio/sdk/model/aIActionsConfig.js.map +1 -0
- package/build/sdk/studio/sdk/model/aIActionsDataCategory.d.ts +13 -0
- package/build/sdk/studio/sdk/model/aIActionsDataCategory.js +16 -0
- package/build/sdk/studio/sdk/model/aIActionsDataCategory.js.map +1 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.d.ts +6 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js +10 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/additionalMetric.d.ts +1 -0
- package/build/sdk/studio/sdk/model/additionalMetric.js +5 -0
- package/build/sdk/studio/sdk/model/additionalMetric.js.map +1 -1
- package/build/sdk/studio/sdk/model/batchAddMetadataRequest.d.ts +26 -0
- package/build/sdk/studio/sdk/model/batchAddMetadataRequest.js +34 -0
- package/build/sdk/studio/sdk/model/batchAddMetadataRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/batchClearMetadataByKeyRequest.d.ts +25 -0
- package/build/sdk/studio/sdk/model/batchClearMetadataByKeyRequest.js +29 -0
- package/build/sdk/studio/sdk/model/batchClearMetadataByKeyRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/createAIActionResponse.d.ts +33 -0
- package/build/sdk/studio/sdk/model/createAIActionResponse.js +39 -0
- package/build/sdk/studio/sdk/model/createAIActionResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/createPreviewAIActionsJobRequest.d.ts +35 -0
- package/build/sdk/studio/sdk/model/createPreviewAIActionsJobRequest.js +39 -0
- package/build/sdk/studio/sdk/model/createPreviewAIActionsJobRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/dSPGroupItem.d.ts +1 -0
- package/build/sdk/studio/sdk/model/dSPGroupItem.js +5 -0
- package/build/sdk/studio/sdk/model/dSPGroupItem.js.map +1 -1
- package/build/sdk/studio/sdk/model/detailedImpulse.d.ts +4 -0
- package/build/sdk/studio/sdk/model/detailedImpulse.js +5 -0
- package/build/sdk/studio/sdk/model/detailedImpulse.js.map +1 -1
- package/build/sdk/studio/sdk/model/environmentVariable.d.ts +32 -0
- package/build/sdk/studio/sdk/model/environmentVariable.js +34 -0
- package/build/sdk/studio/sdk/model/environmentVariable.js.map +1 -0
- package/build/sdk/studio/sdk/model/getAIActionResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/getAIActionResponse.js +39 -0
- package/build/sdk/studio/sdk/model/getAIActionResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getAIActionResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getAIActionResponseAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/getAIActionResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponse.js +39 -0
- package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponseAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponse.js +39 -0
- package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getUserProjectsResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/getUserProjectsResponse.js +39 -0
- package/build/sdk/studio/sdk/model/getUserProjectsResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getUserProjectsResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getUserProjectsResponseAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/getUserProjectsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getUserResponse.d.ts +9 -0
- package/build/sdk/studio/sdk/model/getUserResponse.js +10 -0
- package/build/sdk/studio/sdk/model/getUserResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/getUserResponseAllOf.d.ts +9 -0
- package/build/sdk/studio/sdk/model/getUserResponseAllOf.js +10 -0
- package/build/sdk/studio/sdk/model/getUserResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjects.d.ts +30 -0
- package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjects.js +37 -0
- package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjects.js.map +1 -0
- package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjectsProjects.d.ts +28 -0
- package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjectsProjects.js +44 -0
- package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjectsProjects.js.map +1 -0
- package/build/sdk/studio/sdk/model/listAIActionsResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/listAIActionsResponse.js +39 -0
- package/build/sdk/studio/sdk/model/listAIActionsResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/listAIActionsResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/listAIActionsResponseAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/listAIActionsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/models.d.ts +27 -0
- package/build/sdk/studio/sdk/model/models.js +80 -2
- package/build/sdk/studio/sdk/model/models.js.map +1 -1
- package/build/sdk/studio/sdk/model/optimizeConfig.d.ts +6 -4
- package/build/sdk/studio/sdk/model/optimizeConfig.js +9 -5
- package/build/sdk/studio/sdk/model/optimizeConfig.js.map +1 -1
- package/build/sdk/studio/sdk/model/optimizeConfigResponse.d.ts +6 -4
- package/build/sdk/studio/sdk/model/optimizeConfigResponse.js +9 -5
- package/build/sdk/studio/sdk/model/optimizeConfigResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.d.ts +9 -0
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.js +10 -0
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/previewAIActionsSamplesRequest.d.ts +42 -0
- package/build/sdk/studio/sdk/model/previewAIActionsSamplesRequest.js +49 -0
- package/build/sdk/studio/sdk/model/previewAIActionsSamplesRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.d.ts +4 -0
- 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/sampleProposedChanges.d.ts +48 -0
- package/build/sdk/studio/sdk/model/sampleProposedChanges.js +49 -0
- package/build/sdk/studio/sdk/model/sampleProposedChanges.js.map +1 -0
- package/build/sdk/studio/sdk/model/setAIActionsOrderRequest.d.ts +25 -0
- package/build/sdk/studio/sdk/model/setAIActionsOrderRequest.js +29 -0
- package/build/sdk/studio/sdk/model/setAIActionsOrderRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/setSampleProposedChangesRequest.d.ts +30 -0
- package/build/sdk/studio/sdk/model/setSampleProposedChangesRequest.js +34 -0
- package/build/sdk/studio/sdk/model/setSampleProposedChangesRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/updateAIActionRequest.d.ts +57 -0
- package/build/sdk/studio/sdk/model/updateAIActionRequest.js +64 -0
- package/build/sdk/studio/sdk/model/updateAIActionRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.d.ts +6 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js +10 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateProjectRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/updateProjectRequest.js +5 -0
- package/build/sdk/studio/sdk/model/updateProjectRequest.js.map +1 -1
- package/build/shared/bounding-box-file-types.d.ts +1 -0
- package/build/shared/bounding-box-file-types.js +46 -2
- package/build/shared/bounding-box-file-types.js.map +1 -1
- package/build/shared/viewmodels/init.d.ts +3 -0
- package/build/shared/viewmodels/init.js +3 -0
- 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 +3 -2
- package/test/gstreamer.test.ts +797 -10
|
@@ -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.GetPublicOrganizationTransformationBlockResponseAllOf = void 0;
|
|
15
|
+
class GetPublicOrganizationTransformationBlockResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetPublicOrganizationTransformationBlockResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetPublicOrganizationTransformationBlockResponseAllOf = GetPublicOrganizationTransformationBlockResponseAllOf;
|
|
21
|
+
GetPublicOrganizationTransformationBlockResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetPublicOrganizationTransformationBlockResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "transformationBlock",
|
|
25
|
+
"baseName": "transformationBlock",
|
|
26
|
+
"type": "PublicOrganizationTransformationBlock"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=getPublicOrganizationTransformationBlockResponseAllOf.js.map
|
package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPublicOrganizationTransformationBlockResponseAllOf.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,qDAAqD;IAY9D,MAAM,CAAC,mBAAmB;QACtB,OAAO,qDAAqD,CAAC,gBAAgB,CAAC;IAClF,CAAC;;AAdL,sHAeC;AAZU,mEAAa,GAAuB,SAAS,CAAC;AAE9C,sEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,uCAAuC;KAClD;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 { Project } from './project';
|
|
13
|
+
export declare class GetUserProjectsResponse {
|
|
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
|
+
'projects': Array<Project>;
|
|
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.GetUserProjectsResponse = void 0;
|
|
15
|
+
class GetUserProjectsResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetUserProjectsResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetUserProjectsResponse = GetUserProjectsResponse;
|
|
21
|
+
GetUserProjectsResponse.discriminator = undefined;
|
|
22
|
+
GetUserProjectsResponse.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": "projects",
|
|
35
|
+
"baseName": "projects",
|
|
36
|
+
"type": "Array<Project>"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=getUserProjectsResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUserProjectsResponse.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getUserProjectsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,uBAAuB;IA8BhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAhCL,0DAiCC;AAtBU,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,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,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,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 { Project } from './project';
|
|
13
|
+
export declare class GetUserProjectsResponseAllOf {
|
|
14
|
+
'projects': Array<Project>;
|
|
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.GetUserProjectsResponseAllOf = void 0;
|
|
15
|
+
class GetUserProjectsResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetUserProjectsResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetUserProjectsResponseAllOf = GetUserProjectsResponseAllOf;
|
|
21
|
+
GetUserProjectsResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetUserProjectsResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "projects",
|
|
25
|
+
"baseName": "projects",
|
|
26
|
+
"type": "Array<Project>"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=getUserProjectsResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUserProjectsResponseAllOf.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getUserProjectsResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,4BAA4B;IAYrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AAdL,oEAeC;AAZU,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,gBAAgB;KAC3B;CAAK,CAAC"}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { EnterpriseTrial } from './enterpriseTrial';
|
|
13
|
+
import { GetUserResponseAllOfLastAccessedProjects } from './getUserResponseAllOfLastAccessedProjects';
|
|
13
14
|
import { GetUserResponseAllOfWhitelabels } from './getUserResponseAllOfWhitelabels';
|
|
14
15
|
import { Permission } from './permission';
|
|
15
16
|
import { Project } from './project';
|
|
@@ -61,6 +62,9 @@ export declare class GetUserResponse {
|
|
|
61
62
|
* Organizations that the user is a member of. Only filled when requesting information about yourself.
|
|
62
63
|
*/
|
|
63
64
|
'organizations': Array<UserOrganization>;
|
|
65
|
+
/**
|
|
66
|
+
* List of all projects. This returns all projects for the user (regardless of whitelabel)
|
|
67
|
+
*/
|
|
64
68
|
'projects': Array<Project>;
|
|
65
69
|
/**
|
|
66
70
|
* Experiments the user has access to. Enabling experiments can only be done through a JWT token.
|
|
@@ -108,6 +112,11 @@ export declare class GetUserResponse {
|
|
|
108
112
|
* Timezone for the user (or undefined if not specified).
|
|
109
113
|
*/
|
|
110
114
|
'timezone'?: string;
|
|
115
|
+
'lastAccessedProjects': GetUserResponseAllOfLastAccessedProjects;
|
|
116
|
+
/**
|
|
117
|
+
* Number of private projects created by the current user.
|
|
118
|
+
*/
|
|
119
|
+
'privatePersonalProjectsUsed': number;
|
|
111
120
|
static discriminator: string | undefined;
|
|
112
121
|
static attributeTypeMap: Array<{
|
|
113
122
|
name: string;
|
|
@@ -194,6 +194,16 @@ GetUserResponse.attributeTypeMap = [
|
|
|
194
194
|
"name": "timezone",
|
|
195
195
|
"baseName": "timezone",
|
|
196
196
|
"type": "string"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "lastAccessedProjects",
|
|
200
|
+
"baseName": "lastAccessedProjects",
|
|
201
|
+
"type": "GetUserResponseAllOfLastAccessedProjects"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "privatePersonalProjectsUsed",
|
|
205
|
+
"baseName": "privatePersonalProjectsUsed",
|
|
206
|
+
"type": "number"
|
|
197
207
|
}
|
|
198
208
|
];
|
|
199
209
|
//# sourceMappingURL=getUserResponse.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUserResponse.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getUserResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"getUserResponse.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getUserResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAgBH,MAAa,eAAe;IAgSxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AAlSL,0CAmSC;AAhMU,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,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,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;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,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;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,MAAM;KACjB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,WAAW;KACtB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,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,SAAS;KACpB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,cAAc;KACzB;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,2BAA2B;QACnC,UAAU,EAAE,2BAA2B;QACvC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,6BAA6B;QACrC,UAAU,EAAE,6BAA6B;QACzC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,6BAA6B;QACrC,UAAU,EAAE,6BAA6B;QACzC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,0CAA0C;KACrD;IACD;QACI,MAAM,EAAE,6BAA6B;QACrC,UAAU,EAAE,6BAA6B;QACzC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { EnterpriseTrial } from './enterpriseTrial';
|
|
13
|
+
import { GetUserResponseAllOfLastAccessedProjects } from './getUserResponseAllOfLastAccessedProjects';
|
|
13
14
|
import { GetUserResponseAllOfWhitelabels } from './getUserResponseAllOfWhitelabels';
|
|
14
15
|
import { Project } from './project';
|
|
15
16
|
import { UserExperiment } from './userExperiment';
|
|
@@ -22,6 +23,9 @@ export declare class GetUserResponseAllOf {
|
|
|
22
23
|
* Organizations that the user is a member of. Only filled when requesting information about yourself.
|
|
23
24
|
*/
|
|
24
25
|
'organizations': Array<UserOrganization>;
|
|
26
|
+
/**
|
|
27
|
+
* List of all projects. This returns all projects for the user (regardless of whitelabel)
|
|
28
|
+
*/
|
|
25
29
|
'projects': Array<Project>;
|
|
26
30
|
/**
|
|
27
31
|
* Experiments the user has access to. Enabling experiments can only be done through a JWT token.
|
|
@@ -69,6 +73,11 @@ export declare class GetUserResponseAllOf {
|
|
|
69
73
|
* Timezone for the user (or undefined if not specified).
|
|
70
74
|
*/
|
|
71
75
|
'timezone'?: string;
|
|
76
|
+
'lastAccessedProjects': GetUserResponseAllOfLastAccessedProjects;
|
|
77
|
+
/**
|
|
78
|
+
* Number of private projects created by the current user.
|
|
79
|
+
*/
|
|
80
|
+
'privatePersonalProjectsUsed': number;
|
|
72
81
|
static discriminator: string | undefined;
|
|
73
82
|
static attributeTypeMap: Array<{
|
|
74
83
|
name: string;
|
|
@@ -104,6 +104,16 @@ GetUserResponseAllOf.attributeTypeMap = [
|
|
|
104
104
|
"name": "timezone",
|
|
105
105
|
"baseName": "timezone",
|
|
106
106
|
"type": "string"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "lastAccessedProjects",
|
|
110
|
+
"baseName": "lastAccessedProjects",
|
|
111
|
+
"type": "GetUserResponseAllOfLastAccessedProjects"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "privatePersonalProjectsUsed",
|
|
115
|
+
"baseName": "privatePersonalProjectsUsed",
|
|
116
|
+
"type": "number"
|
|
107
117
|
}
|
|
108
118
|
];
|
|
109
119
|
//# sourceMappingURL=getUserResponseAllOf.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUserResponseAllOf.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getUserResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"getUserResponseAllOf.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getUserResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAUH,MAAa,oBAAoB;IAkK7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AApKL,oDAqKC;AAtGU,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,2BAA2B;QACnC,UAAU,EAAE,2BAA2B;QACvC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,6BAA6B;QACrC,UAAU,EAAE,6BAA6B;QACzC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,6BAA6B;QACrC,UAAU,EAAE,6BAA6B;QACzC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,0CAA0C;KACrD;IACD;QACI,MAAM,EAAE,6BAA6B;QACrC,UAAU,EAAE,6BAA6B;QACzC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 { GetUserResponseAllOfLastAccessedProjectsProjects } from './getUserResponseAllOfLastAccessedProjectsProjects';
|
|
13
|
+
/**
|
|
14
|
+
* Last 5 accessed projects. This _only_ returns projects for the current whitelabel ID.
|
|
15
|
+
*/
|
|
16
|
+
export declare class GetUserResponseAllOfLastAccessedProjects {
|
|
17
|
+
'projects': Array<GetUserResponseAllOfLastAccessedProjectsProjects>;
|
|
18
|
+
'hasMoreProjects': boolean;
|
|
19
|
+
static discriminator: string | undefined;
|
|
20
|
+
static attributeTypeMap: Array<{
|
|
21
|
+
name: string;
|
|
22
|
+
baseName: string;
|
|
23
|
+
type: string;
|
|
24
|
+
}>;
|
|
25
|
+
static getAttributeTypeMap(): {
|
|
26
|
+
name: string;
|
|
27
|
+
baseName: string;
|
|
28
|
+
type: string;
|
|
29
|
+
}[];
|
|
30
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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.GetUserResponseAllOfLastAccessedProjects = void 0;
|
|
15
|
+
/**
|
|
16
|
+
* Last 5 accessed projects. This _only_ returns projects for the current whitelabel ID.
|
|
17
|
+
*/
|
|
18
|
+
class GetUserResponseAllOfLastAccessedProjects {
|
|
19
|
+
static getAttributeTypeMap() {
|
|
20
|
+
return GetUserResponseAllOfLastAccessedProjects.attributeTypeMap;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.GetUserResponseAllOfLastAccessedProjects = GetUserResponseAllOfLastAccessedProjects;
|
|
24
|
+
GetUserResponseAllOfLastAccessedProjects.discriminator = undefined;
|
|
25
|
+
GetUserResponseAllOfLastAccessedProjects.attributeTypeMap = [
|
|
26
|
+
{
|
|
27
|
+
"name": "projects",
|
|
28
|
+
"baseName": "projects",
|
|
29
|
+
"type": "Array<GetUserResponseAllOfLastAccessedProjectsProjects>"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "hasMoreProjects",
|
|
33
|
+
"baseName": "hasMoreProjects",
|
|
34
|
+
"type": "boolean"
|
|
35
|
+
}
|
|
36
|
+
];
|
|
37
|
+
//# sourceMappingURL=getUserResponseAllOfLastAccessedProjects.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUserResponseAllOfLastAccessedProjects.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjects.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;;EAEE;AACF,MAAa,wCAAwC;IAkBjD,MAAM,CAAC,mBAAmB;QACtB,OAAO,wCAAwC,CAAC,gBAAgB,CAAC;IACrE,CAAC;;AApBL,4FAqBC;AAjBU,sDAAa,GAAuB,SAAS,CAAC;AAE9C,yDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,yDAAyD;KACpE;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,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
|
+
export declare class GetUserResponseAllOfLastAccessedProjectsProjects {
|
|
13
|
+
'id': number;
|
|
14
|
+
'name': string;
|
|
15
|
+
'created': Date;
|
|
16
|
+
'lastAccessed'?: Date;
|
|
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,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.GetUserResponseAllOfLastAccessedProjectsProjects = void 0;
|
|
15
|
+
class GetUserResponseAllOfLastAccessedProjectsProjects {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetUserResponseAllOfLastAccessedProjectsProjects.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetUserResponseAllOfLastAccessedProjectsProjects = GetUserResponseAllOfLastAccessedProjectsProjects;
|
|
21
|
+
GetUserResponseAllOfLastAccessedProjectsProjects.discriminator = undefined;
|
|
22
|
+
GetUserResponseAllOfLastAccessedProjectsProjects.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "id",
|
|
25
|
+
"baseName": "id",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "name",
|
|
30
|
+
"baseName": "name",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "created",
|
|
35
|
+
"baseName": "created",
|
|
36
|
+
"type": "Date"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "lastAccessed",
|
|
40
|
+
"baseName": "lastAccessed",
|
|
41
|
+
"type": "Date"
|
|
42
|
+
}
|
|
43
|
+
];
|
|
44
|
+
//# sourceMappingURL=getUserResponseAllOfLastAccessedProjectsProjects.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUserResponseAllOfLastAccessedProjectsProjects.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjectsProjects.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,gDAAgD;IA8BzD,MAAM,CAAC,mBAAmB;QACtB,OAAO,gDAAgD,CAAC,gBAAgB,CAAC;IAC7E,CAAC;;AAhCL,4GAiCC;AA3BU,8DAAa,GAAuB,SAAS,CAAC;AAE9C,iEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,MAAM;KACjB;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 { AIAction } from './aIAction';
|
|
13
|
+
export declare class ListAIActionsResponse {
|
|
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
|
+
'actions': Array<AIAction>;
|
|
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.ListAIActionsResponse = void 0;
|
|
15
|
+
class ListAIActionsResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ListAIActionsResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ListAIActionsResponse = ListAIActionsResponse;
|
|
21
|
+
ListAIActionsResponse.discriminator = undefined;
|
|
22
|
+
ListAIActionsResponse.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": "actions",
|
|
35
|
+
"baseName": "actions",
|
|
36
|
+
"type": "Array<AIAction>"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=listAIActionsResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listAIActionsResponse.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/listAIActionsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,qBAAqB;IA8B9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AAhCL,sDAiCC;AAtBU,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,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,iBAAiB;KAC5B;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 { AIAction } from './aIAction';
|
|
13
|
+
export declare class ListAIActionsResponseAllOf {
|
|
14
|
+
'actions': Array<AIAction>;
|
|
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.ListAIActionsResponseAllOf = void 0;
|
|
15
|
+
class ListAIActionsResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ListAIActionsResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ListAIActionsResponseAllOf = ListAIActionsResponseAllOf;
|
|
21
|
+
ListAIActionsResponseAllOf.discriminator = undefined;
|
|
22
|
+
ListAIActionsResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "actions",
|
|
25
|
+
"baseName": "actions",
|
|
26
|
+
"type": "Array<AIAction>"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=listAIActionsResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listAIActionsResponseAllOf.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/listAIActionsResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,0BAA0B;IAYnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AAdL,gEAeC;AAZU,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,iBAAiB;KAC5B;CAAK,CAAC"}
|