fusio-sdk 3.0.3 → 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.
- package/dist/src/Client.d.ts +4 -6
- package/dist/src/Client.js +10 -12
- package/dist/src/generated/backend/AccountTag.d.ts +26 -0
- package/dist/src/generated/backend/AccountTag.js +86 -0
- package/dist/src/generated/backend/ActionTag.d.ts +56 -0
- package/dist/src/generated/backend/ActionTag.js +220 -0
- package/dist/src/generated/backend/AppTag.d.ts +54 -0
- package/dist/src/generated/backend/AppTag.js +222 -0
- package/dist/src/generated/backend/AuditTag.d.ts +19 -0
- package/dist/src/generated/backend/AuditTag.js +61 -0
- package/dist/src/generated/backend/CategoryTag.d.ts +37 -0
- package/dist/src/generated/backend/CategoryTag.js +142 -0
- package/dist/src/generated/backend/Client.d.ts +52 -521
- package/dist/src/generated/backend/Client.js +100 -669
- package/dist/src/generated/backend/ConfigTag.d.ts +26 -0
- package/dist/src/generated/backend/ConfigTag.js +89 -0
- package/dist/src/generated/backend/ConnectionTag.d.ts +66 -0
- package/dist/src/generated/backend/ConnectionTag.js +274 -0
- package/dist/src/generated/backend/CronjobTag.d.ts +37 -0
- package/dist/src/generated/backend/CronjobTag.js +142 -0
- package/dist/src/generated/backend/Dashboard.d.ts +3 -3
- package/dist/src/generated/backend/DashboardTag.d.ts +13 -0
- package/dist/src/generated/backend/DashboardTag.js +34 -0
- package/dist/src/generated/backend/EventTag.d.ts +66 -0
- package/dist/src/generated/backend/EventTag.js +275 -0
- package/dist/src/generated/backend/GeneratorProviderChangelog.d.ts +2 -2
- package/dist/src/generated/backend/GeneratorTag.d.ts +33 -0
- package/dist/src/generated/backend/GeneratorTag.js +117 -0
- package/dist/src/generated/backend/LogTag.d.ts +31 -0
- package/dist/src/generated/backend/LogTag.js +113 -0
- package/dist/src/generated/backend/MarketplaceTag.d.ts +36 -0
- package/dist/src/generated/backend/MarketplaceTag.js +141 -0
- package/dist/src/generated/backend/Message.d.ts +1 -0
- package/dist/src/generated/backend/Operation.d.ts +27 -0
- package/dist/src/generated/backend/{FormQuery.js → Operation.js} +1 -1
- package/dist/src/generated/backend/OperationCollection.d.ts +7 -0
- package/dist/src/generated/backend/OperationCollection.js +5 -0
- package/dist/src/generated/backend/OperationCreate.d.ts +7 -0
- package/dist/src/generated/backend/{CollectionQuery.js → OperationCreate.js} +1 -1
- package/dist/src/generated/backend/OperationParameters.d.ts +6 -0
- package/dist/src/generated/backend/OperationParameters.js +5 -0
- package/dist/src/generated/backend/OperationSchema.d.ts +10 -0
- package/dist/src/generated/{consumer/CollectionQuery.js → backend/OperationSchema.js} +1 -1
- package/dist/src/generated/backend/OperationTag.d.ts +37 -0
- package/dist/src/generated/backend/OperationTag.js +142 -0
- package/dist/src/generated/backend/OperationThrows.d.ts +5 -0
- package/dist/src/generated/backend/{RouteCollection.js → OperationThrows.js} +1 -1
- package/dist/src/generated/backend/OperationUpdate.d.ts +7 -0
- package/dist/src/generated/backend/OperationUpdate.js +5 -0
- package/dist/src/generated/backend/PageTag.d.ts +37 -0
- package/dist/src/generated/backend/PageTag.js +142 -0
- package/dist/src/generated/backend/PlanTag.d.ts +37 -0
- package/dist/src/generated/backend/PlanTag.js +142 -0
- package/dist/src/generated/backend/RateAllocation.d.ts +1 -1
- package/dist/src/generated/backend/RateTag.d.ts +37 -0
- package/dist/src/generated/backend/RateTag.js +142 -0
- package/dist/src/generated/backend/RoleTag.d.ts +37 -0
- package/dist/src/generated/backend/RoleTag.js +142 -0
- package/dist/src/generated/backend/SchemaTag.d.ts +49 -0
- package/dist/src/generated/backend/SchemaTag.js +197 -0
- package/dist/src/generated/backend/Scope.d.ts +2 -2
- package/dist/src/generated/backend/ScopeOperation.d.ts +9 -0
- package/dist/src/generated/backend/ScopeOperation.js +5 -0
- package/dist/src/generated/backend/ScopeTag.d.ts +43 -0
- package/dist/src/generated/backend/ScopeTag.js +167 -0
- package/dist/src/generated/backend/SdkTag.d.ts +20 -0
- package/dist/src/generated/backend/SdkTag.js +60 -0
- package/dist/src/generated/backend/StatisticTag.d.ts +59 -0
- package/dist/src/generated/backend/StatisticTag.js +259 -0
- package/dist/src/generated/backend/TransactionTag.d.ts +19 -0
- package/dist/src/generated/backend/TransactionTag.js +61 -0
- package/dist/src/generated/backend/TrashTag.d.ts +26 -0
- package/dist/src/generated/backend/TrashTag.js +89 -0
- package/dist/src/generated/backend/UserTag.d.ts +37 -0
- package/dist/src/generated/backend/UserTag.js +142 -0
- package/dist/src/generated/consumer/AccountTag.d.ts +81 -0
- package/dist/src/generated/consumer/AccountTag.js +321 -0
- package/dist/src/generated/consumer/AppTag.d.ts +37 -0
- package/dist/src/generated/consumer/AppTag.js +142 -0
- package/dist/src/generated/consumer/Client.d.ts +24 -185
- package/dist/src/generated/consumer/Client.js +44 -237
- package/dist/src/generated/consumer/EventTag.d.ts +13 -0
- package/dist/src/generated/consumer/EventTag.js +34 -0
- package/dist/src/generated/consumer/GrantTag.d.ts +19 -0
- package/dist/src/generated/consumer/GrantTag.js +61 -0
- package/dist/src/generated/consumer/LogTag.d.ts +19 -0
- package/dist/src/generated/consumer/LogTag.js +61 -0
- package/dist/src/generated/consumer/Message.d.ts +1 -0
- package/dist/src/generated/consumer/PageTag.d.ts +19 -0
- package/dist/src/generated/consumer/PageTag.js +61 -0
- package/dist/src/generated/consumer/PaymentTag.d.ts +21 -0
- package/dist/src/generated/consumer/PaymentTag.js +65 -0
- package/dist/src/generated/consumer/PlanTag.d.ts +19 -0
- package/dist/src/generated/consumer/PlanTag.js +61 -0
- package/dist/src/generated/consumer/ScopeTag.d.ts +13 -0
- package/dist/src/generated/consumer/ScopeTag.js +34 -0
- package/dist/src/generated/consumer/SubscriptionTag.d.ts +37 -0
- package/dist/src/generated/consumer/SubscriptionTag.js +142 -0
- package/dist/src/generated/consumer/TransactionTag.d.ts +19 -0
- package/dist/src/generated/consumer/TransactionTag.js +61 -0
- package/package.json +3 -3
- package/dist/src/generated/backend/AppTokenCollectionQuery.d.ts +0 -15
- package/dist/src/generated/backend/AppTokenCollectionQuery.js +0 -5
- package/dist/src/generated/backend/AuditCollectionQuery.d.ts +0 -15
- package/dist/src/generated/backend/AuditCollectionQuery.js +0 -5
- package/dist/src/generated/backend/BackendAccountChangePasswordResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendAccountChangePasswordResource.js +0 -21
- package/dist/src/generated/backend/BackendAccountResource.d.ts +0 -22
- package/dist/src/generated/backend/BackendAccountResource.js +0 -30
- package/dist/src/generated/backend/BackendActionByActionIdResource.d.ts +0 -27
- package/dist/src/generated/backend/BackendActionByActionIdResource.js +0 -40
- package/dist/src/generated/backend/BackendActionExecuteByActionIdResource.d.ts +0 -18
- package/dist/src/generated/backend/BackendActionExecuteByActionIdResource.js +0 -22
- package/dist/src/generated/backend/BackendActionFormResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendActionFormResource.js +0 -22
- package/dist/src/generated/backend/BackendActionListResource.d.ts +0 -15
- package/dist/src/generated/backend/BackendActionListResource.js +0 -20
- package/dist/src/generated/backend/BackendActionResource.d.ts +0 -24
- package/dist/src/generated/backend/BackendActionResource.js +0 -32
- package/dist/src/generated/backend/BackendAppByAppIdResource.d.ts +0 -27
- package/dist/src/generated/backend/BackendAppByAppIdResource.js +0 -40
- package/dist/src/generated/backend/BackendAppByAppIdTokenAndTokenIdResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendAppByAppIdTokenAndTokenIdResource.js +0 -22
- package/dist/src/generated/backend/BackendAppResource.d.ts +0 -24
- package/dist/src/generated/backend/BackendAppResource.js +0 -32
- package/dist/src/generated/backend/BackendAppTokenByTokenIdResource.d.ts +0 -16
- package/dist/src/generated/backend/BackendAppTokenByTokenIdResource.js +0 -21
- package/dist/src/generated/backend/BackendAppTokenCollectionQuery.d.ts +0 -6
- package/dist/src/generated/backend/BackendAppTokenCollectionQuery.js +0 -5
- package/dist/src/generated/backend/BackendAppTokenResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendAppTokenResource.js +0 -22
- package/dist/src/generated/backend/BackendAuditByAuditIdResource.d.ts +0 -16
- package/dist/src/generated/backend/BackendAuditByAuditIdResource.js +0 -21
- package/dist/src/generated/backend/BackendAuditCollectionQuery.d.ts +0 -6
- package/dist/src/generated/backend/BackendAuditCollectionQuery.js +0 -5
- package/dist/src/generated/backend/BackendAuditResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendAuditResource.js +0 -22
- package/dist/src/generated/backend/BackendCategoryByCategoryIdResource.d.ts +0 -27
- package/dist/src/generated/backend/BackendCategoryByCategoryIdResource.js +0 -40
- package/dist/src/generated/backend/BackendCategoryResource.d.ts +0 -24
- package/dist/src/generated/backend/BackendCategoryResource.js +0 -32
- package/dist/src/generated/backend/BackendConfigByConfigIdResource.d.ts +0 -23
- package/dist/src/generated/backend/BackendConfigByConfigIdResource.js +0 -31
- package/dist/src/generated/backend/BackendConfigResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendConfigResource.js +0 -22
- package/dist/src/generated/backend/BackendConnectionByConnectionIdIntrospectionAndEntityResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendConnectionByConnectionIdIntrospectionAndEntityResource.js +0 -22
- package/dist/src/generated/backend/BackendConnectionByConnectionIdIntrospectionResource.d.ts +0 -16
- package/dist/src/generated/backend/BackendConnectionByConnectionIdIntrospectionResource.js +0 -21
- package/dist/src/generated/backend/BackendConnectionByConnectionIdRedirectResource.d.ts +0 -16
- package/dist/src/generated/backend/BackendConnectionByConnectionIdRedirectResource.js +0 -21
- package/dist/src/generated/backend/BackendConnectionByConnectionIdResource.d.ts +0 -27
- package/dist/src/generated/backend/BackendConnectionByConnectionIdResource.js +0 -40
- package/dist/src/generated/backend/BackendConnectionFormResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendConnectionFormResource.js +0 -22
- package/dist/src/generated/backend/BackendConnectionListResource.d.ts +0 -15
- package/dist/src/generated/backend/BackendConnectionListResource.js +0 -20
- package/dist/src/generated/backend/BackendConnectionResource.d.ts +0 -24
- package/dist/src/generated/backend/BackendConnectionResource.js +0 -32
- package/dist/src/generated/backend/BackendCronjobByCronjobIdResource.d.ts +0 -27
- package/dist/src/generated/backend/BackendCronjobByCronjobIdResource.js +0 -40
- package/dist/src/generated/backend/BackendCronjobResource.d.ts +0 -24
- package/dist/src/generated/backend/BackendCronjobResource.js +0 -32
- package/dist/src/generated/backend/BackendDashboardResource.d.ts +0 -15
- package/dist/src/generated/backend/BackendDashboardResource.js +0 -20
- package/dist/src/generated/backend/BackendEventByEventIdResource.d.ts +0 -27
- package/dist/src/generated/backend/BackendEventByEventIdResource.js +0 -40
- package/dist/src/generated/backend/BackendEventResource.d.ts +0 -24
- package/dist/src/generated/backend/BackendEventResource.js +0 -32
- package/dist/src/generated/backend/BackendEventSubscriptionBySubscriptionIdResource.d.ts +0 -27
- package/dist/src/generated/backend/BackendEventSubscriptionBySubscriptionIdResource.js +0 -40
- package/dist/src/generated/backend/BackendEventSubscriptionResource.d.ts +0 -24
- package/dist/src/generated/backend/BackendEventSubscriptionResource.js +0 -32
- package/dist/src/generated/backend/BackendGeneratorByProviderResource.d.ts +0 -30
- package/dist/src/generated/backend/BackendGeneratorByProviderResource.js +0 -41
- package/dist/src/generated/backend/BackendGeneratorResource.d.ts +0 -15
- package/dist/src/generated/backend/BackendGeneratorResource.js +0 -20
- package/dist/src/generated/backend/BackendLogByLogIdResource.d.ts +0 -16
- package/dist/src/generated/backend/BackendLogByLogIdResource.js +0 -21
- package/dist/src/generated/backend/BackendLogCollectionQuery.d.ts +0 -6
- package/dist/src/generated/backend/BackendLogCollectionQuery.js +0 -5
- package/dist/src/generated/backend/BackendLogErrorByErrorIdResource.d.ts +0 -16
- package/dist/src/generated/backend/BackendLogErrorByErrorIdResource.js +0 -21
- package/dist/src/generated/backend/BackendLogErrorResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendLogErrorResource.js +0 -22
- package/dist/src/generated/backend/BackendLogResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendLogResource.js +0 -22
- package/dist/src/generated/backend/BackendMarketplaceByAppNameResource.d.ts +0 -25
- package/dist/src/generated/backend/BackendMarketplaceByAppNameResource.js +0 -39
- package/dist/src/generated/backend/BackendMarketplaceResource.d.ts +0 -22
- package/dist/src/generated/backend/BackendMarketplaceResource.js +0 -30
- package/dist/src/generated/backend/BackendPageByPageIdResource.d.ts +0 -27
- package/dist/src/generated/backend/BackendPageByPageIdResource.js +0 -40
- package/dist/src/generated/backend/BackendPageResource.d.ts +0 -24
- package/dist/src/generated/backend/BackendPageResource.js +0 -32
- package/dist/src/generated/backend/BackendPlanByPlanIdResource.d.ts +0 -27
- package/dist/src/generated/backend/BackendPlanByPlanIdResource.js +0 -40
- package/dist/src/generated/backend/BackendPlanResource.d.ts +0 -24
- package/dist/src/generated/backend/BackendPlanResource.js +0 -32
- package/dist/src/generated/backend/BackendPlanUsageCollectionQuery.d.ts +0 -6
- package/dist/src/generated/backend/BackendPlanUsageCollectionQuery.js +0 -5
- package/dist/src/generated/backend/BackendRateByRateIdResource.d.ts +0 -27
- package/dist/src/generated/backend/BackendRateByRateIdResource.js +0 -40
- package/dist/src/generated/backend/BackendRateResource.d.ts +0 -24
- package/dist/src/generated/backend/BackendRateResource.js +0 -32
- package/dist/src/generated/backend/BackendRoleByRoleIdResource.d.ts +0 -27
- package/dist/src/generated/backend/BackendRoleByRoleIdResource.js +0 -40
- package/dist/src/generated/backend/BackendRoleResource.d.ts +0 -24
- package/dist/src/generated/backend/BackendRoleResource.js +0 -32
- package/dist/src/generated/backend/BackendRoutesByRouteIdResource.d.ts +0 -27
- package/dist/src/generated/backend/BackendRoutesByRouteIdResource.js +0 -40
- package/dist/src/generated/backend/BackendRoutesResource.d.ts +0 -24
- package/dist/src/generated/backend/BackendRoutesResource.js +0 -32
- package/dist/src/generated/backend/BackendSchemaBySchemaIdResource.d.ts +0 -27
- package/dist/src/generated/backend/BackendSchemaBySchemaIdResource.js +0 -40
- package/dist/src/generated/backend/BackendSchemaFormBySchemaIdResource.d.ts +0 -18
- package/dist/src/generated/backend/BackendSchemaFormBySchemaIdResource.js +0 -22
- package/dist/src/generated/backend/BackendSchemaPreviewBySchemaIdResource.d.ts +0 -16
- package/dist/src/generated/backend/BackendSchemaPreviewBySchemaIdResource.js +0 -21
- package/dist/src/generated/backend/BackendSchemaResource.d.ts +0 -24
- package/dist/src/generated/backend/BackendSchemaResource.js +0 -32
- package/dist/src/generated/backend/BackendScopeByScopeIdResource.d.ts +0 -27
- package/dist/src/generated/backend/BackendScopeByScopeIdResource.js +0 -40
- package/dist/src/generated/backend/BackendScopeCategoriesResource.d.ts +0 -15
- package/dist/src/generated/backend/BackendScopeCategoriesResource.js +0 -20
- package/dist/src/generated/backend/BackendScopeResource.d.ts +0 -24
- package/dist/src/generated/backend/BackendScopeResource.js +0 -32
- package/dist/src/generated/backend/BackendSdkResource.d.ts +0 -22
- package/dist/src/generated/backend/BackendSdkResource.js +0 -30
- package/dist/src/generated/backend/BackendStatisticCountRequestsResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendStatisticCountRequestsResource.js +0 -22
- package/dist/src/generated/backend/BackendStatisticErrorsPerRouteResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendStatisticErrorsPerRouteResource.js +0 -22
- package/dist/src/generated/backend/BackendStatisticIncomingRequestsResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendStatisticIncomingRequestsResource.js +0 -22
- package/dist/src/generated/backend/BackendStatisticIncomingTransactionsResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendStatisticIncomingTransactionsResource.js +0 -22
- package/dist/src/generated/backend/BackendStatisticIssuedTokensResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendStatisticIssuedTokensResource.js +0 -22
- package/dist/src/generated/backend/BackendStatisticMostUsedAppsResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendStatisticMostUsedAppsResource.js +0 -22
- package/dist/src/generated/backend/BackendStatisticMostUsedRoutesResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendStatisticMostUsedRoutesResource.js +0 -22
- package/dist/src/generated/backend/BackendStatisticTimeAverageResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendStatisticTimeAverageResource.js +0 -22
- package/dist/src/generated/backend/BackendStatisticTimePerRouteResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendStatisticTimePerRouteResource.js +0 -22
- package/dist/src/generated/backend/BackendStatisticUsedPointsResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendStatisticUsedPointsResource.js +0 -22
- package/dist/src/generated/backend/BackendTransactionByTransactionIdResource.d.ts +0 -16
- package/dist/src/generated/backend/BackendTransactionByTransactionIdResource.js +0 -21
- package/dist/src/generated/backend/BackendTransactionCollectionQuery.d.ts +0 -6
- package/dist/src/generated/backend/BackendTransactionCollectionQuery.js +0 -5
- package/dist/src/generated/backend/BackendTransactionResource.d.ts +0 -17
- package/dist/src/generated/backend/BackendTransactionResource.js +0 -22
- package/dist/src/generated/backend/BackendTrashByTypeResource.d.ts +0 -25
- package/dist/src/generated/backend/BackendTrashByTypeResource.js +0 -33
- package/dist/src/generated/backend/BackendTrashResource.d.ts +0 -15
- package/dist/src/generated/backend/BackendTrashResource.js +0 -20
- package/dist/src/generated/backend/BackendUserByUserIdResource.d.ts +0 -27
- package/dist/src/generated/backend/BackendUserByUserIdResource.js +0 -40
- package/dist/src/generated/backend/BackendUserResource.d.ts +0 -24
- package/dist/src/generated/backend/BackendUserResource.js +0 -32
- package/dist/src/generated/backend/CollectionCategoryQuery.d.ts +0 -8
- package/dist/src/generated/backend/CollectionCategoryQuery.js +0 -5
- package/dist/src/generated/backend/CollectionQuery.d.ts +0 -9
- package/dist/src/generated/backend/FormQuery.d.ts +0 -7
- package/dist/src/generated/backend/LogCollectionQuery.d.ts +0 -19
- package/dist/src/generated/backend/LogCollectionQuery.js +0 -5
- package/dist/src/generated/backend/PlanUsageCollectionQuery.d.ts +0 -13
- package/dist/src/generated/backend/PlanUsageCollectionQuery.js +0 -5
- package/dist/src/generated/backend/Route.d.ts +0 -16
- package/dist/src/generated/backend/Route.js +0 -5
- package/dist/src/generated/backend/RouteCollection.d.ts +0 -7
- package/dist/src/generated/backend/RouteCreate.d.ts +0 -7
- package/dist/src/generated/backend/RouteCreate.js +0 -5
- package/dist/src/generated/backend/RouteMethod.d.ts +0 -20
- package/dist/src/generated/backend/RouteMethod.js +0 -5
- package/dist/src/generated/backend/RouteMethodResponses.d.ts +0 -5
- package/dist/src/generated/backend/RouteMethodResponses.js +0 -5
- package/dist/src/generated/backend/RouteMethods.d.ts +0 -6
- package/dist/src/generated/backend/RouteMethods.js +0 -5
- package/dist/src/generated/backend/RouteUpdate.d.ts +0 -7
- package/dist/src/generated/backend/RouteUpdate.js +0 -5
- package/dist/src/generated/backend/RouteVersion.d.ts +0 -10
- package/dist/src/generated/backend/RouteVersion.js +0 -5
- package/dist/src/generated/backend/ScopeRoute.d.ts +0 -9
- package/dist/src/generated/backend/ScopeRoute.js +0 -5
- package/dist/src/generated/backend/TransactionCollectionQuery.d.ts +0 -15
- package/dist/src/generated/backend/TransactionCollectionQuery.js +0 -5
- package/dist/src/generated/consumer/CollectionQuery.d.ts +0 -9
- package/dist/src/generated/consumer/ConsumerAccountChangePasswordResource.d.ts +0 -17
- package/dist/src/generated/consumer/ConsumerAccountChangePasswordResource.js +0 -21
- package/dist/src/generated/consumer/ConsumerAccountResource.d.ts +0 -21
- package/dist/src/generated/consumer/ConsumerAccountResource.js +0 -30
- package/dist/src/generated/consumer/ConsumerActivateResource.d.ts +0 -17
- package/dist/src/generated/consumer/ConsumerActivateResource.js +0 -21
- package/dist/src/generated/consumer/ConsumerAppByAppIdResource.d.ts +0 -27
- package/dist/src/generated/consumer/ConsumerAppByAppIdResource.js +0 -40
- package/dist/src/generated/consumer/ConsumerAppResource.d.ts +0 -24
- package/dist/src/generated/consumer/ConsumerAppResource.js +0 -32
- package/dist/src/generated/consumer/ConsumerAuthorizeResource.d.ts +0 -22
- package/dist/src/generated/consumer/ConsumerAuthorizeResource.js +0 -30
- package/dist/src/generated/consumer/ConsumerEventResource.d.ts +0 -17
- package/dist/src/generated/consumer/ConsumerEventResource.js +0 -22
- package/dist/src/generated/consumer/ConsumerGrantByGrantIdResource.d.ts +0 -15
- package/dist/src/generated/consumer/ConsumerGrantByGrantIdResource.js +0 -21
- package/dist/src/generated/consumer/ConsumerGrantResource.d.ts +0 -17
- package/dist/src/generated/consumer/ConsumerGrantResource.js +0 -22
- package/dist/src/generated/consumer/ConsumerLogByLogIdResource.d.ts +0 -18
- package/dist/src/generated/consumer/ConsumerLogByLogIdResource.js +0 -23
- package/dist/src/generated/consumer/ConsumerLogResource.d.ts +0 -17
- package/dist/src/generated/consumer/ConsumerLogResource.js +0 -22
- package/dist/src/generated/consumer/ConsumerLoginResource.d.ts +0 -23
- package/dist/src/generated/consumer/ConsumerLoginResource.js +0 -31
- package/dist/src/generated/consumer/ConsumerPageByPageIdResource.d.ts +0 -16
- package/dist/src/generated/consumer/ConsumerPageByPageIdResource.js +0 -21
- package/dist/src/generated/consumer/ConsumerPageResource.d.ts +0 -17
- package/dist/src/generated/consumer/ConsumerPageResource.js +0 -22
- package/dist/src/generated/consumer/ConsumerPasswordResetResource.d.ts +0 -23
- package/dist/src/generated/consumer/ConsumerPasswordResetResource.js +0 -31
- package/dist/src/generated/consumer/ConsumerPaymentByProviderCheckoutResource.d.ts +0 -18
- package/dist/src/generated/consumer/ConsumerPaymentByProviderCheckoutResource.js +0 -22
- package/dist/src/generated/consumer/ConsumerPaymentByProviderPortalResource.d.ts +0 -18
- package/dist/src/generated/consumer/ConsumerPaymentByProviderPortalResource.js +0 -22
- package/dist/src/generated/consumer/ConsumerPlanByPlanIdResource.d.ts +0 -16
- package/dist/src/generated/consumer/ConsumerPlanByPlanIdResource.js +0 -21
- package/dist/src/generated/consumer/ConsumerPlanResource.d.ts +0 -17
- package/dist/src/generated/consumer/ConsumerPlanResource.js +0 -22
- package/dist/src/generated/consumer/ConsumerProviderByProviderResource.d.ts +0 -18
- package/dist/src/generated/consumer/ConsumerProviderByProviderResource.js +0 -22
- package/dist/src/generated/consumer/ConsumerRegisterResource.d.ts +0 -17
- package/dist/src/generated/consumer/ConsumerRegisterResource.js +0 -21
- package/dist/src/generated/consumer/ConsumerScopeResource.d.ts +0 -17
- package/dist/src/generated/consumer/ConsumerScopeResource.js +0 -22
- package/dist/src/generated/consumer/ConsumerSubscriptionBySubscriptionIdResource.d.ts +0 -27
- package/dist/src/generated/consumer/ConsumerSubscriptionBySubscriptionIdResource.js +0 -40
- package/dist/src/generated/consumer/ConsumerSubscriptionResource.d.ts +0 -24
- package/dist/src/generated/consumer/ConsumerSubscriptionResource.js +0 -32
- package/dist/src/generated/consumer/ConsumerTransactionByTransactionIdResource.d.ts +0 -16
- package/dist/src/generated/consumer/ConsumerTransactionByTransactionIdResource.js +0 -21
- package/dist/src/generated/consumer/ConsumerTransactionResource.d.ts +0 -17
- package/dist/src/generated/consumer/ConsumerTransactionResource.js +0 -22
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* StatisticTag 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 StatisticTag extends TagAbstract {
|
|
9
|
+
/**
|
|
10
|
+
* @returns {Promise<StatisticChart>}
|
|
11
|
+
* @throws {ClientException}
|
|
12
|
+
*/
|
|
13
|
+
async getUsedPoints() {
|
|
14
|
+
const url = this.parser.url('/backend/statistic/used_points', {});
|
|
15
|
+
let params = {
|
|
16
|
+
url: url,
|
|
17
|
+
method: 'GET',
|
|
18
|
+
params: this.parser.query({}),
|
|
19
|
+
};
|
|
20
|
+
try {
|
|
21
|
+
const response = await this.httpClient.request(params);
|
|
22
|
+
return response.data;
|
|
23
|
+
}
|
|
24
|
+
catch (error) {
|
|
25
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
26
|
+
switch (error.response.status) {
|
|
27
|
+
default:
|
|
28
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @returns {Promise<StatisticChart>}
|
|
36
|
+
* @throws {ClientException}
|
|
37
|
+
*/
|
|
38
|
+
async getTimePerRoute() {
|
|
39
|
+
const url = this.parser.url('/backend/statistic/time_per_route', {});
|
|
40
|
+
let params = {
|
|
41
|
+
url: url,
|
|
42
|
+
method: 'GET',
|
|
43
|
+
params: this.parser.query({}),
|
|
44
|
+
};
|
|
45
|
+
try {
|
|
46
|
+
const response = await this.httpClient.request(params);
|
|
47
|
+
return response.data;
|
|
48
|
+
}
|
|
49
|
+
catch (error) {
|
|
50
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
51
|
+
switch (error.response.status) {
|
|
52
|
+
default:
|
|
53
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* @returns {Promise<StatisticChart>}
|
|
61
|
+
* @throws {ClientException}
|
|
62
|
+
*/
|
|
63
|
+
async getTimeAverage() {
|
|
64
|
+
const url = this.parser.url('/backend/statistic/time_average', {});
|
|
65
|
+
let params = {
|
|
66
|
+
url: url,
|
|
67
|
+
method: 'GET',
|
|
68
|
+
params: this.parser.query({}),
|
|
69
|
+
};
|
|
70
|
+
try {
|
|
71
|
+
const response = await this.httpClient.request(params);
|
|
72
|
+
return response.data;
|
|
73
|
+
}
|
|
74
|
+
catch (error) {
|
|
75
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
76
|
+
switch (error.response.status) {
|
|
77
|
+
default:
|
|
78
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* @returns {Promise<StatisticChart>}
|
|
86
|
+
* @throws {ClientException}
|
|
87
|
+
*/
|
|
88
|
+
async getMostUsedRoutes() {
|
|
89
|
+
const url = this.parser.url('/backend/statistic/most_used_routes', {});
|
|
90
|
+
let params = {
|
|
91
|
+
url: url,
|
|
92
|
+
method: 'GET',
|
|
93
|
+
params: this.parser.query({}),
|
|
94
|
+
};
|
|
95
|
+
try {
|
|
96
|
+
const response = await this.httpClient.request(params);
|
|
97
|
+
return response.data;
|
|
98
|
+
}
|
|
99
|
+
catch (error) {
|
|
100
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
101
|
+
switch (error.response.status) {
|
|
102
|
+
default:
|
|
103
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* @returns {Promise<StatisticChart>}
|
|
111
|
+
* @throws {ClientException}
|
|
112
|
+
*/
|
|
113
|
+
async getMostUsedApps() {
|
|
114
|
+
const url = this.parser.url('/backend/statistic/most_used_apps', {});
|
|
115
|
+
let params = {
|
|
116
|
+
url: url,
|
|
117
|
+
method: 'GET',
|
|
118
|
+
params: this.parser.query({}),
|
|
119
|
+
};
|
|
120
|
+
try {
|
|
121
|
+
const response = await this.httpClient.request(params);
|
|
122
|
+
return response.data;
|
|
123
|
+
}
|
|
124
|
+
catch (error) {
|
|
125
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
126
|
+
switch (error.response.status) {
|
|
127
|
+
default:
|
|
128
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* @returns {Promise<StatisticChart>}
|
|
136
|
+
* @throws {ClientException}
|
|
137
|
+
*/
|
|
138
|
+
async getIssuedTokens() {
|
|
139
|
+
const url = this.parser.url('/backend/statistic/issued_tokens', {});
|
|
140
|
+
let params = {
|
|
141
|
+
url: url,
|
|
142
|
+
method: 'GET',
|
|
143
|
+
params: this.parser.query({}),
|
|
144
|
+
};
|
|
145
|
+
try {
|
|
146
|
+
const response = await this.httpClient.request(params);
|
|
147
|
+
return response.data;
|
|
148
|
+
}
|
|
149
|
+
catch (error) {
|
|
150
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
151
|
+
switch (error.response.status) {
|
|
152
|
+
default:
|
|
153
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* @returns {Promise<StatisticChart>}
|
|
161
|
+
* @throws {ClientException}
|
|
162
|
+
*/
|
|
163
|
+
async getIncomingTransactions() {
|
|
164
|
+
const url = this.parser.url('/backend/statistic/incoming_transactions', {});
|
|
165
|
+
let params = {
|
|
166
|
+
url: url,
|
|
167
|
+
method: 'GET',
|
|
168
|
+
params: this.parser.query({}),
|
|
169
|
+
};
|
|
170
|
+
try {
|
|
171
|
+
const response = await this.httpClient.request(params);
|
|
172
|
+
return response.data;
|
|
173
|
+
}
|
|
174
|
+
catch (error) {
|
|
175
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
176
|
+
switch (error.response.status) {
|
|
177
|
+
default:
|
|
178
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* @returns {Promise<StatisticChart>}
|
|
186
|
+
* @throws {ClientException}
|
|
187
|
+
*/
|
|
188
|
+
async getIncomingRequests() {
|
|
189
|
+
const url = this.parser.url('/backend/statistic/incoming_requests', {});
|
|
190
|
+
let params = {
|
|
191
|
+
url: url,
|
|
192
|
+
method: 'GET',
|
|
193
|
+
params: this.parser.query({}),
|
|
194
|
+
};
|
|
195
|
+
try {
|
|
196
|
+
const response = await this.httpClient.request(params);
|
|
197
|
+
return response.data;
|
|
198
|
+
}
|
|
199
|
+
catch (error) {
|
|
200
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
201
|
+
switch (error.response.status) {
|
|
202
|
+
default:
|
|
203
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* @returns {Promise<StatisticChart>}
|
|
211
|
+
* @throws {ClientException}
|
|
212
|
+
*/
|
|
213
|
+
async getErrorsPerRoute() {
|
|
214
|
+
const url = this.parser.url('/backend/statistic/errors_per_route', {});
|
|
215
|
+
let params = {
|
|
216
|
+
url: url,
|
|
217
|
+
method: 'GET',
|
|
218
|
+
params: this.parser.query({}),
|
|
219
|
+
};
|
|
220
|
+
try {
|
|
221
|
+
const response = await this.httpClient.request(params);
|
|
222
|
+
return response.data;
|
|
223
|
+
}
|
|
224
|
+
catch (error) {
|
|
225
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
226
|
+
switch (error.response.status) {
|
|
227
|
+
default:
|
|
228
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* @returns {Promise<StatisticCount>}
|
|
236
|
+
* @throws {ClientException}
|
|
237
|
+
*/
|
|
238
|
+
async getCountRequests() {
|
|
239
|
+
const url = this.parser.url('/backend/statistic/count_requests', {});
|
|
240
|
+
let params = {
|
|
241
|
+
url: url,
|
|
242
|
+
method: 'GET',
|
|
243
|
+
params: this.parser.query({}),
|
|
244
|
+
};
|
|
245
|
+
try {
|
|
246
|
+
const response = await this.httpClient.request(params);
|
|
247
|
+
return response.data;
|
|
248
|
+
}
|
|
249
|
+
catch (error) {
|
|
250
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
251
|
+
switch (error.response.status) {
|
|
252
|
+
default:
|
|
253
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TransactionTag 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 { Transaction } from "./Transaction";
|
|
7
|
+
import { TransactionCollection } from "./TransactionCollection";
|
|
8
|
+
export declare class TransactionTag extends TagAbstract {
|
|
9
|
+
/**
|
|
10
|
+
* @returns {Promise<Transaction>}
|
|
11
|
+
* @throws {ClientException}
|
|
12
|
+
*/
|
|
13
|
+
get(transactionId: string): Promise<Transaction>;
|
|
14
|
+
/**
|
|
15
|
+
* @returns {Promise<TransactionCollection>}
|
|
16
|
+
* @throws {ClientException}
|
|
17
|
+
*/
|
|
18
|
+
getAll(): Promise<TransactionCollection>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TransactionTag 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 TransactionTag extends TagAbstract {
|
|
9
|
+
/**
|
|
10
|
+
* @returns {Promise<Transaction>}
|
|
11
|
+
* @throws {ClientException}
|
|
12
|
+
*/
|
|
13
|
+
async get(transactionId) {
|
|
14
|
+
const url = this.parser.url('/backend/transaction/$transaction_id<[0-9]+>', {
|
|
15
|
+
'transaction_id': transactionId,
|
|
16
|
+
});
|
|
17
|
+
let params = {
|
|
18
|
+
url: url,
|
|
19
|
+
method: 'GET',
|
|
20
|
+
params: this.parser.query({}),
|
|
21
|
+
};
|
|
22
|
+
try {
|
|
23
|
+
const response = await this.httpClient.request(params);
|
|
24
|
+
return response.data;
|
|
25
|
+
}
|
|
26
|
+
catch (error) {
|
|
27
|
+
if (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<TransactionCollection>}
|
|
38
|
+
* @throws {ClientException}
|
|
39
|
+
*/
|
|
40
|
+
async getAll() {
|
|
41
|
+
const url = this.parser.url('/backend/transaction', {});
|
|
42
|
+
let params = {
|
|
43
|
+
url: url,
|
|
44
|
+
method: 'GET',
|
|
45
|
+
params: this.parser.query({}),
|
|
46
|
+
};
|
|
47
|
+
try {
|
|
48
|
+
const response = await this.httpClient.request(params);
|
|
49
|
+
return response.data;
|
|
50
|
+
}
|
|
51
|
+
catch (error) {
|
|
52
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
53
|
+
switch (error.response.status) {
|
|
54
|
+
default:
|
|
55
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TrashTag 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 { TrashDataCollection } from "./TrashDataCollection";
|
|
8
|
+
import { TrashRestore } from "./TrashRestore";
|
|
9
|
+
import { TrashTypes } from "./TrashTypes";
|
|
10
|
+
export declare class TrashTag extends TagAbstract {
|
|
11
|
+
/**
|
|
12
|
+
* @returns {Promise<Message>}
|
|
13
|
+
* @throws {ClientException}
|
|
14
|
+
*/
|
|
15
|
+
restore(type: string, payload: TrashRestore): Promise<Message>;
|
|
16
|
+
/**
|
|
17
|
+
* @returns {Promise<TrashDataCollection>}
|
|
18
|
+
* @throws {ClientException}
|
|
19
|
+
*/
|
|
20
|
+
getAllByType(type: string): Promise<TrashDataCollection>;
|
|
21
|
+
/**
|
|
22
|
+
* @returns {Promise<TrashTypes>}
|
|
23
|
+
* @throws {ClientException}
|
|
24
|
+
*/
|
|
25
|
+
getTypes(): Promise<TrashTypes>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TrashTag 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 TrashTag extends TagAbstract {
|
|
9
|
+
/**
|
|
10
|
+
* @returns {Promise<Message>}
|
|
11
|
+
* @throws {ClientException}
|
|
12
|
+
*/
|
|
13
|
+
async restore(type, payload) {
|
|
14
|
+
const url = this.parser.url('/backend/trash/:type', {
|
|
15
|
+
'type': type,
|
|
16
|
+
});
|
|
17
|
+
let params = {
|
|
18
|
+
url: url,
|
|
19
|
+
method: 'POST',
|
|
20
|
+
params: this.parser.query({}),
|
|
21
|
+
data: payload
|
|
22
|
+
};
|
|
23
|
+
try {
|
|
24
|
+
const response = await this.httpClient.request(params);
|
|
25
|
+
return response.data;
|
|
26
|
+
}
|
|
27
|
+
catch (error) {
|
|
28
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
29
|
+
switch (error.response.status) {
|
|
30
|
+
default:
|
|
31
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @returns {Promise<TrashDataCollection>}
|
|
39
|
+
* @throws {ClientException}
|
|
40
|
+
*/
|
|
41
|
+
async getAllByType(type) {
|
|
42
|
+
const url = this.parser.url('/backend/trash/:type', {
|
|
43
|
+
'type': type,
|
|
44
|
+
});
|
|
45
|
+
let params = {
|
|
46
|
+
url: url,
|
|
47
|
+
method: 'GET',
|
|
48
|
+
params: this.parser.query({}),
|
|
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<TrashTypes>}
|
|
66
|
+
* @throws {ClientException}
|
|
67
|
+
*/
|
|
68
|
+
async getTypes() {
|
|
69
|
+
const url = this.parser.url('/backend/trash', {});
|
|
70
|
+
let params = {
|
|
71
|
+
url: url,
|
|
72
|
+
method: 'GET',
|
|
73
|
+
params: this.parser.query({}),
|
|
74
|
+
};
|
|
75
|
+
try {
|
|
76
|
+
const response = await this.httpClient.request(params);
|
|
77
|
+
return response.data;
|
|
78
|
+
}
|
|
79
|
+
catch (error) {
|
|
80
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
81
|
+
switch (error.response.status) {
|
|
82
|
+
default:
|
|
83
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UserTag 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 { User } from "./User";
|
|
8
|
+
import { UserCollection } from "./UserCollection";
|
|
9
|
+
import { UserCreate } from "./UserCreate";
|
|
10
|
+
import { UserUpdate } from "./UserUpdate";
|
|
11
|
+
export declare class UserTag extends TagAbstract {
|
|
12
|
+
/**
|
|
13
|
+
* @returns {Promise<Message>}
|
|
14
|
+
* @throws {ClientException}
|
|
15
|
+
*/
|
|
16
|
+
delete(userId: string): Promise<Message>;
|
|
17
|
+
/**
|
|
18
|
+
* @returns {Promise<Message>}
|
|
19
|
+
* @throws {ClientException}
|
|
20
|
+
*/
|
|
21
|
+
update(userId: string, payload: UserUpdate): Promise<Message>;
|
|
22
|
+
/**
|
|
23
|
+
* @returns {Promise<User>}
|
|
24
|
+
* @throws {ClientException}
|
|
25
|
+
*/
|
|
26
|
+
get(userId: string): Promise<User>;
|
|
27
|
+
/**
|
|
28
|
+
* @returns {Promise<Message>}
|
|
29
|
+
* @throws {ClientException}
|
|
30
|
+
*/
|
|
31
|
+
create(payload: UserCreate): Promise<Message>;
|
|
32
|
+
/**
|
|
33
|
+
* @returns {Promise<UserCollection>}
|
|
34
|
+
* @throws {ClientException}
|
|
35
|
+
*/
|
|
36
|
+
getAll(): Promise<UserCollection>;
|
|
37
|
+
}
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UserTag 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 UserTag extends TagAbstract {
|
|
9
|
+
/**
|
|
10
|
+
* @returns {Promise<Message>}
|
|
11
|
+
* @throws {ClientException}
|
|
12
|
+
*/
|
|
13
|
+
async delete(userId) {
|
|
14
|
+
const url = this.parser.url('/backend/user/$user_id<[0-9]+>', {
|
|
15
|
+
'user_id': userId,
|
|
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(userId, payload) {
|
|
41
|
+
const url = this.parser.url('/backend/user/$user_id<[0-9]+>', {
|
|
42
|
+
'user_id': userId,
|
|
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<User>}
|
|
66
|
+
* @throws {ClientException}
|
|
67
|
+
*/
|
|
68
|
+
async get(userId) {
|
|
69
|
+
const url = this.parser.url('/backend/user/$user_id<[0-9]+>', {
|
|
70
|
+
'user_id': userId,
|
|
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/user', {});
|
|
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<UserCollection>}
|
|
119
|
+
* @throws {ClientException}
|
|
120
|
+
*/
|
|
121
|
+
async getAll() {
|
|
122
|
+
const url = this.parser.url('/backend/user', {});
|
|
123
|
+
let params = {
|
|
124
|
+
url: url,
|
|
125
|
+
method: 'GET',
|
|
126
|
+
params: this.parser.query({}),
|
|
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
|
+
}
|