@ayasofyazilim/saas 0.0.72 → 0.0.73
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/.github/workflows/release.yaml +120 -120
- package/.github/workflows/update.yaml +52 -52
- package/.github/workflows/update_release.yaml +33 -33
- package/AccountService/AccountServiceClient.ts +68 -68
- package/AccountService/core/ApiRequestOptions.ts +12 -12
- package/AccountService/core/BaseHttpRequest.ts +9 -9
- package/AccountService/core/FetchHttpRequest.ts +21 -21
- package/AccountService/core/OpenAPI.ts +55 -55
- package/AccountService/core/request.ts +340 -340
- package/AccountService/index.ts +8 -8
- package/AccountService/models/Volo_Abp_Account_AccountExternalProviderSettingsDto.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_AccountRecaptchaSettingsDto.ts +14 -14
- package/AccountService/models/Volo_Abp_Account_AccountSettingsDto.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_AccountTwoFactorSettingsDto.ts +11 -11
- package/AccountService/models/Volo_Abp_Account_AuthenticatorInfoDto.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_ChangePasswordInput.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_ConfirmEmailInput.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_ConfirmPhoneNumberInput.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_DelegateNewUserInput.ts +10 -10
- package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderDto.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderItemDto.ts +11 -11
- package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderItemWithSecretDto.ts +13 -13
- package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettings.ts +12 -12
- package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettingsProperty.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_IdentityUserConfirmationStateDto.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_IsLinkedInput.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_LinkUserDto.ts +12 -12
- package/AccountService/models/Volo_Abp_Account_LinkUserInput.ts +10 -10
- package/AccountService/models/Volo_Abp_Account_ProfileDto.ts +20 -20
- package/AccountService/models/Volo_Abp_Account_ProfilePictureSourceDto.ts +11 -11
- package/AccountService/models/Volo_Abp_Account_ProfilePictureType.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_AbpLoginResult.ts +10 -10
- package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_LinkUserLoginInfo.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_LoginResultType.ts +12 -12
- package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_UserLoginInfo.ts +11 -11
- package/AccountService/models/Volo_Abp_Account_RegisterDto.ts +15 -15
- package/AccountService/models/Volo_Abp_Account_ResetPasswordDto.ts +10 -10
- package/AccountService/models/Volo_Abp_Account_SendEmailConfirmationTokenDto.ts +11 -11
- package/AccountService/models/Volo_Abp_Account_SendPasswordResetCodeDto.ts +11 -11
- package/AccountService/models/Volo_Abp_Account_SendPhoneNumberConfirmationTokenDto.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_SendTwoFactorCodeInput.ts +10 -10
- package/AccountService/models/Volo_Abp_Account_UnLinkUserInput.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_UpdateExternalProviderDto.ts +12 -12
- package/AccountService/models/Volo_Abp_Account_UpdateProfileDto.ts +15 -15
- package/AccountService/models/Volo_Abp_Account_UserDelegationDto.ts +11 -11
- package/AccountService/models/Volo_Abp_Account_UserLookupDto.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_VerifyAuthenticatorCodeDto.ts +8 -8
- package/AccountService/models/Volo_Abp_Account_VerifyAuthenticatorCodeInput.ts +8 -8
- package/AccountService/models/Volo_Abp_Account_VerifyEmailConfirmationTokenInput.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_VerifyLinkLoginTokenInput.ts +10 -10
- package/AccountService/models/Volo_Abp_Account_VerifyLinkTokenInput.ts +10 -10
- package/AccountService/models/Volo_Abp_Account_VerifyPasswordResetTokenInput.ts +9 -9
- package/AccountService/models/Volo_Abp_Application_Dtos_ListResultDto_1.ts +9 -9
- package/AccountService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +10 -10
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +30 -30
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +18 -18
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +9 -9
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +9 -9
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +17 -17
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +22 -22
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +14 -14
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +10 -10
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +10 -10
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +9 -9
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +13 -13
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +9 -9
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +19 -19
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +14 -14
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +12 -12
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +9 -9
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +10 -10
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +11 -11
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +11 -11
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +9 -9
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +10 -10
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto.ts +11 -11
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +8 -8
- package/AccountService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +20 -20
- package/AccountService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +11 -11
- package/AccountService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +17 -17
- package/AccountService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +11 -11
- package/AccountService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +12 -12
- package/AccountService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +13 -13
- package/AccountService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +11 -11
- package/AccountService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +17 -17
- package/AccountService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +17 -17
- package/AccountService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +9 -9
- package/AccountService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +14 -14
- package/AccountService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +13 -13
- package/AccountService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +9 -9
- package/AccountService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +9 -9
- package/AccountService/models/Volo_Abp_Identity_Features_IdentityProTwoFactorBehaviour.ts +9 -9
- package/AccountService/models/Volo_Abp_Identity_IdentitySecurityLogDto.ts +21 -21
- package/AccountService/models/Volo_Abp_Identity_IdentityUserDto.ts +35 -35
- package/AccountService/models/Volo_Abp_Localization_LanguageInfo.ts +12 -12
- package/AccountService/models/Volo_Abp_NameValue.ts +9 -9
- package/AccountService/schemas.gen.ts +5333 -5333
- package/AccountService/services/AbpApiDefinitionService.ts +34 -34
- package/AccountService/services/AbpApplicationConfigurationService.ts +34 -34
- package/AccountService/services/AbpApplicationLocalizationService.ts +37 -37
- package/AccountService/services/AbpTenantService.ts +58 -58
- package/AccountService/services/AccountExternalProviderService.ts +56 -56
- package/AccountService/services/AccountService.ts +545 -545
- package/AccountService/services/AccountSettingsService.ts +178 -178
- package/AccountService/services/DynamicClaimsService.ts +27 -27
- package/AccountService/services/LoginService.ts +99 -99
- package/AccountService/services/ProfileService.ts +155 -155
- package/AccountService/services/UserService.ts +313 -313
- package/AccountService/services.gen.ts +1539 -1539
- package/AccountService/types.gen.ts +3328 -3328
- package/AdministrationService/AdministrationServiceClient.ts +80 -77
- package/AdministrationService/core/ApiRequestOptions.ts +12 -12
- package/AdministrationService/core/BaseHttpRequest.ts +9 -9
- package/AdministrationService/core/FetchHttpRequest.ts +21 -21
- package/AdministrationService/core/OpenAPI.ts +55 -55
- package/AdministrationService/core/request.ts +340 -340
- package/AdministrationService/index.ts +8 -8
- package/AdministrationService/models/System_Net_HttpStatusCode.ts +67 -67
- package/AdministrationService/models/Volo_Abp_Application_Dtos_ListResultDto_1.ts +9 -9
- package/AdministrationService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +10 -10
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +30 -30
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +18 -18
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +17 -17
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +22 -22
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +14 -14
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +10 -10
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +10 -10
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +13 -13
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +19 -19
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +14 -14
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +12 -12
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +10 -10
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +11 -11
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +11 -11
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +10 -10
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto.ts +11 -11
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AuditLogging_AuditLogActionDto.ts +16 -16
- package/AdministrationService/models/Volo_Abp_AuditLogging_AuditLogDto.ts +33 -33
- package/AdministrationService/models/Volo_Abp_AuditLogging_EntityChangeDto.ts +18 -18
- package/AdministrationService/models/Volo_Abp_AuditLogging_EntityChangeWithUsernameDto.ts +10 -10
- package/AdministrationService/models/Volo_Abp_AuditLogging_EntityPropertyChangeDto.ts +14 -14
- package/AdministrationService/models/Volo_Abp_AuditLogging_GetAverageExecutionDurationPerDayOutput.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AuditLogging_GetErrorRateOutput.ts +8 -8
- package/AdministrationService/models/Volo_Abp_Auditing_EntityChangeType.ts +9 -9
- package/AdministrationService/models/Volo_Abp_FeatureManagement_FeatureDto.ts +17 -17
- package/AdministrationService/models/Volo_Abp_FeatureManagement_FeatureGroupDto.ts +11 -11
- package/AdministrationService/models/Volo_Abp_FeatureManagement_FeatureProviderDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_FeatureManagement_GetFeatureListResultDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_FeatureManagement_UpdateFeatureDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_FeatureManagement_UpdateFeaturesDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_Gdpr_DownloadTokenResultDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_Gdpr_GdprRequestDto.ts +10 -10
- package/AdministrationService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +20 -20
- package/AdministrationService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +11 -11
- package/AdministrationService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +17 -17
- package/AdministrationService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +11 -11
- package/AdministrationService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +12 -12
- package/AdministrationService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +13 -13
- package/AdministrationService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +11 -11
- package/AdministrationService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +17 -17
- package/AdministrationService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +17 -17
- package/AdministrationService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +9 -9
- package/AdministrationService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +14 -14
- package/AdministrationService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +13 -13
- package/AdministrationService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +9 -9
- package/AdministrationService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +9 -9
- package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_CreateLanguageDto.ts +13 -13
- package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_CultureInfoDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_LanguageDto.ts +18 -18
- package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_LanguageResourceDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_LanguageTextDto.ts +13 -13
- package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_UpdateLanguageDto.ts +12 -12
- package/AdministrationService/models/Volo_Abp_Localization_LanguageInfo.ts +12 -12
- package/AdministrationService/models/Volo_Abp_NameValue.ts +9 -9
- package/AdministrationService/models/Volo_Abp_PermissionManagement_GetPermissionListResultDto.ts +10 -10
- package/AdministrationService/models/Volo_Abp_PermissionManagement_PermissionGrantInfoDto.ts +14 -14
- package/AdministrationService/models/Volo_Abp_PermissionManagement_PermissionGroupDto.ts +13 -13
- package/AdministrationService/models/Volo_Abp_PermissionManagement_ProviderInfoDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_PermissionManagement_UpdatePermissionDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_PermissionManagement_UpdatePermissionsDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_SettingManagement_EmailSettingsDto.ts +16 -16
- package/AdministrationService/models/Volo_Abp_SettingManagement_SendTestEmailInput.ts +11 -11
- package/AdministrationService/models/Volo_Abp_SettingManagement_UpdateEmailSettingsDto.ts +16 -16
- package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_RestoreTemplateContentInput.ts +9 -9
- package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_TemplateDefinitionDto.ts +13 -13
- package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto.ts +10 -10
- package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_UpdateTemplateContentInput.ts +10 -10
- package/AdministrationService/models/Volo_Abp_Validation_StringValues_IStringValueType.ts +11 -11
- package/AdministrationService/models/Volo_Abp_Validation_StringValues_IValueValidator.ts +9 -9
- package/AdministrationService/schemas.gen.ts +6721 -5987
- package/AdministrationService/services/AbpApiDefinitionService.ts +34 -34
- package/AdministrationService/services/AbpApplicationConfigurationService.ts +34 -34
- package/AdministrationService/services/AbpApplicationLocalizationService.ts +37 -37
- package/AdministrationService/services/AbpTenantService.ts +58 -58
- package/AdministrationService/services/AuditLogsService.ts +286 -286
- package/AdministrationService/services/EmailSettingsService.ts +76 -76
- package/AdministrationService/services/FeaturesService.ts +96 -96
- package/AdministrationService/services/GdprRequestService.ts +152 -152
- package/AdministrationService/services/LanguageTextsService.ts +157 -157
- package/AdministrationService/services/LanguagesService.ts +257 -257
- package/AdministrationService/services/PermissionsService.ts +69 -69
- package/AdministrationService/services/TextTemplateContentsService.ts +85 -85
- package/AdministrationService/services/TextTemplateDefinitionsService.ts +69 -69
- package/AdministrationService/services/TimeZoneSettingsService.ts +70 -70
- package/AdministrationService/services.gen.ts +1470 -1404
- package/AdministrationService/types.gen.ts +3034 -2851
- package/BackerService/core/ApiRequestOptions.ts +12 -12
- package/BackerService/core/BaseHttpRequest.ts +9 -9
- package/BackerService/core/FetchHttpRequest.ts +21 -21
- package/BackerService/core/OpenAPI.ts +55 -55
- package/BackerService/core/request.ts +340 -340
- package/BackerService/index.ts +8 -8
- package/BackerService/services.gen.ts +866 -866
- package/BackerService/types.gen.ts +2170 -2170
- package/CRMService/CRMServiceClient.ts +65 -65
- package/CRMService/schemas.gen.ts +18542 -18542
- package/CRMService/services.gen.ts +2636 -2636
- package/CRMService/types.gen.ts +5238 -5238
- package/ContractService/schemas.gen.ts +11791 -11791
- package/ContractService/services.gen.ts +1962 -1962
- package/ContractService/types.gen.ts +4257 -4257
- package/ExportValidationService/ExportValidationServiceClient.ts +44 -44
- package/ExportValidationService/core/ApiError.ts +20 -20
- package/ExportValidationService/core/ApiRequestOptions.ts +12 -12
- package/ExportValidationService/core/ApiResult.ts +6 -6
- package/ExportValidationService/core/BaseHttpRequest.ts +9 -9
- package/ExportValidationService/core/CancelablePromise.ts +125 -125
- package/ExportValidationService/core/FetchHttpRequest.ts +21 -21
- package/ExportValidationService/core/OpenAPI.ts +55 -55
- package/ExportValidationService/core/request.ts +340 -340
- package/ExportValidationService/index.ts +8 -8
- package/ExportValidationService/schemas.gen.ts +3998 -3998
- package/ExportValidationService/services.gen.ts +260 -260
- package/ExportValidationService/types.gen.ts +818 -818
- package/FinanceService/FinanceServiceClient.ts +44 -44
- package/FinanceService/core/ApiError.ts +20 -20
- package/FinanceService/core/ApiRequestOptions.ts +12 -12
- package/FinanceService/core/ApiResult.ts +6 -6
- package/FinanceService/core/BaseHttpRequest.ts +9 -9
- package/FinanceService/core/CancelablePromise.ts +125 -125
- package/FinanceService/core/FetchHttpRequest.ts +21 -21
- package/FinanceService/core/OpenAPI.ts +55 -55
- package/FinanceService/core/request.ts +340 -340
- package/FinanceService/index.ts +8 -8
- package/FinanceService/schemas.gen.ts +4137 -3969
- package/FinanceService/services.gen.ts +224 -224
- package/FinanceService/types.gen.ts +778 -759
- package/FundraiserService/core/ApiRequestOptions.ts +12 -12
- package/FundraiserService/core/BaseHttpRequest.ts +9 -9
- package/FundraiserService/core/FetchHttpRequest.ts +21 -21
- package/FundraiserService/core/OpenAPI.ts +55 -55
- package/FundraiserService/core/request.ts +340 -340
- package/FundraiserService/index.ts +8 -8
- package/FundraiserService/services.gen.ts +627 -627
- package/FundraiserService/types.gen.ts +1793 -1793
- package/IdentityService/IdentityServiceClient.ts +80 -80
- package/IdentityService/core/ApiRequestOptions.ts +12 -12
- package/IdentityService/core/BaseHttpRequest.ts +9 -9
- package/IdentityService/core/FetchHttpRequest.ts +21 -21
- package/IdentityService/core/OpenAPI.ts +55 -55
- package/IdentityService/core/request.ts +340 -340
- package/IdentityService/index.ts +8 -8
- package/IdentityService/models/Volo_Abp_Account_AccountExternalProviderSettingsDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_Account_AccountRecaptchaSettingsDto.ts +14 -14
- package/IdentityService/models/Volo_Abp_Account_AccountSettingsDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_Account_AccountTwoFactorSettingsDto.ts +11 -11
- package/IdentityService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettings.ts +12 -12
- package/IdentityService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettingsProperty.ts +9 -9
- package/IdentityService/models/Volo_Abp_Account_UpdateExternalProviderDto.ts +12 -12
- package/IdentityService/models/Volo_Abp_Application_Dtos_ListResultDto_1.ts +9 -9
- package/IdentityService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +10 -10
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +30 -30
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +18 -18
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +17 -17
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +22 -22
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +14 -14
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +13 -13
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +19 -19
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +14 -14
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +12 -12
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +11 -11
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +11 -11
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +20 -20
- package/IdentityService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +11 -11
- package/IdentityService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +17 -17
- package/IdentityService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +11 -11
- package/IdentityService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +12 -12
- package/IdentityService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +13 -13
- package/IdentityService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +11 -11
- package/IdentityService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +17 -17
- package/IdentityService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +17 -17
- package/IdentityService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +9 -9
- package/IdentityService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +14 -14
- package/IdentityService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +13 -13
- package/IdentityService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +9 -9
- package/IdentityService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +9 -9
- package/IdentityService/models/Volo_Abp_Identity_ClaimTypeDto.ts +19 -19
- package/IdentityService/models/Volo_Abp_Identity_CreateClaimTypeDto.ts +15 -15
- package/IdentityService/models/Volo_Abp_Identity_DownloadTokenResultDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_Identity_ExternalLoginProviderDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_Identity_Features_IdentityProTwoFactorBehaviour.ts +9 -9
- package/IdentityService/models/Volo_Abp_Identity_IdentityClaimValueType.ts +10 -10
- package/IdentityService/models/Volo_Abp_Identity_IdentityLdapSettingsDto.ts +15 -15
- package/IdentityService/models/Volo_Abp_Identity_IdentityLockoutSettingsDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_Identity_IdentityOAuthSettingsDto.ts +15 -15
- package/IdentityService/models/Volo_Abp_Identity_IdentityPasswordSettingsDto.ts +15 -15
- package/IdentityService/models/Volo_Abp_Identity_IdentityRoleClaimDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_Identity_IdentityRoleCreateDto.ts +11 -11
- package/IdentityService/models/Volo_Abp_Identity_IdentityRoleDto.ts +15 -15
- package/IdentityService/models/Volo_Abp_Identity_IdentityRoleLookupDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_Identity_IdentityRoleUpdateDto.ts +12 -12
- package/IdentityService/models/Volo_Abp_Identity_IdentitySecurityLogDto.ts +21 -21
- package/IdentityService/models/Volo_Abp_Identity_IdentitySettingsDto.ts +15 -15
- package/IdentityService/models/Volo_Abp_Identity_IdentitySignInSettingsDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_Identity_IdentityUserClaimDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_Identity_IdentityUserCreateDto.ts +20 -20
- package/IdentityService/models/Volo_Abp_Identity_IdentityUserDto.ts +35 -35
- package/IdentityService/models/Volo_Abp_Identity_IdentityUserSettingsDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdateDto.ts +19 -19
- package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdatePasswordInput.ts +8 -8
- package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdateRolesDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_Identity_ImportExternalUserInput.ts +10 -10
- package/IdentityService/models/Volo_Abp_Identity_ImportUsersFromFileOutput.ts +12 -12
- package/IdentityService/models/Volo_Abp_Identity_ImportUsersFromFileType.ts +8 -8
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitCreateDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitDto.ts +21 -21
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitLookupDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitMoveInput.ts +8 -8
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitRoleDto.ts +11 -11
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitRoleInput.ts +8 -8
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitUpdateDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitUserInput.ts +8 -8
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitWithDetailsDto.ts +23 -23
- package/IdentityService/models/Volo_Abp_Identity_UpdateClaimTypeDto.ts +16 -16
- package/IdentityService/models/Volo_Abp_Localization_LanguageInfo.ts +12 -12
- package/IdentityService/models/Volo_Abp_NameValue.ts +9 -9
- package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_ApplicationDto.ts +29 -29
- package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_ApplicationTokenLifetimeDto.ts +13 -13
- package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_CreateApplicationInput.ts +28 -28
- package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_UpdateApplicationInput.ts +28 -28
- package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_CreateScopeInput.ts +12 -12
- package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_ScopeDto.ts +14 -14
- package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_UpdateScopeInput.ts +12 -12
- package/IdentityService/models/Volo_Abp_Users_UserData.ts +18 -18
- package/IdentityService/schemas.gen.ts +6845 -6845
- package/IdentityService/services/AbpApiDefinitionService.ts +34 -34
- package/IdentityService/services/AbpApplicationConfigurationService.ts +34 -34
- package/IdentityService/services/AbpApplicationLocalizationService.ts +37 -37
- package/IdentityService/services/AccountSettingsService.ts +178 -178
- package/IdentityService/services/ApplicationsService.ts +199 -199
- package/IdentityService/services/ClaimTypeService.ts +149 -149
- package/IdentityService/services/ExternalLoginService.ts +27 -27
- package/IdentityService/services/OrganizationUnitService.ts +539 -539
- package/IdentityService/services/RoleService.ts +269 -269
- package/IdentityService/services/ScopesService.ts +164 -164
- package/IdentityService/services/SecurityLogService.ts +174 -174
- package/IdentityService/services/SettingsService.ts +135 -135
- package/IdentityService/services/UserIntegrationService.ts +144 -144
- package/IdentityService/services/UserLookupService.ts +120 -120
- package/IdentityService/services/UserService.ts +937 -937
- package/IdentityService/services.gen.ts +2924 -2924
- package/IdentityService/types.gen.ts +5484 -5484
- package/LocationService/LocationServiceClient.ts +74 -74
- package/LocationService/core/ApiError.ts +20 -20
- package/LocationService/core/ApiRequestOptions.ts +12 -12
- package/LocationService/core/ApiResult.ts +6 -6
- package/LocationService/core/BaseHttpRequest.ts +9 -9
- package/LocationService/core/CancelablePromise.ts +125 -125
- package/LocationService/core/FetchHttpRequest.ts +21 -21
- package/LocationService/core/OpenAPI.ts +55 -55
- package/LocationService/core/request.ts +340 -340
- package/LocationService/index.ts +8 -8
- package/LocationService/schemas.gen.ts +6635 -6635
- package/LocationService/services.gen.ts +1797 -1797
- package/LocationService/types.gen.ts +3738 -3738
- package/MerchantService/core/ApiRequestOptions.ts +12 -12
- package/MerchantService/core/BaseHttpRequest.ts +9 -9
- package/MerchantService/core/FetchHttpRequest.ts +21 -21
- package/MerchantService/core/OpenAPI.ts +55 -55
- package/MerchantService/core/request.ts +340 -340
- package/MerchantService/types.gen.ts +18875 -18875
- package/ProjectService/core/ApiRequestOptions.ts +12 -12
- package/ProjectService/core/BaseHttpRequest.ts +9 -9
- package/ProjectService/core/FetchHttpRequest.ts +21 -21
- package/ProjectService/core/OpenAPI.ts +55 -55
- package/ProjectService/core/request.ts +340 -340
- package/ProjectService/index.ts +8 -8
- package/ProjectService/services.gen.ts +492 -492
- package/ProjectService/types.gen.ts +1303 -1303
- package/README.md +38 -38
- package/SaasService/core/ApiRequestOptions.ts +12 -12
- package/SaasService/core/BaseHttpRequest.ts +9 -9
- package/SaasService/core/FetchHttpRequest.ts +21 -21
- package/SaasService/core/OpenAPI.ts +55 -55
- package/SaasService/core/request.ts +340 -340
- package/SaasService/index.ts +8 -8
- package/SaasService/schemas.gen.ts +5345 -5345
- package/SaasService/services.gen.ts +1329 -1329
- package/SaasService/types.gen.ts +2737 -2737
- package/SettingService/SettingServiceClient.ts +59 -59
- package/SettingService/schemas.gen.ts +5223 -5223
- package/SettingService/services.gen.ts +758 -758
- package/SettingService/types.gen.ts +1800 -1800
- package/TagService/TagServiceClient.ts +44 -44
- package/TagService/core/ApiError.ts +20 -20
- package/TagService/core/ApiRequestOptions.ts +12 -12
- package/TagService/core/ApiResult.ts +6 -6
- package/TagService/core/BaseHttpRequest.ts +9 -9
- package/TagService/core/CancelablePromise.ts +125 -125
- package/TagService/core/FetchHttpRequest.ts +21 -21
- package/TagService/core/OpenAPI.ts +55 -55
- package/TagService/core/request.ts +340 -340
- package/TagService/index.ts +8 -8
- package/TagService/schemas.gen.ts +5109 -5109
- package/TagService/services.gen.ts +361 -361
- package/TagService/types.gen.ts +1088 -1088
- package/TravellerService/TravellerServiceClient.ts +56 -56
- package/TravellerService/core/ApiError.ts +20 -20
- package/TravellerService/core/ApiRequestOptions.ts +12 -12
- package/TravellerService/core/ApiResult.ts +6 -6
- package/TravellerService/core/BaseHttpRequest.ts +9 -9
- package/TravellerService/core/CancelablePromise.ts +125 -125
- package/TravellerService/core/FetchHttpRequest.ts +21 -21
- package/TravellerService/core/OpenAPI.ts +55 -55
- package/TravellerService/core/request.ts +340 -340
- package/TravellerService/index.ts +8 -8
- package/TravellerService/schemas.gen.ts +6347 -6347
- package/TravellerService/services.gen.ts +845 -845
- package/TravellerService/types.gen.ts +2072 -2072
- package/generator.mjs +204 -204
- package/index.ts +2 -2
- package/package.json +28 -28
|
@@ -1,1405 +1,1471 @@
|
|
|
1
|
-
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
-
|
|
3
|
-
import type { CancelablePromise } from './core/CancelablePromise';
|
|
4
|
-
import type { BaseHttpRequest } from './core/BaseHttpRequest';
|
|
5
|
-
import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiAbpMultiTenancyTenantsByNameByNameData, GetApiAbpMultiTenancyTenantsByNameByNameResponse, GetApiAbpMultiTenancyTenantsByIdByIdData, GetApiAbpMultiTenancyTenantsByIdByIdResponse, GetApiAuditLoggingAuditLogsData, GetApiAuditLoggingAuditLogsResponse, GetApiAuditLoggingAuditLogsByIdData, GetApiAuditLoggingAuditLogsByIdResponse, GetApiAuditLoggingAuditLogsStatisticsErrorRateData, GetApiAuditLoggingAuditLogsStatisticsErrorRateResponse, GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayData, GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayResponse, GetApiAuditLoggingAuditLogsEntityChangesData, GetApiAuditLoggingAuditLogsEntityChangesResponse, GetApiAuditLoggingAuditLogsEntityChangesWithUsernameData, GetApiAuditLoggingAuditLogsEntityChangesWithUsernameResponse, GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdData, GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdResponse, GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdData, GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdResponse, GetApiSettingManagementEmailingResponse, PostApiSettingManagementEmailingData, PostApiSettingManagementEmailingResponse, PostApiSettingManagementEmailingSendTestEmailData, PostApiSettingManagementEmailingSendTestEmailResponse, GetApiFeatureManagementFeaturesData, GetApiFeatureManagementFeaturesResponse, PutApiFeatureManagementFeaturesData, PutApiFeatureManagementFeaturesResponse, DeleteApiFeatureManagementFeaturesData, DeleteApiFeatureManagementFeaturesResponse, PostApiGdprRequestsPrepareDataResponse, GetApiGdprRequestsDownloadTokenData, GetApiGdprRequestsDownloadTokenResponse, GetApiGdprRequestsDataByRequestIdData, GetApiGdprRequestsDataByRequestIdResponse, GetApiGdprRequestsIsRequestAllowedResponse, GetApiGdprRequestsListData, GetApiGdprRequestsListResponse, DeleteApiGdprRequestsResponse, GetApiLanguageManagementLanguagesAllResponse, GetApiLanguageManagementLanguagesData, GetApiLanguageManagementLanguagesResponse, PostApiLanguageManagementLanguagesData, PostApiLanguageManagementLanguagesResponse, GetApiLanguageManagementLanguagesByIdData, GetApiLanguageManagementLanguagesByIdResponse, PutApiLanguageManagementLanguagesByIdData, PutApiLanguageManagementLanguagesByIdResponse, DeleteApiLanguageManagementLanguagesByIdData, DeleteApiLanguageManagementLanguagesByIdResponse, PutApiLanguageManagementLanguagesByIdSetAsDefaultData, PutApiLanguageManagementLanguagesByIdSetAsDefaultResponse, GetApiLanguageManagementLanguagesResourcesResponse, GetApiLanguageManagementLanguagesCultureListResponse, GetApiLanguageManagementLanguageTextsData, GetApiLanguageManagementLanguageTextsResponse, GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData, GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreData, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreResponse, GetApiPermissionManagementPermissionsData, GetApiPermissionManagementPermissionsResponse, PutApiPermissionManagementPermissionsData, PutApiPermissionManagementPermissionsResponse, GetApiAuditLoggingSettingsResponse, PutApiAuditLoggingSettingsData, PutApiAuditLoggingSettingsResponse, GetApiAuditLoggingSettingsGlobalResponse, PutApiAuditLoggingSettingsGlobalData, PutApiAuditLoggingSettingsGlobalResponse, GetApiTextTemplateManagementTemplateContentsData, GetApiTextTemplateManagementTemplateContentsResponse, PutApiTextTemplateManagementTemplateContentsData, PutApiTextTemplateManagementTemplateContentsResponse, PutApiTextTemplateManagementTemplateContentsRestoreToDefaultData, PutApiTextTemplateManagementTemplateContentsRestoreToDefaultResponse, GetApiTextTemplateManagementTemplateDefinitionsData, GetApiTextTemplateManagementTemplateDefinitionsResponse, GetApiTextTemplateManagementTemplateDefinitionsByNameData, GetApiTextTemplateManagementTemplateDefinitionsByNameResponse, GetApiSettingManagementTimezoneResponse, PostApiSettingManagementTimezoneData, PostApiSettingManagementTimezoneResponse, GetApiSettingManagementTimezoneTimezonesResponse } from './types.gen';
|
|
6
|
-
|
|
7
|
-
export class AbpApiDefinitionService {
|
|
8
|
-
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* @param data The data for the request.
|
|
12
|
-
* @param data.includeTypes
|
|
13
|
-
* @returns Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel Success
|
|
14
|
-
* @throws ApiError
|
|
15
|
-
*/
|
|
16
|
-
public getApiAbpApiDefinition(data: GetApiAbpApiDefinitionData = {}): CancelablePromise<GetApiAbpApiDefinitionResponse> {
|
|
17
|
-
return this.httpRequest.request({
|
|
18
|
-
method: 'GET',
|
|
19
|
-
url: '/api/abp/api-definition',
|
|
20
|
-
query: {
|
|
21
|
-
IncludeTypes: data.includeTypes
|
|
22
|
-
},
|
|
23
|
-
errors: {
|
|
24
|
-
400: 'Bad Request',
|
|
25
|
-
401: 'Unauthorized',
|
|
26
|
-
403: 'Forbidden',
|
|
27
|
-
404: 'Not Found',
|
|
28
|
-
500: 'Server Error',
|
|
29
|
-
501: 'Server Error'
|
|
30
|
-
}
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
export class AbpApplicationConfigurationService {
|
|
37
|
-
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* @param data The data for the request.
|
|
41
|
-
* @param data.includeLocalizationResources
|
|
42
|
-
* @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto Success
|
|
43
|
-
* @throws ApiError
|
|
44
|
-
*/
|
|
45
|
-
public getApiAbpApplicationConfiguration(data: GetApiAbpApplicationConfigurationData = {}): CancelablePromise<GetApiAbpApplicationConfigurationResponse> {
|
|
46
|
-
return this.httpRequest.request({
|
|
47
|
-
method: 'GET',
|
|
48
|
-
url: '/api/abp/application-configuration',
|
|
49
|
-
query: {
|
|
50
|
-
IncludeLocalizationResources: data.includeLocalizationResources
|
|
51
|
-
},
|
|
52
|
-
errors: {
|
|
53
|
-
400: 'Bad Request',
|
|
54
|
-
401: 'Unauthorized',
|
|
55
|
-
403: 'Forbidden',
|
|
56
|
-
404: 'Not Found',
|
|
57
|
-
500: 'Server Error',
|
|
58
|
-
501: 'Server Error'
|
|
59
|
-
}
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
export class AbpApplicationLocalizationService {
|
|
66
|
-
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
* @param data The data for the request.
|
|
70
|
-
* @param data.cultureName
|
|
71
|
-
* @param data.onlyDynamics
|
|
72
|
-
* @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto Success
|
|
73
|
-
* @throws ApiError
|
|
74
|
-
*/
|
|
75
|
-
public getApiAbpApplicationLocalization(data: GetApiAbpApplicationLocalizationData): CancelablePromise<GetApiAbpApplicationLocalizationResponse> {
|
|
76
|
-
return this.httpRequest.request({
|
|
77
|
-
method: 'GET',
|
|
78
|
-
url: '/api/abp/application-localization',
|
|
79
|
-
query: {
|
|
80
|
-
CultureName: data.cultureName,
|
|
81
|
-
OnlyDynamics: data.onlyDynamics
|
|
82
|
-
},
|
|
83
|
-
errors: {
|
|
84
|
-
400: 'Bad Request',
|
|
85
|
-
401: 'Unauthorized',
|
|
86
|
-
403: 'Forbidden',
|
|
87
|
-
404: 'Not Found',
|
|
88
|
-
500: 'Server Error',
|
|
89
|
-
501: 'Server Error'
|
|
90
|
-
}
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
export class AbpTenantService {
|
|
97
|
-
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* @param data The data for the request.
|
|
101
|
-
* @param data.name
|
|
102
|
-
* @returns Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto Success
|
|
103
|
-
* @throws ApiError
|
|
104
|
-
*/
|
|
105
|
-
public getApiAbpMultiTenancyTenantsByNameByName(data: GetApiAbpMultiTenancyTenantsByNameByNameData): CancelablePromise<GetApiAbpMultiTenancyTenantsByNameByNameResponse> {
|
|
106
|
-
return this.httpRequest.request({
|
|
107
|
-
method: 'GET',
|
|
108
|
-
url: '/api/abp/multi-tenancy/tenants/by-name/{name}',
|
|
109
|
-
path: {
|
|
110
|
-
name: data.name
|
|
111
|
-
},
|
|
112
|
-
errors: {
|
|
113
|
-
400: 'Bad Request',
|
|
114
|
-
401: 'Unauthorized',
|
|
115
|
-
403: 'Forbidden',
|
|
116
|
-
404: 'Not Found',
|
|
117
|
-
500: 'Server Error',
|
|
118
|
-
501: 'Server Error'
|
|
119
|
-
}
|
|
120
|
-
});
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
/**
|
|
124
|
-
* @param data The data for the request.
|
|
125
|
-
* @param data.id
|
|
126
|
-
* @returns Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto Success
|
|
127
|
-
* @throws ApiError
|
|
128
|
-
*/
|
|
129
|
-
public getApiAbpMultiTenancyTenantsByIdById(data: GetApiAbpMultiTenancyTenantsByIdByIdData): CancelablePromise<GetApiAbpMultiTenancyTenantsByIdByIdResponse> {
|
|
130
|
-
return this.httpRequest.request({
|
|
131
|
-
method: 'GET',
|
|
132
|
-
url: '/api/abp/multi-tenancy/tenants/by-id/{id}',
|
|
133
|
-
path: {
|
|
134
|
-
id: data.id
|
|
135
|
-
},
|
|
136
|
-
errors: {
|
|
137
|
-
400: 'Bad Request',
|
|
138
|
-
401: 'Unauthorized',
|
|
139
|
-
403: 'Forbidden',
|
|
140
|
-
404: 'Not Found',
|
|
141
|
-
500: 'Server Error',
|
|
142
|
-
501: 'Server Error'
|
|
143
|
-
}
|
|
144
|
-
});
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
export class AuditLogsService {
|
|
150
|
-
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
151
|
-
|
|
152
|
-
/**
|
|
153
|
-
* @param data The data for the request.
|
|
154
|
-
* @param data.startTime
|
|
155
|
-
* @param data.endTime
|
|
156
|
-
* @param data.url
|
|
157
|
-
* @param data.clientId
|
|
158
|
-
* @param data.userName
|
|
159
|
-
* @param data.applicationName
|
|
160
|
-
* @param data.clientIpAddress
|
|
161
|
-
* @param data.correlationId
|
|
162
|
-
* @param data.httpMethod
|
|
163
|
-
* @param data.httpStatusCode
|
|
164
|
-
* @param data.maxExecutionDuration
|
|
165
|
-
* @param data.minExecutionDuration
|
|
166
|
-
* @param data.hasException
|
|
167
|
-
* @param data.sorting
|
|
168
|
-
* @param data.skipCount
|
|
169
|
-
* @param data.maxResultCount
|
|
170
|
-
* @returns PagedResultDto_AuditLogDto Success
|
|
171
|
-
* @throws ApiError
|
|
172
|
-
*/
|
|
173
|
-
public getApiAuditLoggingAuditLogs(data: GetApiAuditLoggingAuditLogsData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsResponse> {
|
|
174
|
-
return this.httpRequest.request({
|
|
175
|
-
method: 'GET',
|
|
176
|
-
url: '/api/audit-logging/audit-logs',
|
|
177
|
-
query: {
|
|
178
|
-
StartTime: data.startTime,
|
|
179
|
-
EndTime: data.endTime,
|
|
180
|
-
Url: data.url,
|
|
181
|
-
ClientId: data.clientId,
|
|
182
|
-
UserName: data.userName,
|
|
183
|
-
ApplicationName: data.applicationName,
|
|
184
|
-
ClientIpAddress: data.clientIpAddress,
|
|
185
|
-
CorrelationId: data.correlationId,
|
|
186
|
-
HttpMethod: data.httpMethod,
|
|
187
|
-
HttpStatusCode: data.httpStatusCode,
|
|
188
|
-
MaxExecutionDuration: data.maxExecutionDuration,
|
|
189
|
-
MinExecutionDuration: data.minExecutionDuration,
|
|
190
|
-
HasException: data.hasException,
|
|
191
|
-
Sorting: data.sorting,
|
|
192
|
-
SkipCount: data.skipCount,
|
|
193
|
-
MaxResultCount: data.maxResultCount
|
|
194
|
-
},
|
|
195
|
-
errors: {
|
|
196
|
-
400: 'Bad Request',
|
|
197
|
-
401: 'Unauthorized',
|
|
198
|
-
403: 'Forbidden',
|
|
199
|
-
404: 'Not Found',
|
|
200
|
-
500: 'Server Error',
|
|
201
|
-
501: 'Server Error'
|
|
202
|
-
}
|
|
203
|
-
});
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
/**
|
|
207
|
-
* @param data The data for the request.
|
|
208
|
-
* @param data.id
|
|
209
|
-
* @returns Volo_Abp_AuditLogging_AuditLogDto Success
|
|
210
|
-
* @throws ApiError
|
|
211
|
-
*/
|
|
212
|
-
public getApiAuditLoggingAuditLogsById(data: GetApiAuditLoggingAuditLogsByIdData): CancelablePromise<GetApiAuditLoggingAuditLogsByIdResponse> {
|
|
213
|
-
return this.httpRequest.request({
|
|
214
|
-
method: 'GET',
|
|
215
|
-
url: '/api/audit-logging/audit-logs/{id}',
|
|
216
|
-
path: {
|
|
217
|
-
id: data.id
|
|
218
|
-
},
|
|
219
|
-
errors: {
|
|
220
|
-
400: 'Bad Request',
|
|
221
|
-
401: 'Unauthorized',
|
|
222
|
-
403: 'Forbidden',
|
|
223
|
-
404: 'Not Found',
|
|
224
|
-
500: 'Server Error',
|
|
225
|
-
501: 'Server Error'
|
|
226
|
-
}
|
|
227
|
-
});
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
/**
|
|
231
|
-
* @param data The data for the request.
|
|
232
|
-
* @param data.startDate
|
|
233
|
-
* @param data.endDate
|
|
234
|
-
* @returns Volo_Abp_AuditLogging_GetErrorRateOutput Success
|
|
235
|
-
* @throws ApiError
|
|
236
|
-
*/
|
|
237
|
-
public getApiAuditLoggingAuditLogsStatisticsErrorRate(data: GetApiAuditLoggingAuditLogsStatisticsErrorRateData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsStatisticsErrorRateResponse> {
|
|
238
|
-
return this.httpRequest.request({
|
|
239
|
-
method: 'GET',
|
|
240
|
-
url: '/api/audit-logging/audit-logs/statistics/error-rate',
|
|
241
|
-
query: {
|
|
242
|
-
StartDate: data.startDate,
|
|
243
|
-
EndDate: data.endDate
|
|
244
|
-
},
|
|
245
|
-
errors: {
|
|
246
|
-
400: 'Bad Request',
|
|
247
|
-
401: 'Unauthorized',
|
|
248
|
-
403: 'Forbidden',
|
|
249
|
-
404: 'Not Found',
|
|
250
|
-
500: 'Server Error',
|
|
251
|
-
501: 'Server Error'
|
|
252
|
-
}
|
|
253
|
-
});
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
/**
|
|
257
|
-
* @param data The data for the request.
|
|
258
|
-
* @param data.startDate
|
|
259
|
-
* @param data.endDate
|
|
260
|
-
* @returns Volo_Abp_AuditLogging_GetAverageExecutionDurationPerDayOutput Success
|
|
261
|
-
* @throws ApiError
|
|
262
|
-
*/
|
|
263
|
-
public getApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDay(data: GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayResponse> {
|
|
264
|
-
return this.httpRequest.request({
|
|
265
|
-
method: 'GET',
|
|
266
|
-
url: '/api/audit-logging/audit-logs/statistics/average-execution-duration-per-day',
|
|
267
|
-
query: {
|
|
268
|
-
StartDate: data.startDate,
|
|
269
|
-
EndDate: data.endDate
|
|
270
|
-
},
|
|
271
|
-
errors: {
|
|
272
|
-
400: 'Bad Request',
|
|
273
|
-
401: 'Unauthorized',
|
|
274
|
-
403: 'Forbidden',
|
|
275
|
-
404: 'Not Found',
|
|
276
|
-
500: 'Server Error',
|
|
277
|
-
501: 'Server Error'
|
|
278
|
-
}
|
|
279
|
-
});
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
/**
|
|
283
|
-
* @param data The data for the request.
|
|
284
|
-
* @param data.auditLogId
|
|
285
|
-
* @param data.entityChangeType
|
|
286
|
-
* @param data.entityId
|
|
287
|
-
* @param data.entityTypeFullName
|
|
288
|
-
* @param data.startDate
|
|
289
|
-
* @param data.endDate
|
|
290
|
-
* @param data.sorting
|
|
291
|
-
* @param data.skipCount
|
|
292
|
-
* @param data.maxResultCount
|
|
293
|
-
* @returns PagedResultDto_EntityChangeDto Success
|
|
294
|
-
* @throws ApiError
|
|
295
|
-
*/
|
|
296
|
-
public getApiAuditLoggingAuditLogsEntityChanges(data: GetApiAuditLoggingAuditLogsEntityChangesData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangesResponse> {
|
|
297
|
-
return this.httpRequest.request({
|
|
298
|
-
method: 'GET',
|
|
299
|
-
url: '/api/audit-logging/audit-logs/entity-changes',
|
|
300
|
-
query: {
|
|
301
|
-
AuditLogId: data.auditLogId,
|
|
302
|
-
EntityChangeType: data.entityChangeType,
|
|
303
|
-
EntityId: data.entityId,
|
|
304
|
-
EntityTypeFullName: data.entityTypeFullName,
|
|
305
|
-
StartDate: data.startDate,
|
|
306
|
-
EndDate: data.endDate,
|
|
307
|
-
Sorting: data.sorting,
|
|
308
|
-
SkipCount: data.skipCount,
|
|
309
|
-
MaxResultCount: data.maxResultCount
|
|
310
|
-
},
|
|
311
|
-
errors: {
|
|
312
|
-
400: 'Bad Request',
|
|
313
|
-
401: 'Unauthorized',
|
|
314
|
-
403: 'Forbidden',
|
|
315
|
-
404: 'Not Found',
|
|
316
|
-
500: 'Server Error',
|
|
317
|
-
501: 'Server Error'
|
|
318
|
-
}
|
|
319
|
-
});
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
/**
|
|
323
|
-
* @param data The data for the request.
|
|
324
|
-
* @param data.entityId
|
|
325
|
-
* @param data.entityTypeFullName
|
|
326
|
-
* @returns Volo_Abp_AuditLogging_EntityChangeWithUsernameDto Success
|
|
327
|
-
* @throws ApiError
|
|
328
|
-
*/
|
|
329
|
-
public getApiAuditLoggingAuditLogsEntityChangesWithUsername(data: GetApiAuditLoggingAuditLogsEntityChangesWithUsernameData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangesWithUsernameResponse> {
|
|
330
|
-
return this.httpRequest.request({
|
|
331
|
-
method: 'GET',
|
|
332
|
-
url: '/api/audit-logging/audit-logs/entity-changes-with-username',
|
|
333
|
-
query: {
|
|
334
|
-
EntityId: data.entityId,
|
|
335
|
-
EntityTypeFullName: data.entityTypeFullName
|
|
336
|
-
},
|
|
337
|
-
errors: {
|
|
338
|
-
400: 'Bad Request',
|
|
339
|
-
401: 'Unauthorized',
|
|
340
|
-
403: 'Forbidden',
|
|
341
|
-
404: 'Not Found',
|
|
342
|
-
500: 'Server Error',
|
|
343
|
-
501: 'Server Error'
|
|
344
|
-
}
|
|
345
|
-
});
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
/**
|
|
349
|
-
* @param data The data for the request.
|
|
350
|
-
* @param data.entityChangeId
|
|
351
|
-
* @returns Volo_Abp_AuditLogging_EntityChangeWithUsernameDto Success
|
|
352
|
-
* @throws ApiError
|
|
353
|
-
*/
|
|
354
|
-
public getApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeId(data: GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdData): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdResponse> {
|
|
355
|
-
return this.httpRequest.request({
|
|
356
|
-
method: 'GET',
|
|
357
|
-
url: '/api/audit-logging/audit-logs/entity-change-with-username/{entityChangeId}',
|
|
358
|
-
path: {
|
|
359
|
-
entityChangeId: data.entityChangeId
|
|
360
|
-
},
|
|
361
|
-
errors: {
|
|
362
|
-
400: 'Bad Request',
|
|
363
|
-
401: 'Unauthorized',
|
|
364
|
-
403: 'Forbidden',
|
|
365
|
-
404: 'Not Found',
|
|
366
|
-
500: 'Server Error',
|
|
367
|
-
501: 'Server Error'
|
|
368
|
-
}
|
|
369
|
-
});
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
/**
|
|
373
|
-
* @param data The data for the request.
|
|
374
|
-
* @param data.entityChangeId
|
|
375
|
-
* @returns Volo_Abp_AuditLogging_EntityChangeDto Success
|
|
376
|
-
* @throws ApiError
|
|
377
|
-
*/
|
|
378
|
-
public getApiAuditLoggingAuditLogsEntityChangesByEntityChangeId(data: GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdData): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdResponse> {
|
|
379
|
-
return this.httpRequest.request({
|
|
380
|
-
method: 'GET',
|
|
381
|
-
url: '/api/audit-logging/audit-logs/entity-changes/{entityChangeId}',
|
|
382
|
-
path: {
|
|
383
|
-
entityChangeId: data.entityChangeId
|
|
384
|
-
},
|
|
385
|
-
errors: {
|
|
386
|
-
400: 'Bad Request',
|
|
387
|
-
401: 'Unauthorized',
|
|
388
|
-
403: 'Forbidden',
|
|
389
|
-
404: 'Not Found',
|
|
390
|
-
500: 'Server Error',
|
|
391
|
-
501: 'Server Error'
|
|
392
|
-
}
|
|
393
|
-
});
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
export class
|
|
399
|
-
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
400
|
-
|
|
401
|
-
/**
|
|
402
|
-
* @
|
|
403
|
-
* @
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
errors: {
|
|
433
|
-
400: 'Bad Request',
|
|
434
|
-
401: 'Unauthorized',
|
|
435
|
-
403: 'Forbidden',
|
|
436
|
-
404: 'Not Found',
|
|
437
|
-
500: 'Server Error',
|
|
438
|
-
501: 'Server Error'
|
|
439
|
-
}
|
|
440
|
-
});
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
/**
|
|
444
|
-
* @
|
|
445
|
-
* @
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
* @
|
|
901
|
-
* @
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
* @param data
|
|
925
|
-
* @
|
|
926
|
-
* @
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
* @
|
|
967
|
-
* @
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
* @param data
|
|
995
|
-
* @param data.
|
|
996
|
-
* @param data.
|
|
997
|
-
* @param data.
|
|
998
|
-
* @param data.
|
|
999
|
-
* @returns
|
|
1000
|
-
* @throws ApiError
|
|
1001
|
-
*/
|
|
1002
|
-
public
|
|
1003
|
-
return this.httpRequest.request({
|
|
1004
|
-
method: '
|
|
1005
|
-
url: '/api/language-management/language-texts
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
* @param data.
|
|
1029
|
-
* @param data.
|
|
1030
|
-
* @
|
|
1031
|
-
* @
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
* @param data.
|
|
1061
|
-
* @param data.
|
|
1062
|
-
* @
|
|
1063
|
-
* @
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
public
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
}
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
errors: {
|
|
1169
|
-
400: 'Bad Request',
|
|
1170
|
-
401: 'Unauthorized',
|
|
1171
|
-
403: 'Forbidden',
|
|
1172
|
-
404: 'Not Found',
|
|
1173
|
-
500: 'Server Error',
|
|
1174
|
-
501: 'Server Error'
|
|
1175
|
-
}
|
|
1176
|
-
});
|
|
1177
|
-
}
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
|
|
3
|
+
import type { CancelablePromise } from './core/CancelablePromise';
|
|
4
|
+
import type { BaseHttpRequest } from './core/BaseHttpRequest';
|
|
5
|
+
import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiAbpMultiTenancyTenantsByNameByNameData, GetApiAbpMultiTenancyTenantsByNameByNameResponse, GetApiAbpMultiTenancyTenantsByIdByIdData, GetApiAbpMultiTenancyTenantsByIdByIdResponse, GetApiAuditLoggingAuditLogsData, GetApiAuditLoggingAuditLogsResponse, GetApiAuditLoggingAuditLogsByIdData, GetApiAuditLoggingAuditLogsByIdResponse, GetApiAuditLoggingAuditLogsStatisticsErrorRateData, GetApiAuditLoggingAuditLogsStatisticsErrorRateResponse, GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayData, GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayResponse, GetApiAuditLoggingAuditLogsEntityChangesData, GetApiAuditLoggingAuditLogsEntityChangesResponse, GetApiAuditLoggingAuditLogsEntityChangesWithUsernameData, GetApiAuditLoggingAuditLogsEntityChangesWithUsernameResponse, GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdData, GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdResponse, GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdData, GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdResponse, PostApiAdministrationServiceCountrySettingsForTenantData, PostApiAdministrationServiceCountrySettingsForTenantResponse, GetApiAdministrationServiceCountrySettingsResponse, PostApiAdministrationServiceCountrySettingsResponse, GetApiSettingManagementEmailingResponse, PostApiSettingManagementEmailingData, PostApiSettingManagementEmailingResponse, PostApiSettingManagementEmailingSendTestEmailData, PostApiSettingManagementEmailingSendTestEmailResponse, GetApiFeatureManagementFeaturesData, GetApiFeatureManagementFeaturesResponse, PutApiFeatureManagementFeaturesData, PutApiFeatureManagementFeaturesResponse, DeleteApiFeatureManagementFeaturesData, DeleteApiFeatureManagementFeaturesResponse, PostApiGdprRequestsPrepareDataResponse, GetApiGdprRequestsDownloadTokenData, GetApiGdprRequestsDownloadTokenResponse, GetApiGdprRequestsDataByRequestIdData, GetApiGdprRequestsDataByRequestIdResponse, GetApiGdprRequestsIsRequestAllowedResponse, GetApiGdprRequestsListData, GetApiGdprRequestsListResponse, DeleteApiGdprRequestsResponse, GetApiLanguageManagementLanguagesAllResponse, GetApiLanguageManagementLanguagesData, GetApiLanguageManagementLanguagesResponse, PostApiLanguageManagementLanguagesData, PostApiLanguageManagementLanguagesResponse, GetApiLanguageManagementLanguagesByIdData, GetApiLanguageManagementLanguagesByIdResponse, PutApiLanguageManagementLanguagesByIdData, PutApiLanguageManagementLanguagesByIdResponse, DeleteApiLanguageManagementLanguagesByIdData, DeleteApiLanguageManagementLanguagesByIdResponse, PutApiLanguageManagementLanguagesByIdSetAsDefaultData, PutApiLanguageManagementLanguagesByIdSetAsDefaultResponse, GetApiLanguageManagementLanguagesResourcesResponse, GetApiLanguageManagementLanguagesCultureListResponse, GetApiLanguageManagementLanguageTextsData, GetApiLanguageManagementLanguageTextsResponse, GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData, GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreData, PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreResponse, GetApiPermissionManagementPermissionsData, GetApiPermissionManagementPermissionsResponse, PutApiPermissionManagementPermissionsData, PutApiPermissionManagementPermissionsResponse, GetApiAuditLoggingSettingsResponse, PutApiAuditLoggingSettingsData, PutApiAuditLoggingSettingsResponse, GetApiAuditLoggingSettingsGlobalResponse, PutApiAuditLoggingSettingsGlobalData, PutApiAuditLoggingSettingsGlobalResponse, GetApiTextTemplateManagementTemplateContentsData, GetApiTextTemplateManagementTemplateContentsResponse, PutApiTextTemplateManagementTemplateContentsData, PutApiTextTemplateManagementTemplateContentsResponse, PutApiTextTemplateManagementTemplateContentsRestoreToDefaultData, PutApiTextTemplateManagementTemplateContentsRestoreToDefaultResponse, GetApiTextTemplateManagementTemplateDefinitionsData, GetApiTextTemplateManagementTemplateDefinitionsResponse, GetApiTextTemplateManagementTemplateDefinitionsByNameData, GetApiTextTemplateManagementTemplateDefinitionsByNameResponse, GetApiSettingManagementTimezoneResponse, PostApiSettingManagementTimezoneData, PostApiSettingManagementTimezoneResponse, GetApiSettingManagementTimezoneTimezonesResponse } from './types.gen';
|
|
6
|
+
|
|
7
|
+
export class AbpApiDefinitionService {
|
|
8
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @param data The data for the request.
|
|
12
|
+
* @param data.includeTypes
|
|
13
|
+
* @returns Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel Success
|
|
14
|
+
* @throws ApiError
|
|
15
|
+
*/
|
|
16
|
+
public getApiAbpApiDefinition(data: GetApiAbpApiDefinitionData = {}): CancelablePromise<GetApiAbpApiDefinitionResponse> {
|
|
17
|
+
return this.httpRequest.request({
|
|
18
|
+
method: 'GET',
|
|
19
|
+
url: '/api/abp/api-definition',
|
|
20
|
+
query: {
|
|
21
|
+
IncludeTypes: data.includeTypes
|
|
22
|
+
},
|
|
23
|
+
errors: {
|
|
24
|
+
400: 'Bad Request',
|
|
25
|
+
401: 'Unauthorized',
|
|
26
|
+
403: 'Forbidden',
|
|
27
|
+
404: 'Not Found',
|
|
28
|
+
500: 'Server Error',
|
|
29
|
+
501: 'Server Error'
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export class AbpApplicationConfigurationService {
|
|
37
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* @param data The data for the request.
|
|
41
|
+
* @param data.includeLocalizationResources
|
|
42
|
+
* @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto Success
|
|
43
|
+
* @throws ApiError
|
|
44
|
+
*/
|
|
45
|
+
public getApiAbpApplicationConfiguration(data: GetApiAbpApplicationConfigurationData = {}): CancelablePromise<GetApiAbpApplicationConfigurationResponse> {
|
|
46
|
+
return this.httpRequest.request({
|
|
47
|
+
method: 'GET',
|
|
48
|
+
url: '/api/abp/application-configuration',
|
|
49
|
+
query: {
|
|
50
|
+
IncludeLocalizationResources: data.includeLocalizationResources
|
|
51
|
+
},
|
|
52
|
+
errors: {
|
|
53
|
+
400: 'Bad Request',
|
|
54
|
+
401: 'Unauthorized',
|
|
55
|
+
403: 'Forbidden',
|
|
56
|
+
404: 'Not Found',
|
|
57
|
+
500: 'Server Error',
|
|
58
|
+
501: 'Server Error'
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export class AbpApplicationLocalizationService {
|
|
66
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* @param data The data for the request.
|
|
70
|
+
* @param data.cultureName
|
|
71
|
+
* @param data.onlyDynamics
|
|
72
|
+
* @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto Success
|
|
73
|
+
* @throws ApiError
|
|
74
|
+
*/
|
|
75
|
+
public getApiAbpApplicationLocalization(data: GetApiAbpApplicationLocalizationData): CancelablePromise<GetApiAbpApplicationLocalizationResponse> {
|
|
76
|
+
return this.httpRequest.request({
|
|
77
|
+
method: 'GET',
|
|
78
|
+
url: '/api/abp/application-localization',
|
|
79
|
+
query: {
|
|
80
|
+
CultureName: data.cultureName,
|
|
81
|
+
OnlyDynamics: data.onlyDynamics
|
|
82
|
+
},
|
|
83
|
+
errors: {
|
|
84
|
+
400: 'Bad Request',
|
|
85
|
+
401: 'Unauthorized',
|
|
86
|
+
403: 'Forbidden',
|
|
87
|
+
404: 'Not Found',
|
|
88
|
+
500: 'Server Error',
|
|
89
|
+
501: 'Server Error'
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export class AbpTenantService {
|
|
97
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* @param data The data for the request.
|
|
101
|
+
* @param data.name
|
|
102
|
+
* @returns Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto Success
|
|
103
|
+
* @throws ApiError
|
|
104
|
+
*/
|
|
105
|
+
public getApiAbpMultiTenancyTenantsByNameByName(data: GetApiAbpMultiTenancyTenantsByNameByNameData): CancelablePromise<GetApiAbpMultiTenancyTenantsByNameByNameResponse> {
|
|
106
|
+
return this.httpRequest.request({
|
|
107
|
+
method: 'GET',
|
|
108
|
+
url: '/api/abp/multi-tenancy/tenants/by-name/{name}',
|
|
109
|
+
path: {
|
|
110
|
+
name: data.name
|
|
111
|
+
},
|
|
112
|
+
errors: {
|
|
113
|
+
400: 'Bad Request',
|
|
114
|
+
401: 'Unauthorized',
|
|
115
|
+
403: 'Forbidden',
|
|
116
|
+
404: 'Not Found',
|
|
117
|
+
500: 'Server Error',
|
|
118
|
+
501: 'Server Error'
|
|
119
|
+
}
|
|
120
|
+
});
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* @param data The data for the request.
|
|
125
|
+
* @param data.id
|
|
126
|
+
* @returns Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto Success
|
|
127
|
+
* @throws ApiError
|
|
128
|
+
*/
|
|
129
|
+
public getApiAbpMultiTenancyTenantsByIdById(data: GetApiAbpMultiTenancyTenantsByIdByIdData): CancelablePromise<GetApiAbpMultiTenancyTenantsByIdByIdResponse> {
|
|
130
|
+
return this.httpRequest.request({
|
|
131
|
+
method: 'GET',
|
|
132
|
+
url: '/api/abp/multi-tenancy/tenants/by-id/{id}',
|
|
133
|
+
path: {
|
|
134
|
+
id: data.id
|
|
135
|
+
},
|
|
136
|
+
errors: {
|
|
137
|
+
400: 'Bad Request',
|
|
138
|
+
401: 'Unauthorized',
|
|
139
|
+
403: 'Forbidden',
|
|
140
|
+
404: 'Not Found',
|
|
141
|
+
500: 'Server Error',
|
|
142
|
+
501: 'Server Error'
|
|
143
|
+
}
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
export class AuditLogsService {
|
|
150
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* @param data The data for the request.
|
|
154
|
+
* @param data.startTime
|
|
155
|
+
* @param data.endTime
|
|
156
|
+
* @param data.url
|
|
157
|
+
* @param data.clientId
|
|
158
|
+
* @param data.userName
|
|
159
|
+
* @param data.applicationName
|
|
160
|
+
* @param data.clientIpAddress
|
|
161
|
+
* @param data.correlationId
|
|
162
|
+
* @param data.httpMethod
|
|
163
|
+
* @param data.httpStatusCode
|
|
164
|
+
* @param data.maxExecutionDuration
|
|
165
|
+
* @param data.minExecutionDuration
|
|
166
|
+
* @param data.hasException
|
|
167
|
+
* @param data.sorting
|
|
168
|
+
* @param data.skipCount
|
|
169
|
+
* @param data.maxResultCount
|
|
170
|
+
* @returns PagedResultDto_AuditLogDto Success
|
|
171
|
+
* @throws ApiError
|
|
172
|
+
*/
|
|
173
|
+
public getApiAuditLoggingAuditLogs(data: GetApiAuditLoggingAuditLogsData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsResponse> {
|
|
174
|
+
return this.httpRequest.request({
|
|
175
|
+
method: 'GET',
|
|
176
|
+
url: '/api/audit-logging/audit-logs',
|
|
177
|
+
query: {
|
|
178
|
+
StartTime: data.startTime,
|
|
179
|
+
EndTime: data.endTime,
|
|
180
|
+
Url: data.url,
|
|
181
|
+
ClientId: data.clientId,
|
|
182
|
+
UserName: data.userName,
|
|
183
|
+
ApplicationName: data.applicationName,
|
|
184
|
+
ClientIpAddress: data.clientIpAddress,
|
|
185
|
+
CorrelationId: data.correlationId,
|
|
186
|
+
HttpMethod: data.httpMethod,
|
|
187
|
+
HttpStatusCode: data.httpStatusCode,
|
|
188
|
+
MaxExecutionDuration: data.maxExecutionDuration,
|
|
189
|
+
MinExecutionDuration: data.minExecutionDuration,
|
|
190
|
+
HasException: data.hasException,
|
|
191
|
+
Sorting: data.sorting,
|
|
192
|
+
SkipCount: data.skipCount,
|
|
193
|
+
MaxResultCount: data.maxResultCount
|
|
194
|
+
},
|
|
195
|
+
errors: {
|
|
196
|
+
400: 'Bad Request',
|
|
197
|
+
401: 'Unauthorized',
|
|
198
|
+
403: 'Forbidden',
|
|
199
|
+
404: 'Not Found',
|
|
200
|
+
500: 'Server Error',
|
|
201
|
+
501: 'Server Error'
|
|
202
|
+
}
|
|
203
|
+
});
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* @param data The data for the request.
|
|
208
|
+
* @param data.id
|
|
209
|
+
* @returns Volo_Abp_AuditLogging_AuditLogDto Success
|
|
210
|
+
* @throws ApiError
|
|
211
|
+
*/
|
|
212
|
+
public getApiAuditLoggingAuditLogsById(data: GetApiAuditLoggingAuditLogsByIdData): CancelablePromise<GetApiAuditLoggingAuditLogsByIdResponse> {
|
|
213
|
+
return this.httpRequest.request({
|
|
214
|
+
method: 'GET',
|
|
215
|
+
url: '/api/audit-logging/audit-logs/{id}',
|
|
216
|
+
path: {
|
|
217
|
+
id: data.id
|
|
218
|
+
},
|
|
219
|
+
errors: {
|
|
220
|
+
400: 'Bad Request',
|
|
221
|
+
401: 'Unauthorized',
|
|
222
|
+
403: 'Forbidden',
|
|
223
|
+
404: 'Not Found',
|
|
224
|
+
500: 'Server Error',
|
|
225
|
+
501: 'Server Error'
|
|
226
|
+
}
|
|
227
|
+
});
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* @param data The data for the request.
|
|
232
|
+
* @param data.startDate
|
|
233
|
+
* @param data.endDate
|
|
234
|
+
* @returns Volo_Abp_AuditLogging_GetErrorRateOutput Success
|
|
235
|
+
* @throws ApiError
|
|
236
|
+
*/
|
|
237
|
+
public getApiAuditLoggingAuditLogsStatisticsErrorRate(data: GetApiAuditLoggingAuditLogsStatisticsErrorRateData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsStatisticsErrorRateResponse> {
|
|
238
|
+
return this.httpRequest.request({
|
|
239
|
+
method: 'GET',
|
|
240
|
+
url: '/api/audit-logging/audit-logs/statistics/error-rate',
|
|
241
|
+
query: {
|
|
242
|
+
StartDate: data.startDate,
|
|
243
|
+
EndDate: data.endDate
|
|
244
|
+
},
|
|
245
|
+
errors: {
|
|
246
|
+
400: 'Bad Request',
|
|
247
|
+
401: 'Unauthorized',
|
|
248
|
+
403: 'Forbidden',
|
|
249
|
+
404: 'Not Found',
|
|
250
|
+
500: 'Server Error',
|
|
251
|
+
501: 'Server Error'
|
|
252
|
+
}
|
|
253
|
+
});
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* @param data The data for the request.
|
|
258
|
+
* @param data.startDate
|
|
259
|
+
* @param data.endDate
|
|
260
|
+
* @returns Volo_Abp_AuditLogging_GetAverageExecutionDurationPerDayOutput Success
|
|
261
|
+
* @throws ApiError
|
|
262
|
+
*/
|
|
263
|
+
public getApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDay(data: GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsStatisticsAverageExecutionDurationPerDayResponse> {
|
|
264
|
+
return this.httpRequest.request({
|
|
265
|
+
method: 'GET',
|
|
266
|
+
url: '/api/audit-logging/audit-logs/statistics/average-execution-duration-per-day',
|
|
267
|
+
query: {
|
|
268
|
+
StartDate: data.startDate,
|
|
269
|
+
EndDate: data.endDate
|
|
270
|
+
},
|
|
271
|
+
errors: {
|
|
272
|
+
400: 'Bad Request',
|
|
273
|
+
401: 'Unauthorized',
|
|
274
|
+
403: 'Forbidden',
|
|
275
|
+
404: 'Not Found',
|
|
276
|
+
500: 'Server Error',
|
|
277
|
+
501: 'Server Error'
|
|
278
|
+
}
|
|
279
|
+
});
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* @param data The data for the request.
|
|
284
|
+
* @param data.auditLogId
|
|
285
|
+
* @param data.entityChangeType
|
|
286
|
+
* @param data.entityId
|
|
287
|
+
* @param data.entityTypeFullName
|
|
288
|
+
* @param data.startDate
|
|
289
|
+
* @param data.endDate
|
|
290
|
+
* @param data.sorting
|
|
291
|
+
* @param data.skipCount
|
|
292
|
+
* @param data.maxResultCount
|
|
293
|
+
* @returns PagedResultDto_EntityChangeDto Success
|
|
294
|
+
* @throws ApiError
|
|
295
|
+
*/
|
|
296
|
+
public getApiAuditLoggingAuditLogsEntityChanges(data: GetApiAuditLoggingAuditLogsEntityChangesData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangesResponse> {
|
|
297
|
+
return this.httpRequest.request({
|
|
298
|
+
method: 'GET',
|
|
299
|
+
url: '/api/audit-logging/audit-logs/entity-changes',
|
|
300
|
+
query: {
|
|
301
|
+
AuditLogId: data.auditLogId,
|
|
302
|
+
EntityChangeType: data.entityChangeType,
|
|
303
|
+
EntityId: data.entityId,
|
|
304
|
+
EntityTypeFullName: data.entityTypeFullName,
|
|
305
|
+
StartDate: data.startDate,
|
|
306
|
+
EndDate: data.endDate,
|
|
307
|
+
Sorting: data.sorting,
|
|
308
|
+
SkipCount: data.skipCount,
|
|
309
|
+
MaxResultCount: data.maxResultCount
|
|
310
|
+
},
|
|
311
|
+
errors: {
|
|
312
|
+
400: 'Bad Request',
|
|
313
|
+
401: 'Unauthorized',
|
|
314
|
+
403: 'Forbidden',
|
|
315
|
+
404: 'Not Found',
|
|
316
|
+
500: 'Server Error',
|
|
317
|
+
501: 'Server Error'
|
|
318
|
+
}
|
|
319
|
+
});
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* @param data The data for the request.
|
|
324
|
+
* @param data.entityId
|
|
325
|
+
* @param data.entityTypeFullName
|
|
326
|
+
* @returns Volo_Abp_AuditLogging_EntityChangeWithUsernameDto Success
|
|
327
|
+
* @throws ApiError
|
|
328
|
+
*/
|
|
329
|
+
public getApiAuditLoggingAuditLogsEntityChangesWithUsername(data: GetApiAuditLoggingAuditLogsEntityChangesWithUsernameData = {}): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangesWithUsernameResponse> {
|
|
330
|
+
return this.httpRequest.request({
|
|
331
|
+
method: 'GET',
|
|
332
|
+
url: '/api/audit-logging/audit-logs/entity-changes-with-username',
|
|
333
|
+
query: {
|
|
334
|
+
EntityId: data.entityId,
|
|
335
|
+
EntityTypeFullName: data.entityTypeFullName
|
|
336
|
+
},
|
|
337
|
+
errors: {
|
|
338
|
+
400: 'Bad Request',
|
|
339
|
+
401: 'Unauthorized',
|
|
340
|
+
403: 'Forbidden',
|
|
341
|
+
404: 'Not Found',
|
|
342
|
+
500: 'Server Error',
|
|
343
|
+
501: 'Server Error'
|
|
344
|
+
}
|
|
345
|
+
});
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
/**
|
|
349
|
+
* @param data The data for the request.
|
|
350
|
+
* @param data.entityChangeId
|
|
351
|
+
* @returns Volo_Abp_AuditLogging_EntityChangeWithUsernameDto Success
|
|
352
|
+
* @throws ApiError
|
|
353
|
+
*/
|
|
354
|
+
public getApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeId(data: GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdData): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangeWithUsernameByEntityChangeIdResponse> {
|
|
355
|
+
return this.httpRequest.request({
|
|
356
|
+
method: 'GET',
|
|
357
|
+
url: '/api/audit-logging/audit-logs/entity-change-with-username/{entityChangeId}',
|
|
358
|
+
path: {
|
|
359
|
+
entityChangeId: data.entityChangeId
|
|
360
|
+
},
|
|
361
|
+
errors: {
|
|
362
|
+
400: 'Bad Request',
|
|
363
|
+
401: 'Unauthorized',
|
|
364
|
+
403: 'Forbidden',
|
|
365
|
+
404: 'Not Found',
|
|
366
|
+
500: 'Server Error',
|
|
367
|
+
501: 'Server Error'
|
|
368
|
+
}
|
|
369
|
+
});
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* @param data The data for the request.
|
|
374
|
+
* @param data.entityChangeId
|
|
375
|
+
* @returns Volo_Abp_AuditLogging_EntityChangeDto Success
|
|
376
|
+
* @throws ApiError
|
|
377
|
+
*/
|
|
378
|
+
public getApiAuditLoggingAuditLogsEntityChangesByEntityChangeId(data: GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdData): CancelablePromise<GetApiAuditLoggingAuditLogsEntityChangesByEntityChangeIdResponse> {
|
|
379
|
+
return this.httpRequest.request({
|
|
380
|
+
method: 'GET',
|
|
381
|
+
url: '/api/audit-logging/audit-logs/entity-changes/{entityChangeId}',
|
|
382
|
+
path: {
|
|
383
|
+
entityChangeId: data.entityChangeId
|
|
384
|
+
},
|
|
385
|
+
errors: {
|
|
386
|
+
400: 'Bad Request',
|
|
387
|
+
401: 'Unauthorized',
|
|
388
|
+
403: 'Forbidden',
|
|
389
|
+
404: 'Not Found',
|
|
390
|
+
500: 'Server Error',
|
|
391
|
+
501: 'Server Error'
|
|
392
|
+
}
|
|
393
|
+
});
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
export class CountrySettingService {
|
|
399
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* @param data The data for the request.
|
|
403
|
+
* @param data.requestBody
|
|
404
|
+
* @returns unknown Success
|
|
405
|
+
* @throws ApiError
|
|
406
|
+
*/
|
|
407
|
+
public postApiAdministrationServiceCountrySettingsForTenant(data: PostApiAdministrationServiceCountrySettingsForTenantData = {}): CancelablePromise<PostApiAdministrationServiceCountrySettingsForTenantResponse> {
|
|
408
|
+
return this.httpRequest.request({
|
|
409
|
+
method: 'POST',
|
|
410
|
+
url: '/api/administration-service/country-settings/for-tenant',
|
|
411
|
+
body: data.requestBody,
|
|
412
|
+
mediaType: 'application/json',
|
|
413
|
+
errors: {
|
|
414
|
+
400: 'Bad Request',
|
|
415
|
+
401: 'Unauthorized',
|
|
416
|
+
403: 'Forbidden',
|
|
417
|
+
404: 'Not Found',
|
|
418
|
+
500: 'Server Error',
|
|
419
|
+
501: 'Server Error'
|
|
420
|
+
}
|
|
421
|
+
});
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
/**
|
|
425
|
+
* @returns UniRefund_AdministrationService_CountrySettings_CountrySettingDto Success
|
|
426
|
+
* @throws ApiError
|
|
427
|
+
*/
|
|
428
|
+
public getApiAdministrationServiceCountrySettings(): CancelablePromise<GetApiAdministrationServiceCountrySettingsResponse> {
|
|
429
|
+
return this.httpRequest.request({
|
|
430
|
+
method: 'GET',
|
|
431
|
+
url: '/api/administration-service/country-settings',
|
|
432
|
+
errors: {
|
|
433
|
+
400: 'Bad Request',
|
|
434
|
+
401: 'Unauthorized',
|
|
435
|
+
403: 'Forbidden',
|
|
436
|
+
404: 'Not Found',
|
|
437
|
+
500: 'Server Error',
|
|
438
|
+
501: 'Server Error'
|
|
439
|
+
}
|
|
440
|
+
});
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
/**
|
|
444
|
+
* @returns unknown Success
|
|
445
|
+
* @throws ApiError
|
|
446
|
+
*/
|
|
447
|
+
public postApiAdministrationServiceCountrySettings(): CancelablePromise<PostApiAdministrationServiceCountrySettingsResponse> {
|
|
448
|
+
return this.httpRequest.request({
|
|
449
|
+
method: 'POST',
|
|
450
|
+
url: '/api/administration-service/country-settings',
|
|
451
|
+
errors: {
|
|
452
|
+
400: 'Bad Request',
|
|
453
|
+
401: 'Unauthorized',
|
|
454
|
+
403: 'Forbidden',
|
|
455
|
+
404: 'Not Found',
|
|
456
|
+
500: 'Server Error',
|
|
457
|
+
501: 'Server Error'
|
|
458
|
+
}
|
|
459
|
+
});
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
export class EmailSettingsService {
|
|
465
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
466
|
+
|
|
467
|
+
/**
|
|
468
|
+
* @returns Volo_Abp_SettingManagement_EmailSettingsDto Success
|
|
469
|
+
* @throws ApiError
|
|
470
|
+
*/
|
|
471
|
+
public getApiSettingManagementEmailing(): CancelablePromise<GetApiSettingManagementEmailingResponse> {
|
|
472
|
+
return this.httpRequest.request({
|
|
473
|
+
method: 'GET',
|
|
474
|
+
url: '/api/setting-management/emailing',
|
|
475
|
+
errors: {
|
|
476
|
+
400: 'Bad Request',
|
|
477
|
+
401: 'Unauthorized',
|
|
478
|
+
403: 'Forbidden',
|
|
479
|
+
404: 'Not Found',
|
|
480
|
+
500: 'Server Error',
|
|
481
|
+
501: 'Server Error'
|
|
482
|
+
}
|
|
483
|
+
});
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
/**
|
|
487
|
+
* @param data The data for the request.
|
|
488
|
+
* @param data.requestBody
|
|
489
|
+
* @returns unknown Success
|
|
490
|
+
* @throws ApiError
|
|
491
|
+
*/
|
|
492
|
+
public postApiSettingManagementEmailing(data: PostApiSettingManagementEmailingData = {}): CancelablePromise<PostApiSettingManagementEmailingResponse> {
|
|
493
|
+
return this.httpRequest.request({
|
|
494
|
+
method: 'POST',
|
|
495
|
+
url: '/api/setting-management/emailing',
|
|
496
|
+
body: data.requestBody,
|
|
497
|
+
mediaType: 'application/json',
|
|
498
|
+
errors: {
|
|
499
|
+
400: 'Bad Request',
|
|
500
|
+
401: 'Unauthorized',
|
|
501
|
+
403: 'Forbidden',
|
|
502
|
+
404: 'Not Found',
|
|
503
|
+
500: 'Server Error',
|
|
504
|
+
501: 'Server Error'
|
|
505
|
+
}
|
|
506
|
+
});
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
/**
|
|
510
|
+
* @param data The data for the request.
|
|
511
|
+
* @param data.requestBody
|
|
512
|
+
* @returns unknown Success
|
|
513
|
+
* @throws ApiError
|
|
514
|
+
*/
|
|
515
|
+
public postApiSettingManagementEmailingSendTestEmail(data: PostApiSettingManagementEmailingSendTestEmailData = {}): CancelablePromise<PostApiSettingManagementEmailingSendTestEmailResponse> {
|
|
516
|
+
return this.httpRequest.request({
|
|
517
|
+
method: 'POST',
|
|
518
|
+
url: '/api/setting-management/emailing/send-test-email',
|
|
519
|
+
body: data.requestBody,
|
|
520
|
+
mediaType: 'application/json',
|
|
521
|
+
errors: {
|
|
522
|
+
400: 'Bad Request',
|
|
523
|
+
401: 'Unauthorized',
|
|
524
|
+
403: 'Forbidden',
|
|
525
|
+
404: 'Not Found',
|
|
526
|
+
500: 'Server Error',
|
|
527
|
+
501: 'Server Error'
|
|
528
|
+
}
|
|
529
|
+
});
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
export class FeaturesService {
|
|
535
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
536
|
+
|
|
537
|
+
/**
|
|
538
|
+
* @param data The data for the request.
|
|
539
|
+
* @param data.providerName
|
|
540
|
+
* @param data.providerKey
|
|
541
|
+
* @returns Volo_Abp_FeatureManagement_GetFeatureListResultDto Success
|
|
542
|
+
* @throws ApiError
|
|
543
|
+
*/
|
|
544
|
+
public getApiFeatureManagementFeatures(data: GetApiFeatureManagementFeaturesData = {}): CancelablePromise<GetApiFeatureManagementFeaturesResponse> {
|
|
545
|
+
return this.httpRequest.request({
|
|
546
|
+
method: 'GET',
|
|
547
|
+
url: '/api/feature-management/features',
|
|
548
|
+
query: {
|
|
549
|
+
providerName: data.providerName,
|
|
550
|
+
providerKey: data.providerKey
|
|
551
|
+
},
|
|
552
|
+
errors: {
|
|
553
|
+
400: 'Bad Request',
|
|
554
|
+
401: 'Unauthorized',
|
|
555
|
+
403: 'Forbidden',
|
|
556
|
+
404: 'Not Found',
|
|
557
|
+
500: 'Server Error',
|
|
558
|
+
501: 'Server Error'
|
|
559
|
+
}
|
|
560
|
+
});
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
/**
|
|
564
|
+
* @param data The data for the request.
|
|
565
|
+
* @param data.providerName
|
|
566
|
+
* @param data.providerKey
|
|
567
|
+
* @param data.requestBody
|
|
568
|
+
* @returns unknown Success
|
|
569
|
+
* @throws ApiError
|
|
570
|
+
*/
|
|
571
|
+
public putApiFeatureManagementFeatures(data: PutApiFeatureManagementFeaturesData = {}): CancelablePromise<PutApiFeatureManagementFeaturesResponse> {
|
|
572
|
+
return this.httpRequest.request({
|
|
573
|
+
method: 'PUT',
|
|
574
|
+
url: '/api/feature-management/features',
|
|
575
|
+
query: {
|
|
576
|
+
providerName: data.providerName,
|
|
577
|
+
providerKey: data.providerKey
|
|
578
|
+
},
|
|
579
|
+
body: data.requestBody,
|
|
580
|
+
mediaType: 'application/json',
|
|
581
|
+
errors: {
|
|
582
|
+
400: 'Bad Request',
|
|
583
|
+
401: 'Unauthorized',
|
|
584
|
+
403: 'Forbidden',
|
|
585
|
+
404: 'Not Found',
|
|
586
|
+
500: 'Server Error',
|
|
587
|
+
501: 'Server Error'
|
|
588
|
+
}
|
|
589
|
+
});
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
/**
|
|
593
|
+
* @param data The data for the request.
|
|
594
|
+
* @param data.providerName
|
|
595
|
+
* @param data.providerKey
|
|
596
|
+
* @returns unknown Success
|
|
597
|
+
* @throws ApiError
|
|
598
|
+
*/
|
|
599
|
+
public deleteApiFeatureManagementFeatures(data: DeleteApiFeatureManagementFeaturesData = {}): CancelablePromise<DeleteApiFeatureManagementFeaturesResponse> {
|
|
600
|
+
return this.httpRequest.request({
|
|
601
|
+
method: 'DELETE',
|
|
602
|
+
url: '/api/feature-management/features',
|
|
603
|
+
query: {
|
|
604
|
+
providerName: data.providerName,
|
|
605
|
+
providerKey: data.providerKey
|
|
606
|
+
},
|
|
607
|
+
errors: {
|
|
608
|
+
400: 'Bad Request',
|
|
609
|
+
401: 'Unauthorized',
|
|
610
|
+
403: 'Forbidden',
|
|
611
|
+
404: 'Not Found',
|
|
612
|
+
500: 'Server Error',
|
|
613
|
+
501: 'Server Error'
|
|
614
|
+
}
|
|
615
|
+
});
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
export class GdprRequestService {
|
|
621
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
622
|
+
|
|
623
|
+
/**
|
|
624
|
+
* @returns unknown Success
|
|
625
|
+
* @throws ApiError
|
|
626
|
+
*/
|
|
627
|
+
public postApiGdprRequestsPrepareData(): CancelablePromise<PostApiGdprRequestsPrepareDataResponse> {
|
|
628
|
+
return this.httpRequest.request({
|
|
629
|
+
method: 'POST',
|
|
630
|
+
url: '/api/gdpr/requests/prepare-data',
|
|
631
|
+
errors: {
|
|
632
|
+
400: 'Bad Request',
|
|
633
|
+
401: 'Unauthorized',
|
|
634
|
+
403: 'Forbidden',
|
|
635
|
+
404: 'Not Found',
|
|
636
|
+
500: 'Server Error',
|
|
637
|
+
501: 'Server Error'
|
|
638
|
+
}
|
|
639
|
+
});
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
/**
|
|
643
|
+
* @param data The data for the request.
|
|
644
|
+
* @param data.id
|
|
645
|
+
* @returns Volo_Abp_Gdpr_DownloadTokenResultDto Success
|
|
646
|
+
* @throws ApiError
|
|
647
|
+
*/
|
|
648
|
+
public getApiGdprRequestsDownloadToken(data: GetApiGdprRequestsDownloadTokenData = {}): CancelablePromise<GetApiGdprRequestsDownloadTokenResponse> {
|
|
649
|
+
return this.httpRequest.request({
|
|
650
|
+
method: 'GET',
|
|
651
|
+
url: '/api/gdpr/requests/download-token',
|
|
652
|
+
query: {
|
|
653
|
+
id: data.id
|
|
654
|
+
},
|
|
655
|
+
errors: {
|
|
656
|
+
400: 'Bad Request',
|
|
657
|
+
401: 'Unauthorized',
|
|
658
|
+
403: 'Forbidden',
|
|
659
|
+
404: 'Not Found',
|
|
660
|
+
500: 'Server Error',
|
|
661
|
+
501: 'Server Error'
|
|
662
|
+
}
|
|
663
|
+
});
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
/**
|
|
667
|
+
* @param data The data for the request.
|
|
668
|
+
* @param data.requestId
|
|
669
|
+
* @param data.token
|
|
670
|
+
* @returns binary Success
|
|
671
|
+
* @throws ApiError
|
|
672
|
+
*/
|
|
673
|
+
public getApiGdprRequestsDataByRequestId(data: GetApiGdprRequestsDataByRequestIdData): CancelablePromise<GetApiGdprRequestsDataByRequestIdResponse> {
|
|
674
|
+
return this.httpRequest.request({
|
|
675
|
+
method: 'GET',
|
|
676
|
+
url: '/api/gdpr/requests/data/{requestId}',
|
|
677
|
+
path: {
|
|
678
|
+
requestId: data.requestId
|
|
679
|
+
},
|
|
680
|
+
query: {
|
|
681
|
+
token: data.token
|
|
682
|
+
},
|
|
683
|
+
errors: {
|
|
684
|
+
400: 'Bad Request',
|
|
685
|
+
401: 'Unauthorized',
|
|
686
|
+
403: 'Forbidden',
|
|
687
|
+
404: 'Not Found',
|
|
688
|
+
500: 'Server Error',
|
|
689
|
+
501: 'Server Error'
|
|
690
|
+
}
|
|
691
|
+
});
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
/**
|
|
695
|
+
* @returns boolean Success
|
|
696
|
+
* @throws ApiError
|
|
697
|
+
*/
|
|
698
|
+
public getApiGdprRequestsIsRequestAllowed(): CancelablePromise<GetApiGdprRequestsIsRequestAllowedResponse> {
|
|
699
|
+
return this.httpRequest.request({
|
|
700
|
+
method: 'GET',
|
|
701
|
+
url: '/api/gdpr/requests/is-request-allowed',
|
|
702
|
+
errors: {
|
|
703
|
+
400: 'Bad Request',
|
|
704
|
+
401: 'Unauthorized',
|
|
705
|
+
403: 'Forbidden',
|
|
706
|
+
404: 'Not Found',
|
|
707
|
+
500: 'Server Error',
|
|
708
|
+
501: 'Server Error'
|
|
709
|
+
}
|
|
710
|
+
});
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
/**
|
|
714
|
+
* @param data The data for the request.
|
|
715
|
+
* @param data.userId
|
|
716
|
+
* @param data.sorting
|
|
717
|
+
* @param data.skipCount
|
|
718
|
+
* @param data.maxResultCount
|
|
719
|
+
* @returns PagedResultDto_GdprRequestDto Success
|
|
720
|
+
* @throws ApiError
|
|
721
|
+
*/
|
|
722
|
+
public getApiGdprRequestsList(data: GetApiGdprRequestsListData): CancelablePromise<GetApiGdprRequestsListResponse> {
|
|
723
|
+
return this.httpRequest.request({
|
|
724
|
+
method: 'GET',
|
|
725
|
+
url: '/api/gdpr/requests/list',
|
|
726
|
+
query: {
|
|
727
|
+
UserId: data.userId,
|
|
728
|
+
Sorting: data.sorting,
|
|
729
|
+
SkipCount: data.skipCount,
|
|
730
|
+
MaxResultCount: data.maxResultCount
|
|
731
|
+
},
|
|
732
|
+
errors: {
|
|
733
|
+
400: 'Bad Request',
|
|
734
|
+
401: 'Unauthorized',
|
|
735
|
+
403: 'Forbidden',
|
|
736
|
+
404: 'Not Found',
|
|
737
|
+
500: 'Server Error',
|
|
738
|
+
501: 'Server Error'
|
|
739
|
+
}
|
|
740
|
+
});
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
/**
|
|
744
|
+
* @returns unknown Success
|
|
745
|
+
* @throws ApiError
|
|
746
|
+
*/
|
|
747
|
+
public deleteApiGdprRequests(): CancelablePromise<DeleteApiGdprRequestsResponse> {
|
|
748
|
+
return this.httpRequest.request({
|
|
749
|
+
method: 'DELETE',
|
|
750
|
+
url: '/api/gdpr/requests',
|
|
751
|
+
errors: {
|
|
752
|
+
400: 'Bad Request',
|
|
753
|
+
401: 'Unauthorized',
|
|
754
|
+
403: 'Forbidden',
|
|
755
|
+
404: 'Not Found',
|
|
756
|
+
500: 'Server Error',
|
|
757
|
+
501: 'Server Error'
|
|
758
|
+
}
|
|
759
|
+
});
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
export class LanguagesService {
|
|
765
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
766
|
+
|
|
767
|
+
/**
|
|
768
|
+
* @returns ListResultDto_LanguageDto Success
|
|
769
|
+
* @throws ApiError
|
|
770
|
+
*/
|
|
771
|
+
public getApiLanguageManagementLanguagesAll(): CancelablePromise<GetApiLanguageManagementLanguagesAllResponse> {
|
|
772
|
+
return this.httpRequest.request({
|
|
773
|
+
method: 'GET',
|
|
774
|
+
url: '/api/language-management/languages/all',
|
|
775
|
+
errors: {
|
|
776
|
+
400: 'Bad Request',
|
|
777
|
+
401: 'Unauthorized',
|
|
778
|
+
403: 'Forbidden',
|
|
779
|
+
404: 'Not Found',
|
|
780
|
+
500: 'Server Error',
|
|
781
|
+
501: 'Server Error'
|
|
782
|
+
}
|
|
783
|
+
});
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
/**
|
|
787
|
+
* @param data The data for the request.
|
|
788
|
+
* @param data.filter
|
|
789
|
+
* @param data.resourceName
|
|
790
|
+
* @param data.baseCultureName
|
|
791
|
+
* @param data.targetCultureName
|
|
792
|
+
* @param data.getOnlyEmptyValues
|
|
793
|
+
* @param data.sorting
|
|
794
|
+
* @param data.skipCount
|
|
795
|
+
* @param data.maxResultCount
|
|
796
|
+
* @returns PagedResultDto_LanguageDto Success
|
|
797
|
+
* @throws ApiError
|
|
798
|
+
*/
|
|
799
|
+
public getApiLanguageManagementLanguages(data: GetApiLanguageManagementLanguagesData = {}): CancelablePromise<GetApiLanguageManagementLanguagesResponse> {
|
|
800
|
+
return this.httpRequest.request({
|
|
801
|
+
method: 'GET',
|
|
802
|
+
url: '/api/language-management/languages',
|
|
803
|
+
query: {
|
|
804
|
+
Filter: data.filter,
|
|
805
|
+
ResourceName: data.resourceName,
|
|
806
|
+
BaseCultureName: data.baseCultureName,
|
|
807
|
+
TargetCultureName: data.targetCultureName,
|
|
808
|
+
GetOnlyEmptyValues: data.getOnlyEmptyValues,
|
|
809
|
+
Sorting: data.sorting,
|
|
810
|
+
SkipCount: data.skipCount,
|
|
811
|
+
MaxResultCount: data.maxResultCount
|
|
812
|
+
},
|
|
813
|
+
errors: {
|
|
814
|
+
400: 'Bad Request',
|
|
815
|
+
401: 'Unauthorized',
|
|
816
|
+
403: 'Forbidden',
|
|
817
|
+
404: 'Not Found',
|
|
818
|
+
500: 'Server Error',
|
|
819
|
+
501: 'Server Error'
|
|
820
|
+
}
|
|
821
|
+
});
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
/**
|
|
825
|
+
* @param data The data for the request.
|
|
826
|
+
* @param data.requestBody
|
|
827
|
+
* @returns Volo_Abp_LanguageManagement_Dto_LanguageDto Success
|
|
828
|
+
* @throws ApiError
|
|
829
|
+
*/
|
|
830
|
+
public postApiLanguageManagementLanguages(data: PostApiLanguageManagementLanguagesData = {}): CancelablePromise<PostApiLanguageManagementLanguagesResponse> {
|
|
831
|
+
return this.httpRequest.request({
|
|
832
|
+
method: 'POST',
|
|
833
|
+
url: '/api/language-management/languages',
|
|
834
|
+
body: data.requestBody,
|
|
835
|
+
mediaType: 'application/json',
|
|
836
|
+
errors: {
|
|
837
|
+
400: 'Bad Request',
|
|
838
|
+
401: 'Unauthorized',
|
|
839
|
+
403: 'Forbidden',
|
|
840
|
+
404: 'Not Found',
|
|
841
|
+
500: 'Server Error',
|
|
842
|
+
501: 'Server Error'
|
|
843
|
+
}
|
|
844
|
+
});
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
/**
|
|
848
|
+
* @param data The data for the request.
|
|
849
|
+
* @param data.id
|
|
850
|
+
* @returns Volo_Abp_LanguageManagement_Dto_LanguageDto Success
|
|
851
|
+
* @throws ApiError
|
|
852
|
+
*/
|
|
853
|
+
public getApiLanguageManagementLanguagesById(data: GetApiLanguageManagementLanguagesByIdData): CancelablePromise<GetApiLanguageManagementLanguagesByIdResponse> {
|
|
854
|
+
return this.httpRequest.request({
|
|
855
|
+
method: 'GET',
|
|
856
|
+
url: '/api/language-management/languages/{id}',
|
|
857
|
+
path: {
|
|
858
|
+
id: data.id
|
|
859
|
+
},
|
|
860
|
+
errors: {
|
|
861
|
+
400: 'Bad Request',
|
|
862
|
+
401: 'Unauthorized',
|
|
863
|
+
403: 'Forbidden',
|
|
864
|
+
404: 'Not Found',
|
|
865
|
+
500: 'Server Error',
|
|
866
|
+
501: 'Server Error'
|
|
867
|
+
}
|
|
868
|
+
});
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
/**
|
|
872
|
+
* @param data The data for the request.
|
|
873
|
+
* @param data.id
|
|
874
|
+
* @param data.requestBody
|
|
875
|
+
* @returns Volo_Abp_LanguageManagement_Dto_LanguageDto Success
|
|
876
|
+
* @throws ApiError
|
|
877
|
+
*/
|
|
878
|
+
public putApiLanguageManagementLanguagesById(data: PutApiLanguageManagementLanguagesByIdData): CancelablePromise<PutApiLanguageManagementLanguagesByIdResponse> {
|
|
879
|
+
return this.httpRequest.request({
|
|
880
|
+
method: 'PUT',
|
|
881
|
+
url: '/api/language-management/languages/{id}',
|
|
882
|
+
path: {
|
|
883
|
+
id: data.id
|
|
884
|
+
},
|
|
885
|
+
body: data.requestBody,
|
|
886
|
+
mediaType: 'application/json',
|
|
887
|
+
errors: {
|
|
888
|
+
400: 'Bad Request',
|
|
889
|
+
401: 'Unauthorized',
|
|
890
|
+
403: 'Forbidden',
|
|
891
|
+
404: 'Not Found',
|
|
892
|
+
500: 'Server Error',
|
|
893
|
+
501: 'Server Error'
|
|
894
|
+
}
|
|
895
|
+
});
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
/**
|
|
899
|
+
* @param data The data for the request.
|
|
900
|
+
* @param data.id
|
|
901
|
+
* @returns unknown Success
|
|
902
|
+
* @throws ApiError
|
|
903
|
+
*/
|
|
904
|
+
public deleteApiLanguageManagementLanguagesById(data: DeleteApiLanguageManagementLanguagesByIdData): CancelablePromise<DeleteApiLanguageManagementLanguagesByIdResponse> {
|
|
905
|
+
return this.httpRequest.request({
|
|
906
|
+
method: 'DELETE',
|
|
907
|
+
url: '/api/language-management/languages/{id}',
|
|
908
|
+
path: {
|
|
909
|
+
id: data.id
|
|
910
|
+
},
|
|
911
|
+
errors: {
|
|
912
|
+
400: 'Bad Request',
|
|
913
|
+
401: 'Unauthorized',
|
|
914
|
+
403: 'Forbidden',
|
|
915
|
+
404: 'Not Found',
|
|
916
|
+
500: 'Server Error',
|
|
917
|
+
501: 'Server Error'
|
|
918
|
+
}
|
|
919
|
+
});
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
/**
|
|
923
|
+
* @param data The data for the request.
|
|
924
|
+
* @param data.id
|
|
925
|
+
* @returns unknown Success
|
|
926
|
+
* @throws ApiError
|
|
927
|
+
*/
|
|
928
|
+
public putApiLanguageManagementLanguagesByIdSetAsDefault(data: PutApiLanguageManagementLanguagesByIdSetAsDefaultData): CancelablePromise<PutApiLanguageManagementLanguagesByIdSetAsDefaultResponse> {
|
|
929
|
+
return this.httpRequest.request({
|
|
930
|
+
method: 'PUT',
|
|
931
|
+
url: '/api/language-management/languages/{id}/set-as-default',
|
|
932
|
+
path: {
|
|
933
|
+
id: data.id
|
|
934
|
+
},
|
|
935
|
+
errors: {
|
|
936
|
+
400: 'Bad Request',
|
|
937
|
+
401: 'Unauthorized',
|
|
938
|
+
403: 'Forbidden',
|
|
939
|
+
404: 'Not Found',
|
|
940
|
+
500: 'Server Error',
|
|
941
|
+
501: 'Server Error'
|
|
942
|
+
}
|
|
943
|
+
});
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
/**
|
|
947
|
+
* @returns Volo_Abp_LanguageManagement_Dto_LanguageResourceDto Success
|
|
948
|
+
* @throws ApiError
|
|
949
|
+
*/
|
|
950
|
+
public getApiLanguageManagementLanguagesResources(): CancelablePromise<GetApiLanguageManagementLanguagesResourcesResponse> {
|
|
951
|
+
return this.httpRequest.request({
|
|
952
|
+
method: 'GET',
|
|
953
|
+
url: '/api/language-management/languages/resources',
|
|
954
|
+
errors: {
|
|
955
|
+
400: 'Bad Request',
|
|
956
|
+
401: 'Unauthorized',
|
|
957
|
+
403: 'Forbidden',
|
|
958
|
+
404: 'Not Found',
|
|
959
|
+
500: 'Server Error',
|
|
960
|
+
501: 'Server Error'
|
|
961
|
+
}
|
|
962
|
+
});
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
/**
|
|
966
|
+
* @returns Volo_Abp_LanguageManagement_Dto_CultureInfoDto Success
|
|
967
|
+
* @throws ApiError
|
|
968
|
+
*/
|
|
969
|
+
public getApiLanguageManagementLanguagesCultureList(): CancelablePromise<GetApiLanguageManagementLanguagesCultureListResponse> {
|
|
970
|
+
return this.httpRequest.request({
|
|
971
|
+
method: 'GET',
|
|
972
|
+
url: '/api/language-management/languages/culture-list',
|
|
973
|
+
errors: {
|
|
974
|
+
400: 'Bad Request',
|
|
975
|
+
401: 'Unauthorized',
|
|
976
|
+
403: 'Forbidden',
|
|
977
|
+
404: 'Not Found',
|
|
978
|
+
500: 'Server Error',
|
|
979
|
+
501: 'Server Error'
|
|
980
|
+
}
|
|
981
|
+
});
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
export class LanguageTextsService {
|
|
987
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
988
|
+
|
|
989
|
+
/**
|
|
990
|
+
* @param data The data for the request.
|
|
991
|
+
* @param data.filter
|
|
992
|
+
* @param data.resourceName
|
|
993
|
+
* @param data.baseCultureName
|
|
994
|
+
* @param data.targetCultureName
|
|
995
|
+
* @param data.getOnlyEmptyValues
|
|
996
|
+
* @param data.sorting
|
|
997
|
+
* @param data.skipCount
|
|
998
|
+
* @param data.maxResultCount
|
|
999
|
+
* @returns PagedResultDto_LanguageTextDto Success
|
|
1000
|
+
* @throws ApiError
|
|
1001
|
+
*/
|
|
1002
|
+
public getApiLanguageManagementLanguageTexts(data: GetApiLanguageManagementLanguageTextsData = {}): CancelablePromise<GetApiLanguageManagementLanguageTextsResponse> {
|
|
1003
|
+
return this.httpRequest.request({
|
|
1004
|
+
method: 'GET',
|
|
1005
|
+
url: '/api/language-management/language-texts',
|
|
1006
|
+
query: {
|
|
1007
|
+
Filter: data.filter,
|
|
1008
|
+
ResourceName: data.resourceName,
|
|
1009
|
+
BaseCultureName: data.baseCultureName,
|
|
1010
|
+
TargetCultureName: data.targetCultureName,
|
|
1011
|
+
GetOnlyEmptyValues: data.getOnlyEmptyValues,
|
|
1012
|
+
Sorting: data.sorting,
|
|
1013
|
+
SkipCount: data.skipCount,
|
|
1014
|
+
MaxResultCount: data.maxResultCount
|
|
1015
|
+
},
|
|
1016
|
+
errors: {
|
|
1017
|
+
400: 'Bad Request',
|
|
1018
|
+
401: 'Unauthorized',
|
|
1019
|
+
403: 'Forbidden',
|
|
1020
|
+
404: 'Not Found',
|
|
1021
|
+
500: 'Server Error',
|
|
1022
|
+
501: 'Server Error'
|
|
1023
|
+
}
|
|
1024
|
+
});
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
/**
|
|
1028
|
+
* @param data The data for the request.
|
|
1029
|
+
* @param data.resourceName
|
|
1030
|
+
* @param data.cultureName
|
|
1031
|
+
* @param data.name
|
|
1032
|
+
* @param data.baseCultureName
|
|
1033
|
+
* @returns Volo_Abp_LanguageManagement_Dto_LanguageTextDto Success
|
|
1034
|
+
* @throws ApiError
|
|
1035
|
+
*/
|
|
1036
|
+
public getApiLanguageManagementLanguageTextsByResourceNameByCultureNameByName(data: GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData): CancelablePromise<GetApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse> {
|
|
1037
|
+
return this.httpRequest.request({
|
|
1038
|
+
method: 'GET',
|
|
1039
|
+
url: '/api/language-management/language-texts/{resourceName}/{cultureName}/{name}',
|
|
1040
|
+
path: {
|
|
1041
|
+
resourceName: data.resourceName,
|
|
1042
|
+
cultureName: data.cultureName,
|
|
1043
|
+
name: data.name
|
|
1044
|
+
},
|
|
1045
|
+
query: {
|
|
1046
|
+
baseCultureName: data.baseCultureName
|
|
1047
|
+
},
|
|
1048
|
+
errors: {
|
|
1049
|
+
400: 'Bad Request',
|
|
1050
|
+
401: 'Unauthorized',
|
|
1051
|
+
403: 'Forbidden',
|
|
1052
|
+
404: 'Not Found',
|
|
1053
|
+
500: 'Server Error',
|
|
1054
|
+
501: 'Server Error'
|
|
1055
|
+
}
|
|
1056
|
+
});
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
/**
|
|
1060
|
+
* @param data The data for the request.
|
|
1061
|
+
* @param data.resourceName
|
|
1062
|
+
* @param data.cultureName
|
|
1063
|
+
* @param data.name
|
|
1064
|
+
* @param data.value
|
|
1065
|
+
* @returns unknown Success
|
|
1066
|
+
* @throws ApiError
|
|
1067
|
+
*/
|
|
1068
|
+
public putApiLanguageManagementLanguageTextsByResourceNameByCultureNameByName(data: PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameData): CancelablePromise<PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameResponse> {
|
|
1069
|
+
return this.httpRequest.request({
|
|
1070
|
+
method: 'PUT',
|
|
1071
|
+
url: '/api/language-management/language-texts/{resourceName}/{cultureName}/{name}',
|
|
1072
|
+
path: {
|
|
1073
|
+
resourceName: data.resourceName,
|
|
1074
|
+
cultureName: data.cultureName,
|
|
1075
|
+
name: data.name
|
|
1076
|
+
},
|
|
1077
|
+
query: {
|
|
1078
|
+
value: data.value
|
|
1079
|
+
},
|
|
1080
|
+
errors: {
|
|
1081
|
+
400: 'Bad Request',
|
|
1082
|
+
401: 'Unauthorized',
|
|
1083
|
+
403: 'Forbidden',
|
|
1084
|
+
404: 'Not Found',
|
|
1085
|
+
500: 'Server Error',
|
|
1086
|
+
501: 'Server Error'
|
|
1087
|
+
}
|
|
1088
|
+
});
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
/**
|
|
1092
|
+
* @param data The data for the request.
|
|
1093
|
+
* @param data.resourceName
|
|
1094
|
+
* @param data.cultureName
|
|
1095
|
+
* @param data.name
|
|
1096
|
+
* @returns unknown Success
|
|
1097
|
+
* @throws ApiError
|
|
1098
|
+
*/
|
|
1099
|
+
public putApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestore(data: PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreData): CancelablePromise<PutApiLanguageManagementLanguageTextsByResourceNameByCultureNameByNameRestoreResponse> {
|
|
1100
|
+
return this.httpRequest.request({
|
|
1101
|
+
method: 'PUT',
|
|
1102
|
+
url: '/api/language-management/language-texts/{resourceName}/{cultureName}/{name}/restore',
|
|
1103
|
+
path: {
|
|
1104
|
+
resourceName: data.resourceName,
|
|
1105
|
+
cultureName: data.cultureName,
|
|
1106
|
+
name: data.name
|
|
1107
|
+
},
|
|
1108
|
+
errors: {
|
|
1109
|
+
400: 'Bad Request',
|
|
1110
|
+
401: 'Unauthorized',
|
|
1111
|
+
403: 'Forbidden',
|
|
1112
|
+
404: 'Not Found',
|
|
1113
|
+
500: 'Server Error',
|
|
1114
|
+
501: 'Server Error'
|
|
1115
|
+
}
|
|
1116
|
+
});
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
export class PermissionsService {
|
|
1122
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
1123
|
+
|
|
1124
|
+
/**
|
|
1125
|
+
* @param data The data for the request.
|
|
1126
|
+
* @param data.providerName
|
|
1127
|
+
* @param data.providerKey
|
|
1128
|
+
* @returns Volo_Abp_PermissionManagement_GetPermissionListResultDto Success
|
|
1129
|
+
* @throws ApiError
|
|
1130
|
+
*/
|
|
1131
|
+
public getApiPermissionManagementPermissions(data: GetApiPermissionManagementPermissionsData = {}): CancelablePromise<GetApiPermissionManagementPermissionsResponse> {
|
|
1132
|
+
return this.httpRequest.request({
|
|
1133
|
+
method: 'GET',
|
|
1134
|
+
url: '/api/permission-management/permissions',
|
|
1135
|
+
query: {
|
|
1136
|
+
providerName: data.providerName,
|
|
1137
|
+
providerKey: data.providerKey
|
|
1138
|
+
},
|
|
1139
|
+
errors: {
|
|
1140
|
+
400: 'Bad Request',
|
|
1141
|
+
401: 'Unauthorized',
|
|
1142
|
+
403: 'Forbidden',
|
|
1143
|
+
404: 'Not Found',
|
|
1144
|
+
500: 'Server Error',
|
|
1145
|
+
501: 'Server Error'
|
|
1146
|
+
}
|
|
1147
|
+
});
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
/**
|
|
1151
|
+
* @param data The data for the request.
|
|
1152
|
+
* @param data.providerName
|
|
1153
|
+
* @param data.providerKey
|
|
1154
|
+
* @param data.requestBody
|
|
1155
|
+
* @returns unknown Success
|
|
1156
|
+
* @throws ApiError
|
|
1157
|
+
*/
|
|
1158
|
+
public putApiPermissionManagementPermissions(data: PutApiPermissionManagementPermissionsData = {}): CancelablePromise<PutApiPermissionManagementPermissionsResponse> {
|
|
1159
|
+
return this.httpRequest.request({
|
|
1160
|
+
method: 'PUT',
|
|
1161
|
+
url: '/api/permission-management/permissions',
|
|
1162
|
+
query: {
|
|
1163
|
+
providerName: data.providerName,
|
|
1164
|
+
providerKey: data.providerKey
|
|
1165
|
+
},
|
|
1166
|
+
body: data.requestBody,
|
|
1167
|
+
mediaType: 'application/json',
|
|
1168
|
+
errors: {
|
|
1169
|
+
400: 'Bad Request',
|
|
1170
|
+
401: 'Unauthorized',
|
|
1171
|
+
403: 'Forbidden',
|
|
1172
|
+
404: 'Not Found',
|
|
1173
|
+
500: 'Server Error',
|
|
1174
|
+
501: 'Server Error'
|
|
1175
|
+
}
|
|
1176
|
+
});
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
export class SettingsService {
|
|
1182
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
1183
|
+
|
|
1184
|
+
/**
|
|
1185
|
+
* @returns Volo_Abp_AuditLogging_AuditLogSettingsDto Success
|
|
1186
|
+
* @throws ApiError
|
|
1187
|
+
*/
|
|
1188
|
+
public getApiAuditLoggingSettings(): CancelablePromise<GetApiAuditLoggingSettingsResponse> {
|
|
1189
|
+
return this.httpRequest.request({
|
|
1190
|
+
method: 'GET',
|
|
1191
|
+
url: '/api/audit-logging/settings',
|
|
1192
|
+
errors: {
|
|
1193
|
+
400: 'Bad Request',
|
|
1194
|
+
401: 'Unauthorized',
|
|
1195
|
+
403: 'Forbidden',
|
|
1196
|
+
404: 'Not Found',
|
|
1197
|
+
500: 'Server Error',
|
|
1198
|
+
501: 'Server Error'
|
|
1199
|
+
}
|
|
1200
|
+
});
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
/**
|
|
1204
|
+
* @param data The data for the request.
|
|
1205
|
+
* @param data.requestBody
|
|
1206
|
+
* @returns unknown Success
|
|
1207
|
+
* @throws ApiError
|
|
1208
|
+
*/
|
|
1209
|
+
public putApiAuditLoggingSettings(data: PutApiAuditLoggingSettingsData = {}): CancelablePromise<PutApiAuditLoggingSettingsResponse> {
|
|
1210
|
+
return this.httpRequest.request({
|
|
1211
|
+
method: 'PUT',
|
|
1212
|
+
url: '/api/audit-logging/settings',
|
|
1213
|
+
body: data.requestBody,
|
|
1214
|
+
mediaType: 'application/json',
|
|
1215
|
+
errors: {
|
|
1216
|
+
400: 'Bad Request',
|
|
1217
|
+
401: 'Unauthorized',
|
|
1218
|
+
403: 'Forbidden',
|
|
1219
|
+
404: 'Not Found',
|
|
1220
|
+
500: 'Server Error',
|
|
1221
|
+
501: 'Server Error'
|
|
1222
|
+
}
|
|
1223
|
+
});
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
/**
|
|
1227
|
+
* @returns Volo_Abp_AuditLogging_AuditLogGlobalSettingsDto Success
|
|
1228
|
+
* @throws ApiError
|
|
1229
|
+
*/
|
|
1230
|
+
public getApiAuditLoggingSettingsGlobal(): CancelablePromise<GetApiAuditLoggingSettingsGlobalResponse> {
|
|
1231
|
+
return this.httpRequest.request({
|
|
1232
|
+
method: 'GET',
|
|
1233
|
+
url: '/api/audit-logging/settings/global',
|
|
1234
|
+
errors: {
|
|
1235
|
+
400: 'Bad Request',
|
|
1236
|
+
401: 'Unauthorized',
|
|
1237
|
+
403: 'Forbidden',
|
|
1238
|
+
404: 'Not Found',
|
|
1239
|
+
500: 'Server Error',
|
|
1240
|
+
501: 'Server Error'
|
|
1241
|
+
}
|
|
1242
|
+
});
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
/**
|
|
1246
|
+
* @param data The data for the request.
|
|
1247
|
+
* @param data.requestBody
|
|
1248
|
+
* @returns unknown Success
|
|
1249
|
+
* @throws ApiError
|
|
1250
|
+
*/
|
|
1251
|
+
public putApiAuditLoggingSettingsGlobal(data: PutApiAuditLoggingSettingsGlobalData = {}): CancelablePromise<PutApiAuditLoggingSettingsGlobalResponse> {
|
|
1252
|
+
return this.httpRequest.request({
|
|
1253
|
+
method: 'PUT',
|
|
1254
|
+
url: '/api/audit-logging/settings/global',
|
|
1255
|
+
body: data.requestBody,
|
|
1256
|
+
mediaType: 'application/json',
|
|
1257
|
+
errors: {
|
|
1258
|
+
400: 'Bad Request',
|
|
1259
|
+
401: 'Unauthorized',
|
|
1260
|
+
403: 'Forbidden',
|
|
1261
|
+
404: 'Not Found',
|
|
1262
|
+
500: 'Server Error',
|
|
1263
|
+
501: 'Server Error'
|
|
1264
|
+
}
|
|
1265
|
+
});
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
export class TextTemplateContentsService {
|
|
1271
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
1272
|
+
|
|
1273
|
+
/**
|
|
1274
|
+
* @param data The data for the request.
|
|
1275
|
+
* @param data.templateName
|
|
1276
|
+
* @param data.cultureName
|
|
1277
|
+
* @returns Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto Success
|
|
1278
|
+
* @throws ApiError
|
|
1279
|
+
*/
|
|
1280
|
+
public getApiTextTemplateManagementTemplateContents(data: GetApiTextTemplateManagementTemplateContentsData): CancelablePromise<GetApiTextTemplateManagementTemplateContentsResponse> {
|
|
1281
|
+
return this.httpRequest.request({
|
|
1282
|
+
method: 'GET',
|
|
1283
|
+
url: '/api/text-template-management/template-contents',
|
|
1284
|
+
query: {
|
|
1285
|
+
TemplateName: data.templateName,
|
|
1286
|
+
CultureName: data.cultureName
|
|
1287
|
+
},
|
|
1288
|
+
errors: {
|
|
1289
|
+
400: 'Bad Request',
|
|
1290
|
+
401: 'Unauthorized',
|
|
1291
|
+
403: 'Forbidden',
|
|
1292
|
+
404: 'Not Found',
|
|
1293
|
+
500: 'Server Error',
|
|
1294
|
+
501: 'Server Error'
|
|
1295
|
+
}
|
|
1296
|
+
});
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
/**
|
|
1300
|
+
* @param data The data for the request.
|
|
1301
|
+
* @param data.requestBody
|
|
1302
|
+
* @returns Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto Success
|
|
1303
|
+
* @throws ApiError
|
|
1304
|
+
*/
|
|
1305
|
+
public putApiTextTemplateManagementTemplateContents(data: PutApiTextTemplateManagementTemplateContentsData = {}): CancelablePromise<PutApiTextTemplateManagementTemplateContentsResponse> {
|
|
1306
|
+
return this.httpRequest.request({
|
|
1307
|
+
method: 'PUT',
|
|
1308
|
+
url: '/api/text-template-management/template-contents',
|
|
1309
|
+
body: data.requestBody,
|
|
1310
|
+
mediaType: 'application/json',
|
|
1311
|
+
errors: {
|
|
1312
|
+
400: 'Bad Request',
|
|
1313
|
+
401: 'Unauthorized',
|
|
1314
|
+
403: 'Forbidden',
|
|
1315
|
+
404: 'Not Found',
|
|
1316
|
+
500: 'Server Error',
|
|
1317
|
+
501: 'Server Error'
|
|
1318
|
+
}
|
|
1319
|
+
});
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
/**
|
|
1323
|
+
* @param data The data for the request.
|
|
1324
|
+
* @param data.requestBody
|
|
1325
|
+
* @returns unknown Success
|
|
1326
|
+
* @throws ApiError
|
|
1327
|
+
*/
|
|
1328
|
+
public putApiTextTemplateManagementTemplateContentsRestoreToDefault(data: PutApiTextTemplateManagementTemplateContentsRestoreToDefaultData = {}): CancelablePromise<PutApiTextTemplateManagementTemplateContentsRestoreToDefaultResponse> {
|
|
1329
|
+
return this.httpRequest.request({
|
|
1330
|
+
method: 'PUT',
|
|
1331
|
+
url: '/api/text-template-management/template-contents/restore-to-default',
|
|
1332
|
+
body: data.requestBody,
|
|
1333
|
+
mediaType: 'application/json',
|
|
1334
|
+
errors: {
|
|
1335
|
+
400: 'Bad Request',
|
|
1336
|
+
401: 'Unauthorized',
|
|
1337
|
+
403: 'Forbidden',
|
|
1338
|
+
404: 'Not Found',
|
|
1339
|
+
500: 'Server Error',
|
|
1340
|
+
501: 'Server Error'
|
|
1341
|
+
}
|
|
1342
|
+
});
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
export class TextTemplateDefinitionsService {
|
|
1348
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
1349
|
+
|
|
1350
|
+
/**
|
|
1351
|
+
* @param data The data for the request.
|
|
1352
|
+
* @param data.filterText
|
|
1353
|
+
* @param data.sorting
|
|
1354
|
+
* @param data.skipCount
|
|
1355
|
+
* @param data.maxResultCount
|
|
1356
|
+
* @returns PagedResultDto_TemplateDefinitionDto Success
|
|
1357
|
+
* @throws ApiError
|
|
1358
|
+
*/
|
|
1359
|
+
public getApiTextTemplateManagementTemplateDefinitions(data: GetApiTextTemplateManagementTemplateDefinitionsData = {}): CancelablePromise<GetApiTextTemplateManagementTemplateDefinitionsResponse> {
|
|
1360
|
+
return this.httpRequest.request({
|
|
1361
|
+
method: 'GET',
|
|
1362
|
+
url: '/api/text-template-management/template-definitions',
|
|
1363
|
+
query: {
|
|
1364
|
+
FilterText: data.filterText,
|
|
1365
|
+
Sorting: data.sorting,
|
|
1366
|
+
SkipCount: data.skipCount,
|
|
1367
|
+
MaxResultCount: data.maxResultCount
|
|
1368
|
+
},
|
|
1369
|
+
errors: {
|
|
1370
|
+
400: 'Bad Request',
|
|
1371
|
+
401: 'Unauthorized',
|
|
1372
|
+
403: 'Forbidden',
|
|
1373
|
+
404: 'Not Found',
|
|
1374
|
+
500: 'Server Error',
|
|
1375
|
+
501: 'Server Error'
|
|
1376
|
+
}
|
|
1377
|
+
});
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
/**
|
|
1381
|
+
* @param data The data for the request.
|
|
1382
|
+
* @param data.name
|
|
1383
|
+
* @returns Volo_Abp_TextTemplateManagement_TextTemplates_TemplateDefinitionDto Success
|
|
1384
|
+
* @throws ApiError
|
|
1385
|
+
*/
|
|
1386
|
+
public getApiTextTemplateManagementTemplateDefinitionsByName(data: GetApiTextTemplateManagementTemplateDefinitionsByNameData): CancelablePromise<GetApiTextTemplateManagementTemplateDefinitionsByNameResponse> {
|
|
1387
|
+
return this.httpRequest.request({
|
|
1388
|
+
method: 'GET',
|
|
1389
|
+
url: '/api/text-template-management/template-definitions/{name}',
|
|
1390
|
+
path: {
|
|
1391
|
+
name: data.name
|
|
1392
|
+
},
|
|
1393
|
+
errors: {
|
|
1394
|
+
400: 'Bad Request',
|
|
1395
|
+
401: 'Unauthorized',
|
|
1396
|
+
403: 'Forbidden',
|
|
1397
|
+
404: 'Not Found',
|
|
1398
|
+
500: 'Server Error',
|
|
1399
|
+
501: 'Server Error'
|
|
1400
|
+
}
|
|
1401
|
+
});
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
export class TimeZoneSettingsService {
|
|
1407
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
1408
|
+
|
|
1409
|
+
/**
|
|
1410
|
+
* @returns string Success
|
|
1411
|
+
* @throws ApiError
|
|
1412
|
+
*/
|
|
1413
|
+
public getApiSettingManagementTimezone(): CancelablePromise<GetApiSettingManagementTimezoneResponse> {
|
|
1414
|
+
return this.httpRequest.request({
|
|
1415
|
+
method: 'GET',
|
|
1416
|
+
url: '/api/setting-management/timezone',
|
|
1417
|
+
errors: {
|
|
1418
|
+
400: 'Bad Request',
|
|
1419
|
+
401: 'Unauthorized',
|
|
1420
|
+
403: 'Forbidden',
|
|
1421
|
+
404: 'Not Found',
|
|
1422
|
+
500: 'Server Error',
|
|
1423
|
+
501: 'Server Error'
|
|
1424
|
+
}
|
|
1425
|
+
});
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
/**
|
|
1429
|
+
* @param data The data for the request.
|
|
1430
|
+
* @param data.timezone
|
|
1431
|
+
* @returns unknown Success
|
|
1432
|
+
* @throws ApiError
|
|
1433
|
+
*/
|
|
1434
|
+
public postApiSettingManagementTimezone(data: PostApiSettingManagementTimezoneData = {}): CancelablePromise<PostApiSettingManagementTimezoneResponse> {
|
|
1435
|
+
return this.httpRequest.request({
|
|
1436
|
+
method: 'POST',
|
|
1437
|
+
url: '/api/setting-management/timezone',
|
|
1438
|
+
query: {
|
|
1439
|
+
timezone: data.timezone
|
|
1440
|
+
},
|
|
1441
|
+
errors: {
|
|
1442
|
+
400: 'Bad Request',
|
|
1443
|
+
401: 'Unauthorized',
|
|
1444
|
+
403: 'Forbidden',
|
|
1445
|
+
404: 'Not Found',
|
|
1446
|
+
500: 'Server Error',
|
|
1447
|
+
501: 'Server Error'
|
|
1448
|
+
}
|
|
1449
|
+
});
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
/**
|
|
1453
|
+
* @returns Volo_Abp_NameValue Success
|
|
1454
|
+
* @throws ApiError
|
|
1455
|
+
*/
|
|
1456
|
+
public getApiSettingManagementTimezoneTimezones(): CancelablePromise<GetApiSettingManagementTimezoneTimezonesResponse> {
|
|
1457
|
+
return this.httpRequest.request({
|
|
1458
|
+
method: 'GET',
|
|
1459
|
+
url: '/api/setting-management/timezone/timezones',
|
|
1460
|
+
errors: {
|
|
1461
|
+
400: 'Bad Request',
|
|
1462
|
+
401: 'Unauthorized',
|
|
1463
|
+
403: 'Forbidden',
|
|
1464
|
+
404: 'Not Found',
|
|
1465
|
+
500: 'Server Error',
|
|
1466
|
+
501: 'Server Error'
|
|
1467
|
+
}
|
|
1468
|
+
});
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1405
1471
|
}
|