@ayasofyazilim/saas 0.0.125 → 0.0.126
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.
- package/CRMService/schemas.gen.ts +70 -57
- package/CRMService/sdk.gen.ts +133 -31
- package/CRMService/types.gen.ts +66 -40
- package/package.json +1 -1
|
@@ -487,6 +487,7 @@ export const $PagedResultDto_RefundPointProfileDto = {
|
|
|
487
487
|
items: {
|
|
488
488
|
type: 'array',
|
|
489
489
|
items: {
|
|
490
|
+
required: ['id', 'name', 'organizationId', 'taxOfficeId', 'taxpayerId', 'typeCode'],
|
|
490
491
|
type: 'object',
|
|
491
492
|
properties: {
|
|
492
493
|
id: {
|
|
@@ -494,8 +495,8 @@ export const $PagedResultDto_RefundPointProfileDto = {
|
|
|
494
495
|
format: 'uuid'
|
|
495
496
|
},
|
|
496
497
|
name: {
|
|
497
|
-
|
|
498
|
-
|
|
498
|
+
minLength: 1,
|
|
499
|
+
type: 'string'
|
|
499
500
|
},
|
|
500
501
|
organizationId: {
|
|
501
502
|
type: 'string',
|
|
@@ -511,8 +512,12 @@ export const $PagedResultDto_RefundPointProfileDto = {
|
|
|
511
512
|
format: 'uuid'
|
|
512
513
|
},
|
|
513
514
|
taxpayerId: {
|
|
514
|
-
|
|
515
|
-
|
|
515
|
+
minLength: 1,
|
|
516
|
+
type: 'string'
|
|
517
|
+
},
|
|
518
|
+
typeCode: {
|
|
519
|
+
enum: ['HEADQUARTER', 'REFUNDPOINT'],
|
|
520
|
+
type: 'string'
|
|
516
521
|
}
|
|
517
522
|
},
|
|
518
523
|
additionalProperties: false
|
|
@@ -1434,15 +1439,9 @@ export const $UniRefund_CRMService_ContactInformationTypes_CreateContactInformat
|
|
|
1434
1439
|
} as const;
|
|
1435
1440
|
|
|
1436
1441
|
export const $UniRefund_CRMService_Customss_CreateCustomsDto = {
|
|
1437
|
-
required: ['entityInformationTypes'
|
|
1442
|
+
required: ['entityInformationTypes'],
|
|
1438
1443
|
type: 'object',
|
|
1439
1444
|
properties: {
|
|
1440
|
-
extraProperties: {
|
|
1441
|
-
type: 'object',
|
|
1442
|
-
additionalProperties: {},
|
|
1443
|
-
nullable: true,
|
|
1444
|
-
readOnly: true
|
|
1445
|
-
},
|
|
1446
1445
|
entityInformationTypes: {
|
|
1447
1446
|
type: 'array',
|
|
1448
1447
|
items: {
|
|
@@ -1629,6 +1628,11 @@ export const $UniRefund_CRMService_Customss_CreateCustomsDto = {
|
|
|
1629
1628
|
taxpayerId: {
|
|
1630
1629
|
maxLength: 255,
|
|
1631
1630
|
minLength: 0,
|
|
1631
|
+
type: 'string',
|
|
1632
|
+
nullable: true
|
|
1633
|
+
},
|
|
1634
|
+
typeCode: {
|
|
1635
|
+
enum: ['HEADQUARTER', 'CUSTOMS'],
|
|
1632
1636
|
type: 'string'
|
|
1633
1637
|
}
|
|
1634
1638
|
},
|
|
@@ -1972,6 +1976,7 @@ export const $UniRefund_CRMService_Customss_CreateCustomsOrganizationDto = {
|
|
|
1972
1976
|
} as const;
|
|
1973
1977
|
|
|
1974
1978
|
export const $UniRefund_CRMService_Customss_CustomsDto = {
|
|
1979
|
+
required: ['taxpayerId', 'typeCode'],
|
|
1975
1980
|
type: 'object',
|
|
1976
1981
|
properties: {
|
|
1977
1982
|
id: {
|
|
@@ -2016,8 +2021,12 @@ export const $UniRefund_CRMService_Customss_CustomsDto = {
|
|
|
2016
2021
|
nullable: true
|
|
2017
2022
|
},
|
|
2018
2023
|
taxpayerId: {
|
|
2019
|
-
|
|
2020
|
-
|
|
2024
|
+
minLength: 1,
|
|
2025
|
+
type: 'string'
|
|
2026
|
+
},
|
|
2027
|
+
typeCode: {
|
|
2028
|
+
enum: ['HEADQUARTER', 'CUSTOMS'],
|
|
2029
|
+
type: 'string'
|
|
2021
2030
|
},
|
|
2022
2031
|
entityInformations: {
|
|
2023
2032
|
type: 'array',
|
|
@@ -2965,8 +2974,12 @@ export const $UniRefund_CRMService_Customss_CustomsProfileDto = {
|
|
|
2965
2974
|
additionalProperties: false
|
|
2966
2975
|
} as const;
|
|
2967
2976
|
|
|
2977
|
+
export const $UniRefund_CRMService_Customss_CustomsTypeCode = {
|
|
2978
|
+
enum: ['HEADQUARTER', 'CUSTOMS'],
|
|
2979
|
+
type: 'string'
|
|
2980
|
+
} as const;
|
|
2981
|
+
|
|
2968
2982
|
export const $UniRefund_CRMService_Customss_UpdateCustomsDto = {
|
|
2969
|
-
required: ['taxpayerId'],
|
|
2970
2983
|
type: 'object',
|
|
2971
2984
|
properties: {
|
|
2972
2985
|
parentId: {
|
|
@@ -2977,6 +2990,11 @@ export const $UniRefund_CRMService_Customss_UpdateCustomsDto = {
|
|
|
2977
2990
|
taxpayerId: {
|
|
2978
2991
|
maxLength: 255,
|
|
2979
2992
|
minLength: 0,
|
|
2993
|
+
type: 'string',
|
|
2994
|
+
nullable: true
|
|
2995
|
+
},
|
|
2996
|
+
typeCode: {
|
|
2997
|
+
enum: ['HEADQUARTER', 'CUSTOMS'],
|
|
2980
2998
|
type: 'string'
|
|
2981
2999
|
}
|
|
2982
3000
|
},
|
|
@@ -6568,30 +6586,6 @@ export const $UniRefund_CRMService_Merchants_CreateMerchantOrgnaizationDto = {
|
|
|
6568
6586
|
additionalProperties: false
|
|
6569
6587
|
} as const;
|
|
6570
6588
|
|
|
6571
|
-
export const $UniRefund_CRMService_Merchants_MerchantBaseDto = {
|
|
6572
|
-
type: 'object',
|
|
6573
|
-
properties: {
|
|
6574
|
-
id: {
|
|
6575
|
-
type: 'string',
|
|
6576
|
-
format: 'uuid'
|
|
6577
|
-
},
|
|
6578
|
-
typeCode: {
|
|
6579
|
-
enum: ['HEADQUARTER', 'STORE'],
|
|
6580
|
-
type: 'string'
|
|
6581
|
-
},
|
|
6582
|
-
taxOfficeId: {
|
|
6583
|
-
type: 'string',
|
|
6584
|
-
format: 'uuid'
|
|
6585
|
-
},
|
|
6586
|
-
parentId: {
|
|
6587
|
-
type: 'string',
|
|
6588
|
-
format: 'uuid',
|
|
6589
|
-
nullable: true
|
|
6590
|
-
}
|
|
6591
|
-
},
|
|
6592
|
-
additionalProperties: false
|
|
6593
|
-
} as const;
|
|
6594
|
-
|
|
6595
6589
|
export const $UniRefund_CRMService_Merchants_MerchantBasicInformationDto = {
|
|
6596
6590
|
type: 'object',
|
|
6597
6591
|
properties: {
|
|
@@ -7739,6 +7733,10 @@ export const $UniRefund_CRMService_Merchants_MerchantDetailDto = {
|
|
|
7739
7733
|
type: 'string',
|
|
7740
7734
|
format: 'uuid',
|
|
7741
7735
|
nullable: true
|
|
7736
|
+
},
|
|
7737
|
+
customerNumber: {
|
|
7738
|
+
type: 'string',
|
|
7739
|
+
nullable: true
|
|
7742
7740
|
}
|
|
7743
7741
|
},
|
|
7744
7742
|
additionalProperties: false
|
|
@@ -8885,6 +8883,10 @@ export const $UniRefund_CRMService_Merchants_MerchantDto = {
|
|
|
8885
8883
|
type: 'string',
|
|
8886
8884
|
format: 'uuid',
|
|
8887
8885
|
nullable: true
|
|
8886
|
+
},
|
|
8887
|
+
customerNumber: {
|
|
8888
|
+
type: 'string',
|
|
8889
|
+
nullable: true
|
|
8888
8890
|
}
|
|
8889
8891
|
},
|
|
8890
8892
|
additionalProperties: false
|
|
@@ -9205,6 +9207,10 @@ export const $UniRefund_CRMService_Merchants_UpdateMerchantDto = {
|
|
|
9205
9207
|
minLength: 0,
|
|
9206
9208
|
type: 'string',
|
|
9207
9209
|
nullable: true
|
|
9210
|
+
},
|
|
9211
|
+
customerNumber: {
|
|
9212
|
+
type: 'string',
|
|
9213
|
+
nullable: true
|
|
9208
9214
|
}
|
|
9209
9215
|
},
|
|
9210
9216
|
additionalProperties: false
|
|
@@ -9980,11 +9986,6 @@ export const $UniRefund_CRMService_Organizations_UpdateOrganizationDto = {
|
|
|
9980
9986
|
minLength: 0,
|
|
9981
9987
|
type: 'string',
|
|
9982
9988
|
nullable: true
|
|
9983
|
-
},
|
|
9984
|
-
parentCompanyId: {
|
|
9985
|
-
type: 'string',
|
|
9986
|
-
format: 'uuid',
|
|
9987
|
-
nullable: true
|
|
9988
9989
|
}
|
|
9989
9990
|
},
|
|
9990
9991
|
additionalProperties: false
|
|
@@ -11707,6 +11708,7 @@ export const $UniRefund_CRMService_RefundPoints_RefundPointNameDto = {
|
|
|
11707
11708
|
} as const;
|
|
11708
11709
|
|
|
11709
11710
|
export const $UniRefund_CRMService_RefundPoints_RefundPointProfileDto = {
|
|
11711
|
+
required: ['id', 'name', 'organizationId', 'taxOfficeId', 'taxpayerId', 'typeCode'],
|
|
11710
11712
|
type: 'object',
|
|
11711
11713
|
properties: {
|
|
11712
11714
|
id: {
|
|
@@ -11714,8 +11716,8 @@ export const $UniRefund_CRMService_RefundPoints_RefundPointProfileDto = {
|
|
|
11714
11716
|
format: 'uuid'
|
|
11715
11717
|
},
|
|
11716
11718
|
name: {
|
|
11717
|
-
|
|
11718
|
-
|
|
11719
|
+
minLength: 1,
|
|
11720
|
+
type: 'string'
|
|
11719
11721
|
},
|
|
11720
11722
|
organizationId: {
|
|
11721
11723
|
type: 'string',
|
|
@@ -11731,8 +11733,12 @@ export const $UniRefund_CRMService_RefundPoints_RefundPointProfileDto = {
|
|
|
11731
11733
|
format: 'uuid'
|
|
11732
11734
|
},
|
|
11733
11735
|
taxpayerId: {
|
|
11734
|
-
|
|
11735
|
-
|
|
11736
|
+
minLength: 1,
|
|
11737
|
+
type: 'string'
|
|
11738
|
+
},
|
|
11739
|
+
typeCode: {
|
|
11740
|
+
enum: ['HEADQUARTER', 'REFUNDPOINT'],
|
|
11741
|
+
type: 'string'
|
|
11736
11742
|
}
|
|
11737
11743
|
},
|
|
11738
11744
|
additionalProperties: false
|
|
@@ -11755,11 +11761,6 @@ export const $UniRefund_CRMService_RefundPoints_UpdateRefundPointDto = {
|
|
|
11755
11761
|
format: 'uuid',
|
|
11756
11762
|
nullable: true
|
|
11757
11763
|
},
|
|
11758
|
-
tenantId: {
|
|
11759
|
-
type: 'string',
|
|
11760
|
-
format: 'uuid',
|
|
11761
|
-
nullable: true
|
|
11762
|
-
},
|
|
11763
11764
|
parentId: {
|
|
11764
11765
|
type: 'string',
|
|
11765
11766
|
format: 'uuid',
|
|
@@ -11781,11 +11782,6 @@ export const $UniRefund_CRMService_RefundPoints_UpdateRefundPointOrganizationDto
|
|
|
11781
11782
|
maxLength: 255,
|
|
11782
11783
|
minLength: 0,
|
|
11783
11784
|
type: 'string'
|
|
11784
|
-
},
|
|
11785
|
-
parentCompanyId: {
|
|
11786
|
-
type: 'string',
|
|
11787
|
-
format: 'uuid',
|
|
11788
|
-
nullable: true
|
|
11789
11785
|
}
|
|
11790
11786
|
},
|
|
11791
11787
|
additionalProperties: false
|
|
@@ -13284,6 +13280,23 @@ export const $UniRefund_CRMService_TaxFrees_TaxFreeDto = {
|
|
|
13284
13280
|
additionalProperties: false
|
|
13285
13281
|
},
|
|
13286
13282
|
nullable: true
|
|
13283
|
+
},
|
|
13284
|
+
parentId: {
|
|
13285
|
+
type: 'string',
|
|
13286
|
+
format: 'uuid',
|
|
13287
|
+
nullable: true
|
|
13288
|
+
},
|
|
13289
|
+
taxpayerId: {
|
|
13290
|
+
type: 'string',
|
|
13291
|
+
nullable: true
|
|
13292
|
+
},
|
|
13293
|
+
typeCode: {
|
|
13294
|
+
enum: ['HEADQUARTER', 'TAXFREE'],
|
|
13295
|
+
type: 'string'
|
|
13296
|
+
},
|
|
13297
|
+
taxOfficeId: {
|
|
13298
|
+
type: 'string',
|
|
13299
|
+
format: 'uuid'
|
|
13287
13300
|
}
|
|
13288
13301
|
},
|
|
13289
13302
|
additionalProperties: false
|
package/CRMService/sdk.gen.ts
CHANGED
|
@@ -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, PutApiCrmServiceCustomsByIdData, PutApiCrmServiceCustomsByIdResponse, DeleteApiCrmServiceCustomsByIdWithComponentsData, DeleteApiCrmServiceCustomsByIdWithComponentsResponse, PostApiCrmServiceCustomsByIdAffiliationsData, PostApiCrmServiceCustomsByIdAffiliationsResponse, GetApiCrmServiceCustomsByIdAffiliationsData, GetApiCrmServiceCustomsByIdAffiliationsResponse, DeleteApiCrmServiceCustomsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceCustomsByIdAffiliationsByAffiliationIdResponse, GetApiCrmServiceCustomsByIdOrganizationsData, GetApiCrmServiceCustomsByIdOrganizationsResponse, 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, GetApiCrmServiceIndividualsByIdAddressesData, GetApiCrmServiceIndividualsByIdAddressesResponse, GetApiCrmServiceIndividualsByIdEmailsData, GetApiCrmServiceIndividualsByIdEmailsResponse, GetApiCrmServiceIndividualsByIdTelephonesData, GetApiCrmServiceIndividualsByIdTelephonesResponse, GetApiCrmServiceMerchantsData, GetApiCrmServiceMerchantsResponse, GetApiCrmServiceMerchantsByIdData, GetApiCrmServiceMerchantsByIdResponse, PutApiCrmServiceMerchantsByIdData, PutApiCrmServiceMerchantsByIdResponse, GetApiCrmServiceMerchantsByIdDetailData, GetApiCrmServiceMerchantsByIdDetailResponse, GetApiCrmServiceMerchantsByIdSubMerchantsData, GetApiCrmServiceMerchantsByIdSubMerchantsResponse, PostApiCrmServiceMerchantsWithComponentsData, PostApiCrmServiceMerchantsWithComponentsResponse, DeleteApiCrmServiceMerchantsByIdWithComponentsData, DeleteApiCrmServiceMerchantsByIdWithComponentsResponse, GetApiCrmServiceMerchantsByIdAffiliationsData, GetApiCrmServiceMerchantsByIdAffiliationsResponse, PostApiCrmServiceMerchantsByIdAffiliationsData, PostApiCrmServiceMerchantsByIdAffiliationsResponse, DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData, PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse, GetApiCrmServiceMerchantsByIdOrganizationsData, GetApiCrmServiceMerchantsByIdOrganizationsResponse, 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, GetIntegrationApiMerchantsParentIdsData, GetIntegrationApiMerchantsParentIdsResponse, 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, GetApiCrmServiceRefundPointsByIdOrganizationsData, GetApiCrmServiceRefundPointsByIdOrganizationsResponse, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdData, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdResponse, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdData, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdResponse, GetApiCrmServiceRefundPointsByIdAddressesData, GetApiCrmServiceRefundPointsByIdAddressesResponse, GetApiCrmServiceRefundPointsByIdTelephonesData, GetApiCrmServiceRefundPointsByIdTelephonesResponse, GetApiCrmServiceRefundPointsByIdEmailsData, GetApiCrmServiceRefundPointsByIdEmailsResponse, 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, GetApiCrmServiceTaxFreesByIdOrganizationsData, GetApiCrmServiceTaxFreesByIdOrganizationsResponse, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdData, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdData, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsData, GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsResponse, GetApiCrmServiceTaxOfficesData, GetApiCrmServiceTaxOfficesResponse, GetApiCrmServiceTaxOfficesByIdData, GetApiCrmServiceTaxOfficesByIdResponse, PutApiCrmServiceTaxOfficesByIdData, PutApiCrmServiceTaxOfficesByIdResponse, GetApiCrmServiceTaxOfficesByIdDetailData, GetApiCrmServiceTaxOfficesByIdDetailResponse, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesData, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesResponse, PostApiCrmServiceTaxOfficesWithComponentsData, PostApiCrmServiceTaxOfficesWithComponentsResponse, DeleteApiCrmServiceTaxOfficesByIdWithComponentsData, DeleteApiCrmServiceTaxOfficesByIdWithComponentsResponse, PostApiCrmServiceTaxOfficesByIdAffiliationsData, PostApiCrmServiceTaxOfficesByIdAffiliationsResponse, GetApiCrmServiceTaxOfficesByIdAffiliationsData, GetApiCrmServiceTaxOfficesByIdAffiliationsResponse, DeleteApiCrmServiceTaxOfficesByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceTaxOfficesByIdAffiliationsByAffiliationIdResponse, GetApiCrmServiceTaxOfficesByIdOrganizationsData, GetApiCrmServiceTaxOfficesByIdOrganizationsResponse, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdData, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdData, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsData, GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsResponse, GetApiCrmServiceTaxOfficesByIdEmailsData, GetApiCrmServiceTaxOfficesByIdEmailsResponse, 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, GetApiCrmServiceCustomsByIdData, GetApiCrmServiceCustomsByIdResponse, PutApiCrmServiceCustomsByIdData, PutApiCrmServiceCustomsByIdResponse, GetApiCrmServiceCustomsByIdDetailData, GetApiCrmServiceCustomsByIdDetailResponse, GetApiCrmServiceCustomsByIdSubCustomsData, GetApiCrmServiceCustomsByIdSubCustomsResponse, PostApiCrmServiceCustomsWithComponentsData, PostApiCrmServiceCustomsWithComponentsResponse, DeleteApiCrmServiceCustomsByIdWithComponentsData, DeleteApiCrmServiceCustomsByIdWithComponentsResponse, PostApiCrmServiceCustomsByIdAffiliationsData, PostApiCrmServiceCustomsByIdAffiliationsResponse, GetApiCrmServiceCustomsByIdAffiliationsData, GetApiCrmServiceCustomsByIdAffiliationsResponse, DeleteApiCrmServiceCustomsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceCustomsByIdAffiliationsByAffiliationIdResponse, GetApiCrmServiceCustomsByIdOrganizationsData, GetApiCrmServiceCustomsByIdOrganizationsResponse, 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, GetApiCrmServiceIndividualsByIdAddressesData, GetApiCrmServiceIndividualsByIdAddressesResponse, GetApiCrmServiceIndividualsByIdEmailsData, GetApiCrmServiceIndividualsByIdEmailsResponse, GetApiCrmServiceIndividualsByIdTelephonesData, GetApiCrmServiceIndividualsByIdTelephonesResponse, GetApiCrmServiceMerchantsData, GetApiCrmServiceMerchantsResponse, GetApiCrmServiceMerchantsByIdData, GetApiCrmServiceMerchantsByIdResponse, PutApiCrmServiceMerchantsByIdData, PutApiCrmServiceMerchantsByIdResponse, GetApiCrmServiceMerchantsByIdDetailData, GetApiCrmServiceMerchantsByIdDetailResponse, GetApiCrmServiceMerchantsByIdSubMerchantsData, GetApiCrmServiceMerchantsByIdSubMerchantsResponse, PostApiCrmServiceMerchantsWithComponentsData, PostApiCrmServiceMerchantsWithComponentsResponse, DeleteApiCrmServiceMerchantsByIdWithComponentsData, DeleteApiCrmServiceMerchantsByIdWithComponentsResponse, GetApiCrmServiceMerchantsByIdAffiliationsData, GetApiCrmServiceMerchantsByIdAffiliationsResponse, PostApiCrmServiceMerchantsByIdAffiliationsData, PostApiCrmServiceMerchantsByIdAffiliationsResponse, DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse, PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdData, PutApiCrmServiceMerchantsByIdAffiliationsByAffiliationIdResponse, GetApiCrmServiceMerchantsByIdOrganizationsData, GetApiCrmServiceMerchantsByIdOrganizationsResponse, 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, GetIntegrationApiMerchantsParentIdsData, GetIntegrationApiMerchantsParentIdsResponse, 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, GetApiCrmServiceRefundPointsByIdOrganizationsData, GetApiCrmServiceRefundPointsByIdOrganizationsResponse, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData, PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData, PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdData, PutApiCrmServiceRefundPointsByIdAddressesByAddressIdResponse, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdData, PutApiCrmServiceRefundPointsByIdEmailsByEmailIdResponse, GetApiCrmServiceRefundPointsByIdAddressesData, GetApiCrmServiceRefundPointsByIdAddressesResponse, GetApiCrmServiceRefundPointsByIdTelephonesData, GetApiCrmServiceRefundPointsByIdTelephonesResponse, GetApiCrmServiceRefundPointsByIdEmailsData, GetApiCrmServiceRefundPointsByIdEmailsResponse, GetIntegrationApiRefundPointsByIdParentIdOrSelfIdData, GetIntegrationApiRefundPointsByIdParentIdOrSelfIdResponse, GetIntegrationApiRefundPointsData, GetIntegrationApiRefundPointsResponse, GetIntegrationApiRefundPointsByIdDetailForRefundData, GetIntegrationApiRefundPointsByIdDetailForRefundResponse, GetIntegrationApiRefundPointsRefundPointNamesData, GetIntegrationApiRefundPointsRefundPointNamesResponse, GetIntegrationApiRefundPointsByIdExistData, GetIntegrationApiRefundPointsByIdExistResponse, GetIntegrationApiRefundPointsByIdBasicInformationData, GetIntegrationApiRefundPointsByIdBasicInformationResponse, GetApiCrmServiceTaxFreesData, GetApiCrmServiceTaxFreesResponse, GetApiCrmServiceTaxFreesByIdData, GetApiCrmServiceTaxFreesByIdResponse, PutApiCrmServiceTaxFreesByIdData, PutApiCrmServiceTaxFreesByIdResponse, GetApiCrmServiceTaxFreesByIdDetailData, GetApiCrmServiceTaxFreesByIdDetailResponse, GetApiCrmServiceTaxFreesByIdSubTaxFreeData, GetApiCrmServiceTaxFreesByIdSubTaxFreeResponse, PostApiCrmServiceTaxFreesWithComponentsData, PostApiCrmServiceTaxFreesWithComponentsResponse, DeleteApiCrmServiceTaxFreesByIdWithComponentsData, DeleteApiCrmServiceTaxFreesByIdWithComponentsResponse, PostApiCrmServiceTaxFreesByIdAffiliationsData, PostApiCrmServiceTaxFreesByIdAffiliationsResponse, GetApiCrmServiceTaxFreesByIdAffiliationsData, GetApiCrmServiceTaxFreesByIdAffiliationsResponse, DeleteApiCrmServiceTaxFreesByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceTaxFreesByIdAffiliationsByAffiliationIdResponse, GetApiCrmServiceTaxFreesByIdOrganizationsData, GetApiCrmServiceTaxFreesByIdOrganizationsResponse, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdData, PutApiCrmServiceTaxFreesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdData, PutApiCrmServiceTaxFreesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsData, GetApiCrmServiceTaxFreesByIdAffiliatedIndividualsResponse, GetApiCrmServiceTaxOfficesData, GetApiCrmServiceTaxOfficesResponse, GetApiCrmServiceTaxOfficesByIdData, GetApiCrmServiceTaxOfficesByIdResponse, PutApiCrmServiceTaxOfficesByIdData, PutApiCrmServiceTaxOfficesByIdResponse, GetApiCrmServiceTaxOfficesByIdDetailData, GetApiCrmServiceTaxOfficesByIdDetailResponse, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesData, GetApiCrmServiceTaxOfficesByIdSubTaxOfficesResponse, PostApiCrmServiceTaxOfficesWithComponentsData, PostApiCrmServiceTaxOfficesWithComponentsResponse, DeleteApiCrmServiceTaxOfficesByIdWithComponentsData, DeleteApiCrmServiceTaxOfficesByIdWithComponentsResponse, PostApiCrmServiceTaxOfficesByIdAffiliationsData, PostApiCrmServiceTaxOfficesByIdAffiliationsResponse, GetApiCrmServiceTaxOfficesByIdAffiliationsData, GetApiCrmServiceTaxOfficesByIdAffiliationsResponse, DeleteApiCrmServiceTaxOfficesByIdAffiliationsByAffiliationIdData, DeleteApiCrmServiceTaxOfficesByIdAffiliationsByAffiliationIdResponse, GetApiCrmServiceTaxOfficesByIdOrganizationsData, GetApiCrmServiceTaxOfficesByIdOrganizationsResponse, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdData, PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdResponse, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdData, PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdResponse, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdData, PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdResponse, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdData, PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdResponse, GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsData, GetApiCrmServiceTaxOfficesByIdAffiliatedIndividualsResponse, GetApiCrmServiceTaxOfficesByIdEmailsData, GetApiCrmServiceTaxOfficesByIdEmailsResponse, GetApiCrmServiceTaxOfficesByIdTelephonesData, GetApiCrmServiceTaxOfficesByIdTelephonesResponse, GetApiCrmServiceTaxOfficesByIdAddressesData, GetApiCrmServiceTaxOfficesByIdAddressesResponse, GetIntegrationApiTaxOfficesByIdData, GetIntegrationApiTaxOfficesByIdResponse, GetIntegrationApiTaxOfficesByIdAnyData, GetIntegrationApiTaxOfficesByIdAnyResponse } from './types.gen';
|
|
6
6
|
|
|
7
7
|
export class AbpApiDefinitionService {
|
|
8
8
|
constructor(public readonly httpRequest: BaseHttpRequest) { }
|
|
@@ -343,10 +343,10 @@ export class CustomsService {
|
|
|
343
343
|
* @returns unknown Success
|
|
344
344
|
* @throws ApiError
|
|
345
345
|
*/
|
|
346
|
-
public
|
|
346
|
+
public getApiCrmServiceCustomsById(data: GetApiCrmServiceCustomsByIdData): CancelablePromise<GetApiCrmServiceCustomsByIdResponse> {
|
|
347
347
|
return this.httpRequest.request({
|
|
348
348
|
method: 'GET',
|
|
349
|
-
url: '/api/crm-service/customs/{id}
|
|
349
|
+
url: '/api/crm-service/customs/{id}',
|
|
350
350
|
path: {
|
|
351
351
|
id: data.id
|
|
352
352
|
},
|
|
@@ -364,16 +364,19 @@ export class CustomsService {
|
|
|
364
364
|
/**
|
|
365
365
|
* @param data The data for the request.
|
|
366
366
|
* @param data.id
|
|
367
|
+
* @param data.requestBody
|
|
367
368
|
* @returns unknown Success
|
|
368
369
|
* @throws ApiError
|
|
369
370
|
*/
|
|
370
|
-
public
|
|
371
|
+
public putApiCrmServiceCustomsById(data: PutApiCrmServiceCustomsByIdData): CancelablePromise<PutApiCrmServiceCustomsByIdResponse> {
|
|
371
372
|
return this.httpRequest.request({
|
|
372
|
-
method: '
|
|
373
|
-
url: '/api/crm-service/customs/{id}
|
|
373
|
+
method: 'PUT',
|
|
374
|
+
url: '/api/crm-service/customs/{id}',
|
|
374
375
|
path: {
|
|
375
376
|
id: data.id
|
|
376
377
|
},
|
|
378
|
+
body: data.requestBody,
|
|
379
|
+
mediaType: 'application/json',
|
|
377
380
|
errors: {
|
|
378
381
|
400: 'Bad Request',
|
|
379
382
|
401: 'Unauthorized',
|
|
@@ -387,16 +390,17 @@ export class CustomsService {
|
|
|
387
390
|
|
|
388
391
|
/**
|
|
389
392
|
* @param data The data for the request.
|
|
390
|
-
* @param data.
|
|
393
|
+
* @param data.id
|
|
391
394
|
* @returns unknown Success
|
|
392
395
|
* @throws ApiError
|
|
393
396
|
*/
|
|
394
|
-
public
|
|
397
|
+
public getApiCrmServiceCustomsByIdDetail(data: GetApiCrmServiceCustomsByIdDetailData): CancelablePromise<GetApiCrmServiceCustomsByIdDetailResponse> {
|
|
395
398
|
return this.httpRequest.request({
|
|
396
|
-
method: '
|
|
397
|
-
url: '/api/crm-service/customs/
|
|
398
|
-
|
|
399
|
-
|
|
399
|
+
method: 'GET',
|
|
400
|
+
url: '/api/crm-service/customs/{id}/detail',
|
|
401
|
+
path: {
|
|
402
|
+
id: data.id
|
|
403
|
+
},
|
|
400
404
|
errors: {
|
|
401
405
|
400: 'Bad Request',
|
|
402
406
|
401: 'Unauthorized',
|
|
@@ -411,17 +415,37 @@ export class CustomsService {
|
|
|
411
415
|
/**
|
|
412
416
|
* @param data The data for the request.
|
|
413
417
|
* @param data.id
|
|
414
|
-
* @param data.requestBody
|
|
415
418
|
* @returns unknown Success
|
|
416
419
|
* @throws ApiError
|
|
417
420
|
*/
|
|
418
|
-
public
|
|
421
|
+
public getApiCrmServiceCustomsByIdSubCustoms(data: GetApiCrmServiceCustomsByIdSubCustomsData): CancelablePromise<GetApiCrmServiceCustomsByIdSubCustomsResponse> {
|
|
419
422
|
return this.httpRequest.request({
|
|
420
|
-
method: '
|
|
421
|
-
url: '/api/crm-service/customs/{id}',
|
|
423
|
+
method: 'GET',
|
|
424
|
+
url: '/api/crm-service/customs/{id}/sub-customs',
|
|
422
425
|
path: {
|
|
423
426
|
id: data.id
|
|
424
427
|
},
|
|
428
|
+
errors: {
|
|
429
|
+
400: 'Bad Request',
|
|
430
|
+
401: 'Unauthorized',
|
|
431
|
+
403: 'Forbidden',
|
|
432
|
+
404: 'Not Found',
|
|
433
|
+
500: 'Server Error',
|
|
434
|
+
501: 'Server Error'
|
|
435
|
+
}
|
|
436
|
+
});
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
/**
|
|
440
|
+
* @param data The data for the request.
|
|
441
|
+
* @param data.requestBody
|
|
442
|
+
* @returns unknown Success
|
|
443
|
+
* @throws ApiError
|
|
444
|
+
*/
|
|
445
|
+
public postApiCrmServiceCustomsWithComponents(data: PostApiCrmServiceCustomsWithComponentsData = {}): CancelablePromise<PostApiCrmServiceCustomsWithComponentsResponse> {
|
|
446
|
+
return this.httpRequest.request({
|
|
447
|
+
method: 'POST',
|
|
448
|
+
url: '/api/crm-service/customs/with-components',
|
|
425
449
|
body: data.requestBody,
|
|
426
450
|
mediaType: 'application/json',
|
|
427
451
|
errors: {
|
|
@@ -2352,6 +2376,7 @@ export class RefundPointService {
|
|
|
2352
2376
|
* @param data The data for the request.
|
|
2353
2377
|
* @param data.ids
|
|
2354
2378
|
* @param data.name
|
|
2379
|
+
* @param data.typeCode
|
|
2355
2380
|
* @param data.sorting
|
|
2356
2381
|
* @param data.skipCount
|
|
2357
2382
|
* @param data.maxResultCount
|
|
@@ -2365,6 +2390,7 @@ export class RefundPointService {
|
|
|
2365
2390
|
query: {
|
|
2366
2391
|
Ids: data.ids,
|
|
2367
2392
|
Name: data.name,
|
|
2393
|
+
TypeCode: data.typeCode,
|
|
2368
2394
|
Sorting: data.sorting,
|
|
2369
2395
|
SkipCount: data.skipCount,
|
|
2370
2396
|
MaxResultCount: data.maxResultCount
|
|
@@ -2384,6 +2410,7 @@ export class RefundPointService {
|
|
|
2384
2410
|
* @param data The data for the request.
|
|
2385
2411
|
* @param data.ids
|
|
2386
2412
|
* @param data.name
|
|
2413
|
+
* @param data.typeCode
|
|
2387
2414
|
* @param data.sorting
|
|
2388
2415
|
* @param data.skipCount
|
|
2389
2416
|
* @param data.maxResultCount
|
|
@@ -2397,6 +2424,7 @@ export class RefundPointService {
|
|
|
2397
2424
|
query: {
|
|
2398
2425
|
Ids: data.ids,
|
|
2399
2426
|
Name: data.name,
|
|
2427
|
+
TypeCode: data.typeCode,
|
|
2400
2428
|
Sorting: data.sorting,
|
|
2401
2429
|
SkipCount: data.skipCount,
|
|
2402
2430
|
MaxResultCount: data.maxResultCount
|
|
@@ -2898,6 +2926,7 @@ export class RefundPointIntegrationService {
|
|
|
2898
2926
|
* @param data The data for the request.
|
|
2899
2927
|
* @param data.ids
|
|
2900
2928
|
* @param data.name
|
|
2929
|
+
* @param data.typeCode
|
|
2901
2930
|
* @param data.sorting
|
|
2902
2931
|
* @param data.skipCount
|
|
2903
2932
|
* @param data.maxResultCount
|
|
@@ -2911,6 +2940,7 @@ export class RefundPointIntegrationService {
|
|
|
2911
2940
|
query: {
|
|
2912
2941
|
Ids: data.ids,
|
|
2913
2942
|
Name: data.name,
|
|
2943
|
+
TypeCode: data.typeCode,
|
|
2914
2944
|
Sorting: data.sorting,
|
|
2915
2945
|
SkipCount: data.skipCount,
|
|
2916
2946
|
MaxResultCount: data.maxResultCount
|
|
@@ -3073,10 +3103,10 @@ export class TaxFreeService {
|
|
|
3073
3103
|
* @returns unknown Success
|
|
3074
3104
|
* @throws ApiError
|
|
3075
3105
|
*/
|
|
3076
|
-
public
|
|
3106
|
+
public getApiCrmServiceTaxFreesById(data: GetApiCrmServiceTaxFreesByIdData): CancelablePromise<GetApiCrmServiceTaxFreesByIdResponse> {
|
|
3077
3107
|
return this.httpRequest.request({
|
|
3078
3108
|
method: 'GET',
|
|
3079
|
-
url: '/api/crm-service/tax-frees/{id}
|
|
3109
|
+
url: '/api/crm-service/tax-frees/{id}',
|
|
3080
3110
|
path: {
|
|
3081
3111
|
id: data.id
|
|
3082
3112
|
},
|
|
@@ -3094,16 +3124,19 @@ export class TaxFreeService {
|
|
|
3094
3124
|
/**
|
|
3095
3125
|
* @param data The data for the request.
|
|
3096
3126
|
* @param data.id
|
|
3127
|
+
* @param data.requestBody
|
|
3097
3128
|
* @returns unknown Success
|
|
3098
3129
|
* @throws ApiError
|
|
3099
3130
|
*/
|
|
3100
|
-
public
|
|
3131
|
+
public putApiCrmServiceTaxFreesById(data: PutApiCrmServiceTaxFreesByIdData): CancelablePromise<PutApiCrmServiceTaxFreesByIdResponse> {
|
|
3101
3132
|
return this.httpRequest.request({
|
|
3102
|
-
method: '
|
|
3103
|
-
url: '/api/crm-service/tax-frees/{id}
|
|
3133
|
+
method: 'PUT',
|
|
3134
|
+
url: '/api/crm-service/tax-frees/{id}',
|
|
3104
3135
|
path: {
|
|
3105
3136
|
id: data.id
|
|
3106
3137
|
},
|
|
3138
|
+
body: data.requestBody,
|
|
3139
|
+
mediaType: 'application/json',
|
|
3107
3140
|
errors: {
|
|
3108
3141
|
400: 'Bad Request',
|
|
3109
3142
|
401: 'Unauthorized',
|
|
@@ -3117,16 +3150,17 @@ export class TaxFreeService {
|
|
|
3117
3150
|
|
|
3118
3151
|
/**
|
|
3119
3152
|
* @param data The data for the request.
|
|
3120
|
-
* @param data.
|
|
3153
|
+
* @param data.id
|
|
3121
3154
|
* @returns unknown Success
|
|
3122
3155
|
* @throws ApiError
|
|
3123
3156
|
*/
|
|
3124
|
-
public
|
|
3157
|
+
public getApiCrmServiceTaxFreesByIdDetail(data: GetApiCrmServiceTaxFreesByIdDetailData): CancelablePromise<GetApiCrmServiceTaxFreesByIdDetailResponse> {
|
|
3125
3158
|
return this.httpRequest.request({
|
|
3126
|
-
method: '
|
|
3127
|
-
url: '/api/crm-service/tax-frees/
|
|
3128
|
-
|
|
3129
|
-
|
|
3159
|
+
method: 'GET',
|
|
3160
|
+
url: '/api/crm-service/tax-frees/{id}/detail',
|
|
3161
|
+
path: {
|
|
3162
|
+
id: data.id
|
|
3163
|
+
},
|
|
3130
3164
|
errors: {
|
|
3131
3165
|
400: 'Bad Request',
|
|
3132
3166
|
401: 'Unauthorized',
|
|
@@ -3141,17 +3175,37 @@ export class TaxFreeService {
|
|
|
3141
3175
|
/**
|
|
3142
3176
|
* @param data The data for the request.
|
|
3143
3177
|
* @param data.id
|
|
3144
|
-
* @param data.requestBody
|
|
3145
3178
|
* @returns unknown Success
|
|
3146
3179
|
* @throws ApiError
|
|
3147
3180
|
*/
|
|
3148
|
-
public
|
|
3181
|
+
public getApiCrmServiceTaxFreesByIdSubTaxFree(data: GetApiCrmServiceTaxFreesByIdSubTaxFreeData): CancelablePromise<GetApiCrmServiceTaxFreesByIdSubTaxFreeResponse> {
|
|
3149
3182
|
return this.httpRequest.request({
|
|
3150
|
-
method: '
|
|
3151
|
-
url: '/api/crm-service/tax-frees/{id}',
|
|
3183
|
+
method: 'GET',
|
|
3184
|
+
url: '/api/crm-service/tax-frees/{id}/sub-tax-free',
|
|
3152
3185
|
path: {
|
|
3153
3186
|
id: data.id
|
|
3154
3187
|
},
|
|
3188
|
+
errors: {
|
|
3189
|
+
400: 'Bad Request',
|
|
3190
|
+
401: 'Unauthorized',
|
|
3191
|
+
403: 'Forbidden',
|
|
3192
|
+
404: 'Not Found',
|
|
3193
|
+
500: 'Server Error',
|
|
3194
|
+
501: 'Server Error'
|
|
3195
|
+
}
|
|
3196
|
+
});
|
|
3197
|
+
}
|
|
3198
|
+
|
|
3199
|
+
/**
|
|
3200
|
+
* @param data The data for the request.
|
|
3201
|
+
* @param data.requestBody
|
|
3202
|
+
* @returns unknown Success
|
|
3203
|
+
* @throws ApiError
|
|
3204
|
+
*/
|
|
3205
|
+
public postApiCrmServiceTaxFreesWithComponents(data: PostApiCrmServiceTaxFreesWithComponentsData = {}): CancelablePromise<PostApiCrmServiceTaxFreesWithComponentsResponse> {
|
|
3206
|
+
return this.httpRequest.request({
|
|
3207
|
+
method: 'POST',
|
|
3208
|
+
url: '/api/crm-service/tax-frees/with-components',
|
|
3155
3209
|
body: data.requestBody,
|
|
3156
3210
|
mediaType: 'application/json',
|
|
3157
3211
|
errors: {
|
|
@@ -3912,6 +3966,54 @@ export class TaxOfficeService {
|
|
|
3912
3966
|
});
|
|
3913
3967
|
}
|
|
3914
3968
|
|
|
3969
|
+
/**
|
|
3970
|
+
* @param data The data for the request.
|
|
3971
|
+
* @param data.id
|
|
3972
|
+
* @returns unknown Success
|
|
3973
|
+
* @throws ApiError
|
|
3974
|
+
*/
|
|
3975
|
+
public getApiCrmServiceTaxOfficesByIdTelephones(data: GetApiCrmServiceTaxOfficesByIdTelephonesData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdTelephonesResponse> {
|
|
3976
|
+
return this.httpRequest.request({
|
|
3977
|
+
method: 'GET',
|
|
3978
|
+
url: '/api/crm-service/tax-offices/{id}/telephones',
|
|
3979
|
+
path: {
|
|
3980
|
+
id: data.id
|
|
3981
|
+
},
|
|
3982
|
+
errors: {
|
|
3983
|
+
400: 'Bad Request',
|
|
3984
|
+
401: 'Unauthorized',
|
|
3985
|
+
403: 'Forbidden',
|
|
3986
|
+
404: 'Not Found',
|
|
3987
|
+
500: 'Server Error',
|
|
3988
|
+
501: 'Server Error'
|
|
3989
|
+
}
|
|
3990
|
+
});
|
|
3991
|
+
}
|
|
3992
|
+
|
|
3993
|
+
/**
|
|
3994
|
+
* @param data The data for the request.
|
|
3995
|
+
* @param data.id
|
|
3996
|
+
* @returns unknown Success
|
|
3997
|
+
* @throws ApiError
|
|
3998
|
+
*/
|
|
3999
|
+
public getApiCrmServiceTaxOfficesByIdAddresses(data: GetApiCrmServiceTaxOfficesByIdAddressesData): CancelablePromise<GetApiCrmServiceTaxOfficesByIdAddressesResponse> {
|
|
4000
|
+
return this.httpRequest.request({
|
|
4001
|
+
method: 'GET',
|
|
4002
|
+
url: '/api/crm-service/tax-offices/{id}/addresses',
|
|
4003
|
+
path: {
|
|
4004
|
+
id: data.id
|
|
4005
|
+
},
|
|
4006
|
+
errors: {
|
|
4007
|
+
400: 'Bad Request',
|
|
4008
|
+
401: 'Unauthorized',
|
|
4009
|
+
403: 'Forbidden',
|
|
4010
|
+
404: 'Not Found',
|
|
4011
|
+
500: 'Server Error',
|
|
4012
|
+
501: 'Server Error'
|
|
4013
|
+
}
|
|
4014
|
+
});
|
|
4015
|
+
}
|
|
4016
|
+
|
|
3915
4017
|
}
|
|
3916
4018
|
|
|
3917
4019
|
export class TaxOfficeIntegrationService {
|
package/CRMService/types.gen.ts
CHANGED
|
@@ -171,12 +171,10 @@ export type UniRefund_CRMService_ContactInformationTypes_CreateContactInformatio
|
|
|
171
171
|
};
|
|
172
172
|
|
|
173
173
|
export type UniRefund_CRMService_Customss_CreateCustomsDto = {
|
|
174
|
-
readonly extraProperties?: {
|
|
175
|
-
[key: string]: unknown;
|
|
176
|
-
} | null;
|
|
177
174
|
entityInformationTypes: Array<UniRefund_CRMService_Customss_CreateCustomsEntityInformationTypeDto>;
|
|
178
175
|
parentId?: (string) | null;
|
|
179
|
-
taxpayerId
|
|
176
|
+
taxpayerId?: (string) | null;
|
|
177
|
+
typeCode?: UniRefund_CRMService_Customss_CustomsTypeCode;
|
|
180
178
|
};
|
|
181
179
|
|
|
182
180
|
export type UniRefund_CRMService_Customss_CreateCustomsEntityInformationTypeDto = {
|
|
@@ -204,7 +202,8 @@ export type UniRefund_CRMService_Customss_CustomsDto = {
|
|
|
204
202
|
deleterId?: (string) | null;
|
|
205
203
|
deletionTime?: (string) | null;
|
|
206
204
|
parentId?: (string) | null;
|
|
207
|
-
taxpayerId
|
|
205
|
+
taxpayerId: string;
|
|
206
|
+
typeCode: UniRefund_CRMService_Customss_CustomsTypeCode;
|
|
208
207
|
entityInformations?: Array<UniRefund_CRMService_EntityInformationTypes_EntityInformationTypeDto> | null;
|
|
209
208
|
};
|
|
210
209
|
|
|
@@ -221,9 +220,12 @@ export type UniRefund_CRMService_Customss_CustomsProfileDto = {
|
|
|
221
220
|
organizationId?: string;
|
|
222
221
|
};
|
|
223
222
|
|
|
223
|
+
export type UniRefund_CRMService_Customss_CustomsTypeCode = 'HEADQUARTER' | 'CUSTOMS';
|
|
224
|
+
|
|
224
225
|
export type UniRefund_CRMService_Customss_UpdateCustomsDto = {
|
|
225
226
|
parentId?: (string) | null;
|
|
226
|
-
taxpayerId
|
|
227
|
+
taxpayerId?: (string) | null;
|
|
228
|
+
typeCode?: UniRefund_CRMService_Customss_CustomsTypeCode;
|
|
227
229
|
};
|
|
228
230
|
|
|
229
231
|
export type UniRefund_CRMService_Customss_UpdateCustomsOrganizationDto = {
|
|
@@ -397,13 +399,6 @@ export type UniRefund_CRMService_Merchants_CreateMerchantOrgnaizationDto = {
|
|
|
397
399
|
contactInformations: Array<UniRefund_CRMService_ContactInformationTypes_CreateContactInformationTypeDto>;
|
|
398
400
|
};
|
|
399
401
|
|
|
400
|
-
export type UniRefund_CRMService_Merchants_MerchantBaseDto = {
|
|
401
|
-
id?: string;
|
|
402
|
-
typeCode?: UniRefund_CRMService_Merchants_MerchantTypeCode;
|
|
403
|
-
taxOfficeId?: string;
|
|
404
|
-
parentId?: (string) | null;
|
|
405
|
-
};
|
|
406
|
-
|
|
407
402
|
export type UniRefund_CRMService_Merchants_MerchantBasicInformationDto = {
|
|
408
403
|
id?: string;
|
|
409
404
|
name?: (string) | null;
|
|
@@ -433,6 +428,7 @@ export type UniRefund_CRMService_Merchants_MerchantDto = {
|
|
|
433
428
|
taxpayerId?: (string) | null;
|
|
434
429
|
readonly parentId?: (string) | null;
|
|
435
430
|
tenantId?: (string) | null;
|
|
431
|
+
customerNumber?: (string) | null;
|
|
436
432
|
};
|
|
437
433
|
|
|
438
434
|
export type UniRefund_CRMService_Merchants_MerchantInfoDto = {
|
|
@@ -495,6 +491,7 @@ export type UniRefund_CRMService_Merchants_UpdateMerchantDto = {
|
|
|
495
491
|
taxOfficeId?: (string) | null;
|
|
496
492
|
parentId?: (string) | null;
|
|
497
493
|
taxpayerId?: (string) | null;
|
|
494
|
+
customerNumber?: (string) | null;
|
|
498
495
|
};
|
|
499
496
|
|
|
500
497
|
export type UniRefund_CRMService_NameCommonDatas_CreateNameCommonDataDto = {
|
|
@@ -574,7 +571,6 @@ export type UniRefund_CRMService_Organizations_UpdateOrganizationDto = {
|
|
|
574
571
|
} | null;
|
|
575
572
|
name: string;
|
|
576
573
|
legalStatusCode?: (string) | null;
|
|
577
|
-
parentCompanyId?: (string) | null;
|
|
578
574
|
};
|
|
579
575
|
|
|
580
576
|
export type UniRefund_CRMService_PersonalSummaries_CreatePersonalSummaryDto = {
|
|
@@ -674,12 +670,13 @@ export type UniRefund_CRMService_RefundPoints_RefundPointNameDto = {
|
|
|
674
670
|
};
|
|
675
671
|
|
|
676
672
|
export type UniRefund_CRMService_RefundPoints_RefundPointProfileDto = {
|
|
677
|
-
id
|
|
678
|
-
name
|
|
679
|
-
organizationId
|
|
673
|
+
id: string;
|
|
674
|
+
name: string;
|
|
675
|
+
organizationId: string;
|
|
680
676
|
parentId?: (string) | null;
|
|
681
|
-
taxOfficeId
|
|
682
|
-
taxpayerId
|
|
677
|
+
taxOfficeId: string;
|
|
678
|
+
taxpayerId: string;
|
|
679
|
+
typeCode: UniRefund_CRMService_RefundPoints_RefundPointTypeCode;
|
|
683
680
|
};
|
|
684
681
|
|
|
685
682
|
export type UniRefund_CRMService_RefundPoints_RefundPointTypeCode = 'HEADQUARTER' | 'REFUNDPOINT';
|
|
@@ -687,14 +684,12 @@ export type UniRefund_CRMService_RefundPoints_RefundPointTypeCode = 'HEADQUARTER
|
|
|
687
684
|
export type UniRefund_CRMService_RefundPoints_UpdateRefundPointDto = {
|
|
688
685
|
typeCode?: UniRefund_CRMService_RefundPoints_RefundPointTypeCode;
|
|
689
686
|
taxOfficeId?: (string) | null;
|
|
690
|
-
tenantId?: (string) | null;
|
|
691
687
|
parentId?: (string) | null;
|
|
692
688
|
taxpayerId?: (string) | null;
|
|
693
689
|
};
|
|
694
690
|
|
|
695
691
|
export type UniRefund_CRMService_RefundPoints_UpdateRefundPointOrganizationDto = {
|
|
696
692
|
name: string;
|
|
697
|
-
parentCompanyId?: (string) | null;
|
|
698
693
|
};
|
|
699
694
|
|
|
700
695
|
export type UniRefund_CRMService_TaxFrees_CreateTaxFreeDto = {
|
|
@@ -731,6 +726,10 @@ export type UniRefund_CRMService_TaxFrees_TaxFreeDto = {
|
|
|
731
726
|
deleterId?: (string) | null;
|
|
732
727
|
deletionTime?: (string) | null;
|
|
733
728
|
entityInformations?: Array<UniRefund_CRMService_EntityInformationTypes_EntityInformationTypeDto> | null;
|
|
729
|
+
parentId?: (string) | null;
|
|
730
|
+
taxpayerId?: (string) | null;
|
|
731
|
+
typeCode?: UniRefund_CRMService_TaxFrees_TaxFreeTypeCode;
|
|
732
|
+
taxOfficeId?: string;
|
|
734
733
|
};
|
|
735
734
|
|
|
736
735
|
export type UniRefund_CRMService_TaxFrees_TaxFreeNameDto = {
|
|
@@ -1438,6 +1437,19 @@ export type GetApiCrmServiceCustomsData = {
|
|
|
1438
1437
|
|
|
1439
1438
|
export type GetApiCrmServiceCustomsResponse = (PagedResultDto_CustomsProfileDto);
|
|
1440
1439
|
|
|
1440
|
+
export type GetApiCrmServiceCustomsByIdData = {
|
|
1441
|
+
id: string;
|
|
1442
|
+
};
|
|
1443
|
+
|
|
1444
|
+
export type GetApiCrmServiceCustomsByIdResponse = (UniRefund_CRMService_Customss_CustomsDto);
|
|
1445
|
+
|
|
1446
|
+
export type PutApiCrmServiceCustomsByIdData = {
|
|
1447
|
+
id: string;
|
|
1448
|
+
requestBody?: UniRefund_CRMService_Customss_UpdateCustomsDto;
|
|
1449
|
+
};
|
|
1450
|
+
|
|
1451
|
+
export type PutApiCrmServiceCustomsByIdResponse = (UniRefund_CRMService_Customss_CustomsDto);
|
|
1452
|
+
|
|
1441
1453
|
export type GetApiCrmServiceCustomsByIdDetailData = {
|
|
1442
1454
|
id: string;
|
|
1443
1455
|
};
|
|
@@ -1456,13 +1468,6 @@ export type PostApiCrmServiceCustomsWithComponentsData = {
|
|
|
1456
1468
|
|
|
1457
1469
|
export type PostApiCrmServiceCustomsWithComponentsResponse = (UniRefund_CRMService_Customss_CustomsProfileDto);
|
|
1458
1470
|
|
|
1459
|
-
export type PutApiCrmServiceCustomsByIdData = {
|
|
1460
|
-
id: string;
|
|
1461
|
-
requestBody?: UniRefund_CRMService_Customss_UpdateCustomsDto;
|
|
1462
|
-
};
|
|
1463
|
-
|
|
1464
|
-
export type PutApiCrmServiceCustomsByIdResponse = (UniRefund_CRMService_Customss_CustomsDto);
|
|
1465
|
-
|
|
1466
1471
|
export type DeleteApiCrmServiceCustomsByIdWithComponentsData = {
|
|
1467
1472
|
id: string;
|
|
1468
1473
|
};
|
|
@@ -1578,7 +1583,7 @@ export type GetApiCrmServiceIndividualsByIdData = {
|
|
|
1578
1583
|
id: string;
|
|
1579
1584
|
};
|
|
1580
1585
|
|
|
1581
|
-
export type GetApiCrmServiceIndividualsByIdResponse = (
|
|
1586
|
+
export type GetApiCrmServiceIndividualsByIdResponse = (UniRefund_CRMService_Individuals_IndividualDto);
|
|
1582
1587
|
|
|
1583
1588
|
export type GetApiCrmServiceIndividualsData = {
|
|
1584
1589
|
email?: string;
|
|
@@ -1683,14 +1688,14 @@ export type GetApiCrmServiceMerchantsByIdData = {
|
|
|
1683
1688
|
id: string;
|
|
1684
1689
|
};
|
|
1685
1690
|
|
|
1686
|
-
export type GetApiCrmServiceMerchantsByIdResponse = (
|
|
1691
|
+
export type GetApiCrmServiceMerchantsByIdResponse = (UniRefund_CRMService_Merchants_MerchantDto);
|
|
1687
1692
|
|
|
1688
1693
|
export type PutApiCrmServiceMerchantsByIdData = {
|
|
1689
1694
|
id: string;
|
|
1690
1695
|
requestBody?: UniRefund_CRMService_Merchants_UpdateMerchantDto;
|
|
1691
1696
|
};
|
|
1692
1697
|
|
|
1693
|
-
export type PutApiCrmServiceMerchantsByIdResponse = (
|
|
1698
|
+
export type PutApiCrmServiceMerchantsByIdResponse = (UniRefund_CRMService_Merchants_MerchantDto);
|
|
1694
1699
|
|
|
1695
1700
|
export type GetApiCrmServiceMerchantsByIdDetailData = {
|
|
1696
1701
|
id: string;
|
|
@@ -1985,6 +1990,7 @@ export type GetApiCrmServiceRefundPointsData = {
|
|
|
1985
1990
|
name?: string;
|
|
1986
1991
|
skipCount?: number;
|
|
1987
1992
|
sorting?: string;
|
|
1993
|
+
typeCode?: UniRefund_CRMService_RefundPoints_RefundPointTypeCode;
|
|
1988
1994
|
};
|
|
1989
1995
|
|
|
1990
1996
|
export type GetApiCrmServiceRefundPointsResponse = (PagedResultDto_RefundPointProfileDto);
|
|
@@ -1995,6 +2001,7 @@ export type GetApiCrmServiceRefundPointsAccessibleData = {
|
|
|
1995
2001
|
name?: string;
|
|
1996
2002
|
skipCount?: number;
|
|
1997
2003
|
sorting?: string;
|
|
2004
|
+
typeCode?: UniRefund_CRMService_RefundPoints_RefundPointTypeCode;
|
|
1998
2005
|
};
|
|
1999
2006
|
|
|
2000
2007
|
export type GetApiCrmServiceRefundPointsAccessibleResponse = (PagedResultDto_RefundPointProfileDto);
|
|
@@ -2003,7 +2010,7 @@ export type GetApiCrmServiceRefundPointsByIdData = {
|
|
|
2003
2010
|
id: string;
|
|
2004
2011
|
};
|
|
2005
2012
|
|
|
2006
|
-
export type GetApiCrmServiceRefundPointsByIdResponse = (
|
|
2013
|
+
export type GetApiCrmServiceRefundPointsByIdResponse = (UniRefund_CRMService_RefundPoints_RefundPointDto);
|
|
2007
2014
|
|
|
2008
2015
|
export type PutApiCrmServiceRefundPointsByIdData = {
|
|
2009
2016
|
id: string;
|
|
@@ -2132,6 +2139,7 @@ export type GetIntegrationApiRefundPointsData = {
|
|
|
2132
2139
|
name?: string;
|
|
2133
2140
|
skipCount?: number;
|
|
2134
2141
|
sorting?: string;
|
|
2142
|
+
typeCode?: UniRefund_CRMService_RefundPoints_RefundPointTypeCode;
|
|
2135
2143
|
};
|
|
2136
2144
|
|
|
2137
2145
|
export type GetIntegrationApiRefundPointsResponse = (PagedResultDto_RefundPointProfileDto);
|
|
@@ -2173,6 +2181,19 @@ export type GetApiCrmServiceTaxFreesData = {
|
|
|
2173
2181
|
|
|
2174
2182
|
export type GetApiCrmServiceTaxFreesResponse = (PagedResultDto_TaxFreeProfileDto);
|
|
2175
2183
|
|
|
2184
|
+
export type GetApiCrmServiceTaxFreesByIdData = {
|
|
2185
|
+
id: string;
|
|
2186
|
+
};
|
|
2187
|
+
|
|
2188
|
+
export type GetApiCrmServiceTaxFreesByIdResponse = (UniRefund_CRMService_TaxFrees_TaxFreeDto);
|
|
2189
|
+
|
|
2190
|
+
export type PutApiCrmServiceTaxFreesByIdData = {
|
|
2191
|
+
id: string;
|
|
2192
|
+
requestBody?: UniRefund_CRMService_TaxFrees_UpdateTaxFreeDto;
|
|
2193
|
+
};
|
|
2194
|
+
|
|
2195
|
+
export type PutApiCrmServiceTaxFreesByIdResponse = (UniRefund_CRMService_TaxFrees_TaxFreeDto);
|
|
2196
|
+
|
|
2176
2197
|
export type GetApiCrmServiceTaxFreesByIdDetailData = {
|
|
2177
2198
|
id: string;
|
|
2178
2199
|
};
|
|
@@ -2191,13 +2212,6 @@ export type PostApiCrmServiceTaxFreesWithComponentsData = {
|
|
|
2191
2212
|
|
|
2192
2213
|
export type PostApiCrmServiceTaxFreesWithComponentsResponse = (UniRefund_CRMService_TaxFrees_TaxFreeProfileDto);
|
|
2193
2214
|
|
|
2194
|
-
export type PutApiCrmServiceTaxFreesByIdData = {
|
|
2195
|
-
id: string;
|
|
2196
|
-
requestBody?: UniRefund_CRMService_TaxFrees_UpdateTaxFreeDto;
|
|
2197
|
-
};
|
|
2198
|
-
|
|
2199
|
-
export type PutApiCrmServiceTaxFreesByIdResponse = (UniRefund_CRMService_TaxFrees_TaxFreeDto);
|
|
2200
|
-
|
|
2201
2215
|
export type DeleteApiCrmServiceTaxFreesByIdWithComponentsData = {
|
|
2202
2216
|
id: string;
|
|
2203
2217
|
};
|
|
@@ -2289,7 +2303,7 @@ export type GetApiCrmServiceTaxOfficesByIdData = {
|
|
|
2289
2303
|
id: string;
|
|
2290
2304
|
};
|
|
2291
2305
|
|
|
2292
|
-
export type GetApiCrmServiceTaxOfficesByIdResponse = (
|
|
2306
|
+
export type GetApiCrmServiceTaxOfficesByIdResponse = (UniRefund_CRMService_TaxOffices_TaxOfficeDto);
|
|
2293
2307
|
|
|
2294
2308
|
export type PutApiCrmServiceTaxOfficesByIdData = {
|
|
2295
2309
|
id: string;
|
|
@@ -2400,6 +2414,18 @@ export type GetApiCrmServiceTaxOfficesByIdEmailsData = {
|
|
|
2400
2414
|
|
|
2401
2415
|
export type GetApiCrmServiceTaxOfficesByIdEmailsResponse = (Array<UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto>);
|
|
2402
2416
|
|
|
2417
|
+
export type GetApiCrmServiceTaxOfficesByIdTelephonesData = {
|
|
2418
|
+
id: string;
|
|
2419
|
+
};
|
|
2420
|
+
|
|
2421
|
+
export type GetApiCrmServiceTaxOfficesByIdTelephonesResponse = (Array<UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto>);
|
|
2422
|
+
|
|
2423
|
+
export type GetApiCrmServiceTaxOfficesByIdAddressesData = {
|
|
2424
|
+
id: string;
|
|
2425
|
+
};
|
|
2426
|
+
|
|
2427
|
+
export type GetApiCrmServiceTaxOfficesByIdAddressesResponse = (Array<UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto>);
|
|
2428
|
+
|
|
2403
2429
|
export type GetIntegrationApiTaxOfficesByIdData = {
|
|
2404
2430
|
id: string;
|
|
2405
2431
|
};
|