@ayasofyazilim/saas 0.0.73 → 0.0.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/release.yaml +120 -120
- package/.github/workflows/update.yaml +52 -52
- package/.github/workflows/update_release.yaml +33 -33
- package/AccountService/AccountServiceClient.ts +68 -68
- package/AccountService/core/ApiRequestOptions.ts +12 -12
- package/AccountService/core/BaseHttpRequest.ts +9 -9
- package/AccountService/core/FetchHttpRequest.ts +21 -21
- package/AccountService/core/OpenAPI.ts +55 -55
- package/AccountService/core/request.ts +340 -340
- package/AccountService/index.ts +8 -8
- package/AccountService/models/Volo_Abp_Account_AccountExternalProviderSettingsDto.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_AccountRecaptchaSettingsDto.ts +14 -14
- package/AccountService/models/Volo_Abp_Account_AccountSettingsDto.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_AccountTwoFactorSettingsDto.ts +11 -11
- package/AccountService/models/Volo_Abp_Account_AuthenticatorInfoDto.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_ChangePasswordInput.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_ConfirmEmailInput.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_ConfirmPhoneNumberInput.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_DelegateNewUserInput.ts +10 -10
- package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderDto.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderItemDto.ts +11 -11
- package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderItemWithSecretDto.ts +13 -13
- package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettings.ts +12 -12
- package/AccountService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettingsProperty.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_IdentityUserConfirmationStateDto.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_IsLinkedInput.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_LinkUserDto.ts +12 -12
- package/AccountService/models/Volo_Abp_Account_LinkUserInput.ts +10 -10
- package/AccountService/models/Volo_Abp_Account_ProfileDto.ts +20 -20
- package/AccountService/models/Volo_Abp_Account_ProfilePictureSourceDto.ts +11 -11
- package/AccountService/models/Volo_Abp_Account_ProfilePictureType.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_AbpLoginResult.ts +10 -10
- package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_LinkUserLoginInfo.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_LoginResultType.ts +12 -12
- package/AccountService/models/Volo_Abp_Account_Public_Web_Areas_Account_Controllers_Models_UserLoginInfo.ts +11 -11
- package/AccountService/models/Volo_Abp_Account_RegisterDto.ts +15 -15
- package/AccountService/models/Volo_Abp_Account_ResetPasswordDto.ts +10 -10
- package/AccountService/models/Volo_Abp_Account_SendEmailConfirmationTokenDto.ts +11 -11
- package/AccountService/models/Volo_Abp_Account_SendPasswordResetCodeDto.ts +11 -11
- package/AccountService/models/Volo_Abp_Account_SendPhoneNumberConfirmationTokenDto.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_SendTwoFactorCodeInput.ts +10 -10
- package/AccountService/models/Volo_Abp_Account_UnLinkUserInput.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_UpdateExternalProviderDto.ts +12 -12
- package/AccountService/models/Volo_Abp_Account_UpdateProfileDto.ts +15 -15
- package/AccountService/models/Volo_Abp_Account_UserDelegationDto.ts +11 -11
- package/AccountService/models/Volo_Abp_Account_UserLookupDto.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_VerifyAuthenticatorCodeDto.ts +8 -8
- package/AccountService/models/Volo_Abp_Account_VerifyAuthenticatorCodeInput.ts +8 -8
- package/AccountService/models/Volo_Abp_Account_VerifyEmailConfirmationTokenInput.ts +9 -9
- package/AccountService/models/Volo_Abp_Account_VerifyLinkLoginTokenInput.ts +10 -10
- package/AccountService/models/Volo_Abp_Account_VerifyLinkTokenInput.ts +10 -10
- package/AccountService/models/Volo_Abp_Account_VerifyPasswordResetTokenInput.ts +9 -9
- package/AccountService/models/Volo_Abp_Application_Dtos_ListResultDto_1.ts +9 -9
- package/AccountService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +10 -10
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +30 -30
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +18 -18
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +9 -9
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +9 -9
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +17 -17
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +22 -22
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +14 -14
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +10 -10
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +10 -10
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +9 -9
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +13 -13
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +9 -9
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +19 -19
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +14 -14
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +12 -12
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +9 -9
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +10 -10
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +11 -11
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +11 -11
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +9 -9
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +8 -8
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +10 -10
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto.ts +11 -11
- package/AccountService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +8 -8
- package/AccountService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +20 -20
- package/AccountService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +11 -11
- package/AccountService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +17 -17
- package/AccountService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +11 -11
- package/AccountService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +12 -12
- package/AccountService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +13 -13
- package/AccountService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +11 -11
- package/AccountService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +17 -17
- package/AccountService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +17 -17
- package/AccountService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +9 -9
- package/AccountService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +14 -14
- package/AccountService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +13 -13
- package/AccountService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +9 -9
- package/AccountService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +9 -9
- package/AccountService/models/Volo_Abp_Identity_Features_IdentityProTwoFactorBehaviour.ts +9 -9
- package/AccountService/models/Volo_Abp_Identity_IdentitySecurityLogDto.ts +21 -21
- package/AccountService/models/Volo_Abp_Identity_IdentityUserDto.ts +35 -35
- package/AccountService/models/Volo_Abp_Localization_LanguageInfo.ts +12 -12
- package/AccountService/models/Volo_Abp_NameValue.ts +9 -9
- package/AccountService/schemas.gen.ts +5333 -5333
- package/AccountService/services/AbpApiDefinitionService.ts +34 -34
- package/AccountService/services/AbpApplicationConfigurationService.ts +34 -34
- package/AccountService/services/AbpApplicationLocalizationService.ts +37 -37
- package/AccountService/services/AbpTenantService.ts +58 -58
- package/AccountService/services/AccountExternalProviderService.ts +56 -56
- package/AccountService/services/AccountService.ts +545 -545
- package/AccountService/services/AccountSettingsService.ts +178 -178
- package/AccountService/services/DynamicClaimsService.ts +27 -27
- package/AccountService/services/LoginService.ts +99 -99
- package/AccountService/services/ProfileService.ts +155 -155
- package/AccountService/services/UserService.ts +313 -313
- package/AccountService/services.gen.ts +1539 -1539
- package/AccountService/types.gen.ts +3328 -3328
- package/AdministrationService/AdministrationServiceClient.ts +80 -80
- package/AdministrationService/core/ApiRequestOptions.ts +12 -12
- package/AdministrationService/core/BaseHttpRequest.ts +9 -9
- package/AdministrationService/core/FetchHttpRequest.ts +21 -21
- package/AdministrationService/core/OpenAPI.ts +55 -55
- package/AdministrationService/core/request.ts +340 -340
- package/AdministrationService/index.ts +8 -8
- package/AdministrationService/models/System_Net_HttpStatusCode.ts +67 -67
- package/AdministrationService/models/Volo_Abp_Application_Dtos_ListResultDto_1.ts +9 -9
- package/AdministrationService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +10 -10
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +30 -30
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +18 -18
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +17 -17
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +22 -22
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +14 -14
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +10 -10
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +10 -10
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +13 -13
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +19 -19
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +14 -14
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +12 -12
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +10 -10
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +11 -11
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +11 -11
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +10 -10
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_FindTenantResultDto.ts +11 -11
- package/AdministrationService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AuditLogging_AuditLogActionDto.ts +16 -16
- package/AdministrationService/models/Volo_Abp_AuditLogging_AuditLogDto.ts +33 -33
- package/AdministrationService/models/Volo_Abp_AuditLogging_EntityChangeDto.ts +18 -18
- package/AdministrationService/models/Volo_Abp_AuditLogging_EntityChangeWithUsernameDto.ts +10 -10
- package/AdministrationService/models/Volo_Abp_AuditLogging_EntityPropertyChangeDto.ts +14 -14
- package/AdministrationService/models/Volo_Abp_AuditLogging_GetAverageExecutionDurationPerDayOutput.ts +8 -8
- package/AdministrationService/models/Volo_Abp_AuditLogging_GetErrorRateOutput.ts +8 -8
- package/AdministrationService/models/Volo_Abp_Auditing_EntityChangeType.ts +9 -9
- package/AdministrationService/models/Volo_Abp_FeatureManagement_FeatureDto.ts +17 -17
- package/AdministrationService/models/Volo_Abp_FeatureManagement_FeatureGroupDto.ts +11 -11
- package/AdministrationService/models/Volo_Abp_FeatureManagement_FeatureProviderDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_FeatureManagement_GetFeatureListResultDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_FeatureManagement_UpdateFeatureDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_FeatureManagement_UpdateFeaturesDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_Gdpr_DownloadTokenResultDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_Gdpr_GdprRequestDto.ts +10 -10
- package/AdministrationService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +20 -20
- package/AdministrationService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +11 -11
- package/AdministrationService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +17 -17
- package/AdministrationService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +11 -11
- package/AdministrationService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +12 -12
- package/AdministrationService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +13 -13
- package/AdministrationService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +11 -11
- package/AdministrationService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +17 -17
- package/AdministrationService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +17 -17
- package/AdministrationService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +9 -9
- package/AdministrationService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +14 -14
- package/AdministrationService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +13 -13
- package/AdministrationService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +9 -9
- package/AdministrationService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +9 -9
- package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_CreateLanguageDto.ts +13 -13
- package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_CultureInfoDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_LanguageDto.ts +18 -18
- package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_LanguageResourceDto.ts +8 -8
- package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_LanguageTextDto.ts +13 -13
- package/AdministrationService/models/Volo_Abp_LanguageManagement_Dto_UpdateLanguageDto.ts +12 -12
- package/AdministrationService/models/Volo_Abp_Localization_LanguageInfo.ts +12 -12
- package/AdministrationService/models/Volo_Abp_NameValue.ts +9 -9
- package/AdministrationService/models/Volo_Abp_PermissionManagement_GetPermissionListResultDto.ts +10 -10
- package/AdministrationService/models/Volo_Abp_PermissionManagement_PermissionGrantInfoDto.ts +14 -14
- package/AdministrationService/models/Volo_Abp_PermissionManagement_PermissionGroupDto.ts +13 -13
- package/AdministrationService/models/Volo_Abp_PermissionManagement_ProviderInfoDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_PermissionManagement_UpdatePermissionDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_PermissionManagement_UpdatePermissionsDto.ts +9 -9
- package/AdministrationService/models/Volo_Abp_SettingManagement_EmailSettingsDto.ts +16 -16
- package/AdministrationService/models/Volo_Abp_SettingManagement_SendTestEmailInput.ts +11 -11
- package/AdministrationService/models/Volo_Abp_SettingManagement_UpdateEmailSettingsDto.ts +16 -16
- package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_RestoreTemplateContentInput.ts +9 -9
- package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_TemplateDefinitionDto.ts +13 -13
- package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_TextTemplateContentDto.ts +10 -10
- package/AdministrationService/models/Volo_Abp_TextTemplateManagement_TextTemplates_UpdateTemplateContentInput.ts +10 -10
- package/AdministrationService/models/Volo_Abp_Validation_StringValues_IStringValueType.ts +11 -11
- package/AdministrationService/models/Volo_Abp_Validation_StringValues_IValueValidator.ts +9 -9
- package/AdministrationService/schemas.gen.ts +6721 -6721
- package/AdministrationService/services/AbpApiDefinitionService.ts +34 -34
- package/AdministrationService/services/AbpApplicationConfigurationService.ts +34 -34
- package/AdministrationService/services/AbpApplicationLocalizationService.ts +37 -37
- package/AdministrationService/services/AbpTenantService.ts +58 -58
- package/AdministrationService/services/AuditLogsService.ts +286 -286
- package/AdministrationService/services/EmailSettingsService.ts +76 -76
- package/AdministrationService/services/FeaturesService.ts +96 -96
- package/AdministrationService/services/GdprRequestService.ts +152 -152
- package/AdministrationService/services/LanguageTextsService.ts +157 -157
- package/AdministrationService/services/LanguagesService.ts +257 -257
- package/AdministrationService/services/PermissionsService.ts +69 -69
- package/AdministrationService/services/TextTemplateContentsService.ts +85 -85
- package/AdministrationService/services/TextTemplateDefinitionsService.ts +69 -69
- package/AdministrationService/services/TimeZoneSettingsService.ts +70 -70
- package/AdministrationService/services.gen.ts +1470 -1470
- package/AdministrationService/types.gen.ts +3034 -3034
- package/BackerService/core/ApiRequestOptions.ts +12 -12
- package/BackerService/core/BaseHttpRequest.ts +9 -9
- package/BackerService/core/FetchHttpRequest.ts +21 -21
- package/BackerService/core/OpenAPI.ts +55 -55
- package/BackerService/core/request.ts +340 -340
- package/BackerService/index.ts +8 -8
- package/BackerService/services.gen.ts +866 -866
- package/BackerService/types.gen.ts +2170 -2170
- package/CRMService/CRMServiceClient.ts +65 -65
- package/CRMService/schemas.gen.ts +18715 -18542
- package/CRMService/services.gen.ts +2672 -2636
- package/CRMService/types.gen.ts +5310 -5238
- package/ContractService/schemas.gen.ts +11791 -11791
- package/ContractService/services.gen.ts +1962 -1962
- package/ContractService/types.gen.ts +4257 -4257
- package/ExportValidationService/ExportValidationServiceClient.ts +44 -44
- package/ExportValidationService/core/ApiError.ts +20 -20
- package/ExportValidationService/core/ApiRequestOptions.ts +12 -12
- package/ExportValidationService/core/ApiResult.ts +6 -6
- package/ExportValidationService/core/BaseHttpRequest.ts +9 -9
- package/ExportValidationService/core/CancelablePromise.ts +125 -125
- package/ExportValidationService/core/FetchHttpRequest.ts +21 -21
- package/ExportValidationService/core/OpenAPI.ts +55 -55
- package/ExportValidationService/core/request.ts +340 -340
- package/ExportValidationService/index.ts +8 -8
- package/ExportValidationService/schemas.gen.ts +3998 -3998
- package/ExportValidationService/services.gen.ts +260 -260
- package/ExportValidationService/types.gen.ts +818 -818
- package/FinanceService/FinanceServiceClient.ts +44 -44
- package/FinanceService/core/ApiError.ts +20 -20
- package/FinanceService/core/ApiRequestOptions.ts +12 -12
- package/FinanceService/core/ApiResult.ts +6 -6
- package/FinanceService/core/BaseHttpRequest.ts +9 -9
- package/FinanceService/core/CancelablePromise.ts +125 -125
- package/FinanceService/core/FetchHttpRequest.ts +21 -21
- package/FinanceService/core/OpenAPI.ts +55 -55
- package/FinanceService/core/request.ts +340 -340
- package/FinanceService/index.ts +8 -8
- package/FinanceService/schemas.gen.ts +4137 -4137
- package/FinanceService/services.gen.ts +224 -224
- package/FinanceService/types.gen.ts +778 -778
- package/FundraiserService/core/ApiRequestOptions.ts +12 -12
- package/FundraiserService/core/BaseHttpRequest.ts +9 -9
- package/FundraiserService/core/FetchHttpRequest.ts +21 -21
- package/FundraiserService/core/OpenAPI.ts +55 -55
- package/FundraiserService/core/request.ts +340 -340
- package/FundraiserService/index.ts +8 -8
- package/FundraiserService/services.gen.ts +627 -627
- package/FundraiserService/types.gen.ts +1793 -1793
- package/IdentityService/IdentityServiceClient.ts +80 -80
- package/IdentityService/core/ApiRequestOptions.ts +12 -12
- package/IdentityService/core/BaseHttpRequest.ts +9 -9
- package/IdentityService/core/FetchHttpRequest.ts +21 -21
- package/IdentityService/core/OpenAPI.ts +55 -55
- package/IdentityService/core/request.ts +340 -340
- package/IdentityService/index.ts +8 -8
- package/IdentityService/models/Volo_Abp_Account_AccountExternalProviderSettingsDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_Account_AccountRecaptchaSettingsDto.ts +14 -14
- package/IdentityService/models/Volo_Abp_Account_AccountSettingsDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_Account_AccountTwoFactorSettingsDto.ts +11 -11
- package/IdentityService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettings.ts +12 -12
- package/IdentityService/models/Volo_Abp_Account_ExternalProviders_ExternalProviderSettingsProperty.ts +9 -9
- package/IdentityService/models/Volo_Abp_Account_UpdateExternalProviderDto.ts +12 -12
- package/IdentityService/models/Volo_Abp_Application_Dtos_ListResultDto_1.ts +9 -9
- package/IdentityService/models/Volo_Abp_Application_Dtos_PagedResultDto_1.ts +10 -10
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto.ts +30 -30
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto.ts +18 -18
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto.ts +17 -17
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto.ts +22 -22
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto.ts +14 -14
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto.ts +13 -13
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto.ts +19 -19
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto.ts +14 -14
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto.ts +12 -12
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto.ts +11 -11
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone.ts +11 -11
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone.ts +8 -8
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_Http_Modeling_ActionApiDescriptionModel.ts +20 -20
- package/IdentityService/models/Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel.ts +11 -11
- package/IdentityService/models/Volo_Abp_Http_Modeling_ControllerApiDescriptionModel.ts +17 -17
- package/IdentityService/models/Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel.ts +11 -11
- package/IdentityService/models/Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel.ts +12 -12
- package/IdentityService/models/Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel.ts +13 -13
- package/IdentityService/models/Volo_Abp_Http_Modeling_ModuleApiDescriptionModel.ts +11 -11
- package/IdentityService/models/Volo_Abp_Http_Modeling_ParameterApiDescriptionModel.ts +17 -17
- package/IdentityService/models/Volo_Abp_Http_Modeling_PropertyApiDescriptionModel.ts +17 -17
- package/IdentityService/models/Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel.ts +9 -9
- package/IdentityService/models/Volo_Abp_Http_Modeling_TypeApiDescriptionModel.ts +14 -14
- package/IdentityService/models/Volo_Abp_Http_RemoteServiceErrorInfo.ts +13 -13
- package/IdentityService/models/Volo_Abp_Http_RemoteServiceErrorResponse.ts +9 -9
- package/IdentityService/models/Volo_Abp_Http_RemoteServiceValidationErrorInfo.ts +9 -9
- package/IdentityService/models/Volo_Abp_Identity_ClaimTypeDto.ts +19 -19
- package/IdentityService/models/Volo_Abp_Identity_CreateClaimTypeDto.ts +15 -15
- package/IdentityService/models/Volo_Abp_Identity_DownloadTokenResultDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_Identity_ExternalLoginProviderDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_Identity_Features_IdentityProTwoFactorBehaviour.ts +9 -9
- package/IdentityService/models/Volo_Abp_Identity_IdentityClaimValueType.ts +10 -10
- package/IdentityService/models/Volo_Abp_Identity_IdentityLdapSettingsDto.ts +15 -15
- package/IdentityService/models/Volo_Abp_Identity_IdentityLockoutSettingsDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_Identity_IdentityOAuthSettingsDto.ts +15 -15
- package/IdentityService/models/Volo_Abp_Identity_IdentityPasswordSettingsDto.ts +15 -15
- package/IdentityService/models/Volo_Abp_Identity_IdentityRoleClaimDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_Identity_IdentityRoleCreateDto.ts +11 -11
- package/IdentityService/models/Volo_Abp_Identity_IdentityRoleDto.ts +15 -15
- package/IdentityService/models/Volo_Abp_Identity_IdentityRoleLookupDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_Identity_IdentityRoleUpdateDto.ts +12 -12
- package/IdentityService/models/Volo_Abp_Identity_IdentitySecurityLogDto.ts +21 -21
- package/IdentityService/models/Volo_Abp_Identity_IdentitySettingsDto.ts +15 -15
- package/IdentityService/models/Volo_Abp_Identity_IdentitySignInSettingsDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_Identity_IdentityUserClaimDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_Identity_IdentityUserCreateDto.ts +20 -20
- package/IdentityService/models/Volo_Abp_Identity_IdentityUserDto.ts +35 -35
- package/IdentityService/models/Volo_Abp_Identity_IdentityUserSettingsDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdateDto.ts +19 -19
- package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdatePasswordInput.ts +8 -8
- package/IdentityService/models/Volo_Abp_Identity_IdentityUserUpdateRolesDto.ts +8 -8
- package/IdentityService/models/Volo_Abp_Identity_ImportExternalUserInput.ts +10 -10
- package/IdentityService/models/Volo_Abp_Identity_ImportUsersFromFileOutput.ts +12 -12
- package/IdentityService/models/Volo_Abp_Identity_ImportUsersFromFileType.ts +8 -8
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitCreateDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitDto.ts +21 -21
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitLookupDto.ts +9 -9
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitMoveInput.ts +8 -8
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitRoleDto.ts +11 -11
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitRoleInput.ts +8 -8
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitUpdateDto.ts +10 -10
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitUserInput.ts +8 -8
- package/IdentityService/models/Volo_Abp_Identity_OrganizationUnitWithDetailsDto.ts +23 -23
- package/IdentityService/models/Volo_Abp_Identity_UpdateClaimTypeDto.ts +16 -16
- package/IdentityService/models/Volo_Abp_Localization_LanguageInfo.ts +12 -12
- package/IdentityService/models/Volo_Abp_NameValue.ts +9 -9
- package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_ApplicationDto.ts +29 -29
- package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_ApplicationTokenLifetimeDto.ts +13 -13
- package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_CreateApplicationInput.ts +28 -28
- package/IdentityService/models/Volo_Abp_OpenIddict_Applications_Dtos_UpdateApplicationInput.ts +28 -28
- package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_CreateScopeInput.ts +12 -12
- package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_ScopeDto.ts +14 -14
- package/IdentityService/models/Volo_Abp_OpenIddict_Scopes_Dtos_UpdateScopeInput.ts +12 -12
- package/IdentityService/models/Volo_Abp_Users_UserData.ts +18 -18
- package/IdentityService/schemas.gen.ts +6845 -6845
- package/IdentityService/services/AbpApiDefinitionService.ts +34 -34
- package/IdentityService/services/AbpApplicationConfigurationService.ts +34 -34
- package/IdentityService/services/AbpApplicationLocalizationService.ts +37 -37
- package/IdentityService/services/AccountSettingsService.ts +178 -178
- package/IdentityService/services/ApplicationsService.ts +199 -199
- package/IdentityService/services/ClaimTypeService.ts +149 -149
- package/IdentityService/services/ExternalLoginService.ts +27 -27
- package/IdentityService/services/OrganizationUnitService.ts +539 -539
- package/IdentityService/services/RoleService.ts +269 -269
- package/IdentityService/services/ScopesService.ts +164 -164
- package/IdentityService/services/SecurityLogService.ts +174 -174
- package/IdentityService/services/SettingsService.ts +135 -135
- package/IdentityService/services/UserIntegrationService.ts +144 -144
- package/IdentityService/services/UserLookupService.ts +120 -120
- package/IdentityService/services/UserService.ts +937 -937
- package/IdentityService/services.gen.ts +2924 -2924
- package/IdentityService/types.gen.ts +5484 -5484
- package/LocationService/LocationServiceClient.ts +74 -74
- package/LocationService/core/ApiError.ts +20 -20
- package/LocationService/core/ApiRequestOptions.ts +12 -12
- package/LocationService/core/ApiResult.ts +6 -6
- package/LocationService/core/BaseHttpRequest.ts +9 -9
- package/LocationService/core/CancelablePromise.ts +125 -125
- package/LocationService/core/FetchHttpRequest.ts +21 -21
- package/LocationService/core/OpenAPI.ts +55 -55
- package/LocationService/core/request.ts +340 -340
- package/LocationService/index.ts +8 -8
- package/LocationService/schemas.gen.ts +6635 -6635
- package/LocationService/services.gen.ts +1797 -1797
- package/LocationService/types.gen.ts +3738 -3738
- package/MerchantService/core/ApiRequestOptions.ts +12 -12
- package/MerchantService/core/BaseHttpRequest.ts +9 -9
- package/MerchantService/core/FetchHttpRequest.ts +21 -21
- package/MerchantService/core/OpenAPI.ts +55 -55
- package/MerchantService/core/request.ts +340 -340
- package/MerchantService/types.gen.ts +18875 -18875
- package/ProjectService/core/ApiRequestOptions.ts +12 -12
- package/ProjectService/core/BaseHttpRequest.ts +9 -9
- package/ProjectService/core/FetchHttpRequest.ts +21 -21
- package/ProjectService/core/OpenAPI.ts +55 -55
- package/ProjectService/core/request.ts +340 -340
- package/ProjectService/index.ts +8 -8
- package/ProjectService/services.gen.ts +492 -492
- package/ProjectService/types.gen.ts +1303 -1303
- package/README.md +38 -38
- package/RefundService/RefundServiceClient.ts +44 -0
- package/RefundService/core/ApiError.ts +21 -0
- package/RefundService/core/ApiRequestOptions.ts +13 -0
- package/RefundService/core/ApiResult.ts +7 -0
- package/RefundService/core/BaseHttpRequest.ts +10 -0
- package/RefundService/core/CancelablePromise.ts +126 -0
- package/RefundService/core/FetchHttpRequest.ts +22 -0
- package/RefundService/core/OpenAPI.ts +56 -0
- package/RefundService/core/request.ts +341 -0
- package/RefundService/index.ts +9 -0
- package/RefundService/schemas.gen.ts +4077 -0
- package/RefundService/services.gen.ts +300 -0
- package/RefundService/types.gen.ts +826 -0
- package/SaasService/core/ApiRequestOptions.ts +12 -12
- package/SaasService/core/BaseHttpRequest.ts +9 -9
- package/SaasService/core/FetchHttpRequest.ts +21 -21
- package/SaasService/core/OpenAPI.ts +55 -55
- package/SaasService/core/request.ts +340 -340
- package/SaasService/index.ts +8 -8
- package/SaasService/schemas.gen.ts +5345 -5345
- package/SaasService/services.gen.ts +1329 -1329
- package/SaasService/types.gen.ts +2737 -2737
- package/SettingService/SettingServiceClient.ts +59 -59
- package/SettingService/schemas.gen.ts +5223 -5223
- package/SettingService/services.gen.ts +758 -758
- package/SettingService/types.gen.ts +1800 -1800
- package/TagService/TagServiceClient.ts +44 -44
- package/TagService/core/ApiError.ts +20 -20
- package/TagService/core/ApiRequestOptions.ts +12 -12
- package/TagService/core/ApiResult.ts +6 -6
- package/TagService/core/BaseHttpRequest.ts +9 -9
- package/TagService/core/CancelablePromise.ts +125 -125
- package/TagService/core/FetchHttpRequest.ts +21 -21
- package/TagService/core/OpenAPI.ts +55 -55
- package/TagService/core/request.ts +340 -340
- package/TagService/index.ts +8 -8
- package/TagService/schemas.gen.ts +5109 -5109
- package/TagService/services.gen.ts +361 -361
- package/TagService/types.gen.ts +1088 -1088
- package/TravellerService/TravellerServiceClient.ts +56 -56
- package/TravellerService/core/ApiError.ts +20 -20
- package/TravellerService/core/ApiRequestOptions.ts +12 -12
- package/TravellerService/core/ApiResult.ts +6 -6
- package/TravellerService/core/BaseHttpRequest.ts +9 -9
- package/TravellerService/core/CancelablePromise.ts +125 -125
- package/TravellerService/core/FetchHttpRequest.ts +21 -21
- package/TravellerService/core/OpenAPI.ts +55 -55
- package/TravellerService/core/request.ts +340 -340
- package/TravellerService/index.ts +8 -8
- package/TravellerService/schemas.gen.ts +6347 -6347
- package/TravellerService/services.gen.ts +845 -845
- package/TravellerService/types.gen.ts +2072 -2072
- package/generator.mjs +209 -204
- package/index.ts +2 -2
- package/package.json +28 -28
|
@@ -1,1963 +1,1963 @@
|
|
|
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, PostApiContractServiceMerchantsContractsContractHeadersByIdValidateData, PostApiContractServiceMerchantsContractsContractHeadersByIdValidateResponse, GetApiContractServiceMerchantsContractsContractSettingsByIdData, GetApiContractServiceMerchantsContractsContractSettingsByIdResponse, PutApiContractServiceMerchantsContractsContractSettingsByIdData, PutApiContractServiceMerchantsContractsContractSettingsByIdResponse, DeleteApiContractServiceMerchantsContractsContractSettingsByIdData, DeleteApiContractServiceMerchantsContractsContractSettingsByIdResponse, GetApiContractServiceMerchantsContractsContractSettingsData, GetApiContractServiceMerchantsContractsContractSettingsResponse, GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData, GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsResponse, PostApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData, PostApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsResponse, GetApiContractServiceMerchantsContractsContractHeadersByIdContractStoresData, GetApiContractServiceMerchantsContractsContractHeadersByIdContractStoresResponse, PostApiContractServiceMerchantsContractsContractHeadersByIdContractStoresData, PostApiContractServiceMerchantsContractsContractHeadersByIdContractStoresResponse, GetApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsData, GetApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsResponse, PostApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsData, PostApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsResponse, PutApiContractServiceMerchantsContractsContractHeadersByIdSetDefaultSettingData, PutApiContractServiceMerchantsContractsContractHeadersByIdSetDefaultSettingResponse, PostApiContractServiceMerchantsByIdContractsContractHeadersData, PostApiContractServiceMerchantsByIdContractsContractHeadersResponse, GetApiContractServiceMerchantsByIdContractsContractHeadersData, GetApiContractServiceMerchantsByIdContractsContractHeadersResponse, DeleteApiContractServiceMerchantsContractsContractHeadersByIdData, DeleteApiContractServiceMerchantsContractsContractHeadersByIdResponse, GetApiContractServiceMerchantsContractsContractHeadersByIdData, GetApiContractServiceMerchantsContractsContractHeadersByIdResponse, PutApiContractServiceMerchantsContractsContractHeadersByIdData, PutApiContractServiceMerchantsContractsContractHeadersByIdResponse, GetApiContractServiceMerchantsContractsContractHeadersData, GetApiContractServiceMerchantsContractsContractHeadersResponse, GetApiContractServiceMerchantsContractsContractHeadersByIdGetMissingStepsData, GetApiContractServiceMerchantsContractsContractHeadersByIdGetMissingStepsResponse, PostApiContractServiceRefundPointsByIdContractsContractHeadersData, PostApiContractServiceRefundPointsByIdContractsContractHeadersResponse, GetApiContractServiceRefundPointsByIdContractsContractHeadersData, GetApiContractServiceRefundPointsByIdContractsContractHeadersResponse, DeleteApiContractServiceRefundPointsContractsContractHeadersByIdData, DeleteApiContractServiceRefundPointsContractsContractHeadersByIdResponse, GetApiContractServiceRefundPointsContractsContractHeadersByIdData, GetApiContractServiceRefundPointsContractsContractHeadersByIdResponse, PutApiContractServiceRefundPointsContractsContractHeadersByIdData, PutApiContractServiceRefundPointsContractsContractHeadersByIdResponse, PostApiContractServiceRefundPointsByIdCalculateFeesData, PostApiContractServiceRefundPointsByIdCalculateFeesResponse, GetApiContractServiceRefundPointsContractsContractHeadersData, GetApiContractServiceRefundPointsContractsContractHeadersResponse, GetApiContractServiceRefundPointsContractsContractHeadersByIdGetMissingStepsData, GetApiContractServiceRefundPointsContractsContractHeadersByIdGetMissingStepsResponse, PostApiContractServiceRefundPointsContractsContractHeadersByIdValidateData, PostApiContractServiceRefundPointsContractsContractHeadersByIdValidateResponse, GetApiContractServiceRebateTablesRebateSettingsByIdData, GetApiContractServiceRebateTablesRebateSettingsByIdResponse, PutApiContractServiceRebateTablesRebateSettingsByIdData, PutApiContractServiceRebateTablesRebateSettingsByIdResponse, PostApiContractServiceRebateTablesRebateSettingsByIdRebateTableHeadersData, PostApiContractServiceRebateTablesRebateSettingsByIdRebateTableHeadersResponse, PostApiContractServiceRebateTablesRebateSettingsByIdMinimumNetCommissionsData, PostApiContractServiceRebateTablesRebateSettingsByIdMinimumNetCommissionsResponse, GetApiContractServiceRebateTablesRebateSettingsDetailByIdData, GetApiContractServiceRebateTablesRebateSettingsDetailByIdResponse, GetApiContractServiceRebateTablesMinimumNetCommissionsByIdData, GetApiContractServiceRebateTablesMinimumNetCommissionsByIdResponse, PutApiContractServiceRebateTablesMinimumNetCommissionsByIdData, PutApiContractServiceRebateTablesMinimumNetCommissionsByIdResponse, DeleteApiContractServiceRebateTablesMinimumNetCommissionsByIdData, DeleteApiContractServiceRebateTablesMinimumNetCommissionsByIdResponse, GetApiContractServiceRebateTablesMinimumNetCommissionsData, GetApiContractServiceRebateTablesMinimumNetCommissionsResponse, GetApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdData, GetApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdResponse, PutApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdData, PutApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdResponse, DeleteApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdData, DeleteApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdResponse, PostApiContractServiceRebateTablesRebateTableHeadersByIdProcessingFeeDetailsData, PostApiContractServiceRebateTablesRebateTableHeadersByIdProcessingFeeDetailsResponse, GetApiContractServiceRebateTablesRebateTableDetailsByIdData, GetApiContractServiceRebateTablesRebateTableDetailsByIdResponse, PutApiContractServiceRebateTablesRebateTableDetailsByIdData, PutApiContractServiceRebateTablesRebateTableDetailsByIdResponse, DeleteApiContractServiceRebateTablesRebateTableDetailsByIdData, DeleteApiContractServiceRebateTablesRebateTableDetailsByIdResponse, GetApiContractServiceRebateTablesRebateTableDetailsData, GetApiContractServiceRebateTablesRebateTableDetailsResponse, GetApiContractServiceRebateTablesRebateTableHeadersByIdData, GetApiContractServiceRebateTablesRebateTableHeadersByIdResponse, PutApiContractServiceRebateTablesRebateTableHeadersByIdData, PutApiContractServiceRebateTablesRebateTableHeadersByIdResponse, DeleteApiContractServiceRebateTablesRebateTableHeadersByIdData, DeleteApiContractServiceRebateTablesRebateTableHeadersByIdResponse, GetApiContractServiceRebateTablesRebateTableHeadersTemplatesData, GetApiContractServiceRebateTablesRebateTableHeadersTemplatesResponse, PostApiContractServiceRebateTablesRebateTableHeadersTemplatesData, PostApiContractServiceRebateTablesRebateTableHeadersTemplatesResponse, PostApiContractServiceRebateTablesRebateTableHeadersByIdRebateTableDetailsData, PostApiContractServiceRebateTablesRebateTableHeadersByIdRebateTableDetailsResponse, GetApiContractServiceRefundTablesRefundTableHeadersByIdData, GetApiContractServiceRefundTablesRefundTableHeadersByIdResponse, PutApiContractServiceRefundTablesRefundTableHeadersByIdData, PutApiContractServiceRefundTablesRefundTableHeadersByIdResponse, DeleteApiContractServiceRefundTablesRefundTableHeadersByIdData, DeleteApiContractServiceRefundTablesRefundTableHeadersByIdResponse, GetApiContractServiceRefundTablesRefundTableHeadersData, GetApiContractServiceRefundTablesRefundTableHeadersResponse, PostApiContractServiceRefundTablesRefundTableHeadersData, PostApiContractServiceRefundTablesRefundTableHeadersResponse, GetApiContractServiceRefundTablesRefundTableHeadersMerchantsByIdData, GetApiContractServiceRefundTablesRefundTableHeadersMerchantsByIdResponse, PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetailsData, PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetailsResponse, GetApiContractServiceRefundTablesRefundTableDetailsByIdData, GetApiContractServiceRefundTablesRefundTableDetailsByIdResponse, DeleteApiContractServiceRefundTablesRefundTableDetailsByIdData, DeleteApiContractServiceRefundTablesRefundTableDetailsByIdResponse, GetApiContractServiceRefundTablesRefundFeeHeadersByIdData, GetApiContractServiceRefundTablesRefundFeeHeadersByIdResponse, PutApiContractServiceRefundTablesRefundFeeHeadersByIdData, PutApiContractServiceRefundTablesRefundFeeHeadersByIdResponse, DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdData, DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdResponse, GetApiContractServiceRefundTablesRefundFeeHeadersRefundPointsByIdData, GetApiContractServiceRefundTablesRefundFeeHeadersRefundPointsByIdResponse, GetApiContractServiceRefundTablesRefundFeeHeadersData, GetApiContractServiceRefundTablesRefundFeeHeadersResponse, PostApiContractServiceRefundTablesRefundFeeHeadersData, PostApiContractServiceRefundTablesRefundFeeHeadersResponse, GetApiContractServiceRefundTablesRefundFeeHeadersDetailByIdData, GetApiContractServiceRefundTablesRefundFeeHeadersDetailByIdResponse, PostApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetailsData, PostApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetailsResponse, GetApiContractServiceRefundTablesRefundFeeDetailsByIdData, GetApiContractServiceRefundTablesRefundFeeDetailsByIdResponse, PutApiContractServiceRefundTablesRefundFeeDetailsByIdData, PutApiContractServiceRefundTablesRefundFeeDetailsByIdResponse, DeleteApiContractServiceRefundTablesRefundFeeDetailsByIdData, DeleteApiContractServiceRefundTablesRefundFeeDetailsByIdResponse } 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 ContractsMerchantService {
|
|
97
|
-
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* @param data The data for the request.
|
|
101
|
-
* @param data.id
|
|
102
|
-
* @returns boolean Success
|
|
103
|
-
* @throws ApiError
|
|
104
|
-
*/
|
|
105
|
-
public postApiContractServiceMerchantsContractsContractHeadersByIdValidate(data: PostApiContractServiceMerchantsContractsContractHeadersByIdValidateData): CancelablePromise<PostApiContractServiceMerchantsContractsContractHeadersByIdValidateResponse> {
|
|
106
|
-
return this.httpRequest.request({
|
|
107
|
-
method: 'POST',
|
|
108
|
-
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/validate',
|
|
109
|
-
path: {
|
|
110
|
-
id: data.id
|
|
111
|
-
},
|
|
112
|
-
errors: {
|
|
113
|
-
400: 'Bad Request',
|
|
114
|
-
401: 'Unauthorized',
|
|
115
|
-
403: 'Forbidden',
|
|
116
|
-
404: 'Not Found',
|
|
117
|
-
500: 'Server Error',
|
|
118
|
-
501: 'Server Error'
|
|
119
|
-
}
|
|
120
|
-
});
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
/**
|
|
124
|
-
* @param data The data for the request.
|
|
125
|
-
* @param data.id
|
|
126
|
-
* @returns UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto Success
|
|
127
|
-
* @throws ApiError
|
|
128
|
-
*/
|
|
129
|
-
public getApiContractServiceMerchantsContractsContractSettingsById(data: GetApiContractServiceMerchantsContractsContractSettingsByIdData): CancelablePromise<GetApiContractServiceMerchantsContractsContractSettingsByIdResponse> {
|
|
130
|
-
return this.httpRequest.request({
|
|
131
|
-
method: 'GET',
|
|
132
|
-
url: '/api/contract-service/merchants/contracts/contract-settings/{id}',
|
|
133
|
-
path: {
|
|
134
|
-
id: data.id
|
|
135
|
-
},
|
|
136
|
-
errors: {
|
|
137
|
-
400: 'Bad Request',
|
|
138
|
-
401: 'Unauthorized',
|
|
139
|
-
403: 'Forbidden',
|
|
140
|
-
404: 'Not Found',
|
|
141
|
-
500: 'Server Error',
|
|
142
|
-
501: 'Server Error'
|
|
143
|
-
}
|
|
144
|
-
});
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
/**
|
|
148
|
-
* @param data The data for the request.
|
|
149
|
-
* @param data.id
|
|
150
|
-
* @param data.requestBody
|
|
151
|
-
* @returns UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto Success
|
|
152
|
-
* @throws ApiError
|
|
153
|
-
*/
|
|
154
|
-
public putApiContractServiceMerchantsContractsContractSettingsById(data: PutApiContractServiceMerchantsContractsContractSettingsByIdData): CancelablePromise<PutApiContractServiceMerchantsContractsContractSettingsByIdResponse> {
|
|
155
|
-
return this.httpRequest.request({
|
|
156
|
-
method: 'PUT',
|
|
157
|
-
url: '/api/contract-service/merchants/contracts/contract-settings/{id}',
|
|
158
|
-
path: {
|
|
159
|
-
id: data.id
|
|
160
|
-
},
|
|
161
|
-
body: data.requestBody,
|
|
162
|
-
mediaType: 'application/json',
|
|
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
|
-
* @returns unknown Success
|
|
178
|
-
* @throws ApiError
|
|
179
|
-
*/
|
|
180
|
-
public deleteApiContractServiceMerchantsContractsContractSettingsById(data: DeleteApiContractServiceMerchantsContractsContractSettingsByIdData): CancelablePromise<DeleteApiContractServiceMerchantsContractsContractSettingsByIdResponse> {
|
|
181
|
-
return this.httpRequest.request({
|
|
182
|
-
method: 'DELETE',
|
|
183
|
-
url: '/api/contract-service/merchants/contracts/contract-settings/{id}',
|
|
184
|
-
path: {
|
|
185
|
-
id: data.id
|
|
186
|
-
},
|
|
187
|
-
errors: {
|
|
188
|
-
400: 'Bad Request',
|
|
189
|
-
401: 'Unauthorized',
|
|
190
|
-
403: 'Forbidden',
|
|
191
|
-
404: 'Not Found',
|
|
192
|
-
500: 'Server Error',
|
|
193
|
-
501: 'Server Error'
|
|
194
|
-
}
|
|
195
|
-
});
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
/**
|
|
199
|
-
* @param data The data for the request.
|
|
200
|
-
* @param data.sorting
|
|
201
|
-
* @param data.skipCount
|
|
202
|
-
* @param data.maxResultCount
|
|
203
|
-
* @returns PagedResultDto_ContractSettingDto Success
|
|
204
|
-
* @throws ApiError
|
|
205
|
-
*/
|
|
206
|
-
public getApiContractServiceMerchantsContractsContractSettings(data: GetApiContractServiceMerchantsContractsContractSettingsData = {}): CancelablePromise<GetApiContractServiceMerchantsContractsContractSettingsResponse> {
|
|
207
|
-
return this.httpRequest.request({
|
|
208
|
-
method: 'GET',
|
|
209
|
-
url: '/api/contract-service/merchants/contracts/contract-settings',
|
|
210
|
-
query: {
|
|
211
|
-
Sorting: data.sorting,
|
|
212
|
-
SkipCount: data.skipCount,
|
|
213
|
-
MaxResultCount: data.maxResultCount
|
|
214
|
-
},
|
|
215
|
-
errors: {
|
|
216
|
-
400: 'Bad Request',
|
|
217
|
-
401: 'Unauthorized',
|
|
218
|
-
403: 'Forbidden',
|
|
219
|
-
404: 'Not Found',
|
|
220
|
-
500: 'Server Error',
|
|
221
|
-
501: 'Server Error'
|
|
222
|
-
}
|
|
223
|
-
});
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
/**
|
|
227
|
-
* @param data The data for the request.
|
|
228
|
-
* @param data.id
|
|
229
|
-
* @param data.sorting
|
|
230
|
-
* @param data.skipCount
|
|
231
|
-
* @param data.maxResultCount
|
|
232
|
-
* @returns PagedResultDto_ContractSettingDto Success
|
|
233
|
-
* @throws ApiError
|
|
234
|
-
*/
|
|
235
|
-
public getApiContractServiceMerchantsContractsContractHeadersByIdContractSettings(data: GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData): CancelablePromise<GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsResponse> {
|
|
236
|
-
return this.httpRequest.request({
|
|
237
|
-
method: 'GET',
|
|
238
|
-
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/contract-settings',
|
|
239
|
-
path: {
|
|
240
|
-
id: data.id
|
|
241
|
-
},
|
|
242
|
-
query: {
|
|
243
|
-
Sorting: data.sorting,
|
|
244
|
-
SkipCount: data.skipCount,
|
|
245
|
-
MaxResultCount: data.maxResultCount
|
|
246
|
-
},
|
|
247
|
-
errors: {
|
|
248
|
-
400: 'Bad Request',
|
|
249
|
-
401: 'Unauthorized',
|
|
250
|
-
403: 'Forbidden',
|
|
251
|
-
404: 'Not Found',
|
|
252
|
-
500: 'Server Error',
|
|
253
|
-
501: 'Server Error'
|
|
254
|
-
}
|
|
255
|
-
});
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
/**
|
|
259
|
-
* @param data The data for the request.
|
|
260
|
-
* @param data.id
|
|
261
|
-
* @param data.requestBody
|
|
262
|
-
* @returns UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto Success
|
|
263
|
-
* @throws ApiError
|
|
264
|
-
*/
|
|
265
|
-
public postApiContractServiceMerchantsContractsContractHeadersByIdContractSettings(data: PostApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData): CancelablePromise<PostApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsResponse> {
|
|
266
|
-
return this.httpRequest.request({
|
|
267
|
-
method: 'POST',
|
|
268
|
-
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/contract-settings',
|
|
269
|
-
path: {
|
|
270
|
-
id: data.id
|
|
271
|
-
},
|
|
272
|
-
body: data.requestBody,
|
|
273
|
-
mediaType: 'application/json',
|
|
274
|
-
errors: {
|
|
275
|
-
400: 'Bad Request',
|
|
276
|
-
401: 'Unauthorized',
|
|
277
|
-
403: 'Forbidden',
|
|
278
|
-
404: 'Not Found',
|
|
279
|
-
500: 'Server Error',
|
|
280
|
-
501: 'Server Error'
|
|
281
|
-
}
|
|
282
|
-
});
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
/**
|
|
286
|
-
* @param data The data for the request.
|
|
287
|
-
* @param data.id
|
|
288
|
-
* @param data.sorting
|
|
289
|
-
* @param data.skipCount
|
|
290
|
-
* @param data.maxResultCount
|
|
291
|
-
* @returns PagedResultDto_ContractStoreDetailedDto Success
|
|
292
|
-
* @throws ApiError
|
|
293
|
-
*/
|
|
294
|
-
public getApiContractServiceMerchantsContractsContractHeadersByIdContractStores(data: GetApiContractServiceMerchantsContractsContractHeadersByIdContractStoresData): CancelablePromise<GetApiContractServiceMerchantsContractsContractHeadersByIdContractStoresResponse> {
|
|
295
|
-
return this.httpRequest.request({
|
|
296
|
-
method: 'GET',
|
|
297
|
-
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/contract-stores',
|
|
298
|
-
path: {
|
|
299
|
-
id: data.id
|
|
300
|
-
},
|
|
301
|
-
query: {
|
|
302
|
-
Sorting: data.sorting,
|
|
303
|
-
SkipCount: data.skipCount,
|
|
304
|
-
MaxResultCount: data.maxResultCount
|
|
305
|
-
},
|
|
306
|
-
errors: {
|
|
307
|
-
400: 'Bad Request',
|
|
308
|
-
401: 'Unauthorized',
|
|
309
|
-
403: 'Forbidden',
|
|
310
|
-
404: 'Not Found',
|
|
311
|
-
500: 'Server Error',
|
|
312
|
-
501: 'Server Error'
|
|
313
|
-
}
|
|
314
|
-
});
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
/**
|
|
318
|
-
* @param data The data for the request.
|
|
319
|
-
* @param data.id
|
|
320
|
-
* @param data.requestBody
|
|
321
|
-
* @returns UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreDto Success
|
|
322
|
-
* @throws ApiError
|
|
323
|
-
*/
|
|
324
|
-
public postApiContractServiceMerchantsContractsContractHeadersByIdContractStores(data: PostApiContractServiceMerchantsContractsContractHeadersByIdContractStoresData): CancelablePromise<PostApiContractServiceMerchantsContractsContractHeadersByIdContractStoresResponse> {
|
|
325
|
-
return this.httpRequest.request({
|
|
326
|
-
method: 'POST',
|
|
327
|
-
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/contract-stores',
|
|
328
|
-
path: {
|
|
329
|
-
id: data.id
|
|
330
|
-
},
|
|
331
|
-
body: data.requestBody,
|
|
332
|
-
mediaType: 'application/json',
|
|
333
|
-
errors: {
|
|
334
|
-
400: 'Bad Request',
|
|
335
|
-
401: 'Unauthorized',
|
|
336
|
-
403: 'Forbidden',
|
|
337
|
-
404: 'Not Found',
|
|
338
|
-
500: 'Server Error',
|
|
339
|
-
501: 'Server Error'
|
|
340
|
-
}
|
|
341
|
-
});
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
/**
|
|
345
|
-
* @param data The data for the request.
|
|
346
|
-
* @param data.id
|
|
347
|
-
* @returns UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto Success
|
|
348
|
-
* @throws ApiError
|
|
349
|
-
*/
|
|
350
|
-
public getApiContractServiceMerchantsContractsContractHeadersByIdRebateSettings(data: GetApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsData): CancelablePromise<GetApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsResponse> {
|
|
351
|
-
return this.httpRequest.request({
|
|
352
|
-
method: 'GET',
|
|
353
|
-
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/rebate-settings',
|
|
354
|
-
path: {
|
|
355
|
-
id: data.id
|
|
356
|
-
},
|
|
357
|
-
errors: {
|
|
358
|
-
400: 'Bad Request',
|
|
359
|
-
401: 'Unauthorized',
|
|
360
|
-
403: 'Forbidden',
|
|
361
|
-
404: 'Not Found',
|
|
362
|
-
500: 'Server Error',
|
|
363
|
-
501: 'Server Error'
|
|
364
|
-
}
|
|
365
|
-
});
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
/**
|
|
369
|
-
* @param data The data for the request.
|
|
370
|
-
* @param data.id
|
|
371
|
-
* @param data.requestBody
|
|
372
|
-
* @returns UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto Success
|
|
373
|
-
* @throws ApiError
|
|
374
|
-
*/
|
|
375
|
-
public postApiContractServiceMerchantsContractsContractHeadersByIdRebateSettings(data: PostApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsData): CancelablePromise<PostApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsResponse> {
|
|
376
|
-
return this.httpRequest.request({
|
|
377
|
-
method: 'POST',
|
|
378
|
-
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/rebate-settings',
|
|
379
|
-
path: {
|
|
380
|
-
id: data.id
|
|
381
|
-
},
|
|
382
|
-
body: data.requestBody,
|
|
383
|
-
mediaType: 'application/json',
|
|
384
|
-
errors: {
|
|
385
|
-
400: 'Bad Request',
|
|
386
|
-
401: 'Unauthorized',
|
|
387
|
-
403: 'Forbidden',
|
|
388
|
-
404: 'Not Found',
|
|
389
|
-
500: 'Server Error',
|
|
390
|
-
501: 'Server Error'
|
|
391
|
-
}
|
|
392
|
-
});
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
/**
|
|
396
|
-
* @param data The data for the request.
|
|
397
|
-
* @param data.id
|
|
398
|
-
* @param data.requestBody
|
|
399
|
-
* @returns UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto Success
|
|
400
|
-
* @throws ApiError
|
|
401
|
-
*/
|
|
402
|
-
public putApiContractServiceMerchantsContractsContractHeadersByIdSetDefaultSetting(data: PutApiContractServiceMerchantsContractsContractHeadersByIdSetDefaultSettingData): CancelablePromise<PutApiContractServiceMerchantsContractsContractHeadersByIdSetDefaultSettingResponse> {
|
|
403
|
-
return this.httpRequest.request({
|
|
404
|
-
method: 'PUT',
|
|
405
|
-
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/set-default-setting',
|
|
406
|
-
path: {
|
|
407
|
-
id: data.id
|
|
408
|
-
},
|
|
409
|
-
body: data.requestBody,
|
|
410
|
-
mediaType: 'application/json',
|
|
411
|
-
errors: {
|
|
412
|
-
400: 'Bad Request',
|
|
413
|
-
401: 'Unauthorized',
|
|
414
|
-
403: 'Forbidden',
|
|
415
|
-
404: 'Not Found',
|
|
416
|
-
500: 'Server Error',
|
|
417
|
-
501: 'Server Error'
|
|
418
|
-
}
|
|
419
|
-
});
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
/**
|
|
423
|
-
* @param data The data for the request.
|
|
424
|
-
* @param data.id
|
|
425
|
-
* @param data.requestBody
|
|
426
|
-
* @returns UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantDto Success
|
|
427
|
-
* @throws ApiError
|
|
428
|
-
*/
|
|
429
|
-
public postApiContractServiceMerchantsByIdContractsContractHeaders(data: PostApiContractServiceMerchantsByIdContractsContractHeadersData): CancelablePromise<PostApiContractServiceMerchantsByIdContractsContractHeadersResponse> {
|
|
430
|
-
return this.httpRequest.request({
|
|
431
|
-
method: 'POST',
|
|
432
|
-
url: '/api/contract-service/merchants/{id}/contracts/contract-headers',
|
|
433
|
-
path: {
|
|
434
|
-
id: data.id
|
|
435
|
-
},
|
|
436
|
-
body: data.requestBody,
|
|
437
|
-
mediaType: 'application/json',
|
|
438
|
-
errors: {
|
|
439
|
-
400: 'Bad Request',
|
|
440
|
-
401: 'Unauthorized',
|
|
441
|
-
403: 'Forbidden',
|
|
442
|
-
404: 'Not Found',
|
|
443
|
-
500: 'Server Error',
|
|
444
|
-
501: 'Server Error'
|
|
445
|
-
}
|
|
446
|
-
});
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
/**
|
|
450
|
-
* @param data The data for the request.
|
|
451
|
-
* @param data.id
|
|
452
|
-
* @param data.isDraft
|
|
453
|
-
* @param data.sorting
|
|
454
|
-
* @param data.skipCount
|
|
455
|
-
* @param data.maxResultCount
|
|
456
|
-
* @returns PagedResultDto_ContractHeaderDetailForMerchantDto Success
|
|
457
|
-
* @throws ApiError
|
|
458
|
-
*/
|
|
459
|
-
public getApiContractServiceMerchantsByIdContractsContractHeaders(data: GetApiContractServiceMerchantsByIdContractsContractHeadersData): CancelablePromise<GetApiContractServiceMerchantsByIdContractsContractHeadersResponse> {
|
|
460
|
-
return this.httpRequest.request({
|
|
461
|
-
method: 'GET',
|
|
462
|
-
url: '/api/contract-service/merchants/{id}/contracts/contract-headers',
|
|
463
|
-
path: {
|
|
464
|
-
id: data.id
|
|
465
|
-
},
|
|
466
|
-
query: {
|
|
467
|
-
IsDraft: data.isDraft,
|
|
468
|
-
Sorting: data.sorting,
|
|
469
|
-
SkipCount: data.skipCount,
|
|
470
|
-
MaxResultCount: data.maxResultCount
|
|
471
|
-
},
|
|
472
|
-
errors: {
|
|
473
|
-
400: 'Bad Request',
|
|
474
|
-
401: 'Unauthorized',
|
|
475
|
-
403: 'Forbidden',
|
|
476
|
-
404: 'Not Found',
|
|
477
|
-
500: 'Server Error',
|
|
478
|
-
501: 'Server Error'
|
|
479
|
-
}
|
|
480
|
-
});
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
/**
|
|
484
|
-
* @param data The data for the request.
|
|
485
|
-
* @param data.id
|
|
486
|
-
* @returns unknown Success
|
|
487
|
-
* @throws ApiError
|
|
488
|
-
*/
|
|
489
|
-
public deleteApiContractServiceMerchantsContractsContractHeadersById(data: DeleteApiContractServiceMerchantsContractsContractHeadersByIdData): CancelablePromise<DeleteApiContractServiceMerchantsContractsContractHeadersByIdResponse> {
|
|
490
|
-
return this.httpRequest.request({
|
|
491
|
-
method: 'DELETE',
|
|
492
|
-
url: '/api/contract-service/merchants/contracts/contract-headers/{id}',
|
|
493
|
-
path: {
|
|
494
|
-
id: data.id
|
|
495
|
-
},
|
|
496
|
-
errors: {
|
|
497
|
-
400: 'Bad Request',
|
|
498
|
-
401: 'Unauthorized',
|
|
499
|
-
403: 'Forbidden',
|
|
500
|
-
404: 'Not Found',
|
|
501
|
-
500: 'Server Error',
|
|
502
|
-
501: 'Server Error'
|
|
503
|
-
}
|
|
504
|
-
});
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
/**
|
|
508
|
-
* @param data The data for the request.
|
|
509
|
-
* @param data.id
|
|
510
|
-
* @returns UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderDetailForMerchantDto Success
|
|
511
|
-
* @throws ApiError
|
|
512
|
-
*/
|
|
513
|
-
public getApiContractServiceMerchantsContractsContractHeadersById(data: GetApiContractServiceMerchantsContractsContractHeadersByIdData): CancelablePromise<GetApiContractServiceMerchantsContractsContractHeadersByIdResponse> {
|
|
514
|
-
return this.httpRequest.request({
|
|
515
|
-
method: 'GET',
|
|
516
|
-
url: '/api/contract-service/merchants/contracts/contract-headers/{id}',
|
|
517
|
-
path: {
|
|
518
|
-
id: data.id
|
|
519
|
-
},
|
|
520
|
-
errors: {
|
|
521
|
-
400: 'Bad Request',
|
|
522
|
-
401: 'Unauthorized',
|
|
523
|
-
403: 'Forbidden',
|
|
524
|
-
404: 'Not Found',
|
|
525
|
-
500: 'Server Error',
|
|
526
|
-
501: 'Server Error'
|
|
527
|
-
}
|
|
528
|
-
});
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
/**
|
|
532
|
-
* @param data The data for the request.
|
|
533
|
-
* @param data.id
|
|
534
|
-
* @param data.requestBody
|
|
535
|
-
* @returns UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderDetailForMerchantDto Success
|
|
536
|
-
* @throws ApiError
|
|
537
|
-
*/
|
|
538
|
-
public putApiContractServiceMerchantsContractsContractHeadersById(data: PutApiContractServiceMerchantsContractsContractHeadersByIdData): CancelablePromise<PutApiContractServiceMerchantsContractsContractHeadersByIdResponse> {
|
|
539
|
-
return this.httpRequest.request({
|
|
540
|
-
method: 'PUT',
|
|
541
|
-
url: '/api/contract-service/merchants/contracts/contract-headers/{id}',
|
|
542
|
-
path: {
|
|
543
|
-
id: data.id
|
|
544
|
-
},
|
|
545
|
-
body: data.requestBody,
|
|
546
|
-
mediaType: 'application/json',
|
|
547
|
-
errors: {
|
|
548
|
-
400: 'Bad Request',
|
|
549
|
-
401: 'Unauthorized',
|
|
550
|
-
403: 'Forbidden',
|
|
551
|
-
404: 'Not Found',
|
|
552
|
-
500: 'Server Error',
|
|
553
|
-
501: 'Server Error'
|
|
554
|
-
}
|
|
555
|
-
});
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
/**
|
|
559
|
-
* @param data The data for the request.
|
|
560
|
-
* @param data.isDraft
|
|
561
|
-
* @param data.sorting
|
|
562
|
-
* @param data.skipCount
|
|
563
|
-
* @param data.maxResultCount
|
|
564
|
-
* @returns PagedResultDto_ContractHeaderForMerchantDto Success
|
|
565
|
-
* @throws ApiError
|
|
566
|
-
*/
|
|
567
|
-
public getApiContractServiceMerchantsContractsContractHeaders(data: GetApiContractServiceMerchantsContractsContractHeadersData = {}): CancelablePromise<GetApiContractServiceMerchantsContractsContractHeadersResponse> {
|
|
568
|
-
return this.httpRequest.request({
|
|
569
|
-
method: 'GET',
|
|
570
|
-
url: '/api/contract-service/merchants/contracts/contract-headers',
|
|
571
|
-
query: {
|
|
572
|
-
IsDraft: data.isDraft,
|
|
573
|
-
Sorting: data.sorting,
|
|
574
|
-
SkipCount: data.skipCount,
|
|
575
|
-
MaxResultCount: data.maxResultCount
|
|
576
|
-
},
|
|
577
|
-
errors: {
|
|
578
|
-
400: 'Bad Request',
|
|
579
|
-
401: 'Unauthorized',
|
|
580
|
-
403: 'Forbidden',
|
|
581
|
-
404: 'Not Found',
|
|
582
|
-
500: 'Server Error',
|
|
583
|
-
501: 'Server Error'
|
|
584
|
-
}
|
|
585
|
-
});
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
/**
|
|
589
|
-
* @param data The data for the request.
|
|
590
|
-
* @param data.id
|
|
591
|
-
* @returns UniRefund_ContractService_Enums_ContractHeaderForMerchantDraftMissingSteps Success
|
|
592
|
-
* @throws ApiError
|
|
593
|
-
*/
|
|
594
|
-
public getApiContractServiceMerchantsContractsContractHeadersByIdGetMissingSteps(data: GetApiContractServiceMerchantsContractsContractHeadersByIdGetMissingStepsData): CancelablePromise<GetApiContractServiceMerchantsContractsContractHeadersByIdGetMissingStepsResponse> {
|
|
595
|
-
return this.httpRequest.request({
|
|
596
|
-
method: 'GET',
|
|
597
|
-
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/get-missing-steps',
|
|
598
|
-
path: {
|
|
599
|
-
id: data.id
|
|
600
|
-
},
|
|
601
|
-
errors: {
|
|
602
|
-
400: 'Bad Request',
|
|
603
|
-
401: 'Unauthorized',
|
|
604
|
-
403: 'Forbidden',
|
|
605
|
-
404: 'Not Found',
|
|
606
|
-
500: 'Server Error',
|
|
607
|
-
501: 'Server Error'
|
|
608
|
-
}
|
|
609
|
-
});
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
export class ContractsRefundPointService {
|
|
615
|
-
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
616
|
-
|
|
617
|
-
/**
|
|
618
|
-
* @param data The data for the request.
|
|
619
|
-
* @param data.id
|
|
620
|
-
* @param data.requestBody
|
|
621
|
-
* @returns UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderForRefundPointDto Success
|
|
622
|
-
* @throws ApiError
|
|
623
|
-
*/
|
|
624
|
-
public postApiContractServiceRefundPointsByIdContractsContractHeaders(data: PostApiContractServiceRefundPointsByIdContractsContractHeadersData): CancelablePromise<PostApiContractServiceRefundPointsByIdContractsContractHeadersResponse> {
|
|
625
|
-
return this.httpRequest.request({
|
|
626
|
-
method: 'POST',
|
|
627
|
-
url: '/api/contract-service/refund-points/{id}/contracts/contract-headers',
|
|
628
|
-
path: {
|
|
629
|
-
id: data.id
|
|
630
|
-
},
|
|
631
|
-
body: data.requestBody,
|
|
632
|
-
mediaType: 'application/json',
|
|
633
|
-
errors: {
|
|
634
|
-
400: 'Bad Request',
|
|
635
|
-
401: 'Unauthorized',
|
|
636
|
-
403: 'Forbidden',
|
|
637
|
-
404: 'Not Found',
|
|
638
|
-
500: 'Server Error',
|
|
639
|
-
501: 'Server Error'
|
|
640
|
-
}
|
|
641
|
-
});
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
/**
|
|
645
|
-
* @param data The data for the request.
|
|
646
|
-
* @param data.id
|
|
647
|
-
* @param data.isDraft
|
|
648
|
-
* @param data.sorting
|
|
649
|
-
* @param data.skipCount
|
|
650
|
-
* @param data.maxResultCount
|
|
651
|
-
* @returns PagedResultDto_ContractHeaderDetailForRefundPointDto Success
|
|
652
|
-
* @throws ApiError
|
|
653
|
-
*/
|
|
654
|
-
public getApiContractServiceRefundPointsByIdContractsContractHeaders(data: GetApiContractServiceRefundPointsByIdContractsContractHeadersData): CancelablePromise<GetApiContractServiceRefundPointsByIdContractsContractHeadersResponse> {
|
|
655
|
-
return this.httpRequest.request({
|
|
656
|
-
method: 'GET',
|
|
657
|
-
url: '/api/contract-service/refund-points/{id}/contracts/contract-headers',
|
|
658
|
-
path: {
|
|
659
|
-
id: data.id
|
|
660
|
-
},
|
|
661
|
-
query: {
|
|
662
|
-
IsDraft: data.isDraft,
|
|
663
|
-
Sorting: data.sorting,
|
|
664
|
-
SkipCount: data.skipCount,
|
|
665
|
-
MaxResultCount: data.maxResultCount
|
|
666
|
-
},
|
|
667
|
-
errors: {
|
|
668
|
-
400: 'Bad Request',
|
|
669
|
-
401: 'Unauthorized',
|
|
670
|
-
403: 'Forbidden',
|
|
671
|
-
404: 'Not Found',
|
|
672
|
-
500: 'Server Error',
|
|
673
|
-
501: 'Server Error'
|
|
674
|
-
}
|
|
675
|
-
});
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
/**
|
|
679
|
-
* @param data The data for the request.
|
|
680
|
-
* @param data.id
|
|
681
|
-
* @returns unknown Success
|
|
682
|
-
* @throws ApiError
|
|
683
|
-
*/
|
|
684
|
-
public deleteApiContractServiceRefundPointsContractsContractHeadersById(data: DeleteApiContractServiceRefundPointsContractsContractHeadersByIdData): CancelablePromise<DeleteApiContractServiceRefundPointsContractsContractHeadersByIdResponse> {
|
|
685
|
-
return this.httpRequest.request({
|
|
686
|
-
method: 'DELETE',
|
|
687
|
-
url: '/api/contract-service/refund-points/contracts/contract-headers/{id}',
|
|
688
|
-
path: {
|
|
689
|
-
id: data.id
|
|
690
|
-
},
|
|
691
|
-
errors: {
|
|
692
|
-
400: 'Bad Request',
|
|
693
|
-
401: 'Unauthorized',
|
|
694
|
-
403: 'Forbidden',
|
|
695
|
-
404: 'Not Found',
|
|
696
|
-
500: 'Server Error',
|
|
697
|
-
501: 'Server Error'
|
|
698
|
-
}
|
|
699
|
-
});
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
/**
|
|
703
|
-
* @param data The data for the request.
|
|
704
|
-
* @param data.id
|
|
705
|
-
* @returns UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderDetailForRefundPointDto Success
|
|
706
|
-
* @throws ApiError
|
|
707
|
-
*/
|
|
708
|
-
public getApiContractServiceRefundPointsContractsContractHeadersById(data: GetApiContractServiceRefundPointsContractsContractHeadersByIdData): CancelablePromise<GetApiContractServiceRefundPointsContractsContractHeadersByIdResponse> {
|
|
709
|
-
return this.httpRequest.request({
|
|
710
|
-
method: 'GET',
|
|
711
|
-
url: '/api/contract-service/refund-points/contracts/contract-headers/{id}',
|
|
712
|
-
path: {
|
|
713
|
-
id: data.id
|
|
714
|
-
},
|
|
715
|
-
errors: {
|
|
716
|
-
400: 'Bad Request',
|
|
717
|
-
401: 'Unauthorized',
|
|
718
|
-
403: 'Forbidden',
|
|
719
|
-
404: 'Not Found',
|
|
720
|
-
500: 'Server Error',
|
|
721
|
-
501: 'Server Error'
|
|
722
|
-
}
|
|
723
|
-
});
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
/**
|
|
727
|
-
* @param data The data for the request.
|
|
728
|
-
* @param data.id
|
|
729
|
-
* @param data.requestBody
|
|
730
|
-
* @returns UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderDetailForRefundPointDto Success
|
|
731
|
-
* @throws ApiError
|
|
732
|
-
*/
|
|
733
|
-
public putApiContractServiceRefundPointsContractsContractHeadersById(data: PutApiContractServiceRefundPointsContractsContractHeadersByIdData): CancelablePromise<PutApiContractServiceRefundPointsContractsContractHeadersByIdResponse> {
|
|
734
|
-
return this.httpRequest.request({
|
|
735
|
-
method: 'PUT',
|
|
736
|
-
url: '/api/contract-service/refund-points/contracts/contract-headers/{id}',
|
|
737
|
-
path: {
|
|
738
|
-
id: data.id
|
|
739
|
-
},
|
|
740
|
-
body: data.requestBody,
|
|
741
|
-
mediaType: 'application/json',
|
|
742
|
-
errors: {
|
|
743
|
-
400: 'Bad Request',
|
|
744
|
-
401: 'Unauthorized',
|
|
745
|
-
403: 'Forbidden',
|
|
746
|
-
404: 'Not Found',
|
|
747
|
-
500: 'Server Error',
|
|
748
|
-
501: 'Server Error'
|
|
749
|
-
}
|
|
750
|
-
});
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
/**
|
|
754
|
-
* @param data The data for the request.
|
|
755
|
-
* @param data.id
|
|
756
|
-
* @param data.requestBody
|
|
757
|
-
* @returns UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_CalculateFeesForRefundResponseDto Success
|
|
758
|
-
* @throws ApiError
|
|
759
|
-
*/
|
|
760
|
-
public postApiContractServiceRefundPointsByIdCalculateFees(data: PostApiContractServiceRefundPointsByIdCalculateFeesData): CancelablePromise<PostApiContractServiceRefundPointsByIdCalculateFeesResponse> {
|
|
761
|
-
return this.httpRequest.request({
|
|
762
|
-
method: 'POST',
|
|
763
|
-
url: '/api/contract-service/refund-points/{id}/calculate-fees',
|
|
764
|
-
path: {
|
|
765
|
-
id: data.id
|
|
766
|
-
},
|
|
767
|
-
body: data.requestBody,
|
|
768
|
-
mediaType: 'application/json',
|
|
769
|
-
errors: {
|
|
770
|
-
400: 'Bad Request',
|
|
771
|
-
401: 'Unauthorized',
|
|
772
|
-
403: 'Forbidden',
|
|
773
|
-
404: 'Not Found',
|
|
774
|
-
500: 'Server Error',
|
|
775
|
-
501: 'Server Error'
|
|
776
|
-
}
|
|
777
|
-
});
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
/**
|
|
781
|
-
* @param data The data for the request.
|
|
782
|
-
* @param data.isDraft
|
|
783
|
-
* @param data.sorting
|
|
784
|
-
* @param data.skipCount
|
|
785
|
-
* @param data.maxResultCount
|
|
786
|
-
* @returns PagedResultDto_ContractHeaderForRefundPointDto Success
|
|
787
|
-
* @throws ApiError
|
|
788
|
-
*/
|
|
789
|
-
public getApiContractServiceRefundPointsContractsContractHeaders(data: GetApiContractServiceRefundPointsContractsContractHeadersData = {}): CancelablePromise<GetApiContractServiceRefundPointsContractsContractHeadersResponse> {
|
|
790
|
-
return this.httpRequest.request({
|
|
791
|
-
method: 'GET',
|
|
792
|
-
url: '/api/contract-service/refund-points/contracts/contract-headers',
|
|
793
|
-
query: {
|
|
794
|
-
IsDraft: data.isDraft,
|
|
795
|
-
Sorting: data.sorting,
|
|
796
|
-
SkipCount: data.skipCount,
|
|
797
|
-
MaxResultCount: data.maxResultCount
|
|
798
|
-
},
|
|
799
|
-
errors: {
|
|
800
|
-
400: 'Bad Request',
|
|
801
|
-
401: 'Unauthorized',
|
|
802
|
-
403: 'Forbidden',
|
|
803
|
-
404: 'Not Found',
|
|
804
|
-
500: 'Server Error',
|
|
805
|
-
501: 'Server Error'
|
|
806
|
-
}
|
|
807
|
-
});
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
/**
|
|
811
|
-
* @param data The data for the request.
|
|
812
|
-
* @param data.id
|
|
813
|
-
* @returns UniRefund_ContractService_Enums_ContractHeaderForRefundPointDraftMissingSteps Success
|
|
814
|
-
* @throws ApiError
|
|
815
|
-
*/
|
|
816
|
-
public getApiContractServiceRefundPointsContractsContractHeadersByIdGetMissingSteps(data: GetApiContractServiceRefundPointsContractsContractHeadersByIdGetMissingStepsData): CancelablePromise<GetApiContractServiceRefundPointsContractsContractHeadersByIdGetMissingStepsResponse> {
|
|
817
|
-
return this.httpRequest.request({
|
|
818
|
-
method: 'GET',
|
|
819
|
-
url: '/api/contract-service/refund-points/contracts/contract-headers/{id}/get-missing-steps',
|
|
820
|
-
path: {
|
|
821
|
-
id: data.id
|
|
822
|
-
},
|
|
823
|
-
errors: {
|
|
824
|
-
400: 'Bad Request',
|
|
825
|
-
401: 'Unauthorized',
|
|
826
|
-
403: 'Forbidden',
|
|
827
|
-
404: 'Not Found',
|
|
828
|
-
500: 'Server Error',
|
|
829
|
-
501: 'Server Error'
|
|
830
|
-
}
|
|
831
|
-
});
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
/**
|
|
835
|
-
* @param data The data for the request.
|
|
836
|
-
* @param data.id
|
|
837
|
-
* @returns boolean Success
|
|
838
|
-
* @throws ApiError
|
|
839
|
-
*/
|
|
840
|
-
public postApiContractServiceRefundPointsContractsContractHeadersByIdValidate(data: PostApiContractServiceRefundPointsContractsContractHeadersByIdValidateData): CancelablePromise<PostApiContractServiceRefundPointsContractsContractHeadersByIdValidateResponse> {
|
|
841
|
-
return this.httpRequest.request({
|
|
842
|
-
method: 'POST',
|
|
843
|
-
url: '/api/contract-service/refund-points/contracts/contract-headers/{id}/validate',
|
|
844
|
-
path: {
|
|
845
|
-
id: data.id
|
|
846
|
-
},
|
|
847
|
-
errors: {
|
|
848
|
-
400: 'Bad Request',
|
|
849
|
-
401: 'Unauthorized',
|
|
850
|
-
403: 'Forbidden',
|
|
851
|
-
404: 'Not Found',
|
|
852
|
-
500: 'Server Error',
|
|
853
|
-
501: 'Server Error'
|
|
854
|
-
}
|
|
855
|
-
});
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
export class RebateTablesService {
|
|
861
|
-
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
862
|
-
|
|
863
|
-
/**
|
|
864
|
-
* @param data The data for the request.
|
|
865
|
-
* @param data.id
|
|
866
|
-
* @returns UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto Success
|
|
867
|
-
* @throws ApiError
|
|
868
|
-
*/
|
|
869
|
-
public getApiContractServiceRebateTablesRebateSettingsById(data: GetApiContractServiceRebateTablesRebateSettingsByIdData): CancelablePromise<GetApiContractServiceRebateTablesRebateSettingsByIdResponse> {
|
|
870
|
-
return this.httpRequest.request({
|
|
871
|
-
method: 'GET',
|
|
872
|
-
url: '/api/contract-service/rebate-tables/rebate-settings/{id}',
|
|
873
|
-
path: {
|
|
874
|
-
id: data.id
|
|
875
|
-
},
|
|
876
|
-
errors: {
|
|
877
|
-
400: 'Bad Request',
|
|
878
|
-
401: 'Unauthorized',
|
|
879
|
-
403: 'Forbidden',
|
|
880
|
-
404: 'Not Found',
|
|
881
|
-
500: 'Server Error',
|
|
882
|
-
501: 'Server Error'
|
|
883
|
-
}
|
|
884
|
-
});
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
/**
|
|
888
|
-
* @param data The data for the request.
|
|
889
|
-
* @param data.id
|
|
890
|
-
* @param data.requestBody
|
|
891
|
-
* @returns UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto Success
|
|
892
|
-
* @throws ApiError
|
|
893
|
-
*/
|
|
894
|
-
public putApiContractServiceRebateTablesRebateSettingsById(data: PutApiContractServiceRebateTablesRebateSettingsByIdData): CancelablePromise<PutApiContractServiceRebateTablesRebateSettingsByIdResponse> {
|
|
895
|
-
return this.httpRequest.request({
|
|
896
|
-
method: 'PUT',
|
|
897
|
-
url: '/api/contract-service/rebate-tables/rebate-settings/{id}',
|
|
898
|
-
path: {
|
|
899
|
-
id: data.id
|
|
900
|
-
},
|
|
901
|
-
body: data.requestBody,
|
|
902
|
-
mediaType: 'application/json',
|
|
903
|
-
errors: {
|
|
904
|
-
400: 'Bad Request',
|
|
905
|
-
401: 'Unauthorized',
|
|
906
|
-
403: 'Forbidden',
|
|
907
|
-
404: 'Not Found',
|
|
908
|
-
500: 'Server Error',
|
|
909
|
-
501: 'Server Error'
|
|
910
|
-
}
|
|
911
|
-
});
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
/**
|
|
915
|
-
* @param data The data for the request.
|
|
916
|
-
* @param data.id
|
|
917
|
-
* @param data.requestBody
|
|
918
|
-
* @returns UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto Success
|
|
919
|
-
* @throws ApiError
|
|
920
|
-
*/
|
|
921
|
-
public postApiContractServiceRebateTablesRebateSettingsByIdRebateTableHeaders(data: PostApiContractServiceRebateTablesRebateSettingsByIdRebateTableHeadersData): CancelablePromise<PostApiContractServiceRebateTablesRebateSettingsByIdRebateTableHeadersResponse> {
|
|
922
|
-
return this.httpRequest.request({
|
|
923
|
-
method: 'POST',
|
|
924
|
-
url: '/api/contract-service/rebate-tables/rebate-settings/{id}/rebate-table-headers',
|
|
925
|
-
path: {
|
|
926
|
-
id: data.id
|
|
927
|
-
},
|
|
928
|
-
body: data.requestBody,
|
|
929
|
-
mediaType: 'application/json',
|
|
930
|
-
errors: {
|
|
931
|
-
400: 'Bad Request',
|
|
932
|
-
401: 'Unauthorized',
|
|
933
|
-
403: 'Forbidden',
|
|
934
|
-
404: 'Not Found',
|
|
935
|
-
500: 'Server Error',
|
|
936
|
-
501: 'Server Error'
|
|
937
|
-
}
|
|
938
|
-
});
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
/**
|
|
942
|
-
* @param data The data for the request.
|
|
943
|
-
* @param data.id
|
|
944
|
-
* @param data.requestBody
|
|
945
|
-
* @returns UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNetCommissionDto Success
|
|
946
|
-
* @throws ApiError
|
|
947
|
-
*/
|
|
948
|
-
public postApiContractServiceRebateTablesRebateSettingsByIdMinimumNetCommissions(data: PostApiContractServiceRebateTablesRebateSettingsByIdMinimumNetCommissionsData): CancelablePromise<PostApiContractServiceRebateTablesRebateSettingsByIdMinimumNetCommissionsResponse> {
|
|
949
|
-
return this.httpRequest.request({
|
|
950
|
-
method: 'POST',
|
|
951
|
-
url: '/api/contract-service/rebate-tables/rebate-settings/{id}/minimum-net-commissions',
|
|
952
|
-
path: {
|
|
953
|
-
id: data.id
|
|
954
|
-
},
|
|
955
|
-
body: data.requestBody,
|
|
956
|
-
mediaType: 'application/json',
|
|
957
|
-
errors: {
|
|
958
|
-
400: 'Bad Request',
|
|
959
|
-
401: 'Unauthorized',
|
|
960
|
-
403: 'Forbidden',
|
|
961
|
-
404: 'Not Found',
|
|
962
|
-
500: 'Server Error',
|
|
963
|
-
501: 'Server Error'
|
|
964
|
-
}
|
|
965
|
-
});
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
/**
|
|
969
|
-
* @param data The data for the request.
|
|
970
|
-
* @param data.id
|
|
971
|
-
* @returns UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto Success
|
|
972
|
-
* @throws ApiError
|
|
973
|
-
*/
|
|
974
|
-
public getApiContractServiceRebateTablesRebateSettingsDetailById(data: GetApiContractServiceRebateTablesRebateSettingsDetailByIdData): CancelablePromise<GetApiContractServiceRebateTablesRebateSettingsDetailByIdResponse> {
|
|
975
|
-
return this.httpRequest.request({
|
|
976
|
-
method: 'GET',
|
|
977
|
-
url: '/api/contract-service/rebate-tables/rebate-settings/detail/{id}',
|
|
978
|
-
path: {
|
|
979
|
-
id: data.id
|
|
980
|
-
},
|
|
981
|
-
errors: {
|
|
982
|
-
400: 'Bad Request',
|
|
983
|
-
401: 'Unauthorized',
|
|
984
|
-
403: 'Forbidden',
|
|
985
|
-
404: 'Not Found',
|
|
986
|
-
500: 'Server Error',
|
|
987
|
-
501: 'Server Error'
|
|
988
|
-
}
|
|
989
|
-
});
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
/**
|
|
993
|
-
* @param data The data for the request.
|
|
994
|
-
* @param data.id
|
|
995
|
-
* @returns UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNetCommissionDto Success
|
|
996
|
-
* @throws ApiError
|
|
997
|
-
*/
|
|
998
|
-
public getApiContractServiceRebateTablesMinimumNetCommissionsById(data: GetApiContractServiceRebateTablesMinimumNetCommissionsByIdData): CancelablePromise<GetApiContractServiceRebateTablesMinimumNetCommissionsByIdResponse> {
|
|
999
|
-
return this.httpRequest.request({
|
|
1000
|
-
method: 'GET',
|
|
1001
|
-
url: '/api/contract-service/rebate-tables/minimum-net-commissions/{id}',
|
|
1002
|
-
path: {
|
|
1003
|
-
id: data.id
|
|
1004
|
-
},
|
|
1005
|
-
errors: {
|
|
1006
|
-
400: 'Bad Request',
|
|
1007
|
-
401: 'Unauthorized',
|
|
1008
|
-
403: 'Forbidden',
|
|
1009
|
-
404: 'Not Found',
|
|
1010
|
-
500: 'Server Error',
|
|
1011
|
-
501: 'Server Error'
|
|
1012
|
-
}
|
|
1013
|
-
});
|
|
1014
|
-
}
|
|
1015
|
-
|
|
1016
|
-
/**
|
|
1017
|
-
* @param data The data for the request.
|
|
1018
|
-
* @param data.id
|
|
1019
|
-
* @param data.requestBody
|
|
1020
|
-
* @returns UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNetCommissionDto Success
|
|
1021
|
-
* @throws ApiError
|
|
1022
|
-
*/
|
|
1023
|
-
public putApiContractServiceRebateTablesMinimumNetCommissionsById(data: PutApiContractServiceRebateTablesMinimumNetCommissionsByIdData): CancelablePromise<PutApiContractServiceRebateTablesMinimumNetCommissionsByIdResponse> {
|
|
1024
|
-
return this.httpRequest.request({
|
|
1025
|
-
method: 'PUT',
|
|
1026
|
-
url: '/api/contract-service/rebate-tables/minimum-net-commissions/{id}',
|
|
1027
|
-
path: {
|
|
1028
|
-
id: data.id
|
|
1029
|
-
},
|
|
1030
|
-
body: data.requestBody,
|
|
1031
|
-
mediaType: 'application/json',
|
|
1032
|
-
errors: {
|
|
1033
|
-
400: 'Bad Request',
|
|
1034
|
-
401: 'Unauthorized',
|
|
1035
|
-
403: 'Forbidden',
|
|
1036
|
-
404: 'Not Found',
|
|
1037
|
-
500: 'Server Error',
|
|
1038
|
-
501: 'Server Error'
|
|
1039
|
-
}
|
|
1040
|
-
});
|
|
1041
|
-
}
|
|
1042
|
-
|
|
1043
|
-
/**
|
|
1044
|
-
* @param data The data for the request.
|
|
1045
|
-
* @param data.id
|
|
1046
|
-
* @returns unknown Success
|
|
1047
|
-
* @throws ApiError
|
|
1048
|
-
*/
|
|
1049
|
-
public deleteApiContractServiceRebateTablesMinimumNetCommissionsById(data: DeleteApiContractServiceRebateTablesMinimumNetCommissionsByIdData): CancelablePromise<DeleteApiContractServiceRebateTablesMinimumNetCommissionsByIdResponse> {
|
|
1050
|
-
return this.httpRequest.request({
|
|
1051
|
-
method: 'DELETE',
|
|
1052
|
-
url: '/api/contract-service/rebate-tables/minimum-net-commissions/{id}',
|
|
1053
|
-
path: {
|
|
1054
|
-
id: data.id
|
|
1055
|
-
},
|
|
1056
|
-
errors: {
|
|
1057
|
-
400: 'Bad Request',
|
|
1058
|
-
401: 'Unauthorized',
|
|
1059
|
-
403: 'Forbidden',
|
|
1060
|
-
404: 'Not Found',
|
|
1061
|
-
500: 'Server Error',
|
|
1062
|
-
501: 'Server Error'
|
|
1063
|
-
}
|
|
1064
|
-
});
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
/**
|
|
1068
|
-
* @param data The data for the request.
|
|
1069
|
-
* @param data.sorting
|
|
1070
|
-
* @param data.skipCount
|
|
1071
|
-
* @param data.maxResultCount
|
|
1072
|
-
* @returns PagedResultDto_MinimumNetCommissionDto Success
|
|
1073
|
-
* @throws ApiError
|
|
1074
|
-
*/
|
|
1075
|
-
public getApiContractServiceRebateTablesMinimumNetCommissions(data: GetApiContractServiceRebateTablesMinimumNetCommissionsData = {}): CancelablePromise<GetApiContractServiceRebateTablesMinimumNetCommissionsResponse> {
|
|
1076
|
-
return this.httpRequest.request({
|
|
1077
|
-
method: 'GET',
|
|
1078
|
-
url: '/api/contract-service/rebate-tables/minimum-net-commissions',
|
|
1079
|
-
query: {
|
|
1080
|
-
Sorting: data.sorting,
|
|
1081
|
-
SkipCount: data.skipCount,
|
|
1082
|
-
MaxResultCount: data.maxResultCount
|
|
1083
|
-
},
|
|
1084
|
-
errors: {
|
|
1085
|
-
400: 'Bad Request',
|
|
1086
|
-
401: 'Unauthorized',
|
|
1087
|
-
403: 'Forbidden',
|
|
1088
|
-
404: 'Not Found',
|
|
1089
|
-
500: 'Server Error',
|
|
1090
|
-
501: 'Server Error'
|
|
1091
|
-
}
|
|
1092
|
-
});
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
/**
|
|
1096
|
-
* @param data The data for the request.
|
|
1097
|
-
* @param data.id
|
|
1098
|
-
* @returns UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingFeeDetailDto Success
|
|
1099
|
-
* @throws ApiError
|
|
1100
|
-
*/
|
|
1101
|
-
public getApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsById(data: GetApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdData): CancelablePromise<GetApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdResponse> {
|
|
1102
|
-
return this.httpRequest.request({
|
|
1103
|
-
method: 'GET',
|
|
1104
|
-
url: '/api/contract-service/rebate-tables/rebate-table-headers/processing-fee-details/{id}',
|
|
1105
|
-
path: {
|
|
1106
|
-
id: data.id
|
|
1107
|
-
},
|
|
1108
|
-
errors: {
|
|
1109
|
-
400: 'Bad Request',
|
|
1110
|
-
401: 'Unauthorized',
|
|
1111
|
-
403: 'Forbidden',
|
|
1112
|
-
404: 'Not Found',
|
|
1113
|
-
500: 'Server Error',
|
|
1114
|
-
501: 'Server Error'
|
|
1115
|
-
}
|
|
1116
|
-
});
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
/**
|
|
1120
|
-
* @param data The data for the request.
|
|
1121
|
-
* @param data.id
|
|
1122
|
-
* @param data.requestBody
|
|
1123
|
-
* @returns UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingFeeDetailDto Success
|
|
1124
|
-
* @throws ApiError
|
|
1125
|
-
*/
|
|
1126
|
-
public putApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsById(data: PutApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdData): CancelablePromise<PutApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdResponse> {
|
|
1127
|
-
return this.httpRequest.request({
|
|
1128
|
-
method: 'PUT',
|
|
1129
|
-
url: '/api/contract-service/rebate-tables/rebate-table-headers/processing-fee-details/{id}',
|
|
1130
|
-
path: {
|
|
1131
|
-
id: data.id
|
|
1132
|
-
},
|
|
1133
|
-
body: data.requestBody,
|
|
1134
|
-
mediaType: 'application/json',
|
|
1135
|
-
errors: {
|
|
1136
|
-
400: 'Bad Request',
|
|
1137
|
-
401: 'Unauthorized',
|
|
1138
|
-
403: 'Forbidden',
|
|
1139
|
-
404: 'Not Found',
|
|
1140
|
-
500: 'Server Error',
|
|
1141
|
-
501: 'Server Error'
|
|
1142
|
-
}
|
|
1143
|
-
});
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
|
-
/**
|
|
1147
|
-
* @param data The data for the request.
|
|
1148
|
-
* @param data.id
|
|
1149
|
-
* @returns unknown Success
|
|
1150
|
-
* @throws ApiError
|
|
1151
|
-
*/
|
|
1152
|
-
public deleteApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsById(data: DeleteApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdData): CancelablePromise<DeleteApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdResponse> {
|
|
1153
|
-
return this.httpRequest.request({
|
|
1154
|
-
method: 'DELETE',
|
|
1155
|
-
url: '/api/contract-service/rebate-tables/rebate-table-headers/processing-fee-details/{id}',
|
|
1156
|
-
path: {
|
|
1157
|
-
id: data.id
|
|
1158
|
-
},
|
|
1159
|
-
errors: {
|
|
1160
|
-
400: 'Bad Request',
|
|
1161
|
-
401: 'Unauthorized',
|
|
1162
|
-
403: 'Forbidden',
|
|
1163
|
-
404: 'Not Found',
|
|
1164
|
-
500: 'Server Error',
|
|
1165
|
-
501: 'Server Error'
|
|
1166
|
-
}
|
|
1167
|
-
});
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
/**
|
|
1171
|
-
* @param data The data for the request.
|
|
1172
|
-
* @param data.id
|
|
1173
|
-
* @param data.requestBody
|
|
1174
|
-
* @returns UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingFeeDetailDto Success
|
|
1175
|
-
* @throws ApiError
|
|
1176
|
-
*/
|
|
1177
|
-
public postApiContractServiceRebateTablesRebateTableHeadersByIdProcessingFeeDetails(data: PostApiContractServiceRebateTablesRebateTableHeadersByIdProcessingFeeDetailsData): CancelablePromise<PostApiContractServiceRebateTablesRebateTableHeadersByIdProcessingFeeDetailsResponse> {
|
|
1178
|
-
return this.httpRequest.request({
|
|
1179
|
-
method: 'POST',
|
|
1180
|
-
url: '/api/contract-service/rebate-tables/rebate-table-headers/{id}/processing-fee-details',
|
|
1181
|
-
path: {
|
|
1182
|
-
id: data.id
|
|
1183
|
-
},
|
|
1184
|
-
body: data.requestBody,
|
|
1185
|
-
mediaType: 'application/json',
|
|
1186
|
-
errors: {
|
|
1187
|
-
400: 'Bad Request',
|
|
1188
|
-
401: 'Unauthorized',
|
|
1189
|
-
403: 'Forbidden',
|
|
1190
|
-
404: 'Not Found',
|
|
1191
|
-
500: 'Server Error',
|
|
1192
|
-
501: 'Server Error'
|
|
1193
|
-
}
|
|
1194
|
-
});
|
|
1195
|
-
}
|
|
1196
|
-
|
|
1197
|
-
/**
|
|
1198
|
-
* @param data The data for the request.
|
|
1199
|
-
* @param data.id
|
|
1200
|
-
* @returns UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDetailDto Success
|
|
1201
|
-
* @throws ApiError
|
|
1202
|
-
*/
|
|
1203
|
-
public getApiContractServiceRebateTablesRebateTableDetailsById(data: GetApiContractServiceRebateTablesRebateTableDetailsByIdData): CancelablePromise<GetApiContractServiceRebateTablesRebateTableDetailsByIdResponse> {
|
|
1204
|
-
return this.httpRequest.request({
|
|
1205
|
-
method: 'GET',
|
|
1206
|
-
url: '/api/contract-service/rebate-tables/rebate-table-details/{id}',
|
|
1207
|
-
path: {
|
|
1208
|
-
id: data.id
|
|
1209
|
-
},
|
|
1210
|
-
errors: {
|
|
1211
|
-
400: 'Bad Request',
|
|
1212
|
-
401: 'Unauthorized',
|
|
1213
|
-
403: 'Forbidden',
|
|
1214
|
-
404: 'Not Found',
|
|
1215
|
-
500: 'Server Error',
|
|
1216
|
-
501: 'Server Error'
|
|
1217
|
-
}
|
|
1218
|
-
});
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
/**
|
|
1222
|
-
* @param data The data for the request.
|
|
1223
|
-
* @param data.id
|
|
1224
|
-
* @param data.requestBody
|
|
1225
|
-
* @returns UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDetailDto Success
|
|
1226
|
-
* @throws ApiError
|
|
1227
|
-
*/
|
|
1228
|
-
public putApiContractServiceRebateTablesRebateTableDetailsById(data: PutApiContractServiceRebateTablesRebateTableDetailsByIdData): CancelablePromise<PutApiContractServiceRebateTablesRebateTableDetailsByIdResponse> {
|
|
1229
|
-
return this.httpRequest.request({
|
|
1230
|
-
method: 'PUT',
|
|
1231
|
-
url: '/api/contract-service/rebate-tables/rebate-table-details/{id}',
|
|
1232
|
-
path: {
|
|
1233
|
-
id: data.id
|
|
1234
|
-
},
|
|
1235
|
-
body: data.requestBody,
|
|
1236
|
-
mediaType: 'application/json',
|
|
1237
|
-
errors: {
|
|
1238
|
-
400: 'Bad Request',
|
|
1239
|
-
401: 'Unauthorized',
|
|
1240
|
-
403: 'Forbidden',
|
|
1241
|
-
404: 'Not Found',
|
|
1242
|
-
500: 'Server Error',
|
|
1243
|
-
501: 'Server Error'
|
|
1244
|
-
}
|
|
1245
|
-
});
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
/**
|
|
1249
|
-
* @param data The data for the request.
|
|
1250
|
-
* @param data.id
|
|
1251
|
-
* @returns unknown Success
|
|
1252
|
-
* @throws ApiError
|
|
1253
|
-
*/
|
|
1254
|
-
public deleteApiContractServiceRebateTablesRebateTableDetailsById(data: DeleteApiContractServiceRebateTablesRebateTableDetailsByIdData): CancelablePromise<DeleteApiContractServiceRebateTablesRebateTableDetailsByIdResponse> {
|
|
1255
|
-
return this.httpRequest.request({
|
|
1256
|
-
method: 'DELETE',
|
|
1257
|
-
url: '/api/contract-service/rebate-tables/rebate-table-details/{id}',
|
|
1258
|
-
path: {
|
|
1259
|
-
id: data.id
|
|
1260
|
-
},
|
|
1261
|
-
errors: {
|
|
1262
|
-
400: 'Bad Request',
|
|
1263
|
-
401: 'Unauthorized',
|
|
1264
|
-
403: 'Forbidden',
|
|
1265
|
-
404: 'Not Found',
|
|
1266
|
-
500: 'Server Error',
|
|
1267
|
-
501: 'Server Error'
|
|
1268
|
-
}
|
|
1269
|
-
});
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
/**
|
|
1273
|
-
* @param data The data for the request.
|
|
1274
|
-
* @param data.sorting
|
|
1275
|
-
* @param data.skipCount
|
|
1276
|
-
* @param data.maxResultCount
|
|
1277
|
-
* @returns PagedResultDto_RebateTableDetailDto Success
|
|
1278
|
-
* @throws ApiError
|
|
1279
|
-
*/
|
|
1280
|
-
public getApiContractServiceRebateTablesRebateTableDetails(data: GetApiContractServiceRebateTablesRebateTableDetailsData = {}): CancelablePromise<GetApiContractServiceRebateTablesRebateTableDetailsResponse> {
|
|
1281
|
-
return this.httpRequest.request({
|
|
1282
|
-
method: 'GET',
|
|
1283
|
-
url: '/api/contract-service/rebate-tables/rebate-table-details',
|
|
1284
|
-
query: {
|
|
1285
|
-
Sorting: data.sorting,
|
|
1286
|
-
SkipCount: data.skipCount,
|
|
1287
|
-
MaxResultCount: data.maxResultCount
|
|
1288
|
-
},
|
|
1289
|
-
errors: {
|
|
1290
|
-
400: 'Bad Request',
|
|
1291
|
-
401: 'Unauthorized',
|
|
1292
|
-
403: 'Forbidden',
|
|
1293
|
-
404: 'Not Found',
|
|
1294
|
-
500: 'Server Error',
|
|
1295
|
-
501: 'Server Error'
|
|
1296
|
-
}
|
|
1297
|
-
});
|
|
1298
|
-
}
|
|
1299
|
-
|
|
1300
|
-
/**
|
|
1301
|
-
* @param data The data for the request.
|
|
1302
|
-
* @param data.id
|
|
1303
|
-
* @returns UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderDto Success
|
|
1304
|
-
* @throws ApiError
|
|
1305
|
-
*/
|
|
1306
|
-
public getApiContractServiceRebateTablesRebateTableHeadersById(data: GetApiContractServiceRebateTablesRebateTableHeadersByIdData): CancelablePromise<GetApiContractServiceRebateTablesRebateTableHeadersByIdResponse> {
|
|
1307
|
-
return this.httpRequest.request({
|
|
1308
|
-
method: 'GET',
|
|
1309
|
-
url: '/api/contract-service/rebate-tables/rebate-table-headers/{id}',
|
|
1310
|
-
path: {
|
|
1311
|
-
id: data.id
|
|
1312
|
-
},
|
|
1313
|
-
errors: {
|
|
1314
|
-
400: 'Bad Request',
|
|
1315
|
-
401: 'Unauthorized',
|
|
1316
|
-
403: 'Forbidden',
|
|
1317
|
-
404: 'Not Found',
|
|
1318
|
-
500: 'Server Error',
|
|
1319
|
-
501: 'Server Error'
|
|
1320
|
-
}
|
|
1321
|
-
});
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
/**
|
|
1325
|
-
* @param data The data for the request.
|
|
1326
|
-
* @param data.id
|
|
1327
|
-
* @param data.requestBody
|
|
1328
|
-
* @returns UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderDto Success
|
|
1329
|
-
* @throws ApiError
|
|
1330
|
-
*/
|
|
1331
|
-
public putApiContractServiceRebateTablesRebateTableHeadersById(data: PutApiContractServiceRebateTablesRebateTableHeadersByIdData): CancelablePromise<PutApiContractServiceRebateTablesRebateTableHeadersByIdResponse> {
|
|
1332
|
-
return this.httpRequest.request({
|
|
1333
|
-
method: 'PUT',
|
|
1334
|
-
url: '/api/contract-service/rebate-tables/rebate-table-headers/{id}',
|
|
1335
|
-
path: {
|
|
1336
|
-
id: data.id
|
|
1337
|
-
},
|
|
1338
|
-
body: data.requestBody,
|
|
1339
|
-
mediaType: 'application/json',
|
|
1340
|
-
errors: {
|
|
1341
|
-
400: 'Bad Request',
|
|
1342
|
-
401: 'Unauthorized',
|
|
1343
|
-
403: 'Forbidden',
|
|
1344
|
-
404: 'Not Found',
|
|
1345
|
-
500: 'Server Error',
|
|
1346
|
-
501: 'Server Error'
|
|
1347
|
-
}
|
|
1348
|
-
});
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
/**
|
|
1352
|
-
* @param data The data for the request.
|
|
1353
|
-
* @param data.id
|
|
1354
|
-
* @returns unknown Success
|
|
1355
|
-
* @throws ApiError
|
|
1356
|
-
*/
|
|
1357
|
-
public deleteApiContractServiceRebateTablesRebateTableHeadersById(data: DeleteApiContractServiceRebateTablesRebateTableHeadersByIdData): CancelablePromise<DeleteApiContractServiceRebateTablesRebateTableHeadersByIdResponse> {
|
|
1358
|
-
return this.httpRequest.request({
|
|
1359
|
-
method: 'DELETE',
|
|
1360
|
-
url: '/api/contract-service/rebate-tables/rebate-table-headers/{id}',
|
|
1361
|
-
path: {
|
|
1362
|
-
id: data.id
|
|
1363
|
-
},
|
|
1364
|
-
errors: {
|
|
1365
|
-
400: 'Bad Request',
|
|
1366
|
-
401: 'Unauthorized',
|
|
1367
|
-
403: 'Forbidden',
|
|
1368
|
-
404: 'Not Found',
|
|
1369
|
-
500: 'Server Error',
|
|
1370
|
-
501: 'Server Error'
|
|
1371
|
-
}
|
|
1372
|
-
});
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
/**
|
|
1376
|
-
* @param data The data for the request.
|
|
1377
|
-
* @param data.sorting
|
|
1378
|
-
* @param data.skipCount
|
|
1379
|
-
* @param data.maxResultCount
|
|
1380
|
-
* @returns PagedResultDto_RebateTableHeaderDto Success
|
|
1381
|
-
* @throws ApiError
|
|
1382
|
-
*/
|
|
1383
|
-
public getApiContractServiceRebateTablesRebateTableHeadersTemplates(data: GetApiContractServiceRebateTablesRebateTableHeadersTemplatesData = {}): CancelablePromise<GetApiContractServiceRebateTablesRebateTableHeadersTemplatesResponse> {
|
|
1384
|
-
return this.httpRequest.request({
|
|
1385
|
-
method: 'GET',
|
|
1386
|
-
url: '/api/contract-service/rebate-tables/rebate-table-headers/templates',
|
|
1387
|
-
query: {
|
|
1388
|
-
Sorting: data.sorting,
|
|
1389
|
-
SkipCount: data.skipCount,
|
|
1390
|
-
MaxResultCount: data.maxResultCount
|
|
1391
|
-
},
|
|
1392
|
-
errors: {
|
|
1393
|
-
400: 'Bad Request',
|
|
1394
|
-
401: 'Unauthorized',
|
|
1395
|
-
403: 'Forbidden',
|
|
1396
|
-
404: 'Not Found',
|
|
1397
|
-
500: 'Server Error',
|
|
1398
|
-
501: 'Server Error'
|
|
1399
|
-
}
|
|
1400
|
-
});
|
|
1401
|
-
}
|
|
1402
|
-
|
|
1403
|
-
/**
|
|
1404
|
-
* @param data The data for the request.
|
|
1405
|
-
* @param data.requestBody
|
|
1406
|
-
* @returns UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderDto Success
|
|
1407
|
-
* @throws ApiError
|
|
1408
|
-
*/
|
|
1409
|
-
public postApiContractServiceRebateTablesRebateTableHeadersTemplates(data: PostApiContractServiceRebateTablesRebateTableHeadersTemplatesData = {}): CancelablePromise<PostApiContractServiceRebateTablesRebateTableHeadersTemplatesResponse> {
|
|
1410
|
-
return this.httpRequest.request({
|
|
1411
|
-
method: 'POST',
|
|
1412
|
-
url: '/api/contract-service/rebate-tables/rebate-table-headers/templates',
|
|
1413
|
-
body: data.requestBody,
|
|
1414
|
-
mediaType: 'application/json',
|
|
1415
|
-
errors: {
|
|
1416
|
-
400: 'Bad Request',
|
|
1417
|
-
401: 'Unauthorized',
|
|
1418
|
-
403: 'Forbidden',
|
|
1419
|
-
404: 'Not Found',
|
|
1420
|
-
500: 'Server Error',
|
|
1421
|
-
501: 'Server Error'
|
|
1422
|
-
}
|
|
1423
|
-
});
|
|
1424
|
-
}
|
|
1425
|
-
|
|
1426
|
-
/**
|
|
1427
|
-
* @param data The data for the request.
|
|
1428
|
-
* @param data.id
|
|
1429
|
-
* @param data.requestBody
|
|
1430
|
-
* @returns UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDetailDto Success
|
|
1431
|
-
* @throws ApiError
|
|
1432
|
-
*/
|
|
1433
|
-
public postApiContractServiceRebateTablesRebateTableHeadersByIdRebateTableDetails(data: PostApiContractServiceRebateTablesRebateTableHeadersByIdRebateTableDetailsData): CancelablePromise<PostApiContractServiceRebateTablesRebateTableHeadersByIdRebateTableDetailsResponse> {
|
|
1434
|
-
return this.httpRequest.request({
|
|
1435
|
-
method: 'POST',
|
|
1436
|
-
url: '/api/contract-service/rebate-tables/rebate-table-headers/{id}/rebate-table-details',
|
|
1437
|
-
path: {
|
|
1438
|
-
id: data.id
|
|
1439
|
-
},
|
|
1440
|
-
body: data.requestBody,
|
|
1441
|
-
mediaType: 'application/json',
|
|
1442
|
-
errors: {
|
|
1443
|
-
400: 'Bad Request',
|
|
1444
|
-
401: 'Unauthorized',
|
|
1445
|
-
403: 'Forbidden',
|
|
1446
|
-
404: 'Not Found',
|
|
1447
|
-
500: 'Server Error',
|
|
1448
|
-
501: 'Server Error'
|
|
1449
|
-
}
|
|
1450
|
-
});
|
|
1451
|
-
}
|
|
1452
|
-
|
|
1453
|
-
}
|
|
1454
|
-
|
|
1455
|
-
export class RefundTablesService {
|
|
1456
|
-
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
1457
|
-
|
|
1458
|
-
/**
|
|
1459
|
-
* @param data The data for the request.
|
|
1460
|
-
* @param data.id
|
|
1461
|
-
* @returns UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto Success
|
|
1462
|
-
* @throws ApiError
|
|
1463
|
-
*/
|
|
1464
|
-
public getApiContractServiceRefundTablesRefundTableHeadersById(data: GetApiContractServiceRefundTablesRefundTableHeadersByIdData): CancelablePromise<GetApiContractServiceRefundTablesRefundTableHeadersByIdResponse> {
|
|
1465
|
-
return this.httpRequest.request({
|
|
1466
|
-
method: 'GET',
|
|
1467
|
-
url: '/api/contract-service/refund-tables/refund-table-headers/{id}',
|
|
1468
|
-
path: {
|
|
1469
|
-
id: data.id
|
|
1470
|
-
},
|
|
1471
|
-
errors: {
|
|
1472
|
-
400: 'Bad Request',
|
|
1473
|
-
401: 'Unauthorized',
|
|
1474
|
-
403: 'Forbidden',
|
|
1475
|
-
404: 'Not Found',
|
|
1476
|
-
500: 'Server Error',
|
|
1477
|
-
501: 'Server Error'
|
|
1478
|
-
}
|
|
1479
|
-
});
|
|
1480
|
-
}
|
|
1481
|
-
|
|
1482
|
-
/**
|
|
1483
|
-
* @param data The data for the request.
|
|
1484
|
-
* @param data.id
|
|
1485
|
-
* @param data.requestBody
|
|
1486
|
-
* @returns UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto Success
|
|
1487
|
-
* @throws ApiError
|
|
1488
|
-
*/
|
|
1489
|
-
public putApiContractServiceRefundTablesRefundTableHeadersById(data: PutApiContractServiceRefundTablesRefundTableHeadersByIdData): CancelablePromise<PutApiContractServiceRefundTablesRefundTableHeadersByIdResponse> {
|
|
1490
|
-
return this.httpRequest.request({
|
|
1491
|
-
method: 'PUT',
|
|
1492
|
-
url: '/api/contract-service/refund-tables/refund-table-headers/{id}',
|
|
1493
|
-
path: {
|
|
1494
|
-
id: data.id
|
|
1495
|
-
},
|
|
1496
|
-
body: data.requestBody,
|
|
1497
|
-
mediaType: 'application/json',
|
|
1498
|
-
errors: {
|
|
1499
|
-
400: 'Bad Request',
|
|
1500
|
-
401: 'Unauthorized',
|
|
1501
|
-
403: 'Forbidden',
|
|
1502
|
-
404: 'Not Found',
|
|
1503
|
-
500: 'Server Error',
|
|
1504
|
-
501: 'Server Error'
|
|
1505
|
-
}
|
|
1506
|
-
});
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
/**
|
|
1510
|
-
* @param data The data for the request.
|
|
1511
|
-
* @param data.id
|
|
1512
|
-
* @returns unknown Success
|
|
1513
|
-
* @throws ApiError
|
|
1514
|
-
*/
|
|
1515
|
-
public deleteApiContractServiceRefundTablesRefundTableHeadersById(data: DeleteApiContractServiceRefundTablesRefundTableHeadersByIdData): CancelablePromise<DeleteApiContractServiceRefundTablesRefundTableHeadersByIdResponse> {
|
|
1516
|
-
return this.httpRequest.request({
|
|
1517
|
-
method: 'DELETE',
|
|
1518
|
-
url: '/api/contract-service/refund-tables/refund-table-headers/{id}',
|
|
1519
|
-
path: {
|
|
1520
|
-
id: data.id
|
|
1521
|
-
},
|
|
1522
|
-
errors: {
|
|
1523
|
-
400: 'Bad Request',
|
|
1524
|
-
401: 'Unauthorized',
|
|
1525
|
-
403: 'Forbidden',
|
|
1526
|
-
404: 'Not Found',
|
|
1527
|
-
500: 'Server Error',
|
|
1528
|
-
501: 'Server Error'
|
|
1529
|
-
}
|
|
1530
|
-
});
|
|
1531
|
-
}
|
|
1532
|
-
|
|
1533
|
-
/**
|
|
1534
|
-
* @param data The data for the request.
|
|
1535
|
-
* @param data.skipCount
|
|
1536
|
-
* @param data.maxResultCount
|
|
1537
|
-
* @returns PagedResultDto_RefundTableHeaderDto Success
|
|
1538
|
-
* @throws ApiError
|
|
1539
|
-
*/
|
|
1540
|
-
public getApiContractServiceRefundTablesRefundTableHeaders(data: GetApiContractServiceRefundTablesRefundTableHeadersData = {}): CancelablePromise<GetApiContractServiceRefundTablesRefundTableHeadersResponse> {
|
|
1541
|
-
return this.httpRequest.request({
|
|
1542
|
-
method: 'GET',
|
|
1543
|
-
url: '/api/contract-service/refund-tables/refund-table-headers',
|
|
1544
|
-
query: {
|
|
1545
|
-
SkipCount: data.skipCount,
|
|
1546
|
-
MaxResultCount: data.maxResultCount
|
|
1547
|
-
},
|
|
1548
|
-
errors: {
|
|
1549
|
-
400: 'Bad Request',
|
|
1550
|
-
401: 'Unauthorized',
|
|
1551
|
-
403: 'Forbidden',
|
|
1552
|
-
404: 'Not Found',
|
|
1553
|
-
500: 'Server Error',
|
|
1554
|
-
501: 'Server Error'
|
|
1555
|
-
}
|
|
1556
|
-
});
|
|
1557
|
-
}
|
|
1558
|
-
|
|
1559
|
-
/**
|
|
1560
|
-
* @param data The data for the request.
|
|
1561
|
-
* @param data.requestBody
|
|
1562
|
-
* @returns UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto Success
|
|
1563
|
-
* @throws ApiError
|
|
1564
|
-
*/
|
|
1565
|
-
public postApiContractServiceRefundTablesRefundTableHeaders(data: PostApiContractServiceRefundTablesRefundTableHeadersData = {}): CancelablePromise<PostApiContractServiceRefundTablesRefundTableHeadersResponse> {
|
|
1566
|
-
return this.httpRequest.request({
|
|
1567
|
-
method: 'POST',
|
|
1568
|
-
url: '/api/contract-service/refund-tables/refund-table-headers',
|
|
1569
|
-
body: data.requestBody,
|
|
1570
|
-
mediaType: 'application/json',
|
|
1571
|
-
errors: {
|
|
1572
|
-
400: 'Bad Request',
|
|
1573
|
-
401: 'Unauthorized',
|
|
1574
|
-
403: 'Forbidden',
|
|
1575
|
-
404: 'Not Found',
|
|
1576
|
-
500: 'Server Error',
|
|
1577
|
-
501: 'Server Error'
|
|
1578
|
-
}
|
|
1579
|
-
});
|
|
1580
|
-
}
|
|
1581
|
-
|
|
1582
|
-
/**
|
|
1583
|
-
* @param data The data for the request.
|
|
1584
|
-
* @param data.id
|
|
1585
|
-
* @param data.refundTableHeaderId
|
|
1586
|
-
* @returns UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto Success
|
|
1587
|
-
* @throws ApiError
|
|
1588
|
-
*/
|
|
1589
|
-
public getApiContractServiceRefundTablesRefundTableHeadersMerchantsById(data: GetApiContractServiceRefundTablesRefundTableHeadersMerchantsByIdData): CancelablePromise<GetApiContractServiceRefundTablesRefundTableHeadersMerchantsByIdResponse> {
|
|
1590
|
-
return this.httpRequest.request({
|
|
1591
|
-
method: 'GET',
|
|
1592
|
-
url: '/api/contract-service/refund-tables/refund-table-headers/merchants/{id}',
|
|
1593
|
-
path: {
|
|
1594
|
-
id: data.id
|
|
1595
|
-
},
|
|
1596
|
-
query: {
|
|
1597
|
-
refundTableHeaderId: data.refundTableHeaderId
|
|
1598
|
-
},
|
|
1599
|
-
errors: {
|
|
1600
|
-
400: 'Bad Request',
|
|
1601
|
-
401: 'Unauthorized',
|
|
1602
|
-
403: 'Forbidden',
|
|
1603
|
-
404: 'Not Found',
|
|
1604
|
-
500: 'Server Error',
|
|
1605
|
-
501: 'Server Error'
|
|
1606
|
-
}
|
|
1607
|
-
});
|
|
1608
|
-
}
|
|
1609
|
-
|
|
1610
|
-
/**
|
|
1611
|
-
* @param data The data for the request.
|
|
1612
|
-
* @param data.id
|
|
1613
|
-
* @param data.requestBody
|
|
1614
|
-
* @returns UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto Success
|
|
1615
|
-
* @throws ApiError
|
|
1616
|
-
*/
|
|
1617
|
-
public postApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetails(data: PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetailsData): CancelablePromise<PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetailsResponse> {
|
|
1618
|
-
return this.httpRequest.request({
|
|
1619
|
-
method: 'POST',
|
|
1620
|
-
url: '/api/contract-service/refund-tables/refund-table-headers/{id}/refund-table-details',
|
|
1621
|
-
path: {
|
|
1622
|
-
id: data.id
|
|
1623
|
-
},
|
|
1624
|
-
body: data.requestBody,
|
|
1625
|
-
mediaType: 'application/json',
|
|
1626
|
-
errors: {
|
|
1627
|
-
400: 'Bad Request',
|
|
1628
|
-
401: 'Unauthorized',
|
|
1629
|
-
403: 'Forbidden',
|
|
1630
|
-
404: 'Not Found',
|
|
1631
|
-
500: 'Server Error',
|
|
1632
|
-
501: 'Server Error'
|
|
1633
|
-
}
|
|
1634
|
-
});
|
|
1635
|
-
}
|
|
1636
|
-
|
|
1637
|
-
/**
|
|
1638
|
-
* @param data The data for the request.
|
|
1639
|
-
* @param data.id
|
|
1640
|
-
* @returns UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto Success
|
|
1641
|
-
* @throws ApiError
|
|
1642
|
-
*/
|
|
1643
|
-
public getApiContractServiceRefundTablesRefundTableDetailsById(data: GetApiContractServiceRefundTablesRefundTableDetailsByIdData): CancelablePromise<GetApiContractServiceRefundTablesRefundTableDetailsByIdResponse> {
|
|
1644
|
-
return this.httpRequest.request({
|
|
1645
|
-
method: 'GET',
|
|
1646
|
-
url: '/api/contract-service/refund-tables/refund-table-details/{id}',
|
|
1647
|
-
path: {
|
|
1648
|
-
id: data.id
|
|
1649
|
-
},
|
|
1650
|
-
errors: {
|
|
1651
|
-
400: 'Bad Request',
|
|
1652
|
-
401: 'Unauthorized',
|
|
1653
|
-
403: 'Forbidden',
|
|
1654
|
-
404: 'Not Found',
|
|
1655
|
-
500: 'Server Error',
|
|
1656
|
-
501: 'Server Error'
|
|
1657
|
-
}
|
|
1658
|
-
});
|
|
1659
|
-
}
|
|
1660
|
-
|
|
1661
|
-
/**
|
|
1662
|
-
* @param data The data for the request.
|
|
1663
|
-
* @param data.id
|
|
1664
|
-
* @returns unknown Success
|
|
1665
|
-
* @throws ApiError
|
|
1666
|
-
*/
|
|
1667
|
-
public deleteApiContractServiceRefundTablesRefundTableDetailsById(data: DeleteApiContractServiceRefundTablesRefundTableDetailsByIdData): CancelablePromise<DeleteApiContractServiceRefundTablesRefundTableDetailsByIdResponse> {
|
|
1668
|
-
return this.httpRequest.request({
|
|
1669
|
-
method: 'DELETE',
|
|
1670
|
-
url: '/api/contract-service/refund-tables/refund-table-details/{id}',
|
|
1671
|
-
path: {
|
|
1672
|
-
id: data.id
|
|
1673
|
-
},
|
|
1674
|
-
errors: {
|
|
1675
|
-
400: 'Bad Request',
|
|
1676
|
-
401: 'Unauthorized',
|
|
1677
|
-
403: 'Forbidden',
|
|
1678
|
-
404: 'Not Found',
|
|
1679
|
-
500: 'Server Error',
|
|
1680
|
-
501: 'Server Error'
|
|
1681
|
-
}
|
|
1682
|
-
});
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
/**
|
|
1686
|
-
* @param data The data for the request.
|
|
1687
|
-
* @param data.id
|
|
1688
|
-
* @returns UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto Success
|
|
1689
|
-
* @throws ApiError
|
|
1690
|
-
*/
|
|
1691
|
-
public getApiContractServiceRefundTablesRefundFeeHeadersById(data: GetApiContractServiceRefundTablesRefundFeeHeadersByIdData): CancelablePromise<GetApiContractServiceRefundTablesRefundFeeHeadersByIdResponse> {
|
|
1692
|
-
return this.httpRequest.request({
|
|
1693
|
-
method: 'GET',
|
|
1694
|
-
url: '/api/contract-service/refund-tables/refund-fee-headers/{id}',
|
|
1695
|
-
path: {
|
|
1696
|
-
id: data.id
|
|
1697
|
-
},
|
|
1698
|
-
errors: {
|
|
1699
|
-
400: 'Bad Request',
|
|
1700
|
-
401: 'Unauthorized',
|
|
1701
|
-
403: 'Forbidden',
|
|
1702
|
-
404: 'Not Found',
|
|
1703
|
-
500: 'Server Error',
|
|
1704
|
-
501: 'Server Error'
|
|
1705
|
-
}
|
|
1706
|
-
});
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
|
-
/**
|
|
1710
|
-
* @param data The data for the request.
|
|
1711
|
-
* @param data.id
|
|
1712
|
-
* @param data.requestBody
|
|
1713
|
-
* @returns UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto Success
|
|
1714
|
-
* @throws ApiError
|
|
1715
|
-
*/
|
|
1716
|
-
public putApiContractServiceRefundTablesRefundFeeHeadersById(data: PutApiContractServiceRefundTablesRefundFeeHeadersByIdData): CancelablePromise<PutApiContractServiceRefundTablesRefundFeeHeadersByIdResponse> {
|
|
1717
|
-
return this.httpRequest.request({
|
|
1718
|
-
method: 'PUT',
|
|
1719
|
-
url: '/api/contract-service/refund-tables/refund-fee-headers/{id}',
|
|
1720
|
-
path: {
|
|
1721
|
-
id: data.id
|
|
1722
|
-
},
|
|
1723
|
-
body: data.requestBody,
|
|
1724
|
-
mediaType: 'application/json',
|
|
1725
|
-
errors: {
|
|
1726
|
-
400: 'Bad Request',
|
|
1727
|
-
401: 'Unauthorized',
|
|
1728
|
-
403: 'Forbidden',
|
|
1729
|
-
404: 'Not Found',
|
|
1730
|
-
500: 'Server Error',
|
|
1731
|
-
501: 'Server Error'
|
|
1732
|
-
}
|
|
1733
|
-
});
|
|
1734
|
-
}
|
|
1735
|
-
|
|
1736
|
-
/**
|
|
1737
|
-
* @param data The data for the request.
|
|
1738
|
-
* @param data.id
|
|
1739
|
-
* @returns unknown Success
|
|
1740
|
-
* @throws ApiError
|
|
1741
|
-
*/
|
|
1742
|
-
public deleteApiContractServiceRefundTablesRefundFeeHeadersById(data: DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdData): CancelablePromise<DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdResponse> {
|
|
1743
|
-
return this.httpRequest.request({
|
|
1744
|
-
method: 'DELETE',
|
|
1745
|
-
url: '/api/contract-service/refund-tables/refund-fee-headers/{id}',
|
|
1746
|
-
path: {
|
|
1747
|
-
id: data.id
|
|
1748
|
-
},
|
|
1749
|
-
errors: {
|
|
1750
|
-
400: 'Bad Request',
|
|
1751
|
-
401: 'Unauthorized',
|
|
1752
|
-
403: 'Forbidden',
|
|
1753
|
-
404: 'Not Found',
|
|
1754
|
-
500: 'Server Error',
|
|
1755
|
-
501: 'Server Error'
|
|
1756
|
-
}
|
|
1757
|
-
});
|
|
1758
|
-
}
|
|
1759
|
-
|
|
1760
|
-
/**
|
|
1761
|
-
* @param data The data for the request.
|
|
1762
|
-
* @param data.id
|
|
1763
|
-
* @param data.refundFeeHeaderId
|
|
1764
|
-
* @returns UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto Success
|
|
1765
|
-
* @throws ApiError
|
|
1766
|
-
*/
|
|
1767
|
-
public getApiContractServiceRefundTablesRefundFeeHeadersRefundPointsById(data: GetApiContractServiceRefundTablesRefundFeeHeadersRefundPointsByIdData): CancelablePromise<GetApiContractServiceRefundTablesRefundFeeHeadersRefundPointsByIdResponse> {
|
|
1768
|
-
return this.httpRequest.request({
|
|
1769
|
-
method: 'GET',
|
|
1770
|
-
url: '/api/contract-service/refund-tables/refund-fee-headers/refund-points/{id}',
|
|
1771
|
-
path: {
|
|
1772
|
-
id: data.id
|
|
1773
|
-
},
|
|
1774
|
-
query: {
|
|
1775
|
-
refundFeeHeaderId: data.refundFeeHeaderId
|
|
1776
|
-
},
|
|
1777
|
-
errors: {
|
|
1778
|
-
400: 'Bad Request',
|
|
1779
|
-
401: 'Unauthorized',
|
|
1780
|
-
403: 'Forbidden',
|
|
1781
|
-
404: 'Not Found',
|
|
1782
|
-
500: 'Server Error',
|
|
1783
|
-
501: 'Server Error'
|
|
1784
|
-
}
|
|
1785
|
-
});
|
|
1786
|
-
}
|
|
1787
|
-
|
|
1788
|
-
/**
|
|
1789
|
-
* @param data The data for the request.
|
|
1790
|
-
* @param data.skipCount
|
|
1791
|
-
* @param data.maxResultCount
|
|
1792
|
-
* @returns PagedResultDto_RefundFeeHeaderDto Success
|
|
1793
|
-
* @throws ApiError
|
|
1794
|
-
*/
|
|
1795
|
-
public getApiContractServiceRefundTablesRefundFeeHeaders(data: GetApiContractServiceRefundTablesRefundFeeHeadersData = {}): CancelablePromise<GetApiContractServiceRefundTablesRefundFeeHeadersResponse> {
|
|
1796
|
-
return this.httpRequest.request({
|
|
1797
|
-
method: 'GET',
|
|
1798
|
-
url: '/api/contract-service/refund-tables/refund-fee-headers',
|
|
1799
|
-
query: {
|
|
1800
|
-
SkipCount: data.skipCount,
|
|
1801
|
-
MaxResultCount: data.maxResultCount
|
|
1802
|
-
},
|
|
1803
|
-
errors: {
|
|
1804
|
-
400: 'Bad Request',
|
|
1805
|
-
401: 'Unauthorized',
|
|
1806
|
-
403: 'Forbidden',
|
|
1807
|
-
404: 'Not Found',
|
|
1808
|
-
500: 'Server Error',
|
|
1809
|
-
501: 'Server Error'
|
|
1810
|
-
}
|
|
1811
|
-
});
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
|
-
/**
|
|
1815
|
-
* @param data The data for the request.
|
|
1816
|
-
* @param data.requestBody
|
|
1817
|
-
* @returns UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto Success
|
|
1818
|
-
* @throws ApiError
|
|
1819
|
-
*/
|
|
1820
|
-
public postApiContractServiceRefundTablesRefundFeeHeaders(data: PostApiContractServiceRefundTablesRefundFeeHeadersData = {}): CancelablePromise<PostApiContractServiceRefundTablesRefundFeeHeadersResponse> {
|
|
1821
|
-
return this.httpRequest.request({
|
|
1822
|
-
method: 'POST',
|
|
1823
|
-
url: '/api/contract-service/refund-tables/refund-fee-headers',
|
|
1824
|
-
body: data.requestBody,
|
|
1825
|
-
mediaType: 'application/json',
|
|
1826
|
-
errors: {
|
|
1827
|
-
400: 'Bad Request',
|
|
1828
|
-
401: 'Unauthorized',
|
|
1829
|
-
403: 'Forbidden',
|
|
1830
|
-
404: 'Not Found',
|
|
1831
|
-
500: 'Server Error',
|
|
1832
|
-
501: 'Server Error'
|
|
1833
|
-
}
|
|
1834
|
-
});
|
|
1835
|
-
}
|
|
1836
|
-
|
|
1837
|
-
/**
|
|
1838
|
-
* @param data The data for the request.
|
|
1839
|
-
* @param data.id
|
|
1840
|
-
* @returns UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto Success
|
|
1841
|
-
* @throws ApiError
|
|
1842
|
-
*/
|
|
1843
|
-
public getApiContractServiceRefundTablesRefundFeeHeadersDetailById(data: GetApiContractServiceRefundTablesRefundFeeHeadersDetailByIdData): CancelablePromise<GetApiContractServiceRefundTablesRefundFeeHeadersDetailByIdResponse> {
|
|
1844
|
-
return this.httpRequest.request({
|
|
1845
|
-
method: 'GET',
|
|
1846
|
-
url: '/api/contract-service/refund-tables/refund-fee-headers/detail/{id}',
|
|
1847
|
-
path: {
|
|
1848
|
-
id: data.id
|
|
1849
|
-
},
|
|
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.requestBody
|
|
1865
|
-
* @returns UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDto Success
|
|
1866
|
-
* @throws ApiError
|
|
1867
|
-
*/
|
|
1868
|
-
public postApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetails(data: PostApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetailsData): CancelablePromise<PostApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetailsResponse> {
|
|
1869
|
-
return this.httpRequest.request({
|
|
1870
|
-
method: 'POST',
|
|
1871
|
-
url: '/api/contract-service/refund-tables/refund-fee-headers/{id}/refund-fee-details',
|
|
1872
|
-
path: {
|
|
1873
|
-
id: data.id
|
|
1874
|
-
},
|
|
1875
|
-
body: data.requestBody,
|
|
1876
|
-
mediaType: 'application/json',
|
|
1877
|
-
errors: {
|
|
1878
|
-
400: 'Bad Request',
|
|
1879
|
-
401: 'Unauthorized',
|
|
1880
|
-
403: 'Forbidden',
|
|
1881
|
-
404: 'Not Found',
|
|
1882
|
-
500: 'Server Error',
|
|
1883
|
-
501: 'Server Error'
|
|
1884
|
-
}
|
|
1885
|
-
});
|
|
1886
|
-
}
|
|
1887
|
-
|
|
1888
|
-
/**
|
|
1889
|
-
* @param data The data for the request.
|
|
1890
|
-
* @param data.id
|
|
1891
|
-
* @returns UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDto Success
|
|
1892
|
-
* @throws ApiError
|
|
1893
|
-
*/
|
|
1894
|
-
public getApiContractServiceRefundTablesRefundFeeDetailsById(data: GetApiContractServiceRefundTablesRefundFeeDetailsByIdData): CancelablePromise<GetApiContractServiceRefundTablesRefundFeeDetailsByIdResponse> {
|
|
1895
|
-
return this.httpRequest.request({
|
|
1896
|
-
method: 'GET',
|
|
1897
|
-
url: '/api/contract-service/refund-tables/refund-fee-details/{id}',
|
|
1898
|
-
path: {
|
|
1899
|
-
id: data.id
|
|
1900
|
-
},
|
|
1901
|
-
errors: {
|
|
1902
|
-
400: 'Bad Request',
|
|
1903
|
-
401: 'Unauthorized',
|
|
1904
|
-
403: 'Forbidden',
|
|
1905
|
-
404: 'Not Found',
|
|
1906
|
-
500: 'Server Error',
|
|
1907
|
-
501: 'Server Error'
|
|
1908
|
-
}
|
|
1909
|
-
});
|
|
1910
|
-
}
|
|
1911
|
-
|
|
1912
|
-
/**
|
|
1913
|
-
* @param data The data for the request.
|
|
1914
|
-
* @param data.id
|
|
1915
|
-
* @param data.requestBody
|
|
1916
|
-
* @returns UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDto Success
|
|
1917
|
-
* @throws ApiError
|
|
1918
|
-
*/
|
|
1919
|
-
public putApiContractServiceRefundTablesRefundFeeDetailsById(data: PutApiContractServiceRefundTablesRefundFeeDetailsByIdData): CancelablePromise<PutApiContractServiceRefundTablesRefundFeeDetailsByIdResponse> {
|
|
1920
|
-
return this.httpRequest.request({
|
|
1921
|
-
method: 'PUT',
|
|
1922
|
-
url: '/api/contract-service/refund-tables/refund-fee-details/{id}',
|
|
1923
|
-
path: {
|
|
1924
|
-
id: data.id
|
|
1925
|
-
},
|
|
1926
|
-
body: data.requestBody,
|
|
1927
|
-
mediaType: 'application/json',
|
|
1928
|
-
errors: {
|
|
1929
|
-
400: 'Bad Request',
|
|
1930
|
-
401: 'Unauthorized',
|
|
1931
|
-
403: 'Forbidden',
|
|
1932
|
-
404: 'Not Found',
|
|
1933
|
-
500: 'Server Error',
|
|
1934
|
-
501: 'Server Error'
|
|
1935
|
-
}
|
|
1936
|
-
});
|
|
1937
|
-
}
|
|
1938
|
-
|
|
1939
|
-
/**
|
|
1940
|
-
* @param data The data for the request.
|
|
1941
|
-
* @param data.id
|
|
1942
|
-
* @returns unknown Success
|
|
1943
|
-
* @throws ApiError
|
|
1944
|
-
*/
|
|
1945
|
-
public deleteApiContractServiceRefundTablesRefundFeeDetailsById(data: DeleteApiContractServiceRefundTablesRefundFeeDetailsByIdData): CancelablePromise<DeleteApiContractServiceRefundTablesRefundFeeDetailsByIdResponse> {
|
|
1946
|
-
return this.httpRequest.request({
|
|
1947
|
-
method: 'DELETE',
|
|
1948
|
-
url: '/api/contract-service/refund-tables/refund-fee-details/{id}',
|
|
1949
|
-
path: {
|
|
1950
|
-
id: data.id
|
|
1951
|
-
},
|
|
1952
|
-
errors: {
|
|
1953
|
-
400: 'Bad Request',
|
|
1954
|
-
401: 'Unauthorized',
|
|
1955
|
-
403: 'Forbidden',
|
|
1956
|
-
404: 'Not Found',
|
|
1957
|
-
500: 'Server Error',
|
|
1958
|
-
501: 'Server Error'
|
|
1959
|
-
}
|
|
1960
|
-
});
|
|
1961
|
-
}
|
|
1962
|
-
|
|
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, PostApiContractServiceMerchantsContractsContractHeadersByIdValidateData, PostApiContractServiceMerchantsContractsContractHeadersByIdValidateResponse, GetApiContractServiceMerchantsContractsContractSettingsByIdData, GetApiContractServiceMerchantsContractsContractSettingsByIdResponse, PutApiContractServiceMerchantsContractsContractSettingsByIdData, PutApiContractServiceMerchantsContractsContractSettingsByIdResponse, DeleteApiContractServiceMerchantsContractsContractSettingsByIdData, DeleteApiContractServiceMerchantsContractsContractSettingsByIdResponse, GetApiContractServiceMerchantsContractsContractSettingsData, GetApiContractServiceMerchantsContractsContractSettingsResponse, GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData, GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsResponse, PostApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData, PostApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsResponse, GetApiContractServiceMerchantsContractsContractHeadersByIdContractStoresData, GetApiContractServiceMerchantsContractsContractHeadersByIdContractStoresResponse, PostApiContractServiceMerchantsContractsContractHeadersByIdContractStoresData, PostApiContractServiceMerchantsContractsContractHeadersByIdContractStoresResponse, GetApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsData, GetApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsResponse, PostApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsData, PostApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsResponse, PutApiContractServiceMerchantsContractsContractHeadersByIdSetDefaultSettingData, PutApiContractServiceMerchantsContractsContractHeadersByIdSetDefaultSettingResponse, PostApiContractServiceMerchantsByIdContractsContractHeadersData, PostApiContractServiceMerchantsByIdContractsContractHeadersResponse, GetApiContractServiceMerchantsByIdContractsContractHeadersData, GetApiContractServiceMerchantsByIdContractsContractHeadersResponse, DeleteApiContractServiceMerchantsContractsContractHeadersByIdData, DeleteApiContractServiceMerchantsContractsContractHeadersByIdResponse, GetApiContractServiceMerchantsContractsContractHeadersByIdData, GetApiContractServiceMerchantsContractsContractHeadersByIdResponse, PutApiContractServiceMerchantsContractsContractHeadersByIdData, PutApiContractServiceMerchantsContractsContractHeadersByIdResponse, GetApiContractServiceMerchantsContractsContractHeadersData, GetApiContractServiceMerchantsContractsContractHeadersResponse, GetApiContractServiceMerchantsContractsContractHeadersByIdGetMissingStepsData, GetApiContractServiceMerchantsContractsContractHeadersByIdGetMissingStepsResponse, PostApiContractServiceRefundPointsByIdContractsContractHeadersData, PostApiContractServiceRefundPointsByIdContractsContractHeadersResponse, GetApiContractServiceRefundPointsByIdContractsContractHeadersData, GetApiContractServiceRefundPointsByIdContractsContractHeadersResponse, DeleteApiContractServiceRefundPointsContractsContractHeadersByIdData, DeleteApiContractServiceRefundPointsContractsContractHeadersByIdResponse, GetApiContractServiceRefundPointsContractsContractHeadersByIdData, GetApiContractServiceRefundPointsContractsContractHeadersByIdResponse, PutApiContractServiceRefundPointsContractsContractHeadersByIdData, PutApiContractServiceRefundPointsContractsContractHeadersByIdResponse, PostApiContractServiceRefundPointsByIdCalculateFeesData, PostApiContractServiceRefundPointsByIdCalculateFeesResponse, GetApiContractServiceRefundPointsContractsContractHeadersData, GetApiContractServiceRefundPointsContractsContractHeadersResponse, GetApiContractServiceRefundPointsContractsContractHeadersByIdGetMissingStepsData, GetApiContractServiceRefundPointsContractsContractHeadersByIdGetMissingStepsResponse, PostApiContractServiceRefundPointsContractsContractHeadersByIdValidateData, PostApiContractServiceRefundPointsContractsContractHeadersByIdValidateResponse, GetApiContractServiceRebateTablesRebateSettingsByIdData, GetApiContractServiceRebateTablesRebateSettingsByIdResponse, PutApiContractServiceRebateTablesRebateSettingsByIdData, PutApiContractServiceRebateTablesRebateSettingsByIdResponse, PostApiContractServiceRebateTablesRebateSettingsByIdRebateTableHeadersData, PostApiContractServiceRebateTablesRebateSettingsByIdRebateTableHeadersResponse, PostApiContractServiceRebateTablesRebateSettingsByIdMinimumNetCommissionsData, PostApiContractServiceRebateTablesRebateSettingsByIdMinimumNetCommissionsResponse, GetApiContractServiceRebateTablesRebateSettingsDetailByIdData, GetApiContractServiceRebateTablesRebateSettingsDetailByIdResponse, GetApiContractServiceRebateTablesMinimumNetCommissionsByIdData, GetApiContractServiceRebateTablesMinimumNetCommissionsByIdResponse, PutApiContractServiceRebateTablesMinimumNetCommissionsByIdData, PutApiContractServiceRebateTablesMinimumNetCommissionsByIdResponse, DeleteApiContractServiceRebateTablesMinimumNetCommissionsByIdData, DeleteApiContractServiceRebateTablesMinimumNetCommissionsByIdResponse, GetApiContractServiceRebateTablesMinimumNetCommissionsData, GetApiContractServiceRebateTablesMinimumNetCommissionsResponse, GetApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdData, GetApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdResponse, PutApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdData, PutApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdResponse, DeleteApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdData, DeleteApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdResponse, PostApiContractServiceRebateTablesRebateTableHeadersByIdProcessingFeeDetailsData, PostApiContractServiceRebateTablesRebateTableHeadersByIdProcessingFeeDetailsResponse, GetApiContractServiceRebateTablesRebateTableDetailsByIdData, GetApiContractServiceRebateTablesRebateTableDetailsByIdResponse, PutApiContractServiceRebateTablesRebateTableDetailsByIdData, PutApiContractServiceRebateTablesRebateTableDetailsByIdResponse, DeleteApiContractServiceRebateTablesRebateTableDetailsByIdData, DeleteApiContractServiceRebateTablesRebateTableDetailsByIdResponse, GetApiContractServiceRebateTablesRebateTableDetailsData, GetApiContractServiceRebateTablesRebateTableDetailsResponse, GetApiContractServiceRebateTablesRebateTableHeadersByIdData, GetApiContractServiceRebateTablesRebateTableHeadersByIdResponse, PutApiContractServiceRebateTablesRebateTableHeadersByIdData, PutApiContractServiceRebateTablesRebateTableHeadersByIdResponse, DeleteApiContractServiceRebateTablesRebateTableHeadersByIdData, DeleteApiContractServiceRebateTablesRebateTableHeadersByIdResponse, GetApiContractServiceRebateTablesRebateTableHeadersTemplatesData, GetApiContractServiceRebateTablesRebateTableHeadersTemplatesResponse, PostApiContractServiceRebateTablesRebateTableHeadersTemplatesData, PostApiContractServiceRebateTablesRebateTableHeadersTemplatesResponse, PostApiContractServiceRebateTablesRebateTableHeadersByIdRebateTableDetailsData, PostApiContractServiceRebateTablesRebateTableHeadersByIdRebateTableDetailsResponse, GetApiContractServiceRefundTablesRefundTableHeadersByIdData, GetApiContractServiceRefundTablesRefundTableHeadersByIdResponse, PutApiContractServiceRefundTablesRefundTableHeadersByIdData, PutApiContractServiceRefundTablesRefundTableHeadersByIdResponse, DeleteApiContractServiceRefundTablesRefundTableHeadersByIdData, DeleteApiContractServiceRefundTablesRefundTableHeadersByIdResponse, GetApiContractServiceRefundTablesRefundTableHeadersData, GetApiContractServiceRefundTablesRefundTableHeadersResponse, PostApiContractServiceRefundTablesRefundTableHeadersData, PostApiContractServiceRefundTablesRefundTableHeadersResponse, GetApiContractServiceRefundTablesRefundTableHeadersMerchantsByIdData, GetApiContractServiceRefundTablesRefundTableHeadersMerchantsByIdResponse, PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetailsData, PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetailsResponse, GetApiContractServiceRefundTablesRefundTableDetailsByIdData, GetApiContractServiceRefundTablesRefundTableDetailsByIdResponse, DeleteApiContractServiceRefundTablesRefundTableDetailsByIdData, DeleteApiContractServiceRefundTablesRefundTableDetailsByIdResponse, GetApiContractServiceRefundTablesRefundFeeHeadersByIdData, GetApiContractServiceRefundTablesRefundFeeHeadersByIdResponse, PutApiContractServiceRefundTablesRefundFeeHeadersByIdData, PutApiContractServiceRefundTablesRefundFeeHeadersByIdResponse, DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdData, DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdResponse, GetApiContractServiceRefundTablesRefundFeeHeadersRefundPointsByIdData, GetApiContractServiceRefundTablesRefundFeeHeadersRefundPointsByIdResponse, GetApiContractServiceRefundTablesRefundFeeHeadersData, GetApiContractServiceRefundTablesRefundFeeHeadersResponse, PostApiContractServiceRefundTablesRefundFeeHeadersData, PostApiContractServiceRefundTablesRefundFeeHeadersResponse, GetApiContractServiceRefundTablesRefundFeeHeadersDetailByIdData, GetApiContractServiceRefundTablesRefundFeeHeadersDetailByIdResponse, PostApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetailsData, PostApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetailsResponse, GetApiContractServiceRefundTablesRefundFeeDetailsByIdData, GetApiContractServiceRefundTablesRefundFeeDetailsByIdResponse, PutApiContractServiceRefundTablesRefundFeeDetailsByIdData, PutApiContractServiceRefundTablesRefundFeeDetailsByIdResponse, DeleteApiContractServiceRefundTablesRefundFeeDetailsByIdData, DeleteApiContractServiceRefundTablesRefundFeeDetailsByIdResponse } 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 ContractsMerchantService {
|
|
97
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* @param data The data for the request.
|
|
101
|
+
* @param data.id
|
|
102
|
+
* @returns boolean Success
|
|
103
|
+
* @throws ApiError
|
|
104
|
+
*/
|
|
105
|
+
public postApiContractServiceMerchantsContractsContractHeadersByIdValidate(data: PostApiContractServiceMerchantsContractsContractHeadersByIdValidateData): CancelablePromise<PostApiContractServiceMerchantsContractsContractHeadersByIdValidateResponse> {
|
|
106
|
+
return this.httpRequest.request({
|
|
107
|
+
method: 'POST',
|
|
108
|
+
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/validate',
|
|
109
|
+
path: {
|
|
110
|
+
id: data.id
|
|
111
|
+
},
|
|
112
|
+
errors: {
|
|
113
|
+
400: 'Bad Request',
|
|
114
|
+
401: 'Unauthorized',
|
|
115
|
+
403: 'Forbidden',
|
|
116
|
+
404: 'Not Found',
|
|
117
|
+
500: 'Server Error',
|
|
118
|
+
501: 'Server Error'
|
|
119
|
+
}
|
|
120
|
+
});
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* @param data The data for the request.
|
|
125
|
+
* @param data.id
|
|
126
|
+
* @returns UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto Success
|
|
127
|
+
* @throws ApiError
|
|
128
|
+
*/
|
|
129
|
+
public getApiContractServiceMerchantsContractsContractSettingsById(data: GetApiContractServiceMerchantsContractsContractSettingsByIdData): CancelablePromise<GetApiContractServiceMerchantsContractsContractSettingsByIdResponse> {
|
|
130
|
+
return this.httpRequest.request({
|
|
131
|
+
method: 'GET',
|
|
132
|
+
url: '/api/contract-service/merchants/contracts/contract-settings/{id}',
|
|
133
|
+
path: {
|
|
134
|
+
id: data.id
|
|
135
|
+
},
|
|
136
|
+
errors: {
|
|
137
|
+
400: 'Bad Request',
|
|
138
|
+
401: 'Unauthorized',
|
|
139
|
+
403: 'Forbidden',
|
|
140
|
+
404: 'Not Found',
|
|
141
|
+
500: 'Server Error',
|
|
142
|
+
501: 'Server Error'
|
|
143
|
+
}
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* @param data The data for the request.
|
|
149
|
+
* @param data.id
|
|
150
|
+
* @param data.requestBody
|
|
151
|
+
* @returns UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto Success
|
|
152
|
+
* @throws ApiError
|
|
153
|
+
*/
|
|
154
|
+
public putApiContractServiceMerchantsContractsContractSettingsById(data: PutApiContractServiceMerchantsContractsContractSettingsByIdData): CancelablePromise<PutApiContractServiceMerchantsContractsContractSettingsByIdResponse> {
|
|
155
|
+
return this.httpRequest.request({
|
|
156
|
+
method: 'PUT',
|
|
157
|
+
url: '/api/contract-service/merchants/contracts/contract-settings/{id}',
|
|
158
|
+
path: {
|
|
159
|
+
id: data.id
|
|
160
|
+
},
|
|
161
|
+
body: data.requestBody,
|
|
162
|
+
mediaType: 'application/json',
|
|
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
|
+
* @returns unknown Success
|
|
178
|
+
* @throws ApiError
|
|
179
|
+
*/
|
|
180
|
+
public deleteApiContractServiceMerchantsContractsContractSettingsById(data: DeleteApiContractServiceMerchantsContractsContractSettingsByIdData): CancelablePromise<DeleteApiContractServiceMerchantsContractsContractSettingsByIdResponse> {
|
|
181
|
+
return this.httpRequest.request({
|
|
182
|
+
method: 'DELETE',
|
|
183
|
+
url: '/api/contract-service/merchants/contracts/contract-settings/{id}',
|
|
184
|
+
path: {
|
|
185
|
+
id: data.id
|
|
186
|
+
},
|
|
187
|
+
errors: {
|
|
188
|
+
400: 'Bad Request',
|
|
189
|
+
401: 'Unauthorized',
|
|
190
|
+
403: 'Forbidden',
|
|
191
|
+
404: 'Not Found',
|
|
192
|
+
500: 'Server Error',
|
|
193
|
+
501: 'Server Error'
|
|
194
|
+
}
|
|
195
|
+
});
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* @param data The data for the request.
|
|
200
|
+
* @param data.sorting
|
|
201
|
+
* @param data.skipCount
|
|
202
|
+
* @param data.maxResultCount
|
|
203
|
+
* @returns PagedResultDto_ContractSettingDto Success
|
|
204
|
+
* @throws ApiError
|
|
205
|
+
*/
|
|
206
|
+
public getApiContractServiceMerchantsContractsContractSettings(data: GetApiContractServiceMerchantsContractsContractSettingsData = {}): CancelablePromise<GetApiContractServiceMerchantsContractsContractSettingsResponse> {
|
|
207
|
+
return this.httpRequest.request({
|
|
208
|
+
method: 'GET',
|
|
209
|
+
url: '/api/contract-service/merchants/contracts/contract-settings',
|
|
210
|
+
query: {
|
|
211
|
+
Sorting: data.sorting,
|
|
212
|
+
SkipCount: data.skipCount,
|
|
213
|
+
MaxResultCount: data.maxResultCount
|
|
214
|
+
},
|
|
215
|
+
errors: {
|
|
216
|
+
400: 'Bad Request',
|
|
217
|
+
401: 'Unauthorized',
|
|
218
|
+
403: 'Forbidden',
|
|
219
|
+
404: 'Not Found',
|
|
220
|
+
500: 'Server Error',
|
|
221
|
+
501: 'Server Error'
|
|
222
|
+
}
|
|
223
|
+
});
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* @param data The data for the request.
|
|
228
|
+
* @param data.id
|
|
229
|
+
* @param data.sorting
|
|
230
|
+
* @param data.skipCount
|
|
231
|
+
* @param data.maxResultCount
|
|
232
|
+
* @returns PagedResultDto_ContractSettingDto Success
|
|
233
|
+
* @throws ApiError
|
|
234
|
+
*/
|
|
235
|
+
public getApiContractServiceMerchantsContractsContractHeadersByIdContractSettings(data: GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData): CancelablePromise<GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsResponse> {
|
|
236
|
+
return this.httpRequest.request({
|
|
237
|
+
method: 'GET',
|
|
238
|
+
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/contract-settings',
|
|
239
|
+
path: {
|
|
240
|
+
id: data.id
|
|
241
|
+
},
|
|
242
|
+
query: {
|
|
243
|
+
Sorting: data.sorting,
|
|
244
|
+
SkipCount: data.skipCount,
|
|
245
|
+
MaxResultCount: data.maxResultCount
|
|
246
|
+
},
|
|
247
|
+
errors: {
|
|
248
|
+
400: 'Bad Request',
|
|
249
|
+
401: 'Unauthorized',
|
|
250
|
+
403: 'Forbidden',
|
|
251
|
+
404: 'Not Found',
|
|
252
|
+
500: 'Server Error',
|
|
253
|
+
501: 'Server Error'
|
|
254
|
+
}
|
|
255
|
+
});
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
/**
|
|
259
|
+
* @param data The data for the request.
|
|
260
|
+
* @param data.id
|
|
261
|
+
* @param data.requestBody
|
|
262
|
+
* @returns UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto Success
|
|
263
|
+
* @throws ApiError
|
|
264
|
+
*/
|
|
265
|
+
public postApiContractServiceMerchantsContractsContractHeadersByIdContractSettings(data: PostApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData): CancelablePromise<PostApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsResponse> {
|
|
266
|
+
return this.httpRequest.request({
|
|
267
|
+
method: 'POST',
|
|
268
|
+
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/contract-settings',
|
|
269
|
+
path: {
|
|
270
|
+
id: data.id
|
|
271
|
+
},
|
|
272
|
+
body: data.requestBody,
|
|
273
|
+
mediaType: 'application/json',
|
|
274
|
+
errors: {
|
|
275
|
+
400: 'Bad Request',
|
|
276
|
+
401: 'Unauthorized',
|
|
277
|
+
403: 'Forbidden',
|
|
278
|
+
404: 'Not Found',
|
|
279
|
+
500: 'Server Error',
|
|
280
|
+
501: 'Server Error'
|
|
281
|
+
}
|
|
282
|
+
});
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* @param data The data for the request.
|
|
287
|
+
* @param data.id
|
|
288
|
+
* @param data.sorting
|
|
289
|
+
* @param data.skipCount
|
|
290
|
+
* @param data.maxResultCount
|
|
291
|
+
* @returns PagedResultDto_ContractStoreDetailedDto Success
|
|
292
|
+
* @throws ApiError
|
|
293
|
+
*/
|
|
294
|
+
public getApiContractServiceMerchantsContractsContractHeadersByIdContractStores(data: GetApiContractServiceMerchantsContractsContractHeadersByIdContractStoresData): CancelablePromise<GetApiContractServiceMerchantsContractsContractHeadersByIdContractStoresResponse> {
|
|
295
|
+
return this.httpRequest.request({
|
|
296
|
+
method: 'GET',
|
|
297
|
+
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/contract-stores',
|
|
298
|
+
path: {
|
|
299
|
+
id: data.id
|
|
300
|
+
},
|
|
301
|
+
query: {
|
|
302
|
+
Sorting: data.sorting,
|
|
303
|
+
SkipCount: data.skipCount,
|
|
304
|
+
MaxResultCount: data.maxResultCount
|
|
305
|
+
},
|
|
306
|
+
errors: {
|
|
307
|
+
400: 'Bad Request',
|
|
308
|
+
401: 'Unauthorized',
|
|
309
|
+
403: 'Forbidden',
|
|
310
|
+
404: 'Not Found',
|
|
311
|
+
500: 'Server Error',
|
|
312
|
+
501: 'Server Error'
|
|
313
|
+
}
|
|
314
|
+
});
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* @param data The data for the request.
|
|
319
|
+
* @param data.id
|
|
320
|
+
* @param data.requestBody
|
|
321
|
+
* @returns UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreDto Success
|
|
322
|
+
* @throws ApiError
|
|
323
|
+
*/
|
|
324
|
+
public postApiContractServiceMerchantsContractsContractHeadersByIdContractStores(data: PostApiContractServiceMerchantsContractsContractHeadersByIdContractStoresData): CancelablePromise<PostApiContractServiceMerchantsContractsContractHeadersByIdContractStoresResponse> {
|
|
325
|
+
return this.httpRequest.request({
|
|
326
|
+
method: 'POST',
|
|
327
|
+
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/contract-stores',
|
|
328
|
+
path: {
|
|
329
|
+
id: data.id
|
|
330
|
+
},
|
|
331
|
+
body: data.requestBody,
|
|
332
|
+
mediaType: 'application/json',
|
|
333
|
+
errors: {
|
|
334
|
+
400: 'Bad Request',
|
|
335
|
+
401: 'Unauthorized',
|
|
336
|
+
403: 'Forbidden',
|
|
337
|
+
404: 'Not Found',
|
|
338
|
+
500: 'Server Error',
|
|
339
|
+
501: 'Server Error'
|
|
340
|
+
}
|
|
341
|
+
});
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
/**
|
|
345
|
+
* @param data The data for the request.
|
|
346
|
+
* @param data.id
|
|
347
|
+
* @returns UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto Success
|
|
348
|
+
* @throws ApiError
|
|
349
|
+
*/
|
|
350
|
+
public getApiContractServiceMerchantsContractsContractHeadersByIdRebateSettings(data: GetApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsData): CancelablePromise<GetApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsResponse> {
|
|
351
|
+
return this.httpRequest.request({
|
|
352
|
+
method: 'GET',
|
|
353
|
+
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/rebate-settings',
|
|
354
|
+
path: {
|
|
355
|
+
id: data.id
|
|
356
|
+
},
|
|
357
|
+
errors: {
|
|
358
|
+
400: 'Bad Request',
|
|
359
|
+
401: 'Unauthorized',
|
|
360
|
+
403: 'Forbidden',
|
|
361
|
+
404: 'Not Found',
|
|
362
|
+
500: 'Server Error',
|
|
363
|
+
501: 'Server Error'
|
|
364
|
+
}
|
|
365
|
+
});
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
/**
|
|
369
|
+
* @param data The data for the request.
|
|
370
|
+
* @param data.id
|
|
371
|
+
* @param data.requestBody
|
|
372
|
+
* @returns UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto Success
|
|
373
|
+
* @throws ApiError
|
|
374
|
+
*/
|
|
375
|
+
public postApiContractServiceMerchantsContractsContractHeadersByIdRebateSettings(data: PostApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsData): CancelablePromise<PostApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsResponse> {
|
|
376
|
+
return this.httpRequest.request({
|
|
377
|
+
method: 'POST',
|
|
378
|
+
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/rebate-settings',
|
|
379
|
+
path: {
|
|
380
|
+
id: data.id
|
|
381
|
+
},
|
|
382
|
+
body: data.requestBody,
|
|
383
|
+
mediaType: 'application/json',
|
|
384
|
+
errors: {
|
|
385
|
+
400: 'Bad Request',
|
|
386
|
+
401: 'Unauthorized',
|
|
387
|
+
403: 'Forbidden',
|
|
388
|
+
404: 'Not Found',
|
|
389
|
+
500: 'Server Error',
|
|
390
|
+
501: 'Server Error'
|
|
391
|
+
}
|
|
392
|
+
});
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
/**
|
|
396
|
+
* @param data The data for the request.
|
|
397
|
+
* @param data.id
|
|
398
|
+
* @param data.requestBody
|
|
399
|
+
* @returns UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto Success
|
|
400
|
+
* @throws ApiError
|
|
401
|
+
*/
|
|
402
|
+
public putApiContractServiceMerchantsContractsContractHeadersByIdSetDefaultSetting(data: PutApiContractServiceMerchantsContractsContractHeadersByIdSetDefaultSettingData): CancelablePromise<PutApiContractServiceMerchantsContractsContractHeadersByIdSetDefaultSettingResponse> {
|
|
403
|
+
return this.httpRequest.request({
|
|
404
|
+
method: 'PUT',
|
|
405
|
+
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/set-default-setting',
|
|
406
|
+
path: {
|
|
407
|
+
id: data.id
|
|
408
|
+
},
|
|
409
|
+
body: data.requestBody,
|
|
410
|
+
mediaType: 'application/json',
|
|
411
|
+
errors: {
|
|
412
|
+
400: 'Bad Request',
|
|
413
|
+
401: 'Unauthorized',
|
|
414
|
+
403: 'Forbidden',
|
|
415
|
+
404: 'Not Found',
|
|
416
|
+
500: 'Server Error',
|
|
417
|
+
501: 'Server Error'
|
|
418
|
+
}
|
|
419
|
+
});
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
/**
|
|
423
|
+
* @param data The data for the request.
|
|
424
|
+
* @param data.id
|
|
425
|
+
* @param data.requestBody
|
|
426
|
+
* @returns UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantDto Success
|
|
427
|
+
* @throws ApiError
|
|
428
|
+
*/
|
|
429
|
+
public postApiContractServiceMerchantsByIdContractsContractHeaders(data: PostApiContractServiceMerchantsByIdContractsContractHeadersData): CancelablePromise<PostApiContractServiceMerchantsByIdContractsContractHeadersResponse> {
|
|
430
|
+
return this.httpRequest.request({
|
|
431
|
+
method: 'POST',
|
|
432
|
+
url: '/api/contract-service/merchants/{id}/contracts/contract-headers',
|
|
433
|
+
path: {
|
|
434
|
+
id: data.id
|
|
435
|
+
},
|
|
436
|
+
body: data.requestBody,
|
|
437
|
+
mediaType: 'application/json',
|
|
438
|
+
errors: {
|
|
439
|
+
400: 'Bad Request',
|
|
440
|
+
401: 'Unauthorized',
|
|
441
|
+
403: 'Forbidden',
|
|
442
|
+
404: 'Not Found',
|
|
443
|
+
500: 'Server Error',
|
|
444
|
+
501: 'Server Error'
|
|
445
|
+
}
|
|
446
|
+
});
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
/**
|
|
450
|
+
* @param data The data for the request.
|
|
451
|
+
* @param data.id
|
|
452
|
+
* @param data.isDraft
|
|
453
|
+
* @param data.sorting
|
|
454
|
+
* @param data.skipCount
|
|
455
|
+
* @param data.maxResultCount
|
|
456
|
+
* @returns PagedResultDto_ContractHeaderDetailForMerchantDto Success
|
|
457
|
+
* @throws ApiError
|
|
458
|
+
*/
|
|
459
|
+
public getApiContractServiceMerchantsByIdContractsContractHeaders(data: GetApiContractServiceMerchantsByIdContractsContractHeadersData): CancelablePromise<GetApiContractServiceMerchantsByIdContractsContractHeadersResponse> {
|
|
460
|
+
return this.httpRequest.request({
|
|
461
|
+
method: 'GET',
|
|
462
|
+
url: '/api/contract-service/merchants/{id}/contracts/contract-headers',
|
|
463
|
+
path: {
|
|
464
|
+
id: data.id
|
|
465
|
+
},
|
|
466
|
+
query: {
|
|
467
|
+
IsDraft: data.isDraft,
|
|
468
|
+
Sorting: data.sorting,
|
|
469
|
+
SkipCount: data.skipCount,
|
|
470
|
+
MaxResultCount: data.maxResultCount
|
|
471
|
+
},
|
|
472
|
+
errors: {
|
|
473
|
+
400: 'Bad Request',
|
|
474
|
+
401: 'Unauthorized',
|
|
475
|
+
403: 'Forbidden',
|
|
476
|
+
404: 'Not Found',
|
|
477
|
+
500: 'Server Error',
|
|
478
|
+
501: 'Server Error'
|
|
479
|
+
}
|
|
480
|
+
});
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
/**
|
|
484
|
+
* @param data The data for the request.
|
|
485
|
+
* @param data.id
|
|
486
|
+
* @returns unknown Success
|
|
487
|
+
* @throws ApiError
|
|
488
|
+
*/
|
|
489
|
+
public deleteApiContractServiceMerchantsContractsContractHeadersById(data: DeleteApiContractServiceMerchantsContractsContractHeadersByIdData): CancelablePromise<DeleteApiContractServiceMerchantsContractsContractHeadersByIdResponse> {
|
|
490
|
+
return this.httpRequest.request({
|
|
491
|
+
method: 'DELETE',
|
|
492
|
+
url: '/api/contract-service/merchants/contracts/contract-headers/{id}',
|
|
493
|
+
path: {
|
|
494
|
+
id: data.id
|
|
495
|
+
},
|
|
496
|
+
errors: {
|
|
497
|
+
400: 'Bad Request',
|
|
498
|
+
401: 'Unauthorized',
|
|
499
|
+
403: 'Forbidden',
|
|
500
|
+
404: 'Not Found',
|
|
501
|
+
500: 'Server Error',
|
|
502
|
+
501: 'Server Error'
|
|
503
|
+
}
|
|
504
|
+
});
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
/**
|
|
508
|
+
* @param data The data for the request.
|
|
509
|
+
* @param data.id
|
|
510
|
+
* @returns UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderDetailForMerchantDto Success
|
|
511
|
+
* @throws ApiError
|
|
512
|
+
*/
|
|
513
|
+
public getApiContractServiceMerchantsContractsContractHeadersById(data: GetApiContractServiceMerchantsContractsContractHeadersByIdData): CancelablePromise<GetApiContractServiceMerchantsContractsContractHeadersByIdResponse> {
|
|
514
|
+
return this.httpRequest.request({
|
|
515
|
+
method: 'GET',
|
|
516
|
+
url: '/api/contract-service/merchants/contracts/contract-headers/{id}',
|
|
517
|
+
path: {
|
|
518
|
+
id: data.id
|
|
519
|
+
},
|
|
520
|
+
errors: {
|
|
521
|
+
400: 'Bad Request',
|
|
522
|
+
401: 'Unauthorized',
|
|
523
|
+
403: 'Forbidden',
|
|
524
|
+
404: 'Not Found',
|
|
525
|
+
500: 'Server Error',
|
|
526
|
+
501: 'Server Error'
|
|
527
|
+
}
|
|
528
|
+
});
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
/**
|
|
532
|
+
* @param data The data for the request.
|
|
533
|
+
* @param data.id
|
|
534
|
+
* @param data.requestBody
|
|
535
|
+
* @returns UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderDetailForMerchantDto Success
|
|
536
|
+
* @throws ApiError
|
|
537
|
+
*/
|
|
538
|
+
public putApiContractServiceMerchantsContractsContractHeadersById(data: PutApiContractServiceMerchantsContractsContractHeadersByIdData): CancelablePromise<PutApiContractServiceMerchantsContractsContractHeadersByIdResponse> {
|
|
539
|
+
return this.httpRequest.request({
|
|
540
|
+
method: 'PUT',
|
|
541
|
+
url: '/api/contract-service/merchants/contracts/contract-headers/{id}',
|
|
542
|
+
path: {
|
|
543
|
+
id: data.id
|
|
544
|
+
},
|
|
545
|
+
body: data.requestBody,
|
|
546
|
+
mediaType: 'application/json',
|
|
547
|
+
errors: {
|
|
548
|
+
400: 'Bad Request',
|
|
549
|
+
401: 'Unauthorized',
|
|
550
|
+
403: 'Forbidden',
|
|
551
|
+
404: 'Not Found',
|
|
552
|
+
500: 'Server Error',
|
|
553
|
+
501: 'Server Error'
|
|
554
|
+
}
|
|
555
|
+
});
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
/**
|
|
559
|
+
* @param data The data for the request.
|
|
560
|
+
* @param data.isDraft
|
|
561
|
+
* @param data.sorting
|
|
562
|
+
* @param data.skipCount
|
|
563
|
+
* @param data.maxResultCount
|
|
564
|
+
* @returns PagedResultDto_ContractHeaderForMerchantDto Success
|
|
565
|
+
* @throws ApiError
|
|
566
|
+
*/
|
|
567
|
+
public getApiContractServiceMerchantsContractsContractHeaders(data: GetApiContractServiceMerchantsContractsContractHeadersData = {}): CancelablePromise<GetApiContractServiceMerchantsContractsContractHeadersResponse> {
|
|
568
|
+
return this.httpRequest.request({
|
|
569
|
+
method: 'GET',
|
|
570
|
+
url: '/api/contract-service/merchants/contracts/contract-headers',
|
|
571
|
+
query: {
|
|
572
|
+
IsDraft: data.isDraft,
|
|
573
|
+
Sorting: data.sorting,
|
|
574
|
+
SkipCount: data.skipCount,
|
|
575
|
+
MaxResultCount: data.maxResultCount
|
|
576
|
+
},
|
|
577
|
+
errors: {
|
|
578
|
+
400: 'Bad Request',
|
|
579
|
+
401: 'Unauthorized',
|
|
580
|
+
403: 'Forbidden',
|
|
581
|
+
404: 'Not Found',
|
|
582
|
+
500: 'Server Error',
|
|
583
|
+
501: 'Server Error'
|
|
584
|
+
}
|
|
585
|
+
});
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
/**
|
|
589
|
+
* @param data The data for the request.
|
|
590
|
+
* @param data.id
|
|
591
|
+
* @returns UniRefund_ContractService_Enums_ContractHeaderForMerchantDraftMissingSteps Success
|
|
592
|
+
* @throws ApiError
|
|
593
|
+
*/
|
|
594
|
+
public getApiContractServiceMerchantsContractsContractHeadersByIdGetMissingSteps(data: GetApiContractServiceMerchantsContractsContractHeadersByIdGetMissingStepsData): CancelablePromise<GetApiContractServiceMerchantsContractsContractHeadersByIdGetMissingStepsResponse> {
|
|
595
|
+
return this.httpRequest.request({
|
|
596
|
+
method: 'GET',
|
|
597
|
+
url: '/api/contract-service/merchants/contracts/contract-headers/{id}/get-missing-steps',
|
|
598
|
+
path: {
|
|
599
|
+
id: data.id
|
|
600
|
+
},
|
|
601
|
+
errors: {
|
|
602
|
+
400: 'Bad Request',
|
|
603
|
+
401: 'Unauthorized',
|
|
604
|
+
403: 'Forbidden',
|
|
605
|
+
404: 'Not Found',
|
|
606
|
+
500: 'Server Error',
|
|
607
|
+
501: 'Server Error'
|
|
608
|
+
}
|
|
609
|
+
});
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
export class ContractsRefundPointService {
|
|
615
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
616
|
+
|
|
617
|
+
/**
|
|
618
|
+
* @param data The data for the request.
|
|
619
|
+
* @param data.id
|
|
620
|
+
* @param data.requestBody
|
|
621
|
+
* @returns UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderForRefundPointDto Success
|
|
622
|
+
* @throws ApiError
|
|
623
|
+
*/
|
|
624
|
+
public postApiContractServiceRefundPointsByIdContractsContractHeaders(data: PostApiContractServiceRefundPointsByIdContractsContractHeadersData): CancelablePromise<PostApiContractServiceRefundPointsByIdContractsContractHeadersResponse> {
|
|
625
|
+
return this.httpRequest.request({
|
|
626
|
+
method: 'POST',
|
|
627
|
+
url: '/api/contract-service/refund-points/{id}/contracts/contract-headers',
|
|
628
|
+
path: {
|
|
629
|
+
id: data.id
|
|
630
|
+
},
|
|
631
|
+
body: data.requestBody,
|
|
632
|
+
mediaType: 'application/json',
|
|
633
|
+
errors: {
|
|
634
|
+
400: 'Bad Request',
|
|
635
|
+
401: 'Unauthorized',
|
|
636
|
+
403: 'Forbidden',
|
|
637
|
+
404: 'Not Found',
|
|
638
|
+
500: 'Server Error',
|
|
639
|
+
501: 'Server Error'
|
|
640
|
+
}
|
|
641
|
+
});
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
/**
|
|
645
|
+
* @param data The data for the request.
|
|
646
|
+
* @param data.id
|
|
647
|
+
* @param data.isDraft
|
|
648
|
+
* @param data.sorting
|
|
649
|
+
* @param data.skipCount
|
|
650
|
+
* @param data.maxResultCount
|
|
651
|
+
* @returns PagedResultDto_ContractHeaderDetailForRefundPointDto Success
|
|
652
|
+
* @throws ApiError
|
|
653
|
+
*/
|
|
654
|
+
public getApiContractServiceRefundPointsByIdContractsContractHeaders(data: GetApiContractServiceRefundPointsByIdContractsContractHeadersData): CancelablePromise<GetApiContractServiceRefundPointsByIdContractsContractHeadersResponse> {
|
|
655
|
+
return this.httpRequest.request({
|
|
656
|
+
method: 'GET',
|
|
657
|
+
url: '/api/contract-service/refund-points/{id}/contracts/contract-headers',
|
|
658
|
+
path: {
|
|
659
|
+
id: data.id
|
|
660
|
+
},
|
|
661
|
+
query: {
|
|
662
|
+
IsDraft: data.isDraft,
|
|
663
|
+
Sorting: data.sorting,
|
|
664
|
+
SkipCount: data.skipCount,
|
|
665
|
+
MaxResultCount: data.maxResultCount
|
|
666
|
+
},
|
|
667
|
+
errors: {
|
|
668
|
+
400: 'Bad Request',
|
|
669
|
+
401: 'Unauthorized',
|
|
670
|
+
403: 'Forbidden',
|
|
671
|
+
404: 'Not Found',
|
|
672
|
+
500: 'Server Error',
|
|
673
|
+
501: 'Server Error'
|
|
674
|
+
}
|
|
675
|
+
});
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
/**
|
|
679
|
+
* @param data The data for the request.
|
|
680
|
+
* @param data.id
|
|
681
|
+
* @returns unknown Success
|
|
682
|
+
* @throws ApiError
|
|
683
|
+
*/
|
|
684
|
+
public deleteApiContractServiceRefundPointsContractsContractHeadersById(data: DeleteApiContractServiceRefundPointsContractsContractHeadersByIdData): CancelablePromise<DeleteApiContractServiceRefundPointsContractsContractHeadersByIdResponse> {
|
|
685
|
+
return this.httpRequest.request({
|
|
686
|
+
method: 'DELETE',
|
|
687
|
+
url: '/api/contract-service/refund-points/contracts/contract-headers/{id}',
|
|
688
|
+
path: {
|
|
689
|
+
id: data.id
|
|
690
|
+
},
|
|
691
|
+
errors: {
|
|
692
|
+
400: 'Bad Request',
|
|
693
|
+
401: 'Unauthorized',
|
|
694
|
+
403: 'Forbidden',
|
|
695
|
+
404: 'Not Found',
|
|
696
|
+
500: 'Server Error',
|
|
697
|
+
501: 'Server Error'
|
|
698
|
+
}
|
|
699
|
+
});
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
/**
|
|
703
|
+
* @param data The data for the request.
|
|
704
|
+
* @param data.id
|
|
705
|
+
* @returns UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderDetailForRefundPointDto Success
|
|
706
|
+
* @throws ApiError
|
|
707
|
+
*/
|
|
708
|
+
public getApiContractServiceRefundPointsContractsContractHeadersById(data: GetApiContractServiceRefundPointsContractsContractHeadersByIdData): CancelablePromise<GetApiContractServiceRefundPointsContractsContractHeadersByIdResponse> {
|
|
709
|
+
return this.httpRequest.request({
|
|
710
|
+
method: 'GET',
|
|
711
|
+
url: '/api/contract-service/refund-points/contracts/contract-headers/{id}',
|
|
712
|
+
path: {
|
|
713
|
+
id: data.id
|
|
714
|
+
},
|
|
715
|
+
errors: {
|
|
716
|
+
400: 'Bad Request',
|
|
717
|
+
401: 'Unauthorized',
|
|
718
|
+
403: 'Forbidden',
|
|
719
|
+
404: 'Not Found',
|
|
720
|
+
500: 'Server Error',
|
|
721
|
+
501: 'Server Error'
|
|
722
|
+
}
|
|
723
|
+
});
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
/**
|
|
727
|
+
* @param data The data for the request.
|
|
728
|
+
* @param data.id
|
|
729
|
+
* @param data.requestBody
|
|
730
|
+
* @returns UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderDetailForRefundPointDto Success
|
|
731
|
+
* @throws ApiError
|
|
732
|
+
*/
|
|
733
|
+
public putApiContractServiceRefundPointsContractsContractHeadersById(data: PutApiContractServiceRefundPointsContractsContractHeadersByIdData): CancelablePromise<PutApiContractServiceRefundPointsContractsContractHeadersByIdResponse> {
|
|
734
|
+
return this.httpRequest.request({
|
|
735
|
+
method: 'PUT',
|
|
736
|
+
url: '/api/contract-service/refund-points/contracts/contract-headers/{id}',
|
|
737
|
+
path: {
|
|
738
|
+
id: data.id
|
|
739
|
+
},
|
|
740
|
+
body: data.requestBody,
|
|
741
|
+
mediaType: 'application/json',
|
|
742
|
+
errors: {
|
|
743
|
+
400: 'Bad Request',
|
|
744
|
+
401: 'Unauthorized',
|
|
745
|
+
403: 'Forbidden',
|
|
746
|
+
404: 'Not Found',
|
|
747
|
+
500: 'Server Error',
|
|
748
|
+
501: 'Server Error'
|
|
749
|
+
}
|
|
750
|
+
});
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
/**
|
|
754
|
+
* @param data The data for the request.
|
|
755
|
+
* @param data.id
|
|
756
|
+
* @param data.requestBody
|
|
757
|
+
* @returns UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_CalculateFeesForRefundResponseDto Success
|
|
758
|
+
* @throws ApiError
|
|
759
|
+
*/
|
|
760
|
+
public postApiContractServiceRefundPointsByIdCalculateFees(data: PostApiContractServiceRefundPointsByIdCalculateFeesData): CancelablePromise<PostApiContractServiceRefundPointsByIdCalculateFeesResponse> {
|
|
761
|
+
return this.httpRequest.request({
|
|
762
|
+
method: 'POST',
|
|
763
|
+
url: '/api/contract-service/refund-points/{id}/calculate-fees',
|
|
764
|
+
path: {
|
|
765
|
+
id: data.id
|
|
766
|
+
},
|
|
767
|
+
body: data.requestBody,
|
|
768
|
+
mediaType: 'application/json',
|
|
769
|
+
errors: {
|
|
770
|
+
400: 'Bad Request',
|
|
771
|
+
401: 'Unauthorized',
|
|
772
|
+
403: 'Forbidden',
|
|
773
|
+
404: 'Not Found',
|
|
774
|
+
500: 'Server Error',
|
|
775
|
+
501: 'Server Error'
|
|
776
|
+
}
|
|
777
|
+
});
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
/**
|
|
781
|
+
* @param data The data for the request.
|
|
782
|
+
* @param data.isDraft
|
|
783
|
+
* @param data.sorting
|
|
784
|
+
* @param data.skipCount
|
|
785
|
+
* @param data.maxResultCount
|
|
786
|
+
* @returns PagedResultDto_ContractHeaderForRefundPointDto Success
|
|
787
|
+
* @throws ApiError
|
|
788
|
+
*/
|
|
789
|
+
public getApiContractServiceRefundPointsContractsContractHeaders(data: GetApiContractServiceRefundPointsContractsContractHeadersData = {}): CancelablePromise<GetApiContractServiceRefundPointsContractsContractHeadersResponse> {
|
|
790
|
+
return this.httpRequest.request({
|
|
791
|
+
method: 'GET',
|
|
792
|
+
url: '/api/contract-service/refund-points/contracts/contract-headers',
|
|
793
|
+
query: {
|
|
794
|
+
IsDraft: data.isDraft,
|
|
795
|
+
Sorting: data.sorting,
|
|
796
|
+
SkipCount: data.skipCount,
|
|
797
|
+
MaxResultCount: data.maxResultCount
|
|
798
|
+
},
|
|
799
|
+
errors: {
|
|
800
|
+
400: 'Bad Request',
|
|
801
|
+
401: 'Unauthorized',
|
|
802
|
+
403: 'Forbidden',
|
|
803
|
+
404: 'Not Found',
|
|
804
|
+
500: 'Server Error',
|
|
805
|
+
501: 'Server Error'
|
|
806
|
+
}
|
|
807
|
+
});
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
/**
|
|
811
|
+
* @param data The data for the request.
|
|
812
|
+
* @param data.id
|
|
813
|
+
* @returns UniRefund_ContractService_Enums_ContractHeaderForRefundPointDraftMissingSteps Success
|
|
814
|
+
* @throws ApiError
|
|
815
|
+
*/
|
|
816
|
+
public getApiContractServiceRefundPointsContractsContractHeadersByIdGetMissingSteps(data: GetApiContractServiceRefundPointsContractsContractHeadersByIdGetMissingStepsData): CancelablePromise<GetApiContractServiceRefundPointsContractsContractHeadersByIdGetMissingStepsResponse> {
|
|
817
|
+
return this.httpRequest.request({
|
|
818
|
+
method: 'GET',
|
|
819
|
+
url: '/api/contract-service/refund-points/contracts/contract-headers/{id}/get-missing-steps',
|
|
820
|
+
path: {
|
|
821
|
+
id: data.id
|
|
822
|
+
},
|
|
823
|
+
errors: {
|
|
824
|
+
400: 'Bad Request',
|
|
825
|
+
401: 'Unauthorized',
|
|
826
|
+
403: 'Forbidden',
|
|
827
|
+
404: 'Not Found',
|
|
828
|
+
500: 'Server Error',
|
|
829
|
+
501: 'Server Error'
|
|
830
|
+
}
|
|
831
|
+
});
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
/**
|
|
835
|
+
* @param data The data for the request.
|
|
836
|
+
* @param data.id
|
|
837
|
+
* @returns boolean Success
|
|
838
|
+
* @throws ApiError
|
|
839
|
+
*/
|
|
840
|
+
public postApiContractServiceRefundPointsContractsContractHeadersByIdValidate(data: PostApiContractServiceRefundPointsContractsContractHeadersByIdValidateData): CancelablePromise<PostApiContractServiceRefundPointsContractsContractHeadersByIdValidateResponse> {
|
|
841
|
+
return this.httpRequest.request({
|
|
842
|
+
method: 'POST',
|
|
843
|
+
url: '/api/contract-service/refund-points/contracts/contract-headers/{id}/validate',
|
|
844
|
+
path: {
|
|
845
|
+
id: data.id
|
|
846
|
+
},
|
|
847
|
+
errors: {
|
|
848
|
+
400: 'Bad Request',
|
|
849
|
+
401: 'Unauthorized',
|
|
850
|
+
403: 'Forbidden',
|
|
851
|
+
404: 'Not Found',
|
|
852
|
+
500: 'Server Error',
|
|
853
|
+
501: 'Server Error'
|
|
854
|
+
}
|
|
855
|
+
});
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
export class RebateTablesService {
|
|
861
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
862
|
+
|
|
863
|
+
/**
|
|
864
|
+
* @param data The data for the request.
|
|
865
|
+
* @param data.id
|
|
866
|
+
* @returns UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto Success
|
|
867
|
+
* @throws ApiError
|
|
868
|
+
*/
|
|
869
|
+
public getApiContractServiceRebateTablesRebateSettingsById(data: GetApiContractServiceRebateTablesRebateSettingsByIdData): CancelablePromise<GetApiContractServiceRebateTablesRebateSettingsByIdResponse> {
|
|
870
|
+
return this.httpRequest.request({
|
|
871
|
+
method: 'GET',
|
|
872
|
+
url: '/api/contract-service/rebate-tables/rebate-settings/{id}',
|
|
873
|
+
path: {
|
|
874
|
+
id: data.id
|
|
875
|
+
},
|
|
876
|
+
errors: {
|
|
877
|
+
400: 'Bad Request',
|
|
878
|
+
401: 'Unauthorized',
|
|
879
|
+
403: 'Forbidden',
|
|
880
|
+
404: 'Not Found',
|
|
881
|
+
500: 'Server Error',
|
|
882
|
+
501: 'Server Error'
|
|
883
|
+
}
|
|
884
|
+
});
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
/**
|
|
888
|
+
* @param data The data for the request.
|
|
889
|
+
* @param data.id
|
|
890
|
+
* @param data.requestBody
|
|
891
|
+
* @returns UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto Success
|
|
892
|
+
* @throws ApiError
|
|
893
|
+
*/
|
|
894
|
+
public putApiContractServiceRebateTablesRebateSettingsById(data: PutApiContractServiceRebateTablesRebateSettingsByIdData): CancelablePromise<PutApiContractServiceRebateTablesRebateSettingsByIdResponse> {
|
|
895
|
+
return this.httpRequest.request({
|
|
896
|
+
method: 'PUT',
|
|
897
|
+
url: '/api/contract-service/rebate-tables/rebate-settings/{id}',
|
|
898
|
+
path: {
|
|
899
|
+
id: data.id
|
|
900
|
+
},
|
|
901
|
+
body: data.requestBody,
|
|
902
|
+
mediaType: 'application/json',
|
|
903
|
+
errors: {
|
|
904
|
+
400: 'Bad Request',
|
|
905
|
+
401: 'Unauthorized',
|
|
906
|
+
403: 'Forbidden',
|
|
907
|
+
404: 'Not Found',
|
|
908
|
+
500: 'Server Error',
|
|
909
|
+
501: 'Server Error'
|
|
910
|
+
}
|
|
911
|
+
});
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
/**
|
|
915
|
+
* @param data The data for the request.
|
|
916
|
+
* @param data.id
|
|
917
|
+
* @param data.requestBody
|
|
918
|
+
* @returns UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto Success
|
|
919
|
+
* @throws ApiError
|
|
920
|
+
*/
|
|
921
|
+
public postApiContractServiceRebateTablesRebateSettingsByIdRebateTableHeaders(data: PostApiContractServiceRebateTablesRebateSettingsByIdRebateTableHeadersData): CancelablePromise<PostApiContractServiceRebateTablesRebateSettingsByIdRebateTableHeadersResponse> {
|
|
922
|
+
return this.httpRequest.request({
|
|
923
|
+
method: 'POST',
|
|
924
|
+
url: '/api/contract-service/rebate-tables/rebate-settings/{id}/rebate-table-headers',
|
|
925
|
+
path: {
|
|
926
|
+
id: data.id
|
|
927
|
+
},
|
|
928
|
+
body: data.requestBody,
|
|
929
|
+
mediaType: 'application/json',
|
|
930
|
+
errors: {
|
|
931
|
+
400: 'Bad Request',
|
|
932
|
+
401: 'Unauthorized',
|
|
933
|
+
403: 'Forbidden',
|
|
934
|
+
404: 'Not Found',
|
|
935
|
+
500: 'Server Error',
|
|
936
|
+
501: 'Server Error'
|
|
937
|
+
}
|
|
938
|
+
});
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
/**
|
|
942
|
+
* @param data The data for the request.
|
|
943
|
+
* @param data.id
|
|
944
|
+
* @param data.requestBody
|
|
945
|
+
* @returns UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNetCommissionDto Success
|
|
946
|
+
* @throws ApiError
|
|
947
|
+
*/
|
|
948
|
+
public postApiContractServiceRebateTablesRebateSettingsByIdMinimumNetCommissions(data: PostApiContractServiceRebateTablesRebateSettingsByIdMinimumNetCommissionsData): CancelablePromise<PostApiContractServiceRebateTablesRebateSettingsByIdMinimumNetCommissionsResponse> {
|
|
949
|
+
return this.httpRequest.request({
|
|
950
|
+
method: 'POST',
|
|
951
|
+
url: '/api/contract-service/rebate-tables/rebate-settings/{id}/minimum-net-commissions',
|
|
952
|
+
path: {
|
|
953
|
+
id: data.id
|
|
954
|
+
},
|
|
955
|
+
body: data.requestBody,
|
|
956
|
+
mediaType: 'application/json',
|
|
957
|
+
errors: {
|
|
958
|
+
400: 'Bad Request',
|
|
959
|
+
401: 'Unauthorized',
|
|
960
|
+
403: 'Forbidden',
|
|
961
|
+
404: 'Not Found',
|
|
962
|
+
500: 'Server Error',
|
|
963
|
+
501: 'Server Error'
|
|
964
|
+
}
|
|
965
|
+
});
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
/**
|
|
969
|
+
* @param data The data for the request.
|
|
970
|
+
* @param data.id
|
|
971
|
+
* @returns UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto Success
|
|
972
|
+
* @throws ApiError
|
|
973
|
+
*/
|
|
974
|
+
public getApiContractServiceRebateTablesRebateSettingsDetailById(data: GetApiContractServiceRebateTablesRebateSettingsDetailByIdData): CancelablePromise<GetApiContractServiceRebateTablesRebateSettingsDetailByIdResponse> {
|
|
975
|
+
return this.httpRequest.request({
|
|
976
|
+
method: 'GET',
|
|
977
|
+
url: '/api/contract-service/rebate-tables/rebate-settings/detail/{id}',
|
|
978
|
+
path: {
|
|
979
|
+
id: data.id
|
|
980
|
+
},
|
|
981
|
+
errors: {
|
|
982
|
+
400: 'Bad Request',
|
|
983
|
+
401: 'Unauthorized',
|
|
984
|
+
403: 'Forbidden',
|
|
985
|
+
404: 'Not Found',
|
|
986
|
+
500: 'Server Error',
|
|
987
|
+
501: 'Server Error'
|
|
988
|
+
}
|
|
989
|
+
});
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
/**
|
|
993
|
+
* @param data The data for the request.
|
|
994
|
+
* @param data.id
|
|
995
|
+
* @returns UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNetCommissionDto Success
|
|
996
|
+
* @throws ApiError
|
|
997
|
+
*/
|
|
998
|
+
public getApiContractServiceRebateTablesMinimumNetCommissionsById(data: GetApiContractServiceRebateTablesMinimumNetCommissionsByIdData): CancelablePromise<GetApiContractServiceRebateTablesMinimumNetCommissionsByIdResponse> {
|
|
999
|
+
return this.httpRequest.request({
|
|
1000
|
+
method: 'GET',
|
|
1001
|
+
url: '/api/contract-service/rebate-tables/minimum-net-commissions/{id}',
|
|
1002
|
+
path: {
|
|
1003
|
+
id: data.id
|
|
1004
|
+
},
|
|
1005
|
+
errors: {
|
|
1006
|
+
400: 'Bad Request',
|
|
1007
|
+
401: 'Unauthorized',
|
|
1008
|
+
403: 'Forbidden',
|
|
1009
|
+
404: 'Not Found',
|
|
1010
|
+
500: 'Server Error',
|
|
1011
|
+
501: 'Server Error'
|
|
1012
|
+
}
|
|
1013
|
+
});
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
/**
|
|
1017
|
+
* @param data The data for the request.
|
|
1018
|
+
* @param data.id
|
|
1019
|
+
* @param data.requestBody
|
|
1020
|
+
* @returns UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNetCommissionDto Success
|
|
1021
|
+
* @throws ApiError
|
|
1022
|
+
*/
|
|
1023
|
+
public putApiContractServiceRebateTablesMinimumNetCommissionsById(data: PutApiContractServiceRebateTablesMinimumNetCommissionsByIdData): CancelablePromise<PutApiContractServiceRebateTablesMinimumNetCommissionsByIdResponse> {
|
|
1024
|
+
return this.httpRequest.request({
|
|
1025
|
+
method: 'PUT',
|
|
1026
|
+
url: '/api/contract-service/rebate-tables/minimum-net-commissions/{id}',
|
|
1027
|
+
path: {
|
|
1028
|
+
id: data.id
|
|
1029
|
+
},
|
|
1030
|
+
body: data.requestBody,
|
|
1031
|
+
mediaType: 'application/json',
|
|
1032
|
+
errors: {
|
|
1033
|
+
400: 'Bad Request',
|
|
1034
|
+
401: 'Unauthorized',
|
|
1035
|
+
403: 'Forbidden',
|
|
1036
|
+
404: 'Not Found',
|
|
1037
|
+
500: 'Server Error',
|
|
1038
|
+
501: 'Server Error'
|
|
1039
|
+
}
|
|
1040
|
+
});
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
/**
|
|
1044
|
+
* @param data The data for the request.
|
|
1045
|
+
* @param data.id
|
|
1046
|
+
* @returns unknown Success
|
|
1047
|
+
* @throws ApiError
|
|
1048
|
+
*/
|
|
1049
|
+
public deleteApiContractServiceRebateTablesMinimumNetCommissionsById(data: DeleteApiContractServiceRebateTablesMinimumNetCommissionsByIdData): CancelablePromise<DeleteApiContractServiceRebateTablesMinimumNetCommissionsByIdResponse> {
|
|
1050
|
+
return this.httpRequest.request({
|
|
1051
|
+
method: 'DELETE',
|
|
1052
|
+
url: '/api/contract-service/rebate-tables/minimum-net-commissions/{id}',
|
|
1053
|
+
path: {
|
|
1054
|
+
id: data.id
|
|
1055
|
+
},
|
|
1056
|
+
errors: {
|
|
1057
|
+
400: 'Bad Request',
|
|
1058
|
+
401: 'Unauthorized',
|
|
1059
|
+
403: 'Forbidden',
|
|
1060
|
+
404: 'Not Found',
|
|
1061
|
+
500: 'Server Error',
|
|
1062
|
+
501: 'Server Error'
|
|
1063
|
+
}
|
|
1064
|
+
});
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
/**
|
|
1068
|
+
* @param data The data for the request.
|
|
1069
|
+
* @param data.sorting
|
|
1070
|
+
* @param data.skipCount
|
|
1071
|
+
* @param data.maxResultCount
|
|
1072
|
+
* @returns PagedResultDto_MinimumNetCommissionDto Success
|
|
1073
|
+
* @throws ApiError
|
|
1074
|
+
*/
|
|
1075
|
+
public getApiContractServiceRebateTablesMinimumNetCommissions(data: GetApiContractServiceRebateTablesMinimumNetCommissionsData = {}): CancelablePromise<GetApiContractServiceRebateTablesMinimumNetCommissionsResponse> {
|
|
1076
|
+
return this.httpRequest.request({
|
|
1077
|
+
method: 'GET',
|
|
1078
|
+
url: '/api/contract-service/rebate-tables/minimum-net-commissions',
|
|
1079
|
+
query: {
|
|
1080
|
+
Sorting: data.sorting,
|
|
1081
|
+
SkipCount: data.skipCount,
|
|
1082
|
+
MaxResultCount: data.maxResultCount
|
|
1083
|
+
},
|
|
1084
|
+
errors: {
|
|
1085
|
+
400: 'Bad Request',
|
|
1086
|
+
401: 'Unauthorized',
|
|
1087
|
+
403: 'Forbidden',
|
|
1088
|
+
404: 'Not Found',
|
|
1089
|
+
500: 'Server Error',
|
|
1090
|
+
501: 'Server Error'
|
|
1091
|
+
}
|
|
1092
|
+
});
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
/**
|
|
1096
|
+
* @param data The data for the request.
|
|
1097
|
+
* @param data.id
|
|
1098
|
+
* @returns UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingFeeDetailDto Success
|
|
1099
|
+
* @throws ApiError
|
|
1100
|
+
*/
|
|
1101
|
+
public getApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsById(data: GetApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdData): CancelablePromise<GetApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdResponse> {
|
|
1102
|
+
return this.httpRequest.request({
|
|
1103
|
+
method: 'GET',
|
|
1104
|
+
url: '/api/contract-service/rebate-tables/rebate-table-headers/processing-fee-details/{id}',
|
|
1105
|
+
path: {
|
|
1106
|
+
id: data.id
|
|
1107
|
+
},
|
|
1108
|
+
errors: {
|
|
1109
|
+
400: 'Bad Request',
|
|
1110
|
+
401: 'Unauthorized',
|
|
1111
|
+
403: 'Forbidden',
|
|
1112
|
+
404: 'Not Found',
|
|
1113
|
+
500: 'Server Error',
|
|
1114
|
+
501: 'Server Error'
|
|
1115
|
+
}
|
|
1116
|
+
});
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
/**
|
|
1120
|
+
* @param data The data for the request.
|
|
1121
|
+
* @param data.id
|
|
1122
|
+
* @param data.requestBody
|
|
1123
|
+
* @returns UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingFeeDetailDto Success
|
|
1124
|
+
* @throws ApiError
|
|
1125
|
+
*/
|
|
1126
|
+
public putApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsById(data: PutApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdData): CancelablePromise<PutApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdResponse> {
|
|
1127
|
+
return this.httpRequest.request({
|
|
1128
|
+
method: 'PUT',
|
|
1129
|
+
url: '/api/contract-service/rebate-tables/rebate-table-headers/processing-fee-details/{id}',
|
|
1130
|
+
path: {
|
|
1131
|
+
id: data.id
|
|
1132
|
+
},
|
|
1133
|
+
body: data.requestBody,
|
|
1134
|
+
mediaType: 'application/json',
|
|
1135
|
+
errors: {
|
|
1136
|
+
400: 'Bad Request',
|
|
1137
|
+
401: 'Unauthorized',
|
|
1138
|
+
403: 'Forbidden',
|
|
1139
|
+
404: 'Not Found',
|
|
1140
|
+
500: 'Server Error',
|
|
1141
|
+
501: 'Server Error'
|
|
1142
|
+
}
|
|
1143
|
+
});
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
/**
|
|
1147
|
+
* @param data The data for the request.
|
|
1148
|
+
* @param data.id
|
|
1149
|
+
* @returns unknown Success
|
|
1150
|
+
* @throws ApiError
|
|
1151
|
+
*/
|
|
1152
|
+
public deleteApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsById(data: DeleteApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdData): CancelablePromise<DeleteApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdResponse> {
|
|
1153
|
+
return this.httpRequest.request({
|
|
1154
|
+
method: 'DELETE',
|
|
1155
|
+
url: '/api/contract-service/rebate-tables/rebate-table-headers/processing-fee-details/{id}',
|
|
1156
|
+
path: {
|
|
1157
|
+
id: data.id
|
|
1158
|
+
},
|
|
1159
|
+
errors: {
|
|
1160
|
+
400: 'Bad Request',
|
|
1161
|
+
401: 'Unauthorized',
|
|
1162
|
+
403: 'Forbidden',
|
|
1163
|
+
404: 'Not Found',
|
|
1164
|
+
500: 'Server Error',
|
|
1165
|
+
501: 'Server Error'
|
|
1166
|
+
}
|
|
1167
|
+
});
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1170
|
+
/**
|
|
1171
|
+
* @param data The data for the request.
|
|
1172
|
+
* @param data.id
|
|
1173
|
+
* @param data.requestBody
|
|
1174
|
+
* @returns UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingFeeDetailDto Success
|
|
1175
|
+
* @throws ApiError
|
|
1176
|
+
*/
|
|
1177
|
+
public postApiContractServiceRebateTablesRebateTableHeadersByIdProcessingFeeDetails(data: PostApiContractServiceRebateTablesRebateTableHeadersByIdProcessingFeeDetailsData): CancelablePromise<PostApiContractServiceRebateTablesRebateTableHeadersByIdProcessingFeeDetailsResponse> {
|
|
1178
|
+
return this.httpRequest.request({
|
|
1179
|
+
method: 'POST',
|
|
1180
|
+
url: '/api/contract-service/rebate-tables/rebate-table-headers/{id}/processing-fee-details',
|
|
1181
|
+
path: {
|
|
1182
|
+
id: data.id
|
|
1183
|
+
},
|
|
1184
|
+
body: data.requestBody,
|
|
1185
|
+
mediaType: 'application/json',
|
|
1186
|
+
errors: {
|
|
1187
|
+
400: 'Bad Request',
|
|
1188
|
+
401: 'Unauthorized',
|
|
1189
|
+
403: 'Forbidden',
|
|
1190
|
+
404: 'Not Found',
|
|
1191
|
+
500: 'Server Error',
|
|
1192
|
+
501: 'Server Error'
|
|
1193
|
+
}
|
|
1194
|
+
});
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
/**
|
|
1198
|
+
* @param data The data for the request.
|
|
1199
|
+
* @param data.id
|
|
1200
|
+
* @returns UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDetailDto Success
|
|
1201
|
+
* @throws ApiError
|
|
1202
|
+
*/
|
|
1203
|
+
public getApiContractServiceRebateTablesRebateTableDetailsById(data: GetApiContractServiceRebateTablesRebateTableDetailsByIdData): CancelablePromise<GetApiContractServiceRebateTablesRebateTableDetailsByIdResponse> {
|
|
1204
|
+
return this.httpRequest.request({
|
|
1205
|
+
method: 'GET',
|
|
1206
|
+
url: '/api/contract-service/rebate-tables/rebate-table-details/{id}',
|
|
1207
|
+
path: {
|
|
1208
|
+
id: data.id
|
|
1209
|
+
},
|
|
1210
|
+
errors: {
|
|
1211
|
+
400: 'Bad Request',
|
|
1212
|
+
401: 'Unauthorized',
|
|
1213
|
+
403: 'Forbidden',
|
|
1214
|
+
404: 'Not Found',
|
|
1215
|
+
500: 'Server Error',
|
|
1216
|
+
501: 'Server Error'
|
|
1217
|
+
}
|
|
1218
|
+
});
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
/**
|
|
1222
|
+
* @param data The data for the request.
|
|
1223
|
+
* @param data.id
|
|
1224
|
+
* @param data.requestBody
|
|
1225
|
+
* @returns UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDetailDto Success
|
|
1226
|
+
* @throws ApiError
|
|
1227
|
+
*/
|
|
1228
|
+
public putApiContractServiceRebateTablesRebateTableDetailsById(data: PutApiContractServiceRebateTablesRebateTableDetailsByIdData): CancelablePromise<PutApiContractServiceRebateTablesRebateTableDetailsByIdResponse> {
|
|
1229
|
+
return this.httpRequest.request({
|
|
1230
|
+
method: 'PUT',
|
|
1231
|
+
url: '/api/contract-service/rebate-tables/rebate-table-details/{id}',
|
|
1232
|
+
path: {
|
|
1233
|
+
id: data.id
|
|
1234
|
+
},
|
|
1235
|
+
body: data.requestBody,
|
|
1236
|
+
mediaType: 'application/json',
|
|
1237
|
+
errors: {
|
|
1238
|
+
400: 'Bad Request',
|
|
1239
|
+
401: 'Unauthorized',
|
|
1240
|
+
403: 'Forbidden',
|
|
1241
|
+
404: 'Not Found',
|
|
1242
|
+
500: 'Server Error',
|
|
1243
|
+
501: 'Server Error'
|
|
1244
|
+
}
|
|
1245
|
+
});
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
/**
|
|
1249
|
+
* @param data The data for the request.
|
|
1250
|
+
* @param data.id
|
|
1251
|
+
* @returns unknown Success
|
|
1252
|
+
* @throws ApiError
|
|
1253
|
+
*/
|
|
1254
|
+
public deleteApiContractServiceRebateTablesRebateTableDetailsById(data: DeleteApiContractServiceRebateTablesRebateTableDetailsByIdData): CancelablePromise<DeleteApiContractServiceRebateTablesRebateTableDetailsByIdResponse> {
|
|
1255
|
+
return this.httpRequest.request({
|
|
1256
|
+
method: 'DELETE',
|
|
1257
|
+
url: '/api/contract-service/rebate-tables/rebate-table-details/{id}',
|
|
1258
|
+
path: {
|
|
1259
|
+
id: data.id
|
|
1260
|
+
},
|
|
1261
|
+
errors: {
|
|
1262
|
+
400: 'Bad Request',
|
|
1263
|
+
401: 'Unauthorized',
|
|
1264
|
+
403: 'Forbidden',
|
|
1265
|
+
404: 'Not Found',
|
|
1266
|
+
500: 'Server Error',
|
|
1267
|
+
501: 'Server Error'
|
|
1268
|
+
}
|
|
1269
|
+
});
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
/**
|
|
1273
|
+
* @param data The data for the request.
|
|
1274
|
+
* @param data.sorting
|
|
1275
|
+
* @param data.skipCount
|
|
1276
|
+
* @param data.maxResultCount
|
|
1277
|
+
* @returns PagedResultDto_RebateTableDetailDto Success
|
|
1278
|
+
* @throws ApiError
|
|
1279
|
+
*/
|
|
1280
|
+
public getApiContractServiceRebateTablesRebateTableDetails(data: GetApiContractServiceRebateTablesRebateTableDetailsData = {}): CancelablePromise<GetApiContractServiceRebateTablesRebateTableDetailsResponse> {
|
|
1281
|
+
return this.httpRequest.request({
|
|
1282
|
+
method: 'GET',
|
|
1283
|
+
url: '/api/contract-service/rebate-tables/rebate-table-details',
|
|
1284
|
+
query: {
|
|
1285
|
+
Sorting: data.sorting,
|
|
1286
|
+
SkipCount: data.skipCount,
|
|
1287
|
+
MaxResultCount: data.maxResultCount
|
|
1288
|
+
},
|
|
1289
|
+
errors: {
|
|
1290
|
+
400: 'Bad Request',
|
|
1291
|
+
401: 'Unauthorized',
|
|
1292
|
+
403: 'Forbidden',
|
|
1293
|
+
404: 'Not Found',
|
|
1294
|
+
500: 'Server Error',
|
|
1295
|
+
501: 'Server Error'
|
|
1296
|
+
}
|
|
1297
|
+
});
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
|
+
/**
|
|
1301
|
+
* @param data The data for the request.
|
|
1302
|
+
* @param data.id
|
|
1303
|
+
* @returns UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderDto Success
|
|
1304
|
+
* @throws ApiError
|
|
1305
|
+
*/
|
|
1306
|
+
public getApiContractServiceRebateTablesRebateTableHeadersById(data: GetApiContractServiceRebateTablesRebateTableHeadersByIdData): CancelablePromise<GetApiContractServiceRebateTablesRebateTableHeadersByIdResponse> {
|
|
1307
|
+
return this.httpRequest.request({
|
|
1308
|
+
method: 'GET',
|
|
1309
|
+
url: '/api/contract-service/rebate-tables/rebate-table-headers/{id}',
|
|
1310
|
+
path: {
|
|
1311
|
+
id: data.id
|
|
1312
|
+
},
|
|
1313
|
+
errors: {
|
|
1314
|
+
400: 'Bad Request',
|
|
1315
|
+
401: 'Unauthorized',
|
|
1316
|
+
403: 'Forbidden',
|
|
1317
|
+
404: 'Not Found',
|
|
1318
|
+
500: 'Server Error',
|
|
1319
|
+
501: 'Server Error'
|
|
1320
|
+
}
|
|
1321
|
+
});
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
/**
|
|
1325
|
+
* @param data The data for the request.
|
|
1326
|
+
* @param data.id
|
|
1327
|
+
* @param data.requestBody
|
|
1328
|
+
* @returns UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderDto Success
|
|
1329
|
+
* @throws ApiError
|
|
1330
|
+
*/
|
|
1331
|
+
public putApiContractServiceRebateTablesRebateTableHeadersById(data: PutApiContractServiceRebateTablesRebateTableHeadersByIdData): CancelablePromise<PutApiContractServiceRebateTablesRebateTableHeadersByIdResponse> {
|
|
1332
|
+
return this.httpRequest.request({
|
|
1333
|
+
method: 'PUT',
|
|
1334
|
+
url: '/api/contract-service/rebate-tables/rebate-table-headers/{id}',
|
|
1335
|
+
path: {
|
|
1336
|
+
id: data.id
|
|
1337
|
+
},
|
|
1338
|
+
body: data.requestBody,
|
|
1339
|
+
mediaType: 'application/json',
|
|
1340
|
+
errors: {
|
|
1341
|
+
400: 'Bad Request',
|
|
1342
|
+
401: 'Unauthorized',
|
|
1343
|
+
403: 'Forbidden',
|
|
1344
|
+
404: 'Not Found',
|
|
1345
|
+
500: 'Server Error',
|
|
1346
|
+
501: 'Server Error'
|
|
1347
|
+
}
|
|
1348
|
+
});
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
/**
|
|
1352
|
+
* @param data The data for the request.
|
|
1353
|
+
* @param data.id
|
|
1354
|
+
* @returns unknown Success
|
|
1355
|
+
* @throws ApiError
|
|
1356
|
+
*/
|
|
1357
|
+
public deleteApiContractServiceRebateTablesRebateTableHeadersById(data: DeleteApiContractServiceRebateTablesRebateTableHeadersByIdData): CancelablePromise<DeleteApiContractServiceRebateTablesRebateTableHeadersByIdResponse> {
|
|
1358
|
+
return this.httpRequest.request({
|
|
1359
|
+
method: 'DELETE',
|
|
1360
|
+
url: '/api/contract-service/rebate-tables/rebate-table-headers/{id}',
|
|
1361
|
+
path: {
|
|
1362
|
+
id: data.id
|
|
1363
|
+
},
|
|
1364
|
+
errors: {
|
|
1365
|
+
400: 'Bad Request',
|
|
1366
|
+
401: 'Unauthorized',
|
|
1367
|
+
403: 'Forbidden',
|
|
1368
|
+
404: 'Not Found',
|
|
1369
|
+
500: 'Server Error',
|
|
1370
|
+
501: 'Server Error'
|
|
1371
|
+
}
|
|
1372
|
+
});
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
/**
|
|
1376
|
+
* @param data The data for the request.
|
|
1377
|
+
* @param data.sorting
|
|
1378
|
+
* @param data.skipCount
|
|
1379
|
+
* @param data.maxResultCount
|
|
1380
|
+
* @returns PagedResultDto_RebateTableHeaderDto Success
|
|
1381
|
+
* @throws ApiError
|
|
1382
|
+
*/
|
|
1383
|
+
public getApiContractServiceRebateTablesRebateTableHeadersTemplates(data: GetApiContractServiceRebateTablesRebateTableHeadersTemplatesData = {}): CancelablePromise<GetApiContractServiceRebateTablesRebateTableHeadersTemplatesResponse> {
|
|
1384
|
+
return this.httpRequest.request({
|
|
1385
|
+
method: 'GET',
|
|
1386
|
+
url: '/api/contract-service/rebate-tables/rebate-table-headers/templates',
|
|
1387
|
+
query: {
|
|
1388
|
+
Sorting: data.sorting,
|
|
1389
|
+
SkipCount: data.skipCount,
|
|
1390
|
+
MaxResultCount: data.maxResultCount
|
|
1391
|
+
},
|
|
1392
|
+
errors: {
|
|
1393
|
+
400: 'Bad Request',
|
|
1394
|
+
401: 'Unauthorized',
|
|
1395
|
+
403: 'Forbidden',
|
|
1396
|
+
404: 'Not Found',
|
|
1397
|
+
500: 'Server Error',
|
|
1398
|
+
501: 'Server Error'
|
|
1399
|
+
}
|
|
1400
|
+
});
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
/**
|
|
1404
|
+
* @param data The data for the request.
|
|
1405
|
+
* @param data.requestBody
|
|
1406
|
+
* @returns UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderDto Success
|
|
1407
|
+
* @throws ApiError
|
|
1408
|
+
*/
|
|
1409
|
+
public postApiContractServiceRebateTablesRebateTableHeadersTemplates(data: PostApiContractServiceRebateTablesRebateTableHeadersTemplatesData = {}): CancelablePromise<PostApiContractServiceRebateTablesRebateTableHeadersTemplatesResponse> {
|
|
1410
|
+
return this.httpRequest.request({
|
|
1411
|
+
method: 'POST',
|
|
1412
|
+
url: '/api/contract-service/rebate-tables/rebate-table-headers/templates',
|
|
1413
|
+
body: data.requestBody,
|
|
1414
|
+
mediaType: 'application/json',
|
|
1415
|
+
errors: {
|
|
1416
|
+
400: 'Bad Request',
|
|
1417
|
+
401: 'Unauthorized',
|
|
1418
|
+
403: 'Forbidden',
|
|
1419
|
+
404: 'Not Found',
|
|
1420
|
+
500: 'Server Error',
|
|
1421
|
+
501: 'Server Error'
|
|
1422
|
+
}
|
|
1423
|
+
});
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
/**
|
|
1427
|
+
* @param data The data for the request.
|
|
1428
|
+
* @param data.id
|
|
1429
|
+
* @param data.requestBody
|
|
1430
|
+
* @returns UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDetailDto Success
|
|
1431
|
+
* @throws ApiError
|
|
1432
|
+
*/
|
|
1433
|
+
public postApiContractServiceRebateTablesRebateTableHeadersByIdRebateTableDetails(data: PostApiContractServiceRebateTablesRebateTableHeadersByIdRebateTableDetailsData): CancelablePromise<PostApiContractServiceRebateTablesRebateTableHeadersByIdRebateTableDetailsResponse> {
|
|
1434
|
+
return this.httpRequest.request({
|
|
1435
|
+
method: 'POST',
|
|
1436
|
+
url: '/api/contract-service/rebate-tables/rebate-table-headers/{id}/rebate-table-details',
|
|
1437
|
+
path: {
|
|
1438
|
+
id: data.id
|
|
1439
|
+
},
|
|
1440
|
+
body: data.requestBody,
|
|
1441
|
+
mediaType: 'application/json',
|
|
1442
|
+
errors: {
|
|
1443
|
+
400: 'Bad Request',
|
|
1444
|
+
401: 'Unauthorized',
|
|
1445
|
+
403: 'Forbidden',
|
|
1446
|
+
404: 'Not Found',
|
|
1447
|
+
500: 'Server Error',
|
|
1448
|
+
501: 'Server Error'
|
|
1449
|
+
}
|
|
1450
|
+
});
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
export class RefundTablesService {
|
|
1456
|
+
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
1457
|
+
|
|
1458
|
+
/**
|
|
1459
|
+
* @param data The data for the request.
|
|
1460
|
+
* @param data.id
|
|
1461
|
+
* @returns UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto Success
|
|
1462
|
+
* @throws ApiError
|
|
1463
|
+
*/
|
|
1464
|
+
public getApiContractServiceRefundTablesRefundTableHeadersById(data: GetApiContractServiceRefundTablesRefundTableHeadersByIdData): CancelablePromise<GetApiContractServiceRefundTablesRefundTableHeadersByIdResponse> {
|
|
1465
|
+
return this.httpRequest.request({
|
|
1466
|
+
method: 'GET',
|
|
1467
|
+
url: '/api/contract-service/refund-tables/refund-table-headers/{id}',
|
|
1468
|
+
path: {
|
|
1469
|
+
id: data.id
|
|
1470
|
+
},
|
|
1471
|
+
errors: {
|
|
1472
|
+
400: 'Bad Request',
|
|
1473
|
+
401: 'Unauthorized',
|
|
1474
|
+
403: 'Forbidden',
|
|
1475
|
+
404: 'Not Found',
|
|
1476
|
+
500: 'Server Error',
|
|
1477
|
+
501: 'Server Error'
|
|
1478
|
+
}
|
|
1479
|
+
});
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
/**
|
|
1483
|
+
* @param data The data for the request.
|
|
1484
|
+
* @param data.id
|
|
1485
|
+
* @param data.requestBody
|
|
1486
|
+
* @returns UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto Success
|
|
1487
|
+
* @throws ApiError
|
|
1488
|
+
*/
|
|
1489
|
+
public putApiContractServiceRefundTablesRefundTableHeadersById(data: PutApiContractServiceRefundTablesRefundTableHeadersByIdData): CancelablePromise<PutApiContractServiceRefundTablesRefundTableHeadersByIdResponse> {
|
|
1490
|
+
return this.httpRequest.request({
|
|
1491
|
+
method: 'PUT',
|
|
1492
|
+
url: '/api/contract-service/refund-tables/refund-table-headers/{id}',
|
|
1493
|
+
path: {
|
|
1494
|
+
id: data.id
|
|
1495
|
+
},
|
|
1496
|
+
body: data.requestBody,
|
|
1497
|
+
mediaType: 'application/json',
|
|
1498
|
+
errors: {
|
|
1499
|
+
400: 'Bad Request',
|
|
1500
|
+
401: 'Unauthorized',
|
|
1501
|
+
403: 'Forbidden',
|
|
1502
|
+
404: 'Not Found',
|
|
1503
|
+
500: 'Server Error',
|
|
1504
|
+
501: 'Server Error'
|
|
1505
|
+
}
|
|
1506
|
+
});
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1509
|
+
/**
|
|
1510
|
+
* @param data The data for the request.
|
|
1511
|
+
* @param data.id
|
|
1512
|
+
* @returns unknown Success
|
|
1513
|
+
* @throws ApiError
|
|
1514
|
+
*/
|
|
1515
|
+
public deleteApiContractServiceRefundTablesRefundTableHeadersById(data: DeleteApiContractServiceRefundTablesRefundTableHeadersByIdData): CancelablePromise<DeleteApiContractServiceRefundTablesRefundTableHeadersByIdResponse> {
|
|
1516
|
+
return this.httpRequest.request({
|
|
1517
|
+
method: 'DELETE',
|
|
1518
|
+
url: '/api/contract-service/refund-tables/refund-table-headers/{id}',
|
|
1519
|
+
path: {
|
|
1520
|
+
id: data.id
|
|
1521
|
+
},
|
|
1522
|
+
errors: {
|
|
1523
|
+
400: 'Bad Request',
|
|
1524
|
+
401: 'Unauthorized',
|
|
1525
|
+
403: 'Forbidden',
|
|
1526
|
+
404: 'Not Found',
|
|
1527
|
+
500: 'Server Error',
|
|
1528
|
+
501: 'Server Error'
|
|
1529
|
+
}
|
|
1530
|
+
});
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
/**
|
|
1534
|
+
* @param data The data for the request.
|
|
1535
|
+
* @param data.skipCount
|
|
1536
|
+
* @param data.maxResultCount
|
|
1537
|
+
* @returns PagedResultDto_RefundTableHeaderDto Success
|
|
1538
|
+
* @throws ApiError
|
|
1539
|
+
*/
|
|
1540
|
+
public getApiContractServiceRefundTablesRefundTableHeaders(data: GetApiContractServiceRefundTablesRefundTableHeadersData = {}): CancelablePromise<GetApiContractServiceRefundTablesRefundTableHeadersResponse> {
|
|
1541
|
+
return this.httpRequest.request({
|
|
1542
|
+
method: 'GET',
|
|
1543
|
+
url: '/api/contract-service/refund-tables/refund-table-headers',
|
|
1544
|
+
query: {
|
|
1545
|
+
SkipCount: data.skipCount,
|
|
1546
|
+
MaxResultCount: data.maxResultCount
|
|
1547
|
+
},
|
|
1548
|
+
errors: {
|
|
1549
|
+
400: 'Bad Request',
|
|
1550
|
+
401: 'Unauthorized',
|
|
1551
|
+
403: 'Forbidden',
|
|
1552
|
+
404: 'Not Found',
|
|
1553
|
+
500: 'Server Error',
|
|
1554
|
+
501: 'Server Error'
|
|
1555
|
+
}
|
|
1556
|
+
});
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1559
|
+
/**
|
|
1560
|
+
* @param data The data for the request.
|
|
1561
|
+
* @param data.requestBody
|
|
1562
|
+
* @returns UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto Success
|
|
1563
|
+
* @throws ApiError
|
|
1564
|
+
*/
|
|
1565
|
+
public postApiContractServiceRefundTablesRefundTableHeaders(data: PostApiContractServiceRefundTablesRefundTableHeadersData = {}): CancelablePromise<PostApiContractServiceRefundTablesRefundTableHeadersResponse> {
|
|
1566
|
+
return this.httpRequest.request({
|
|
1567
|
+
method: 'POST',
|
|
1568
|
+
url: '/api/contract-service/refund-tables/refund-table-headers',
|
|
1569
|
+
body: data.requestBody,
|
|
1570
|
+
mediaType: 'application/json',
|
|
1571
|
+
errors: {
|
|
1572
|
+
400: 'Bad Request',
|
|
1573
|
+
401: 'Unauthorized',
|
|
1574
|
+
403: 'Forbidden',
|
|
1575
|
+
404: 'Not Found',
|
|
1576
|
+
500: 'Server Error',
|
|
1577
|
+
501: 'Server Error'
|
|
1578
|
+
}
|
|
1579
|
+
});
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
/**
|
|
1583
|
+
* @param data The data for the request.
|
|
1584
|
+
* @param data.id
|
|
1585
|
+
* @param data.refundTableHeaderId
|
|
1586
|
+
* @returns UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto Success
|
|
1587
|
+
* @throws ApiError
|
|
1588
|
+
*/
|
|
1589
|
+
public getApiContractServiceRefundTablesRefundTableHeadersMerchantsById(data: GetApiContractServiceRefundTablesRefundTableHeadersMerchantsByIdData): CancelablePromise<GetApiContractServiceRefundTablesRefundTableHeadersMerchantsByIdResponse> {
|
|
1590
|
+
return this.httpRequest.request({
|
|
1591
|
+
method: 'GET',
|
|
1592
|
+
url: '/api/contract-service/refund-tables/refund-table-headers/merchants/{id}',
|
|
1593
|
+
path: {
|
|
1594
|
+
id: data.id
|
|
1595
|
+
},
|
|
1596
|
+
query: {
|
|
1597
|
+
refundTableHeaderId: data.refundTableHeaderId
|
|
1598
|
+
},
|
|
1599
|
+
errors: {
|
|
1600
|
+
400: 'Bad Request',
|
|
1601
|
+
401: 'Unauthorized',
|
|
1602
|
+
403: 'Forbidden',
|
|
1603
|
+
404: 'Not Found',
|
|
1604
|
+
500: 'Server Error',
|
|
1605
|
+
501: 'Server Error'
|
|
1606
|
+
}
|
|
1607
|
+
});
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
/**
|
|
1611
|
+
* @param data The data for the request.
|
|
1612
|
+
* @param data.id
|
|
1613
|
+
* @param data.requestBody
|
|
1614
|
+
* @returns UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto Success
|
|
1615
|
+
* @throws ApiError
|
|
1616
|
+
*/
|
|
1617
|
+
public postApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetails(data: PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetailsData): CancelablePromise<PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetailsResponse> {
|
|
1618
|
+
return this.httpRequest.request({
|
|
1619
|
+
method: 'POST',
|
|
1620
|
+
url: '/api/contract-service/refund-tables/refund-table-headers/{id}/refund-table-details',
|
|
1621
|
+
path: {
|
|
1622
|
+
id: data.id
|
|
1623
|
+
},
|
|
1624
|
+
body: data.requestBody,
|
|
1625
|
+
mediaType: 'application/json',
|
|
1626
|
+
errors: {
|
|
1627
|
+
400: 'Bad Request',
|
|
1628
|
+
401: 'Unauthorized',
|
|
1629
|
+
403: 'Forbidden',
|
|
1630
|
+
404: 'Not Found',
|
|
1631
|
+
500: 'Server Error',
|
|
1632
|
+
501: 'Server Error'
|
|
1633
|
+
}
|
|
1634
|
+
});
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
/**
|
|
1638
|
+
* @param data The data for the request.
|
|
1639
|
+
* @param data.id
|
|
1640
|
+
* @returns UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto Success
|
|
1641
|
+
* @throws ApiError
|
|
1642
|
+
*/
|
|
1643
|
+
public getApiContractServiceRefundTablesRefundTableDetailsById(data: GetApiContractServiceRefundTablesRefundTableDetailsByIdData): CancelablePromise<GetApiContractServiceRefundTablesRefundTableDetailsByIdResponse> {
|
|
1644
|
+
return this.httpRequest.request({
|
|
1645
|
+
method: 'GET',
|
|
1646
|
+
url: '/api/contract-service/refund-tables/refund-table-details/{id}',
|
|
1647
|
+
path: {
|
|
1648
|
+
id: data.id
|
|
1649
|
+
},
|
|
1650
|
+
errors: {
|
|
1651
|
+
400: 'Bad Request',
|
|
1652
|
+
401: 'Unauthorized',
|
|
1653
|
+
403: 'Forbidden',
|
|
1654
|
+
404: 'Not Found',
|
|
1655
|
+
500: 'Server Error',
|
|
1656
|
+
501: 'Server Error'
|
|
1657
|
+
}
|
|
1658
|
+
});
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1661
|
+
/**
|
|
1662
|
+
* @param data The data for the request.
|
|
1663
|
+
* @param data.id
|
|
1664
|
+
* @returns unknown Success
|
|
1665
|
+
* @throws ApiError
|
|
1666
|
+
*/
|
|
1667
|
+
public deleteApiContractServiceRefundTablesRefundTableDetailsById(data: DeleteApiContractServiceRefundTablesRefundTableDetailsByIdData): CancelablePromise<DeleteApiContractServiceRefundTablesRefundTableDetailsByIdResponse> {
|
|
1668
|
+
return this.httpRequest.request({
|
|
1669
|
+
method: 'DELETE',
|
|
1670
|
+
url: '/api/contract-service/refund-tables/refund-table-details/{id}',
|
|
1671
|
+
path: {
|
|
1672
|
+
id: data.id
|
|
1673
|
+
},
|
|
1674
|
+
errors: {
|
|
1675
|
+
400: 'Bad Request',
|
|
1676
|
+
401: 'Unauthorized',
|
|
1677
|
+
403: 'Forbidden',
|
|
1678
|
+
404: 'Not Found',
|
|
1679
|
+
500: 'Server Error',
|
|
1680
|
+
501: 'Server Error'
|
|
1681
|
+
}
|
|
1682
|
+
});
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1685
|
+
/**
|
|
1686
|
+
* @param data The data for the request.
|
|
1687
|
+
* @param data.id
|
|
1688
|
+
* @returns UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto Success
|
|
1689
|
+
* @throws ApiError
|
|
1690
|
+
*/
|
|
1691
|
+
public getApiContractServiceRefundTablesRefundFeeHeadersById(data: GetApiContractServiceRefundTablesRefundFeeHeadersByIdData): CancelablePromise<GetApiContractServiceRefundTablesRefundFeeHeadersByIdResponse> {
|
|
1692
|
+
return this.httpRequest.request({
|
|
1693
|
+
method: 'GET',
|
|
1694
|
+
url: '/api/contract-service/refund-tables/refund-fee-headers/{id}',
|
|
1695
|
+
path: {
|
|
1696
|
+
id: data.id
|
|
1697
|
+
},
|
|
1698
|
+
errors: {
|
|
1699
|
+
400: 'Bad Request',
|
|
1700
|
+
401: 'Unauthorized',
|
|
1701
|
+
403: 'Forbidden',
|
|
1702
|
+
404: 'Not Found',
|
|
1703
|
+
500: 'Server Error',
|
|
1704
|
+
501: 'Server Error'
|
|
1705
|
+
}
|
|
1706
|
+
});
|
|
1707
|
+
}
|
|
1708
|
+
|
|
1709
|
+
/**
|
|
1710
|
+
* @param data The data for the request.
|
|
1711
|
+
* @param data.id
|
|
1712
|
+
* @param data.requestBody
|
|
1713
|
+
* @returns UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto Success
|
|
1714
|
+
* @throws ApiError
|
|
1715
|
+
*/
|
|
1716
|
+
public putApiContractServiceRefundTablesRefundFeeHeadersById(data: PutApiContractServiceRefundTablesRefundFeeHeadersByIdData): CancelablePromise<PutApiContractServiceRefundTablesRefundFeeHeadersByIdResponse> {
|
|
1717
|
+
return this.httpRequest.request({
|
|
1718
|
+
method: 'PUT',
|
|
1719
|
+
url: '/api/contract-service/refund-tables/refund-fee-headers/{id}',
|
|
1720
|
+
path: {
|
|
1721
|
+
id: data.id
|
|
1722
|
+
},
|
|
1723
|
+
body: data.requestBody,
|
|
1724
|
+
mediaType: 'application/json',
|
|
1725
|
+
errors: {
|
|
1726
|
+
400: 'Bad Request',
|
|
1727
|
+
401: 'Unauthorized',
|
|
1728
|
+
403: 'Forbidden',
|
|
1729
|
+
404: 'Not Found',
|
|
1730
|
+
500: 'Server Error',
|
|
1731
|
+
501: 'Server Error'
|
|
1732
|
+
}
|
|
1733
|
+
});
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
/**
|
|
1737
|
+
* @param data The data for the request.
|
|
1738
|
+
* @param data.id
|
|
1739
|
+
* @returns unknown Success
|
|
1740
|
+
* @throws ApiError
|
|
1741
|
+
*/
|
|
1742
|
+
public deleteApiContractServiceRefundTablesRefundFeeHeadersById(data: DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdData): CancelablePromise<DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdResponse> {
|
|
1743
|
+
return this.httpRequest.request({
|
|
1744
|
+
method: 'DELETE',
|
|
1745
|
+
url: '/api/contract-service/refund-tables/refund-fee-headers/{id}',
|
|
1746
|
+
path: {
|
|
1747
|
+
id: data.id
|
|
1748
|
+
},
|
|
1749
|
+
errors: {
|
|
1750
|
+
400: 'Bad Request',
|
|
1751
|
+
401: 'Unauthorized',
|
|
1752
|
+
403: 'Forbidden',
|
|
1753
|
+
404: 'Not Found',
|
|
1754
|
+
500: 'Server Error',
|
|
1755
|
+
501: 'Server Error'
|
|
1756
|
+
}
|
|
1757
|
+
});
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
/**
|
|
1761
|
+
* @param data The data for the request.
|
|
1762
|
+
* @param data.id
|
|
1763
|
+
* @param data.refundFeeHeaderId
|
|
1764
|
+
* @returns UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto Success
|
|
1765
|
+
* @throws ApiError
|
|
1766
|
+
*/
|
|
1767
|
+
public getApiContractServiceRefundTablesRefundFeeHeadersRefundPointsById(data: GetApiContractServiceRefundTablesRefundFeeHeadersRefundPointsByIdData): CancelablePromise<GetApiContractServiceRefundTablesRefundFeeHeadersRefundPointsByIdResponse> {
|
|
1768
|
+
return this.httpRequest.request({
|
|
1769
|
+
method: 'GET',
|
|
1770
|
+
url: '/api/contract-service/refund-tables/refund-fee-headers/refund-points/{id}',
|
|
1771
|
+
path: {
|
|
1772
|
+
id: data.id
|
|
1773
|
+
},
|
|
1774
|
+
query: {
|
|
1775
|
+
refundFeeHeaderId: data.refundFeeHeaderId
|
|
1776
|
+
},
|
|
1777
|
+
errors: {
|
|
1778
|
+
400: 'Bad Request',
|
|
1779
|
+
401: 'Unauthorized',
|
|
1780
|
+
403: 'Forbidden',
|
|
1781
|
+
404: 'Not Found',
|
|
1782
|
+
500: 'Server Error',
|
|
1783
|
+
501: 'Server Error'
|
|
1784
|
+
}
|
|
1785
|
+
});
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
/**
|
|
1789
|
+
* @param data The data for the request.
|
|
1790
|
+
* @param data.skipCount
|
|
1791
|
+
* @param data.maxResultCount
|
|
1792
|
+
* @returns PagedResultDto_RefundFeeHeaderDto Success
|
|
1793
|
+
* @throws ApiError
|
|
1794
|
+
*/
|
|
1795
|
+
public getApiContractServiceRefundTablesRefundFeeHeaders(data: GetApiContractServiceRefundTablesRefundFeeHeadersData = {}): CancelablePromise<GetApiContractServiceRefundTablesRefundFeeHeadersResponse> {
|
|
1796
|
+
return this.httpRequest.request({
|
|
1797
|
+
method: 'GET',
|
|
1798
|
+
url: '/api/contract-service/refund-tables/refund-fee-headers',
|
|
1799
|
+
query: {
|
|
1800
|
+
SkipCount: data.skipCount,
|
|
1801
|
+
MaxResultCount: data.maxResultCount
|
|
1802
|
+
},
|
|
1803
|
+
errors: {
|
|
1804
|
+
400: 'Bad Request',
|
|
1805
|
+
401: 'Unauthorized',
|
|
1806
|
+
403: 'Forbidden',
|
|
1807
|
+
404: 'Not Found',
|
|
1808
|
+
500: 'Server Error',
|
|
1809
|
+
501: 'Server Error'
|
|
1810
|
+
}
|
|
1811
|
+
});
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
/**
|
|
1815
|
+
* @param data The data for the request.
|
|
1816
|
+
* @param data.requestBody
|
|
1817
|
+
* @returns UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto Success
|
|
1818
|
+
* @throws ApiError
|
|
1819
|
+
*/
|
|
1820
|
+
public postApiContractServiceRefundTablesRefundFeeHeaders(data: PostApiContractServiceRefundTablesRefundFeeHeadersData = {}): CancelablePromise<PostApiContractServiceRefundTablesRefundFeeHeadersResponse> {
|
|
1821
|
+
return this.httpRequest.request({
|
|
1822
|
+
method: 'POST',
|
|
1823
|
+
url: '/api/contract-service/refund-tables/refund-fee-headers',
|
|
1824
|
+
body: data.requestBody,
|
|
1825
|
+
mediaType: 'application/json',
|
|
1826
|
+
errors: {
|
|
1827
|
+
400: 'Bad Request',
|
|
1828
|
+
401: 'Unauthorized',
|
|
1829
|
+
403: 'Forbidden',
|
|
1830
|
+
404: 'Not Found',
|
|
1831
|
+
500: 'Server Error',
|
|
1832
|
+
501: 'Server Error'
|
|
1833
|
+
}
|
|
1834
|
+
});
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
/**
|
|
1838
|
+
* @param data The data for the request.
|
|
1839
|
+
* @param data.id
|
|
1840
|
+
* @returns UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto Success
|
|
1841
|
+
* @throws ApiError
|
|
1842
|
+
*/
|
|
1843
|
+
public getApiContractServiceRefundTablesRefundFeeHeadersDetailById(data: GetApiContractServiceRefundTablesRefundFeeHeadersDetailByIdData): CancelablePromise<GetApiContractServiceRefundTablesRefundFeeHeadersDetailByIdResponse> {
|
|
1844
|
+
return this.httpRequest.request({
|
|
1845
|
+
method: 'GET',
|
|
1846
|
+
url: '/api/contract-service/refund-tables/refund-fee-headers/detail/{id}',
|
|
1847
|
+
path: {
|
|
1848
|
+
id: data.id
|
|
1849
|
+
},
|
|
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.requestBody
|
|
1865
|
+
* @returns UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDto Success
|
|
1866
|
+
* @throws ApiError
|
|
1867
|
+
*/
|
|
1868
|
+
public postApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetails(data: PostApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetailsData): CancelablePromise<PostApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetailsResponse> {
|
|
1869
|
+
return this.httpRequest.request({
|
|
1870
|
+
method: 'POST',
|
|
1871
|
+
url: '/api/contract-service/refund-tables/refund-fee-headers/{id}/refund-fee-details',
|
|
1872
|
+
path: {
|
|
1873
|
+
id: data.id
|
|
1874
|
+
},
|
|
1875
|
+
body: data.requestBody,
|
|
1876
|
+
mediaType: 'application/json',
|
|
1877
|
+
errors: {
|
|
1878
|
+
400: 'Bad Request',
|
|
1879
|
+
401: 'Unauthorized',
|
|
1880
|
+
403: 'Forbidden',
|
|
1881
|
+
404: 'Not Found',
|
|
1882
|
+
500: 'Server Error',
|
|
1883
|
+
501: 'Server Error'
|
|
1884
|
+
}
|
|
1885
|
+
});
|
|
1886
|
+
}
|
|
1887
|
+
|
|
1888
|
+
/**
|
|
1889
|
+
* @param data The data for the request.
|
|
1890
|
+
* @param data.id
|
|
1891
|
+
* @returns UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDto Success
|
|
1892
|
+
* @throws ApiError
|
|
1893
|
+
*/
|
|
1894
|
+
public getApiContractServiceRefundTablesRefundFeeDetailsById(data: GetApiContractServiceRefundTablesRefundFeeDetailsByIdData): CancelablePromise<GetApiContractServiceRefundTablesRefundFeeDetailsByIdResponse> {
|
|
1895
|
+
return this.httpRequest.request({
|
|
1896
|
+
method: 'GET',
|
|
1897
|
+
url: '/api/contract-service/refund-tables/refund-fee-details/{id}',
|
|
1898
|
+
path: {
|
|
1899
|
+
id: data.id
|
|
1900
|
+
},
|
|
1901
|
+
errors: {
|
|
1902
|
+
400: 'Bad Request',
|
|
1903
|
+
401: 'Unauthorized',
|
|
1904
|
+
403: 'Forbidden',
|
|
1905
|
+
404: 'Not Found',
|
|
1906
|
+
500: 'Server Error',
|
|
1907
|
+
501: 'Server Error'
|
|
1908
|
+
}
|
|
1909
|
+
});
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
/**
|
|
1913
|
+
* @param data The data for the request.
|
|
1914
|
+
* @param data.id
|
|
1915
|
+
* @param data.requestBody
|
|
1916
|
+
* @returns UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDto Success
|
|
1917
|
+
* @throws ApiError
|
|
1918
|
+
*/
|
|
1919
|
+
public putApiContractServiceRefundTablesRefundFeeDetailsById(data: PutApiContractServiceRefundTablesRefundFeeDetailsByIdData): CancelablePromise<PutApiContractServiceRefundTablesRefundFeeDetailsByIdResponse> {
|
|
1920
|
+
return this.httpRequest.request({
|
|
1921
|
+
method: 'PUT',
|
|
1922
|
+
url: '/api/contract-service/refund-tables/refund-fee-details/{id}',
|
|
1923
|
+
path: {
|
|
1924
|
+
id: data.id
|
|
1925
|
+
},
|
|
1926
|
+
body: data.requestBody,
|
|
1927
|
+
mediaType: 'application/json',
|
|
1928
|
+
errors: {
|
|
1929
|
+
400: 'Bad Request',
|
|
1930
|
+
401: 'Unauthorized',
|
|
1931
|
+
403: 'Forbidden',
|
|
1932
|
+
404: 'Not Found',
|
|
1933
|
+
500: 'Server Error',
|
|
1934
|
+
501: 'Server Error'
|
|
1935
|
+
}
|
|
1936
|
+
});
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
/**
|
|
1940
|
+
* @param data The data for the request.
|
|
1941
|
+
* @param data.id
|
|
1942
|
+
* @returns unknown Success
|
|
1943
|
+
* @throws ApiError
|
|
1944
|
+
*/
|
|
1945
|
+
public deleteApiContractServiceRefundTablesRefundFeeDetailsById(data: DeleteApiContractServiceRefundTablesRefundFeeDetailsByIdData): CancelablePromise<DeleteApiContractServiceRefundTablesRefundFeeDetailsByIdResponse> {
|
|
1946
|
+
return this.httpRequest.request({
|
|
1947
|
+
method: 'DELETE',
|
|
1948
|
+
url: '/api/contract-service/refund-tables/refund-fee-details/{id}',
|
|
1949
|
+
path: {
|
|
1950
|
+
id: data.id
|
|
1951
|
+
},
|
|
1952
|
+
errors: {
|
|
1953
|
+
400: 'Bad Request',
|
|
1954
|
+
401: 'Unauthorized',
|
|
1955
|
+
403: 'Forbidden',
|
|
1956
|
+
404: 'Not Found',
|
|
1957
|
+
500: 'Server Error',
|
|
1958
|
+
501: 'Server Error'
|
|
1959
|
+
}
|
|
1960
|
+
});
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1963
1963
|
}
|