edge-impulse-linux 1.2.9 → 1.3.1
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 +1 -0
- package/build/cli/config.js +1 -0
- package/build/cli/config.js.map +1 -1
- package/build/cli/linux/camera-debug.d.ts +2 -0
- package/build/cli/linux/camera-debug.js +145 -0
- package/build/cli/linux/camera-debug.js.map +1 -0
- package/build/cli/linux/linux.js +14 -1
- package/build/cli/linux/linux.js.map +1 -1
- package/build/cli/linux/runner-downloader.js +2 -2
- package/build/cli/linux/runner-downloader.js.map +1 -1
- package/build/cli/linux/runner.js +1 -0
- package/build/cli/linux/runner.js.map +1 -1
- package/build/cli/linux/webserver/public/webserver.js +22 -5
- package/build/cli/linux/webserver/public/webserver.js.map +1 -1
- package/build/cli/make-image.js +1 -1
- package/build/cli/make-image.js.map +1 -1
- package/build/library/classifier/linux-impulse-runner.d.ts +2 -2
- package/build/library/classifier/linux-impulse-runner.js +3 -0
- package/build/library/classifier/linux-impulse-runner.js.map +1 -1
- package/build/library/sensors/gstreamer.d.ts +1 -0
- package/build/library/sensors/gstreamer.js +72 -23
- package/build/library/sensors/gstreamer.js.map +1 -1
- package/build/library/sensors/icamera.d.ts +4 -0
- package/build/library/sensors/prophesee.js +10 -3
- package/build/library/sensors/prophesee.js.map +1 -1
- package/build/sdk/studio/api/adminApi.js +2 -2
- package/build/sdk/studio/api/adminApi.js.map +1 -1
- package/build/sdk/studio/api/allowsReadOnlyApi.d.ts +15 -0
- package/build/sdk/studio/api/allowsReadOnlyApi.js +76 -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/applicationTestingApi.d.ts +106 -0
- package/build/sdk/studio/api/applicationTestingApi.js +398 -0
- package/build/sdk/studio/api/applicationTestingApi.js.map +1 -0
- package/build/sdk/studio/api/dSPApi.d.ts +15 -0
- package/build/sdk/studio/api/dSPApi.js +72 -0
- package/build/sdk/studio/api/dSPApi.js.map +1 -1
- package/build/sdk/studio/api/impulseApi.d.ts +13 -0
- package/build/sdk/studio/api/impulseApi.js +66 -0
- package/build/sdk/studio/api/impulseApi.js.map +1 -1
- package/build/sdk/studio/api/jobsApi.d.ts +43 -0
- package/build/sdk/studio/api/jobsApi.js +214 -0
- package/build/sdk/studio/api/jobsApi.js.map +1 -1
- package/build/sdk/studio/api/organizationBlocksApi.d.ts +60 -0
- package/build/sdk/studio/api/organizationBlocksApi.js +288 -0
- package/build/sdk/studio/api/organizationBlocksApi.js.map +1 -1
- package/build/sdk/studio/api/organizationCreateProjectApi.d.ts +15 -15
- package/build/sdk/studio/api/organizationCreateProjectApi.js +15 -15
- package/build/sdk/studio/api/organizationDataApi.d.ts +34 -0
- package/build/sdk/studio/api/organizationDataApi.js +171 -1
- package/build/sdk/studio/api/organizationDataApi.js.map +1 -1
- package/build/sdk/studio/api/organizationJobsApi.d.ts +15 -0
- package/build/sdk/studio/api/organizationJobsApi.js +76 -0
- package/build/sdk/studio/api/organizationJobsApi.js.map +1 -1
- package/build/sdk/studio/api/organizationPipelinesApi.d.ts +127 -0
- package/build/sdk/studio/api/organizationPipelinesApi.js +500 -0
- package/build/sdk/studio/api/organizationPipelinesApi.js.map +1 -0
- package/build/sdk/studio/api/organizationsApi.d.ts +30 -0
- package/build/sdk/studio/api/organizationsApi.js +150 -0
- package/build/sdk/studio/api/organizationsApi.js.map +1 -1
- package/build/sdk/studio/api/projectsApi.d.ts +57 -0
- package/build/sdk/studio/api/projectsApi.js +270 -0
- package/build/sdk/studio/api/projectsApi.js.map +1 -1
- package/build/sdk/studio/api/rawDataApi.d.ts +34 -2
- package/build/sdk/studio/api/rawDataApi.js +158 -2
- package/build/sdk/studio/api/rawDataApi.js.map +1 -1
- package/build/sdk/studio/api/requiresSudoApi.js +2 -2
- package/build/sdk/studio/api/requiresSudoApi.js.map +1 -1
- package/build/sdk/studio/api/supportsRangeApi.d.ts +13 -0
- package/build/sdk/studio/api/supportsRangeApi.js +66 -0
- package/build/sdk/studio/api/supportsRangeApi.js.map +1 -1
- package/build/sdk/studio/api/userApi.d.ts +13 -14
- package/build/sdk/studio/api/userApi.js +40 -46
- package/build/sdk/studio/api/userApi.js.map +1 -1
- package/build/sdk/studio/model/addOrganizationDspBlockRequest.d.ts +32 -0
- package/build/sdk/studio/model/addOrganizationDspBlockRequest.js +67 -0
- package/build/sdk/studio/model/addOrganizationDspBlockRequest.js.map +1 -0
- package/build/sdk/studio/model/addOrganizationDspBlockResponse.d.ts +33 -0
- package/build/sdk/studio/model/addOrganizationDspBlockResponse.js +42 -0
- package/build/sdk/studio/model/addOrganizationDspBlockResponse.js.map +1 -0
- package/build/sdk/studio/model/applicationTestingDetection.d.ts +32 -0
- package/build/sdk/studio/model/applicationTestingDetection.js +37 -0
- package/build/sdk/studio/model/applicationTestingDetection.js.map +1 -0
- package/build/sdk/studio/model/applicationTestingFalsePositive.d.ts +42 -0
- package/build/sdk/studio/model/applicationTestingFalsePositive.js +48 -0
- package/build/sdk/studio/model/applicationTestingFalsePositive.js.map +1 -0
- package/build/sdk/studio/model/applicationTestingGroundTruth.d.ts +51 -0
- package/build/sdk/studio/model/applicationTestingGroundTruth.js +58 -0
- package/build/sdk/studio/model/applicationTestingGroundTruth.js.map +1 -0
- package/build/sdk/studio/model/applicationTestingGroundTruthSamples.d.ts +40 -0
- package/build/sdk/studio/model/applicationTestingGroundTruthSamples.js +47 -0
- package/build/sdk/studio/model/applicationTestingGroundTruthSamples.js.map +1 -0
- package/build/sdk/studio/model/applicationTestingParameterSet.d.ts +45 -0
- package/build/sdk/studio/model/applicationTestingParameterSet.js +57 -0
- package/build/sdk/studio/model/applicationTestingParameterSet.js.map +1 -0
- package/build/sdk/studio/model/applicationTestingParameterSetAggregateStats.d.ts +26 -0
- package/build/sdk/studio/model/applicationTestingParameterSetAggregateStats.js +37 -0
- package/build/sdk/studio/model/applicationTestingParameterSetAggregateStats.js.map +1 -0
- package/build/sdk/studio/model/applicationTestingParameterSetStats.d.ts +40 -0
- package/build/sdk/studio/model/applicationTestingParameterSetStats.js +72 -0
- package/build/sdk/studio/model/applicationTestingParameterSetStats.js.map +1 -0
- package/build/sdk/studio/model/applicationTestingRawDetection.d.ts +33 -0
- package/build/sdk/studio/model/applicationTestingRawDetection.js +42 -0
- package/build/sdk/studio/model/applicationTestingRawDetection.js.map +1 -0
- package/build/sdk/studio/model/createEvaluationUserResponse.d.ts +40 -0
- package/build/sdk/studio/model/createEvaluationUserResponse.js +47 -0
- package/build/sdk/studio/model/createEvaluationUserResponse.js.map +1 -0
- package/build/sdk/studio/model/createEvaluationUserResponseAllOf.d.ts +32 -0
- package/build/sdk/studio/model/createEvaluationUserResponseAllOf.js +37 -0
- package/build/sdk/studio/model/createEvaluationUserResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/createPipelineResponse.d.ts +33 -0
- package/build/sdk/studio/model/createPipelineResponse.js +42 -0
- package/build/sdk/studio/model/createPipelineResponse.js.map +1 -0
- package/build/sdk/studio/model/createUserRequest.d.ts +0 -10
- package/build/sdk/studio/model/createUserRequest.js +1 -12
- package/build/sdk/studio/model/createUserRequest.js.map +1 -1
- package/build/sdk/studio/model/cropSampleResponse.d.ts +33 -0
- package/build/sdk/studio/model/cropSampleResponse.js +42 -0
- package/build/sdk/studio/model/cropSampleResponse.js.map +1 -0
- package/build/sdk/studio/model/cropSampleResponseAllOf.d.ts +25 -0
- package/build/sdk/studio/model/cropSampleResponseAllOf.js +32 -0
- package/build/sdk/studio/model/cropSampleResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/dSPMetadata.d.ts +1 -0
- package/build/sdk/studio/model/dSPMetadata.js +5 -0
- package/build/sdk/studio/model/dSPMetadata.js.map +1 -1
- package/build/sdk/studio/model/dSPMetadataOutputConfigShape.d.ts +4 -0
- package/build/sdk/studio/model/dSPMetadataOutputConfigShape.js +5 -0
- package/build/sdk/studio/model/dSPMetadataOutputConfigShape.js.map +1 -1
- package/build/sdk/studio/model/dSPMetadataResponse.d.ts +1 -0
- package/build/sdk/studio/model/dSPMetadataResponse.js +5 -0
- package/build/sdk/studio/model/dSPMetadataResponse.js.map +1 -1
- package/build/sdk/studio/model/dspFeatureImportanceResponse.d.ts +37 -0
- package/build/sdk/studio/model/dspFeatureImportanceResponse.js +47 -0
- package/build/sdk/studio/model/dspFeatureImportanceResponse.js.map +1 -0
- package/build/sdk/studio/model/dspFeatureImportanceResponseAllOf.d.ts +29 -0
- package/build/sdk/studio/model/dspFeatureImportanceResponseAllOf.js +37 -0
- package/build/sdk/studio/model/dspFeatureImportanceResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/dspFeatureImportanceResponseAllOfFeatures.d.ts +26 -0
- package/build/sdk/studio/model/dspFeatureImportanceResponseAllOfFeatures.js +37 -0
- package/build/sdk/studio/model/dspFeatureImportanceResponseAllOfFeatures.js.map +1 -0
- package/build/sdk/studio/model/dspFeatureImportanceResponseAllOfLabels.d.ts +26 -0
- package/build/sdk/studio/model/dspFeatureImportanceResponseAllOfLabels.js +32 -0
- package/build/sdk/studio/model/dspFeatureImportanceResponseAllOfLabels.js.map +1 -0
- package/build/sdk/studio/model/getApplicationTestingGroundTruthResponse.d.ts +34 -0
- package/build/sdk/studio/model/getApplicationTestingGroundTruthResponse.js +42 -0
- package/build/sdk/studio/model/getApplicationTestingGroundTruthResponse.js.map +1 -0
- package/build/sdk/studio/model/getApplicationTestingGroundTruthResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getApplicationTestingGroundTruthResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getApplicationTestingGroundTruthResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getApplicationTestingParameterSetsResponse.d.ts +34 -0
- package/build/sdk/studio/model/getApplicationTestingParameterSetsResponse.js +42 -0
- package/build/sdk/studio/model/getApplicationTestingParameterSetsResponse.js.map +1 -0
- package/build/sdk/studio/model/getApplicationTestingParameterSetsResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getApplicationTestingParameterSetsResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getApplicationTestingParameterSetsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getApplicationTestingRawResultResponse.d.ts +34 -0
- package/build/sdk/studio/model/getApplicationTestingRawResultResponse.js +42 -0
- package/build/sdk/studio/model/getApplicationTestingRawResultResponse.js.map +1 -0
- package/build/sdk/studio/model/getApplicationTestingRawResultResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getApplicationTestingRawResultResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getApplicationTestingRawResultResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getApplicationTestingStatusResponse.d.ts +33 -0
- package/build/sdk/studio/model/getApplicationTestingStatusResponse.js +42 -0
- package/build/sdk/studio/model/getApplicationTestingStatusResponse.js.map +1 -0
- package/build/sdk/studio/model/getApplicationTestingStatusResponseAllOf.d.ts +25 -0
- package/build/sdk/studio/model/getApplicationTestingStatusResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getApplicationTestingStatusResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getJWTTokenResponse.d.ts +4 -0
- package/build/sdk/studio/model/getJWTTokenResponse.js +5 -0
- package/build/sdk/studio/model/getJWTTokenResponse.js.map +1 -1
- package/build/sdk/studio/model/getJWTTokenResponseAllOf.d.ts +4 -0
- package/build/sdk/studio/model/getJWTTokenResponseAllOf.js +5 -0
- package/build/sdk/studio/model/getJWTTokenResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/getOrganizationPipelinesResponse.d.ts +34 -0
- package/build/sdk/studio/model/getOrganizationPipelinesResponse.js +42 -0
- package/build/sdk/studio/model/getOrganizationPipelinesResponse.js.map +1 -0
- package/build/sdk/studio/model/getOrganizationPipelinesResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getOrganizationPipelinesResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getOrganizationPipelinesResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getOrganizationPortalResponse.d.ts +4 -0
- package/build/sdk/studio/model/getOrganizationPortalResponse.js +5 -0
- package/build/sdk/studio/model/getOrganizationPortalResponse.js.map +1 -1
- package/build/sdk/studio/model/getOrganizationPortalResponseAllOf.d.ts +4 -0
- package/build/sdk/studio/model/getOrganizationPortalResponseAllOf.js +5 -0
- package/build/sdk/studio/model/getOrganizationPortalResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/getUserResponse.d.ts +4 -0
- package/build/sdk/studio/model/getUserResponse.js +5 -0
- package/build/sdk/studio/model/getUserResponse.js.map +1 -1
- package/build/sdk/studio/model/getUserResponseAllOf.d.ts +4 -0
- package/build/sdk/studio/model/getUserResponseAllOf.js +5 -0
- package/build/sdk/studio/model/getUserResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/impulseBlockVersion.d.ts +4 -0
- package/build/sdk/studio/model/impulseBlockVersion.js +5 -0
- package/build/sdk/studio/model/impulseBlockVersion.js.map +1 -1
- package/build/sdk/studio/model/impulseInputBlock.d.ts +5 -1
- package/build/sdk/studio/model/impulseInputBlock.js +6 -1
- package/build/sdk/studio/model/impulseInputBlock.js.map +1 -1
- package/build/sdk/studio/model/inputBlock.d.ts +3 -1
- package/build/sdk/studio/model/inputBlock.js +3 -2
- package/build/sdk/studio/model/inputBlock.js.map +1 -1
- package/build/sdk/studio/model/kerasResponse.d.ts +4 -0
- package/build/sdk/studio/model/kerasResponse.js +5 -0
- package/build/sdk/studio/model/kerasResponse.js.map +1 -1
- package/build/sdk/studio/model/kerasResponseAllOf.d.ts +4 -0
- package/build/sdk/studio/model/kerasResponseAllOf.js +5 -0
- package/build/sdk/studio/model/kerasResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/kerasVisualLayer.d.ts +1 -1
- package/build/sdk/studio/model/kerasVisualLayer.js +1 -1
- package/build/sdk/studio/model/kerasVisualLayer.js.map +1 -1
- package/build/sdk/studio/model/listOrganizationDspBlocksResponse.d.ts +34 -0
- package/build/sdk/studio/model/listOrganizationDspBlocksResponse.js +42 -0
- package/build/sdk/studio/model/listOrganizationDspBlocksResponse.js.map +1 -0
- package/build/sdk/studio/model/listOrganizationDspBlocksResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/listOrganizationDspBlocksResponseAllOf.js +32 -0
- package/build/sdk/studio/model/listOrganizationDspBlocksResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/listOrganizationPipelinesResponse.d.ts +34 -0
- package/build/sdk/studio/model/listOrganizationPipelinesResponse.js +42 -0
- package/build/sdk/studio/model/listOrganizationPipelinesResponse.js.map +1 -0
- package/build/sdk/studio/model/listOrganizationPipelinesResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/listOrganizationPipelinesResponseAllOf.js +32 -0
- package/build/sdk/studio/model/listOrganizationPipelinesResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/listOrganizationPortalsResponseAllOfPortals.d.ts +1 -0
- package/build/sdk/studio/model/listOrganizationPortalsResponseAllOfPortals.js +5 -0
- package/build/sdk/studio/model/listOrganizationPortalsResponseAllOfPortals.js.map +1 -1
- package/build/sdk/studio/model/listPublicVersionsResponse.d.ts +34 -0
- package/build/sdk/studio/model/listPublicVersionsResponse.js +42 -0
- package/build/sdk/studio/model/listPublicVersionsResponse.js.map +1 -0
- package/build/sdk/studio/model/listPublicVersionsResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/listPublicVersionsResponseAllOf.js +32 -0
- package/build/sdk/studio/model/listPublicVersionsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/listPublicVersionsResponseAllOfVersions.d.ts +27 -0
- package/build/sdk/studio/model/listPublicVersionsResponseAllOfVersions.js +42 -0
- package/build/sdk/studio/model/listPublicVersionsResponseAllOfVersions.js.map +1 -0
- package/build/sdk/studio/model/models.d.ts +56 -2
- package/build/sdk/studio/model/models.js +177 -7
- package/build/sdk/studio/model/models.js.map +1 -1
- package/build/sdk/studio/model/optimizeConfig.d.ts +1 -1
- package/build/sdk/studio/model/optimizeConfig.js +1 -1
- package/build/sdk/studio/model/optimizeConfig.js.map +1 -1
- package/build/sdk/studio/model/organizationCreateProject.d.ts +7 -0
- package/build/sdk/studio/model/organizationCreateProject.js +27 -1
- package/build/sdk/studio/model/organizationCreateProject.js.map +1 -1
- package/build/sdk/studio/model/organizationCreateProjectRequest.d.ts +6 -2
- package/build/sdk/studio/model/organizationCreateProjectRequest.js +5 -0
- package/build/sdk/studio/model/organizationCreateProjectRequest.js.map +1 -1
- package/build/sdk/studio/model/organizationDspBlock.d.ts +37 -0
- package/build/sdk/studio/model/organizationDspBlock.js +92 -0
- package/build/sdk/studio/model/organizationDspBlock.js.map +1 -0
- package/build/sdk/studio/model/organizationInfoResponse.d.ts +7 -0
- package/build/sdk/studio/model/organizationInfoResponse.js +10 -0
- package/build/sdk/studio/model/organizationInfoResponse.js.map +1 -1
- package/build/sdk/studio/model/organizationInfoResponseAllOf.d.ts +7 -0
- package/build/sdk/studio/model/organizationInfoResponseAllOf.js +10 -0
- package/build/sdk/studio/model/organizationInfoResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/organizationPipeline.d.ts +42 -0
- package/build/sdk/studio/model/organizationPipeline.js +87 -0
- package/build/sdk/studio/model/organizationPipeline.js.map +1 -0
- package/build/sdk/studio/model/organizationPipelineFeedingIntoDataset.d.ts +29 -0
- package/build/sdk/studio/model/organizationPipelineFeedingIntoDataset.js +52 -0
- package/build/sdk/studio/model/organizationPipelineFeedingIntoDataset.js.map +1 -0
- package/build/sdk/studio/model/organizationPipelineItemCount.d.ts +27 -0
- package/build/sdk/studio/model/organizationPipelineItemCount.js +42 -0
- package/build/sdk/studio/model/organizationPipelineItemCount.js.map +1 -0
- package/build/sdk/studio/model/organizationPipelineRun.d.ts +32 -0
- package/build/sdk/studio/model/organizationPipelineRun.js +57 -0
- package/build/sdk/studio/model/organizationPipelineRun.js.map +1 -0
- package/build/sdk/studio/model/organizationPipelineRunStep.d.ts +41 -0
- package/build/sdk/studio/model/organizationPipelineRunStep.js +89 -0
- package/build/sdk/studio/model/organizationPipelineRunStep.js.map +1 -0
- package/build/sdk/studio/model/organizationPipelineStep.d.ts +39 -0
- package/build/sdk/studio/model/organizationPipelineStep.js +84 -0
- package/build/sdk/studio/model/organizationPipelineStep.js.map +1 -0
- package/build/sdk/studio/model/organizationUpdatePipelineBody.d.ts +34 -0
- package/build/sdk/studio/model/organizationUpdatePipelineBody.js +57 -0
- package/build/sdk/studio/model/organizationUpdatePipelineBody.js.map +1 -0
- package/build/sdk/studio/model/projectDataIntervalResponse.d.ts +33 -0
- package/build/sdk/studio/model/projectDataIntervalResponse.js +42 -0
- package/build/sdk/studio/model/projectDataIntervalResponse.js.map +1 -0
- package/build/sdk/studio/model/projectDataIntervalResponseAllOf.d.ts +25 -0
- package/build/sdk/studio/model/projectDataIntervalResponseAllOf.js +32 -0
- package/build/sdk/studio/model/projectDataIntervalResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/projectInfoResponse.d.ts +5 -5
- package/build/sdk/studio/model/projectInfoResponse.js +11 -6
- package/build/sdk/studio/model/projectInfoResponse.js.map +1 -1
- package/build/sdk/studio/model/projectInfoResponseAllOf.d.ts +5 -5
- package/build/sdk/studio/model/projectInfoResponseAllOf.js +11 -6
- 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/projectInfoResponseAllOfReadme.d.ts +29 -0
- package/build/sdk/studio/model/projectInfoResponseAllOfReadme.js +40 -0
- package/build/sdk/studio/model/projectInfoResponseAllOfReadme.js.map +1 -0
- package/build/sdk/studio/model/projectInfoResponseAllOfShowGettingStartedWizard.d.ts +29 -0
- package/build/sdk/studio/model/projectInfoResponseAllOfShowGettingStartedWizard.js +37 -0
- package/build/sdk/studio/model/projectInfoResponseAllOfShowGettingStartedWizard.js.map +1 -0
- package/build/sdk/studio/model/projectInfoResponseAllOfUrls.d.ts +4 -0
- package/build/sdk/studio/model/projectInfoResponseAllOfUrls.js +5 -0
- package/build/sdk/studio/model/projectInfoResponseAllOfUrls.js.map +1 -1
- package/build/sdk/studio/model/rawSamplePayload.d.ts +0 -8
- package/build/sdk/studio/model/rawSamplePayload.js +0 -10
- package/build/sdk/studio/model/rawSamplePayload.js.map +1 -1
- package/build/sdk/studio/model/runOrganizationPipelineResponse.d.ts +34 -0
- package/build/sdk/studio/model/runOrganizationPipelineResponse.js +42 -0
- package/build/sdk/studio/model/runOrganizationPipelineResponse.js.map +1 -0
- package/build/sdk/studio/model/runOrganizationPipelineResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/runOrganizationPipelineResponseAllOf.js +32 -0
- package/build/sdk/studio/model/runOrganizationPipelineResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/sample.d.ts +31 -0
- package/build/sdk/studio/model/sample.js +42 -1
- package/build/sdk/studio/model/sample.js.map +1 -1
- package/build/sdk/studio/model/setKerasParameterRequest.d.ts +4 -0
- package/build/sdk/studio/model/setKerasParameterRequest.js +5 -0
- package/build/sdk/studio/model/setKerasParameterRequest.js.map +1 -1
- package/build/sdk/studio/model/setOrganizationDataDatasetRequest.d.ts +25 -0
- package/build/sdk/studio/model/setOrganizationDataDatasetRequest.js +32 -0
- package/build/sdk/studio/model/setOrganizationDataDatasetRequest.js.map +1 -0
- package/build/sdk/studio/model/startApplicationTestingRequest.d.ts +32 -0
- package/build/sdk/studio/model/startApplicationTestingRequest.js +37 -0
- package/build/sdk/studio/model/startApplicationTestingRequest.js.map +1 -0
- package/build/sdk/studio/model/updateOrganizationDspBlockRequest.d.ts +32 -0
- package/build/sdk/studio/model/updateOrganizationDspBlockRequest.js +67 -0
- package/build/sdk/studio/model/updateOrganizationDspBlockRequest.js.map +1 -0
- package/build/sdk/studio/model/updateOrganizationRequest.d.ts +5 -0
- package/build/sdk/studio/model/updateOrganizationRequest.js +10 -0
- package/build/sdk/studio/model/updateOrganizationRequest.js.map +1 -1
- package/build/sdk/studio/model/updateProjectRequest.d.ts +10 -1
- package/build/sdk/studio/model/updateProjectRequest.js +17 -2
- package/build/sdk/studio/model/updateProjectRequest.js.map +1 -1
- 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 +33 -0
- package/build/sdk/studio/model/uploadLogoRequest.js +32 -0
- package/build/sdk/studio/model/uploadLogoRequest.js.map +1 -0
- package/build/sdk/studio/model/uploadReadmeImageRequest.d.ts +33 -0
- package/build/sdk/studio/model/uploadReadmeImageRequest.js +32 -0
- package/build/sdk/studio/model/uploadReadmeImageRequest.js.map +1 -0
- package/build/sdk/studio/model/uploadReadmeImageResponse.d.ts +33 -0
- package/build/sdk/studio/model/uploadReadmeImageResponse.js +42 -0
- package/build/sdk/studio/model/uploadReadmeImageResponse.js.map +1 -0
- package/build/shared/daemon/ei-serial-protocol.d.ts +12 -0
- package/build/shared/daemon/ei-serial-protocol.js +29 -1
- package/build/shared/daemon/ei-serial-protocol.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/camera-debug.ts +165 -0
- package/cli/linux/linux.ts +15 -2
- package/cli/linux/runner-downloader.ts +2 -2
- package/cli/linux/runner.ts +1 -0
- package/cli/linux/webserver/public/index.html +2 -2
- package/cli/linux/webserver/public/webserver.js +24 -5
- package/package.json +5 -4
|
@@ -0,0 +1,87 @@
|
|
|
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.OrganizationPipeline = void 0;
|
|
15
|
+
let OrganizationPipeline = /** @class */ (() => {
|
|
16
|
+
class OrganizationPipeline {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return OrganizationPipeline.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
OrganizationPipeline.discriminator = undefined;
|
|
22
|
+
OrganizationPipeline.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": "description",
|
|
35
|
+
"baseName": "description",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "intervalStr",
|
|
40
|
+
"baseName": "intervalStr",
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "steps",
|
|
45
|
+
"baseName": "steps",
|
|
46
|
+
"type": "Array<OrganizationPipelineStep>"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "nextRun",
|
|
50
|
+
"baseName": "nextRun",
|
|
51
|
+
"type": "Date"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "created",
|
|
55
|
+
"baseName": "created",
|
|
56
|
+
"type": "Date"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "currentRun",
|
|
60
|
+
"baseName": "currentRun",
|
|
61
|
+
"type": "OrganizationPipelineRun"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "lastRun",
|
|
65
|
+
"baseName": "lastRun",
|
|
66
|
+
"type": "OrganizationPipelineRun"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "feedingIntoDataset",
|
|
70
|
+
"baseName": "feedingIntoDataset",
|
|
71
|
+
"type": "OrganizationPipelineFeedingIntoDataset"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "emailRecipientUids",
|
|
75
|
+
"baseName": "emailRecipientUids",
|
|
76
|
+
"type": "Array<number>"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "lastRunStartError",
|
|
80
|
+
"baseName": "lastRunStartError",
|
|
81
|
+
"type": "string"
|
|
82
|
+
}
|
|
83
|
+
];
|
|
84
|
+
return OrganizationPipeline;
|
|
85
|
+
})();
|
|
86
|
+
exports.OrganizationPipeline = OrganizationPipeline;
|
|
87
|
+
//# sourceMappingURL=organizationPipeline.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organizationPipeline.js","sourceRoot":"","sources":["../../../../sdk/studio/model/organizationPipeline.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH;IAAA,MAAa,oBAAoB;QAiF7B,MAAM,CAAC,mBAAmB;YACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;QACjD,CAAC;;IAlEM,kCAAa,GAAuB,SAAS,CAAC;IAE9C,qCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,IAAI;YACZ,UAAU,EAAE,IAAI;YAChB,MAAM,EAAE,QAAQ;SACnB;QACD;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;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,iCAAiC;SAC5C;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,MAAM;SACjB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,MAAM;SACjB;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,yBAAyB;SACpC;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,yBAAyB;SACpC;QACD;YACI,MAAM,EAAE,oBAAoB;YAC5B,UAAU,EAAE,oBAAoB;YAChC,MAAM,EAAE,wCAAwC;SACnD;QACD;YACI,MAAM,EAAE,oBAAoB;YAC5B,UAAU,EAAE,oBAAoB;YAChC,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,mBAAmB;YAC3B,UAAU,EAAE,mBAAmB;YAC/B,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,2BAAC;KAAA;AApFY,oDAAoB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class OrganizationPipelineFeedingIntoDataset {
|
|
13
|
+
'dataset': string;
|
|
14
|
+
'datasetLink': string;
|
|
15
|
+
'itemCount': number;
|
|
16
|
+
'itemCountChecklistOK': number;
|
|
17
|
+
'itemCountChecklistError': number;
|
|
18
|
+
static discriminator: string | undefined;
|
|
19
|
+
static attributeTypeMap: Array<{
|
|
20
|
+
name: string;
|
|
21
|
+
baseName: string;
|
|
22
|
+
type: string;
|
|
23
|
+
}>;
|
|
24
|
+
static getAttributeTypeMap(): {
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}[];
|
|
29
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.OrganizationPipelineFeedingIntoDataset = void 0;
|
|
15
|
+
let OrganizationPipelineFeedingIntoDataset = /** @class */ (() => {
|
|
16
|
+
class OrganizationPipelineFeedingIntoDataset {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return OrganizationPipelineFeedingIntoDataset.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
OrganizationPipelineFeedingIntoDataset.discriminator = undefined;
|
|
22
|
+
OrganizationPipelineFeedingIntoDataset.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "dataset",
|
|
25
|
+
"baseName": "dataset",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "datasetLink",
|
|
30
|
+
"baseName": "datasetLink",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "itemCount",
|
|
35
|
+
"baseName": "itemCount",
|
|
36
|
+
"type": "number"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "itemCountChecklistOK",
|
|
40
|
+
"baseName": "itemCountChecklistOK",
|
|
41
|
+
"type": "number"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "itemCountChecklistError",
|
|
45
|
+
"baseName": "itemCountChecklistError",
|
|
46
|
+
"type": "number"
|
|
47
|
+
}
|
|
48
|
+
];
|
|
49
|
+
return OrganizationPipelineFeedingIntoDataset;
|
|
50
|
+
})();
|
|
51
|
+
exports.OrganizationPipelineFeedingIntoDataset = OrganizationPipelineFeedingIntoDataset;
|
|
52
|
+
//# sourceMappingURL=organizationPipelineFeedingIntoDataset.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organizationPipelineFeedingIntoDataset.js","sourceRoot":"","sources":["../../../../sdk/studio/model/organizationPipelineFeedingIntoDataset.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,sCAAsC;QAoC/C,MAAM,CAAC,mBAAmB;YACtB,OAAO,sCAAsC,CAAC,gBAAgB,CAAC;QACnE,CAAC;;IA/BM,oDAAa,GAAuB,SAAS,CAAC;IAE9C,uDAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,sBAAsB;YAC9B,UAAU,EAAE,sBAAsB;YAClC,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,yBAAyB;YACjC,UAAU,EAAE,yBAAyB;YACrC,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,6CAAC;KAAA;AAvCY,wFAAsC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
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 OrganizationPipelineItemCount {
|
|
13
|
+
'itemCount': number;
|
|
14
|
+
'itemCountChecklistOK': number;
|
|
15
|
+
'itemCountChecklistFailed': number;
|
|
16
|
+
static discriminator: string | undefined;
|
|
17
|
+
static attributeTypeMap: Array<{
|
|
18
|
+
name: string;
|
|
19
|
+
baseName: string;
|
|
20
|
+
type: string;
|
|
21
|
+
}>;
|
|
22
|
+
static getAttributeTypeMap(): {
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}[];
|
|
27
|
+
}
|
|
@@ -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.OrganizationPipelineItemCount = void 0;
|
|
15
|
+
let OrganizationPipelineItemCount = /** @class */ (() => {
|
|
16
|
+
class OrganizationPipelineItemCount {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return OrganizationPipelineItemCount.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
OrganizationPipelineItemCount.discriminator = undefined;
|
|
22
|
+
OrganizationPipelineItemCount.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "itemCount",
|
|
25
|
+
"baseName": "itemCount",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "itemCountChecklistOK",
|
|
30
|
+
"baseName": "itemCountChecklistOK",
|
|
31
|
+
"type": "number"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "itemCountChecklistFailed",
|
|
35
|
+
"baseName": "itemCountChecklistFailed",
|
|
36
|
+
"type": "number"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
return OrganizationPipelineItemCount;
|
|
40
|
+
})();
|
|
41
|
+
exports.OrganizationPipelineItemCount = OrganizationPipelineItemCount;
|
|
42
|
+
//# sourceMappingURL=organizationPipelineItemCount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organizationPipelineItemCount.js","sourceRoot":"","sources":["../../../../sdk/studio/model/organizationPipelineItemCount.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,6BAA6B;QAwBtC,MAAM,CAAC,mBAAmB;YACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;QAC1D,CAAC;;IArBM,2CAAa,GAAuB,SAAS,CAAC;IAE9C,8CAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,sBAAsB;YAC9B,UAAU,EAAE,sBAAsB;YAClC,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,0BAA0B;YAClC,UAAU,EAAE,0BAA0B;YACtC,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,oCAAC;KAAA;AA3BY,sEAA6B"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 { OrganizationPipelineItemCount } from './organizationPipelineItemCount';
|
|
13
|
+
import { OrganizationPipelineRunStep } from './organizationPipelineRunStep';
|
|
14
|
+
export declare class OrganizationPipelineRun {
|
|
15
|
+
'id': number;
|
|
16
|
+
'steps': Array<OrganizationPipelineRunStep>;
|
|
17
|
+
'created': Date;
|
|
18
|
+
'finished'?: Date;
|
|
19
|
+
'itemCountBefore'?: OrganizationPipelineItemCount;
|
|
20
|
+
'itemCountAfter'?: OrganizationPipelineItemCount;
|
|
21
|
+
static discriminator: string | undefined;
|
|
22
|
+
static attributeTypeMap: Array<{
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}>;
|
|
27
|
+
static getAttributeTypeMap(): {
|
|
28
|
+
name: string;
|
|
29
|
+
baseName: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}[];
|
|
32
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
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.OrganizationPipelineRun = void 0;
|
|
15
|
+
let OrganizationPipelineRun = /** @class */ (() => {
|
|
16
|
+
class OrganizationPipelineRun {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return OrganizationPipelineRun.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
OrganizationPipelineRun.discriminator = undefined;
|
|
22
|
+
OrganizationPipelineRun.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "id",
|
|
25
|
+
"baseName": "id",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "steps",
|
|
30
|
+
"baseName": "steps",
|
|
31
|
+
"type": "Array<OrganizationPipelineRunStep>"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "created",
|
|
35
|
+
"baseName": "created",
|
|
36
|
+
"type": "Date"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "finished",
|
|
40
|
+
"baseName": "finished",
|
|
41
|
+
"type": "Date"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "itemCountBefore",
|
|
45
|
+
"baseName": "itemCountBefore",
|
|
46
|
+
"type": "OrganizationPipelineItemCount"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "itemCountAfter",
|
|
50
|
+
"baseName": "itemCountAfter",
|
|
51
|
+
"type": "OrganizationPipelineItemCount"
|
|
52
|
+
}
|
|
53
|
+
];
|
|
54
|
+
return OrganizationPipelineRun;
|
|
55
|
+
})();
|
|
56
|
+
exports.OrganizationPipelineRun = OrganizationPipelineRun;
|
|
57
|
+
//# sourceMappingURL=organizationPipelineRun.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organizationPipelineRun.js","sourceRoot":"","sources":["../../../../sdk/studio/model/organizationPipelineRun.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH;IAAA,MAAa,uBAAuB;QA0ChC,MAAM,CAAC,mBAAmB;YACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;QACpD,CAAC;;IApCM,qCAAa,GAAuB,SAAS,CAAC;IAE9C,wCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,IAAI;YACZ,UAAU,EAAE,IAAI;YAChB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,oCAAoC;SAC/C;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,MAAM;SACjB;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,MAAM;SACjB;QACD;YACI,MAAM,EAAE,iBAAiB;YACzB,UAAU,EAAE,iBAAiB;YAC7B,MAAM,EAAE,+BAA+B;SAC1C;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,+BAA+B;SAC1C;KAAK,CAAC;IAKf,8BAAC;KAAA;AA7CY,0DAAuB"}
|
|
@@ -0,0 +1,41 @@
|
|
|
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 { OrganizationCreateProject } from './organizationCreateProject';
|
|
13
|
+
export declare class OrganizationPipelineRunStep {
|
|
14
|
+
'name': string;
|
|
15
|
+
'transformationJob'?: OrganizationCreateProject;
|
|
16
|
+
'filter'?: string;
|
|
17
|
+
'uploadType'?: OrganizationPipelineRunStepUploadTypeEnum;
|
|
18
|
+
'projectId'?: number;
|
|
19
|
+
'newProjectName'?: string;
|
|
20
|
+
'projectApiKey'?: string;
|
|
21
|
+
'projectHmacKey'?: string;
|
|
22
|
+
'transformationBlockId'?: number;
|
|
23
|
+
'category'?: OrganizationPipelineRunStepCategoryEnum;
|
|
24
|
+
'outputDatasetName'?: string;
|
|
25
|
+
'label'?: string;
|
|
26
|
+
static discriminator: string | undefined;
|
|
27
|
+
static attributeTypeMap: Array<{
|
|
28
|
+
name: string;
|
|
29
|
+
baseName: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}>;
|
|
32
|
+
static getAttributeTypeMap(): {
|
|
33
|
+
name: string;
|
|
34
|
+
baseName: string;
|
|
35
|
+
type: string;
|
|
36
|
+
}[];
|
|
37
|
+
}
|
|
38
|
+
export declare type OrganizationPipelineRunStepUploadTypeEnum = 'project' | 'dataset';
|
|
39
|
+
export declare const OrganizationPipelineRunStepUploadTypeEnumValues: string[];
|
|
40
|
+
export declare type OrganizationPipelineRunStepCategoryEnum = 'training' | 'testing' | 'split';
|
|
41
|
+
export declare const OrganizationPipelineRunStepCategoryEnumValues: string[];
|
|
@@ -0,0 +1,89 @@
|
|
|
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.OrganizationPipelineRunStepCategoryEnumValues = exports.OrganizationPipelineRunStepUploadTypeEnumValues = exports.OrganizationPipelineRunStep = void 0;
|
|
15
|
+
let OrganizationPipelineRunStep = /** @class */ (() => {
|
|
16
|
+
class OrganizationPipelineRunStep {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return OrganizationPipelineRunStep.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
OrganizationPipelineRunStep.discriminator = undefined;
|
|
22
|
+
OrganizationPipelineRunStep.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "name",
|
|
25
|
+
"baseName": "name",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "transformationJob",
|
|
30
|
+
"baseName": "transformationJob",
|
|
31
|
+
"type": "OrganizationCreateProject"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "filter",
|
|
35
|
+
"baseName": "filter",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "uploadType",
|
|
40
|
+
"baseName": "uploadType",
|
|
41
|
+
"type": "OrganizationPipelineRunStepUploadTypeEnum"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "projectId",
|
|
45
|
+
"baseName": "projectId",
|
|
46
|
+
"type": "number"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "newProjectName",
|
|
50
|
+
"baseName": "newProjectName",
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "projectApiKey",
|
|
55
|
+
"baseName": "projectApiKey",
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "projectHmacKey",
|
|
60
|
+
"baseName": "projectHmacKey",
|
|
61
|
+
"type": "string"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "transformationBlockId",
|
|
65
|
+
"baseName": "transformationBlockId",
|
|
66
|
+
"type": "number"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "category",
|
|
70
|
+
"baseName": "category",
|
|
71
|
+
"type": "OrganizationPipelineRunStepCategoryEnum"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "outputDatasetName",
|
|
75
|
+
"baseName": "outputDatasetName",
|
|
76
|
+
"type": "string"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "label",
|
|
80
|
+
"baseName": "label",
|
|
81
|
+
"type": "string"
|
|
82
|
+
}
|
|
83
|
+
];
|
|
84
|
+
return OrganizationPipelineRunStep;
|
|
85
|
+
})();
|
|
86
|
+
exports.OrganizationPipelineRunStep = OrganizationPipelineRunStep;
|
|
87
|
+
exports.OrganizationPipelineRunStepUploadTypeEnumValues = ['project', 'dataset'];
|
|
88
|
+
exports.OrganizationPipelineRunStepCategoryEnumValues = ['training', 'testing', 'split'];
|
|
89
|
+
//# sourceMappingURL=organizationPipelineRunStep.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organizationPipelineRunStep.js","sourceRoot":"","sources":["../../../../sdk/studio/model/organizationPipelineRunStep.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;IAAA,MAAa,2BAA2B;QA8EpC,MAAM,CAAC,mBAAmB;YACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;QACxD,CAAC;;IAlEM,yCAAa,GAAuB,SAAS,CAAC;IAE9C,4CAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,mBAAmB;YAC3B,UAAU,EAAE,mBAAmB;YAC/B,MAAM,EAAE,2BAA2B;SACtC;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,2CAA2C;SACtD;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,eAAe;YACvB,UAAU,EAAE,eAAe;YAC3B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,uBAAuB;YAC/B,UAAU,EAAE,uBAAuB;YACnC,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,yCAAyC;SACpD;QACD;YACI,MAAM,EAAE,mBAAmB;YAC3B,UAAU,EAAE,mBAAmB;YAC/B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,kCAAC;KAAA;AAjFY,kEAA2B;AAqF3B,QAAA,+CAA+C,GAAa,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;AAGnF,QAAA,6CAA6C,GAAa,CAAC,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 OrganizationPipelineStep {
|
|
13
|
+
'name': string;
|
|
14
|
+
'filter'?: string;
|
|
15
|
+
'uploadType'?: OrganizationPipelineStepUploadTypeEnum;
|
|
16
|
+
'projectId'?: number;
|
|
17
|
+
'newProjectName'?: string;
|
|
18
|
+
'projectApiKey'?: string;
|
|
19
|
+
'projectHmacKey'?: string;
|
|
20
|
+
'transformationBlockId'?: number;
|
|
21
|
+
'category'?: OrganizationPipelineStepCategoryEnum;
|
|
22
|
+
'outputDatasetName'?: string;
|
|
23
|
+
'label'?: string;
|
|
24
|
+
static discriminator: string | undefined;
|
|
25
|
+
static attributeTypeMap: Array<{
|
|
26
|
+
name: string;
|
|
27
|
+
baseName: string;
|
|
28
|
+
type: string;
|
|
29
|
+
}>;
|
|
30
|
+
static getAttributeTypeMap(): {
|
|
31
|
+
name: string;
|
|
32
|
+
baseName: string;
|
|
33
|
+
type: string;
|
|
34
|
+
}[];
|
|
35
|
+
}
|
|
36
|
+
export declare type OrganizationPipelineStepUploadTypeEnum = 'project' | 'dataset';
|
|
37
|
+
export declare const OrganizationPipelineStepUploadTypeEnumValues: string[];
|
|
38
|
+
export declare type OrganizationPipelineStepCategoryEnum = 'training' | 'testing' | 'split';
|
|
39
|
+
export declare const OrganizationPipelineStepCategoryEnumValues: string[];
|
|
@@ -0,0 +1,84 @@
|
|
|
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.OrganizationPipelineStepCategoryEnumValues = exports.OrganizationPipelineStepUploadTypeEnumValues = exports.OrganizationPipelineStep = void 0;
|
|
15
|
+
let OrganizationPipelineStep = /** @class */ (() => {
|
|
16
|
+
class OrganizationPipelineStep {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return OrganizationPipelineStep.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
OrganizationPipelineStep.discriminator = undefined;
|
|
22
|
+
OrganizationPipelineStep.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "name",
|
|
25
|
+
"baseName": "name",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "filter",
|
|
30
|
+
"baseName": "filter",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "uploadType",
|
|
35
|
+
"baseName": "uploadType",
|
|
36
|
+
"type": "OrganizationPipelineStepUploadTypeEnum"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "projectId",
|
|
40
|
+
"baseName": "projectId",
|
|
41
|
+
"type": "number"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "newProjectName",
|
|
45
|
+
"baseName": "newProjectName",
|
|
46
|
+
"type": "string"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "projectApiKey",
|
|
50
|
+
"baseName": "projectApiKey",
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "projectHmacKey",
|
|
55
|
+
"baseName": "projectHmacKey",
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "transformationBlockId",
|
|
60
|
+
"baseName": "transformationBlockId",
|
|
61
|
+
"type": "number"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "category",
|
|
65
|
+
"baseName": "category",
|
|
66
|
+
"type": "OrganizationPipelineStepCategoryEnum"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "outputDatasetName",
|
|
70
|
+
"baseName": "outputDatasetName",
|
|
71
|
+
"type": "string"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "label",
|
|
75
|
+
"baseName": "label",
|
|
76
|
+
"type": "string"
|
|
77
|
+
}
|
|
78
|
+
];
|
|
79
|
+
return OrganizationPipelineStep;
|
|
80
|
+
})();
|
|
81
|
+
exports.OrganizationPipelineStep = OrganizationPipelineStep;
|
|
82
|
+
exports.OrganizationPipelineStepUploadTypeEnumValues = ['project', 'dataset'];
|
|
83
|
+
exports.OrganizationPipelineStepCategoryEnumValues = ['training', 'testing', 'split'];
|
|
84
|
+
//# sourceMappingURL=organizationPipelineStep.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organizationPipelineStep.js","sourceRoot":"","sources":["../../../../sdk/studio/model/organizationPipelineStep.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,wBAAwB;QAwEjC,MAAM,CAAC,mBAAmB;YACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;QACrD,CAAC;;IA7DM,sCAAa,GAAuB,SAAS,CAAC;IAE9C,yCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,wCAAwC;SACnD;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,eAAe;YACvB,UAAU,EAAE,eAAe;YAC3B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,uBAAuB;YAC/B,UAAU,EAAE,uBAAuB;YACnC,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,sCAAsC;SACjD;QACD;YACI,MAAM,EAAE,mBAAmB;YAC3B,UAAU,EAAE,mBAAmB;YAC/B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,+BAAC;KAAA;AA3EY,4DAAwB;AA+ExB,QAAA,4CAA4C,GAAa,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;AAGhF,QAAA,0CAA0C,GAAa,CAAC,UAAU,EAAE,SAAS,EAAE,OAAO,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 { OrganizationPipelineStep } from './organizationPipelineStep';
|
|
13
|
+
export declare class OrganizationUpdatePipelineBody {
|
|
14
|
+
'name': string;
|
|
15
|
+
'description': string;
|
|
16
|
+
/**
|
|
17
|
+
* 15m for every 15 minutes, 2h for every 2 hours, 1d for every 1 day
|
|
18
|
+
*/
|
|
19
|
+
'intervalStr': string;
|
|
20
|
+
'steps': Array<OrganizationPipelineStep>;
|
|
21
|
+
'dataset'?: string;
|
|
22
|
+
'emailRecipientUids': Array<number>;
|
|
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
|
+
}
|