@ayasofyazilim/saas 0.0.48 → 0.0.50

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.
Files changed (122) hide show
  1. package/AccountService/AccountServiceClient.ts +68 -68
  2. package/AccountService/core/ApiRequestOptions.ts +12 -12
  3. package/AccountService/core/BaseHttpRequest.ts +9 -9
  4. package/AccountService/core/FetchHttpRequest.ts +21 -21
  5. package/AccountService/core/OpenAPI.ts +55 -55
  6. package/AccountService/core/request.ts +340 -340
  7. package/AccountService/index.ts +8 -8
  8. package/AccountService/schemas.gen.ts +5333 -5333
  9. package/AccountService/services.gen.ts +1539 -1539
  10. package/AccountService/types.gen.ts +3328 -3328
  11. package/AdministrationService/AdministrationServiceClient.ts +77 -77
  12. package/AdministrationService/core/ApiRequestOptions.ts +12 -12
  13. package/AdministrationService/core/BaseHttpRequest.ts +9 -9
  14. package/AdministrationService/core/FetchHttpRequest.ts +21 -21
  15. package/AdministrationService/core/OpenAPI.ts +55 -55
  16. package/AdministrationService/core/request.ts +340 -340
  17. package/AdministrationService/index.ts +8 -8
  18. package/AdministrationService/schemas.gen.ts +5987 -5987
  19. package/AdministrationService/services.gen.ts +1404 -1404
  20. package/AdministrationService/types.gen.ts +2851 -2851
  21. package/BackerService/core/ApiRequestOptions.ts +12 -12
  22. package/BackerService/core/BaseHttpRequest.ts +9 -9
  23. package/BackerService/core/FetchHttpRequest.ts +21 -21
  24. package/BackerService/core/OpenAPI.ts +55 -55
  25. package/BackerService/core/request.ts +340 -340
  26. package/BackerService/index.ts +8 -8
  27. package/BackerService/services.gen.ts +866 -866
  28. package/BackerService/types.gen.ts +2170 -2170
  29. package/CRMService/schemas.gen.ts +124 -113
  30. package/CRMService/services.gen.ts +133 -1
  31. package/CRMService/types.gen.ts +239 -12
  32. package/ContractService/ContractServiceClient.ts +3 -3
  33. package/ContractService/schemas.gen.ts +1836 -495
  34. package/ContractService/services.gen.ts +108 -84
  35. package/ContractService/types.gen.ts +295 -130
  36. package/FundraiserService/core/ApiRequestOptions.ts +12 -12
  37. package/FundraiserService/core/BaseHttpRequest.ts +9 -9
  38. package/FundraiserService/core/FetchHttpRequest.ts +21 -21
  39. package/FundraiserService/core/OpenAPI.ts +55 -55
  40. package/FundraiserService/core/request.ts +340 -340
  41. package/FundraiserService/index.ts +8 -8
  42. package/FundraiserService/services.gen.ts +627 -627
  43. package/FundraiserService/types.gen.ts +1793 -1793
  44. package/IdentityService/IdentityServiceClient.ts +80 -80
  45. package/IdentityService/core/ApiRequestOptions.ts +12 -12
  46. package/IdentityService/core/BaseHttpRequest.ts +9 -9
  47. package/IdentityService/core/FetchHttpRequest.ts +21 -21
  48. package/IdentityService/core/OpenAPI.ts +55 -55
  49. package/IdentityService/core/request.ts +340 -340
  50. package/IdentityService/index.ts +8 -8
  51. package/IdentityService/schemas.gen.ts +6845 -6845
  52. package/IdentityService/services.gen.ts +2924 -2924
  53. package/IdentityService/types.gen.ts +5484 -5484
  54. package/LocationService/LocationServiceClient.ts +74 -74
  55. package/LocationService/core/ApiError.ts +20 -20
  56. package/LocationService/core/ApiRequestOptions.ts +12 -12
  57. package/LocationService/core/ApiResult.ts +6 -6
  58. package/LocationService/core/BaseHttpRequest.ts +9 -9
  59. package/LocationService/core/CancelablePromise.ts +125 -125
  60. package/LocationService/core/FetchHttpRequest.ts +21 -21
  61. package/LocationService/core/OpenAPI.ts +55 -55
  62. package/LocationService/core/request.ts +340 -340
  63. package/LocationService/index.ts +8 -8
  64. package/LocationService/schemas.gen.ts +6639 -6639
  65. package/LocationService/services.gen.ts +1726 -1726
  66. package/LocationService/types.gen.ts +3615 -3615
  67. package/MerchantService/core/ApiRequestOptions.ts +12 -12
  68. package/MerchantService/core/BaseHttpRequest.ts +9 -9
  69. package/MerchantService/core/FetchHttpRequest.ts +21 -21
  70. package/MerchantService/core/OpenAPI.ts +55 -55
  71. package/MerchantService/core/request.ts +340 -340
  72. package/MerchantService/schemas.gen.ts +14764 -14764
  73. package/MerchantService/services.gen.ts +1602 -1602
  74. package/ProjectService/core/ApiRequestOptions.ts +12 -12
  75. package/ProjectService/core/BaseHttpRequest.ts +9 -9
  76. package/ProjectService/core/FetchHttpRequest.ts +21 -21
  77. package/ProjectService/core/OpenAPI.ts +55 -55
  78. package/ProjectService/core/request.ts +340 -340
  79. package/ProjectService/index.ts +8 -8
  80. package/ProjectService/services.gen.ts +492 -492
  81. package/ProjectService/types.gen.ts +1303 -1303
  82. package/ProjectService.json +2937 -2937
  83. package/SaasService/core/ApiRequestOptions.ts +12 -12
  84. package/SaasService/core/BaseHttpRequest.ts +9 -9
  85. package/SaasService/core/FetchHttpRequest.ts +21 -21
  86. package/SaasService/core/OpenAPI.ts +55 -55
  87. package/SaasService/core/request.ts +340 -340
  88. package/SaasService/index.ts +8 -8
  89. package/SaasService/schemas.gen.ts +5345 -5345
  90. package/SaasService/services.gen.ts +1329 -1329
  91. package/SaasService/types.gen.ts +2737 -2737
  92. package/SettingService/schemas.gen.ts +5410 -5410
  93. package/SettingService/services.gen.ts +890 -890
  94. package/SettingService/types.gen.ts +2052 -2052
  95. package/TagService/TagServiceClient.ts +44 -44
  96. package/TagService/core/ApiError.ts +20 -20
  97. package/TagService/core/ApiRequestOptions.ts +12 -12
  98. package/TagService/core/ApiResult.ts +6 -6
  99. package/TagService/core/BaseHttpRequest.ts +9 -9
  100. package/TagService/core/CancelablePromise.ts +125 -125
  101. package/TagService/core/FetchHttpRequest.ts +21 -21
  102. package/TagService/core/OpenAPI.ts +55 -55
  103. package/TagService/core/request.ts +340 -340
  104. package/TagService/index.ts +8 -8
  105. package/TagService/schemas.gen.ts +4677 -4677
  106. package/TagService/services.gen.ts +175 -175
  107. package/TagService/types.gen.ts +771 -771
  108. package/TravellerService/TravellerServiceClient.ts +56 -56
  109. package/TravellerService/core/ApiError.ts +20 -20
  110. package/TravellerService/core/ApiRequestOptions.ts +12 -12
  111. package/TravellerService/core/ApiResult.ts +6 -6
  112. package/TravellerService/core/BaseHttpRequest.ts +9 -9
  113. package/TravellerService/core/CancelablePromise.ts +125 -125
  114. package/TravellerService/core/FetchHttpRequest.ts +21 -21
  115. package/TravellerService/core/OpenAPI.ts +55 -55
  116. package/TravellerService/core/request.ts +340 -340
  117. package/TravellerService/index.ts +8 -8
  118. package/TravellerService/schemas.gen.ts +6322 -6322
  119. package/TravellerService/services.gen.ts +713 -713
  120. package/TravellerService/types.gen.ts +1834 -1834
  121. package/package.json +1 -1
  122. package/swagger.json +4794 -4794
@@ -285,7 +285,7 @@ export const $UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto = {
285
285
  readOnly: true
286
286
  },
287
287
  affiliationTypeCode: {
288
- enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY'],
288
+ enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY', 'ACCOUNTMANAGER'],
289
289
  type: 'string'
290
290
  },
291
291
  partyId: {
@@ -318,7 +318,7 @@ export const $UniRefund_CRMService_AffiliationTypes_CreateAffiliationTypeDto = {
318
318
  type: 'string'
319
319
  },
320
320
  affiliationTypeCode: {
321
- enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY'],
321
+ enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY', 'ACCOUNTMANAGER'],
322
322
  type: 'string'
323
323
  },
324
324
  partyId: {
@@ -937,6 +937,11 @@ export const $UniRefund_CRMService_Customss_CreateCustomsDto = {
937
937
  },
938
938
  additionalProperties: false
939
939
  }
940
+ },
941
+ parentId: {
942
+ type: 'string',
943
+ format: 'uuid',
944
+ nullable: true
940
945
  }
941
946
  },
942
947
  additionalProperties: false
@@ -1926,11 +1931,6 @@ export const $UniRefund_CRMService_Customss_CustomsDto = {
1926
1931
  type: 'string',
1927
1932
  nullable: true
1928
1933
  },
1929
- parentCompanyId: {
1930
- type: 'string',
1931
- format: 'uuid',
1932
- nullable: true
1933
- },
1934
1934
  customerNumber: {
1935
1935
  type: 'string',
1936
1936
  nullable: true
@@ -2245,7 +2245,7 @@ export const $UniRefund_CRMService_Customss_CustomsProfileDto = {
2245
2245
  type: 'string',
2246
2246
  nullable: true
2247
2247
  },
2248
- parentCompanyId: {
2248
+ parentId: {
2249
2249
  type: 'string',
2250
2250
  format: 'uuid',
2251
2251
  nullable: true
@@ -3006,11 +3006,6 @@ export const $UniRefund_CRMService_EntityInformationTypes_EntityInformationTypeD
3006
3006
  type: 'string',
3007
3007
  nullable: true
3008
3008
  },
3009
- parentCompanyId: {
3010
- type: 'string',
3011
- format: 'uuid',
3012
- nullable: true
3013
- },
3014
3009
  customerNumber: {
3015
3010
  type: 'string',
3016
3011
  nullable: true
@@ -3315,7 +3310,7 @@ export const $UniRefund_CRMService_Enums_AddressTypeCode = {
3315
3310
  } as const;
3316
3311
 
3317
3312
  export const $UniRefund_CRMService_Enums_AffiliationTypeCode = {
3318
- enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY'],
3313
+ enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY', 'ACCOUNTMANAGER'],
3319
3314
  type: 'string'
3320
3315
  } as const;
3321
3316
 
@@ -4034,7 +4029,7 @@ export const $UniRefund_CRMService_Individuals_IndividualDto = {
4034
4029
  additionalProperties: false
4035
4030
  } as const;
4036
4031
 
4037
- export const $UniRefund_CRMService_Individuals_IndividualProfileDto = {
4032
+ export const $UniRefund_CRMService_Individuals_IndividualIdNameDto = {
4038
4033
  type: 'object',
4039
4034
  properties: {
4040
4035
  id: {
@@ -4044,31 +4039,34 @@ export const $UniRefund_CRMService_Individuals_IndividualProfileDto = {
4044
4039
  name: {
4045
4040
  type: 'string',
4046
4041
  nullable: true
4042
+ }
4043
+ },
4044
+ additionalProperties: false
4045
+ } as const;
4046
+
4047
+ export const $UniRefund_CRMService_Individuals_IndividualProfileDto = {
4048
+ type: 'object',
4049
+ properties: {
4050
+ id: {
4051
+ type: 'string',
4052
+ format: 'uuid'
4047
4053
  },
4048
- affiliationId: {
4054
+ name: {
4049
4055
  type: 'string',
4050
- format: 'uuid',
4051
4056
  nullable: true
4052
4057
  },
4053
- affiliatedName: {
4058
+ affiliationId: {
4054
4059
  type: 'string',
4060
+ format: 'uuid',
4055
4061
  nullable: true
4056
4062
  },
4057
4063
  affiliationTypeCode: {
4058
- enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY'],
4064
+ enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY', 'ACCOUNTMANAGER'],
4059
4065
  type: 'string'
4060
4066
  },
4061
- affiliationTypeCodeValue: {
4062
- type: 'string',
4063
- nullable: true
4064
- },
4065
4067
  affiliationParentTypeCode: {
4066
4068
  enum: ['CUSTOMS', 'MERCHANT', 'REFUNDPOINT', 'TAXFREE', 'TAXOFFICE'],
4067
4069
  type: 'string'
4068
- },
4069
- affiliationParentTypeCodeValue: {
4070
- type: 'string',
4071
- nullable: true
4072
4070
  }
4073
4071
  },
4074
4072
  additionalProperties: false
@@ -4092,6 +4090,11 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
4092
4090
  type: 'string',
4093
4091
  format: 'uuid'
4094
4092
  },
4093
+ parentId: {
4094
+ type: 'string',
4095
+ format: 'uuid',
4096
+ nullable: true
4097
+ },
4095
4098
  entityInformationTypes: {
4096
4099
  type: 'array',
4097
4100
  items: {
@@ -4372,11 +4375,6 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
4372
4375
  type: 'string',
4373
4376
  nullable: true
4374
4377
  },
4375
- parentCompanyId: {
4376
- type: 'string',
4377
- format: 'uuid',
4378
- nullable: true
4379
- },
4380
4378
  contactInformations: {
4381
4379
  type: 'array',
4382
4380
  items: {
@@ -4805,11 +4803,6 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantEntityInformationType
4805
4803
  type: 'string',
4806
4804
  nullable: true
4807
4805
  },
4808
- parentCompanyId: {
4809
- type: 'string',
4810
- format: 'uuid',
4811
- nullable: true
4812
- },
4813
4806
  contactInformations: {
4814
4807
  type: 'array',
4815
4808
  items: {
@@ -4993,11 +4986,6 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantOrgnaizationDto = {
4993
4986
  type: 'string',
4994
4987
  nullable: true
4995
4988
  },
4996
- parentCompanyId: {
4997
- type: 'string',
4998
- format: 'uuid',
4999
- nullable: true
5000
- },
5001
4989
  contactInformations: {
5002
4990
  type: 'array',
5003
4991
  items: {
@@ -5139,6 +5127,57 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantOrgnaizationDto = {
5139
5127
  additionalProperties: false
5140
5128
  } as const;
5141
5129
 
5130
+ export const $UniRefund_CRMService_Merchants_MerchantBasicInformationDto = {
5131
+ type: 'object',
5132
+ properties: {
5133
+ id: {
5134
+ type: 'string',
5135
+ format: 'uuid'
5136
+ },
5137
+ name: {
5138
+ type: 'string',
5139
+ nullable: true
5140
+ },
5141
+ taxOffice: {
5142
+ type: 'object',
5143
+ properties: {
5144
+ id: {
5145
+ type: 'string',
5146
+ format: 'uuid'
5147
+ },
5148
+ name: {
5149
+ type: 'string',
5150
+ nullable: true
5151
+ }
5152
+ },
5153
+ additionalProperties: false
5154
+ },
5155
+ numberOfStores: {
5156
+ type: 'integer',
5157
+ format: 'int32'
5158
+ },
5159
+ accountManagers: {
5160
+ type: 'array',
5161
+ items: {
5162
+ type: 'object',
5163
+ properties: {
5164
+ id: {
5165
+ type: 'string',
5166
+ format: 'uuid'
5167
+ },
5168
+ name: {
5169
+ type: 'string',
5170
+ nullable: true
5171
+ }
5172
+ },
5173
+ additionalProperties: false
5174
+ },
5175
+ nullable: true
5176
+ }
5177
+ },
5178
+ additionalProperties: false
5179
+ } as const;
5180
+
5142
5181
  export const $UniRefund_CRMService_Merchants_MerchantDetailDto = {
5143
5182
  type: 'object',
5144
5183
  properties: {
@@ -5764,11 +5803,6 @@ export const $UniRefund_CRMService_Merchants_MerchantDetailDto = {
5764
5803
  type: 'string',
5765
5804
  nullable: true
5766
5805
  },
5767
- parentCompanyId: {
5768
- type: 'string',
5769
- format: 'uuid',
5770
- nullable: true
5771
- },
5772
5806
  customerNumber: {
5773
5807
  type: 'string',
5774
5808
  nullable: true
@@ -6120,7 +6154,7 @@ export const $UniRefund_CRMService_Merchants_MerchantDetailDto = {
6120
6154
  readOnly: true
6121
6155
  },
6122
6156
  affiliationTypeCode: {
6123
- enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY'],
6157
+ enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY', 'ACCOUNTMANAGER'],
6124
6158
  type: 'string'
6125
6159
  },
6126
6160
  partyId: {
@@ -6847,11 +6881,6 @@ export const $UniRefund_CRMService_Merchants_MerchantDto = {
6847
6881
  type: 'string',
6848
6882
  nullable: true
6849
6883
  },
6850
- parentCompanyId: {
6851
- type: 'string',
6852
- format: 'uuid',
6853
- nullable: true
6854
- },
6855
6884
  customerNumber: {
6856
6885
  type: 'string',
6857
6886
  nullable: true
@@ -7203,7 +7232,7 @@ export const $UniRefund_CRMService_Merchants_MerchantDto = {
7203
7232
  readOnly: true
7204
7233
  },
7205
7234
  affiliationTypeCode: {
7206
- enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY'],
7235
+ enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY', 'ACCOUNTMANAGER'],
7207
7236
  type: 'string'
7208
7237
  },
7209
7238
  partyId: {
@@ -7267,7 +7296,7 @@ export const $UniRefund_CRMService_Merchants_MerchantProfileDto = {
7267
7296
  type: 'string',
7268
7297
  nullable: true
7269
7298
  },
7270
- parentCompanyId: {
7299
+ parentId: {
7271
7300
  type: 'string',
7272
7301
  format: 'uuid',
7273
7302
  nullable: true
@@ -7693,11 +7722,6 @@ export const $UniRefund_CRMService_Organizations_OrganizationDto = {
7693
7722
  type: 'string',
7694
7723
  nullable: true
7695
7724
  },
7696
- parentCompanyId: {
7697
- type: 'string',
7698
- format: 'uuid',
7699
- nullable: true
7700
- },
7701
7725
  customerNumber: {
7702
7726
  type: 'string',
7703
7727
  nullable: true
@@ -8012,20 +8036,12 @@ export const $UniRefund_CRMService_Organizations_OrganizationProfileDto = {
8012
8036
  nullable: true
8013
8037
  },
8014
8038
  affiliationTypeCode: {
8015
- enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY'],
8039
+ enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY', 'ACCOUNTMANAGER'],
8016
8040
  type: 'string'
8017
8041
  },
8018
- affiliationTypeCodeValue: {
8019
- type: 'string',
8020
- nullable: true
8021
- },
8022
8042
  affiliationParentTypeCode: {
8023
8043
  enum: ['CUSTOMS', 'MERCHANT', 'REFUNDPOINT', 'TAXFREE', 'TAXOFFICE'],
8024
8044
  type: 'string'
8025
- },
8026
- affiliationParentTypeCodeValue: {
8027
- type: 'string',
8028
- nullable: true
8029
8045
  }
8030
8046
  },
8031
8047
  additionalProperties: false
@@ -8241,6 +8257,11 @@ export const $UniRefund_CRMService_RefundPoints_CreateRefundPointDto = {
8241
8257
  enum: ['HEADQUARTER', 'REFUNDPOINT'],
8242
8258
  type: 'string'
8243
8259
  },
8260
+ parentId: {
8261
+ type: 'string',
8262
+ format: 'uuid',
8263
+ nullable: true
8264
+ },
8244
8265
  entityInformationTypes: {
8245
8266
  type: 'array',
8246
8267
  items: {
@@ -9404,11 +9425,6 @@ export const $UniRefund_CRMService_RefundPoints_RefundPointDto = {
9404
9425
  type: 'string',
9405
9426
  nullable: true
9406
9427
  },
9407
- parentCompanyId: {
9408
- type: 'string',
9409
- format: 'uuid',
9410
- nullable: true
9411
- },
9412
9428
  customerNumber: {
9413
9429
  type: 'string',
9414
9430
  nullable: true
@@ -9955,6 +9971,11 @@ export const $UniRefund_CRMService_TaxFrees_CreateTaxFreeDto = {
9955
9971
  },
9956
9972
  additionalProperties: false
9957
9973
  }
9974
+ },
9975
+ parentId: {
9976
+ type: 'string',
9977
+ format: 'uuid',
9978
+ nullable: true
9958
9979
  }
9959
9980
  },
9960
9981
  additionalProperties: false
@@ -10966,11 +10987,6 @@ export const $UniRefund_CRMService_TaxFrees_TaxFreeDto = {
10966
10987
  type: 'string',
10967
10988
  nullable: true
10968
10989
  },
10969
- parentCompanyId: {
10970
- type: 'string',
10971
- format: 'uuid',
10972
- nullable: true
10973
- },
10974
10990
  customerNumber: {
10975
10991
  type: 'string',
10976
10992
  nullable: true
@@ -11285,7 +11301,7 @@ export const $UniRefund_CRMService_TaxFrees_TaxFreeProfileDto = {
11285
11301
  type: 'string',
11286
11302
  nullable: true
11287
11303
  },
11288
- parentCompanyId: {
11304
+ parentId: {
11289
11305
  type: 'string',
11290
11306
  format: 'uuid',
11291
11307
  nullable: true
@@ -11507,6 +11523,11 @@ export const $UniRefund_CRMService_TaxOffices_CreateTaxOfficeDto = {
11507
11523
  },
11508
11524
  additionalProperties: false
11509
11525
  }
11526
+ },
11527
+ parentId: {
11528
+ type: 'string',
11529
+ format: 'uuid',
11530
+ nullable: true
11510
11531
  }
11511
11532
  },
11512
11533
  additionalProperties: false
@@ -12514,11 +12535,6 @@ export const $UniRefund_CRMService_TaxOffices_TaxOfficeDto = {
12514
12535
  type: 'string',
12515
12536
  nullable: true
12516
12537
  },
12517
- parentCompanyId: {
12518
- type: 'string',
12519
- format: 'uuid',
12520
- nullable: true
12521
- },
12522
12538
  customerNumber: {
12523
12539
  type: 'string',
12524
12540
  nullable: true
@@ -12822,6 +12838,21 @@ export const $UniRefund_CRMService_TaxOffices_TaxOfficeDto = {
12822
12838
  additionalProperties: false
12823
12839
  } as const;
12824
12840
 
12841
+ export const $UniRefund_CRMService_TaxOffices_TaxOfficeIdNameDto = {
12842
+ type: 'object',
12843
+ properties: {
12844
+ id: {
12845
+ type: 'string',
12846
+ format: 'uuid'
12847
+ },
12848
+ name: {
12849
+ type: 'string',
12850
+ nullable: true
12851
+ }
12852
+ },
12853
+ additionalProperties: false
12854
+ } as const;
12855
+
12825
12856
  export const $UniRefund_CRMService_TaxOffices_TaxOfficeProfileDto = {
12826
12857
  type: 'object',
12827
12858
  properties: {
@@ -12833,7 +12864,7 @@ export const $UniRefund_CRMService_TaxOffices_TaxOfficeProfileDto = {
12833
12864
  type: 'string',
12834
12865
  nullable: true
12835
12866
  },
12836
- parentCompanyId: {
12867
+ parentId: {
12837
12868
  type: 'string',
12838
12869
  format: 'uuid',
12839
12870
  nullable: true
@@ -13265,7 +13296,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_CRMService_A
13265
13296
  readOnly: true
13266
13297
  },
13267
13298
  affiliationTypeCode: {
13268
- enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY'],
13299
+ enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY', 'ACCOUNTMANAGER'],
13269
13300
  type: 'string'
13270
13301
  },
13271
13302
  partyId: {
@@ -13302,7 +13333,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_CRMService_C
13302
13333
  type: 'string',
13303
13334
  nullable: true
13304
13335
  },
13305
- parentCompanyId: {
13336
+ parentId: {
13306
13337
  type: 'string',
13307
13338
  format: 'uuid',
13308
13339
  nullable: true
@@ -13417,25 +13448,13 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_CRMService_I
13417
13448
  format: 'uuid',
13418
13449
  nullable: true
13419
13450
  },
13420
- affiliatedName: {
13421
- type: 'string',
13422
- nullable: true
13423
- },
13424
13451
  affiliationTypeCode: {
13425
- enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY'],
13452
+ enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY', 'ACCOUNTMANAGER'],
13426
13453
  type: 'string'
13427
13454
  },
13428
- affiliationTypeCodeValue: {
13429
- type: 'string',
13430
- nullable: true
13431
- },
13432
13455
  affiliationParentTypeCode: {
13433
13456
  enum: ['CUSTOMS', 'MERCHANT', 'REFUNDPOINT', 'TAXFREE', 'TAXOFFICE'],
13434
13457
  type: 'string'
13435
- },
13436
- affiliationParentTypeCodeValue: {
13437
- type: 'string',
13438
- nullable: true
13439
13458
  }
13440
13459
  },
13441
13460
  additionalProperties: false
@@ -13466,7 +13485,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_CRMService_M
13466
13485
  type: 'string',
13467
13486
  nullable: true
13468
13487
  },
13469
- parentCompanyId: {
13488
+ parentId: {
13470
13489
  type: 'string',
13471
13490
  format: 'uuid',
13472
13491
  nullable: true
@@ -13561,20 +13580,12 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_CRMService_O
13561
13580
  nullable: true
13562
13581
  },
13563
13582
  affiliationTypeCode: {
13564
- enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY'],
13583
+ enum: ['COFOUNDER', 'PARTNER', 'ABPUSER', 'SUBCOMPANY', 'ACCOUNTMANAGER'],
13565
13584
  type: 'string'
13566
13585
  },
13567
- affiliationTypeCodeValue: {
13568
- type: 'string',
13569
- nullable: true
13570
- },
13571
13586
  affiliationParentTypeCode: {
13572
13587
  enum: ['CUSTOMS', 'MERCHANT', 'REFUNDPOINT', 'TAXFREE', 'TAXOFFICE'],
13573
13588
  type: 'string'
13574
- },
13575
- affiliationParentTypeCodeValue: {
13576
- type: 'string',
13577
- nullable: true
13578
13589
  }
13579
13590
  },
13580
13591
  additionalProperties: false
@@ -13605,7 +13616,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_CRMService_T
13605
13616
  type: 'string',
13606
13617
  nullable: true
13607
13618
  },
13608
- parentCompanyId: {
13619
+ parentId: {
13609
13620
  type: 'string',
13610
13621
  format: 'uuid',
13611
13622
  nullable: true
@@ -13643,7 +13654,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_CRMService_T
13643
13654
  type: 'string',
13644
13655
  nullable: true
13645
13656
  },
13646
- parentCompanyId: {
13657
+ parentId: {
13647
13658
  type: 'string',
13648
13659
  format: 'uuid',
13649
13660
  nullable: true