@ayasofyazilim/saas 0.0.30 → 0.0.31

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