@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.
Files changed (71) hide show
  1. package/AccountService/AccountServiceClient.ts +65 -65
  2. package/AccountService/core/ApiRequestOptions.ts +12 -12
  3. package/AccountService/core/BaseHttpRequest.ts +9 -9
  4. package/AccountService/core/FetchHttpRequest.ts +21 -21
  5. package/AccountService/core/OpenAPI.ts +55 -55
  6. package/AccountService/core/request.ts +340 -340
  7. package/AccountService/schemas.gen.ts +5103 -5103
  8. package/AccountService/services.gen.ts +1452 -1452
  9. package/AccountService/types.gen.ts +9896 -9896
  10. package/AdministrationService/AdministrationServiceClient.ts +74 -74
  11. package/AdministrationService/core/ApiRequestOptions.ts +12 -12
  12. package/AdministrationService/core/BaseHttpRequest.ts +9 -9
  13. package/AdministrationService/core/FetchHttpRequest.ts +21 -21
  14. package/AdministrationService/core/OpenAPI.ts +55 -55
  15. package/AdministrationService/core/request.ts +340 -340
  16. package/AdministrationService/index.ts +8 -8
  17. package/AdministrationService/schemas.gen.ts +5897 -5897
  18. package/AdministrationService/services.gen.ts +1332 -1332
  19. package/AdministrationService/types.gen.ts +9024 -9024
  20. package/BackerService/core/ApiRequestOptions.ts +12 -12
  21. package/BackerService/core/BaseHttpRequest.ts +9 -9
  22. package/BackerService/core/FetchHttpRequest.ts +21 -21
  23. package/BackerService/core/OpenAPI.ts +55 -55
  24. package/BackerService/core/request.ts +340 -340
  25. package/BackerService/schemas.gen.ts +12444 -12444
  26. package/FundraiserService/FundraiserServiceClient.ts +47 -47
  27. package/FundraiserService/core/ApiError.ts +20 -20
  28. package/FundraiserService/core/ApiResult.ts +6 -6
  29. package/FundraiserService/core/CancelablePromise.ts +125 -125
  30. package/FundraiserService/index.ts +8 -8
  31. package/FundraiserService/schemas.gen.ts +11548 -11548
  32. package/FundraiserService/services.gen.ts +627 -627
  33. package/IdentityService/IdentityServiceClient.ts +77 -77
  34. package/IdentityService/core/ApiRequestOptions.ts +12 -12
  35. package/IdentityService/core/BaseHttpRequest.ts +9 -9
  36. package/IdentityService/core/FetchHttpRequest.ts +21 -21
  37. package/IdentityService/core/OpenAPI.ts +55 -55
  38. package/IdentityService/core/request.ts +340 -340
  39. package/IdentityService/schemas.gen.ts +6573 -6573
  40. package/IdentityService/services.gen.ts +2839 -2839
  41. package/IdentityService/types.gen.ts +17446 -17446
  42. package/MerchantService/core/ApiRequestOptions.ts +12 -12
  43. package/MerchantService/core/BaseHttpRequest.ts +9 -9
  44. package/MerchantService/core/FetchHttpRequest.ts +21 -21
  45. package/MerchantService/core/OpenAPI.ts +55 -55
  46. package/MerchantService/core/request.ts +340 -340
  47. package/MerchantService/schemas.gen.ts +14764 -14764
  48. package/MerchantService/services.gen.ts +1602 -1602
  49. package/ProjectService/core/ApiRequestOptions.ts +12 -12
  50. package/ProjectService/core/BaseHttpRequest.ts +9 -9
  51. package/ProjectService/core/FetchHttpRequest.ts +21 -21
  52. package/ProjectService/core/OpenAPI.ts +55 -55
  53. package/ProjectService/core/request.ts +340 -340
  54. package/ProjectService/schemas.gen.ts +5147 -5147
  55. package/ProjectService/services.gen.ts +492 -492
  56. package/ProjectService.json +2937 -2937
  57. package/SaasService/core/ApiRequestOptions.ts +12 -12
  58. package/SaasService/core/BaseHttpRequest.ts +9 -9
  59. package/SaasService/core/FetchHttpRequest.ts +21 -21
  60. package/SaasService/core/OpenAPI.ts +55 -55
  61. package/SaasService/core/request.ts +340 -340
  62. package/SaasService/schemas.gen.ts +5278 -5278
  63. package/SaasService/services.gen.ts +1325 -1325
  64. package/SaasService/types.gen.ts +9052 -9052
  65. package/SettingService/SettingServiceClient.ts +62 -62
  66. package/SettingService/index.ts +8 -8
  67. package/SettingService/schemas.gen.ts +165 -549
  68. package/SettingService/services.gen.ts +129 -73
  69. package/SettingService/types.gen.ts +191 -88
  70. package/package.json +2 -10
  71. package/swagger.json +4794 -4794
@@ -547,7 +547,7 @@ export const $UniRefund_SettingService_Items_GroupItemDto = {
547
547
  } as const;
548
548
 
549
549
  export const $UniRefund_SettingService_ProductGroupVats_CreateProductGroupVatDto = {
550
- required: ['active', 'countryId', 'productGroup', 'productGroupId', 'vat', 'vatId'],
550
+ required: ['countryId', 'productGroupId', 'vatId'],
551
551
  type: 'object',
552
552
  properties: {
553
553
  extraProperties: {
@@ -560,140 +560,51 @@ export const $UniRefund_SettingService_ProductGroupVats_CreateProductGroupVatDto
560
560
  type: 'string',
561
561
  format: 'uuid'
562
562
  },
563
- productGroup: {
564
- type: 'object',
565
- properties: {
566
- id: {
567
- type: 'string',
568
- format: 'uuid'
569
- },
570
- creationTime: {
571
- type: 'string',
572
- format: 'date-time'
573
- },
574
- creatorId: {
575
- type: 'string',
576
- format: 'uuid',
577
- nullable: true
578
- },
579
- lastModificationTime: {
580
- type: 'string',
581
- format: 'date-time',
582
- nullable: true
583
- },
584
- lastModifierId: {
585
- type: 'string',
586
- format: 'uuid',
587
- nullable: true
588
- },
589
- isDeleted: {
590
- type: 'boolean'
591
- },
592
- deleterId: {
593
- type: 'string',
594
- format: 'uuid',
595
- nullable: true
596
- },
597
- deletionTime: {
598
- type: 'string',
599
- format: 'date-time',
600
- nullable: true
601
- },
602
- articleCode: {
603
- type: 'string',
604
- nullable: true
605
- },
606
- name: {
607
- type: 'string',
608
- nullable: true
609
- },
610
- unitCode: {
611
- enum: [0, 1, 2],
612
- type: 'integer',
613
- format: 'int32'
614
- },
615
- companyType: {
616
- enum: [0, 1, 2, 3, 4, 5, 6],
617
- type: 'integer',
618
- format: 'int32'
619
- },
620
- active: {
621
- type: 'boolean'
622
- },
623
- food: {
624
- type: 'boolean'
625
- },
626
- language: {
627
- type: 'string',
628
- nullable: true
629
- }
630
- },
631
- additionalProperties: false
563
+ countryId: {
564
+ type: 'string',
565
+ format: 'uuid'
566
+ },
567
+ vatId: {
568
+ type: 'string',
569
+ format: 'uuid'
570
+ },
571
+ active: {
572
+ type: 'boolean'
573
+ }
574
+ },
575
+ additionalProperties: false
576
+ } as const;
577
+
578
+ export const $UniRefund_SettingService_ProductGroupVats_ProductGroupVatDetailDto = {
579
+ type: 'object',
580
+ properties: {
581
+ id: {
582
+ type: 'string',
583
+ format: 'uuid'
584
+ },
585
+ productGroupId: {
586
+ type: 'string',
587
+ format: 'uuid'
588
+ },
589
+ productGroupName: {
590
+ type: 'string',
591
+ nullable: true
632
592
  },
633
593
  countryId: {
634
594
  type: 'string',
635
595
  format: 'uuid'
636
596
  },
597
+ countryName: {
598
+ type: 'string',
599
+ nullable: true
600
+ },
637
601
  vatId: {
638
602
  type: 'string',
639
603
  format: 'uuid'
640
604
  },
641
- vat: {
642
- type: 'object',
643
- properties: {
644
- id: {
645
- type: 'string',
646
- format: 'uuid'
647
- },
648
- creationTime: {
649
- type: 'string',
650
- format: 'date-time'
651
- },
652
- creatorId: {
653
- type: 'string',
654
- format: 'uuid',
655
- nullable: true
656
- },
657
- lastModificationTime: {
658
- type: 'string',
659
- format: 'date-time',
660
- nullable: true
661
- },
662
- lastModifierId: {
663
- type: 'string',
664
- format: 'uuid',
665
- nullable: true
666
- },
667
- isDeleted: {
668
- type: 'boolean'
669
- },
670
- deleterId: {
671
- type: 'string',
672
- format: 'uuid',
673
- nullable: true
674
- },
675
- deletionTime: {
676
- type: 'string',
677
- format: 'date-time',
678
- nullable: true
679
- },
680
- percent: {
681
- type: 'number',
682
- format: 'float'
683
- },
684
- minimumTotalAmount: {
685
- type: 'number',
686
- format: 'float'
687
- },
688
- countryId: {
689
- type: 'string',
690
- format: 'uuid'
691
- },
692
- active: {
693
- type: 'boolean'
694
- }
695
- },
696
- additionalProperties: false
605
+ vatPercent: {
606
+ type: 'number',
607
+ format: 'float'
697
608
  },
698
609
  active: {
699
610
  type: 'boolean'
@@ -745,76 +656,6 @@ export const $UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto = {
745
656
  type: 'string',
746
657
  format: 'uuid'
747
658
  },
748
- productGroup: {
749
- type: 'object',
750
- properties: {
751
- id: {
752
- type: 'string',
753
- format: 'uuid'
754
- },
755
- creationTime: {
756
- type: 'string',
757
- format: 'date-time'
758
- },
759
- creatorId: {
760
- type: 'string',
761
- format: 'uuid',
762
- nullable: true
763
- },
764
- lastModificationTime: {
765
- type: 'string',
766
- format: 'date-time',
767
- nullable: true
768
- },
769
- lastModifierId: {
770
- type: 'string',
771
- format: 'uuid',
772
- nullable: true
773
- },
774
- isDeleted: {
775
- type: 'boolean'
776
- },
777
- deleterId: {
778
- type: 'string',
779
- format: 'uuid',
780
- nullable: true
781
- },
782
- deletionTime: {
783
- type: 'string',
784
- format: 'date-time',
785
- nullable: true
786
- },
787
- articleCode: {
788
- type: 'string',
789
- nullable: true
790
- },
791
- name: {
792
- type: 'string',
793
- nullable: true
794
- },
795
- unitCode: {
796
- enum: [0, 1, 2],
797
- type: 'integer',
798
- format: 'int32'
799
- },
800
- companyType: {
801
- enum: [0, 1, 2, 3, 4, 5, 6],
802
- type: 'integer',
803
- format: 'int32'
804
- },
805
- active: {
806
- type: 'boolean'
807
- },
808
- food: {
809
- type: 'boolean'
810
- },
811
- language: {
812
- type: 'string',
813
- nullable: true
814
- }
815
- },
816
- additionalProperties: false
817
- },
818
659
  countryId: {
819
660
  type: 'string',
820
661
  format: 'uuid'
@@ -823,63 +664,6 @@ export const $UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto = {
823
664
  type: 'string',
824
665
  format: 'uuid'
825
666
  },
826
- vat: {
827
- type: 'object',
828
- properties: {
829
- id: {
830
- type: 'string',
831
- format: 'uuid'
832
- },
833
- creationTime: {
834
- type: 'string',
835
- format: 'date-time'
836
- },
837
- creatorId: {
838
- type: 'string',
839
- format: 'uuid',
840
- nullable: true
841
- },
842
- lastModificationTime: {
843
- type: 'string',
844
- format: 'date-time',
845
- nullable: true
846
- },
847
- lastModifierId: {
848
- type: 'string',
849
- format: 'uuid',
850
- nullable: true
851
- },
852
- isDeleted: {
853
- type: 'boolean'
854
- },
855
- deleterId: {
856
- type: 'string',
857
- format: 'uuid',
858
- nullable: true
859
- },
860
- deletionTime: {
861
- type: 'string',
862
- format: 'date-time',
863
- nullable: true
864
- },
865
- percent: {
866
- type: 'number',
867
- format: 'float'
868
- },
869
- minimumTotalAmount: {
870
- type: 'number',
871
- format: 'float'
872
- },
873
- countryId: {
874
- type: 'string',
875
- format: 'uuid'
876
- },
877
- active: {
878
- type: 'boolean'
879
- }
880
- },
881
- additionalProperties: false
882
- },
883
667
  active: {
884
668
  type: 'boolean'
885
669
  }
@@ -888,7 +672,6 @@ export const $UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto = {
888
672
  } as const;
889
673
 
890
674
  export const $UniRefund_SettingService_ProductGroupVats_UpdateProductGroupVatDto = {
891
- required: ['id'],
892
675
  type: 'object',
893
676
  properties: {
894
677
  extraProperties: {
@@ -897,152 +680,6 @@ export const $UniRefund_SettingService_ProductGroupVats_UpdateProductGroupVatDto
897
680
  nullable: true,
898
681
  readOnly: true
899
682
  },
900
- id: {
901
- type: 'string',
902
- format: 'uuid'
903
- },
904
- productGroupId: {
905
- type: 'string',
906
- format: 'uuid',
907
- nullable: true
908
- },
909
- productGroup: {
910
- type: 'object',
911
- properties: {
912
- id: {
913
- type: 'string',
914
- format: 'uuid'
915
- },
916
- creationTime: {
917
- type: 'string',
918
- format: 'date-time'
919
- },
920
- creatorId: {
921
- type: 'string',
922
- format: 'uuid',
923
- nullable: true
924
- },
925
- lastModificationTime: {
926
- type: 'string',
927
- format: 'date-time',
928
- nullable: true
929
- },
930
- lastModifierId: {
931
- type: 'string',
932
- format: 'uuid',
933
- nullable: true
934
- },
935
- isDeleted: {
936
- type: 'boolean'
937
- },
938
- deleterId: {
939
- type: 'string',
940
- format: 'uuid',
941
- nullable: true
942
- },
943
- deletionTime: {
944
- type: 'string',
945
- format: 'date-time',
946
- nullable: true
947
- },
948
- articleCode: {
949
- type: 'string',
950
- nullable: true
951
- },
952
- name: {
953
- type: 'string',
954
- nullable: true
955
- },
956
- unitCode: {
957
- enum: [0, 1, 2],
958
- type: 'integer',
959
- format: 'int32'
960
- },
961
- companyType: {
962
- enum: [0, 1, 2, 3, 4, 5, 6],
963
- type: 'integer',
964
- format: 'int32'
965
- },
966
- active: {
967
- type: 'boolean'
968
- },
969
- food: {
970
- type: 'boolean'
971
- },
972
- language: {
973
- type: 'string',
974
- nullable: true
975
- }
976
- },
977
- additionalProperties: false
978
- },
979
- countryId: {
980
- type: 'string',
981
- format: 'uuid',
982
- nullable: true
983
- },
984
- vatId: {
985
- type: 'string',
986
- format: 'uuid',
987
- nullable: true
988
- },
989
- vat: {
990
- type: 'object',
991
- properties: {
992
- id: {
993
- type: 'string',
994
- format: 'uuid'
995
- },
996
- creationTime: {
997
- type: 'string',
998
- format: 'date-time'
999
- },
1000
- creatorId: {
1001
- type: 'string',
1002
- format: 'uuid',
1003
- nullable: true
1004
- },
1005
- lastModificationTime: {
1006
- type: 'string',
1007
- format: 'date-time',
1008
- nullable: true
1009
- },
1010
- lastModifierId: {
1011
- type: 'string',
1012
- format: 'uuid',
1013
- nullable: true
1014
- },
1015
- isDeleted: {
1016
- type: 'boolean'
1017
- },
1018
- deleterId: {
1019
- type: 'string',
1020
- format: 'uuid',
1021
- nullable: true
1022
- },
1023
- deletionTime: {
1024
- type: 'string',
1025
- format: 'date-time',
1026
- nullable: true
1027
- },
1028
- percent: {
1029
- type: 'number',
1030
- format: 'float'
1031
- },
1032
- minimumTotalAmount: {
1033
- type: 'number',
1034
- format: 'float'
1035
- },
1036
- countryId: {
1037
- type: 'string',
1038
- format: 'uuid'
1039
- },
1040
- active: {
1041
- type: 'boolean'
1042
- }
1043
- },
1044
- additionalProperties: false
1045
- },
1046
683
  active: {
1047
684
  type: 'boolean',
1048
685
  nullable: true
@@ -1074,7 +711,7 @@ export const $UniRefund_SettingService_ProductGroups_CompanyTypeCode = {
1074
711
  } as const;
1075
712
 
1076
713
  export const $UniRefund_SettingService_ProductGroups_CreateProductGroupDto = {
1077
- required: ['active', 'articleCode', 'companyType', 'food', 'name', 'unitCode'],
714
+ required: ['articleCode', 'companyType', 'name', 'unitCode'],
1078
715
  type: 'object',
1079
716
  properties: {
1080
717
  extraProperties: {
@@ -1191,7 +828,7 @@ export const $UniRefund_SettingService_ProductGroups_UnitTypeCode = {
1191
828
  } as const;
1192
829
 
1193
830
  export const $UniRefund_SettingService_ProductGroups_UpdateProductGroupDto = {
1194
- required: ['id'],
831
+ required: ['articleCode', 'companyType', 'name', 'unitCode'],
1195
832
  type: 'object',
1196
833
  properties: {
1197
834
  extraProperties: {
@@ -1200,21 +837,15 @@ export const $UniRefund_SettingService_ProductGroups_UpdateProductGroupDto = {
1200
837
  nullable: true,
1201
838
  readOnly: true
1202
839
  },
1203
- id: {
1204
- type: 'string',
1205
- format: 'uuid'
1206
- },
1207
840
  articleCode: {
1208
841
  maxLength: 10,
1209
842
  minLength: 3,
1210
- type: 'string',
1211
- nullable: true
843
+ type: 'string'
1212
844
  },
1213
845
  name: {
1214
846
  maxLength: 64,
1215
847
  minLength: 0,
1216
- type: 'string',
1217
- nullable: true
848
+ type: 'string'
1218
849
  },
1219
850
  unitCode: {
1220
851
  enum: [0, 1, 2],
@@ -1227,12 +858,10 @@ export const $UniRefund_SettingService_ProductGroups_UpdateProductGroupDto = {
1227
858
  format: 'int32'
1228
859
  },
1229
860
  active: {
1230
- type: 'boolean',
1231
- nullable: true
861
+ type: 'boolean'
1232
862
  },
1233
863
  food: {
1234
- type: 'boolean',
1235
- nullable: true
864
+ type: 'boolean'
1236
865
  }
1237
866
  },
1238
867
  additionalProperties: false
@@ -1438,7 +1067,7 @@ export const $UniRefund_SettingService_Settings_ValueTypes_ValueTypeModelDto = {
1438
1067
  } as const;
1439
1068
 
1440
1069
  export const $UniRefund_SettingService_Vats_CreateVatDto = {
1441
- required: ['active', 'countryId', 'minimumTotalAmount', 'percent'],
1070
+ required: ['countryId', 'minimumTotalAmount', 'percent'],
1442
1071
  type: 'object',
1443
1072
  properties: {
1444
1073
  extraProperties: {
@@ -1475,28 +1104,46 @@ export const $UniRefund_SettingService_Vats_UpdateVatDto = {
1475
1104
  nullable: true,
1476
1105
  readOnly: true
1477
1106
  },
1107
+ percent: {
1108
+ type: 'number',
1109
+ format: 'float'
1110
+ },
1111
+ minimumTotalAmount: {
1112
+ type: 'number',
1113
+ format: 'float'
1114
+ },
1115
+ active: {
1116
+ type: 'boolean'
1117
+ }
1118
+ },
1119
+ additionalProperties: false
1120
+ } as const;
1121
+
1122
+ export const $UniRefund_SettingService_Vats_VatDetailDto = {
1123
+ type: 'object',
1124
+ properties: {
1478
1125
  id: {
1479
1126
  type: 'string',
1480
1127
  format: 'uuid'
1481
1128
  },
1482
1129
  percent: {
1483
1130
  type: 'number',
1484
- format: 'float',
1485
- nullable: true
1131
+ format: 'float'
1486
1132
  },
1487
1133
  minimumTotalAmount: {
1488
1134
  type: 'number',
1489
- format: 'float',
1490
- nullable: true
1135
+ format: 'float'
1491
1136
  },
1492
1137
  countryId: {
1493
1138
  type: 'string',
1494
- format: 'uuid',
1139
+ format: 'uuid'
1140
+ },
1141
+ countryName: {
1142
+ type: 'string',
1495
1143
  nullable: true
1496
1144
  },
1497
1145
  active: {
1498
- type: 'boolean',
1499
- nullable: true
1146
+ type: 'boolean'
1500
1147
  }
1501
1148
  },
1502
1149
  additionalProperties: false
@@ -1560,6 +1207,58 @@ export const $UniRefund_SettingService_Vats_VatDto = {
1560
1207
  additionalProperties: false
1561
1208
  } as const;
1562
1209
 
1210
+ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_SettingService_ProductGroupVats_ProductGroupVatDetailDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
1211
+ type: 'object',
1212
+ properties: {
1213
+ items: {
1214
+ type: 'array',
1215
+ items: {
1216
+ type: 'object',
1217
+ properties: {
1218
+ id: {
1219
+ type: 'string',
1220
+ format: 'uuid'
1221
+ },
1222
+ productGroupId: {
1223
+ type: 'string',
1224
+ format: 'uuid'
1225
+ },
1226
+ productGroupName: {
1227
+ type: 'string',
1228
+ nullable: true
1229
+ },
1230
+ countryId: {
1231
+ type: 'string',
1232
+ format: 'uuid'
1233
+ },
1234
+ countryName: {
1235
+ type: 'string',
1236
+ nullable: true
1237
+ },
1238
+ vatId: {
1239
+ type: 'string',
1240
+ format: 'uuid'
1241
+ },
1242
+ vatPercent: {
1243
+ type: 'number',
1244
+ format: 'float'
1245
+ },
1246
+ active: {
1247
+ type: 'boolean'
1248
+ }
1249
+ },
1250
+ additionalProperties: false
1251
+ },
1252
+ nullable: true
1253
+ },
1254
+ totalCount: {
1255
+ type: 'integer',
1256
+ format: 'int64'
1257
+ }
1258
+ },
1259
+ additionalProperties: false
1260
+ } as const;
1261
+
1563
1262
  export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
1564
1263
  type: 'object',
1565
1264
  properties: {
@@ -1608,76 +1307,6 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_SettingServi
1608
1307
  type: 'string',
1609
1308
  format: 'uuid'
1610
1309
  },
1611
- productGroup: {
1612
- type: 'object',
1613
- properties: {
1614
- id: {
1615
- type: 'string',
1616
- format: 'uuid'
1617
- },
1618
- creationTime: {
1619
- type: 'string',
1620
- format: 'date-time'
1621
- },
1622
- creatorId: {
1623
- type: 'string',
1624
- format: 'uuid',
1625
- nullable: true
1626
- },
1627
- lastModificationTime: {
1628
- type: 'string',
1629
- format: 'date-time',
1630
- nullable: true
1631
- },
1632
- lastModifierId: {
1633
- type: 'string',
1634
- format: 'uuid',
1635
- nullable: true
1636
- },
1637
- isDeleted: {
1638
- type: 'boolean'
1639
- },
1640
- deleterId: {
1641
- type: 'string',
1642
- format: 'uuid',
1643
- nullable: true
1644
- },
1645
- deletionTime: {
1646
- type: 'string',
1647
- format: 'date-time',
1648
- nullable: true
1649
- },
1650
- articleCode: {
1651
- type: 'string',
1652
- nullable: true
1653
- },
1654
- name: {
1655
- type: 'string',
1656
- nullable: true
1657
- },
1658
- unitCode: {
1659
- enum: [0, 1, 2],
1660
- type: 'integer',
1661
- format: 'int32'
1662
- },
1663
- companyType: {
1664
- enum: [0, 1, 2, 3, 4, 5, 6],
1665
- type: 'integer',
1666
- format: 'int32'
1667
- },
1668
- active: {
1669
- type: 'boolean'
1670
- },
1671
- food: {
1672
- type: 'boolean'
1673
- },
1674
- language: {
1675
- type: 'string',
1676
- nullable: true
1677
- }
1678
- },
1679
- additionalProperties: false
1680
- },
1681
1310
  countryId: {
1682
1311
  type: 'string',
1683
1312
  format: 'uuid'
@@ -1686,63 +1315,6 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_SettingServi
1686
1315
  type: 'string',
1687
1316
  format: 'uuid'
1688
1317
  },
1689
- vat: {
1690
- type: 'object',
1691
- properties: {
1692
- id: {
1693
- type: 'string',
1694
- format: 'uuid'
1695
- },
1696
- creationTime: {
1697
- type: 'string',
1698
- format: 'date-time'
1699
- },
1700
- creatorId: {
1701
- type: 'string',
1702
- format: 'uuid',
1703
- nullable: true
1704
- },
1705
- lastModificationTime: {
1706
- type: 'string',
1707
- format: 'date-time',
1708
- nullable: true
1709
- },
1710
- lastModifierId: {
1711
- type: 'string',
1712
- format: 'uuid',
1713
- nullable: true
1714
- },
1715
- isDeleted: {
1716
- type: 'boolean'
1717
- },
1718
- deleterId: {
1719
- type: 'string',
1720
- format: 'uuid',
1721
- nullable: true
1722
- },
1723
- deletionTime: {
1724
- type: 'string',
1725
- format: 'date-time',
1726
- nullable: true
1727
- },
1728
- percent: {
1729
- type: 'number',
1730
- format: 'float'
1731
- },
1732
- minimumTotalAmount: {
1733
- type: 'number',
1734
- format: 'float'
1735
- },
1736
- countryId: {
1737
- type: 'string',
1738
- format: 'uuid'
1739
- },
1740
- active: {
1741
- type: 'boolean'
1742
- }
1743
- },
1744
- additionalProperties: false
1745
- },
1746
1318
  active: {
1747
1319
  type: 'boolean'
1748
1320
  }
@@ -1844,6 +1416,50 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_SettingServi
1844
1416
  additionalProperties: false
1845
1417
  } as const;
1846
1418
 
1419
+ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_SettingService_Vats_VatDetailDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
1420
+ type: 'object',
1421
+ properties: {
1422
+ items: {
1423
+ type: 'array',
1424
+ items: {
1425
+ type: 'object',
1426
+ properties: {
1427
+ id: {
1428
+ type: 'string',
1429
+ format: 'uuid'
1430
+ },
1431
+ percent: {
1432
+ type: 'number',
1433
+ format: 'float'
1434
+ },
1435
+ minimumTotalAmount: {
1436
+ type: 'number',
1437
+ format: 'float'
1438
+ },
1439
+ countryId: {
1440
+ type: 'string',
1441
+ format: 'uuid'
1442
+ },
1443
+ countryName: {
1444
+ type: 'string',
1445
+ nullable: true
1446
+ },
1447
+ active: {
1448
+ type: 'boolean'
1449
+ }
1450
+ },
1451
+ additionalProperties: false
1452
+ },
1453
+ nullable: true
1454
+ },
1455
+ totalCount: {
1456
+ type: 'integer',
1457
+ format: 'int64'
1458
+ }
1459
+ },
1460
+ additionalProperties: false
1461
+ } as const;
1462
+
1847
1463
  export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_SettingService_Vats_VatDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
1848
1464
  type: 'object',
1849
1465
  properties: {