fusio-sdk 3.0.2 → 3.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/MarketplaceApp.d.ts +1 -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/dist/src/generated/consumer/UserAccount.d.ts +2 -0
- package/dist/src/generated/consumer/UserPlan.d.ts +11 -0
- package/dist/src/generated/consumer/UserPlan.js +5 -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
|
@@ -3,674 +3,105 @@
|
|
|
3
3
|
* {@link https://sdkgen.app}
|
|
4
4
|
*/
|
|
5
5
|
import { ClientAbstract } from "sdkgen-client";
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
return new
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
return new BackendTrashByTypeResource(type, this.baseUrl, await this.newHttpClient());
|
|
107
|
-
}
|
|
108
|
-
/**
|
|
109
|
-
* Endpoint: /backend/trash
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*/
|
|
113
|
-
async getBackendTrash() {
|
|
114
|
-
return new BackendTrashResource(this.baseUrl, await this.newHttpClient());
|
|
115
|
-
}
|
|
116
|
-
/**
|
|
117
|
-
* Endpoint: /backend/transaction/$transaction_id<[0-9]+>
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
*/
|
|
121
|
-
async getBackendTransactionByTransactionId(transactionId) {
|
|
122
|
-
return new BackendTransactionByTransactionIdResource(transactionId, this.baseUrl, await this.newHttpClient());
|
|
123
|
-
}
|
|
124
|
-
/**
|
|
125
|
-
* Endpoint: /backend/transaction
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*/
|
|
129
|
-
async getBackendTransaction() {
|
|
130
|
-
return new BackendTransactionResource(this.baseUrl, await this.newHttpClient());
|
|
131
|
-
}
|
|
132
|
-
/**
|
|
133
|
-
* Endpoint: /backend/statistic/used_points
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
*/
|
|
137
|
-
async getBackendStatisticUsedPoints() {
|
|
138
|
-
return new BackendStatisticUsedPointsResource(this.baseUrl, await this.newHttpClient());
|
|
139
|
-
}
|
|
140
|
-
/**
|
|
141
|
-
* Endpoint: /backend/statistic/time_per_route
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*/
|
|
145
|
-
async getBackendStatisticTimePerRoute() {
|
|
146
|
-
return new BackendStatisticTimePerRouteResource(this.baseUrl, await this.newHttpClient());
|
|
147
|
-
}
|
|
148
|
-
/**
|
|
149
|
-
* Endpoint: /backend/statistic/time_average
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*/
|
|
153
|
-
async getBackendStatisticTimeAverage() {
|
|
154
|
-
return new BackendStatisticTimeAverageResource(this.baseUrl, await this.newHttpClient());
|
|
155
|
-
}
|
|
156
|
-
/**
|
|
157
|
-
* Endpoint: /backend/statistic/most_used_routes
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
*/
|
|
161
|
-
async getBackendStatisticMostUsedRoutes() {
|
|
162
|
-
return new BackendStatisticMostUsedRoutesResource(this.baseUrl, await this.newHttpClient());
|
|
163
|
-
}
|
|
164
|
-
/**
|
|
165
|
-
* Endpoint: /backend/statistic/most_used_apps
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
*/
|
|
169
|
-
async getBackendStatisticMostUsedApps() {
|
|
170
|
-
return new BackendStatisticMostUsedAppsResource(this.baseUrl, await this.newHttpClient());
|
|
171
|
-
}
|
|
172
|
-
/**
|
|
173
|
-
* Endpoint: /backend/statistic/issued_tokens
|
|
174
|
-
*
|
|
175
|
-
*
|
|
176
|
-
*/
|
|
177
|
-
async getBackendStatisticIssuedTokens() {
|
|
178
|
-
return new BackendStatisticIssuedTokensResource(this.baseUrl, await this.newHttpClient());
|
|
179
|
-
}
|
|
180
|
-
/**
|
|
181
|
-
* Endpoint: /backend/statistic/incoming_transactions
|
|
182
|
-
*
|
|
183
|
-
*
|
|
184
|
-
*/
|
|
185
|
-
async getBackendStatisticIncomingTransactions() {
|
|
186
|
-
return new BackendStatisticIncomingTransactionsResource(this.baseUrl, await this.newHttpClient());
|
|
187
|
-
}
|
|
188
|
-
/**
|
|
189
|
-
* Endpoint: /backend/statistic/incoming_requests
|
|
190
|
-
*
|
|
191
|
-
*
|
|
192
|
-
*/
|
|
193
|
-
async getBackendStatisticIncomingRequests() {
|
|
194
|
-
return new BackendStatisticIncomingRequestsResource(this.baseUrl, await this.newHttpClient());
|
|
195
|
-
}
|
|
196
|
-
/**
|
|
197
|
-
* Endpoint: /backend/statistic/errors_per_route
|
|
198
|
-
*
|
|
199
|
-
*
|
|
200
|
-
*/
|
|
201
|
-
async getBackendStatisticErrorsPerRoute() {
|
|
202
|
-
return new BackendStatisticErrorsPerRouteResource(this.baseUrl, await this.newHttpClient());
|
|
203
|
-
}
|
|
204
|
-
/**
|
|
205
|
-
* Endpoint: /backend/statistic/count_requests
|
|
206
|
-
*
|
|
207
|
-
*
|
|
208
|
-
*/
|
|
209
|
-
async getBackendStatisticCountRequests() {
|
|
210
|
-
return new BackendStatisticCountRequestsResource(this.baseUrl, await this.newHttpClient());
|
|
211
|
-
}
|
|
212
|
-
/**
|
|
213
|
-
* Endpoint: /backend/sdk
|
|
214
|
-
*
|
|
215
|
-
*
|
|
216
|
-
*/
|
|
217
|
-
async getBackendSdk() {
|
|
218
|
-
return new BackendSdkResource(this.baseUrl, await this.newHttpClient());
|
|
219
|
-
}
|
|
220
|
-
/**
|
|
221
|
-
* Endpoint: /backend/scope/$scope_id<[0-9]+|^~>
|
|
222
|
-
*
|
|
223
|
-
*
|
|
224
|
-
*/
|
|
225
|
-
async getBackendScopeByScopeId(scopeId) {
|
|
226
|
-
return new BackendScopeByScopeIdResource(scopeId, this.baseUrl, await this.newHttpClient());
|
|
227
|
-
}
|
|
228
|
-
/**
|
|
229
|
-
* Endpoint: /backend/scope/categories
|
|
230
|
-
*
|
|
231
|
-
*
|
|
232
|
-
*/
|
|
233
|
-
async getBackendScopeCategories() {
|
|
234
|
-
return new BackendScopeCategoriesResource(this.baseUrl, await this.newHttpClient());
|
|
235
|
-
}
|
|
236
|
-
/**
|
|
237
|
-
* Endpoint: /backend/scope
|
|
238
|
-
*
|
|
239
|
-
*
|
|
240
|
-
*/
|
|
241
|
-
async getBackendScope() {
|
|
242
|
-
return new BackendScopeResource(this.baseUrl, await this.newHttpClient());
|
|
243
|
-
}
|
|
244
|
-
/**
|
|
245
|
-
* Endpoint: /backend/schema/$schema_id<[0-9]+|^~>
|
|
246
|
-
*
|
|
247
|
-
*
|
|
248
|
-
*/
|
|
249
|
-
async getBackendSchemaBySchemaId(schemaId) {
|
|
250
|
-
return new BackendSchemaBySchemaIdResource(schemaId, this.baseUrl, await this.newHttpClient());
|
|
251
|
-
}
|
|
252
|
-
/**
|
|
253
|
-
* Endpoint: /backend/schema/form/$schema_id<[0-9]+>
|
|
254
|
-
*
|
|
255
|
-
*
|
|
256
|
-
*/
|
|
257
|
-
async getBackendSchemaFormBySchemaId(schemaId) {
|
|
258
|
-
return new BackendSchemaFormBySchemaIdResource(schemaId, this.baseUrl, await this.newHttpClient());
|
|
259
|
-
}
|
|
260
|
-
/**
|
|
261
|
-
* Endpoint: /backend/schema/preview/:schema_id
|
|
262
|
-
*
|
|
263
|
-
*
|
|
264
|
-
*/
|
|
265
|
-
async getBackendSchemaPreviewBySchemaId(schemaId) {
|
|
266
|
-
return new BackendSchemaPreviewBySchemaIdResource(schemaId, this.baseUrl, await this.newHttpClient());
|
|
267
|
-
}
|
|
268
|
-
/**
|
|
269
|
-
* Endpoint: /backend/schema
|
|
270
|
-
*
|
|
271
|
-
*
|
|
272
|
-
*/
|
|
273
|
-
async getBackendSchema() {
|
|
274
|
-
return new BackendSchemaResource(this.baseUrl, await this.newHttpClient());
|
|
275
|
-
}
|
|
276
|
-
/**
|
|
277
|
-
* Endpoint: /backend/routes/$route_id<[0-9]+>
|
|
278
|
-
*
|
|
279
|
-
*
|
|
280
|
-
*/
|
|
281
|
-
async getBackendRoutesByRouteId(routeId) {
|
|
282
|
-
return new BackendRoutesByRouteIdResource(routeId, this.baseUrl, await this.newHttpClient());
|
|
283
|
-
}
|
|
284
|
-
/**
|
|
285
|
-
* Endpoint: /backend/routes
|
|
286
|
-
*
|
|
287
|
-
*
|
|
288
|
-
*/
|
|
289
|
-
async getBackendRoutes() {
|
|
290
|
-
return new BackendRoutesResource(this.baseUrl, await this.newHttpClient());
|
|
291
|
-
}
|
|
292
|
-
/**
|
|
293
|
-
* Endpoint: /backend/role/$role_id<[0-9]+|^~>
|
|
294
|
-
*
|
|
295
|
-
*
|
|
296
|
-
*/
|
|
297
|
-
async getBackendRoleByRoleId(roleId) {
|
|
298
|
-
return new BackendRoleByRoleIdResource(roleId, this.baseUrl, await this.newHttpClient());
|
|
299
|
-
}
|
|
300
|
-
/**
|
|
301
|
-
* Endpoint: /backend/role
|
|
302
|
-
*
|
|
303
|
-
*
|
|
304
|
-
*/
|
|
305
|
-
async getBackendRole() {
|
|
306
|
-
return new BackendRoleResource(this.baseUrl, await this.newHttpClient());
|
|
307
|
-
}
|
|
308
|
-
/**
|
|
309
|
-
* Endpoint: /backend/rate/$rate_id<[0-9]+|^~>
|
|
310
|
-
*
|
|
311
|
-
*
|
|
312
|
-
*/
|
|
313
|
-
async getBackendRateByRateId(rateId) {
|
|
314
|
-
return new BackendRateByRateIdResource(rateId, this.baseUrl, await this.newHttpClient());
|
|
315
|
-
}
|
|
316
|
-
/**
|
|
317
|
-
* Endpoint: /backend/rate
|
|
318
|
-
*
|
|
319
|
-
*
|
|
320
|
-
*/
|
|
321
|
-
async getBackendRate() {
|
|
322
|
-
return new BackendRateResource(this.baseUrl, await this.newHttpClient());
|
|
323
|
-
}
|
|
324
|
-
/**
|
|
325
|
-
* Endpoint: /backend/plan/$plan_id<[0-9]+|^~>
|
|
326
|
-
*
|
|
327
|
-
*
|
|
328
|
-
*/
|
|
329
|
-
async getBackendPlanByPlanId(planId) {
|
|
330
|
-
return new BackendPlanByPlanIdResource(planId, this.baseUrl, await this.newHttpClient());
|
|
331
|
-
}
|
|
332
|
-
/**
|
|
333
|
-
* Endpoint: /backend/plan
|
|
334
|
-
*
|
|
335
|
-
*
|
|
336
|
-
*/
|
|
337
|
-
async getBackendPlan() {
|
|
338
|
-
return new BackendPlanResource(this.baseUrl, await this.newHttpClient());
|
|
339
|
-
}
|
|
340
|
-
/**
|
|
341
|
-
* Endpoint: /backend/page/$page_id<[0-9]+|^~>
|
|
342
|
-
*
|
|
343
|
-
*
|
|
344
|
-
*/
|
|
345
|
-
async getBackendPageByPageId(pageId) {
|
|
346
|
-
return new BackendPageByPageIdResource(pageId, this.baseUrl, await this.newHttpClient());
|
|
347
|
-
}
|
|
348
|
-
/**
|
|
349
|
-
* Endpoint: /backend/page
|
|
350
|
-
*
|
|
351
|
-
*
|
|
352
|
-
*/
|
|
353
|
-
async getBackendPage() {
|
|
354
|
-
return new BackendPageResource(this.baseUrl, await this.newHttpClient());
|
|
355
|
-
}
|
|
356
|
-
/**
|
|
357
|
-
* Endpoint: /backend/marketplace/:app_name
|
|
358
|
-
*
|
|
359
|
-
*
|
|
360
|
-
*/
|
|
361
|
-
async getBackendMarketplaceByAppName(appName) {
|
|
362
|
-
return new BackendMarketplaceByAppNameResource(appName, this.baseUrl, await this.newHttpClient());
|
|
363
|
-
}
|
|
364
|
-
/**
|
|
365
|
-
* Endpoint: /backend/marketplace
|
|
366
|
-
*
|
|
367
|
-
*
|
|
368
|
-
*/
|
|
369
|
-
async getBackendMarketplace() {
|
|
370
|
-
return new BackendMarketplaceResource(this.baseUrl, await this.newHttpClient());
|
|
371
|
-
}
|
|
372
|
-
/**
|
|
373
|
-
* Endpoint: /backend/log/$log_id<[0-9]+>
|
|
374
|
-
*
|
|
375
|
-
*
|
|
376
|
-
*/
|
|
377
|
-
async getBackendLogByLogId(logId) {
|
|
378
|
-
return new BackendLogByLogIdResource(logId, this.baseUrl, await this.newHttpClient());
|
|
379
|
-
}
|
|
380
|
-
/**
|
|
381
|
-
* Endpoint: /backend/log
|
|
382
|
-
*
|
|
383
|
-
*
|
|
384
|
-
*/
|
|
385
|
-
async getBackendLog() {
|
|
386
|
-
return new BackendLogResource(this.baseUrl, await this.newHttpClient());
|
|
387
|
-
}
|
|
388
|
-
/**
|
|
389
|
-
* Endpoint: /backend/log/error/$error_id<[0-9]+>
|
|
390
|
-
*
|
|
391
|
-
*
|
|
392
|
-
*/
|
|
393
|
-
async getBackendLogErrorByErrorId(errorId) {
|
|
394
|
-
return new BackendLogErrorByErrorIdResource(errorId, this.baseUrl, await this.newHttpClient());
|
|
395
|
-
}
|
|
396
|
-
/**
|
|
397
|
-
* Endpoint: /backend/log/error
|
|
398
|
-
*
|
|
399
|
-
*
|
|
400
|
-
*/
|
|
401
|
-
async getBackendLogError() {
|
|
402
|
-
return new BackendLogErrorResource(this.baseUrl, await this.newHttpClient());
|
|
403
|
-
}
|
|
404
|
-
/**
|
|
405
|
-
* Endpoint: /backend/generator/:provider
|
|
406
|
-
*
|
|
407
|
-
*
|
|
408
|
-
*/
|
|
409
|
-
async getBackendGeneratorByProvider(provider) {
|
|
410
|
-
return new BackendGeneratorByProviderResource(provider, this.baseUrl, await this.newHttpClient());
|
|
411
|
-
}
|
|
412
|
-
/**
|
|
413
|
-
* Endpoint: /backend/generator
|
|
414
|
-
*
|
|
415
|
-
*
|
|
416
|
-
*/
|
|
417
|
-
async getBackendGenerator() {
|
|
418
|
-
return new BackendGeneratorResource(this.baseUrl, await this.newHttpClient());
|
|
419
|
-
}
|
|
420
|
-
/**
|
|
421
|
-
* Endpoint: /backend/event/$event_id<[0-9]+|^~>
|
|
422
|
-
*
|
|
423
|
-
*
|
|
424
|
-
*/
|
|
425
|
-
async getBackendEventByEventId(eventId) {
|
|
426
|
-
return new BackendEventByEventIdResource(eventId, this.baseUrl, await this.newHttpClient());
|
|
427
|
-
}
|
|
428
|
-
/**
|
|
429
|
-
* Endpoint: /backend/event
|
|
430
|
-
*
|
|
431
|
-
*
|
|
432
|
-
*/
|
|
433
|
-
async getBackendEvent() {
|
|
434
|
-
return new BackendEventResource(this.baseUrl, await this.newHttpClient());
|
|
435
|
-
}
|
|
436
|
-
/**
|
|
437
|
-
* Endpoint: /backend/event/subscription/$subscription_id<[0-9]+>
|
|
438
|
-
*
|
|
439
|
-
*
|
|
440
|
-
*/
|
|
441
|
-
async getBackendEventSubscriptionBySubscriptionId(subscriptionId) {
|
|
442
|
-
return new BackendEventSubscriptionBySubscriptionIdResource(subscriptionId, this.baseUrl, await this.newHttpClient());
|
|
443
|
-
}
|
|
444
|
-
/**
|
|
445
|
-
* Endpoint: /backend/event/subscription
|
|
446
|
-
*
|
|
447
|
-
*
|
|
448
|
-
*/
|
|
449
|
-
async getBackendEventSubscription() {
|
|
450
|
-
return new BackendEventSubscriptionResource(this.baseUrl, await this.newHttpClient());
|
|
451
|
-
}
|
|
452
|
-
/**
|
|
453
|
-
* Endpoint: /backend/dashboard
|
|
454
|
-
*
|
|
455
|
-
*
|
|
456
|
-
*/
|
|
457
|
-
async getBackendDashboard() {
|
|
458
|
-
return new BackendDashboardResource(this.baseUrl, await this.newHttpClient());
|
|
459
|
-
}
|
|
460
|
-
/**
|
|
461
|
-
* Endpoint: /backend/cronjob/$cronjob_id<[0-9]+|^~>
|
|
462
|
-
*
|
|
463
|
-
*
|
|
464
|
-
*/
|
|
465
|
-
async getBackendCronjobByCronjobId(cronjobId) {
|
|
466
|
-
return new BackendCronjobByCronjobIdResource(cronjobId, this.baseUrl, await this.newHttpClient());
|
|
467
|
-
}
|
|
468
|
-
/**
|
|
469
|
-
* Endpoint: /backend/cronjob
|
|
470
|
-
*
|
|
471
|
-
*
|
|
472
|
-
*/
|
|
473
|
-
async getBackendCronjob() {
|
|
474
|
-
return new BackendCronjobResource(this.baseUrl, await this.newHttpClient());
|
|
475
|
-
}
|
|
476
|
-
/**
|
|
477
|
-
* Endpoint: /backend/connection/$connection_id<[0-9]+|^~>/introspection/:entity
|
|
478
|
-
*
|
|
479
|
-
*
|
|
480
|
-
*/
|
|
481
|
-
async getBackendConnectionByConnectionIdIntrospectionAndEntity(connectionId, entity) {
|
|
482
|
-
return new BackendConnectionByConnectionIdIntrospectionAndEntityResource(connectionId, entity, this.baseUrl, await this.newHttpClient());
|
|
483
|
-
}
|
|
484
|
-
/**
|
|
485
|
-
* Endpoint: /backend/connection/$connection_id<[0-9]+|^~>/introspection
|
|
486
|
-
*
|
|
487
|
-
*
|
|
488
|
-
*/
|
|
489
|
-
async getBackendConnectionByConnectionIdIntrospection(connectionId) {
|
|
490
|
-
return new BackendConnectionByConnectionIdIntrospectionResource(connectionId, this.baseUrl, await this.newHttpClient());
|
|
491
|
-
}
|
|
492
|
-
/**
|
|
493
|
-
* Endpoint: /backend/connection/$connection_id<[0-9]+|^~>/redirect
|
|
494
|
-
*
|
|
495
|
-
*
|
|
496
|
-
*/
|
|
497
|
-
async getBackendConnectionByConnectionIdRedirect(connectionId) {
|
|
498
|
-
return new BackendConnectionByConnectionIdRedirectResource(connectionId, this.baseUrl, await this.newHttpClient());
|
|
499
|
-
}
|
|
500
|
-
/**
|
|
501
|
-
* Endpoint: /backend/connection/$connection_id<[0-9]+|^~>
|
|
502
|
-
*
|
|
503
|
-
*
|
|
504
|
-
*/
|
|
505
|
-
async getBackendConnectionByConnectionId(connectionId) {
|
|
506
|
-
return new BackendConnectionByConnectionIdResource(connectionId, this.baseUrl, await this.newHttpClient());
|
|
507
|
-
}
|
|
508
|
-
/**
|
|
509
|
-
* Endpoint: /backend/connection/form
|
|
510
|
-
*
|
|
511
|
-
*
|
|
512
|
-
*/
|
|
513
|
-
async getBackendConnectionForm() {
|
|
514
|
-
return new BackendConnectionFormResource(this.baseUrl, await this.newHttpClient());
|
|
515
|
-
}
|
|
516
|
-
/**
|
|
517
|
-
* Endpoint: /backend/connection/list
|
|
518
|
-
*
|
|
519
|
-
*
|
|
520
|
-
*/
|
|
521
|
-
async getBackendConnectionList() {
|
|
522
|
-
return new BackendConnectionListResource(this.baseUrl, await this.newHttpClient());
|
|
523
|
-
}
|
|
524
|
-
/**
|
|
525
|
-
* Endpoint: /backend/connection
|
|
526
|
-
*
|
|
527
|
-
*
|
|
528
|
-
*/
|
|
529
|
-
async getBackendConnection() {
|
|
530
|
-
return new BackendConnectionResource(this.baseUrl, await this.newHttpClient());
|
|
531
|
-
}
|
|
532
|
-
/**
|
|
533
|
-
* Endpoint: /backend/config/$config_id<[0-9]+|^~>
|
|
534
|
-
*
|
|
535
|
-
*
|
|
536
|
-
*/
|
|
537
|
-
async getBackendConfigByConfigId(configId) {
|
|
538
|
-
return new BackendConfigByConfigIdResource(configId, this.baseUrl, await this.newHttpClient());
|
|
539
|
-
}
|
|
540
|
-
/**
|
|
541
|
-
* Endpoint: /backend/config
|
|
542
|
-
*
|
|
543
|
-
*
|
|
544
|
-
*/
|
|
545
|
-
async getBackendConfig() {
|
|
546
|
-
return new BackendConfigResource(this.baseUrl, await this.newHttpClient());
|
|
547
|
-
}
|
|
548
|
-
/**
|
|
549
|
-
* Endpoint: /backend/category/$category_id<[0-9]+|^~>
|
|
550
|
-
*
|
|
551
|
-
*
|
|
552
|
-
*/
|
|
553
|
-
async getBackendCategoryByCategoryId(categoryId) {
|
|
554
|
-
return new BackendCategoryByCategoryIdResource(categoryId, this.baseUrl, await this.newHttpClient());
|
|
555
|
-
}
|
|
556
|
-
/**
|
|
557
|
-
* Endpoint: /backend/category
|
|
558
|
-
*
|
|
559
|
-
*
|
|
560
|
-
*/
|
|
561
|
-
async getBackendCategory() {
|
|
562
|
-
return new BackendCategoryResource(this.baseUrl, await this.newHttpClient());
|
|
563
|
-
}
|
|
564
|
-
/**
|
|
565
|
-
* Endpoint: /backend/audit/$audit_id<[0-9]+>
|
|
566
|
-
*
|
|
567
|
-
*
|
|
568
|
-
*/
|
|
569
|
-
async getBackendAuditByAuditId(auditId) {
|
|
570
|
-
return new BackendAuditByAuditIdResource(auditId, this.baseUrl, await this.newHttpClient());
|
|
571
|
-
}
|
|
572
|
-
/**
|
|
573
|
-
* Endpoint: /backend/audit
|
|
574
|
-
*
|
|
575
|
-
*
|
|
576
|
-
*/
|
|
577
|
-
async getBackendAudit() {
|
|
578
|
-
return new BackendAuditResource(this.baseUrl, await this.newHttpClient());
|
|
579
|
-
}
|
|
580
|
-
/**
|
|
581
|
-
* Endpoint: /backend/app/$app_id<[0-9]+>/token/:token_id
|
|
582
|
-
*
|
|
583
|
-
*
|
|
584
|
-
*/
|
|
585
|
-
async getBackendAppByAppIdTokenAndTokenId(appId, tokenId) {
|
|
586
|
-
return new BackendAppByAppIdTokenAndTokenIdResource(appId, tokenId, this.baseUrl, await this.newHttpClient());
|
|
587
|
-
}
|
|
588
|
-
/**
|
|
589
|
-
* Endpoint: /backend/app/$app_id<[0-9]+>
|
|
590
|
-
*
|
|
591
|
-
*
|
|
592
|
-
*/
|
|
593
|
-
async getBackendAppByAppId(appId) {
|
|
594
|
-
return new BackendAppByAppIdResource(appId, this.baseUrl, await this.newHttpClient());
|
|
595
|
-
}
|
|
596
|
-
/**
|
|
597
|
-
* Endpoint: /backend/app
|
|
598
|
-
*
|
|
599
|
-
*
|
|
600
|
-
*/
|
|
601
|
-
async getBackendApp() {
|
|
602
|
-
return new BackendAppResource(this.baseUrl, await this.newHttpClient());
|
|
603
|
-
}
|
|
604
|
-
/**
|
|
605
|
-
* Endpoint: /backend/app/token/$token_id<[0-9]+>
|
|
606
|
-
*
|
|
607
|
-
*
|
|
608
|
-
*/
|
|
609
|
-
async getBackendAppTokenByTokenId(tokenId) {
|
|
610
|
-
return new BackendAppTokenByTokenIdResource(tokenId, this.baseUrl, await this.newHttpClient());
|
|
611
|
-
}
|
|
612
|
-
/**
|
|
613
|
-
* Endpoint: /backend/app/token
|
|
614
|
-
*
|
|
615
|
-
*
|
|
616
|
-
*/
|
|
617
|
-
async getBackendAppToken() {
|
|
618
|
-
return new BackendAppTokenResource(this.baseUrl, await this.newHttpClient());
|
|
619
|
-
}
|
|
620
|
-
/**
|
|
621
|
-
* Endpoint: /backend/action/$action_id<[0-9]+|^~>
|
|
622
|
-
*
|
|
623
|
-
*
|
|
624
|
-
*/
|
|
625
|
-
async getBackendActionByActionId(actionId) {
|
|
626
|
-
return new BackendActionByActionIdResource(actionId, this.baseUrl, await this.newHttpClient());
|
|
627
|
-
}
|
|
628
|
-
/**
|
|
629
|
-
* Endpoint: /backend/action/execute/:action_id
|
|
630
|
-
*
|
|
631
|
-
*
|
|
632
|
-
*/
|
|
633
|
-
async getBackendActionExecuteByActionId(actionId) {
|
|
634
|
-
return new BackendActionExecuteByActionIdResource(actionId, this.baseUrl, await this.newHttpClient());
|
|
635
|
-
}
|
|
636
|
-
/**
|
|
637
|
-
* Endpoint: /backend/action/form
|
|
638
|
-
*
|
|
639
|
-
*
|
|
640
|
-
*/
|
|
641
|
-
async getBackendActionForm() {
|
|
642
|
-
return new BackendActionFormResource(this.baseUrl, await this.newHttpClient());
|
|
643
|
-
}
|
|
644
|
-
/**
|
|
645
|
-
* Endpoint: /backend/action/list
|
|
646
|
-
*
|
|
647
|
-
*
|
|
648
|
-
*/
|
|
649
|
-
async getBackendActionList() {
|
|
650
|
-
return new BackendActionListResource(this.baseUrl, await this.newHttpClient());
|
|
651
|
-
}
|
|
652
|
-
/**
|
|
653
|
-
* Endpoint: /backend/action
|
|
654
|
-
*
|
|
655
|
-
*
|
|
656
|
-
*/
|
|
657
|
-
async getBackendAction() {
|
|
658
|
-
return new BackendActionResource(this.baseUrl, await this.newHttpClient());
|
|
659
|
-
}
|
|
660
|
-
/**
|
|
661
|
-
* Endpoint: /backend/account/change_password
|
|
662
|
-
*
|
|
663
|
-
*
|
|
664
|
-
*/
|
|
665
|
-
async getBackendAccountChangePassword() {
|
|
666
|
-
return new BackendAccountChangePasswordResource(this.baseUrl, await this.newHttpClient());
|
|
667
|
-
}
|
|
668
|
-
/**
|
|
669
|
-
* Endpoint: /backend/account
|
|
670
|
-
*
|
|
671
|
-
*
|
|
672
|
-
*/
|
|
673
|
-
async getBackendAccount() {
|
|
674
|
-
return new BackendAccountResource(this.baseUrl, await this.newHttpClient());
|
|
6
|
+
import { UserTag } from "./UserTag";
|
|
7
|
+
import { TrashTag } from "./TrashTag";
|
|
8
|
+
import { TransactionTag } from "./TransactionTag";
|
|
9
|
+
import { StatisticTag } from "./StatisticTag";
|
|
10
|
+
import { SdkTag } from "./SdkTag";
|
|
11
|
+
import { ScopeTag } from "./ScopeTag";
|
|
12
|
+
import { SchemaTag } from "./SchemaTag";
|
|
13
|
+
import { OperationTag } from "./OperationTag";
|
|
14
|
+
import { RoleTag } from "./RoleTag";
|
|
15
|
+
import { RateTag } from "./RateTag";
|
|
16
|
+
import { PlanTag } from "./PlanTag";
|
|
17
|
+
import { PageTag } from "./PageTag";
|
|
18
|
+
import { MarketplaceTag } from "./MarketplaceTag";
|
|
19
|
+
import { LogTag } from "./LogTag";
|
|
20
|
+
import { GeneratorTag } from "./GeneratorTag";
|
|
21
|
+
import { EventTag } from "./EventTag";
|
|
22
|
+
import { DashboardTag } from "./DashboardTag";
|
|
23
|
+
import { CronjobTag } from "./CronjobTag";
|
|
24
|
+
import { ConnectionTag } from "./ConnectionTag";
|
|
25
|
+
import { ConfigTag } from "./ConfigTag";
|
|
26
|
+
import { CategoryTag } from "./CategoryTag";
|
|
27
|
+
import { AuditTag } from "./AuditTag";
|
|
28
|
+
import { AppTag } from "./AppTag";
|
|
29
|
+
import { ActionTag } from "./ActionTag";
|
|
30
|
+
import { AccountTag } from "./AccountTag";
|
|
31
|
+
export class Client extends ClientAbstract {
|
|
32
|
+
user() {
|
|
33
|
+
return new UserTag(this.httpClient, this.parser);
|
|
34
|
+
}
|
|
35
|
+
trash() {
|
|
36
|
+
return new TrashTag(this.httpClient, this.parser);
|
|
37
|
+
}
|
|
38
|
+
transaction() {
|
|
39
|
+
return new TransactionTag(this.httpClient, this.parser);
|
|
40
|
+
}
|
|
41
|
+
statistic() {
|
|
42
|
+
return new StatisticTag(this.httpClient, this.parser);
|
|
43
|
+
}
|
|
44
|
+
sdk() {
|
|
45
|
+
return new SdkTag(this.httpClient, this.parser);
|
|
46
|
+
}
|
|
47
|
+
scope() {
|
|
48
|
+
return new ScopeTag(this.httpClient, this.parser);
|
|
49
|
+
}
|
|
50
|
+
schema() {
|
|
51
|
+
return new SchemaTag(this.httpClient, this.parser);
|
|
52
|
+
}
|
|
53
|
+
operation() {
|
|
54
|
+
return new OperationTag(this.httpClient, this.parser);
|
|
55
|
+
}
|
|
56
|
+
role() {
|
|
57
|
+
return new RoleTag(this.httpClient, this.parser);
|
|
58
|
+
}
|
|
59
|
+
rate() {
|
|
60
|
+
return new RateTag(this.httpClient, this.parser);
|
|
61
|
+
}
|
|
62
|
+
plan() {
|
|
63
|
+
return new PlanTag(this.httpClient, this.parser);
|
|
64
|
+
}
|
|
65
|
+
page() {
|
|
66
|
+
return new PageTag(this.httpClient, this.parser);
|
|
67
|
+
}
|
|
68
|
+
marketplace() {
|
|
69
|
+
return new MarketplaceTag(this.httpClient, this.parser);
|
|
70
|
+
}
|
|
71
|
+
log() {
|
|
72
|
+
return new LogTag(this.httpClient, this.parser);
|
|
73
|
+
}
|
|
74
|
+
generator() {
|
|
75
|
+
return new GeneratorTag(this.httpClient, this.parser);
|
|
76
|
+
}
|
|
77
|
+
event() {
|
|
78
|
+
return new EventTag(this.httpClient, this.parser);
|
|
79
|
+
}
|
|
80
|
+
dashboard() {
|
|
81
|
+
return new DashboardTag(this.httpClient, this.parser);
|
|
82
|
+
}
|
|
83
|
+
cronjob() {
|
|
84
|
+
return new CronjobTag(this.httpClient, this.parser);
|
|
85
|
+
}
|
|
86
|
+
connection() {
|
|
87
|
+
return new ConnectionTag(this.httpClient, this.parser);
|
|
88
|
+
}
|
|
89
|
+
config() {
|
|
90
|
+
return new ConfigTag(this.httpClient, this.parser);
|
|
91
|
+
}
|
|
92
|
+
category() {
|
|
93
|
+
return new CategoryTag(this.httpClient, this.parser);
|
|
94
|
+
}
|
|
95
|
+
audit() {
|
|
96
|
+
return new AuditTag(this.httpClient, this.parser);
|
|
97
|
+
}
|
|
98
|
+
app() {
|
|
99
|
+
return new AppTag(this.httpClient, this.parser);
|
|
100
|
+
}
|
|
101
|
+
action() {
|
|
102
|
+
return new ActionTag(this.httpClient, this.parser);
|
|
103
|
+
}
|
|
104
|
+
account() {
|
|
105
|
+
return new AccountTag(this.httpClient, this.parser);
|
|
675
106
|
}
|
|
676
107
|
}
|