fusio-sdk 4.0.1 → 5.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 (544) hide show
  1. package/dist/{src/AuthorizationTag.d.ts → AuthorizationTag.d.ts} +2 -2
  2. package/dist/{src/AuthorizationTag.js → AuthorizationTag.js} +4 -4
  3. package/dist/{src/BackendAccountTag.d.ts → BackendAccountTag.d.ts} +3 -3
  4. package/dist/{src/BackendAccountTag.js → BackendAccountTag.js} +6 -6
  5. package/dist/{src/BackendActionExecuteRequest.d.ts → BackendActionExecuteRequest.d.ts} +1 -1
  6. package/dist/{src/BackendActionTag.d.ts → BackendActionTag.d.ts} +8 -8
  7. package/dist/{src/BackendActionTag.js → BackendActionTag.js} +16 -16
  8. package/dist/{src/BackendApp.d.ts → BackendApp.d.ts} +2 -2
  9. package/dist/{src/BackendAppTag.d.ts → BackendAppTag.d.ts} +6 -20
  10. package/dist/BackendAppTag.js +255 -0
  11. package/dist/{src/BackendAuditTag.d.ts → BackendAuditTag.d.ts} +2 -2
  12. package/dist/{src/BackendAuditTag.js → BackendAuditTag.js} +4 -4
  13. package/dist/{src/BackendCategoryTag.d.ts → BackendCategoryTag.d.ts} +5 -5
  14. package/dist/{src/BackendCategoryTag.js → BackendCategoryTag.js} +10 -10
  15. package/dist/{src/BackendConfigTag.d.ts → BackendConfigTag.d.ts} +3 -3
  16. package/dist/{src/BackendConfigTag.js → BackendConfigTag.js} +6 -6
  17. package/dist/{src/BackendConnectionTag.d.ts → BackendConnectionTag.d.ts} +10 -10
  18. package/dist/{src/BackendConnectionTag.js → BackendConnectionTag.js} +20 -20
  19. package/dist/{src/BackendCronjobTag.d.ts → BackendCronjobTag.d.ts} +5 -5
  20. package/dist/{src/BackendCronjobTag.js → BackendCronjobTag.js} +10 -10
  21. package/dist/{src/BackendDashboardTag.d.ts → BackendDashboardTag.d.ts} +1 -1
  22. package/dist/{src/BackendDashboardTag.js → BackendDashboardTag.js} +2 -2
  23. package/dist/BackendEventTag.d.ts +42 -0
  24. package/dist/BackendEventTag.js +213 -0
  25. package/dist/{src/BackendGeneratorTag.d.ts → BackendGeneratorTag.d.ts} +4 -4
  26. package/dist/{src/BackendGeneratorTag.js → BackendGeneratorTag.js} +8 -8
  27. package/dist/{src/BackendIdentityTag.d.ts → BackendIdentityTag.d.ts} +7 -7
  28. package/dist/{src/BackendIdentityTag.js → BackendIdentityTag.js} +14 -14
  29. package/dist/{src/BackendLogTag.d.ts → BackendLogTag.d.ts} +4 -4
  30. package/dist/{src/BackendLogTag.js → BackendLogTag.js} +8 -8
  31. package/dist/{src/BackendMarketplaceTag.d.ts → BackendMarketplaceTag.d.ts} +5 -5
  32. package/dist/{src/BackendMarketplaceTag.js → BackendMarketplaceTag.js} +10 -10
  33. package/dist/{src/BackendOperationTag.d.ts → BackendOperationTag.d.ts} +5 -5
  34. package/dist/{src/BackendOperationTag.js → BackendOperationTag.js} +10 -10
  35. package/dist/{src/BackendPageTag.d.ts → BackendPageTag.d.ts} +5 -5
  36. package/dist/{src/BackendPageTag.js → BackendPageTag.js} +10 -10
  37. package/dist/{src/BackendPlanTag.d.ts → BackendPlanTag.d.ts} +5 -5
  38. package/dist/{src/BackendPlanTag.js → BackendPlanTag.js} +10 -10
  39. package/dist/{src/BackendRateTag.d.ts → BackendRateTag.d.ts} +5 -5
  40. package/dist/{src/BackendRateTag.js → BackendRateTag.js} +10 -10
  41. package/dist/{src/BackendRoleTag.d.ts → BackendRoleTag.d.ts} +5 -5
  42. package/dist/{src/BackendRoleTag.js → BackendRoleTag.js} +10 -10
  43. package/dist/{src/BackendSchemaTag.d.ts → BackendSchemaTag.d.ts} +7 -7
  44. package/dist/{src/BackendSchemaTag.js → BackendSchemaTag.js} +14 -14
  45. package/dist/{src/BackendScopeTag.d.ts → BackendScopeTag.d.ts} +6 -6
  46. package/dist/{src/BackendScopeTag.js → BackendScopeTag.js} +12 -12
  47. package/dist/{src/BackendSdkTag.d.ts → BackendSdkTag.d.ts} +2 -2
  48. package/dist/{src/BackendSdkTag.js → BackendSdkTag.js} +4 -4
  49. package/dist/{src/BackendStatisticTag.d.ts → BackendStatisticTag.d.ts} +10 -10
  50. package/dist/{src/BackendStatisticTag.js → BackendStatisticTag.js} +20 -20
  51. package/dist/{src/BackendTag.d.ts → BackendTag.d.ts} +6 -0
  52. package/dist/{src/BackendTag.js → BackendTag.js} +12 -0
  53. package/dist/BackendTenantTag.d.ts +20 -0
  54. package/dist/BackendTenantTag.js +92 -0
  55. package/dist/BackendToken.d.ts +13 -0
  56. package/dist/BackendToken.js +5 -0
  57. package/dist/BackendTokenCollection.d.ts +7 -0
  58. package/dist/BackendTokenCollection.js +5 -0
  59. package/dist/BackendTokenTag.d.ts +21 -0
  60. package/dist/BackendTokenTag.js +95 -0
  61. package/dist/{src/BackendTransactionTag.d.ts → BackendTransactionTag.d.ts} +2 -2
  62. package/dist/{src/BackendTransactionTag.js → BackendTransactionTag.js} +4 -4
  63. package/dist/{src/BackendTrashTag.d.ts → BackendTrashTag.d.ts} +3 -3
  64. package/dist/{src/BackendTrashTag.js → BackendTrashTag.js} +6 -6
  65. package/dist/{src/BackendUserCreate.d.ts → BackendUserCreate.d.ts} +1 -1
  66. package/dist/{src/BackendUserTag.d.ts → BackendUserTag.d.ts} +5 -5
  67. package/dist/{src/BackendUserTag.js → BackendUserTag.js} +13 -13
  68. package/dist/BackendWebhook.d.ts +13 -0
  69. package/dist/BackendWebhook.js +5 -0
  70. package/dist/BackendWebhookCollection.d.ts +7 -0
  71. package/dist/{src/BackendEventSubscription.js → BackendWebhookCollection.js} +1 -1
  72. package/dist/BackendWebhookCreate.d.ts +7 -0
  73. package/dist/BackendWebhookCreate.js +5 -0
  74. package/dist/{src/BackendEventSubscriptionResponse.d.ts → BackendWebhookResponse.d.ts} +2 -2
  75. package/dist/BackendWebhookResponse.js +5 -0
  76. package/dist/BackendWebhookTag.d.ts +42 -0
  77. package/dist/BackendWebhookTag.js +211 -0
  78. package/dist/BackendWebhookUpdate.d.ts +7 -0
  79. package/dist/BackendWebhookUpdate.js +5 -0
  80. package/dist/{src/Client.d.ts → Client.d.ts} +2 -1
  81. package/dist/{src/Client.js → Client.js} +4 -0
  82. package/dist/{src/CommonFormElement.d.ts → CommonFormElement.d.ts} +1 -1
  83. package/dist/{src/CommonMessageException.js → CommonMessageException.js} +1 -1
  84. package/dist/{src/ConsumerAccountTag.d.ts → ConsumerAccountTag.d.ts} +11 -11
  85. package/dist/{src/ConsumerAccountTag.js → ConsumerAccountTag.js} +22 -22
  86. package/dist/{src/ConsumerAppCreate.d.ts → ConsumerAppCreate.d.ts} +3 -3
  87. package/dist/{src/ConsumerAppTag.d.ts → ConsumerAppTag.d.ts} +5 -5
  88. package/dist/{src/ConsumerAppTag.js → ConsumerAppTag.js} +13 -13
  89. package/dist/{src/ConsumerAppUpdate.d.ts → ConsumerAppUpdate.d.ts} +3 -3
  90. package/dist/{src/ConsumerAuthorizeRequest.d.ts → ConsumerAuthorizeRequest.d.ts} +4 -4
  91. package/dist/{src/ConsumerEventTag.d.ts → ConsumerEventTag.d.ts} +1 -1
  92. package/dist/{src/ConsumerEventTag.js → ConsumerEventTag.js} +2 -2
  93. package/dist/{src/ConsumerGrantTag.d.ts → ConsumerGrantTag.d.ts} +2 -2
  94. package/dist/{src/ConsumerGrantTag.js → ConsumerGrantTag.js} +4 -4
  95. package/dist/{src/ConsumerIdentityTag.d.ts → ConsumerIdentityTag.d.ts} +3 -3
  96. package/dist/{src/ConsumerIdentityTag.js → ConsumerIdentityTag.js} +6 -6
  97. package/dist/{src/ConsumerLogTag.d.ts → ConsumerLogTag.d.ts} +2 -2
  98. package/dist/{src/ConsumerLogTag.js → ConsumerLogTag.js} +4 -4
  99. package/dist/{src/ConsumerPageTag.d.ts → ConsumerPageTag.d.ts} +2 -2
  100. package/dist/{src/ConsumerPageTag.js → ConsumerPageTag.js} +4 -4
  101. package/dist/{src/ConsumerPaymentTag.d.ts → ConsumerPaymentTag.d.ts} +2 -2
  102. package/dist/{src/ConsumerPaymentTag.js → ConsumerPaymentTag.js} +4 -4
  103. package/dist/{src/ConsumerPlanTag.d.ts → ConsumerPlanTag.d.ts} +2 -2
  104. package/dist/{src/ConsumerPlanTag.js → ConsumerPlanTag.js} +5 -5
  105. package/dist/{src/ConsumerScopeTag.d.ts → ConsumerScopeTag.d.ts} +1 -1
  106. package/dist/{src/ConsumerScopeTag.js → ConsumerScopeTag.js} +2 -2
  107. package/dist/{src/ConsumerTag.d.ts → ConsumerTag.d.ts} +4 -2
  108. package/dist/{src/ConsumerTag.js → ConsumerTag.js} +7 -3
  109. package/dist/ConsumerToken.d.ts +13 -0
  110. package/dist/ConsumerToken.js +5 -0
  111. package/dist/ConsumerTokenAccessToken.d.ts +11 -0
  112. package/dist/ConsumerTokenAccessToken.js +5 -0
  113. package/dist/ConsumerTokenCollection.d.ts +7 -0
  114. package/dist/ConsumerTokenCollection.js +5 -0
  115. package/dist/ConsumerTokenCreate.d.ts +9 -0
  116. package/dist/ConsumerTokenCreate.js +5 -0
  117. package/dist/ConsumerTokenTag.d.ts +43 -0
  118. package/dist/ConsumerTokenTag.js +213 -0
  119. package/dist/ConsumerTokenUpdate.d.ts +8 -0
  120. package/dist/ConsumerTokenUpdate.js +5 -0
  121. package/dist/{src/ConsumerTransactionTag.d.ts → ConsumerTransactionTag.d.ts} +2 -2
  122. package/dist/{src/ConsumerTransactionTag.js → ConsumerTransactionTag.js} +5 -5
  123. package/dist/{src/ConsumerUserActivate.d.ts → ConsumerUserActivate.d.ts} +1 -1
  124. package/dist/{src/ConsumerUserEmail.d.ts → ConsumerUserEmail.d.ts} +1 -1
  125. package/dist/{src/ConsumerUserPasswordReset.d.ts → ConsumerUserPasswordReset.d.ts} +2 -2
  126. package/dist/{src/ConsumerUserRegister.d.ts → ConsumerUserRegister.d.ts} +3 -3
  127. package/dist/ConsumerWebhook.d.ts +13 -0
  128. package/dist/{src/BackendAppToken.js → ConsumerWebhook.js} +1 -1
  129. package/dist/ConsumerWebhookCollection.d.ts +7 -0
  130. package/dist/{src/BackendAppTokenCollection.js → ConsumerWebhookCollection.js} +1 -1
  131. package/dist/ConsumerWebhookCreate.d.ts +9 -0
  132. package/dist/ConsumerWebhookCreate.js +5 -0
  133. package/dist/ConsumerWebhookResponse.d.ts +10 -0
  134. package/dist/ConsumerWebhookResponse.js +5 -0
  135. package/dist/ConsumerWebhookTag.d.ts +42 -0
  136. package/dist/ConsumerWebhookTag.js +213 -0
  137. package/dist/ConsumerWebhookUpdate.d.ts +9 -0
  138. package/dist/ConsumerWebhookUpdate.js +5 -0
  139. package/dist/{src/SystemConnectionTag.js → SystemConnectionTag.js} +1 -1
  140. package/dist/{src/SystemMetaTag.d.ts → SystemMetaTag.d.ts} +1 -1
  141. package/dist/{src/SystemMetaTag.js → SystemMetaTag.js} +6 -6
  142. package/dist/{src/SystemPaymentTag.d.ts → SystemPaymentTag.d.ts} +1 -1
  143. package/dist/{src/SystemPaymentTag.js → SystemPaymentTag.js} +2 -2
  144. package/package.json +4 -2
  145. package/dist/index.d.ts +0 -249
  146. package/dist/index.js +0 -249
  147. package/dist/src/BackendAppTag.js +0 -340
  148. package/dist/src/BackendAppToken.d.ts +0 -13
  149. package/dist/src/BackendAppTokenCollection.d.ts +0 -7
  150. package/dist/src/BackendEventSubscription.d.ts +0 -12
  151. package/dist/src/BackendEventSubscriptionCollection.d.ts +0 -7
  152. package/dist/src/BackendEventSubscriptionCollection.js +0 -5
  153. package/dist/src/BackendEventSubscriptionCreate.d.ts +0 -7
  154. package/dist/src/BackendEventSubscriptionCreate.js +0 -5
  155. package/dist/src/BackendEventSubscriptionResponse.js +0 -5
  156. package/dist/src/BackendEventSubscriptionUpdate.d.ts +0 -7
  157. package/dist/src/BackendEventSubscriptionUpdate.js +0 -5
  158. package/dist/src/BackendEventTag.d.ts +0 -76
  159. package/dist/src/BackendEventTag.js +0 -414
  160. package/dist/src/ConsumerEventSubscription.d.ts +0 -12
  161. package/dist/src/ConsumerEventSubscription.js +0 -5
  162. package/dist/src/ConsumerEventSubscriptionCollection.d.ts +0 -7
  163. package/dist/src/ConsumerEventSubscriptionCollection.js +0 -5
  164. package/dist/src/ConsumerEventSubscriptionCreate.d.ts +0 -8
  165. package/dist/src/ConsumerEventSubscriptionCreate.js +0 -5
  166. package/dist/src/ConsumerEventSubscriptionResponse.d.ts +0 -10
  167. package/dist/src/ConsumerEventSubscriptionResponse.js +0 -5
  168. package/dist/src/ConsumerEventSubscriptionUpdate.d.ts +0 -8
  169. package/dist/src/ConsumerEventSubscriptionUpdate.js +0 -5
  170. package/dist/src/ConsumerSubscriptionTag.d.ts +0 -42
  171. package/dist/src/ConsumerSubscriptionTag.js +0 -213
  172. /package/dist/{src/BackendAccountChangePassword.d.ts → BackendAccountChangePassword.d.ts} +0 -0
  173. /package/dist/{src/BackendAccountChangePassword.js → BackendAccountChangePassword.js} +0 -0
  174. /package/dist/{src/BackendAction.d.ts → BackendAction.d.ts} +0 -0
  175. /package/dist/{src/BackendAction.js → BackendAction.js} +0 -0
  176. /package/dist/{src/BackendActionCollection.d.ts → BackendActionCollection.d.ts} +0 -0
  177. /package/dist/{src/BackendActionCollection.js → BackendActionCollection.js} +0 -0
  178. /package/dist/{src/BackendActionConfig.d.ts → BackendActionConfig.d.ts} +0 -0
  179. /package/dist/{src/BackendActionConfig.js → BackendActionConfig.js} +0 -0
  180. /package/dist/{src/BackendActionCreate.d.ts → BackendActionCreate.d.ts} +0 -0
  181. /package/dist/{src/BackendActionCreate.js → BackendActionCreate.js} +0 -0
  182. /package/dist/{src/BackendActionExecuteRequest.js → BackendActionExecuteRequest.js} +0 -0
  183. /package/dist/{src/BackendActionExecuteRequestBody.d.ts → BackendActionExecuteRequestBody.d.ts} +0 -0
  184. /package/dist/{src/BackendActionExecuteRequestBody.js → BackendActionExecuteRequestBody.js} +0 -0
  185. /package/dist/{src/BackendActionExecuteResponse.d.ts → BackendActionExecuteResponse.d.ts} +0 -0
  186. /package/dist/{src/BackendActionExecuteResponse.js → BackendActionExecuteResponse.js} +0 -0
  187. /package/dist/{src/BackendActionExecuteResponseBody.d.ts → BackendActionExecuteResponseBody.d.ts} +0 -0
  188. /package/dist/{src/BackendActionExecuteResponseBody.js → BackendActionExecuteResponseBody.js} +0 -0
  189. /package/dist/{src/BackendActionExecuteResponseHeaders.d.ts → BackendActionExecuteResponseHeaders.d.ts} +0 -0
  190. /package/dist/{src/BackendActionExecuteResponseHeaders.js → BackendActionExecuteResponseHeaders.js} +0 -0
  191. /package/dist/{src/BackendActionIndex.d.ts → BackendActionIndex.d.ts} +0 -0
  192. /package/dist/{src/BackendActionIndex.js → BackendActionIndex.js} +0 -0
  193. /package/dist/{src/BackendActionIndexEntry.d.ts → BackendActionIndexEntry.d.ts} +0 -0
  194. /package/dist/{src/BackendActionIndexEntry.js → BackendActionIndexEntry.js} +0 -0
  195. /package/dist/{src/BackendActionUpdate.d.ts → BackendActionUpdate.d.ts} +0 -0
  196. /package/dist/{src/BackendActionUpdate.js → BackendActionUpdate.js} +0 -0
  197. /package/dist/{src/BackendApp.js → BackendApp.js} +0 -0
  198. /package/dist/{src/BackendAppCollection.d.ts → BackendAppCollection.d.ts} +0 -0
  199. /package/dist/{src/BackendAppCollection.js → BackendAppCollection.js} +0 -0
  200. /package/dist/{src/BackendAppCreate.d.ts → BackendAppCreate.d.ts} +0 -0
  201. /package/dist/{src/BackendAppCreate.js → BackendAppCreate.js} +0 -0
  202. /package/dist/{src/BackendAppUpdate.d.ts → BackendAppUpdate.d.ts} +0 -0
  203. /package/dist/{src/BackendAppUpdate.js → BackendAppUpdate.js} +0 -0
  204. /package/dist/{src/BackendAudit.d.ts → BackendAudit.d.ts} +0 -0
  205. /package/dist/{src/BackendAudit.js → BackendAudit.js} +0 -0
  206. /package/dist/{src/BackendAuditCollection.d.ts → BackendAuditCollection.d.ts} +0 -0
  207. /package/dist/{src/BackendAuditCollection.js → BackendAuditCollection.js} +0 -0
  208. /package/dist/{src/BackendAuditObject.d.ts → BackendAuditObject.d.ts} +0 -0
  209. /package/dist/{src/BackendAuditObject.js → BackendAuditObject.js} +0 -0
  210. /package/dist/{src/BackendCategory.d.ts → BackendCategory.d.ts} +0 -0
  211. /package/dist/{src/BackendCategory.js → BackendCategory.js} +0 -0
  212. /package/dist/{src/BackendCategoryCollection.d.ts → BackendCategoryCollection.d.ts} +0 -0
  213. /package/dist/{src/BackendCategoryCollection.js → BackendCategoryCollection.js} +0 -0
  214. /package/dist/{src/BackendCategoryCreate.d.ts → BackendCategoryCreate.d.ts} +0 -0
  215. /package/dist/{src/BackendCategoryCreate.js → BackendCategoryCreate.js} +0 -0
  216. /package/dist/{src/BackendCategoryUpdate.d.ts → BackendCategoryUpdate.d.ts} +0 -0
  217. /package/dist/{src/BackendCategoryUpdate.js → BackendCategoryUpdate.js} +0 -0
  218. /package/dist/{src/BackendConfig.d.ts → BackendConfig.d.ts} +0 -0
  219. /package/dist/{src/BackendConfig.js → BackendConfig.js} +0 -0
  220. /package/dist/{src/BackendConfigCollection.d.ts → BackendConfigCollection.d.ts} +0 -0
  221. /package/dist/{src/BackendConfigCollection.js → BackendConfigCollection.js} +0 -0
  222. /package/dist/{src/BackendConfigUpdate.d.ts → BackendConfigUpdate.d.ts} +0 -0
  223. /package/dist/{src/BackendConfigUpdate.js → BackendConfigUpdate.js} +0 -0
  224. /package/dist/{src/BackendConnection.d.ts → BackendConnection.d.ts} +0 -0
  225. /package/dist/{src/BackendConnection.js → BackendConnection.js} +0 -0
  226. /package/dist/{src/BackendConnectionCollection.d.ts → BackendConnectionCollection.d.ts} +0 -0
  227. /package/dist/{src/BackendConnectionCollection.js → BackendConnectionCollection.js} +0 -0
  228. /package/dist/{src/BackendConnectionConfig.d.ts → BackendConnectionConfig.d.ts} +0 -0
  229. /package/dist/{src/BackendConnectionConfig.js → BackendConnectionConfig.js} +0 -0
  230. /package/dist/{src/BackendConnectionCreate.d.ts → BackendConnectionCreate.d.ts} +0 -0
  231. /package/dist/{src/BackendConnectionCreate.js → BackendConnectionCreate.js} +0 -0
  232. /package/dist/{src/BackendConnectionIndex.d.ts → BackendConnectionIndex.d.ts} +0 -0
  233. /package/dist/{src/BackendConnectionIndex.js → BackendConnectionIndex.js} +0 -0
  234. /package/dist/{src/BackendConnectionIndexEntry.d.ts → BackendConnectionIndexEntry.d.ts} +0 -0
  235. /package/dist/{src/BackendConnectionIndexEntry.js → BackendConnectionIndexEntry.js} +0 -0
  236. /package/dist/{src/BackendConnectionIntrospectionEntities.d.ts → BackendConnectionIntrospectionEntities.d.ts} +0 -0
  237. /package/dist/{src/BackendConnectionIntrospectionEntities.js → BackendConnectionIntrospectionEntities.js} +0 -0
  238. /package/dist/{src/BackendConnectionIntrospectionEntity.d.ts → BackendConnectionIntrospectionEntity.d.ts} +0 -0
  239. /package/dist/{src/BackendConnectionIntrospectionEntity.js → BackendConnectionIntrospectionEntity.js} +0 -0
  240. /package/dist/{src/BackendConnectionIntrospectionEntityRow.d.ts → BackendConnectionIntrospectionEntityRow.d.ts} +0 -0
  241. /package/dist/{src/BackendConnectionIntrospectionEntityRow.js → BackendConnectionIntrospectionEntityRow.js} +0 -0
  242. /package/dist/{src/BackendConnectionUpdate.d.ts → BackendConnectionUpdate.d.ts} +0 -0
  243. /package/dist/{src/BackendConnectionUpdate.js → BackendConnectionUpdate.js} +0 -0
  244. /package/dist/{src/BackendCronjob.d.ts → BackendCronjob.d.ts} +0 -0
  245. /package/dist/{src/BackendCronjob.js → BackendCronjob.js} +0 -0
  246. /package/dist/{src/BackendCronjobCollection.d.ts → BackendCronjobCollection.d.ts} +0 -0
  247. /package/dist/{src/BackendCronjobCollection.js → BackendCronjobCollection.js} +0 -0
  248. /package/dist/{src/BackendCronjobCreate.d.ts → BackendCronjobCreate.d.ts} +0 -0
  249. /package/dist/{src/BackendCronjobCreate.js → BackendCronjobCreate.js} +0 -0
  250. /package/dist/{src/BackendCronjobError.d.ts → BackendCronjobError.d.ts} +0 -0
  251. /package/dist/{src/BackendCronjobError.js → BackendCronjobError.js} +0 -0
  252. /package/dist/{src/BackendCronjobUpdate.d.ts → BackendCronjobUpdate.d.ts} +0 -0
  253. /package/dist/{src/BackendCronjobUpdate.js → BackendCronjobUpdate.js} +0 -0
  254. /package/dist/{src/BackendDashboard.d.ts → BackendDashboard.d.ts} +0 -0
  255. /package/dist/{src/BackendDashboard.js → BackendDashboard.js} +0 -0
  256. /package/dist/{src/BackendDashboardApp.d.ts → BackendDashboardApp.d.ts} +0 -0
  257. /package/dist/{src/BackendDashboardApp.js → BackendDashboardApp.js} +0 -0
  258. /package/dist/{src/BackendDashboardApps.d.ts → BackendDashboardApps.d.ts} +0 -0
  259. /package/dist/{src/BackendDashboardApps.js → BackendDashboardApps.js} +0 -0
  260. /package/dist/{src/BackendDashboardRequest.d.ts → BackendDashboardRequest.d.ts} +0 -0
  261. /package/dist/{src/BackendDashboardRequest.js → BackendDashboardRequest.js} +0 -0
  262. /package/dist/{src/BackendDashboardRequests.d.ts → BackendDashboardRequests.d.ts} +0 -0
  263. /package/dist/{src/BackendDashboardRequests.js → BackendDashboardRequests.js} +0 -0
  264. /package/dist/{src/BackendDashboardTransaction.d.ts → BackendDashboardTransaction.d.ts} +0 -0
  265. /package/dist/{src/BackendDashboardTransaction.js → BackendDashboardTransaction.js} +0 -0
  266. /package/dist/{src/BackendDashboardTransactions.d.ts → BackendDashboardTransactions.d.ts} +0 -0
  267. /package/dist/{src/BackendDashboardTransactions.js → BackendDashboardTransactions.js} +0 -0
  268. /package/dist/{src/BackendDashboardUser.d.ts → BackendDashboardUser.d.ts} +0 -0
  269. /package/dist/{src/BackendDashboardUser.js → BackendDashboardUser.js} +0 -0
  270. /package/dist/{src/BackendDashboardUsers.d.ts → BackendDashboardUsers.d.ts} +0 -0
  271. /package/dist/{src/BackendDashboardUsers.js → BackendDashboardUsers.js} +0 -0
  272. /package/dist/{src/BackendEvent.d.ts → BackendEvent.d.ts} +0 -0
  273. /package/dist/{src/BackendEvent.js → BackendEvent.js} +0 -0
  274. /package/dist/{src/BackendEventCollection.d.ts → BackendEventCollection.d.ts} +0 -0
  275. /package/dist/{src/BackendEventCollection.js → BackendEventCollection.js} +0 -0
  276. /package/dist/{src/BackendEventCreate.d.ts → BackendEventCreate.d.ts} +0 -0
  277. /package/dist/{src/BackendEventCreate.js → BackendEventCreate.js} +0 -0
  278. /package/dist/{src/BackendEventUpdate.d.ts → BackendEventUpdate.d.ts} +0 -0
  279. /package/dist/{src/BackendEventUpdate.js → BackendEventUpdate.js} +0 -0
  280. /package/dist/{src/BackendGeneratorIndexProvider.d.ts → BackendGeneratorIndexProvider.d.ts} +0 -0
  281. /package/dist/{src/BackendGeneratorIndexProvider.js → BackendGeneratorIndexProvider.js} +0 -0
  282. /package/dist/{src/BackendGeneratorIndexProviders.d.ts → BackendGeneratorIndexProviders.d.ts} +0 -0
  283. /package/dist/{src/BackendGeneratorIndexProviders.js → BackendGeneratorIndexProviders.js} +0 -0
  284. /package/dist/{src/BackendGeneratorProvider.d.ts → BackendGeneratorProvider.d.ts} +0 -0
  285. /package/dist/{src/BackendGeneratorProvider.js → BackendGeneratorProvider.js} +0 -0
  286. /package/dist/{src/BackendGeneratorProviderChangelog.d.ts → BackendGeneratorProviderChangelog.d.ts} +0 -0
  287. /package/dist/{src/BackendGeneratorProviderChangelog.js → BackendGeneratorProviderChangelog.js} +0 -0
  288. /package/dist/{src/BackendGeneratorProviderConfig.d.ts → BackendGeneratorProviderConfig.d.ts} +0 -0
  289. /package/dist/{src/BackendGeneratorProviderConfig.js → BackendGeneratorProviderConfig.js} +0 -0
  290. /package/dist/{src/BackendIdentity.d.ts → BackendIdentity.d.ts} +0 -0
  291. /package/dist/{src/BackendIdentity.js → BackendIdentity.js} +0 -0
  292. /package/dist/{src/BackendIdentityCollection.d.ts → BackendIdentityCollection.d.ts} +0 -0
  293. /package/dist/{src/BackendIdentityCollection.js → BackendIdentityCollection.js} +0 -0
  294. /package/dist/{src/BackendIdentityConfig.d.ts → BackendIdentityConfig.d.ts} +0 -0
  295. /package/dist/{src/BackendIdentityConfig.js → BackendIdentityConfig.js} +0 -0
  296. /package/dist/{src/BackendIdentityCreate.d.ts → BackendIdentityCreate.d.ts} +0 -0
  297. /package/dist/{src/BackendIdentityCreate.js → BackendIdentityCreate.js} +0 -0
  298. /package/dist/{src/BackendIdentityIndex.d.ts → BackendIdentityIndex.d.ts} +0 -0
  299. /package/dist/{src/BackendIdentityIndex.js → BackendIdentityIndex.js} +0 -0
  300. /package/dist/{src/BackendIdentityIndexEntry.d.ts → BackendIdentityIndexEntry.d.ts} +0 -0
  301. /package/dist/{src/BackendIdentityIndexEntry.js → BackendIdentityIndexEntry.js} +0 -0
  302. /package/dist/{src/BackendIdentityUpdate.d.ts → BackendIdentityUpdate.d.ts} +0 -0
  303. /package/dist/{src/BackendIdentityUpdate.js → BackendIdentityUpdate.js} +0 -0
  304. /package/dist/{src/BackendLog.d.ts → BackendLog.d.ts} +0 -0
  305. /package/dist/{src/BackendLog.js → BackendLog.js} +0 -0
  306. /package/dist/{src/BackendLogCollection.d.ts → BackendLogCollection.d.ts} +0 -0
  307. /package/dist/{src/BackendLogCollection.js → BackendLogCollection.js} +0 -0
  308. /package/dist/{src/BackendLogError.d.ts → BackendLogError.d.ts} +0 -0
  309. /package/dist/{src/BackendLogError.js → BackendLogError.js} +0 -0
  310. /package/dist/{src/BackendLogErrorCollection.d.ts → BackendLogErrorCollection.d.ts} +0 -0
  311. /package/dist/{src/BackendLogErrorCollection.js → BackendLogErrorCollection.js} +0 -0
  312. /package/dist/{src/BackendMarketplaceApp.d.ts → BackendMarketplaceApp.d.ts} +0 -0
  313. /package/dist/{src/BackendMarketplaceApp.js → BackendMarketplaceApp.js} +0 -0
  314. /package/dist/{src/BackendMarketplaceCollection.d.ts → BackendMarketplaceCollection.d.ts} +0 -0
  315. /package/dist/{src/BackendMarketplaceCollection.js → BackendMarketplaceCollection.js} +0 -0
  316. /package/dist/{src/BackendMarketplaceCollectionApps.d.ts → BackendMarketplaceCollectionApps.d.ts} +0 -0
  317. /package/dist/{src/BackendMarketplaceCollectionApps.js → BackendMarketplaceCollectionApps.js} +0 -0
  318. /package/dist/{src/BackendMarketplaceInstall.d.ts → BackendMarketplaceInstall.d.ts} +0 -0
  319. /package/dist/{src/BackendMarketplaceInstall.js → BackendMarketplaceInstall.js} +0 -0
  320. /package/dist/{src/BackendMarketplaceLocalApp.d.ts → BackendMarketplaceLocalApp.d.ts} +0 -0
  321. /package/dist/{src/BackendMarketplaceLocalApp.js → BackendMarketplaceLocalApp.js} +0 -0
  322. /package/dist/{src/BackendMarketplaceRemoteApp.d.ts → BackendMarketplaceRemoteApp.d.ts} +0 -0
  323. /package/dist/{src/BackendMarketplaceRemoteApp.js → BackendMarketplaceRemoteApp.js} +0 -0
  324. /package/dist/{src/BackendOperation.d.ts → BackendOperation.d.ts} +0 -0
  325. /package/dist/{src/BackendOperation.js → BackendOperation.js} +0 -0
  326. /package/dist/{src/BackendOperationCollection.d.ts → BackendOperationCollection.d.ts} +0 -0
  327. /package/dist/{src/BackendOperationCollection.js → BackendOperationCollection.js} +0 -0
  328. /package/dist/{src/BackendOperationCreate.d.ts → BackendOperationCreate.d.ts} +0 -0
  329. /package/dist/{src/BackendOperationCreate.js → BackendOperationCreate.js} +0 -0
  330. /package/dist/{src/BackendOperationParameters.d.ts → BackendOperationParameters.d.ts} +0 -0
  331. /package/dist/{src/BackendOperationParameters.js → BackendOperationParameters.js} +0 -0
  332. /package/dist/{src/BackendOperationSchema.d.ts → BackendOperationSchema.d.ts} +0 -0
  333. /package/dist/{src/BackendOperationSchema.js → BackendOperationSchema.js} +0 -0
  334. /package/dist/{src/BackendOperationThrows.d.ts → BackendOperationThrows.d.ts} +0 -0
  335. /package/dist/{src/BackendOperationThrows.js → BackendOperationThrows.js} +0 -0
  336. /package/dist/{src/BackendOperationUpdate.d.ts → BackendOperationUpdate.d.ts} +0 -0
  337. /package/dist/{src/BackendOperationUpdate.js → BackendOperationUpdate.js} +0 -0
  338. /package/dist/{src/BackendPage.d.ts → BackendPage.d.ts} +0 -0
  339. /package/dist/{src/BackendPage.js → BackendPage.js} +0 -0
  340. /package/dist/{src/BackendPageCollection.d.ts → BackendPageCollection.d.ts} +0 -0
  341. /package/dist/{src/BackendPageCollection.js → BackendPageCollection.js} +0 -0
  342. /package/dist/{src/BackendPageCreate.d.ts → BackendPageCreate.d.ts} +0 -0
  343. /package/dist/{src/BackendPageCreate.js → BackendPageCreate.js} +0 -0
  344. /package/dist/{src/BackendPageUpdate.d.ts → BackendPageUpdate.d.ts} +0 -0
  345. /package/dist/{src/BackendPageUpdate.js → BackendPageUpdate.js} +0 -0
  346. /package/dist/{src/BackendPlan.d.ts → BackendPlan.d.ts} +0 -0
  347. /package/dist/{src/BackendPlan.js → BackendPlan.js} +0 -0
  348. /package/dist/{src/BackendPlanCollection.d.ts → BackendPlanCollection.d.ts} +0 -0
  349. /package/dist/{src/BackendPlanCollection.js → BackendPlanCollection.js} +0 -0
  350. /package/dist/{src/BackendPlanCreate.d.ts → BackendPlanCreate.d.ts} +0 -0
  351. /package/dist/{src/BackendPlanCreate.js → BackendPlanCreate.js} +0 -0
  352. /package/dist/{src/BackendPlanUpdate.d.ts → BackendPlanUpdate.d.ts} +0 -0
  353. /package/dist/{src/BackendPlanUpdate.js → BackendPlanUpdate.js} +0 -0
  354. /package/dist/{src/BackendRate.d.ts → BackendRate.d.ts} +0 -0
  355. /package/dist/{src/BackendRate.js → BackendRate.js} +0 -0
  356. /package/dist/{src/BackendRateAllocation.d.ts → BackendRateAllocation.d.ts} +0 -0
  357. /package/dist/{src/BackendRateAllocation.js → BackendRateAllocation.js} +0 -0
  358. /package/dist/{src/BackendRateCollection.d.ts → BackendRateCollection.d.ts} +0 -0
  359. /package/dist/{src/BackendRateCollection.js → BackendRateCollection.js} +0 -0
  360. /package/dist/{src/BackendRateCreate.d.ts → BackendRateCreate.d.ts} +0 -0
  361. /package/dist/{src/BackendRateCreate.js → BackendRateCreate.js} +0 -0
  362. /package/dist/{src/BackendRateUpdate.d.ts → BackendRateUpdate.d.ts} +0 -0
  363. /package/dist/{src/BackendRateUpdate.js → BackendRateUpdate.js} +0 -0
  364. /package/dist/{src/BackendRole.d.ts → BackendRole.d.ts} +0 -0
  365. /package/dist/{src/BackendRole.js → BackendRole.js} +0 -0
  366. /package/dist/{src/BackendRoleCollection.d.ts → BackendRoleCollection.d.ts} +0 -0
  367. /package/dist/{src/BackendRoleCollection.js → BackendRoleCollection.js} +0 -0
  368. /package/dist/{src/BackendRoleCreate.d.ts → BackendRoleCreate.d.ts} +0 -0
  369. /package/dist/{src/BackendRoleCreate.js → BackendRoleCreate.js} +0 -0
  370. /package/dist/{src/BackendRoleUpdate.d.ts → BackendRoleUpdate.d.ts} +0 -0
  371. /package/dist/{src/BackendRoleUpdate.js → BackendRoleUpdate.js} +0 -0
  372. /package/dist/{src/BackendSchema.d.ts → BackendSchema.d.ts} +0 -0
  373. /package/dist/{src/BackendSchema.js → BackendSchema.js} +0 -0
  374. /package/dist/{src/BackendSchemaCollection.d.ts → BackendSchemaCollection.d.ts} +0 -0
  375. /package/dist/{src/BackendSchemaCollection.js → BackendSchemaCollection.js} +0 -0
  376. /package/dist/{src/BackendSchemaCreate.d.ts → BackendSchemaCreate.d.ts} +0 -0
  377. /package/dist/{src/BackendSchemaCreate.js → BackendSchemaCreate.js} +0 -0
  378. /package/dist/{src/BackendSchemaForm.d.ts → BackendSchemaForm.d.ts} +0 -0
  379. /package/dist/{src/BackendSchemaForm.js → BackendSchemaForm.js} +0 -0
  380. /package/dist/{src/BackendSchemaPreviewResponse.d.ts → BackendSchemaPreviewResponse.d.ts} +0 -0
  381. /package/dist/{src/BackendSchemaPreviewResponse.js → BackendSchemaPreviewResponse.js} +0 -0
  382. /package/dist/{src/BackendSchemaSource.d.ts → BackendSchemaSource.d.ts} +0 -0
  383. /package/dist/{src/BackendSchemaSource.js → BackendSchemaSource.js} +0 -0
  384. /package/dist/{src/BackendSchemaUpdate.d.ts → BackendSchemaUpdate.d.ts} +0 -0
  385. /package/dist/{src/BackendSchemaUpdate.js → BackendSchemaUpdate.js} +0 -0
  386. /package/dist/{src/BackendScope.d.ts → BackendScope.d.ts} +0 -0
  387. /package/dist/{src/BackendScope.js → BackendScope.js} +0 -0
  388. /package/dist/{src/BackendScopeCategories.d.ts → BackendScopeCategories.d.ts} +0 -0
  389. /package/dist/{src/BackendScopeCategories.js → BackendScopeCategories.js} +0 -0
  390. /package/dist/{src/BackendScopeCategory.d.ts → BackendScopeCategory.d.ts} +0 -0
  391. /package/dist/{src/BackendScopeCategory.js → BackendScopeCategory.js} +0 -0
  392. /package/dist/{src/BackendScopeCategoryScope.d.ts → BackendScopeCategoryScope.d.ts} +0 -0
  393. /package/dist/{src/BackendScopeCategoryScope.js → BackendScopeCategoryScope.js} +0 -0
  394. /package/dist/{src/BackendScopeCollection.d.ts → BackendScopeCollection.d.ts} +0 -0
  395. /package/dist/{src/BackendScopeCollection.js → BackendScopeCollection.js} +0 -0
  396. /package/dist/{src/BackendScopeCreate.d.ts → BackendScopeCreate.d.ts} +0 -0
  397. /package/dist/{src/BackendScopeCreate.js → BackendScopeCreate.js} +0 -0
  398. /package/dist/{src/BackendScopeOperation.d.ts → BackendScopeOperation.d.ts} +0 -0
  399. /package/dist/{src/BackendScopeOperation.js → BackendScopeOperation.js} +0 -0
  400. /package/dist/{src/BackendScopeUpdate.d.ts → BackendScopeUpdate.d.ts} +0 -0
  401. /package/dist/{src/BackendScopeUpdate.js → BackendScopeUpdate.js} +0 -0
  402. /package/dist/{src/BackendSdkGenerate.d.ts → BackendSdkGenerate.d.ts} +0 -0
  403. /package/dist/{src/BackendSdkGenerate.js → BackendSdkGenerate.js} +0 -0
  404. /package/dist/{src/BackendSdkResponse.d.ts → BackendSdkResponse.d.ts} +0 -0
  405. /package/dist/{src/BackendSdkResponse.js → BackendSdkResponse.js} +0 -0
  406. /package/dist/{src/BackendSdkTypes.d.ts → BackendSdkTypes.d.ts} +0 -0
  407. /package/dist/{src/BackendSdkTypes.js → BackendSdkTypes.js} +0 -0
  408. /package/dist/{src/BackendStatisticChart.d.ts → BackendStatisticChart.d.ts} +0 -0
  409. /package/dist/{src/BackendStatisticChart.js → BackendStatisticChart.js} +0 -0
  410. /package/dist/{src/BackendStatisticChartData.d.ts → BackendStatisticChartData.d.ts} +0 -0
  411. /package/dist/{src/BackendStatisticChartData.js → BackendStatisticChartData.js} +0 -0
  412. /package/dist/{src/BackendStatisticCount.d.ts → BackendStatisticCount.d.ts} +0 -0
  413. /package/dist/{src/BackendStatisticCount.js → BackendStatisticCount.js} +0 -0
  414. /package/dist/{src/BackendTransaction.d.ts → BackendTransaction.d.ts} +0 -0
  415. /package/dist/{src/BackendTransaction.js → BackendTransaction.js} +0 -0
  416. /package/dist/{src/BackendTransactionCollection.d.ts → BackendTransactionCollection.d.ts} +0 -0
  417. /package/dist/{src/BackendTransactionCollection.js → BackendTransactionCollection.js} +0 -0
  418. /package/dist/{src/BackendTrashData.d.ts → BackendTrashData.d.ts} +0 -0
  419. /package/dist/{src/BackendTrashData.js → BackendTrashData.js} +0 -0
  420. /package/dist/{src/BackendTrashDataCollection.d.ts → BackendTrashDataCollection.d.ts} +0 -0
  421. /package/dist/{src/BackendTrashDataCollection.js → BackendTrashDataCollection.js} +0 -0
  422. /package/dist/{src/BackendTrashRestore.d.ts → BackendTrashRestore.d.ts} +0 -0
  423. /package/dist/{src/BackendTrashRestore.js → BackendTrashRestore.js} +0 -0
  424. /package/dist/{src/BackendTrashTypes.d.ts → BackendTrashTypes.d.ts} +0 -0
  425. /package/dist/{src/BackendTrashTypes.js → BackendTrashTypes.js} +0 -0
  426. /package/dist/{src/BackendUser.d.ts → BackendUser.d.ts} +0 -0
  427. /package/dist/{src/BackendUser.js → BackendUser.js} +0 -0
  428. /package/dist/{src/BackendUserCollection.d.ts → BackendUserCollection.d.ts} +0 -0
  429. /package/dist/{src/BackendUserCollection.js → BackendUserCollection.js} +0 -0
  430. /package/dist/{src/BackendUserCreate.js → BackendUserCreate.js} +0 -0
  431. /package/dist/{src/BackendUserUpdate.d.ts → BackendUserUpdate.d.ts} +0 -0
  432. /package/dist/{src/BackendUserUpdate.js → BackendUserUpdate.js} +0 -0
  433. /package/dist/{src/CommonCollection.d.ts → CommonCollection.d.ts} +0 -0
  434. /package/dist/{src/CommonCollection.js → CommonCollection.js} +0 -0
  435. /package/dist/{src/CommonFormContainer.d.ts → CommonFormContainer.d.ts} +0 -0
  436. /package/dist/{src/CommonFormContainer.js → CommonFormContainer.js} +0 -0
  437. /package/dist/{src/CommonFormElement.js → CommonFormElement.js} +0 -0
  438. /package/dist/{src/CommonFormElementInput.d.ts → CommonFormElementInput.d.ts} +0 -0
  439. /package/dist/{src/CommonFormElementInput.js → CommonFormElementInput.js} +0 -0
  440. /package/dist/{src/CommonFormElementSelect.d.ts → CommonFormElementSelect.d.ts} +0 -0
  441. /package/dist/{src/CommonFormElementSelect.js → CommonFormElementSelect.js} +0 -0
  442. /package/dist/{src/CommonFormElementSelectOption.d.ts → CommonFormElementSelectOption.d.ts} +0 -0
  443. /package/dist/{src/CommonFormElementSelectOption.js → CommonFormElementSelectOption.js} +0 -0
  444. /package/dist/{src/CommonFormElementTag.d.ts → CommonFormElementTag.d.ts} +0 -0
  445. /package/dist/{src/CommonFormElementTag.js → CommonFormElementTag.js} +0 -0
  446. /package/dist/{src/CommonFormElementTextArea.d.ts → CommonFormElementTextArea.d.ts} +0 -0
  447. /package/dist/{src/CommonFormElementTextArea.js → CommonFormElementTextArea.js} +0 -0
  448. /package/dist/{src/CommonMessage.d.ts → CommonMessage.d.ts} +0 -0
  449. /package/dist/{src/CommonMessage.js → CommonMessage.js} +0 -0
  450. /package/dist/{src/CommonMessageException.d.ts → CommonMessageException.d.ts} +0 -0
  451. /package/dist/{src/CommonMetadata.d.ts → CommonMetadata.d.ts} +0 -0
  452. /package/dist/{src/CommonMetadata.js → CommonMetadata.js} +0 -0
  453. /package/dist/{src/ConsumerApp.d.ts → ConsumerApp.d.ts} +0 -0
  454. /package/dist/{src/ConsumerApp.js → ConsumerApp.js} +0 -0
  455. /package/dist/{src/ConsumerAppCollection.d.ts → ConsumerAppCollection.d.ts} +0 -0
  456. /package/dist/{src/ConsumerAppCollection.js → ConsumerAppCollection.js} +0 -0
  457. /package/dist/{src/ConsumerAppCreate.js → ConsumerAppCreate.js} +0 -0
  458. /package/dist/{src/ConsumerAppUpdate.js → ConsumerAppUpdate.js} +0 -0
  459. /package/dist/{src/ConsumerAuthorizeMeta.d.ts → ConsumerAuthorizeMeta.d.ts} +0 -0
  460. /package/dist/{src/ConsumerAuthorizeMeta.js → ConsumerAuthorizeMeta.js} +0 -0
  461. /package/dist/{src/ConsumerAuthorizeRequest.js → ConsumerAuthorizeRequest.js} +0 -0
  462. /package/dist/{src/ConsumerAuthorizeResponse.d.ts → ConsumerAuthorizeResponse.d.ts} +0 -0
  463. /package/dist/{src/ConsumerAuthorizeResponse.js → ConsumerAuthorizeResponse.js} +0 -0
  464. /package/dist/{src/ConsumerAuthorizeResponseToken.d.ts → ConsumerAuthorizeResponseToken.d.ts} +0 -0
  465. /package/dist/{src/ConsumerAuthorizeResponseToken.js → ConsumerAuthorizeResponseToken.js} +0 -0
  466. /package/dist/{src/ConsumerEvent.d.ts → ConsumerEvent.d.ts} +0 -0
  467. /package/dist/{src/ConsumerEvent.js → ConsumerEvent.js} +0 -0
  468. /package/dist/{src/ConsumerEventCollection.d.ts → ConsumerEventCollection.d.ts} +0 -0
  469. /package/dist/{src/ConsumerEventCollection.js → ConsumerEventCollection.js} +0 -0
  470. /package/dist/{src/ConsumerGrant.d.ts → ConsumerGrant.d.ts} +0 -0
  471. /package/dist/{src/ConsumerGrant.js → ConsumerGrant.js} +0 -0
  472. /package/dist/{src/ConsumerGrantCollection.d.ts → ConsumerGrantCollection.d.ts} +0 -0
  473. /package/dist/{src/ConsumerGrantCollection.js → ConsumerGrantCollection.js} +0 -0
  474. /package/dist/{src/ConsumerIdentity.d.ts → ConsumerIdentity.d.ts} +0 -0
  475. /package/dist/{src/ConsumerIdentity.js → ConsumerIdentity.js} +0 -0
  476. /package/dist/{src/ConsumerIdentityCollection.d.ts → ConsumerIdentityCollection.d.ts} +0 -0
  477. /package/dist/{src/ConsumerIdentityCollection.js → ConsumerIdentityCollection.js} +0 -0
  478. /package/dist/{src/ConsumerLog.d.ts → ConsumerLog.d.ts} +0 -0
  479. /package/dist/{src/ConsumerLog.js → ConsumerLog.js} +0 -0
  480. /package/dist/{src/ConsumerLogCollection.d.ts → ConsumerLogCollection.d.ts} +0 -0
  481. /package/dist/{src/ConsumerLogCollection.js → ConsumerLogCollection.js} +0 -0
  482. /package/dist/{src/ConsumerPage.d.ts → ConsumerPage.d.ts} +0 -0
  483. /package/dist/{src/ConsumerPage.js → ConsumerPage.js} +0 -0
  484. /package/dist/{src/ConsumerPageCollection.d.ts → ConsumerPageCollection.d.ts} +0 -0
  485. /package/dist/{src/ConsumerPageCollection.js → ConsumerPageCollection.js} +0 -0
  486. /package/dist/{src/ConsumerPaymentCheckoutRequest.d.ts → ConsumerPaymentCheckoutRequest.d.ts} +0 -0
  487. /package/dist/{src/ConsumerPaymentCheckoutRequest.js → ConsumerPaymentCheckoutRequest.js} +0 -0
  488. /package/dist/{src/ConsumerPaymentCheckoutResponse.d.ts → ConsumerPaymentCheckoutResponse.d.ts} +0 -0
  489. /package/dist/{src/ConsumerPaymentCheckoutResponse.js → ConsumerPaymentCheckoutResponse.js} +0 -0
  490. /package/dist/{src/ConsumerPaymentPortalRequest.d.ts → ConsumerPaymentPortalRequest.d.ts} +0 -0
  491. /package/dist/{src/ConsumerPaymentPortalRequest.js → ConsumerPaymentPortalRequest.js} +0 -0
  492. /package/dist/{src/ConsumerPaymentPortalResponse.d.ts → ConsumerPaymentPortalResponse.d.ts} +0 -0
  493. /package/dist/{src/ConsumerPaymentPortalResponse.js → ConsumerPaymentPortalResponse.js} +0 -0
  494. /package/dist/{src/ConsumerPlan.d.ts → ConsumerPlan.d.ts} +0 -0
  495. /package/dist/{src/ConsumerPlan.js → ConsumerPlan.js} +0 -0
  496. /package/dist/{src/ConsumerPlanCollection.d.ts → ConsumerPlanCollection.d.ts} +0 -0
  497. /package/dist/{src/ConsumerPlanCollection.js → ConsumerPlanCollection.js} +0 -0
  498. /package/dist/{src/ConsumerScope.d.ts → ConsumerScope.d.ts} +0 -0
  499. /package/dist/{src/ConsumerScope.js → ConsumerScope.js} +0 -0
  500. /package/dist/{src/ConsumerScopeCollection.d.ts → ConsumerScopeCollection.d.ts} +0 -0
  501. /package/dist/{src/ConsumerScopeCollection.js → ConsumerScopeCollection.js} +0 -0
  502. /package/dist/{src/ConsumerTransaction.d.ts → ConsumerTransaction.d.ts} +0 -0
  503. /package/dist/{src/ConsumerTransaction.js → ConsumerTransaction.js} +0 -0
  504. /package/dist/{src/ConsumerTransactionCollection.d.ts → ConsumerTransactionCollection.d.ts} +0 -0
  505. /package/dist/{src/ConsumerTransactionCollection.js → ConsumerTransactionCollection.js} +0 -0
  506. /package/dist/{src/ConsumerUserAccount.d.ts → ConsumerUserAccount.d.ts} +0 -0
  507. /package/dist/{src/ConsumerUserAccount.js → ConsumerUserAccount.js} +0 -0
  508. /package/dist/{src/ConsumerUserActivate.js → ConsumerUserActivate.js} +0 -0
  509. /package/dist/{src/ConsumerUserEmail.js → ConsumerUserEmail.js} +0 -0
  510. /package/dist/{src/ConsumerUserJWT.d.ts → ConsumerUserJWT.d.ts} +0 -0
  511. /package/dist/{src/ConsumerUserJWT.js → ConsumerUserJWT.js} +0 -0
  512. /package/dist/{src/ConsumerUserLogin.d.ts → ConsumerUserLogin.d.ts} +0 -0
  513. /package/dist/{src/ConsumerUserLogin.js → ConsumerUserLogin.js} +0 -0
  514. /package/dist/{src/ConsumerUserPasswordReset.js → ConsumerUserPasswordReset.js} +0 -0
  515. /package/dist/{src/ConsumerUserPlan.d.ts → ConsumerUserPlan.d.ts} +0 -0
  516. /package/dist/{src/ConsumerUserPlan.js → ConsumerUserPlan.js} +0 -0
  517. /package/dist/{src/ConsumerUserRefresh.d.ts → ConsumerUserRefresh.d.ts} +0 -0
  518. /package/dist/{src/ConsumerUserRefresh.js → ConsumerUserRefresh.js} +0 -0
  519. /package/dist/{src/ConsumerUserRegister.js → ConsumerUserRegister.js} +0 -0
  520. /package/dist/{src/Passthru.d.ts → Passthru.d.ts} +0 -0
  521. /package/dist/{src/Passthru.js → Passthru.js} +0 -0
  522. /package/dist/{src/SystemAbout.d.ts → SystemAbout.d.ts} +0 -0
  523. /package/dist/{src/SystemAbout.js → SystemAbout.js} +0 -0
  524. /package/dist/{src/SystemAboutApps.d.ts → SystemAboutApps.d.ts} +0 -0
  525. /package/dist/{src/SystemAboutApps.js → SystemAboutApps.js} +0 -0
  526. /package/dist/{src/SystemAboutLink.d.ts → SystemAboutLink.d.ts} +0 -0
  527. /package/dist/{src/SystemAboutLink.js → SystemAboutLink.js} +0 -0
  528. /package/dist/{src/SystemConnectionTag.d.ts → SystemConnectionTag.d.ts} +0 -0
  529. /package/dist/{src/SystemHealthCheck.d.ts → SystemHealthCheck.d.ts} +0 -0
  530. /package/dist/{src/SystemHealthCheck.js → SystemHealthCheck.js} +0 -0
  531. /package/dist/{src/SystemRoute.d.ts → SystemRoute.d.ts} +0 -0
  532. /package/dist/{src/SystemRoute.js → SystemRoute.js} +0 -0
  533. /package/dist/{src/SystemRouteMethod.d.ts → SystemRouteMethod.d.ts} +0 -0
  534. /package/dist/{src/SystemRouteMethod.js → SystemRouteMethod.js} +0 -0
  535. /package/dist/{src/SystemRoutePath.d.ts → SystemRoutePath.d.ts} +0 -0
  536. /package/dist/{src/SystemRoutePath.js → SystemRoutePath.js} +0 -0
  537. /package/dist/{src/SystemSchema.d.ts → SystemSchema.d.ts} +0 -0
  538. /package/dist/{src/SystemSchema.js → SystemSchema.js} +0 -0
  539. /package/dist/{src/SystemSchemaForm.d.ts → SystemSchemaForm.d.ts} +0 -0
  540. /package/dist/{src/SystemSchemaForm.js → SystemSchemaForm.js} +0 -0
  541. /package/dist/{src/SystemSchemaTypeSchema.d.ts → SystemSchemaTypeSchema.d.ts} +0 -0
  542. /package/dist/{src/SystemSchemaTypeSchema.js → SystemSchemaTypeSchema.js} +0 -0
  543. /package/dist/{src/SystemTag.d.ts → SystemTag.d.ts} +0 -0
  544. /package/dist/{src/SystemTag.js → SystemTag.js} +0 -0
@@ -0,0 +1,5 @@
1
+ /**
2
+ * ConsumerWebhookCreate 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
+ * ConsumerWebhookResponse automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export interface ConsumerWebhookResponse {
6
+ status?: number;
7
+ code?: number;
8
+ attempts?: string;
9
+ executeDate?: string;
10
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * ConsumerWebhookResponse automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,42 @@
1
+ /**
2
+ * ConsumerWebhookTag 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 { CommonMessage } from "./CommonMessage";
7
+ import { ConsumerWebhook } from "./ConsumerWebhook";
8
+ import { ConsumerWebhookCollection } from "./ConsumerWebhookCollection";
9
+ import { ConsumerWebhookCreate } from "./ConsumerWebhookCreate";
10
+ import { ConsumerWebhookUpdate } from "./ConsumerWebhookUpdate";
11
+ export declare class ConsumerWebhookTag extends TagAbstract {
12
+ /**
13
+ * @returns {Promise<CommonMessage>}
14
+ * @throws {CommonMessageExceptionException}
15
+ * @throws {ClientException}
16
+ */
17
+ delete(webhookId: string): Promise<CommonMessage>;
18
+ /**
19
+ * @returns {Promise<CommonMessage>}
20
+ * @throws {CommonMessageExceptionException}
21
+ * @throws {ClientException}
22
+ */
23
+ update(webhookId: string, payload: ConsumerWebhookUpdate): Promise<CommonMessage>;
24
+ /**
25
+ * @returns {Promise<ConsumerWebhook>}
26
+ * @throws {CommonMessageExceptionException}
27
+ * @throws {ClientException}
28
+ */
29
+ get(webhookId: string): Promise<ConsumerWebhook>;
30
+ /**
31
+ * @returns {Promise<CommonMessage>}
32
+ * @throws {CommonMessageExceptionException}
33
+ * @throws {ClientException}
34
+ */
35
+ create(payload: ConsumerWebhookCreate): Promise<CommonMessage>;
36
+ /**
37
+ * @returns {Promise<ConsumerWebhookCollection>}
38
+ * @throws {CommonMessageExceptionException}
39
+ * @throws {ClientException}
40
+ */
41
+ getAll(startIndex?: number, count?: number, search?: string): Promise<ConsumerWebhookCollection>;
42
+ }
@@ -0,0 +1,213 @@
1
+ /**
2
+ * ConsumerWebhookTag 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 ConsumerWebhookTag extends TagAbstract {
10
+ /**
11
+ * @returns {Promise<CommonMessage>}
12
+ * @throws {CommonMessageExceptionException}
13
+ * @throws {ClientException}
14
+ */
15
+ async delete(webhookId) {
16
+ const url = this.parser.url('/consumer/webhook/$webhook_id<[0-9]+|^~>', {
17
+ 'webhook_id': webhookId,
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 {CommonMessageExceptionException}
54
+ * @throws {ClientException}
55
+ */
56
+ async update(webhookId, payload) {
57
+ const url = this.parser.url('/consumer/webhook/$webhook_id<[0-9]+|^~>', {
58
+ 'webhook_id': webhookId,
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<ConsumerWebhook>}
97
+ * @throws {CommonMessageExceptionException}
98
+ * @throws {ClientException}
99
+ */
100
+ async get(webhookId) {
101
+ const url = this.parser.url('/consumer/webhook/$webhook_id<[0-9]+|^~>', {
102
+ 'webhook_id': webhookId,
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 {CommonMessageExceptionException}
139
+ * @throws {ClientException}
140
+ */
141
+ async create(payload) {
142
+ const url = this.parser.url('/consumer/webhook', {});
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<ConsumerWebhookCollection>}
176
+ * @throws {CommonMessageExceptionException}
177
+ * @throws {ClientException}
178
+ */
179
+ async getAll(startIndex, count, search) {
180
+ const url = this.parser.url('/consumer/webhook', {});
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,9 @@
1
+ /**
2
+ * ConsumerWebhookUpdate automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export interface ConsumerWebhookUpdate {
6
+ event: string;
7
+ name: string;
8
+ endpoint: string;
9
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * ConsumerWebhookUpdate automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -17,7 +17,7 @@ export class SystemConnectionTag extends TagAbstract {
17
17
  let params = {
18
18
  url: url,
19
19
  method: 'GET',
20
- params: this.parser.query({}),
20
+ params: this.parser.query({}, []),
21
21
  };
22
22
  try {
23
23
  const response = await this.httpClient.request(params);
@@ -11,7 +11,7 @@ import { SystemSchema } from "./SystemSchema";
11
11
  export declare class SystemMetaTag extends TagAbstract {
12
12
  /**
13
13
  * @returns {Promise<SystemSchema>}
14
- * @throws {CommonMessageException}
14
+ * @throws {CommonMessageExceptionException}
15
15
  * @throws {ClientException}
16
16
  */
17
17
  getSchema(name: string): Promise<SystemSchema>;
@@ -9,7 +9,7 @@ import { CommonMessageException } from "./CommonMessageException";
9
9
  export class SystemMetaTag extends TagAbstract {
10
10
  /**
11
11
  * @returns {Promise<SystemSchema>}
12
- * @throws {CommonMessageException}
12
+ * @throws {CommonMessageExceptionException}
13
13
  * @throws {ClientException}
14
14
  */
15
15
  async getSchema(name) {
@@ -19,7 +19,7 @@ export class SystemMetaTag extends TagAbstract {
19
19
  let params = {
20
20
  url: url,
21
21
  method: 'GET',
22
- params: this.parser.query({}),
22
+ params: this.parser.query({}, []),
23
23
  };
24
24
  try {
25
25
  const response = await this.httpClient.request(params);
@@ -55,7 +55,7 @@ export class SystemMetaTag extends TagAbstract {
55
55
  let params = {
56
56
  url: url,
57
57
  method: 'GET',
58
- params: this.parser.query({}),
58
+ params: this.parser.query({}, []),
59
59
  };
60
60
  try {
61
61
  const response = await this.httpClient.request(params);
@@ -85,7 +85,7 @@ export class SystemMetaTag extends TagAbstract {
85
85
  let params = {
86
86
  url: url,
87
87
  method: 'GET',
88
- params: this.parser.query({}),
88
+ params: this.parser.query({}, []),
89
89
  };
90
90
  try {
91
91
  const response = await this.httpClient.request(params);
@@ -115,7 +115,7 @@ export class SystemMetaTag extends TagAbstract {
115
115
  let params = {
116
116
  url: url,
117
117
  method: 'POST',
118
- params: this.parser.query({}),
118
+ params: this.parser.query({}, []),
119
119
  data: payload
120
120
  };
121
121
  try {
@@ -146,7 +146,7 @@ export class SystemMetaTag extends TagAbstract {
146
146
  let params = {
147
147
  url: url,
148
148
  method: 'GET',
149
- params: this.parser.query({}),
149
+ params: this.parser.query({}, []),
150
150
  };
151
151
  try {
152
152
  const response = await this.httpClient.request(params);
@@ -7,7 +7,7 @@ import { CommonMessage } from "./CommonMessage";
7
7
  export declare class SystemPaymentTag extends TagAbstract {
8
8
  /**
9
9
  * @returns {Promise<CommonMessage>}
10
- * @throws {CommonMessageException}
10
+ * @throws {CommonMessageExceptionException}
11
11
  * @throws {ClientException}
12
12
  */
13
13
  webhook(provider: string): Promise<CommonMessage>;
@@ -9,7 +9,7 @@ import { CommonMessageException } from "./CommonMessageException";
9
9
  export class SystemPaymentTag extends TagAbstract {
10
10
  /**
11
11
  * @returns {Promise<CommonMessage>}
12
- * @throws {CommonMessageException}
12
+ * @throws {CommonMessageExceptionException}
13
13
  * @throws {ClientException}
14
14
  */
15
15
  async webhook(provider) {
@@ -19,7 +19,7 @@ export class SystemPaymentTag extends TagAbstract {
19
19
  let params = {
20
20
  url: url,
21
21
  method: 'POST',
22
- params: this.parser.query({}),
22
+ params: this.parser.query({}, []),
23
23
  };
24
24
  try {
25
25
  const response = await this.httpClient.request(params);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fusio-sdk",
3
- "version": "4.0.1",
3
+ "version": "5.0.1",
4
4
  "description": "SDK to talk to the Fusio API",
5
5
  "keywords": [
6
6
  "API",
@@ -14,7 +14,9 @@
14
14
  "homepage": "https://www.fusio-project.org/",
15
15
  "main": "dist/index.js",
16
16
  "types": "dist/index.d.ts",
17
- "files": ["dist"],
17
+ "files": [
18
+ "dist"
19
+ ],
18
20
  "scripts": {
19
21
  "build": "tsc"
20
22
  },
package/dist/index.d.ts DELETED
@@ -1,249 +0,0 @@
1
- export * from './src/AuthorizationTag';
2
- export * from './src/BackendAccountChangePassword';
3
- export * from './src/BackendAccountTag';
4
- export * from './src/BackendAction';
5
- export * from './src/BackendActionCollection';
6
- export * from './src/BackendActionConfig';
7
- export * from './src/BackendActionCreate';
8
- export * from './src/BackendActionExecuteRequest';
9
- export * from './src/BackendActionExecuteRequestBody';
10
- export * from './src/BackendActionExecuteResponse';
11
- export * from './src/BackendActionExecuteResponseBody';
12
- export * from './src/BackendActionExecuteResponseHeaders';
13
- export * from './src/BackendActionIndex';
14
- export * from './src/BackendActionIndexEntry';
15
- export * from './src/BackendActionTag';
16
- export * from './src/BackendActionUpdate';
17
- export * from './src/BackendApp';
18
- export * from './src/BackendAppCollection';
19
- export * from './src/BackendAppCreate';
20
- export * from './src/BackendAppTag';
21
- export * from './src/BackendAppToken';
22
- export * from './src/BackendAppTokenCollection';
23
- export * from './src/BackendAppUpdate';
24
- export * from './src/BackendAudit';
25
- export * from './src/BackendAuditCollection';
26
- export * from './src/BackendAuditObject';
27
- export * from './src/BackendAuditTag';
28
- export * from './src/BackendCategory';
29
- export * from './src/BackendCategoryCollection';
30
- export * from './src/BackendCategoryCreate';
31
- export * from './src/BackendCategoryTag';
32
- export * from './src/BackendCategoryUpdate';
33
- export * from './src/BackendConfig';
34
- export * from './src/BackendConfigCollection';
35
- export * from './src/BackendConfigTag';
36
- export * from './src/BackendConfigUpdate';
37
- export * from './src/BackendConnection';
38
- export * from './src/BackendConnectionCollection';
39
- export * from './src/BackendConnectionConfig';
40
- export * from './src/BackendConnectionCreate';
41
- export * from './src/BackendConnectionIndex';
42
- export * from './src/BackendConnectionIndexEntry';
43
- export * from './src/BackendConnectionIntrospectionEntities';
44
- export * from './src/BackendConnectionIntrospectionEntity';
45
- export * from './src/BackendConnectionIntrospectionEntityRow';
46
- export * from './src/BackendConnectionTag';
47
- export * from './src/BackendConnectionUpdate';
48
- export * from './src/BackendCronjob';
49
- export * from './src/BackendCronjobCollection';
50
- export * from './src/BackendCronjobCreate';
51
- export * from './src/BackendCronjobError';
52
- export * from './src/BackendCronjobTag';
53
- export * from './src/BackendCronjobUpdate';
54
- export * from './src/BackendDashboard';
55
- export * from './src/BackendDashboardApp';
56
- export * from './src/BackendDashboardApps';
57
- export * from './src/BackendDashboardRequest';
58
- export * from './src/BackendDashboardRequests';
59
- export * from './src/BackendDashboardTag';
60
- export * from './src/BackendDashboardTransaction';
61
- export * from './src/BackendDashboardTransactions';
62
- export * from './src/BackendDashboardUser';
63
- export * from './src/BackendDashboardUsers';
64
- export * from './src/BackendEvent';
65
- export * from './src/BackendEventCollection';
66
- export * from './src/BackendEventCreate';
67
- export * from './src/BackendEventSubscription';
68
- export * from './src/BackendEventSubscriptionCollection';
69
- export * from './src/BackendEventSubscriptionCreate';
70
- export * from './src/BackendEventSubscriptionResponse';
71
- export * from './src/BackendEventSubscriptionUpdate';
72
- export * from './src/BackendEventTag';
73
- export * from './src/BackendEventUpdate';
74
- export * from './src/BackendGeneratorIndexProvider';
75
- export * from './src/BackendGeneratorIndexProviders';
76
- export * from './src/BackendGeneratorProvider';
77
- export * from './src/BackendGeneratorProviderChangelog';
78
- export * from './src/BackendGeneratorProviderConfig';
79
- export * from './src/BackendGeneratorTag';
80
- export * from './src/BackendIdentity';
81
- export * from './src/BackendIdentityCollection';
82
- export * from './src/BackendIdentityConfig';
83
- export * from './src/BackendIdentityCreate';
84
- export * from './src/BackendIdentityIndex';
85
- export * from './src/BackendIdentityIndexEntry';
86
- export * from './src/BackendIdentityTag';
87
- export * from './src/BackendIdentityUpdate';
88
- export * from './src/BackendLog';
89
- export * from './src/BackendLogCollection';
90
- export * from './src/BackendLogError';
91
- export * from './src/BackendLogErrorCollection';
92
- export * from './src/BackendLogTag';
93
- export * from './src/BackendMarketplaceApp';
94
- export * from './src/BackendMarketplaceCollection';
95
- export * from './src/BackendMarketplaceCollectionApps';
96
- export * from './src/BackendMarketplaceInstall';
97
- export * from './src/BackendMarketplaceLocalApp';
98
- export * from './src/BackendMarketplaceRemoteApp';
99
- export * from './src/BackendMarketplaceTag';
100
- export * from './src/BackendOperation';
101
- export * from './src/BackendOperationCollection';
102
- export * from './src/BackendOperationCreate';
103
- export * from './src/BackendOperationParameters';
104
- export * from './src/BackendOperationSchema';
105
- export * from './src/BackendOperationTag';
106
- export * from './src/BackendOperationThrows';
107
- export * from './src/BackendOperationUpdate';
108
- export * from './src/BackendPage';
109
- export * from './src/BackendPageCollection';
110
- export * from './src/BackendPageCreate';
111
- export * from './src/BackendPageTag';
112
- export * from './src/BackendPageUpdate';
113
- export * from './src/BackendPlan';
114
- export * from './src/BackendPlanCollection';
115
- export * from './src/BackendPlanCreate';
116
- export * from './src/BackendPlanTag';
117
- export * from './src/BackendPlanUpdate';
118
- export * from './src/BackendRate';
119
- export * from './src/BackendRateAllocation';
120
- export * from './src/BackendRateCollection';
121
- export * from './src/BackendRateCreate';
122
- export * from './src/BackendRateTag';
123
- export * from './src/BackendRateUpdate';
124
- export * from './src/BackendRole';
125
- export * from './src/BackendRoleCollection';
126
- export * from './src/BackendRoleCreate';
127
- export * from './src/BackendRoleTag';
128
- export * from './src/BackendRoleUpdate';
129
- export * from './src/BackendSchema';
130
- export * from './src/BackendSchemaCollection';
131
- export * from './src/BackendSchemaCreate';
132
- export * from './src/BackendSchemaForm';
133
- export * from './src/BackendSchemaPreviewResponse';
134
- export * from './src/BackendSchemaSource';
135
- export * from './src/BackendSchemaTag';
136
- export * from './src/BackendSchemaUpdate';
137
- export * from './src/BackendScope';
138
- export * from './src/BackendScopeCategories';
139
- export * from './src/BackendScopeCategory';
140
- export * from './src/BackendScopeCategoryScope';
141
- export * from './src/BackendScopeCollection';
142
- export * from './src/BackendScopeCreate';
143
- export * from './src/BackendScopeOperation';
144
- export * from './src/BackendScopeTag';
145
- export * from './src/BackendScopeUpdate';
146
- export * from './src/BackendSdkGenerate';
147
- export * from './src/BackendSdkResponse';
148
- export * from './src/BackendSdkTag';
149
- export * from './src/BackendSdkTypes';
150
- export * from './src/BackendStatisticChart';
151
- export * from './src/BackendStatisticChartData';
152
- export * from './src/BackendStatisticCount';
153
- export * from './src/BackendStatisticTag';
154
- export * from './src/BackendTag';
155
- export * from './src/BackendTransaction';
156
- export * from './src/BackendTransactionCollection';
157
- export * from './src/BackendTransactionTag';
158
- export * from './src/BackendTrashData';
159
- export * from './src/BackendTrashDataCollection';
160
- export * from './src/BackendTrashRestore';
161
- export * from './src/BackendTrashTag';
162
- export * from './src/BackendTrashTypes';
163
- export * from './src/BackendUser';
164
- export * from './src/BackendUserCollection';
165
- export * from './src/BackendUserCreate';
166
- export * from './src/BackendUserTag';
167
- export * from './src/BackendUserUpdate';
168
- export * from './src/Client';
169
- export * from './src/CommonCollection';
170
- export * from './src/CommonFormContainer';
171
- export * from './src/CommonFormElement';
172
- export * from './src/CommonFormElementInput';
173
- export * from './src/CommonFormElementSelect';
174
- export * from './src/CommonFormElementSelectOption';
175
- export * from './src/CommonFormElementTag';
176
- export * from './src/CommonFormElementTextArea';
177
- export * from './src/CommonMessage';
178
- export * from './src/CommonMessageException';
179
- export * from './src/CommonMetadata';
180
- export * from './src/ConsumerAccountTag';
181
- export * from './src/ConsumerApp';
182
- export * from './src/ConsumerAppCollection';
183
- export * from './src/ConsumerAppCreate';
184
- export * from './src/ConsumerAppTag';
185
- export * from './src/ConsumerAppUpdate';
186
- export * from './src/ConsumerAuthorizeMeta';
187
- export * from './src/ConsumerAuthorizeRequest';
188
- export * from './src/ConsumerAuthorizeResponse';
189
- export * from './src/ConsumerAuthorizeResponseToken';
190
- export * from './src/ConsumerEvent';
191
- export * from './src/ConsumerEventCollection';
192
- export * from './src/ConsumerEventSubscription';
193
- export * from './src/ConsumerEventSubscriptionCollection';
194
- export * from './src/ConsumerEventSubscriptionCreate';
195
- export * from './src/ConsumerEventSubscriptionResponse';
196
- export * from './src/ConsumerEventSubscriptionUpdate';
197
- export * from './src/ConsumerEventTag';
198
- export * from './src/ConsumerGrant';
199
- export * from './src/ConsumerGrantCollection';
200
- export * from './src/ConsumerGrantTag';
201
- export * from './src/ConsumerIdentity';
202
- export * from './src/ConsumerIdentityCollection';
203
- export * from './src/ConsumerIdentityTag';
204
- export * from './src/ConsumerLog';
205
- export * from './src/ConsumerLogCollection';
206
- export * from './src/ConsumerLogTag';
207
- export * from './src/ConsumerPage';
208
- export * from './src/ConsumerPageCollection';
209
- export * from './src/ConsumerPageTag';
210
- export * from './src/ConsumerPaymentCheckoutRequest';
211
- export * from './src/ConsumerPaymentCheckoutResponse';
212
- export * from './src/ConsumerPaymentPortalRequest';
213
- export * from './src/ConsumerPaymentPortalResponse';
214
- export * from './src/ConsumerPaymentTag';
215
- export * from './src/ConsumerPlan';
216
- export * from './src/ConsumerPlanCollection';
217
- export * from './src/ConsumerPlanTag';
218
- export * from './src/ConsumerScope';
219
- export * from './src/ConsumerScopeCollection';
220
- export * from './src/ConsumerScopeTag';
221
- export * from './src/ConsumerSubscriptionTag';
222
- export * from './src/ConsumerTag';
223
- export * from './src/ConsumerTransaction';
224
- export * from './src/ConsumerTransactionCollection';
225
- export * from './src/ConsumerTransactionTag';
226
- export * from './src/ConsumerUserAccount';
227
- export * from './src/ConsumerUserActivate';
228
- export * from './src/ConsumerUserEmail';
229
- export * from './src/ConsumerUserJWT';
230
- export * from './src/ConsumerUserLogin';
231
- export * from './src/ConsumerUserPasswordReset';
232
- export * from './src/ConsumerUserPlan';
233
- export * from './src/ConsumerUserRefresh';
234
- export * from './src/ConsumerUserRegister';
235
- export * from './src/Passthru';
236
- export * from './src/SystemAbout';
237
- export * from './src/SystemAboutApps';
238
- export * from './src/SystemAboutLink';
239
- export * from './src/SystemConnectionTag';
240
- export * from './src/SystemHealthCheck';
241
- export * from './src/SystemMetaTag';
242
- export * from './src/SystemPaymentTag';
243
- export * from './src/SystemRoute';
244
- export * from './src/SystemRouteMethod';
245
- export * from './src/SystemRoutePath';
246
- export * from './src/SystemSchema';
247
- export * from './src/SystemSchemaForm';
248
- export * from './src/SystemSchemaTypeSchema';
249
- export * from './src/SystemTag';