@ayasofyazilim/saas 0.0.67 → 0.0.68

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.
@@ -1,5 +1,218 @@
1
1
  // This file is auto-generated by @hey-api/openapi-ts
2
2
 
3
+ export const $PagedResultDto_ProductGroupDetailDto = {
4
+ type: 'object',
5
+ properties: {
6
+ items: {
7
+ type: 'array',
8
+ items: {
9
+ required: ['active', 'name'],
10
+ type: 'object',
11
+ properties: {
12
+ id: {
13
+ type: 'string',
14
+ format: 'uuid'
15
+ },
16
+ creationTime: {
17
+ type: 'string',
18
+ format: 'date-time'
19
+ },
20
+ creatorId: {
21
+ type: 'string',
22
+ format: 'uuid',
23
+ nullable: true
24
+ },
25
+ lastModificationTime: {
26
+ type: 'string',
27
+ format: 'date-time',
28
+ nullable: true
29
+ },
30
+ lastModifierId: {
31
+ type: 'string',
32
+ format: 'uuid',
33
+ nullable: true
34
+ },
35
+ isDeleted: {
36
+ type: 'boolean'
37
+ },
38
+ deleterId: {
39
+ type: 'string',
40
+ format: 'uuid',
41
+ nullable: true
42
+ },
43
+ deletionTime: {
44
+ type: 'string',
45
+ format: 'date-time',
46
+ nullable: true
47
+ },
48
+ name: {
49
+ minLength: 1,
50
+ type: 'string'
51
+ },
52
+ vatId: {
53
+ type: 'string',
54
+ format: 'uuid',
55
+ nullable: true
56
+ },
57
+ vat: {
58
+ required: ['active', 'minimumTotalAmount', 'percent'],
59
+ type: 'object',
60
+ properties: {
61
+ id: {
62
+ type: 'string',
63
+ format: 'uuid'
64
+ },
65
+ creationTime: {
66
+ type: 'string',
67
+ format: 'date-time'
68
+ },
69
+ creatorId: {
70
+ type: 'string',
71
+ format: 'uuid',
72
+ nullable: true
73
+ },
74
+ lastModificationTime: {
75
+ type: 'string',
76
+ format: 'date-time',
77
+ nullable: true
78
+ },
79
+ lastModifierId: {
80
+ type: 'string',
81
+ format: 'uuid',
82
+ nullable: true
83
+ },
84
+ isDeleted: {
85
+ type: 'boolean'
86
+ },
87
+ deleterId: {
88
+ type: 'string',
89
+ format: 'uuid',
90
+ nullable: true
91
+ },
92
+ deletionTime: {
93
+ type: 'string',
94
+ format: 'date-time',
95
+ nullable: true
96
+ },
97
+ percent: {
98
+ type: 'number',
99
+ format: 'float'
100
+ },
101
+ minimumTotalAmount: {
102
+ type: 'number',
103
+ format: 'float'
104
+ },
105
+ active: {
106
+ type: 'boolean'
107
+ }
108
+ },
109
+ additionalProperties: false
110
+ },
111
+ active: {
112
+ type: 'boolean'
113
+ }
114
+ },
115
+ additionalProperties: false
116
+ },
117
+ nullable: true
118
+ },
119
+ totalCount: {
120
+ type: 'integer',
121
+ format: 'int64'
122
+ }
123
+ },
124
+ additionalProperties: false
125
+ } as const;
126
+
127
+ export const $PagedResultDto_ProductGroupDto = {
128
+ type: 'object',
129
+ properties: {
130
+ items: {
131
+ type: 'array',
132
+ items: {
133
+ required: ['active', 'articleCode', 'companyType', 'food', 'name', 'unitCode'],
134
+ type: 'object',
135
+ properties: {
136
+ id: {
137
+ type: 'string',
138
+ format: 'uuid'
139
+ },
140
+ articleCode: {
141
+ minLength: 1,
142
+ type: 'string'
143
+ },
144
+ name: {
145
+ minLength: 1,
146
+ type: 'string'
147
+ },
148
+ unitCode: {
149
+ enum: ['QNT', 'BAG', 'BOX'],
150
+ type: 'string'
151
+ },
152
+ companyType: {
153
+ enum: ['GOVERNMENT', 'TAXFREE', 'CUSTOMS', 'REFUNDPOINT', 'MERCHANT', 'EXCHANGE', 'TOURGUIDE'],
154
+ type: 'string'
155
+ },
156
+ vatId: {
157
+ type: 'string',
158
+ format: 'uuid',
159
+ nullable: true
160
+ },
161
+ active: {
162
+ type: 'boolean'
163
+ },
164
+ food: {
165
+ type: 'boolean'
166
+ }
167
+ },
168
+ additionalProperties: false
169
+ },
170
+ nullable: true
171
+ },
172
+ totalCount: {
173
+ type: 'integer',
174
+ format: 'int64'
175
+ }
176
+ },
177
+ additionalProperties: false
178
+ } as const;
179
+
180
+ export const $PagedResultDto_VatDto = {
181
+ type: 'object',
182
+ properties: {
183
+ items: {
184
+ type: 'array',
185
+ items: {
186
+ type: 'object',
187
+ properties: {
188
+ id: {
189
+ type: 'string',
190
+ format: 'uuid'
191
+ },
192
+ percent: {
193
+ type: 'number',
194
+ format: 'float'
195
+ },
196
+ minimumTotalAmount: {
197
+ type: 'number',
198
+ format: 'float'
199
+ },
200
+ active: {
201
+ type: 'boolean'
202
+ }
203
+ },
204
+ additionalProperties: false
205
+ },
206
+ nullable: true
207
+ },
208
+ totalCount: {
209
+ type: 'integer',
210
+ format: 'int64'
211
+ }
212
+ },
213
+ additionalProperties: false
214
+ } as const;
215
+
3
216
  export const $UniRefund_SettingService_Bonds_BondDto = {
4
217
  type: 'object',
5
218
  properties: {
@@ -561,74 +774,72 @@ export const $UniRefund_SettingService_ProductGroupMerchants_CreateProductGroupM
561
774
  additionalProperties: false
562
775
  } as const;
563
776
 
564
- export const $UniRefund_SettingService_ProductGroupVats_CreateProductGroupVatDto = {
565
- required: ['countryId', 'productGroupId', 'vatId'],
777
+ export const $UniRefund_SettingService_ProductGroups_AddProductGroupTranslationDto = {
778
+ required: ['language', 'name'],
566
779
  type: 'object',
567
780
  properties: {
568
- extraProperties: {
569
- type: 'object',
570
- additionalProperties: {},
571
- nullable: true,
572
- readOnly: true
573
- },
574
- productGroupId: {
575
- type: 'string',
576
- format: 'uuid'
577
- },
578
- countryId: {
579
- type: 'string',
580
- format: 'uuid'
581
- },
582
- vatId: {
583
- type: 'string',
584
- format: 'uuid'
781
+ language: {
782
+ minLength: 1,
783
+ type: 'string'
585
784
  },
586
- active: {
587
- type: 'boolean'
785
+ name: {
786
+ minLength: 1,
787
+ type: 'string'
588
788
  }
589
789
  },
590
790
  additionalProperties: false
591
791
  } as const;
592
792
 
593
- export const $UniRefund_SettingService_ProductGroupVats_ProductGroupVatDetailDto = {
793
+ export const $UniRefund_SettingService_ProductGroups_CompanyTypeCode = {
794
+ enum: ['GOVERNMENT', 'TAXFREE', 'CUSTOMS', 'REFUNDPOINT', 'MERCHANT', 'EXCHANGE', 'TOURGUIDE'],
795
+ type: 'string'
796
+ } as const;
797
+
798
+ export const $UniRefund_SettingService_ProductGroups_CreateProductGroupDto = {
799
+ required: ['articleCode', 'companyType', 'name', 'unitCode'],
594
800
  type: 'object',
595
801
  properties: {
596
- id: {
597
- type: 'string',
598
- format: 'uuid'
599
- },
600
- productGroupId: {
601
- type: 'string',
602
- format: 'uuid'
603
- },
604
- productGroupName: {
605
- type: 'string',
606
- nullable: true
802
+ extraProperties: {
803
+ type: 'object',
804
+ additionalProperties: {},
805
+ nullable: true,
806
+ readOnly: true
607
807
  },
608
- countryId: {
609
- type: 'string',
610
- format: 'uuid'
808
+ articleCode: {
809
+ maxLength: 10,
810
+ minLength: 3,
811
+ type: 'string'
611
812
  },
612
- countryName: {
613
- type: 'string',
614
- nullable: true
813
+ name: {
814
+ maxLength: 64,
815
+ minLength: 0,
816
+ type: 'string'
615
817
  },
616
- vatId: {
617
- type: 'string',
618
- format: 'uuid'
818
+ unitCode: {
819
+ enum: ['QNT', 'BAG', 'BOX'],
820
+ type: 'string'
619
821
  },
620
- vatPercent: {
621
- type: 'number',
622
- format: 'float'
822
+ companyType: {
823
+ enum: ['GOVERNMENT', 'TAXFREE', 'CUSTOMS', 'REFUNDPOINT', 'MERCHANT', 'EXCHANGE', 'TOURGUIDE'],
824
+ type: 'string'
623
825
  },
624
826
  active: {
625
827
  type: 'boolean'
828
+ },
829
+ food: {
830
+ type: 'boolean'
831
+ },
832
+ vatId: {
833
+ type: 'string',
834
+ format: 'uuid',
835
+ nullable: true
626
836
  }
627
837
  },
628
838
  additionalProperties: false
629
839
  } as const;
630
840
 
631
- export const $UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto = {
841
+ export const $UniRefund_SettingService_ProductGroups_ProductGroupDetailDto = {
842
+ required: ['active', 'name'],
632
843
  type: 'object',
633
844
  properties: {
634
845
  id: {
@@ -667,179 +878,118 @@ export const $UniRefund_SettingService_ProductGroupVats_ProductGroupVatDto = {
667
878
  format: 'date-time',
668
879
  nullable: true
669
880
  },
670
- productGroupId: {
671
- type: 'string',
672
- format: 'uuid'
673
- },
674
- countryId: {
675
- type: 'string',
676
- format: 'uuid'
881
+ name: {
882
+ minLength: 1,
883
+ type: 'string'
677
884
  },
678
885
  vatId: {
679
886
  type: 'string',
680
- format: 'uuid'
681
- },
682
- active: {
683
- type: 'boolean'
684
- }
685
- },
686
- additionalProperties: false
687
- } as const;
688
-
689
- export const $UniRefund_SettingService_ProductGroupVats_UpdateProductGroupVatDto = {
690
- type: 'object',
691
- properties: {
692
- extraProperties: {
693
- type: 'object',
694
- additionalProperties: {},
695
- nullable: true,
696
- readOnly: true
697
- },
698
- active: {
699
- type: 'boolean',
887
+ format: 'uuid',
700
888
  nullable: true
701
- }
702
- },
703
- additionalProperties: false
704
- } as const;
705
-
706
- export const $UniRefund_SettingService_ProductGroups_AddProductGroupTranslationDto = {
707
- required: ['language', 'name'],
708
- type: 'object',
709
- properties: {
710
- language: {
711
- minLength: 1,
712
- type: 'string'
713
889
  },
714
- name: {
715
- minLength: 1,
716
- type: 'string'
717
- }
718
- },
719
- additionalProperties: false
720
- } as const;
721
-
722
- export const $UniRefund_SettingService_ProductGroups_CompanyTypeCode = {
723
- enum: [0, 1, 2, 3, 4, 5, 6],
724
- type: 'integer',
725
- format: 'int32'
726
- } as const;
727
-
728
- export const $UniRefund_SettingService_ProductGroups_CreateProductGroupDto = {
729
- required: ['articleCode', 'companyType', 'name', 'unitCode'],
730
- type: 'object',
731
- properties: {
732
- extraProperties: {
890
+ vat: {
891
+ required: ['active', 'minimumTotalAmount', 'percent'],
733
892
  type: 'object',
734
- additionalProperties: {},
735
- nullable: true,
736
- readOnly: true
737
- },
738
- articleCode: {
739
- maxLength: 10,
740
- minLength: 3,
741
- type: 'string'
742
- },
743
- name: {
744
- maxLength: 64,
745
- minLength: 0,
746
- type: 'string'
747
- },
748
- unitCode: {
749
- enum: [0, 1, 2],
750
- type: 'integer',
751
- format: 'int32'
752
- },
753
- companyType: {
754
- enum: [0, 1, 2, 3, 4, 5, 6],
755
- type: 'integer',
756
- format: 'int32'
893
+ properties: {
894
+ id: {
895
+ type: 'string',
896
+ format: 'uuid'
897
+ },
898
+ creationTime: {
899
+ type: 'string',
900
+ format: 'date-time'
901
+ },
902
+ creatorId: {
903
+ type: 'string',
904
+ format: 'uuid',
905
+ nullable: true
906
+ },
907
+ lastModificationTime: {
908
+ type: 'string',
909
+ format: 'date-time',
910
+ nullable: true
911
+ },
912
+ lastModifierId: {
913
+ type: 'string',
914
+ format: 'uuid',
915
+ nullable: true
916
+ },
917
+ isDeleted: {
918
+ type: 'boolean'
919
+ },
920
+ deleterId: {
921
+ type: 'string',
922
+ format: 'uuid',
923
+ nullable: true
924
+ },
925
+ deletionTime: {
926
+ type: 'string',
927
+ format: 'date-time',
928
+ nullable: true
929
+ },
930
+ percent: {
931
+ type: 'number',
932
+ format: 'float'
933
+ },
934
+ minimumTotalAmount: {
935
+ type: 'number',
936
+ format: 'float'
937
+ },
938
+ active: {
939
+ type: 'boolean'
940
+ }
941
+ },
942
+ additionalProperties: false
757
943
  },
758
944
  active: {
759
945
  type: 'boolean'
760
- },
761
- food: {
762
- type: 'boolean'
763
946
  }
764
947
  },
765
948
  additionalProperties: false
766
949
  } as const;
767
950
 
768
951
  export const $UniRefund_SettingService_ProductGroups_ProductGroupDto = {
952
+ required: ['active', 'articleCode', 'companyType', 'food', 'name', 'unitCode'],
769
953
  type: 'object',
770
954
  properties: {
771
955
  id: {
772
956
  type: 'string',
773
957
  format: 'uuid'
774
958
  },
775
- creationTime: {
776
- type: 'string',
777
- format: 'date-time'
778
- },
779
- creatorId: {
780
- type: 'string',
781
- format: 'uuid',
782
- nullable: true
783
- },
784
- lastModificationTime: {
785
- type: 'string',
786
- format: 'date-time',
787
- nullable: true
788
- },
789
- lastModifierId: {
790
- type: 'string',
791
- format: 'uuid',
792
- nullable: true
793
- },
794
- isDeleted: {
795
- type: 'boolean'
796
- },
797
- deleterId: {
798
- type: 'string',
799
- format: 'uuid',
800
- nullable: true
801
- },
802
- deletionTime: {
803
- type: 'string',
804
- format: 'date-time',
805
- nullable: true
806
- },
807
959
  articleCode: {
808
- type: 'string',
809
- nullable: true
960
+ minLength: 1,
961
+ type: 'string'
810
962
  },
811
963
  name: {
812
- type: 'string',
813
- nullable: true
964
+ minLength: 1,
965
+ type: 'string'
814
966
  },
815
967
  unitCode: {
816
- enum: [0, 1, 2],
817
- type: 'integer',
818
- format: 'int32'
968
+ enum: ['QNT', 'BAG', 'BOX'],
969
+ type: 'string'
819
970
  },
820
971
  companyType: {
821
- enum: [0, 1, 2, 3, 4, 5, 6],
822
- type: 'integer',
823
- format: 'int32'
972
+ enum: ['GOVERNMENT', 'TAXFREE', 'CUSTOMS', 'REFUNDPOINT', 'MERCHANT', 'EXCHANGE', 'TOURGUIDE'],
973
+ type: 'string'
974
+ },
975
+ vatId: {
976
+ type: 'string',
977
+ format: 'uuid',
978
+ nullable: true
824
979
  },
825
980
  active: {
826
981
  type: 'boolean'
827
982
  },
828
983
  food: {
829
984
  type: 'boolean'
830
- },
831
- language: {
832
- type: 'string',
833
- nullable: true
834
985
  }
835
986
  },
836
987
  additionalProperties: false
837
988
  } as const;
838
989
 
839
990
  export const $UniRefund_SettingService_ProductGroups_UnitTypeCode = {
840
- enum: [0, 1, 2],
841
- type: 'integer',
842
- format: 'int32'
991
+ enum: ['QNT', 'BAG', 'BOX'],
992
+ type: 'string'
843
993
  } as const;
844
994
 
845
995
  export const $UniRefund_SettingService_ProductGroups_UpdateProductGroupDto = {
@@ -863,20 +1013,23 @@ export const $UniRefund_SettingService_ProductGroups_UpdateProductGroupDto = {
863
1013
  type: 'string'
864
1014
  },
865
1015
  unitCode: {
866
- enum: [0, 1, 2],
867
- type: 'integer',
868
- format: 'int32'
1016
+ enum: ['QNT', 'BAG', 'BOX'],
1017
+ type: 'string'
869
1018
  },
870
1019
  companyType: {
871
- enum: [0, 1, 2, 3, 4, 5, 6],
872
- type: 'integer',
873
- format: 'int32'
1020
+ enum: ['GOVERNMENT', 'TAXFREE', 'CUSTOMS', 'REFUNDPOINT', 'MERCHANT', 'EXCHANGE', 'TOURGUIDE'],
1021
+ type: 'string'
874
1022
  },
875
1023
  active: {
876
1024
  type: 'boolean'
877
1025
  },
878
1026
  food: {
879
1027
  type: 'boolean'
1028
+ },
1029
+ vatId: {
1030
+ type: 'string',
1031
+ format: 'uuid',
1032
+ nullable: true
880
1033
  }
881
1034
  },
882
1035
  additionalProperties: false
@@ -1082,7 +1235,7 @@ export const $UniRefund_SettingService_Settings_ValueTypes_ValueTypeModelDto = {
1082
1235
  } as const;
1083
1236
 
1084
1237
  export const $UniRefund_SettingService_Vats_CreateVatDto = {
1085
- required: ['countryId', 'minimumTotalAmount', 'percent'],
1238
+ required: ['minimumTotalAmount', 'percent'],
1086
1239
  type: 'object',
1087
1240
  properties: {
1088
1241
  extraProperties: {
@@ -1099,10 +1252,6 @@ export const $UniRefund_SettingService_Vats_CreateVatDto = {
1099
1252
  type: 'number',
1100
1253
  format: 'float'
1101
1254
  },
1102
- countryId: {
1103
- type: 'string',
1104
- format: 'uuid'
1105
- },
1106
1255
  active: {
1107
1256
  type: 'boolean'
1108
1257
  }
@@ -1135,36 +1284,7 @@ export const $UniRefund_SettingService_Vats_UpdateVatDto = {
1135
1284
  } as const;
1136
1285
 
1137
1286
  export const $UniRefund_SettingService_Vats_VatDetailDto = {
1138
- type: 'object',
1139
- properties: {
1140
- id: {
1141
- type: 'string',
1142
- format: 'uuid'
1143
- },
1144
- percent: {
1145
- type: 'number',
1146
- format: 'float'
1147
- },
1148
- minimumTotalAmount: {
1149
- type: 'number',
1150
- format: 'float'
1151
- },
1152
- countryId: {
1153
- type: 'string',
1154
- format: 'uuid'
1155
- },
1156
- countryName: {
1157
- type: 'string',
1158
- nullable: true
1159
- },
1160
- active: {
1161
- type: 'boolean'
1162
- }
1163
- },
1164
- additionalProperties: false
1165
- } as const;
1166
-
1167
- export const $UniRefund_SettingService_Vats_VatDto = {
1287
+ required: ['active', 'minimumTotalAmount', 'percent'],
1168
1288
  type: 'object',
1169
1289
  properties: {
1170
1290
  id: {
@@ -1211,10 +1331,6 @@ export const $UniRefund_SettingService_Vats_VatDto = {
1211
1331
  type: 'number',
1212
1332
  format: 'float'
1213
1333
  },
1214
- countryId: {
1215
- type: 'string',
1216
- format: 'uuid'
1217
- },
1218
1334
  active: {
1219
1335
  type: 'boolean'
1220
1336
  }
@@ -1222,326 +1338,23 @@ export const $UniRefund_SettingService_Vats_VatDto = {
1222
1338
  additionalProperties: false
1223
1339
  } as const;
1224
1340
 
1225
- 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__ = {
1341
+ export const $UniRefund_SettingService_Vats_VatDto = {
1226
1342
  type: 'object',
1227
1343
  properties: {
1228
- items: {
1229
- type: 'array',
1230
- items: {
1231
- type: 'object',
1232
- properties: {
1233
- id: {
1234
- type: 'string',
1235
- format: 'uuid'
1236
- },
1237
- productGroupId: {
1238
- type: 'string',
1239
- format: 'uuid'
1240
- },
1241
- productGroupName: {
1242
- type: 'string',
1243
- nullable: true
1244
- },
1245
- countryId: {
1246
- type: 'string',
1247
- format: 'uuid'
1248
- },
1249
- countryName: {
1250
- type: 'string',
1251
- nullable: true
1252
- },
1253
- vatId: {
1254
- type: 'string',
1255
- format: 'uuid'
1256
- },
1257
- vatPercent: {
1258
- type: 'number',
1259
- format: 'float'
1260
- },
1261
- active: {
1262
- type: 'boolean'
1263
- }
1264
- },
1265
- additionalProperties: false
1266
- },
1267
- nullable: true
1344
+ id: {
1345
+ type: 'string',
1346
+ format: 'uuid'
1268
1347
  },
1269
- totalCount: {
1270
- type: 'integer',
1271
- format: 'int64'
1272
- }
1273
- },
1274
- additionalProperties: false
1275
- } as const;
1276
-
1277
- 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__ = {
1278
- type: 'object',
1279
- properties: {
1280
- items: {
1281
- type: 'array',
1282
- items: {
1283
- type: 'object',
1284
- properties: {
1285
- id: {
1286
- type: 'string',
1287
- format: 'uuid'
1288
- },
1289
- creationTime: {
1290
- type: 'string',
1291
- format: 'date-time'
1292
- },
1293
- creatorId: {
1294
- type: 'string',
1295
- format: 'uuid',
1296
- nullable: true
1297
- },
1298
- lastModificationTime: {
1299
- type: 'string',
1300
- format: 'date-time',
1301
- nullable: true
1302
- },
1303
- lastModifierId: {
1304
- type: 'string',
1305
- format: 'uuid',
1306
- nullable: true
1307
- },
1308
- isDeleted: {
1309
- type: 'boolean'
1310
- },
1311
- deleterId: {
1312
- type: 'string',
1313
- format: 'uuid',
1314
- nullable: true
1315
- },
1316
- deletionTime: {
1317
- type: 'string',
1318
- format: 'date-time',
1319
- nullable: true
1320
- },
1321
- productGroupId: {
1322
- type: 'string',
1323
- format: 'uuid'
1324
- },
1325
- countryId: {
1326
- type: 'string',
1327
- format: 'uuid'
1328
- },
1329
- vatId: {
1330
- type: 'string',
1331
- format: 'uuid'
1332
- },
1333
- active: {
1334
- type: 'boolean'
1335
- }
1336
- },
1337
- additionalProperties: false
1338
- },
1339
- nullable: true
1340
- },
1341
- totalCount: {
1342
- type: 'integer',
1343
- format: 'int64'
1344
- }
1345
- },
1346
- additionalProperties: false
1347
- } as const;
1348
-
1349
- export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_SettingService_ProductGroups_ProductGroupDto__UniRefund_SettingService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null__ = {
1350
- type: 'object',
1351
- properties: {
1352
- items: {
1353
- type: 'array',
1354
- items: {
1355
- type: 'object',
1356
- properties: {
1357
- id: {
1358
- type: 'string',
1359
- format: 'uuid'
1360
- },
1361
- creationTime: {
1362
- type: 'string',
1363
- format: 'date-time'
1364
- },
1365
- creatorId: {
1366
- type: 'string',
1367
- format: 'uuid',
1368
- nullable: true
1369
- },
1370
- lastModificationTime: {
1371
- type: 'string',
1372
- format: 'date-time',
1373
- nullable: true
1374
- },
1375
- lastModifierId: {
1376
- type: 'string',
1377
- format: 'uuid',
1378
- nullable: true
1379
- },
1380
- isDeleted: {
1381
- type: 'boolean'
1382
- },
1383
- deleterId: {
1384
- type: 'string',
1385
- format: 'uuid',
1386
- nullable: true
1387
- },
1388
- deletionTime: {
1389
- type: 'string',
1390
- format: 'date-time',
1391
- nullable: true
1392
- },
1393
- articleCode: {
1394
- type: 'string',
1395
- nullable: true
1396
- },
1397
- name: {
1398
- type: 'string',
1399
- nullable: true
1400
- },
1401
- unitCode: {
1402
- enum: [0, 1, 2],
1403
- type: 'integer',
1404
- format: 'int32'
1405
- },
1406
- companyType: {
1407
- enum: [0, 1, 2, 3, 4, 5, 6],
1408
- type: 'integer',
1409
- format: 'int32'
1410
- },
1411
- active: {
1412
- type: 'boolean'
1413
- },
1414
- food: {
1415
- type: 'boolean'
1416
- },
1417
- language: {
1418
- type: 'string',
1419
- nullable: true
1420
- }
1421
- },
1422
- additionalProperties: false
1423
- },
1424
- nullable: true
1425
- },
1426
- totalCount: {
1427
- type: 'integer',
1428
- format: 'int64'
1429
- }
1430
- },
1431
- additionalProperties: false
1432
- } as const;
1433
-
1434
- 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__ = {
1435
- type: 'object',
1436
- properties: {
1437
- items: {
1438
- type: 'array',
1439
- items: {
1440
- type: 'object',
1441
- properties: {
1442
- id: {
1443
- type: 'string',
1444
- format: 'uuid'
1445
- },
1446
- percent: {
1447
- type: 'number',
1448
- format: 'float'
1449
- },
1450
- minimumTotalAmount: {
1451
- type: 'number',
1452
- format: 'float'
1453
- },
1454
- countryId: {
1455
- type: 'string',
1456
- format: 'uuid'
1457
- },
1458
- countryName: {
1459
- type: 'string',
1460
- nullable: true
1461
- },
1462
- active: {
1463
- type: 'boolean'
1464
- }
1465
- },
1466
- additionalProperties: false
1467
- },
1468
- nullable: true
1348
+ percent: {
1349
+ type: 'number',
1350
+ format: 'float'
1469
1351
  },
1470
- totalCount: {
1471
- type: 'integer',
1472
- format: 'int64'
1473
- }
1474
- },
1475
- additionalProperties: false
1476
- } as const;
1477
-
1478
- 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__ = {
1479
- type: 'object',
1480
- properties: {
1481
- items: {
1482
- type: 'array',
1483
- items: {
1484
- type: 'object',
1485
- properties: {
1486
- id: {
1487
- type: 'string',
1488
- format: 'uuid'
1489
- },
1490
- creationTime: {
1491
- type: 'string',
1492
- format: 'date-time'
1493
- },
1494
- creatorId: {
1495
- type: 'string',
1496
- format: 'uuid',
1497
- nullable: true
1498
- },
1499
- lastModificationTime: {
1500
- type: 'string',
1501
- format: 'date-time',
1502
- nullable: true
1503
- },
1504
- lastModifierId: {
1505
- type: 'string',
1506
- format: 'uuid',
1507
- nullable: true
1508
- },
1509
- isDeleted: {
1510
- type: 'boolean'
1511
- },
1512
- deleterId: {
1513
- type: 'string',
1514
- format: 'uuid',
1515
- nullable: true
1516
- },
1517
- deletionTime: {
1518
- type: 'string',
1519
- format: 'date-time',
1520
- nullable: true
1521
- },
1522
- percent: {
1523
- type: 'number',
1524
- format: 'float'
1525
- },
1526
- minimumTotalAmount: {
1527
- type: 'number',
1528
- format: 'float'
1529
- },
1530
- countryId: {
1531
- type: 'string',
1532
- format: 'uuid'
1533
- },
1534
- active: {
1535
- type: 'boolean'
1536
- }
1537
- },
1538
- additionalProperties: false
1539
- },
1540
- nullable: true
1352
+ minimumTotalAmount: {
1353
+ type: 'number',
1354
+ format: 'float'
1541
1355
  },
1542
- totalCount: {
1543
- type: 'integer',
1544
- format: 'int64'
1356
+ active: {
1357
+ type: 'boolean'
1545
1358
  }
1546
1359
  },
1547
1360
  additionalProperties: false