@ayasofyazilim/saas 0.0.66 → 0.0.68

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 (364) hide show
  1. package/.github/workflows/release.yaml +103 -0
  2. package/AccountService/models/Volo_Abp_Account_AccountExternalProviderSettingsDto.ts +9 -9
  3. package/AccountService/models/Volo_Abp_Account_AccountRecaptchaSettingsDto.ts +14 -14
  4. package/AccountService/models/Volo_Abp_Account_AccountSettingsDto.ts +9 -9
  5. package/AccountService/models/Volo_Abp_Account_AccountTwoFactorSettingsDto.ts +11 -11
  6. package/AccountService/models/Volo_Abp_Account_AuthenticatorInfoDto.ts +9 -9
  7. package/AccountService/models/Volo_Abp_Account_ChangePasswordInput.ts +9 -9
  8. package/AccountService/models/Volo_Abp_Account_ConfirmEmailInput.ts +9 -9
  9. package/AccountService/models/Volo_Abp_Account_ConfirmPhoneNumberInput.ts +9 -9
  10. package/AccountService/models/Volo_Abp_Account_DelegateNewUserInput.ts +10 -10
  11. package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderDto.ts +9 -9
  12. package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderItemDto.ts +11 -11
  13. package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderItemWithSecretDto.ts +13 -13
  14. package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettings.ts +12 -12
  15. package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettingsProperty.ts +9 -9
  16. package/AccountService/models/Volo_Abp_Account_IdentityUserConfirmationStateDto.ts +9 -9
  17. package/AccountService/models/Volo_Abp_Account_IsLinkedInput.ts +9 -9
  18. package/AccountService/models/Volo_Abp_Account_LinkUserDto.ts +12 -12
  19. package/AccountService/models/Volo_Abp_Account_LinkUserInput.ts +10 -10
  20. package/AccountService/models/Volo_Abp_Account_ProfileDto.ts +20 -20
  21. package/AccountService/models/Volo_Abp_Account_ProfilePictureSourceDto.ts +11 -11
  22. package/AccountService/models/Volo_Abp_Account_ProfilePictureType.ts +9 -9
  23. package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_AbpLoginResult.ts +10 -10
  24. package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_LinkUserLoginInfo.ts +9 -9
  25. package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_LoginResultType.ts +12 -12
  26. package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_UserLoginInfo.ts +11 -11
  27. package/AccountService/models/Volo_Abp_Account_RegisterDto.ts +15 -15
  28. package/AccountService/models/Volo_Abp_Account_ResetPasswordDto.ts +10 -10
  29. package/AccountService/models/Volo_Abp_Account_SendEmailConfirmationTokenDto.ts +11 -11
  30. package/AccountService/models/Volo_Abp_Account_SendPasswordResetCodeDto.ts +11 -11
  31. package/AccountService/models/Volo_Abp_Account_SendPhoneNumberConfirmationTokenDto.ts +9 -9
  32. package/AccountService/models/Volo_Abp_Account_SendTwoFactorCodeInput.ts +10 -10
  33. package/AccountService/models/Volo_Abp_Account_UnLinkUserInput.ts +9 -9
  34. package/AccountService/models/Volo_Abp_Account_UpdateExternalProviderDto.ts +12 -12
  35. package/AccountService/models/Volo_Abp_Account_UpdateProfileDto.ts +15 -15
  36. package/AccountService/models/Volo_Abp_Account_UserDelegationDto.ts +11 -11
  37. package/AccountService/models/Volo_Abp_Account_UserLookupDto.ts +9 -9
  38. package/AccountService/models/Volo_Abp_Account_VerifyAuthenticatorCodeDto.ts +8 -8
  39. package/AccountService/models/Volo_Abp_Account_VerifyAuthenticatorCodeInput.ts +8 -8
  40. package/AccountService/models/Volo_Abp_Account_VerifyEmailConfirmationTokenInput.ts +9 -9
  41. package/AccountService/models/Volo_Abp_Account_VerifyLinkLoginTokenInput.ts +10 -10
  42. package/AccountService/models/Volo_Abp_Account_VerifyLinkTokenInput.ts +10 -10
  43. package/AccountService/models/Volo_Abp_Account_VerifyPasswordResetTokenInput.ts +9 -9
  44. package/AccountService/models/Volo_Abp_Application_Dtos_ListResultDto_1.ts +9 -9
  45. package/AccountService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +10 -10
  46. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +8 -8
  47. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +30 -30
  48. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +8 -8
  49. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +8 -8
  50. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +18 -18
  51. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +9 -9
  52. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +9 -9
  53. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +8 -8
  54. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +8 -8
  55. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +17 -17
  56. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +22 -22
  57. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +14 -14
  58. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +8 -8
  59. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +10 -10
  60. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +10 -10
  61. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +9 -9
  62. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +8 -8
  63. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +13 -13
  64. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +8 -8
  65. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +8 -8
  66. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +9 -9
  67. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +19 -19
  68. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +14 -14
  69. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +8 -8
  70. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +12 -12
  71. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +8 -8
  72. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +9 -9
  73. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +10 -10
  74. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +11 -11
  75. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +11 -11
  76. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +9 -9
  77. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +8 -8
  78. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +10 -10
  79. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto.ts +11 -11
  80. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +8 -8
  81. package/AccountService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +20 -20
  82. package/AccountService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +11 -11
  83. package/AccountService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +17 -17
  84. package/AccountService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +11 -11
  85. package/AccountService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +12 -12
  86. package/AccountService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +13 -13
  87. package/AccountService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +11 -11
  88. package/AccountService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +17 -17
  89. package/AccountService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +17 -17
  90. package/AccountService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +9 -9
  91. package/AccountService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +14 -14
  92. package/AccountService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +13 -13
  93. package/AccountService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +9 -9
  94. package/AccountService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +9 -9
  95. package/AccountService/models/Volo_Abp_Identity_Features_IdentityProTwoFactorBehaviour.ts +9 -9
  96. package/AccountService/models/Volo_Abp_Identity_IdentitySecurityLogDto.ts +21 -21
  97. package/AccountService/models/Volo_Abp_Identity_IdentityUserDto.ts +35 -35
  98. package/AccountService/models/Volo_Abp_Localization_LanguageInfo.ts +12 -12
  99. package/AccountService/models/Volo_Abp_NameValue.ts +9 -9
  100. package/AccountService/services/AbpApiDefinitionService.ts +34 -34
  101. package/AccountService/services/AbpApplicationConfigurationService.ts +34 -34
  102. package/AccountService/services/AbpApplicationLocalizationService.ts +37 -37
  103. package/AccountService/services/AbpTenantService.ts +58 -58
  104. package/AccountService/services/AccountExternalProviderService.ts +56 -56
  105. package/AccountService/services/AccountService.ts +545 -545
  106. package/AccountService/services/AccountSettingsService.ts +178 -178
  107. package/AccountService/services/DynamicClaimsService.ts +27 -27
  108. package/AccountService/services/LoginService.ts +99 -99
  109. package/AccountService/services/ProfileService.ts +155 -155
  110. package/AccountService/services/UserService.ts +313 -313
  111. package/AdministrationService/models/System_Net_HttpStatusCode.ts +67 -67
  112. package/AdministrationService/models/Volo_Abp_Application_Dtos_ListResultDto_1.ts +9 -9
  113. package/AdministrationService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +10 -10
  114. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +8 -8
  115. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +30 -30
  116. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +8 -8
  117. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +8 -8
  118. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +18 -18
  119. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +9 -9
  120. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +9 -9
  121. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +8 -8
  122. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +8 -8
  123. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +17 -17
  124. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +22 -22
  125. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +14 -14
  126. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +8 -8
  127. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +10 -10
  128. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +10 -10
  129. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +9 -9
  130. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +8 -8
  131. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +13 -13
  132. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +8 -8
  133. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +8 -8
  134. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +9 -9
  135. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +19 -19
  136. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +14 -14
  137. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +8 -8
  138. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +12 -12
  139. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +8 -8
  140. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +9 -9
  141. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +10 -10
  142. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +11 -11
  143. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +11 -11
  144. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +9 -9
  145. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +8 -8
  146. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +10 -10
  147. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto.ts +11 -11
  148. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +8 -8
  149. package/AdministrationService/models/Volo_Abp_AuditLogging_AuditLogActionDto.ts +16 -16
  150. package/AdministrationService/models/Volo_Abp_AuditLogging_AuditLogDto.ts +33 -33
  151. package/AdministrationService/models/Volo_Abp_AuditLogging_EntityChangeDto.ts +18 -18
  152. package/AdministrationService/models/Volo_Abp_AuditLogging_EntityChangeWithUsernameDto.ts +10 -10
  153. package/AdministrationService/models/Volo_Abp_AuditLogging_EntityPropertyChangeDto.ts +14 -14
  154. package/AdministrationService/models/Volo_Abp_AuditLogging_GetAverageExecutionDurationPerDayOutput.ts +8 -8
  155. package/AdministrationService/models/Volo_Abp_AuditLogging_GetErrorRateOutput.ts +8 -8
  156. package/AdministrationService/models/Volo_Abp_Auditing_EntityChangeType.ts +9 -9
  157. package/AdministrationService/models/Volo_Abp_FeatureManagement_FeatureDto.ts +17 -17
  158. package/AdministrationService/models/Volo_Abp_FeatureManagement_FeatureGroupDto.ts +11 -11
  159. package/AdministrationService/models/Volo_Abp_FeatureManagement_FeatureProviderDto.ts +9 -9
  160. package/AdministrationService/models/Volo_Abp_FeatureManagement_GetFeatureListResultDto.ts +9 -9
  161. package/AdministrationService/models/Volo_Abp_FeatureManagement_UpdateFeatureDto.ts +9 -9
  162. package/AdministrationService/models/Volo_Abp_FeatureManagement_UpdateFeaturesDto.ts +9 -9
  163. package/AdministrationService/models/Volo_Abp_Gdpr_DownloadTokenResultDto.ts +8 -8
  164. package/AdministrationService/models/Volo_Abp_Gdpr_GdprRequestDto.ts +10 -10
  165. package/AdministrationService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +20 -20
  166. package/AdministrationService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +11 -11
  167. package/AdministrationService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +17 -17
  168. package/AdministrationService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +11 -11
  169. package/AdministrationService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +12 -12
  170. package/AdministrationService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +13 -13
  171. package/AdministrationService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +11 -11
  172. package/AdministrationService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +17 -17
  173. package/AdministrationService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +17 -17
  174. package/AdministrationService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +9 -9
  175. package/AdministrationService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +14 -14
  176. package/AdministrationService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +13 -13
  177. package/AdministrationService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +9 -9
  178. package/AdministrationService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +9 -9
  179. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_CreateLanguageDto.ts +13 -13
  180. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_CultureInfoDto.ts +9 -9
  181. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_LanguageDto.ts +18 -18
  182. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_LanguageResourceDto.ts +8 -8
  183. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_LanguageTextDto.ts +13 -13
  184. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_UpdateLanguageDto.ts +12 -12
  185. package/AdministrationService/models/Volo_Abp_Localization_LanguageInfo.ts +12 -12
  186. package/AdministrationService/models/Volo_Abp_NameValue.ts +9 -9
  187. package/AdministrationService/models/Volo_Abp_PermissionManagement_GetPermissionListResultDto.ts +10 -10
  188. package/AdministrationService/models/Volo_Abp_PermissionManagement_PermissionGrantInfoDto.ts +14 -14
  189. package/AdministrationService/models/Volo_Abp_PermissionManagement_PermissionGroupDto.ts +13 -13
  190. package/AdministrationService/models/Volo_Abp_PermissionManagement_ProviderInfoDto.ts +9 -9
  191. package/AdministrationService/models/Volo_Abp_PermissionManagement_UpdatePermissionDto.ts +9 -9
  192. package/AdministrationService/models/Volo_Abp_PermissionManagement_UpdatePermissionsDto.ts +9 -9
  193. package/AdministrationService/models/Volo_Abp_SettingManagement_EmailSettingsDto.ts +16 -16
  194. package/AdministrationService/models/Volo_Abp_SettingManagement_SendTestEmailInput.ts +11 -11
  195. package/AdministrationService/models/Volo_Abp_SettingManagement_UpdateEmailSettingsDto.ts +16 -16
  196. package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_RestoreTemplateContentInput.ts +9 -9
  197. package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_TemplateDefinitionDto.ts +13 -13
  198. package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto.ts +10 -10
  199. package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_UpdateTemplateContentInput.ts +10 -10
  200. package/AdministrationService/models/Volo_Abp_Validation_StringValues_IStringValueType.ts +11 -11
  201. package/AdministrationService/models/Volo_Abp_Validation_StringValues_IValueValidator.ts +9 -9
  202. package/AdministrationService/services/AbpApiDefinitionService.ts +34 -34
  203. package/AdministrationService/services/AbpApplicationConfigurationService.ts +34 -34
  204. package/AdministrationService/services/AbpApplicationLocalizationService.ts +37 -37
  205. package/AdministrationService/services/AbpTenantService.ts +58 -58
  206. package/AdministrationService/services/AuditLogsService.ts +286 -286
  207. package/AdministrationService/services/EmailSettingsService.ts +76 -76
  208. package/AdministrationService/services/FeaturesService.ts +96 -96
  209. package/AdministrationService/services/GdprRequestService.ts +152 -152
  210. package/AdministrationService/services/LanguageTextsService.ts +157 -157
  211. package/AdministrationService/services/LanguagesService.ts +257 -257
  212. package/AdministrationService/services/PermissionsService.ts +69 -69
  213. package/AdministrationService/services/TextTemplateContentsService.ts +85 -85
  214. package/AdministrationService/services/TextTemplateDefinitionsService.ts +69 -69
  215. package/AdministrationService/services/TimeZoneSettingsService.ts +70 -70
  216. package/ContractService/ContractServiceClient.ts +50 -50
  217. package/ContractService/schemas.gen.ts +9808 -9808
  218. package/ContractService/services.gen.ts +1716 -1716
  219. package/ContractService/types.gen.ts +3755 -3755
  220. package/ExportValidationService/schemas.gen.ts +3998 -3998
  221. package/ExportValidationService/services.gen.ts +260 -260
  222. package/ExportValidationService/types.gen.ts +818 -818
  223. package/IdentityService/models/Volo_Abp_Account_AccountExternalProviderSettingsDto.ts +9 -9
  224. package/IdentityService/models/Volo_Abp_Account_AccountRecaptchaSettingsDto.ts +14 -14
  225. package/IdentityService/models/Volo_Abp_Account_AccountSettingsDto.ts +9 -9
  226. package/IdentityService/models/Volo_Abp_Account_AccountTwoFactorSettingsDto.ts +11 -11
  227. package/IdentityService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettings.ts +12 -12
  228. package/IdentityService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettingsProperty.ts +9 -9
  229. package/IdentityService/models/Volo_Abp_Account_UpdateExternalProviderDto.ts +12 -12
  230. package/IdentityService/models/Volo_Abp_Application_Dtos_ListResultDto_1.ts +9 -9
  231. package/IdentityService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +10 -10
  232. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +8 -8
  233. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +30 -30
  234. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +8 -8
  235. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +8 -8
  236. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +18 -18
  237. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +9 -9
  238. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +9 -9
  239. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +8 -8
  240. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +8 -8
  241. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +17 -17
  242. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +22 -22
  243. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +14 -14
  244. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +8 -8
  245. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +10 -10
  246. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +10 -10
  247. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +9 -9
  248. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +8 -8
  249. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +13 -13
  250. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +8 -8
  251. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +8 -8
  252. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +9 -9
  253. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +19 -19
  254. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +14 -14
  255. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +8 -8
  256. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +12 -12
  257. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +8 -8
  258. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +9 -9
  259. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +10 -10
  260. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +11 -11
  261. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +11 -11
  262. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +9 -9
  263. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +8 -8
  264. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +10 -10
  265. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +8 -8
  266. package/IdentityService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +20 -20
  267. package/IdentityService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +11 -11
  268. package/IdentityService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +17 -17
  269. package/IdentityService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +11 -11
  270. package/IdentityService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +12 -12
  271. package/IdentityService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +13 -13
  272. package/IdentityService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +11 -11
  273. package/IdentityService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +17 -17
  274. package/IdentityService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +17 -17
  275. package/IdentityService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +9 -9
  276. package/IdentityService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +14 -14
  277. package/IdentityService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +13 -13
  278. package/IdentityService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +9 -9
  279. package/IdentityService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +9 -9
  280. package/IdentityService/models/Volo_Abp_Identity_ClaimTypeDto.ts +19 -19
  281. package/IdentityService/models/Volo_Abp_Identity_CreateClaimTypeDto.ts +15 -15
  282. package/IdentityService/models/Volo_Abp_Identity_DownloadTokenResultDto.ts +8 -8
  283. package/IdentityService/models/Volo_Abp_Identity_ExternalLoginProviderDto.ts +9 -9
  284. package/IdentityService/models/Volo_Abp_Identity_Features_IdentityProTwoFactorBehaviour.ts +9 -9
  285. package/IdentityService/models/Volo_Abp_Identity_IdentityClaimValueType.ts +10 -10
  286. package/IdentityService/models/Volo_Abp_Identity_IdentityLdapSettingsDto.ts +15 -15
  287. package/IdentityService/models/Volo_Abp_Identity_IdentityLockoutSettingsDto.ts +10 -10
  288. package/IdentityService/models/Volo_Abp_Identity_IdentityOAuthSettingsDto.ts +15 -15
  289. package/IdentityService/models/Volo_Abp_Identity_IdentityPasswordSettingsDto.ts +15 -15
  290. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleClaimDto.ts +10 -10
  291. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleCreateDto.ts +11 -11
  292. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleDto.ts +15 -15
  293. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleLookupDto.ts +9 -9
  294. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleUpdateDto.ts +12 -12
  295. package/IdentityService/models/Volo_Abp_Identity_IdentitySecurityLogDto.ts +21 -21
  296. package/IdentityService/models/Volo_Abp_Identity_IdentitySettingsDto.ts +15 -15
  297. package/IdentityService/models/Volo_Abp_Identity_IdentitySignInSettingsDto.ts +10 -10
  298. package/IdentityService/models/Volo_Abp_Identity_IdentityUserClaimDto.ts +10 -10
  299. package/IdentityService/models/Volo_Abp_Identity_IdentityUserCreateDto.ts +20 -20
  300. package/IdentityService/models/Volo_Abp_Identity_IdentityUserDto.ts +35 -35
  301. package/IdentityService/models/Volo_Abp_Identity_IdentityUserSettingsDto.ts +9 -9
  302. package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdateDto.ts +19 -19
  303. package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdatePasswordInput.ts +8 -8
  304. package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdateRolesDto.ts +8 -8
  305. package/IdentityService/models/Volo_Abp_Identity_ImportExternalUserInput.ts +10 -10
  306. package/IdentityService/models/Volo_Abp_Identity_ImportUsersFromFileOutput.ts +12 -12
  307. package/IdentityService/models/Volo_Abp_Identity_ImportUsersFromFileType.ts +8 -8
  308. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitCreateDto.ts +10 -10
  309. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitDto.ts +21 -21
  310. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitLookupDto.ts +9 -9
  311. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitMoveInput.ts +8 -8
  312. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitRoleDto.ts +11 -11
  313. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitRoleInput.ts +8 -8
  314. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitUpdateDto.ts +10 -10
  315. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitUserInput.ts +8 -8
  316. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitWithDetailsDto.ts +23 -23
  317. package/IdentityService/models/Volo_Abp_Identity_UpdateClaimTypeDto.ts +16 -16
  318. package/IdentityService/models/Volo_Abp_Localization_LanguageInfo.ts +12 -12
  319. package/IdentityService/models/Volo_Abp_NameValue.ts +9 -9
  320. package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_ApplicationDto.ts +29 -29
  321. package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_ApplicationTokenLifetimeDto.ts +13 -13
  322. package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_CreateApplicationInput.ts +28 -28
  323. package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_UpdateApplicationInput.ts +28 -28
  324. package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_CreateScopeInput.ts +12 -12
  325. package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_ScopeDto.ts +14 -14
  326. package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_UpdateScopeInput.ts +12 -12
  327. package/IdentityService/models/Volo_Abp_Users_UserData.ts +18 -18
  328. package/IdentityService/services/AbpApiDefinitionService.ts +34 -34
  329. package/IdentityService/services/AbpApplicationConfigurationService.ts +34 -34
  330. package/IdentityService/services/AbpApplicationLocalizationService.ts +37 -37
  331. package/IdentityService/services/AccountSettingsService.ts +178 -178
  332. package/IdentityService/services/ApplicationsService.ts +199 -199
  333. package/IdentityService/services/ClaimTypeService.ts +149 -149
  334. package/IdentityService/services/ExternalLoginService.ts +27 -27
  335. package/IdentityService/services/OrganizationUnitService.ts +539 -539
  336. package/IdentityService/services/RoleService.ts +269 -269
  337. package/IdentityService/services/ScopesService.ts +164 -164
  338. package/IdentityService/services/SecurityLogService.ts +174 -174
  339. package/IdentityService/services/SettingsService.ts +135 -135
  340. package/IdentityService/services/UserIntegrationService.ts +144 -144
  341. package/IdentityService/services/UserLookupService.ts +120 -120
  342. package/IdentityService/services/UserService.ts +937 -937
  343. package/MerchantService/schemas.gen.ts +14764 -14764
  344. package/MerchantService/services.gen.ts +1602 -1602
  345. package/MerchantService/types.gen.ts +18875 -18875
  346. package/ProjectService.json +2937 -2937
  347. package/README.md +39 -14
  348. package/SaasService/schemas.gen.ts +5345 -5345
  349. package/SaasService/services.gen.ts +1329 -1329
  350. package/SaasService/types.gen.ts +2737 -2737
  351. package/SettingService/SettingServiceClient.ts +59 -62
  352. package/SettingService/schemas.gen.ts +5223 -5410
  353. package/SettingService/services.gen.ts +758 -890
  354. package/SettingService/types.gen.ts +1800 -2052
  355. package/TagService/schemas.gen.ts +5109 -5014
  356. package/TagService/services.gen.ts +361 -310
  357. package/TagService/types.gen.ts +1088 -990
  358. package/TravellerService/schemas.gen.ts +6274 -6274
  359. package/TravellerService/services.gen.ts +713 -713
  360. package/TravellerService/types.gen.ts +1835 -1835
  361. package/generator.mjs +198 -198
  362. package/index.ts +2 -2
  363. package/package.json +27 -27
  364. package/swagger.json +4794 -4794
@@ -1,2053 +1,1801 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- export type UniRefund_SettingService_Bonds_BondDto = {
4
- key?: string | null;
5
- pattern?: string | null;
6
- type?: string | null;
7
- };
8
-
9
- export type UniRefund_SettingService_CountrySettings_CountrySettingDto = {
10
- isEnabled?: boolean;
11
- groups: Array<UniRefund_SettingService_Groups_GroupDto>;
12
- };
13
-
14
- export type UniRefund_SettingService_CountrySettings_CreateCountrySettingDto = {
15
- name?: string | null;
16
- value?: string | null;
17
- };
18
-
19
- export type UniRefund_SettingService_Groups_GroupDto = {
20
- isEnabled?: boolean;
21
- key: string;
22
- displayName: string;
23
- description?: string | null;
24
- items?: Array<UniRefund_SettingService_Items_GroupItemDto> | null;
25
- };
26
-
27
- export type UniRefund_SettingService_Items_GroupItemDto = {
28
- isEnabled: boolean;
29
- isRequired: boolean;
30
- isActive?: boolean | null;
31
- pattern?: string | null;
32
- depth?: number;
33
- description?: string | null;
34
- displayName: string;
35
- key: string;
36
- parentName?: string | null;
37
- value?: string | null;
38
- defaultValue?: string | null;
39
- bonds?: Array<UniRefund_SettingService_Bonds_BondDto> | null;
40
- subItems?: Array<UniRefund_SettingService_Items_GroupItemDto> | null;
41
- valueType?: UniRefund_SettingService_Settings_ValueTypes_ValueTypeModelDto;
42
- };
43
-
44
- export type UniRefund_SettingService_ProductGroupMerchants_CreateProductGroupMerchantDto = {
45
- merchantId?: string;
46
- productGroupId?: string;
47
- };
48
-
49
- export type UniRefund_SettingService_ProductGroupVats_CreateProductGroupVatDto = {
50
- readonly extraProperties?: {
51
- [key: string]: unknown;
52
- } | null;
53
- productGroupId: string;
54
- countryId: string;
55
- vatId: string;
56
- active?: boolean;
57
- };
58
-
59
- export type UniRefund_SettingService_ProductGroupVats_ProductGroupVatDetailDto = {
60
- id?: string;
61
- productGroupId?: string;
62
- productGroupName?: string | null;
63
- countryId?: string;
64
- countryName?: string | null;
65
- vatId?: string;
66
- vatPercent?: number;
67
- active?: boolean;
68
- };
69
-
70
- export type UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto = {
71
- id?: string;
72
- creationTime?: string;
73
- creatorId?: string | null;
74
- lastModificationTime?: string | null;
75
- lastModifierId?: string | null;
76
- isDeleted?: boolean;
77
- deleterId?: string | null;
78
- deletionTime?: string | null;
79
- productGroupId?: string;
80
- countryId?: string;
81
- vatId?: string;
82
- active?: boolean;
83
- };
84
-
85
- export type UniRefund_SettingService_ProductGroupVats_UpdateProductGroupVatDto = {
86
- readonly extraProperties?: {
87
- [key: string]: unknown;
88
- } | null;
89
- active?: boolean | null;
90
- };
91
-
92
- export type UniRefund_SettingService_ProductGroups_AddProductGroupTranslationDto = {
93
- language: string;
94
- name: string;
95
- };
96
-
97
- export type UniRefund_SettingService_ProductGroups_CompanyTypeCode = 0 | 1 | 2 | 3 | 4 | 5 | 6;
98
-
99
- export type UniRefund_SettingService_ProductGroups_CreateProductGroupDto = {
100
- readonly extraProperties?: {
101
- [key: string]: unknown;
102
- } | null;
103
- articleCode: string;
104
- name: string;
105
- unitCode: UniRefund_SettingService_ProductGroups_UnitTypeCode;
106
- companyType: UniRefund_SettingService_ProductGroups_CompanyTypeCode;
107
- active?: boolean;
108
- food?: boolean;
109
- };
110
-
111
- export type UniRefund_SettingService_ProductGroups_ProductGroupDto = {
112
- id?: string;
113
- creationTime?: string;
114
- creatorId?: string | null;
115
- lastModificationTime?: string | null;
116
- lastModifierId?: string | null;
117
- isDeleted?: boolean;
118
- deleterId?: string | null;
119
- deletionTime?: string | null;
120
- articleCode?: string | null;
121
- name?: string | null;
122
- unitCode?: UniRefund_SettingService_ProductGroups_UnitTypeCode;
123
- companyType?: UniRefund_SettingService_ProductGroups_CompanyTypeCode;
124
- active?: boolean;
125
- food?: boolean;
126
- language?: string | null;
127
- };
128
-
129
- export type UniRefund_SettingService_ProductGroups_UnitTypeCode = 0 | 1 | 2;
130
-
131
- export type UniRefund_SettingService_ProductGroups_UpdateProductGroupDto = {
132
- readonly extraProperties?: {
133
- [key: string]: unknown;
134
- } | null;
135
- articleCode: string;
136
- name: string;
137
- unitCode: UniRefund_SettingService_ProductGroups_UnitTypeCode;
138
- companyType: UniRefund_SettingService_ProductGroups_CompanyTypeCode;
139
- active?: boolean;
140
- food?: boolean;
141
- };
142
-
143
- export type UniRefund_SettingService_Samples_SampleDto = {
144
- value?: number;
145
- };
146
-
147
- export type UniRefund_SettingService_Settings_ValueTypes_ItemSources_ItemSourceDto = {
148
- items?: Array<UniRefund_SettingService_Settings_ValueTypes_ItemSources_Items_ItemDto> | null;
149
- };
150
-
151
- export type UniRefund_SettingService_Settings_ValueTypes_ItemSources_Items_DisplayTexts_DisplayTextDto = {
152
- name?: string | null;
153
- resourceName?: string | null;
154
- };
155
-
156
- export type UniRefund_SettingService_Settings_ValueTypes_ItemSources_Items_ItemDto = {
157
- displayText?: UniRefund_SettingService_Settings_ValueTypes_ItemSources_Items_DisplayTexts_DisplayTextDto;
158
- value?: string | null;
159
- };
160
-
161
- export type UniRefund_SettingService_Settings_ValueTypes_Validators_Properties_ValidatorPropertiesDto = {
162
- minValue?: number;
163
- maxValue?: number;
164
- };
165
-
166
- export type UniRefund_SettingService_Settings_ValueTypes_Validators_ValidatorDto = {
167
- name?: string | null;
168
- properties?: UniRefund_SettingService_Settings_ValueTypes_Validators_Properties_ValidatorPropertiesDto;
169
- };
170
-
171
- export type UniRefund_SettingService_Settings_ValueTypes_ValueTypeModelDto = {
172
- itemSource?: UniRefund_SettingService_Settings_ValueTypes_ItemSources_ItemSourceDto;
173
- name?: string | null;
174
- properties?: string | null;
175
- validator?: UniRefund_SettingService_Settings_ValueTypes_Validators_ValidatorDto;
176
- };
177
-
178
- export type UniRefund_SettingService_Vats_CreateVatDto = {
179
- readonly extraProperties?: {
180
- [key: string]: unknown;
181
- } | null;
182
- percent: number;
183
- minimumTotalAmount: number;
184
- countryId: string;
185
- active?: boolean;
186
- };
187
-
188
- export type UniRefund_SettingService_Vats_UpdateVatDto = {
189
- readonly extraProperties?: {
190
- [key: string]: unknown;
191
- } | null;
192
- percent?: number;
193
- minimumTotalAmount?: number;
194
- active?: boolean;
195
- };
196
-
197
- export type UniRefund_SettingService_Vats_VatDetailDto = {
198
- id?: string;
199
- percent?: number;
200
- minimumTotalAmount?: number;
201
- countryId?: string;
202
- countryName?: string | null;
203
- active?: boolean;
204
- };
205
-
206
- export type UniRefund_SettingService_Vats_VatDto = {
207
- id?: string;
208
- creationTime?: string;
209
- creatorId?: string | null;
210
- lastModificationTime?: string | null;
211
- lastModifierId?: string | null;
212
- isDeleted?: boolean;
213
- deleterId?: string | null;
214
- deletionTime?: string | null;
215
- percent?: number;
216
- minimumTotalAmount?: number;
217
- countryId?: string;
218
- active?: boolean;
219
- };
220
-
221
- export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
222
- items?: Array<UniRefund_SettingService_ProductGroupVats_ProductGroupVatDetailDto> | null;
223
- totalCount?: number;
224
- };
225
-
226
- export type Volo_Abp_Application_Dtos_PagedResultDto_12 = {
227
- items?: Array<UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto> | null;
228
- totalCount?: number;
229
- };
230
-
231
- export type Volo_Abp_Application_Dtos_PagedResultDto_13 = {
232
- items?: Array<UniRefund_SettingService_ProductGroups_ProductGroupDto> | null;
233
- totalCount?: number;
234
- };
235
-
236
- export type Volo_Abp_Application_Dtos_PagedResultDto_14 = {
237
- items?: Array<UniRefund_SettingService_Vats_VatDetailDto> | null;
238
- totalCount?: number;
239
- };
240
-
241
- export type Volo_Abp_Application_Dtos_PagedResultDto_15 = {
242
- items?: Array<UniRefund_SettingService_Vats_VatDto> | null;
243
- totalCount?: number;
244
- };
245
-
246
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
247
- grantedPolicies?: {
248
- [key: string]: (boolean);
249
- } | null;
250
- };
251
-
252
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
253
- localization?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto;
254
- auth?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto;
255
- setting?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto;
256
- currentUser?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto;
257
- features?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto;
258
- globalFeatures?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto;
259
- multiTenancy?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto;
260
- currentTenant?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto;
261
- timing?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto;
262
- clock?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto;
263
- objectExtensions?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto;
264
- extraProperties?: {
265
- [key: string]: unknown;
266
- } | null;
267
- };
268
-
269
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
270
- values?: {
271
- [key: string]: (string | null);
272
- } | null;
273
- };
274
-
275
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
276
- enabledFeatures?: Array<(string)> | null;
277
- };
278
-
279
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
280
- values?: {
281
- [key: string]: {
282
- [key: string]: (string);
283
- };
284
- } | null;
285
- resources?: {
286
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
287
- } | null;
288
- languages?: Array<Volo_Abp_Localization_LanguageInfo> | null;
289
- currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
290
- defaultResourceName?: string | null;
291
- languagesMap?: {
292
- [key: string]: Array<Volo_Abp_NameValue>;
293
- } | null;
294
- languageFilesMap?: {
295
- [key: string]: Array<Volo_Abp_NameValue>;
296
- } | null;
297
- };
298
-
299
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
300
- resources?: {
301
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
302
- } | null;
303
- currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
304
- };
305
-
306
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
307
- texts?: {
308
- [key: string]: (string);
309
- } | null;
310
- baseResources?: Array<(string)> | null;
311
- };
312
-
313
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
314
- values?: {
315
- [key: string]: (string | null);
316
- } | null;
317
- };
318
-
319
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
320
- kind?: string | null;
321
- };
322
-
323
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
324
- displayName?: string | null;
325
- englishName?: string | null;
326
- threeLetterIsoLanguageName?: string | null;
327
- twoLetterIsoLanguageName?: string | null;
328
- isRightToLeft?: boolean;
329
- cultureName?: string | null;
330
- name?: string | null;
331
- nativeName?: string | null;
332
- dateTimeFormat?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto;
333
- };
334
-
335
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
336
- isAuthenticated?: boolean;
337
- id?: string | null;
338
- tenantId?: string | null;
339
- impersonatorUserId?: string | null;
340
- impersonatorTenantId?: string | null;
341
- impersonatorUserName?: string | null;
342
- impersonatorTenantName?: string | null;
343
- userName?: string | null;
344
- name?: string | null;
345
- surName?: string | null;
346
- email?: string | null;
347
- emailVerified?: boolean;
348
- phoneNumber?: string | null;
349
- phoneNumberVerified?: boolean;
350
- roles?: Array<(string)> | null;
351
- sessionId?: string | null;
352
- };
353
-
354
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
355
- calendarAlgorithmType?: string | null;
356
- dateTimeFormatLong?: string | null;
357
- shortDatePattern?: string | null;
358
- fullDateTimePattern?: string | null;
359
- dateSeparator?: string | null;
360
- shortTimePattern?: string | null;
361
- longTimePattern?: string | null;
362
- };
363
-
364
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
365
- timeZoneName?: string | null;
366
- };
367
-
368
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
369
- properties?: {
370
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto;
371
- } | null;
372
- configuration?: {
373
- [key: string]: unknown;
374
- } | null;
375
- };
376
-
377
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
378
- fields?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto> | null;
379
- localizationResource?: string | null;
380
- };
381
-
382
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
383
- name?: string | null;
384
- value?: unknown;
385
- };
386
-
387
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
388
- isAvailable?: boolean;
389
- };
390
-
391
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
392
- onGet?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto;
393
- onCreate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto;
394
- onUpdate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto;
395
- };
396
-
397
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
398
- isAvailable?: boolean;
399
- };
400
-
401
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
402
- isAvailable?: boolean;
403
- };
404
-
405
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
406
- typeSimple?: string | null;
407
- config?: {
408
- [key: string]: unknown;
409
- } | null;
410
- };
411
-
412
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
413
- type?: string | null;
414
- typeSimple?: string | null;
415
- displayName?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto;
416
- api?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto;
417
- ui?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto;
418
- attributes?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto> | null;
419
- configuration?: {
420
- [key: string]: unknown;
421
- } | null;
422
- defaultValue?: unknown;
423
- };
424
-
425
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
426
- onTable?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto;
427
- onCreateForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
428
- onEditForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
429
- lookup?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto;
430
- };
431
-
432
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
433
- isVisible?: boolean;
434
- };
435
-
436
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
437
- url?: string | null;
438
- resultListPropertyName?: string | null;
439
- displayPropertyName?: string | null;
440
- valuePropertyName?: string | null;
441
- filterParamName?: string | null;
442
- };
443
-
444
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
445
- isVisible?: boolean;
446
- };
447
-
448
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
449
- name?: string | null;
450
- resource?: string | null;
451
- };
452
-
453
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
454
- entities?: {
455
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto;
456
- } | null;
457
- configuration?: {
458
- [key: string]: unknown;
459
- } | null;
460
- };
461
-
462
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
463
- modules?: {
464
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto;
465
- } | null;
466
- enums?: {
467
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto;
468
- } | null;
469
- };
470
-
471
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
472
- iana?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone;
473
- windows?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone;
474
- };
475
-
476
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
477
- timeZone?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone;
478
- };
479
-
480
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
481
- timeZoneId?: string | null;
482
- };
483
-
484
- export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
485
- id?: string | null;
486
- name?: string | null;
487
- isAvailable?: boolean;
488
- };
489
-
490
- export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
491
- isEnabled?: boolean;
492
- };
493
-
494
- export type Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
495
- uniqueName?: string | null;
496
- name?: string | null;
497
- httpMethod?: string | null;
498
- url?: string | null;
499
- supportedVersions?: Array<(string)> | null;
500
- parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
501
- parameters?: Array<Volo_Abp_Http_Modeling_ParameterApiDescriptionModel> | null;
502
- returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
503
- allowAnonymous?: boolean | null;
504
- implementFrom?: string | null;
505
- };
506
-
507
- export type Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
508
- modules?: {
509
- [key: string]: Volo_Abp_Http_Modeling_ModuleApiDescriptionModel;
510
- } | null;
511
- types?: {
512
- [key: string]: Volo_Abp_Http_Modeling_TypeApiDescriptionModel;
513
- } | null;
514
- };
515
-
516
- export type Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
517
- controllerName?: string | null;
518
- controllerGroupName?: string | null;
519
- isRemoteService?: boolean;
520
- isIntegrationService?: boolean;
521
- apiVersion?: string | null;
522
- type?: string | null;
523
- interfaces?: Array<Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel> | null;
524
- actions?: {
525
- [key: string]: Volo_Abp_Http_Modeling_ActionApiDescriptionModel;
526
- } | null;
527
- };
528
-
529
- export type Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
530
- type?: string | null;
531
- name?: string | null;
532
- methods?: Array<Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel> | null;
533
- };
534
-
535
- export type Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
536
- name?: string | null;
537
- parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
538
- returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
539
- };
540
-
541
- export type Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
542
- name?: string | null;
543
- typeAsString?: string | null;
544
- type?: string | null;
545
- typeSimple?: string | null;
546
- isOptional?: boolean;
547
- defaultValue?: unknown;
548
- };
549
-
550
- export type Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
551
- rootPath?: string | null;
552
- remoteServiceName?: string | null;
553
- controllers?: {
554
- [key: string]: Volo_Abp_Http_Modeling_ControllerApiDescriptionModel;
555
- } | null;
556
- };
557
-
558
- export type Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
559
- nameOnMethod?: string | null;
560
- name?: string | null;
561
- jsonName?: string | null;
562
- type?: string | null;
563
- typeSimple?: string | null;
564
- isOptional?: boolean;
565
- defaultValue?: unknown;
566
- constraintTypes?: Array<(string)> | null;
567
- bindingSourceId?: string | null;
568
- descriptorName?: string | null;
569
- };
570
-
571
- export type Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
572
- name?: string | null;
573
- jsonName?: string | null;
574
- type?: string | null;
575
- typeSimple?: string | null;
576
- isRequired?: boolean;
577
- minLength?: number | null;
578
- maxLength?: number | null;
579
- minimum?: string | null;
580
- maximum?: string | null;
581
- regex?: string | null;
582
- };
583
-
584
- export type Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
585
- type?: string | null;
586
- typeSimple?: string | null;
587
- };
588
-
589
- export type Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
590
- baseType?: string | null;
591
- isEnum?: boolean;
592
- enumNames?: Array<(string)> | null;
593
- enumValues?: Array<unknown> | null;
594
- genericArguments?: Array<(string)> | null;
595
- properties?: Array<Volo_Abp_Http_Modeling_PropertyApiDescriptionModel> | null;
596
- };
597
-
598
- export type Volo_Abp_Http_RemoteServiceErrorInfo = {
599
- code?: string | null;
600
- message?: string | null;
601
- details?: string | null;
602
- data?: {
603
- [key: string]: unknown;
604
- } | null;
605
- validationErrors?: Array<Volo_Abp_Http_RemoteServiceValidationErrorInfo> | null;
606
- };
607
-
608
- export type Volo_Abp_Http_RemoteServiceErrorResponse = {
609
- error?: Volo_Abp_Http_RemoteServiceErrorInfo;
610
- };
611
-
612
- export type Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
613
- message?: string | null;
614
- members?: Array<(string)> | null;
615
- };
616
-
617
- export type Volo_Abp_Localization_LanguageInfo = {
618
- cultureName?: string | null;
619
- uiCultureName?: string | null;
620
- displayName?: string | null;
621
- readonly twoLetterISOLanguageName?: string | null;
622
- };
623
-
624
- export type Volo_Abp_NameValue = {
625
- name?: string | null;
626
- value?: string | null;
627
- };
628
-
629
- export type Volo_Abp_SettingManagement_EmailSettingsDto = {
630
- smtpHost?: string | null;
631
- smtpPort?: number;
632
- smtpUserName?: string | null;
633
- smtpPassword?: string | null;
634
- smtpDomain?: string | null;
635
- smtpEnableSsl?: boolean;
636
- smtpUseDefaultCredentials?: boolean;
637
- defaultFromAddress?: string | null;
638
- defaultFromDisplayName?: string | null;
639
- };
640
-
641
- export type Volo_Abp_SettingManagement_SendTestEmailInput = {
642
- senderEmailAddress: string;
643
- targetEmailAddress: string;
644
- subject: string;
645
- body?: string | null;
646
- };
647
-
648
- export type Volo_Abp_SettingManagement_UpdateEmailSettingsDto = {
649
- smtpHost?: string | null;
650
- smtpPort?: number;
651
- smtpUserName?: string | null;
652
- smtpPassword?: string | null;
653
- smtpDomain?: string | null;
654
- smtpEnableSsl?: boolean;
655
- smtpUseDefaultCredentials?: boolean;
656
- defaultFromAddress: string;
657
- defaultFromDisplayName: string;
658
- };
659
-
660
- export type GetApiAbpApiDefinitionData = {
661
- includeTypes?: boolean;
662
- };
663
-
664
- export type GetApiAbpApiDefinitionResponse = Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
665
-
666
- export type GetApiAbpApplicationConfigurationData = {
667
- includeLocalizationResources?: boolean;
668
- };
669
-
670
- export type GetApiAbpApplicationConfigurationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
671
-
672
- export type GetApiAbpApplicationLocalizationData = {
673
- cultureName: string;
674
- onlyDynamics?: boolean;
675
- };
676
-
677
- export type GetApiAbpApplicationLocalizationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
678
-
679
- export type PostApiSettingServiceCountrySettingsForTenantData = {
680
- requestBody?: UniRefund_SettingService_CountrySettings_CreateCountrySettingDto;
681
- };
682
-
683
- export type PostApiSettingServiceCountrySettingsForTenantResponse = unknown;
684
-
685
- export type GetApiSettingServiceCountrySettingsResponse = UniRefund_SettingService_CountrySettings_CountrySettingDto;
686
-
687
- export type PostApiSettingServiceCountrySettingsResponse = unknown;
688
-
689
- export type GetApiSettingManagementEmailingResponse = Volo_Abp_SettingManagement_EmailSettingsDto;
690
-
691
- export type PostApiSettingManagementEmailingData = {
692
- requestBody?: Volo_Abp_SettingManagement_UpdateEmailSettingsDto;
693
- };
694
-
695
- export type PostApiSettingManagementEmailingResponse = unknown;
696
-
697
- export type PostApiSettingManagementEmailingSendTestEmailData = {
698
- requestBody?: Volo_Abp_SettingManagement_SendTestEmailInput;
699
- };
700
-
701
- export type PostApiSettingManagementEmailingSendTestEmailResponse = unknown;
702
-
703
- export type PostApiSettingServiceProductGroupData = {
704
- requestBody?: UniRefund_SettingService_ProductGroups_CreateProductGroupDto;
705
- };
706
-
707
- export type PostApiSettingServiceProductGroupResponse = UniRefund_SettingService_ProductGroups_ProductGroupDto;
708
-
709
- export type GetApiSettingServiceProductGroupData = {
710
- maxResultCount?: number;
711
- skipCount?: number;
712
- sorting?: string;
713
- };
714
-
715
- export type GetApiSettingServiceProductGroupResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
716
-
717
- export type PostApiSettingServiceProductGroupTranslationByIdData = {
718
- id: string;
719
- requestBody?: UniRefund_SettingService_ProductGroups_AddProductGroupTranslationDto;
720
- };
721
-
722
- export type PostApiSettingServiceProductGroupTranslationByIdResponse = unknown;
723
-
724
- export type DeleteApiSettingServiceProductGroupByIdData = {
725
- id: string;
726
- };
727
-
728
- export type DeleteApiSettingServiceProductGroupByIdResponse = unknown;
729
-
730
- export type GetApiSettingServiceProductGroupByIdData = {
731
- id: string;
732
- };
733
-
734
- export type GetApiSettingServiceProductGroupByIdResponse = UniRefund_SettingService_ProductGroups_ProductGroupDto;
735
-
736
- export type PutApiSettingServiceProductGroupByIdData = {
737
- id: string;
738
- requestBody?: UniRefund_SettingService_ProductGroups_UpdateProductGroupDto;
739
- };
740
-
741
- export type PutApiSettingServiceProductGroupByIdResponse = UniRefund_SettingService_ProductGroups_ProductGroupDto;
742
-
743
- export type GetApiSettingServiceProductGroupDetailByIdData = {
744
- cultureName?: string;
745
- id: string;
746
- };
747
-
748
- export type GetApiSettingServiceProductGroupDetailByIdResponse = UniRefund_SettingService_ProductGroups_ProductGroupDto;
749
-
750
- export type GetApiSettingServiceProductGroupByMerchantIdByIdData = {
751
- id: string;
752
- };
753
-
754
- export type GetApiSettingServiceProductGroupByMerchantIdByIdResponse = Array<UniRefund_SettingService_ProductGroups_ProductGroupDto>;
755
-
756
- export type PostApiSettingServiceProductGroupProductGroupMerchantBulkData = {
757
- requestBody?: Array<UniRefund_SettingService_ProductGroupMerchants_CreateProductGroupMerchantDto>;
758
- };
759
-
760
- export type PostApiSettingServiceProductGroupProductGroupMerchantBulkResponse = unknown;
761
-
762
- export type PostApiSettingServiceProductGroupVatData = {
763
- requestBody?: UniRefund_SettingService_ProductGroupVats_CreateProductGroupVatDto;
764
- };
765
-
766
- export type PostApiSettingServiceProductGroupVatResponse = UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto;
767
-
768
- export type GetApiSettingServiceProductGroupVatData = {
769
- maxResultCount?: number;
770
- skipCount?: number;
771
- sorting?: string;
772
- };
773
-
774
- export type GetApiSettingServiceProductGroupVatResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
775
-
776
- export type DeleteApiSettingServiceProductGroupVatByIdData = {
777
- id: string;
778
- };
779
-
780
- export type DeleteApiSettingServiceProductGroupVatByIdResponse = unknown;
781
-
782
- export type GetApiSettingServiceProductGroupVatByIdData = {
783
- id: string;
784
- };
785
-
786
- export type GetApiSettingServiceProductGroupVatByIdResponse = UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto;
787
-
788
- export type PutApiSettingServiceProductGroupVatByIdData = {
789
- id: string;
790
- requestBody?: UniRefund_SettingService_ProductGroupVats_UpdateProductGroupVatDto;
791
- };
792
-
793
- export type PutApiSettingServiceProductGroupVatByIdResponse = UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto;
794
-
795
- export type GetApiSettingServiceProductGroupVatDetailData = {
796
- maxResultCount?: number;
797
- skipCount?: number;
798
- sorting?: string;
799
- };
800
-
801
- export type GetApiSettingServiceProductGroupVatDetailResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
802
-
803
- export type GetApiSettingServiceSampleResponse = UniRefund_SettingService_Samples_SampleDto;
804
-
805
- export type GetApiSettingServiceSampleAuthorizedResponse = UniRefund_SettingService_Samples_SampleDto;
806
-
807
- export type GetApiSettingManagementTimezoneResponse = string;
808
-
809
- export type PostApiSettingManagementTimezoneData = {
810
- timezone?: string;
811
- };
812
-
813
- export type PostApiSettingManagementTimezoneResponse = unknown;
814
-
815
- export type GetApiSettingManagementTimezoneTimezonesResponse = Array<Volo_Abp_NameValue>;
816
-
817
- export type PostApiSettingServiceVatData = {
818
- requestBody?: UniRefund_SettingService_Vats_CreateVatDto;
819
- };
820
-
821
- export type PostApiSettingServiceVatResponse = UniRefund_SettingService_Vats_VatDto;
822
-
823
- export type GetApiSettingServiceVatData = {
824
- maxResultCount?: number;
825
- skipCount?: number;
826
- sorting?: string;
827
- };
828
-
829
- export type GetApiSettingServiceVatResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
830
-
831
- export type DeleteApiSettingServiceVatByIdData = {
832
- id: string;
833
- };
834
-
835
- export type DeleteApiSettingServiceVatByIdResponse = unknown;
836
-
837
- export type GetApiSettingServiceVatByIdData = {
838
- id: string;
839
- };
840
-
841
- export type GetApiSettingServiceVatByIdResponse = UniRefund_SettingService_Vats_VatDto;
842
-
843
- export type PutApiSettingServiceVatByIdData = {
844
- id: string;
845
- requestBody?: UniRefund_SettingService_Vats_UpdateVatDto;
846
- };
847
-
848
- export type PutApiSettingServiceVatByIdResponse = UniRefund_SettingService_Vats_VatDto;
849
-
850
- export type GetApiSettingServiceVatDetailData = {
851
- maxResultCount?: number;
852
- skipCount?: number;
853
- sorting?: string;
854
- };
855
-
856
- export type GetApiSettingServiceVatDetailResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
857
-
858
- export type $OpenApiTs = {
859
- '/api/abp/api-definition': {
860
- get: {
861
- req: GetApiAbpApiDefinitionData;
862
- res: {
863
- /**
864
- * Success
865
- */
866
- 200: Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
867
- /**
868
- * Bad Request
869
- */
870
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
871
- /**
872
- * Unauthorized
873
- */
874
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
875
- /**
876
- * Forbidden
877
- */
878
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
879
- /**
880
- * Not Found
881
- */
882
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
883
- /**
884
- * Server Error
885
- */
886
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
887
- /**
888
- * Server Error
889
- */
890
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
891
- };
892
- };
893
- };
894
- '/api/abp/application-configuration': {
895
- get: {
896
- req: GetApiAbpApplicationConfigurationData;
897
- res: {
898
- /**
899
- * Success
900
- */
901
- 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
902
- /**
903
- * Bad Request
904
- */
905
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
906
- /**
907
- * Unauthorized
908
- */
909
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
910
- /**
911
- * Forbidden
912
- */
913
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
914
- /**
915
- * Not Found
916
- */
917
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
918
- /**
919
- * Server Error
920
- */
921
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
922
- /**
923
- * Server Error
924
- */
925
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
926
- };
927
- };
928
- };
929
- '/api/abp/application-localization': {
930
- get: {
931
- req: GetApiAbpApplicationLocalizationData;
932
- res: {
933
- /**
934
- * Success
935
- */
936
- 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
937
- /**
938
- * Bad Request
939
- */
940
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
941
- /**
942
- * Unauthorized
943
- */
944
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
945
- /**
946
- * Forbidden
947
- */
948
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
949
- /**
950
- * Not Found
951
- */
952
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
953
- /**
954
- * Server Error
955
- */
956
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
957
- /**
958
- * Server Error
959
- */
960
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
961
- };
962
- };
963
- };
964
- '/api/setting-service/country-settings/for-tenant': {
965
- post: {
966
- req: PostApiSettingServiceCountrySettingsForTenantData;
967
- res: {
968
- /**
969
- * Success
970
- */
971
- 200: unknown;
972
- /**
973
- * Bad Request
974
- */
975
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
976
- /**
977
- * Unauthorized
978
- */
979
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
980
- /**
981
- * Forbidden
982
- */
983
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
984
- /**
985
- * Not Found
986
- */
987
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
988
- /**
989
- * Server Error
990
- */
991
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
992
- /**
993
- * Server Error
994
- */
995
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
996
- };
997
- };
998
- };
999
- '/api/setting-service/country-settings': {
1000
- get: {
1001
- res: {
1002
- /**
1003
- * Success
1004
- */
1005
- 200: UniRefund_SettingService_CountrySettings_CountrySettingDto;
1006
- /**
1007
- * Bad Request
1008
- */
1009
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1010
- /**
1011
- * Unauthorized
1012
- */
1013
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1014
- /**
1015
- * Forbidden
1016
- */
1017
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1018
- /**
1019
- * Not Found
1020
- */
1021
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1022
- /**
1023
- * Server Error
1024
- */
1025
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1026
- /**
1027
- * Server Error
1028
- */
1029
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1030
- };
1031
- };
1032
- post: {
1033
- res: {
1034
- /**
1035
- * Success
1036
- */
1037
- 200: unknown;
1038
- /**
1039
- * Bad Request
1040
- */
1041
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1042
- /**
1043
- * Unauthorized
1044
- */
1045
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1046
- /**
1047
- * Forbidden
1048
- */
1049
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1050
- /**
1051
- * Not Found
1052
- */
1053
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1054
- /**
1055
- * Server Error
1056
- */
1057
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1058
- /**
1059
- * Server Error
1060
- */
1061
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1062
- };
1063
- };
1064
- };
1065
- '/api/setting-management/emailing': {
1066
- get: {
1067
- res: {
1068
- /**
1069
- * Success
1070
- */
1071
- 200: Volo_Abp_SettingManagement_EmailSettingsDto;
1072
- /**
1073
- * Bad Request
1074
- */
1075
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1076
- /**
1077
- * Unauthorized
1078
- */
1079
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1080
- /**
1081
- * Forbidden
1082
- */
1083
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1084
- /**
1085
- * Not Found
1086
- */
1087
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1088
- /**
1089
- * Server Error
1090
- */
1091
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1092
- /**
1093
- * Server Error
1094
- */
1095
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1096
- };
1097
- };
1098
- post: {
1099
- req: PostApiSettingManagementEmailingData;
1100
- res: {
1101
- /**
1102
- * Success
1103
- */
1104
- 200: unknown;
1105
- /**
1106
- * Bad Request
1107
- */
1108
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1109
- /**
1110
- * Unauthorized
1111
- */
1112
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1113
- /**
1114
- * Forbidden
1115
- */
1116
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1117
- /**
1118
- * Not Found
1119
- */
1120
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1121
- /**
1122
- * Server Error
1123
- */
1124
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1125
- /**
1126
- * Server Error
1127
- */
1128
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1129
- };
1130
- };
1131
- };
1132
- '/api/setting-management/emailing/send-test-email': {
1133
- post: {
1134
- req: PostApiSettingManagementEmailingSendTestEmailData;
1135
- res: {
1136
- /**
1137
- * Success
1138
- */
1139
- 200: unknown;
1140
- /**
1141
- * Bad Request
1142
- */
1143
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1144
- /**
1145
- * Unauthorized
1146
- */
1147
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1148
- /**
1149
- * Forbidden
1150
- */
1151
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1152
- /**
1153
- * Not Found
1154
- */
1155
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1156
- /**
1157
- * Server Error
1158
- */
1159
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1160
- /**
1161
- * Server Error
1162
- */
1163
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1164
- };
1165
- };
1166
- };
1167
- '/api/setting-service/product-group': {
1168
- post: {
1169
- req: PostApiSettingServiceProductGroupData;
1170
- res: {
1171
- /**
1172
- * Success
1173
- */
1174
- 200: UniRefund_SettingService_ProductGroups_ProductGroupDto;
1175
- /**
1176
- * Bad Request
1177
- */
1178
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1179
- /**
1180
- * Unauthorized
1181
- */
1182
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1183
- /**
1184
- * Forbidden
1185
- */
1186
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1187
- /**
1188
- * Not Found
1189
- */
1190
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1191
- /**
1192
- * Server Error
1193
- */
1194
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1195
- /**
1196
- * Server Error
1197
- */
1198
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1199
- };
1200
- };
1201
- get: {
1202
- req: GetApiSettingServiceProductGroupData;
1203
- res: {
1204
- /**
1205
- * Success
1206
- */
1207
- 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1208
- /**
1209
- * Bad Request
1210
- */
1211
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1212
- /**
1213
- * Unauthorized
1214
- */
1215
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1216
- /**
1217
- * Forbidden
1218
- */
1219
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1220
- /**
1221
- * Not Found
1222
- */
1223
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1224
- /**
1225
- * Server Error
1226
- */
1227
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1228
- /**
1229
- * Server Error
1230
- */
1231
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1232
- };
1233
- };
1234
- };
1235
- '/api/setting-service/product-group/translation/{id}': {
1236
- post: {
1237
- req: PostApiSettingServiceProductGroupTranslationByIdData;
1238
- res: {
1239
- /**
1240
- * Success
1241
- */
1242
- 200: unknown;
1243
- /**
1244
- * Bad Request
1245
- */
1246
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1247
- /**
1248
- * Unauthorized
1249
- */
1250
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1251
- /**
1252
- * Forbidden
1253
- */
1254
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1255
- /**
1256
- * Not Found
1257
- */
1258
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1259
- /**
1260
- * Server Error
1261
- */
1262
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1263
- /**
1264
- * Server Error
1265
- */
1266
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1267
- };
1268
- };
1269
- };
1270
- '/api/setting-service/product-group/{id}': {
1271
- delete: {
1272
- req: DeleteApiSettingServiceProductGroupByIdData;
1273
- res: {
1274
- /**
1275
- * Success
1276
- */
1277
- 200: unknown;
1278
- /**
1279
- * Bad Request
1280
- */
1281
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1282
- /**
1283
- * Unauthorized
1284
- */
1285
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1286
- /**
1287
- * Forbidden
1288
- */
1289
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1290
- /**
1291
- * Not Found
1292
- */
1293
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1294
- /**
1295
- * Server Error
1296
- */
1297
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1298
- /**
1299
- * Server Error
1300
- */
1301
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1302
- };
1303
- };
1304
- get: {
1305
- req: GetApiSettingServiceProductGroupByIdData;
1306
- res: {
1307
- /**
1308
- * Success
1309
- */
1310
- 200: UniRefund_SettingService_ProductGroups_ProductGroupDto;
1311
- /**
1312
- * Bad Request
1313
- */
1314
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1315
- /**
1316
- * Unauthorized
1317
- */
1318
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1319
- /**
1320
- * Forbidden
1321
- */
1322
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1323
- /**
1324
- * Not Found
1325
- */
1326
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1327
- /**
1328
- * Server Error
1329
- */
1330
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1331
- /**
1332
- * Server Error
1333
- */
1334
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1335
- };
1336
- };
1337
- put: {
1338
- req: PutApiSettingServiceProductGroupByIdData;
1339
- res: {
1340
- /**
1341
- * Success
1342
- */
1343
- 200: UniRefund_SettingService_ProductGroups_ProductGroupDto;
1344
- /**
1345
- * Bad Request
1346
- */
1347
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1348
- /**
1349
- * Unauthorized
1350
- */
1351
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1352
- /**
1353
- * Forbidden
1354
- */
1355
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1356
- /**
1357
- * Not Found
1358
- */
1359
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1360
- /**
1361
- * Server Error
1362
- */
1363
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1364
- /**
1365
- * Server Error
1366
- */
1367
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1368
- };
1369
- };
1370
- };
1371
- '/api/setting-service/product-group/detail/{id}': {
1372
- get: {
1373
- req: GetApiSettingServiceProductGroupDetailByIdData;
1374
- res: {
1375
- /**
1376
- * Success
1377
- */
1378
- 200: UniRefund_SettingService_ProductGroups_ProductGroupDto;
1379
- /**
1380
- * Bad Request
1381
- */
1382
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1383
- /**
1384
- * Unauthorized
1385
- */
1386
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1387
- /**
1388
- * Forbidden
1389
- */
1390
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1391
- /**
1392
- * Not Found
1393
- */
1394
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1395
- /**
1396
- * Server Error
1397
- */
1398
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1399
- /**
1400
- * Server Error
1401
- */
1402
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1403
- };
1404
- };
1405
- };
1406
- '/api/setting-service/product-group/by-merchant-id/{id}': {
1407
- get: {
1408
- req: GetApiSettingServiceProductGroupByMerchantIdByIdData;
1409
- res: {
1410
- /**
1411
- * Success
1412
- */
1413
- 200: Array<UniRefund_SettingService_ProductGroups_ProductGroupDto>;
1414
- /**
1415
- * Bad Request
1416
- */
1417
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1418
- /**
1419
- * Unauthorized
1420
- */
1421
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1422
- /**
1423
- * Forbidden
1424
- */
1425
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1426
- /**
1427
- * Not Found
1428
- */
1429
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1430
- /**
1431
- * Server Error
1432
- */
1433
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1434
- /**
1435
- * Server Error
1436
- */
1437
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1438
- };
1439
- };
1440
- };
1441
- '/api/setting-service/product-group/product-group-merchant-bulk': {
1442
- post: {
1443
- req: PostApiSettingServiceProductGroupProductGroupMerchantBulkData;
1444
- res: {
1445
- /**
1446
- * Success
1447
- */
1448
- 200: unknown;
1449
- /**
1450
- * Bad Request
1451
- */
1452
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1453
- /**
1454
- * Unauthorized
1455
- */
1456
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1457
- /**
1458
- * Forbidden
1459
- */
1460
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1461
- /**
1462
- * Not Found
1463
- */
1464
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1465
- /**
1466
- * Server Error
1467
- */
1468
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1469
- /**
1470
- * Server Error
1471
- */
1472
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1473
- };
1474
- };
1475
- };
1476
- '/api/setting-service/product-group-vat': {
1477
- post: {
1478
- req: PostApiSettingServiceProductGroupVatData;
1479
- res: {
1480
- /**
1481
- * Success
1482
- */
1483
- 200: UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto;
1484
- /**
1485
- * Bad Request
1486
- */
1487
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1488
- /**
1489
- * Unauthorized
1490
- */
1491
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1492
- /**
1493
- * Forbidden
1494
- */
1495
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1496
- /**
1497
- * Not Found
1498
- */
1499
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1500
- /**
1501
- * Server Error
1502
- */
1503
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1504
- /**
1505
- * Server Error
1506
- */
1507
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1508
- };
1509
- };
1510
- get: {
1511
- req: GetApiSettingServiceProductGroupVatData;
1512
- res: {
1513
- /**
1514
- * Success
1515
- */
1516
- 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1517
- /**
1518
- * Bad Request
1519
- */
1520
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1521
- /**
1522
- * Unauthorized
1523
- */
1524
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1525
- /**
1526
- * Forbidden
1527
- */
1528
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1529
- /**
1530
- * Not Found
1531
- */
1532
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1533
- /**
1534
- * Server Error
1535
- */
1536
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1537
- /**
1538
- * Server Error
1539
- */
1540
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1541
- };
1542
- };
1543
- };
1544
- '/api/setting-service/product-group-vat/{id}': {
1545
- delete: {
1546
- req: DeleteApiSettingServiceProductGroupVatByIdData;
1547
- res: {
1548
- /**
1549
- * Success
1550
- */
1551
- 200: unknown;
1552
- /**
1553
- * Bad Request
1554
- */
1555
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1556
- /**
1557
- * Unauthorized
1558
- */
1559
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1560
- /**
1561
- * Forbidden
1562
- */
1563
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1564
- /**
1565
- * Not Found
1566
- */
1567
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1568
- /**
1569
- * Server Error
1570
- */
1571
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1572
- /**
1573
- * Server Error
1574
- */
1575
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1576
- };
1577
- };
1578
- get: {
1579
- req: GetApiSettingServiceProductGroupVatByIdData;
1580
- res: {
1581
- /**
1582
- * Success
1583
- */
1584
- 200: UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto;
1585
- /**
1586
- * Bad Request
1587
- */
1588
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1589
- /**
1590
- * Unauthorized
1591
- */
1592
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1593
- /**
1594
- * Forbidden
1595
- */
1596
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1597
- /**
1598
- * Not Found
1599
- */
1600
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1601
- /**
1602
- * Server Error
1603
- */
1604
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1605
- /**
1606
- * Server Error
1607
- */
1608
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1609
- };
1610
- };
1611
- put: {
1612
- req: PutApiSettingServiceProductGroupVatByIdData;
1613
- res: {
1614
- /**
1615
- * Success
1616
- */
1617
- 200: UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto;
1618
- /**
1619
- * Bad Request
1620
- */
1621
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1622
- /**
1623
- * Unauthorized
1624
- */
1625
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1626
- /**
1627
- * Forbidden
1628
- */
1629
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1630
- /**
1631
- * Not Found
1632
- */
1633
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1634
- /**
1635
- * Server Error
1636
- */
1637
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1638
- /**
1639
- * Server Error
1640
- */
1641
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1642
- };
1643
- };
1644
- };
1645
- '/api/setting-service/product-group-vat/detail': {
1646
- get: {
1647
- req: GetApiSettingServiceProductGroupVatDetailData;
1648
- res: {
1649
- /**
1650
- * Success
1651
- */
1652
- 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1653
- /**
1654
- * Bad Request
1655
- */
1656
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1657
- /**
1658
- * Unauthorized
1659
- */
1660
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1661
- /**
1662
- * Forbidden
1663
- */
1664
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1665
- /**
1666
- * Not Found
1667
- */
1668
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1669
- /**
1670
- * Server Error
1671
- */
1672
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1673
- /**
1674
- * Server Error
1675
- */
1676
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1677
- };
1678
- };
1679
- };
1680
- '/api/SettingService/sample': {
1681
- get: {
1682
- res: {
1683
- /**
1684
- * Success
1685
- */
1686
- 200: UniRefund_SettingService_Samples_SampleDto;
1687
- /**
1688
- * Bad Request
1689
- */
1690
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1691
- /**
1692
- * Unauthorized
1693
- */
1694
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1695
- /**
1696
- * Forbidden
1697
- */
1698
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1699
- /**
1700
- * Not Found
1701
- */
1702
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1703
- /**
1704
- * Server Error
1705
- */
1706
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1707
- /**
1708
- * Server Error
1709
- */
1710
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1711
- };
1712
- };
1713
- };
1714
- '/api/SettingService/sample/authorized': {
1715
- get: {
1716
- res: {
1717
- /**
1718
- * Success
1719
- */
1720
- 200: UniRefund_SettingService_Samples_SampleDto;
1721
- /**
1722
- * Bad Request
1723
- */
1724
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1725
- /**
1726
- * Unauthorized
1727
- */
1728
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1729
- /**
1730
- * Forbidden
1731
- */
1732
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1733
- /**
1734
- * Not Found
1735
- */
1736
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1737
- /**
1738
- * Server Error
1739
- */
1740
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1741
- /**
1742
- * Server Error
1743
- */
1744
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1745
- };
1746
- };
1747
- };
1748
- '/api/setting-management/timezone': {
1749
- get: {
1750
- res: {
1751
- /**
1752
- * Success
1753
- */
1754
- 200: string;
1755
- /**
1756
- * Bad Request
1757
- */
1758
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1759
- /**
1760
- * Unauthorized
1761
- */
1762
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1763
- /**
1764
- * Forbidden
1765
- */
1766
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1767
- /**
1768
- * Not Found
1769
- */
1770
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1771
- /**
1772
- * Server Error
1773
- */
1774
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1775
- /**
1776
- * Server Error
1777
- */
1778
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1779
- };
1780
- };
1781
- post: {
1782
- req: PostApiSettingManagementTimezoneData;
1783
- res: {
1784
- /**
1785
- * Success
1786
- */
1787
- 200: unknown;
1788
- /**
1789
- * Bad Request
1790
- */
1791
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1792
- /**
1793
- * Unauthorized
1794
- */
1795
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1796
- /**
1797
- * Forbidden
1798
- */
1799
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1800
- /**
1801
- * Not Found
1802
- */
1803
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1804
- /**
1805
- * Server Error
1806
- */
1807
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1808
- /**
1809
- * Server Error
1810
- */
1811
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1812
- };
1813
- };
1814
- };
1815
- '/api/setting-management/timezone/timezones': {
1816
- get: {
1817
- res: {
1818
- /**
1819
- * Success
1820
- */
1821
- 200: Array<Volo_Abp_NameValue>;
1822
- /**
1823
- * Bad Request
1824
- */
1825
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1826
- /**
1827
- * Unauthorized
1828
- */
1829
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1830
- /**
1831
- * Forbidden
1832
- */
1833
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1834
- /**
1835
- * Not Found
1836
- */
1837
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1838
- /**
1839
- * Server Error
1840
- */
1841
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1842
- /**
1843
- * Server Error
1844
- */
1845
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1846
- };
1847
- };
1848
- };
1849
- '/api/setting-service/vat': {
1850
- post: {
1851
- req: PostApiSettingServiceVatData;
1852
- res: {
1853
- /**
1854
- * Success
1855
- */
1856
- 200: UniRefund_SettingService_Vats_VatDto;
1857
- /**
1858
- * Bad Request
1859
- */
1860
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1861
- /**
1862
- * Unauthorized
1863
- */
1864
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1865
- /**
1866
- * Forbidden
1867
- */
1868
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1869
- /**
1870
- * Not Found
1871
- */
1872
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1873
- /**
1874
- * Server Error
1875
- */
1876
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1877
- /**
1878
- * Server Error
1879
- */
1880
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1881
- };
1882
- };
1883
- get: {
1884
- req: GetApiSettingServiceVatData;
1885
- res: {
1886
- /**
1887
- * Success
1888
- */
1889
- 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1890
- /**
1891
- * Bad Request
1892
- */
1893
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1894
- /**
1895
- * Unauthorized
1896
- */
1897
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1898
- /**
1899
- * Forbidden
1900
- */
1901
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1902
- /**
1903
- * Not Found
1904
- */
1905
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1906
- /**
1907
- * Server Error
1908
- */
1909
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1910
- /**
1911
- * Server Error
1912
- */
1913
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1914
- };
1915
- };
1916
- };
1917
- '/api/setting-service/vat/{id}': {
1918
- delete: {
1919
- req: DeleteApiSettingServiceVatByIdData;
1920
- res: {
1921
- /**
1922
- * Success
1923
- */
1924
- 200: unknown;
1925
- /**
1926
- * Bad Request
1927
- */
1928
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1929
- /**
1930
- * Unauthorized
1931
- */
1932
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1933
- /**
1934
- * Forbidden
1935
- */
1936
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1937
- /**
1938
- * Not Found
1939
- */
1940
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1941
- /**
1942
- * Server Error
1943
- */
1944
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1945
- /**
1946
- * Server Error
1947
- */
1948
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1949
- };
1950
- };
1951
- get: {
1952
- req: GetApiSettingServiceVatByIdData;
1953
- res: {
1954
- /**
1955
- * Success
1956
- */
1957
- 200: UniRefund_SettingService_Vats_VatDto;
1958
- /**
1959
- * Bad Request
1960
- */
1961
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1962
- /**
1963
- * Unauthorized
1964
- */
1965
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1966
- /**
1967
- * Forbidden
1968
- */
1969
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1970
- /**
1971
- * Not Found
1972
- */
1973
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1974
- /**
1975
- * Server Error
1976
- */
1977
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1978
- /**
1979
- * Server Error
1980
- */
1981
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1982
- };
1983
- };
1984
- put: {
1985
- req: PutApiSettingServiceVatByIdData;
1986
- res: {
1987
- /**
1988
- * Success
1989
- */
1990
- 200: UniRefund_SettingService_Vats_VatDto;
1991
- /**
1992
- * Bad Request
1993
- */
1994
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1995
- /**
1996
- * Unauthorized
1997
- */
1998
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1999
- /**
2000
- * Forbidden
2001
- */
2002
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2003
- /**
2004
- * Not Found
2005
- */
2006
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2007
- /**
2008
- * Server Error
2009
- */
2010
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2011
- /**
2012
- * Server Error
2013
- */
2014
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2015
- };
2016
- };
2017
- };
2018
- '/api/setting-service/vat/detail': {
2019
- get: {
2020
- req: GetApiSettingServiceVatDetailData;
2021
- res: {
2022
- /**
2023
- * Success
2024
- */
2025
- 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
2026
- /**
2027
- * Bad Request
2028
- */
2029
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2030
- /**
2031
- * Unauthorized
2032
- */
2033
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2034
- /**
2035
- * Forbidden
2036
- */
2037
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2038
- /**
2039
- * Not Found
2040
- */
2041
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2042
- /**
2043
- * Server Error
2044
- */
2045
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2046
- /**
2047
- * Server Error
2048
- */
2049
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2050
- };
2051
- };
2052
- };
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+
3
+ export type PagedResultDto_ProductGroupDetailDto = {
4
+ items?: Array<UniRefund_SettingService_ProductGroups_ProductGroupDetailDto> | null;
5
+ totalCount?: number;
6
+ };
7
+
8
+ export type PagedResultDto_ProductGroupDto = {
9
+ items?: Array<UniRefund_SettingService_ProductGroups_ProductGroupDto> | null;
10
+ totalCount?: number;
11
+ };
12
+
13
+ export type PagedResultDto_VatDto = {
14
+ items?: Array<UniRefund_SettingService_Vats_VatDto> | null;
15
+ totalCount?: number;
16
+ };
17
+
18
+ export type UniRefund_SettingService_Bonds_BondDto = {
19
+ key?: string | null;
20
+ pattern?: string | null;
21
+ type?: string | null;
22
+ };
23
+
24
+ export type UniRefund_SettingService_CountrySettings_CountrySettingDto = {
25
+ isEnabled?: boolean;
26
+ groups: Array<UniRefund_SettingService_Groups_GroupDto>;
27
+ };
28
+
29
+ export type UniRefund_SettingService_CountrySettings_CreateCountrySettingDto = {
30
+ name?: string | null;
31
+ value?: string | null;
32
+ };
33
+
34
+ export type UniRefund_SettingService_Groups_GroupDto = {
35
+ isEnabled?: boolean;
36
+ key: string;
37
+ displayName: string;
38
+ description?: string | null;
39
+ items?: Array<UniRefund_SettingService_Items_GroupItemDto> | null;
40
+ };
41
+
42
+ export type UniRefund_SettingService_Items_GroupItemDto = {
43
+ isEnabled: boolean;
44
+ isRequired: boolean;
45
+ isActive?: boolean | null;
46
+ pattern?: string | null;
47
+ depth?: number;
48
+ description?: string | null;
49
+ displayName: string;
50
+ key: string;
51
+ parentName?: string | null;
52
+ value?: string | null;
53
+ defaultValue?: string | null;
54
+ bonds?: Array<UniRefund_SettingService_Bonds_BondDto> | null;
55
+ subItems?: Array<UniRefund_SettingService_Items_GroupItemDto> | null;
56
+ valueType?: UniRefund_SettingService_Settings_ValueTypes_ValueTypeModelDto;
57
+ };
58
+
59
+ export type UniRefund_SettingService_ProductGroupMerchants_CreateProductGroupMerchantDto = {
60
+ merchantId?: string;
61
+ productGroupId?: string;
62
+ };
63
+
64
+ export type UniRefund_SettingService_ProductGroups_AddProductGroupTranslationDto = {
65
+ language: string;
66
+ name: string;
67
+ };
68
+
69
+ export type UniRefund_SettingService_ProductGroups_CompanyTypeCode = 'GOVERNMENT' | 'TAXFREE' | 'CUSTOMS' | 'REFUNDPOINT' | 'MERCHANT' | 'EXCHANGE' | 'TOURGUIDE';
70
+
71
+ export type UniRefund_SettingService_ProductGroups_CreateProductGroupDto = {
72
+ readonly extraProperties?: {
73
+ [key: string]: unknown;
74
+ } | null;
75
+ articleCode: string;
76
+ name: string;
77
+ unitCode: UniRefund_SettingService_ProductGroups_UnitTypeCode;
78
+ companyType: UniRefund_SettingService_ProductGroups_CompanyTypeCode;
79
+ active?: boolean;
80
+ food?: boolean;
81
+ vatId?: string | null;
82
+ };
83
+
84
+ export type UniRefund_SettingService_ProductGroups_ProductGroupDetailDto = {
85
+ id?: string;
86
+ creationTime?: string;
87
+ creatorId?: string | null;
88
+ lastModificationTime?: string | null;
89
+ lastModifierId?: string | null;
90
+ isDeleted?: boolean;
91
+ deleterId?: string | null;
92
+ deletionTime?: string | null;
93
+ name: string;
94
+ vatId?: string | null;
95
+ vat?: UniRefund_SettingService_Vats_VatDetailDto;
96
+ active: boolean;
97
+ };
98
+
99
+ export type UniRefund_SettingService_ProductGroups_ProductGroupDto = {
100
+ id?: string;
101
+ articleCode: string;
102
+ name: string;
103
+ unitCode: UniRefund_SettingService_ProductGroups_UnitTypeCode;
104
+ companyType: UniRefund_SettingService_ProductGroups_CompanyTypeCode;
105
+ vatId?: string | null;
106
+ active: boolean;
107
+ food: boolean;
108
+ };
109
+
110
+ export type UniRefund_SettingService_ProductGroups_UnitTypeCode = 'QNT' | 'BAG' | 'BOX';
111
+
112
+ export type UniRefund_SettingService_ProductGroups_UpdateProductGroupDto = {
113
+ readonly extraProperties?: {
114
+ [key: string]: unknown;
115
+ } | null;
116
+ articleCode: string;
117
+ name: string;
118
+ unitCode: UniRefund_SettingService_ProductGroups_UnitTypeCode;
119
+ companyType: UniRefund_SettingService_ProductGroups_CompanyTypeCode;
120
+ active?: boolean;
121
+ food?: boolean;
122
+ vatId?: string | null;
123
+ };
124
+
125
+ export type UniRefund_SettingService_Samples_SampleDto = {
126
+ value?: number;
127
+ };
128
+
129
+ export type UniRefund_SettingService_Settings_ValueTypes_ItemSources_ItemSourceDto = {
130
+ items?: Array<UniRefund_SettingService_Settings_ValueTypes_ItemSources_Items_ItemDto> | null;
131
+ };
132
+
133
+ export type UniRefund_SettingService_Settings_ValueTypes_ItemSources_Items_DisplayTexts_DisplayTextDto = {
134
+ name?: string | null;
135
+ resourceName?: string | null;
136
+ };
137
+
138
+ export type UniRefund_SettingService_Settings_ValueTypes_ItemSources_Items_ItemDto = {
139
+ displayText?: UniRefund_SettingService_Settings_ValueTypes_ItemSources_Items_DisplayTexts_DisplayTextDto;
140
+ value?: string | null;
141
+ };
142
+
143
+ export type UniRefund_SettingService_Settings_ValueTypes_Validators_Properties_ValidatorPropertiesDto = {
144
+ minValue?: number;
145
+ maxValue?: number;
146
+ };
147
+
148
+ export type UniRefund_SettingService_Settings_ValueTypes_Validators_ValidatorDto = {
149
+ name?: string | null;
150
+ properties?: UniRefund_SettingService_Settings_ValueTypes_Validators_Properties_ValidatorPropertiesDto;
151
+ };
152
+
153
+ export type UniRefund_SettingService_Settings_ValueTypes_ValueTypeModelDto = {
154
+ itemSource?: UniRefund_SettingService_Settings_ValueTypes_ItemSources_ItemSourceDto;
155
+ name?: string | null;
156
+ properties?: string | null;
157
+ validator?: UniRefund_SettingService_Settings_ValueTypes_Validators_ValidatorDto;
158
+ };
159
+
160
+ export type UniRefund_SettingService_Vats_CreateVatDto = {
161
+ readonly extraProperties?: {
162
+ [key: string]: unknown;
163
+ } | null;
164
+ percent: number;
165
+ minimumTotalAmount: number;
166
+ active?: boolean;
167
+ };
168
+
169
+ export type UniRefund_SettingService_Vats_UpdateVatDto = {
170
+ readonly extraProperties?: {
171
+ [key: string]: unknown;
172
+ } | null;
173
+ percent?: number;
174
+ minimumTotalAmount?: number;
175
+ active?: boolean;
176
+ };
177
+
178
+ export type UniRefund_SettingService_Vats_VatDetailDto = {
179
+ id?: string;
180
+ creationTime?: string;
181
+ creatorId?: string | null;
182
+ lastModificationTime?: string | null;
183
+ lastModifierId?: string | null;
184
+ isDeleted?: boolean;
185
+ deleterId?: string | null;
186
+ deletionTime?: string | null;
187
+ percent: number;
188
+ minimumTotalAmount: number;
189
+ active: boolean;
190
+ };
191
+
192
+ export type UniRefund_SettingService_Vats_VatDto = {
193
+ id?: string;
194
+ percent?: number;
195
+ minimumTotalAmount?: number;
196
+ active?: boolean;
197
+ };
198
+
199
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
200
+ grantedPolicies?: {
201
+ [key: string]: (boolean);
202
+ } | null;
203
+ };
204
+
205
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
206
+ localization?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto;
207
+ auth?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto;
208
+ setting?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto;
209
+ currentUser?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto;
210
+ features?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto;
211
+ globalFeatures?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto;
212
+ multiTenancy?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto;
213
+ currentTenant?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto;
214
+ timing?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto;
215
+ clock?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto;
216
+ objectExtensions?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto;
217
+ extraProperties?: {
218
+ [key: string]: unknown;
219
+ } | null;
220
+ };
221
+
222
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
223
+ values?: {
224
+ [key: string]: (string | null);
225
+ } | null;
226
+ };
227
+
228
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
229
+ enabledFeatures?: Array<(string)> | null;
230
+ };
231
+
232
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
233
+ values?: {
234
+ [key: string]: {
235
+ [key: string]: (string);
236
+ };
237
+ } | null;
238
+ resources?: {
239
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
240
+ } | null;
241
+ languages?: Array<Volo_Abp_Localization_LanguageInfo> | null;
242
+ currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
243
+ defaultResourceName?: string | null;
244
+ languagesMap?: {
245
+ [key: string]: Array<Volo_Abp_NameValue>;
246
+ } | null;
247
+ languageFilesMap?: {
248
+ [key: string]: Array<Volo_Abp_NameValue>;
249
+ } | null;
250
+ };
251
+
252
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
253
+ resources?: {
254
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
255
+ } | null;
256
+ currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
257
+ };
258
+
259
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
260
+ texts?: {
261
+ [key: string]: (string);
262
+ } | null;
263
+ baseResources?: Array<(string)> | null;
264
+ };
265
+
266
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
267
+ values?: {
268
+ [key: string]: (string | null);
269
+ } | null;
270
+ };
271
+
272
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
273
+ kind?: string | null;
274
+ };
275
+
276
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
277
+ displayName?: string | null;
278
+ englishName?: string | null;
279
+ threeLetterIsoLanguageName?: string | null;
280
+ twoLetterIsoLanguageName?: string | null;
281
+ isRightToLeft?: boolean;
282
+ cultureName?: string | null;
283
+ name?: string | null;
284
+ nativeName?: string | null;
285
+ dateTimeFormat?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto;
286
+ };
287
+
288
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
289
+ isAuthenticated?: boolean;
290
+ id?: string | null;
291
+ tenantId?: string | null;
292
+ impersonatorUserId?: string | null;
293
+ impersonatorTenantId?: string | null;
294
+ impersonatorUserName?: string | null;
295
+ impersonatorTenantName?: string | null;
296
+ userName?: string | null;
297
+ name?: string | null;
298
+ surName?: string | null;
299
+ email?: string | null;
300
+ emailVerified?: boolean;
301
+ phoneNumber?: string | null;
302
+ phoneNumberVerified?: boolean;
303
+ roles?: Array<(string)> | null;
304
+ sessionId?: string | null;
305
+ };
306
+
307
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
308
+ calendarAlgorithmType?: string | null;
309
+ dateTimeFormatLong?: string | null;
310
+ shortDatePattern?: string | null;
311
+ fullDateTimePattern?: string | null;
312
+ dateSeparator?: string | null;
313
+ shortTimePattern?: string | null;
314
+ longTimePattern?: string | null;
315
+ };
316
+
317
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
318
+ timeZoneName?: string | null;
319
+ };
320
+
321
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
322
+ properties?: {
323
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto;
324
+ } | null;
325
+ configuration?: {
326
+ [key: string]: unknown;
327
+ } | null;
328
+ };
329
+
330
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
331
+ fields?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto> | null;
332
+ localizationResource?: string | null;
333
+ };
334
+
335
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
336
+ name?: string | null;
337
+ value?: unknown;
338
+ };
339
+
340
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
341
+ isAvailable?: boolean;
342
+ };
343
+
344
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
345
+ onGet?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto;
346
+ onCreate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto;
347
+ onUpdate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto;
348
+ };
349
+
350
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
351
+ isAvailable?: boolean;
352
+ };
353
+
354
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
355
+ isAvailable?: boolean;
356
+ };
357
+
358
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
359
+ typeSimple?: string | null;
360
+ config?: {
361
+ [key: string]: unknown;
362
+ } | null;
363
+ };
364
+
365
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
366
+ type?: string | null;
367
+ typeSimple?: string | null;
368
+ displayName?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto;
369
+ api?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto;
370
+ ui?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto;
371
+ attributes?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto> | null;
372
+ configuration?: {
373
+ [key: string]: unknown;
374
+ } | null;
375
+ defaultValue?: unknown;
376
+ };
377
+
378
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
379
+ onTable?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto;
380
+ onCreateForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
381
+ onEditForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
382
+ lookup?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto;
383
+ };
384
+
385
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
386
+ isVisible?: boolean;
387
+ };
388
+
389
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
390
+ url?: string | null;
391
+ resultListPropertyName?: string | null;
392
+ displayPropertyName?: string | null;
393
+ valuePropertyName?: string | null;
394
+ filterParamName?: string | null;
395
+ };
396
+
397
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
398
+ isVisible?: boolean;
399
+ };
400
+
401
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
402
+ name?: string | null;
403
+ resource?: string | null;
404
+ };
405
+
406
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
407
+ entities?: {
408
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto;
409
+ } | null;
410
+ configuration?: {
411
+ [key: string]: unknown;
412
+ } | null;
413
+ };
414
+
415
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
416
+ modules?: {
417
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto;
418
+ } | null;
419
+ enums?: {
420
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto;
421
+ } | null;
422
+ };
423
+
424
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
425
+ iana?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone;
426
+ windows?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone;
427
+ };
428
+
429
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
430
+ timeZone?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone;
431
+ };
432
+
433
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
434
+ timeZoneId?: string | null;
435
+ };
436
+
437
+ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
438
+ id?: string | null;
439
+ name?: string | null;
440
+ isAvailable?: boolean;
441
+ };
442
+
443
+ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
444
+ isEnabled?: boolean;
445
+ };
446
+
447
+ export type Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
448
+ uniqueName?: string | null;
449
+ name?: string | null;
450
+ httpMethod?: string | null;
451
+ url?: string | null;
452
+ supportedVersions?: Array<(string)> | null;
453
+ parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
454
+ parameters?: Array<Volo_Abp_Http_Modeling_ParameterApiDescriptionModel> | null;
455
+ returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
456
+ allowAnonymous?: boolean | null;
457
+ implementFrom?: string | null;
458
+ };
459
+
460
+ export type Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
461
+ modules?: {
462
+ [key: string]: Volo_Abp_Http_Modeling_ModuleApiDescriptionModel;
463
+ } | null;
464
+ types?: {
465
+ [key: string]: Volo_Abp_Http_Modeling_TypeApiDescriptionModel;
466
+ } | null;
467
+ };
468
+
469
+ export type Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
470
+ controllerName?: string | null;
471
+ controllerGroupName?: string | null;
472
+ isRemoteService?: boolean;
473
+ isIntegrationService?: boolean;
474
+ apiVersion?: string | null;
475
+ type?: string | null;
476
+ interfaces?: Array<Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel> | null;
477
+ actions?: {
478
+ [key: string]: Volo_Abp_Http_Modeling_ActionApiDescriptionModel;
479
+ } | null;
480
+ };
481
+
482
+ export type Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
483
+ type?: string | null;
484
+ name?: string | null;
485
+ methods?: Array<Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel> | null;
486
+ };
487
+
488
+ export type Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
489
+ name?: string | null;
490
+ parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
491
+ returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
492
+ };
493
+
494
+ export type Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
495
+ name?: string | null;
496
+ typeAsString?: string | null;
497
+ type?: string | null;
498
+ typeSimple?: string | null;
499
+ isOptional?: boolean;
500
+ defaultValue?: unknown;
501
+ };
502
+
503
+ export type Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
504
+ rootPath?: string | null;
505
+ remoteServiceName?: string | null;
506
+ controllers?: {
507
+ [key: string]: Volo_Abp_Http_Modeling_ControllerApiDescriptionModel;
508
+ } | null;
509
+ };
510
+
511
+ export type Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
512
+ nameOnMethod?: string | null;
513
+ name?: string | null;
514
+ jsonName?: string | null;
515
+ type?: string | null;
516
+ typeSimple?: string | null;
517
+ isOptional?: boolean;
518
+ defaultValue?: unknown;
519
+ constraintTypes?: Array<(string)> | null;
520
+ bindingSourceId?: string | null;
521
+ descriptorName?: string | null;
522
+ };
523
+
524
+ export type Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
525
+ name?: string | null;
526
+ jsonName?: string | null;
527
+ type?: string | null;
528
+ typeSimple?: string | null;
529
+ isRequired?: boolean;
530
+ minLength?: number | null;
531
+ maxLength?: number | null;
532
+ minimum?: string | null;
533
+ maximum?: string | null;
534
+ regex?: string | null;
535
+ };
536
+
537
+ export type Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
538
+ type?: string | null;
539
+ typeSimple?: string | null;
540
+ };
541
+
542
+ export type Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
543
+ baseType?: string | null;
544
+ isEnum?: boolean;
545
+ enumNames?: Array<(string)> | null;
546
+ enumValues?: Array<unknown> | null;
547
+ genericArguments?: Array<(string)> | null;
548
+ properties?: Array<Volo_Abp_Http_Modeling_PropertyApiDescriptionModel> | null;
549
+ };
550
+
551
+ export type Volo_Abp_Http_RemoteServiceErrorInfo = {
552
+ code?: string | null;
553
+ message?: string | null;
554
+ details?: string | null;
555
+ data?: {
556
+ [key: string]: unknown;
557
+ } | null;
558
+ validationErrors?: Array<Volo_Abp_Http_RemoteServiceValidationErrorInfo> | null;
559
+ };
560
+
561
+ export type Volo_Abp_Http_RemoteServiceErrorResponse = {
562
+ error?: Volo_Abp_Http_RemoteServiceErrorInfo;
563
+ };
564
+
565
+ export type Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
566
+ message?: string | null;
567
+ members?: Array<(string)> | null;
568
+ };
569
+
570
+ export type Volo_Abp_Localization_LanguageInfo = {
571
+ cultureName?: string | null;
572
+ uiCultureName?: string | null;
573
+ displayName?: string | null;
574
+ readonly twoLetterISOLanguageName?: string | null;
575
+ };
576
+
577
+ export type Volo_Abp_NameValue = {
578
+ name?: string | null;
579
+ value?: string | null;
580
+ };
581
+
582
+ export type Volo_Abp_SettingManagement_EmailSettingsDto = {
583
+ smtpHost?: string | null;
584
+ smtpPort?: number;
585
+ smtpUserName?: string | null;
586
+ smtpPassword?: string | null;
587
+ smtpDomain?: string | null;
588
+ smtpEnableSsl?: boolean;
589
+ smtpUseDefaultCredentials?: boolean;
590
+ defaultFromAddress?: string | null;
591
+ defaultFromDisplayName?: string | null;
592
+ };
593
+
594
+ export type Volo_Abp_SettingManagement_SendTestEmailInput = {
595
+ senderEmailAddress: string;
596
+ targetEmailAddress: string;
597
+ subject: string;
598
+ body?: string | null;
599
+ };
600
+
601
+ export type Volo_Abp_SettingManagement_UpdateEmailSettingsDto = {
602
+ smtpHost?: string | null;
603
+ smtpPort?: number;
604
+ smtpUserName?: string | null;
605
+ smtpPassword?: string | null;
606
+ smtpDomain?: string | null;
607
+ smtpEnableSsl?: boolean;
608
+ smtpUseDefaultCredentials?: boolean;
609
+ defaultFromAddress: string;
610
+ defaultFromDisplayName: string;
611
+ };
612
+
613
+ export type GetApiAbpApiDefinitionData = {
614
+ includeTypes?: boolean;
615
+ };
616
+
617
+ export type GetApiAbpApiDefinitionResponse = Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
618
+
619
+ export type GetApiAbpApplicationConfigurationData = {
620
+ includeLocalizationResources?: boolean;
621
+ };
622
+
623
+ export type GetApiAbpApplicationConfigurationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
624
+
625
+ export type GetApiAbpApplicationLocalizationData = {
626
+ cultureName: string;
627
+ onlyDynamics?: boolean;
628
+ };
629
+
630
+ export type GetApiAbpApplicationLocalizationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
631
+
632
+ export type PostApiSettingServiceCountrySettingsForTenantData = {
633
+ requestBody?: UniRefund_SettingService_CountrySettings_CreateCountrySettingDto;
634
+ };
635
+
636
+ export type PostApiSettingServiceCountrySettingsForTenantResponse = unknown;
637
+
638
+ export type GetApiSettingServiceCountrySettingsResponse = UniRefund_SettingService_CountrySettings_CountrySettingDto;
639
+
640
+ export type PostApiSettingServiceCountrySettingsResponse = unknown;
641
+
642
+ export type GetApiSettingManagementEmailingResponse = Volo_Abp_SettingManagement_EmailSettingsDto;
643
+
644
+ export type PostApiSettingManagementEmailingData = {
645
+ requestBody?: Volo_Abp_SettingManagement_UpdateEmailSettingsDto;
646
+ };
647
+
648
+ export type PostApiSettingManagementEmailingResponse = unknown;
649
+
650
+ export type PostApiSettingManagementEmailingSendTestEmailData = {
651
+ requestBody?: Volo_Abp_SettingManagement_SendTestEmailInput;
652
+ };
653
+
654
+ export type PostApiSettingManagementEmailingSendTestEmailResponse = unknown;
655
+
656
+ export type PostApiSettingServiceProductGroupData = {
657
+ requestBody?: UniRefund_SettingService_ProductGroups_CreateProductGroupDto;
658
+ };
659
+
660
+ export type PostApiSettingServiceProductGroupResponse = UniRefund_SettingService_ProductGroups_ProductGroupDto;
661
+
662
+ export type GetApiSettingServiceProductGroupData = {
663
+ maxResultCount?: number;
664
+ skipCount?: number;
665
+ sorting?: string;
666
+ };
667
+
668
+ export type GetApiSettingServiceProductGroupResponse = PagedResultDto_ProductGroupDto;
669
+
670
+ export type PostApiSettingServiceProductGroupTranslationByIdData = {
671
+ id: string;
672
+ requestBody?: UniRefund_SettingService_ProductGroups_AddProductGroupTranslationDto;
673
+ };
674
+
675
+ export type PostApiSettingServiceProductGroupTranslationByIdResponse = unknown;
676
+
677
+ export type PutApiSettingServiceProductGroupTranslationByIdData = {
678
+ id: string;
679
+ requestBody?: UniRefund_SettingService_ProductGroups_AddProductGroupTranslationDto;
680
+ };
681
+
682
+ export type PutApiSettingServiceProductGroupTranslationByIdResponse = unknown;
683
+
684
+ export type DeleteApiSettingServiceProductGroupByIdData = {
685
+ id: string;
686
+ };
687
+
688
+ export type DeleteApiSettingServiceProductGroupByIdResponse = unknown;
689
+
690
+ export type GetApiSettingServiceProductGroupByIdData = {
691
+ id: string;
692
+ };
693
+
694
+ export type GetApiSettingServiceProductGroupByIdResponse = UniRefund_SettingService_ProductGroups_ProductGroupDto;
695
+
696
+ export type PutApiSettingServiceProductGroupByIdData = {
697
+ id: string;
698
+ requestBody?: UniRefund_SettingService_ProductGroups_UpdateProductGroupDto;
699
+ };
700
+
701
+ export type PutApiSettingServiceProductGroupByIdResponse = UniRefund_SettingService_ProductGroups_ProductGroupDto;
702
+
703
+ export type GetApiSettingServiceProductGroupDetailByIdData = {
704
+ cultureName?: string;
705
+ id: string;
706
+ };
707
+
708
+ export type GetApiSettingServiceProductGroupDetailByIdResponse = UniRefund_SettingService_ProductGroups_ProductGroupDetailDto;
709
+
710
+ export type GetApiSettingServiceProductGroupByMerchantIdByIdData = {
711
+ id: string;
712
+ };
713
+
714
+ export type GetApiSettingServiceProductGroupByMerchantIdByIdResponse = Array<UniRefund_SettingService_ProductGroups_ProductGroupDto>;
715
+
716
+ export type GetApiSettingServiceProductGroupDetailData = {
717
+ maxResultCount?: number;
718
+ skipCount?: number;
719
+ sorting?: string;
720
+ };
721
+
722
+ export type GetApiSettingServiceProductGroupDetailResponse = PagedResultDto_ProductGroupDetailDto;
723
+
724
+ export type PostApiSettingServiceProductGroupProductGroupMerchantBulkData = {
725
+ requestBody?: Array<UniRefund_SettingService_ProductGroupMerchants_CreateProductGroupMerchantDto>;
726
+ };
727
+
728
+ export type PostApiSettingServiceProductGroupProductGroupMerchantBulkResponse = unknown;
729
+
730
+ export type GetApiSettingServiceSampleResponse = UniRefund_SettingService_Samples_SampleDto;
731
+
732
+ export type GetApiSettingServiceSampleAuthorizedResponse = UniRefund_SettingService_Samples_SampleDto;
733
+
734
+ export type GetApiSettingManagementTimezoneResponse = string;
735
+
736
+ export type PostApiSettingManagementTimezoneData = {
737
+ timezone?: string;
738
+ };
739
+
740
+ export type PostApiSettingManagementTimezoneResponse = unknown;
741
+
742
+ export type GetApiSettingManagementTimezoneTimezonesResponse = Array<Volo_Abp_NameValue>;
743
+
744
+ export type PostApiSettingServiceVatData = {
745
+ requestBody?: UniRefund_SettingService_Vats_CreateVatDto;
746
+ };
747
+
748
+ export type PostApiSettingServiceVatResponse = UniRefund_SettingService_Vats_VatDto;
749
+
750
+ export type GetApiSettingServiceVatData = {
751
+ maxResultCount?: number;
752
+ skipCount?: number;
753
+ sorting?: string;
754
+ };
755
+
756
+ export type GetApiSettingServiceVatResponse = PagedResultDto_VatDto;
757
+
758
+ export type DeleteApiSettingServiceVatByIdData = {
759
+ id: string;
760
+ };
761
+
762
+ export type DeleteApiSettingServiceVatByIdResponse = unknown;
763
+
764
+ export type GetApiSettingServiceVatByIdData = {
765
+ id: string;
766
+ };
767
+
768
+ export type GetApiSettingServiceVatByIdResponse = UniRefund_SettingService_Vats_VatDto;
769
+
770
+ export type PutApiSettingServiceVatByIdData = {
771
+ id: string;
772
+ requestBody?: UniRefund_SettingService_Vats_UpdateVatDto;
773
+ };
774
+
775
+ export type PutApiSettingServiceVatByIdResponse = UniRefund_SettingService_Vats_VatDto;
776
+
777
+ export type $OpenApiTs = {
778
+ '/api/abp/api-definition': {
779
+ get: {
780
+ req: GetApiAbpApiDefinitionData;
781
+ res: {
782
+ /**
783
+ * Success
784
+ */
785
+ 200: Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
786
+ /**
787
+ * Bad Request
788
+ */
789
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
790
+ /**
791
+ * Unauthorized
792
+ */
793
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
794
+ /**
795
+ * Forbidden
796
+ */
797
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
798
+ /**
799
+ * Not Found
800
+ */
801
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
802
+ /**
803
+ * Server Error
804
+ */
805
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
806
+ /**
807
+ * Server Error
808
+ */
809
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
810
+ };
811
+ };
812
+ };
813
+ '/api/abp/application-configuration': {
814
+ get: {
815
+ req: GetApiAbpApplicationConfigurationData;
816
+ res: {
817
+ /**
818
+ * Success
819
+ */
820
+ 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
821
+ /**
822
+ * Bad Request
823
+ */
824
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
825
+ /**
826
+ * Unauthorized
827
+ */
828
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
829
+ /**
830
+ * Forbidden
831
+ */
832
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
833
+ /**
834
+ * Not Found
835
+ */
836
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
837
+ /**
838
+ * Server Error
839
+ */
840
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
841
+ /**
842
+ * Server Error
843
+ */
844
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
845
+ };
846
+ };
847
+ };
848
+ '/api/abp/application-localization': {
849
+ get: {
850
+ req: GetApiAbpApplicationLocalizationData;
851
+ res: {
852
+ /**
853
+ * Success
854
+ */
855
+ 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
856
+ /**
857
+ * Bad Request
858
+ */
859
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
860
+ /**
861
+ * Unauthorized
862
+ */
863
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
864
+ /**
865
+ * Forbidden
866
+ */
867
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
868
+ /**
869
+ * Not Found
870
+ */
871
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
872
+ /**
873
+ * Server Error
874
+ */
875
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
876
+ /**
877
+ * Server Error
878
+ */
879
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
880
+ };
881
+ };
882
+ };
883
+ '/api/setting-service/country-settings/for-tenant': {
884
+ post: {
885
+ req: PostApiSettingServiceCountrySettingsForTenantData;
886
+ res: {
887
+ /**
888
+ * Success
889
+ */
890
+ 200: unknown;
891
+ /**
892
+ * Bad Request
893
+ */
894
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
895
+ /**
896
+ * Unauthorized
897
+ */
898
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
899
+ /**
900
+ * Forbidden
901
+ */
902
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
903
+ /**
904
+ * Not Found
905
+ */
906
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
907
+ /**
908
+ * Server Error
909
+ */
910
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
911
+ /**
912
+ * Server Error
913
+ */
914
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
915
+ };
916
+ };
917
+ };
918
+ '/api/setting-service/country-settings': {
919
+ get: {
920
+ res: {
921
+ /**
922
+ * Success
923
+ */
924
+ 200: UniRefund_SettingService_CountrySettings_CountrySettingDto;
925
+ /**
926
+ * Bad Request
927
+ */
928
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
929
+ /**
930
+ * Unauthorized
931
+ */
932
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
933
+ /**
934
+ * Forbidden
935
+ */
936
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
937
+ /**
938
+ * Not Found
939
+ */
940
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
941
+ /**
942
+ * Server Error
943
+ */
944
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
945
+ /**
946
+ * Server Error
947
+ */
948
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
949
+ };
950
+ };
951
+ post: {
952
+ res: {
953
+ /**
954
+ * Success
955
+ */
956
+ 200: unknown;
957
+ /**
958
+ * Bad Request
959
+ */
960
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
961
+ /**
962
+ * Unauthorized
963
+ */
964
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
965
+ /**
966
+ * Forbidden
967
+ */
968
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
969
+ /**
970
+ * Not Found
971
+ */
972
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
973
+ /**
974
+ * Server Error
975
+ */
976
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
977
+ /**
978
+ * Server Error
979
+ */
980
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
981
+ };
982
+ };
983
+ };
984
+ '/api/setting-management/emailing': {
985
+ get: {
986
+ res: {
987
+ /**
988
+ * Success
989
+ */
990
+ 200: Volo_Abp_SettingManagement_EmailSettingsDto;
991
+ /**
992
+ * Bad Request
993
+ */
994
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
995
+ /**
996
+ * Unauthorized
997
+ */
998
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
999
+ /**
1000
+ * Forbidden
1001
+ */
1002
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1003
+ /**
1004
+ * Not Found
1005
+ */
1006
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1007
+ /**
1008
+ * Server Error
1009
+ */
1010
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1011
+ /**
1012
+ * Server Error
1013
+ */
1014
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1015
+ };
1016
+ };
1017
+ post: {
1018
+ req: PostApiSettingManagementEmailingData;
1019
+ res: {
1020
+ /**
1021
+ * Success
1022
+ */
1023
+ 200: unknown;
1024
+ /**
1025
+ * Bad Request
1026
+ */
1027
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1028
+ /**
1029
+ * Unauthorized
1030
+ */
1031
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1032
+ /**
1033
+ * Forbidden
1034
+ */
1035
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1036
+ /**
1037
+ * Not Found
1038
+ */
1039
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1040
+ /**
1041
+ * Server Error
1042
+ */
1043
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1044
+ /**
1045
+ * Server Error
1046
+ */
1047
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1048
+ };
1049
+ };
1050
+ };
1051
+ '/api/setting-management/emailing/send-test-email': {
1052
+ post: {
1053
+ req: PostApiSettingManagementEmailingSendTestEmailData;
1054
+ res: {
1055
+ /**
1056
+ * Success
1057
+ */
1058
+ 200: unknown;
1059
+ /**
1060
+ * Bad Request
1061
+ */
1062
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1063
+ /**
1064
+ * Unauthorized
1065
+ */
1066
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1067
+ /**
1068
+ * Forbidden
1069
+ */
1070
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1071
+ /**
1072
+ * Not Found
1073
+ */
1074
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1075
+ /**
1076
+ * Server Error
1077
+ */
1078
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1079
+ /**
1080
+ * Server Error
1081
+ */
1082
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1083
+ };
1084
+ };
1085
+ };
1086
+ '/api/setting-service/product-group': {
1087
+ post: {
1088
+ req: PostApiSettingServiceProductGroupData;
1089
+ res: {
1090
+ /**
1091
+ * Success
1092
+ */
1093
+ 200: UniRefund_SettingService_ProductGroups_ProductGroupDto;
1094
+ /**
1095
+ * Bad Request
1096
+ */
1097
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1098
+ /**
1099
+ * Unauthorized
1100
+ */
1101
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1102
+ /**
1103
+ * Forbidden
1104
+ */
1105
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1106
+ /**
1107
+ * Not Found
1108
+ */
1109
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1110
+ /**
1111
+ * Server Error
1112
+ */
1113
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1114
+ /**
1115
+ * Server Error
1116
+ */
1117
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1118
+ };
1119
+ };
1120
+ get: {
1121
+ req: GetApiSettingServiceProductGroupData;
1122
+ res: {
1123
+ /**
1124
+ * Success
1125
+ */
1126
+ 200: PagedResultDto_ProductGroupDto;
1127
+ /**
1128
+ * Bad Request
1129
+ */
1130
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1131
+ /**
1132
+ * Unauthorized
1133
+ */
1134
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1135
+ /**
1136
+ * Forbidden
1137
+ */
1138
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1139
+ /**
1140
+ * Not Found
1141
+ */
1142
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1143
+ /**
1144
+ * Server Error
1145
+ */
1146
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1147
+ /**
1148
+ * Server Error
1149
+ */
1150
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1151
+ };
1152
+ };
1153
+ };
1154
+ '/api/setting-service/product-group/translation/{id}': {
1155
+ post: {
1156
+ req: PostApiSettingServiceProductGroupTranslationByIdData;
1157
+ res: {
1158
+ /**
1159
+ * Success
1160
+ */
1161
+ 200: unknown;
1162
+ /**
1163
+ * Bad Request
1164
+ */
1165
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1166
+ /**
1167
+ * Unauthorized
1168
+ */
1169
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1170
+ /**
1171
+ * Forbidden
1172
+ */
1173
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1174
+ /**
1175
+ * Not Found
1176
+ */
1177
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1178
+ /**
1179
+ * Server Error
1180
+ */
1181
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1182
+ /**
1183
+ * Server Error
1184
+ */
1185
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1186
+ };
1187
+ };
1188
+ put: {
1189
+ req: PutApiSettingServiceProductGroupTranslationByIdData;
1190
+ res: {
1191
+ /**
1192
+ * Success
1193
+ */
1194
+ 200: unknown;
1195
+ /**
1196
+ * Bad Request
1197
+ */
1198
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1199
+ /**
1200
+ * Unauthorized
1201
+ */
1202
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1203
+ /**
1204
+ * Forbidden
1205
+ */
1206
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1207
+ /**
1208
+ * Not Found
1209
+ */
1210
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1211
+ /**
1212
+ * Server Error
1213
+ */
1214
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1215
+ /**
1216
+ * Server Error
1217
+ */
1218
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1219
+ };
1220
+ };
1221
+ };
1222
+ '/api/setting-service/product-group/{id}': {
1223
+ delete: {
1224
+ req: DeleteApiSettingServiceProductGroupByIdData;
1225
+ res: {
1226
+ /**
1227
+ * Success
1228
+ */
1229
+ 200: unknown;
1230
+ /**
1231
+ * Bad Request
1232
+ */
1233
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1234
+ /**
1235
+ * Unauthorized
1236
+ */
1237
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1238
+ /**
1239
+ * Forbidden
1240
+ */
1241
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1242
+ /**
1243
+ * Not Found
1244
+ */
1245
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1246
+ /**
1247
+ * Server Error
1248
+ */
1249
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1250
+ /**
1251
+ * Server Error
1252
+ */
1253
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1254
+ };
1255
+ };
1256
+ get: {
1257
+ req: GetApiSettingServiceProductGroupByIdData;
1258
+ res: {
1259
+ /**
1260
+ * Success
1261
+ */
1262
+ 200: UniRefund_SettingService_ProductGroups_ProductGroupDto;
1263
+ /**
1264
+ * Bad Request
1265
+ */
1266
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1267
+ /**
1268
+ * Unauthorized
1269
+ */
1270
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1271
+ /**
1272
+ * Forbidden
1273
+ */
1274
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1275
+ /**
1276
+ * Not Found
1277
+ */
1278
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1279
+ /**
1280
+ * Server Error
1281
+ */
1282
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1283
+ /**
1284
+ * Server Error
1285
+ */
1286
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1287
+ };
1288
+ };
1289
+ put: {
1290
+ req: PutApiSettingServiceProductGroupByIdData;
1291
+ res: {
1292
+ /**
1293
+ * Success
1294
+ */
1295
+ 200: UniRefund_SettingService_ProductGroups_ProductGroupDto;
1296
+ /**
1297
+ * Bad Request
1298
+ */
1299
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1300
+ /**
1301
+ * Unauthorized
1302
+ */
1303
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1304
+ /**
1305
+ * Forbidden
1306
+ */
1307
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1308
+ /**
1309
+ * Not Found
1310
+ */
1311
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1312
+ /**
1313
+ * Server Error
1314
+ */
1315
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1316
+ /**
1317
+ * Server Error
1318
+ */
1319
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1320
+ };
1321
+ };
1322
+ };
1323
+ '/api/setting-service/product-group/detail/{id}': {
1324
+ get: {
1325
+ req: GetApiSettingServiceProductGroupDetailByIdData;
1326
+ res: {
1327
+ /**
1328
+ * Success
1329
+ */
1330
+ 200: UniRefund_SettingService_ProductGroups_ProductGroupDetailDto;
1331
+ /**
1332
+ * Bad Request
1333
+ */
1334
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1335
+ /**
1336
+ * Unauthorized
1337
+ */
1338
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1339
+ /**
1340
+ * Forbidden
1341
+ */
1342
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1343
+ /**
1344
+ * Not Found
1345
+ */
1346
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1347
+ /**
1348
+ * Server Error
1349
+ */
1350
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1351
+ /**
1352
+ * Server Error
1353
+ */
1354
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1355
+ };
1356
+ };
1357
+ };
1358
+ '/api/setting-service/product-group/by-merchant-id/{id}': {
1359
+ get: {
1360
+ req: GetApiSettingServiceProductGroupByMerchantIdByIdData;
1361
+ res: {
1362
+ /**
1363
+ * Success
1364
+ */
1365
+ 200: Array<UniRefund_SettingService_ProductGroups_ProductGroupDto>;
1366
+ /**
1367
+ * Bad Request
1368
+ */
1369
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1370
+ /**
1371
+ * Unauthorized
1372
+ */
1373
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1374
+ /**
1375
+ * Forbidden
1376
+ */
1377
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1378
+ /**
1379
+ * Not Found
1380
+ */
1381
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1382
+ /**
1383
+ * Server Error
1384
+ */
1385
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1386
+ /**
1387
+ * Server Error
1388
+ */
1389
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1390
+ };
1391
+ };
1392
+ };
1393
+ '/api/setting-service/product-group/detail': {
1394
+ get: {
1395
+ req: GetApiSettingServiceProductGroupDetailData;
1396
+ res: {
1397
+ /**
1398
+ * Success
1399
+ */
1400
+ 200: PagedResultDto_ProductGroupDetailDto;
1401
+ /**
1402
+ * Bad Request
1403
+ */
1404
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1405
+ /**
1406
+ * Unauthorized
1407
+ */
1408
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1409
+ /**
1410
+ * Forbidden
1411
+ */
1412
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1413
+ /**
1414
+ * Not Found
1415
+ */
1416
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1417
+ /**
1418
+ * Server Error
1419
+ */
1420
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1421
+ /**
1422
+ * Server Error
1423
+ */
1424
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1425
+ };
1426
+ };
1427
+ };
1428
+ '/api/setting-service/product-group/product-group-merchant-bulk': {
1429
+ post: {
1430
+ req: PostApiSettingServiceProductGroupProductGroupMerchantBulkData;
1431
+ res: {
1432
+ /**
1433
+ * Success
1434
+ */
1435
+ 200: unknown;
1436
+ /**
1437
+ * Bad Request
1438
+ */
1439
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1440
+ /**
1441
+ * Unauthorized
1442
+ */
1443
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1444
+ /**
1445
+ * Forbidden
1446
+ */
1447
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1448
+ /**
1449
+ * Not Found
1450
+ */
1451
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1452
+ /**
1453
+ * Server Error
1454
+ */
1455
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1456
+ /**
1457
+ * Server Error
1458
+ */
1459
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1460
+ };
1461
+ };
1462
+ };
1463
+ '/api/SettingService/sample': {
1464
+ get: {
1465
+ res: {
1466
+ /**
1467
+ * Success
1468
+ */
1469
+ 200: UniRefund_SettingService_Samples_SampleDto;
1470
+ /**
1471
+ * Bad Request
1472
+ */
1473
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1474
+ /**
1475
+ * Unauthorized
1476
+ */
1477
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1478
+ /**
1479
+ * Forbidden
1480
+ */
1481
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1482
+ /**
1483
+ * Not Found
1484
+ */
1485
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1486
+ /**
1487
+ * Server Error
1488
+ */
1489
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1490
+ /**
1491
+ * Server Error
1492
+ */
1493
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1494
+ };
1495
+ };
1496
+ };
1497
+ '/api/SettingService/sample/authorized': {
1498
+ get: {
1499
+ res: {
1500
+ /**
1501
+ * Success
1502
+ */
1503
+ 200: UniRefund_SettingService_Samples_SampleDto;
1504
+ /**
1505
+ * Bad Request
1506
+ */
1507
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1508
+ /**
1509
+ * Unauthorized
1510
+ */
1511
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1512
+ /**
1513
+ * Forbidden
1514
+ */
1515
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1516
+ /**
1517
+ * Not Found
1518
+ */
1519
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1520
+ /**
1521
+ * Server Error
1522
+ */
1523
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1524
+ /**
1525
+ * Server Error
1526
+ */
1527
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1528
+ };
1529
+ };
1530
+ };
1531
+ '/api/setting-management/timezone': {
1532
+ get: {
1533
+ res: {
1534
+ /**
1535
+ * Success
1536
+ */
1537
+ 200: string;
1538
+ /**
1539
+ * Bad Request
1540
+ */
1541
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1542
+ /**
1543
+ * Unauthorized
1544
+ */
1545
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1546
+ /**
1547
+ * Forbidden
1548
+ */
1549
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1550
+ /**
1551
+ * Not Found
1552
+ */
1553
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1554
+ /**
1555
+ * Server Error
1556
+ */
1557
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1558
+ /**
1559
+ * Server Error
1560
+ */
1561
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1562
+ };
1563
+ };
1564
+ post: {
1565
+ req: PostApiSettingManagementTimezoneData;
1566
+ res: {
1567
+ /**
1568
+ * Success
1569
+ */
1570
+ 200: unknown;
1571
+ /**
1572
+ * Bad Request
1573
+ */
1574
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1575
+ /**
1576
+ * Unauthorized
1577
+ */
1578
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1579
+ /**
1580
+ * Forbidden
1581
+ */
1582
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1583
+ /**
1584
+ * Not Found
1585
+ */
1586
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1587
+ /**
1588
+ * Server Error
1589
+ */
1590
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1591
+ /**
1592
+ * Server Error
1593
+ */
1594
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1595
+ };
1596
+ };
1597
+ };
1598
+ '/api/setting-management/timezone/timezones': {
1599
+ get: {
1600
+ res: {
1601
+ /**
1602
+ * Success
1603
+ */
1604
+ 200: Array<Volo_Abp_NameValue>;
1605
+ /**
1606
+ * Bad Request
1607
+ */
1608
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1609
+ /**
1610
+ * Unauthorized
1611
+ */
1612
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1613
+ /**
1614
+ * Forbidden
1615
+ */
1616
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1617
+ /**
1618
+ * Not Found
1619
+ */
1620
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1621
+ /**
1622
+ * Server Error
1623
+ */
1624
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1625
+ /**
1626
+ * Server Error
1627
+ */
1628
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1629
+ };
1630
+ };
1631
+ };
1632
+ '/api/setting-service/vat': {
1633
+ post: {
1634
+ req: PostApiSettingServiceVatData;
1635
+ res: {
1636
+ /**
1637
+ * Success
1638
+ */
1639
+ 200: UniRefund_SettingService_Vats_VatDto;
1640
+ /**
1641
+ * Bad Request
1642
+ */
1643
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1644
+ /**
1645
+ * Unauthorized
1646
+ */
1647
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1648
+ /**
1649
+ * Forbidden
1650
+ */
1651
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1652
+ /**
1653
+ * Not Found
1654
+ */
1655
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1656
+ /**
1657
+ * Server Error
1658
+ */
1659
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1660
+ /**
1661
+ * Server Error
1662
+ */
1663
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1664
+ };
1665
+ };
1666
+ get: {
1667
+ req: GetApiSettingServiceVatData;
1668
+ res: {
1669
+ /**
1670
+ * Success
1671
+ */
1672
+ 200: PagedResultDto_VatDto;
1673
+ /**
1674
+ * Bad Request
1675
+ */
1676
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1677
+ /**
1678
+ * Unauthorized
1679
+ */
1680
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1681
+ /**
1682
+ * Forbidden
1683
+ */
1684
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1685
+ /**
1686
+ * Not Found
1687
+ */
1688
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1689
+ /**
1690
+ * Server Error
1691
+ */
1692
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1693
+ /**
1694
+ * Server Error
1695
+ */
1696
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1697
+ };
1698
+ };
1699
+ };
1700
+ '/api/setting-service/vat/{id}': {
1701
+ delete: {
1702
+ req: DeleteApiSettingServiceVatByIdData;
1703
+ res: {
1704
+ /**
1705
+ * Success
1706
+ */
1707
+ 200: unknown;
1708
+ /**
1709
+ * Bad Request
1710
+ */
1711
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1712
+ /**
1713
+ * Unauthorized
1714
+ */
1715
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1716
+ /**
1717
+ * Forbidden
1718
+ */
1719
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1720
+ /**
1721
+ * Not Found
1722
+ */
1723
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1724
+ /**
1725
+ * Server Error
1726
+ */
1727
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1728
+ /**
1729
+ * Server Error
1730
+ */
1731
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1732
+ };
1733
+ };
1734
+ get: {
1735
+ req: GetApiSettingServiceVatByIdData;
1736
+ res: {
1737
+ /**
1738
+ * Success
1739
+ */
1740
+ 200: UniRefund_SettingService_Vats_VatDto;
1741
+ /**
1742
+ * Bad Request
1743
+ */
1744
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1745
+ /**
1746
+ * Unauthorized
1747
+ */
1748
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1749
+ /**
1750
+ * Forbidden
1751
+ */
1752
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1753
+ /**
1754
+ * Not Found
1755
+ */
1756
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1757
+ /**
1758
+ * Server Error
1759
+ */
1760
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1761
+ /**
1762
+ * Server Error
1763
+ */
1764
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1765
+ };
1766
+ };
1767
+ put: {
1768
+ req: PutApiSettingServiceVatByIdData;
1769
+ res: {
1770
+ /**
1771
+ * Success
1772
+ */
1773
+ 200: UniRefund_SettingService_Vats_VatDto;
1774
+ /**
1775
+ * Bad Request
1776
+ */
1777
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1778
+ /**
1779
+ * Unauthorized
1780
+ */
1781
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1782
+ /**
1783
+ * Forbidden
1784
+ */
1785
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1786
+ /**
1787
+ * Not Found
1788
+ */
1789
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1790
+ /**
1791
+ * Server Error
1792
+ */
1793
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1794
+ /**
1795
+ * Server Error
1796
+ */
1797
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1798
+ };
1799
+ };
1800
+ };
2053
1801
  };