@widgetic/api-sdk 1.0.3

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 (499) hide show
  1. package/.openapi-generator-ignore +23 -0
  2. package/README.md +46 -0
  3. package/dist/apis/AdminApi.d.ts +121 -0
  4. package/dist/apis/AdminApi.js +241 -0
  5. package/dist/apis/AuthenticationApi.d.ts +203 -0
  6. package/dist/apis/AuthenticationApi.js +418 -0
  7. package/dist/apis/BatchApi.d.ts +31 -0
  8. package/dist/apis/BatchApi.js +48 -0
  9. package/dist/apis/CompositionsApi.d.ts +113 -0
  10. package/dist/apis/CompositionsApi.js +219 -0
  11. package/dist/apis/ContentsApi.d.ts +100 -0
  12. package/dist/apis/ContentsApi.js +210 -0
  13. package/dist/apis/EmbedsApi.d.ts +85 -0
  14. package/dist/apis/EmbedsApi.js +159 -0
  15. package/dist/apis/FoldersApi.d.ts +85 -0
  16. package/dist/apis/FoldersApi.js +159 -0
  17. package/dist/apis/HealthApi.d.ts +42 -0
  18. package/dist/apis/HealthApi.js +72 -0
  19. package/dist/apis/IntegrationsApi.d.ts +76 -0
  20. package/dist/apis/IntegrationsApi.js +121 -0
  21. package/dist/apis/ManagedUsersApi.d.ts +85 -0
  22. package/dist/apis/ManagedUsersApi.js +159 -0
  23. package/dist/apis/StorageApi.d.ts +115 -0
  24. package/dist/apis/StorageApi.js +229 -0
  25. package/dist/apis/UIComponentsApi.d.ts +96 -0
  26. package/dist/apis/UIComponentsApi.js +152 -0
  27. package/dist/apis/UsersApi.d.ts +210 -0
  28. package/dist/apis/UsersApi.js +424 -0
  29. package/dist/apis/WidgetsApi.d.ts +86 -0
  30. package/dist/apis/WidgetsApi.js +162 -0
  31. package/dist/apis/index.d.ts +14 -0
  32. package/dist/apis/index.js +16 -0
  33. package/dist/esm/apis/AdminApi.d.ts +121 -0
  34. package/dist/esm/apis/AdminApi.js +241 -0
  35. package/dist/esm/apis/AuthenticationApi.d.ts +203 -0
  36. package/dist/esm/apis/AuthenticationApi.js +418 -0
  37. package/dist/esm/apis/BatchApi.d.ts +31 -0
  38. package/dist/esm/apis/BatchApi.js +48 -0
  39. package/dist/esm/apis/CompositionsApi.d.ts +113 -0
  40. package/dist/esm/apis/CompositionsApi.js +219 -0
  41. package/dist/esm/apis/ContentsApi.d.ts +100 -0
  42. package/dist/esm/apis/ContentsApi.js +210 -0
  43. package/dist/esm/apis/EmbedsApi.d.ts +85 -0
  44. package/dist/esm/apis/EmbedsApi.js +159 -0
  45. package/dist/esm/apis/FoldersApi.d.ts +85 -0
  46. package/dist/esm/apis/FoldersApi.js +159 -0
  47. package/dist/esm/apis/HealthApi.d.ts +42 -0
  48. package/dist/esm/apis/HealthApi.js +72 -0
  49. package/dist/esm/apis/IntegrationsApi.d.ts +76 -0
  50. package/dist/esm/apis/IntegrationsApi.js +121 -0
  51. package/dist/esm/apis/ManagedUsersApi.d.ts +85 -0
  52. package/dist/esm/apis/ManagedUsersApi.js +159 -0
  53. package/dist/esm/apis/StorageApi.d.ts +115 -0
  54. package/dist/esm/apis/StorageApi.js +229 -0
  55. package/dist/esm/apis/UIComponentsApi.d.ts +96 -0
  56. package/dist/esm/apis/UIComponentsApi.js +152 -0
  57. package/dist/esm/apis/UsersApi.d.ts +210 -0
  58. package/dist/esm/apis/UsersApi.js +424 -0
  59. package/dist/esm/apis/WidgetsApi.d.ts +86 -0
  60. package/dist/esm/apis/WidgetsApi.js +162 -0
  61. package/dist/esm/apis/index.d.ts +14 -0
  62. package/dist/esm/apis/index.js +16 -0
  63. package/dist/esm/index.d.ts +3 -0
  64. package/dist/esm/index.js +5 -0
  65. package/dist/esm/models/AdminHealthStatus.d.ts +55 -0
  66. package/dist/esm/models/AdminHealthStatus.js +55 -0
  67. package/dist/esm/models/AdminHealthStatusMetrics.d.ts +45 -0
  68. package/dist/esm/models/AdminHealthStatusMetrics.js +46 -0
  69. package/dist/esm/models/AdminHealthStatusMetricsMemory.d.ts +38 -0
  70. package/dist/esm/models/AdminHealthStatusMetricsMemory.js +43 -0
  71. package/dist/esm/models/AdminStats.d.ts +56 -0
  72. package/dist/esm/models/AdminStats.js +49 -0
  73. package/dist/esm/models/ApiKey.d.ts +74 -0
  74. package/dist/esm/models/ApiKey.js +55 -0
  75. package/dist/esm/models/ApiKeyUsageLog.d.ts +88 -0
  76. package/dist/esm/models/ApiKeyUsageLog.js +64 -0
  77. package/dist/esm/models/AuditLog.d.ts +68 -0
  78. package/dist/esm/models/AuditLog.js +53 -0
  79. package/dist/esm/models/BatchOperation.d.ts +60 -0
  80. package/dist/esm/models/BatchOperation.js +60 -0
  81. package/dist/esm/models/BatchResult.d.ts +50 -0
  82. package/dist/esm/models/BatchResult.js +47 -0
  83. package/dist/esm/models/CheckUserExists200Response.d.ts +32 -0
  84. package/dist/esm/models/CheckUserExists200Response.js +41 -0
  85. package/dist/esm/models/CleanupStatus.d.ts +60 -0
  86. package/dist/esm/models/CleanupStatus.js +56 -0
  87. package/dist/esm/models/CompleteSignup200Response.d.ts +39 -0
  88. package/dist/esm/models/CompleteSignup200Response.js +44 -0
  89. package/dist/esm/models/CompleteSignupRequest.d.ts +70 -0
  90. package/dist/esm/models/CompleteSignupRequest.js +69 -0
  91. package/dist/esm/models/ComponentManifest.d.ts +52 -0
  92. package/dist/esm/models/ComponentManifest.js +49 -0
  93. package/dist/esm/models/ComponentManifestAssets.d.ts +38 -0
  94. package/dist/esm/models/ComponentManifestAssets.js +43 -0
  95. package/dist/esm/models/ComponentManifestConfig.d.ts +44 -0
  96. package/dist/esm/models/ComponentManifestConfig.js +45 -0
  97. package/dist/esm/models/Composition.d.ts +83 -0
  98. package/dist/esm/models/Composition.js +63 -0
  99. package/dist/esm/models/CompositionVersion.d.ts +56 -0
  100. package/dist/esm/models/CompositionVersion.js +49 -0
  101. package/dist/esm/models/ConfirmEmail200Response.d.ts +38 -0
  102. package/dist/esm/models/ConfirmEmail200Response.js +43 -0
  103. package/dist/esm/models/ConfirmEmailRequest.d.ts +38 -0
  104. package/dist/esm/models/ConfirmEmailRequest.js +47 -0
  105. package/dist/esm/models/ConnectIntegrationRequest.d.ts +47 -0
  106. package/dist/esm/models/ConnectIntegrationRequest.js +53 -0
  107. package/dist/esm/models/Content.d.ts +74 -0
  108. package/dist/esm/models/Content.js +55 -0
  109. package/dist/esm/models/CreateCompositionRequest.d.ts +44 -0
  110. package/dist/esm/models/CreateCompositionRequest.js +51 -0
  111. package/dist/esm/models/CreateContentRequest.d.ts +44 -0
  112. package/dist/esm/models/CreateContentRequest.js +49 -0
  113. package/dist/esm/models/CreateEmbedRequest.d.ts +38 -0
  114. package/dist/esm/models/CreateEmbedRequest.js +45 -0
  115. package/dist/esm/models/CreateManagedUserRequest.d.ts +38 -0
  116. package/dist/esm/models/CreateManagedUserRequest.js +45 -0
  117. package/dist/esm/models/CreateUserApiKeyRequest.d.ts +38 -0
  118. package/dist/esm/models/CreateUserApiKeyRequest.js +45 -0
  119. package/dist/esm/models/DeleteAccountRequest.d.ts +32 -0
  120. package/dist/esm/models/DeleteAccountRequest.js +43 -0
  121. package/dist/esm/models/DisconnectIntegrationRequest.d.ts +41 -0
  122. package/dist/esm/models/DisconnectIntegrationRequest.js +51 -0
  123. package/dist/esm/models/Embed.d.ts +62 -0
  124. package/dist/esm/models/Embed.js +51 -0
  125. package/dist/esm/models/Folder.d.ts +62 -0
  126. package/dist/esm/models/Folder.js +51 -0
  127. package/dist/esm/models/GetAdminHealth200Response.d.ts +53 -0
  128. package/dist/esm/models/GetAdminHealth200Response.js +53 -0
  129. package/dist/esm/models/GetAllCompositions200Response.d.ts +51 -0
  130. package/dist/esm/models/GetAllCompositions200Response.js +48 -0
  131. package/dist/esm/models/GetAllContents200Response.d.ts +51 -0
  132. package/dist/esm/models/GetAllContents200Response.js +48 -0
  133. package/dist/esm/models/GetAllEmbeds200Response.d.ts +51 -0
  134. package/dist/esm/models/GetAllEmbeds200Response.js +48 -0
  135. package/dist/esm/models/GetAllFolders200Response.d.ts +51 -0
  136. package/dist/esm/models/GetAllFolders200Response.js +48 -0
  137. package/dist/esm/models/GetAllManagedUsers200Response.d.ts +51 -0
  138. package/dist/esm/models/GetAllManagedUsers200Response.js +48 -0
  139. package/dist/esm/models/GetAllStorageQuotas200Response.d.ts +51 -0
  140. package/dist/esm/models/GetAllStorageQuotas200Response.js +48 -0
  141. package/dist/esm/models/GetAllUsers200Response.d.ts +51 -0
  142. package/dist/esm/models/GetAllUsers200Response.js +48 -0
  143. package/dist/esm/models/GetAllWidgets200Response.d.ts +51 -0
  144. package/dist/esm/models/GetAllWidgets200Response.js +48 -0
  145. package/dist/esm/models/GetApiKeyUsageLogs200Response.d.ts +33 -0
  146. package/dist/esm/models/GetApiKeyUsageLogs200Response.js +42 -0
  147. package/dist/esm/models/GetAuditLogs200Response.d.ts +51 -0
  148. package/dist/esm/models/GetAuditLogs200Response.js +48 -0
  149. package/dist/esm/models/GetUserRole200Response.d.ts +41 -0
  150. package/dist/esm/models/GetUserRole200Response.js +51 -0
  151. package/dist/esm/models/HealthStatus.d.ts +54 -0
  152. package/dist/esm/models/HealthStatus.js +54 -0
  153. package/dist/esm/models/HealthStatusServices.d.ts +44 -0
  154. package/dist/esm/models/HealthStatusServices.js +45 -0
  155. package/dist/esm/models/IncreaseUserStorageQuotaRequest.d.ts +32 -0
  156. package/dist/esm/models/IncreaseUserStorageQuotaRequest.js +43 -0
  157. package/dist/esm/models/InitiateStorageCleanup202Response.d.ts +45 -0
  158. package/dist/esm/models/InitiateStorageCleanup202Response.js +49 -0
  159. package/dist/esm/models/Integration.d.ts +86 -0
  160. package/dist/esm/models/Integration.js +69 -0
  161. package/dist/esm/models/ListComponents200Response.d.ts +33 -0
  162. package/dist/esm/models/ListComponents200Response.js +42 -0
  163. package/dist/esm/models/LoginRequest.d.ts +38 -0
  164. package/dist/esm/models/LoginRequest.js +47 -0
  165. package/dist/esm/models/LoginUser401Response.d.ts +32 -0
  166. package/dist/esm/models/LoginUser401Response.js +41 -0
  167. package/dist/esm/models/LogoutUser200Response.d.ts +38 -0
  168. package/dist/esm/models/LogoutUser200Response.js +43 -0
  169. package/dist/esm/models/MaintenanceMode.d.ts +44 -0
  170. package/dist/esm/models/MaintenanceMode.js +47 -0
  171. package/dist/esm/models/ManagedUser.d.ts +62 -0
  172. package/dist/esm/models/ManagedUser.js +51 -0
  173. package/dist/esm/models/MountRequest.d.ts +45 -0
  174. package/dist/esm/models/MountRequest.js +48 -0
  175. package/dist/esm/models/MountRequestTheme.d.ts +54 -0
  176. package/dist/esm/models/MountRequestTheme.js +54 -0
  177. package/dist/esm/models/MountRequestThemeColors.d.ts +50 -0
  178. package/dist/esm/models/MountRequestThemeColors.js +47 -0
  179. package/dist/esm/models/MountRequestThemeTypography.d.ts +38 -0
  180. package/dist/esm/models/MountRequestThemeTypography.js +43 -0
  181. package/dist/esm/models/MountResponse.d.ts +46 -0
  182. package/dist/esm/models/MountResponse.js +50 -0
  183. package/dist/esm/models/NewEmbed.d.ts +38 -0
  184. package/dist/esm/models/NewEmbed.js +45 -0
  185. package/dist/esm/models/NewFolder.d.ts +38 -0
  186. package/dist/esm/models/NewFolder.js +45 -0
  187. package/dist/esm/models/NewManagedUser.d.ts +38 -0
  188. package/dist/esm/models/NewManagedUser.js +45 -0
  189. package/dist/esm/models/NewWidget.d.ts +50 -0
  190. package/dist/esm/models/NewWidget.js +53 -0
  191. package/dist/esm/models/OAuthProviderEnum.d.ts +26 -0
  192. package/dist/esm/models/OAuthProviderEnum.js +44 -0
  193. package/dist/esm/models/ProcessBatch200Response.d.ts +33 -0
  194. package/dist/esm/models/ProcessBatch200Response.js +42 -0
  195. package/dist/esm/models/ProcessBatchRequest.d.ts +33 -0
  196. package/dist/esm/models/ProcessBatchRequest.js +44 -0
  197. package/dist/esm/models/ResendConfirmation200Response.d.ts +32 -0
  198. package/dist/esm/models/ResendConfirmation200Response.js +41 -0
  199. package/dist/esm/models/ResendConfirmationRequest.d.ts +32 -0
  200. package/dist/esm/models/ResendConfirmationRequest.js +43 -0
  201. package/dist/esm/models/ResetPasswordRequest.d.ts +44 -0
  202. package/dist/esm/models/ResetPasswordRequest.js +47 -0
  203. package/dist/esm/models/Session.d.ts +63 -0
  204. package/dist/esm/models/Session.js +52 -0
  205. package/dist/esm/models/SetUserRole200Response.d.ts +39 -0
  206. package/dist/esm/models/SetUserRole200Response.js +44 -0
  207. package/dist/esm/models/SetUserRoleRequest.d.ts +33 -0
  208. package/dist/esm/models/SetUserRoleRequest.js +44 -0
  209. package/dist/esm/models/SignupRequest.d.ts +58 -0
  210. package/dist/esm/models/SignupRequest.js +55 -0
  211. package/dist/esm/models/SignupUser201Response.d.ts +39 -0
  212. package/dist/esm/models/SignupUser201Response.js +44 -0
  213. package/dist/esm/models/SignupUser400Response.d.ts +38 -0
  214. package/dist/esm/models/SignupUser400Response.js +43 -0
  215. package/dist/esm/models/SignupUser409Response.d.ts +38 -0
  216. package/dist/esm/models/SignupUser409Response.js +43 -0
  217. package/dist/esm/models/SignupUser500Response.d.ts +38 -0
  218. package/dist/esm/models/SignupUser500Response.js +43 -0
  219. package/dist/esm/models/StorageQuota.d.ts +44 -0
  220. package/dist/esm/models/StorageQuota.js +45 -0
  221. package/dist/esm/models/StorageUsage.d.ts +56 -0
  222. package/dist/esm/models/StorageUsage.js +49 -0
  223. package/dist/esm/models/SystemStatus.d.ts +60 -0
  224. package/dist/esm/models/SystemStatus.js +56 -0
  225. package/dist/esm/models/SystemStatusServices.d.ts +44 -0
  226. package/dist/esm/models/SystemStatusServices.js +45 -0
  227. package/dist/esm/models/ToggleMaintenanceModeRequest.d.ts +44 -0
  228. package/dist/esm/models/ToggleMaintenanceModeRequest.js +47 -0
  229. package/dist/esm/models/UIComponent.d.ts +65 -0
  230. package/dist/esm/models/UIComponent.js +57 -0
  231. package/dist/esm/models/UpdateApiKeyRequest.d.ts +38 -0
  232. package/dist/esm/models/UpdateApiKeyRequest.js +43 -0
  233. package/dist/esm/models/UpdateCompositionRequest.d.ts +38 -0
  234. package/dist/esm/models/UpdateCompositionRequest.js +43 -0
  235. package/dist/esm/models/UpdateCompositionStatusRequest.d.ts +41 -0
  236. package/dist/esm/models/UpdateCompositionStatusRequest.js +51 -0
  237. package/dist/esm/models/UpdateContentRequest.d.ts +44 -0
  238. package/dist/esm/models/UpdateContentRequest.js +45 -0
  239. package/dist/esm/models/UpdateCurrentUserProfileRequest.d.ts +38 -0
  240. package/dist/esm/models/UpdateCurrentUserProfileRequest.js +43 -0
  241. package/dist/esm/models/UpdateEmail200Response.d.ts +38 -0
  242. package/dist/esm/models/UpdateEmail200Response.js +43 -0
  243. package/dist/esm/models/UpdateEmailRequest.d.ts +38 -0
  244. package/dist/esm/models/UpdateEmailRequest.js +47 -0
  245. package/dist/esm/models/UpdateFolder.d.ts +38 -0
  246. package/dist/esm/models/UpdateFolder.js +43 -0
  247. package/dist/esm/models/UpdateFolderRequest.d.ts +38 -0
  248. package/dist/esm/models/UpdateFolderRequest.js +43 -0
  249. package/dist/esm/models/UpdateManagedUserRequest.d.ts +38 -0
  250. package/dist/esm/models/UpdateManagedUserRequest.js +43 -0
  251. package/dist/esm/models/UpdateName200Response.d.ts +38 -0
  252. package/dist/esm/models/UpdateName200Response.js +43 -0
  253. package/dist/esm/models/UpdateName401Response.d.ts +44 -0
  254. package/dist/esm/models/UpdateName401Response.js +45 -0
  255. package/dist/esm/models/UpdateNameRequest.d.ts +38 -0
  256. package/dist/esm/models/UpdateNameRequest.js +47 -0
  257. package/dist/esm/models/UpdatePassword200Response.d.ts +38 -0
  258. package/dist/esm/models/UpdatePassword200Response.js +43 -0
  259. package/dist/esm/models/UpdatePasswordRequest.d.ts +38 -0
  260. package/dist/esm/models/UpdatePasswordRequest.js +45 -0
  261. package/dist/esm/models/UpdateStorageQuotaRequest.d.ts +32 -0
  262. package/dist/esm/models/UpdateStorageQuotaRequest.js +43 -0
  263. package/dist/esm/models/UpdateUserRole200Response.d.ts +38 -0
  264. package/dist/esm/models/UpdateUserRole200Response.js +43 -0
  265. package/dist/esm/models/UpdateUserRoleRequest.d.ts +41 -0
  266. package/dist/esm/models/UpdateUserRoleRequest.js +51 -0
  267. package/dist/esm/models/User.d.ts +64 -0
  268. package/dist/esm/models/User.js +53 -0
  269. package/dist/esm/models/UserPlanEnum.d.ts +28 -0
  270. package/dist/esm/models/UserPlanEnum.js +46 -0
  271. package/dist/esm/models/UserRoleEnum.d.ts +26 -0
  272. package/dist/esm/models/UserRoleEnum.js +44 -0
  273. package/dist/esm/models/UserUpdate.d.ts +38 -0
  274. package/dist/esm/models/UserUpdate.js +43 -0
  275. package/dist/esm/models/Widget.d.ts +74 -0
  276. package/dist/esm/models/Widget.js +55 -0
  277. package/dist/esm/models/index.d.ts +106 -0
  278. package/dist/esm/models/index.js +108 -0
  279. package/dist/esm/runtime.d.ts +182 -0
  280. package/dist/esm/runtime.js +396 -0
  281. package/dist/index.d.ts +3 -0
  282. package/dist/index.js +5 -0
  283. package/dist/models/AdminHealthStatus.d.ts +55 -0
  284. package/dist/models/AdminHealthStatus.js +55 -0
  285. package/dist/models/AdminHealthStatusMetrics.d.ts +45 -0
  286. package/dist/models/AdminHealthStatusMetrics.js +46 -0
  287. package/dist/models/AdminHealthStatusMetricsMemory.d.ts +38 -0
  288. package/dist/models/AdminHealthStatusMetricsMemory.js +43 -0
  289. package/dist/models/AdminStats.d.ts +56 -0
  290. package/dist/models/AdminStats.js +49 -0
  291. package/dist/models/ApiKey.d.ts +74 -0
  292. package/dist/models/ApiKey.js +55 -0
  293. package/dist/models/ApiKeyUsageLog.d.ts +88 -0
  294. package/dist/models/ApiKeyUsageLog.js +64 -0
  295. package/dist/models/AuditLog.d.ts +68 -0
  296. package/dist/models/AuditLog.js +53 -0
  297. package/dist/models/BatchOperation.d.ts +60 -0
  298. package/dist/models/BatchOperation.js +60 -0
  299. package/dist/models/BatchResult.d.ts +50 -0
  300. package/dist/models/BatchResult.js +47 -0
  301. package/dist/models/CheckUserExists200Response.d.ts +32 -0
  302. package/dist/models/CheckUserExists200Response.js +41 -0
  303. package/dist/models/CleanupStatus.d.ts +60 -0
  304. package/dist/models/CleanupStatus.js +56 -0
  305. package/dist/models/CompleteSignup200Response.d.ts +39 -0
  306. package/dist/models/CompleteSignup200Response.js +44 -0
  307. package/dist/models/CompleteSignupRequest.d.ts +70 -0
  308. package/dist/models/CompleteSignupRequest.js +69 -0
  309. package/dist/models/ComponentManifest.d.ts +52 -0
  310. package/dist/models/ComponentManifest.js +49 -0
  311. package/dist/models/ComponentManifestAssets.d.ts +38 -0
  312. package/dist/models/ComponentManifestAssets.js +43 -0
  313. package/dist/models/ComponentManifestConfig.d.ts +44 -0
  314. package/dist/models/ComponentManifestConfig.js +45 -0
  315. package/dist/models/Composition.d.ts +83 -0
  316. package/dist/models/Composition.js +63 -0
  317. package/dist/models/CompositionVersion.d.ts +56 -0
  318. package/dist/models/CompositionVersion.js +49 -0
  319. package/dist/models/ConfirmEmail200Response.d.ts +38 -0
  320. package/dist/models/ConfirmEmail200Response.js +43 -0
  321. package/dist/models/ConfirmEmailRequest.d.ts +38 -0
  322. package/dist/models/ConfirmEmailRequest.js +47 -0
  323. package/dist/models/ConnectIntegrationRequest.d.ts +47 -0
  324. package/dist/models/ConnectIntegrationRequest.js +53 -0
  325. package/dist/models/Content.d.ts +74 -0
  326. package/dist/models/Content.js +55 -0
  327. package/dist/models/CreateCompositionRequest.d.ts +44 -0
  328. package/dist/models/CreateCompositionRequest.js +51 -0
  329. package/dist/models/CreateContentRequest.d.ts +44 -0
  330. package/dist/models/CreateContentRequest.js +49 -0
  331. package/dist/models/CreateEmbedRequest.d.ts +38 -0
  332. package/dist/models/CreateEmbedRequest.js +45 -0
  333. package/dist/models/CreateManagedUserRequest.d.ts +38 -0
  334. package/dist/models/CreateManagedUserRequest.js +45 -0
  335. package/dist/models/CreateUserApiKeyRequest.d.ts +38 -0
  336. package/dist/models/CreateUserApiKeyRequest.js +45 -0
  337. package/dist/models/DeleteAccountRequest.d.ts +32 -0
  338. package/dist/models/DeleteAccountRequest.js +43 -0
  339. package/dist/models/DisconnectIntegrationRequest.d.ts +41 -0
  340. package/dist/models/DisconnectIntegrationRequest.js +51 -0
  341. package/dist/models/Embed.d.ts +62 -0
  342. package/dist/models/Embed.js +51 -0
  343. package/dist/models/Folder.d.ts +62 -0
  344. package/dist/models/Folder.js +51 -0
  345. package/dist/models/GetAdminHealth200Response.d.ts +53 -0
  346. package/dist/models/GetAdminHealth200Response.js +53 -0
  347. package/dist/models/GetAllCompositions200Response.d.ts +51 -0
  348. package/dist/models/GetAllCompositions200Response.js +48 -0
  349. package/dist/models/GetAllContents200Response.d.ts +51 -0
  350. package/dist/models/GetAllContents200Response.js +48 -0
  351. package/dist/models/GetAllEmbeds200Response.d.ts +51 -0
  352. package/dist/models/GetAllEmbeds200Response.js +48 -0
  353. package/dist/models/GetAllFolders200Response.d.ts +51 -0
  354. package/dist/models/GetAllFolders200Response.js +48 -0
  355. package/dist/models/GetAllManagedUsers200Response.d.ts +51 -0
  356. package/dist/models/GetAllManagedUsers200Response.js +48 -0
  357. package/dist/models/GetAllStorageQuotas200Response.d.ts +51 -0
  358. package/dist/models/GetAllStorageQuotas200Response.js +48 -0
  359. package/dist/models/GetAllUsers200Response.d.ts +51 -0
  360. package/dist/models/GetAllUsers200Response.js +48 -0
  361. package/dist/models/GetAllWidgets200Response.d.ts +51 -0
  362. package/dist/models/GetAllWidgets200Response.js +48 -0
  363. package/dist/models/GetApiKeyUsageLogs200Response.d.ts +33 -0
  364. package/dist/models/GetApiKeyUsageLogs200Response.js +42 -0
  365. package/dist/models/GetAuditLogs200Response.d.ts +51 -0
  366. package/dist/models/GetAuditLogs200Response.js +48 -0
  367. package/dist/models/GetUserRole200Response.d.ts +41 -0
  368. package/dist/models/GetUserRole200Response.js +51 -0
  369. package/dist/models/HealthStatus.d.ts +54 -0
  370. package/dist/models/HealthStatus.js +54 -0
  371. package/dist/models/HealthStatusServices.d.ts +44 -0
  372. package/dist/models/HealthStatusServices.js +45 -0
  373. package/dist/models/IncreaseUserStorageQuotaRequest.d.ts +32 -0
  374. package/dist/models/IncreaseUserStorageQuotaRequest.js +43 -0
  375. package/dist/models/InitiateStorageCleanup202Response.d.ts +45 -0
  376. package/dist/models/InitiateStorageCleanup202Response.js +49 -0
  377. package/dist/models/Integration.d.ts +86 -0
  378. package/dist/models/Integration.js +69 -0
  379. package/dist/models/ListComponents200Response.d.ts +33 -0
  380. package/dist/models/ListComponents200Response.js +42 -0
  381. package/dist/models/LoginRequest.d.ts +38 -0
  382. package/dist/models/LoginRequest.js +47 -0
  383. package/dist/models/LoginUser401Response.d.ts +32 -0
  384. package/dist/models/LoginUser401Response.js +41 -0
  385. package/dist/models/LogoutUser200Response.d.ts +38 -0
  386. package/dist/models/LogoutUser200Response.js +43 -0
  387. package/dist/models/MaintenanceMode.d.ts +44 -0
  388. package/dist/models/MaintenanceMode.js +47 -0
  389. package/dist/models/ManagedUser.d.ts +62 -0
  390. package/dist/models/ManagedUser.js +51 -0
  391. package/dist/models/MountRequest.d.ts +45 -0
  392. package/dist/models/MountRequest.js +48 -0
  393. package/dist/models/MountRequestTheme.d.ts +54 -0
  394. package/dist/models/MountRequestTheme.js +54 -0
  395. package/dist/models/MountRequestThemeColors.d.ts +50 -0
  396. package/dist/models/MountRequestThemeColors.js +47 -0
  397. package/dist/models/MountRequestThemeTypography.d.ts +38 -0
  398. package/dist/models/MountRequestThemeTypography.js +43 -0
  399. package/dist/models/MountResponse.d.ts +46 -0
  400. package/dist/models/MountResponse.js +50 -0
  401. package/dist/models/NewEmbed.d.ts +38 -0
  402. package/dist/models/NewEmbed.js +45 -0
  403. package/dist/models/NewFolder.d.ts +38 -0
  404. package/dist/models/NewFolder.js +45 -0
  405. package/dist/models/NewManagedUser.d.ts +38 -0
  406. package/dist/models/NewManagedUser.js +45 -0
  407. package/dist/models/NewWidget.d.ts +50 -0
  408. package/dist/models/NewWidget.js +53 -0
  409. package/dist/models/OAuthProviderEnum.d.ts +26 -0
  410. package/dist/models/OAuthProviderEnum.js +44 -0
  411. package/dist/models/ProcessBatch200Response.d.ts +33 -0
  412. package/dist/models/ProcessBatch200Response.js +42 -0
  413. package/dist/models/ProcessBatchRequest.d.ts +33 -0
  414. package/dist/models/ProcessBatchRequest.js +44 -0
  415. package/dist/models/ResendConfirmation200Response.d.ts +32 -0
  416. package/dist/models/ResendConfirmation200Response.js +41 -0
  417. package/dist/models/ResendConfirmationRequest.d.ts +32 -0
  418. package/dist/models/ResendConfirmationRequest.js +43 -0
  419. package/dist/models/ResetPasswordRequest.d.ts +44 -0
  420. package/dist/models/ResetPasswordRequest.js +47 -0
  421. package/dist/models/Session.d.ts +63 -0
  422. package/dist/models/Session.js +52 -0
  423. package/dist/models/SetUserRole200Response.d.ts +39 -0
  424. package/dist/models/SetUserRole200Response.js +44 -0
  425. package/dist/models/SetUserRoleRequest.d.ts +33 -0
  426. package/dist/models/SetUserRoleRequest.js +44 -0
  427. package/dist/models/SignupRequest.d.ts +58 -0
  428. package/dist/models/SignupRequest.js +55 -0
  429. package/dist/models/SignupUser201Response.d.ts +39 -0
  430. package/dist/models/SignupUser201Response.js +44 -0
  431. package/dist/models/SignupUser400Response.d.ts +38 -0
  432. package/dist/models/SignupUser400Response.js +43 -0
  433. package/dist/models/SignupUser409Response.d.ts +38 -0
  434. package/dist/models/SignupUser409Response.js +43 -0
  435. package/dist/models/SignupUser500Response.d.ts +38 -0
  436. package/dist/models/SignupUser500Response.js +43 -0
  437. package/dist/models/StorageQuota.d.ts +44 -0
  438. package/dist/models/StorageQuota.js +45 -0
  439. package/dist/models/StorageUsage.d.ts +56 -0
  440. package/dist/models/StorageUsage.js +49 -0
  441. package/dist/models/SystemStatus.d.ts +60 -0
  442. package/dist/models/SystemStatus.js +56 -0
  443. package/dist/models/SystemStatusServices.d.ts +44 -0
  444. package/dist/models/SystemStatusServices.js +45 -0
  445. package/dist/models/ToggleMaintenanceModeRequest.d.ts +44 -0
  446. package/dist/models/ToggleMaintenanceModeRequest.js +47 -0
  447. package/dist/models/UIComponent.d.ts +65 -0
  448. package/dist/models/UIComponent.js +57 -0
  449. package/dist/models/UpdateApiKeyRequest.d.ts +38 -0
  450. package/dist/models/UpdateApiKeyRequest.js +43 -0
  451. package/dist/models/UpdateCompositionRequest.d.ts +38 -0
  452. package/dist/models/UpdateCompositionRequest.js +43 -0
  453. package/dist/models/UpdateCompositionStatusRequest.d.ts +41 -0
  454. package/dist/models/UpdateCompositionStatusRequest.js +51 -0
  455. package/dist/models/UpdateContentRequest.d.ts +44 -0
  456. package/dist/models/UpdateContentRequest.js +45 -0
  457. package/dist/models/UpdateCurrentUserProfileRequest.d.ts +38 -0
  458. package/dist/models/UpdateCurrentUserProfileRequest.js +43 -0
  459. package/dist/models/UpdateEmail200Response.d.ts +38 -0
  460. package/dist/models/UpdateEmail200Response.js +43 -0
  461. package/dist/models/UpdateEmailRequest.d.ts +38 -0
  462. package/dist/models/UpdateEmailRequest.js +47 -0
  463. package/dist/models/UpdateFolder.d.ts +38 -0
  464. package/dist/models/UpdateFolder.js +43 -0
  465. package/dist/models/UpdateFolderRequest.d.ts +38 -0
  466. package/dist/models/UpdateFolderRequest.js +43 -0
  467. package/dist/models/UpdateManagedUserRequest.d.ts +38 -0
  468. package/dist/models/UpdateManagedUserRequest.js +43 -0
  469. package/dist/models/UpdateName200Response.d.ts +38 -0
  470. package/dist/models/UpdateName200Response.js +43 -0
  471. package/dist/models/UpdateName401Response.d.ts +44 -0
  472. package/dist/models/UpdateName401Response.js +45 -0
  473. package/dist/models/UpdateNameRequest.d.ts +38 -0
  474. package/dist/models/UpdateNameRequest.js +47 -0
  475. package/dist/models/UpdatePassword200Response.d.ts +38 -0
  476. package/dist/models/UpdatePassword200Response.js +43 -0
  477. package/dist/models/UpdatePasswordRequest.d.ts +38 -0
  478. package/dist/models/UpdatePasswordRequest.js +45 -0
  479. package/dist/models/UpdateStorageQuotaRequest.d.ts +32 -0
  480. package/dist/models/UpdateStorageQuotaRequest.js +43 -0
  481. package/dist/models/UpdateUserRole200Response.d.ts +38 -0
  482. package/dist/models/UpdateUserRole200Response.js +43 -0
  483. package/dist/models/UpdateUserRoleRequest.d.ts +41 -0
  484. package/dist/models/UpdateUserRoleRequest.js +51 -0
  485. package/dist/models/User.d.ts +64 -0
  486. package/dist/models/User.js +53 -0
  487. package/dist/models/UserPlanEnum.d.ts +28 -0
  488. package/dist/models/UserPlanEnum.js +46 -0
  489. package/dist/models/UserRoleEnum.d.ts +26 -0
  490. package/dist/models/UserRoleEnum.js +44 -0
  491. package/dist/models/UserUpdate.d.ts +38 -0
  492. package/dist/models/UserUpdate.js +43 -0
  493. package/dist/models/Widget.d.ts +74 -0
  494. package/dist/models/Widget.js +55 -0
  495. package/dist/models/index.d.ts +106 -0
  496. package/dist/models/index.js +108 -0
  497. package/dist/runtime.d.ts +182 -0
  498. package/dist/runtime.js +396 -0
  499. package/package.json +33 -0
@@ -0,0 +1,64 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Widgetic API Gateway
5
+ * API documentation for the Widgetic API Gateway
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * @export
16
+ */
17
+ export const ApiKeyUsageLogKindEnum = {
18
+ Success: 'Success',
19
+ Error: 'Error'
20
+ };
21
+ /**
22
+ * Check if a given object implements the ApiKeyUsageLog interface.
23
+ */
24
+ export function instanceOfApiKeyUsageLog(value) {
25
+ return true;
26
+ }
27
+ export function ApiKeyUsageLogFromJSON(json) {
28
+ return ApiKeyUsageLogFromJSONTyped(json, false);
29
+ }
30
+ export function ApiKeyUsageLogFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'id': json['id'] == null ? undefined : json['id'],
36
+ 'keyId': json['key_id'] == null ? undefined : json['key_id'],
37
+ 'userId': json['user_id'] == null ? undefined : json['user_id'],
38
+ 'timestamp': json['timestamp'] == null ? undefined : (new Date(json['timestamp'])),
39
+ 'path': json['path'] == null ? undefined : json['path'],
40
+ 'method': json['method'] == null ? undefined : json['method'],
41
+ 'details': json['details'] == null ? undefined : json['details'],
42
+ 'status': json['status'] == null ? undefined : json['status'],
43
+ 'kind': json['kind'] == null ? undefined : json['kind'],
44
+ };
45
+ }
46
+ export function ApiKeyUsageLogToJSON(json) {
47
+ return ApiKeyUsageLogToJSONTyped(json, false);
48
+ }
49
+ export function ApiKeyUsageLogToJSONTyped(value, ignoreDiscriminator = false) {
50
+ if (value == null) {
51
+ return value;
52
+ }
53
+ return {
54
+ 'id': value['id'],
55
+ 'key_id': value['keyId'],
56
+ 'user_id': value['userId'],
57
+ 'timestamp': value['timestamp'] == null ? undefined : ((value['timestamp']).toISOString()),
58
+ 'path': value['path'],
59
+ 'method': value['method'],
60
+ 'details': value['details'],
61
+ 'status': value['status'],
62
+ 'kind': value['kind'],
63
+ };
64
+ }
@@ -0,0 +1,68 @@
1
+ /**
2
+ * Widgetic API Gateway
3
+ * API documentation for the Widgetic API Gateway
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
+ *
14
+ * @export
15
+ * @interface AuditLog
16
+ */
17
+ export interface AuditLog {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof AuditLog
22
+ */
23
+ id?: string;
24
+ /**
25
+ * The action that was performed
26
+ * @type {string}
27
+ * @memberof AuditLog
28
+ */
29
+ action?: string;
30
+ /**
31
+ * The type of entity that was affected
32
+ * @type {string}
33
+ * @memberof AuditLog
34
+ */
35
+ entityType?: string;
36
+ /**
37
+ * The ID of the entity that was affected
38
+ * @type {string}
39
+ * @memberof AuditLog
40
+ */
41
+ entityId?: string;
42
+ /**
43
+ * The ID of the user who performed the action
44
+ * @type {string}
45
+ * @memberof AuditLog
46
+ */
47
+ userId?: string;
48
+ /**
49
+ * Additional information about the action
50
+ * @type {object}
51
+ * @memberof AuditLog
52
+ */
53
+ metadata?: object;
54
+ /**
55
+ * When the action was performed
56
+ * @type {Date}
57
+ * @memberof AuditLog
58
+ */
59
+ createdAt?: Date;
60
+ }
61
+ /**
62
+ * Check if a given object implements the AuditLog interface.
63
+ */
64
+ export declare function instanceOfAuditLog(value: object): value is AuditLog;
65
+ export declare function AuditLogFromJSON(json: any): AuditLog;
66
+ export declare function AuditLogFromJSONTyped(json: any, ignoreDiscriminator: boolean): AuditLog;
67
+ export declare function AuditLogToJSON(json: any): AuditLog;
68
+ export declare function AuditLogToJSONTyped(value?: AuditLog | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,53 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Widgetic API Gateway
5
+ * API documentation for the Widgetic API Gateway
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the AuditLog interface.
16
+ */
17
+ export function instanceOfAuditLog(value) {
18
+ return true;
19
+ }
20
+ export function AuditLogFromJSON(json) {
21
+ return AuditLogFromJSONTyped(json, false);
22
+ }
23
+ export function AuditLogFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'id': json['id'] == null ? undefined : json['id'],
29
+ 'action': json['action'] == null ? undefined : json['action'],
30
+ 'entityType': json['entity_type'] == null ? undefined : json['entity_type'],
31
+ 'entityId': json['entity_id'] == null ? undefined : json['entity_id'],
32
+ 'userId': json['user_id'] == null ? undefined : json['user_id'],
33
+ 'metadata': json['metadata'] == null ? undefined : json['metadata'],
34
+ 'createdAt': json['created_at'] == null ? undefined : (new Date(json['created_at'])),
35
+ };
36
+ }
37
+ export function AuditLogToJSON(json) {
38
+ return AuditLogToJSONTyped(json, false);
39
+ }
40
+ export function AuditLogToJSONTyped(value, ignoreDiscriminator = false) {
41
+ if (value == null) {
42
+ return value;
43
+ }
44
+ return {
45
+ 'id': value['id'],
46
+ 'action': value['action'],
47
+ 'entity_type': value['entityType'],
48
+ 'entity_id': value['entityId'],
49
+ 'user_id': value['userId'],
50
+ 'metadata': value['metadata'],
51
+ 'created_at': value['createdAt'] == null ? undefined : ((value['createdAt']).toISOString()),
52
+ };
53
+ }
@@ -0,0 +1,60 @@
1
+ /**
2
+ * Widgetic API Gateway
3
+ * API documentation for the Widgetic API Gateway
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
+ *
14
+ * @export
15
+ * @interface BatchOperation
16
+ */
17
+ export interface BatchOperation {
18
+ /**
19
+ * HTTP method for the operation
20
+ * @type {string}
21
+ * @memberof BatchOperation
22
+ */
23
+ method: BatchOperationMethodEnum;
24
+ /**
25
+ * API endpoint path
26
+ * @type {string}
27
+ * @memberof BatchOperation
28
+ */
29
+ path: string;
30
+ /**
31
+ * Request body for POST/PUT operations
32
+ * @type {object}
33
+ * @memberof BatchOperation
34
+ */
35
+ body?: object;
36
+ /**
37
+ * Additional headers for the operation
38
+ * @type {object}
39
+ * @memberof BatchOperation
40
+ */
41
+ headers?: object;
42
+ }
43
+ /**
44
+ * @export
45
+ */
46
+ export declare const BatchOperationMethodEnum: {
47
+ readonly Get: "GET";
48
+ readonly Post: "POST";
49
+ readonly Put: "PUT";
50
+ readonly Delete: "DELETE";
51
+ };
52
+ export type BatchOperationMethodEnum = typeof BatchOperationMethodEnum[keyof typeof BatchOperationMethodEnum];
53
+ /**
54
+ * Check if a given object implements the BatchOperation interface.
55
+ */
56
+ export declare function instanceOfBatchOperation(value: object): value is BatchOperation;
57
+ export declare function BatchOperationFromJSON(json: any): BatchOperation;
58
+ export declare function BatchOperationFromJSONTyped(json: any, ignoreDiscriminator: boolean): BatchOperation;
59
+ export declare function BatchOperationToJSON(json: any): BatchOperation;
60
+ export declare function BatchOperationToJSONTyped(value?: BatchOperation | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,60 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Widgetic API Gateway
5
+ * API documentation for the Widgetic API Gateway
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * @export
16
+ */
17
+ export const BatchOperationMethodEnum = {
18
+ Get: 'GET',
19
+ Post: 'POST',
20
+ Put: 'PUT',
21
+ Delete: 'DELETE'
22
+ };
23
+ /**
24
+ * Check if a given object implements the BatchOperation interface.
25
+ */
26
+ export function instanceOfBatchOperation(value) {
27
+ if (!('method' in value) || value['method'] === undefined)
28
+ return false;
29
+ if (!('path' in value) || value['path'] === undefined)
30
+ return false;
31
+ return true;
32
+ }
33
+ export function BatchOperationFromJSON(json) {
34
+ return BatchOperationFromJSONTyped(json, false);
35
+ }
36
+ export function BatchOperationFromJSONTyped(json, ignoreDiscriminator) {
37
+ if (json == null) {
38
+ return json;
39
+ }
40
+ return {
41
+ 'method': json['method'],
42
+ 'path': json['path'],
43
+ 'body': json['body'] == null ? undefined : json['body'],
44
+ 'headers': json['headers'] == null ? undefined : json['headers'],
45
+ };
46
+ }
47
+ export function BatchOperationToJSON(json) {
48
+ return BatchOperationToJSONTyped(json, false);
49
+ }
50
+ export function BatchOperationToJSONTyped(value, ignoreDiscriminator = false) {
51
+ if (value == null) {
52
+ return value;
53
+ }
54
+ return {
55
+ 'method': value['method'],
56
+ 'path': value['path'],
57
+ 'body': value['body'],
58
+ 'headers': value['headers'],
59
+ };
60
+ }
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Widgetic API Gateway
3
+ * API documentation for the Widgetic API Gateway
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
+ *
14
+ * @export
15
+ * @interface BatchResult
16
+ */
17
+ export interface BatchResult {
18
+ /**
19
+ *
20
+ * @type {boolean}
21
+ * @memberof BatchResult
22
+ */
23
+ success?: boolean;
24
+ /**
25
+ * Response data if operation succeeded
26
+ * @type {object}
27
+ * @memberof BatchResult
28
+ */
29
+ data?: object;
30
+ /**
31
+ * Error message if operation failed
32
+ * @type {string}
33
+ * @memberof BatchResult
34
+ */
35
+ error?: string;
36
+ /**
37
+ * HTTP status code of the operation
38
+ * @type {number}
39
+ * @memberof BatchResult
40
+ */
41
+ statusCode?: number;
42
+ }
43
+ /**
44
+ * Check if a given object implements the BatchResult interface.
45
+ */
46
+ export declare function instanceOfBatchResult(value: object): value is BatchResult;
47
+ export declare function BatchResultFromJSON(json: any): BatchResult;
48
+ export declare function BatchResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): BatchResult;
49
+ export declare function BatchResultToJSON(json: any): BatchResult;
50
+ export declare function BatchResultToJSONTyped(value?: BatchResult | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,47 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Widgetic API Gateway
5
+ * API documentation for the Widgetic API Gateway
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the BatchResult interface.
16
+ */
17
+ export function instanceOfBatchResult(value) {
18
+ return true;
19
+ }
20
+ export function BatchResultFromJSON(json) {
21
+ return BatchResultFromJSONTyped(json, false);
22
+ }
23
+ export function BatchResultFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'success': json['success'] == null ? undefined : json['success'],
29
+ 'data': json['data'] == null ? undefined : json['data'],
30
+ 'error': json['error'] == null ? undefined : json['error'],
31
+ 'statusCode': json['statusCode'] == null ? undefined : json['statusCode'],
32
+ };
33
+ }
34
+ export function BatchResultToJSON(json) {
35
+ return BatchResultToJSONTyped(json, false);
36
+ }
37
+ export function BatchResultToJSONTyped(value, ignoreDiscriminator = false) {
38
+ if (value == null) {
39
+ return value;
40
+ }
41
+ return {
42
+ 'success': value['success'],
43
+ 'data': value['data'],
44
+ 'error': value['error'],
45
+ 'statusCode': value['statusCode'],
46
+ };
47
+ }
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Widgetic API Gateway
3
+ * API documentation for the Widgetic API Gateway
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
+ *
14
+ * @export
15
+ * @interface CheckUserExists200Response
16
+ */
17
+ export interface CheckUserExists200Response {
18
+ /**
19
+ * Whether a user with this email exists
20
+ * @type {boolean}
21
+ * @memberof CheckUserExists200Response
22
+ */
23
+ _exists?: boolean;
24
+ }
25
+ /**
26
+ * Check if a given object implements the CheckUserExists200Response interface.
27
+ */
28
+ export declare function instanceOfCheckUserExists200Response(value: object): value is CheckUserExists200Response;
29
+ export declare function CheckUserExists200ResponseFromJSON(json: any): CheckUserExists200Response;
30
+ export declare function CheckUserExists200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CheckUserExists200Response;
31
+ export declare function CheckUserExists200ResponseToJSON(json: any): CheckUserExists200Response;
32
+ export declare function CheckUserExists200ResponseToJSONTyped(value?: CheckUserExists200Response | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,41 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Widgetic API Gateway
5
+ * API documentation for the Widgetic API Gateway
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the CheckUserExists200Response interface.
16
+ */
17
+ export function instanceOfCheckUserExists200Response(value) {
18
+ return true;
19
+ }
20
+ export function CheckUserExists200ResponseFromJSON(json) {
21
+ return CheckUserExists200ResponseFromJSONTyped(json, false);
22
+ }
23
+ export function CheckUserExists200ResponseFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ '_exists': json['exists'] == null ? undefined : json['exists'],
29
+ };
30
+ }
31
+ export function CheckUserExists200ResponseToJSON(json) {
32
+ return CheckUserExists200ResponseToJSONTyped(json, false);
33
+ }
34
+ export function CheckUserExists200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
35
+ if (value == null) {
36
+ return value;
37
+ }
38
+ return {
39
+ 'exists': value['_exists'],
40
+ };
41
+ }
@@ -0,0 +1,60 @@
1
+ /**
2
+ * Widgetic API Gateway
3
+ * API documentation for the Widgetic API Gateway
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
+ *
14
+ * @export
15
+ * @interface CleanupStatus
16
+ */
17
+ export interface CleanupStatus {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof CleanupStatus
22
+ */
23
+ status?: CleanupStatusStatusEnum;
24
+ /**
25
+ * Progress percentage
26
+ * @type {number}
27
+ * @memberof CleanupStatus
28
+ */
29
+ progress?: number;
30
+ /**
31
+ *
32
+ * @type {Date}
33
+ * @memberof CleanupStatus
34
+ */
35
+ lastRun?: Date;
36
+ /**
37
+ * Error message if status is failed
38
+ * @type {string}
39
+ * @memberof CleanupStatus
40
+ */
41
+ error?: string;
42
+ }
43
+ /**
44
+ * @export
45
+ */
46
+ export declare const CleanupStatusStatusEnum: {
47
+ readonly Idle: "idle";
48
+ readonly Running: "running";
49
+ readonly Completed: "completed";
50
+ readonly Failed: "failed";
51
+ };
52
+ export type CleanupStatusStatusEnum = typeof CleanupStatusStatusEnum[keyof typeof CleanupStatusStatusEnum];
53
+ /**
54
+ * Check if a given object implements the CleanupStatus interface.
55
+ */
56
+ export declare function instanceOfCleanupStatus(value: object): value is CleanupStatus;
57
+ export declare function CleanupStatusFromJSON(json: any): CleanupStatus;
58
+ export declare function CleanupStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): CleanupStatus;
59
+ export declare function CleanupStatusToJSON(json: any): CleanupStatus;
60
+ export declare function CleanupStatusToJSONTyped(value?: CleanupStatus | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,56 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Widgetic API Gateway
5
+ * API documentation for the Widgetic API Gateway
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * @export
16
+ */
17
+ export const CleanupStatusStatusEnum = {
18
+ Idle: 'idle',
19
+ Running: 'running',
20
+ Completed: 'completed',
21
+ Failed: 'failed'
22
+ };
23
+ /**
24
+ * Check if a given object implements the CleanupStatus interface.
25
+ */
26
+ export function instanceOfCleanupStatus(value) {
27
+ return true;
28
+ }
29
+ export function CleanupStatusFromJSON(json) {
30
+ return CleanupStatusFromJSONTyped(json, false);
31
+ }
32
+ export function CleanupStatusFromJSONTyped(json, ignoreDiscriminator) {
33
+ if (json == null) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'status': json['status'] == null ? undefined : json['status'],
38
+ 'progress': json['progress'] == null ? undefined : json['progress'],
39
+ 'lastRun': json['lastRun'] == null ? undefined : (new Date(json['lastRun'])),
40
+ 'error': json['error'] == null ? undefined : json['error'],
41
+ };
42
+ }
43
+ export function CleanupStatusToJSON(json) {
44
+ return CleanupStatusToJSONTyped(json, false);
45
+ }
46
+ export function CleanupStatusToJSONTyped(value, ignoreDiscriminator = false) {
47
+ if (value == null) {
48
+ return value;
49
+ }
50
+ return {
51
+ 'status': value['status'],
52
+ 'progress': value['progress'],
53
+ 'lastRun': value['lastRun'] == null ? undefined : ((value['lastRun']).toISOString()),
54
+ 'error': value['error'],
55
+ };
56
+ }
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Widgetic API Gateway
3
+ * API documentation for the Widgetic API Gateway
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { User } from './User';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CompleteSignup200Response
17
+ */
18
+ export interface CompleteSignup200Response {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof CompleteSignup200Response
23
+ */
24
+ message?: string;
25
+ /**
26
+ *
27
+ * @type {User}
28
+ * @memberof CompleteSignup200Response
29
+ */
30
+ user?: User;
31
+ }
32
+ /**
33
+ * Check if a given object implements the CompleteSignup200Response interface.
34
+ */
35
+ export declare function instanceOfCompleteSignup200Response(value: object): value is CompleteSignup200Response;
36
+ export declare function CompleteSignup200ResponseFromJSON(json: any): CompleteSignup200Response;
37
+ export declare function CompleteSignup200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CompleteSignup200Response;
38
+ export declare function CompleteSignup200ResponseToJSON(json: any): CompleteSignup200Response;
39
+ export declare function CompleteSignup200ResponseToJSONTyped(value?: CompleteSignup200Response | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,44 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Widgetic API Gateway
5
+ * API documentation for the Widgetic API Gateway
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { UserFromJSON, UserToJSON, } from './User';
15
+ /**
16
+ * Check if a given object implements the CompleteSignup200Response interface.
17
+ */
18
+ export function instanceOfCompleteSignup200Response(value) {
19
+ return true;
20
+ }
21
+ export function CompleteSignup200ResponseFromJSON(json) {
22
+ return CompleteSignup200ResponseFromJSONTyped(json, false);
23
+ }
24
+ export function CompleteSignup200ResponseFromJSONTyped(json, ignoreDiscriminator) {
25
+ if (json == null) {
26
+ return json;
27
+ }
28
+ return {
29
+ 'message': json['message'] == null ? undefined : json['message'],
30
+ 'user': json['user'] == null ? undefined : UserFromJSON(json['user']),
31
+ };
32
+ }
33
+ export function CompleteSignup200ResponseToJSON(json) {
34
+ return CompleteSignup200ResponseToJSONTyped(json, false);
35
+ }
36
+ export function CompleteSignup200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
37
+ if (value == null) {
38
+ return value;
39
+ }
40
+ return {
41
+ 'message': value['message'],
42
+ 'user': UserToJSON(value['user']),
43
+ };
44
+ }