@ayasofyazilim/saas 0.0.127 → 0.0.128
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/ContractService/schemas.gen.ts +118 -65
- package/ContractService/sdk.gen.ts +91 -1
- package/ContractService/types.gen.ts +280 -3373
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ export const $PagedResultDto_ContractHeaderDetailForMerchantDto = {
|
|
|
6
6
|
items: {
|
|
7
7
|
type: 'array',
|
|
8
8
|
items: {
|
|
9
|
-
required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'merchantClassification', 'name', 'refundTableHeaders', '
|
|
9
|
+
required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'merchantClassification', 'name', 'refundTableHeaders', 'status', 'validFrom'],
|
|
10
10
|
type: 'object',
|
|
11
11
|
properties: {
|
|
12
12
|
id: {
|
|
@@ -130,7 +130,8 @@ export const $PagedResultDto_ContractHeaderDetailForMerchantDto = {
|
|
|
130
130
|
},
|
|
131
131
|
validTo: {
|
|
132
132
|
type: 'string',
|
|
133
|
-
format: 'date-time'
|
|
133
|
+
format: 'date-time',
|
|
134
|
+
nullable: true
|
|
134
135
|
},
|
|
135
136
|
contractType: {
|
|
136
137
|
enum: ['Merchant', 'RefundPoint'],
|
|
@@ -189,7 +190,7 @@ export const $PagedResultDto_ContractHeaderDetailForRefundPointDto = {
|
|
|
189
190
|
items: {
|
|
190
191
|
type: 'array',
|
|
191
192
|
items: {
|
|
192
|
-
required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'merchantClassification', 'name', 'refundFeeHeaders', '
|
|
193
|
+
required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'merchantClassification', 'name', 'refundFeeHeaders', 'status', 'validFrom'],
|
|
193
194
|
type: 'object',
|
|
194
195
|
properties: {
|
|
195
196
|
id: {
|
|
@@ -313,7 +314,8 @@ export const $PagedResultDto_ContractHeaderDetailForRefundPointDto = {
|
|
|
313
314
|
},
|
|
314
315
|
validTo: {
|
|
315
316
|
type: 'string',
|
|
316
|
-
format: 'date-time'
|
|
317
|
+
format: 'date-time',
|
|
318
|
+
nullable: true
|
|
317
319
|
},
|
|
318
320
|
earlyRefund: {
|
|
319
321
|
type: 'boolean'
|
|
@@ -375,7 +377,7 @@ export const $PagedResultDto_ContractHeaderForMerchantDto = {
|
|
|
375
377
|
items: {
|
|
376
378
|
type: 'array',
|
|
377
379
|
items: {
|
|
378
|
-
required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'name', '
|
|
380
|
+
required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'name', 'status', 'validFrom'],
|
|
379
381
|
type: 'object',
|
|
380
382
|
properties: {
|
|
381
383
|
id: {
|
|
@@ -442,7 +444,8 @@ export const $PagedResultDto_ContractHeaderForMerchantDto = {
|
|
|
442
444
|
},
|
|
443
445
|
validTo: {
|
|
444
446
|
type: 'string',
|
|
445
|
-
format: 'date-time'
|
|
447
|
+
format: 'date-time',
|
|
448
|
+
nullable: true
|
|
446
449
|
},
|
|
447
450
|
addressCommonDataId: {
|
|
448
451
|
type: 'string',
|
|
@@ -467,7 +470,7 @@ export const $PagedResultDto_ContractHeaderForRefundPointDto = {
|
|
|
467
470
|
items: {
|
|
468
471
|
type: 'array',
|
|
469
472
|
items: {
|
|
470
|
-
required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'name', '
|
|
473
|
+
required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'name', 'status', 'validFrom'],
|
|
471
474
|
type: 'object',
|
|
472
475
|
properties: {
|
|
473
476
|
id: {
|
|
@@ -534,7 +537,8 @@ export const $PagedResultDto_ContractHeaderForRefundPointDto = {
|
|
|
534
537
|
},
|
|
535
538
|
validTo: {
|
|
536
539
|
type: 'string',
|
|
537
|
-
format: 'date-time'
|
|
540
|
+
format: 'date-time',
|
|
541
|
+
nullable: true
|
|
538
542
|
},
|
|
539
543
|
earlyRefund: {
|
|
540
544
|
type: 'boolean'
|
|
@@ -809,7 +813,7 @@ export const $PagedResultDto_RebateTableHeaderListDto = {
|
|
|
809
813
|
items: {
|
|
810
814
|
type: 'array',
|
|
811
815
|
items: {
|
|
812
|
-
required: ['calculateNetCommissionInsteadOfRefund', 'id', 'isAssigned', 'isTemplate', 'name'],
|
|
816
|
+
required: ['calculateNetCommissionInsteadOfRefund', 'id', 'isAssigned', 'isEditable', 'isTemplate', 'name'],
|
|
813
817
|
type: 'object',
|
|
814
818
|
properties: {
|
|
815
819
|
id: {
|
|
@@ -862,6 +866,9 @@ export const $PagedResultDto_RebateTableHeaderListDto = {
|
|
|
862
866
|
isAssigned: {
|
|
863
867
|
type: 'boolean'
|
|
864
868
|
},
|
|
869
|
+
isEditable: {
|
|
870
|
+
type: 'boolean'
|
|
871
|
+
},
|
|
865
872
|
isCustomizedOverTemplate: {
|
|
866
873
|
type: 'boolean',
|
|
867
874
|
nullable: true
|
|
@@ -895,7 +902,7 @@ export const $PagedResultDto_RefundFeeHeaderListDto = {
|
|
|
895
902
|
items: {
|
|
896
903
|
type: 'array',
|
|
897
904
|
items: {
|
|
898
|
-
required: ['id', 'isAssigned', 'isTemplate', 'name'],
|
|
905
|
+
required: ['id', 'isAssigned', 'isEditable', 'isTemplate', 'name'],
|
|
899
906
|
type: 'object',
|
|
900
907
|
properties: {
|
|
901
908
|
id: {
|
|
@@ -948,6 +955,9 @@ export const $PagedResultDto_RefundFeeHeaderListDto = {
|
|
|
948
955
|
isAssigned: {
|
|
949
956
|
type: 'boolean'
|
|
950
957
|
},
|
|
958
|
+
isEditable: {
|
|
959
|
+
type: 'boolean'
|
|
960
|
+
},
|
|
951
961
|
isCustomizedOverTemplate: {
|
|
952
962
|
type: 'boolean',
|
|
953
963
|
nullable: true
|
|
@@ -981,7 +991,7 @@ export const $PagedResultDto_RefundTableHeaderListDto = {
|
|
|
981
991
|
items: {
|
|
982
992
|
type: 'array',
|
|
983
993
|
items: {
|
|
984
|
-
required: ['id', 'isAssigned', 'isTemplate', 'name'],
|
|
994
|
+
required: ['id', 'isAssigned', 'isEditable', 'isTemplate', 'name'],
|
|
985
995
|
type: 'object',
|
|
986
996
|
properties: {
|
|
987
997
|
id: {
|
|
@@ -1037,6 +1047,9 @@ export const $PagedResultDto_RefundTableHeaderListDto = {
|
|
|
1037
1047
|
isAssigned: {
|
|
1038
1048
|
type: 'boolean'
|
|
1039
1049
|
},
|
|
1050
|
+
isEditable: {
|
|
1051
|
+
type: 'boolean'
|
|
1052
|
+
},
|
|
1040
1053
|
isCustomizedOverTemplate: {
|
|
1041
1054
|
type: 'boolean',
|
|
1042
1055
|
nullable: true
|
|
@@ -1200,7 +1213,7 @@ export const $UniRefund_CRMService_TaxOffices_TaxOfficeNameDto = {
|
|
|
1200
1213
|
} as const;
|
|
1201
1214
|
|
|
1202
1215
|
export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderCreateAndUpdateDto = {
|
|
1203
|
-
required: ['refundTableHeaderId', 'validFrom'
|
|
1216
|
+
required: ['refundTableHeaderId', 'validFrom'],
|
|
1204
1217
|
type: 'object',
|
|
1205
1218
|
properties: {
|
|
1206
1219
|
extraProperties: {
|
|
@@ -1219,7 +1232,8 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaderRefun
|
|
|
1219
1232
|
},
|
|
1220
1233
|
validTo: {
|
|
1221
1234
|
type: 'string',
|
|
1222
|
-
format: 'date-time'
|
|
1235
|
+
format: 'date-time',
|
|
1236
|
+
nullable: true
|
|
1223
1237
|
},
|
|
1224
1238
|
isDefault: {
|
|
1225
1239
|
type: 'boolean'
|
|
@@ -1257,7 +1271,7 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaderRefun
|
|
|
1257
1271
|
} as const;
|
|
1258
1272
|
|
|
1259
1273
|
export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderDetailForMerchantDto = {
|
|
1260
|
-
required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'merchantClassification', 'name', 'refundTableHeaders', '
|
|
1274
|
+
required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'merchantClassification', 'name', 'refundTableHeaders', 'status', 'validFrom'],
|
|
1261
1275
|
type: 'object',
|
|
1262
1276
|
properties: {
|
|
1263
1277
|
id: {
|
|
@@ -1381,7 +1395,8 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Con
|
|
|
1381
1395
|
},
|
|
1382
1396
|
validTo: {
|
|
1383
1397
|
type: 'string',
|
|
1384
|
-
format: 'date-time'
|
|
1398
|
+
format: 'date-time',
|
|
1399
|
+
nullable: true
|
|
1385
1400
|
},
|
|
1386
1401
|
contractType: {
|
|
1387
1402
|
enum: ['Merchant', 'RefundPoint'],
|
|
@@ -1426,7 +1441,7 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Con
|
|
|
1426
1441
|
} as const;
|
|
1427
1442
|
|
|
1428
1443
|
export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantCreateDto = {
|
|
1429
|
-
required: ['addressCommonDataId', 'merchantClassification', 'refundTableHeaders', 'validFrom'
|
|
1444
|
+
required: ['addressCommonDataId', 'merchantClassification', 'refundTableHeaders', 'validFrom'],
|
|
1430
1445
|
type: 'object',
|
|
1431
1446
|
properties: {
|
|
1432
1447
|
extraProperties: {
|
|
@@ -1451,7 +1466,8 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Con
|
|
|
1451
1466
|
},
|
|
1452
1467
|
validTo: {
|
|
1453
1468
|
type: 'string',
|
|
1454
|
-
format: 'date-time'
|
|
1469
|
+
format: 'date-time',
|
|
1470
|
+
nullable: true
|
|
1455
1471
|
},
|
|
1456
1472
|
addressCommonDataId: {
|
|
1457
1473
|
type: 'string',
|
|
@@ -1460,7 +1476,7 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Con
|
|
|
1460
1476
|
refundTableHeaders: {
|
|
1461
1477
|
type: 'array',
|
|
1462
1478
|
items: {
|
|
1463
|
-
required: ['refundTableHeaderId', 'validFrom'
|
|
1479
|
+
required: ['refundTableHeaderId', 'validFrom'],
|
|
1464
1480
|
type: 'object',
|
|
1465
1481
|
properties: {
|
|
1466
1482
|
extraProperties: {
|
|
@@ -1479,7 +1495,8 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Con
|
|
|
1479
1495
|
},
|
|
1480
1496
|
validTo: {
|
|
1481
1497
|
type: 'string',
|
|
1482
|
-
format: 'date-time'
|
|
1498
|
+
format: 'date-time',
|
|
1499
|
+
nullable: true
|
|
1483
1500
|
},
|
|
1484
1501
|
isDefault: {
|
|
1485
1502
|
type: 'boolean'
|
|
@@ -1493,7 +1510,7 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Con
|
|
|
1493
1510
|
} as const;
|
|
1494
1511
|
|
|
1495
1512
|
export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantDto = {
|
|
1496
|
-
required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'name', '
|
|
1513
|
+
required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'name', 'status', 'validFrom'],
|
|
1497
1514
|
type: 'object',
|
|
1498
1515
|
properties: {
|
|
1499
1516
|
id: {
|
|
@@ -1560,7 +1577,8 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Con
|
|
|
1560
1577
|
},
|
|
1561
1578
|
validTo: {
|
|
1562
1579
|
type: 'string',
|
|
1563
|
-
format: 'date-time'
|
|
1580
|
+
format: 'date-time',
|
|
1581
|
+
nullable: true
|
|
1564
1582
|
},
|
|
1565
1583
|
addressCommonDataId: {
|
|
1566
1584
|
type: 'string',
|
|
@@ -1571,7 +1589,7 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Con
|
|
|
1571
1589
|
} as const;
|
|
1572
1590
|
|
|
1573
1591
|
export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantUpdateDto = {
|
|
1574
|
-
required: ['addressCommonDataId', 'merchantClassification', 'status', 'validFrom'
|
|
1592
|
+
required: ['addressCommonDataId', 'merchantClassification', 'status', 'validFrom'],
|
|
1575
1593
|
type: 'object',
|
|
1576
1594
|
properties: {
|
|
1577
1595
|
extraProperties: {
|
|
@@ -1600,7 +1618,8 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Con
|
|
|
1600
1618
|
},
|
|
1601
1619
|
validTo: {
|
|
1602
1620
|
type: 'string',
|
|
1603
|
-
format: 'date-time'
|
|
1621
|
+
format: 'date-time',
|
|
1622
|
+
nullable: true
|
|
1604
1623
|
},
|
|
1605
1624
|
addressCommonDataId: {
|
|
1606
1625
|
type: 'string',
|
|
@@ -1609,7 +1628,7 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Con
|
|
|
1609
1628
|
refundTableHeaders: {
|
|
1610
1629
|
type: 'array',
|
|
1611
1630
|
items: {
|
|
1612
|
-
required: ['refundTableHeaderId', 'validFrom'
|
|
1631
|
+
required: ['refundTableHeaderId', 'validFrom'],
|
|
1613
1632
|
type: 'object',
|
|
1614
1633
|
properties: {
|
|
1615
1634
|
extraProperties: {
|
|
@@ -1628,7 +1647,8 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Con
|
|
|
1628
1647
|
},
|
|
1629
1648
|
validTo: {
|
|
1630
1649
|
type: 'string',
|
|
1631
|
-
format: 'date-time'
|
|
1650
|
+
format: 'date-time',
|
|
1651
|
+
nullable: true
|
|
1632
1652
|
},
|
|
1633
1653
|
isDefault: {
|
|
1634
1654
|
type: 'boolean'
|
|
@@ -2213,7 +2233,7 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractStores_Cont
|
|
|
2213
2233
|
} as const;
|
|
2214
2234
|
|
|
2215
2235
|
export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaderRefundFeeHeaders_ContractHeaderRefundFeeHeaderCreateAndUpdateDto = {
|
|
2216
|
-
required: ['refundFeeHeaderId', 'validFrom'
|
|
2236
|
+
required: ['refundFeeHeaderId', 'validFrom'],
|
|
2217
2237
|
type: 'object',
|
|
2218
2238
|
properties: {
|
|
2219
2239
|
extraProperties: {
|
|
@@ -2232,7 +2252,8 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaderRe
|
|
|
2232
2252
|
},
|
|
2233
2253
|
validTo: {
|
|
2234
2254
|
type: 'string',
|
|
2235
|
-
format: 'date-time'
|
|
2255
|
+
format: 'date-time',
|
|
2256
|
+
nullable: true
|
|
2236
2257
|
},
|
|
2237
2258
|
isDefault: {
|
|
2238
2259
|
type: 'boolean'
|
|
@@ -2484,7 +2505,7 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
|
|
|
2484
2505
|
} as const;
|
|
2485
2506
|
|
|
2486
2507
|
export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderDetailForRefundPointDto = {
|
|
2487
|
-
required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'merchantClassification', 'name', 'refundFeeHeaders', '
|
|
2508
|
+
required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'merchantClassification', 'name', 'refundFeeHeaders', 'status', 'validFrom'],
|
|
2488
2509
|
type: 'object',
|
|
2489
2510
|
properties: {
|
|
2490
2511
|
id: {
|
|
@@ -2608,7 +2629,8 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
|
|
|
2608
2629
|
},
|
|
2609
2630
|
validTo: {
|
|
2610
2631
|
type: 'string',
|
|
2611
|
-
format: 'date-time'
|
|
2632
|
+
format: 'date-time',
|
|
2633
|
+
nullable: true
|
|
2612
2634
|
},
|
|
2613
2635
|
earlyRefund: {
|
|
2614
2636
|
type: 'boolean'
|
|
@@ -2656,7 +2678,7 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
|
|
|
2656
2678
|
} as const;
|
|
2657
2679
|
|
|
2658
2680
|
export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderForRefundPointCreateDto = {
|
|
2659
|
-
required: ['addressCommonDataId', 'merchantClassification', 'refundFeeHeaders', 'validFrom'
|
|
2681
|
+
required: ['addressCommonDataId', 'merchantClassification', 'refundFeeHeaders', 'validFrom'],
|
|
2660
2682
|
type: 'object',
|
|
2661
2683
|
properties: {
|
|
2662
2684
|
extraProperties: {
|
|
@@ -2681,7 +2703,8 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
|
|
|
2681
2703
|
},
|
|
2682
2704
|
validTo: {
|
|
2683
2705
|
type: 'string',
|
|
2684
|
-
format: 'date-time'
|
|
2706
|
+
format: 'date-time',
|
|
2707
|
+
nullable: true
|
|
2685
2708
|
},
|
|
2686
2709
|
earlyRefund: {
|
|
2687
2710
|
type: 'boolean'
|
|
@@ -2693,7 +2716,7 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
|
|
|
2693
2716
|
refundFeeHeaders: {
|
|
2694
2717
|
type: 'array',
|
|
2695
2718
|
items: {
|
|
2696
|
-
required: ['refundFeeHeaderId', 'validFrom'
|
|
2719
|
+
required: ['refundFeeHeaderId', 'validFrom'],
|
|
2697
2720
|
type: 'object',
|
|
2698
2721
|
properties: {
|
|
2699
2722
|
extraProperties: {
|
|
@@ -2712,7 +2735,8 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
|
|
|
2712
2735
|
},
|
|
2713
2736
|
validTo: {
|
|
2714
2737
|
type: 'string',
|
|
2715
|
-
format: 'date-time'
|
|
2738
|
+
format: 'date-time',
|
|
2739
|
+
nullable: true
|
|
2716
2740
|
},
|
|
2717
2741
|
isDefault: {
|
|
2718
2742
|
type: 'boolean'
|
|
@@ -2726,7 +2750,7 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
|
|
|
2726
2750
|
} as const;
|
|
2727
2751
|
|
|
2728
2752
|
export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderForRefundPointDto = {
|
|
2729
|
-
required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'name', '
|
|
2753
|
+
required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'name', 'status', 'validFrom'],
|
|
2730
2754
|
type: 'object',
|
|
2731
2755
|
properties: {
|
|
2732
2756
|
id: {
|
|
@@ -2793,7 +2817,8 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
|
|
|
2793
2817
|
},
|
|
2794
2818
|
validTo: {
|
|
2795
2819
|
type: 'string',
|
|
2796
|
-
format: 'date-time'
|
|
2820
|
+
format: 'date-time',
|
|
2821
|
+
nullable: true
|
|
2797
2822
|
},
|
|
2798
2823
|
earlyRefund: {
|
|
2799
2824
|
type: 'boolean'
|
|
@@ -2807,7 +2832,7 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
|
|
|
2807
2832
|
} as const;
|
|
2808
2833
|
|
|
2809
2834
|
export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderForRefundPointUpdateDto = {
|
|
2810
|
-
required: ['addressCommonDataId', 'merchantClassification', 'status', 'validFrom'
|
|
2835
|
+
required: ['addressCommonDataId', 'merchantClassification', 'status', 'validFrom'],
|
|
2811
2836
|
type: 'object',
|
|
2812
2837
|
properties: {
|
|
2813
2838
|
extraProperties: {
|
|
@@ -2836,7 +2861,8 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
|
|
|
2836
2861
|
},
|
|
2837
2862
|
validTo: {
|
|
2838
2863
|
type: 'string',
|
|
2839
|
-
format: 'date-time'
|
|
2864
|
+
format: 'date-time',
|
|
2865
|
+
nullable: true
|
|
2840
2866
|
},
|
|
2841
2867
|
earlyRefund: {
|
|
2842
2868
|
type: 'boolean'
|
|
@@ -2848,7 +2874,7 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
|
|
|
2848
2874
|
refundFeeHeaders: {
|
|
2849
2875
|
type: 'array',
|
|
2850
2876
|
items: {
|
|
2851
|
-
required: ['refundFeeHeaderId', 'validFrom'
|
|
2877
|
+
required: ['refundFeeHeaderId', 'validFrom'],
|
|
2852
2878
|
type: 'object',
|
|
2853
2879
|
properties: {
|
|
2854
2880
|
extraProperties: {
|
|
@@ -2867,7 +2893,8 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
|
|
|
2867
2893
|
},
|
|
2868
2894
|
validTo: {
|
|
2869
2895
|
type: 'string',
|
|
2870
|
-
format: 'date-time'
|
|
2896
|
+
format: 'date-time',
|
|
2897
|
+
nullable: true
|
|
2871
2898
|
},
|
|
2872
2899
|
isDefault: {
|
|
2873
2900
|
type: 'boolean'
|
|
@@ -2932,7 +2959,7 @@ export const $UniRefund_ContractService_Enums_VariableFee = {
|
|
|
2932
2959
|
} as const;
|
|
2933
2960
|
|
|
2934
2961
|
export const $UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNetCommissionDto = {
|
|
2935
|
-
required: ['amount', 'id', 'validFrom'
|
|
2962
|
+
required: ['amount', 'id', 'validFrom'],
|
|
2936
2963
|
type: 'object',
|
|
2937
2964
|
properties: {
|
|
2938
2965
|
id: {
|
|
@@ -2981,7 +3008,8 @@ export const $UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNet
|
|
|
2981
3008
|
},
|
|
2982
3009
|
validTo: {
|
|
2983
3010
|
type: 'string',
|
|
2984
|
-
format: 'date-time'
|
|
3011
|
+
format: 'date-time',
|
|
3012
|
+
nullable: true
|
|
2985
3013
|
},
|
|
2986
3014
|
rebateSettingId: {
|
|
2987
3015
|
type: 'string',
|
|
@@ -2997,7 +3025,7 @@ export const $UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNet
|
|
|
2997
3025
|
} as const;
|
|
2998
3026
|
|
|
2999
3027
|
export const $UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNetCommissionUpSertDto = {
|
|
3000
|
-
required: ['amount', 'validFrom'
|
|
3028
|
+
required: ['amount', 'validFrom'],
|
|
3001
3029
|
type: 'object',
|
|
3002
3030
|
properties: {
|
|
3003
3031
|
extraProperties: {
|
|
@@ -3016,7 +3044,8 @@ export const $UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNet
|
|
|
3016
3044
|
},
|
|
3017
3045
|
validTo: {
|
|
3018
3046
|
type: 'string',
|
|
3019
|
-
format: 'date-time'
|
|
3047
|
+
format: 'date-time',
|
|
3048
|
+
nullable: true
|
|
3020
3049
|
},
|
|
3021
3050
|
appliedOrganizationId: {
|
|
3022
3051
|
type: 'string',
|
|
@@ -3156,7 +3185,7 @@ export const $UniRefund_ContractService_Rebates_RebateSettingRebateTableHeaders_
|
|
|
3156
3185
|
} as const;
|
|
3157
3186
|
|
|
3158
3187
|
export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto = {
|
|
3159
|
-
required: ['contactInformationTypeId', 'contractHeaderId', 'id', '
|
|
3188
|
+
required: ['contactInformationTypeId', 'contractHeaderId', 'id', 'rebateStatementPeriod'],
|
|
3160
3189
|
type: 'object',
|
|
3161
3190
|
properties: {
|
|
3162
3191
|
id: {
|
|
@@ -3196,8 +3225,8 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto
|
|
|
3196
3225
|
nullable: true
|
|
3197
3226
|
},
|
|
3198
3227
|
referenceNumber: {
|
|
3199
|
-
type: '
|
|
3200
|
-
|
|
3228
|
+
type: 'string',
|
|
3229
|
+
nullable: true
|
|
3201
3230
|
},
|
|
3202
3231
|
isTrustedMerchant: {
|
|
3203
3232
|
type: 'boolean'
|
|
@@ -3245,7 +3274,7 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto
|
|
|
3245
3274
|
minimumNetCommissions: {
|
|
3246
3275
|
type: 'array',
|
|
3247
3276
|
items: {
|
|
3248
|
-
required: ['amount', 'id', 'validFrom'
|
|
3277
|
+
required: ['amount', 'id', 'validFrom'],
|
|
3249
3278
|
type: 'object',
|
|
3250
3279
|
properties: {
|
|
3251
3280
|
id: {
|
|
@@ -3294,7 +3323,8 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto
|
|
|
3294
3323
|
},
|
|
3295
3324
|
validTo: {
|
|
3296
3325
|
type: 'string',
|
|
3297
|
-
format: 'date-time'
|
|
3326
|
+
format: 'date-time',
|
|
3327
|
+
nullable: true
|
|
3298
3328
|
},
|
|
3299
3329
|
rebateSettingId: {
|
|
3300
3330
|
type: 'string',
|
|
@@ -3315,7 +3345,7 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto
|
|
|
3315
3345
|
} as const;
|
|
3316
3346
|
|
|
3317
3347
|
export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingUpSertDto = {
|
|
3318
|
-
required: ['contactInformationTypeId', '
|
|
3348
|
+
required: ['contactInformationTypeId', 'rebateStatementPeriod'],
|
|
3319
3349
|
type: 'object',
|
|
3320
3350
|
properties: {
|
|
3321
3351
|
extraProperties: {
|
|
@@ -3325,16 +3355,21 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingUpSe
|
|
|
3325
3355
|
readOnly: true
|
|
3326
3356
|
},
|
|
3327
3357
|
referenceNumber: {
|
|
3328
|
-
type: '
|
|
3329
|
-
|
|
3358
|
+
type: 'string',
|
|
3359
|
+
nullable: true
|
|
3330
3360
|
},
|
|
3331
3361
|
isTrustedMerchant: {
|
|
3332
|
-
type: 'boolean'
|
|
3362
|
+
type: 'boolean',
|
|
3363
|
+
nullable: true
|
|
3333
3364
|
},
|
|
3334
3365
|
rebateStatementPeriod: {
|
|
3335
3366
|
enum: ['None', 'Monthly', 'Quarterly', 'BiAnnually', 'Annually'],
|
|
3336
3367
|
type: 'string'
|
|
3337
3368
|
},
|
|
3369
|
+
contactInformationTypeId: {
|
|
3370
|
+
type: 'string',
|
|
3371
|
+
format: 'uuid'
|
|
3372
|
+
},
|
|
3338
3373
|
rebateTableHeaders: {
|
|
3339
3374
|
type: 'array',
|
|
3340
3375
|
items: {
|
|
@@ -3365,14 +3400,10 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingUpSe
|
|
|
3365
3400
|
},
|
|
3366
3401
|
nullable: true
|
|
3367
3402
|
},
|
|
3368
|
-
contactInformationTypeId: {
|
|
3369
|
-
type: 'string',
|
|
3370
|
-
format: 'uuid'
|
|
3371
|
-
},
|
|
3372
3403
|
minimumNetCommissions: {
|
|
3373
3404
|
type: 'array',
|
|
3374
3405
|
items: {
|
|
3375
|
-
required: ['amount', 'validFrom'
|
|
3406
|
+
required: ['amount', 'validFrom'],
|
|
3376
3407
|
type: 'object',
|
|
3377
3408
|
properties: {
|
|
3378
3409
|
extraProperties: {
|
|
@@ -3391,7 +3422,8 @@ export const $UniRefund_ContractService_Rebates_RebateSettings_RebateSettingUpSe
|
|
|
3391
3422
|
},
|
|
3392
3423
|
validTo: {
|
|
3393
3424
|
type: 'string',
|
|
3394
|
-
format: 'date-time'
|
|
3425
|
+
format: 'date-time',
|
|
3426
|
+
nullable: true
|
|
3395
3427
|
},
|
|
3396
3428
|
appliedOrganizationId: {
|
|
3397
3429
|
type: 'string',
|
|
@@ -3621,7 +3653,7 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3621
3653
|
} as const;
|
|
3622
3654
|
|
|
3623
3655
|
export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderDto = {
|
|
3624
|
-
required: ['calculateNetCommissionInsteadOfRefund', 'id', 'isAssigned', 'isTemplate', 'name'],
|
|
3656
|
+
required: ['calculateNetCommissionInsteadOfRefund', 'id', 'isAssigned', 'isEditable', 'isTemplate', 'name'],
|
|
3625
3657
|
type: 'object',
|
|
3626
3658
|
properties: {
|
|
3627
3659
|
id: {
|
|
@@ -3674,6 +3706,9 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3674
3706
|
isAssigned: {
|
|
3675
3707
|
type: 'boolean'
|
|
3676
3708
|
},
|
|
3709
|
+
isEditable: {
|
|
3710
|
+
type: 'boolean'
|
|
3711
|
+
},
|
|
3677
3712
|
isCustomizedOverTemplate: {
|
|
3678
3713
|
type: 'boolean',
|
|
3679
3714
|
nullable: true
|
|
@@ -3839,7 +3874,7 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3839
3874
|
} as const;
|
|
3840
3875
|
|
|
3841
3876
|
export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderListDto = {
|
|
3842
|
-
required: ['calculateNetCommissionInsteadOfRefund', 'id', 'isAssigned', 'isTemplate', 'name'],
|
|
3877
|
+
required: ['calculateNetCommissionInsteadOfRefund', 'id', 'isAssigned', 'isEditable', 'isTemplate', 'name'],
|
|
3843
3878
|
type: 'object',
|
|
3844
3879
|
properties: {
|
|
3845
3880
|
id: {
|
|
@@ -3892,6 +3927,9 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
|
|
|
3892
3927
|
isAssigned: {
|
|
3893
3928
|
type: 'boolean'
|
|
3894
3929
|
},
|
|
3930
|
+
isEditable: {
|
|
3931
|
+
type: 'boolean'
|
|
3932
|
+
},
|
|
3895
3933
|
isCustomizedOverTemplate: {
|
|
3896
3934
|
type: 'boolean',
|
|
3897
3935
|
nullable: true
|
|
@@ -4352,7 +4390,7 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
|
|
|
4352
4390
|
} as const;
|
|
4353
4391
|
|
|
4354
4392
|
export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto = {
|
|
4355
|
-
required: ['id', 'isAssigned', 'isTemplate', 'name'],
|
|
4393
|
+
required: ['id', 'isAssigned', 'isEditable', 'isTemplate', 'name'],
|
|
4356
4394
|
type: 'object',
|
|
4357
4395
|
properties: {
|
|
4358
4396
|
id: {
|
|
@@ -4405,6 +4443,9 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
|
|
|
4405
4443
|
isAssigned: {
|
|
4406
4444
|
type: 'boolean'
|
|
4407
4445
|
},
|
|
4446
|
+
isEditable: {
|
|
4447
|
+
type: 'boolean'
|
|
4448
|
+
},
|
|
4408
4449
|
isCustomizedOverTemplate: {
|
|
4409
4450
|
type: 'boolean',
|
|
4410
4451
|
nullable: true
|
|
@@ -4542,7 +4583,7 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
|
|
|
4542
4583
|
} as const;
|
|
4543
4584
|
|
|
4544
4585
|
export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderListDto = {
|
|
4545
|
-
required: ['id', 'isAssigned', 'isTemplate', 'name'],
|
|
4586
|
+
required: ['id', 'isAssigned', 'isEditable', 'isTemplate', 'name'],
|
|
4546
4587
|
type: 'object',
|
|
4547
4588
|
properties: {
|
|
4548
4589
|
id: {
|
|
@@ -4595,6 +4636,9 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
|
|
|
4595
4636
|
isAssigned: {
|
|
4596
4637
|
type: 'boolean'
|
|
4597
4638
|
},
|
|
4639
|
+
isEditable: {
|
|
4640
|
+
type: 'boolean'
|
|
4641
|
+
},
|
|
4598
4642
|
isCustomizedOverTemplate: {
|
|
4599
4643
|
type: 'boolean',
|
|
4600
4644
|
nullable: true
|
|
@@ -4919,7 +4963,7 @@ export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHe
|
|
|
4919
4963
|
} as const;
|
|
4920
4964
|
|
|
4921
4965
|
export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto = {
|
|
4922
|
-
required: ['id', 'isAssigned', 'isTemplate', 'name'],
|
|
4966
|
+
required: ['id', 'isAssigned', 'isEditable', 'isTemplate', 'name'],
|
|
4923
4967
|
type: 'object',
|
|
4924
4968
|
properties: {
|
|
4925
4969
|
id: {
|
|
@@ -4975,6 +5019,9 @@ export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHe
|
|
|
4975
5019
|
isAssigned: {
|
|
4976
5020
|
type: 'boolean'
|
|
4977
5021
|
},
|
|
5022
|
+
isEditable: {
|
|
5023
|
+
type: 'boolean'
|
|
5024
|
+
},
|
|
4978
5025
|
isCustomizedOverTemplate: {
|
|
4979
5026
|
type: 'boolean',
|
|
4980
5027
|
nullable: true
|
|
@@ -5064,7 +5111,7 @@ export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHe
|
|
|
5064
5111
|
} as const;
|
|
5065
5112
|
|
|
5066
5113
|
export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderForTagDto = {
|
|
5067
|
-
required: ['id', 'isAssigned', 'isTemplate', 'name'],
|
|
5114
|
+
required: ['id', 'isAssigned', 'isEditable', 'isTemplate', 'name'],
|
|
5068
5115
|
type: 'object',
|
|
5069
5116
|
properties: {
|
|
5070
5117
|
id: {
|
|
@@ -5120,6 +5167,9 @@ export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHe
|
|
|
5120
5167
|
isAssigned: {
|
|
5121
5168
|
type: 'boolean'
|
|
5122
5169
|
},
|
|
5170
|
+
isEditable: {
|
|
5171
|
+
type: 'boolean'
|
|
5172
|
+
},
|
|
5123
5173
|
isCustomizedOverTemplate: {
|
|
5124
5174
|
type: 'boolean',
|
|
5125
5175
|
nullable: true
|
|
@@ -5232,7 +5282,7 @@ export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHe
|
|
|
5232
5282
|
} as const;
|
|
5233
5283
|
|
|
5234
5284
|
export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderListDto = {
|
|
5235
|
-
required: ['id', 'isAssigned', 'isTemplate', 'name'],
|
|
5285
|
+
required: ['id', 'isAssigned', 'isEditable', 'isTemplate', 'name'],
|
|
5236
5286
|
type: 'object',
|
|
5237
5287
|
properties: {
|
|
5238
5288
|
id: {
|
|
@@ -5288,6 +5338,9 @@ export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHe
|
|
|
5288
5338
|
isAssigned: {
|
|
5289
5339
|
type: 'boolean'
|
|
5290
5340
|
},
|
|
5341
|
+
isEditable: {
|
|
5342
|
+
type: 'boolean'
|
|
5343
|
+
},
|
|
5291
5344
|
isCustomizedOverTemplate: {
|
|
5292
5345
|
type: 'boolean',
|
|
5293
5346
|
nullable: true
|