@ayasofyazilim/saas 0.0.65 → 0.0.67
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 +103 -0
- 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/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/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/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/CRMService/schemas.gen.ts +18542 -18542
- package/CRMService/services.gen.ts +2636 -2636
- package/CRMService/types.gen.ts +5238 -5238
- package/ContractService/ContractServiceClient.ts +50 -50
- package/ContractService/schemas.gen.ts +9808 -9808
- package/ContractService/services.gen.ts +1716 -1716
- package/ContractService/types.gen.ts +3755 -3755
- package/ExportValidationService/schemas.gen.ts +2 -77
- package/ExportValidationService/services.gen.ts +12 -0
- package/ExportValidationService/types.gen.ts +7 -9
- 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/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/MerchantService/schemas.gen.ts +14764 -14764
- package/MerchantService/services.gen.ts +1602 -1602
- package/MerchantService/types.gen.ts +18875 -18875
- package/ProjectService.json +2937 -2937
- package/README.md +13 -13
- 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 +62 -62
- package/SettingService/schemas.gen.ts +5410 -5410
- package/SettingService/services.gen.ts +890 -890
- package/SettingService/types.gen.ts +2052 -2052
- package/TagService/schemas.gen.ts +95 -0
- package/TagService/services.gen.ts +58 -7
- package/TagService/types.gen.ts +103 -5
- package/TravellerService/schemas.gen.ts +6274 -6274
- package/TravellerService/services.gen.ts +713 -713
- package/TravellerService/types.gen.ts +1835 -1835
- package/generator.mjs +198 -198
- package/index.ts +2 -2
- package/package.json +27 -27
- package/swagger.json +4794 -4794
|
@@ -1194,6 +1194,101 @@ export const $UniRefund_TagService_Tags_TotalType = {
|
|
|
1194
1194
|
type: 'string'
|
|
1195
1195
|
} as const;
|
|
1196
1196
|
|
|
1197
|
+
export const $UniRefund_TagService_Tags_UpdateTagDto = {
|
|
1198
|
+
type: 'object',
|
|
1199
|
+
properties: {
|
|
1200
|
+
tagNumber: {
|
|
1201
|
+
type: 'string',
|
|
1202
|
+
nullable: true
|
|
1203
|
+
},
|
|
1204
|
+
status: {
|
|
1205
|
+
enum: ['None', 'Open', 'PreIssued', 'Issued', 'WaitingGoodsValidation', 'WaitingStampValidation', 'Declined', 'ExportValidated', 'PaymentBlocked', 'PaymentInProgress', 'PaymentProblem', 'Paid', 'Cancelled', 'Expired', 'Correction', 'OptedOut'],
|
|
1206
|
+
type: 'string'
|
|
1207
|
+
},
|
|
1208
|
+
refundType: {
|
|
1209
|
+
enum: ['None', 'Cash', 'CreditorDebitCard'],
|
|
1210
|
+
type: 'string'
|
|
1211
|
+
},
|
|
1212
|
+
issueDate: {
|
|
1213
|
+
type: 'string',
|
|
1214
|
+
format: 'date-time',
|
|
1215
|
+
nullable: true
|
|
1216
|
+
},
|
|
1217
|
+
expireDate: {
|
|
1218
|
+
type: 'string',
|
|
1219
|
+
format: 'date-time',
|
|
1220
|
+
nullable: true
|
|
1221
|
+
},
|
|
1222
|
+
exportValidationId: {
|
|
1223
|
+
type: 'string',
|
|
1224
|
+
format: 'uuid',
|
|
1225
|
+
nullable: true
|
|
1226
|
+
},
|
|
1227
|
+
refundId: {
|
|
1228
|
+
type: 'string',
|
|
1229
|
+
format: 'uuid',
|
|
1230
|
+
nullable: true
|
|
1231
|
+
},
|
|
1232
|
+
billingId: {
|
|
1233
|
+
type: 'string',
|
|
1234
|
+
format: 'uuid',
|
|
1235
|
+
nullable: true
|
|
1236
|
+
},
|
|
1237
|
+
merchantId: {
|
|
1238
|
+
type: 'string',
|
|
1239
|
+
format: 'uuid',
|
|
1240
|
+
nullable: true
|
|
1241
|
+
},
|
|
1242
|
+
travellerId: {
|
|
1243
|
+
type: 'string',
|
|
1244
|
+
format: 'uuid',
|
|
1245
|
+
nullable: true
|
|
1246
|
+
},
|
|
1247
|
+
tripId: {
|
|
1248
|
+
type: 'string',
|
|
1249
|
+
format: 'uuid',
|
|
1250
|
+
nullable: true
|
|
1251
|
+
},
|
|
1252
|
+
refundTableId: {
|
|
1253
|
+
type: 'string',
|
|
1254
|
+
format: 'uuid',
|
|
1255
|
+
nullable: true
|
|
1256
|
+
},
|
|
1257
|
+
rebateTableId: {
|
|
1258
|
+
type: 'string',
|
|
1259
|
+
format: 'uuid',
|
|
1260
|
+
nullable: true
|
|
1261
|
+
},
|
|
1262
|
+
totals: {
|
|
1263
|
+
type: 'array',
|
|
1264
|
+
items: {
|
|
1265
|
+
type: 'object',
|
|
1266
|
+
properties: {
|
|
1267
|
+
totalType: {
|
|
1268
|
+
enum: ['None', 'SalesAmount', 'VatAmount', 'GrossRefund', 'RefundFee', 'AgentRefundFee', 'Refund'],
|
|
1269
|
+
type: 'string'
|
|
1270
|
+
},
|
|
1271
|
+
amount: {
|
|
1272
|
+
type: 'number',
|
|
1273
|
+
format: 'double'
|
|
1274
|
+
},
|
|
1275
|
+
description: {
|
|
1276
|
+
type: 'string',
|
|
1277
|
+
nullable: true
|
|
1278
|
+
},
|
|
1279
|
+
currency: {
|
|
1280
|
+
type: 'string',
|
|
1281
|
+
nullable: true
|
|
1282
|
+
}
|
|
1283
|
+
},
|
|
1284
|
+
additionalProperties: false
|
|
1285
|
+
},
|
|
1286
|
+
nullable: true
|
|
1287
|
+
}
|
|
1288
|
+
},
|
|
1289
|
+
additionalProperties: false
|
|
1290
|
+
} as const;
|
|
1291
|
+
|
|
1197
1292
|
export const $UniRefund_TagService_Travellers_TravellerDetailDto = {
|
|
1198
1293
|
type: 'object',
|
|
1199
1294
|
properties: {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import type { CancelablePromise } from './core/CancelablePromise';
|
|
4
4
|
import type { BaseHttpRequest } from './core/BaseHttpRequest';
|
|
5
|
-
import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, PostApiTagServiceTagData, PostApiTagServiceTagResponse, GetApiTagServiceTagData, GetApiTagServiceTagResponse, GetApiTagServiceTagByIdDetailData, GetApiTagServiceTagByIdDetailResponse, GetApiTagServiceTagTagsSumData, GetApiTagServiceTagTagsSumResponse, GetApiTagServiceTagSummaryData, GetApiTagServiceTagSummaryResponse, PutApiTagServiceTagTagsRefundData, PutApiTagServiceTagTagsRefundResponse } from './types.gen';
|
|
5
|
+
import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, PostApiTagServiceTagData, PostApiTagServiceTagResponse, GetApiTagServiceTagData, GetApiTagServiceTagResponse, PutApiTagServiceTagByIdData, PutApiTagServiceTagByIdResponse, DeleteApiTagServiceTagByIdData, DeleteApiTagServiceTagByIdResponse, GetApiTagServiceTagByIdDetailData, GetApiTagServiceTagByIdDetailResponse, GetApiTagServiceTagTagsSumData, GetApiTagServiceTagTagsSumResponse, GetApiTagServiceTagSummaryData, GetApiTagServiceTagSummaryResponse, PutApiTagServiceTagTagsRefundData, PutApiTagServiceTagTagsRefundResponse } from './types.gen';
|
|
6
6
|
|
|
7
7
|
export class AbpApiDefinitionService {
|
|
8
8
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
@@ -105,7 +105,7 @@ export class TagService {
|
|
|
105
105
|
public postApiTagServiceTag(data: PostApiTagServiceTagData = {}): CancelablePromise<PostApiTagServiceTagResponse> {
|
|
106
106
|
return this.httpRequest.request({
|
|
107
107
|
method: 'POST',
|
|
108
|
-
url: '/api/tag-service/
|
|
108
|
+
url: '/api/tag-service/tag',
|
|
109
109
|
body: data.requestBody,
|
|
110
110
|
mediaType: 'application/json',
|
|
111
111
|
errors: {
|
|
@@ -144,7 +144,7 @@ export class TagService {
|
|
|
144
144
|
public getApiTagServiceTag(data: GetApiTagServiceTagData = {}): CancelablePromise<GetApiTagServiceTagResponse> {
|
|
145
145
|
return this.httpRequest.request({
|
|
146
146
|
method: 'GET',
|
|
147
|
-
url: '/api/tag-service/
|
|
147
|
+
url: '/api/tag-service/tag',
|
|
148
148
|
query: {
|
|
149
149
|
TagNumber: data.tagNumber,
|
|
150
150
|
InvoiceNumber: data.invoiceNumber,
|
|
@@ -175,6 +175,57 @@ export class TagService {
|
|
|
175
175
|
});
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
+
/**
|
|
179
|
+
* @param data The data for the request.
|
|
180
|
+
* @param data.id
|
|
181
|
+
* @param data.requestBody
|
|
182
|
+
* @returns UniRefund_TagService_Tags_TagDto Success
|
|
183
|
+
* @throws ApiError
|
|
184
|
+
*/
|
|
185
|
+
public putApiTagServiceTagById(data: PutApiTagServiceTagByIdData): CancelablePromise<PutApiTagServiceTagByIdResponse> {
|
|
186
|
+
return this.httpRequest.request({
|
|
187
|
+
method: 'PUT',
|
|
188
|
+
url: '/api/tag-service/tag/{id}',
|
|
189
|
+
path: {
|
|
190
|
+
id: data.id
|
|
191
|
+
},
|
|
192
|
+
body: data.requestBody,
|
|
193
|
+
mediaType: 'application/json',
|
|
194
|
+
errors: {
|
|
195
|
+
400: 'Bad Request',
|
|
196
|
+
401: 'Unauthorized',
|
|
197
|
+
403: 'Forbidden',
|
|
198
|
+
404: 'Not Found',
|
|
199
|
+
500: 'Server Error',
|
|
200
|
+
501: 'Server Error'
|
|
201
|
+
}
|
|
202
|
+
});
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* @param data The data for the request.
|
|
207
|
+
* @param data.id
|
|
208
|
+
* @returns unknown Success
|
|
209
|
+
* @throws ApiError
|
|
210
|
+
*/
|
|
211
|
+
public deleteApiTagServiceTagById(data: DeleteApiTagServiceTagByIdData): CancelablePromise<DeleteApiTagServiceTagByIdResponse> {
|
|
212
|
+
return this.httpRequest.request({
|
|
213
|
+
method: 'DELETE',
|
|
214
|
+
url: '/api/tag-service/tag/{id}',
|
|
215
|
+
path: {
|
|
216
|
+
id: data.id
|
|
217
|
+
},
|
|
218
|
+
errors: {
|
|
219
|
+
400: 'Bad Request',
|
|
220
|
+
401: 'Unauthorized',
|
|
221
|
+
403: 'Forbidden',
|
|
222
|
+
404: 'Not Found',
|
|
223
|
+
500: 'Server Error',
|
|
224
|
+
501: 'Server Error'
|
|
225
|
+
}
|
|
226
|
+
});
|
|
227
|
+
}
|
|
228
|
+
|
|
178
229
|
/**
|
|
179
230
|
* @param data The data for the request.
|
|
180
231
|
* @param data.id
|
|
@@ -184,7 +235,7 @@ export class TagService {
|
|
|
184
235
|
public getApiTagServiceTagByIdDetail(data: GetApiTagServiceTagByIdDetailData): CancelablePromise<GetApiTagServiceTagByIdDetailResponse> {
|
|
185
236
|
return this.httpRequest.request({
|
|
186
237
|
method: 'GET',
|
|
187
|
-
url: '/api/tag-service/
|
|
238
|
+
url: '/api/tag-service/tag/{id}/detail',
|
|
188
239
|
path: {
|
|
189
240
|
id: data.id
|
|
190
241
|
},
|
|
@@ -208,7 +259,7 @@ export class TagService {
|
|
|
208
259
|
public getApiTagServiceTagTagsSum(data: GetApiTagServiceTagTagsSumData = {}): CancelablePromise<GetApiTagServiceTagTagsSumResponse> {
|
|
209
260
|
return this.httpRequest.request({
|
|
210
261
|
method: 'GET',
|
|
211
|
-
url: '/api/tag-service/
|
|
262
|
+
url: '/api/tag-service/tag/tags-sum',
|
|
212
263
|
query: {
|
|
213
264
|
tagIds: data.tagIds
|
|
214
265
|
},
|
|
@@ -248,7 +299,7 @@ export class TagService {
|
|
|
248
299
|
public getApiTagServiceTagSummary(data: GetApiTagServiceTagSummaryData = {}): CancelablePromise<GetApiTagServiceTagSummaryResponse> {
|
|
249
300
|
return this.httpRequest.request({
|
|
250
301
|
method: 'GET',
|
|
251
|
-
url: '/api/tag-service/
|
|
302
|
+
url: '/api/tag-service/tag/summary',
|
|
252
303
|
query: {
|
|
253
304
|
TagNumber: data.tagNumber,
|
|
254
305
|
InvoiceNumber: data.invoiceNumber,
|
|
@@ -290,7 +341,7 @@ export class TagService {
|
|
|
290
341
|
public putApiTagServiceTagTagsRefund(data: PutApiTagServiceTagTagsRefundData = {}): CancelablePromise<PutApiTagServiceTagTagsRefundResponse> {
|
|
291
342
|
return this.httpRequest.request({
|
|
292
343
|
method: 'PUT',
|
|
293
|
-
url: '/api/tag-service/
|
|
344
|
+
url: '/api/tag-service/tag/tags-refund',
|
|
294
345
|
query: {
|
|
295
346
|
refundId: data.refundId,
|
|
296
347
|
refundType: data.refundType
|
package/TagService/types.gen.ts
CHANGED
|
@@ -182,6 +182,23 @@ export type UniRefund_TagService_Tags_TaxTotalDto = {
|
|
|
182
182
|
|
|
183
183
|
export type UniRefund_TagService_Tags_TotalType = 'None' | 'SalesAmount' | 'VatAmount' | 'GrossRefund' | 'RefundFee' | 'AgentRefundFee' | 'Refund';
|
|
184
184
|
|
|
185
|
+
export type UniRefund_TagService_Tags_UpdateTagDto = {
|
|
186
|
+
tagNumber?: string | null;
|
|
187
|
+
status?: UniRefund_TagService_Tags_TagStatusType;
|
|
188
|
+
refundType?: UniRefund_TagService_Tags_RefundType;
|
|
189
|
+
issueDate?: string | null;
|
|
190
|
+
expireDate?: string | null;
|
|
191
|
+
exportValidationId?: string | null;
|
|
192
|
+
refundId?: string | null;
|
|
193
|
+
billingId?: string | null;
|
|
194
|
+
merchantId?: string | null;
|
|
195
|
+
travellerId?: string | null;
|
|
196
|
+
tripId?: string | null;
|
|
197
|
+
refundTableId?: string | null;
|
|
198
|
+
rebateTableId?: string | null;
|
|
199
|
+
totals?: Array<UniRefund_TagService_Tags_TagTotalDto> | null;
|
|
200
|
+
};
|
|
201
|
+
|
|
185
202
|
export type UniRefund_TagService_Travellers_TravellerDetailDto = {
|
|
186
203
|
id?: string;
|
|
187
204
|
travelDocumentNumber?: string | null;
|
|
@@ -632,6 +649,19 @@ export type GetApiTagServiceTagData = {
|
|
|
632
649
|
|
|
633
650
|
export type GetApiTagServiceTagResponse = TagPagedAndSortedResultResponseDto_TagListItemDto;
|
|
634
651
|
|
|
652
|
+
export type PutApiTagServiceTagByIdData = {
|
|
653
|
+
id: string;
|
|
654
|
+
requestBody?: UniRefund_TagService_Tags_UpdateTagDto;
|
|
655
|
+
};
|
|
656
|
+
|
|
657
|
+
export type PutApiTagServiceTagByIdResponse = UniRefund_TagService_Tags_TagDto;
|
|
658
|
+
|
|
659
|
+
export type DeleteApiTagServiceTagByIdData = {
|
|
660
|
+
id: string;
|
|
661
|
+
};
|
|
662
|
+
|
|
663
|
+
export type DeleteApiTagServiceTagByIdResponse = unknown;
|
|
664
|
+
|
|
635
665
|
export type GetApiTagServiceTagByIdDetailData = {
|
|
636
666
|
id: string;
|
|
637
667
|
};
|
|
@@ -780,7 +810,7 @@ export type $OpenApiTs = {
|
|
|
780
810
|
};
|
|
781
811
|
};
|
|
782
812
|
};
|
|
783
|
-
'/api/tag-service/
|
|
813
|
+
'/api/tag-service/tag': {
|
|
784
814
|
post: {
|
|
785
815
|
req: PostApiTagServiceTagData;
|
|
786
816
|
res: {
|
|
@@ -848,7 +878,75 @@ export type $OpenApiTs = {
|
|
|
848
878
|
};
|
|
849
879
|
};
|
|
850
880
|
};
|
|
851
|
-
'/api/tag-service/
|
|
881
|
+
'/api/tag-service/tag/{id}': {
|
|
882
|
+
put: {
|
|
883
|
+
req: PutApiTagServiceTagByIdData;
|
|
884
|
+
res: {
|
|
885
|
+
/**
|
|
886
|
+
* Success
|
|
887
|
+
*/
|
|
888
|
+
200: UniRefund_TagService_Tags_TagDto;
|
|
889
|
+
/**
|
|
890
|
+
* Bad Request
|
|
891
|
+
*/
|
|
892
|
+
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
893
|
+
/**
|
|
894
|
+
* Unauthorized
|
|
895
|
+
*/
|
|
896
|
+
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
897
|
+
/**
|
|
898
|
+
* Forbidden
|
|
899
|
+
*/
|
|
900
|
+
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
901
|
+
/**
|
|
902
|
+
* Not Found
|
|
903
|
+
*/
|
|
904
|
+
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
905
|
+
/**
|
|
906
|
+
* Server Error
|
|
907
|
+
*/
|
|
908
|
+
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
909
|
+
/**
|
|
910
|
+
* Server Error
|
|
911
|
+
*/
|
|
912
|
+
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
913
|
+
};
|
|
914
|
+
};
|
|
915
|
+
delete: {
|
|
916
|
+
req: DeleteApiTagServiceTagByIdData;
|
|
917
|
+
res: {
|
|
918
|
+
/**
|
|
919
|
+
* Success
|
|
920
|
+
*/
|
|
921
|
+
200: unknown;
|
|
922
|
+
/**
|
|
923
|
+
* Bad Request
|
|
924
|
+
*/
|
|
925
|
+
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
926
|
+
/**
|
|
927
|
+
* Unauthorized
|
|
928
|
+
*/
|
|
929
|
+
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
930
|
+
/**
|
|
931
|
+
* Forbidden
|
|
932
|
+
*/
|
|
933
|
+
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
934
|
+
/**
|
|
935
|
+
* Not Found
|
|
936
|
+
*/
|
|
937
|
+
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
938
|
+
/**
|
|
939
|
+
* Server Error
|
|
940
|
+
*/
|
|
941
|
+
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
942
|
+
/**
|
|
943
|
+
* Server Error
|
|
944
|
+
*/
|
|
945
|
+
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
946
|
+
};
|
|
947
|
+
};
|
|
948
|
+
};
|
|
949
|
+
'/api/tag-service/tag/{id}/detail': {
|
|
852
950
|
get: {
|
|
853
951
|
req: GetApiTagServiceTagByIdDetailData;
|
|
854
952
|
res: {
|
|
@@ -883,7 +981,7 @@ export type $OpenApiTs = {
|
|
|
883
981
|
};
|
|
884
982
|
};
|
|
885
983
|
};
|
|
886
|
-
'/api/tag-service/
|
|
984
|
+
'/api/tag-service/tag/tags-sum': {
|
|
887
985
|
get: {
|
|
888
986
|
req: GetApiTagServiceTagTagsSumData;
|
|
889
987
|
res: {
|
|
@@ -918,7 +1016,7 @@ export type $OpenApiTs = {
|
|
|
918
1016
|
};
|
|
919
1017
|
};
|
|
920
1018
|
};
|
|
921
|
-
'/api/tag-service/
|
|
1019
|
+
'/api/tag-service/tag/summary': {
|
|
922
1020
|
get: {
|
|
923
1021
|
req: GetApiTagServiceTagSummaryData;
|
|
924
1022
|
res: {
|
|
@@ -953,7 +1051,7 @@ export type $OpenApiTs = {
|
|
|
953
1051
|
};
|
|
954
1052
|
};
|
|
955
1053
|
};
|
|
956
|
-
'/api/tag-service/
|
|
1054
|
+
'/api/tag-service/tag/tags-refund': {
|
|
957
1055
|
put: {
|
|
958
1056
|
req: PutApiTagServiceTagTagsRefundData;
|
|
959
1057
|
res: {
|