@ayasofyazilim/saas 0.0.30 → 0.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AccountService/AccountServiceClient.ts +65 -65
- package/AccountService/core/ApiRequestOptions.ts +12 -12
- package/AccountService/core/BaseHttpRequest.ts +9 -9
- package/AccountService/core/FetchHttpRequest.ts +21 -21
- package/AccountService/core/OpenAPI.ts +55 -55
- package/AccountService/core/request.ts +340 -340
- package/AccountService/schemas.gen.ts +5103 -5103
- package/AccountService/services.gen.ts +1452 -1452
- package/AccountService/types.gen.ts +9896 -9896
- package/AdministrationService/AdministrationServiceClient.ts +74 -74
- package/AdministrationService/core/ApiRequestOptions.ts +12 -12
- package/AdministrationService/core/BaseHttpRequest.ts +9 -9
- package/AdministrationService/core/FetchHttpRequest.ts +21 -21
- package/AdministrationService/core/OpenAPI.ts +55 -55
- package/AdministrationService/core/request.ts +340 -340
- package/AdministrationService/index.ts +8 -8
- package/AdministrationService/schemas.gen.ts +5897 -5897
- package/AdministrationService/services.gen.ts +1332 -1332
- package/AdministrationService/types.gen.ts +9024 -9024
- package/BackerService/core/ApiRequestOptions.ts +12 -12
- package/BackerService/core/BaseHttpRequest.ts +9 -9
- package/BackerService/core/FetchHttpRequest.ts +21 -21
- package/BackerService/core/OpenAPI.ts +55 -55
- package/BackerService/core/request.ts +340 -340
- package/BackerService/schemas.gen.ts +12444 -12444
- package/FundraiserService/FundraiserServiceClient.ts +47 -47
- package/FundraiserService/core/ApiError.ts +20 -20
- package/FundraiserService/core/ApiResult.ts +6 -6
- package/FundraiserService/core/CancelablePromise.ts +125 -125
- package/FundraiserService/index.ts +8 -8
- package/FundraiserService/schemas.gen.ts +11548 -11548
- package/FundraiserService/services.gen.ts +627 -627
- package/IdentityService/IdentityServiceClient.ts +77 -77
- package/IdentityService/core/ApiRequestOptions.ts +12 -12
- package/IdentityService/core/BaseHttpRequest.ts +9 -9
- package/IdentityService/core/FetchHttpRequest.ts +21 -21
- package/IdentityService/core/OpenAPI.ts +55 -55
- package/IdentityService/core/request.ts +340 -340
- package/IdentityService/schemas.gen.ts +6573 -6573
- package/IdentityService/services.gen.ts +2839 -2839
- package/IdentityService/types.gen.ts +17446 -17446
- package/MerchantService/core/ApiRequestOptions.ts +12 -12
- package/MerchantService/core/BaseHttpRequest.ts +9 -9
- package/MerchantService/core/FetchHttpRequest.ts +21 -21
- package/MerchantService/core/OpenAPI.ts +55 -55
- package/MerchantService/core/request.ts +340 -340
- package/MerchantService/schemas.gen.ts +14764 -14764
- package/MerchantService/services.gen.ts +1602 -1602
- package/ProjectService/core/ApiRequestOptions.ts +12 -12
- package/ProjectService/core/BaseHttpRequest.ts +9 -9
- package/ProjectService/core/FetchHttpRequest.ts +21 -21
- package/ProjectService/core/OpenAPI.ts +55 -55
- package/ProjectService/core/request.ts +340 -340
- package/ProjectService/schemas.gen.ts +5147 -5147
- package/ProjectService/services.gen.ts +492 -492
- package/ProjectService.json +2937 -2937
- package/SaasService/core/ApiRequestOptions.ts +12 -12
- package/SaasService/core/BaseHttpRequest.ts +9 -9
- package/SaasService/core/FetchHttpRequest.ts +21 -21
- package/SaasService/core/OpenAPI.ts +55 -55
- package/SaasService/core/request.ts +340 -340
- package/SaasService/schemas.gen.ts +5278 -5278
- package/SaasService/services.gen.ts +1325 -1325
- package/SaasService/types.gen.ts +9052 -9052
- package/SettingService/SettingServiceClient.ts +62 -62
- package/SettingService/index.ts +8 -8
- package/SettingService/schemas.gen.ts +165 -549
- package/SettingService/services.gen.ts +129 -73
- package/SettingService/types.gen.ts +191 -88
- package/package.json +2 -10
- package/swagger.json +4794 -4794
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import type { CancelablePromise } from './core/CancelablePromise';
|
|
4
4
|
import type { BaseHttpRequest } from './core/BaseHttpRequest';
|
|
5
|
-
import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, PostApiSettingServiceCountrySettingsForTenantData, PostApiSettingServiceCountrySettingsForTenantResponse, GetApiSettingServiceCountrySettingsResponse, PostApiSettingServiceCountrySettingsResponse, GetApiSettingManagementEmailingResponse, PostApiSettingManagementEmailingData, PostApiSettingManagementEmailingResponse, PostApiSettingManagementEmailingSendTestEmailData, PostApiSettingManagementEmailingSendTestEmailResponse,
|
|
5
|
+
import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, PostApiSettingServiceCountrySettingsForTenantData, PostApiSettingServiceCountrySettingsForTenantResponse, GetApiSettingServiceCountrySettingsResponse, PostApiSettingServiceCountrySettingsResponse, GetApiSettingManagementEmailingResponse, PostApiSettingManagementEmailingData, PostApiSettingManagementEmailingResponse, PostApiSettingManagementEmailingSendTestEmailData, PostApiSettingManagementEmailingSendTestEmailResponse, PostApiSettingServiceProductGroupTranslationByIdData, PostApiSettingServiceProductGroupTranslationByIdResponse, PostApiSettingServiceProductGroupData, PostApiSettingServiceProductGroupResponse, GetApiSettingServiceProductGroupData, GetApiSettingServiceProductGroupResponse, DeleteApiSettingServiceProductGroupByIdData, DeleteApiSettingServiceProductGroupByIdResponse, GetApiSettingServiceProductGroupByIdData, GetApiSettingServiceProductGroupByIdResponse, PutApiSettingServiceProductGroupByIdData, PutApiSettingServiceProductGroupByIdResponse, GetApiSettingServiceProductGroupDetailByIdData, GetApiSettingServiceProductGroupDetailByIdResponse, PostApiSettingServiceProductGroupVatData, PostApiSettingServiceProductGroupVatResponse, GetApiSettingServiceProductGroupVatData, GetApiSettingServiceProductGroupVatResponse, DeleteApiSettingServiceProductGroupVatByIdData, DeleteApiSettingServiceProductGroupVatByIdResponse, GetApiSettingServiceProductGroupVatByIdData, GetApiSettingServiceProductGroupVatByIdResponse, PutApiSettingServiceProductGroupVatByIdData, PutApiSettingServiceProductGroupVatByIdResponse, GetApiSettingServiceProductGroupVatDetailData, GetApiSettingServiceProductGroupVatDetailResponse, GetApiSettingServiceSampleResponse, GetApiSettingServiceSampleAuthorizedResponse, GetApiSettingManagementTimezoneResponse, PostApiSettingManagementTimezoneData, PostApiSettingManagementTimezoneResponse, GetApiSettingManagementTimezoneTimezonesResponse, PostApiSettingServiceVatData, PostApiSettingServiceVatResponse, GetApiSettingServiceVatData, GetApiSettingServiceVatResponse, DeleteApiSettingServiceVatByIdData, DeleteApiSettingServiceVatByIdResponse, GetApiSettingServiceVatByIdData, GetApiSettingServiceVatByIdResponse, PutApiSettingServiceVatByIdData, PutApiSettingServiceVatByIdResponse, GetApiSettingServiceVatDetailData, GetApiSettingServiceVatDetailResponse } from './types.gen';
|
|
6
6
|
|
|
7
7
|
export class AbpApiDefinitionService {
|
|
8
8
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
@@ -239,11 +239,11 @@ export class ProductGroupService {
|
|
|
239
239
|
* @returns unknown Success
|
|
240
240
|
* @throws ApiError
|
|
241
241
|
*/
|
|
242
|
-
public
|
|
242
|
+
public postApiSettingServiceProductGroupTranslationById(data: PostApiSettingServiceProductGroupTranslationByIdData): CancelablePromise<PostApiSettingServiceProductGroupTranslationByIdResponse> {
|
|
243
243
|
return this.httpRequest.request({
|
|
244
244
|
method: 'POST',
|
|
245
|
-
url: '/api/setting-service/product-group/translation',
|
|
246
|
-
|
|
245
|
+
url: '/api/setting-service/product-group/translation/{id}',
|
|
246
|
+
path: {
|
|
247
247
|
id: data.id
|
|
248
248
|
},
|
|
249
249
|
body: data.requestBody,
|
|
@@ -284,16 +284,20 @@ export class ProductGroupService {
|
|
|
284
284
|
|
|
285
285
|
/**
|
|
286
286
|
* @param data The data for the request.
|
|
287
|
-
* @param data.
|
|
288
|
-
* @
|
|
287
|
+
* @param data.sorting
|
|
288
|
+
* @param data.skipCount
|
|
289
|
+
* @param data.maxResultCount
|
|
290
|
+
* @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_SettingService_ProductGroups_ProductGroupDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
|
|
289
291
|
* @throws ApiError
|
|
290
292
|
*/
|
|
291
|
-
public
|
|
293
|
+
public getApiSettingServiceProductGroup(data: GetApiSettingServiceProductGroupData = {}): CancelablePromise<GetApiSettingServiceProductGroupResponse> {
|
|
292
294
|
return this.httpRequest.request({
|
|
293
|
-
method: '
|
|
295
|
+
method: 'GET',
|
|
294
296
|
url: '/api/setting-service/product-group',
|
|
295
297
|
query: {
|
|
296
|
-
|
|
298
|
+
Sorting: data.sorting,
|
|
299
|
+
SkipCount: data.skipCount,
|
|
300
|
+
MaxResultCount: data.maxResultCount
|
|
297
301
|
},
|
|
298
302
|
errors: {
|
|
299
303
|
400: 'Bad Request',
|
|
@@ -308,20 +312,16 @@ export class ProductGroupService {
|
|
|
308
312
|
|
|
309
313
|
/**
|
|
310
314
|
* @param data The data for the request.
|
|
311
|
-
* @param data.
|
|
312
|
-
* @
|
|
313
|
-
* @param data.maxResultCount
|
|
314
|
-
* @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_SettingService_ProductGroups_ProductGroupDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
|
|
315
|
+
* @param data.id
|
|
316
|
+
* @returns unknown Success
|
|
315
317
|
* @throws ApiError
|
|
316
318
|
*/
|
|
317
|
-
public
|
|
319
|
+
public deleteApiSettingServiceProductGroupById(data: DeleteApiSettingServiceProductGroupByIdData): CancelablePromise<DeleteApiSettingServiceProductGroupByIdResponse> {
|
|
318
320
|
return this.httpRequest.request({
|
|
319
|
-
method: '
|
|
320
|
-
url: '/api/setting-service/product-group',
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
SkipCount: data.skipCount,
|
|
324
|
-
MaxResultCount: data.maxResultCount
|
|
321
|
+
method: 'DELETE',
|
|
322
|
+
url: '/api/setting-service/product-group/{id}',
|
|
323
|
+
path: {
|
|
324
|
+
id: data.id
|
|
325
325
|
},
|
|
326
326
|
errors: {
|
|
327
327
|
400: 'Bad Request',
|
|
@@ -337,19 +337,16 @@ export class ProductGroupService {
|
|
|
337
337
|
/**
|
|
338
338
|
* @param data The data for the request.
|
|
339
339
|
* @param data.id
|
|
340
|
-
* @param data.requestBody
|
|
341
340
|
* @returns UniRefund_SettingService_ProductGroups_ProductGroupDto Success
|
|
342
341
|
* @throws ApiError
|
|
343
342
|
*/
|
|
344
|
-
public
|
|
343
|
+
public getApiSettingServiceProductGroupById(data: GetApiSettingServiceProductGroupByIdData): CancelablePromise<GetApiSettingServiceProductGroupByIdResponse> {
|
|
345
344
|
return this.httpRequest.request({
|
|
346
|
-
method: '
|
|
347
|
-
url: '/api/setting-service/product-group',
|
|
348
|
-
|
|
345
|
+
method: 'GET',
|
|
346
|
+
url: '/api/setting-service/product-group/{id}',
|
|
347
|
+
path: {
|
|
349
348
|
id: data.id
|
|
350
349
|
},
|
|
351
|
-
body: data.requestBody,
|
|
352
|
-
mediaType: 'application/json',
|
|
353
350
|
errors: {
|
|
354
351
|
400: 'Bad Request',
|
|
355
352
|
401: 'Unauthorized',
|
|
@@ -364,16 +361,19 @@ export class ProductGroupService {
|
|
|
364
361
|
/**
|
|
365
362
|
* @param data The data for the request.
|
|
366
363
|
* @param data.id
|
|
364
|
+
* @param data.requestBody
|
|
367
365
|
* @returns UniRefund_SettingService_ProductGroups_ProductGroupDto Success
|
|
368
366
|
* @throws ApiError
|
|
369
367
|
*/
|
|
370
|
-
public
|
|
368
|
+
public putApiSettingServiceProductGroupById(data: PutApiSettingServiceProductGroupByIdData): CancelablePromise<PutApiSettingServiceProductGroupByIdResponse> {
|
|
371
369
|
return this.httpRequest.request({
|
|
372
|
-
method: '
|
|
370
|
+
method: 'PUT',
|
|
373
371
|
url: '/api/setting-service/product-group/{id}',
|
|
374
372
|
path: {
|
|
375
373
|
id: data.id
|
|
376
374
|
},
|
|
375
|
+
body: data.requestBody,
|
|
376
|
+
mediaType: 'application/json',
|
|
377
377
|
errors: {
|
|
378
378
|
400: 'Bad Request',
|
|
379
379
|
401: 'Unauthorized',
|
|
@@ -441,17 +441,45 @@ export class ProductGroupVatService {
|
|
|
441
441
|
});
|
|
442
442
|
}
|
|
443
443
|
|
|
444
|
+
/**
|
|
445
|
+
* @param data The data for the request.
|
|
446
|
+
* @param data.sorting
|
|
447
|
+
* @param data.skipCount
|
|
448
|
+
* @param data.maxResultCount
|
|
449
|
+
* @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
|
|
450
|
+
* @throws ApiError
|
|
451
|
+
*/
|
|
452
|
+
public getApiSettingServiceProductGroupVat(data: GetApiSettingServiceProductGroupVatData = {}): CancelablePromise<GetApiSettingServiceProductGroupVatResponse> {
|
|
453
|
+
return this.httpRequest.request({
|
|
454
|
+
method: 'GET',
|
|
455
|
+
url: '/api/setting-service/product-group-vat',
|
|
456
|
+
query: {
|
|
457
|
+
Sorting: data.sorting,
|
|
458
|
+
SkipCount: data.skipCount,
|
|
459
|
+
MaxResultCount: data.maxResultCount
|
|
460
|
+
},
|
|
461
|
+
errors: {
|
|
462
|
+
400: 'Bad Request',
|
|
463
|
+
401: 'Unauthorized',
|
|
464
|
+
403: 'Forbidden',
|
|
465
|
+
404: 'Not Found',
|
|
466
|
+
500: 'Server Error',
|
|
467
|
+
501: 'Server Error'
|
|
468
|
+
}
|
|
469
|
+
});
|
|
470
|
+
}
|
|
471
|
+
|
|
444
472
|
/**
|
|
445
473
|
* @param data The data for the request.
|
|
446
474
|
* @param data.id
|
|
447
475
|
* @returns unknown Success
|
|
448
476
|
* @throws ApiError
|
|
449
477
|
*/
|
|
450
|
-
public
|
|
478
|
+
public deleteApiSettingServiceProductGroupVatById(data: DeleteApiSettingServiceProductGroupVatByIdData): CancelablePromise<DeleteApiSettingServiceProductGroupVatByIdResponse> {
|
|
451
479
|
return this.httpRequest.request({
|
|
452
480
|
method: 'DELETE',
|
|
453
|
-
url: '/api/setting-service/product-group-vat',
|
|
454
|
-
|
|
481
|
+
url: '/api/setting-service/product-group-vat/{id}',
|
|
482
|
+
path: {
|
|
455
483
|
id: data.id
|
|
456
484
|
},
|
|
457
485
|
errors: {
|
|
@@ -467,20 +495,16 @@ export class ProductGroupVatService {
|
|
|
467
495
|
|
|
468
496
|
/**
|
|
469
497
|
* @param data The data for the request.
|
|
470
|
-
* @param data.
|
|
471
|
-
* @
|
|
472
|
-
* @param data.maxResultCount
|
|
473
|
-
* @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
|
|
498
|
+
* @param data.id
|
|
499
|
+
* @returns UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto Success
|
|
474
500
|
* @throws ApiError
|
|
475
501
|
*/
|
|
476
|
-
public
|
|
502
|
+
public getApiSettingServiceProductGroupVatById(data: GetApiSettingServiceProductGroupVatByIdData): CancelablePromise<GetApiSettingServiceProductGroupVatByIdResponse> {
|
|
477
503
|
return this.httpRequest.request({
|
|
478
504
|
method: 'GET',
|
|
479
|
-
url: '/api/setting-service/product-group-vat',
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
SkipCount: data.skipCount,
|
|
483
|
-
MaxResultCount: data.maxResultCount
|
|
505
|
+
url: '/api/setting-service/product-group-vat/{id}',
|
|
506
|
+
path: {
|
|
507
|
+
id: data.id
|
|
484
508
|
},
|
|
485
509
|
errors: {
|
|
486
510
|
400: 'Bad Request',
|
|
@@ -500,11 +524,11 @@ export class ProductGroupVatService {
|
|
|
500
524
|
* @returns UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto Success
|
|
501
525
|
* @throws ApiError
|
|
502
526
|
*/
|
|
503
|
-
public
|
|
527
|
+
public putApiSettingServiceProductGroupVatById(data: PutApiSettingServiceProductGroupVatByIdData): CancelablePromise<PutApiSettingServiceProductGroupVatByIdResponse> {
|
|
504
528
|
return this.httpRequest.request({
|
|
505
529
|
method: 'PUT',
|
|
506
|
-
url: '/api/setting-service/product-group-vat',
|
|
507
|
-
|
|
530
|
+
url: '/api/setting-service/product-group-vat/{id}',
|
|
531
|
+
path: {
|
|
508
532
|
id: data.id
|
|
509
533
|
},
|
|
510
534
|
body: data.requestBody,
|
|
@@ -522,16 +546,20 @@ export class ProductGroupVatService {
|
|
|
522
546
|
|
|
523
547
|
/**
|
|
524
548
|
* @param data The data for the request.
|
|
525
|
-
* @param data.
|
|
526
|
-
* @
|
|
549
|
+
* @param data.sorting
|
|
550
|
+
* @param data.skipCount
|
|
551
|
+
* @param data.maxResultCount
|
|
552
|
+
* @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_SettingService_ProductGroupVats_ProductGroupVatDetailDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
|
|
527
553
|
* @throws ApiError
|
|
528
554
|
*/
|
|
529
|
-
public
|
|
555
|
+
public getApiSettingServiceProductGroupVatDetail(data: GetApiSettingServiceProductGroupVatDetailData = {}): CancelablePromise<GetApiSettingServiceProductGroupVatDetailResponse> {
|
|
530
556
|
return this.httpRequest.request({
|
|
531
557
|
method: 'GET',
|
|
532
|
-
url: '/api/setting-service/product-group-vat/
|
|
533
|
-
|
|
534
|
-
|
|
558
|
+
url: '/api/setting-service/product-group-vat/detail',
|
|
559
|
+
query: {
|
|
560
|
+
Sorting: data.sorting,
|
|
561
|
+
SkipCount: data.skipCount,
|
|
562
|
+
MaxResultCount: data.maxResultCount
|
|
535
563
|
},
|
|
536
564
|
errors: {
|
|
537
565
|
400: 'Bad Request',
|
|
@@ -682,17 +710,45 @@ export class VatService {
|
|
|
682
710
|
});
|
|
683
711
|
}
|
|
684
712
|
|
|
713
|
+
/**
|
|
714
|
+
* @param data The data for the request.
|
|
715
|
+
* @param data.sorting
|
|
716
|
+
* @param data.skipCount
|
|
717
|
+
* @param data.maxResultCount
|
|
718
|
+
* @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_SettingService_Vats_VatDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
|
|
719
|
+
* @throws ApiError
|
|
720
|
+
*/
|
|
721
|
+
public getApiSettingServiceVat(data: GetApiSettingServiceVatData = {}): CancelablePromise<GetApiSettingServiceVatResponse> {
|
|
722
|
+
return this.httpRequest.request({
|
|
723
|
+
method: 'GET',
|
|
724
|
+
url: '/api/setting-service/vat',
|
|
725
|
+
query: {
|
|
726
|
+
Sorting: data.sorting,
|
|
727
|
+
SkipCount: data.skipCount,
|
|
728
|
+
MaxResultCount: data.maxResultCount
|
|
729
|
+
},
|
|
730
|
+
errors: {
|
|
731
|
+
400: 'Bad Request',
|
|
732
|
+
401: 'Unauthorized',
|
|
733
|
+
403: 'Forbidden',
|
|
734
|
+
404: 'Not Found',
|
|
735
|
+
500: 'Server Error',
|
|
736
|
+
501: 'Server Error'
|
|
737
|
+
}
|
|
738
|
+
});
|
|
739
|
+
}
|
|
740
|
+
|
|
685
741
|
/**
|
|
686
742
|
* @param data The data for the request.
|
|
687
743
|
* @param data.id
|
|
688
744
|
* @returns unknown Success
|
|
689
745
|
* @throws ApiError
|
|
690
746
|
*/
|
|
691
|
-
public
|
|
747
|
+
public deleteApiSettingServiceVatById(data: DeleteApiSettingServiceVatByIdData): CancelablePromise<DeleteApiSettingServiceVatByIdResponse> {
|
|
692
748
|
return this.httpRequest.request({
|
|
693
749
|
method: 'DELETE',
|
|
694
|
-
url: '/api/setting-service/vat',
|
|
695
|
-
|
|
750
|
+
url: '/api/setting-service/vat/{id}',
|
|
751
|
+
path: {
|
|
696
752
|
id: data.id
|
|
697
753
|
},
|
|
698
754
|
errors: {
|
|
@@ -708,20 +764,16 @@ export class VatService {
|
|
|
708
764
|
|
|
709
765
|
/**
|
|
710
766
|
* @param data The data for the request.
|
|
711
|
-
* @param data.
|
|
712
|
-
* @
|
|
713
|
-
* @param data.maxResultCount
|
|
714
|
-
* @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_SettingService_Vats_VatDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
|
|
767
|
+
* @param data.id
|
|
768
|
+
* @returns UniRefund_SettingService_Vats_VatDto Success
|
|
715
769
|
* @throws ApiError
|
|
716
770
|
*/
|
|
717
|
-
public
|
|
771
|
+
public getApiSettingServiceVatById(data: GetApiSettingServiceVatByIdData): CancelablePromise<GetApiSettingServiceVatByIdResponse> {
|
|
718
772
|
return this.httpRequest.request({
|
|
719
773
|
method: 'GET',
|
|
720
|
-
url: '/api/setting-service/vat',
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
SkipCount: data.skipCount,
|
|
724
|
-
MaxResultCount: data.maxResultCount
|
|
774
|
+
url: '/api/setting-service/vat/{id}',
|
|
775
|
+
path: {
|
|
776
|
+
id: data.id
|
|
725
777
|
},
|
|
726
778
|
errors: {
|
|
727
779
|
400: 'Bad Request',
|
|
@@ -741,11 +793,11 @@ export class VatService {
|
|
|
741
793
|
* @returns UniRefund_SettingService_Vats_VatDto Success
|
|
742
794
|
* @throws ApiError
|
|
743
795
|
*/
|
|
744
|
-
public
|
|
796
|
+
public putApiSettingServiceVatById(data: PutApiSettingServiceVatByIdData): CancelablePromise<PutApiSettingServiceVatByIdResponse> {
|
|
745
797
|
return this.httpRequest.request({
|
|
746
798
|
method: 'PUT',
|
|
747
|
-
url: '/api/setting-service/vat',
|
|
748
|
-
|
|
799
|
+
url: '/api/setting-service/vat/{id}',
|
|
800
|
+
path: {
|
|
749
801
|
id: data.id
|
|
750
802
|
},
|
|
751
803
|
body: data.requestBody,
|
|
@@ -763,16 +815,20 @@ export class VatService {
|
|
|
763
815
|
|
|
764
816
|
/**
|
|
765
817
|
* @param data The data for the request.
|
|
766
|
-
* @param data.
|
|
767
|
-
* @
|
|
818
|
+
* @param data.sorting
|
|
819
|
+
* @param data.skipCount
|
|
820
|
+
* @param data.maxResultCount
|
|
821
|
+
* @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_SettingService_Vats_VatDetailDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
|
|
768
822
|
* @throws ApiError
|
|
769
823
|
*/
|
|
770
|
-
public
|
|
824
|
+
public getApiSettingServiceVatDetail(data: GetApiSettingServiceVatDetailData = {}): CancelablePromise<GetApiSettingServiceVatDetailResponse> {
|
|
771
825
|
return this.httpRequest.request({
|
|
772
826
|
method: 'GET',
|
|
773
|
-
url: '/api/setting-service/vat/
|
|
774
|
-
|
|
775
|
-
|
|
827
|
+
url: '/api/setting-service/vat/detail',
|
|
828
|
+
query: {
|
|
829
|
+
Sorting: data.sorting,
|
|
830
|
+
SkipCount: data.skipCount,
|
|
831
|
+
MaxResultCount: data.maxResultCount
|
|
776
832
|
},
|
|
777
833
|
errors: {
|
|
778
834
|
400: 'Bad Request',
|