@ayasofyazilim/saas 0.0.67 → 0.0.69
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/.github/workflows/release.yaml +2 -2
- package/ContractService/ContractServiceClient.ts +3 -0
- package/ContractService/schemas.gen.ts +3520 -1491
- package/ContractService/services.gen.ts +303 -2
- package/ContractService/types.gen.ts +647 -56
- package/README.md +26 -1
- package/SettingService/SettingServiceClient.ts +0 -3
- package/SettingService/schemas.gen.ts +352 -539
- package/SettingService/services.gen.ts +38 -170
- package/SettingService/types.gen.ts +83 -335
- package/package.json +1 -1
|
@@ -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, PostApiSettingServiceProductGroupData, PostApiSettingServiceProductGroupResponse, GetApiSettingServiceProductGroupData, GetApiSettingServiceProductGroupResponse, PostApiSettingServiceProductGroupTranslationByIdData, PostApiSettingServiceProductGroupTranslationByIdResponse, DeleteApiSettingServiceProductGroupByIdData, DeleteApiSettingServiceProductGroupByIdResponse, GetApiSettingServiceProductGroupByIdData, GetApiSettingServiceProductGroupByIdResponse, PutApiSettingServiceProductGroupByIdData, PutApiSettingServiceProductGroupByIdResponse, GetApiSettingServiceProductGroupDetailByIdData, GetApiSettingServiceProductGroupDetailByIdResponse, GetApiSettingServiceProductGroupByMerchantIdByIdData, GetApiSettingServiceProductGroupByMerchantIdByIdResponse,
|
|
5
|
+
import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, PostApiSettingServiceCountrySettingsForTenantData, PostApiSettingServiceCountrySettingsForTenantResponse, GetApiSettingServiceCountrySettingsResponse, PostApiSettingServiceCountrySettingsResponse, GetApiSettingManagementEmailingResponse, PostApiSettingManagementEmailingData, PostApiSettingManagementEmailingResponse, PostApiSettingManagementEmailingSendTestEmailData, PostApiSettingManagementEmailingSendTestEmailResponse, PostApiSettingServiceProductGroupData, PostApiSettingServiceProductGroupResponse, GetApiSettingServiceProductGroupData, GetApiSettingServiceProductGroupResponse, PostApiSettingServiceProductGroupTranslationByIdData, PostApiSettingServiceProductGroupTranslationByIdResponse, PutApiSettingServiceProductGroupTranslationByIdData, PutApiSettingServiceProductGroupTranslationByIdResponse, DeleteApiSettingServiceProductGroupByIdData, DeleteApiSettingServiceProductGroupByIdResponse, GetApiSettingServiceProductGroupByIdData, GetApiSettingServiceProductGroupByIdResponse, PutApiSettingServiceProductGroupByIdData, PutApiSettingServiceProductGroupByIdResponse, GetApiSettingServiceProductGroupDetailByIdData, GetApiSettingServiceProductGroupDetailByIdResponse, GetApiSettingServiceProductGroupByMerchantIdByIdData, GetApiSettingServiceProductGroupByMerchantIdByIdResponse, GetApiSettingServiceProductGroupDetailData, GetApiSettingServiceProductGroupDetailResponse, PostApiSettingServiceProductGroupProductGroupMerchantBulkData, PostApiSettingServiceProductGroupProductGroupMerchantBulkResponse, GetApiSettingServiceSampleResponse, GetApiSettingServiceSampleAuthorizedResponse, GetApiSettingManagementTimezoneResponse, PostApiSettingManagementTimezoneData, PostApiSettingManagementTimezoneResponse, GetApiSettingManagementTimezoneTimezonesResponse, PostApiSettingServiceVatData, PostApiSettingServiceVatResponse, GetApiSettingServiceVatData, GetApiSettingServiceVatResponse, DeleteApiSettingServiceVatByIdData, DeleteApiSettingServiceVatByIdResponse, GetApiSettingServiceVatByIdData, GetApiSettingServiceVatByIdResponse, PutApiSettingServiceVatByIdData, PutApiSettingServiceVatByIdResponse } from './types.gen';
|
|
6
6
|
|
|
7
7
|
export class AbpApiDefinitionService {
|
|
8
8
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
@@ -260,7 +260,7 @@ export class ProductGroupService {
|
|
|
260
260
|
* @param data.sorting
|
|
261
261
|
* @param data.skipCount
|
|
262
262
|
* @param data.maxResultCount
|
|
263
|
-
* @returns
|
|
263
|
+
* @returns PagedResultDto_ProductGroupDto Success
|
|
264
264
|
* @throws ApiError
|
|
265
265
|
*/
|
|
266
266
|
public getApiSettingServiceProductGroup(data: GetApiSettingServiceProductGroupData = {}): CancelablePromise<GetApiSettingServiceProductGroupResponse> {
|
|
@@ -310,6 +310,33 @@ export class ProductGroupService {
|
|
|
310
310
|
});
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
+
/**
|
|
314
|
+
* @param data The data for the request.
|
|
315
|
+
* @param data.id
|
|
316
|
+
* @param data.requestBody
|
|
317
|
+
* @returns unknown Success
|
|
318
|
+
* @throws ApiError
|
|
319
|
+
*/
|
|
320
|
+
public putApiSettingServiceProductGroupTranslationById(data: PutApiSettingServiceProductGroupTranslationByIdData): CancelablePromise<PutApiSettingServiceProductGroupTranslationByIdResponse> {
|
|
321
|
+
return this.httpRequest.request({
|
|
322
|
+
method: 'PUT',
|
|
323
|
+
url: '/api/setting-service/product-group/translation/{id}',
|
|
324
|
+
path: {
|
|
325
|
+
id: data.id
|
|
326
|
+
},
|
|
327
|
+
body: data.requestBody,
|
|
328
|
+
mediaType: 'application/json',
|
|
329
|
+
errors: {
|
|
330
|
+
400: 'Bad Request',
|
|
331
|
+
401: 'Unauthorized',
|
|
332
|
+
403: 'Forbidden',
|
|
333
|
+
404: 'Not Found',
|
|
334
|
+
500: 'Server Error',
|
|
335
|
+
501: 'Server Error'
|
|
336
|
+
}
|
|
337
|
+
});
|
|
338
|
+
}
|
|
339
|
+
|
|
313
340
|
/**
|
|
314
341
|
* @param data The data for the request.
|
|
315
342
|
* @param data.id
|
|
@@ -389,7 +416,7 @@ export class ProductGroupService {
|
|
|
389
416
|
* @param data The data for the request.
|
|
390
417
|
* @param data.id
|
|
391
418
|
* @param data.cultureName
|
|
392
|
-
* @returns
|
|
419
|
+
* @returns UniRefund_SettingService_ProductGroups_ProductGroupDetailDto Success
|
|
393
420
|
* @throws ApiError
|
|
394
421
|
*/
|
|
395
422
|
public getApiSettingServiceProductGroupDetailById(data: GetApiSettingServiceProductGroupDetailByIdData): CancelablePromise<GetApiSettingServiceProductGroupDetailByIdResponse> {
|
|
@@ -437,69 +464,18 @@ export class ProductGroupService {
|
|
|
437
464
|
});
|
|
438
465
|
}
|
|
439
466
|
|
|
440
|
-
/**
|
|
441
|
-
* @param data The data for the request.
|
|
442
|
-
* @param data.requestBody
|
|
443
|
-
* @returns unknown Success
|
|
444
|
-
* @throws ApiError
|
|
445
|
-
*/
|
|
446
|
-
public postApiSettingServiceProductGroupProductGroupMerchantBulk(data: PostApiSettingServiceProductGroupProductGroupMerchantBulkData = {}): CancelablePromise<PostApiSettingServiceProductGroupProductGroupMerchantBulkResponse> {
|
|
447
|
-
return this.httpRequest.request({
|
|
448
|
-
method: 'POST',
|
|
449
|
-
url: '/api/setting-service/product-group/product-group-merchant-bulk',
|
|
450
|
-
body: data.requestBody,
|
|
451
|
-
mediaType: 'application/json',
|
|
452
|
-
errors: {
|
|
453
|
-
400: 'Bad Request',
|
|
454
|
-
401: 'Unauthorized',
|
|
455
|
-
403: 'Forbidden',
|
|
456
|
-
404: 'Not Found',
|
|
457
|
-
500: 'Server Error',
|
|
458
|
-
501: 'Server Error'
|
|
459
|
-
}
|
|
460
|
-
});
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
export class ProductGroupVatService {
|
|
466
|
-
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
467
|
-
|
|
468
|
-
/**
|
|
469
|
-
* @param data The data for the request.
|
|
470
|
-
* @param data.requestBody
|
|
471
|
-
* @returns UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto Success
|
|
472
|
-
* @throws ApiError
|
|
473
|
-
*/
|
|
474
|
-
public postApiSettingServiceProductGroupVat(data: PostApiSettingServiceProductGroupVatData = {}): CancelablePromise<PostApiSettingServiceProductGroupVatResponse> {
|
|
475
|
-
return this.httpRequest.request({
|
|
476
|
-
method: 'POST',
|
|
477
|
-
url: '/api/setting-service/product-group-vat',
|
|
478
|
-
body: data.requestBody,
|
|
479
|
-
mediaType: 'application/json',
|
|
480
|
-
errors: {
|
|
481
|
-
400: 'Bad Request',
|
|
482
|
-
401: 'Unauthorized',
|
|
483
|
-
403: 'Forbidden',
|
|
484
|
-
404: 'Not Found',
|
|
485
|
-
500: 'Server Error',
|
|
486
|
-
501: 'Server Error'
|
|
487
|
-
}
|
|
488
|
-
});
|
|
489
|
-
}
|
|
490
|
-
|
|
491
467
|
/**
|
|
492
468
|
* @param data The data for the request.
|
|
493
469
|
* @param data.sorting
|
|
494
470
|
* @param data.skipCount
|
|
495
471
|
* @param data.maxResultCount
|
|
496
|
-
* @returns
|
|
472
|
+
* @returns PagedResultDto_ProductGroupDetailDto Success
|
|
497
473
|
* @throws ApiError
|
|
498
474
|
*/
|
|
499
|
-
public
|
|
475
|
+
public getApiSettingServiceProductGroupDetail(data: GetApiSettingServiceProductGroupDetailData = {}): CancelablePromise<GetApiSettingServiceProductGroupDetailResponse> {
|
|
500
476
|
return this.httpRequest.request({
|
|
501
477
|
method: 'GET',
|
|
502
|
-
url: '/api/setting-service/product-group
|
|
478
|
+
url: '/api/setting-service/product-group/detail',
|
|
503
479
|
query: {
|
|
504
480
|
Sorting: data.sorting,
|
|
505
481
|
SkipCount: data.skipCount,
|
|
@@ -518,66 +494,14 @@ export class ProductGroupVatService {
|
|
|
518
494
|
|
|
519
495
|
/**
|
|
520
496
|
* @param data The data for the request.
|
|
521
|
-
* @param data.id
|
|
522
|
-
* @returns unknown Success
|
|
523
|
-
* @throws ApiError
|
|
524
|
-
*/
|
|
525
|
-
public deleteApiSettingServiceProductGroupVatById(data: DeleteApiSettingServiceProductGroupVatByIdData): CancelablePromise<DeleteApiSettingServiceProductGroupVatByIdResponse> {
|
|
526
|
-
return this.httpRequest.request({
|
|
527
|
-
method: 'DELETE',
|
|
528
|
-
url: '/api/setting-service/product-group-vat/{id}',
|
|
529
|
-
path: {
|
|
530
|
-
id: data.id
|
|
531
|
-
},
|
|
532
|
-
errors: {
|
|
533
|
-
400: 'Bad Request',
|
|
534
|
-
401: 'Unauthorized',
|
|
535
|
-
403: 'Forbidden',
|
|
536
|
-
404: 'Not Found',
|
|
537
|
-
500: 'Server Error',
|
|
538
|
-
501: 'Server Error'
|
|
539
|
-
}
|
|
540
|
-
});
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
/**
|
|
544
|
-
* @param data The data for the request.
|
|
545
|
-
* @param data.id
|
|
546
|
-
* @returns UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto Success
|
|
547
|
-
* @throws ApiError
|
|
548
|
-
*/
|
|
549
|
-
public getApiSettingServiceProductGroupVatById(data: GetApiSettingServiceProductGroupVatByIdData): CancelablePromise<GetApiSettingServiceProductGroupVatByIdResponse> {
|
|
550
|
-
return this.httpRequest.request({
|
|
551
|
-
method: 'GET',
|
|
552
|
-
url: '/api/setting-service/product-group-vat/{id}',
|
|
553
|
-
path: {
|
|
554
|
-
id: data.id
|
|
555
|
-
},
|
|
556
|
-
errors: {
|
|
557
|
-
400: 'Bad Request',
|
|
558
|
-
401: 'Unauthorized',
|
|
559
|
-
403: 'Forbidden',
|
|
560
|
-
404: 'Not Found',
|
|
561
|
-
500: 'Server Error',
|
|
562
|
-
501: 'Server Error'
|
|
563
|
-
}
|
|
564
|
-
});
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
/**
|
|
568
|
-
* @param data The data for the request.
|
|
569
|
-
* @param data.id
|
|
570
497
|
* @param data.requestBody
|
|
571
|
-
* @returns
|
|
498
|
+
* @returns unknown Success
|
|
572
499
|
* @throws ApiError
|
|
573
500
|
*/
|
|
574
|
-
public
|
|
501
|
+
public postApiSettingServiceProductGroupProductGroupMerchantBulk(data: PostApiSettingServiceProductGroupProductGroupMerchantBulkData = {}): CancelablePromise<PostApiSettingServiceProductGroupProductGroupMerchantBulkResponse> {
|
|
575
502
|
return this.httpRequest.request({
|
|
576
|
-
method: '
|
|
577
|
-
url: '/api/setting-service/product-group-
|
|
578
|
-
path: {
|
|
579
|
-
id: data.id
|
|
580
|
-
},
|
|
503
|
+
method: 'POST',
|
|
504
|
+
url: '/api/setting-service/product-group/product-group-merchant-bulk',
|
|
581
505
|
body: data.requestBody,
|
|
582
506
|
mediaType: 'application/json',
|
|
583
507
|
errors: {
|
|
@@ -591,34 +515,6 @@ export class ProductGroupVatService {
|
|
|
591
515
|
});
|
|
592
516
|
}
|
|
593
517
|
|
|
594
|
-
/**
|
|
595
|
-
* @param data The data for the request.
|
|
596
|
-
* @param data.sorting
|
|
597
|
-
* @param data.skipCount
|
|
598
|
-
* @param data.maxResultCount
|
|
599
|
-
* @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
|
|
600
|
-
* @throws ApiError
|
|
601
|
-
*/
|
|
602
|
-
public getApiSettingServiceProductGroupVatDetail(data: GetApiSettingServiceProductGroupVatDetailData = {}): CancelablePromise<GetApiSettingServiceProductGroupVatDetailResponse> {
|
|
603
|
-
return this.httpRequest.request({
|
|
604
|
-
method: 'GET',
|
|
605
|
-
url: '/api/setting-service/product-group-vat/detail',
|
|
606
|
-
query: {
|
|
607
|
-
Sorting: data.sorting,
|
|
608
|
-
SkipCount: data.skipCount,
|
|
609
|
-
MaxResultCount: data.maxResultCount
|
|
610
|
-
},
|
|
611
|
-
errors: {
|
|
612
|
-
400: 'Bad Request',
|
|
613
|
-
401: 'Unauthorized',
|
|
614
|
-
403: 'Forbidden',
|
|
615
|
-
404: 'Not Found',
|
|
616
|
-
500: 'Server Error',
|
|
617
|
-
501: 'Server Error'
|
|
618
|
-
}
|
|
619
|
-
});
|
|
620
|
-
}
|
|
621
|
-
|
|
622
518
|
}
|
|
623
519
|
|
|
624
520
|
export class SampleService {
|
|
@@ -762,7 +658,7 @@ export class VatService {
|
|
|
762
658
|
* @param data.sorting
|
|
763
659
|
* @param data.skipCount
|
|
764
660
|
* @param data.maxResultCount
|
|
765
|
-
* @returns
|
|
661
|
+
* @returns PagedResultDto_VatDto Success
|
|
766
662
|
* @throws ApiError
|
|
767
663
|
*/
|
|
768
664
|
public getApiSettingServiceVat(data: GetApiSettingServiceVatData = {}): CancelablePromise<GetApiSettingServiceVatResponse> {
|
|
@@ -860,32 +756,4 @@ export class VatService {
|
|
|
860
756
|
});
|
|
861
757
|
}
|
|
862
758
|
|
|
863
|
-
/**
|
|
864
|
-
* @param data The data for the request.
|
|
865
|
-
* @param data.sorting
|
|
866
|
-
* @param data.skipCount
|
|
867
|
-
* @param data.maxResultCount
|
|
868
|
-
* @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
|
|
869
|
-
* @throws ApiError
|
|
870
|
-
*/
|
|
871
|
-
public getApiSettingServiceVatDetail(data: GetApiSettingServiceVatDetailData = {}): CancelablePromise<GetApiSettingServiceVatDetailResponse> {
|
|
872
|
-
return this.httpRequest.request({
|
|
873
|
-
method: 'GET',
|
|
874
|
-
url: '/api/setting-service/vat/detail',
|
|
875
|
-
query: {
|
|
876
|
-
Sorting: data.sorting,
|
|
877
|
-
SkipCount: data.skipCount,
|
|
878
|
-
MaxResultCount: data.maxResultCount
|
|
879
|
-
},
|
|
880
|
-
errors: {
|
|
881
|
-
400: 'Bad Request',
|
|
882
|
-
401: 'Unauthorized',
|
|
883
|
-
403: 'Forbidden',
|
|
884
|
-
404: 'Not Found',
|
|
885
|
-
500: 'Server Error',
|
|
886
|
-
501: 'Server Error'
|
|
887
|
-
}
|
|
888
|
-
});
|
|
889
|
-
}
|
|
890
|
-
|
|
891
759
|
}
|