@ayasofyazilim/saas 0.0.124 → 0.0.126

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.
@@ -487,6 +487,7 @@ export const $PagedResultDto_RefundPointProfileDto = {
487
487
  items: {
488
488
  type: 'array',
489
489
  items: {
490
+ required: ['id', 'name', 'organizationId', 'taxOfficeId', 'taxpayerId', 'typeCode'],
490
491
  type: 'object',
491
492
  properties: {
492
493
  id: {
@@ -494,8 +495,8 @@ export const $PagedResultDto_RefundPointProfileDto = {
494
495
  format: 'uuid'
495
496
  },
496
497
  name: {
497
- type: 'string',
498
- nullable: true
498
+ minLength: 1,
499
+ type: 'string'
499
500
  },
500
501
  organizationId: {
501
502
  type: 'string',
@@ -511,8 +512,12 @@ export const $PagedResultDto_RefundPointProfileDto = {
511
512
  format: 'uuid'
512
513
  },
513
514
  taxpayerId: {
514
- type: 'string',
515
- nullable: true
515
+ minLength: 1,
516
+ type: 'string'
517
+ },
518
+ typeCode: {
519
+ enum: ['HEADQUARTER', 'REFUNDPOINT'],
520
+ type: 'string'
516
521
  }
517
522
  },
518
523
  additionalProperties: false
@@ -1434,15 +1439,9 @@ export const $UniRefund_CRMService_ContactInformationTypes_CreateContactInformat
1434
1439
  } as const;
1435
1440
 
1436
1441
  export const $UniRefund_CRMService_Customss_CreateCustomsDto = {
1437
- required: ['entityInformationTypes', 'taxpayerId'],
1442
+ required: ['entityInformationTypes'],
1438
1443
  type: 'object',
1439
1444
  properties: {
1440
- extraProperties: {
1441
- type: 'object',
1442
- additionalProperties: {},
1443
- nullable: true,
1444
- readOnly: true
1445
- },
1446
1445
  entityInformationTypes: {
1447
1446
  type: 'array',
1448
1447
  items: {
@@ -1629,6 +1628,11 @@ export const $UniRefund_CRMService_Customss_CreateCustomsDto = {
1629
1628
  taxpayerId: {
1630
1629
  maxLength: 255,
1631
1630
  minLength: 0,
1631
+ type: 'string',
1632
+ nullable: true
1633
+ },
1634
+ typeCode: {
1635
+ enum: ['HEADQUARTER', 'CUSTOMS'],
1632
1636
  type: 'string'
1633
1637
  }
1634
1638
  },
@@ -1972,6 +1976,7 @@ export const $UniRefund_CRMService_Customss_CreateCustomsOrganizationDto = {
1972
1976
  } as const;
1973
1977
 
1974
1978
  export const $UniRefund_CRMService_Customss_CustomsDto = {
1979
+ required: ['taxpayerId', 'typeCode'],
1975
1980
  type: 'object',
1976
1981
  properties: {
1977
1982
  id: {
@@ -2016,8 +2021,12 @@ export const $UniRefund_CRMService_Customss_CustomsDto = {
2016
2021
  nullable: true
2017
2022
  },
2018
2023
  taxpayerId: {
2019
- type: 'string',
2020
- nullable: true
2024
+ minLength: 1,
2025
+ type: 'string'
2026
+ },
2027
+ typeCode: {
2028
+ enum: ['HEADQUARTER', 'CUSTOMS'],
2029
+ type: 'string'
2021
2030
  },
2022
2031
  entityInformations: {
2023
2032
  type: 'array',
@@ -2965,8 +2974,12 @@ export const $UniRefund_CRMService_Customss_CustomsProfileDto = {
2965
2974
  additionalProperties: false
2966
2975
  } as const;
2967
2976
 
2977
+ export const $UniRefund_CRMService_Customss_CustomsTypeCode = {
2978
+ enum: ['HEADQUARTER', 'CUSTOMS'],
2979
+ type: 'string'
2980
+ } as const;
2981
+
2968
2982
  export const $UniRefund_CRMService_Customss_UpdateCustomsDto = {
2969
- required: ['taxpayerId'],
2970
2983
  type: 'object',
2971
2984
  properties: {
2972
2985
  parentId: {
@@ -2977,6 +2990,11 @@ export const $UniRefund_CRMService_Customss_UpdateCustomsDto = {
2977
2990
  taxpayerId: {
2978
2991
  maxLength: 255,
2979
2992
  minLength: 0,
2993
+ type: 'string',
2994
+ nullable: true
2995
+ },
2996
+ typeCode: {
2997
+ enum: ['HEADQUARTER', 'CUSTOMS'],
2980
2998
  type: 'string'
2981
2999
  }
2982
3000
  },
@@ -6568,30 +6586,6 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantOrgnaizationDto = {
6568
6586
  additionalProperties: false
6569
6587
  } as const;
6570
6588
 
6571
- export const $UniRefund_CRMService_Merchants_MerchantBaseDto = {
6572
- type: 'object',
6573
- properties: {
6574
- id: {
6575
- type: 'string',
6576
- format: 'uuid'
6577
- },
6578
- typeCode: {
6579
- enum: ['HEADQUARTER', 'STORE'],
6580
- type: 'string'
6581
- },
6582
- taxOfficeId: {
6583
- type: 'string',
6584
- format: 'uuid'
6585
- },
6586
- parentId: {
6587
- type: 'string',
6588
- format: 'uuid',
6589
- nullable: true
6590
- }
6591
- },
6592
- additionalProperties: false
6593
- } as const;
6594
-
6595
6589
  export const $UniRefund_CRMService_Merchants_MerchantBasicInformationDto = {
6596
6590
  type: 'object',
6597
6591
  properties: {
@@ -7739,6 +7733,10 @@ export const $UniRefund_CRMService_Merchants_MerchantDetailDto = {
7739
7733
  type: 'string',
7740
7734
  format: 'uuid',
7741
7735
  nullable: true
7736
+ },
7737
+ customerNumber: {
7738
+ type: 'string',
7739
+ nullable: true
7742
7740
  }
7743
7741
  },
7744
7742
  additionalProperties: false
@@ -8885,6 +8883,10 @@ export const $UniRefund_CRMService_Merchants_MerchantDto = {
8885
8883
  type: 'string',
8886
8884
  format: 'uuid',
8887
8885
  nullable: true
8886
+ },
8887
+ customerNumber: {
8888
+ type: 'string',
8889
+ nullable: true
8888
8890
  }
8889
8891
  },
8890
8892
  additionalProperties: false
@@ -9205,6 +9207,10 @@ export const $UniRefund_CRMService_Merchants_UpdateMerchantDto = {
9205
9207
  minLength: 0,
9206
9208
  type: 'string',
9207
9209
  nullable: true
9210
+ },
9211
+ customerNumber: {
9212
+ type: 'string',
9213
+ nullable: true
9208
9214
  }
9209
9215
  },
9210
9216
  additionalProperties: false
@@ -9980,11 +9986,6 @@ export const $UniRefund_CRMService_Organizations_UpdateOrganizationDto = {
9980
9986
  minLength: 0,
9981
9987
  type: 'string',
9982
9988
  nullable: true
9983
- },
9984
- parentCompanyId: {
9985
- type: 'string',
9986
- format: 'uuid',
9987
- nullable: true
9988
9989
  }
9989
9990
  },
9990
9991
  additionalProperties: false
@@ -11707,6 +11708,7 @@ export const $UniRefund_CRMService_RefundPoints_RefundPointNameDto = {
11707
11708
  } as const;
11708
11709
 
11709
11710
  export const $UniRefund_CRMService_RefundPoints_RefundPointProfileDto = {
11711
+ required: ['id', 'name', 'organizationId', 'taxOfficeId', 'taxpayerId', 'typeCode'],
11710
11712
  type: 'object',
11711
11713
  properties: {
11712
11714
  id: {
@@ -11714,8 +11716,8 @@ export const $UniRefund_CRMService_RefundPoints_RefundPointProfileDto = {
11714
11716
  format: 'uuid'
11715
11717
  },
11716
11718
  name: {
11717
- type: 'string',
11718
- nullable: true
11719
+ minLength: 1,
11720
+ type: 'string'
11719
11721
  },
11720
11722
  organizationId: {
11721
11723
  type: 'string',
@@ -11731,8 +11733,12 @@ export const $UniRefund_CRMService_RefundPoints_RefundPointProfileDto = {
11731
11733
  format: 'uuid'
11732
11734
  },
11733
11735
  taxpayerId: {
11734
- type: 'string',
11735
- nullable: true
11736
+ minLength: 1,
11737
+ type: 'string'
11738
+ },
11739
+ typeCode: {
11740
+ enum: ['HEADQUARTER', 'REFUNDPOINT'],
11741
+ type: 'string'
11736
11742
  }
11737
11743
  },
11738
11744
  additionalProperties: false
@@ -11755,11 +11761,6 @@ export const $UniRefund_CRMService_RefundPoints_UpdateRefundPointDto = {
11755
11761
  format: 'uuid',
11756
11762
  nullable: true
11757
11763
  },
11758
- tenantId: {
11759
- type: 'string',
11760
- format: 'uuid',
11761
- nullable: true
11762
- },
11763
11764
  parentId: {
11764
11765
  type: 'string',
11765
11766
  format: 'uuid',
@@ -11781,11 +11782,6 @@ export const $UniRefund_CRMService_RefundPoints_UpdateRefundPointOrganizationDto
11781
11782
  maxLength: 255,
11782
11783
  minLength: 0,
11783
11784
  type: 'string'
11784
- },
11785
- parentCompanyId: {
11786
- type: 'string',
11787
- format: 'uuid',
11788
- nullable: true
11789
11785
  }
11790
11786
  },
11791
11787
  additionalProperties: false
@@ -13284,6 +13280,23 @@ export const $UniRefund_CRMService_TaxFrees_TaxFreeDto = {
13284
13280
  additionalProperties: false
13285
13281
  },
13286
13282
  nullable: true
13283
+ },
13284
+ parentId: {
13285
+ type: 'string',
13286
+ format: 'uuid',
13287
+ nullable: true
13288
+ },
13289
+ taxpayerId: {
13290
+ type: 'string',
13291
+ nullable: true
13292
+ },
13293
+ typeCode: {
13294
+ enum: ['HEADQUARTER', 'TAXFREE'],
13295
+ type: 'string'
13296
+ },
13297
+ taxOfficeId: {
13298
+ type: 'string',
13299
+ format: 'uuid'
13287
13300
  }
13288
13301
  },
13289
13302
  additionalProperties: false