@ayasofyazilim/saas 0.0.66 → 0.0.67

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