@ayasofyazilim/saas 0.0.114 → 0.0.116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  name: Update package
2
- run-name: ${{ github.actor }} is updating ${{ github.event.inputs.saas-name }} 🚀
2
+ run-name: ${{ github.actor }} is updating ${{ github.event.inputs.service-name }} 🚀
3
3
  on:
4
4
  workflow_dispatch:
5
5
  inputs:
@@ -88,13 +88,17 @@ export const $PagedResultDto_AffiliationTypeDetailDto = {
88
88
  items: {
89
89
  type: 'array',
90
90
  items: {
91
- required: ['codeId', 'codeName', 'email', 'entityInformationTypeCode', 'name', 'telephone'],
91
+ required: ['codeId', 'codeName', 'email', 'entityInformationTypeCode', 'name', 'partyId', 'telephone'],
92
92
  type: 'object',
93
93
  properties: {
94
94
  id: {
95
95
  type: 'string',
96
96
  format: 'uuid'
97
97
  },
98
+ partyId: {
99
+ type: 'string',
100
+ format: 'uuid'
101
+ },
98
102
  name: {
99
103
  minLength: 1,
100
104
  type: 'string'
@@ -111,8 +115,9 @@ export const $PagedResultDto_AffiliationTypeDetailDto = {
111
115
  enum: ['INDIVIDUAL', 'ORGANIZATION'],
112
116
  type: 'string'
113
117
  },
114
- isAbpUser: {
115
- type: 'boolean',
118
+ abpUserId: {
119
+ type: 'string',
120
+ format: 'uuid',
116
121
  nullable: true
117
122
  },
118
123
  email: {
@@ -768,13 +773,17 @@ export const $UniRefund_CRMService_AffiliationCodes_UpdateAffiliationCodeDto = {
768
773
  } as const;
769
774
 
770
775
  export const $UniRefund_CRMService_AffiliationTypes_AffiliationTypeDetailDto = {
771
- required: ['codeId', 'codeName', 'email', 'entityInformationTypeCode', 'name', 'telephone'],
776
+ required: ['codeId', 'codeName', 'email', 'entityInformationTypeCode', 'name', 'partyId', 'telephone'],
772
777
  type: 'object',
773
778
  properties: {
774
779
  id: {
775
780
  type: 'string',
776
781
  format: 'uuid'
777
782
  },
783
+ partyId: {
784
+ type: 'string',
785
+ format: 'uuid'
786
+ },
778
787
  name: {
779
788
  minLength: 1,
780
789
  type: 'string'
@@ -791,8 +800,9 @@ export const $UniRefund_CRMService_AffiliationTypes_AffiliationTypeDetailDto = {
791
800
  enum: ['INDIVIDUAL', 'ORGANIZATION'],
792
801
  type: 'string'
793
802
  },
794
- isAbpUser: {
795
- type: 'boolean',
803
+ abpUserId: {
804
+ type: 'string',
805
+ format: 'uuid',
796
806
  nullable: true
797
807
  },
798
808
  email: {
@@ -1333,7 +1343,7 @@ export const $UniRefund_CRMService_ContactInformationTypes_CreateContactInformat
1333
1343
  addresses: {
1334
1344
  type: 'array',
1335
1345
  items: {
1336
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
1346
+ required: ['addressLine', 'countryId', 'type'],
1337
1347
  type: 'object',
1338
1348
  properties: {
1339
1349
  extraProperties: {
@@ -1352,9 +1362,8 @@ export const $UniRefund_CRMService_ContactInformationTypes_CreateContactInformat
1352
1362
  type: 'string'
1353
1363
  },
1354
1364
  postalCode: {
1355
- maxLength: 255,
1356
- minLength: 0,
1357
- type: 'string'
1365
+ type: 'string',
1366
+ nullable: true
1358
1367
  },
1359
1368
  primaryFlag: {
1360
1369
  type: 'boolean'
@@ -1512,7 +1521,7 @@ export const $UniRefund_CRMService_Customss_CreateCustomsDto = {
1512
1521
  addresses: {
1513
1522
  type: 'array',
1514
1523
  items: {
1515
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
1524
+ required: ['addressLine', 'countryId', 'type'],
1516
1525
  type: 'object',
1517
1526
  properties: {
1518
1527
  extraProperties: {
@@ -1531,9 +1540,8 @@ export const $UniRefund_CRMService_Customss_CreateCustomsDto = {
1531
1540
  type: 'string'
1532
1541
  },
1533
1542
  postalCode: {
1534
- maxLength: 255,
1535
- minLength: 0,
1536
- type: 'string'
1543
+ type: 'string',
1544
+ nullable: true
1537
1545
  },
1538
1546
  primaryFlag: {
1539
1547
  type: 'boolean'
@@ -1703,7 +1711,7 @@ export const $UniRefund_CRMService_Customss_CreateCustomsEntityInformationTypeDt
1703
1711
  addresses: {
1704
1712
  type: 'array',
1705
1713
  items: {
1706
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
1714
+ required: ['addressLine', 'countryId', 'type'],
1707
1715
  type: 'object',
1708
1716
  properties: {
1709
1717
  extraProperties: {
@@ -1722,9 +1730,8 @@ export const $UniRefund_CRMService_Customss_CreateCustomsEntityInformationTypeDt
1722
1730
  type: 'string'
1723
1731
  },
1724
1732
  postalCode: {
1725
- maxLength: 255,
1726
- minLength: 0,
1727
- type: 'string'
1733
+ type: 'string',
1734
+ nullable: true
1728
1735
  },
1729
1736
  primaryFlag: {
1730
1737
  type: 'boolean'
@@ -1869,7 +1876,7 @@ export const $UniRefund_CRMService_Customss_CreateCustomsOrganizationDto = {
1869
1876
  addresses: {
1870
1877
  type: 'array',
1871
1878
  items: {
1872
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
1879
+ required: ['addressLine', 'countryId', 'type'],
1873
1880
  type: 'object',
1874
1881
  properties: {
1875
1882
  extraProperties: {
@@ -1888,9 +1895,8 @@ export const $UniRefund_CRMService_Customss_CreateCustomsOrganizationDto = {
1888
1895
  type: 'string'
1889
1896
  },
1890
1897
  postalCode: {
1891
- maxLength: 255,
1892
- minLength: 0,
1893
- type: 'string'
1898
+ type: 'string',
1899
+ nullable: true
1894
1900
  },
1895
1901
  primaryFlag: {
1896
1902
  type: 'boolean'
@@ -4170,7 +4176,7 @@ export const $UniRefund_CRMService_Individuals_CreateIndividualDto = {
4170
4176
  addresses: {
4171
4177
  type: 'array',
4172
4178
  items: {
4173
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
4179
+ required: ['addressLine', 'countryId', 'type'],
4174
4180
  type: 'object',
4175
4181
  properties: {
4176
4182
  extraProperties: {
@@ -4189,9 +4195,8 @@ export const $UniRefund_CRMService_Individuals_CreateIndividualDto = {
4189
4195
  type: 'string'
4190
4196
  },
4191
4197
  postalCode: {
4192
- maxLength: 255,
4193
- minLength: 0,
4194
- type: 'string'
4198
+ type: 'string',
4199
+ nullable: true
4195
4200
  },
4196
4201
  primaryFlag: {
4197
4202
  type: 'boolean'
@@ -5644,7 +5649,7 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
5644
5649
  addresses: {
5645
5650
  type: 'array',
5646
5651
  items: {
5647
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
5652
+ required: ['addressLine', 'countryId', 'type'],
5648
5653
  type: 'object',
5649
5654
  properties: {
5650
5655
  extraProperties: {
@@ -5663,9 +5668,8 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
5663
5668
  type: 'string'
5664
5669
  },
5665
5670
  postalCode: {
5666
- maxLength: 255,
5667
- minLength: 0,
5668
- type: 'string'
5671
+ type: 'string',
5672
+ nullable: true
5669
5673
  },
5670
5674
  primaryFlag: {
5671
5675
  type: 'boolean'
@@ -5744,7 +5748,7 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
5744
5748
  organizations: {
5745
5749
  type: 'array',
5746
5750
  items: {
5747
- required: ['contactInformations', 'legalStatusCode', 'name'],
5751
+ required: ['contactInformations', 'name'],
5748
5752
  type: 'object',
5749
5753
  properties: {
5750
5754
  extraProperties: {
@@ -5759,9 +5763,8 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
5759
5763
  type: 'string'
5760
5764
  },
5761
5765
  legalStatusCode: {
5762
- maxLength: 255,
5763
- minLength: 0,
5764
- type: 'string'
5766
+ type: 'string',
5767
+ nullable: true
5765
5768
  },
5766
5769
  contactInformations: {
5767
5770
  type: 'array',
@@ -5816,7 +5819,7 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
5816
5819
  addresses: {
5817
5820
  type: 'array',
5818
5821
  items: {
5819
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
5822
+ required: ['addressLine', 'countryId', 'type'],
5820
5823
  type: 'object',
5821
5824
  properties: {
5822
5825
  extraProperties: {
@@ -5835,9 +5838,8 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
5835
5838
  type: 'string'
5836
5839
  },
5837
5840
  postalCode: {
5838
- maxLength: 255,
5839
- minLength: 0,
5840
- type: 'string'
5841
+ type: 'string',
5842
+ nullable: true
5841
5843
  },
5842
5844
  primaryFlag: {
5843
5845
  type: 'boolean'
@@ -6071,7 +6073,7 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantEntityInformationType
6071
6073
  addresses: {
6072
6074
  type: 'array',
6073
6075
  items: {
6074
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
6076
+ required: ['addressLine', 'countryId', 'type'],
6075
6077
  type: 'object',
6076
6078
  properties: {
6077
6079
  extraProperties: {
@@ -6090,9 +6092,8 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantEntityInformationType
6090
6092
  type: 'string'
6091
6093
  },
6092
6094
  postalCode: {
6093
- maxLength: 255,
6094
- minLength: 0,
6095
- type: 'string'
6095
+ type: 'string',
6096
+ nullable: true
6096
6097
  },
6097
6098
  primaryFlag: {
6098
6099
  type: 'boolean'
@@ -6171,7 +6172,7 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantEntityInformationType
6171
6172
  organizations: {
6172
6173
  type: 'array',
6173
6174
  items: {
6174
- required: ['contactInformations', 'legalStatusCode', 'name'],
6175
+ required: ['contactInformations', 'name'],
6175
6176
  type: 'object',
6176
6177
  properties: {
6177
6178
  extraProperties: {
@@ -6186,9 +6187,8 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantEntityInformationType
6186
6187
  type: 'string'
6187
6188
  },
6188
6189
  legalStatusCode: {
6189
- maxLength: 255,
6190
- minLength: 0,
6191
- type: 'string'
6190
+ type: 'string',
6191
+ nullable: true
6192
6192
  },
6193
6193
  contactInformations: {
6194
6194
  type: 'array',
@@ -6243,7 +6243,7 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantEntityInformationType
6243
6243
  addresses: {
6244
6244
  type: 'array',
6245
6245
  items: {
6246
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
6246
+ required: ['addressLine', 'countryId', 'type'],
6247
6247
  type: 'object',
6248
6248
  properties: {
6249
6249
  extraProperties: {
@@ -6262,9 +6262,8 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantEntityInformationType
6262
6262
  type: 'string'
6263
6263
  },
6264
6264
  postalCode: {
6265
- maxLength: 255,
6266
- minLength: 0,
6267
- type: 'string'
6265
+ type: 'string',
6266
+ nullable: true
6268
6267
  },
6269
6268
  primaryFlag: {
6270
6269
  type: 'boolean'
@@ -6341,7 +6340,7 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantEntityInformationType
6341
6340
  } as const;
6342
6341
 
6343
6342
  export const $UniRefund_CRMService_Merchants_CreateMerchantOrgnaizationDto = {
6344
- required: ['contactInformations', 'legalStatusCode', 'name'],
6343
+ required: ['contactInformations', 'name'],
6345
6344
  type: 'object',
6346
6345
  properties: {
6347
6346
  extraProperties: {
@@ -6356,9 +6355,8 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantOrgnaizationDto = {
6356
6355
  type: 'string'
6357
6356
  },
6358
6357
  legalStatusCode: {
6359
- maxLength: 255,
6360
- minLength: 0,
6361
- type: 'string'
6358
+ type: 'string',
6359
+ nullable: true
6362
6360
  },
6363
6361
  contactInformations: {
6364
6362
  type: 'array',
@@ -6413,7 +6411,7 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantOrgnaizationDto = {
6413
6411
  addresses: {
6414
6412
  type: 'array',
6415
6413
  items: {
6416
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
6414
+ required: ['addressLine', 'countryId', 'type'],
6417
6415
  type: 'object',
6418
6416
  properties: {
6419
6417
  extraProperties: {
@@ -6432,9 +6430,8 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantOrgnaizationDto = {
6432
6430
  type: 'string'
6433
6431
  },
6434
6432
  postalCode: {
6435
- maxLength: 255,
6436
- minLength: 0,
6437
- type: 'string'
6433
+ type: 'string',
6434
+ nullable: true
6438
6435
  },
6439
6436
  primaryFlag: {
6440
6437
  type: 'boolean'
@@ -9300,7 +9297,7 @@ export const $UniRefund_CRMService_NameCommonDatas_UpdateNameCommonDataDto = {
9300
9297
  } as const;
9301
9298
 
9302
9299
  export const $UniRefund_CRMService_Organizations_CreateOrganizationDto = {
9303
- required: ['legalStatusCode', 'name'],
9300
+ required: ['name'],
9304
9301
  type: 'object',
9305
9302
  properties: {
9306
9303
  extraProperties: {
@@ -9315,9 +9312,8 @@ export const $UniRefund_CRMService_Organizations_CreateOrganizationDto = {
9315
9312
  type: 'string'
9316
9313
  },
9317
9314
  legalStatusCode: {
9318
- maxLength: 255,
9319
- minLength: 0,
9320
- type: 'string'
9315
+ type: 'string',
9316
+ nullable: true
9321
9317
  },
9322
9318
  contactInformations: {
9323
9319
  type: 'array',
@@ -9372,7 +9368,7 @@ export const $UniRefund_CRMService_Organizations_CreateOrganizationDto = {
9372
9368
  addresses: {
9373
9369
  type: 'array',
9374
9370
  items: {
9375
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
9371
+ required: ['addressLine', 'countryId', 'type'],
9376
9372
  type: 'object',
9377
9373
  properties: {
9378
9374
  extraProperties: {
@@ -9391,9 +9387,8 @@ export const $UniRefund_CRMService_Organizations_CreateOrganizationDto = {
9391
9387
  type: 'string'
9392
9388
  },
9393
9389
  postalCode: {
9394
- maxLength: 255,
9395
- minLength: 0,
9396
- type: 'string'
9390
+ type: 'string',
9391
+ nullable: true
9397
9392
  },
9398
9393
  primaryFlag: {
9399
9394
  type: 'boolean'
@@ -10184,7 +10179,7 @@ export const $UniRefund_CRMService_RefundPoints_CreateRefundPointDto = {
10184
10179
  addresses: {
10185
10180
  type: 'array',
10186
10181
  items: {
10187
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
10182
+ required: ['addressLine', 'countryId', 'type'],
10188
10183
  type: 'object',
10189
10184
  properties: {
10190
10185
  extraProperties: {
@@ -10203,9 +10198,8 @@ export const $UniRefund_CRMService_RefundPoints_CreateRefundPointDto = {
10203
10198
  type: 'string'
10204
10199
  },
10205
10200
  postalCode: {
10206
- maxLength: 255,
10207
- minLength: 0,
10208
- type: 'string'
10201
+ type: 'string',
10202
+ nullable: true
10209
10203
  },
10210
10204
  primaryFlag: {
10211
10205
  type: 'boolean'
@@ -10359,7 +10353,7 @@ export const $UniRefund_CRMService_RefundPoints_CreateRefundPointEntityInformati
10359
10353
  addresses: {
10360
10354
  type: 'array',
10361
10355
  items: {
10362
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
10356
+ required: ['addressLine', 'countryId', 'type'],
10363
10357
  type: 'object',
10364
10358
  properties: {
10365
10359
  extraProperties: {
@@ -10378,9 +10372,8 @@ export const $UniRefund_CRMService_RefundPoints_CreateRefundPointEntityInformati
10378
10372
  type: 'string'
10379
10373
  },
10380
10374
  postalCode: {
10381
- maxLength: 255,
10382
- minLength: 0,
10383
- type: 'string'
10375
+ type: 'string',
10376
+ nullable: true
10384
10377
  },
10385
10378
  primaryFlag: {
10386
10379
  type: 'boolean'
@@ -10518,7 +10511,7 @@ export const $UniRefund_CRMService_RefundPoints_CreateRefundPointOrganizationDto
10518
10511
  addresses: {
10519
10512
  type: 'array',
10520
10513
  items: {
10521
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
10514
+ required: ['addressLine', 'countryId', 'type'],
10522
10515
  type: 'object',
10523
10516
  properties: {
10524
10517
  extraProperties: {
@@ -10537,9 +10530,8 @@ export const $UniRefund_CRMService_RefundPoints_CreateRefundPointOrganizationDto
10537
10530
  type: 'string'
10538
10531
  },
10539
10532
  postalCode: {
10540
- maxLength: 255,
10541
- minLength: 0,
10542
- type: 'string'
10533
+ type: 'string',
10534
+ nullable: true
10543
10535
  },
10544
10536
  primaryFlag: {
10545
10537
  type: 'boolean'
@@ -11793,7 +11785,7 @@ export const $UniRefund_CRMService_TaxFrees_CreateTaxFreeDto = {
11793
11785
  addresses: {
11794
11786
  type: 'array',
11795
11787
  items: {
11796
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
11788
+ required: ['addressLine', 'countryId', 'type'],
11797
11789
  type: 'object',
11798
11790
  properties: {
11799
11791
  extraProperties: {
@@ -11812,9 +11804,8 @@ export const $UniRefund_CRMService_TaxFrees_CreateTaxFreeDto = {
11812
11804
  type: 'string'
11813
11805
  },
11814
11806
  postalCode: {
11815
- maxLength: 255,
11816
- minLength: 0,
11817
- type: 'string'
11807
+ type: 'string',
11808
+ nullable: true
11818
11809
  },
11819
11810
  primaryFlag: {
11820
11811
  type: 'boolean'
@@ -11989,7 +11980,7 @@ export const $UniRefund_CRMService_TaxFrees_CreateTaxFreeEntityInformationTypeDt
11989
11980
  addresses: {
11990
11981
  type: 'array',
11991
11982
  items: {
11992
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
11983
+ required: ['addressLine', 'countryId', 'type'],
11993
11984
  type: 'object',
11994
11985
  properties: {
11995
11986
  extraProperties: {
@@ -12008,9 +11999,8 @@ export const $UniRefund_CRMService_TaxFrees_CreateTaxFreeEntityInformationTypeDt
12008
11999
  type: 'string'
12009
12000
  },
12010
12001
  postalCode: {
12011
- maxLength: 255,
12012
- minLength: 0,
12013
- type: 'string'
12002
+ type: 'string',
12003
+ nullable: true
12014
12004
  },
12015
12005
  primaryFlag: {
12016
12006
  type: 'boolean'
@@ -12160,7 +12150,7 @@ export const $UniRefund_CRMService_TaxFrees_CreateTaxFreeOrganizationDto = {
12160
12150
  addresses: {
12161
12151
  type: 'array',
12162
12152
  items: {
12163
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
12153
+ required: ['addressLine', 'countryId', 'type'],
12164
12154
  type: 'object',
12165
12155
  properties: {
12166
12156
  extraProperties: {
@@ -12179,9 +12169,8 @@ export const $UniRefund_CRMService_TaxFrees_CreateTaxFreeOrganizationDto = {
12179
12169
  type: 'string'
12180
12170
  },
12181
12171
  postalCode: {
12182
- maxLength: 255,
12183
- minLength: 0,
12184
- type: 'string'
12172
+ type: 'string',
12173
+ nullable: true
12185
12174
  },
12186
12175
  primaryFlag: {
12187
12176
  type: 'boolean'
@@ -13333,7 +13322,7 @@ export const $UniRefund_CRMService_TaxOffices_CreateTaxOfficeDto = {
13333
13322
  addresses: {
13334
13323
  type: 'array',
13335
13324
  items: {
13336
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
13325
+ required: ['addressLine', 'countryId', 'type'],
13337
13326
  type: 'object',
13338
13327
  properties: {
13339
13328
  extraProperties: {
@@ -13352,9 +13341,8 @@ export const $UniRefund_CRMService_TaxOffices_CreateTaxOfficeDto = {
13352
13341
  type: 'string'
13353
13342
  },
13354
13343
  postalCode: {
13355
- maxLength: 255,
13356
- minLength: 0,
13357
- type: 'string'
13344
+ type: 'string',
13345
+ nullable: true
13358
13346
  },
13359
13347
  primaryFlag: {
13360
13348
  type: 'boolean'
@@ -13524,7 +13512,7 @@ export const $UniRefund_CRMService_TaxOffices_CreateTaxOfficeEntityInformationTy
13524
13512
  addresses: {
13525
13513
  type: 'array',
13526
13514
  items: {
13527
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
13515
+ required: ['addressLine', 'countryId', 'type'],
13528
13516
  type: 'object',
13529
13517
  properties: {
13530
13518
  extraProperties: {
@@ -13543,9 +13531,8 @@ export const $UniRefund_CRMService_TaxOffices_CreateTaxOfficeEntityInformationTy
13543
13531
  type: 'string'
13544
13532
  },
13545
13533
  postalCode: {
13546
- maxLength: 255,
13547
- minLength: 0,
13548
- type: 'string'
13534
+ type: 'string',
13535
+ nullable: true
13549
13536
  },
13550
13537
  primaryFlag: {
13551
13538
  type: 'boolean'
@@ -13690,7 +13677,7 @@ export const $UniRefund_CRMService_TaxOffices_CreateTaxOfficeOrganizationDto = {
13690
13677
  addresses: {
13691
13678
  type: 'array',
13692
13679
  items: {
13693
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
13680
+ required: ['addressLine', 'countryId', 'type'],
13694
13681
  type: 'object',
13695
13682
  properties: {
13696
13683
  extraProperties: {
@@ -13709,9 +13696,8 @@ export const $UniRefund_CRMService_TaxOffices_CreateTaxOfficeOrganizationDto = {
13709
13696
  type: 'string'
13710
13697
  },
13711
13698
  postalCode: {
13712
- maxLength: 255,
13713
- minLength: 0,
13714
- type: 'string'
13699
+ type: 'string',
13700
+ nullable: true
13715
13701
  },
13716
13702
  primaryFlag: {
13717
13703
  type: 'boolean'
@@ -14930,7 +14916,7 @@ export const $UniRefund_CRMService_TelephoneTypes_UpdateTelephoneTypeDto = {
14930
14916
  } as const;
14931
14917
 
14932
14918
  export const $UniRefund_LocationService_AddressCommonDatas_AddressCommonDataCreateDto = {
14933
- required: ['addressLine', 'countryId', 'postalCode', 'type'],
14919
+ required: ['addressLine', 'countryId', 'type'],
14934
14920
  type: 'object',
14935
14921
  properties: {
14936
14922
  extraProperties: {
@@ -14949,9 +14935,8 @@ export const $UniRefund_LocationService_AddressCommonDatas_AddressCommonDataCrea
14949
14935
  type: 'string'
14950
14936
  },
14951
14937
  postalCode: {
14952
- maxLength: 255,
14953
- minLength: 0,
14954
- type: 'string'
14938
+ type: 'string',
14939
+ nullable: true
14955
14940
  },
14956
14941
  primaryFlag: {
14957
14942
  type: 'boolean'
@@ -15132,16 +15117,56 @@ export const $UniRefund_LocationService_Enums_AddressType = {
15132
15117
  type: 'string'
15133
15118
  } as const;
15134
15119
 
15135
- export const $UniRefund_SettingService_ProductGroupMerchants_CreateProductGroupMerchantDto = {
15120
+ export const $UniRefund_SettingService_ProductGroupMerchants_CreateProductGroupMerchantBaseDto = {
15121
+ required: ['productGroupId'],
15136
15122
  type: 'object',
15137
15123
  properties: {
15138
- merchantId: {
15124
+ productGroupId: {
15139
15125
  type: 'string',
15140
15126
  format: 'uuid'
15141
15127
  },
15128
+ isDefault: {
15129
+ type: 'boolean'
15130
+ }
15131
+ },
15132
+ additionalProperties: false
15133
+ } as const;
15134
+
15135
+ export const $UniRefund_SettingService_ProductGroupMerchants_CreateProductGroupMerchantDto = {
15136
+ required: ['productGroupId'],
15137
+ type: 'object',
15138
+ properties: {
15142
15139
  productGroupId: {
15143
15140
  type: 'string',
15144
15141
  format: 'uuid'
15142
+ },
15143
+ isDefault: {
15144
+ type: 'boolean'
15145
+ },
15146
+ merchantId: {
15147
+ type: 'string',
15148
+ format: 'uuid'
15149
+ }
15150
+ },
15151
+ additionalProperties: false
15152
+ } as const;
15153
+
15154
+ export const $UniRefund_SettingService_ProductGroupMerchants_ProductGroupMerchantRelationDto = {
15155
+ required: ['isActive', 'isAssign', 'isDefault', 'productGroupName'],
15156
+ type: 'object',
15157
+ properties: {
15158
+ productGroupName: {
15159
+ minLength: 1,
15160
+ type: 'string'
15161
+ },
15162
+ isDefault: {
15163
+ type: 'boolean'
15164
+ },
15165
+ isActive: {
15166
+ type: 'boolean'
15167
+ },
15168
+ isAssign: {
15169
+ type: 'boolean'
15145
15170
  }
15146
15171
  },
15147
15172
  additionalProperties: false