@ayasofyazilim/saas 0.0.122 → 0.0.124
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 +354 -94
- package/CRMService/sdk.gen.ts +492 -25
- package/CRMService/types.gen.ts +4398 -2690
- package/package.json +1 -1
|
@@ -6,6 +6,7 @@ export const $PagedResultDto_AffiliationCodeDto = {
|
|
|
6
6
|
items: {
|
|
7
7
|
type: 'array',
|
|
8
8
|
items: {
|
|
9
|
+
required: ['entityPartyTypeCode', 'language', 'name', 'roleId', 'status'],
|
|
9
10
|
type: 'object',
|
|
10
11
|
properties: {
|
|
11
12
|
id: {
|
|
@@ -45,8 +46,8 @@ export const $PagedResultDto_AffiliationCodeDto = {
|
|
|
45
46
|
nullable: true
|
|
46
47
|
},
|
|
47
48
|
name: {
|
|
48
|
-
|
|
49
|
-
|
|
49
|
+
minLength: 1,
|
|
50
|
+
type: 'string'
|
|
50
51
|
},
|
|
51
52
|
description: {
|
|
52
53
|
type: 'string',
|
|
@@ -54,8 +55,7 @@ export const $PagedResultDto_AffiliationCodeDto = {
|
|
|
54
55
|
},
|
|
55
56
|
roleId: {
|
|
56
57
|
type: 'string',
|
|
57
|
-
format: 'uuid'
|
|
58
|
-
nullable: true
|
|
58
|
+
format: 'uuid'
|
|
59
59
|
},
|
|
60
60
|
status: {
|
|
61
61
|
enum: ['Waiting', 'Approved', 'Rejected'],
|
|
@@ -66,8 +66,8 @@ export const $PagedResultDto_AffiliationCodeDto = {
|
|
|
66
66
|
type: 'string'
|
|
67
67
|
},
|
|
68
68
|
language: {
|
|
69
|
-
|
|
70
|
-
|
|
69
|
+
minLength: 1,
|
|
70
|
+
type: 'string'
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
additionalProperties: false
|
|
@@ -205,6 +205,7 @@ export const $PagedResultDto_IndividualProfileDto = {
|
|
|
205
205
|
nullable: true
|
|
206
206
|
},
|
|
207
207
|
affiliationCode: {
|
|
208
|
+
required: ['entityPartyTypeCode', 'language', 'name', 'roleId', 'status'],
|
|
208
209
|
type: 'object',
|
|
209
210
|
properties: {
|
|
210
211
|
id: {
|
|
@@ -244,8 +245,8 @@ export const $PagedResultDto_IndividualProfileDto = {
|
|
|
244
245
|
nullable: true
|
|
245
246
|
},
|
|
246
247
|
name: {
|
|
247
|
-
|
|
248
|
-
|
|
248
|
+
minLength: 1,
|
|
249
|
+
type: 'string'
|
|
249
250
|
},
|
|
250
251
|
description: {
|
|
251
252
|
type: 'string',
|
|
@@ -253,8 +254,7 @@ export const $PagedResultDto_IndividualProfileDto = {
|
|
|
253
254
|
},
|
|
254
255
|
roleId: {
|
|
255
256
|
type: 'string',
|
|
256
|
-
format: 'uuid'
|
|
257
|
-
nullable: true
|
|
257
|
+
format: 'uuid'
|
|
258
258
|
},
|
|
259
259
|
status: {
|
|
260
260
|
enum: ['Waiting', 'Approved', 'Rejected'],
|
|
@@ -265,11 +265,16 @@ export const $PagedResultDto_IndividualProfileDto = {
|
|
|
265
265
|
type: 'string'
|
|
266
266
|
},
|
|
267
267
|
language: {
|
|
268
|
-
|
|
269
|
-
|
|
268
|
+
minLength: 1,
|
|
269
|
+
type: 'string'
|
|
270
270
|
}
|
|
271
271
|
},
|
|
272
272
|
additionalProperties: false
|
|
273
|
+
},
|
|
274
|
+
abpUserId: {
|
|
275
|
+
type: 'string',
|
|
276
|
+
format: 'uuid',
|
|
277
|
+
nullable: true
|
|
273
278
|
}
|
|
274
279
|
},
|
|
275
280
|
additionalProperties: false
|
|
@@ -367,6 +372,7 @@ export const $PagedResultDto_OrganizationProfileDto = {
|
|
|
367
372
|
nullable: true
|
|
368
373
|
},
|
|
369
374
|
affiliationCode: {
|
|
375
|
+
required: ['entityPartyTypeCode', 'language', 'name', 'roleId', 'status'],
|
|
370
376
|
type: 'object',
|
|
371
377
|
properties: {
|
|
372
378
|
id: {
|
|
@@ -406,8 +412,8 @@ export const $PagedResultDto_OrganizationProfileDto = {
|
|
|
406
412
|
nullable: true
|
|
407
413
|
},
|
|
408
414
|
name: {
|
|
409
|
-
|
|
410
|
-
|
|
415
|
+
minLength: 1,
|
|
416
|
+
type: 'string'
|
|
411
417
|
},
|
|
412
418
|
description: {
|
|
413
419
|
type: 'string',
|
|
@@ -415,8 +421,7 @@ export const $PagedResultDto_OrganizationProfileDto = {
|
|
|
415
421
|
},
|
|
416
422
|
roleId: {
|
|
417
423
|
type: 'string',
|
|
418
|
-
format: 'uuid'
|
|
419
|
-
nullable: true
|
|
424
|
+
format: 'uuid'
|
|
420
425
|
},
|
|
421
426
|
status: {
|
|
422
427
|
enum: ['Waiting', 'Approved', 'Rejected'],
|
|
@@ -427,8 +432,8 @@ export const $PagedResultDto_OrganizationProfileDto = {
|
|
|
427
432
|
type: 'string'
|
|
428
433
|
},
|
|
429
434
|
language: {
|
|
430
|
-
|
|
431
|
-
|
|
435
|
+
minLength: 1,
|
|
436
|
+
type: 'string'
|
|
432
437
|
}
|
|
433
438
|
},
|
|
434
439
|
additionalProperties: false
|
|
@@ -626,6 +631,7 @@ export const $UniRefund_CRMService_AddressTypes_AddressTypeDto = {
|
|
|
626
631
|
} as const;
|
|
627
632
|
|
|
628
633
|
export const $UniRefund_CRMService_AffiliationCodes_AffiliationCodeDto = {
|
|
634
|
+
required: ['entityPartyTypeCode', 'language', 'name', 'roleId', 'status'],
|
|
629
635
|
type: 'object',
|
|
630
636
|
properties: {
|
|
631
637
|
id: {
|
|
@@ -665,8 +671,8 @@ export const $UniRefund_CRMService_AffiliationCodes_AffiliationCodeDto = {
|
|
|
665
671
|
nullable: true
|
|
666
672
|
},
|
|
667
673
|
name: {
|
|
668
|
-
|
|
669
|
-
|
|
674
|
+
minLength: 1,
|
|
675
|
+
type: 'string'
|
|
670
676
|
},
|
|
671
677
|
description: {
|
|
672
678
|
type: 'string',
|
|
@@ -674,8 +680,7 @@ export const $UniRefund_CRMService_AffiliationCodes_AffiliationCodeDto = {
|
|
|
674
680
|
},
|
|
675
681
|
roleId: {
|
|
676
682
|
type: 'string',
|
|
677
|
-
format: 'uuid'
|
|
678
|
-
nullable: true
|
|
683
|
+
format: 'uuid'
|
|
679
684
|
},
|
|
680
685
|
status: {
|
|
681
686
|
enum: ['Waiting', 'Approved', 'Rejected'],
|
|
@@ -686,8 +691,8 @@ export const $UniRefund_CRMService_AffiliationCodes_AffiliationCodeDto = {
|
|
|
686
691
|
type: 'string'
|
|
687
692
|
},
|
|
688
693
|
language: {
|
|
689
|
-
|
|
690
|
-
|
|
694
|
+
minLength: 1,
|
|
695
|
+
type: 'string'
|
|
691
696
|
}
|
|
692
697
|
},
|
|
693
698
|
additionalProperties: false
|
|
@@ -699,7 +704,7 @@ export const $UniRefund_CRMService_AffiliationCodes_AffiliationCodeStatus = {
|
|
|
699
704
|
} as const;
|
|
700
705
|
|
|
701
706
|
export const $UniRefund_CRMService_AffiliationCodes_CreateAffiliationCodeDto = {
|
|
702
|
-
required: ['entityPartyTypeCode', 'name', 'status'],
|
|
707
|
+
required: ['entityPartyTypeCode', 'name', 'roleId', 'status'],
|
|
703
708
|
type: 'object',
|
|
704
709
|
properties: {
|
|
705
710
|
name: {
|
|
@@ -712,8 +717,7 @@ export const $UniRefund_CRMService_AffiliationCodes_CreateAffiliationCodeDto = {
|
|
|
712
717
|
},
|
|
713
718
|
roleId: {
|
|
714
719
|
type: 'string',
|
|
715
|
-
format: 'uuid'
|
|
716
|
-
nullable: true
|
|
720
|
+
format: 'uuid'
|
|
717
721
|
},
|
|
718
722
|
status: {
|
|
719
723
|
enum: ['Waiting', 'Approved', 'Rejected'],
|
|
@@ -744,7 +748,7 @@ export const $UniRefund_CRMService_AffiliationCodes_CreateUpdateAffiliationCodeT
|
|
|
744
748
|
} as const;
|
|
745
749
|
|
|
746
750
|
export const $UniRefund_CRMService_AffiliationCodes_UpdateAffiliationCodeDto = {
|
|
747
|
-
required: ['entityPartyTypeCode', 'name', 'status'],
|
|
751
|
+
required: ['entityPartyTypeCode', 'name', 'roleId', 'status'],
|
|
748
752
|
type: 'object',
|
|
749
753
|
properties: {
|
|
750
754
|
name: {
|
|
@@ -757,8 +761,7 @@ export const $UniRefund_CRMService_AffiliationCodes_UpdateAffiliationCodeDto = {
|
|
|
757
761
|
},
|
|
758
762
|
roleId: {
|
|
759
763
|
type: 'string',
|
|
760
|
-
format: 'uuid'
|
|
761
|
-
nullable: true
|
|
764
|
+
format: 'uuid'
|
|
762
765
|
},
|
|
763
766
|
status: {
|
|
764
767
|
enum: ['Waiting', 'Approved', 'Rejected'],
|
|
@@ -862,6 +865,7 @@ export const $UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto = {
|
|
|
862
865
|
nullable: true
|
|
863
866
|
},
|
|
864
867
|
affiliationCode: {
|
|
868
|
+
required: ['entityPartyTypeCode', 'language', 'name', 'roleId', 'status'],
|
|
865
869
|
type: 'object',
|
|
866
870
|
properties: {
|
|
867
871
|
id: {
|
|
@@ -901,8 +905,8 @@ export const $UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto = {
|
|
|
901
905
|
nullable: true
|
|
902
906
|
},
|
|
903
907
|
name: {
|
|
904
|
-
|
|
905
|
-
|
|
908
|
+
minLength: 1,
|
|
909
|
+
type: 'string'
|
|
906
910
|
},
|
|
907
911
|
description: {
|
|
908
912
|
type: 'string',
|
|
@@ -910,8 +914,7 @@ export const $UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto = {
|
|
|
910
914
|
},
|
|
911
915
|
roleId: {
|
|
912
916
|
type: 'string',
|
|
913
|
-
format: 'uuid'
|
|
914
|
-
nullable: true
|
|
917
|
+
format: 'uuid'
|
|
915
918
|
},
|
|
916
919
|
status: {
|
|
917
920
|
enum: ['Waiting', 'Approved', 'Rejected'],
|
|
@@ -922,8 +925,8 @@ export const $UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto = {
|
|
|
922
925
|
type: 'string'
|
|
923
926
|
},
|
|
924
927
|
language: {
|
|
925
|
-
|
|
926
|
-
|
|
928
|
+
minLength: 1,
|
|
929
|
+
type: 'string'
|
|
927
930
|
}
|
|
928
931
|
},
|
|
929
932
|
additionalProperties: false
|
|
@@ -2962,6 +2965,24 @@ export const $UniRefund_CRMService_Customss_CustomsProfileDto = {
|
|
|
2962
2965
|
additionalProperties: false
|
|
2963
2966
|
} as const;
|
|
2964
2967
|
|
|
2968
|
+
export const $UniRefund_CRMService_Customss_UpdateCustomsDto = {
|
|
2969
|
+
required: ['taxpayerId'],
|
|
2970
|
+
type: 'object',
|
|
2971
|
+
properties: {
|
|
2972
|
+
parentId: {
|
|
2973
|
+
type: 'string',
|
|
2974
|
+
format: 'uuid',
|
|
2975
|
+
nullable: true
|
|
2976
|
+
},
|
|
2977
|
+
taxpayerId: {
|
|
2978
|
+
maxLength: 255,
|
|
2979
|
+
minLength: 0,
|
|
2980
|
+
type: 'string'
|
|
2981
|
+
}
|
|
2982
|
+
},
|
|
2983
|
+
additionalProperties: false
|
|
2984
|
+
} as const;
|
|
2985
|
+
|
|
2965
2986
|
export const $UniRefund_CRMService_Customss_UpdateCustomsOrganizationDto = {
|
|
2966
2987
|
required: ['name'],
|
|
2967
2988
|
type: 'object',
|
|
@@ -4887,6 +4908,7 @@ export const $UniRefund_CRMService_Individuals_IndividualProfileDto = {
|
|
|
4887
4908
|
nullable: true
|
|
4888
4909
|
},
|
|
4889
4910
|
affiliationCode: {
|
|
4911
|
+
required: ['entityPartyTypeCode', 'language', 'name', 'roleId', 'status'],
|
|
4890
4912
|
type: 'object',
|
|
4891
4913
|
properties: {
|
|
4892
4914
|
id: {
|
|
@@ -4926,8 +4948,8 @@ export const $UniRefund_CRMService_Individuals_IndividualProfileDto = {
|
|
|
4926
4948
|
nullable: true
|
|
4927
4949
|
},
|
|
4928
4950
|
name: {
|
|
4929
|
-
|
|
4930
|
-
|
|
4951
|
+
minLength: 1,
|
|
4952
|
+
type: 'string'
|
|
4931
4953
|
},
|
|
4932
4954
|
description: {
|
|
4933
4955
|
type: 'string',
|
|
@@ -4935,8 +4957,7 @@ export const $UniRefund_CRMService_Individuals_IndividualProfileDto = {
|
|
|
4935
4957
|
},
|
|
4936
4958
|
roleId: {
|
|
4937
4959
|
type: 'string',
|
|
4938
|
-
format: 'uuid'
|
|
4939
|
-
nullable: true
|
|
4960
|
+
format: 'uuid'
|
|
4940
4961
|
},
|
|
4941
4962
|
status: {
|
|
4942
4963
|
enum: ['Waiting', 'Approved', 'Rejected'],
|
|
@@ -4947,11 +4968,16 @@ export const $UniRefund_CRMService_Individuals_IndividualProfileDto = {
|
|
|
4947
4968
|
type: 'string'
|
|
4948
4969
|
},
|
|
4949
4970
|
language: {
|
|
4950
|
-
|
|
4951
|
-
|
|
4971
|
+
minLength: 1,
|
|
4972
|
+
type: 'string'
|
|
4952
4973
|
}
|
|
4953
4974
|
},
|
|
4954
4975
|
additionalProperties: false
|
|
4976
|
+
},
|
|
4977
|
+
abpUserId: {
|
|
4978
|
+
type: 'string',
|
|
4979
|
+
format: 'uuid',
|
|
4980
|
+
nullable: true
|
|
4955
4981
|
}
|
|
4956
4982
|
},
|
|
4957
4983
|
additionalProperties: false
|
|
@@ -5461,23 +5487,62 @@ export const $UniRefund_CRMService_Individuals_IndividualWithAbpUserAccountDto =
|
|
|
5461
5487
|
additionalProperties: false
|
|
5462
5488
|
} as const;
|
|
5463
5489
|
|
|
5464
|
-
export const $
|
|
5465
|
-
required: ['
|
|
5490
|
+
export const $UniRefund_CRMService_Integration_GetParentsIdItemResponseDto = {
|
|
5491
|
+
required: ['id'],
|
|
5466
5492
|
type: 'object',
|
|
5467
5493
|
properties: {
|
|
5468
|
-
|
|
5469
|
-
type: '
|
|
5470
|
-
|
|
5471
|
-
nullable: true,
|
|
5472
|
-
readOnly: true
|
|
5494
|
+
id: {
|
|
5495
|
+
type: 'string',
|
|
5496
|
+
format: 'uuid'
|
|
5473
5497
|
},
|
|
5498
|
+
parentId: {
|
|
5499
|
+
type: 'string',
|
|
5500
|
+
format: 'uuid',
|
|
5501
|
+
nullable: true
|
|
5502
|
+
}
|
|
5503
|
+
},
|
|
5504
|
+
additionalProperties: false
|
|
5505
|
+
} as const;
|
|
5506
|
+
|
|
5507
|
+
export const $UniRefund_CRMService_Integration_GetParentsIdsResponseDto = {
|
|
5508
|
+
required: ['ids'],
|
|
5509
|
+
type: 'object',
|
|
5510
|
+
properties: {
|
|
5511
|
+
ids: {
|
|
5512
|
+
type: 'array',
|
|
5513
|
+
items: {
|
|
5514
|
+
required: ['id'],
|
|
5515
|
+
type: 'object',
|
|
5516
|
+
properties: {
|
|
5517
|
+
id: {
|
|
5518
|
+
type: 'string',
|
|
5519
|
+
format: 'uuid'
|
|
5520
|
+
},
|
|
5521
|
+
parentId: {
|
|
5522
|
+
type: 'string',
|
|
5523
|
+
format: 'uuid',
|
|
5524
|
+
nullable: true
|
|
5525
|
+
}
|
|
5526
|
+
},
|
|
5527
|
+
additionalProperties: false
|
|
5528
|
+
}
|
|
5529
|
+
}
|
|
5530
|
+
},
|
|
5531
|
+
additionalProperties: false
|
|
5532
|
+
} as const;
|
|
5533
|
+
|
|
5534
|
+
export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
|
|
5535
|
+
required: ['entityInformationTypes', 'typeCode'],
|
|
5536
|
+
type: 'object',
|
|
5537
|
+
properties: {
|
|
5474
5538
|
typeCode: {
|
|
5475
5539
|
enum: ['HEADQUARTER', 'STORE'],
|
|
5476
5540
|
type: 'string'
|
|
5477
5541
|
},
|
|
5478
5542
|
taxOfficeId: {
|
|
5479
5543
|
type: 'string',
|
|
5480
|
-
format: 'uuid'
|
|
5544
|
+
format: 'uuid',
|
|
5545
|
+
nullable: true
|
|
5481
5546
|
},
|
|
5482
5547
|
parentId: {
|
|
5483
5548
|
type: 'string',
|
|
@@ -5491,7 +5556,8 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
|
|
|
5491
5556
|
taxpayerId: {
|
|
5492
5557
|
maxLength: 255,
|
|
5493
5558
|
minLength: 0,
|
|
5494
|
-
type: 'string'
|
|
5559
|
+
type: 'string',
|
|
5560
|
+
nullable: true
|
|
5495
5561
|
},
|
|
5496
5562
|
entityInformationTypes: {
|
|
5497
5563
|
type: 'array',
|
|
@@ -7566,6 +7632,7 @@ export const $UniRefund_CRMService_Merchants_MerchantDetailDto = {
|
|
|
7566
7632
|
nullable: true
|
|
7567
7633
|
},
|
|
7568
7634
|
affiliationCode: {
|
|
7635
|
+
required: ['entityPartyTypeCode', 'language', 'name', 'roleId', 'status'],
|
|
7569
7636
|
type: 'object',
|
|
7570
7637
|
properties: {
|
|
7571
7638
|
id: {
|
|
@@ -7605,8 +7672,8 @@ export const $UniRefund_CRMService_Merchants_MerchantDetailDto = {
|
|
|
7605
7672
|
nullable: true
|
|
7606
7673
|
},
|
|
7607
7674
|
name: {
|
|
7608
|
-
|
|
7609
|
-
|
|
7675
|
+
minLength: 1,
|
|
7676
|
+
type: 'string'
|
|
7610
7677
|
},
|
|
7611
7678
|
description: {
|
|
7612
7679
|
type: 'string',
|
|
@@ -7614,8 +7681,7 @@ export const $UniRefund_CRMService_Merchants_MerchantDetailDto = {
|
|
|
7614
7681
|
},
|
|
7615
7682
|
roleId: {
|
|
7616
7683
|
type: 'string',
|
|
7617
|
-
format: 'uuid'
|
|
7618
|
-
nullable: true
|
|
7684
|
+
format: 'uuid'
|
|
7619
7685
|
},
|
|
7620
7686
|
status: {
|
|
7621
7687
|
enum: ['Waiting', 'Approved', 'Rejected'],
|
|
@@ -7626,8 +7692,8 @@ export const $UniRefund_CRMService_Merchants_MerchantDetailDto = {
|
|
|
7626
7692
|
type: 'string'
|
|
7627
7693
|
},
|
|
7628
7694
|
language: {
|
|
7629
|
-
|
|
7630
|
-
|
|
7695
|
+
minLength: 1,
|
|
7696
|
+
type: 'string'
|
|
7631
7697
|
}
|
|
7632
7698
|
},
|
|
7633
7699
|
additionalProperties: false
|
|
@@ -8712,6 +8778,7 @@ export const $UniRefund_CRMService_Merchants_MerchantDto = {
|
|
|
8712
8778
|
nullable: true
|
|
8713
8779
|
},
|
|
8714
8780
|
affiliationCode: {
|
|
8781
|
+
required: ['entityPartyTypeCode', 'language', 'name', 'roleId', 'status'],
|
|
8715
8782
|
type: 'object',
|
|
8716
8783
|
properties: {
|
|
8717
8784
|
id: {
|
|
@@ -8751,8 +8818,8 @@ export const $UniRefund_CRMService_Merchants_MerchantDto = {
|
|
|
8751
8818
|
nullable: true
|
|
8752
8819
|
},
|
|
8753
8820
|
name: {
|
|
8754
|
-
|
|
8755
|
-
|
|
8821
|
+
minLength: 1,
|
|
8822
|
+
type: 'string'
|
|
8756
8823
|
},
|
|
8757
8824
|
description: {
|
|
8758
8825
|
type: 'string',
|
|
@@ -8760,8 +8827,7 @@ export const $UniRefund_CRMService_Merchants_MerchantDto = {
|
|
|
8760
8827
|
},
|
|
8761
8828
|
roleId: {
|
|
8762
8829
|
type: 'string',
|
|
8763
|
-
format: 'uuid'
|
|
8764
|
-
nullable: true
|
|
8830
|
+
format: 'uuid'
|
|
8765
8831
|
},
|
|
8766
8832
|
status: {
|
|
8767
8833
|
enum: ['Waiting', 'Approved', 'Rejected'],
|
|
@@ -8772,8 +8838,8 @@ export const $UniRefund_CRMService_Merchants_MerchantDto = {
|
|
|
8772
8838
|
type: 'string'
|
|
8773
8839
|
},
|
|
8774
8840
|
language: {
|
|
8775
|
-
|
|
8776
|
-
|
|
8841
|
+
minLength: 1,
|
|
8842
|
+
type: 'string'
|
|
8777
8843
|
}
|
|
8778
8844
|
},
|
|
8779
8845
|
additionalProperties: false
|
|
@@ -9046,6 +9112,7 @@ export const $UniRefund_CRMService_Merchants_SubIndividualDto = {
|
|
|
9046
9112
|
type: 'string'
|
|
9047
9113
|
},
|
|
9048
9114
|
affiliationCode: {
|
|
9115
|
+
required: ['entityPartyTypeCode', 'language', 'name', 'roleId', 'status'],
|
|
9049
9116
|
type: 'object',
|
|
9050
9117
|
properties: {
|
|
9051
9118
|
id: {
|
|
@@ -9085,8 +9152,8 @@ export const $UniRefund_CRMService_Merchants_SubIndividualDto = {
|
|
|
9085
9152
|
nullable: true
|
|
9086
9153
|
},
|
|
9087
9154
|
name: {
|
|
9088
|
-
|
|
9089
|
-
|
|
9155
|
+
minLength: 1,
|
|
9156
|
+
type: 'string'
|
|
9090
9157
|
},
|
|
9091
9158
|
description: {
|
|
9092
9159
|
type: 'string',
|
|
@@ -9094,8 +9161,7 @@ export const $UniRefund_CRMService_Merchants_SubIndividualDto = {
|
|
|
9094
9161
|
},
|
|
9095
9162
|
roleId: {
|
|
9096
9163
|
type: 'string',
|
|
9097
|
-
format: 'uuid'
|
|
9098
|
-
nullable: true
|
|
9164
|
+
format: 'uuid'
|
|
9099
9165
|
},
|
|
9100
9166
|
status: {
|
|
9101
9167
|
enum: ['Waiting', 'Approved', 'Rejected'],
|
|
@@ -9106,8 +9172,8 @@ export const $UniRefund_CRMService_Merchants_SubIndividualDto = {
|
|
|
9106
9172
|
type: 'string'
|
|
9107
9173
|
},
|
|
9108
9174
|
language: {
|
|
9109
|
-
|
|
9110
|
-
|
|
9175
|
+
minLength: 1,
|
|
9176
|
+
type: 'string'
|
|
9111
9177
|
}
|
|
9112
9178
|
},
|
|
9113
9179
|
additionalProperties: false
|
|
@@ -9117,7 +9183,7 @@ export const $UniRefund_CRMService_Merchants_SubIndividualDto = {
|
|
|
9117
9183
|
} as const;
|
|
9118
9184
|
|
|
9119
9185
|
export const $UniRefund_CRMService_Merchants_UpdateMerchantDto = {
|
|
9120
|
-
required: ['
|
|
9186
|
+
required: ['typeCode'],
|
|
9121
9187
|
type: 'object',
|
|
9122
9188
|
properties: {
|
|
9123
9189
|
typeCode: {
|
|
@@ -9126,7 +9192,8 @@ export const $UniRefund_CRMService_Merchants_UpdateMerchantDto = {
|
|
|
9126
9192
|
},
|
|
9127
9193
|
taxOfficeId: {
|
|
9128
9194
|
type: 'string',
|
|
9129
|
-
format: 'uuid'
|
|
9195
|
+
format: 'uuid',
|
|
9196
|
+
nullable: true
|
|
9130
9197
|
},
|
|
9131
9198
|
parentId: {
|
|
9132
9199
|
type: 'string',
|
|
@@ -9136,7 +9203,8 @@ export const $UniRefund_CRMService_Merchants_UpdateMerchantDto = {
|
|
|
9136
9203
|
taxpayerId: {
|
|
9137
9204
|
maxLength: 255,
|
|
9138
9205
|
minLength: 0,
|
|
9139
|
-
type: 'string'
|
|
9206
|
+
type: 'string',
|
|
9207
|
+
nullable: true
|
|
9140
9208
|
}
|
|
9141
9209
|
},
|
|
9142
9210
|
additionalProperties: false
|
|
@@ -9822,6 +9890,7 @@ export const $UniRefund_CRMService_Organizations_OrganizationProfileDto = {
|
|
|
9822
9890
|
nullable: true
|
|
9823
9891
|
},
|
|
9824
9892
|
affiliationCode: {
|
|
9893
|
+
required: ['entityPartyTypeCode', 'language', 'name', 'roleId', 'status'],
|
|
9825
9894
|
type: 'object',
|
|
9826
9895
|
properties: {
|
|
9827
9896
|
id: {
|
|
@@ -9861,8 +9930,8 @@ export const $UniRefund_CRMService_Organizations_OrganizationProfileDto = {
|
|
|
9861
9930
|
nullable: true
|
|
9862
9931
|
},
|
|
9863
9932
|
name: {
|
|
9864
|
-
|
|
9865
|
-
|
|
9933
|
+
minLength: 1,
|
|
9934
|
+
type: 'string'
|
|
9866
9935
|
},
|
|
9867
9936
|
description: {
|
|
9868
9937
|
type: 'string',
|
|
@@ -9870,8 +9939,7 @@ export const $UniRefund_CRMService_Organizations_OrganizationProfileDto = {
|
|
|
9870
9939
|
},
|
|
9871
9940
|
roleId: {
|
|
9872
9941
|
type: 'string',
|
|
9873
|
-
format: 'uuid'
|
|
9874
|
-
nullable: true
|
|
9942
|
+
format: 'uuid'
|
|
9875
9943
|
},
|
|
9876
9944
|
status: {
|
|
9877
9945
|
enum: ['Waiting', 'Approved', 'Rejected'],
|
|
@@ -9882,8 +9950,8 @@ export const $UniRefund_CRMService_Organizations_OrganizationProfileDto = {
|
|
|
9882
9950
|
type: 'string'
|
|
9883
9951
|
},
|
|
9884
9952
|
language: {
|
|
9885
|
-
|
|
9886
|
-
|
|
9953
|
+
minLength: 1,
|
|
9954
|
+
type: 'string'
|
|
9887
9955
|
}
|
|
9888
9956
|
},
|
|
9889
9957
|
additionalProperties: false
|
|
@@ -10076,22 +10144,17 @@ export const $UniRefund_CRMService_PersonalSummaries_UpdatePersonalSummaryDto =
|
|
|
10076
10144
|
} as const;
|
|
10077
10145
|
|
|
10078
10146
|
export const $UniRefund_CRMService_RefundPoints_CreateRefundPointDto = {
|
|
10079
|
-
required: ['
|
|
10147
|
+
required: ['typeCode'],
|
|
10080
10148
|
type: 'object',
|
|
10081
10149
|
properties: {
|
|
10082
|
-
extraProperties: {
|
|
10083
|
-
type: 'object',
|
|
10084
|
-
additionalProperties: {},
|
|
10085
|
-
nullable: true,
|
|
10086
|
-
readOnly: true
|
|
10087
|
-
},
|
|
10088
10150
|
typeCode: {
|
|
10089
10151
|
enum: ['HEADQUARTER', 'REFUNDPOINT'],
|
|
10090
10152
|
type: 'string'
|
|
10091
10153
|
},
|
|
10092
10154
|
taxOfficeId: {
|
|
10093
10155
|
type: 'string',
|
|
10094
|
-
format: 'uuid'
|
|
10156
|
+
format: 'uuid',
|
|
10157
|
+
nullable: true
|
|
10095
10158
|
},
|
|
10096
10159
|
parentId: {
|
|
10097
10160
|
type: 'string',
|
|
@@ -10101,7 +10164,8 @@ export const $UniRefund_CRMService_RefundPoints_CreateRefundPointDto = {
|
|
|
10101
10164
|
taxpayerId: {
|
|
10102
10165
|
maxLength: 255,
|
|
10103
10166
|
minLength: 0,
|
|
10104
|
-
type: 'string'
|
|
10167
|
+
type: 'string',
|
|
10168
|
+
nullable: true
|
|
10105
10169
|
},
|
|
10106
10170
|
entityInformationTypes: {
|
|
10107
10171
|
type: 'array',
|
|
@@ -10715,6 +10779,15 @@ export const $UniRefund_CRMService_RefundPoints_RefundPointDto = {
|
|
|
10715
10779
|
enum: ['HEADQUARTER', 'REFUNDPOINT'],
|
|
10716
10780
|
type: 'string'
|
|
10717
10781
|
},
|
|
10782
|
+
taxOfficeId: {
|
|
10783
|
+
type: 'string',
|
|
10784
|
+
format: 'uuid'
|
|
10785
|
+
},
|
|
10786
|
+
parentId: {
|
|
10787
|
+
type: 'string',
|
|
10788
|
+
format: 'uuid',
|
|
10789
|
+
nullable: true
|
|
10790
|
+
},
|
|
10718
10791
|
entityInformations: {
|
|
10719
10792
|
type: 'array',
|
|
10720
10793
|
items: {
|
|
@@ -11670,6 +11743,36 @@ export const $UniRefund_CRMService_RefundPoints_RefundPointTypeCode = {
|
|
|
11670
11743
|
type: 'string'
|
|
11671
11744
|
} as const;
|
|
11672
11745
|
|
|
11746
|
+
export const $UniRefund_CRMService_RefundPoints_UpdateRefundPointDto = {
|
|
11747
|
+
type: 'object',
|
|
11748
|
+
properties: {
|
|
11749
|
+
typeCode: {
|
|
11750
|
+
enum: ['HEADQUARTER', 'REFUNDPOINT'],
|
|
11751
|
+
type: 'string'
|
|
11752
|
+
},
|
|
11753
|
+
taxOfficeId: {
|
|
11754
|
+
type: 'string',
|
|
11755
|
+
format: 'uuid',
|
|
11756
|
+
nullable: true
|
|
11757
|
+
},
|
|
11758
|
+
tenantId: {
|
|
11759
|
+
type: 'string',
|
|
11760
|
+
format: 'uuid',
|
|
11761
|
+
nullable: true
|
|
11762
|
+
},
|
|
11763
|
+
parentId: {
|
|
11764
|
+
type: 'string',
|
|
11765
|
+
format: 'uuid',
|
|
11766
|
+
nullable: true
|
|
11767
|
+
},
|
|
11768
|
+
taxpayerId: {
|
|
11769
|
+
type: 'string',
|
|
11770
|
+
nullable: true
|
|
11771
|
+
}
|
|
11772
|
+
},
|
|
11773
|
+
additionalProperties: false
|
|
11774
|
+
} as const;
|
|
11775
|
+
|
|
11673
11776
|
export const $UniRefund_CRMService_RefundPoints_UpdateRefundPointOrganizationDto = {
|
|
11674
11777
|
required: ['name'],
|
|
11675
11778
|
type: 'object',
|
|
@@ -11689,15 +11792,9 @@ export const $UniRefund_CRMService_RefundPoints_UpdateRefundPointOrganizationDto
|
|
|
11689
11792
|
} as const;
|
|
11690
11793
|
|
|
11691
11794
|
export const $UniRefund_CRMService_TaxFrees_CreateTaxFreeDto = {
|
|
11692
|
-
required: ['entityInformationTypes'
|
|
11795
|
+
required: ['entityInformationTypes'],
|
|
11693
11796
|
type: 'object',
|
|
11694
11797
|
properties: {
|
|
11695
|
-
extraProperties: {
|
|
11696
|
-
type: 'object',
|
|
11697
|
-
additionalProperties: {},
|
|
11698
|
-
nullable: true,
|
|
11699
|
-
readOnly: true
|
|
11700
|
-
},
|
|
11701
11798
|
entityInformationTypes: {
|
|
11702
11799
|
type: 'array',
|
|
11703
11800
|
items: {
|
|
@@ -11889,7 +11986,17 @@ export const $UniRefund_CRMService_TaxFrees_CreateTaxFreeDto = {
|
|
|
11889
11986
|
taxpayerId: {
|
|
11890
11987
|
maxLength: 255,
|
|
11891
11988
|
minLength: 0,
|
|
11989
|
+
type: 'string',
|
|
11990
|
+
nullable: true
|
|
11991
|
+
},
|
|
11992
|
+
typeCode: {
|
|
11993
|
+
enum: ['HEADQUARTER', 'TAXFREE'],
|
|
11892
11994
|
type: 'string'
|
|
11995
|
+
},
|
|
11996
|
+
taxOfficeId: {
|
|
11997
|
+
type: 'string',
|
|
11998
|
+
format: 'uuid',
|
|
11999
|
+
nullable: true
|
|
11893
12000
|
}
|
|
11894
12001
|
},
|
|
11895
12002
|
additionalProperties: false
|
|
@@ -13230,6 +13337,38 @@ export const $UniRefund_CRMService_TaxFrees_TaxFreeProfileDto = {
|
|
|
13230
13337
|
additionalProperties: false
|
|
13231
13338
|
} as const;
|
|
13232
13339
|
|
|
13340
|
+
export const $UniRefund_CRMService_TaxFrees_TaxFreeTypeCode = {
|
|
13341
|
+
enum: ['HEADQUARTER', 'TAXFREE'],
|
|
13342
|
+
type: 'string'
|
|
13343
|
+
} as const;
|
|
13344
|
+
|
|
13345
|
+
export const $UniRefund_CRMService_TaxFrees_UpdateTaxFreeDto = {
|
|
13346
|
+
type: 'object',
|
|
13347
|
+
properties: {
|
|
13348
|
+
parentId: {
|
|
13349
|
+
type: 'string',
|
|
13350
|
+
format: 'uuid',
|
|
13351
|
+
nullable: true
|
|
13352
|
+
},
|
|
13353
|
+
taxpayerId: {
|
|
13354
|
+
maxLength: 255,
|
|
13355
|
+
minLength: 0,
|
|
13356
|
+
type: 'string',
|
|
13357
|
+
nullable: true
|
|
13358
|
+
},
|
|
13359
|
+
typeCode: {
|
|
13360
|
+
enum: ['HEADQUARTER', 'TAXFREE'],
|
|
13361
|
+
type: 'string'
|
|
13362
|
+
},
|
|
13363
|
+
taxOfficeId: {
|
|
13364
|
+
type: 'string',
|
|
13365
|
+
format: 'uuid',
|
|
13366
|
+
nullable: true
|
|
13367
|
+
}
|
|
13368
|
+
},
|
|
13369
|
+
additionalProperties: false
|
|
13370
|
+
} as const;
|
|
13371
|
+
|
|
13233
13372
|
export const $UniRefund_CRMService_TaxOffices_CreateTaxOfficeDto = {
|
|
13234
13373
|
required: ['entityInformationTypes', 'taxpayerId'],
|
|
13235
13374
|
type: 'object',
|
|
@@ -13807,6 +13946,11 @@ export const $UniRefund_CRMService_TaxOffices_TaxOfficeDto = {
|
|
|
13807
13946
|
format: 'date-time',
|
|
13808
13947
|
nullable: true
|
|
13809
13948
|
},
|
|
13949
|
+
parentId: {
|
|
13950
|
+
type: 'string',
|
|
13951
|
+
format: 'uuid',
|
|
13952
|
+
nullable: true
|
|
13953
|
+
},
|
|
13810
13954
|
taxpayerId: {
|
|
13811
13955
|
type: 'string',
|
|
13812
13956
|
nullable: true
|
|
@@ -14757,6 +14901,24 @@ export const $UniRefund_CRMService_TaxOffices_TaxOfficeProfileDto = {
|
|
|
14757
14901
|
additionalProperties: false
|
|
14758
14902
|
} as const;
|
|
14759
14903
|
|
|
14904
|
+
export const $UniRefund_CRMService_TaxOffices_UpdateTaxOfficeDto = {
|
|
14905
|
+
required: ['taxpayerId'],
|
|
14906
|
+
type: 'object',
|
|
14907
|
+
properties: {
|
|
14908
|
+
parentId: {
|
|
14909
|
+
type: 'string',
|
|
14910
|
+
format: 'uuid',
|
|
14911
|
+
nullable: true
|
|
14912
|
+
},
|
|
14913
|
+
taxpayerId: {
|
|
14914
|
+
maxLength: 255,
|
|
14915
|
+
minLength: 0,
|
|
14916
|
+
type: 'string'
|
|
14917
|
+
}
|
|
14918
|
+
},
|
|
14919
|
+
additionalProperties: false
|
|
14920
|
+
} as const;
|
|
14921
|
+
|
|
14760
14922
|
export const $UniRefund_CRMService_TaxOffices_UpdateTaxOfficeOrganizationDto = {
|
|
14761
14923
|
required: ['name'],
|
|
14762
14924
|
type: 'object',
|
|
@@ -14776,6 +14938,104 @@ export const $UniRefund_CRMService_TaxOffices_UpdateTaxOfficeOrganizationDto = {
|
|
|
14776
14938
|
additionalProperties: false
|
|
14777
14939
|
} as const;
|
|
14778
14940
|
|
|
14941
|
+
export const $UniRefund_CRMService_TelephoneCommonDatas_TelephoneCommonDataDto = {
|
|
14942
|
+
type: 'object',
|
|
14943
|
+
properties: {
|
|
14944
|
+
id: {
|
|
14945
|
+
type: 'string',
|
|
14946
|
+
format: 'uuid'
|
|
14947
|
+
},
|
|
14948
|
+
creationTime: {
|
|
14949
|
+
type: 'string',
|
|
14950
|
+
format: 'date-time'
|
|
14951
|
+
},
|
|
14952
|
+
creatorId: {
|
|
14953
|
+
type: 'string',
|
|
14954
|
+
format: 'uuid',
|
|
14955
|
+
nullable: true
|
|
14956
|
+
},
|
|
14957
|
+
lastModificationTime: {
|
|
14958
|
+
type: 'string',
|
|
14959
|
+
format: 'date-time',
|
|
14960
|
+
nullable: true
|
|
14961
|
+
},
|
|
14962
|
+
lastModifierId: {
|
|
14963
|
+
type: 'string',
|
|
14964
|
+
format: 'uuid',
|
|
14965
|
+
nullable: true
|
|
14966
|
+
},
|
|
14967
|
+
isDeleted: {
|
|
14968
|
+
type: 'boolean'
|
|
14969
|
+
},
|
|
14970
|
+
deleterId: {
|
|
14971
|
+
type: 'string',
|
|
14972
|
+
format: 'uuid',
|
|
14973
|
+
nullable: true
|
|
14974
|
+
},
|
|
14975
|
+
deletionTime: {
|
|
14976
|
+
type: 'string',
|
|
14977
|
+
format: 'date-time',
|
|
14978
|
+
nullable: true
|
|
14979
|
+
},
|
|
14980
|
+
areaCode: {
|
|
14981
|
+
type: 'string',
|
|
14982
|
+
nullable: true
|
|
14983
|
+
},
|
|
14984
|
+
localNumber: {
|
|
14985
|
+
type: 'string',
|
|
14986
|
+
nullable: true
|
|
14987
|
+
},
|
|
14988
|
+
ituCountryCode: {
|
|
14989
|
+
type: 'string',
|
|
14990
|
+
nullable: true
|
|
14991
|
+
},
|
|
14992
|
+
primaryFlag: {
|
|
14993
|
+
type: 'boolean'
|
|
14994
|
+
},
|
|
14995
|
+
typeCode: {
|
|
14996
|
+
enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
|
|
14997
|
+
type: 'string'
|
|
14998
|
+
}
|
|
14999
|
+
},
|
|
15000
|
+
additionalProperties: false
|
|
15001
|
+
} as const;
|
|
15002
|
+
|
|
15003
|
+
export const $UniRefund_CRMService_TelephoneCommonDatas_UpdateTelephoneCommonDataDto = {
|
|
15004
|
+
required: ['areaCode', 'ituCountryCode', 'localNumber', 'typeCode'],
|
|
15005
|
+
type: 'object',
|
|
15006
|
+
properties: {
|
|
15007
|
+
extraProperties: {
|
|
15008
|
+
type: 'object',
|
|
15009
|
+
additionalProperties: {},
|
|
15010
|
+
nullable: true,
|
|
15011
|
+
readOnly: true
|
|
15012
|
+
},
|
|
15013
|
+
areaCode: {
|
|
15014
|
+
maxLength: 255,
|
|
15015
|
+
minLength: 0,
|
|
15016
|
+
type: 'string'
|
|
15017
|
+
},
|
|
15018
|
+
localNumber: {
|
|
15019
|
+
maxLength: 255,
|
|
15020
|
+
minLength: 0,
|
|
15021
|
+
type: 'string'
|
|
15022
|
+
},
|
|
15023
|
+
ituCountryCode: {
|
|
15024
|
+
maxLength: 255,
|
|
15025
|
+
minLength: 0,
|
|
15026
|
+
type: 'string'
|
|
15027
|
+
},
|
|
15028
|
+
primaryFlag: {
|
|
15029
|
+
type: 'boolean'
|
|
15030
|
+
},
|
|
15031
|
+
typeCode: {
|
|
15032
|
+
enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
|
|
15033
|
+
type: 'string'
|
|
15034
|
+
}
|
|
15035
|
+
},
|
|
15036
|
+
additionalProperties: false
|
|
15037
|
+
} as const;
|
|
15038
|
+
|
|
14779
15039
|
export const $UniRefund_CRMService_TelephoneTypes_CreateTelephoneTypeWithComponentsDto = {
|
|
14780
15040
|
required: ['areaCode', 'ituCountryCode', 'localNumber', 'primaryFlag', 'typeCode'],
|
|
14781
15041
|
type: 'object',
|