fusio-sdk 4.0.0 → 5.0.0
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/AuthorizationTag.d.ts → AuthorizationTag.d.ts} +2 -2
- package/dist/{src/AuthorizationTag.js → AuthorizationTag.js} +4 -4
- package/dist/{src/BackendAccountTag.d.ts → BackendAccountTag.d.ts} +3 -3
- package/dist/{src/BackendAccountTag.js → BackendAccountTag.js} +6 -6
- package/dist/{src/BackendActionTag.d.ts → BackendActionTag.d.ts} +8 -8
- package/dist/{src/BackendActionTag.js → BackendActionTag.js} +16 -16
- package/dist/{src/BackendApp.d.ts → BackendApp.d.ts} +2 -2
- package/dist/{src/BackendAppTag.d.ts → BackendAppTag.d.ts} +6 -20
- package/dist/BackendAppTag.js +255 -0
- package/dist/{src/BackendAuditTag.d.ts → BackendAuditTag.d.ts} +2 -2
- package/dist/{src/BackendAuditTag.js → BackendAuditTag.js} +4 -4
- package/dist/{src/BackendCategoryTag.d.ts → BackendCategoryTag.d.ts} +5 -5
- package/dist/{src/BackendCategoryTag.js → BackendCategoryTag.js} +10 -10
- package/dist/{src/BackendConfigTag.d.ts → BackendConfigTag.d.ts} +3 -3
- package/dist/{src/BackendConfigTag.js → BackendConfigTag.js} +6 -6
- package/dist/{src/BackendConnectionTag.d.ts → BackendConnectionTag.d.ts} +10 -10
- package/dist/{src/BackendConnectionTag.js → BackendConnectionTag.js} +20 -20
- package/dist/{src/BackendCronjobTag.d.ts → BackendCronjobTag.d.ts} +5 -5
- package/dist/{src/BackendCronjobTag.js → BackendCronjobTag.js} +10 -10
- package/dist/{src/BackendDashboardTag.d.ts → BackendDashboardTag.d.ts} +1 -1
- package/dist/{src/BackendDashboardTag.js → BackendDashboardTag.js} +2 -2
- package/dist/BackendEventTag.d.ts +42 -0
- package/dist/BackendEventTag.js +213 -0
- package/dist/{src/BackendGeneratorTag.d.ts → BackendGeneratorTag.d.ts} +4 -4
- package/dist/{src/BackendGeneratorTag.js → BackendGeneratorTag.js} +8 -8
- package/dist/{src/BackendIdentityTag.d.ts → BackendIdentityTag.d.ts} +7 -7
- package/dist/{src/BackendIdentityTag.js → BackendIdentityTag.js} +14 -14
- package/dist/{src/BackendLogTag.d.ts → BackendLogTag.d.ts} +4 -4
- package/dist/{src/BackendLogTag.js → BackendLogTag.js} +8 -8
- package/dist/{src/BackendMarketplaceTag.d.ts → BackendMarketplaceTag.d.ts} +5 -5
- package/dist/{src/BackendMarketplaceTag.js → BackendMarketplaceTag.js} +10 -10
- package/dist/{src/BackendOperationTag.d.ts → BackendOperationTag.d.ts} +5 -5
- package/dist/{src/BackendOperationTag.js → BackendOperationTag.js} +10 -10
- package/dist/{src/BackendPageTag.d.ts → BackendPageTag.d.ts} +5 -5
- package/dist/{src/BackendPageTag.js → BackendPageTag.js} +10 -10
- package/dist/{src/BackendPlanTag.d.ts → BackendPlanTag.d.ts} +5 -5
- package/dist/{src/BackendPlanTag.js → BackendPlanTag.js} +10 -10
- package/dist/{src/BackendRateTag.d.ts → BackendRateTag.d.ts} +5 -5
- package/dist/{src/BackendRateTag.js → BackendRateTag.js} +10 -10
- package/dist/{src/BackendRoleTag.d.ts → BackendRoleTag.d.ts} +5 -5
- package/dist/{src/BackendRoleTag.js → BackendRoleTag.js} +10 -10
- package/dist/{src/BackendSchemaTag.d.ts → BackendSchemaTag.d.ts} +7 -7
- package/dist/{src/BackendSchemaTag.js → BackendSchemaTag.js} +14 -14
- package/dist/{src/BackendScopeTag.d.ts → BackendScopeTag.d.ts} +6 -6
- package/dist/{src/BackendScopeTag.js → BackendScopeTag.js} +12 -12
- package/dist/{src/BackendSdkTag.d.ts → BackendSdkTag.d.ts} +2 -2
- package/dist/{src/BackendSdkTag.js → BackendSdkTag.js} +4 -4
- package/dist/{src/BackendStatisticTag.d.ts → BackendStatisticTag.d.ts} +10 -10
- package/dist/{src/BackendStatisticTag.js → BackendStatisticTag.js} +20 -20
- package/dist/{src/BackendTag.d.ts → BackendTag.d.ts} +6 -0
- package/dist/{src/BackendTag.js → BackendTag.js} +12 -0
- package/dist/BackendTenantTag.d.ts +20 -0
- package/dist/BackendTenantTag.js +92 -0
- package/dist/BackendToken.d.ts +13 -0
- package/dist/BackendToken.js +5 -0
- package/dist/BackendTokenCollection.d.ts +7 -0
- package/dist/BackendTokenCollection.js +5 -0
- package/dist/BackendTokenTag.d.ts +21 -0
- package/dist/BackendTokenTag.js +95 -0
- package/dist/{src/BackendTransactionTag.d.ts → BackendTransactionTag.d.ts} +2 -2
- package/dist/{src/BackendTransactionTag.js → BackendTransactionTag.js} +4 -4
- package/dist/{src/BackendTrashTag.d.ts → BackendTrashTag.d.ts} +3 -3
- package/dist/{src/BackendTrashTag.js → BackendTrashTag.js} +6 -6
- package/dist/{src/BackendUserTag.d.ts → BackendUserTag.d.ts} +5 -5
- package/dist/{src/BackendUserTag.js → BackendUserTag.js} +13 -13
- package/dist/BackendWebhook.d.ts +13 -0
- package/dist/BackendWebhook.js +5 -0
- package/dist/BackendWebhookCollection.d.ts +7 -0
- package/dist/{src/BackendEventSubscription.js → BackendWebhookCollection.js} +1 -1
- package/dist/BackendWebhookCreate.d.ts +7 -0
- package/dist/BackendWebhookCreate.js +5 -0
- package/dist/{src/BackendEventSubscriptionResponse.d.ts → BackendWebhookResponse.d.ts} +2 -2
- package/dist/BackendWebhookResponse.js +5 -0
- package/dist/BackendWebhookTag.d.ts +42 -0
- package/dist/BackendWebhookTag.js +211 -0
- package/dist/BackendWebhookUpdate.d.ts +7 -0
- package/dist/BackendWebhookUpdate.js +5 -0
- package/dist/{src/Client.d.ts → Client.d.ts} +2 -1
- package/dist/{src/Client.js → Client.js} +4 -0
- package/dist/{src/CommonMessageException.js → CommonMessageException.js} +1 -1
- package/dist/{src/ConsumerAccountTag.d.ts → ConsumerAccountTag.d.ts} +11 -11
- package/dist/{src/ConsumerAccountTag.js → ConsumerAccountTag.js} +22 -22
- package/dist/{src/ConsumerAppTag.d.ts → ConsumerAppTag.d.ts} +5 -5
- package/dist/{src/ConsumerAppTag.js → ConsumerAppTag.js} +13 -13
- package/dist/{src/ConsumerEventTag.d.ts → ConsumerEventTag.d.ts} +1 -1
- package/dist/{src/ConsumerEventTag.js → ConsumerEventTag.js} +2 -2
- package/dist/{src/ConsumerGrantTag.d.ts → ConsumerGrantTag.d.ts} +2 -2
- package/dist/{src/ConsumerGrantTag.js → ConsumerGrantTag.js} +4 -4
- package/dist/{src/ConsumerIdentityTag.d.ts → ConsumerIdentityTag.d.ts} +3 -3
- package/dist/{src/ConsumerIdentityTag.js → ConsumerIdentityTag.js} +6 -6
- package/dist/{src/ConsumerLogTag.d.ts → ConsumerLogTag.d.ts} +2 -2
- package/dist/{src/ConsumerLogTag.js → ConsumerLogTag.js} +4 -4
- package/dist/{src/ConsumerPageTag.d.ts → ConsumerPageTag.d.ts} +2 -2
- package/dist/{src/ConsumerPageTag.js → ConsumerPageTag.js} +4 -4
- package/dist/{src/ConsumerPaymentTag.d.ts → ConsumerPaymentTag.d.ts} +2 -2
- package/dist/{src/ConsumerPaymentTag.js → ConsumerPaymentTag.js} +4 -4
- package/dist/{src/ConsumerPlanTag.d.ts → ConsumerPlanTag.d.ts} +2 -2
- package/dist/{src/ConsumerPlanTag.js → ConsumerPlanTag.js} +5 -5
- package/dist/{src/ConsumerScopeTag.d.ts → ConsumerScopeTag.d.ts} +1 -1
- package/dist/{src/ConsumerScopeTag.js → ConsumerScopeTag.js} +2 -2
- package/dist/{src/ConsumerTag.d.ts → ConsumerTag.d.ts} +4 -2
- package/dist/{src/ConsumerTag.js → ConsumerTag.js} +7 -3
- package/dist/ConsumerToken.d.ts +13 -0
- package/dist/ConsumerToken.js +5 -0
- package/dist/ConsumerTokenAccessToken.d.ts +11 -0
- package/dist/ConsumerTokenAccessToken.js +5 -0
- package/dist/ConsumerTokenCollection.d.ts +7 -0
- package/dist/ConsumerTokenCollection.js +5 -0
- package/dist/ConsumerTokenCreate.d.ts +9 -0
- package/dist/ConsumerTokenCreate.js +5 -0
- package/dist/ConsumerTokenTag.d.ts +43 -0
- package/dist/ConsumerTokenTag.js +213 -0
- package/dist/ConsumerTokenUpdate.d.ts +8 -0
- package/dist/ConsumerTokenUpdate.js +5 -0
- package/dist/{src/ConsumerTransactionTag.d.ts → ConsumerTransactionTag.d.ts} +2 -2
- package/dist/{src/ConsumerTransactionTag.js → ConsumerTransactionTag.js} +5 -5
- package/dist/ConsumerWebhook.d.ts +13 -0
- package/dist/{src/BackendAppToken.js → ConsumerWebhook.js} +1 -1
- package/dist/ConsumerWebhookCollection.d.ts +7 -0
- package/dist/{src/BackendAppTokenCollection.js → ConsumerWebhookCollection.js} +1 -1
- package/dist/ConsumerWebhookCreate.d.ts +9 -0
- package/dist/ConsumerWebhookCreate.js +5 -0
- package/dist/ConsumerWebhookResponse.d.ts +10 -0
- package/dist/ConsumerWebhookResponse.js +5 -0
- package/dist/ConsumerWebhookTag.d.ts +42 -0
- package/dist/ConsumerWebhookTag.js +213 -0
- package/dist/ConsumerWebhookUpdate.d.ts +9 -0
- package/dist/ConsumerWebhookUpdate.js +5 -0
- package/dist/{src/SystemConnectionTag.js → SystemConnectionTag.js} +1 -1
- package/dist/{src/SystemMetaTag.d.ts → SystemMetaTag.d.ts} +1 -1
- package/dist/{src/SystemMetaTag.js → SystemMetaTag.js} +6 -6
- package/dist/{src/SystemPaymentTag.d.ts → SystemPaymentTag.d.ts} +1 -1
- package/dist/{src/SystemPaymentTag.js → SystemPaymentTag.js} +2 -2
- package/package.json +4 -2
- package/dist/index.d.ts +0 -249
- package/dist/index.js +0 -249
- package/dist/src/BackendAppTag.js +0 -340
- package/dist/src/BackendAppToken.d.ts +0 -13
- package/dist/src/BackendAppTokenCollection.d.ts +0 -7
- package/dist/src/BackendEventSubscription.d.ts +0 -12
- package/dist/src/BackendEventSubscriptionCollection.d.ts +0 -7
- package/dist/src/BackendEventSubscriptionCollection.js +0 -5
- package/dist/src/BackendEventSubscriptionCreate.d.ts +0 -7
- package/dist/src/BackendEventSubscriptionCreate.js +0 -5
- package/dist/src/BackendEventSubscriptionResponse.js +0 -5
- package/dist/src/BackendEventSubscriptionUpdate.d.ts +0 -7
- package/dist/src/BackendEventSubscriptionUpdate.js +0 -5
- package/dist/src/BackendEventTag.d.ts +0 -76
- package/dist/src/BackendEventTag.js +0 -414
- package/dist/src/ConsumerEventSubscription.d.ts +0 -12
- package/dist/src/ConsumerEventSubscription.js +0 -5
- package/dist/src/ConsumerEventSubscriptionCollection.d.ts +0 -7
- package/dist/src/ConsumerEventSubscriptionCollection.js +0 -5
- package/dist/src/ConsumerEventSubscriptionCreate.d.ts +0 -8
- package/dist/src/ConsumerEventSubscriptionCreate.js +0 -5
- package/dist/src/ConsumerEventSubscriptionResponse.d.ts +0 -10
- package/dist/src/ConsumerEventSubscriptionResponse.js +0 -5
- package/dist/src/ConsumerEventSubscriptionUpdate.d.ts +0 -8
- package/dist/src/ConsumerEventSubscriptionUpdate.js +0 -5
- package/dist/src/ConsumerSubscriptionTag.d.ts +0 -42
- package/dist/src/ConsumerSubscriptionTag.js +0 -213
- /package/dist/{src/BackendAccountChangePassword.d.ts → BackendAccountChangePassword.d.ts} +0 -0
- /package/dist/{src/BackendAccountChangePassword.js → BackendAccountChangePassword.js} +0 -0
- /package/dist/{src/BackendAction.d.ts → BackendAction.d.ts} +0 -0
- /package/dist/{src/BackendAction.js → BackendAction.js} +0 -0
- /package/dist/{src/BackendActionCollection.d.ts → BackendActionCollection.d.ts} +0 -0
- /package/dist/{src/BackendActionCollection.js → BackendActionCollection.js} +0 -0
- /package/dist/{src/BackendActionConfig.d.ts → BackendActionConfig.d.ts} +0 -0
- /package/dist/{src/BackendActionConfig.js → BackendActionConfig.js} +0 -0
- /package/dist/{src/BackendActionCreate.d.ts → BackendActionCreate.d.ts} +0 -0
- /package/dist/{src/BackendActionCreate.js → BackendActionCreate.js} +0 -0
- /package/dist/{src/BackendActionExecuteRequest.d.ts → BackendActionExecuteRequest.d.ts} +0 -0
- /package/dist/{src/BackendActionExecuteRequest.js → BackendActionExecuteRequest.js} +0 -0
- /package/dist/{src/BackendActionExecuteRequestBody.d.ts → BackendActionExecuteRequestBody.d.ts} +0 -0
- /package/dist/{src/BackendActionExecuteRequestBody.js → BackendActionExecuteRequestBody.js} +0 -0
- /package/dist/{src/BackendActionExecuteResponse.d.ts → BackendActionExecuteResponse.d.ts} +0 -0
- /package/dist/{src/BackendActionExecuteResponse.js → BackendActionExecuteResponse.js} +0 -0
- /package/dist/{src/BackendActionExecuteResponseBody.d.ts → BackendActionExecuteResponseBody.d.ts} +0 -0
- /package/dist/{src/BackendActionExecuteResponseBody.js → BackendActionExecuteResponseBody.js} +0 -0
- /package/dist/{src/BackendActionExecuteResponseHeaders.d.ts → BackendActionExecuteResponseHeaders.d.ts} +0 -0
- /package/dist/{src/BackendActionExecuteResponseHeaders.js → BackendActionExecuteResponseHeaders.js} +0 -0
- /package/dist/{src/BackendActionIndex.d.ts → BackendActionIndex.d.ts} +0 -0
- /package/dist/{src/BackendActionIndex.js → BackendActionIndex.js} +0 -0
- /package/dist/{src/BackendActionIndexEntry.d.ts → BackendActionIndexEntry.d.ts} +0 -0
- /package/dist/{src/BackendActionIndexEntry.js → BackendActionIndexEntry.js} +0 -0
- /package/dist/{src/BackendActionUpdate.d.ts → BackendActionUpdate.d.ts} +0 -0
- /package/dist/{src/BackendActionUpdate.js → BackendActionUpdate.js} +0 -0
- /package/dist/{src/BackendApp.js → BackendApp.js} +0 -0
- /package/dist/{src/BackendAppCollection.d.ts → BackendAppCollection.d.ts} +0 -0
- /package/dist/{src/BackendAppCollection.js → BackendAppCollection.js} +0 -0
- /package/dist/{src/BackendAppCreate.d.ts → BackendAppCreate.d.ts} +0 -0
- /package/dist/{src/BackendAppCreate.js → BackendAppCreate.js} +0 -0
- /package/dist/{src/BackendAppUpdate.d.ts → BackendAppUpdate.d.ts} +0 -0
- /package/dist/{src/BackendAppUpdate.js → BackendAppUpdate.js} +0 -0
- /package/dist/{src/BackendAudit.d.ts → BackendAudit.d.ts} +0 -0
- /package/dist/{src/BackendAudit.js → BackendAudit.js} +0 -0
- /package/dist/{src/BackendAuditCollection.d.ts → BackendAuditCollection.d.ts} +0 -0
- /package/dist/{src/BackendAuditCollection.js → BackendAuditCollection.js} +0 -0
- /package/dist/{src/BackendAuditObject.d.ts → BackendAuditObject.d.ts} +0 -0
- /package/dist/{src/BackendAuditObject.js → BackendAuditObject.js} +0 -0
- /package/dist/{src/BackendCategory.d.ts → BackendCategory.d.ts} +0 -0
- /package/dist/{src/BackendCategory.js → BackendCategory.js} +0 -0
- /package/dist/{src/BackendCategoryCollection.d.ts → BackendCategoryCollection.d.ts} +0 -0
- /package/dist/{src/BackendCategoryCollection.js → BackendCategoryCollection.js} +0 -0
- /package/dist/{src/BackendCategoryCreate.d.ts → BackendCategoryCreate.d.ts} +0 -0
- /package/dist/{src/BackendCategoryCreate.js → BackendCategoryCreate.js} +0 -0
- /package/dist/{src/BackendCategoryUpdate.d.ts → BackendCategoryUpdate.d.ts} +0 -0
- /package/dist/{src/BackendCategoryUpdate.js → BackendCategoryUpdate.js} +0 -0
- /package/dist/{src/BackendConfig.d.ts → BackendConfig.d.ts} +0 -0
- /package/dist/{src/BackendConfig.js → BackendConfig.js} +0 -0
- /package/dist/{src/BackendConfigCollection.d.ts → BackendConfigCollection.d.ts} +0 -0
- /package/dist/{src/BackendConfigCollection.js → BackendConfigCollection.js} +0 -0
- /package/dist/{src/BackendConfigUpdate.d.ts → BackendConfigUpdate.d.ts} +0 -0
- /package/dist/{src/BackendConfigUpdate.js → BackendConfigUpdate.js} +0 -0
- /package/dist/{src/BackendConnection.d.ts → BackendConnection.d.ts} +0 -0
- /package/dist/{src/BackendConnection.js → BackendConnection.js} +0 -0
- /package/dist/{src/BackendConnectionCollection.d.ts → BackendConnectionCollection.d.ts} +0 -0
- /package/dist/{src/BackendConnectionCollection.js → BackendConnectionCollection.js} +0 -0
- /package/dist/{src/BackendConnectionConfig.d.ts → BackendConnectionConfig.d.ts} +0 -0
- /package/dist/{src/BackendConnectionConfig.js → BackendConnectionConfig.js} +0 -0
- /package/dist/{src/BackendConnectionCreate.d.ts → BackendConnectionCreate.d.ts} +0 -0
- /package/dist/{src/BackendConnectionCreate.js → BackendConnectionCreate.js} +0 -0
- /package/dist/{src/BackendConnectionIndex.d.ts → BackendConnectionIndex.d.ts} +0 -0
- /package/dist/{src/BackendConnectionIndex.js → BackendConnectionIndex.js} +0 -0
- /package/dist/{src/BackendConnectionIndexEntry.d.ts → BackendConnectionIndexEntry.d.ts} +0 -0
- /package/dist/{src/BackendConnectionIndexEntry.js → BackendConnectionIndexEntry.js} +0 -0
- /package/dist/{src/BackendConnectionIntrospectionEntities.d.ts → BackendConnectionIntrospectionEntities.d.ts} +0 -0
- /package/dist/{src/BackendConnectionIntrospectionEntities.js → BackendConnectionIntrospectionEntities.js} +0 -0
- /package/dist/{src/BackendConnectionIntrospectionEntity.d.ts → BackendConnectionIntrospectionEntity.d.ts} +0 -0
- /package/dist/{src/BackendConnectionIntrospectionEntity.js → BackendConnectionIntrospectionEntity.js} +0 -0
- /package/dist/{src/BackendConnectionIntrospectionEntityRow.d.ts → BackendConnectionIntrospectionEntityRow.d.ts} +0 -0
- /package/dist/{src/BackendConnectionIntrospectionEntityRow.js → BackendConnectionIntrospectionEntityRow.js} +0 -0
- /package/dist/{src/BackendConnectionUpdate.d.ts → BackendConnectionUpdate.d.ts} +0 -0
- /package/dist/{src/BackendConnectionUpdate.js → BackendConnectionUpdate.js} +0 -0
- /package/dist/{src/BackendCronjob.d.ts → BackendCronjob.d.ts} +0 -0
- /package/dist/{src/BackendCronjob.js → BackendCronjob.js} +0 -0
- /package/dist/{src/BackendCronjobCollection.d.ts → BackendCronjobCollection.d.ts} +0 -0
- /package/dist/{src/BackendCronjobCollection.js → BackendCronjobCollection.js} +0 -0
- /package/dist/{src/BackendCronjobCreate.d.ts → BackendCronjobCreate.d.ts} +0 -0
- /package/dist/{src/BackendCronjobCreate.js → BackendCronjobCreate.js} +0 -0
- /package/dist/{src/BackendCronjobError.d.ts → BackendCronjobError.d.ts} +0 -0
- /package/dist/{src/BackendCronjobError.js → BackendCronjobError.js} +0 -0
- /package/dist/{src/BackendCronjobUpdate.d.ts → BackendCronjobUpdate.d.ts} +0 -0
- /package/dist/{src/BackendCronjobUpdate.js → BackendCronjobUpdate.js} +0 -0
- /package/dist/{src/BackendDashboard.d.ts → BackendDashboard.d.ts} +0 -0
- /package/dist/{src/BackendDashboard.js → BackendDashboard.js} +0 -0
- /package/dist/{src/BackendDashboardApp.d.ts → BackendDashboardApp.d.ts} +0 -0
- /package/dist/{src/BackendDashboardApp.js → BackendDashboardApp.js} +0 -0
- /package/dist/{src/BackendDashboardApps.d.ts → BackendDashboardApps.d.ts} +0 -0
- /package/dist/{src/BackendDashboardApps.js → BackendDashboardApps.js} +0 -0
- /package/dist/{src/BackendDashboardRequest.d.ts → BackendDashboardRequest.d.ts} +0 -0
- /package/dist/{src/BackendDashboardRequest.js → BackendDashboardRequest.js} +0 -0
- /package/dist/{src/BackendDashboardRequests.d.ts → BackendDashboardRequests.d.ts} +0 -0
- /package/dist/{src/BackendDashboardRequests.js → BackendDashboardRequests.js} +0 -0
- /package/dist/{src/BackendDashboardTransaction.d.ts → BackendDashboardTransaction.d.ts} +0 -0
- /package/dist/{src/BackendDashboardTransaction.js → BackendDashboardTransaction.js} +0 -0
- /package/dist/{src/BackendDashboardTransactions.d.ts → BackendDashboardTransactions.d.ts} +0 -0
- /package/dist/{src/BackendDashboardTransactions.js → BackendDashboardTransactions.js} +0 -0
- /package/dist/{src/BackendDashboardUser.d.ts → BackendDashboardUser.d.ts} +0 -0
- /package/dist/{src/BackendDashboardUser.js → BackendDashboardUser.js} +0 -0
- /package/dist/{src/BackendDashboardUsers.d.ts → BackendDashboardUsers.d.ts} +0 -0
- /package/dist/{src/BackendDashboardUsers.js → BackendDashboardUsers.js} +0 -0
- /package/dist/{src/BackendEvent.d.ts → BackendEvent.d.ts} +0 -0
- /package/dist/{src/BackendEvent.js → BackendEvent.js} +0 -0
- /package/dist/{src/BackendEventCollection.d.ts → BackendEventCollection.d.ts} +0 -0
- /package/dist/{src/BackendEventCollection.js → BackendEventCollection.js} +0 -0
- /package/dist/{src/BackendEventCreate.d.ts → BackendEventCreate.d.ts} +0 -0
- /package/dist/{src/BackendEventCreate.js → BackendEventCreate.js} +0 -0
- /package/dist/{src/BackendEventUpdate.d.ts → BackendEventUpdate.d.ts} +0 -0
- /package/dist/{src/BackendEventUpdate.js → BackendEventUpdate.js} +0 -0
- /package/dist/{src/BackendGeneratorIndexProvider.d.ts → BackendGeneratorIndexProvider.d.ts} +0 -0
- /package/dist/{src/BackendGeneratorIndexProvider.js → BackendGeneratorIndexProvider.js} +0 -0
- /package/dist/{src/BackendGeneratorIndexProviders.d.ts → BackendGeneratorIndexProviders.d.ts} +0 -0
- /package/dist/{src/BackendGeneratorIndexProviders.js → BackendGeneratorIndexProviders.js} +0 -0
- /package/dist/{src/BackendGeneratorProvider.d.ts → BackendGeneratorProvider.d.ts} +0 -0
- /package/dist/{src/BackendGeneratorProvider.js → BackendGeneratorProvider.js} +0 -0
- /package/dist/{src/BackendGeneratorProviderChangelog.d.ts → BackendGeneratorProviderChangelog.d.ts} +0 -0
- /package/dist/{src/BackendGeneratorProviderChangelog.js → BackendGeneratorProviderChangelog.js} +0 -0
- /package/dist/{src/BackendGeneratorProviderConfig.d.ts → BackendGeneratorProviderConfig.d.ts} +0 -0
- /package/dist/{src/BackendGeneratorProviderConfig.js → BackendGeneratorProviderConfig.js} +0 -0
- /package/dist/{src/BackendIdentity.d.ts → BackendIdentity.d.ts} +0 -0
- /package/dist/{src/BackendIdentity.js → BackendIdentity.js} +0 -0
- /package/dist/{src/BackendIdentityCollection.d.ts → BackendIdentityCollection.d.ts} +0 -0
- /package/dist/{src/BackendIdentityCollection.js → BackendIdentityCollection.js} +0 -0
- /package/dist/{src/BackendIdentityConfig.d.ts → BackendIdentityConfig.d.ts} +0 -0
- /package/dist/{src/BackendIdentityConfig.js → BackendIdentityConfig.js} +0 -0
- /package/dist/{src/BackendIdentityCreate.d.ts → BackendIdentityCreate.d.ts} +0 -0
- /package/dist/{src/BackendIdentityCreate.js → BackendIdentityCreate.js} +0 -0
- /package/dist/{src/BackendIdentityIndex.d.ts → BackendIdentityIndex.d.ts} +0 -0
- /package/dist/{src/BackendIdentityIndex.js → BackendIdentityIndex.js} +0 -0
- /package/dist/{src/BackendIdentityIndexEntry.d.ts → BackendIdentityIndexEntry.d.ts} +0 -0
- /package/dist/{src/BackendIdentityIndexEntry.js → BackendIdentityIndexEntry.js} +0 -0
- /package/dist/{src/BackendIdentityUpdate.d.ts → BackendIdentityUpdate.d.ts} +0 -0
- /package/dist/{src/BackendIdentityUpdate.js → BackendIdentityUpdate.js} +0 -0
- /package/dist/{src/BackendLog.d.ts → BackendLog.d.ts} +0 -0
- /package/dist/{src/BackendLog.js → BackendLog.js} +0 -0
- /package/dist/{src/BackendLogCollection.d.ts → BackendLogCollection.d.ts} +0 -0
- /package/dist/{src/BackendLogCollection.js → BackendLogCollection.js} +0 -0
- /package/dist/{src/BackendLogError.d.ts → BackendLogError.d.ts} +0 -0
- /package/dist/{src/BackendLogError.js → BackendLogError.js} +0 -0
- /package/dist/{src/BackendLogErrorCollection.d.ts → BackendLogErrorCollection.d.ts} +0 -0
- /package/dist/{src/BackendLogErrorCollection.js → BackendLogErrorCollection.js} +0 -0
- /package/dist/{src/BackendMarketplaceApp.d.ts → BackendMarketplaceApp.d.ts} +0 -0
- /package/dist/{src/BackendMarketplaceApp.js → BackendMarketplaceApp.js} +0 -0
- /package/dist/{src/BackendMarketplaceCollection.d.ts → BackendMarketplaceCollection.d.ts} +0 -0
- /package/dist/{src/BackendMarketplaceCollection.js → BackendMarketplaceCollection.js} +0 -0
- /package/dist/{src/BackendMarketplaceCollectionApps.d.ts → BackendMarketplaceCollectionApps.d.ts} +0 -0
- /package/dist/{src/BackendMarketplaceCollectionApps.js → BackendMarketplaceCollectionApps.js} +0 -0
- /package/dist/{src/BackendMarketplaceInstall.d.ts → BackendMarketplaceInstall.d.ts} +0 -0
- /package/dist/{src/BackendMarketplaceInstall.js → BackendMarketplaceInstall.js} +0 -0
- /package/dist/{src/BackendMarketplaceLocalApp.d.ts → BackendMarketplaceLocalApp.d.ts} +0 -0
- /package/dist/{src/BackendMarketplaceLocalApp.js → BackendMarketplaceLocalApp.js} +0 -0
- /package/dist/{src/BackendMarketplaceRemoteApp.d.ts → BackendMarketplaceRemoteApp.d.ts} +0 -0
- /package/dist/{src/BackendMarketplaceRemoteApp.js → BackendMarketplaceRemoteApp.js} +0 -0
- /package/dist/{src/BackendOperation.d.ts → BackendOperation.d.ts} +0 -0
- /package/dist/{src/BackendOperation.js → BackendOperation.js} +0 -0
- /package/dist/{src/BackendOperationCollection.d.ts → BackendOperationCollection.d.ts} +0 -0
- /package/dist/{src/BackendOperationCollection.js → BackendOperationCollection.js} +0 -0
- /package/dist/{src/BackendOperationCreate.d.ts → BackendOperationCreate.d.ts} +0 -0
- /package/dist/{src/BackendOperationCreate.js → BackendOperationCreate.js} +0 -0
- /package/dist/{src/BackendOperationParameters.d.ts → BackendOperationParameters.d.ts} +0 -0
- /package/dist/{src/BackendOperationParameters.js → BackendOperationParameters.js} +0 -0
- /package/dist/{src/BackendOperationSchema.d.ts → BackendOperationSchema.d.ts} +0 -0
- /package/dist/{src/BackendOperationSchema.js → BackendOperationSchema.js} +0 -0
- /package/dist/{src/BackendOperationThrows.d.ts → BackendOperationThrows.d.ts} +0 -0
- /package/dist/{src/BackendOperationThrows.js → BackendOperationThrows.js} +0 -0
- /package/dist/{src/BackendOperationUpdate.d.ts → BackendOperationUpdate.d.ts} +0 -0
- /package/dist/{src/BackendOperationUpdate.js → BackendOperationUpdate.js} +0 -0
- /package/dist/{src/BackendPage.d.ts → BackendPage.d.ts} +0 -0
- /package/dist/{src/BackendPage.js → BackendPage.js} +0 -0
- /package/dist/{src/BackendPageCollection.d.ts → BackendPageCollection.d.ts} +0 -0
- /package/dist/{src/BackendPageCollection.js → BackendPageCollection.js} +0 -0
- /package/dist/{src/BackendPageCreate.d.ts → BackendPageCreate.d.ts} +0 -0
- /package/dist/{src/BackendPageCreate.js → BackendPageCreate.js} +0 -0
- /package/dist/{src/BackendPageUpdate.d.ts → BackendPageUpdate.d.ts} +0 -0
- /package/dist/{src/BackendPageUpdate.js → BackendPageUpdate.js} +0 -0
- /package/dist/{src/BackendPlan.d.ts → BackendPlan.d.ts} +0 -0
- /package/dist/{src/BackendPlan.js → BackendPlan.js} +0 -0
- /package/dist/{src/BackendPlanCollection.d.ts → BackendPlanCollection.d.ts} +0 -0
- /package/dist/{src/BackendPlanCollection.js → BackendPlanCollection.js} +0 -0
- /package/dist/{src/BackendPlanCreate.d.ts → BackendPlanCreate.d.ts} +0 -0
- /package/dist/{src/BackendPlanCreate.js → BackendPlanCreate.js} +0 -0
- /package/dist/{src/BackendPlanUpdate.d.ts → BackendPlanUpdate.d.ts} +0 -0
- /package/dist/{src/BackendPlanUpdate.js → BackendPlanUpdate.js} +0 -0
- /package/dist/{src/BackendRate.d.ts → BackendRate.d.ts} +0 -0
- /package/dist/{src/BackendRate.js → BackendRate.js} +0 -0
- /package/dist/{src/BackendRateAllocation.d.ts → BackendRateAllocation.d.ts} +0 -0
- /package/dist/{src/BackendRateAllocation.js → BackendRateAllocation.js} +0 -0
- /package/dist/{src/BackendRateCollection.d.ts → BackendRateCollection.d.ts} +0 -0
- /package/dist/{src/BackendRateCollection.js → BackendRateCollection.js} +0 -0
- /package/dist/{src/BackendRateCreate.d.ts → BackendRateCreate.d.ts} +0 -0
- /package/dist/{src/BackendRateCreate.js → BackendRateCreate.js} +0 -0
- /package/dist/{src/BackendRateUpdate.d.ts → BackendRateUpdate.d.ts} +0 -0
- /package/dist/{src/BackendRateUpdate.js → BackendRateUpdate.js} +0 -0
- /package/dist/{src/BackendRole.d.ts → BackendRole.d.ts} +0 -0
- /package/dist/{src/BackendRole.js → BackendRole.js} +0 -0
- /package/dist/{src/BackendRoleCollection.d.ts → BackendRoleCollection.d.ts} +0 -0
- /package/dist/{src/BackendRoleCollection.js → BackendRoleCollection.js} +0 -0
- /package/dist/{src/BackendRoleCreate.d.ts → BackendRoleCreate.d.ts} +0 -0
- /package/dist/{src/BackendRoleCreate.js → BackendRoleCreate.js} +0 -0
- /package/dist/{src/BackendRoleUpdate.d.ts → BackendRoleUpdate.d.ts} +0 -0
- /package/dist/{src/BackendRoleUpdate.js → BackendRoleUpdate.js} +0 -0
- /package/dist/{src/BackendSchema.d.ts → BackendSchema.d.ts} +0 -0
- /package/dist/{src/BackendSchema.js → BackendSchema.js} +0 -0
- /package/dist/{src/BackendSchemaCollection.d.ts → BackendSchemaCollection.d.ts} +0 -0
- /package/dist/{src/BackendSchemaCollection.js → BackendSchemaCollection.js} +0 -0
- /package/dist/{src/BackendSchemaCreate.d.ts → BackendSchemaCreate.d.ts} +0 -0
- /package/dist/{src/BackendSchemaCreate.js → BackendSchemaCreate.js} +0 -0
- /package/dist/{src/BackendSchemaForm.d.ts → BackendSchemaForm.d.ts} +0 -0
- /package/dist/{src/BackendSchemaForm.js → BackendSchemaForm.js} +0 -0
- /package/dist/{src/BackendSchemaPreviewResponse.d.ts → BackendSchemaPreviewResponse.d.ts} +0 -0
- /package/dist/{src/BackendSchemaPreviewResponse.js → BackendSchemaPreviewResponse.js} +0 -0
- /package/dist/{src/BackendSchemaSource.d.ts → BackendSchemaSource.d.ts} +0 -0
- /package/dist/{src/BackendSchemaSource.js → BackendSchemaSource.js} +0 -0
- /package/dist/{src/BackendSchemaUpdate.d.ts → BackendSchemaUpdate.d.ts} +0 -0
- /package/dist/{src/BackendSchemaUpdate.js → BackendSchemaUpdate.js} +0 -0
- /package/dist/{src/BackendScope.d.ts → BackendScope.d.ts} +0 -0
- /package/dist/{src/BackendScope.js → BackendScope.js} +0 -0
- /package/dist/{src/BackendScopeCategories.d.ts → BackendScopeCategories.d.ts} +0 -0
- /package/dist/{src/BackendScopeCategories.js → BackendScopeCategories.js} +0 -0
- /package/dist/{src/BackendScopeCategory.d.ts → BackendScopeCategory.d.ts} +0 -0
- /package/dist/{src/BackendScopeCategory.js → BackendScopeCategory.js} +0 -0
- /package/dist/{src/BackendScopeCategoryScope.d.ts → BackendScopeCategoryScope.d.ts} +0 -0
- /package/dist/{src/BackendScopeCategoryScope.js → BackendScopeCategoryScope.js} +0 -0
- /package/dist/{src/BackendScopeCollection.d.ts → BackendScopeCollection.d.ts} +0 -0
- /package/dist/{src/BackendScopeCollection.js → BackendScopeCollection.js} +0 -0
- /package/dist/{src/BackendScopeCreate.d.ts → BackendScopeCreate.d.ts} +0 -0
- /package/dist/{src/BackendScopeCreate.js → BackendScopeCreate.js} +0 -0
- /package/dist/{src/BackendScopeOperation.d.ts → BackendScopeOperation.d.ts} +0 -0
- /package/dist/{src/BackendScopeOperation.js → BackendScopeOperation.js} +0 -0
- /package/dist/{src/BackendScopeUpdate.d.ts → BackendScopeUpdate.d.ts} +0 -0
- /package/dist/{src/BackendScopeUpdate.js → BackendScopeUpdate.js} +0 -0
- /package/dist/{src/BackendSdkGenerate.d.ts → BackendSdkGenerate.d.ts} +0 -0
- /package/dist/{src/BackendSdkGenerate.js → BackendSdkGenerate.js} +0 -0
- /package/dist/{src/BackendSdkResponse.d.ts → BackendSdkResponse.d.ts} +0 -0
- /package/dist/{src/BackendSdkResponse.js → BackendSdkResponse.js} +0 -0
- /package/dist/{src/BackendSdkTypes.d.ts → BackendSdkTypes.d.ts} +0 -0
- /package/dist/{src/BackendSdkTypes.js → BackendSdkTypes.js} +0 -0
- /package/dist/{src/BackendStatisticChart.d.ts → BackendStatisticChart.d.ts} +0 -0
- /package/dist/{src/BackendStatisticChart.js → BackendStatisticChart.js} +0 -0
- /package/dist/{src/BackendStatisticChartData.d.ts → BackendStatisticChartData.d.ts} +0 -0
- /package/dist/{src/BackendStatisticChartData.js → BackendStatisticChartData.js} +0 -0
- /package/dist/{src/BackendStatisticCount.d.ts → BackendStatisticCount.d.ts} +0 -0
- /package/dist/{src/BackendStatisticCount.js → BackendStatisticCount.js} +0 -0
- /package/dist/{src/BackendTransaction.d.ts → BackendTransaction.d.ts} +0 -0
- /package/dist/{src/BackendTransaction.js → BackendTransaction.js} +0 -0
- /package/dist/{src/BackendTransactionCollection.d.ts → BackendTransactionCollection.d.ts} +0 -0
- /package/dist/{src/BackendTransactionCollection.js → BackendTransactionCollection.js} +0 -0
- /package/dist/{src/BackendTrashData.d.ts → BackendTrashData.d.ts} +0 -0
- /package/dist/{src/BackendTrashData.js → BackendTrashData.js} +0 -0
- /package/dist/{src/BackendTrashDataCollection.d.ts → BackendTrashDataCollection.d.ts} +0 -0
- /package/dist/{src/BackendTrashDataCollection.js → BackendTrashDataCollection.js} +0 -0
- /package/dist/{src/BackendTrashRestore.d.ts → BackendTrashRestore.d.ts} +0 -0
- /package/dist/{src/BackendTrashRestore.js → BackendTrashRestore.js} +0 -0
- /package/dist/{src/BackendTrashTypes.d.ts → BackendTrashTypes.d.ts} +0 -0
- /package/dist/{src/BackendTrashTypes.js → BackendTrashTypes.js} +0 -0
- /package/dist/{src/BackendUser.d.ts → BackendUser.d.ts} +0 -0
- /package/dist/{src/BackendUser.js → BackendUser.js} +0 -0
- /package/dist/{src/BackendUserCollection.d.ts → BackendUserCollection.d.ts} +0 -0
- /package/dist/{src/BackendUserCollection.js → BackendUserCollection.js} +0 -0
- /package/dist/{src/BackendUserCreate.d.ts → BackendUserCreate.d.ts} +0 -0
- /package/dist/{src/BackendUserCreate.js → BackendUserCreate.js} +0 -0
- /package/dist/{src/BackendUserUpdate.d.ts → BackendUserUpdate.d.ts} +0 -0
- /package/dist/{src/BackendUserUpdate.js → BackendUserUpdate.js} +0 -0
- /package/dist/{src/CommonCollection.d.ts → CommonCollection.d.ts} +0 -0
- /package/dist/{src/CommonCollection.js → CommonCollection.js} +0 -0
- /package/dist/{src/CommonFormContainer.d.ts → CommonFormContainer.d.ts} +0 -0
- /package/dist/{src/CommonFormContainer.js → CommonFormContainer.js} +0 -0
- /package/dist/{src/CommonFormElement.d.ts → CommonFormElement.d.ts} +0 -0
- /package/dist/{src/CommonFormElement.js → CommonFormElement.js} +0 -0
- /package/dist/{src/CommonFormElementInput.d.ts → CommonFormElementInput.d.ts} +0 -0
- /package/dist/{src/CommonFormElementInput.js → CommonFormElementInput.js} +0 -0
- /package/dist/{src/CommonFormElementSelect.d.ts → CommonFormElementSelect.d.ts} +0 -0
- /package/dist/{src/CommonFormElementSelect.js → CommonFormElementSelect.js} +0 -0
- /package/dist/{src/CommonFormElementSelectOption.d.ts → CommonFormElementSelectOption.d.ts} +0 -0
- /package/dist/{src/CommonFormElementSelectOption.js → CommonFormElementSelectOption.js} +0 -0
- /package/dist/{src/CommonFormElementTag.d.ts → CommonFormElementTag.d.ts} +0 -0
- /package/dist/{src/CommonFormElementTag.js → CommonFormElementTag.js} +0 -0
- /package/dist/{src/CommonFormElementTextArea.d.ts → CommonFormElementTextArea.d.ts} +0 -0
- /package/dist/{src/CommonFormElementTextArea.js → CommonFormElementTextArea.js} +0 -0
- /package/dist/{src/CommonMessage.d.ts → CommonMessage.d.ts} +0 -0
- /package/dist/{src/CommonMessage.js → CommonMessage.js} +0 -0
- /package/dist/{src/CommonMessageException.d.ts → CommonMessageException.d.ts} +0 -0
- /package/dist/{src/CommonMetadata.d.ts → CommonMetadata.d.ts} +0 -0
- /package/dist/{src/CommonMetadata.js → CommonMetadata.js} +0 -0
- /package/dist/{src/ConsumerApp.d.ts → ConsumerApp.d.ts} +0 -0
- /package/dist/{src/ConsumerApp.js → ConsumerApp.js} +0 -0
- /package/dist/{src/ConsumerAppCollection.d.ts → ConsumerAppCollection.d.ts} +0 -0
- /package/dist/{src/ConsumerAppCollection.js → ConsumerAppCollection.js} +0 -0
- /package/dist/{src/ConsumerAppCreate.d.ts → ConsumerAppCreate.d.ts} +0 -0
- /package/dist/{src/ConsumerAppCreate.js → ConsumerAppCreate.js} +0 -0
- /package/dist/{src/ConsumerAppUpdate.d.ts → ConsumerAppUpdate.d.ts} +0 -0
- /package/dist/{src/ConsumerAppUpdate.js → ConsumerAppUpdate.js} +0 -0
- /package/dist/{src/ConsumerAuthorizeMeta.d.ts → ConsumerAuthorizeMeta.d.ts} +0 -0
- /package/dist/{src/ConsumerAuthorizeMeta.js → ConsumerAuthorizeMeta.js} +0 -0
- /package/dist/{src/ConsumerAuthorizeRequest.d.ts → ConsumerAuthorizeRequest.d.ts} +0 -0
- /package/dist/{src/ConsumerAuthorizeRequest.js → ConsumerAuthorizeRequest.js} +0 -0
- /package/dist/{src/ConsumerAuthorizeResponse.d.ts → ConsumerAuthorizeResponse.d.ts} +0 -0
- /package/dist/{src/ConsumerAuthorizeResponse.js → ConsumerAuthorizeResponse.js} +0 -0
- /package/dist/{src/ConsumerAuthorizeResponseToken.d.ts → ConsumerAuthorizeResponseToken.d.ts} +0 -0
- /package/dist/{src/ConsumerAuthorizeResponseToken.js → ConsumerAuthorizeResponseToken.js} +0 -0
- /package/dist/{src/ConsumerEvent.d.ts → ConsumerEvent.d.ts} +0 -0
- /package/dist/{src/ConsumerEvent.js → ConsumerEvent.js} +0 -0
- /package/dist/{src/ConsumerEventCollection.d.ts → ConsumerEventCollection.d.ts} +0 -0
- /package/dist/{src/ConsumerEventCollection.js → ConsumerEventCollection.js} +0 -0
- /package/dist/{src/ConsumerGrant.d.ts → ConsumerGrant.d.ts} +0 -0
- /package/dist/{src/ConsumerGrant.js → ConsumerGrant.js} +0 -0
- /package/dist/{src/ConsumerGrantCollection.d.ts → ConsumerGrantCollection.d.ts} +0 -0
- /package/dist/{src/ConsumerGrantCollection.js → ConsumerGrantCollection.js} +0 -0
- /package/dist/{src/ConsumerIdentity.d.ts → ConsumerIdentity.d.ts} +0 -0
- /package/dist/{src/ConsumerIdentity.js → ConsumerIdentity.js} +0 -0
- /package/dist/{src/ConsumerIdentityCollection.d.ts → ConsumerIdentityCollection.d.ts} +0 -0
- /package/dist/{src/ConsumerIdentityCollection.js → ConsumerIdentityCollection.js} +0 -0
- /package/dist/{src/ConsumerLog.d.ts → ConsumerLog.d.ts} +0 -0
- /package/dist/{src/ConsumerLog.js → ConsumerLog.js} +0 -0
- /package/dist/{src/ConsumerLogCollection.d.ts → ConsumerLogCollection.d.ts} +0 -0
- /package/dist/{src/ConsumerLogCollection.js → ConsumerLogCollection.js} +0 -0
- /package/dist/{src/ConsumerPage.d.ts → ConsumerPage.d.ts} +0 -0
- /package/dist/{src/ConsumerPage.js → ConsumerPage.js} +0 -0
- /package/dist/{src/ConsumerPageCollection.d.ts → ConsumerPageCollection.d.ts} +0 -0
- /package/dist/{src/ConsumerPageCollection.js → ConsumerPageCollection.js} +0 -0
- /package/dist/{src/ConsumerPaymentCheckoutRequest.d.ts → ConsumerPaymentCheckoutRequest.d.ts} +0 -0
- /package/dist/{src/ConsumerPaymentCheckoutRequest.js → ConsumerPaymentCheckoutRequest.js} +0 -0
- /package/dist/{src/ConsumerPaymentCheckoutResponse.d.ts → ConsumerPaymentCheckoutResponse.d.ts} +0 -0
- /package/dist/{src/ConsumerPaymentCheckoutResponse.js → ConsumerPaymentCheckoutResponse.js} +0 -0
- /package/dist/{src/ConsumerPaymentPortalRequest.d.ts → ConsumerPaymentPortalRequest.d.ts} +0 -0
- /package/dist/{src/ConsumerPaymentPortalRequest.js → ConsumerPaymentPortalRequest.js} +0 -0
- /package/dist/{src/ConsumerPaymentPortalResponse.d.ts → ConsumerPaymentPortalResponse.d.ts} +0 -0
- /package/dist/{src/ConsumerPaymentPortalResponse.js → ConsumerPaymentPortalResponse.js} +0 -0
- /package/dist/{src/ConsumerPlan.d.ts → ConsumerPlan.d.ts} +0 -0
- /package/dist/{src/ConsumerPlan.js → ConsumerPlan.js} +0 -0
- /package/dist/{src/ConsumerPlanCollection.d.ts → ConsumerPlanCollection.d.ts} +0 -0
- /package/dist/{src/ConsumerPlanCollection.js → ConsumerPlanCollection.js} +0 -0
- /package/dist/{src/ConsumerScope.d.ts → ConsumerScope.d.ts} +0 -0
- /package/dist/{src/ConsumerScope.js → ConsumerScope.js} +0 -0
- /package/dist/{src/ConsumerScopeCollection.d.ts → ConsumerScopeCollection.d.ts} +0 -0
- /package/dist/{src/ConsumerScopeCollection.js → ConsumerScopeCollection.js} +0 -0
- /package/dist/{src/ConsumerTransaction.d.ts → ConsumerTransaction.d.ts} +0 -0
- /package/dist/{src/ConsumerTransaction.js → ConsumerTransaction.js} +0 -0
- /package/dist/{src/ConsumerTransactionCollection.d.ts → ConsumerTransactionCollection.d.ts} +0 -0
- /package/dist/{src/ConsumerTransactionCollection.js → ConsumerTransactionCollection.js} +0 -0
- /package/dist/{src/ConsumerUserAccount.d.ts → ConsumerUserAccount.d.ts} +0 -0
- /package/dist/{src/ConsumerUserAccount.js → ConsumerUserAccount.js} +0 -0
- /package/dist/{src/ConsumerUserActivate.d.ts → ConsumerUserActivate.d.ts} +0 -0
- /package/dist/{src/ConsumerUserActivate.js → ConsumerUserActivate.js} +0 -0
- /package/dist/{src/ConsumerUserEmail.d.ts → ConsumerUserEmail.d.ts} +0 -0
- /package/dist/{src/ConsumerUserEmail.js → ConsumerUserEmail.js} +0 -0
- /package/dist/{src/ConsumerUserJWT.d.ts → ConsumerUserJWT.d.ts} +0 -0
- /package/dist/{src/ConsumerUserJWT.js → ConsumerUserJWT.js} +0 -0
- /package/dist/{src/ConsumerUserLogin.d.ts → ConsumerUserLogin.d.ts} +0 -0
- /package/dist/{src/ConsumerUserLogin.js → ConsumerUserLogin.js} +0 -0
- /package/dist/{src/ConsumerUserPasswordReset.d.ts → ConsumerUserPasswordReset.d.ts} +0 -0
- /package/dist/{src/ConsumerUserPasswordReset.js → ConsumerUserPasswordReset.js} +0 -0
- /package/dist/{src/ConsumerUserPlan.d.ts → ConsumerUserPlan.d.ts} +0 -0
- /package/dist/{src/ConsumerUserPlan.js → ConsumerUserPlan.js} +0 -0
- /package/dist/{src/ConsumerUserRefresh.d.ts → ConsumerUserRefresh.d.ts} +0 -0
- /package/dist/{src/ConsumerUserRefresh.js → ConsumerUserRefresh.js} +0 -0
- /package/dist/{src/ConsumerUserRegister.d.ts → ConsumerUserRegister.d.ts} +0 -0
- /package/dist/{src/ConsumerUserRegister.js → ConsumerUserRegister.js} +0 -0
- /package/dist/{src/Passthru.d.ts → Passthru.d.ts} +0 -0
- /package/dist/{src/Passthru.js → Passthru.js} +0 -0
- /package/dist/{src/SystemAbout.d.ts → SystemAbout.d.ts} +0 -0
- /package/dist/{src/SystemAbout.js → SystemAbout.js} +0 -0
- /package/dist/{src/SystemAboutApps.d.ts → SystemAboutApps.d.ts} +0 -0
- /package/dist/{src/SystemAboutApps.js → SystemAboutApps.js} +0 -0
- /package/dist/{src/SystemAboutLink.d.ts → SystemAboutLink.d.ts} +0 -0
- /package/dist/{src/SystemAboutLink.js → SystemAboutLink.js} +0 -0
- /package/dist/{src/SystemConnectionTag.d.ts → SystemConnectionTag.d.ts} +0 -0
- /package/dist/{src/SystemHealthCheck.d.ts → SystemHealthCheck.d.ts} +0 -0
- /package/dist/{src/SystemHealthCheck.js → SystemHealthCheck.js} +0 -0
- /package/dist/{src/SystemRoute.d.ts → SystemRoute.d.ts} +0 -0
- /package/dist/{src/SystemRoute.js → SystemRoute.js} +0 -0
- /package/dist/{src/SystemRouteMethod.d.ts → SystemRouteMethod.d.ts} +0 -0
- /package/dist/{src/SystemRouteMethod.js → SystemRouteMethod.js} +0 -0
- /package/dist/{src/SystemRoutePath.d.ts → SystemRoutePath.d.ts} +0 -0
- /package/dist/{src/SystemRoutePath.js → SystemRoutePath.js} +0 -0
- /package/dist/{src/SystemSchema.d.ts → SystemSchema.d.ts} +0 -0
- /package/dist/{src/SystemSchema.js → SystemSchema.js} +0 -0
- /package/dist/{src/SystemSchemaForm.d.ts → SystemSchemaForm.d.ts} +0 -0
- /package/dist/{src/SystemSchemaForm.js → SystemSchemaForm.js} +0 -0
- /package/dist/{src/SystemSchemaTypeSchema.d.ts → SystemSchemaTypeSchema.d.ts} +0 -0
- /package/dist/{src/SystemSchemaTypeSchema.js → SystemSchemaTypeSchema.js} +0 -0
- /package/dist/{src/SystemTag.d.ts → SystemTag.d.ts} +0 -0
- /package/dist/{src/SystemTag.js → SystemTag.js} +0 -0
|
@@ -9,7 +9,7 @@ import { CommonMessageException } from "./CommonMessageException";
|
|
|
9
9
|
export class BackendAuditTag extends TagAbstract {
|
|
10
10
|
/**
|
|
11
11
|
* @returns {Promise<BackendAudit>}
|
|
12
|
-
* @throws {
|
|
12
|
+
* @throws {CommonMessageExceptionException}
|
|
13
13
|
* @throws {ClientException}
|
|
14
14
|
*/
|
|
15
15
|
async get(auditId) {
|
|
@@ -19,7 +19,7 @@ export class BackendAuditTag extends TagAbstract {
|
|
|
19
19
|
let params = {
|
|
20
20
|
url: url,
|
|
21
21
|
method: 'GET',
|
|
22
|
-
params: this.parser.query({}),
|
|
22
|
+
params: this.parser.query({}, []),
|
|
23
23
|
};
|
|
24
24
|
try {
|
|
25
25
|
const response = await this.httpClient.request(params);
|
|
@@ -50,7 +50,7 @@ export class BackendAuditTag extends TagAbstract {
|
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* @returns {Promise<BackendAuditCollection>}
|
|
53
|
-
* @throws {
|
|
53
|
+
* @throws {CommonMessageExceptionException}
|
|
54
54
|
* @throws {ClientException}
|
|
55
55
|
*/
|
|
56
56
|
async getAll(startIndex, count, search, from, to, appId, userId, event, ip, message) {
|
|
@@ -69,7 +69,7 @@ export class BackendAuditTag extends TagAbstract {
|
|
|
69
69
|
'event': event,
|
|
70
70
|
'ip': ip,
|
|
71
71
|
'message': message,
|
|
72
|
-
}),
|
|
72
|
+
}, []),
|
|
73
73
|
};
|
|
74
74
|
try {
|
|
75
75
|
const response = await this.httpClient.request(params);
|
|
@@ -11,31 +11,31 @@ import { CommonMessage } from "./CommonMessage";
|
|
|
11
11
|
export declare class BackendCategoryTag extends TagAbstract {
|
|
12
12
|
/**
|
|
13
13
|
* @returns {Promise<CommonMessage>}
|
|
14
|
-
* @throws {
|
|
14
|
+
* @throws {CommonMessageExceptionException}
|
|
15
15
|
* @throws {ClientException}
|
|
16
16
|
*/
|
|
17
17
|
delete(categoryId: string): Promise<CommonMessage>;
|
|
18
18
|
/**
|
|
19
19
|
* @returns {Promise<CommonMessage>}
|
|
20
|
-
* @throws {
|
|
20
|
+
* @throws {CommonMessageExceptionException}
|
|
21
21
|
* @throws {ClientException}
|
|
22
22
|
*/
|
|
23
23
|
update(categoryId: string, payload: BackendCategoryUpdate): Promise<CommonMessage>;
|
|
24
24
|
/**
|
|
25
25
|
* @returns {Promise<BackendCategory>}
|
|
26
|
-
* @throws {
|
|
26
|
+
* @throws {CommonMessageExceptionException}
|
|
27
27
|
* @throws {ClientException}
|
|
28
28
|
*/
|
|
29
29
|
get(categoryId: string): Promise<BackendCategory>;
|
|
30
30
|
/**
|
|
31
31
|
* @returns {Promise<CommonMessage>}
|
|
32
|
-
* @throws {
|
|
32
|
+
* @throws {CommonMessageExceptionException}
|
|
33
33
|
* @throws {ClientException}
|
|
34
34
|
*/
|
|
35
35
|
create(payload: BackendCategoryCreate): Promise<CommonMessage>;
|
|
36
36
|
/**
|
|
37
37
|
* @returns {Promise<BackendCategoryCollection>}
|
|
38
|
-
* @throws {
|
|
38
|
+
* @throws {CommonMessageExceptionException}
|
|
39
39
|
* @throws {ClientException}
|
|
40
40
|
*/
|
|
41
41
|
getAll(startIndex?: number, count?: number, search?: string): Promise<BackendCategoryCollection>;
|
|
@@ -9,7 +9,7 @@ import { CommonMessageException } from "./CommonMessageException";
|
|
|
9
9
|
export class BackendCategoryTag extends TagAbstract {
|
|
10
10
|
/**
|
|
11
11
|
* @returns {Promise<CommonMessage>}
|
|
12
|
-
* @throws {
|
|
12
|
+
* @throws {CommonMessageExceptionException}
|
|
13
13
|
* @throws {ClientException}
|
|
14
14
|
*/
|
|
15
15
|
async delete(categoryId) {
|
|
@@ -19,7 +19,7 @@ export class BackendCategoryTag extends TagAbstract {
|
|
|
19
19
|
let params = {
|
|
20
20
|
url: url,
|
|
21
21
|
method: 'DELETE',
|
|
22
|
-
params: this.parser.query({}),
|
|
22
|
+
params: this.parser.query({}, []),
|
|
23
23
|
};
|
|
24
24
|
try {
|
|
25
25
|
const response = await this.httpClient.request(params);
|
|
@@ -50,7 +50,7 @@ export class BackendCategoryTag extends TagAbstract {
|
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* @returns {Promise<CommonMessage>}
|
|
53
|
-
* @throws {
|
|
53
|
+
* @throws {CommonMessageExceptionException}
|
|
54
54
|
* @throws {ClientException}
|
|
55
55
|
*/
|
|
56
56
|
async update(categoryId, payload) {
|
|
@@ -60,7 +60,7 @@ export class BackendCategoryTag extends TagAbstract {
|
|
|
60
60
|
let params = {
|
|
61
61
|
url: url,
|
|
62
62
|
method: 'PUT',
|
|
63
|
-
params: this.parser.query({}),
|
|
63
|
+
params: this.parser.query({}, []),
|
|
64
64
|
data: payload
|
|
65
65
|
};
|
|
66
66
|
try {
|
|
@@ -94,7 +94,7 @@ export class BackendCategoryTag extends TagAbstract {
|
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
96
|
* @returns {Promise<BackendCategory>}
|
|
97
|
-
* @throws {
|
|
97
|
+
* @throws {CommonMessageExceptionException}
|
|
98
98
|
* @throws {ClientException}
|
|
99
99
|
*/
|
|
100
100
|
async get(categoryId) {
|
|
@@ -104,7 +104,7 @@ export class BackendCategoryTag extends TagAbstract {
|
|
|
104
104
|
let params = {
|
|
105
105
|
url: url,
|
|
106
106
|
method: 'GET',
|
|
107
|
-
params: this.parser.query({}),
|
|
107
|
+
params: this.parser.query({}, []),
|
|
108
108
|
};
|
|
109
109
|
try {
|
|
110
110
|
const response = await this.httpClient.request(params);
|
|
@@ -135,7 +135,7 @@ export class BackendCategoryTag extends TagAbstract {
|
|
|
135
135
|
}
|
|
136
136
|
/**
|
|
137
137
|
* @returns {Promise<CommonMessage>}
|
|
138
|
-
* @throws {
|
|
138
|
+
* @throws {CommonMessageExceptionException}
|
|
139
139
|
* @throws {ClientException}
|
|
140
140
|
*/
|
|
141
141
|
async create(payload) {
|
|
@@ -143,7 +143,7 @@ export class BackendCategoryTag extends TagAbstract {
|
|
|
143
143
|
let params = {
|
|
144
144
|
url: url,
|
|
145
145
|
method: 'POST',
|
|
146
|
-
params: this.parser.query({}),
|
|
146
|
+
params: this.parser.query({}, []),
|
|
147
147
|
data: payload
|
|
148
148
|
};
|
|
149
149
|
try {
|
|
@@ -173,7 +173,7 @@ export class BackendCategoryTag extends TagAbstract {
|
|
|
173
173
|
}
|
|
174
174
|
/**
|
|
175
175
|
* @returns {Promise<BackendCategoryCollection>}
|
|
176
|
-
* @throws {
|
|
176
|
+
* @throws {CommonMessageExceptionException}
|
|
177
177
|
* @throws {ClientException}
|
|
178
178
|
*/
|
|
179
179
|
async getAll(startIndex, count, search) {
|
|
@@ -185,7 +185,7 @@ export class BackendCategoryTag extends TagAbstract {
|
|
|
185
185
|
'startIndex': startIndex,
|
|
186
186
|
'count': count,
|
|
187
187
|
'search': search,
|
|
188
|
-
}),
|
|
188
|
+
}, []),
|
|
189
189
|
};
|
|
190
190
|
try {
|
|
191
191
|
const response = await this.httpClient.request(params);
|
|
@@ -10,19 +10,19 @@ import { CommonMessage } from "./CommonMessage";
|
|
|
10
10
|
export declare class BackendConfigTag extends TagAbstract {
|
|
11
11
|
/**
|
|
12
12
|
* @returns {Promise<CommonMessage>}
|
|
13
|
-
* @throws {
|
|
13
|
+
* @throws {CommonMessageExceptionException}
|
|
14
14
|
* @throws {ClientException}
|
|
15
15
|
*/
|
|
16
16
|
update(configId: string, payload: BackendConfigUpdate): Promise<CommonMessage>;
|
|
17
17
|
/**
|
|
18
18
|
* @returns {Promise<BackendConfig>}
|
|
19
|
-
* @throws {
|
|
19
|
+
* @throws {CommonMessageExceptionException}
|
|
20
20
|
* @throws {ClientException}
|
|
21
21
|
*/
|
|
22
22
|
get(configId: string): Promise<BackendConfig>;
|
|
23
23
|
/**
|
|
24
24
|
* @returns {Promise<BackendConfigCollection>}
|
|
25
|
-
* @throws {
|
|
25
|
+
* @throws {CommonMessageExceptionException}
|
|
26
26
|
* @throws {ClientException}
|
|
27
27
|
*/
|
|
28
28
|
getAll(startIndex?: number, count?: number, search?: string): Promise<BackendConfigCollection>;
|
|
@@ -9,7 +9,7 @@ import { CommonMessageException } from "./CommonMessageException";
|
|
|
9
9
|
export class BackendConfigTag extends TagAbstract {
|
|
10
10
|
/**
|
|
11
11
|
* @returns {Promise<CommonMessage>}
|
|
12
|
-
* @throws {
|
|
12
|
+
* @throws {CommonMessageExceptionException}
|
|
13
13
|
* @throws {ClientException}
|
|
14
14
|
*/
|
|
15
15
|
async update(configId, payload) {
|
|
@@ -19,7 +19,7 @@ export class BackendConfigTag extends TagAbstract {
|
|
|
19
19
|
let params = {
|
|
20
20
|
url: url,
|
|
21
21
|
method: 'PUT',
|
|
22
|
-
params: this.parser.query({}),
|
|
22
|
+
params: this.parser.query({}, []),
|
|
23
23
|
data: payload
|
|
24
24
|
};
|
|
25
25
|
try {
|
|
@@ -53,7 +53,7 @@ export class BackendConfigTag extends TagAbstract {
|
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
55
|
* @returns {Promise<BackendConfig>}
|
|
56
|
-
* @throws {
|
|
56
|
+
* @throws {CommonMessageExceptionException}
|
|
57
57
|
* @throws {ClientException}
|
|
58
58
|
*/
|
|
59
59
|
async get(configId) {
|
|
@@ -63,7 +63,7 @@ export class BackendConfigTag extends TagAbstract {
|
|
|
63
63
|
let params = {
|
|
64
64
|
url: url,
|
|
65
65
|
method: 'GET',
|
|
66
|
-
params: this.parser.query({}),
|
|
66
|
+
params: this.parser.query({}, []),
|
|
67
67
|
};
|
|
68
68
|
try {
|
|
69
69
|
const response = await this.httpClient.request(params);
|
|
@@ -94,7 +94,7 @@ export class BackendConfigTag extends TagAbstract {
|
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
96
|
* @returns {Promise<BackendConfigCollection>}
|
|
97
|
-
* @throws {
|
|
97
|
+
* @throws {CommonMessageExceptionException}
|
|
98
98
|
* @throws {ClientException}
|
|
99
99
|
*/
|
|
100
100
|
async getAll(startIndex, count, search) {
|
|
@@ -106,7 +106,7 @@ export class BackendConfigTag extends TagAbstract {
|
|
|
106
106
|
'startIndex': startIndex,
|
|
107
107
|
'count': count,
|
|
108
108
|
'search': search,
|
|
109
|
-
}),
|
|
109
|
+
}, []),
|
|
110
110
|
};
|
|
111
111
|
try {
|
|
112
112
|
const response = await this.httpClient.request(params);
|
|
@@ -15,61 +15,61 @@ import { CommonMessage } from "./CommonMessage";
|
|
|
15
15
|
export declare class BackendConnectionTag extends TagAbstract {
|
|
16
16
|
/**
|
|
17
17
|
* @returns {Promise<BackendConnectionIntrospectionEntity>}
|
|
18
|
-
* @throws {
|
|
18
|
+
* @throws {CommonMessageExceptionException}
|
|
19
19
|
* @throws {ClientException}
|
|
20
20
|
*/
|
|
21
21
|
getIntrospectionForEntity(connectionId: string, entity: string): Promise<BackendConnectionIntrospectionEntity>;
|
|
22
22
|
/**
|
|
23
23
|
* @returns {Promise<BackendConnectionIntrospectionEntities>}
|
|
24
|
-
* @throws {
|
|
24
|
+
* @throws {CommonMessageExceptionException}
|
|
25
25
|
* @throws {ClientException}
|
|
26
26
|
*/
|
|
27
27
|
getIntrospection(connectionId: string): Promise<BackendConnectionIntrospectionEntities>;
|
|
28
28
|
/**
|
|
29
29
|
* @returns {Promise<CommonMessage>}
|
|
30
|
-
* @throws {
|
|
30
|
+
* @throws {CommonMessageExceptionException}
|
|
31
31
|
* @throws {ClientException}
|
|
32
32
|
*/
|
|
33
33
|
getRedirect(connectionId: string): Promise<CommonMessage>;
|
|
34
34
|
/**
|
|
35
35
|
* @returns {Promise<CommonMessage>}
|
|
36
|
-
* @throws {
|
|
36
|
+
* @throws {CommonMessageExceptionException}
|
|
37
37
|
* @throws {ClientException}
|
|
38
38
|
*/
|
|
39
39
|
delete(connectionId: string): Promise<CommonMessage>;
|
|
40
40
|
/**
|
|
41
41
|
* @returns {Promise<CommonMessage>}
|
|
42
|
-
* @throws {
|
|
42
|
+
* @throws {CommonMessageExceptionException}
|
|
43
43
|
* @throws {ClientException}
|
|
44
44
|
*/
|
|
45
45
|
update(connectionId: string, payload: BackendConnectionUpdate): Promise<CommonMessage>;
|
|
46
46
|
/**
|
|
47
47
|
* @returns {Promise<BackendConnection>}
|
|
48
|
-
* @throws {
|
|
48
|
+
* @throws {CommonMessageExceptionException}
|
|
49
49
|
* @throws {ClientException}
|
|
50
50
|
*/
|
|
51
51
|
get(connectionId: string): Promise<BackendConnection>;
|
|
52
52
|
/**
|
|
53
53
|
* @returns {Promise<CommonFormContainer>}
|
|
54
|
-
* @throws {
|
|
54
|
+
* @throws {CommonMessageExceptionException}
|
|
55
55
|
* @throws {ClientException}
|
|
56
56
|
*/
|
|
57
57
|
getForm(_class?: string): Promise<CommonFormContainer>;
|
|
58
58
|
/**
|
|
59
59
|
* @returns {Promise<BackendConnectionIndex>}
|
|
60
|
-
* @throws {
|
|
60
|
+
* @throws {CommonMessageExceptionException}
|
|
61
61
|
* @throws {ClientException}
|
|
62
62
|
*/
|
|
63
63
|
getClasses(): Promise<BackendConnectionIndex>;
|
|
64
64
|
/**
|
|
65
65
|
* @returns {Promise<CommonMessage>}
|
|
66
|
-
* @throws {
|
|
66
|
+
* @throws {CommonMessageExceptionException}
|
|
67
67
|
* @throws {ClientException}
|
|
68
68
|
*/
|
|
69
69
|
create(payload: BackendConnectionCreate): Promise<CommonMessage>;
|
|
70
70
|
/**
|
|
71
71
|
* @returns {Promise<BackendConnectionCollection>}
|
|
72
|
-
* @throws {
|
|
72
|
+
* @throws {CommonMessageExceptionException}
|
|
73
73
|
* @throws {ClientException}
|
|
74
74
|
*/
|
|
75
75
|
getAll(startIndex?: number, count?: number, search?: string): Promise<BackendConnectionCollection>;
|
|
@@ -9,7 +9,7 @@ import { CommonMessageException } from "./CommonMessageException";
|
|
|
9
9
|
export class BackendConnectionTag extends TagAbstract {
|
|
10
10
|
/**
|
|
11
11
|
* @returns {Promise<BackendConnectionIntrospectionEntity>}
|
|
12
|
-
* @throws {
|
|
12
|
+
* @throws {CommonMessageExceptionException}
|
|
13
13
|
* @throws {ClientException}
|
|
14
14
|
*/
|
|
15
15
|
async getIntrospectionForEntity(connectionId, entity) {
|
|
@@ -20,7 +20,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
20
20
|
let params = {
|
|
21
21
|
url: url,
|
|
22
22
|
method: 'GET',
|
|
23
|
-
params: this.parser.query({}),
|
|
23
|
+
params: this.parser.query({}, []),
|
|
24
24
|
};
|
|
25
25
|
try {
|
|
26
26
|
const response = await this.httpClient.request(params);
|
|
@@ -49,7 +49,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
51
|
* @returns {Promise<BackendConnectionIntrospectionEntities>}
|
|
52
|
-
* @throws {
|
|
52
|
+
* @throws {CommonMessageExceptionException}
|
|
53
53
|
* @throws {ClientException}
|
|
54
54
|
*/
|
|
55
55
|
async getIntrospection(connectionId) {
|
|
@@ -59,7 +59,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
59
59
|
let params = {
|
|
60
60
|
url: url,
|
|
61
61
|
method: 'GET',
|
|
62
|
-
params: this.parser.query({}),
|
|
62
|
+
params: this.parser.query({}, []),
|
|
63
63
|
};
|
|
64
64
|
try {
|
|
65
65
|
const response = await this.httpClient.request(params);
|
|
@@ -88,7 +88,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
90
|
* @returns {Promise<CommonMessage>}
|
|
91
|
-
* @throws {
|
|
91
|
+
* @throws {CommonMessageExceptionException}
|
|
92
92
|
* @throws {ClientException}
|
|
93
93
|
*/
|
|
94
94
|
async getRedirect(connectionId) {
|
|
@@ -98,7 +98,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
98
98
|
let params = {
|
|
99
99
|
url: url,
|
|
100
100
|
method: 'GET',
|
|
101
|
-
params: this.parser.query({}),
|
|
101
|
+
params: this.parser.query({}, []),
|
|
102
102
|
};
|
|
103
103
|
try {
|
|
104
104
|
const response = await this.httpClient.request(params);
|
|
@@ -125,7 +125,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
127
|
* @returns {Promise<CommonMessage>}
|
|
128
|
-
* @throws {
|
|
128
|
+
* @throws {CommonMessageExceptionException}
|
|
129
129
|
* @throws {ClientException}
|
|
130
130
|
*/
|
|
131
131
|
async delete(connectionId) {
|
|
@@ -135,7 +135,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
135
135
|
let params = {
|
|
136
136
|
url: url,
|
|
137
137
|
method: 'DELETE',
|
|
138
|
-
params: this.parser.query({}),
|
|
138
|
+
params: this.parser.query({}, []),
|
|
139
139
|
};
|
|
140
140
|
try {
|
|
141
141
|
const response = await this.httpClient.request(params);
|
|
@@ -166,7 +166,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
168
|
* @returns {Promise<CommonMessage>}
|
|
169
|
-
* @throws {
|
|
169
|
+
* @throws {CommonMessageExceptionException}
|
|
170
170
|
* @throws {ClientException}
|
|
171
171
|
*/
|
|
172
172
|
async update(connectionId, payload) {
|
|
@@ -176,7 +176,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
176
176
|
let params = {
|
|
177
177
|
url: url,
|
|
178
178
|
method: 'PUT',
|
|
179
|
-
params: this.parser.query({}),
|
|
179
|
+
params: this.parser.query({}, []),
|
|
180
180
|
data: payload
|
|
181
181
|
};
|
|
182
182
|
try {
|
|
@@ -210,7 +210,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
210
210
|
}
|
|
211
211
|
/**
|
|
212
212
|
* @returns {Promise<BackendConnection>}
|
|
213
|
-
* @throws {
|
|
213
|
+
* @throws {CommonMessageExceptionException}
|
|
214
214
|
* @throws {ClientException}
|
|
215
215
|
*/
|
|
216
216
|
async get(connectionId) {
|
|
@@ -220,7 +220,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
220
220
|
let params = {
|
|
221
221
|
url: url,
|
|
222
222
|
method: 'GET',
|
|
223
|
-
params: this.parser.query({}),
|
|
223
|
+
params: this.parser.query({}, []),
|
|
224
224
|
};
|
|
225
225
|
try {
|
|
226
226
|
const response = await this.httpClient.request(params);
|
|
@@ -251,7 +251,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
251
251
|
}
|
|
252
252
|
/**
|
|
253
253
|
* @returns {Promise<CommonFormContainer>}
|
|
254
|
-
* @throws {
|
|
254
|
+
* @throws {CommonMessageExceptionException}
|
|
255
255
|
* @throws {ClientException}
|
|
256
256
|
*/
|
|
257
257
|
async getForm(_class) {
|
|
@@ -261,7 +261,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
261
261
|
method: 'GET',
|
|
262
262
|
params: this.parser.query({
|
|
263
263
|
'class': _class,
|
|
264
|
-
}),
|
|
264
|
+
}, []),
|
|
265
265
|
};
|
|
266
266
|
try {
|
|
267
267
|
const response = await this.httpClient.request(params);
|
|
@@ -288,7 +288,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
288
288
|
}
|
|
289
289
|
/**
|
|
290
290
|
* @returns {Promise<BackendConnectionIndex>}
|
|
291
|
-
* @throws {
|
|
291
|
+
* @throws {CommonMessageExceptionException}
|
|
292
292
|
* @throws {ClientException}
|
|
293
293
|
*/
|
|
294
294
|
async getClasses() {
|
|
@@ -296,7 +296,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
296
296
|
let params = {
|
|
297
297
|
url: url,
|
|
298
298
|
method: 'GET',
|
|
299
|
-
params: this.parser.query({}),
|
|
299
|
+
params: this.parser.query({}, []),
|
|
300
300
|
};
|
|
301
301
|
try {
|
|
302
302
|
const response = await this.httpClient.request(params);
|
|
@@ -323,7 +323,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
323
323
|
}
|
|
324
324
|
/**
|
|
325
325
|
* @returns {Promise<CommonMessage>}
|
|
326
|
-
* @throws {
|
|
326
|
+
* @throws {CommonMessageExceptionException}
|
|
327
327
|
* @throws {ClientException}
|
|
328
328
|
*/
|
|
329
329
|
async create(payload) {
|
|
@@ -331,7 +331,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
331
331
|
let params = {
|
|
332
332
|
url: url,
|
|
333
333
|
method: 'POST',
|
|
334
|
-
params: this.parser.query({}),
|
|
334
|
+
params: this.parser.query({}, []),
|
|
335
335
|
data: payload
|
|
336
336
|
};
|
|
337
337
|
try {
|
|
@@ -361,7 +361,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
361
361
|
}
|
|
362
362
|
/**
|
|
363
363
|
* @returns {Promise<BackendConnectionCollection>}
|
|
364
|
-
* @throws {
|
|
364
|
+
* @throws {CommonMessageExceptionException}
|
|
365
365
|
* @throws {ClientException}
|
|
366
366
|
*/
|
|
367
367
|
async getAll(startIndex, count, search) {
|
|
@@ -373,7 +373,7 @@ export class BackendConnectionTag extends TagAbstract {
|
|
|
373
373
|
'startIndex': startIndex,
|
|
374
374
|
'count': count,
|
|
375
375
|
'search': search,
|
|
376
|
-
}),
|
|
376
|
+
}, []),
|
|
377
377
|
};
|
|
378
378
|
try {
|
|
379
379
|
const response = await this.httpClient.request(params);
|
|
@@ -11,31 +11,31 @@ import { CommonMessage } from "./CommonMessage";
|
|
|
11
11
|
export declare class BackendCronjobTag extends TagAbstract {
|
|
12
12
|
/**
|
|
13
13
|
* @returns {Promise<CommonMessage>}
|
|
14
|
-
* @throws {
|
|
14
|
+
* @throws {CommonMessageExceptionException}
|
|
15
15
|
* @throws {ClientException}
|
|
16
16
|
*/
|
|
17
17
|
delete(cronjobId: string): Promise<CommonMessage>;
|
|
18
18
|
/**
|
|
19
19
|
* @returns {Promise<CommonMessage>}
|
|
20
|
-
* @throws {
|
|
20
|
+
* @throws {CommonMessageExceptionException}
|
|
21
21
|
* @throws {ClientException}
|
|
22
22
|
*/
|
|
23
23
|
update(cronjobId: string, payload: BackendCronjobUpdate): Promise<CommonMessage>;
|
|
24
24
|
/**
|
|
25
25
|
* @returns {Promise<BackendCronjob>}
|
|
26
|
-
* @throws {
|
|
26
|
+
* @throws {CommonMessageExceptionException}
|
|
27
27
|
* @throws {ClientException}
|
|
28
28
|
*/
|
|
29
29
|
get(cronjobId: string): Promise<BackendCronjob>;
|
|
30
30
|
/**
|
|
31
31
|
* @returns {Promise<CommonMessage>}
|
|
32
|
-
* @throws {
|
|
32
|
+
* @throws {CommonMessageExceptionException}
|
|
33
33
|
* @throws {ClientException}
|
|
34
34
|
*/
|
|
35
35
|
create(payload: BackendCronjobCreate): Promise<CommonMessage>;
|
|
36
36
|
/**
|
|
37
37
|
* @returns {Promise<BackendCronjobCollection>}
|
|
38
|
-
* @throws {
|
|
38
|
+
* @throws {CommonMessageExceptionException}
|
|
39
39
|
* @throws {ClientException}
|
|
40
40
|
*/
|
|
41
41
|
getAll(startIndex?: number, count?: number, search?: string): Promise<BackendCronjobCollection>;
|
|
@@ -9,7 +9,7 @@ import { CommonMessageException } from "./CommonMessageException";
|
|
|
9
9
|
export class BackendCronjobTag extends TagAbstract {
|
|
10
10
|
/**
|
|
11
11
|
* @returns {Promise<CommonMessage>}
|
|
12
|
-
* @throws {
|
|
12
|
+
* @throws {CommonMessageExceptionException}
|
|
13
13
|
* @throws {ClientException}
|
|
14
14
|
*/
|
|
15
15
|
async delete(cronjobId) {
|
|
@@ -19,7 +19,7 @@ export class BackendCronjobTag extends TagAbstract {
|
|
|
19
19
|
let params = {
|
|
20
20
|
url: url,
|
|
21
21
|
method: 'DELETE',
|
|
22
|
-
params: this.parser.query({}),
|
|
22
|
+
params: this.parser.query({}, []),
|
|
23
23
|
};
|
|
24
24
|
try {
|
|
25
25
|
const response = await this.httpClient.request(params);
|
|
@@ -50,7 +50,7 @@ export class BackendCronjobTag extends TagAbstract {
|
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* @returns {Promise<CommonMessage>}
|
|
53
|
-
* @throws {
|
|
53
|
+
* @throws {CommonMessageExceptionException}
|
|
54
54
|
* @throws {ClientException}
|
|
55
55
|
*/
|
|
56
56
|
async update(cronjobId, payload) {
|
|
@@ -60,7 +60,7 @@ export class BackendCronjobTag extends TagAbstract {
|
|
|
60
60
|
let params = {
|
|
61
61
|
url: url,
|
|
62
62
|
method: 'PUT',
|
|
63
|
-
params: this.parser.query({}),
|
|
63
|
+
params: this.parser.query({}, []),
|
|
64
64
|
data: payload
|
|
65
65
|
};
|
|
66
66
|
try {
|
|
@@ -94,7 +94,7 @@ export class BackendCronjobTag extends TagAbstract {
|
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
96
|
* @returns {Promise<BackendCronjob>}
|
|
97
|
-
* @throws {
|
|
97
|
+
* @throws {CommonMessageExceptionException}
|
|
98
98
|
* @throws {ClientException}
|
|
99
99
|
*/
|
|
100
100
|
async get(cronjobId) {
|
|
@@ -104,7 +104,7 @@ export class BackendCronjobTag extends TagAbstract {
|
|
|
104
104
|
let params = {
|
|
105
105
|
url: url,
|
|
106
106
|
method: 'GET',
|
|
107
|
-
params: this.parser.query({}),
|
|
107
|
+
params: this.parser.query({}, []),
|
|
108
108
|
};
|
|
109
109
|
try {
|
|
110
110
|
const response = await this.httpClient.request(params);
|
|
@@ -135,7 +135,7 @@ export class BackendCronjobTag extends TagAbstract {
|
|
|
135
135
|
}
|
|
136
136
|
/**
|
|
137
137
|
* @returns {Promise<CommonMessage>}
|
|
138
|
-
* @throws {
|
|
138
|
+
* @throws {CommonMessageExceptionException}
|
|
139
139
|
* @throws {ClientException}
|
|
140
140
|
*/
|
|
141
141
|
async create(payload) {
|
|
@@ -143,7 +143,7 @@ export class BackendCronjobTag extends TagAbstract {
|
|
|
143
143
|
let params = {
|
|
144
144
|
url: url,
|
|
145
145
|
method: 'POST',
|
|
146
|
-
params: this.parser.query({}),
|
|
146
|
+
params: this.parser.query({}, []),
|
|
147
147
|
data: payload
|
|
148
148
|
};
|
|
149
149
|
try {
|
|
@@ -173,7 +173,7 @@ export class BackendCronjobTag extends TagAbstract {
|
|
|
173
173
|
}
|
|
174
174
|
/**
|
|
175
175
|
* @returns {Promise<BackendCronjobCollection>}
|
|
176
|
-
* @throws {
|
|
176
|
+
* @throws {CommonMessageExceptionException}
|
|
177
177
|
* @throws {ClientException}
|
|
178
178
|
*/
|
|
179
179
|
async getAll(startIndex, count, search) {
|
|
@@ -185,7 +185,7 @@ export class BackendCronjobTag extends TagAbstract {
|
|
|
185
185
|
'startIndex': startIndex,
|
|
186
186
|
'count': count,
|
|
187
187
|
'search': search,
|
|
188
|
-
}),
|
|
188
|
+
}, []),
|
|
189
189
|
};
|
|
190
190
|
try {
|
|
191
191
|
const response = await this.httpClient.request(params);
|
|
@@ -7,7 +7,7 @@ import { BackendDashboard } from "./BackendDashboard";
|
|
|
7
7
|
export declare class BackendDashboardTag extends TagAbstract {
|
|
8
8
|
/**
|
|
9
9
|
* @returns {Promise<BackendDashboard>}
|
|
10
|
-
* @throws {
|
|
10
|
+
* @throws {CommonMessageExceptionException}
|
|
11
11
|
* @throws {ClientException}
|
|
12
12
|
*/
|
|
13
13
|
getAll(): Promise<BackendDashboard>;
|
|
@@ -9,7 +9,7 @@ import { CommonMessageException } from "./CommonMessageException";
|
|
|
9
9
|
export class BackendDashboardTag extends TagAbstract {
|
|
10
10
|
/**
|
|
11
11
|
* @returns {Promise<BackendDashboard>}
|
|
12
|
-
* @throws {
|
|
12
|
+
* @throws {CommonMessageExceptionException}
|
|
13
13
|
* @throws {ClientException}
|
|
14
14
|
*/
|
|
15
15
|
async getAll() {
|
|
@@ -17,7 +17,7 @@ export class BackendDashboardTag extends TagAbstract {
|
|
|
17
17
|
let params = {
|
|
18
18
|
url: url,
|
|
19
19
|
method: 'GET',
|
|
20
|
-
params: this.parser.query({}),
|
|
20
|
+
params: this.parser.query({}, []),
|
|
21
21
|
};
|
|
22
22
|
try {
|
|
23
23
|
const response = await this.httpClient.request(params);
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BackendEventTag automatically generated by SDKgen please do not edit this file manually
|
|
3
|
+
* {@link https://sdkgen.app}
|
|
4
|
+
*/
|
|
5
|
+
import { TagAbstract } from "sdkgen-client";
|
|
6
|
+
import { BackendEvent } from "./BackendEvent";
|
|
7
|
+
import { BackendEventCollection } from "./BackendEventCollection";
|
|
8
|
+
import { BackendEventCreate } from "./BackendEventCreate";
|
|
9
|
+
import { BackendEventUpdate } from "./BackendEventUpdate";
|
|
10
|
+
import { CommonMessage } from "./CommonMessage";
|
|
11
|
+
export declare class BackendEventTag extends TagAbstract {
|
|
12
|
+
/**
|
|
13
|
+
* @returns {Promise<CommonMessage>}
|
|
14
|
+
* @throws {CommonMessageExceptionException}
|
|
15
|
+
* @throws {ClientException}
|
|
16
|
+
*/
|
|
17
|
+
delete(eventId: string): Promise<CommonMessage>;
|
|
18
|
+
/**
|
|
19
|
+
* @returns {Promise<CommonMessage>}
|
|
20
|
+
* @throws {CommonMessageExceptionException}
|
|
21
|
+
* @throws {ClientException}
|
|
22
|
+
*/
|
|
23
|
+
update(eventId: string, payload: BackendEventUpdate): Promise<CommonMessage>;
|
|
24
|
+
/**
|
|
25
|
+
* @returns {Promise<BackendEvent>}
|
|
26
|
+
* @throws {CommonMessageExceptionException}
|
|
27
|
+
* @throws {ClientException}
|
|
28
|
+
*/
|
|
29
|
+
get(eventId: string): Promise<BackendEvent>;
|
|
30
|
+
/**
|
|
31
|
+
* @returns {Promise<CommonMessage>}
|
|
32
|
+
* @throws {CommonMessageExceptionException}
|
|
33
|
+
* @throws {ClientException}
|
|
34
|
+
*/
|
|
35
|
+
create(payload: BackendEventCreate): Promise<CommonMessage>;
|
|
36
|
+
/**
|
|
37
|
+
* @returns {Promise<BackendEventCollection>}
|
|
38
|
+
* @throws {CommonMessageExceptionException}
|
|
39
|
+
* @throws {ClientException}
|
|
40
|
+
*/
|
|
41
|
+
getAll(startIndex?: number, count?: number, search?: string): Promise<BackendEventCollection>;
|
|
42
|
+
}
|