fusio-sdk 3.0.3 → 3.0.5

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 (343) 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 +226 -0
  7. package/dist/src/generated/backend/AppTag.d.ts +54 -0
  8. package/dist/src/generated/backend/AppTag.js +237 -0
  9. package/dist/src/generated/backend/AuditTag.d.ts +19 -0
  10. package/dist/src/generated/backend/AuditTag.js +72 -0
  11. package/dist/src/generated/backend/CategoryTag.d.ts +37 -0
  12. package/dist/src/generated/backend/CategoryTag.js +146 -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 +93 -0
  17. package/dist/src/generated/backend/ConnectionTag.d.ts +66 -0
  18. package/dist/src/generated/backend/ConnectionTag.js +280 -0
  19. package/dist/src/generated/backend/CronjobTag.d.ts +37 -0
  20. package/dist/src/generated/backend/CronjobTag.js +146 -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 +284 -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 +132 -0
  31. package/dist/src/generated/backend/MarketplaceTag.d.ts +36 -0
  32. package/dist/src/generated/backend/MarketplaceTag.js +141 -0
  33. package/dist/src/generated/backend/Message.d.ts +1 -0
  34. package/dist/src/generated/backend/Operation.d.ts +27 -0
  35. package/dist/src/generated/backend/{FormQuery.js → Operation.js} +1 -1
  36. package/dist/src/generated/backend/OperationCollection.d.ts +7 -0
  37. package/dist/src/generated/backend/OperationCollection.js +5 -0
  38. package/dist/src/generated/backend/OperationCreate.d.ts +7 -0
  39. package/dist/src/generated/backend/{CollectionQuery.js → OperationCreate.js} +1 -1
  40. package/dist/src/generated/backend/OperationParameters.d.ts +6 -0
  41. package/dist/src/generated/backend/OperationParameters.js +5 -0
  42. package/dist/src/generated/backend/OperationSchema.d.ts +10 -0
  43. package/dist/src/generated/{consumer/CollectionQuery.js → backend/OperationSchema.js} +1 -1
  44. package/dist/src/generated/backend/OperationTag.d.ts +37 -0
  45. package/dist/src/generated/backend/OperationTag.js +147 -0
  46. package/dist/src/generated/backend/OperationThrows.d.ts +5 -0
  47. package/dist/src/generated/backend/{RouteCollection.js → OperationThrows.js} +1 -1
  48. package/dist/src/generated/backend/OperationUpdate.d.ts +7 -0
  49. package/dist/src/generated/backend/OperationUpdate.js +5 -0
  50. package/dist/src/generated/backend/PageTag.d.ts +37 -0
  51. package/dist/src/generated/backend/PageTag.js +146 -0
  52. package/dist/src/generated/backend/PlanTag.d.ts +37 -0
  53. package/dist/src/generated/backend/PlanTag.js +146 -0
  54. package/dist/src/generated/backend/RateAllocation.d.ts +1 -1
  55. package/dist/src/generated/backend/RateTag.d.ts +37 -0
  56. package/dist/src/generated/backend/RateTag.js +146 -0
  57. package/dist/src/generated/backend/RoleTag.d.ts +37 -0
  58. package/dist/src/generated/backend/RoleTag.js +146 -0
  59. package/dist/src/generated/backend/SchemaTag.d.ts +49 -0
  60. package/dist/src/generated/backend/SchemaTag.js +202 -0
  61. package/dist/src/generated/backend/Scope.d.ts +2 -2
  62. package/dist/src/generated/backend/ScopeOperation.d.ts +9 -0
  63. package/dist/src/generated/backend/ScopeOperation.js +5 -0
  64. package/dist/src/generated/backend/ScopeTag.d.ts +43 -0
  65. package/dist/src/generated/backend/ScopeTag.js +172 -0
  66. package/dist/src/generated/backend/SdkTag.d.ts +20 -0
  67. package/dist/src/generated/backend/SdkTag.js +60 -0
  68. package/dist/src/generated/backend/StatisticTag.d.ts +59 -0
  69. package/dist/src/generated/backend/StatisticTag.js +409 -0
  70. package/dist/src/generated/backend/TransactionTag.d.ts +19 -0
  71. package/dist/src/generated/backend/TransactionTag.js +72 -0
  72. package/dist/src/generated/backend/TrashTag.d.ts +26 -0
  73. package/dist/src/generated/backend/TrashTag.js +93 -0
  74. package/dist/src/generated/backend/UserTag.d.ts +37 -0
  75. package/dist/src/generated/backend/UserTag.js +146 -0
  76. package/dist/src/generated/consumer/AccountTag.d.ts +81 -0
  77. package/dist/src/generated/consumer/AccountTag.js +321 -0
  78. package/dist/src/generated/consumer/AppTag.d.ts +37 -0
  79. package/dist/src/generated/consumer/AppTag.js +146 -0
  80. package/dist/src/generated/consumer/Client.d.ts +24 -185
  81. package/dist/src/generated/consumer/Client.js +44 -237
  82. package/dist/src/generated/consumer/EventTag.d.ts +13 -0
  83. package/dist/src/generated/consumer/EventTag.js +38 -0
  84. package/dist/src/generated/consumer/GrantTag.d.ts +19 -0
  85. package/dist/src/generated/consumer/GrantTag.js +65 -0
  86. package/dist/src/generated/consumer/LogTag.d.ts +19 -0
  87. package/dist/src/generated/consumer/LogTag.js +65 -0
  88. package/dist/src/generated/consumer/Message.d.ts +1 -0
  89. package/dist/src/generated/consumer/PageTag.d.ts +19 -0
  90. package/dist/src/generated/consumer/PageTag.js +65 -0
  91. package/dist/src/generated/consumer/PaymentTag.d.ts +21 -0
  92. package/dist/src/generated/consumer/PaymentTag.js +65 -0
  93. package/dist/src/generated/consumer/PlanTag.d.ts +19 -0
  94. package/dist/src/generated/consumer/PlanTag.js +65 -0
  95. package/dist/src/generated/consumer/ScopeTag.d.ts +13 -0
  96. package/dist/src/generated/consumer/ScopeTag.js +38 -0
  97. package/dist/src/generated/consumer/SubscriptionTag.d.ts +37 -0
  98. package/dist/src/generated/consumer/SubscriptionTag.js +146 -0
  99. package/dist/src/generated/consumer/TransactionTag.d.ts +19 -0
  100. package/dist/src/generated/consumer/TransactionTag.js +65 -0
  101. package/package.json +3 -3
  102. package/dist/src/generated/backend/AppTokenCollectionQuery.d.ts +0 -15
  103. package/dist/src/generated/backend/AppTokenCollectionQuery.js +0 -5
  104. package/dist/src/generated/backend/AuditCollectionQuery.d.ts +0 -15
  105. package/dist/src/generated/backend/AuditCollectionQuery.js +0 -5
  106. package/dist/src/generated/backend/BackendAccountChangePasswordResource.d.ts +0 -17
  107. package/dist/src/generated/backend/BackendAccountChangePasswordResource.js +0 -21
  108. package/dist/src/generated/backend/BackendAccountResource.d.ts +0 -22
  109. package/dist/src/generated/backend/BackendAccountResource.js +0 -30
  110. package/dist/src/generated/backend/BackendActionByActionIdResource.d.ts +0 -27
  111. package/dist/src/generated/backend/BackendActionByActionIdResource.js +0 -40
  112. package/dist/src/generated/backend/BackendActionExecuteByActionIdResource.d.ts +0 -18
  113. package/dist/src/generated/backend/BackendActionExecuteByActionIdResource.js +0 -22
  114. package/dist/src/generated/backend/BackendActionFormResource.d.ts +0 -17
  115. package/dist/src/generated/backend/BackendActionFormResource.js +0 -22
  116. package/dist/src/generated/backend/BackendActionListResource.d.ts +0 -15
  117. package/dist/src/generated/backend/BackendActionListResource.js +0 -20
  118. package/dist/src/generated/backend/BackendActionResource.d.ts +0 -24
  119. package/dist/src/generated/backend/BackendActionResource.js +0 -32
  120. package/dist/src/generated/backend/BackendAppByAppIdResource.d.ts +0 -27
  121. package/dist/src/generated/backend/BackendAppByAppIdResource.js +0 -40
  122. package/dist/src/generated/backend/BackendAppByAppIdTokenAndTokenIdResource.d.ts +0 -17
  123. package/dist/src/generated/backend/BackendAppByAppIdTokenAndTokenIdResource.js +0 -22
  124. package/dist/src/generated/backend/BackendAppResource.d.ts +0 -24
  125. package/dist/src/generated/backend/BackendAppResource.js +0 -32
  126. package/dist/src/generated/backend/BackendAppTokenByTokenIdResource.d.ts +0 -16
  127. package/dist/src/generated/backend/BackendAppTokenByTokenIdResource.js +0 -21
  128. package/dist/src/generated/backend/BackendAppTokenCollectionQuery.d.ts +0 -6
  129. package/dist/src/generated/backend/BackendAppTokenCollectionQuery.js +0 -5
  130. package/dist/src/generated/backend/BackendAppTokenResource.d.ts +0 -17
  131. package/dist/src/generated/backend/BackendAppTokenResource.js +0 -22
  132. package/dist/src/generated/backend/BackendAuditByAuditIdResource.d.ts +0 -16
  133. package/dist/src/generated/backend/BackendAuditByAuditIdResource.js +0 -21
  134. package/dist/src/generated/backend/BackendAuditCollectionQuery.d.ts +0 -6
  135. package/dist/src/generated/backend/BackendAuditCollectionQuery.js +0 -5
  136. package/dist/src/generated/backend/BackendAuditResource.d.ts +0 -17
  137. package/dist/src/generated/backend/BackendAuditResource.js +0 -22
  138. package/dist/src/generated/backend/BackendCategoryByCategoryIdResource.d.ts +0 -27
  139. package/dist/src/generated/backend/BackendCategoryByCategoryIdResource.js +0 -40
  140. package/dist/src/generated/backend/BackendCategoryResource.d.ts +0 -24
  141. package/dist/src/generated/backend/BackendCategoryResource.js +0 -32
  142. package/dist/src/generated/backend/BackendConfigByConfigIdResource.d.ts +0 -23
  143. package/dist/src/generated/backend/BackendConfigByConfigIdResource.js +0 -31
  144. package/dist/src/generated/backend/BackendConfigResource.d.ts +0 -17
  145. package/dist/src/generated/backend/BackendConfigResource.js +0 -22
  146. package/dist/src/generated/backend/BackendConnectionByConnectionIdIntrospectionAndEntityResource.d.ts +0 -17
  147. package/dist/src/generated/backend/BackendConnectionByConnectionIdIntrospectionAndEntityResource.js +0 -22
  148. package/dist/src/generated/backend/BackendConnectionByConnectionIdIntrospectionResource.d.ts +0 -16
  149. package/dist/src/generated/backend/BackendConnectionByConnectionIdIntrospectionResource.js +0 -21
  150. package/dist/src/generated/backend/BackendConnectionByConnectionIdRedirectResource.d.ts +0 -16
  151. package/dist/src/generated/backend/BackendConnectionByConnectionIdRedirectResource.js +0 -21
  152. package/dist/src/generated/backend/BackendConnectionByConnectionIdResource.d.ts +0 -27
  153. package/dist/src/generated/backend/BackendConnectionByConnectionIdResource.js +0 -40
  154. package/dist/src/generated/backend/BackendConnectionFormResource.d.ts +0 -17
  155. package/dist/src/generated/backend/BackendConnectionFormResource.js +0 -22
  156. package/dist/src/generated/backend/BackendConnectionListResource.d.ts +0 -15
  157. package/dist/src/generated/backend/BackendConnectionListResource.js +0 -20
  158. package/dist/src/generated/backend/BackendConnectionResource.d.ts +0 -24
  159. package/dist/src/generated/backend/BackendConnectionResource.js +0 -32
  160. package/dist/src/generated/backend/BackendCronjobByCronjobIdResource.d.ts +0 -27
  161. package/dist/src/generated/backend/BackendCronjobByCronjobIdResource.js +0 -40
  162. package/dist/src/generated/backend/BackendCronjobResource.d.ts +0 -24
  163. package/dist/src/generated/backend/BackendCronjobResource.js +0 -32
  164. package/dist/src/generated/backend/BackendDashboardResource.d.ts +0 -15
  165. package/dist/src/generated/backend/BackendDashboardResource.js +0 -20
  166. package/dist/src/generated/backend/BackendEventByEventIdResource.d.ts +0 -27
  167. package/dist/src/generated/backend/BackendEventByEventIdResource.js +0 -40
  168. package/dist/src/generated/backend/BackendEventResource.d.ts +0 -24
  169. package/dist/src/generated/backend/BackendEventResource.js +0 -32
  170. package/dist/src/generated/backend/BackendEventSubscriptionBySubscriptionIdResource.d.ts +0 -27
  171. package/dist/src/generated/backend/BackendEventSubscriptionBySubscriptionIdResource.js +0 -40
  172. package/dist/src/generated/backend/BackendEventSubscriptionResource.d.ts +0 -24
  173. package/dist/src/generated/backend/BackendEventSubscriptionResource.js +0 -32
  174. package/dist/src/generated/backend/BackendGeneratorByProviderResource.d.ts +0 -30
  175. package/dist/src/generated/backend/BackendGeneratorByProviderResource.js +0 -41
  176. package/dist/src/generated/backend/BackendGeneratorResource.d.ts +0 -15
  177. package/dist/src/generated/backend/BackendGeneratorResource.js +0 -20
  178. package/dist/src/generated/backend/BackendLogByLogIdResource.d.ts +0 -16
  179. package/dist/src/generated/backend/BackendLogByLogIdResource.js +0 -21
  180. package/dist/src/generated/backend/BackendLogCollectionQuery.d.ts +0 -6
  181. package/dist/src/generated/backend/BackendLogCollectionQuery.js +0 -5
  182. package/dist/src/generated/backend/BackendLogErrorByErrorIdResource.d.ts +0 -16
  183. package/dist/src/generated/backend/BackendLogErrorByErrorIdResource.js +0 -21
  184. package/dist/src/generated/backend/BackendLogErrorResource.d.ts +0 -17
  185. package/dist/src/generated/backend/BackendLogErrorResource.js +0 -22
  186. package/dist/src/generated/backend/BackendLogResource.d.ts +0 -17
  187. package/dist/src/generated/backend/BackendLogResource.js +0 -22
  188. package/dist/src/generated/backend/BackendMarketplaceByAppNameResource.d.ts +0 -25
  189. package/dist/src/generated/backend/BackendMarketplaceByAppNameResource.js +0 -39
  190. package/dist/src/generated/backend/BackendMarketplaceResource.d.ts +0 -22
  191. package/dist/src/generated/backend/BackendMarketplaceResource.js +0 -30
  192. package/dist/src/generated/backend/BackendPageByPageIdResource.d.ts +0 -27
  193. package/dist/src/generated/backend/BackendPageByPageIdResource.js +0 -40
  194. package/dist/src/generated/backend/BackendPageResource.d.ts +0 -24
  195. package/dist/src/generated/backend/BackendPageResource.js +0 -32
  196. package/dist/src/generated/backend/BackendPlanByPlanIdResource.d.ts +0 -27
  197. package/dist/src/generated/backend/BackendPlanByPlanIdResource.js +0 -40
  198. package/dist/src/generated/backend/BackendPlanResource.d.ts +0 -24
  199. package/dist/src/generated/backend/BackendPlanResource.js +0 -32
  200. package/dist/src/generated/backend/BackendPlanUsageCollectionQuery.d.ts +0 -6
  201. package/dist/src/generated/backend/BackendPlanUsageCollectionQuery.js +0 -5
  202. package/dist/src/generated/backend/BackendRateByRateIdResource.d.ts +0 -27
  203. package/dist/src/generated/backend/BackendRateByRateIdResource.js +0 -40
  204. package/dist/src/generated/backend/BackendRateResource.d.ts +0 -24
  205. package/dist/src/generated/backend/BackendRateResource.js +0 -32
  206. package/dist/src/generated/backend/BackendRoleByRoleIdResource.d.ts +0 -27
  207. package/dist/src/generated/backend/BackendRoleByRoleIdResource.js +0 -40
  208. package/dist/src/generated/backend/BackendRoleResource.d.ts +0 -24
  209. package/dist/src/generated/backend/BackendRoleResource.js +0 -32
  210. package/dist/src/generated/backend/BackendRoutesByRouteIdResource.d.ts +0 -27
  211. package/dist/src/generated/backend/BackendRoutesByRouteIdResource.js +0 -40
  212. package/dist/src/generated/backend/BackendRoutesResource.d.ts +0 -24
  213. package/dist/src/generated/backend/BackendRoutesResource.js +0 -32
  214. package/dist/src/generated/backend/BackendSchemaBySchemaIdResource.d.ts +0 -27
  215. package/dist/src/generated/backend/BackendSchemaBySchemaIdResource.js +0 -40
  216. package/dist/src/generated/backend/BackendSchemaFormBySchemaIdResource.d.ts +0 -18
  217. package/dist/src/generated/backend/BackendSchemaFormBySchemaIdResource.js +0 -22
  218. package/dist/src/generated/backend/BackendSchemaPreviewBySchemaIdResource.d.ts +0 -16
  219. package/dist/src/generated/backend/BackendSchemaPreviewBySchemaIdResource.js +0 -21
  220. package/dist/src/generated/backend/BackendSchemaResource.d.ts +0 -24
  221. package/dist/src/generated/backend/BackendSchemaResource.js +0 -32
  222. package/dist/src/generated/backend/BackendScopeByScopeIdResource.d.ts +0 -27
  223. package/dist/src/generated/backend/BackendScopeByScopeIdResource.js +0 -40
  224. package/dist/src/generated/backend/BackendScopeCategoriesResource.d.ts +0 -15
  225. package/dist/src/generated/backend/BackendScopeCategoriesResource.js +0 -20
  226. package/dist/src/generated/backend/BackendScopeResource.d.ts +0 -24
  227. package/dist/src/generated/backend/BackendScopeResource.js +0 -32
  228. package/dist/src/generated/backend/BackendSdkResource.d.ts +0 -22
  229. package/dist/src/generated/backend/BackendSdkResource.js +0 -30
  230. package/dist/src/generated/backend/BackendStatisticCountRequestsResource.d.ts +0 -17
  231. package/dist/src/generated/backend/BackendStatisticCountRequestsResource.js +0 -22
  232. package/dist/src/generated/backend/BackendStatisticErrorsPerRouteResource.d.ts +0 -17
  233. package/dist/src/generated/backend/BackendStatisticErrorsPerRouteResource.js +0 -22
  234. package/dist/src/generated/backend/BackendStatisticIncomingRequestsResource.d.ts +0 -17
  235. package/dist/src/generated/backend/BackendStatisticIncomingRequestsResource.js +0 -22
  236. package/dist/src/generated/backend/BackendStatisticIncomingTransactionsResource.d.ts +0 -17
  237. package/dist/src/generated/backend/BackendStatisticIncomingTransactionsResource.js +0 -22
  238. package/dist/src/generated/backend/BackendStatisticIssuedTokensResource.d.ts +0 -17
  239. package/dist/src/generated/backend/BackendStatisticIssuedTokensResource.js +0 -22
  240. package/dist/src/generated/backend/BackendStatisticMostUsedAppsResource.d.ts +0 -17
  241. package/dist/src/generated/backend/BackendStatisticMostUsedAppsResource.js +0 -22
  242. package/dist/src/generated/backend/BackendStatisticMostUsedRoutesResource.d.ts +0 -17
  243. package/dist/src/generated/backend/BackendStatisticMostUsedRoutesResource.js +0 -22
  244. package/dist/src/generated/backend/BackendStatisticTimeAverageResource.d.ts +0 -17
  245. package/dist/src/generated/backend/BackendStatisticTimeAverageResource.js +0 -22
  246. package/dist/src/generated/backend/BackendStatisticTimePerRouteResource.d.ts +0 -17
  247. package/dist/src/generated/backend/BackendStatisticTimePerRouteResource.js +0 -22
  248. package/dist/src/generated/backend/BackendStatisticUsedPointsResource.d.ts +0 -17
  249. package/dist/src/generated/backend/BackendStatisticUsedPointsResource.js +0 -22
  250. package/dist/src/generated/backend/BackendTransactionByTransactionIdResource.d.ts +0 -16
  251. package/dist/src/generated/backend/BackendTransactionByTransactionIdResource.js +0 -21
  252. package/dist/src/generated/backend/BackendTransactionCollectionQuery.d.ts +0 -6
  253. package/dist/src/generated/backend/BackendTransactionCollectionQuery.js +0 -5
  254. package/dist/src/generated/backend/BackendTransactionResource.d.ts +0 -17
  255. package/dist/src/generated/backend/BackendTransactionResource.js +0 -22
  256. package/dist/src/generated/backend/BackendTrashByTypeResource.d.ts +0 -25
  257. package/dist/src/generated/backend/BackendTrashByTypeResource.js +0 -33
  258. package/dist/src/generated/backend/BackendTrashResource.d.ts +0 -15
  259. package/dist/src/generated/backend/BackendTrashResource.js +0 -20
  260. package/dist/src/generated/backend/BackendUserByUserIdResource.d.ts +0 -27
  261. package/dist/src/generated/backend/BackendUserByUserIdResource.js +0 -40
  262. package/dist/src/generated/backend/BackendUserResource.d.ts +0 -24
  263. package/dist/src/generated/backend/BackendUserResource.js +0 -32
  264. package/dist/src/generated/backend/CollectionCategoryQuery.d.ts +0 -8
  265. package/dist/src/generated/backend/CollectionCategoryQuery.js +0 -5
  266. package/dist/src/generated/backend/CollectionQuery.d.ts +0 -9
  267. package/dist/src/generated/backend/FormQuery.d.ts +0 -7
  268. package/dist/src/generated/backend/LogCollectionQuery.d.ts +0 -19
  269. package/dist/src/generated/backend/LogCollectionQuery.js +0 -5
  270. package/dist/src/generated/backend/PlanUsageCollectionQuery.d.ts +0 -13
  271. package/dist/src/generated/backend/PlanUsageCollectionQuery.js +0 -5
  272. package/dist/src/generated/backend/Route.d.ts +0 -16
  273. package/dist/src/generated/backend/Route.js +0 -5
  274. package/dist/src/generated/backend/RouteCollection.d.ts +0 -7
  275. package/dist/src/generated/backend/RouteCreate.d.ts +0 -7
  276. package/dist/src/generated/backend/RouteCreate.js +0 -5
  277. package/dist/src/generated/backend/RouteMethod.d.ts +0 -20
  278. package/dist/src/generated/backend/RouteMethod.js +0 -5
  279. package/dist/src/generated/backend/RouteMethodResponses.d.ts +0 -5
  280. package/dist/src/generated/backend/RouteMethodResponses.js +0 -5
  281. package/dist/src/generated/backend/RouteMethods.d.ts +0 -6
  282. package/dist/src/generated/backend/RouteMethods.js +0 -5
  283. package/dist/src/generated/backend/RouteUpdate.d.ts +0 -7
  284. package/dist/src/generated/backend/RouteUpdate.js +0 -5
  285. package/dist/src/generated/backend/RouteVersion.d.ts +0 -10
  286. package/dist/src/generated/backend/RouteVersion.js +0 -5
  287. package/dist/src/generated/backend/ScopeRoute.d.ts +0 -9
  288. package/dist/src/generated/backend/ScopeRoute.js +0 -5
  289. package/dist/src/generated/backend/TransactionCollectionQuery.d.ts +0 -15
  290. package/dist/src/generated/backend/TransactionCollectionQuery.js +0 -5
  291. package/dist/src/generated/consumer/CollectionQuery.d.ts +0 -9
  292. package/dist/src/generated/consumer/ConsumerAccountChangePasswordResource.d.ts +0 -17
  293. package/dist/src/generated/consumer/ConsumerAccountChangePasswordResource.js +0 -21
  294. package/dist/src/generated/consumer/ConsumerAccountResource.d.ts +0 -21
  295. package/dist/src/generated/consumer/ConsumerAccountResource.js +0 -30
  296. package/dist/src/generated/consumer/ConsumerActivateResource.d.ts +0 -17
  297. package/dist/src/generated/consumer/ConsumerActivateResource.js +0 -21
  298. package/dist/src/generated/consumer/ConsumerAppByAppIdResource.d.ts +0 -27
  299. package/dist/src/generated/consumer/ConsumerAppByAppIdResource.js +0 -40
  300. package/dist/src/generated/consumer/ConsumerAppResource.d.ts +0 -24
  301. package/dist/src/generated/consumer/ConsumerAppResource.js +0 -32
  302. package/dist/src/generated/consumer/ConsumerAuthorizeResource.d.ts +0 -22
  303. package/dist/src/generated/consumer/ConsumerAuthorizeResource.js +0 -30
  304. package/dist/src/generated/consumer/ConsumerEventResource.d.ts +0 -17
  305. package/dist/src/generated/consumer/ConsumerEventResource.js +0 -22
  306. package/dist/src/generated/consumer/ConsumerGrantByGrantIdResource.d.ts +0 -15
  307. package/dist/src/generated/consumer/ConsumerGrantByGrantIdResource.js +0 -21
  308. package/dist/src/generated/consumer/ConsumerGrantResource.d.ts +0 -17
  309. package/dist/src/generated/consumer/ConsumerGrantResource.js +0 -22
  310. package/dist/src/generated/consumer/ConsumerLogByLogIdResource.d.ts +0 -18
  311. package/dist/src/generated/consumer/ConsumerLogByLogIdResource.js +0 -23
  312. package/dist/src/generated/consumer/ConsumerLogResource.d.ts +0 -17
  313. package/dist/src/generated/consumer/ConsumerLogResource.js +0 -22
  314. package/dist/src/generated/consumer/ConsumerLoginResource.d.ts +0 -23
  315. package/dist/src/generated/consumer/ConsumerLoginResource.js +0 -31
  316. package/dist/src/generated/consumer/ConsumerPageByPageIdResource.d.ts +0 -16
  317. package/dist/src/generated/consumer/ConsumerPageByPageIdResource.js +0 -21
  318. package/dist/src/generated/consumer/ConsumerPageResource.d.ts +0 -17
  319. package/dist/src/generated/consumer/ConsumerPageResource.js +0 -22
  320. package/dist/src/generated/consumer/ConsumerPasswordResetResource.d.ts +0 -23
  321. package/dist/src/generated/consumer/ConsumerPasswordResetResource.js +0 -31
  322. package/dist/src/generated/consumer/ConsumerPaymentByProviderCheckoutResource.d.ts +0 -18
  323. package/dist/src/generated/consumer/ConsumerPaymentByProviderCheckoutResource.js +0 -22
  324. package/dist/src/generated/consumer/ConsumerPaymentByProviderPortalResource.d.ts +0 -18
  325. package/dist/src/generated/consumer/ConsumerPaymentByProviderPortalResource.js +0 -22
  326. package/dist/src/generated/consumer/ConsumerPlanByPlanIdResource.d.ts +0 -16
  327. package/dist/src/generated/consumer/ConsumerPlanByPlanIdResource.js +0 -21
  328. package/dist/src/generated/consumer/ConsumerPlanResource.d.ts +0 -17
  329. package/dist/src/generated/consumer/ConsumerPlanResource.js +0 -22
  330. package/dist/src/generated/consumer/ConsumerProviderByProviderResource.d.ts +0 -18
  331. package/dist/src/generated/consumer/ConsumerProviderByProviderResource.js +0 -22
  332. package/dist/src/generated/consumer/ConsumerRegisterResource.d.ts +0 -17
  333. package/dist/src/generated/consumer/ConsumerRegisterResource.js +0 -21
  334. package/dist/src/generated/consumer/ConsumerScopeResource.d.ts +0 -17
  335. package/dist/src/generated/consumer/ConsumerScopeResource.js +0 -22
  336. package/dist/src/generated/consumer/ConsumerSubscriptionBySubscriptionIdResource.d.ts +0 -27
  337. package/dist/src/generated/consumer/ConsumerSubscriptionBySubscriptionIdResource.js +0 -40
  338. package/dist/src/generated/consumer/ConsumerSubscriptionResource.d.ts +0 -24
  339. package/dist/src/generated/consumer/ConsumerSubscriptionResource.js +0 -32
  340. package/dist/src/generated/consumer/ConsumerTransactionByTransactionIdResource.d.ts +0 -16
  341. package/dist/src/generated/consumer/ConsumerTransactionByTransactionIdResource.js +0 -21
  342. package/dist/src/generated/consumer/ConsumerTransactionResource.d.ts +0 -17
  343. package/dist/src/generated/consumer/ConsumerTransactionResource.js +0 -22
@@ -0,0 +1,146 @@
1
+ /**
2
+ * RoleTag 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
+ export class RoleTag extends TagAbstract {
9
+ /**
10
+ * @returns {Promise<Message>}
11
+ * @throws {ClientException}
12
+ */
13
+ async delete(roleId) {
14
+ const url = this.parser.url('/backend/role/$role_id<[0-9]+|^~>', {
15
+ 'role_id': roleId,
16
+ });
17
+ let params = {
18
+ url: url,
19
+ method: 'DELETE',
20
+ params: this.parser.query({}),
21
+ };
22
+ try {
23
+ const response = await this.httpClient.request(params);
24
+ return response.data;
25
+ }
26
+ catch (error) {
27
+ if (axios.isAxiosError(error) && error.response) {
28
+ switch (error.response.status) {
29
+ default:
30
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
31
+ }
32
+ }
33
+ throw new ClientException('An unknown error occurred: ' + String(error));
34
+ }
35
+ }
36
+ /**
37
+ * @returns {Promise<Message>}
38
+ * @throws {ClientException}
39
+ */
40
+ async update(roleId, payload) {
41
+ const url = this.parser.url('/backend/role/$role_id<[0-9]+|^~>', {
42
+ 'role_id': roleId,
43
+ });
44
+ let params = {
45
+ url: url,
46
+ method: 'PUT',
47
+ params: this.parser.query({}),
48
+ data: payload
49
+ };
50
+ try {
51
+ const response = await this.httpClient.request(params);
52
+ return response.data;
53
+ }
54
+ catch (error) {
55
+ if (axios.isAxiosError(error) && error.response) {
56
+ switch (error.response.status) {
57
+ default:
58
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
59
+ }
60
+ }
61
+ throw new ClientException('An unknown error occurred: ' + String(error));
62
+ }
63
+ }
64
+ /**
65
+ * @returns {Promise<Role>}
66
+ * @throws {ClientException}
67
+ */
68
+ async get(roleId) {
69
+ const url = this.parser.url('/backend/role/$role_id<[0-9]+|^~>', {
70
+ 'role_id': roleId,
71
+ });
72
+ let params = {
73
+ url: url,
74
+ method: 'GET',
75
+ params: this.parser.query({}),
76
+ };
77
+ try {
78
+ const response = await this.httpClient.request(params);
79
+ return response.data;
80
+ }
81
+ catch (error) {
82
+ if (axios.isAxiosError(error) && error.response) {
83
+ switch (error.response.status) {
84
+ default:
85
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
86
+ }
87
+ }
88
+ throw new ClientException('An unknown error occurred: ' + String(error));
89
+ }
90
+ }
91
+ /**
92
+ * @returns {Promise<Message>}
93
+ * @throws {ClientException}
94
+ */
95
+ async create(payload) {
96
+ const url = this.parser.url('/backend/role', {});
97
+ let params = {
98
+ url: url,
99
+ method: 'POST',
100
+ params: this.parser.query({}),
101
+ data: payload
102
+ };
103
+ try {
104
+ const response = await this.httpClient.request(params);
105
+ return response.data;
106
+ }
107
+ catch (error) {
108
+ if (axios.isAxiosError(error) && error.response) {
109
+ switch (error.response.status) {
110
+ default:
111
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
112
+ }
113
+ }
114
+ throw new ClientException('An unknown error occurred: ' + String(error));
115
+ }
116
+ }
117
+ /**
118
+ * @returns {Promise<RoleCollection>}
119
+ * @throws {ClientException}
120
+ */
121
+ async getAll(startIndex, count, search) {
122
+ const url = this.parser.url('/backend/role', {});
123
+ let params = {
124
+ url: url,
125
+ method: 'GET',
126
+ params: this.parser.query({
127
+ 'startIndex': startIndex,
128
+ 'count': count,
129
+ 'search': search,
130
+ }),
131
+ };
132
+ try {
133
+ const response = await this.httpClient.request(params);
134
+ return response.data;
135
+ }
136
+ catch (error) {
137
+ if (axios.isAxiosError(error) && error.response) {
138
+ switch (error.response.status) {
139
+ default:
140
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
141
+ }
142
+ }
143
+ throw new ClientException('An unknown error occurred: ' + String(error));
144
+ }
145
+ }
146
+ }
@@ -0,0 +1,49 @@
1
+ /**
2
+ * SchemaTag 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 { Message } from "./Message";
7
+ import { Schema } from "./Schema";
8
+ import { SchemaCollection } from "./SchemaCollection";
9
+ import { SchemaCreate } from "./SchemaCreate";
10
+ import { SchemaForm } from "./SchemaForm";
11
+ import { SchemaPreviewResponse } from "./SchemaPreviewResponse";
12
+ import { SchemaUpdate } from "./SchemaUpdate";
13
+ export declare class SchemaTag extends TagAbstract {
14
+ /**
15
+ * @returns {Promise<Message>}
16
+ * @throws {ClientException}
17
+ */
18
+ delete(schemaId: string): Promise<Message>;
19
+ /**
20
+ * @returns {Promise<Message>}
21
+ * @throws {ClientException}
22
+ */
23
+ update(schemaId: string, payload: SchemaUpdate): Promise<Message>;
24
+ /**
25
+ * @returns {Promise<Schema>}
26
+ * @throws {ClientException}
27
+ */
28
+ get(schemaId: string): Promise<Schema>;
29
+ /**
30
+ * @returns {Promise<Message>}
31
+ * @throws {ClientException}
32
+ */
33
+ updateForm(schemaId: string, payload: SchemaForm): Promise<Message>;
34
+ /**
35
+ * @returns {Promise<SchemaPreviewResponse>}
36
+ * @throws {ClientException}
37
+ */
38
+ getPreview(schemaId: string): Promise<SchemaPreviewResponse>;
39
+ /**
40
+ * @returns {Promise<Message>}
41
+ * @throws {ClientException}
42
+ */
43
+ create(payload: SchemaCreate): Promise<Message>;
44
+ /**
45
+ * @returns {Promise<SchemaCollection>}
46
+ * @throws {ClientException}
47
+ */
48
+ getAll(categoryId?: number, startIndex?: number, count?: number, search?: string): Promise<SchemaCollection>;
49
+ }
@@ -0,0 +1,202 @@
1
+ /**
2
+ * SchemaTag 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
+ export class SchemaTag extends TagAbstract {
9
+ /**
10
+ * @returns {Promise<Message>}
11
+ * @throws {ClientException}
12
+ */
13
+ async delete(schemaId) {
14
+ const url = this.parser.url('/backend/schema/$schema_id<[0-9]+|^~>', {
15
+ 'schema_id': schemaId,
16
+ });
17
+ let params = {
18
+ url: url,
19
+ method: 'DELETE',
20
+ params: this.parser.query({}),
21
+ };
22
+ try {
23
+ const response = await this.httpClient.request(params);
24
+ return response.data;
25
+ }
26
+ catch (error) {
27
+ if (axios.isAxiosError(error) && error.response) {
28
+ switch (error.response.status) {
29
+ default:
30
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
31
+ }
32
+ }
33
+ throw new ClientException('An unknown error occurred: ' + String(error));
34
+ }
35
+ }
36
+ /**
37
+ * @returns {Promise<Message>}
38
+ * @throws {ClientException}
39
+ */
40
+ async update(schemaId, payload) {
41
+ const url = this.parser.url('/backend/schema/$schema_id<[0-9]+|^~>', {
42
+ 'schema_id': schemaId,
43
+ });
44
+ let params = {
45
+ url: url,
46
+ method: 'PUT',
47
+ params: this.parser.query({}),
48
+ data: payload
49
+ };
50
+ try {
51
+ const response = await this.httpClient.request(params);
52
+ return response.data;
53
+ }
54
+ catch (error) {
55
+ if (axios.isAxiosError(error) && error.response) {
56
+ switch (error.response.status) {
57
+ default:
58
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
59
+ }
60
+ }
61
+ throw new ClientException('An unknown error occurred: ' + String(error));
62
+ }
63
+ }
64
+ /**
65
+ * @returns {Promise<Schema>}
66
+ * @throws {ClientException}
67
+ */
68
+ async get(schemaId) {
69
+ const url = this.parser.url('/backend/schema/$schema_id<[0-9]+|^~>', {
70
+ 'schema_id': schemaId,
71
+ });
72
+ let params = {
73
+ url: url,
74
+ method: 'GET',
75
+ params: this.parser.query({}),
76
+ };
77
+ try {
78
+ const response = await this.httpClient.request(params);
79
+ return response.data;
80
+ }
81
+ catch (error) {
82
+ if (axios.isAxiosError(error) && error.response) {
83
+ switch (error.response.status) {
84
+ default:
85
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
86
+ }
87
+ }
88
+ throw new ClientException('An unknown error occurred: ' + String(error));
89
+ }
90
+ }
91
+ /**
92
+ * @returns {Promise<Message>}
93
+ * @throws {ClientException}
94
+ */
95
+ async updateForm(schemaId, payload) {
96
+ const url = this.parser.url('/backend/schema/form/$schema_id<[0-9]+>', {
97
+ 'schema_id': schemaId,
98
+ });
99
+ let params = {
100
+ url: url,
101
+ method: 'PUT',
102
+ params: this.parser.query({}),
103
+ data: payload
104
+ };
105
+ try {
106
+ const response = await this.httpClient.request(params);
107
+ return response.data;
108
+ }
109
+ catch (error) {
110
+ if (axios.isAxiosError(error) && error.response) {
111
+ switch (error.response.status) {
112
+ default:
113
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
114
+ }
115
+ }
116
+ throw new ClientException('An unknown error occurred: ' + String(error));
117
+ }
118
+ }
119
+ /**
120
+ * @returns {Promise<SchemaPreviewResponse>}
121
+ * @throws {ClientException}
122
+ */
123
+ async getPreview(schemaId) {
124
+ const url = this.parser.url('/backend/schema/preview/:schema_id', {
125
+ 'schema_id': schemaId,
126
+ });
127
+ let params = {
128
+ url: url,
129
+ method: 'POST',
130
+ params: this.parser.query({}),
131
+ };
132
+ try {
133
+ const response = await this.httpClient.request(params);
134
+ return response.data;
135
+ }
136
+ catch (error) {
137
+ if (axios.isAxiosError(error) && error.response) {
138
+ switch (error.response.status) {
139
+ default:
140
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
141
+ }
142
+ }
143
+ throw new ClientException('An unknown error occurred: ' + String(error));
144
+ }
145
+ }
146
+ /**
147
+ * @returns {Promise<Message>}
148
+ * @throws {ClientException}
149
+ */
150
+ async create(payload) {
151
+ const url = this.parser.url('/backend/schema', {});
152
+ let params = {
153
+ url: url,
154
+ method: 'POST',
155
+ params: this.parser.query({}),
156
+ data: payload
157
+ };
158
+ try {
159
+ const response = await this.httpClient.request(params);
160
+ return response.data;
161
+ }
162
+ catch (error) {
163
+ if (axios.isAxiosError(error) && error.response) {
164
+ switch (error.response.status) {
165
+ default:
166
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
167
+ }
168
+ }
169
+ throw new ClientException('An unknown error occurred: ' + String(error));
170
+ }
171
+ }
172
+ /**
173
+ * @returns {Promise<SchemaCollection>}
174
+ * @throws {ClientException}
175
+ */
176
+ async getAll(categoryId, startIndex, count, search) {
177
+ const url = this.parser.url('/backend/schema', {});
178
+ let params = {
179
+ url: url,
180
+ method: 'GET',
181
+ params: this.parser.query({
182
+ 'categoryId': categoryId,
183
+ 'startIndex': startIndex,
184
+ 'count': count,
185
+ 'search': search,
186
+ }),
187
+ };
188
+ try {
189
+ const response = await this.httpClient.request(params);
190
+ return response.data;
191
+ }
192
+ catch (error) {
193
+ if (axios.isAxiosError(error) && error.response) {
194
+ switch (error.response.status) {
195
+ default:
196
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
197
+ }
198
+ }
199
+ throw new ClientException('An unknown error occurred: ' + String(error));
200
+ }
201
+ }
202
+ }
@@ -2,12 +2,12 @@
2
2
  * Scope automatically generated by SDKgen please do not edit this file manually
3
3
  * {@link https://sdkgen.app}
4
4
  */
5
- import { ScopeRoute } from "./ScopeRoute";
5
+ import { ScopeOperation } from "./ScopeOperation";
6
6
  import { Metadata } from "./Metadata";
7
7
  export interface Scope {
8
8
  id?: number;
9
9
  name?: string;
10
10
  description?: string;
11
- routes?: Array<ScopeRoute>;
11
+ operations?: Array<ScopeOperation>;
12
12
  metadata?: Metadata;
13
13
  }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * ScopeOperation automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export interface ScopeOperation {
6
+ operationId?: number;
7
+ allow?: boolean;
8
+ methods?: string;
9
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * ScopeOperation automatically generated by SDKgen please do not edit this file manually
3
+ * {@link https://sdkgen.app}
4
+ */
5
+ export {};
@@ -0,0 +1,43 @@
1
+ /**
2
+ * ScopeTag 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 { Message } from "./Message";
7
+ import { Scope } from "./Scope";
8
+ import { ScopeCategories } from "./ScopeCategories";
9
+ import { ScopeCollection } from "./ScopeCollection";
10
+ import { ScopeCreate } from "./ScopeCreate";
11
+ import { ScopeUpdate } from "./ScopeUpdate";
12
+ export declare class ScopeTag extends TagAbstract {
13
+ /**
14
+ * @returns {Promise<Message>}
15
+ * @throws {ClientException}
16
+ */
17
+ delete(scopeId: string): Promise<Message>;
18
+ /**
19
+ * @returns {Promise<Message>}
20
+ * @throws {ClientException}
21
+ */
22
+ update(scopeId: string, payload: ScopeUpdate): Promise<Message>;
23
+ /**
24
+ * @returns {Promise<Scope>}
25
+ * @throws {ClientException}
26
+ */
27
+ get(scopeId: string): Promise<Scope>;
28
+ /**
29
+ * @returns {Promise<ScopeCategories>}
30
+ * @throws {ClientException}
31
+ */
32
+ getCategories(): Promise<ScopeCategories>;
33
+ /**
34
+ * @returns {Promise<Message>}
35
+ * @throws {ClientException}
36
+ */
37
+ create(payload: ScopeCreate): Promise<Message>;
38
+ /**
39
+ * @returns {Promise<ScopeCollection>}
40
+ * @throws {ClientException}
41
+ */
42
+ getAll(categoryId?: number, startIndex?: number, count?: number, search?: string): Promise<ScopeCollection>;
43
+ }
@@ -0,0 +1,172 @@
1
+ /**
2
+ * ScopeTag 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
+ export class ScopeTag extends TagAbstract {
9
+ /**
10
+ * @returns {Promise<Message>}
11
+ * @throws {ClientException}
12
+ */
13
+ async delete(scopeId) {
14
+ const url = this.parser.url('/backend/scope/$scope_id<[0-9]+|^~>', {
15
+ 'scope_id': scopeId,
16
+ });
17
+ let params = {
18
+ url: url,
19
+ method: 'DELETE',
20
+ params: this.parser.query({}),
21
+ };
22
+ try {
23
+ const response = await this.httpClient.request(params);
24
+ return response.data;
25
+ }
26
+ catch (error) {
27
+ if (axios.isAxiosError(error) && error.response) {
28
+ switch (error.response.status) {
29
+ default:
30
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
31
+ }
32
+ }
33
+ throw new ClientException('An unknown error occurred: ' + String(error));
34
+ }
35
+ }
36
+ /**
37
+ * @returns {Promise<Message>}
38
+ * @throws {ClientException}
39
+ */
40
+ async update(scopeId, payload) {
41
+ const url = this.parser.url('/backend/scope/$scope_id<[0-9]+|^~>', {
42
+ 'scope_id': scopeId,
43
+ });
44
+ let params = {
45
+ url: url,
46
+ method: 'PUT',
47
+ params: this.parser.query({}),
48
+ data: payload
49
+ };
50
+ try {
51
+ const response = await this.httpClient.request(params);
52
+ return response.data;
53
+ }
54
+ catch (error) {
55
+ if (axios.isAxiosError(error) && error.response) {
56
+ switch (error.response.status) {
57
+ default:
58
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
59
+ }
60
+ }
61
+ throw new ClientException('An unknown error occurred: ' + String(error));
62
+ }
63
+ }
64
+ /**
65
+ * @returns {Promise<Scope>}
66
+ * @throws {ClientException}
67
+ */
68
+ async get(scopeId) {
69
+ const url = this.parser.url('/backend/scope/$scope_id<[0-9]+|^~>', {
70
+ 'scope_id': scopeId,
71
+ });
72
+ let params = {
73
+ url: url,
74
+ method: 'GET',
75
+ params: this.parser.query({}),
76
+ };
77
+ try {
78
+ const response = await this.httpClient.request(params);
79
+ return response.data;
80
+ }
81
+ catch (error) {
82
+ if (axios.isAxiosError(error) && error.response) {
83
+ switch (error.response.status) {
84
+ default:
85
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
86
+ }
87
+ }
88
+ throw new ClientException('An unknown error occurred: ' + String(error));
89
+ }
90
+ }
91
+ /**
92
+ * @returns {Promise<ScopeCategories>}
93
+ * @throws {ClientException}
94
+ */
95
+ async getCategories() {
96
+ const url = this.parser.url('/backend/scope/categories', {});
97
+ let params = {
98
+ url: url,
99
+ method: 'GET',
100
+ params: this.parser.query({}),
101
+ };
102
+ try {
103
+ const response = await this.httpClient.request(params);
104
+ return response.data;
105
+ }
106
+ catch (error) {
107
+ if (axios.isAxiosError(error) && error.response) {
108
+ switch (error.response.status) {
109
+ default:
110
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
111
+ }
112
+ }
113
+ throw new ClientException('An unknown error occurred: ' + String(error));
114
+ }
115
+ }
116
+ /**
117
+ * @returns {Promise<Message>}
118
+ * @throws {ClientException}
119
+ */
120
+ async create(payload) {
121
+ const url = this.parser.url('/backend/scope', {});
122
+ let params = {
123
+ url: url,
124
+ method: 'POST',
125
+ params: this.parser.query({}),
126
+ data: payload
127
+ };
128
+ try {
129
+ const response = await this.httpClient.request(params);
130
+ return response.data;
131
+ }
132
+ catch (error) {
133
+ if (axios.isAxiosError(error) && error.response) {
134
+ switch (error.response.status) {
135
+ default:
136
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
137
+ }
138
+ }
139
+ throw new ClientException('An unknown error occurred: ' + String(error));
140
+ }
141
+ }
142
+ /**
143
+ * @returns {Promise<ScopeCollection>}
144
+ * @throws {ClientException}
145
+ */
146
+ async getAll(categoryId, startIndex, count, search) {
147
+ const url = this.parser.url('/backend/scope', {});
148
+ let params = {
149
+ url: url,
150
+ method: 'GET',
151
+ params: this.parser.query({
152
+ 'categoryId': categoryId,
153
+ 'startIndex': startIndex,
154
+ 'count': count,
155
+ 'search': search,
156
+ }),
157
+ };
158
+ try {
159
+ const response = await this.httpClient.request(params);
160
+ return response.data;
161
+ }
162
+ catch (error) {
163
+ if (axios.isAxiosError(error) && error.response) {
164
+ switch (error.response.status) {
165
+ default:
166
+ throw new UnknownStatusCodeException('The server returned an unknown status code');
167
+ }
168
+ }
169
+ throw new ClientException('An unknown error occurred: ' + String(error));
170
+ }
171
+ }
172
+ }
@@ -0,0 +1,20 @@
1
+ /**
2
+ * SdkTag 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 { Message } from "./Message";
7
+ import { SdkGenerate } from "./SdkGenerate";
8
+ import { SdkResponse } from "./SdkResponse";
9
+ export declare class SdkTag extends TagAbstract {
10
+ /**
11
+ * @returns {Promise<Message>}
12
+ * @throws {ClientException}
13
+ */
14
+ generate(payload: SdkGenerate): Promise<Message>;
15
+ /**
16
+ * @returns {Promise<SdkResponse>}
17
+ * @throws {ClientException}
18
+ */
19
+ getAll(): Promise<SdkResponse>;
20
+ }