@ayasofyazilim/saas 0.0.102 → 0.0.104

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.
@@ -10,7 +10,7 @@ export class AbpApiDefinitionService {
10
10
  /**
11
11
  * @param data The data for the request.
12
12
  * @param data.includeTypes
13
- * @returns Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel Success
13
+ * @returns unknown Success
14
14
  * @throws ApiError
15
15
  */
16
16
  public getApiAbpApiDefinition(data: GetApiAbpApiDefinitionData = {}): CancelablePromise<GetApiAbpApiDefinitionResponse> {
@@ -39,7 +39,7 @@ export class AbpApplicationConfigurationService {
39
39
  /**
40
40
  * @param data The data for the request.
41
41
  * @param data.includeLocalizationResources
42
- * @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto Success
42
+ * @returns unknown Success
43
43
  * @throws ApiError
44
44
  */
45
45
  public getApiAbpApplicationConfiguration(data: GetApiAbpApplicationConfigurationData = {}): CancelablePromise<GetApiAbpApplicationConfigurationResponse> {
@@ -69,7 +69,7 @@ export class AbpApplicationLocalizationService {
69
69
  * @param data The data for the request.
70
70
  * @param data.cultureName
71
71
  * @param data.onlyDynamics
72
- * @returns Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto Success
72
+ * @returns unknown Success
73
73
  * @throws ApiError
74
74
  */
75
75
  public getApiAbpApplicationLocalization(data: GetApiAbpApplicationLocalizationData): CancelablePromise<GetApiAbpApplicationLocalizationResponse> {
@@ -102,7 +102,7 @@ export class AffiliationCodeService {
102
102
  * @param data.sorting
103
103
  * @param data.skipCount
104
104
  * @param data.maxResultCount
105
- * @returns PagedResultDto_AffiliationCodeDto Success
105
+ * @returns unknown Success
106
106
  * @throws ApiError
107
107
  */
108
108
  public getApiCrmServiceAffiliationCodes(data: GetApiCrmServiceAffiliationCodesData = {}): CancelablePromise<GetApiCrmServiceAffiliationCodesResponse> {
@@ -129,7 +129,7 @@ export class AffiliationCodeService {
129
129
  /**
130
130
  * @param data The data for the request.
131
131
  * @param data.requestBody
132
- * @returns UniRefund_CRMService_AffiliationCodes_AffiliationCodeDto Success
132
+ * @returns unknown Success
133
133
  * @throws ApiError
134
134
  */
135
135
  public postApiCrmServiceAffiliationCodes(data: PostApiCrmServiceAffiliationCodesData = {}): CancelablePromise<PostApiCrmServiceAffiliationCodesResponse> {
@@ -152,7 +152,7 @@ export class AffiliationCodeService {
152
152
  /**
153
153
  * @param data The data for the request.
154
154
  * @param data.id
155
- * @returns UniRefund_CRMService_AffiliationCodes_AffiliationCodeDto Success
155
+ * @returns unknown Success
156
156
  * @throws ApiError
157
157
  */
158
158
  public getApiCrmServiceAffiliationCodesById(data: GetApiCrmServiceAffiliationCodesByIdData): CancelablePromise<GetApiCrmServiceAffiliationCodesByIdResponse> {
@@ -177,7 +177,7 @@ export class AffiliationCodeService {
177
177
  * @param data The data for the request.
178
178
  * @param data.id
179
179
  * @param data.requestBody
180
- * @returns UniRefund_CRMService_AffiliationCodes_AffiliationCodeDto Success
180
+ * @returns unknown Success
181
181
  * @throws ApiError
182
182
  */
183
183
  public putApiCrmServiceAffiliationCodesById(data: PutApiCrmServiceAffiliationCodesByIdData): CancelablePromise<PutApiCrmServiceAffiliationCodesByIdResponse> {
@@ -313,7 +313,7 @@ export class CustomsService {
313
313
  * @param data.sorting
314
314
  * @param data.skipCount
315
315
  * @param data.maxResultCount
316
- * @returns PagedResultDto_CustomsProfileDto Success
316
+ * @returns unknown Success
317
317
  * @throws ApiError
318
318
  */
319
319
  public getApiCrmServiceCustoms(data: GetApiCrmServiceCustomsData = {}): CancelablePromise<GetApiCrmServiceCustomsResponse> {
@@ -340,7 +340,7 @@ export class CustomsService {
340
340
  /**
341
341
  * @param data The data for the request.
342
342
  * @param data.id
343
- * @returns UniRefund_CRMService_Customss_CustomsDto Success
343
+ * @returns unknown Success
344
344
  * @throws ApiError
345
345
  */
346
346
  public getApiCrmServiceCustomsByIdDetail(data: GetApiCrmServiceCustomsByIdDetailData): CancelablePromise<GetApiCrmServiceCustomsByIdDetailResponse> {
@@ -364,7 +364,7 @@ export class CustomsService {
364
364
  /**
365
365
  * @param data The data for the request.
366
366
  * @param data.id
367
- * @returns PagedResultDto_CustomsProfileDto Success
367
+ * @returns unknown Success
368
368
  * @throws ApiError
369
369
  */
370
370
  public getApiCrmServiceCustomsByIdSubCustoms(data: GetApiCrmServiceCustomsByIdSubCustomsData): CancelablePromise<GetApiCrmServiceCustomsByIdSubCustomsResponse> {
@@ -388,7 +388,7 @@ export class CustomsService {
388
388
  /**
389
389
  * @param data The data for the request.
390
390
  * @param data.requestBody
391
- * @returns UniRefund_CRMService_Customss_CustomsProfileDto Success
391
+ * @returns unknown Success
392
392
  * @throws ApiError
393
393
  */
394
394
  public postApiCrmServiceCustomsWithComponents(data: PostApiCrmServiceCustomsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceCustomsWithComponentsResponse> {
@@ -470,7 +470,7 @@ export class CustomsService {
470
470
  * @param data.sorting
471
471
  * @param data.skipCount
472
472
  * @param data.maxResultCount
473
- * @returns PagedResultDto_AffiliationTypeDetailDto Success
473
+ * @returns unknown Success
474
474
  * @throws ApiError
475
475
  */
476
476
  public getApiCrmServiceCustomsByIdAffiliations(data: GetApiCrmServiceCustomsByIdAffiliationsData): CancelablePromise<GetApiCrmServiceCustomsByIdAffiliationsResponse> {
@@ -532,7 +532,7 @@ export class CustomsService {
532
532
  * @param data.id
533
533
  * @param data.organizationId
534
534
  * @param data.requestBody
535
- * @returns UniRefund_CRMService_Organizations_OrganizationDto Success
535
+ * @returns unknown Success
536
536
  * @throws ApiError
537
537
  */
538
538
  public putApiCrmServiceCustomsByIdOrganizationsByOrganizationId(data: PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdData): CancelablePromise<PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdResponse> {
@@ -561,7 +561,7 @@ export class CustomsService {
561
561
  * @param data.id
562
562
  * @param data.telephoneId
563
563
  * @param data.requestBody
564
- * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
564
+ * @returns unknown Success
565
565
  * @throws ApiError
566
566
  */
567
567
  public putApiCrmServiceCustomsByIdTelephonesByTelephoneId(data: PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdData): CancelablePromise<PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdResponse> {
@@ -590,7 +590,7 @@ export class CustomsService {
590
590
  * @param data.id
591
591
  * @param data.addressId
592
592
  * @param data.requestBody
593
- * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
593
+ * @returns unknown Success
594
594
  * @throws ApiError
595
595
  */
596
596
  public putApiCrmServiceCustomsByIdAddressesByAddressId(data: PutApiCrmServiceCustomsByIdAddressesByAddressIdData): CancelablePromise<PutApiCrmServiceCustomsByIdAddressesByAddressIdResponse> {
@@ -620,7 +620,7 @@ export class CustomsService {
620
620
  * @param data.emailId
621
621
  * @param data.addressId
622
622
  * @param data.requestBody
623
- * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
623
+ * @returns unknown Success
624
624
  * @throws ApiError
625
625
  */
626
626
  public putApiCrmServiceCustomsByIdEmailsByEmailId(data: PutApiCrmServiceCustomsByIdEmailsByEmailIdData): CancelablePromise<PutApiCrmServiceCustomsByIdEmailsByEmailIdResponse> {
@@ -650,7 +650,7 @@ export class CustomsService {
650
650
  /**
651
651
  * @param data The data for the request.
652
652
  * @param data.id
653
- * @returns UniRefund_CRMService_Merchants_SubIndividualDto Success
653
+ * @returns unknown Success
654
654
  * @throws ApiError
655
655
  */
656
656
  public getApiCrmServiceCustomsByIdAffilatedIndividuals(data: GetApiCrmServiceCustomsByIdAffilatedIndividualsData): CancelablePromise<GetApiCrmServiceCustomsByIdAffilatedIndividualsResponse> {
@@ -732,7 +732,7 @@ export class IndividualService {
732
732
  /**
733
733
  * @param data The data for the request.
734
734
  * @param data.requestBody
735
- * @returns UniRefund_CRMService_Individuals_IndividualWithAbpUserAccountDto Success
735
+ * @returns unknown Success
736
736
  * @throws ApiError
737
737
  */
738
738
  public postApiCrmServiceIndividualsWithComponents(data: PostApiCrmServiceIndividualsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceIndividualsWithComponentsResponse> {
@@ -755,7 +755,7 @@ export class IndividualService {
755
755
  /**
756
756
  * @param data The data for the request.
757
757
  * @param data.id
758
- * @returns UniRefund_CRMService_Individuals_AbpUserAccountDto Success
758
+ * @returns unknown Success
759
759
  * @throws ApiError
760
760
  */
761
761
  public postApiCrmServiceIndividualsByIdAbpUserAccount(data: PostApiCrmServiceIndividualsByIdAbpUserAccountData): CancelablePromise<PostApiCrmServiceIndividualsByIdAbpUserAccountResponse> {
@@ -803,7 +803,7 @@ export class IndividualService {
803
803
  /**
804
804
  * @param data The data for the request.
805
805
  * @param data.id
806
- * @returns UniRefund_CRMService_Individuals_IndividualProfileDto Success
806
+ * @returns unknown Success
807
807
  * @throws ApiError
808
808
  */
809
809
  public getApiCrmServiceIndividualsById(data: GetApiCrmServiceIndividualsByIdData): CancelablePromise<GetApiCrmServiceIndividualsByIdResponse> {
@@ -834,7 +834,7 @@ export class IndividualService {
834
834
  * @param data.sorting
835
835
  * @param data.skipCount
836
836
  * @param data.maxResultCount
837
- * @returns PagedResultDto_IndividualProfileDto Success
837
+ * @returns unknown Success
838
838
  * @throws ApiError
839
839
  */
840
840
  public getApiCrmServiceIndividuals(data: GetApiCrmServiceIndividualsData = {}): CancelablePromise<GetApiCrmServiceIndividualsResponse> {
@@ -870,7 +870,7 @@ export class IndividualService {
870
870
  * @param data.showRefundPoint
871
871
  * @param data.showTaxOffice
872
872
  * @param data.showTaxFree
873
- * @returns UniRefund_CRMService_Individuals_IndividualAffiliationsDto Success
873
+ * @returns unknown Success
874
874
  * @throws ApiError
875
875
  */
876
876
  public getApiCrmServiceIndividualsByIdAffiliations(data: GetApiCrmServiceIndividualsByIdAffiliationsData): CancelablePromise<GetApiCrmServiceIndividualsByIdAffiliationsResponse> {
@@ -912,7 +912,7 @@ export class MerchantService {
912
912
  * @param data.sorting
913
913
  * @param data.skipCount
914
914
  * @param data.maxResultCount
915
- * @returns PagedResultDto_MerchantProfileDto Success
915
+ * @returns unknown Success
916
916
  * @throws ApiError
917
917
  */
918
918
  public getApiCrmServiceMerchants(data: GetApiCrmServiceMerchantsData = {}): CancelablePromise<GetApiCrmServiceMerchantsResponse> {
@@ -942,7 +942,7 @@ export class MerchantService {
942
942
  /**
943
943
  * @param data The data for the request.
944
944
  * @param data.id
945
- * @returns UniRefund_CRMService_Merchants_MerchantProfileDto Success
945
+ * @returns unknown Success
946
946
  * @throws ApiError
947
947
  */
948
948
  public getApiCrmServiceMerchantsById(data: GetApiCrmServiceMerchantsByIdData): CancelablePromise<GetApiCrmServiceMerchantsByIdResponse> {
@@ -967,7 +967,7 @@ export class MerchantService {
967
967
  * @param data The data for the request.
968
968
  * @param data.id
969
969
  * @param data.requestBody
970
- * @returns UniRefund_CRMService_Merchants_MerchantBaseDto Success
970
+ * @returns unknown Success
971
971
  * @throws ApiError
972
972
  */
973
973
  public putApiCrmServiceMerchantsById(data: PutApiCrmServiceMerchantsByIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdResponse> {
@@ -993,7 +993,7 @@ export class MerchantService {
993
993
  /**
994
994
  * @param data The data for the request.
995
995
  * @param data.id
996
- * @returns UniRefund_CRMService_Merchants_MerchantDetailDto Success
996
+ * @returns unknown Success
997
997
  * @throws ApiError
998
998
  */
999
999
  public getApiCrmServiceMerchantsByIdDetail(data: GetApiCrmServiceMerchantsByIdDetailData): CancelablePromise<GetApiCrmServiceMerchantsByIdDetailResponse> {
@@ -1020,7 +1020,7 @@ export class MerchantService {
1020
1020
  * @param data.sorting
1021
1021
  * @param data.skipCount
1022
1022
  * @param data.maxResultCount
1023
- * @returns UniRefund_CRMService_Merchants_StoreProfilePagedResultDto Success
1023
+ * @returns unknown Success
1024
1024
  * @throws ApiError
1025
1025
  */
1026
1026
  public getApiCrmServiceMerchantsByIdSubMerchants(data: GetApiCrmServiceMerchantsByIdSubMerchantsData): CancelablePromise<GetApiCrmServiceMerchantsByIdSubMerchantsResponse> {
@@ -1049,7 +1049,7 @@ export class MerchantService {
1049
1049
  /**
1050
1050
  * @param data The data for the request.
1051
1051
  * @param data.requestBody
1052
- * @returns UniRefund_CRMService_Merchants_MerchantProfileDto Success
1052
+ * @returns unknown Success
1053
1053
  * @throws ApiError
1054
1054
  */
1055
1055
  public postApiCrmServiceMerchantsWithComponents(data: PostApiCrmServiceMerchantsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceMerchantsWithComponentsResponse> {
@@ -1104,7 +1104,7 @@ export class MerchantService {
1104
1104
  * @param data.sorting
1105
1105
  * @param data.skipCount
1106
1106
  * @param data.maxResultCount
1107
- * @returns PagedResultDto_AffiliationTypeDetailDto Success
1107
+ * @returns unknown Success
1108
1108
  * @throws ApiError
1109
1109
  */
1110
1110
  public getApiCrmServiceMerchantsByIdAffiliations(data: GetApiCrmServiceMerchantsByIdAffiliationsData): CancelablePromise<GetApiCrmServiceMerchantsByIdAffiliationsResponse> {
@@ -1193,7 +1193,7 @@ export class MerchantService {
1193
1193
  * @param data.id
1194
1194
  * @param data.affiliationId
1195
1195
  * @param data.requestBody
1196
- * @returns UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto Success
1196
+ * @returns unknown Success
1197
1197
  * @throws ApiError
1198
1198
  */
1199
1199
  public putApiCrmServiceMerchantsByIdAffiliationsByAffiliationId(data: PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse> {
@@ -1222,7 +1222,7 @@ export class MerchantService {
1222
1222
  * @param data.id
1223
1223
  * @param data.organizationId
1224
1224
  * @param data.requestBody
1225
- * @returns UniRefund_CRMService_Organizations_OrganizationDto Success
1225
+ * @returns unknown Success
1226
1226
  * @throws ApiError
1227
1227
  */
1228
1228
  public putApiCrmServiceMerchantsByIdOrganizationsByOrganizationId(data: PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdResponse> {
@@ -1272,7 +1272,7 @@ export class MerchantService {
1272
1272
  /**
1273
1273
  * @param data The data for the request.
1274
1274
  * @param data.id
1275
- * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
1275
+ * @returns unknown Success
1276
1276
  * @throws ApiError
1277
1277
  */
1278
1278
  public getApiCrmServiceMerchantsByIdTelephones(data: GetApiCrmServiceMerchantsByIdTelephonesData): CancelablePromise<GetApiCrmServiceMerchantsByIdTelephonesResponse> {
@@ -1298,7 +1298,7 @@ export class MerchantService {
1298
1298
  * @param data.id
1299
1299
  * @param data.telephoneId
1300
1300
  * @param data.requestBody
1301
- * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
1301
+ * @returns unknown Success
1302
1302
  * @throws ApiError
1303
1303
  */
1304
1304
  public putApiCrmServiceMerchantsByIdTelephonesByTelephoneId(data: PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdResponse> {
@@ -1325,7 +1325,7 @@ export class MerchantService {
1325
1325
  /**
1326
1326
  * @param data The data for the request.
1327
1327
  * @param data.id
1328
- * @returns UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto Success
1328
+ * @returns unknown Success
1329
1329
  * @throws ApiError
1330
1330
  */
1331
1331
  public getApiCrmServiceMerchantsByIdAddresses(data: GetApiCrmServiceMerchantsByIdAddressesData): CancelablePromise<GetApiCrmServiceMerchantsByIdAddressesResponse> {
@@ -1351,7 +1351,7 @@ export class MerchantService {
1351
1351
  * @param data.id
1352
1352
  * @param data.addressId
1353
1353
  * @param data.requestBody
1354
- * @returns UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto Success
1354
+ * @returns unknown Success
1355
1355
  * @throws ApiError
1356
1356
  */
1357
1357
  public putApiCrmServiceMerchantsByIdAddressesByAddressId(data: PutApiCrmServiceMerchantsByIdAddressesByAddressIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdAddressesByAddressIdResponse> {
@@ -1378,7 +1378,7 @@ export class MerchantService {
1378
1378
  /**
1379
1379
  * @param data The data for the request.
1380
1380
  * @param data.id
1381
- * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
1381
+ * @returns unknown Success
1382
1382
  * @throws ApiError
1383
1383
  */
1384
1384
  public getApiCrmServiceMerchantsByIdEmails(data: GetApiCrmServiceMerchantsByIdEmailsData): CancelablePromise<GetApiCrmServiceMerchantsByIdEmailsResponse> {
@@ -1404,7 +1404,7 @@ export class MerchantService {
1404
1404
  * @param data.id
1405
1405
  * @param data.emailId
1406
1406
  * @param data.requestBody
1407
- * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
1407
+ * @returns unknown Success
1408
1408
  * @throws ApiError
1409
1409
  */
1410
1410
  public putApiCrmServiceMerchantsByIdEmailsByEmailId(data: PutApiCrmServiceMerchantsByIdEmailsByEmailIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdEmailsByEmailIdResponse> {
@@ -1434,7 +1434,7 @@ export class MerchantService {
1434
1434
  * @param data.individualId
1435
1435
  * @param data.nameId
1436
1436
  * @param data.requestBody
1437
- * @returns UniRefund_CRMService_NameCommonDatas_NameCommonDataDto Success
1437
+ * @returns unknown Success
1438
1438
  * @throws ApiError
1439
1439
  */
1440
1440
  public putApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameId(data: PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdIndividualByIndividualIdNameByNameIdResponse> {
@@ -1465,7 +1465,7 @@ export class MerchantService {
1465
1465
  * @param data.individualId
1466
1466
  * @param data.personalSummaryId
1467
1467
  * @param data.requestBody
1468
- * @returns UniRefund_CRMService_PersonalSummaries_PersonalSummaryDto Success
1468
+ * @returns unknown Success
1469
1469
  * @throws ApiError
1470
1470
  */
1471
1471
  public putApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryId(data: PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdData): CancelablePromise<PutApiCrmServiceMerchantsByIdIndividualByIndividualIdPersonalSummaryByPersonalSummaryIdResponse> {
@@ -1498,7 +1498,7 @@ export class MerchantIntegrationService {
1498
1498
  /**
1499
1499
  * @param data The data for the request.
1500
1500
  * @param data.id
1501
- * @returns UniRefund_CRMService_Merchants_MerchantBasicInformationDto Success
1501
+ * @returns unknown Success
1502
1502
  * @throws ApiError
1503
1503
  */
1504
1504
  public getIntegrationApiMerchantsByIdBasicInformation(data: GetIntegrationApiMerchantsByIdBasicInformationData): CancelablePromise<GetIntegrationApiMerchantsByIdBasicInformationResponse> {
@@ -1524,7 +1524,7 @@ export class MerchantIntegrationService {
1524
1524
  * @param data.vatNumber
1525
1525
  * @param data.countryCode
1526
1526
  * @param data.customerNumber
1527
- * @returns UniRefund_CRMService_Merchants_MerchantInfoDto Success
1527
+ * @returns unknown Success
1528
1528
  * @throws ApiError
1529
1529
  */
1530
1530
  public getIntegrationApiMerchantsInfo(data: GetIntegrationApiMerchantsInfoData = {}): CancelablePromise<GetIntegrationApiMerchantsInfoResponse> {
@@ -1681,7 +1681,7 @@ export class MerchantIntegrationService {
1681
1681
  * @param data The data for the request.
1682
1682
  * @param data.ids
1683
1683
  * @param data.typeCodes
1684
- * @returns UniRefund_CRMService_Merchants_MerchantProfileDto Success
1684
+ * @returns unknown Success
1685
1685
  * @throws ApiError
1686
1686
  */
1687
1687
  public getIntegrationApiMerchants(data: GetIntegrationApiMerchantsData): CancelablePromise<GetIntegrationApiMerchantsResponse> {
@@ -1709,7 +1709,7 @@ export class MerchantIntegrationService {
1709
1709
  * @param data.sorting
1710
1710
  * @param data.skipCount
1711
1711
  * @param data.maxResultCount
1712
- * @returns UniRefund_CRMService_Merchants_StoreProfilePagedResultDtoIntegration Success
1712
+ * @returns unknown Success
1713
1713
  * @throws ApiError
1714
1714
  */
1715
1715
  public getIntegrationApiMerchantsByIdStores(data: GetIntegrationApiMerchantsByIdStoresData): CancelablePromise<GetIntegrationApiMerchantsByIdStoresResponse> {
@@ -1738,7 +1738,7 @@ export class MerchantIntegrationService {
1738
1738
  /**
1739
1739
  * @param data The data for the request.
1740
1740
  * @param data.id
1741
- * @returns UniRefund_CRMService_Merchants_MerchantDetailDto Success
1741
+ * @returns unknown Success
1742
1742
  * @throws ApiError
1743
1743
  */
1744
1744
  public getIntegrationApiMerchantsByIdDetail(data: GetIntegrationApiMerchantsByIdDetailData): CancelablePromise<GetIntegrationApiMerchantsByIdDetailResponse> {
@@ -1762,7 +1762,7 @@ export class MerchantIntegrationService {
1762
1762
  /**
1763
1763
  * @param data The data for the request.
1764
1764
  * @param data.ids
1765
- * @returns UniRefund_CRMService_Merchants_MerchantDetailDto Success
1765
+ * @returns unknown Success
1766
1766
  * @throws ApiError
1767
1767
  */
1768
1768
  public getIntegrationApiMerchantsDetailsList(data: GetIntegrationApiMerchantsDetailsListData = {}): CancelablePromise<GetIntegrationApiMerchantsDetailsListResponse> {
@@ -1819,7 +1819,7 @@ export class OrganizationService {
1819
1819
  * @param data.sorting
1820
1820
  * @param data.skipCount
1821
1821
  * @param data.maxResultCount
1822
- * @returns PagedResultDto_OrganizationProfileDto Success
1822
+ * @returns unknown Success
1823
1823
  * @throws ApiError
1824
1824
  */
1825
1825
  public getApiCrmServiceOrganizations(data: GetApiCrmServiceOrganizationsData = {}): CancelablePromise<GetApiCrmServiceOrganizationsResponse> {
@@ -1857,7 +1857,7 @@ export class RefundPointService {
1857
1857
  * @param data.sorting
1858
1858
  * @param data.skipCount
1859
1859
  * @param data.maxResultCount
1860
- * @returns PagedResultDto_RefundPointProfileDto Success
1860
+ * @returns unknown Success
1861
1861
  * @throws ApiError
1862
1862
  */
1863
1863
  public getApiCrmServiceRefundPoints(data: GetApiCrmServiceRefundPointsData = {}): CancelablePromise<GetApiCrmServiceRefundPointsResponse> {
@@ -1889,7 +1889,7 @@ export class RefundPointService {
1889
1889
  * @param data.sorting
1890
1890
  * @param data.skipCount
1891
1891
  * @param data.maxResultCount
1892
- * @returns PagedResultDto_RefundPointProfileDto Success
1892
+ * @returns unknown Success
1893
1893
  * @throws ApiError
1894
1894
  */
1895
1895
  public getApiCrmServiceRefundPointsAccessible(data: GetApiCrmServiceRefundPointsAccessibleData = {}): CancelablePromise<GetApiCrmServiceRefundPointsAccessibleResponse> {
@@ -1917,7 +1917,7 @@ export class RefundPointService {
1917
1917
  /**
1918
1918
  * @param data The data for the request.
1919
1919
  * @param data.id
1920
- * @returns UniRefund_CRMService_RefundPoints_RefundPointProfileDto Success
1920
+ * @returns unknown Success
1921
1921
  * @throws ApiError
1922
1922
  */
1923
1923
  public getApiCrmServiceRefundPointsById(data: GetApiCrmServiceRefundPointsByIdData): CancelablePromise<GetApiCrmServiceRefundPointsByIdResponse> {
@@ -1941,7 +1941,7 @@ export class RefundPointService {
1941
1941
  /**
1942
1942
  * @param data The data for the request.
1943
1943
  * @param data.id
1944
- * @returns UniRefund_CRMService_RefundPoints_RefundPointDto Success
1944
+ * @returns unknown Success
1945
1945
  * @throws ApiError
1946
1946
  */
1947
1947
  public getApiCrmServiceRefundPointsByIdDetail(data: GetApiCrmServiceRefundPointsByIdDetailData): CancelablePromise<GetApiCrmServiceRefundPointsByIdDetailResponse> {
@@ -1965,7 +1965,7 @@ export class RefundPointService {
1965
1965
  /**
1966
1966
  * @param data The data for the request.
1967
1967
  * @param data.id
1968
- * @returns PagedResultDto_RefundPointProfileDto Success
1968
+ * @returns unknown Success
1969
1969
  * @throws ApiError
1970
1970
  */
1971
1971
  public getApiCrmServiceRefundPointsByIdSubRefundPoints(data: GetApiCrmServiceRefundPointsByIdSubRefundPointsData): CancelablePromise<GetApiCrmServiceRefundPointsByIdSubRefundPointsResponse> {
@@ -1989,7 +1989,7 @@ export class RefundPointService {
1989
1989
  /**
1990
1990
  * @param data The data for the request.
1991
1991
  * @param data.requestBody
1992
- * @returns UniRefund_CRMService_RefundPoints_RefundPointProfileDto Success
1992
+ * @returns unknown Success
1993
1993
  * @throws ApiError
1994
1994
  */
1995
1995
  public postApiCrmServiceRefundPointsWithComponents(data: PostApiCrmServiceRefundPointsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceRefundPointsWithComponentsResponse> {
@@ -2071,7 +2071,7 @@ export class RefundPointService {
2071
2071
  * @param data.sorting
2072
2072
  * @param data.skipCount
2073
2073
  * @param data.maxResultCount
2074
- * @returns PagedResultDto_AffiliationTypeDetailDto Success
2074
+ * @returns unknown Success
2075
2075
  * @throws ApiError
2076
2076
  */
2077
2077
  public getApiCrmServiceRefundPointsByIdAffiliations(data: GetApiCrmServiceRefundPointsByIdAffiliationsData): CancelablePromise<GetApiCrmServiceRefundPointsByIdAffiliationsResponse> {
@@ -2133,7 +2133,7 @@ export class RefundPointService {
2133
2133
  * @param data.id
2134
2134
  * @param data.organizationId
2135
2135
  * @param data.requestBody
2136
- * @returns UniRefund_CRMService_Organizations_OrganizationDto Success
2136
+ * @returns unknown Success
2137
2137
  * @throws ApiError
2138
2138
  */
2139
2139
  public putApiCrmServiceRefundPointsByIdOrganizationsByOrganizationId(data: PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData): CancelablePromise<PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdResponse> {
@@ -2162,7 +2162,7 @@ export class RefundPointService {
2162
2162
  * @param data.id
2163
2163
  * @param data.telephoneId
2164
2164
  * @param data.requestBody
2165
- * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
2165
+ * @returns unknown Success
2166
2166
  * @throws ApiError
2167
2167
  */
2168
2168
  public putApiCrmServiceRefundPointsByIdTelephonesByTelephoneId(data: PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData): CancelablePromise<PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdResponse> {
@@ -2191,7 +2191,7 @@ export class RefundPointService {
2191
2191
  * @param data.id
2192
2192
  * @param data.addressId
2193
2193
  * @param data.requestBody
2194
- * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
2194
+ * @returns unknown Success
2195
2195
  * @throws ApiError
2196
2196
  */
2197
2197
  public putApiCrmServiceRefundPointsByIdAddressesByAddressId(data: PutApiCrmServiceRefundPointsByIdAddressesByAddressIdData): CancelablePromise<PutApiCrmServiceRefundPointsByIdAddressesByAddressIdResponse> {
@@ -2220,7 +2220,7 @@ export class RefundPointService {
2220
2220
  * @param data.id
2221
2221
  * @param data.emailId
2222
2222
  * @param data.requestBody
2223
- * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
2223
+ * @returns unknown Success
2224
2224
  * @throws ApiError
2225
2225
  */
2226
2226
  public putApiCrmServiceRefundPointsByIdEmailsByEmailId(data: PutApiCrmServiceRefundPointsByIdEmailsByEmailIdData): CancelablePromise<PutApiCrmServiceRefundPointsByIdEmailsByEmailIdResponse> {
@@ -2247,7 +2247,7 @@ export class RefundPointService {
2247
2247
  /**
2248
2248
  * @param data The data for the request.
2249
2249
  * @param data.id
2250
- * @returns UniRefund_CRMService_Merchants_SubIndividualDto Success
2250
+ * @returns unknown Success
2251
2251
  * @throws ApiError
2252
2252
  */
2253
2253
  public getApiCrmServiceRefundPointsByIdAffiliatedIndividual(data: GetApiCrmServiceRefundPointsByIdAffiliatedIndividualData): CancelablePromise<GetApiCrmServiceRefundPointsByIdAffiliatedIndividualResponse> {
@@ -2271,7 +2271,7 @@ export class RefundPointService {
2271
2271
  /**
2272
2272
  * @param data The data for the request.
2273
2273
  * @param data.id
2274
- * @returns UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto Success
2274
+ * @returns unknown Success
2275
2275
  * @throws ApiError
2276
2276
  */
2277
2277
  public getApiCrmServiceRefundPointsByIdAddresses(data: GetApiCrmServiceRefundPointsByIdAddressesData): CancelablePromise<GetApiCrmServiceRefundPointsByIdAddressesResponse> {
@@ -2328,7 +2328,7 @@ export class RefundPointIntegrationService {
2328
2328
  * @param data.sorting
2329
2329
  * @param data.skipCount
2330
2330
  * @param data.maxResultCount
2331
- * @returns PagedResultDto_RefundPointProfileDto Success
2331
+ * @returns unknown Success
2332
2332
  * @throws ApiError
2333
2333
  */
2334
2334
  public getIntegrationApiRefundPoints(data: GetIntegrationApiRefundPointsData = {}): CancelablePromise<GetIntegrationApiRefundPointsResponse> {
@@ -2356,7 +2356,7 @@ export class RefundPointIntegrationService {
2356
2356
  /**
2357
2357
  * @param data The data for the request.
2358
2358
  * @param data.id
2359
- * @returns UniRefund_CRMService_RefundPoints_RefundPointDetailForRefund Success
2359
+ * @returns unknown Success
2360
2360
  * @throws ApiError
2361
2361
  */
2362
2362
  public getIntegrationApiRefundPointsByIdDetailForRefund(data: GetIntegrationApiRefundPointsByIdDetailForRefundData): CancelablePromise<GetIntegrationApiRefundPointsByIdDetailForRefundResponse> {
@@ -2382,7 +2382,7 @@ export class RefundPointIntegrationService {
2382
2382
  * @param data.ids
2383
2383
  * @param data.skipCount
2384
2384
  * @param data.maxResultCount
2385
- * @returns PagedResultDto_RefundPointNameDto Success
2385
+ * @returns unknown Success
2386
2386
  * @throws ApiError
2387
2387
  */
2388
2388
  public getIntegrationApiRefundPointsRefundPointNames(data: GetIntegrationApiRefundPointsRefundPointNamesData = {}): CancelablePromise<GetIntegrationApiRefundPointsRefundPointNamesResponse> {
@@ -2436,7 +2436,7 @@ export class RefundPointIntegrationService {
2436
2436
  /**
2437
2437
  * @param data The data for the request.
2438
2438
  * @param data.id
2439
- * @returns UniRefund_CRMService_RefundPoints_RefundPointBasicInformationDto Success
2439
+ * @returns unknown Success
2440
2440
  * @throws ApiError
2441
2441
  */
2442
2442
  public getIntegrationApiRefundPointsByIdBasicInformation(data: GetIntegrationApiRefundPointsByIdBasicInformationData): CancelablePromise<GetIntegrationApiRefundPointsByIdBasicInformationResponse> {
@@ -2468,7 +2468,7 @@ export class TaxFreeService {
2468
2468
  * @param data.sorting
2469
2469
  * @param data.skipCount
2470
2470
  * @param data.maxResultCount
2471
- * @returns PagedResultDto_TaxFreeProfileDto Success
2471
+ * @returns unknown Success
2472
2472
  * @throws ApiError
2473
2473
  */
2474
2474
  public getApiCrmServiceTaxFrees(data: GetApiCrmServiceTaxFreesData = {}): CancelablePromise<GetApiCrmServiceTaxFreesResponse> {
@@ -2495,7 +2495,7 @@ export class TaxFreeService {
2495
2495
  /**
2496
2496
  * @param data The data for the request.
2497
2497
  * @param data.id
2498
- * @returns UniRefund_CRMService_TaxFrees_TaxFreeDto Success
2498
+ * @returns unknown Success
2499
2499
  * @throws ApiError
2500
2500
  */
2501
2501
  public getApiCrmServiceTaxFreesByIdDetail(data: GetApiCrmServiceTaxFreesByIdDetailData): CancelablePromise<GetApiCrmServiceTaxFreesByIdDetailResponse> {
@@ -2519,7 +2519,7 @@ export class TaxFreeService {
2519
2519
  /**
2520
2520
  * @param data The data for the request.
2521
2521
  * @param data.id
2522
- * @returns PagedResultDto_TaxFreeProfileDto Success
2522
+ * @returns unknown Success
2523
2523
  * @throws ApiError
2524
2524
  */
2525
2525
  public getApiCrmServiceTaxFreesByIdSubTaxFree(data: GetApiCrmServiceTaxFreesByIdSubTaxFreeData): CancelablePromise<GetApiCrmServiceTaxFreesByIdSubTaxFreeResponse> {
@@ -2543,7 +2543,7 @@ export class TaxFreeService {
2543
2543
  /**
2544
2544
  * @param data The data for the request.
2545
2545
  * @param data.requestBody
2546
- * @returns UniRefund_CRMService_TaxFrees_TaxFreeProfileDto Success
2546
+ * @returns unknown Success
2547
2547
  * @throws ApiError
2548
2548
  */
2549
2549
  public postApiCrmServiceTaxFreesWithComponents(data: PostApiCrmServiceTaxFreesWithComponentsData = {}): CancelablePromise<PostApiCrmServiceTaxFreesWithComponentsResponse> {
@@ -2625,7 +2625,7 @@ export class TaxFreeService {
2625
2625
  * @param data.sorting
2626
2626
  * @param data.skipCount
2627
2627
  * @param data.maxResultCount
2628
- * @returns PagedResultDto_AffiliationTypeDetailDto Success
2628
+ * @returns unknown Success
2629
2629
  * @throws ApiError
2630
2630
  */
2631
2631
  public getApiCrmServiceTaxFreesByIdAffiliations(data: GetApiCrmServiceTaxFreesByIdAffiliationsData): CancelablePromise<GetApiCrmServiceTaxFreesByIdAffiliationsResponse> {
@@ -2687,7 +2687,7 @@ export class TaxFreeService {
2687
2687
  * @param data.id
2688
2688
  * @param data.organizationId
2689
2689
  * @param data.requestBody
2690
- * @returns UniRefund_CRMService_Organizations_OrganizationDto Success
2690
+ * @returns unknown Success
2691
2691
  * @throws ApiError
2692
2692
  */
2693
2693
  public putApiCrmServiceTaxFreesByIdOrganizationsByOrganizationId(data: PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdResponse> {
@@ -2716,7 +2716,7 @@ export class TaxFreeService {
2716
2716
  * @param data.id
2717
2717
  * @param data.telephoneId
2718
2718
  * @param data.requestBody
2719
- * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
2719
+ * @returns unknown Success
2720
2720
  * @throws ApiError
2721
2721
  */
2722
2722
  public putApiCrmServiceTaxFreesByIdTelephonesByTelephoneId(data: PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdResponse> {
@@ -2745,7 +2745,7 @@ export class TaxFreeService {
2745
2745
  * @param data.id
2746
2746
  * @param data.addressId
2747
2747
  * @param data.requestBody
2748
- * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
2748
+ * @returns unknown Success
2749
2749
  * @throws ApiError
2750
2750
  */
2751
2751
  public putApiCrmServiceTaxFreesByIdAddressesByAddressId(data: PutApiCrmServiceTaxFreesByIdAddressesByAddressIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdAddressesByAddressIdResponse> {
@@ -2774,7 +2774,7 @@ export class TaxFreeService {
2774
2774
  * @param data.id
2775
2775
  * @param data.emailId
2776
2776
  * @param data.requestBody
2777
- * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
2777
+ * @returns unknown Success
2778
2778
  * @throws ApiError
2779
2779
  */
2780
2780
  public putApiCrmServiceTaxFreesByIdEmailsByEmailId(data: PutApiCrmServiceTaxFreesByIdEmailsByEmailIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdEmailsByEmailIdResponse> {
@@ -2801,7 +2801,7 @@ export class TaxFreeService {
2801
2801
  /**
2802
2802
  * @param data The data for the request.
2803
2803
  * @param data.id
2804
- * @returns UniRefund_CRMService_Merchants_SubIndividualDto Success
2804
+ * @returns unknown Success
2805
2805
  * @throws ApiError
2806
2806
  */
2807
2807
  public getApiCrmServiceTaxFreesByIdAffiliatedIndividuals(data: GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsData): CancelablePromise<GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsResponse> {
@@ -2833,7 +2833,7 @@ export class TaxOfficeService {
2833
2833
  * @param data.sorting
2834
2834
  * @param data.skipCount
2835
2835
  * @param data.maxResultCount
2836
- * @returns PagedResultDto_TaxOfficeProfileDto Success
2836
+ * @returns unknown Success
2837
2837
  * @throws ApiError
2838
2838
  */
2839
2839
  public getApiCrmServiceTaxOffices(data: GetApiCrmServiceTaxOfficesData = {}): CancelablePromise<GetApiCrmServiceTaxOfficesResponse> {
@@ -2860,7 +2860,7 @@ export class TaxOfficeService {
2860
2860
  /**
2861
2861
  * @param data The data for the request.
2862
2862
  * @param data.id
2863
- * @returns UniRefund_CRMService_TaxOffices_TaxOfficeProfileDto Success
2863
+ * @returns unknown Success
2864
2864
  * @throws ApiError
2865
2865
  */
2866
2866
  public getApiCrmServiceTaxOfficesById(data: GetApiCrmServiceTaxOfficesByIdData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdResponse> {
@@ -2884,7 +2884,7 @@ export class TaxOfficeService {
2884
2884
  /**
2885
2885
  * @param data The data for the request.
2886
2886
  * @param data.id
2887
- * @returns UniRefund_CRMService_TaxOffices_TaxOfficeDto Success
2887
+ * @returns unknown Success
2888
2888
  * @throws ApiError
2889
2889
  */
2890
2890
  public getApiCrmServiceTaxOfficesByIdDetail(data: GetApiCrmServiceTaxOfficesByIdDetailData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdDetailResponse> {
@@ -2908,7 +2908,7 @@ export class TaxOfficeService {
2908
2908
  /**
2909
2909
  * @param data The data for the request.
2910
2910
  * @param data.id
2911
- * @returns PagedResultDto_TaxOfficeProfileDto Success
2911
+ * @returns unknown Success
2912
2912
  * @throws ApiError
2913
2913
  */
2914
2914
  public getApiCrmServiceTaxOfficesByIdSubTaxOffices(data: GetApiCrmServiceTaxOfficesByIdSubTaxOfficesData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdSubTaxOfficesResponse> {
@@ -2932,7 +2932,7 @@ export class TaxOfficeService {
2932
2932
  /**
2933
2933
  * @param data The data for the request.
2934
2934
  * @param data.requestBody
2935
- * @returns UniRefund_CRMService_TaxOffices_TaxOfficeProfileDto Success
2935
+ * @returns unknown Success
2936
2936
  * @throws ApiError
2937
2937
  */
2938
2938
  public postApiCrmServiceTaxOfficesWithComponents(data: PostApiCrmServiceTaxOfficesWithComponentsData = {}): CancelablePromise<PostApiCrmServiceTaxOfficesWithComponentsResponse> {
@@ -3014,7 +3014,7 @@ export class TaxOfficeService {
3014
3014
  * @param data.sorting
3015
3015
  * @param data.skipCount
3016
3016
  * @param data.maxResultCount
3017
- * @returns PagedResultDto_AffiliationTypeDetailDto Success
3017
+ * @returns unknown Success
3018
3018
  * @throws ApiError
3019
3019
  */
3020
3020
  public getApiCrmServiceTaxOfficesByIdAffiliations(data: GetApiCrmServiceTaxOfficesByIdAffiliationsData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdAffiliationsResponse> {
@@ -3076,7 +3076,7 @@ export class TaxOfficeService {
3076
3076
  * @param data.id
3077
3077
  * @param data.organizationId
3078
3078
  * @param data.requestBody
3079
- * @returns UniRefund_CRMService_Organizations_OrganizationDto Success
3079
+ * @returns unknown Success
3080
3080
  * @throws ApiError
3081
3081
  */
3082
3082
  public putApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationId(data: PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdResponse> {
@@ -3105,7 +3105,7 @@ export class TaxOfficeService {
3105
3105
  * @param data.id
3106
3106
  * @param data.telephoneId
3107
3107
  * @param data.requestBody
3108
- * @returns UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto Success
3108
+ * @returns unknown Success
3109
3109
  * @throws ApiError
3110
3110
  */
3111
3111
  public putApiCrmServiceTaxOfficesByIdTelephonesByTelephoneId(data: PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdResponse> {
@@ -3134,7 +3134,7 @@ export class TaxOfficeService {
3134
3134
  * @param data.id
3135
3135
  * @param data.addressId
3136
3136
  * @param data.requestBody
3137
- * @returns UniRefund_CRMService_AddressTypes_AddressTypeDto Success
3137
+ * @returns unknown Success
3138
3138
  * @throws ApiError
3139
3139
  */
3140
3140
  public putApiCrmServiceTaxOfficesByIdAddressesByAddressId(data: PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdResponse> {
@@ -3163,7 +3163,7 @@ export class TaxOfficeService {
3163
3163
  * @param data.id
3164
3164
  * @param data.emailId
3165
3165
  * @param data.requestBody
3166
- * @returns UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto Success
3166
+ * @returns unknown Success
3167
3167
  * @throws ApiError
3168
3168
  */
3169
3169
  public putApiCrmServiceTaxOfficesByIdEmailsByEmailId(data: PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdData): CancelablePromise<PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdResponse> {
@@ -3190,7 +3190,7 @@ export class TaxOfficeService {
3190
3190
  /**
3191
3191
  * @param data The data for the request.
3192
3192
  * @param data.id
3193
- * @returns UniRefund_CRMService_Merchants_SubIndividualDto Success
3193
+ * @returns unknown Success
3194
3194
  * @throws ApiError
3195
3195
  */
3196
3196
  public getApiCrmServiceTaxOfficesByIdAffiliatedIndividuals(data: GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsResponse> {
@@ -3219,7 +3219,7 @@ export class TaxOfficeIntegrationService {
3219
3219
  /**
3220
3220
  * @param data The data for the request.
3221
3221
  * @param data.id
3222
- * @returns UniRefund_CRMService_TaxOffices_TaxOfficeProfileDto Success
3222
+ * @returns unknown Success
3223
3223
  * @throws ApiError
3224
3224
  */
3225
3225
  public getIntegrationApiTaxOfficesById(data: GetIntegrationApiTaxOfficesByIdData): CancelablePromise<GetIntegrationApiTaxOfficesByIdResponse> {