edge-impulse-api 1.40.3 → 1.46.4

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 (279) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +0 -0
  3. package/build/library/sdk/api/adminApi.d.ts +36 -0
  4. package/build/library/sdk/api/adminApi.js +243 -0
  5. package/build/library/sdk/api/adminApi.js.map +1 -1
  6. package/build/library/sdk/api/classifyApi.d.ts +13 -0
  7. package/build/library/sdk/api/classifyApi.js +85 -0
  8. package/build/library/sdk/api/classifyApi.js.map +1 -1
  9. package/build/library/sdk/api/dSPApi.d.ts +6 -6
  10. package/build/library/sdk/api/dSPApi.js +3 -15
  11. package/build/library/sdk/api/dSPApi.js.map +1 -1
  12. package/build/library/sdk/api/organizationBlocksApi.d.ts +95 -2
  13. package/build/library/sdk/api/organizationBlocksApi.js +634 -2
  14. package/build/library/sdk/api/organizationBlocksApi.js.map +1 -1
  15. package/build/library/sdk/api/organizationDataApi.d.ts +41 -0
  16. package/build/library/sdk/api/organizationDataApi.js +251 -0
  17. package/build/library/sdk/api/organizationDataApi.js.map +1 -1
  18. package/build/library/sdk/api/organizationsApi.d.ts +83 -43
  19. package/build/library/sdk/api/organizationsApi.js +273 -43
  20. package/build/library/sdk/api/organizationsApi.js.map +1 -1
  21. package/build/library/sdk/api/projectsApi.d.ts +46 -0
  22. package/build/library/sdk/api/projectsApi.js +301 -0
  23. package/build/library/sdk/api/projectsApi.js.map +1 -1
  24. package/build/library/sdk/api/rawDataApi.d.ts +26 -4
  25. package/build/library/sdk/api/rawDataApi.js +47 -7
  26. package/build/library/sdk/api/rawDataApi.js.map +1 -1
  27. package/build/library/sdk/api/userApi.d.ts +33 -0
  28. package/build/library/sdk/api/userApi.js +213 -0
  29. package/build/library/sdk/api/userApi.js.map +1 -1
  30. package/build/library/sdk/model/addOrganizationTransformationBlockRequest.d.ts +1 -1
  31. package/build/library/sdk/model/addOrganizationTransformationBlockRequest.js +1 -1
  32. package/build/library/sdk/model/addOrganizationTransformationBlockRequest.js.map +1 -1
  33. package/build/library/sdk/model/adminApiUser.d.ts +4 -0
  34. package/build/library/sdk/model/adminApiUser.js +5 -0
  35. package/build/library/sdk/model/adminApiUser.js.map +1 -1
  36. package/build/library/sdk/model/adminCreateOrganizationDataExportRequest.d.ts +36 -0
  37. package/build/library/sdk/model/adminCreateOrganizationDataExportRequest.js +42 -0
  38. package/build/library/sdk/model/adminCreateOrganizationDataExportRequest.js.map +1 -0
  39. package/build/library/sdk/model/adminGetOrganizationUsageReportsResponse.d.ts +1 -1
  40. package/build/library/sdk/model/adminGetOrganizationUsageReportsResponseAllOf.d.ts +1 -1
  41. package/build/library/sdk/model/adminUpdateOrganizationDataExportRequest.d.ts +32 -0
  42. package/build/library/sdk/model/adminUpdateOrganizationDataExportRequest.js +37 -0
  43. package/build/library/sdk/model/adminUpdateOrganizationDataExportRequest.js.map +1 -0
  44. package/build/library/sdk/model/blockType.d.ts +13 -0
  45. package/build/library/sdk/model/blockType.js +16 -0
  46. package/build/library/sdk/model/blockType.js.map +1 -0
  47. package/build/library/sdk/model/dSPBlock.d.ts +2 -0
  48. package/build/library/sdk/model/dSPBlock.js +5 -0
  49. package/build/library/sdk/model/dSPBlock.js.map +1 -1
  50. package/build/library/sdk/model/dSPGroupItem.d.ts +1 -1
  51. package/build/library/sdk/model/dSPGroupItem.js +1 -1
  52. package/build/library/sdk/model/dSPGroupItem.js.map +1 -1
  53. package/build/library/sdk/model/deployPretrainedModelRequest.d.ts +1 -1
  54. package/build/library/sdk/model/deployPretrainedModelRequest.js +1 -1
  55. package/build/library/sdk/model/deployPretrainedModelRequest.js.map +1 -1
  56. package/build/library/sdk/model/deploymentTargetEngine.d.ts +1 -1
  57. package/build/library/sdk/model/deploymentTargetEngine.js +1 -1
  58. package/build/library/sdk/model/deploymentTargetEngine.js.map +1 -1
  59. package/build/library/sdk/model/exportBlockResponse.d.ts +37 -0
  60. package/build/library/sdk/model/exportBlockResponse.js +47 -0
  61. package/build/library/sdk/model/exportBlockResponse.js.map +1 -0
  62. package/build/library/sdk/model/exportBlockResponseAllOf.d.ts +29 -0
  63. package/build/library/sdk/model/exportBlockResponseAllOf.js +37 -0
  64. package/build/library/sdk/model/exportBlockResponseAllOf.js.map +1 -0
  65. package/build/library/sdk/model/getCsvWizardUploadedFileInfo.d.ts +34 -0
  66. package/build/library/sdk/model/getCsvWizardUploadedFileInfo.js +47 -0
  67. package/build/library/sdk/model/getCsvWizardUploadedFileInfo.js.map +1 -0
  68. package/build/library/sdk/model/getCsvWizardUploadedFileInfoAllOf.d.ts +26 -0
  69. package/build/library/sdk/model/getCsvWizardUploadedFileInfoAllOf.js +37 -0
  70. package/build/library/sdk/model/getCsvWizardUploadedFileInfoAllOf.js.map +1 -0
  71. package/build/library/sdk/model/getJWTRequest.d.ts +4 -0
  72. package/build/library/sdk/model/getJWTRequest.js +5 -0
  73. package/build/library/sdk/model/getJWTRequest.js.map +1 -1
  74. package/build/library/sdk/model/getOrganizationBucketResponse.d.ts +34 -0
  75. package/build/library/sdk/model/getOrganizationBucketResponse.js +42 -0
  76. package/build/library/sdk/model/getOrganizationBucketResponse.js.map +1 -0
  77. package/build/library/sdk/model/getOrganizationBucketResponseAllOf.d.ts +26 -0
  78. package/build/library/sdk/model/getOrganizationBucketResponseAllOf.js +32 -0
  79. package/build/library/sdk/model/getOrganizationBucketResponseAllOf.js.map +1 -0
  80. package/build/library/sdk/model/getOrganizationDataExportResponse.d.ts +34 -0
  81. package/build/library/sdk/model/getOrganizationDataExportResponse.js +42 -0
  82. package/build/library/sdk/model/getOrganizationDataExportResponse.js.map +1 -0
  83. package/build/library/sdk/model/getOrganizationDataExportResponseAllOf.d.ts +26 -0
  84. package/build/library/sdk/model/getOrganizationDataExportResponseAllOf.js +32 -0
  85. package/build/library/sdk/model/getOrganizationDataExportResponseAllOf.js.map +1 -0
  86. package/build/library/sdk/model/getOrganizationDataExportsResponse.d.ts +38 -0
  87. package/build/library/sdk/model/getOrganizationDataExportsResponse.js +47 -0
  88. package/build/library/sdk/model/getOrganizationDataExportsResponse.js.map +1 -0
  89. package/build/library/sdk/model/getOrganizationDataExportsResponseAllOf.d.ts +30 -0
  90. package/build/library/sdk/model/getOrganizationDataExportsResponseAllOf.js +37 -0
  91. package/build/library/sdk/model/getOrganizationDataExportsResponseAllOf.js.map +1 -0
  92. package/build/library/sdk/model/getOrganizationDeployBlockResponse.d.ts +34 -0
  93. package/build/library/sdk/model/getOrganizationDeployBlockResponse.js +42 -0
  94. package/build/library/sdk/model/getOrganizationDeployBlockResponse.js.map +1 -0
  95. package/build/library/sdk/model/getOrganizationDeployBlockResponseAllOf.d.ts +26 -0
  96. package/build/library/sdk/model/getOrganizationDeployBlockResponseAllOf.js +32 -0
  97. package/build/library/sdk/model/getOrganizationDeployBlockResponseAllOf.js.map +1 -0
  98. package/build/library/sdk/model/getOrganizationDspBlockResponse.d.ts +34 -0
  99. package/build/library/sdk/model/getOrganizationDspBlockResponse.js +42 -0
  100. package/build/library/sdk/model/getOrganizationDspBlockResponse.js.map +1 -0
  101. package/build/library/sdk/model/getOrganizationDspBlockResponseAllOf.d.ts +26 -0
  102. package/build/library/sdk/model/getOrganizationDspBlockResponseAllOf.js +32 -0
  103. package/build/library/sdk/model/getOrganizationDspBlockResponseAllOf.js.map +1 -0
  104. package/build/library/sdk/model/getOrganizationTransferLearningBlockResponse.d.ts +34 -0
  105. package/build/library/sdk/model/getOrganizationTransferLearningBlockResponse.js +42 -0
  106. package/build/library/sdk/model/getOrganizationTransferLearningBlockResponse.js.map +1 -0
  107. package/build/library/sdk/model/getOrganizationTransferLearningBlockResponseAllOf.d.ts +26 -0
  108. package/build/library/sdk/model/getOrganizationTransferLearningBlockResponseAllOf.js +32 -0
  109. package/build/library/sdk/model/getOrganizationTransferLearningBlockResponseAllOf.js.map +1 -0
  110. package/build/library/sdk/model/getOrganizationTransformationBlockResponse.d.ts +34 -0
  111. package/build/library/sdk/model/getOrganizationTransformationBlockResponse.js +42 -0
  112. package/build/library/sdk/model/getOrganizationTransformationBlockResponse.js.map +1 -0
  113. package/build/library/sdk/model/getOrganizationTransformationBlockResponseAllOf.d.ts +26 -0
  114. package/build/library/sdk/model/getOrganizationTransformationBlockResponseAllOf.js +32 -0
  115. package/build/library/sdk/model/getOrganizationTransformationBlockResponseAllOf.js.map +1 -0
  116. package/build/library/sdk/model/getPretrainedModelResponseAllOfModel.d.ts +1 -0
  117. package/build/library/sdk/model/getPretrainedModelResponseAllOfModel.js +5 -0
  118. package/build/library/sdk/model/getPretrainedModelResponseAllOfModel.js.map +1 -1
  119. package/build/library/sdk/model/getUserResponse.d.ts +4 -0
  120. package/build/library/sdk/model/getUserResponse.js +5 -0
  121. package/build/library/sdk/model/getUserResponse.js.map +1 -1
  122. package/build/library/sdk/model/imageInputScaling.d.ts +2 -2
  123. package/build/library/sdk/model/imageInputScaling.js +1 -1
  124. package/build/library/sdk/model/imageInputScaling.js.map +1 -1
  125. package/build/library/sdk/model/inputBlock.d.ts +2 -0
  126. package/build/library/sdk/model/inputBlock.js +5 -0
  127. package/build/library/sdk/model/inputBlock.js.map +1 -1
  128. package/build/library/sdk/model/kerasModelMetadataMetricsOnDevicePerformance.d.ts +1 -0
  129. package/build/library/sdk/model/kerasModelMetadataMetricsOnDevicePerformance.js +5 -0
  130. package/build/library/sdk/model/kerasModelMetadataMetricsOnDevicePerformance.js.map +1 -1
  131. package/build/library/sdk/model/kerasResponse.d.ts +8 -6
  132. package/build/library/sdk/model/kerasResponse.js +12 -7
  133. package/build/library/sdk/model/kerasResponse.js.map +1 -1
  134. package/build/library/sdk/model/kerasResponseAllOf.d.ts +8 -6
  135. package/build/library/sdk/model/kerasResponseAllOf.js +12 -7
  136. package/build/library/sdk/model/kerasResponseAllOf.js.map +1 -1
  137. package/build/library/sdk/model/learnBlock.d.ts +2 -0
  138. package/build/library/sdk/model/learnBlock.js +5 -0
  139. package/build/library/sdk/model/learnBlock.js.map +1 -1
  140. package/build/library/sdk/model/listOrganizationBucketsResponse.d.ts +2 -2
  141. package/build/library/sdk/model/listOrganizationBucketsResponse.js +1 -1
  142. package/build/library/sdk/model/listOrganizationBucketsResponse.js.map +1 -1
  143. package/build/library/sdk/model/listOrganizationBucketsResponseAllOf.d.ts +2 -2
  144. package/build/library/sdk/model/listOrganizationBucketsResponseAllOf.js +1 -1
  145. package/build/library/sdk/model/listOrganizationBucketsResponseAllOf.js.map +1 -1
  146. package/build/library/sdk/model/listOrganizationUsageReportsResponseAllOf.d.ts +30 -0
  147. package/build/library/sdk/model/listOrganizationUsageReportsResponseAllOf.js +37 -0
  148. package/build/library/sdk/model/listOrganizationUsageReportsResponseAllOf.js.map +1 -0
  149. package/build/library/sdk/model/listPortalFilesInFolderRequest.d.ts +4 -4
  150. package/build/library/sdk/model/listPortalFilesInFolderRequest.js +5 -5
  151. package/build/library/sdk/model/listPortalFilesInFolderRequest.js.map +1 -1
  152. package/build/library/sdk/model/modelEngineShortEnum.d.ts +13 -0
  153. package/build/library/sdk/model/modelEngineShortEnum.js +16 -0
  154. package/build/library/sdk/model/modelEngineShortEnum.js.map +1 -0
  155. package/build/library/sdk/model/models.d.ts +38 -1
  156. package/build/library/sdk/model/models.js +116 -9
  157. package/build/library/sdk/model/models.js.map +1 -1
  158. package/build/library/sdk/model/{listOrganizationBucketsResponseAllOfBuckets.d.ts → organizationBucket.d.ts} +1 -1
  159. package/build/library/sdk/model/{listOrganizationBucketsResponseAllOfBuckets.js → organizationBucket.js} +9 -9
  160. package/build/library/sdk/model/organizationBucket.js.map +1 -0
  161. package/build/library/sdk/model/organizationCreateProject.d.ts +2 -3
  162. package/build/library/sdk/model/organizationCreateProject.js +2 -3
  163. package/build/library/sdk/model/organizationCreateProject.js.map +1 -1
  164. package/build/library/sdk/model/organizationCreateProjectOutputDatasetPathRule.d.ts +16 -0
  165. package/build/library/sdk/model/organizationCreateProjectOutputDatasetPathRule.js +16 -0
  166. package/build/library/sdk/model/organizationCreateProjectOutputDatasetPathRule.js.map +1 -0
  167. package/build/library/sdk/model/organizationCreateProjectPathFilter.d.ts +35 -0
  168. package/build/library/sdk/model/organizationCreateProjectPathFilter.js +40 -0
  169. package/build/library/sdk/model/organizationCreateProjectPathFilter.js.map +1 -0
  170. package/build/library/sdk/model/organizationCreateProjectRequest.d.ts +17 -0
  171. package/build/library/sdk/model/organizationCreateProjectRequest.js +15 -0
  172. package/build/library/sdk/model/organizationCreateProjectRequest.js.map +1 -1
  173. package/build/library/sdk/model/organizationCreateProjectWithFiles.d.ts +2 -3
  174. package/build/library/sdk/model/organizationCreateProjectWithFiles.js +2 -3
  175. package/build/library/sdk/model/organizationCreateProjectWithFiles.js.map +1 -1
  176. package/build/library/sdk/model/organizationCreateProjectWithFilesAllOfFiles.d.ts +4 -2
  177. package/build/library/sdk/model/organizationCreateProjectWithFilesAllOfFiles.js +9 -8
  178. package/build/library/sdk/model/organizationCreateProjectWithFilesAllOfFiles.js.map +1 -1
  179. package/build/library/sdk/model/organizationDataExport.d.ts +35 -0
  180. package/build/library/sdk/model/organizationDataExport.js +52 -0
  181. package/build/library/sdk/model/organizationDataExport.js.map +1 -0
  182. package/build/library/sdk/model/organizationDataset.d.ts +4 -0
  183. package/build/library/sdk/model/organizationDataset.js +5 -0
  184. package/build/library/sdk/model/organizationDataset.js.map +1 -1
  185. package/build/library/sdk/model/organizationDeployBlock.d.ts +1 -0
  186. package/build/library/sdk/model/organizationDeployBlock.js +5 -0
  187. package/build/library/sdk/model/organizationDeployBlock.js.map +1 -1
  188. package/build/library/sdk/model/organizationDspBlock.d.ts +1 -0
  189. package/build/library/sdk/model/organizationDspBlock.js +5 -0
  190. package/build/library/sdk/model/organizationDspBlock.js.map +1 -1
  191. package/build/library/sdk/model/organizationGetCreateProjectsResponseAllOfJobs.d.ts +2 -3
  192. package/build/library/sdk/model/organizationGetCreateProjectsResponseAllOfJobs.js +2 -3
  193. package/build/library/sdk/model/organizationGetCreateProjectsResponseAllOfJobs.js.map +1 -1
  194. package/build/library/sdk/model/organizationPipelineStep.d.ts +11 -0
  195. package/build/library/sdk/model/organizationPipelineStep.js +15 -0
  196. package/build/library/sdk/model/organizationPipelineStep.js.map +1 -1
  197. package/build/library/sdk/model/organizationTransferLearningBlock.d.ts +1 -0
  198. package/build/library/sdk/model/organizationTransferLearningBlock.js +5 -0
  199. package/build/library/sdk/model/organizationTransferLearningBlock.js.map +1 -1
  200. package/build/library/sdk/model/organizationTransformationBlock.d.ts +3 -3
  201. package/build/library/sdk/model/organizationTransformationBlock.js +7 -3
  202. package/build/library/sdk/model/organizationTransformationBlock.js.map +1 -1
  203. package/build/library/sdk/model/organizationUser.d.ts +4 -0
  204. package/build/library/sdk/model/organizationUser.js +5 -0
  205. package/build/library/sdk/model/organizationUser.js.map +1 -1
  206. package/build/library/sdk/model/previewDefaultFilesInFolderRequest.d.ts +34 -0
  207. package/build/library/sdk/model/previewDefaultFilesInFolderRequest.js +38 -0
  208. package/build/library/sdk/model/previewDefaultFilesInFolderRequest.js.map +1 -0
  209. package/build/library/sdk/model/previewDefaultFilesInFolderResponse.d.ts +44 -0
  210. package/build/library/sdk/model/previewDefaultFilesInFolderResponse.js +53 -0
  211. package/build/library/sdk/model/previewDefaultFilesInFolderResponse.js.map +1 -0
  212. package/build/library/sdk/model/previewDefaultFilesInFolderResponseAllOf.d.ts +36 -0
  213. package/build/library/sdk/model/previewDefaultFilesInFolderResponseAllOf.js +43 -0
  214. package/build/library/sdk/model/previewDefaultFilesInFolderResponseAllOf.js.map +1 -0
  215. package/build/library/sdk/model/profileModelInfoMemory.d.ts +1 -0
  216. package/build/library/sdk/model/profileModelInfoMemory.js +5 -0
  217. package/build/library/sdk/model/profileModelInfoMemory.js.map +1 -1
  218. package/build/library/sdk/model/profileModelTableMcuMemory.d.ts +1 -0
  219. package/build/library/sdk/model/profileModelTableMcuMemory.js +5 -0
  220. package/build/library/sdk/model/profileModelTableMcuMemory.js.map +1 -1
  221. package/build/library/sdk/model/project.d.ts +4 -0
  222. package/build/library/sdk/model/project.js +5 -0
  223. package/build/library/sdk/model/project.js.map +1 -1
  224. package/build/library/sdk/model/projectCollaborator.d.ts +4 -0
  225. package/build/library/sdk/model/projectCollaborator.js +5 -0
  226. package/build/library/sdk/model/projectCollaborator.js.map +1 -1
  227. package/build/library/sdk/model/projectInfoResponseAllOfAcquisitionSettings.d.ts +18 -0
  228. package/build/library/sdk/model/projectInfoResponseAllOfAcquisitionSettings.js +22 -1
  229. package/build/library/sdk/model/projectInfoResponseAllOfAcquisitionSettings.js.map +1 -1
  230. package/build/library/sdk/model/projectInfoResponseAllOfDeploySettings.d.ts +2 -0
  231. package/build/library/sdk/model/projectInfoResponseAllOfDeploySettings.js +5 -0
  232. package/build/library/sdk/model/projectInfoResponseAllOfDeploySettings.js.map +1 -1
  233. package/build/library/sdk/model/sample.d.ts +4 -0
  234. package/build/library/sdk/model/sample.js +5 -0
  235. package/build/library/sdk/model/sample.js.map +1 -1
  236. package/build/library/sdk/model/setKerasParameterRequest.d.ts +8 -6
  237. package/build/library/sdk/model/setKerasParameterRequest.js +12 -7
  238. package/build/library/sdk/model/setKerasParameterRequest.js.map +1 -1
  239. package/build/library/sdk/model/targetConstraintsDevice.d.ts +0 -4
  240. package/build/library/sdk/model/targetConstraintsDevice.js +0 -5
  241. package/build/library/sdk/model/targetConstraintsDevice.js.map +1 -1
  242. package/build/library/sdk/model/transferLearningModel.d.ts +2 -3
  243. package/build/library/sdk/model/transferLearningModel.js +2 -3
  244. package/build/library/sdk/model/transferLearningModel.js.map +1 -1
  245. package/build/library/sdk/model/transformationJobOperatesOnEnum.d.ts +13 -0
  246. package/build/library/sdk/model/transformationJobOperatesOnEnum.js +16 -0
  247. package/build/library/sdk/model/transformationJobOperatesOnEnum.js.map +1 -0
  248. package/build/library/sdk/model/updateOrganizationTransformationBlockRequest.d.ts +2 -3
  249. package/build/library/sdk/model/updateOrganizationTransformationBlockRequest.js +2 -3
  250. package/build/library/sdk/model/updateOrganizationTransformationBlockRequest.js.map +1 -1
  251. package/build/library/sdk/model/updateProjectRequest.d.ts +25 -1
  252. package/build/library/sdk/model/updateProjectRequest.js +32 -1
  253. package/build/library/sdk/model/updateProjectRequest.js.map +1 -1
  254. package/build/library/sdk/model/uploadCsvWizardUploadedFileRequest.d.ts +33 -0
  255. package/build/library/sdk/model/uploadCsvWizardUploadedFileRequest.js +32 -0
  256. package/build/library/sdk/model/uploadCsvWizardUploadedFileRequest.js.map +1 -0
  257. package/build/library/sdk/model/user.d.ts +4 -0
  258. package/build/library/sdk/model/user.js +5 -0
  259. package/build/library/sdk/model/user.js.map +1 -1
  260. package/build/library/sdk/model/userDeleteTotpMfaKeyRequest.d.ts +28 -0
  261. package/build/library/sdk/model/userDeleteTotpMfaKeyRequest.js +32 -0
  262. package/build/library/sdk/model/userDeleteTotpMfaKeyRequest.js.map +1 -0
  263. package/build/library/sdk/model/userGenerateNewMfaKeyResponse.d.ts +40 -0
  264. package/build/library/sdk/model/userGenerateNewMfaKeyResponse.js +47 -0
  265. package/build/library/sdk/model/userGenerateNewMfaKeyResponse.js.map +1 -0
  266. package/build/library/sdk/model/userGenerateNewMfaKeyResponseAllOf.d.ts +32 -0
  267. package/build/library/sdk/model/userGenerateNewMfaKeyResponseAllOf.js +37 -0
  268. package/build/library/sdk/model/userGenerateNewMfaKeyResponseAllOf.js.map +1 -0
  269. package/build/library/sdk/model/userSetTotpMfaKeyRequest.d.ts +32 -0
  270. package/build/library/sdk/model/userSetTotpMfaKeyRequest.js +37 -0
  271. package/build/library/sdk/model/userSetTotpMfaKeyRequest.js.map +1 -0
  272. package/build/library/sdk/model/userSetTotpMfaKeyResponse.d.ts +36 -0
  273. package/build/library/sdk/model/userSetTotpMfaKeyResponse.js +42 -0
  274. package/build/library/sdk/model/userSetTotpMfaKeyResponse.js.map +1 -0
  275. package/build/library/sdk/model/userSetTotpMfaKeyResponseAllOf.d.ts +28 -0
  276. package/build/library/sdk/model/userSetTotpMfaKeyResponseAllOf.js +32 -0
  277. package/build/library/sdk/model/userSetTotpMfaKeyResponseAllOf.js.map +1 -0
  278. package/package.json +1 -1
  279. package/build/library/sdk/model/listOrganizationBucketsResponseAllOfBuckets.js.map +0 -1
@@ -378,6 +378,236 @@ class OrganizationsApi {
378
378
  });
379
379
  });
380
380
  }
381
+ /**
382
+ * Download a data export for an organization.
383
+ * @summary Download organization data export
384
+ * @param organizationId Organization ID
385
+ * @param exportId Export ID
386
+ */
387
+ async downloadOrganizationDataExport(organizationId, exportId, options = { headers: {} }) {
388
+ const localVarPath = this.basePath + '/api/organizations/{organizationId}/exports/{exportId}/download'
389
+ .replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
390
+ .replace('{' + 'exportId' + '}', encodeURIComponent(String(exportId)));
391
+ let localVarQueryParameters = {};
392
+ let localVarHeaderParams = Object.assign({
393
+ 'User-Agent': 'edgeimpulse-api nodejs'
394
+ }, this.defaultHeaders);
395
+ let localVarFormParams = {};
396
+ // verify required parameter 'organizationId' is not null or undefined
397
+ if (organizationId === null || organizationId === undefined) {
398
+ throw new Error('Required parameter organizationId was null or undefined when calling downloadOrganizationDataExport.');
399
+ }
400
+ // verify required parameter 'exportId' is not null or undefined
401
+ if (exportId === null || exportId === undefined) {
402
+ throw new Error('Required parameter exportId was null or undefined when calling downloadOrganizationDataExport.');
403
+ }
404
+ Object.assign(localVarHeaderParams, options.headers);
405
+ Object.assign(localVarHeaderParams, this.opts.extraHeaders);
406
+ let localVarUseFormData = false;
407
+ let localVarRequestOptions = {
408
+ method: 'GET',
409
+ qs: localVarQueryParameters,
410
+ headers: localVarHeaderParams,
411
+ uri: localVarPath,
412
+ useQuerystring: this._useQuerystring,
413
+ agentOptions: { keepAlive: false },
414
+ json: true,
415
+ };
416
+ let authenticationPromise = Promise.resolve();
417
+ authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
418
+ authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
419
+ authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
420
+ authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
421
+ return authenticationPromise.then(() => {
422
+ if (Object.keys(localVarFormParams).length) {
423
+ if (localVarUseFormData) {
424
+ localVarRequestOptions.formData = localVarFormParams;
425
+ }
426
+ else {
427
+ localVarRequestOptions.form = localVarFormParams;
428
+ }
429
+ }
430
+ return new Promise((resolve, reject) => {
431
+ localVarRequest(localVarRequestOptions, (error, response, body) => {
432
+ if (error) {
433
+ reject(error);
434
+ }
435
+ else {
436
+ const errString = `Failed to call "${localVarPath}", returned ${response.statusCode}: ` + response.body;
437
+ if (typeof body.success === 'boolean' && !body.success) {
438
+ reject(new Error(body.error || errString));
439
+ }
440
+ else if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
441
+ resolve(body);
442
+ }
443
+ else {
444
+ reject(errString);
445
+ }
446
+ }
447
+ });
448
+ });
449
+ });
450
+ }
451
+ /**
452
+ * Get a data export for an organization.
453
+ * @summary Get organization data export
454
+ * @param organizationId Organization ID
455
+ * @param exportId Export ID
456
+ */
457
+ async getOrganizationDataExport(organizationId, exportId, options = { headers: {} }) {
458
+ const localVarPath = this.basePath + '/api/organizations/{organizationId}/exports/{exportId}'
459
+ .replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
460
+ .replace('{' + 'exportId' + '}', encodeURIComponent(String(exportId)));
461
+ let localVarQueryParameters = {};
462
+ let localVarHeaderParams = Object.assign({
463
+ 'User-Agent': 'edgeimpulse-api nodejs'
464
+ }, this.defaultHeaders);
465
+ const produces = ['application/json'];
466
+ // give precedence to 'application/json'
467
+ if (produces.indexOf('application/json') >= 0) {
468
+ localVarHeaderParams.Accept = 'application/json';
469
+ }
470
+ else {
471
+ localVarHeaderParams.Accept = produces.join(',');
472
+ }
473
+ let localVarFormParams = {};
474
+ // verify required parameter 'organizationId' is not null or undefined
475
+ if (organizationId === null || organizationId === undefined) {
476
+ throw new Error('Required parameter organizationId was null or undefined when calling getOrganizationDataExport.');
477
+ }
478
+ // verify required parameter 'exportId' is not null or undefined
479
+ if (exportId === null || exportId === undefined) {
480
+ throw new Error('Required parameter exportId was null or undefined when calling getOrganizationDataExport.');
481
+ }
482
+ Object.assign(localVarHeaderParams, options.headers);
483
+ Object.assign(localVarHeaderParams, this.opts.extraHeaders);
484
+ let localVarUseFormData = false;
485
+ let localVarRequestOptions = {
486
+ method: 'GET',
487
+ qs: localVarQueryParameters,
488
+ headers: localVarHeaderParams,
489
+ uri: localVarPath,
490
+ useQuerystring: this._useQuerystring,
491
+ agentOptions: { keepAlive: false },
492
+ json: true,
493
+ };
494
+ let authenticationPromise = Promise.resolve();
495
+ authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
496
+ authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
497
+ authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
498
+ authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
499
+ return authenticationPromise.then(() => {
500
+ if (Object.keys(localVarFormParams).length) {
501
+ if (localVarUseFormData) {
502
+ localVarRequestOptions.formData = localVarFormParams;
503
+ }
504
+ else {
505
+ localVarRequestOptions.form = localVarFormParams;
506
+ }
507
+ }
508
+ return new Promise((resolve, reject) => {
509
+ localVarRequest(localVarRequestOptions, (error, response, body) => {
510
+ if (error) {
511
+ reject(error);
512
+ }
513
+ else {
514
+ body = models_1.ObjectSerializer.deserialize(body, "GetOrganizationDataExportResponse");
515
+ const errString = `Failed to call "${localVarPath}", returned ${response.statusCode}: ` + response.body;
516
+ if (typeof body.success === 'boolean' && !body.success) {
517
+ reject(new Error(body.error || errString));
518
+ }
519
+ else if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
520
+ resolve(body);
521
+ }
522
+ else {
523
+ reject(errString);
524
+ }
525
+ }
526
+ });
527
+ });
528
+ });
529
+ }
530
+ /**
531
+ * Get all data exports for an organization.
532
+ * @summary Get all organization data exports
533
+ * @param organizationId Organization ID
534
+ * @param limit Maximum number of results
535
+ * @param offset Offset in results, can be used in conjunction with LimitResultsParameter to implement paging.
536
+ */
537
+ async getOrganizationDataExports(organizationId, queryParams, options = { headers: {} }) {
538
+ const localVarPath = this.basePath + '/api/organizations/{organizationId}/exports'
539
+ .replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
540
+ let localVarQueryParameters = {};
541
+ let localVarHeaderParams = Object.assign({
542
+ 'User-Agent': 'edgeimpulse-api nodejs'
543
+ }, this.defaultHeaders);
544
+ const produces = ['application/json'];
545
+ // give precedence to 'application/json'
546
+ if (produces.indexOf('application/json') >= 0) {
547
+ localVarHeaderParams.Accept = 'application/json';
548
+ }
549
+ else {
550
+ localVarHeaderParams.Accept = produces.join(',');
551
+ }
552
+ let localVarFormParams = {};
553
+ // verify required parameter 'organizationId' is not null or undefined
554
+ if (organizationId === null || organizationId === undefined) {
555
+ throw new Error('Required parameter organizationId was null or undefined when calling getOrganizationDataExports.');
556
+ }
557
+ if (queryParams.limit !== undefined) {
558
+ localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(queryParams.limit, "number");
559
+ }
560
+ if (queryParams.offset !== undefined) {
561
+ localVarQueryParameters['offset'] = models_1.ObjectSerializer.serialize(queryParams.offset, "number");
562
+ }
563
+ Object.assign(localVarHeaderParams, options.headers);
564
+ Object.assign(localVarHeaderParams, this.opts.extraHeaders);
565
+ let localVarUseFormData = false;
566
+ let localVarRequestOptions = {
567
+ method: 'GET',
568
+ qs: localVarQueryParameters,
569
+ headers: localVarHeaderParams,
570
+ uri: localVarPath,
571
+ useQuerystring: this._useQuerystring,
572
+ agentOptions: { keepAlive: false },
573
+ json: true,
574
+ };
575
+ let authenticationPromise = Promise.resolve();
576
+ authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
577
+ authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
578
+ authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
579
+ authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
580
+ return authenticationPromise.then(() => {
581
+ if (Object.keys(localVarFormParams).length) {
582
+ if (localVarUseFormData) {
583
+ localVarRequestOptions.formData = localVarFormParams;
584
+ }
585
+ else {
586
+ localVarRequestOptions.form = localVarFormParams;
587
+ }
588
+ }
589
+ return new Promise((resolve, reject) => {
590
+ localVarRequest(localVarRequestOptions, (error, response, body) => {
591
+ if (error) {
592
+ reject(error);
593
+ }
594
+ else {
595
+ body = models_1.ObjectSerializer.deserialize(body, "GetOrganizationDataExportsResponse");
596
+ const errString = `Failed to call "${localVarPath}", returned ${response.statusCode}: ` + response.body;
597
+ if (typeof body.success === 'boolean' && !body.success) {
598
+ reject(new Error(body.error || errString));
599
+ }
600
+ else if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
601
+ resolve(body);
602
+ }
603
+ else {
604
+ reject(errString);
605
+ }
606
+ }
607
+ });
608
+ });
609
+ });
610
+ }
381
611
  /**
382
612
  * List all information about this organization.
383
613
  * @summary Organization information
@@ -1702,7 +1932,7 @@ class OrganizationsApi {
1702
1932
  }
1703
1933
  /**
1704
1934
  * White label admin only API to add a development board.
1705
- * @summary Add a development board to a whitelabel
1935
+ * @summary White Label Admin - Add a development board to a whitelabel
1706
1936
  * @param organizationId Organization ID
1707
1937
  * @param developmentBoardRequest
1708
1938
  */
@@ -1777,7 +2007,7 @@ class OrganizationsApi {
1777
2007
  }
1778
2008
  /**
1779
2009
  * 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.
1780
- * @summary Add organization API key
2010
+ * @summary White Label Admin - Add organization API key
1781
2011
  * @param organizationId Organization ID
1782
2012
  * @param innerOrganizationId Organization ID within the context of a white label
1783
2013
  * @param adminAddOrganizationApiKeyRequest
@@ -1862,7 +2092,7 @@ class OrganizationsApi {
1862
2092
  }
1863
2093
  /**
1864
2094
  * 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.
1865
- * @summary Add Project API key
2095
+ * @summary White Label Admin - Add Project API key
1866
2096
  * @param organizationId Organization ID
1867
2097
  * @param projectId Project ID
1868
2098
  * @param adminAddProjectApiKeyRequest
@@ -1947,7 +2177,7 @@ class OrganizationsApi {
1947
2177
  }
1948
2178
  /**
1949
2179
  * White label admin only API to add a user to an organization. If no user is provided, the current user is used.
1950
- * @summary Add user to an organization
2180
+ * @summary White Label Admin - Add user to an organization
1951
2181
  * @param organizationId Organization ID
1952
2182
  * @param innerOrganizationId Organization ID within the context of a white label
1953
2183
  * @param adminAddOrganizationUserRequest
@@ -2028,7 +2258,7 @@ class OrganizationsApi {
2028
2258
  }
2029
2259
  /**
2030
2260
  * White label admin only API to add a user to a project. If no user is provided, the current user is used.
2031
- * @summary Add user to a project
2261
+ * @summary White Label Admin - Add user to a project
2032
2262
  * @param organizationId Organization ID
2033
2263
  * @param projectId Project ID
2034
2264
  * @param adminAddProjectUserRequest
@@ -2109,7 +2339,7 @@ class OrganizationsApi {
2109
2339
  }
2110
2340
  /**
2111
2341
  * Create a new organization. This is an internal API only available to white label admins
2112
- * @summary Create new organization within white label context
2342
+ * @summary White Label Admin - Create new organization within white label context
2113
2343
  * @param organizationId Organization ID
2114
2344
  * @param whitelabelAdminCreateOrganizationRequest
2115
2345
  */
@@ -2188,7 +2418,7 @@ class OrganizationsApi {
2188
2418
  }
2189
2419
  /**
2190
2420
  * White label admin only API to create a new project for an organization.
2191
- * @summary Create a new organization project
2421
+ * @summary White Label Admin - Create a new organization project
2192
2422
  * @param organizationId Organization ID
2193
2423
  * @param innerOrganizationId Organization ID within the context of a white label
2194
2424
  * @param adminCreateProjectRequest
@@ -2273,7 +2503,7 @@ class OrganizationsApi {
2273
2503
  }
2274
2504
  /**
2275
2505
  * 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.
2276
- * @summary Creates a new usage report
2506
+ * @summary White Label Admin - Creates a new usage report
2277
2507
  * @param organizationId Organization ID
2278
2508
  * @param innerOrganizationId Organization ID within the context of a white label
2279
2509
  * @param startDate Start date
@@ -2368,7 +2598,7 @@ class OrganizationsApi {
2368
2598
  }
2369
2599
  /**
2370
2600
  * Create a new free tier project. This is an internal API only available to white label admins.
2371
- * @summary Create a new project within white label context.
2601
+ * @summary White Label Admin - Create a new project within white label context.
2372
2602
  * @param organizationId Organization ID
2373
2603
  * @param adminCreateProjectRequest
2374
2604
  */
@@ -2447,7 +2677,7 @@ class OrganizationsApi {
2447
2677
  }
2448
2678
  /**
2449
2679
  * White label admin only API to delete an organization.
2450
- * @summary Delete an organization
2680
+ * @summary White Label Admin - Delete an organization
2451
2681
  * @param organizationId Organization ID
2452
2682
  * @param innerOrganizationId Organization ID within the context of a white label
2453
2683
  */
@@ -2526,7 +2756,7 @@ class OrganizationsApi {
2526
2756
  }
2527
2757
  /**
2528
2758
  * Delete a usage report for an organization. This is an internal API only available to white label admins.
2529
- * @summary Delete usage report
2759
+ * @summary White Label Admin - Delete usage report
2530
2760
  * @param organizationId Organization ID
2531
2761
  * @param innerOrganizationId Organization ID within the context of a white label
2532
2762
  * @param usageReportId Usage report ID
@@ -2611,7 +2841,7 @@ class OrganizationsApi {
2611
2841
  }
2612
2842
  /**
2613
2843
  * White label admin only API to delete a project.
2614
- * @summary Delete a project
2844
+ * @summary White Label Admin - Delete a project
2615
2845
  * @param organizationId Organization ID
2616
2846
  * @param projectId Project ID
2617
2847
  */
@@ -2690,7 +2920,7 @@ class OrganizationsApi {
2690
2920
  }
2691
2921
  /**
2692
2922
  * Download a usage report for an organization. This is an internal API only available to white label admins.
2693
- * @summary Download usage report
2923
+ * @summary White Label Admin - Download usage report
2694
2924
  * @param organizationId Organization ID
2695
2925
  * @param innerOrganizationId Organization ID within the context of a white label
2696
2926
  * @param usageReportId Usage report ID
@@ -2766,7 +2996,7 @@ class OrganizationsApi {
2766
2996
  }
2767
2997
  /**
2768
2998
  * White label admin only API to get the white label information.
2769
- * @summary Get white label information
2999
+ * @summary White Label Admin - Get white label information
2770
3000
  * @param organizationId Organization ID
2771
3001
  */
2772
3002
  async whitelabelAdminGetInfo(organizationId, options = { headers: {} }) {
@@ -2839,7 +3069,7 @@ class OrganizationsApi {
2839
3069
  }
2840
3070
  /**
2841
3071
  * White label admin only API to get global metrics.
2842
- * @summary Get global white label metrics
3072
+ * @summary White Label Admin - Get global white label metrics
2843
3073
  * @param organizationId Organization ID
2844
3074
  */
2845
3075
  async whitelabelAdminGetMetrics(organizationId, options = { headers: {} }) {
@@ -2912,7 +3142,7 @@ class OrganizationsApi {
2912
3142
  }
2913
3143
  /**
2914
3144
  * Get compute time usage for an organization over a period of time. This is an internal API only available to white label admins
2915
- * @summary Get organization compute time usage
3145
+ * @summary White Label Admin - Get organization compute time usage
2916
3146
  * @param organizationId Organization ID
2917
3147
  * @param innerOrganizationId Organization ID within the context of a white label
2918
3148
  * @param startDate Start date
@@ -3007,7 +3237,7 @@ class OrganizationsApi {
3007
3237
  }
3008
3238
  /**
3009
3239
  * White label admin only API to list all information about an organization.
3010
- * @summary Get organization information
3240
+ * @summary White Label Admin - Get organization information
3011
3241
  * @param organizationId Organization ID
3012
3242
  * @param innerOrganizationId Organization ID within the context of a white label
3013
3243
  * @param includeDeleted Whether to include deleted entities (users, projects, orgs)
@@ -3090,7 +3320,7 @@ class OrganizationsApi {
3090
3320
  }
3091
3321
  /**
3092
3322
  * Get a usage report for an organization. This is an internal API only available to white label admins.
3093
- * @summary Get usage report
3323
+ * @summary White Label Admin - Get usage report
3094
3324
  * @param organizationId Organization ID
3095
3325
  * @param innerOrganizationId Organization ID within the context of a white label
3096
3326
  * @param usageReportId Usage report ID
@@ -3175,7 +3405,7 @@ class OrganizationsApi {
3175
3405
  }
3176
3406
  /**
3177
3407
  * Get all usage reports for an organization. This is an internal API only available to white label admins.
3178
- * @summary Get all usage reports
3408
+ * @summary White Label Admin - Get all usage reports
3179
3409
  * @param organizationId Organization ID
3180
3410
  * @param innerOrganizationId Organization ID within the context of a white label
3181
3411
  * @param limit Maximum number of results
@@ -3262,7 +3492,7 @@ class OrganizationsApi {
3262
3492
  }
3263
3493
  /**
3264
3494
  * White label admin only API to get the list of all organizations.
3265
- * @summary Get all organizations within a white label
3495
+ * @summary White Label Admin - Get all organizations within a white label
3266
3496
  * @param organizationId Organization ID
3267
3497
  * @param active Whether to search for entities (users, orgs) active in the last X days
3268
3498
  * @param includeDeleted Whether to include deleted entities (users, projects, orgs)
@@ -3359,7 +3589,7 @@ class OrganizationsApi {
3359
3589
  }
3360
3590
  /**
3361
3591
  * White label admin only API to get project information.
3362
- * @summary Get a white label project
3592
+ * @summary White Label Admin - Get a white label project
3363
3593
  * @param organizationId Organization ID
3364
3594
  * @param projectId Project ID
3365
3595
  */
@@ -3438,7 +3668,7 @@ class OrganizationsApi {
3438
3668
  }
3439
3669
  /**
3440
3670
  * White label admin only API to get the list of all projects.
3441
- * @summary Get all white label projects
3671
+ * @summary White Label Admin - Get all white label projects
3442
3672
  * @param organizationId Organization ID
3443
3673
  * @param active Whether to search for entities (users, orgs) active in the last X days
3444
3674
  * @param sort Fields and order to sort query by
@@ -3531,7 +3761,7 @@ class OrganizationsApi {
3531
3761
  }
3532
3762
  /**
3533
3763
  * White label admin only API to get information about a user.
3534
- * @summary Get a white label user
3764
+ * @summary White Label Admin - Get a white label user
3535
3765
  * @param organizationId Organization ID
3536
3766
  * @param userId User ID
3537
3767
  */
@@ -3610,7 +3840,7 @@ class OrganizationsApi {
3610
3840
  }
3611
3841
  /**
3612
3842
  * White label admin only API to get marketing metrics about a user.
3613
- * @summary Get white label user metrics
3843
+ * @summary White Label Admin - Get white label user metrics
3614
3844
  * @param organizationId Organization ID
3615
3845
  * @param userId User ID
3616
3846
  */
@@ -3689,7 +3919,7 @@ class OrganizationsApi {
3689
3919
  }
3690
3920
  /**
3691
3921
  * White label admin only API to get the list of all registered users.
3692
- * @summary Get all white label users
3922
+ * @summary White Label Admin - Get all white label users
3693
3923
  * @param organizationId Organization ID
3694
3924
  * @param active Whether to search for entities (users, orgs) active in the last X days
3695
3925
  * @param tier Whether to search for free, pro or enterprise entities (users, projects)
@@ -3790,7 +4020,7 @@ class OrganizationsApi {
3790
4020
  }
3791
4021
  /**
3792
4022
  * White label admin only API to remove a development board.
3793
- * @summary Remove a development board from a whitelabel
4023
+ * @summary White Label Admin - Remove a development board from a whitelabel
3794
4024
  * @param organizationId Organization ID
3795
4025
  * @param developmentBoardId Development board ID.
3796
4026
  */
@@ -3869,7 +4099,7 @@ class OrganizationsApi {
3869
4099
  }
3870
4100
  /**
3871
4101
  * White label admin only API to remove a user from an organization.
3872
- * @summary Remove user from an organization
4102
+ * @summary White Label Admin - Remove user from an organization
3873
4103
  * @param organizationId Organization ID
3874
4104
  * @param innerOrganizationId Organization ID within the context of a white label
3875
4105
  * @param userId User ID
@@ -3954,7 +4184,7 @@ class OrganizationsApi {
3954
4184
  }
3955
4185
  /**
3956
4186
  * White label admin only API to remove a user from a project.
3957
- * @summary Remove user from a project
4187
+ * @summary White Label Admin - Remove user from a project
3958
4188
  * @param organizationId Organization ID
3959
4189
  * @param projectId Project ID
3960
4190
  * @param userId User ID
@@ -4039,7 +4269,7 @@ class OrganizationsApi {
4039
4269
  }
4040
4270
  /**
4041
4271
  * 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.
4042
- * @summary Restore an organization
4272
+ * @summary White Label Admin - Restore an organization
4043
4273
  * @param organizationId Organization ID
4044
4274
  * @param innerOrganizationId Organization ID within the context of a white label
4045
4275
  */
@@ -4118,7 +4348,7 @@ class OrganizationsApi {
4118
4348
  }
4119
4349
  /**
4120
4350
  * White label admin only API to update the default deployment target for this white label.
4121
- * @summary Update default deployment target
4351
+ * @summary White Label Admin - Update default deployment target
4122
4352
  * @param organizationId Organization ID
4123
4353
  * @param updateWhitelabelDefaultDeploymentTargetRequest
4124
4354
  */
@@ -4197,7 +4427,7 @@ class OrganizationsApi {
4197
4427
  }
4198
4428
  /**
4199
4429
  * White label admin only API to customize the order of deployment options in the deployment view for this white label.
4200
- * @summary Update the order of deployment options in the deployment view
4430
+ * @summary White Label Admin - Update the order of deployment options in the deployment view
4201
4431
  * @param organizationId Organization ID
4202
4432
  * @param updateWhitelabelDeploymentOptionsOrderRequest
4203
4433
  */
@@ -4276,7 +4506,7 @@ class OrganizationsApi {
4276
4506
  }
4277
4507
  /**
4278
4508
  * White label admin only API to update some or all of the deployment targets enabled for this white label.
4279
- * @summary Update deployment targets
4509
+ * @summary White Label Admin - Update deployment targets
4280
4510
  * @param organizationId Organization ID
4281
4511
  * @param updateWhitelabelDeploymentTargetsRequest
4282
4512
  */
@@ -4355,7 +4585,7 @@ class OrganizationsApi {
4355
4585
  }
4356
4586
  /**
4357
4587
  * White label admin only API to update a development board.
4358
- * @summary Update a development board in a whitelabel
4588
+ * @summary White Label Admin - Update a development board in a whitelabel
4359
4589
  * @param organizationId Organization ID
4360
4590
  * @param developmentBoardId Development board ID.
4361
4591
  * @param developmentBoardRequestUpdate
@@ -4436,7 +4666,7 @@ class OrganizationsApi {
4436
4666
  }
4437
4667
  /**
4438
4668
  * White label admin only API to update the image of a development board.
4439
- * @summary Update the image of a whitelabel development board
4669
+ * @summary White Label Admin - Update the image of a whitelabel development board
4440
4670
  * @param organizationId Organization ID
4441
4671
  * @param developmentBoardId Development board ID.
4442
4672
  * @param image
@@ -4520,7 +4750,7 @@ class OrganizationsApi {
4520
4750
  }
4521
4751
  /**
4522
4752
  * White label admin only API to update the white label information.
4523
- * @summary Update white label information
4753
+ * @summary White Label Admin - Update white label information
4524
4754
  * @param organizationId Organization ID
4525
4755
  * @param updateWhitelabelRequest
4526
4756
  */
@@ -4599,7 +4829,7 @@ class OrganizationsApi {
4599
4829
  }
4600
4830
  /**
4601
4831
  * White label admin only API to update some or all of the learning blocks enabled for this white label.
4602
- * @summary Update learning blocks
4832
+ * @summary White Label Admin - Update learning blocks
4603
4833
  * @param organizationId Organization ID
4604
4834
  * @param updateWhitelabelLearningBlocksRequest
4605
4835
  */
@@ -4678,7 +4908,7 @@ class OrganizationsApi {
4678
4908
  }
4679
4909
  /**
4680
4910
  * White label admin only API to update organization properties such as name and logo.
4681
- * @summary Update organization
4911
+ * @summary White Label Admin - Update organization
4682
4912
  * @param organizationId Organization ID
4683
4913
  * @param innerOrganizationId Organization ID within the context of a white label
4684
4914
  * @param adminUpdateOrganizationRequest
@@ -4763,7 +4993,7 @@ class OrganizationsApi {
4763
4993
  }
4764
4994
  /**
4765
4995
  * White label admin only API to update project properties.
4766
- * @summary Update white label project
4996
+ * @summary White Label Admin - Update white label project
4767
4997
  * @param organizationId Organization ID
4768
4998
  * @param projectId Project ID
4769
4999
  * @param updateProjectRequest
@@ -4848,7 +5078,7 @@ class OrganizationsApi {
4848
5078
  }
4849
5079
  /**
4850
5080
  * White label admin only API to update some or all theme colors.
4851
- * @summary Update theme colors
5081
+ * @summary White Label Admin - Update theme colors
4852
5082
  * @param organizationId Organization ID
4853
5083
  * @param updateThemeColorsRequest
4854
5084
  */
@@ -4927,7 +5157,7 @@ class OrganizationsApi {
4927
5157
  }
4928
5158
  /**
4929
5159
  * White label admin only API to update the white label theme device logo.
4930
- * @summary Update theme device logo
5160
+ * @summary White Label Admin - Update theme device logo
4931
5161
  * @param organizationId Organization ID
4932
5162
  * @param image
4933
5163
  */
@@ -5005,7 +5235,7 @@ class OrganizationsApi {
5005
5235
  }
5006
5236
  /**
5007
5237
  * White label admin only API to update the theme favicon.
5008
- * @summary Update theme favicon
5238
+ * @summary White Label Admin - Update theme favicon
5009
5239
  * @param organizationId Organization ID
5010
5240
  * @param image
5011
5241
  */
@@ -5087,7 +5317,7 @@ class OrganizationsApi {
5087
5317
  }
5088
5318
  /**
5089
5319
  * White label admin only API to update the white label theme logo.
5090
- * @summary Update theme logo
5320
+ * @summary White Label Admin - Update theme logo
5091
5321
  * @param organizationId Organization ID
5092
5322
  * @param image
5093
5323
  */
@@ -5165,7 +5395,7 @@ class OrganizationsApi {
5165
5395
  }
5166
5396
  /**
5167
5397
  * White label admin only API to update user properties.
5168
- * @summary Update white label user
5398
+ * @summary White Label Admin - Update white label user
5169
5399
  * @param organizationId Organization ID
5170
5400
  * @param userId User ID
5171
5401
  * @param adminUpdateUserRequest