@ayasofyazilim/saas 0.0.49 → 0.0.51

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