edge-impulse-api 1.49.11 → 1.49.16

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.
Files changed (200) hide show
  1. package/build/library/api.d.ts +2 -2
  2. package/build/library/index.js +5 -1
  3. package/build/library/index.js.map +1 -1
  4. package/build/library/sdk/api/adminApi.d.ts +15 -15
  5. package/build/library/sdk/api/apis.d.ts +2 -1
  6. package/build/library/sdk/api/apis.js +5 -1
  7. package/build/library/sdk/api/apis.js.map +1 -1
  8. package/build/library/sdk/api/authApi.d.ts +2 -2
  9. package/build/library/sdk/api/cDNApi.d.ts +2 -2
  10. package/build/library/sdk/api/classifyApi.d.ts +6 -6
  11. package/build/library/sdk/api/dSPApi.d.ts +8 -8
  12. package/build/library/sdk/api/deploymentApi.d.ts +4 -4
  13. package/build/library/sdk/api/devicesApi.d.ts +1 -1
  14. package/build/library/sdk/api/emailVerificationApi.d.ts +1 -1
  15. package/build/library/sdk/api/exportApi.d.ts +1 -1
  16. package/build/library/sdk/api/featureFlagsApi.d.ts +1 -1
  17. package/build/library/sdk/api/healthApi.d.ts +3 -3
  18. package/build/library/sdk/api/impulseApi.d.ts +1 -1
  19. package/build/library/sdk/api/jobsApi.d.ts +12 -10
  20. package/build/library/sdk/api/jobsApi.js +4 -0
  21. package/build/library/sdk/api/jobsApi.js.map +1 -1
  22. package/build/library/sdk/api/learnApi.d.ts +5 -5
  23. package/build/library/sdk/api/loginApi.d.ts +1 -1
  24. package/build/library/sdk/api/metricsApi.d.ts +1 -1
  25. package/build/library/sdk/api/optimizationApi.d.ts +2 -2
  26. package/build/library/sdk/api/organizationBlocksApi.d.ts +3 -3
  27. package/build/library/sdk/api/organizationCreateProjectApi.d.ts +4 -4
  28. package/build/library/sdk/api/organizationDataApi.d.ts +24 -24
  29. package/build/library/sdk/api/organizationDataCampaignsApi.d.ts +2 -2
  30. package/build/library/sdk/api/organizationJobsApi.d.ts +9 -7
  31. package/build/library/sdk/api/organizationJobsApi.js +4 -0
  32. package/build/library/sdk/api/organizationJobsApi.js.map +1 -1
  33. package/build/library/sdk/api/organizationPipelinesApi.d.ts +4 -4
  34. package/build/library/sdk/api/organizationPortalsApi.d.ts +1 -1
  35. package/build/library/sdk/api/organizationsApi.d.ts +18 -18
  36. package/build/library/sdk/api/performanceCalibrationApi.d.ts +2 -2
  37. package/build/library/sdk/api/projectsApi.d.ts +6 -6
  38. package/build/library/sdk/api/rawDataApi.d.ts +18 -18
  39. package/build/library/sdk/api/themesApi.d.ts +2 -2
  40. package/build/library/sdk/api/thirdPartyAuthApi.d.ts +2 -2
  41. package/build/library/sdk/api/uploadPortalApi.d.ts +2 -2
  42. package/build/library/sdk/api/userApi.d.ts +32 -3
  43. package/build/library/sdk/api/userApi.js +198 -0
  44. package/build/library/sdk/api/userApi.js.map +1 -1
  45. package/build/library/sdk/api/whitelabelsApi.d.ts +1 -1
  46. package/build/library/sdk/api.js +5 -1
  47. package/build/library/sdk/api.js.map +1 -1
  48. package/build/library/sdk/model/addOrganizationApiKeyRequest.d.ts +1 -1
  49. package/build/library/sdk/model/addOrganizationApiKeyRequestAllOf.d.ts +1 -1
  50. package/build/library/sdk/model/addOrganizationDataCampaignDashboardRequest.d.ts +1 -1
  51. package/build/library/sdk/model/addOrganizationDeployBlockRequest.d.ts +1 -1
  52. package/build/library/sdk/model/addOrganizationTransferLearningBlockRequest.d.ts +2 -4
  53. package/build/library/sdk/model/addOrganizationTransferLearningBlockRequest.js +3 -3
  54. package/build/library/sdk/model/addOrganizationTransferLearningBlockRequest.js.map +1 -1
  55. package/build/library/sdk/model/addOrganizationTransformationBlockRequest.d.ts +1 -1
  56. package/build/library/sdk/model/addProjectApiKeyRequest.d.ts +1 -1
  57. package/build/library/sdk/model/addProjectApiKeyRequestAllOf.d.ts +1 -1
  58. package/build/library/sdk/model/adminAddOrganizationApiKeyRequest.d.ts +1 -1
  59. package/build/library/sdk/model/anomalyCapacity.d.ts +1 -1
  60. package/build/library/sdk/model/augmentationPolicyImageEnum.d.ts +1 -1
  61. package/build/library/sdk/model/augmentationPolicySpectrogram.d.ts +3 -3
  62. package/build/library/sdk/model/billingCycle.d.ts +16 -0
  63. package/build/library/sdk/model/billingCycle.js +16 -0
  64. package/build/library/sdk/model/billingCycle.js.map +1 -0
  65. package/build/library/sdk/model/blockDisplayCategory.d.ts +1 -1
  66. package/build/library/sdk/model/blockType.d.ts +1 -1
  67. package/build/library/sdk/model/calculateDataQualityMetricsRequest.d.ts +1 -1
  68. package/build/library/sdk/model/createEnterpriseTrialUserRequest.d.ts +1 -1
  69. package/build/library/sdk/model/createUserThirdPartyResponse.d.ts +1 -1
  70. package/build/library/sdk/model/createUserThirdPartyResponseAllOf.d.ts +1 -1
  71. package/build/library/sdk/model/dSPGroupItem.d.ts +1 -1
  72. package/build/library/sdk/model/dSPGroupItemShowIf.d.ts +1 -1
  73. package/build/library/sdk/model/dSPMetadataOutputConfig.d.ts +1 -1
  74. package/build/library/sdk/model/dataCampaignDashboard.d.ts +1 -1
  75. package/build/library/sdk/model/dataCampaignGraphXData.d.ts +1 -1
  76. package/build/library/sdk/model/dataExplorerPredictionsResponse.d.ts +1 -1
  77. package/build/library/sdk/model/dataExplorerPredictionsResponseAllOf.d.ts +1 -1
  78. package/build/library/sdk/model/dataExplorerSettings.d.ts +2 -2
  79. package/build/library/sdk/model/deployPretrainedModelInputAudio.d.ts +1 -1
  80. package/build/library/sdk/model/deployPretrainedModelInputImage.d.ts +1 -1
  81. package/build/library/sdk/model/deployPretrainedModelInputOther.d.ts +1 -1
  82. package/build/library/sdk/model/deployPretrainedModelInputTimeSeries.d.ts +1 -1
  83. package/build/library/sdk/model/deployPretrainedModelModelClassification.d.ts +1 -1
  84. package/build/library/sdk/model/deployPretrainedModelModelObjectDetection.d.ts +1 -1
  85. package/build/library/sdk/model/deployPretrainedModelModelRegression.d.ts +1 -1
  86. package/build/library/sdk/model/deployPretrainedModelRequest.d.ts +2 -2
  87. package/build/library/sdk/model/deploymentTarget.d.ts +1 -1
  88. package/build/library/sdk/model/deploymentTargetEngine.d.ts +1 -1
  89. package/build/library/sdk/model/device.d.ts +1 -1
  90. package/build/library/sdk/model/deviceDebugStreamType.d.ts +1 -1
  91. package/build/library/sdk/model/deviceInferenceInfo.d.ts +1 -1
  92. package/build/library/sdk/model/feature.d.ts +1 -1
  93. package/build/library/sdk/model/feature.js +1 -1
  94. package/build/library/sdk/model/feature.js.map +1 -1
  95. package/build/library/sdk/model/findSyntiantPosteriorRequest.d.ts +2 -2
  96. package/build/library/sdk/model/getDataExplorerSettingsResponse.d.ts +3 -3
  97. package/build/library/sdk/model/getDataExplorerSettingsResponseAllOf.d.ts +1 -1
  98. package/build/library/sdk/model/getJWTRequest.d.ts +1 -1
  99. package/build/library/sdk/model/imageInputScaling.d.ts +1 -1
  100. package/build/library/sdk/model/impulseBlockVersion.d.ts +3 -3
  101. package/build/library/sdk/model/impulseInputBlock.d.ts +4 -4
  102. package/build/library/sdk/model/inputBlock.d.ts +1 -1
  103. package/build/library/sdk/model/jobParentTypeEnum.d.ts +1 -1
  104. package/build/library/sdk/model/jobStatus.d.ts +1 -1
  105. package/build/library/sdk/model/kerasModelMetadata.d.ts +1 -1
  106. package/build/library/sdk/model/kerasModelMetadataAllOf.d.ts +1 -1
  107. package/build/library/sdk/model/kerasModelMetadataMetrics.d.ts +1 -1
  108. package/build/library/sdk/model/kerasModelTypeEnum.d.ts +1 -1
  109. package/build/library/sdk/model/kerasModelVariantEnum.d.ts +1 -1
  110. package/build/library/sdk/model/kerasResponse.d.ts +1 -1
  111. package/build/library/sdk/model/kerasResponseAllOf.d.ts +1 -1
  112. package/build/library/sdk/model/kerasVisualLayerType.d.ts +1 -1
  113. package/build/library/sdk/model/learnBlock.d.ts +3 -1
  114. package/build/library/sdk/model/learnBlock.js +5 -0
  115. package/build/library/sdk/model/learnBlock.js.map +1 -1
  116. package/build/library/sdk/model/learnBlockType.d.ts +1 -1
  117. package/build/library/sdk/model/listApiKeysResponseAllOfApiKeys.d.ts +1 -1
  118. package/build/library/sdk/model/listOrganizationApiKeysResponseAllOfApiKeys.d.ts +1 -1
  119. package/build/library/sdk/model/logStdoutResponseAllOfStdout.d.ts +1 -1
  120. package/build/library/sdk/model/migration.d.ts +1 -1
  121. package/build/library/sdk/model/modelEngineShortEnum.d.ts +1 -1
  122. package/build/library/sdk/model/models.d.ts +3 -0
  123. package/build/library/sdk/model/models.js +12 -1
  124. package/build/library/sdk/model/models.js.map +1 -1
  125. package/build/library/sdk/model/moveRawDataRequest.d.ts +1 -1
  126. package/build/library/sdk/model/objectDetectionAutoLabelRequest.d.ts +1 -1
  127. package/build/library/sdk/model/objectDetectionLastLayer.d.ts +1 -1
  128. package/build/library/sdk/model/optimizeConfig.d.ts +3 -3
  129. package/build/library/sdk/model/optimizeConfigResponse.d.ts +3 -3
  130. package/build/library/sdk/model/optimizeStateResponse.d.ts +1 -1
  131. package/build/library/sdk/model/optimizeStateResponseAllOf.d.ts +1 -1
  132. package/build/library/sdk/model/optimizeStateResponseAllOfStatus.d.ts +1 -1
  133. package/build/library/sdk/model/optimizeStateResponseAllOfWorkers.d.ts +1 -1
  134. package/build/library/sdk/model/organizationAddDataFolderRequest.d.ts +1 -1
  135. package/build/library/sdk/model/organizationAddDatasetRequest.d.ts +1 -1
  136. package/build/library/sdk/model/organizationCreateProject.d.ts +2 -2
  137. package/build/library/sdk/model/organizationCreateProjectOutputDatasetPathRule.d.ts +1 -1
  138. package/build/library/sdk/model/organizationCreateProjectRequest.d.ts +2 -2
  139. package/build/library/sdk/model/organizationCreateProjectWithFiles.d.ts +2 -2
  140. package/build/library/sdk/model/organizationCreateProjectWithFilesAllOfFiles.d.ts +1 -1
  141. package/build/library/sdk/model/organizationDataset.d.ts +1 -1
  142. package/build/library/sdk/model/organizationDeployBlock.d.ts +1 -1
  143. package/build/library/sdk/model/organizationGetCreateProjectsResponseAllOfJobs.d.ts +1 -1
  144. package/build/library/sdk/model/organizationMemberRole.d.ts +1 -1
  145. package/build/library/sdk/model/organizationPipeline.d.ts +1 -1
  146. package/build/library/sdk/model/organizationPipelineRunStep.d.ts +2 -2
  147. package/build/library/sdk/model/organizationPipelineStep.d.ts +2 -2
  148. package/build/library/sdk/model/organizationTransferLearningBlock.d.ts +4 -2
  149. package/build/library/sdk/model/organizationTransferLearningBlock.js +5 -0
  150. package/build/library/sdk/model/organizationTransferLearningBlock.js.map +1 -1
  151. package/build/library/sdk/model/organizationTransferLearningOperatesOn.d.ts +1 -1
  152. package/build/library/sdk/model/organizationUpdatePipelineBody.d.ts +1 -1
  153. package/build/library/sdk/model/performanceCalibrationFalsePositive.d.ts +1 -1
  154. package/build/library/sdk/model/performanceCalibrationGroundTruth.d.ts +1 -1
  155. package/build/library/sdk/model/performanceCalibrationParameters.d.ts +1 -1
  156. package/build/library/sdk/model/permission.d.ts +1 -1
  157. package/build/library/sdk/model/portalFile.d.ts +1 -1
  158. package/build/library/sdk/model/pretrainedModelTensor.d.ts +1 -1
  159. package/build/library/sdk/model/previewDefaultFilesInFolderRequest.d.ts +1 -1
  160. package/build/library/sdk/model/previewDefaultFilesInFolderResponse.d.ts +1 -1
  161. package/build/library/sdk/model/previewDefaultFilesInFolderResponseAllOf.d.ts +1 -1
  162. package/build/library/sdk/model/profileModelTable.d.ts +1 -1
  163. package/build/library/sdk/model/project.d.ts +1 -1
  164. package/build/library/sdk/model/projectDeploymentTarget.d.ts +1 -1
  165. package/build/library/sdk/model/projectInfoResponseAllOfAcquisitionSettings.d.ts +1 -1
  166. package/build/library/sdk/model/projectInfoResponseAllOfDeploySettings.d.ts +1 -1
  167. package/build/library/sdk/model/projectTierEnum.d.ts +1 -1
  168. package/build/library/sdk/model/projectType.d.ts +1 -1
  169. package/build/library/sdk/model/projectVisibility.d.ts +1 -1
  170. package/build/library/sdk/model/publicProjectTierAvailability.d.ts +16 -0
  171. package/build/library/sdk/model/publicProjectTierAvailability.js +16 -0
  172. package/build/library/sdk/model/publicProjectTierAvailability.js.map +1 -0
  173. package/build/library/sdk/model/sample.d.ts +3 -3
  174. package/build/library/sdk/model/sendUserFeedbackRequest.d.ts +1 -1
  175. package/build/library/sdk/model/setKerasParameterRequest.d.ts +1 -1
  176. package/build/library/sdk/model/startDeviceSnapshotDebugStreamRequest.d.ts +1 -1
  177. package/build/library/sdk/model/startEnterpriseTrialRequest.d.ts +1 -1
  178. package/build/library/sdk/model/startSamplingRequest.d.ts +1 -1
  179. package/build/library/sdk/model/targetConstraints.d.ts +1 -1
  180. package/build/library/sdk/model/transformationBlockAdditionalMountPoint.d.ts +1 -1
  181. package/build/library/sdk/model/transformationJobOperatesOnEnum.d.ts +1 -1
  182. package/build/library/sdk/model/transformationJobStatusEnum.d.ts +1 -1
  183. package/build/library/sdk/model/tunerTrial.d.ts +1 -1
  184. package/build/library/sdk/model/tunerTrialBlocks.d.ts +2 -2
  185. package/build/library/sdk/model/updateOrganizationDataCampaignDashboardRequest.d.ts +1 -1
  186. package/build/library/sdk/model/updateOrganizationDatasetRequest.d.ts +1 -1
  187. package/build/library/sdk/model/updateOrganizationDeployBlockRequest.d.ts +1 -1
  188. package/build/library/sdk/model/updateOrganizationTransferLearningBlockRequest.d.ts +2 -4
  189. package/build/library/sdk/model/updateOrganizationTransferLearningBlockRequest.js +3 -3
  190. package/build/library/sdk/model/updateOrganizationTransferLearningBlockRequest.js.map +1 -1
  191. package/build/library/sdk/model/updateProjectRequest.d.ts +3 -3
  192. package/build/library/sdk/model/upgradeSubscriptionRequest.d.ts +34 -0
  193. package/build/library/sdk/model/upgradeSubscriptionRequest.js +39 -0
  194. package/build/library/sdk/model/upgradeSubscriptionRequest.js.map +1 -0
  195. package/build/library/sdk/model/uploadCustomBlockRequest.d.ts +1 -1
  196. package/build/library/sdk/model/uploadPretrainedModelRequest.d.ts +1 -1
  197. package/build/library/sdk/model/userTierEnum.d.ts +1 -1
  198. package/build/library/sdk/model/userTierEnum.js +1 -1
  199. package/build/library/sdk/model/userTierEnum.js.map +1 -1
  200. package/package.json +3 -3
@@ -61,9 +61,9 @@ AddOrganizationTransferLearningBlockRequest.attributeTypeMap = [
61
61
  "type": "Array<string>"
62
62
  },
63
63
  {
64
- "name": "isPublicEnterpriseOnly",
65
- "baseName": "isPublicEnterpriseOnly",
66
- "type": "boolean"
64
+ "name": "publicProjectTierAvailability",
65
+ "baseName": "publicProjectTierAvailability",
66
+ "type": "PublicProjectTierAvailability"
67
67
  },
68
68
  {
69
69
  "name": "repositoryUrl",
@@ -1 +1 @@
1
- {"version":3,"file":"addOrganizationTransferLearningBlockRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/addOrganizationTransferLearningBlockRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,2CAA2C;IAsGpD,MAAM,CAAC,mBAAmB;QACtB,OAAO,2CAA2C,CAAC,gBAAgB,CAAC;IACxE,CAAC;;AAxGL,kGAyGC;AAxEU,yDAAa,GAAuB,SAAS,CAAC;AAE9C,4DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,wCAAwC;KACnD;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
1
+ {"version":3,"file":"addOrganizationTransferLearningBlockRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/addOrganizationTransferLearningBlockRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAOH,MAAa,2CAA2C;IAmGpD,MAAM,CAAC,mBAAmB;QACtB,OAAO,2CAA2C,CAAC,gBAAgB,CAAC;IACxE,CAAC;;AArGL,kGAsGC;AAxEU,yDAAa,GAAuB,SAAS,CAAC;AAE9C,4DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,wCAAwC;KACnD;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,+BAA+B;QACvC,UAAU,EAAE,+BAA+B;QAC3C,MAAM,EAAE,+BAA+B;KAC1C;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
@@ -59,5 +59,5 @@ export declare class AddOrganizationTransformationBlockRequest {
59
59
  type: string;
60
60
  }[];
61
61
  }
62
- export declare type AddOrganizationTransformationBlockRequestOperatesOnEnum = 'file' | 'directory' | 'dataitem' | 'standalone';
62
+ export type AddOrganizationTransformationBlockRequestOperatesOnEnum = 'file' | 'directory' | 'dataitem' | 'standalone';
63
63
  export declare const AddOrganizationTransformationBlockRequestOperatesOnEnumValues: string[];
@@ -35,5 +35,5 @@ export declare class AddProjectApiKeyRequest {
35
35
  type: string;
36
36
  }[];
37
37
  }
38
- export declare type AddProjectApiKeyRequestRoleEnum = 'admin' | 'readonly' | 'ingestiononly';
38
+ export type AddProjectApiKeyRequestRoleEnum = 'admin' | 'readonly' | 'ingestiononly';
39
39
  export declare const AddProjectApiKeyRequestRoleEnumValues: string[];
@@ -27,5 +27,5 @@ export declare class AddProjectApiKeyRequestAllOf {
27
27
  type: string;
28
28
  }[];
29
29
  }
30
- export declare type AddProjectApiKeyRequestAllOfRoleEnum = 'admin' | 'readonly' | 'ingestiononly';
30
+ export type AddProjectApiKeyRequestAllOfRoleEnum = 'admin' | 'readonly' | 'ingestiononly';
31
31
  export declare const AddProjectApiKeyRequestAllOfRoleEnumValues: string[];
@@ -35,5 +35,5 @@ export declare class AdminAddOrganizationApiKeyRequest {
35
35
  type: string;
36
36
  }[];
37
37
  }
38
- export declare type AdminAddOrganizationApiKeyRequestRoleEnum = 'admin' | 'member';
38
+ export type AdminAddOrganizationApiKeyRequestRoleEnum = 'admin' | 'member';
39
39
  export declare const AdminAddOrganizationApiKeyRequestRoleEnumValues: string[];
@@ -12,5 +12,5 @@
12
12
  /**
13
13
  * Capacity level for visual anomaly detection. Determines which set of default configurations to use. The higher capacity, the higher number of (Gaussian) components, and the more adapted the model becomes to the original distribution
14
14
  */
15
- export declare type AnomalyCapacity = 'low' | 'medium' | 'high';
15
+ export type AnomalyCapacity = 'low' | 'medium' | 'high';
16
16
  export declare const AnomalyCapacityValues: string[];
@@ -12,5 +12,5 @@
12
12
  /**
13
13
  * The data augmentation policy to use with image input
14
14
  */
15
- export declare type AugmentationPolicyImageEnum = 'none' | 'all';
15
+ export type AugmentationPolicyImageEnum = 'none' | 'all';
16
16
  export declare const AugmentationPolicyImageEnumValues: string[];
@@ -42,9 +42,9 @@ export declare class AugmentationPolicySpectrogram {
42
42
  type: string;
43
43
  }[];
44
44
  }
45
- export declare type AugmentationPolicySpectrogramFreqMaskingEnum = 'none' | 'low' | 'high';
45
+ export type AugmentationPolicySpectrogramFreqMaskingEnum = 'none' | 'low' | 'high';
46
46
  export declare const AugmentationPolicySpectrogramFreqMaskingEnumValues: string[];
47
- export declare type AugmentationPolicySpectrogramTimeMaskingEnum = 'none' | 'low' | 'high';
47
+ export type AugmentationPolicySpectrogramTimeMaskingEnum = 'none' | 'low' | 'high';
48
48
  export declare const AugmentationPolicySpectrogramTimeMaskingEnumValues: string[];
49
- export declare type AugmentationPolicySpectrogramGaussianNoiseEnum = 'none' | 'low' | 'high';
49
+ export type AugmentationPolicySpectrogramGaussianNoiseEnum = 'none' | 'low' | 'high';
50
50
  export declare const AugmentationPolicySpectrogramGaussianNoiseEnumValues: string[];
@@ -0,0 +1,16 @@
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
+ /**
13
+ * Specifies the frequency at which the subscription fee is billed: - `monthly`: Billed once every month. - `yearly`: Billed once every year, often at a discounted rate compared to monthly billing.
14
+ */
15
+ export type BillingCycle = 'monthly' | 'yearly';
16
+ export declare const BillingCycleValues: string[];
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /**
3
+ * Edge Impulse API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 1.0.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.BillingCycleValues = void 0;
15
+ exports.BillingCycleValues = ['monthly', 'yearly'];
16
+ //# sourceMappingURL=billingCycle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"billingCycle.js","sourceRoot":"","sources":["../../../../library/sdk/model/billingCycle.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQU,QAAA,kBAAkB,GAAa,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC"}
@@ -12,5 +12,5 @@
12
12
  /**
13
13
  * Category to display this block in the UI.
14
14
  */
15
- export declare type BlockDisplayCategory = 'classical' | 'tao';
15
+ export type BlockDisplayCategory = 'classical' | 'tao';
16
16
  export declare const BlockDisplayCategoryValues: string[];
@@ -9,5 +9,5 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- export declare type BlockType = 'official' | 'personal' | 'enterprise' | 'community';
12
+ export type BlockType = 'official' | 'personal' | 'enterprise' | 'community';
13
13
  export declare const BlockTypeValues: string[];
@@ -26,5 +26,5 @@ export declare class CalculateDataQualityMetricsRequest {
26
26
  type: string;
27
27
  }[];
28
28
  }
29
- export declare type CalculateDataQualityMetricsRequestRepresentationEnum = 'keywords' | 'images' | 'current-impulse' | 'current-impulse-embeddings';
29
+ export type CalculateDataQualityMetricsRequestRepresentationEnum = 'keywords' | 'images' | 'current-impulse' | 'current-impulse-embeddings';
30
30
  export declare const CalculateDataQualityMetricsRequestRepresentationEnumValues: string[];
@@ -94,5 +94,5 @@ export declare class CreateEnterpriseTrialUserRequest {
94
94
  type: string;
95
95
  }[];
96
96
  }
97
- export declare type CreateEnterpriseTrialUserRequestUserHasMLModelsInProductionEnum = 'yes' | 'no' | 'no, but we will soon';
97
+ export type CreateEnterpriseTrialUserRequestUserHasMLModelsInProductionEnum = 'yes' | 'no' | 'no, but we will soon';
98
98
  export declare const CreateEnterpriseTrialUserRequestUserHasMLModelsInProductionEnumValues: string[];
@@ -32,5 +32,5 @@ export declare class CreateUserThirdPartyResponse {
32
32
  type: string;
33
33
  }[];
34
34
  }
35
- export declare type CreateUserThirdPartyResponseStatusEnum = 'userWasCreated' | 'userNotManagedByThirdParty' | 'userAlreadyExists';
35
+ export type CreateUserThirdPartyResponseStatusEnum = 'userWasCreated' | 'userNotManagedByThirdParty' | 'userAlreadyExists';
36
36
  export declare const CreateUserThirdPartyResponseStatusEnumValues: string[];
@@ -24,5 +24,5 @@ export declare class CreateUserThirdPartyResponseAllOf {
24
24
  type: string;
25
25
  }[];
26
26
  }
27
- export declare type CreateUserThirdPartyResponseAllOfStatusEnum = 'userWasCreated' | 'userNotManagedByThirdParty' | 'userAlreadyExists';
27
+ export type CreateUserThirdPartyResponseAllOfStatusEnum = 'userWasCreated' | 'userNotManagedByThirdParty' | 'userAlreadyExists';
28
28
  export declare const CreateUserThirdPartyResponseAllOfStatusEnumValues: string[];
@@ -39,5 +39,5 @@ export declare class DSPGroupItem {
39
39
  type: string;
40
40
  }[];
41
41
  }
42
- export declare type DSPGroupItemSectionEnum = 'advanced' | 'augmentation';
42
+ export type DSPGroupItemSectionEnum = 'advanced' | 'augmentation';
43
43
  export declare const DSPGroupItemSectionEnumValues: string[];
@@ -25,5 +25,5 @@ export declare class DSPGroupItemShowIf {
25
25
  type: string;
26
26
  }[];
27
27
  }
28
- export declare type DSPGroupItemShowIfOperatorEnum = 'eq' | 'neq';
28
+ export type DSPGroupItemShowIfOperatorEnum = 'eq' | 'neq';
29
29
  export declare const DSPGroupItemShowIfOperatorEnumValues: string[];
@@ -31,5 +31,5 @@ export declare class DSPMetadataOutputConfig {
31
31
  type: string;
32
32
  }[];
33
33
  }
34
- export declare type DSPMetadataOutputConfigTypeEnum = 'image' | 'spectrogram' | 'flat';
34
+ export type DSPMetadataOutputConfigTypeEnum = 'image' | 'spectrogram' | 'flat';
35
35
  export declare const DSPMetadataOutputConfigTypeEnumValues: string[];
@@ -32,5 +32,5 @@ export declare class DataCampaignDashboard {
32
32
  type: string;
33
33
  }[];
34
34
  }
35
- export declare type DataCampaignDashboardWhenToEmailEnum = 'always' | 'on_changes' | 'never';
35
+ export type DataCampaignDashboardWhenToEmailEnum = 'always' | 'on_changes' | 'never';
36
36
  export declare const DataCampaignDashboardWhenToEmailEnumValues: string[];
@@ -30,5 +30,5 @@ export declare class DataCampaignGraphXData {
30
30
  type: string;
31
31
  }[];
32
32
  }
33
- export declare type DataCampaignGraphXDataDataTypeEnum = 'dataItems' | 'time' | 'percentage';
33
+ export type DataCampaignGraphXDataDataTypeEnum = 'dataItems' | 'time' | 'percentage';
34
34
  export declare const DataCampaignGraphXDataDataTypeEnumValues: string[];
@@ -34,5 +34,5 @@ export declare class DataExplorerPredictionsResponse {
34
34
  type: string;
35
35
  }[];
36
36
  }
37
- export declare type DataExplorerPredictionsResponseClassificationTypeEnum = 'classification' | 'regression';
37
+ export type DataExplorerPredictionsResponseClassificationTypeEnum = 'classification' | 'regression';
38
38
  export declare const DataExplorerPredictionsResponseClassificationTypeEnumValues: string[];
@@ -26,5 +26,5 @@ export declare class DataExplorerPredictionsResponseAllOf {
26
26
  type: string;
27
27
  }[];
28
28
  }
29
- export declare type DataExplorerPredictionsResponseAllOfClassificationTypeEnum = 'classification' | 'regression';
29
+ export type DataExplorerPredictionsResponseAllOfClassificationTypeEnum = 'classification' | 'regression';
30
30
  export declare const DataExplorerPredictionsResponseAllOfClassificationTypeEnumValues: string[];
@@ -27,7 +27,7 @@ export declare class DataExplorerSettings {
27
27
  type: string;
28
28
  }[];
29
29
  }
30
- export declare type DataExplorerSettingsPresetEnum = 'keywords' | 'images' | 'current-impulse' | 'current-impulse-embeddings';
30
+ export type DataExplorerSettingsPresetEnum = 'keywords' | 'images' | 'current-impulse' | 'current-impulse-embeddings';
31
31
  export declare const DataExplorerSettingsPresetEnumValues: string[];
32
- export declare type DataExplorerSettingsDimensionalityReductionTechniqueEnum = 'tsne' | 'pca';
32
+ export type DataExplorerSettingsDimensionalityReductionTechniqueEnum = 'tsne' | 'pca';
33
33
  export declare const DataExplorerSettingsDimensionalityReductionTechniqueEnumValues: string[];
@@ -24,5 +24,5 @@ export declare class DeployPretrainedModelInputAudio {
24
24
  type: string;
25
25
  }[];
26
26
  }
27
- export declare type DeployPretrainedModelInputAudioInputTypeEnum = 'audio';
27
+ export type DeployPretrainedModelInputAudioInputTypeEnum = 'audio';
28
28
  export declare const DeployPretrainedModelInputAudioInputTypeEnumValues: string[];
@@ -25,5 +25,5 @@ export declare class DeployPretrainedModelInputImage {
25
25
  type: string;
26
26
  }[];
27
27
  }
28
- export declare type DeployPretrainedModelInputImageInputTypeEnum = 'image';
28
+ export type DeployPretrainedModelInputImageInputTypeEnum = 'image';
29
29
  export declare const DeployPretrainedModelInputImageInputTypeEnumValues: string[];
@@ -23,5 +23,5 @@ export declare class DeployPretrainedModelInputOther {
23
23
  type: string;
24
24
  }[];
25
25
  }
26
- export declare type DeployPretrainedModelInputOtherInputTypeEnum = 'other';
26
+ export type DeployPretrainedModelInputOtherInputTypeEnum = 'other';
27
27
  export declare const DeployPretrainedModelInputOtherInputTypeEnumValues: string[];
@@ -25,5 +25,5 @@ export declare class DeployPretrainedModelInputTimeSeries {
25
25
  type: string;
26
26
  }[];
27
27
  }
28
- export declare type DeployPretrainedModelInputTimeSeriesInputTypeEnum = 'time-series';
28
+ export type DeployPretrainedModelInputTimeSeriesInputTypeEnum = 'time-series';
29
29
  export declare const DeployPretrainedModelInputTimeSeriesInputTypeEnumValues: string[];
@@ -24,5 +24,5 @@ export declare class DeployPretrainedModelModelClassification {
24
24
  type: string;
25
25
  }[];
26
26
  }
27
- export declare type DeployPretrainedModelModelClassificationModelTypeEnum = 'classification';
27
+ export type DeployPretrainedModelModelClassificationModelTypeEnum = 'classification';
28
28
  export declare const DeployPretrainedModelModelClassificationModelTypeEnumValues: string[];
@@ -30,5 +30,5 @@ export declare class DeployPretrainedModelModelObjectDetection {
30
30
  type: string;
31
31
  }[];
32
32
  }
33
- export declare type DeployPretrainedModelModelObjectDetectionModelTypeEnum = 'object-detection';
33
+ export type DeployPretrainedModelModelObjectDetectionModelTypeEnum = 'object-detection';
34
34
  export declare const DeployPretrainedModelModelObjectDetectionModelTypeEnumValues: string[];
@@ -23,5 +23,5 @@ export declare class DeployPretrainedModelModelRegression {
23
23
  type: string;
24
24
  }[];
25
25
  }
26
- export declare type DeployPretrainedModelModelRegressionModelTypeEnum = 'regression';
26
+ export type DeployPretrainedModelModelRegressionModelTypeEnum = 'regression';
27
27
  export declare const DeployPretrainedModelModelRegressionModelTypeEnumValues: string[];
@@ -40,7 +40,7 @@ export declare class DeployPretrainedModelRequest {
40
40
  type: string;
41
41
  }[];
42
42
  }
43
- export declare type DeployPretrainedModelRequestModelFileTypeEnum = 'tflite' | 'onnx' | 'saved_model' | 'lgbm' | 'xgboost' | 'pickle';
43
+ export type DeployPretrainedModelRequestModelFileTypeEnum = 'tflite' | 'onnx' | 'saved_model' | 'lgbm' | 'xgboost' | 'pickle';
44
44
  export declare const DeployPretrainedModelRequestModelFileTypeEnumValues: string[];
45
- export declare type DeployPretrainedModelRequestDeployModelTypeEnum = 'int8' | 'float32';
45
+ export type DeployPretrainedModelRequestDeployModelTypeEnum = 'int8' | 'float32';
46
46
  export declare const DeployPretrainedModelRequestDeployModelTypeEnumValues: string[];
@@ -69,5 +69,5 @@ export declare class DeploymentTarget {
69
69
  type: string;
70
70
  }[];
71
71
  }
72
- export declare type DeploymentTargetUiSectionEnum = 'library' | 'firmware' | 'mobile' | 'hidden';
72
+ export type DeploymentTargetUiSectionEnum = 'library' | 'firmware' | 'mobile' | 'hidden';
73
73
  export declare const DeploymentTargetUiSectionEnumValues: string[];
@@ -9,5 +9,5 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- export declare type DeploymentTargetEngine = 'tflite' | 'tflite-eon' | 'tflite-eon-ram-optimized' | 'tensorrt' | 'tensaiflow' | 'drp-ai' | 'tidl' | 'akida' | 'syntiant' | 'memryx';
12
+ export type DeploymentTargetEngine = 'tflite' | 'tflite-eon' | 'tflite-eon-ram-optimized' | 'tensorrt' | 'tensaiflow' | 'drp-ai' | 'tidl' | 'akida' | 'syntiant' | 'memryx';
13
13
  export declare const DeploymentTargetEngineValues: string[];
@@ -51,5 +51,5 @@ export declare class Device {
51
51
  type: string;
52
52
  }[];
53
53
  }
54
- export declare type DeviceRemoteMgmtModeEnum = 'disconnected' | 'ingestion' | 'inference';
54
+ export type DeviceRemoteMgmtModeEnum = 'disconnected' | 'ingestion' | 'inference';
55
55
  export declare const DeviceRemoteMgmtModeEnumValues: string[];
@@ -9,5 +9,5 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- export declare type DeviceDebugStreamType = 'snapshot' | 'inference';
12
+ export type DeviceDebugStreamType = 'snapshot' | 'inference';
13
13
  export declare const DeviceDebugStreamTypeValues: string[];
@@ -30,5 +30,5 @@ export declare class DeviceInferenceInfo {
30
30
  type: string;
31
31
  }[];
32
32
  }
33
- export declare type DeviceInferenceInfoModelTypeEnum = 'classification' | 'objectDetection' | 'constrainedObjectDetection';
33
+ export type DeviceInferenceInfoModelTypeEnum = 'classification' | 'objectDetection' | 'constrainedObjectDetection';
34
34
  export declare const DeviceInferenceInfoModelTypeEnumValues: string[];
@@ -12,5 +12,5 @@
12
12
  /**
13
13
  * Known feature identifiers.
14
14
  */
15
- export declare type Feature = 'signup-thank-you-page' | 'professional-tier';
15
+ export type Feature = 'signup-thank-you-page' | 'professional-tier' | 'stripe-live-mode';
16
16
  export declare const FeatureValues: string[];
@@ -12,5 +12,5 @@
12
12
  */
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
14
  exports.FeatureValues = void 0;
15
- exports.FeatureValues = ['signup-thank-you-page', 'professional-tier'];
15
+ exports.FeatureValues = ['signup-thank-you-page', 'professional-tier', 'stripe-live-mode'];
16
16
  //# sourceMappingURL=feature.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"feature.js","sourceRoot":"","sources":["../../../../library/sdk/model/feature.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQU,QAAA,aAAa,GAAa,CAAC,uBAAuB,EAAE,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"feature.js","sourceRoot":"","sources":["../../../../library/sdk/model/feature.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQU,QAAA,aAAa,GAAa,CAAC,uBAAuB,EAAE,mBAAmB,EAAE,kBAAkB,CAAC,CAAC"}
@@ -42,7 +42,7 @@ export declare class FindSyntiantPosteriorRequest {
42
42
  type: string;
43
43
  }[];
44
44
  }
45
- export declare type FindSyntiantPosteriorRequestReferenceSetEnum = '600_seconds' | 'full' | 'custom' | 'no_calibration';
45
+ export type FindSyntiantPosteriorRequestReferenceSetEnum = '600_seconds' | 'full' | 'custom' | 'no_calibration';
46
46
  export declare const FindSyntiantPosteriorRequestReferenceSetEnumValues: string[];
47
- export declare type FindSyntiantPosteriorRequestDeploymentTargetEnum = 'syntiant-ndp101' | 'syntiant-ndp101-lib' | 'syntiant-ndp120-lib' | 'syntiant-ndp120-lib-tdk-v14' | 'syntiant-nicla-ndp120' | 'syntiant-avnet-rasyn';
47
+ export type FindSyntiantPosteriorRequestDeploymentTargetEnum = 'syntiant-ndp101' | 'syntiant-ndp101-lib' | 'syntiant-ndp120-lib' | 'syntiant-ndp120-lib-tdk-v14' | 'syntiant-nicla-ndp120' | 'syntiant-avnet-rasyn';
48
48
  export declare const FindSyntiantPosteriorRequestDeploymentTargetEnumValues: string[];
@@ -36,9 +36,9 @@ export declare class GetDataExplorerSettingsResponse {
36
36
  type: string;
37
37
  }[];
38
38
  }
39
- export declare type GetDataExplorerSettingsResponsePresetEnum = 'keywords' | 'images' | 'current-impulse' | 'current-impulse-embeddings';
39
+ export type GetDataExplorerSettingsResponsePresetEnum = 'keywords' | 'images' | 'current-impulse' | 'current-impulse-embeddings';
40
40
  export declare const GetDataExplorerSettingsResponsePresetEnumValues: string[];
41
- export declare type GetDataExplorerSettingsResponseDimensionalityReductionTechniqueEnum = 'tsne' | 'pca';
41
+ export type GetDataExplorerSettingsResponseDimensionalityReductionTechniqueEnum = 'tsne' | 'pca';
42
42
  export declare const GetDataExplorerSettingsResponseDimensionalityReductionTechniqueEnumValues: string[];
43
- export declare type GetDataExplorerSettingsResponseDimensionalityReductionRecommendationEnum = 'tsne' | 'pca';
43
+ export type GetDataExplorerSettingsResponseDimensionalityReductionRecommendationEnum = 'tsne' | 'pca';
44
44
  export declare const GetDataExplorerSettingsResponseDimensionalityReductionRecommendationEnumValues: string[];
@@ -23,5 +23,5 @@ export declare class GetDataExplorerSettingsResponseAllOf {
23
23
  type: string;
24
24
  }[];
25
25
  }
26
- export declare type GetDataExplorerSettingsResponseAllOfDimensionalityReductionRecommendationEnum = 'tsne' | 'pca';
26
+ export type GetDataExplorerSettingsResponseAllOfDimensionalityReductionRecommendationEnum = 'tsne' | 'pca';
27
27
  export declare const GetDataExplorerSettingsResponseAllOfDimensionalityReductionRecommendationEnumValues: string[];
@@ -43,5 +43,5 @@ export declare class GetJWTRequest {
43
43
  type: string;
44
44
  }[];
45
45
  }
46
- export declare type GetJWTRequestSsoTypeEnum = 'browser' | 'cli';
46
+ export type GetJWTRequestSsoTypeEnum = 'browser' | 'cli';
47
47
  export declare const GetJWTRequestSsoTypeEnumValues: string[];
@@ -12,5 +12,5 @@
12
12
  /**
13
13
  * Normalization that\'s applied to images. If this is not set then 0..1 is used. \"0..1\" gives you non-normalized pixels between 0 and 1. \"-1..1\" gives you non-normalized pixels between -1 and 1. \"0..255\" gives you non-normalized pixels between 0 and 255. \"-128..127\" gives you non-normalized pixels between -128 and 127. \"torch\" first scales pixels between 0 and 1, then applies normalization using the ImageNet dataset (same as `torchvision.transforms.Normalize()`).
14
14
  */
15
- export declare type ImageInputScaling = '0..1' | '-1..1' | '-128..127' | '0..255' | 'torch';
15
+ export type ImageInputScaling = '0..1' | '-1..1' | '-128..127' | '0..255' | 'torch';
16
16
  export declare const ImageInputScalingValues: string[];
@@ -90,9 +90,9 @@ export declare class ImpulseBlockVersion {
90
90
  type: string;
91
91
  }[];
92
92
  }
93
- export declare type ImpulseBlockVersionResizeModeEnum = 'squash' | 'fit-short' | 'fit-long' | 'crop';
93
+ export type ImpulseBlockVersionResizeModeEnum = 'squash' | 'fit-short' | 'fit-long' | 'crop';
94
94
  export declare const ImpulseBlockVersionResizeModeEnumValues: string[];
95
- export declare type ImpulseBlockVersionResizeMethodEnum = 'lanczos3' | 'nearest';
95
+ export type ImpulseBlockVersionResizeMethodEnum = 'lanczos3' | 'nearest';
96
96
  export declare const ImpulseBlockVersionResizeMethodEnumValues: string[];
97
- export declare type ImpulseBlockVersionCropAnchorEnum = 'top-left' | 'top-center' | 'top-right' | 'middle-left' | 'middle-center' | 'middle-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
97
+ export type ImpulseBlockVersionCropAnchorEnum = 'top-left' | 'top-center' | 'top-right' | 'middle-left' | 'middle-center' | 'middle-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
98
98
  export declare const ImpulseBlockVersionCropAnchorEnumValues: string[];
@@ -126,11 +126,11 @@ export declare class ImpulseInputBlock {
126
126
  type: string;
127
127
  }[];
128
128
  }
129
- export declare type ImpulseInputBlockTypeEnum = 'time-series' | 'image';
129
+ export type ImpulseInputBlockTypeEnum = 'time-series' | 'image';
130
130
  export declare const ImpulseInputBlockTypeEnumValues: string[];
131
- export declare type ImpulseInputBlockResizeModeEnum = 'squash' | 'fit-short' | 'fit-long' | 'crop';
131
+ export type ImpulseInputBlockResizeModeEnum = 'squash' | 'fit-short' | 'fit-long' | 'crop';
132
132
  export declare const ImpulseInputBlockResizeModeEnumValues: string[];
133
- export declare type ImpulseInputBlockResizeMethodEnum = 'lanczos3' | 'nearest';
133
+ export type ImpulseInputBlockResizeMethodEnum = 'lanczos3' | 'nearest';
134
134
  export declare const ImpulseInputBlockResizeMethodEnumValues: string[];
135
- export declare type ImpulseInputBlockCropAnchorEnum = 'top-left' | 'top-center' | 'top-right' | 'middle-left' | 'middle-center' | 'middle-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
135
+ export type ImpulseInputBlockCropAnchorEnum = 'top-left' | 'top-center' | 'top-right' | 'middle-left' | 'middle-center' | 'middle-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
136
136
  export declare const ImpulseInputBlockCropAnchorEnumValues: string[];
@@ -30,5 +30,5 @@ export declare class InputBlock {
30
30
  type: string;
31
31
  }[];
32
32
  }
33
- export declare type InputBlockTypeEnum = 'time-series' | 'image';
33
+ export type InputBlockTypeEnum = 'time-series' | 'image';
34
34
  export declare const InputBlockTypeEnumValues: string[];
@@ -9,5 +9,5 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- export declare type JobParentTypeEnum = 'project' | 'organization' | 'standalone';
12
+ export type JobParentTypeEnum = 'project' | 'organization' | 'standalone';
13
13
  export declare const JobParentTypeEnumValues: string[];
@@ -9,5 +9,5 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- export declare type JobStatus = 'cancelled' | 'creating' | 'failed' | 'pending' | 'running' | 'success';
12
+ export type JobStatus = 'cancelled' | 'creating' | 'failed' | 'pending' | 'running' | 'success';
13
13
  export declare const JobStatusValues: string[];
@@ -64,5 +64,5 @@ export declare class KerasModelMetadata {
64
64
  type: string;
65
65
  }[];
66
66
  }
67
- export declare type KerasModelMetadataModeEnum = 'classification' | 'regression' | 'object-detection' | 'visual-anomaly' | 'anomaly-gmm';
67
+ export type KerasModelMetadataModeEnum = 'classification' | 'regression' | 'object-detection' | 'visual-anomaly' | 'anomaly-gmm';
68
68
  export declare const KerasModelMetadataModeEnumValues: string[];
@@ -56,5 +56,5 @@ export declare class KerasModelMetadataAllOf {
56
56
  type: string;
57
57
  }[];
58
58
  }
59
- export declare type KerasModelMetadataAllOfModeEnum = 'classification' | 'regression' | 'object-detection' | 'visual-anomaly' | 'anomaly-gmm';
59
+ export type KerasModelMetadataAllOfModeEnum = 'classification' | 'regression' | 'object-detection' | 'visual-anomaly' | 'anomaly-gmm';
60
60
  export declare const KerasModelMetadataAllOfModeEnumValues: string[];
@@ -52,5 +52,5 @@ export declare class KerasModelMetadataMetrics {
52
52
  type: string;
53
53
  }[];
54
54
  }
55
- export declare type KerasModelMetadataMetricsVisualizationEnum = 'featureExplorer' | 'dataExplorer' | 'none';
55
+ export type KerasModelMetadataMetricsVisualizationEnum = 'featureExplorer' | 'dataExplorer' | 'none';
56
56
  export declare const KerasModelMetadataMetricsVisualizationEnumValues: string[];
@@ -9,5 +9,5 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- export declare type KerasModelTypeEnum = 'int8' | 'float32' | 'akida' | 'requiresRetrain';
12
+ export type KerasModelTypeEnum = 'int8' | 'float32' | 'akida' | 'requiresRetrain';
13
13
  export declare const KerasModelTypeEnumValues: string[];
@@ -9,5 +9,5 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- export declare type KerasModelVariantEnum = 'int8' | 'float32' | 'akida';
12
+ export type KerasModelVariantEnum = 'int8' | 'float32' | 'akida';
13
13
  export declare const KerasModelVariantEnumValues: string[];
@@ -130,5 +130,5 @@ export declare class KerasResponse {
130
130
  type: string;
131
131
  }[];
132
132
  }
133
- export declare type KerasResponseModeEnum = 'visual' | 'expert';
133
+ export type KerasResponseModeEnum = 'visual' | 'expert';
134
134
  export declare const KerasResponseModeEnumValues: string[];
@@ -122,5 +122,5 @@ export declare class KerasResponseAllOf {
122
122
  type: string;
123
123
  }[];
124
124
  }
125
- export declare type KerasResponseAllOfModeEnum = 'visual' | 'expert';
125
+ export type KerasResponseAllOfModeEnum = 'visual' | 'expert';
126
126
  export declare const KerasResponseAllOfModeEnumValues: string[];
@@ -9,5 +9,5 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- export declare type KerasVisualLayerType = 'dense' | 'conv1d' | 'conv2d' | 'reshape' | 'flatten' | 'dropout' | 'batchNormalization' | 'transfer_mobilenetv2_a35' | 'transfer_mobilenetv2_a1' | 'transfer_mobilenetv2_a05' | 'transfer_mobilenetv2_160_a1' | 'transfer_mobilenetv2_160_a75' | 'transfer_mobilenetv2_160_a5' | 'transfer_mobilenetv2_160_a35' | 'transfer_mobilenetv1_a25_d100' | 'transfer_mobilenetv1_a2_d100' | 'transfer_mobilenetv1_a1_d100' | 'transfer_kws_mobilenetv1_a1_d100' | 'transfer_kws_mobilenetv2_a35_d100' | 'transfer_kws_syntiant_ndp10x' | 'transfer_kws_conv2d_tiny' | 'object_ssd_mobilenet_v2_fpnlite_320x320' | 'fomo_mobilenet_v2_a01' | 'fomo_mobilenet_v2_a35' | 'transfer_organization' | 'transfer_akidanet_imagenet_160_a100' | 'transfer_akidanet_imagenet_160_a50' | 'transfer_akidanet_imagenet_160_a25' | 'transfer_akidanet_imagenet_224_a100' | 'transfer_akidanet_imagenet_224_a50' | 'transfer_akidanet_imagenet_224_a25' | 'fomo_akidanet_a50';
12
+ export type KerasVisualLayerType = 'dense' | 'conv1d' | 'conv2d' | 'reshape' | 'flatten' | 'dropout' | 'batchNormalization' | 'transfer_mobilenetv2_a35' | 'transfer_mobilenetv2_a1' | 'transfer_mobilenetv2_a05' | 'transfer_mobilenetv2_160_a1' | 'transfer_mobilenetv2_160_a75' | 'transfer_mobilenetv2_160_a5' | 'transfer_mobilenetv2_160_a35' | 'transfer_mobilenetv1_a25_d100' | 'transfer_mobilenetv1_a2_d100' | 'transfer_mobilenetv1_a1_d100' | 'transfer_kws_mobilenetv1_a1_d100' | 'transfer_kws_mobilenetv2_a35_d100' | 'transfer_kws_syntiant_ndp10x' | 'transfer_kws_conv2d_tiny' | 'object_ssd_mobilenet_v2_fpnlite_320x320' | 'fomo_mobilenet_v2_a01' | 'fomo_mobilenet_v2_a35' | 'transfer_organization' | 'transfer_akidanet_imagenet_160_a100' | 'transfer_akidanet_imagenet_160_a50' | 'transfer_akidanet_imagenet_160_a25' | 'transfer_akidanet_imagenet_224_a100' | 'transfer_akidanet_imagenet_224_a50' | 'transfer_akidanet_imagenet_224_a25' | 'fomo_akidanet_a50';
13
13
  export declare const KerasVisualLayerTypeValues: string[];
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import { BlockDisplayCategory } from './blockDisplayCategory';
13
13
  import { BlockType } from './blockType';
14
+ import { PublicProjectTierAvailability } from './publicProjectTierAvailability';
14
15
  export declare class LearnBlock {
15
16
  'type': string;
16
17
  'title': string;
@@ -19,8 +20,9 @@ export declare class LearnBlock {
19
20
  'name': string;
20
21
  'recommended'?: boolean;
21
22
  'organizationModelId'?: number;
23
+ 'publicProjectTierAvailability'?: PublicProjectTierAvailability;
22
24
  /**
23
- * Whether this block is publicly available to Edge Impulse only to enterprise users
25
+ * Whether this block is publicly available to only enterprise users
24
26
  */
25
27
  'isPublicEnterpriseOnly'?: boolean;
26
28
  'blockType': BlockType;
@@ -55,6 +55,11 @@ LearnBlock.attributeTypeMap = [
55
55
  "baseName": "organizationModelId",
56
56
  "type": "number"
57
57
  },
58
+ {
59
+ "name": "publicProjectTierAvailability",
60
+ "baseName": "publicProjectTierAvailability",
61
+ "type": "PublicProjectTierAvailability"
62
+ },
58
63
  {
59
64
  "name": "isPublicEnterpriseOnly",
60
65
  "baseName": "isPublicEnterpriseOnly",