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.
- 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 +226 -0
- package/dist/src/generated/backend/AppTag.d.ts +54 -0
- package/dist/src/generated/backend/AppTag.js +237 -0
- package/dist/src/generated/backend/AuditTag.d.ts +19 -0
- package/dist/src/generated/backend/AuditTag.js +72 -0
- package/dist/src/generated/backend/CategoryTag.d.ts +37 -0
- package/dist/src/generated/backend/CategoryTag.js +146 -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 +93 -0
- package/dist/src/generated/backend/ConnectionTag.d.ts +66 -0
- package/dist/src/generated/backend/ConnectionTag.js +280 -0
- package/dist/src/generated/backend/CronjobTag.d.ts +37 -0
- package/dist/src/generated/backend/CronjobTag.js +146 -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 +284 -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 +132 -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 +147 -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 +146 -0
- package/dist/src/generated/backend/PlanTag.d.ts +37 -0
- package/dist/src/generated/backend/PlanTag.js +146 -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 +146 -0
- package/dist/src/generated/backend/RoleTag.d.ts +37 -0
- package/dist/src/generated/backend/RoleTag.js +146 -0
- package/dist/src/generated/backend/SchemaTag.d.ts +49 -0
- package/dist/src/generated/backend/SchemaTag.js +202 -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 +172 -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 +409 -0
- package/dist/src/generated/backend/TransactionTag.d.ts +19 -0
- package/dist/src/generated/backend/TransactionTag.js +72 -0
- package/dist/src/generated/backend/TrashTag.d.ts +26 -0
- package/dist/src/generated/backend/TrashTag.js +93 -0
- package/dist/src/generated/backend/UserTag.d.ts +37 -0
- package/dist/src/generated/backend/UserTag.js +146 -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 +146 -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 +38 -0
- package/dist/src/generated/consumer/GrantTag.d.ts +19 -0
- package/dist/src/generated/consumer/GrantTag.js +65 -0
- package/dist/src/generated/consumer/LogTag.d.ts +19 -0
- package/dist/src/generated/consumer/LogTag.js +65 -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 +65 -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 +65 -0
- package/dist/src/generated/consumer/ScopeTag.d.ts +13 -0
- package/dist/src/generated/consumer/ScopeTag.js +38 -0
- package/dist/src/generated/consumer/SubscriptionTag.d.ts +37 -0
- package/dist/src/generated/consumer/SubscriptionTag.js +146 -0
- package/dist/src/generated/consumer/TransactionTag.d.ts +19 -0
- package/dist/src/generated/consumer/TransactionTag.js +65 -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,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ConfigTag 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 { Config } from "./Config";
|
|
7
|
+
import { ConfigCollection } from "./ConfigCollection";
|
|
8
|
+
import { ConfigUpdate } from "./ConfigUpdate";
|
|
9
|
+
import { Message } from "./Message";
|
|
10
|
+
export declare class ConfigTag extends TagAbstract {
|
|
11
|
+
/**
|
|
12
|
+
* @returns {Promise<Message>}
|
|
13
|
+
* @throws {ClientException}
|
|
14
|
+
*/
|
|
15
|
+
update(configId: string, payload: ConfigUpdate): Promise<Message>;
|
|
16
|
+
/**
|
|
17
|
+
* @returns {Promise<Config>}
|
|
18
|
+
* @throws {ClientException}
|
|
19
|
+
*/
|
|
20
|
+
get(configId: string): Promise<Config>;
|
|
21
|
+
/**
|
|
22
|
+
* @returns {Promise<ConfigCollection>}
|
|
23
|
+
* @throws {ClientException}
|
|
24
|
+
*/
|
|
25
|
+
getAll(startIndex?: number, count?: number, search?: string): Promise<ConfigCollection>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ConfigTag 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 ConfigTag extends TagAbstract {
|
|
9
|
+
/**
|
|
10
|
+
* @returns {Promise<Message>}
|
|
11
|
+
* @throws {ClientException}
|
|
12
|
+
*/
|
|
13
|
+
async update(configId, payload) {
|
|
14
|
+
const url = this.parser.url('/backend/config/$config_id<[0-9]+|^~>', {
|
|
15
|
+
'config_id': configId,
|
|
16
|
+
});
|
|
17
|
+
let params = {
|
|
18
|
+
url: url,
|
|
19
|
+
method: 'PUT',
|
|
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<Config>}
|
|
39
|
+
* @throws {ClientException}
|
|
40
|
+
*/
|
|
41
|
+
async get(configId) {
|
|
42
|
+
const url = this.parser.url('/backend/config/$config_id<[0-9]+|^~>', {
|
|
43
|
+
'config_id': configId,
|
|
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<ConfigCollection>}
|
|
66
|
+
* @throws {ClientException}
|
|
67
|
+
*/
|
|
68
|
+
async getAll(startIndex, count, search) {
|
|
69
|
+
const url = this.parser.url('/backend/config', {});
|
|
70
|
+
let params = {
|
|
71
|
+
url: url,
|
|
72
|
+
method: 'GET',
|
|
73
|
+
params: this.parser.query({
|
|
74
|
+
'startIndex': startIndex,
|
|
75
|
+
'count': count,
|
|
76
|
+
'search': search,
|
|
77
|
+
}),
|
|
78
|
+
};
|
|
79
|
+
try {
|
|
80
|
+
const response = await this.httpClient.request(params);
|
|
81
|
+
return response.data;
|
|
82
|
+
}
|
|
83
|
+
catch (error) {
|
|
84
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
85
|
+
switch (error.response.status) {
|
|
86
|
+
default:
|
|
87
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ConnectionTag 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 { Connection } from "./Connection";
|
|
7
|
+
import { ConnectionCollection } from "./ConnectionCollection";
|
|
8
|
+
import { ConnectionCreate } from "./ConnectionCreate";
|
|
9
|
+
import { ConnectionIndex } from "./ConnectionIndex";
|
|
10
|
+
import { ConnectionIntrospectionEntities } from "./ConnectionIntrospectionEntities";
|
|
11
|
+
import { ConnectionIntrospectionEntity } from "./ConnectionIntrospectionEntity";
|
|
12
|
+
import { ConnectionUpdate } from "./ConnectionUpdate";
|
|
13
|
+
import { FormContainer } from "./FormContainer";
|
|
14
|
+
import { Message } from "./Message";
|
|
15
|
+
export declare class ConnectionTag extends TagAbstract {
|
|
16
|
+
/**
|
|
17
|
+
* @returns {Promise<ConnectionIntrospectionEntity>}
|
|
18
|
+
* @throws {ClientException}
|
|
19
|
+
*/
|
|
20
|
+
getIntrospectionForEntity(connectionId: string, entity: string): Promise<ConnectionIntrospectionEntity>;
|
|
21
|
+
/**
|
|
22
|
+
* @returns {Promise<ConnectionIntrospectionEntities>}
|
|
23
|
+
* @throws {ClientException}
|
|
24
|
+
*/
|
|
25
|
+
getIntrospection(connectionId: string): Promise<ConnectionIntrospectionEntities>;
|
|
26
|
+
/**
|
|
27
|
+
* @returns {Promise<Message>}
|
|
28
|
+
* @throws {ClientException}
|
|
29
|
+
*/
|
|
30
|
+
getRedirect(connectionId: string): Promise<Message>;
|
|
31
|
+
/**
|
|
32
|
+
* @returns {Promise<Message>}
|
|
33
|
+
* @throws {ClientException}
|
|
34
|
+
*/
|
|
35
|
+
delete(connectionId: string): Promise<Message>;
|
|
36
|
+
/**
|
|
37
|
+
* @returns {Promise<Message>}
|
|
38
|
+
* @throws {ClientException}
|
|
39
|
+
*/
|
|
40
|
+
update(connectionId: string, payload: ConnectionUpdate): Promise<Message>;
|
|
41
|
+
/**
|
|
42
|
+
* @returns {Promise<Connection>}
|
|
43
|
+
* @throws {ClientException}
|
|
44
|
+
*/
|
|
45
|
+
get(connectionId: string): Promise<Connection>;
|
|
46
|
+
/**
|
|
47
|
+
* @returns {Promise<FormContainer>}
|
|
48
|
+
* @throws {ClientException}
|
|
49
|
+
*/
|
|
50
|
+
getForm(_class?: string): Promise<FormContainer>;
|
|
51
|
+
/**
|
|
52
|
+
* @returns {Promise<ConnectionIndex>}
|
|
53
|
+
* @throws {ClientException}
|
|
54
|
+
*/
|
|
55
|
+
getClasses(): Promise<ConnectionIndex>;
|
|
56
|
+
/**
|
|
57
|
+
* @returns {Promise<ConnectionCollection>}
|
|
58
|
+
* @throws {ClientException}
|
|
59
|
+
*/
|
|
60
|
+
create(payload: ConnectionCreate): Promise<ConnectionCollection>;
|
|
61
|
+
/**
|
|
62
|
+
* @returns {Promise<ConnectionCollection>}
|
|
63
|
+
* @throws {ClientException}
|
|
64
|
+
*/
|
|
65
|
+
getAll(startIndex?: number, count?: number, search?: string): Promise<ConnectionCollection>;
|
|
66
|
+
}
|
|
@@ -0,0 +1,280 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ConnectionTag 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 ConnectionTag extends TagAbstract {
|
|
9
|
+
/**
|
|
10
|
+
* @returns {Promise<ConnectionIntrospectionEntity>}
|
|
11
|
+
* @throws {ClientException}
|
|
12
|
+
*/
|
|
13
|
+
async getIntrospectionForEntity(connectionId, entity) {
|
|
14
|
+
const url = this.parser.url('/backend/connection/$connection_id<[0-9]+|^~>/introspection/:entity', {
|
|
15
|
+
'connection_id': connectionId,
|
|
16
|
+
'entity': entity,
|
|
17
|
+
});
|
|
18
|
+
let params = {
|
|
19
|
+
url: url,
|
|
20
|
+
method: 'GET',
|
|
21
|
+
params: this.parser.query({}),
|
|
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<ConnectionIntrospectionEntities>}
|
|
39
|
+
* @throws {ClientException}
|
|
40
|
+
*/
|
|
41
|
+
async getIntrospection(connectionId) {
|
|
42
|
+
const url = this.parser.url('/backend/connection/$connection_id<[0-9]+|^~>/introspection', {
|
|
43
|
+
'connection_id': connectionId,
|
|
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<Message>}
|
|
66
|
+
* @throws {ClientException}
|
|
67
|
+
*/
|
|
68
|
+
async getRedirect(connectionId) {
|
|
69
|
+
const url = this.parser.url('/backend/connection/$connection_id<[0-9]+|^~>/redirect', {
|
|
70
|
+
'connection_id': connectionId,
|
|
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 delete(connectionId) {
|
|
96
|
+
const url = this.parser.url('/backend/connection/$connection_id<[0-9]+|^~>', {
|
|
97
|
+
'connection_id': connectionId,
|
|
98
|
+
});
|
|
99
|
+
let params = {
|
|
100
|
+
url: url,
|
|
101
|
+
method: 'DELETE',
|
|
102
|
+
params: this.parser.query({}),
|
|
103
|
+
};
|
|
104
|
+
try {
|
|
105
|
+
const response = await this.httpClient.request(params);
|
|
106
|
+
return response.data;
|
|
107
|
+
}
|
|
108
|
+
catch (error) {
|
|
109
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
110
|
+
switch (error.response.status) {
|
|
111
|
+
default:
|
|
112
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* @returns {Promise<Message>}
|
|
120
|
+
* @throws {ClientException}
|
|
121
|
+
*/
|
|
122
|
+
async update(connectionId, payload) {
|
|
123
|
+
const url = this.parser.url('/backend/connection/$connection_id<[0-9]+|^~>', {
|
|
124
|
+
'connection_id': connectionId,
|
|
125
|
+
});
|
|
126
|
+
let params = {
|
|
127
|
+
url: url,
|
|
128
|
+
method: 'PUT',
|
|
129
|
+
params: this.parser.query({}),
|
|
130
|
+
data: payload
|
|
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<Connection>}
|
|
148
|
+
* @throws {ClientException}
|
|
149
|
+
*/
|
|
150
|
+
async get(connectionId) {
|
|
151
|
+
const url = this.parser.url('/backend/connection/$connection_id<[0-9]+|^~>', {
|
|
152
|
+
'connection_id': connectionId,
|
|
153
|
+
});
|
|
154
|
+
let params = {
|
|
155
|
+
url: url,
|
|
156
|
+
method: 'GET',
|
|
157
|
+
params: this.parser.query({}),
|
|
158
|
+
};
|
|
159
|
+
try {
|
|
160
|
+
const response = await this.httpClient.request(params);
|
|
161
|
+
return response.data;
|
|
162
|
+
}
|
|
163
|
+
catch (error) {
|
|
164
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
165
|
+
switch (error.response.status) {
|
|
166
|
+
default:
|
|
167
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* @returns {Promise<FormContainer>}
|
|
175
|
+
* @throws {ClientException}
|
|
176
|
+
*/
|
|
177
|
+
async getForm(_class) {
|
|
178
|
+
const url = this.parser.url('/backend/connection/form', {});
|
|
179
|
+
let params = {
|
|
180
|
+
url: url,
|
|
181
|
+
method: 'GET',
|
|
182
|
+
params: this.parser.query({
|
|
183
|
+
'class': _class,
|
|
184
|
+
}),
|
|
185
|
+
};
|
|
186
|
+
try {
|
|
187
|
+
const response = await this.httpClient.request(params);
|
|
188
|
+
return response.data;
|
|
189
|
+
}
|
|
190
|
+
catch (error) {
|
|
191
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
192
|
+
switch (error.response.status) {
|
|
193
|
+
default:
|
|
194
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* @returns {Promise<ConnectionIndex>}
|
|
202
|
+
* @throws {ClientException}
|
|
203
|
+
*/
|
|
204
|
+
async getClasses() {
|
|
205
|
+
const url = this.parser.url('/backend/connection/list', {});
|
|
206
|
+
let params = {
|
|
207
|
+
url: url,
|
|
208
|
+
method: 'GET',
|
|
209
|
+
params: this.parser.query({}),
|
|
210
|
+
};
|
|
211
|
+
try {
|
|
212
|
+
const response = await this.httpClient.request(params);
|
|
213
|
+
return response.data;
|
|
214
|
+
}
|
|
215
|
+
catch (error) {
|
|
216
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
217
|
+
switch (error.response.status) {
|
|
218
|
+
default:
|
|
219
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* @returns {Promise<ConnectionCollection>}
|
|
227
|
+
* @throws {ClientException}
|
|
228
|
+
*/
|
|
229
|
+
async create(payload) {
|
|
230
|
+
const url = this.parser.url('/backend/connection', {});
|
|
231
|
+
let params = {
|
|
232
|
+
url: url,
|
|
233
|
+
method: 'POST',
|
|
234
|
+
params: this.parser.query({}),
|
|
235
|
+
data: payload
|
|
236
|
+
};
|
|
237
|
+
try {
|
|
238
|
+
const response = await this.httpClient.request(params);
|
|
239
|
+
return response.data;
|
|
240
|
+
}
|
|
241
|
+
catch (error) {
|
|
242
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
243
|
+
switch (error.response.status) {
|
|
244
|
+
default:
|
|
245
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* @returns {Promise<ConnectionCollection>}
|
|
253
|
+
* @throws {ClientException}
|
|
254
|
+
*/
|
|
255
|
+
async getAll(startIndex, count, search) {
|
|
256
|
+
const url = this.parser.url('/backend/connection', {});
|
|
257
|
+
let params = {
|
|
258
|
+
url: url,
|
|
259
|
+
method: 'GET',
|
|
260
|
+
params: this.parser.query({
|
|
261
|
+
'startIndex': startIndex,
|
|
262
|
+
'count': count,
|
|
263
|
+
'search': search,
|
|
264
|
+
}),
|
|
265
|
+
};
|
|
266
|
+
try {
|
|
267
|
+
const response = await this.httpClient.request(params);
|
|
268
|
+
return response.data;
|
|
269
|
+
}
|
|
270
|
+
catch (error) {
|
|
271
|
+
if (axios.isAxiosError(error) && error.response) {
|
|
272
|
+
switch (error.response.status) {
|
|
273
|
+
default:
|
|
274
|
+
throw new UnknownStatusCodeException('The server returned an unknown status code');
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
throw new ClientException('An unknown error occurred: ' + String(error));
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CronjobTag 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 { Cronjob } from "./Cronjob";
|
|
7
|
+
import { CronjobCollection } from "./CronjobCollection";
|
|
8
|
+
import { CronjobCreate } from "./CronjobCreate";
|
|
9
|
+
import { CronjobUpdate } from "./CronjobUpdate";
|
|
10
|
+
import { Message } from "./Message";
|
|
11
|
+
export declare class CronjobTag extends TagAbstract {
|
|
12
|
+
/**
|
|
13
|
+
* @returns {Promise<Message>}
|
|
14
|
+
* @throws {ClientException}
|
|
15
|
+
*/
|
|
16
|
+
delete(cronjobId: string): Promise<Message>;
|
|
17
|
+
/**
|
|
18
|
+
* @returns {Promise<Message>}
|
|
19
|
+
* @throws {ClientException}
|
|
20
|
+
*/
|
|
21
|
+
update(cronjobId: string, payload: CronjobUpdate): Promise<Message>;
|
|
22
|
+
/**
|
|
23
|
+
* @returns {Promise<Cronjob>}
|
|
24
|
+
* @throws {ClientException}
|
|
25
|
+
*/
|
|
26
|
+
get(cronjobId: string): Promise<Cronjob>;
|
|
27
|
+
/**
|
|
28
|
+
* @returns {Promise<Message>}
|
|
29
|
+
* @throws {ClientException}
|
|
30
|
+
*/
|
|
31
|
+
create(payload: CronjobCreate): Promise<Message>;
|
|
32
|
+
/**
|
|
33
|
+
* @returns {Promise<CronjobCollection>}
|
|
34
|
+
* @throws {ClientException}
|
|
35
|
+
*/
|
|
36
|
+
getAll(startIndex?: number, count?: number, search?: string): Promise<CronjobCollection>;
|
|
37
|
+
}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CronjobTag 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 CronjobTag extends TagAbstract {
|
|
9
|
+
/**
|
|
10
|
+
* @returns {Promise<Message>}
|
|
11
|
+
* @throws {ClientException}
|
|
12
|
+
*/
|
|
13
|
+
async delete(cronjobId) {
|
|
14
|
+
const url = this.parser.url('/backend/cronjob/$cronjob_id<[0-9]+|^~>', {
|
|
15
|
+
'cronjob_id': cronjobId,
|
|
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(cronjobId, payload) {
|
|
41
|
+
const url = this.parser.url('/backend/cronjob/$cronjob_id<[0-9]+|^~>', {
|
|
42
|
+
'cronjob_id': cronjobId,
|
|
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<Cronjob>}
|
|
66
|
+
* @throws {ClientException}
|
|
67
|
+
*/
|
|
68
|
+
async get(cronjobId) {
|
|
69
|
+
const url = this.parser.url('/backend/cronjob/$cronjob_id<[0-9]+|^~>', {
|
|
70
|
+
'cronjob_id': cronjobId,
|
|
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/cronjob', {});
|
|
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<CronjobCollection>}
|
|
119
|
+
* @throws {ClientException}
|
|
120
|
+
*/
|
|
121
|
+
async getAll(startIndex, count, search) {
|
|
122
|
+
const url = this.parser.url('/backend/cronjob', {});
|
|
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
|
+
}
|
|
@@ -8,11 +8,11 @@ import { DashboardRequests } from "./DashboardRequests";
|
|
|
8
8
|
import { DashboardUsers } from "./DashboardUsers";
|
|
9
9
|
import { DashboardTransactions } from "./DashboardTransactions";
|
|
10
10
|
export interface Dashboard {
|
|
11
|
-
|
|
11
|
+
errorsPerOperation?: StatisticChart;
|
|
12
12
|
incomingRequests?: StatisticChart;
|
|
13
13
|
incomingTransactions?: StatisticChart;
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
mostUsedOperations?: StatisticChart;
|
|
15
|
+
timePerOperation?: StatisticChart;
|
|
16
16
|
latestApps?: DashboardApps;
|
|
17
17
|
latestRequests?: DashboardRequests;
|
|
18
18
|
latestUsers?: DashboardUsers;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DashboardTag 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 { Dashboard } from "./Dashboard";
|
|
7
|
+
export declare class DashboardTag extends TagAbstract {
|
|
8
|
+
/**
|
|
9
|
+
* @returns {Promise<Dashboard>}
|
|
10
|
+
* @throws {ClientException}
|
|
11
|
+
*/
|
|
12
|
+
getAll(): Promise<Dashboard>;
|
|
13
|
+
}
|