@ayasofyazilim/saas 0.0.73 → 0.0.75

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.
Files changed (499) hide show
  1. package/.github/workflows/release.yaml +120 -120
  2. package/.github/workflows/update.yaml +52 -52
  3. package/.github/workflows/update_release.yaml +33 -33
  4. package/AccountService/AccountServiceClient.ts +68 -68
  5. package/AccountService/core/ApiRequestOptions.ts +12 -12
  6. package/AccountService/core/BaseHttpRequest.ts +9 -9
  7. package/AccountService/core/FetchHttpRequest.ts +21 -21
  8. package/AccountService/core/OpenAPI.ts +55 -55
  9. package/AccountService/core/request.ts +340 -340
  10. package/AccountService/index.ts +8 -8
  11. package/AccountService/models/Volo_Abp_Account_AccountExternalProviderSettingsDto.ts +9 -9
  12. package/AccountService/models/Volo_Abp_Account_AccountRecaptchaSettingsDto.ts +14 -14
  13. package/AccountService/models/Volo_Abp_Account_AccountSettingsDto.ts +9 -9
  14. package/AccountService/models/Volo_Abp_Account_AccountTwoFactorSettingsDto.ts +11 -11
  15. package/AccountService/models/Volo_Abp_Account_AuthenticatorInfoDto.ts +9 -9
  16. package/AccountService/models/Volo_Abp_Account_ChangePasswordInput.ts +9 -9
  17. package/AccountService/models/Volo_Abp_Account_ConfirmEmailInput.ts +9 -9
  18. package/AccountService/models/Volo_Abp_Account_ConfirmPhoneNumberInput.ts +9 -9
  19. package/AccountService/models/Volo_Abp_Account_DelegateNewUserInput.ts +10 -10
  20. package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderDto.ts +9 -9
  21. package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderItemDto.ts +11 -11
  22. package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderItemWithSecretDto.ts +13 -13
  23. package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettings.ts +12 -12
  24. package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettingsProperty.ts +9 -9
  25. package/AccountService/models/Volo_Abp_Account_IdentityUserConfirmationStateDto.ts +9 -9
  26. package/AccountService/models/Volo_Abp_Account_IsLinkedInput.ts +9 -9
  27. package/AccountService/models/Volo_Abp_Account_LinkUserDto.ts +12 -12
  28. package/AccountService/models/Volo_Abp_Account_LinkUserInput.ts +10 -10
  29. package/AccountService/models/Volo_Abp_Account_ProfileDto.ts +20 -20
  30. package/AccountService/models/Volo_Abp_Account_ProfilePictureSourceDto.ts +11 -11
  31. package/AccountService/models/Volo_Abp_Account_ProfilePictureType.ts +9 -9
  32. package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_AbpLoginResult.ts +10 -10
  33. package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_LinkUserLoginInfo.ts +9 -9
  34. package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_LoginResultType.ts +12 -12
  35. package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_UserLoginInfo.ts +11 -11
  36. package/AccountService/models/Volo_Abp_Account_RegisterDto.ts +15 -15
  37. package/AccountService/models/Volo_Abp_Account_ResetPasswordDto.ts +10 -10
  38. package/AccountService/models/Volo_Abp_Account_SendEmailConfirmationTokenDto.ts +11 -11
  39. package/AccountService/models/Volo_Abp_Account_SendPasswordResetCodeDto.ts +11 -11
  40. package/AccountService/models/Volo_Abp_Account_SendPhoneNumberConfirmationTokenDto.ts +9 -9
  41. package/AccountService/models/Volo_Abp_Account_SendTwoFactorCodeInput.ts +10 -10
  42. package/AccountService/models/Volo_Abp_Account_UnLinkUserInput.ts +9 -9
  43. package/AccountService/models/Volo_Abp_Account_UpdateExternalProviderDto.ts +12 -12
  44. package/AccountService/models/Volo_Abp_Account_UpdateProfileDto.ts +15 -15
  45. package/AccountService/models/Volo_Abp_Account_UserDelegationDto.ts +11 -11
  46. package/AccountService/models/Volo_Abp_Account_UserLookupDto.ts +9 -9
  47. package/AccountService/models/Volo_Abp_Account_VerifyAuthenticatorCodeDto.ts +8 -8
  48. package/AccountService/models/Volo_Abp_Account_VerifyAuthenticatorCodeInput.ts +8 -8
  49. package/AccountService/models/Volo_Abp_Account_VerifyEmailConfirmationTokenInput.ts +9 -9
  50. package/AccountService/models/Volo_Abp_Account_VerifyLinkLoginTokenInput.ts +10 -10
  51. package/AccountService/models/Volo_Abp_Account_VerifyLinkTokenInput.ts +10 -10
  52. package/AccountService/models/Volo_Abp_Account_VerifyPasswordResetTokenInput.ts +9 -9
  53. package/AccountService/models/Volo_Abp_Application_Dtos_ListResultDto_1.ts +9 -9
  54. package/AccountService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +10 -10
  55. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +8 -8
  56. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +30 -30
  57. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +8 -8
  58. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +8 -8
  59. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +18 -18
  60. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +9 -9
  61. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +9 -9
  62. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +8 -8
  63. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +8 -8
  64. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +17 -17
  65. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +22 -22
  66. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +14 -14
  67. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +8 -8
  68. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +10 -10
  69. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +10 -10
  70. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +9 -9
  71. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +8 -8
  72. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +13 -13
  73. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +8 -8
  74. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +8 -8
  75. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +9 -9
  76. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +19 -19
  77. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +14 -14
  78. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +8 -8
  79. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +12 -12
  80. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +8 -8
  81. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +9 -9
  82. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +10 -10
  83. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +11 -11
  84. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +11 -11
  85. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +9 -9
  86. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +8 -8
  87. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +10 -10
  88. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto.ts +11 -11
  89. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +8 -8
  90. package/AccountService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +20 -20
  91. package/AccountService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +11 -11
  92. package/AccountService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +17 -17
  93. package/AccountService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +11 -11
  94. package/AccountService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +12 -12
  95. package/AccountService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +13 -13
  96. package/AccountService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +11 -11
  97. package/AccountService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +17 -17
  98. package/AccountService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +17 -17
  99. package/AccountService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +9 -9
  100. package/AccountService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +14 -14
  101. package/AccountService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +13 -13
  102. package/AccountService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +9 -9
  103. package/AccountService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +9 -9
  104. package/AccountService/models/Volo_Abp_Identity_Features_IdentityProTwoFactorBehaviour.ts +9 -9
  105. package/AccountService/models/Volo_Abp_Identity_IdentitySecurityLogDto.ts +21 -21
  106. package/AccountService/models/Volo_Abp_Identity_IdentityUserDto.ts +35 -35
  107. package/AccountService/models/Volo_Abp_Localization_LanguageInfo.ts +12 -12
  108. package/AccountService/models/Volo_Abp_NameValue.ts +9 -9
  109. package/AccountService/schemas.gen.ts +5333 -5333
  110. package/AccountService/services/AbpApiDefinitionService.ts +34 -34
  111. package/AccountService/services/AbpApplicationConfigurationService.ts +34 -34
  112. package/AccountService/services/AbpApplicationLocalizationService.ts +37 -37
  113. package/AccountService/services/AbpTenantService.ts +58 -58
  114. package/AccountService/services/AccountExternalProviderService.ts +56 -56
  115. package/AccountService/services/AccountService.ts +545 -545
  116. package/AccountService/services/AccountSettingsService.ts +178 -178
  117. package/AccountService/services/DynamicClaimsService.ts +27 -27
  118. package/AccountService/services/LoginService.ts +99 -99
  119. package/AccountService/services/ProfileService.ts +155 -155
  120. package/AccountService/services/UserService.ts +313 -313
  121. package/AccountService/services.gen.ts +1539 -1539
  122. package/AccountService/types.gen.ts +3328 -3328
  123. package/AdministrationService/AdministrationServiceClient.ts +80 -80
  124. package/AdministrationService/core/ApiRequestOptions.ts +12 -12
  125. package/AdministrationService/core/BaseHttpRequest.ts +9 -9
  126. package/AdministrationService/core/FetchHttpRequest.ts +21 -21
  127. package/AdministrationService/core/OpenAPI.ts +55 -55
  128. package/AdministrationService/core/request.ts +340 -340
  129. package/AdministrationService/index.ts +8 -8
  130. package/AdministrationService/models/System_Net_HttpStatusCode.ts +67 -67
  131. package/AdministrationService/models/Volo_Abp_Application_Dtos_ListResultDto_1.ts +9 -9
  132. package/AdministrationService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +10 -10
  133. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +8 -8
  134. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +30 -30
  135. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +8 -8
  136. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +8 -8
  137. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +18 -18
  138. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +9 -9
  139. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +9 -9
  140. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +8 -8
  141. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +8 -8
  142. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +17 -17
  143. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +22 -22
  144. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +14 -14
  145. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +8 -8
  146. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +10 -10
  147. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +10 -10
  148. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +9 -9
  149. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +8 -8
  150. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +13 -13
  151. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +8 -8
  152. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +8 -8
  153. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +9 -9
  154. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +19 -19
  155. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +14 -14
  156. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +8 -8
  157. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +12 -12
  158. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +8 -8
  159. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +9 -9
  160. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +10 -10
  161. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +11 -11
  162. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +11 -11
  163. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +9 -9
  164. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +8 -8
  165. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +10 -10
  166. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto.ts +11 -11
  167. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +8 -8
  168. package/AdministrationService/models/Volo_Abp_AuditLogging_AuditLogActionDto.ts +16 -16
  169. package/AdministrationService/models/Volo_Abp_AuditLogging_AuditLogDto.ts +33 -33
  170. package/AdministrationService/models/Volo_Abp_AuditLogging_EntityChangeDto.ts +18 -18
  171. package/AdministrationService/models/Volo_Abp_AuditLogging_EntityChangeWithUsernameDto.ts +10 -10
  172. package/AdministrationService/models/Volo_Abp_AuditLogging_EntityPropertyChangeDto.ts +14 -14
  173. package/AdministrationService/models/Volo_Abp_AuditLogging_GetAverageExecutionDurationPerDayOutput.ts +8 -8
  174. package/AdministrationService/models/Volo_Abp_AuditLogging_GetErrorRateOutput.ts +8 -8
  175. package/AdministrationService/models/Volo_Abp_Auditing_EntityChangeType.ts +9 -9
  176. package/AdministrationService/models/Volo_Abp_FeatureManagement_FeatureDto.ts +17 -17
  177. package/AdministrationService/models/Volo_Abp_FeatureManagement_FeatureGroupDto.ts +11 -11
  178. package/AdministrationService/models/Volo_Abp_FeatureManagement_FeatureProviderDto.ts +9 -9
  179. package/AdministrationService/models/Volo_Abp_FeatureManagement_GetFeatureListResultDto.ts +9 -9
  180. package/AdministrationService/models/Volo_Abp_FeatureManagement_UpdateFeatureDto.ts +9 -9
  181. package/AdministrationService/models/Volo_Abp_FeatureManagement_UpdateFeaturesDto.ts +9 -9
  182. package/AdministrationService/models/Volo_Abp_Gdpr_DownloadTokenResultDto.ts +8 -8
  183. package/AdministrationService/models/Volo_Abp_Gdpr_GdprRequestDto.ts +10 -10
  184. package/AdministrationService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +20 -20
  185. package/AdministrationService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +11 -11
  186. package/AdministrationService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +17 -17
  187. package/AdministrationService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +11 -11
  188. package/AdministrationService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +12 -12
  189. package/AdministrationService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +13 -13
  190. package/AdministrationService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +11 -11
  191. package/AdministrationService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +17 -17
  192. package/AdministrationService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +17 -17
  193. package/AdministrationService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +9 -9
  194. package/AdministrationService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +14 -14
  195. package/AdministrationService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +13 -13
  196. package/AdministrationService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +9 -9
  197. package/AdministrationService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +9 -9
  198. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_CreateLanguageDto.ts +13 -13
  199. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_CultureInfoDto.ts +9 -9
  200. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_LanguageDto.ts +18 -18
  201. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_LanguageResourceDto.ts +8 -8
  202. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_LanguageTextDto.ts +13 -13
  203. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_UpdateLanguageDto.ts +12 -12
  204. package/AdministrationService/models/Volo_Abp_Localization_LanguageInfo.ts +12 -12
  205. package/AdministrationService/models/Volo_Abp_NameValue.ts +9 -9
  206. package/AdministrationService/models/Volo_Abp_PermissionManagement_GetPermissionListResultDto.ts +10 -10
  207. package/AdministrationService/models/Volo_Abp_PermissionManagement_PermissionGrantInfoDto.ts +14 -14
  208. package/AdministrationService/models/Volo_Abp_PermissionManagement_PermissionGroupDto.ts +13 -13
  209. package/AdministrationService/models/Volo_Abp_PermissionManagement_ProviderInfoDto.ts +9 -9
  210. package/AdministrationService/models/Volo_Abp_PermissionManagement_UpdatePermissionDto.ts +9 -9
  211. package/AdministrationService/models/Volo_Abp_PermissionManagement_UpdatePermissionsDto.ts +9 -9
  212. package/AdministrationService/models/Volo_Abp_SettingManagement_EmailSettingsDto.ts +16 -16
  213. package/AdministrationService/models/Volo_Abp_SettingManagement_SendTestEmailInput.ts +11 -11
  214. package/AdministrationService/models/Volo_Abp_SettingManagement_UpdateEmailSettingsDto.ts +16 -16
  215. package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_RestoreTemplateContentInput.ts +9 -9
  216. package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_TemplateDefinitionDto.ts +13 -13
  217. package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto.ts +10 -10
  218. package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_UpdateTemplateContentInput.ts +10 -10
  219. package/AdministrationService/models/Volo_Abp_Validation_StringValues_IStringValueType.ts +11 -11
  220. package/AdministrationService/models/Volo_Abp_Validation_StringValues_IValueValidator.ts +9 -9
  221. package/AdministrationService/schemas.gen.ts +6721 -6721
  222. package/AdministrationService/services/AbpApiDefinitionService.ts +34 -34
  223. package/AdministrationService/services/AbpApplicationConfigurationService.ts +34 -34
  224. package/AdministrationService/services/AbpApplicationLocalizationService.ts +37 -37
  225. package/AdministrationService/services/AbpTenantService.ts +58 -58
  226. package/AdministrationService/services/AuditLogsService.ts +286 -286
  227. package/AdministrationService/services/EmailSettingsService.ts +76 -76
  228. package/AdministrationService/services/FeaturesService.ts +96 -96
  229. package/AdministrationService/services/GdprRequestService.ts +152 -152
  230. package/AdministrationService/services/LanguageTextsService.ts +157 -157
  231. package/AdministrationService/services/LanguagesService.ts +257 -257
  232. package/AdministrationService/services/PermissionsService.ts +69 -69
  233. package/AdministrationService/services/TextTemplateContentsService.ts +85 -85
  234. package/AdministrationService/services/TextTemplateDefinitionsService.ts +69 -69
  235. package/AdministrationService/services/TimeZoneSettingsService.ts +70 -70
  236. package/AdministrationService/services.gen.ts +1470 -1470
  237. package/AdministrationService/types.gen.ts +3034 -3034
  238. package/BackerService/core/ApiRequestOptions.ts +12 -12
  239. package/BackerService/core/BaseHttpRequest.ts +9 -9
  240. package/BackerService/core/FetchHttpRequest.ts +21 -21
  241. package/BackerService/core/OpenAPI.ts +55 -55
  242. package/BackerService/core/request.ts +340 -340
  243. package/BackerService/index.ts +8 -8
  244. package/BackerService/services.gen.ts +866 -866
  245. package/BackerService/types.gen.ts +2170 -2170
  246. package/CRMService/CRMServiceClient.ts +65 -65
  247. package/CRMService/schemas.gen.ts +18715 -18542
  248. package/CRMService/services.gen.ts +2672 -2636
  249. package/CRMService/types.gen.ts +5310 -5238
  250. package/ContractService/schemas.gen.ts +11791 -11791
  251. package/ContractService/services.gen.ts +1962 -1962
  252. package/ContractService/types.gen.ts +4257 -4257
  253. package/ExportValidationService/ExportValidationServiceClient.ts +44 -44
  254. package/ExportValidationService/core/ApiError.ts +20 -20
  255. package/ExportValidationService/core/ApiRequestOptions.ts +12 -12
  256. package/ExportValidationService/core/ApiResult.ts +6 -6
  257. package/ExportValidationService/core/BaseHttpRequest.ts +9 -9
  258. package/ExportValidationService/core/CancelablePromise.ts +125 -125
  259. package/ExportValidationService/core/FetchHttpRequest.ts +21 -21
  260. package/ExportValidationService/core/OpenAPI.ts +55 -55
  261. package/ExportValidationService/core/request.ts +340 -340
  262. package/ExportValidationService/index.ts +8 -8
  263. package/ExportValidationService/schemas.gen.ts +3998 -3998
  264. package/ExportValidationService/services.gen.ts +260 -260
  265. package/ExportValidationService/types.gen.ts +818 -818
  266. package/FinanceService/FinanceServiceClient.ts +44 -44
  267. package/FinanceService/core/ApiError.ts +20 -20
  268. package/FinanceService/core/ApiRequestOptions.ts +12 -12
  269. package/FinanceService/core/ApiResult.ts +6 -6
  270. package/FinanceService/core/BaseHttpRequest.ts +9 -9
  271. package/FinanceService/core/CancelablePromise.ts +125 -125
  272. package/FinanceService/core/FetchHttpRequest.ts +21 -21
  273. package/FinanceService/core/OpenAPI.ts +55 -55
  274. package/FinanceService/core/request.ts +340 -340
  275. package/FinanceService/index.ts +8 -8
  276. package/FinanceService/schemas.gen.ts +4137 -4137
  277. package/FinanceService/services.gen.ts +224 -224
  278. package/FinanceService/types.gen.ts +778 -778
  279. package/FundraiserService/core/ApiRequestOptions.ts +12 -12
  280. package/FundraiserService/core/BaseHttpRequest.ts +9 -9
  281. package/FundraiserService/core/FetchHttpRequest.ts +21 -21
  282. package/FundraiserService/core/OpenAPI.ts +55 -55
  283. package/FundraiserService/core/request.ts +340 -340
  284. package/FundraiserService/index.ts +8 -8
  285. package/FundraiserService/services.gen.ts +627 -627
  286. package/FundraiserService/types.gen.ts +1793 -1793
  287. package/IdentityService/IdentityServiceClient.ts +80 -80
  288. package/IdentityService/core/ApiRequestOptions.ts +12 -12
  289. package/IdentityService/core/BaseHttpRequest.ts +9 -9
  290. package/IdentityService/core/FetchHttpRequest.ts +21 -21
  291. package/IdentityService/core/OpenAPI.ts +55 -55
  292. package/IdentityService/core/request.ts +340 -340
  293. package/IdentityService/index.ts +8 -8
  294. package/IdentityService/models/Volo_Abp_Account_AccountExternalProviderSettingsDto.ts +9 -9
  295. package/IdentityService/models/Volo_Abp_Account_AccountRecaptchaSettingsDto.ts +14 -14
  296. package/IdentityService/models/Volo_Abp_Account_AccountSettingsDto.ts +9 -9
  297. package/IdentityService/models/Volo_Abp_Account_AccountTwoFactorSettingsDto.ts +11 -11
  298. package/IdentityService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettings.ts +12 -12
  299. package/IdentityService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettingsProperty.ts +9 -9
  300. package/IdentityService/models/Volo_Abp_Account_UpdateExternalProviderDto.ts +12 -12
  301. package/IdentityService/models/Volo_Abp_Application_Dtos_ListResultDto_1.ts +9 -9
  302. package/IdentityService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +10 -10
  303. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +8 -8
  304. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +30 -30
  305. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +8 -8
  306. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +8 -8
  307. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +18 -18
  308. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +9 -9
  309. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +9 -9
  310. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +8 -8
  311. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +8 -8
  312. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +17 -17
  313. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +22 -22
  314. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +14 -14
  315. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +8 -8
  316. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +10 -10
  317. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +10 -10
  318. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +9 -9
  319. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +8 -8
  320. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +13 -13
  321. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +8 -8
  322. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +8 -8
  323. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +9 -9
  324. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +19 -19
  325. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +14 -14
  326. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +8 -8
  327. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +12 -12
  328. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +8 -8
  329. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +9 -9
  330. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +10 -10
  331. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +11 -11
  332. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +11 -11
  333. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +9 -9
  334. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +8 -8
  335. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +10 -10
  336. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +8 -8
  337. package/IdentityService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +20 -20
  338. package/IdentityService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +11 -11
  339. package/IdentityService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +17 -17
  340. package/IdentityService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +11 -11
  341. package/IdentityService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +12 -12
  342. package/IdentityService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +13 -13
  343. package/IdentityService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +11 -11
  344. package/IdentityService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +17 -17
  345. package/IdentityService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +17 -17
  346. package/IdentityService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +9 -9
  347. package/IdentityService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +14 -14
  348. package/IdentityService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +13 -13
  349. package/IdentityService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +9 -9
  350. package/IdentityService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +9 -9
  351. package/IdentityService/models/Volo_Abp_Identity_ClaimTypeDto.ts +19 -19
  352. package/IdentityService/models/Volo_Abp_Identity_CreateClaimTypeDto.ts +15 -15
  353. package/IdentityService/models/Volo_Abp_Identity_DownloadTokenResultDto.ts +8 -8
  354. package/IdentityService/models/Volo_Abp_Identity_ExternalLoginProviderDto.ts +9 -9
  355. package/IdentityService/models/Volo_Abp_Identity_Features_IdentityProTwoFactorBehaviour.ts +9 -9
  356. package/IdentityService/models/Volo_Abp_Identity_IdentityClaimValueType.ts +10 -10
  357. package/IdentityService/models/Volo_Abp_Identity_IdentityLdapSettingsDto.ts +15 -15
  358. package/IdentityService/models/Volo_Abp_Identity_IdentityLockoutSettingsDto.ts +10 -10
  359. package/IdentityService/models/Volo_Abp_Identity_IdentityOAuthSettingsDto.ts +15 -15
  360. package/IdentityService/models/Volo_Abp_Identity_IdentityPasswordSettingsDto.ts +15 -15
  361. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleClaimDto.ts +10 -10
  362. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleCreateDto.ts +11 -11
  363. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleDto.ts +15 -15
  364. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleLookupDto.ts +9 -9
  365. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleUpdateDto.ts +12 -12
  366. package/IdentityService/models/Volo_Abp_Identity_IdentitySecurityLogDto.ts +21 -21
  367. package/IdentityService/models/Volo_Abp_Identity_IdentitySettingsDto.ts +15 -15
  368. package/IdentityService/models/Volo_Abp_Identity_IdentitySignInSettingsDto.ts +10 -10
  369. package/IdentityService/models/Volo_Abp_Identity_IdentityUserClaimDto.ts +10 -10
  370. package/IdentityService/models/Volo_Abp_Identity_IdentityUserCreateDto.ts +20 -20
  371. package/IdentityService/models/Volo_Abp_Identity_IdentityUserDto.ts +35 -35
  372. package/IdentityService/models/Volo_Abp_Identity_IdentityUserSettingsDto.ts +9 -9
  373. package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdateDto.ts +19 -19
  374. package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdatePasswordInput.ts +8 -8
  375. package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdateRolesDto.ts +8 -8
  376. package/IdentityService/models/Volo_Abp_Identity_ImportExternalUserInput.ts +10 -10
  377. package/IdentityService/models/Volo_Abp_Identity_ImportUsersFromFileOutput.ts +12 -12
  378. package/IdentityService/models/Volo_Abp_Identity_ImportUsersFromFileType.ts +8 -8
  379. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitCreateDto.ts +10 -10
  380. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitDto.ts +21 -21
  381. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitLookupDto.ts +9 -9
  382. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitMoveInput.ts +8 -8
  383. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitRoleDto.ts +11 -11
  384. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitRoleInput.ts +8 -8
  385. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitUpdateDto.ts +10 -10
  386. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitUserInput.ts +8 -8
  387. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitWithDetailsDto.ts +23 -23
  388. package/IdentityService/models/Volo_Abp_Identity_UpdateClaimTypeDto.ts +16 -16
  389. package/IdentityService/models/Volo_Abp_Localization_LanguageInfo.ts +12 -12
  390. package/IdentityService/models/Volo_Abp_NameValue.ts +9 -9
  391. package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_ApplicationDto.ts +29 -29
  392. package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_ApplicationTokenLifetimeDto.ts +13 -13
  393. package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_CreateApplicationInput.ts +28 -28
  394. package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_UpdateApplicationInput.ts +28 -28
  395. package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_CreateScopeInput.ts +12 -12
  396. package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_ScopeDto.ts +14 -14
  397. package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_UpdateScopeInput.ts +12 -12
  398. package/IdentityService/models/Volo_Abp_Users_UserData.ts +18 -18
  399. package/IdentityService/schemas.gen.ts +6845 -6845
  400. package/IdentityService/services/AbpApiDefinitionService.ts +34 -34
  401. package/IdentityService/services/AbpApplicationConfigurationService.ts +34 -34
  402. package/IdentityService/services/AbpApplicationLocalizationService.ts +37 -37
  403. package/IdentityService/services/AccountSettingsService.ts +178 -178
  404. package/IdentityService/services/ApplicationsService.ts +199 -199
  405. package/IdentityService/services/ClaimTypeService.ts +149 -149
  406. package/IdentityService/services/ExternalLoginService.ts +27 -27
  407. package/IdentityService/services/OrganizationUnitService.ts +539 -539
  408. package/IdentityService/services/RoleService.ts +269 -269
  409. package/IdentityService/services/ScopesService.ts +164 -164
  410. package/IdentityService/services/SecurityLogService.ts +174 -174
  411. package/IdentityService/services/SettingsService.ts +135 -135
  412. package/IdentityService/services/UserIntegrationService.ts +144 -144
  413. package/IdentityService/services/UserLookupService.ts +120 -120
  414. package/IdentityService/services/UserService.ts +937 -937
  415. package/IdentityService/services.gen.ts +2924 -2924
  416. package/IdentityService/types.gen.ts +5484 -5484
  417. package/LocationService/LocationServiceClient.ts +74 -74
  418. package/LocationService/core/ApiError.ts +20 -20
  419. package/LocationService/core/ApiRequestOptions.ts +12 -12
  420. package/LocationService/core/ApiResult.ts +6 -6
  421. package/LocationService/core/BaseHttpRequest.ts +9 -9
  422. package/LocationService/core/CancelablePromise.ts +125 -125
  423. package/LocationService/core/FetchHttpRequest.ts +21 -21
  424. package/LocationService/core/OpenAPI.ts +55 -55
  425. package/LocationService/core/request.ts +340 -340
  426. package/LocationService/index.ts +8 -8
  427. package/LocationService/schemas.gen.ts +6635 -6635
  428. package/LocationService/services.gen.ts +1797 -1797
  429. package/LocationService/types.gen.ts +3738 -3738
  430. package/MerchantService/core/ApiRequestOptions.ts +12 -12
  431. package/MerchantService/core/BaseHttpRequest.ts +9 -9
  432. package/MerchantService/core/FetchHttpRequest.ts +21 -21
  433. package/MerchantService/core/OpenAPI.ts +55 -55
  434. package/MerchantService/core/request.ts +340 -340
  435. package/MerchantService/types.gen.ts +18875 -18875
  436. package/ProjectService/core/ApiRequestOptions.ts +12 -12
  437. package/ProjectService/core/BaseHttpRequest.ts +9 -9
  438. package/ProjectService/core/FetchHttpRequest.ts +21 -21
  439. package/ProjectService/core/OpenAPI.ts +55 -55
  440. package/ProjectService/core/request.ts +340 -340
  441. package/ProjectService/index.ts +8 -8
  442. package/ProjectService/services.gen.ts +492 -492
  443. package/ProjectService/types.gen.ts +1303 -1303
  444. package/README.md +38 -38
  445. package/RefundService/RefundServiceClient.ts +44 -0
  446. package/RefundService/core/ApiError.ts +21 -0
  447. package/RefundService/core/ApiRequestOptions.ts +13 -0
  448. package/RefundService/core/ApiResult.ts +7 -0
  449. package/RefundService/core/BaseHttpRequest.ts +10 -0
  450. package/RefundService/core/CancelablePromise.ts +126 -0
  451. package/RefundService/core/FetchHttpRequest.ts +22 -0
  452. package/RefundService/core/OpenAPI.ts +56 -0
  453. package/RefundService/core/request.ts +341 -0
  454. package/RefundService/index.ts +9 -0
  455. package/RefundService/schemas.gen.ts +4077 -0
  456. package/RefundService/services.gen.ts +300 -0
  457. package/RefundService/types.gen.ts +826 -0
  458. package/SaasService/core/ApiRequestOptions.ts +12 -12
  459. package/SaasService/core/BaseHttpRequest.ts +9 -9
  460. package/SaasService/core/FetchHttpRequest.ts +21 -21
  461. package/SaasService/core/OpenAPI.ts +55 -55
  462. package/SaasService/core/request.ts +340 -340
  463. package/SaasService/index.ts +8 -8
  464. package/SaasService/schemas.gen.ts +5345 -5345
  465. package/SaasService/services.gen.ts +1329 -1329
  466. package/SaasService/types.gen.ts +2737 -2737
  467. package/SettingService/SettingServiceClient.ts +59 -59
  468. package/SettingService/schemas.gen.ts +5223 -5223
  469. package/SettingService/services.gen.ts +758 -758
  470. package/SettingService/types.gen.ts +1800 -1800
  471. package/TagService/TagServiceClient.ts +44 -44
  472. package/TagService/core/ApiError.ts +20 -20
  473. package/TagService/core/ApiRequestOptions.ts +12 -12
  474. package/TagService/core/ApiResult.ts +6 -6
  475. package/TagService/core/BaseHttpRequest.ts +9 -9
  476. package/TagService/core/CancelablePromise.ts +125 -125
  477. package/TagService/core/FetchHttpRequest.ts +21 -21
  478. package/TagService/core/OpenAPI.ts +55 -55
  479. package/TagService/core/request.ts +340 -340
  480. package/TagService/index.ts +8 -8
  481. package/TagService/schemas.gen.ts +5109 -5109
  482. package/TagService/services.gen.ts +361 -361
  483. package/TagService/types.gen.ts +1088 -1088
  484. package/TravellerService/TravellerServiceClient.ts +56 -56
  485. package/TravellerService/core/ApiError.ts +20 -20
  486. package/TravellerService/core/ApiRequestOptions.ts +12 -12
  487. package/TravellerService/core/ApiResult.ts +6 -6
  488. package/TravellerService/core/BaseHttpRequest.ts +9 -9
  489. package/TravellerService/core/CancelablePromise.ts +125 -125
  490. package/TravellerService/core/FetchHttpRequest.ts +21 -21
  491. package/TravellerService/core/OpenAPI.ts +55 -55
  492. package/TravellerService/core/request.ts +340 -340
  493. package/TravellerService/index.ts +8 -8
  494. package/TravellerService/schemas.gen.ts +6347 -6347
  495. package/TravellerService/services.gen.ts +845 -845
  496. package/TravellerService/types.gen.ts +2072 -2072
  497. package/generator.mjs +209 -204
  498. package/index.ts +2 -2
  499. package/package.json +28 -28
@@ -1,1471 +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, 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
-
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
+
1471
1471
  }