@ayasofyazilim/saas 0.0.123 → 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.
@@ -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
- type: 'string',
49
- nullable: true
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
- type: 'string',
70
- nullable: true
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
- type: 'string',
248
- nullable: true
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
- type: 'string',
269
- nullable: true
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
- type: 'string',
410
- nullable: true
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
- type: 'string',
431
- nullable: true
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
- type: 'string',
669
- nullable: true
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
- type: 'string',
690
- nullable: true
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
- type: 'string',
905
- nullable: true
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
- type: 'string',
926
- nullable: true
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
- type: 'string',
4930
- nullable: true
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
- type: 'string',
4951
- nullable: true
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,6 +5487,50 @@ export const $UniRefund_CRMService_Individuals_IndividualWithAbpUserAccountDto =
5461
5487
  additionalProperties: false
5462
5488
  } as const;
5463
5489
 
5490
+ export const $UniRefund_CRMService_Integration_GetParentsIdItemResponseDto = {
5491
+ required: ['id'],
5492
+ type: 'object',
5493
+ properties: {
5494
+ id: {
5495
+ type: 'string',
5496
+ format: 'uuid'
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
+
5464
5534
  export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
5465
5535
  required: ['entityInformationTypes', 'typeCode'],
5466
5536
  type: 'object',
@@ -7562,6 +7632,7 @@ export const $UniRefund_CRMService_Merchants_MerchantDetailDto = {
7562
7632
  nullable: true
7563
7633
  },
7564
7634
  affiliationCode: {
7635
+ required: ['entityPartyTypeCode', 'language', 'name', 'roleId', 'status'],
7565
7636
  type: 'object',
7566
7637
  properties: {
7567
7638
  id: {
@@ -7601,8 +7672,8 @@ export const $UniRefund_CRMService_Merchants_MerchantDetailDto = {
7601
7672
  nullable: true
7602
7673
  },
7603
7674
  name: {
7604
- type: 'string',
7605
- nullable: true
7675
+ minLength: 1,
7676
+ type: 'string'
7606
7677
  },
7607
7678
  description: {
7608
7679
  type: 'string',
@@ -7610,8 +7681,7 @@ export const $UniRefund_CRMService_Merchants_MerchantDetailDto = {
7610
7681
  },
7611
7682
  roleId: {
7612
7683
  type: 'string',
7613
- format: 'uuid',
7614
- nullable: true
7684
+ format: 'uuid'
7615
7685
  },
7616
7686
  status: {
7617
7687
  enum: ['Waiting', 'Approved', 'Rejected'],
@@ -7622,8 +7692,8 @@ export const $UniRefund_CRMService_Merchants_MerchantDetailDto = {
7622
7692
  type: 'string'
7623
7693
  },
7624
7694
  language: {
7625
- type: 'string',
7626
- nullable: true
7695
+ minLength: 1,
7696
+ type: 'string'
7627
7697
  }
7628
7698
  },
7629
7699
  additionalProperties: false
@@ -8708,6 +8778,7 @@ export const $UniRefund_CRMService_Merchants_MerchantDto = {
8708
8778
  nullable: true
8709
8779
  },
8710
8780
  affiliationCode: {
8781
+ required: ['entityPartyTypeCode', 'language', 'name', 'roleId', 'status'],
8711
8782
  type: 'object',
8712
8783
  properties: {
8713
8784
  id: {
@@ -8747,8 +8818,8 @@ export const $UniRefund_CRMService_Merchants_MerchantDto = {
8747
8818
  nullable: true
8748
8819
  },
8749
8820
  name: {
8750
- type: 'string',
8751
- nullable: true
8821
+ minLength: 1,
8822
+ type: 'string'
8752
8823
  },
8753
8824
  description: {
8754
8825
  type: 'string',
@@ -8756,8 +8827,7 @@ export const $UniRefund_CRMService_Merchants_MerchantDto = {
8756
8827
  },
8757
8828
  roleId: {
8758
8829
  type: 'string',
8759
- format: 'uuid',
8760
- nullable: true
8830
+ format: 'uuid'
8761
8831
  },
8762
8832
  status: {
8763
8833
  enum: ['Waiting', 'Approved', 'Rejected'],
@@ -8768,8 +8838,8 @@ export const $UniRefund_CRMService_Merchants_MerchantDto = {
8768
8838
  type: 'string'
8769
8839
  },
8770
8840
  language: {
8771
- type: 'string',
8772
- nullable: true
8841
+ minLength: 1,
8842
+ type: 'string'
8773
8843
  }
8774
8844
  },
8775
8845
  additionalProperties: false
@@ -9042,6 +9112,7 @@ export const $UniRefund_CRMService_Merchants_SubIndividualDto = {
9042
9112
  type: 'string'
9043
9113
  },
9044
9114
  affiliationCode: {
9115
+ required: ['entityPartyTypeCode', 'language', 'name', 'roleId', 'status'],
9045
9116
  type: 'object',
9046
9117
  properties: {
9047
9118
  id: {
@@ -9081,8 +9152,8 @@ export const $UniRefund_CRMService_Merchants_SubIndividualDto = {
9081
9152
  nullable: true
9082
9153
  },
9083
9154
  name: {
9084
- type: 'string',
9085
- nullable: true
9155
+ minLength: 1,
9156
+ type: 'string'
9086
9157
  },
9087
9158
  description: {
9088
9159
  type: 'string',
@@ -9090,8 +9161,7 @@ export const $UniRefund_CRMService_Merchants_SubIndividualDto = {
9090
9161
  },
9091
9162
  roleId: {
9092
9163
  type: 'string',
9093
- format: 'uuid',
9094
- nullable: true
9164
+ format: 'uuid'
9095
9165
  },
9096
9166
  status: {
9097
9167
  enum: ['Waiting', 'Approved', 'Rejected'],
@@ -9102,8 +9172,8 @@ export const $UniRefund_CRMService_Merchants_SubIndividualDto = {
9102
9172
  type: 'string'
9103
9173
  },
9104
9174
  language: {
9105
- type: 'string',
9106
- nullable: true
9175
+ minLength: 1,
9176
+ type: 'string'
9107
9177
  }
9108
9178
  },
9109
9179
  additionalProperties: false
@@ -9820,6 +9890,7 @@ export const $UniRefund_CRMService_Organizations_OrganizationProfileDto = {
9820
9890
  nullable: true
9821
9891
  },
9822
9892
  affiliationCode: {
9893
+ required: ['entityPartyTypeCode', 'language', 'name', 'roleId', 'status'],
9823
9894
  type: 'object',
9824
9895
  properties: {
9825
9896
  id: {
@@ -9859,8 +9930,8 @@ export const $UniRefund_CRMService_Organizations_OrganizationProfileDto = {
9859
9930
  nullable: true
9860
9931
  },
9861
9932
  name: {
9862
- type: 'string',
9863
- nullable: true
9933
+ minLength: 1,
9934
+ type: 'string'
9864
9935
  },
9865
9936
  description: {
9866
9937
  type: 'string',
@@ -9868,8 +9939,7 @@ export const $UniRefund_CRMService_Organizations_OrganizationProfileDto = {
9868
9939
  },
9869
9940
  roleId: {
9870
9941
  type: 'string',
9871
- format: 'uuid',
9872
- nullable: true
9942
+ format: 'uuid'
9873
9943
  },
9874
9944
  status: {
9875
9945
  enum: ['Waiting', 'Approved', 'Rejected'],
@@ -9880,8 +9950,8 @@ export const $UniRefund_CRMService_Organizations_OrganizationProfileDto = {
9880
9950
  type: 'string'
9881
9951
  },
9882
9952
  language: {
9883
- type: 'string',
9884
- nullable: true
9953
+ minLength: 1,
9954
+ type: 'string'
9885
9955
  }
9886
9956
  },
9887
9957
  additionalProperties: false
@@ -13876,6 +13946,11 @@ export const $UniRefund_CRMService_TaxOffices_TaxOfficeDto = {
13876
13946
  format: 'date-time',
13877
13947
  nullable: true
13878
13948
  },
13949
+ parentId: {
13950
+ type: 'string',
13951
+ format: 'uuid',
13952
+ nullable: true
13953
+ },
13879
13954
  taxpayerId: {
13880
13955
  type: 'string',
13881
13956
  nullable: true
@@ -14826,6 +14901,24 @@ export const $UniRefund_CRMService_TaxOffices_TaxOfficeProfileDto = {
14826
14901
  additionalProperties: false
14827
14902
  } as const;
14828
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
+
14829
14922
  export const $UniRefund_CRMService_TaxOffices_UpdateTaxOfficeOrganizationDto = {
14830
14923
  required: ['name'],
14831
14924
  type: 'object',