edge-impulse-linux 1.3.1 → 1.3.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/cli/config.d.ts +2 -1
- package/build/cli/config.js +3 -0
- package/build/cli/config.js.map +1 -1
- package/build/cli/linux/camera-debug.js +6 -1
- package/build/cli/linux/camera-debug.js.map +1 -1
- package/build/cli/linux/linux.js +6 -1
- package/build/cli/linux/linux.js.map +1 -1
- package/build/cli/linux/runner.js +7 -2
- package/build/cli/linux/runner.js.map +1 -1
- package/build/library/classifier/linux-impulse-runner.js +9 -6
- package/build/library/classifier/linux-impulse-runner.js.map +1 -1
- package/build/library/sensors/gstreamer.d.ts +4 -0
- package/build/library/sensors/gstreamer.js +66 -1
- package/build/library/sensors/gstreamer.js.map +1 -1
- package/build/library/sensors/imagesnap.d.ts +6 -1
- package/build/library/sensors/imagesnap.js +103 -4
- package/build/library/sensors/imagesnap.js.map +1 -1
- package/build/sdk/studio/api/allowsReadOnlyApi.d.ts +26 -0
- package/build/sdk/studio/api/allowsReadOnlyApi.js +126 -0
- package/build/sdk/studio/api/allowsReadOnlyApi.js.map +1 -1
- package/build/sdk/studio/api/apis.d.ts +5 -1
- package/build/sdk/studio/api/apis.js +5 -1
- package/build/sdk/studio/api/apis.js.map +1 -1
- package/build/sdk/studio/api/deploymentApi.d.ts +26 -0
- package/build/sdk/studio/api/deploymentApi.js +126 -0
- package/build/sdk/studio/api/deploymentApi.js.map +1 -1
- package/build/sdk/studio/api/jobsApi.d.ts +36 -1
- package/build/sdk/studio/api/jobsApi.js +169 -1
- package/build/sdk/studio/api/jobsApi.js.map +1 -1
- package/build/sdk/studio/api/organizationBlocksApi.d.ts +84 -2
- package/build/sdk/studio/api/organizationBlocksApi.js +394 -2
- package/build/sdk/studio/api/organizationBlocksApi.js.map +1 -1
- package/build/sdk/studio/api/organizationJobsApi.d.ts +20 -1
- package/build/sdk/studio/api/organizationJobsApi.js +91 -1
- package/build/sdk/studio/api/organizationJobsApi.js.map +1 -1
- package/build/sdk/studio/api/organizationRequiresAdminApi.d.ts +0 -15
- package/build/sdk/studio/api/organizationRequiresAdminApi.js +0 -72
- package/build/sdk/studio/api/organizationRequiresAdminApi.js.map +1 -1
- package/build/sdk/studio/api/organizationsApi.d.ts +3 -2
- package/build/sdk/studio/api/organizationsApi.js +1 -5
- package/build/sdk/studio/api/organizationsApi.js.map +1 -1
- package/build/sdk/studio/api/rawDataApi.d.ts +17 -0
- package/build/sdk/studio/api/rawDataApi.js +78 -0
- package/build/sdk/studio/api/rawDataApi.js.map +1 -1
- package/build/sdk/studio/api/requiresSudoApi.d.ts +70 -0
- package/build/sdk/studio/api/requiresSudoApi.js +330 -0
- package/build/sdk/studio/api/requiresSudoApi.js.map +1 -1
- package/build/sdk/studio/api/themesApi.d.ts +123 -0
- package/build/sdk/studio/api/themesApi.js +479 -0
- package/build/sdk/studio/api/themesApi.js.map +1 -0
- package/build/sdk/studio/api/whitelabelsApi.d.ts +108 -0
- package/build/sdk/studio/api/whitelabelsApi.js +398 -0
- package/build/sdk/studio/api/whitelabelsApi.js.map +1 -0
- package/build/sdk/studio/model/addOrganizationDeployBlockRequest.d.ts +6 -0
- package/build/sdk/studio/model/addOrganizationDeployBlockRequest.js +22 -1
- package/build/sdk/studio/model/addOrganizationDeployBlockRequest.js.map +1 -1
- package/build/sdk/studio/model/addOrganizationTransferLearningBlockRequest.d.ts +33 -0
- package/build/sdk/studio/model/addOrganizationTransferLearningBlockRequest.js +54 -0
- package/build/sdk/studio/model/addOrganizationTransferLearningBlockRequest.js.map +1 -0
- package/build/sdk/studio/model/{kerasVisualLayerTunableParams.d.ts → addOrganizationTransferLearningBlockResponse.d.ts} +10 -8
- package/build/sdk/studio/model/addOrganizationTransferLearningBlockResponse.js +42 -0
- package/build/sdk/studio/model/addOrganizationTransferLearningBlockResponse.js.map +1 -0
- package/build/sdk/studio/model/createWhitelabelRequest.d.ts +37 -0
- package/build/sdk/studio/model/createWhitelabelRequest.js +47 -0
- package/build/sdk/studio/model/createWhitelabelRequest.js.map +1 -0
- package/build/sdk/studio/model/createWhitelabelResponse.d.ts +40 -0
- package/build/sdk/studio/model/createWhitelabelResponse.js +47 -0
- package/build/sdk/studio/model/createWhitelabelResponse.js.map +1 -0
- package/build/sdk/studio/model/createWhitelabelResponseAllOf.d.ts +32 -0
- package/build/sdk/studio/model/createWhitelabelResponseAllOf.js +37 -0
- package/build/sdk/studio/model/createWhitelabelResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/dSPBlock.d.ts +2 -0
- package/build/sdk/studio/model/dSPBlock.js +10 -0
- package/build/sdk/studio/model/dSPBlock.js.map +1 -1
- package/build/sdk/studio/model/dSPInfo.d.ts +2 -0
- package/build/sdk/studio/model/dSPInfo.js +10 -0
- package/build/sdk/studio/model/dSPInfo.js.map +1 -1
- package/build/sdk/studio/model/deploymentTarget.d.ts +40 -0
- package/build/sdk/studio/model/deploymentTarget.js +93 -0
- package/build/sdk/studio/model/deploymentTarget.js.map +1 -0
- package/build/sdk/studio/model/deploymentTargetBadge.d.ts +26 -0
- package/build/sdk/studio/model/deploymentTargetBadge.js +37 -0
- package/build/sdk/studio/model/deploymentTargetBadge.js.map +1 -0
- package/build/sdk/studio/model/deploymentTargetsResponse.d.ts +34 -0
- package/build/sdk/studio/model/deploymentTargetsResponse.js +42 -0
- package/build/sdk/studio/model/deploymentTargetsResponse.js.map +1 -0
- package/build/sdk/studio/model/deploymentTargetsResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/deploymentTargetsResponseAllOf.js +32 -0
- package/build/sdk/studio/model/deploymentTargetsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/generateFeaturesRequest.d.ts +4 -0
- package/build/sdk/studio/model/generateFeaturesRequest.js +5 -0
- package/build/sdk/studio/model/generateFeaturesRequest.js.map +1 -1
- package/build/sdk/studio/model/getAllWhitelabelsResponse.d.ts +34 -0
- package/build/sdk/studio/model/getAllWhitelabelsResponse.js +42 -0
- package/build/sdk/studio/model/getAllWhitelabelsResponse.js.map +1 -0
- package/build/sdk/studio/model/getAllWhitelabelsResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getAllWhitelabelsResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getAllWhitelabelsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getJWTTokenRequest.d.ts +3 -0
- package/build/sdk/studio/model/getJWTTokenRequest.js +7 -1
- package/build/sdk/studio/model/getJWTTokenRequest.js.map +1 -1
- package/build/sdk/studio/model/getThemeResponse.d.ts +34 -0
- package/build/sdk/studio/model/getThemeResponse.js +42 -0
- package/build/sdk/studio/model/getThemeResponse.js.map +1 -0
- package/build/sdk/studio/model/getThemeResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getThemeResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getThemeResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getThemesResponse.d.ts +34 -0
- package/build/sdk/studio/model/getThemesResponse.js +42 -0
- package/build/sdk/studio/model/getThemesResponse.js.map +1 -0
- package/build/sdk/studio/model/getThemesResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getThemesResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getThemesResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getWhitelabelResponse.d.ts +34 -0
- package/build/sdk/studio/model/getWhitelabelResponse.js +42 -0
- package/build/sdk/studio/model/getWhitelabelResponse.js.map +1 -0
- package/build/sdk/studio/model/getWhitelabelResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getWhitelabelResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getWhitelabelResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/impulseDspBlock.d.ts +2 -0
- package/build/sdk/studio/model/impulseDspBlock.js +5 -0
- package/build/sdk/studio/model/impulseDspBlock.js.map +1 -1
- package/build/sdk/studio/model/{getEvalUserMobileClientUrlResponseAllOf.d.ts → impulseDspBlockOrganization.d.ts} +3 -2
- package/build/sdk/studio/model/impulseDspBlockOrganization.js +37 -0
- package/build/sdk/studio/model/impulseDspBlockOrganization.js.map +1 -0
- package/build/sdk/studio/model/impulseLearnBlock.d.ts +2 -4
- package/build/sdk/studio/model/impulseLearnBlock.js +1 -1
- package/build/sdk/studio/model/impulseLearnBlock.js.map +1 -1
- package/build/sdk/studio/model/job.d.ts +5 -0
- package/build/sdk/studio/model/job.js +10 -0
- package/build/sdk/studio/model/job.js.map +1 -1
- package/build/sdk/studio/model/kerasModelMetadata.d.ts +1 -1
- package/build/sdk/studio/model/kerasModelMetadata.js +1 -1
- package/build/sdk/studio/model/kerasModelMetadata.js.map +1 -1
- package/build/sdk/studio/model/kerasModelMetadataAllOf.d.ts +1 -1
- package/build/sdk/studio/model/kerasModelMetadataAllOf.js +1 -1
- package/build/sdk/studio/model/kerasModelMetadataAllOf.js.map +1 -1
- package/build/sdk/studio/model/kerasResponse.d.ts +4 -24
- package/build/sdk/studio/model/kerasResponse.js +7 -24
- package/build/sdk/studio/model/kerasResponse.js.map +1 -1
- package/build/sdk/studio/model/kerasResponseAllOf.d.ts +4 -24
- package/build/sdk/studio/model/kerasResponseAllOf.js +7 -24
- package/build/sdk/studio/model/kerasResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/kerasResponseAllOfTransferLearningModels.d.ts +34 -0
- package/build/sdk/studio/model/kerasResponseAllOfTransferLearningModels.js +72 -0
- package/build/sdk/studio/model/kerasResponseAllOfTransferLearningModels.js.map +1 -0
- package/build/sdk/studio/model/kerasVisualLayer.d.ts +6 -5
- package/build/sdk/studio/model/kerasVisualLayer.js +5 -6
- package/build/sdk/studio/model/kerasVisualLayer.js.map +1 -1
- package/build/sdk/studio/model/kerasVisualLayerType.d.ts +13 -0
- package/build/sdk/studio/model/kerasVisualLayerType.js +16 -0
- package/build/sdk/studio/model/kerasVisualLayerType.js.map +1 -0
- package/build/sdk/studio/model/learnBlockType.d.ts +16 -0
- package/build/sdk/studio/model/learnBlockType.js +16 -0
- package/build/sdk/studio/model/learnBlockType.js.map +1 -0
- package/build/sdk/studio/model/listJobsResponse.d.ts +1 -0
- package/build/sdk/studio/model/listJobsResponse.js +5 -0
- package/build/sdk/studio/model/listJobsResponse.js.map +1 -1
- package/build/sdk/studio/model/listJobsResponseAllOf.d.ts +1 -0
- package/build/sdk/studio/model/listJobsResponseAllOf.js +5 -0
- package/build/sdk/studio/model/listJobsResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/listOrganizationApiKeysResponseAllOfApiKeys.d.ts +1 -0
- package/build/sdk/studio/model/listOrganizationApiKeysResponseAllOfApiKeys.js +5 -0
- package/build/sdk/studio/model/listOrganizationApiKeysResponseAllOfApiKeys.js.map +1 -1
- package/build/sdk/studio/model/listOrganizationTransferLearningBlocksResponse.d.ts +34 -0
- package/build/sdk/studio/model/listOrganizationTransferLearningBlocksResponse.js +42 -0
- package/build/sdk/studio/model/listOrganizationTransferLearningBlocksResponse.js.map +1 -0
- package/build/sdk/studio/model/listOrganizationTransferLearningBlocksResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/listOrganizationTransferLearningBlocksResponseAllOf.js +32 -0
- package/build/sdk/studio/model/listOrganizationTransferLearningBlocksResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/modelVariantStats.d.ts +2 -6
- package/build/sdk/studio/model/modelVariantStats.js +2 -3
- package/build/sdk/studio/model/modelVariantStats.js.map +1 -1
- package/build/sdk/studio/model/models.d.ts +41 -1
- package/build/sdk/studio/model/models.js +134 -11
- package/build/sdk/studio/model/models.js.map +1 -1
- package/build/sdk/studio/model/objectDetectionAutoLabelRequest.d.ts +27 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelRequest.js +33 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelRequest.js.map +1 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponse.d.ts +35 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponse.js +47 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponse.js.map +1 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponseAllOf.d.ts +27 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponseAllOf.js +37 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponseAllOfResults.d.ts +29 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponseAllOfResults.js +52 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponseAllOfResults.js.map +1 -0
- package/build/sdk/studio/model/organizationDeployBlock.d.ts +6 -0
- package/build/sdk/studio/model/organizationDeployBlock.js +22 -1
- package/build/sdk/studio/model/organizationDeployBlock.js.map +1 -1
- package/build/sdk/studio/model/organizationDspBlock.d.ts +2 -0
- package/build/sdk/studio/model/organizationDspBlock.js +10 -0
- package/build/sdk/studio/model/organizationDspBlock.js.map +1 -1
- package/build/sdk/studio/model/organizationPipelineStep.d.ts +1 -0
- package/build/sdk/studio/model/organizationPipelineStep.js +5 -0
- package/build/sdk/studio/model/organizationPipelineStep.js.map +1 -1
- package/build/sdk/studio/model/organizationTransferLearningBlock.d.ts +38 -0
- package/build/sdk/studio/model/organizationTransferLearningBlock.js +79 -0
- package/build/sdk/studio/model/organizationTransferLearningBlock.js.map +1 -0
- package/build/sdk/studio/model/projectInfoResponse.d.ts +12 -0
- package/build/sdk/studio/model/projectInfoResponse.js +15 -0
- package/build/sdk/studio/model/projectInfoResponse.js.map +1 -1
- package/build/sdk/studio/model/projectInfoResponseAllOf.d.ts +12 -0
- package/build/sdk/studio/model/projectInfoResponseAllOf.js +15 -0
- package/build/sdk/studio/model/projectInfoResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/projectInfoResponseAllOfDeploySettings.d.ts +1 -1
- package/build/sdk/studio/model/projectInfoResponseAllOfDeploySettings.js +1 -1
- package/build/sdk/studio/model/projectInfoResponseAllOfDeploySettings.js.map +1 -1
- package/build/sdk/studio/model/projectInfoResponseAllOfLatencyDevices.d.ts +1 -0
- package/build/sdk/studio/model/projectInfoResponseAllOfLatencyDevices.js +5 -0
- package/build/sdk/studio/model/projectInfoResponseAllOfLatencyDevices.js.map +1 -1
- package/build/sdk/studio/model/projectInfoResponseAllOfPerformance.d.ts +5 -0
- package/build/sdk/studio/model/projectInfoResponseAllOfPerformance.js +10 -0
- package/build/sdk/studio/model/projectInfoResponseAllOfPerformance.js.map +1 -1
- package/build/sdk/studio/model/sample.d.ts +3 -0
- package/build/sdk/studio/model/sample.js +7 -1
- package/build/sdk/studio/model/sample.js.map +1 -1
- package/build/sdk/studio/model/setKerasParameterRequest.d.ts +0 -18
- package/build/sdk/studio/model/setKerasParameterRequest.js +1 -22
- package/build/sdk/studio/model/setKerasParameterRequest.js.map +1 -1
- package/build/sdk/studio/model/theme.d.ts +34 -0
- package/build/sdk/studio/model/theme.js +62 -0
- package/build/sdk/studio/model/theme.js.map +1 -0
- package/build/sdk/studio/model/themeColors.d.ts +28 -0
- package/build/sdk/studio/model/themeColors.js +47 -0
- package/build/sdk/studio/model/themeColors.js.map +1 -0
- package/build/sdk/studio/model/themeFavicon.d.ts +34 -0
- package/build/sdk/studio/model/themeFavicon.js +77 -0
- package/build/sdk/studio/model/themeFavicon.js.map +1 -0
- package/build/sdk/studio/model/themeLogos.d.ts +30 -0
- package/build/sdk/studio/model/themeLogos.js +57 -0
- package/build/sdk/studio/model/themeLogos.js.map +1 -0
- package/build/sdk/studio/model/updateJobRequest.d.ts +28 -0
- package/build/sdk/studio/model/updateJobRequest.js +32 -0
- package/build/sdk/studio/model/updateJobRequest.js.map +1 -0
- package/build/sdk/studio/model/updateOrganizationDeployBlockRequest.d.ts +6 -0
- package/build/sdk/studio/model/updateOrganizationDeployBlockRequest.js +22 -1
- package/build/sdk/studio/model/updateOrganizationDeployBlockRequest.js.map +1 -1
- package/build/sdk/studio/model/updateOrganizationTransferLearningBlockRequest.d.ts +33 -0
- package/build/sdk/studio/model/updateOrganizationTransferLearningBlockRequest.js +54 -0
- package/build/sdk/studio/model/updateOrganizationTransferLearningBlockRequest.js.map +1 -0
- package/build/sdk/studio/model/updateProjectRequest.d.ts +17 -0
- package/build/sdk/studio/model/updateProjectRequest.js +25 -0
- package/build/sdk/studio/model/updateProjectRequest.js.map +1 -1
- package/build/sdk/studio/model/updateThemeColorsRequest.d.ts +35 -0
- package/build/sdk/studio/model/updateThemeColorsRequest.js +40 -0
- package/build/sdk/studio/model/updateThemeColorsRequest.js.map +1 -0
- package/build/sdk/studio/model/updateThemeFaviconRequest.d.ts +33 -0
- package/build/sdk/studio/model/updateThemeFaviconRequest.js +32 -0
- package/build/sdk/studio/model/updateThemeFaviconRequest.js.map +1 -0
- package/build/sdk/studio/model/updateThemeLogosRequest.d.ts +51 -0
- package/build/sdk/studio/model/updateThemeLogosRequest.js +60 -0
- package/build/sdk/studio/model/updateThemeLogosRequest.js.map +1 -0
- package/build/sdk/studio/model/updateWhitelabelDeploymentTargetsRequest.d.ts +28 -0
- package/build/sdk/studio/model/updateWhitelabelDeploymentTargetsRequest.js +32 -0
- package/build/sdk/studio/model/updateWhitelabelDeploymentTargetsRequest.js.map +1 -0
- package/build/sdk/studio/model/uploadCustomBlockRequest.d.ts +1 -1
- package/build/sdk/studio/model/uploadCustomBlockRequest.js +1 -1
- package/build/sdk/studio/model/uploadCustomBlockRequest.js.map +1 -1
- package/build/sdk/studio/model/uploadLogoRequest.d.ts +1 -1
- package/build/sdk/studio/model/{getEvalUserMobileClientUrlResponse.d.ts → uploadLogoResponse.d.ts} +2 -2
- package/build/sdk/studio/model/{getEvalUserMobileClientUrlResponse.js → uploadLogoResponse.js} +11 -11
- package/build/sdk/studio/model/uploadLogoResponse.js.map +1 -0
- package/build/sdk/studio/model/uploadLogoResponseAllOf.d.ts +25 -0
- package/build/sdk/studio/model/uploadLogoResponseAllOf.js +32 -0
- package/build/sdk/studio/model/uploadLogoResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/verifyOrganizationBucketRequest.d.ts +4 -0
- package/build/sdk/studio/model/verifyOrganizationBucketRequest.js +5 -0
- package/build/sdk/studio/model/verifyOrganizationBucketRequest.js.map +1 -1
- package/build/sdk/studio/model/whitelabel.d.ts +30 -0
- package/build/sdk/studio/model/whitelabel.js +57 -0
- package/build/sdk/studio/model/whitelabel.js.map +1 -0
- package/build/shared/viewmodels/init.d.ts +7 -0
- package/build/shared/viewmodels/init.js +5 -0
- package/build/shared/viewmodels/init.js.map +1 -1
- package/cli/linux/camera-debug.ts +8 -1
- package/cli/linux/linux.ts +7 -1
- package/cli/linux/runner.ts +8 -2
- package/package.json +1 -1
- package/build/sdk/studio/model/getEvalUserMobileClientUrlResponse.js.map +0 -1
- package/build/sdk/studio/model/getEvalUserMobileClientUrlResponseAllOf.js +0 -32
- package/build/sdk/studio/model/getEvalUserMobileClientUrlResponseAllOf.js.map +0 -1
- package/build/sdk/studio/model/kerasVisualLayerTunableParams.js +0 -53
- package/build/sdk/studio/model/kerasVisualLayerTunableParams.js.map +0 -1
|
@@ -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.DeploymentTargetBadge = void 0;
|
|
15
|
+
let DeploymentTargetBadge = /** @class */ (() => {
|
|
16
|
+
class DeploymentTargetBadge {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return DeploymentTargetBadge.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
DeploymentTargetBadge.discriminator = undefined;
|
|
22
|
+
DeploymentTargetBadge.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "name",
|
|
25
|
+
"baseName": "name",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "description",
|
|
30
|
+
"baseName": "description",
|
|
31
|
+
"type": "string"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
return DeploymentTargetBadge;
|
|
35
|
+
})();
|
|
36
|
+
exports.DeploymentTargetBadge = DeploymentTargetBadge;
|
|
37
|
+
//# sourceMappingURL=deploymentTargetBadge.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deploymentTargetBadge.js","sourceRoot":"","sources":["../../../../sdk/studio/model/deploymentTargetBadge.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,qBAAqB;QAkB9B,MAAM,CAAC,mBAAmB;YACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;QAClD,CAAC;;IAhBM,mCAAa,GAAuB,SAAS,CAAC;IAE9C,sCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,4BAAC;KAAA;AArBY,sDAAqB"}
|
|
@@ -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 { DeploymentTarget } from './deploymentTarget';
|
|
13
|
+
export declare class DeploymentTargetsResponse {
|
|
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
|
+
'targets': Array<DeploymentTarget>;
|
|
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,42 @@
|
|
|
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.DeploymentTargetsResponse = void 0;
|
|
15
|
+
let DeploymentTargetsResponse = /** @class */ (() => {
|
|
16
|
+
class DeploymentTargetsResponse {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return DeploymentTargetsResponse.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
DeploymentTargetsResponse.discriminator = undefined;
|
|
22
|
+
DeploymentTargetsResponse.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": "targets",
|
|
35
|
+
"baseName": "targets",
|
|
36
|
+
"type": "Array<DeploymentTarget>"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
return DeploymentTargetsResponse;
|
|
40
|
+
})();
|
|
41
|
+
exports.DeploymentTargetsResponse = DeploymentTargetsResponse;
|
|
42
|
+
//# sourceMappingURL=deploymentTargetsResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deploymentTargetsResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/deploymentTargetsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH;IAAA,MAAa,yBAAyB;QA8BlC,MAAM,CAAC,mBAAmB;YACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;QACtD,CAAC;;IArBM,uCAAa,GAAuB,SAAS,CAAC;IAE9C,0CAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,yBAAyB;SACpC;KAAK,CAAC;IAKf,gCAAC;KAAA;AAjCY,8DAAyB"}
|
|
@@ -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 { DeploymentTarget } from './deploymentTarget';
|
|
13
|
+
export declare class DeploymentTargetsResponseAllOf {
|
|
14
|
+
'targets': Array<DeploymentTarget>;
|
|
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,32 @@
|
|
|
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.DeploymentTargetsResponseAllOf = void 0;
|
|
15
|
+
let DeploymentTargetsResponseAllOf = /** @class */ (() => {
|
|
16
|
+
class DeploymentTargetsResponseAllOf {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return DeploymentTargetsResponseAllOf.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
DeploymentTargetsResponseAllOf.discriminator = undefined;
|
|
22
|
+
DeploymentTargetsResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "targets",
|
|
25
|
+
"baseName": "targets",
|
|
26
|
+
"type": "Array<DeploymentTarget>"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
return DeploymentTargetsResponseAllOf;
|
|
30
|
+
})();
|
|
31
|
+
exports.DeploymentTargetsResponseAllOf = DeploymentTargetsResponseAllOf;
|
|
32
|
+
//# sourceMappingURL=deploymentTargetsResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deploymentTargetsResponseAllOf.js","sourceRoot":"","sources":["../../../../sdk/studio/model/deploymentTargetsResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;IAAA,MAAa,8BAA8B;QAYvC,MAAM,CAAC,mBAAmB;YACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;QAC3D,CAAC;;IAXM,4CAAa,GAAuB,SAAS,CAAC;IAE9C,+CAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,yBAAyB;SACpC;KAAK,CAAC;IAKf,qCAAC;KAAA;AAfY,wEAA8B"}
|
|
@@ -14,6 +14,10 @@ export declare class GenerateFeaturesRequest {
|
|
|
14
14
|
* DSP block ID to generate features for
|
|
15
15
|
*/
|
|
16
16
|
'dspId': number;
|
|
17
|
+
/**
|
|
18
|
+
* Whether to generate feature importance (only when available)
|
|
19
|
+
*/
|
|
20
|
+
'calculateFeatureImportance'?: boolean;
|
|
17
21
|
static discriminator: string | undefined;
|
|
18
22
|
static attributeTypeMap: Array<{
|
|
19
23
|
name: string;
|
|
@@ -24,6 +24,11 @@ let GenerateFeaturesRequest = /** @class */ (() => {
|
|
|
24
24
|
"name": "dspId",
|
|
25
25
|
"baseName": "dspId",
|
|
26
26
|
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "calculateFeatureImportance",
|
|
30
|
+
"baseName": "calculateFeatureImportance",
|
|
31
|
+
"type": "boolean"
|
|
27
32
|
}
|
|
28
33
|
];
|
|
29
34
|
return GenerateFeaturesRequest;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generateFeaturesRequest.js","sourceRoot":"","sources":["../../../../sdk/studio/model/generateFeaturesRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,uBAAuB;
|
|
1
|
+
{"version":3,"file":"generateFeaturesRequest.js","sourceRoot":"","sources":["../../../../sdk/studio/model/generateFeaturesRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,uBAAuB;QAwBhC,MAAM,CAAC,mBAAmB;YACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;QACpD,CAAC;;IAhBM,qCAAa,GAAuB,SAAS,CAAC;IAE9C,wCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,4BAA4B;YACpC,UAAU,EAAE,4BAA4B;YACxC,MAAM,EAAE,SAAS;SACpB;KAAK,CAAC;IAKf,8BAAC;KAAA;AA3BY,0DAAuB"}
|
|
@@ -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 { Whitelabel } from './whitelabel';
|
|
13
|
+
export declare class GetAllWhitelabelsResponse {
|
|
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
|
+
'whitelabels': Array<Whitelabel>;
|
|
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,42 @@
|
|
|
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.GetAllWhitelabelsResponse = void 0;
|
|
15
|
+
let GetAllWhitelabelsResponse = /** @class */ (() => {
|
|
16
|
+
class GetAllWhitelabelsResponse {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return GetAllWhitelabelsResponse.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
GetAllWhitelabelsResponse.discriminator = undefined;
|
|
22
|
+
GetAllWhitelabelsResponse.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": "whitelabels",
|
|
35
|
+
"baseName": "whitelabels",
|
|
36
|
+
"type": "Array<Whitelabel>"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
return GetAllWhitelabelsResponse;
|
|
40
|
+
})();
|
|
41
|
+
exports.GetAllWhitelabelsResponse = GetAllWhitelabelsResponse;
|
|
42
|
+
//# sourceMappingURL=getAllWhitelabelsResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAllWhitelabelsResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getAllWhitelabelsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH;IAAA,MAAa,yBAAyB;QA8BlC,MAAM,CAAC,mBAAmB;YACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;QACtD,CAAC;;IArBM,uCAAa,GAAuB,SAAS,CAAC;IAE9C,0CAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,mBAAmB;SAC9B;KAAK,CAAC;IAKf,gCAAC;KAAA;AAjCY,8DAAyB"}
|
|
@@ -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 { Whitelabel } from './whitelabel';
|
|
13
|
+
export declare class GetAllWhitelabelsResponseAllOf {
|
|
14
|
+
'whitelabels': Array<Whitelabel>;
|
|
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,32 @@
|
|
|
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.GetAllWhitelabelsResponseAllOf = void 0;
|
|
15
|
+
let GetAllWhitelabelsResponseAllOf = /** @class */ (() => {
|
|
16
|
+
class GetAllWhitelabelsResponseAllOf {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return GetAllWhitelabelsResponseAllOf.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
GetAllWhitelabelsResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetAllWhitelabelsResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "whitelabels",
|
|
25
|
+
"baseName": "whitelabels",
|
|
26
|
+
"type": "Array<Whitelabel>"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
return GetAllWhitelabelsResponseAllOf;
|
|
30
|
+
})();
|
|
31
|
+
exports.GetAllWhitelabelsResponseAllOf = GetAllWhitelabelsResponseAllOf;
|
|
32
|
+
//# sourceMappingURL=getAllWhitelabelsResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAllWhitelabelsResponseAllOf.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getAllWhitelabelsResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;IAAA,MAAa,8BAA8B;QAYvC,MAAM,CAAC,mBAAmB;YACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;QAC3D,CAAC;;IAXM,4CAAa,GAAuB,SAAS,CAAC;IAE9C,+CAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,mBAAmB;SAC9B;KAAK,CAAC;IAKf,qCAAC;KAAA;AAfY,wEAA8B"}
|
|
@@ -22,6 +22,7 @@ export declare class GetJWTTokenRequest {
|
|
|
22
22
|
* Evaluation user UUID
|
|
23
23
|
*/
|
|
24
24
|
'uuid'?: string;
|
|
25
|
+
'ssoType'?: GetJWTTokenRequestSsoTypeEnum;
|
|
25
26
|
static discriminator: string | undefined;
|
|
26
27
|
static attributeTypeMap: Array<{
|
|
27
28
|
name: string;
|
|
@@ -34,3 +35,5 @@ export declare class GetJWTTokenRequest {
|
|
|
34
35
|
type: string;
|
|
35
36
|
}[];
|
|
36
37
|
}
|
|
38
|
+
export declare type GetJWTTokenRequestSsoTypeEnum = 'browser' | 'cli';
|
|
39
|
+
export declare const GetJWTTokenRequestSsoTypeEnumValues: string[];
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
-
exports.GetJWTTokenRequest = void 0;
|
|
14
|
+
exports.GetJWTTokenRequestSsoTypeEnumValues = exports.GetJWTTokenRequest = void 0;
|
|
15
15
|
let GetJWTTokenRequest = /** @class */ (() => {
|
|
16
16
|
class GetJWTTokenRequest {
|
|
17
17
|
static getAttributeTypeMap() {
|
|
@@ -34,9 +34,15 @@ let GetJWTTokenRequest = /** @class */ (() => {
|
|
|
34
34
|
"name": "uuid",
|
|
35
35
|
"baseName": "uuid",
|
|
36
36
|
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "ssoType",
|
|
40
|
+
"baseName": "ssoType",
|
|
41
|
+
"type": "GetJWTTokenRequestSsoTypeEnum"
|
|
37
42
|
}
|
|
38
43
|
];
|
|
39
44
|
return GetJWTTokenRequest;
|
|
40
45
|
})();
|
|
41
46
|
exports.GetJWTTokenRequest = GetJWTTokenRequest;
|
|
47
|
+
exports.GetJWTTokenRequestSsoTypeEnumValues = ['browser', 'cli'];
|
|
42
48
|
//# sourceMappingURL=getJWTTokenRequest.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getJWTTokenRequest.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getJWTTokenRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,kBAAkB;
|
|
1
|
+
{"version":3,"file":"getJWTTokenRequest.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getJWTTokenRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,kBAAkB;QAuC3B,MAAM,CAAC,mBAAmB;YACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;QAC/C,CAAC;;IA1BM,gCAAa,GAAuB,SAAS,CAAC;IAE9C,mCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,+BAA+B;SAC1C;KAAK,CAAC;IAKf,yBAAC;KAAA;AA1CY,gDAAkB;AA8ClB,QAAA,mCAAmC,GAAa,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Theme } from './theme';
|
|
13
|
+
export declare class GetThemeResponse {
|
|
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
|
+
'theme'?: Theme;
|
|
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,42 @@
|
|
|
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.GetThemeResponse = void 0;
|
|
15
|
+
let GetThemeResponse = /** @class */ (() => {
|
|
16
|
+
class GetThemeResponse {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return GetThemeResponse.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
GetThemeResponse.discriminator = undefined;
|
|
22
|
+
GetThemeResponse.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": "theme",
|
|
35
|
+
"baseName": "theme",
|
|
36
|
+
"type": "Theme"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
return GetThemeResponse;
|
|
40
|
+
})();
|
|
41
|
+
exports.GetThemeResponse = GetThemeResponse;
|
|
42
|
+
//# sourceMappingURL=getThemeResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getThemeResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getThemeResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH;IAAA,MAAa,gBAAgB;QA8BzB,MAAM,CAAC,mBAAmB;YACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;QAC7C,CAAC;;IArBM,8BAAa,GAAuB,SAAS,CAAC;IAE9C,iCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,OAAO;SAClB;KAAK,CAAC;IAKf,uBAAC;KAAA;AAjCY,4CAAgB"}
|
|
@@ -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 { Theme } from './theme';
|
|
13
|
+
export declare class GetThemeResponseAllOf {
|
|
14
|
+
'theme'?: Theme;
|
|
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,32 @@
|
|
|
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.GetThemeResponseAllOf = void 0;
|
|
15
|
+
let GetThemeResponseAllOf = /** @class */ (() => {
|
|
16
|
+
class GetThemeResponseAllOf {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return GetThemeResponseAllOf.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
GetThemeResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetThemeResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "theme",
|
|
25
|
+
"baseName": "theme",
|
|
26
|
+
"type": "Theme"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
return GetThemeResponseAllOf;
|
|
30
|
+
})();
|
|
31
|
+
exports.GetThemeResponseAllOf = GetThemeResponseAllOf;
|
|
32
|
+
//# sourceMappingURL=getThemeResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getThemeResponseAllOf.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getThemeResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;IAAA,MAAa,qBAAqB;QAY9B,MAAM,CAAC,mBAAmB;YACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;QAClD,CAAC;;IAXM,mCAAa,GAAuB,SAAS,CAAC;IAE9C,sCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,OAAO;SAClB;KAAK,CAAC;IAKf,4BAAC;KAAA;AAfY,sDAAqB"}
|
|
@@ -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 { Theme } from './theme';
|
|
13
|
+
export declare class GetThemesResponse {
|
|
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
|
+
'themes': Array<Theme>;
|
|
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,42 @@
|
|
|
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.GetThemesResponse = void 0;
|
|
15
|
+
let GetThemesResponse = /** @class */ (() => {
|
|
16
|
+
class GetThemesResponse {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return GetThemesResponse.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
GetThemesResponse.discriminator = undefined;
|
|
22
|
+
GetThemesResponse.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": "themes",
|
|
35
|
+
"baseName": "themes",
|
|
36
|
+
"type": "Array<Theme>"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
return GetThemesResponse;
|
|
40
|
+
})();
|
|
41
|
+
exports.GetThemesResponse = GetThemesResponse;
|
|
42
|
+
//# sourceMappingURL=getThemesResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getThemesResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getThemesResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH;IAAA,MAAa,iBAAiB;QA8B1B,MAAM,CAAC,mBAAmB;YACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;QAC9C,CAAC;;IArBM,+BAAa,GAAuB,SAAS,CAAC;IAE9C,kCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,cAAc;SACzB;KAAK,CAAC;IAKf,wBAAC;KAAA;AAjCY,8CAAiB"}
|