@ayasofyazilim/saas 0.0.45 → 0.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CRMService/schemas.gen.ts +17527 -17527
- package/CRMService/services.gen.ts +2166 -2166
- package/CRMService/types.gen.ts +4389 -4389
- package/ContractService/schemas.gen.ts +126 -66
- package/ContractService/services.gen.ts +29 -1
- package/ContractService/types.gen.ts +58 -7
- package/LocationService/LocationServiceClient.ts +3 -39
- package/LocationService/schemas.gen.ts +1436 -4933
- package/LocationService/services.gen.ts +195 -1861
- package/LocationService/types.gen.ts +449 -3341
- package/TagService/schemas.gen.ts +496 -266
- package/TagService/types.gen.ts +74 -43
- package/TravellerService/schemas.gen.ts +164 -26
- package/TravellerService/services.gen.ts +16 -2
- package/TravellerService/types.gen.ts +38 -9
- package/package.json +1 -1
|
@@ -1,55 +1,22 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
2
|
|
|
3
|
-
export type
|
|
4
|
-
language: string;
|
|
5
|
-
displayName: string;
|
|
6
|
-
description: string;
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export type AyasofYazilim_Enum_EnumTypes_EnumTypeDto = {
|
|
10
|
-
id?: string | null;
|
|
11
|
-
creationTime?: string;
|
|
12
|
-
creatorId?: string | null;
|
|
13
|
-
lastModificationTime?: string | null;
|
|
14
|
-
lastModifierId?: string | null;
|
|
15
|
-
isDeleted?: boolean;
|
|
16
|
-
deleterId?: string | null;
|
|
17
|
-
deletionTime?: string | null;
|
|
18
|
-
displayName?: string | null;
|
|
19
|
-
description?: string | null;
|
|
20
|
-
enumTables?: Array<AyasofYazilim_Enum_Enums_EnumDto> | null;
|
|
21
|
-
language?: string | null;
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
export type AyasofYazilim_Enum_Enums_AddEnumTranslationDto = {
|
|
25
|
-
language: string;
|
|
26
|
-
displayName: string;
|
|
27
|
-
description: string;
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
export type AyasofYazilim_Enum_Enums_EnumDto = {
|
|
31
|
-
id?: string;
|
|
32
|
-
key?: string | null;
|
|
33
|
-
value?: number;
|
|
34
|
-
displayName?: string | null;
|
|
35
|
-
isActive?: boolean;
|
|
36
|
-
description?: string | null;
|
|
37
|
-
language?: string | null;
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
export type UniRefund_LocationService_Addresses_AddressCreateDto = {
|
|
3
|
+
export type UniRefund_LocationService_AddressCommonDatas_AddressCommonDataCreateDto = {
|
|
41
4
|
readonly extraProperties?: {
|
|
42
5
|
[key: string]: unknown;
|
|
43
6
|
} | null;
|
|
7
|
+
type: UniRefund_LocationService_Enums_AddressType;
|
|
8
|
+
addressLine: string;
|
|
9
|
+
postalCode: string;
|
|
10
|
+
primaryFlag?: boolean;
|
|
44
11
|
countryId: string;
|
|
45
12
|
regionId?: string | null;
|
|
46
|
-
cityId
|
|
47
|
-
districtId
|
|
48
|
-
neighborhoodId
|
|
13
|
+
cityId?: string | null;
|
|
14
|
+
districtId?: string | null;
|
|
15
|
+
neighborhoodId?: string | null;
|
|
49
16
|
};
|
|
50
17
|
|
|
51
|
-
export type
|
|
52
|
-
id
|
|
18
|
+
export type UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto = {
|
|
19
|
+
id: string;
|
|
53
20
|
creationTime?: string;
|
|
54
21
|
creatorId?: string | null;
|
|
55
22
|
lastModificationTime?: string | null;
|
|
@@ -57,25 +24,31 @@ export type UniRefund_LocationService_Addresses_AddressDto = {
|
|
|
57
24
|
isDeleted?: boolean;
|
|
58
25
|
deleterId?: string | null;
|
|
59
26
|
deletionTime?: string | null;
|
|
60
|
-
|
|
61
|
-
|
|
27
|
+
type: UniRefund_LocationService_Enums_AddressType;
|
|
28
|
+
addressLine: string;
|
|
29
|
+
postalCode: string;
|
|
30
|
+
fullAddress: string;
|
|
31
|
+
primaryFlag?: boolean;
|
|
32
|
+
countryId: string;
|
|
62
33
|
regionId?: string | null;
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
city?: UniRefund_LocationService_Cities_CityDto;
|
|
66
|
-
districtId?: string;
|
|
67
|
-
district?: UniRefund_LocationService_Districts_DistrictDto;
|
|
34
|
+
cityId: string;
|
|
35
|
+
districtId: string;
|
|
68
36
|
neighborhoodId?: string | null;
|
|
69
|
-
neighborhood?: UniRefund_LocationService_Neighborhoods_NeighborhoodDto;
|
|
70
37
|
};
|
|
71
38
|
|
|
72
|
-
export type
|
|
73
|
-
|
|
39
|
+
export type UniRefund_LocationService_AddressCommonDatas_AddressCommonDataUpdateDto = {
|
|
40
|
+
readonly extraProperties?: {
|
|
41
|
+
[key: string]: unknown;
|
|
42
|
+
} | null;
|
|
43
|
+
type: UniRefund_LocationService_Enums_AddressType;
|
|
44
|
+
addressLine: string;
|
|
45
|
+
postalCode: string;
|
|
46
|
+
primaryFlag?: boolean;
|
|
74
47
|
countryId: string;
|
|
75
48
|
regionId?: string | null;
|
|
76
|
-
cityId
|
|
77
|
-
districtId
|
|
78
|
-
neighborhoodId
|
|
49
|
+
cityId?: string | null;
|
|
50
|
+
districtId?: string | null;
|
|
51
|
+
neighborhoodId?: string | null;
|
|
79
52
|
};
|
|
80
53
|
|
|
81
54
|
export type UniRefund_LocationService_Cities_CityCreateDto = {
|
|
@@ -87,7 +60,7 @@ export type UniRefund_LocationService_Cities_CityCreateDto = {
|
|
|
87
60
|
centerLongitudeCoordinate?: number | null;
|
|
88
61
|
elevation?: number | null;
|
|
89
62
|
population?: number | null;
|
|
90
|
-
isCapital
|
|
63
|
+
isCapital?: boolean;
|
|
91
64
|
isMetropolitan?: boolean;
|
|
92
65
|
plateCode: number;
|
|
93
66
|
timezoneId?: string | null;
|
|
@@ -103,15 +76,15 @@ export type UniRefund_LocationService_Cities_CityDto = {
|
|
|
103
76
|
isDeleted?: boolean;
|
|
104
77
|
deleterId?: string | null;
|
|
105
78
|
deletionTime?: string | null;
|
|
106
|
-
name
|
|
79
|
+
name: string;
|
|
107
80
|
centerLatitudeCoordinate?: number | null;
|
|
108
81
|
centerLongitudeCoordinate?: number | null;
|
|
109
82
|
elevation?: number | null;
|
|
110
83
|
population?: number | null;
|
|
111
84
|
isCapital?: boolean;
|
|
112
85
|
isMetropolitan?: boolean;
|
|
113
|
-
plateCode
|
|
114
|
-
regionId
|
|
86
|
+
plateCode: number;
|
|
87
|
+
regionId: string;
|
|
115
88
|
};
|
|
116
89
|
|
|
117
90
|
export type UniRefund_LocationService_Cities_CityUpdateDto = {
|
|
@@ -123,42 +96,13 @@ export type UniRefund_LocationService_Cities_CityUpdateDto = {
|
|
|
123
96
|
centerLongitudeCoordinate?: number | null;
|
|
124
97
|
elevation?: number | null;
|
|
125
98
|
population?: number | null;
|
|
126
|
-
isCapital
|
|
99
|
+
isCapital?: boolean;
|
|
127
100
|
isMetropolitan?: boolean;
|
|
128
101
|
plateCode: number;
|
|
129
102
|
timezoneId?: string | null;
|
|
130
103
|
regionId: string;
|
|
131
104
|
};
|
|
132
105
|
|
|
133
|
-
export type UniRefund_LocationService_Countries_CountryContinentEnums_CountryContinentEnumCreateDto = {
|
|
134
|
-
readonly extraProperties?: {
|
|
135
|
-
[key: string]: unknown;
|
|
136
|
-
} | null;
|
|
137
|
-
name: string;
|
|
138
|
-
value: string;
|
|
139
|
-
};
|
|
140
|
-
|
|
141
|
-
export type UniRefund_LocationService_Countries_CountryContinentEnums_CountryContinentEnumDto = {
|
|
142
|
-
id?: string;
|
|
143
|
-
creationTime?: string;
|
|
144
|
-
creatorId?: string | null;
|
|
145
|
-
lastModificationTime?: string | null;
|
|
146
|
-
lastModifierId?: string | null;
|
|
147
|
-
isDeleted?: boolean;
|
|
148
|
-
deleterId?: string | null;
|
|
149
|
-
deletionTime?: string | null;
|
|
150
|
-
name?: string | null;
|
|
151
|
-
value?: string | null;
|
|
152
|
-
};
|
|
153
|
-
|
|
154
|
-
export type UniRefund_LocationService_Countries_CountryContinentEnums_CountryContinentEnumUpdateDto = {
|
|
155
|
-
readonly extraProperties?: {
|
|
156
|
-
[key: string]: unknown;
|
|
157
|
-
} | null;
|
|
158
|
-
name: string;
|
|
159
|
-
value: string;
|
|
160
|
-
};
|
|
161
|
-
|
|
162
106
|
export type UniRefund_LocationService_Countries_CountryCreateDto = {
|
|
163
107
|
readonly extraProperties?: {
|
|
164
108
|
[key: string]: unknown;
|
|
@@ -168,13 +112,13 @@ export type UniRefund_LocationService_Countries_CountryCreateDto = {
|
|
|
168
112
|
name: string;
|
|
169
113
|
flagUrl?: string | null;
|
|
170
114
|
population?: number | null;
|
|
171
|
-
isTimezoneCurrentlyDst
|
|
115
|
+
isTimezoneCurrentlyDst?: boolean;
|
|
172
116
|
timezoneId: string;
|
|
173
117
|
countryNumberId: string;
|
|
174
118
|
countryCurrencyId: string;
|
|
175
119
|
countryTimeId: string;
|
|
176
120
|
countryDateId: string;
|
|
177
|
-
|
|
121
|
+
continent: UniRefund_LocationService_Enums_Continent;
|
|
178
122
|
languageId: string;
|
|
179
123
|
};
|
|
180
124
|
|
|
@@ -190,19 +134,19 @@ export type UniRefund_LocationService_Countries_CountryDto = {
|
|
|
190
134
|
isDeleted?: boolean;
|
|
191
135
|
deleterId?: string | null;
|
|
192
136
|
deletionTime?: string | null;
|
|
193
|
-
code3
|
|
194
|
-
code2
|
|
195
|
-
name
|
|
137
|
+
code3: string;
|
|
138
|
+
code2: string;
|
|
139
|
+
name: string;
|
|
196
140
|
flagUrl?: string | null;
|
|
197
141
|
population?: number | null;
|
|
198
142
|
isTimezoneCurrentlyDst?: boolean;
|
|
199
|
-
timezoneId
|
|
200
|
-
countryNumberId
|
|
201
|
-
countryCurrencyId
|
|
202
|
-
countryTimeId
|
|
203
|
-
countryDateId
|
|
204
|
-
|
|
205
|
-
languageId
|
|
143
|
+
timezoneId: string;
|
|
144
|
+
countryNumberId: string;
|
|
145
|
+
countryCurrencyId: string;
|
|
146
|
+
countryTimeId: string;
|
|
147
|
+
countryDateId: string;
|
|
148
|
+
continent: UniRefund_LocationService_Enums_Continent;
|
|
149
|
+
languageId: string;
|
|
206
150
|
};
|
|
207
151
|
|
|
208
152
|
export type UniRefund_LocationService_Countries_CountryUpdateDto = {
|
|
@@ -214,13 +158,13 @@ export type UniRefund_LocationService_Countries_CountryUpdateDto = {
|
|
|
214
158
|
name: string;
|
|
215
159
|
flagUrl?: string | null;
|
|
216
160
|
population?: number | null;
|
|
217
|
-
isTimezoneCurrentlyDst
|
|
161
|
+
isTimezoneCurrentlyDst?: boolean;
|
|
218
162
|
timezoneId: string;
|
|
219
163
|
countryNumberId: string;
|
|
220
164
|
countryCurrencyId: string;
|
|
221
165
|
countryTimeId: string;
|
|
222
166
|
countryDateId: string;
|
|
223
|
-
|
|
167
|
+
continent: UniRefund_LocationService_Enums_Continent;
|
|
224
168
|
languageId: string;
|
|
225
169
|
};
|
|
226
170
|
|
|
@@ -238,32 +182,9 @@ export type UniRefund_LocationService_CountryCurrencies_CountryCurrencyCreateDto
|
|
|
238
182
|
decimalSymbol: string;
|
|
239
183
|
digitGroupingSymbol: string;
|
|
240
184
|
noOfDigitsAfterDecimal: number;
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
};
|
|
245
|
-
|
|
246
|
-
export type UniRefund_LocationService_CountryCurrencies_CountryCurrencyDigitGroupingEnums_CountryCurrencyDigitGroupingEnumCreateDto = {
|
|
247
|
-
name: string;
|
|
248
|
-
value: string;
|
|
249
|
-
};
|
|
250
|
-
|
|
251
|
-
export type UniRefund_LocationService_CountryCurrencies_CountryCurrencyDigitGroupingEnums_CountryCurrencyDigitGroupingEnumDto = {
|
|
252
|
-
id?: string;
|
|
253
|
-
creationTime?: string;
|
|
254
|
-
creatorId?: string | null;
|
|
255
|
-
lastModificationTime?: string | null;
|
|
256
|
-
lastModifierId?: string | null;
|
|
257
|
-
isDeleted?: boolean;
|
|
258
|
-
deleterId?: string | null;
|
|
259
|
-
deletionTime?: string | null;
|
|
260
|
-
name?: string | null;
|
|
261
|
-
value?: string | null;
|
|
262
|
-
};
|
|
263
|
-
|
|
264
|
-
export type UniRefund_LocationService_CountryCurrencies_CountryCurrencyDigitGroupingEnums_CountryCurrencyDigitGroupingEnumUpdateDto = {
|
|
265
|
-
name: string;
|
|
266
|
-
value: string;
|
|
185
|
+
positiveCurrencyFormat: UniRefund_LocationService_Enums_PositiveCurrencyFormat;
|
|
186
|
+
negativeCurrencyFormat: UniRefund_LocationService_Enums_NegativeCurrencyFormat;
|
|
187
|
+
digitGrouping: UniRefund_LocationService_Enums_DigitGrouping;
|
|
267
188
|
};
|
|
268
189
|
|
|
269
190
|
export type UniRefund_LocationService_CountryCurrencies_CountryCurrencyDto = {
|
|
@@ -275,60 +196,14 @@ export type UniRefund_LocationService_CountryCurrencies_CountryCurrencyDto = {
|
|
|
275
196
|
isDeleted?: boolean;
|
|
276
197
|
deleterId?: string | null;
|
|
277
198
|
deletionTime?: string | null;
|
|
278
|
-
code
|
|
279
|
-
currencySymbol
|
|
280
|
-
decimalSymbol
|
|
281
|
-
digitGroupingSymbol
|
|
282
|
-
noOfDigitsAfterDecimal
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
};
|
|
287
|
-
|
|
288
|
-
export type UniRefund_LocationService_CountryCurrencies_CountryCurrencyNegativeCurrencyFormatEnums_CountryCurrencyNegativeCurrencyFormatEnumCreateDto = {
|
|
289
|
-
name: string;
|
|
290
|
-
value: string;
|
|
291
|
-
};
|
|
292
|
-
|
|
293
|
-
export type UniRefund_LocationService_CountryCurrencies_CountryCurrencyNegativeCurrencyFormatEnums_CountryCurrencyNegativeCurrencyFormatEnumDto = {
|
|
294
|
-
id?: string;
|
|
295
|
-
creationTime?: string;
|
|
296
|
-
creatorId?: string | null;
|
|
297
|
-
lastModificationTime?: string | null;
|
|
298
|
-
lastModifierId?: string | null;
|
|
299
|
-
isDeleted?: boolean;
|
|
300
|
-
deleterId?: string | null;
|
|
301
|
-
deletionTime?: string | null;
|
|
302
|
-
name?: string | null;
|
|
303
|
-
value?: string | null;
|
|
304
|
-
};
|
|
305
|
-
|
|
306
|
-
export type UniRefund_LocationService_CountryCurrencies_CountryCurrencyNegativeCurrencyFormatEnums_CountryCurrencyNegativeCurrencyFormatEnumUpdateDto = {
|
|
307
|
-
name: string;
|
|
308
|
-
value: string;
|
|
309
|
-
};
|
|
310
|
-
|
|
311
|
-
export type UniRefund_LocationService_CountryCurrencies_CountryCurrencyPositiveCurrencyFormatEnums_CountryCurrencyPositiveCurrencyFormatEnumCreateDto = {
|
|
312
|
-
name: string;
|
|
313
|
-
value: string;
|
|
314
|
-
};
|
|
315
|
-
|
|
316
|
-
export type UniRefund_LocationService_CountryCurrencies_CountryCurrencyPositiveCurrencyFormatEnums_CountryCurrencyPositiveCurrencyFormatEnumDto = {
|
|
317
|
-
id?: string;
|
|
318
|
-
creationTime?: string;
|
|
319
|
-
creatorId?: string | null;
|
|
320
|
-
lastModificationTime?: string | null;
|
|
321
|
-
lastModifierId?: string | null;
|
|
322
|
-
isDeleted?: boolean;
|
|
323
|
-
deleterId?: string | null;
|
|
324
|
-
deletionTime?: string | null;
|
|
325
|
-
name?: string | null;
|
|
326
|
-
value?: string | null;
|
|
327
|
-
};
|
|
328
|
-
|
|
329
|
-
export type UniRefund_LocationService_CountryCurrencies_CountryCurrencyPositiveCurrencyFormatEnums_CountryCurrencyPositiveCurrencyFormatEnumUpdateDto = {
|
|
330
|
-
name: string;
|
|
331
|
-
value: string;
|
|
199
|
+
code: string;
|
|
200
|
+
currencySymbol: string;
|
|
201
|
+
decimalSymbol: string;
|
|
202
|
+
digitGroupingSymbol: string;
|
|
203
|
+
noOfDigitsAfterDecimal: number;
|
|
204
|
+
positiveCurrencyFormat: UniRefund_LocationService_Enums_PositiveCurrencyFormat;
|
|
205
|
+
negativeCurrencyFormat: UniRefund_LocationService_Enums_NegativeCurrencyFormat;
|
|
206
|
+
digitGrouping: UniRefund_LocationService_Enums_DigitGrouping;
|
|
332
207
|
};
|
|
333
208
|
|
|
334
209
|
export type UniRefund_LocationService_CountryCurrencies_CountryCurrencyUpdateDto = {
|
|
@@ -340,32 +215,9 @@ export type UniRefund_LocationService_CountryCurrencies_CountryCurrencyUpdateDto
|
|
|
340
215
|
decimalSymbol: string;
|
|
341
216
|
digitGroupingSymbol: string;
|
|
342
217
|
noOfDigitsAfterDecimal: number;
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
};
|
|
347
|
-
|
|
348
|
-
export type UniRefund_LocationService_CountryDates_CountryDateCalendarTypeEnums_CountryDateCalendarTypeEnumCreateDto = {
|
|
349
|
-
name: string;
|
|
350
|
-
value: string;
|
|
351
|
-
};
|
|
352
|
-
|
|
353
|
-
export type UniRefund_LocationService_CountryDates_CountryDateCalendarTypeEnums_CountryDateCalendarTypeEnumDto = {
|
|
354
|
-
id?: string;
|
|
355
|
-
creationTime?: string;
|
|
356
|
-
creatorId?: string | null;
|
|
357
|
-
lastModificationTime?: string | null;
|
|
358
|
-
lastModifierId?: string | null;
|
|
359
|
-
isDeleted?: boolean;
|
|
360
|
-
deleterId?: string | null;
|
|
361
|
-
deletionTime?: string | null;
|
|
362
|
-
name?: string | null;
|
|
363
|
-
value?: string | null;
|
|
364
|
-
};
|
|
365
|
-
|
|
366
|
-
export type UniRefund_LocationService_CountryDates_CountryDateCalendarTypeEnums_CountryDateCalendarTypeEnumUpdateDto = {
|
|
367
|
-
name: string;
|
|
368
|
-
value: string;
|
|
218
|
+
positiveCurrencyFormat: UniRefund_LocationService_Enums_PositiveCurrencyFormat;
|
|
219
|
+
negativeCurrencyFormat: UniRefund_LocationService_Enums_NegativeCurrencyFormat;
|
|
220
|
+
digitGrouping: UniRefund_LocationService_Enums_DigitGrouping;
|
|
369
221
|
};
|
|
370
222
|
|
|
371
223
|
export type UniRefund_LocationService_CountryDates_CountryDateCreateDto = {
|
|
@@ -376,8 +228,8 @@ export type UniRefund_LocationService_CountryDates_CountryDateCreateDto = {
|
|
|
376
228
|
longDate: string;
|
|
377
229
|
startYearForTwoDigitYear: string;
|
|
378
230
|
endYearForTwoDigitYear: string;
|
|
379
|
-
|
|
380
|
-
|
|
231
|
+
firstDayOfWeek: UniRefund_LocationService_Enums_FirstDayOfWeek;
|
|
232
|
+
calendarType: UniRefund_LocationService_Enums_CalendarType;
|
|
381
233
|
};
|
|
382
234
|
|
|
383
235
|
export type UniRefund_LocationService_CountryDates_CountryDateDto = {
|
|
@@ -389,35 +241,12 @@ export type UniRefund_LocationService_CountryDates_CountryDateDto = {
|
|
|
389
241
|
isDeleted?: boolean;
|
|
390
242
|
deleterId?: string | null;
|
|
391
243
|
deletionTime?: string | null;
|
|
392
|
-
shortDate
|
|
393
|
-
longDate
|
|
394
|
-
startYearForTwoDigitYear
|
|
395
|
-
endYearForTwoDigitYear
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
};
|
|
399
|
-
|
|
400
|
-
export type UniRefund_LocationService_CountryDates_CountryDateFirstDayOfWeekEnums_CountryDateFirstDayOfWeekEnumCreateDto = {
|
|
401
|
-
name: string;
|
|
402
|
-
value: string;
|
|
403
|
-
};
|
|
404
|
-
|
|
405
|
-
export type UniRefund_LocationService_CountryDates_CountryDateFirstDayOfWeekEnums_CountryDateFirstDayOfWeekEnumDto = {
|
|
406
|
-
id?: string;
|
|
407
|
-
creationTime?: string;
|
|
408
|
-
creatorId?: string | null;
|
|
409
|
-
lastModificationTime?: string | null;
|
|
410
|
-
lastModifierId?: string | null;
|
|
411
|
-
isDeleted?: boolean;
|
|
412
|
-
deleterId?: string | null;
|
|
413
|
-
deletionTime?: string | null;
|
|
414
|
-
name?: string | null;
|
|
415
|
-
value?: string | null;
|
|
416
|
-
};
|
|
417
|
-
|
|
418
|
-
export type UniRefund_LocationService_CountryDates_CountryDateFirstDayOfWeekEnums_CountryDateFirstDayOfWeekEnumUpdateDto = {
|
|
419
|
-
name: string;
|
|
420
|
-
value: string;
|
|
244
|
+
shortDate: string;
|
|
245
|
+
longDate: string;
|
|
246
|
+
startYearForTwoDigitYear: string;
|
|
247
|
+
endYearForTwoDigitYear: string;
|
|
248
|
+
firstDayOfWeek: UniRefund_LocationService_Enums_FirstDayOfWeek;
|
|
249
|
+
calendarType: UniRefund_LocationService_Enums_CalendarType;
|
|
421
250
|
};
|
|
422
251
|
|
|
423
252
|
export type UniRefund_LocationService_CountryDates_CountryDateUpdateDto = {
|
|
@@ -428,8 +257,8 @@ export type UniRefund_LocationService_CountryDates_CountryDateUpdateDto = {
|
|
|
428
257
|
longDate: string;
|
|
429
258
|
startYearForTwoDigitYear: string;
|
|
430
259
|
endYearForTwoDigitYear: string;
|
|
431
|
-
|
|
432
|
-
|
|
260
|
+
firstDayOfWeek: UniRefund_LocationService_Enums_FirstDayOfWeek;
|
|
261
|
+
calendarType: UniRefund_LocationService_Enums_CalendarType;
|
|
433
262
|
};
|
|
434
263
|
|
|
435
264
|
export type UniRefund_LocationService_CountryNumbers_CountryNumberCreateDto = {
|
|
@@ -442,19 +271,14 @@ export type UniRefund_LocationService_CountryNumbers_CountryNumberCreateDto = {
|
|
|
442
271
|
listSeperator: string;
|
|
443
272
|
noOfDigitsAfterDecimal: number;
|
|
444
273
|
displayLeadingZeros: string;
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
};
|
|
451
|
-
|
|
452
|
-
export type UniRefund_LocationService_CountryNumbers_CountryNumberDigitGroupingEnums_CountryNumberDigitGroupingEnumCreateDto = {
|
|
453
|
-
name: string;
|
|
454
|
-
value: string;
|
|
274
|
+
digitGrouping: UniRefund_LocationService_Enums_DigitGrouping;
|
|
275
|
+
negativeNumberFormat: UniRefund_LocationService_Enums_NegativeNumberFormat;
|
|
276
|
+
measurementSystem: UniRefund_LocationService_Enums_MeasurementSystem;
|
|
277
|
+
standardDigits: UniRefund_LocationService_Enums_StandardDigits;
|
|
278
|
+
useNativeDigits: UniRefund_LocationService_Enums_UseNativeDigits;
|
|
455
279
|
};
|
|
456
280
|
|
|
457
|
-
export type
|
|
281
|
+
export type UniRefund_LocationService_CountryNumbers_CountryNumberDto = {
|
|
458
282
|
id?: string;
|
|
459
283
|
creationTime?: string;
|
|
460
284
|
creatorId?: string | null;
|
|
@@ -463,43 +287,47 @@ export type UniRefund_LocationService_CountryNumbers_CountryNumberDigitGroupingE
|
|
|
463
287
|
isDeleted?: boolean;
|
|
464
288
|
deleterId?: string | null;
|
|
465
289
|
deletionTime?: string | null;
|
|
466
|
-
|
|
467
|
-
|
|
290
|
+
decimalSymbol: string;
|
|
291
|
+
digitGroupingSymbol: string;
|
|
292
|
+
negativeSignSymbol: string;
|
|
293
|
+
listSeperator: string;
|
|
294
|
+
noOfDigitsAfterDecimal: number;
|
|
295
|
+
displayLeadingZeros: string;
|
|
296
|
+
digitGrouping: UniRefund_LocationService_Enums_DigitGrouping;
|
|
297
|
+
negativeNumberFormat: UniRefund_LocationService_Enums_NegativeNumberFormat;
|
|
298
|
+
measurementSystem: UniRefund_LocationService_Enums_MeasurementSystem;
|
|
299
|
+
standardDigits: UniRefund_LocationService_Enums_StandardDigits;
|
|
300
|
+
useNativeDigits: UniRefund_LocationService_Enums_UseNativeDigits;
|
|
468
301
|
};
|
|
469
302
|
|
|
470
|
-
export type
|
|
471
|
-
|
|
472
|
-
|
|
303
|
+
export type UniRefund_LocationService_CountryNumbers_CountryNumberUpdateDto = {
|
|
304
|
+
readonly extraProperties?: {
|
|
305
|
+
[key: string]: unknown;
|
|
306
|
+
} | null;
|
|
307
|
+
decimalSymbol: string;
|
|
308
|
+
digitGroupingSymbol: string;
|
|
309
|
+
negativeSignSymbol: string;
|
|
310
|
+
listSeperator: string;
|
|
311
|
+
noOfDigitsAfterDecimal: number;
|
|
312
|
+
displayLeadingZeros: string;
|
|
313
|
+
digitGrouping: UniRefund_LocationService_Enums_DigitGrouping;
|
|
314
|
+
negativeNumberFormat: UniRefund_LocationService_Enums_NegativeNumberFormat;
|
|
315
|
+
measurementSystem: UniRefund_LocationService_Enums_MeasurementSystem;
|
|
316
|
+
standardDigits: UniRefund_LocationService_Enums_StandardDigits;
|
|
317
|
+
useNativeDigits: UniRefund_LocationService_Enums_UseNativeDigits;
|
|
473
318
|
};
|
|
474
319
|
|
|
475
|
-
export type
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
deletionTime?: string | null;
|
|
484
|
-
decimalSymbol?: string | null;
|
|
485
|
-
digitGroupingSymbol?: string | null;
|
|
486
|
-
negativeSignSymbol?: string | null;
|
|
487
|
-
listSeperator?: string | null;
|
|
488
|
-
noOfDigitsAfterDecimal?: number;
|
|
489
|
-
displayLeadingZeros?: string | null;
|
|
490
|
-
countryNumberDigitGroupingEnum?: UniRefund_LocationService_CountryNumbers_CountryNumberDigitGroupingEnums_CountryNumberDigitGroupingEnumDto;
|
|
491
|
-
countryNumberNegativeNumberFormatEnum?: UniRefund_LocationService_CountryNumbers_CountryNumberNegativeNumberFormatEnums_CountryNumberNegativeNumberFormatEnumDto;
|
|
492
|
-
countryNumberMeasurementSystemEnum?: UniRefund_LocationService_CountryNumbers_CountryNumberMeasurementSystemEnums_CountryNumberMeasurementSystemEnumDto;
|
|
493
|
-
countryNumberStandardDigitsEnum?: UniRefund_LocationService_CountryNumbers_CountryNumberStandardDigitsEnums_CountryNumberStandardDigitsEnumDto;
|
|
494
|
-
countryNumberUseNativeDigitsEnum?: UniRefund_LocationService_CountryNumbers_CountryNumberUseNativeDigitsEnums_CountryNumberUseNativeDigitsEnumDto;
|
|
495
|
-
};
|
|
496
|
-
|
|
497
|
-
export type UniRefund_LocationService_CountryNumbers_CountryNumberMeasurementSystemEnums_CountryNumberMeasurementSystemEnumCreateDto = {
|
|
498
|
-
name: string;
|
|
499
|
-
value: string;
|
|
320
|
+
export type UniRefund_LocationService_CountryTimes_CountryTimeCreateDto = {
|
|
321
|
+
readonly extraProperties?: {
|
|
322
|
+
[key: string]: unknown;
|
|
323
|
+
} | null;
|
|
324
|
+
shortTime: string;
|
|
325
|
+
longTime: string;
|
|
326
|
+
amSymbol: string;
|
|
327
|
+
pmSymbol: string;
|
|
500
328
|
};
|
|
501
329
|
|
|
502
|
-
export type
|
|
330
|
+
export type UniRefund_LocationService_CountryTimes_CountryTimeDto = {
|
|
503
331
|
id?: string;
|
|
504
332
|
creationTime?: string;
|
|
505
333
|
creatorId?: string | null;
|
|
@@ -508,21 +336,32 @@ export type UniRefund_LocationService_CountryNumbers_CountryNumberMeasurementSys
|
|
|
508
336
|
isDeleted?: boolean;
|
|
509
337
|
deleterId?: string | null;
|
|
510
338
|
deletionTime?: string | null;
|
|
511
|
-
|
|
512
|
-
|
|
339
|
+
shortTime: string;
|
|
340
|
+
longTime: string;
|
|
341
|
+
amSymbol: string;
|
|
342
|
+
pmSymbol: string;
|
|
513
343
|
};
|
|
514
344
|
|
|
515
|
-
export type
|
|
516
|
-
|
|
517
|
-
|
|
345
|
+
export type UniRefund_LocationService_CountryTimes_CountryTimeUpdateDto = {
|
|
346
|
+
readonly extraProperties?: {
|
|
347
|
+
[key: string]: unknown;
|
|
348
|
+
} | null;
|
|
349
|
+
shortTime: string;
|
|
350
|
+
longTime: string;
|
|
351
|
+
amSymbol: string;
|
|
352
|
+
pmSymbol: string;
|
|
518
353
|
};
|
|
519
354
|
|
|
520
|
-
export type
|
|
355
|
+
export type UniRefund_LocationService_Districts_DistrictCreateDto = {
|
|
356
|
+
readonly extraProperties?: {
|
|
357
|
+
[key: string]: unknown;
|
|
358
|
+
} | null;
|
|
521
359
|
name: string;
|
|
522
|
-
|
|
360
|
+
population?: number | null;
|
|
361
|
+
cityId: string;
|
|
523
362
|
};
|
|
524
363
|
|
|
525
|
-
export type
|
|
364
|
+
export type UniRefund_LocationService_Districts_DistrictDto = {
|
|
526
365
|
id?: string;
|
|
527
366
|
creationTime?: string;
|
|
528
367
|
creatorId?: string | null;
|
|
@@ -531,144 +370,41 @@ export type UniRefund_LocationService_CountryNumbers_CountryNumberNegativeNumber
|
|
|
531
370
|
isDeleted?: boolean;
|
|
532
371
|
deleterId?: string | null;
|
|
533
372
|
deletionTime?: string | null;
|
|
534
|
-
name?: string | null;
|
|
535
|
-
value?: string | null;
|
|
536
|
-
};
|
|
537
|
-
|
|
538
|
-
export type UniRefund_LocationService_CountryNumbers_CountryNumberNegativeNumberFormatEnums_CountryNumberNegativeNumberFormatEnumUpdateDto = {
|
|
539
373
|
name: string;
|
|
540
|
-
|
|
374
|
+
population?: number | null;
|
|
375
|
+
cityId: string;
|
|
541
376
|
};
|
|
542
377
|
|
|
543
|
-
export type
|
|
378
|
+
export type UniRefund_LocationService_Districts_DistrictUpdateDto = {
|
|
379
|
+
readonly extraProperties?: {
|
|
380
|
+
[key: string]: unknown;
|
|
381
|
+
} | null;
|
|
544
382
|
name: string;
|
|
545
|
-
|
|
383
|
+
population?: number | null;
|
|
384
|
+
cityId: string;
|
|
546
385
|
};
|
|
547
386
|
|
|
548
|
-
export type
|
|
549
|
-
id?: string;
|
|
550
|
-
creationTime?: string;
|
|
551
|
-
creatorId?: string | null;
|
|
552
|
-
lastModificationTime?: string | null;
|
|
553
|
-
lastModifierId?: string | null;
|
|
554
|
-
isDeleted?: boolean;
|
|
555
|
-
deleterId?: string | null;
|
|
556
|
-
deletionTime?: string | null;
|
|
557
|
-
name?: string | null;
|
|
558
|
-
value?: string | null;
|
|
559
|
-
};
|
|
560
|
-
|
|
561
|
-
export type UniRefund_LocationService_CountryNumbers_CountryNumberStandardDigitsEnums_CountryNumberStandardDigitsEnumUpdateDto = {
|
|
562
|
-
name: string;
|
|
563
|
-
value: string;
|
|
564
|
-
};
|
|
387
|
+
export type UniRefund_LocationService_Enums_AddressType = 'Home' | 'Office';
|
|
565
388
|
|
|
566
|
-
export type
|
|
567
|
-
readonly extraProperties?: {
|
|
568
|
-
[key: string]: unknown;
|
|
569
|
-
} | null;
|
|
570
|
-
decimalSymbol: string;
|
|
571
|
-
digitGroupingSymbol: string;
|
|
572
|
-
negativeSignSymbol: string;
|
|
573
|
-
listSeperator: string;
|
|
574
|
-
noOfDigitsAfterDecimal: number;
|
|
575
|
-
displayLeadingZeros: string;
|
|
576
|
-
countryNumberDigitGroupingEnumId: string;
|
|
577
|
-
countryNumberNegativeNumberFormatEnumId: string;
|
|
578
|
-
countryNumberMeasurementSystemEnumId: string;
|
|
579
|
-
countryNumberStandardDigitsEnumId: string;
|
|
580
|
-
countryNumberUseNativeDigitsEnumId: string;
|
|
581
|
-
};
|
|
389
|
+
export type UniRefund_LocationService_Enums_CalendarType = 'Gregorian' | 'Julian' | 'Hebrew' | 'Islamic' | 'Buddhist' | 'Chinese';
|
|
582
390
|
|
|
583
|
-
export type
|
|
584
|
-
name: string;
|
|
585
|
-
value: string;
|
|
586
|
-
};
|
|
391
|
+
export type UniRefund_LocationService_Enums_Continent = 'Asia' | 'Africa' | 'Europe' | 'NorthAmerica' | 'SouthAmerica' | 'Austrualia' | 'Antarctica';
|
|
587
392
|
|
|
588
|
-
export type
|
|
589
|
-
id?: string;
|
|
590
|
-
creationTime?: string;
|
|
591
|
-
creatorId?: string | null;
|
|
592
|
-
lastModificationTime?: string | null;
|
|
593
|
-
lastModifierId?: string | null;
|
|
594
|
-
isDeleted?: boolean;
|
|
595
|
-
deleterId?: string | null;
|
|
596
|
-
deletionTime?: string | null;
|
|
597
|
-
name?: string | null;
|
|
598
|
-
value?: string | null;
|
|
599
|
-
};
|
|
393
|
+
export type UniRefund_LocationService_Enums_DigitGrouping = 'FormatWithCommas' | 'FormatWithDots';
|
|
600
394
|
|
|
601
|
-
export type
|
|
602
|
-
name: string;
|
|
603
|
-
value: string;
|
|
604
|
-
};
|
|
395
|
+
export type UniRefund_LocationService_Enums_FirstDayOfWeek = 'Sunday' | 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday';
|
|
605
396
|
|
|
606
|
-
export type
|
|
607
|
-
readonly extraProperties?: {
|
|
608
|
-
[key: string]: unknown;
|
|
609
|
-
} | null;
|
|
610
|
-
shortTime: string;
|
|
611
|
-
longTime: string;
|
|
612
|
-
amSymbol: string;
|
|
613
|
-
pmSymbol: string;
|
|
614
|
-
};
|
|
397
|
+
export type UniRefund_LocationService_Enums_MeasurementSystem = 'USCustomary' | 'Metric' | 'Imperial';
|
|
615
398
|
|
|
616
|
-
export type
|
|
617
|
-
id?: string;
|
|
618
|
-
creationTime?: string;
|
|
619
|
-
creatorId?: string | null;
|
|
620
|
-
lastModificationTime?: string | null;
|
|
621
|
-
lastModifierId?: string | null;
|
|
622
|
-
isDeleted?: boolean;
|
|
623
|
-
deleterId?: string | null;
|
|
624
|
-
deletionTime?: string | null;
|
|
625
|
-
shortTime?: string | null;
|
|
626
|
-
longTime?: string | null;
|
|
627
|
-
amSymbol?: string | null;
|
|
628
|
-
pmSymbol?: string | null;
|
|
629
|
-
};
|
|
399
|
+
export type UniRefund_LocationService_Enums_NegativeCurrencyFormat = 'WithParentheses' | 'WithMinusSign';
|
|
630
400
|
|
|
631
|
-
export type
|
|
632
|
-
readonly extraProperties?: {
|
|
633
|
-
[key: string]: unknown;
|
|
634
|
-
} | null;
|
|
635
|
-
shortTime: string;
|
|
636
|
-
longTime: string;
|
|
637
|
-
amSymbol: string;
|
|
638
|
-
pmSymbol: string;
|
|
639
|
-
};
|
|
401
|
+
export type UniRefund_LocationService_Enums_NegativeNumberFormat = 'MinusBeforeNumber' | 'Parentheses' | 'MinusAfterNumber' | 'UnicodeMinus';
|
|
640
402
|
|
|
641
|
-
export type
|
|
642
|
-
readonly extraProperties?: {
|
|
643
|
-
[key: string]: unknown;
|
|
644
|
-
} | null;
|
|
645
|
-
name: string;
|
|
646
|
-
population?: number | null;
|
|
647
|
-
cityId: string;
|
|
648
|
-
};
|
|
403
|
+
export type UniRefund_LocationService_Enums_PositiveCurrencyFormat = 'WithDollarSign' | 'WithDollarSignAfter' | 'WithCurrencyCodeBefore' | 'WithCurrencyCodeAfter' | 'WithoutCurrencySymbol';
|
|
649
404
|
|
|
650
|
-
export type
|
|
651
|
-
id?: string;
|
|
652
|
-
creationTime?: string;
|
|
653
|
-
creatorId?: string | null;
|
|
654
|
-
lastModificationTime?: string | null;
|
|
655
|
-
lastModifierId?: string | null;
|
|
656
|
-
isDeleted?: boolean;
|
|
657
|
-
deleterId?: string | null;
|
|
658
|
-
deletionTime?: string | null;
|
|
659
|
-
name?: string | null;
|
|
660
|
-
population?: number | null;
|
|
661
|
-
cityId?: string;
|
|
662
|
-
};
|
|
405
|
+
export type UniRefund_LocationService_Enums_StandardDigits = 'AllDigits' | 'DigitsWithoutZero' | 'DigitsReversed';
|
|
663
406
|
|
|
664
|
-
export type
|
|
665
|
-
readonly extraProperties?: {
|
|
666
|
-
[key: string]: unknown;
|
|
667
|
-
} | null;
|
|
668
|
-
name: string;
|
|
669
|
-
population?: number | null;
|
|
670
|
-
cityId: string;
|
|
671
|
-
};
|
|
407
|
+
export type UniRefund_LocationService_Enums_UseNativeDigits = 'Never' | 'Always' | 'Conditional';
|
|
672
408
|
|
|
673
409
|
export type UniRefund_LocationService_Neighborhoods_NeighborhoodCreateDto = {
|
|
674
410
|
readonly extraProperties?: {
|
|
@@ -688,9 +424,9 @@ export type UniRefund_LocationService_Neighborhoods_NeighborhoodDto = {
|
|
|
688
424
|
isDeleted?: boolean;
|
|
689
425
|
deleterId?: string | null;
|
|
690
426
|
deletionTime?: string | null;
|
|
691
|
-
name
|
|
427
|
+
name: string;
|
|
692
428
|
population?: number | null;
|
|
693
|
-
districtId
|
|
429
|
+
districtId: string;
|
|
694
430
|
};
|
|
695
431
|
|
|
696
432
|
export type UniRefund_LocationService_Neighborhoods_NeighborhoodUpdateDto = {
|
|
@@ -718,7 +454,7 @@ export type UniRefund_LocationService_RegionalSettings_RegionalSettingDto = {
|
|
|
718
454
|
isDeleted?: boolean;
|
|
719
455
|
deleterId?: string | null;
|
|
720
456
|
deletionTime?: string | null;
|
|
721
|
-
regionId
|
|
457
|
+
regionId: string;
|
|
722
458
|
};
|
|
723
459
|
|
|
724
460
|
export type UniRefund_LocationService_RegionalSettings_RegionalSettingUpdateDto = {
|
|
@@ -747,10 +483,10 @@ export type UniRefund_LocationService_Regions_RegionDto = {
|
|
|
747
483
|
isDeleted?: boolean;
|
|
748
484
|
deleterId?: string | null;
|
|
749
485
|
deletionTime?: string | null;
|
|
750
|
-
name
|
|
486
|
+
name: string;
|
|
751
487
|
population?: number | null;
|
|
752
488
|
regionalSetting?: UniRefund_LocationService_RegionalSettings_RegionalSettingDto;
|
|
753
|
-
countryId
|
|
489
|
+
countryId: string;
|
|
754
490
|
};
|
|
755
491
|
|
|
756
492
|
export type UniRefund_LocationService_Regions_RegionUpdateDto = {
|
|
@@ -765,121 +501,56 @@ export type UniRefund_LocationService_Regions_RegionUpdateDto = {
|
|
|
765
501
|
};
|
|
766
502
|
|
|
767
503
|
export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
|
|
768
|
-
items?: Array<
|
|
504
|
+
items?: Array<UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto> | null;
|
|
769
505
|
totalCount?: number;
|
|
770
506
|
};
|
|
771
507
|
|
|
772
508
|
export type Volo_Abp_Application_Dtos_PagedResultDto_12 = {
|
|
773
|
-
items?: Array<AyasofYazilim_Enum_Enums_EnumDto> | null;
|
|
774
|
-
totalCount?: number;
|
|
775
|
-
};
|
|
776
|
-
|
|
777
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_13 = {
|
|
778
|
-
items?: Array<UniRefund_LocationService_Addresses_AddressDto> | null;
|
|
779
|
-
totalCount?: number;
|
|
780
|
-
};
|
|
781
|
-
|
|
782
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_14 = {
|
|
783
509
|
items?: Array<UniRefund_LocationService_Cities_CityDto> | null;
|
|
784
510
|
totalCount?: number;
|
|
785
511
|
};
|
|
786
512
|
|
|
787
|
-
export type
|
|
788
|
-
items?: Array<UniRefund_LocationService_Countries_CountryContinentEnums_CountryContinentEnumDto> | null;
|
|
789
|
-
totalCount?: number;
|
|
790
|
-
};
|
|
791
|
-
|
|
792
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_16 = {
|
|
513
|
+
export type Volo_Abp_Application_Dtos_PagedResultDto_13 = {
|
|
793
514
|
items?: Array<UniRefund_LocationService_Countries_CountryDto> | null;
|
|
794
515
|
totalCount?: number;
|
|
795
516
|
};
|
|
796
517
|
|
|
797
|
-
export type
|
|
798
|
-
items?: Array<UniRefund_LocationService_CountryCurrencies_CountryCurrencyDigitGroupingEnums_CountryCurrencyDigitGroupingEnumDto> | null;
|
|
799
|
-
totalCount?: number;
|
|
800
|
-
};
|
|
801
|
-
|
|
802
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_18 = {
|
|
518
|
+
export type Volo_Abp_Application_Dtos_PagedResultDto_14 = {
|
|
803
519
|
items?: Array<UniRefund_LocationService_CountryCurrencies_CountryCurrencyDto> | null;
|
|
804
520
|
totalCount?: number;
|
|
805
521
|
};
|
|
806
522
|
|
|
807
|
-
export type
|
|
808
|
-
items?: Array<UniRefund_LocationService_CountryCurrencies_CountryCurrencyNegativeCurrencyFormatEnums_CountryCurrencyNegativeCurrencyFormatEnumDto> | null;
|
|
809
|
-
totalCount?: number;
|
|
810
|
-
};
|
|
811
|
-
|
|
812
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_110 = {
|
|
813
|
-
items?: Array<UniRefund_LocationService_CountryCurrencies_CountryCurrencyPositiveCurrencyFormatEnums_CountryCurrencyPositiveCurrencyFormatEnumDto> | null;
|
|
814
|
-
totalCount?: number;
|
|
815
|
-
};
|
|
816
|
-
|
|
817
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_111 = {
|
|
818
|
-
items?: Array<UniRefund_LocationService_CountryDates_CountryDateCalendarTypeEnums_CountryDateCalendarTypeEnumDto> | null;
|
|
819
|
-
totalCount?: number;
|
|
820
|
-
};
|
|
821
|
-
|
|
822
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_112 = {
|
|
523
|
+
export type Volo_Abp_Application_Dtos_PagedResultDto_15 = {
|
|
823
524
|
items?: Array<UniRefund_LocationService_CountryDates_CountryDateDto> | null;
|
|
824
525
|
totalCount?: number;
|
|
825
526
|
};
|
|
826
527
|
|
|
827
|
-
export type
|
|
828
|
-
items?: Array<UniRefund_LocationService_CountryDates_CountryDateFirstDayOfWeekEnums_CountryDateFirstDayOfWeekEnumDto> | null;
|
|
829
|
-
totalCount?: number;
|
|
830
|
-
};
|
|
831
|
-
|
|
832
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_114 = {
|
|
833
|
-
items?: Array<UniRefund_LocationService_CountryNumbers_CountryNumberDigitGroupingEnums_CountryNumberDigitGroupingEnumDto> | null;
|
|
834
|
-
totalCount?: number;
|
|
835
|
-
};
|
|
836
|
-
|
|
837
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_115 = {
|
|
528
|
+
export type Volo_Abp_Application_Dtos_PagedResultDto_16 = {
|
|
838
529
|
items?: Array<UniRefund_LocationService_CountryNumbers_CountryNumberDto> | null;
|
|
839
530
|
totalCount?: number;
|
|
840
531
|
};
|
|
841
532
|
|
|
842
|
-
export type
|
|
843
|
-
items?: Array<UniRefund_LocationService_CountryNumbers_CountryNumberMeasurementSystemEnums_CountryNumberMeasurementSystemEnumDto> | null;
|
|
844
|
-
totalCount?: number;
|
|
845
|
-
};
|
|
846
|
-
|
|
847
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_117 = {
|
|
848
|
-
items?: Array<UniRefund_LocationService_CountryNumbers_CountryNumberNegativeNumberFormatEnums_CountryNumberNegativeNumberFormatEnumDto> | null;
|
|
849
|
-
totalCount?: number;
|
|
850
|
-
};
|
|
851
|
-
|
|
852
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_118 = {
|
|
853
|
-
items?: Array<UniRefund_LocationService_CountryNumbers_CountryNumberStandardDigitsEnums_CountryNumberStandardDigitsEnumDto> | null;
|
|
854
|
-
totalCount?: number;
|
|
855
|
-
};
|
|
856
|
-
|
|
857
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_119 = {
|
|
858
|
-
items?: Array<UniRefund_LocationService_CountryNumbers_CountryNumberUseNativeDigitsEnums_CountryNumberUseNativeDigitsEnumDto> | null;
|
|
859
|
-
totalCount?: number;
|
|
860
|
-
};
|
|
861
|
-
|
|
862
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_120 = {
|
|
533
|
+
export type Volo_Abp_Application_Dtos_PagedResultDto_17 = {
|
|
863
534
|
items?: Array<UniRefund_LocationService_CountryTimes_CountryTimeDto> | null;
|
|
864
535
|
totalCount?: number;
|
|
865
536
|
};
|
|
866
537
|
|
|
867
|
-
export type
|
|
538
|
+
export type Volo_Abp_Application_Dtos_PagedResultDto_18 = {
|
|
868
539
|
items?: Array<UniRefund_LocationService_Districts_DistrictDto> | null;
|
|
869
540
|
totalCount?: number;
|
|
870
541
|
};
|
|
871
542
|
|
|
872
|
-
export type
|
|
543
|
+
export type Volo_Abp_Application_Dtos_PagedResultDto_19 = {
|
|
873
544
|
items?: Array<UniRefund_LocationService_Neighborhoods_NeighborhoodDto> | null;
|
|
874
545
|
totalCount?: number;
|
|
875
546
|
};
|
|
876
547
|
|
|
877
|
-
export type
|
|
548
|
+
export type Volo_Abp_Application_Dtos_PagedResultDto_110 = {
|
|
878
549
|
items?: Array<UniRefund_LocationService_RegionalSettings_RegionalSettingDto> | null;
|
|
879
550
|
totalCount?: number;
|
|
880
551
|
};
|
|
881
552
|
|
|
882
|
-
export type
|
|
553
|
+
export type Volo_Abp_Application_Dtos_PagedResultDto_111 = {
|
|
883
554
|
items?: Array<UniRefund_LocationService_Regions_RegionDto> | null;
|
|
884
555
|
totalCount?: number;
|
|
885
556
|
};
|
|
@@ -1286,52 +957,44 @@ export type GetApiAbpApplicationLocalizationData = {
|
|
|
1286
957
|
|
|
1287
958
|
export type GetApiAbpApplicationLocalizationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
|
|
1288
959
|
|
|
1289
|
-
export type
|
|
1290
|
-
|
|
1291
|
-
skipCount?: number;
|
|
1292
|
-
sorting?: string;
|
|
1293
|
-
};
|
|
1294
|
-
|
|
1295
|
-
export type GetApiLocationServiceAddressesResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1296
|
-
|
|
1297
|
-
export type PostApiLocationServiceAddressesData = {
|
|
1298
|
-
requestBody?: UniRefund_LocationService_Addresses_AddressCreateDto;
|
|
960
|
+
export type GetApiLocationServiceAddressCommonDataByIdData = {
|
|
961
|
+
id: string;
|
|
1299
962
|
};
|
|
1300
963
|
|
|
1301
|
-
export type
|
|
964
|
+
export type GetApiLocationServiceAddressCommonDataByIdResponse = UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto;
|
|
1302
965
|
|
|
1303
|
-
export type
|
|
966
|
+
export type PutApiLocationServiceAddressCommonDataByIdData = {
|
|
1304
967
|
id: string;
|
|
968
|
+
requestBody?: UniRefund_LocationService_AddressCommonDatas_AddressCommonDataUpdateDto;
|
|
1305
969
|
};
|
|
1306
970
|
|
|
1307
|
-
export type
|
|
971
|
+
export type PutApiLocationServiceAddressCommonDataByIdResponse = UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto;
|
|
1308
972
|
|
|
1309
|
-
export type
|
|
973
|
+
export type DeleteApiLocationServiceAddressCommonDataByIdData = {
|
|
1310
974
|
id: string;
|
|
1311
|
-
requestBody?: UniRefund_LocationService_Addresses_AddressUpdateDto;
|
|
1312
975
|
};
|
|
1313
976
|
|
|
1314
|
-
export type
|
|
977
|
+
export type DeleteApiLocationServiceAddressCommonDataByIdResponse = unknown;
|
|
1315
978
|
|
|
1316
|
-
export type
|
|
1317
|
-
|
|
979
|
+
export type GetApiLocationServiceAddressCommonDataData = {
|
|
980
|
+
maxResultCount?: number;
|
|
981
|
+
skipCount?: number;
|
|
982
|
+
sorting?: string;
|
|
1318
983
|
};
|
|
1319
984
|
|
|
1320
|
-
export type
|
|
985
|
+
export type GetApiLocationServiceAddressCommonDataResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1321
986
|
|
|
1322
|
-
export type
|
|
1323
|
-
|
|
987
|
+
export type PostApiLocationServiceAddressCommonDataData = {
|
|
988
|
+
requestBody?: UniRefund_LocationService_AddressCommonDatas_AddressCommonDataCreateDto;
|
|
1324
989
|
};
|
|
1325
990
|
|
|
1326
|
-
export type
|
|
991
|
+
export type PostApiLocationServiceAddressCommonDataResponse = UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto;
|
|
1327
992
|
|
|
1328
|
-
export type
|
|
1329
|
-
|
|
1330
|
-
skipCount?: number;
|
|
1331
|
-
sorting?: string;
|
|
993
|
+
export type GetApiLocationServiceAddressCommonDataGetListWithIdsData = {
|
|
994
|
+
ids?: Array<(string)>;
|
|
1332
995
|
};
|
|
1333
996
|
|
|
1334
|
-
export type
|
|
997
|
+
export type GetApiLocationServiceAddressCommonDataGetListWithIdsResponse = Array<UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto>;
|
|
1335
998
|
|
|
1336
999
|
export type GetApiLocationServiceCitiesData = {
|
|
1337
1000
|
maxResultCount?: number;
|
|
@@ -1347,6 +1010,12 @@ export type PostApiLocationServiceCitiesData = {
|
|
|
1347
1010
|
|
|
1348
1011
|
export type PostApiLocationServiceCitiesResponse = UniRefund_LocationService_Cities_CityDto;
|
|
1349
1012
|
|
|
1013
|
+
export type GetApiLocationServiceCitiesGetListByRegionByRegionIdData = {
|
|
1014
|
+
regionId: string;
|
|
1015
|
+
};
|
|
1016
|
+
|
|
1017
|
+
export type GetApiLocationServiceCitiesGetListByRegionByRegionIdResponse = Array<UniRefund_LocationService_Cities_CityDto>;
|
|
1018
|
+
|
|
1350
1019
|
export type GetApiLocationServiceCitiesByIdData = {
|
|
1351
1020
|
id: string;
|
|
1352
1021
|
};
|
|
@@ -1366,20 +1035,6 @@ export type DeleteApiLocationServiceCitiesByIdData = {
|
|
|
1366
1035
|
|
|
1367
1036
|
export type DeleteApiLocationServiceCitiesByIdResponse = unknown;
|
|
1368
1037
|
|
|
1369
|
-
export type GetApiLocationServiceCitiesGetByControllingRegionIdByCityIdByRegionIdData = {
|
|
1370
|
-
cityId: string;
|
|
1371
|
-
regionId: string;
|
|
1372
|
-
};
|
|
1373
|
-
|
|
1374
|
-
export type GetApiLocationServiceCitiesGetByControllingRegionIdByCityIdByRegionIdResponse = UniRefund_LocationService_Cities_CityDto;
|
|
1375
|
-
|
|
1376
|
-
export type GetApiLocationServiceCitiesExistsByControllingRegionIdByCityIdByRegionIdData = {
|
|
1377
|
-
cityId: string;
|
|
1378
|
-
regionId: string;
|
|
1379
|
-
};
|
|
1380
|
-
|
|
1381
|
-
export type GetApiLocationServiceCitiesExistsByControllingRegionIdByCityIdByRegionIdResponse = boolean;
|
|
1382
|
-
|
|
1383
1038
|
export type GetApiLocationServiceCountriesData = {
|
|
1384
1039
|
maxResultCount?: number;
|
|
1385
1040
|
skipCount?: number;
|
|
@@ -1413,11 +1068,11 @@ export type DeleteApiLocationServiceCountriesByIdData = {
|
|
|
1413
1068
|
|
|
1414
1069
|
export type DeleteApiLocationServiceCountriesByIdResponse = unknown;
|
|
1415
1070
|
|
|
1416
|
-
export type
|
|
1071
|
+
export type GetApiLocationServiceCountriesGetNameIfExistsByCountryIdData = {
|
|
1417
1072
|
countryId: string;
|
|
1418
1073
|
};
|
|
1419
1074
|
|
|
1420
|
-
export type
|
|
1075
|
+
export type GetApiLocationServiceCountriesGetNameIfExistsByCountryIdResponse = string;
|
|
1421
1076
|
|
|
1422
1077
|
export type GetApiLocationServiceCountriesNamesData = {
|
|
1423
1078
|
codes?: Array<(string)>;
|
|
@@ -1425,39 +1080,6 @@ export type GetApiLocationServiceCountriesNamesData = {
|
|
|
1425
1080
|
|
|
1426
1081
|
export type GetApiLocationServiceCountriesNamesResponse = Array<UniRefund_LocationService_Countries_GetCountryNameDto>;
|
|
1427
1082
|
|
|
1428
|
-
export type GetApiLocationServiceCountryContinentEnumsData = {
|
|
1429
|
-
maxResultCount?: number;
|
|
1430
|
-
skipCount?: number;
|
|
1431
|
-
sorting?: string;
|
|
1432
|
-
};
|
|
1433
|
-
|
|
1434
|
-
export type GetApiLocationServiceCountryContinentEnumsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1435
|
-
|
|
1436
|
-
export type PostApiLocationServiceCountryContinentEnumsData = {
|
|
1437
|
-
requestBody?: UniRefund_LocationService_Countries_CountryContinentEnums_CountryContinentEnumCreateDto;
|
|
1438
|
-
};
|
|
1439
|
-
|
|
1440
|
-
export type PostApiLocationServiceCountryContinentEnumsResponse = UniRefund_LocationService_Countries_CountryContinentEnums_CountryContinentEnumDto;
|
|
1441
|
-
|
|
1442
|
-
export type GetApiLocationServiceCountryContinentEnumsByIdData = {
|
|
1443
|
-
id: string;
|
|
1444
|
-
};
|
|
1445
|
-
|
|
1446
|
-
export type GetApiLocationServiceCountryContinentEnumsByIdResponse = UniRefund_LocationService_Countries_CountryContinentEnums_CountryContinentEnumDto;
|
|
1447
|
-
|
|
1448
|
-
export type PutApiLocationServiceCountryContinentEnumsByIdData = {
|
|
1449
|
-
id: string;
|
|
1450
|
-
requestBody?: UniRefund_LocationService_Countries_CountryContinentEnums_CountryContinentEnumUpdateDto;
|
|
1451
|
-
};
|
|
1452
|
-
|
|
1453
|
-
export type PutApiLocationServiceCountryContinentEnumsByIdResponse = UniRefund_LocationService_Countries_CountryContinentEnums_CountryContinentEnumDto;
|
|
1454
|
-
|
|
1455
|
-
export type DeleteApiLocationServiceCountryContinentEnumsByIdData = {
|
|
1456
|
-
id: string;
|
|
1457
|
-
};
|
|
1458
|
-
|
|
1459
|
-
export type DeleteApiLocationServiceCountryContinentEnumsByIdResponse = unknown;
|
|
1460
|
-
|
|
1461
1083
|
export type GetApiLocationServiceCountryCurrenciesData = {
|
|
1462
1084
|
maxResultCount?: number;
|
|
1463
1085
|
skipCount?: number;
|
|
@@ -1491,635 +1113,260 @@ export type DeleteApiLocationServiceCountryCurrenciesByIdData = {
|
|
|
1491
1113
|
|
|
1492
1114
|
export type DeleteApiLocationServiceCountryCurrenciesByIdResponse = unknown;
|
|
1493
1115
|
|
|
1494
|
-
export type
|
|
1116
|
+
export type GetApiLocationServiceCountryDatesData = {
|
|
1495
1117
|
maxResultCount?: number;
|
|
1496
1118
|
skipCount?: number;
|
|
1497
1119
|
sorting?: string;
|
|
1498
1120
|
};
|
|
1499
1121
|
|
|
1500
|
-
export type
|
|
1122
|
+
export type GetApiLocationServiceCountryDatesResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1501
1123
|
|
|
1502
|
-
export type
|
|
1503
|
-
requestBody?:
|
|
1124
|
+
export type PostApiLocationServiceCountryDatesData = {
|
|
1125
|
+
requestBody?: UniRefund_LocationService_CountryDates_CountryDateCreateDto;
|
|
1504
1126
|
};
|
|
1505
1127
|
|
|
1506
|
-
export type
|
|
1128
|
+
export type PostApiLocationServiceCountryDatesResponse = UniRefund_LocationService_CountryDates_CountryDateDto;
|
|
1507
1129
|
|
|
1508
|
-
export type
|
|
1130
|
+
export type GetApiLocationServiceCountryDatesByIdData = {
|
|
1509
1131
|
id: string;
|
|
1510
1132
|
};
|
|
1511
1133
|
|
|
1512
|
-
export type
|
|
1134
|
+
export type GetApiLocationServiceCountryDatesByIdResponse = UniRefund_LocationService_CountryDates_CountryDateDto;
|
|
1513
1135
|
|
|
1514
|
-
export type
|
|
1136
|
+
export type PutApiLocationServiceCountryDatesByIdData = {
|
|
1515
1137
|
id: string;
|
|
1516
|
-
requestBody?:
|
|
1138
|
+
requestBody?: UniRefund_LocationService_CountryDates_CountryDateUpdateDto;
|
|
1517
1139
|
};
|
|
1518
1140
|
|
|
1519
|
-
export type
|
|
1141
|
+
export type PutApiLocationServiceCountryDatesByIdResponse = UniRefund_LocationService_CountryDates_CountryDateDto;
|
|
1520
1142
|
|
|
1521
|
-
export type
|
|
1143
|
+
export type DeleteApiLocationServiceCountryDatesByIdData = {
|
|
1522
1144
|
id: string;
|
|
1523
1145
|
};
|
|
1524
1146
|
|
|
1525
|
-
export type
|
|
1147
|
+
export type DeleteApiLocationServiceCountryDatesByIdResponse = unknown;
|
|
1526
1148
|
|
|
1527
|
-
export type
|
|
1149
|
+
export type GetApiLocationServiceCountryNumbersData = {
|
|
1528
1150
|
maxResultCount?: number;
|
|
1529
1151
|
skipCount?: number;
|
|
1530
1152
|
sorting?: string;
|
|
1531
1153
|
};
|
|
1532
1154
|
|
|
1533
|
-
export type
|
|
1155
|
+
export type GetApiLocationServiceCountryNumbersResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1534
1156
|
|
|
1535
|
-
export type
|
|
1536
|
-
requestBody?:
|
|
1157
|
+
export type PostApiLocationServiceCountryNumbersData = {
|
|
1158
|
+
requestBody?: UniRefund_LocationService_CountryNumbers_CountryNumberCreateDto;
|
|
1537
1159
|
};
|
|
1538
1160
|
|
|
1539
|
-
export type
|
|
1161
|
+
export type PostApiLocationServiceCountryNumbersResponse = UniRefund_LocationService_CountryNumbers_CountryNumberDto;
|
|
1540
1162
|
|
|
1541
|
-
export type
|
|
1163
|
+
export type GetApiLocationServiceCountryNumbersByIdData = {
|
|
1542
1164
|
id: string;
|
|
1543
1165
|
};
|
|
1544
1166
|
|
|
1545
|
-
export type
|
|
1167
|
+
export type GetApiLocationServiceCountryNumbersByIdResponse = UniRefund_LocationService_CountryNumbers_CountryNumberDto;
|
|
1546
1168
|
|
|
1547
|
-
export type
|
|
1169
|
+
export type PutApiLocationServiceCountryNumbersByIdData = {
|
|
1548
1170
|
id: string;
|
|
1549
|
-
requestBody?:
|
|
1171
|
+
requestBody?: UniRefund_LocationService_CountryNumbers_CountryNumberUpdateDto;
|
|
1550
1172
|
};
|
|
1551
1173
|
|
|
1552
|
-
export type
|
|
1174
|
+
export type PutApiLocationServiceCountryNumbersByIdResponse = UniRefund_LocationService_CountryNumbers_CountryNumberDto;
|
|
1553
1175
|
|
|
1554
|
-
export type
|
|
1176
|
+
export type DeleteApiLocationServiceCountryNumbersByIdData = {
|
|
1555
1177
|
id: string;
|
|
1556
1178
|
};
|
|
1557
1179
|
|
|
1558
|
-
export type
|
|
1180
|
+
export type DeleteApiLocationServiceCountryNumbersByIdResponse = unknown;
|
|
1559
1181
|
|
|
1560
|
-
export type
|
|
1182
|
+
export type GetApiLocationServiceCountryTimesData = {
|
|
1561
1183
|
maxResultCount?: number;
|
|
1562
1184
|
skipCount?: number;
|
|
1563
1185
|
sorting?: string;
|
|
1564
1186
|
};
|
|
1565
1187
|
|
|
1566
|
-
export type
|
|
1188
|
+
export type GetApiLocationServiceCountryTimesResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1567
1189
|
|
|
1568
|
-
export type
|
|
1569
|
-
requestBody?:
|
|
1190
|
+
export type PostApiLocationServiceCountryTimesData = {
|
|
1191
|
+
requestBody?: UniRefund_LocationService_CountryTimes_CountryTimeCreateDto;
|
|
1570
1192
|
};
|
|
1571
1193
|
|
|
1572
|
-
export type
|
|
1194
|
+
export type PostApiLocationServiceCountryTimesResponse = UniRefund_LocationService_CountryTimes_CountryTimeDto;
|
|
1573
1195
|
|
|
1574
|
-
export type
|
|
1196
|
+
export type GetApiLocationServiceCountryTimesByIdData = {
|
|
1575
1197
|
id: string;
|
|
1576
1198
|
};
|
|
1577
1199
|
|
|
1578
|
-
export type
|
|
1200
|
+
export type GetApiLocationServiceCountryTimesByIdResponse = UniRefund_LocationService_CountryTimes_CountryTimeDto;
|
|
1579
1201
|
|
|
1580
|
-
export type
|
|
1202
|
+
export type PutApiLocationServiceCountryTimesByIdData = {
|
|
1581
1203
|
id: string;
|
|
1582
|
-
requestBody?:
|
|
1204
|
+
requestBody?: UniRefund_LocationService_CountryTimes_CountryTimeUpdateDto;
|
|
1583
1205
|
};
|
|
1584
1206
|
|
|
1585
|
-
export type
|
|
1207
|
+
export type PutApiLocationServiceCountryTimesByIdResponse = UniRefund_LocationService_CountryTimes_CountryTimeDto;
|
|
1586
1208
|
|
|
1587
|
-
export type
|
|
1209
|
+
export type DeleteApiLocationServiceCountryTimesByIdData = {
|
|
1588
1210
|
id: string;
|
|
1589
1211
|
};
|
|
1590
1212
|
|
|
1591
|
-
export type
|
|
1213
|
+
export type DeleteApiLocationServiceCountryTimesByIdResponse = unknown;
|
|
1592
1214
|
|
|
1593
|
-
export type
|
|
1215
|
+
export type GetApiLocationServiceDistrictsData = {
|
|
1594
1216
|
maxResultCount?: number;
|
|
1595
1217
|
skipCount?: number;
|
|
1596
1218
|
sorting?: string;
|
|
1597
1219
|
};
|
|
1598
1220
|
|
|
1599
|
-
export type
|
|
1221
|
+
export type GetApiLocationServiceDistrictsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1600
1222
|
|
|
1601
|
-
export type
|
|
1602
|
-
requestBody?:
|
|
1223
|
+
export type PostApiLocationServiceDistrictsData = {
|
|
1224
|
+
requestBody?: UniRefund_LocationService_Districts_DistrictCreateDto;
|
|
1603
1225
|
};
|
|
1604
1226
|
|
|
1605
|
-
export type
|
|
1227
|
+
export type PostApiLocationServiceDistrictsResponse = UniRefund_LocationService_Districts_DistrictDto;
|
|
1606
1228
|
|
|
1607
|
-
export type
|
|
1608
|
-
|
|
1609
|
-
};
|
|
1610
|
-
|
|
1611
|
-
export type GetApiLocationServiceCountryDatesByIdResponse = UniRefund_LocationService_CountryDates_CountryDateDto;
|
|
1612
|
-
|
|
1613
|
-
export type PutApiLocationServiceCountryDatesByIdData = {
|
|
1614
|
-
id: string;
|
|
1615
|
-
requestBody?: UniRefund_LocationService_CountryDates_CountryDateUpdateDto;
|
|
1616
|
-
};
|
|
1617
|
-
|
|
1618
|
-
export type PutApiLocationServiceCountryDatesByIdResponse = UniRefund_LocationService_CountryDates_CountryDateDto;
|
|
1619
|
-
|
|
1620
|
-
export type DeleteApiLocationServiceCountryDatesByIdData = {
|
|
1621
|
-
id: string;
|
|
1622
|
-
};
|
|
1623
|
-
|
|
1624
|
-
export type DeleteApiLocationServiceCountryDatesByIdResponse = unknown;
|
|
1625
|
-
|
|
1626
|
-
export type GetApiLocationServiceCountryDateCalendarTypeEnumsData = {
|
|
1627
|
-
maxResultCount?: number;
|
|
1628
|
-
skipCount?: number;
|
|
1629
|
-
sorting?: string;
|
|
1630
|
-
};
|
|
1631
|
-
|
|
1632
|
-
export type GetApiLocationServiceCountryDateCalendarTypeEnumsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1633
|
-
|
|
1634
|
-
export type PostApiLocationServiceCountryDateCalendarTypeEnumsData = {
|
|
1635
|
-
requestBody?: UniRefund_LocationService_CountryDates_CountryDateCalendarTypeEnums_CountryDateCalendarTypeEnumCreateDto;
|
|
1636
|
-
};
|
|
1637
|
-
|
|
1638
|
-
export type PostApiLocationServiceCountryDateCalendarTypeEnumsResponse = UniRefund_LocationService_CountryDates_CountryDateCalendarTypeEnums_CountryDateCalendarTypeEnumDto;
|
|
1639
|
-
|
|
1640
|
-
export type GetApiLocationServiceCountryDateCalendarTypeEnumsByIdData = {
|
|
1641
|
-
id: string;
|
|
1642
|
-
};
|
|
1643
|
-
|
|
1644
|
-
export type GetApiLocationServiceCountryDateCalendarTypeEnumsByIdResponse = UniRefund_LocationService_CountryDates_CountryDateCalendarTypeEnums_CountryDateCalendarTypeEnumDto;
|
|
1645
|
-
|
|
1646
|
-
export type PutApiLocationServiceCountryDateCalendarTypeEnumsByIdData = {
|
|
1647
|
-
id: string;
|
|
1648
|
-
requestBody?: UniRefund_LocationService_CountryDates_CountryDateCalendarTypeEnums_CountryDateCalendarTypeEnumUpdateDto;
|
|
1649
|
-
};
|
|
1650
|
-
|
|
1651
|
-
export type PutApiLocationServiceCountryDateCalendarTypeEnumsByIdResponse = UniRefund_LocationService_CountryDates_CountryDateCalendarTypeEnums_CountryDateCalendarTypeEnumDto;
|
|
1652
|
-
|
|
1653
|
-
export type DeleteApiLocationServiceCountryDateCalendarTypeEnumsByIdData = {
|
|
1654
|
-
id: string;
|
|
1655
|
-
};
|
|
1656
|
-
|
|
1657
|
-
export type DeleteApiLocationServiceCountryDateCalendarTypeEnumsByIdResponse = unknown;
|
|
1658
|
-
|
|
1659
|
-
export type GetApiLocationServiceCountryDateFirstDayOfWeekEnumsData = {
|
|
1660
|
-
maxResultCount?: number;
|
|
1661
|
-
skipCount?: number;
|
|
1662
|
-
sorting?: string;
|
|
1663
|
-
};
|
|
1664
|
-
|
|
1665
|
-
export type GetApiLocationServiceCountryDateFirstDayOfWeekEnumsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1666
|
-
|
|
1667
|
-
export type PostApiLocationServiceCountryDateFirstDayOfWeekEnumsData = {
|
|
1668
|
-
requestBody?: UniRefund_LocationService_CountryDates_CountryDateFirstDayOfWeekEnums_CountryDateFirstDayOfWeekEnumCreateDto;
|
|
1669
|
-
};
|
|
1670
|
-
|
|
1671
|
-
export type PostApiLocationServiceCountryDateFirstDayOfWeekEnumsResponse = UniRefund_LocationService_CountryDates_CountryDateFirstDayOfWeekEnums_CountryDateFirstDayOfWeekEnumDto;
|
|
1672
|
-
|
|
1673
|
-
export type GetApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdData = {
|
|
1674
|
-
id: string;
|
|
1675
|
-
};
|
|
1676
|
-
|
|
1677
|
-
export type GetApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdResponse = UniRefund_LocationService_CountryDates_CountryDateFirstDayOfWeekEnums_CountryDateFirstDayOfWeekEnumDto;
|
|
1678
|
-
|
|
1679
|
-
export type PutApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdData = {
|
|
1680
|
-
id: string;
|
|
1681
|
-
requestBody?: UniRefund_LocationService_CountryDates_CountryDateFirstDayOfWeekEnums_CountryDateFirstDayOfWeekEnumUpdateDto;
|
|
1682
|
-
};
|
|
1683
|
-
|
|
1684
|
-
export type PutApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdResponse = UniRefund_LocationService_CountryDates_CountryDateFirstDayOfWeekEnums_CountryDateFirstDayOfWeekEnumDto;
|
|
1685
|
-
|
|
1686
|
-
export type DeleteApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdData = {
|
|
1687
|
-
id: string;
|
|
1688
|
-
};
|
|
1689
|
-
|
|
1690
|
-
export type DeleteApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdResponse = unknown;
|
|
1691
|
-
|
|
1692
|
-
export type GetApiLocationServiceCountryNumbersData = {
|
|
1693
|
-
maxResultCount?: number;
|
|
1694
|
-
skipCount?: number;
|
|
1695
|
-
sorting?: string;
|
|
1696
|
-
};
|
|
1697
|
-
|
|
1698
|
-
export type GetApiLocationServiceCountryNumbersResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1699
|
-
|
|
1700
|
-
export type PostApiLocationServiceCountryNumbersData = {
|
|
1701
|
-
requestBody?: UniRefund_LocationService_CountryNumbers_CountryNumberCreateDto;
|
|
1702
|
-
};
|
|
1703
|
-
|
|
1704
|
-
export type PostApiLocationServiceCountryNumbersResponse = UniRefund_LocationService_CountryNumbers_CountryNumberDto;
|
|
1705
|
-
|
|
1706
|
-
export type GetApiLocationServiceCountryNumbersByIdData = {
|
|
1707
|
-
id: string;
|
|
1708
|
-
};
|
|
1709
|
-
|
|
1710
|
-
export type GetApiLocationServiceCountryNumbersByIdResponse = UniRefund_LocationService_CountryNumbers_CountryNumberDto;
|
|
1711
|
-
|
|
1712
|
-
export type PutApiLocationServiceCountryNumbersByIdData = {
|
|
1713
|
-
id: string;
|
|
1714
|
-
requestBody?: UniRefund_LocationService_CountryNumbers_CountryNumberUpdateDto;
|
|
1715
|
-
};
|
|
1716
|
-
|
|
1717
|
-
export type PutApiLocationServiceCountryNumbersByIdResponse = UniRefund_LocationService_CountryNumbers_CountryNumberDto;
|
|
1718
|
-
|
|
1719
|
-
export type DeleteApiLocationServiceCountryNumbersByIdData = {
|
|
1720
|
-
id: string;
|
|
1721
|
-
};
|
|
1722
|
-
|
|
1723
|
-
export type DeleteApiLocationServiceCountryNumbersByIdResponse = unknown;
|
|
1724
|
-
|
|
1725
|
-
export type GetApiLocationServiceCountryNumberDigitGroupingEnumsData = {
|
|
1726
|
-
maxResultCount?: number;
|
|
1727
|
-
skipCount?: number;
|
|
1728
|
-
sorting?: string;
|
|
1729
|
-
};
|
|
1730
|
-
|
|
1731
|
-
export type GetApiLocationServiceCountryNumberDigitGroupingEnumsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1732
|
-
|
|
1733
|
-
export type PostApiLocationServiceCountryNumberDigitGroupingEnumsData = {
|
|
1734
|
-
requestBody?: UniRefund_LocationService_CountryNumbers_CountryNumberDigitGroupingEnums_CountryNumberDigitGroupingEnumCreateDto;
|
|
1735
|
-
};
|
|
1736
|
-
|
|
1737
|
-
export type PostApiLocationServiceCountryNumberDigitGroupingEnumsResponse = UniRefund_LocationService_CountryNumbers_CountryNumberDigitGroupingEnums_CountryNumberDigitGroupingEnumDto;
|
|
1738
|
-
|
|
1739
|
-
export type GetApiLocationServiceCountryNumberDigitGroupingEnumsByIdData = {
|
|
1740
|
-
id: string;
|
|
1741
|
-
};
|
|
1742
|
-
|
|
1743
|
-
export type GetApiLocationServiceCountryNumberDigitGroupingEnumsByIdResponse = UniRefund_LocationService_CountryNumbers_CountryNumberDigitGroupingEnums_CountryNumberDigitGroupingEnumDto;
|
|
1744
|
-
|
|
1745
|
-
export type PutApiLocationServiceCountryNumberDigitGroupingEnumsByIdData = {
|
|
1746
|
-
id: string;
|
|
1747
|
-
requestBody?: UniRefund_LocationService_CountryNumbers_CountryNumberDigitGroupingEnums_CountryNumberDigitGroupingEnumUpdateDto;
|
|
1748
|
-
};
|
|
1749
|
-
|
|
1750
|
-
export type PutApiLocationServiceCountryNumberDigitGroupingEnumsByIdResponse = UniRefund_LocationService_CountryNumbers_CountryNumberDigitGroupingEnums_CountryNumberDigitGroupingEnumDto;
|
|
1751
|
-
|
|
1752
|
-
export type DeleteApiLocationServiceCountryNumberDigitGroupingEnumsByIdData = {
|
|
1753
|
-
id: string;
|
|
1754
|
-
};
|
|
1755
|
-
|
|
1756
|
-
export type DeleteApiLocationServiceCountryNumberDigitGroupingEnumsByIdResponse = unknown;
|
|
1757
|
-
|
|
1758
|
-
export type GetApiLocationServiceCountryNumberMeasurementSystemEnumsData = {
|
|
1759
|
-
maxResultCount?: number;
|
|
1760
|
-
skipCount?: number;
|
|
1761
|
-
sorting?: string;
|
|
1762
|
-
};
|
|
1763
|
-
|
|
1764
|
-
export type GetApiLocationServiceCountryNumberMeasurementSystemEnumsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1765
|
-
|
|
1766
|
-
export type PostApiLocationServiceCountryNumberMeasurementSystemEnumsData = {
|
|
1767
|
-
requestBody?: UniRefund_LocationService_CountryNumbers_CountryNumberMeasurementSystemEnums_CountryNumberMeasurementSystemEnumCreateDto;
|
|
1229
|
+
export type GetApiLocationServiceDistrictsGetListByCityByCityIdData = {
|
|
1230
|
+
cityId: string;
|
|
1768
1231
|
};
|
|
1769
1232
|
|
|
1770
|
-
export type
|
|
1233
|
+
export type GetApiLocationServiceDistrictsGetListByCityByCityIdResponse = Array<UniRefund_LocationService_Districts_DistrictDto>;
|
|
1771
1234
|
|
|
1772
|
-
export type
|
|
1235
|
+
export type GetApiLocationServiceDistrictsByIdData = {
|
|
1773
1236
|
id: string;
|
|
1774
1237
|
};
|
|
1775
1238
|
|
|
1776
|
-
export type
|
|
1239
|
+
export type GetApiLocationServiceDistrictsByIdResponse = UniRefund_LocationService_Districts_DistrictDto;
|
|
1777
1240
|
|
|
1778
|
-
export type
|
|
1241
|
+
export type PutApiLocationServiceDistrictsByIdData = {
|
|
1779
1242
|
id: string;
|
|
1780
|
-
requestBody?:
|
|
1243
|
+
requestBody?: UniRefund_LocationService_Districts_DistrictUpdateDto;
|
|
1781
1244
|
};
|
|
1782
1245
|
|
|
1783
|
-
export type
|
|
1246
|
+
export type PutApiLocationServiceDistrictsByIdResponse = UniRefund_LocationService_Districts_DistrictDto;
|
|
1784
1247
|
|
|
1785
|
-
export type
|
|
1248
|
+
export type DeleteApiLocationServiceDistrictsByIdData = {
|
|
1786
1249
|
id: string;
|
|
1787
1250
|
};
|
|
1788
1251
|
|
|
1789
|
-
export type
|
|
1252
|
+
export type DeleteApiLocationServiceDistrictsByIdResponse = unknown;
|
|
1790
1253
|
|
|
1791
|
-
export type
|
|
1254
|
+
export type GetApiLocationServiceNeighborhoodsData = {
|
|
1792
1255
|
maxResultCount?: number;
|
|
1793
1256
|
skipCount?: number;
|
|
1794
1257
|
sorting?: string;
|
|
1795
1258
|
};
|
|
1796
1259
|
|
|
1797
|
-
export type
|
|
1798
|
-
|
|
1799
|
-
export type PostApiLocationServiceCountryNumberNegativeNumberFormatEnumsData = {
|
|
1800
|
-
requestBody?: UniRefund_LocationService_CountryNumbers_CountryNumberNegativeNumberFormatEnums_CountryNumberNegativeNumberFormatEnumCreateDto;
|
|
1801
|
-
};
|
|
1802
|
-
|
|
1803
|
-
export type PostApiLocationServiceCountryNumberNegativeNumberFormatEnumsResponse = UniRefund_LocationService_CountryNumbers_CountryNumberNegativeNumberFormatEnums_CountryNumberNegativeNumberFormatEnumDto;
|
|
1804
|
-
|
|
1805
|
-
export type GetApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdData = {
|
|
1806
|
-
id: string;
|
|
1807
|
-
};
|
|
1808
|
-
|
|
1809
|
-
export type GetApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdResponse = UniRefund_LocationService_CountryNumbers_CountryNumberNegativeNumberFormatEnums_CountryNumberNegativeNumberFormatEnumDto;
|
|
1810
|
-
|
|
1811
|
-
export type PutApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdData = {
|
|
1812
|
-
id: string;
|
|
1813
|
-
requestBody?: UniRefund_LocationService_CountryNumbers_CountryNumberNegativeNumberFormatEnums_CountryNumberNegativeNumberFormatEnumUpdateDto;
|
|
1814
|
-
};
|
|
1815
|
-
|
|
1816
|
-
export type PutApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdResponse = UniRefund_LocationService_CountryNumbers_CountryNumberNegativeNumberFormatEnums_CountryNumberNegativeNumberFormatEnumDto;
|
|
1817
|
-
|
|
1818
|
-
export type DeleteApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdData = {
|
|
1819
|
-
id: string;
|
|
1820
|
-
};
|
|
1821
|
-
|
|
1822
|
-
export type DeleteApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdResponse = unknown;
|
|
1260
|
+
export type GetApiLocationServiceNeighborhoodsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1823
1261
|
|
|
1824
|
-
export type
|
|
1825
|
-
|
|
1826
|
-
skipCount?: number;
|
|
1827
|
-
sorting?: string;
|
|
1262
|
+
export type PostApiLocationServiceNeighborhoodsData = {
|
|
1263
|
+
requestBody?: UniRefund_LocationService_Neighborhoods_NeighborhoodCreateDto;
|
|
1828
1264
|
};
|
|
1829
1265
|
|
|
1830
|
-
export type
|
|
1266
|
+
export type PostApiLocationServiceNeighborhoodsResponse = UniRefund_LocationService_Neighborhoods_NeighborhoodDto;
|
|
1831
1267
|
|
|
1832
|
-
export type
|
|
1833
|
-
|
|
1268
|
+
export type GetApiLocationServiceNeighborhoodsGetListByDistrictByDistrictIdData = {
|
|
1269
|
+
districtId: string;
|
|
1834
1270
|
};
|
|
1835
1271
|
|
|
1836
|
-
export type
|
|
1272
|
+
export type GetApiLocationServiceNeighborhoodsGetListByDistrictByDistrictIdResponse = Array<UniRefund_LocationService_Neighborhoods_NeighborhoodDto>;
|
|
1837
1273
|
|
|
1838
|
-
export type
|
|
1274
|
+
export type GetApiLocationServiceNeighborhoodsByIdData = {
|
|
1839
1275
|
id: string;
|
|
1840
1276
|
};
|
|
1841
1277
|
|
|
1842
|
-
export type
|
|
1278
|
+
export type GetApiLocationServiceNeighborhoodsByIdResponse = UniRefund_LocationService_Neighborhoods_NeighborhoodDto;
|
|
1843
1279
|
|
|
1844
|
-
export type
|
|
1280
|
+
export type PutApiLocationServiceNeighborhoodsByIdData = {
|
|
1845
1281
|
id: string;
|
|
1846
|
-
requestBody?:
|
|
1282
|
+
requestBody?: UniRefund_LocationService_Neighborhoods_NeighborhoodUpdateDto;
|
|
1847
1283
|
};
|
|
1848
1284
|
|
|
1849
|
-
export type
|
|
1285
|
+
export type PutApiLocationServiceNeighborhoodsByIdResponse = UniRefund_LocationService_Neighborhoods_NeighborhoodDto;
|
|
1850
1286
|
|
|
1851
|
-
export type
|
|
1287
|
+
export type DeleteApiLocationServiceNeighborhoodsByIdData = {
|
|
1852
1288
|
id: string;
|
|
1853
1289
|
};
|
|
1854
1290
|
|
|
1855
|
-
export type
|
|
1291
|
+
export type DeleteApiLocationServiceNeighborhoodsByIdResponse = unknown;
|
|
1856
1292
|
|
|
1857
|
-
export type
|
|
1293
|
+
export type GetApiLocationServiceRegionsData = {
|
|
1858
1294
|
maxResultCount?: number;
|
|
1859
1295
|
skipCount?: number;
|
|
1860
1296
|
sorting?: string;
|
|
1861
1297
|
};
|
|
1862
1298
|
|
|
1863
|
-
export type
|
|
1864
|
-
|
|
1865
|
-
export type PostApiLocationServiceCountryNumberUseNativeDigitsEnumsData = {
|
|
1866
|
-
requestBody?: UniRefund_LocationService_CountryNumbers_CountryNumberUseNativeDigitsEnums_CountryNumberUseNativeDigitsEnumCreateDto;
|
|
1867
|
-
};
|
|
1868
|
-
|
|
1869
|
-
export type PostApiLocationServiceCountryNumberUseNativeDigitsEnumsResponse = UniRefund_LocationService_CountryNumbers_CountryNumberUseNativeDigitsEnums_CountryNumberUseNativeDigitsEnumDto;
|
|
1299
|
+
export type GetApiLocationServiceRegionsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1870
1300
|
|
|
1871
|
-
export type
|
|
1872
|
-
|
|
1301
|
+
export type PostApiLocationServiceRegionsData = {
|
|
1302
|
+
requestBody?: UniRefund_LocationService_Regions_RegionCreateDto;
|
|
1873
1303
|
};
|
|
1874
1304
|
|
|
1875
|
-
export type
|
|
1305
|
+
export type PostApiLocationServiceRegionsResponse = UniRefund_LocationService_Regions_RegionDto;
|
|
1876
1306
|
|
|
1877
|
-
export type
|
|
1878
|
-
|
|
1879
|
-
requestBody?: UniRefund_LocationService_CountryNumbers_CountryNumberUseNativeDigitsEnums_CountryNumberUseNativeDigitsEnumUpdateDto;
|
|
1307
|
+
export type GetApiLocationServiceRegionsGetListByCountryByCountryIdData = {
|
|
1308
|
+
countryId: string;
|
|
1880
1309
|
};
|
|
1881
1310
|
|
|
1882
|
-
export type
|
|
1311
|
+
export type GetApiLocationServiceRegionsGetListByCountryByCountryIdResponse = Array<UniRefund_LocationService_Regions_RegionDto>;
|
|
1883
1312
|
|
|
1884
|
-
export type
|
|
1313
|
+
export type GetApiLocationServiceRegionsByIdData = {
|
|
1885
1314
|
id: string;
|
|
1886
1315
|
};
|
|
1887
1316
|
|
|
1888
|
-
export type
|
|
1889
|
-
|
|
1890
|
-
export type GetApiLocationServiceCountryTimesData = {
|
|
1891
|
-
maxResultCount?: number;
|
|
1892
|
-
skipCount?: number;
|
|
1893
|
-
sorting?: string;
|
|
1894
|
-
};
|
|
1895
|
-
|
|
1896
|
-
export type GetApiLocationServiceCountryTimesResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1897
|
-
|
|
1898
|
-
export type PostApiLocationServiceCountryTimesData = {
|
|
1899
|
-
requestBody?: UniRefund_LocationService_CountryTimes_CountryTimeCreateDto;
|
|
1900
|
-
};
|
|
1901
|
-
|
|
1902
|
-
export type PostApiLocationServiceCountryTimesResponse = UniRefund_LocationService_CountryTimes_CountryTimeDto;
|
|
1317
|
+
export type GetApiLocationServiceRegionsByIdResponse = UniRefund_LocationService_Regions_RegionDto;
|
|
1903
1318
|
|
|
1904
|
-
export type
|
|
1319
|
+
export type PutApiLocationServiceRegionsByIdData = {
|
|
1905
1320
|
id: string;
|
|
1321
|
+
requestBody?: UniRefund_LocationService_Regions_RegionUpdateDto;
|
|
1906
1322
|
};
|
|
1907
1323
|
|
|
1908
|
-
export type
|
|
1324
|
+
export type PutApiLocationServiceRegionsByIdResponse = UniRefund_LocationService_Regions_RegionDto;
|
|
1909
1325
|
|
|
1910
|
-
export type
|
|
1326
|
+
export type DeleteApiLocationServiceRegionsByIdData = {
|
|
1911
1327
|
id: string;
|
|
1912
|
-
requestBody?: UniRefund_LocationService_CountryTimes_CountryTimeUpdateDto;
|
|
1913
1328
|
};
|
|
1914
1329
|
|
|
1915
|
-
export type
|
|
1330
|
+
export type DeleteApiLocationServiceRegionsByIdResponse = unknown;
|
|
1916
1331
|
|
|
1917
|
-
export type
|
|
1918
|
-
|
|
1332
|
+
export type GetApiLocationServiceRegionsGetDefaultRegionIdByCountryIdData = {
|
|
1333
|
+
countryId: string;
|
|
1919
1334
|
};
|
|
1920
1335
|
|
|
1921
|
-
export type
|
|
1336
|
+
export type GetApiLocationServiceRegionsGetDefaultRegionIdByCountryIdResponse = string;
|
|
1922
1337
|
|
|
1923
|
-
export type
|
|
1338
|
+
export type GetApiLocationServiceRegionalSettingsData = {
|
|
1924
1339
|
maxResultCount?: number;
|
|
1925
1340
|
skipCount?: number;
|
|
1926
1341
|
sorting?: string;
|
|
1927
1342
|
};
|
|
1928
1343
|
|
|
1929
|
-
export type
|
|
1344
|
+
export type GetApiLocationServiceRegionalSettingsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1930
1345
|
|
|
1931
|
-
export type
|
|
1932
|
-
requestBody?:
|
|
1346
|
+
export type PostApiLocationServiceRegionalSettingsData = {
|
|
1347
|
+
requestBody?: UniRefund_LocationService_RegionalSettings_RegionalSettingCreateDto;
|
|
1933
1348
|
};
|
|
1934
1349
|
|
|
1935
|
-
export type
|
|
1350
|
+
export type PostApiLocationServiceRegionalSettingsResponse = UniRefund_LocationService_RegionalSettings_RegionalSettingDto;
|
|
1936
1351
|
|
|
1937
|
-
export type
|
|
1352
|
+
export type GetApiLocationServiceRegionalSettingsByIdData = {
|
|
1938
1353
|
id: string;
|
|
1939
1354
|
};
|
|
1940
1355
|
|
|
1941
|
-
export type
|
|
1356
|
+
export type GetApiLocationServiceRegionalSettingsByIdResponse = UniRefund_LocationService_RegionalSettings_RegionalSettingDto;
|
|
1942
1357
|
|
|
1943
|
-
export type
|
|
1358
|
+
export type PutApiLocationServiceRegionalSettingsByIdData = {
|
|
1944
1359
|
id: string;
|
|
1945
|
-
requestBody?:
|
|
1360
|
+
requestBody?: UniRefund_LocationService_RegionalSettings_RegionalSettingUpdateDto;
|
|
1946
1361
|
};
|
|
1947
1362
|
|
|
1948
|
-
export type
|
|
1363
|
+
export type PutApiLocationServiceRegionalSettingsByIdResponse = UniRefund_LocationService_RegionalSettings_RegionalSettingDto;
|
|
1949
1364
|
|
|
1950
|
-
export type
|
|
1365
|
+
export type DeleteApiLocationServiceRegionalSettingsByIdData = {
|
|
1951
1366
|
id: string;
|
|
1952
1367
|
};
|
|
1953
1368
|
|
|
1954
|
-
export type
|
|
1955
|
-
|
|
1956
|
-
export type GetApiLocationServiceDistrictsGetByControllingCityIdByCityIdByDistrictIdData = {
|
|
1957
|
-
cityId: string;
|
|
1958
|
-
districtId: string;
|
|
1959
|
-
};
|
|
1960
|
-
|
|
1961
|
-
export type GetApiLocationServiceDistrictsGetByControllingCityIdByCityIdByDistrictIdResponse = UniRefund_LocationService_Districts_DistrictDto;
|
|
1962
|
-
|
|
1963
|
-
export type GetApiLocationServiceDistrictsExistsByControllingCityIdByCityIdByDistrictIdData = {
|
|
1964
|
-
cityId: string;
|
|
1965
|
-
districtId: string;
|
|
1966
|
-
};
|
|
1967
|
-
|
|
1968
|
-
export type GetApiLocationServiceDistrictsExistsByControllingCityIdByCityIdByDistrictIdResponse = boolean;
|
|
1969
|
-
|
|
1970
|
-
export type GetApiEnumServiceEnumsGetListByEnumTypeIdByEnumTypeIdData = {
|
|
1971
|
-
enumTypeId: string;
|
|
1972
|
-
};
|
|
1973
|
-
|
|
1974
|
-
export type GetApiEnumServiceEnumsGetListByEnumTypeIdByEnumTypeIdResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1975
|
-
|
|
1976
|
-
export type PostApiEnumServiceEnumsTranslationData = {
|
|
1977
|
-
id?: string;
|
|
1978
|
-
requestBody?: AyasofYazilim_Enum_Enums_AddEnumTranslationDto;
|
|
1979
|
-
};
|
|
1980
|
-
|
|
1981
|
-
export type PostApiEnumServiceEnumsTranslationResponse = unknown;
|
|
1982
|
-
|
|
1983
|
-
export type PostApiEnumServiceEnumsEnumTypeTranslationData = {
|
|
1984
|
-
id?: string;
|
|
1985
|
-
requestBody?: AyasofYazilim_Enum_EnumTypes_AddEnumTypeTranslationDto;
|
|
1986
|
-
};
|
|
1987
|
-
|
|
1988
|
-
export type PostApiEnumServiceEnumsEnumTypeTranslationResponse = unknown;
|
|
1989
|
-
|
|
1990
|
-
export type GetApiEnumServiceEnumsEnumTypeData = {
|
|
1991
|
-
maxResultCount?: number;
|
|
1992
|
-
skipCount?: number;
|
|
1993
|
-
sorting?: string;
|
|
1994
|
-
};
|
|
1995
|
-
|
|
1996
|
-
export type GetApiEnumServiceEnumsEnumTypeResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1997
|
-
|
|
1998
|
-
export type GetApiLocationServiceNeighborhoodsData = {
|
|
1999
|
-
maxResultCount?: number;
|
|
2000
|
-
skipCount?: number;
|
|
2001
|
-
sorting?: string;
|
|
2002
|
-
};
|
|
2003
|
-
|
|
2004
|
-
export type GetApiLocationServiceNeighborhoodsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
2005
|
-
|
|
2006
|
-
export type PostApiLocationServiceNeighborhoodsData = {
|
|
2007
|
-
requestBody?: UniRefund_LocationService_Neighborhoods_NeighborhoodCreateDto;
|
|
2008
|
-
};
|
|
2009
|
-
|
|
2010
|
-
export type PostApiLocationServiceNeighborhoodsResponse = UniRefund_LocationService_Neighborhoods_NeighborhoodDto;
|
|
2011
|
-
|
|
2012
|
-
export type GetApiLocationServiceNeighborhoodsByIdData = {
|
|
2013
|
-
id: string;
|
|
2014
|
-
};
|
|
2015
|
-
|
|
2016
|
-
export type GetApiLocationServiceNeighborhoodsByIdResponse = UniRefund_LocationService_Neighborhoods_NeighborhoodDto;
|
|
2017
|
-
|
|
2018
|
-
export type PutApiLocationServiceNeighborhoodsByIdData = {
|
|
2019
|
-
id: string;
|
|
2020
|
-
requestBody?: UniRefund_LocationService_Neighborhoods_NeighborhoodUpdateDto;
|
|
2021
|
-
};
|
|
2022
|
-
|
|
2023
|
-
export type PutApiLocationServiceNeighborhoodsByIdResponse = UniRefund_LocationService_Neighborhoods_NeighborhoodDto;
|
|
2024
|
-
|
|
2025
|
-
export type DeleteApiLocationServiceNeighborhoodsByIdData = {
|
|
2026
|
-
id: string;
|
|
2027
|
-
};
|
|
2028
|
-
|
|
2029
|
-
export type DeleteApiLocationServiceNeighborhoodsByIdResponse = unknown;
|
|
2030
|
-
|
|
2031
|
-
export type GetApiLocationServiceNeighborhoodsGetByControllingDistrictIdByNeighborhoodIdByDistrictIdData = {
|
|
2032
|
-
districtId: string;
|
|
2033
|
-
neighborhoodId: string;
|
|
2034
|
-
};
|
|
2035
|
-
|
|
2036
|
-
export type GetApiLocationServiceNeighborhoodsGetByControllingDistrictIdByNeighborhoodIdByDistrictIdResponse = boolean;
|
|
2037
|
-
|
|
2038
|
-
export type GetApiLocationServiceRegionsData = {
|
|
2039
|
-
maxResultCount?: number;
|
|
2040
|
-
skipCount?: number;
|
|
2041
|
-
sorting?: string;
|
|
2042
|
-
};
|
|
2043
|
-
|
|
2044
|
-
export type GetApiLocationServiceRegionsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
2045
|
-
|
|
2046
|
-
export type PostApiLocationServiceRegionsData = {
|
|
2047
|
-
requestBody?: UniRefund_LocationService_Regions_RegionCreateDto;
|
|
2048
|
-
};
|
|
2049
|
-
|
|
2050
|
-
export type PostApiLocationServiceRegionsResponse = UniRefund_LocationService_Regions_RegionDto;
|
|
2051
|
-
|
|
2052
|
-
export type GetApiLocationServiceRegionsByIdData = {
|
|
2053
|
-
id: string;
|
|
2054
|
-
};
|
|
2055
|
-
|
|
2056
|
-
export type GetApiLocationServiceRegionsByIdResponse = UniRefund_LocationService_Regions_RegionDto;
|
|
2057
|
-
|
|
2058
|
-
export type PutApiLocationServiceRegionsByIdData = {
|
|
2059
|
-
id: string;
|
|
2060
|
-
requestBody?: UniRefund_LocationService_Regions_RegionUpdateDto;
|
|
2061
|
-
};
|
|
2062
|
-
|
|
2063
|
-
export type PutApiLocationServiceRegionsByIdResponse = UniRefund_LocationService_Regions_RegionDto;
|
|
2064
|
-
|
|
2065
|
-
export type DeleteApiLocationServiceRegionsByIdData = {
|
|
2066
|
-
id: string;
|
|
2067
|
-
};
|
|
2068
|
-
|
|
2069
|
-
export type DeleteApiLocationServiceRegionsByIdResponse = unknown;
|
|
2070
|
-
|
|
2071
|
-
export type GetApiLocationServiceRegionsGetDefaultRegionIdByCountryIdData = {
|
|
2072
|
-
countryId: string;
|
|
2073
|
-
};
|
|
2074
|
-
|
|
2075
|
-
export type GetApiLocationServiceRegionsGetDefaultRegionIdByCountryIdResponse = string;
|
|
2076
|
-
|
|
2077
|
-
export type GetApiLocationServiceRegionsGetByControllingCountryIdbyRegionIdByCountryIdData = {
|
|
2078
|
-
countryId: string;
|
|
2079
|
-
regionId: string;
|
|
2080
|
-
};
|
|
2081
|
-
|
|
2082
|
-
export type GetApiLocationServiceRegionsGetByControllingCountryIdbyRegionIdByCountryIdResponse = UniRefund_LocationService_Regions_RegionDto;
|
|
2083
|
-
|
|
2084
|
-
export type GetApiLocationServiceRegionsExistsByControllingCountryIdByRegionIdByCountryIdData = {
|
|
2085
|
-
countryId: string;
|
|
2086
|
-
regionId: string;
|
|
2087
|
-
};
|
|
2088
|
-
|
|
2089
|
-
export type GetApiLocationServiceRegionsExistsByControllingCountryIdByRegionIdByCountryIdResponse = boolean;
|
|
2090
|
-
|
|
2091
|
-
export type GetApiLocationServiceRegionalSettingsData = {
|
|
2092
|
-
maxResultCount?: number;
|
|
2093
|
-
skipCount?: number;
|
|
2094
|
-
sorting?: string;
|
|
2095
|
-
};
|
|
2096
|
-
|
|
2097
|
-
export type GetApiLocationServiceRegionalSettingsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
2098
|
-
|
|
2099
|
-
export type PostApiLocationServiceRegionalSettingsData = {
|
|
2100
|
-
requestBody?: UniRefund_LocationService_RegionalSettings_RegionalSettingCreateDto;
|
|
2101
|
-
};
|
|
2102
|
-
|
|
2103
|
-
export type PostApiLocationServiceRegionalSettingsResponse = UniRefund_LocationService_RegionalSettings_RegionalSettingDto;
|
|
2104
|
-
|
|
2105
|
-
export type GetApiLocationServiceRegionalSettingsByIdData = {
|
|
2106
|
-
id: string;
|
|
2107
|
-
};
|
|
2108
|
-
|
|
2109
|
-
export type GetApiLocationServiceRegionalSettingsByIdResponse = UniRefund_LocationService_RegionalSettings_RegionalSettingDto;
|
|
2110
|
-
|
|
2111
|
-
export type PutApiLocationServiceRegionalSettingsByIdData = {
|
|
2112
|
-
id: string;
|
|
2113
|
-
requestBody?: UniRefund_LocationService_RegionalSettings_RegionalSettingUpdateDto;
|
|
2114
|
-
};
|
|
2115
|
-
|
|
2116
|
-
export type PutApiLocationServiceRegionalSettingsByIdResponse = UniRefund_LocationService_RegionalSettings_RegionalSettingDto;
|
|
2117
|
-
|
|
2118
|
-
export type DeleteApiLocationServiceRegionalSettingsByIdData = {
|
|
2119
|
-
id: string;
|
|
2120
|
-
};
|
|
2121
|
-
|
|
2122
|
-
export type DeleteApiLocationServiceRegionalSettingsByIdResponse = unknown;
|
|
1369
|
+
export type DeleteApiLocationServiceRegionalSettingsByIdResponse = unknown;
|
|
2123
1370
|
|
|
2124
1371
|
export type $OpenApiTs = {
|
|
2125
1372
|
'/api/abp/api-definition': {
|
|
@@ -2199,2111 +1446,7 @@ export type $OpenApiTs = {
|
|
|
2199
1446
|
/**
|
|
2200
1447
|
* Success
|
|
2201
1448
|
*/
|
|
2202
|
-
200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
|
|
2203
|
-
/**
|
|
2204
|
-
* Bad Request
|
|
2205
|
-
*/
|
|
2206
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2207
|
-
/**
|
|
2208
|
-
* Unauthorized
|
|
2209
|
-
*/
|
|
2210
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2211
|
-
/**
|
|
2212
|
-
* Forbidden
|
|
2213
|
-
*/
|
|
2214
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2215
|
-
/**
|
|
2216
|
-
* Not Found
|
|
2217
|
-
*/
|
|
2218
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2219
|
-
/**
|
|
2220
|
-
* Server Error
|
|
2221
|
-
*/
|
|
2222
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2223
|
-
/**
|
|
2224
|
-
* Server Error
|
|
2225
|
-
*/
|
|
2226
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2227
|
-
};
|
|
2228
|
-
};
|
|
2229
|
-
};
|
|
2230
|
-
'/api/location-service/addresses': {
|
|
2231
|
-
get: {
|
|
2232
|
-
req: GetApiLocationServiceAddressesData;
|
|
2233
|
-
res: {
|
|
2234
|
-
/**
|
|
2235
|
-
* Success
|
|
2236
|
-
*/
|
|
2237
|
-
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
2238
|
-
/**
|
|
2239
|
-
* Bad Request
|
|
2240
|
-
*/
|
|
2241
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2242
|
-
/**
|
|
2243
|
-
* Unauthorized
|
|
2244
|
-
*/
|
|
2245
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2246
|
-
/**
|
|
2247
|
-
* Forbidden
|
|
2248
|
-
*/
|
|
2249
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2250
|
-
/**
|
|
2251
|
-
* Not Found
|
|
2252
|
-
*/
|
|
2253
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2254
|
-
/**
|
|
2255
|
-
* Server Error
|
|
2256
|
-
*/
|
|
2257
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2258
|
-
/**
|
|
2259
|
-
* Server Error
|
|
2260
|
-
*/
|
|
2261
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2262
|
-
};
|
|
2263
|
-
};
|
|
2264
|
-
post: {
|
|
2265
|
-
req: PostApiLocationServiceAddressesData;
|
|
2266
|
-
res: {
|
|
2267
|
-
/**
|
|
2268
|
-
* Success
|
|
2269
|
-
*/
|
|
2270
|
-
200: UniRefund_LocationService_Addresses_AddressDto;
|
|
2271
|
-
/**
|
|
2272
|
-
* Bad Request
|
|
2273
|
-
*/
|
|
2274
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2275
|
-
/**
|
|
2276
|
-
* Unauthorized
|
|
2277
|
-
*/
|
|
2278
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2279
|
-
/**
|
|
2280
|
-
* Forbidden
|
|
2281
|
-
*/
|
|
2282
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2283
|
-
/**
|
|
2284
|
-
* Not Found
|
|
2285
|
-
*/
|
|
2286
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2287
|
-
/**
|
|
2288
|
-
* Server Error
|
|
2289
|
-
*/
|
|
2290
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2291
|
-
/**
|
|
2292
|
-
* Server Error
|
|
2293
|
-
*/
|
|
2294
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2295
|
-
};
|
|
2296
|
-
};
|
|
2297
|
-
};
|
|
2298
|
-
'/api/location-service/addresses/{id}': {
|
|
2299
|
-
get: {
|
|
2300
|
-
req: GetApiLocationServiceAddressesByIdData;
|
|
2301
|
-
res: {
|
|
2302
|
-
/**
|
|
2303
|
-
* Success
|
|
2304
|
-
*/
|
|
2305
|
-
200: UniRefund_LocationService_Addresses_AddressDto;
|
|
2306
|
-
/**
|
|
2307
|
-
* Bad Request
|
|
2308
|
-
*/
|
|
2309
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2310
|
-
/**
|
|
2311
|
-
* Unauthorized
|
|
2312
|
-
*/
|
|
2313
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2314
|
-
/**
|
|
2315
|
-
* Forbidden
|
|
2316
|
-
*/
|
|
2317
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2318
|
-
/**
|
|
2319
|
-
* Not Found
|
|
2320
|
-
*/
|
|
2321
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2322
|
-
/**
|
|
2323
|
-
* Server Error
|
|
2324
|
-
*/
|
|
2325
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2326
|
-
/**
|
|
2327
|
-
* Server Error
|
|
2328
|
-
*/
|
|
2329
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2330
|
-
};
|
|
2331
|
-
};
|
|
2332
|
-
put: {
|
|
2333
|
-
req: PutApiLocationServiceAddressesByIdData;
|
|
2334
|
-
res: {
|
|
2335
|
-
/**
|
|
2336
|
-
* Success
|
|
2337
|
-
*/
|
|
2338
|
-
200: UniRefund_LocationService_Addresses_AddressDto;
|
|
2339
|
-
/**
|
|
2340
|
-
* Bad Request
|
|
2341
|
-
*/
|
|
2342
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2343
|
-
/**
|
|
2344
|
-
* Unauthorized
|
|
2345
|
-
*/
|
|
2346
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2347
|
-
/**
|
|
2348
|
-
* Forbidden
|
|
2349
|
-
*/
|
|
2350
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2351
|
-
/**
|
|
2352
|
-
* Not Found
|
|
2353
|
-
*/
|
|
2354
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2355
|
-
/**
|
|
2356
|
-
* Server Error
|
|
2357
|
-
*/
|
|
2358
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2359
|
-
/**
|
|
2360
|
-
* Server Error
|
|
2361
|
-
*/
|
|
2362
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2363
|
-
};
|
|
2364
|
-
};
|
|
2365
|
-
delete: {
|
|
2366
|
-
req: DeleteApiLocationServiceAddressesByIdData;
|
|
2367
|
-
res: {
|
|
2368
|
-
/**
|
|
2369
|
-
* Success
|
|
2370
|
-
*/
|
|
2371
|
-
200: unknown;
|
|
2372
|
-
/**
|
|
2373
|
-
* Bad Request
|
|
2374
|
-
*/
|
|
2375
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2376
|
-
/**
|
|
2377
|
-
* Unauthorized
|
|
2378
|
-
*/
|
|
2379
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2380
|
-
/**
|
|
2381
|
-
* Forbidden
|
|
2382
|
-
*/
|
|
2383
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2384
|
-
/**
|
|
2385
|
-
* Not Found
|
|
2386
|
-
*/
|
|
2387
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2388
|
-
/**
|
|
2389
|
-
* Server Error
|
|
2390
|
-
*/
|
|
2391
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2392
|
-
/**
|
|
2393
|
-
* Server Error
|
|
2394
|
-
*/
|
|
2395
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2396
|
-
};
|
|
2397
|
-
};
|
|
2398
|
-
};
|
|
2399
|
-
'/api/location-service/addresses/get-detail/{id}': {
|
|
2400
|
-
get: {
|
|
2401
|
-
req: GetApiLocationServiceAddressesGetDetailByIdData;
|
|
2402
|
-
res: {
|
|
2403
|
-
/**
|
|
2404
|
-
* Success
|
|
2405
|
-
*/
|
|
2406
|
-
200: UniRefund_LocationService_Addresses_AddressDto;
|
|
2407
|
-
/**
|
|
2408
|
-
* Bad Request
|
|
2409
|
-
*/
|
|
2410
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2411
|
-
/**
|
|
2412
|
-
* Unauthorized
|
|
2413
|
-
*/
|
|
2414
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2415
|
-
/**
|
|
2416
|
-
* Forbidden
|
|
2417
|
-
*/
|
|
2418
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2419
|
-
/**
|
|
2420
|
-
* Not Found
|
|
2421
|
-
*/
|
|
2422
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2423
|
-
/**
|
|
2424
|
-
* Server Error
|
|
2425
|
-
*/
|
|
2426
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2427
|
-
/**
|
|
2428
|
-
* Server Error
|
|
2429
|
-
*/
|
|
2430
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2431
|
-
};
|
|
2432
|
-
};
|
|
2433
|
-
};
|
|
2434
|
-
'/api/location-service/addresses/get-list-detail': {
|
|
2435
|
-
get: {
|
|
2436
|
-
req: GetApiLocationServiceAddressesGetListDetailData;
|
|
2437
|
-
res: {
|
|
2438
|
-
/**
|
|
2439
|
-
* Success
|
|
2440
|
-
*/
|
|
2441
|
-
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
2442
|
-
/**
|
|
2443
|
-
* Bad Request
|
|
2444
|
-
*/
|
|
2445
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2446
|
-
/**
|
|
2447
|
-
* Unauthorized
|
|
2448
|
-
*/
|
|
2449
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2450
|
-
/**
|
|
2451
|
-
* Forbidden
|
|
2452
|
-
*/
|
|
2453
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2454
|
-
/**
|
|
2455
|
-
* Not Found
|
|
2456
|
-
*/
|
|
2457
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2458
|
-
/**
|
|
2459
|
-
* Server Error
|
|
2460
|
-
*/
|
|
2461
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2462
|
-
/**
|
|
2463
|
-
* Server Error
|
|
2464
|
-
*/
|
|
2465
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2466
|
-
};
|
|
2467
|
-
};
|
|
2468
|
-
};
|
|
2469
|
-
'/api/location-service/cities': {
|
|
2470
|
-
get: {
|
|
2471
|
-
req: GetApiLocationServiceCitiesData;
|
|
2472
|
-
res: {
|
|
2473
|
-
/**
|
|
2474
|
-
* Success
|
|
2475
|
-
*/
|
|
2476
|
-
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
2477
|
-
/**
|
|
2478
|
-
* Bad Request
|
|
2479
|
-
*/
|
|
2480
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2481
|
-
/**
|
|
2482
|
-
* Unauthorized
|
|
2483
|
-
*/
|
|
2484
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2485
|
-
/**
|
|
2486
|
-
* Forbidden
|
|
2487
|
-
*/
|
|
2488
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2489
|
-
/**
|
|
2490
|
-
* Not Found
|
|
2491
|
-
*/
|
|
2492
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2493
|
-
/**
|
|
2494
|
-
* Server Error
|
|
2495
|
-
*/
|
|
2496
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2497
|
-
/**
|
|
2498
|
-
* Server Error
|
|
2499
|
-
*/
|
|
2500
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2501
|
-
};
|
|
2502
|
-
};
|
|
2503
|
-
post: {
|
|
2504
|
-
req: PostApiLocationServiceCitiesData;
|
|
2505
|
-
res: {
|
|
2506
|
-
/**
|
|
2507
|
-
* Success
|
|
2508
|
-
*/
|
|
2509
|
-
200: UniRefund_LocationService_Cities_CityDto;
|
|
2510
|
-
/**
|
|
2511
|
-
* Bad Request
|
|
2512
|
-
*/
|
|
2513
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2514
|
-
/**
|
|
2515
|
-
* Unauthorized
|
|
2516
|
-
*/
|
|
2517
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2518
|
-
/**
|
|
2519
|
-
* Forbidden
|
|
2520
|
-
*/
|
|
2521
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2522
|
-
/**
|
|
2523
|
-
* Not Found
|
|
2524
|
-
*/
|
|
2525
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2526
|
-
/**
|
|
2527
|
-
* Server Error
|
|
2528
|
-
*/
|
|
2529
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2530
|
-
/**
|
|
2531
|
-
* Server Error
|
|
2532
|
-
*/
|
|
2533
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2534
|
-
};
|
|
2535
|
-
};
|
|
2536
|
-
};
|
|
2537
|
-
'/api/location-service/cities/{id}': {
|
|
2538
|
-
get: {
|
|
2539
|
-
req: GetApiLocationServiceCitiesByIdData;
|
|
2540
|
-
res: {
|
|
2541
|
-
/**
|
|
2542
|
-
* Success
|
|
2543
|
-
*/
|
|
2544
|
-
200: UniRefund_LocationService_Cities_CityDto;
|
|
2545
|
-
/**
|
|
2546
|
-
* Bad Request
|
|
2547
|
-
*/
|
|
2548
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2549
|
-
/**
|
|
2550
|
-
* Unauthorized
|
|
2551
|
-
*/
|
|
2552
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2553
|
-
/**
|
|
2554
|
-
* Forbidden
|
|
2555
|
-
*/
|
|
2556
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2557
|
-
/**
|
|
2558
|
-
* Not Found
|
|
2559
|
-
*/
|
|
2560
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2561
|
-
/**
|
|
2562
|
-
* Server Error
|
|
2563
|
-
*/
|
|
2564
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2565
|
-
/**
|
|
2566
|
-
* Server Error
|
|
2567
|
-
*/
|
|
2568
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2569
|
-
};
|
|
2570
|
-
};
|
|
2571
|
-
put: {
|
|
2572
|
-
req: PutApiLocationServiceCitiesByIdData;
|
|
2573
|
-
res: {
|
|
2574
|
-
/**
|
|
2575
|
-
* Success
|
|
2576
|
-
*/
|
|
2577
|
-
200: UniRefund_LocationService_Cities_CityDto;
|
|
2578
|
-
/**
|
|
2579
|
-
* Bad Request
|
|
2580
|
-
*/
|
|
2581
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2582
|
-
/**
|
|
2583
|
-
* Unauthorized
|
|
2584
|
-
*/
|
|
2585
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2586
|
-
/**
|
|
2587
|
-
* Forbidden
|
|
2588
|
-
*/
|
|
2589
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2590
|
-
/**
|
|
2591
|
-
* Not Found
|
|
2592
|
-
*/
|
|
2593
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2594
|
-
/**
|
|
2595
|
-
* Server Error
|
|
2596
|
-
*/
|
|
2597
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2598
|
-
/**
|
|
2599
|
-
* Server Error
|
|
2600
|
-
*/
|
|
2601
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2602
|
-
};
|
|
2603
|
-
};
|
|
2604
|
-
delete: {
|
|
2605
|
-
req: DeleteApiLocationServiceCitiesByIdData;
|
|
2606
|
-
res: {
|
|
2607
|
-
/**
|
|
2608
|
-
* Success
|
|
2609
|
-
*/
|
|
2610
|
-
200: unknown;
|
|
2611
|
-
/**
|
|
2612
|
-
* Bad Request
|
|
2613
|
-
*/
|
|
2614
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2615
|
-
/**
|
|
2616
|
-
* Unauthorized
|
|
2617
|
-
*/
|
|
2618
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2619
|
-
/**
|
|
2620
|
-
* Forbidden
|
|
2621
|
-
*/
|
|
2622
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2623
|
-
/**
|
|
2624
|
-
* Not Found
|
|
2625
|
-
*/
|
|
2626
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2627
|
-
/**
|
|
2628
|
-
* Server Error
|
|
2629
|
-
*/
|
|
2630
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2631
|
-
/**
|
|
2632
|
-
* Server Error
|
|
2633
|
-
*/
|
|
2634
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2635
|
-
};
|
|
2636
|
-
};
|
|
2637
|
-
};
|
|
2638
|
-
'/api/location-service/cities/get-by-controlling-regionId/{cityId}/{regionId}': {
|
|
2639
|
-
get: {
|
|
2640
|
-
req: GetApiLocationServiceCitiesGetByControllingRegionIdByCityIdByRegionIdData;
|
|
2641
|
-
res: {
|
|
2642
|
-
/**
|
|
2643
|
-
* Success
|
|
2644
|
-
*/
|
|
2645
|
-
200: UniRefund_LocationService_Cities_CityDto;
|
|
2646
|
-
/**
|
|
2647
|
-
* Bad Request
|
|
2648
|
-
*/
|
|
2649
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2650
|
-
/**
|
|
2651
|
-
* Unauthorized
|
|
2652
|
-
*/
|
|
2653
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2654
|
-
/**
|
|
2655
|
-
* Forbidden
|
|
2656
|
-
*/
|
|
2657
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2658
|
-
/**
|
|
2659
|
-
* Not Found
|
|
2660
|
-
*/
|
|
2661
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2662
|
-
/**
|
|
2663
|
-
* Server Error
|
|
2664
|
-
*/
|
|
2665
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2666
|
-
/**
|
|
2667
|
-
* Server Error
|
|
2668
|
-
*/
|
|
2669
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2670
|
-
};
|
|
2671
|
-
};
|
|
2672
|
-
};
|
|
2673
|
-
'/api/location-service/cities/exists-by-controlling-regionId/{cityId}/{regionId}': {
|
|
2674
|
-
get: {
|
|
2675
|
-
req: GetApiLocationServiceCitiesExistsByControllingRegionIdByCityIdByRegionIdData;
|
|
2676
|
-
res: {
|
|
2677
|
-
/**
|
|
2678
|
-
* Success
|
|
2679
|
-
*/
|
|
2680
|
-
200: boolean;
|
|
2681
|
-
/**
|
|
2682
|
-
* Bad Request
|
|
2683
|
-
*/
|
|
2684
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2685
|
-
/**
|
|
2686
|
-
* Unauthorized
|
|
2687
|
-
*/
|
|
2688
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2689
|
-
/**
|
|
2690
|
-
* Forbidden
|
|
2691
|
-
*/
|
|
2692
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2693
|
-
/**
|
|
2694
|
-
* Not Found
|
|
2695
|
-
*/
|
|
2696
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2697
|
-
/**
|
|
2698
|
-
* Server Error
|
|
2699
|
-
*/
|
|
2700
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2701
|
-
/**
|
|
2702
|
-
* Server Error
|
|
2703
|
-
*/
|
|
2704
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2705
|
-
};
|
|
2706
|
-
};
|
|
2707
|
-
};
|
|
2708
|
-
'/api/location-service/countries': {
|
|
2709
|
-
get: {
|
|
2710
|
-
req: GetApiLocationServiceCountriesData;
|
|
2711
|
-
res: {
|
|
2712
|
-
/**
|
|
2713
|
-
* Success
|
|
2714
|
-
*/
|
|
2715
|
-
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
2716
|
-
/**
|
|
2717
|
-
* Bad Request
|
|
2718
|
-
*/
|
|
2719
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2720
|
-
/**
|
|
2721
|
-
* Unauthorized
|
|
2722
|
-
*/
|
|
2723
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2724
|
-
/**
|
|
2725
|
-
* Forbidden
|
|
2726
|
-
*/
|
|
2727
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2728
|
-
/**
|
|
2729
|
-
* Not Found
|
|
2730
|
-
*/
|
|
2731
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2732
|
-
/**
|
|
2733
|
-
* Server Error
|
|
2734
|
-
*/
|
|
2735
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2736
|
-
/**
|
|
2737
|
-
* Server Error
|
|
2738
|
-
*/
|
|
2739
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2740
|
-
};
|
|
2741
|
-
};
|
|
2742
|
-
post: {
|
|
2743
|
-
req: PostApiLocationServiceCountriesData;
|
|
2744
|
-
res: {
|
|
2745
|
-
/**
|
|
2746
|
-
* Success
|
|
2747
|
-
*/
|
|
2748
|
-
200: UniRefund_LocationService_Countries_CountryDto;
|
|
2749
|
-
/**
|
|
2750
|
-
* Bad Request
|
|
2751
|
-
*/
|
|
2752
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2753
|
-
/**
|
|
2754
|
-
* Unauthorized
|
|
2755
|
-
*/
|
|
2756
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2757
|
-
/**
|
|
2758
|
-
* Forbidden
|
|
2759
|
-
*/
|
|
2760
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2761
|
-
/**
|
|
2762
|
-
* Not Found
|
|
2763
|
-
*/
|
|
2764
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2765
|
-
/**
|
|
2766
|
-
* Server Error
|
|
2767
|
-
*/
|
|
2768
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2769
|
-
/**
|
|
2770
|
-
* Server Error
|
|
2771
|
-
*/
|
|
2772
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2773
|
-
};
|
|
2774
|
-
};
|
|
2775
|
-
};
|
|
2776
|
-
'/api/location-service/countries/{id}': {
|
|
2777
|
-
get: {
|
|
2778
|
-
req: GetApiLocationServiceCountriesByIdData;
|
|
2779
|
-
res: {
|
|
2780
|
-
/**
|
|
2781
|
-
* Success
|
|
2782
|
-
*/
|
|
2783
|
-
200: UniRefund_LocationService_Countries_CountryDto;
|
|
2784
|
-
/**
|
|
2785
|
-
* Bad Request
|
|
2786
|
-
*/
|
|
2787
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2788
|
-
/**
|
|
2789
|
-
* Unauthorized
|
|
2790
|
-
*/
|
|
2791
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2792
|
-
/**
|
|
2793
|
-
* Forbidden
|
|
2794
|
-
*/
|
|
2795
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2796
|
-
/**
|
|
2797
|
-
* Not Found
|
|
2798
|
-
*/
|
|
2799
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2800
|
-
/**
|
|
2801
|
-
* Server Error
|
|
2802
|
-
*/
|
|
2803
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2804
|
-
/**
|
|
2805
|
-
* Server Error
|
|
2806
|
-
*/
|
|
2807
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2808
|
-
};
|
|
2809
|
-
};
|
|
2810
|
-
put: {
|
|
2811
|
-
req: PutApiLocationServiceCountriesByIdData;
|
|
2812
|
-
res: {
|
|
2813
|
-
/**
|
|
2814
|
-
* Success
|
|
2815
|
-
*/
|
|
2816
|
-
200: UniRefund_LocationService_Countries_CountryDto;
|
|
2817
|
-
/**
|
|
2818
|
-
* Bad Request
|
|
2819
|
-
*/
|
|
2820
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2821
|
-
/**
|
|
2822
|
-
* Unauthorized
|
|
2823
|
-
*/
|
|
2824
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2825
|
-
/**
|
|
2826
|
-
* Forbidden
|
|
2827
|
-
*/
|
|
2828
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2829
|
-
/**
|
|
2830
|
-
* Not Found
|
|
2831
|
-
*/
|
|
2832
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2833
|
-
/**
|
|
2834
|
-
* Server Error
|
|
2835
|
-
*/
|
|
2836
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2837
|
-
/**
|
|
2838
|
-
* Server Error
|
|
2839
|
-
*/
|
|
2840
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2841
|
-
};
|
|
2842
|
-
};
|
|
2843
|
-
delete: {
|
|
2844
|
-
req: DeleteApiLocationServiceCountriesByIdData;
|
|
2845
|
-
res: {
|
|
2846
|
-
/**
|
|
2847
|
-
* Success
|
|
2848
|
-
*/
|
|
2849
|
-
200: unknown;
|
|
2850
|
-
/**
|
|
2851
|
-
* Bad Request
|
|
2852
|
-
*/
|
|
2853
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2854
|
-
/**
|
|
2855
|
-
* Unauthorized
|
|
2856
|
-
*/
|
|
2857
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2858
|
-
/**
|
|
2859
|
-
* Forbidden
|
|
2860
|
-
*/
|
|
2861
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2862
|
-
/**
|
|
2863
|
-
* Not Found
|
|
2864
|
-
*/
|
|
2865
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2866
|
-
/**
|
|
2867
|
-
* Server Error
|
|
2868
|
-
*/
|
|
2869
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2870
|
-
/**
|
|
2871
|
-
* Server Error
|
|
2872
|
-
*/
|
|
2873
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2874
|
-
};
|
|
2875
|
-
};
|
|
2876
|
-
};
|
|
2877
|
-
'/api/location-service/countries/exists/{countryId}': {
|
|
2878
|
-
get: {
|
|
2879
|
-
req: GetApiLocationServiceCountriesExistsByCountryIdData;
|
|
2880
|
-
res: {
|
|
2881
|
-
/**
|
|
2882
|
-
* Success
|
|
2883
|
-
*/
|
|
2884
|
-
200: boolean;
|
|
2885
|
-
/**
|
|
2886
|
-
* Bad Request
|
|
2887
|
-
*/
|
|
2888
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2889
|
-
/**
|
|
2890
|
-
* Unauthorized
|
|
2891
|
-
*/
|
|
2892
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2893
|
-
/**
|
|
2894
|
-
* Forbidden
|
|
2895
|
-
*/
|
|
2896
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2897
|
-
/**
|
|
2898
|
-
* Not Found
|
|
2899
|
-
*/
|
|
2900
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2901
|
-
/**
|
|
2902
|
-
* Server Error
|
|
2903
|
-
*/
|
|
2904
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2905
|
-
/**
|
|
2906
|
-
* Server Error
|
|
2907
|
-
*/
|
|
2908
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2909
|
-
};
|
|
2910
|
-
};
|
|
2911
|
-
};
|
|
2912
|
-
'/api/location-service/countries/names': {
|
|
2913
|
-
get: {
|
|
2914
|
-
req: GetApiLocationServiceCountriesNamesData;
|
|
2915
|
-
res: {
|
|
2916
|
-
/**
|
|
2917
|
-
* Success
|
|
2918
|
-
*/
|
|
2919
|
-
200: Array<UniRefund_LocationService_Countries_GetCountryNameDto>;
|
|
2920
|
-
/**
|
|
2921
|
-
* Bad Request
|
|
2922
|
-
*/
|
|
2923
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2924
|
-
/**
|
|
2925
|
-
* Unauthorized
|
|
2926
|
-
*/
|
|
2927
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2928
|
-
/**
|
|
2929
|
-
* Forbidden
|
|
2930
|
-
*/
|
|
2931
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2932
|
-
/**
|
|
2933
|
-
* Not Found
|
|
2934
|
-
*/
|
|
2935
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2936
|
-
/**
|
|
2937
|
-
* Server Error
|
|
2938
|
-
*/
|
|
2939
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2940
|
-
/**
|
|
2941
|
-
* Server Error
|
|
2942
|
-
*/
|
|
2943
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2944
|
-
};
|
|
2945
|
-
};
|
|
2946
|
-
};
|
|
2947
|
-
'/api/location-service/country-continent-enums': {
|
|
2948
|
-
get: {
|
|
2949
|
-
req: GetApiLocationServiceCountryContinentEnumsData;
|
|
2950
|
-
res: {
|
|
2951
|
-
/**
|
|
2952
|
-
* Success
|
|
2953
|
-
*/
|
|
2954
|
-
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
2955
|
-
/**
|
|
2956
|
-
* Bad Request
|
|
2957
|
-
*/
|
|
2958
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2959
|
-
/**
|
|
2960
|
-
* Unauthorized
|
|
2961
|
-
*/
|
|
2962
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2963
|
-
/**
|
|
2964
|
-
* Forbidden
|
|
2965
|
-
*/
|
|
2966
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2967
|
-
/**
|
|
2968
|
-
* Not Found
|
|
2969
|
-
*/
|
|
2970
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2971
|
-
/**
|
|
2972
|
-
* Server Error
|
|
2973
|
-
*/
|
|
2974
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2975
|
-
/**
|
|
2976
|
-
* Server Error
|
|
2977
|
-
*/
|
|
2978
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2979
|
-
};
|
|
2980
|
-
};
|
|
2981
|
-
post: {
|
|
2982
|
-
req: PostApiLocationServiceCountryContinentEnumsData;
|
|
2983
|
-
res: {
|
|
2984
|
-
/**
|
|
2985
|
-
* Success
|
|
2986
|
-
*/
|
|
2987
|
-
200: UniRefund_LocationService_Countries_CountryContinentEnums_CountryContinentEnumDto;
|
|
2988
|
-
/**
|
|
2989
|
-
* Bad Request
|
|
2990
|
-
*/
|
|
2991
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2992
|
-
/**
|
|
2993
|
-
* Unauthorized
|
|
2994
|
-
*/
|
|
2995
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2996
|
-
/**
|
|
2997
|
-
* Forbidden
|
|
2998
|
-
*/
|
|
2999
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3000
|
-
/**
|
|
3001
|
-
* Not Found
|
|
3002
|
-
*/
|
|
3003
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3004
|
-
/**
|
|
3005
|
-
* Server Error
|
|
3006
|
-
*/
|
|
3007
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3008
|
-
/**
|
|
3009
|
-
* Server Error
|
|
3010
|
-
*/
|
|
3011
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3012
|
-
};
|
|
3013
|
-
};
|
|
3014
|
-
};
|
|
3015
|
-
'/api/location-service/country-continent-enums/{id}': {
|
|
3016
|
-
get: {
|
|
3017
|
-
req: GetApiLocationServiceCountryContinentEnumsByIdData;
|
|
3018
|
-
res: {
|
|
3019
|
-
/**
|
|
3020
|
-
* Success
|
|
3021
|
-
*/
|
|
3022
|
-
200: UniRefund_LocationService_Countries_CountryContinentEnums_CountryContinentEnumDto;
|
|
3023
|
-
/**
|
|
3024
|
-
* Bad Request
|
|
3025
|
-
*/
|
|
3026
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3027
|
-
/**
|
|
3028
|
-
* Unauthorized
|
|
3029
|
-
*/
|
|
3030
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3031
|
-
/**
|
|
3032
|
-
* Forbidden
|
|
3033
|
-
*/
|
|
3034
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3035
|
-
/**
|
|
3036
|
-
* Not Found
|
|
3037
|
-
*/
|
|
3038
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3039
|
-
/**
|
|
3040
|
-
* Server Error
|
|
3041
|
-
*/
|
|
3042
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3043
|
-
/**
|
|
3044
|
-
* Server Error
|
|
3045
|
-
*/
|
|
3046
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3047
|
-
};
|
|
3048
|
-
};
|
|
3049
|
-
put: {
|
|
3050
|
-
req: PutApiLocationServiceCountryContinentEnumsByIdData;
|
|
3051
|
-
res: {
|
|
3052
|
-
/**
|
|
3053
|
-
* Success
|
|
3054
|
-
*/
|
|
3055
|
-
200: UniRefund_LocationService_Countries_CountryContinentEnums_CountryContinentEnumDto;
|
|
3056
|
-
/**
|
|
3057
|
-
* Bad Request
|
|
3058
|
-
*/
|
|
3059
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3060
|
-
/**
|
|
3061
|
-
* Unauthorized
|
|
3062
|
-
*/
|
|
3063
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3064
|
-
/**
|
|
3065
|
-
* Forbidden
|
|
3066
|
-
*/
|
|
3067
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3068
|
-
/**
|
|
3069
|
-
* Not Found
|
|
3070
|
-
*/
|
|
3071
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3072
|
-
/**
|
|
3073
|
-
* Server Error
|
|
3074
|
-
*/
|
|
3075
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3076
|
-
/**
|
|
3077
|
-
* Server Error
|
|
3078
|
-
*/
|
|
3079
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3080
|
-
};
|
|
3081
|
-
};
|
|
3082
|
-
delete: {
|
|
3083
|
-
req: DeleteApiLocationServiceCountryContinentEnumsByIdData;
|
|
3084
|
-
res: {
|
|
3085
|
-
/**
|
|
3086
|
-
* Success
|
|
3087
|
-
*/
|
|
3088
|
-
200: unknown;
|
|
3089
|
-
/**
|
|
3090
|
-
* Bad Request
|
|
3091
|
-
*/
|
|
3092
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3093
|
-
/**
|
|
3094
|
-
* Unauthorized
|
|
3095
|
-
*/
|
|
3096
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3097
|
-
/**
|
|
3098
|
-
* Forbidden
|
|
3099
|
-
*/
|
|
3100
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3101
|
-
/**
|
|
3102
|
-
* Not Found
|
|
3103
|
-
*/
|
|
3104
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3105
|
-
/**
|
|
3106
|
-
* Server Error
|
|
3107
|
-
*/
|
|
3108
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3109
|
-
/**
|
|
3110
|
-
* Server Error
|
|
3111
|
-
*/
|
|
3112
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3113
|
-
};
|
|
3114
|
-
};
|
|
3115
|
-
};
|
|
3116
|
-
'/api/location-service/country-currencies': {
|
|
3117
|
-
get: {
|
|
3118
|
-
req: GetApiLocationServiceCountryCurrenciesData;
|
|
3119
|
-
res: {
|
|
3120
|
-
/**
|
|
3121
|
-
* Success
|
|
3122
|
-
*/
|
|
3123
|
-
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
3124
|
-
/**
|
|
3125
|
-
* Bad Request
|
|
3126
|
-
*/
|
|
3127
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3128
|
-
/**
|
|
3129
|
-
* Unauthorized
|
|
3130
|
-
*/
|
|
3131
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3132
|
-
/**
|
|
3133
|
-
* Forbidden
|
|
3134
|
-
*/
|
|
3135
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3136
|
-
/**
|
|
3137
|
-
* Not Found
|
|
3138
|
-
*/
|
|
3139
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3140
|
-
/**
|
|
3141
|
-
* Server Error
|
|
3142
|
-
*/
|
|
3143
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3144
|
-
/**
|
|
3145
|
-
* Server Error
|
|
3146
|
-
*/
|
|
3147
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3148
|
-
};
|
|
3149
|
-
};
|
|
3150
|
-
post: {
|
|
3151
|
-
req: PostApiLocationServiceCountryCurrenciesData;
|
|
3152
|
-
res: {
|
|
3153
|
-
/**
|
|
3154
|
-
* Success
|
|
3155
|
-
*/
|
|
3156
|
-
200: UniRefund_LocationService_CountryCurrencies_CountryCurrencyDto;
|
|
3157
|
-
/**
|
|
3158
|
-
* Bad Request
|
|
3159
|
-
*/
|
|
3160
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3161
|
-
/**
|
|
3162
|
-
* Unauthorized
|
|
3163
|
-
*/
|
|
3164
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3165
|
-
/**
|
|
3166
|
-
* Forbidden
|
|
3167
|
-
*/
|
|
3168
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3169
|
-
/**
|
|
3170
|
-
* Not Found
|
|
3171
|
-
*/
|
|
3172
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3173
|
-
/**
|
|
3174
|
-
* Server Error
|
|
3175
|
-
*/
|
|
3176
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3177
|
-
/**
|
|
3178
|
-
* Server Error
|
|
3179
|
-
*/
|
|
3180
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3181
|
-
};
|
|
3182
|
-
};
|
|
3183
|
-
};
|
|
3184
|
-
'/api/location-service/country-currencies/{id}': {
|
|
3185
|
-
get: {
|
|
3186
|
-
req: GetApiLocationServiceCountryCurrenciesByIdData;
|
|
3187
|
-
res: {
|
|
3188
|
-
/**
|
|
3189
|
-
* Success
|
|
3190
|
-
*/
|
|
3191
|
-
200: UniRefund_LocationService_CountryCurrencies_CountryCurrencyDto;
|
|
3192
|
-
/**
|
|
3193
|
-
* Bad Request
|
|
3194
|
-
*/
|
|
3195
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3196
|
-
/**
|
|
3197
|
-
* Unauthorized
|
|
3198
|
-
*/
|
|
3199
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3200
|
-
/**
|
|
3201
|
-
* Forbidden
|
|
3202
|
-
*/
|
|
3203
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3204
|
-
/**
|
|
3205
|
-
* Not Found
|
|
3206
|
-
*/
|
|
3207
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3208
|
-
/**
|
|
3209
|
-
* Server Error
|
|
3210
|
-
*/
|
|
3211
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3212
|
-
/**
|
|
3213
|
-
* Server Error
|
|
3214
|
-
*/
|
|
3215
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3216
|
-
};
|
|
3217
|
-
};
|
|
3218
|
-
put: {
|
|
3219
|
-
req: PutApiLocationServiceCountryCurrenciesByIdData;
|
|
3220
|
-
res: {
|
|
3221
|
-
/**
|
|
3222
|
-
* Success
|
|
3223
|
-
*/
|
|
3224
|
-
200: UniRefund_LocationService_CountryCurrencies_CountryCurrencyDto;
|
|
3225
|
-
/**
|
|
3226
|
-
* Bad Request
|
|
3227
|
-
*/
|
|
3228
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3229
|
-
/**
|
|
3230
|
-
* Unauthorized
|
|
3231
|
-
*/
|
|
3232
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3233
|
-
/**
|
|
3234
|
-
* Forbidden
|
|
3235
|
-
*/
|
|
3236
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3237
|
-
/**
|
|
3238
|
-
* Not Found
|
|
3239
|
-
*/
|
|
3240
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3241
|
-
/**
|
|
3242
|
-
* Server Error
|
|
3243
|
-
*/
|
|
3244
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3245
|
-
/**
|
|
3246
|
-
* Server Error
|
|
3247
|
-
*/
|
|
3248
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3249
|
-
};
|
|
3250
|
-
};
|
|
3251
|
-
delete: {
|
|
3252
|
-
req: DeleteApiLocationServiceCountryCurrenciesByIdData;
|
|
3253
|
-
res: {
|
|
3254
|
-
/**
|
|
3255
|
-
* Success
|
|
3256
|
-
*/
|
|
3257
|
-
200: unknown;
|
|
3258
|
-
/**
|
|
3259
|
-
* Bad Request
|
|
3260
|
-
*/
|
|
3261
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3262
|
-
/**
|
|
3263
|
-
* Unauthorized
|
|
3264
|
-
*/
|
|
3265
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3266
|
-
/**
|
|
3267
|
-
* Forbidden
|
|
3268
|
-
*/
|
|
3269
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3270
|
-
/**
|
|
3271
|
-
* Not Found
|
|
3272
|
-
*/
|
|
3273
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3274
|
-
/**
|
|
3275
|
-
* Server Error
|
|
3276
|
-
*/
|
|
3277
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3278
|
-
/**
|
|
3279
|
-
* Server Error
|
|
3280
|
-
*/
|
|
3281
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3282
|
-
};
|
|
3283
|
-
};
|
|
3284
|
-
};
|
|
3285
|
-
'/api/location-service/country-currency-digit-grouping-enums': {
|
|
3286
|
-
get: {
|
|
3287
|
-
req: GetApiLocationServiceCountryCurrencyDigitGroupingEnumsData;
|
|
3288
|
-
res: {
|
|
3289
|
-
/**
|
|
3290
|
-
* Success
|
|
3291
|
-
*/
|
|
3292
|
-
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
3293
|
-
/**
|
|
3294
|
-
* Bad Request
|
|
3295
|
-
*/
|
|
3296
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3297
|
-
/**
|
|
3298
|
-
* Unauthorized
|
|
3299
|
-
*/
|
|
3300
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3301
|
-
/**
|
|
3302
|
-
* Forbidden
|
|
3303
|
-
*/
|
|
3304
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3305
|
-
/**
|
|
3306
|
-
* Not Found
|
|
3307
|
-
*/
|
|
3308
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3309
|
-
/**
|
|
3310
|
-
* Server Error
|
|
3311
|
-
*/
|
|
3312
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3313
|
-
/**
|
|
3314
|
-
* Server Error
|
|
3315
|
-
*/
|
|
3316
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3317
|
-
};
|
|
3318
|
-
};
|
|
3319
|
-
post: {
|
|
3320
|
-
req: PostApiLocationServiceCountryCurrencyDigitGroupingEnumsData;
|
|
3321
|
-
res: {
|
|
3322
|
-
/**
|
|
3323
|
-
* Success
|
|
3324
|
-
*/
|
|
3325
|
-
200: UniRefund_LocationService_CountryCurrencies_CountryCurrencyDigitGroupingEnums_CountryCurrencyDigitGroupingEnumDto;
|
|
3326
|
-
/**
|
|
3327
|
-
* Bad Request
|
|
3328
|
-
*/
|
|
3329
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3330
|
-
/**
|
|
3331
|
-
* Unauthorized
|
|
3332
|
-
*/
|
|
3333
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3334
|
-
/**
|
|
3335
|
-
* Forbidden
|
|
3336
|
-
*/
|
|
3337
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3338
|
-
/**
|
|
3339
|
-
* Not Found
|
|
3340
|
-
*/
|
|
3341
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3342
|
-
/**
|
|
3343
|
-
* Server Error
|
|
3344
|
-
*/
|
|
3345
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3346
|
-
/**
|
|
3347
|
-
* Server Error
|
|
3348
|
-
*/
|
|
3349
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3350
|
-
};
|
|
3351
|
-
};
|
|
3352
|
-
};
|
|
3353
|
-
'/api/location-service/country-currency-digit-grouping-enums/{id}': {
|
|
3354
|
-
get: {
|
|
3355
|
-
req: GetApiLocationServiceCountryCurrencyDigitGroupingEnumsByIdData;
|
|
3356
|
-
res: {
|
|
3357
|
-
/**
|
|
3358
|
-
* Success
|
|
3359
|
-
*/
|
|
3360
|
-
200: UniRefund_LocationService_CountryCurrencies_CountryCurrencyDigitGroupingEnums_CountryCurrencyDigitGroupingEnumDto;
|
|
3361
|
-
/**
|
|
3362
|
-
* Bad Request
|
|
3363
|
-
*/
|
|
3364
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3365
|
-
/**
|
|
3366
|
-
* Unauthorized
|
|
3367
|
-
*/
|
|
3368
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3369
|
-
/**
|
|
3370
|
-
* Forbidden
|
|
3371
|
-
*/
|
|
3372
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3373
|
-
/**
|
|
3374
|
-
* Not Found
|
|
3375
|
-
*/
|
|
3376
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3377
|
-
/**
|
|
3378
|
-
* Server Error
|
|
3379
|
-
*/
|
|
3380
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3381
|
-
/**
|
|
3382
|
-
* Server Error
|
|
3383
|
-
*/
|
|
3384
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3385
|
-
};
|
|
3386
|
-
};
|
|
3387
|
-
put: {
|
|
3388
|
-
req: PutApiLocationServiceCountryCurrencyDigitGroupingEnumsByIdData;
|
|
3389
|
-
res: {
|
|
3390
|
-
/**
|
|
3391
|
-
* Success
|
|
3392
|
-
*/
|
|
3393
|
-
200: UniRefund_LocationService_CountryCurrencies_CountryCurrencyDigitGroupingEnums_CountryCurrencyDigitGroupingEnumDto;
|
|
3394
|
-
/**
|
|
3395
|
-
* Bad Request
|
|
3396
|
-
*/
|
|
3397
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3398
|
-
/**
|
|
3399
|
-
* Unauthorized
|
|
3400
|
-
*/
|
|
3401
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3402
|
-
/**
|
|
3403
|
-
* Forbidden
|
|
3404
|
-
*/
|
|
3405
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3406
|
-
/**
|
|
3407
|
-
* Not Found
|
|
3408
|
-
*/
|
|
3409
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3410
|
-
/**
|
|
3411
|
-
* Server Error
|
|
3412
|
-
*/
|
|
3413
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3414
|
-
/**
|
|
3415
|
-
* Server Error
|
|
3416
|
-
*/
|
|
3417
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3418
|
-
};
|
|
3419
|
-
};
|
|
3420
|
-
delete: {
|
|
3421
|
-
req: DeleteApiLocationServiceCountryCurrencyDigitGroupingEnumsByIdData;
|
|
3422
|
-
res: {
|
|
3423
|
-
/**
|
|
3424
|
-
* Success
|
|
3425
|
-
*/
|
|
3426
|
-
200: unknown;
|
|
3427
|
-
/**
|
|
3428
|
-
* Bad Request
|
|
3429
|
-
*/
|
|
3430
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3431
|
-
/**
|
|
3432
|
-
* Unauthorized
|
|
3433
|
-
*/
|
|
3434
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3435
|
-
/**
|
|
3436
|
-
* Forbidden
|
|
3437
|
-
*/
|
|
3438
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3439
|
-
/**
|
|
3440
|
-
* Not Found
|
|
3441
|
-
*/
|
|
3442
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3443
|
-
/**
|
|
3444
|
-
* Server Error
|
|
3445
|
-
*/
|
|
3446
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3447
|
-
/**
|
|
3448
|
-
* Server Error
|
|
3449
|
-
*/
|
|
3450
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3451
|
-
};
|
|
3452
|
-
};
|
|
3453
|
-
};
|
|
3454
|
-
'/api/location-service/country-currency-negative-currency-format-enums': {
|
|
3455
|
-
get: {
|
|
3456
|
-
req: GetApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsData;
|
|
3457
|
-
res: {
|
|
3458
|
-
/**
|
|
3459
|
-
* Success
|
|
3460
|
-
*/
|
|
3461
|
-
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
3462
|
-
/**
|
|
3463
|
-
* Bad Request
|
|
3464
|
-
*/
|
|
3465
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3466
|
-
/**
|
|
3467
|
-
* Unauthorized
|
|
3468
|
-
*/
|
|
3469
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3470
|
-
/**
|
|
3471
|
-
* Forbidden
|
|
3472
|
-
*/
|
|
3473
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3474
|
-
/**
|
|
3475
|
-
* Not Found
|
|
3476
|
-
*/
|
|
3477
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3478
|
-
/**
|
|
3479
|
-
* Server Error
|
|
3480
|
-
*/
|
|
3481
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3482
|
-
/**
|
|
3483
|
-
* Server Error
|
|
3484
|
-
*/
|
|
3485
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3486
|
-
};
|
|
3487
|
-
};
|
|
3488
|
-
post: {
|
|
3489
|
-
req: PostApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsData;
|
|
3490
|
-
res: {
|
|
3491
|
-
/**
|
|
3492
|
-
* Success
|
|
3493
|
-
*/
|
|
3494
|
-
200: UniRefund_LocationService_CountryCurrencies_CountryCurrencyNegativeCurrencyFormatEnums_CountryCurrencyNegativeCurrencyFormatEnumDto;
|
|
3495
|
-
/**
|
|
3496
|
-
* Bad Request
|
|
3497
|
-
*/
|
|
3498
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3499
|
-
/**
|
|
3500
|
-
* Unauthorized
|
|
3501
|
-
*/
|
|
3502
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3503
|
-
/**
|
|
3504
|
-
* Forbidden
|
|
3505
|
-
*/
|
|
3506
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3507
|
-
/**
|
|
3508
|
-
* Not Found
|
|
3509
|
-
*/
|
|
3510
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3511
|
-
/**
|
|
3512
|
-
* Server Error
|
|
3513
|
-
*/
|
|
3514
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3515
|
-
/**
|
|
3516
|
-
* Server Error
|
|
3517
|
-
*/
|
|
3518
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3519
|
-
};
|
|
3520
|
-
};
|
|
3521
|
-
};
|
|
3522
|
-
'/api/location-service/country-currency-negative-currency-format-enums/{id}': {
|
|
3523
|
-
get: {
|
|
3524
|
-
req: GetApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsByIdData;
|
|
3525
|
-
res: {
|
|
3526
|
-
/**
|
|
3527
|
-
* Success
|
|
3528
|
-
*/
|
|
3529
|
-
200: UniRefund_LocationService_CountryCurrencies_CountryCurrencyNegativeCurrencyFormatEnums_CountryCurrencyNegativeCurrencyFormatEnumDto;
|
|
3530
|
-
/**
|
|
3531
|
-
* Bad Request
|
|
3532
|
-
*/
|
|
3533
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3534
|
-
/**
|
|
3535
|
-
* Unauthorized
|
|
3536
|
-
*/
|
|
3537
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3538
|
-
/**
|
|
3539
|
-
* Forbidden
|
|
3540
|
-
*/
|
|
3541
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3542
|
-
/**
|
|
3543
|
-
* Not Found
|
|
3544
|
-
*/
|
|
3545
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3546
|
-
/**
|
|
3547
|
-
* Server Error
|
|
3548
|
-
*/
|
|
3549
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3550
|
-
/**
|
|
3551
|
-
* Server Error
|
|
3552
|
-
*/
|
|
3553
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3554
|
-
};
|
|
3555
|
-
};
|
|
3556
|
-
put: {
|
|
3557
|
-
req: PutApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsByIdData;
|
|
3558
|
-
res: {
|
|
3559
|
-
/**
|
|
3560
|
-
* Success
|
|
3561
|
-
*/
|
|
3562
|
-
200: UniRefund_LocationService_CountryCurrencies_CountryCurrencyNegativeCurrencyFormatEnums_CountryCurrencyNegativeCurrencyFormatEnumDto;
|
|
3563
|
-
/**
|
|
3564
|
-
* Bad Request
|
|
3565
|
-
*/
|
|
3566
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3567
|
-
/**
|
|
3568
|
-
* Unauthorized
|
|
3569
|
-
*/
|
|
3570
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3571
|
-
/**
|
|
3572
|
-
* Forbidden
|
|
3573
|
-
*/
|
|
3574
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3575
|
-
/**
|
|
3576
|
-
* Not Found
|
|
3577
|
-
*/
|
|
3578
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3579
|
-
/**
|
|
3580
|
-
* Server Error
|
|
3581
|
-
*/
|
|
3582
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3583
|
-
/**
|
|
3584
|
-
* Server Error
|
|
3585
|
-
*/
|
|
3586
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3587
|
-
};
|
|
3588
|
-
};
|
|
3589
|
-
delete: {
|
|
3590
|
-
req: DeleteApiLocationServiceCountryCurrencyNegativeCurrencyFormatEnumsByIdData;
|
|
3591
|
-
res: {
|
|
3592
|
-
/**
|
|
3593
|
-
* Success
|
|
3594
|
-
*/
|
|
3595
|
-
200: unknown;
|
|
3596
|
-
/**
|
|
3597
|
-
* Bad Request
|
|
3598
|
-
*/
|
|
3599
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3600
|
-
/**
|
|
3601
|
-
* Unauthorized
|
|
3602
|
-
*/
|
|
3603
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3604
|
-
/**
|
|
3605
|
-
* Forbidden
|
|
3606
|
-
*/
|
|
3607
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3608
|
-
/**
|
|
3609
|
-
* Not Found
|
|
3610
|
-
*/
|
|
3611
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3612
|
-
/**
|
|
3613
|
-
* Server Error
|
|
3614
|
-
*/
|
|
3615
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3616
|
-
/**
|
|
3617
|
-
* Server Error
|
|
3618
|
-
*/
|
|
3619
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3620
|
-
};
|
|
3621
|
-
};
|
|
3622
|
-
};
|
|
3623
|
-
'/api/location-service/country-currency-positive-currency-format-enums': {
|
|
3624
|
-
get: {
|
|
3625
|
-
req: GetApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsData;
|
|
3626
|
-
res: {
|
|
3627
|
-
/**
|
|
3628
|
-
* Success
|
|
3629
|
-
*/
|
|
3630
|
-
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
3631
|
-
/**
|
|
3632
|
-
* Bad Request
|
|
3633
|
-
*/
|
|
3634
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3635
|
-
/**
|
|
3636
|
-
* Unauthorized
|
|
3637
|
-
*/
|
|
3638
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3639
|
-
/**
|
|
3640
|
-
* Forbidden
|
|
3641
|
-
*/
|
|
3642
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3643
|
-
/**
|
|
3644
|
-
* Not Found
|
|
3645
|
-
*/
|
|
3646
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3647
|
-
/**
|
|
3648
|
-
* Server Error
|
|
3649
|
-
*/
|
|
3650
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3651
|
-
/**
|
|
3652
|
-
* Server Error
|
|
3653
|
-
*/
|
|
3654
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3655
|
-
};
|
|
3656
|
-
};
|
|
3657
|
-
post: {
|
|
3658
|
-
req: PostApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsData;
|
|
3659
|
-
res: {
|
|
3660
|
-
/**
|
|
3661
|
-
* Success
|
|
3662
|
-
*/
|
|
3663
|
-
200: UniRefund_LocationService_CountryCurrencies_CountryCurrencyPositiveCurrencyFormatEnums_CountryCurrencyPositiveCurrencyFormatEnumDto;
|
|
3664
|
-
/**
|
|
3665
|
-
* Bad Request
|
|
3666
|
-
*/
|
|
3667
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3668
|
-
/**
|
|
3669
|
-
* Unauthorized
|
|
3670
|
-
*/
|
|
3671
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3672
|
-
/**
|
|
3673
|
-
* Forbidden
|
|
3674
|
-
*/
|
|
3675
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3676
|
-
/**
|
|
3677
|
-
* Not Found
|
|
3678
|
-
*/
|
|
3679
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3680
|
-
/**
|
|
3681
|
-
* Server Error
|
|
3682
|
-
*/
|
|
3683
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3684
|
-
/**
|
|
3685
|
-
* Server Error
|
|
3686
|
-
*/
|
|
3687
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3688
|
-
};
|
|
3689
|
-
};
|
|
3690
|
-
};
|
|
3691
|
-
'/api/location-service/country-currency-positive-currency-format-enums/{id}': {
|
|
3692
|
-
get: {
|
|
3693
|
-
req: GetApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsByIdData;
|
|
3694
|
-
res: {
|
|
3695
|
-
/**
|
|
3696
|
-
* Success
|
|
3697
|
-
*/
|
|
3698
|
-
200: UniRefund_LocationService_CountryCurrencies_CountryCurrencyPositiveCurrencyFormatEnums_CountryCurrencyPositiveCurrencyFormatEnumDto;
|
|
3699
|
-
/**
|
|
3700
|
-
* Bad Request
|
|
3701
|
-
*/
|
|
3702
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3703
|
-
/**
|
|
3704
|
-
* Unauthorized
|
|
3705
|
-
*/
|
|
3706
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3707
|
-
/**
|
|
3708
|
-
* Forbidden
|
|
3709
|
-
*/
|
|
3710
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3711
|
-
/**
|
|
3712
|
-
* Not Found
|
|
3713
|
-
*/
|
|
3714
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3715
|
-
/**
|
|
3716
|
-
* Server Error
|
|
3717
|
-
*/
|
|
3718
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3719
|
-
/**
|
|
3720
|
-
* Server Error
|
|
3721
|
-
*/
|
|
3722
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3723
|
-
};
|
|
3724
|
-
};
|
|
3725
|
-
put: {
|
|
3726
|
-
req: PutApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsByIdData;
|
|
3727
|
-
res: {
|
|
3728
|
-
/**
|
|
3729
|
-
* Success
|
|
3730
|
-
*/
|
|
3731
|
-
200: UniRefund_LocationService_CountryCurrencies_CountryCurrencyPositiveCurrencyFormatEnums_CountryCurrencyPositiveCurrencyFormatEnumDto;
|
|
3732
|
-
/**
|
|
3733
|
-
* Bad Request
|
|
3734
|
-
*/
|
|
3735
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3736
|
-
/**
|
|
3737
|
-
* Unauthorized
|
|
3738
|
-
*/
|
|
3739
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3740
|
-
/**
|
|
3741
|
-
* Forbidden
|
|
3742
|
-
*/
|
|
3743
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3744
|
-
/**
|
|
3745
|
-
* Not Found
|
|
3746
|
-
*/
|
|
3747
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3748
|
-
/**
|
|
3749
|
-
* Server Error
|
|
3750
|
-
*/
|
|
3751
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3752
|
-
/**
|
|
3753
|
-
* Server Error
|
|
3754
|
-
*/
|
|
3755
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3756
|
-
};
|
|
3757
|
-
};
|
|
3758
|
-
delete: {
|
|
3759
|
-
req: DeleteApiLocationServiceCountryCurrencyPositiveCurrencyFormatEnumsByIdData;
|
|
3760
|
-
res: {
|
|
3761
|
-
/**
|
|
3762
|
-
* Success
|
|
3763
|
-
*/
|
|
3764
|
-
200: unknown;
|
|
3765
|
-
/**
|
|
3766
|
-
* Bad Request
|
|
3767
|
-
*/
|
|
3768
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3769
|
-
/**
|
|
3770
|
-
* Unauthorized
|
|
3771
|
-
*/
|
|
3772
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3773
|
-
/**
|
|
3774
|
-
* Forbidden
|
|
3775
|
-
*/
|
|
3776
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3777
|
-
/**
|
|
3778
|
-
* Not Found
|
|
3779
|
-
*/
|
|
3780
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3781
|
-
/**
|
|
3782
|
-
* Server Error
|
|
3783
|
-
*/
|
|
3784
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3785
|
-
/**
|
|
3786
|
-
* Server Error
|
|
3787
|
-
*/
|
|
3788
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3789
|
-
};
|
|
3790
|
-
};
|
|
3791
|
-
};
|
|
3792
|
-
'/api/location-service/country-dates': {
|
|
3793
|
-
get: {
|
|
3794
|
-
req: GetApiLocationServiceCountryDatesData;
|
|
3795
|
-
res: {
|
|
3796
|
-
/**
|
|
3797
|
-
* Success
|
|
3798
|
-
*/
|
|
3799
|
-
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
3800
|
-
/**
|
|
3801
|
-
* Bad Request
|
|
3802
|
-
*/
|
|
3803
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3804
|
-
/**
|
|
3805
|
-
* Unauthorized
|
|
3806
|
-
*/
|
|
3807
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3808
|
-
/**
|
|
3809
|
-
* Forbidden
|
|
3810
|
-
*/
|
|
3811
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3812
|
-
/**
|
|
3813
|
-
* Not Found
|
|
3814
|
-
*/
|
|
3815
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3816
|
-
/**
|
|
3817
|
-
* Server Error
|
|
3818
|
-
*/
|
|
3819
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3820
|
-
/**
|
|
3821
|
-
* Server Error
|
|
3822
|
-
*/
|
|
3823
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3824
|
-
};
|
|
3825
|
-
};
|
|
3826
|
-
post: {
|
|
3827
|
-
req: PostApiLocationServiceCountryDatesData;
|
|
3828
|
-
res: {
|
|
3829
|
-
/**
|
|
3830
|
-
* Success
|
|
3831
|
-
*/
|
|
3832
|
-
200: UniRefund_LocationService_CountryDates_CountryDateDto;
|
|
3833
|
-
/**
|
|
3834
|
-
* Bad Request
|
|
3835
|
-
*/
|
|
3836
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3837
|
-
/**
|
|
3838
|
-
* Unauthorized
|
|
3839
|
-
*/
|
|
3840
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3841
|
-
/**
|
|
3842
|
-
* Forbidden
|
|
3843
|
-
*/
|
|
3844
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3845
|
-
/**
|
|
3846
|
-
* Not Found
|
|
3847
|
-
*/
|
|
3848
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3849
|
-
/**
|
|
3850
|
-
* Server Error
|
|
3851
|
-
*/
|
|
3852
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3853
|
-
/**
|
|
3854
|
-
* Server Error
|
|
3855
|
-
*/
|
|
3856
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3857
|
-
};
|
|
3858
|
-
};
|
|
3859
|
-
};
|
|
3860
|
-
'/api/location-service/country-dates/{id}': {
|
|
3861
|
-
get: {
|
|
3862
|
-
req: GetApiLocationServiceCountryDatesByIdData;
|
|
3863
|
-
res: {
|
|
3864
|
-
/**
|
|
3865
|
-
* Success
|
|
3866
|
-
*/
|
|
3867
|
-
200: UniRefund_LocationService_CountryDates_CountryDateDto;
|
|
3868
|
-
/**
|
|
3869
|
-
* Bad Request
|
|
3870
|
-
*/
|
|
3871
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3872
|
-
/**
|
|
3873
|
-
* Unauthorized
|
|
3874
|
-
*/
|
|
3875
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3876
|
-
/**
|
|
3877
|
-
* Forbidden
|
|
3878
|
-
*/
|
|
3879
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3880
|
-
/**
|
|
3881
|
-
* Not Found
|
|
3882
|
-
*/
|
|
3883
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3884
|
-
/**
|
|
3885
|
-
* Server Error
|
|
3886
|
-
*/
|
|
3887
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3888
|
-
/**
|
|
3889
|
-
* Server Error
|
|
3890
|
-
*/
|
|
3891
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3892
|
-
};
|
|
3893
|
-
};
|
|
3894
|
-
put: {
|
|
3895
|
-
req: PutApiLocationServiceCountryDatesByIdData;
|
|
3896
|
-
res: {
|
|
3897
|
-
/**
|
|
3898
|
-
* Success
|
|
3899
|
-
*/
|
|
3900
|
-
200: UniRefund_LocationService_CountryDates_CountryDateDto;
|
|
3901
|
-
/**
|
|
3902
|
-
* Bad Request
|
|
3903
|
-
*/
|
|
3904
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3905
|
-
/**
|
|
3906
|
-
* Unauthorized
|
|
3907
|
-
*/
|
|
3908
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3909
|
-
/**
|
|
3910
|
-
* Forbidden
|
|
3911
|
-
*/
|
|
3912
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3913
|
-
/**
|
|
3914
|
-
* Not Found
|
|
3915
|
-
*/
|
|
3916
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3917
|
-
/**
|
|
3918
|
-
* Server Error
|
|
3919
|
-
*/
|
|
3920
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3921
|
-
/**
|
|
3922
|
-
* Server Error
|
|
3923
|
-
*/
|
|
3924
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3925
|
-
};
|
|
3926
|
-
};
|
|
3927
|
-
delete: {
|
|
3928
|
-
req: DeleteApiLocationServiceCountryDatesByIdData;
|
|
3929
|
-
res: {
|
|
3930
|
-
/**
|
|
3931
|
-
* Success
|
|
3932
|
-
*/
|
|
3933
|
-
200: unknown;
|
|
3934
|
-
/**
|
|
3935
|
-
* Bad Request
|
|
3936
|
-
*/
|
|
3937
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3938
|
-
/**
|
|
3939
|
-
* Unauthorized
|
|
3940
|
-
*/
|
|
3941
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3942
|
-
/**
|
|
3943
|
-
* Forbidden
|
|
3944
|
-
*/
|
|
3945
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3946
|
-
/**
|
|
3947
|
-
* Not Found
|
|
3948
|
-
*/
|
|
3949
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3950
|
-
/**
|
|
3951
|
-
* Server Error
|
|
3952
|
-
*/
|
|
3953
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3954
|
-
/**
|
|
3955
|
-
* Server Error
|
|
3956
|
-
*/
|
|
3957
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3958
|
-
};
|
|
3959
|
-
};
|
|
3960
|
-
};
|
|
3961
|
-
'/api/location-service/country-date-calendar-type-enums': {
|
|
3962
|
-
get: {
|
|
3963
|
-
req: GetApiLocationServiceCountryDateCalendarTypeEnumsData;
|
|
3964
|
-
res: {
|
|
3965
|
-
/**
|
|
3966
|
-
* Success
|
|
3967
|
-
*/
|
|
3968
|
-
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
3969
|
-
/**
|
|
3970
|
-
* Bad Request
|
|
3971
|
-
*/
|
|
3972
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3973
|
-
/**
|
|
3974
|
-
* Unauthorized
|
|
3975
|
-
*/
|
|
3976
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3977
|
-
/**
|
|
3978
|
-
* Forbidden
|
|
3979
|
-
*/
|
|
3980
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3981
|
-
/**
|
|
3982
|
-
* Not Found
|
|
3983
|
-
*/
|
|
3984
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3985
|
-
/**
|
|
3986
|
-
* Server Error
|
|
3987
|
-
*/
|
|
3988
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3989
|
-
/**
|
|
3990
|
-
* Server Error
|
|
3991
|
-
*/
|
|
3992
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3993
|
-
};
|
|
3994
|
-
};
|
|
3995
|
-
post: {
|
|
3996
|
-
req: PostApiLocationServiceCountryDateCalendarTypeEnumsData;
|
|
3997
|
-
res: {
|
|
3998
|
-
/**
|
|
3999
|
-
* Success
|
|
4000
|
-
*/
|
|
4001
|
-
200: UniRefund_LocationService_CountryDates_CountryDateCalendarTypeEnums_CountryDateCalendarTypeEnumDto;
|
|
4002
|
-
/**
|
|
4003
|
-
* Bad Request
|
|
4004
|
-
*/
|
|
4005
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4006
|
-
/**
|
|
4007
|
-
* Unauthorized
|
|
4008
|
-
*/
|
|
4009
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4010
|
-
/**
|
|
4011
|
-
* Forbidden
|
|
4012
|
-
*/
|
|
4013
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4014
|
-
/**
|
|
4015
|
-
* Not Found
|
|
4016
|
-
*/
|
|
4017
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4018
|
-
/**
|
|
4019
|
-
* Server Error
|
|
4020
|
-
*/
|
|
4021
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4022
|
-
/**
|
|
4023
|
-
* Server Error
|
|
4024
|
-
*/
|
|
4025
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4026
|
-
};
|
|
4027
|
-
};
|
|
4028
|
-
};
|
|
4029
|
-
'/api/location-service/country-date-calendar-type-enums/{id}': {
|
|
4030
|
-
get: {
|
|
4031
|
-
req: GetApiLocationServiceCountryDateCalendarTypeEnumsByIdData;
|
|
4032
|
-
res: {
|
|
4033
|
-
/**
|
|
4034
|
-
* Success
|
|
4035
|
-
*/
|
|
4036
|
-
200: UniRefund_LocationService_CountryDates_CountryDateCalendarTypeEnums_CountryDateCalendarTypeEnumDto;
|
|
4037
|
-
/**
|
|
4038
|
-
* Bad Request
|
|
4039
|
-
*/
|
|
4040
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4041
|
-
/**
|
|
4042
|
-
* Unauthorized
|
|
4043
|
-
*/
|
|
4044
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4045
|
-
/**
|
|
4046
|
-
* Forbidden
|
|
4047
|
-
*/
|
|
4048
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4049
|
-
/**
|
|
4050
|
-
* Not Found
|
|
4051
|
-
*/
|
|
4052
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4053
|
-
/**
|
|
4054
|
-
* Server Error
|
|
4055
|
-
*/
|
|
4056
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4057
|
-
/**
|
|
4058
|
-
* Server Error
|
|
4059
|
-
*/
|
|
4060
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4061
|
-
};
|
|
4062
|
-
};
|
|
4063
|
-
put: {
|
|
4064
|
-
req: PutApiLocationServiceCountryDateCalendarTypeEnumsByIdData;
|
|
4065
|
-
res: {
|
|
4066
|
-
/**
|
|
4067
|
-
* Success
|
|
4068
|
-
*/
|
|
4069
|
-
200: UniRefund_LocationService_CountryDates_CountryDateCalendarTypeEnums_CountryDateCalendarTypeEnumDto;
|
|
4070
|
-
/**
|
|
4071
|
-
* Bad Request
|
|
4072
|
-
*/
|
|
4073
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4074
|
-
/**
|
|
4075
|
-
* Unauthorized
|
|
4076
|
-
*/
|
|
4077
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4078
|
-
/**
|
|
4079
|
-
* Forbidden
|
|
4080
|
-
*/
|
|
4081
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4082
|
-
/**
|
|
4083
|
-
* Not Found
|
|
4084
|
-
*/
|
|
4085
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4086
|
-
/**
|
|
4087
|
-
* Server Error
|
|
4088
|
-
*/
|
|
4089
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4090
|
-
/**
|
|
4091
|
-
* Server Error
|
|
4092
|
-
*/
|
|
4093
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4094
|
-
};
|
|
4095
|
-
};
|
|
4096
|
-
delete: {
|
|
4097
|
-
req: DeleteApiLocationServiceCountryDateCalendarTypeEnumsByIdData;
|
|
4098
|
-
res: {
|
|
4099
|
-
/**
|
|
4100
|
-
* Success
|
|
4101
|
-
*/
|
|
4102
|
-
200: unknown;
|
|
4103
|
-
/**
|
|
4104
|
-
* Bad Request
|
|
4105
|
-
*/
|
|
4106
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4107
|
-
/**
|
|
4108
|
-
* Unauthorized
|
|
4109
|
-
*/
|
|
4110
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4111
|
-
/**
|
|
4112
|
-
* Forbidden
|
|
4113
|
-
*/
|
|
4114
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4115
|
-
/**
|
|
4116
|
-
* Not Found
|
|
4117
|
-
*/
|
|
4118
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4119
|
-
/**
|
|
4120
|
-
* Server Error
|
|
4121
|
-
*/
|
|
4122
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4123
|
-
/**
|
|
4124
|
-
* Server Error
|
|
4125
|
-
*/
|
|
4126
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4127
|
-
};
|
|
4128
|
-
};
|
|
4129
|
-
};
|
|
4130
|
-
'/api/location-service/country-date-first-day-of-week-enums': {
|
|
4131
|
-
get: {
|
|
4132
|
-
req: GetApiLocationServiceCountryDateFirstDayOfWeekEnumsData;
|
|
4133
|
-
res: {
|
|
4134
|
-
/**
|
|
4135
|
-
* Success
|
|
4136
|
-
*/
|
|
4137
|
-
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
4138
|
-
/**
|
|
4139
|
-
* Bad Request
|
|
4140
|
-
*/
|
|
4141
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4142
|
-
/**
|
|
4143
|
-
* Unauthorized
|
|
4144
|
-
*/
|
|
4145
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4146
|
-
/**
|
|
4147
|
-
* Forbidden
|
|
4148
|
-
*/
|
|
4149
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4150
|
-
/**
|
|
4151
|
-
* Not Found
|
|
4152
|
-
*/
|
|
4153
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4154
|
-
/**
|
|
4155
|
-
* Server Error
|
|
4156
|
-
*/
|
|
4157
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4158
|
-
/**
|
|
4159
|
-
* Server Error
|
|
4160
|
-
*/
|
|
4161
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4162
|
-
};
|
|
4163
|
-
};
|
|
4164
|
-
post: {
|
|
4165
|
-
req: PostApiLocationServiceCountryDateFirstDayOfWeekEnumsData;
|
|
4166
|
-
res: {
|
|
4167
|
-
/**
|
|
4168
|
-
* Success
|
|
4169
|
-
*/
|
|
4170
|
-
200: UniRefund_LocationService_CountryDates_CountryDateFirstDayOfWeekEnums_CountryDateFirstDayOfWeekEnumDto;
|
|
4171
|
-
/**
|
|
4172
|
-
* Bad Request
|
|
4173
|
-
*/
|
|
4174
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4175
|
-
/**
|
|
4176
|
-
* Unauthorized
|
|
4177
|
-
*/
|
|
4178
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4179
|
-
/**
|
|
4180
|
-
* Forbidden
|
|
4181
|
-
*/
|
|
4182
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4183
|
-
/**
|
|
4184
|
-
* Not Found
|
|
4185
|
-
*/
|
|
4186
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4187
|
-
/**
|
|
4188
|
-
* Server Error
|
|
4189
|
-
*/
|
|
4190
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4191
|
-
/**
|
|
4192
|
-
* Server Error
|
|
4193
|
-
*/
|
|
4194
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4195
|
-
};
|
|
4196
|
-
};
|
|
4197
|
-
};
|
|
4198
|
-
'/api/location-service/country-date-first-day-of-week-enums/{id}': {
|
|
4199
|
-
get: {
|
|
4200
|
-
req: GetApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdData;
|
|
4201
|
-
res: {
|
|
4202
|
-
/**
|
|
4203
|
-
* Success
|
|
4204
|
-
*/
|
|
4205
|
-
200: UniRefund_LocationService_CountryDates_CountryDateFirstDayOfWeekEnums_CountryDateFirstDayOfWeekEnumDto;
|
|
4206
|
-
/**
|
|
4207
|
-
* Bad Request
|
|
4208
|
-
*/
|
|
4209
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4210
|
-
/**
|
|
4211
|
-
* Unauthorized
|
|
4212
|
-
*/
|
|
4213
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4214
|
-
/**
|
|
4215
|
-
* Forbidden
|
|
4216
|
-
*/
|
|
4217
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4218
|
-
/**
|
|
4219
|
-
* Not Found
|
|
4220
|
-
*/
|
|
4221
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4222
|
-
/**
|
|
4223
|
-
* Server Error
|
|
4224
|
-
*/
|
|
4225
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4226
|
-
/**
|
|
4227
|
-
* Server Error
|
|
4228
|
-
*/
|
|
4229
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4230
|
-
};
|
|
4231
|
-
};
|
|
4232
|
-
put: {
|
|
4233
|
-
req: PutApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdData;
|
|
4234
|
-
res: {
|
|
4235
|
-
/**
|
|
4236
|
-
* Success
|
|
4237
|
-
*/
|
|
4238
|
-
200: UniRefund_LocationService_CountryDates_CountryDateFirstDayOfWeekEnums_CountryDateFirstDayOfWeekEnumDto;
|
|
4239
|
-
/**
|
|
4240
|
-
* Bad Request
|
|
4241
|
-
*/
|
|
4242
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4243
|
-
/**
|
|
4244
|
-
* Unauthorized
|
|
4245
|
-
*/
|
|
4246
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4247
|
-
/**
|
|
4248
|
-
* Forbidden
|
|
4249
|
-
*/
|
|
4250
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4251
|
-
/**
|
|
4252
|
-
* Not Found
|
|
4253
|
-
*/
|
|
4254
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4255
|
-
/**
|
|
4256
|
-
* Server Error
|
|
4257
|
-
*/
|
|
4258
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4259
|
-
/**
|
|
4260
|
-
* Server Error
|
|
4261
|
-
*/
|
|
4262
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4263
|
-
};
|
|
4264
|
-
};
|
|
4265
|
-
delete: {
|
|
4266
|
-
req: DeleteApiLocationServiceCountryDateFirstDayOfWeekEnumsByIdData;
|
|
4267
|
-
res: {
|
|
4268
|
-
/**
|
|
4269
|
-
* Success
|
|
4270
|
-
*/
|
|
4271
|
-
200: unknown;
|
|
4272
|
-
/**
|
|
4273
|
-
* Bad Request
|
|
4274
|
-
*/
|
|
4275
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4276
|
-
/**
|
|
4277
|
-
* Unauthorized
|
|
4278
|
-
*/
|
|
4279
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4280
|
-
/**
|
|
4281
|
-
* Forbidden
|
|
4282
|
-
*/
|
|
4283
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4284
|
-
/**
|
|
4285
|
-
* Not Found
|
|
4286
|
-
*/
|
|
4287
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4288
|
-
/**
|
|
4289
|
-
* Server Error
|
|
4290
|
-
*/
|
|
4291
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4292
|
-
/**
|
|
4293
|
-
* Server Error
|
|
4294
|
-
*/
|
|
4295
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4296
|
-
};
|
|
4297
|
-
};
|
|
4298
|
-
};
|
|
4299
|
-
'/api/location-service/country-numbers': {
|
|
4300
|
-
get: {
|
|
4301
|
-
req: GetApiLocationServiceCountryNumbersData;
|
|
4302
|
-
res: {
|
|
4303
|
-
/**
|
|
4304
|
-
* Success
|
|
4305
|
-
*/
|
|
4306
|
-
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1449
|
+
200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
|
|
4307
1450
|
/**
|
|
4308
1451
|
* Bad Request
|
|
4309
1452
|
*/
|
|
@@ -4330,13 +1473,15 @@ export type $OpenApiTs = {
|
|
|
4330
1473
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4331
1474
|
};
|
|
4332
1475
|
};
|
|
4333
|
-
|
|
4334
|
-
|
|
1476
|
+
};
|
|
1477
|
+
'/api/location-service/address-common-data/{id}': {
|
|
1478
|
+
get: {
|
|
1479
|
+
req: GetApiLocationServiceAddressCommonDataByIdData;
|
|
4335
1480
|
res: {
|
|
4336
1481
|
/**
|
|
4337
1482
|
* Success
|
|
4338
1483
|
*/
|
|
4339
|
-
200:
|
|
1484
|
+
200: UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto;
|
|
4340
1485
|
/**
|
|
4341
1486
|
* Bad Request
|
|
4342
1487
|
*/
|
|
@@ -4363,15 +1508,13 @@ export type $OpenApiTs = {
|
|
|
4363
1508
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4364
1509
|
};
|
|
4365
1510
|
};
|
|
4366
|
-
|
|
4367
|
-
|
|
4368
|
-
get: {
|
|
4369
|
-
req: GetApiLocationServiceCountryNumbersByIdData;
|
|
1511
|
+
put: {
|
|
1512
|
+
req: PutApiLocationServiceAddressCommonDataByIdData;
|
|
4370
1513
|
res: {
|
|
4371
1514
|
/**
|
|
4372
1515
|
* Success
|
|
4373
1516
|
*/
|
|
4374
|
-
200:
|
|
1517
|
+
200: UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto;
|
|
4375
1518
|
/**
|
|
4376
1519
|
* Bad Request
|
|
4377
1520
|
*/
|
|
@@ -4398,13 +1541,13 @@ export type $OpenApiTs = {
|
|
|
4398
1541
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4399
1542
|
};
|
|
4400
1543
|
};
|
|
4401
|
-
|
|
4402
|
-
req:
|
|
1544
|
+
delete: {
|
|
1545
|
+
req: DeleteApiLocationServiceAddressCommonDataByIdData;
|
|
4403
1546
|
res: {
|
|
4404
1547
|
/**
|
|
4405
1548
|
* Success
|
|
4406
1549
|
*/
|
|
4407
|
-
200:
|
|
1550
|
+
200: unknown;
|
|
4408
1551
|
/**
|
|
4409
1552
|
* Bad Request
|
|
4410
1553
|
*/
|
|
@@ -4431,13 +1574,15 @@ export type $OpenApiTs = {
|
|
|
4431
1574
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4432
1575
|
};
|
|
4433
1576
|
};
|
|
4434
|
-
|
|
4435
|
-
|
|
1577
|
+
};
|
|
1578
|
+
'/api/location-service/address-common-data': {
|
|
1579
|
+
get: {
|
|
1580
|
+
req: GetApiLocationServiceAddressCommonDataData;
|
|
4436
1581
|
res: {
|
|
4437
1582
|
/**
|
|
4438
1583
|
* Success
|
|
4439
1584
|
*/
|
|
4440
|
-
200:
|
|
1585
|
+
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
4441
1586
|
/**
|
|
4442
1587
|
* Bad Request
|
|
4443
1588
|
*/
|
|
@@ -4464,15 +1609,13 @@ export type $OpenApiTs = {
|
|
|
4464
1609
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4465
1610
|
};
|
|
4466
1611
|
};
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
get: {
|
|
4470
|
-
req: GetApiLocationServiceCountryNumberDigitGroupingEnumsData;
|
|
1612
|
+
post: {
|
|
1613
|
+
req: PostApiLocationServiceAddressCommonDataData;
|
|
4471
1614
|
res: {
|
|
4472
1615
|
/**
|
|
4473
1616
|
* Success
|
|
4474
1617
|
*/
|
|
4475
|
-
200:
|
|
1618
|
+
200: UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto;
|
|
4476
1619
|
/**
|
|
4477
1620
|
* Bad Request
|
|
4478
1621
|
*/
|
|
@@ -4499,13 +1642,15 @@ export type $OpenApiTs = {
|
|
|
4499
1642
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4500
1643
|
};
|
|
4501
1644
|
};
|
|
4502
|
-
|
|
4503
|
-
|
|
1645
|
+
};
|
|
1646
|
+
'/api/location-service/address-common-data/get-list-with-ids': {
|
|
1647
|
+
get: {
|
|
1648
|
+
req: GetApiLocationServiceAddressCommonDataGetListWithIdsData;
|
|
4504
1649
|
res: {
|
|
4505
1650
|
/**
|
|
4506
1651
|
* Success
|
|
4507
1652
|
*/
|
|
4508
|
-
200:
|
|
1653
|
+
200: Array<UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto>;
|
|
4509
1654
|
/**
|
|
4510
1655
|
* Bad Request
|
|
4511
1656
|
*/
|
|
@@ -4533,14 +1678,14 @@ export type $OpenApiTs = {
|
|
|
4533
1678
|
};
|
|
4534
1679
|
};
|
|
4535
1680
|
};
|
|
4536
|
-
'/api/location-service/
|
|
1681
|
+
'/api/location-service/cities': {
|
|
4537
1682
|
get: {
|
|
4538
|
-
req:
|
|
1683
|
+
req: GetApiLocationServiceCitiesData;
|
|
4539
1684
|
res: {
|
|
4540
1685
|
/**
|
|
4541
1686
|
* Success
|
|
4542
1687
|
*/
|
|
4543
|
-
200:
|
|
1688
|
+
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
4544
1689
|
/**
|
|
4545
1690
|
* Bad Request
|
|
4546
1691
|
*/
|
|
@@ -4567,13 +1712,13 @@ export type $OpenApiTs = {
|
|
|
4567
1712
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4568
1713
|
};
|
|
4569
1714
|
};
|
|
4570
|
-
|
|
4571
|
-
req:
|
|
1715
|
+
post: {
|
|
1716
|
+
req: PostApiLocationServiceCitiesData;
|
|
4572
1717
|
res: {
|
|
4573
1718
|
/**
|
|
4574
1719
|
* Success
|
|
4575
1720
|
*/
|
|
4576
|
-
200:
|
|
1721
|
+
200: UniRefund_LocationService_Cities_CityDto;
|
|
4577
1722
|
/**
|
|
4578
1723
|
* Bad Request
|
|
4579
1724
|
*/
|
|
@@ -4600,13 +1745,15 @@ export type $OpenApiTs = {
|
|
|
4600
1745
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4601
1746
|
};
|
|
4602
1747
|
};
|
|
4603
|
-
|
|
4604
|
-
|
|
1748
|
+
};
|
|
1749
|
+
'/api/location-service/cities/get-list-by-region/{regionId}': {
|
|
1750
|
+
get: {
|
|
1751
|
+
req: GetApiLocationServiceCitiesGetListByRegionByRegionIdData;
|
|
4605
1752
|
res: {
|
|
4606
1753
|
/**
|
|
4607
1754
|
* Success
|
|
4608
1755
|
*/
|
|
4609
|
-
200:
|
|
1756
|
+
200: Array<UniRefund_LocationService_Cities_CityDto>;
|
|
4610
1757
|
/**
|
|
4611
1758
|
* Bad Request
|
|
4612
1759
|
*/
|
|
@@ -4634,14 +1781,14 @@ export type $OpenApiTs = {
|
|
|
4634
1781
|
};
|
|
4635
1782
|
};
|
|
4636
1783
|
};
|
|
4637
|
-
'/api/location-service/
|
|
1784
|
+
'/api/location-service/cities/{id}': {
|
|
4638
1785
|
get: {
|
|
4639
|
-
req:
|
|
1786
|
+
req: GetApiLocationServiceCitiesByIdData;
|
|
4640
1787
|
res: {
|
|
4641
1788
|
/**
|
|
4642
1789
|
* Success
|
|
4643
1790
|
*/
|
|
4644
|
-
200:
|
|
1791
|
+
200: UniRefund_LocationService_Cities_CityDto;
|
|
4645
1792
|
/**
|
|
4646
1793
|
* Bad Request
|
|
4647
1794
|
*/
|
|
@@ -4668,13 +1815,13 @@ export type $OpenApiTs = {
|
|
|
4668
1815
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4669
1816
|
};
|
|
4670
1817
|
};
|
|
4671
|
-
|
|
4672
|
-
req:
|
|
1818
|
+
put: {
|
|
1819
|
+
req: PutApiLocationServiceCitiesByIdData;
|
|
4673
1820
|
res: {
|
|
4674
1821
|
/**
|
|
4675
1822
|
* Success
|
|
4676
1823
|
*/
|
|
4677
|
-
200:
|
|
1824
|
+
200: UniRefund_LocationService_Cities_CityDto;
|
|
4678
1825
|
/**
|
|
4679
1826
|
* Bad Request
|
|
4680
1827
|
*/
|
|
@@ -4701,15 +1848,13 @@ export type $OpenApiTs = {
|
|
|
4701
1848
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4702
1849
|
};
|
|
4703
1850
|
};
|
|
4704
|
-
|
|
4705
|
-
|
|
4706
|
-
get: {
|
|
4707
|
-
req: GetApiLocationServiceCountryNumberMeasurementSystemEnumsByIdData;
|
|
1851
|
+
delete: {
|
|
1852
|
+
req: DeleteApiLocationServiceCitiesByIdData;
|
|
4708
1853
|
res: {
|
|
4709
1854
|
/**
|
|
4710
1855
|
* Success
|
|
4711
1856
|
*/
|
|
4712
|
-
200:
|
|
1857
|
+
200: unknown;
|
|
4713
1858
|
/**
|
|
4714
1859
|
* Bad Request
|
|
4715
1860
|
*/
|
|
@@ -4736,13 +1881,15 @@ export type $OpenApiTs = {
|
|
|
4736
1881
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4737
1882
|
};
|
|
4738
1883
|
};
|
|
4739
|
-
|
|
4740
|
-
|
|
1884
|
+
};
|
|
1885
|
+
'/api/location-service/countries': {
|
|
1886
|
+
get: {
|
|
1887
|
+
req: GetApiLocationServiceCountriesData;
|
|
4741
1888
|
res: {
|
|
4742
1889
|
/**
|
|
4743
1890
|
* Success
|
|
4744
1891
|
*/
|
|
4745
|
-
200:
|
|
1892
|
+
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
4746
1893
|
/**
|
|
4747
1894
|
* Bad Request
|
|
4748
1895
|
*/
|
|
@@ -4769,13 +1916,13 @@ export type $OpenApiTs = {
|
|
|
4769
1916
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4770
1917
|
};
|
|
4771
1918
|
};
|
|
4772
|
-
|
|
4773
|
-
req:
|
|
1919
|
+
post: {
|
|
1920
|
+
req: PostApiLocationServiceCountriesData;
|
|
4774
1921
|
res: {
|
|
4775
1922
|
/**
|
|
4776
1923
|
* Success
|
|
4777
1924
|
*/
|
|
4778
|
-
200:
|
|
1925
|
+
200: UniRefund_LocationService_Countries_CountryDto;
|
|
4779
1926
|
/**
|
|
4780
1927
|
* Bad Request
|
|
4781
1928
|
*/
|
|
@@ -4803,14 +1950,14 @@ export type $OpenApiTs = {
|
|
|
4803
1950
|
};
|
|
4804
1951
|
};
|
|
4805
1952
|
};
|
|
4806
|
-
'/api/location-service/
|
|
1953
|
+
'/api/location-service/countries/{id}': {
|
|
4807
1954
|
get: {
|
|
4808
|
-
req:
|
|
1955
|
+
req: GetApiLocationServiceCountriesByIdData;
|
|
4809
1956
|
res: {
|
|
4810
1957
|
/**
|
|
4811
1958
|
* Success
|
|
4812
1959
|
*/
|
|
4813
|
-
200:
|
|
1960
|
+
200: UniRefund_LocationService_Countries_CountryDto;
|
|
4814
1961
|
/**
|
|
4815
1962
|
* Bad Request
|
|
4816
1963
|
*/
|
|
@@ -4837,13 +1984,13 @@ export type $OpenApiTs = {
|
|
|
4837
1984
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4838
1985
|
};
|
|
4839
1986
|
};
|
|
4840
|
-
|
|
4841
|
-
req:
|
|
1987
|
+
put: {
|
|
1988
|
+
req: PutApiLocationServiceCountriesByIdData;
|
|
4842
1989
|
res: {
|
|
4843
1990
|
/**
|
|
4844
1991
|
* Success
|
|
4845
1992
|
*/
|
|
4846
|
-
200:
|
|
1993
|
+
200: UniRefund_LocationService_Countries_CountryDto;
|
|
4847
1994
|
/**
|
|
4848
1995
|
* Bad Request
|
|
4849
1996
|
*/
|
|
@@ -4870,15 +2017,13 @@ export type $OpenApiTs = {
|
|
|
4870
2017
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4871
2018
|
};
|
|
4872
2019
|
};
|
|
4873
|
-
|
|
4874
|
-
|
|
4875
|
-
get: {
|
|
4876
|
-
req: GetApiLocationServiceCountryNumberNegativeNumberFormatEnumsByIdData;
|
|
2020
|
+
delete: {
|
|
2021
|
+
req: DeleteApiLocationServiceCountriesByIdData;
|
|
4877
2022
|
res: {
|
|
4878
2023
|
/**
|
|
4879
2024
|
* Success
|
|
4880
2025
|
*/
|
|
4881
|
-
200:
|
|
2026
|
+
200: unknown;
|
|
4882
2027
|
/**
|
|
4883
2028
|
* Bad Request
|
|
4884
2029
|
*/
|
|
@@ -4905,13 +2050,15 @@ export type $OpenApiTs = {
|
|
|
4905
2050
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4906
2051
|
};
|
|
4907
2052
|
};
|
|
4908
|
-
|
|
4909
|
-
|
|
2053
|
+
};
|
|
2054
|
+
'/api/location-service/countries/get-name-if-exists/{countryId}': {
|
|
2055
|
+
get: {
|
|
2056
|
+
req: GetApiLocationServiceCountriesGetNameIfExistsByCountryIdData;
|
|
4910
2057
|
res: {
|
|
4911
2058
|
/**
|
|
4912
2059
|
* Success
|
|
4913
2060
|
*/
|
|
4914
|
-
200:
|
|
2061
|
+
200: string;
|
|
4915
2062
|
/**
|
|
4916
2063
|
* Bad Request
|
|
4917
2064
|
*/
|
|
@@ -4938,13 +2085,15 @@ export type $OpenApiTs = {
|
|
|
4938
2085
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4939
2086
|
};
|
|
4940
2087
|
};
|
|
4941
|
-
|
|
4942
|
-
|
|
2088
|
+
};
|
|
2089
|
+
'/api/location-service/countries/names': {
|
|
2090
|
+
get: {
|
|
2091
|
+
req: GetApiLocationServiceCountriesNamesData;
|
|
4943
2092
|
res: {
|
|
4944
2093
|
/**
|
|
4945
2094
|
* Success
|
|
4946
2095
|
*/
|
|
4947
|
-
200:
|
|
2096
|
+
200: Array<UniRefund_LocationService_Countries_GetCountryNameDto>;
|
|
4948
2097
|
/**
|
|
4949
2098
|
* Bad Request
|
|
4950
2099
|
*/
|
|
@@ -4972,9 +2121,9 @@ export type $OpenApiTs = {
|
|
|
4972
2121
|
};
|
|
4973
2122
|
};
|
|
4974
2123
|
};
|
|
4975
|
-
'/api/location-service/country-
|
|
2124
|
+
'/api/location-service/country-currencies': {
|
|
4976
2125
|
get: {
|
|
4977
|
-
req:
|
|
2126
|
+
req: GetApiLocationServiceCountryCurrenciesData;
|
|
4978
2127
|
res: {
|
|
4979
2128
|
/**
|
|
4980
2129
|
* Success
|
|
@@ -5007,12 +2156,12 @@ export type $OpenApiTs = {
|
|
|
5007
2156
|
};
|
|
5008
2157
|
};
|
|
5009
2158
|
post: {
|
|
5010
|
-
req:
|
|
2159
|
+
req: PostApiLocationServiceCountryCurrenciesData;
|
|
5011
2160
|
res: {
|
|
5012
2161
|
/**
|
|
5013
2162
|
* Success
|
|
5014
2163
|
*/
|
|
5015
|
-
200:
|
|
2164
|
+
200: UniRefund_LocationService_CountryCurrencies_CountryCurrencyDto;
|
|
5016
2165
|
/**
|
|
5017
2166
|
* Bad Request
|
|
5018
2167
|
*/
|
|
@@ -5040,14 +2189,14 @@ export type $OpenApiTs = {
|
|
|
5040
2189
|
};
|
|
5041
2190
|
};
|
|
5042
2191
|
};
|
|
5043
|
-
'/api/location-service/country-
|
|
2192
|
+
'/api/location-service/country-currencies/{id}': {
|
|
5044
2193
|
get: {
|
|
5045
|
-
req:
|
|
2194
|
+
req: GetApiLocationServiceCountryCurrenciesByIdData;
|
|
5046
2195
|
res: {
|
|
5047
2196
|
/**
|
|
5048
2197
|
* Success
|
|
5049
2198
|
*/
|
|
5050
|
-
200:
|
|
2199
|
+
200: UniRefund_LocationService_CountryCurrencies_CountryCurrencyDto;
|
|
5051
2200
|
/**
|
|
5052
2201
|
* Bad Request
|
|
5053
2202
|
*/
|
|
@@ -5075,12 +2224,12 @@ export type $OpenApiTs = {
|
|
|
5075
2224
|
};
|
|
5076
2225
|
};
|
|
5077
2226
|
put: {
|
|
5078
|
-
req:
|
|
2227
|
+
req: PutApiLocationServiceCountryCurrenciesByIdData;
|
|
5079
2228
|
res: {
|
|
5080
2229
|
/**
|
|
5081
2230
|
* Success
|
|
5082
2231
|
*/
|
|
5083
|
-
200:
|
|
2232
|
+
200: UniRefund_LocationService_CountryCurrencies_CountryCurrencyDto;
|
|
5084
2233
|
/**
|
|
5085
2234
|
* Bad Request
|
|
5086
2235
|
*/
|
|
@@ -5108,7 +2257,7 @@ export type $OpenApiTs = {
|
|
|
5108
2257
|
};
|
|
5109
2258
|
};
|
|
5110
2259
|
delete: {
|
|
5111
|
-
req:
|
|
2260
|
+
req: DeleteApiLocationServiceCountryCurrenciesByIdData;
|
|
5112
2261
|
res: {
|
|
5113
2262
|
/**
|
|
5114
2263
|
* Success
|
|
@@ -5141,9 +2290,9 @@ export type $OpenApiTs = {
|
|
|
5141
2290
|
};
|
|
5142
2291
|
};
|
|
5143
2292
|
};
|
|
5144
|
-
'/api/location-service/country-
|
|
2293
|
+
'/api/location-service/country-dates': {
|
|
5145
2294
|
get: {
|
|
5146
|
-
req:
|
|
2295
|
+
req: GetApiLocationServiceCountryDatesData;
|
|
5147
2296
|
res: {
|
|
5148
2297
|
/**
|
|
5149
2298
|
* Success
|
|
@@ -5176,12 +2325,12 @@ export type $OpenApiTs = {
|
|
|
5176
2325
|
};
|
|
5177
2326
|
};
|
|
5178
2327
|
post: {
|
|
5179
|
-
req:
|
|
2328
|
+
req: PostApiLocationServiceCountryDatesData;
|
|
5180
2329
|
res: {
|
|
5181
2330
|
/**
|
|
5182
2331
|
* Success
|
|
5183
2332
|
*/
|
|
5184
|
-
200:
|
|
2333
|
+
200: UniRefund_LocationService_CountryDates_CountryDateDto;
|
|
5185
2334
|
/**
|
|
5186
2335
|
* Bad Request
|
|
5187
2336
|
*/
|
|
@@ -5209,14 +2358,14 @@ export type $OpenApiTs = {
|
|
|
5209
2358
|
};
|
|
5210
2359
|
};
|
|
5211
2360
|
};
|
|
5212
|
-
'/api/location-service/country-
|
|
2361
|
+
'/api/location-service/country-dates/{id}': {
|
|
5213
2362
|
get: {
|
|
5214
|
-
req:
|
|
2363
|
+
req: GetApiLocationServiceCountryDatesByIdData;
|
|
5215
2364
|
res: {
|
|
5216
2365
|
/**
|
|
5217
2366
|
* Success
|
|
5218
2367
|
*/
|
|
5219
|
-
200:
|
|
2368
|
+
200: UniRefund_LocationService_CountryDates_CountryDateDto;
|
|
5220
2369
|
/**
|
|
5221
2370
|
* Bad Request
|
|
5222
2371
|
*/
|
|
@@ -5244,12 +2393,12 @@ export type $OpenApiTs = {
|
|
|
5244
2393
|
};
|
|
5245
2394
|
};
|
|
5246
2395
|
put: {
|
|
5247
|
-
req:
|
|
2396
|
+
req: PutApiLocationServiceCountryDatesByIdData;
|
|
5248
2397
|
res: {
|
|
5249
2398
|
/**
|
|
5250
2399
|
* Success
|
|
5251
2400
|
*/
|
|
5252
|
-
200:
|
|
2401
|
+
200: UniRefund_LocationService_CountryDates_CountryDateDto;
|
|
5253
2402
|
/**
|
|
5254
2403
|
* Bad Request
|
|
5255
2404
|
*/
|
|
@@ -5277,7 +2426,7 @@ export type $OpenApiTs = {
|
|
|
5277
2426
|
};
|
|
5278
2427
|
};
|
|
5279
2428
|
delete: {
|
|
5280
|
-
req:
|
|
2429
|
+
req: DeleteApiLocationServiceCountryDatesByIdData;
|
|
5281
2430
|
res: {
|
|
5282
2431
|
/**
|
|
5283
2432
|
* Success
|
|
@@ -5310,9 +2459,9 @@ export type $OpenApiTs = {
|
|
|
5310
2459
|
};
|
|
5311
2460
|
};
|
|
5312
2461
|
};
|
|
5313
|
-
'/api/location-service/country-
|
|
2462
|
+
'/api/location-service/country-numbers': {
|
|
5314
2463
|
get: {
|
|
5315
|
-
req:
|
|
2464
|
+
req: GetApiLocationServiceCountryNumbersData;
|
|
5316
2465
|
res: {
|
|
5317
2466
|
/**
|
|
5318
2467
|
* Success
|
|
@@ -5345,12 +2494,12 @@ export type $OpenApiTs = {
|
|
|
5345
2494
|
};
|
|
5346
2495
|
};
|
|
5347
2496
|
post: {
|
|
5348
|
-
req:
|
|
2497
|
+
req: PostApiLocationServiceCountryNumbersData;
|
|
5349
2498
|
res: {
|
|
5350
2499
|
/**
|
|
5351
2500
|
* Success
|
|
5352
2501
|
*/
|
|
5353
|
-
200:
|
|
2502
|
+
200: UniRefund_LocationService_CountryNumbers_CountryNumberDto;
|
|
5354
2503
|
/**
|
|
5355
2504
|
* Bad Request
|
|
5356
2505
|
*/
|
|
@@ -5378,14 +2527,14 @@ export type $OpenApiTs = {
|
|
|
5378
2527
|
};
|
|
5379
2528
|
};
|
|
5380
2529
|
};
|
|
5381
|
-
'/api/location-service/country-
|
|
2530
|
+
'/api/location-service/country-numbers/{id}': {
|
|
5382
2531
|
get: {
|
|
5383
|
-
req:
|
|
2532
|
+
req: GetApiLocationServiceCountryNumbersByIdData;
|
|
5384
2533
|
res: {
|
|
5385
2534
|
/**
|
|
5386
2535
|
* Success
|
|
5387
2536
|
*/
|
|
5388
|
-
200:
|
|
2537
|
+
200: UniRefund_LocationService_CountryNumbers_CountryNumberDto;
|
|
5389
2538
|
/**
|
|
5390
2539
|
* Bad Request
|
|
5391
2540
|
*/
|
|
@@ -5413,12 +2562,12 @@ export type $OpenApiTs = {
|
|
|
5413
2562
|
};
|
|
5414
2563
|
};
|
|
5415
2564
|
put: {
|
|
5416
|
-
req:
|
|
2565
|
+
req: PutApiLocationServiceCountryNumbersByIdData;
|
|
5417
2566
|
res: {
|
|
5418
2567
|
/**
|
|
5419
2568
|
* Success
|
|
5420
2569
|
*/
|
|
5421
|
-
200:
|
|
2570
|
+
200: UniRefund_LocationService_CountryNumbers_CountryNumberDto;
|
|
5422
2571
|
/**
|
|
5423
2572
|
* Bad Request
|
|
5424
2573
|
*/
|
|
@@ -5446,7 +2595,7 @@ export type $OpenApiTs = {
|
|
|
5446
2595
|
};
|
|
5447
2596
|
};
|
|
5448
2597
|
delete: {
|
|
5449
|
-
req:
|
|
2598
|
+
req: DeleteApiLocationServiceCountryNumbersByIdData;
|
|
5450
2599
|
res: {
|
|
5451
2600
|
/**
|
|
5452
2601
|
* Success
|
|
@@ -5479,9 +2628,9 @@ export type $OpenApiTs = {
|
|
|
5479
2628
|
};
|
|
5480
2629
|
};
|
|
5481
2630
|
};
|
|
5482
|
-
'/api/location-service/
|
|
2631
|
+
'/api/location-service/country-times': {
|
|
5483
2632
|
get: {
|
|
5484
|
-
req:
|
|
2633
|
+
req: GetApiLocationServiceCountryTimesData;
|
|
5485
2634
|
res: {
|
|
5486
2635
|
/**
|
|
5487
2636
|
* Success
|
|
@@ -5514,12 +2663,12 @@ export type $OpenApiTs = {
|
|
|
5514
2663
|
};
|
|
5515
2664
|
};
|
|
5516
2665
|
post: {
|
|
5517
|
-
req:
|
|
2666
|
+
req: PostApiLocationServiceCountryTimesData;
|
|
5518
2667
|
res: {
|
|
5519
2668
|
/**
|
|
5520
2669
|
* Success
|
|
5521
2670
|
*/
|
|
5522
|
-
200:
|
|
2671
|
+
200: UniRefund_LocationService_CountryTimes_CountryTimeDto;
|
|
5523
2672
|
/**
|
|
5524
2673
|
* Bad Request
|
|
5525
2674
|
*/
|
|
@@ -5547,14 +2696,14 @@ export type $OpenApiTs = {
|
|
|
5547
2696
|
};
|
|
5548
2697
|
};
|
|
5549
2698
|
};
|
|
5550
|
-
'/api/location-service/
|
|
2699
|
+
'/api/location-service/country-times/{id}': {
|
|
5551
2700
|
get: {
|
|
5552
|
-
req:
|
|
2701
|
+
req: GetApiLocationServiceCountryTimesByIdData;
|
|
5553
2702
|
res: {
|
|
5554
2703
|
/**
|
|
5555
2704
|
* Success
|
|
5556
2705
|
*/
|
|
5557
|
-
200:
|
|
2706
|
+
200: UniRefund_LocationService_CountryTimes_CountryTimeDto;
|
|
5558
2707
|
/**
|
|
5559
2708
|
* Bad Request
|
|
5560
2709
|
*/
|
|
@@ -5582,12 +2731,12 @@ export type $OpenApiTs = {
|
|
|
5582
2731
|
};
|
|
5583
2732
|
};
|
|
5584
2733
|
put: {
|
|
5585
|
-
req:
|
|
2734
|
+
req: PutApiLocationServiceCountryTimesByIdData;
|
|
5586
2735
|
res: {
|
|
5587
2736
|
/**
|
|
5588
2737
|
* Success
|
|
5589
2738
|
*/
|
|
5590
|
-
200:
|
|
2739
|
+
200: UniRefund_LocationService_CountryTimes_CountryTimeDto;
|
|
5591
2740
|
/**
|
|
5592
2741
|
* Bad Request
|
|
5593
2742
|
*/
|
|
@@ -5615,7 +2764,7 @@ export type $OpenApiTs = {
|
|
|
5615
2764
|
};
|
|
5616
2765
|
};
|
|
5617
2766
|
delete: {
|
|
5618
|
-
req:
|
|
2767
|
+
req: DeleteApiLocationServiceCountryTimesByIdData;
|
|
5619
2768
|
res: {
|
|
5620
2769
|
/**
|
|
5621
2770
|
* Success
|
|
@@ -5648,14 +2797,14 @@ export type $OpenApiTs = {
|
|
|
5648
2797
|
};
|
|
5649
2798
|
};
|
|
5650
2799
|
};
|
|
5651
|
-
'/api/location-service/districts
|
|
2800
|
+
'/api/location-service/districts': {
|
|
5652
2801
|
get: {
|
|
5653
|
-
req:
|
|
2802
|
+
req: GetApiLocationServiceDistrictsData;
|
|
5654
2803
|
res: {
|
|
5655
2804
|
/**
|
|
5656
2805
|
* Success
|
|
5657
2806
|
*/
|
|
5658
|
-
200:
|
|
2807
|
+
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
5659
2808
|
/**
|
|
5660
2809
|
* Bad Request
|
|
5661
2810
|
*/
|
|
@@ -5682,15 +2831,13 @@ export type $OpenApiTs = {
|
|
|
5682
2831
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
5683
2832
|
};
|
|
5684
2833
|
};
|
|
5685
|
-
|
|
5686
|
-
|
|
5687
|
-
get: {
|
|
5688
|
-
req: GetApiLocationServiceDistrictsExistsByControllingCityIdByCityIdByDistrictIdData;
|
|
2834
|
+
post: {
|
|
2835
|
+
req: PostApiLocationServiceDistrictsData;
|
|
5689
2836
|
res: {
|
|
5690
2837
|
/**
|
|
5691
2838
|
* Success
|
|
5692
2839
|
*/
|
|
5693
|
-
200:
|
|
2840
|
+
200: UniRefund_LocationService_Districts_DistrictDto;
|
|
5694
2841
|
/**
|
|
5695
2842
|
* Bad Request
|
|
5696
2843
|
*/
|
|
@@ -5718,14 +2865,14 @@ export type $OpenApiTs = {
|
|
|
5718
2865
|
};
|
|
5719
2866
|
};
|
|
5720
2867
|
};
|
|
5721
|
-
'/api/
|
|
2868
|
+
'/api/location-service/districts/get-list-by-city/{cityId}': {
|
|
5722
2869
|
get: {
|
|
5723
|
-
req:
|
|
2870
|
+
req: GetApiLocationServiceDistrictsGetListByCityByCityIdData;
|
|
5724
2871
|
res: {
|
|
5725
2872
|
/**
|
|
5726
2873
|
* Success
|
|
5727
2874
|
*/
|
|
5728
|
-
200:
|
|
2875
|
+
200: Array<UniRefund_LocationService_Districts_DistrictDto>;
|
|
5729
2876
|
/**
|
|
5730
2877
|
* Bad Request
|
|
5731
2878
|
*/
|
|
@@ -5753,14 +2900,14 @@ export type $OpenApiTs = {
|
|
|
5753
2900
|
};
|
|
5754
2901
|
};
|
|
5755
2902
|
};
|
|
5756
|
-
'/api/
|
|
5757
|
-
|
|
5758
|
-
req:
|
|
2903
|
+
'/api/location-service/districts/{id}': {
|
|
2904
|
+
get: {
|
|
2905
|
+
req: GetApiLocationServiceDistrictsByIdData;
|
|
5759
2906
|
res: {
|
|
5760
2907
|
/**
|
|
5761
2908
|
* Success
|
|
5762
2909
|
*/
|
|
5763
|
-
200:
|
|
2910
|
+
200: UniRefund_LocationService_Districts_DistrictDto;
|
|
5764
2911
|
/**
|
|
5765
2912
|
* Bad Request
|
|
5766
2913
|
*/
|
|
@@ -5787,15 +2934,13 @@ export type $OpenApiTs = {
|
|
|
5787
2934
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
5788
2935
|
};
|
|
5789
2936
|
};
|
|
5790
|
-
|
|
5791
|
-
|
|
5792
|
-
post: {
|
|
5793
|
-
req: PostApiEnumServiceEnumsEnumTypeTranslationData;
|
|
2937
|
+
put: {
|
|
2938
|
+
req: PutApiLocationServiceDistrictsByIdData;
|
|
5794
2939
|
res: {
|
|
5795
2940
|
/**
|
|
5796
2941
|
* Success
|
|
5797
2942
|
*/
|
|
5798
|
-
200:
|
|
2943
|
+
200: UniRefund_LocationService_Districts_DistrictDto;
|
|
5799
2944
|
/**
|
|
5800
2945
|
* Bad Request
|
|
5801
2946
|
*/
|
|
@@ -5822,15 +2967,13 @@ export type $OpenApiTs = {
|
|
|
5822
2967
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
5823
2968
|
};
|
|
5824
2969
|
};
|
|
5825
|
-
|
|
5826
|
-
|
|
5827
|
-
get: {
|
|
5828
|
-
req: GetApiEnumServiceEnumsEnumTypeData;
|
|
2970
|
+
delete: {
|
|
2971
|
+
req: DeleteApiLocationServiceDistrictsByIdData;
|
|
5829
2972
|
res: {
|
|
5830
2973
|
/**
|
|
5831
2974
|
* Success
|
|
5832
2975
|
*/
|
|
5833
|
-
200:
|
|
2976
|
+
200: unknown;
|
|
5834
2977
|
/**
|
|
5835
2978
|
* Bad Request
|
|
5836
2979
|
*/
|
|
@@ -5926,14 +3069,14 @@ export type $OpenApiTs = {
|
|
|
5926
3069
|
};
|
|
5927
3070
|
};
|
|
5928
3071
|
};
|
|
5929
|
-
'/api/location-service/neighborhoods/{
|
|
3072
|
+
'/api/location-service/neighborhoods/get-list-by-district/{districtId}': {
|
|
5930
3073
|
get: {
|
|
5931
|
-
req:
|
|
3074
|
+
req: GetApiLocationServiceNeighborhoodsGetListByDistrictByDistrictIdData;
|
|
5932
3075
|
res: {
|
|
5933
3076
|
/**
|
|
5934
3077
|
* Success
|
|
5935
3078
|
*/
|
|
5936
|
-
200: UniRefund_LocationService_Neighborhoods_NeighborhoodDto
|
|
3079
|
+
200: Array<UniRefund_LocationService_Neighborhoods_NeighborhoodDto>;
|
|
5937
3080
|
/**
|
|
5938
3081
|
* Bad Request
|
|
5939
3082
|
*/
|
|
@@ -5960,8 +3103,10 @@ export type $OpenApiTs = {
|
|
|
5960
3103
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
5961
3104
|
};
|
|
5962
3105
|
};
|
|
5963
|
-
|
|
5964
|
-
|
|
3106
|
+
};
|
|
3107
|
+
'/api/location-service/neighborhoods/{id}': {
|
|
3108
|
+
get: {
|
|
3109
|
+
req: GetApiLocationServiceNeighborhoodsByIdData;
|
|
5965
3110
|
res: {
|
|
5966
3111
|
/**
|
|
5967
3112
|
* Success
|
|
@@ -5993,13 +3138,13 @@ export type $OpenApiTs = {
|
|
|
5993
3138
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
5994
3139
|
};
|
|
5995
3140
|
};
|
|
5996
|
-
|
|
5997
|
-
req:
|
|
3141
|
+
put: {
|
|
3142
|
+
req: PutApiLocationServiceNeighborhoodsByIdData;
|
|
5998
3143
|
res: {
|
|
5999
3144
|
/**
|
|
6000
3145
|
* Success
|
|
6001
3146
|
*/
|
|
6002
|
-
200:
|
|
3147
|
+
200: UniRefund_LocationService_Neighborhoods_NeighborhoodDto;
|
|
6003
3148
|
/**
|
|
6004
3149
|
* Bad Request
|
|
6005
3150
|
*/
|
|
@@ -6026,15 +3171,13 @@ export type $OpenApiTs = {
|
|
|
6026
3171
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
6027
3172
|
};
|
|
6028
3173
|
};
|
|
6029
|
-
|
|
6030
|
-
|
|
6031
|
-
get: {
|
|
6032
|
-
req: GetApiLocationServiceNeighborhoodsGetByControllingDistrictIdByNeighborhoodIdByDistrictIdData;
|
|
3174
|
+
delete: {
|
|
3175
|
+
req: DeleteApiLocationServiceNeighborhoodsByIdData;
|
|
6033
3176
|
res: {
|
|
6034
3177
|
/**
|
|
6035
3178
|
* Success
|
|
6036
3179
|
*/
|
|
6037
|
-
200:
|
|
3180
|
+
200: unknown;
|
|
6038
3181
|
/**
|
|
6039
3182
|
* Bad Request
|
|
6040
3183
|
*/
|
|
@@ -6130,14 +3273,14 @@ export type $OpenApiTs = {
|
|
|
6130
3273
|
};
|
|
6131
3274
|
};
|
|
6132
3275
|
};
|
|
6133
|
-
'/api/location-service/regions/{
|
|
3276
|
+
'/api/location-service/regions/get-list-by-country/{countryId}': {
|
|
6134
3277
|
get: {
|
|
6135
|
-
req:
|
|
3278
|
+
req: GetApiLocationServiceRegionsGetListByCountryByCountryIdData;
|
|
6136
3279
|
res: {
|
|
6137
3280
|
/**
|
|
6138
3281
|
* Success
|
|
6139
3282
|
*/
|
|
6140
|
-
200: UniRefund_LocationService_Regions_RegionDto
|
|
3283
|
+
200: Array<UniRefund_LocationService_Regions_RegionDto>;
|
|
6141
3284
|
/**
|
|
6142
3285
|
* Bad Request
|
|
6143
3286
|
*/
|
|
@@ -6164,8 +3307,10 @@ export type $OpenApiTs = {
|
|
|
6164
3307
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
6165
3308
|
};
|
|
6166
3309
|
};
|
|
6167
|
-
|
|
6168
|
-
|
|
3310
|
+
};
|
|
3311
|
+
'/api/location-service/regions/{id}': {
|
|
3312
|
+
get: {
|
|
3313
|
+
req: GetApiLocationServiceRegionsByIdData;
|
|
6169
3314
|
res: {
|
|
6170
3315
|
/**
|
|
6171
3316
|
* Success
|
|
@@ -6197,48 +3342,13 @@ export type $OpenApiTs = {
|
|
|
6197
3342
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
6198
3343
|
};
|
|
6199
3344
|
};
|
|
6200
|
-
|
|
6201
|
-
req:
|
|
6202
|
-
res: {
|
|
6203
|
-
/**
|
|
6204
|
-
* Success
|
|
6205
|
-
*/
|
|
6206
|
-
200: unknown;
|
|
6207
|
-
/**
|
|
6208
|
-
* Bad Request
|
|
6209
|
-
*/
|
|
6210
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
6211
|
-
/**
|
|
6212
|
-
* Unauthorized
|
|
6213
|
-
*/
|
|
6214
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
6215
|
-
/**
|
|
6216
|
-
* Forbidden
|
|
6217
|
-
*/
|
|
6218
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
6219
|
-
/**
|
|
6220
|
-
* Not Found
|
|
6221
|
-
*/
|
|
6222
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
6223
|
-
/**
|
|
6224
|
-
* Server Error
|
|
6225
|
-
*/
|
|
6226
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
6227
|
-
/**
|
|
6228
|
-
* Server Error
|
|
6229
|
-
*/
|
|
6230
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
6231
|
-
};
|
|
6232
|
-
};
|
|
6233
|
-
};
|
|
6234
|
-
'/api/location-service/regions/get-default-regionId/{countryId}': {
|
|
6235
|
-
get: {
|
|
6236
|
-
req: GetApiLocationServiceRegionsGetDefaultRegionIdByCountryIdData;
|
|
3345
|
+
put: {
|
|
3346
|
+
req: PutApiLocationServiceRegionsByIdData;
|
|
6237
3347
|
res: {
|
|
6238
3348
|
/**
|
|
6239
3349
|
* Success
|
|
6240
3350
|
*/
|
|
6241
|
-
200:
|
|
3351
|
+
200: UniRefund_LocationService_Regions_RegionDto;
|
|
6242
3352
|
/**
|
|
6243
3353
|
* Bad Request
|
|
6244
3354
|
*/
|
|
@@ -6265,15 +3375,13 @@ export type $OpenApiTs = {
|
|
|
6265
3375
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
6266
3376
|
};
|
|
6267
3377
|
};
|
|
6268
|
-
|
|
6269
|
-
|
|
6270
|
-
get: {
|
|
6271
|
-
req: GetApiLocationServiceRegionsGetByControllingCountryIdbyRegionIdByCountryIdData;
|
|
3378
|
+
delete: {
|
|
3379
|
+
req: DeleteApiLocationServiceRegionsByIdData;
|
|
6272
3380
|
res: {
|
|
6273
3381
|
/**
|
|
6274
3382
|
* Success
|
|
6275
3383
|
*/
|
|
6276
|
-
200:
|
|
3384
|
+
200: unknown;
|
|
6277
3385
|
/**
|
|
6278
3386
|
* Bad Request
|
|
6279
3387
|
*/
|
|
@@ -6301,14 +3409,14 @@ export type $OpenApiTs = {
|
|
|
6301
3409
|
};
|
|
6302
3410
|
};
|
|
6303
3411
|
};
|
|
6304
|
-
'/api/location-service/regions/
|
|
3412
|
+
'/api/location-service/regions/get-default-regionId/{countryId}': {
|
|
6305
3413
|
get: {
|
|
6306
|
-
req:
|
|
3414
|
+
req: GetApiLocationServiceRegionsGetDefaultRegionIdByCountryIdData;
|
|
6307
3415
|
res: {
|
|
6308
3416
|
/**
|
|
6309
3417
|
* Success
|
|
6310
3418
|
*/
|
|
6311
|
-
200:
|
|
3419
|
+
200: string;
|
|
6312
3420
|
/**
|
|
6313
3421
|
* Bad Request
|
|
6314
3422
|
*/
|