edge-impulse-linux 1.5.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/build/cli/config.js +35 -4
- package/build/cli/config.js.map +1 -1
- package/build/cli/linux/runner.js +55 -6
- package/build/cli/linux/runner.js.map +1 -1
- package/build/cli/linux/webserver/public/inference-server.js +75 -3
- package/build/cli/linux/webserver/public/inference-server.js.map +1 -1
- package/build/cli/linux/webserver/views/inference-server-view.d.ts +11 -2
- package/build/cli/linux/webserver/views/inference-server-view.js +38 -12
- package/build/cli/linux/webserver/views/inference-server-view.js.map +1 -1
- package/build/debug.d.ts +1 -0
- package/build/debug.js +26 -0
- package/build/debug.js.map +1 -0
- package/build/library/classifier/image-classifier.d.ts +6 -2
- package/build/library/classifier/image-classifier.js +19 -4
- package/build/library/classifier/image-classifier.js.map +1 -1
- package/build/sdk/studio/sdk/api/adminApi.d.ts +36 -0
- package/build/sdk/studio/sdk/api/adminApi.js +243 -0
- package/build/sdk/studio/sdk/api/adminApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/classifyApi.d.ts +13 -0
- package/build/sdk/studio/sdk/api/classifyApi.js +85 -0
- package/build/sdk/studio/sdk/api/classifyApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/dSPApi.d.ts +6 -6
- package/build/sdk/studio/sdk/api/dSPApi.js +3 -15
- package/build/sdk/studio/sdk/api/dSPApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationBlocksApi.d.ts +95 -2
- package/build/sdk/studio/sdk/api/organizationBlocksApi.js +634 -2
- package/build/sdk/studio/sdk/api/organizationBlocksApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationDataApi.d.ts +27 -0
- package/build/sdk/studio/sdk/api/organizationDataApi.js +166 -0
- package/build/sdk/studio/sdk/api/organizationDataApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationsApi.d.ts +83 -43
- package/build/sdk/studio/sdk/api/organizationsApi.js +273 -43
- package/build/sdk/studio/sdk/api/organizationsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/projectsApi.d.ts +46 -0
- package/build/sdk/studio/sdk/api/projectsApi.js +301 -0
- package/build/sdk/studio/sdk/api/projectsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/rawDataApi.d.ts +28 -4
- package/build/sdk/studio/sdk/api/rawDataApi.js +51 -7
- package/build/sdk/studio/sdk/api/rawDataApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/userApi.d.ts +33 -0
- package/build/sdk/studio/sdk/api/userApi.js +213 -0
- package/build/sdk/studio/sdk/api/userApi.js.map +1 -1
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.d.ts +1 -1
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js +1 -1
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/adminApiUser.d.ts +4 -0
- package/build/sdk/studio/sdk/model/adminApiUser.js +5 -0
- package/build/sdk/studio/sdk/model/adminApiUser.js.map +1 -1
- package/build/sdk/studio/sdk/model/adminCreateOrganizationDataExportRequest.d.ts +36 -0
- package/build/sdk/studio/sdk/model/adminCreateOrganizationDataExportRequest.js +42 -0
- package/build/sdk/studio/sdk/model/adminCreateOrganizationDataExportRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportsResponse.d.ts +1 -1
- package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportsResponseAllOf.d.ts +1 -1
- package/build/sdk/studio/sdk/model/adminUpdateOrganizationDataExportRequest.d.ts +32 -0
- package/build/sdk/studio/sdk/model/adminUpdateOrganizationDataExportRequest.js +37 -0
- package/build/sdk/studio/sdk/model/adminUpdateOrganizationDataExportRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/deploymentTargetEngine.d.ts +1 -1
- package/build/sdk/studio/sdk/model/deploymentTargetEngine.js +1 -1
- package/build/sdk/studio/sdk/model/deploymentTargetEngine.js.map +1 -1
- package/build/sdk/studio/sdk/model/exportBlockResponse.d.ts +37 -0
- package/build/sdk/studio/sdk/model/exportBlockResponse.js +47 -0
- package/build/sdk/studio/sdk/model/exportBlockResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/exportBlockResponseAllOf.d.ts +29 -0
- package/build/sdk/studio/sdk/model/exportBlockResponseAllOf.js +37 -0
- package/build/sdk/studio/sdk/model/exportBlockResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getCsvWizardUploadedFileInfo.d.ts +34 -0
- package/build/sdk/studio/sdk/model/getCsvWizardUploadedFileInfo.js +47 -0
- package/build/sdk/studio/sdk/model/getCsvWizardUploadedFileInfo.js.map +1 -0
- package/build/sdk/studio/sdk/model/getCsvWizardUploadedFileInfoAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getCsvWizardUploadedFileInfoAllOf.js +37 -0
- package/build/sdk/studio/sdk/model/getCsvWizardUploadedFileInfoAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getJWTRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/getJWTRequest.js +5 -0
- package/build/sdk/studio/sdk/model/getJWTRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/getOrganizationBucketResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/getOrganizationBucketResponse.js +42 -0
- package/build/sdk/studio/sdk/model/getOrganizationBucketResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getOrganizationBucketResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getOrganizationBucketResponseAllOf.js +32 -0
- package/build/sdk/studio/sdk/model/getOrganizationBucketResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getOrganizationDataExportResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/getOrganizationDataExportResponse.js +42 -0
- package/build/sdk/studio/sdk/model/getOrganizationDataExportResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getOrganizationDataExportResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getOrganizationDataExportResponseAllOf.js +32 -0
- package/build/sdk/studio/sdk/model/getOrganizationDataExportResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getOrganizationDataExportsResponse.d.ts +38 -0
- package/build/sdk/studio/sdk/model/getOrganizationDataExportsResponse.js +47 -0
- package/build/sdk/studio/sdk/model/getOrganizationDataExportsResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getOrganizationDataExportsResponseAllOf.d.ts +30 -0
- package/build/sdk/studio/sdk/model/getOrganizationDataExportsResponseAllOf.js +37 -0
- package/build/sdk/studio/sdk/model/getOrganizationDataExportsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getOrganizationDeployBlockResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/getOrganizationDeployBlockResponse.js +42 -0
- package/build/sdk/studio/sdk/model/getOrganizationDeployBlockResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getOrganizationDeployBlockResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getOrganizationDeployBlockResponseAllOf.js +32 -0
- package/build/sdk/studio/sdk/model/getOrganizationDeployBlockResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getOrganizationDspBlockResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/getOrganizationDspBlockResponse.js +42 -0
- package/build/sdk/studio/sdk/model/getOrganizationDspBlockResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getOrganizationDspBlockResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getOrganizationDspBlockResponseAllOf.js +32 -0
- package/build/sdk/studio/sdk/model/getOrganizationDspBlockResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getOrganizationTransferLearningBlockResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/getOrganizationTransferLearningBlockResponse.js +42 -0
- package/build/sdk/studio/sdk/model/getOrganizationTransferLearningBlockResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getOrganizationTransferLearningBlockResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getOrganizationTransferLearningBlockResponseAllOf.js +32 -0
- package/build/sdk/studio/sdk/model/getOrganizationTransferLearningBlockResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getOrganizationTransformationBlockResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/getOrganizationTransformationBlockResponse.js +42 -0
- package/build/sdk/studio/sdk/model/getOrganizationTransformationBlockResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getOrganizationTransformationBlockResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getOrganizationTransformationBlockResponseAllOf.js +32 -0
- package/build/sdk/studio/sdk/model/getOrganizationTransformationBlockResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getUserResponse.d.ts +4 -0
- package/build/sdk/studio/sdk/model/getUserResponse.js +5 -0
- package/build/sdk/studio/sdk/model/getUserResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/imageInputScaling.d.ts +2 -2
- package/build/sdk/studio/sdk/model/imageInputScaling.js +1 -1
- package/build/sdk/studio/sdk/model/imageInputScaling.js.map +1 -1
- package/build/sdk/studio/sdk/model/kerasModelMetadataMetricsOnDevicePerformance.d.ts +1 -0
- package/build/sdk/studio/sdk/model/kerasModelMetadataMetricsOnDevicePerformance.js +5 -0
- package/build/sdk/studio/sdk/model/kerasModelMetadataMetricsOnDevicePerformance.js.map +1 -1
- package/build/sdk/studio/sdk/model/kerasResponse.d.ts +4 -6
- package/build/sdk/studio/sdk/model/kerasResponse.js +7 -7
- package/build/sdk/studio/sdk/model/kerasResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/kerasResponseAllOf.d.ts +4 -6
- package/build/sdk/studio/sdk/model/kerasResponseAllOf.js +7 -7
- package/build/sdk/studio/sdk/model/kerasResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/listOrganizationBucketsResponse.d.ts +2 -2
- package/build/sdk/studio/sdk/model/listOrganizationBucketsResponse.js +1 -1
- package/build/sdk/studio/sdk/model/listOrganizationBucketsResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/listOrganizationBucketsResponseAllOf.d.ts +2 -2
- package/build/sdk/studio/sdk/model/listOrganizationBucketsResponseAllOf.js +1 -1
- package/build/sdk/studio/sdk/model/listOrganizationBucketsResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponseAllOf.d.ts +30 -0
- package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponseAllOf.js +37 -0
- package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/listPortalFilesInFolderRequest.d.ts +9 -1
- package/build/sdk/studio/sdk/model/listPortalFilesInFolderRequest.js +10 -0
- package/build/sdk/studio/sdk/model/listPortalFilesInFolderRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/modelEngineShortEnum.d.ts +13 -0
- package/build/sdk/studio/sdk/model/modelEngineShortEnum.js +16 -0
- package/build/sdk/studio/sdk/model/modelEngineShortEnum.js.map +1 -0
- package/build/sdk/studio/sdk/model/models.d.ts +34 -1
- package/build/sdk/studio/sdk/model/models.js +102 -8
- package/build/sdk/studio/sdk/model/models.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationBucket.d.ts +49 -0
- package/build/sdk/studio/sdk/model/organizationBucket.js +62 -0
- package/build/sdk/studio/sdk/model/organizationBucket.js.map +1 -0
- package/build/sdk/studio/sdk/model/organizationCreateProject.d.ts +2 -3
- package/build/sdk/studio/sdk/model/organizationCreateProject.js +2 -3
- package/build/sdk/studio/sdk/model/organizationCreateProject.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationCreateProjectOutputDatasetPathRule.d.ts +16 -0
- package/build/sdk/studio/sdk/model/organizationCreateProjectOutputDatasetPathRule.js +16 -0
- package/build/sdk/studio/sdk/model/organizationCreateProjectOutputDatasetPathRule.js.map +1 -0
- package/build/sdk/studio/sdk/model/organizationCreateProjectPathFilter.d.ts +35 -0
- package/build/sdk/studio/sdk/model/organizationCreateProjectPathFilter.js +40 -0
- package/build/sdk/studio/sdk/model/organizationCreateProjectPathFilter.js.map +1 -0
- package/build/sdk/studio/sdk/model/organizationCreateProjectRequest.d.ts +17 -0
- package/build/sdk/studio/sdk/model/organizationCreateProjectRequest.js +15 -0
- package/build/sdk/studio/sdk/model/organizationCreateProjectRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationCreateProjectWithFiles.d.ts +2 -3
- package/build/sdk/studio/sdk/model/organizationCreateProjectWithFiles.js +2 -3
- package/build/sdk/studio/sdk/model/organizationCreateProjectWithFiles.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationCreateProjectWithFilesAllOfFiles.d.ts +4 -2
- package/build/sdk/studio/sdk/model/organizationCreateProjectWithFilesAllOfFiles.js +9 -8
- package/build/sdk/studio/sdk/model/organizationCreateProjectWithFilesAllOfFiles.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationDataExport.d.ts +35 -0
- package/build/sdk/studio/sdk/model/organizationDataExport.js +52 -0
- package/build/sdk/studio/sdk/model/organizationDataExport.js.map +1 -0
- package/build/sdk/studio/sdk/model/organizationDataset.d.ts +4 -0
- package/build/sdk/studio/sdk/model/organizationDataset.js +5 -0
- package/build/sdk/studio/sdk/model/organizationDataset.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationDeployBlock.d.ts +1 -0
- package/build/sdk/studio/sdk/model/organizationDeployBlock.js +5 -0
- package/build/sdk/studio/sdk/model/organizationDeployBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationDspBlock.d.ts +1 -0
- package/build/sdk/studio/sdk/model/organizationDspBlock.js +5 -0
- package/build/sdk/studio/sdk/model/organizationDspBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationGetCreateProjectsResponseAllOfJobs.d.ts +2 -3
- package/build/sdk/studio/sdk/model/organizationGetCreateProjectsResponseAllOfJobs.js +2 -3
- package/build/sdk/studio/sdk/model/organizationGetCreateProjectsResponseAllOfJobs.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationPipelineStep.d.ts +11 -0
- package/build/sdk/studio/sdk/model/organizationPipelineStep.js +15 -0
- package/build/sdk/studio/sdk/model/organizationPipelineStep.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationTransferLearningBlock.d.ts +1 -0
- package/build/sdk/studio/sdk/model/organizationTransferLearningBlock.js +5 -0
- package/build/sdk/studio/sdk/model/organizationTransferLearningBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.d.ts +3 -3
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.js +7 -3
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationUser.d.ts +4 -0
- package/build/sdk/studio/sdk/model/organizationUser.js +5 -0
- package/build/sdk/studio/sdk/model/organizationUser.js.map +1 -1
- package/build/sdk/studio/sdk/model/profileModelInfoMemory.d.ts +1 -0
- package/build/sdk/studio/sdk/model/profileModelInfoMemory.js +5 -0
- package/build/sdk/studio/sdk/model/profileModelInfoMemory.js.map +1 -1
- package/build/sdk/studio/sdk/model/profileModelTableMcuMemory.d.ts +1 -0
- package/build/sdk/studio/sdk/model/profileModelTableMcuMemory.js +5 -0
- package/build/sdk/studio/sdk/model/profileModelTableMcuMemory.js.map +1 -1
- package/build/sdk/studio/sdk/model/project.d.ts +4 -0
- package/build/sdk/studio/sdk/model/project.js +5 -0
- package/build/sdk/studio/sdk/model/project.js.map +1 -1
- package/build/sdk/studio/sdk/model/projectCollaborator.d.ts +4 -0
- package/build/sdk/studio/sdk/model/projectCollaborator.js +5 -0
- package/build/sdk/studio/sdk/model/projectCollaborator.js.map +1 -1
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOfAcquisitionSettings.d.ts +18 -0
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOfAcquisitionSettings.js +22 -1
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOfAcquisitionSettings.js.map +1 -1
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOfDeploySettings.d.ts +2 -0
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOfDeploySettings.js +5 -0
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOfDeploySettings.js.map +1 -1
- package/build/sdk/studio/sdk/model/sample.d.ts +4 -0
- package/build/sdk/studio/sdk/model/sample.js +5 -0
- package/build/sdk/studio/sdk/model/sample.js.map +1 -1
- package/build/sdk/studio/sdk/model/setKerasParameterRequest.d.ts +4 -6
- package/build/sdk/studio/sdk/model/setKerasParameterRequest.js +7 -7
- package/build/sdk/studio/sdk/model/setKerasParameterRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/targetConstraintsDevice.d.ts +0 -4
- package/build/sdk/studio/sdk/model/targetConstraintsDevice.js +0 -5
- package/build/sdk/studio/sdk/model/targetConstraintsDevice.js.map +1 -1
- package/build/sdk/studio/sdk/model/transformationJobOperatesOnEnum.d.ts +13 -0
- package/build/sdk/studio/sdk/model/transformationJobOperatesOnEnum.js +16 -0
- package/build/sdk/studio/sdk/model/transformationJobOperatesOnEnum.js.map +1 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.d.ts +2 -3
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js +2 -3
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateProjectRequest.d.ts +21 -1
- package/build/sdk/studio/sdk/model/updateProjectRequest.js +27 -1
- package/build/sdk/studio/sdk/model/updateProjectRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/uploadCsvWizardUploadedFileRequest.d.ts +33 -0
- package/build/sdk/studio/sdk/model/uploadCsvWizardUploadedFileRequest.js +32 -0
- package/build/sdk/studio/sdk/model/uploadCsvWizardUploadedFileRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/user.d.ts +4 -0
- package/build/sdk/studio/sdk/model/user.js +5 -0
- package/build/sdk/studio/sdk/model/user.js.map +1 -1
- package/build/sdk/studio/sdk/model/userDeleteTotpMfaKeyRequest.d.ts +28 -0
- package/build/sdk/studio/sdk/model/userDeleteTotpMfaKeyRequest.js +32 -0
- package/build/sdk/studio/sdk/model/userDeleteTotpMfaKeyRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/userGenerateNewMfaKeyResponse.d.ts +40 -0
- package/build/sdk/studio/sdk/model/userGenerateNewMfaKeyResponse.js +47 -0
- package/build/sdk/studio/sdk/model/userGenerateNewMfaKeyResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/userGenerateNewMfaKeyResponseAllOf.d.ts +32 -0
- package/build/sdk/studio/sdk/model/userGenerateNewMfaKeyResponseAllOf.js +37 -0
- package/build/sdk/studio/sdk/model/userGenerateNewMfaKeyResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/userSetTotpMfaKeyRequest.d.ts +32 -0
- package/build/sdk/studio/sdk/model/userSetTotpMfaKeyRequest.js +37 -0
- package/build/sdk/studio/sdk/model/userSetTotpMfaKeyRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/userSetTotpMfaKeyResponse.d.ts +36 -0
- package/build/sdk/studio/sdk/model/userSetTotpMfaKeyResponse.js +42 -0
- package/build/sdk/studio/sdk/model/userSetTotpMfaKeyResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/userSetTotpMfaKeyResponseAllOf.d.ts +28 -0
- package/build/sdk/studio/sdk/model/userSetTotpMfaKeyResponseAllOf.js +32 -0
- package/build/sdk/studio/sdk/model/userSetTotpMfaKeyResponseAllOf.js.map +1 -0
- package/build/shared/viewmodels/init.d.ts +12 -2
- package/build/shared/viewmodels/init.js +6 -1
- package/build/shared/viewmodels/init.js.map +1 -1
- package/cli/linux/runner.ts +68 -7
- package/cli/linux/webserver/public/assets/mobileclient.css +5 -1
- package/cli/linux/webserver/public/inference-server.js +85 -4
- package/cli/linux/webserver/views/inference-server-view.ts +51 -14
- package/package.json +4 -2
|
@@ -36,6 +36,8 @@ import { DevelopmentBoardRequest } from '../model/developmentBoardRequest';
|
|
|
36
36
|
import { DevelopmentBoardRequestUpdate } from '../model/developmentBoardRequestUpdate';
|
|
37
37
|
import { EnterpriseUpgradeOrTrialExtensionRequest } from '../model/enterpriseUpgradeOrTrialExtensionRequest';
|
|
38
38
|
import { GenericApiResponse } from '../model/genericApiResponse';
|
|
39
|
+
import { GetOrganizationDataExportResponse } from '../model/getOrganizationDataExportResponse';
|
|
40
|
+
import { GetOrganizationDataExportsResponse } from '../model/getOrganizationDataExportsResponse';
|
|
39
41
|
import { GetWhitelabelResponse } from '../model/getWhitelabelResponse';
|
|
40
42
|
import { InviteOrganizationMemberRequest } from '../model/inviteOrganizationMemberRequest';
|
|
41
43
|
import { ListOrganizationApiKeysResponse } from '../model/listOrganizationApiKeysResponse';
|
|
@@ -68,6 +70,10 @@ export declare enum OrganizationsApiApiKeys {
|
|
|
68
70
|
JWTAuthentication = 1,
|
|
69
71
|
JWTHttpHeaderAuthentication = 2
|
|
70
72
|
}
|
|
73
|
+
declare type getOrganizationDataExportsQueryParams = {
|
|
74
|
+
limit?: number;
|
|
75
|
+
offset?: number;
|
|
76
|
+
};
|
|
71
77
|
declare type getOrganizationMetricsQueryParams = {
|
|
72
78
|
excludeEdgeImpulseUsers?: boolean;
|
|
73
79
|
projectVisibility?: ProjectVisibility;
|
|
@@ -198,6 +204,40 @@ export declare class OrganizationsApi {
|
|
|
198
204
|
[name: string]: string;
|
|
199
205
|
};
|
|
200
206
|
}): Promise<GenericApiResponse>;
|
|
207
|
+
/**
|
|
208
|
+
* Download a data export for an organization.
|
|
209
|
+
* @summary Download organization data export
|
|
210
|
+
* @param organizationId Organization ID
|
|
211
|
+
* @param exportId Export ID
|
|
212
|
+
*/
|
|
213
|
+
downloadOrganizationDataExport(organizationId: number, exportId: number, options?: {
|
|
214
|
+
headers: {
|
|
215
|
+
[name: string]: string;
|
|
216
|
+
};
|
|
217
|
+
}): Promise<any>;
|
|
218
|
+
/**
|
|
219
|
+
* Get a data export for an organization.
|
|
220
|
+
* @summary Get organization data export
|
|
221
|
+
* @param organizationId Organization ID
|
|
222
|
+
* @param exportId Export ID
|
|
223
|
+
*/
|
|
224
|
+
getOrganizationDataExport(organizationId: number, exportId: number, options?: {
|
|
225
|
+
headers: {
|
|
226
|
+
[name: string]: string;
|
|
227
|
+
};
|
|
228
|
+
}): Promise<GetOrganizationDataExportResponse>;
|
|
229
|
+
/**
|
|
230
|
+
* Get all data exports for an organization.
|
|
231
|
+
* @summary Get all organization data exports
|
|
232
|
+
* @param organizationId Organization ID
|
|
233
|
+
* @param limit Maximum number of results
|
|
234
|
+
* @param offset Offset in results, can be used in conjunction with LimitResultsParameter to implement paging.
|
|
235
|
+
*/
|
|
236
|
+
getOrganizationDataExports(organizationId: number, queryParams: getOrganizationDataExportsQueryParams, options?: {
|
|
237
|
+
headers: {
|
|
238
|
+
[name: string]: string;
|
|
239
|
+
};
|
|
240
|
+
}): Promise<GetOrganizationDataExportsResponse>;
|
|
201
241
|
/**
|
|
202
242
|
* List all information about this organization.
|
|
203
243
|
* @summary Organization information
|
|
@@ -384,7 +424,7 @@ export declare class OrganizationsApi {
|
|
|
384
424
|
}): Promise<UploadReadmeImageResponse>;
|
|
385
425
|
/**
|
|
386
426
|
* White label admin only API to add a development board.
|
|
387
|
-
* @summary Add a development board to a whitelabel
|
|
427
|
+
* @summary White Label Admin - Add a development board to a whitelabel
|
|
388
428
|
* @param organizationId Organization ID
|
|
389
429
|
* @param developmentBoardRequest
|
|
390
430
|
*/
|
|
@@ -395,7 +435,7 @@ export declare class OrganizationsApi {
|
|
|
395
435
|
}): Promise<DevelopmentBoardCreatedResponse>;
|
|
396
436
|
/**
|
|
397
437
|
* White label admin only API to add an API key to an organization. Add a temporary API key that can be used to make Organizations API (/api/organizations/{organizationId}/) requests on behalf of the organization. These API keys are not visible to the organization itself and have a customizable TTL defaulting to 1 minute.
|
|
398
|
-
* @summary Add organization API key
|
|
438
|
+
* @summary White Label Admin - Add organization API key
|
|
399
439
|
* @param organizationId Organization ID
|
|
400
440
|
* @param innerOrganizationId Organization ID within the context of a white label
|
|
401
441
|
* @param adminAddOrganizationApiKeyRequest
|
|
@@ -407,7 +447,7 @@ export declare class OrganizationsApi {
|
|
|
407
447
|
}): Promise<GenericApiResponse>;
|
|
408
448
|
/**
|
|
409
449
|
* White label admin only API to add an API key to a project. Add a temporary API key that can be used to make Projects API (/api/projects/{projectId}/) requests on behalf of the project admin. These API keys are not visible to the project itself and have a customizable TTL defaulting to 1 minute.
|
|
410
|
-
* @summary Add Project API key
|
|
450
|
+
* @summary White Label Admin - Add Project API key
|
|
411
451
|
* @param organizationId Organization ID
|
|
412
452
|
* @param projectId Project ID
|
|
413
453
|
* @param adminAddProjectApiKeyRequest
|
|
@@ -419,7 +459,7 @@ export declare class OrganizationsApi {
|
|
|
419
459
|
}): Promise<GenericApiResponse>;
|
|
420
460
|
/**
|
|
421
461
|
* White label admin only API to add a user to an organization. If no user is provided, the current user is used.
|
|
422
|
-
* @summary Add user to an organization
|
|
462
|
+
* @summary White Label Admin - Add user to an organization
|
|
423
463
|
* @param organizationId Organization ID
|
|
424
464
|
* @param innerOrganizationId Organization ID within the context of a white label
|
|
425
465
|
* @param adminAddOrganizationUserRequest
|
|
@@ -431,7 +471,7 @@ export declare class OrganizationsApi {
|
|
|
431
471
|
}): Promise<GenericApiResponse>;
|
|
432
472
|
/**
|
|
433
473
|
* White label admin only API to add a user to a project. If no user is provided, the current user is used.
|
|
434
|
-
* @summary Add user to a project
|
|
474
|
+
* @summary White Label Admin - Add user to a project
|
|
435
475
|
* @param organizationId Organization ID
|
|
436
476
|
* @param projectId Project ID
|
|
437
477
|
* @param adminAddProjectUserRequest
|
|
@@ -443,7 +483,7 @@ export declare class OrganizationsApi {
|
|
|
443
483
|
}): Promise<GenericApiResponse>;
|
|
444
484
|
/**
|
|
445
485
|
* Create a new organization. This is an internal API only available to white label admins
|
|
446
|
-
* @summary Create new organization within white label context
|
|
486
|
+
* @summary White Label Admin - Create new organization within white label context
|
|
447
487
|
* @param organizationId Organization ID
|
|
448
488
|
* @param whitelabelAdminCreateOrganizationRequest
|
|
449
489
|
*/
|
|
@@ -454,7 +494,7 @@ export declare class OrganizationsApi {
|
|
|
454
494
|
}): Promise<CreateOrganizationResponse>;
|
|
455
495
|
/**
|
|
456
496
|
* White label admin only API to create a new project for an organization.
|
|
457
|
-
* @summary Create a new organization project
|
|
497
|
+
* @summary White Label Admin - Create a new organization project
|
|
458
498
|
* @param organizationId Organization ID
|
|
459
499
|
* @param innerOrganizationId Organization ID within the context of a white label
|
|
460
500
|
* @param adminCreateProjectRequest
|
|
@@ -466,7 +506,7 @@ export declare class OrganizationsApi {
|
|
|
466
506
|
}): Promise<CreateProjectResponse>;
|
|
467
507
|
/**
|
|
468
508
|
* Create a new usage report for an organization. A job is created to process the report request and the job details are returned in the response. This is an internal API only available to white label admins.
|
|
469
|
-
* @summary Creates a new usage report
|
|
509
|
+
* @summary White Label Admin - Creates a new usage report
|
|
470
510
|
* @param organizationId Organization ID
|
|
471
511
|
* @param innerOrganizationId Organization ID within the context of a white label
|
|
472
512
|
* @param startDate Start date
|
|
@@ -479,7 +519,7 @@ export declare class OrganizationsApi {
|
|
|
479
519
|
}): Promise<StartJobResponse>;
|
|
480
520
|
/**
|
|
481
521
|
* Create a new free tier project. This is an internal API only available to white label admins.
|
|
482
|
-
* @summary Create a new project within white label context.
|
|
522
|
+
* @summary White Label Admin - Create a new project within white label context.
|
|
483
523
|
* @param organizationId Organization ID
|
|
484
524
|
* @param adminCreateProjectRequest
|
|
485
525
|
*/
|
|
@@ -490,7 +530,7 @@ export declare class OrganizationsApi {
|
|
|
490
530
|
}): Promise<CreateProjectResponse>;
|
|
491
531
|
/**
|
|
492
532
|
* White label admin only API to delete an organization.
|
|
493
|
-
* @summary Delete an organization
|
|
533
|
+
* @summary White Label Admin - Delete an organization
|
|
494
534
|
* @param organizationId Organization ID
|
|
495
535
|
* @param innerOrganizationId Organization ID within the context of a white label
|
|
496
536
|
*/
|
|
@@ -501,7 +541,7 @@ export declare class OrganizationsApi {
|
|
|
501
541
|
}): Promise<GenericApiResponse>;
|
|
502
542
|
/**
|
|
503
543
|
* Delete a usage report for an organization. This is an internal API only available to white label admins.
|
|
504
|
-
* @summary Delete usage report
|
|
544
|
+
* @summary White Label Admin - Delete usage report
|
|
505
545
|
* @param organizationId Organization ID
|
|
506
546
|
* @param innerOrganizationId Organization ID within the context of a white label
|
|
507
547
|
* @param usageReportId Usage report ID
|
|
@@ -513,7 +553,7 @@ export declare class OrganizationsApi {
|
|
|
513
553
|
}): Promise<GenericApiResponse>;
|
|
514
554
|
/**
|
|
515
555
|
* White label admin only API to delete a project.
|
|
516
|
-
* @summary Delete a project
|
|
556
|
+
* @summary White Label Admin - Delete a project
|
|
517
557
|
* @param organizationId Organization ID
|
|
518
558
|
* @param projectId Project ID
|
|
519
559
|
*/
|
|
@@ -524,7 +564,7 @@ export declare class OrganizationsApi {
|
|
|
524
564
|
}): Promise<GenericApiResponse>;
|
|
525
565
|
/**
|
|
526
566
|
* Download a usage report for an organization. This is an internal API only available to white label admins.
|
|
527
|
-
* @summary Download usage report
|
|
567
|
+
* @summary White Label Admin - Download usage report
|
|
528
568
|
* @param organizationId Organization ID
|
|
529
569
|
* @param innerOrganizationId Organization ID within the context of a white label
|
|
530
570
|
* @param usageReportId Usage report ID
|
|
@@ -536,7 +576,7 @@ export declare class OrganizationsApi {
|
|
|
536
576
|
}): Promise<any>;
|
|
537
577
|
/**
|
|
538
578
|
* White label admin only API to get the white label information.
|
|
539
|
-
* @summary Get white label information
|
|
579
|
+
* @summary White Label Admin - Get white label information
|
|
540
580
|
* @param organizationId Organization ID
|
|
541
581
|
*/
|
|
542
582
|
whitelabelAdminGetInfo(organizationId: number, options?: {
|
|
@@ -546,7 +586,7 @@ export declare class OrganizationsApi {
|
|
|
546
586
|
}): Promise<GetWhitelabelResponse>;
|
|
547
587
|
/**
|
|
548
588
|
* White label admin only API to get global metrics.
|
|
549
|
-
* @summary Get global white label metrics
|
|
589
|
+
* @summary White Label Admin - Get global white label metrics
|
|
550
590
|
* @param organizationId Organization ID
|
|
551
591
|
*/
|
|
552
592
|
whitelabelAdminGetMetrics(organizationId: number, options?: {
|
|
@@ -556,7 +596,7 @@ export declare class OrganizationsApi {
|
|
|
556
596
|
}): Promise<AdminGetMetricsResponse>;
|
|
557
597
|
/**
|
|
558
598
|
* Get compute time usage for an organization over a period of time. This is an internal API only available to white label admins
|
|
559
|
-
* @summary Get organization compute time usage
|
|
599
|
+
* @summary White Label Admin - Get organization compute time usage
|
|
560
600
|
* @param organizationId Organization ID
|
|
561
601
|
* @param innerOrganizationId Organization ID within the context of a white label
|
|
562
602
|
* @param startDate Start date
|
|
@@ -569,7 +609,7 @@ export declare class OrganizationsApi {
|
|
|
569
609
|
}): Promise<AdminGetOrganizationComputeTimeUsageResponse>;
|
|
570
610
|
/**
|
|
571
611
|
* White label admin only API to list all information about an organization.
|
|
572
|
-
* @summary Get organization information
|
|
612
|
+
* @summary White Label Admin - Get organization information
|
|
573
613
|
* @param organizationId Organization ID
|
|
574
614
|
* @param innerOrganizationId Organization ID within the context of a white label
|
|
575
615
|
* @param includeDeleted Whether to include deleted entities (users, projects, orgs)
|
|
@@ -581,7 +621,7 @@ export declare class OrganizationsApi {
|
|
|
581
621
|
}): Promise<AdminOrganizationInfoResponse>;
|
|
582
622
|
/**
|
|
583
623
|
* Get a usage report for an organization. This is an internal API only available to white label admins.
|
|
584
|
-
* @summary Get usage report
|
|
624
|
+
* @summary White Label Admin - Get usage report
|
|
585
625
|
* @param organizationId Organization ID
|
|
586
626
|
* @param innerOrganizationId Organization ID within the context of a white label
|
|
587
627
|
* @param usageReportId Usage report ID
|
|
@@ -593,7 +633,7 @@ export declare class OrganizationsApi {
|
|
|
593
633
|
}): Promise<AdminGetOrganizationUsageReportResponse>;
|
|
594
634
|
/**
|
|
595
635
|
* Get all usage reports for an organization. This is an internal API only available to white label admins.
|
|
596
|
-
* @summary Get all usage reports
|
|
636
|
+
* @summary White Label Admin - Get all usage reports
|
|
597
637
|
* @param organizationId Organization ID
|
|
598
638
|
* @param innerOrganizationId Organization ID within the context of a white label
|
|
599
639
|
* @param limit Maximum number of results
|
|
@@ -606,7 +646,7 @@ export declare class OrganizationsApi {
|
|
|
606
646
|
}): Promise<AdminGetOrganizationUsageReportsResponse>;
|
|
607
647
|
/**
|
|
608
648
|
* White label admin only API to get the list of all organizations.
|
|
609
|
-
* @summary Get all organizations within a white label
|
|
649
|
+
* @summary White Label Admin - Get all organizations within a white label
|
|
610
650
|
* @param organizationId Organization ID
|
|
611
651
|
* @param active Whether to search for entities (users, orgs) active in the last X days
|
|
612
652
|
* @param includeDeleted Whether to include deleted entities (users, projects, orgs)
|
|
@@ -622,7 +662,7 @@ export declare class OrganizationsApi {
|
|
|
622
662
|
}): Promise<AdminGetOrganizationsResponse>;
|
|
623
663
|
/**
|
|
624
664
|
* White label admin only API to get project information.
|
|
625
|
-
* @summary Get a white label project
|
|
665
|
+
* @summary White Label Admin - Get a white label project
|
|
626
666
|
* @param organizationId Organization ID
|
|
627
667
|
* @param projectId Project ID
|
|
628
668
|
*/
|
|
@@ -633,7 +673,7 @@ export declare class OrganizationsApi {
|
|
|
633
673
|
}): Promise<ProjectInfoResponse>;
|
|
634
674
|
/**
|
|
635
675
|
* White label admin only API to get the list of all projects.
|
|
636
|
-
* @summary Get all white label projects
|
|
676
|
+
* @summary White Label Admin - Get all white label projects
|
|
637
677
|
* @param organizationId Organization ID
|
|
638
678
|
* @param active Whether to search for entities (users, orgs) active in the last X days
|
|
639
679
|
* @param sort Fields and order to sort query by
|
|
@@ -648,7 +688,7 @@ export declare class OrganizationsApi {
|
|
|
648
688
|
}): Promise<AdminListProjectsResponse>;
|
|
649
689
|
/**
|
|
650
690
|
* White label admin only API to get information about a user.
|
|
651
|
-
* @summary Get a white label user
|
|
691
|
+
* @summary White Label Admin - Get a white label user
|
|
652
692
|
* @param organizationId Organization ID
|
|
653
693
|
* @param userId User ID
|
|
654
694
|
*/
|
|
@@ -659,7 +699,7 @@ export declare class OrganizationsApi {
|
|
|
659
699
|
}): Promise<AdminGetUserResponse>;
|
|
660
700
|
/**
|
|
661
701
|
* White label admin only API to get marketing metrics about a user.
|
|
662
|
-
* @summary Get white label user metrics
|
|
702
|
+
* @summary White Label Admin - Get white label user metrics
|
|
663
703
|
* @param organizationId Organization ID
|
|
664
704
|
* @param userId User ID
|
|
665
705
|
*/
|
|
@@ -670,7 +710,7 @@ export declare class OrganizationsApi {
|
|
|
670
710
|
}): Promise<AdminGetUserMetricsResponse>;
|
|
671
711
|
/**
|
|
672
712
|
* White label admin only API to get the list of all registered users.
|
|
673
|
-
* @summary Get all white label users
|
|
713
|
+
* @summary White Label Admin - Get all white label users
|
|
674
714
|
* @param organizationId Organization ID
|
|
675
715
|
* @param active Whether to search for entities (users, orgs) active in the last X days
|
|
676
716
|
* @param tier Whether to search for free, pro or enterprise entities (users, projects)
|
|
@@ -687,7 +727,7 @@ export declare class OrganizationsApi {
|
|
|
687
727
|
}): Promise<AdminGetUsersResponse>;
|
|
688
728
|
/**
|
|
689
729
|
* White label admin only API to remove a development board.
|
|
690
|
-
* @summary Remove a development board from a whitelabel
|
|
730
|
+
* @summary White Label Admin - Remove a development board from a whitelabel
|
|
691
731
|
* @param organizationId Organization ID
|
|
692
732
|
* @param developmentBoardId Development board ID.
|
|
693
733
|
*/
|
|
@@ -698,7 +738,7 @@ export declare class OrganizationsApi {
|
|
|
698
738
|
}): Promise<GenericApiResponse>;
|
|
699
739
|
/**
|
|
700
740
|
* White label admin only API to remove a user from an organization.
|
|
701
|
-
* @summary Remove user from an organization
|
|
741
|
+
* @summary White Label Admin - Remove user from an organization
|
|
702
742
|
* @param organizationId Organization ID
|
|
703
743
|
* @param innerOrganizationId Organization ID within the context of a white label
|
|
704
744
|
* @param userId User ID
|
|
@@ -710,7 +750,7 @@ export declare class OrganizationsApi {
|
|
|
710
750
|
}): Promise<GenericApiResponse>;
|
|
711
751
|
/**
|
|
712
752
|
* White label admin only API to remove a user from a project.
|
|
713
|
-
* @summary Remove user from a project
|
|
753
|
+
* @summary White Label Admin - Remove user from a project
|
|
714
754
|
* @param organizationId Organization ID
|
|
715
755
|
* @param projectId Project ID
|
|
716
756
|
* @param userId User ID
|
|
@@ -722,7 +762,7 @@ export declare class OrganizationsApi {
|
|
|
722
762
|
}): Promise<GenericApiResponse>;
|
|
723
763
|
/**
|
|
724
764
|
* White label admin only API to restore a deleted organization. All organization projects sharing the same deletion date as that of the organization will also be restored. If this is a trial organization that was never upgraded to a paid plan then the organization will be restored to its original trial state.
|
|
725
|
-
* @summary Restore an organization
|
|
765
|
+
* @summary White Label Admin - Restore an organization
|
|
726
766
|
* @param organizationId Organization ID
|
|
727
767
|
* @param innerOrganizationId Organization ID within the context of a white label
|
|
728
768
|
*/
|
|
@@ -733,7 +773,7 @@ export declare class OrganizationsApi {
|
|
|
733
773
|
}): Promise<GenericApiResponse>;
|
|
734
774
|
/**
|
|
735
775
|
* White label admin only API to update the default deployment target for this white label.
|
|
736
|
-
* @summary Update default deployment target
|
|
776
|
+
* @summary White Label Admin - Update default deployment target
|
|
737
777
|
* @param organizationId Organization ID
|
|
738
778
|
* @param updateWhitelabelDefaultDeploymentTargetRequest
|
|
739
779
|
*/
|
|
@@ -744,7 +784,7 @@ export declare class OrganizationsApi {
|
|
|
744
784
|
}): Promise<GenericApiResponse>;
|
|
745
785
|
/**
|
|
746
786
|
* White label admin only API to customize the order of deployment options in the deployment view for this white label.
|
|
747
|
-
* @summary Update the order of deployment options in the deployment view
|
|
787
|
+
* @summary White Label Admin - Update the order of deployment options in the deployment view
|
|
748
788
|
* @param organizationId Organization ID
|
|
749
789
|
* @param updateWhitelabelDeploymentOptionsOrderRequest
|
|
750
790
|
*/
|
|
@@ -755,7 +795,7 @@ export declare class OrganizationsApi {
|
|
|
755
795
|
}): Promise<GenericApiResponse>;
|
|
756
796
|
/**
|
|
757
797
|
* White label admin only API to update some or all of the deployment targets enabled for this white label.
|
|
758
|
-
* @summary Update deployment targets
|
|
798
|
+
* @summary White Label Admin - Update deployment targets
|
|
759
799
|
* @param organizationId Organization ID
|
|
760
800
|
* @param updateWhitelabelDeploymentTargetsRequest
|
|
761
801
|
*/
|
|
@@ -766,7 +806,7 @@ export declare class OrganizationsApi {
|
|
|
766
806
|
}): Promise<GenericApiResponse>;
|
|
767
807
|
/**
|
|
768
808
|
* White label admin only API to update a development board.
|
|
769
|
-
* @summary Update a development board in a whitelabel
|
|
809
|
+
* @summary White Label Admin - Update a development board in a whitelabel
|
|
770
810
|
* @param organizationId Organization ID
|
|
771
811
|
* @param developmentBoardId Development board ID.
|
|
772
812
|
* @param developmentBoardRequestUpdate
|
|
@@ -778,7 +818,7 @@ export declare class OrganizationsApi {
|
|
|
778
818
|
}): Promise<GenericApiResponse>;
|
|
779
819
|
/**
|
|
780
820
|
* White label admin only API to update the image of a development board.
|
|
781
|
-
* @summary Update the image of a whitelabel development board
|
|
821
|
+
* @summary White Label Admin - Update the image of a whitelabel development board
|
|
782
822
|
* @param organizationId Organization ID
|
|
783
823
|
* @param developmentBoardId Development board ID.
|
|
784
824
|
* @param image
|
|
@@ -790,7 +830,7 @@ export declare class OrganizationsApi {
|
|
|
790
830
|
}): Promise<UploadAssetResponse>;
|
|
791
831
|
/**
|
|
792
832
|
* White label admin only API to update the white label information.
|
|
793
|
-
* @summary Update white label information
|
|
833
|
+
* @summary White Label Admin - Update white label information
|
|
794
834
|
* @param organizationId Organization ID
|
|
795
835
|
* @param updateWhitelabelRequest
|
|
796
836
|
*/
|
|
@@ -801,7 +841,7 @@ export declare class OrganizationsApi {
|
|
|
801
841
|
}): Promise<GenericApiResponse>;
|
|
802
842
|
/**
|
|
803
843
|
* White label admin only API to update some or all of the learning blocks enabled for this white label.
|
|
804
|
-
* @summary Update learning blocks
|
|
844
|
+
* @summary White Label Admin - Update learning blocks
|
|
805
845
|
* @param organizationId Organization ID
|
|
806
846
|
* @param updateWhitelabelLearningBlocksRequest
|
|
807
847
|
*/
|
|
@@ -812,7 +852,7 @@ export declare class OrganizationsApi {
|
|
|
812
852
|
}): Promise<GenericApiResponse>;
|
|
813
853
|
/**
|
|
814
854
|
* White label admin only API to update organization properties such as name and logo.
|
|
815
|
-
* @summary Update organization
|
|
855
|
+
* @summary White Label Admin - Update organization
|
|
816
856
|
* @param organizationId Organization ID
|
|
817
857
|
* @param innerOrganizationId Organization ID within the context of a white label
|
|
818
858
|
* @param adminUpdateOrganizationRequest
|
|
@@ -824,7 +864,7 @@ export declare class OrganizationsApi {
|
|
|
824
864
|
}): Promise<GenericApiResponse>;
|
|
825
865
|
/**
|
|
826
866
|
* White label admin only API to update project properties.
|
|
827
|
-
* @summary Update white label project
|
|
867
|
+
* @summary White Label Admin - Update white label project
|
|
828
868
|
* @param organizationId Organization ID
|
|
829
869
|
* @param projectId Project ID
|
|
830
870
|
* @param updateProjectRequest
|
|
@@ -836,7 +876,7 @@ export declare class OrganizationsApi {
|
|
|
836
876
|
}): Promise<GenericApiResponse>;
|
|
837
877
|
/**
|
|
838
878
|
* White label admin only API to update some or all theme colors.
|
|
839
|
-
* @summary Update theme colors
|
|
879
|
+
* @summary White Label Admin - Update theme colors
|
|
840
880
|
* @param organizationId Organization ID
|
|
841
881
|
* @param updateThemeColorsRequest
|
|
842
882
|
*/
|
|
@@ -847,7 +887,7 @@ export declare class OrganizationsApi {
|
|
|
847
887
|
}): Promise<GenericApiResponse>;
|
|
848
888
|
/**
|
|
849
889
|
* White label admin only API to update the white label theme device logo.
|
|
850
|
-
* @summary Update theme device logo
|
|
890
|
+
* @summary White Label Admin - Update theme device logo
|
|
851
891
|
* @param organizationId Organization ID
|
|
852
892
|
* @param image
|
|
853
893
|
*/
|
|
@@ -858,7 +898,7 @@ export declare class OrganizationsApi {
|
|
|
858
898
|
}): Promise<UploadAssetResponse>;
|
|
859
899
|
/**
|
|
860
900
|
* White label admin only API to update the theme favicon.
|
|
861
|
-
* @summary Update theme favicon
|
|
901
|
+
* @summary White Label Admin - Update theme favicon
|
|
862
902
|
* @param organizationId Organization ID
|
|
863
903
|
* @param image
|
|
864
904
|
*/
|
|
@@ -869,7 +909,7 @@ export declare class OrganizationsApi {
|
|
|
869
909
|
}): Promise<GenericApiResponse>;
|
|
870
910
|
/**
|
|
871
911
|
* White label admin only API to update the white label theme logo.
|
|
872
|
-
* @summary Update theme logo
|
|
912
|
+
* @summary White Label Admin - Update theme logo
|
|
873
913
|
* @param organizationId Organization ID
|
|
874
914
|
* @param image
|
|
875
915
|
*/
|
|
@@ -880,7 +920,7 @@ export declare class OrganizationsApi {
|
|
|
880
920
|
}): Promise<UploadAssetResponse>;
|
|
881
921
|
/**
|
|
882
922
|
* White label admin only API to update user properties.
|
|
883
|
-
* @summary Update white label user
|
|
923
|
+
* @summary White Label Admin - Update white label user
|
|
884
924
|
* @param organizationId Organization ID
|
|
885
925
|
* @param userId User ID
|
|
886
926
|
* @param adminUpdateUserRequest
|