@ayasofyazilim/saas 0.0.121 → 0.0.123

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.
@@ -5462,22 +5462,17 @@ export const $UniRefund_CRMService_Individuals_IndividualWithAbpUserAccountDto =
5462
5462
  } as const;
5463
5463
 
5464
5464
  export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
5465
- required: ['entityInformationTypes', 'taxOfficeId', 'taxpayerId', 'typeCode'],
5465
+ required: ['entityInformationTypes', 'typeCode'],
5466
5466
  type: 'object',
5467
5467
  properties: {
5468
- extraProperties: {
5469
- type: 'object',
5470
- additionalProperties: {},
5471
- nullable: true,
5472
- readOnly: true
5473
- },
5474
5468
  typeCode: {
5475
5469
  enum: ['HEADQUARTER', 'STORE'],
5476
5470
  type: 'string'
5477
5471
  },
5478
5472
  taxOfficeId: {
5479
5473
  type: 'string',
5480
- format: 'uuid'
5474
+ format: 'uuid',
5475
+ nullable: true
5481
5476
  },
5482
5477
  parentId: {
5483
5478
  type: 'string',
@@ -5491,7 +5486,8 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantDto = {
5491
5486
  taxpayerId: {
5492
5487
  maxLength: 255,
5493
5488
  minLength: 0,
5494
- type: 'string'
5489
+ type: 'string',
5490
+ nullable: true
5495
5491
  },
5496
5492
  entityInformationTypes: {
5497
5493
  type: 'array',
@@ -9117,7 +9113,7 @@ export const $UniRefund_CRMService_Merchants_SubIndividualDto = {
9117
9113
  } as const;
9118
9114
 
9119
9115
  export const $UniRefund_CRMService_Merchants_UpdateMerchantDto = {
9120
- required: ['taxOfficeId', 'taxpayerId', 'typeCode'],
9116
+ required: ['typeCode'],
9121
9117
  type: 'object',
9122
9118
  properties: {
9123
9119
  typeCode: {
@@ -9126,7 +9122,8 @@ export const $UniRefund_CRMService_Merchants_UpdateMerchantDto = {
9126
9122
  },
9127
9123
  taxOfficeId: {
9128
9124
  type: 'string',
9129
- format: 'uuid'
9125
+ format: 'uuid',
9126
+ nullable: true
9130
9127
  },
9131
9128
  parentId: {
9132
9129
  type: 'string',
@@ -9136,7 +9133,8 @@ export const $UniRefund_CRMService_Merchants_UpdateMerchantDto = {
9136
9133
  taxpayerId: {
9137
9134
  maxLength: 255,
9138
9135
  minLength: 0,
9139
- type: 'string'
9136
+ type: 'string',
9137
+ nullable: true
9140
9138
  }
9141
9139
  },
9142
9140
  additionalProperties: false
@@ -10076,22 +10074,17 @@ export const $UniRefund_CRMService_PersonalSummaries_UpdatePersonalSummaryDto =
10076
10074
  } as const;
10077
10075
 
10078
10076
  export const $UniRefund_CRMService_RefundPoints_CreateRefundPointDto = {
10079
- required: ['taxOfficeId', 'taxpayerId', 'typeCode'],
10077
+ required: ['typeCode'],
10080
10078
  type: 'object',
10081
10079
  properties: {
10082
- extraProperties: {
10083
- type: 'object',
10084
- additionalProperties: {},
10085
- nullable: true,
10086
- readOnly: true
10087
- },
10088
10080
  typeCode: {
10089
10081
  enum: ['HEADQUARTER', 'REFUNDPOINT'],
10090
10082
  type: 'string'
10091
10083
  },
10092
10084
  taxOfficeId: {
10093
10085
  type: 'string',
10094
- format: 'uuid'
10086
+ format: 'uuid',
10087
+ nullable: true
10095
10088
  },
10096
10089
  parentId: {
10097
10090
  type: 'string',
@@ -10101,7 +10094,8 @@ export const $UniRefund_CRMService_RefundPoints_CreateRefundPointDto = {
10101
10094
  taxpayerId: {
10102
10095
  maxLength: 255,
10103
10096
  minLength: 0,
10104
- type: 'string'
10097
+ type: 'string',
10098
+ nullable: true
10105
10099
  },
10106
10100
  entityInformationTypes: {
10107
10101
  type: 'array',
@@ -10715,6 +10709,15 @@ export const $UniRefund_CRMService_RefundPoints_RefundPointDto = {
10715
10709
  enum: ['HEADQUARTER', 'REFUNDPOINT'],
10716
10710
  type: 'string'
10717
10711
  },
10712
+ taxOfficeId: {
10713
+ type: 'string',
10714
+ format: 'uuid'
10715
+ },
10716
+ parentId: {
10717
+ type: 'string',
10718
+ format: 'uuid',
10719
+ nullable: true
10720
+ },
10718
10721
  entityInformations: {
10719
10722
  type: 'array',
10720
10723
  items: {
@@ -11670,6 +11673,36 @@ export const $UniRefund_CRMService_RefundPoints_RefundPointTypeCode = {
11670
11673
  type: 'string'
11671
11674
  } as const;
11672
11675
 
11676
+ export const $UniRefund_CRMService_RefundPoints_UpdateRefundPointDto = {
11677
+ type: 'object',
11678
+ properties: {
11679
+ typeCode: {
11680
+ enum: ['HEADQUARTER', 'REFUNDPOINT'],
11681
+ type: 'string'
11682
+ },
11683
+ taxOfficeId: {
11684
+ type: 'string',
11685
+ format: 'uuid',
11686
+ nullable: true
11687
+ },
11688
+ tenantId: {
11689
+ type: 'string',
11690
+ format: 'uuid',
11691
+ nullable: true
11692
+ },
11693
+ parentId: {
11694
+ type: 'string',
11695
+ format: 'uuid',
11696
+ nullable: true
11697
+ },
11698
+ taxpayerId: {
11699
+ type: 'string',
11700
+ nullable: true
11701
+ }
11702
+ },
11703
+ additionalProperties: false
11704
+ } as const;
11705
+
11673
11706
  export const $UniRefund_CRMService_RefundPoints_UpdateRefundPointOrganizationDto = {
11674
11707
  required: ['name'],
11675
11708
  type: 'object',
@@ -11689,15 +11722,9 @@ export const $UniRefund_CRMService_RefundPoints_UpdateRefundPointOrganizationDto
11689
11722
  } as const;
11690
11723
 
11691
11724
  export const $UniRefund_CRMService_TaxFrees_CreateTaxFreeDto = {
11692
- required: ['entityInformationTypes', 'taxpayerId'],
11725
+ required: ['entityInformationTypes'],
11693
11726
  type: 'object',
11694
11727
  properties: {
11695
- extraProperties: {
11696
- type: 'object',
11697
- additionalProperties: {},
11698
- nullable: true,
11699
- readOnly: true
11700
- },
11701
11728
  entityInformationTypes: {
11702
11729
  type: 'array',
11703
11730
  items: {
@@ -11889,7 +11916,17 @@ export const $UniRefund_CRMService_TaxFrees_CreateTaxFreeDto = {
11889
11916
  taxpayerId: {
11890
11917
  maxLength: 255,
11891
11918
  minLength: 0,
11919
+ type: 'string',
11920
+ nullable: true
11921
+ },
11922
+ typeCode: {
11923
+ enum: ['HEADQUARTER', 'TAXFREE'],
11892
11924
  type: 'string'
11925
+ },
11926
+ taxOfficeId: {
11927
+ type: 'string',
11928
+ format: 'uuid',
11929
+ nullable: true
11893
11930
  }
11894
11931
  },
11895
11932
  additionalProperties: false
@@ -13230,6 +13267,38 @@ export const $UniRefund_CRMService_TaxFrees_TaxFreeProfileDto = {
13230
13267
  additionalProperties: false
13231
13268
  } as const;
13232
13269
 
13270
+ export const $UniRefund_CRMService_TaxFrees_TaxFreeTypeCode = {
13271
+ enum: ['HEADQUARTER', 'TAXFREE'],
13272
+ type: 'string'
13273
+ } as const;
13274
+
13275
+ export const $UniRefund_CRMService_TaxFrees_UpdateTaxFreeDto = {
13276
+ type: 'object',
13277
+ properties: {
13278
+ parentId: {
13279
+ type: 'string',
13280
+ format: 'uuid',
13281
+ nullable: true
13282
+ },
13283
+ taxpayerId: {
13284
+ maxLength: 255,
13285
+ minLength: 0,
13286
+ type: 'string',
13287
+ nullable: true
13288
+ },
13289
+ typeCode: {
13290
+ enum: ['HEADQUARTER', 'TAXFREE'],
13291
+ type: 'string'
13292
+ },
13293
+ taxOfficeId: {
13294
+ type: 'string',
13295
+ format: 'uuid',
13296
+ nullable: true
13297
+ }
13298
+ },
13299
+ additionalProperties: false
13300
+ } as const;
13301
+
13233
13302
  export const $UniRefund_CRMService_TaxOffices_CreateTaxOfficeDto = {
13234
13303
  required: ['entityInformationTypes', 'taxpayerId'],
13235
13304
  type: 'object',
@@ -14776,6 +14845,104 @@ export const $UniRefund_CRMService_TaxOffices_UpdateTaxOfficeOrganizationDto = {
14776
14845
  additionalProperties: false
14777
14846
  } as const;
14778
14847
 
14848
+ export const $UniRefund_CRMService_TelephoneCommonDatas_TelephoneCommonDataDto = {
14849
+ type: 'object',
14850
+ properties: {
14851
+ id: {
14852
+ type: 'string',
14853
+ format: 'uuid'
14854
+ },
14855
+ creationTime: {
14856
+ type: 'string',
14857
+ format: 'date-time'
14858
+ },
14859
+ creatorId: {
14860
+ type: 'string',
14861
+ format: 'uuid',
14862
+ nullable: true
14863
+ },
14864
+ lastModificationTime: {
14865
+ type: 'string',
14866
+ format: 'date-time',
14867
+ nullable: true
14868
+ },
14869
+ lastModifierId: {
14870
+ type: 'string',
14871
+ format: 'uuid',
14872
+ nullable: true
14873
+ },
14874
+ isDeleted: {
14875
+ type: 'boolean'
14876
+ },
14877
+ deleterId: {
14878
+ type: 'string',
14879
+ format: 'uuid',
14880
+ nullable: true
14881
+ },
14882
+ deletionTime: {
14883
+ type: 'string',
14884
+ format: 'date-time',
14885
+ nullable: true
14886
+ },
14887
+ areaCode: {
14888
+ type: 'string',
14889
+ nullable: true
14890
+ },
14891
+ localNumber: {
14892
+ type: 'string',
14893
+ nullable: true
14894
+ },
14895
+ ituCountryCode: {
14896
+ type: 'string',
14897
+ nullable: true
14898
+ },
14899
+ primaryFlag: {
14900
+ type: 'boolean'
14901
+ },
14902
+ typeCode: {
14903
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
14904
+ type: 'string'
14905
+ }
14906
+ },
14907
+ additionalProperties: false
14908
+ } as const;
14909
+
14910
+ export const $UniRefund_CRMService_TelephoneCommonDatas_UpdateTelephoneCommonDataDto = {
14911
+ required: ['areaCode', 'ituCountryCode', 'localNumber', 'typeCode'],
14912
+ type: 'object',
14913
+ properties: {
14914
+ extraProperties: {
14915
+ type: 'object',
14916
+ additionalProperties: {},
14917
+ nullable: true,
14918
+ readOnly: true
14919
+ },
14920
+ areaCode: {
14921
+ maxLength: 255,
14922
+ minLength: 0,
14923
+ type: 'string'
14924
+ },
14925
+ localNumber: {
14926
+ maxLength: 255,
14927
+ minLength: 0,
14928
+ type: 'string'
14929
+ },
14930
+ ituCountryCode: {
14931
+ maxLength: 255,
14932
+ minLength: 0,
14933
+ type: 'string'
14934
+ },
14935
+ primaryFlag: {
14936
+ type: 'boolean'
14937
+ },
14938
+ typeCode: {
14939
+ enum: ['HOME', 'OFFICE', 'MOBILE', 'FAX'],
14940
+ type: 'string'
14941
+ }
14942
+ },
14943
+ additionalProperties: false
14944
+ } as const;
14945
+
14779
14946
  export const $UniRefund_CRMService_TelephoneTypes_CreateTelephoneTypeWithComponentsDto = {
14780
14947
  required: ['areaCode', 'ituCountryCode', 'localNumber', 'primaryFlag', 'typeCode'],
14781
14948
  type: 'object',
@@ -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, GetApiCrmServiceAffiliationCodesData, GetApiCrmServiceAffiliationCodesResponse, PostApiCrmServiceAffiliationCodesData, PostApiCrmServiceAffiliationCodesResponse, GetApiCrmServiceAffiliationCodesByIdData, GetApiCrmServiceAffiliationCodesByIdResponse, PutApiCrmServiceAffiliationCodesByIdData, PutApiCrmServiceAffiliationCodesByIdResponse, DeleteApiCrmServiceAffiliationCodesByIdData, DeleteApiCrmServiceAffiliationCodesByIdResponse, PostApiCrmServiceAffiliationCodesByIdTranslationData, PostApiCrmServiceAffiliationCodesByIdTranslationResponse, PutApiCrmServiceAffiliationCodesByIdTranslationData, PutApiCrmServiceAffiliationCodesByIdTranslationResponse, GetApiCrmServiceAffiliationCodesByIdExistByIdAsyncData, GetApiCrmServiceAffiliationCodesByIdExistByIdAsyncResponse, GetApiCrmServiceCustomsData, GetApiCrmServiceCustomsResponse, GetApiCrmServiceCustomsByIdDetailData, GetApiCrmServiceCustomsByIdDetailResponse, GetApiCrmServiceCustomsByIdSubCustomsData, GetApiCrmServiceCustomsByIdSubCustomsResponse, PostApiCrmServiceCustomsWithComponentsData, PostApiCrmServiceCustomsWithComponentsResponse, DeleteApiCrmServiceCustomsByIdWithComponentsData, DeleteApiCrmServiceCustomsByIdWithComponentsResponse, PostApiCrmServiceCustomsByIdAffiliationsData, PostApiCrmServiceCustomsByIdAffiliationsResponse, GetApiCrmServiceCustomsByIdAffiliationsData, GetApiCrmServiceCustomsByIdAffiliationsResponse, DeleteApiCrmServiceCustomsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceCustomsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdData, PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceCustomsByIdAddressesByAddressIdData, PutApiCrmServiceCustomsByIdAddressesByAddressIdResponse, PutApiCrmServiceCustomsByIdEmailsByEmailIdData, PutApiCrmServiceCustomsByIdEmailsByEmailIdResponse, GetApiCrmServiceCustomsByIdAffilatedIndividualsData, GetApiCrmServiceCustomsByIdAffilatedIndividualsResponse, GetIntegrationApiCustomsByIdExistData, GetIntegrationApiCustomsByIdExistResponse, GetIntegrationApiCustomsNamesData, GetIntegrationApiCustomsNamesResponse, PostApiCrmServiceIndividualsWithComponentsData, PostApiCrmServiceIndividualsWithComponentsResponse, PostApiCrmServiceIndividualsByIdAbpUserAccountData, PostApiCrmServiceIndividualsByIdAbpUserAccountResponse, DeleteApiCrmServiceIndividualsByIdData, DeleteApiCrmServiceIndividualsByIdResponse, GetApiCrmServiceIndividualsByIdData, GetApiCrmServiceIndividualsByIdResponse, GetApiCrmServiceIndividualsData, GetApiCrmServiceIndividualsResponse, GetApiCrmServiceIndividualsByIdAffiliationsData, GetApiCrmServiceIndividualsByIdAffiliationsResponse, GetApiCrmServiceMerchantsData, GetApiCrmServiceMerchantsResponse, GetApiCrmServiceMerchantsByIdData, GetApiCrmServiceMerchantsByIdResponse, PutApiCrmServiceMerchantsByIdData, PutApiCrmServiceMerchantsByIdResponse, GetApiCrmServiceMerchantsByIdDetailData, GetApiCrmServiceMerchantsByIdDetailResponse, GetApiCrmServiceMerchantsByIdSubMerchantsData, GetApiCrmServiceMerchantsByIdSubMerchantsResponse, PostApiCrmServiceMerchantsWithComponentsData, PostApiCrmServiceMerchantsWithComponentsResponse, DeleteApiCrmServiceMerchantsByIdWithComponentsData, DeleteApiCrmServiceMerchantsByIdWithComponentsResponse, GetApiCrmServiceMerchantsByIdAffiliationsData, GetApiCrmServiceMerchantsByIdAffiliationsResponse, PostApiCrmServiceMerchantsByIdAffiliationsData, PostApiCrmServiceMerchantsByIdAffiliationsResponse, DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData, PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdResponse, PostApiCrmServiceMerchantsBulkProductGroupMerchantsData, PostApiCrmServiceMerchantsBulkProductGroupMerchantsResponse, GetApiCrmServiceMerchantsByIdTelephonesData, GetApiCrmServiceMerchantsByIdTelephonesResponse, PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdData, PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdResponse, GetApiCrmServiceMerchantsByIdAddressesData, GetApiCrmServiceMerchantsByIdAddressesResponse, PutApiCrmServiceMerchantsByIdAddressesByAddressIdData, PutApiCrmServiceMerchantsByIdAddressesByAddressIdResponse, GetApiCrmServiceMerchantsByIdEmailsData, GetApiCrmServiceMerchantsByIdEmailsResponse, PutApiCrmServiceMerchantsByIdEmailsByEmailIdData, PutApiCrmServiceMerchantsByIdEmailsByEmailIdResponse, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdData, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdResponse, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdData, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdResponse, PostApiCrmServiceMerchantsByIdProductGroupsData, PostApiCrmServiceMerchantsByIdProductGroupsResponse, DeleteApiCrmServiceMerchantsByIdProductGroupsData, DeleteApiCrmServiceMerchantsByIdProductGroupsResponse, PostApiCrmServiceMerchantsByIdProductGroupByProductGroupIdDefaultData, PostApiCrmServiceMerchantsByIdProductGroupByProductGroupIdDefaultResponse, GetApiCrmServiceMerchantsByIdProductGroupData, GetApiCrmServiceMerchantsByIdProductGroupResponse, GetIntegrationApiMerchantsByIdBasicInformationData, GetIntegrationApiMerchantsByIdBasicInformationResponse, GetIntegrationApiMerchantsInfoData, GetIntegrationApiMerchantsInfoResponse, GetIntegrationApiMerchantsByIdParentIdOrSelfIdData, GetIntegrationApiMerchantsByIdParentIdOrSelfIdResponse, GetIntegrationApiMerchantsByIdSubsData, GetIntegrationApiMerchantsByIdSubsResponse, GetIntegrationApiMerchantsNamesData, GetIntegrationApiMerchantsNamesResponse, GetIntegrationApiMerchantsByIdEnsureExistData, GetIntegrationApiMerchantsByIdEnsureExistResponse, GetIntegrationApiMerchantsEnsureExistManyData, GetIntegrationApiMerchantsEnsureExistManyResponse, GetIntegrationApiMerchantsData, GetIntegrationApiMerchantsResponse, GetIntegrationApiMerchantsByIdStoresData, GetIntegrationApiMerchantsByIdStoresResponse, GetIntegrationApiMerchantsByIdDetailData, GetIntegrationApiMerchantsByIdDetailResponse, GetIntegrationApiMerchantsDetailsListData, GetIntegrationApiMerchantsDetailsListResponse, GetIntegrationApiMerchantsByIdDefaultProductGroupIdData, GetIntegrationApiMerchantsByIdDefaultProductGroupIdResponse, GetIntegrationApiMerchantsByMerchantIdEnsurePgsBelongToMerchantData, GetIntegrationApiMerchantsByMerchantIdEnsurePgsBelongToMerchantResponse, PostApiCrmServiceOrganizationsWithComponentsData, PostApiCrmServiceOrganizationsWithComponentsResponse, GetApiCrmServiceOrganizationsData, GetApiCrmServiceOrganizationsResponse, GetApiCrmServiceRefundPointsData, GetApiCrmServiceRefundPointsResponse, GetApiCrmServiceRefundPointsAccessibleData, GetApiCrmServiceRefundPointsAccessibleResponse, GetApiCrmServiceRefundPointsByIdData, GetApiCrmServiceRefundPointsByIdResponse, GetApiCrmServiceRefundPointsByIdDetailData, GetApiCrmServiceRefundPointsByIdDetailResponse, GetApiCrmServiceRefundPointsByIdSubRefundPointsData, GetApiCrmServiceRefundPointsByIdSubRefundPointsResponse, PostApiCrmServiceRefundPointsWithComponentsData, PostApiCrmServiceRefundPointsWithComponentsResponse, DeleteApiCrmServiceRefundPointsByIdWithComponentsData, DeleteApiCrmServiceRefundPointsByIdWithComponentsResponse, PostApiCrmServiceRefundPointsByIdAffiliationsData, PostApiCrmServiceRefundPointsByIdAffiliationsResponse, GetApiCrmServiceRefundPointsByIdAffiliationsData, GetApiCrmServiceRefundPointsByIdAffiliationsResponse, DeleteApiCrmServiceRefundPointsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceRefundPointsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdData, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdResponse, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdData, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdResponse, GetApiCrmServiceRefundPointsByIdAffiliatedIndividualData, GetApiCrmServiceRefundPointsByIdAffiliatedIndividualResponse, GetApiCrmServiceRefundPointsByIdAddressesData, GetApiCrmServiceRefundPointsByIdAddressesResponse, GetIntegrationApiRefundPointsByIdParentIdOrSelfIdData, GetIntegrationApiRefundPointsByIdParentIdOrSelfIdResponse, GetIntegrationApiRefundPointsData, GetIntegrationApiRefundPointsResponse, GetIntegrationApiRefundPointsByIdDetailForRefundData, GetIntegrationApiRefundPointsByIdDetailForRefundResponse, GetIntegrationApiRefundPointsRefundPointNamesData, GetIntegrationApiRefundPointsRefundPointNamesResponse, GetIntegrationApiRefundPointsByIdExistData, GetIntegrationApiRefundPointsByIdExistResponse, GetIntegrationApiRefundPointsByIdBasicInformationData, GetIntegrationApiRefundPointsByIdBasicInformationResponse, GetApiCrmServiceTaxFreesData, GetApiCrmServiceTaxFreesResponse, GetApiCrmServiceTaxFreesByIdDetailData, GetApiCrmServiceTaxFreesByIdDetailResponse, GetApiCrmServiceTaxFreesByIdSubTaxFreeData, GetApiCrmServiceTaxFreesByIdSubTaxFreeResponse, PostApiCrmServiceTaxFreesWithComponentsData, PostApiCrmServiceTaxFreesWithComponentsResponse, DeleteApiCrmServiceTaxFreesByIdWithComponentsData, DeleteApiCrmServiceTaxFreesByIdWithComponentsResponse, PostApiCrmServiceTaxFreesByIdAffiliationsData, PostApiCrmServiceTaxFreesByIdAffiliationsResponse, GetApiCrmServiceTaxFreesByIdAffiliationsData, GetApiCrmServiceTaxFreesByIdAffiliationsResponse, DeleteApiCrmServiceTaxFreesByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceTaxFreesByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdData, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdData, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsData, GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsResponse, GetApiCrmServiceTaxOfficesData, GetApiCrmServiceTaxOfficesResponse, GetApiCrmServiceTaxOfficesByIdData, GetApiCrmServiceTaxOfficesByIdResponse, GetApiCrmServiceTaxOfficesByIdDetailData, GetApiCrmServiceTaxOfficesByIdDetailResponse, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesData, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesResponse, PostApiCrmServiceTaxOfficesWithComponentsData, PostApiCrmServiceTaxOfficesWithComponentsResponse, DeleteApiCrmServiceTaxOfficesByIdWithComponentsData, DeleteApiCrmServiceTaxOfficesByIdWithComponentsResponse, PostApiCrmServiceTaxOfficesByIdAffiliationsData, PostApiCrmServiceTaxOfficesByIdAffiliationsResponse, GetApiCrmServiceTaxOfficesByIdAffiliationsData, GetApiCrmServiceTaxOfficesByIdAffiliationsResponse, DeleteApiCrmServiceTaxOfficesByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceTaxOfficesByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdData, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdData, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsData, GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsResponse, GetIntegrationApiTaxOfficesByIdData, GetIntegrationApiTaxOfficesByIdResponse, GetIntegrationApiTaxOfficesByIdAnyData, GetIntegrationApiTaxOfficesByIdAnyResponse } from './types.gen';
5
+ import type { GetApiAbpApiDefinitionData, GetApiAbpApiDefinitionResponse, GetApiAbpApplicationConfigurationData, GetApiAbpApplicationConfigurationResponse, GetApiAbpApplicationLocalizationData, GetApiAbpApplicationLocalizationResponse, GetApiCrmServiceAffiliationCodesData, GetApiCrmServiceAffiliationCodesResponse, PostApiCrmServiceAffiliationCodesData, PostApiCrmServiceAffiliationCodesResponse, GetApiCrmServiceAffiliationCodesByIdData, GetApiCrmServiceAffiliationCodesByIdResponse, PutApiCrmServiceAffiliationCodesByIdData, PutApiCrmServiceAffiliationCodesByIdResponse, DeleteApiCrmServiceAffiliationCodesByIdData, DeleteApiCrmServiceAffiliationCodesByIdResponse, PostApiCrmServiceAffiliationCodesByIdTranslationData, PostApiCrmServiceAffiliationCodesByIdTranslationResponse, PutApiCrmServiceAffiliationCodesByIdTranslationData, PutApiCrmServiceAffiliationCodesByIdTranslationResponse, GetApiCrmServiceAffiliationCodesByIdExistByIdAsyncData, GetApiCrmServiceAffiliationCodesByIdExistByIdAsyncResponse, GetApiCrmServiceCustomsData, GetApiCrmServiceCustomsResponse, GetApiCrmServiceCustomsByIdDetailData, GetApiCrmServiceCustomsByIdDetailResponse, GetApiCrmServiceCustomsByIdSubCustomsData, GetApiCrmServiceCustomsByIdSubCustomsResponse, PostApiCrmServiceCustomsWithComponentsData, PostApiCrmServiceCustomsWithComponentsResponse, DeleteApiCrmServiceCustomsByIdWithComponentsData, DeleteApiCrmServiceCustomsByIdWithComponentsResponse, PostApiCrmServiceCustomsByIdAffiliationsData, PostApiCrmServiceCustomsByIdAffiliationsResponse, GetApiCrmServiceCustomsByIdAffiliationsData, GetApiCrmServiceCustomsByIdAffiliationsResponse, DeleteApiCrmServiceCustomsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceCustomsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdData, PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceCustomsByIdAddressesByAddressIdData, PutApiCrmServiceCustomsByIdAddressesByAddressIdResponse, PutApiCrmServiceCustomsByIdEmailsByEmailIdData, PutApiCrmServiceCustomsByIdEmailsByEmailIdResponse, GetApiCrmServiceCustomsByIdAffilatedIndividualsData, GetApiCrmServiceCustomsByIdAffilatedIndividualsResponse, GetIntegrationApiCustomsByIdExistData, GetIntegrationApiCustomsByIdExistResponse, GetIntegrationApiCustomsNamesData, GetIntegrationApiCustomsNamesResponse, PostApiCrmServiceIndividualsWithComponentsData, PostApiCrmServiceIndividualsWithComponentsResponse, PostApiCrmServiceIndividualsByIdAbpUserAccountData, PostApiCrmServiceIndividualsByIdAbpUserAccountResponse, DeleteApiCrmServiceIndividualsByIdData, DeleteApiCrmServiceIndividualsByIdResponse, GetApiCrmServiceIndividualsByIdData, GetApiCrmServiceIndividualsByIdResponse, GetApiCrmServiceIndividualsData, GetApiCrmServiceIndividualsResponse, GetApiCrmServiceIndividualsByIdDetailData, GetApiCrmServiceIndividualsByIdDetailResponse, GetApiCrmServiceIndividualsByIdAffiliationsData, GetApiCrmServiceIndividualsByIdAffiliationsResponse, PutApiCrmServiceIndividualsByIdNameData, PutApiCrmServiceIndividualsByIdNameResponse, PutApiCrmServiceIndividualsByIdPersonalSummaryByPersonalSummaryIdData, PutApiCrmServiceIndividualsByIdPersonalSummaryByPersonalSummaryIdResponse, PutApiCrmServiceIndividualsByIdTelephoneByTelephoneIdData, PutApiCrmServiceIndividualsByIdTelephoneByTelephoneIdResponse, PutApiCrmServiceIndividualsByIdAddressByAddressIdData, PutApiCrmServiceIndividualsByIdAddressByAddressIdResponse, PutApiCrmServiceIndividualsByIdEmailByEmailIdData, PutApiCrmServiceIndividualsByIdEmailByEmailIdResponse, GetApiCrmServiceMerchantsData, GetApiCrmServiceMerchantsResponse, GetApiCrmServiceMerchantsByIdData, GetApiCrmServiceMerchantsByIdResponse, PutApiCrmServiceMerchantsByIdData, PutApiCrmServiceMerchantsByIdResponse, GetApiCrmServiceMerchantsByIdDetailData, GetApiCrmServiceMerchantsByIdDetailResponse, GetApiCrmServiceMerchantsByIdSubMerchantsData, GetApiCrmServiceMerchantsByIdSubMerchantsResponse, PostApiCrmServiceMerchantsWithComponentsData, PostApiCrmServiceMerchantsWithComponentsResponse, DeleteApiCrmServiceMerchantsByIdWithComponentsData, DeleteApiCrmServiceMerchantsByIdWithComponentsResponse, GetApiCrmServiceMerchantsByIdAffiliationsData, GetApiCrmServiceMerchantsByIdAffiliationsResponse, PostApiCrmServiceMerchantsByIdAffiliationsData, PostApiCrmServiceMerchantsByIdAffiliationsResponse, DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData, PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdResponse, PostApiCrmServiceMerchantsBulkProductGroupMerchantsData, PostApiCrmServiceMerchantsBulkProductGroupMerchantsResponse, GetApiCrmServiceMerchantsByIdTelephonesData, GetApiCrmServiceMerchantsByIdTelephonesResponse, PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdData, PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdResponse, GetApiCrmServiceMerchantsByIdAddressesData, GetApiCrmServiceMerchantsByIdAddressesResponse, PutApiCrmServiceMerchantsByIdAddressesByAddressIdData, PutApiCrmServiceMerchantsByIdAddressesByAddressIdResponse, GetApiCrmServiceMerchantsByIdEmailsData, GetApiCrmServiceMerchantsByIdEmailsResponse, PutApiCrmServiceMerchantsByIdEmailsByEmailIdData, PutApiCrmServiceMerchantsByIdEmailsByEmailIdResponse, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdData, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdResponse, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdData, PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdResponse, PostApiCrmServiceMerchantsByIdProductGroupsData, PostApiCrmServiceMerchantsByIdProductGroupsResponse, DeleteApiCrmServiceMerchantsByIdProductGroupsData, DeleteApiCrmServiceMerchantsByIdProductGroupsResponse, PostApiCrmServiceMerchantsByIdProductGroupByProductGroupIdDefaultData, PostApiCrmServiceMerchantsByIdProductGroupByProductGroupIdDefaultResponse, GetApiCrmServiceMerchantsByIdProductGroupData, GetApiCrmServiceMerchantsByIdProductGroupResponse, GetIntegrationApiMerchantsByIdBasicInformationData, GetIntegrationApiMerchantsByIdBasicInformationResponse, GetIntegrationApiMerchantsInfoData, GetIntegrationApiMerchantsInfoResponse, GetIntegrationApiMerchantsByIdParentIdOrSelfIdData, GetIntegrationApiMerchantsByIdParentIdOrSelfIdResponse, GetIntegrationApiMerchantsByIdSubsData, GetIntegrationApiMerchantsByIdSubsResponse, GetIntegrationApiMerchantsNamesData, GetIntegrationApiMerchantsNamesResponse, GetIntegrationApiMerchantsByIdEnsureExistData, GetIntegrationApiMerchantsByIdEnsureExistResponse, GetIntegrationApiMerchantsEnsureExistManyData, GetIntegrationApiMerchantsEnsureExistManyResponse, GetIntegrationApiMerchantsData, GetIntegrationApiMerchantsResponse, GetIntegrationApiMerchantsByIdStoresData, GetIntegrationApiMerchantsByIdStoresResponse, GetIntegrationApiMerchantsByIdDetailData, GetIntegrationApiMerchantsByIdDetailResponse, GetIntegrationApiMerchantsDetailsListData, GetIntegrationApiMerchantsDetailsListResponse, GetIntegrationApiMerchantsByIdDefaultProductGroupIdData, GetIntegrationApiMerchantsByIdDefaultProductGroupIdResponse, GetIntegrationApiMerchantsByMerchantIdEnsurePgsBelongToMerchantData, GetIntegrationApiMerchantsByMerchantIdEnsurePgsBelongToMerchantResponse, PostApiCrmServiceOrganizationsWithComponentsData, PostApiCrmServiceOrganizationsWithComponentsResponse, GetApiCrmServiceOrganizationsData, GetApiCrmServiceOrganizationsResponse, GetApiCrmServiceRefundPointsData, GetApiCrmServiceRefundPointsResponse, GetApiCrmServiceRefundPointsAccessibleData, GetApiCrmServiceRefundPointsAccessibleResponse, GetApiCrmServiceRefundPointsByIdData, GetApiCrmServiceRefundPointsByIdResponse, PutApiCrmServiceRefundPointsByIdData, PutApiCrmServiceRefundPointsByIdResponse, GetApiCrmServiceRefundPointsByIdDetailData, GetApiCrmServiceRefundPointsByIdDetailResponse, GetApiCrmServiceRefundPointsByIdSubRefundPointsData, GetApiCrmServiceRefundPointsByIdSubRefundPointsResponse, PostApiCrmServiceRefundPointsWithComponentsData, PostApiCrmServiceRefundPointsWithComponentsResponse, DeleteApiCrmServiceRefundPointsByIdWithComponentsData, DeleteApiCrmServiceRefundPointsByIdWithComponentsResponse, PostApiCrmServiceRefundPointsByIdAffiliationsData, PostApiCrmServiceRefundPointsByIdAffiliationsResponse, GetApiCrmServiceRefundPointsByIdAffiliationsData, GetApiCrmServiceRefundPointsByIdAffiliationsResponse, DeleteApiCrmServiceRefundPointsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceRefundPointsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdData, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdResponse, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdData, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdResponse, GetApiCrmServiceRefundPointsByIdAddressesData, GetApiCrmServiceRefundPointsByIdAddressesResponse, GetIntegrationApiRefundPointsByIdParentIdOrSelfIdData, GetIntegrationApiRefundPointsByIdParentIdOrSelfIdResponse, GetIntegrationApiRefundPointsData, GetIntegrationApiRefundPointsResponse, GetIntegrationApiRefundPointsByIdDetailForRefundData, GetIntegrationApiRefundPointsByIdDetailForRefundResponse, GetIntegrationApiRefundPointsRefundPointNamesData, GetIntegrationApiRefundPointsRefundPointNamesResponse, GetIntegrationApiRefundPointsByIdExistData, GetIntegrationApiRefundPointsByIdExistResponse, GetIntegrationApiRefundPointsByIdBasicInformationData, GetIntegrationApiRefundPointsByIdBasicInformationResponse, GetApiCrmServiceTaxFreesData, GetApiCrmServiceTaxFreesResponse, GetApiCrmServiceTaxFreesByIdDetailData, GetApiCrmServiceTaxFreesByIdDetailResponse, GetApiCrmServiceTaxFreesByIdSubTaxFreeData, GetApiCrmServiceTaxFreesByIdSubTaxFreeResponse, PostApiCrmServiceTaxFreesWithComponentsData, PostApiCrmServiceTaxFreesWithComponentsResponse, PutApiCrmServiceTaxFreesByIdData, PutApiCrmServiceTaxFreesByIdResponse, DeleteApiCrmServiceTaxFreesByIdWithComponentsData, DeleteApiCrmServiceTaxFreesByIdWithComponentsResponse, PostApiCrmServiceTaxFreesByIdAffiliationsData, PostApiCrmServiceTaxFreesByIdAffiliationsResponse, GetApiCrmServiceTaxFreesByIdAffiliationsData, GetApiCrmServiceTaxFreesByIdAffiliationsResponse, DeleteApiCrmServiceTaxFreesByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceTaxFreesByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdData, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdData, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsData, GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsResponse, GetApiCrmServiceTaxOfficesData, GetApiCrmServiceTaxOfficesResponse, GetApiCrmServiceTaxOfficesByIdData, GetApiCrmServiceTaxOfficesByIdResponse, GetApiCrmServiceTaxOfficesByIdDetailData, GetApiCrmServiceTaxOfficesByIdDetailResponse, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesData, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesResponse, PostApiCrmServiceTaxOfficesWithComponentsData, PostApiCrmServiceTaxOfficesWithComponentsResponse, DeleteApiCrmServiceTaxOfficesByIdWithComponentsData, DeleteApiCrmServiceTaxOfficesByIdWithComponentsResponse, PostApiCrmServiceTaxOfficesByIdAffiliationsData, PostApiCrmServiceTaxOfficesByIdAffiliationsResponse, GetApiCrmServiceTaxOfficesByIdAffiliationsData, GetApiCrmServiceTaxOfficesByIdAffiliationsResponse, DeleteApiCrmServiceTaxOfficesByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceTaxOfficesByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdData, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdData, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsData, GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsResponse, GetIntegrationApiTaxOfficesByIdData, GetIntegrationApiTaxOfficesByIdResponse, GetIntegrationApiTaxOfficesByIdAnyData, GetIntegrationApiTaxOfficesByIdAnyResponse } from './types.gen';
6
6
 
7
7
  export class AbpApiDefinitionService {
8
8
  constructor(public readonly httpRequest: BaseHttpRequest) { }
@@ -862,6 +862,30 @@ export class IndividualService {
862
862
  });
863
863
  }
864
864
 
865
+ /**
866
+ * @param data The data for the request.
867
+ * @param data.id
868
+ * @returns unknown Success
869
+ * @throws ApiError
870
+ */
871
+ public getApiCrmServiceIndividualsByIdDetail(data: GetApiCrmServiceIndividualsByIdDetailData): CancelablePromise<GetApiCrmServiceIndividualsByIdDetailResponse> {
872
+ return this.httpRequest.request({
873
+ method: 'GET',
874
+ url: '/api/crm-service/individuals/{id}/detail',
875
+ path: {
876
+ id: data.id
877
+ },
878
+ errors: {
879
+ 400: 'Bad Request',
880
+ 401: 'Unauthorized',
881
+ 403: 'Forbidden',
882
+ 404: 'Not Found',
883
+ 500: 'Server Error',
884
+ 501: 'Server Error'
885
+ }
886
+ });
887
+ }
888
+
865
889
  /**
866
890
  * @param data The data for the request.
867
891
  * @param data.id
@@ -898,6 +922,149 @@ export class IndividualService {
898
922
  });
899
923
  }
900
924
 
925
+ /**
926
+ * @param data The data for the request.
927
+ * @param data.id
928
+ * @param data.requestBody
929
+ * @returns unknown Success
930
+ * @throws ApiError
931
+ */
932
+ public putApiCrmServiceIndividualsByIdName(data: PutApiCrmServiceIndividualsByIdNameData): CancelablePromise<PutApiCrmServiceIndividualsByIdNameResponse> {
933
+ return this.httpRequest.request({
934
+ method: 'PUT',
935
+ url: '/api/crm-service/individuals/{id}/name',
936
+ path: {
937
+ id: data.id
938
+ },
939
+ body: data.requestBody,
940
+ mediaType: 'application/json',
941
+ errors: {
942
+ 400: 'Bad Request',
943
+ 401: 'Unauthorized',
944
+ 403: 'Forbidden',
945
+ 404: 'Not Found',
946
+ 500: 'Server Error',
947
+ 501: 'Server Error'
948
+ }
949
+ });
950
+ }
951
+
952
+ /**
953
+ * @param data The data for the request.
954
+ * @param data.id
955
+ * @param data.personalSummaryId
956
+ * @param data.requestBody
957
+ * @returns unknown Success
958
+ * @throws ApiError
959
+ */
960
+ public putApiCrmServiceIndividualsByIdPersonalSummaryByPersonalSummaryId(data: PutApiCrmServiceIndividualsByIdPersonalSummaryByPersonalSummaryIdData): CancelablePromise<PutApiCrmServiceIndividualsByIdPersonalSummaryByPersonalSummaryIdResponse> {
961
+ return this.httpRequest.request({
962
+ method: 'PUT',
963
+ url: '/api/crm-service/individuals/{id}/personal-summary/{personalSummaryId}',
964
+ path: {
965
+ id: data.id,
966
+ personalSummaryId: data.personalSummaryId
967
+ },
968
+ body: data.requestBody,
969
+ mediaType: 'application/json',
970
+ errors: {
971
+ 400: 'Bad Request',
972
+ 401: 'Unauthorized',
973
+ 403: 'Forbidden',
974
+ 404: 'Not Found',
975
+ 500: 'Server Error',
976
+ 501: 'Server Error'
977
+ }
978
+ });
979
+ }
980
+
981
+ /**
982
+ * @param data The data for the request.
983
+ * @param data.id
984
+ * @param data.telephoneId
985
+ * @param data.requestBody
986
+ * @returns unknown Success
987
+ * @throws ApiError
988
+ */
989
+ public putApiCrmServiceIndividualsByIdTelephoneByTelephoneId(data: PutApiCrmServiceIndividualsByIdTelephoneByTelephoneIdData): CancelablePromise<PutApiCrmServiceIndividualsByIdTelephoneByTelephoneIdResponse> {
990
+ return this.httpRequest.request({
991
+ method: 'PUT',
992
+ url: '/api/crm-service/individuals/{id}/telephone/{telephoneId}',
993
+ path: {
994
+ id: data.id,
995
+ telephoneId: data.telephoneId
996
+ },
997
+ body: data.requestBody,
998
+ mediaType: 'application/json',
999
+ errors: {
1000
+ 400: 'Bad Request',
1001
+ 401: 'Unauthorized',
1002
+ 403: 'Forbidden',
1003
+ 404: 'Not Found',
1004
+ 500: 'Server Error',
1005
+ 501: 'Server Error'
1006
+ }
1007
+ });
1008
+ }
1009
+
1010
+ /**
1011
+ * @param data The data for the request.
1012
+ * @param data.id
1013
+ * @param data.addressId
1014
+ * @param data.requestBody
1015
+ * @returns unknown Success
1016
+ * @throws ApiError
1017
+ */
1018
+ public putApiCrmServiceIndividualsByIdAddressByAddressId(data: PutApiCrmServiceIndividualsByIdAddressByAddressIdData): CancelablePromise<PutApiCrmServiceIndividualsByIdAddressByAddressIdResponse> {
1019
+ return this.httpRequest.request({
1020
+ method: 'PUT',
1021
+ url: '/api/crm-service/individuals/{id}/address/{addressId}',
1022
+ path: {
1023
+ id: data.id,
1024
+ addressId: data.addressId
1025
+ },
1026
+ body: data.requestBody,
1027
+ mediaType: 'application/json',
1028
+ errors: {
1029
+ 400: 'Bad Request',
1030
+ 401: 'Unauthorized',
1031
+ 403: 'Forbidden',
1032
+ 404: 'Not Found',
1033
+ 500: 'Server Error',
1034
+ 501: 'Server Error'
1035
+ }
1036
+ });
1037
+ }
1038
+
1039
+ /**
1040
+ * @param data The data for the request.
1041
+ * @param data.id
1042
+ * @param data.emailId
1043
+ * @param data.requestBody
1044
+ * @returns unknown Success
1045
+ * @throws ApiError
1046
+ */
1047
+ public putApiCrmServiceIndividualsByIdEmailByEmailId(data: PutApiCrmServiceIndividualsByIdEmailByEmailIdData): CancelablePromise<PutApiCrmServiceIndividualsByIdEmailByEmailIdResponse> {
1048
+ return this.httpRequest.request({
1049
+ method: 'PUT',
1050
+ url: '/api/crm-service/individuals/{id}/email/{emailId}',
1051
+ path: {
1052
+ id: data.id,
1053
+ emailId: data.emailId
1054
+ },
1055
+ body: data.requestBody,
1056
+ mediaType: 'application/json',
1057
+ errors: {
1058
+ 400: 'Bad Request',
1059
+ 401: 'Unauthorized',
1060
+ 403: 'Forbidden',
1061
+ 404: 'Not Found',
1062
+ 500: 'Server Error',
1063
+ 501: 'Server Error'
1064
+ }
1065
+ });
1066
+ }
1067
+
901
1068
  }
902
1069
 
903
1070
  export class MerchantService {
@@ -2098,6 +2265,33 @@ export class RefundPointService {
2098
2265
  });
2099
2266
  }
2100
2267
 
2268
+ /**
2269
+ * @param data The data for the request.
2270
+ * @param data.id
2271
+ * @param data.requestBody
2272
+ * @returns unknown Success
2273
+ * @throws ApiError
2274
+ */
2275
+ public putApiCrmServiceRefundPointsById(data: PutApiCrmServiceRefundPointsByIdData): CancelablePromise<PutApiCrmServiceRefundPointsByIdResponse> {
2276
+ return this.httpRequest.request({
2277
+ method: 'PUT',
2278
+ url: '/api/crm-service/refund-points/{id}',
2279
+ path: {
2280
+ id: data.id
2281
+ },
2282
+ body: data.requestBody,
2283
+ mediaType: 'application/json',
2284
+ errors: {
2285
+ 400: 'Bad Request',
2286
+ 401: 'Unauthorized',
2287
+ 403: 'Forbidden',
2288
+ 404: 'Not Found',
2289
+ 500: 'Server Error',
2290
+ 501: 'Server Error'
2291
+ }
2292
+ });
2293
+ }
2294
+
2101
2295
  /**
2102
2296
  * @param data The data for the request.
2103
2297
  * @param data.id
@@ -2404,30 +2598,6 @@ export class RefundPointService {
2404
2598
  });
2405
2599
  }
2406
2600
 
2407
- /**
2408
- * @param data The data for the request.
2409
- * @param data.id
2410
- * @returns unknown Success
2411
- * @throws ApiError
2412
- */
2413
- public getApiCrmServiceRefundPointsByIdAffiliatedIndividual(data: GetApiCrmServiceRefundPointsByIdAffiliatedIndividualData): CancelablePromise<GetApiCrmServiceRefundPointsByIdAffiliatedIndividualResponse> {
2414
- return this.httpRequest.request({
2415
- method: 'GET',
2416
- url: '/api/crm-service/refund-points/{id}/affiliated-individual',
2417
- path: {
2418
- id: data.id
2419
- },
2420
- errors: {
2421
- 400: 'Bad Request',
2422
- 401: 'Unauthorized',
2423
- 403: 'Forbidden',
2424
- 404: 'Not Found',
2425
- 500: 'Server Error',
2426
- 501: 'Server Error'
2427
- }
2428
- });
2429
- }
2430
-
2431
2601
  /**
2432
2602
  * @param data The data for the request.
2433
2603
  * @param data.id
@@ -2725,6 +2895,33 @@ export class TaxFreeService {
2725
2895
  });
2726
2896
  }
2727
2897
 
2898
+ /**
2899
+ * @param data The data for the request.
2900
+ * @param data.id
2901
+ * @param data.requestBody
2902
+ * @returns unknown Success
2903
+ * @throws ApiError
2904
+ */
2905
+ public putApiCrmServiceTaxFreesById(data: PutApiCrmServiceTaxFreesByIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdResponse> {
2906
+ return this.httpRequest.request({
2907
+ method: 'PUT',
2908
+ url: '/api/crm-service/tax-frees/{id}',
2909
+ path: {
2910
+ id: data.id
2911
+ },
2912
+ body: data.requestBody,
2913
+ mediaType: 'application/json',
2914
+ errors: {
2915
+ 400: 'Bad Request',
2916
+ 401: 'Unauthorized',
2917
+ 403: 'Forbidden',
2918
+ 404: 'Not Found',
2919
+ 500: 'Server Error',
2920
+ 501: 'Server Error'
2921
+ }
2922
+ });
2923
+ }
2924
+
2728
2925
  /**
2729
2926
  * @param data The data for the request.
2730
2927
  * @param data.id