@ayasofyazilim/saas 0.0.120 → 0.0.121

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.
@@ -6,7 +6,7 @@ export const $PagedResultDto_ContractHeaderDetailForMerchantDto = {
6
6
  items: {
7
7
  type: 'array',
8
8
  items: {
9
- required: ['addressCommonData', 'contractType', 'contractTypeIdentifier', 'id', 'merchantClassification', 'name', 'refundTableHeaders', 'validFrom', 'validTo'],
9
+ required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'merchantClassification', 'name', 'refundTableHeaders', 'validFrom', 'validTo'],
10
10
  type: 'object',
11
11
  properties: {
12
12
  id: {
@@ -136,92 +136,9 @@ export const $PagedResultDto_ContractHeaderDetailForMerchantDto = {
136
136
  enum: ['Merchant', 'RefundPoint'],
137
137
  type: 'string'
138
138
  },
139
- addressCommonData: {
140
- required: ['addressLine', 'cityId', 'countryId', 'districtId', 'fullAddress', 'id', 'postalCode', 'type'],
141
- type: 'object',
142
- properties: {
143
- id: {
144
- type: 'string',
145
- format: 'uuid'
146
- },
147
- creationTime: {
148
- type: 'string',
149
- format: 'date-time'
150
- },
151
- creatorId: {
152
- type: 'string',
153
- format: 'uuid',
154
- nullable: true
155
- },
156
- lastModificationTime: {
157
- type: 'string',
158
- format: 'date-time',
159
- nullable: true
160
- },
161
- lastModifierId: {
162
- type: 'string',
163
- format: 'uuid',
164
- nullable: true
165
- },
166
- isDeleted: {
167
- type: 'boolean'
168
- },
169
- deleterId: {
170
- type: 'string',
171
- format: 'uuid',
172
- nullable: true
173
- },
174
- deletionTime: {
175
- type: 'string',
176
- format: 'date-time',
177
- nullable: true
178
- },
179
- type: {
180
- enum: ['Home', 'Office', 'Invoice', 'Contact'],
181
- type: 'string'
182
- },
183
- addressLine: {
184
- maxLength: 255,
185
- minLength: 0,
186
- type: 'string'
187
- },
188
- postalCode: {
189
- maxLength: 255,
190
- minLength: 0,
191
- type: 'string'
192
- },
193
- fullAddress: {
194
- maxLength: 255,
195
- minLength: 0,
196
- type: 'string'
197
- },
198
- primaryFlag: {
199
- type: 'boolean'
200
- },
201
- countryId: {
202
- type: 'string',
203
- format: 'uuid'
204
- },
205
- regionId: {
206
- type: 'string',
207
- format: 'uuid',
208
- nullable: true
209
- },
210
- cityId: {
211
- type: 'string',
212
- format: 'uuid'
213
- },
214
- districtId: {
215
- type: 'string',
216
- format: 'uuid'
217
- },
218
- neighborhoodId: {
219
- type: 'string',
220
- format: 'uuid',
221
- nullable: true
222
- }
223
- },
224
- additionalProperties: false
139
+ addressCommonDataId: {
140
+ type: 'string',
141
+ format: 'uuid'
225
142
  },
226
143
  refundTableHeaders: {
227
144
  type: 'array',
@@ -272,7 +189,7 @@ export const $PagedResultDto_ContractHeaderDetailForRefundPointDto = {
272
189
  items: {
273
190
  type: 'array',
274
191
  items: {
275
- required: ['addressCommonData', 'contractType', 'contractTypeIdentifier', 'id', 'merchantClassification', 'name', 'refundFeeHeaders', 'validFrom', 'validTo'],
192
+ required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'merchantClassification', 'name', 'refundFeeHeaders', 'validFrom', 'validTo'],
276
193
  type: 'object',
277
194
  properties: {
278
195
  id: {
@@ -405,92 +322,9 @@ export const $PagedResultDto_ContractHeaderDetailForRefundPointDto = {
405
322
  enum: ['Merchant', 'RefundPoint'],
406
323
  type: 'string'
407
324
  },
408
- addressCommonData: {
409
- required: ['addressLine', 'cityId', 'countryId', 'districtId', 'fullAddress', 'id', 'postalCode', 'type'],
410
- type: 'object',
411
- properties: {
412
- id: {
413
- type: 'string',
414
- format: 'uuid'
415
- },
416
- creationTime: {
417
- type: 'string',
418
- format: 'date-time'
419
- },
420
- creatorId: {
421
- type: 'string',
422
- format: 'uuid',
423
- nullable: true
424
- },
425
- lastModificationTime: {
426
- type: 'string',
427
- format: 'date-time',
428
- nullable: true
429
- },
430
- lastModifierId: {
431
- type: 'string',
432
- format: 'uuid',
433
- nullable: true
434
- },
435
- isDeleted: {
436
- type: 'boolean'
437
- },
438
- deleterId: {
439
- type: 'string',
440
- format: 'uuid',
441
- nullable: true
442
- },
443
- deletionTime: {
444
- type: 'string',
445
- format: 'date-time',
446
- nullable: true
447
- },
448
- type: {
449
- enum: ['Home', 'Office', 'Invoice', 'Contact'],
450
- type: 'string'
451
- },
452
- addressLine: {
453
- maxLength: 255,
454
- minLength: 0,
455
- type: 'string'
456
- },
457
- postalCode: {
458
- maxLength: 255,
459
- minLength: 0,
460
- type: 'string'
461
- },
462
- fullAddress: {
463
- maxLength: 255,
464
- minLength: 0,
465
- type: 'string'
466
- },
467
- primaryFlag: {
468
- type: 'boolean'
469
- },
470
- countryId: {
471
- type: 'string',
472
- format: 'uuid'
473
- },
474
- regionId: {
475
- type: 'string',
476
- format: 'uuid',
477
- nullable: true
478
- },
479
- cityId: {
480
- type: 'string',
481
- format: 'uuid'
482
- },
483
- districtId: {
484
- type: 'string',
485
- format: 'uuid'
486
- },
487
- neighborhoodId: {
488
- type: 'string',
489
- format: 'uuid',
490
- nullable: true
491
- }
492
- },
493
- additionalProperties: false
325
+ addressCommonDataId: {
326
+ type: 'string',
327
+ format: 'uuid'
494
328
  },
495
329
  refundFeeHeaders: {
496
330
  type: 'array',
@@ -541,7 +375,7 @@ export const $PagedResultDto_ContractHeaderForMerchantDto = {
541
375
  items: {
542
376
  type: 'array',
543
377
  items: {
544
- required: ['addressCommonData', 'contractType', 'contractTypeIdentifier', 'id', 'name', 'validFrom', 'validTo'],
378
+ required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'name', 'validFrom', 'validTo'],
545
379
  type: 'object',
546
380
  properties: {
547
381
  id: {
@@ -610,92 +444,9 @@ export const $PagedResultDto_ContractHeaderForMerchantDto = {
610
444
  type: 'string',
611
445
  format: 'date-time'
612
446
  },
613
- addressCommonData: {
614
- required: ['addressLine', 'cityId', 'countryId', 'districtId', 'fullAddress', 'id', 'postalCode', 'type'],
615
- type: 'object',
616
- properties: {
617
- id: {
618
- type: 'string',
619
- format: 'uuid'
620
- },
621
- creationTime: {
622
- type: 'string',
623
- format: 'date-time'
624
- },
625
- creatorId: {
626
- type: 'string',
627
- format: 'uuid',
628
- nullable: true
629
- },
630
- lastModificationTime: {
631
- type: 'string',
632
- format: 'date-time',
633
- nullable: true
634
- },
635
- lastModifierId: {
636
- type: 'string',
637
- format: 'uuid',
638
- nullable: true
639
- },
640
- isDeleted: {
641
- type: 'boolean'
642
- },
643
- deleterId: {
644
- type: 'string',
645
- format: 'uuid',
646
- nullable: true
647
- },
648
- deletionTime: {
649
- type: 'string',
650
- format: 'date-time',
651
- nullable: true
652
- },
653
- type: {
654
- enum: ['Home', 'Office', 'Invoice', 'Contact'],
655
- type: 'string'
656
- },
657
- addressLine: {
658
- maxLength: 255,
659
- minLength: 0,
660
- type: 'string'
661
- },
662
- postalCode: {
663
- maxLength: 255,
664
- minLength: 0,
665
- type: 'string'
666
- },
667
- fullAddress: {
668
- maxLength: 255,
669
- minLength: 0,
670
- type: 'string'
671
- },
672
- primaryFlag: {
673
- type: 'boolean'
674
- },
675
- countryId: {
676
- type: 'string',
677
- format: 'uuid'
678
- },
679
- regionId: {
680
- type: 'string',
681
- format: 'uuid',
682
- nullable: true
683
- },
684
- cityId: {
685
- type: 'string',
686
- format: 'uuid'
687
- },
688
- districtId: {
689
- type: 'string',
690
- format: 'uuid'
691
- },
692
- neighborhoodId: {
693
- type: 'string',
694
- format: 'uuid',
695
- nullable: true
696
- }
697
- },
698
- additionalProperties: false
447
+ addressCommonDataId: {
448
+ type: 'string',
449
+ format: 'uuid'
699
450
  }
700
451
  },
701
452
  additionalProperties: false
@@ -716,7 +467,7 @@ export const $PagedResultDto_ContractHeaderForRefundPointDto = {
716
467
  items: {
717
468
  type: 'array',
718
469
  items: {
719
- required: ['addressCommonData', 'contractType', 'contractTypeIdentifier', 'id', 'name', 'validFrom', 'validTo'],
470
+ required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'name', 'validFrom', 'validTo'],
720
471
  type: 'object',
721
472
  properties: {
722
473
  id: {
@@ -775,105 +526,22 @@ export const $PagedResultDto_ContractHeaderForRefundPointDto = {
775
526
  },
776
527
  contractType: {
777
528
  enum: ['Merchant', 'RefundPoint'],
778
- type: 'string'
779
- },
780
- validFrom: {
781
- type: 'string',
782
- format: 'date-time'
783
- },
784
- validTo: {
785
- type: 'string',
786
- format: 'date-time'
787
- },
788
- earlyRefund: {
789
- type: 'boolean'
790
- },
791
- addressCommonData: {
792
- required: ['addressLine', 'cityId', 'countryId', 'districtId', 'fullAddress', 'id', 'postalCode', 'type'],
793
- type: 'object',
794
- properties: {
795
- id: {
796
- type: 'string',
797
- format: 'uuid'
798
- },
799
- creationTime: {
800
- type: 'string',
801
- format: 'date-time'
802
- },
803
- creatorId: {
804
- type: 'string',
805
- format: 'uuid',
806
- nullable: true
807
- },
808
- lastModificationTime: {
809
- type: 'string',
810
- format: 'date-time',
811
- nullable: true
812
- },
813
- lastModifierId: {
814
- type: 'string',
815
- format: 'uuid',
816
- nullable: true
817
- },
818
- isDeleted: {
819
- type: 'boolean'
820
- },
821
- deleterId: {
822
- type: 'string',
823
- format: 'uuid',
824
- nullable: true
825
- },
826
- deletionTime: {
827
- type: 'string',
828
- format: 'date-time',
829
- nullable: true
830
- },
831
- type: {
832
- enum: ['Home', 'Office', 'Invoice', 'Contact'],
833
- type: 'string'
834
- },
835
- addressLine: {
836
- maxLength: 255,
837
- minLength: 0,
838
- type: 'string'
839
- },
840
- postalCode: {
841
- maxLength: 255,
842
- minLength: 0,
843
- type: 'string'
844
- },
845
- fullAddress: {
846
- maxLength: 255,
847
- minLength: 0,
848
- type: 'string'
849
- },
850
- primaryFlag: {
851
- type: 'boolean'
852
- },
853
- countryId: {
854
- type: 'string',
855
- format: 'uuid'
856
- },
857
- regionId: {
858
- type: 'string',
859
- format: 'uuid',
860
- nullable: true
861
- },
862
- cityId: {
863
- type: 'string',
864
- format: 'uuid'
865
- },
866
- districtId: {
867
- type: 'string',
868
- format: 'uuid'
869
- },
870
- neighborhoodId: {
871
- type: 'string',
872
- format: 'uuid',
873
- nullable: true
874
- }
875
- },
876
- additionalProperties: false
529
+ type: 'string'
530
+ },
531
+ validFrom: {
532
+ type: 'string',
533
+ format: 'date-time'
534
+ },
535
+ validTo: {
536
+ type: 'string',
537
+ format: 'date-time'
538
+ },
539
+ earlyRefund: {
540
+ type: 'boolean'
541
+ },
542
+ addressCommonDataId: {
543
+ type: 'string',
544
+ format: 'uuid'
877
545
  }
878
546
  },
879
547
  additionalProperties: false
@@ -1589,7 +1257,7 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaderRefun
1589
1257
  } as const;
1590
1258
 
1591
1259
  export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderDetailForMerchantDto = {
1592
- required: ['addressCommonData', 'contractType', 'contractTypeIdentifier', 'id', 'merchantClassification', 'name', 'refundTableHeaders', 'validFrom', 'validTo'],
1260
+ required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'merchantClassification', 'name', 'refundTableHeaders', 'validFrom', 'validTo'],
1593
1261
  type: 'object',
1594
1262
  properties: {
1595
1263
  id: {
@@ -1719,92 +1387,9 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Con
1719
1387
  enum: ['Merchant', 'RefundPoint'],
1720
1388
  type: 'string'
1721
1389
  },
1722
- addressCommonData: {
1723
- required: ['addressLine', 'cityId', 'countryId', 'districtId', 'fullAddress', 'id', 'postalCode', 'type'],
1724
- type: 'object',
1725
- properties: {
1726
- id: {
1727
- type: 'string',
1728
- format: 'uuid'
1729
- },
1730
- creationTime: {
1731
- type: 'string',
1732
- format: 'date-time'
1733
- },
1734
- creatorId: {
1735
- type: 'string',
1736
- format: 'uuid',
1737
- nullable: true
1738
- },
1739
- lastModificationTime: {
1740
- type: 'string',
1741
- format: 'date-time',
1742
- nullable: true
1743
- },
1744
- lastModifierId: {
1745
- type: 'string',
1746
- format: 'uuid',
1747
- nullable: true
1748
- },
1749
- isDeleted: {
1750
- type: 'boolean'
1751
- },
1752
- deleterId: {
1753
- type: 'string',
1754
- format: 'uuid',
1755
- nullable: true
1756
- },
1757
- deletionTime: {
1758
- type: 'string',
1759
- format: 'date-time',
1760
- nullable: true
1761
- },
1762
- type: {
1763
- enum: ['Home', 'Office', 'Invoice', 'Contact'],
1764
- type: 'string'
1765
- },
1766
- addressLine: {
1767
- maxLength: 255,
1768
- minLength: 0,
1769
- type: 'string'
1770
- },
1771
- postalCode: {
1772
- maxLength: 255,
1773
- minLength: 0,
1774
- type: 'string'
1775
- },
1776
- fullAddress: {
1777
- maxLength: 255,
1778
- minLength: 0,
1779
- type: 'string'
1780
- },
1781
- primaryFlag: {
1782
- type: 'boolean'
1783
- },
1784
- countryId: {
1785
- type: 'string',
1786
- format: 'uuid'
1787
- },
1788
- regionId: {
1789
- type: 'string',
1790
- format: 'uuid',
1791
- nullable: true
1792
- },
1793
- cityId: {
1794
- type: 'string',
1795
- format: 'uuid'
1796
- },
1797
- districtId: {
1798
- type: 'string',
1799
- format: 'uuid'
1800
- },
1801
- neighborhoodId: {
1802
- type: 'string',
1803
- format: 'uuid',
1804
- nullable: true
1805
- }
1806
- },
1807
- additionalProperties: false
1390
+ addressCommonDataId: {
1391
+ type: 'string',
1392
+ format: 'uuid'
1808
1393
  },
1809
1394
  refundTableHeaders: {
1810
1395
  type: 'array',
@@ -1908,161 +1493,78 @@ export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Con
1908
1493
  } as const;
1909
1494
 
1910
1495
  export const $UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantDto = {
1911
- required: ['addressCommonData', 'contractType', 'contractTypeIdentifier', 'id', 'name', 'validFrom', 'validTo'],
1912
- type: 'object',
1913
- properties: {
1914
- id: {
1915
- type: 'string',
1916
- format: 'uuid'
1917
- },
1918
- creationTime: {
1919
- type: 'string',
1920
- format: 'date-time'
1921
- },
1922
- creatorId: {
1923
- type: 'string',
1924
- format: 'uuid',
1925
- nullable: true
1926
- },
1927
- lastModificationTime: {
1928
- type: 'string',
1929
- format: 'date-time',
1930
- nullable: true
1931
- },
1932
- lastModifierId: {
1933
- type: 'string',
1934
- format: 'uuid',
1935
- nullable: true
1936
- },
1937
- isDeleted: {
1938
- type: 'boolean'
1939
- },
1940
- deleterId: {
1941
- type: 'string',
1942
- format: 'uuid',
1943
- nullable: true
1944
- },
1945
- deletionTime: {
1946
- type: 'string',
1947
- format: 'date-time',
1948
- nullable: true
1949
- },
1950
- name: {
1951
- minLength: 1,
1952
- type: 'string'
1953
- },
1954
- contractTypeIdentifier: {
1955
- type: 'string',
1956
- format: 'uuid'
1957
- },
1958
- isDraft: {
1959
- type: 'boolean'
1960
- },
1961
- isActive: {
1962
- type: 'boolean'
1963
- },
1964
- status: {
1965
- enum: ['None', 'Registered', 'DeRegistrationRequestedByUniRefund', 'DeRegistrationDataRequestedByAuthorities', 'SuspendedInternallyAfterDeRegistrationDecline', 'DeRegisteredAtAuthorities', 'SuspendedInternallyOnly', 'SuspensionRequestedByUniRefund', 'SuspensionRequestedByAuthorities', 'UnSuspensionRequestedByUniRefund', 'UnSuspensionRequestedByAuthorities', 'SuspendedAtAuthorities', 'UnSuspensionForFurtherDeRegistrationInvitedByAuthorities', 'UnSuspensionForFurtherDeRegistrationRequestedByUniRefund', 'Terminated'],
1966
- type: 'string'
1967
- },
1968
- contractType: {
1969
- enum: ['Merchant', 'RefundPoint'],
1970
- type: 'string'
1971
- },
1972
- validFrom: {
1973
- type: 'string',
1974
- format: 'date-time'
1975
- },
1976
- validTo: {
1977
- type: 'string',
1978
- format: 'date-time'
1979
- },
1980
- addressCommonData: {
1981
- required: ['addressLine', 'cityId', 'countryId', 'districtId', 'fullAddress', 'id', 'postalCode', 'type'],
1982
- type: 'object',
1983
- properties: {
1984
- id: {
1985
- type: 'string',
1986
- format: 'uuid'
1987
- },
1988
- creationTime: {
1989
- type: 'string',
1990
- format: 'date-time'
1991
- },
1992
- creatorId: {
1993
- type: 'string',
1994
- format: 'uuid',
1995
- nullable: true
1996
- },
1997
- lastModificationTime: {
1998
- type: 'string',
1999
- format: 'date-time',
2000
- nullable: true
2001
- },
2002
- lastModifierId: {
2003
- type: 'string',
2004
- format: 'uuid',
2005
- nullable: true
2006
- },
2007
- isDeleted: {
2008
- type: 'boolean'
2009
- },
2010
- deleterId: {
2011
- type: 'string',
2012
- format: 'uuid',
2013
- nullable: true
2014
- },
2015
- deletionTime: {
2016
- type: 'string',
2017
- format: 'date-time',
2018
- nullable: true
2019
- },
2020
- type: {
2021
- enum: ['Home', 'Office', 'Invoice', 'Contact'],
2022
- type: 'string'
2023
- },
2024
- addressLine: {
2025
- maxLength: 255,
2026
- minLength: 0,
2027
- type: 'string'
2028
- },
2029
- postalCode: {
2030
- maxLength: 255,
2031
- minLength: 0,
2032
- type: 'string'
2033
- },
2034
- fullAddress: {
2035
- maxLength: 255,
2036
- minLength: 0,
2037
- type: 'string'
2038
- },
2039
- primaryFlag: {
2040
- type: 'boolean'
2041
- },
2042
- countryId: {
2043
- type: 'string',
2044
- format: 'uuid'
2045
- },
2046
- regionId: {
2047
- type: 'string',
2048
- format: 'uuid',
2049
- nullable: true
2050
- },
2051
- cityId: {
2052
- type: 'string',
2053
- format: 'uuid'
2054
- },
2055
- districtId: {
2056
- type: 'string',
2057
- format: 'uuid'
2058
- },
2059
- neighborhoodId: {
2060
- type: 'string',
2061
- format: 'uuid',
2062
- nullable: true
2063
- }
2064
- },
2065
- additionalProperties: false
1496
+ required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'name', 'validFrom', 'validTo'],
1497
+ type: 'object',
1498
+ properties: {
1499
+ id: {
1500
+ type: 'string',
1501
+ format: 'uuid'
1502
+ },
1503
+ creationTime: {
1504
+ type: 'string',
1505
+ format: 'date-time'
1506
+ },
1507
+ creatorId: {
1508
+ type: 'string',
1509
+ format: 'uuid',
1510
+ nullable: true
1511
+ },
1512
+ lastModificationTime: {
1513
+ type: 'string',
1514
+ format: 'date-time',
1515
+ nullable: true
1516
+ },
1517
+ lastModifierId: {
1518
+ type: 'string',
1519
+ format: 'uuid',
1520
+ nullable: true
1521
+ },
1522
+ isDeleted: {
1523
+ type: 'boolean'
1524
+ },
1525
+ deleterId: {
1526
+ type: 'string',
1527
+ format: 'uuid',
1528
+ nullable: true
1529
+ },
1530
+ deletionTime: {
1531
+ type: 'string',
1532
+ format: 'date-time',
1533
+ nullable: true
1534
+ },
1535
+ name: {
1536
+ minLength: 1,
1537
+ type: 'string'
1538
+ },
1539
+ contractTypeIdentifier: {
1540
+ type: 'string',
1541
+ format: 'uuid'
1542
+ },
1543
+ isDraft: {
1544
+ type: 'boolean'
1545
+ },
1546
+ isActive: {
1547
+ type: 'boolean'
1548
+ },
1549
+ status: {
1550
+ enum: ['None', 'Registered', 'DeRegistrationRequestedByUniRefund', 'DeRegistrationDataRequestedByAuthorities', 'SuspendedInternallyAfterDeRegistrationDecline', 'DeRegisteredAtAuthorities', 'SuspendedInternallyOnly', 'SuspensionRequestedByUniRefund', 'SuspensionRequestedByAuthorities', 'UnSuspensionRequestedByUniRefund', 'UnSuspensionRequestedByAuthorities', 'SuspendedAtAuthorities', 'UnSuspensionForFurtherDeRegistrationInvitedByAuthorities', 'UnSuspensionForFurtherDeRegistrationRequestedByUniRefund', 'Terminated'],
1551
+ type: 'string'
1552
+ },
1553
+ contractType: {
1554
+ enum: ['Merchant', 'RefundPoint'],
1555
+ type: 'string'
1556
+ },
1557
+ validFrom: {
1558
+ type: 'string',
1559
+ format: 'date-time'
1560
+ },
1561
+ validTo: {
1562
+ type: 'string',
1563
+ format: 'date-time'
1564
+ },
1565
+ addressCommonDataId: {
1566
+ type: 'string',
1567
+ format: 'uuid'
2066
1568
  }
2067
1569
  },
2068
1570
  additionalProperties: false
@@ -2982,7 +2484,7 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
2982
2484
  } as const;
2983
2485
 
2984
2486
  export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderDetailForRefundPointDto = {
2985
- required: ['addressCommonData', 'contractType', 'contractTypeIdentifier', 'id', 'merchantClassification', 'name', 'refundFeeHeaders', 'validFrom', 'validTo'],
2487
+ required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'merchantClassification', 'name', 'refundFeeHeaders', 'validFrom', 'validTo'],
2986
2488
  type: 'object',
2987
2489
  properties: {
2988
2490
  id: {
@@ -3115,92 +2617,9 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
3115
2617
  enum: ['Merchant', 'RefundPoint'],
3116
2618
  type: 'string'
3117
2619
  },
3118
- addressCommonData: {
3119
- required: ['addressLine', 'cityId', 'countryId', 'districtId', 'fullAddress', 'id', 'postalCode', 'type'],
3120
- type: 'object',
3121
- properties: {
3122
- id: {
3123
- type: 'string',
3124
- format: 'uuid'
3125
- },
3126
- creationTime: {
3127
- type: 'string',
3128
- format: 'date-time'
3129
- },
3130
- creatorId: {
3131
- type: 'string',
3132
- format: 'uuid',
3133
- nullable: true
3134
- },
3135
- lastModificationTime: {
3136
- type: 'string',
3137
- format: 'date-time',
3138
- nullable: true
3139
- },
3140
- lastModifierId: {
3141
- type: 'string',
3142
- format: 'uuid',
3143
- nullable: true
3144
- },
3145
- isDeleted: {
3146
- type: 'boolean'
3147
- },
3148
- deleterId: {
3149
- type: 'string',
3150
- format: 'uuid',
3151
- nullable: true
3152
- },
3153
- deletionTime: {
3154
- type: 'string',
3155
- format: 'date-time',
3156
- nullable: true
3157
- },
3158
- type: {
3159
- enum: ['Home', 'Office', 'Invoice', 'Contact'],
3160
- type: 'string'
3161
- },
3162
- addressLine: {
3163
- maxLength: 255,
3164
- minLength: 0,
3165
- type: 'string'
3166
- },
3167
- postalCode: {
3168
- maxLength: 255,
3169
- minLength: 0,
3170
- type: 'string'
3171
- },
3172
- fullAddress: {
3173
- maxLength: 255,
3174
- minLength: 0,
3175
- type: 'string'
3176
- },
3177
- primaryFlag: {
3178
- type: 'boolean'
3179
- },
3180
- countryId: {
3181
- type: 'string',
3182
- format: 'uuid'
3183
- },
3184
- regionId: {
3185
- type: 'string',
3186
- format: 'uuid',
3187
- nullable: true
3188
- },
3189
- cityId: {
3190
- type: 'string',
3191
- format: 'uuid'
3192
- },
3193
- districtId: {
3194
- type: 'string',
3195
- format: 'uuid'
3196
- },
3197
- neighborhoodId: {
3198
- type: 'string',
3199
- format: 'uuid',
3200
- nullable: true
3201
- }
3202
- },
3203
- additionalProperties: false
2620
+ addressCommonDataId: {
2621
+ type: 'string',
2622
+ format: 'uuid'
3204
2623
  },
3205
2624
  refundFeeHeaders: {
3206
2625
  type: 'array',
@@ -3307,7 +2726,7 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
3307
2726
  } as const;
3308
2727
 
3309
2728
  export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderForRefundPointDto = {
3310
- required: ['addressCommonData', 'contractType', 'contractTypeIdentifier', 'id', 'name', 'validFrom', 'validTo'],
2729
+ required: ['addressCommonDataId', 'contractType', 'contractTypeIdentifier', 'id', 'name', 'validFrom', 'validTo'],
3311
2730
  type: 'object',
3312
2731
  properties: {
3313
2732
  id: {
@@ -3379,92 +2798,9 @@ export const $UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_
3379
2798
  earlyRefund: {
3380
2799
  type: 'boolean'
3381
2800
  },
3382
- addressCommonData: {
3383
- required: ['addressLine', 'cityId', 'countryId', 'districtId', 'fullAddress', 'id', 'postalCode', 'type'],
3384
- type: 'object',
3385
- properties: {
3386
- id: {
3387
- type: 'string',
3388
- format: 'uuid'
3389
- },
3390
- creationTime: {
3391
- type: 'string',
3392
- format: 'date-time'
3393
- },
3394
- creatorId: {
3395
- type: 'string',
3396
- format: 'uuid',
3397
- nullable: true
3398
- },
3399
- lastModificationTime: {
3400
- type: 'string',
3401
- format: 'date-time',
3402
- nullable: true
3403
- },
3404
- lastModifierId: {
3405
- type: 'string',
3406
- format: 'uuid',
3407
- nullable: true
3408
- },
3409
- isDeleted: {
3410
- type: 'boolean'
3411
- },
3412
- deleterId: {
3413
- type: 'string',
3414
- format: 'uuid',
3415
- nullable: true
3416
- },
3417
- deletionTime: {
3418
- type: 'string',
3419
- format: 'date-time',
3420
- nullable: true
3421
- },
3422
- type: {
3423
- enum: ['Home', 'Office', 'Invoice', 'Contact'],
3424
- type: 'string'
3425
- },
3426
- addressLine: {
3427
- maxLength: 255,
3428
- minLength: 0,
3429
- type: 'string'
3430
- },
3431
- postalCode: {
3432
- maxLength: 255,
3433
- minLength: 0,
3434
- type: 'string'
3435
- },
3436
- fullAddress: {
3437
- maxLength: 255,
3438
- minLength: 0,
3439
- type: 'string'
3440
- },
3441
- primaryFlag: {
3442
- type: 'boolean'
3443
- },
3444
- countryId: {
3445
- type: 'string',
3446
- format: 'uuid'
3447
- },
3448
- regionId: {
3449
- type: 'string',
3450
- format: 'uuid',
3451
- nullable: true
3452
- },
3453
- cityId: {
3454
- type: 'string',
3455
- format: 'uuid'
3456
- },
3457
- districtId: {
3458
- type: 'string',
3459
- format: 'uuid'
3460
- },
3461
- neighborhoodId: {
3462
- type: 'string',
3463
- format: 'uuid',
3464
- nullable: true
3465
- }
3466
- },
3467
- additionalProperties: false
2801
+ addressCommonDataId: {
2802
+ type: 'string',
2803
+ format: 'uuid'
3468
2804
  }
3469
2805
  },
3470
2806
  additionalProperties: false
@@ -4592,9 +3928,6 @@ export const $UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHe
4592
3928
  calculateNetCommissionInsteadOfRefund: {
4593
3929
  type: 'boolean'
4594
3930
  },
4595
- isTemplate: {
4596
- type: 'boolean'
4597
- },
4598
3931
  rebateTableDetails: {
4599
3932
  type: 'array',
4600
3933
  items: {
@@ -5298,9 +4631,6 @@ export const $UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeader
5298
4631
  isActive: {
5299
4632
  type: 'boolean'
5300
4633
  },
5301
- isTemplate: {
5302
- type: 'boolean'
5303
- },
5304
4634
  refundFeeDetails: {
5305
4635
  type: 'array',
5306
4636
  items: {
@@ -5997,9 +5327,6 @@ export const $UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHe
5997
5327
  isBundling: {
5998
5328
  type: 'boolean'
5999
5329
  },
6000
- isTemplate: {
6001
- type: 'boolean'
6002
- },
6003
5330
  refundTableDetails: {
6004
5331
  type: 'array',
6005
5332
  items: {