fusio-sdk 3.0.2 → 3.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (347) hide show
  1. package/dist/src/Client.d.ts +4 -6
  2. package/dist/src/Client.js +10 -12
  3. package/dist/src/generated/backend/AccountTag.d.ts +26 -0
  4. package/dist/src/generated/backend/AccountTag.js +86 -0
  5. package/dist/src/generated/backend/ActionTag.d.ts +56 -0
  6. package/dist/src/generated/backend/ActionTag.js +220 -0
  7. package/dist/src/generated/backend/AppTag.d.ts +54 -0
  8. package/dist/src/generated/backend/AppTag.js +222 -0
  9. package/dist/src/generated/backend/AuditTag.d.ts +19 -0
  10. package/dist/src/generated/backend/AuditTag.js +61 -0
  11. package/dist/src/generated/backend/CategoryTag.d.ts +37 -0
  12. package/dist/src/generated/backend/CategoryTag.js +142 -0
  13. package/dist/src/generated/backend/Client.d.ts +52 -521
  14. package/dist/src/generated/backend/Client.js +100 -669
  15. package/dist/src/generated/backend/ConfigTag.d.ts +26 -0
  16. package/dist/src/generated/backend/ConfigTag.js +89 -0
  17. package/dist/src/generated/backend/ConnectionTag.d.ts +66 -0
  18. package/dist/src/generated/backend/ConnectionTag.js +274 -0
  19. package/dist/src/generated/backend/CronjobTag.d.ts +37 -0
  20. package/dist/src/generated/backend/CronjobTag.js +142 -0
  21. package/dist/src/generated/backend/Dashboard.d.ts +3 -3
  22. package/dist/src/generated/backend/DashboardTag.d.ts +13 -0
  23. package/dist/src/generated/backend/DashboardTag.js +34 -0
  24. package/dist/src/generated/backend/EventTag.d.ts +66 -0
  25. package/dist/src/generated/backend/EventTag.js +275 -0
  26. package/dist/src/generated/backend/GeneratorProviderChangelog.d.ts +2 -2
  27. package/dist/src/generated/backend/GeneratorTag.d.ts +33 -0
  28. package/dist/src/generated/backend/GeneratorTag.js +117 -0
  29. package/dist/src/generated/backend/LogTag.d.ts +31 -0
  30. package/dist/src/generated/backend/LogTag.js +113 -0
  31. package/dist/src/generated/backend/MarketplaceApp.d.ts +1 -0
  32. package/dist/src/generated/backend/MarketplaceTag.d.ts +36 -0
  33. package/dist/src/generated/backend/MarketplaceTag.js +141 -0
  34. package/dist/src/generated/backend/Message.d.ts +1 -0
  35. package/dist/src/generated/backend/Operation.d.ts +27 -0
  36. package/dist/src/generated/backend/{FormQuery.js → Operation.js} +1 -1
  37. package/dist/src/generated/backend/OperationCollection.d.ts +7 -0
  38. package/dist/src/generated/backend/OperationCollection.js +5 -0
  39. package/dist/src/generated/backend/OperationCreate.d.ts +7 -0
  40. package/dist/src/generated/backend/{CollectionQuery.js → OperationCreate.js} +1 -1
  41. package/dist/src/generated/backend/OperationParameters.d.ts +6 -0
  42. package/dist/src/generated/backend/OperationParameters.js +5 -0
  43. package/dist/src/generated/backend/OperationSchema.d.ts +10 -0
  44. package/dist/src/generated/{consumer/CollectionQuery.js → backend/OperationSchema.js} +1 -1
  45. package/dist/src/generated/backend/OperationTag.d.ts +37 -0
  46. package/dist/src/generated/backend/OperationTag.js +142 -0
  47. package/dist/src/generated/backend/OperationThrows.d.ts +5 -0
  48. package/dist/src/generated/backend/{RouteCollection.js → OperationThrows.js} +1 -1
  49. package/dist/src/generated/backend/OperationUpdate.d.ts +7 -0
  50. package/dist/src/generated/backend/OperationUpdate.js +5 -0
  51. package/dist/src/generated/backend/PageTag.d.ts +37 -0
  52. package/dist/src/generated/backend/PageTag.js +142 -0
  53. package/dist/src/generated/backend/PlanTag.d.ts +37 -0
  54. package/dist/src/generated/backend/PlanTag.js +142 -0
  55. package/dist/src/generated/backend/RateAllocation.d.ts +1 -1
  56. package/dist/src/generated/backend/RateTag.d.ts +37 -0
  57. package/dist/src/generated/backend/RateTag.js +142 -0
  58. package/dist/src/generated/backend/RoleTag.d.ts +37 -0
  59. package/dist/src/generated/backend/RoleTag.js +142 -0
  60. package/dist/src/generated/backend/SchemaTag.d.ts +49 -0
  61. package/dist/src/generated/backend/SchemaTag.js +197 -0
  62. package/dist/src/generated/backend/Scope.d.ts +2 -2
  63. package/dist/src/generated/backend/ScopeOperation.d.ts +9 -0
  64. package/dist/src/generated/backend/ScopeOperation.js +5 -0
  65. package/dist/src/generated/backend/ScopeTag.d.ts +43 -0
  66. package/dist/src/generated/backend/ScopeTag.js +167 -0
  67. package/dist/src/generated/backend/SdkTag.d.ts +20 -0
  68. package/dist/src/generated/backend/SdkTag.js +60 -0
  69. package/dist/src/generated/backend/StatisticTag.d.ts +59 -0
  70. package/dist/src/generated/backend/StatisticTag.js +259 -0
  71. package/dist/src/generated/backend/TransactionTag.d.ts +19 -0
  72. package/dist/src/generated/backend/TransactionTag.js +61 -0
  73. package/dist/src/generated/backend/TrashTag.d.ts +26 -0
  74. package/dist/src/generated/backend/TrashTag.js +89 -0
  75. package/dist/src/generated/backend/UserTag.d.ts +37 -0
  76. package/dist/src/generated/backend/UserTag.js +142 -0
  77. package/dist/src/generated/consumer/AccountTag.d.ts +81 -0
  78. package/dist/src/generated/consumer/AccountTag.js +321 -0
  79. package/dist/src/generated/consumer/AppTag.d.ts +37 -0
  80. package/dist/src/generated/consumer/AppTag.js +142 -0
  81. package/dist/src/generated/consumer/Client.d.ts +24 -185
  82. package/dist/src/generated/consumer/Client.js +44 -237
  83. package/dist/src/generated/consumer/EventTag.d.ts +13 -0
  84. package/dist/src/generated/consumer/EventTag.js +34 -0
  85. package/dist/src/generated/consumer/GrantTag.d.ts +19 -0
  86. package/dist/src/generated/consumer/GrantTag.js +61 -0
  87. package/dist/src/generated/consumer/LogTag.d.ts +19 -0
  88. package/dist/src/generated/consumer/LogTag.js +61 -0
  89. package/dist/src/generated/consumer/Message.d.ts +1 -0
  90. package/dist/src/generated/consumer/PageTag.d.ts +19 -0
  91. package/dist/src/generated/consumer/PageTag.js +61 -0
  92. package/dist/src/generated/consumer/PaymentTag.d.ts +21 -0
  93. package/dist/src/generated/consumer/PaymentTag.js +65 -0
  94. package/dist/src/generated/consumer/PlanTag.d.ts +19 -0
  95. package/dist/src/generated/consumer/PlanTag.js +61 -0
  96. package/dist/src/generated/consumer/ScopeTag.d.ts +13 -0
  97. package/dist/src/generated/consumer/ScopeTag.js +34 -0
  98. package/dist/src/generated/consumer/SubscriptionTag.d.ts +37 -0
  99. package/dist/src/generated/consumer/SubscriptionTag.js +142 -0
  100. package/dist/src/generated/consumer/TransactionTag.d.ts +19 -0
  101. package/dist/src/generated/consumer/TransactionTag.js +61 -0
  102. package/dist/src/generated/consumer/UserAccount.d.ts +2 -0
  103. package/dist/src/generated/consumer/UserPlan.d.ts +11 -0
  104. package/dist/src/generated/consumer/UserPlan.js +5 -0
  105. package/package.json +3 -3
  106. package/dist/src/generated/backend/AppTokenCollectionQuery.d.ts +0 -15
  107. package/dist/src/generated/backend/AppTokenCollectionQuery.js +0 -5
  108. package/dist/src/generated/backend/AuditCollectionQuery.d.ts +0 -15
  109. package/dist/src/generated/backend/AuditCollectionQuery.js +0 -5
  110. package/dist/src/generated/backend/BackendAccountChangePasswordResource.d.ts +0 -17
  111. package/dist/src/generated/backend/BackendAccountChangePasswordResource.js +0 -21
  112. package/dist/src/generated/backend/BackendAccountResource.d.ts +0 -22
  113. package/dist/src/generated/backend/BackendAccountResource.js +0 -30
  114. package/dist/src/generated/backend/BackendActionByActionIdResource.d.ts +0 -27
  115. package/dist/src/generated/backend/BackendActionByActionIdResource.js +0 -40
  116. package/dist/src/generated/backend/BackendActionExecuteByActionIdResource.d.ts +0 -18
  117. package/dist/src/generated/backend/BackendActionExecuteByActionIdResource.js +0 -22
  118. package/dist/src/generated/backend/BackendActionFormResource.d.ts +0 -17
  119. package/dist/src/generated/backend/BackendActionFormResource.js +0 -22
  120. package/dist/src/generated/backend/BackendActionListResource.d.ts +0 -15
  121. package/dist/src/generated/backend/BackendActionListResource.js +0 -20
  122. package/dist/src/generated/backend/BackendActionResource.d.ts +0 -24
  123. package/dist/src/generated/backend/BackendActionResource.js +0 -32
  124. package/dist/src/generated/backend/BackendAppByAppIdResource.d.ts +0 -27
  125. package/dist/src/generated/backend/BackendAppByAppIdResource.js +0 -40
  126. package/dist/src/generated/backend/BackendAppByAppIdTokenAndTokenIdResource.d.ts +0 -17
  127. package/dist/src/generated/backend/BackendAppByAppIdTokenAndTokenIdResource.js +0 -22
  128. package/dist/src/generated/backend/BackendAppResource.d.ts +0 -24
  129. package/dist/src/generated/backend/BackendAppResource.js +0 -32
  130. package/dist/src/generated/backend/BackendAppTokenByTokenIdResource.d.ts +0 -16
  131. package/dist/src/generated/backend/BackendAppTokenByTokenIdResource.js +0 -21
  132. package/dist/src/generated/backend/BackendAppTokenCollectionQuery.d.ts +0 -6
  133. package/dist/src/generated/backend/BackendAppTokenCollectionQuery.js +0 -5
  134. package/dist/src/generated/backend/BackendAppTokenResource.d.ts +0 -17
  135. package/dist/src/generated/backend/BackendAppTokenResource.js +0 -22
  136. package/dist/src/generated/backend/BackendAuditByAuditIdResource.d.ts +0 -16
  137. package/dist/src/generated/backend/BackendAuditByAuditIdResource.js +0 -21
  138. package/dist/src/generated/backend/BackendAuditCollectionQuery.d.ts +0 -6
  139. package/dist/src/generated/backend/BackendAuditCollectionQuery.js +0 -5
  140. package/dist/src/generated/backend/BackendAuditResource.d.ts +0 -17
  141. package/dist/src/generated/backend/BackendAuditResource.js +0 -22
  142. package/dist/src/generated/backend/BackendCategoryByCategoryIdResource.d.ts +0 -27
  143. package/dist/src/generated/backend/BackendCategoryByCategoryIdResource.js +0 -40
  144. package/dist/src/generated/backend/BackendCategoryResource.d.ts +0 -24
  145. package/dist/src/generated/backend/BackendCategoryResource.js +0 -32
  146. package/dist/src/generated/backend/BackendConfigByConfigIdResource.d.ts +0 -23
  147. package/dist/src/generated/backend/BackendConfigByConfigIdResource.js +0 -31
  148. package/dist/src/generated/backend/BackendConfigResource.d.ts +0 -17
  149. package/dist/src/generated/backend/BackendConfigResource.js +0 -22
  150. package/dist/src/generated/backend/BackendConnectionByConnectionIdIntrospectionAndEntityResource.d.ts +0 -17
  151. package/dist/src/generated/backend/BackendConnectionByConnectionIdIntrospectionAndEntityResource.js +0 -22
  152. package/dist/src/generated/backend/BackendConnectionByConnectionIdIntrospectionResource.d.ts +0 -16
  153. package/dist/src/generated/backend/BackendConnectionByConnectionIdIntrospectionResource.js +0 -21
  154. package/dist/src/generated/backend/BackendConnectionByConnectionIdRedirectResource.d.ts +0 -16
  155. package/dist/src/generated/backend/BackendConnectionByConnectionIdRedirectResource.js +0 -21
  156. package/dist/src/generated/backend/BackendConnectionByConnectionIdResource.d.ts +0 -27
  157. package/dist/src/generated/backend/BackendConnectionByConnectionIdResource.js +0 -40
  158. package/dist/src/generated/backend/BackendConnectionFormResource.d.ts +0 -17
  159. package/dist/src/generated/backend/BackendConnectionFormResource.js +0 -22
  160. package/dist/src/generated/backend/BackendConnectionListResource.d.ts +0 -15
  161. package/dist/src/generated/backend/BackendConnectionListResource.js +0 -20
  162. package/dist/src/generated/backend/BackendConnectionResource.d.ts +0 -24
  163. package/dist/src/generated/backend/BackendConnectionResource.js +0 -32
  164. package/dist/src/generated/backend/BackendCronjobByCronjobIdResource.d.ts +0 -27
  165. package/dist/src/generated/backend/BackendCronjobByCronjobIdResource.js +0 -40
  166. package/dist/src/generated/backend/BackendCronjobResource.d.ts +0 -24
  167. package/dist/src/generated/backend/BackendCronjobResource.js +0 -32
  168. package/dist/src/generated/backend/BackendDashboardResource.d.ts +0 -15
  169. package/dist/src/generated/backend/BackendDashboardResource.js +0 -20
  170. package/dist/src/generated/backend/BackendEventByEventIdResource.d.ts +0 -27
  171. package/dist/src/generated/backend/BackendEventByEventIdResource.js +0 -40
  172. package/dist/src/generated/backend/BackendEventResource.d.ts +0 -24
  173. package/dist/src/generated/backend/BackendEventResource.js +0 -32
  174. package/dist/src/generated/backend/BackendEventSubscriptionBySubscriptionIdResource.d.ts +0 -27
  175. package/dist/src/generated/backend/BackendEventSubscriptionBySubscriptionIdResource.js +0 -40
  176. package/dist/src/generated/backend/BackendEventSubscriptionResource.d.ts +0 -24
  177. package/dist/src/generated/backend/BackendEventSubscriptionResource.js +0 -32
  178. package/dist/src/generated/backend/BackendGeneratorByProviderResource.d.ts +0 -30
  179. package/dist/src/generated/backend/BackendGeneratorByProviderResource.js +0 -41
  180. package/dist/src/generated/backend/BackendGeneratorResource.d.ts +0 -15
  181. package/dist/src/generated/backend/BackendGeneratorResource.js +0 -20
  182. package/dist/src/generated/backend/BackendLogByLogIdResource.d.ts +0 -16
  183. package/dist/src/generated/backend/BackendLogByLogIdResource.js +0 -21
  184. package/dist/src/generated/backend/BackendLogCollectionQuery.d.ts +0 -6
  185. package/dist/src/generated/backend/BackendLogCollectionQuery.js +0 -5
  186. package/dist/src/generated/backend/BackendLogErrorByErrorIdResource.d.ts +0 -16
  187. package/dist/src/generated/backend/BackendLogErrorByErrorIdResource.js +0 -21
  188. package/dist/src/generated/backend/BackendLogErrorResource.d.ts +0 -17
  189. package/dist/src/generated/backend/BackendLogErrorResource.js +0 -22
  190. package/dist/src/generated/backend/BackendLogResource.d.ts +0 -17
  191. package/dist/src/generated/backend/BackendLogResource.js +0 -22
  192. package/dist/src/generated/backend/BackendMarketplaceByAppNameResource.d.ts +0 -25
  193. package/dist/src/generated/backend/BackendMarketplaceByAppNameResource.js +0 -39
  194. package/dist/src/generated/backend/BackendMarketplaceResource.d.ts +0 -22
  195. package/dist/src/generated/backend/BackendMarketplaceResource.js +0 -30
  196. package/dist/src/generated/backend/BackendPageByPageIdResource.d.ts +0 -27
  197. package/dist/src/generated/backend/BackendPageByPageIdResource.js +0 -40
  198. package/dist/src/generated/backend/BackendPageResource.d.ts +0 -24
  199. package/dist/src/generated/backend/BackendPageResource.js +0 -32
  200. package/dist/src/generated/backend/BackendPlanByPlanIdResource.d.ts +0 -27
  201. package/dist/src/generated/backend/BackendPlanByPlanIdResource.js +0 -40
  202. package/dist/src/generated/backend/BackendPlanResource.d.ts +0 -24
  203. package/dist/src/generated/backend/BackendPlanResource.js +0 -32
  204. package/dist/src/generated/backend/BackendPlanUsageCollectionQuery.d.ts +0 -6
  205. package/dist/src/generated/backend/BackendPlanUsageCollectionQuery.js +0 -5
  206. package/dist/src/generated/backend/BackendRateByRateIdResource.d.ts +0 -27
  207. package/dist/src/generated/backend/BackendRateByRateIdResource.js +0 -40
  208. package/dist/src/generated/backend/BackendRateResource.d.ts +0 -24
  209. package/dist/src/generated/backend/BackendRateResource.js +0 -32
  210. package/dist/src/generated/backend/BackendRoleByRoleIdResource.d.ts +0 -27
  211. package/dist/src/generated/backend/BackendRoleByRoleIdResource.js +0 -40
  212. package/dist/src/generated/backend/BackendRoleResource.d.ts +0 -24
  213. package/dist/src/generated/backend/BackendRoleResource.js +0 -32
  214. package/dist/src/generated/backend/BackendRoutesByRouteIdResource.d.ts +0 -27
  215. package/dist/src/generated/backend/BackendRoutesByRouteIdResource.js +0 -40
  216. package/dist/src/generated/backend/BackendRoutesResource.d.ts +0 -24
  217. package/dist/src/generated/backend/BackendRoutesResource.js +0 -32
  218. package/dist/src/generated/backend/BackendSchemaBySchemaIdResource.d.ts +0 -27
  219. package/dist/src/generated/backend/BackendSchemaBySchemaIdResource.js +0 -40
  220. package/dist/src/generated/backend/BackendSchemaFormBySchemaIdResource.d.ts +0 -18
  221. package/dist/src/generated/backend/BackendSchemaFormBySchemaIdResource.js +0 -22
  222. package/dist/src/generated/backend/BackendSchemaPreviewBySchemaIdResource.d.ts +0 -16
  223. package/dist/src/generated/backend/BackendSchemaPreviewBySchemaIdResource.js +0 -21
  224. package/dist/src/generated/backend/BackendSchemaResource.d.ts +0 -24
  225. package/dist/src/generated/backend/BackendSchemaResource.js +0 -32
  226. package/dist/src/generated/backend/BackendScopeByScopeIdResource.d.ts +0 -27
  227. package/dist/src/generated/backend/BackendScopeByScopeIdResource.js +0 -40
  228. package/dist/src/generated/backend/BackendScopeCategoriesResource.d.ts +0 -15
  229. package/dist/src/generated/backend/BackendScopeCategoriesResource.js +0 -20
  230. package/dist/src/generated/backend/BackendScopeResource.d.ts +0 -24
  231. package/dist/src/generated/backend/BackendScopeResource.js +0 -32
  232. package/dist/src/generated/backend/BackendSdkResource.d.ts +0 -22
  233. package/dist/src/generated/backend/BackendSdkResource.js +0 -30
  234. package/dist/src/generated/backend/BackendStatisticCountRequestsResource.d.ts +0 -17
  235. package/dist/src/generated/backend/BackendStatisticCountRequestsResource.js +0 -22
  236. package/dist/src/generated/backend/BackendStatisticErrorsPerRouteResource.d.ts +0 -17
  237. package/dist/src/generated/backend/BackendStatisticErrorsPerRouteResource.js +0 -22
  238. package/dist/src/generated/backend/BackendStatisticIncomingRequestsResource.d.ts +0 -17
  239. package/dist/src/generated/backend/BackendStatisticIncomingRequestsResource.js +0 -22
  240. package/dist/src/generated/backend/BackendStatisticIncomingTransactionsResource.d.ts +0 -17
  241. package/dist/src/generated/backend/BackendStatisticIncomingTransactionsResource.js +0 -22
  242. package/dist/src/generated/backend/BackendStatisticIssuedTokensResource.d.ts +0 -17
  243. package/dist/src/generated/backend/BackendStatisticIssuedTokensResource.js +0 -22
  244. package/dist/src/generated/backend/BackendStatisticMostUsedAppsResource.d.ts +0 -17
  245. package/dist/src/generated/backend/BackendStatisticMostUsedAppsResource.js +0 -22
  246. package/dist/src/generated/backend/BackendStatisticMostUsedRoutesResource.d.ts +0 -17
  247. package/dist/src/generated/backend/BackendStatisticMostUsedRoutesResource.js +0 -22
  248. package/dist/src/generated/backend/BackendStatisticTimeAverageResource.d.ts +0 -17
  249. package/dist/src/generated/backend/BackendStatisticTimeAverageResource.js +0 -22
  250. package/dist/src/generated/backend/BackendStatisticTimePerRouteResource.d.ts +0 -17
  251. package/dist/src/generated/backend/BackendStatisticTimePerRouteResource.js +0 -22
  252. package/dist/src/generated/backend/BackendStatisticUsedPointsResource.d.ts +0 -17
  253. package/dist/src/generated/backend/BackendStatisticUsedPointsResource.js +0 -22
  254. package/dist/src/generated/backend/BackendTransactionByTransactionIdResource.d.ts +0 -16
  255. package/dist/src/generated/backend/BackendTransactionByTransactionIdResource.js +0 -21
  256. package/dist/src/generated/backend/BackendTransactionCollectionQuery.d.ts +0 -6
  257. package/dist/src/generated/backend/BackendTransactionCollectionQuery.js +0 -5
  258. package/dist/src/generated/backend/BackendTransactionResource.d.ts +0 -17
  259. package/dist/src/generated/backend/BackendTransactionResource.js +0 -22
  260. package/dist/src/generated/backend/BackendTrashByTypeResource.d.ts +0 -25
  261. package/dist/src/generated/backend/BackendTrashByTypeResource.js +0 -33
  262. package/dist/src/generated/backend/BackendTrashResource.d.ts +0 -15
  263. package/dist/src/generated/backend/BackendTrashResource.js +0 -20
  264. package/dist/src/generated/backend/BackendUserByUserIdResource.d.ts +0 -27
  265. package/dist/src/generated/backend/BackendUserByUserIdResource.js +0 -40
  266. package/dist/src/generated/backend/BackendUserResource.d.ts +0 -24
  267. package/dist/src/generated/backend/BackendUserResource.js +0 -32
  268. package/dist/src/generated/backend/CollectionCategoryQuery.d.ts +0 -8
  269. package/dist/src/generated/backend/CollectionCategoryQuery.js +0 -5
  270. package/dist/src/generated/backend/CollectionQuery.d.ts +0 -9
  271. package/dist/src/generated/backend/FormQuery.d.ts +0 -7
  272. package/dist/src/generated/backend/LogCollectionQuery.d.ts +0 -19
  273. package/dist/src/generated/backend/LogCollectionQuery.js +0 -5
  274. package/dist/src/generated/backend/PlanUsageCollectionQuery.d.ts +0 -13
  275. package/dist/src/generated/backend/PlanUsageCollectionQuery.js +0 -5
  276. package/dist/src/generated/backend/Route.d.ts +0 -16
  277. package/dist/src/generated/backend/Route.js +0 -5
  278. package/dist/src/generated/backend/RouteCollection.d.ts +0 -7
  279. package/dist/src/generated/backend/RouteCreate.d.ts +0 -7
  280. package/dist/src/generated/backend/RouteCreate.js +0 -5
  281. package/dist/src/generated/backend/RouteMethod.d.ts +0 -20
  282. package/dist/src/generated/backend/RouteMethod.js +0 -5
  283. package/dist/src/generated/backend/RouteMethodResponses.d.ts +0 -5
  284. package/dist/src/generated/backend/RouteMethodResponses.js +0 -5
  285. package/dist/src/generated/backend/RouteMethods.d.ts +0 -6
  286. package/dist/src/generated/backend/RouteMethods.js +0 -5
  287. package/dist/src/generated/backend/RouteUpdate.d.ts +0 -7
  288. package/dist/src/generated/backend/RouteUpdate.js +0 -5
  289. package/dist/src/generated/backend/RouteVersion.d.ts +0 -10
  290. package/dist/src/generated/backend/RouteVersion.js +0 -5
  291. package/dist/src/generated/backend/ScopeRoute.d.ts +0 -9
  292. package/dist/src/generated/backend/ScopeRoute.js +0 -5
  293. package/dist/src/generated/backend/TransactionCollectionQuery.d.ts +0 -15
  294. package/dist/src/generated/backend/TransactionCollectionQuery.js +0 -5
  295. package/dist/src/generated/consumer/CollectionQuery.d.ts +0 -9
  296. package/dist/src/generated/consumer/ConsumerAccountChangePasswordResource.d.ts +0 -17
  297. package/dist/src/generated/consumer/ConsumerAccountChangePasswordResource.js +0 -21
  298. package/dist/src/generated/consumer/ConsumerAccountResource.d.ts +0 -21
  299. package/dist/src/generated/consumer/ConsumerAccountResource.js +0 -30
  300. package/dist/src/generated/consumer/ConsumerActivateResource.d.ts +0 -17
  301. package/dist/src/generated/consumer/ConsumerActivateResource.js +0 -21
  302. package/dist/src/generated/consumer/ConsumerAppByAppIdResource.d.ts +0 -27
  303. package/dist/src/generated/consumer/ConsumerAppByAppIdResource.js +0 -40
  304. package/dist/src/generated/consumer/ConsumerAppResource.d.ts +0 -24
  305. package/dist/src/generated/consumer/ConsumerAppResource.js +0 -32
  306. package/dist/src/generated/consumer/ConsumerAuthorizeResource.d.ts +0 -22
  307. package/dist/src/generated/consumer/ConsumerAuthorizeResource.js +0 -30
  308. package/dist/src/generated/consumer/ConsumerEventResource.d.ts +0 -17
  309. package/dist/src/generated/consumer/ConsumerEventResource.js +0 -22
  310. package/dist/src/generated/consumer/ConsumerGrantByGrantIdResource.d.ts +0 -15
  311. package/dist/src/generated/consumer/ConsumerGrantByGrantIdResource.js +0 -21
  312. package/dist/src/generated/consumer/ConsumerGrantResource.d.ts +0 -17
  313. package/dist/src/generated/consumer/ConsumerGrantResource.js +0 -22
  314. package/dist/src/generated/consumer/ConsumerLogByLogIdResource.d.ts +0 -18
  315. package/dist/src/generated/consumer/ConsumerLogByLogIdResource.js +0 -23
  316. package/dist/src/generated/consumer/ConsumerLogResource.d.ts +0 -17
  317. package/dist/src/generated/consumer/ConsumerLogResource.js +0 -22
  318. package/dist/src/generated/consumer/ConsumerLoginResource.d.ts +0 -23
  319. package/dist/src/generated/consumer/ConsumerLoginResource.js +0 -31
  320. package/dist/src/generated/consumer/ConsumerPageByPageIdResource.d.ts +0 -16
  321. package/dist/src/generated/consumer/ConsumerPageByPageIdResource.js +0 -21
  322. package/dist/src/generated/consumer/ConsumerPageResource.d.ts +0 -17
  323. package/dist/src/generated/consumer/ConsumerPageResource.js +0 -22
  324. package/dist/src/generated/consumer/ConsumerPasswordResetResource.d.ts +0 -23
  325. package/dist/src/generated/consumer/ConsumerPasswordResetResource.js +0 -31
  326. package/dist/src/generated/consumer/ConsumerPaymentByProviderCheckoutResource.d.ts +0 -18
  327. package/dist/src/generated/consumer/ConsumerPaymentByProviderCheckoutResource.js +0 -22
  328. package/dist/src/generated/consumer/ConsumerPaymentByProviderPortalResource.d.ts +0 -18
  329. package/dist/src/generated/consumer/ConsumerPaymentByProviderPortalResource.js +0 -22
  330. package/dist/src/generated/consumer/ConsumerPlanByPlanIdResource.d.ts +0 -16
  331. package/dist/src/generated/consumer/ConsumerPlanByPlanIdResource.js +0 -21
  332. package/dist/src/generated/consumer/ConsumerPlanResource.d.ts +0 -17
  333. package/dist/src/generated/consumer/ConsumerPlanResource.js +0 -22
  334. package/dist/src/generated/consumer/ConsumerProviderByProviderResource.d.ts +0 -18
  335. package/dist/src/generated/consumer/ConsumerProviderByProviderResource.js +0 -22
  336. package/dist/src/generated/consumer/ConsumerRegisterResource.d.ts +0 -17
  337. package/dist/src/generated/consumer/ConsumerRegisterResource.js +0 -21
  338. package/dist/src/generated/consumer/ConsumerScopeResource.d.ts +0 -17
  339. package/dist/src/generated/consumer/ConsumerScopeResource.js +0 -22
  340. package/dist/src/generated/consumer/ConsumerSubscriptionBySubscriptionIdResource.d.ts +0 -27
  341. package/dist/src/generated/consumer/ConsumerSubscriptionBySubscriptionIdResource.js +0 -40
  342. package/dist/src/generated/consumer/ConsumerSubscriptionResource.d.ts +0 -24
  343. package/dist/src/generated/consumer/ConsumerSubscriptionResource.js +0 -32
  344. package/dist/src/generated/consumer/ConsumerTransactionByTransactionIdResource.d.ts +0 -16
  345. package/dist/src/generated/consumer/ConsumerTransactionByTransactionIdResource.js +0 -21
  346. package/dist/src/generated/consumer/ConsumerTransactionResource.d.ts +0 -17
  347. package/dist/src/generated/consumer/ConsumerTransactionResource.js +0 -22
@@ -2,525 +2,56 @@
2
2
  * Client automatically generated by SDKgen please do not edit this file manually
3
3
  * {@link https://sdkgen.app}
4
4
  */
5
- import { ClientAbstract, CredentialsInterface, TokenStoreInterface } from "sdkgen-client";
6
- import BackendUserByUserIdResource from "./BackendUserByUserIdResource";
7
- import BackendUserResource from "./BackendUserResource";
8
- import BackendTrashByTypeResource from "./BackendTrashByTypeResource";
9
- import BackendTrashResource from "./BackendTrashResource";
10
- import BackendTransactionByTransactionIdResource from "./BackendTransactionByTransactionIdResource";
11
- import BackendTransactionResource from "./BackendTransactionResource";
12
- import BackendStatisticUsedPointsResource from "./BackendStatisticUsedPointsResource";
13
- import BackendStatisticTimePerRouteResource from "./BackendStatisticTimePerRouteResource";
14
- import BackendStatisticTimeAverageResource from "./BackendStatisticTimeAverageResource";
15
- import BackendStatisticMostUsedRoutesResource from "./BackendStatisticMostUsedRoutesResource";
16
- import BackendStatisticMostUsedAppsResource from "./BackendStatisticMostUsedAppsResource";
17
- import BackendStatisticIssuedTokensResource from "./BackendStatisticIssuedTokensResource";
18
- import BackendStatisticIncomingTransactionsResource from "./BackendStatisticIncomingTransactionsResource";
19
- import BackendStatisticIncomingRequestsResource from "./BackendStatisticIncomingRequestsResource";
20
- import BackendStatisticErrorsPerRouteResource from "./BackendStatisticErrorsPerRouteResource";
21
- import BackendStatisticCountRequestsResource from "./BackendStatisticCountRequestsResource";
22
- import BackendSdkResource from "./BackendSdkResource";
23
- import BackendScopeByScopeIdResource from "./BackendScopeByScopeIdResource";
24
- import BackendScopeCategoriesResource from "./BackendScopeCategoriesResource";
25
- import BackendScopeResource from "./BackendScopeResource";
26
- import BackendSchemaBySchemaIdResource from "./BackendSchemaBySchemaIdResource";
27
- import BackendSchemaFormBySchemaIdResource from "./BackendSchemaFormBySchemaIdResource";
28
- import BackendSchemaPreviewBySchemaIdResource from "./BackendSchemaPreviewBySchemaIdResource";
29
- import BackendSchemaResource from "./BackendSchemaResource";
30
- import BackendRoutesByRouteIdResource from "./BackendRoutesByRouteIdResource";
31
- import BackendRoutesResource from "./BackendRoutesResource";
32
- import BackendRoleByRoleIdResource from "./BackendRoleByRoleIdResource";
33
- import BackendRoleResource from "./BackendRoleResource";
34
- import BackendRateByRateIdResource from "./BackendRateByRateIdResource";
35
- import BackendRateResource from "./BackendRateResource";
36
- import BackendPlanByPlanIdResource from "./BackendPlanByPlanIdResource";
37
- import BackendPlanResource from "./BackendPlanResource";
38
- import BackendPageByPageIdResource from "./BackendPageByPageIdResource";
39
- import BackendPageResource from "./BackendPageResource";
40
- import BackendMarketplaceByAppNameResource from "./BackendMarketplaceByAppNameResource";
41
- import BackendMarketplaceResource from "./BackendMarketplaceResource";
42
- import BackendLogByLogIdResource from "./BackendLogByLogIdResource";
43
- import BackendLogResource from "./BackendLogResource";
44
- import BackendLogErrorByErrorIdResource from "./BackendLogErrorByErrorIdResource";
45
- import BackendLogErrorResource from "./BackendLogErrorResource";
46
- import BackendGeneratorByProviderResource from "./BackendGeneratorByProviderResource";
47
- import BackendGeneratorResource from "./BackendGeneratorResource";
48
- import BackendEventByEventIdResource from "./BackendEventByEventIdResource";
49
- import BackendEventResource from "./BackendEventResource";
50
- import BackendEventSubscriptionBySubscriptionIdResource from "./BackendEventSubscriptionBySubscriptionIdResource";
51
- import BackendEventSubscriptionResource from "./BackendEventSubscriptionResource";
52
- import BackendDashboardResource from "./BackendDashboardResource";
53
- import BackendCronjobByCronjobIdResource from "./BackendCronjobByCronjobIdResource";
54
- import BackendCronjobResource from "./BackendCronjobResource";
55
- import BackendConnectionByConnectionIdIntrospectionAndEntityResource from "./BackendConnectionByConnectionIdIntrospectionAndEntityResource";
56
- import BackendConnectionByConnectionIdIntrospectionResource from "./BackendConnectionByConnectionIdIntrospectionResource";
57
- import BackendConnectionByConnectionIdRedirectResource from "./BackendConnectionByConnectionIdRedirectResource";
58
- import BackendConnectionByConnectionIdResource from "./BackendConnectionByConnectionIdResource";
59
- import BackendConnectionFormResource from "./BackendConnectionFormResource";
60
- import BackendConnectionListResource from "./BackendConnectionListResource";
61
- import BackendConnectionResource from "./BackendConnectionResource";
62
- import BackendConfigByConfigIdResource from "./BackendConfigByConfigIdResource";
63
- import BackendConfigResource from "./BackendConfigResource";
64
- import BackendCategoryByCategoryIdResource from "./BackendCategoryByCategoryIdResource";
65
- import BackendCategoryResource from "./BackendCategoryResource";
66
- import BackendAuditByAuditIdResource from "./BackendAuditByAuditIdResource";
67
- import BackendAuditResource from "./BackendAuditResource";
68
- import BackendAppByAppIdTokenAndTokenIdResource from "./BackendAppByAppIdTokenAndTokenIdResource";
69
- import BackendAppByAppIdResource from "./BackendAppByAppIdResource";
70
- import BackendAppResource from "./BackendAppResource";
71
- import BackendAppTokenByTokenIdResource from "./BackendAppTokenByTokenIdResource";
72
- import BackendAppTokenResource from "./BackendAppTokenResource";
73
- import BackendActionByActionIdResource from "./BackendActionByActionIdResource";
74
- import BackendActionExecuteByActionIdResource from "./BackendActionExecuteByActionIdResource";
75
- import BackendActionFormResource from "./BackendActionFormResource";
76
- import BackendActionListResource from "./BackendActionListResource";
77
- import BackendActionResource from "./BackendActionResource";
78
- import BackendAccountChangePasswordResource from "./BackendAccountChangePasswordResource";
79
- import BackendAccountResource from "./BackendAccountResource";
80
- export default class Client extends ClientAbstract {
81
- constructor(baseUrl: string, credentials?: CredentialsInterface | null, tokenStore?: TokenStoreInterface | null, scopes?: Array<string> | null);
82
- /**
83
- * Endpoint: /backend/user/$user_id<[0-9]+>
84
- *
85
- *
86
- */
87
- getBackendUserByUserId(userId: string): Promise<BackendUserByUserIdResource>;
88
- /**
89
- * Endpoint: /backend/user
90
- *
91
- *
92
- */
93
- getBackendUser(): Promise<BackendUserResource>;
94
- /**
95
- * Endpoint: /backend/trash/:type
96
- *
97
- *
98
- */
99
- getBackendTrashByType(type: string): Promise<BackendTrashByTypeResource>;
100
- /**
101
- * Endpoint: /backend/trash
102
- *
103
- *
104
- */
105
- getBackendTrash(): Promise<BackendTrashResource>;
106
- /**
107
- * Endpoint: /backend/transaction/$transaction_id<[0-9]+>
108
- *
109
- *
110
- */
111
- getBackendTransactionByTransactionId(transactionId: string): Promise<BackendTransactionByTransactionIdResource>;
112
- /**
113
- * Endpoint: /backend/transaction
114
- *
115
- *
116
- */
117
- getBackendTransaction(): Promise<BackendTransactionResource>;
118
- /**
119
- * Endpoint: /backend/statistic/used_points
120
- *
121
- *
122
- */
123
- getBackendStatisticUsedPoints(): Promise<BackendStatisticUsedPointsResource>;
124
- /**
125
- * Endpoint: /backend/statistic/time_per_route
126
- *
127
- *
128
- */
129
- getBackendStatisticTimePerRoute(): Promise<BackendStatisticTimePerRouteResource>;
130
- /**
131
- * Endpoint: /backend/statistic/time_average
132
- *
133
- *
134
- */
135
- getBackendStatisticTimeAverage(): Promise<BackendStatisticTimeAverageResource>;
136
- /**
137
- * Endpoint: /backend/statistic/most_used_routes
138
- *
139
- *
140
- */
141
- getBackendStatisticMostUsedRoutes(): Promise<BackendStatisticMostUsedRoutesResource>;
142
- /**
143
- * Endpoint: /backend/statistic/most_used_apps
144
- *
145
- *
146
- */
147
- getBackendStatisticMostUsedApps(): Promise<BackendStatisticMostUsedAppsResource>;
148
- /**
149
- * Endpoint: /backend/statistic/issued_tokens
150
- *
151
- *
152
- */
153
- getBackendStatisticIssuedTokens(): Promise<BackendStatisticIssuedTokensResource>;
154
- /**
155
- * Endpoint: /backend/statistic/incoming_transactions
156
- *
157
- *
158
- */
159
- getBackendStatisticIncomingTransactions(): Promise<BackendStatisticIncomingTransactionsResource>;
160
- /**
161
- * Endpoint: /backend/statistic/incoming_requests
162
- *
163
- *
164
- */
165
- getBackendStatisticIncomingRequests(): Promise<BackendStatisticIncomingRequestsResource>;
166
- /**
167
- * Endpoint: /backend/statistic/errors_per_route
168
- *
169
- *
170
- */
171
- getBackendStatisticErrorsPerRoute(): Promise<BackendStatisticErrorsPerRouteResource>;
172
- /**
173
- * Endpoint: /backend/statistic/count_requests
174
- *
175
- *
176
- */
177
- getBackendStatisticCountRequests(): Promise<BackendStatisticCountRequestsResource>;
178
- /**
179
- * Endpoint: /backend/sdk
180
- *
181
- *
182
- */
183
- getBackendSdk(): Promise<BackendSdkResource>;
184
- /**
185
- * Endpoint: /backend/scope/$scope_id<[0-9]+|^~>
186
- *
187
- *
188
- */
189
- getBackendScopeByScopeId(scopeId: string): Promise<BackendScopeByScopeIdResource>;
190
- /**
191
- * Endpoint: /backend/scope/categories
192
- *
193
- *
194
- */
195
- getBackendScopeCategories(): Promise<BackendScopeCategoriesResource>;
196
- /**
197
- * Endpoint: /backend/scope
198
- *
199
- *
200
- */
201
- getBackendScope(): Promise<BackendScopeResource>;
202
- /**
203
- * Endpoint: /backend/schema/$schema_id<[0-9]+|^~>
204
- *
205
- *
206
- */
207
- getBackendSchemaBySchemaId(schemaId: string): Promise<BackendSchemaBySchemaIdResource>;
208
- /**
209
- * Endpoint: /backend/schema/form/$schema_id<[0-9]+>
210
- *
211
- *
212
- */
213
- getBackendSchemaFormBySchemaId(schemaId: string): Promise<BackendSchemaFormBySchemaIdResource>;
214
- /**
215
- * Endpoint: /backend/schema/preview/:schema_id
216
- *
217
- *
218
- */
219
- getBackendSchemaPreviewBySchemaId(schemaId: string): Promise<BackendSchemaPreviewBySchemaIdResource>;
220
- /**
221
- * Endpoint: /backend/schema
222
- *
223
- *
224
- */
225
- getBackendSchema(): Promise<BackendSchemaResource>;
226
- /**
227
- * Endpoint: /backend/routes/$route_id<[0-9]+>
228
- *
229
- *
230
- */
231
- getBackendRoutesByRouteId(routeId: string): Promise<BackendRoutesByRouteIdResource>;
232
- /**
233
- * Endpoint: /backend/routes
234
- *
235
- *
236
- */
237
- getBackendRoutes(): Promise<BackendRoutesResource>;
238
- /**
239
- * Endpoint: /backend/role/$role_id<[0-9]+|^~>
240
- *
241
- *
242
- */
243
- getBackendRoleByRoleId(roleId: string): Promise<BackendRoleByRoleIdResource>;
244
- /**
245
- * Endpoint: /backend/role
246
- *
247
- *
248
- */
249
- getBackendRole(): Promise<BackendRoleResource>;
250
- /**
251
- * Endpoint: /backend/rate/$rate_id<[0-9]+|^~>
252
- *
253
- *
254
- */
255
- getBackendRateByRateId(rateId: string): Promise<BackendRateByRateIdResource>;
256
- /**
257
- * Endpoint: /backend/rate
258
- *
259
- *
260
- */
261
- getBackendRate(): Promise<BackendRateResource>;
262
- /**
263
- * Endpoint: /backend/plan/$plan_id<[0-9]+|^~>
264
- *
265
- *
266
- */
267
- getBackendPlanByPlanId(planId: string): Promise<BackendPlanByPlanIdResource>;
268
- /**
269
- * Endpoint: /backend/plan
270
- *
271
- *
272
- */
273
- getBackendPlan(): Promise<BackendPlanResource>;
274
- /**
275
- * Endpoint: /backend/page/$page_id<[0-9]+|^~>
276
- *
277
- *
278
- */
279
- getBackendPageByPageId(pageId: string): Promise<BackendPageByPageIdResource>;
280
- /**
281
- * Endpoint: /backend/page
282
- *
283
- *
284
- */
285
- getBackendPage(): Promise<BackendPageResource>;
286
- /**
287
- * Endpoint: /backend/marketplace/:app_name
288
- *
289
- *
290
- */
291
- getBackendMarketplaceByAppName(appName: string): Promise<BackendMarketplaceByAppNameResource>;
292
- /**
293
- * Endpoint: /backend/marketplace
294
- *
295
- *
296
- */
297
- getBackendMarketplace(): Promise<BackendMarketplaceResource>;
298
- /**
299
- * Endpoint: /backend/log/$log_id<[0-9]+>
300
- *
301
- *
302
- */
303
- getBackendLogByLogId(logId: string): Promise<BackendLogByLogIdResource>;
304
- /**
305
- * Endpoint: /backend/log
306
- *
307
- *
308
- */
309
- getBackendLog(): Promise<BackendLogResource>;
310
- /**
311
- * Endpoint: /backend/log/error/$error_id<[0-9]+>
312
- *
313
- *
314
- */
315
- getBackendLogErrorByErrorId(errorId: string): Promise<BackendLogErrorByErrorIdResource>;
316
- /**
317
- * Endpoint: /backend/log/error
318
- *
319
- *
320
- */
321
- getBackendLogError(): Promise<BackendLogErrorResource>;
322
- /**
323
- * Endpoint: /backend/generator/:provider
324
- *
325
- *
326
- */
327
- getBackendGeneratorByProvider(provider: string): Promise<BackendGeneratorByProviderResource>;
328
- /**
329
- * Endpoint: /backend/generator
330
- *
331
- *
332
- */
333
- getBackendGenerator(): Promise<BackendGeneratorResource>;
334
- /**
335
- * Endpoint: /backend/event/$event_id<[0-9]+|^~>
336
- *
337
- *
338
- */
339
- getBackendEventByEventId(eventId: string): Promise<BackendEventByEventIdResource>;
340
- /**
341
- * Endpoint: /backend/event
342
- *
343
- *
344
- */
345
- getBackendEvent(): Promise<BackendEventResource>;
346
- /**
347
- * Endpoint: /backend/event/subscription/$subscription_id<[0-9]+>
348
- *
349
- *
350
- */
351
- getBackendEventSubscriptionBySubscriptionId(subscriptionId: string): Promise<BackendEventSubscriptionBySubscriptionIdResource>;
352
- /**
353
- * Endpoint: /backend/event/subscription
354
- *
355
- *
356
- */
357
- getBackendEventSubscription(): Promise<BackendEventSubscriptionResource>;
358
- /**
359
- * Endpoint: /backend/dashboard
360
- *
361
- *
362
- */
363
- getBackendDashboard(): Promise<BackendDashboardResource>;
364
- /**
365
- * Endpoint: /backend/cronjob/$cronjob_id<[0-9]+|^~>
366
- *
367
- *
368
- */
369
- getBackendCronjobByCronjobId(cronjobId: string): Promise<BackendCronjobByCronjobIdResource>;
370
- /**
371
- * Endpoint: /backend/cronjob
372
- *
373
- *
374
- */
375
- getBackendCronjob(): Promise<BackendCronjobResource>;
376
- /**
377
- * Endpoint: /backend/connection/$connection_id<[0-9]+|^~>/introspection/:entity
378
- *
379
- *
380
- */
381
- getBackendConnectionByConnectionIdIntrospectionAndEntity(connectionId: string, entity: string): Promise<BackendConnectionByConnectionIdIntrospectionAndEntityResource>;
382
- /**
383
- * Endpoint: /backend/connection/$connection_id<[0-9]+|^~>/introspection
384
- *
385
- *
386
- */
387
- getBackendConnectionByConnectionIdIntrospection(connectionId: string): Promise<BackendConnectionByConnectionIdIntrospectionResource>;
388
- /**
389
- * Endpoint: /backend/connection/$connection_id<[0-9]+|^~>/redirect
390
- *
391
- *
392
- */
393
- getBackendConnectionByConnectionIdRedirect(connectionId: string): Promise<BackendConnectionByConnectionIdRedirectResource>;
394
- /**
395
- * Endpoint: /backend/connection/$connection_id<[0-9]+|^~>
396
- *
397
- *
398
- */
399
- getBackendConnectionByConnectionId(connectionId: string): Promise<BackendConnectionByConnectionIdResource>;
400
- /**
401
- * Endpoint: /backend/connection/form
402
- *
403
- *
404
- */
405
- getBackendConnectionForm(): Promise<BackendConnectionFormResource>;
406
- /**
407
- * Endpoint: /backend/connection/list
408
- *
409
- *
410
- */
411
- getBackendConnectionList(): Promise<BackendConnectionListResource>;
412
- /**
413
- * Endpoint: /backend/connection
414
- *
415
- *
416
- */
417
- getBackendConnection(): Promise<BackendConnectionResource>;
418
- /**
419
- * Endpoint: /backend/config/$config_id<[0-9]+|^~>
420
- *
421
- *
422
- */
423
- getBackendConfigByConfigId(configId: string): Promise<BackendConfigByConfigIdResource>;
424
- /**
425
- * Endpoint: /backend/config
426
- *
427
- *
428
- */
429
- getBackendConfig(): Promise<BackendConfigResource>;
430
- /**
431
- * Endpoint: /backend/category/$category_id<[0-9]+|^~>
432
- *
433
- *
434
- */
435
- getBackendCategoryByCategoryId(categoryId: string): Promise<BackendCategoryByCategoryIdResource>;
436
- /**
437
- * Endpoint: /backend/category
438
- *
439
- *
440
- */
441
- getBackendCategory(): Promise<BackendCategoryResource>;
442
- /**
443
- * Endpoint: /backend/audit/$audit_id<[0-9]+>
444
- *
445
- *
446
- */
447
- getBackendAuditByAuditId(auditId: string): Promise<BackendAuditByAuditIdResource>;
448
- /**
449
- * Endpoint: /backend/audit
450
- *
451
- *
452
- */
453
- getBackendAudit(): Promise<BackendAuditResource>;
454
- /**
455
- * Endpoint: /backend/app/$app_id<[0-9]+>/token/:token_id
456
- *
457
- *
458
- */
459
- getBackendAppByAppIdTokenAndTokenId(appId: string, tokenId: string): Promise<BackendAppByAppIdTokenAndTokenIdResource>;
460
- /**
461
- * Endpoint: /backend/app/$app_id<[0-9]+>
462
- *
463
- *
464
- */
465
- getBackendAppByAppId(appId: string): Promise<BackendAppByAppIdResource>;
466
- /**
467
- * Endpoint: /backend/app
468
- *
469
- *
470
- */
471
- getBackendApp(): Promise<BackendAppResource>;
472
- /**
473
- * Endpoint: /backend/app/token/$token_id<[0-9]+>
474
- *
475
- *
476
- */
477
- getBackendAppTokenByTokenId(tokenId: string): Promise<BackendAppTokenByTokenIdResource>;
478
- /**
479
- * Endpoint: /backend/app/token
480
- *
481
- *
482
- */
483
- getBackendAppToken(): Promise<BackendAppTokenResource>;
484
- /**
485
- * Endpoint: /backend/action/$action_id<[0-9]+|^~>
486
- *
487
- *
488
- */
489
- getBackendActionByActionId(actionId: string): Promise<BackendActionByActionIdResource>;
490
- /**
491
- * Endpoint: /backend/action/execute/:action_id
492
- *
493
- *
494
- */
495
- getBackendActionExecuteByActionId(actionId: string): Promise<BackendActionExecuteByActionIdResource>;
496
- /**
497
- * Endpoint: /backend/action/form
498
- *
499
- *
500
- */
501
- getBackendActionForm(): Promise<BackendActionFormResource>;
502
- /**
503
- * Endpoint: /backend/action/list
504
- *
505
- *
506
- */
507
- getBackendActionList(): Promise<BackendActionListResource>;
508
- /**
509
- * Endpoint: /backend/action
510
- *
511
- *
512
- */
513
- getBackendAction(): Promise<BackendActionResource>;
514
- /**
515
- * Endpoint: /backend/account/change_password
516
- *
517
- *
518
- */
519
- getBackendAccountChangePassword(): Promise<BackendAccountChangePasswordResource>;
520
- /**
521
- * Endpoint: /backend/account
522
- *
523
- *
524
- */
525
- getBackendAccount(): Promise<BackendAccountResource>;
5
+ import { ClientAbstract } from "sdkgen-client";
6
+ import { UserTag } from "./UserTag";
7
+ import { TrashTag } from "./TrashTag";
8
+ import { TransactionTag } from "./TransactionTag";
9
+ import { StatisticTag } from "./StatisticTag";
10
+ import { SdkTag } from "./SdkTag";
11
+ import { ScopeTag } from "./ScopeTag";
12
+ import { SchemaTag } from "./SchemaTag";
13
+ import { OperationTag } from "./OperationTag";
14
+ import { RoleTag } from "./RoleTag";
15
+ import { RateTag } from "./RateTag";
16
+ import { PlanTag } from "./PlanTag";
17
+ import { PageTag } from "./PageTag";
18
+ import { MarketplaceTag } from "./MarketplaceTag";
19
+ import { LogTag } from "./LogTag";
20
+ import { GeneratorTag } from "./GeneratorTag";
21
+ import { EventTag } from "./EventTag";
22
+ import { DashboardTag } from "./DashboardTag";
23
+ import { CronjobTag } from "./CronjobTag";
24
+ import { ConnectionTag } from "./ConnectionTag";
25
+ import { ConfigTag } from "./ConfigTag";
26
+ import { CategoryTag } from "./CategoryTag";
27
+ import { AuditTag } from "./AuditTag";
28
+ import { AppTag } from "./AppTag";
29
+ import { ActionTag } from "./ActionTag";
30
+ import { AccountTag } from "./AccountTag";
31
+ export declare class Client extends ClientAbstract {
32
+ user(): UserTag;
33
+ trash(): TrashTag;
34
+ transaction(): TransactionTag;
35
+ statistic(): StatisticTag;
36
+ sdk(): SdkTag;
37
+ scope(): ScopeTag;
38
+ schema(): SchemaTag;
39
+ operation(): OperationTag;
40
+ role(): RoleTag;
41
+ rate(): RateTag;
42
+ plan(): PlanTag;
43
+ page(): PageTag;
44
+ marketplace(): MarketplaceTag;
45
+ log(): LogTag;
46
+ generator(): GeneratorTag;
47
+ event(): EventTag;
48
+ dashboard(): DashboardTag;
49
+ cronjob(): CronjobTag;
50
+ connection(): ConnectionTag;
51
+ config(): ConfigTag;
52
+ category(): CategoryTag;
53
+ audit(): AuditTag;
54
+ app(): AppTag;
55
+ action(): ActionTag;
56
+ account(): AccountTag;
526
57
  }