@ayasofyazilim/saas 0.0.39 → 0.0.41

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.
@@ -289,7 +289,7 @@ export const $UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto = {
289
289
  readOnly: true
290
290
  },
291
291
  affiliationTypeCode: {
292
- enum: [0, 1, 2],
292
+ enum: [0, 1, 2, 3],
293
293
  type: 'integer',
294
294
  format: 'int32'
295
295
  },
@@ -323,7 +323,7 @@ export const $UniRefund_CRMService_AffiliationTypes_CreateAffiliationTypeDto = {
323
323
  type: 'string'
324
324
  },
325
325
  affiliationTypeCode: {
326
- enum: [0, 1, 2],
326
+ enum: [0, 1, 2, 3],
327
327
  type: 'integer',
328
328
  format: 'int32'
329
329
  },
@@ -807,6 +807,7 @@ export const $UniRefund_CRMService_Customss_CreateCustomsDto = {
807
807
  },
808
808
  parentCompanyId: {
809
809
  type: 'string',
810
+ format: 'uuid',
810
811
  nullable: true
811
812
  },
812
813
  contactInformations: {
@@ -2106,6 +2107,7 @@ export const $UniRefund_CRMService_EntityInformationTypes_CreateEntityInformatio
2106
2107
  },
2107
2108
  parentCompanyId: {
2108
2109
  type: 'string',
2110
+ format: 'uuid',
2109
2111
  nullable: true
2110
2112
  },
2111
2113
  contactInformations: {
@@ -2538,6 +2540,7 @@ export const $UniRefund_CRMService_EntityInformationTypes_CreateOrganizationInfo
2538
2540
  },
2539
2541
  parentCompanyId: {
2540
2542
  type: 'string',
2543
+ format: 'uuid',
2541
2544
  nullable: true
2542
2545
  },
2543
2546
  contactInformations: {
@@ -3580,7 +3583,7 @@ export const $UniRefund_CRMService_Enums_AddressTypeCode = {
3580
3583
  } as const;
3581
3584
 
3582
3585
  export const $UniRefund_CRMService_Enums_AffiliationTypeCode = {
3583
- enum: [0, 1, 2],
3586
+ enum: [0, 1, 2, 3],
3584
3587
  type: 'integer',
3585
3588
  format: 'int32'
3586
3589
  } as const;
@@ -4334,7 +4337,7 @@ export const $UniRefund_CRMService_Individuals_IndividualProfileDto = {
4334
4337
  nullable: true
4335
4338
  },
4336
4339
  affiliationTypeCode: {
4337
- enum: [0, 1, 2],
4340
+ enum: [0, 1, 2, 3],
4338
4341
  type: 'integer',
4339
4342
  format: 'int32'
4340
4343
  },
@@ -4413,6 +4416,7 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
4413
4416
  },
4414
4417
  parentCompanyId: {
4415
4418
  type: 'string',
4419
+ format: 'uuid',
4416
4420
  nullable: true
4417
4421
  },
4418
4422
  contactInformations: {
@@ -5783,7 +5787,7 @@ export const $UniRefund_CRMService_Merchants_MerchantDetailDto = {
5783
5787
  readOnly: true
5784
5788
  },
5785
5789
  affiliationTypeCode: {
5786
- enum: [0, 1, 2],
5790
+ enum: [0, 1, 2, 3],
5787
5791
  type: 'integer',
5788
5792
  format: 'int32'
5789
5793
  },
@@ -6855,7 +6859,7 @@ export const $UniRefund_CRMService_Merchants_MerchantDto = {
6855
6859
  readOnly: true
6856
6860
  },
6857
6861
  affiliationTypeCode: {
6858
- enum: [0, 1, 2],
6862
+ enum: [0, 1, 2, 3],
6859
6863
  type: 'integer',
6860
6864
  format: 'int32'
6861
6865
  },
@@ -7098,6 +7102,7 @@ export const $UniRefund_CRMService_Organizations_CreateOrganizationDto = {
7098
7102
  },
7099
7103
  parentCompanyId: {
7100
7104
  type: 'string',
7105
+ format: 'uuid',
7101
7106
  nullable: true
7102
7107
  },
7103
7108
  contactInformations: {
@@ -7613,7 +7618,7 @@ export const $UniRefund_CRMService_Organizations_OrganizationProfileDto = {
7613
7618
  nullable: true
7614
7619
  },
7615
7620
  affiliationTypeCode: {
7616
- enum: [0, 1, 2],
7621
+ enum: [0, 1, 2, 3],
7617
7622
  type: 'integer',
7618
7623
  format: 'int32'
7619
7624
  },
@@ -7828,6 +7833,7 @@ export const $UniRefund_CRMService_RefundPoints_CreateRefundPointDto = {
7828
7833
  },
7829
7834
  parentCompanyId: {
7830
7835
  type: 'string',
7836
+ format: 'uuid',
7831
7837
  nullable: true
7832
7838
  },
7833
7839
  contactInformations: {
@@ -8972,6 +8978,7 @@ export const $UniRefund_CRMService_TaxFrees_CreateTaxFreeDto = {
8972
8978
  },
8973
8979
  parentCompanyId: {
8974
8980
  type: 'string',
8981
+ format: 'uuid',
8975
8982
  nullable: true
8976
8983
  },
8977
8984
  contactInformations: {
@@ -10139,6 +10146,7 @@ export const $UniRefund_CRMService_TaxOffices_CreateTaxOfficeDto = {
10139
10146
  },
10140
10147
  parentCompanyId: {
10141
10148
  type: 'string',
10149
+ format: 'uuid',
10142
10150
  nullable: true
10143
10151
  },
10144
10152
  contactInformations: {
@@ -11676,7 +11684,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_CRMService_A
11676
11684
  readOnly: true
11677
11685
  },
11678
11686
  affiliationTypeCode: {
11679
- enum: [0, 1, 2],
11687
+ enum: [0, 1, 2, 3],
11680
11688
  type: 'integer',
11681
11689
  format: 'int32'
11682
11690
  },
@@ -11835,7 +11843,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_CRMService_I
11835
11843
  nullable: true
11836
11844
  },
11837
11845
  affiliationTypeCode: {
11838
- enum: [0, 1, 2],
11846
+ enum: [0, 1, 2, 3],
11839
11847
  type: 'integer',
11840
11848
  format: 'int32'
11841
11849
  },
@@ -11986,7 +11994,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_CRMService_O
11986
11994
  nullable: true
11987
11995
  },
11988
11996
  affiliationTypeCode: {
11989
- enum: [0, 1, 2],
11997
+ enum: [0, 1, 2, 3],
11990
11998
  type: 'integer',
11991
11999
  format: 'int32'
11992
12000
  },