fusio-sdk 3.1.3 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (978) hide show
  1. package/dist/index.d.ts +248 -1
  2. package/dist/index.js +248 -1
  3. package/dist/src/AuthorizationTag.d.ts +21 -0
  4. package/dist/src/AuthorizationTag.js +78 -0
  5. package/dist/src/BackendAccountChangePassword.d.ts +9 -0
  6. package/dist/src/BackendAccountChangePassword.js +5 -0
  7. package/dist/src/BackendAccountTag.d.ts +29 -0
  8. package/dist/src/BackendAccountTag.js +121 -0
  9. package/dist/src/BackendAction.d.ts +15 -0
  10. package/dist/src/BackendAction.js +5 -0
  11. package/dist/src/BackendActionCollection.d.ts +7 -0
  12. package/dist/src/BackendActionCollection.js +5 -0
  13. package/dist/src/BackendActionConfig.d.ts +5 -0
  14. package/dist/src/BackendActionConfig.js +5 -0
  15. package/dist/src/BackendActionCreate.d.ts +7 -0
  16. package/dist/src/BackendActionCreate.js +5 -0
  17. package/dist/src/BackendActionExecuteRequest.d.ts +12 -0
  18. package/dist/src/BackendActionExecuteRequest.js +5 -0
  19. package/dist/src/BackendActionExecuteRequestBody.d.ts +5 -0
  20. package/dist/src/BackendActionExecuteRequestBody.js +5 -0
  21. package/dist/src/BackendActionExecuteResponse.d.ts +11 -0
  22. package/dist/src/BackendActionExecuteResponse.js +5 -0
  23. package/dist/src/BackendActionExecuteResponseBody.d.ts +5 -0
  24. package/dist/src/BackendActionExecuteResponseBody.js +5 -0
  25. package/dist/src/BackendActionExecuteResponseHeaders.d.ts +5 -0
  26. package/dist/src/BackendActionExecuteResponseHeaders.js +5 -0
  27. package/dist/src/BackendActionIndex.d.ts +8 -0
  28. package/dist/src/BackendActionIndex.js +5 -0
  29. package/dist/src/BackendActionIndexEntry.d.ts +8 -0
  30. package/dist/src/BackendActionIndexEntry.js +5 -0
  31. package/dist/src/BackendActionTag.d.ts +64 -0
  32. package/dist/src/BackendActionTag.js +323 -0
  33. package/dist/src/BackendActionUpdate.d.ts +7 -0
  34. package/dist/src/BackendActionUpdate.js +5 -0
  35. package/dist/src/BackendApp.d.ts +20 -0
  36. package/dist/src/BackendApp.js +5 -0
  37. package/dist/src/BackendAppCollection.d.ts +7 -0
  38. package/dist/src/BackendAppCollection.js +5 -0
  39. package/dist/src/BackendAppCreate.d.ts +7 -0
  40. package/dist/src/BackendAppCreate.js +5 -0
  41. package/dist/src/BackendAppTag.d.ts +62 -0
  42. package/dist/src/BackendAppTag.js +340 -0
  43. package/dist/src/BackendAppToken.d.ts +13 -0
  44. package/dist/src/BackendAppToken.js +5 -0
  45. package/dist/src/BackendAppTokenCollection.d.ts +7 -0
  46. package/dist/src/BackendAppTokenCollection.js +5 -0
  47. package/dist/src/BackendAppUpdate.d.ts +7 -0
  48. package/dist/src/BackendAppUpdate.js +5 -0
  49. package/dist/src/BackendAudit.d.ts +17 -0
  50. package/dist/src/BackendAudit.js +5 -0
  51. package/dist/src/BackendAuditCollection.d.ts +7 -0
  52. package/dist/src/BackendAuditCollection.js +5 -0
  53. package/dist/src/BackendAuditObject.d.ts +8 -0
  54. package/dist/src/BackendAuditObject.js +5 -0
  55. package/dist/src/BackendAuditTag.d.ts +21 -0
  56. package/dist/src/BackendAuditTag.js +97 -0
  57. package/dist/src/BackendCategory.d.ts +8 -0
  58. package/dist/src/BackendCategory.js +5 -0
  59. package/dist/src/BackendCategoryCollection.d.ts +7 -0
  60. package/dist/src/BackendCategoryCollection.js +5 -0
  61. package/dist/src/BackendCategoryCreate.d.ts +7 -0
  62. package/dist/src/BackendCategoryCreate.js +5 -0
  63. package/dist/src/BackendCategoryTag.d.ts +42 -0
  64. package/dist/src/BackendCategoryTag.js +213 -0
  65. package/dist/src/BackendCategoryUpdate.d.ts +7 -0
  66. package/dist/src/BackendCategoryUpdate.js +5 -0
  67. package/dist/src/BackendConfig.d.ts +11 -0
  68. package/dist/src/BackendConfig.js +5 -0
  69. package/dist/src/BackendConfigCollection.d.ts +7 -0
  70. package/dist/src/BackendConfigCollection.js +5 -0
  71. package/dist/src/BackendConfigTag.d.ts +29 -0
  72. package/dist/src/BackendConfigTag.js +134 -0
  73. package/dist/src/BackendConfigUpdate.d.ts +7 -0
  74. package/dist/src/BackendConfigUpdate.js +5 -0
  75. package/dist/src/BackendConnection.d.ts +13 -0
  76. package/dist/src/BackendConnection.js +5 -0
  77. package/dist/src/BackendConnectionCollection.d.ts +7 -0
  78. package/dist/src/BackendConnectionCollection.js +5 -0
  79. package/dist/src/BackendConnectionConfig.d.ts +5 -0
  80. package/dist/src/BackendConnectionConfig.js +5 -0
  81. package/dist/src/BackendConnectionCreate.d.ts +7 -0
  82. package/dist/src/BackendConnectionCreate.js +5 -0
  83. package/dist/src/BackendConnectionIndex.d.ts +8 -0
  84. package/dist/src/BackendConnectionIndex.js +5 -0
  85. package/dist/src/BackendConnectionIndexEntry.d.ts +8 -0
  86. package/dist/src/BackendConnectionIndexEntry.js +5 -0
  87. package/dist/src/BackendConnectionIntrospectionEntities.d.ts +7 -0
  88. package/dist/src/BackendConnectionIntrospectionEntities.js +5 -0
  89. package/dist/src/BackendConnectionIntrospectionEntity.d.ts +10 -0
  90. package/dist/src/BackendConnectionIntrospectionEntity.js +5 -0
  91. package/dist/src/BackendConnectionIntrospectionEntityRow.d.ts +7 -0
  92. package/dist/src/BackendConnectionIntrospectionEntityRow.js +5 -0
  93. package/dist/src/BackendConnectionTag.d.ts +76 -0
  94. package/dist/src/BackendConnectionTag.js +401 -0
  95. package/dist/src/BackendConnectionUpdate.d.ts +7 -0
  96. package/dist/src/BackendConnectionUpdate.js +5 -0
  97. package/dist/src/BackendCronjob.d.ts +16 -0
  98. package/dist/src/BackendCronjob.js +5 -0
  99. package/dist/src/BackendCronjobCollection.d.ts +7 -0
  100. package/dist/src/BackendCronjobCollection.js +5 -0
  101. package/dist/src/BackendCronjobCreate.d.ts +7 -0
  102. package/dist/src/BackendCronjobCreate.js +5 -0
  103. package/dist/src/BackendCronjobError.d.ts +10 -0
  104. package/dist/src/BackendCronjobError.js +5 -0
  105. package/dist/src/BackendCronjobTag.d.ts +42 -0
  106. package/dist/src/BackendCronjobTag.js +213 -0
  107. package/dist/src/BackendCronjobUpdate.d.ts +7 -0
  108. package/dist/src/BackendCronjobUpdate.js +5 -0
  109. package/dist/src/BackendDashboard.d.ts +20 -0
  110. package/dist/src/BackendDashboard.js +5 -0
  111. package/dist/src/BackendDashboardApp.d.ts +9 -0
  112. package/dist/src/BackendDashboardApp.js +5 -0
  113. package/dist/src/BackendDashboardApps.d.ts +7 -0
  114. package/dist/src/BackendDashboardApps.js +5 -0
  115. package/dist/src/BackendDashboardRequest.d.ts +10 -0
  116. package/dist/src/BackendDashboardRequest.js +5 -0
  117. package/dist/src/BackendDashboardRequests.d.ts +7 -0
  118. package/dist/src/BackendDashboardRequests.js +5 -0
  119. package/dist/src/BackendDashboardTag.d.ts +14 -0
  120. package/dist/src/BackendDashboardTag.js +45 -0
  121. package/dist/src/BackendDashboardTransaction.d.ts +12 -0
  122. package/dist/src/BackendDashboardTransaction.js +5 -0
  123. package/dist/src/BackendDashboardTransactions.d.ts +7 -0
  124. package/dist/src/BackendDashboardTransactions.js +5 -0
  125. package/dist/src/BackendDashboardUser.d.ts +10 -0
  126. package/dist/src/BackendDashboardUser.js +5 -0
  127. package/dist/src/BackendDashboardUsers.d.ts +7 -0
  128. package/dist/src/BackendDashboardUsers.js +5 -0
  129. package/dist/src/BackendEvent.d.ts +12 -0
  130. package/dist/src/BackendEvent.js +5 -0
  131. package/dist/src/BackendEventCollection.d.ts +7 -0
  132. package/dist/src/BackendEventCollection.js +5 -0
  133. package/dist/src/BackendEventCreate.d.ts +7 -0
  134. package/dist/src/BackendEventCreate.js +5 -0
  135. package/dist/src/BackendEventSubscription.d.ts +12 -0
  136. package/dist/src/BackendEventSubscription.js +5 -0
  137. package/dist/src/BackendEventSubscriptionCollection.d.ts +7 -0
  138. package/dist/src/BackendEventSubscriptionCollection.js +5 -0
  139. package/dist/src/BackendEventSubscriptionCreate.d.ts +7 -0
  140. package/dist/src/BackendEventSubscriptionCreate.js +5 -0
  141. package/dist/src/BackendEventSubscriptionResponse.d.ts +12 -0
  142. package/dist/src/BackendEventSubscriptionResponse.js +5 -0
  143. package/dist/src/BackendEventSubscriptionUpdate.d.ts +7 -0
  144. package/dist/src/BackendEventSubscriptionUpdate.js +5 -0
  145. package/dist/src/BackendEventTag.d.ts +76 -0
  146. package/dist/src/BackendEventTag.js +414 -0
  147. package/dist/src/BackendEventUpdate.d.ts +7 -0
  148. package/dist/src/BackendEventUpdate.js +5 -0
  149. package/dist/src/BackendGeneratorIndexProvider.d.ts +8 -0
  150. package/dist/src/BackendGeneratorIndexProvider.js +5 -0
  151. package/dist/src/BackendGeneratorIndexProviders.d.ts +8 -0
  152. package/dist/src/BackendGeneratorIndexProviders.js +5 -0
  153. package/dist/src/BackendGeneratorProvider.d.ts +11 -0
  154. package/dist/src/BackendGeneratorProvider.js +5 -0
  155. package/dist/src/BackendGeneratorProviderChangelog.d.ts +12 -0
  156. package/dist/src/BackendGeneratorProviderChangelog.js +5 -0
  157. package/dist/src/BackendGeneratorProviderConfig.d.ts +5 -0
  158. package/dist/src/BackendGeneratorProviderConfig.js +5 -0
  159. package/dist/src/BackendGeneratorTag.d.ts +37 -0
  160. package/dist/src/BackendGeneratorTag.js +158 -0
  161. package/dist/src/BackendIdentity.d.ts +15 -0
  162. package/dist/src/BackendIdentity.js +5 -0
  163. package/dist/src/BackendIdentityCollection.d.ts +7 -0
  164. package/dist/src/BackendIdentityCollection.js +5 -0
  165. package/dist/src/BackendIdentityConfig.d.ts +5 -0
  166. package/dist/src/BackendIdentityConfig.js +5 -0
  167. package/dist/src/BackendIdentityCreate.d.ts +7 -0
  168. package/dist/src/BackendIdentityCreate.js +5 -0
  169. package/dist/src/BackendIdentityIndex.d.ts +8 -0
  170. package/dist/src/BackendIdentityIndex.js +5 -0
  171. package/dist/src/BackendIdentityIndexEntry.d.ts +8 -0
  172. package/dist/src/BackendIdentityIndexEntry.js +5 -0
  173. package/dist/src/BackendIdentityTag.d.ts +56 -0
  174. package/dist/src/BackendIdentityTag.js +285 -0
  175. package/dist/src/BackendIdentityUpdate.d.ts +7 -0
  176. package/dist/src/BackendIdentityUpdate.js +5 -0
  177. package/dist/src/BackendLog.d.ts +16 -0
  178. package/dist/src/BackendLog.js +5 -0
  179. package/dist/src/BackendLogCollection.d.ts +7 -0
  180. package/dist/src/BackendLogCollection.js +5 -0
  181. package/dist/src/BackendLogError.d.ts +11 -0
  182. package/dist/src/BackendLogError.js +5 -0
  183. package/dist/src/BackendLogErrorCollection.d.ts +7 -0
  184. package/dist/src/BackendLogErrorCollection.js +5 -0
  185. package/dist/src/BackendLogTag.d.ts +35 -0
  186. package/dist/src/BackendLogTag.js +177 -0
  187. package/dist/src/BackendMarketplaceApp.d.ts +13 -0
  188. package/dist/src/BackendMarketplaceApp.js +5 -0
  189. package/dist/src/BackendMarketplaceCollection.d.ts +8 -0
  190. package/dist/src/BackendMarketplaceCollection.js +5 -0
  191. package/dist/src/BackendMarketplaceCollectionApps.d.ts +6 -0
  192. package/dist/src/BackendMarketplaceCollectionApps.js +5 -0
  193. package/dist/src/BackendMarketplaceInstall.d.ts +7 -0
  194. package/dist/src/BackendMarketplaceInstall.js +5 -0
  195. package/dist/src/BackendMarketplaceLocalApp.d.ts +8 -0
  196. package/dist/src/BackendMarketplaceLocalApp.js +5 -0
  197. package/dist/src/BackendMarketplaceRemoteApp.d.ts +8 -0
  198. package/dist/src/BackendMarketplaceRemoteApp.js +5 -0
  199. package/dist/src/BackendMarketplaceTag.d.ts +41 -0
  200. package/dist/src/BackendMarketplaceTag.js +206 -0
  201. package/dist/src/BackendOperation.d.ts +27 -0
  202. package/dist/src/BackendOperation.js +5 -0
  203. package/dist/src/BackendOperationCollection.d.ts +7 -0
  204. package/dist/src/BackendOperationCollection.js +5 -0
  205. package/dist/src/BackendOperationCreate.d.ts +7 -0
  206. package/dist/src/BackendOperationCreate.js +5 -0
  207. package/dist/src/BackendOperationParameters.d.ts +6 -0
  208. package/dist/src/BackendOperationParameters.js +5 -0
  209. package/dist/src/BackendOperationSchema.d.ts +10 -0
  210. package/dist/src/BackendOperationSchema.js +5 -0
  211. package/dist/src/BackendOperationTag.d.ts +42 -0
  212. package/dist/src/BackendOperationTag.js +213 -0
  213. package/dist/src/BackendOperationThrows.d.ts +5 -0
  214. package/dist/src/BackendOperationThrows.js +5 -0
  215. package/dist/src/BackendOperationUpdate.d.ts +7 -0
  216. package/dist/src/BackendOperationUpdate.js +5 -0
  217. package/dist/src/BackendPage.d.ts +13 -0
  218. package/dist/src/BackendPage.js +5 -0
  219. package/dist/src/BackendPageCollection.d.ts +7 -0
  220. package/dist/src/BackendPageCollection.js +5 -0
  221. package/dist/src/BackendPageCreate.d.ts +7 -0
  222. package/dist/src/BackendPageCreate.js +5 -0
  223. package/dist/src/BackendPageTag.d.ts +42 -0
  224. package/dist/src/BackendPageTag.js +213 -0
  225. package/dist/src/BackendPageUpdate.d.ts +7 -0
  226. package/dist/src/BackendPageUpdate.js +5 -0
  227. package/dist/src/BackendPlan.d.ts +16 -0
  228. package/dist/src/BackendPlan.js +5 -0
  229. package/dist/src/BackendPlanCollection.d.ts +7 -0
  230. package/dist/src/BackendPlanCollection.js +5 -0
  231. package/dist/src/BackendPlanCreate.d.ts +7 -0
  232. package/dist/src/BackendPlanCreate.js +5 -0
  233. package/dist/src/BackendPlanTag.d.ts +42 -0
  234. package/dist/src/BackendPlanTag.js +213 -0
  235. package/dist/src/BackendPlanUpdate.d.ts +7 -0
  236. package/dist/src/BackendPlanUpdate.js +5 -0
  237. package/dist/src/BackendRate.d.ts +15 -0
  238. package/dist/src/BackendRate.js +5 -0
  239. package/dist/src/BackendRateAllocation.d.ts +12 -0
  240. package/dist/src/BackendRateAllocation.js +5 -0
  241. package/dist/src/BackendRateCollection.d.ts +7 -0
  242. package/dist/src/BackendRateCollection.js +5 -0
  243. package/dist/src/BackendRateCreate.d.ts +7 -0
  244. package/dist/src/BackendRateCreate.js +5 -0
  245. package/dist/src/BackendRateTag.d.ts +42 -0
  246. package/dist/src/BackendRateTag.js +213 -0
  247. package/dist/src/BackendRateUpdate.d.ts +7 -0
  248. package/dist/src/BackendRateUpdate.js +5 -0
  249. package/dist/src/BackendRole.d.ts +10 -0
  250. package/dist/src/BackendRole.js +5 -0
  251. package/dist/src/BackendRoleCollection.d.ts +7 -0
  252. package/dist/src/BackendRoleCollection.js +5 -0
  253. package/dist/src/BackendRoleCreate.d.ts +7 -0
  254. package/dist/src/BackendRoleCreate.js +5 -0
  255. package/dist/src/BackendRoleTag.d.ts +42 -0
  256. package/dist/src/BackendRoleTag.js +213 -0
  257. package/dist/src/BackendRoleUpdate.d.ts +7 -0
  258. package/dist/src/BackendRoleUpdate.js +5 -0
  259. package/dist/src/BackendSchema.d.ts +15 -0
  260. package/dist/src/BackendSchema.js +5 -0
  261. package/dist/src/BackendSchemaCollection.d.ts +7 -0
  262. package/dist/src/BackendSchemaCollection.js +5 -0
  263. package/dist/src/BackendSchemaCreate.d.ts +7 -0
  264. package/dist/src/BackendSchemaCreate.js +5 -0
  265. package/dist/src/BackendSchemaForm.d.ts +8 -0
  266. package/dist/src/BackendSchemaForm.js +5 -0
  267. package/dist/src/BackendSchemaPreviewResponse.d.ts +7 -0
  268. package/dist/src/BackendSchemaPreviewResponse.js +5 -0
  269. package/dist/src/BackendSchemaSource.d.ts +8 -0
  270. package/dist/src/BackendSchemaSource.js +5 -0
  271. package/dist/src/BackendSchemaTag.d.ts +56 -0
  272. package/dist/src/BackendSchemaTag.js +294 -0
  273. package/dist/src/BackendSchemaUpdate.d.ts +7 -0
  274. package/dist/src/BackendSchemaUpdate.js +5 -0
  275. package/dist/src/BackendScope.d.ts +13 -0
  276. package/dist/src/BackendScope.js +5 -0
  277. package/dist/src/BackendScopeCategories.d.ts +8 -0
  278. package/dist/src/BackendScopeCategories.js +5 -0
  279. package/dist/src/BackendScopeCategory.d.ts +10 -0
  280. package/dist/src/BackendScopeCategory.js +5 -0
  281. package/dist/src/BackendScopeCategoryScope.d.ts +9 -0
  282. package/dist/src/BackendScopeCategoryScope.js +5 -0
  283. package/dist/src/BackendScopeCollection.d.ts +7 -0
  284. package/dist/src/BackendScopeCollection.js +5 -0
  285. package/dist/src/BackendScopeCreate.d.ts +7 -0
  286. package/dist/src/BackendScopeCreate.js +5 -0
  287. package/dist/src/BackendScopeOperation.d.ts +8 -0
  288. package/dist/src/BackendScopeOperation.js +5 -0
  289. package/dist/src/BackendScopeTag.d.ts +49 -0
  290. package/dist/src/BackendScopeTag.js +250 -0
  291. package/dist/src/BackendScopeUpdate.d.ts +7 -0
  292. package/dist/src/BackendScopeUpdate.js +5 -0
  293. package/dist/src/BackendSdkGenerate.d.ts +8 -0
  294. package/dist/src/BackendSdkGenerate.js +5 -0
  295. package/dist/src/BackendSdkResponse.d.ts +8 -0
  296. package/dist/src/BackendSdkResponse.js +5 -0
  297. package/dist/src/BackendSdkTag.d.ts +22 -0
  298. package/dist/src/BackendSdkTag.js +81 -0
  299. package/dist/src/BackendSdkTypes.d.ts +5 -0
  300. package/dist/src/BackendSdkTypes.js +5 -0
  301. package/dist/src/BackendStatisticChart.d.ts +10 -0
  302. package/dist/src/BackendStatisticChart.js +5 -0
  303. package/dist/src/BackendStatisticChartData.d.ts +5 -0
  304. package/dist/src/BackendStatisticChartData.js +5 -0
  305. package/dist/src/BackendStatisticCount.d.ts +9 -0
  306. package/dist/src/BackendStatisticCount.js +5 -0
  307. package/dist/src/BackendStatisticTag.d.ts +69 -0
  308. package/dist/src/BackendStatisticTag.js +510 -0
  309. package/dist/src/BackendTag.d.ts +59 -0
  310. package/dist/src/BackendTag.js +111 -0
  311. package/dist/src/BackendTransaction.d.ts +15 -0
  312. package/dist/src/BackendTransaction.js +5 -0
  313. package/dist/src/BackendTransactionCollection.d.ts +7 -0
  314. package/dist/src/BackendTransactionCollection.js +5 -0
  315. package/dist/src/BackendTransactionTag.d.ts +21 -0
  316. package/dist/src/BackendTransactionTag.js +97 -0
  317. package/dist/src/BackendTrashData.d.ts +9 -0
  318. package/dist/src/BackendTrashData.js +5 -0
  319. package/dist/src/BackendTrashDataCollection.d.ts +7 -0
  320. package/dist/src/BackendTrashDataCollection.js +5 -0
  321. package/dist/src/BackendTrashRestore.d.ts +7 -0
  322. package/dist/src/BackendTrashRestore.js +5 -0
  323. package/dist/src/BackendTrashTag.d.ts +29 -0
  324. package/dist/src/BackendTrashTag.js +126 -0
  325. package/dist/src/BackendTrashTypes.d.ts +7 -0
  326. package/dist/src/BackendTrashTypes.js +5 -0
  327. package/dist/src/BackendUser.d.ts +19 -0
  328. package/dist/src/BackendUser.js +5 -0
  329. package/dist/src/BackendUserCollection.d.ts +7 -0
  330. package/dist/src/BackendUserCollection.js +5 -0
  331. package/dist/src/BackendUserCreate.d.ts +8 -0
  332. package/dist/src/BackendUserCreate.js +5 -0
  333. package/dist/src/BackendUserTag.d.ts +42 -0
  334. package/dist/src/BackendUserTag.js +213 -0
  335. package/dist/src/BackendUserUpdate.d.ts +7 -0
  336. package/dist/src/BackendUserUpdate.js +5 -0
  337. package/dist/src/Client.d.ts +14 -11
  338. package/dist/src/Client.js +17 -15
  339. package/dist/src/CommonCollection.d.ts +10 -0
  340. package/dist/src/CommonCollection.js +5 -0
  341. package/dist/src/CommonFormContainer.d.ts +11 -0
  342. package/dist/src/CommonFormContainer.js +5 -0
  343. package/dist/src/CommonFormElement.d.ts +10 -0
  344. package/dist/src/CommonFormElement.js +5 -0
  345. package/dist/src/CommonFormElementInput.d.ts +8 -0
  346. package/dist/src/CommonFormElementInput.js +5 -0
  347. package/dist/src/CommonFormElementSelect.d.ts +9 -0
  348. package/dist/src/CommonFormElementSelect.js +5 -0
  349. package/dist/src/CommonFormElementSelectOption.d.ts +8 -0
  350. package/dist/src/CommonFormElementSelectOption.js +5 -0
  351. package/dist/src/CommonFormElementTag.d.ts +7 -0
  352. package/dist/src/CommonFormElementTag.js +5 -0
  353. package/dist/src/CommonFormElementTextArea.d.ts +8 -0
  354. package/dist/src/CommonFormElementTextArea.js +5 -0
  355. package/dist/src/CommonMessage.d.ts +9 -0
  356. package/dist/src/CommonMessage.js +5 -0
  357. package/dist/src/CommonMessageException.d.ts +11 -0
  358. package/dist/src/CommonMessageException.js +14 -0
  359. package/dist/src/CommonMetadata.d.ts +5 -0
  360. package/dist/src/CommonMetadata.js +5 -0
  361. package/dist/src/ConsumerAccountTag.d.ts +86 -0
  362. package/dist/src/ConsumerAccountTag.js +426 -0
  363. package/dist/src/ConsumerApp.d.ts +17 -0
  364. package/dist/src/ConsumerApp.js +5 -0
  365. package/dist/src/ConsumerAppCollection.d.ts +7 -0
  366. package/dist/src/ConsumerAppCollection.js +5 -0
  367. package/dist/src/ConsumerAppCreate.d.ts +9 -0
  368. package/dist/src/ConsumerAppCreate.js +5 -0
  369. package/dist/src/ConsumerAppTag.d.ts +42 -0
  370. package/dist/src/ConsumerAppTag.js +213 -0
  371. package/dist/src/ConsumerAppUpdate.d.ts +9 -0
  372. package/dist/src/ConsumerAppUpdate.js +5 -0
  373. package/dist/src/ConsumerAuthorizeMeta.d.ts +10 -0
  374. package/dist/src/ConsumerAuthorizeMeta.js +5 -0
  375. package/dist/src/ConsumerAuthorizeRequest.d.ts +12 -0
  376. package/dist/src/ConsumerAuthorizeRequest.js +5 -0
  377. package/dist/src/ConsumerAuthorizeResponse.d.ts +11 -0
  378. package/dist/src/ConsumerAuthorizeResponse.js +5 -0
  379. package/dist/src/ConsumerAuthorizeResponseToken.d.ts +10 -0
  380. package/dist/src/ConsumerAuthorizeResponseToken.js +5 -0
  381. package/dist/src/ConsumerEvent.d.ts +11 -0
  382. package/dist/src/ConsumerEvent.js +5 -0
  383. package/dist/src/ConsumerEventCollection.d.ts +7 -0
  384. package/dist/src/ConsumerEventCollection.js +5 -0
  385. package/dist/src/ConsumerEventSubscription.d.ts +12 -0
  386. package/dist/src/ConsumerEventSubscription.js +5 -0
  387. package/dist/src/ConsumerEventSubscriptionCollection.d.ts +7 -0
  388. package/dist/src/ConsumerEventSubscriptionCollection.js +5 -0
  389. package/dist/src/ConsumerEventSubscriptionCreate.d.ts +8 -0
  390. package/dist/src/ConsumerEventSubscriptionCreate.js +5 -0
  391. package/dist/src/ConsumerEventSubscriptionResponse.d.ts +10 -0
  392. package/dist/src/ConsumerEventSubscriptionResponse.js +5 -0
  393. package/dist/src/ConsumerEventSubscriptionUpdate.d.ts +8 -0
  394. package/dist/src/ConsumerEventSubscriptionUpdate.js +5 -0
  395. package/dist/src/ConsumerEventTag.d.ts +14 -0
  396. package/dist/src/ConsumerEventTag.js +49 -0
  397. package/dist/src/ConsumerGrant.d.ts +10 -0
  398. package/dist/src/ConsumerGrant.js +5 -0
  399. package/dist/src/ConsumerGrantCollection.d.ts +7 -0
  400. package/dist/src/ConsumerGrantCollection.js +5 -0
  401. package/dist/src/ConsumerGrantTag.d.ts +21 -0
  402. package/dist/src/ConsumerGrantTag.js +90 -0
  403. package/dist/src/ConsumerIdentity.d.ts +10 -0
  404. package/dist/src/ConsumerIdentity.js +5 -0
  405. package/dist/src/ConsumerIdentityCollection.d.ts +7 -0
  406. package/dist/src/ConsumerIdentityCollection.js +5 -0
  407. package/dist/src/ConsumerIdentityTag.d.ts +27 -0
  408. package/dist/src/ConsumerIdentityTag.js +121 -0
  409. package/dist/src/ConsumerLog.d.ts +15 -0
  410. package/dist/src/ConsumerLog.js +5 -0
  411. package/dist/src/ConsumerLogCollection.d.ts +7 -0
  412. package/dist/src/ConsumerLogCollection.js +5 -0
  413. package/dist/src/ConsumerLogTag.d.ts +21 -0
  414. package/dist/src/ConsumerLogTag.js +90 -0
  415. package/dist/src/ConsumerPage.d.ts +12 -0
  416. package/dist/src/ConsumerPage.js +5 -0
  417. package/dist/src/ConsumerPageCollection.d.ts +7 -0
  418. package/dist/src/ConsumerPageCollection.js +5 -0
  419. package/dist/src/ConsumerPageTag.d.ts +21 -0
  420. package/dist/src/ConsumerPageTag.js +90 -0
  421. package/dist/src/ConsumerPaymentCheckoutRequest.d.ts +8 -0
  422. package/dist/src/ConsumerPaymentCheckoutRequest.js +5 -0
  423. package/dist/src/ConsumerPaymentCheckoutResponse.d.ts +7 -0
  424. package/dist/src/ConsumerPaymentCheckoutResponse.js +5 -0
  425. package/dist/src/ConsumerPaymentPortalRequest.d.ts +7 -0
  426. package/dist/src/ConsumerPaymentPortalRequest.js +5 -0
  427. package/dist/src/ConsumerPaymentPortalResponse.d.ts +7 -0
  428. package/dist/src/ConsumerPaymentPortalResponse.js +5 -0
  429. package/dist/src/ConsumerPaymentTag.d.ts +23 -0
  430. package/dist/src/ConsumerPaymentTag.js +86 -0
  431. package/dist/src/ConsumerPlan.d.ts +13 -0
  432. package/dist/src/ConsumerPlan.js +5 -0
  433. package/dist/src/ConsumerPlanCollection.d.ts +7 -0
  434. package/dist/src/ConsumerPlanCollection.js +5 -0
  435. package/dist/src/ConsumerPlanTag.d.ts +21 -0
  436. package/dist/src/ConsumerPlanTag.js +90 -0
  437. package/dist/src/ConsumerScope.d.ts +11 -0
  438. package/dist/src/ConsumerScope.js +5 -0
  439. package/dist/src/ConsumerScopeCollection.d.ts +7 -0
  440. package/dist/src/ConsumerScopeCollection.js +5 -0
  441. package/dist/src/ConsumerScopeTag.d.ts +14 -0
  442. package/dist/src/ConsumerScopeTag.js +49 -0
  443. package/dist/src/ConsumerSubscriptionTag.d.ts +42 -0
  444. package/dist/src/ConsumerSubscriptionTag.js +213 -0
  445. package/dist/src/ConsumerTag.d.ts +31 -0
  446. package/dist/src/ConsumerTag.js +55 -0
  447. package/dist/src/ConsumerTransaction.d.ts +17 -0
  448. package/dist/src/ConsumerTransaction.js +5 -0
  449. package/dist/src/ConsumerTransactionCollection.d.ts +7 -0
  450. package/dist/src/ConsumerTransactionCollection.js +5 -0
  451. package/dist/src/ConsumerTransactionTag.d.ts +21 -0
  452. package/dist/src/ConsumerTransactionTag.js +90 -0
  453. package/dist/src/ConsumerUserAccount.d.ts +18 -0
  454. package/dist/src/ConsumerUserAccount.js +5 -0
  455. package/dist/src/ConsumerUserActivate.d.ts +7 -0
  456. package/dist/src/ConsumerUserActivate.js +5 -0
  457. package/dist/src/ConsumerUserEmail.d.ts +8 -0
  458. package/dist/src/ConsumerUserEmail.js +5 -0
  459. package/dist/src/ConsumerUserJWT.d.ts +10 -0
  460. package/dist/src/ConsumerUserJWT.js +5 -0
  461. package/dist/src/ConsumerUserLogin.d.ts +9 -0
  462. package/dist/src/ConsumerUserLogin.js +5 -0
  463. package/dist/src/ConsumerUserPasswordReset.d.ts +8 -0
  464. package/dist/src/ConsumerUserPasswordReset.js +5 -0
  465. package/dist/src/ConsumerUserPlan.d.ts +11 -0
  466. package/dist/src/ConsumerUserPlan.js +5 -0
  467. package/dist/src/ConsumerUserRefresh.d.ts +7 -0
  468. package/dist/src/ConsumerUserRefresh.js +5 -0
  469. package/dist/src/ConsumerUserRegister.d.ts +10 -0
  470. package/dist/src/ConsumerUserRegister.js +5 -0
  471. package/dist/src/Passthru.d.ts +8 -0
  472. package/dist/src/SystemAbout.d.ts +22 -0
  473. package/dist/src/SystemAbout.js +5 -0
  474. package/dist/src/SystemAboutApps.d.ts +5 -0
  475. package/dist/src/SystemAboutApps.js +5 -0
  476. package/dist/src/SystemAboutLink.d.ts +8 -0
  477. package/dist/src/SystemAboutLink.js +5 -0
  478. package/dist/src/SystemConnectionTag.d.ts +13 -0
  479. package/dist/src/SystemConnectionTag.js +41 -0
  480. package/dist/src/SystemHealthCheck.d.ts +8 -0
  481. package/dist/src/SystemHealthCheck.js +5 -0
  482. package/dist/src/SystemMetaTag.d.ts +38 -0
  483. package/dist/src/SystemMetaTag.js +170 -0
  484. package/dist/src/SystemPaymentTag.d.ts +14 -0
  485. package/dist/src/SystemPaymentTag.js +45 -0
  486. package/dist/src/SystemRoute.d.ts +8 -0
  487. package/dist/src/SystemRoute.js +5 -0
  488. package/dist/src/SystemRouteMethod.d.ts +5 -0
  489. package/dist/src/SystemRouteMethod.js +5 -0
  490. package/dist/src/SystemRoutePath.d.ts +6 -0
  491. package/dist/src/SystemRoutePath.js +5 -0
  492. package/dist/src/SystemSchema.d.ts +10 -0
  493. package/dist/src/SystemSchema.js +5 -0
  494. package/dist/src/SystemSchemaForm.d.ts +5 -0
  495. package/dist/src/SystemSchemaForm.js +5 -0
  496. package/dist/src/SystemSchemaTypeSchema.d.ts +5 -0
  497. package/dist/src/SystemSchemaTypeSchema.js +5 -0
  498. package/dist/src/SystemTag.d.ts +13 -0
  499. package/dist/src/SystemTag.js +19 -0
  500. package/package.json +1 -1
  501. package/dist/src/Util.d.ts +0 -3
  502. package/dist/src/Util.js +0 -10
  503. package/dist/src/generated/backend/AccountChangePassword.d.ts +0 -9
  504. package/dist/src/generated/backend/AccountChangePassword.js +0 -5
  505. package/dist/src/generated/backend/AccountTag.d.ts +0 -29
  506. package/dist/src/generated/backend/AccountTag.js +0 -121
  507. package/dist/src/generated/backend/Action.d.ts +0 -15
  508. package/dist/src/generated/backend/Action.js +0 -5
  509. package/dist/src/generated/backend/ActionCollection.d.ts +0 -7
  510. package/dist/src/generated/backend/ActionCollection.js +0 -5
  511. package/dist/src/generated/backend/ActionConfig.d.ts +0 -5
  512. package/dist/src/generated/backend/ActionConfig.js +0 -5
  513. package/dist/src/generated/backend/ActionCreate.d.ts +0 -7
  514. package/dist/src/generated/backend/ActionCreate.js +0 -5
  515. package/dist/src/generated/backend/ActionExecuteRequest.d.ts +0 -12
  516. package/dist/src/generated/backend/ActionExecuteRequest.js +0 -5
  517. package/dist/src/generated/backend/ActionExecuteRequestBody.d.ts +0 -5
  518. package/dist/src/generated/backend/ActionExecuteRequestBody.js +0 -5
  519. package/dist/src/generated/backend/ActionExecuteResponse.d.ts +0 -11
  520. package/dist/src/generated/backend/ActionExecuteResponse.js +0 -5
  521. package/dist/src/generated/backend/ActionExecuteResponseBody.d.ts +0 -5
  522. package/dist/src/generated/backend/ActionExecuteResponseBody.js +0 -5
  523. package/dist/src/generated/backend/ActionExecuteResponseHeaders.d.ts +0 -5
  524. package/dist/src/generated/backend/ActionExecuteResponseHeaders.js +0 -5
  525. package/dist/src/generated/backend/ActionIndex.d.ts +0 -8
  526. package/dist/src/generated/backend/ActionIndex.js +0 -5
  527. package/dist/src/generated/backend/ActionIndexEntry.d.ts +0 -8
  528. package/dist/src/generated/backend/ActionIndexEntry.js +0 -5
  529. package/dist/src/generated/backend/ActionTag.d.ts +0 -64
  530. package/dist/src/generated/backend/ActionTag.js +0 -323
  531. package/dist/src/generated/backend/ActionUpdate.d.ts +0 -7
  532. package/dist/src/generated/backend/ActionUpdate.js +0 -5
  533. package/dist/src/generated/backend/App.d.ts +0 -20
  534. package/dist/src/generated/backend/App.js +0 -5
  535. package/dist/src/generated/backend/AppCollection.d.ts +0 -7
  536. package/dist/src/generated/backend/AppCollection.js +0 -5
  537. package/dist/src/generated/backend/AppCreate.d.ts +0 -7
  538. package/dist/src/generated/backend/AppCreate.js +0 -5
  539. package/dist/src/generated/backend/AppTag.d.ts +0 -62
  540. package/dist/src/generated/backend/AppTag.js +0 -340
  541. package/dist/src/generated/backend/AppToken.d.ts +0 -13
  542. package/dist/src/generated/backend/AppToken.js +0 -5
  543. package/dist/src/generated/backend/AppTokenCollection.d.ts +0 -7
  544. package/dist/src/generated/backend/AppTokenCollection.js +0 -5
  545. package/dist/src/generated/backend/AppUpdate.d.ts +0 -7
  546. package/dist/src/generated/backend/AppUpdate.js +0 -5
  547. package/dist/src/generated/backend/Audit.d.ts +0 -17
  548. package/dist/src/generated/backend/Audit.js +0 -5
  549. package/dist/src/generated/backend/AuditCollection.d.ts +0 -7
  550. package/dist/src/generated/backend/AuditCollection.js +0 -5
  551. package/dist/src/generated/backend/AuditObject.d.ts +0 -8
  552. package/dist/src/generated/backend/AuditObject.js +0 -5
  553. package/dist/src/generated/backend/AuditTag.d.ts +0 -21
  554. package/dist/src/generated/backend/AuditTag.js +0 -97
  555. package/dist/src/generated/backend/Category.d.ts +0 -8
  556. package/dist/src/generated/backend/Category.js +0 -5
  557. package/dist/src/generated/backend/CategoryCollection.d.ts +0 -7
  558. package/dist/src/generated/backend/CategoryCollection.js +0 -5
  559. package/dist/src/generated/backend/CategoryCreate.d.ts +0 -7
  560. package/dist/src/generated/backend/CategoryCreate.js +0 -5
  561. package/dist/src/generated/backend/CategoryTag.d.ts +0 -42
  562. package/dist/src/generated/backend/CategoryTag.js +0 -213
  563. package/dist/src/generated/backend/CategoryUpdate.d.ts +0 -7
  564. package/dist/src/generated/backend/CategoryUpdate.js +0 -5
  565. package/dist/src/generated/backend/Client.d.ts +0 -59
  566. package/dist/src/generated/backend/Client.js +0 -111
  567. package/dist/src/generated/backend/Collection.d.ts +0 -10
  568. package/dist/src/generated/backend/Collection.js +0 -5
  569. package/dist/src/generated/backend/Config.d.ts +0 -11
  570. package/dist/src/generated/backend/Config.js +0 -5
  571. package/dist/src/generated/backend/ConfigCollection.d.ts +0 -7
  572. package/dist/src/generated/backend/ConfigCollection.js +0 -5
  573. package/dist/src/generated/backend/ConfigTag.d.ts +0 -29
  574. package/dist/src/generated/backend/ConfigTag.js +0 -134
  575. package/dist/src/generated/backend/ConfigUpdate.d.ts +0 -7
  576. package/dist/src/generated/backend/ConfigUpdate.js +0 -5
  577. package/dist/src/generated/backend/Connection.d.ts +0 -13
  578. package/dist/src/generated/backend/Connection.js +0 -5
  579. package/dist/src/generated/backend/ConnectionCollection.d.ts +0 -7
  580. package/dist/src/generated/backend/ConnectionCollection.js +0 -5
  581. package/dist/src/generated/backend/ConnectionConfig.d.ts +0 -5
  582. package/dist/src/generated/backend/ConnectionConfig.js +0 -5
  583. package/dist/src/generated/backend/ConnectionCreate.d.ts +0 -7
  584. package/dist/src/generated/backend/ConnectionCreate.js +0 -5
  585. package/dist/src/generated/backend/ConnectionIndex.d.ts +0 -8
  586. package/dist/src/generated/backend/ConnectionIndex.js +0 -5
  587. package/dist/src/generated/backend/ConnectionIndexEntry.d.ts +0 -8
  588. package/dist/src/generated/backend/ConnectionIndexEntry.js +0 -5
  589. package/dist/src/generated/backend/ConnectionIntrospectionEntities.d.ts +0 -7
  590. package/dist/src/generated/backend/ConnectionIntrospectionEntities.js +0 -5
  591. package/dist/src/generated/backend/ConnectionIntrospectionEntity.d.ts +0 -10
  592. package/dist/src/generated/backend/ConnectionIntrospectionEntity.js +0 -5
  593. package/dist/src/generated/backend/ConnectionIntrospectionEntityRow.d.ts +0 -7
  594. package/dist/src/generated/backend/ConnectionIntrospectionEntityRow.js +0 -5
  595. package/dist/src/generated/backend/ConnectionTag.d.ts +0 -76
  596. package/dist/src/generated/backend/ConnectionTag.js +0 -401
  597. package/dist/src/generated/backend/ConnectionUpdate.d.ts +0 -7
  598. package/dist/src/generated/backend/ConnectionUpdate.js +0 -5
  599. package/dist/src/generated/backend/Cronjob.d.ts +0 -16
  600. package/dist/src/generated/backend/Cronjob.js +0 -5
  601. package/dist/src/generated/backend/CronjobCollection.d.ts +0 -7
  602. package/dist/src/generated/backend/CronjobCollection.js +0 -5
  603. package/dist/src/generated/backend/CronjobCreate.d.ts +0 -7
  604. package/dist/src/generated/backend/CronjobCreate.js +0 -5
  605. package/dist/src/generated/backend/CronjobError.d.ts +0 -10
  606. package/dist/src/generated/backend/CronjobError.js +0 -5
  607. package/dist/src/generated/backend/CronjobTag.d.ts +0 -42
  608. package/dist/src/generated/backend/CronjobTag.js +0 -213
  609. package/dist/src/generated/backend/CronjobUpdate.d.ts +0 -7
  610. package/dist/src/generated/backend/CronjobUpdate.js +0 -5
  611. package/dist/src/generated/backend/Dashboard.d.ts +0 -20
  612. package/dist/src/generated/backend/Dashboard.js +0 -5
  613. package/dist/src/generated/backend/DashboardApp.d.ts +0 -9
  614. package/dist/src/generated/backend/DashboardApp.js +0 -5
  615. package/dist/src/generated/backend/DashboardApps.d.ts +0 -7
  616. package/dist/src/generated/backend/DashboardApps.js +0 -5
  617. package/dist/src/generated/backend/DashboardRequest.d.ts +0 -10
  618. package/dist/src/generated/backend/DashboardRequest.js +0 -5
  619. package/dist/src/generated/backend/DashboardRequests.d.ts +0 -7
  620. package/dist/src/generated/backend/DashboardRequests.js +0 -5
  621. package/dist/src/generated/backend/DashboardTag.d.ts +0 -14
  622. package/dist/src/generated/backend/DashboardTag.js +0 -45
  623. package/dist/src/generated/backend/DashboardTransaction.d.ts +0 -12
  624. package/dist/src/generated/backend/DashboardTransaction.js +0 -5
  625. package/dist/src/generated/backend/DashboardTransactions.d.ts +0 -7
  626. package/dist/src/generated/backend/DashboardTransactions.js +0 -5
  627. package/dist/src/generated/backend/DashboardUser.d.ts +0 -10
  628. package/dist/src/generated/backend/DashboardUser.js +0 -5
  629. package/dist/src/generated/backend/DashboardUsers.d.ts +0 -7
  630. package/dist/src/generated/backend/DashboardUsers.js +0 -5
  631. package/dist/src/generated/backend/Event.d.ts +0 -12
  632. package/dist/src/generated/backend/Event.js +0 -5
  633. package/dist/src/generated/backend/EventCollection.d.ts +0 -7
  634. package/dist/src/generated/backend/EventCollection.js +0 -5
  635. package/dist/src/generated/backend/EventCreate.d.ts +0 -7
  636. package/dist/src/generated/backend/EventCreate.js +0 -5
  637. package/dist/src/generated/backend/EventSubscription.d.ts +0 -12
  638. package/dist/src/generated/backend/EventSubscription.js +0 -5
  639. package/dist/src/generated/backend/EventSubscriptionCollection.d.ts +0 -7
  640. package/dist/src/generated/backend/EventSubscriptionCollection.js +0 -5
  641. package/dist/src/generated/backend/EventSubscriptionCreate.d.ts +0 -7
  642. package/dist/src/generated/backend/EventSubscriptionCreate.js +0 -5
  643. package/dist/src/generated/backend/EventSubscriptionResponse.d.ts +0 -12
  644. package/dist/src/generated/backend/EventSubscriptionResponse.js +0 -5
  645. package/dist/src/generated/backend/EventSubscriptionUpdate.d.ts +0 -7
  646. package/dist/src/generated/backend/EventSubscriptionUpdate.js +0 -5
  647. package/dist/src/generated/backend/EventTag.d.ts +0 -76
  648. package/dist/src/generated/backend/EventTag.js +0 -414
  649. package/dist/src/generated/backend/EventUpdate.d.ts +0 -7
  650. package/dist/src/generated/backend/EventUpdate.js +0 -5
  651. package/dist/src/generated/backend/FormContainer.d.ts +0 -11
  652. package/dist/src/generated/backend/FormContainer.js +0 -5
  653. package/dist/src/generated/backend/FormElement.d.ts +0 -10
  654. package/dist/src/generated/backend/FormElement.js +0 -5
  655. package/dist/src/generated/backend/FormElementInput.d.ts +0 -8
  656. package/dist/src/generated/backend/FormElementInput.js +0 -5
  657. package/dist/src/generated/backend/FormElementSelect.d.ts +0 -9
  658. package/dist/src/generated/backend/FormElementSelect.js +0 -5
  659. package/dist/src/generated/backend/FormElementSelectOption.d.ts +0 -8
  660. package/dist/src/generated/backend/FormElementSelectOption.js +0 -5
  661. package/dist/src/generated/backend/FormElementTag.d.ts +0 -7
  662. package/dist/src/generated/backend/FormElementTag.js +0 -5
  663. package/dist/src/generated/backend/FormElementTextArea.d.ts +0 -8
  664. package/dist/src/generated/backend/FormElementTextArea.js +0 -5
  665. package/dist/src/generated/backend/GeneratorIndexProvider.d.ts +0 -8
  666. package/dist/src/generated/backend/GeneratorIndexProvider.js +0 -5
  667. package/dist/src/generated/backend/GeneratorIndexProviders.d.ts +0 -8
  668. package/dist/src/generated/backend/GeneratorIndexProviders.js +0 -5
  669. package/dist/src/generated/backend/GeneratorProvider.d.ts +0 -11
  670. package/dist/src/generated/backend/GeneratorProvider.js +0 -5
  671. package/dist/src/generated/backend/GeneratorProviderChangelog.d.ts +0 -12
  672. package/dist/src/generated/backend/GeneratorProviderChangelog.js +0 -5
  673. package/dist/src/generated/backend/GeneratorProviderConfig.d.ts +0 -5
  674. package/dist/src/generated/backend/GeneratorProviderConfig.js +0 -5
  675. package/dist/src/generated/backend/GeneratorTag.d.ts +0 -37
  676. package/dist/src/generated/backend/GeneratorTag.js +0 -158
  677. package/dist/src/generated/backend/Identity.d.ts +0 -15
  678. package/dist/src/generated/backend/Identity.js +0 -5
  679. package/dist/src/generated/backend/IdentityCollection.d.ts +0 -7
  680. package/dist/src/generated/backend/IdentityCollection.js +0 -5
  681. package/dist/src/generated/backend/IdentityConfig.d.ts +0 -5
  682. package/dist/src/generated/backend/IdentityConfig.js +0 -5
  683. package/dist/src/generated/backend/IdentityCreate.d.ts +0 -7
  684. package/dist/src/generated/backend/IdentityCreate.js +0 -5
  685. package/dist/src/generated/backend/IdentityIndex.d.ts +0 -8
  686. package/dist/src/generated/backend/IdentityIndex.js +0 -5
  687. package/dist/src/generated/backend/IdentityIndexEntry.d.ts +0 -8
  688. package/dist/src/generated/backend/IdentityIndexEntry.js +0 -5
  689. package/dist/src/generated/backend/IdentityTag.d.ts +0 -56
  690. package/dist/src/generated/backend/IdentityTag.js +0 -285
  691. package/dist/src/generated/backend/IdentityUpdate.d.ts +0 -7
  692. package/dist/src/generated/backend/IdentityUpdate.js +0 -5
  693. package/dist/src/generated/backend/Log.d.ts +0 -16
  694. package/dist/src/generated/backend/Log.js +0 -5
  695. package/dist/src/generated/backend/LogCollection.d.ts +0 -7
  696. package/dist/src/generated/backend/LogCollection.js +0 -5
  697. package/dist/src/generated/backend/LogError.d.ts +0 -11
  698. package/dist/src/generated/backend/LogError.js +0 -5
  699. package/dist/src/generated/backend/LogErrorCollection.d.ts +0 -7
  700. package/dist/src/generated/backend/LogErrorCollection.js +0 -5
  701. package/dist/src/generated/backend/LogTag.d.ts +0 -35
  702. package/dist/src/generated/backend/LogTag.js +0 -177
  703. package/dist/src/generated/backend/MarketplaceApp.d.ts +0 -13
  704. package/dist/src/generated/backend/MarketplaceApp.js +0 -5
  705. package/dist/src/generated/backend/MarketplaceCollection.d.ts +0 -8
  706. package/dist/src/generated/backend/MarketplaceCollection.js +0 -5
  707. package/dist/src/generated/backend/MarketplaceCollectionApps.d.ts +0 -6
  708. package/dist/src/generated/backend/MarketplaceCollectionApps.js +0 -5
  709. package/dist/src/generated/backend/MarketplaceInstall.d.ts +0 -7
  710. package/dist/src/generated/backend/MarketplaceInstall.js +0 -5
  711. package/dist/src/generated/backend/MarketplaceLocalApp.d.ts +0 -8
  712. package/dist/src/generated/backend/MarketplaceLocalApp.js +0 -5
  713. package/dist/src/generated/backend/MarketplaceRemoteApp.d.ts +0 -8
  714. package/dist/src/generated/backend/MarketplaceRemoteApp.js +0 -5
  715. package/dist/src/generated/backend/MarketplaceTag.d.ts +0 -41
  716. package/dist/src/generated/backend/MarketplaceTag.js +0 -206
  717. package/dist/src/generated/backend/Message.d.ts +0 -9
  718. package/dist/src/generated/backend/Message.js +0 -5
  719. package/dist/src/generated/backend/MessageException.d.ts +0 -11
  720. package/dist/src/generated/backend/MessageException.js +0 -14
  721. package/dist/src/generated/backend/Metadata.d.ts +0 -5
  722. package/dist/src/generated/backend/Metadata.js +0 -5
  723. package/dist/src/generated/backend/Operation.d.ts +0 -27
  724. package/dist/src/generated/backend/Operation.js +0 -5
  725. package/dist/src/generated/backend/OperationCollection.d.ts +0 -7
  726. package/dist/src/generated/backend/OperationCollection.js +0 -5
  727. package/dist/src/generated/backend/OperationCreate.d.ts +0 -7
  728. package/dist/src/generated/backend/OperationCreate.js +0 -5
  729. package/dist/src/generated/backend/OperationParameters.d.ts +0 -6
  730. package/dist/src/generated/backend/OperationParameters.js +0 -5
  731. package/dist/src/generated/backend/OperationSchema.d.ts +0 -10
  732. package/dist/src/generated/backend/OperationSchema.js +0 -5
  733. package/dist/src/generated/backend/OperationTag.d.ts +0 -42
  734. package/dist/src/generated/backend/OperationTag.js +0 -213
  735. package/dist/src/generated/backend/OperationThrows.d.ts +0 -5
  736. package/dist/src/generated/backend/OperationThrows.js +0 -5
  737. package/dist/src/generated/backend/OperationUpdate.d.ts +0 -7
  738. package/dist/src/generated/backend/OperationUpdate.js +0 -5
  739. package/dist/src/generated/backend/Page.d.ts +0 -13
  740. package/dist/src/generated/backend/Page.js +0 -5
  741. package/dist/src/generated/backend/PageCollection.d.ts +0 -7
  742. package/dist/src/generated/backend/PageCollection.js +0 -5
  743. package/dist/src/generated/backend/PageCreate.d.ts +0 -7
  744. package/dist/src/generated/backend/PageCreate.js +0 -5
  745. package/dist/src/generated/backend/PageTag.d.ts +0 -42
  746. package/dist/src/generated/backend/PageTag.js +0 -213
  747. package/dist/src/generated/backend/PageUpdate.d.ts +0 -7
  748. package/dist/src/generated/backend/PageUpdate.js +0 -5
  749. package/dist/src/generated/backend/Plan.d.ts +0 -16
  750. package/dist/src/generated/backend/Plan.js +0 -5
  751. package/dist/src/generated/backend/PlanCollection.d.ts +0 -7
  752. package/dist/src/generated/backend/PlanCollection.js +0 -5
  753. package/dist/src/generated/backend/PlanCreate.d.ts +0 -7
  754. package/dist/src/generated/backend/PlanCreate.js +0 -5
  755. package/dist/src/generated/backend/PlanTag.d.ts +0 -42
  756. package/dist/src/generated/backend/PlanTag.js +0 -213
  757. package/dist/src/generated/backend/PlanUpdate.d.ts +0 -7
  758. package/dist/src/generated/backend/PlanUpdate.js +0 -5
  759. package/dist/src/generated/backend/Rate.d.ts +0 -15
  760. package/dist/src/generated/backend/Rate.js +0 -5
  761. package/dist/src/generated/backend/RateAllocation.d.ts +0 -12
  762. package/dist/src/generated/backend/RateAllocation.js +0 -5
  763. package/dist/src/generated/backend/RateCollection.d.ts +0 -7
  764. package/dist/src/generated/backend/RateCollection.js +0 -5
  765. package/dist/src/generated/backend/RateCreate.d.ts +0 -7
  766. package/dist/src/generated/backend/RateCreate.js +0 -5
  767. package/dist/src/generated/backend/RateTag.d.ts +0 -42
  768. package/dist/src/generated/backend/RateTag.js +0 -213
  769. package/dist/src/generated/backend/RateUpdate.d.ts +0 -7
  770. package/dist/src/generated/backend/RateUpdate.js +0 -5
  771. package/dist/src/generated/backend/Role.d.ts +0 -10
  772. package/dist/src/generated/backend/Role.js +0 -5
  773. package/dist/src/generated/backend/RoleCollection.d.ts +0 -7
  774. package/dist/src/generated/backend/RoleCollection.js +0 -5
  775. package/dist/src/generated/backend/RoleCreate.d.ts +0 -7
  776. package/dist/src/generated/backend/RoleCreate.js +0 -5
  777. package/dist/src/generated/backend/RoleTag.d.ts +0 -42
  778. package/dist/src/generated/backend/RoleTag.js +0 -213
  779. package/dist/src/generated/backend/RoleUpdate.d.ts +0 -7
  780. package/dist/src/generated/backend/RoleUpdate.js +0 -5
  781. package/dist/src/generated/backend/Schema.d.ts +0 -15
  782. package/dist/src/generated/backend/Schema.js +0 -5
  783. package/dist/src/generated/backend/SchemaCollection.d.ts +0 -7
  784. package/dist/src/generated/backend/SchemaCollection.js +0 -5
  785. package/dist/src/generated/backend/SchemaCreate.d.ts +0 -7
  786. package/dist/src/generated/backend/SchemaCreate.js +0 -5
  787. package/dist/src/generated/backend/SchemaForm.d.ts +0 -8
  788. package/dist/src/generated/backend/SchemaForm.js +0 -5
  789. package/dist/src/generated/backend/SchemaPreviewResponse.d.ts +0 -7
  790. package/dist/src/generated/backend/SchemaPreviewResponse.js +0 -5
  791. package/dist/src/generated/backend/SchemaSource.d.ts +0 -8
  792. package/dist/src/generated/backend/SchemaSource.js +0 -5
  793. package/dist/src/generated/backend/SchemaTag.d.ts +0 -56
  794. package/dist/src/generated/backend/SchemaTag.js +0 -294
  795. package/dist/src/generated/backend/SchemaUpdate.d.ts +0 -7
  796. package/dist/src/generated/backend/SchemaUpdate.js +0 -5
  797. package/dist/src/generated/backend/Scope.d.ts +0 -13
  798. package/dist/src/generated/backend/Scope.js +0 -5
  799. package/dist/src/generated/backend/ScopeCategories.d.ts +0 -8
  800. package/dist/src/generated/backend/ScopeCategories.js +0 -5
  801. package/dist/src/generated/backend/ScopeCategory.d.ts +0 -10
  802. package/dist/src/generated/backend/ScopeCategory.js +0 -5
  803. package/dist/src/generated/backend/ScopeCategoryScope.d.ts +0 -9
  804. package/dist/src/generated/backend/ScopeCategoryScope.js +0 -5
  805. package/dist/src/generated/backend/ScopeCollection.d.ts +0 -7
  806. package/dist/src/generated/backend/ScopeCollection.js +0 -5
  807. package/dist/src/generated/backend/ScopeCreate.d.ts +0 -7
  808. package/dist/src/generated/backend/ScopeCreate.js +0 -5
  809. package/dist/src/generated/backend/ScopeOperation.d.ts +0 -8
  810. package/dist/src/generated/backend/ScopeOperation.js +0 -5
  811. package/dist/src/generated/backend/ScopeTag.d.ts +0 -49
  812. package/dist/src/generated/backend/ScopeTag.js +0 -250
  813. package/dist/src/generated/backend/ScopeUpdate.d.ts +0 -7
  814. package/dist/src/generated/backend/ScopeUpdate.js +0 -5
  815. package/dist/src/generated/backend/SdkGenerate.d.ts +0 -8
  816. package/dist/src/generated/backend/SdkGenerate.js +0 -5
  817. package/dist/src/generated/backend/SdkResponse.d.ts +0 -8
  818. package/dist/src/generated/backend/SdkResponse.js +0 -5
  819. package/dist/src/generated/backend/SdkTag.d.ts +0 -22
  820. package/dist/src/generated/backend/SdkTag.js +0 -81
  821. package/dist/src/generated/backend/SdkTypes.d.ts +0 -5
  822. package/dist/src/generated/backend/SdkTypes.js +0 -5
  823. package/dist/src/generated/backend/StatisticChart.d.ts +0 -10
  824. package/dist/src/generated/backend/StatisticChart.js +0 -5
  825. package/dist/src/generated/backend/StatisticChartData.d.ts +0 -5
  826. package/dist/src/generated/backend/StatisticChartData.js +0 -5
  827. package/dist/src/generated/backend/StatisticCount.d.ts +0 -9
  828. package/dist/src/generated/backend/StatisticCount.js +0 -5
  829. package/dist/src/generated/backend/StatisticTag.d.ts +0 -69
  830. package/dist/src/generated/backend/StatisticTag.js +0 -510
  831. package/dist/src/generated/backend/Transaction.d.ts +0 -15
  832. package/dist/src/generated/backend/Transaction.js +0 -5
  833. package/dist/src/generated/backend/TransactionCollection.d.ts +0 -7
  834. package/dist/src/generated/backend/TransactionCollection.js +0 -5
  835. package/dist/src/generated/backend/TransactionTag.d.ts +0 -21
  836. package/dist/src/generated/backend/TransactionTag.js +0 -97
  837. package/dist/src/generated/backend/TrashData.d.ts +0 -9
  838. package/dist/src/generated/backend/TrashData.js +0 -5
  839. package/dist/src/generated/backend/TrashDataCollection.d.ts +0 -7
  840. package/dist/src/generated/backend/TrashDataCollection.js +0 -5
  841. package/dist/src/generated/backend/TrashRestore.d.ts +0 -7
  842. package/dist/src/generated/backend/TrashRestore.js +0 -5
  843. package/dist/src/generated/backend/TrashTag.d.ts +0 -29
  844. package/dist/src/generated/backend/TrashTag.js +0 -126
  845. package/dist/src/generated/backend/TrashTypes.d.ts +0 -7
  846. package/dist/src/generated/backend/TrashTypes.js +0 -5
  847. package/dist/src/generated/backend/User.d.ts +0 -19
  848. package/dist/src/generated/backend/User.js +0 -5
  849. package/dist/src/generated/backend/UserCollection.d.ts +0 -7
  850. package/dist/src/generated/backend/UserCollection.js +0 -5
  851. package/dist/src/generated/backend/UserCreate.d.ts +0 -8
  852. package/dist/src/generated/backend/UserCreate.js +0 -5
  853. package/dist/src/generated/backend/UserTag.d.ts +0 -42
  854. package/dist/src/generated/backend/UserTag.js +0 -213
  855. package/dist/src/generated/backend/UserUpdate.d.ts +0 -7
  856. package/dist/src/generated/backend/UserUpdate.js +0 -5
  857. package/dist/src/generated/consumer/AccountChangePassword.d.ts +0 -9
  858. package/dist/src/generated/consumer/AccountChangePassword.js +0 -5
  859. package/dist/src/generated/consumer/AccountTag.d.ts +0 -86
  860. package/dist/src/generated/consumer/AccountTag.js +0 -422
  861. package/dist/src/generated/consumer/App.d.ts +0 -17
  862. package/dist/src/generated/consumer/App.js +0 -5
  863. package/dist/src/generated/consumer/AppCollection.d.ts +0 -7
  864. package/dist/src/generated/consumer/AppCollection.js +0 -5
  865. package/dist/src/generated/consumer/AppCreate.d.ts +0 -9
  866. package/dist/src/generated/consumer/AppCreate.js +0 -5
  867. package/dist/src/generated/consumer/AppTag.d.ts +0 -42
  868. package/dist/src/generated/consumer/AppTag.js +0 -213
  869. package/dist/src/generated/consumer/AppUpdate.d.ts +0 -9
  870. package/dist/src/generated/consumer/AppUpdate.js +0 -5
  871. package/dist/src/generated/consumer/AuthorizeMeta.d.ts +0 -10
  872. package/dist/src/generated/consumer/AuthorizeMeta.js +0 -5
  873. package/dist/src/generated/consumer/AuthorizeRequest.d.ts +0 -12
  874. package/dist/src/generated/consumer/AuthorizeRequest.js +0 -5
  875. package/dist/src/generated/consumer/AuthorizeResponse.d.ts +0 -11
  876. package/dist/src/generated/consumer/AuthorizeResponse.js +0 -5
  877. package/dist/src/generated/consumer/AuthorizeResponseToken.d.ts +0 -10
  878. package/dist/src/generated/consumer/AuthorizeResponseToken.js +0 -5
  879. package/dist/src/generated/consumer/Client.d.ts +0 -31
  880. package/dist/src/generated/consumer/Client.js +0 -55
  881. package/dist/src/generated/consumer/Collection.d.ts +0 -10
  882. package/dist/src/generated/consumer/Collection.js +0 -5
  883. package/dist/src/generated/consumer/Event.d.ts +0 -11
  884. package/dist/src/generated/consumer/Event.js +0 -5
  885. package/dist/src/generated/consumer/EventCollection.d.ts +0 -7
  886. package/dist/src/generated/consumer/EventCollection.js +0 -5
  887. package/dist/src/generated/consumer/EventSubscription.d.ts +0 -12
  888. package/dist/src/generated/consumer/EventSubscription.js +0 -5
  889. package/dist/src/generated/consumer/EventSubscriptionCollection.d.ts +0 -7
  890. package/dist/src/generated/consumer/EventSubscriptionCollection.js +0 -5
  891. package/dist/src/generated/consumer/EventSubscriptionCreate.d.ts +0 -8
  892. package/dist/src/generated/consumer/EventSubscriptionCreate.js +0 -5
  893. package/dist/src/generated/consumer/EventSubscriptionResponse.d.ts +0 -10
  894. package/dist/src/generated/consumer/EventSubscriptionResponse.js +0 -5
  895. package/dist/src/generated/consumer/EventSubscriptionUpdate.d.ts +0 -8
  896. package/dist/src/generated/consumer/EventSubscriptionUpdate.js +0 -5
  897. package/dist/src/generated/consumer/EventTag.d.ts +0 -14
  898. package/dist/src/generated/consumer/EventTag.js +0 -49
  899. package/dist/src/generated/consumer/Grant.d.ts +0 -10
  900. package/dist/src/generated/consumer/Grant.js +0 -5
  901. package/dist/src/generated/consumer/GrantCollection.d.ts +0 -7
  902. package/dist/src/generated/consumer/GrantCollection.js +0 -5
  903. package/dist/src/generated/consumer/GrantTag.d.ts +0 -21
  904. package/dist/src/generated/consumer/GrantTag.js +0 -90
  905. package/dist/src/generated/consumer/Identity.d.ts +0 -10
  906. package/dist/src/generated/consumer/Identity.js +0 -5
  907. package/dist/src/generated/consumer/IdentityCollection.d.ts +0 -7
  908. package/dist/src/generated/consumer/IdentityCollection.js +0 -5
  909. package/dist/src/generated/consumer/IdentityTag.d.ts +0 -27
  910. package/dist/src/generated/consumer/IdentityTag.js +0 -121
  911. package/dist/src/generated/consumer/Log.d.ts +0 -15
  912. package/dist/src/generated/consumer/Log.js +0 -5
  913. package/dist/src/generated/consumer/LogCollection.d.ts +0 -7
  914. package/dist/src/generated/consumer/LogCollection.js +0 -5
  915. package/dist/src/generated/consumer/LogTag.d.ts +0 -21
  916. package/dist/src/generated/consumer/LogTag.js +0 -90
  917. package/dist/src/generated/consumer/Message.d.ts +0 -9
  918. package/dist/src/generated/consumer/Message.js +0 -5
  919. package/dist/src/generated/consumer/MessageException.d.ts +0 -11
  920. package/dist/src/generated/consumer/MessageException.js +0 -14
  921. package/dist/src/generated/consumer/Metadata.d.ts +0 -5
  922. package/dist/src/generated/consumer/Metadata.js +0 -5
  923. package/dist/src/generated/consumer/Page.d.ts +0 -12
  924. package/dist/src/generated/consumer/Page.js +0 -5
  925. package/dist/src/generated/consumer/PageCollection.d.ts +0 -7
  926. package/dist/src/generated/consumer/PageCollection.js +0 -5
  927. package/dist/src/generated/consumer/PageTag.d.ts +0 -21
  928. package/dist/src/generated/consumer/PageTag.js +0 -90
  929. package/dist/src/generated/consumer/Passthru.d.ts +0 -8
  930. package/dist/src/generated/consumer/PaymentCheckoutRequest.d.ts +0 -8
  931. package/dist/src/generated/consumer/PaymentCheckoutRequest.js +0 -5
  932. package/dist/src/generated/consumer/PaymentCheckoutResponse.d.ts +0 -7
  933. package/dist/src/generated/consumer/PaymentCheckoutResponse.js +0 -5
  934. package/dist/src/generated/consumer/PaymentPortalRequest.d.ts +0 -7
  935. package/dist/src/generated/consumer/PaymentPortalRequest.js +0 -5
  936. package/dist/src/generated/consumer/PaymentPortalResponse.d.ts +0 -7
  937. package/dist/src/generated/consumer/PaymentPortalResponse.js +0 -5
  938. package/dist/src/generated/consumer/PaymentTag.d.ts +0 -23
  939. package/dist/src/generated/consumer/PaymentTag.js +0 -86
  940. package/dist/src/generated/consumer/Plan.d.ts +0 -13
  941. package/dist/src/generated/consumer/Plan.js +0 -5
  942. package/dist/src/generated/consumer/PlanCollection.d.ts +0 -7
  943. package/dist/src/generated/consumer/PlanCollection.js +0 -5
  944. package/dist/src/generated/consumer/PlanTag.d.ts +0 -21
  945. package/dist/src/generated/consumer/PlanTag.js +0 -90
  946. package/dist/src/generated/consumer/Scope.d.ts +0 -11
  947. package/dist/src/generated/consumer/Scope.js +0 -5
  948. package/dist/src/generated/consumer/ScopeCollection.d.ts +0 -7
  949. package/dist/src/generated/consumer/ScopeCollection.js +0 -5
  950. package/dist/src/generated/consumer/ScopeTag.d.ts +0 -14
  951. package/dist/src/generated/consumer/ScopeTag.js +0 -49
  952. package/dist/src/generated/consumer/SubscriptionTag.d.ts +0 -42
  953. package/dist/src/generated/consumer/SubscriptionTag.js +0 -213
  954. package/dist/src/generated/consumer/Transaction.d.ts +0 -17
  955. package/dist/src/generated/consumer/Transaction.js +0 -5
  956. package/dist/src/generated/consumer/TransactionCollection.d.ts +0 -7
  957. package/dist/src/generated/consumer/TransactionCollection.js +0 -5
  958. package/dist/src/generated/consumer/TransactionTag.d.ts +0 -21
  959. package/dist/src/generated/consumer/TransactionTag.js +0 -90
  960. package/dist/src/generated/consumer/UserAccount.d.ts +0 -18
  961. package/dist/src/generated/consumer/UserAccount.js +0 -5
  962. package/dist/src/generated/consumer/UserActivate.d.ts +0 -7
  963. package/dist/src/generated/consumer/UserActivate.js +0 -5
  964. package/dist/src/generated/consumer/UserEmail.d.ts +0 -8
  965. package/dist/src/generated/consumer/UserEmail.js +0 -5
  966. package/dist/src/generated/consumer/UserJWT.d.ts +0 -10
  967. package/dist/src/generated/consumer/UserJWT.js +0 -5
  968. package/dist/src/generated/consumer/UserLogin.d.ts +0 -9
  969. package/dist/src/generated/consumer/UserLogin.js +0 -5
  970. package/dist/src/generated/consumer/UserPasswordReset.d.ts +0 -8
  971. package/dist/src/generated/consumer/UserPasswordReset.js +0 -5
  972. package/dist/src/generated/consumer/UserPlan.d.ts +0 -11
  973. package/dist/src/generated/consumer/UserPlan.js +0 -5
  974. package/dist/src/generated/consumer/UserRefresh.d.ts +0 -7
  975. package/dist/src/generated/consumer/UserRefresh.js +0 -5
  976. package/dist/src/generated/consumer/UserRegister.d.ts +0 -10
  977. package/dist/src/generated/consumer/UserRegister.js +0 -5
  978. /package/dist/src/{generated/consumer/Passthru.js → Passthru.js} +0 -0
@@ -0,0 +1,213 @@
1
+ /**
2
+ * BackendCronjobTag automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ import axios from "axios";
6
+ import { TagAbstract } from "sdkgen-client";
7
+ import { ClientException, UnknownStatusCodeException } from "sdkgen-client";
8
+ import { CommonMessageException } from "./CommonMessageException";
9
+ export class BackendCronjobTag extends TagAbstract {
10
+ /**
11
+ * @returns {Promise<CommonMessage>}
12
+ * @throws {CommonMessageException}
13
+ * @throws {ClientException}
14
+ */
15
+ async delete(cronjobId) {
16
+ const url = this.parser.url('/backend/cronjob/$cronjob_id<[0-9]+|^~>', {
17
+ 'cronjob_id': cronjobId,
18
+ });
19
+ let params = {
20
+ url: url,
21
+ method: 'DELETE',
22
+ params: this.parser.query({}),
23
+ };
24
+ try {
25
+ const response = await this.httpClient.request(params);
26
+ return response.data;
27
+ }
28
+ catch (error) {
29
+ if (error instanceof ClientException) {
30
+ throw error;
31
+ }
32
+ else if (axios.isAxiosError(error) && error.response) {
33
+ switch (error.response.status) {
34
+ case 401:
35
+ throw new CommonMessageException(error.response.data);
36
+ case 404:
37
+ throw new CommonMessageException(error.response.data);
38
+ case 410:
39
+ throw new CommonMessageException(error.response.data);
40
+ case 500:
41
+ throw new CommonMessageException(error.response.data);
42
+ default:
43
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
44
+ }
45
+ }
46
+ else {
47
+ throw new ClientException('An unknown error occurred: ' + String(error));
48
+ }
49
+ }
50
+ }
51
+ /**
52
+ * @returns {Promise<CommonMessage>}
53
+ * @throws {CommonMessageException}
54
+ * @throws {ClientException}
55
+ */
56
+ async update(cronjobId, payload) {
57
+ const url = this.parser.url('/backend/cronjob/$cronjob_id<[0-9]+|^~>', {
58
+ 'cronjob_id': cronjobId,
59
+ });
60
+ let params = {
61
+ url: url,
62
+ method: 'PUT',
63
+ params: this.parser.query({}),
64
+ data: payload
65
+ };
66
+ try {
67
+ const response = await this.httpClient.request(params);
68
+ return response.data;
69
+ }
70
+ catch (error) {
71
+ if (error instanceof ClientException) {
72
+ throw error;
73
+ }
74
+ else if (axios.isAxiosError(error) && error.response) {
75
+ switch (error.response.status) {
76
+ case 400:
77
+ throw new CommonMessageException(error.response.data);
78
+ case 401:
79
+ throw new CommonMessageException(error.response.data);
80
+ case 404:
81
+ throw new CommonMessageException(error.response.data);
82
+ case 410:
83
+ throw new CommonMessageException(error.response.data);
84
+ case 500:
85
+ throw new CommonMessageException(error.response.data);
86
+ default:
87
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
88
+ }
89
+ }
90
+ else {
91
+ throw new ClientException('An unknown error occurred: ' + String(error));
92
+ }
93
+ }
94
+ }
95
+ /**
96
+ * @returns {Promise<BackendCronjob>}
97
+ * @throws {CommonMessageException}
98
+ * @throws {ClientException}
99
+ */
100
+ async get(cronjobId) {
101
+ const url = this.parser.url('/backend/cronjob/$cronjob_id<[0-9]+|^~>', {
102
+ 'cronjob_id': cronjobId,
103
+ });
104
+ let params = {
105
+ url: url,
106
+ method: 'GET',
107
+ params: this.parser.query({}),
108
+ };
109
+ try {
110
+ const response = await this.httpClient.request(params);
111
+ return response.data;
112
+ }
113
+ catch (error) {
114
+ if (error instanceof ClientException) {
115
+ throw error;
116
+ }
117
+ else if (axios.isAxiosError(error) && error.response) {
118
+ switch (error.response.status) {
119
+ case 401:
120
+ throw new CommonMessageException(error.response.data);
121
+ case 404:
122
+ throw new CommonMessageException(error.response.data);
123
+ case 410:
124
+ throw new CommonMessageException(error.response.data);
125
+ case 500:
126
+ throw new CommonMessageException(error.response.data);
127
+ default:
128
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
129
+ }
130
+ }
131
+ else {
132
+ throw new ClientException('An unknown error occurred: ' + String(error));
133
+ }
134
+ }
135
+ }
136
+ /**
137
+ * @returns {Promise<CommonMessage>}
138
+ * @throws {CommonMessageException}
139
+ * @throws {ClientException}
140
+ */
141
+ async create(payload) {
142
+ const url = this.parser.url('/backend/cronjob', {});
143
+ let params = {
144
+ url: url,
145
+ method: 'POST',
146
+ params: this.parser.query({}),
147
+ data: payload
148
+ };
149
+ try {
150
+ const response = await this.httpClient.request(params);
151
+ return response.data;
152
+ }
153
+ catch (error) {
154
+ if (error instanceof ClientException) {
155
+ throw error;
156
+ }
157
+ else if (axios.isAxiosError(error) && error.response) {
158
+ switch (error.response.status) {
159
+ case 400:
160
+ throw new CommonMessageException(error.response.data);
161
+ case 401:
162
+ throw new CommonMessageException(error.response.data);
163
+ case 500:
164
+ throw new CommonMessageException(error.response.data);
165
+ default:
166
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
167
+ }
168
+ }
169
+ else {
170
+ throw new ClientException('An unknown error occurred: ' + String(error));
171
+ }
172
+ }
173
+ }
174
+ /**
175
+ * @returns {Promise<BackendCronjobCollection>}
176
+ * @throws {CommonMessageException}
177
+ * @throws {ClientException}
178
+ */
179
+ async getAll(startIndex, count, search) {
180
+ const url = this.parser.url('/backend/cronjob', {});
181
+ let params = {
182
+ url: url,
183
+ method: 'GET',
184
+ params: this.parser.query({
185
+ 'startIndex': startIndex,
186
+ 'count': count,
187
+ 'search': search,
188
+ }),
189
+ };
190
+ try {
191
+ const response = await this.httpClient.request(params);
192
+ return response.data;
193
+ }
194
+ catch (error) {
195
+ if (error instanceof ClientException) {
196
+ throw error;
197
+ }
198
+ else if (axios.isAxiosError(error) && error.response) {
199
+ switch (error.response.status) {
200
+ case 401:
201
+ throw new CommonMessageException(error.response.data);
202
+ case 500:
203
+ throw new CommonMessageException(error.response.data);
204
+ default:
205
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
206
+ }
207
+ }
208
+ else {
209
+ throw new ClientException('An unknown error occurred: ' + String(error));
210
+ }
211
+ }
212
+ }
213
+ }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * BackendCronjobUpdate automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ import { BackendCronjob } from "./BackendCronjob";
6
+ export interface BackendCronjobUpdate extends BackendCronjob {
7
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendCronjobUpdate automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,20 @@
1
+ /**
2
+ * BackendDashboard automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ import { BackendStatisticChart } from "./BackendStatisticChart";
6
+ import { BackendDashboardApps } from "./BackendDashboardApps";
7
+ import { BackendDashboardRequests } from "./BackendDashboardRequests";
8
+ import { BackendDashboardUsers } from "./BackendDashboardUsers";
9
+ import { BackendDashboardTransactions } from "./BackendDashboardTransactions";
10
+ export interface BackendDashboard {
11
+ errorsPerOperation?: BackendStatisticChart;
12
+ incomingRequests?: BackendStatisticChart;
13
+ incomingTransactions?: BackendStatisticChart;
14
+ mostUsedOperations?: BackendStatisticChart;
15
+ timePerOperation?: BackendStatisticChart;
16
+ latestApps?: BackendDashboardApps;
17
+ latestRequests?: BackendDashboardRequests;
18
+ latestUsers?: BackendDashboardUsers;
19
+ latestTransactions?: BackendDashboardTransactions;
20
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendDashboard automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,9 @@
1
+ /**
2
+ * BackendDashboardApp automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export interface BackendDashboardApp {
6
+ id?: number;
7
+ name?: string;
8
+ date?: string;
9
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendDashboardApp automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * BackendDashboardApps automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ import { CommonCollection } from "./CommonCollection";
6
+ import { BackendDashboardApp } from "./BackendDashboardApp";
7
+ export type BackendDashboardApps = CommonCollection<BackendDashboardApp>;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendDashboardApps automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,10 @@
1
+ /**
2
+ * BackendDashboardRequest automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export interface BackendDashboardRequest {
6
+ id?: number;
7
+ path?: string;
8
+ ip?: string;
9
+ date?: string;
10
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendDashboardRequest automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * BackendDashboardRequests automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ import { CommonCollection } from "./CommonCollection";
6
+ import { BackendDashboardRequest } from "./BackendDashboardRequest";
7
+ export type BackendDashboardRequests = CommonCollection<BackendDashboardRequest>;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendDashboardRequests automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,14 @@
1
+ /**
2
+ * BackendDashboardTag automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ import { TagAbstract } from "sdkgen-client";
6
+ import { BackendDashboard } from "./BackendDashboard";
7
+ export declare class BackendDashboardTag extends TagAbstract {
8
+ /**
9
+ * @returns {Promise<BackendDashboard>}
10
+ * @throws {CommonMessageException}
11
+ * @throws {ClientException}
12
+ */
13
+ getAll(): Promise<BackendDashboard>;
14
+ }
@@ -0,0 +1,45 @@
1
+ /**
2
+ * BackendDashboardTag automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ import axios from "axios";
6
+ import { TagAbstract } from "sdkgen-client";
7
+ import { ClientException, UnknownStatusCodeException } from "sdkgen-client";
8
+ import { CommonMessageException } from "./CommonMessageException";
9
+ export class BackendDashboardTag extends TagAbstract {
10
+ /**
11
+ * @returns {Promise<BackendDashboard>}
12
+ * @throws {CommonMessageException}
13
+ * @throws {ClientException}
14
+ */
15
+ async getAll() {
16
+ const url = this.parser.url('/backend/dashboard', {});
17
+ let params = {
18
+ url: url,
19
+ method: 'GET',
20
+ params: this.parser.query({}),
21
+ };
22
+ try {
23
+ const response = await this.httpClient.request(params);
24
+ return response.data;
25
+ }
26
+ catch (error) {
27
+ if (error instanceof ClientException) {
28
+ throw error;
29
+ }
30
+ else if (axios.isAxiosError(error) && error.response) {
31
+ switch (error.response.status) {
32
+ case 401:
33
+ throw new CommonMessageException(error.response.data);
34
+ case 500:
35
+ throw new CommonMessageException(error.response.data);
36
+ default:
37
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
38
+ }
39
+ }
40
+ else {
41
+ throw new ClientException('An unknown error occurred: ' + String(error));
42
+ }
43
+ }
44
+ }
45
+ }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * BackendDashboardTransaction automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export interface BackendDashboardTransaction {
6
+ id?: number;
7
+ status?: string;
8
+ provider?: string;
9
+ transactionId?: string;
10
+ amount?: number;
11
+ date?: string;
12
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendDashboardTransaction automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * BackendDashboardTransactions automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ import { CommonCollection } from "./CommonCollection";
6
+ import { BackendDashboardTransaction } from "./BackendDashboardTransaction";
7
+ export type BackendDashboardTransactions = CommonCollection<BackendDashboardTransaction>;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendDashboardTransactions automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,10 @@
1
+ /**
2
+ * BackendDashboardUser automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export interface BackendDashboardUser {
6
+ id?: number;
7
+ status?: string;
8
+ name?: string;
9
+ date?: string;
10
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendDashboardUser automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * BackendDashboardUsers automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ import { CommonCollection } from "./CommonCollection";
6
+ import { BackendDashboardUser } from "./BackendDashboardUser";
7
+ export type BackendDashboardUsers = CommonCollection<BackendDashboardUser>;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendDashboardUsers automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,12 @@
1
+ /**
2
+ * BackendEvent automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ import { CommonMetadata } from "./CommonMetadata";
6
+ export interface BackendEvent {
7
+ id?: number;
8
+ name?: string;
9
+ description?: string;
10
+ schema?: string;
11
+ metadata?: CommonMetadata;
12
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendEvent automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * BackendEventCollection automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ import { CommonCollection } from "./CommonCollection";
6
+ import { BackendEvent } from "./BackendEvent";
7
+ export type BackendEventCollection = CommonCollection<BackendEvent>;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendEventCollection automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * BackendEventCreate automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ import { BackendEvent } from "./BackendEvent";
6
+ export interface BackendEventCreate extends BackendEvent {
7
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendEventCreate automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,12 @@
1
+ /**
2
+ * BackendEventSubscription automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ import { BackendEventSubscriptionResponse } from "./BackendEventSubscriptionResponse";
6
+ export interface BackendEventSubscription {
7
+ id?: number;
8
+ eventId?: number;
9
+ userId?: number;
10
+ endpoint?: string;
11
+ responses?: Array<BackendEventSubscriptionResponse>;
12
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendEventSubscription automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * BackendEventSubscriptionCollection automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ import { CommonCollection } from "./CommonCollection";
6
+ import { BackendEventSubscription } from "./BackendEventSubscription";
7
+ export type BackendEventSubscriptionCollection = CommonCollection<BackendEventSubscription>;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendEventSubscriptionCollection automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * BackendEventSubscriptionCreate automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ import { BackendEventSubscription } from "./BackendEventSubscription";
6
+ export interface BackendEventSubscriptionCreate extends BackendEventSubscription {
7
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendEventSubscriptionCreate automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,12 @@
1
+ /**
2
+ * BackendEventSubscriptionResponse automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export interface BackendEventSubscriptionResponse {
6
+ id?: number;
7
+ status?: number;
8
+ code?: number;
9
+ attempts?: number;
10
+ error?: string;
11
+ executeDate?: string;
12
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendEventSubscriptionResponse automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * BackendEventSubscriptionUpdate automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ import { BackendEventSubscription } from "./BackendEventSubscription";
6
+ export interface BackendEventSubscriptionUpdate extends BackendEventSubscription {
7
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * BackendEventSubscriptionUpdate automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};