@ayasofyazilim/saas 0.0.72 → 0.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (486) hide show
  1. package/.github/workflows/release.yaml +120 -120
  2. package/.github/workflows/update.yaml +52 -52
  3. package/.github/workflows/update_release.yaml +33 -33
  4. package/AccountService/AccountServiceClient.ts +68 -68
  5. package/AccountService/core/ApiRequestOptions.ts +12 -12
  6. package/AccountService/core/BaseHttpRequest.ts +9 -9
  7. package/AccountService/core/FetchHttpRequest.ts +21 -21
  8. package/AccountService/core/OpenAPI.ts +55 -55
  9. package/AccountService/core/request.ts +340 -340
  10. package/AccountService/index.ts +8 -8
  11. package/AccountService/models/Volo_Abp_Account_AccountExternalProviderSettingsDto.ts +9 -9
  12. package/AccountService/models/Volo_Abp_Account_AccountRecaptchaSettingsDto.ts +14 -14
  13. package/AccountService/models/Volo_Abp_Account_AccountSettingsDto.ts +9 -9
  14. package/AccountService/models/Volo_Abp_Account_AccountTwoFactorSettingsDto.ts +11 -11
  15. package/AccountService/models/Volo_Abp_Account_AuthenticatorInfoDto.ts +9 -9
  16. package/AccountService/models/Volo_Abp_Account_ChangePasswordInput.ts +9 -9
  17. package/AccountService/models/Volo_Abp_Account_ConfirmEmailInput.ts +9 -9
  18. package/AccountService/models/Volo_Abp_Account_ConfirmPhoneNumberInput.ts +9 -9
  19. package/AccountService/models/Volo_Abp_Account_DelegateNewUserInput.ts +10 -10
  20. package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderDto.ts +9 -9
  21. package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderItemDto.ts +11 -11
  22. package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderItemWithSecretDto.ts +13 -13
  23. package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettings.ts +12 -12
  24. package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettingsProperty.ts +9 -9
  25. package/AccountService/models/Volo_Abp_Account_IdentityUserConfirmationStateDto.ts +9 -9
  26. package/AccountService/models/Volo_Abp_Account_IsLinkedInput.ts +9 -9
  27. package/AccountService/models/Volo_Abp_Account_LinkUserDto.ts +12 -12
  28. package/AccountService/models/Volo_Abp_Account_LinkUserInput.ts +10 -10
  29. package/AccountService/models/Volo_Abp_Account_ProfileDto.ts +20 -20
  30. package/AccountService/models/Volo_Abp_Account_ProfilePictureSourceDto.ts +11 -11
  31. package/AccountService/models/Volo_Abp_Account_ProfilePictureType.ts +9 -9
  32. package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_AbpLoginResult.ts +10 -10
  33. package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_LinkUserLoginInfo.ts +9 -9
  34. package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_LoginResultType.ts +12 -12
  35. package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_UserLoginInfo.ts +11 -11
  36. package/AccountService/models/Volo_Abp_Account_RegisterDto.ts +15 -15
  37. package/AccountService/models/Volo_Abp_Account_ResetPasswordDto.ts +10 -10
  38. package/AccountService/models/Volo_Abp_Account_SendEmailConfirmationTokenDto.ts +11 -11
  39. package/AccountService/models/Volo_Abp_Account_SendPasswordResetCodeDto.ts +11 -11
  40. package/AccountService/models/Volo_Abp_Account_SendPhoneNumberConfirmationTokenDto.ts +9 -9
  41. package/AccountService/models/Volo_Abp_Account_SendTwoFactorCodeInput.ts +10 -10
  42. package/AccountService/models/Volo_Abp_Account_UnLinkUserInput.ts +9 -9
  43. package/AccountService/models/Volo_Abp_Account_UpdateExternalProviderDto.ts +12 -12
  44. package/AccountService/models/Volo_Abp_Account_UpdateProfileDto.ts +15 -15
  45. package/AccountService/models/Volo_Abp_Account_UserDelegationDto.ts +11 -11
  46. package/AccountService/models/Volo_Abp_Account_UserLookupDto.ts +9 -9
  47. package/AccountService/models/Volo_Abp_Account_VerifyAuthenticatorCodeDto.ts +8 -8
  48. package/AccountService/models/Volo_Abp_Account_VerifyAuthenticatorCodeInput.ts +8 -8
  49. package/AccountService/models/Volo_Abp_Account_VerifyEmailConfirmationTokenInput.ts +9 -9
  50. package/AccountService/models/Volo_Abp_Account_VerifyLinkLoginTokenInput.ts +10 -10
  51. package/AccountService/models/Volo_Abp_Account_VerifyLinkTokenInput.ts +10 -10
  52. package/AccountService/models/Volo_Abp_Account_VerifyPasswordResetTokenInput.ts +9 -9
  53. package/AccountService/models/Volo_Abp_Application_Dtos_ListResultDto_1.ts +9 -9
  54. package/AccountService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +10 -10
  55. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +8 -8
  56. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +30 -30
  57. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +8 -8
  58. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +8 -8
  59. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +18 -18
  60. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +9 -9
  61. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +9 -9
  62. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +8 -8
  63. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +8 -8
  64. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +17 -17
  65. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +22 -22
  66. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +14 -14
  67. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +8 -8
  68. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +10 -10
  69. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +10 -10
  70. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +9 -9
  71. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +8 -8
  72. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +13 -13
  73. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +8 -8
  74. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +8 -8
  75. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +9 -9
  76. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +19 -19
  77. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +14 -14
  78. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +8 -8
  79. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +12 -12
  80. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +8 -8
  81. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +9 -9
  82. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +10 -10
  83. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +11 -11
  84. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +11 -11
  85. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +9 -9
  86. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +8 -8
  87. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +10 -10
  88. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto.ts +11 -11
  89. package/AccountService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +8 -8
  90. package/AccountService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +20 -20
  91. package/AccountService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +11 -11
  92. package/AccountService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +17 -17
  93. package/AccountService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +11 -11
  94. package/AccountService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +12 -12
  95. package/AccountService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +13 -13
  96. package/AccountService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +11 -11
  97. package/AccountService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +17 -17
  98. package/AccountService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +17 -17
  99. package/AccountService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +9 -9
  100. package/AccountService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +14 -14
  101. package/AccountService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +13 -13
  102. package/AccountService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +9 -9
  103. package/AccountService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +9 -9
  104. package/AccountService/models/Volo_Abp_Identity_Features_IdentityProTwoFactorBehaviour.ts +9 -9
  105. package/AccountService/models/Volo_Abp_Identity_IdentitySecurityLogDto.ts +21 -21
  106. package/AccountService/models/Volo_Abp_Identity_IdentityUserDto.ts +35 -35
  107. package/AccountService/models/Volo_Abp_Localization_LanguageInfo.ts +12 -12
  108. package/AccountService/models/Volo_Abp_NameValue.ts +9 -9
  109. package/AccountService/schemas.gen.ts +5333 -5333
  110. package/AccountService/services/AbpApiDefinitionService.ts +34 -34
  111. package/AccountService/services/AbpApplicationConfigurationService.ts +34 -34
  112. package/AccountService/services/AbpApplicationLocalizationService.ts +37 -37
  113. package/AccountService/services/AbpTenantService.ts +58 -58
  114. package/AccountService/services/AccountExternalProviderService.ts +56 -56
  115. package/AccountService/services/AccountService.ts +545 -545
  116. package/AccountService/services/AccountSettingsService.ts +178 -178
  117. package/AccountService/services/DynamicClaimsService.ts +27 -27
  118. package/AccountService/services/LoginService.ts +99 -99
  119. package/AccountService/services/ProfileService.ts +155 -155
  120. package/AccountService/services/UserService.ts +313 -313
  121. package/AccountService/services.gen.ts +1539 -1539
  122. package/AccountService/types.gen.ts +3328 -3328
  123. package/AdministrationService/AdministrationServiceClient.ts +80 -77
  124. package/AdministrationService/core/ApiRequestOptions.ts +12 -12
  125. package/AdministrationService/core/BaseHttpRequest.ts +9 -9
  126. package/AdministrationService/core/FetchHttpRequest.ts +21 -21
  127. package/AdministrationService/core/OpenAPI.ts +55 -55
  128. package/AdministrationService/core/request.ts +340 -340
  129. package/AdministrationService/index.ts +8 -8
  130. package/AdministrationService/models/System_Net_HttpStatusCode.ts +67 -67
  131. package/AdministrationService/models/Volo_Abp_Application_Dtos_ListResultDto_1.ts +9 -9
  132. package/AdministrationService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +10 -10
  133. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +8 -8
  134. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +30 -30
  135. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +8 -8
  136. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +8 -8
  137. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +18 -18
  138. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +9 -9
  139. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +9 -9
  140. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +8 -8
  141. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +8 -8
  142. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +17 -17
  143. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +22 -22
  144. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +14 -14
  145. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +8 -8
  146. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +10 -10
  147. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +10 -10
  148. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +9 -9
  149. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +8 -8
  150. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +13 -13
  151. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +8 -8
  152. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +8 -8
  153. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +9 -9
  154. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +19 -19
  155. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +14 -14
  156. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +8 -8
  157. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +12 -12
  158. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +8 -8
  159. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +9 -9
  160. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +10 -10
  161. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +11 -11
  162. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +11 -11
  163. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +9 -9
  164. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +8 -8
  165. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +10 -10
  166. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto.ts +11 -11
  167. package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +8 -8
  168. package/AdministrationService/models/Volo_Abp_AuditLogging_AuditLogActionDto.ts +16 -16
  169. package/AdministrationService/models/Volo_Abp_AuditLogging_AuditLogDto.ts +33 -33
  170. package/AdministrationService/models/Volo_Abp_AuditLogging_EntityChangeDto.ts +18 -18
  171. package/AdministrationService/models/Volo_Abp_AuditLogging_EntityChangeWithUsernameDto.ts +10 -10
  172. package/AdministrationService/models/Volo_Abp_AuditLogging_EntityPropertyChangeDto.ts +14 -14
  173. package/AdministrationService/models/Volo_Abp_AuditLogging_GetAverageExecutionDurationPerDayOutput.ts +8 -8
  174. package/AdministrationService/models/Volo_Abp_AuditLogging_GetErrorRateOutput.ts +8 -8
  175. package/AdministrationService/models/Volo_Abp_Auditing_EntityChangeType.ts +9 -9
  176. package/AdministrationService/models/Volo_Abp_FeatureManagement_FeatureDto.ts +17 -17
  177. package/AdministrationService/models/Volo_Abp_FeatureManagement_FeatureGroupDto.ts +11 -11
  178. package/AdministrationService/models/Volo_Abp_FeatureManagement_FeatureProviderDto.ts +9 -9
  179. package/AdministrationService/models/Volo_Abp_FeatureManagement_GetFeatureListResultDto.ts +9 -9
  180. package/AdministrationService/models/Volo_Abp_FeatureManagement_UpdateFeatureDto.ts +9 -9
  181. package/AdministrationService/models/Volo_Abp_FeatureManagement_UpdateFeaturesDto.ts +9 -9
  182. package/AdministrationService/models/Volo_Abp_Gdpr_DownloadTokenResultDto.ts +8 -8
  183. package/AdministrationService/models/Volo_Abp_Gdpr_GdprRequestDto.ts +10 -10
  184. package/AdministrationService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +20 -20
  185. package/AdministrationService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +11 -11
  186. package/AdministrationService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +17 -17
  187. package/AdministrationService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +11 -11
  188. package/AdministrationService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +12 -12
  189. package/AdministrationService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +13 -13
  190. package/AdministrationService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +11 -11
  191. package/AdministrationService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +17 -17
  192. package/AdministrationService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +17 -17
  193. package/AdministrationService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +9 -9
  194. package/AdministrationService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +14 -14
  195. package/AdministrationService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +13 -13
  196. package/AdministrationService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +9 -9
  197. package/AdministrationService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +9 -9
  198. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_CreateLanguageDto.ts +13 -13
  199. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_CultureInfoDto.ts +9 -9
  200. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_LanguageDto.ts +18 -18
  201. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_LanguageResourceDto.ts +8 -8
  202. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_LanguageTextDto.ts +13 -13
  203. package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_UpdateLanguageDto.ts +12 -12
  204. package/AdministrationService/models/Volo_Abp_Localization_LanguageInfo.ts +12 -12
  205. package/AdministrationService/models/Volo_Abp_NameValue.ts +9 -9
  206. package/AdministrationService/models/Volo_Abp_PermissionManagement_GetPermissionListResultDto.ts +10 -10
  207. package/AdministrationService/models/Volo_Abp_PermissionManagement_PermissionGrantInfoDto.ts +14 -14
  208. package/AdministrationService/models/Volo_Abp_PermissionManagement_PermissionGroupDto.ts +13 -13
  209. package/AdministrationService/models/Volo_Abp_PermissionManagement_ProviderInfoDto.ts +9 -9
  210. package/AdministrationService/models/Volo_Abp_PermissionManagement_UpdatePermissionDto.ts +9 -9
  211. package/AdministrationService/models/Volo_Abp_PermissionManagement_UpdatePermissionsDto.ts +9 -9
  212. package/AdministrationService/models/Volo_Abp_SettingManagement_EmailSettingsDto.ts +16 -16
  213. package/AdministrationService/models/Volo_Abp_SettingManagement_SendTestEmailInput.ts +11 -11
  214. package/AdministrationService/models/Volo_Abp_SettingManagement_UpdateEmailSettingsDto.ts +16 -16
  215. package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_RestoreTemplateContentInput.ts +9 -9
  216. package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_TemplateDefinitionDto.ts +13 -13
  217. package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto.ts +10 -10
  218. package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_UpdateTemplateContentInput.ts +10 -10
  219. package/AdministrationService/models/Volo_Abp_Validation_StringValues_IStringValueType.ts +11 -11
  220. package/AdministrationService/models/Volo_Abp_Validation_StringValues_IValueValidator.ts +9 -9
  221. package/AdministrationService/schemas.gen.ts +6721 -5987
  222. package/AdministrationService/services/AbpApiDefinitionService.ts +34 -34
  223. package/AdministrationService/services/AbpApplicationConfigurationService.ts +34 -34
  224. package/AdministrationService/services/AbpApplicationLocalizationService.ts +37 -37
  225. package/AdministrationService/services/AbpTenantService.ts +58 -58
  226. package/AdministrationService/services/AuditLogsService.ts +286 -286
  227. package/AdministrationService/services/EmailSettingsService.ts +76 -76
  228. package/AdministrationService/services/FeaturesService.ts +96 -96
  229. package/AdministrationService/services/GdprRequestService.ts +152 -152
  230. package/AdministrationService/services/LanguageTextsService.ts +157 -157
  231. package/AdministrationService/services/LanguagesService.ts +257 -257
  232. package/AdministrationService/services/PermissionsService.ts +69 -69
  233. package/AdministrationService/services/TextTemplateContentsService.ts +85 -85
  234. package/AdministrationService/services/TextTemplateDefinitionsService.ts +69 -69
  235. package/AdministrationService/services/TimeZoneSettingsService.ts +70 -70
  236. package/AdministrationService/services.gen.ts +1470 -1404
  237. package/AdministrationService/types.gen.ts +3034 -2851
  238. package/BackerService/core/ApiRequestOptions.ts +12 -12
  239. package/BackerService/core/BaseHttpRequest.ts +9 -9
  240. package/BackerService/core/FetchHttpRequest.ts +21 -21
  241. package/BackerService/core/OpenAPI.ts +55 -55
  242. package/BackerService/core/request.ts +340 -340
  243. package/BackerService/index.ts +8 -8
  244. package/BackerService/services.gen.ts +866 -866
  245. package/BackerService/types.gen.ts +2170 -2170
  246. package/CRMService/CRMServiceClient.ts +65 -65
  247. package/CRMService/schemas.gen.ts +18542 -18542
  248. package/CRMService/services.gen.ts +2636 -2636
  249. package/CRMService/types.gen.ts +5238 -5238
  250. package/ContractService/schemas.gen.ts +11791 -11791
  251. package/ContractService/services.gen.ts +1962 -1962
  252. package/ContractService/types.gen.ts +4257 -4257
  253. package/ExportValidationService/ExportValidationServiceClient.ts +44 -44
  254. package/ExportValidationService/core/ApiError.ts +20 -20
  255. package/ExportValidationService/core/ApiRequestOptions.ts +12 -12
  256. package/ExportValidationService/core/ApiResult.ts +6 -6
  257. package/ExportValidationService/core/BaseHttpRequest.ts +9 -9
  258. package/ExportValidationService/core/CancelablePromise.ts +125 -125
  259. package/ExportValidationService/core/FetchHttpRequest.ts +21 -21
  260. package/ExportValidationService/core/OpenAPI.ts +55 -55
  261. package/ExportValidationService/core/request.ts +340 -340
  262. package/ExportValidationService/index.ts +8 -8
  263. package/ExportValidationService/schemas.gen.ts +3998 -3998
  264. package/ExportValidationService/services.gen.ts +260 -260
  265. package/ExportValidationService/types.gen.ts +818 -818
  266. package/FinanceService/FinanceServiceClient.ts +44 -44
  267. package/FinanceService/core/ApiError.ts +20 -20
  268. package/FinanceService/core/ApiRequestOptions.ts +12 -12
  269. package/FinanceService/core/ApiResult.ts +6 -6
  270. package/FinanceService/core/BaseHttpRequest.ts +9 -9
  271. package/FinanceService/core/CancelablePromise.ts +125 -125
  272. package/FinanceService/core/FetchHttpRequest.ts +21 -21
  273. package/FinanceService/core/OpenAPI.ts +55 -55
  274. package/FinanceService/core/request.ts +340 -340
  275. package/FinanceService/index.ts +8 -8
  276. package/FinanceService/schemas.gen.ts +4137 -3969
  277. package/FinanceService/services.gen.ts +224 -224
  278. package/FinanceService/types.gen.ts +778 -759
  279. package/FundraiserService/core/ApiRequestOptions.ts +12 -12
  280. package/FundraiserService/core/BaseHttpRequest.ts +9 -9
  281. package/FundraiserService/core/FetchHttpRequest.ts +21 -21
  282. package/FundraiserService/core/OpenAPI.ts +55 -55
  283. package/FundraiserService/core/request.ts +340 -340
  284. package/FundraiserService/index.ts +8 -8
  285. package/FundraiserService/services.gen.ts +627 -627
  286. package/FundraiserService/types.gen.ts +1793 -1793
  287. package/IdentityService/IdentityServiceClient.ts +80 -80
  288. package/IdentityService/core/ApiRequestOptions.ts +12 -12
  289. package/IdentityService/core/BaseHttpRequest.ts +9 -9
  290. package/IdentityService/core/FetchHttpRequest.ts +21 -21
  291. package/IdentityService/core/OpenAPI.ts +55 -55
  292. package/IdentityService/core/request.ts +340 -340
  293. package/IdentityService/index.ts +8 -8
  294. package/IdentityService/models/Volo_Abp_Account_AccountExternalProviderSettingsDto.ts +9 -9
  295. package/IdentityService/models/Volo_Abp_Account_AccountRecaptchaSettingsDto.ts +14 -14
  296. package/IdentityService/models/Volo_Abp_Account_AccountSettingsDto.ts +9 -9
  297. package/IdentityService/models/Volo_Abp_Account_AccountTwoFactorSettingsDto.ts +11 -11
  298. package/IdentityService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettings.ts +12 -12
  299. package/IdentityService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettingsProperty.ts +9 -9
  300. package/IdentityService/models/Volo_Abp_Account_UpdateExternalProviderDto.ts +12 -12
  301. package/IdentityService/models/Volo_Abp_Application_Dtos_ListResultDto_1.ts +9 -9
  302. package/IdentityService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +10 -10
  303. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +8 -8
  304. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +30 -30
  305. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +8 -8
  306. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +8 -8
  307. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +18 -18
  308. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +9 -9
  309. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +9 -9
  310. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +8 -8
  311. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +8 -8
  312. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +17 -17
  313. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +22 -22
  314. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +14 -14
  315. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +8 -8
  316. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +10 -10
  317. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +10 -10
  318. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +9 -9
  319. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +8 -8
  320. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +13 -13
  321. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +8 -8
  322. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +8 -8
  323. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +9 -9
  324. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +19 -19
  325. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +14 -14
  326. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +8 -8
  327. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +12 -12
  328. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +8 -8
  329. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +9 -9
  330. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +10 -10
  331. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +11 -11
  332. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +11 -11
  333. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +9 -9
  334. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +8 -8
  335. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +10 -10
  336. package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +8 -8
  337. package/IdentityService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +20 -20
  338. package/IdentityService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +11 -11
  339. package/IdentityService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +17 -17
  340. package/IdentityService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +11 -11
  341. package/IdentityService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +12 -12
  342. package/IdentityService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +13 -13
  343. package/IdentityService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +11 -11
  344. package/IdentityService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +17 -17
  345. package/IdentityService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +17 -17
  346. package/IdentityService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +9 -9
  347. package/IdentityService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +14 -14
  348. package/IdentityService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +13 -13
  349. package/IdentityService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +9 -9
  350. package/IdentityService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +9 -9
  351. package/IdentityService/models/Volo_Abp_Identity_ClaimTypeDto.ts +19 -19
  352. package/IdentityService/models/Volo_Abp_Identity_CreateClaimTypeDto.ts +15 -15
  353. package/IdentityService/models/Volo_Abp_Identity_DownloadTokenResultDto.ts +8 -8
  354. package/IdentityService/models/Volo_Abp_Identity_ExternalLoginProviderDto.ts +9 -9
  355. package/IdentityService/models/Volo_Abp_Identity_Features_IdentityProTwoFactorBehaviour.ts +9 -9
  356. package/IdentityService/models/Volo_Abp_Identity_IdentityClaimValueType.ts +10 -10
  357. package/IdentityService/models/Volo_Abp_Identity_IdentityLdapSettingsDto.ts +15 -15
  358. package/IdentityService/models/Volo_Abp_Identity_IdentityLockoutSettingsDto.ts +10 -10
  359. package/IdentityService/models/Volo_Abp_Identity_IdentityOAuthSettingsDto.ts +15 -15
  360. package/IdentityService/models/Volo_Abp_Identity_IdentityPasswordSettingsDto.ts +15 -15
  361. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleClaimDto.ts +10 -10
  362. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleCreateDto.ts +11 -11
  363. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleDto.ts +15 -15
  364. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleLookupDto.ts +9 -9
  365. package/IdentityService/models/Volo_Abp_Identity_IdentityRoleUpdateDto.ts +12 -12
  366. package/IdentityService/models/Volo_Abp_Identity_IdentitySecurityLogDto.ts +21 -21
  367. package/IdentityService/models/Volo_Abp_Identity_IdentitySettingsDto.ts +15 -15
  368. package/IdentityService/models/Volo_Abp_Identity_IdentitySignInSettingsDto.ts +10 -10
  369. package/IdentityService/models/Volo_Abp_Identity_IdentityUserClaimDto.ts +10 -10
  370. package/IdentityService/models/Volo_Abp_Identity_IdentityUserCreateDto.ts +20 -20
  371. package/IdentityService/models/Volo_Abp_Identity_IdentityUserDto.ts +35 -35
  372. package/IdentityService/models/Volo_Abp_Identity_IdentityUserSettingsDto.ts +9 -9
  373. package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdateDto.ts +19 -19
  374. package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdatePasswordInput.ts +8 -8
  375. package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdateRolesDto.ts +8 -8
  376. package/IdentityService/models/Volo_Abp_Identity_ImportExternalUserInput.ts +10 -10
  377. package/IdentityService/models/Volo_Abp_Identity_ImportUsersFromFileOutput.ts +12 -12
  378. package/IdentityService/models/Volo_Abp_Identity_ImportUsersFromFileType.ts +8 -8
  379. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitCreateDto.ts +10 -10
  380. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitDto.ts +21 -21
  381. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitLookupDto.ts +9 -9
  382. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitMoveInput.ts +8 -8
  383. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitRoleDto.ts +11 -11
  384. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitRoleInput.ts +8 -8
  385. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitUpdateDto.ts +10 -10
  386. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitUserInput.ts +8 -8
  387. package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitWithDetailsDto.ts +23 -23
  388. package/IdentityService/models/Volo_Abp_Identity_UpdateClaimTypeDto.ts +16 -16
  389. package/IdentityService/models/Volo_Abp_Localization_LanguageInfo.ts +12 -12
  390. package/IdentityService/models/Volo_Abp_NameValue.ts +9 -9
  391. package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_ApplicationDto.ts +29 -29
  392. package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_ApplicationTokenLifetimeDto.ts +13 -13
  393. package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_CreateApplicationInput.ts +28 -28
  394. package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_UpdateApplicationInput.ts +28 -28
  395. package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_CreateScopeInput.ts +12 -12
  396. package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_ScopeDto.ts +14 -14
  397. package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_UpdateScopeInput.ts +12 -12
  398. package/IdentityService/models/Volo_Abp_Users_UserData.ts +18 -18
  399. package/IdentityService/schemas.gen.ts +6845 -6845
  400. package/IdentityService/services/AbpApiDefinitionService.ts +34 -34
  401. package/IdentityService/services/AbpApplicationConfigurationService.ts +34 -34
  402. package/IdentityService/services/AbpApplicationLocalizationService.ts +37 -37
  403. package/IdentityService/services/AccountSettingsService.ts +178 -178
  404. package/IdentityService/services/ApplicationsService.ts +199 -199
  405. package/IdentityService/services/ClaimTypeService.ts +149 -149
  406. package/IdentityService/services/ExternalLoginService.ts +27 -27
  407. package/IdentityService/services/OrganizationUnitService.ts +539 -539
  408. package/IdentityService/services/RoleService.ts +269 -269
  409. package/IdentityService/services/ScopesService.ts +164 -164
  410. package/IdentityService/services/SecurityLogService.ts +174 -174
  411. package/IdentityService/services/SettingsService.ts +135 -135
  412. package/IdentityService/services/UserIntegrationService.ts +144 -144
  413. package/IdentityService/services/UserLookupService.ts +120 -120
  414. package/IdentityService/services/UserService.ts +937 -937
  415. package/IdentityService/services.gen.ts +2924 -2924
  416. package/IdentityService/types.gen.ts +5484 -5484
  417. package/LocationService/LocationServiceClient.ts +74 -74
  418. package/LocationService/core/ApiError.ts +20 -20
  419. package/LocationService/core/ApiRequestOptions.ts +12 -12
  420. package/LocationService/core/ApiResult.ts +6 -6
  421. package/LocationService/core/BaseHttpRequest.ts +9 -9
  422. package/LocationService/core/CancelablePromise.ts +125 -125
  423. package/LocationService/core/FetchHttpRequest.ts +21 -21
  424. package/LocationService/core/OpenAPI.ts +55 -55
  425. package/LocationService/core/request.ts +340 -340
  426. package/LocationService/index.ts +8 -8
  427. package/LocationService/schemas.gen.ts +6635 -6635
  428. package/LocationService/services.gen.ts +1797 -1797
  429. package/LocationService/types.gen.ts +3738 -3738
  430. package/MerchantService/core/ApiRequestOptions.ts +12 -12
  431. package/MerchantService/core/BaseHttpRequest.ts +9 -9
  432. package/MerchantService/core/FetchHttpRequest.ts +21 -21
  433. package/MerchantService/core/OpenAPI.ts +55 -55
  434. package/MerchantService/core/request.ts +340 -340
  435. package/MerchantService/types.gen.ts +18875 -18875
  436. package/ProjectService/core/ApiRequestOptions.ts +12 -12
  437. package/ProjectService/core/BaseHttpRequest.ts +9 -9
  438. package/ProjectService/core/FetchHttpRequest.ts +21 -21
  439. package/ProjectService/core/OpenAPI.ts +55 -55
  440. package/ProjectService/core/request.ts +340 -340
  441. package/ProjectService/index.ts +8 -8
  442. package/ProjectService/services.gen.ts +492 -492
  443. package/ProjectService/types.gen.ts +1303 -1303
  444. package/README.md +38 -38
  445. package/SaasService/core/ApiRequestOptions.ts +12 -12
  446. package/SaasService/core/BaseHttpRequest.ts +9 -9
  447. package/SaasService/core/FetchHttpRequest.ts +21 -21
  448. package/SaasService/core/OpenAPI.ts +55 -55
  449. package/SaasService/core/request.ts +340 -340
  450. package/SaasService/index.ts +8 -8
  451. package/SaasService/schemas.gen.ts +5345 -5345
  452. package/SaasService/services.gen.ts +1329 -1329
  453. package/SaasService/types.gen.ts +2737 -2737
  454. package/SettingService/SettingServiceClient.ts +59 -59
  455. package/SettingService/schemas.gen.ts +5223 -5223
  456. package/SettingService/services.gen.ts +758 -758
  457. package/SettingService/types.gen.ts +1800 -1800
  458. package/TagService/TagServiceClient.ts +44 -44
  459. package/TagService/core/ApiError.ts +20 -20
  460. package/TagService/core/ApiRequestOptions.ts +12 -12
  461. package/TagService/core/ApiResult.ts +6 -6
  462. package/TagService/core/BaseHttpRequest.ts +9 -9
  463. package/TagService/core/CancelablePromise.ts +125 -125
  464. package/TagService/core/FetchHttpRequest.ts +21 -21
  465. package/TagService/core/OpenAPI.ts +55 -55
  466. package/TagService/core/request.ts +340 -340
  467. package/TagService/index.ts +8 -8
  468. package/TagService/schemas.gen.ts +5109 -5109
  469. package/TagService/services.gen.ts +361 -361
  470. package/TagService/types.gen.ts +1088 -1088
  471. package/TravellerService/TravellerServiceClient.ts +56 -56
  472. package/TravellerService/core/ApiError.ts +20 -20
  473. package/TravellerService/core/ApiRequestOptions.ts +12 -12
  474. package/TravellerService/core/ApiResult.ts +6 -6
  475. package/TravellerService/core/BaseHttpRequest.ts +9 -9
  476. package/TravellerService/core/CancelablePromise.ts +125 -125
  477. package/TravellerService/core/FetchHttpRequest.ts +21 -21
  478. package/TravellerService/core/OpenAPI.ts +55 -55
  479. package/TravellerService/core/request.ts +340 -340
  480. package/TravellerService/index.ts +8 -8
  481. package/TravellerService/schemas.gen.ts +6347 -6347
  482. package/TravellerService/services.gen.ts +845 -845
  483. package/TravellerService/types.gen.ts +2072 -2072
  484. package/generator.mjs +204 -204
  485. package/index.ts +2 -2
  486. package/package.json +28 -28
@@ -1,2637 +1,2637 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- import type { CancelablePromise } from './core/CancelablePromise';
4
- import type { BaseHttpRequest } from './core/BaseHttpRequest';
5
- import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiCrmServiceAffiliationCodesData, GetApiCrmServiceAffiliationCodesResponse, PostApiCrmServiceAffiliationCodesData, PostApiCrmServiceAffiliationCodesResponse, GetApiCrmServiceAffiliationCodesByIdData, GetApiCrmServiceAffiliationCodesByIdResponse, PutApiCrmServiceAffiliationCodesByIdData, PutApiCrmServiceAffiliationCodesByIdResponse, DeleteApiCrmServiceAffiliationCodesByIdData, DeleteApiCrmServiceAffiliationCodesByIdResponse, PostApiCrmServiceAffiliationCodesByIdTranslationData, PostApiCrmServiceAffiliationCodesByIdTranslationResponse, PutApiCrmServiceAffiliationCodesByIdTranslationData, PutApiCrmServiceAffiliationCodesByIdTranslationResponse, GetApiCrmServiceAffiliationCodesByIdExistByIdAsyncData, GetApiCrmServiceAffiliationCodesByIdExistByIdAsyncResponse, GetApiCrmServiceCustomsData, GetApiCrmServiceCustomsResponse, GetApiCrmServiceCustomsByIdDetailData, GetApiCrmServiceCustomsByIdDetailResponse, GetApiCrmServiceCustomsByIdSubCustomsData, GetApiCrmServiceCustomsByIdSubCustomsResponse, PostApiCrmServiceCustomsWithComponentsData, PostApiCrmServiceCustomsWithComponentsResponse, DeleteApiCrmServiceCustomsByIdWithComponentsData, DeleteApiCrmServiceCustomsByIdWithComponentsResponse, PostApiCrmServiceCustomsByIdAffiliationsData, PostApiCrmServiceCustomsByIdAffiliationsResponse, GetApiCrmServiceCustomsByIdAffiliationsData, GetApiCrmServiceCustomsByIdAffiliationsResponse, PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdData, PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceCustomsByIdAddressesByAddressIdData, PutApiCrmServiceCustomsByIdAddressesByAddressIdResponse, PutApiCrmServiceCustomsByIdEmailsByEmailIdData, PutApiCrmServiceCustomsByIdEmailsByEmailIdResponse, PostApiCrmServiceIndividualsWithComponentsData, PostApiCrmServiceIndividualsWithComponentsResponse, DeleteApiCrmServiceIndividualsByIdData, DeleteApiCrmServiceIndividualsByIdResponse, GetApiCrmServiceIndividualsByIdData, GetApiCrmServiceIndividualsByIdResponse, GetApiCrmServiceIndividualsData, GetApiCrmServiceIndividualsResponse, GetApiCrmServiceIndividualsUserDevicesNamesData, GetApiCrmServiceIndividualsUserDevicesNamesResponse, GetApiCrmServiceIndividualsAllUserDevicesNamesData, GetApiCrmServiceIndividualsAllUserDevicesNamesResponse, GetApiCrmServiceMerchantsData, GetApiCrmServiceMerchantsResponse, GetApiCrmServiceMerchantsByIdBasicInformationData, GetApiCrmServiceMerchantsByIdBasicInformationResponse, GetApiCrmServiceMerchantsInfoData, GetApiCrmServiceMerchantsInfoResponse, GetApiCrmServiceMerchantsByIdData, GetApiCrmServiceMerchantsByIdResponse, PutApiCrmServiceMerchantsByIdData, PutApiCrmServiceMerchantsByIdResponse, GetApiCrmServiceMerchantsByIdEnsureExistData, GetApiCrmServiceMerchantsByIdEnsureExistResponse, GetApiCrmServiceMerchantsByIdDetailData, GetApiCrmServiceMerchantsByIdDetailResponse, GetApiCrmServiceMerchantsByIdSubMerchantsData, GetApiCrmServiceMerchantsByIdSubMerchantsResponse, GetApiCrmServiceMerchantsByIdAffiliatedIndividualsData, GetApiCrmServiceMerchantsByIdAffiliatedIndividualsResponse, PostApiCrmServiceMerchantsByIdAffiliatedIndividualsData, PostApiCrmServiceMerchantsByIdAffiliatedIndividualsResponse, PostApiCrmServiceMerchantsWithComponentsData, PostApiCrmServiceMerchantsWithComponentsResponse, DeleteApiCrmServiceMerchantsByIdWithComponentsData, DeleteApiCrmServiceMerchantsByIdWithComponentsResponse, GetApiCrmServiceMerchantsByIdAffiliationsData, GetApiCrmServiceMerchantsByIdAffiliationsResponse, PostApiCrmServiceMerchantsByIdAffiliationsData, PostApiCrmServiceMerchantsByIdAffiliationsResponse, DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData, PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceMerchantsByIdAffiliatedIndividualsByIndividualIdData, PutApiCrmServiceMerchantsByIdAffiliatedIndividualsByIndividualIdResponse, PostApiCrmServiceMerchantsBulkProductGroupMerchantsData, PostApiCrmServiceMerchantsBulkProductGroupMerchantsResponse, GetApiCrmServiceMerchantsByIdTelephonesData, GetApiCrmServiceMerchantsByIdTelephonesResponse, PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdData, PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdResponse, GetApiCrmServiceMerchantsByIdAddressesData, GetApiCrmServiceMerchantsByIdAddressesResponse, PutApiCrmServiceMerchantsByIdAddressesByAddressIdData, PutApiCrmServiceMerchantsByIdAddressesByAddressIdResponse, GetApiCrmServiceMerchantsByIdEmailsData, GetApiCrmServiceMerchantsByIdEmailsResponse, PutApiCrmServiceMerchantsByIdEmailsByEmailIdData, PutApiCrmServiceMerchantsByIdEmailsByEmailIdResponse, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdData, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdResponse, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdData, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdResponse, PostApiCrmServiceOrganizationsWithComponentsData, PostApiCrmServiceOrganizationsWithComponentsResponse, GetApiCrmServiceOrganizationsData, GetApiCrmServiceOrganizationsResponse, GetApiCrmServiceRefundPointsData, GetApiCrmServiceRefundPointsResponse, GetApiCrmServiceRefundPointsByIdDetailData, GetApiCrmServiceRefundPointsByIdDetailResponse, GetApiCrmServiceRefundPointsByIdBasicInformationData, GetApiCrmServiceRefundPointsByIdBasicInformationResponse, GetApiCrmServiceRefundPointsByIdSubRefundPointsData, GetApiCrmServiceRefundPointsByIdSubRefundPointsResponse, PostApiCrmServiceRefundPointsWithComponentsData, PostApiCrmServiceRefundPointsWithComponentsResponse, DeleteApiCrmServiceRefundPointsByIdWithComponentsData, DeleteApiCrmServiceRefundPointsByIdWithComponentsResponse, PostApiCrmServiceRefundPointsByIdAffiliationsData, PostApiCrmServiceRefundPointsByIdAffiliationsResponse, GetApiCrmServiceRefundPointsByIdAffiliationsData, GetApiCrmServiceRefundPointsByIdAffiliationsResponse, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdData, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdResponse, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdData, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdResponse, GetApiCrmServiceRefundPointsByIdExistData, GetApiCrmServiceRefundPointsByIdExistResponse, GetApiCrmServiceRefundPointsRefundPointNamesData, GetApiCrmServiceRefundPointsRefundPointNamesResponse, GetApiCrmServiceTaxFreesData, GetApiCrmServiceTaxFreesResponse, GetApiCrmServiceTaxFreesByIdDetailData, GetApiCrmServiceTaxFreesByIdDetailResponse, GetApiCrmServiceTaxFreesByIdSubTaxFreeData, GetApiCrmServiceTaxFreesByIdSubTaxFreeResponse, PostApiCrmServiceTaxFreesWithComponentsData, PostApiCrmServiceTaxFreesWithComponentsResponse, DeleteApiCrmServiceTaxFreesByIdWithComponentsData, DeleteApiCrmServiceTaxFreesByIdWithComponentsResponse, PostApiCrmServiceTaxFreesByIdAffiliationsData, PostApiCrmServiceTaxFreesByIdAffiliationsResponse, GetApiCrmServiceTaxFreesByIdAffiliationsData, GetApiCrmServiceTaxFreesByIdAffiliationsResponse, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdData, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdData, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxOfficesData, GetApiCrmServiceTaxOfficesResponse, GetApiCrmServiceTaxOfficesByIdData, GetApiCrmServiceTaxOfficesByIdResponse, GetApiCrmServiceTaxOfficesByIdDetailData, GetApiCrmServiceTaxOfficesByIdDetailResponse, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesData, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesResponse, PostApiCrmServiceTaxOfficesWithComponentsData, PostApiCrmServiceTaxOfficesWithComponentsResponse, DeleteApiCrmServiceTaxOfficesByIdWithComponentsData, DeleteApiCrmServiceTaxOfficesByIdWithComponentsResponse, PostApiCrmServiceTaxOfficesByIdAffiliationsData, PostApiCrmServiceTaxOfficesByIdAffiliationsResponse, GetApiCrmServiceTaxOfficesByIdAffiliationsData, GetApiCrmServiceTaxOfficesByIdAffiliationsResponse, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdData, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdData, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxOfficesByIdAnyData, GetApiCrmServiceTaxOfficesByIdAnyResponse } from './types.gen';
6
-
7
- export class AbpApiDefinitionService {
8
- constructor(public readonly httpRequest: BaseHttpRequest) { }
9
-
10
- /**
11
- * @param data The data for the request.
12
- * @param data.includeTypes
13
- * @returns Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel Success
14
- * @throws ApiError
15
- */
16
- public getApiAbpApiDefinition(data: GetApiAbpApiDefinitionData = {}): CancelablePromise<GetApiAbpApiDefinitionResponse> {
17
- return this.httpRequest.request({
18
- method: 'GET',
19
- url: '/api/abp/api-definition',
20
- query: {
21
- IncludeTypes: data.includeTypes
22
- },
23
- errors: {
24
- 400: 'Bad Request',
25
- 401: 'Unauthorized',
26
- 403: 'Forbidden',
27
- 404: 'Not Found',
28
- 500: 'Server Error',
29
- 501: 'Server Error'
30
- }
31
- });
32
- }
33
-
34
- }
35
-
36
- export class AbpApplicationConfigurationService {
37
- constructor(public readonly httpRequest: BaseHttpRequest) { }
38
-
39
- /**
40
- * @param data The data for the request.
41
- * @param data.includeLocalizationResources
42
- * @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto Success
43
- * @throws ApiError
44
- */
45
- public getApiAbpApplicationConfiguration(data: GetApiAbpApplicationConfigurationData = {}): CancelablePromise<GetApiAbpApplicationConfigurationResponse> {
46
- return this.httpRequest.request({
47
- method: 'GET',
48
- url: '/api/abp/application-configuration',
49
- query: {
50
- IncludeLocalizationResources: data.includeLocalizationResources
51
- },
52
- errors: {
53
- 400: 'Bad Request',
54
- 401: 'Unauthorized',
55
- 403: 'Forbidden',
56
- 404: 'Not Found',
57
- 500: 'Server Error',
58
- 501: 'Server Error'
59
- }
60
- });
61
- }
62
-
63
- }
64
-
65
- export class AbpApplicationLocalizationService {
66
- constructor(public readonly httpRequest: BaseHttpRequest) { }
67
-
68
- /**
69
- * @param data The data for the request.
70
- * @param data.cultureName
71
- * @param data.onlyDynamics
72
- * @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto Success
73
- * @throws ApiError
74
- */
75
- public getApiAbpApplicationLocalization(data: GetApiAbpApplicationLocalizationData): CancelablePromise<GetApiAbpApplicationLocalizationResponse> {
76
- return this.httpRequest.request({
77
- method: 'GET',
78
- url: '/api/abp/application-localization',
79
- query: {
80
- CultureName: data.cultureName,
81
- OnlyDynamics: data.onlyDynamics
82
- },
83
- errors: {
84
- 400: 'Bad Request',
85
- 401: 'Unauthorized',
86
- 403: 'Forbidden',
87
- 404: 'Not Found',
88
- 500: 'Server Error',
89
- 501: 'Server Error'
90
- }
91
- });
92
- }
93
-
94
- }
95
-
96
- export class AffiliationCodeService {
97
- constructor(public readonly httpRequest: BaseHttpRequest) { }
98
-
99
- /**
100
- * @param data The data for the request.
101
- * @param data.sorting
102
- * @param data.skipCount
103
- * @param data.maxResultCount
104
- * @returns PagedResultDto_AffiliationCodeDto Success
105
- * @throws ApiError
106
- */
107
- public getApiCrmServiceAffiliationCodes(data: GetApiCrmServiceAffiliationCodesData = {}): CancelablePromise<GetApiCrmServiceAffiliationCodesResponse> {
108
- return this.httpRequest.request({
109
- method: 'GET',
110
- url: '/api/crm-service/affiliation-codes',
111
- query: {
112
- Sorting: data.sorting,
113
- SkipCount: data.skipCount,
114
- MaxResultCount: data.maxResultCount
115
- },
116
- errors: {
117
- 400: 'Bad Request',
118
- 401: 'Unauthorized',
119
- 403: 'Forbidden',
120
- 404: 'Not Found',
121
- 500: 'Server Error',
122
- 501: 'Server Error'
123
- }
124
- });
125
- }
126
-
127
- /**
128
- * @param data The data for the request.
129
- * @param data.requestBody
130
- * @returns UniRefund_CRMService_AffiliationCodes_AffiliationCodeDto Success
131
- * @throws ApiError
132
- */
133
- public postApiCrmServiceAffiliationCodes(data: PostApiCrmServiceAffiliationCodesData = {}): CancelablePromise<PostApiCrmServiceAffiliationCodesResponse> {
134
- return this.httpRequest.request({
135
- method: 'POST',
136
- url: '/api/crm-service/affiliation-codes',
137
- body: data.requestBody,
138
- mediaType: 'application/json',
139
- errors: {
140
- 400: 'Bad Request',
141
- 401: 'Unauthorized',
142
- 403: 'Forbidden',
143
- 404: 'Not Found',
144
- 500: 'Server Error',
145
- 501: 'Server Error'
146
- }
147
- });
148
- }
149
-
150
- /**
151
- * @param data The data for the request.
152
- * @param data.id
153
- * @returns UniRefund_CRMService_AffiliationCodes_AffiliationCodeDto Success
154
- * @throws ApiError
155
- */
156
- public getApiCrmServiceAffiliationCodesById(data: GetApiCrmServiceAffiliationCodesByIdData): CancelablePromise<GetApiCrmServiceAffiliationCodesByIdResponse> {
157
- return this.httpRequest.request({
158
- method: 'GET',
159
- url: '/api/crm-service/affiliation-codes/{id}',
160
- path: {
161
- id: data.id
162
- },
163
- errors: {
164
- 400: 'Bad Request',
165
- 401: 'Unauthorized',
166
- 403: 'Forbidden',
167
- 404: 'Not Found',
168
- 500: 'Server Error',
169
- 501: 'Server Error'
170
- }
171
- });
172
- }
173
-
174
- /**
175
- * @param data The data for the request.
176
- * @param data.id
177
- * @param data.requestBody
178
- * @returns UniRefund_CRMService_AffiliationCodes_AffiliationCodeDto Success
179
- * @throws ApiError
180
- */
181
- public putApiCrmServiceAffiliationCodesById(data: PutApiCrmServiceAffiliationCodesByIdData): CancelablePromise<PutApiCrmServiceAffiliationCodesByIdResponse> {
182
- return this.httpRequest.request({
183
- method: 'PUT',
184
- url: '/api/crm-service/affiliation-codes/{id}',
185
- path: {
186
- id: data.id
187
- },
188
- body: data.requestBody,
189
- mediaType: 'application/json',
190
- errors: {
191
- 400: 'Bad Request',
192
- 401: 'Unauthorized',
193
- 403: 'Forbidden',
194
- 404: 'Not Found',
195
- 500: 'Server Error',
196
- 501: 'Server Error'
197
- }
198
- });
199
- }
200
-
201
- /**
202
- * @param data The data for the request.
203
- * @param data.id
204
- * @returns unknown Success
205
- * @throws ApiError
206
- */
207
- public deleteApiCrmServiceAffiliationCodesById(data: DeleteApiCrmServiceAffiliationCodesByIdData): CancelablePromise<DeleteApiCrmServiceAffiliationCodesByIdResponse> {
208
- return this.httpRequest.request({
209
- method: 'DELETE',
210
- url: '/api/crm-service/affiliation-codes/{id}',
211
- path: {
212
- id: data.id
213
- },
214
- errors: {
215
- 400: 'Bad Request',
216
- 401: 'Unauthorized',
217
- 403: 'Forbidden',
218
- 404: 'Not Found',
219
- 500: 'Server Error',
220
- 501: 'Server Error'
221
- }
222
- });
223
- }
224
-
225
- /**
226
- * @param data The data for the request.
227
- * @param data.id
228
- * @param data.requestBody
229
- * @returns unknown Success
230
- * @throws ApiError
231
- */
232
- public postApiCrmServiceAffiliationCodesByIdTranslation(data: PostApiCrmServiceAffiliationCodesByIdTranslationData): CancelablePromise<PostApiCrmServiceAffiliationCodesByIdTranslationResponse> {
233
- return this.httpRequest.request({
234
- method: 'POST',
235
- url: '/api/crm-service/affiliation-codes/{id}/translation',
236
- path: {
237
- id: data.id
238
- },
239
- body: data.requestBody,
240
- mediaType: 'application/json',
241
- errors: {
242
- 400: 'Bad Request',
243
- 401: 'Unauthorized',
244
- 403: 'Forbidden',
245
- 404: 'Not Found',
246
- 500: 'Server Error',
247
- 501: 'Server Error'
248
- }
249
- });
250
- }
251
-
252
- /**
253
- * @param data The data for the request.
254
- * @param data.id
255
- * @param data.requestBody
256
- * @returns unknown Success
257
- * @throws ApiError
258
- */
259
- public putApiCrmServiceAffiliationCodesByIdTranslation(data: PutApiCrmServiceAffiliationCodesByIdTranslationData): CancelablePromise<PutApiCrmServiceAffiliationCodesByIdTranslationResponse> {
260
- return this.httpRequest.request({
261
- method: 'PUT',
262
- url: '/api/crm-service/affiliation-codes/{id}/translation',
263
- path: {
264
- id: data.id
265
- },
266
- body: data.requestBody,
267
- mediaType: 'application/json',
268
- errors: {
269
- 400: 'Bad Request',
270
- 401: 'Unauthorized',
271
- 403: 'Forbidden',
272
- 404: 'Not Found',
273
- 500: 'Server Error',
274
- 501: 'Server Error'
275
- }
276
- });
277
- }
278
-
279
- /**
280
- * @param data The data for the request.
281
- * @param data.id
282
- * @returns unknown Success
283
- * @throws ApiError
284
- */
285
- public getApiCrmServiceAffiliationCodesByIdExistByIdAsync(data: GetApiCrmServiceAffiliationCodesByIdExistByIdAsyncData): CancelablePromise<GetApiCrmServiceAffiliationCodesByIdExistByIdAsyncResponse> {
286
- return this.httpRequest.request({
287
- method: 'GET',
288
- url: '/api/crm-service/affiliation-codes/{id}/exist-by-id-async',
289
- path: {
290
- id: data.id
291
- },
292
- errors: {
293
- 400: 'Bad Request',
294
- 401: 'Unauthorized',
295
- 403: 'Forbidden',
296
- 404: 'Not Found',
297
- 500: 'Server Error',
298
- 501: 'Server Error'
299
- }
300
- });
301
- }
302
-
303
- }
304
-
305
- export class CustomsService {
306
- constructor(public readonly httpRequest: BaseHttpRequest) { }
307
-
308
- /**
309
- * @param data The data for the request.
310
- * @param data.sorting
311
- * @param data.skipCount
312
- * @param data.maxResultCount
313
- * @returns PagedResultDto_CustomsProfileDto Success
314
- * @throws ApiError
315
- */
316
- public getApiCrmServiceCustoms(data: GetApiCrmServiceCustomsData = {}): CancelablePromise<GetApiCrmServiceCustomsResponse> {
317
- return this.httpRequest.request({
318
- method: 'GET',
319
- url: '/api/crm-service/customs',
320
- query: {
321
- Sorting: data.sorting,
322
- SkipCount: data.skipCount,
323
- MaxResultCount: data.maxResultCount
324
- },
325
- errors: {
326
- 400: 'Bad Request',
327
- 401: 'Unauthorized',
328
- 403: 'Forbidden',
329
- 404: 'Not Found',
330
- 500: 'Server Error',
331
- 501: 'Server Error'
332
- }
333
- });
334
- }
335
-
336
- /**
337
- * @param data The data for the request.
338
- * @param data.id
339
- * @returns UniRefund_CRMService_Customss_CustomsDto Success
340
- * @throws ApiError
341
- */
342
- public getApiCrmServiceCustomsByIdDetail(data: GetApiCrmServiceCustomsByIdDetailData): CancelablePromise<GetApiCrmServiceCustomsByIdDetailResponse> {
343
- return this.httpRequest.request({
344
- method: 'GET',
345
- url: '/api/crm-service/customs/{id}/detail',
346
- path: {
347
- id: data.id
348
- },
349
- errors: {
350
- 400: 'Bad Request',
351
- 401: 'Unauthorized',
352
- 403: 'Forbidden',
353
- 404: 'Not Found',
354
- 500: 'Server Error',
355
- 501: 'Server Error'
356
- }
357
- });
358
- }
359
-
360
- /**
361
- * @param data The data for the request.
362
- * @param data.id
363
- * @returns PagedResultDto_CustomsProfileDto Success
364
- * @throws ApiError
365
- */
366
- public getApiCrmServiceCustomsByIdSubCustoms(data: GetApiCrmServiceCustomsByIdSubCustomsData): CancelablePromise<GetApiCrmServiceCustomsByIdSubCustomsResponse> {
367
- return this.httpRequest.request({
368
- method: 'GET',
369
- url: '/api/crm-service/customs/{id}/sub-customs',
370
- path: {
371
- id: data.id
372
- },
373
- errors: {
374
- 400: 'Bad Request',
375
- 401: 'Unauthorized',
376
- 403: 'Forbidden',
377
- 404: 'Not Found',
378
- 500: 'Server Error',
379
- 501: 'Server Error'
380
- }
381
- });
382
- }
383
-
384
- /**
385
- * @param data The data for the request.
386
- * @param data.requestBody
387
- * @returns UniRefund_CRMService_Customss_CustomsProfileDto Success
388
- * @throws ApiError
389
- */
390
- public postApiCrmServiceCustomsWithComponents(data: PostApiCrmServiceCustomsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceCustomsWithComponentsResponse> {
391
- return this.httpRequest.request({
392
- method: 'POST',
393
- url: '/api/crm-service/customs/with-components',
394
- body: data.requestBody,
395
- mediaType: 'application/json',
396
- errors: {
397
- 400: 'Bad Request',
398
- 401: 'Unauthorized',
399
- 403: 'Forbidden',
400
- 404: 'Not Found',
401
- 500: 'Server Error',
402
- 501: 'Server Error'
403
- }
404
- });
405
- }
406
-
407
- /**
408
- * @param data The data for the request.
409
- * @param data.id
410
- * @returns unknown Success
411
- * @throws ApiError
412
- */
413
- public deleteApiCrmServiceCustomsByIdWithComponents(data: DeleteApiCrmServiceCustomsByIdWithComponentsData): CancelablePromise<DeleteApiCrmServiceCustomsByIdWithComponentsResponse> {
414
- return this.httpRequest.request({
415
- method: 'DELETE',
416
- url: '/api/crm-service/customs/{id}/with-components',
417
- path: {
418
- id: data.id
419
- },
420
- errors: {
421
- 400: 'Bad Request',
422
- 401: 'Unauthorized',
423
- 403: 'Forbidden',
424
- 404: 'Not Found',
425
- 500: 'Server Error',
426
- 501: 'Server Error'
427
- }
428
- });
429
- }
430
-
431
- /**
432
- * @param data The data for the request.
433
- * @param data.id
434
- * @param data.requestBody
435
- * @returns unknown Success
436
- * @throws ApiError
437
- */
438
- public postApiCrmServiceCustomsByIdAffiliations(data: PostApiCrmServiceCustomsByIdAffiliationsData): CancelablePromise<PostApiCrmServiceCustomsByIdAffiliationsResponse> {
439
- return this.httpRequest.request({
440
- method: 'POST',
441
- url: '/api/crm-service/customs/{id}/affiliations',
442
- path: {
443
- id: data.id
444
- },
445
- body: data.requestBody,
446
- mediaType: 'application/json',
447
- errors: {
448
- 400: 'Bad Request',
449
- 401: 'Unauthorized',
450
- 403: 'Forbidden',
451
- 404: 'Not Found',
452
- 500: 'Server Error',
453
- 501: 'Server Error'
454
- }
455
- });
456
- }
457
-
458
- /**
459
- * @param data The data for the request.
460
- * @param data.id
461
- * @param data.affiliationCodeId
462
- * @param data.affiliationTypeCode
463
- * @param data.sorting
464
- * @param data.skipCount
465
- * @param data.maxResultCount
466
- * @returns PagedResultDto_AffiliationTypeDto Success
467
- * @throws ApiError
468
- */
469
- public getApiCrmServiceCustomsByIdAffiliations(data: GetApiCrmServiceCustomsByIdAffiliationsData): CancelablePromise<GetApiCrmServiceCustomsByIdAffiliationsResponse> {
470
- return this.httpRequest.request({
471
- method: 'GET',
472
- url: '/api/crm-service/customs/{id}/affiliations',
473
- path: {
474
- id: data.id
475
- },
476
- query: {
477
- AffiliationCodeId: data.affiliationCodeId,
478
- AffiliationTypeCode: data.affiliationTypeCode,
479
- Sorting: data.sorting,
480
- SkipCount: data.skipCount,
481
- MaxResultCount: data.maxResultCount
482
- },
483
- errors: {
484
- 400: 'Bad Request',
485
- 401: 'Unauthorized',
486
- 403: 'Forbidden',
487
- 404: 'Not Found',
488
- 500: 'Server Error',
489
- 501: 'Server Error'
490
- }
491
- });
492
- }
493
-
494
- /**
495
- * @param data The data for the request.
496
- * @param data.id
497
- * @param data.organizationId
498
- * @param data.requestBody
499
- * @returns UniRefund_CRMService_Organizations_OrganizationDto Success
500
- * @throws ApiError
501
- */
502
- public putApiCrmServiceCustomsByIdOrganizationsByOrganizationId(data: PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdData): CancelablePromise<PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdResponse> {
503
- return this.httpRequest.request({
504
- method: 'PUT',
505
- url: '/api/crm-service/customs/{id}/organizations/{organizationId}',
506
- path: {
507
- id: data.id,
508
- organizationId: data.organizationId
509
- },
510
- body: data.requestBody,
511
- mediaType: 'application/json',
512
- errors: {
513
- 400: 'Bad Request',
514
- 401: 'Unauthorized',
515
- 403: 'Forbidden',
516
- 404: 'Not Found',
517
- 500: 'Server Error',
518
- 501: 'Server Error'
519
- }
520
- });
521
- }
522
-
523
- /**
524
- * @param data The data for the request.
525
- * @param data.id
526
- * @param data.telephoneId
527
- * @param data.requestBody
528
- * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
529
- * @throws ApiError
530
- */
531
- public putApiCrmServiceCustomsByIdTelephonesByTelephoneId(data: PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdData): CancelablePromise<PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdResponse> {
532
- return this.httpRequest.request({
533
- method: 'PUT',
534
- url: '/api/crm-service/customs/{id}/telephones/{telephoneId}',
535
- path: {
536
- id: data.id,
537
- telephoneId: data.telephoneId
538
- },
539
- body: data.requestBody,
540
- mediaType: 'application/json',
541
- errors: {
542
- 400: 'Bad Request',
543
- 401: 'Unauthorized',
544
- 403: 'Forbidden',
545
- 404: 'Not Found',
546
- 500: 'Server Error',
547
- 501: 'Server Error'
548
- }
549
- });
550
- }
551
-
552
- /**
553
- * @param data The data for the request.
554
- * @param data.id
555
- * @param data.addressId
556
- * @param data.requestBody
557
- * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
558
- * @throws ApiError
559
- */
560
- public putApiCrmServiceCustomsByIdAddressesByAddressId(data: PutApiCrmServiceCustomsByIdAddressesByAddressIdData): CancelablePromise<PutApiCrmServiceCustomsByIdAddressesByAddressIdResponse> {
561
- return this.httpRequest.request({
562
- method: 'PUT',
563
- url: '/api/crm-service/customs/{id}/addresses/{addressId}',
564
- path: {
565
- id: data.id,
566
- addressId: data.addressId
567
- },
568
- body: data.requestBody,
569
- mediaType: 'application/json',
570
- errors: {
571
- 400: 'Bad Request',
572
- 401: 'Unauthorized',
573
- 403: 'Forbidden',
574
- 404: 'Not Found',
575
- 500: 'Server Error',
576
- 501: 'Server Error'
577
- }
578
- });
579
- }
580
-
581
- /**
582
- * @param data The data for the request.
583
- * @param data.id
584
- * @param data.emailId
585
- * @param data.addressId
586
- * @param data.requestBody
587
- * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
588
- * @throws ApiError
589
- */
590
- public putApiCrmServiceCustomsByIdEmailsByEmailId(data: PutApiCrmServiceCustomsByIdEmailsByEmailIdData): CancelablePromise<PutApiCrmServiceCustomsByIdEmailsByEmailIdResponse> {
591
- return this.httpRequest.request({
592
- method: 'PUT',
593
- url: '/api/crm-service/customs/{id}/emails/{emailId}',
594
- path: {
595
- id: data.id,
596
- emailId: data.emailId
597
- },
598
- query: {
599
- addressId: data.addressId
600
- },
601
- body: data.requestBody,
602
- mediaType: 'application/json',
603
- errors: {
604
- 400: 'Bad Request',
605
- 401: 'Unauthorized',
606
- 403: 'Forbidden',
607
- 404: 'Not Found',
608
- 500: 'Server Error',
609
- 501: 'Server Error'
610
- }
611
- });
612
- }
613
-
614
- }
615
-
616
- export class IndividualService {
617
- constructor(public readonly httpRequest: BaseHttpRequest) { }
618
-
619
- /**
620
- * @param data The data for the request.
621
- * @param data.requestBody
622
- * @returns UniRefund_CRMService_Individuals_IndividualDto Success
623
- * @throws ApiError
624
- */
625
- public postApiCrmServiceIndividualsWithComponents(data: PostApiCrmServiceIndividualsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceIndividualsWithComponentsResponse> {
626
- return this.httpRequest.request({
627
- method: 'POST',
628
- url: '/api/crm-service/individuals/with-components',
629
- body: data.requestBody,
630
- mediaType: 'application/json',
631
- errors: {
632
- 400: 'Bad Request',
633
- 401: 'Unauthorized',
634
- 403: 'Forbidden',
635
- 404: 'Not Found',
636
- 500: 'Server Error',
637
- 501: 'Server Error'
638
- }
639
- });
640
- }
641
-
642
- /**
643
- * @param data The data for the request.
644
- * @param data.id
645
- * @returns unknown Success
646
- * @throws ApiError
647
- */
648
- public deleteApiCrmServiceIndividualsById(data: DeleteApiCrmServiceIndividualsByIdData): CancelablePromise<DeleteApiCrmServiceIndividualsByIdResponse> {
649
- return this.httpRequest.request({
650
- method: 'DELETE',
651
- url: '/api/crm-service/individuals/{id}',
652
- path: {
653
- id: data.id
654
- },
655
- errors: {
656
- 400: 'Bad Request',
657
- 401: 'Unauthorized',
658
- 403: 'Forbidden',
659
- 404: 'Not Found',
660
- 500: 'Server Error',
661
- 501: 'Server Error'
662
- }
663
- });
664
- }
665
-
666
- /**
667
- * @param data The data for the request.
668
- * @param data.id
669
- * @returns UniRefund_CRMService_Individuals_IndividualProfileDto Success
670
- * @throws ApiError
671
- */
672
- public getApiCrmServiceIndividualsById(data: GetApiCrmServiceIndividualsByIdData): CancelablePromise<GetApiCrmServiceIndividualsByIdResponse> {
673
- return this.httpRequest.request({
674
- method: 'GET',
675
- url: '/api/crm-service/individuals/{id}',
676
- path: {
677
- id: data.id
678
- },
679
- errors: {
680
- 400: 'Bad Request',
681
- 401: 'Unauthorized',
682
- 403: 'Forbidden',
683
- 404: 'Not Found',
684
- 500: 'Server Error',
685
- 501: 'Server Error'
686
- }
687
- });
688
- }
689
-
690
- /**
691
- * @param data The data for the request.
692
- * @param data.entityPartyTypeCode
693
- * @param data.parentId
694
- * @param data.email
695
- * @param data.telephone
696
- * @param data.name
697
- * @param data.affiliationType
698
- * @param data.sorting
699
- * @param data.skipCount
700
- * @param data.maxResultCount
701
- * @returns PagedResultDto_IndividualProfileDto Success
702
- * @throws ApiError
703
- */
704
- public getApiCrmServiceIndividuals(data: GetApiCrmServiceIndividualsData = {}): CancelablePromise<GetApiCrmServiceIndividualsResponse> {
705
- return this.httpRequest.request({
706
- method: 'GET',
707
- url: '/api/crm-service/individuals',
708
- query: {
709
- EntityPartyTypeCode: data.entityPartyTypeCode,
710
- ParentId: data.parentId,
711
- Email: data.email,
712
- Telephone: data.telephone,
713
- Name: data.name,
714
- AffiliationType: data.affiliationType,
715
- Sorting: data.sorting,
716
- SkipCount: data.skipCount,
717
- MaxResultCount: data.maxResultCount
718
- },
719
- errors: {
720
- 400: 'Bad Request',
721
- 401: 'Unauthorized',
722
- 403: 'Forbidden',
723
- 404: 'Not Found',
724
- 500: 'Server Error',
725
- 501: 'Server Error'
726
- }
727
- });
728
- }
729
-
730
- /**
731
- * @param data The data for the request.
732
- * @param data.ids
733
- * @param data.skipCount
734
- * @param data.maxResultCount
735
- * @returns PagedResultDto_UserDeviceNameDto Success
736
- * @throws ApiError
737
- */
738
- public getApiCrmServiceIndividualsUserDevicesNames(data: GetApiCrmServiceIndividualsUserDevicesNamesData = {}): CancelablePromise<GetApiCrmServiceIndividualsUserDevicesNamesResponse> {
739
- return this.httpRequest.request({
740
- method: 'GET',
741
- url: '/api/crm-service/individuals/user-devices-names',
742
- query: {
743
- Ids: data.ids,
744
- SkipCount: data.skipCount,
745
- MaxResultCount: data.maxResultCount
746
- },
747
- errors: {
748
- 400: 'Bad Request',
749
- 401: 'Unauthorized',
750
- 403: 'Forbidden',
751
- 404: 'Not Found',
752
- 500: 'Server Error',
753
- 501: 'Server Error'
754
- }
755
- });
756
- }
757
-
758
- /**
759
- * @param data The data for the request.
760
- * @param data.ids
761
- * @returns UniRefund_CRMService_RefundPoints_UserDeviceNameDto Success
762
- * @throws ApiError
763
- */
764
- public getApiCrmServiceIndividualsAllUserDevicesNames(data: GetApiCrmServiceIndividualsAllUserDevicesNamesData = {}): CancelablePromise<GetApiCrmServiceIndividualsAllUserDevicesNamesResponse> {
765
- return this.httpRequest.request({
766
- method: 'GET',
767
- url: '/api/crm-service/individuals/all-user-devices-names',
768
- query: {
769
- Ids: data.ids
770
- },
771
- errors: {
772
- 400: 'Bad Request',
773
- 401: 'Unauthorized',
774
- 403: 'Forbidden',
775
- 404: 'Not Found',
776
- 500: 'Server Error',
777
- 501: 'Server Error'
778
- }
779
- });
780
- }
781
-
782
- }
783
-
784
- export class MerchantService {
785
- constructor(public readonly httpRequest: BaseHttpRequest) { }
786
-
787
- /**
788
- * @param data The data for the request.
789
- * @param data.ids
790
- * @param data.typeCodes
791
- * @param data.sorting
792
- * @param data.skipCount
793
- * @param data.maxResultCount
794
- * @returns PagedResultDto_MerchantProfileDto Success
795
- * @throws ApiError
796
- */
797
- public getApiCrmServiceMerchants(data: GetApiCrmServiceMerchantsData = {}): CancelablePromise<GetApiCrmServiceMerchantsResponse> {
798
- return this.httpRequest.request({
799
- method: 'GET',
800
- url: '/api/crm-service/merchants',
801
- query: {
802
- Ids: data.ids,
803
- TypeCodes: data.typeCodes,
804
- Sorting: data.sorting,
805
- SkipCount: data.skipCount,
806
- MaxResultCount: data.maxResultCount
807
- },
808
- errors: {
809
- 400: 'Bad Request',
810
- 401: 'Unauthorized',
811
- 403: 'Forbidden',
812
- 404: 'Not Found',
813
- 500: 'Server Error',
814
- 501: 'Server Error'
815
- }
816
- });
817
- }
818
-
819
- /**
820
- * @param data The data for the request.
821
- * @param data.id
822
- * @returns UniRefund_CRMService_Merchants_MerchantBasicInformationDto Success
823
- * @throws ApiError
824
- */
825
- public getApiCrmServiceMerchantsByIdBasicInformation(data: GetApiCrmServiceMerchantsByIdBasicInformationData): CancelablePromise<GetApiCrmServiceMerchantsByIdBasicInformationResponse> {
826
- return this.httpRequest.request({
827
- method: 'GET',
828
- url: '/api/crm-service/merchants/{id}/basic-information',
829
- path: {
830
- id: data.id
831
- },
832
- errors: {
833
- 400: 'Bad Request',
834
- 401: 'Unauthorized',
835
- 403: 'Forbidden',
836
- 404: 'Not Found',
837
- 500: 'Server Error',
838
- 501: 'Server Error'
839
- }
840
- });
841
- }
842
-
843
- /**
844
- * @param data The data for the request.
845
- * @param data.vatNumber
846
- * @param data.countryCode
847
- * @param data.branchId
848
- * @returns UniRefund_CRMService_Merchants_MerchantInfoDto Success
849
- * @throws ApiError
850
- */
851
- public getApiCrmServiceMerchantsInfo(data: GetApiCrmServiceMerchantsInfoData = {}): CancelablePromise<GetApiCrmServiceMerchantsInfoResponse> {
852
- return this.httpRequest.request({
853
- method: 'GET',
854
- url: '/api/crm-service/merchants/info',
855
- query: {
856
- VatNumber: data.vatNumber,
857
- CountryCode: data.countryCode,
858
- BranchId: data.branchId
859
- },
860
- errors: {
861
- 400: 'Bad Request',
862
- 401: 'Unauthorized',
863
- 403: 'Forbidden',
864
- 404: 'Not Found',
865
- 500: 'Server Error',
866
- 501: 'Server Error'
867
- }
868
- });
869
- }
870
-
871
- /**
872
- * @param data The data for the request.
873
- * @param data.id
874
- * @returns UniRefund_CRMService_Merchants_MerchantProfileDto Success
875
- * @throws ApiError
876
- */
877
- public getApiCrmServiceMerchantsById(data: GetApiCrmServiceMerchantsByIdData): CancelablePromise<GetApiCrmServiceMerchantsByIdResponse> {
878
- return this.httpRequest.request({
879
- method: 'GET',
880
- url: '/api/crm-service/merchants/{id}',
881
- path: {
882
- id: data.id
883
- },
884
- errors: {
885
- 400: 'Bad Request',
886
- 401: 'Unauthorized',
887
- 403: 'Forbidden',
888
- 404: 'Not Found',
889
- 500: 'Server Error',
890
- 501: 'Server Error'
891
- }
892
- });
893
- }
894
-
895
- /**
896
- * @param data The data for the request.
897
- * @param data.id
898
- * @param data.requestBody
899
- * @returns UniRefund_CRMService_Merchants_MerchantBaseDto Success
900
- * @throws ApiError
901
- */
902
- public putApiCrmServiceMerchantsById(data: PutApiCrmServiceMerchantsByIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdResponse> {
903
- return this.httpRequest.request({
904
- method: 'PUT',
905
- url: '/api/crm-service/merchants/{id}',
906
- path: {
907
- id: data.id
908
- },
909
- body: data.requestBody,
910
- mediaType: 'application/json',
911
- errors: {
912
- 400: 'Bad Request',
913
- 401: 'Unauthorized',
914
- 403: 'Forbidden',
915
- 404: 'Not Found',
916
- 500: 'Server Error',
917
- 501: 'Server Error'
918
- }
919
- });
920
- }
921
-
922
- /**
923
- * @param data The data for the request.
924
- * @param data.id
925
- * @param data.subId
926
- * @param data.typeCode
927
- * @returns unknown Success
928
- * @throws ApiError
929
- */
930
- public getApiCrmServiceMerchantsByIdEnsureExist(data: GetApiCrmServiceMerchantsByIdEnsureExistData): CancelablePromise<GetApiCrmServiceMerchantsByIdEnsureExistResponse> {
931
- return this.httpRequest.request({
932
- method: 'GET',
933
- url: '/api/crm-service/merchants/{id}/ensure-exist',
934
- path: {
935
- id: data.id
936
- },
937
- query: {
938
- subId: data.subId,
939
- typeCode: data.typeCode
940
- },
941
- errors: {
942
- 400: 'Bad Request',
943
- 401: 'Unauthorized',
944
- 403: 'Forbidden',
945
- 404: 'Not Found',
946
- 500: 'Server Error',
947
- 501: 'Server Error'
948
- }
949
- });
950
- }
951
-
952
- /**
953
- * @param data The data for the request.
954
- * @param data.id
955
- * @returns UniRefund_CRMService_Merchants_MerchantDetailDto Success
956
- * @throws ApiError
957
- */
958
- public getApiCrmServiceMerchantsByIdDetail(data: GetApiCrmServiceMerchantsByIdDetailData): CancelablePromise<GetApiCrmServiceMerchantsByIdDetailResponse> {
959
- return this.httpRequest.request({
960
- method: 'GET',
961
- url: '/api/crm-service/merchants/{id}/detail',
962
- path: {
963
- id: data.id
964
- },
965
- errors: {
966
- 400: 'Bad Request',
967
- 401: 'Unauthorized',
968
- 403: 'Forbidden',
969
- 404: 'Not Found',
970
- 500: 'Server Error',
971
- 501: 'Server Error'
972
- }
973
- });
974
- }
975
-
976
- /**
977
- * @param data The data for the request.
978
- * @param data.id
979
- * @param data.sorting
980
- * @param data.skipCount
981
- * @param data.maxResultCount
982
- * @returns UniRefund_CRMService_Merchants_StoreProfilePagedResultDto Success
983
- * @throws ApiError
984
- */
985
- public getApiCrmServiceMerchantsByIdSubMerchants(data: GetApiCrmServiceMerchantsByIdSubMerchantsData): CancelablePromise<GetApiCrmServiceMerchantsByIdSubMerchantsResponse> {
986
- return this.httpRequest.request({
987
- method: 'GET',
988
- url: '/api/crm-service/merchants/{id}/sub-merchants',
989
- path: {
990
- id: data.id
991
- },
992
- query: {
993
- Sorting: data.sorting,
994
- SkipCount: data.skipCount,
995
- MaxResultCount: data.maxResultCount
996
- },
997
- errors: {
998
- 400: 'Bad Request',
999
- 401: 'Unauthorized',
1000
- 403: 'Forbidden',
1001
- 404: 'Not Found',
1002
- 500: 'Server Error',
1003
- 501: 'Server Error'
1004
- }
1005
- });
1006
- }
1007
-
1008
- /**
1009
- * @param data The data for the request.
1010
- * @param data.id
1011
- * @returns UniRefund_CRMService_Merchants_SubIndividualDto Success
1012
- * @throws ApiError
1013
- */
1014
- public getApiCrmServiceMerchantsByIdAffiliatedIndividuals(data: GetApiCrmServiceMerchantsByIdAffiliatedIndividualsData): CancelablePromise<GetApiCrmServiceMerchantsByIdAffiliatedIndividualsResponse> {
1015
- return this.httpRequest.request({
1016
- method: 'GET',
1017
- url: '/api/crm-service/merchants/{id}/affiliated-individuals',
1018
- path: {
1019
- id: data.id
1020
- },
1021
- errors: {
1022
- 400: 'Bad Request',
1023
- 401: 'Unauthorized',
1024
- 403: 'Forbidden',
1025
- 404: 'Not Found',
1026
- 500: 'Server Error',
1027
- 501: 'Server Error'
1028
- }
1029
- });
1030
- }
1031
-
1032
- /**
1033
- * @param data The data for the request.
1034
- * @param data.id
1035
- * @param data.requestBody
1036
- * @returns UniRefund_CRMService_Individuals_IndividualDto Success
1037
- * @throws ApiError
1038
- */
1039
- public postApiCrmServiceMerchantsByIdAffiliatedIndividuals(data: PostApiCrmServiceMerchantsByIdAffiliatedIndividualsData): CancelablePromise<PostApiCrmServiceMerchantsByIdAffiliatedIndividualsResponse> {
1040
- return this.httpRequest.request({
1041
- method: 'POST',
1042
- url: '/api/crm-service/merchants/{id}/affiliated-individuals',
1043
- path: {
1044
- id: data.id
1045
- },
1046
- body: data.requestBody,
1047
- mediaType: 'application/json',
1048
- errors: {
1049
- 400: 'Bad Request',
1050
- 401: 'Unauthorized',
1051
- 403: 'Forbidden',
1052
- 404: 'Not Found',
1053
- 500: 'Server Error',
1054
- 501: 'Server Error'
1055
- }
1056
- });
1057
- }
1058
-
1059
- /**
1060
- * @param data The data for the request.
1061
- * @param data.requestBody
1062
- * @returns UniRefund_CRMService_Merchants_MerchantProfileDto Success
1063
- * @throws ApiError
1064
- */
1065
- public postApiCrmServiceMerchantsWithComponents(data: PostApiCrmServiceMerchantsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceMerchantsWithComponentsResponse> {
1066
- return this.httpRequest.request({
1067
- method: 'POST',
1068
- url: '/api/crm-service/merchants/with-components',
1069
- body: data.requestBody,
1070
- mediaType: 'application/json',
1071
- errors: {
1072
- 400: 'Bad Request',
1073
- 401: 'Unauthorized',
1074
- 403: 'Forbidden',
1075
- 404: 'Not Found',
1076
- 500: 'Server Error',
1077
- 501: 'Server Error'
1078
- }
1079
- });
1080
- }
1081
-
1082
- /**
1083
- * @param data The data for the request.
1084
- * @param data.id
1085
- * @returns unknown Success
1086
- * @throws ApiError
1087
- */
1088
- public deleteApiCrmServiceMerchantsByIdWithComponents(data: DeleteApiCrmServiceMerchantsByIdWithComponentsData): CancelablePromise<DeleteApiCrmServiceMerchantsByIdWithComponentsResponse> {
1089
- return this.httpRequest.request({
1090
- method: 'DELETE',
1091
- url: '/api/crm-service/merchants/{id}/with-components',
1092
- path: {
1093
- id: data.id
1094
- },
1095
- errors: {
1096
- 400: 'Bad Request',
1097
- 401: 'Unauthorized',
1098
- 403: 'Forbidden',
1099
- 404: 'Not Found',
1100
- 500: 'Server Error',
1101
- 501: 'Server Error'
1102
- }
1103
- });
1104
- }
1105
-
1106
- /**
1107
- * @param data The data for the request.
1108
- * @param data.id
1109
- * @param data.affiliationCodeId
1110
- * @param data.affiliationTypeCode
1111
- * @param data.sorting
1112
- * @param data.skipCount
1113
- * @param data.maxResultCount
1114
- * @returns PagedResultDto_AffiliationTypeDto Success
1115
- * @throws ApiError
1116
- */
1117
- public getApiCrmServiceMerchantsByIdAffiliations(data: GetApiCrmServiceMerchantsByIdAffiliationsData): CancelablePromise<GetApiCrmServiceMerchantsByIdAffiliationsResponse> {
1118
- return this.httpRequest.request({
1119
- method: 'GET',
1120
- url: '/api/crm-service/merchants/{id}/affiliations',
1121
- path: {
1122
- id: data.id
1123
- },
1124
- query: {
1125
- AffiliationCodeId: data.affiliationCodeId,
1126
- AffiliationTypeCode: data.affiliationTypeCode,
1127
- Sorting: data.sorting,
1128
- SkipCount: data.skipCount,
1129
- MaxResultCount: data.maxResultCount
1130
- },
1131
- errors: {
1132
- 400: 'Bad Request',
1133
- 401: 'Unauthorized',
1134
- 403: 'Forbidden',
1135
- 404: 'Not Found',
1136
- 500: 'Server Error',
1137
- 501: 'Server Error'
1138
- }
1139
- });
1140
- }
1141
-
1142
- /**
1143
- * @param data The data for the request.
1144
- * @param data.id
1145
- * @param data.requestBody
1146
- * @returns unknown Success
1147
- * @throws ApiError
1148
- */
1149
- public postApiCrmServiceMerchantsByIdAffiliations(data: PostApiCrmServiceMerchantsByIdAffiliationsData): CancelablePromise<PostApiCrmServiceMerchantsByIdAffiliationsResponse> {
1150
- return this.httpRequest.request({
1151
- method: 'POST',
1152
- url: '/api/crm-service/merchants/{id}/affiliations',
1153
- path: {
1154
- id: data.id
1155
- },
1156
- body: data.requestBody,
1157
- mediaType: 'application/json',
1158
- errors: {
1159
- 400: 'Bad Request',
1160
- 401: 'Unauthorized',
1161
- 403: 'Forbidden',
1162
- 404: 'Not Found',
1163
- 500: 'Server Error',
1164
- 501: 'Server Error'
1165
- }
1166
- });
1167
- }
1168
-
1169
- /**
1170
- * @param data The data for the request.
1171
- * @param data.id
1172
- * @param data.affiliationId
1173
- * @returns unknown Success
1174
- * @throws ApiError
1175
- */
1176
- public deleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationId(data: DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData): CancelablePromise<DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse> {
1177
- return this.httpRequest.request({
1178
- method: 'DELETE',
1179
- url: '/api/crm-service/merchants/{id}/affiliations/{affiliationId}',
1180
- path: {
1181
- id: data.id,
1182
- affiliationId: data.affiliationId
1183
- },
1184
- errors: {
1185
- 400: 'Bad Request',
1186
- 401: 'Unauthorized',
1187
- 403: 'Forbidden',
1188
- 404: 'Not Found',
1189
- 500: 'Server Error',
1190
- 501: 'Server Error'
1191
- }
1192
- });
1193
- }
1194
-
1195
- /**
1196
- * @param data The data for the request.
1197
- * @param data.id
1198
- * @param data.affiliationId
1199
- * @param data.requestBody
1200
- * @returns UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto Success
1201
- * @throws ApiError
1202
- */
1203
- public putApiCrmServiceMerchantsByIdAffiliationsByAffiliationId(data: PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse> {
1204
- return this.httpRequest.request({
1205
- method: 'PUT',
1206
- url: '/api/crm-service/merchants/{id}/affiliations/{affiliationId}',
1207
- path: {
1208
- id: data.id,
1209
- affiliationId: data.affiliationId
1210
- },
1211
- body: data.requestBody,
1212
- mediaType: 'application/json',
1213
- errors: {
1214
- 400: 'Bad Request',
1215
- 401: 'Unauthorized',
1216
- 403: 'Forbidden',
1217
- 404: 'Not Found',
1218
- 500: 'Server Error',
1219
- 501: 'Server Error'
1220
- }
1221
- });
1222
- }
1223
-
1224
- /**
1225
- * @param data The data for the request.
1226
- * @param data.id
1227
- * @param data.organizationId
1228
- * @param data.requestBody
1229
- * @returns UniRefund_CRMService_Organizations_OrganizationDto Success
1230
- * @throws ApiError
1231
- */
1232
- public putApiCrmServiceMerchantsByIdOrganizationsByOrganizationId(data: PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdResponse> {
1233
- return this.httpRequest.request({
1234
- method: 'PUT',
1235
- url: '/api/crm-service/merchants/{id}/organizations/{organizationId}',
1236
- path: {
1237
- id: data.id,
1238
- organizationId: data.organizationId
1239
- },
1240
- body: data.requestBody,
1241
- mediaType: 'application/json',
1242
- errors: {
1243
- 400: 'Bad Request',
1244
- 401: 'Unauthorized',
1245
- 403: 'Forbidden',
1246
- 404: 'Not Found',
1247
- 500: 'Server Error',
1248
- 501: 'Server Error'
1249
- }
1250
- });
1251
- }
1252
-
1253
- /**
1254
- * @param data The data for the request.
1255
- * @param data.id
1256
- * @param data.individualId
1257
- * @param data.requestBody
1258
- * @returns UniRefund_CRMService_Individuals_IndividualDto Success
1259
- * @throws ApiError
1260
- */
1261
- public putApiCrmServiceMerchantsByIdAffiliatedIndividualsByIndividualId(data: PutApiCrmServiceMerchantsByIdAffiliatedIndividualsByIndividualIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdAffiliatedIndividualsByIndividualIdResponse> {
1262
- return this.httpRequest.request({
1263
- method: 'PUT',
1264
- url: '/api/crm-service/merchants/{id}/affiliated-individuals/{individualId}',
1265
- path: {
1266
- id: data.id,
1267
- individualId: data.individualId
1268
- },
1269
- body: data.requestBody,
1270
- mediaType: 'application/json',
1271
- errors: {
1272
- 400: 'Bad Request',
1273
- 401: 'Unauthorized',
1274
- 403: 'Forbidden',
1275
- 404: 'Not Found',
1276
- 500: 'Server Error',
1277
- 501: 'Server Error'
1278
- }
1279
- });
1280
- }
1281
-
1282
- /**
1283
- * @param data The data for the request.
1284
- * @param data.requestBody
1285
- * @returns unknown Success
1286
- * @throws ApiError
1287
- */
1288
- public postApiCrmServiceMerchantsBulkProductGroupMerchants(data: PostApiCrmServiceMerchantsBulkProductGroupMerchantsData = {}): CancelablePromise<PostApiCrmServiceMerchantsBulkProductGroupMerchantsResponse> {
1289
- return this.httpRequest.request({
1290
- method: 'POST',
1291
- url: '/api/crm-service/merchants/bulk-product-group-merchants',
1292
- body: data.requestBody,
1293
- mediaType: 'application/json',
1294
- errors: {
1295
- 400: 'Bad Request',
1296
- 401: 'Unauthorized',
1297
- 403: 'Forbidden',
1298
- 404: 'Not Found',
1299
- 500: 'Server Error',
1300
- 501: 'Server Error'
1301
- }
1302
- });
1303
- }
1304
-
1305
- /**
1306
- * @param data The data for the request.
1307
- * @param data.id
1308
- * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
1309
- * @throws ApiError
1310
- */
1311
- public getApiCrmServiceMerchantsByIdTelephones(data: GetApiCrmServiceMerchantsByIdTelephonesData): CancelablePromise<GetApiCrmServiceMerchantsByIdTelephonesResponse> {
1312
- return this.httpRequest.request({
1313
- method: 'GET',
1314
- url: '/api/crm-service/merchants/{id}/telephones',
1315
- path: {
1316
- id: data.id
1317
- },
1318
- errors: {
1319
- 400: 'Bad Request',
1320
- 401: 'Unauthorized',
1321
- 403: 'Forbidden',
1322
- 404: 'Not Found',
1323
- 500: 'Server Error',
1324
- 501: 'Server Error'
1325
- }
1326
- });
1327
- }
1328
-
1329
- /**
1330
- * @param data The data for the request.
1331
- * @param data.id
1332
- * @param data.telephoneId
1333
- * @param data.requestBody
1334
- * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
1335
- * @throws ApiError
1336
- */
1337
- public putApiCrmServiceMerchantsByIdTelephonesByTelephoneId(data: PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdResponse> {
1338
- return this.httpRequest.request({
1339
- method: 'PUT',
1340
- url: '/api/crm-service/merchants/{id}/telephones/{telephoneId}',
1341
- path: {
1342
- id: data.id,
1343
- telephoneId: data.telephoneId
1344
- },
1345
- body: data.requestBody,
1346
- mediaType: 'application/json',
1347
- errors: {
1348
- 400: 'Bad Request',
1349
- 401: 'Unauthorized',
1350
- 403: 'Forbidden',
1351
- 404: 'Not Found',
1352
- 500: 'Server Error',
1353
- 501: 'Server Error'
1354
- }
1355
- });
1356
- }
1357
-
1358
- /**
1359
- * @param data The data for the request.
1360
- * @param data.id
1361
- * @returns UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto Success
1362
- * @throws ApiError
1363
- */
1364
- public getApiCrmServiceMerchantsByIdAddresses(data: GetApiCrmServiceMerchantsByIdAddressesData): CancelablePromise<GetApiCrmServiceMerchantsByIdAddressesResponse> {
1365
- return this.httpRequest.request({
1366
- method: 'GET',
1367
- url: '/api/crm-service/merchants/{id}/addresses',
1368
- path: {
1369
- id: data.id
1370
- },
1371
- errors: {
1372
- 400: 'Bad Request',
1373
- 401: 'Unauthorized',
1374
- 403: 'Forbidden',
1375
- 404: 'Not Found',
1376
- 500: 'Server Error',
1377
- 501: 'Server Error'
1378
- }
1379
- });
1380
- }
1381
-
1382
- /**
1383
- * @param data The data for the request.
1384
- * @param data.id
1385
- * @param data.addressId
1386
- * @param data.requestBody
1387
- * @returns UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto Success
1388
- * @throws ApiError
1389
- */
1390
- public putApiCrmServiceMerchantsByIdAddressesByAddressId(data: PutApiCrmServiceMerchantsByIdAddressesByAddressIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdAddressesByAddressIdResponse> {
1391
- return this.httpRequest.request({
1392
- method: 'PUT',
1393
- url: '/api/crm-service/merchants/{id}/addresses/{addressId}',
1394
- path: {
1395
- id: data.id,
1396
- addressId: data.addressId
1397
- },
1398
- body: data.requestBody,
1399
- mediaType: 'application/json',
1400
- errors: {
1401
- 400: 'Bad Request',
1402
- 401: 'Unauthorized',
1403
- 403: 'Forbidden',
1404
- 404: 'Not Found',
1405
- 500: 'Server Error',
1406
- 501: 'Server Error'
1407
- }
1408
- });
1409
- }
1410
-
1411
- /**
1412
- * @param data The data for the request.
1413
- * @param data.id
1414
- * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
1415
- * @throws ApiError
1416
- */
1417
- public getApiCrmServiceMerchantsByIdEmails(data: GetApiCrmServiceMerchantsByIdEmailsData): CancelablePromise<GetApiCrmServiceMerchantsByIdEmailsResponse> {
1418
- return this.httpRequest.request({
1419
- method: 'GET',
1420
- url: '/api/crm-service/merchants/{id}/emails',
1421
- path: {
1422
- id: data.id
1423
- },
1424
- errors: {
1425
- 400: 'Bad Request',
1426
- 401: 'Unauthorized',
1427
- 403: 'Forbidden',
1428
- 404: 'Not Found',
1429
- 500: 'Server Error',
1430
- 501: 'Server Error'
1431
- }
1432
- });
1433
- }
1434
-
1435
- /**
1436
- * @param data The data for the request.
1437
- * @param data.id
1438
- * @param data.emailId
1439
- * @param data.requestBody
1440
- * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
1441
- * @throws ApiError
1442
- */
1443
- public putApiCrmServiceMerchantsByIdEmailsByEmailId(data: PutApiCrmServiceMerchantsByIdEmailsByEmailIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdEmailsByEmailIdResponse> {
1444
- return this.httpRequest.request({
1445
- method: 'PUT',
1446
- url: '/api/crm-service/merchants/{id}/emails/{emailId}',
1447
- path: {
1448
- id: data.id,
1449
- emailId: data.emailId
1450
- },
1451
- body: data.requestBody,
1452
- mediaType: 'application/json',
1453
- errors: {
1454
- 400: 'Bad Request',
1455
- 401: 'Unauthorized',
1456
- 403: 'Forbidden',
1457
- 404: 'Not Found',
1458
- 500: 'Server Error',
1459
- 501: 'Server Error'
1460
- }
1461
- });
1462
- }
1463
-
1464
- /**
1465
- * @param data The data for the request.
1466
- * @param data.id
1467
- * @param data.individualId
1468
- * @param data.nameId
1469
- * @param data.requestBody
1470
- * @returns UniRefund_CRMService_NameCommonDatas_NameCommonDataDto Success
1471
- * @throws ApiError
1472
- */
1473
- public putApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameId(data: PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdResponse> {
1474
- return this.httpRequest.request({
1475
- method: 'PUT',
1476
- url: '/api/crm-service/merchants/{id}/individual/{individualId}/name/{nameId}',
1477
- path: {
1478
- id: data.id,
1479
- individualId: data.individualId,
1480
- nameId: data.nameId
1481
- },
1482
- body: data.requestBody,
1483
- mediaType: 'application/json',
1484
- errors: {
1485
- 400: 'Bad Request',
1486
- 401: 'Unauthorized',
1487
- 403: 'Forbidden',
1488
- 404: 'Not Found',
1489
- 500: 'Server Error',
1490
- 501: 'Server Error'
1491
- }
1492
- });
1493
- }
1494
-
1495
- /**
1496
- * @param data The data for the request.
1497
- * @param data.id
1498
- * @param data.individualId
1499
- * @param data.personalSummaryId
1500
- * @param data.requestBody
1501
- * @returns UniRefund_CRMService_PersonalSummaries_PersonalSummaryDto Success
1502
- * @throws ApiError
1503
- */
1504
- public putApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryId(data: PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdResponse> {
1505
- return this.httpRequest.request({
1506
- method: 'PUT',
1507
- url: '/api/crm-service/merchants/{id}/individual/{individualId}/personal-summary/{personalSummaryId}',
1508
- path: {
1509
- id: data.id,
1510
- individualId: data.individualId,
1511
- personalSummaryId: data.personalSummaryId
1512
- },
1513
- body: data.requestBody,
1514
- mediaType: 'application/json',
1515
- errors: {
1516
- 400: 'Bad Request',
1517
- 401: 'Unauthorized',
1518
- 403: 'Forbidden',
1519
- 404: 'Not Found',
1520
- 500: 'Server Error',
1521
- 501: 'Server Error'
1522
- }
1523
- });
1524
- }
1525
-
1526
- }
1527
-
1528
- export class OrganizationService {
1529
- constructor(public readonly httpRequest: BaseHttpRequest) { }
1530
-
1531
- /**
1532
- * @param data The data for the request.
1533
- * @param data.requestBody
1534
- * @returns unknown Success
1535
- * @throws ApiError
1536
- */
1537
- public postApiCrmServiceOrganizationsWithComponents(data: PostApiCrmServiceOrganizationsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceOrganizationsWithComponentsResponse> {
1538
- return this.httpRequest.request({
1539
- method: 'POST',
1540
- url: '/api/crm-service/organizations/with-components',
1541
- body: data.requestBody,
1542
- mediaType: 'application/json',
1543
- errors: {
1544
- 400: 'Bad Request',
1545
- 401: 'Unauthorized',
1546
- 403: 'Forbidden',
1547
- 404: 'Not Found',
1548
- 500: 'Server Error',
1549
- 501: 'Server Error'
1550
- }
1551
- });
1552
- }
1553
-
1554
- /**
1555
- * @param data The data for the request.
1556
- * @param data.entityPartyTypeCode
1557
- * @param data.parentId
1558
- * @param data.sorting
1559
- * @param data.skipCount
1560
- * @param data.maxResultCount
1561
- * @returns PagedResultDto_OrganizationProfileDto Success
1562
- * @throws ApiError
1563
- */
1564
- public getApiCrmServiceOrganizations(data: GetApiCrmServiceOrganizationsData = {}): CancelablePromise<GetApiCrmServiceOrganizationsResponse> {
1565
- return this.httpRequest.request({
1566
- method: 'GET',
1567
- url: '/api/crm-service/organizations',
1568
- query: {
1569
- EntityPartyTypeCode: data.entityPartyTypeCode,
1570
- ParentId: data.parentId,
1571
- Sorting: data.sorting,
1572
- SkipCount: data.skipCount,
1573
- MaxResultCount: data.maxResultCount
1574
- },
1575
- errors: {
1576
- 400: 'Bad Request',
1577
- 401: 'Unauthorized',
1578
- 403: 'Forbidden',
1579
- 404: 'Not Found',
1580
- 500: 'Server Error',
1581
- 501: 'Server Error'
1582
- }
1583
- });
1584
- }
1585
-
1586
- }
1587
-
1588
- export class RefundPointService {
1589
- constructor(public readonly httpRequest: BaseHttpRequest) { }
1590
-
1591
- /**
1592
- * @param data The data for the request.
1593
- * @param data.ids
1594
- * @param data.sorting
1595
- * @param data.skipCount
1596
- * @param data.maxResultCount
1597
- * @returns PagedResultDto_RefundPointProfileDto Success
1598
- * @throws ApiError
1599
- */
1600
- public getApiCrmServiceRefundPoints(data: GetApiCrmServiceRefundPointsData = {}): CancelablePromise<GetApiCrmServiceRefundPointsResponse> {
1601
- return this.httpRequest.request({
1602
- method: 'GET',
1603
- url: '/api/crm-service/refund-points',
1604
- query: {
1605
- Ids: data.ids,
1606
- Sorting: data.sorting,
1607
- SkipCount: data.skipCount,
1608
- MaxResultCount: data.maxResultCount
1609
- },
1610
- errors: {
1611
- 400: 'Bad Request',
1612
- 401: 'Unauthorized',
1613
- 403: 'Forbidden',
1614
- 404: 'Not Found',
1615
- 500: 'Server Error',
1616
- 501: 'Server Error'
1617
- }
1618
- });
1619
- }
1620
-
1621
- /**
1622
- * @param data The data for the request.
1623
- * @param data.id
1624
- * @returns UniRefund_CRMService_RefundPoints_RefundPointDto Success
1625
- * @throws ApiError
1626
- */
1627
- public getApiCrmServiceRefundPointsByIdDetail(data: GetApiCrmServiceRefundPointsByIdDetailData): CancelablePromise<GetApiCrmServiceRefundPointsByIdDetailResponse> {
1628
- return this.httpRequest.request({
1629
- method: 'GET',
1630
- url: '/api/crm-service/refund-points/{id}/detail',
1631
- path: {
1632
- id: data.id
1633
- },
1634
- errors: {
1635
- 400: 'Bad Request',
1636
- 401: 'Unauthorized',
1637
- 403: 'Forbidden',
1638
- 404: 'Not Found',
1639
- 500: 'Server Error',
1640
- 501: 'Server Error'
1641
- }
1642
- });
1643
- }
1644
-
1645
- /**
1646
- * @param data The data for the request.
1647
- * @param data.id
1648
- * @returns UniRefund_CRMService_RefundPoints_RefundPointBasicInformationDto Success
1649
- * @throws ApiError
1650
- */
1651
- public getApiCrmServiceRefundPointsByIdBasicInformation(data: GetApiCrmServiceRefundPointsByIdBasicInformationData): CancelablePromise<GetApiCrmServiceRefundPointsByIdBasicInformationResponse> {
1652
- return this.httpRequest.request({
1653
- method: 'GET',
1654
- url: '/api/crm-service/refund-points/{id}/basic-information',
1655
- path: {
1656
- id: data.id
1657
- },
1658
- errors: {
1659
- 400: 'Bad Request',
1660
- 401: 'Unauthorized',
1661
- 403: 'Forbidden',
1662
- 404: 'Not Found',
1663
- 500: 'Server Error',
1664
- 501: 'Server Error'
1665
- }
1666
- });
1667
- }
1668
-
1669
- /**
1670
- * @param data The data for the request.
1671
- * @param data.id
1672
- * @returns PagedResultDto_RefundPointProfileDto Success
1673
- * @throws ApiError
1674
- */
1675
- public getApiCrmServiceRefundPointsByIdSubRefundPoints(data: GetApiCrmServiceRefundPointsByIdSubRefundPointsData): CancelablePromise<GetApiCrmServiceRefundPointsByIdSubRefundPointsResponse> {
1676
- return this.httpRequest.request({
1677
- method: 'GET',
1678
- url: '/api/crm-service/refund-points/{id}/sub-refund-points',
1679
- path: {
1680
- id: data.id
1681
- },
1682
- errors: {
1683
- 400: 'Bad Request',
1684
- 401: 'Unauthorized',
1685
- 403: 'Forbidden',
1686
- 404: 'Not Found',
1687
- 500: 'Server Error',
1688
- 501: 'Server Error'
1689
- }
1690
- });
1691
- }
1692
-
1693
- /**
1694
- * @param data The data for the request.
1695
- * @param data.requestBody
1696
- * @returns UniRefund_CRMService_Merchants_RefundPointProfileDto Success
1697
- * @throws ApiError
1698
- */
1699
- public postApiCrmServiceRefundPointsWithComponents(data: PostApiCrmServiceRefundPointsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceRefundPointsWithComponentsResponse> {
1700
- return this.httpRequest.request({
1701
- method: 'POST',
1702
- url: '/api/crm-service/refund-points/with-components',
1703
- body: data.requestBody,
1704
- mediaType: 'application/json',
1705
- errors: {
1706
- 400: 'Bad Request',
1707
- 401: 'Unauthorized',
1708
- 403: 'Forbidden',
1709
- 404: 'Not Found',
1710
- 500: 'Server Error',
1711
- 501: 'Server Error'
1712
- }
1713
- });
1714
- }
1715
-
1716
- /**
1717
- * @param data The data for the request.
1718
- * @param data.id
1719
- * @returns unknown Success
1720
- * @throws ApiError
1721
- */
1722
- public deleteApiCrmServiceRefundPointsByIdWithComponents(data: DeleteApiCrmServiceRefundPointsByIdWithComponentsData): CancelablePromise<DeleteApiCrmServiceRefundPointsByIdWithComponentsResponse> {
1723
- return this.httpRequest.request({
1724
- method: 'DELETE',
1725
- url: '/api/crm-service/refund-points/{id}/with-components',
1726
- path: {
1727
- id: data.id
1728
- },
1729
- errors: {
1730
- 400: 'Bad Request',
1731
- 401: 'Unauthorized',
1732
- 403: 'Forbidden',
1733
- 404: 'Not Found',
1734
- 500: 'Server Error',
1735
- 501: 'Server Error'
1736
- }
1737
- });
1738
- }
1739
-
1740
- /**
1741
- * @param data The data for the request.
1742
- * @param data.id
1743
- * @param data.requestBody
1744
- * @returns unknown Success
1745
- * @throws ApiError
1746
- */
1747
- public postApiCrmServiceRefundPointsByIdAffiliations(data: PostApiCrmServiceRefundPointsByIdAffiliationsData): CancelablePromise<PostApiCrmServiceRefundPointsByIdAffiliationsResponse> {
1748
- return this.httpRequest.request({
1749
- method: 'POST',
1750
- url: '/api/crm-service/refund-points/{id}/affiliations',
1751
- path: {
1752
- id: data.id
1753
- },
1754
- body: data.requestBody,
1755
- mediaType: 'application/json',
1756
- errors: {
1757
- 400: 'Bad Request',
1758
- 401: 'Unauthorized',
1759
- 403: 'Forbidden',
1760
- 404: 'Not Found',
1761
- 500: 'Server Error',
1762
- 501: 'Server Error'
1763
- }
1764
- });
1765
- }
1766
-
1767
- /**
1768
- * @param data The data for the request.
1769
- * @param data.id
1770
- * @param data.affiliationCodeId
1771
- * @param data.affiliationTypeCode
1772
- * @param data.sorting
1773
- * @param data.skipCount
1774
- * @param data.maxResultCount
1775
- * @returns PagedResultDto_AffiliationTypeDto Success
1776
- * @throws ApiError
1777
- */
1778
- public getApiCrmServiceRefundPointsByIdAffiliations(data: GetApiCrmServiceRefundPointsByIdAffiliationsData): CancelablePromise<GetApiCrmServiceRefundPointsByIdAffiliationsResponse> {
1779
- return this.httpRequest.request({
1780
- method: 'GET',
1781
- url: '/api/crm-service/refund-points/{id}/affiliations',
1782
- path: {
1783
- id: data.id
1784
- },
1785
- query: {
1786
- AffiliationCodeId: data.affiliationCodeId,
1787
- AffiliationTypeCode: data.affiliationTypeCode,
1788
- Sorting: data.sorting,
1789
- SkipCount: data.skipCount,
1790
- MaxResultCount: data.maxResultCount
1791
- },
1792
- errors: {
1793
- 400: 'Bad Request',
1794
- 401: 'Unauthorized',
1795
- 403: 'Forbidden',
1796
- 404: 'Not Found',
1797
- 500: 'Server Error',
1798
- 501: 'Server Error'
1799
- }
1800
- });
1801
- }
1802
-
1803
- /**
1804
- * @param data The data for the request.
1805
- * @param data.id
1806
- * @param data.organizationId
1807
- * @param data.requestBody
1808
- * @returns UniRefund_CRMService_Organizations_OrganizationDto Success
1809
- * @throws ApiError
1810
- */
1811
- public putApiCrmServiceRefundPointsByIdOrganizationsByOrganizationId(data: PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData): CancelablePromise<PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdResponse> {
1812
- return this.httpRequest.request({
1813
- method: 'PUT',
1814
- url: '/api/crm-service/refund-points/{id}/organizations/{organizationId}',
1815
- path: {
1816
- id: data.id,
1817
- organizationId: data.organizationId
1818
- },
1819
- body: data.requestBody,
1820
- mediaType: 'application/json',
1821
- errors: {
1822
- 400: 'Bad Request',
1823
- 401: 'Unauthorized',
1824
- 403: 'Forbidden',
1825
- 404: 'Not Found',
1826
- 500: 'Server Error',
1827
- 501: 'Server Error'
1828
- }
1829
- });
1830
- }
1831
-
1832
- /**
1833
- * @param data The data for the request.
1834
- * @param data.id
1835
- * @param data.telephoneId
1836
- * @param data.requestBody
1837
- * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
1838
- * @throws ApiError
1839
- */
1840
- public putApiCrmServiceRefundPointsByIdTelephonesByTelephoneId(data: PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData): CancelablePromise<PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdResponse> {
1841
- return this.httpRequest.request({
1842
- method: 'PUT',
1843
- url: '/api/crm-service/refund-points/{id}/telephones/{telephoneId}',
1844
- path: {
1845
- id: data.id,
1846
- telephoneId: data.telephoneId
1847
- },
1848
- body: data.requestBody,
1849
- mediaType: 'application/json',
1850
- errors: {
1851
- 400: 'Bad Request',
1852
- 401: 'Unauthorized',
1853
- 403: 'Forbidden',
1854
- 404: 'Not Found',
1855
- 500: 'Server Error',
1856
- 501: 'Server Error'
1857
- }
1858
- });
1859
- }
1860
-
1861
- /**
1862
- * @param data The data for the request.
1863
- * @param data.id
1864
- * @param data.addressId
1865
- * @param data.requestBody
1866
- * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
1867
- * @throws ApiError
1868
- */
1869
- public putApiCrmServiceRefundPointsByIdAddressesByAddressId(data: PutApiCrmServiceRefundPointsByIdAddressesByAddressIdData): CancelablePromise<PutApiCrmServiceRefundPointsByIdAddressesByAddressIdResponse> {
1870
- return this.httpRequest.request({
1871
- method: 'PUT',
1872
- url: '/api/crm-service/refund-points/{id}/addresses/{addressId}',
1873
- path: {
1874
- id: data.id,
1875
- addressId: data.addressId
1876
- },
1877
- body: data.requestBody,
1878
- mediaType: 'application/json',
1879
- errors: {
1880
- 400: 'Bad Request',
1881
- 401: 'Unauthorized',
1882
- 403: 'Forbidden',
1883
- 404: 'Not Found',
1884
- 500: 'Server Error',
1885
- 501: 'Server Error'
1886
- }
1887
- });
1888
- }
1889
-
1890
- /**
1891
- * @param data The data for the request.
1892
- * @param data.id
1893
- * @param data.emailId
1894
- * @param data.requestBody
1895
- * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
1896
- * @throws ApiError
1897
- */
1898
- public putApiCrmServiceRefundPointsByIdEmailsByEmailId(data: PutApiCrmServiceRefundPointsByIdEmailsByEmailIdData): CancelablePromise<PutApiCrmServiceRefundPointsByIdEmailsByEmailIdResponse> {
1899
- return this.httpRequest.request({
1900
- method: 'PUT',
1901
- url: '/api/crm-service/refund-points/{id}/emails/{emailId}',
1902
- path: {
1903
- id: data.id,
1904
- emailId: data.emailId
1905
- },
1906
- body: data.requestBody,
1907
- mediaType: 'application/json',
1908
- errors: {
1909
- 400: 'Bad Request',
1910
- 401: 'Unauthorized',
1911
- 403: 'Forbidden',
1912
- 404: 'Not Found',
1913
- 500: 'Server Error',
1914
- 501: 'Server Error'
1915
- }
1916
- });
1917
- }
1918
-
1919
- /**
1920
- * @param data The data for the request.
1921
- * @param data.id
1922
- * @param data.refundPointTypeCode
1923
- * @returns unknown Success
1924
- * @throws ApiError
1925
- */
1926
- public getApiCrmServiceRefundPointsByIdExist(data: GetApiCrmServiceRefundPointsByIdExistData): CancelablePromise<GetApiCrmServiceRefundPointsByIdExistResponse> {
1927
- return this.httpRequest.request({
1928
- method: 'GET',
1929
- url: '/api/crm-service/refund-points/{id}/exist',
1930
- path: {
1931
- id: data.id
1932
- },
1933
- query: {
1934
- refundPointTypeCode: data.refundPointTypeCode
1935
- },
1936
- errors: {
1937
- 400: 'Bad Request',
1938
- 401: 'Unauthorized',
1939
- 403: 'Forbidden',
1940
- 404: 'Not Found',
1941
- 500: 'Server Error',
1942
- 501: 'Server Error'
1943
- }
1944
- });
1945
- }
1946
-
1947
- /**
1948
- * @param data The data for the request.
1949
- * @param data.ids
1950
- * @param data.skipCount
1951
- * @param data.maxResultCount
1952
- * @returns PagedResultDto_RefundPointNameDto Success
1953
- * @throws ApiError
1954
- */
1955
- public getApiCrmServiceRefundPointsRefundPointNames(data: GetApiCrmServiceRefundPointsRefundPointNamesData = {}): CancelablePromise<GetApiCrmServiceRefundPointsRefundPointNamesResponse> {
1956
- return this.httpRequest.request({
1957
- method: 'GET',
1958
- url: '/api/crm-service/refund-points/refund-point-names',
1959
- query: {
1960
- Ids: data.ids,
1961
- SkipCount: data.skipCount,
1962
- MaxResultCount: data.maxResultCount
1963
- },
1964
- errors: {
1965
- 400: 'Bad Request',
1966
- 401: 'Unauthorized',
1967
- 403: 'Forbidden',
1968
- 404: 'Not Found',
1969
- 500: 'Server Error',
1970
- 501: 'Server Error'
1971
- }
1972
- });
1973
- }
1974
-
1975
- }
1976
-
1977
- export class TaxFreeService {
1978
- constructor(public readonly httpRequest: BaseHttpRequest) { }
1979
-
1980
- /**
1981
- * @param data The data for the request.
1982
- * @param data.sorting
1983
- * @param data.skipCount
1984
- * @param data.maxResultCount
1985
- * @returns PagedResultDto_TaxFreeProfileDto Success
1986
- * @throws ApiError
1987
- */
1988
- public getApiCrmServiceTaxFrees(data: GetApiCrmServiceTaxFreesData = {}): CancelablePromise<GetApiCrmServiceTaxFreesResponse> {
1989
- return this.httpRequest.request({
1990
- method: 'GET',
1991
- url: '/api/crm-service/tax-frees',
1992
- query: {
1993
- Sorting: data.sorting,
1994
- SkipCount: data.skipCount,
1995
- MaxResultCount: data.maxResultCount
1996
- },
1997
- errors: {
1998
- 400: 'Bad Request',
1999
- 401: 'Unauthorized',
2000
- 403: 'Forbidden',
2001
- 404: 'Not Found',
2002
- 500: 'Server Error',
2003
- 501: 'Server Error'
2004
- }
2005
- });
2006
- }
2007
-
2008
- /**
2009
- * @param data The data for the request.
2010
- * @param data.id
2011
- * @returns UniRefund_CRMService_TaxFrees_TaxFreeDto Success
2012
- * @throws ApiError
2013
- */
2014
- public getApiCrmServiceTaxFreesByIdDetail(data: GetApiCrmServiceTaxFreesByIdDetailData): CancelablePromise<GetApiCrmServiceTaxFreesByIdDetailResponse> {
2015
- return this.httpRequest.request({
2016
- method: 'GET',
2017
- url: '/api/crm-service/tax-frees/{id}/detail',
2018
- path: {
2019
- id: data.id
2020
- },
2021
- errors: {
2022
- 400: 'Bad Request',
2023
- 401: 'Unauthorized',
2024
- 403: 'Forbidden',
2025
- 404: 'Not Found',
2026
- 500: 'Server Error',
2027
- 501: 'Server Error'
2028
- }
2029
- });
2030
- }
2031
-
2032
- /**
2033
- * @param data The data for the request.
2034
- * @param data.id
2035
- * @returns PagedResultDto_TaxFreeProfileDto Success
2036
- * @throws ApiError
2037
- */
2038
- public getApiCrmServiceTaxFreesByIdSubTaxFree(data: GetApiCrmServiceTaxFreesByIdSubTaxFreeData): CancelablePromise<GetApiCrmServiceTaxFreesByIdSubTaxFreeResponse> {
2039
- return this.httpRequest.request({
2040
- method: 'GET',
2041
- url: '/api/crm-service/tax-frees/{id}/sub-tax-free',
2042
- path: {
2043
- id: data.id
2044
- },
2045
- errors: {
2046
- 400: 'Bad Request',
2047
- 401: 'Unauthorized',
2048
- 403: 'Forbidden',
2049
- 404: 'Not Found',
2050
- 500: 'Server Error',
2051
- 501: 'Server Error'
2052
- }
2053
- });
2054
- }
2055
-
2056
- /**
2057
- * @param data The data for the request.
2058
- * @param data.requestBody
2059
- * @returns UniRefund_CRMService_TaxFrees_TaxFreeProfileDto Success
2060
- * @throws ApiError
2061
- */
2062
- public postApiCrmServiceTaxFreesWithComponents(data: PostApiCrmServiceTaxFreesWithComponentsData = {}): CancelablePromise<PostApiCrmServiceTaxFreesWithComponentsResponse> {
2063
- return this.httpRequest.request({
2064
- method: 'POST',
2065
- url: '/api/crm-service/tax-frees/with-components',
2066
- body: data.requestBody,
2067
- mediaType: 'application/json',
2068
- errors: {
2069
- 400: 'Bad Request',
2070
- 401: 'Unauthorized',
2071
- 403: 'Forbidden',
2072
- 404: 'Not Found',
2073
- 500: 'Server Error',
2074
- 501: 'Server Error'
2075
- }
2076
- });
2077
- }
2078
-
2079
- /**
2080
- * @param data The data for the request.
2081
- * @param data.id
2082
- * @returns unknown Success
2083
- * @throws ApiError
2084
- */
2085
- public deleteApiCrmServiceTaxFreesByIdWithComponents(data: DeleteApiCrmServiceTaxFreesByIdWithComponentsData): CancelablePromise<DeleteApiCrmServiceTaxFreesByIdWithComponentsResponse> {
2086
- return this.httpRequest.request({
2087
- method: 'DELETE',
2088
- url: '/api/crm-service/tax-frees/{id}/with-components',
2089
- path: {
2090
- id: data.id
2091
- },
2092
- errors: {
2093
- 400: 'Bad Request',
2094
- 401: 'Unauthorized',
2095
- 403: 'Forbidden',
2096
- 404: 'Not Found',
2097
- 500: 'Server Error',
2098
- 501: 'Server Error'
2099
- }
2100
- });
2101
- }
2102
-
2103
- /**
2104
- * @param data The data for the request.
2105
- * @param data.id
2106
- * @param data.requestBody
2107
- * @returns unknown Success
2108
- * @throws ApiError
2109
- */
2110
- public postApiCrmServiceTaxFreesByIdAffiliations(data: PostApiCrmServiceTaxFreesByIdAffiliationsData): CancelablePromise<PostApiCrmServiceTaxFreesByIdAffiliationsResponse> {
2111
- return this.httpRequest.request({
2112
- method: 'POST',
2113
- url: '/api/crm-service/tax-frees/{id}/affiliations',
2114
- path: {
2115
- id: data.id
2116
- },
2117
- body: data.requestBody,
2118
- mediaType: 'application/json',
2119
- errors: {
2120
- 400: 'Bad Request',
2121
- 401: 'Unauthorized',
2122
- 403: 'Forbidden',
2123
- 404: 'Not Found',
2124
- 500: 'Server Error',
2125
- 501: 'Server Error'
2126
- }
2127
- });
2128
- }
2129
-
2130
- /**
2131
- * @param data The data for the request.
2132
- * @param data.id
2133
- * @param data.affiliationCodeId
2134
- * @param data.affiliationTypeCode
2135
- * @param data.sorting
2136
- * @param data.skipCount
2137
- * @param data.maxResultCount
2138
- * @returns PagedResultDto_AffiliationTypeDto Success
2139
- * @throws ApiError
2140
- */
2141
- public getApiCrmServiceTaxFreesByIdAffiliations(data: GetApiCrmServiceTaxFreesByIdAffiliationsData): CancelablePromise<GetApiCrmServiceTaxFreesByIdAffiliationsResponse> {
2142
- return this.httpRequest.request({
2143
- method: 'GET',
2144
- url: '/api/crm-service/tax-frees/{id}/affiliations',
2145
- path: {
2146
- id: data.id
2147
- },
2148
- query: {
2149
- AffiliationCodeId: data.affiliationCodeId,
2150
- AffiliationTypeCode: data.affiliationTypeCode,
2151
- Sorting: data.sorting,
2152
- SkipCount: data.skipCount,
2153
- MaxResultCount: data.maxResultCount
2154
- },
2155
- errors: {
2156
- 400: 'Bad Request',
2157
- 401: 'Unauthorized',
2158
- 403: 'Forbidden',
2159
- 404: 'Not Found',
2160
- 500: 'Server Error',
2161
- 501: 'Server Error'
2162
- }
2163
- });
2164
- }
2165
-
2166
- /**
2167
- * @param data The data for the request.
2168
- * @param data.id
2169
- * @param data.organizationId
2170
- * @param data.requestBody
2171
- * @returns UniRefund_CRMService_Organizations_OrganizationDto Success
2172
- * @throws ApiError
2173
- */
2174
- public putApiCrmServiceTaxFreesByIdOrganizationsByOrganizationId(data: PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdResponse> {
2175
- return this.httpRequest.request({
2176
- method: 'PUT',
2177
- url: '/api/crm-service/tax-frees/{id}/organizations/{organizationId}',
2178
- path: {
2179
- id: data.id,
2180
- organizationId: data.organizationId
2181
- },
2182
- body: data.requestBody,
2183
- mediaType: 'application/json',
2184
- errors: {
2185
- 400: 'Bad Request',
2186
- 401: 'Unauthorized',
2187
- 403: 'Forbidden',
2188
- 404: 'Not Found',
2189
- 500: 'Server Error',
2190
- 501: 'Server Error'
2191
- }
2192
- });
2193
- }
2194
-
2195
- /**
2196
- * @param data The data for the request.
2197
- * @param data.id
2198
- * @param data.telephoneId
2199
- * @param data.requestBody
2200
- * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
2201
- * @throws ApiError
2202
- */
2203
- public putApiCrmServiceTaxFreesByIdTelephonesByTelephoneId(data: PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdResponse> {
2204
- return this.httpRequest.request({
2205
- method: 'PUT',
2206
- url: '/api/crm-service/tax-frees/{id}/telephones/{telephoneId}',
2207
- path: {
2208
- id: data.id,
2209
- telephoneId: data.telephoneId
2210
- },
2211
- body: data.requestBody,
2212
- mediaType: 'application/json',
2213
- errors: {
2214
- 400: 'Bad Request',
2215
- 401: 'Unauthorized',
2216
- 403: 'Forbidden',
2217
- 404: 'Not Found',
2218
- 500: 'Server Error',
2219
- 501: 'Server Error'
2220
- }
2221
- });
2222
- }
2223
-
2224
- /**
2225
- * @param data The data for the request.
2226
- * @param data.id
2227
- * @param data.addressId
2228
- * @param data.requestBody
2229
- * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
2230
- * @throws ApiError
2231
- */
2232
- public putApiCrmServiceTaxFreesByIdAddressesByAddressId(data: PutApiCrmServiceTaxFreesByIdAddressesByAddressIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdAddressesByAddressIdResponse> {
2233
- return this.httpRequest.request({
2234
- method: 'PUT',
2235
- url: '/api/crm-service/tax-frees/{id}/addresses/{addressId}',
2236
- path: {
2237
- id: data.id,
2238
- addressId: data.addressId
2239
- },
2240
- body: data.requestBody,
2241
- mediaType: 'application/json',
2242
- errors: {
2243
- 400: 'Bad Request',
2244
- 401: 'Unauthorized',
2245
- 403: 'Forbidden',
2246
- 404: 'Not Found',
2247
- 500: 'Server Error',
2248
- 501: 'Server Error'
2249
- }
2250
- });
2251
- }
2252
-
2253
- /**
2254
- * @param data The data for the request.
2255
- * @param data.id
2256
- * @param data.emailId
2257
- * @param data.requestBody
2258
- * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
2259
- * @throws ApiError
2260
- */
2261
- public putApiCrmServiceTaxFreesByIdEmailsByEmailId(data: PutApiCrmServiceTaxFreesByIdEmailsByEmailIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdEmailsByEmailIdResponse> {
2262
- return this.httpRequest.request({
2263
- method: 'PUT',
2264
- url: '/api/crm-service/tax-frees/{id}/emails/{emailId}',
2265
- path: {
2266
- id: data.id,
2267
- emailId: data.emailId
2268
- },
2269
- body: data.requestBody,
2270
- mediaType: 'application/json',
2271
- errors: {
2272
- 400: 'Bad Request',
2273
- 401: 'Unauthorized',
2274
- 403: 'Forbidden',
2275
- 404: 'Not Found',
2276
- 500: 'Server Error',
2277
- 501: 'Server Error'
2278
- }
2279
- });
2280
- }
2281
-
2282
- }
2283
-
2284
- export class TaxOfficeService {
2285
- constructor(public readonly httpRequest: BaseHttpRequest) { }
2286
-
2287
- /**
2288
- * @param data The data for the request.
2289
- * @param data.sorting
2290
- * @param data.skipCount
2291
- * @param data.maxResultCount
2292
- * @returns PagedResultDto_TaxOfficeProfileDto Success
2293
- * @throws ApiError
2294
- */
2295
- public getApiCrmServiceTaxOffices(data: GetApiCrmServiceTaxOfficesData = {}): CancelablePromise<GetApiCrmServiceTaxOfficesResponse> {
2296
- return this.httpRequest.request({
2297
- method: 'GET',
2298
- url: '/api/crm-service/tax-offices',
2299
- query: {
2300
- Sorting: data.sorting,
2301
- SkipCount: data.skipCount,
2302
- MaxResultCount: data.maxResultCount
2303
- },
2304
- errors: {
2305
- 400: 'Bad Request',
2306
- 401: 'Unauthorized',
2307
- 403: 'Forbidden',
2308
- 404: 'Not Found',
2309
- 500: 'Server Error',
2310
- 501: 'Server Error'
2311
- }
2312
- });
2313
- }
2314
-
2315
- /**
2316
- * @param data The data for the request.
2317
- * @param data.id
2318
- * @returns UniRefund_CRMService_TaxOffices_TaxOfficeProfileDto Success
2319
- * @throws ApiError
2320
- */
2321
- public getApiCrmServiceTaxOfficesById(data: GetApiCrmServiceTaxOfficesByIdData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdResponse> {
2322
- return this.httpRequest.request({
2323
- method: 'GET',
2324
- url: '/api/crm-service/tax-offices/{id}',
2325
- path: {
2326
- id: data.id
2327
- },
2328
- errors: {
2329
- 400: 'Bad Request',
2330
- 401: 'Unauthorized',
2331
- 403: 'Forbidden',
2332
- 404: 'Not Found',
2333
- 500: 'Server Error',
2334
- 501: 'Server Error'
2335
- }
2336
- });
2337
- }
2338
-
2339
- /**
2340
- * @param data The data for the request.
2341
- * @param data.id
2342
- * @returns UniRefund_CRMService_TaxOffices_TaxOfficeDto Success
2343
- * @throws ApiError
2344
- */
2345
- public getApiCrmServiceTaxOfficesByIdDetail(data: GetApiCrmServiceTaxOfficesByIdDetailData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdDetailResponse> {
2346
- return this.httpRequest.request({
2347
- method: 'GET',
2348
- url: '/api/crm-service/tax-offices/{id}/detail',
2349
- path: {
2350
- id: data.id
2351
- },
2352
- errors: {
2353
- 400: 'Bad Request',
2354
- 401: 'Unauthorized',
2355
- 403: 'Forbidden',
2356
- 404: 'Not Found',
2357
- 500: 'Server Error',
2358
- 501: 'Server Error'
2359
- }
2360
- });
2361
- }
2362
-
2363
- /**
2364
- * @param data The data for the request.
2365
- * @param data.id
2366
- * @returns PagedResultDto_TaxOfficeProfileDto Success
2367
- * @throws ApiError
2368
- */
2369
- public getApiCrmServiceTaxOfficesByIdSubTaxOffices(data: GetApiCrmServiceTaxOfficesByIdSubTaxOfficesData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdSubTaxOfficesResponse> {
2370
- return this.httpRequest.request({
2371
- method: 'GET',
2372
- url: '/api/crm-service/tax-offices/{id}/sub-tax-offices',
2373
- path: {
2374
- id: data.id
2375
- },
2376
- errors: {
2377
- 400: 'Bad Request',
2378
- 401: 'Unauthorized',
2379
- 403: 'Forbidden',
2380
- 404: 'Not Found',
2381
- 500: 'Server Error',
2382
- 501: 'Server Error'
2383
- }
2384
- });
2385
- }
2386
-
2387
- /**
2388
- * @param data The data for the request.
2389
- * @param data.requestBody
2390
- * @returns UniRefund_CRMService_TaxOffices_TaxOfficeProfileDto Success
2391
- * @throws ApiError
2392
- */
2393
- public postApiCrmServiceTaxOfficesWithComponents(data: PostApiCrmServiceTaxOfficesWithComponentsData = {}): CancelablePromise<PostApiCrmServiceTaxOfficesWithComponentsResponse> {
2394
- return this.httpRequest.request({
2395
- method: 'POST',
2396
- url: '/api/crm-service/tax-offices/with-components',
2397
- body: data.requestBody,
2398
- mediaType: 'application/json',
2399
- errors: {
2400
- 400: 'Bad Request',
2401
- 401: 'Unauthorized',
2402
- 403: 'Forbidden',
2403
- 404: 'Not Found',
2404
- 500: 'Server Error',
2405
- 501: 'Server Error'
2406
- }
2407
- });
2408
- }
2409
-
2410
- /**
2411
- * @param data The data for the request.
2412
- * @param data.id
2413
- * @returns unknown Success
2414
- * @throws ApiError
2415
- */
2416
- public deleteApiCrmServiceTaxOfficesByIdWithComponents(data: DeleteApiCrmServiceTaxOfficesByIdWithComponentsData): CancelablePromise<DeleteApiCrmServiceTaxOfficesByIdWithComponentsResponse> {
2417
- return this.httpRequest.request({
2418
- method: 'DELETE',
2419
- url: '/api/crm-service/tax-offices/{id}/with-components',
2420
- path: {
2421
- id: data.id
2422
- },
2423
- errors: {
2424
- 400: 'Bad Request',
2425
- 401: 'Unauthorized',
2426
- 403: 'Forbidden',
2427
- 404: 'Not Found',
2428
- 500: 'Server Error',
2429
- 501: 'Server Error'
2430
- }
2431
- });
2432
- }
2433
-
2434
- /**
2435
- * @param data The data for the request.
2436
- * @param data.id
2437
- * @param data.requestBody
2438
- * @returns unknown Success
2439
- * @throws ApiError
2440
- */
2441
- public postApiCrmServiceTaxOfficesByIdAffiliations(data: PostApiCrmServiceTaxOfficesByIdAffiliationsData): CancelablePromise<PostApiCrmServiceTaxOfficesByIdAffiliationsResponse> {
2442
- return this.httpRequest.request({
2443
- method: 'POST',
2444
- url: '/api/crm-service/tax-offices/{id}/affiliations',
2445
- path: {
2446
- id: data.id
2447
- },
2448
- body: data.requestBody,
2449
- mediaType: 'application/json',
2450
- errors: {
2451
- 400: 'Bad Request',
2452
- 401: 'Unauthorized',
2453
- 403: 'Forbidden',
2454
- 404: 'Not Found',
2455
- 500: 'Server Error',
2456
- 501: 'Server Error'
2457
- }
2458
- });
2459
- }
2460
-
2461
- /**
2462
- * @param data The data for the request.
2463
- * @param data.id
2464
- * @param data.affiliationCodeId
2465
- * @param data.affiliationTypeCode
2466
- * @param data.sorting
2467
- * @param data.skipCount
2468
- * @param data.maxResultCount
2469
- * @returns PagedResultDto_AffiliationTypeDto Success
2470
- * @throws ApiError
2471
- */
2472
- public getApiCrmServiceTaxOfficesByIdAffiliations(data: GetApiCrmServiceTaxOfficesByIdAffiliationsData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdAffiliationsResponse> {
2473
- return this.httpRequest.request({
2474
- method: 'GET',
2475
- url: '/api/crm-service/tax-offices/{id}/affiliations',
2476
- path: {
2477
- id: data.id
2478
- },
2479
- query: {
2480
- AffiliationCodeId: data.affiliationCodeId,
2481
- AffiliationTypeCode: data.affiliationTypeCode,
2482
- Sorting: data.sorting,
2483
- SkipCount: data.skipCount,
2484
- MaxResultCount: data.maxResultCount
2485
- },
2486
- errors: {
2487
- 400: 'Bad Request',
2488
- 401: 'Unauthorized',
2489
- 403: 'Forbidden',
2490
- 404: 'Not Found',
2491
- 500: 'Server Error',
2492
- 501: 'Server Error'
2493
- }
2494
- });
2495
- }
2496
-
2497
- /**
2498
- * @param data The data for the request.
2499
- * @param data.id
2500
- * @param data.organizationId
2501
- * @param data.requestBody
2502
- * @returns UniRefund_CRMService_Organizations_OrganizationDto Success
2503
- * @throws ApiError
2504
- */
2505
- public putApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationId(data: PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdResponse> {
2506
- return this.httpRequest.request({
2507
- method: 'PUT',
2508
- url: '/api/crm-service/tax-offices/{id}/organizations/{organizationId}',
2509
- path: {
2510
- id: data.id,
2511
- organizationId: data.organizationId
2512
- },
2513
- body: data.requestBody,
2514
- mediaType: 'application/json',
2515
- errors: {
2516
- 400: 'Bad Request',
2517
- 401: 'Unauthorized',
2518
- 403: 'Forbidden',
2519
- 404: 'Not Found',
2520
- 500: 'Server Error',
2521
- 501: 'Server Error'
2522
- }
2523
- });
2524
- }
2525
-
2526
- /**
2527
- * @param data The data for the request.
2528
- * @param data.id
2529
- * @param data.telephoneId
2530
- * @param data.requestBody
2531
- * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
2532
- * @throws ApiError
2533
- */
2534
- public putApiCrmServiceTaxOfficesByIdTelephonesByTelephoneId(data: PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdResponse> {
2535
- return this.httpRequest.request({
2536
- method: 'PUT',
2537
- url: '/api/crm-service/tax-offices/{id}/telephones/{telephoneId}',
2538
- path: {
2539
- id: data.id,
2540
- telephoneId: data.telephoneId
2541
- },
2542
- body: data.requestBody,
2543
- mediaType: 'application/json',
2544
- errors: {
2545
- 400: 'Bad Request',
2546
- 401: 'Unauthorized',
2547
- 403: 'Forbidden',
2548
- 404: 'Not Found',
2549
- 500: 'Server Error',
2550
- 501: 'Server Error'
2551
- }
2552
- });
2553
- }
2554
-
2555
- /**
2556
- * @param data The data for the request.
2557
- * @param data.id
2558
- * @param data.addressId
2559
- * @param data.requestBody
2560
- * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
2561
- * @throws ApiError
2562
- */
2563
- public putApiCrmServiceTaxOfficesByIdAddressesByAddressId(data: PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdResponse> {
2564
- return this.httpRequest.request({
2565
- method: 'PUT',
2566
- url: '/api/crm-service/tax-offices/{id}/addresses/{addressId}',
2567
- path: {
2568
- id: data.id,
2569
- addressId: data.addressId
2570
- },
2571
- body: data.requestBody,
2572
- mediaType: 'application/json',
2573
- errors: {
2574
- 400: 'Bad Request',
2575
- 401: 'Unauthorized',
2576
- 403: 'Forbidden',
2577
- 404: 'Not Found',
2578
- 500: 'Server Error',
2579
- 501: 'Server Error'
2580
- }
2581
- });
2582
- }
2583
-
2584
- /**
2585
- * @param data The data for the request.
2586
- * @param data.id
2587
- * @param data.emailId
2588
- * @param data.requestBody
2589
- * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
2590
- * @throws ApiError
2591
- */
2592
- public putApiCrmServiceTaxOfficesByIdEmailsByEmailId(data: PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdResponse> {
2593
- return this.httpRequest.request({
2594
- method: 'PUT',
2595
- url: '/api/crm-service/tax-offices/{id}/emails/{emailId}',
2596
- path: {
2597
- id: data.id,
2598
- emailId: data.emailId
2599
- },
2600
- body: data.requestBody,
2601
- mediaType: 'application/json',
2602
- errors: {
2603
- 400: 'Bad Request',
2604
- 401: 'Unauthorized',
2605
- 403: 'Forbidden',
2606
- 404: 'Not Found',
2607
- 500: 'Server Error',
2608
- 501: 'Server Error'
2609
- }
2610
- });
2611
- }
2612
-
2613
- /**
2614
- * @param data The data for the request.
2615
- * @param data.id
2616
- * @returns boolean Success
2617
- * @throws ApiError
2618
- */
2619
- public getApiCrmServiceTaxOfficesByIdAny(data: GetApiCrmServiceTaxOfficesByIdAnyData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdAnyResponse> {
2620
- return this.httpRequest.request({
2621
- method: 'GET',
2622
- url: '/api/crm-service/tax-offices/{id}/any',
2623
- path: {
2624
- id: data.id
2625
- },
2626
- errors: {
2627
- 400: 'Bad Request',
2628
- 401: 'Unauthorized',
2629
- 403: 'Forbidden',
2630
- 404: 'Not Found',
2631
- 500: 'Server Error',
2632
- 501: 'Server Error'
2633
- }
2634
- });
2635
- }
2636
-
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+
3
+ import type { CancelablePromise } from './core/CancelablePromise';
4
+ import type { BaseHttpRequest } from './core/BaseHttpRequest';
5
+ import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiCrmServiceAffiliationCodesData, GetApiCrmServiceAffiliationCodesResponse, PostApiCrmServiceAffiliationCodesData, PostApiCrmServiceAffiliationCodesResponse, GetApiCrmServiceAffiliationCodesByIdData, GetApiCrmServiceAffiliationCodesByIdResponse, PutApiCrmServiceAffiliationCodesByIdData, PutApiCrmServiceAffiliationCodesByIdResponse, DeleteApiCrmServiceAffiliationCodesByIdData, DeleteApiCrmServiceAffiliationCodesByIdResponse, PostApiCrmServiceAffiliationCodesByIdTranslationData, PostApiCrmServiceAffiliationCodesByIdTranslationResponse, PutApiCrmServiceAffiliationCodesByIdTranslationData, PutApiCrmServiceAffiliationCodesByIdTranslationResponse, GetApiCrmServiceAffiliationCodesByIdExistByIdAsyncData, GetApiCrmServiceAffiliationCodesByIdExistByIdAsyncResponse, GetApiCrmServiceCustomsData, GetApiCrmServiceCustomsResponse, GetApiCrmServiceCustomsByIdDetailData, GetApiCrmServiceCustomsByIdDetailResponse, GetApiCrmServiceCustomsByIdSubCustomsData, GetApiCrmServiceCustomsByIdSubCustomsResponse, PostApiCrmServiceCustomsWithComponentsData, PostApiCrmServiceCustomsWithComponentsResponse, DeleteApiCrmServiceCustomsByIdWithComponentsData, DeleteApiCrmServiceCustomsByIdWithComponentsResponse, PostApiCrmServiceCustomsByIdAffiliationsData, PostApiCrmServiceCustomsByIdAffiliationsResponse, GetApiCrmServiceCustomsByIdAffiliationsData, GetApiCrmServiceCustomsByIdAffiliationsResponse, PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdData, PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceCustomsByIdAddressesByAddressIdData, PutApiCrmServiceCustomsByIdAddressesByAddressIdResponse, PutApiCrmServiceCustomsByIdEmailsByEmailIdData, PutApiCrmServiceCustomsByIdEmailsByEmailIdResponse, PostApiCrmServiceIndividualsWithComponentsData, PostApiCrmServiceIndividualsWithComponentsResponse, DeleteApiCrmServiceIndividualsByIdData, DeleteApiCrmServiceIndividualsByIdResponse, GetApiCrmServiceIndividualsByIdData, GetApiCrmServiceIndividualsByIdResponse, GetApiCrmServiceIndividualsData, GetApiCrmServiceIndividualsResponse, GetApiCrmServiceIndividualsUserDevicesNamesData, GetApiCrmServiceIndividualsUserDevicesNamesResponse, GetApiCrmServiceIndividualsAllUserDevicesNamesData, GetApiCrmServiceIndividualsAllUserDevicesNamesResponse, GetApiCrmServiceMerchantsData, GetApiCrmServiceMerchantsResponse, GetApiCrmServiceMerchantsByIdBasicInformationData, GetApiCrmServiceMerchantsByIdBasicInformationResponse, GetApiCrmServiceMerchantsInfoData, GetApiCrmServiceMerchantsInfoResponse, GetApiCrmServiceMerchantsByIdData, GetApiCrmServiceMerchantsByIdResponse, PutApiCrmServiceMerchantsByIdData, PutApiCrmServiceMerchantsByIdResponse, GetApiCrmServiceMerchantsByIdEnsureExistData, GetApiCrmServiceMerchantsByIdEnsureExistResponse, GetApiCrmServiceMerchantsByIdDetailData, GetApiCrmServiceMerchantsByIdDetailResponse, GetApiCrmServiceMerchantsByIdSubMerchantsData, GetApiCrmServiceMerchantsByIdSubMerchantsResponse, GetApiCrmServiceMerchantsByIdAffiliatedIndividualsData, GetApiCrmServiceMerchantsByIdAffiliatedIndividualsResponse, PostApiCrmServiceMerchantsByIdAffiliatedIndividualsData, PostApiCrmServiceMerchantsByIdAffiliatedIndividualsResponse, PostApiCrmServiceMerchantsWithComponentsData, PostApiCrmServiceMerchantsWithComponentsResponse, DeleteApiCrmServiceMerchantsByIdWithComponentsData, DeleteApiCrmServiceMerchantsByIdWithComponentsResponse, GetApiCrmServiceMerchantsByIdAffiliationsData, GetApiCrmServiceMerchantsByIdAffiliationsResponse, PostApiCrmServiceMerchantsByIdAffiliationsData, PostApiCrmServiceMerchantsByIdAffiliationsResponse, DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData, PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceMerchantsByIdAffiliatedIndividualsByIndividualIdData, PutApiCrmServiceMerchantsByIdAffiliatedIndividualsByIndividualIdResponse, PostApiCrmServiceMerchantsBulkProductGroupMerchantsData, PostApiCrmServiceMerchantsBulkProductGroupMerchantsResponse, GetApiCrmServiceMerchantsByIdTelephonesData, GetApiCrmServiceMerchantsByIdTelephonesResponse, PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdData, PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdResponse, GetApiCrmServiceMerchantsByIdAddressesData, GetApiCrmServiceMerchantsByIdAddressesResponse, PutApiCrmServiceMerchantsByIdAddressesByAddressIdData, PutApiCrmServiceMerchantsByIdAddressesByAddressIdResponse, GetApiCrmServiceMerchantsByIdEmailsData, GetApiCrmServiceMerchantsByIdEmailsResponse, PutApiCrmServiceMerchantsByIdEmailsByEmailIdData, PutApiCrmServiceMerchantsByIdEmailsByEmailIdResponse, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdData, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdResponse, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdData, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdResponse, PostApiCrmServiceOrganizationsWithComponentsData, PostApiCrmServiceOrganizationsWithComponentsResponse, GetApiCrmServiceOrganizationsData, GetApiCrmServiceOrganizationsResponse, GetApiCrmServiceRefundPointsData, GetApiCrmServiceRefundPointsResponse, GetApiCrmServiceRefundPointsByIdDetailData, GetApiCrmServiceRefundPointsByIdDetailResponse, GetApiCrmServiceRefundPointsByIdBasicInformationData, GetApiCrmServiceRefundPointsByIdBasicInformationResponse, GetApiCrmServiceRefundPointsByIdSubRefundPointsData, GetApiCrmServiceRefundPointsByIdSubRefundPointsResponse, PostApiCrmServiceRefundPointsWithComponentsData, PostApiCrmServiceRefundPointsWithComponentsResponse, DeleteApiCrmServiceRefundPointsByIdWithComponentsData, DeleteApiCrmServiceRefundPointsByIdWithComponentsResponse, PostApiCrmServiceRefundPointsByIdAffiliationsData, PostApiCrmServiceRefundPointsByIdAffiliationsResponse, GetApiCrmServiceRefundPointsByIdAffiliationsData, GetApiCrmServiceRefundPointsByIdAffiliationsResponse, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdData, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdResponse, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdData, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdResponse, GetApiCrmServiceRefundPointsByIdExistData, GetApiCrmServiceRefundPointsByIdExistResponse, GetApiCrmServiceRefundPointsRefundPointNamesData, GetApiCrmServiceRefundPointsRefundPointNamesResponse, GetApiCrmServiceTaxFreesData, GetApiCrmServiceTaxFreesResponse, GetApiCrmServiceTaxFreesByIdDetailData, GetApiCrmServiceTaxFreesByIdDetailResponse, GetApiCrmServiceTaxFreesByIdSubTaxFreeData, GetApiCrmServiceTaxFreesByIdSubTaxFreeResponse, PostApiCrmServiceTaxFreesWithComponentsData, PostApiCrmServiceTaxFreesWithComponentsResponse, DeleteApiCrmServiceTaxFreesByIdWithComponentsData, DeleteApiCrmServiceTaxFreesByIdWithComponentsResponse, PostApiCrmServiceTaxFreesByIdAffiliationsData, PostApiCrmServiceTaxFreesByIdAffiliationsResponse, GetApiCrmServiceTaxFreesByIdAffiliationsData, GetApiCrmServiceTaxFreesByIdAffiliationsResponse, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdData, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdData, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxOfficesData, GetApiCrmServiceTaxOfficesResponse, GetApiCrmServiceTaxOfficesByIdData, GetApiCrmServiceTaxOfficesByIdResponse, GetApiCrmServiceTaxOfficesByIdDetailData, GetApiCrmServiceTaxOfficesByIdDetailResponse, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesData, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesResponse, PostApiCrmServiceTaxOfficesWithComponentsData, PostApiCrmServiceTaxOfficesWithComponentsResponse, DeleteApiCrmServiceTaxOfficesByIdWithComponentsData, DeleteApiCrmServiceTaxOfficesByIdWithComponentsResponse, PostApiCrmServiceTaxOfficesByIdAffiliationsData, PostApiCrmServiceTaxOfficesByIdAffiliationsResponse, GetApiCrmServiceTaxOfficesByIdAffiliationsData, GetApiCrmServiceTaxOfficesByIdAffiliationsResponse, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdData, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdData, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxOfficesByIdAnyData, GetApiCrmServiceTaxOfficesByIdAnyResponse } from './types.gen';
6
+
7
+ export class AbpApiDefinitionService {
8
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
9
+
10
+ /**
11
+ * @param data The data for the request.
12
+ * @param data.includeTypes
13
+ * @returns Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel Success
14
+ * @throws ApiError
15
+ */
16
+ public getApiAbpApiDefinition(data: GetApiAbpApiDefinitionData = {}): CancelablePromise<GetApiAbpApiDefinitionResponse> {
17
+ return this.httpRequest.request({
18
+ method: 'GET',
19
+ url: '/api/abp/api-definition',
20
+ query: {
21
+ IncludeTypes: data.includeTypes
22
+ },
23
+ errors: {
24
+ 400: 'Bad Request',
25
+ 401: 'Unauthorized',
26
+ 403: 'Forbidden',
27
+ 404: 'Not Found',
28
+ 500: 'Server Error',
29
+ 501: 'Server Error'
30
+ }
31
+ });
32
+ }
33
+
34
+ }
35
+
36
+ export class AbpApplicationConfigurationService {
37
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
38
+
39
+ /**
40
+ * @param data The data for the request.
41
+ * @param data.includeLocalizationResources
42
+ * @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto Success
43
+ * @throws ApiError
44
+ */
45
+ public getApiAbpApplicationConfiguration(data: GetApiAbpApplicationConfigurationData = {}): CancelablePromise<GetApiAbpApplicationConfigurationResponse> {
46
+ return this.httpRequest.request({
47
+ method: 'GET',
48
+ url: '/api/abp/application-configuration',
49
+ query: {
50
+ IncludeLocalizationResources: data.includeLocalizationResources
51
+ },
52
+ errors: {
53
+ 400: 'Bad Request',
54
+ 401: 'Unauthorized',
55
+ 403: 'Forbidden',
56
+ 404: 'Not Found',
57
+ 500: 'Server Error',
58
+ 501: 'Server Error'
59
+ }
60
+ });
61
+ }
62
+
63
+ }
64
+
65
+ export class AbpApplicationLocalizationService {
66
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
67
+
68
+ /**
69
+ * @param data The data for the request.
70
+ * @param data.cultureName
71
+ * @param data.onlyDynamics
72
+ * @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto Success
73
+ * @throws ApiError
74
+ */
75
+ public getApiAbpApplicationLocalization(data: GetApiAbpApplicationLocalizationData): CancelablePromise<GetApiAbpApplicationLocalizationResponse> {
76
+ return this.httpRequest.request({
77
+ method: 'GET',
78
+ url: '/api/abp/application-localization',
79
+ query: {
80
+ CultureName: data.cultureName,
81
+ OnlyDynamics: data.onlyDynamics
82
+ },
83
+ errors: {
84
+ 400: 'Bad Request',
85
+ 401: 'Unauthorized',
86
+ 403: 'Forbidden',
87
+ 404: 'Not Found',
88
+ 500: 'Server Error',
89
+ 501: 'Server Error'
90
+ }
91
+ });
92
+ }
93
+
94
+ }
95
+
96
+ export class AffiliationCodeService {
97
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
98
+
99
+ /**
100
+ * @param data The data for the request.
101
+ * @param data.sorting
102
+ * @param data.skipCount
103
+ * @param data.maxResultCount
104
+ * @returns PagedResultDto_AffiliationCodeDto Success
105
+ * @throws ApiError
106
+ */
107
+ public getApiCrmServiceAffiliationCodes(data: GetApiCrmServiceAffiliationCodesData = {}): CancelablePromise<GetApiCrmServiceAffiliationCodesResponse> {
108
+ return this.httpRequest.request({
109
+ method: 'GET',
110
+ url: '/api/crm-service/affiliation-codes',
111
+ query: {
112
+ Sorting: data.sorting,
113
+ SkipCount: data.skipCount,
114
+ MaxResultCount: data.maxResultCount
115
+ },
116
+ errors: {
117
+ 400: 'Bad Request',
118
+ 401: 'Unauthorized',
119
+ 403: 'Forbidden',
120
+ 404: 'Not Found',
121
+ 500: 'Server Error',
122
+ 501: 'Server Error'
123
+ }
124
+ });
125
+ }
126
+
127
+ /**
128
+ * @param data The data for the request.
129
+ * @param data.requestBody
130
+ * @returns UniRefund_CRMService_AffiliationCodes_AffiliationCodeDto Success
131
+ * @throws ApiError
132
+ */
133
+ public postApiCrmServiceAffiliationCodes(data: PostApiCrmServiceAffiliationCodesData = {}): CancelablePromise<PostApiCrmServiceAffiliationCodesResponse> {
134
+ return this.httpRequest.request({
135
+ method: 'POST',
136
+ url: '/api/crm-service/affiliation-codes',
137
+ body: data.requestBody,
138
+ mediaType: 'application/json',
139
+ errors: {
140
+ 400: 'Bad Request',
141
+ 401: 'Unauthorized',
142
+ 403: 'Forbidden',
143
+ 404: 'Not Found',
144
+ 500: 'Server Error',
145
+ 501: 'Server Error'
146
+ }
147
+ });
148
+ }
149
+
150
+ /**
151
+ * @param data The data for the request.
152
+ * @param data.id
153
+ * @returns UniRefund_CRMService_AffiliationCodes_AffiliationCodeDto Success
154
+ * @throws ApiError
155
+ */
156
+ public getApiCrmServiceAffiliationCodesById(data: GetApiCrmServiceAffiliationCodesByIdData): CancelablePromise<GetApiCrmServiceAffiliationCodesByIdResponse> {
157
+ return this.httpRequest.request({
158
+ method: 'GET',
159
+ url: '/api/crm-service/affiliation-codes/{id}',
160
+ path: {
161
+ id: data.id
162
+ },
163
+ errors: {
164
+ 400: 'Bad Request',
165
+ 401: 'Unauthorized',
166
+ 403: 'Forbidden',
167
+ 404: 'Not Found',
168
+ 500: 'Server Error',
169
+ 501: 'Server Error'
170
+ }
171
+ });
172
+ }
173
+
174
+ /**
175
+ * @param data The data for the request.
176
+ * @param data.id
177
+ * @param data.requestBody
178
+ * @returns UniRefund_CRMService_AffiliationCodes_AffiliationCodeDto Success
179
+ * @throws ApiError
180
+ */
181
+ public putApiCrmServiceAffiliationCodesById(data: PutApiCrmServiceAffiliationCodesByIdData): CancelablePromise<PutApiCrmServiceAffiliationCodesByIdResponse> {
182
+ return this.httpRequest.request({
183
+ method: 'PUT',
184
+ url: '/api/crm-service/affiliation-codes/{id}',
185
+ path: {
186
+ id: data.id
187
+ },
188
+ body: data.requestBody,
189
+ mediaType: 'application/json',
190
+ errors: {
191
+ 400: 'Bad Request',
192
+ 401: 'Unauthorized',
193
+ 403: 'Forbidden',
194
+ 404: 'Not Found',
195
+ 500: 'Server Error',
196
+ 501: 'Server Error'
197
+ }
198
+ });
199
+ }
200
+
201
+ /**
202
+ * @param data The data for the request.
203
+ * @param data.id
204
+ * @returns unknown Success
205
+ * @throws ApiError
206
+ */
207
+ public deleteApiCrmServiceAffiliationCodesById(data: DeleteApiCrmServiceAffiliationCodesByIdData): CancelablePromise<DeleteApiCrmServiceAffiliationCodesByIdResponse> {
208
+ return this.httpRequest.request({
209
+ method: 'DELETE',
210
+ url: '/api/crm-service/affiliation-codes/{id}',
211
+ path: {
212
+ id: data.id
213
+ },
214
+ errors: {
215
+ 400: 'Bad Request',
216
+ 401: 'Unauthorized',
217
+ 403: 'Forbidden',
218
+ 404: 'Not Found',
219
+ 500: 'Server Error',
220
+ 501: 'Server Error'
221
+ }
222
+ });
223
+ }
224
+
225
+ /**
226
+ * @param data The data for the request.
227
+ * @param data.id
228
+ * @param data.requestBody
229
+ * @returns unknown Success
230
+ * @throws ApiError
231
+ */
232
+ public postApiCrmServiceAffiliationCodesByIdTranslation(data: PostApiCrmServiceAffiliationCodesByIdTranslationData): CancelablePromise<PostApiCrmServiceAffiliationCodesByIdTranslationResponse> {
233
+ return this.httpRequest.request({
234
+ method: 'POST',
235
+ url: '/api/crm-service/affiliation-codes/{id}/translation',
236
+ path: {
237
+ id: data.id
238
+ },
239
+ body: data.requestBody,
240
+ mediaType: 'application/json',
241
+ errors: {
242
+ 400: 'Bad Request',
243
+ 401: 'Unauthorized',
244
+ 403: 'Forbidden',
245
+ 404: 'Not Found',
246
+ 500: 'Server Error',
247
+ 501: 'Server Error'
248
+ }
249
+ });
250
+ }
251
+
252
+ /**
253
+ * @param data The data for the request.
254
+ * @param data.id
255
+ * @param data.requestBody
256
+ * @returns unknown Success
257
+ * @throws ApiError
258
+ */
259
+ public putApiCrmServiceAffiliationCodesByIdTranslation(data: PutApiCrmServiceAffiliationCodesByIdTranslationData): CancelablePromise<PutApiCrmServiceAffiliationCodesByIdTranslationResponse> {
260
+ return this.httpRequest.request({
261
+ method: 'PUT',
262
+ url: '/api/crm-service/affiliation-codes/{id}/translation',
263
+ path: {
264
+ id: data.id
265
+ },
266
+ body: data.requestBody,
267
+ mediaType: 'application/json',
268
+ errors: {
269
+ 400: 'Bad Request',
270
+ 401: 'Unauthorized',
271
+ 403: 'Forbidden',
272
+ 404: 'Not Found',
273
+ 500: 'Server Error',
274
+ 501: 'Server Error'
275
+ }
276
+ });
277
+ }
278
+
279
+ /**
280
+ * @param data The data for the request.
281
+ * @param data.id
282
+ * @returns unknown Success
283
+ * @throws ApiError
284
+ */
285
+ public getApiCrmServiceAffiliationCodesByIdExistByIdAsync(data: GetApiCrmServiceAffiliationCodesByIdExistByIdAsyncData): CancelablePromise<GetApiCrmServiceAffiliationCodesByIdExistByIdAsyncResponse> {
286
+ return this.httpRequest.request({
287
+ method: 'GET',
288
+ url: '/api/crm-service/affiliation-codes/{id}/exist-by-id-async',
289
+ path: {
290
+ id: data.id
291
+ },
292
+ errors: {
293
+ 400: 'Bad Request',
294
+ 401: 'Unauthorized',
295
+ 403: 'Forbidden',
296
+ 404: 'Not Found',
297
+ 500: 'Server Error',
298
+ 501: 'Server Error'
299
+ }
300
+ });
301
+ }
302
+
303
+ }
304
+
305
+ export class CustomsService {
306
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
307
+
308
+ /**
309
+ * @param data The data for the request.
310
+ * @param data.sorting
311
+ * @param data.skipCount
312
+ * @param data.maxResultCount
313
+ * @returns PagedResultDto_CustomsProfileDto Success
314
+ * @throws ApiError
315
+ */
316
+ public getApiCrmServiceCustoms(data: GetApiCrmServiceCustomsData = {}): CancelablePromise<GetApiCrmServiceCustomsResponse> {
317
+ return this.httpRequest.request({
318
+ method: 'GET',
319
+ url: '/api/crm-service/customs',
320
+ query: {
321
+ Sorting: data.sorting,
322
+ SkipCount: data.skipCount,
323
+ MaxResultCount: data.maxResultCount
324
+ },
325
+ errors: {
326
+ 400: 'Bad Request',
327
+ 401: 'Unauthorized',
328
+ 403: 'Forbidden',
329
+ 404: 'Not Found',
330
+ 500: 'Server Error',
331
+ 501: 'Server Error'
332
+ }
333
+ });
334
+ }
335
+
336
+ /**
337
+ * @param data The data for the request.
338
+ * @param data.id
339
+ * @returns UniRefund_CRMService_Customss_CustomsDto Success
340
+ * @throws ApiError
341
+ */
342
+ public getApiCrmServiceCustomsByIdDetail(data: GetApiCrmServiceCustomsByIdDetailData): CancelablePromise<GetApiCrmServiceCustomsByIdDetailResponse> {
343
+ return this.httpRequest.request({
344
+ method: 'GET',
345
+ url: '/api/crm-service/customs/{id}/detail',
346
+ path: {
347
+ id: data.id
348
+ },
349
+ errors: {
350
+ 400: 'Bad Request',
351
+ 401: 'Unauthorized',
352
+ 403: 'Forbidden',
353
+ 404: 'Not Found',
354
+ 500: 'Server Error',
355
+ 501: 'Server Error'
356
+ }
357
+ });
358
+ }
359
+
360
+ /**
361
+ * @param data The data for the request.
362
+ * @param data.id
363
+ * @returns PagedResultDto_CustomsProfileDto Success
364
+ * @throws ApiError
365
+ */
366
+ public getApiCrmServiceCustomsByIdSubCustoms(data: GetApiCrmServiceCustomsByIdSubCustomsData): CancelablePromise<GetApiCrmServiceCustomsByIdSubCustomsResponse> {
367
+ return this.httpRequest.request({
368
+ method: 'GET',
369
+ url: '/api/crm-service/customs/{id}/sub-customs',
370
+ path: {
371
+ id: data.id
372
+ },
373
+ errors: {
374
+ 400: 'Bad Request',
375
+ 401: 'Unauthorized',
376
+ 403: 'Forbidden',
377
+ 404: 'Not Found',
378
+ 500: 'Server Error',
379
+ 501: 'Server Error'
380
+ }
381
+ });
382
+ }
383
+
384
+ /**
385
+ * @param data The data for the request.
386
+ * @param data.requestBody
387
+ * @returns UniRefund_CRMService_Customss_CustomsProfileDto Success
388
+ * @throws ApiError
389
+ */
390
+ public postApiCrmServiceCustomsWithComponents(data: PostApiCrmServiceCustomsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceCustomsWithComponentsResponse> {
391
+ return this.httpRequest.request({
392
+ method: 'POST',
393
+ url: '/api/crm-service/customs/with-components',
394
+ body: data.requestBody,
395
+ mediaType: 'application/json',
396
+ errors: {
397
+ 400: 'Bad Request',
398
+ 401: 'Unauthorized',
399
+ 403: 'Forbidden',
400
+ 404: 'Not Found',
401
+ 500: 'Server Error',
402
+ 501: 'Server Error'
403
+ }
404
+ });
405
+ }
406
+
407
+ /**
408
+ * @param data The data for the request.
409
+ * @param data.id
410
+ * @returns unknown Success
411
+ * @throws ApiError
412
+ */
413
+ public deleteApiCrmServiceCustomsByIdWithComponents(data: DeleteApiCrmServiceCustomsByIdWithComponentsData): CancelablePromise<DeleteApiCrmServiceCustomsByIdWithComponentsResponse> {
414
+ return this.httpRequest.request({
415
+ method: 'DELETE',
416
+ url: '/api/crm-service/customs/{id}/with-components',
417
+ path: {
418
+ id: data.id
419
+ },
420
+ errors: {
421
+ 400: 'Bad Request',
422
+ 401: 'Unauthorized',
423
+ 403: 'Forbidden',
424
+ 404: 'Not Found',
425
+ 500: 'Server Error',
426
+ 501: 'Server Error'
427
+ }
428
+ });
429
+ }
430
+
431
+ /**
432
+ * @param data The data for the request.
433
+ * @param data.id
434
+ * @param data.requestBody
435
+ * @returns unknown Success
436
+ * @throws ApiError
437
+ */
438
+ public postApiCrmServiceCustomsByIdAffiliations(data: PostApiCrmServiceCustomsByIdAffiliationsData): CancelablePromise<PostApiCrmServiceCustomsByIdAffiliationsResponse> {
439
+ return this.httpRequest.request({
440
+ method: 'POST',
441
+ url: '/api/crm-service/customs/{id}/affiliations',
442
+ path: {
443
+ id: data.id
444
+ },
445
+ body: data.requestBody,
446
+ mediaType: 'application/json',
447
+ errors: {
448
+ 400: 'Bad Request',
449
+ 401: 'Unauthorized',
450
+ 403: 'Forbidden',
451
+ 404: 'Not Found',
452
+ 500: 'Server Error',
453
+ 501: 'Server Error'
454
+ }
455
+ });
456
+ }
457
+
458
+ /**
459
+ * @param data The data for the request.
460
+ * @param data.id
461
+ * @param data.affiliationCodeId
462
+ * @param data.affiliationTypeCode
463
+ * @param data.sorting
464
+ * @param data.skipCount
465
+ * @param data.maxResultCount
466
+ * @returns PagedResultDto_AffiliationTypeDto Success
467
+ * @throws ApiError
468
+ */
469
+ public getApiCrmServiceCustomsByIdAffiliations(data: GetApiCrmServiceCustomsByIdAffiliationsData): CancelablePromise<GetApiCrmServiceCustomsByIdAffiliationsResponse> {
470
+ return this.httpRequest.request({
471
+ method: 'GET',
472
+ url: '/api/crm-service/customs/{id}/affiliations',
473
+ path: {
474
+ id: data.id
475
+ },
476
+ query: {
477
+ AffiliationCodeId: data.affiliationCodeId,
478
+ AffiliationTypeCode: data.affiliationTypeCode,
479
+ Sorting: data.sorting,
480
+ SkipCount: data.skipCount,
481
+ MaxResultCount: data.maxResultCount
482
+ },
483
+ errors: {
484
+ 400: 'Bad Request',
485
+ 401: 'Unauthorized',
486
+ 403: 'Forbidden',
487
+ 404: 'Not Found',
488
+ 500: 'Server Error',
489
+ 501: 'Server Error'
490
+ }
491
+ });
492
+ }
493
+
494
+ /**
495
+ * @param data The data for the request.
496
+ * @param data.id
497
+ * @param data.organizationId
498
+ * @param data.requestBody
499
+ * @returns UniRefund_CRMService_Organizations_OrganizationDto Success
500
+ * @throws ApiError
501
+ */
502
+ public putApiCrmServiceCustomsByIdOrganizationsByOrganizationId(data: PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdData): CancelablePromise<PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdResponse> {
503
+ return this.httpRequest.request({
504
+ method: 'PUT',
505
+ url: '/api/crm-service/customs/{id}/organizations/{organizationId}',
506
+ path: {
507
+ id: data.id,
508
+ organizationId: data.organizationId
509
+ },
510
+ body: data.requestBody,
511
+ mediaType: 'application/json',
512
+ errors: {
513
+ 400: 'Bad Request',
514
+ 401: 'Unauthorized',
515
+ 403: 'Forbidden',
516
+ 404: 'Not Found',
517
+ 500: 'Server Error',
518
+ 501: 'Server Error'
519
+ }
520
+ });
521
+ }
522
+
523
+ /**
524
+ * @param data The data for the request.
525
+ * @param data.id
526
+ * @param data.telephoneId
527
+ * @param data.requestBody
528
+ * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
529
+ * @throws ApiError
530
+ */
531
+ public putApiCrmServiceCustomsByIdTelephonesByTelephoneId(data: PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdData): CancelablePromise<PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdResponse> {
532
+ return this.httpRequest.request({
533
+ method: 'PUT',
534
+ url: '/api/crm-service/customs/{id}/telephones/{telephoneId}',
535
+ path: {
536
+ id: data.id,
537
+ telephoneId: data.telephoneId
538
+ },
539
+ body: data.requestBody,
540
+ mediaType: 'application/json',
541
+ errors: {
542
+ 400: 'Bad Request',
543
+ 401: 'Unauthorized',
544
+ 403: 'Forbidden',
545
+ 404: 'Not Found',
546
+ 500: 'Server Error',
547
+ 501: 'Server Error'
548
+ }
549
+ });
550
+ }
551
+
552
+ /**
553
+ * @param data The data for the request.
554
+ * @param data.id
555
+ * @param data.addressId
556
+ * @param data.requestBody
557
+ * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
558
+ * @throws ApiError
559
+ */
560
+ public putApiCrmServiceCustomsByIdAddressesByAddressId(data: PutApiCrmServiceCustomsByIdAddressesByAddressIdData): CancelablePromise<PutApiCrmServiceCustomsByIdAddressesByAddressIdResponse> {
561
+ return this.httpRequest.request({
562
+ method: 'PUT',
563
+ url: '/api/crm-service/customs/{id}/addresses/{addressId}',
564
+ path: {
565
+ id: data.id,
566
+ addressId: data.addressId
567
+ },
568
+ body: data.requestBody,
569
+ mediaType: 'application/json',
570
+ errors: {
571
+ 400: 'Bad Request',
572
+ 401: 'Unauthorized',
573
+ 403: 'Forbidden',
574
+ 404: 'Not Found',
575
+ 500: 'Server Error',
576
+ 501: 'Server Error'
577
+ }
578
+ });
579
+ }
580
+
581
+ /**
582
+ * @param data The data for the request.
583
+ * @param data.id
584
+ * @param data.emailId
585
+ * @param data.addressId
586
+ * @param data.requestBody
587
+ * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
588
+ * @throws ApiError
589
+ */
590
+ public putApiCrmServiceCustomsByIdEmailsByEmailId(data: PutApiCrmServiceCustomsByIdEmailsByEmailIdData): CancelablePromise<PutApiCrmServiceCustomsByIdEmailsByEmailIdResponse> {
591
+ return this.httpRequest.request({
592
+ method: 'PUT',
593
+ url: '/api/crm-service/customs/{id}/emails/{emailId}',
594
+ path: {
595
+ id: data.id,
596
+ emailId: data.emailId
597
+ },
598
+ query: {
599
+ addressId: data.addressId
600
+ },
601
+ body: data.requestBody,
602
+ mediaType: 'application/json',
603
+ errors: {
604
+ 400: 'Bad Request',
605
+ 401: 'Unauthorized',
606
+ 403: 'Forbidden',
607
+ 404: 'Not Found',
608
+ 500: 'Server Error',
609
+ 501: 'Server Error'
610
+ }
611
+ });
612
+ }
613
+
614
+ }
615
+
616
+ export class IndividualService {
617
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
618
+
619
+ /**
620
+ * @param data The data for the request.
621
+ * @param data.requestBody
622
+ * @returns UniRefund_CRMService_Individuals_IndividualDto Success
623
+ * @throws ApiError
624
+ */
625
+ public postApiCrmServiceIndividualsWithComponents(data: PostApiCrmServiceIndividualsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceIndividualsWithComponentsResponse> {
626
+ return this.httpRequest.request({
627
+ method: 'POST',
628
+ url: '/api/crm-service/individuals/with-components',
629
+ body: data.requestBody,
630
+ mediaType: 'application/json',
631
+ errors: {
632
+ 400: 'Bad Request',
633
+ 401: 'Unauthorized',
634
+ 403: 'Forbidden',
635
+ 404: 'Not Found',
636
+ 500: 'Server Error',
637
+ 501: 'Server Error'
638
+ }
639
+ });
640
+ }
641
+
642
+ /**
643
+ * @param data The data for the request.
644
+ * @param data.id
645
+ * @returns unknown Success
646
+ * @throws ApiError
647
+ */
648
+ public deleteApiCrmServiceIndividualsById(data: DeleteApiCrmServiceIndividualsByIdData): CancelablePromise<DeleteApiCrmServiceIndividualsByIdResponse> {
649
+ return this.httpRequest.request({
650
+ method: 'DELETE',
651
+ url: '/api/crm-service/individuals/{id}',
652
+ path: {
653
+ id: data.id
654
+ },
655
+ errors: {
656
+ 400: 'Bad Request',
657
+ 401: 'Unauthorized',
658
+ 403: 'Forbidden',
659
+ 404: 'Not Found',
660
+ 500: 'Server Error',
661
+ 501: 'Server Error'
662
+ }
663
+ });
664
+ }
665
+
666
+ /**
667
+ * @param data The data for the request.
668
+ * @param data.id
669
+ * @returns UniRefund_CRMService_Individuals_IndividualProfileDto Success
670
+ * @throws ApiError
671
+ */
672
+ public getApiCrmServiceIndividualsById(data: GetApiCrmServiceIndividualsByIdData): CancelablePromise<GetApiCrmServiceIndividualsByIdResponse> {
673
+ return this.httpRequest.request({
674
+ method: 'GET',
675
+ url: '/api/crm-service/individuals/{id}',
676
+ path: {
677
+ id: data.id
678
+ },
679
+ errors: {
680
+ 400: 'Bad Request',
681
+ 401: 'Unauthorized',
682
+ 403: 'Forbidden',
683
+ 404: 'Not Found',
684
+ 500: 'Server Error',
685
+ 501: 'Server Error'
686
+ }
687
+ });
688
+ }
689
+
690
+ /**
691
+ * @param data The data for the request.
692
+ * @param data.entityPartyTypeCode
693
+ * @param data.parentId
694
+ * @param data.email
695
+ * @param data.telephone
696
+ * @param data.name
697
+ * @param data.affiliationType
698
+ * @param data.sorting
699
+ * @param data.skipCount
700
+ * @param data.maxResultCount
701
+ * @returns PagedResultDto_IndividualProfileDto Success
702
+ * @throws ApiError
703
+ */
704
+ public getApiCrmServiceIndividuals(data: GetApiCrmServiceIndividualsData = {}): CancelablePromise<GetApiCrmServiceIndividualsResponse> {
705
+ return this.httpRequest.request({
706
+ method: 'GET',
707
+ url: '/api/crm-service/individuals',
708
+ query: {
709
+ EntityPartyTypeCode: data.entityPartyTypeCode,
710
+ ParentId: data.parentId,
711
+ Email: data.email,
712
+ Telephone: data.telephone,
713
+ Name: data.name,
714
+ AffiliationType: data.affiliationType,
715
+ Sorting: data.sorting,
716
+ SkipCount: data.skipCount,
717
+ MaxResultCount: data.maxResultCount
718
+ },
719
+ errors: {
720
+ 400: 'Bad Request',
721
+ 401: 'Unauthorized',
722
+ 403: 'Forbidden',
723
+ 404: 'Not Found',
724
+ 500: 'Server Error',
725
+ 501: 'Server Error'
726
+ }
727
+ });
728
+ }
729
+
730
+ /**
731
+ * @param data The data for the request.
732
+ * @param data.ids
733
+ * @param data.skipCount
734
+ * @param data.maxResultCount
735
+ * @returns PagedResultDto_UserDeviceNameDto Success
736
+ * @throws ApiError
737
+ */
738
+ public getApiCrmServiceIndividualsUserDevicesNames(data: GetApiCrmServiceIndividualsUserDevicesNamesData = {}): CancelablePromise<GetApiCrmServiceIndividualsUserDevicesNamesResponse> {
739
+ return this.httpRequest.request({
740
+ method: 'GET',
741
+ url: '/api/crm-service/individuals/user-devices-names',
742
+ query: {
743
+ Ids: data.ids,
744
+ SkipCount: data.skipCount,
745
+ MaxResultCount: data.maxResultCount
746
+ },
747
+ errors: {
748
+ 400: 'Bad Request',
749
+ 401: 'Unauthorized',
750
+ 403: 'Forbidden',
751
+ 404: 'Not Found',
752
+ 500: 'Server Error',
753
+ 501: 'Server Error'
754
+ }
755
+ });
756
+ }
757
+
758
+ /**
759
+ * @param data The data for the request.
760
+ * @param data.ids
761
+ * @returns UniRefund_CRMService_RefundPoints_UserDeviceNameDto Success
762
+ * @throws ApiError
763
+ */
764
+ public getApiCrmServiceIndividualsAllUserDevicesNames(data: GetApiCrmServiceIndividualsAllUserDevicesNamesData = {}): CancelablePromise<GetApiCrmServiceIndividualsAllUserDevicesNamesResponse> {
765
+ return this.httpRequest.request({
766
+ method: 'GET',
767
+ url: '/api/crm-service/individuals/all-user-devices-names',
768
+ query: {
769
+ Ids: data.ids
770
+ },
771
+ errors: {
772
+ 400: 'Bad Request',
773
+ 401: 'Unauthorized',
774
+ 403: 'Forbidden',
775
+ 404: 'Not Found',
776
+ 500: 'Server Error',
777
+ 501: 'Server Error'
778
+ }
779
+ });
780
+ }
781
+
782
+ }
783
+
784
+ export class MerchantService {
785
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
786
+
787
+ /**
788
+ * @param data The data for the request.
789
+ * @param data.ids
790
+ * @param data.typeCodes
791
+ * @param data.sorting
792
+ * @param data.skipCount
793
+ * @param data.maxResultCount
794
+ * @returns PagedResultDto_MerchantProfileDto Success
795
+ * @throws ApiError
796
+ */
797
+ public getApiCrmServiceMerchants(data: GetApiCrmServiceMerchantsData = {}): CancelablePromise<GetApiCrmServiceMerchantsResponse> {
798
+ return this.httpRequest.request({
799
+ method: 'GET',
800
+ url: '/api/crm-service/merchants',
801
+ query: {
802
+ Ids: data.ids,
803
+ TypeCodes: data.typeCodes,
804
+ Sorting: data.sorting,
805
+ SkipCount: data.skipCount,
806
+ MaxResultCount: data.maxResultCount
807
+ },
808
+ errors: {
809
+ 400: 'Bad Request',
810
+ 401: 'Unauthorized',
811
+ 403: 'Forbidden',
812
+ 404: 'Not Found',
813
+ 500: 'Server Error',
814
+ 501: 'Server Error'
815
+ }
816
+ });
817
+ }
818
+
819
+ /**
820
+ * @param data The data for the request.
821
+ * @param data.id
822
+ * @returns UniRefund_CRMService_Merchants_MerchantBasicInformationDto Success
823
+ * @throws ApiError
824
+ */
825
+ public getApiCrmServiceMerchantsByIdBasicInformation(data: GetApiCrmServiceMerchantsByIdBasicInformationData): CancelablePromise<GetApiCrmServiceMerchantsByIdBasicInformationResponse> {
826
+ return this.httpRequest.request({
827
+ method: 'GET',
828
+ url: '/api/crm-service/merchants/{id}/basic-information',
829
+ path: {
830
+ id: data.id
831
+ },
832
+ errors: {
833
+ 400: 'Bad Request',
834
+ 401: 'Unauthorized',
835
+ 403: 'Forbidden',
836
+ 404: 'Not Found',
837
+ 500: 'Server Error',
838
+ 501: 'Server Error'
839
+ }
840
+ });
841
+ }
842
+
843
+ /**
844
+ * @param data The data for the request.
845
+ * @param data.vatNumber
846
+ * @param data.countryCode
847
+ * @param data.branchId
848
+ * @returns UniRefund_CRMService_Merchants_MerchantInfoDto Success
849
+ * @throws ApiError
850
+ */
851
+ public getApiCrmServiceMerchantsInfo(data: GetApiCrmServiceMerchantsInfoData = {}): CancelablePromise<GetApiCrmServiceMerchantsInfoResponse> {
852
+ return this.httpRequest.request({
853
+ method: 'GET',
854
+ url: '/api/crm-service/merchants/info',
855
+ query: {
856
+ VatNumber: data.vatNumber,
857
+ CountryCode: data.countryCode,
858
+ BranchId: data.branchId
859
+ },
860
+ errors: {
861
+ 400: 'Bad Request',
862
+ 401: 'Unauthorized',
863
+ 403: 'Forbidden',
864
+ 404: 'Not Found',
865
+ 500: 'Server Error',
866
+ 501: 'Server Error'
867
+ }
868
+ });
869
+ }
870
+
871
+ /**
872
+ * @param data The data for the request.
873
+ * @param data.id
874
+ * @returns UniRefund_CRMService_Merchants_MerchantProfileDto Success
875
+ * @throws ApiError
876
+ */
877
+ public getApiCrmServiceMerchantsById(data: GetApiCrmServiceMerchantsByIdData): CancelablePromise<GetApiCrmServiceMerchantsByIdResponse> {
878
+ return this.httpRequest.request({
879
+ method: 'GET',
880
+ url: '/api/crm-service/merchants/{id}',
881
+ path: {
882
+ id: data.id
883
+ },
884
+ errors: {
885
+ 400: 'Bad Request',
886
+ 401: 'Unauthorized',
887
+ 403: 'Forbidden',
888
+ 404: 'Not Found',
889
+ 500: 'Server Error',
890
+ 501: 'Server Error'
891
+ }
892
+ });
893
+ }
894
+
895
+ /**
896
+ * @param data The data for the request.
897
+ * @param data.id
898
+ * @param data.requestBody
899
+ * @returns UniRefund_CRMService_Merchants_MerchantBaseDto Success
900
+ * @throws ApiError
901
+ */
902
+ public putApiCrmServiceMerchantsById(data: PutApiCrmServiceMerchantsByIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdResponse> {
903
+ return this.httpRequest.request({
904
+ method: 'PUT',
905
+ url: '/api/crm-service/merchants/{id}',
906
+ path: {
907
+ id: data.id
908
+ },
909
+ body: data.requestBody,
910
+ mediaType: 'application/json',
911
+ errors: {
912
+ 400: 'Bad Request',
913
+ 401: 'Unauthorized',
914
+ 403: 'Forbidden',
915
+ 404: 'Not Found',
916
+ 500: 'Server Error',
917
+ 501: 'Server Error'
918
+ }
919
+ });
920
+ }
921
+
922
+ /**
923
+ * @param data The data for the request.
924
+ * @param data.id
925
+ * @param data.subId
926
+ * @param data.typeCode
927
+ * @returns unknown Success
928
+ * @throws ApiError
929
+ */
930
+ public getApiCrmServiceMerchantsByIdEnsureExist(data: GetApiCrmServiceMerchantsByIdEnsureExistData): CancelablePromise<GetApiCrmServiceMerchantsByIdEnsureExistResponse> {
931
+ return this.httpRequest.request({
932
+ method: 'GET',
933
+ url: '/api/crm-service/merchants/{id}/ensure-exist',
934
+ path: {
935
+ id: data.id
936
+ },
937
+ query: {
938
+ subId: data.subId,
939
+ typeCode: data.typeCode
940
+ },
941
+ errors: {
942
+ 400: 'Bad Request',
943
+ 401: 'Unauthorized',
944
+ 403: 'Forbidden',
945
+ 404: 'Not Found',
946
+ 500: 'Server Error',
947
+ 501: 'Server Error'
948
+ }
949
+ });
950
+ }
951
+
952
+ /**
953
+ * @param data The data for the request.
954
+ * @param data.id
955
+ * @returns UniRefund_CRMService_Merchants_MerchantDetailDto Success
956
+ * @throws ApiError
957
+ */
958
+ public getApiCrmServiceMerchantsByIdDetail(data: GetApiCrmServiceMerchantsByIdDetailData): CancelablePromise<GetApiCrmServiceMerchantsByIdDetailResponse> {
959
+ return this.httpRequest.request({
960
+ method: 'GET',
961
+ url: '/api/crm-service/merchants/{id}/detail',
962
+ path: {
963
+ id: data.id
964
+ },
965
+ errors: {
966
+ 400: 'Bad Request',
967
+ 401: 'Unauthorized',
968
+ 403: 'Forbidden',
969
+ 404: 'Not Found',
970
+ 500: 'Server Error',
971
+ 501: 'Server Error'
972
+ }
973
+ });
974
+ }
975
+
976
+ /**
977
+ * @param data The data for the request.
978
+ * @param data.id
979
+ * @param data.sorting
980
+ * @param data.skipCount
981
+ * @param data.maxResultCount
982
+ * @returns UniRefund_CRMService_Merchants_StoreProfilePagedResultDto Success
983
+ * @throws ApiError
984
+ */
985
+ public getApiCrmServiceMerchantsByIdSubMerchants(data: GetApiCrmServiceMerchantsByIdSubMerchantsData): CancelablePromise<GetApiCrmServiceMerchantsByIdSubMerchantsResponse> {
986
+ return this.httpRequest.request({
987
+ method: 'GET',
988
+ url: '/api/crm-service/merchants/{id}/sub-merchants',
989
+ path: {
990
+ id: data.id
991
+ },
992
+ query: {
993
+ Sorting: data.sorting,
994
+ SkipCount: data.skipCount,
995
+ MaxResultCount: data.maxResultCount
996
+ },
997
+ errors: {
998
+ 400: 'Bad Request',
999
+ 401: 'Unauthorized',
1000
+ 403: 'Forbidden',
1001
+ 404: 'Not Found',
1002
+ 500: 'Server Error',
1003
+ 501: 'Server Error'
1004
+ }
1005
+ });
1006
+ }
1007
+
1008
+ /**
1009
+ * @param data The data for the request.
1010
+ * @param data.id
1011
+ * @returns UniRefund_CRMService_Merchants_SubIndividualDto Success
1012
+ * @throws ApiError
1013
+ */
1014
+ public getApiCrmServiceMerchantsByIdAffiliatedIndividuals(data: GetApiCrmServiceMerchantsByIdAffiliatedIndividualsData): CancelablePromise<GetApiCrmServiceMerchantsByIdAffiliatedIndividualsResponse> {
1015
+ return this.httpRequest.request({
1016
+ method: 'GET',
1017
+ url: '/api/crm-service/merchants/{id}/affiliated-individuals',
1018
+ path: {
1019
+ id: data.id
1020
+ },
1021
+ errors: {
1022
+ 400: 'Bad Request',
1023
+ 401: 'Unauthorized',
1024
+ 403: 'Forbidden',
1025
+ 404: 'Not Found',
1026
+ 500: 'Server Error',
1027
+ 501: 'Server Error'
1028
+ }
1029
+ });
1030
+ }
1031
+
1032
+ /**
1033
+ * @param data The data for the request.
1034
+ * @param data.id
1035
+ * @param data.requestBody
1036
+ * @returns UniRefund_CRMService_Individuals_IndividualDto Success
1037
+ * @throws ApiError
1038
+ */
1039
+ public postApiCrmServiceMerchantsByIdAffiliatedIndividuals(data: PostApiCrmServiceMerchantsByIdAffiliatedIndividualsData): CancelablePromise<PostApiCrmServiceMerchantsByIdAffiliatedIndividualsResponse> {
1040
+ return this.httpRequest.request({
1041
+ method: 'POST',
1042
+ url: '/api/crm-service/merchants/{id}/affiliated-individuals',
1043
+ path: {
1044
+ id: data.id
1045
+ },
1046
+ body: data.requestBody,
1047
+ mediaType: 'application/json',
1048
+ errors: {
1049
+ 400: 'Bad Request',
1050
+ 401: 'Unauthorized',
1051
+ 403: 'Forbidden',
1052
+ 404: 'Not Found',
1053
+ 500: 'Server Error',
1054
+ 501: 'Server Error'
1055
+ }
1056
+ });
1057
+ }
1058
+
1059
+ /**
1060
+ * @param data The data for the request.
1061
+ * @param data.requestBody
1062
+ * @returns UniRefund_CRMService_Merchants_MerchantProfileDto Success
1063
+ * @throws ApiError
1064
+ */
1065
+ public postApiCrmServiceMerchantsWithComponents(data: PostApiCrmServiceMerchantsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceMerchantsWithComponentsResponse> {
1066
+ return this.httpRequest.request({
1067
+ method: 'POST',
1068
+ url: '/api/crm-service/merchants/with-components',
1069
+ body: data.requestBody,
1070
+ mediaType: 'application/json',
1071
+ errors: {
1072
+ 400: 'Bad Request',
1073
+ 401: 'Unauthorized',
1074
+ 403: 'Forbidden',
1075
+ 404: 'Not Found',
1076
+ 500: 'Server Error',
1077
+ 501: 'Server Error'
1078
+ }
1079
+ });
1080
+ }
1081
+
1082
+ /**
1083
+ * @param data The data for the request.
1084
+ * @param data.id
1085
+ * @returns unknown Success
1086
+ * @throws ApiError
1087
+ */
1088
+ public deleteApiCrmServiceMerchantsByIdWithComponents(data: DeleteApiCrmServiceMerchantsByIdWithComponentsData): CancelablePromise<DeleteApiCrmServiceMerchantsByIdWithComponentsResponse> {
1089
+ return this.httpRequest.request({
1090
+ method: 'DELETE',
1091
+ url: '/api/crm-service/merchants/{id}/with-components',
1092
+ path: {
1093
+ id: data.id
1094
+ },
1095
+ errors: {
1096
+ 400: 'Bad Request',
1097
+ 401: 'Unauthorized',
1098
+ 403: 'Forbidden',
1099
+ 404: 'Not Found',
1100
+ 500: 'Server Error',
1101
+ 501: 'Server Error'
1102
+ }
1103
+ });
1104
+ }
1105
+
1106
+ /**
1107
+ * @param data The data for the request.
1108
+ * @param data.id
1109
+ * @param data.affiliationCodeId
1110
+ * @param data.affiliationTypeCode
1111
+ * @param data.sorting
1112
+ * @param data.skipCount
1113
+ * @param data.maxResultCount
1114
+ * @returns PagedResultDto_AffiliationTypeDto Success
1115
+ * @throws ApiError
1116
+ */
1117
+ public getApiCrmServiceMerchantsByIdAffiliations(data: GetApiCrmServiceMerchantsByIdAffiliationsData): CancelablePromise<GetApiCrmServiceMerchantsByIdAffiliationsResponse> {
1118
+ return this.httpRequest.request({
1119
+ method: 'GET',
1120
+ url: '/api/crm-service/merchants/{id}/affiliations',
1121
+ path: {
1122
+ id: data.id
1123
+ },
1124
+ query: {
1125
+ AffiliationCodeId: data.affiliationCodeId,
1126
+ AffiliationTypeCode: data.affiliationTypeCode,
1127
+ Sorting: data.sorting,
1128
+ SkipCount: data.skipCount,
1129
+ MaxResultCount: data.maxResultCount
1130
+ },
1131
+ errors: {
1132
+ 400: 'Bad Request',
1133
+ 401: 'Unauthorized',
1134
+ 403: 'Forbidden',
1135
+ 404: 'Not Found',
1136
+ 500: 'Server Error',
1137
+ 501: 'Server Error'
1138
+ }
1139
+ });
1140
+ }
1141
+
1142
+ /**
1143
+ * @param data The data for the request.
1144
+ * @param data.id
1145
+ * @param data.requestBody
1146
+ * @returns unknown Success
1147
+ * @throws ApiError
1148
+ */
1149
+ public postApiCrmServiceMerchantsByIdAffiliations(data: PostApiCrmServiceMerchantsByIdAffiliationsData): CancelablePromise<PostApiCrmServiceMerchantsByIdAffiliationsResponse> {
1150
+ return this.httpRequest.request({
1151
+ method: 'POST',
1152
+ url: '/api/crm-service/merchants/{id}/affiliations',
1153
+ path: {
1154
+ id: data.id
1155
+ },
1156
+ body: data.requestBody,
1157
+ mediaType: 'application/json',
1158
+ errors: {
1159
+ 400: 'Bad Request',
1160
+ 401: 'Unauthorized',
1161
+ 403: 'Forbidden',
1162
+ 404: 'Not Found',
1163
+ 500: 'Server Error',
1164
+ 501: 'Server Error'
1165
+ }
1166
+ });
1167
+ }
1168
+
1169
+ /**
1170
+ * @param data The data for the request.
1171
+ * @param data.id
1172
+ * @param data.affiliationId
1173
+ * @returns unknown Success
1174
+ * @throws ApiError
1175
+ */
1176
+ public deleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationId(data: DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData): CancelablePromise<DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse> {
1177
+ return this.httpRequest.request({
1178
+ method: 'DELETE',
1179
+ url: '/api/crm-service/merchants/{id}/affiliations/{affiliationId}',
1180
+ path: {
1181
+ id: data.id,
1182
+ affiliationId: data.affiliationId
1183
+ },
1184
+ errors: {
1185
+ 400: 'Bad Request',
1186
+ 401: 'Unauthorized',
1187
+ 403: 'Forbidden',
1188
+ 404: 'Not Found',
1189
+ 500: 'Server Error',
1190
+ 501: 'Server Error'
1191
+ }
1192
+ });
1193
+ }
1194
+
1195
+ /**
1196
+ * @param data The data for the request.
1197
+ * @param data.id
1198
+ * @param data.affiliationId
1199
+ * @param data.requestBody
1200
+ * @returns UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto Success
1201
+ * @throws ApiError
1202
+ */
1203
+ public putApiCrmServiceMerchantsByIdAffiliationsByAffiliationId(data: PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse> {
1204
+ return this.httpRequest.request({
1205
+ method: 'PUT',
1206
+ url: '/api/crm-service/merchants/{id}/affiliations/{affiliationId}',
1207
+ path: {
1208
+ id: data.id,
1209
+ affiliationId: data.affiliationId
1210
+ },
1211
+ body: data.requestBody,
1212
+ mediaType: 'application/json',
1213
+ errors: {
1214
+ 400: 'Bad Request',
1215
+ 401: 'Unauthorized',
1216
+ 403: 'Forbidden',
1217
+ 404: 'Not Found',
1218
+ 500: 'Server Error',
1219
+ 501: 'Server Error'
1220
+ }
1221
+ });
1222
+ }
1223
+
1224
+ /**
1225
+ * @param data The data for the request.
1226
+ * @param data.id
1227
+ * @param data.organizationId
1228
+ * @param data.requestBody
1229
+ * @returns UniRefund_CRMService_Organizations_OrganizationDto Success
1230
+ * @throws ApiError
1231
+ */
1232
+ public putApiCrmServiceMerchantsByIdOrganizationsByOrganizationId(data: PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdResponse> {
1233
+ return this.httpRequest.request({
1234
+ method: 'PUT',
1235
+ url: '/api/crm-service/merchants/{id}/organizations/{organizationId}',
1236
+ path: {
1237
+ id: data.id,
1238
+ organizationId: data.organizationId
1239
+ },
1240
+ body: data.requestBody,
1241
+ mediaType: 'application/json',
1242
+ errors: {
1243
+ 400: 'Bad Request',
1244
+ 401: 'Unauthorized',
1245
+ 403: 'Forbidden',
1246
+ 404: 'Not Found',
1247
+ 500: 'Server Error',
1248
+ 501: 'Server Error'
1249
+ }
1250
+ });
1251
+ }
1252
+
1253
+ /**
1254
+ * @param data The data for the request.
1255
+ * @param data.id
1256
+ * @param data.individualId
1257
+ * @param data.requestBody
1258
+ * @returns UniRefund_CRMService_Individuals_IndividualDto Success
1259
+ * @throws ApiError
1260
+ */
1261
+ public putApiCrmServiceMerchantsByIdAffiliatedIndividualsByIndividualId(data: PutApiCrmServiceMerchantsByIdAffiliatedIndividualsByIndividualIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdAffiliatedIndividualsByIndividualIdResponse> {
1262
+ return this.httpRequest.request({
1263
+ method: 'PUT',
1264
+ url: '/api/crm-service/merchants/{id}/affiliated-individuals/{individualId}',
1265
+ path: {
1266
+ id: data.id,
1267
+ individualId: data.individualId
1268
+ },
1269
+ body: data.requestBody,
1270
+ mediaType: 'application/json',
1271
+ errors: {
1272
+ 400: 'Bad Request',
1273
+ 401: 'Unauthorized',
1274
+ 403: 'Forbidden',
1275
+ 404: 'Not Found',
1276
+ 500: 'Server Error',
1277
+ 501: 'Server Error'
1278
+ }
1279
+ });
1280
+ }
1281
+
1282
+ /**
1283
+ * @param data The data for the request.
1284
+ * @param data.requestBody
1285
+ * @returns unknown Success
1286
+ * @throws ApiError
1287
+ */
1288
+ public postApiCrmServiceMerchantsBulkProductGroupMerchants(data: PostApiCrmServiceMerchantsBulkProductGroupMerchantsData = {}): CancelablePromise<PostApiCrmServiceMerchantsBulkProductGroupMerchantsResponse> {
1289
+ return this.httpRequest.request({
1290
+ method: 'POST',
1291
+ url: '/api/crm-service/merchants/bulk-product-group-merchants',
1292
+ body: data.requestBody,
1293
+ mediaType: 'application/json',
1294
+ errors: {
1295
+ 400: 'Bad Request',
1296
+ 401: 'Unauthorized',
1297
+ 403: 'Forbidden',
1298
+ 404: 'Not Found',
1299
+ 500: 'Server Error',
1300
+ 501: 'Server Error'
1301
+ }
1302
+ });
1303
+ }
1304
+
1305
+ /**
1306
+ * @param data The data for the request.
1307
+ * @param data.id
1308
+ * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
1309
+ * @throws ApiError
1310
+ */
1311
+ public getApiCrmServiceMerchantsByIdTelephones(data: GetApiCrmServiceMerchantsByIdTelephonesData): CancelablePromise<GetApiCrmServiceMerchantsByIdTelephonesResponse> {
1312
+ return this.httpRequest.request({
1313
+ method: 'GET',
1314
+ url: '/api/crm-service/merchants/{id}/telephones',
1315
+ path: {
1316
+ id: data.id
1317
+ },
1318
+ errors: {
1319
+ 400: 'Bad Request',
1320
+ 401: 'Unauthorized',
1321
+ 403: 'Forbidden',
1322
+ 404: 'Not Found',
1323
+ 500: 'Server Error',
1324
+ 501: 'Server Error'
1325
+ }
1326
+ });
1327
+ }
1328
+
1329
+ /**
1330
+ * @param data The data for the request.
1331
+ * @param data.id
1332
+ * @param data.telephoneId
1333
+ * @param data.requestBody
1334
+ * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
1335
+ * @throws ApiError
1336
+ */
1337
+ public putApiCrmServiceMerchantsByIdTelephonesByTelephoneId(data: PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdResponse> {
1338
+ return this.httpRequest.request({
1339
+ method: 'PUT',
1340
+ url: '/api/crm-service/merchants/{id}/telephones/{telephoneId}',
1341
+ path: {
1342
+ id: data.id,
1343
+ telephoneId: data.telephoneId
1344
+ },
1345
+ body: data.requestBody,
1346
+ mediaType: 'application/json',
1347
+ errors: {
1348
+ 400: 'Bad Request',
1349
+ 401: 'Unauthorized',
1350
+ 403: 'Forbidden',
1351
+ 404: 'Not Found',
1352
+ 500: 'Server Error',
1353
+ 501: 'Server Error'
1354
+ }
1355
+ });
1356
+ }
1357
+
1358
+ /**
1359
+ * @param data The data for the request.
1360
+ * @param data.id
1361
+ * @returns UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto Success
1362
+ * @throws ApiError
1363
+ */
1364
+ public getApiCrmServiceMerchantsByIdAddresses(data: GetApiCrmServiceMerchantsByIdAddressesData): CancelablePromise<GetApiCrmServiceMerchantsByIdAddressesResponse> {
1365
+ return this.httpRequest.request({
1366
+ method: 'GET',
1367
+ url: '/api/crm-service/merchants/{id}/addresses',
1368
+ path: {
1369
+ id: data.id
1370
+ },
1371
+ errors: {
1372
+ 400: 'Bad Request',
1373
+ 401: 'Unauthorized',
1374
+ 403: 'Forbidden',
1375
+ 404: 'Not Found',
1376
+ 500: 'Server Error',
1377
+ 501: 'Server Error'
1378
+ }
1379
+ });
1380
+ }
1381
+
1382
+ /**
1383
+ * @param data The data for the request.
1384
+ * @param data.id
1385
+ * @param data.addressId
1386
+ * @param data.requestBody
1387
+ * @returns UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto Success
1388
+ * @throws ApiError
1389
+ */
1390
+ public putApiCrmServiceMerchantsByIdAddressesByAddressId(data: PutApiCrmServiceMerchantsByIdAddressesByAddressIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdAddressesByAddressIdResponse> {
1391
+ return this.httpRequest.request({
1392
+ method: 'PUT',
1393
+ url: '/api/crm-service/merchants/{id}/addresses/{addressId}',
1394
+ path: {
1395
+ id: data.id,
1396
+ addressId: data.addressId
1397
+ },
1398
+ body: data.requestBody,
1399
+ mediaType: 'application/json',
1400
+ errors: {
1401
+ 400: 'Bad Request',
1402
+ 401: 'Unauthorized',
1403
+ 403: 'Forbidden',
1404
+ 404: 'Not Found',
1405
+ 500: 'Server Error',
1406
+ 501: 'Server Error'
1407
+ }
1408
+ });
1409
+ }
1410
+
1411
+ /**
1412
+ * @param data The data for the request.
1413
+ * @param data.id
1414
+ * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
1415
+ * @throws ApiError
1416
+ */
1417
+ public getApiCrmServiceMerchantsByIdEmails(data: GetApiCrmServiceMerchantsByIdEmailsData): CancelablePromise<GetApiCrmServiceMerchantsByIdEmailsResponse> {
1418
+ return this.httpRequest.request({
1419
+ method: 'GET',
1420
+ url: '/api/crm-service/merchants/{id}/emails',
1421
+ path: {
1422
+ id: data.id
1423
+ },
1424
+ errors: {
1425
+ 400: 'Bad Request',
1426
+ 401: 'Unauthorized',
1427
+ 403: 'Forbidden',
1428
+ 404: 'Not Found',
1429
+ 500: 'Server Error',
1430
+ 501: 'Server Error'
1431
+ }
1432
+ });
1433
+ }
1434
+
1435
+ /**
1436
+ * @param data The data for the request.
1437
+ * @param data.id
1438
+ * @param data.emailId
1439
+ * @param data.requestBody
1440
+ * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
1441
+ * @throws ApiError
1442
+ */
1443
+ public putApiCrmServiceMerchantsByIdEmailsByEmailId(data: PutApiCrmServiceMerchantsByIdEmailsByEmailIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdEmailsByEmailIdResponse> {
1444
+ return this.httpRequest.request({
1445
+ method: 'PUT',
1446
+ url: '/api/crm-service/merchants/{id}/emails/{emailId}',
1447
+ path: {
1448
+ id: data.id,
1449
+ emailId: data.emailId
1450
+ },
1451
+ body: data.requestBody,
1452
+ mediaType: 'application/json',
1453
+ errors: {
1454
+ 400: 'Bad Request',
1455
+ 401: 'Unauthorized',
1456
+ 403: 'Forbidden',
1457
+ 404: 'Not Found',
1458
+ 500: 'Server Error',
1459
+ 501: 'Server Error'
1460
+ }
1461
+ });
1462
+ }
1463
+
1464
+ /**
1465
+ * @param data The data for the request.
1466
+ * @param data.id
1467
+ * @param data.individualId
1468
+ * @param data.nameId
1469
+ * @param data.requestBody
1470
+ * @returns UniRefund_CRMService_NameCommonDatas_NameCommonDataDto Success
1471
+ * @throws ApiError
1472
+ */
1473
+ public putApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameId(data: PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdResponse> {
1474
+ return this.httpRequest.request({
1475
+ method: 'PUT',
1476
+ url: '/api/crm-service/merchants/{id}/individual/{individualId}/name/{nameId}',
1477
+ path: {
1478
+ id: data.id,
1479
+ individualId: data.individualId,
1480
+ nameId: data.nameId
1481
+ },
1482
+ body: data.requestBody,
1483
+ mediaType: 'application/json',
1484
+ errors: {
1485
+ 400: 'Bad Request',
1486
+ 401: 'Unauthorized',
1487
+ 403: 'Forbidden',
1488
+ 404: 'Not Found',
1489
+ 500: 'Server Error',
1490
+ 501: 'Server Error'
1491
+ }
1492
+ });
1493
+ }
1494
+
1495
+ /**
1496
+ * @param data The data for the request.
1497
+ * @param data.id
1498
+ * @param data.individualId
1499
+ * @param data.personalSummaryId
1500
+ * @param data.requestBody
1501
+ * @returns UniRefund_CRMService_PersonalSummaries_PersonalSummaryDto Success
1502
+ * @throws ApiError
1503
+ */
1504
+ public putApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryId(data: PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdResponse> {
1505
+ return this.httpRequest.request({
1506
+ method: 'PUT',
1507
+ url: '/api/crm-service/merchants/{id}/individual/{individualId}/personal-summary/{personalSummaryId}',
1508
+ path: {
1509
+ id: data.id,
1510
+ individualId: data.individualId,
1511
+ personalSummaryId: data.personalSummaryId
1512
+ },
1513
+ body: data.requestBody,
1514
+ mediaType: 'application/json',
1515
+ errors: {
1516
+ 400: 'Bad Request',
1517
+ 401: 'Unauthorized',
1518
+ 403: 'Forbidden',
1519
+ 404: 'Not Found',
1520
+ 500: 'Server Error',
1521
+ 501: 'Server Error'
1522
+ }
1523
+ });
1524
+ }
1525
+
1526
+ }
1527
+
1528
+ export class OrganizationService {
1529
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1530
+
1531
+ /**
1532
+ * @param data The data for the request.
1533
+ * @param data.requestBody
1534
+ * @returns unknown Success
1535
+ * @throws ApiError
1536
+ */
1537
+ public postApiCrmServiceOrganizationsWithComponents(data: PostApiCrmServiceOrganizationsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceOrganizationsWithComponentsResponse> {
1538
+ return this.httpRequest.request({
1539
+ method: 'POST',
1540
+ url: '/api/crm-service/organizations/with-components',
1541
+ body: data.requestBody,
1542
+ mediaType: 'application/json',
1543
+ errors: {
1544
+ 400: 'Bad Request',
1545
+ 401: 'Unauthorized',
1546
+ 403: 'Forbidden',
1547
+ 404: 'Not Found',
1548
+ 500: 'Server Error',
1549
+ 501: 'Server Error'
1550
+ }
1551
+ });
1552
+ }
1553
+
1554
+ /**
1555
+ * @param data The data for the request.
1556
+ * @param data.entityPartyTypeCode
1557
+ * @param data.parentId
1558
+ * @param data.sorting
1559
+ * @param data.skipCount
1560
+ * @param data.maxResultCount
1561
+ * @returns PagedResultDto_OrganizationProfileDto Success
1562
+ * @throws ApiError
1563
+ */
1564
+ public getApiCrmServiceOrganizations(data: GetApiCrmServiceOrganizationsData = {}): CancelablePromise<GetApiCrmServiceOrganizationsResponse> {
1565
+ return this.httpRequest.request({
1566
+ method: 'GET',
1567
+ url: '/api/crm-service/organizations',
1568
+ query: {
1569
+ EntityPartyTypeCode: data.entityPartyTypeCode,
1570
+ ParentId: data.parentId,
1571
+ Sorting: data.sorting,
1572
+ SkipCount: data.skipCount,
1573
+ MaxResultCount: data.maxResultCount
1574
+ },
1575
+ errors: {
1576
+ 400: 'Bad Request',
1577
+ 401: 'Unauthorized',
1578
+ 403: 'Forbidden',
1579
+ 404: 'Not Found',
1580
+ 500: 'Server Error',
1581
+ 501: 'Server Error'
1582
+ }
1583
+ });
1584
+ }
1585
+
1586
+ }
1587
+
1588
+ export class RefundPointService {
1589
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1590
+
1591
+ /**
1592
+ * @param data The data for the request.
1593
+ * @param data.ids
1594
+ * @param data.sorting
1595
+ * @param data.skipCount
1596
+ * @param data.maxResultCount
1597
+ * @returns PagedResultDto_RefundPointProfileDto Success
1598
+ * @throws ApiError
1599
+ */
1600
+ public getApiCrmServiceRefundPoints(data: GetApiCrmServiceRefundPointsData = {}): CancelablePromise<GetApiCrmServiceRefundPointsResponse> {
1601
+ return this.httpRequest.request({
1602
+ method: 'GET',
1603
+ url: '/api/crm-service/refund-points',
1604
+ query: {
1605
+ Ids: data.ids,
1606
+ Sorting: data.sorting,
1607
+ SkipCount: data.skipCount,
1608
+ MaxResultCount: data.maxResultCount
1609
+ },
1610
+ errors: {
1611
+ 400: 'Bad Request',
1612
+ 401: 'Unauthorized',
1613
+ 403: 'Forbidden',
1614
+ 404: 'Not Found',
1615
+ 500: 'Server Error',
1616
+ 501: 'Server Error'
1617
+ }
1618
+ });
1619
+ }
1620
+
1621
+ /**
1622
+ * @param data The data for the request.
1623
+ * @param data.id
1624
+ * @returns UniRefund_CRMService_RefundPoints_RefundPointDto Success
1625
+ * @throws ApiError
1626
+ */
1627
+ public getApiCrmServiceRefundPointsByIdDetail(data: GetApiCrmServiceRefundPointsByIdDetailData): CancelablePromise<GetApiCrmServiceRefundPointsByIdDetailResponse> {
1628
+ return this.httpRequest.request({
1629
+ method: 'GET',
1630
+ url: '/api/crm-service/refund-points/{id}/detail',
1631
+ path: {
1632
+ id: data.id
1633
+ },
1634
+ errors: {
1635
+ 400: 'Bad Request',
1636
+ 401: 'Unauthorized',
1637
+ 403: 'Forbidden',
1638
+ 404: 'Not Found',
1639
+ 500: 'Server Error',
1640
+ 501: 'Server Error'
1641
+ }
1642
+ });
1643
+ }
1644
+
1645
+ /**
1646
+ * @param data The data for the request.
1647
+ * @param data.id
1648
+ * @returns UniRefund_CRMService_RefundPoints_RefundPointBasicInformationDto Success
1649
+ * @throws ApiError
1650
+ */
1651
+ public getApiCrmServiceRefundPointsByIdBasicInformation(data: GetApiCrmServiceRefundPointsByIdBasicInformationData): CancelablePromise<GetApiCrmServiceRefundPointsByIdBasicInformationResponse> {
1652
+ return this.httpRequest.request({
1653
+ method: 'GET',
1654
+ url: '/api/crm-service/refund-points/{id}/basic-information',
1655
+ path: {
1656
+ id: data.id
1657
+ },
1658
+ errors: {
1659
+ 400: 'Bad Request',
1660
+ 401: 'Unauthorized',
1661
+ 403: 'Forbidden',
1662
+ 404: 'Not Found',
1663
+ 500: 'Server Error',
1664
+ 501: 'Server Error'
1665
+ }
1666
+ });
1667
+ }
1668
+
1669
+ /**
1670
+ * @param data The data for the request.
1671
+ * @param data.id
1672
+ * @returns PagedResultDto_RefundPointProfileDto Success
1673
+ * @throws ApiError
1674
+ */
1675
+ public getApiCrmServiceRefundPointsByIdSubRefundPoints(data: GetApiCrmServiceRefundPointsByIdSubRefundPointsData): CancelablePromise<GetApiCrmServiceRefundPointsByIdSubRefundPointsResponse> {
1676
+ return this.httpRequest.request({
1677
+ method: 'GET',
1678
+ url: '/api/crm-service/refund-points/{id}/sub-refund-points',
1679
+ path: {
1680
+ id: data.id
1681
+ },
1682
+ errors: {
1683
+ 400: 'Bad Request',
1684
+ 401: 'Unauthorized',
1685
+ 403: 'Forbidden',
1686
+ 404: 'Not Found',
1687
+ 500: 'Server Error',
1688
+ 501: 'Server Error'
1689
+ }
1690
+ });
1691
+ }
1692
+
1693
+ /**
1694
+ * @param data The data for the request.
1695
+ * @param data.requestBody
1696
+ * @returns UniRefund_CRMService_Merchants_RefundPointProfileDto Success
1697
+ * @throws ApiError
1698
+ */
1699
+ public postApiCrmServiceRefundPointsWithComponents(data: PostApiCrmServiceRefundPointsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceRefundPointsWithComponentsResponse> {
1700
+ return this.httpRequest.request({
1701
+ method: 'POST',
1702
+ url: '/api/crm-service/refund-points/with-components',
1703
+ body: data.requestBody,
1704
+ mediaType: 'application/json',
1705
+ errors: {
1706
+ 400: 'Bad Request',
1707
+ 401: 'Unauthorized',
1708
+ 403: 'Forbidden',
1709
+ 404: 'Not Found',
1710
+ 500: 'Server Error',
1711
+ 501: 'Server Error'
1712
+ }
1713
+ });
1714
+ }
1715
+
1716
+ /**
1717
+ * @param data The data for the request.
1718
+ * @param data.id
1719
+ * @returns unknown Success
1720
+ * @throws ApiError
1721
+ */
1722
+ public deleteApiCrmServiceRefundPointsByIdWithComponents(data: DeleteApiCrmServiceRefundPointsByIdWithComponentsData): CancelablePromise<DeleteApiCrmServiceRefundPointsByIdWithComponentsResponse> {
1723
+ return this.httpRequest.request({
1724
+ method: 'DELETE',
1725
+ url: '/api/crm-service/refund-points/{id}/with-components',
1726
+ path: {
1727
+ id: data.id
1728
+ },
1729
+ errors: {
1730
+ 400: 'Bad Request',
1731
+ 401: 'Unauthorized',
1732
+ 403: 'Forbidden',
1733
+ 404: 'Not Found',
1734
+ 500: 'Server Error',
1735
+ 501: 'Server Error'
1736
+ }
1737
+ });
1738
+ }
1739
+
1740
+ /**
1741
+ * @param data The data for the request.
1742
+ * @param data.id
1743
+ * @param data.requestBody
1744
+ * @returns unknown Success
1745
+ * @throws ApiError
1746
+ */
1747
+ public postApiCrmServiceRefundPointsByIdAffiliations(data: PostApiCrmServiceRefundPointsByIdAffiliationsData): CancelablePromise<PostApiCrmServiceRefundPointsByIdAffiliationsResponse> {
1748
+ return this.httpRequest.request({
1749
+ method: 'POST',
1750
+ url: '/api/crm-service/refund-points/{id}/affiliations',
1751
+ path: {
1752
+ id: data.id
1753
+ },
1754
+ body: data.requestBody,
1755
+ mediaType: 'application/json',
1756
+ errors: {
1757
+ 400: 'Bad Request',
1758
+ 401: 'Unauthorized',
1759
+ 403: 'Forbidden',
1760
+ 404: 'Not Found',
1761
+ 500: 'Server Error',
1762
+ 501: 'Server Error'
1763
+ }
1764
+ });
1765
+ }
1766
+
1767
+ /**
1768
+ * @param data The data for the request.
1769
+ * @param data.id
1770
+ * @param data.affiliationCodeId
1771
+ * @param data.affiliationTypeCode
1772
+ * @param data.sorting
1773
+ * @param data.skipCount
1774
+ * @param data.maxResultCount
1775
+ * @returns PagedResultDto_AffiliationTypeDto Success
1776
+ * @throws ApiError
1777
+ */
1778
+ public getApiCrmServiceRefundPointsByIdAffiliations(data: GetApiCrmServiceRefundPointsByIdAffiliationsData): CancelablePromise<GetApiCrmServiceRefundPointsByIdAffiliationsResponse> {
1779
+ return this.httpRequest.request({
1780
+ method: 'GET',
1781
+ url: '/api/crm-service/refund-points/{id}/affiliations',
1782
+ path: {
1783
+ id: data.id
1784
+ },
1785
+ query: {
1786
+ AffiliationCodeId: data.affiliationCodeId,
1787
+ AffiliationTypeCode: data.affiliationTypeCode,
1788
+ Sorting: data.sorting,
1789
+ SkipCount: data.skipCount,
1790
+ MaxResultCount: data.maxResultCount
1791
+ },
1792
+ errors: {
1793
+ 400: 'Bad Request',
1794
+ 401: 'Unauthorized',
1795
+ 403: 'Forbidden',
1796
+ 404: 'Not Found',
1797
+ 500: 'Server Error',
1798
+ 501: 'Server Error'
1799
+ }
1800
+ });
1801
+ }
1802
+
1803
+ /**
1804
+ * @param data The data for the request.
1805
+ * @param data.id
1806
+ * @param data.organizationId
1807
+ * @param data.requestBody
1808
+ * @returns UniRefund_CRMService_Organizations_OrganizationDto Success
1809
+ * @throws ApiError
1810
+ */
1811
+ public putApiCrmServiceRefundPointsByIdOrganizationsByOrganizationId(data: PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData): CancelablePromise<PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdResponse> {
1812
+ return this.httpRequest.request({
1813
+ method: 'PUT',
1814
+ url: '/api/crm-service/refund-points/{id}/organizations/{organizationId}',
1815
+ path: {
1816
+ id: data.id,
1817
+ organizationId: data.organizationId
1818
+ },
1819
+ body: data.requestBody,
1820
+ mediaType: 'application/json',
1821
+ errors: {
1822
+ 400: 'Bad Request',
1823
+ 401: 'Unauthorized',
1824
+ 403: 'Forbidden',
1825
+ 404: 'Not Found',
1826
+ 500: 'Server Error',
1827
+ 501: 'Server Error'
1828
+ }
1829
+ });
1830
+ }
1831
+
1832
+ /**
1833
+ * @param data The data for the request.
1834
+ * @param data.id
1835
+ * @param data.telephoneId
1836
+ * @param data.requestBody
1837
+ * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
1838
+ * @throws ApiError
1839
+ */
1840
+ public putApiCrmServiceRefundPointsByIdTelephonesByTelephoneId(data: PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData): CancelablePromise<PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdResponse> {
1841
+ return this.httpRequest.request({
1842
+ method: 'PUT',
1843
+ url: '/api/crm-service/refund-points/{id}/telephones/{telephoneId}',
1844
+ path: {
1845
+ id: data.id,
1846
+ telephoneId: data.telephoneId
1847
+ },
1848
+ body: data.requestBody,
1849
+ mediaType: 'application/json',
1850
+ errors: {
1851
+ 400: 'Bad Request',
1852
+ 401: 'Unauthorized',
1853
+ 403: 'Forbidden',
1854
+ 404: 'Not Found',
1855
+ 500: 'Server Error',
1856
+ 501: 'Server Error'
1857
+ }
1858
+ });
1859
+ }
1860
+
1861
+ /**
1862
+ * @param data The data for the request.
1863
+ * @param data.id
1864
+ * @param data.addressId
1865
+ * @param data.requestBody
1866
+ * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
1867
+ * @throws ApiError
1868
+ */
1869
+ public putApiCrmServiceRefundPointsByIdAddressesByAddressId(data: PutApiCrmServiceRefundPointsByIdAddressesByAddressIdData): CancelablePromise<PutApiCrmServiceRefundPointsByIdAddressesByAddressIdResponse> {
1870
+ return this.httpRequest.request({
1871
+ method: 'PUT',
1872
+ url: '/api/crm-service/refund-points/{id}/addresses/{addressId}',
1873
+ path: {
1874
+ id: data.id,
1875
+ addressId: data.addressId
1876
+ },
1877
+ body: data.requestBody,
1878
+ mediaType: 'application/json',
1879
+ errors: {
1880
+ 400: 'Bad Request',
1881
+ 401: 'Unauthorized',
1882
+ 403: 'Forbidden',
1883
+ 404: 'Not Found',
1884
+ 500: 'Server Error',
1885
+ 501: 'Server Error'
1886
+ }
1887
+ });
1888
+ }
1889
+
1890
+ /**
1891
+ * @param data The data for the request.
1892
+ * @param data.id
1893
+ * @param data.emailId
1894
+ * @param data.requestBody
1895
+ * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
1896
+ * @throws ApiError
1897
+ */
1898
+ public putApiCrmServiceRefundPointsByIdEmailsByEmailId(data: PutApiCrmServiceRefundPointsByIdEmailsByEmailIdData): CancelablePromise<PutApiCrmServiceRefundPointsByIdEmailsByEmailIdResponse> {
1899
+ return this.httpRequest.request({
1900
+ method: 'PUT',
1901
+ url: '/api/crm-service/refund-points/{id}/emails/{emailId}',
1902
+ path: {
1903
+ id: data.id,
1904
+ emailId: data.emailId
1905
+ },
1906
+ body: data.requestBody,
1907
+ mediaType: 'application/json',
1908
+ errors: {
1909
+ 400: 'Bad Request',
1910
+ 401: 'Unauthorized',
1911
+ 403: 'Forbidden',
1912
+ 404: 'Not Found',
1913
+ 500: 'Server Error',
1914
+ 501: 'Server Error'
1915
+ }
1916
+ });
1917
+ }
1918
+
1919
+ /**
1920
+ * @param data The data for the request.
1921
+ * @param data.id
1922
+ * @param data.refundPointTypeCode
1923
+ * @returns unknown Success
1924
+ * @throws ApiError
1925
+ */
1926
+ public getApiCrmServiceRefundPointsByIdExist(data: GetApiCrmServiceRefundPointsByIdExistData): CancelablePromise<GetApiCrmServiceRefundPointsByIdExistResponse> {
1927
+ return this.httpRequest.request({
1928
+ method: 'GET',
1929
+ url: '/api/crm-service/refund-points/{id}/exist',
1930
+ path: {
1931
+ id: data.id
1932
+ },
1933
+ query: {
1934
+ refundPointTypeCode: data.refundPointTypeCode
1935
+ },
1936
+ errors: {
1937
+ 400: 'Bad Request',
1938
+ 401: 'Unauthorized',
1939
+ 403: 'Forbidden',
1940
+ 404: 'Not Found',
1941
+ 500: 'Server Error',
1942
+ 501: 'Server Error'
1943
+ }
1944
+ });
1945
+ }
1946
+
1947
+ /**
1948
+ * @param data The data for the request.
1949
+ * @param data.ids
1950
+ * @param data.skipCount
1951
+ * @param data.maxResultCount
1952
+ * @returns PagedResultDto_RefundPointNameDto Success
1953
+ * @throws ApiError
1954
+ */
1955
+ public getApiCrmServiceRefundPointsRefundPointNames(data: GetApiCrmServiceRefundPointsRefundPointNamesData = {}): CancelablePromise<GetApiCrmServiceRefundPointsRefundPointNamesResponse> {
1956
+ return this.httpRequest.request({
1957
+ method: 'GET',
1958
+ url: '/api/crm-service/refund-points/refund-point-names',
1959
+ query: {
1960
+ Ids: data.ids,
1961
+ SkipCount: data.skipCount,
1962
+ MaxResultCount: data.maxResultCount
1963
+ },
1964
+ errors: {
1965
+ 400: 'Bad Request',
1966
+ 401: 'Unauthorized',
1967
+ 403: 'Forbidden',
1968
+ 404: 'Not Found',
1969
+ 500: 'Server Error',
1970
+ 501: 'Server Error'
1971
+ }
1972
+ });
1973
+ }
1974
+
1975
+ }
1976
+
1977
+ export class TaxFreeService {
1978
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1979
+
1980
+ /**
1981
+ * @param data The data for the request.
1982
+ * @param data.sorting
1983
+ * @param data.skipCount
1984
+ * @param data.maxResultCount
1985
+ * @returns PagedResultDto_TaxFreeProfileDto Success
1986
+ * @throws ApiError
1987
+ */
1988
+ public getApiCrmServiceTaxFrees(data: GetApiCrmServiceTaxFreesData = {}): CancelablePromise<GetApiCrmServiceTaxFreesResponse> {
1989
+ return this.httpRequest.request({
1990
+ method: 'GET',
1991
+ url: '/api/crm-service/tax-frees',
1992
+ query: {
1993
+ Sorting: data.sorting,
1994
+ SkipCount: data.skipCount,
1995
+ MaxResultCount: data.maxResultCount
1996
+ },
1997
+ errors: {
1998
+ 400: 'Bad Request',
1999
+ 401: 'Unauthorized',
2000
+ 403: 'Forbidden',
2001
+ 404: 'Not Found',
2002
+ 500: 'Server Error',
2003
+ 501: 'Server Error'
2004
+ }
2005
+ });
2006
+ }
2007
+
2008
+ /**
2009
+ * @param data The data for the request.
2010
+ * @param data.id
2011
+ * @returns UniRefund_CRMService_TaxFrees_TaxFreeDto Success
2012
+ * @throws ApiError
2013
+ */
2014
+ public getApiCrmServiceTaxFreesByIdDetail(data: GetApiCrmServiceTaxFreesByIdDetailData): CancelablePromise<GetApiCrmServiceTaxFreesByIdDetailResponse> {
2015
+ return this.httpRequest.request({
2016
+ method: 'GET',
2017
+ url: '/api/crm-service/tax-frees/{id}/detail',
2018
+ path: {
2019
+ id: data.id
2020
+ },
2021
+ errors: {
2022
+ 400: 'Bad Request',
2023
+ 401: 'Unauthorized',
2024
+ 403: 'Forbidden',
2025
+ 404: 'Not Found',
2026
+ 500: 'Server Error',
2027
+ 501: 'Server Error'
2028
+ }
2029
+ });
2030
+ }
2031
+
2032
+ /**
2033
+ * @param data The data for the request.
2034
+ * @param data.id
2035
+ * @returns PagedResultDto_TaxFreeProfileDto Success
2036
+ * @throws ApiError
2037
+ */
2038
+ public getApiCrmServiceTaxFreesByIdSubTaxFree(data: GetApiCrmServiceTaxFreesByIdSubTaxFreeData): CancelablePromise<GetApiCrmServiceTaxFreesByIdSubTaxFreeResponse> {
2039
+ return this.httpRequest.request({
2040
+ method: 'GET',
2041
+ url: '/api/crm-service/tax-frees/{id}/sub-tax-free',
2042
+ path: {
2043
+ id: data.id
2044
+ },
2045
+ errors: {
2046
+ 400: 'Bad Request',
2047
+ 401: 'Unauthorized',
2048
+ 403: 'Forbidden',
2049
+ 404: 'Not Found',
2050
+ 500: 'Server Error',
2051
+ 501: 'Server Error'
2052
+ }
2053
+ });
2054
+ }
2055
+
2056
+ /**
2057
+ * @param data The data for the request.
2058
+ * @param data.requestBody
2059
+ * @returns UniRefund_CRMService_TaxFrees_TaxFreeProfileDto Success
2060
+ * @throws ApiError
2061
+ */
2062
+ public postApiCrmServiceTaxFreesWithComponents(data: PostApiCrmServiceTaxFreesWithComponentsData = {}): CancelablePromise<PostApiCrmServiceTaxFreesWithComponentsResponse> {
2063
+ return this.httpRequest.request({
2064
+ method: 'POST',
2065
+ url: '/api/crm-service/tax-frees/with-components',
2066
+ body: data.requestBody,
2067
+ mediaType: 'application/json',
2068
+ errors: {
2069
+ 400: 'Bad Request',
2070
+ 401: 'Unauthorized',
2071
+ 403: 'Forbidden',
2072
+ 404: 'Not Found',
2073
+ 500: 'Server Error',
2074
+ 501: 'Server Error'
2075
+ }
2076
+ });
2077
+ }
2078
+
2079
+ /**
2080
+ * @param data The data for the request.
2081
+ * @param data.id
2082
+ * @returns unknown Success
2083
+ * @throws ApiError
2084
+ */
2085
+ public deleteApiCrmServiceTaxFreesByIdWithComponents(data: DeleteApiCrmServiceTaxFreesByIdWithComponentsData): CancelablePromise<DeleteApiCrmServiceTaxFreesByIdWithComponentsResponse> {
2086
+ return this.httpRequest.request({
2087
+ method: 'DELETE',
2088
+ url: '/api/crm-service/tax-frees/{id}/with-components',
2089
+ path: {
2090
+ id: data.id
2091
+ },
2092
+ errors: {
2093
+ 400: 'Bad Request',
2094
+ 401: 'Unauthorized',
2095
+ 403: 'Forbidden',
2096
+ 404: 'Not Found',
2097
+ 500: 'Server Error',
2098
+ 501: 'Server Error'
2099
+ }
2100
+ });
2101
+ }
2102
+
2103
+ /**
2104
+ * @param data The data for the request.
2105
+ * @param data.id
2106
+ * @param data.requestBody
2107
+ * @returns unknown Success
2108
+ * @throws ApiError
2109
+ */
2110
+ public postApiCrmServiceTaxFreesByIdAffiliations(data: PostApiCrmServiceTaxFreesByIdAffiliationsData): CancelablePromise<PostApiCrmServiceTaxFreesByIdAffiliationsResponse> {
2111
+ return this.httpRequest.request({
2112
+ method: 'POST',
2113
+ url: '/api/crm-service/tax-frees/{id}/affiliations',
2114
+ path: {
2115
+ id: data.id
2116
+ },
2117
+ body: data.requestBody,
2118
+ mediaType: 'application/json',
2119
+ errors: {
2120
+ 400: 'Bad Request',
2121
+ 401: 'Unauthorized',
2122
+ 403: 'Forbidden',
2123
+ 404: 'Not Found',
2124
+ 500: 'Server Error',
2125
+ 501: 'Server Error'
2126
+ }
2127
+ });
2128
+ }
2129
+
2130
+ /**
2131
+ * @param data The data for the request.
2132
+ * @param data.id
2133
+ * @param data.affiliationCodeId
2134
+ * @param data.affiliationTypeCode
2135
+ * @param data.sorting
2136
+ * @param data.skipCount
2137
+ * @param data.maxResultCount
2138
+ * @returns PagedResultDto_AffiliationTypeDto Success
2139
+ * @throws ApiError
2140
+ */
2141
+ public getApiCrmServiceTaxFreesByIdAffiliations(data: GetApiCrmServiceTaxFreesByIdAffiliationsData): CancelablePromise<GetApiCrmServiceTaxFreesByIdAffiliationsResponse> {
2142
+ return this.httpRequest.request({
2143
+ method: 'GET',
2144
+ url: '/api/crm-service/tax-frees/{id}/affiliations',
2145
+ path: {
2146
+ id: data.id
2147
+ },
2148
+ query: {
2149
+ AffiliationCodeId: data.affiliationCodeId,
2150
+ AffiliationTypeCode: data.affiliationTypeCode,
2151
+ Sorting: data.sorting,
2152
+ SkipCount: data.skipCount,
2153
+ MaxResultCount: data.maxResultCount
2154
+ },
2155
+ errors: {
2156
+ 400: 'Bad Request',
2157
+ 401: 'Unauthorized',
2158
+ 403: 'Forbidden',
2159
+ 404: 'Not Found',
2160
+ 500: 'Server Error',
2161
+ 501: 'Server Error'
2162
+ }
2163
+ });
2164
+ }
2165
+
2166
+ /**
2167
+ * @param data The data for the request.
2168
+ * @param data.id
2169
+ * @param data.organizationId
2170
+ * @param data.requestBody
2171
+ * @returns UniRefund_CRMService_Organizations_OrganizationDto Success
2172
+ * @throws ApiError
2173
+ */
2174
+ public putApiCrmServiceTaxFreesByIdOrganizationsByOrganizationId(data: PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdResponse> {
2175
+ return this.httpRequest.request({
2176
+ method: 'PUT',
2177
+ url: '/api/crm-service/tax-frees/{id}/organizations/{organizationId}',
2178
+ path: {
2179
+ id: data.id,
2180
+ organizationId: data.organizationId
2181
+ },
2182
+ body: data.requestBody,
2183
+ mediaType: 'application/json',
2184
+ errors: {
2185
+ 400: 'Bad Request',
2186
+ 401: 'Unauthorized',
2187
+ 403: 'Forbidden',
2188
+ 404: 'Not Found',
2189
+ 500: 'Server Error',
2190
+ 501: 'Server Error'
2191
+ }
2192
+ });
2193
+ }
2194
+
2195
+ /**
2196
+ * @param data The data for the request.
2197
+ * @param data.id
2198
+ * @param data.telephoneId
2199
+ * @param data.requestBody
2200
+ * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
2201
+ * @throws ApiError
2202
+ */
2203
+ public putApiCrmServiceTaxFreesByIdTelephonesByTelephoneId(data: PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdResponse> {
2204
+ return this.httpRequest.request({
2205
+ method: 'PUT',
2206
+ url: '/api/crm-service/tax-frees/{id}/telephones/{telephoneId}',
2207
+ path: {
2208
+ id: data.id,
2209
+ telephoneId: data.telephoneId
2210
+ },
2211
+ body: data.requestBody,
2212
+ mediaType: 'application/json',
2213
+ errors: {
2214
+ 400: 'Bad Request',
2215
+ 401: 'Unauthorized',
2216
+ 403: 'Forbidden',
2217
+ 404: 'Not Found',
2218
+ 500: 'Server Error',
2219
+ 501: 'Server Error'
2220
+ }
2221
+ });
2222
+ }
2223
+
2224
+ /**
2225
+ * @param data The data for the request.
2226
+ * @param data.id
2227
+ * @param data.addressId
2228
+ * @param data.requestBody
2229
+ * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
2230
+ * @throws ApiError
2231
+ */
2232
+ public putApiCrmServiceTaxFreesByIdAddressesByAddressId(data: PutApiCrmServiceTaxFreesByIdAddressesByAddressIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdAddressesByAddressIdResponse> {
2233
+ return this.httpRequest.request({
2234
+ method: 'PUT',
2235
+ url: '/api/crm-service/tax-frees/{id}/addresses/{addressId}',
2236
+ path: {
2237
+ id: data.id,
2238
+ addressId: data.addressId
2239
+ },
2240
+ body: data.requestBody,
2241
+ mediaType: 'application/json',
2242
+ errors: {
2243
+ 400: 'Bad Request',
2244
+ 401: 'Unauthorized',
2245
+ 403: 'Forbidden',
2246
+ 404: 'Not Found',
2247
+ 500: 'Server Error',
2248
+ 501: 'Server Error'
2249
+ }
2250
+ });
2251
+ }
2252
+
2253
+ /**
2254
+ * @param data The data for the request.
2255
+ * @param data.id
2256
+ * @param data.emailId
2257
+ * @param data.requestBody
2258
+ * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
2259
+ * @throws ApiError
2260
+ */
2261
+ public putApiCrmServiceTaxFreesByIdEmailsByEmailId(data: PutApiCrmServiceTaxFreesByIdEmailsByEmailIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdEmailsByEmailIdResponse> {
2262
+ return this.httpRequest.request({
2263
+ method: 'PUT',
2264
+ url: '/api/crm-service/tax-frees/{id}/emails/{emailId}',
2265
+ path: {
2266
+ id: data.id,
2267
+ emailId: data.emailId
2268
+ },
2269
+ body: data.requestBody,
2270
+ mediaType: 'application/json',
2271
+ errors: {
2272
+ 400: 'Bad Request',
2273
+ 401: 'Unauthorized',
2274
+ 403: 'Forbidden',
2275
+ 404: 'Not Found',
2276
+ 500: 'Server Error',
2277
+ 501: 'Server Error'
2278
+ }
2279
+ });
2280
+ }
2281
+
2282
+ }
2283
+
2284
+ export class TaxOfficeService {
2285
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
2286
+
2287
+ /**
2288
+ * @param data The data for the request.
2289
+ * @param data.sorting
2290
+ * @param data.skipCount
2291
+ * @param data.maxResultCount
2292
+ * @returns PagedResultDto_TaxOfficeProfileDto Success
2293
+ * @throws ApiError
2294
+ */
2295
+ public getApiCrmServiceTaxOffices(data: GetApiCrmServiceTaxOfficesData = {}): CancelablePromise<GetApiCrmServiceTaxOfficesResponse> {
2296
+ return this.httpRequest.request({
2297
+ method: 'GET',
2298
+ url: '/api/crm-service/tax-offices',
2299
+ query: {
2300
+ Sorting: data.sorting,
2301
+ SkipCount: data.skipCount,
2302
+ MaxResultCount: data.maxResultCount
2303
+ },
2304
+ errors: {
2305
+ 400: 'Bad Request',
2306
+ 401: 'Unauthorized',
2307
+ 403: 'Forbidden',
2308
+ 404: 'Not Found',
2309
+ 500: 'Server Error',
2310
+ 501: 'Server Error'
2311
+ }
2312
+ });
2313
+ }
2314
+
2315
+ /**
2316
+ * @param data The data for the request.
2317
+ * @param data.id
2318
+ * @returns UniRefund_CRMService_TaxOffices_TaxOfficeProfileDto Success
2319
+ * @throws ApiError
2320
+ */
2321
+ public getApiCrmServiceTaxOfficesById(data: GetApiCrmServiceTaxOfficesByIdData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdResponse> {
2322
+ return this.httpRequest.request({
2323
+ method: 'GET',
2324
+ url: '/api/crm-service/tax-offices/{id}',
2325
+ path: {
2326
+ id: data.id
2327
+ },
2328
+ errors: {
2329
+ 400: 'Bad Request',
2330
+ 401: 'Unauthorized',
2331
+ 403: 'Forbidden',
2332
+ 404: 'Not Found',
2333
+ 500: 'Server Error',
2334
+ 501: 'Server Error'
2335
+ }
2336
+ });
2337
+ }
2338
+
2339
+ /**
2340
+ * @param data The data for the request.
2341
+ * @param data.id
2342
+ * @returns UniRefund_CRMService_TaxOffices_TaxOfficeDto Success
2343
+ * @throws ApiError
2344
+ */
2345
+ public getApiCrmServiceTaxOfficesByIdDetail(data: GetApiCrmServiceTaxOfficesByIdDetailData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdDetailResponse> {
2346
+ return this.httpRequest.request({
2347
+ method: 'GET',
2348
+ url: '/api/crm-service/tax-offices/{id}/detail',
2349
+ path: {
2350
+ id: data.id
2351
+ },
2352
+ errors: {
2353
+ 400: 'Bad Request',
2354
+ 401: 'Unauthorized',
2355
+ 403: 'Forbidden',
2356
+ 404: 'Not Found',
2357
+ 500: 'Server Error',
2358
+ 501: 'Server Error'
2359
+ }
2360
+ });
2361
+ }
2362
+
2363
+ /**
2364
+ * @param data The data for the request.
2365
+ * @param data.id
2366
+ * @returns PagedResultDto_TaxOfficeProfileDto Success
2367
+ * @throws ApiError
2368
+ */
2369
+ public getApiCrmServiceTaxOfficesByIdSubTaxOffices(data: GetApiCrmServiceTaxOfficesByIdSubTaxOfficesData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdSubTaxOfficesResponse> {
2370
+ return this.httpRequest.request({
2371
+ method: 'GET',
2372
+ url: '/api/crm-service/tax-offices/{id}/sub-tax-offices',
2373
+ path: {
2374
+ id: data.id
2375
+ },
2376
+ errors: {
2377
+ 400: 'Bad Request',
2378
+ 401: 'Unauthorized',
2379
+ 403: 'Forbidden',
2380
+ 404: 'Not Found',
2381
+ 500: 'Server Error',
2382
+ 501: 'Server Error'
2383
+ }
2384
+ });
2385
+ }
2386
+
2387
+ /**
2388
+ * @param data The data for the request.
2389
+ * @param data.requestBody
2390
+ * @returns UniRefund_CRMService_TaxOffices_TaxOfficeProfileDto Success
2391
+ * @throws ApiError
2392
+ */
2393
+ public postApiCrmServiceTaxOfficesWithComponents(data: PostApiCrmServiceTaxOfficesWithComponentsData = {}): CancelablePromise<PostApiCrmServiceTaxOfficesWithComponentsResponse> {
2394
+ return this.httpRequest.request({
2395
+ method: 'POST',
2396
+ url: '/api/crm-service/tax-offices/with-components',
2397
+ body: data.requestBody,
2398
+ mediaType: 'application/json',
2399
+ errors: {
2400
+ 400: 'Bad Request',
2401
+ 401: 'Unauthorized',
2402
+ 403: 'Forbidden',
2403
+ 404: 'Not Found',
2404
+ 500: 'Server Error',
2405
+ 501: 'Server Error'
2406
+ }
2407
+ });
2408
+ }
2409
+
2410
+ /**
2411
+ * @param data The data for the request.
2412
+ * @param data.id
2413
+ * @returns unknown Success
2414
+ * @throws ApiError
2415
+ */
2416
+ public deleteApiCrmServiceTaxOfficesByIdWithComponents(data: DeleteApiCrmServiceTaxOfficesByIdWithComponentsData): CancelablePromise<DeleteApiCrmServiceTaxOfficesByIdWithComponentsResponse> {
2417
+ return this.httpRequest.request({
2418
+ method: 'DELETE',
2419
+ url: '/api/crm-service/tax-offices/{id}/with-components',
2420
+ path: {
2421
+ id: data.id
2422
+ },
2423
+ errors: {
2424
+ 400: 'Bad Request',
2425
+ 401: 'Unauthorized',
2426
+ 403: 'Forbidden',
2427
+ 404: 'Not Found',
2428
+ 500: 'Server Error',
2429
+ 501: 'Server Error'
2430
+ }
2431
+ });
2432
+ }
2433
+
2434
+ /**
2435
+ * @param data The data for the request.
2436
+ * @param data.id
2437
+ * @param data.requestBody
2438
+ * @returns unknown Success
2439
+ * @throws ApiError
2440
+ */
2441
+ public postApiCrmServiceTaxOfficesByIdAffiliations(data: PostApiCrmServiceTaxOfficesByIdAffiliationsData): CancelablePromise<PostApiCrmServiceTaxOfficesByIdAffiliationsResponse> {
2442
+ return this.httpRequest.request({
2443
+ method: 'POST',
2444
+ url: '/api/crm-service/tax-offices/{id}/affiliations',
2445
+ path: {
2446
+ id: data.id
2447
+ },
2448
+ body: data.requestBody,
2449
+ mediaType: 'application/json',
2450
+ errors: {
2451
+ 400: 'Bad Request',
2452
+ 401: 'Unauthorized',
2453
+ 403: 'Forbidden',
2454
+ 404: 'Not Found',
2455
+ 500: 'Server Error',
2456
+ 501: 'Server Error'
2457
+ }
2458
+ });
2459
+ }
2460
+
2461
+ /**
2462
+ * @param data The data for the request.
2463
+ * @param data.id
2464
+ * @param data.affiliationCodeId
2465
+ * @param data.affiliationTypeCode
2466
+ * @param data.sorting
2467
+ * @param data.skipCount
2468
+ * @param data.maxResultCount
2469
+ * @returns PagedResultDto_AffiliationTypeDto Success
2470
+ * @throws ApiError
2471
+ */
2472
+ public getApiCrmServiceTaxOfficesByIdAffiliations(data: GetApiCrmServiceTaxOfficesByIdAffiliationsData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdAffiliationsResponse> {
2473
+ return this.httpRequest.request({
2474
+ method: 'GET',
2475
+ url: '/api/crm-service/tax-offices/{id}/affiliations',
2476
+ path: {
2477
+ id: data.id
2478
+ },
2479
+ query: {
2480
+ AffiliationCodeId: data.affiliationCodeId,
2481
+ AffiliationTypeCode: data.affiliationTypeCode,
2482
+ Sorting: data.sorting,
2483
+ SkipCount: data.skipCount,
2484
+ MaxResultCount: data.maxResultCount
2485
+ },
2486
+ errors: {
2487
+ 400: 'Bad Request',
2488
+ 401: 'Unauthorized',
2489
+ 403: 'Forbidden',
2490
+ 404: 'Not Found',
2491
+ 500: 'Server Error',
2492
+ 501: 'Server Error'
2493
+ }
2494
+ });
2495
+ }
2496
+
2497
+ /**
2498
+ * @param data The data for the request.
2499
+ * @param data.id
2500
+ * @param data.organizationId
2501
+ * @param data.requestBody
2502
+ * @returns UniRefund_CRMService_Organizations_OrganizationDto Success
2503
+ * @throws ApiError
2504
+ */
2505
+ public putApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationId(data: PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdResponse> {
2506
+ return this.httpRequest.request({
2507
+ method: 'PUT',
2508
+ url: '/api/crm-service/tax-offices/{id}/organizations/{organizationId}',
2509
+ path: {
2510
+ id: data.id,
2511
+ organizationId: data.organizationId
2512
+ },
2513
+ body: data.requestBody,
2514
+ mediaType: 'application/json',
2515
+ errors: {
2516
+ 400: 'Bad Request',
2517
+ 401: 'Unauthorized',
2518
+ 403: 'Forbidden',
2519
+ 404: 'Not Found',
2520
+ 500: 'Server Error',
2521
+ 501: 'Server Error'
2522
+ }
2523
+ });
2524
+ }
2525
+
2526
+ /**
2527
+ * @param data The data for the request.
2528
+ * @param data.id
2529
+ * @param data.telephoneId
2530
+ * @param data.requestBody
2531
+ * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
2532
+ * @throws ApiError
2533
+ */
2534
+ public putApiCrmServiceTaxOfficesByIdTelephonesByTelephoneId(data: PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdResponse> {
2535
+ return this.httpRequest.request({
2536
+ method: 'PUT',
2537
+ url: '/api/crm-service/tax-offices/{id}/telephones/{telephoneId}',
2538
+ path: {
2539
+ id: data.id,
2540
+ telephoneId: data.telephoneId
2541
+ },
2542
+ body: data.requestBody,
2543
+ mediaType: 'application/json',
2544
+ errors: {
2545
+ 400: 'Bad Request',
2546
+ 401: 'Unauthorized',
2547
+ 403: 'Forbidden',
2548
+ 404: 'Not Found',
2549
+ 500: 'Server Error',
2550
+ 501: 'Server Error'
2551
+ }
2552
+ });
2553
+ }
2554
+
2555
+ /**
2556
+ * @param data The data for the request.
2557
+ * @param data.id
2558
+ * @param data.addressId
2559
+ * @param data.requestBody
2560
+ * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
2561
+ * @throws ApiError
2562
+ */
2563
+ public putApiCrmServiceTaxOfficesByIdAddressesByAddressId(data: PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdResponse> {
2564
+ return this.httpRequest.request({
2565
+ method: 'PUT',
2566
+ url: '/api/crm-service/tax-offices/{id}/addresses/{addressId}',
2567
+ path: {
2568
+ id: data.id,
2569
+ addressId: data.addressId
2570
+ },
2571
+ body: data.requestBody,
2572
+ mediaType: 'application/json',
2573
+ errors: {
2574
+ 400: 'Bad Request',
2575
+ 401: 'Unauthorized',
2576
+ 403: 'Forbidden',
2577
+ 404: 'Not Found',
2578
+ 500: 'Server Error',
2579
+ 501: 'Server Error'
2580
+ }
2581
+ });
2582
+ }
2583
+
2584
+ /**
2585
+ * @param data The data for the request.
2586
+ * @param data.id
2587
+ * @param data.emailId
2588
+ * @param data.requestBody
2589
+ * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
2590
+ * @throws ApiError
2591
+ */
2592
+ public putApiCrmServiceTaxOfficesByIdEmailsByEmailId(data: PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdResponse> {
2593
+ return this.httpRequest.request({
2594
+ method: 'PUT',
2595
+ url: '/api/crm-service/tax-offices/{id}/emails/{emailId}',
2596
+ path: {
2597
+ id: data.id,
2598
+ emailId: data.emailId
2599
+ },
2600
+ body: data.requestBody,
2601
+ mediaType: 'application/json',
2602
+ errors: {
2603
+ 400: 'Bad Request',
2604
+ 401: 'Unauthorized',
2605
+ 403: 'Forbidden',
2606
+ 404: 'Not Found',
2607
+ 500: 'Server Error',
2608
+ 501: 'Server Error'
2609
+ }
2610
+ });
2611
+ }
2612
+
2613
+ /**
2614
+ * @param data The data for the request.
2615
+ * @param data.id
2616
+ * @returns boolean Success
2617
+ * @throws ApiError
2618
+ */
2619
+ public getApiCrmServiceTaxOfficesByIdAny(data: GetApiCrmServiceTaxOfficesByIdAnyData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdAnyResponse> {
2620
+ return this.httpRequest.request({
2621
+ method: 'GET',
2622
+ url: '/api/crm-service/tax-offices/{id}/any',
2623
+ path: {
2624
+ id: data.id
2625
+ },
2626
+ errors: {
2627
+ 400: 'Bad Request',
2628
+ 401: 'Unauthorized',
2629
+ 403: 'Forbidden',
2630
+ 404: 'Not Found',
2631
+ 500: 'Server Error',
2632
+ 501: 'Server Error'
2633
+ }
2634
+ });
2635
+ }
2636
+
2637
2637
  }