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
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendScopeByScopeIdResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
6
|
-
export default class BackendScopeByScopeIdResource extends ResourceAbstract {
|
|
7
|
-
constructor(scopeId, baseUrl, httpClient) {
|
|
8
|
-
super(baseUrl, httpClient);
|
|
9
|
-
this.scopeId = scopeId;
|
|
10
|
-
this.url = baseUrl + "/backend/scope/" + scopeId + "";
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* @returns {Promise<AxiosResponse<Scope>>}
|
|
14
|
-
*/
|
|
15
|
-
async backendActionScopeGet() {
|
|
16
|
-
let params = {
|
|
17
|
-
method: 'GET',
|
|
18
|
-
};
|
|
19
|
-
return this.httpClient.get(this.url, params);
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* @param {ScopeUpdate} data
|
|
23
|
-
* @returns {Promise<AxiosResponse<Message>>}
|
|
24
|
-
*/
|
|
25
|
-
async backendActionScopeUpdate(data) {
|
|
26
|
-
let params = {
|
|
27
|
-
method: 'PUT',
|
|
28
|
-
};
|
|
29
|
-
return this.httpClient.put(this.url, data, params);
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @returns {Promise<AxiosResponse<Message>>}
|
|
33
|
-
*/
|
|
34
|
-
async backendActionScopeDelete() {
|
|
35
|
-
let params = {
|
|
36
|
-
method: 'DELETE',
|
|
37
|
-
};
|
|
38
|
-
return this.httpClient.delete(this.url, params);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendScopeCategoriesResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { AxiosInstance, AxiosResponse } from "axios";
|
|
6
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
7
|
-
import { ScopeCategories } from "./ScopeCategories";
|
|
8
|
-
export default class BackendScopeCategoriesResource extends ResourceAbstract {
|
|
9
|
-
private url;
|
|
10
|
-
constructor(baseUrl: string, httpClient: AxiosInstance);
|
|
11
|
-
/**
|
|
12
|
-
* @returns {Promise<AxiosResponse<ScopeCategories>>}
|
|
13
|
-
*/
|
|
14
|
-
backendActionScopeGetCategories(): Promise<AxiosResponse<ScopeCategories>>;
|
|
15
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendScopeCategoriesResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
6
|
-
export default class BackendScopeCategoriesResource extends ResourceAbstract {
|
|
7
|
-
constructor(baseUrl, httpClient) {
|
|
8
|
-
super(baseUrl, httpClient);
|
|
9
|
-
this.url = baseUrl + "/backend/scope/categories";
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @returns {Promise<AxiosResponse<ScopeCategories>>}
|
|
13
|
-
*/
|
|
14
|
-
async backendActionScopeGetCategories() {
|
|
15
|
-
let params = {
|
|
16
|
-
method: 'GET',
|
|
17
|
-
};
|
|
18
|
-
return this.httpClient.get(this.url, params);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendScopeResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { AxiosInstance, AxiosResponse } from "axios";
|
|
6
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
7
|
-
import { CollectionCategoryQuery } from "./CollectionCategoryQuery";
|
|
8
|
-
import { ScopeCollection } from "./ScopeCollection";
|
|
9
|
-
import { ScopeCreate } from "./ScopeCreate";
|
|
10
|
-
import { Message } from "./Message";
|
|
11
|
-
export default class BackendScopeResource extends ResourceAbstract {
|
|
12
|
-
private url;
|
|
13
|
-
constructor(baseUrl: string, httpClient: AxiosInstance);
|
|
14
|
-
/**
|
|
15
|
-
* @param {CollectionCategoryQuery} query
|
|
16
|
-
* @returns {Promise<AxiosResponse<ScopeCollection>>}
|
|
17
|
-
*/
|
|
18
|
-
backendActionScopeGetAll(query?: CollectionCategoryQuery): Promise<AxiosResponse<ScopeCollection>>;
|
|
19
|
-
/**
|
|
20
|
-
* @param {ScopeCreate} data
|
|
21
|
-
* @returns {Promise<AxiosResponse<Message>>}
|
|
22
|
-
*/
|
|
23
|
-
backendActionScopeCreate(data: ScopeCreate): Promise<AxiosResponse<Message>>;
|
|
24
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendScopeResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
6
|
-
export default class BackendScopeResource extends ResourceAbstract {
|
|
7
|
-
constructor(baseUrl, httpClient) {
|
|
8
|
-
super(baseUrl, httpClient);
|
|
9
|
-
this.url = baseUrl + "/backend/scope";
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @param {CollectionCategoryQuery} query
|
|
13
|
-
* @returns {Promise<AxiosResponse<ScopeCollection>>}
|
|
14
|
-
*/
|
|
15
|
-
async backendActionScopeGetAll(query) {
|
|
16
|
-
let params = {
|
|
17
|
-
method: 'GET',
|
|
18
|
-
params: query,
|
|
19
|
-
};
|
|
20
|
-
return this.httpClient.get(this.url, params);
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* @param {ScopeCreate} data
|
|
24
|
-
* @returns {Promise<AxiosResponse<Message>>}
|
|
25
|
-
*/
|
|
26
|
-
async backendActionScopeCreate(data) {
|
|
27
|
-
let params = {
|
|
28
|
-
method: 'POST',
|
|
29
|
-
};
|
|
30
|
-
return this.httpClient.post(this.url, data, params);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendSdkResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { AxiosInstance, AxiosResponse } from "axios";
|
|
6
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
7
|
-
import { SdkResponse } from "./SdkResponse";
|
|
8
|
-
import { SdkGenerate } from "./SdkGenerate";
|
|
9
|
-
import { Message } from "./Message";
|
|
10
|
-
export default class BackendSdkResource extends ResourceAbstract {
|
|
11
|
-
private url;
|
|
12
|
-
constructor(baseUrl: string, httpClient: AxiosInstance);
|
|
13
|
-
/**
|
|
14
|
-
* @returns {Promise<AxiosResponse<SdkResponse>>}
|
|
15
|
-
*/
|
|
16
|
-
backendActionSdkGetAll(): Promise<AxiosResponse<SdkResponse>>;
|
|
17
|
-
/**
|
|
18
|
-
* @param {SdkGenerate} data
|
|
19
|
-
* @returns {Promise<AxiosResponse<Message>>}
|
|
20
|
-
*/
|
|
21
|
-
backendActionSdkGenerate(data: SdkGenerate): Promise<AxiosResponse<Message>>;
|
|
22
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendSdkResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
6
|
-
export default class BackendSdkResource extends ResourceAbstract {
|
|
7
|
-
constructor(baseUrl, httpClient) {
|
|
8
|
-
super(baseUrl, httpClient);
|
|
9
|
-
this.url = baseUrl + "/backend/sdk";
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @returns {Promise<AxiosResponse<SdkResponse>>}
|
|
13
|
-
*/
|
|
14
|
-
async backendActionSdkGetAll() {
|
|
15
|
-
let params = {
|
|
16
|
-
method: 'GET',
|
|
17
|
-
};
|
|
18
|
-
return this.httpClient.get(this.url, params);
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* @param {SdkGenerate} data
|
|
22
|
-
* @returns {Promise<AxiosResponse<Message>>}
|
|
23
|
-
*/
|
|
24
|
-
async backendActionSdkGenerate(data) {
|
|
25
|
-
let params = {
|
|
26
|
-
method: 'POST',
|
|
27
|
-
};
|
|
28
|
-
return this.httpClient.post(this.url, data, params);
|
|
29
|
-
}
|
|
30
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticCountRequestsResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { AxiosInstance, AxiosResponse } from "axios";
|
|
6
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
7
|
-
import { BackendLogCollectionQuery } from "./BackendLogCollectionQuery";
|
|
8
|
-
import { StatisticCount } from "./StatisticCount";
|
|
9
|
-
export default class BackendStatisticCountRequestsResource extends ResourceAbstract {
|
|
10
|
-
private url;
|
|
11
|
-
constructor(baseUrl: string, httpClient: AxiosInstance);
|
|
12
|
-
/**
|
|
13
|
-
* @param {BackendLogCollectionQuery} query
|
|
14
|
-
* @returns {Promise<AxiosResponse<StatisticCount>>}
|
|
15
|
-
*/
|
|
16
|
-
backendActionStatisticGetCountRequests(query?: BackendLogCollectionQuery): Promise<AxiosResponse<StatisticCount>>;
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticCountRequestsResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
6
|
-
export default class BackendStatisticCountRequestsResource extends ResourceAbstract {
|
|
7
|
-
constructor(baseUrl, httpClient) {
|
|
8
|
-
super(baseUrl, httpClient);
|
|
9
|
-
this.url = baseUrl + "/backend/statistic/count_requests";
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @param {BackendLogCollectionQuery} query
|
|
13
|
-
* @returns {Promise<AxiosResponse<StatisticCount>>}
|
|
14
|
-
*/
|
|
15
|
-
async backendActionStatisticGetCountRequests(query) {
|
|
16
|
-
let params = {
|
|
17
|
-
method: 'GET',
|
|
18
|
-
params: query,
|
|
19
|
-
};
|
|
20
|
-
return this.httpClient.get(this.url, params);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticErrorsPerRouteResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { AxiosInstance, AxiosResponse } from "axios";
|
|
6
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
7
|
-
import { BackendLogCollectionQuery } from "./BackendLogCollectionQuery";
|
|
8
|
-
import { StatisticChart } from "./StatisticChart";
|
|
9
|
-
export default class BackendStatisticErrorsPerRouteResource extends ResourceAbstract {
|
|
10
|
-
private url;
|
|
11
|
-
constructor(baseUrl: string, httpClient: AxiosInstance);
|
|
12
|
-
/**
|
|
13
|
-
* @param {BackendLogCollectionQuery} query
|
|
14
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
15
|
-
*/
|
|
16
|
-
backendActionStatisticGetErrorsPerRoute(query?: BackendLogCollectionQuery): Promise<AxiosResponse<StatisticChart>>;
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticErrorsPerRouteResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
6
|
-
export default class BackendStatisticErrorsPerRouteResource extends ResourceAbstract {
|
|
7
|
-
constructor(baseUrl, httpClient) {
|
|
8
|
-
super(baseUrl, httpClient);
|
|
9
|
-
this.url = baseUrl + "/backend/statistic/errors_per_route";
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @param {BackendLogCollectionQuery} query
|
|
13
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
14
|
-
*/
|
|
15
|
-
async backendActionStatisticGetErrorsPerRoute(query) {
|
|
16
|
-
let params = {
|
|
17
|
-
method: 'GET',
|
|
18
|
-
params: query,
|
|
19
|
-
};
|
|
20
|
-
return this.httpClient.get(this.url, params);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticIncomingRequestsResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { AxiosInstance, AxiosResponse } from "axios";
|
|
6
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
7
|
-
import { BackendLogCollectionQuery } from "./BackendLogCollectionQuery";
|
|
8
|
-
import { StatisticChart } from "./StatisticChart";
|
|
9
|
-
export default class BackendStatisticIncomingRequestsResource extends ResourceAbstract {
|
|
10
|
-
private url;
|
|
11
|
-
constructor(baseUrl: string, httpClient: AxiosInstance);
|
|
12
|
-
/**
|
|
13
|
-
* @param {BackendLogCollectionQuery} query
|
|
14
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
15
|
-
*/
|
|
16
|
-
backendActionStatisticGetIncomingRequests(query?: BackendLogCollectionQuery): Promise<AxiosResponse<StatisticChart>>;
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticIncomingRequestsResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
6
|
-
export default class BackendStatisticIncomingRequestsResource extends ResourceAbstract {
|
|
7
|
-
constructor(baseUrl, httpClient) {
|
|
8
|
-
super(baseUrl, httpClient);
|
|
9
|
-
this.url = baseUrl + "/backend/statistic/incoming_requests";
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @param {BackendLogCollectionQuery} query
|
|
13
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
14
|
-
*/
|
|
15
|
-
async backendActionStatisticGetIncomingRequests(query) {
|
|
16
|
-
let params = {
|
|
17
|
-
method: 'GET',
|
|
18
|
-
params: query,
|
|
19
|
-
};
|
|
20
|
-
return this.httpClient.get(this.url, params);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticIncomingTransactionsResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { AxiosInstance, AxiosResponse } from "axios";
|
|
6
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
7
|
-
import { BackendTransactionCollectionQuery } from "./BackendTransactionCollectionQuery";
|
|
8
|
-
import { StatisticChart } from "./StatisticChart";
|
|
9
|
-
export default class BackendStatisticIncomingTransactionsResource extends ResourceAbstract {
|
|
10
|
-
private url;
|
|
11
|
-
constructor(baseUrl: string, httpClient: AxiosInstance);
|
|
12
|
-
/**
|
|
13
|
-
* @param {BackendTransactionCollectionQuery} query
|
|
14
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
15
|
-
*/
|
|
16
|
-
backendActionStatisticGetIncomingTransactions(query?: BackendTransactionCollectionQuery): Promise<AxiosResponse<StatisticChart>>;
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticIncomingTransactionsResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
6
|
-
export default class BackendStatisticIncomingTransactionsResource extends ResourceAbstract {
|
|
7
|
-
constructor(baseUrl, httpClient) {
|
|
8
|
-
super(baseUrl, httpClient);
|
|
9
|
-
this.url = baseUrl + "/backend/statistic/incoming_transactions";
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @param {BackendTransactionCollectionQuery} query
|
|
13
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
14
|
-
*/
|
|
15
|
-
async backendActionStatisticGetIncomingTransactions(query) {
|
|
16
|
-
let params = {
|
|
17
|
-
method: 'GET',
|
|
18
|
-
params: query,
|
|
19
|
-
};
|
|
20
|
-
return this.httpClient.get(this.url, params);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticIssuedTokensResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { AxiosInstance, AxiosResponse } from "axios";
|
|
6
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
7
|
-
import { BackendAppTokenCollectionQuery } from "./BackendAppTokenCollectionQuery";
|
|
8
|
-
import { StatisticChart } from "./StatisticChart";
|
|
9
|
-
export default class BackendStatisticIssuedTokensResource extends ResourceAbstract {
|
|
10
|
-
private url;
|
|
11
|
-
constructor(baseUrl: string, httpClient: AxiosInstance);
|
|
12
|
-
/**
|
|
13
|
-
* @param {BackendAppTokenCollectionQuery} query
|
|
14
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
15
|
-
*/
|
|
16
|
-
backendActionStatisticGetIssuedTokens(query?: BackendAppTokenCollectionQuery): Promise<AxiosResponse<StatisticChart>>;
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticIssuedTokensResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
6
|
-
export default class BackendStatisticIssuedTokensResource extends ResourceAbstract {
|
|
7
|
-
constructor(baseUrl, httpClient) {
|
|
8
|
-
super(baseUrl, httpClient);
|
|
9
|
-
this.url = baseUrl + "/backend/statistic/issued_tokens";
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @param {BackendAppTokenCollectionQuery} query
|
|
13
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
14
|
-
*/
|
|
15
|
-
async backendActionStatisticGetIssuedTokens(query) {
|
|
16
|
-
let params = {
|
|
17
|
-
method: 'GET',
|
|
18
|
-
params: query,
|
|
19
|
-
};
|
|
20
|
-
return this.httpClient.get(this.url, params);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticMostUsedAppsResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { AxiosInstance, AxiosResponse } from "axios";
|
|
6
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
7
|
-
import { BackendLogCollectionQuery } from "./BackendLogCollectionQuery";
|
|
8
|
-
import { StatisticChart } from "./StatisticChart";
|
|
9
|
-
export default class BackendStatisticMostUsedAppsResource extends ResourceAbstract {
|
|
10
|
-
private url;
|
|
11
|
-
constructor(baseUrl: string, httpClient: AxiosInstance);
|
|
12
|
-
/**
|
|
13
|
-
* @param {BackendLogCollectionQuery} query
|
|
14
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
15
|
-
*/
|
|
16
|
-
backendActionStatisticGetMostUsedApps(query?: BackendLogCollectionQuery): Promise<AxiosResponse<StatisticChart>>;
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticMostUsedAppsResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
6
|
-
export default class BackendStatisticMostUsedAppsResource extends ResourceAbstract {
|
|
7
|
-
constructor(baseUrl, httpClient) {
|
|
8
|
-
super(baseUrl, httpClient);
|
|
9
|
-
this.url = baseUrl + "/backend/statistic/most_used_apps";
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @param {BackendLogCollectionQuery} query
|
|
13
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
14
|
-
*/
|
|
15
|
-
async backendActionStatisticGetMostUsedApps(query) {
|
|
16
|
-
let params = {
|
|
17
|
-
method: 'GET',
|
|
18
|
-
params: query,
|
|
19
|
-
};
|
|
20
|
-
return this.httpClient.get(this.url, params);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticMostUsedRoutesResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { AxiosInstance, AxiosResponse } from "axios";
|
|
6
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
7
|
-
import { BackendLogCollectionQuery } from "./BackendLogCollectionQuery";
|
|
8
|
-
import { StatisticChart } from "./StatisticChart";
|
|
9
|
-
export default class BackendStatisticMostUsedRoutesResource extends ResourceAbstract {
|
|
10
|
-
private url;
|
|
11
|
-
constructor(baseUrl: string, httpClient: AxiosInstance);
|
|
12
|
-
/**
|
|
13
|
-
* @param {BackendLogCollectionQuery} query
|
|
14
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
15
|
-
*/
|
|
16
|
-
backendActionStatisticGetMostUsedRoutes(query?: BackendLogCollectionQuery): Promise<AxiosResponse<StatisticChart>>;
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticMostUsedRoutesResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
6
|
-
export default class BackendStatisticMostUsedRoutesResource extends ResourceAbstract {
|
|
7
|
-
constructor(baseUrl, httpClient) {
|
|
8
|
-
super(baseUrl, httpClient);
|
|
9
|
-
this.url = baseUrl + "/backend/statistic/most_used_routes";
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @param {BackendLogCollectionQuery} query
|
|
13
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
14
|
-
*/
|
|
15
|
-
async backendActionStatisticGetMostUsedRoutes(query) {
|
|
16
|
-
let params = {
|
|
17
|
-
method: 'GET',
|
|
18
|
-
params: query,
|
|
19
|
-
};
|
|
20
|
-
return this.httpClient.get(this.url, params);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticTimeAverageResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { AxiosInstance, AxiosResponse } from "axios";
|
|
6
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
7
|
-
import { BackendLogCollectionQuery } from "./BackendLogCollectionQuery";
|
|
8
|
-
import { StatisticChart } from "./StatisticChart";
|
|
9
|
-
export default class BackendStatisticTimeAverageResource extends ResourceAbstract {
|
|
10
|
-
private url;
|
|
11
|
-
constructor(baseUrl: string, httpClient: AxiosInstance);
|
|
12
|
-
/**
|
|
13
|
-
* @param {BackendLogCollectionQuery} query
|
|
14
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
15
|
-
*/
|
|
16
|
-
backendActionStatisticGetTimeAverage(query?: BackendLogCollectionQuery): Promise<AxiosResponse<StatisticChart>>;
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticTimeAverageResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
6
|
-
export default class BackendStatisticTimeAverageResource extends ResourceAbstract {
|
|
7
|
-
constructor(baseUrl, httpClient) {
|
|
8
|
-
super(baseUrl, httpClient);
|
|
9
|
-
this.url = baseUrl + "/backend/statistic/time_average";
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @param {BackendLogCollectionQuery} query
|
|
13
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
14
|
-
*/
|
|
15
|
-
async backendActionStatisticGetTimeAverage(query) {
|
|
16
|
-
let params = {
|
|
17
|
-
method: 'GET',
|
|
18
|
-
params: query,
|
|
19
|
-
};
|
|
20
|
-
return this.httpClient.get(this.url, params);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticTimePerRouteResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { AxiosInstance, AxiosResponse } from "axios";
|
|
6
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
7
|
-
import { BackendLogCollectionQuery } from "./BackendLogCollectionQuery";
|
|
8
|
-
import { StatisticChart } from "./StatisticChart";
|
|
9
|
-
export default class BackendStatisticTimePerRouteResource extends ResourceAbstract {
|
|
10
|
-
private url;
|
|
11
|
-
constructor(baseUrl: string, httpClient: AxiosInstance);
|
|
12
|
-
/**
|
|
13
|
-
* @param {BackendLogCollectionQuery} query
|
|
14
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
15
|
-
*/
|
|
16
|
-
backendActionStatisticGetTimePerRoute(query?: BackendLogCollectionQuery): Promise<AxiosResponse<StatisticChart>>;
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticTimePerRouteResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
6
|
-
export default class BackendStatisticTimePerRouteResource extends ResourceAbstract {
|
|
7
|
-
constructor(baseUrl, httpClient) {
|
|
8
|
-
super(baseUrl, httpClient);
|
|
9
|
-
this.url = baseUrl + "/backend/statistic/time_per_route";
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @param {BackendLogCollectionQuery} query
|
|
13
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
14
|
-
*/
|
|
15
|
-
async backendActionStatisticGetTimePerRoute(query) {
|
|
16
|
-
let params = {
|
|
17
|
-
method: 'GET',
|
|
18
|
-
params: query,
|
|
19
|
-
};
|
|
20
|
-
return this.httpClient.get(this.url, params);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticUsedPointsResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { AxiosInstance, AxiosResponse } from "axios";
|
|
6
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
7
|
-
import { BackendPlanUsageCollectionQuery } from "./BackendPlanUsageCollectionQuery";
|
|
8
|
-
import { StatisticChart } from "./StatisticChart";
|
|
9
|
-
export default class BackendStatisticUsedPointsResource extends ResourceAbstract {
|
|
10
|
-
private url;
|
|
11
|
-
constructor(baseUrl: string, httpClient: AxiosInstance);
|
|
12
|
-
/**
|
|
13
|
-
* @param {BackendPlanUsageCollectionQuery} query
|
|
14
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
15
|
-
*/
|
|
16
|
-
backendActionStatisticGetUsedPoints(query?: BackendPlanUsageCollectionQuery): Promise<AxiosResponse<StatisticChart>>;
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendStatisticUsedPointsResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
6
|
-
export default class BackendStatisticUsedPointsResource extends ResourceAbstract {
|
|
7
|
-
constructor(baseUrl, httpClient) {
|
|
8
|
-
super(baseUrl, httpClient);
|
|
9
|
-
this.url = baseUrl + "/backend/statistic/used_points";
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @param {BackendPlanUsageCollectionQuery} query
|
|
13
|
-
* @returns {Promise<AxiosResponse<StatisticChart>>}
|
|
14
|
-
*/
|
|
15
|
-
async backendActionStatisticGetUsedPoints(query) {
|
|
16
|
-
let params = {
|
|
17
|
-
method: 'GET',
|
|
18
|
-
params: query,
|
|
19
|
-
};
|
|
20
|
-
return this.httpClient.get(this.url, params);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendTransactionByTransactionIdResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { AxiosInstance, AxiosResponse } from "axios";
|
|
6
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
7
|
-
import { Transaction } from "./Transaction";
|
|
8
|
-
export default class BackendTransactionByTransactionIdResource extends ResourceAbstract {
|
|
9
|
-
private url;
|
|
10
|
-
private transactionId;
|
|
11
|
-
constructor(transactionId: string, baseUrl: string, httpClient: AxiosInstance);
|
|
12
|
-
/**
|
|
13
|
-
* @returns {Promise<AxiosResponse<Transaction>>}
|
|
14
|
-
*/
|
|
15
|
-
backendActionTransactionGet(): Promise<AxiosResponse<Transaction>>;
|
|
16
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BackendTransactionByTransactionIdResource automatically generated by SDKgen please do not edit this file manually
|
|
3
|
-
* {@link https://sdkgen.app}
|
|
4
|
-
*/
|
|
5
|
-
import { ResourceAbstract } from "sdkgen-client";
|
|
6
|
-
export default class BackendTransactionByTransactionIdResource extends ResourceAbstract {
|
|
7
|
-
constructor(transactionId, baseUrl, httpClient) {
|
|
8
|
-
super(baseUrl, httpClient);
|
|
9
|
-
this.transactionId = transactionId;
|
|
10
|
-
this.url = baseUrl + "/backend/transaction/" + transactionId + "";
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* @returns {Promise<AxiosResponse<Transaction>>}
|
|
14
|
-
*/
|
|
15
|
-
async backendActionTransactionGet() {
|
|
16
|
-
let params = {
|
|
17
|
-
method: 'GET',
|
|
18
|
-
};
|
|
19
|
-
return this.httpClient.get(this.url, params);
|
|
20
|
-
}
|
|
21
|
-
}
|