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