@ayasofyazilim/saas 0.0.115 → 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.
- package/CRMService/schemas.gen.ts +133 -108
- package/CRMService/sdk.gen.ts +105 -1
- package/CRMService/types.gen.ts +100 -44
- package/package.json +1 -1
|
@@ -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
|
-
|
|
115
|
-
type: '
|
|
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
|
-
|
|
795
|
-
type: '
|
|
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', '
|
|
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
|
-
|
|
1356
|
-
|
|
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', '
|
|
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
|
-
|
|
1535
|
-
|
|
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', '
|
|
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
|
-
|
|
1726
|
-
|
|
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', '
|
|
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
|
-
|
|
1892
|
-
|
|
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', '
|
|
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
|
-
|
|
4193
|
-
|
|
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', '
|
|
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
|
-
|
|
5667
|
-
|
|
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', '
|
|
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
|
-
|
|
5763
|
-
|
|
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', '
|
|
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
|
-
|
|
5839
|
-
|
|
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', '
|
|
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
|
-
|
|
6094
|
-
|
|
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', '
|
|
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
|
-
|
|
6190
|
-
|
|
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', '
|
|
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
|
-
|
|
6266
|
-
|
|
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', '
|
|
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
|
-
|
|
6360
|
-
|
|
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', '
|
|
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
|
-
|
|
6436
|
-
|
|
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: ['
|
|
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
|
-
|
|
9319
|
-
|
|
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', '
|
|
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
|
-
|
|
9395
|
-
|
|
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', '
|
|
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
|
-
|
|
10207
|
-
|
|
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', '
|
|
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
|
-
|
|
10382
|
-
|
|
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', '
|
|
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
|
-
|
|
10541
|
-
|
|
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', '
|
|
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
|
-
|
|
11816
|
-
|
|
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', '
|
|
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
|
-
|
|
12012
|
-
|
|
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', '
|
|
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
|
-
|
|
12183
|
-
|
|
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', '
|
|
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
|
-
|
|
13356
|
-
|
|
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', '
|
|
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
|
-
|
|
13547
|
-
|
|
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', '
|
|
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
|
-
|
|
13713
|
-
|
|
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', '
|
|
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
|
-
|
|
14953
|
-
|
|
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 $
|
|
15120
|
+
export const $UniRefund_SettingService_ProductGroupMerchants_CreateProductGroupMerchantBaseDto = {
|
|
15121
|
+
required: ['productGroupId'],
|
|
15136
15122
|
type: 'object',
|
|
15137
15123
|
properties: {
|
|
15138
|
-
|
|
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
|
package/CRMService/sdk.gen.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import type { CancelablePromise } from './core/CancelablePromise';
|
|
4
4
|
import type { BaseHttpRequest } from './core/BaseHttpRequest';
|
|
5
|
-
import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiCrmServiceAffiliationCodesData, GetApiCrmServiceAffiliationCodesResponse, PostApiCrmServiceAffiliationCodesData, PostApiCrmServiceAffiliationCodesResponse, GetApiCrmServiceAffiliationCodesByIdData, GetApiCrmServiceAffiliationCodesByIdResponse, PutApiCrmServiceAffiliationCodesByIdData, PutApiCrmServiceAffiliationCodesByIdResponse, DeleteApiCrmServiceAffiliationCodesByIdData, DeleteApiCrmServiceAffiliationCodesByIdResponse, PostApiCrmServiceAffiliationCodesByIdTranslationData, PostApiCrmServiceAffiliationCodesByIdTranslationResponse, PutApiCrmServiceAffiliationCodesByIdTranslationData, PutApiCrmServiceAffiliationCodesByIdTranslationResponse, GetApiCrmServiceAffiliationCodesByIdExistByIdAsyncData, GetApiCrmServiceAffiliationCodesByIdExistByIdAsyncResponse, GetApiCrmServiceCustomsData, GetApiCrmServiceCustomsResponse, GetApiCrmServiceCustomsByIdDetailData, GetApiCrmServiceCustomsByIdDetailResponse, GetApiCrmServiceCustomsByIdSubCustomsData, GetApiCrmServiceCustomsByIdSubCustomsResponse, PostApiCrmServiceCustomsWithComponentsData, PostApiCrmServiceCustomsWithComponentsResponse, DeleteApiCrmServiceCustomsByIdWithComponentsData, DeleteApiCrmServiceCustomsByIdWithComponentsResponse, PostApiCrmServiceCustomsByIdAffiliationsData, PostApiCrmServiceCustomsByIdAffiliationsResponse, GetApiCrmServiceCustomsByIdAffiliationsData, GetApiCrmServiceCustomsByIdAffiliationsResponse, DeleteApiCrmServiceCustomsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceCustomsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdData, PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceCustomsByIdAddressesByAddressIdData, PutApiCrmServiceCustomsByIdAddressesByAddressIdResponse, PutApiCrmServiceCustomsByIdEmailsByEmailIdData, PutApiCrmServiceCustomsByIdEmailsByEmailIdResponse, GetApiCrmServiceCustomsByIdAffilatedIndividualsData, GetApiCrmServiceCustomsByIdAffilatedIndividualsResponse, GetIntegrationApiCustomsByIdExistData, GetIntegrationApiCustomsByIdExistResponse, GetIntegrationApiCustomsNamesData, GetIntegrationApiCustomsNamesResponse, PostApiCrmServiceIndividualsWithComponentsData, PostApiCrmServiceIndividualsWithComponentsResponse, PostApiCrmServiceIndividualsByIdAbpUserAccountData, PostApiCrmServiceIndividualsByIdAbpUserAccountResponse, DeleteApiCrmServiceIndividualsByIdData, DeleteApiCrmServiceIndividualsByIdResponse, GetApiCrmServiceIndividualsByIdData, GetApiCrmServiceIndividualsByIdResponse, GetApiCrmServiceIndividualsData, GetApiCrmServiceIndividualsResponse, GetApiCrmServiceIndividualsByIdAffiliationsData, GetApiCrmServiceIndividualsByIdAffiliationsResponse, GetApiCrmServiceMerchantsData, GetApiCrmServiceMerchantsResponse, GetApiCrmServiceMerchantsByIdData, GetApiCrmServiceMerchantsByIdResponse, PutApiCrmServiceMerchantsByIdData, PutApiCrmServiceMerchantsByIdResponse, GetApiCrmServiceMerchantsByIdDetailData, GetApiCrmServiceMerchantsByIdDetailResponse, GetApiCrmServiceMerchantsByIdSubMerchantsData, GetApiCrmServiceMerchantsByIdSubMerchantsResponse, PostApiCrmServiceMerchantsWithComponentsData, PostApiCrmServiceMerchantsWithComponentsResponse, DeleteApiCrmServiceMerchantsByIdWithComponentsData, DeleteApiCrmServiceMerchantsByIdWithComponentsResponse, GetApiCrmServiceMerchantsByIdAffiliationsData, GetApiCrmServiceMerchantsByIdAffiliationsResponse, PostApiCrmServiceMerchantsByIdAffiliationsData, PostApiCrmServiceMerchantsByIdAffiliationsResponse, DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData, PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdResponse, PostApiCrmServiceMerchantsBulkProductGroupMerchantsData, PostApiCrmServiceMerchantsBulkProductGroupMerchantsResponse, GetApiCrmServiceMerchantsByIdTelephonesData, GetApiCrmServiceMerchantsByIdTelephonesResponse, PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdData, PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdResponse, GetApiCrmServiceMerchantsByIdAddressesData, GetApiCrmServiceMerchantsByIdAddressesResponse, PutApiCrmServiceMerchantsByIdAddressesByAddressIdData, PutApiCrmServiceMerchantsByIdAddressesByAddressIdResponse, GetApiCrmServiceMerchantsByIdEmailsData, GetApiCrmServiceMerchantsByIdEmailsResponse, PutApiCrmServiceMerchantsByIdEmailsByEmailIdData, PutApiCrmServiceMerchantsByIdEmailsByEmailIdResponse, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdData, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdResponse, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdData, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdResponse, GetIntegrationApiMerchantsByIdBasicInformationData, GetIntegrationApiMerchantsByIdBasicInformationResponse, GetIntegrationApiMerchantsInfoData, GetIntegrationApiMerchantsInfoResponse, GetIntegrationApiMerchantsByIdParentIdOrSelfIdData, GetIntegrationApiMerchantsByIdParentIdOrSelfIdResponse, GetIntegrationApiMerchantsByIdSubsData, GetIntegrationApiMerchantsByIdSubsResponse, GetIntegrationApiMerchantsNamesData, GetIntegrationApiMerchantsNamesResponse, GetIntegrationApiMerchantsByIdEnsureExistData, GetIntegrationApiMerchantsByIdEnsureExistResponse, GetIntegrationApiMerchantsEnsureExistManyData, GetIntegrationApiMerchantsEnsureExistManyResponse, GetIntegrationApiMerchantsData, GetIntegrationApiMerchantsResponse, GetIntegrationApiMerchantsByIdStoresData, GetIntegrationApiMerchantsByIdStoresResponse, GetIntegrationApiMerchantsByIdDetailData, GetIntegrationApiMerchantsByIdDetailResponse, GetIntegrationApiMerchantsDetailsListData, GetIntegrationApiMerchantsDetailsListResponse, PostApiCrmServiceOrganizationsWithComponentsData, PostApiCrmServiceOrganizationsWithComponentsResponse, GetApiCrmServiceOrganizationsData, GetApiCrmServiceOrganizationsResponse, GetApiCrmServiceRefundPointsData, GetApiCrmServiceRefundPointsResponse, GetApiCrmServiceRefundPointsAccessibleData, GetApiCrmServiceRefundPointsAccessibleResponse, GetApiCrmServiceRefundPointsByIdData, GetApiCrmServiceRefundPointsByIdResponse, GetApiCrmServiceRefundPointsByIdDetailData, GetApiCrmServiceRefundPointsByIdDetailResponse, GetApiCrmServiceRefundPointsByIdSubRefundPointsData, GetApiCrmServiceRefundPointsByIdSubRefundPointsResponse, PostApiCrmServiceRefundPointsWithComponentsData, PostApiCrmServiceRefundPointsWithComponentsResponse, DeleteApiCrmServiceRefundPointsByIdWithComponentsData, DeleteApiCrmServiceRefundPointsByIdWithComponentsResponse, PostApiCrmServiceRefundPointsByIdAffiliationsData, PostApiCrmServiceRefundPointsByIdAffiliationsResponse, GetApiCrmServiceRefundPointsByIdAffiliationsData, GetApiCrmServiceRefundPointsByIdAffiliationsResponse, DeleteApiCrmServiceRefundPointsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceRefundPointsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdData, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdResponse, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdData, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdResponse, GetApiCrmServiceRefundPointsByIdAffiliatedIndividualData, GetApiCrmServiceRefundPointsByIdAffiliatedIndividualResponse, GetApiCrmServiceRefundPointsByIdAddressesData, GetApiCrmServiceRefundPointsByIdAddressesResponse, GetIntegrationApiRefundPointsByIdParentIdOrSelfIdData, GetIntegrationApiRefundPointsByIdParentIdOrSelfIdResponse, GetIntegrationApiRefundPointsData, GetIntegrationApiRefundPointsResponse, GetIntegrationApiRefundPointsByIdDetailForRefundData, GetIntegrationApiRefundPointsByIdDetailForRefundResponse, GetIntegrationApiRefundPointsRefundPointNamesData, GetIntegrationApiRefundPointsRefundPointNamesResponse, GetIntegrationApiRefundPointsByIdExistData, GetIntegrationApiRefundPointsByIdExistResponse, GetIntegrationApiRefundPointsByIdBasicInformationData, GetIntegrationApiRefundPointsByIdBasicInformationResponse, GetApiCrmServiceTaxFreesData, GetApiCrmServiceTaxFreesResponse, GetApiCrmServiceTaxFreesByIdDetailData, GetApiCrmServiceTaxFreesByIdDetailResponse, GetApiCrmServiceTaxFreesByIdSubTaxFreeData, GetApiCrmServiceTaxFreesByIdSubTaxFreeResponse, PostApiCrmServiceTaxFreesWithComponentsData, PostApiCrmServiceTaxFreesWithComponentsResponse, DeleteApiCrmServiceTaxFreesByIdWithComponentsData, DeleteApiCrmServiceTaxFreesByIdWithComponentsResponse, PostApiCrmServiceTaxFreesByIdAffiliationsData, PostApiCrmServiceTaxFreesByIdAffiliationsResponse, GetApiCrmServiceTaxFreesByIdAffiliationsData, GetApiCrmServiceTaxFreesByIdAffiliationsResponse, DeleteApiCrmServiceTaxFreesByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceTaxFreesByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdData, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdData, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsData, GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsResponse, GetApiCrmServiceTaxOfficesData, GetApiCrmServiceTaxOfficesResponse, GetApiCrmServiceTaxOfficesByIdData, GetApiCrmServiceTaxOfficesByIdResponse, GetApiCrmServiceTaxOfficesByIdDetailData, GetApiCrmServiceTaxOfficesByIdDetailResponse, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesData, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesResponse, PostApiCrmServiceTaxOfficesWithComponentsData, PostApiCrmServiceTaxOfficesWithComponentsResponse, DeleteApiCrmServiceTaxOfficesByIdWithComponentsData, DeleteApiCrmServiceTaxOfficesByIdWithComponentsResponse, PostApiCrmServiceTaxOfficesByIdAffiliationsData, PostApiCrmServiceTaxOfficesByIdAffiliationsResponse, GetApiCrmServiceTaxOfficesByIdAffiliationsData, GetApiCrmServiceTaxOfficesByIdAffiliationsResponse, DeleteApiCrmServiceTaxOfficesByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceTaxOfficesByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdData, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdData, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsData, GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsResponse, GetIntegrationApiTaxOfficesByIdData, GetIntegrationApiTaxOfficesByIdResponse, GetIntegrationApiTaxOfficesByIdAnyData, GetIntegrationApiTaxOfficesByIdAnyResponse } from './types.gen';
|
|
5
|
+
import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiCrmServiceAffiliationCodesData, GetApiCrmServiceAffiliationCodesResponse, PostApiCrmServiceAffiliationCodesData, PostApiCrmServiceAffiliationCodesResponse, GetApiCrmServiceAffiliationCodesByIdData, GetApiCrmServiceAffiliationCodesByIdResponse, PutApiCrmServiceAffiliationCodesByIdData, PutApiCrmServiceAffiliationCodesByIdResponse, DeleteApiCrmServiceAffiliationCodesByIdData, DeleteApiCrmServiceAffiliationCodesByIdResponse, PostApiCrmServiceAffiliationCodesByIdTranslationData, PostApiCrmServiceAffiliationCodesByIdTranslationResponse, PutApiCrmServiceAffiliationCodesByIdTranslationData, PutApiCrmServiceAffiliationCodesByIdTranslationResponse, GetApiCrmServiceAffiliationCodesByIdExistByIdAsyncData, GetApiCrmServiceAffiliationCodesByIdExistByIdAsyncResponse, GetApiCrmServiceCustomsData, GetApiCrmServiceCustomsResponse, GetApiCrmServiceCustomsByIdDetailData, GetApiCrmServiceCustomsByIdDetailResponse, GetApiCrmServiceCustomsByIdSubCustomsData, GetApiCrmServiceCustomsByIdSubCustomsResponse, PostApiCrmServiceCustomsWithComponentsData, PostApiCrmServiceCustomsWithComponentsResponse, DeleteApiCrmServiceCustomsByIdWithComponentsData, DeleteApiCrmServiceCustomsByIdWithComponentsResponse, PostApiCrmServiceCustomsByIdAffiliationsData, PostApiCrmServiceCustomsByIdAffiliationsResponse, GetApiCrmServiceCustomsByIdAffiliationsData, GetApiCrmServiceCustomsByIdAffiliationsResponse, DeleteApiCrmServiceCustomsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceCustomsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdData, PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceCustomsByIdAddressesByAddressIdData, PutApiCrmServiceCustomsByIdAddressesByAddressIdResponse, PutApiCrmServiceCustomsByIdEmailsByEmailIdData, PutApiCrmServiceCustomsByIdEmailsByEmailIdResponse, GetApiCrmServiceCustomsByIdAffilatedIndividualsData, GetApiCrmServiceCustomsByIdAffilatedIndividualsResponse, GetIntegrationApiCustomsByIdExistData, GetIntegrationApiCustomsByIdExistResponse, GetIntegrationApiCustomsNamesData, GetIntegrationApiCustomsNamesResponse, PostApiCrmServiceIndividualsWithComponentsData, PostApiCrmServiceIndividualsWithComponentsResponse, PostApiCrmServiceIndividualsByIdAbpUserAccountData, PostApiCrmServiceIndividualsByIdAbpUserAccountResponse, DeleteApiCrmServiceIndividualsByIdData, DeleteApiCrmServiceIndividualsByIdResponse, GetApiCrmServiceIndividualsByIdData, GetApiCrmServiceIndividualsByIdResponse, GetApiCrmServiceIndividualsData, GetApiCrmServiceIndividualsResponse, GetApiCrmServiceIndividualsByIdAffiliationsData, GetApiCrmServiceIndividualsByIdAffiliationsResponse, GetApiCrmServiceMerchantsData, GetApiCrmServiceMerchantsResponse, GetApiCrmServiceMerchantsByIdData, GetApiCrmServiceMerchantsByIdResponse, PutApiCrmServiceMerchantsByIdData, PutApiCrmServiceMerchantsByIdResponse, GetApiCrmServiceMerchantsByIdDetailData, GetApiCrmServiceMerchantsByIdDetailResponse, GetApiCrmServiceMerchantsByIdSubMerchantsData, GetApiCrmServiceMerchantsByIdSubMerchantsResponse, PostApiCrmServiceMerchantsWithComponentsData, PostApiCrmServiceMerchantsWithComponentsResponse, DeleteApiCrmServiceMerchantsByIdWithComponentsData, DeleteApiCrmServiceMerchantsByIdWithComponentsResponse, GetApiCrmServiceMerchantsByIdAffiliationsData, GetApiCrmServiceMerchantsByIdAffiliationsResponse, PostApiCrmServiceMerchantsByIdAffiliationsData, PostApiCrmServiceMerchantsByIdAffiliationsResponse, DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData, PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdResponse, PostApiCrmServiceMerchantsBulkProductGroupMerchantsData, PostApiCrmServiceMerchantsBulkProductGroupMerchantsResponse, GetApiCrmServiceMerchantsByIdTelephonesData, GetApiCrmServiceMerchantsByIdTelephonesResponse, PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdData, PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdResponse, GetApiCrmServiceMerchantsByIdAddressesData, GetApiCrmServiceMerchantsByIdAddressesResponse, PutApiCrmServiceMerchantsByIdAddressesByAddressIdData, PutApiCrmServiceMerchantsByIdAddressesByAddressIdResponse, GetApiCrmServiceMerchantsByIdEmailsData, GetApiCrmServiceMerchantsByIdEmailsResponse, PutApiCrmServiceMerchantsByIdEmailsByEmailIdData, PutApiCrmServiceMerchantsByIdEmailsByEmailIdResponse, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdData, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdResponse, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdData, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdResponse, PostApiCrmServiceMerchantsByIdProductGroupsData, PostApiCrmServiceMerchantsByIdProductGroupsResponse, DeleteApiCrmServiceMerchantsByIdProductGroupsData, DeleteApiCrmServiceMerchantsByIdProductGroupsResponse, PostApiCrmServiceMerchantsByIdProductGroupByProductGroupIdDefaultData, PostApiCrmServiceMerchantsByIdProductGroupByProductGroupIdDefaultResponse, GetApiCrmServiceMerchantsByIdProductGroupData, GetApiCrmServiceMerchantsByIdProductGroupResponse, GetIntegrationApiMerchantsByIdBasicInformationData, GetIntegrationApiMerchantsByIdBasicInformationResponse, GetIntegrationApiMerchantsInfoData, GetIntegrationApiMerchantsInfoResponse, GetIntegrationApiMerchantsByIdParentIdOrSelfIdData, GetIntegrationApiMerchantsByIdParentIdOrSelfIdResponse, GetIntegrationApiMerchantsByIdSubsData, GetIntegrationApiMerchantsByIdSubsResponse, GetIntegrationApiMerchantsNamesData, GetIntegrationApiMerchantsNamesResponse, GetIntegrationApiMerchantsByIdEnsureExistData, GetIntegrationApiMerchantsByIdEnsureExistResponse, GetIntegrationApiMerchantsEnsureExistManyData, GetIntegrationApiMerchantsEnsureExistManyResponse, GetIntegrationApiMerchantsData, GetIntegrationApiMerchantsResponse, GetIntegrationApiMerchantsByIdStoresData, GetIntegrationApiMerchantsByIdStoresResponse, GetIntegrationApiMerchantsByIdDetailData, GetIntegrationApiMerchantsByIdDetailResponse, GetIntegrationApiMerchantsDetailsListData, GetIntegrationApiMerchantsDetailsListResponse, PostApiCrmServiceOrganizationsWithComponentsData, PostApiCrmServiceOrganizationsWithComponentsResponse, GetApiCrmServiceOrganizationsData, GetApiCrmServiceOrganizationsResponse, GetApiCrmServiceRefundPointsData, GetApiCrmServiceRefundPointsResponse, GetApiCrmServiceRefundPointsAccessibleData, GetApiCrmServiceRefundPointsAccessibleResponse, GetApiCrmServiceRefundPointsByIdData, GetApiCrmServiceRefundPointsByIdResponse, GetApiCrmServiceRefundPointsByIdDetailData, GetApiCrmServiceRefundPointsByIdDetailResponse, GetApiCrmServiceRefundPointsByIdSubRefundPointsData, GetApiCrmServiceRefundPointsByIdSubRefundPointsResponse, PostApiCrmServiceRefundPointsWithComponentsData, PostApiCrmServiceRefundPointsWithComponentsResponse, DeleteApiCrmServiceRefundPointsByIdWithComponentsData, DeleteApiCrmServiceRefundPointsByIdWithComponentsResponse, PostApiCrmServiceRefundPointsByIdAffiliationsData, PostApiCrmServiceRefundPointsByIdAffiliationsResponse, GetApiCrmServiceRefundPointsByIdAffiliationsData, GetApiCrmServiceRefundPointsByIdAffiliationsResponse, DeleteApiCrmServiceRefundPointsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceRefundPointsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdData, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdResponse, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdData, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdResponse, GetApiCrmServiceRefundPointsByIdAffiliatedIndividualData, GetApiCrmServiceRefundPointsByIdAffiliatedIndividualResponse, GetApiCrmServiceRefundPointsByIdAddressesData, GetApiCrmServiceRefundPointsByIdAddressesResponse, GetIntegrationApiRefundPointsByIdParentIdOrSelfIdData, GetIntegrationApiRefundPointsByIdParentIdOrSelfIdResponse, GetIntegrationApiRefundPointsData, GetIntegrationApiRefundPointsResponse, GetIntegrationApiRefundPointsByIdDetailForRefundData, GetIntegrationApiRefundPointsByIdDetailForRefundResponse, GetIntegrationApiRefundPointsRefundPointNamesData, GetIntegrationApiRefundPointsRefundPointNamesResponse, GetIntegrationApiRefundPointsByIdExistData, GetIntegrationApiRefundPointsByIdExistResponse, GetIntegrationApiRefundPointsByIdBasicInformationData, GetIntegrationApiRefundPointsByIdBasicInformationResponse, GetApiCrmServiceTaxFreesData, GetApiCrmServiceTaxFreesResponse, GetApiCrmServiceTaxFreesByIdDetailData, GetApiCrmServiceTaxFreesByIdDetailResponse, GetApiCrmServiceTaxFreesByIdSubTaxFreeData, GetApiCrmServiceTaxFreesByIdSubTaxFreeResponse, PostApiCrmServiceTaxFreesWithComponentsData, PostApiCrmServiceTaxFreesWithComponentsResponse, DeleteApiCrmServiceTaxFreesByIdWithComponentsData, DeleteApiCrmServiceTaxFreesByIdWithComponentsResponse, PostApiCrmServiceTaxFreesByIdAffiliationsData, PostApiCrmServiceTaxFreesByIdAffiliationsResponse, GetApiCrmServiceTaxFreesByIdAffiliationsData, GetApiCrmServiceTaxFreesByIdAffiliationsResponse, DeleteApiCrmServiceTaxFreesByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceTaxFreesByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdData, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdData, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsData, GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsResponse, GetApiCrmServiceTaxOfficesData, GetApiCrmServiceTaxOfficesResponse, GetApiCrmServiceTaxOfficesByIdData, GetApiCrmServiceTaxOfficesByIdResponse, GetApiCrmServiceTaxOfficesByIdDetailData, GetApiCrmServiceTaxOfficesByIdDetailResponse, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesData, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesResponse, PostApiCrmServiceTaxOfficesWithComponentsData, PostApiCrmServiceTaxOfficesWithComponentsResponse, DeleteApiCrmServiceTaxOfficesByIdWithComponentsData, DeleteApiCrmServiceTaxOfficesByIdWithComponentsResponse, PostApiCrmServiceTaxOfficesByIdAffiliationsData, PostApiCrmServiceTaxOfficesByIdAffiliationsResponse, GetApiCrmServiceTaxOfficesByIdAffiliationsData, GetApiCrmServiceTaxOfficesByIdAffiliationsResponse, DeleteApiCrmServiceTaxOfficesByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceTaxOfficesByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdData, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdData, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsData, GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsResponse, GetIntegrationApiTaxOfficesByIdData, GetIntegrationApiTaxOfficesByIdResponse, GetIntegrationApiTaxOfficesByIdAnyData, GetIntegrationApiTaxOfficesByIdAnyResponse } from './types.gen';
|
|
6
6
|
|
|
7
7
|
export class AbpApiDefinitionService {
|
|
8
8
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
@@ -1490,6 +1490,110 @@ export class MerchantService {
|
|
|
1490
1490
|
});
|
|
1491
1491
|
}
|
|
1492
1492
|
|
|
1493
|
+
/**
|
|
1494
|
+
* @param data The data for the request.
|
|
1495
|
+
* @param data.id
|
|
1496
|
+
* @param data.requestBody
|
|
1497
|
+
* @returns unknown Success
|
|
1498
|
+
* @throws ApiError
|
|
1499
|
+
*/
|
|
1500
|
+
public postApiCrmServiceMerchantsByIdProductGroups(data: PostApiCrmServiceMerchantsByIdProductGroupsData): CancelablePromise<PostApiCrmServiceMerchantsByIdProductGroupsResponse> {
|
|
1501
|
+
return this.httpRequest.request({
|
|
1502
|
+
method: 'POST',
|
|
1503
|
+
url: '/api/crm-service/merchants/{id}/product-groups',
|
|
1504
|
+
path: {
|
|
1505
|
+
id: data.id
|
|
1506
|
+
},
|
|
1507
|
+
body: data.requestBody,
|
|
1508
|
+
mediaType: 'application/json',
|
|
1509
|
+
errors: {
|
|
1510
|
+
400: 'Bad Request',
|
|
1511
|
+
401: 'Unauthorized',
|
|
1512
|
+
403: 'Forbidden',
|
|
1513
|
+
404: 'Not Found',
|
|
1514
|
+
500: 'Server Error',
|
|
1515
|
+
501: 'Server Error'
|
|
1516
|
+
}
|
|
1517
|
+
});
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
/**
|
|
1521
|
+
* @param data The data for the request.
|
|
1522
|
+
* @param data.id
|
|
1523
|
+
* @param data.requestBody
|
|
1524
|
+
* @returns unknown Success
|
|
1525
|
+
* @throws ApiError
|
|
1526
|
+
*/
|
|
1527
|
+
public deleteApiCrmServiceMerchantsByIdProductGroups(data: DeleteApiCrmServiceMerchantsByIdProductGroupsData): CancelablePromise<DeleteApiCrmServiceMerchantsByIdProductGroupsResponse> {
|
|
1528
|
+
return this.httpRequest.request({
|
|
1529
|
+
method: 'DELETE',
|
|
1530
|
+
url: '/api/crm-service/merchants/{id}/product-groups',
|
|
1531
|
+
path: {
|
|
1532
|
+
id: data.id
|
|
1533
|
+
},
|
|
1534
|
+
body: data.requestBody,
|
|
1535
|
+
mediaType: 'application/json',
|
|
1536
|
+
errors: {
|
|
1537
|
+
400: 'Bad Request',
|
|
1538
|
+
401: 'Unauthorized',
|
|
1539
|
+
403: 'Forbidden',
|
|
1540
|
+
404: 'Not Found',
|
|
1541
|
+
500: 'Server Error',
|
|
1542
|
+
501: 'Server Error'
|
|
1543
|
+
}
|
|
1544
|
+
});
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
/**
|
|
1548
|
+
* @param data The data for the request.
|
|
1549
|
+
* @param data.id
|
|
1550
|
+
* @param data.productGroupId
|
|
1551
|
+
* @returns unknown Success
|
|
1552
|
+
* @throws ApiError
|
|
1553
|
+
*/
|
|
1554
|
+
public postApiCrmServiceMerchantsByIdProductGroupByProductGroupIdDefault(data: PostApiCrmServiceMerchantsByIdProductGroupByProductGroupIdDefaultData): CancelablePromise<PostApiCrmServiceMerchantsByIdProductGroupByProductGroupIdDefaultResponse> {
|
|
1555
|
+
return this.httpRequest.request({
|
|
1556
|
+
method: 'POST',
|
|
1557
|
+
url: '/api/crm-service/merchants/{id}/product-group/{productGroupId}/default',
|
|
1558
|
+
path: {
|
|
1559
|
+
id: data.id,
|
|
1560
|
+
productGroupId: data.productGroupId
|
|
1561
|
+
},
|
|
1562
|
+
errors: {
|
|
1563
|
+
400: 'Bad Request',
|
|
1564
|
+
401: 'Unauthorized',
|
|
1565
|
+
403: 'Forbidden',
|
|
1566
|
+
404: 'Not Found',
|
|
1567
|
+
500: 'Server Error',
|
|
1568
|
+
501: 'Server Error'
|
|
1569
|
+
}
|
|
1570
|
+
});
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1573
|
+
/**
|
|
1574
|
+
* @param data The data for the request.
|
|
1575
|
+
* @param data.id
|
|
1576
|
+
* @returns unknown Success
|
|
1577
|
+
* @throws ApiError
|
|
1578
|
+
*/
|
|
1579
|
+
public getApiCrmServiceMerchantsByIdProductGroup(data: GetApiCrmServiceMerchantsByIdProductGroupData): CancelablePromise<GetApiCrmServiceMerchantsByIdProductGroupResponse> {
|
|
1580
|
+
return this.httpRequest.request({
|
|
1581
|
+
method: 'GET',
|
|
1582
|
+
url: '/api/crm-service/merchants/{id}/product-group',
|
|
1583
|
+
path: {
|
|
1584
|
+
id: data.id
|
|
1585
|
+
},
|
|
1586
|
+
errors: {
|
|
1587
|
+
400: 'Bad Request',
|
|
1588
|
+
401: 'Unauthorized',
|
|
1589
|
+
403: 'Forbidden',
|
|
1590
|
+
404: 'Not Found',
|
|
1591
|
+
500: 'Server Error',
|
|
1592
|
+
501: 'Server Error'
|
|
1593
|
+
}
|
|
1594
|
+
});
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1493
1597
|
}
|
|
1494
1598
|
|
|
1495
1599
|
export class MerchantIntegrationService {
|
package/CRMService/types.gen.ts
CHANGED
|
@@ -23,11 +23,12 @@ export type PagedResultDto_AffiliationCodeDto = {
|
|
|
23
23
|
export type PagedResultDto_AffiliationTypeDetailDto = {
|
|
24
24
|
items?: Array<{
|
|
25
25
|
id?: string;
|
|
26
|
+
partyId: string;
|
|
26
27
|
name: string;
|
|
27
28
|
codeId: number;
|
|
28
29
|
codeName: string;
|
|
29
30
|
entityInformationTypeCode: 'INDIVIDUAL' | 'ORGANIZATION';
|
|
30
|
-
|
|
31
|
+
abpUserId?: (string) | null;
|
|
31
32
|
email: string;
|
|
32
33
|
telephone: string;
|
|
33
34
|
}> | null;
|
|
@@ -204,11 +205,12 @@ export type UniRefund_CRMService_AffiliationCodes_UpdateAffiliationCodeDto = {
|
|
|
204
205
|
|
|
205
206
|
export type UniRefund_CRMService_AffiliationTypes_AffiliationTypeDetailDto = {
|
|
206
207
|
id?: string;
|
|
208
|
+
partyId: string;
|
|
207
209
|
name: string;
|
|
208
210
|
codeId: number;
|
|
209
211
|
codeName: string;
|
|
210
212
|
entityInformationTypeCode: 'INDIVIDUAL' | 'ORGANIZATION';
|
|
211
|
-
|
|
213
|
+
abpUserId?: (string) | null;
|
|
212
214
|
email: string;
|
|
213
215
|
telephone: string;
|
|
214
216
|
};
|
|
@@ -351,7 +353,7 @@ export type UniRefund_CRMService_ContactInformationTypes_CreateContactInformatio
|
|
|
351
353
|
} | null;
|
|
352
354
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
353
355
|
addressLine: string;
|
|
354
|
-
postalCode
|
|
356
|
+
postalCode?: (string) | null;
|
|
355
357
|
primaryFlag?: boolean;
|
|
356
358
|
countryId: string;
|
|
357
359
|
regionId?: (string) | null;
|
|
@@ -402,7 +404,7 @@ export type UniRefund_CRMService_Customss_CreateCustomsDto = {
|
|
|
402
404
|
} | null;
|
|
403
405
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
404
406
|
addressLine: string;
|
|
405
|
-
postalCode
|
|
407
|
+
postalCode?: (string) | null;
|
|
406
408
|
primaryFlag?: boolean;
|
|
407
409
|
countryId: string;
|
|
408
410
|
regionId?: (string) | null;
|
|
@@ -454,7 +456,7 @@ export type UniRefund_CRMService_Customss_CreateCustomsEntityInformationTypeDto
|
|
|
454
456
|
} | null;
|
|
455
457
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
456
458
|
addressLine: string;
|
|
457
|
-
postalCode
|
|
459
|
+
postalCode?: (string) | null;
|
|
458
460
|
primaryFlag?: boolean;
|
|
459
461
|
countryId: string;
|
|
460
462
|
regionId?: (string) | null;
|
|
@@ -499,7 +501,7 @@ export type UniRefund_CRMService_Customss_CreateCustomsOrganizationDto = {
|
|
|
499
501
|
} | null;
|
|
500
502
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
501
503
|
addressLine: string;
|
|
502
|
-
postalCode
|
|
504
|
+
postalCode?: (string) | null;
|
|
503
505
|
primaryFlag?: boolean;
|
|
504
506
|
countryId: string;
|
|
505
507
|
regionId?: (string) | null;
|
|
@@ -1049,7 +1051,7 @@ export type UniRefund_CRMService_Individuals_CreateIndividualDto = {
|
|
|
1049
1051
|
} | null;
|
|
1050
1052
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
1051
1053
|
addressLine: string;
|
|
1052
|
-
postalCode
|
|
1054
|
+
postalCode?: (string) | null;
|
|
1053
1055
|
primaryFlag?: boolean;
|
|
1054
1056
|
countryId: string;
|
|
1055
1057
|
regionId?: (string) | null;
|
|
@@ -1403,7 +1405,7 @@ export type UniRefund_CRMService_Merchants_CreateMerchantDto = {
|
|
|
1403
1405
|
} | null;
|
|
1404
1406
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
1405
1407
|
addressLine: string;
|
|
1406
|
-
postalCode
|
|
1408
|
+
postalCode?: (string) | null;
|
|
1407
1409
|
primaryFlag?: boolean;
|
|
1408
1410
|
countryId: string;
|
|
1409
1411
|
regionId?: (string) | null;
|
|
@@ -1427,7 +1429,7 @@ export type UniRefund_CRMService_Merchants_CreateMerchantDto = {
|
|
|
1427
1429
|
[key: string]: unknown;
|
|
1428
1430
|
} | null;
|
|
1429
1431
|
name: string;
|
|
1430
|
-
legalStatusCode
|
|
1432
|
+
legalStatusCode?: (string) | null;
|
|
1431
1433
|
contactInformations: Array<{
|
|
1432
1434
|
readonly extraProperties?: {
|
|
1433
1435
|
[key: string]: unknown;
|
|
@@ -1448,7 +1450,7 @@ export type UniRefund_CRMService_Merchants_CreateMerchantDto = {
|
|
|
1448
1450
|
} | null;
|
|
1449
1451
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
1450
1452
|
addressLine: string;
|
|
1451
|
-
postalCode
|
|
1453
|
+
postalCode?: (string) | null;
|
|
1452
1454
|
primaryFlag?: boolean;
|
|
1453
1455
|
countryId: string;
|
|
1454
1456
|
regionId?: (string) | null;
|
|
@@ -1518,7 +1520,7 @@ export type UniRefund_CRMService_Merchants_CreateMerchantEntityInformationTypeDt
|
|
|
1518
1520
|
} | null;
|
|
1519
1521
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
1520
1522
|
addressLine: string;
|
|
1521
|
-
postalCode
|
|
1523
|
+
postalCode?: (string) | null;
|
|
1522
1524
|
primaryFlag?: boolean;
|
|
1523
1525
|
countryId: string;
|
|
1524
1526
|
regionId?: (string) | null;
|
|
@@ -1542,7 +1544,7 @@ export type UniRefund_CRMService_Merchants_CreateMerchantEntityInformationTypeDt
|
|
|
1542
1544
|
[key: string]: unknown;
|
|
1543
1545
|
} | null;
|
|
1544
1546
|
name: string;
|
|
1545
|
-
legalStatusCode
|
|
1547
|
+
legalStatusCode?: (string) | null;
|
|
1546
1548
|
contactInformations: Array<{
|
|
1547
1549
|
readonly extraProperties?: {
|
|
1548
1550
|
[key: string]: unknown;
|
|
@@ -1563,7 +1565,7 @@ export type UniRefund_CRMService_Merchants_CreateMerchantEntityInformationTypeDt
|
|
|
1563
1565
|
} | null;
|
|
1564
1566
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
1565
1567
|
addressLine: string;
|
|
1566
|
-
postalCode
|
|
1568
|
+
postalCode?: (string) | null;
|
|
1567
1569
|
primaryFlag?: boolean;
|
|
1568
1570
|
countryId: string;
|
|
1569
1571
|
regionId?: (string) | null;
|
|
@@ -1588,7 +1590,7 @@ export type UniRefund_CRMService_Merchants_CreateMerchantOrgnaizationDto = {
|
|
|
1588
1590
|
[key: string]: unknown;
|
|
1589
1591
|
} | null;
|
|
1590
1592
|
name: string;
|
|
1591
|
-
legalStatusCode
|
|
1593
|
+
legalStatusCode?: (string) | null;
|
|
1592
1594
|
contactInformations: Array<{
|
|
1593
1595
|
readonly extraProperties?: {
|
|
1594
1596
|
[key: string]: unknown;
|
|
@@ -1609,7 +1611,7 @@ export type UniRefund_CRMService_Merchants_CreateMerchantOrgnaizationDto = {
|
|
|
1609
1611
|
} | null;
|
|
1610
1612
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
1611
1613
|
addressLine: string;
|
|
1612
|
-
postalCode
|
|
1614
|
+
postalCode?: (string) | null;
|
|
1613
1615
|
primaryFlag?: boolean;
|
|
1614
1616
|
countryId: string;
|
|
1615
1617
|
regionId?: (string) | null;
|
|
@@ -2289,7 +2291,7 @@ export type UniRefund_CRMService_Organizations_CreateOrganizationDto = {
|
|
|
2289
2291
|
[key: string]: unknown;
|
|
2290
2292
|
} | null;
|
|
2291
2293
|
name: string;
|
|
2292
|
-
legalStatusCode
|
|
2294
|
+
legalStatusCode?: (string) | null;
|
|
2293
2295
|
contactInformations?: Array<{
|
|
2294
2296
|
readonly extraProperties?: {
|
|
2295
2297
|
[key: string]: unknown;
|
|
@@ -2310,7 +2312,7 @@ export type UniRefund_CRMService_Organizations_CreateOrganizationDto = {
|
|
|
2310
2312
|
} | null;
|
|
2311
2313
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
2312
2314
|
addressLine: string;
|
|
2313
|
-
postalCode
|
|
2315
|
+
postalCode?: (string) | null;
|
|
2314
2316
|
primaryFlag?: boolean;
|
|
2315
2317
|
countryId: string;
|
|
2316
2318
|
regionId?: (string) | null;
|
|
@@ -2517,7 +2519,7 @@ export type UniRefund_CRMService_RefundPoints_CreateRefundPointDto = {
|
|
|
2517
2519
|
} | null;
|
|
2518
2520
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
2519
2521
|
addressLine: string;
|
|
2520
|
-
postalCode
|
|
2522
|
+
postalCode?: (string) | null;
|
|
2521
2523
|
primaryFlag?: boolean;
|
|
2522
2524
|
countryId: string;
|
|
2523
2525
|
regionId?: (string) | null;
|
|
@@ -2566,7 +2568,7 @@ export type UniRefund_CRMService_RefundPoints_CreateRefundPointEntityInformation
|
|
|
2566
2568
|
} | null;
|
|
2567
2569
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
2568
2570
|
addressLine: string;
|
|
2569
|
-
postalCode
|
|
2571
|
+
postalCode?: (string) | null;
|
|
2570
2572
|
primaryFlag?: boolean;
|
|
2571
2573
|
countryId: string;
|
|
2572
2574
|
regionId?: (string) | null;
|
|
@@ -2608,7 +2610,7 @@ export type UniRefund_CRMService_RefundPoints_CreateRefundPointOrganizationDto =
|
|
|
2608
2610
|
} | null;
|
|
2609
2611
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
2610
2612
|
addressLine: string;
|
|
2611
|
-
postalCode
|
|
2613
|
+
postalCode?: (string) | null;
|
|
2612
2614
|
primaryFlag?: boolean;
|
|
2613
2615
|
countryId: string;
|
|
2614
2616
|
regionId?: (string) | null;
|
|
@@ -2916,7 +2918,7 @@ export type UniRefund_CRMService_TaxFrees_CreateTaxFreeDto = {
|
|
|
2916
2918
|
} | null;
|
|
2917
2919
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
2918
2920
|
addressLine: string;
|
|
2919
|
-
postalCode
|
|
2921
|
+
postalCode?: (string) | null;
|
|
2920
2922
|
primaryFlag?: boolean;
|
|
2921
2923
|
countryId: string;
|
|
2922
2924
|
regionId?: (string) | null;
|
|
@@ -2969,7 +2971,7 @@ export type UniRefund_CRMService_TaxFrees_CreateTaxFreeEntityInformationTypeDto
|
|
|
2969
2971
|
} | null;
|
|
2970
2972
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
2971
2973
|
addressLine: string;
|
|
2972
|
-
postalCode
|
|
2974
|
+
postalCode?: (string) | null;
|
|
2973
2975
|
primaryFlag?: boolean;
|
|
2974
2976
|
countryId: string;
|
|
2975
2977
|
regionId?: (string) | null;
|
|
@@ -3015,7 +3017,7 @@ export type UniRefund_CRMService_TaxFrees_CreateTaxFreeOrganizationDto = {
|
|
|
3015
3017
|
} | null;
|
|
3016
3018
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
3017
3019
|
addressLine: string;
|
|
3018
|
-
postalCode
|
|
3020
|
+
postalCode?: (string) | null;
|
|
3019
3021
|
primaryFlag?: boolean;
|
|
3020
3022
|
countryId: string;
|
|
3021
3023
|
regionId?: (string) | null;
|
|
@@ -3294,7 +3296,7 @@ export type UniRefund_CRMService_TaxOffices_CreateTaxOfficeDto = {
|
|
|
3294
3296
|
} | null;
|
|
3295
3297
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
3296
3298
|
addressLine: string;
|
|
3297
|
-
postalCode
|
|
3299
|
+
postalCode?: (string) | null;
|
|
3298
3300
|
primaryFlag?: boolean;
|
|
3299
3301
|
countryId: string;
|
|
3300
3302
|
regionId?: (string) | null;
|
|
@@ -3346,7 +3348,7 @@ export type UniRefund_CRMService_TaxOffices_CreateTaxOfficeEntityInformationType
|
|
|
3346
3348
|
} | null;
|
|
3347
3349
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
3348
3350
|
addressLine: string;
|
|
3349
|
-
postalCode
|
|
3351
|
+
postalCode?: (string) | null;
|
|
3350
3352
|
primaryFlag?: boolean;
|
|
3351
3353
|
countryId: string;
|
|
3352
3354
|
regionId?: (string) | null;
|
|
@@ -3391,7 +3393,7 @@ export type UniRefund_CRMService_TaxOffices_CreateTaxOfficeOrganizationDto = {
|
|
|
3391
3393
|
} | null;
|
|
3392
3394
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
3393
3395
|
addressLine: string;
|
|
3394
|
-
postalCode
|
|
3396
|
+
postalCode?: (string) | null;
|
|
3395
3397
|
primaryFlag?: boolean;
|
|
3396
3398
|
countryId: string;
|
|
3397
3399
|
regionId?: (string) | null;
|
|
@@ -3691,7 +3693,7 @@ export type UniRefund_LocationService_AddressCommonDatas_AddressCommonDataCreate
|
|
|
3691
3693
|
} | null;
|
|
3692
3694
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
3693
3695
|
addressLine: string;
|
|
3694
|
-
postalCode
|
|
3696
|
+
postalCode?: (string) | null;
|
|
3695
3697
|
primaryFlag?: boolean;
|
|
3696
3698
|
countryId: string;
|
|
3697
3699
|
regionId?: (string) | null;
|
|
@@ -3740,9 +3742,22 @@ export type UniRefund_LocationService_AddressCommonDatas_AddressCommonDataUpdate
|
|
|
3740
3742
|
|
|
3741
3743
|
export type UniRefund_LocationService_Enums_AddressType = 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
3742
3744
|
|
|
3745
|
+
export type UniRefund_SettingService_ProductGroupMerchants_CreateProductGroupMerchantBaseDto = {
|
|
3746
|
+
productGroupId: string;
|
|
3747
|
+
isDefault?: boolean;
|
|
3748
|
+
};
|
|
3749
|
+
|
|
3743
3750
|
export type UniRefund_SettingService_ProductGroupMerchants_CreateProductGroupMerchantDto = {
|
|
3751
|
+
productGroupId: string;
|
|
3752
|
+
isDefault?: boolean;
|
|
3744
3753
|
merchantId?: string;
|
|
3745
|
-
|
|
3754
|
+
};
|
|
3755
|
+
|
|
3756
|
+
export type UniRefund_SettingService_ProductGroupMerchants_ProductGroupMerchantRelationDto = {
|
|
3757
|
+
productGroupName: string;
|
|
3758
|
+
isDefault: boolean;
|
|
3759
|
+
isActive: boolean;
|
|
3760
|
+
isAssign: boolean;
|
|
3746
3761
|
};
|
|
3747
3762
|
|
|
3748
3763
|
export type UniRefund_SettingService_ProductGroups_CompanyTypeCode = 'GOVERNMENT' | 'TAXFREE' | 'CUSTOMS' | 'REFUNDPOINT' | 'MERCHANT' | 'EXCHANGE' | 'TOURGUIDE';
|
|
@@ -5632,7 +5647,7 @@ export type PostApiCrmServiceCustomsWithComponentsData = {
|
|
|
5632
5647
|
} | null;
|
|
5633
5648
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
5634
5649
|
addressLine: string;
|
|
5635
|
-
postalCode
|
|
5650
|
+
postalCode?: (string) | null;
|
|
5636
5651
|
primaryFlag?: boolean;
|
|
5637
5652
|
countryId: string;
|
|
5638
5653
|
regionId?: (string) | null;
|
|
@@ -5700,11 +5715,12 @@ export type GetApiCrmServiceCustomsByIdAffiliationsData = {
|
|
|
5700
5715
|
export type GetApiCrmServiceCustomsByIdAffiliationsResponse = ({
|
|
5701
5716
|
items?: Array<{
|
|
5702
5717
|
id?: string;
|
|
5718
|
+
partyId: string;
|
|
5703
5719
|
name: string;
|
|
5704
5720
|
codeId: number;
|
|
5705
5721
|
codeName: string;
|
|
5706
5722
|
entityInformationTypeCode: 'INDIVIDUAL' | 'ORGANIZATION';
|
|
5707
|
-
|
|
5723
|
+
abpUserId?: (string) | null;
|
|
5708
5724
|
email: string;
|
|
5709
5725
|
telephone: string;
|
|
5710
5726
|
}> | null;
|
|
@@ -5974,7 +5990,7 @@ export type PostApiCrmServiceIndividualsWithComponentsData = {
|
|
|
5974
5990
|
} | null;
|
|
5975
5991
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
5976
5992
|
addressLine: string;
|
|
5977
|
-
postalCode
|
|
5993
|
+
postalCode?: (string) | null;
|
|
5978
5994
|
primaryFlag?: boolean;
|
|
5979
5995
|
countryId: string;
|
|
5980
5996
|
regionId?: (string) | null;
|
|
@@ -6620,7 +6636,7 @@ export type PostApiCrmServiceMerchantsWithComponentsData = {
|
|
|
6620
6636
|
} | null;
|
|
6621
6637
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
6622
6638
|
addressLine: string;
|
|
6623
|
-
postalCode
|
|
6639
|
+
postalCode?: (string) | null;
|
|
6624
6640
|
primaryFlag?: boolean;
|
|
6625
6641
|
countryId: string;
|
|
6626
6642
|
regionId?: (string) | null;
|
|
@@ -6644,7 +6660,7 @@ export type PostApiCrmServiceMerchantsWithComponentsData = {
|
|
|
6644
6660
|
[key: string]: unknown;
|
|
6645
6661
|
} | null;
|
|
6646
6662
|
name: string;
|
|
6647
|
-
legalStatusCode
|
|
6663
|
+
legalStatusCode?: (string) | null;
|
|
6648
6664
|
contactInformations: Array<{
|
|
6649
6665
|
readonly extraProperties?: {
|
|
6650
6666
|
[key: string]: unknown;
|
|
@@ -6665,7 +6681,7 @@ export type PostApiCrmServiceMerchantsWithComponentsData = {
|
|
|
6665
6681
|
} | null;
|
|
6666
6682
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
6667
6683
|
addressLine: string;
|
|
6668
|
-
postalCode
|
|
6684
|
+
postalCode?: (string) | null;
|
|
6669
6685
|
primaryFlag?: boolean;
|
|
6670
6686
|
countryId: string;
|
|
6671
6687
|
regionId?: (string) | null;
|
|
@@ -6720,11 +6736,12 @@ export type GetApiCrmServiceMerchantsByIdAffiliationsData = {
|
|
|
6720
6736
|
export type GetApiCrmServiceMerchantsByIdAffiliationsResponse = ({
|
|
6721
6737
|
items?: Array<{
|
|
6722
6738
|
id?: string;
|
|
6739
|
+
partyId: string;
|
|
6723
6740
|
name: string;
|
|
6724
6741
|
codeId: number;
|
|
6725
6742
|
codeName: string;
|
|
6726
6743
|
entityInformationTypeCode: 'INDIVIDUAL' | 'ORGANIZATION';
|
|
6727
|
-
|
|
6744
|
+
abpUserId?: (string) | null;
|
|
6728
6745
|
email: string;
|
|
6729
6746
|
telephone: string;
|
|
6730
6747
|
}> | null;
|
|
@@ -6892,8 +6909,9 @@ export type PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdResponse =
|
|
|
6892
6909
|
|
|
6893
6910
|
export type PostApiCrmServiceMerchantsBulkProductGroupMerchantsData = {
|
|
6894
6911
|
requestBody?: Array<{
|
|
6912
|
+
productGroupId: string;
|
|
6913
|
+
isDefault?: boolean;
|
|
6895
6914
|
merchantId?: string;
|
|
6896
|
-
productGroupId?: string;
|
|
6897
6915
|
}>;
|
|
6898
6916
|
};
|
|
6899
6917
|
|
|
@@ -7134,6 +7152,41 @@ export type PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummary
|
|
|
7134
7152
|
individualId?: string;
|
|
7135
7153
|
});
|
|
7136
7154
|
|
|
7155
|
+
export type PostApiCrmServiceMerchantsByIdProductGroupsData = {
|
|
7156
|
+
id: string;
|
|
7157
|
+
requestBody?: Array<{
|
|
7158
|
+
productGroupId: string;
|
|
7159
|
+
isDefault?: boolean;
|
|
7160
|
+
}>;
|
|
7161
|
+
};
|
|
7162
|
+
|
|
7163
|
+
export type PostApiCrmServiceMerchantsByIdProductGroupsResponse = (unknown);
|
|
7164
|
+
|
|
7165
|
+
export type DeleteApiCrmServiceMerchantsByIdProductGroupsData = {
|
|
7166
|
+
id: string;
|
|
7167
|
+
requestBody?: Array<(string)>;
|
|
7168
|
+
};
|
|
7169
|
+
|
|
7170
|
+
export type DeleteApiCrmServiceMerchantsByIdProductGroupsResponse = (unknown);
|
|
7171
|
+
|
|
7172
|
+
export type PostApiCrmServiceMerchantsByIdProductGroupByProductGroupIdDefaultData = {
|
|
7173
|
+
id: string;
|
|
7174
|
+
productGroupId: string;
|
|
7175
|
+
};
|
|
7176
|
+
|
|
7177
|
+
export type PostApiCrmServiceMerchantsByIdProductGroupByProductGroupIdDefaultResponse = (unknown);
|
|
7178
|
+
|
|
7179
|
+
export type GetApiCrmServiceMerchantsByIdProductGroupData = {
|
|
7180
|
+
id: string;
|
|
7181
|
+
};
|
|
7182
|
+
|
|
7183
|
+
export type GetApiCrmServiceMerchantsByIdProductGroupResponse = (Array<{
|
|
7184
|
+
productGroupName: string;
|
|
7185
|
+
isDefault: boolean;
|
|
7186
|
+
isActive: boolean;
|
|
7187
|
+
isAssign: boolean;
|
|
7188
|
+
}>);
|
|
7189
|
+
|
|
7137
7190
|
export type GetIntegrationApiMerchantsByIdBasicInformationData = {
|
|
7138
7191
|
id: string;
|
|
7139
7192
|
};
|
|
@@ -7770,7 +7823,7 @@ export type PostApiCrmServiceOrganizationsWithComponentsData = {
|
|
|
7770
7823
|
[key: string]: unknown;
|
|
7771
7824
|
} | null;
|
|
7772
7825
|
name: string;
|
|
7773
|
-
legalStatusCode
|
|
7826
|
+
legalStatusCode?: (string) | null;
|
|
7774
7827
|
contactInformations?: Array<{
|
|
7775
7828
|
readonly extraProperties?: {
|
|
7776
7829
|
[key: string]: unknown;
|
|
@@ -7791,7 +7844,7 @@ export type PostApiCrmServiceOrganizationsWithComponentsData = {
|
|
|
7791
7844
|
} | null;
|
|
7792
7845
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
7793
7846
|
addressLine: string;
|
|
7794
|
-
postalCode
|
|
7847
|
+
postalCode?: (string) | null;
|
|
7795
7848
|
primaryFlag?: boolean;
|
|
7796
7849
|
countryId: string;
|
|
7797
7850
|
regionId?: (string) | null;
|
|
@@ -8170,7 +8223,7 @@ export type PostApiCrmServiceRefundPointsWithComponentsData = {
|
|
|
8170
8223
|
} | null;
|
|
8171
8224
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
8172
8225
|
addressLine: string;
|
|
8173
|
-
postalCode
|
|
8226
|
+
postalCode?: (string) | null;
|
|
8174
8227
|
primaryFlag?: boolean;
|
|
8175
8228
|
countryId: string;
|
|
8176
8229
|
regionId?: (string) | null;
|
|
@@ -8237,11 +8290,12 @@ export type GetApiCrmServiceRefundPointsByIdAffiliationsData = {
|
|
|
8237
8290
|
export type GetApiCrmServiceRefundPointsByIdAffiliationsResponse = ({
|
|
8238
8291
|
items?: Array<{
|
|
8239
8292
|
id?: string;
|
|
8293
|
+
partyId: string;
|
|
8240
8294
|
name: string;
|
|
8241
8295
|
codeId: number;
|
|
8242
8296
|
codeName: string;
|
|
8243
8297
|
entityInformationTypeCode: 'INDIVIDUAL' | 'ORGANIZATION';
|
|
8244
|
-
|
|
8298
|
+
abpUserId?: (string) | null;
|
|
8245
8299
|
email: string;
|
|
8246
8300
|
telephone: string;
|
|
8247
8301
|
}> | null;
|
|
@@ -8839,7 +8893,7 @@ export type PostApiCrmServiceTaxFreesWithComponentsData = {
|
|
|
8839
8893
|
} | null;
|
|
8840
8894
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
8841
8895
|
addressLine: string;
|
|
8842
|
-
postalCode
|
|
8896
|
+
postalCode?: (string) | null;
|
|
8843
8897
|
primaryFlag?: boolean;
|
|
8844
8898
|
countryId: string;
|
|
8845
8899
|
regionId?: (string) | null;
|
|
@@ -8908,11 +8962,12 @@ export type GetApiCrmServiceTaxFreesByIdAffiliationsData = {
|
|
|
8908
8962
|
export type GetApiCrmServiceTaxFreesByIdAffiliationsResponse = ({
|
|
8909
8963
|
items?: Array<{
|
|
8910
8964
|
id?: string;
|
|
8965
|
+
partyId: string;
|
|
8911
8966
|
name: string;
|
|
8912
8967
|
codeId: number;
|
|
8913
8968
|
codeName: string;
|
|
8914
8969
|
entityInformationTypeCode: 'INDIVIDUAL' | 'ORGANIZATION';
|
|
8915
|
-
|
|
8970
|
+
abpUserId?: (string) | null;
|
|
8916
8971
|
email: string;
|
|
8917
8972
|
telephone: string;
|
|
8918
8973
|
}> | null;
|
|
@@ -9424,7 +9479,7 @@ export type PostApiCrmServiceTaxOfficesWithComponentsData = {
|
|
|
9424
9479
|
} | null;
|
|
9425
9480
|
type: 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
9426
9481
|
addressLine: string;
|
|
9427
|
-
postalCode
|
|
9482
|
+
postalCode?: (string) | null;
|
|
9428
9483
|
primaryFlag?: boolean;
|
|
9429
9484
|
countryId: string;
|
|
9430
9485
|
regionId?: (string) | null;
|
|
@@ -9492,11 +9547,12 @@ export type GetApiCrmServiceTaxOfficesByIdAffiliationsData = {
|
|
|
9492
9547
|
export type GetApiCrmServiceTaxOfficesByIdAffiliationsResponse = ({
|
|
9493
9548
|
items?: Array<{
|
|
9494
9549
|
id?: string;
|
|
9550
|
+
partyId: string;
|
|
9495
9551
|
name: string;
|
|
9496
9552
|
codeId: number;
|
|
9497
9553
|
codeName: string;
|
|
9498
9554
|
entityInformationTypeCode: 'INDIVIDUAL' | 'ORGANIZATION';
|
|
9499
|
-
|
|
9555
|
+
abpUserId?: (string) | null;
|
|
9500
9556
|
email: string;
|
|
9501
9557
|
telephone: string;
|
|
9502
9558
|
}> | null;
|