@ayasofyazilim/saas 0.0.38 → 0.0.40
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/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/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/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/CRMService/schemas.gen.ts +15920 -15920
- package/CRMService/services.gen.ts +2052 -2052
- package/CRMService/types.gen.ts +4106 -4106
- package/ContractService/schemas.gen.ts +258 -157
- package/ContractService/services.gen.ts +139 -139
- package/ContractService/types.gen.ts +231 -217
- package/FundraiserService/core/ApiRequestOptions.ts +12 -12
- package/FundraiserService/core/BaseHttpRequest.ts +9 -9
- package/FundraiserService/core/FetchHttpRequest.ts +21 -21
- package/FundraiserService/core/OpenAPI.ts +55 -55
- package/FundraiserService/core/request.ts +340 -340
- 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/LocationService/LocationServiceClient.ts +110 -0
- package/LocationService/core/ApiError.ts +21 -0
- package/LocationService/core/ApiRequestOptions.ts +13 -0
- package/LocationService/core/ApiResult.ts +7 -0
- package/LocationService/core/BaseHttpRequest.ts +10 -0
- package/LocationService/core/CancelablePromise.ts +126 -0
- package/LocationService/core/FetchHttpRequest.ts +22 -0
- package/LocationService/core/OpenAPI.ts +56 -0
- package/LocationService/core/request.ts +341 -0
- package/LocationService/index.ts +9 -0
- package/LocationService/schemas.gen.ts +10137 -0
- package/LocationService/services.gen.ts +3393 -0
- package/LocationService/types.gen.ts +6508 -0
- 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.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/TravellerService/TravellerServiceClient.ts +56 -56
- package/TravellerService/core/ApiError.ts +20 -20
- package/TravellerService/core/ApiRequestOptions.ts +12 -12
- package/TravellerService/core/ApiResult.ts +6 -6
- package/TravellerService/core/BaseHttpRequest.ts +9 -9
- package/TravellerService/core/CancelablePromise.ts +125 -125
- package/TravellerService/core/FetchHttpRequest.ts +21 -21
- package/TravellerService/core/OpenAPI.ts +55 -55
- package/TravellerService/core/request.ts +340 -340
- package/TravellerService/index.ts +8 -8
- package/TravellerService/schemas.gen.ts +6204 -6204
- package/TravellerService/services.gen.ts +695 -695
- package/TravellerService/types.gen.ts +1808 -1808
- package/generator.mjs +13 -4
- package/package.json +1 -1
- package/swagger.json +4794 -4794
|
@@ -167,6 +167,7 @@ export const $AyasofYazilim_Enum_Enums_EnumDto = {
|
|
|
167
167
|
} as const;
|
|
168
168
|
|
|
169
169
|
export const $UniRefund_ContractService_Contracts_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderDto = {
|
|
170
|
+
required: ['id', 'refundTableHeader'],
|
|
170
171
|
type: 'object',
|
|
171
172
|
properties: {
|
|
172
173
|
id: {
|
|
@@ -206,6 +207,7 @@ export const $UniRefund_ContractService_Contracts_ContractHeaderRefundTableHeade
|
|
|
206
207
|
nullable: true
|
|
207
208
|
},
|
|
208
209
|
refundTableHeader: {
|
|
210
|
+
required: ['id', 'name', 'validFrom', 'validTo'],
|
|
209
211
|
type: 'object',
|
|
210
212
|
properties: {
|
|
211
213
|
id: {
|
|
@@ -245,8 +247,9 @@ export const $UniRefund_ContractService_Contracts_ContractHeaderRefundTableHeade
|
|
|
245
247
|
nullable: true
|
|
246
248
|
},
|
|
247
249
|
name: {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
+
maxLength: 255,
|
|
251
|
+
minLength: 0,
|
|
252
|
+
type: 'string'
|
|
250
253
|
},
|
|
251
254
|
validFrom: {
|
|
252
255
|
type: 'string',
|
|
@@ -265,6 +268,7 @@ export const $UniRefund_ContractService_Contracts_ContractHeaderRefundTableHeade
|
|
|
265
268
|
refundTableDetails: {
|
|
266
269
|
type: 'array',
|
|
267
270
|
items: {
|
|
271
|
+
required: ['id', 'vatRate'],
|
|
268
272
|
type: 'object',
|
|
269
273
|
properties: {
|
|
270
274
|
id: {
|
|
@@ -444,7 +448,7 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
444
448
|
processingFeeDetails: {
|
|
445
449
|
type: 'array',
|
|
446
450
|
items: {
|
|
447
|
-
required: ['amount', 'name'
|
|
451
|
+
required: ['amount', 'name'],
|
|
448
452
|
type: 'object',
|
|
449
453
|
properties: {
|
|
450
454
|
extraProperties: {
|
|
@@ -461,14 +465,6 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
461
465
|
amount: {
|
|
462
466
|
type: 'number',
|
|
463
467
|
format: 'double'
|
|
464
|
-
},
|
|
465
|
-
validFrom: {
|
|
466
|
-
type: 'string',
|
|
467
|
-
format: 'date-time'
|
|
468
|
-
},
|
|
469
|
-
validTo: {
|
|
470
|
-
type: 'string',
|
|
471
|
-
format: 'date-time'
|
|
472
468
|
}
|
|
473
469
|
},
|
|
474
470
|
additionalProperties: false
|
|
@@ -639,6 +635,7 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
639
635
|
} as const;
|
|
640
636
|
|
|
641
637
|
export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderDto = {
|
|
638
|
+
required: ['addressId', 'contractHeaderRefundTableHeaders', 'contractSettings', 'id', 'merchantId', 'rebateSetting'],
|
|
642
639
|
type: 'object',
|
|
643
640
|
properties: {
|
|
644
641
|
id: {
|
|
@@ -686,6 +683,7 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
686
683
|
format: 'uuid'
|
|
687
684
|
},
|
|
688
685
|
rebateSetting: {
|
|
686
|
+
required: ['contactInformationTypeId', 'contractHeaderId', 'id', 'isTrustedMerchant', 'merchantId', 'rebateStatementPeriod', 'referenceNumber'],
|
|
689
687
|
type: 'object',
|
|
690
688
|
properties: {
|
|
691
689
|
id: {
|
|
@@ -779,6 +777,7 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
779
777
|
rebateSettingRebateTableHeaders: {
|
|
780
778
|
type: 'array',
|
|
781
779
|
items: {
|
|
780
|
+
required: ['id', 'rebateTableHeader'],
|
|
782
781
|
type: 'object',
|
|
783
782
|
properties: {
|
|
784
783
|
id: {
|
|
@@ -818,6 +817,7 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
818
817
|
nullable: true
|
|
819
818
|
},
|
|
820
819
|
rebateTableHeader: {
|
|
820
|
+
required: ['id', 'name', 'validFrom', 'validTo'],
|
|
821
821
|
type: 'object',
|
|
822
822
|
properties: {
|
|
823
823
|
id: {
|
|
@@ -857,8 +857,9 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
857
857
|
nullable: true
|
|
858
858
|
},
|
|
859
859
|
name: {
|
|
860
|
-
|
|
861
|
-
|
|
860
|
+
maxLength: 255,
|
|
861
|
+
minLength: 0,
|
|
862
|
+
type: 'string'
|
|
862
863
|
},
|
|
863
864
|
calculateNetCommissionInsteadOfRefund: {
|
|
864
865
|
type: 'boolean'
|
|
@@ -877,6 +878,7 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
877
878
|
rebateTableDetails: {
|
|
878
879
|
type: 'array',
|
|
879
880
|
items: {
|
|
881
|
+
required: ['fixedFeeValue', 'id', 'percentFeeValue', 'rebateTableHeaderId', 'refundMethod', 'variableFee'],
|
|
880
882
|
type: 'object',
|
|
881
883
|
properties: {
|
|
882
884
|
id: {
|
|
@@ -1001,6 +1003,7 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
1001
1003
|
processingFeeDetails: {
|
|
1002
1004
|
type: 'array',
|
|
1003
1005
|
items: {
|
|
1006
|
+
required: ['amount', 'id', 'name', 'rebateTableHeaderId'],
|
|
1004
1007
|
type: 'object',
|
|
1005
1008
|
properties: {
|
|
1006
1009
|
id: {
|
|
@@ -1040,21 +1043,14 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
1040
1043
|
nullable: true
|
|
1041
1044
|
},
|
|
1042
1045
|
name: {
|
|
1043
|
-
|
|
1044
|
-
|
|
1046
|
+
maxLength: 255,
|
|
1047
|
+
minLength: 0,
|
|
1048
|
+
type: 'string'
|
|
1045
1049
|
},
|
|
1046
1050
|
amount: {
|
|
1047
1051
|
type: 'number',
|
|
1048
1052
|
format: 'double'
|
|
1049
1053
|
},
|
|
1050
|
-
validFrom: {
|
|
1051
|
-
type: 'string',
|
|
1052
|
-
format: 'date-time'
|
|
1053
|
-
},
|
|
1054
|
-
validTo: {
|
|
1055
|
-
type: 'string',
|
|
1056
|
-
format: 'date-time'
|
|
1057
|
-
},
|
|
1058
1054
|
rebateTableHeaderId: {
|
|
1059
1055
|
type: 'string',
|
|
1060
1056
|
format: 'uuid'
|
|
@@ -1075,6 +1071,7 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
1075
1071
|
minimumNetCommissions: {
|
|
1076
1072
|
type: 'array',
|
|
1077
1073
|
items: {
|
|
1074
|
+
required: ['amount', 'id', 'validFrom', 'validTo'],
|
|
1078
1075
|
type: 'object',
|
|
1079
1076
|
properties: {
|
|
1080
1077
|
id: {
|
|
@@ -1145,6 +1142,7 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
1145
1142
|
contractHeaderRefundTableHeaders: {
|
|
1146
1143
|
type: 'array',
|
|
1147
1144
|
items: {
|
|
1145
|
+
required: ['id', 'refundTableHeader'],
|
|
1148
1146
|
type: 'object',
|
|
1149
1147
|
properties: {
|
|
1150
1148
|
id: {
|
|
@@ -1184,6 +1182,7 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
1184
1182
|
nullable: true
|
|
1185
1183
|
},
|
|
1186
1184
|
refundTableHeader: {
|
|
1185
|
+
required: ['id', 'name', 'validFrom', 'validTo'],
|
|
1187
1186
|
type: 'object',
|
|
1188
1187
|
properties: {
|
|
1189
1188
|
id: {
|
|
@@ -1223,8 +1222,9 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
1223
1222
|
nullable: true
|
|
1224
1223
|
},
|
|
1225
1224
|
name: {
|
|
1226
|
-
|
|
1227
|
-
|
|
1225
|
+
maxLength: 255,
|
|
1226
|
+
minLength: 0,
|
|
1227
|
+
type: 'string'
|
|
1228
1228
|
},
|
|
1229
1229
|
validFrom: {
|
|
1230
1230
|
type: 'string',
|
|
@@ -1243,6 +1243,7 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
1243
1243
|
refundTableDetails: {
|
|
1244
1244
|
type: 'array',
|
|
1245
1245
|
items: {
|
|
1246
|
+
required: ['id', 'vatRate'],
|
|
1246
1247
|
type: 'object',
|
|
1247
1248
|
properties: {
|
|
1248
1249
|
id: {
|
|
@@ -1314,12 +1315,12 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
1314
1315
|
}
|
|
1315
1316
|
},
|
|
1316
1317
|
additionalProperties: false
|
|
1317
|
-
}
|
|
1318
|
-
nullable: true
|
|
1318
|
+
}
|
|
1319
1319
|
},
|
|
1320
1320
|
contractSettings: {
|
|
1321
1321
|
type: 'array',
|
|
1322
1322
|
items: {
|
|
1323
|
+
required: ['id', 'invoiceChannel', 'invoicingAddressId', 'invoicingFrequency', 'name', 'receiptType', 'referenceNumber', 'termOfPayment'],
|
|
1323
1324
|
type: 'object',
|
|
1324
1325
|
properties: {
|
|
1325
1326
|
id: {
|
|
@@ -1359,8 +1360,9 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
1359
1360
|
nullable: true
|
|
1360
1361
|
},
|
|
1361
1362
|
name: {
|
|
1362
|
-
|
|
1363
|
-
|
|
1363
|
+
maxLength: 255,
|
|
1364
|
+
minLength: 0,
|
|
1365
|
+
type: 'string'
|
|
1364
1366
|
},
|
|
1365
1367
|
isDefault: {
|
|
1366
1368
|
type: 'boolean'
|
|
@@ -1507,6 +1509,7 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
1507
1509
|
contractStores: {
|
|
1508
1510
|
type: 'array',
|
|
1509
1511
|
items: {
|
|
1512
|
+
required: ['id', 'merchantId', 'receiptType'],
|
|
1510
1513
|
type: 'object',
|
|
1511
1514
|
properties: {
|
|
1512
1515
|
id: {
|
|
@@ -1589,8 +1592,7 @@ export const $UniRefund_ContractService_Contracts_ContractHeaders_ContractHeader
|
|
|
1589
1592
|
}
|
|
1590
1593
|
},
|
|
1591
1594
|
additionalProperties: false
|
|
1592
|
-
}
|
|
1593
|
-
nullable: true
|
|
1595
|
+
}
|
|
1594
1596
|
}
|
|
1595
1597
|
},
|
|
1596
1598
|
additionalProperties: false
|
|
@@ -1714,6 +1716,7 @@ export const $UniRefund_ContractService_Contracts_ContractSettings_ContractSetti
|
|
|
1714
1716
|
} as const;
|
|
1715
1717
|
|
|
1716
1718
|
export const $UniRefund_ContractService_Contracts_ContractSettings_ContractSettingDto = {
|
|
1719
|
+
required: ['id', 'invoiceChannel', 'invoicingAddressId', 'invoicingFrequency', 'name', 'receiptType', 'referenceNumber', 'termOfPayment'],
|
|
1717
1720
|
type: 'object',
|
|
1718
1721
|
properties: {
|
|
1719
1722
|
id: {
|
|
@@ -1753,8 +1756,9 @@ export const $UniRefund_ContractService_Contracts_ContractSettings_ContractSetti
|
|
|
1753
1756
|
nullable: true
|
|
1754
1757
|
},
|
|
1755
1758
|
name: {
|
|
1756
|
-
|
|
1757
|
-
|
|
1759
|
+
maxLength: 255,
|
|
1760
|
+
minLength: 0,
|
|
1761
|
+
type: 'string'
|
|
1758
1762
|
},
|
|
1759
1763
|
isDefault: {
|
|
1760
1764
|
type: 'boolean'
|
|
@@ -1901,6 +1905,7 @@ export const $UniRefund_ContractService_Contracts_ContractSettings_ContractSetti
|
|
|
1901
1905
|
contractStores: {
|
|
1902
1906
|
type: 'array',
|
|
1903
1907
|
items: {
|
|
1908
|
+
required: ['id', 'merchantId', 'receiptType'],
|
|
1904
1909
|
type: 'object',
|
|
1905
1910
|
properties: {
|
|
1906
1911
|
id: {
|
|
@@ -2078,6 +2083,7 @@ export const $UniRefund_ContractService_Contracts_ContractStores_ContractStoreCr
|
|
|
2078
2083
|
} as const;
|
|
2079
2084
|
|
|
2080
2085
|
export const $UniRefund_ContractService_Contracts_ContractStores_ContractStoreDto = {
|
|
2086
|
+
required: ['id', 'merchantId', 'receiptType'],
|
|
2081
2087
|
type: 'object',
|
|
2082
2088
|
properties: {
|
|
2083
2089
|
id: {
|
|
@@ -2211,6 +2217,7 @@ export const $UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNet
|
|
|
2211
2217
|
} as const;
|
|
2212
2218
|
|
|
2213
2219
|
export const $UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNetCommissionDto = {
|
|
2220
|
+
required: ['amount', 'id', 'validFrom', 'validTo'],
|
|
2214
2221
|
type: 'object',
|
|
2215
2222
|
properties: {
|
|
2216
2223
|
id: {
|
|
@@ -2306,7 +2313,7 @@ export const $UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNet
|
|
|
2306
2313
|
} as const;
|
|
2307
2314
|
|
|
2308
2315
|
export const $UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingFeeDetailCreateDto = {
|
|
2309
|
-
required: ['amount', 'name'
|
|
2316
|
+
required: ['amount', 'name'],
|
|
2310
2317
|
type: 'object',
|
|
2311
2318
|
properties: {
|
|
2312
2319
|
extraProperties: {
|
|
@@ -2323,20 +2330,13 @@ export const $UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingF
|
|
|
2323
2330
|
amount: {
|
|
2324
2331
|
type: 'number',
|
|
2325
2332
|
format: 'double'
|
|
2326
|
-
},
|
|
2327
|
-
validFrom: {
|
|
2328
|
-
type: 'string',
|
|
2329
|
-
format: 'date-time'
|
|
2330
|
-
},
|
|
2331
|
-
validTo: {
|
|
2332
|
-
type: 'string',
|
|
2333
|
-
format: 'date-time'
|
|
2334
2333
|
}
|
|
2335
2334
|
},
|
|
2336
2335
|
additionalProperties: false
|
|
2337
2336
|
} as const;
|
|
2338
2337
|
|
|
2339
2338
|
export const $UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingFeeDetailDto = {
|
|
2339
|
+
required: ['amount', 'id', 'name', 'rebateTableHeaderId'],
|
|
2340
2340
|
type: 'object',
|
|
2341
2341
|
properties: {
|
|
2342
2342
|
id: {
|
|
@@ -2376,21 +2376,14 @@ export const $UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingF
|
|
|
2376
2376
|
nullable: true
|
|
2377
2377
|
},
|
|
2378
2378
|
name: {
|
|
2379
|
-
|
|
2380
|
-
|
|
2379
|
+
maxLength: 255,
|
|
2380
|
+
minLength: 0,
|
|
2381
|
+
type: 'string'
|
|
2381
2382
|
},
|
|
2382
2383
|
amount: {
|
|
2383
2384
|
type: 'number',
|
|
2384
2385
|
format: 'double'
|
|
2385
2386
|
},
|
|
2386
|
-
validFrom: {
|
|
2387
|
-
type: 'string',
|
|
2388
|
-
format: 'date-time'
|
|
2389
|
-
},
|
|
2390
|
-
validTo: {
|
|
2391
|
-
type: 'string',
|
|
2392
|
-
format: 'date-time'
|
|
2393
|
-
},
|
|
2394
2387
|
rebateTableHeaderId: {
|
|
2395
2388
|
type: 'string',
|
|
2396
2389
|
format: 'uuid'
|
|
@@ -2400,7 +2393,7 @@ export const $UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingF
|
|
|
2400
2393
|
} as const;
|
|
2401
2394
|
|
|
2402
2395
|
export const $UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingFeeDetailUpdateDto = {
|
|
2403
|
-
required: ['amount', 'name'
|
|
2396
|
+
required: ['amount', 'name'],
|
|
2404
2397
|
type: 'object',
|
|
2405
2398
|
properties: {
|
|
2406
2399
|
extraProperties: {
|
|
@@ -2417,20 +2410,36 @@ export const $UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingF
|
|
|
2417
2410
|
amount: {
|
|
2418
2411
|
type: 'number',
|
|
2419
2412
|
format: 'double'
|
|
2413
|
+
}
|
|
2414
|
+
},
|
|
2415
|
+
additionalProperties: false
|
|
2416
|
+
} as const;
|
|
2417
|
+
|
|
2418
|
+
export const $UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingFeeDetailUpdateWithRandomIdDto = {
|
|
2419
|
+
required: ['amount', 'name'],
|
|
2420
|
+
type: 'object',
|
|
2421
|
+
properties: {
|
|
2422
|
+
extraProperties: {
|
|
2423
|
+
type: 'object',
|
|
2424
|
+
additionalProperties: {},
|
|
2425
|
+
nullable: true,
|
|
2426
|
+
readOnly: true
|
|
2420
2427
|
},
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2428
|
+
name: {
|
|
2429
|
+
maxLength: 255,
|
|
2430
|
+
minLength: 0,
|
|
2431
|
+
type: 'string'
|
|
2424
2432
|
},
|
|
2425
|
-
|
|
2426
|
-
type: '
|
|
2427
|
-
format: '
|
|
2433
|
+
amount: {
|
|
2434
|
+
type: 'number',
|
|
2435
|
+
format: 'double'
|
|
2428
2436
|
}
|
|
2429
2437
|
},
|
|
2430
2438
|
additionalProperties: false
|
|
2431
2439
|
} as const;
|
|
2432
2440
|
|
|
2433
2441
|
export const $UniRefund_ContractService_Rebates_RebateSettingRebateTableHeaders_RebateSettingRebateTableHeaderDto = {
|
|
2442
|
+
required: ['id', 'rebateTableHeader'],
|
|
2434
2443
|
type: 'object',
|
|
2435
2444
|
properties: {
|
|
2436
2445
|
id: {
|
|
@@ -2470,6 +2479,7 @@ export const $UniRefund_ContractService_Rebates_RebateSettingRebateTableHeaders_
|
|
|
2470
2479
|
nullable: true
|
|
2471
2480
|
},
|
|
2472
2481
|
rebateTableHeader: {
|
|
2482
|
+
required: ['id', 'name', 'validFrom', 'validTo'],
|
|
2473
2483
|
type: 'object',
|
|
2474
2484
|
properties: {
|
|
2475
2485
|
id: {
|
|
@@ -2509,8 +2519,9 @@ export const $UniRefund_ContractService_Rebates_RebateSettingRebateTableHeaders_
|
|
|
2509
2519
|
nullable: true
|
|
2510
2520
|
},
|
|
2511
2521
|
name: {
|
|
2512
|
-
|
|
2513
|
-
|
|
2522
|
+
maxLength: 255,
|
|
2523
|
+
minLength: 0,
|
|
2524
|
+
type: 'string'
|
|
2514
2525
|
},
|
|
2515
2526
|
calculateNetCommissionInsteadOfRefund: {
|
|
2516
2527
|
type: 'boolean'
|
|
@@ -2529,6 +2540,7 @@ export const $UniRefund_ContractService_Rebates_RebateSettingRebateTableHeaders_
|
|
|
2529
2540
|
rebateTableDetails: {
|
|
2530
2541
|
type: 'array',
|
|
2531
2542
|
items: {
|
|
2543
|
+
required: ['fixedFeeValue', 'id', 'percentFeeValue', 'rebateTableHeaderId', 'refundMethod', 'variableFee'],
|
|
2532
2544
|
type: 'object',
|
|
2533
2545
|
properties: {
|
|
2534
2546
|
id: {
|
|
@@ -2653,6 +2665,7 @@ export const $UniRefund_ContractService_Rebates_RebateSettingRebateTableHeaders_
|
|
|
2653
2665
|
processingFeeDetails: {
|
|
2654
2666
|
type: 'array',
|
|
2655
2667
|
items: {
|
|
2668
|
+
required: ['amount', 'id', 'name', 'rebateTableHeaderId'],
|
|
2656
2669
|
type: 'object',
|
|
2657
2670
|
properties: {
|
|
2658
2671
|
id: {
|
|
@@ -2692,21 +2705,14 @@ export const $UniRefund_ContractService_Rebates_RebateSettingRebateTableHeaders_
|
|
|
2692
2705
|
nullable: true
|
|
2693
2706
|
},
|
|
2694
2707
|
name: {
|
|
2695
|
-
|
|
2696
|
-
|
|
2708
|
+
maxLength: 255,
|
|
2709
|
+
minLength: 0,
|
|
2710
|
+
type: 'string'
|
|
2697
2711
|
},
|
|
2698
2712
|
amount: {
|
|
2699
2713
|
type: 'number',
|
|
2700
2714
|
format: 'double'
|
|
2701
2715
|
},
|
|
2702
|
-
validFrom: {
|
|
2703
|
-
type: 'string',
|
|
2704
|
-
format: 'date-time'
|
|
2705
|
-
},
|
|
2706
|
-
validTo: {
|
|
2707
|
-
type: 'string',
|
|
2708
|
-
format: 'date-time'
|
|
2709
|
-
},
|
|
2710
2716
|
rebateTableHeaderId: {
|
|
2711
2717
|
type: 'string',
|
|
2712
2718
|
format: 'uuid'
|
|
@@ -2811,7 +2817,7 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingCrea
|
|
|
2811
2817
|
processingFeeDetails: {
|
|
2812
2818
|
type: 'array',
|
|
2813
2819
|
items: {
|
|
2814
|
-
required: ['amount', 'name'
|
|
2820
|
+
required: ['amount', 'name'],
|
|
2815
2821
|
type: 'object',
|
|
2816
2822
|
properties: {
|
|
2817
2823
|
extraProperties: {
|
|
@@ -2828,14 +2834,6 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingCrea
|
|
|
2828
2834
|
amount: {
|
|
2829
2835
|
type: 'number',
|
|
2830
2836
|
format: 'double'
|
|
2831
|
-
},
|
|
2832
|
-
validFrom: {
|
|
2833
|
-
type: 'string',
|
|
2834
|
-
format: 'date-time'
|
|
2835
|
-
},
|
|
2836
|
-
validTo: {
|
|
2837
|
-
type: 'string',
|
|
2838
|
-
format: 'date-time'
|
|
2839
2837
|
}
|
|
2840
2838
|
},
|
|
2841
2839
|
additionalProperties: false
|
|
@@ -2898,6 +2896,7 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingCrea
|
|
|
2898
2896
|
} as const;
|
|
2899
2897
|
|
|
2900
2898
|
export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto = {
|
|
2899
|
+
required: ['contactInformationTypeId', 'contractHeaderId', 'id', 'isTrustedMerchant', 'merchantId', 'rebateStatementPeriod', 'referenceNumber'],
|
|
2901
2900
|
type: 'object',
|
|
2902
2901
|
properties: {
|
|
2903
2902
|
id: {
|
|
@@ -2991,6 +2990,7 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto
|
|
|
2991
2990
|
rebateSettingRebateTableHeaders: {
|
|
2992
2991
|
type: 'array',
|
|
2993
2992
|
items: {
|
|
2993
|
+
required: ['id', 'rebateTableHeader'],
|
|
2994
2994
|
type: 'object',
|
|
2995
2995
|
properties: {
|
|
2996
2996
|
id: {
|
|
@@ -3030,6 +3030,7 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto
|
|
|
3030
3030
|
nullable: true
|
|
3031
3031
|
},
|
|
3032
3032
|
rebateTableHeader: {
|
|
3033
|
+
required: ['id', 'name', 'validFrom', 'validTo'],
|
|
3033
3034
|
type: 'object',
|
|
3034
3035
|
properties: {
|
|
3035
3036
|
id: {
|
|
@@ -3069,8 +3070,9 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto
|
|
|
3069
3070
|
nullable: true
|
|
3070
3071
|
},
|
|
3071
3072
|
name: {
|
|
3072
|
-
|
|
3073
|
-
|
|
3073
|
+
maxLength: 255,
|
|
3074
|
+
minLength: 0,
|
|
3075
|
+
type: 'string'
|
|
3074
3076
|
},
|
|
3075
3077
|
calculateNetCommissionInsteadOfRefund: {
|
|
3076
3078
|
type: 'boolean'
|
|
@@ -3089,6 +3091,7 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto
|
|
|
3089
3091
|
rebateTableDetails: {
|
|
3090
3092
|
type: 'array',
|
|
3091
3093
|
items: {
|
|
3094
|
+
required: ['fixedFeeValue', 'id', 'percentFeeValue', 'rebateTableHeaderId', 'refundMethod', 'variableFee'],
|
|
3092
3095
|
type: 'object',
|
|
3093
3096
|
properties: {
|
|
3094
3097
|
id: {
|
|
@@ -3213,6 +3216,7 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto
|
|
|
3213
3216
|
processingFeeDetails: {
|
|
3214
3217
|
type: 'array',
|
|
3215
3218
|
items: {
|
|
3219
|
+
required: ['amount', 'id', 'name', 'rebateTableHeaderId'],
|
|
3216
3220
|
type: 'object',
|
|
3217
3221
|
properties: {
|
|
3218
3222
|
id: {
|
|
@@ -3252,21 +3256,14 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto
|
|
|
3252
3256
|
nullable: true
|
|
3253
3257
|
},
|
|
3254
3258
|
name: {
|
|
3255
|
-
|
|
3256
|
-
|
|
3259
|
+
maxLength: 255,
|
|
3260
|
+
minLength: 0,
|
|
3261
|
+
type: 'string'
|
|
3257
3262
|
},
|
|
3258
3263
|
amount: {
|
|
3259
3264
|
type: 'number',
|
|
3260
3265
|
format: 'double'
|
|
3261
3266
|
},
|
|
3262
|
-
validFrom: {
|
|
3263
|
-
type: 'string',
|
|
3264
|
-
format: 'date-time'
|
|
3265
|
-
},
|
|
3266
|
-
validTo: {
|
|
3267
|
-
type: 'string',
|
|
3268
|
-
format: 'date-time'
|
|
3269
|
-
},
|
|
3270
3267
|
rebateTableHeaderId: {
|
|
3271
3268
|
type: 'string',
|
|
3272
3269
|
format: 'uuid'
|
|
@@ -3287,6 +3284,7 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto
|
|
|
3287
3284
|
minimumNetCommissions: {
|
|
3288
3285
|
type: 'array',
|
|
3289
3286
|
items: {
|
|
3287
|
+
required: ['amount', 'id', 'validFrom', 'validTo'],
|
|
3290
3288
|
type: 'object',
|
|
3291
3289
|
properties: {
|
|
3292
3290
|
id: {
|
|
@@ -3419,6 +3417,7 @@ export const $UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDe
|
|
|
3419
3417
|
} as const;
|
|
3420
3418
|
|
|
3421
3419
|
export const $UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDetailDto = {
|
|
3420
|
+
required: ['fixedFeeValue', 'id', 'percentFeeValue', 'rebateTableHeaderId', 'refundMethod', 'variableFee'],
|
|
3422
3421
|
type: 'object',
|
|
3423
3422
|
properties: {
|
|
3424
3423
|
id: {
|
|
@@ -3569,6 +3568,36 @@ export const $UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDe
|
|
|
3569
3568
|
additionalProperties: false
|
|
3570
3569
|
} as const;
|
|
3571
3570
|
|
|
3571
|
+
export const $UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDetailUpdateWithRandomIdDto = {
|
|
3572
|
+
required: ['fixedFeeValue', 'percentFeeValue', 'refundMethod', 'variableFee'],
|
|
3573
|
+
type: 'object',
|
|
3574
|
+
properties: {
|
|
3575
|
+
extraProperties: {
|
|
3576
|
+
type: 'object',
|
|
3577
|
+
additionalProperties: {},
|
|
3578
|
+
nullable: true,
|
|
3579
|
+
readOnly: true
|
|
3580
|
+
},
|
|
3581
|
+
fixedFeeValue: {
|
|
3582
|
+
type: 'number',
|
|
3583
|
+
format: 'double'
|
|
3584
|
+
},
|
|
3585
|
+
percentFeeValue: {
|
|
3586
|
+
type: 'number',
|
|
3587
|
+
format: 'double'
|
|
3588
|
+
},
|
|
3589
|
+
refundMethod: {
|
|
3590
|
+
type: 'integer',
|
|
3591
|
+
format: 'int32'
|
|
3592
|
+
},
|
|
3593
|
+
variableFee: {
|
|
3594
|
+
type: 'integer',
|
|
3595
|
+
format: 'int32'
|
|
3596
|
+
}
|
|
3597
|
+
},
|
|
3598
|
+
additionalProperties: false
|
|
3599
|
+
} as const;
|
|
3600
|
+
|
|
3572
3601
|
export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderCreateDto = {
|
|
3573
3602
|
required: ['name', 'validFrom', 'validTo'],
|
|
3574
3603
|
type: 'object',
|
|
@@ -3634,7 +3663,7 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3634
3663
|
processingFeeDetails: {
|
|
3635
3664
|
type: 'array',
|
|
3636
3665
|
items: {
|
|
3637
|
-
required: ['amount', 'name'
|
|
3666
|
+
required: ['amount', 'name'],
|
|
3638
3667
|
type: 'object',
|
|
3639
3668
|
properties: {
|
|
3640
3669
|
extraProperties: {
|
|
@@ -3651,14 +3680,6 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3651
3680
|
amount: {
|
|
3652
3681
|
type: 'number',
|
|
3653
3682
|
format: 'double'
|
|
3654
|
-
},
|
|
3655
|
-
validFrom: {
|
|
3656
|
-
type: 'string',
|
|
3657
|
-
format: 'date-time'
|
|
3658
|
-
},
|
|
3659
|
-
validTo: {
|
|
3660
|
-
type: 'string',
|
|
3661
|
-
format: 'date-time'
|
|
3662
3683
|
}
|
|
3663
3684
|
},
|
|
3664
3685
|
additionalProperties: false
|
|
@@ -3670,6 +3691,7 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3670
3691
|
} as const;
|
|
3671
3692
|
|
|
3672
3693
|
export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderDto = {
|
|
3694
|
+
required: ['id', 'name', 'validFrom', 'validTo'],
|
|
3673
3695
|
type: 'object',
|
|
3674
3696
|
properties: {
|
|
3675
3697
|
id: {
|
|
@@ -3709,8 +3731,9 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3709
3731
|
nullable: true
|
|
3710
3732
|
},
|
|
3711
3733
|
name: {
|
|
3712
|
-
|
|
3713
|
-
|
|
3734
|
+
maxLength: 255,
|
|
3735
|
+
minLength: 0,
|
|
3736
|
+
type: 'string'
|
|
3714
3737
|
},
|
|
3715
3738
|
calculateNetCommissionInsteadOfRefund: {
|
|
3716
3739
|
type: 'boolean'
|
|
@@ -3729,6 +3752,7 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3729
3752
|
rebateTableDetails: {
|
|
3730
3753
|
type: 'array',
|
|
3731
3754
|
items: {
|
|
3755
|
+
required: ['fixedFeeValue', 'id', 'percentFeeValue', 'rebateTableHeaderId', 'refundMethod', 'variableFee'],
|
|
3732
3756
|
type: 'object',
|
|
3733
3757
|
properties: {
|
|
3734
3758
|
id: {
|
|
@@ -3853,6 +3877,7 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3853
3877
|
processingFeeDetails: {
|
|
3854
3878
|
type: 'array',
|
|
3855
3879
|
items: {
|
|
3880
|
+
required: ['amount', 'id', 'name', 'rebateTableHeaderId'],
|
|
3856
3881
|
type: 'object',
|
|
3857
3882
|
properties: {
|
|
3858
3883
|
id: {
|
|
@@ -3892,21 +3917,14 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3892
3917
|
nullable: true
|
|
3893
3918
|
},
|
|
3894
3919
|
name: {
|
|
3895
|
-
|
|
3896
|
-
|
|
3920
|
+
maxLength: 255,
|
|
3921
|
+
minLength: 0,
|
|
3922
|
+
type: 'string'
|
|
3897
3923
|
},
|
|
3898
3924
|
amount: {
|
|
3899
3925
|
type: 'number',
|
|
3900
3926
|
format: 'double'
|
|
3901
3927
|
},
|
|
3902
|
-
validFrom: {
|
|
3903
|
-
type: 'string',
|
|
3904
|
-
format: 'date-time'
|
|
3905
|
-
},
|
|
3906
|
-
validTo: {
|
|
3907
|
-
type: 'string',
|
|
3908
|
-
format: 'date-time'
|
|
3909
|
-
},
|
|
3910
3928
|
rebateTableHeaderId: {
|
|
3911
3929
|
type: 'string',
|
|
3912
3930
|
format: 'uuid'
|
|
@@ -3948,6 +3966,65 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3948
3966
|
},
|
|
3949
3967
|
isTemplate: {
|
|
3950
3968
|
type: 'boolean'
|
|
3969
|
+
},
|
|
3970
|
+
rebateTableDetails: {
|
|
3971
|
+
type: 'array',
|
|
3972
|
+
items: {
|
|
3973
|
+
required: ['fixedFeeValue', 'percentFeeValue', 'refundMethod', 'variableFee'],
|
|
3974
|
+
type: 'object',
|
|
3975
|
+
properties: {
|
|
3976
|
+
extraProperties: {
|
|
3977
|
+
type: 'object',
|
|
3978
|
+
additionalProperties: {},
|
|
3979
|
+
nullable: true,
|
|
3980
|
+
readOnly: true
|
|
3981
|
+
},
|
|
3982
|
+
fixedFeeValue: {
|
|
3983
|
+
type: 'number',
|
|
3984
|
+
format: 'double'
|
|
3985
|
+
},
|
|
3986
|
+
percentFeeValue: {
|
|
3987
|
+
type: 'number',
|
|
3988
|
+
format: 'double'
|
|
3989
|
+
},
|
|
3990
|
+
refundMethod: {
|
|
3991
|
+
type: 'integer',
|
|
3992
|
+
format: 'int32'
|
|
3993
|
+
},
|
|
3994
|
+
variableFee: {
|
|
3995
|
+
type: 'integer',
|
|
3996
|
+
format: 'int32'
|
|
3997
|
+
}
|
|
3998
|
+
},
|
|
3999
|
+
additionalProperties: false
|
|
4000
|
+
},
|
|
4001
|
+
nullable: true
|
|
4002
|
+
},
|
|
4003
|
+
processingFeeDetails: {
|
|
4004
|
+
type: 'array',
|
|
4005
|
+
items: {
|
|
4006
|
+
required: ['amount', 'name'],
|
|
4007
|
+
type: 'object',
|
|
4008
|
+
properties: {
|
|
4009
|
+
extraProperties: {
|
|
4010
|
+
type: 'object',
|
|
4011
|
+
additionalProperties: {},
|
|
4012
|
+
nullable: true,
|
|
4013
|
+
readOnly: true
|
|
4014
|
+
},
|
|
4015
|
+
name: {
|
|
4016
|
+
maxLength: 255,
|
|
4017
|
+
minLength: 0,
|
|
4018
|
+
type: 'string'
|
|
4019
|
+
},
|
|
4020
|
+
amount: {
|
|
4021
|
+
type: 'number',
|
|
4022
|
+
format: 'double'
|
|
4023
|
+
}
|
|
4024
|
+
},
|
|
4025
|
+
additionalProperties: false
|
|
4026
|
+
},
|
|
4027
|
+
nullable: true
|
|
3951
4028
|
}
|
|
3952
4029
|
},
|
|
3953
4030
|
additionalProperties: false
|
|
@@ -4000,6 +4077,7 @@ export const $UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetail
|
|
|
4000
4077
|
} as const;
|
|
4001
4078
|
|
|
4002
4079
|
export const $UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDto = {
|
|
4080
|
+
required: ['amountFrom', 'amountTo', 'feeType', 'fixedFeeValue', 'id', 'maxFee', 'minFee', 'percentFeeValue', 'refundFeeHeaderId', 'refundMethod'],
|
|
4003
4081
|
type: 'object',
|
|
4004
4082
|
properties: {
|
|
4005
4083
|
id: {
|
|
@@ -4213,6 +4291,7 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
|
|
|
4213
4291
|
} as const;
|
|
4214
4292
|
|
|
4215
4293
|
export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto = {
|
|
4294
|
+
required: ['id', 'name', 'validFrom', 'validTo'],
|
|
4216
4295
|
type: 'object',
|
|
4217
4296
|
properties: {
|
|
4218
4297
|
id: {
|
|
@@ -4252,8 +4331,9 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
|
|
|
4252
4331
|
nullable: true
|
|
4253
4332
|
},
|
|
4254
4333
|
name: {
|
|
4255
|
-
|
|
4256
|
-
|
|
4334
|
+
maxLength: 255,
|
|
4335
|
+
minLength: 0,
|
|
4336
|
+
type: 'string'
|
|
4257
4337
|
},
|
|
4258
4338
|
validFrom: {
|
|
4259
4339
|
type: 'string',
|
|
@@ -4269,6 +4349,7 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
|
|
|
4269
4349
|
refundFeeDetails: {
|
|
4270
4350
|
type: 'array',
|
|
4271
4351
|
items: {
|
|
4352
|
+
required: ['amountFrom', 'amountTo', 'feeType', 'fixedFeeValue', 'id', 'maxFee', 'minFee', 'percentFeeValue', 'refundFeeHeaderId', 'refundMethod'],
|
|
4272
4353
|
type: 'object',
|
|
4273
4354
|
properties: {
|
|
4274
4355
|
id: {
|
|
@@ -4478,6 +4559,7 @@ export const $UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDe
|
|
|
4478
4559
|
} as const;
|
|
4479
4560
|
|
|
4480
4561
|
export const $UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto = {
|
|
4562
|
+
required: ['id', 'vatRate'],
|
|
4481
4563
|
type: 'object',
|
|
4482
4564
|
properties: {
|
|
4483
4565
|
id: {
|
|
@@ -4614,6 +4696,7 @@ export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHe
|
|
|
4614
4696
|
} as const;
|
|
4615
4697
|
|
|
4616
4698
|
export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto = {
|
|
4699
|
+
required: ['id', 'name', 'validFrom', 'validTo'],
|
|
4617
4700
|
type: 'object',
|
|
4618
4701
|
properties: {
|
|
4619
4702
|
id: {
|
|
@@ -4653,8 +4736,9 @@ export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHe
|
|
|
4653
4736
|
nullable: true
|
|
4654
4737
|
},
|
|
4655
4738
|
name: {
|
|
4656
|
-
|
|
4657
|
-
|
|
4739
|
+
maxLength: 255,
|
|
4740
|
+
minLength: 0,
|
|
4741
|
+
type: 'string'
|
|
4658
4742
|
},
|
|
4659
4743
|
validFrom: {
|
|
4660
4744
|
type: 'string',
|
|
@@ -4673,6 +4757,7 @@ export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHe
|
|
|
4673
4757
|
refundTableDetails: {
|
|
4674
4758
|
type: 'array',
|
|
4675
4759
|
items: {
|
|
4760
|
+
required: ['id', 'vatRate'],
|
|
4676
4761
|
type: 'object',
|
|
4677
4762
|
properties: {
|
|
4678
4763
|
id: {
|
|
@@ -4776,7 +4861,7 @@ export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHe
|
|
|
4776
4861
|
additionalProperties: false
|
|
4777
4862
|
} as const;
|
|
4778
4863
|
|
|
4779
|
-
export const $
|
|
4864
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__AyasofYazilim_Enum_EnumTypes_EnumTypeDto__AyasofYazilim_Enum_Application_Contracts__Version_0_1_5_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
4780
4865
|
type: 'object',
|
|
4781
4866
|
properties: {
|
|
4782
4867
|
items: {
|
|
@@ -4882,7 +4967,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__AyasofYazilim_Enum_Enu
|
|
|
4882
4967
|
additionalProperties: false
|
|
4883
4968
|
} as const;
|
|
4884
4969
|
|
|
4885
|
-
export const $
|
|
4970
|
+
export const $Volo_Abp_Application_Dtos_PagedResultDto_1__AyasofYazilim_Enum_Enums_EnumDto__AyasofYazilim_Enum_Application_Contracts__Version_0_1_5_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
4886
4971
|
type: 'object',
|
|
4887
4972
|
properties: {
|
|
4888
4973
|
items: {
|
|
@@ -4936,6 +5021,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
4936
5021
|
items: {
|
|
4937
5022
|
type: 'array',
|
|
4938
5023
|
items: {
|
|
5024
|
+
required: ['addressId', 'contractHeaderRefundTableHeaders', 'contractSettings', 'id', 'merchantId', 'rebateSetting'],
|
|
4939
5025
|
type: 'object',
|
|
4940
5026
|
properties: {
|
|
4941
5027
|
id: {
|
|
@@ -4983,6 +5069,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
4983
5069
|
format: 'uuid'
|
|
4984
5070
|
},
|
|
4985
5071
|
rebateSetting: {
|
|
5072
|
+
required: ['contactInformationTypeId', 'contractHeaderId', 'id', 'isTrustedMerchant', 'merchantId', 'rebateStatementPeriod', 'referenceNumber'],
|
|
4986
5073
|
type: 'object',
|
|
4987
5074
|
properties: {
|
|
4988
5075
|
id: {
|
|
@@ -5076,6 +5163,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5076
5163
|
rebateSettingRebateTableHeaders: {
|
|
5077
5164
|
type: 'array',
|
|
5078
5165
|
items: {
|
|
5166
|
+
required: ['id', 'rebateTableHeader'],
|
|
5079
5167
|
type: 'object',
|
|
5080
5168
|
properties: {
|
|
5081
5169
|
id: {
|
|
@@ -5115,6 +5203,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5115
5203
|
nullable: true
|
|
5116
5204
|
},
|
|
5117
5205
|
rebateTableHeader: {
|
|
5206
|
+
required: ['id', 'name', 'validFrom', 'validTo'],
|
|
5118
5207
|
type: 'object',
|
|
5119
5208
|
properties: {
|
|
5120
5209
|
id: {
|
|
@@ -5154,8 +5243,9 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5154
5243
|
nullable: true
|
|
5155
5244
|
},
|
|
5156
5245
|
name: {
|
|
5157
|
-
|
|
5158
|
-
|
|
5246
|
+
maxLength: 255,
|
|
5247
|
+
minLength: 0,
|
|
5248
|
+
type: 'string'
|
|
5159
5249
|
},
|
|
5160
5250
|
calculateNetCommissionInsteadOfRefund: {
|
|
5161
5251
|
type: 'boolean'
|
|
@@ -5174,6 +5264,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5174
5264
|
rebateTableDetails: {
|
|
5175
5265
|
type: 'array',
|
|
5176
5266
|
items: {
|
|
5267
|
+
required: ['fixedFeeValue', 'id', 'percentFeeValue', 'rebateTableHeaderId', 'refundMethod', 'variableFee'],
|
|
5177
5268
|
type: 'object',
|
|
5178
5269
|
properties: {
|
|
5179
5270
|
id: {
|
|
@@ -5298,6 +5389,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5298
5389
|
processingFeeDetails: {
|
|
5299
5390
|
type: 'array',
|
|
5300
5391
|
items: {
|
|
5392
|
+
required: ['amount', 'id', 'name', 'rebateTableHeaderId'],
|
|
5301
5393
|
type: 'object',
|
|
5302
5394
|
properties: {
|
|
5303
5395
|
id: {
|
|
@@ -5337,21 +5429,14 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5337
5429
|
nullable: true
|
|
5338
5430
|
},
|
|
5339
5431
|
name: {
|
|
5340
|
-
|
|
5341
|
-
|
|
5432
|
+
maxLength: 255,
|
|
5433
|
+
minLength: 0,
|
|
5434
|
+
type: 'string'
|
|
5342
5435
|
},
|
|
5343
5436
|
amount: {
|
|
5344
5437
|
type: 'number',
|
|
5345
5438
|
format: 'double'
|
|
5346
5439
|
},
|
|
5347
|
-
validFrom: {
|
|
5348
|
-
type: 'string',
|
|
5349
|
-
format: 'date-time'
|
|
5350
|
-
},
|
|
5351
|
-
validTo: {
|
|
5352
|
-
type: 'string',
|
|
5353
|
-
format: 'date-time'
|
|
5354
|
-
},
|
|
5355
5440
|
rebateTableHeaderId: {
|
|
5356
5441
|
type: 'string',
|
|
5357
5442
|
format: 'uuid'
|
|
@@ -5372,6 +5457,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5372
5457
|
minimumNetCommissions: {
|
|
5373
5458
|
type: 'array',
|
|
5374
5459
|
items: {
|
|
5460
|
+
required: ['amount', 'id', 'validFrom', 'validTo'],
|
|
5375
5461
|
type: 'object',
|
|
5376
5462
|
properties: {
|
|
5377
5463
|
id: {
|
|
@@ -5442,6 +5528,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5442
5528
|
contractHeaderRefundTableHeaders: {
|
|
5443
5529
|
type: 'array',
|
|
5444
5530
|
items: {
|
|
5531
|
+
required: ['id', 'refundTableHeader'],
|
|
5445
5532
|
type: 'object',
|
|
5446
5533
|
properties: {
|
|
5447
5534
|
id: {
|
|
@@ -5481,6 +5568,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5481
5568
|
nullable: true
|
|
5482
5569
|
},
|
|
5483
5570
|
refundTableHeader: {
|
|
5571
|
+
required: ['id', 'name', 'validFrom', 'validTo'],
|
|
5484
5572
|
type: 'object',
|
|
5485
5573
|
properties: {
|
|
5486
5574
|
id: {
|
|
@@ -5520,8 +5608,9 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5520
5608
|
nullable: true
|
|
5521
5609
|
},
|
|
5522
5610
|
name: {
|
|
5523
|
-
|
|
5524
|
-
|
|
5611
|
+
maxLength: 255,
|
|
5612
|
+
minLength: 0,
|
|
5613
|
+
type: 'string'
|
|
5525
5614
|
},
|
|
5526
5615
|
validFrom: {
|
|
5527
5616
|
type: 'string',
|
|
@@ -5540,6 +5629,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5540
5629
|
refundTableDetails: {
|
|
5541
5630
|
type: 'array',
|
|
5542
5631
|
items: {
|
|
5632
|
+
required: ['id', 'vatRate'],
|
|
5543
5633
|
type: 'object',
|
|
5544
5634
|
properties: {
|
|
5545
5635
|
id: {
|
|
@@ -5611,12 +5701,12 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5611
5701
|
}
|
|
5612
5702
|
},
|
|
5613
5703
|
additionalProperties: false
|
|
5614
|
-
}
|
|
5615
|
-
nullable: true
|
|
5704
|
+
}
|
|
5616
5705
|
},
|
|
5617
5706
|
contractSettings: {
|
|
5618
5707
|
type: 'array',
|
|
5619
5708
|
items: {
|
|
5709
|
+
required: ['id', 'invoiceChannel', 'invoicingAddressId', 'invoicingFrequency', 'name', 'receiptType', 'referenceNumber', 'termOfPayment'],
|
|
5620
5710
|
type: 'object',
|
|
5621
5711
|
properties: {
|
|
5622
5712
|
id: {
|
|
@@ -5656,8 +5746,9 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5656
5746
|
nullable: true
|
|
5657
5747
|
},
|
|
5658
5748
|
name: {
|
|
5659
|
-
|
|
5660
|
-
|
|
5749
|
+
maxLength: 255,
|
|
5750
|
+
minLength: 0,
|
|
5751
|
+
type: 'string'
|
|
5661
5752
|
},
|
|
5662
5753
|
isDefault: {
|
|
5663
5754
|
type: 'boolean'
|
|
@@ -5804,6 +5895,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5804
5895
|
contractStores: {
|
|
5805
5896
|
type: 'array',
|
|
5806
5897
|
items: {
|
|
5898
|
+
required: ['id', 'merchantId', 'receiptType'],
|
|
5807
5899
|
type: 'object',
|
|
5808
5900
|
properties: {
|
|
5809
5901
|
id: {
|
|
@@ -5886,8 +5978,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5886
5978
|
}
|
|
5887
5979
|
},
|
|
5888
5980
|
additionalProperties: false
|
|
5889
|
-
}
|
|
5890
|
-
nullable: true
|
|
5981
|
+
}
|
|
5891
5982
|
}
|
|
5892
5983
|
},
|
|
5893
5984
|
additionalProperties: false
|
|
@@ -5908,6 +5999,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5908
5999
|
items: {
|
|
5909
6000
|
type: 'array',
|
|
5910
6001
|
items: {
|
|
6002
|
+
required: ['id', 'invoiceChannel', 'invoicingAddressId', 'invoicingFrequency', 'name', 'receiptType', 'referenceNumber', 'termOfPayment'],
|
|
5911
6003
|
type: 'object',
|
|
5912
6004
|
properties: {
|
|
5913
6005
|
id: {
|
|
@@ -5947,8 +6039,9 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
5947
6039
|
nullable: true
|
|
5948
6040
|
},
|
|
5949
6041
|
name: {
|
|
5950
|
-
|
|
5951
|
-
|
|
6042
|
+
maxLength: 255,
|
|
6043
|
+
minLength: 0,
|
|
6044
|
+
type: 'string'
|
|
5952
6045
|
},
|
|
5953
6046
|
isDefault: {
|
|
5954
6047
|
type: 'boolean'
|
|
@@ -6095,6 +6188,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
6095
6188
|
contractStores: {
|
|
6096
6189
|
type: 'array',
|
|
6097
6190
|
items: {
|
|
6191
|
+
required: ['id', 'merchantId', 'receiptType'],
|
|
6098
6192
|
type: 'object',
|
|
6099
6193
|
properties: {
|
|
6100
6194
|
id: {
|
|
@@ -6194,6 +6288,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
6194
6288
|
items: {
|
|
6195
6289
|
type: 'array',
|
|
6196
6290
|
items: {
|
|
6291
|
+
required: ['id', 'merchantId', 'receiptType'],
|
|
6197
6292
|
type: 'object',
|
|
6198
6293
|
properties: {
|
|
6199
6294
|
id: {
|
|
@@ -6288,6 +6383,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
6288
6383
|
items: {
|
|
6289
6384
|
type: 'array',
|
|
6290
6385
|
items: {
|
|
6386
|
+
required: ['amount', 'id', 'validFrom', 'validTo'],
|
|
6291
6387
|
type: 'object',
|
|
6292
6388
|
properties: {
|
|
6293
6389
|
id: {
|
|
@@ -6366,6 +6462,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
6366
6462
|
items: {
|
|
6367
6463
|
type: 'array',
|
|
6368
6464
|
items: {
|
|
6465
|
+
required: ['fixedFeeValue', 'id', 'percentFeeValue', 'rebateTableHeaderId', 'refundMethod', 'variableFee'],
|
|
6369
6466
|
type: 'object',
|
|
6370
6467
|
properties: {
|
|
6371
6468
|
id: {
|
|
@@ -6501,6 +6598,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
6501
6598
|
items: {
|
|
6502
6599
|
type: 'array',
|
|
6503
6600
|
items: {
|
|
6601
|
+
required: ['id', 'name', 'validFrom', 'validTo'],
|
|
6504
6602
|
type: 'object',
|
|
6505
6603
|
properties: {
|
|
6506
6604
|
id: {
|
|
@@ -6540,8 +6638,9 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
6540
6638
|
nullable: true
|
|
6541
6639
|
},
|
|
6542
6640
|
name: {
|
|
6543
|
-
|
|
6544
|
-
|
|
6641
|
+
maxLength: 255,
|
|
6642
|
+
minLength: 0,
|
|
6643
|
+
type: 'string'
|
|
6545
6644
|
},
|
|
6546
6645
|
calculateNetCommissionInsteadOfRefund: {
|
|
6547
6646
|
type: 'boolean'
|
|
@@ -6560,6 +6659,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
6560
6659
|
rebateTableDetails: {
|
|
6561
6660
|
type: 'array',
|
|
6562
6661
|
items: {
|
|
6662
|
+
required: ['fixedFeeValue', 'id', 'percentFeeValue', 'rebateTableHeaderId', 'refundMethod', 'variableFee'],
|
|
6563
6663
|
type: 'object',
|
|
6564
6664
|
properties: {
|
|
6565
6665
|
id: {
|
|
@@ -6684,6 +6784,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
6684
6784
|
processingFeeDetails: {
|
|
6685
6785
|
type: 'array',
|
|
6686
6786
|
items: {
|
|
6787
|
+
required: ['amount', 'id', 'name', 'rebateTableHeaderId'],
|
|
6687
6788
|
type: 'object',
|
|
6688
6789
|
properties: {
|
|
6689
6790
|
id: {
|
|
@@ -6723,21 +6824,14 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
6723
6824
|
nullable: true
|
|
6724
6825
|
},
|
|
6725
6826
|
name: {
|
|
6726
|
-
|
|
6727
|
-
|
|
6827
|
+
maxLength: 255,
|
|
6828
|
+
minLength: 0,
|
|
6829
|
+
type: 'string'
|
|
6728
6830
|
},
|
|
6729
6831
|
amount: {
|
|
6730
6832
|
type: 'number',
|
|
6731
6833
|
format: 'double'
|
|
6732
6834
|
},
|
|
6733
|
-
validFrom: {
|
|
6734
|
-
type: 'string',
|
|
6735
|
-
format: 'date-time'
|
|
6736
|
-
},
|
|
6737
|
-
validTo: {
|
|
6738
|
-
type: 'string',
|
|
6739
|
-
format: 'date-time'
|
|
6740
|
-
},
|
|
6741
6835
|
rebateTableHeaderId: {
|
|
6742
6836
|
type: 'string',
|
|
6743
6837
|
format: 'uuid'
|
|
@@ -6766,6 +6860,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
6766
6860
|
items: {
|
|
6767
6861
|
type: 'array',
|
|
6768
6862
|
items: {
|
|
6863
|
+
required: ['id', 'name', 'validFrom', 'validTo'],
|
|
6769
6864
|
type: 'object',
|
|
6770
6865
|
properties: {
|
|
6771
6866
|
id: {
|
|
@@ -6805,8 +6900,9 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
6805
6900
|
nullable: true
|
|
6806
6901
|
},
|
|
6807
6902
|
name: {
|
|
6808
|
-
|
|
6809
|
-
|
|
6903
|
+
maxLength: 255,
|
|
6904
|
+
minLength: 0,
|
|
6905
|
+
type: 'string'
|
|
6810
6906
|
},
|
|
6811
6907
|
validFrom: {
|
|
6812
6908
|
type: 'string',
|
|
@@ -6822,6 +6918,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
6822
6918
|
refundFeeDetails: {
|
|
6823
6919
|
type: 'array',
|
|
6824
6920
|
items: {
|
|
6921
|
+
required: ['amountFrom', 'amountTo', 'feeType', 'fixedFeeValue', 'id', 'maxFee', 'minFee', 'percentFeeValue', 'refundFeeHeaderId', 'refundMethod'],
|
|
6825
6922
|
type: 'object',
|
|
6826
6923
|
properties: {
|
|
6827
6924
|
id: {
|
|
@@ -6978,6 +7075,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
6978
7075
|
items: {
|
|
6979
7076
|
type: 'array',
|
|
6980
7077
|
items: {
|
|
7078
|
+
required: ['id', 'vatRate'],
|
|
6981
7079
|
type: 'object',
|
|
6982
7080
|
properties: {
|
|
6983
7081
|
id: {
|
|
@@ -7058,6 +7156,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
7058
7156
|
items: {
|
|
7059
7157
|
type: 'array',
|
|
7060
7158
|
items: {
|
|
7159
|
+
required: ['id', 'name', 'validFrom', 'validTo'],
|
|
7061
7160
|
type: 'object',
|
|
7062
7161
|
properties: {
|
|
7063
7162
|
id: {
|
|
@@ -7097,8 +7196,9 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
7097
7196
|
nullable: true
|
|
7098
7197
|
},
|
|
7099
7198
|
name: {
|
|
7100
|
-
|
|
7101
|
-
|
|
7199
|
+
maxLength: 255,
|
|
7200
|
+
minLength: 0,
|
|
7201
|
+
type: 'string'
|
|
7102
7202
|
},
|
|
7103
7203
|
validFrom: {
|
|
7104
7204
|
type: 'string',
|
|
@@ -7117,6 +7217,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_ContractServ
|
|
|
7117
7217
|
refundTableDetails: {
|
|
7118
7218
|
type: 'array',
|
|
7119
7219
|
items: {
|
|
7220
|
+
required: ['id', 'vatRate'],
|
|
7120
7221
|
type: 'object',
|
|
7121
7222
|
properties: {
|
|
7122
7223
|
id: {
|