@ayasofyazilim/saas 0.0.38 → 0.0.40

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 (78) hide show
  1. package/AccountService/core/ApiRequestOptions.ts +12 -12
  2. package/AccountService/core/BaseHttpRequest.ts +9 -9
  3. package/AccountService/core/FetchHttpRequest.ts +21 -21
  4. package/AccountService/core/OpenAPI.ts +55 -55
  5. package/AccountService/core/request.ts +340 -340
  6. package/AdministrationService/core/ApiRequestOptions.ts +12 -12
  7. package/AdministrationService/core/BaseHttpRequest.ts +9 -9
  8. package/AdministrationService/core/FetchHttpRequest.ts +21 -21
  9. package/AdministrationService/core/OpenAPI.ts +55 -55
  10. package/AdministrationService/core/request.ts +340 -340
  11. package/BackerService/core/ApiRequestOptions.ts +12 -12
  12. package/BackerService/core/BaseHttpRequest.ts +9 -9
  13. package/BackerService/core/FetchHttpRequest.ts +21 -21
  14. package/BackerService/core/OpenAPI.ts +55 -55
  15. package/BackerService/core/request.ts +340 -340
  16. package/CRMService/schemas.gen.ts +15920 -15920
  17. package/CRMService/services.gen.ts +2052 -2052
  18. package/CRMService/types.gen.ts +4106 -4106
  19. package/ContractService/schemas.gen.ts +258 -157
  20. package/ContractService/services.gen.ts +139 -139
  21. package/ContractService/types.gen.ts +231 -217
  22. package/FundraiserService/core/ApiRequestOptions.ts +12 -12
  23. package/FundraiserService/core/BaseHttpRequest.ts +9 -9
  24. package/FundraiserService/core/FetchHttpRequest.ts +21 -21
  25. package/FundraiserService/core/OpenAPI.ts +55 -55
  26. package/FundraiserService/core/request.ts +340 -340
  27. package/IdentityService/core/ApiRequestOptions.ts +12 -12
  28. package/IdentityService/core/BaseHttpRequest.ts +9 -9
  29. package/IdentityService/core/FetchHttpRequest.ts +21 -21
  30. package/IdentityService/core/OpenAPI.ts +55 -55
  31. package/IdentityService/core/request.ts +340 -340
  32. package/LocationService/LocationServiceClient.ts +110 -0
  33. package/LocationService/core/ApiError.ts +21 -0
  34. package/LocationService/core/ApiRequestOptions.ts +13 -0
  35. package/LocationService/core/ApiResult.ts +7 -0
  36. package/LocationService/core/BaseHttpRequest.ts +10 -0
  37. package/LocationService/core/CancelablePromise.ts +126 -0
  38. package/LocationService/core/FetchHttpRequest.ts +22 -0
  39. package/LocationService/core/OpenAPI.ts +56 -0
  40. package/LocationService/core/request.ts +341 -0
  41. package/LocationService/index.ts +9 -0
  42. package/LocationService/schemas.gen.ts +10137 -0
  43. package/LocationService/services.gen.ts +3393 -0
  44. package/LocationService/types.gen.ts +6508 -0
  45. package/MerchantService/core/ApiRequestOptions.ts +12 -12
  46. package/MerchantService/core/BaseHttpRequest.ts +9 -9
  47. package/MerchantService/core/FetchHttpRequest.ts +21 -21
  48. package/MerchantService/core/OpenAPI.ts +55 -55
  49. package/MerchantService/core/request.ts +340 -340
  50. package/MerchantService/schemas.gen.ts +14764 -14764
  51. package/MerchantService/services.gen.ts +1602 -1602
  52. package/ProjectService/core/ApiRequestOptions.ts +12 -12
  53. package/ProjectService/core/BaseHttpRequest.ts +9 -9
  54. package/ProjectService/core/FetchHttpRequest.ts +21 -21
  55. package/ProjectService/core/OpenAPI.ts +55 -55
  56. package/ProjectService/core/request.ts +340 -340
  57. package/ProjectService.json +2937 -2937
  58. package/SaasService/core/ApiRequestOptions.ts +12 -12
  59. package/SaasService/core/BaseHttpRequest.ts +9 -9
  60. package/SaasService/core/FetchHttpRequest.ts +21 -21
  61. package/SaasService/core/OpenAPI.ts +55 -55
  62. package/SaasService/core/request.ts +340 -340
  63. package/TravellerService/TravellerServiceClient.ts +56 -56
  64. package/TravellerService/core/ApiError.ts +20 -20
  65. package/TravellerService/core/ApiRequestOptions.ts +12 -12
  66. package/TravellerService/core/ApiResult.ts +6 -6
  67. package/TravellerService/core/BaseHttpRequest.ts +9 -9
  68. package/TravellerService/core/CancelablePromise.ts +125 -125
  69. package/TravellerService/core/FetchHttpRequest.ts +21 -21
  70. package/TravellerService/core/OpenAPI.ts +55 -55
  71. package/TravellerService/core/request.ts +340 -340
  72. package/TravellerService/index.ts +8 -8
  73. package/TravellerService/schemas.gen.ts +6204 -6204
  74. package/TravellerService/services.gen.ts +695 -695
  75. package/TravellerService/types.gen.ts +1808 -1808
  76. package/generator.mjs +13 -4
  77. package/package.json +1 -1
  78. package/swagger.json +4794 -4794
@@ -0,0 +1,3393 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+
3
+ import type { CancelablePromise } from './core/CancelablePromise';
4
+ import type { BaseHttpRequest } from './core/BaseHttpRequest';
5
+ import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiLocationServiceAddressesData, GetApiLocationServiceAddressesResponse, PostApiLocationServiceAddressesData, PostApiLocationServiceAddressesResponse, GetApiLocationServiceAddressesByIdData, GetApiLocationServiceAddressesByIdResponse, PutApiLocationServiceAddressesByIdData, PutApiLocationServiceAddressesByIdResponse, DeleteApiLocationServiceAddressesByIdData, DeleteApiLocationServiceAddressesByIdResponse, GetApiLocationServiceAddressesGetDetailByIdData, GetApiLocationServiceAddressesGetDetailByIdResponse, GetApiLocationServiceAddressesGetListDetailData, GetApiLocationServiceAddressesGetListDetailResponse, GetApiLocationServiceCitiesData, GetApiLocationServiceCitiesResponse, PostApiLocationServiceCitiesData, PostApiLocationServiceCitiesResponse, GetApiLocationServiceCitiesByIdData, GetApiLocationServiceCitiesByIdResponse, PutApiLocationServiceCitiesByIdData, PutApiLocationServiceCitiesByIdResponse, DeleteApiLocationServiceCitiesByIdData, DeleteApiLocationServiceCitiesByIdResponse, GetApiLocationServiceCitiesGetByControllingRegionIdByCityIdByRegionIdData, GetApiLocationServiceCitiesGetByControllingRegionIdByCityIdByRegionIdResponse, GetApiLocationServiceCitiesExistsByControllingRegionIdByCityIdByRegionIdData, GetApiLocationServiceCitiesExistsByControllingRegionIdByCityIdByRegionIdResponse, GetApiLocationServiceCountriesData, GetApiLocationServiceCountriesResponse, PostApiLocationServiceCountriesData, PostApiLocationServiceCountriesResponse, GetApiLocationServiceCountriesByIdData, GetApiLocationServiceCountriesByIdResponse, PutApiLocationServiceCountriesByIdData, PutApiLocationServiceCountriesByIdResponse, DeleteApiLocationServiceCountriesByIdData, DeleteApiLocationServiceCountriesByIdResponse, GetApiLocationServiceCountriesExistsByCountryIdData, GetApiLocationServiceCountriesExistsByCountryIdResponse, GetApiLocationServiceCountriesNamesData, GetApiLocationServiceCountriesNamesResponse, GetApiLocationServiceCountryContinentEnumsData, GetApiLocationServiceCountryContinentEnumsResponse, PostApiLocationServiceCountryContinentEnumsData, PostApiLocationServiceCountryContinentEnumsResponse, GetApiLocationServiceCountryContinentEnumsByIdData, GetApiLocationServiceCountryContinentEnumsByIdResponse, PutApiLocationServiceCountryContinentEnumsByIdData, PutApiLocationServiceCountryContinentEnumsByIdResponse, DeleteApiLocationServiceCountryContinentEnumsByIdData, DeleteApiLocationServiceCountryContinentEnumsByIdResponse, GetApiLocationServiceCountryCurrenciesData, GetApiLocationServiceCountryCurrenciesResponse, PostApiLocationServiceCountryCurrenciesData, PostApiLocationServiceCountryCurrenciesResponse, GetApiLocationServiceCountryCurrenciesByIdData, GetApiLocationServiceCountryCurrenciesByIdResponse, PutApiLocationServiceCountryCurrenciesByIdData, PutApiLocationServiceCountryCurrenciesByIdResponse, DeleteApiLocationServiceCountryCurrenciesByIdData, DeleteApiLocationServiceCountryCurrenciesByIdResponse, GetApiLocationServiceCountryCurrencyDigitGroupingEnumsData, GetApiLocationServiceCountryCurrencyDigitGroupingEnumsResponse, PostApiLocationServiceCountryCurrencyDigitGroupingEnumsData, PostApiLocationServiceCountryCurrencyDigitGroupingEnumsResponse, GetApiLocationServiceCountryCurrencyDigitGroupingEnumsByIdData, GetApiLocationServiceCountryCurrencyDigitGroupingEnumsByIdResponse, PutApiLocationServiceCountryCurrencyDigitGroupingEnumsByIdData, PutApiLocationServiceCountryCurrencyDigitGroupingEnumsByIdResponse, DeleteApiLocationServiceCountryCurrencyDigitGroupingEnumsByIdData, DeleteApiLocationServiceCountryCurrencyDigitGroupingEnumsByIdResponse, GetApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsData, GetApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsResponse, PostApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsData, PostApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsResponse, GetApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsByIdData, GetApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsByIdResponse, PutApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsByIdData, PutApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsByIdResponse, DeleteApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsByIdData, DeleteApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsByIdResponse, GetApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsData, GetApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsResponse, PostApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsData, PostApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsResponse, GetApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsByIdData, GetApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsByIdResponse, PutApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsByIdData, PutApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsByIdResponse, DeleteApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsByIdData, DeleteApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsByIdResponse, GetApiLocationServiceCountryDatesData, GetApiLocationServiceCountryDatesResponse, PostApiLocationServiceCountryDatesData, PostApiLocationServiceCountryDatesResponse, GetApiLocationServiceCountryDatesByIdData, GetApiLocationServiceCountryDatesByIdResponse, PutApiLocationServiceCountryDatesByIdData, PutApiLocationServiceCountryDatesByIdResponse, DeleteApiLocationServiceCountryDatesByIdData, DeleteApiLocationServiceCountryDatesByIdResponse, GetApiLocationServiceCountryDateCalendarTypeEnumsData, GetApiLocationServiceCountryDateCalendarTypeEnumsResponse, PostApiLocationServiceCountryDateCalendarTypeEnumsData, PostApiLocationServiceCountryDateCalendarTypeEnumsResponse, GetApiLocationServiceCountryDateCalendarTypeEnumsByIdData, GetApiLocationServiceCountryDateCalendarTypeEnumsByIdResponse, PutApiLocationServiceCountryDateCalendarTypeEnumsByIdData, PutApiLocationServiceCountryDateCalendarTypeEnumsByIdResponse, DeleteApiLocationServiceCountryDateCalendarTypeEnumsByIdData, DeleteApiLocationServiceCountryDateCalendarTypeEnumsByIdResponse, GetApiLocationServiceCountryDateFirstDayOfWeekEnumsData, GetApiLocationServiceCountryDateFirstDayOfWeekEnumsResponse, PostApiLocationServiceCountryDateFirstDayOfWeekEnumsData, PostApiLocationServiceCountryDateFirstDayOfWeekEnumsResponse, GetApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdData, GetApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdResponse, PutApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdData, PutApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdResponse, DeleteApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdData, DeleteApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdResponse, GetApiLocationServiceCountryNumbersData, GetApiLocationServiceCountryNumbersResponse, PostApiLocationServiceCountryNumbersData, PostApiLocationServiceCountryNumbersResponse, GetApiLocationServiceCountryNumbersByIdData, GetApiLocationServiceCountryNumbersByIdResponse, PutApiLocationServiceCountryNumbersByIdData, PutApiLocationServiceCountryNumbersByIdResponse, DeleteApiLocationServiceCountryNumbersByIdData, DeleteApiLocationServiceCountryNumbersByIdResponse, GetApiLocationServiceCountryNumberDigitGroupingEnumsData, GetApiLocationServiceCountryNumberDigitGroupingEnumsResponse, PostApiLocationServiceCountryNumberDigitGroupingEnumsData, PostApiLocationServiceCountryNumberDigitGroupingEnumsResponse, GetApiLocationServiceCountryNumberDigitGroupingEnumsByIdData, GetApiLocationServiceCountryNumberDigitGroupingEnumsByIdResponse, PutApiLocationServiceCountryNumberDigitGroupingEnumsByIdData, PutApiLocationServiceCountryNumberDigitGroupingEnumsByIdResponse, DeleteApiLocationServiceCountryNumberDigitGroupingEnumsByIdData, DeleteApiLocationServiceCountryNumberDigitGroupingEnumsByIdResponse, GetApiLocationServiceCountryNumberMeasurementSystemEnumsData, GetApiLocationServiceCountryNumberMeasurementSystemEnumsResponse, PostApiLocationServiceCountryNumberMeasurementSystemEnumsData, PostApiLocationServiceCountryNumberMeasurementSystemEnumsResponse, GetApiLocationServiceCountryNumberMeasurementSystemEnumsByIdData, GetApiLocationServiceCountryNumberMeasurementSystemEnumsByIdResponse, PutApiLocationServiceCountryNumberMeasurementSystemEnumsByIdData, PutApiLocationServiceCountryNumberMeasurementSystemEnumsByIdResponse, DeleteApiLocationServiceCountryNumberMeasurementSystemEnumsByIdData, DeleteApiLocationServiceCountryNumberMeasurementSystemEnumsByIdResponse, GetApiLocationServiceCountryNumberNegativeNumberFormatEnumsData, GetApiLocationServiceCountryNumberNegativeNumberFormatEnumsResponse, PostApiLocationServiceCountryNumberNegativeNumberFormatEnumsData, PostApiLocationServiceCountryNumberNegativeNumberFormatEnumsResponse, GetApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdData, GetApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdResponse, PutApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdData, PutApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdResponse, DeleteApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdData, DeleteApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdResponse, GetApiLocationServiceCountryNumberStandardDigitsEnumsData, GetApiLocationServiceCountryNumberStandardDigitsEnumsResponse, PostApiLocationServiceCountryNumberStandardDigitsEnumsData, PostApiLocationServiceCountryNumberStandardDigitsEnumsResponse, GetApiLocationServiceCountryNumberStandardDigitsEnumsByIdData, GetApiLocationServiceCountryNumberStandardDigitsEnumsByIdResponse, PutApiLocationServiceCountryNumberStandardDigitsEnumsByIdData, PutApiLocationServiceCountryNumberStandardDigitsEnumsByIdResponse, DeleteApiLocationServiceCountryNumberStandardDigitsEnumsByIdData, DeleteApiLocationServiceCountryNumberStandardDigitsEnumsByIdResponse, GetApiLocationServiceCountryNumberUseNativeDigitsEnumsData, GetApiLocationServiceCountryNumberUseNativeDigitsEnumsResponse, PostApiLocationServiceCountryNumberUseNativeDigitsEnumsData, PostApiLocationServiceCountryNumberUseNativeDigitsEnumsResponse, GetApiLocationServiceCountryNumberUseNativeDigitsEnumsByIdData, GetApiLocationServiceCountryNumberUseNativeDigitsEnumsByIdResponse, PutApiLocationServiceCountryNumberUseNativeDigitsEnumsByIdData, PutApiLocationServiceCountryNumberUseNativeDigitsEnumsByIdResponse, DeleteApiLocationServiceCountryNumberUseNativeDigitsEnumsByIdData, DeleteApiLocationServiceCountryNumberUseNativeDigitsEnumsByIdResponse, GetApiLocationServiceCountryTimesData, GetApiLocationServiceCountryTimesResponse, PostApiLocationServiceCountryTimesData, PostApiLocationServiceCountryTimesResponse, GetApiLocationServiceCountryTimesByIdData, GetApiLocationServiceCountryTimesByIdResponse, PutApiLocationServiceCountryTimesByIdData, PutApiLocationServiceCountryTimesByIdResponse, DeleteApiLocationServiceCountryTimesByIdData, DeleteApiLocationServiceCountryTimesByIdResponse, GetApiLocationServiceDistrictsData, GetApiLocationServiceDistrictsResponse, PostApiLocationServiceDistrictsData, PostApiLocationServiceDistrictsResponse, GetApiLocationServiceDistrictsByIdData, GetApiLocationServiceDistrictsByIdResponse, PutApiLocationServiceDistrictsByIdData, PutApiLocationServiceDistrictsByIdResponse, DeleteApiLocationServiceDistrictsByIdData, DeleteApiLocationServiceDistrictsByIdResponse, GetApiLocationServiceDistrictsGetByControllingCityIdByCityIdByDistrictIdData, GetApiLocationServiceDistrictsGetByControllingCityIdByCityIdByDistrictIdResponse, GetApiLocationServiceDistrictsExistsByControllingCityIdByCityIdByDistrictIdData, GetApiLocationServiceDistrictsExistsByControllingCityIdByCityIdByDistrictIdResponse, GetApiEnumServiceEnumsGetListByEnumTypeIdByEnumTypeIdData, GetApiEnumServiceEnumsGetListByEnumTypeIdByEnumTypeIdResponse, PostApiEnumServiceEnumsTranslationData, PostApiEnumServiceEnumsTranslationResponse, PostApiEnumServiceEnumsEnumTypeTranslationData, PostApiEnumServiceEnumsEnumTypeTranslationResponse, GetApiEnumServiceEnumsEnumTypeData, GetApiEnumServiceEnumsEnumTypeResponse, GetApiLocationServiceNeighborhoodsData, GetApiLocationServiceNeighborhoodsResponse, PostApiLocationServiceNeighborhoodsData, PostApiLocationServiceNeighborhoodsResponse, GetApiLocationServiceNeighborhoodsByIdData, GetApiLocationServiceNeighborhoodsByIdResponse, PutApiLocationServiceNeighborhoodsByIdData, PutApiLocationServiceNeighborhoodsByIdResponse, DeleteApiLocationServiceNeighborhoodsByIdData, DeleteApiLocationServiceNeighborhoodsByIdResponse, GetApiLocationServiceNeighborhoodsGetByControllingDistrictIdByNeighborhoodIdByDistrictIdData, GetApiLocationServiceNeighborhoodsGetByControllingDistrictIdByNeighborhoodIdByDistrictIdResponse, GetApiLocationServiceRegionsData, GetApiLocationServiceRegionsResponse, PostApiLocationServiceRegionsData, PostApiLocationServiceRegionsResponse, GetApiLocationServiceRegionsByIdData, GetApiLocationServiceRegionsByIdResponse, PutApiLocationServiceRegionsByIdData, PutApiLocationServiceRegionsByIdResponse, DeleteApiLocationServiceRegionsByIdData, DeleteApiLocationServiceRegionsByIdResponse, GetApiLocationServiceRegionsGetDefaultRegionIdByCountryIdData, GetApiLocationServiceRegionsGetDefaultRegionIdByCountryIdResponse, GetApiLocationServiceRegionsGetByControllingCountryIdbyRegionIdByCountryIdData, GetApiLocationServiceRegionsGetByControllingCountryIdbyRegionIdByCountryIdResponse, GetApiLocationServiceRegionsExistsByControllingCountryIdByRegionIdByCountryIdData, GetApiLocationServiceRegionsExistsByControllingCountryIdByRegionIdByCountryIdResponse, GetApiLocationServiceRegionalSettingsData, GetApiLocationServiceRegionalSettingsResponse, PostApiLocationServiceRegionalSettingsData, PostApiLocationServiceRegionalSettingsResponse, GetApiLocationServiceRegionalSettingsByIdData, GetApiLocationServiceRegionalSettingsByIdResponse, PutApiLocationServiceRegionalSettingsByIdData, PutApiLocationServiceRegionalSettingsByIdResponse, DeleteApiLocationServiceRegionalSettingsByIdData, DeleteApiLocationServiceRegionalSettingsByIdResponse } from './types.gen';
6
+
7
+ export class AbpApiDefinitionService {
8
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
9
+
10
+ /**
11
+ * @param data The data for the request.
12
+ * @param data.includeTypes
13
+ * @returns Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel Success
14
+ * @throws ApiError
15
+ */
16
+ public getApiAbpApiDefinition(data: GetApiAbpApiDefinitionData = {}): CancelablePromise<GetApiAbpApiDefinitionResponse> {
17
+ return this.httpRequest.request({
18
+ method: 'GET',
19
+ url: '/api/abp/api-definition',
20
+ query: {
21
+ IncludeTypes: data.includeTypes
22
+ },
23
+ errors: {
24
+ 400: 'Bad Request',
25
+ 401: 'Unauthorized',
26
+ 403: 'Forbidden',
27
+ 404: 'Not Found',
28
+ 500: 'Server Error',
29
+ 501: 'Server Error'
30
+ }
31
+ });
32
+ }
33
+
34
+ }
35
+
36
+ export class AbpApplicationConfigurationService {
37
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
38
+
39
+ /**
40
+ * @param data The data for the request.
41
+ * @param data.includeLocalizationResources
42
+ * @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto Success
43
+ * @throws ApiError
44
+ */
45
+ public getApiAbpApplicationConfiguration(data: GetApiAbpApplicationConfigurationData = {}): CancelablePromise<GetApiAbpApplicationConfigurationResponse> {
46
+ return this.httpRequest.request({
47
+ method: 'GET',
48
+ url: '/api/abp/application-configuration',
49
+ query: {
50
+ IncludeLocalizationResources: data.includeLocalizationResources
51
+ },
52
+ errors: {
53
+ 400: 'Bad Request',
54
+ 401: 'Unauthorized',
55
+ 403: 'Forbidden',
56
+ 404: 'Not Found',
57
+ 500: 'Server Error',
58
+ 501: 'Server Error'
59
+ }
60
+ });
61
+ }
62
+
63
+ }
64
+
65
+ export class AbpApplicationLocalizationService {
66
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
67
+
68
+ /**
69
+ * @param data The data for the request.
70
+ * @param data.cultureName
71
+ * @param data.onlyDynamics
72
+ * @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto Success
73
+ * @throws ApiError
74
+ */
75
+ public getApiAbpApplicationLocalization(data: GetApiAbpApplicationLocalizationData): CancelablePromise<GetApiAbpApplicationLocalizationResponse> {
76
+ return this.httpRequest.request({
77
+ method: 'GET',
78
+ url: '/api/abp/application-localization',
79
+ query: {
80
+ CultureName: data.cultureName,
81
+ OnlyDynamics: data.onlyDynamics
82
+ },
83
+ errors: {
84
+ 400: 'Bad Request',
85
+ 401: 'Unauthorized',
86
+ 403: 'Forbidden',
87
+ 404: 'Not Found',
88
+ 500: 'Server Error',
89
+ 501: 'Server Error'
90
+ }
91
+ });
92
+ }
93
+
94
+ }
95
+
96
+ export class AddressService {
97
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
98
+
99
+ /**
100
+ * @param data The data for the request.
101
+ * @param data.sorting
102
+ * @param data.skipCount
103
+ * @param data.maxResultCount
104
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_Addresses_AddressDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
105
+ * @throws ApiError
106
+ */
107
+ public getApiLocationServiceAddresses(data: GetApiLocationServiceAddressesData = {}): CancelablePromise<GetApiLocationServiceAddressesResponse> {
108
+ return this.httpRequest.request({
109
+ method: 'GET',
110
+ url: '/api/location-service/addresses',
111
+ query: {
112
+ Sorting: data.sorting,
113
+ SkipCount: data.skipCount,
114
+ MaxResultCount: data.maxResultCount
115
+ },
116
+ errors: {
117
+ 400: 'Bad Request',
118
+ 401: 'Unauthorized',
119
+ 403: 'Forbidden',
120
+ 404: 'Not Found',
121
+ 500: 'Server Error',
122
+ 501: 'Server Error'
123
+ }
124
+ });
125
+ }
126
+
127
+ /**
128
+ * @param data The data for the request.
129
+ * @param data.requestBody
130
+ * @returns UniRefund_LocationService_Addresses_AddressDto Success
131
+ * @throws ApiError
132
+ */
133
+ public postApiLocationServiceAddresses(data: PostApiLocationServiceAddressesData = {}): CancelablePromise<PostApiLocationServiceAddressesResponse> {
134
+ return this.httpRequest.request({
135
+ method: 'POST',
136
+ url: '/api/location-service/addresses',
137
+ body: data.requestBody,
138
+ mediaType: 'application/json',
139
+ errors: {
140
+ 400: 'Bad Request',
141
+ 401: 'Unauthorized',
142
+ 403: 'Forbidden',
143
+ 404: 'Not Found',
144
+ 500: 'Server Error',
145
+ 501: 'Server Error'
146
+ }
147
+ });
148
+ }
149
+
150
+ /**
151
+ * @param data The data for the request.
152
+ * @param data.id
153
+ * @returns UniRefund_LocationService_Addresses_AddressDto Success
154
+ * @throws ApiError
155
+ */
156
+ public getApiLocationServiceAddressesById(data: GetApiLocationServiceAddressesByIdData): CancelablePromise<GetApiLocationServiceAddressesByIdResponse> {
157
+ return this.httpRequest.request({
158
+ method: 'GET',
159
+ url: '/api/location-service/addresses/{id}',
160
+ path: {
161
+ id: data.id
162
+ },
163
+ errors: {
164
+ 400: 'Bad Request',
165
+ 401: 'Unauthorized',
166
+ 403: 'Forbidden',
167
+ 404: 'Not Found',
168
+ 500: 'Server Error',
169
+ 501: 'Server Error'
170
+ }
171
+ });
172
+ }
173
+
174
+ /**
175
+ * @param data The data for the request.
176
+ * @param data.id
177
+ * @param data.requestBody
178
+ * @returns UniRefund_LocationService_Addresses_AddressDto Success
179
+ * @throws ApiError
180
+ */
181
+ public putApiLocationServiceAddressesById(data: PutApiLocationServiceAddressesByIdData): CancelablePromise<PutApiLocationServiceAddressesByIdResponse> {
182
+ return this.httpRequest.request({
183
+ method: 'PUT',
184
+ url: '/api/location-service/addresses/{id}',
185
+ path: {
186
+ id: data.id
187
+ },
188
+ body: data.requestBody,
189
+ mediaType: 'application/json',
190
+ errors: {
191
+ 400: 'Bad Request',
192
+ 401: 'Unauthorized',
193
+ 403: 'Forbidden',
194
+ 404: 'Not Found',
195
+ 500: 'Server Error',
196
+ 501: 'Server Error'
197
+ }
198
+ });
199
+ }
200
+
201
+ /**
202
+ * @param data The data for the request.
203
+ * @param data.id
204
+ * @returns unknown Success
205
+ * @throws ApiError
206
+ */
207
+ public deleteApiLocationServiceAddressesById(data: DeleteApiLocationServiceAddressesByIdData): CancelablePromise<DeleteApiLocationServiceAddressesByIdResponse> {
208
+ return this.httpRequest.request({
209
+ method: 'DELETE',
210
+ url: '/api/location-service/addresses/{id}',
211
+ path: {
212
+ id: data.id
213
+ },
214
+ errors: {
215
+ 400: 'Bad Request',
216
+ 401: 'Unauthorized',
217
+ 403: 'Forbidden',
218
+ 404: 'Not Found',
219
+ 500: 'Server Error',
220
+ 501: 'Server Error'
221
+ }
222
+ });
223
+ }
224
+
225
+ /**
226
+ * @param data The data for the request.
227
+ * @param data.id
228
+ * @returns UniRefund_LocationService_Addresses_AddressDto Success
229
+ * @throws ApiError
230
+ */
231
+ public getApiLocationServiceAddressesGetDetailById(data: GetApiLocationServiceAddressesGetDetailByIdData): CancelablePromise<GetApiLocationServiceAddressesGetDetailByIdResponse> {
232
+ return this.httpRequest.request({
233
+ method: 'GET',
234
+ url: '/api/location-service/addresses/get-detail/{id}',
235
+ path: {
236
+ id: data.id
237
+ },
238
+ errors: {
239
+ 400: 'Bad Request',
240
+ 401: 'Unauthorized',
241
+ 403: 'Forbidden',
242
+ 404: 'Not Found',
243
+ 500: 'Server Error',
244
+ 501: 'Server Error'
245
+ }
246
+ });
247
+ }
248
+
249
+ /**
250
+ * @param data The data for the request.
251
+ * @param data.sorting
252
+ * @param data.skipCount
253
+ * @param data.maxResultCount
254
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_Addresses_AddressDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
255
+ * @throws ApiError
256
+ */
257
+ public getApiLocationServiceAddressesGetListDetail(data: GetApiLocationServiceAddressesGetListDetailData = {}): CancelablePromise<GetApiLocationServiceAddressesGetListDetailResponse> {
258
+ return this.httpRequest.request({
259
+ method: 'GET',
260
+ url: '/api/location-service/addresses/get-list-detail',
261
+ query: {
262
+ Sorting: data.sorting,
263
+ SkipCount: data.skipCount,
264
+ MaxResultCount: data.maxResultCount
265
+ },
266
+ errors: {
267
+ 400: 'Bad Request',
268
+ 401: 'Unauthorized',
269
+ 403: 'Forbidden',
270
+ 404: 'Not Found',
271
+ 500: 'Server Error',
272
+ 501: 'Server Error'
273
+ }
274
+ });
275
+ }
276
+
277
+ }
278
+
279
+ export class CityService {
280
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
281
+
282
+ /**
283
+ * @param data The data for the request.
284
+ * @param data.sorting
285
+ * @param data.skipCount
286
+ * @param data.maxResultCount
287
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_Cities_CityDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
288
+ * @throws ApiError
289
+ */
290
+ public getApiLocationServiceCities(data: GetApiLocationServiceCitiesData = {}): CancelablePromise<GetApiLocationServiceCitiesResponse> {
291
+ return this.httpRequest.request({
292
+ method: 'GET',
293
+ url: '/api/location-service/cities',
294
+ query: {
295
+ Sorting: data.sorting,
296
+ SkipCount: data.skipCount,
297
+ MaxResultCount: data.maxResultCount
298
+ },
299
+ errors: {
300
+ 400: 'Bad Request',
301
+ 401: 'Unauthorized',
302
+ 403: 'Forbidden',
303
+ 404: 'Not Found',
304
+ 500: 'Server Error',
305
+ 501: 'Server Error'
306
+ }
307
+ });
308
+ }
309
+
310
+ /**
311
+ * @param data The data for the request.
312
+ * @param data.requestBody
313
+ * @returns UniRefund_LocationService_Cities_CityDto Success
314
+ * @throws ApiError
315
+ */
316
+ public postApiLocationServiceCities(data: PostApiLocationServiceCitiesData = {}): CancelablePromise<PostApiLocationServiceCitiesResponse> {
317
+ return this.httpRequest.request({
318
+ method: 'POST',
319
+ url: '/api/location-service/cities',
320
+ body: data.requestBody,
321
+ mediaType: 'application/json',
322
+ errors: {
323
+ 400: 'Bad Request',
324
+ 401: 'Unauthorized',
325
+ 403: 'Forbidden',
326
+ 404: 'Not Found',
327
+ 500: 'Server Error',
328
+ 501: 'Server Error'
329
+ }
330
+ });
331
+ }
332
+
333
+ /**
334
+ * @param data The data for the request.
335
+ * @param data.id
336
+ * @returns UniRefund_LocationService_Cities_CityDto Success
337
+ * @throws ApiError
338
+ */
339
+ public getApiLocationServiceCitiesById(data: GetApiLocationServiceCitiesByIdData): CancelablePromise<GetApiLocationServiceCitiesByIdResponse> {
340
+ return this.httpRequest.request({
341
+ method: 'GET',
342
+ url: '/api/location-service/cities/{id}',
343
+ path: {
344
+ id: data.id
345
+ },
346
+ errors: {
347
+ 400: 'Bad Request',
348
+ 401: 'Unauthorized',
349
+ 403: 'Forbidden',
350
+ 404: 'Not Found',
351
+ 500: 'Server Error',
352
+ 501: 'Server Error'
353
+ }
354
+ });
355
+ }
356
+
357
+ /**
358
+ * @param data The data for the request.
359
+ * @param data.id
360
+ * @param data.requestBody
361
+ * @returns UniRefund_LocationService_Cities_CityDto Success
362
+ * @throws ApiError
363
+ */
364
+ public putApiLocationServiceCitiesById(data: PutApiLocationServiceCitiesByIdData): CancelablePromise<PutApiLocationServiceCitiesByIdResponse> {
365
+ return this.httpRequest.request({
366
+ method: 'PUT',
367
+ url: '/api/location-service/cities/{id}',
368
+ path: {
369
+ id: data.id
370
+ },
371
+ body: data.requestBody,
372
+ mediaType: 'application/json',
373
+ errors: {
374
+ 400: 'Bad Request',
375
+ 401: 'Unauthorized',
376
+ 403: 'Forbidden',
377
+ 404: 'Not Found',
378
+ 500: 'Server Error',
379
+ 501: 'Server Error'
380
+ }
381
+ });
382
+ }
383
+
384
+ /**
385
+ * @param data The data for the request.
386
+ * @param data.id
387
+ * @returns unknown Success
388
+ * @throws ApiError
389
+ */
390
+ public deleteApiLocationServiceCitiesById(data: DeleteApiLocationServiceCitiesByIdData): CancelablePromise<DeleteApiLocationServiceCitiesByIdResponse> {
391
+ return this.httpRequest.request({
392
+ method: 'DELETE',
393
+ url: '/api/location-service/cities/{id}',
394
+ path: {
395
+ id: data.id
396
+ },
397
+ errors: {
398
+ 400: 'Bad Request',
399
+ 401: 'Unauthorized',
400
+ 403: 'Forbidden',
401
+ 404: 'Not Found',
402
+ 500: 'Server Error',
403
+ 501: 'Server Error'
404
+ }
405
+ });
406
+ }
407
+
408
+ /**
409
+ * @param data The data for the request.
410
+ * @param data.cityId
411
+ * @param data.regionId
412
+ * @returns UniRefund_LocationService_Cities_CityDto Success
413
+ * @throws ApiError
414
+ */
415
+ public getApiLocationServiceCitiesGetByControllingRegionIdByCityIdByRegionId(data: GetApiLocationServiceCitiesGetByControllingRegionIdByCityIdByRegionIdData): CancelablePromise<GetApiLocationServiceCitiesGetByControllingRegionIdByCityIdByRegionIdResponse> {
416
+ return this.httpRequest.request({
417
+ method: 'GET',
418
+ url: '/api/location-service/cities/get-by-controlling-regionId/{cityId}/{regionId}',
419
+ path: {
420
+ cityId: data.cityId,
421
+ regionId: data.regionId
422
+ },
423
+ errors: {
424
+ 400: 'Bad Request',
425
+ 401: 'Unauthorized',
426
+ 403: 'Forbidden',
427
+ 404: 'Not Found',
428
+ 500: 'Server Error',
429
+ 501: 'Server Error'
430
+ }
431
+ });
432
+ }
433
+
434
+ /**
435
+ * @param data The data for the request.
436
+ * @param data.cityId
437
+ * @param data.regionId
438
+ * @returns boolean Success
439
+ * @throws ApiError
440
+ */
441
+ public getApiLocationServiceCitiesExistsByControllingRegionIdByCityIdByRegionId(data: GetApiLocationServiceCitiesExistsByControllingRegionIdByCityIdByRegionIdData): CancelablePromise<GetApiLocationServiceCitiesExistsByControllingRegionIdByCityIdByRegionIdResponse> {
442
+ return this.httpRequest.request({
443
+ method: 'GET',
444
+ url: '/api/location-service/cities/exists-by-controlling-regionId/{cityId}/{regionId}',
445
+ path: {
446
+ cityId: data.cityId,
447
+ regionId: data.regionId
448
+ },
449
+ errors: {
450
+ 400: 'Bad Request',
451
+ 401: 'Unauthorized',
452
+ 403: 'Forbidden',
453
+ 404: 'Not Found',
454
+ 500: 'Server Error',
455
+ 501: 'Server Error'
456
+ }
457
+ });
458
+ }
459
+
460
+ }
461
+
462
+ export class CountryService {
463
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
464
+
465
+ /**
466
+ * @param data The data for the request.
467
+ * @param data.sorting
468
+ * @param data.skipCount
469
+ * @param data.maxResultCount
470
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_Countries_CountryDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
471
+ * @throws ApiError
472
+ */
473
+ public getApiLocationServiceCountries(data: GetApiLocationServiceCountriesData = {}): CancelablePromise<GetApiLocationServiceCountriesResponse> {
474
+ return this.httpRequest.request({
475
+ method: 'GET',
476
+ url: '/api/location-service/countries',
477
+ query: {
478
+ Sorting: data.sorting,
479
+ SkipCount: data.skipCount,
480
+ MaxResultCount: data.maxResultCount
481
+ },
482
+ errors: {
483
+ 400: 'Bad Request',
484
+ 401: 'Unauthorized',
485
+ 403: 'Forbidden',
486
+ 404: 'Not Found',
487
+ 500: 'Server Error',
488
+ 501: 'Server Error'
489
+ }
490
+ });
491
+ }
492
+
493
+ /**
494
+ * @param data The data for the request.
495
+ * @param data.requestBody
496
+ * @returns UniRefund_LocationService_Countries_CountryDto Success
497
+ * @throws ApiError
498
+ */
499
+ public postApiLocationServiceCountries(data: PostApiLocationServiceCountriesData = {}): CancelablePromise<PostApiLocationServiceCountriesResponse> {
500
+ return this.httpRequest.request({
501
+ method: 'POST',
502
+ url: '/api/location-service/countries',
503
+ body: data.requestBody,
504
+ mediaType: 'application/json',
505
+ errors: {
506
+ 400: 'Bad Request',
507
+ 401: 'Unauthorized',
508
+ 403: 'Forbidden',
509
+ 404: 'Not Found',
510
+ 500: 'Server Error',
511
+ 501: 'Server Error'
512
+ }
513
+ });
514
+ }
515
+
516
+ /**
517
+ * @param data The data for the request.
518
+ * @param data.id
519
+ * @returns UniRefund_LocationService_Countries_CountryDto Success
520
+ * @throws ApiError
521
+ */
522
+ public getApiLocationServiceCountriesById(data: GetApiLocationServiceCountriesByIdData): CancelablePromise<GetApiLocationServiceCountriesByIdResponse> {
523
+ return this.httpRequest.request({
524
+ method: 'GET',
525
+ url: '/api/location-service/countries/{id}',
526
+ path: {
527
+ id: data.id
528
+ },
529
+ errors: {
530
+ 400: 'Bad Request',
531
+ 401: 'Unauthorized',
532
+ 403: 'Forbidden',
533
+ 404: 'Not Found',
534
+ 500: 'Server Error',
535
+ 501: 'Server Error'
536
+ }
537
+ });
538
+ }
539
+
540
+ /**
541
+ * @param data The data for the request.
542
+ * @param data.id
543
+ * @param data.requestBody
544
+ * @returns UniRefund_LocationService_Countries_CountryDto Success
545
+ * @throws ApiError
546
+ */
547
+ public putApiLocationServiceCountriesById(data: PutApiLocationServiceCountriesByIdData): CancelablePromise<PutApiLocationServiceCountriesByIdResponse> {
548
+ return this.httpRequest.request({
549
+ method: 'PUT',
550
+ url: '/api/location-service/countries/{id}',
551
+ path: {
552
+ id: data.id
553
+ },
554
+ body: data.requestBody,
555
+ mediaType: 'application/json',
556
+ errors: {
557
+ 400: 'Bad Request',
558
+ 401: 'Unauthorized',
559
+ 403: 'Forbidden',
560
+ 404: 'Not Found',
561
+ 500: 'Server Error',
562
+ 501: 'Server Error'
563
+ }
564
+ });
565
+ }
566
+
567
+ /**
568
+ * @param data The data for the request.
569
+ * @param data.id
570
+ * @returns unknown Success
571
+ * @throws ApiError
572
+ */
573
+ public deleteApiLocationServiceCountriesById(data: DeleteApiLocationServiceCountriesByIdData): CancelablePromise<DeleteApiLocationServiceCountriesByIdResponse> {
574
+ return this.httpRequest.request({
575
+ method: 'DELETE',
576
+ url: '/api/location-service/countries/{id}',
577
+ path: {
578
+ id: data.id
579
+ },
580
+ errors: {
581
+ 400: 'Bad Request',
582
+ 401: 'Unauthorized',
583
+ 403: 'Forbidden',
584
+ 404: 'Not Found',
585
+ 500: 'Server Error',
586
+ 501: 'Server Error'
587
+ }
588
+ });
589
+ }
590
+
591
+ /**
592
+ * @param data The data for the request.
593
+ * @param data.countryId
594
+ * @returns boolean Success
595
+ * @throws ApiError
596
+ */
597
+ public getApiLocationServiceCountriesExistsByCountryId(data: GetApiLocationServiceCountriesExistsByCountryIdData): CancelablePromise<GetApiLocationServiceCountriesExistsByCountryIdResponse> {
598
+ return this.httpRequest.request({
599
+ method: 'GET',
600
+ url: '/api/location-service/countries/exists/{countryId}',
601
+ path: {
602
+ countryId: data.countryId
603
+ },
604
+ errors: {
605
+ 400: 'Bad Request',
606
+ 401: 'Unauthorized',
607
+ 403: 'Forbidden',
608
+ 404: 'Not Found',
609
+ 500: 'Server Error',
610
+ 501: 'Server Error'
611
+ }
612
+ });
613
+ }
614
+
615
+ /**
616
+ * @param data The data for the request.
617
+ * @param data.codes
618
+ * @returns UniRefund_LocationService_Countries_GetCountryNameDto Success
619
+ * @throws ApiError
620
+ */
621
+ public getApiLocationServiceCountriesNames(data: GetApiLocationServiceCountriesNamesData = {}): CancelablePromise<GetApiLocationServiceCountriesNamesResponse> {
622
+ return this.httpRequest.request({
623
+ method: 'GET',
624
+ url: '/api/location-service/countries/names',
625
+ query: {
626
+ codes: data.codes
627
+ },
628
+ errors: {
629
+ 400: 'Bad Request',
630
+ 401: 'Unauthorized',
631
+ 403: 'Forbidden',
632
+ 404: 'Not Found',
633
+ 500: 'Server Error',
634
+ 501: 'Server Error'
635
+ }
636
+ });
637
+ }
638
+
639
+ }
640
+
641
+ export class CountryContinentEnumService {
642
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
643
+
644
+ /**
645
+ * @param data The data for the request.
646
+ * @param data.sorting
647
+ * @param data.skipCount
648
+ * @param data.maxResultCount
649
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_Countries_CountryContinentEnums_CountryContinentEnumDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
650
+ * @throws ApiError
651
+ */
652
+ public getApiLocationServiceCountryContinentEnums(data: GetApiLocationServiceCountryContinentEnumsData = {}): CancelablePromise<GetApiLocationServiceCountryContinentEnumsResponse> {
653
+ return this.httpRequest.request({
654
+ method: 'GET',
655
+ url: '/api/location-service/country-continent-enums',
656
+ query: {
657
+ Sorting: data.sorting,
658
+ SkipCount: data.skipCount,
659
+ MaxResultCount: data.maxResultCount
660
+ },
661
+ errors: {
662
+ 400: 'Bad Request',
663
+ 401: 'Unauthorized',
664
+ 403: 'Forbidden',
665
+ 404: 'Not Found',
666
+ 500: 'Server Error',
667
+ 501: 'Server Error'
668
+ }
669
+ });
670
+ }
671
+
672
+ /**
673
+ * @param data The data for the request.
674
+ * @param data.requestBody
675
+ * @returns UniRefund_LocationService_Countries_CountryContinentEnums_CountryContinentEnumDto Success
676
+ * @throws ApiError
677
+ */
678
+ public postApiLocationServiceCountryContinentEnums(data: PostApiLocationServiceCountryContinentEnumsData = {}): CancelablePromise<PostApiLocationServiceCountryContinentEnumsResponse> {
679
+ return this.httpRequest.request({
680
+ method: 'POST',
681
+ url: '/api/location-service/country-continent-enums',
682
+ body: data.requestBody,
683
+ mediaType: 'application/json',
684
+ errors: {
685
+ 400: 'Bad Request',
686
+ 401: 'Unauthorized',
687
+ 403: 'Forbidden',
688
+ 404: 'Not Found',
689
+ 500: 'Server Error',
690
+ 501: 'Server Error'
691
+ }
692
+ });
693
+ }
694
+
695
+ /**
696
+ * @param data The data for the request.
697
+ * @param data.id
698
+ * @returns UniRefund_LocationService_Countries_CountryContinentEnums_CountryContinentEnumDto Success
699
+ * @throws ApiError
700
+ */
701
+ public getApiLocationServiceCountryContinentEnumsById(data: GetApiLocationServiceCountryContinentEnumsByIdData): CancelablePromise<GetApiLocationServiceCountryContinentEnumsByIdResponse> {
702
+ return this.httpRequest.request({
703
+ method: 'GET',
704
+ url: '/api/location-service/country-continent-enums/{id}',
705
+ path: {
706
+ id: data.id
707
+ },
708
+ errors: {
709
+ 400: 'Bad Request',
710
+ 401: 'Unauthorized',
711
+ 403: 'Forbidden',
712
+ 404: 'Not Found',
713
+ 500: 'Server Error',
714
+ 501: 'Server Error'
715
+ }
716
+ });
717
+ }
718
+
719
+ /**
720
+ * @param data The data for the request.
721
+ * @param data.id
722
+ * @param data.requestBody
723
+ * @returns UniRefund_LocationService_Countries_CountryContinentEnums_CountryContinentEnumDto Success
724
+ * @throws ApiError
725
+ */
726
+ public putApiLocationServiceCountryContinentEnumsById(data: PutApiLocationServiceCountryContinentEnumsByIdData): CancelablePromise<PutApiLocationServiceCountryContinentEnumsByIdResponse> {
727
+ return this.httpRequest.request({
728
+ method: 'PUT',
729
+ url: '/api/location-service/country-continent-enums/{id}',
730
+ path: {
731
+ id: data.id
732
+ },
733
+ body: data.requestBody,
734
+ mediaType: 'application/json',
735
+ errors: {
736
+ 400: 'Bad Request',
737
+ 401: 'Unauthorized',
738
+ 403: 'Forbidden',
739
+ 404: 'Not Found',
740
+ 500: 'Server Error',
741
+ 501: 'Server Error'
742
+ }
743
+ });
744
+ }
745
+
746
+ /**
747
+ * @param data The data for the request.
748
+ * @param data.id
749
+ * @returns unknown Success
750
+ * @throws ApiError
751
+ */
752
+ public deleteApiLocationServiceCountryContinentEnumsById(data: DeleteApiLocationServiceCountryContinentEnumsByIdData): CancelablePromise<DeleteApiLocationServiceCountryContinentEnumsByIdResponse> {
753
+ return this.httpRequest.request({
754
+ method: 'DELETE',
755
+ url: '/api/location-service/country-continent-enums/{id}',
756
+ path: {
757
+ id: data.id
758
+ },
759
+ errors: {
760
+ 400: 'Bad Request',
761
+ 401: 'Unauthorized',
762
+ 403: 'Forbidden',
763
+ 404: 'Not Found',
764
+ 500: 'Server Error',
765
+ 501: 'Server Error'
766
+ }
767
+ });
768
+ }
769
+
770
+ }
771
+
772
+ export class CountryCurrencyService {
773
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
774
+
775
+ /**
776
+ * @param data The data for the request.
777
+ * @param data.sorting
778
+ * @param data.skipCount
779
+ * @param data.maxResultCount
780
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_CountryCurrencies_CountryCurrencyDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
781
+ * @throws ApiError
782
+ */
783
+ public getApiLocationServiceCountryCurrencies(data: GetApiLocationServiceCountryCurrenciesData = {}): CancelablePromise<GetApiLocationServiceCountryCurrenciesResponse> {
784
+ return this.httpRequest.request({
785
+ method: 'GET',
786
+ url: '/api/location-service/country-currencies',
787
+ query: {
788
+ Sorting: data.sorting,
789
+ SkipCount: data.skipCount,
790
+ MaxResultCount: data.maxResultCount
791
+ },
792
+ errors: {
793
+ 400: 'Bad Request',
794
+ 401: 'Unauthorized',
795
+ 403: 'Forbidden',
796
+ 404: 'Not Found',
797
+ 500: 'Server Error',
798
+ 501: 'Server Error'
799
+ }
800
+ });
801
+ }
802
+
803
+ /**
804
+ * @param data The data for the request.
805
+ * @param data.requestBody
806
+ * @returns UniRefund_LocationService_CountryCurrencies_CountryCurrencyDto Success
807
+ * @throws ApiError
808
+ */
809
+ public postApiLocationServiceCountryCurrencies(data: PostApiLocationServiceCountryCurrenciesData = {}): CancelablePromise<PostApiLocationServiceCountryCurrenciesResponse> {
810
+ return this.httpRequest.request({
811
+ method: 'POST',
812
+ url: '/api/location-service/country-currencies',
813
+ body: data.requestBody,
814
+ mediaType: 'application/json',
815
+ errors: {
816
+ 400: 'Bad Request',
817
+ 401: 'Unauthorized',
818
+ 403: 'Forbidden',
819
+ 404: 'Not Found',
820
+ 500: 'Server Error',
821
+ 501: 'Server Error'
822
+ }
823
+ });
824
+ }
825
+
826
+ /**
827
+ * @param data The data for the request.
828
+ * @param data.id
829
+ * @returns UniRefund_LocationService_CountryCurrencies_CountryCurrencyDto Success
830
+ * @throws ApiError
831
+ */
832
+ public getApiLocationServiceCountryCurrenciesById(data: GetApiLocationServiceCountryCurrenciesByIdData): CancelablePromise<GetApiLocationServiceCountryCurrenciesByIdResponse> {
833
+ return this.httpRequest.request({
834
+ method: 'GET',
835
+ url: '/api/location-service/country-currencies/{id}',
836
+ path: {
837
+ id: data.id
838
+ },
839
+ errors: {
840
+ 400: 'Bad Request',
841
+ 401: 'Unauthorized',
842
+ 403: 'Forbidden',
843
+ 404: 'Not Found',
844
+ 500: 'Server Error',
845
+ 501: 'Server Error'
846
+ }
847
+ });
848
+ }
849
+
850
+ /**
851
+ * @param data The data for the request.
852
+ * @param data.id
853
+ * @param data.requestBody
854
+ * @returns UniRefund_LocationService_CountryCurrencies_CountryCurrencyDto Success
855
+ * @throws ApiError
856
+ */
857
+ public putApiLocationServiceCountryCurrenciesById(data: PutApiLocationServiceCountryCurrenciesByIdData): CancelablePromise<PutApiLocationServiceCountryCurrenciesByIdResponse> {
858
+ return this.httpRequest.request({
859
+ method: 'PUT',
860
+ url: '/api/location-service/country-currencies/{id}',
861
+ path: {
862
+ id: data.id
863
+ },
864
+ body: data.requestBody,
865
+ mediaType: 'application/json',
866
+ errors: {
867
+ 400: 'Bad Request',
868
+ 401: 'Unauthorized',
869
+ 403: 'Forbidden',
870
+ 404: 'Not Found',
871
+ 500: 'Server Error',
872
+ 501: 'Server Error'
873
+ }
874
+ });
875
+ }
876
+
877
+ /**
878
+ * @param data The data for the request.
879
+ * @param data.id
880
+ * @returns unknown Success
881
+ * @throws ApiError
882
+ */
883
+ public deleteApiLocationServiceCountryCurrenciesById(data: DeleteApiLocationServiceCountryCurrenciesByIdData): CancelablePromise<DeleteApiLocationServiceCountryCurrenciesByIdResponse> {
884
+ return this.httpRequest.request({
885
+ method: 'DELETE',
886
+ url: '/api/location-service/country-currencies/{id}',
887
+ path: {
888
+ id: data.id
889
+ },
890
+ errors: {
891
+ 400: 'Bad Request',
892
+ 401: 'Unauthorized',
893
+ 403: 'Forbidden',
894
+ 404: 'Not Found',
895
+ 500: 'Server Error',
896
+ 501: 'Server Error'
897
+ }
898
+ });
899
+ }
900
+
901
+ }
902
+
903
+ export class CountryCurrencyDigitGroupingEnumService {
904
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
905
+
906
+ /**
907
+ * @param data The data for the request.
908
+ * @param data.sorting
909
+ * @param data.skipCount
910
+ * @param data.maxResultCount
911
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_CountryCurrencies_CountryCurrencyDigitGroupingEnums_CountryCurrencyDigitGroupingEnumDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
912
+ * @throws ApiError
913
+ */
914
+ public getApiLocationServiceCountryCurrencyDigitGroupingEnums(data: GetApiLocationServiceCountryCurrencyDigitGroupingEnumsData = {}): CancelablePromise<GetApiLocationServiceCountryCurrencyDigitGroupingEnumsResponse> {
915
+ return this.httpRequest.request({
916
+ method: 'GET',
917
+ url: '/api/location-service/country-currency-digit-grouping-enums',
918
+ query: {
919
+ Sorting: data.sorting,
920
+ SkipCount: data.skipCount,
921
+ MaxResultCount: data.maxResultCount
922
+ },
923
+ errors: {
924
+ 400: 'Bad Request',
925
+ 401: 'Unauthorized',
926
+ 403: 'Forbidden',
927
+ 404: 'Not Found',
928
+ 500: 'Server Error',
929
+ 501: 'Server Error'
930
+ }
931
+ });
932
+ }
933
+
934
+ /**
935
+ * @param data The data for the request.
936
+ * @param data.requestBody
937
+ * @returns UniRefund_LocationService_CountryCurrencies_CountryCurrencyDigitGroupingEnums_CountryCurrencyDigitGroupingEnumDto Success
938
+ * @throws ApiError
939
+ */
940
+ public postApiLocationServiceCountryCurrencyDigitGroupingEnums(data: PostApiLocationServiceCountryCurrencyDigitGroupingEnumsData = {}): CancelablePromise<PostApiLocationServiceCountryCurrencyDigitGroupingEnumsResponse> {
941
+ return this.httpRequest.request({
942
+ method: 'POST',
943
+ url: '/api/location-service/country-currency-digit-grouping-enums',
944
+ body: data.requestBody,
945
+ mediaType: 'application/json',
946
+ errors: {
947
+ 400: 'Bad Request',
948
+ 401: 'Unauthorized',
949
+ 403: 'Forbidden',
950
+ 404: 'Not Found',
951
+ 500: 'Server Error',
952
+ 501: 'Server Error'
953
+ }
954
+ });
955
+ }
956
+
957
+ /**
958
+ * @param data The data for the request.
959
+ * @param data.id
960
+ * @returns UniRefund_LocationService_CountryCurrencies_CountryCurrencyDigitGroupingEnums_CountryCurrencyDigitGroupingEnumDto Success
961
+ * @throws ApiError
962
+ */
963
+ public getApiLocationServiceCountryCurrencyDigitGroupingEnumsById(data: GetApiLocationServiceCountryCurrencyDigitGroupingEnumsByIdData): CancelablePromise<GetApiLocationServiceCountryCurrencyDigitGroupingEnumsByIdResponse> {
964
+ return this.httpRequest.request({
965
+ method: 'GET',
966
+ url: '/api/location-service/country-currency-digit-grouping-enums/{id}',
967
+ path: {
968
+ id: data.id
969
+ },
970
+ errors: {
971
+ 400: 'Bad Request',
972
+ 401: 'Unauthorized',
973
+ 403: 'Forbidden',
974
+ 404: 'Not Found',
975
+ 500: 'Server Error',
976
+ 501: 'Server Error'
977
+ }
978
+ });
979
+ }
980
+
981
+ /**
982
+ * @param data The data for the request.
983
+ * @param data.id
984
+ * @param data.requestBody
985
+ * @returns UniRefund_LocationService_CountryCurrencies_CountryCurrencyDigitGroupingEnums_CountryCurrencyDigitGroupingEnumDto Success
986
+ * @throws ApiError
987
+ */
988
+ public putApiLocationServiceCountryCurrencyDigitGroupingEnumsById(data: PutApiLocationServiceCountryCurrencyDigitGroupingEnumsByIdData): CancelablePromise<PutApiLocationServiceCountryCurrencyDigitGroupingEnumsByIdResponse> {
989
+ return this.httpRequest.request({
990
+ method: 'PUT',
991
+ url: '/api/location-service/country-currency-digit-grouping-enums/{id}',
992
+ path: {
993
+ id: data.id
994
+ },
995
+ body: data.requestBody,
996
+ mediaType: 'application/json',
997
+ errors: {
998
+ 400: 'Bad Request',
999
+ 401: 'Unauthorized',
1000
+ 403: 'Forbidden',
1001
+ 404: 'Not Found',
1002
+ 500: 'Server Error',
1003
+ 501: 'Server Error'
1004
+ }
1005
+ });
1006
+ }
1007
+
1008
+ /**
1009
+ * @param data The data for the request.
1010
+ * @param data.id
1011
+ * @returns unknown Success
1012
+ * @throws ApiError
1013
+ */
1014
+ public deleteApiLocationServiceCountryCurrencyDigitGroupingEnumsById(data: DeleteApiLocationServiceCountryCurrencyDigitGroupingEnumsByIdData): CancelablePromise<DeleteApiLocationServiceCountryCurrencyDigitGroupingEnumsByIdResponse> {
1015
+ return this.httpRequest.request({
1016
+ method: 'DELETE',
1017
+ url: '/api/location-service/country-currency-digit-grouping-enums/{id}',
1018
+ path: {
1019
+ id: data.id
1020
+ },
1021
+ errors: {
1022
+ 400: 'Bad Request',
1023
+ 401: 'Unauthorized',
1024
+ 403: 'Forbidden',
1025
+ 404: 'Not Found',
1026
+ 500: 'Server Error',
1027
+ 501: 'Server Error'
1028
+ }
1029
+ });
1030
+ }
1031
+
1032
+ }
1033
+
1034
+ export class CountryCurrencyNegativeCurrencyFormatEnumService {
1035
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1036
+
1037
+ /**
1038
+ * @param data The data for the request.
1039
+ * @param data.sorting
1040
+ * @param data.skipCount
1041
+ * @param data.maxResultCount
1042
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_CountryCurrencies_CountryCurrencyNegativeCurrencyFormatEnums_CountryCurrencyNegativeCurrencyFormatEnumDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1043
+ * @throws ApiError
1044
+ */
1045
+ public getApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnums(data: GetApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsData = {}): CancelablePromise<GetApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsResponse> {
1046
+ return this.httpRequest.request({
1047
+ method: 'GET',
1048
+ url: '/api/location-service/country-currency-negative-currency-format-enums',
1049
+ query: {
1050
+ Sorting: data.sorting,
1051
+ SkipCount: data.skipCount,
1052
+ MaxResultCount: data.maxResultCount
1053
+ },
1054
+ errors: {
1055
+ 400: 'Bad Request',
1056
+ 401: 'Unauthorized',
1057
+ 403: 'Forbidden',
1058
+ 404: 'Not Found',
1059
+ 500: 'Server Error',
1060
+ 501: 'Server Error'
1061
+ }
1062
+ });
1063
+ }
1064
+
1065
+ /**
1066
+ * @param data The data for the request.
1067
+ * @param data.requestBody
1068
+ * @returns UniRefund_LocationService_CountryCurrencies_CountryCurrencyNegativeCurrencyFormatEnums_CountryCurrencyNegativeCurrencyFormatEnumDto Success
1069
+ * @throws ApiError
1070
+ */
1071
+ public postApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnums(data: PostApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsData = {}): CancelablePromise<PostApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsResponse> {
1072
+ return this.httpRequest.request({
1073
+ method: 'POST',
1074
+ url: '/api/location-service/country-currency-negative-currency-format-enums',
1075
+ body: data.requestBody,
1076
+ mediaType: 'application/json',
1077
+ errors: {
1078
+ 400: 'Bad Request',
1079
+ 401: 'Unauthorized',
1080
+ 403: 'Forbidden',
1081
+ 404: 'Not Found',
1082
+ 500: 'Server Error',
1083
+ 501: 'Server Error'
1084
+ }
1085
+ });
1086
+ }
1087
+
1088
+ /**
1089
+ * @param data The data for the request.
1090
+ * @param data.id
1091
+ * @returns UniRefund_LocationService_CountryCurrencies_CountryCurrencyNegativeCurrencyFormatEnums_CountryCurrencyNegativeCurrencyFormatEnumDto Success
1092
+ * @throws ApiError
1093
+ */
1094
+ public getApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsById(data: GetApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsByIdData): CancelablePromise<GetApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsByIdResponse> {
1095
+ return this.httpRequest.request({
1096
+ method: 'GET',
1097
+ url: '/api/location-service/country-currency-negative-currency-format-enums/{id}',
1098
+ path: {
1099
+ id: data.id
1100
+ },
1101
+ errors: {
1102
+ 400: 'Bad Request',
1103
+ 401: 'Unauthorized',
1104
+ 403: 'Forbidden',
1105
+ 404: 'Not Found',
1106
+ 500: 'Server Error',
1107
+ 501: 'Server Error'
1108
+ }
1109
+ });
1110
+ }
1111
+
1112
+ /**
1113
+ * @param data The data for the request.
1114
+ * @param data.id
1115
+ * @param data.requestBody
1116
+ * @returns UniRefund_LocationService_CountryCurrencies_CountryCurrencyNegativeCurrencyFormatEnums_CountryCurrencyNegativeCurrencyFormatEnumDto Success
1117
+ * @throws ApiError
1118
+ */
1119
+ public putApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsById(data: PutApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsByIdData): CancelablePromise<PutApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsByIdResponse> {
1120
+ return this.httpRequest.request({
1121
+ method: 'PUT',
1122
+ url: '/api/location-service/country-currency-negative-currency-format-enums/{id}',
1123
+ path: {
1124
+ id: data.id
1125
+ },
1126
+ body: data.requestBody,
1127
+ mediaType: 'application/json',
1128
+ errors: {
1129
+ 400: 'Bad Request',
1130
+ 401: 'Unauthorized',
1131
+ 403: 'Forbidden',
1132
+ 404: 'Not Found',
1133
+ 500: 'Server Error',
1134
+ 501: 'Server Error'
1135
+ }
1136
+ });
1137
+ }
1138
+
1139
+ /**
1140
+ * @param data The data for the request.
1141
+ * @param data.id
1142
+ * @returns unknown Success
1143
+ * @throws ApiError
1144
+ */
1145
+ public deleteApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsById(data: DeleteApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsByIdData): CancelablePromise<DeleteApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsByIdResponse> {
1146
+ return this.httpRequest.request({
1147
+ method: 'DELETE',
1148
+ url: '/api/location-service/country-currency-negative-currency-format-enums/{id}',
1149
+ path: {
1150
+ id: data.id
1151
+ },
1152
+ errors: {
1153
+ 400: 'Bad Request',
1154
+ 401: 'Unauthorized',
1155
+ 403: 'Forbidden',
1156
+ 404: 'Not Found',
1157
+ 500: 'Server Error',
1158
+ 501: 'Server Error'
1159
+ }
1160
+ });
1161
+ }
1162
+
1163
+ }
1164
+
1165
+ export class CountryCurrencyPositiveCurrencyFormatEnumService {
1166
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1167
+
1168
+ /**
1169
+ * @param data The data for the request.
1170
+ * @param data.sorting
1171
+ * @param data.skipCount
1172
+ * @param data.maxResultCount
1173
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_CountryCurrencies_CountryCurrencyPositiveCurrencyFormatEnums_CountryCurrencyPositiveCurrencyFormatEnumDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1174
+ * @throws ApiError
1175
+ */
1176
+ public getApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnums(data: GetApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsData = {}): CancelablePromise<GetApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsResponse> {
1177
+ return this.httpRequest.request({
1178
+ method: 'GET',
1179
+ url: '/api/location-service/country-currency-positive-currency-format-enums',
1180
+ query: {
1181
+ Sorting: data.sorting,
1182
+ SkipCount: data.skipCount,
1183
+ MaxResultCount: data.maxResultCount
1184
+ },
1185
+ errors: {
1186
+ 400: 'Bad Request',
1187
+ 401: 'Unauthorized',
1188
+ 403: 'Forbidden',
1189
+ 404: 'Not Found',
1190
+ 500: 'Server Error',
1191
+ 501: 'Server Error'
1192
+ }
1193
+ });
1194
+ }
1195
+
1196
+ /**
1197
+ * @param data The data for the request.
1198
+ * @param data.requestBody
1199
+ * @returns UniRefund_LocationService_CountryCurrencies_CountryCurrencyPositiveCurrencyFormatEnums_CountryCurrencyPositiveCurrencyFormatEnumDto Success
1200
+ * @throws ApiError
1201
+ */
1202
+ public postApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnums(data: PostApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsData = {}): CancelablePromise<PostApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsResponse> {
1203
+ return this.httpRequest.request({
1204
+ method: 'POST',
1205
+ url: '/api/location-service/country-currency-positive-currency-format-enums',
1206
+ body: data.requestBody,
1207
+ mediaType: 'application/json',
1208
+ errors: {
1209
+ 400: 'Bad Request',
1210
+ 401: 'Unauthorized',
1211
+ 403: 'Forbidden',
1212
+ 404: 'Not Found',
1213
+ 500: 'Server Error',
1214
+ 501: 'Server Error'
1215
+ }
1216
+ });
1217
+ }
1218
+
1219
+ /**
1220
+ * @param data The data for the request.
1221
+ * @param data.id
1222
+ * @returns UniRefund_LocationService_CountryCurrencies_CountryCurrencyPositiveCurrencyFormatEnums_CountryCurrencyPositiveCurrencyFormatEnumDto Success
1223
+ * @throws ApiError
1224
+ */
1225
+ public getApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsById(data: GetApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsByIdData): CancelablePromise<GetApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsByIdResponse> {
1226
+ return this.httpRequest.request({
1227
+ method: 'GET',
1228
+ url: '/api/location-service/country-currency-positive-currency-format-enums/{id}',
1229
+ path: {
1230
+ id: data.id
1231
+ },
1232
+ errors: {
1233
+ 400: 'Bad Request',
1234
+ 401: 'Unauthorized',
1235
+ 403: 'Forbidden',
1236
+ 404: 'Not Found',
1237
+ 500: 'Server Error',
1238
+ 501: 'Server Error'
1239
+ }
1240
+ });
1241
+ }
1242
+
1243
+ /**
1244
+ * @param data The data for the request.
1245
+ * @param data.id
1246
+ * @param data.requestBody
1247
+ * @returns UniRefund_LocationService_CountryCurrencies_CountryCurrencyPositiveCurrencyFormatEnums_CountryCurrencyPositiveCurrencyFormatEnumDto Success
1248
+ * @throws ApiError
1249
+ */
1250
+ public putApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsById(data: PutApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsByIdData): CancelablePromise<PutApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsByIdResponse> {
1251
+ return this.httpRequest.request({
1252
+ method: 'PUT',
1253
+ url: '/api/location-service/country-currency-positive-currency-format-enums/{id}',
1254
+ path: {
1255
+ id: data.id
1256
+ },
1257
+ body: data.requestBody,
1258
+ mediaType: 'application/json',
1259
+ errors: {
1260
+ 400: 'Bad Request',
1261
+ 401: 'Unauthorized',
1262
+ 403: 'Forbidden',
1263
+ 404: 'Not Found',
1264
+ 500: 'Server Error',
1265
+ 501: 'Server Error'
1266
+ }
1267
+ });
1268
+ }
1269
+
1270
+ /**
1271
+ * @param data The data for the request.
1272
+ * @param data.id
1273
+ * @returns unknown Success
1274
+ * @throws ApiError
1275
+ */
1276
+ public deleteApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsById(data: DeleteApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsByIdData): CancelablePromise<DeleteApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsByIdResponse> {
1277
+ return this.httpRequest.request({
1278
+ method: 'DELETE',
1279
+ url: '/api/location-service/country-currency-positive-currency-format-enums/{id}',
1280
+ path: {
1281
+ id: data.id
1282
+ },
1283
+ errors: {
1284
+ 400: 'Bad Request',
1285
+ 401: 'Unauthorized',
1286
+ 403: 'Forbidden',
1287
+ 404: 'Not Found',
1288
+ 500: 'Server Error',
1289
+ 501: 'Server Error'
1290
+ }
1291
+ });
1292
+ }
1293
+
1294
+ }
1295
+
1296
+ export class CountryDateService {
1297
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1298
+
1299
+ /**
1300
+ * @param data The data for the request.
1301
+ * @param data.sorting
1302
+ * @param data.skipCount
1303
+ * @param data.maxResultCount
1304
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_CountryDates_CountryDateDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1305
+ * @throws ApiError
1306
+ */
1307
+ public getApiLocationServiceCountryDates(data: GetApiLocationServiceCountryDatesData = {}): CancelablePromise<GetApiLocationServiceCountryDatesResponse> {
1308
+ return this.httpRequest.request({
1309
+ method: 'GET',
1310
+ url: '/api/location-service/country-dates',
1311
+ query: {
1312
+ Sorting: data.sorting,
1313
+ SkipCount: data.skipCount,
1314
+ MaxResultCount: data.maxResultCount
1315
+ },
1316
+ errors: {
1317
+ 400: 'Bad Request',
1318
+ 401: 'Unauthorized',
1319
+ 403: 'Forbidden',
1320
+ 404: 'Not Found',
1321
+ 500: 'Server Error',
1322
+ 501: 'Server Error'
1323
+ }
1324
+ });
1325
+ }
1326
+
1327
+ /**
1328
+ * @param data The data for the request.
1329
+ * @param data.requestBody
1330
+ * @returns UniRefund_LocationService_CountryDates_CountryDateDto Success
1331
+ * @throws ApiError
1332
+ */
1333
+ public postApiLocationServiceCountryDates(data: PostApiLocationServiceCountryDatesData = {}): CancelablePromise<PostApiLocationServiceCountryDatesResponse> {
1334
+ return this.httpRequest.request({
1335
+ method: 'POST',
1336
+ url: '/api/location-service/country-dates',
1337
+ body: data.requestBody,
1338
+ mediaType: 'application/json',
1339
+ errors: {
1340
+ 400: 'Bad Request',
1341
+ 401: 'Unauthorized',
1342
+ 403: 'Forbidden',
1343
+ 404: 'Not Found',
1344
+ 500: 'Server Error',
1345
+ 501: 'Server Error'
1346
+ }
1347
+ });
1348
+ }
1349
+
1350
+ /**
1351
+ * @param data The data for the request.
1352
+ * @param data.id
1353
+ * @returns UniRefund_LocationService_CountryDates_CountryDateDto Success
1354
+ * @throws ApiError
1355
+ */
1356
+ public getApiLocationServiceCountryDatesById(data: GetApiLocationServiceCountryDatesByIdData): CancelablePromise<GetApiLocationServiceCountryDatesByIdResponse> {
1357
+ return this.httpRequest.request({
1358
+ method: 'GET',
1359
+ url: '/api/location-service/country-dates/{id}',
1360
+ path: {
1361
+ id: data.id
1362
+ },
1363
+ errors: {
1364
+ 400: 'Bad Request',
1365
+ 401: 'Unauthorized',
1366
+ 403: 'Forbidden',
1367
+ 404: 'Not Found',
1368
+ 500: 'Server Error',
1369
+ 501: 'Server Error'
1370
+ }
1371
+ });
1372
+ }
1373
+
1374
+ /**
1375
+ * @param data The data for the request.
1376
+ * @param data.id
1377
+ * @param data.requestBody
1378
+ * @returns UniRefund_LocationService_CountryDates_CountryDateDto Success
1379
+ * @throws ApiError
1380
+ */
1381
+ public putApiLocationServiceCountryDatesById(data: PutApiLocationServiceCountryDatesByIdData): CancelablePromise<PutApiLocationServiceCountryDatesByIdResponse> {
1382
+ return this.httpRequest.request({
1383
+ method: 'PUT',
1384
+ url: '/api/location-service/country-dates/{id}',
1385
+ path: {
1386
+ id: data.id
1387
+ },
1388
+ body: data.requestBody,
1389
+ mediaType: 'application/json',
1390
+ errors: {
1391
+ 400: 'Bad Request',
1392
+ 401: 'Unauthorized',
1393
+ 403: 'Forbidden',
1394
+ 404: 'Not Found',
1395
+ 500: 'Server Error',
1396
+ 501: 'Server Error'
1397
+ }
1398
+ });
1399
+ }
1400
+
1401
+ /**
1402
+ * @param data The data for the request.
1403
+ * @param data.id
1404
+ * @returns unknown Success
1405
+ * @throws ApiError
1406
+ */
1407
+ public deleteApiLocationServiceCountryDatesById(data: DeleteApiLocationServiceCountryDatesByIdData): CancelablePromise<DeleteApiLocationServiceCountryDatesByIdResponse> {
1408
+ return this.httpRequest.request({
1409
+ method: 'DELETE',
1410
+ url: '/api/location-service/country-dates/{id}',
1411
+ path: {
1412
+ id: data.id
1413
+ },
1414
+ errors: {
1415
+ 400: 'Bad Request',
1416
+ 401: 'Unauthorized',
1417
+ 403: 'Forbidden',
1418
+ 404: 'Not Found',
1419
+ 500: 'Server Error',
1420
+ 501: 'Server Error'
1421
+ }
1422
+ });
1423
+ }
1424
+
1425
+ }
1426
+
1427
+ export class CountryDateCalendarTypeEnumService {
1428
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1429
+
1430
+ /**
1431
+ * @param data The data for the request.
1432
+ * @param data.sorting
1433
+ * @param data.skipCount
1434
+ * @param data.maxResultCount
1435
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_CountryDates_CountryDateCalendarTypeEnums_CountryDateCalendarTypeEnumDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1436
+ * @throws ApiError
1437
+ */
1438
+ public getApiLocationServiceCountryDateCalendarTypeEnums(data: GetApiLocationServiceCountryDateCalendarTypeEnumsData = {}): CancelablePromise<GetApiLocationServiceCountryDateCalendarTypeEnumsResponse> {
1439
+ return this.httpRequest.request({
1440
+ method: 'GET',
1441
+ url: '/api/location-service/country-date-calendar-type-enums',
1442
+ query: {
1443
+ Sorting: data.sorting,
1444
+ SkipCount: data.skipCount,
1445
+ MaxResultCount: data.maxResultCount
1446
+ },
1447
+ errors: {
1448
+ 400: 'Bad Request',
1449
+ 401: 'Unauthorized',
1450
+ 403: 'Forbidden',
1451
+ 404: 'Not Found',
1452
+ 500: 'Server Error',
1453
+ 501: 'Server Error'
1454
+ }
1455
+ });
1456
+ }
1457
+
1458
+ /**
1459
+ * @param data The data for the request.
1460
+ * @param data.requestBody
1461
+ * @returns UniRefund_LocationService_CountryDates_CountryDateCalendarTypeEnums_CountryDateCalendarTypeEnumDto Success
1462
+ * @throws ApiError
1463
+ */
1464
+ public postApiLocationServiceCountryDateCalendarTypeEnums(data: PostApiLocationServiceCountryDateCalendarTypeEnumsData = {}): CancelablePromise<PostApiLocationServiceCountryDateCalendarTypeEnumsResponse> {
1465
+ return this.httpRequest.request({
1466
+ method: 'POST',
1467
+ url: '/api/location-service/country-date-calendar-type-enums',
1468
+ body: data.requestBody,
1469
+ mediaType: 'application/json',
1470
+ errors: {
1471
+ 400: 'Bad Request',
1472
+ 401: 'Unauthorized',
1473
+ 403: 'Forbidden',
1474
+ 404: 'Not Found',
1475
+ 500: 'Server Error',
1476
+ 501: 'Server Error'
1477
+ }
1478
+ });
1479
+ }
1480
+
1481
+ /**
1482
+ * @param data The data for the request.
1483
+ * @param data.id
1484
+ * @returns UniRefund_LocationService_CountryDates_CountryDateCalendarTypeEnums_CountryDateCalendarTypeEnumDto Success
1485
+ * @throws ApiError
1486
+ */
1487
+ public getApiLocationServiceCountryDateCalendarTypeEnumsById(data: GetApiLocationServiceCountryDateCalendarTypeEnumsByIdData): CancelablePromise<GetApiLocationServiceCountryDateCalendarTypeEnumsByIdResponse> {
1488
+ return this.httpRequest.request({
1489
+ method: 'GET',
1490
+ url: '/api/location-service/country-date-calendar-type-enums/{id}',
1491
+ path: {
1492
+ id: data.id
1493
+ },
1494
+ errors: {
1495
+ 400: 'Bad Request',
1496
+ 401: 'Unauthorized',
1497
+ 403: 'Forbidden',
1498
+ 404: 'Not Found',
1499
+ 500: 'Server Error',
1500
+ 501: 'Server Error'
1501
+ }
1502
+ });
1503
+ }
1504
+
1505
+ /**
1506
+ * @param data The data for the request.
1507
+ * @param data.id
1508
+ * @param data.requestBody
1509
+ * @returns UniRefund_LocationService_CountryDates_CountryDateCalendarTypeEnums_CountryDateCalendarTypeEnumDto Success
1510
+ * @throws ApiError
1511
+ */
1512
+ public putApiLocationServiceCountryDateCalendarTypeEnumsById(data: PutApiLocationServiceCountryDateCalendarTypeEnumsByIdData): CancelablePromise<PutApiLocationServiceCountryDateCalendarTypeEnumsByIdResponse> {
1513
+ return this.httpRequest.request({
1514
+ method: 'PUT',
1515
+ url: '/api/location-service/country-date-calendar-type-enums/{id}',
1516
+ path: {
1517
+ id: data.id
1518
+ },
1519
+ body: data.requestBody,
1520
+ mediaType: 'application/json',
1521
+ errors: {
1522
+ 400: 'Bad Request',
1523
+ 401: 'Unauthorized',
1524
+ 403: 'Forbidden',
1525
+ 404: 'Not Found',
1526
+ 500: 'Server Error',
1527
+ 501: 'Server Error'
1528
+ }
1529
+ });
1530
+ }
1531
+
1532
+ /**
1533
+ * @param data The data for the request.
1534
+ * @param data.id
1535
+ * @returns unknown Success
1536
+ * @throws ApiError
1537
+ */
1538
+ public deleteApiLocationServiceCountryDateCalendarTypeEnumsById(data: DeleteApiLocationServiceCountryDateCalendarTypeEnumsByIdData): CancelablePromise<DeleteApiLocationServiceCountryDateCalendarTypeEnumsByIdResponse> {
1539
+ return this.httpRequest.request({
1540
+ method: 'DELETE',
1541
+ url: '/api/location-service/country-date-calendar-type-enums/{id}',
1542
+ path: {
1543
+ id: data.id
1544
+ },
1545
+ errors: {
1546
+ 400: 'Bad Request',
1547
+ 401: 'Unauthorized',
1548
+ 403: 'Forbidden',
1549
+ 404: 'Not Found',
1550
+ 500: 'Server Error',
1551
+ 501: 'Server Error'
1552
+ }
1553
+ });
1554
+ }
1555
+
1556
+ }
1557
+
1558
+ export class CountryDateFirstDayOfWeekEnumService {
1559
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1560
+
1561
+ /**
1562
+ * @param data The data for the request.
1563
+ * @param data.sorting
1564
+ * @param data.skipCount
1565
+ * @param data.maxResultCount
1566
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_CountryDates_CountryDateFirstDayOfWeekEnums_CountryDateFirstDayOfWeekEnumDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1567
+ * @throws ApiError
1568
+ */
1569
+ public getApiLocationServiceCountryDateFirstDayOfWeekEnums(data: GetApiLocationServiceCountryDateFirstDayOfWeekEnumsData = {}): CancelablePromise<GetApiLocationServiceCountryDateFirstDayOfWeekEnumsResponse> {
1570
+ return this.httpRequest.request({
1571
+ method: 'GET',
1572
+ url: '/api/location-service/country-date-first-day-of-week-enums',
1573
+ query: {
1574
+ Sorting: data.sorting,
1575
+ SkipCount: data.skipCount,
1576
+ MaxResultCount: data.maxResultCount
1577
+ },
1578
+ errors: {
1579
+ 400: 'Bad Request',
1580
+ 401: 'Unauthorized',
1581
+ 403: 'Forbidden',
1582
+ 404: 'Not Found',
1583
+ 500: 'Server Error',
1584
+ 501: 'Server Error'
1585
+ }
1586
+ });
1587
+ }
1588
+
1589
+ /**
1590
+ * @param data The data for the request.
1591
+ * @param data.requestBody
1592
+ * @returns UniRefund_LocationService_CountryDates_CountryDateFirstDayOfWeekEnums_CountryDateFirstDayOfWeekEnumDto Success
1593
+ * @throws ApiError
1594
+ */
1595
+ public postApiLocationServiceCountryDateFirstDayOfWeekEnums(data: PostApiLocationServiceCountryDateFirstDayOfWeekEnumsData = {}): CancelablePromise<PostApiLocationServiceCountryDateFirstDayOfWeekEnumsResponse> {
1596
+ return this.httpRequest.request({
1597
+ method: 'POST',
1598
+ url: '/api/location-service/country-date-first-day-of-week-enums',
1599
+ body: data.requestBody,
1600
+ mediaType: 'application/json',
1601
+ errors: {
1602
+ 400: 'Bad Request',
1603
+ 401: 'Unauthorized',
1604
+ 403: 'Forbidden',
1605
+ 404: 'Not Found',
1606
+ 500: 'Server Error',
1607
+ 501: 'Server Error'
1608
+ }
1609
+ });
1610
+ }
1611
+
1612
+ /**
1613
+ * @param data The data for the request.
1614
+ * @param data.id
1615
+ * @returns UniRefund_LocationService_CountryDates_CountryDateFirstDayOfWeekEnums_CountryDateFirstDayOfWeekEnumDto Success
1616
+ * @throws ApiError
1617
+ */
1618
+ public getApiLocationServiceCountryDateFirstDayOfWeekEnumsById(data: GetApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdData): CancelablePromise<GetApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdResponse> {
1619
+ return this.httpRequest.request({
1620
+ method: 'GET',
1621
+ url: '/api/location-service/country-date-first-day-of-week-enums/{id}',
1622
+ path: {
1623
+ id: data.id
1624
+ },
1625
+ errors: {
1626
+ 400: 'Bad Request',
1627
+ 401: 'Unauthorized',
1628
+ 403: 'Forbidden',
1629
+ 404: 'Not Found',
1630
+ 500: 'Server Error',
1631
+ 501: 'Server Error'
1632
+ }
1633
+ });
1634
+ }
1635
+
1636
+ /**
1637
+ * @param data The data for the request.
1638
+ * @param data.id
1639
+ * @param data.requestBody
1640
+ * @returns UniRefund_LocationService_CountryDates_CountryDateFirstDayOfWeekEnums_CountryDateFirstDayOfWeekEnumDto Success
1641
+ * @throws ApiError
1642
+ */
1643
+ public putApiLocationServiceCountryDateFirstDayOfWeekEnumsById(data: PutApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdData): CancelablePromise<PutApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdResponse> {
1644
+ return this.httpRequest.request({
1645
+ method: 'PUT',
1646
+ url: '/api/location-service/country-date-first-day-of-week-enums/{id}',
1647
+ path: {
1648
+ id: data.id
1649
+ },
1650
+ body: data.requestBody,
1651
+ mediaType: 'application/json',
1652
+ errors: {
1653
+ 400: 'Bad Request',
1654
+ 401: 'Unauthorized',
1655
+ 403: 'Forbidden',
1656
+ 404: 'Not Found',
1657
+ 500: 'Server Error',
1658
+ 501: 'Server Error'
1659
+ }
1660
+ });
1661
+ }
1662
+
1663
+ /**
1664
+ * @param data The data for the request.
1665
+ * @param data.id
1666
+ * @returns unknown Success
1667
+ * @throws ApiError
1668
+ */
1669
+ public deleteApiLocationServiceCountryDateFirstDayOfWeekEnumsById(data: DeleteApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdData): CancelablePromise<DeleteApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdResponse> {
1670
+ return this.httpRequest.request({
1671
+ method: 'DELETE',
1672
+ url: '/api/location-service/country-date-first-day-of-week-enums/{id}',
1673
+ path: {
1674
+ id: data.id
1675
+ },
1676
+ errors: {
1677
+ 400: 'Bad Request',
1678
+ 401: 'Unauthorized',
1679
+ 403: 'Forbidden',
1680
+ 404: 'Not Found',
1681
+ 500: 'Server Error',
1682
+ 501: 'Server Error'
1683
+ }
1684
+ });
1685
+ }
1686
+
1687
+ }
1688
+
1689
+ export class CountryNumberService {
1690
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1691
+
1692
+ /**
1693
+ * @param data The data for the request.
1694
+ * @param data.sorting
1695
+ * @param data.skipCount
1696
+ * @param data.maxResultCount
1697
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_CountryNumbers_CountryNumberDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1698
+ * @throws ApiError
1699
+ */
1700
+ public getApiLocationServiceCountryNumbers(data: GetApiLocationServiceCountryNumbersData = {}): CancelablePromise<GetApiLocationServiceCountryNumbersResponse> {
1701
+ return this.httpRequest.request({
1702
+ method: 'GET',
1703
+ url: '/api/location-service/country-numbers',
1704
+ query: {
1705
+ Sorting: data.sorting,
1706
+ SkipCount: data.skipCount,
1707
+ MaxResultCount: data.maxResultCount
1708
+ },
1709
+ errors: {
1710
+ 400: 'Bad Request',
1711
+ 401: 'Unauthorized',
1712
+ 403: 'Forbidden',
1713
+ 404: 'Not Found',
1714
+ 500: 'Server Error',
1715
+ 501: 'Server Error'
1716
+ }
1717
+ });
1718
+ }
1719
+
1720
+ /**
1721
+ * @param data The data for the request.
1722
+ * @param data.requestBody
1723
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberDto Success
1724
+ * @throws ApiError
1725
+ */
1726
+ public postApiLocationServiceCountryNumbers(data: PostApiLocationServiceCountryNumbersData = {}): CancelablePromise<PostApiLocationServiceCountryNumbersResponse> {
1727
+ return this.httpRequest.request({
1728
+ method: 'POST',
1729
+ url: '/api/location-service/country-numbers',
1730
+ body: data.requestBody,
1731
+ mediaType: 'application/json',
1732
+ errors: {
1733
+ 400: 'Bad Request',
1734
+ 401: 'Unauthorized',
1735
+ 403: 'Forbidden',
1736
+ 404: 'Not Found',
1737
+ 500: 'Server Error',
1738
+ 501: 'Server Error'
1739
+ }
1740
+ });
1741
+ }
1742
+
1743
+ /**
1744
+ * @param data The data for the request.
1745
+ * @param data.id
1746
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberDto Success
1747
+ * @throws ApiError
1748
+ */
1749
+ public getApiLocationServiceCountryNumbersById(data: GetApiLocationServiceCountryNumbersByIdData): CancelablePromise<GetApiLocationServiceCountryNumbersByIdResponse> {
1750
+ return this.httpRequest.request({
1751
+ method: 'GET',
1752
+ url: '/api/location-service/country-numbers/{id}',
1753
+ path: {
1754
+ id: data.id
1755
+ },
1756
+ errors: {
1757
+ 400: 'Bad Request',
1758
+ 401: 'Unauthorized',
1759
+ 403: 'Forbidden',
1760
+ 404: 'Not Found',
1761
+ 500: 'Server Error',
1762
+ 501: 'Server Error'
1763
+ }
1764
+ });
1765
+ }
1766
+
1767
+ /**
1768
+ * @param data The data for the request.
1769
+ * @param data.id
1770
+ * @param data.requestBody
1771
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberDto Success
1772
+ * @throws ApiError
1773
+ */
1774
+ public putApiLocationServiceCountryNumbersById(data: PutApiLocationServiceCountryNumbersByIdData): CancelablePromise<PutApiLocationServiceCountryNumbersByIdResponse> {
1775
+ return this.httpRequest.request({
1776
+ method: 'PUT',
1777
+ url: '/api/location-service/country-numbers/{id}',
1778
+ path: {
1779
+ id: data.id
1780
+ },
1781
+ body: data.requestBody,
1782
+ mediaType: 'application/json',
1783
+ errors: {
1784
+ 400: 'Bad Request',
1785
+ 401: 'Unauthorized',
1786
+ 403: 'Forbidden',
1787
+ 404: 'Not Found',
1788
+ 500: 'Server Error',
1789
+ 501: 'Server Error'
1790
+ }
1791
+ });
1792
+ }
1793
+
1794
+ /**
1795
+ * @param data The data for the request.
1796
+ * @param data.id
1797
+ * @returns unknown Success
1798
+ * @throws ApiError
1799
+ */
1800
+ public deleteApiLocationServiceCountryNumbersById(data: DeleteApiLocationServiceCountryNumbersByIdData): CancelablePromise<DeleteApiLocationServiceCountryNumbersByIdResponse> {
1801
+ return this.httpRequest.request({
1802
+ method: 'DELETE',
1803
+ url: '/api/location-service/country-numbers/{id}',
1804
+ path: {
1805
+ id: data.id
1806
+ },
1807
+ errors: {
1808
+ 400: 'Bad Request',
1809
+ 401: 'Unauthorized',
1810
+ 403: 'Forbidden',
1811
+ 404: 'Not Found',
1812
+ 500: 'Server Error',
1813
+ 501: 'Server Error'
1814
+ }
1815
+ });
1816
+ }
1817
+
1818
+ }
1819
+
1820
+ export class CountryNumberDigitGroupingEnumService {
1821
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1822
+
1823
+ /**
1824
+ * @param data The data for the request.
1825
+ * @param data.sorting
1826
+ * @param data.skipCount
1827
+ * @param data.maxResultCount
1828
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_CountryNumbers_CountryNumberDigitGroupingEnums_CountryNumberDigitGroupingEnumDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1829
+ * @throws ApiError
1830
+ */
1831
+ public getApiLocationServiceCountryNumberDigitGroupingEnums(data: GetApiLocationServiceCountryNumberDigitGroupingEnumsData = {}): CancelablePromise<GetApiLocationServiceCountryNumberDigitGroupingEnumsResponse> {
1832
+ return this.httpRequest.request({
1833
+ method: 'GET',
1834
+ url: '/api/location-service/country-number-digit-grouping-enums',
1835
+ query: {
1836
+ Sorting: data.sorting,
1837
+ SkipCount: data.skipCount,
1838
+ MaxResultCount: data.maxResultCount
1839
+ },
1840
+ errors: {
1841
+ 400: 'Bad Request',
1842
+ 401: 'Unauthorized',
1843
+ 403: 'Forbidden',
1844
+ 404: 'Not Found',
1845
+ 500: 'Server Error',
1846
+ 501: 'Server Error'
1847
+ }
1848
+ });
1849
+ }
1850
+
1851
+ /**
1852
+ * @param data The data for the request.
1853
+ * @param data.requestBody
1854
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberDigitGroupingEnums_CountryNumberDigitGroupingEnumDto Success
1855
+ * @throws ApiError
1856
+ */
1857
+ public postApiLocationServiceCountryNumberDigitGroupingEnums(data: PostApiLocationServiceCountryNumberDigitGroupingEnumsData = {}): CancelablePromise<PostApiLocationServiceCountryNumberDigitGroupingEnumsResponse> {
1858
+ return this.httpRequest.request({
1859
+ method: 'POST',
1860
+ url: '/api/location-service/country-number-digit-grouping-enums',
1861
+ body: data.requestBody,
1862
+ mediaType: 'application/json',
1863
+ errors: {
1864
+ 400: 'Bad Request',
1865
+ 401: 'Unauthorized',
1866
+ 403: 'Forbidden',
1867
+ 404: 'Not Found',
1868
+ 500: 'Server Error',
1869
+ 501: 'Server Error'
1870
+ }
1871
+ });
1872
+ }
1873
+
1874
+ /**
1875
+ * @param data The data for the request.
1876
+ * @param data.id
1877
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberDigitGroupingEnums_CountryNumberDigitGroupingEnumDto Success
1878
+ * @throws ApiError
1879
+ */
1880
+ public getApiLocationServiceCountryNumberDigitGroupingEnumsById(data: GetApiLocationServiceCountryNumberDigitGroupingEnumsByIdData): CancelablePromise<GetApiLocationServiceCountryNumberDigitGroupingEnumsByIdResponse> {
1881
+ return this.httpRequest.request({
1882
+ method: 'GET',
1883
+ url: '/api/location-service/country-number-digit-grouping-enums/{id}',
1884
+ path: {
1885
+ id: data.id
1886
+ },
1887
+ errors: {
1888
+ 400: 'Bad Request',
1889
+ 401: 'Unauthorized',
1890
+ 403: 'Forbidden',
1891
+ 404: 'Not Found',
1892
+ 500: 'Server Error',
1893
+ 501: 'Server Error'
1894
+ }
1895
+ });
1896
+ }
1897
+
1898
+ /**
1899
+ * @param data The data for the request.
1900
+ * @param data.id
1901
+ * @param data.requestBody
1902
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberDigitGroupingEnums_CountryNumberDigitGroupingEnumDto Success
1903
+ * @throws ApiError
1904
+ */
1905
+ public putApiLocationServiceCountryNumberDigitGroupingEnumsById(data: PutApiLocationServiceCountryNumberDigitGroupingEnumsByIdData): CancelablePromise<PutApiLocationServiceCountryNumberDigitGroupingEnumsByIdResponse> {
1906
+ return this.httpRequest.request({
1907
+ method: 'PUT',
1908
+ url: '/api/location-service/country-number-digit-grouping-enums/{id}',
1909
+ path: {
1910
+ id: data.id
1911
+ },
1912
+ body: data.requestBody,
1913
+ mediaType: 'application/json',
1914
+ errors: {
1915
+ 400: 'Bad Request',
1916
+ 401: 'Unauthorized',
1917
+ 403: 'Forbidden',
1918
+ 404: 'Not Found',
1919
+ 500: 'Server Error',
1920
+ 501: 'Server Error'
1921
+ }
1922
+ });
1923
+ }
1924
+
1925
+ /**
1926
+ * @param data The data for the request.
1927
+ * @param data.id
1928
+ * @returns unknown Success
1929
+ * @throws ApiError
1930
+ */
1931
+ public deleteApiLocationServiceCountryNumberDigitGroupingEnumsById(data: DeleteApiLocationServiceCountryNumberDigitGroupingEnumsByIdData): CancelablePromise<DeleteApiLocationServiceCountryNumberDigitGroupingEnumsByIdResponse> {
1932
+ return this.httpRequest.request({
1933
+ method: 'DELETE',
1934
+ url: '/api/location-service/country-number-digit-grouping-enums/{id}',
1935
+ path: {
1936
+ id: data.id
1937
+ },
1938
+ errors: {
1939
+ 400: 'Bad Request',
1940
+ 401: 'Unauthorized',
1941
+ 403: 'Forbidden',
1942
+ 404: 'Not Found',
1943
+ 500: 'Server Error',
1944
+ 501: 'Server Error'
1945
+ }
1946
+ });
1947
+ }
1948
+
1949
+ }
1950
+
1951
+ export class CountryNumberMeasurementSystemEnumService {
1952
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
1953
+
1954
+ /**
1955
+ * @param data The data for the request.
1956
+ * @param data.sorting
1957
+ * @param data.skipCount
1958
+ * @param data.maxResultCount
1959
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_CountryNumbers_CountryNumberMeasurementSystemEnums_CountryNumberMeasurementSystemEnumDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
1960
+ * @throws ApiError
1961
+ */
1962
+ public getApiLocationServiceCountryNumberMeasurementSystemEnums(data: GetApiLocationServiceCountryNumberMeasurementSystemEnumsData = {}): CancelablePromise<GetApiLocationServiceCountryNumberMeasurementSystemEnumsResponse> {
1963
+ return this.httpRequest.request({
1964
+ method: 'GET',
1965
+ url: '/api/location-service/country-number-measurement-system-enums',
1966
+ query: {
1967
+ Sorting: data.sorting,
1968
+ SkipCount: data.skipCount,
1969
+ MaxResultCount: data.maxResultCount
1970
+ },
1971
+ errors: {
1972
+ 400: 'Bad Request',
1973
+ 401: 'Unauthorized',
1974
+ 403: 'Forbidden',
1975
+ 404: 'Not Found',
1976
+ 500: 'Server Error',
1977
+ 501: 'Server Error'
1978
+ }
1979
+ });
1980
+ }
1981
+
1982
+ /**
1983
+ * @param data The data for the request.
1984
+ * @param data.requestBody
1985
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberMeasurementSystemEnums_CountryNumberMeasurementSystemEnumDto Success
1986
+ * @throws ApiError
1987
+ */
1988
+ public postApiLocationServiceCountryNumberMeasurementSystemEnums(data: PostApiLocationServiceCountryNumberMeasurementSystemEnumsData = {}): CancelablePromise<PostApiLocationServiceCountryNumberMeasurementSystemEnumsResponse> {
1989
+ return this.httpRequest.request({
1990
+ method: 'POST',
1991
+ url: '/api/location-service/country-number-measurement-system-enums',
1992
+ body: data.requestBody,
1993
+ mediaType: 'application/json',
1994
+ errors: {
1995
+ 400: 'Bad Request',
1996
+ 401: 'Unauthorized',
1997
+ 403: 'Forbidden',
1998
+ 404: 'Not Found',
1999
+ 500: 'Server Error',
2000
+ 501: 'Server Error'
2001
+ }
2002
+ });
2003
+ }
2004
+
2005
+ /**
2006
+ * @param data The data for the request.
2007
+ * @param data.id
2008
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberMeasurementSystemEnums_CountryNumberMeasurementSystemEnumDto Success
2009
+ * @throws ApiError
2010
+ */
2011
+ public getApiLocationServiceCountryNumberMeasurementSystemEnumsById(data: GetApiLocationServiceCountryNumberMeasurementSystemEnumsByIdData): CancelablePromise<GetApiLocationServiceCountryNumberMeasurementSystemEnumsByIdResponse> {
2012
+ return this.httpRequest.request({
2013
+ method: 'GET',
2014
+ url: '/api/location-service/country-number-measurement-system-enums/{id}',
2015
+ path: {
2016
+ id: data.id
2017
+ },
2018
+ errors: {
2019
+ 400: 'Bad Request',
2020
+ 401: 'Unauthorized',
2021
+ 403: 'Forbidden',
2022
+ 404: 'Not Found',
2023
+ 500: 'Server Error',
2024
+ 501: 'Server Error'
2025
+ }
2026
+ });
2027
+ }
2028
+
2029
+ /**
2030
+ * @param data The data for the request.
2031
+ * @param data.id
2032
+ * @param data.requestBody
2033
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberMeasurementSystemEnums_CountryNumberMeasurementSystemEnumDto Success
2034
+ * @throws ApiError
2035
+ */
2036
+ public putApiLocationServiceCountryNumberMeasurementSystemEnumsById(data: PutApiLocationServiceCountryNumberMeasurementSystemEnumsByIdData): CancelablePromise<PutApiLocationServiceCountryNumberMeasurementSystemEnumsByIdResponse> {
2037
+ return this.httpRequest.request({
2038
+ method: 'PUT',
2039
+ url: '/api/location-service/country-number-measurement-system-enums/{id}',
2040
+ path: {
2041
+ id: data.id
2042
+ },
2043
+ body: data.requestBody,
2044
+ mediaType: 'application/json',
2045
+ errors: {
2046
+ 400: 'Bad Request',
2047
+ 401: 'Unauthorized',
2048
+ 403: 'Forbidden',
2049
+ 404: 'Not Found',
2050
+ 500: 'Server Error',
2051
+ 501: 'Server Error'
2052
+ }
2053
+ });
2054
+ }
2055
+
2056
+ /**
2057
+ * @param data The data for the request.
2058
+ * @param data.id
2059
+ * @returns unknown Success
2060
+ * @throws ApiError
2061
+ */
2062
+ public deleteApiLocationServiceCountryNumberMeasurementSystemEnumsById(data: DeleteApiLocationServiceCountryNumberMeasurementSystemEnumsByIdData): CancelablePromise<DeleteApiLocationServiceCountryNumberMeasurementSystemEnumsByIdResponse> {
2063
+ return this.httpRequest.request({
2064
+ method: 'DELETE',
2065
+ url: '/api/location-service/country-number-measurement-system-enums/{id}',
2066
+ path: {
2067
+ id: data.id
2068
+ },
2069
+ errors: {
2070
+ 400: 'Bad Request',
2071
+ 401: 'Unauthorized',
2072
+ 403: 'Forbidden',
2073
+ 404: 'Not Found',
2074
+ 500: 'Server Error',
2075
+ 501: 'Server Error'
2076
+ }
2077
+ });
2078
+ }
2079
+
2080
+ }
2081
+
2082
+ export class CountryNumberNegativeNumberFormatEnumService {
2083
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
2084
+
2085
+ /**
2086
+ * @param data The data for the request.
2087
+ * @param data.sorting
2088
+ * @param data.skipCount
2089
+ * @param data.maxResultCount
2090
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_CountryNumbers_CountryNumberNegativeNumberFormatEnums_CountryNumberNegativeNumberFormatEnumDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
2091
+ * @throws ApiError
2092
+ */
2093
+ public getApiLocationServiceCountryNumberNegativeNumberFormatEnums(data: GetApiLocationServiceCountryNumberNegativeNumberFormatEnumsData = {}): CancelablePromise<GetApiLocationServiceCountryNumberNegativeNumberFormatEnumsResponse> {
2094
+ return this.httpRequest.request({
2095
+ method: 'GET',
2096
+ url: '/api/location-service/country-number-negative-number-format-enums',
2097
+ query: {
2098
+ Sorting: data.sorting,
2099
+ SkipCount: data.skipCount,
2100
+ MaxResultCount: data.maxResultCount
2101
+ },
2102
+ errors: {
2103
+ 400: 'Bad Request',
2104
+ 401: 'Unauthorized',
2105
+ 403: 'Forbidden',
2106
+ 404: 'Not Found',
2107
+ 500: 'Server Error',
2108
+ 501: 'Server Error'
2109
+ }
2110
+ });
2111
+ }
2112
+
2113
+ /**
2114
+ * @param data The data for the request.
2115
+ * @param data.requestBody
2116
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberNegativeNumberFormatEnums_CountryNumberNegativeNumberFormatEnumDto Success
2117
+ * @throws ApiError
2118
+ */
2119
+ public postApiLocationServiceCountryNumberNegativeNumberFormatEnums(data: PostApiLocationServiceCountryNumberNegativeNumberFormatEnumsData = {}): CancelablePromise<PostApiLocationServiceCountryNumberNegativeNumberFormatEnumsResponse> {
2120
+ return this.httpRequest.request({
2121
+ method: 'POST',
2122
+ url: '/api/location-service/country-number-negative-number-format-enums',
2123
+ body: data.requestBody,
2124
+ mediaType: 'application/json',
2125
+ errors: {
2126
+ 400: 'Bad Request',
2127
+ 401: 'Unauthorized',
2128
+ 403: 'Forbidden',
2129
+ 404: 'Not Found',
2130
+ 500: 'Server Error',
2131
+ 501: 'Server Error'
2132
+ }
2133
+ });
2134
+ }
2135
+
2136
+ /**
2137
+ * @param data The data for the request.
2138
+ * @param data.id
2139
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberNegativeNumberFormatEnums_CountryNumberNegativeNumberFormatEnumDto Success
2140
+ * @throws ApiError
2141
+ */
2142
+ public getApiLocationServiceCountryNumberNegativeNumberFormatEnumsById(data: GetApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdData): CancelablePromise<GetApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdResponse> {
2143
+ return this.httpRequest.request({
2144
+ method: 'GET',
2145
+ url: '/api/location-service/country-number-negative-number-format-enums/{id}',
2146
+ path: {
2147
+ id: data.id
2148
+ },
2149
+ errors: {
2150
+ 400: 'Bad Request',
2151
+ 401: 'Unauthorized',
2152
+ 403: 'Forbidden',
2153
+ 404: 'Not Found',
2154
+ 500: 'Server Error',
2155
+ 501: 'Server Error'
2156
+ }
2157
+ });
2158
+ }
2159
+
2160
+ /**
2161
+ * @param data The data for the request.
2162
+ * @param data.id
2163
+ * @param data.requestBody
2164
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberNegativeNumberFormatEnums_CountryNumberNegativeNumberFormatEnumDto Success
2165
+ * @throws ApiError
2166
+ */
2167
+ public putApiLocationServiceCountryNumberNegativeNumberFormatEnumsById(data: PutApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdData): CancelablePromise<PutApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdResponse> {
2168
+ return this.httpRequest.request({
2169
+ method: 'PUT',
2170
+ url: '/api/location-service/country-number-negative-number-format-enums/{id}',
2171
+ path: {
2172
+ id: data.id
2173
+ },
2174
+ body: data.requestBody,
2175
+ mediaType: 'application/json',
2176
+ errors: {
2177
+ 400: 'Bad Request',
2178
+ 401: 'Unauthorized',
2179
+ 403: 'Forbidden',
2180
+ 404: 'Not Found',
2181
+ 500: 'Server Error',
2182
+ 501: 'Server Error'
2183
+ }
2184
+ });
2185
+ }
2186
+
2187
+ /**
2188
+ * @param data The data for the request.
2189
+ * @param data.id
2190
+ * @returns unknown Success
2191
+ * @throws ApiError
2192
+ */
2193
+ public deleteApiLocationServiceCountryNumberNegativeNumberFormatEnumsById(data: DeleteApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdData): CancelablePromise<DeleteApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdResponse> {
2194
+ return this.httpRequest.request({
2195
+ method: 'DELETE',
2196
+ url: '/api/location-service/country-number-negative-number-format-enums/{id}',
2197
+ path: {
2198
+ id: data.id
2199
+ },
2200
+ errors: {
2201
+ 400: 'Bad Request',
2202
+ 401: 'Unauthorized',
2203
+ 403: 'Forbidden',
2204
+ 404: 'Not Found',
2205
+ 500: 'Server Error',
2206
+ 501: 'Server Error'
2207
+ }
2208
+ });
2209
+ }
2210
+
2211
+ }
2212
+
2213
+ export class CountryNumberStandardDigitsEnumService {
2214
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
2215
+
2216
+ /**
2217
+ * @param data The data for the request.
2218
+ * @param data.sorting
2219
+ * @param data.skipCount
2220
+ * @param data.maxResultCount
2221
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_CountryNumbers_CountryNumberStandardDigitsEnums_CountryNumberStandardDigitsEnumDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
2222
+ * @throws ApiError
2223
+ */
2224
+ public getApiLocationServiceCountryNumberStandardDigitsEnums(data: GetApiLocationServiceCountryNumberStandardDigitsEnumsData = {}): CancelablePromise<GetApiLocationServiceCountryNumberStandardDigitsEnumsResponse> {
2225
+ return this.httpRequest.request({
2226
+ method: 'GET',
2227
+ url: '/api/location-service/country-number-standard-digits-enums',
2228
+ query: {
2229
+ Sorting: data.sorting,
2230
+ SkipCount: data.skipCount,
2231
+ MaxResultCount: data.maxResultCount
2232
+ },
2233
+ errors: {
2234
+ 400: 'Bad Request',
2235
+ 401: 'Unauthorized',
2236
+ 403: 'Forbidden',
2237
+ 404: 'Not Found',
2238
+ 500: 'Server Error',
2239
+ 501: 'Server Error'
2240
+ }
2241
+ });
2242
+ }
2243
+
2244
+ /**
2245
+ * @param data The data for the request.
2246
+ * @param data.requestBody
2247
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberStandardDigitsEnums_CountryNumberStandardDigitsEnumDto Success
2248
+ * @throws ApiError
2249
+ */
2250
+ public postApiLocationServiceCountryNumberStandardDigitsEnums(data: PostApiLocationServiceCountryNumberStandardDigitsEnumsData = {}): CancelablePromise<PostApiLocationServiceCountryNumberStandardDigitsEnumsResponse> {
2251
+ return this.httpRequest.request({
2252
+ method: 'POST',
2253
+ url: '/api/location-service/country-number-standard-digits-enums',
2254
+ body: data.requestBody,
2255
+ mediaType: 'application/json',
2256
+ errors: {
2257
+ 400: 'Bad Request',
2258
+ 401: 'Unauthorized',
2259
+ 403: 'Forbidden',
2260
+ 404: 'Not Found',
2261
+ 500: 'Server Error',
2262
+ 501: 'Server Error'
2263
+ }
2264
+ });
2265
+ }
2266
+
2267
+ /**
2268
+ * @param data The data for the request.
2269
+ * @param data.id
2270
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberStandardDigitsEnums_CountryNumberStandardDigitsEnumDto Success
2271
+ * @throws ApiError
2272
+ */
2273
+ public getApiLocationServiceCountryNumberStandardDigitsEnumsById(data: GetApiLocationServiceCountryNumberStandardDigitsEnumsByIdData): CancelablePromise<GetApiLocationServiceCountryNumberStandardDigitsEnumsByIdResponse> {
2274
+ return this.httpRequest.request({
2275
+ method: 'GET',
2276
+ url: '/api/location-service/country-number-standard-digits-enums/{id}',
2277
+ path: {
2278
+ id: data.id
2279
+ },
2280
+ errors: {
2281
+ 400: 'Bad Request',
2282
+ 401: 'Unauthorized',
2283
+ 403: 'Forbidden',
2284
+ 404: 'Not Found',
2285
+ 500: 'Server Error',
2286
+ 501: 'Server Error'
2287
+ }
2288
+ });
2289
+ }
2290
+
2291
+ /**
2292
+ * @param data The data for the request.
2293
+ * @param data.id
2294
+ * @param data.requestBody
2295
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberStandardDigitsEnums_CountryNumberStandardDigitsEnumDto Success
2296
+ * @throws ApiError
2297
+ */
2298
+ public putApiLocationServiceCountryNumberStandardDigitsEnumsById(data: PutApiLocationServiceCountryNumberStandardDigitsEnumsByIdData): CancelablePromise<PutApiLocationServiceCountryNumberStandardDigitsEnumsByIdResponse> {
2299
+ return this.httpRequest.request({
2300
+ method: 'PUT',
2301
+ url: '/api/location-service/country-number-standard-digits-enums/{id}',
2302
+ path: {
2303
+ id: data.id
2304
+ },
2305
+ body: data.requestBody,
2306
+ mediaType: 'application/json',
2307
+ errors: {
2308
+ 400: 'Bad Request',
2309
+ 401: 'Unauthorized',
2310
+ 403: 'Forbidden',
2311
+ 404: 'Not Found',
2312
+ 500: 'Server Error',
2313
+ 501: 'Server Error'
2314
+ }
2315
+ });
2316
+ }
2317
+
2318
+ /**
2319
+ * @param data The data for the request.
2320
+ * @param data.id
2321
+ * @returns unknown Success
2322
+ * @throws ApiError
2323
+ */
2324
+ public deleteApiLocationServiceCountryNumberStandardDigitsEnumsById(data: DeleteApiLocationServiceCountryNumberStandardDigitsEnumsByIdData): CancelablePromise<DeleteApiLocationServiceCountryNumberStandardDigitsEnumsByIdResponse> {
2325
+ return this.httpRequest.request({
2326
+ method: 'DELETE',
2327
+ url: '/api/location-service/country-number-standard-digits-enums/{id}',
2328
+ path: {
2329
+ id: data.id
2330
+ },
2331
+ errors: {
2332
+ 400: 'Bad Request',
2333
+ 401: 'Unauthorized',
2334
+ 403: 'Forbidden',
2335
+ 404: 'Not Found',
2336
+ 500: 'Server Error',
2337
+ 501: 'Server Error'
2338
+ }
2339
+ });
2340
+ }
2341
+
2342
+ }
2343
+
2344
+ export class CountryNumberUseNativeDigitsEnumService {
2345
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
2346
+
2347
+ /**
2348
+ * @param data The data for the request.
2349
+ * @param data.sorting
2350
+ * @param data.skipCount
2351
+ * @param data.maxResultCount
2352
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_CountryNumbers_CountryNumberUseNativeDigitsEnums_CountryNumberUseNativeDigitsEnumDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
2353
+ * @throws ApiError
2354
+ */
2355
+ public getApiLocationServiceCountryNumberUseNativeDigitsEnums(data: GetApiLocationServiceCountryNumberUseNativeDigitsEnumsData = {}): CancelablePromise<GetApiLocationServiceCountryNumberUseNativeDigitsEnumsResponse> {
2356
+ return this.httpRequest.request({
2357
+ method: 'GET',
2358
+ url: '/api/location-service/country-number-use-native-digits-enums',
2359
+ query: {
2360
+ Sorting: data.sorting,
2361
+ SkipCount: data.skipCount,
2362
+ MaxResultCount: data.maxResultCount
2363
+ },
2364
+ errors: {
2365
+ 400: 'Bad Request',
2366
+ 401: 'Unauthorized',
2367
+ 403: 'Forbidden',
2368
+ 404: 'Not Found',
2369
+ 500: 'Server Error',
2370
+ 501: 'Server Error'
2371
+ }
2372
+ });
2373
+ }
2374
+
2375
+ /**
2376
+ * @param data The data for the request.
2377
+ * @param data.requestBody
2378
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberUseNativeDigitsEnums_CountryNumberUseNativeDigitsEnumDto Success
2379
+ * @throws ApiError
2380
+ */
2381
+ public postApiLocationServiceCountryNumberUseNativeDigitsEnums(data: PostApiLocationServiceCountryNumberUseNativeDigitsEnumsData = {}): CancelablePromise<PostApiLocationServiceCountryNumberUseNativeDigitsEnumsResponse> {
2382
+ return this.httpRequest.request({
2383
+ method: 'POST',
2384
+ url: '/api/location-service/country-number-use-native-digits-enums',
2385
+ body: data.requestBody,
2386
+ mediaType: 'application/json',
2387
+ errors: {
2388
+ 400: 'Bad Request',
2389
+ 401: 'Unauthorized',
2390
+ 403: 'Forbidden',
2391
+ 404: 'Not Found',
2392
+ 500: 'Server Error',
2393
+ 501: 'Server Error'
2394
+ }
2395
+ });
2396
+ }
2397
+
2398
+ /**
2399
+ * @param data The data for the request.
2400
+ * @param data.id
2401
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberUseNativeDigitsEnums_CountryNumberUseNativeDigitsEnumDto Success
2402
+ * @throws ApiError
2403
+ */
2404
+ public getApiLocationServiceCountryNumberUseNativeDigitsEnumsById(data: GetApiLocationServiceCountryNumberUseNativeDigitsEnumsByIdData): CancelablePromise<GetApiLocationServiceCountryNumberUseNativeDigitsEnumsByIdResponse> {
2405
+ return this.httpRequest.request({
2406
+ method: 'GET',
2407
+ url: '/api/location-service/country-number-use-native-digits-enums/{id}',
2408
+ path: {
2409
+ id: data.id
2410
+ },
2411
+ errors: {
2412
+ 400: 'Bad Request',
2413
+ 401: 'Unauthorized',
2414
+ 403: 'Forbidden',
2415
+ 404: 'Not Found',
2416
+ 500: 'Server Error',
2417
+ 501: 'Server Error'
2418
+ }
2419
+ });
2420
+ }
2421
+
2422
+ /**
2423
+ * @param data The data for the request.
2424
+ * @param data.id
2425
+ * @param data.requestBody
2426
+ * @returns UniRefund_LocationService_CountryNumbers_CountryNumberUseNativeDigitsEnums_CountryNumberUseNativeDigitsEnumDto Success
2427
+ * @throws ApiError
2428
+ */
2429
+ public putApiLocationServiceCountryNumberUseNativeDigitsEnumsById(data: PutApiLocationServiceCountryNumberUseNativeDigitsEnumsByIdData): CancelablePromise<PutApiLocationServiceCountryNumberUseNativeDigitsEnumsByIdResponse> {
2430
+ return this.httpRequest.request({
2431
+ method: 'PUT',
2432
+ url: '/api/location-service/country-number-use-native-digits-enums/{id}',
2433
+ path: {
2434
+ id: data.id
2435
+ },
2436
+ body: data.requestBody,
2437
+ mediaType: 'application/json',
2438
+ errors: {
2439
+ 400: 'Bad Request',
2440
+ 401: 'Unauthorized',
2441
+ 403: 'Forbidden',
2442
+ 404: 'Not Found',
2443
+ 500: 'Server Error',
2444
+ 501: 'Server Error'
2445
+ }
2446
+ });
2447
+ }
2448
+
2449
+ /**
2450
+ * @param data The data for the request.
2451
+ * @param data.id
2452
+ * @returns unknown Success
2453
+ * @throws ApiError
2454
+ */
2455
+ public deleteApiLocationServiceCountryNumberUseNativeDigitsEnumsById(data: DeleteApiLocationServiceCountryNumberUseNativeDigitsEnumsByIdData): CancelablePromise<DeleteApiLocationServiceCountryNumberUseNativeDigitsEnumsByIdResponse> {
2456
+ return this.httpRequest.request({
2457
+ method: 'DELETE',
2458
+ url: '/api/location-service/country-number-use-native-digits-enums/{id}',
2459
+ path: {
2460
+ id: data.id
2461
+ },
2462
+ errors: {
2463
+ 400: 'Bad Request',
2464
+ 401: 'Unauthorized',
2465
+ 403: 'Forbidden',
2466
+ 404: 'Not Found',
2467
+ 500: 'Server Error',
2468
+ 501: 'Server Error'
2469
+ }
2470
+ });
2471
+ }
2472
+
2473
+ }
2474
+
2475
+ export class CountryTimeService {
2476
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
2477
+
2478
+ /**
2479
+ * @param data The data for the request.
2480
+ * @param data.sorting
2481
+ * @param data.skipCount
2482
+ * @param data.maxResultCount
2483
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_CountryTimes_CountryTimeDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
2484
+ * @throws ApiError
2485
+ */
2486
+ public getApiLocationServiceCountryTimes(data: GetApiLocationServiceCountryTimesData = {}): CancelablePromise<GetApiLocationServiceCountryTimesResponse> {
2487
+ return this.httpRequest.request({
2488
+ method: 'GET',
2489
+ url: '/api/location-service/country-times',
2490
+ query: {
2491
+ Sorting: data.sorting,
2492
+ SkipCount: data.skipCount,
2493
+ MaxResultCount: data.maxResultCount
2494
+ },
2495
+ errors: {
2496
+ 400: 'Bad Request',
2497
+ 401: 'Unauthorized',
2498
+ 403: 'Forbidden',
2499
+ 404: 'Not Found',
2500
+ 500: 'Server Error',
2501
+ 501: 'Server Error'
2502
+ }
2503
+ });
2504
+ }
2505
+
2506
+ /**
2507
+ * @param data The data for the request.
2508
+ * @param data.requestBody
2509
+ * @returns UniRefund_LocationService_CountryTimes_CountryTimeDto Success
2510
+ * @throws ApiError
2511
+ */
2512
+ public postApiLocationServiceCountryTimes(data: PostApiLocationServiceCountryTimesData = {}): CancelablePromise<PostApiLocationServiceCountryTimesResponse> {
2513
+ return this.httpRequest.request({
2514
+ method: 'POST',
2515
+ url: '/api/location-service/country-times',
2516
+ body: data.requestBody,
2517
+ mediaType: 'application/json',
2518
+ errors: {
2519
+ 400: 'Bad Request',
2520
+ 401: 'Unauthorized',
2521
+ 403: 'Forbidden',
2522
+ 404: 'Not Found',
2523
+ 500: 'Server Error',
2524
+ 501: 'Server Error'
2525
+ }
2526
+ });
2527
+ }
2528
+
2529
+ /**
2530
+ * @param data The data for the request.
2531
+ * @param data.id
2532
+ * @returns UniRefund_LocationService_CountryTimes_CountryTimeDto Success
2533
+ * @throws ApiError
2534
+ */
2535
+ public getApiLocationServiceCountryTimesById(data: GetApiLocationServiceCountryTimesByIdData): CancelablePromise<GetApiLocationServiceCountryTimesByIdResponse> {
2536
+ return this.httpRequest.request({
2537
+ method: 'GET',
2538
+ url: '/api/location-service/country-times/{id}',
2539
+ path: {
2540
+ id: data.id
2541
+ },
2542
+ errors: {
2543
+ 400: 'Bad Request',
2544
+ 401: 'Unauthorized',
2545
+ 403: 'Forbidden',
2546
+ 404: 'Not Found',
2547
+ 500: 'Server Error',
2548
+ 501: 'Server Error'
2549
+ }
2550
+ });
2551
+ }
2552
+
2553
+ /**
2554
+ * @param data The data for the request.
2555
+ * @param data.id
2556
+ * @param data.requestBody
2557
+ * @returns UniRefund_LocationService_CountryTimes_CountryTimeDto Success
2558
+ * @throws ApiError
2559
+ */
2560
+ public putApiLocationServiceCountryTimesById(data: PutApiLocationServiceCountryTimesByIdData): CancelablePromise<PutApiLocationServiceCountryTimesByIdResponse> {
2561
+ return this.httpRequest.request({
2562
+ method: 'PUT',
2563
+ url: '/api/location-service/country-times/{id}',
2564
+ path: {
2565
+ id: data.id
2566
+ },
2567
+ body: data.requestBody,
2568
+ mediaType: 'application/json',
2569
+ errors: {
2570
+ 400: 'Bad Request',
2571
+ 401: 'Unauthorized',
2572
+ 403: 'Forbidden',
2573
+ 404: 'Not Found',
2574
+ 500: 'Server Error',
2575
+ 501: 'Server Error'
2576
+ }
2577
+ });
2578
+ }
2579
+
2580
+ /**
2581
+ * @param data The data for the request.
2582
+ * @param data.id
2583
+ * @returns unknown Success
2584
+ * @throws ApiError
2585
+ */
2586
+ public deleteApiLocationServiceCountryTimesById(data: DeleteApiLocationServiceCountryTimesByIdData): CancelablePromise<DeleteApiLocationServiceCountryTimesByIdResponse> {
2587
+ return this.httpRequest.request({
2588
+ method: 'DELETE',
2589
+ url: '/api/location-service/country-times/{id}',
2590
+ path: {
2591
+ id: data.id
2592
+ },
2593
+ errors: {
2594
+ 400: 'Bad Request',
2595
+ 401: 'Unauthorized',
2596
+ 403: 'Forbidden',
2597
+ 404: 'Not Found',
2598
+ 500: 'Server Error',
2599
+ 501: 'Server Error'
2600
+ }
2601
+ });
2602
+ }
2603
+
2604
+ }
2605
+
2606
+ export class DistrictService {
2607
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
2608
+
2609
+ /**
2610
+ * @param data The data for the request.
2611
+ * @param data.sorting
2612
+ * @param data.skipCount
2613
+ * @param data.maxResultCount
2614
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_Districts_DistrictDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
2615
+ * @throws ApiError
2616
+ */
2617
+ public getApiLocationServiceDistricts(data: GetApiLocationServiceDistrictsData = {}): CancelablePromise<GetApiLocationServiceDistrictsResponse> {
2618
+ return this.httpRequest.request({
2619
+ method: 'GET',
2620
+ url: '/api/location-service/districts',
2621
+ query: {
2622
+ Sorting: data.sorting,
2623
+ SkipCount: data.skipCount,
2624
+ MaxResultCount: data.maxResultCount
2625
+ },
2626
+ errors: {
2627
+ 400: 'Bad Request',
2628
+ 401: 'Unauthorized',
2629
+ 403: 'Forbidden',
2630
+ 404: 'Not Found',
2631
+ 500: 'Server Error',
2632
+ 501: 'Server Error'
2633
+ }
2634
+ });
2635
+ }
2636
+
2637
+ /**
2638
+ * @param data The data for the request.
2639
+ * @param data.requestBody
2640
+ * @returns UniRefund_LocationService_Districts_DistrictDto Success
2641
+ * @throws ApiError
2642
+ */
2643
+ public postApiLocationServiceDistricts(data: PostApiLocationServiceDistrictsData = {}): CancelablePromise<PostApiLocationServiceDistrictsResponse> {
2644
+ return this.httpRequest.request({
2645
+ method: 'POST',
2646
+ url: '/api/location-service/districts',
2647
+ body: data.requestBody,
2648
+ mediaType: 'application/json',
2649
+ errors: {
2650
+ 400: 'Bad Request',
2651
+ 401: 'Unauthorized',
2652
+ 403: 'Forbidden',
2653
+ 404: 'Not Found',
2654
+ 500: 'Server Error',
2655
+ 501: 'Server Error'
2656
+ }
2657
+ });
2658
+ }
2659
+
2660
+ /**
2661
+ * @param data The data for the request.
2662
+ * @param data.id
2663
+ * @returns UniRefund_LocationService_Districts_DistrictDto Success
2664
+ * @throws ApiError
2665
+ */
2666
+ public getApiLocationServiceDistrictsById(data: GetApiLocationServiceDistrictsByIdData): CancelablePromise<GetApiLocationServiceDistrictsByIdResponse> {
2667
+ return this.httpRequest.request({
2668
+ method: 'GET',
2669
+ url: '/api/location-service/districts/{id}',
2670
+ path: {
2671
+ id: data.id
2672
+ },
2673
+ errors: {
2674
+ 400: 'Bad Request',
2675
+ 401: 'Unauthorized',
2676
+ 403: 'Forbidden',
2677
+ 404: 'Not Found',
2678
+ 500: 'Server Error',
2679
+ 501: 'Server Error'
2680
+ }
2681
+ });
2682
+ }
2683
+
2684
+ /**
2685
+ * @param data The data for the request.
2686
+ * @param data.id
2687
+ * @param data.requestBody
2688
+ * @returns UniRefund_LocationService_Districts_DistrictDto Success
2689
+ * @throws ApiError
2690
+ */
2691
+ public putApiLocationServiceDistrictsById(data: PutApiLocationServiceDistrictsByIdData): CancelablePromise<PutApiLocationServiceDistrictsByIdResponse> {
2692
+ return this.httpRequest.request({
2693
+ method: 'PUT',
2694
+ url: '/api/location-service/districts/{id}',
2695
+ path: {
2696
+ id: data.id
2697
+ },
2698
+ body: data.requestBody,
2699
+ mediaType: 'application/json',
2700
+ errors: {
2701
+ 400: 'Bad Request',
2702
+ 401: 'Unauthorized',
2703
+ 403: 'Forbidden',
2704
+ 404: 'Not Found',
2705
+ 500: 'Server Error',
2706
+ 501: 'Server Error'
2707
+ }
2708
+ });
2709
+ }
2710
+
2711
+ /**
2712
+ * @param data The data for the request.
2713
+ * @param data.id
2714
+ * @returns unknown Success
2715
+ * @throws ApiError
2716
+ */
2717
+ public deleteApiLocationServiceDistrictsById(data: DeleteApiLocationServiceDistrictsByIdData): CancelablePromise<DeleteApiLocationServiceDistrictsByIdResponse> {
2718
+ return this.httpRequest.request({
2719
+ method: 'DELETE',
2720
+ url: '/api/location-service/districts/{id}',
2721
+ path: {
2722
+ id: data.id
2723
+ },
2724
+ errors: {
2725
+ 400: 'Bad Request',
2726
+ 401: 'Unauthorized',
2727
+ 403: 'Forbidden',
2728
+ 404: 'Not Found',
2729
+ 500: 'Server Error',
2730
+ 501: 'Server Error'
2731
+ }
2732
+ });
2733
+ }
2734
+
2735
+ /**
2736
+ * @param data The data for the request.
2737
+ * @param data.districtId
2738
+ * @param data.cityId
2739
+ * @returns UniRefund_LocationService_Districts_DistrictDto Success
2740
+ * @throws ApiError
2741
+ */
2742
+ public getApiLocationServiceDistrictsGetByControllingCityIdByCityIdByDistrictId(data: GetApiLocationServiceDistrictsGetByControllingCityIdByCityIdByDistrictIdData): CancelablePromise<GetApiLocationServiceDistrictsGetByControllingCityIdByCityIdByDistrictIdResponse> {
2743
+ return this.httpRequest.request({
2744
+ method: 'GET',
2745
+ url: '/api/location-service/districts/get-by-controlling-cityId/{cityId}/{districtId}',
2746
+ path: {
2747
+ districtId: data.districtId,
2748
+ cityId: data.cityId
2749
+ },
2750
+ errors: {
2751
+ 400: 'Bad Request',
2752
+ 401: 'Unauthorized',
2753
+ 403: 'Forbidden',
2754
+ 404: 'Not Found',
2755
+ 500: 'Server Error',
2756
+ 501: 'Server Error'
2757
+ }
2758
+ });
2759
+ }
2760
+
2761
+ /**
2762
+ * @param data The data for the request.
2763
+ * @param data.districtId
2764
+ * @param data.cityId
2765
+ * @returns boolean Success
2766
+ * @throws ApiError
2767
+ */
2768
+ public getApiLocationServiceDistrictsExistsByControllingCityIdByCityIdByDistrictId(data: GetApiLocationServiceDistrictsExistsByControllingCityIdByCityIdByDistrictIdData): CancelablePromise<GetApiLocationServiceDistrictsExistsByControllingCityIdByCityIdByDistrictIdResponse> {
2769
+ return this.httpRequest.request({
2770
+ method: 'GET',
2771
+ url: '/api/location-service/districts/exists-by-controlling-cityId/{cityId}/{districtId}',
2772
+ path: {
2773
+ districtId: data.districtId,
2774
+ cityId: data.cityId
2775
+ },
2776
+ errors: {
2777
+ 400: 'Bad Request',
2778
+ 401: 'Unauthorized',
2779
+ 403: 'Forbidden',
2780
+ 404: 'Not Found',
2781
+ 500: 'Server Error',
2782
+ 501: 'Server Error'
2783
+ }
2784
+ });
2785
+ }
2786
+
2787
+ }
2788
+
2789
+ export class EnumsService {
2790
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
2791
+
2792
+ /**
2793
+ * @param data The data for the request.
2794
+ * @param data.enumTypeId
2795
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<AyasofYazilim_Enum_Enums_EnumDto__AyasofYazilim_Enum_Application_Contracts__Version_0_1_5_0__Culture_neutral__PublicKeyToken_null_> Success
2796
+ * @throws ApiError
2797
+ */
2798
+ public getApiEnumServiceEnumsGetListByEnumTypeIdByEnumTypeId(data: GetApiEnumServiceEnumsGetListByEnumTypeIdByEnumTypeIdData): CancelablePromise<GetApiEnumServiceEnumsGetListByEnumTypeIdByEnumTypeIdResponse> {
2799
+ return this.httpRequest.request({
2800
+ method: 'GET',
2801
+ url: '/api/enum-service/enums/get-list-by-enumTypeId/{enumTypeId}',
2802
+ path: {
2803
+ enumTypeId: data.enumTypeId
2804
+ },
2805
+ errors: {
2806
+ 400: 'Bad Request',
2807
+ 401: 'Unauthorized',
2808
+ 403: 'Forbidden',
2809
+ 404: 'Not Found',
2810
+ 500: 'Server Error',
2811
+ 501: 'Server Error'
2812
+ }
2813
+ });
2814
+ }
2815
+
2816
+ /**
2817
+ * @param data The data for the request.
2818
+ * @param data.id
2819
+ * @param data.requestBody
2820
+ * @returns unknown Success
2821
+ * @throws ApiError
2822
+ */
2823
+ public postApiEnumServiceEnumsTranslation(data: PostApiEnumServiceEnumsTranslationData = {}): CancelablePromise<PostApiEnumServiceEnumsTranslationResponse> {
2824
+ return this.httpRequest.request({
2825
+ method: 'POST',
2826
+ url: '/api/enum-service/enums/translation',
2827
+ query: {
2828
+ id: data.id
2829
+ },
2830
+ body: data.requestBody,
2831
+ mediaType: 'application/json',
2832
+ errors: {
2833
+ 400: 'Bad Request',
2834
+ 401: 'Unauthorized',
2835
+ 403: 'Forbidden',
2836
+ 404: 'Not Found',
2837
+ 500: 'Server Error',
2838
+ 501: 'Server Error'
2839
+ }
2840
+ });
2841
+ }
2842
+
2843
+ /**
2844
+ * @param data The data for the request.
2845
+ * @param data.id
2846
+ * @param data.requestBody
2847
+ * @returns unknown Success
2848
+ * @throws ApiError
2849
+ */
2850
+ public postApiEnumServiceEnumsEnumTypeTranslation(data: PostApiEnumServiceEnumsEnumTypeTranslationData = {}): CancelablePromise<PostApiEnumServiceEnumsEnumTypeTranslationResponse> {
2851
+ return this.httpRequest.request({
2852
+ method: 'POST',
2853
+ url: '/api/enum-service/enums/enum-type-translation',
2854
+ query: {
2855
+ id: data.id
2856
+ },
2857
+ body: data.requestBody,
2858
+ mediaType: 'application/json',
2859
+ errors: {
2860
+ 400: 'Bad Request',
2861
+ 401: 'Unauthorized',
2862
+ 403: 'Forbidden',
2863
+ 404: 'Not Found',
2864
+ 500: 'Server Error',
2865
+ 501: 'Server Error'
2866
+ }
2867
+ });
2868
+ }
2869
+
2870
+ /**
2871
+ * @param data The data for the request.
2872
+ * @param data.sorting
2873
+ * @param data.skipCount
2874
+ * @param data.maxResultCount
2875
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<AyasofYazilim_Enum_EnumTypes_EnumTypeDto__AyasofYazilim_Enum_Application_Contracts__Version_0_1_5_0__Culture_neutral__PublicKeyToken_null_> Success
2876
+ * @throws ApiError
2877
+ */
2878
+ public getApiEnumServiceEnumsEnumType(data: GetApiEnumServiceEnumsEnumTypeData = {}): CancelablePromise<GetApiEnumServiceEnumsEnumTypeResponse> {
2879
+ return this.httpRequest.request({
2880
+ method: 'GET',
2881
+ url: '/api/enum-service/enums/enum-type',
2882
+ query: {
2883
+ Sorting: data.sorting,
2884
+ SkipCount: data.skipCount,
2885
+ MaxResultCount: data.maxResultCount
2886
+ },
2887
+ errors: {
2888
+ 400: 'Bad Request',
2889
+ 401: 'Unauthorized',
2890
+ 403: 'Forbidden',
2891
+ 404: 'Not Found',
2892
+ 500: 'Server Error',
2893
+ 501: 'Server Error'
2894
+ }
2895
+ });
2896
+ }
2897
+
2898
+ }
2899
+
2900
+ export class NeighborhoodService {
2901
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
2902
+
2903
+ /**
2904
+ * @param data The data for the request.
2905
+ * @param data.sorting
2906
+ * @param data.skipCount
2907
+ * @param data.maxResultCount
2908
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_Neighborhoods_NeighborhoodDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
2909
+ * @throws ApiError
2910
+ */
2911
+ public getApiLocationServiceNeighborhoods(data: GetApiLocationServiceNeighborhoodsData = {}): CancelablePromise<GetApiLocationServiceNeighborhoodsResponse> {
2912
+ return this.httpRequest.request({
2913
+ method: 'GET',
2914
+ url: '/api/location-service/neighborhoods',
2915
+ query: {
2916
+ Sorting: data.sorting,
2917
+ SkipCount: data.skipCount,
2918
+ MaxResultCount: data.maxResultCount
2919
+ },
2920
+ errors: {
2921
+ 400: 'Bad Request',
2922
+ 401: 'Unauthorized',
2923
+ 403: 'Forbidden',
2924
+ 404: 'Not Found',
2925
+ 500: 'Server Error',
2926
+ 501: 'Server Error'
2927
+ }
2928
+ });
2929
+ }
2930
+
2931
+ /**
2932
+ * @param data The data for the request.
2933
+ * @param data.requestBody
2934
+ * @returns UniRefund_LocationService_Neighborhoods_NeighborhoodDto Success
2935
+ * @throws ApiError
2936
+ */
2937
+ public postApiLocationServiceNeighborhoods(data: PostApiLocationServiceNeighborhoodsData = {}): CancelablePromise<PostApiLocationServiceNeighborhoodsResponse> {
2938
+ return this.httpRequest.request({
2939
+ method: 'POST',
2940
+ url: '/api/location-service/neighborhoods',
2941
+ body: data.requestBody,
2942
+ mediaType: 'application/json',
2943
+ errors: {
2944
+ 400: 'Bad Request',
2945
+ 401: 'Unauthorized',
2946
+ 403: 'Forbidden',
2947
+ 404: 'Not Found',
2948
+ 500: 'Server Error',
2949
+ 501: 'Server Error'
2950
+ }
2951
+ });
2952
+ }
2953
+
2954
+ /**
2955
+ * @param data The data for the request.
2956
+ * @param data.id
2957
+ * @returns UniRefund_LocationService_Neighborhoods_NeighborhoodDto Success
2958
+ * @throws ApiError
2959
+ */
2960
+ public getApiLocationServiceNeighborhoodsById(data: GetApiLocationServiceNeighborhoodsByIdData): CancelablePromise<GetApiLocationServiceNeighborhoodsByIdResponse> {
2961
+ return this.httpRequest.request({
2962
+ method: 'GET',
2963
+ url: '/api/location-service/neighborhoods/{id}',
2964
+ path: {
2965
+ id: data.id
2966
+ },
2967
+ errors: {
2968
+ 400: 'Bad Request',
2969
+ 401: 'Unauthorized',
2970
+ 403: 'Forbidden',
2971
+ 404: 'Not Found',
2972
+ 500: 'Server Error',
2973
+ 501: 'Server Error'
2974
+ }
2975
+ });
2976
+ }
2977
+
2978
+ /**
2979
+ * @param data The data for the request.
2980
+ * @param data.id
2981
+ * @param data.requestBody
2982
+ * @returns UniRefund_LocationService_Neighborhoods_NeighborhoodDto Success
2983
+ * @throws ApiError
2984
+ */
2985
+ public putApiLocationServiceNeighborhoodsById(data: PutApiLocationServiceNeighborhoodsByIdData): CancelablePromise<PutApiLocationServiceNeighborhoodsByIdResponse> {
2986
+ return this.httpRequest.request({
2987
+ method: 'PUT',
2988
+ url: '/api/location-service/neighborhoods/{id}',
2989
+ path: {
2990
+ id: data.id
2991
+ },
2992
+ body: data.requestBody,
2993
+ mediaType: 'application/json',
2994
+ errors: {
2995
+ 400: 'Bad Request',
2996
+ 401: 'Unauthorized',
2997
+ 403: 'Forbidden',
2998
+ 404: 'Not Found',
2999
+ 500: 'Server Error',
3000
+ 501: 'Server Error'
3001
+ }
3002
+ });
3003
+ }
3004
+
3005
+ /**
3006
+ * @param data The data for the request.
3007
+ * @param data.id
3008
+ * @returns unknown Success
3009
+ * @throws ApiError
3010
+ */
3011
+ public deleteApiLocationServiceNeighborhoodsById(data: DeleteApiLocationServiceNeighborhoodsByIdData): CancelablePromise<DeleteApiLocationServiceNeighborhoodsByIdResponse> {
3012
+ return this.httpRequest.request({
3013
+ method: 'DELETE',
3014
+ url: '/api/location-service/neighborhoods/{id}',
3015
+ path: {
3016
+ id: data.id
3017
+ },
3018
+ errors: {
3019
+ 400: 'Bad Request',
3020
+ 401: 'Unauthorized',
3021
+ 403: 'Forbidden',
3022
+ 404: 'Not Found',
3023
+ 500: 'Server Error',
3024
+ 501: 'Server Error'
3025
+ }
3026
+ });
3027
+ }
3028
+
3029
+ /**
3030
+ * @param data The data for the request.
3031
+ * @param data.neighborhoodId
3032
+ * @param data.districtId
3033
+ * @returns boolean Success
3034
+ * @throws ApiError
3035
+ */
3036
+ public getApiLocationServiceNeighborhoodsGetByControllingDistrictIdByNeighborhoodIdByDistrictId(data: GetApiLocationServiceNeighborhoodsGetByControllingDistrictIdByNeighborhoodIdByDistrictIdData): CancelablePromise<GetApiLocationServiceNeighborhoodsGetByControllingDistrictIdByNeighborhoodIdByDistrictIdResponse> {
3037
+ return this.httpRequest.request({
3038
+ method: 'GET',
3039
+ url: '/api/location-service/neighborhoods/get-by-controlling-districtId/{neighborhoodId}/{districtId}',
3040
+ path: {
3041
+ neighborhoodId: data.neighborhoodId,
3042
+ districtId: data.districtId
3043
+ },
3044
+ errors: {
3045
+ 400: 'Bad Request',
3046
+ 401: 'Unauthorized',
3047
+ 403: 'Forbidden',
3048
+ 404: 'Not Found',
3049
+ 500: 'Server Error',
3050
+ 501: 'Server Error'
3051
+ }
3052
+ });
3053
+ }
3054
+
3055
+ }
3056
+
3057
+ export class RegionService {
3058
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
3059
+
3060
+ /**
3061
+ * @param data The data for the request.
3062
+ * @param data.sorting
3063
+ * @param data.skipCount
3064
+ * @param data.maxResultCount
3065
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_Regions_RegionDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
3066
+ * @throws ApiError
3067
+ */
3068
+ public getApiLocationServiceRegions(data: GetApiLocationServiceRegionsData = {}): CancelablePromise<GetApiLocationServiceRegionsResponse> {
3069
+ return this.httpRequest.request({
3070
+ method: 'GET',
3071
+ url: '/api/location-service/regions',
3072
+ query: {
3073
+ Sorting: data.sorting,
3074
+ SkipCount: data.skipCount,
3075
+ MaxResultCount: data.maxResultCount
3076
+ },
3077
+ errors: {
3078
+ 400: 'Bad Request',
3079
+ 401: 'Unauthorized',
3080
+ 403: 'Forbidden',
3081
+ 404: 'Not Found',
3082
+ 500: 'Server Error',
3083
+ 501: 'Server Error'
3084
+ }
3085
+ });
3086
+ }
3087
+
3088
+ /**
3089
+ * @param data The data for the request.
3090
+ * @param data.requestBody
3091
+ * @returns UniRefund_LocationService_Regions_RegionDto Success
3092
+ * @throws ApiError
3093
+ */
3094
+ public postApiLocationServiceRegions(data: PostApiLocationServiceRegionsData = {}): CancelablePromise<PostApiLocationServiceRegionsResponse> {
3095
+ return this.httpRequest.request({
3096
+ method: 'POST',
3097
+ url: '/api/location-service/regions',
3098
+ body: data.requestBody,
3099
+ mediaType: 'application/json',
3100
+ errors: {
3101
+ 400: 'Bad Request',
3102
+ 401: 'Unauthorized',
3103
+ 403: 'Forbidden',
3104
+ 404: 'Not Found',
3105
+ 500: 'Server Error',
3106
+ 501: 'Server Error'
3107
+ }
3108
+ });
3109
+ }
3110
+
3111
+ /**
3112
+ * @param data The data for the request.
3113
+ * @param data.id
3114
+ * @returns UniRefund_LocationService_Regions_RegionDto Success
3115
+ * @throws ApiError
3116
+ */
3117
+ public getApiLocationServiceRegionsById(data: GetApiLocationServiceRegionsByIdData): CancelablePromise<GetApiLocationServiceRegionsByIdResponse> {
3118
+ return this.httpRequest.request({
3119
+ method: 'GET',
3120
+ url: '/api/location-service/regions/{id}',
3121
+ path: {
3122
+ id: data.id
3123
+ },
3124
+ errors: {
3125
+ 400: 'Bad Request',
3126
+ 401: 'Unauthorized',
3127
+ 403: 'Forbidden',
3128
+ 404: 'Not Found',
3129
+ 500: 'Server Error',
3130
+ 501: 'Server Error'
3131
+ }
3132
+ });
3133
+ }
3134
+
3135
+ /**
3136
+ * @param data The data for the request.
3137
+ * @param data.id
3138
+ * @param data.requestBody
3139
+ * @returns UniRefund_LocationService_Regions_RegionDto Success
3140
+ * @throws ApiError
3141
+ */
3142
+ public putApiLocationServiceRegionsById(data: PutApiLocationServiceRegionsByIdData): CancelablePromise<PutApiLocationServiceRegionsByIdResponse> {
3143
+ return this.httpRequest.request({
3144
+ method: 'PUT',
3145
+ url: '/api/location-service/regions/{id}',
3146
+ path: {
3147
+ id: data.id
3148
+ },
3149
+ body: data.requestBody,
3150
+ mediaType: 'application/json',
3151
+ errors: {
3152
+ 400: 'Bad Request',
3153
+ 401: 'Unauthorized',
3154
+ 403: 'Forbidden',
3155
+ 404: 'Not Found',
3156
+ 500: 'Server Error',
3157
+ 501: 'Server Error'
3158
+ }
3159
+ });
3160
+ }
3161
+
3162
+ /**
3163
+ * @param data The data for the request.
3164
+ * @param data.id
3165
+ * @returns unknown Success
3166
+ * @throws ApiError
3167
+ */
3168
+ public deleteApiLocationServiceRegionsById(data: DeleteApiLocationServiceRegionsByIdData): CancelablePromise<DeleteApiLocationServiceRegionsByIdResponse> {
3169
+ return this.httpRequest.request({
3170
+ method: 'DELETE',
3171
+ url: '/api/location-service/regions/{id}',
3172
+ path: {
3173
+ id: data.id
3174
+ },
3175
+ errors: {
3176
+ 400: 'Bad Request',
3177
+ 401: 'Unauthorized',
3178
+ 403: 'Forbidden',
3179
+ 404: 'Not Found',
3180
+ 500: 'Server Error',
3181
+ 501: 'Server Error'
3182
+ }
3183
+ });
3184
+ }
3185
+
3186
+ /**
3187
+ * @param data The data for the request.
3188
+ * @param data.countryId
3189
+ * @returns string Success
3190
+ * @throws ApiError
3191
+ */
3192
+ public getApiLocationServiceRegionsGetDefaultRegionIdByCountryId(data: GetApiLocationServiceRegionsGetDefaultRegionIdByCountryIdData): CancelablePromise<GetApiLocationServiceRegionsGetDefaultRegionIdByCountryIdResponse> {
3193
+ return this.httpRequest.request({
3194
+ method: 'GET',
3195
+ url: '/api/location-service/regions/get-default-regionId/{countryId}',
3196
+ path: {
3197
+ countryId: data.countryId
3198
+ },
3199
+ errors: {
3200
+ 400: 'Bad Request',
3201
+ 401: 'Unauthorized',
3202
+ 403: 'Forbidden',
3203
+ 404: 'Not Found',
3204
+ 500: 'Server Error',
3205
+ 501: 'Server Error'
3206
+ }
3207
+ });
3208
+ }
3209
+
3210
+ /**
3211
+ * @param data The data for the request.
3212
+ * @param data.regionId
3213
+ * @param data.countryId
3214
+ * @returns UniRefund_LocationService_Regions_RegionDto Success
3215
+ * @throws ApiError
3216
+ */
3217
+ public getApiLocationServiceRegionsGetByControllingCountryIdbyRegionIdByCountryId(data: GetApiLocationServiceRegionsGetByControllingCountryIdbyRegionIdByCountryIdData): CancelablePromise<GetApiLocationServiceRegionsGetByControllingCountryIdbyRegionIdByCountryIdResponse> {
3218
+ return this.httpRequest.request({
3219
+ method: 'GET',
3220
+ url: '/api/location-service/regions/get-by-controlling-countryId{regionId}/{countryId}',
3221
+ path: {
3222
+ regionId: data.regionId,
3223
+ countryId: data.countryId
3224
+ },
3225
+ errors: {
3226
+ 400: 'Bad Request',
3227
+ 401: 'Unauthorized',
3228
+ 403: 'Forbidden',
3229
+ 404: 'Not Found',
3230
+ 500: 'Server Error',
3231
+ 501: 'Server Error'
3232
+ }
3233
+ });
3234
+ }
3235
+
3236
+ /**
3237
+ * @param data The data for the request.
3238
+ * @param data.regionId
3239
+ * @param data.countryId
3240
+ * @returns boolean Success
3241
+ * @throws ApiError
3242
+ */
3243
+ public getApiLocationServiceRegionsExistsByControllingCountryIdByRegionIdByCountryId(data: GetApiLocationServiceRegionsExistsByControllingCountryIdByRegionIdByCountryIdData): CancelablePromise<GetApiLocationServiceRegionsExistsByControllingCountryIdByRegionIdByCountryIdResponse> {
3244
+ return this.httpRequest.request({
3245
+ method: 'GET',
3246
+ url: '/api/location-service/regions/exists-by-controlling-countryId/{regionId}/{countryId}',
3247
+ path: {
3248
+ regionId: data.regionId,
3249
+ countryId: data.countryId
3250
+ },
3251
+ errors: {
3252
+ 400: 'Bad Request',
3253
+ 401: 'Unauthorized',
3254
+ 403: 'Forbidden',
3255
+ 404: 'Not Found',
3256
+ 500: 'Server Error',
3257
+ 501: 'Server Error'
3258
+ }
3259
+ });
3260
+ }
3261
+
3262
+ }
3263
+
3264
+ export class RegionalSettingService {
3265
+ constructor(public readonly httpRequest: BaseHttpRequest) { }
3266
+
3267
+ /**
3268
+ * @param data The data for the request.
3269
+ * @param data.sorting
3270
+ * @param data.skipCount
3271
+ * @param data.maxResultCount
3272
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_LocationService_RegionalSettings_RegionalSettingDto__UniRefund_LocationService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
3273
+ * @throws ApiError
3274
+ */
3275
+ public getApiLocationServiceRegionalSettings(data: GetApiLocationServiceRegionalSettingsData = {}): CancelablePromise<GetApiLocationServiceRegionalSettingsResponse> {
3276
+ return this.httpRequest.request({
3277
+ method: 'GET',
3278
+ url: '/api/location-service/regionalSettings',
3279
+ query: {
3280
+ Sorting: data.sorting,
3281
+ SkipCount: data.skipCount,
3282
+ MaxResultCount: data.maxResultCount
3283
+ },
3284
+ errors: {
3285
+ 400: 'Bad Request',
3286
+ 401: 'Unauthorized',
3287
+ 403: 'Forbidden',
3288
+ 404: 'Not Found',
3289
+ 500: 'Server Error',
3290
+ 501: 'Server Error'
3291
+ }
3292
+ });
3293
+ }
3294
+
3295
+ /**
3296
+ * @param data The data for the request.
3297
+ * @param data.requestBody
3298
+ * @returns UniRefund_LocationService_RegionalSettings_RegionalSettingDto Success
3299
+ * @throws ApiError
3300
+ */
3301
+ public postApiLocationServiceRegionalSettings(data: PostApiLocationServiceRegionalSettingsData = {}): CancelablePromise<PostApiLocationServiceRegionalSettingsResponse> {
3302
+ return this.httpRequest.request({
3303
+ method: 'POST',
3304
+ url: '/api/location-service/regionalSettings',
3305
+ body: data.requestBody,
3306
+ mediaType: 'application/json',
3307
+ errors: {
3308
+ 400: 'Bad Request',
3309
+ 401: 'Unauthorized',
3310
+ 403: 'Forbidden',
3311
+ 404: 'Not Found',
3312
+ 500: 'Server Error',
3313
+ 501: 'Server Error'
3314
+ }
3315
+ });
3316
+ }
3317
+
3318
+ /**
3319
+ * @param data The data for the request.
3320
+ * @param data.id
3321
+ * @returns UniRefund_LocationService_RegionalSettings_RegionalSettingDto Success
3322
+ * @throws ApiError
3323
+ */
3324
+ public getApiLocationServiceRegionalSettingsById(data: GetApiLocationServiceRegionalSettingsByIdData): CancelablePromise<GetApiLocationServiceRegionalSettingsByIdResponse> {
3325
+ return this.httpRequest.request({
3326
+ method: 'GET',
3327
+ url: '/api/location-service/regionalSettings/{id}',
3328
+ path: {
3329
+ id: data.id
3330
+ },
3331
+ errors: {
3332
+ 400: 'Bad Request',
3333
+ 401: 'Unauthorized',
3334
+ 403: 'Forbidden',
3335
+ 404: 'Not Found',
3336
+ 500: 'Server Error',
3337
+ 501: 'Server Error'
3338
+ }
3339
+ });
3340
+ }
3341
+
3342
+ /**
3343
+ * @param data The data for the request.
3344
+ * @param data.id
3345
+ * @param data.requestBody
3346
+ * @returns UniRefund_LocationService_RegionalSettings_RegionalSettingDto Success
3347
+ * @throws ApiError
3348
+ */
3349
+ public putApiLocationServiceRegionalSettingsById(data: PutApiLocationServiceRegionalSettingsByIdData): CancelablePromise<PutApiLocationServiceRegionalSettingsByIdResponse> {
3350
+ return this.httpRequest.request({
3351
+ method: 'PUT',
3352
+ url: '/api/location-service/regionalSettings/{id}',
3353
+ path: {
3354
+ id: data.id
3355
+ },
3356
+ body: data.requestBody,
3357
+ mediaType: 'application/json',
3358
+ errors: {
3359
+ 400: 'Bad Request',
3360
+ 401: 'Unauthorized',
3361
+ 403: 'Forbidden',
3362
+ 404: 'Not Found',
3363
+ 500: 'Server Error',
3364
+ 501: 'Server Error'
3365
+ }
3366
+ });
3367
+ }
3368
+
3369
+ /**
3370
+ * @param data The data for the request.
3371
+ * @param data.id
3372
+ * @returns unknown Success
3373
+ * @throws ApiError
3374
+ */
3375
+ public deleteApiLocationServiceRegionalSettingsById(data: DeleteApiLocationServiceRegionalSettingsByIdData): CancelablePromise<DeleteApiLocationServiceRegionalSettingsByIdResponse> {
3376
+ return this.httpRequest.request({
3377
+ method: 'DELETE',
3378
+ url: '/api/location-service/regionalSettings/{id}',
3379
+ path: {
3380
+ id: data.id
3381
+ },
3382
+ errors: {
3383
+ 400: 'Bad Request',
3384
+ 401: 'Unauthorized',
3385
+ 403: 'Forbidden',
3386
+ 404: 'Not Found',
3387
+ 500: 'Server Error',
3388
+ 501: 'Server Error'
3389
+ }
3390
+ });
3391
+ }
3392
+
3393
+ }