@ayasofyazilim/saas 0.0.47 → 0.0.48

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 +39 -21
  30. package/CRMService/services.gen.ts +25 -1
  31. package/CRMService/types.gen.ts +47 -3
  32. package/ContractService/ContractServiceClient.ts +50 -50
  33. package/ContractService/schemas.gen.ts +9572 -9572
  34. package/ContractService/services.gen.ts +1637 -1637
  35. package/ContractService/types.gen.ts +3555 -3555
  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
@@ -4075,7 +4075,7 @@ export const $UniRefund_CRMService_Individuals_IndividualProfileDto = {
4075
4075
  } as const;
4076
4076
 
4077
4077
  export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
4078
- required: ['entityInformationTypes', 'typeCode'],
4078
+ required: ['entityInformationTypes', 'taxOfficeId', 'typeCode'],
4079
4079
  type: 'object',
4080
4080
  properties: {
4081
4081
  extraProperties: {
@@ -4084,6 +4084,14 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
4084
4084
  nullable: true,
4085
4085
  readOnly: true
4086
4086
  },
4087
+ typeCode: {
4088
+ enum: ['HEADQUARTER', 'STORE'],
4089
+ type: 'string'
4090
+ },
4091
+ taxOfficeId: {
4092
+ type: 'string',
4093
+ format: 'uuid'
4094
+ },
4087
4095
  entityInformationTypes: {
4088
4096
  type: 'array',
4089
4097
  items: {
@@ -4514,10 +4522,6 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
4514
4522
  },
4515
4523
  additionalProperties: false
4516
4524
  }
4517
- },
4518
- typeCode: {
4519
- enum: ['HEADQUARTER', 'STORE'],
4520
- type: 'string'
4521
4525
  }
4522
4526
  },
4523
4527
  additionalProperties: false
@@ -6128,6 +6132,19 @@ export const $UniRefund_CRMService_Merchants_MerchantDetailDto = {
6128
6132
  additionalProperties: false
6129
6133
  },
6130
6134
  nullable: true
6135
+ },
6136
+ typeCode: {
6137
+ enum: ['HEADQUARTER', 'STORE'],
6138
+ type: 'string'
6139
+ },
6140
+ taxOfficeId: {
6141
+ type: 'string',
6142
+ format: 'uuid'
6143
+ },
6144
+ tenantId: {
6145
+ type: 'string',
6146
+ format: 'uuid',
6147
+ nullable: true
6131
6148
  }
6132
6149
  },
6133
6150
  additionalProperties: false
@@ -7198,6 +7215,19 @@ export const $UniRefund_CRMService_Merchants_MerchantDto = {
7198
7215
  additionalProperties: false
7199
7216
  },
7200
7217
  nullable: true
7218
+ },
7219
+ typeCode: {
7220
+ enum: ['HEADQUARTER', 'STORE'],
7221
+ type: 'string'
7222
+ },
7223
+ taxOfficeId: {
7224
+ type: 'string',
7225
+ format: 'uuid'
7226
+ },
7227
+ tenantId: {
7228
+ type: 'string',
7229
+ format: 'uuid',
7230
+ nullable: true
7201
7231
  }
7202
7232
  },
7203
7233
  additionalProperties: false
@@ -7246,10 +7276,6 @@ export const $UniRefund_CRMService_Merchants_MerchantProfileDto = {
7246
7276
  enum: ['INDIVIDUAL', 'ORGANIZATION'],
7247
7277
  type: 'string'
7248
7278
  },
7249
- entityInformationTypeCodeName: {
7250
- type: 'string',
7251
- nullable: true
7252
- },
7253
7279
  organizationId: {
7254
7280
  type: 'string',
7255
7281
  format: 'uuid',
@@ -7284,10 +7310,6 @@ export const $UniRefund_CRMService_Merchants_RefundPointProfileDto = {
7284
7310
  enum: ['INDIVIDUAL', 'ORGANIZATION'],
7285
7311
  type: 'string'
7286
7312
  },
7287
- entityInformationTypeCodeValue: {
7288
- type: 'string',
7289
- nullable: true
7290
- },
7291
7313
  organizationId: {
7292
7314
  type: 'string',
7293
7315
  format: 'uuid'
@@ -8795,6 +8817,10 @@ export const $UniRefund_CRMService_RefundPoints_RefundPointDto = {
8795
8817
  format: 'date-time',
8796
8818
  nullable: true
8797
8819
  },
8820
+ typeCode: {
8821
+ enum: ['HEADQUARTER', 'REFUNDPOINT'],
8822
+ type: 'string'
8823
+ },
8798
8824
  entityInformations: {
8799
8825
  type: 'array',
8800
8826
  items: {
@@ -13449,10 +13475,6 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_CRMService_M
13449
13475
  enum: ['INDIVIDUAL', 'ORGANIZATION'],
13450
13476
  type: 'string'
13451
13477
  },
13452
- entityInformationTypeCodeName: {
13453
- type: 'string',
13454
- nullable: true
13455
- },
13456
13478
  organizationId: {
13457
13479
  type: 'string',
13458
13480
  format: 'uuid',
@@ -13496,10 +13518,6 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UniRefund_CRMService_M
13496
13518
  enum: ['INDIVIDUAL', 'ORGANIZATION'],
13497
13519
  type: 'string'
13498
13520
  },
13499
- entityInformationTypeCodeValue: {
13500
- type: 'string',
13501
- nullable: true
13502
- },
13503
13521
  organizationId: {
13504
13522
  type: 'string',
13505
13523
  format: 'uuid'
@@ -2,7 +2,7 @@
2
2
 
3
3
  import type { CancelablePromise } from './core/CancelablePromise';
4
4
  import type { BaseHttpRequest } from './core/BaseHttpRequest';
5
- import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiCrmServiceAddressesData, GetApiCrmServiceAddressesResponse, PostApiCrmServiceAddressesData, PostApiCrmServiceAddressesResponse, GetApiCrmServiceAddressesByIdData, GetApiCrmServiceAddressesByIdResponse, PutApiCrmServiceAddressesByIdData, PutApiCrmServiceAddressesByIdResponse, DeleteApiCrmServiceAddressesByIdData, DeleteApiCrmServiceAddressesByIdResponse, GetApiCrmServiceCustomsData, GetApiCrmServiceCustomsResponse, GetApiCrmServiceCustomsByIdDetailData, GetApiCrmServiceCustomsByIdDetailResponse, PostApiCrmServiceCustomsWithComponentsData, PostApiCrmServiceCustomsWithComponentsResponse, DeleteApiCrmServiceCustomsByIdWithComponentsData, DeleteApiCrmServiceCustomsByIdWithComponentsResponse, PostApiCrmServiceCustomsByIdAffiliationsData, PostApiCrmServiceCustomsByIdAffiliationsResponse, GetApiCrmServiceCustomsByIdAffiliationsData, GetApiCrmServiceCustomsByIdAffiliationsResponse, PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdData, PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceCustomsByIdAddressesByAddressIdData, PutApiCrmServiceCustomsByIdAddressesByAddressIdResponse, PutApiCrmServiceCustomsByIdEmailsByEmailIdData, PutApiCrmServiceCustomsByIdEmailsByEmailIdResponse, GetApiCrmServiceEmailsData, GetApiCrmServiceEmailsResponse, PostApiCrmServiceEmailsData, PostApiCrmServiceEmailsResponse, GetApiCrmServiceEmailsByIdData, GetApiCrmServiceEmailsByIdResponse, PutApiCrmServiceEmailsByIdData, PutApiCrmServiceEmailsByIdResponse, DeleteApiCrmServiceEmailsByIdData, DeleteApiCrmServiceEmailsByIdResponse, PostApiCrmServiceIndividualsWithComponentsData, PostApiCrmServiceIndividualsWithComponentsResponse, GetApiCrmServiceIndividualsData, GetApiCrmServiceIndividualsResponse, GetApiCrmServiceMerchantsData, GetApiCrmServiceMerchantsResponse, GetApiCrmServiceMerchantsInfoData, GetApiCrmServiceMerchantsInfoResponse, GetApiCrmServiceMerchantsByIdDetailData, GetApiCrmServiceMerchantsByIdDetailResponse, GetApiCrmServiceMerchantsByIdSubMerchantsData, GetApiCrmServiceMerchantsByIdSubMerchantsResponse, PostApiCrmServiceMerchantsWithComponentsData, PostApiCrmServiceMerchantsWithComponentsResponse, DeleteApiCrmServiceMerchantsByIdWithComponentsData, DeleteApiCrmServiceMerchantsByIdWithComponentsResponse, GetApiCrmServiceMerchantsByIdAffiliationsData, GetApiCrmServiceMerchantsByIdAffiliationsResponse, PostApiCrmServiceMerchantsByIdAffiliationsData, PostApiCrmServiceMerchantsByIdAffiliationsResponse, PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdResponse, PostApiCrmServiceMerchantsBulkProductGroupMerchantsData, PostApiCrmServiceMerchantsBulkProductGroupMerchantsResponse, PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdData, PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdResponse, GetApiCrmServiceMerchantsByIdAddressesData, GetApiCrmServiceMerchantsByIdAddressesResponse, PutApiCrmServiceMerchantsByIdAddressesByAddressIdData, PutApiCrmServiceMerchantsByIdAddressesByAddressIdResponse, PutApiCrmServiceMerchantsByIdEmailsByEmailIdData, PutApiCrmServiceMerchantsByIdEmailsByEmailIdResponse, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdData, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdResponse, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdData, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdResponse, PostApiCrmServiceOrganizationsWithComponentsData, PostApiCrmServiceOrganizationsWithComponentsResponse, GetApiCrmServiceOrganizationsData, GetApiCrmServiceOrganizationsResponse, GetApiCrmServiceRefundPointsData, GetApiCrmServiceRefundPointsResponse, GetApiCrmServiceRefundPointsByIdDetailData, GetApiCrmServiceRefundPointsByIdDetailResponse, GetApiCrmServiceRefundPointsByIdSubRefundPointsData, GetApiCrmServiceRefundPointsByIdSubRefundPointsResponse, PostApiCrmServiceRefundPointsWithComponentsData, PostApiCrmServiceRefundPointsWithComponentsResponse, DeleteApiCrmServiceRefundPointsByIdWithComponentsData, DeleteApiCrmServiceRefundPointsByIdWithComponentsResponse, PostApiCrmServiceRefundPointsByIdAffiliationsData, PostApiCrmServiceRefundPointsByIdAffiliationsResponse, GetApiCrmServiceRefundPointsByIdAffiliationsData, GetApiCrmServiceRefundPointsByIdAffiliationsResponse, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdData, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdResponse, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdData, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxFreesData, GetApiCrmServiceTaxFreesResponse, GetApiCrmServiceTaxFreesByIdDetailData, GetApiCrmServiceTaxFreesByIdDetailResponse, GetApiCrmServiceTaxFreesByIdSubTaxFreeData, GetApiCrmServiceTaxFreesByIdSubTaxFreeResponse, PostApiCrmServiceTaxFreesWithComponentsData, PostApiCrmServiceTaxFreesWithComponentsResponse, DeleteApiCrmServiceTaxFreesByIdWithComponentsData, DeleteApiCrmServiceTaxFreesByIdWithComponentsResponse, PostApiCrmServiceTaxFreesByIdAffiliationsData, PostApiCrmServiceTaxFreesByIdAffiliationsResponse, GetApiCrmServiceTaxFreesByIdAffiliationsData, GetApiCrmServiceTaxFreesByIdAffiliationsResponse, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdData, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdData, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxOfficesData, GetApiCrmServiceTaxOfficesResponse, GetApiCrmServiceTaxOfficesByIdDetailData, GetApiCrmServiceTaxOfficesByIdDetailResponse, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesData, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesResponse, PostApiCrmServiceTaxOfficesWithComponentsData, PostApiCrmServiceTaxOfficesWithComponentsResponse, DeleteApiCrmServiceTaxOfficesByIdWithComponentsData, DeleteApiCrmServiceTaxOfficesByIdWithComponentsResponse, PostApiCrmServiceTaxOfficesByIdAffiliationsData, PostApiCrmServiceTaxOfficesByIdAffiliationsResponse, GetApiCrmServiceTaxOfficesByIdAffiliationsData, GetApiCrmServiceTaxOfficesByIdAffiliationsResponse, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdData, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdData, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdResponse, GetApiCrmServiceTelephonesData, GetApiCrmServiceTelephonesResponse, PostApiCrmServiceTelephonesData, PostApiCrmServiceTelephonesResponse, GetApiCrmServiceTelephonesByIdData, GetApiCrmServiceTelephonesByIdResponse, PutApiCrmServiceTelephonesByIdData, PutApiCrmServiceTelephonesByIdResponse, DeleteApiCrmServiceTelephonesByIdData, DeleteApiCrmServiceTelephonesByIdResponse } from './types.gen';
5
+ import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiCrmServiceAddressesData, GetApiCrmServiceAddressesResponse, PostApiCrmServiceAddressesData, PostApiCrmServiceAddressesResponse, GetApiCrmServiceAddressesByIdData, GetApiCrmServiceAddressesByIdResponse, PutApiCrmServiceAddressesByIdData, PutApiCrmServiceAddressesByIdResponse, DeleteApiCrmServiceAddressesByIdData, DeleteApiCrmServiceAddressesByIdResponse, GetApiCrmServiceCustomsData, GetApiCrmServiceCustomsResponse, GetApiCrmServiceCustomsByIdDetailData, GetApiCrmServiceCustomsByIdDetailResponse, GetApiCrmServiceCustomsByIdSubCustomsData, GetApiCrmServiceCustomsByIdSubCustomsResponse, PostApiCrmServiceCustomsWithComponentsData, PostApiCrmServiceCustomsWithComponentsResponse, DeleteApiCrmServiceCustomsByIdWithComponentsData, DeleteApiCrmServiceCustomsByIdWithComponentsResponse, PostApiCrmServiceCustomsByIdAffiliationsData, PostApiCrmServiceCustomsByIdAffiliationsResponse, GetApiCrmServiceCustomsByIdAffiliationsData, GetApiCrmServiceCustomsByIdAffiliationsResponse, PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdData, PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceCustomsByIdAddressesByAddressIdData, PutApiCrmServiceCustomsByIdAddressesByAddressIdResponse, PutApiCrmServiceCustomsByIdEmailsByEmailIdData, PutApiCrmServiceCustomsByIdEmailsByEmailIdResponse, GetApiCrmServiceEmailsData, GetApiCrmServiceEmailsResponse, PostApiCrmServiceEmailsData, PostApiCrmServiceEmailsResponse, GetApiCrmServiceEmailsByIdData, GetApiCrmServiceEmailsByIdResponse, PutApiCrmServiceEmailsByIdData, PutApiCrmServiceEmailsByIdResponse, DeleteApiCrmServiceEmailsByIdData, DeleteApiCrmServiceEmailsByIdResponse, PostApiCrmServiceIndividualsWithComponentsData, PostApiCrmServiceIndividualsWithComponentsResponse, GetApiCrmServiceIndividualsData, GetApiCrmServiceIndividualsResponse, GetApiCrmServiceMerchantsData, GetApiCrmServiceMerchantsResponse, GetApiCrmServiceMerchantsInfoData, GetApiCrmServiceMerchantsInfoResponse, GetApiCrmServiceMerchantsByIdDetailData, GetApiCrmServiceMerchantsByIdDetailResponse, GetApiCrmServiceMerchantsByIdSubMerchantsData, GetApiCrmServiceMerchantsByIdSubMerchantsResponse, PostApiCrmServiceMerchantsWithComponentsData, PostApiCrmServiceMerchantsWithComponentsResponse, DeleteApiCrmServiceMerchantsByIdWithComponentsData, DeleteApiCrmServiceMerchantsByIdWithComponentsResponse, GetApiCrmServiceMerchantsByIdAffiliationsData, GetApiCrmServiceMerchantsByIdAffiliationsResponse, PostApiCrmServiceMerchantsByIdAffiliationsData, PostApiCrmServiceMerchantsByIdAffiliationsResponse, PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdResponse, PostApiCrmServiceMerchantsBulkProductGroupMerchantsData, PostApiCrmServiceMerchantsBulkProductGroupMerchantsResponse, PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdData, PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdResponse, GetApiCrmServiceMerchantsByIdAddressesData, GetApiCrmServiceMerchantsByIdAddressesResponse, PutApiCrmServiceMerchantsByIdAddressesByAddressIdData, PutApiCrmServiceMerchantsByIdAddressesByAddressIdResponse, PutApiCrmServiceMerchantsByIdEmailsByEmailIdData, PutApiCrmServiceMerchantsByIdEmailsByEmailIdResponse, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdData, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdResponse, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdData, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdResponse, PostApiCrmServiceOrganizationsWithComponentsData, PostApiCrmServiceOrganizationsWithComponentsResponse, GetApiCrmServiceOrganizationsData, GetApiCrmServiceOrganizationsResponse, GetApiCrmServiceRefundPointsData, GetApiCrmServiceRefundPointsResponse, GetApiCrmServiceRefundPointsByIdDetailData, GetApiCrmServiceRefundPointsByIdDetailResponse, GetApiCrmServiceRefundPointsByIdSubRefundPointsData, GetApiCrmServiceRefundPointsByIdSubRefundPointsResponse, PostApiCrmServiceRefundPointsWithComponentsData, PostApiCrmServiceRefundPointsWithComponentsResponse, DeleteApiCrmServiceRefundPointsByIdWithComponentsData, DeleteApiCrmServiceRefundPointsByIdWithComponentsResponse, PostApiCrmServiceRefundPointsByIdAffiliationsData, PostApiCrmServiceRefundPointsByIdAffiliationsResponse, GetApiCrmServiceRefundPointsByIdAffiliationsData, GetApiCrmServiceRefundPointsByIdAffiliationsResponse, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdData, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdResponse, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdData, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxFreesData, GetApiCrmServiceTaxFreesResponse, GetApiCrmServiceTaxFreesByIdDetailData, GetApiCrmServiceTaxFreesByIdDetailResponse, GetApiCrmServiceTaxFreesByIdSubTaxFreeData, GetApiCrmServiceTaxFreesByIdSubTaxFreeResponse, PostApiCrmServiceTaxFreesWithComponentsData, PostApiCrmServiceTaxFreesWithComponentsResponse, DeleteApiCrmServiceTaxFreesByIdWithComponentsData, DeleteApiCrmServiceTaxFreesByIdWithComponentsResponse, PostApiCrmServiceTaxFreesByIdAffiliationsData, PostApiCrmServiceTaxFreesByIdAffiliationsResponse, GetApiCrmServiceTaxFreesByIdAffiliationsData, GetApiCrmServiceTaxFreesByIdAffiliationsResponse, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdData, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdData, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxOfficesData, GetApiCrmServiceTaxOfficesResponse, GetApiCrmServiceTaxOfficesByIdDetailData, GetApiCrmServiceTaxOfficesByIdDetailResponse, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesData, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesResponse, PostApiCrmServiceTaxOfficesWithComponentsData, PostApiCrmServiceTaxOfficesWithComponentsResponse, DeleteApiCrmServiceTaxOfficesByIdWithComponentsData, DeleteApiCrmServiceTaxOfficesByIdWithComponentsResponse, PostApiCrmServiceTaxOfficesByIdAffiliationsData, PostApiCrmServiceTaxOfficesByIdAffiliationsResponse, GetApiCrmServiceTaxOfficesByIdAffiliationsData, GetApiCrmServiceTaxOfficesByIdAffiliationsResponse, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdData, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdData, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdResponse, GetApiCrmServiceTelephonesData, GetApiCrmServiceTelephonesResponse, PostApiCrmServiceTelephonesData, PostApiCrmServiceTelephonesResponse, GetApiCrmServiceTelephonesByIdData, GetApiCrmServiceTelephonesByIdResponse, PutApiCrmServiceTelephonesByIdData, PutApiCrmServiceTelephonesByIdResponse, DeleteApiCrmServiceTelephonesByIdData, DeleteApiCrmServiceTelephonesByIdResponse } from './types.gen';
6
6
 
7
7
  export class AbpApiDefinitionService {
8
8
  constructor(public readonly httpRequest: BaseHttpRequest) { }
@@ -279,6 +279,30 @@ export class CustomsService {
279
279
  });
280
280
  }
281
281
 
282
+ /**
283
+ * @param data The data for the request.
284
+ * @param data.id
285
+ * @returns Volo_Abp_Application_Dtos_PagedResultDto_1<UniRefund_CRMService_Customss_CustomsProfileDto__UniRefund_CRMService_Application_Contracts__Version_1_0_0_0__Culture_neutral__PublicKeyToken_null_> Success
286
+ * @throws ApiError
287
+ */
288
+ public getApiCrmServiceCustomsByIdSubCustoms(data: GetApiCrmServiceCustomsByIdSubCustomsData): CancelablePromise<GetApiCrmServiceCustomsByIdSubCustomsResponse> {
289
+ return this.httpRequest.request({
290
+ method: 'GET',
291
+ url: '/api/crm-service/customs/{id}/sub-customs',
292
+ path: {
293
+ id: data.id
294
+ },
295
+ errors: {
296
+ 400: 'Bad Request',
297
+ 401: 'Unauthorized',
298
+ 403: 'Forbidden',
299
+ 404: 'Not Found',
300
+ 500: 'Server Error',
301
+ 501: 'Server Error'
302
+ }
303
+ });
304
+ }
305
+
282
306
  /**
283
307
  * @param data The data for the request.
284
308
  * @param data.requestBody
@@ -279,8 +279,9 @@ export type UniRefund_CRMService_Merchants_CreateMerchantDto = {
279
279
  readonly extraProperties?: {
280
280
  [key: string]: unknown;
281
281
  } | null;
282
- entityInformationTypes: Array<UniRefund_CRMService_Merchants_CreateMerchantEntityInformationTypeDto>;
283
282
  typeCode: UniRefund_CRMService_Merchants_MerchantTypeCode;
283
+ taxOfficeId: string;
284
+ entityInformationTypes: Array<UniRefund_CRMService_Merchants_CreateMerchantEntityInformationTypeDto>;
284
285
  };
285
286
 
286
287
  export type UniRefund_CRMService_Merchants_CreateMerchantEntityInformationTypeDto = {
@@ -320,6 +321,9 @@ export type UniRefund_CRMService_Merchants_MerchantDto = {
320
321
  deletionTime?: string | null;
321
322
  entityInformations?: Array<UniRefund_CRMService_EntityInformationTypes_EntityInformationTypeDto> | null;
322
323
  affiliations?: Array<UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto> | null;
324
+ typeCode?: UniRefund_CRMService_Merchants_MerchantTypeCode;
325
+ taxOfficeId?: string;
326
+ tenantId?: string | null;
323
327
  };
324
328
 
325
329
  export type UniRefund_CRMService_Merchants_MerchantInfoDto = {
@@ -334,7 +338,6 @@ export type UniRefund_CRMService_Merchants_MerchantProfileDto = {
334
338
  name?: string | null;
335
339
  parentCompanyId?: string | null;
336
340
  entityInformationTypeCode?: UniRefund_CRMService_Enums_EntityInformationTypeCode;
337
- entityInformationTypeCodeName?: string | null;
338
341
  organizationId?: string | null;
339
342
  individualId?: string | null;
340
343
  };
@@ -345,7 +348,6 @@ export type UniRefund_CRMService_Merchants_RefundPointProfileDto = {
345
348
  id?: string;
346
349
  name?: string | null;
347
350
  entityInformationTypeCode?: UniRefund_CRMService_Enums_EntityInformationTypeCode;
348
- entityInformationTypeCodeValue?: string | null;
349
351
  organizationId?: string;
350
352
  };
351
353
 
@@ -515,6 +517,7 @@ export type UniRefund_CRMService_RefundPoints_RefundPointDto = {
515
517
  isDeleted?: boolean;
516
518
  deleterId?: string | null;
517
519
  deletionTime?: string | null;
520
+ typeCode?: UniRefund_CRMService_RefundPoints_RefundPointTypeCode;
518
521
  entityInformations?: Array<UniRefund_CRMService_EntityInformationTypes_EntityInformationTypeDto> | null;
519
522
  };
520
523
 
@@ -1201,6 +1204,12 @@ export type GetApiCrmServiceCustomsByIdDetailData = {
1201
1204
 
1202
1205
  export type GetApiCrmServiceCustomsByIdDetailResponse = UniRefund_CRMService_Customss_CustomsDto;
1203
1206
 
1207
+ export type GetApiCrmServiceCustomsByIdSubCustomsData = {
1208
+ id: string;
1209
+ };
1210
+
1211
+ export type GetApiCrmServiceCustomsByIdSubCustomsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
1212
+
1204
1213
  export type PostApiCrmServiceCustomsWithComponentsData = {
1205
1214
  requestBody?: UniRefund_CRMService_Customss_CreateCustomsDto;
1206
1215
  };
@@ -2063,6 +2072,41 @@ export type $OpenApiTs = {
2063
2072
  };
2064
2073
  };
2065
2074
  };
2075
+ '/api/crm-service/customs/{id}/sub-customs': {
2076
+ get: {
2077
+ req: GetApiCrmServiceCustomsByIdSubCustomsData;
2078
+ res: {
2079
+ /**
2080
+ * Success
2081
+ */
2082
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
2083
+ /**
2084
+ * Bad Request
2085
+ */
2086
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2087
+ /**
2088
+ * Unauthorized
2089
+ */
2090
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2091
+ /**
2092
+ * Forbidden
2093
+ */
2094
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2095
+ /**
2096
+ * Not Found
2097
+ */
2098
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2099
+ /**
2100
+ * Server Error
2101
+ */
2102
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2103
+ /**
2104
+ * Server Error
2105
+ */
2106
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2107
+ };
2108
+ };
2109
+ };
2066
2110
  '/api/crm-service/customs/with-components': {
2067
2111
  post: {
2068
2112
  req: PostApiCrmServiceCustomsWithComponentsData;
@@ -1,50 +1,50 @@
1
- import type { BaseHttpRequest } from './core/BaseHttpRequest';
2
- import type { OpenAPIConfig } from './core/OpenAPI';
3
- import { Interceptors } from './core/OpenAPI';
4
- import { FetchHttpRequest } from './core/FetchHttpRequest';
5
-
6
- import { AbpApiDefinitionService } from './services.gen';
7
- import { AbpApplicationConfigurationService } from './services.gen';
8
- import { AbpApplicationLocalizationService } from './services.gen';
9
- import { ContractsService } from './services.gen';
10
- import { RebateTablesService } from './services.gen';
11
- import { RefundTablesService } from './services.gen';
12
-
13
- type HttpRequestConstructor = new (config: OpenAPIConfig) => BaseHttpRequest;
14
-
15
- export class ContractServiceClient {
16
-
17
- public readonly abpApiDefinition: AbpApiDefinitionService;
18
- public readonly abpApplicationConfiguration: AbpApplicationConfigurationService;
19
- public readonly abpApplicationLocalization: AbpApplicationLocalizationService;
20
- public readonly contracts: ContractsService;
21
- public readonly rebateTables: RebateTablesService;
22
- public readonly refundTables: RefundTablesService;
23
-
24
- public readonly request: BaseHttpRequest;
25
-
26
- constructor(config?: Partial<OpenAPIConfig>, HttpRequest: HttpRequestConstructor = FetchHttpRequest) {
27
- this.request = new HttpRequest({
28
- BASE: config?.BASE ?? '',
29
- VERSION: config?.VERSION ?? '1',
30
- WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false,
31
- CREDENTIALS: config?.CREDENTIALS ?? 'include',
32
- TOKEN: config?.TOKEN,
33
- USERNAME: config?.USERNAME,
34
- PASSWORD: config?.PASSWORD,
35
- HEADERS: config?.HEADERS,
36
- ENCODE_PATH: config?.ENCODE_PATH,
37
- interceptors: {
38
- request: config?.interceptors?.request ?? new Interceptors(),
39
- response: config?.interceptors?.response ?? new Interceptors(),
40
- },
41
- });
42
-
43
- this.abpApiDefinition = new AbpApiDefinitionService(this.request);
44
- this.abpApplicationConfiguration = new AbpApplicationConfigurationService(this.request);
45
- this.abpApplicationLocalization = new AbpApplicationLocalizationService(this.request);
46
- this.contracts = new ContractsService(this.request);
47
- this.rebateTables = new RebateTablesService(this.request);
48
- this.refundTables = new RefundTablesService(this.request);
49
- }
50
- }
1
+ import type { BaseHttpRequest } from './core/BaseHttpRequest';
2
+ import type { OpenAPIConfig } from './core/OpenAPI';
3
+ import { Interceptors } from './core/OpenAPI';
4
+ import { FetchHttpRequest } from './core/FetchHttpRequest';
5
+
6
+ import { AbpApiDefinitionService } from './services.gen';
7
+ import { AbpApplicationConfigurationService } from './services.gen';
8
+ import { AbpApplicationLocalizationService } from './services.gen';
9
+ import { ContractsService } from './services.gen';
10
+ import { RebateTablesService } from './services.gen';
11
+ import { RefundTablesService } from './services.gen';
12
+
13
+ type HttpRequestConstructor = new (config: OpenAPIConfig) => BaseHttpRequest;
14
+
15
+ export class ContractServiceClient {
16
+
17
+ public readonly abpApiDefinition: AbpApiDefinitionService;
18
+ public readonly abpApplicationConfiguration: AbpApplicationConfigurationService;
19
+ public readonly abpApplicationLocalization: AbpApplicationLocalizationService;
20
+ public readonly contracts: ContractsService;
21
+ public readonly rebateTables: RebateTablesService;
22
+ public readonly refundTables: RefundTablesService;
23
+
24
+ public readonly request: BaseHttpRequest;
25
+
26
+ constructor(config?: Partial<OpenAPIConfig>, HttpRequest: HttpRequestConstructor = FetchHttpRequest) {
27
+ this.request = new HttpRequest({
28
+ BASE: config?.BASE ?? '',
29
+ VERSION: config?.VERSION ?? '1',
30
+ WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false,
31
+ CREDENTIALS: config?.CREDENTIALS ?? 'include',
32
+ TOKEN: config?.TOKEN,
33
+ USERNAME: config?.USERNAME,
34
+ PASSWORD: config?.PASSWORD,
35
+ HEADERS: config?.HEADERS,
36
+ ENCODE_PATH: config?.ENCODE_PATH,
37
+ interceptors: {
38
+ request: config?.interceptors?.request ?? new Interceptors(),
39
+ response: config?.interceptors?.response ?? new Interceptors(),
40
+ },
41
+ });
42
+
43
+ this.abpApiDefinition = new AbpApiDefinitionService(this.request);
44
+ this.abpApplicationConfiguration = new AbpApplicationConfigurationService(this.request);
45
+ this.abpApplicationLocalization = new AbpApplicationLocalizationService(this.request);
46
+ this.contracts = new ContractsService(this.request);
47
+ this.rebateTables = new RebateTablesService(this.request);
48
+ this.refundTables = new RefundTablesService(this.request);
49
+ }
50
+ }